@charset "utf-8";
@import "mp.css";
@import "table.css";

body {
	font-family:'Noto Sans JP','メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','MS UI Gothic',sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom:0px;
	line-height: 2em;	
	color: #333;
	background-color: #fff;
	overflow-x: hidden;
	position: relative;
}
select {background-color: #FFFFFF;border: #e4e4e4 1px solid;border-radius: 5px;padding: 5px 10px;
-moz-appearance: menulist;
  -webkit-appearance: menulist;}
select::-ms-expand {
    display: block;
}
.input100 input,textarea,select{background-color: #FFFFFF;border: #e4e4e4 1px solid; border-radius: 5px; width: 100%;padding: 5px 10px;}
::placeholder{
  color:#999999;}


caption{display:none}

address {
font-style:normal;
}

.copyright{font-size: 0.8em;text-align: center;margin: 50px 0px;}


.cap{line-height: 150%;}


.pdf{color: #FFF;
font-size: 0.9em;
background-color: #CC2223;padding: 3px 10px 5px 10px;line-height: 100%;
margin-left: 10px;}




/*------調整------*/
.img-max-w600{width: 100%;margin: 0 auto; max-width: 600px;}
.img-max-w630{width: 100%;margin: 0 auto; max-width: 630px;}
.img-max-w540{width: 100%;margin: 0 auto; max-width: 540px;}
.kakomi1{padding: 30px;border-radius: 10px; background-color: #FFF;border: 1px solid #CCCCCC;margin-top: 30px;}
.kakomi2{padding: 30px;border-radius: 10px; background-color: #FFF;border: 1px solid #CCCCCC;}
/*------googleフォント------*/
.font-Noto{font-family: 'Noto Sans JP', sans-serif;transform: rotate(0.01deg);}
.font-Noto-serif{font-family: 'Noto Serif JP', serif;transform: rotate(0.01deg);}
.font-Cabin,.h2-eng,.number-l{font-family: 'Cabin', sans-serif;transform: rotate(0.01deg)!important;}
.font-zen,.mainimg-text1,.mainimg-text2{font-family: 'Zen Kaku Gothic New', sans-serif;transform: rotate(0.01deg)!important;}

/*------bold------*/
.f-bold700{font-weight: 700;}
.f-bold500{	font-weight: 500;}
.f-300{font-weight: 300;}
.font-small{font-size: 0.8em;}
.font-big{font-size: 1.3em;}

/*-----イメージオーバー------*/
.hover-style img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

.hover-style img:hover {
	opacity: .6;
	-webkit-opacity: .6;
	-moz-opacity: .6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}

/*------スマホのみ電話リンク------*/
@media (min-width: 600px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}

/*-----ブルー------------------------*/
.color-blue,h2{color:#005bac;}
{background-color:#005bac;}


/*-----キーカラーグレー------*/
.color-gray,.section-read{background-color:#F2F5F7;}
/*-----キーカラーグレー線色------*/
.toiawase-name{border-color: #ccc!important;}

.tyuui{color: #CC2223;}

.line{background: linear-gradient(transparent 60%, #ffff00 60%);
}



/*------位置の共通化------*/
ol{
	padding:0px;
	list-style-type: decimal;
	list-style-position:outside;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

ol li{
	margin-left: 10px;
}
.line-ol ol{	padding:0px;
	list-style-type: decimal;
	list-style-position:inside;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;}


.line-ol ol li{
margin-left: 0px;
	border-bottom: 1px solid #CCCCCC;
    margin-bottom: 10px;padding-bottom: 10px;
     text-indent: -1em;
  padding-left: 1em;
}

ul{
	padding:0px;
	list-style: outside;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
ul li{
	margin-left: 10px;
}

section{
text-align: justify; 
text-justify: inter-character;
}
p{
	margin:  0em;
	text-indent: 0em;
}
p.space{
	margin:  0em;
	text-indent: 1em;
}
.mark{
padding-left: 1em; 
text-indent: -1em; 
}
.mark2{
padding-left: 2em; 
text-indent: -2em; 
}
.mark3{
padding-left: 3em; 
text-indent: -3em; 
}
.mark35{
padding-left: 3.5em; 
text-indent: -3.5em; 
}
.mark4{
padding-left: 4em; 
text-indent: -4em; 
}
.mark45{
padding-left: 4.5em; 
text-indent: -4.5em; 
}

.clear {
	clear:both;
	overflow:hidden;
	height: 1px;
}
.afterclear{
    zoom:1;/*for IE 5.5-7*/
}
.afterclear:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}

/*------align------*/
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}


/*------リンク------*/
a {
	font-style: normal;
	color: #005bac;
	text-decoration:underline;
        	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
a:visited{
	font-style: normal;
	color: #005bac;
	text-decoration:underline;
}

a:hover{
	color: #00A0E9;
	text-decoration:underline;
}
a:active{
 color: #A5D610;
text-decoration:underline;
}

img {
	border: none;
}

.flex-head-logo a{
	display: block;
	width: 100%;
	height: 100%;
}

.overlay-image{
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  opacity: 0.5;
  background-image: url("../img/topVideoOverlay.png");
  background-repeat: repeat;
  z-index: 2;
}
