@charset "UTF-8";


/*-- 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; }

.login_box p a:link    { color:#000; text-decoration: underline; }
.login_box p a:visited { color:#000; text-decoration: underline; }
.login_box p a:hover   { color:#000; text-decoration: underline; opacity: 0.7; }
.login_box p a:active  { color:#000; text-decoration: underline; }

.login_box p.side-tel a         { resize: none; display: block; }
.login_box p.side-tel a:link    { color:#032c58; text-decoration: none; }
.login_box p.side-tel a:visited { color:#032c58; text-decoration: none; }
.login_box p.side-tel a:hover   { color:#032c58; text-decoration: none; opacity: 0.7; }
.login_box p.side-tel a:active  { color:#032c58; text-decoration: none; }

.login_box p.side-mail a         { resize: none; display: block; }
.login_box p.side-mail a:link    { color:#fff; text-decoration: none; }
.login_box p.side-mail a:visited { color:#fff; text-decoration: none; }
.login_box p.side-mail a:hover   { color:#ffa23e; text-decoration: none;}
.login_box p.side-mail a:active  { color:#fff; text-decoration: none; }

aside h4 a         { resize: none; display: block; }
aside h4 a:link    { color:#fff; text-decoration: none; }
aside h4 a:visited { color:#fff; text-decoration: none; }
aside h4 a:hover   { color:#fff; text-decoration: none; opacity: 0.7; }
aside h4 a:active  { color:#fff; 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; }
}
@media screen and (min-width: 768px) {
	.sp { display: none; }
}
@media screen and (max-width: 960px) {
	.pc_tab { display: none; }
	.side_search {display:none;}
	.pc-ipadpro-only { display: none;}
}
@media screen and (min-width: 961px) {
	.sp_tab { display: none; }
	.ipad-sp-only { 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;}
}


/*-- header -------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	header#new-header { position: fixed; top: 0; left: 0; z-index: 1000; background: #fff; border-bottom: 1px solid #dedede;}
	header#new-header .in .h_area { margin:1.5% 2%; }
	header#new-header .h_logo { float:left; width:60%; }
	header#new-header .h_contact { float:right; width:40%; }
	header#new-header .h_contact li { float:right; margin-left:4%; width:22%; }
	header#new-header .h_contact li:nth-child(2) { margin-right: 25%; height: 30px; }
}
@media screen and (min-width: 768px) {
	header#new-header h1 { font-size:12px; margin-bottom:10px; }
	header#new-header .h_logo { float:left; }
	header#new-header .h_contact { float:right; margin-top: 10px; }
	header#new-header .h_contact li { float:right; margin-left:10px; }
	header#new-header .h_area { margin:10px 0 0; }	
	header#new-header nav { background: #1F7CC1; }
	header#new-header nav ul { display: flex; justify-content: center; }
	header#new-header nav ul li { border-right:#3C8FCC 1px solid; width: 15.5%; text-align: center; }
	header#new-header nav ul li:nth-child(1) { border-left:#3C8FCC 1px solid;}
	header#new-header nav ul li:nth-child(4) { width: 22.5%; }
	header#new-header nav ul li a         { resize: none; display: block;  }
	header#new-header nav ul li a:link    { color:#fff; text-decoration: none; }
	header#new-header nav ul li a:visited { color:#fff; text-decoration: none; }
	header#new-header nav ul li a:hover   { color:#fff; text-decoration: none; opacity: 0.7; }
	header#new-header nav ul li a:active  { color:#fff; text-decoration: none; }
}
@media screen and (min-width: 768px) and (max-width: 960px)  {
	header#new-header .in { margin:0 1%; }
	header#new-header .h_area { margin:10px 0 0; }
	header#new-header .h_logo { width: 300px; }
	header#new-header .h_sns { width: 30px; }
	header#new-header .h_login a { background:#F7A100 url("../img/common/lock.png") 30px 7px no-repeat; background-size: 12px; height:30px; line-height: 30px; text-align: center; width: 150px; padding-left: 20px; font-size: 0.8rem;}
	header#new-header .h_login a.h_login_in { background:#db5a50 url("../img/common/lock.png") 30px 7px no-repeat; background-size: 12px;}
	header#new-header nav ul li { height: 45px; line-height: 45px; font-size: 0.8rem;}
	header#new-header nav ul li { width: 15%; }
	header#new-header nav ul li:nth-child(4) { width: 25%; }
	
	header#new-header .h_contact li:nth-child(3) { margin-right: 35px;}
	header#new-header .h_contact li:nth-child(1) { position: absolute; right: 5px; top: 18px; width: 30px; }
	header#new-header .h_contact li:nth-child(1) a.menu-trigger { width: 30px; }
}
@media screen and (min-width: 961px) and (max-width: 1024px) {
	header#new-header .in { margin:0 1%; }
	header#new-header .h_area { margin:10px 0 0; }
	header#new-header nav ul { margin:0 1%; }
	header#new-header .h_logo { width: 360px; }
	header#new-header .h_sns { width: 35px; }
	header#new-header .h_login a { background:#F7A100 url("../img/common/lock.png") 34px 8px no-repeat; background-size: 13px; height:35px; line-height: 35px; text-align: center; width: 180px; padding-left: 16px; font-size: 0.9rem; }
	header#new-header .h_login a.h_login_in { background:#db5a50 url("../img/common/lock.png") 34px 8px no-repeat; background-size: 13px; }
	header#new-header nav ul li { height: 55px; line-height: 55px; font-size: 0.9rem; }
	header#new-header nav ul li { width: 15%; }
	header#new-header nav ul li:nth-child(4) { width: 25%; }
}
@media screen and (min-width: 1025px) and (max-width: 1279px)  {
	header#new-header .in { margin:0 2%;}
	header#new-header nav ul { margin:0 2%;}
	header#new-header .h_logo { width: 380px; }
	header#new-header .h_sns { width: 35px; }
	header#new-header .h_login a { background:#F7A100 url("../img/common/lock.png") 33px 10px no-repeat; background-size: 15px; height:35px; line-height: 35px; text-align: center; width: 180px; padding-left: 20px;}
	header#new-header .h_login a.h_login_in { background:#db5a50 url("../img/common/lock.png") 33px 10px no-repeat; background-size: 15px;}
	header#new-header nav ul li { height: 55px; line-height: 55px; font-size: 1.05rem;}
}
@media screen and (min-width: 1280px) and (max-width: 1479px)  {
	header#new-header .in { width:1200px; margin:0 auto;}
	header#new-header nav ul { width:1200px; margin:0 auto;}
	header#new-header .h_logo { width: 400px; }
	header#new-header .h_sns { width: 40px; }
	header#new-header .h_login a { background:#F7A100 url("../img/common/lock.png") 33px 10px no-repeat; background-size: 15px; height:40px; line-height: 40px; text-align: center; width: 180px; padding-left: 20px;}
	header#new-header .h_login a.h_login_in { background:#db5a50 url("../img/common/lock.png") 33px 10px no-repeat; background-size: 15px;}
	header#new-header nav ul li { height: 60px; line-height: 60px; font-size: 1.1rem; }
}
@media screen and (min-width: 1480px) {
	header#new-header .in { width:1260px; margin:0 auto; }
	header#new-header nav ul { width:1260px; margin:0 auto; }
	header#new-header .h_logo { width: 420px; }
	header#new-header .h_sns { width: 40px; }
	header#new-header .h_login a { background:#F7A100 url("../img/common/lock.png") 33px 10px no-repeat; background-size: 15px; height:40px; line-height: 40px; text-align: center; width: 180px; padding-left: 20px;}
	header#new-header .h_login a.h_login_in { background:#db5a50 url("../img/common/lock.png") 33px 10px no-repeat; background-size: 15px;}
	header#new-header nav ul li { height: 60px; line-height: 60px; font-size: 1.1rem; }
}

.h_login a         { resize: none; color: #fff; display: block; }
.h_login a:link    { color:#fff; text-decoration: none; }
.h_login a:visited { color:#fff; text-decoration: none; }
.h_login a:hover   { color:#fff; text-decoration: none; opacity: 0.7; }
.h_login a:active  { color:#fff; text-decoration: none; }


/*-- SP menu-trgger -------------------------------------------------------------*/
@media screen and (max-width: 960px) {
	.menu-trigger img.new-open { display: block; }
	.menu-trigger img.new-close { display: none; }
	.active-menu img.new-open { display: none; }
	.active-menu img.new-close { display: block; }
	
	.menu-trigger,
	.menu-trigger span {
	 display: inline-block;
	 transition: all .4s;
	 box-sizing: border-box;
	}
	.menu-trigger {
	 position: fixed;
	 /*bottom: 20px;
	 right: 20px;
	 top: 6px;
	 right: 5px;*/
	 width: 8%;
	 z-index: 9999;
	 border-radius: 2px;
	}
	.menu-trigger:hover{
	background: rgba(255, 255, 255,0.6);
	cursor:pointer;
	}
	.menu-trigger span {
	 position: absolute;
	 z-index: 9999;
	 left: 4.2px;
	 width: 75%;
	 height: 4px;
	 background-color: #dd4655;
	 border-radius: 2px;
	}
	.menu-trigger span:nth-of-type(1) {
	 top: 7px;
	}
	.menu-trigger span:nth-of-type(2) {
	 top: 15.4px;
	}
	.menu-trigger span:nth-of-type(3) {
	 bottom: 7px;
	}
	.menu-trigger.active span:nth-of-type(1) {
	 -webkit-transform: translateY(20px) rotate(-45deg);
	 transform: translateY(8px) rotate(-45deg);
	}
	.menu-trigger.active span:nth-of-type(2) {
	 opacity: 0;
	}
	.menu-trigger.active span:nth-of-type(3) {
	 -webkit-transform: translateY(-20px) rotate(45deg);
	 transform: translateY(-8px) rotate(45deg);
	}
	#overlay{
	 display: none;
	 width: 100%;
	 height:100%;
	 text-align: center;
	 position: fixed;
	 top: 47px;
	 z-index: 9999;
	 background: rgba(30,124,193,0.9);
	 box-sizing: border-box;
	}
	#overlay .h_nav { background:#0B6FBB;}
	#overlay .h_nav li { float:left; padding:2%; width:40.8%; border-bottom:#1b79bd 1px solid; font-size:13px; color:#fff; text-align:left; padding-left: 2em; text-indent: -1em;  }
	#overlay p.s_menu_ttl { padding: 1%; text-align: center; margin-bottom: 0px; border-bottom:#1b79bd 1px solid; background: #0d61a0; color: #fff; font-size: 0.9em; }
	#overlay .h_nav li a { color:#fff; }
	#overlay .h_nav li:before { content:"\f0da"; font-family:FontAwesome; margin-right:10px; color:#fff;} 
	#overlay .h_nav li.bd-L { border-left:#1b79bd 1px solid;  }
	#overlay .h_nav li:nth-child(1) { border-top:#1b79bd 1px solid; border-left: none; }
	#overlay .h_nav li:nth-child(2) { border-top:#1b79bd 1px solid;}
	#overlay .h_nav li:last-child { border-right:#1b79bd 1px solid;}
}
@media screen and (min-width: 768px) and (max-width: 960px)  {
	#overlay{
	 display: none;
	 width: 100%;
	 height:100%;
	 text-align: center;
	 position: fixed;
	 top: 68px;
		left: 0px;
	 z-index: 9999;
	 background: rgba(30,124,193,0.9);
	 box-sizing: border-box;
	}
	#overlay .h_nav { background:#0B6FBB; display: block; }
	#overlay .h_nav li { float:left; padding:1%; width:43.9999%; border-bottom:#1b79bd 1px solid; font-size:13px; color:#fff; text-align:left; padding-left: 2em; text-indent: -1em; border-right: none; }
	#overlay p.s_menu_ttl { padding: 1%; text-align: center; margin-bottom: 0px; border-bottom:#1b79bd 1px solid; background: #0d61a0; color: #fff; font-size: 0.9em; }
	#overlay .h_nav li a { color:#fff; display: inline; }
	#overlay .h_nav li:before { content:"\f0da"; font-family:FontAwesome; margin-right:10px; color:#fff;} 
	#overlay .h_nav li.bd-L { border-left:#1b79bd 1px solid;  }
	#overlay .h_nav li:nth-child(1) { border-top:#1b79bd 1px solid;}
	#overlay .h_nav li:nth-child(2) { border-top:#1b79bd 1px solid;}
	#overlay .h_nav li:last-child { border-right:#1b79bd 1px solid;}
}
/*-- コンテンツ -------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	#new-content section { margin-bottom: 40px; }
	#new-content section:last-child { margin-bottom: 0px; }
	.half_L { margin-bottom: 40px; }
	.subTtl { border-left: 5px solid #498AD0; padding: 10px 5px; border-bottom: 1px solid #498AD0; font-size: 16px; margin-bottom: 20px; background: #f4f4f4; }
	.subTtl span { float: right; font-family: 'Roboto Condensed', sans-serif; color: #498AD0; font-size: 10px; font-weight: 700; margin-top: 6px; }
	.redTtl { border-left: 5px solid #DB5A50; border-bottom: 1px solid #DB5A50; }
	.redTtl span { color: #DB5A50;}
	.blueTtl { border-left: 5px solid #509bbc; border-bottom: 1px solid #509bbc; }
	.blueTtl span { color: #509bbc;}
	
	.news_list li { margin-bottom: 10px; background: #F4F4F4; padding: 10px 10px; border-left: 5px solid #DB5A50; }
	.news_list li p { margin-bottom: 0px; }
	.news_list li p.date { font-size: 12px; margin-bottom: 0px; }
	.news_list li h3 { font-size: 0.9rem; font-weight: bold; }
	
	.semi_list li { margin-bottom: 10px; background: #F4F4F4; padding: 10px 10px; border-left: 5px solid #509bbc; }
	.semi_list li p { margin-bottom: 0px; }
	.semi_list li p.date { font-size: 11px; margin-bottom: 0px; }
	.semi_list li h3 { font-size: 0.9rem; font-weight: bold; }
	.semi_dl dt { background: #333; color: #fff; padding: 1px 5px; float: left; font-size: 10px; }
	.semi_dl dd { background: #509bbc; color: #fff; padding: 1px 5px; float: left; font-size: 10px; }
	
	.ttl-login { background: #CBEBF8 url("../img/common/side_arrow.png") 0 6px no-repeat; background-size: 20px; color: #000; height: 40px; line-height: 40px; padding-left: 30px; }
	.ttl-login-in { background: #db5a50 url("../img/common/side_arrow.png") 0 6px no-repeat; background-size: 20px; color: #fff; height: 40px; line-height: 40px; padding-left: 30px; }
	.login_box { background: #f4f4f4; border: 1px solid #dedede; padding: 10px; margin-bottom: 20px; }
	.login_btn li { border: #dedede 1px solid; border-left: 5px solid #498AD0; padding: 5px 5px 5px 0.5em; margin-bottom: 10px; line-height: 1.4; text-indent: -0.5em;
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f4f4f4+1,e0e0e0+100 */
		background: #f4f4f4; /* Old browsers */
		background: -moz-linear-gradient(top,  #f4f4f4 1%, #e0e0e0 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #f4f4f4 1%,#e0e0e0 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #f4f4f4 1%,#e0e0e0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
	}
	.login_btn_in li  { border-left: 5px solid #db5a50; }
	.login_btn li a { font-size: 13px; display: block;  }
	.login_btn li a span { padding-left: 10px; }
	.login_btn li:nth-child(1) { height: 30px; line-height: 30px;}
	.login_box p { margin-bottom: 0px; font-size: 12px; }
	
	.login_btn li a:link    { color:#000; text-decoration: none; }
	.login_btn li a:visited { color:#000; text-decoration: none; }
	.login_btn li a:hover   { color:#000; text-decoration: none; opacity: 0.7; }
	.login_btn li a:active  { color:#000; text-decoration: none; }	
	
	.side_sec { margin-bottom: 10px; }
	.side_sec h4 { text-align: left; color: #fff; padding: 5px 10px; margin-bottom: 10px; background:#498AD0; position: relative; }
	.side_sec ul li { margin-bottom: 5px; padding-bottom: 5px; border-bottom: 1px dotted #dedede; font-size: 0.8rem; padding-left: 1.5em; text-indent: -1.0em; }
	.side_sec ul li:before { content:"\f0da"; font-family:FontAwesome; margin-right:10px; color:#498AD0; }
	.side_sec ul li.s_m_child:before { content:"\f105"; font-family:FontAwesome; margin-right:10px; color:#498AD0; padding-left: 1em; text-indent: -1em; }
	.red_side_sec h4 { background:#DB5A50; }
	.red_side_sec ul li:before { content:"\f0da"; font-family:FontAwesome; margin-right:10px; color:#DB5A50; }
	
	.side_sec h4:after { content: "\f067"; font-family: "FontAwesome"; position: absolute; top: 6px; right: 10px; color: #fff; }
	.side_sec h4.active:after { content: "\f068"; font-family: "FontAwesome"; position: absolute; top: 6px; right: 10px; color: #fff;}
	
	aside { margin: 4%; }
	.login_box { padding: 20px; }
	.login_btn li:nth-child(2) { height: 35px; line-height: 35px;}
	
	.ttl-side-contact { background: #498ad0; color: #fff; height: 40px; line-height: 40px; text-align: center; }
	.login_box .side-tel { text-align: center; font-size: 30px; font-weight: bold; font-family: 'Roboto Condensed', sans-serif; line-height: 1.0;}
	.login_box .border-dotted { margin: 10px 0; }
	.side-mail a {
		width: 100%;
		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;
	}
	.side-mail a:hover {
		color:#ffa23e;
		background:#fff;
		text-decoration:none;
	}
	.login_box p.side-mail { font-size: 15px; margin-bottom: 5px; }
	.login_box p.phone-comme { font-size: 12px; margin-bottom: 5px; }
	.login_box .side-su-list li:nth-child(1) { text-align: center; font-size: 14px; background: #032c58; color: #fff;}
	.login_box .side-su-list li:nth-child(2),.login_box .side-su-list li:nth-child(3),.login_box .side-su-list li:nth-child(4){
		font-size: 13px;
		padding: 3px;
		margin-bottom: 3px;
		border-bottom: #dedede dotted 1px;
		text-align: center;
	}
	.login_box .side-su-list li:nth-child(4) { margin-bottom: 0; padding-bottom: 0; border-bottom: none; }
}
@media screen and (min-width: 768px) {
	#new-content section { margin-bottom: 40px; }
	.half_box { display: flex; justify-content: center;}
	.half_L { width: 48%; margin-right: 2%;}
	.half_R { width: 48%; margin-left: 2%; }
	.subTtl { border-left: 8px solid #498AD0; padding: 15px 15px; border-bottom: 1px solid #498AD0; font-size: 18px; margin-bottom: 20px; background: #f4f4f4; }
	.subTtl span { float: right; font-family: 'Roboto Condensed', sans-serif; color: #498AD0; font-size: 12px; font-weight: 700; margin-top: 6px; }
	.redTtl { border-left: 8px solid #DB5A50; border-bottom: 1px solid #DB5A50; }
	.redTtl span { color: #DB5A50;}
	.blueTtl { border-left: 8px solid #509bbc; border-bottom: 1px solid #509bbc; }
	.blueTtl span { color: #509bbc;}
	
	.news_list li { margin-bottom: 10px; background: #F4F4F4; padding: 10px 15px; border-left: 8px solid #DB5A50; }
	.news_list li p { margin-bottom: 0px; }
	.news_list li p.date { font-size: 13px; margin-bottom: 0px; }
	.news_list li h3 { font-size: 1.1rem; font-weight: bold; }
	
	.semi_list li { margin-bottom: 10px; background: #F4F4F4; padding: 10px 15px; border-left: 8px solid #509bbc; }
	.semi_list li p { margin-bottom: 0px; }
	.semi_list li p.date { font-size: 13px; margin-bottom: 0px; }
	.semi_list li h3 { font-size: 1.1rem; font-weight: bold; }
	.semi_dl dt { background: #333; color: #fff; padding: 1px 5px; float: left; font-size: 12px; }
	.semi_dl dd { background: #509bbc; color: #fff; padding: 1px 5px; float: left; font-size: 12px; }
	
	.ttl-login { background: #CBEBF8 url("../img/common/side_arrow.png") 0 6px no-repeat; background-size: 30px; color: #000; height: 50px; line-height: 50px; padding-left: 40px; }
	.ttl-login-in { background: #db5a50 url("../img/common/side_arrow.png") 0 6px no-repeat; background-size: 30px; color: #fff; height: 50px; line-height: 50px; padding-left: 40px; }
	
	.ttl-side-contact { background: #498ad0; color: #fff; height: 40px; line-height: 40px; text-align: center; }
	
	.login_box { background: #f4f4f4; border: 1px solid #dedede; padding: 10px; margin-bottom: 20px; }
	.login_btn li { border: #dedede 1px solid; border-left: 5px solid #498AD0; padding: 5px 5px 5px 0.5em; margin-bottom: 10px; line-height: 1.4; text-indent: -0.5em;
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f4f4f4+1,e0e0e0+100 */
		background: #f4f4f4; /* Old browsers */
		background: -moz-linear-gradient(top,  #f4f4f4 1%, #e0e0e0 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #f4f4f4 1%,#e0e0e0 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #f4f4f4 1%,#e0e0e0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
	}
	.login_btn_in li  { border-left: 5px solid #db5a50; } 
	.login_btn li a { font-size: 14px; display: block;  }
	.login_btn li a span { padding-left: 10px; }
	.login_btn li:nth-child(1) { height: 35px; line-height: 35px;}
	.login_box p { margin-bottom: 0px; font-size: 13px; }
	
	.login_btn li a:link    { color:#000; text-decoration: none; }
	.login_btn li a:visited { color:#000; text-decoration: none; }
	.login_btn li a:hover   { color:#000; text-decoration: none; opacity: 0.7; }
	.login_btn li a:active  { color:#000; text-decoration: none; }	
	
	.login_box .side-tel { text-align: center; font-size: 30px; font-weight: bold; font-family: 'Roboto Condensed', sans-serif; line-height: 1.0;}
	.login_box .border-dotted { margin: 10px 0; }
	.side-mail a {
		width: 100%;
		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;
	}
	.side-mail a:hover {
		color:#ffa23e;
		background:#fff;
		text-decoration:none;
	}
	.login_box p.side-mail { font-size: 15px; margin-bottom: 5px; }
	.login_box p.phone-comme { font-size: 12px; margin-bottom: 5px; }
	.login_box .side-su-list li:nth-child(1) { text-align: center; font-size: 14px; background: #032c58; color: #fff;}
	.login_box .side-su-list li:nth-child(2),.login_box .side-su-list li:nth-child(3),.login_box .side-su-list li:nth-child(4){
		font-size: 13px;
		padding: 3px;
		margin-bottom: 3px;
		border-bottom: #dedede dotted 1px;
		text-align: center;
	}
	.login_box .side-su-list li:nth-child(4) { margin-bottom: 0; padding-bottom: 0; border-bottom: none; }
	
	.side_sec { margin-bottom: 20px; }
	.side_sec h4 { text-align: center; color: #fff; padding: 5px 10px; margin-bottom: 10px; background:#498AD0; }
	.side_sec ul li { margin-bottom: 5px; padding-bottom: 5px; border-bottom: 1px dotted #dedede; font-size: 0.9rem; padding-left: 1.5em; text-indent: -1.0em; }
	.side_sec ul li:before { content:"\f0da"; font-family:FontAwesome; margin-right:10px; color:#498AD0; }
	.side_sec ul li.s_m_child:before { content:"\f105"; font-family:FontAwesome; margin-right:10px; color:#498AD0; padding-left: 1em; text-indent: -1em; }
	.red_side_sec h4 { background:#DB5A50; }
	.red_side_sec ul li:before { content:"\f0da"; font-family:FontAwesome; margin-right:10px; color:#DB5A50; }
	aside { margin-bottom: 40px;}
}
@media screen and (min-width: 768px) and (max-width: 960px)  {
	#new-content { margin:0 2%;}
	#new-content section:last-child { margin-bottom: 0px; }
	aside { margin: 4%; }
	.half_L { width: 49%; margin-right: 1%;}
	.half_R { width: 49%; margin-left: 1%; }
	.subTtl { font-size: 17px; margin-bottom: 20px; background: #f4f4f4; }
	.subTtl span { font-size: 11px;}
	.news_list li p.date { font-size: 12px; }
	.news_list li h3 { font-size: 1.0rem; }
	.semi_list li p.date { font-size: 12px; }
	.semi_list li h3 { font-size: 1.0rem; }
	.semi_dl dt { font-size: 11px; }
	.semi_dl dd { font-size: 11px; }
	
	.ttl-login { background: #CBEBF8 url("../img/common/side_arrow.png") 0 8px no-repeat; background-size: 25px; color: #000; height: 45px; line-height: 45px; padding-left: 30px; font-size: 0.9rem; }
	.login_btn li a { font-size: 13px; }
	.login_box p { font-size: 12px; }
	.side_sec h4 { font-size: 0.9rem; }
	.side_sec ul li { font-size: 0.8rem; }
	.side_sec { float: left; width: 48%; margin-right: 4%; }
	.red_side_sec { margin-right: 0px; }
	
	.login_box { padding: 20px; }
	.login_btn li:nth-child(2) { height: 35px; line-height: 35px;}
	
	.ic-half { float: left; width: 48%; margin-right: 4%; }
	.ic-half-R { margin-right: 0%; }
}
@media screen and (min-width: 961px) and (max-width: 1024px)  {
	#new-content { margin:0 1%;}
	#new-content main { float: right; width: 76%; margin-left: 2%; }
	#new-content aside { float: left; width: 22%; }

	.half_L { width: 49%; margin-right: 1%;}
	.half_R { width: 49%; margin-left: 1%; }
	.subTtl { font-size: 17px; margin-bottom: 20px; background: #f4f4f4; }
	.subTtl span { font-size: 11px;}
	.news_list li p.date { font-size: 12px; }
	.news_list li h3 { font-size: 1.0rem; }
	.semi_list li p.date { font-size: 12px; }
	.semi_list li h3 { font-size: 1.0rem; }
	.semi_dl dt { font-size: 11px; }
	.semi_dl dd { font-size: 11px; }
	
	.ttl-login { background: #CBEBF8 url("../img/common/side_arrow.png") 0 8px no-repeat; background-size: 25px; color: #000; height: 45px; line-height: 45px; padding-left: 30px; font-size: 0.9rem; }
	.login_btn li a { font-size: 13px; }
	.login_box p { font-size: 12px; }
	.side_sec h4 { font-size: 0.9rem; }
	.side_sec ul li { font-size: 0.8rem; }
	
	.login_box .side-tel { font-size: 26px; }
	.ttl-login { font-size: 0.9rem; height: 45px; line-height: 45px; }
	.login_btn li a { font-size: 14px; }
}
@media screen and (min-width: 1025px) and (max-width: 1279px)  {
	#new-content { margin:0 2%;}
	#new-content main { float: right; width: 76%; margin-left: 3%; }
	#new-content aside { float: left; width: 21%; }
	
	.login_box .side-tel { font-size: 26px; }
	
	.subTtl { font-size: 16px; padding: 10px 15px;  }
	.subTtl span { font-size: 11px; }
	.semi_list li h3 { font-size: 1.0rem;}
	.ttl-side-contact { font-size: 0.9rem; } 
	.side_sec ul li { font-size: 0.8rem;}
}
@media screen and (min-width: 1280px) and (max-width: 1479px)  {
	#new-content { width:1200px; margin:0 auto;}
	#new-content main { float: right; width: 76%; margin-left: 4%; }
	#new-content aside { float: left; width: 20%; }
}
@media screen and (min-width: 1480px) {
	#new-content { width:1260px; margin:0 auto; }
	#new-content main { float: right; width: 980px; margin-left: 40px; }
	#new-content aside { float: left; width: 240px; }
}
/*-- フッター固定バナー -------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	#contact-fixed { position: fixed; z-index: 10000; bottom: 0; width: 100%; }
	#contact-fixed .left, #contact-fixed .right { width: 50%; }
	#contact-fixed .left { float: left; }
	#contact-fixed .right { float: right; }
}

/*-- スクロールバー -------------------------------------------------------------*/
.scrollbar-red::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.scrollbar-red::-webkit-scrollbar-track {
  background: #f4f4f4;
}
.scrollbar-red::-webkit-scrollbar-thumb {
  background: #DB5A50;
}

.scrollbar-blue::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.scrollbar-blue::-webkit-scrollbar-track {
  background: #f4f4f4;
}
.scrollbar-blue::-webkit-scrollbar-thumb {
  background: #509bbc;
}
@media screen and (max-width: 767px) {
	.scrollbar-red::-webkit-scrollbar {
	  width: 6px;
	  height: 10px;
	}
	.scrollbar-blue::-webkit-scrollbar {
	  width: 6px;
	  height: 10px;
	}
}

/*-- footer ------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	footer#new-footer { border-top: 1px solid #dedede; }
	footer#new-footer .in { margin:6%; padding: 0;
	  display:-webkit-box;
	  display: -webkit-flex;
	  display:-ms-flexbox;
	  display: flex;
	  -webkit-flex-wrap:wrap;
	  -ms-flex-wrap:wrap;
	  flex-wrap:wrap;
	}
	footer#new-footer .f_left {
	  -webkit-box-ordinal-group:2;
	  -ms-flex-order:2;
	  -webkit-order:2;
	  order:2;
	}
	footer#new-footer .f_right {
	  -webkit-box-ordinal-group:1;
	  -ms-flex-order:1;
	  -webkit-order:1;
	  order:1;
		width: 100%;
		margin-bottom: 40px;
	}
	footer#new-footer .f_logo { width: 80%; margin: 0 10% 10px; }
	footer#new-footer .f_left p { text-align: center; margin-bottom: 20px; font-size: 0.8rem; }
	
	footer#new-footer .f_sns { display: flex; justify-content: center; }
	footer#new-footer .f_sns li { width: 40px; padding: 0 5px;}
	
	footer#new-footer .f_ttl { background: #498AD0; color: #fff; position: relative; padding: 10px; border-bottom: 1px solid #dedede; font-size: 0.9rem; }
	footer#new-footer .f_line h3.f_ttl:after { content: "\f067"; font-family: "FontAwesome"; position: absolute; top: 10px; right: 10px; color: #fff; }
	footer#new-footer .f_line h3.active:after { content: "\f068"; font-family: "FontAwesome"; position: absolute; top: 10px; right: 10px; color: #fff;}
	footer#new-footer .f_right .f_line ul li { font-size: 0.8rem; margin-bottom: 10px; padding:0 10px 10px; border-bottom: #dedede 1px dotted;}
	footer#new-footer .f_right .f_line ul { border-left: 1px solid #dedede; border-right: 1px solid #dedede; border-bottom: 1px solid #dedede; padding: 2%;  }
	footer#new-footer .f_right .f_line ul li:before { content:"\f0da"; font-family:FontAwesome; margin-right:10px; color:#498AD0; }	
	footer#new-footer .f_right .f_line ul li.s_m_child:before { content:"\f105"; font-family:FontAwesome; margin-right:10px; color:#498AD0; padding-left: 1em; text-indent: -1em; }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
	footer#new-footer { border-top: 1px solid #dedede; }
	footer#new-footer .in { margin:0 1%; padding: 20px 0;
	  display:-webkit-box;
	  display: -webkit-flex;
	  display:-ms-flexbox;
	  display: flex;
	  -webkit-flex-wrap:wrap;
	  -ms-flex-wrap:wrap;
	  flex-wrap:wrap;
	}
	footer#new-footer .f_left {
	  -webkit-box-ordinal-group:2;
	  -ms-flex-order:2;
	  -webkit-order:2;
	  order:2;
	}
	footer#new-footer .f_right {
	  -webkit-box-ordinal-group:1;
	  -ms-flex-order:1;
	  -webkit-order:1;
	  order:1;
		width: 100%;
		margin-bottom: 40px;
	}
	footer#new-footer .f_logo { width: 40%; margin: 0 30% 20px; }
	footer#new-footer .f_left p { text-align: center; margin-bottom: 20px;}
	
	footer#new-footer .f_sns { display: flex; justify-content: center; }
	footer#new-footer .f_sns li { width: 40px; padding: 0 5px;}
	
	footer#new-footer .f_left { float: left; margin-right: 40px; }
	footer#new-footer .f_right { float: left; }
	footer#new-footer .f_right .f_line { float: left; margin-left: 40px; }
	footer#new-footer .f_right .f_line:nth-child(1) { margin-left: 0px; }
	footer#new-footer .f_ttl { margin-bottom: 10px; font-size: 0.9rem; font-weight: bold; }
	footer#new-footer .f_right .f_line ul { margin-bottom: 40px;}
	footer#new-footer .f_right .f_line ul li { font-size: 0.8rem; margin-bottom: 10px; }
	footer#new-footer .f_right .f_line ul li:before { content:"\f0da"; font-family:FontAwesome; margin-right:10px; color:#498AD0; }
	footer#new-footer .f_right .f_line ul li.s_m_child:before { content:"\f105"; font-family:FontAwesome; margin-right:10px; color:#498AD0; padding-left: 1em; text-indent: -1em; }
}
@media screen and (min-width: 961px) {
	footer#new-footer { border-top: 1px solid #dedede; }
	footer#new-footer .f_left { float: left; margin-right: 100px; }
	footer#new-footer .f_right { float: left; }
	footer#new-footer .f_right .f_line { float: left; margin-left: 40px; }
	footer#new-footer .f_right .f_line:nth-child(1) { margin-left: 0px; }
	footer#new-footer .f_ttl { font-weight: bold; margin-bottom: 10px; font-size: 1.1rem; }
	footer#new-footer .f_right .f_line ul { margin-bottom: 40px;}
	footer#new-footer .f_right .f_line ul li { font-size: 0.9rem; margin-bottom: 10px; }
	footer#new-footer .f_right .f_line ul li:before { content:"\f0da"; font-family:FontAwesome; margin-right:10px; color:#498AD0; }
	footer#new-footer .f_right .f_line ul li.s_m_child:before { content:"\f105"; font-family:FontAwesome; margin-right:10px; color:#498AD0; padding-left: 1em; text-indent: -1em; }
	footer#new-footer .f_left p { margin-bottom: 20px; }
	footer#new-footer .f_sns li { float: left; margin-right: 10px; }
}
@media screen and (min-width: 961px) and (max-width: 1024px){
	footer#new-footer .in { margin:0 1%; padding: 20px 0; }
	footer#new-footer .f_logo { width: 240px; margin-bottom: 20px; }
	footer#new-footer .f_left { float: left; margin-right: 20px; }
	footer#new-footer .f_right .f_line { margin-left: 20px; }
	footer#new-footer .f_ttl { font-size: 1.0rem; }
	footer#new-footer .f_right .f_line ul li { font-size: 0.8rem; }
	footer#new-footer .f_sns li { width: 35px;}
	footer#new-footer .f_left p { font-size: 13px; }
}
@media screen and (min-width: 1025px) and (max-width: 1279px)  {
	footer#new-footer .in { margin:0 2%; padding: 30px 0;}
	footer#new-footer .f_logo { width: 300px; margin-bottom: 20px; }
	footer#new-footer .f_left { float: left; margin-right: 30px; }
	footer#new-footer .f_right .f_line { margin-left: 30px; }
	footer#new-footer .f_sns li { width: 40px;}
}
@media screen and (min-width: 1280px) and (max-width: 1479px)  {
	footer#new-footer .in { width:1200px; margin:0 auto; padding: 40px 0;}
	footer#new-footer .f_logo { width: 330px; margin-bottom: 20px; }
	footer#new-footer .f_left { float: left; margin-right: 60px; }
	footer#new-footer .f_sns li { width: 45px;}
}
@media screen and (min-width: 1480px) {
	footer#new-footer .in { width:1260px; margin:0 auto; padding: 40px 0; }
	footer#new-footer .f_logo { width: 360px; margin-bottom: 20px; }
	footer#new-footer .f_sns li { width: 50px;}

}


@media screen and (max-width: 767px) {
	/*-- footer ------------------------------------------------------------*/
	footer#new-footer .f_menu { background:#efefef; padding:2%; }
	footer#new-footer .f_menu li { float:left; padding:2%; width:45.8%; border-bottom:#CCC 1px solid; }
	footer#new-footer .f_menu li:before { content:"\f0da"; font-family:FontAwesome; margin-right:10px; color:#F33;} 
	footer#new-footer .f_menu li:nth-child(2n) { border-left:#CCC 1px solid;  }
	footer#new-footer .f_menu li:nth-child(1) { border-top:#CCC 1px solid;}
	footer#new-footer .f_menu li:nth-child(2) { border-top:#CCC 1px solid;}
}
	
/*-- コピーライト --*/
@media screen and (max-width: 767px) {
	footer#new-footer #copyright { background:#1f7cc1; text-align:center; margin-bottom:0px; padding:1px 0; color:#fff; font-size:12px; }
	
	.f_bnr_area li { width: 49%; margin:0 2% 10px 0; float: left; }
	.f_bnr_area li:nth-child(2n) { margin-right: 0px; }
	.side-bnr-area li { margin-bottom: 10px; text-align: center;}
}
@media screen and (min-width: 768px) {
	footer#new-footer #copyright { background:#1f7cc1;  text-align:center; margin-bottom:0px; padding:1px 0; color:#fff; font-size:12px; }
	
	.f_bnr_area { display: flex; align-content: space-between; flex-wrap: wrap;}
	.side-bnr-area li { margin-bottom: 10px; }
}
@media screen and (min-width: 768px) and (max-width: 1024px){
	.f_bnr_area li { width: 23.5%; margin-right: 2%; margin-bottom: 20px; }
	.f_bnr_area li:nth-child(4n) { margin-right: 0px; }
}
@media screen and (min-width: 1025px) and (max-width: 1279px){
	.f_bnr_area li { width: 18.4%; margin-right: 2%; margin-bottom: 20px; }
	.f_bnr_area li:nth-child(5n) { margin-right: 0px; }
}
@media screen and (min-width: 1025px) {
	.f_bnr_area-title{ font-weight: bold; margin-bottom: 10px; font-size: 1.1rem;}
	.f_bnr_area li { width: 17.6%; margin-right: 3%; margin-bottom: 20px; }
	.f_bnr_area li:nth-child(5n) { margin-right: 0px; }	
}


/*-- 画像 ページの先頭へ戻る --*/
@media screen and (max-width: 767px) {
	#new-pagetop {
		width: 40px;
		height: 40px;
		position:fixed;
		right:5px;
		bottom:50px;
		opacity:0.8;
		z-index: 999;
	}
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
	#new-pagetop {
		width: 50px;
		height: 50px;
		position:fixed;
		right:20px;
		bottom:20px;
		opacity:0.8;
	}
}
@media screen and (min-width: 1024px) {
	#new-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:#000; width:60%; height:30px; line-height:30px; border:#000 1px solid; display:block; text-align:center; margin:0 20%; background:#fff; border-radius: 15px;  font-size: 12px; }
	.box_link_btn a:link    { color:#000; text-decoration: none; }
	.box_link_btn a:visited { color:#000; text-decoration: none; }
	.box_link_btn a:hover   { color:#fff; text-decoration: none; background:#000; }
	.box_link_btn a:active  { color:#000; text-decoration: none; } 
	
	.box_link_btn02 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_btn02 a:link    { color:#FF6600; text-decoration: none; }
	.box_link_btn02 a:visited { color:#FF6600; text-decoration: none; }
	.box_link_btn02 a:hover   { color:#fff;    text-decoration: none; background:#FF6600; }
	.box_link_btn02 a:active  { color:#FF6600; text-decoration: none; } 
}
@media screen and (min-width: 768px) {
	.box_link_btn a { color:#000; width:60%; height:40px; line-height:40px; border:#000 1px solid; display:block; text-align:center; margin:0 20%; background:#fff; border-radius: 20px; font-size: 14px; }
	.box_link_btn a:link    { color:#000; text-decoration: none; }
	.box_link_btn a:visited { color:#000; text-decoration: none; }
	.box_link_btn a:hover   { color:#fff; text-decoration: none; background:#000; }
	.box_link_btn a:active  { color:#000; text-decoration: none; } 
	.box_link_btn_s a { width:40%; margin:0 30%; }
	
	.box_link_btn02 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_btn02 a:link    { color:#FF6600; text-decoration: none; }
	.box_link_btn02 a:visited { color:#FF6600; text-decoration: none; }
	.box_link_btn02 a:hover   { color:#fff;    text-decoration: none; background:#FF6600; }
	.box_link_btn02 a:active  { color:#FF6600; text-decoration: none; } 
}
@media screen and (min-width: 768px) and (max-width: 960px) {
	.box_link_btn a { height:30px; line-height:30px; border-radius: 15px; font-size: 12px; }
}
@media screen and (min-width: 961px) and (max-width: 1024px) {
	.box_link_btn a { height:35px; line-height:35px; border-radius: 17.5px; font-size: 13px; }
}
@media screen and (min-width: 1025px) and (max-width: 1279px) {
	.box_link_btn a { height:35px; line-height:35px; border-radius: 17.5px; font-size: 13px; }
}

@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:#54A583 !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; }

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

.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;}

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

.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;
}

/* 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 ----------------------------------------------------------------*/





.br-hide-sp {
  display: block;
  flex-basis: 100%;
  height: 0;
}

@media (max-width: 767px) {
	
	.f_bnr_area1 {
	display: flex;
	flex-wrap: wrap;
	}

  .br-hide-sp {
    display: none;
  }
}

#sb_instagram .sbi_photo img{
	width: 80% !important;
	margin-left: auto !important;
	margin-right: auto !important;
}