﻿@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
/* /css/usrfiles/default/232_def_base.css */

body {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #ffffff;
	text-align: left;
}
a {display: inline-block;}
a:link,a:visited { text-decoration: none; color: #185caa;}
a:hover { text-decoration: none; color: #e5004f;}
a:hover img {
  opacity: 0.7;
}
img {
border-style: none;
pointer-events:none;
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
 touch-callout:none;
 user-select:none;
}
/* FORM styles */
input, button, textarea, select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input, button, textarea, select {
	font-size: 16px !important;
	background: #ffffff;
	border: 1px solid #999999;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif !important;
}
input:focus,
textarea:focus {
	box-shadow: 0 0 3px #3B82CC;
	border: 1px solid #3B82CC;
}
textarea {
    width: 100% !important;
}
input[type="submit"]{
	color: #fff;
	width:300px;
	height:40px;
	margin: 10px auto 20px;
	display: block;
	border:none;
	font-size:1.2em;
	text-align:center;
	cursor: pointer;
	transition: none 0s ease 0s;
	box-shadow: 0 3px 0 #444444;
	background-color: #195caa;
}
select.sysinpbox {
	width: auto;
	padding: 2px 30px 2px 10px;
	margin: 0;
	font-size: 13px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #999;
	border-radius: 3px;
	background: #eee;
	background: url('/img/usrfiles/default/232_def_arrow.png') right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#d1d4d3 100%);
	background: url('/img/usrfiles/default/232_def_arrow.png') right 50% no-repeat, linear-gradient(to bottom, #fff 0%,#d1d4d3 100%);
	background-size: 20px, 100%;
}
select::-ms-expand {
	display: none;
}
/* ラジオボタンとチェックボックスのスタイル変更*/
 input[type="radio"],  input[type="checkbox"] {
    display: inline-block;
    margin-right: 6px;
}
 input[type="radio"] + label,  input[type="checkbox"] + label {
    cursor: pointer;
    display: inline-block;
    line-height: 30px;
    margin-right: 12px;
    position: relative;
}
@media (min-width: 1px) {
 input[type="radio"],  input[type="checkbox"] {
    display: none;
    margin: 0;
}
 input[type="radio"] + label,  input[type="checkbox"] + label {
    padding: 0 0 0 24px;
}
 input[type="radio"] + label::before,  input[type="checkbox"] + label::before {
    background-color: white;
    box-sizing: border-box;
    content: "";
    display: block;
    height: 18px;
    left: 0;
    margin-top: -9px;
    position: absolute;
    top: 50%;
    width: 18px;
}
 input[type="radio"] + label::before {
    border: 2px solid #c2ced2;
    border-radius: 30px;
}
 input[type="checkbox"] + label::before {
    border: 2px solid #c2ced2;
}
 input[type="radio"]:checked + label::after,  input[type="checkbox"]:checked + label::after {
    box-sizing: border-box;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
}
 input[type="radio"]:checked + label::after {
    background: #19c5ff none repeat scroll 0 0;
    border-radius: 8px;
    height: 8px;
    left: 5px;
    margin-top: -4px;
    width: 8px;
}
 input[type="checkbox"]:checked + label::after {
    border-bottom: 3px solid #12b4eb;
    border-left: 3px solid #12b4eb;
    height: 8px;
    left: 3px;
    margin-top: -8px;
    transform: rotate(-45deg);
    width: 16px;
}
}
/*-- ラジオボタンとチェックボックスのスタイル変更  end --*/
/* -------FORM styles_end------- */
html{
	overflow-x : hidden;
	overflow-y : auto;
	
}

#HEAD{
	height:49px;
	border-bottom:1px solid #d8cfcf;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.fixed{
	position:fixed;
	width:100%;
	z-index:100;
}

.w1020 {
	width: 1020px;
	margin: 0 auto;
}

.w1280{
	width: 1280px;
	margin: 0 auto;
	max-width:100%;
}
#contents > div {
max-width:1280px;
margin: 0 auto;
}
.fleft {
	float: left;
}

.fright {
	float: right;
}

header{
	margin:0px;
	padding: 0px;
	font-size: 14px;
	line-height: 150%;
	text-align: left;
	vertical-align: top;
	height:49px;
}

#SITETITLE{
	float:left;
	width:20%;
}


#NAVI{
	float:right;
	text-align: right;
	width:80%
}

#HUMBERGERBTN img
{
	width:50%;
	margin-top: 10px;
}

#HUMBERGERBTN{
	max-width:20%
}

