@charset "UTF-8";
/* CSS Document */
/*PC*/
@media print, screen and (min-width: 769px) {

#requirements{
position: relative;
margin: 0 auto 120px;
overflow: hidden;
}

#requirements .section_wrap{
width: 1000px;
margin: 0 auto;
position: relative;
}

#requirements .section_wrap .txt{
font-size: 1.2rem;
font-weight: 500;
text-align: center;
margin: 0 auto 60px;
}

#requirements .requirements_btn{
width: 80%;
margin: 0 auto 120px;
}

#requirements .requirements_btn li{
width:100%;
position: relative;
background: #443E6E;
border-radius: 1rem;
overflow: hidden;
margin-bottom: 2%;
}

#requirements .requirements_btn li a{
padding:25px;
box-sizing: border-box;
color: #FFF;
font-size: 1.4rem;
font-weight: 700;
line-height: 1;
text-align: center;
display: block;
transition: .3s;
position: relative;
}

#requirements .requirements_btn li a:before {
content: '';
width: 9px;
height: 9px;
border: 0;
border-top: solid 3px #FFF;
border-right: solid 3px #FFF;
transform: rotate(45deg);
position: absolute;
top: 42%;
right: 15px;
bottom: 0;
}

#requirements .requirements_btn li a:hover{
background: #6F59C5;
color: #FFF;
transition: .3s;
}

#requirements .requirements_btn li a:hover::before {
content: '';
width: 9px;
height: 9px;
border: 0;
border-top: solid 3px #FFF;
border-right: solid 3px #FFF;
transform: rotate(45deg);
position: absolute;
top: 42%;
right: 15px;
bottom: 0;
}

#requirements .slider2{
}

#requirements .slider2 .slick-slide{
margin: 0 12px;
}

#requirements .slider2 .slick-slide img{
border-radius: .6rem;
overflow: hidden;
}


#requirements .section_wrap .block{
position: relative;
margin: 0 auto 100px;
}


#requirements .table_box{
width: 100%;
margin:0 auto 60px;
position: relative;;
}

#requirements .table_box .table{
width:100%;
border-top:solid 1px #dcdcdc;
border-left:solid 1px #dcdcdc;
position: relative;
z-index: 5;
}

#requirements .table_box .table th{
padding:8px;
box-sizing: border-box;
border-right:solid 1px #dcdcdc;
border-bottom:solid 1px #dcdcdc;
}

#requirements .table_box .table td{
padding:8px;
box-sizing: border-box;
border-right:solid 1px #dcdcdc;
border-bottom:solid 1px #dcdcdc;
}

#requirements .table_box .table th.bg_c01{
background:#ececec;
}

#requirements .table_box .table th.bg_c02{
background:#f1f0f8;
}

#requirements .table_box .table th.bg_c03{
background:#c4caec;
}


#requirements .section_wrap .block:last-child{
margin-bottom: 0;
}

#requirements .com_table {
width:100%;
margin:0 auto 20px;
border-top: 1px solid #dcdcdc;
border-right: 1px solid #dcdcdc;
font-size: .9rem;
}


#requirements .com_table th {
width: 20%;
padding: 15px;
text-align: left;
font-weight: 700;
line-height: normal;
position: relative;
display: table-cell;
border-bottom: 1px solid #dcdcdc;
border-left: 1px solid #dcdcdc;
background: #F1F1F1;
}


#requirements .com_table td {
padding: 15px;
position: relative;
display: table-cell;
vertical-align: middle;
border-bottom: 1px solid #dcdcdc;
border-left: 1px solid #dcdcdc;
}

#requirements .section_wrap .common_btn_box{
text-align: center;
}

#requirements .oubo_list{
width: 360px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 0 15px;
}

#requirements .oubo_list li{
width: 48%;
text-align: center;
}

#requirements .s_ttl{
margin-bottom: 30px;
}

#requirements .s_txt{
font-size: .8rem;
}


#requirements .img{
margin:80px auto 0;
border-radius: 1rem;
overflow: hidden;
}

#requirements .sub_tit {
display: block;
border-bottom: 1px solid #d8d8d8;
position: relative;
font-size: 1.6rem;
line-height: 1;
padding-bottom: 10px;
font-weight: bold;
margin-bottom: 20px;
}

#requirements .sub_tit::before {
content: '';
position: absolute;
display: block;
height: 1px;
width: 80px;
background-color: #e60012;
left: 0;
bottom: -1px;
}


}





/*sp*/
@media only screen and (max-width: 768px) {

#requirements{
position: relative;
margin: 0 auto 60px;
overflow: hidden;
}

#requirements .section_wrap{
width: 90%;
margin: 0 auto;
position: relative;
}

#requirements .section_wrap .txt{
font-size: 0.9rem;
font-weight: 600;
margin: 0 auto 30px;
}


#requirements .requirements_btn{
width:100%;
margin: 0 auto 60px;
}

#requirements .requirements_btn li{
width:100%;
position: relative;
background: #443E6E;
border-radius: .6rem;
overflow: hidden;
margin-bottom: 20px;
}

#requirements .requirements_btn li:last-child{
margin-bottom: 0;
}

#requirements .requirements_btn li a{
padding:20px;
box-sizing: border-box;
color: #FFF;
font-size: 1rem;
font-weight: 700;
line-height: 1;
text-align: center;
display: block;
transition: .3s;
position: relative;
}

#requirements .requirements_btn li a:before {
content: '';
width: 9px;
height: 9px;
border: 0;
border-top: solid 3px #FFF;
border-right: solid 3px #FFF;
transform: rotate(45deg);
position: absolute;
top: 42%;
right: 15px;
bottom: 0;
}

#requirements .requirements_btn li a:hover{
background: #6F59C5;
color: #FFF;
transition: .3s;
}

#requirements .requirements_btn li a:hover::before {
content: '';
width: 9px;
height: 9px;
border: 0;
border-top: solid 3px #FFF;
border-right: solid 3px #FFF;
transform: rotate(45deg);
position: absolute;
top: 42%;
right: 15px;
bottom: 0;
}


#requirements .slider2{
}

#requirements .slider2 .slick-slide{
margin: 0 6px;
}

#requirements .slider2 .slick-slide img{
border-radius: 1rem;
overflow: hidden;
}



#requirements .section_wrap .block{
position: relative;
margin: 0 auto 40px;
}

#requirements .section_wrap .block:last-child{
margin-bottom: 0;
}

#requirements .com_table {
width:100%;
margin:0 auto 20px;
font-size: .8rem;
}


#requirements .com_table tr:nth-child(2n-1){
background: rgba(0,0,0,.02)
}

#requirements .com_table th {
width: 100%;
padding: 10px;
text-align: left;
font-weight: 700;
position: relative;
display: block;
box-sizing: border-box;
}

#requirements .com_table td {
width: 100%;
padding: 10px;
position: relative;
display: block;
box-sizing: border-box;
}

#requirements .c_sttl{
font-size:1rem;
font-weight: 800;
color: rgba(0,70,0,1);
background: -webkit-linear-gradient(0deg, rgba(0,100,0),rgba(0,0,0,1));
background-clip: border-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
margin: 0 0 10px;
line-height: 1.6;
}

#requirements .section_wrap .common_btn_box{
text-align: center;
}

#requirements .oubo_list{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0;
}

#requirements .oubo_list li{
width: 48%;
text-align: center;
}

#requirements .s_ttl{
margin-bottom: 30px;
}

#requirements .s_txt{
font-size: .7rem;
}


#requirements .img{
margin:40px auto 0;
border-radius: .6rem;
overflow: hidden;
}

}