﻿@charset "utf-8";

/* Column */

.col_child{
	float:left;
	box-sizing:border-box;
	padding-left:1%;
	padding-right:1%;
}
.col_child:first-child,
.col_child:first-child:last-child{
	padding-left:0;
	padding-right:2%;
}
.col_child:last-child{
	padding-left:2%;
	padding-right:0;
}
.col_2 .col_child{ width:50%;}
.col_3 .col_child{ width:33.3%;}
.col_4 .col_child{ width:25%;}
.col_5 .col_child{ width:20%;}
.col_6 .col_child{ width:16.6%;}

.col_1-2 .col_child:nth-child(1){ width:33.3%;}
.col_1-2 .col_child:nth-child(2){ width:66.6%;}

.col_2-1 .col_child:nth-child(1){ width:66.6%;}
.col_2-1 .col_child:nth-child(2){ width:33.3%;}

.col_1-3 .col_child:nth-child(1){ width:25%;}
.col_1-3 .col_child:nth-child(2){ width:75%;}

.col_3-1 .col_child:nth-child(1){ width:75%;}
.col_3-1 .col_child:nth-child(2){ width:25%;}

.col_2-3 .col_child:nth-child(1){ width:40%;}
.col_2-3 .col_child:nth-child(2){ width:60%;}

.col_3-2 .col_child:nth-child(1){ width:60%;}
.col_3-2 .col_child:nth-child(2){ width:40%;}


@media screen and (max-width:768px) {
	.col_1 > .col_child,
	.col_2 > .col_child,
	.col_3 > .col_child,
	.col_4 > .col_child,
	.col_5 > .col_child,
	.col_6 > .col_child,
	.fix.col_1-2 > .col_child,
	.fix.col_1-3 > .col_child,
	.fix.col_2-1 > .col_child,
	.fix.col_2-3 > .col_child,
	.fix.col_3-1 > .col_child,
	.fix.col_3-2 > .col_child{width: 100%;padding-left:0;padding-right:0;}
	.col_4 .col_child,
	.col_5 .col_child{ 
		width:50%;
	}
	.col_4 .col_child:nth-child(odd),
	.col_5 .col_child:nth-child(odd){ 
		padding-right:1%;
	}	
	.col_4 .col_child:nth-child(even),
	.col_5 .col_child:nth-child(even){ 
		padding-left:1%;
	}	

}

/* head,text */
.ttl_set {
	text-align:center;
}
.ttl_set i{
	display:block;
	font-size:1.125rem;
	color:#d2b61e;
	font-weight:bold;
	font-family: Century Gothic, 'Noto Sans JP', sans-serif;
	letter-spacing:0.1em;
	display:inline-block;
	margin-bottom:0.75em;
}
.ttl_set span{
	font-size:2.375rem;
	font-weight:bold;
	display:block;
	margin-bottom:1.5em;
}
.ttl_set.side {
	text-align:left;
}
.ttl_set.side i:before{
	content:"";
	display:inline-block;
	vertical-align:middle;
	width:69px;
	height:2px;
	background:#d2b61e;
	margin-right:1em;
}
.h_style01{
	font-size:32px;
	font-weight:bold;
	color:#333;
	text-align:center;
	margin-bottom:40px;
}
.h_style01 span{
	padding:30px 30px 20px;
	display:inline-block;
	border-top:#E60012 solid 4px;
}
.h_style01 sub{
	display:block;
	font-size:18px;
	color:#E50012;
	font-weight: normal;
	font-family:'Century';
}
.h_style02{
	text-align:center;
	font-size:24px;
	font-weight:bold;
	color:#1F1F1F;
	margin-bottom:25px;
}
.h_style02.large{
	font-size:32px;
}
.h_style03{
	display:block;
	font-size:28px;
	font-weight:bold;
	text-align:center;
	color:#E50012;
	margin-bottom:60px;
}
.h_style03 sub{
	display:block;
	font-size:19px;
	color:#1F1F1F;
	margin-top:10px;
}
.h_style04{
	font-size:20px;
	font-weight:bold;
	color:#1F1F1F;
	padding:5px 20px;
	border-left:#1F1F1F solid 4px;
	margin-bottom:20px;
}
.h_style05{
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
}
p.text,
.texts > p{
	font-size:1rem;
	line-height: 1.7;
	margin:0;
	text-align:left;
}


