@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-style: normal;
    font-size: 99%;
    background: transparent;
    box-sizing: border-box;
    list-style:none;
    word-break:break-word;
}
h2.title{
	background: #f9fbfc;
    border-bottom: 1px solid #1d679d;
    padding: 0.625rem;
    /*margin-right: -0.625rem;
    margin-left: -0.625rem;*/
    color: #1d679d;
    font-size: 1.25rem;
    font-weight: bol;
}


h3.title { 
	font-size:1.15rem;
	margin:0 auto 20px auto;
	dispkay:block;
	width:95%;
	background-color:#173f97;
	color:#fff;
	padding: 5px 0 5px 10px;
	border-radius: 3px;
}

h3.title:before { 
	content:"　";
	width:15px;
	height:15px;
	margin-right:5px;
	background:url(../img/cherry.png) no-repeat 10% 35%;
	background-size:contain;  
}

.accordion_btn01,
.accordion_btn02 {
	cursor: pointer;
}

.accordion_content01,
.accordion_content02 {
	display: none;
}

.m_list_disc {
	margin-bottom: 10px;
}

.m_list_disc li {
	list-style: disc inside;
	padding-left: 5px;
}

.accent_color {
	background-color: #dce9f5 !important;
	color:#000  !important;
}

.dfont {
	font-weight: bold;
}

.m_search_block {
	padding: 20px 20px 0;
	border: solid 1px #fff;
}

.m_search_block a {
	color: #1b5c92;
}

.m_search * {
	box-sizing: border-box;
}

.m_search .m_lead {
	background-color: #eee;
}

.cp_ipcheck {
	display: flex;
}

