@charset "utf-8";
/* CSS Document  ichiro】 19.10.17*/
/* 共通メニュー */

/*------------------------------------------------------------
base
-------------------------------------------------------------*/

/* ------ Font ------ */

*{ letter-spacing: 0; }


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, h7, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

body{
		font-family:  'Hind Siliguri', Verdana,Arial,"メイリオ",Meiryo,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	font-style: normal;
	color:#333;
	font-size:18px;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
    overflow-y: scroll;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size:18px !important;
  line-height:1.8em;}
@media
only screen and (max-width : 786px){
	html,body{
    font-size: 0.8em;
    line-height: 1.6em;
  }
}
 

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea{
	margin: 0;
	padding: 0;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse; 
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

sup{
font-size: 65%;
vertical-align: top;
position: relative;
top: -0.1em;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.clearboth{
	clear:both;
}

.inline_block {  
	display: inline-block;  
	*display: inline;  
	*zoom: 1;  
}

.sup{
	font-size: 75.5%;
vertical-align: top;
position: relative;
top: -0.1em;
}

.dnone{display: none;}

/* 個別パーツ*/

img, canvas, iframe, video, svg  {
	max-width:100%;
	height: auto;
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
	border: 0;
}


a img	{border: none;}



/*a,a:hover {
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}*/

a img:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}

.border_non{
	border:none !important;}
	
.border_nonB{
	border-bottom:none!important;}

.text-shadow{
	text-shadow: 1px 1px 3px #000;
}

.box-shadow01 {
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.box-shadow02{/* 影内側*/
	-moz-box-shadow: inset 1px 1px 3px #000;
	-webkit-box-shadow: inset 1px 1px 3px #000;
	box-shadow: inset 1px 1px 3px #000;
}

.radius {
	border-radius: 8px; 
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px; 
}

.transition: {
	-webkit-transition: 1.5s;
	-moz-transition: 1.5s;
	-o-transition: 1.5s;
	transition: 1.5s;
}

.alpha {
	filter: alpha(opacity=25);
	-moz-opacity:0.25;
	opacity:0.25;
}

.bg-alpha {
	background-color:rgba(255,255,255,0.2);
}
.bg-beige{
background-color:#F2EFEA
}

.bgc_dbleue {
    background: #091137;
}

.bg-dglay {
    background: rgba(0,0,0,0.7);
}

.gradient {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000')";
	background-image: -moz-linear-gradient(top, #ffffff, #000000);
	background-image: -ms-linear-gradient(top, #ffffff, #000000);
	background-image: -o-linear-gradient(top, #ffffff, #000000);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#000000));
	background-image: -webkit-linear-gradient(top, #ffffff, #000000);
	background-image: linear-gradient(top, #ffffff, #000000);
}

.leftbox{
	float:left;
}

.rightbox{
	float:right;
}


.nojustify{ text-align:left !important;}


/*---リンク色 ----*/
a:link {
    color: #0041a5;
    text-decoration: none;
}
a:visited {
    color: #0041a5;
    text-decoration: none;
}
a:hover {
    color: #0041a5;
    text-decoration: underline;
	
}


/* 点滅 */
.blinking{
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;
}
0% {opacity:1;}

/* 幅 */
.w125{width:145px;}
.w70{width:70px;}
.w300{width:270px;}
.w500{width:500px;}
.w600{width:600px;}
.w650{width:650px;}
.w700{width:700px;}



/*------------------------------------------------------------
margin・・・周りのブロックからの距離
-------------------------------------------------------------*/

.m0{ margin: 0!important; }/*周りからのmarginを0に*/
.m0-t{ margin-top: 0!important; }/*上からのmarginを0に*/
.m0-r{ margin-right: 0!important; }/*右からのmarginを0に*/
.m0-b{ margin-bottom: 0!important; }/*下からのmarginを0に*/
.m0-l{ margin-left: 0!important; }/*左からのmarginを0に*/

.m5{ margin: 5px!important; }
.m5-t{ margin-top: 5px!important; }
.m5-r{ margin-right: 5px!important; }
.m5-b{ margin-bottom: 5px!important; }
.m5-l{ margin-left: 5px!important; }

.m10{ margin: 10px!important; }
.m10-t{ margin-top: 10px!important; }
.m10-r{ margin-right: 10px!important; }
.m10-b{ margin-bottom: 10px!important; }
.m10-l{ margin-left: 10px!important; }

.m15{ margin: 15px!important; }
.m15-t{ margin-top: 15px!important; }
.m15-r{ margin-right: 15px!important; }
.m15-b{ margin-bottom: 15px!important; }
.m15-l{ margin-left: 15px!important; }

.m20{ margin: 20px!important; }
.m20-t{ margin-top: 20px!important; }
.m20-r{ margin-right: 20px!important; }
.m20-b{ margin-bottom: 20px!important; }
.m20-l{ margin-left: 20px!important; }

.m25{ margin: 25px!important; }
.m25-t{ margin-top: 25px!important; }
.m25-r{ margin-right: 25px!important; }
.m25-b{ margin-bottom: 25px!important; }
.m25-l{ margin-left: 25px!important; }

.m30{ margin: 30px!important; }
.m30-t{ margin-top: 30px!important; }
.m30-r{ margin-right: 30px!important; }
.m30-b{ margin-bottom: 30px!important; }
.m30-l{ margin-left: 30px!important; }

.m35-b{ margin-bottom: 35px!important; }

.m40{ margin: 40px!important; }
.m40-t{ margin-top: 40px!important; }
.m40-r{ margin-right: 40px!important; }
.m40-b{ margin-bottom: 40px!important; }
.m40-l{ margin-left: 40px!important; }

.m45{ margin: 45px!important; }
.m45-t{ margin-top: 45px!important; }
.m45-r{ margin-right: 45px!important; }
.m45-b{ margin-bottom: 45px!important; }
.m45-l{ margin-left: 45px!important; }

.m50{ margin: 50px!important; }
.m50-t{ margin-top: 50px; }
.m50-r{ margin-right: 50px!important; }
.m50-b{ margin-bottom: 50px!important; }
.m50-l{ margin-left: 50px!important; }

.m60{ margin: 60px!important; }
.m60-t{ margin-top: 60px!important; }
.m60-r{ margin-right: 60px!important; }
.m60-b{ margin-bottom: 60px!important; }
.m60-l{ margin-left: 60px!important; }

.m70{ margin: 70px!important; }
.m70-t{ margin-top: 70px!important; }
.m70-r{ margin-right: 70px!important; }
.m70-b{ margin-bottom: 70px!important; }
.m70-l{ margin-left: 70px!important; }

.m80{ margin: 80px!important; }
.m80-t{ margin-top: 80px!important; }
.m80-r{ margin-right: 80px!important; }
.m80-b{ margin-bottom: 80px!important; }
.m80-l{ margin-left: 80px!important; }

.m90{ margin: 90px!important; }
.m90-t{ margin-top: 90px!important; }
.m90-r{ margin-right: 90px!important; }
.m90-b{ margin-bottom: 90px!important; }
.m90-l{ margin-left: 90px!important; }

.m100{ margin: 100px!important; }
.m100-t{ margin-top: 100px!important; }
.m100-r{ margin-right: 100px!important; }
.m100-b{ margin-bottom: 100px!important; }
.m100-l{ margin-left: 100px!important; }

.m120-t{ margin-top: 120px!important; }
.m130-t{ margin-top: 130px!important; }
.m140-t{ margin-top: 140px!important; }

.m150{ margin: 150px!important; }
.m150-t{ margin-top: 150px!important; }
.m150-r{ margin-right: 150px!important; }
.m150-b{ margin-bottom: 150px!important; }
.m150-l{ margin-left: 150px!important; }

.m250-b{ margin-bottom: 250px!important; }


/*------------------------------------------------------------
padding・・・周りのブロックからの距離（padding）
-------------------------------------------------------------*/

.p0{ padding: 0!important; }
.p0-t{ padding-top: 0!important; }
.p0-r{ padding-right: 0!important; }
.p0-b{ padding-bottom: 0!important; }
.p0-l{ padding-left: 0!important; }

.p5{ padding: 5px!important; }
.p5-t{ padding-top: 5px!important; }
.p5-r{ padding-right: 5px!important; }
.p5-b{ padding-bottom: 5px!important; }
.p5-l{ padding-left: 5px!important; }

.p10{ padding: 10px!important; }
.p10-t{ padding-top: 10px!important; }
.p10-r{ padding-right: 10px!important; }
.p10-b{ padding-bottom: 10px!important; }
.p10-l{ padding-left: 10px!important; }

.p15{ padding: 15px!important; }
.p15-t{ padding-top: 15px!important; }
.p15-r{ padding-right: 15px!important; }
.p15-b{ padding-bottom: 15px!important; }
.p15-l{ padding-left: 15px!important; }

.p20{ padding: 20px!important; }
.p20-t{ padding-top: 20px!important; }
.p20-r{ padding-right: 20px!important; }
.p20-b{ padding-bottom: 20px!important; }
.p20-l{ padding-left: 20px!important; }

.p25{ padding: 25px!important; }
.p25-t{ padding-top: 25px!important; }
.p25-r{ padding-right: 25px!important; }
.p25-b{ padding-bottom: 25px!important; }
.p25-l{ padding-left: 25px!important; }

.p30{ padding: 30px!important; }
.p30-t{ padding-top: 30px!important; }
.p30-r{ padding-right: 30px!important; }
.p30-b{ padding-bottom: 30px!important; }
.p30-l{ padding-left: 30px!important; }

.p40{ padding: 40px!important; }
.p40-t{ padding-top: 40px!important; }
.p40-r{ padding-right: 40px!important; }
.p40-b{ padding-bottom: 40px!important; }
.p40-l{ padding-left: 40px!important; }

.p50{ padding: 50px!important; }
.p50-t{ padding-top: 50px!important; }
.p50-r{ padding-right: 50px!important; }
.p50-b{ padding-bottom: 50px!important; }
.p50-l{ padding-left: 50px!important; }

.p60{ padding: 60px!important; }
.p60-t{ padding-top: 60px!important; }
.p60-r{ padding-right: 60px!important; }
.p60-b{ padding-bottom: 60px!important; }
.p60-l{ padding-left: 60px!important; }

.p70{ padding: 70px!important; }
.p70-t{ padding-top: 70px!important; }
.p70-r{ padding-right: 70px!important; }
.p70-b{ padding-bottom: 70px!important; }
.p70-l{ padding-left: 70px!important; }

.p80{ padding: 80px!important; }
.p80-t{ padding-top: 80px!important; }
.p80-r{ padding-right: 80px!important; }
.p80-b{ padding-bottom: 80px!important; }
.p80-l{ padding-left: 80px!important; }

.p90{ padding: 90px!important; }
.p90-t{ padding-top: 90px!important; }
.p90-r{ padding-right: 90px!important; }
.p90-b{ padding-bottom: 90px!important; }
.p90-l{ padding-left: 90px!important; }

.p100{ padding: 100px!important; }
.p100-t{ padding-top: 100px!important; }
.p100-r{ padding-right: 100px!important; }
.p100-b{ padding-bottom: 100px!important; }
.p100-l{ padding-left: 100px!important; }

.p250-b{ padding-bottom: 250px!important; }

/*------------------------------------------------------------
font-size・・・フォントサイズの設定
-------------------------------------------------------------*/

.b{ font-weight: bold!important; }/*太字*/
.normal{ font-weight: normal!important; }/*太字を解除*/

.big{ font-size: 1.2em!important; }
.big2{ font-size: 1.5em!important; }
.big3{ font-size: 1.8em!important; }
.small{ font-size: 0.8em!important; }

.f08em{ font-size: 0.8em; }
.f09em{ font-size: 0.9em; }
.f10em{ font-size: 1.0em; }
.f11em{ font-size: 1.1em; }
.f12em{ font-size: 1.2em; }
.f13em{ font-size: 1.3em; }
.f14em{ font-size: 1.4em; }
.f15em{ font-size: 1.5em; }
.f16em{ font-size: 1.6em; }
.f17em{ font-size: 1.7em; }
.f18em{ font-size: 1.8em; }
.f19em{ font-size: 1.9em; }
.f20em{ font-size: 2.0em; }
.f21em{ font-size: 2.1em; }
.f22em{ font-size: 2.2em; }
.f23em{ font-size: 2.3em; }
.f24em{ font-size: 2.4em; }

.lh12em{line-height: 1.2em;}
.lh14em{line-height: 1.4em;}

.fnt_green{ color:#5e8e25;}
.fnt_blue{ color:#1c96d4;}
.fnt_dblue{ color:#032D6D;}
.fnt_pink{ color:#F762A3;}

.fnt_greenB{ color:#5e8e25; font-weight:bold;}
.fnt_blueB{ color:#1c96d4;font-weight:bold;}
.fnt_pinkB{ color:#F762A3;font-weight:bold;}

.red{color:#d60a00 !important;}
.green{color:#006837;}
.white{color:#fff;}
.black{ color:#000;}
.gray{ color:#999;}

/*--背景色--*/
.bg_white{ background:#fff;}
.bg_blue{ background:#292E88;}
.bg_orenge{ background:#ED7B61;}

.lineh{line-height:1.3em;}

.pink_line{
background: linear-gradient(transparent 60%, rgba(255,255,102,0.6) 60%);
font-weight: bold;}

/*------------------------------------------------------------
align・・・文字の横位置
-------------------------------------------------------------*/

.al-c{ text-align: center; }/*中央寄せ*/
.al-r{ text-align: right; }/*右寄せ*/
.al-l{ text-align: left !important; }/*左寄せ*/

/* Rules for sizing the icon. */
.material-icons.md-14 { font-size: 14px; }
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

/*flex*/
.flex-container{
display: -moz-box;
display: -ms-box;
display: -webkit-flexbox;
display: -moz-flexbox;
display: -ms-flexbox;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: flex;
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
flex-direction: row;            /*横並び・左から右（デフォルト）*/
}

.sp-bt { justify-content: space-between!important;}

.flexbox-vertical-center {
    display: flex; /* 子要素をflexboxで揃える */
    flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center; /* 子要素をflexboxにより中央に配置する */
    align-items: center;  /* 子要素をflexboxにより中央に配置する */
	margin-bottom:0 auto 30px auto;
}

/*--注釈--*/
.note{ font-size:0.9em; padding-left:1em; text-indent:-1em;}

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}


/* --- wrapper --- */

#wrapper{
	width:100%;
	overflow:hidden;
	z-index:0;
	position:relative;
}

#top{display:block !important;}


#container{
	width: 100% !important;
	overflow:hidden;
	position:relative;
	padding:0!important;
	margin:0!important;
}


h2{
	font-size:1.6em;
	font-weight:bold;
	margin-bottom:50px;
    text-align: center;
    line-height: 1.2em;
}

h2.heading--lv2 {
    font-size: 2.2em;
    font-weight: 600;
}

.h2_img_title{
display: flex;
    justify-content: center; /* 子要素をflexboxにより中央に配置する */
    align-items: center;  /* 子要素をflexboxにより中央に配置する */
}

.h2_img_title img{
display: inline;
vertical-align: middle;
}

.h2_img_title span{
display: inline;
}

h3{
	font-size:1.4em;
	font-weight:400;
	margin-bottom:30px;
    text-align: center;
}


@media
only screen and (max-width : 786px){
	h2{ margin-bottom:20px;}
}


.contents{
max-width: 1200px;
min-width: 320px;
	margin:0 auto;
	padding:100px 20px;}
	
@media
only screen and (max-width : 786px){
	.contents{ width:90%; padding:30px 0;}
}
	
.contents01{
	width:860px;
	margin:0 auto;
	padding:100px;}
	
@media
only screen and (max-width : 786px){
	.contents01{ width:90%;padding:30px 0;}
}
	

#header{
	width:100%;
	margin:0;
	overflow:hidden;
	z-index:999;
	background-color:#fff;
	opacity:0.8;
	position:static !important;
}



#header .head_in{
	width:1100px;
	margin:0 auto;
	height:55px;
	overflow:hidden;
   display: flex; /* 子要素をflexboxで揃える */
    flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */}

#header .head_in .logobox{
	width:256px;
	padding:10px 100px 5px 7px;
	margin:0;
}
	
@media
only screen and (max-width : 786px){
	#header .head_in{
	width:100%;
	padding:10px;
	height:auto;
	text-align:center;
	}
	#header .head_in .logobox{ float:none; width: max-height:30px; text-align:center; margin:0 auto;}
}
	
#header .head_in h1{
	float:right;
	text-align: right;
	line-height:55px;
	font-size:0.9em;
	font-weight:bold;
	margin-right:1em;}
@media
only screen and (max-width : 786px){
	#header .head_in h1{ float:none; line-height:1.2em; text-align:center; margin-right:0; font-size:0.9em;}
}
	
	
#header .head_in h1 a{
	color:#000;
	font-weight:bold;}
	
#header .head_in h1 a:hover{
	color:#999;
	font-weight:bold;
	text-decoration:none;}
	



#gnavi  {
	width:700px;
	background-color:#FFF;
}
#gnavi .menu {
	margin:0px auto;;
display: flex;
justify-content: space-between;
height:55px;
}

#gnavi .menu ul{
	padding:0;
	width:100%;
	
}
#gnavi .menu li {
	font-size:0.7em;
padding: 15px 0;
text-align: center;
transition: all .3s ease-in-out;
width:25%;
text-align:center;
position: relative;
height:55px;
display:flex;
 flex-direction: column;
}


#gnavi .menu li:hover {
background: #6CC1C6;
color:#fff;
}
#gnavi .menu li a {
color: #666;
font-weight:bold;
border-left: solid 1px #666;
display:block;
position: relative;
z-index: 1;
}

#gnavi .menu li:last-child a{
	color: #666;
font-weight:bold;

display:block;
position: relative;
z-index: 1;
border-right: solid 1px #666;	
}

#gnavi .menu a:hover,
#gnavi .menu li:last-child a:hover {
color: #fff;
text-decoration:none;
display:block;
}


#main{
	margin:0 auto;
	padding:0;
	width:100%;
	position:relative;
}
	
/*新規メインビジュアル*/	

#top_main{
	margin:0 auto;
	padding:0;
	width:100%;
	position:relative;
}

#top_main { text-align: center;color: #fff;display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;}
#top_main .innar{ position:relative; width:90%;min-height: 400px; 
margin: 0 auto;
display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;}
#top_main .innar .arrow{ position:absolute; top:30px; left:-80px;}
#top_main .innar .main_img{ position:absolute; top:242px; left:-145px; width:526px; z-index:10;}

#top_main h1{
position: absolute;
top:20px;
/* left:20px; */
}

