﻿@charset "utf-8";
/* CSS Document */
html, body {
  font-family: "M PLUS Rounded 1c","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;
}

/* 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,
a:visited{
	color: #505051;
}

/* 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/3484_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%;
}

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: #707070;
}

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{
	display: -ms-flexbox;
 	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}

.flex_innner{
		display: -ms-flexbox;
 	display: -webkit-box;
	display: flex;
}

.flex-between{
	display: -ms-flexbox;
 	display: -webkit-box;
	display: flex;
	justify-content: space-between;
}

@media print,screen and (max-width: 768px){
.flex_innner,
.flex-between,
.flex{
 display:block;
}
}

.pcnone{
	display:none;
}
.spnone{
	display:block;
}
@media print,screen and (max-width: 768px){
    .spnone{
	    display:none;
	}
	.pcnone{
		display:block;
	}
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/*header*/
@media print,screen and (max-width: 768px){
.site-header{
	position: fixed;
	top: 0;
	z-index: 100;
	width: 100%;
	background: #fff;
	border-bottom:1px solid;
}
}

.site-menuwapper{
	position:relative;
	margin:0 auto;
	width:665px;
	padding-top:10px;
}

#header_letter{
	float:right;
}


#systempreview{
z-index: 100000 !important;
}

/*header end*/

/* body */

.inner{
	margin: 0 auto;
}

.main_inner{
	width:calc(100% - 220px);
}

@media print,screen and (max-width: 768px){
	.main_inner{
		width:100%;
	}

}
	
	
.side_nav{
	width:220px;
}
@media print,screen and (max-width: 768px){
	.side_nav{
	width:100%;
}
}
	
.sec_wapper{
	padding: 20px 0 100px;
}

@media print,screen and (max-width: 768px){
.sec_wapper{
	padding: 20px 0;
}
}



/* body end */


/*footer*/

.foot_wapper{
	background:#29ABE2;
	background-image: url(/img/usr/default/HTb-R-rSitf-5.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom;
}

#FOOT1,
#FOOT2,
#FOOT3
{
	max-width:1280px;
	margin-left: auto;
	margin-right: auto;
}
#COPYRIGHT{
	background:#0B7CAC;
}

@media print,screen and (max-width: 768px){

#COPYRIGHT{
	padding:0 5.55556%;
	color:#fff;
}
	
#FOOT1,
#FOOT2{
	padding:0em 5.55556%;	
}
	
#FOOT3{
	width:90vw;
	padding-bottom:2rem;	
	}	
}
/*footer end*/

/*form*/
input[type="text"]{
font-size:16px;
padding:0.5rem;
}
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: #93ad38;
}
input[type="radio"]:checked + label::after{
content: "";
display: block;
position: absolute;
top: 3px;
left: 3px;
width: 11px;
height: 11px;
background: #93ad38;
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*/