@charset "utf-8";

/* common */

body {
font-family: 'Noto Sans JP', メイリオ, Meiryo, "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
font-weight: 400 !important;
font-size: 16px;
line-height: 1.8;
color: #000 !important;
}
@media all and (max-width: 640px) {
body {font-size: 16px;}
}
@media all and (max-width: 420px) {
body {font-size: 14px;}
}
h1,h2,h3 { margin: 0 !important; }

.fn_en { font-family: "Roboto Condensed", sans-serif; font-weight: 600; }
.fn_sr { font-family: "Noto Serif JP", serif; }

img { max-width: 100%; height: auto; }

.sp0 { display: none; }
.pc0 { display: block; }
@media all and (max-width: 768px) {
.sp0 { display: block; }
.pc0 { display: none; }
}
.sp1 { display: none; }
.pc1 { display: block; }

@media all and (max-width: 560px) {
.sp1 { display: block; }
.pc1 { display: none; }
.sp_mg { margin-bottom: 23px !important;}
}
.ps_rlt { position: relative; }
.al_center { margin: 0 auto; }


a img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
a img:hover {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
img.w100 { max-width: 100%; height: auto; }



/* ヘッダー */
a { -webkit-transition: 0.2s ease-in; transition: 0.2s ease-in; }
h1.logo { margin: 0 !important; width: 100%; max-width: 380px; height: auto; float: left; }

.head_link { float: right; padding: 0; }
.head_link a { -webkit-transition: 0.2s ease-in; transition: 0.2s ease-in; }
.head_link a img { width: 300px; height: auto; }
.header_block { height: 100px; width: 100%; max-width: 1280px; background: #fff; padding: 7px 20px 10px; top: 0; z-index: 5; display: flex; justify-content: space-between; align-content: center; align-items: center; margin: 0 auto -100px; position: relative; }
.gNav { margin-top: 10px; overflow-x: hidden; }
.gNav ul li { width: auto; text-align: center; font-size: 18px !important; margin: 0; }
.gNav ul li a { display: block; color: #fff; text-decoration: none; font-weight: 500 !important; text-align: center; }
.gNav ul { padding-left: 20px !important; padding-right: 20px !important; }

@media all and (min-width: 769px) {
.header_block { box-shadow: 0 0 8px rgba(0, 0, 0, 0.4); }
.ul_wrap { padding: 34px 10px 9px; width: 100%; box-sizing: content-box; margin-left: -10px; }
.gNav ul { 
	list-style: none;
	display: flex;
   -webkit-flex-flow: row nowrap;
   flex-flow: row nowrap;
   justify-content: space-between;
	width: 100%;
	margin-top: 10px;
}
.gNav ul li a { transition: all  0.3s ease; text-align: center !important; color: #163a97; font-size: 16px; padding-left: 12px; margin-left: 20px; background-image: url("../images/icon01.png"); background-position: left center; background-repeat: no-repeat; background-size: 6px 6px; }
.gNav ul li a:hover { opacity: 0.7; }
}
.container { width: 100%; max-width: 1320px !important; padding: 0 30px !important; }

@media screen and (min-width:769px){
.header_block .container { width: auto; margin: 0; padding: 0 !important; }
}
@media all and (max-width: 1036px) {h1.logo { max-width: 320px; }}
@media all and (max-width: 991px) {
h1.logo { max-width: 280px; }
.gNav ul li a { font-size: 14px; }
}
@media all and (max-width: 900px) {
.gNav ul li a { padding-left: 9px; margin-left: 12px; background-size: 4px 4px; }
.header_block { padding: 7px 13px 10px; }
}
@media all and (max-width: 788px) {
h1.logo { max-width: 250px; }
.header_block { padding: 7px 10px 10px; }
}
@media all and (max-width: 768px) {
h1.logo { max-width: 320px; }
.header_block { padding: 5px 10px 10px; height: 80px; margin-bottom: 0; }
.header_block .container { width: 100%; margin: 0; padding: 0 5px 0 10px !important; }
.logo { padding-right: 60px; }
}
@media all and (max-width: 480px) {
.container { padding: 0 20px !important; }
}


#nav_toggle{
	display: none;
	cursor: pointer;
}


/*メニュー部分*/
@media screen and (max-width:768px){
	nav{
		display: none;
		position: absolute;
		top:80px;
		width: 100%;
		background-color: rgba( 22, 58, 151, 0.90 );
		left: 0;
		padding: 15px 0;
		z-index: 4;
	}
	header nav ul{
		display: block;
		margin: 0 auto;
		width: 94%;
		list-style: none;
	}
	header nav ul li{
		margin: 0 auto;
		text-align: center;
		font-size: 14px !important;
	}
	header nav ul li:last-child{
		border: none;
	}
	header nav ul li a{
		display: block; 
		padding: 8px 0;
		transition: all  0.3s ease;
		border-radius: 3px;
	}
	header nav ul li a:hover{
		background-color: rgba( 24, 45, 101, 0.90 );
	}
 
}

@media screen and (max-width:768px){	
	/*開閉ボタン*/
	#nav_toggle{
		display: block;
		width: 30px;
		height: 40px;
		position: absolute;
		top: 0;
		right: 2px;
		z-index: 100;
	}
	#nav_toggle div {
		position: relative;
	}
	#nav_toggle span{
		display: block;
		height: 3px;
		border-radius: 4px;
		background: #163a97;
		position:absolute;
		width: 100%;
		left: 0;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;	
	}
	#nav_toggle span:nth-child(1){
		top:0px;
	}
	#nav_toggle span:nth-child(2){
		top:8px;
	}
	#nav_toggle span:nth-child(3){
		top:16px;
	}
	#nav_toggle .menu_ttl { position: absolute; bottom: 0; right: -1px; font-size: 10px; color: #163a97; font-weight: 700; }
	
	/*開閉ボタンopen時*/
	.open #nav_toggle span:nth-child(1) {
			top: 12px;
		   -webkit-transform: rotate(135deg);
			-moz-transform: rotate(135deg);
			transform: rotate(135deg);
		}
		.open #nav_toggle span:nth-child(2) {
			width: 0;
			left: 50%;
		}
		.open #nav_toggle span:nth-child(3) {
			top: 12px;
			-webkit-transform: rotate(-135deg);
			-moz-transform: rotate(-135deg);
			transform: rotate(-135deg);
		}
}