#top_main h2{
margin:30px auto 30px auto; 
text-align: center;
font-weight: 600;
color: #fff;
font-size: 2.2em;}

#top_main p{ margin-bottom:30px;}

@media
only screen and (max-width : 786px){
	#top_main  h1{margin: 0;left: 0;}
	#top_main  h1 img{ width:90px;}
    #top_main p{line-height: 1.3em;}
}

#top_main .read{ font-size:1.2em; font-weight:bold; text-align:center; line-height:1.8em;}


.section1{
	width:100%;
	padding: 0;
background: url( "../img/top_main_bk.jpg") no-repeat center center ,#E9EBEB;
position:relative;
background-size: cover;
}

/*背景に色を載せる*/
.section1:before{
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
/* background-color: rgba(9, 17, 55,0.7); */
}

@media
only screen and (max-width : 786px){
.section1{
background-size: cover;
}
}

.icon_box{
display: flex;
justify-content: space-around;
width:750px;
margin: 50px auto 0 auto;
}

@media
only screen and (max-width : 786px){
.icon_box{width: 100%; margin: 20px auto 0 auto;}
}

.flex_w3{
    width: calc(94% / 3);

    margin: 10px;
    border: 1px solid #005096;
}

div.example03-01 {
  position: relative;
  transition: 0.3s all;
  text-align: center;
  padding: 15px;
}
div.example03-01:hover,
div.example03-01:active, 
div.example03-01:focus {
  opacity: 0.8;
}
div.example03-01 a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.icon_box_btn a {
    display: block;
    text-align: center;
            
}