@media screen and (max-width: 768px) {
	.ttl_set i{
		font-size: 1.075rem;
		margin-bottom:0;
	}
	.ttl_set span{
		font-size:1.785rem;
		margin-bottom:0.75em;
	}
	.ttl_set.side {
		text-align:center;
	}
	.ttl_set.side i:before{
		display:none;
	}
	.ttl_set b{
		font-size:1.785rem;
		line-height:1.2;
	}
	p.text,
	.texts > p{
		font-size:1rem;
	}
	.f_small{
		font-size:0.75rem;	
	}
}

/* Link */

.text_link a,
a.text_link{
	text-decoration:underline;
}
.text_link a:hover,
a.text_link:hover{
	text-decoration:none;
}
.block_link a,
a.block_link{
	display:block;
	transition: opacity 1s, background 1s, color 1s, border 1s;
}
.block_link a:hover,
a.block_link:hover{
	opacity: 0.7;
	text-decoration:none;
	transition: opacity 0.7s;
}

a:hover img.opacity{
	opacity: 0.7;
	text-decoration:none;
	transition: opacity 0.7s;
}
.u_link a{
	text-decoration:none;
}
.u_link a span{
	position:relative;
	display:inline-block;
	padding-bottom: 2px;
}
.u_link a span:after{
	content:"";
	display:block;
	width:0%;
	height:1px;
	position:absolute;
	bottom:0;
	left:0;
	background:#333;
	transition:width .2s;
}
.u_link a:hover span:after{
	width:100%;
}
.more_link{
	padding:0 10px 20px 10px;
	text-align:right;
}
.more_link a{
	color:#318ac8;
	display:inline-block;
	padding-left:15px;
	position:relative;
	transition:color .4s, border-color .4s, transform .4s;
}
.more_link a:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 10.4px;
    border-color: transparent transparent transparent #318ac8;
	transition: border-color .4s;
}
.more_link a span{
	display:inline-block;
	padding-bottom:2px;
	position:relative;
	border-bottom:solid 1px #318ac8;
}
.more_link a:hover{
	color:#005BAC;
	border-color:#005BAC;
	text-decoration:none;
	transform:translateX(-5px);
}
.more_link a:hover:after {
	border-color: transparent transparent transparent #005BAC;
}
.common_btn{
	text-align:center;
	margin:20px auto 30px;
}
.common_btn a,
.in_btn{
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
	max-width:293px;
	min-height:59px;
	border:solid 1px #00659f;
	color:#fff;
	font-size:1rem;
	position:relative;
	text-decoration:none;
	margin:0 auto;
	background:#00659f;
	transition:background .4s,color .4s;
}
.common_btn.type2 a{
	border-color:#fff;
	background:transparent;
	color:#fff;
}
.common_btn.type3 a{
	border-color:#fff;
	background:#fff;
	color:#282828;
}
.common_btn.type3 a:hover{
	background:transparent;
	color:#fff;
}
.common_btn.type4 a{
	background:#fff;
	color:#282828;
}
.common_btn.type4 a:hover{
	background:#00659f;
	color:#fff;
}
.common_btn.icon a img{
	margin-right: 15px;
}
.common_btn a:after,
.in_btn:after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 12px;
	border-color: transparent transparent transparent #ffffff;
	display: inline-block;
	position: absolute;
	right: 20px;
	top:0;
	bottom:0;
	margin:auto;
	transition:border-color .4s;
}
.common_btn.type3 a:after,
.common_btn.type4 a:after{
	border-color: transparent transparent transparent #00659f;
}
.common_btn.type3 a:hover:after,
.common_btn.type4 a:hover:after{
	border-color: transparent transparent transparent #fff;
}
.common_btn a:hover{
	color:#005BAC;
	background:#fff;
}
.common_btn a:hover:after{
	border-left-color:#005BAC;
}
a.arrow_link,
.arrow_link a{
	position: relative;
	padding-left:14px;
}
a.arrow_link:before,
.arrow_link a:before{
    content: "";
    position: absolute;
    left: -1px;
    margin-top:-3px;
    top: 50%;
    width: 6px;
    height: 6px;
    border-top: 2px solid #666;
    border-right: 2px solid #666;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ico_blank{position:relative;padding-right: 20px;}
.ico_blank:before, .ico_blank:after{
	content: "";
	width: 11px;
	height: 11px;
	display: inline-block;
	position: absolute;
	border: 1px solid #333;
	background:#fff;
	right: 0;
	top: 2px;
	z-index:10;
}
.ico_blank:after{
	right: 3px;
	top: 5px;
	z-index:9;
}
img.icon{
	vertical-align:middle;
	margin-right:5px;
}
/* image */
.scale_m { 
	max-width:100%;
	width:auto;
	height:auto;
}
.scale_all{	
	width:100%;
	height:auto;
}

.card_style{
	display:flex;
	flex-wrap:wrap;
}
.card_style li{
	width:30%;
	background:#fff;
	position:relative;
	margin-right:5%;
	padding:5% 2.5%;
	text-align:center;
	box-shadow:0 0 10px rgba(0,0,0,0.3);
}
.card_style li:nth-child(3n){
	margin-right:0;
}
.card_style li:before{
	content:"";
	display:inline-block;
	position:absolute;
	top:0;
	left:0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 46px 46px 0 0;
	border-color: #00659f transparent transparent transparent;
}
.card_style dt{
	color:#00659f;
	font-size:1.375rem;
	font-weight:bold;
	margin-bottom:1em;
	letter-spacing:-0.03em;
}
.card_style dt span{
	display:block;
	line-height:1.6;
}
.card_style dt img{
	display:block;
	margin:0 auto 20px;
}
.card_style dd p{
	font-size:0.875rem;
}
@media screen and (max-width: 768px) {
	.common_btn a,
	.in_btn{
		width:100%;
		max-width:100%;
		min-height:55px;
		font-size:1rem;
	}
	.sitewrap .common_btn a,
	.sitewrap .in_btn{
		width:auto;
		margin-left:10px;
		margin-right:10px;
	}
	.scale {
		width:100%;
		height:auto;
	}
	.card_style{
        flex-wrap:wrap;
    }
    .card_style li{
        width:100%;
        margin-right:0;
        margin-bottom:20px;
		padding:10% 5%;
    }
	.card_style dt{
		font-size:1.25rem;
	}
	.card_style dt img{
		width:70px;
	}
	.card_style dd p{
		font-size:1rem;
	}
}

/* table,list */

.table_style {
	border:#ddd solid 1px;
	border-bottom:none
}
.table_style dl{
	position:relative;
	border-bottom:#ddd solid 1px;
	width:100%;
}
.table_style dt{
	position:absolute;
	top:0;
	left:0;
	background:#EEEEEE;
	width:250px;
	padding:16px 20px;
	box-sizing:border-box;
}
.table_style dd{
	padding:16px 20px;
	padding-left:270px;
	box-sizing:border-box;
}
.txt_indent {
	padding-left:1em;
	text-indent:-1em;
}
.list_style ul li{
	margin-left:1em;
	margin-bottom:5px;
	text-indent: -1em;
}
.list_style ul li:before{
	content:"\30FB";
	margin-right:5px;
	color:#005BAC;
	font-weight:bold;
	
}
.list_style ul li.inlist ul{
	margin-top:5px;
}
.list_style ul li.inlist li{
	margin-left:3em;
	padding-left:0;
	text-indent:-3em;
}
.ol_style ol li{
	margin-left:-1em;
	padding-left:1em;
	margin-bottom:5px;
	text-indent: -1em;
	list-style-position:inside;
}

.dl_style dl{
	margin:0;
	padding:15px;
	background:#f6f6f6;
}
.dl_style dl dt{
	font-weight:bold;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom: dotted 1px #999;
}
.table_wrap {
	margin:40px 0;
}
.table_wrap.overs {
	padding-bottom:10px;
	overflow-x:auto;
	overflow-y:hidden;
}
.table_wrap table{
	width:100%;
	box-sizing:border-box;
	font-size:16px;
}
.table_wrap table th,
.table_wrap table td{
	box-sizing:border-box;
	padding:20px;
	border:solid 1px #ddd;
}


.table_wrap::-webkit-scrollbar {
	height: 15px;
}

.table_wrap::-webkit-scrollbar-track {
	border-radius: 10px;
	background: #c1c1c1;
}

.table_wrap::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: #666;
}
@media only screen and (max-width: 768px) {
	.table_style dl,
	.table_style dt,
	.table_style dd{
		display:block;
	}
	.table_style dt{
		border-bottom:#ddd solid 1px;
		width:100%;
		padding:10px;
		position:static;
		top:auto;
		left:auto;
	}
	.table_style dd{
		padding:15px 10px;
	}
	.dl_style dl{
		font-size:14px;
		margin:0;
	}
	.table_wrap{
		overflow-x:auto;
	}
	.table_wrap table{
		font-size:12px;
	}
	.table_wrap table th,
	.table_wrap table td{
		padding:10px;
	}
}
.topics_list{ border-top:#DDDDDD solid 1px;}
.topics_list li{
	border-bottom:#DDDDDD solid 1px;
}
.topics_list li a{
	display:block;
	padding:20px;
}
.topics_list li a:hover{
	text-decoration:none;
}
.topics_list time,
.topics_list h2,
.topics_list p{ display:inline-block;}
.topics_list a:hover h2{ 
	color:#fff;
	background:#E60012;
	border-color:#ddd;
	transition: background-color 0.5s, color 0.5s;
}
.topics_list a:hover time,
.topics_list a:hover p{ text-decoration:underline;}

.topics_list time{ margin-right:20px;}
.topics_list h2{
	padding:5px 20px;
	width: 5em;
	text-align:center;
	border:solid 1px #666666;
	margin-right:20px;
	transition: background-color 1s, color 1s;
}


/*  GoogleMAP・動画埋め込み  */
.map_wrap iframe{
	width:100%;
}
#campus_map{
	height:390px;
	margin-bottom:20px;
}
.movie_wrap{
	position:relative;
	width:100%;
	padding-bottom:56.25%;
}
.movie_wrap iframe{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}
.movie_wrap2{
	width: 100%;
	height:  0;
	padding-bottom:  590px;
	overflow:hidden;
	position:  relative;
}
.movie_wrap2 iframe,
.movie_wrap2 video{
	min-width: 100%;
	min-height: 590px;
	height:  auto;
	position:  absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
	margin:  auto;
}
@media only screen and (max-width: 768px) {
	#campus_map {
	    margin: 0 15px;
	    box-sizing: border-box;
	    width: auto;
	    height: 320px;
	}
}