.cp_ipcheck label {
	display: flex;
	align-items: center;
	width: 100%;
	height: 48px;
	background-color: #ddd;
	padding-left: 20px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

.search_area input[type="checkbox"] {
	margin-right: 15px;
}

.search_area.search_area_detail {
	padding: 35px 40px;
}

.search_area .cp_ipcheck label:last-child {
	border-right: none;
}

.ac_title {
	display: flex;
	align-items: center;
	height: 50px;
	background: url(../imgs/common/search_icon.png) no-repeat 13px center;
	color: #fff;
	padding-left: 45px;
	margin-bottom: 10px;
	position: relative;
}

.ac_title .ac_icon::before {
	display: inline-block;
	width: 20px;
	height: 20px;
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	background: url(../imgs/common/icon_plus.png) no-repeat center;
}

.ac_title.icon_minus .ac_icon::before {
	background: url(../imgs/common/icon_minus.png) no-repeat center;
}

.ac1 {
	background-color: #3282bf;
}

.ac2 {
	background-color: #339dc0;
}

.ac3 {
	background-color: #36c1b8;
}

.m_search .search_area input[type="text"] {
	height: 30px;
	border: solid 1px #ccc;
}

.kensaku_title {
	display: flex;
	align-items: center;
	width: 240px;
	height: 40px;
	line-height: 1.2;
	background-color: #dcdcdc;
	padding-left: 10px;
	margin-right: 20px;
}

.kensaku_title + span {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex: 1;
}

.kensaku_title + span input[type="checkbox"] {
	position: relative;
	top: -2px;
}

.kensaku_title + span .input_text {
	margin-right: 30px;
}


.kensaku_title2 {
	display: flex;
	align-items: center;
	padding: 3px 0;
	border-bottom: 1px solid #ccc;
}
.kensaku_title3 {
	width:100%;
	align-items: center;
	padding: 3px 0;
	border-bottom: 1px solid #ccc;
}

.kensaku_title_area {
	display: flex;
	align-items: center;
	width: 100%;
	height: 40px;
	line-height: 1.2;
	background-color: #dcdcdc;
	padding-left: 10px;
	margin-right: 20px;
}

.kensaku_title2:first-child {
	border-top: 1px solid #ccc;
}

.select_wrapper {
	display: inline-block;
	overflow: hidden;
	position: relative;
	border: 1px solid #ccc;
	background-color: #fff;
}

.select_wrapper::before {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #ccc;
	pointer-events: none;
}

.select_wrapper select {
	width: 100%;
	font-size: 99%;
	padding-right: 30px;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	padding-left: 10px;
}

.select_wrapper select::-ms-expand {
	display: none;
}

.btn_more {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	margin: 10px 0 20px;
	background-color: #ecf7ff;
	color: #1d679d;
	font-size: 96%;
}

.content_btm {
	margin-bottom: 20px;
}

.hidden {
	display: none;
}

.btn_more::before {
	display: inline-block;
	width: 10px;
	height: 10px;
	content: '';
	margin-right: 10px;
	background: url(../imgs/common/icon_accordion_down.png) no-repeat center;
}

.btn_more.active::before {
	transform: rotate(180deg);
}

.limit_area {
	display: flex;
	justify-content: flex-end;
	font-size: 91%;
	margin: 30px 0 20px;
}

.limit_area > div {
	margin-left: 10px;
}

.submit_area {
	margin: 30px 0 30px;
	text-align: center;
	position: relative;
}

.submit_area .sub {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
	width: 100%;
	max-width: 225px;
	height: 40px;
	background-color: #22689b;
	color: #fff;
	font-size: 93%;
	border: none;
	border-radius: 5px;
}

.submit_area .clear {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	color: #1d679d;
	font-size: 93%;
	text-decoration: underline;
}

.submit_area .clear::before {
	display: inline-block;
	width: 11px;
	height: 11px;
	margin-right: 5px;
	content: '';
	background: url(../imgs/common/icon_close.png) no-repeat center;

}

@media (min-width: 768px){
.media {
    padding: 0 2.625rem;
}	
}
.medeia{
	padding: 0 1.25rem;
}


.media_waku{
	padding:15px;
	background:#ffffff;
	/*box-shadow:2px 4px #7d7d7d6f;*/
	position:relative;
}


.media_item {
	/*background-color: #ffdfdf;*/
	padding-bottom: 30px;
	margin: 30px 0;
	/*background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #FFEFEF), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #FFEFEF),color-stop(.75, #FFEFEF), color-stop(.75, transparent),to(transparent));*/
    -webkit-background-size: 7px 7px;
	/*border-bottom: 1px solid #e5e5e5;*/
}
.media_center{

	display:flex;
}
.media_item:last-of-type {
	margin-bottom: 0;
}
.gabyou{
	width:100px;
	position:absolute;
	top:-40px;
	left:-40px;

}

.media_img {
    width: 350px !important;
    height: 220px;
    overflow: hidden;
    background-color: #cfe9fe;
    margin: 0 25px 20px 0;
}

@media screen and (max-width: 800px) {
.media_img {
	width: 100% !important;
	height: 200px;
	overflow: hidden;
	background-color: #cfe9fe;
	margin: 0 25px 20px 0;
}
	
}

/*
.media_img img {
	width: auto;
	max-width: 100%;
	max-height: 100%;
}
*/
@media screen and (min-width: 800px) {
.text_detail {
	max-width:50%;
}
}

	.media_text_area {
	flex: 1;
	padding: 5px 0;
}

.media_place {
	display: flex;
	font-weight: bold;
	font-size: 94%;
	margin-bottom: 17px;
}

.media_place > span {
	display: inline-block;
	line-height: 1.3;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: normal;
}

.media_place_text {
	margin-right: 10px;
}

.media_tag {
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 5px;
    color: #fff;
    border-radius: 2px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.media_tag2 {
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 5px;
    color: #fff;
    border-radius: 15px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.media_tag3 {
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 5px;
    color: #fff;
    border-radius: 15px;
    padding-top: 4px;
    padding-bottom: 4px;
	font-size:85%;
	width: max-content;
}

.media_tag4{
	display: flex;
    background-color: #173F97;
    min-width: 120px !important;
    border-radius: 4px;
    padding: 3px 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 0.97rem;
    margin-right: 15px;
    letter-spacing: 2px;
	justify-content: center;
    align-items: center; 
}

.media_tag5 {
	background-color: #173F97;
    width: 100% !important;
    border-radius: 4px;
    padding: 6px 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 0.97rem;
    margin-right: 15px;
    letter-spacing: 2px;
	vertical-align: middle;
    word-wrap:break-word;
    word-break:break-all;
}

.media_tag_color {
    background-color: #c23155;
}

.media_tag_color01 {
	background-color: #e0692d;
}

.media_tag_color02 {
	background-color: #a9488d;
}

.media_tag_color03 {
	background-color: #579d8d;
}

.media_tag_color04 {
	background-color: #c23155;
}

.media_tag_color05 {
	background-color: #579d8d;
}

.tagAns{
    font-weight:600; 
	font-size:1.1rem; 
	width:auto; 
	margin-top:10px;
	word-wrap:break-word;
     word-break:break-all;
}
.tagAns2 {
    font-weight:bold; 
	font-size:0.9rem; 
	margin-top:10px;
word-break: keep-all;
}

.media_title {
	line-height: 1.3;
	font-size: 176%;
	font-weight: bold;
	margin-bottom: 5px;
	color:#173F97;
}

.media_title a {
 color: #173F97;
/*font-size: 75%;*/
}

.media_text {
	font-size: 92%;
	margin-bottom: 10px;
	word-wrap:break-word;
        word-break:break-all;
}

.ctg {
    display: block;
	width:100%;
}

.cateright {
    display:flex;
	margin-bottom: 10px;
}

.media_detail {
	display: flex;
	align-items: flex-start;
}

.media_detail_item {
	line-height: 1.3;
	padding: 10px 20px;
	color: #999;
	background-color: #e0e0e0;
	margin-right: 5px;
	font-size: 94%;
	border-radius: 2px;
}

.media_detail_item_inner {
	display: inline-block;
	background-color: #fff;
}

.media_detail_item.active {
	background-color: #1b4b94;
	color: #fff;
}

.media_detail_item_col2 {
	display: flex;
}

.media_detail_item_col2 .media_detail_item:nth-of-type(1) {
	border-radius: 2px 0 0 2px;
	margin-right: 0;
}

.media_detail_item_col2 .media_detail_item:nth-of-type(2) {
	border-radius: 0 2px 2px 0;
	margin-right: 0;
}

.media_detail_item.bgcW {
	color: #000;
	background-color: #fff;
}

.media_normal {
	margin-bottom: 85px;
}

.media_normal .media_item {
	padding: 0;
	background: none;
}

/*
.media_normal .media_item .media_img {
	margin-right: 0;
	margin-left: 25px;
}
*/

.cp_hr06 {
	position: relative;
	height: 4px;
	border-width: 0;
	background-image: -webkit-linear-gradient(left,
	#16521e 08%,transparent 100%);
	background-image:         linear-gradient(90deg,
	#16521e 80%,transparent 100%);
}
.cp_hr07 {
	position: relative;
	height: 4px;
	border-width: 0;
	background-image: -webkit-linear-gradient(left,
	#e21b40 08%,transparent 100%);
	background-image:         linear-gradient(90deg,
	#e21b40 80%,transparent 100%);
}
.scif{
	padding: 7px 10px;
	border-top:1px solid #999;
}
.scif_title{
	margin-top:10px;
	font-weight:bold;
	color:#2c7dac;

}
.paging-btm {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 50px 0;
}

.paging-btm a,
.paging-btm b {
	display: inline-block;
	padding: 0 8px;
	font-size: 92%;
	border-radius: 2px;
	margin: 0 5px;
	color: #1d679d;
	font-weight: normal;
}

.paging-btm a:not(.paging_nav) {
	background-color: #ecf7fe;
}

.paging_prev::before,
.paging_next::after {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;

}

.paging_prev::before {
	margin-right: 5px;
	background: url(../imgs/common/icon_prev_arrow.png) no-repeat center;
}

.paging_next::after {
	margin-left: 5px;
	background: url(../imgs/common/icon_next_arrow.png) no-repeat center;
}

.dtitle {
	font-weight: bold;
	font-size: 118%;
	padding-bottom: 5px;
	margin-bottom: 25px;
	border-bottom: 1px solid #1d679d;
}

.dsubtitle {
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 10px;
	position: relative;
}


.flex_list {
	display: flex;
	margin-bottom: 15px;
}

.flex_list > div {
	margin-right: 25px;
}

.ktable {
	width: 100%;
	table-layout: fixed;
	margin-bottom: 25px;
}

.ktable th,
.ktable td {
	padding: 2px 5px;
	font-size: 90%;
}

.ktable th {
	background-color: #0068a2;
	color: #fff;
	font-weight: normal;
	border: solid 1px #fff;
	vertical-align: middle;
}

.ktable td {
	border: solid 1px #e5e5e5;
}
.d1{
	width:180px
}


.dtable {
	width: 100%;
	table-layout: fixed;
	margin: 25px auto 25px 0;
	display: table;
    white-space: normal;
    -webkit-overflow-scrolling: touch;
}

.dtable2 {
	width: 100%;
	table-layout: fixed;
	margin: 25px auto 25px 0;
	display: table;
    white-space: normal;
    -webkit-overflow-scrolling: touch;
}

.dtable3 {
	width: 100%;
	table-layout: fixed;
	margin: 25px auto 25px 0;
	display: table;
    white-space: normal;
    -webkit-overflow-scrolling: touch;
}

.dtable4 {
	width: 80%;
	table-layout: fixed;
	margin: 25px auto 25px auto;
	display: table;
    white-space: normal;
    -webkit-overflow-scrolling: touch;
	word-break:break-all;
}

@media (max-width: 768px) {

.dtable {
	width: 100%;
	table-layout: fixed;
	margin: 25px auto;
	display: table;
    overflow-x: scroll;
    white-space: normal;
    -webkit-overflow-scrolling: touch;
}

.dtable2 {
	width: 100%;
	table-layout: fixed;
	margin: 25px auto;
	display: table;
    overflow-x: scroll;
    white-space: normal;
    -webkit-overflow-scrolling: touch;
}

.dtable3 {
	width: 100%;
	table-layout: fixed;
	margin: 25px auto;
	display: table;
    overflow-x: scroll;
    white-space: normal;
    -webkit-overflow-scrolling: touch;
}
	
.dtable4 {
	width: 100%;
	table-layout: fixed;
	margin: 25px auto 25px 0;
	display: table;
    overflow-x: scroll;
    white-space: normal;
    -webkit-overflow-scrolling: touch;
}
  }

.dtable th,
.dtable2 th,
.dtable3 th,
.dtable4 th{
	width:50%;
}


.dtable th,
.dtable td,
.dtable2 th,
.dtable2 td,
.dtable3 th,
.dtable3 td,
.dtable4 th,
.dtable4 td { 
	padding: 2px 5px;
	font-size: 90%;
}

.dtable th,
.dtable2 th,
.dtable4 th {
	background-color: #136ab3;
	color: #fff;
	font-weight: normal;
	border: solid 1px #fff;
	vertical-align: middle;
}

.dtable3 th {
	background-color: #f7f2ec;
	color: #000;
	font-weight: normal;
	border: solid 1px #999;
	vertical-align: middle;
}

.dtable td,
.dtable2 td,
.dtable3 td,
.dtable4 td{
    text-align: center;
    border: solid 1px #e5e5e5;
    background-color: #fff;
}

.sec_btm {
	margin-bottom: 30px;
}

 

.movie-wrap {
	text-align:center;
}
 
.movie-wrap iframe {
     width: 600px;
     height: 337px;
}

@media screen and (max-width: 800px) {

	.m_search_block {
		padding: 7px;
	}

	.sp_content:last-of-type {
		padding: 20px 13px 13px 13px;
		background-color:#efeeee !important;
	}
	
	.search_area .cp_ipcheck label {
		justify-content: center;
		padding-left: 0;
		font-size: 95%;
	}
	
	.search_area input[type="checkbox"] {
		margin-right: 6px;
	}

	.search_area.search_area_detail {
		padding: 20px;
	}
	
	.ac_title {
		height: 48px;
		font-size: 92%;
	}
	
	.m_search .search_area input[type="text"] {
		width: 100% !important;
		height: 50px;
	}
	
	.kensaku_title {
		font-size: 96%;
		width: 170px;
		height: 50px;
		padding-left: 15px;
		margin-right: 10px;
	}
	
	.kensaku_title + span .input_text {
		margin-right: 30px;
		font-size: 96%;
	}
	
	
	.kensaku_title2 {
		padding: 6px 0;
	}
	
	.select_wrapper select {
		height: 60px;
	}
	
	.btn_more {
		height: 50px;
		font-size: 90%;
		margin-bottom: 15px;
	}
	
	.content_btm {
		margin-bottom: 20px;
	}
	

	.select_wrapper select#limit {
		height: 30px;
	}
	
	.limit_area {
		flex-wrap: wrap;
		font-size: 96%;
		margin: 20px 0 20px;
	}
	
	.limit_area > div {
		margin-left: 10px;
	}
	
	.submit_area {
		margin: 30px 0 15px;
	}
	
	.submit_area .sub {
		margin-bottom: 20px;
		font-size: 90%;
	}
	
	.submit_area .clear {
		position: static;
		display: block;
		transform: none;
		font-size: 90%;
	}
	
	.media_center {
		display:block;
	}
	
	.media_item {
		flex-direction: column;
		margin-bottom: 15px;
	}
	
	.media_img {
		width: 100% !important;
		height: 200px;
		margin: 0 auto 20px !important;
		order: 2;
	}
	
	.media_text_area {
		padding: 0;
	}
	
	.media_place {
		font-size: 80%;
	}
	
	.media_place > span {
		padding-top: 3px;
		padding-bottom: 3px;
	}
	
	.media_tag {
		padding-left: 8px;
		padding-right: 8px;
	}
	
	/*.media_title {
		font-size: 105%;
	}
    */
	.media_title a {
		font-size: 100%;
		color:#e75050;
	}
	
	.media_text {
		font-size: 74%;
		margin-bottom: 10px;
	}
	
	.media_detail {
		flex-wrap: wrap;
	}

	.media_normal {
		margin-bottom: 23px;
	}
	
	.media_detail_item {
		padding: 7px 10px;
		font-size: 75%;
		margin-bottom: 5px;
	}
	
	.media_detail_item_col2 {
		margin-bottom: 15px;
	}
	
	.paging-btm {
		flex-wrap: wrap;
		margin: 50px 0;
	}
	
	.paging-btm a,
	.paging-btm b {
		padding: 0 4px;
		font-size: 67%;
		margin: 0 5px;
		margin-bottom: 5px;
	}

	.dtitle {
		font-size: 80%;
		margin-bottom: 10px;
	}
	
	.dsubtitle {
		font-size: 80%;
	}
	
	.flex_list {
		flex-wrap: wrap;
		margin-bottom: 15px;
		font-size: 80%;
	}
	
	.flex_list > div {
		margin-right: 25px;
	}
	
	.dtable th,
	.dtable td {
		font-size: 75%;
	}
	
	.dtable td {
		text-align: center;
		border: solid 1px #e5e5e5;
	}
	
	.sec_btm {
		margin-bottom: 10px;
	}


.movie-wrap {
}
 
.movie-wrap iframe {
     width: 100%;
}
}
	.evtwaku{

		margin:10px;
	}
	.evttitle{
		color:#e02b2b;
		font-weight:bold;
	}
	.evb{
		border:1px solid #c1c1c1;
		padding:10px;	
		width:100%;
		text-align:center;
	}
	.evbt{
		font-weight:bold;

	}
	.regdate{
		text-align:right;
	}
	.regbtn{
		text-align:right;
		width:auto; 
	}   
	.Htitle{
		font-size:1.2rem;
		background:#d04f60;
		color:white;
		padding: 5px;
		margin-top: 15px;
		border-radius:3px;
		width:95%;
		margin:0 auto;
	}
	.Hinner{
		margin:4px;
	}
	.mg2{
		margin-top:50px;
	}
	.osirasewaku{
		border: 1px solid #dadada;
		padding:10px;
		width:95%;
		margin:0 auto;
	}
	.sikaku{
		display: inline-block;
		width: 15px;
		height: 15px;
		background: #67A6EB;
	}


#container {
    max-width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
}
#container a {
    transition: .2s linear;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -o-transition: .2s linear;
    -ms-transition: .2s linear;
}
.menuGroup {
    border: 1px solid #3282bf;
    background-color: #3282bf;
    color: #FFFFFF;
    border-bottom: 0;
}
.menuGroup:last-child {
    border-bottom: 1px solid #3282bf;
}
.menuGroup .groupName {
    padding: 4px 16px;
    cursor: pointer;
    position: relative;
    transition: .2s linear;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -o-transition: .2s linear;
    -ms-transition: .2s linear;
    border:1px solid;
    margin:0;
}
.menuGroup .groupName:hover,
.menuGroup .on {
    background-color: #2f75b5;
}
.menuGroup .groupName:after {
    content: "▼";
    position: absolute;
    right: 12px;
    font-size: 10px;
}
.menuGroup .on:after {
    content: "▲";
    font-size: 10px;
}
.menuGroup .childMenu {
    display: none;
    background-color: #339cd0;
}
.w1{
	background-color:#2f75d5;
	color:white;
	border: 1px solid #44acd0;
}
.w2{
	background-color:white;
	color:black;
	padding-left:20px;
}
.w3{
	background-color:white;
	color:black;
	padding-left:40px;
}
.btn-square-shadow {
  display: inline-block;
  padding: 0.5em 2em;
  text-decoration: none;
  background: #668ad8;/*ボタン色*/
  color: #FFF;
  border-bottom: solid 4px #627295;
  border-radius: 3px;
  font-weight:bold;
  width:150px;
  text-align:center;
}
.btn-square-shadow:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
  border-bottom: none;
}
.btn-shadow2 {
  display: inline-block;
  padding: 0.5em 2em;
  text-decoration: none;
  background: #e86d6d;/*ボタン色*/
  color: #FFF;
  /*border-bottom: solid 4px #b64653;*/
  border-radius: 16px;
  font-weight:bold;
  width:auto !important;
  text-align:center;
  margin:0.5rem;
}
.btn-shadow2:hover{

  text-decoration: none;
  color:white;

}
.btn-shadow2:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
  border-bottom: none;
}

.enpitu{
	background:url("../img/school/685373ao01.png");
	background-size:100%;
	background-repeat:no-repeat;
}

/**　目次用　**/
.m_list_link > li,
.m_list_link > dd {
  position: relative;
  padding-left: 1.5em;
}

.m_list_link > li:before,
.m_list_link > dd:before {
  position: absolute;
  left: 2px;
  display: inline-block;
  vertical-align: middle;
  font-family: "SJicon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90a";
  color: #0089d0;
}

.m_list_link > li:not(:first-child) {
  margin: .25em 0 0 0;
}

.m_list_link > li a {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .m_list_link > li a:hover {
    text-decoration: none;
  }
}

.m_list_anchor_inline > li,
.m_list_anchor > li {
  position: relative;
  padding-left: 1.25em;
}

.m_list_anchor_inline > li:before,
.m_list_anchor > li:before {
  position: absolute;
  left: 0;
  display: inline-block;
  vertical-align: middle;
  font-family: "SJicon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  color: #0089d0;
}

.m_list_anchor_inline > li a,
.m_list_anchor > li a {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .m_list_anchor_inline > li a:hover,
  .m_list_anchor > li a:hover {
    text-decoration: none;
  }
}

.copy_text{
	background:#e86d6d;;
	color:white; 
	padding:7px 5px;
}

#tag_container{
	display:flex; 
	flex-wrap: wrap; 
}

#tag_container #area{
margin:0 5px 20px 0;	
}