.icon_box_btn img{
width: 150px;
}

.icon_box_btn p {
font-size: 0.8em;
line-height: 1.2em;
font-weight: 400;

}

.icon_box a:hover{
text-decoration: none!important;
background: rgba(9, 17, 55,0.1);
}



.code02 {
    background-color:#0088cc;
    color: #fff;
    display: inline-block;
    padding: 5px 7px;
    margin-bottom: 2px;
    line-height: 1;
    border: transparent 1px solid;
}

.secnd_contents{
    margin: 50px auto 0 auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.secnd_contents_inner{
width: 47%;
display: flex;
flex-direction: column;
justify-content: center; /* 子要素をflexboxにより中央に配置する */
    align-items: center;  /* 子要素をflexboxにより中央に配置する */
}



.secnd_contents_inner h3{
margin-bottom: 20px;
}

.secnd_contents_inner p{
font-size: 0.9em;
}

.img_box{
width: 47%;
display: flex;
flex-direction: column;
justify-content: center; /* 子要素をflexboxにより中央に配置する */
    align-items: center;  /* 子要素をflexboxにより中央に配置する */
}

@media
only screen and (max-width : 786px){
.secnd_contents,
.secnd_contents_inner,
.img_box{
    display: block;
    width: auto;
}
.secnd_contents{
margin: 0 auto;
}

.img_box{
margin: 15px auto;
}
}

	
/*お問い合わせContact*/
#contact{
	width:100%;
	position:relative;
	overflow:hidden;
	z-index:10;
	background: #bfd500; /* Old browsers */
background: -moz-linear-gradient(top, #00869A; 0%, #0088cc2 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #00869A 0%,#0088cc 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #00869A 0%,#0088cc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00869A', endColorstr='#0088cc',GradientType=0 ); /* IE6-9 */
}

/* btn Style
-------------------------------------------------------- */
/*shimapro カスタム ボタンなど*/
.btn_box_black a {
display: block;
color: #fff;
 min-height: 30px;
 padding: 10px 50px 10px 25px;
     display: flex; /* 子要素をflexboxで揃える */
    flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center; /* 子要素をflexboxにより中央に配置する */
    text-decoration: none;
    line-height: 1.4em;
background: url( 'data:image/svg+xml;utf-8,<svg id="レイヤー_1" data-name="レイヤー 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25 25"><defs><style>.cls-1{fill:%23ffffff;}</style></defs><path class="cls-1" d="M12.23,24.09A11.39,11.39,0,1,1,23.62,12.7,11.4,11.4,0,0,1,12.23,24.09Zm0-21.78A10.39,10.39,0,1,0,22.62,12.7,10.41,10.41,0,0,0,12.23,2.31Z"/><polygon class="cls-1" points="10.82 18.22 10.12 17.52 14.93 12.7 10.12 7.89 10.82 7.19 16.34 12.7 10.82 18.22"/></svg>' ),#000;
 background-repeat: no-repeat;
  background-position: right 15px center; 
background-size: 25px 25px;
border: 1px solid #000;
}

.btn_box_black a:hover{
background: url( 'data:image/svg+xml;utf-8,<svg id="レイヤー_1" data-name="レイヤー 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25 25"><defs><style>.cls-1{fill:%23999999;}</style></defs><path class="cls-1" d="M12.23,24.09A11.39,11.39,0,1,1,23.62,12.7,11.4,11.4,0,0,1,12.23,24.09Zm0-21.78A10.39,10.39,0,1,0,22.62,12.7,10.41,10.41,0,0,0,12.23,2.31Z"/><polygon class="cls-1" points="10.82 18.22 10.12 17.52 14.93 12.7 10.12 7.89 10.82 7.19 16.34 12.7 10.82 18.22"/></svg>' ),#ffffff;
 background-repeat: no-repeat;
  background-position: right 15px center; 
background-size: 25px 25px;
border: 1px solid #000;
color: #999999;
}

.btn_box_white a {
display: block;
color: #000000;
 padding: 15px 50px 15px 15px;
     display: flex; /* 子要素をflexboxで揃える */
    flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center; /* 子要素をflexboxにより中央に配置する */
    text-decoration: none;
    line-height: 1.4em;
background: url( 'data:image/svg+xml;utf-8,<svg id="レイヤー_1" data-name="レイヤー 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25 25"><defs><style>.cls-1{fill:%23999999;}</style></defs><path class="cls-1" d="M12.23,24.09A11.39,11.39,0,1,1,23.62,12.7,11.4,11.4,0,0,1,12.23,24.09Zm0-21.78A10.39,10.39,0,1,0,22.62,12.7,10.41,10.41,0,0,0,12.23,2.31Z"/><polygon class="cls-1" points="10.82 18.22 10.12 17.52 14.93 12.7 10.12 7.89 10.82 7.19 16.34 12.7 10.82 18.22"/></svg>' ),#fff;
 background-repeat: no-repeat;
  background-position: right 15px center; 
background-size: 25px 25px;
}

.btn_box_white a:hover{
color: #ffffff;
background: url( 'data:image/svg+xml;utf-8,<svg id="レイヤー_1" data-name="レイヤー 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25 25"><defs><style>.cls-1{fill:%23ffffff;}</style></defs><path class="cls-1" d="M12.23,24.09A11.39,11.39,0,1,1,23.62,12.7,11.4,11.4,0,0,1,12.23,24.09Zm0-21.78A10.39,10.39,0,1,0,22.62,12.7,10.41,10.41,0,0,0,12.23,2.31Z"/><polygon class="cls-1" points="10.82 18.22 10.12 17.52 14.93 12.7 10.12 7.89 10.82 7.19 16.34 12.7 10.82 18.22"/></svg>' ),#666;
 background-repeat: no-repeat;
  background-position: right 15px center; 
background-size: 25px 25px;
}

.line_white a {
border: 1px solid #fff;
}

.btn_style01{
margin: 20px auto;
}

.black_box{
background: #000;
padding: 0px 10px;
color: #fff;
line-height: 1em;
}
@media
only screen and (max-width : 789px){
	.btn_order a{
	width:100%;
	margin: 30px auto 0 auto;
	}
}

.btn_order a:hover,
.btn_order02 a:hover{
	background-color: #EC7600; 	
	display: block;
	text-decoration:none;
}



/* PageTop Style
-------------------------------------------------------- */



#page-top {
    position: fixed;
    bottom: 10px;
    right: 20px;
    font-size: 77%;
	z-index:500;
	overflow:hidden;
}