/*  パンくずリスト  */
#pan ul{ margin:10px 0 40px;}
#pan li{ 
	display:inline;
	vertical-align:middle;
}
#pan li a,
#pan li span,
#pan li img{ 
	vertical-align:middle;
}
#pan ul li{
	padding: 0 0 0 10px;
	display:inline-block;
}
#pan ul li:before{
	content: "\003E";
	display:inline-block;
	margin-right:10px;
	vertical-align:middle;
}
#pan ul li:first-child:before{
	content: "";
	display:none;
	margin-right:0;
}
@media only screen and (max-width: 768px) {
	#pan ul{ margin:15px 0 25px; font-size:12px}
}

/*  ページャー  */
.pager_style{
	text-align:center;
	padding:30px 0 0 0;
}
.pager_style li{
	width:40px;
	border:1px solid #BBBBBB;
	background:#fff;
	display:inline-block;
	margin:0 0 10px 0;
}
.pager_style li:hover{
	background:#024384;
}
.pager_style li.on{
	background:#024384;
}
.pager_style li a{
	font-size:16px;
	text-decoration:none;
	display:block;
	padding:8px 0;
}
.pager_style li.on a{
	color:#fff;
}
.pager_style li a:hover{
	color:#fff;
}
.pager_style li.prev{
	margin:0 10px 0 0;
}
.pager_style li.next{
	margin:0 0 0 10px;
}
@media screen and (max-width: 768px) {
	.pager_style li{
		width: 30px;
	}
	.pager_style li a{
		font-size:12px;
		padding:6px 0;
	}
	.pager_style li.prev,
	.pager_style li.next{
		margin:0;
	}
}