#tag_container #unicate_container{
margin-bottom:20px;
}

.swiper-container {
      width: 100%;
      height: 240px;
    }

.swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #ffffff;
	  height:240px;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }

.swiper-slide img{
	height: 100% !important;
}

dl.mokuji dt {
    font-size: 130%;
    color: #1b4b94;
    margin-bottom: 15px;
}
.pl15 {
		padding-left: 15px !important;
	}
.pl25 {
		padding-left: 25px !important;
	}
.mt20 {
	margin-top:20px !important;
}
.indOff{
	color:#dcdcdc;
}
.bkcl{
	background:#fff0f6;
	padding:5px;
	margin-bottom:10px;
}

.boxNews {
    position: relative;
    margin: 3em auto;
    padding: 0.5em 1em;
    border: solid 3px #62c1ce;
	width:95%;
}
.boxNews .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #62c1ce;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.boxNews p {
    margin: 0; 
    padding: 0;
}

#bkb {
	display:block; 
	width:100%; 
	/*background-color:#eff7fd;*/ 
	background-color:#fff; 
	margin:20px 0;
	padding:30px 10px 50px 10px;
}

.th_top{
   font-size:120% !important;
   padding:5px 0;
   text-align:center;	
   background-color:#1e3661 !important;	
}

.kubun {
  display: inline-block;
  padding: 0.2em 0.8em;
  text-decoration: none;
  background: #173F97;/*ボタン色*/
  color: #FFF;
  border-radius: 16px;
  font-weight:bold;
  width:120px;
  text-align:center;
  margin:0.5rem;
}