@media
only screen and (max-width : 786px){
#page-top {
    bottom: 0px;
    right: 0px;
}
}


/* Footer Area Style
-------------------------------------------------------- */

footer .contents {
padding: 30px 0;
}

..footMenu {
    list-style: none;
}

.footMenu li {
    margin: 0 0 0.6em;
    line-height: 1.3em;
}

.footMenu li a {
    color: #EEE;
    text-decoration: none;
}

.seal_box {
    float: right;
    width: 250px;
    margin-left: 30px;
}

@media only screen and (max-width: 640px){
.seal_box{
float: none;
width: 250px;
margin-left: 0px;
margin-bottom: 15px;
}

}



.foot__nav__menu li:first-child {
    border-left: 1px solid rgba(255,255,255,0.8);
}
.foot__nav__menu li {
    border-right: 1px solid rgba(255,255,255,0.8);
    padding: 0 10px;
    display: inline-block;
    line-height: 1.05em;
}

.foot__nav__menu li a {
    display: block;
    font-size: 0.8em;
    text-decoration: none;
    color: rgba(255,255,255,0.9);
}

#footer{
	width:100%;
}

.foot_copyright { 
    width: 100%;
    background: #fff;
}

.foot_copyright div{
margin: 0 auto;
}

.foot_copyright_inner{
padding: 20px 10px;
}