@media screen and (min-width:769px) {
	.pc_center { text-align:center !important;}
	.sp_center { text-align:left;}
	.pc_right { text-align:right !important;}
	.mb50_h{ margin-bottom:50px !important;}
	.mb60_h{ margin-bottom:60px !important;}
	.mb80_h{ margin-bottom:80px !important;}
}
@media screen and (max-width:768px) {
	.pc_center,
	.pc_righ { text-align:left;}
	.sp_center { text-align:center !important;}
	.sp_right { text-align:right !important;}
	.mb50_h{ margin-bottom:25px !important;}
	.mb60_h{ margin-bottom:30px !important;}
	.mb80_h{ margin-bottom:40px !important;}
}

.forms_wrap input[type="text"],
.forms_wrap input[type="tel"],
.forms_wrap input[type="number"],
.forms_wrap input[type="password"],
.forms_wrap input[type="email"],
.forms_wrap input[type="search"]{
	appearance:none;
	-webkit-appearance:none;
	font-size:1rem;
	padding:0 0.5em;
	height:2em;
	line-height:2em;
	border:solid 1px #333333;
	color:#333;
	background:#fff;
	border-radius:0;
	box-shadow:none;
}
.forms_wrap input::placeholder{
	color:#aaaaaa;
}
.input_wrap{
	display:inline-block;
	background:#fff;
	position:relative;
}

