@charset "UTF-8";

@media screen and (max-width: 767px) {
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
@media screen and (min-width: 1025px) {
}

/*-- Anchor -------------------------------------------------------------*/
a         { resize: none; }
a:link    { color:#333333; text-decoration: none; }
a:visited { color:#333333; text-decoration: none; }
a:hover   { color:#333333; text-decoration: underline; }
a:active  { color:#333333; text-decoration: none; }

.u_link a         { resize: none; }
.u_link a:link    { color:#03C; text-decoration: none; }
.u_link a:visited { color:#639; text-decoration: none; }
.u_link a:hover   { color:#03C; text-decoration: underline; }
.u_link a:active  { color:#03C; text-decoration: none; }

em { color: #C00;}

/*-- リスト全体をリンク　hover透過　グループリンク
-------------------------------------------------------------*/
.g_box { position:relative; }
.g_box:hover { cursor:pointer; opacity:0.7; }
.g_link { margin-bottom:0px; }
.g_link a {position:absolute; text-indent:-9999px; top:0px; left:0px; width:100%; height:100%; }

@media screen and (max-width: 767px) {
	.pc { display: none; }
	.sp { display: block; }
}
@media screen and (min-width: 768px) {
	.pc { display: block; }
	.sp { display: none; }
	.alC-sp { text-align: center; }
}
@media screen and (max-width: 960px) {
	.pc_tab { display: none; }
	.sp_tab { display: block; }
	.side_search {display:none;}
}
@media screen and (min-width: 961px) {
	.pc_tab { display: block; }
	.sp_tab { display: none; }
}

/*-- imaga -------------------------------------------------------------*/

@media screen and (max-width: 767px) {
	.img_t_R { float:right; margin:0 0 2% 4%; width:45%;}
	.img_t_L { float:left; margin:0 4% 2% 0; width:45%;}
	.img_y_R { margin:0 10% 4%; width:80%;}
	.img_y_L { margin:0 10% 4%; width:80%;}
}
@media screen and (min-width: 768px) {
	.img_t_R { float:right; margin:0 0 20px 20px; width:240px;}
	.img_t_L { float:left; margin:0 20px 20px 0; width:240px;}
	.img_y_R { float:right; margin:0 0 20px 20px; width:300px;}
	.img_y_L { float:left; margin:0 20px 20px 0; width:300px;}
}



/*-- Structure -------------------------------------------------------------*/
#wrapper {
}
@media screen and (max-width: 767px) {
	}
@media screen and (min-width: 768px) {
	
}

/*-- header -------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	h1 { font-size:10px; margin-bottom:5px; text-align:center; background:#073895; color:#fff; padding:0.5% 1% 0; }
	header .in .h_area { margin:1% 1% 0; }
	.h_logo { float:left; width:20%; }
	.h_contact { float:right; width:45%; }
	.h_contact li { float:right; margin-left:4%; width:18%; }
	.h_contact li:last-child{ float:right; margin-left:4%; width:30%; }
	.h_line{}
}
@media screen and (min-width: 768px) {
	h1 { font-size:14px; margin-bottom:10px; }
	.h_logo { float:left; width: 155px; }
	.h_contact { float:right; }
	.h_contact li { float:right; margin-left:10px; }
}
@media screen and (min-width: 768px) and (max-width: 960px)  {
	.h_logo { width:25%; }
	.h_contact { width:75%;}
	.h_contact li:nth-child(2) { width:200px; }
	.h_contact li:nth-child(3) { width:200px; }
	.h_contact li:nth-child(4) { width:260px; margin-top: -5px; }
}
@media screen and (min-width: 961px) and (max-width: 1024px)  {
	.h_contact li:nth-child(2) { width:240px; }
	.h_contact li:nth-child(3) { width:240px; }
	.h_contact li:nth-child(4) { width:320px; margin-top: -5px; }
}
@media screen and (min-width: 1025px) {
	.h_contact li:nth-child(2) { width:240px; }
	.h_contact li:nth-child(3) { width:240px; }
	.h_contact li:nth-child(4) { width:320px; margin-top: -5px; }
}

/*-- nav -------------------------------------------------------------*/
@media screen and (min-width: 768px) {
	nav { border-bottom:#1278af 2px solid; border-top:#1278af 2px solid; background: #0086CE; padding: 5px 0;  }
	nav ul li { float:left; border-right:#1278af 2px solid; text-align:center; font-size:16px; display:block; width: 16.54%;  }
	nav ul li:nth-child(1) { border-left:#1278af 2px solid;}
	
	nav ul li a         { resize: none; display: block; }
	nav ul li a:link    { color:#fff; text-decoration: none; }
	nav ul li a:visited { color:#fff; text-decoration: none; }
	nav ul li a:hover   { color:#fff; text-decoration: none; opacity: 0.7; }
	nav ul li a:active  { color:#fff; text-decoration: none; }
	nav ul li.current a { color: #fff;}
	nav ul li span { display: block; width: 30px; margin: 0 auto; }
	
	nav.fix { position: fixed; top: 0; left: 0; z-index: 1000; width: 100%;}
}
@media screen and (min-width: 768px) and (max-width: 960px)  {
	nav ul li { float:left; border-right:#1278af 2px solid; text-align:center; font-size:14px; display:block; width: 16.35%;  }
}
@media screen and (min-width: 961px) and (max-width: 1024px)  {
	nav ul li { float:left; border-right:#1278af 2px solid; text-align:center; font-size:16px; display:block; width: 16.42%;  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px)  {
	nav ul li { float:left; border-right:#1278af 2px solid; text-align:center; font-size:16px; display:block; width: 16.43%;  }
	nav.fix ul li { float:left; border-right:#1278af 2px solid; text-align:center; font-size:16px; display:block; width: 16.43%;  }
}
@media screen and (min-width: 1281px) and (max-width: 1480px)  {
	nav ul li { float:left; border-right:#1278af 2px solid; text-align:center; font-size:16px; display:block; width: 16.45%;  }
	nav.fix ul li { float:left; border-right:#1278af 2px solid; text-align:center; font-size:16px; display:block; width: 16.45%;  }
}
@media screen and (min-width: 1481px) {
	nav ul li { float:left; border-right:#1278af 2px solid; text-align:center; font-size:16px; display:block; width: 16.5%;  }
	nav.fix ul li { float:left; border-right:#1278af 2px solid; text-align:center; font-size:16px; display:block; width: 16.5%;  }
}

/*-- コンテンツ -------------------------------------------------------------*/
@media screen and (max-width: 767px) {
}
@media screen and (min-width: 768px) {
	.contact_bnr { position: relative; }
}
@media screen and (min-width: 768px) and (max-width: 960px)  {
	.headline { margin: 0 1%; }
	.main_img { margin-bottom: 40px;}
	.c_bnr_btn { position: absolute; top: 17vw; left: 34%; width:28%;}
	.c_bnr_line { position: absolute; top: 17vw; right: 15%; width:22%;}
}
@media screen and (min-width: 961px) and (max-width: 1024px)  {
	.headline { margin: 0 1%; }
	.main_img { margin-bottom: 40px;}
	.c_bnr_btn { position: absolute; top: 170px; left: 34%; width:28%;}
	.c_bnr_line { position: absolute; top: 170px; right: 15%; width:22%;}
}
@media screen and (min-width: 1025px) {
	.headline { width: 1024px; margin: 0 auto 40px; }
	.main_img { margin-bottom: 40px;}
	.c_bnr_btn { position: absolute; top: 180px; left: 345px; width:272px;}
	.c_bnr_line { position: absolute; top: 180px; right: 180px; width:204px;}
}
/*-- コンテンツ -------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	#content { margin:1%;}
	h2 { color: #073895; text-align: center; margin-bottom: 10px; font-size: 24px; }
	section { margin-bottom: 40px; padding: 0 2%;  }
	.fact_list li { width: 80%; margin: 0 10% 20px; }

	.point_list li { margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px dotted #dedede; }
	.point_list li:nth-child(3n) { margin-right: 0px;}
	.point_list li h4 { background: #073895; padding: 5px 0 ;text-align: center; color: #fff; margin-bottom: 10px; font-family:'Roboto', sans-serif; font-weight:bold; }
	.point_list li h3 { text-align: center; color:#073895; margin-bottom: 10px; font-weight: bold; }
	.point_list li img { width: 40%; margin: 0 30% 10px; }
	.point_list li p { font-size: 0.9rem;}
	
	.rl_L { float: left; width: 26%; margin-right: 4%; }
	.rl_R { float: left; width: 70%; }
	.reason_list li { margin-bottom: 2%; padding-bottom: 2%; border-bottom: 1px dotted #dedede; }
	.reason_list li img { margin-bottom: 10px;}
	.reason_list li:nth-child(5n) { margin-bottom: 0px; }
	.reasonTtl { font-size: 1.1rem; text-align: left; font-weight: bold; margin-bottom: 10px; color: #fff; background:#073895 ; padding: 0 10px; }
	.reason_list li { font-size: 0.9rem;}

	.flow_list li { padding-bottom: 10px; margin-bottom: 10px; }
	.flow_list li:nth-child(5) { margin-bottomt: 0px; }
	.flow_list li h4 { background: #073895; padding: 5px 0 ;text-align: center; color: #fff; margin-bottom: 10px; font-family:'Roboto', sans-serif; font-weight:bold; }
	.flow_list li img { width: 60%; margin: 0 20% 10px; }
	.flow_list li h3 { text-align: center; color:#073895; margin-bottom: 10px; font-weight: bold; }
	.flow_list li p { font-size: 0.9rem; }

	.about_list { }
	.about_list li { float: left; width: 24.5%; margin-right: 0.5%;  }
	.about_list li:nth-child(4) { margin-right: 0px; }
	.about_list li img { margin-bottom: 10px; }
	.about_list li h3{ text-align: center; color:#073895; margin-bottom: 10px; font-weight: normal; font-size: 0.8rem;  }
}
@media screen and (min-width: 768px) {
	section { margin-bottom: 80px; }
	h2 { color: #073895; text-align: center; margin-bottom: 20px; font-size: 48px; }
	.fact_list { margin: 0 4% 40px; }
	.fact_list li { float: left; width: 48%; margin-right: 4%; }
	.fact_list li:nth-child(2n) { margin-right: 0px;}
	
	.point_list li { float: left; width: 31%; margin-right: 3.5%; }
	.point_list li:nth-child(3n) { margin-right: 0px;}
	.point_list li h4 { background: #073895; padding: 5px 0 ;text-align: center; color: #fff; margin-bottom: 10px; font-family:'Roboto', sans-serif; font-weight:bold; }
	.point_list li h3 { text-align: center; color:#073895; margin-bottom: 10px; font-size: 1.4rem; }
	.point_list li img { width: 40%; margin: 0 30% 10px; }
	
	.reason_list li { float: left; width: 18.4%; margin-right: 2%; }
	.reason_list li img { margin-bottom: 10px;}
	.reason_list li:nth-child(5n) { margin-right: 0px; }
	.reasonTtl { color:#073895; font-size: 1.1rem; text-align: center; font-weight: bold; margin-bottom: 10px; }
	
	.flow_list li { float: left; width: 17.7%; padding: 0 1%; border-left: 1px solid #073895; }
	.flow_list li:nth-child(5) { margin-right: 0px; border-right:1px solid #073895; }
	.flow_list li h4 { background: #073895; padding: 5px 0 ;text-align: center; color: #fff; margin-bottom: 10px; font-family:'Roboto', sans-serif; font-weight:bold; }
	.flow_list li img { width: 80%; margin: 0 10% 10px; }
	.flow_list li h3 { text-align: center; color:#073895; margin-bottom: 10px; font-weight: bold; }
	
	.about_list { margin: 0 2%; }
	.about_list li { float: left; width: 21%; padding: 0 2%; }
	.about_list li img { margin-bottom: 10px; }
	.about_list li h3{ text-align: center; color:#073895; margin-bottom: 10px; font-weight: bold; }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
	#content { margin:1%;}
	h2 { color: #073895; text-align: center; margin-bottom: 20px; font-size: 42px; }
}
@media screen and (min-width: 961px) and (max-width: 1024px) {
	#content { margin:1%;}
}
@media screen and (min-width: 1025px) {
	#content { width:1024px; margin:0 auto; }
}

/*-- フッター固定バナー -------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	#contact-fixed { position: fixed; z-index: 10000; display:table;table-layout: fixed; width:100%; bottom: 0; width: 100%; background-color:#FFF;  }
	#contact-fixed div { display:table-cell;width:34%; }

}
@media screen and (max-width: 320px) {
	#contact-fixed { position: fixed; z-index: 10000; display:table;table-layout: fixed; width:100%; bottom: 0; width: 100%; background-color:#FFF;  }
	#contact-fixed div { display:table-cell;width:34%; }
}
@media screen and (min-width: 321px) and (max-width: 360px) {
	#contact-fixed { position: fixed; z-index: 10000; display:table;table-layout: fixed; width:100%; bottom: 0; width: 100%; background-color:#FFF;  }
	#contact-fixed div { display:table-cell; width:34%;}
}

/*-- footer ------------------------------------------------------------*/
footer{background:#EBEBEB;}
footer p.companyname{
	font-size: 1.2em;
	margin-top: 10px;
	font-weight: bold;
}
footer iframe{
	width: 500px;
	height: 250px;
	float: left;
	margin:0 50px;
}
ul.f_contents li{
	color:#00366D;
	font-size: 0.9em;
}
ul.f_contents li:first-child{
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: underline;
}
@media screen and (max-width: 767px) {
	footer { background:#333; }
}
@media screen and (min-width: 768px) {
	/*.f_menu_in { border-bottom:#8aa3d3 2px solid; border-top:#8aa3d3 2px solid; height: 60px; line-height: 60px; }
	.f_menu li { float:left; border-right:#8aa3d3 2px solid; text-align:center; font-size:16px; display:block; width: 16.4%;  }
    .f_menu li { float:left; border-right:#8aa3d3 2px solid; text-align:center; font-size:16px; display:block; width: 14%;  }
	.f_menu li:nth-child(1) { border-left:#8aa3d3 2px solid; }*/

	footer .in {color:#00366D; padding:20px 0; }
	footer .in a { color:#00366D;}
	.f_logo { width: 200px; }
	.f_left { float:left; }
	.f_right { float:left;}

	.f_menu li a         { resize: none; display: block; }
	.f_menu li a:link    { color:#333; text-decoration: none; }
	.f_menu li a:visited { color:#333; text-decoration: none; }
	.f_menu li a:hover   { color:#fff; text-decoration: none; background: #073895; }
	.f_menu li a:active  { color:#333; text-decoration: none; }

}
@media screen and (min-width: 768px) and (max-width: 960px)  {
	.f_menu_in { border-bottom:#8aa3d3 2px solid; border-top:#8aa3d3 2px solid; height: 50px; line-height: 50px; }
	/*.f_menu li { float:left; border-right:#8aa3d3 2px solid; text-align:center; font-size:14px; display:block; width: 16.2%;  }*/
    .f_menu li { float:left; border-right:#8aa3d3 2px solid; text-align:center; font-size:14px; display:block; width: 14%;  }
	.f_menu { margin: 0 1%;}
	footer .in { margin:1%; }
}
@media screen and (min-width: 961px) and (max-width: 1024px)  {
	.f_menu { margin: 0 1%;}
	footer .in { margin:1%; }
}
@media screen and (min-width: 1025px) {
	.f_menu { width: 1024px; margin: 0 auto;}
	footer .in { width:1024px; margin:0 auto; }
}
@media screen and (max-width: 767px) {
/*-- footer ------------------------------------------------------------*/
.f_menu { background:#efefef; padding:2%; }
.f_menu li { float:left; padding:2%; width:45.8%; border-bottom:#CCC 1px solid; }
.f_menu li:before { content:"\f0da"; font-family:FontAwesome; margin-right:10px; color:#F33;} 
.f_menu li:nth-child(2n) { border-left:#CCC 1px solid;  }
.f_menu li:nth-child(1) { border-top:#CCC 1px solid;}
.f_menu li:nth-child(2) { border-top:#CCC 1px solid;}
.f_menu li:last-child { border-right:#CCC 1px solid;  }
}
	
/*-- コピーライト --*/
@media screen and (max-width: 767px) {
	#copyright { background:#073895; text-align:center; margin-bottom:0px; padding:1px 0; color:#fff; font-size:12px; }
}
@media screen and (min-width: 768px) {
	#copyright { background:#073895;  text-align:center; margin-bottom:0px; padding:1px 0; color:#fff; font-size:12px; }
}
/*-- ページの先頭へ戻る --*/
@media screen and (max-width: 960px) {
	#pagetop_pc { display:none !important; }
	#pagetop_sp { display:block !important; background:#3b5a9a;/*色を選ぶ*/ color:#fff; font-size:0.9rem; text-align:center; margin-bottom:0px; padding:2% 0; }
	#pagetop_sp:before { content:"\f077"; font-family:"FontAwesome"; margin-right:2%; }
		#pagetop_sp a         { resize: none; }
		#pagetop_sp a:link    { color:#fff; text-decoration: none; }
		#pagetop_sp a:visited { color:#fff; text-decoration: none; }
		#pagetop_sp a:hover   { color:#fff; text-decoration: none; opacity:0.7; }
		#pagetop_sp a:active  { color:#fff; text-decoration: none; }
}
@media screen and (min-width: 961px) {
	#pagetop_sp { display:none !important; }
	#pagetop_pc {
		width: 100px;
		height: 90px;
		 -webkit-border-radius: 50px;/* width,heightの半分 */
		 -moz-border-radius: 50px;
		 border-radius: 50px;
		 background-color: #073895;/* 円の色 */
		 position:fixed;
		 right:20px;
		 bottom:20px;
		 text-align:center;
		 padding-top:10px;
		 line-height:1.4em;
		 font-size:0.9rem;
	}
	#pagetop_pc a         { resize: none; }
	#pagetop_pc a:link    { color:#fff; text-decoration: none; }
	#pagetop_pc a:visited { color:#fff; text-decoration: none; }
	#pagetop_pc a:hover   { color:#fff; text-decoration: none; opacity:0.7; }
	#pagetop_pc a:active  { color:#fff; text-decoration: none; }
}

/*-- 画像 ページの先頭へ戻る --*/
@media screen and (max-width: 767px) {
	#pagetop {
		width: 40px;
		height: 40px;
		position:fixed;
		right:5px;
		bottom:50px;
		opacity:0.8;
	}
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
	#pagetop {
		width: 50px;
		height: 50px;
		position:fixed;
		right:20px;
		bottom:20px;
		opacity:0.8;
	}
}
@media screen and (min-width: 1024px) {
	#pagetop {
		width: 70px;
		height: 70px;
		position:fixed;
		right:20px;
		bottom:20px;
		opacity:0.8;
	}
}

/*-- box LINK 
色を変える　枠線　hoverで反転のリンク
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	.box_link_btn a { color:#FF6600; width:60%; height:40px; line-height:40px; border:#FF6600 1px solid; display:block; text-align:center; margin:0 20%; background:#fff;}
	.box_link_btn a:link    { color:#FF6600; text-decoration: none; }
	.box_link_btn a:visited { color:#FF6600; text-decoration: none; }
	.box_link_btn a:hover   { color:#fff;    text-decoration: none; background:#FF6600; }
	.box_link_btn a:active  { color:#FF6600; text-decoration: none; } 
}
@media screen and (min-width: 768px) {
	.box_link_btn a { color:#FF6600; width:60%; height:40px; line-height:40px; border:#FF6600 1px solid; display:block; text-align:center; margin:0 20%; background:#fff;}
	.box_link_btn a:link    { color:#FF6600; text-decoration: none; }
	.box_link_btn a:visited { color:#FF6600; text-decoration: none; }
	.box_link_btn a:hover   { color:#fff;    text-decoration: none; background:#FF6600; }
	.box_link_btn a:active  { color:#FF6600; text-decoration: none; } 
}
@media screen and (max-width: 767px) {
	.flatbtn a {
		width: 200px;
		height: 35px;
		line-height: 35px;
		color: #fff;
		border: #ffa23e 1px solid;
		display: block;
		text-align: center;
		background: #ffa23e;
		border-bottom: #e68822 3px solid;
		border-radius: 4px;
	}
	.flatbtn a:hover {
		color:#ffa23e;
		background:#fff;
		text-decoration:none;
	}
}
@media screen and (min-width: 768px) {
	.flatbtn a {
		width: 200px;
		height: 35px;
		line-height: 35px;
		color: #fff;
		border: #ffa23e 1px solid;
		display: block;
		text-align: center;
		background: #ffa23e;
		border-bottom: #e68822 3px solid;
		border-radius: 4px;
	}
	.flatbtn a:hover {
		color:#ffa23e;
		background:#fff;
		text-decoration:none;
	}
}
@media screen and (min-width: 768px) and (max-width: 960px) {
	.flatbtn a {
		width: 160px;
		height: 30px;
		line-height: 30px;
	}
}

/*-- フロート並び（分割）
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	.fl_half_L { margin-bottom:20px; }
	.fl_half_L img { width:70%; margin:0 15%; }
	.fl_half_R { }
	.fl_half_R img { width:70%; margin:0 15%; }

	.fl_thirds_L { margin-bottom:20px; }
	.fl_thirds_L img { width:70%; margin:0 15%; }
	.fl_thirds_R { }
	.fl_thirds_R img { width:70%; margin:0 15%; }
}
@media screen and (min-width: 768px) {
	.fl_half_L { float:left; width:48%; margin-right:4%; }
	.fl_half_R { float:left; width:48%; margin-right:0%; }

	.fl_thirds_L { float:left; width:34%; margin-right:4%; }
	.fl_thirds_R { float:left; width:62%; margin-right:0%; }
}

/*-- スマホ　横スクロール
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	.scroll {
	  overflow: auto;　　　　/*tableをスクロールさせる*/
	 white-space: nowrap;　　/*tableのセル内にある文字の折り返しを禁止*/
	}
	.scroll::-webkit-scrollbar {
	  height: 10px;
	}
	.scroll::-webkit-scrollbar-track {
	  margin: 0 2px;
	  background: #ccc;
	  border-radius: 5px;
	}
	.scroll::-webkit-scrollbar-thumb {
	  border-radius: 5px;
	  background: #666;
	}
}

/*--リスト改行の頭を揃える
------------------------------------------------------------*/
ol.indent { list-style-position: inside;}
ol.indent li { padding-left: 1em; text-indent: -1em;}
ul.indent { list-style-position: inside;}
ul.indent li { padding-left: 1em; text-indent: -1em;}

/*--olリスト
------------------------------------------------------------*/
ol {　counter-reset:number; /* 名前を付けたカウンターをリセット */　list-style:none; /* olが数字を付けることをキャンセル */　margin:0;　padding:0;　}
ol li{ margin-bottom:10px; text-indent:-1.0em; padding-left:1.0em; border-bottom:#DEDEDE 1px dotted; padding-bottom:10px; }
ol li:before{　counter-increment: number; /* 任意の名前を付けて！ */　content: counter(number); /* 名前を付けたカウンターを呼び出し */　margin-right:0.5em;　color:#66A64E;　font-family:'Roboto', sans-serif; font-weight:bold;　font-size:1.1em;　}

/*--矢印リスト
------------------------------------------------------------*/
.arrow_list_w { margin-bottom:20px; }
.arrow_list_w li { padding:5px 0; text-indent:-1.0em; padding-left:1.0em; }
.arrow_list_w li:before { content:"\f101"; font-family:FontAwesome; margin-right:10px; color:#67A64F; }

.arrow_list_s { margin-bottom:20px; }
.arrow_list_s li { padding:5px 0; text-indent:-1.0em; padding-left:1.0em; }
.arrow_list_s li:before { content:"\f105"; font-family:FontAwesome; margin-right:10px; color:#67A64F; }

.arrow_list_t { margin-bottom:20px; }
.arrow_list_t li { padding:5px 0; text-indent:-1.0em; padding-left:1.0em; border-bottom:1px dotted #DEDEDE; }
.arrow_list_t li:before { content:"\f0da"; font-family:FontAwesome; margin-right:10px; color:#67A64F; }

.circle_list { margin:0 2% 0px; }
.circle_list li { text-indent:-1.0em; padding:0 0 0 1.0em !important; border:none !important; margin-bottom:5px !important; font-size:0.9em; }
.circle_list li:before { content:"\f10c"; font-family:FontAwesome; margin-right:10px; color:#D91061; font-weight:bold; font-size:1.0em; }

.circle_list02 { margin:0 2% 0px; }
.circle_list02 li { text-indent:-1.0em; padding:0 0 0 1.0em !important; border:none !important; margin-bottom:5px !important; font-size:0.9em; }
.circle_list02 li:before { content:"\f10c"; font-family:FontAwesome; margin-right:10px; color:#3da678; }

.circle_list03 { margin:0 2% 0px; }
.circle_list03 li { text-indent:-1.0em; padding:0 0 0 1.0em !important; border:none !important; margin-bottom:5px !important; font-size:0.9em; }
.circle_list03 li:before { content:"\f10c"; font-family:FontAwesome; margin-right:10px; color:#cd9054; }

.circle_list04 { margin:0 2% 0px; }
.circle_list04 li { text-indent:-1.0em; padding:0 0 0 1.0em !important; border:none !important; margin-bottom:5px !important; font-size:0.9em; }
.circle_list04 li:before { content:"\f10c"; font-family:FontAwesome; margin-right:10px; color:#64a8dd; }

/*--スマホメニュー開閉背景の色
------------------------------------------------------------*/
.mm-menu { background:#073895 !important; color:rgba(0, 0, 0, 0.7)  !important; }

/*--wordpress投稿　段落
------------------------------------------------------------*/
.single_section h1 { font-size:2.4em; color:#333; font-weight:bold; margin-bottom:20px; }
.single_section h2 { font-size:2.1em; color:#333; font-weight:bold; border-left:6px solid #50A8ED; padding-left:2%; margin-bottom:20px; }
.single_section h3 { font-size:1.8em; color:#50A8ED; font-weight:bold; padding:2% 0; border-bottom:#333333 1px solid; margin-bottom:20px; }
.single_section h4 { font-size:1.5em; color:#333; font-weight:bold; margin-bottom:10px; }
.single_section h5 { font-size:1.2em; color:#333; font-weight:bold; margin-bottom:10px; }
.single_section p { line-height:1.7 !important; font-size:15px !important; margin-bottom:40px !important; }
.single_section img { margin-bottom:20px !important; }

/*--wordpress投稿　AUTO SITEMAP
------------------------------------------------------------*/
#sitemap_list { margin-bottom:20px; }
#sitemap_list li { padding:5px 0; text-indent:-1.0em; padding-left:1.0em; border-bottom:#DEDEDE 1px dotted; }
#sitemap_list li:before { content:"\f0da"; font-family:FontAwesome; margin-right:10px; color:#d91061; }


/*-- wordpress 画像 ------------------------------------------------------------*/
.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright { float: right; }
.alignleft { float: left; }

/*-- wordpress ページャーカラー ------------------------------------------------------------*/
#pager a:hover { background: #4D984D !important; }
#pager .pages, #pager .current, #pager .extend, #pager a { color: #333 !important; background: #0d5279 !important; }
#pager a { color: #fff !important; }
#pager .pages, #pager .current { background: #dedede !important;}

/* アニメーション
------------------------------------------------------------*/
/* 点滅 */
.flash1{
  animation: Flash1 1.0s infinite;
}
@keyframes Flash1{
  50%{ opacity: 0.5; }
}
/* 揺れる */
.fluffy { width: 100%; height: auto; animation: fluffy1 3s ease infinite; }
@keyframes fluffy1 {
  0% { transform:translateY(0) }
  5% { transform:translateY(0) }
  10% { transform:translateY(0) }
  20% { transform:translateY(-15px) }
  25% { transform:translateY(0) }
  30% { transform:translateY(-15px) }
  50% { transform:translateY(0) }
  100% { transform:translateY(0) }
}
	
/*-- Adjustment ------------------------------------------------------------*/
.mt5  { margin-top:  5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }

.mr5  { margin-right:  5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
.mr40 { margin-right: 40px !important; }

.mb5  { margin-bottom:  5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }

.ml5  { margin-left:  5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml40 { margin-left: 40px !important; }

.pg5  { padding:  5px !important; }
.pg10 { padding: 10px !important; }
.pg15 { padding: 15px !important; }
.pg20 { padding: 20px !important; }
.pg25 { padding: 25px !important; }
.pg30 { padding: 30px !important; }
.pg35 { padding: 35px !important; }
.pg40 { padding: 40px !important; }

.mg0  { margin: 0  !important; }
.pg0  { padding: 0 !important; }

.ofh  { overflow: hidden; }
.fltR { float: right; }
.fltL { float: left; }
.clr  { clear: both; }

.posRe { position: relative; }
.posAb { position: absolute; }

.alJ { text-align: justify; }
.alC { text-align: center; }
.alR { text-align: right; }
.alL { text-align: left; }

.xlarge { font-size: 1.2em; }
.large  { font-size: 1.1em; }

.xsmall { font-size: 0.8em; }
.small  { font-size: 0.9em; }

.bold { font-weight: bold; }
.red  { color: #C00; }
.blk {color:#000;}

.under {text-decoration:underline; border-color:#666;}

.border-dotted { display: block; clear: both; height: 1px; border: none; border-bottom: dotted 1px #ddd !important; }
.border-solid  { display: block; clear: both; height: 1px; border: none; border-bottom: solid 1px #ddd  !important; }

.trans-ease { -webkit-transition: all 0.6s ease; -moz-transition: all 0.6s ease; -ms-transition: all 0.6s ease; -o-transition: all 0.6s ease; transition: all 0.6s ease; }

.link-hover { -webkit-transition: all 0.6s ease; -moz-transition: all 0.6s ease; -ms-transition: all 0.6s ease; -o-transition: all 0.6s ease; transition: all 0.6s ease; }
.link-hover:hover { opacity: 0.7; filter: alpha(opacity=70); }

.roboto { font-family:'Roboto', sans-serif; font-weight:bold; }
.g_font { font-family: "Rounded Mplus 1c"; font-weight:300; }

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.privacy h3{
	border-bottom: double #000000;
	font-size: 110%;
}
.privacy p{
	margin-bottom: 50px;
}
/* clearfix */
.cf:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
/* *html .cf { zoom: 1; } */
*:first-child+html .cf { zoom: 1; } /* IE7 */

/*-- APPEND ----------------------------------------------------------------*/