.foot_copyright .footCopy{
margin: 0 auto;
}
.foot_copyright .footCopy p{
color: #333;
font-size: 0.8em;

}

.footCont {
    margin: 0 auto!important;
    /* max-width: 1000px; */
    width: 92%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgba(0,0,0,0.3);
    padding-top: 15px;
}

div.footCont {
margin: 0 auto;
}

.footCont img {
    padding: 0 4%;
}


.foot_copyright { 
    width: 100%;
    background: #fff;
}

.foot_copyright_inner{
padding: 20px 10px;
}

.footCopy{
margin: 0 auto;
text-align: center;
padding: 10px 0;
}
.footCopy p{
color: #333;
font-size: 0.8;


}

/* シマプロ　フッターコピーライト*/
#top{
position: relative;
z-index: 1;
}
.cookie-consent {
    position: fixed;
    bottom: 0;
   left: 0;
    width: 100%;
    font-size: 12px;
    color: #fff;
    background: rgba(0,0,0,.7);
    padding: 1.2em;
    box-sizing: border-box;
    visibility: hidden;
    transform: translate3d(0, 0, 0);
    z-index: 99;
  }
  
  .cookie-consent .cookie-consent_inner{
  max-width: 1000px;
  min-width: 300px;
  padding: 10px;
  display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.1em;
    line-height: 1.4em;
    margin: 0 auto;
  }
  .cookie-consent.is-show {
    visibility: visible;
  }
  .cookie-consent a {
    color: #fff !important;
  }
  .cookie-agree {
    color: #fff;
    background: dodgerblue;
    padding: .5em 1.5em;
  }
  .cookie-agree:hover {
    cursor: pointer;
  }
  /* パッと消える */
  .cc-hide1 {
    display: none;
  }
  /* ゆっくり消える */
  .cc-hide2 {
    animation: hide 1s linear 0s;
    animation-fill-mode: forwards;
  }
  @keyframes hide {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
      visibility: hidden;
    }
  }
  /* メディアクエリ */
  @media screen and (max-width: 600px) {
    .cookie-consent .cookie-consent_inner{
      flex-direction: column;
    }
    .cookie-text {
      margin-bottom: 1em;
    }
  }