.tab_change > input[type="radio"]{
	display:none;
}
.tab_change > input[type="radio"] ~ .tab_views .tab_content{
	overflow:hidden;
	opacity:0;
	position:relative;
	max-height:0;
	z-index:-10;
	transition:opacity .4s;
}
.tab_change > input[id$="01"]:checked ~ .tab_views *[class$="01"],
.tab_change > input[id$="02"]:checked ~ .tab_views *[class$="02"],
.tab_change > input[id$="03"]:checked ~ .tab_views *[class$="03"],
.tab_change > input[id$="04"]:checked ~ .tab_views *[class$="04"],
.tab_change > input[id$="05"]:checked ~ .tab_views *[class$="05"]{
	opacity:1;
	z-index:10;
	max-height: 200vh;
	overflow:visible;
	width:100%;
}

.archive-header-title{
	font-size:1.5rem;
	font-weight:bold;
}
.postListText{
	padding:1rem 0;
	border-bottom:solid 1px #e5e5e5;
}
.postListText_date{
	line-height:1.6;
}
.postListText a{
	position:relative;
	padding-left:1.5rem;
	display:inline-block;
	text-decoration:none;	
}
.postListText a:before{
	content:"";
	display:inline-block;
	position:absolute;
	top:6px;
	left:0;
	margin:auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 10px;
	border-color: transparent transparent transparent #00659f;
}
.entry-header{
	display:flex;
	flex-direction:column-reverse;
	margin-bottom:1rem;
}
.entry-header h1{
	font-size:1.5rem;
	color:#00659f;
	padding:2rem 0 1.5rem;
	border-bottom:solid 1px #e5e5e5;
}
.entry-body p{
	line-height:1.875;
}
.entry-footer{
	display:none;
}
.vk_button .vk_button_link.btn{
	border-radius:0;
	position:relative;
	width:292px;
	max-width:100%;
}
.vk_button .vk_button_link.btn{
	padding:1rem 1.5rem;
}
.vk_button .vk_button_link.btn:after{
	content:"";
	display:inline-block;
	position:absolute;
	top:0;
	bottom:0;
	right:7.5%;
	margin:auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 10px;
	border-color: transparent transparent transparent #fff;
}
.entry-body ul li{
	list-style:disc;
	margin-left:1.5em;
	margin-bottom:0.5em;
	line-height:1.4;
}
.entry-body a{
	color:#00659f;
	text-decoration:underline;
}
.entry-body a:hover,
.entry-body a[href^="tel"]{
	text-decoration:none;
}
.post-type-page form em{
	font-size:0.8725em;
	color:#dc3545;
}
.post-type-page li strong{
	color:#00659f;
	font-weight:normal;
}
.post-type-page li em{
	color:#dc3545;
	font-weight:normal;
}
.post-type-page input::placeholder,
.post-type-page textarea::placeholder{
	color:#d2d2d2;
}
.post-type-page form input[type="text"],
.post-type-page form input[type="email"],
.post-type-page form textarea{
	margin-bottom:0;
}
.post-type-page form .placeholder{
	display:block;
	margin-bottom:2em;
	color: #808080;
}
.post-type-page .mw_wp_form_confirm form .placeholder{
	display:none;
}
.post-type-page .mw_wp_form_confirm form dl{
	border-top:1px solid #d2d2d2;
	display:flex;
	justify-content:flex-start;
	align-items:flex-start;
	flex-wrap:wrap;
	padding:15px 10px;
}
.post-type-page .mw_wp_form_confirm form dl dt{
	width:250px;
}
.post-type-page .mw_wp_form_confirm form dl dd{
	width:calc(100% - 250px);
}
.entry-body .send_area{
	display:flex;
	align-items:center;
	justify-content:center;
	margin: 75px 0;
}
.page-id-12 .entry-body .send li:last-child,
.post-name-error .entry-body .send li:last-child,
.post-name-check .entry-body .check li:first-child{
	display:none;
}
.entry-body .send_area.send{
	flex-direction:row-reverse;
}
.entry-body .send_area li{
	list-style:none;
	margin:0;
	position:relative;
	max-width:100%;
	width:293px;
	border:solid 1px #00659f;
	position:relative;
	text-decoration:none;
	margin:0 1em;
	background:#00659f;
	transition:
	background .4s,color .4s;
}
.entry-body .send_area li.prev{
	background:#fff;
}
.entry-body .send_area li input{
	color:#fff;
	font-size:1rem;
	background:transparent;
	width:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	min-height:59px;
	border-radius:0;
	position:relative;
	border:none;
	z-index:5;
	transition:background .4s,color .4s;
}
.entry-body .send_area li.prev input{
	color:#00659f;
}
.entry-body .send_area li:after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 12px;
	border-color: transparent transparent transparent #ffffff;
	display: inline-block;
	position: absolute;
	right: 20px;
	top:0;
	bottom:0;
	margin:auto;
	transition:border-color .4s;
}
.entry-body .send_area li:hover{
	background:#fff;
}
.entry-body .send_area li input:hover{
	color:#00659f;
}
.entry-body .send_area li.prev:hover{
	background:#00659f;
}
.entry-body .send_area li.prev input:hover{
	color:#fff;
}
.entry-body .send_area li:hover:after{
	border-left-color: #00659f;
}
.entry-body .send_area.send li:last-child:after{
	border-color: transparent #00659f transparent transparent ;
	border-width: 7px 12px 7px 0;
	right: auto;
	left: 20px;
}
.entry-body .send_area.send li:last-child:hover:after{
	border-right-color: #fff;
}
.entry-body p img{
	display:inline-block;
	vertical-align: baseline;
}
.entry-body p img:first-child{
	margin-right:0.25em;
}
.vk_accordion-trigger{
	background:#f3f4f5
}
.post-name-qa .vk_accordion-trigger,
.post-name-qa .vk_accordion-target{
	padding-left:80px;
	padding-top:20px;
	padding-bottom:20px;
	position:relative;
}
.post-name-qa .vk_accordion-trigger:before,
.post-name-qa .vk_accordion-target:before{
	content:"Q";
	position:absolute;
	top:15px;
	left:20px;
	font-size:1.7rem;
	font-weight:bold;
	display:flex;
	align-items:flex-start;
	justify-content:center;
	background:#00659f;
	border:solid 1px #00659f;
	color:#fff;
	width:1.5em;
	height:1.5em;
	line-height: 1;
	padding-top:0.15em;
	padding-bottom:0.25em;
	vertical-align:
	text-top;
}
.post-name-qa .vk_accordion-target:before{
	content:"A";
	color:#00659f;
	background:#fff;
}


