@charset "utf-8";

/* ==================================================
contents
================================================== */
#tmp_main {
    padding-bottom: 155px;
}
#tmp_wrap_main_visual {
    text-align: center;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#005da3+15,38bbcd+85 */
    background: rgb(0,93,163); /* Old browsers */
    background: -moz-linear-gradient(-45deg,  rgba(0,93,163,1) 15%, rgba(56,187,205,1) 85%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  rgba(0,93,163,1) 15%,rgba(56,187,205,1) 85%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  rgba(0,93,163,1) 15%,rgba(56,187,205,1) 85%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005da3', endColorstr='#38bbcd',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#tmp_main_visual {
    background: url("/shared/site_koan_re/images/line_bg.png") left top repeat;
}
#tmp_main_visual p {
	position:relative;
	max-width:1280px;
	margin:0 auto;
    background: url("/shared/templates/koan_top_re/images/main_visual.png") center top no-repeat;
}
#tmp_main_visual p span {
	position:relative;
	display:block;
	height:450px;
	z-index:-1;
}
#tmp_main_visual img {
    max-width: 100%;
    height: auto;
}
#tmp_gaiyo_txt {
    text-align: center;
    background-color: #f5f2e9;
    font-size: 157.1%;
    letter-spacing: 1px;
    line-height: 1.65;
    padding: 86px 10px;
    margin: 0 0 71px;
}
.format_top h2 {
    text-align: center;
    color: #FFFFFF;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#003a4b+15,006880+85 */
    background:url("/shared/site_koan_re/images/line_bg.png"), rgb(0,58,75); /* Old browsers */
    background:url("/shared/site_koan_re/images/line_bg.png"), rgb(0,58,75) -moz-linear-gradient(left,  rgba(0,58,75,1) 15%, rgba(0,104,128,1) 85%); /* FF3.6-15 */
    background:url("/shared/site_koan_re/images/line_bg.png"), rgb(0,58,75) -webkit-linear-gradient(left,  rgba(0,58,75,1) 15%,rgba(0,104,128,1) 85%); /* Chrome10-25,Safari5.1-6 */
    background:url("/shared/site_koan_re/images/line_bg.png"), rgb(0,58,75) linear-gradient(to right,  rgba(0,58,75,1) 15%,rgba(0,104,128,1) 85%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003a4b', endColorstr='#006880',GradientType=1 ); /* IE6-9 */
}
.format_top .col2 {
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto 92px;
}
.format_top div.col2 {
    display: flex;
}
.format_top div.col2 .col2L,
.format_top div.col2 .col2R {
    width: calc(50% - 37px);
}
.format_top div.col2 .col2L {
	margin-right: 37px;
}
.format_top div.col2 .col2R {
    margin-left: 37px;
}
.format_top .col2 h2 {
    background: none;
    border-bottom: 5px solid #006880;
    color: #006880;
    position: relative;
    font-size: 214.2%;
    padding: 0 0 5px;
    margin: 0 0 29px;
}
.format_top .col2 h2:before,
.format_top .col2 h2:after {
    content: "";
    display: block;
    width: 11px;
    height: 5px;
    border-left: 3px solid #FFFFFF;
    border-right: 3px solid #FFFFFF;
    position: absolute;
    bottom: -5px;
}
.format_top .col2 h2:before {
    left: 5px;
}
.format_top .col2 h2:after {
    right: 5px;
}
.format_top .col2 ul {
    list-style: none;
}
.format_top .col2 ul li {
    padding-left: 17px;
    position: relative;
    font-size: 128.5%;
    margin: 0 0 8px;
}
.format_top .col2 ul li:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 10px;
    background-color: #333333;
    position: absolute;
    top: 0.5em;
    left: 0;
}
.format_top .col2 ul li a {
    color: #333333;
}
.format_top .col2 ul li a:hover,
.format_top .col2 ul li a:focus {
	text-decoration:none;
}

#tmp_koan_link {
    display: flex;
    width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
	list-style:none;
}
#tmp_koan_link .koan_link_box {
    margin: 0 27px 24px 0;
    border: 1px solid #006880;
    background-color: #FFFFFF;
    color: #333333;
    box-shadow: 2px 2px 0 0 #bababa;
	width: 23.3%;
	position:relative;
}
#tmp_koan_link .koan_link_box:nth-child(4n) {
    margin-right: 0;
}
#tmp_koan_link .koan_link_box a {
	height:100%;
	position:relative;
	display:block;
	color: #333333;
	text-decoration: none;
}
#tmp_koan_link .koan_link_box a:hover,
#tmp_koan_link .koan_link_box a:focus {
	background-color:#d9f7fe;
}
#tmp_koan_link .koan_link_box .link_img {
	position:absolute;
	width:100%;
}
#tmp_koan_link .koan_link_box .link_img img {
	width:100%;
	vertical-align:top;
}
#tmp_koan_link .koan_link_box .link_txt {
	height:100%;
	min-height:280px;
	color: inherit;
	text-decoration: none;
	text-align: center;
	font-size: 128.5%;
	font-weight: bold;
	padding: 20px 10px;
	padding-top: calc(66.9% + 20px);
	display:flex;
	align-items: center;
	justify-content: center;
}
.koan_contents {
    background-color: #f5f2e9;
    padding: 92px 0 70px;
}
#tmp_main .koan_contents h2 {
    width: 1200px;
    margin: 0 auto 41px;
    font-size: 214.2%;
    padding: 14px 10px 11px;
}
.link_list {
    width: 1200px;
    margin: 89px auto 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    font-size: 128.5%;
}
.link_list li {
    border: 1px solid #006880;
    box-shadow: 2px 2px 0 0 #bababa;
    margin: 0 18px 22px 0;
    width: 32.25%;
}
.link_list li:nth-child(3n) {
    margin-right: 0;
}
.link_list li a {
    display: flex;
    align-items: center;
    padding: 10px 50px 10px 10px;
    background: url("/shared/templates/koan_top_re/images/link_list.png") calc(100% - 27px) center no-repeat;
    color: #333333;
    width: 100%;
    height: 100%;
    text-decoration: none;
    font-weight: bold;
    min-height: 84px;
}
.link_list li a:hover,
.link_list li a:focus {
	background-color:#d9f7fe;
}
.note_txt {
    width: 1200px;
    margin: 0 auto;
    font-size: 157.14%;
	color:#990000;
}
/* ==================================================
print
================================================== */
@media print {
/* for Firefox */
#tmp_main:after,
.col_nm:after {
	content:""; /* 変更しない */
	height:1px; /* 変更しない */
}
}