.kubun2 {
  display: inline-block;
  padding: 0.2em 0.8em;
  text-decoration: none;
  background: #173F97;/*ボタン色*/
  color: #FFF;
  border-radius: 16px;
  font-size:1.05rem;
  font-weight:bold;
  width:auto;
  text-align:center;
  margin:0.5rem;
}

.kubun2_off {
  display: inline-block;
  padding: 0.2em 0.8em;
  text-decoration: none;
  background: #a39f9f;/*ボタン色*/
  color: #FFF;
  border-radius: 16px;
  font-size:1.05rem;
  font-weight:bold;
  width:auto;
  text-align:center;
  margin:0.5rem;
}

.kubun3 {
  display: inline-block;
  padding: 0.2em 0.8em;
  text-decoration: none;
  background: #e86d6d;/*ボタン色*/
  color: #FFF;
  border-radius: 16px;
  font-size:0.9rem;
  font-weight:bold;
  width:auto;
  text-align:center;
  margin:0.5rem;
}

.kubun3_off {
  display: inline-block;
  padding: 0.2em 0.8em;
  text-decoration: none;
  background: #a39f9f;/*ボタン色*/
  color: #FFF;
  border-radius: 16px;
  font-size:0.9rem;
  font-weight:bold;
  width:auto;
  text-align:center;
  margin:0.5rem;
}