@media
only screen and (max-width : 786px){
	#copyright{ width:100%;}
}


/* ヘッダーrogo */

.inner {    
    max-width: 1200px;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
 
/* header */
#top-head {
    width: 100%;
    line-height: 1;
    z-index: 999;
	/* background: rgba(255,255,255,1); */
}
#top-head a,
#top-head {
    color: #666;
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
	padding:10px 0;
}
#top-head .logo img{
    display: inline;
}

#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    top: 30px;
    font-size: 14px;
}
#global-nav ul li {
    float: left;
	display: block !important;
width: auto !important;
height: auto !important;
padding: 0 !important;
background: none !important;
}
#global-nav ul li a {
    padding: 0 0 0 15px;
}

#global-nav ul li span:after{
    content: "keyboard_arrow_down";
    font-family: "Material Icons";
    margin-left: 0.3em;
    color: #999;
    display: inline;
}

#global-nav ul li.head__ll__login a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 18px;
    font-size: 13px;
    text-decoration: none;
    color: rgba(0,0,0,0.7);
    background: rgba(0,0,0,0.05);
    border-radius: 2px;
}

#global-nav ul li.head__ll__login li a .fa {
    margin: 0 10px 0 0;
}


@media all and (min-width: 790px){
	*::-ms-backdrop, #global-nav  {left:500px !important;}
	*::-ms-backdrop, #global-nav ul {
		width:700px !important;
		float:right !important;
	}
		*::-ms-backdrop, #global-nav ul li{
			max-width:8em!important;
			font-size:12px!important;}
		*::-ms-backdrop, #global-nav ul li:nth-child(3){ max-width:15em!important;}
}

 
/* Fixed 
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    height: 55px;
    background: #fff;
    transition: top 0s ease-in;
    -webkit-transition: top 0s ease-in;
    -moz-transition: top 0s ease-in;
}
#top-head.fixed .logo {
    font-size: 24px;
    color: #333;
}
#top-head.fixed #global-nav ul li a {
    color: #333;
    padding: 0 20px;
}
*/
 
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}

