﻿@charset "utf-8";
/* CSS Document */


/* reset css */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}


article,aside,details,figcaption,figure,
footer,header,hgroup,menu,section { 
    display: block;
}

ul,ol {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
	text-decoration: none;
}

a:hover{
	transition: 0.5s ;
}

a:hover img{
    opacity: .75;
    filter: alpha(opacity=75);
    -ms-filter: "alpha(opacity=75)";
    -khtml-opacity: .75;
    -moz-opacity: .75;
	transition: 0.5s ;
}

a{
	color: #764C24;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000; 
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
    border: 0;   
    border-top: 1px solid #cccccc;
}

input, select {
    vertical-align: middle;
}
/* reset css */

/* /css/usrfiles/default/330_DEFAULT_base.css */
html{
	overflow: auto;
    font-family: "Noto Sans Japanese","游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI",sans-serif;
	font-size: 100%;
}

#CONTENTS{
	background:url(/img/usr/default/E3x-U-5fW-6.png)fixed center top;
}
@media print,screen and (max-width: 768px){
#CONTENTS{
	padding-top: 76px;
	margin-top: -76px;
	}
}

body {
	overflow: hidden;	
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #ffffff;
	font-size: 16px;
	line-height: 2em;
	color: #505051;
	word-wrap: break-word;
}

img {
border-style: none;
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
 touch-callout:none;
 user-select:none;
 vertical-align: bottom;
}

.flex-body{
    display: -ms-flexbox;
 	display: -webkit-box;
	display: flex;
	flex-flow: row-reverse;
}

.flex-body>nav{
   width:275px;
	text-align: center;
	margin-right:10px;
}

@media print,screen and (max-width: 768px){
	.flex-body>nav{
		margin:0 ;
	}
}

.flex-body>article{
   width:690px;	
  flex-shrink: 0;
}

@media print,screen and (max-width: 768px){
	.flex-body{ 
		display:block;
	}
	
	.flex-body>article,
	.flex-body>nav{
		width:auto;
	}
}

section{
	margin-bottom: 30px;
}

section>div{	
	max-width:960px;
	margin-left: auto;
	margin-right: auto;
}

article>section,
article>aside,
nav>ul{
	padding:1rem;
}
@media print,screen and (max-width: 768px){
article>section,
article>aside,
nav>ul{
	padding:0.5rem;
	}
}

.flex,
.flex-foot{
	display: -ms-flexbox;
 	display: -webkit-box;
	display: flex;
}

.flex-foot{	
	justify-content: space-between;
	align-items: center;
}

@media print,screen and (max-width: 400px){
.flex-foot img{
	width: 50%;
	height: auto;
	}
}

@media print,screen and (max-width: 768px){
.flex{
 display:block;
	}
}

@media print,screen and (max-width: 768px){
    .spnone{
	    displau:none;
	}
	.pcnone{
		display: block;
	}
}


.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/*header*/


#systempreview{
z-index: 100000 !important;
}

@media print,screen and (max-width: 768px){
.site-header{
	position: fixed;
	top:0;
	z-index: 100;
	width: 100%;
    background-color:#fff;
}
}

.header_innner{
	max-width:960px;
	margin-left: auto;
	margin-right: auto;
}

#SITETITLE{
	text-align:center;
}


#SITETITLE img{
	height: auto;
}

@media print,screen and (max-width: 768px){
	#SITETITLE img{
	width: auto;
	height: 75px;
}
}

.info_area{
display:none;
}

#BODY{
	max-width: 960px;
	margin: 0 auto;
}

@media print,screen and (max-width: 768px){
	#BODY{
		padding:1rem;
		margin-top:72px;
	}
}

@media print,screen and (max-width: 768px){
	.info_area{
		display: flex;
		float: right;
	}
    #SITETITLE{
	    width: 50%;
		float: left;
	}
}

/*header end*/

/* body */

#FOOT{
	margin-left: auto;
	margin-right: auto;
	max-width: 960px;
}
@media print,screen and (max-width: 768px){
#FOOT{	background:#fff;
	}
}

/* body end */
/*footer*/


#COPYRIGHT{
padding: 16px 0;
background-image : url(/img/usr/default/HYu-R-abZjF-1.png);
background-repeat: repeat-x;
background-position: top;
padding-bottom: 10px;
text-align:center;
}

@media print,screen and (max-width: 768px){
#COPYRIGHT{
	background-color:#fff;
	}
}

#PTOP{
position:fixed;
bottom: 5%;
right: 5%;
}

/*footer end*/

/*form*/
input[type="text"]{
font-size:16px;
padding:0.5rem;
box-sizing: border-box;
}
input, select{
font-size:16px;
padding:0.5rem 1rem;
}
.modmesg_label{
color:#505051;
}
label{
font-size:16px;
font-weight:bold;
padding-left: 20px;
position:relative;
margin-right: 20px;
}
input[type="radio"],
input[type="checkbox"]{
display: none;
}
label::before{
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
width: 15px;
height: 15px;
border: 1px solid #999;
border-radius: 50%;
}
input[type="radio"]:checked + label{
color: #00AAE2;
}
input[type="radio"]:checked + label::after{
content: "";
display: block;
position: absolute;
top: 3px;
left: 3px;
width: 11px;
height: 11px;
background: #00AAE2;
border-radius: 50%;
}
input[type="checkbox"]+label::before,
input[type="checkbox"]+label::after {
border-radius:0%;
}
input[type="checkbox"]+label:before{
content:"";
display:block;
width:16px;
height:16px;
border:solid 3px #ccc;
box-sizing:border-box;
position:absolute;
left:0;
transition:0.1s ease-in-out;
}
input[type="checkbox"]+label:after{
content:"";
display:block;
background:none;
transform:rotate(45deg);
border:solid 3px #3cb371;
border-top:0;
border-left:0;
width:10px;
height:16px;
left:5px;
top:-5px;
position:absolute;
transition:0.2s ease-in-out;
opacity:0;
}
input[type="checkbox"]{
font-size:16px;
}
input[type="checkbox"]:checked + label:after{
transform:rotate(45deg);
top:-7px;
opacity:1;
}
input[type="checkbox"]::after {
opacity: 0;
top: 50%;
left: 3px;
width: 8px;
height: 4px;
margin-top: -4px;
border-left: 2px solid #3498db;
border-bottom: 2px solid #3498db;
-webkit-transform: rotate(-45deg) scale(.5);
transform: rotate(-45deg) scale(.5);
}
input[type="checkbox"]:checked + label::before {
background: #fff;
border: 1px solid #3498db;
}
/*form*/