@media screen and (max-width:768px) {
	.entry-body .send_area.send{
		flex-direction:column;
	}
	.entry-body .send_area li{
		margin:0;
	}
	.entry-body .send_area.send li{
		margin:0 0 1em;
	}
	.post-type-page .mw_wp_form_confirm form dl{
		padding:10px 5px;
	}
	.post-type-page .mw_wp_form_confirm form dl dt,
	.post-type-page .mw_wp_form_confirm form dl dd{
		width:100%;
	}
	.post-type-page .mw_wp_form_confirm form dl dd{
		margin-top:5px;
	}
}



.modal-content { 
	width: 80%; max-width: 1240px; margin: 0px; padding: 30px 40px;  position: fixed; display: none; z-index: 1020;
	text-align: left;
	background: #FFFFFF;
}
.modal-content a:hover{
	text-decoration: none;
}


#modal-overlay { 
	z-index: 1000; display: none; position: fixed; top: 0px; left: 0px; width: 100%; height: 120%; background-color: rgba(0, 0, 0, 0.66); 
}
.modal_tit { 
	position: fixed; top: 0px; left: 0px; right: 0px; margin: auto; max-width: 250px; text-align: center; line-height: normal; font-size: 20px; z-index: 1025; overflow: hidden; padding: 0px 30px;color:#fff;
}
.modal_tit span { display: block; position: relative; padding: 10px 0px; background: rgb(0, 0, 0); z-index: 2; border-bottom: 1px solid rgb(255, 255, 255); }
.modal-content .close_btn { 
	position: absolute;
    top: 4%;
    right: 3%;
    color: rgb(0, 0, 0);
    font-size: 25px;
    line-height: 1;
    display: block;
    cursor: pointer;
    border: 2px solid #C6C6C6;
    padding: 0 3px 5px;
} 