#nav-toggle div br{ display:none;}


@media screen and (max-width: 789px) {
    #top-head,
    .inner {
        width: 95%;
        padding: 0;
        margin: 0 auto;
    }
    #top-head {
       /* top: 0;
        position: fixed;
        margin-top: 0;*/
		background: rgba(255,255,255,1);
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        background: rgba(255,255,255,.9);
        width: 100%;
        z-index: 999;
        position: relative;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        color: #333;
        font-size: 26px;
		width:180px;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background: #008C22;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    #global-nav ul li {
        float: none;
        position: static;
    }
	@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, #global-nav  {left:0px !important;}
	*::-ms-backdrop, #global-nav ul {
		width: auto !important;
		float: none !important;
	}
		*::-ms-backdrop, #global-nav ul li{
			max-width:auto!important;
			font-size:12px!important;}
		*::-ms-backdrop, #global-nav ul li:nth-child(2){ max-width:auto!important;}
}
 
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 18px 0;
    }
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
}



.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}


ul.list li{
margin-right: 1em;
}

ul.list li::before {
    content: "●";
    width: 1.5em;
    margin-right: 0.3em;
    color: #0088cc;
}

dl.info_list_box{
width: 70%;
margin: 0 auto;
line-height: 1.2em;
font-size: 0.9em
}

dl.info_list_box dt{
float: left;
width: 7em;
padding: 3px;
}

dl.info_list_box dd{
margin-left: 7.5em;
padding: 3px 3px 3px 20px;
border-left: 1px dotted rgba(225,224,224,1.00);
margin-bottom: 5px;
}

@media only screen and (max-width: 640px){
dl.info_list_box{ width: auto;}
dl.info_list_box dt,
dl.info_list_box dd{ width: 100%; float: none;}
dl.info_list_box dd{ border-top:1px dotted rgba(225,224,224,1.00); border-left:none; margin-left: 0;padding: 3px;}
}

/* #top_main .innar {
    margin-top: 100px;
} */
#global-nav ul li.head__ll__login a {
    background-color: #ff6927;
    color: #fff;
    width: 100px;
    border-radius: 30px;
    font-size: 16px;
    text-align: center;
}

#top_main .innar {
    align-items: flex-start;
    text-align: left;
}

#top_main h2 {
    text-align: left;
    margin: 30px 0;
}

