@charset "utf-8";

/*970px以上*/
@media screen and (min-width: 970px),print {
/*nav*/
nav.follow-up_nav ul,
nav.follow-up_nav_under ul {display: flex;}

/*1カラム*/
section .inner:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }
.area_box_wrapper .area_box {
	width: 48%;
	float: left;
	font-size: 14px;
	margin: 0 1% 2%;
	filter: drop-shadow(1px 0px 2px rgba(0, 0, 0, 0.1));
}
section:nth-of-type(odd).area_box_wrapper .area_box {background: #FFF;}
section:nth-of-type(even).area_box_wrapper .area_box {background: #fff7f0;}
.area_box_wrapper .area_box h3{
	text-align: center;
    font-size: 24px;
    padding: 20px 0;
	font-weight: bold;
	color: #f00;
}
.area_box_wrapper .area_box dt{width: 100%;}	
.area_box_wrapper .area_box .koyo_images{
	width: 35%;
	min-height: 140px;
    float: left;
    margin: 0 2% 2%;
	position:relative;
}
.area_box_wrapper .area_box .koyo_images .copyright{font-size: 10px;}
.area_box_wrapper .area_box .about_area_koyo_txtbox{
	width: 57%;
    margin:0 2% 0 0;
    float: left;
}
.area_box_wrapper .area_box .koyo-blackbtn_wrap {
	width: 96%;
	margin: 0 auto 2%;
	clear: both;
	padding: 10px;
	background-color: #F5F5F5;
	border-radius: 3px;
	position: sticky;
	z-index: 1;
	box-sizing: border-box;
}
.area_box_wrapper .area_box .area_box_text{margin-bottom:2%;}
.area_box_wrapper .area_box .area_box_text:nth-of-type(1){min-height: 80px;}
.area_box_wrapper .area_box .area_box_text span {color: #f00;}
.area_box_wrapper .koyo-blackbtn{
    text-align: center;
    font-weight: bold;
    font-size: 18px;
	margin-bottom: 5px;
}

/*btn*/
/*.koyo-blackbtn_wrapping_ul{display:flex;}*/
.koyo-blackbtn_wrapping_ul li {
	width: 98%;
	margin: 0 1%;
}
.koyo-blackbtn_wrapping_ul li a {
	width: 100%;
    display: block;
    margin: 0px 5px 10px;
    padding: 10px 0;
    color: #FFF !important;
    text-decoration: none;
    text-align: center;
    font-weight: normal;
    border-radius: 3px;
    background: #000 url(/shared2021/common/images/im_arrow.png) no-repeat scroll 5% center;
    font-size: 16px;
    text-decoration: none !important;
    letter-spacing: 1px;
}
.koyo-blackbtn_wrapping_ul li.no-plan a {
	width: 315px;
    display: block;
    margin: 0px 5px 10px;
    padding: 10px 0;
    color: #FFF !important;
    text-decoration: none;
    text-align: center;
    font-weight: normal;
    border-radius: 3px;
    font-size: 16px;
    text-decoration: none !important;
    letter-spacing: 1px;
	background-color: #808080;
}
.koyo-blackbtn_wrapping_ul a:hover{
	text-decoration:none!important;
	background:#f00 url(/shared2021/common/images/im_arrow.png) no-repeat scroll 5% center;
	transition: 0.2s;
}
}

/*969px以下*/
@media screen and (max-width: 969px) {
/*nav*/
nav.follow-up_nav li {width: 20%;}
nav.follow-up_nav li:nth-of-type(3n) {border-right: 1px dotted #000;}
nav.follow-up_nav li:nth-of-type(5n) {border-right: none;}
nav.follow-up_nav li:nth-of-type(n+4) {border-bottom: 1px dotted #000;}
nav.follow-up_nav li:nth-of-type(n+6) {border-bottom: none;}
nav.follow-up_nav li a {font-size: 12px;}

/*1カラム*/
.area_box{
	background: #FFF;
    font-size: 14px;
	padding-bottom: 5%;
    margin-bottom: 5%;
	filter: drop-shadow(1px 0px 2px rgba(0, 0, 0, 0.1));
}
.area_box h3{
	text-align: center;
    font-size: 20px;
	font-weight: bold;
    padding: 12px 0;
	color: #f00;
}
.area_box .koyo_images{
	width: 88%;
    margin: 0 auto 2%;
}
.area_box .about_area_koyo_txtbox{
	width: 88%;
    margin:0 auto;
}
.area_box .koyo-blackbtn_wrap{
	width: 84%;
    margin:5%;
	padding: 10px;
	clear: both;
    background-color: #F5F5F5;
    border-radius: 3px;	
}
.area_box .area_box_text{margin-bottom:2%;}
.area_box .area_box_text span {color: #f00;}
.koyo-blackbtn{
    text-align: center;
    font-weight: bold;
    font-size: 16px;
	margin-bottom: 2%;
}
section:nth-of-type(odd).area_box_wrapper .area_box {background: #FFF;}
section:nth-of-type(even).area_box_wrapper .area_box {background: #fff7f0;}

/*btn*/
.koyo-blackbtn_wrapping_ul li a {
	/*width: 88%;*/
    display: block;
    margin: 0 auto 3%;
    padding: 8px 0;
    color: #FFF !important;
    text-decoration: none;
    text-align: center;
    font-weight: normal;
    border-radius: 3px;
    background: #000 url(/shared2021/common/images/im_arrow.png) no-repeat scroll 5% center;
    font-size: 16px;
}
.koyo-blackbtn_wrapping_ul li.no-plan a {
	width: 88%;
    display: block;
    margin: 0 auto 3%;
    padding: 8px 0;
    color: #FFF !important;
    text-decoration: none;
    text-align: center;
    font-weight: normal;
    border-radius: 3px;
    font-size: 16px;
	background-color: #808080;
}
}