/* block_01 */

.block_01 { background-color: #7494c9; padding: 180px 20px 80px; margin-top: 0; background-position: center center; background-size: cover; }
.cat01 { background-image: url("../images/cat/01.jpg"); }
.cat02 { background-image: url("../images/cat/02.jpg"); }
.cat03 { background-image: url("../images/cat/03.jpg"); }
.cat04 { background-image: url("../images/cat/04.jpg"); }
.catpp { background-image: url("../images/cat/pp.jpg"); }

@media all and (max-width: 768px) {.block_01 { margin-top: 0; padding: 50px 20px; }}
h2.ttl1 { font-size: 30px; font-weight: bold; color: #26655a; width: 100%; line-height: 44px; letter-spacing: 4px; text-align: left; text-shadow:0 0 5px #fff; display: inline; }
h2.ttl1_2 { font-size: 3rem; font-weight: 400; color: #fff; width: 100%; line-height: 44px; letter-spacing: 4px; text-align: center; font-family: "Noto Serif JP", serif; }
h2.ttl1 img { width: 100%; height: auto; }
h2.ttl1 span { padding: 11px 0 40px; display: inline-block; }
h2.ttl1 strong { font-size: 80% !important; font-weight: bold !important; letter-spacing: 1px; display: inline; line-height: 4rem; }
h2.ttl1 span span { font-size: 65% !important; font-weight: normal !important; padding: 0 0 16px; letter-spacing: 1px; }
@media all and (max-width: 991px) {
h2.ttl1 { font-size: 32px;}
}

@media all and (max-width: 560px) {
.block_01.block_01_2 { padding: 40px 10px; }
h2.ttl1_2 { font-size: 24px; letter-spacing: 2px; }
}

.pcB, .pcB2, .pcB3 { display: inherit; }
.spB, .spB2, .spB3 { display: none; }
@media all and (max-width: 768px) {
h2.ttl1 { font-size: 28px;}
h2.ttl1 strong { padding: 30px 0 6px !important; }
h2.ttl1 span span { padding: 0 0 10px; }
h2.ttl1 span { padding: 9px 0 32px; }
.pcB2 { display: none; }
.spB2 { display: inherit; }
}
@media all and (max-width: 560px) {
h2.ttl1 { font-size: 25px; letter-spacing: 1.5px;}
h2.ttl1 strong { padding: 20px 0 6px !important; }
h2.ttl1 span { padding: 9px 0 20px; }
h2.ttl1 span span { letter-spacing: 0px; padding: 0 0 8px; }
.pcB { display: none; }
.spB { display: inherit; }
}
@media all and (max-width: 480px) {
.pcB3 { display: none; }
.spB3 { display: inherit; }
}
@media all and (max-width: 360px) {
h2.ttl1 { font-size: 24px; letter-spacing: 0.5px;}
h2.ttl1 strong { padding: 16px 0 4px !important; }
h2.ttl1 span span { padding: 0 0 5px; }
h2.ttl1 span { padding: 7px 0 16px; }
}


/* block_02 */
.block_inner { padding: 90px 20px; }
.block_04 .block_inner { padding-bottom: 40px !important; }
.container2 { width: 80% !important; margin: 0 auto; }
@media all and (min-width: 992px) { 
.block_inner .container { max-width: 1280px !important; width: 100%; margin: 0 auto !important; }
}
@media all and (max-width: 599px) { .block_inner { padding: 64px 20px; } }

/*.anch_block { padding-top: 145px !important; margin-top: -145px !important; }
@media all and (max-width: 768px) {.anch_block { padding-top: 75px !important; margin-top: -75px !important; }}*/
.block_02 { background: #fff; }
h3.ttl2 { font-size: 2.0rem; font-weight: 500; color: #fff; width: 100%; line-height: 38px; letter-spacing: 1px; text-align: center; position: relative; color: #132a67; margin-bottom: 50px !important; }
h3.ttl2:after { 
content: "";
display: block;
height: 2px;
width: 100px;
position: absolute;
bottom: -14px;
background: #ecae0e;
left: 50%;
margin-left: -50px; }
@media all and (max-width: 768px) {h3.ttl2{font-size: 25px;}}
@media all and (max-width: 560px) {h3.ttl2{font-size: 20px;letter-spacing: 0.5px;margin-bottom: 27px !important;}
.block_inner { padding: 50px 10px; }
h3.ttl2:after{bottom:-9px;}}

.h3_type01 { font-size: 160%; color: #7494c9; letter-spacing: 4px; }
.block_04 .h3_type01 { color: #ffd0d7; }

h4 { font-weight: 500; font-size: 2.4rem; color: #000; margin: 16px 0 40px; position: relative; line-height: 1.4; padding: 6px 0 5px; position: relative; }
h4::after { content: ""; width: 80px; height: 1px; background-color: #ecae0e; position: absolute; left:0; bottom: -10px; }
h4.txt_c::after { left: 50%; margin-left: -40px; background-color: #fbe8b7; }
.block_04 h4 { color: #fff; letter-spacing: 6px; }

h4.pp_ttl { background-color: #eee; line-height: 1.4; padding: 2px 15px 6px; margin: 40px 0 12px !important; font-size: 130%; font-weight: 600; }
h4.pp_ttl.mgT0 { margin-top: 0 !important; }
h4.pp_ttl::after { display: none; }
.pp_txt p { margin-bottom: 24px; }
@media all and (min-width: 992px) { h4.txt_rl2::after { left: auto; right: 0; } }
@media all and (min-width: 769px) { h4.txt_cl::after { left: 50%; margin-left: -40px; } h4.txt_rc::after { left: auto; right: 0; } }
@media all and (max-width: 480px) {
.block_04 .block_inner { padding-bottom: 30px !important; }
h4 { font-size: 2.0rem; margin: 8px 0 28px; }}

.syllabus_box { padding: 17px; margin-bottom: 30px; background: #fff; }

.txt_syl { font-size: 90%; padding: 0 6px; margin: -21px 0 24px; }

h4.ttl_check { border-left: none; padding-left: 26px;
background-image: url(../images/check.svg);
background-repeat: no-repeat;
background-size: 16px auto;
background-position: 0 10px;
margin-bottom: 0 !important;
margin-top: 0 !important; }
h4.ttl_check:before { display: none; }

h5 span { border: 1px solid #289b87; width: 130px; text-align: center; padding: 4px 0; font-size: 14px !important; font-weight: bold; display: inline-block; margin-right: 12px; margin-bottom: 9px; color: #289b87; border-radius: 3px; }
h5 { font-size: 16px !important; font-weight: bold; display: block; margin: 18px 0 !important; }

.lsm_1 { letter-spacing: -1px; }


a.nrm_link { color: #19a1b1 !important; border-bottom: 1px dotted #19a1b1; text-decoration: none; }
a.nrm_link:hover { color: #19a1b1 !important; border-bottom: 1px solid #19a1b1; text-decoration: none; }


/* block_03 */
.block_03 { background-image: url("../images/top/about_bg.jpg"); background-position: center center; background-size: cover; }
.block_04 { background-image: url("../images/top/access_bg.jpg"); background-position: center center; background-size: cover; }
.block_03 h3.ttl2:after {
background: #ecae0e; /* Old browsers */
background: -moz-linear-gradient(left, #F6F6F5 0%, #ecae0e 44%, #ecae0e 44%, #ecae0e 56%, #F6F6F5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #F6F6F5 0%,#ecae0e 44%,#ecae0e 44%,#ecae0e 56%,#F6F6F5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #F6F6F5 0%,#ecae0e 44%,#ecae0e 44%,#ecae0e 56%,#F6F6F5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F6F6F5', endColorstr='#F6F6F5',GradientType=1 ); /* IE6-9 */}
.img_block { width: 84%; margin: 0 8% 26px; padding: 10px; box-sizing: border-box; background: #fff; }
@media all and (max-width: 991px) {.img_block {width:90%;margin:0 5% 25px;}}
@media all and (max-width: 768px) {.img_block {width:100%;margin:0 0 22px;}}
@media all and (max-width: 560px) {.img_block {width:70%;margin:0 auto 18px; padding: 0; }}
@media all and (max-width: 420px) {.img_block {width:88%;}}

table.table_02 { width: 100%; }
table.table_01 th,
table.table_02 th { white-space: nowrap; background: #84bdb3; font-weight: bold !important; color: #fff; text-align: center; }
table.table_01 td, table.table_02 td { background: #fff; }
table.table_01 th, table.table_01 td,
table.table_02 th, table.table_02 td {
    padding-top: .65em;
    padding-bottom: .65em;
    padding-left: .75em;
    padding-right: .75em;
    font-weight: normal;
    border: solid 1px #ddd;
    border-right: solid 1px #ddd;
    font-size: 1.4rem;
}
table.table_01 td.color_td, table.table_01 tr.color_td td,
table.table_02 td.color_td, table.table_02 tr.color_td td{ background: #f4f4f8; font-weight: bold; }
table.table_01 th strong, table.table_01 td strong,
table.table_02 th strong, table.table_02 td strong {
	font-weight: bold;
	color: #6ca99e;
}
@media all and (max-width: 599px) {
table.table_01 th,table.table_01 td { width: 100%; display: block; border: none; }
table.table_01 th { font-weight: normal !important; }
table.table_01 { border: solid 1px #ddd; }
}
.txt_mds01 { font-size: 120%; text-align: center; color: #2648a1; font-weight: 400; letter-spacing: 1px; }
.txt_mds01.txt_l { text-align: left; }
.tb_mds { color: #163a97; font-weight: 500; }


/* Contact */
.tag01 { background: #e7ab0d; padding: 2px 0 1px; width: 60px; border-radius: 3px; color: #fff; display: inline-block; margin-right: 10px; font-size: 12px; font-weight: bold; text-align: center; }
.tag02 { background: #163a97; color: #fff; line-height: 1.0; font-size: 90%; padding: 3px 10px 4px; margin-right: 16px; position: relative; top: -5px; }


/* IE */
@media screen\0 {
h4 { padding: 10px 0 6px 10px; }
.syllabus_box h4 { padding: 7px 8px 4px 12px; }
h5 span { padding: 6px 0 3px; }
.tag01 { padding: 4px 0 1px; top: -2px; position: relative; }
}


/* footer */
.footer { padding: 28px 20px 12px;
background-color: #081b4d;
}
.footer p.foot_logo { margin-bottom: 24px; }
.footer p.foot_logo img { width: 240px; height: auto; }
.footer p { font-size: 12px; margin: 0; font-weight: normal; color: #ddd; text-align: center; }
@media all and (max-width: 560px) { .footer p.foot_logo img { width: 200px; height: auto; } }


/* ページトップ */
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
	width: 60px;
	height: 60px;
	display: block;
}
#page-top img {
	width: 100%;
	height: auto;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;}
#page-top:hover img {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;}

img { max-width:100%; height: auto; }
.rnd_01 { border-radius: 50%; width: 60%; height: auto; box-shadow: 0 0 8px rgba(0,0,0,0.2); }

ul.nrm_list li { font-size: 110%; font-weight: bold; margin-bottom: 8px; }
ul.nrm_list2 { margin: 8px 0 0; padding: 0 0 0 18px; }
ul.nrm_list2 li { font-size: 90%; margin-bottom: 5px; line-height: 1.5; }

@media print {
 a[href]:after {
 content: "" !important;
 }
 
 abbr[title]:after {
 content: "" !important;
 }
}


ul.staff_select { display:block;margin:15px 0 15px; padding: 0; }
ul.staff_select li { list-style: none; display:inline-block; margin:0 6px 15px 0; }
ul.staff_select li a {background:#2648a1; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; color: #fff !important; text-decoration: none !important; border: 2px solid #2648a1; padding: 3px 8px; font-size:16px; font-weight:bold; }
ul.staff_select li a:hover {background:#fff;color: #2648a1 !important; text-decoration: none !important; }

@media screen and (max-width: 480px){
ul.staff_select li { margin:0 6px 12px 0; }
ul.staff_select li a {font-size:14px;padding: 3px 5px; }
}

.box_01L { float: left; width: 25%; }
.box_01R { float: right; width: 72%; }
@media screen and (max-width: 768px){
.box_01L { float: none; width: 100%; }
.box_01R { float: none; width: 100%; }
}
.box_02L { float: left; width: 73%; }
.box_02R { float: right; width: 24%; }
@media screen and (max-width: 991px){
.box_02L { float: left; width: 65%; }
.box_02R { float: right; width: 31%; }
}
@media screen and (max-width: 768px){
.box_02L { float: none; width: 100%; }
.box_02R { float: none; width: 100%; }
}
.box_03L { float: left; width: 64%; }
.box_03R { float: right; width: 33%; }
@media screen and (max-width: 768px){
.box_03L { float: none; width: 100%; }
.box_03R { float: none; width: 100%; }
}
.box_04L { float: left; width: 70%; }
.box_04R { float: right; width: 27%; }
@media screen and (max-width: 768px){
.box_04L { float: left; width: 64%; }
.box_04R { float: right; width: 33%; }}
@media screen and (max-width: 560px){
.box_04L { float: none; width: 100%; }
.box_04R { float: none; width: 100%; }
}
.clearfix {
  clear: both;
  float: none;
}
.box_04R img { width: 100%; height: auto; }
.txt_f14 { font-size: 14px !important; }
.txt_f16 { font-size: 16px !important; }
.txt_f18 { font-size: 18px !important; }
.txt_f20 { font-size: 20px !important; }
.color_BL { color: #2648a1; }
.txt_L1 { color: #2648a1; font-size: 140%; }
.box_HH { width: 48%; margin-bottom: 40px; }
.top_cat .box_HH { width: 47%; margin-bottom: 60px; }
.box_4SP { width: 23%; }
@media screen and (max-width: 1180px){
.box_4SP { width: 47%; margin-bottom: 50px; }
.box_4SP:nth-child(3), .box_4SP:nth-child(4) { margin-bottom: 0; }
}
@media screen and (max-width: 991px){
.box_4SP { margin-bottom: 40px; } }

@media screen and (max-width: 640px){
.box_4SP { width: 100%; margin-bottom: 30px; }
.box_4SP:nth-child(3) { margin-bottom: 30px; } }

.sub_box { font-size: 90%; padding: 8px 20px; background: rgba(255,255,255,1.0); }
.thumb_img { margin-bottom: 0; }
.box_HH:nth-child(3), .box_HH:nth-child(4) { margin-bottom: 0; }
.flex_wrap { display: flex; flex-wrap: wrap; justify-content: space-between; }
.flex_wrap2 { display: flex; flex-wrap: wrap; justify-content: space-between; align-content: center; align-items: center; }
.box_HL { width: 48.5%; margin-right: 3%; display: block; float: left; margin-bottom: 20px; background: #fff; box-shadow: 0 0 3px rgba(0, 0, 0, 0.6); position: relative; }
.box_HR { width: 48.5%; display: block; float: left; margin-bottom: 20px; background: #fff; box-shadow: 0 0 3px rgba(0, 0, 0, 0.6); position: relative; }
@media screen and (max-width: 768px){
.box_HL { width: 100%; margin-right: 0%; display: block; float: none; }
.box_HR { width: 100%; margin-right: 0%; display: block; float: none; }
}
@media screen and (max-width: 660px){
.box_HH { width:100%; margin-bottom: 60px; }
.box_HH:nth-child(3) { margin-bottom: 60px; }
}

.ttl6{
    position: relative;
    margin: 3em auto 1em;
    width: 200px;
    padding: 4px 5px 3px;
    background: #2648a1;
    color: #fff;
    font-size: 1.1em;
    font-weight: bold;
    text-align:center;
border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px;
display:block;
}
 
.ttl6:after{
    position: absolute;
    bottom: -8px;
    left: 80px;
    z-index: 90;
    margin-left: 5px;
    border-top: 15px solid #2648a1;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 0;
    content: "";
}
.pd15_2 { padding: 10px 0 0 }

.btn_link { display: inline-block; background: #ecae0e; color: #fff; font-weight: bold; text-decoration: none; border: 2px solid #ecae0e; padding: 6px 18px 4px; border-radius: 5px; }
.btn_link:hover { color: #ecae0e; background: #fff; text-decoration: none; }


ul.banner_list {
	margin-right: -3.5% !important;
	margin-left: 0 !important;
	padding: 0 !important; margin-bottom: 0 !important;
	overflow: hidden; }
ul.banner_list:after {
    content:" ";
    display:block;
    clear:both;
}
ul.banner_list li {
	display: inline;
	float: left;
	list-style: none;
	width: 29.9%;
	margin-right: 3.381%; margin-bottom: 15px !important; }
ul.banner_list li img {
	width: 100%; }
@media (max-width: 768px){
	ul.banner_list {
	margin-right: -3% !important; }
ul.banner_list li {
	width: 47.08%;
	margin-right: 2.912%; } }

/* @media (max-width: 480px){
	ul.banner_list {
	margin-right: 0 !important; }
ul.banner_list li {
	width: 100%;
	margin-right: 0%; } }  */

ul.thumb_list, ul.column_list, #sidebar aside#listcategorypostswidget-3 ul.column_list {
	margin-right: -4% !important;
	margin-left: 0 !important;
	padding: 0 !important;
	overflow: hidden; }
ul.thumb_list li, ul.column_list li, #sidebar aside#listcategorypostswidget-3 ul.column_list li {
	display: inline;
	float: left;
	list-style: none;
	width: 17% !important;
	margin-right: 3.75% !important;
	margin-bottom: 20px !important;
	font-size: 14px !important; }
	ul.thumb_list li img { margin-bottom: 8px; }
#sidebar aside#listcategorypostswidget-3 ul.column_list { margin-top: -90px !important; }
#sidebar aside#listcategorypostswidget-3 ul.column_list li { background: none !important; padding:0 !important; }
#sidebar aside#listcategorypostswidget-3 ul.column_list li a { border: none !important; }
ul.thumb_list li img, ul.column_list li img, #sidebar aside#listcategorypostswidget-3 ul.column_list li img {
	width: 100%; }
ul.thumb_list li a { text-decoration: none !important; color:#333 !important; }
ul.thumb_list li a:hover { color: #2648a1 !important; }

ul.column_list li a, #sidebar aside#listcategorypostswidget-3 ul.column_list li a { text-decoration: none !important; color:#000 !important; font-weight: bold; }
ul.column_list li a:hover, #sidebar aside#listcategorypostswidget-3 ul.column_list li a:hover { color: #2648a1 !important; }
ul.column_list li:nth-child(5n+1), #sidebar aside#listcategorypostswidget-3 ul.column_list li:nth-child(5n+1) {clear:both;}

ul.thumb_list li:nth-child(5n+1) {clear:both;}
ul.thumb_list li:last-child { margin-right: 0 !important; }

@media (max-width: 63.9999em){
	ul.thumb_list, ul.column_list, #sidebar aside#listcategorypostswidget-3 ul.column_list {
	margin-right: -3.5% !important; }
ul.thumb_list li, ul.column_list li, #sidebar aside#listcategorypostswidget-3 ul.column_list li {
	width: 29.9% !important;
	margin-right: 3.381% !important;
	margin-bottom: 20px !important; }
ul.thumb_list li:nth-child(5n+1) {clear:none;}
ul.thumb_list li:nth-child(3n+1) {clear:both;}
ul.column_list li:nth-child(5n+1), #sidebar aside#listcategorypostswidget-3 ul.column_list li:nth-child(5n+1) {clear:none;}
ul.column_list li:nth-child(3n+1), #sidebar aside#listcategorypostswidget-3 ul.column_list li:nth-child(3n+1) {clear:both;} }

@media (max-width: 35.4999em){
	ul.thumb_list, ul.column_list, #sidebar aside#listcategorypostswidget-3 ul.column_list {
	margin-right: -3% !important; }
ul.thumb_list li, ul.column_list li, #sidebar aside#listcategorypostswidget-3 ul.column_list li {
	width: 47.08% !important;
	margin-right: 2.912% !important;
	margin-bottom: 20px; }
ul.thumb_list li:nth-child(3n+1) {clear:none;}
ul.thumb_list li:nth-child(5n+1) {clear:both;}
ul.thumb_list li:nth-child(2n+1) {clear:both;}
ul.thumb_list li:nth-child(2n):after {
    content:" ";
    display:block;
    clear:both;
}
ul.column_list li:nth-child(3n+1), #sidebar aside#listcategorypostswidget-3 ul.column_list li:nth-child(3n+1) {clear:none;}
ul.column_list li:nth-child(5n+1), #sidebar aside#listcategorypostswidget-3 ul.column_list li:nth-child(5n+1) {clear:both;} 
ul.column_list li:nth-child(2n+1), #sidebar aside#listcategorypostswidget-3 ul.column_list li:nth-child(2n+1) {clear:both;}
ul.column_list li:nth-child(2n):after, #sidebar aside#listcategorypostswidget-3 ul.column_list li:nth-child(2n):after {
    content:" ";
    display:block;
    clear:both;
} }

.st_block { display: flex !important; justify-content: space-between !important; flex-wrap: wrap !important; width:100%; }
.st_img { width: 31% !important; height: auto !important; margin-bottom: 20px !important; box-shadow: 0 0 4px rgba(0, 0, 0, 0.3); margin-right: 3.5% !important; }
.st_img img { width: 100%; height: auto; }
.st_img:last-child { margin-right: 0 !important; }


.clear_00_n { clear: both; height: 10px; margin-bottom: 10px; }
.clear_00 { clear: both; height: 60px; margin-bottom: 60px; }
.clear_01 { clear: both; height: 20px; margin-bottom: 20px; }
.clear_02 { clear: both; border-bottom:1px dotted #CCC; height: 30px; margin-bottom: 30px; }
.clear_03 { clear: both; border-bottom:1px dotted #CCC; height: 0; margin-bottom: 18px; }
.clear_04 { clear: both; border-bottom:1px solid #CCC; height: 36px; margin-bottom: 36px; }


ul.sub_nav {
margin:0 0 30px; padding:0; list-style: none; font-size:18px;
}
ul.sub_nav:after {
    content:" ";
    display:block;
    clear:both;
}
ul.sub_nav li {
margin: 0 8px 12px 0;
display: block;
float: left;
}
ul.sub_nav li a {
padding: 6px 10px 4px;
border: 1px solid #2648a1;
color: #fff;
background: #2648a1;
text0decoration: none;
display: block;
line-height:1.2;
font-weight:bold;
}
ul.sub_nav li a.off {
background:#fff;
color: #2648a1;
text-decoration: none;
}
ul.sub_nav li a:hover {
color: #fff;
background: rgba(38,72,161,0.6);
text-decoration: none;
}
@media screen and (max-width:640px){
ul.sub_nav {font-size:16px;}
}


table.ta1, .comment-body table{ border-collapse:collapse; margin:10px auto;}
table.ta1 td, table.ta1 th, .comment-body table td, .comment-body table th{ padding:10px 15px; text-align:left; font-size: 16px;}
table.ta1 td.n_k { white-space: nowrap !important; }
table.ta1 td:first-child { padding-right: 30px; }
table.ta1 th, .comment-body table th{color:#000; font:normal 18px Oswald; border-bottom:1px #888 solid;}
table.ta1 td, .comment-body table td{border-bottom:1px #ccc solid;}
table.ta1 .odd td { background-color: #f5faff; }
table.ta1 .odd td.n_c { background-color: #fff; }
@media screen and (max-width:560px){
table.ta1 th, table.ta1 td { width: 100%; display: block; padding: 10px 0; }
table.ta1 td:first-child { background-color: #163a97; color: #fff; padding: 6px 14px; }
table.ta1 td:last-child { padding-bottom: 20px; }
table.ta1 .odd td { background-color: #fff; }
table.ta1 .odd td:first-child { background-color: #163a97; }
table.ta1 .odd td.n_c, table.ta1 td.n_c { background-color: #fff; color:#000; }
}
@media screen and (min-width:769px){table.ta1 { min-width: 800px; }}


a {
    color: #2648a1;
    text-decoration: none;
}

.gmap {
    position: relative;
    padding-bottom: 30%;
    height: 0;
    overflow: hidden;
	width: 100%;
}
.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.new_mv { 
width: 100%;
background-image: url(../images/top/mv_bg.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
position: relative;
z-index: 1;
min-height: 34vw;
padding-bottom: 100px;
}
.new_mv img { width: 90% !important; }
@media screen and (max-width:1180px){
.new_mv { padding: 20px 0 80px; }
.new_mv img { width: 100% !important; }
}
@media screen and (max-width:991px){
.new_mv { padding: 30px 0 60px; }
}
@media screen and (max-width:768px){
.gmap { padding-bottom: 56.25%; }
.new_mv img { width: 90% !important; }
}
@media screen and (max-width:640px){
.new_mv img { width: 100% !important; }
.new_mv { padding: 20px 0 30px; }
.gmap { padding-bottom: 90%; }
}

.footer p.f_menu { font-size: 14px !important; }
.f_menu a { color: #fff; font-weight: 500; }
.footer p.cr_txt { font-size: 10px !important; margin-top: 5px; }


/* flex */
.fb_img { width: 36%; padding: 15px; }
.fb_txt { width: 60%; }
.fb_img2 { width: 48%; padding: 15px; }
.fb_txt2 { width: 48%; }
.fb_img3 { width: 43%; padding: 15px; }
.fb_txt3 { width: 52%; }
.bw_70 { width: 60%; margin: 0 auto; }
.bw_80 { width: 80%; margin: 0 auto; }
.bw_90 { width: 90%; margin: 0 auto; }
.tag_list { list-style: none; padding: 0; margin: 30px 0 0; text-align: center; }
.tag_list li { color: #5474c7; display: inline-block; line-height: 1.0; padding: 5px 8px; font-size: 90%; border: 1px solid #5474c7; border-radius: 5px; margin: 0 8px 8px 0; }
.c_box { border: 1px solid #5474c7; padding: 24px; display: block; margin-top: 32px; }
.c_box p { color: #5474c7; font-weight: 300; }
.c_ttl { font-weight: 500 !important; font-size: 120%; border-bottom: 1px dotted #5474c7; padding-bottom: 5px; margin-bottom: 20px; }
.c_box p:last-child { margin-bottom: 0; }
@media screen and (min-width:769px){.flex_r { flex-flow: row-reverse; } }

@media screen and (max-width:1180px){ .bw_80 { width: 100%; } .bw_70 { width: 75%; } }
@media screen and (max-width:991px){
.bw_70 { width: 85%; }
.fb_img, .fb_img2 { padding: 0; }
.fb_img2 { width: 40%; }
.fb_txt2 { width: 56%; }
.fb_img3 { width: 48%; }
.fb_txt3 { width: 48%; }}

@media screen and (max-width:768px){
.bw_70 { width: 100%; }
.bw_90 { width: 100%; margin: 0 auto; }
.fb_img, .fb_img2, .fb_img3, .fb_txt, .fb_txt2, .fb_txt3 { width: 100%; }
.fb_img, .fb_img2, .fb_img3 { padding: 30px 0 15px; text-align: center; }
.fb_img img, .fb_img2 img, .fb_img3 img { display: inline-block; max-width: 320px; width: 80%; }
}

.box_cc { margin: 0 auto; }
.c-btn {
  cursor: pointer;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

.c-btn {
  background: #163a97;
  border: 2px solid #163a97;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  width: 180px;
  padding: 10px 20px 10px 30px;
  text-align: center;
  line-height: 1.0;
  text-align: center;
}
.c-btn.slide {
  background: #163a97;
  color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
  font-size: 14px !important;
  width: 180px;
}
.c-btn.slide::after {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: skewY(-10deg) scale(1, 0);
  height: 140px;
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.c-btn.slide:hover {
color: #ecae0e;
border: 2px solid #ecae0e;
text-decoration: none !important; }

.c-btn.slide:hover::after {
  transform: skewY(-10deg) scale(1, 1);
}

/* フロー */
dd {
  margin-left: 0;
}
.flow {
  padding-left: 120px;
  position: relative;
  list-style: none;
  width: 600px;
  margin: 0 auto;
}
.flow::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
}
.flow > li {
  position: relative;
}
.flow > li:not(:last-child) {
  margin-bottom: 8vh;
}
.flow > li .icon {
  font-size: 12px;
  color: #fff;
  background: rgb(107,144,219);
  background: -moz-linear-gradient(left, rgba(107,144,219,1) 0%, rgba(102,213,233,1) 100%);
  background: -webkit-linear-gradient(left, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
  background: linear-gradient(to right, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b90db', endColorstr='#66d5e9',GradientType=1 );
  padding: 8px 20px;
  display: block;
  position: absolute;
  top: -3px;
  left: -120px;
  z-index: 100;
}

.flow > li .icon::after {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #66d5e9;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}



.flow > li dl {
  padding-left: 50px;
  position: relative;
}
.flow > li dl dd { line-height: 1.6; }
.flow > li dl::before,
.flow > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}
.flow > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #6b90db;
  border-radius: 50%;
  left: -4px;
}
.flow > li dl::after {
  width: 30px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}
.flow > li dl dt {
  font-size: 2.3rem;
  font-weight: 500;
  color: rgb(107,144,219);
  margin-bottom: 12px;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width:768px){
.flow { padding-left: 0; width: 100%; }
.flow::before { left: 0; }
.flow > li .icon { top: 3px; left: 36px; padding: 4px 16px; }
.flow > li .icon::after { display: none; }
.flow > li dl { padding-left: 36px; }
.flow > li dl dt { margin-left: 92px; }
}
@media screen and (max-width:480px){
.flow > li dl dt { font-size: 2rem; }
}

/* margin */
.contact_btn { width: 100%; height: auto; max-width: 420px;}
.mgB0 { margin-bottom: 0 !important; }
.mgB5 { margin-bottom: 5px !important; }
.mgB8 { margin-bottom: 8px !important; }
.mgB10 { margin-bottom: 10px !important; }
.mgB16 { margin-bottom: 16px !important; }
.mgB20 { margin-bottom: 20px !important; }
.mgB24 { margin-bottom: 24px !important; }
.mgB30 { margin-bottom: 30px !important; }
.mgB40 { margin-bottom: 40px !important; }
.mgB60r { margin-bottom: 60px !important; }
.mgT20 { margin-top: 20px !important; }
.mgT30 { margin-top: 30px !important; }
.mgT40 { margin-top: 40px !important; }
.mgT50 { margin-top: 50px !important; }
.mgT60 { margin-top: 60px !important; }
.mgT60r { margin-top: 60px !important; }
.mgTM8 { margin-top: -8px !important; }
.mgTM12 { margin-top: -12px !important; }
.mgTM20 { margin-top: -20px !important; }
@media screen and (max-width:768px){
.mgB60r { margin-bottom: 40px !important; }
.mgT60r { margin-top: 40px !important; }}

/* txt */
.txt_c, .txt_cl { text-align: center !important; }
.txt_rc, .txt_rl2, .txt_rlc { text-align: right !important; }
.txt_200 { font-size: 200% !important; }
.txt_180 { font-size: 180% !important; }
.txt_160 { font-size: 160% !important; }
.txt_140 { font-size: 140% !important; }
.txt_120 { font-size: 120% !important; }
.txt_110 { font-size: 110% !important; }
.txt_90 { font-size: 90% !important; }
.txt_80 { font-size: 80% !important; }
.txt_70 { font-size: 70% !important; }
.txt_60 { font-size: 60% !important; }
@media screen and (max-width: 991px){
.txt_rl2, .txt_rlc { text-align: left !important; } }
@media screen and (max-width: 768px){
.txt_rc, .txt_rlc { text-align: center !important; }
.txt_cl { text-align: left !important; }
.txt_160 { font-size: 140% !important; line-height: 1.45; }
}


.pp_btn_h { position: absolute; right: 30px; top: -1px; line-height: 1.0; }
.pp_btn_h a { display: block; background-color: #163a97; color: #fff; text-decoration: none; padding: 10px 16px; border-radius: 0 0 6px 6px; font-size: 13px; border: 1px solid #163a97; letter-spacing: 1px; }
.pp_btn_h a:hover { background-color: #fff; color: #163a97; }
.pp_btn { display: none; }
@media screen and (max-width: 768px){
.pp_btn { display: inherit; margin-top: 12px !important; }
.pp_btn a { background-color: #fff; color: #163a97 !important; border: 1px solid #fff; }
.pp_btn a:hover { color: #fff !important; }
.pp_btn_h { display: none; }
}