#MENU1{
		float:right;
		text-align: right;
}

#KV {
    padding: 0px;
 }

#KV > div:first-of-type img {
	width: auto !important;
	height: auto;
}
article{
		margin-top:6em; 
	}

#FOOT2 {
	color: #000000;
	background-color: #fff;
	border-top: 2px solid #eff1f1;
	padding: 20px 0px;
}

#PTOP {
	text-align: right;
	position: fixed;
	bottom: 60px;
	right: 10px;
	z-index: 100;
}

#COPYRIGHT{
	background-color: #eff1f1;
	color: #000000;
	padding:22px 0px;
    margin: 0px;
    border-style: none;
    font-size: 80%;
    width: auto;
    line-height: 150%;
    text-align: center;
    vertical-align: top;
}

.white{
	background-color:#ffffff;
}

/* ----------------- SP ------------------- */
@media screen and (max-width: 768px) {
.spnone {
	display: none;
}
	
#HEADER {
height: auto;
min-height: 60px;
}

header{
height:99px;
	}	
	
#HEADINFO{
 width:auto;
text-align:center;
float:none;
}

#NAVI{	
 width:100%;
 position: absolute;
}

#NAVI div{
	width:100%;
}
	
#SITETITLE {
	width: 80%;
}
#SITETITLE img{
	max-width: 100%;
	height:auto;
	}
	
.w1020 {
	width: auto;		
}	

.w1280 {
	width: auto;		
}	
#KV > div:first-of-type img {
	width: 100% !important;
}	
	
#BODY {
    width: auto;
    height: auto;
	padding-bottom: 30px;
}
	
#FOOT1 > img {
	width:100%;
	height:auto;
}
	
#PTOP {
	width:100%;
	text-align: center;	
	position:static;
	bottom:0px;
	right:0px;
	z-index: 0;

	}
	
#FOOT2{
	border:none;
	background-color: #eff1f1;
	padding:0px;
}

#COPYRIGHT{
	background-color: #ffffff;
	color: #000000;	}

.fixed{
	height:66px;
}
}

/**** Mobile layout ****/
@media (max-width: 900px) {
/* sp-etc */
.spnone {
	display: none;
}
}

#FOOT2 table { /*CALibサイトマップ部品使用時*/
	width: 100%; 
	border-collapse: collapse; 
}
#FOOT2 table th { 
	background: none; 
	color: white; 
	font-weight: bold; 
}
#FOOT2 table td, th { 
	padding: 6px; 
	text-align: left; 
}
#FOOT2 table td {
	width:auto !important;
}
#FOOT2 table td div div {
	background: none;
}
#FOOT2 a.FOOT2_link {
    display: block;
    letter-spacing: 0;
    line-height: 150%;
    text-align: center;
}
#FOOT2 a.FOOT2_link:link {
    color: #57647b;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}
#FOOT2 a.FOOT2_link:visited {
    color: #57647b;
}
#FOOT2 a.FOOT2_link:hover {
    color: #3791d4;
    text-decoration: underline;
}
#FOOT2 table td div div img{ /*CALibサイトマップ部品使用時アイコン打消し*/
    visibility: hidden !important;
	height: -1px !important;
	margin: 0;
	padding: 0;
}

/* フッター部テーブル展開 */
	@media only screen and (max-width: 768px) {

        #FOOT2 table, #FOOT2 thead, #FOOT2 tbody, #FOOT2 th, #FOOT2 td, #FOOT2 tr { 
            display: block; 
        }
		
        /* Hide table headers (but not display: none;, for accessibility) */
        #FOOT2 thead tr { 
            position: absolute;
            top: -9999px;
            left: -9999px;
        }
		
        #FOOT2 tr {
            display:block;
        }
		
        #FOOT2 td { 
			/* Behave  like a "row" */
            border: none;
			border-bottom: 1px solid #7B8C81; 
			position: relative;
        }
		
        #FOOT2 td:before { 
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%; 
            padding-right: 10px; 
            white-space: nowrap;
        }

	  /*Label the data*/
        td:nth-of-type(1):before { content: ""; }
        td:nth-of-type(2):before { content: ""; }
        td:nth-of-type(3):before { content: ""; }
        td:nth-of-type(4):before { content: ""; }
	}

/*--PC--*/
@media screen and (min-width: 769px) {
	#HEADINFO{
		display: none;
	}
.pcnone {
	display: none;
}
}

@media screen and (max-width: 768px) {
#SITETITLE{
	float:none;
}
#HEAD{
	border:none;
	height:0px;
	}
}