.top-cont {
    display: flex;
    margin-top: 100px;
}
.top-rogo {
    max-width: 450px;
}

.top-howto {
    margin: 30px auto;
    width: 100%;
}

.top-howto__inner {
    display: flex;
    gap: 10px 3%;
    
}

.top-howto h3 {
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1;
    font-family: 'Montserrat', sans-serif;
}

.top-howto__box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6%;
    padding: 0 3%;
    border-left: #fff solid 1px;
    flex-grow: 1;
}
.top-howto__box:last-child {
    border-right: #fff solid 1px;
}
.top-howto__img {
    width: 30%;
}
.top-howto__ttl {
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 5px !important;
}
.top-howto__txt,.scroll {
    margin: 0 auto;

}

.top-howto__list ul li {
    white-space: nowrap;
}

.scroll {
    width: 50px;
    animation: arrowmove 1s infinite;
}
@keyframes arrowmove{
    0%{transform:translateY(0);}
    50%{transform:translateY(-10px);}
    100%{transform:translateY(0);}
   /* 100%{bottom:1%;} */
}

.explan {
    background: url(../img/explain-img.png) no-repeat right center;
    background-size: 35%;
}

@media only screen and (min-width: 1024px){
    .explan {
        margin-top: 100px;
    }
}
.c-ttl {
    color: #44b028;
    display: block;
    width: 100%;
    font-size: 1.8rem;
    font-family: 'Montserrat', sans-serif;
   }
.small-ttl{
    font-size: 1.2rem;
    font-weight: bold;
   }
   
.explan__txt {
   column-count: 2;
   column-gap: 5%;
   word-break: break-all;
  }

.what {
    background: url(../img/top_main_bk.jpg) no-repeat;
    background-size: cover;
}
.what .contents{
    position: relative;
    }
    
    
    .what-img {
        position: absolute;
        top: -1vw;
        right: 2vw;
        max-width: 20vw;
    }
    .what-img {
        top: -2vw;
        right: -2vw;
        max-width: 30vw;
        }
    
    
    @media only screen and ( min-width:800px) and (max-width: 1079px){
    .what-img {
        position: absolute;
        top: -1vw;
        right: 2vw;
        max-width: 20vw;
    }
    }
    
        @media only screen and  (min-width:640px) and ( max-width:800px) {
    .what-img {
        top: -2vw;
        right: -10vw;
        max-width: 20vw;
        }
    }
    
        @media only screen and (max-width: 640px){
    .what-img {
        top: -5vw;
        right: -15vw;
        max-width: 25vw;
        }
    }
    
    .what-in {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 3%;
}
.what-in li {
    padding-left: 1rem;
    text-indent: -1rem;
}

.find h3 {
    font-weight: bold;
}

.find-in {
    /* display: flex; */
    gap: 5px 5px;
}
.find-list {
    display: flex;
    gap: 15px;
}
.find-list:not(:last-child){
    margin-bottom: 15px;
}

.find-box {
    box-shadow: 0px 3px 3px 2px rgba(104, 104, 104, 0.35);
    padding: 3% 4%;
    width: 50%;    
}
.find-box h4{
    color: #44b028;
    font-weight: bold;
    font-size: 1.3rem;
    
}
/* .find-box:not(:last-child) {
    margin-bottom: 10px;
} */
.support {
    background: linear-gradient(180deg, #030 0%, #00B65C 100%);
    color: #fff;
    font-size: 14px;
}
.support-in {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
    line-height: 1.5;
    width: 90%;
}


@media only screen and (max-width: 640px){
    .top-cont {
        flex-direction: column;
    }
    .top-rogo {
        width: 90%;
    }
    .top-howto__inner {
        flex-direction: column;
        border-bottom: solid 1px #fff;
    }
    .top-howto__box,.top-howto__box:last-child {
        border-top: solid 1px #fff;
        border-left: none;
        border-right: none;
    }
    .explan {
        background-size: 80%;
    }
    .explan__txt {
        column-count: 1;
       }

    .find-list { 
        flex-direction: column;
    }
    .find-box { 
        width: 95%;
    }
    .find h3 {
        text-align: left;
    }
    
    }

       



.btn_box_orange a{
    display: block;
    color: #fff;
    max-width: 100px;
    /* min-height: 20px; */
    padding: 3px 10px 3px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-decoration: none;
    /* line-height: 1.4em; */
    border-radius: 30px;
    border: 1px solid #ff6927;
    align-items: center;
}

.ta-l {
    text-align: left;
}
.ta-c {
    text-align: center;
}

.find .btn_box_orange a {
    color: #000;
    text-align: center;
    display: block;
    width: 100%;
    margin: 30px auto;
}
.btn_box_orange a:hover {
    background: #ff6927;
}
#global-nav ul li.head__ll__login a:hover {
    opacity: 0.7;
}

dl.support-box {
}

dl.support-box dt{
float: left;
width: 95px;
text-align: center;
padding:1px;
white-space: nowrap;
text-align: justify;
word-break: break-all;
}

dl.support-box dd{
margin-left: 95px;
padding: 1px;
}