.kubun3_wrapper {
   display:flex; 
   margin-top:15px;
}

.marker-yellow {
background: linear-gradient(transparent 60%, #ffff00 0%);
}

hr.border {
position: relative;
	height: 1px;
	border-width: 0;
	background-color: #00bcd4;
	background-image: -webkit-linear-gradient(left,
	#00bcd4 0%,#283593 50%,#00bcd4 100%);
	background-image:         linear-gradient(90deg,
	#00bcd4 0%,#283593 50%,#00bcd4 100%);
}

.text_detail .note {
	display:block; 
	height:auto; 
	width:100%; 
	padding: 5px; 
	font-size: 0.7rem;
	
}

.tokucolor, .tokucolor a {
	color:#e75050;
}

.scif{
	padding: 7px 20px;
    background-color: #f3f1f1;
}
.scif_title{
	margin-top:20px;
	font-weight:bold;
	color:#2c7dac;

}

.pre > label{
	float:left;
	width:8.5rem;
	margin:0.1rem;
}


.maegaki{
	width:70%;
	font-size:0.7rem;
	margin: 0 auto;
}
.headtume{
	margin:0 0 3rem !important;
}
@media screen and (max-width: 767px) {
	.cp_ipcheck {
	  display:block;
	}
	.pre > label{
	        float:left;
	        width:8rem;
		margin:0.1rem;
	}

	.ptd > label{
	
		width:5.5rem;
	}
	media_tag4, .media_tag5 {
		font-size: 0.78rem;
	}
	.kubun3_wrapper {
		display:block;
	}

	.tagAns{
		text-align:center;
	}
}
.btn-square{
	border: 3px solid #8cd759;
}
.maegaki{
	text-indent:-1em;
}