.third{
	height: 45%;
}
.tit-link h2{
	font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 20px;
}
.modal-one{
	display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.three{
	border-bottom: none;
}
.modal-one .number{
	padding: 0px 20px;
    width: 12%;
    font-size: 2.2rem;
    font-weight: 600;
    color: #00659f;
}
.modal-one .right{
	width: 80%;
    margin: 3px 0 18px;
}
.modal-one .right h3{
margin-bottom: 10px;
    font-size: 1.2rem;
    color: #00659f;	
}
.desc{
	margin-bottom: 20px;
}
.desc h3{
	margin-bottom: 20px;
	color: #00659f;
	font-size: 1.2rem;
}
.desc p{
	margin-bottom: 10px;
	
}
.box_desc{
	    background-color: rgba(136,183,210,0.5);
    border: 3px solid #88b7d2;
    border-radius: 15px;
    padding: 10px 20px;
	margin-top: 15px;
}
.box_desc ul{
	display: flex;
	flex-wrap: wrap;
    margin: 15px 0;
}
.box_desc h4{
	margin: 15px 0;
}
.box_desc p{
	margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .modal-content { width: 100%; padding: 15px; box-sizing: border-box; }
	.modal-content .close_btn { 
	position: absolute;
    top:2%;
    right: 3%;
    color: rgb(0, 0, 0);
    font-size: 25px;
    line-height: 1;
    display: block;
    cursor: pointer;
    border: 2px solid #C6C6C6;
    padding: 0 3px 5px;
} 

.third{
	height: 60%;
}
.tit-link h2{
	font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 10px;
}
.modal-one{
	display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.three{
	border-bottom: none;
}
.modal-one .number{
	padding: 0px 5px;
    width: 14%;
    font-size: 1.6rem;
    font-weight: 600;
    color: #00659f;
}
.modal-one .right{
	width: 85%;
    margin: 3px 0 5px;
}
.modal-one .right h3{
margin-bottom: 10px;
    font-size: 1.1rem;
    color: #00659f;	
}
.desc{
	margin-bottom: 20px;
}
.desc h3{
	margin-bottom: 20px;
	color: #00659f;
	font-size: 1.2rem;
}
.desc p{
	margin-bottom: 10px;
	
}
.box_desc{
	    background-color: rgba(136,183,210,0.5);
    border: 3px solid #88b7d2;
    border-radius: 15px;
    padding: 5px 10px;
	margin-top: 10px;
}
.box_desc ul{
	display: flex;
	flex-wrap: wrap;
    margin: 10px 0;
}
	.box_desc ul li{
		margin-right: 10px;
	}
.box_desc h4{
	margin: 15px 0;
}
.box_desc p{
	margin-bottom: 10px;
}
}