/*
==================================
outer
==================================
*/
/* pc */
@media(min-width:768px){
  .check {
    line-height: 1.5;
    margin-top: 85px;
  }
  .check-inner {
    max-width: 960px;
    margin: 0 auto;
  }
  .check__ttl {
    line-height: 1.5;
    letter-spacing: 0.075em;
    font-weight: bold;
    font-size: 26px;
    text-align: center;
    position: relative;
    margin-bottom: 50px;
  }
  .check__ttl::after {
    content: "";
    width: 90%;
    height: 5px;
    background-color: #005fa4;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    left: 50%;
    bottom: -20px;
  }
  .check__sec-ttl--small{
    font-size: 18px;
    font-weight: normal;
  }
  .check__txt{
    font-size: 18px;
  }
}
/* sp */
@media(max-width:767px){
  
}


/*
==================================
sec
==================================
*/
/* pc */
@media(min-width:768px){
  .check__sec {
    margin-top: 40px;
  }
  .check__sec--note{
    background-color: #f2f2f2;
    padding: 40px;
    margin-bottom: 40px;
  }
  .check__sec-ttl {
    color: #005fa4;
    line-height: 1.5;
    letter-spacing: 0.075em;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 5px;
  }
  .check__sec-explain {
    color: #005fa4;
    font-size: 14px;
    background-color: #DAE3F3;
    padding: 5px 10px 5px 10px;
    margin-bottom: 10px;
  }
  .check__sec-ttl--attention {
    font-size: 20px;
    color: #000;
    margin: 0;
  }
  .check__sec-txt {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .check__sec_main-item {
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0;
  }
  .check__sec-item {
    display: block;
    font-size: 16px;
    margin: 20px 0;
  }
  .check__sec-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .check__sec-box-unit {
    width: 50%;
  }
  .check__sec-box-unit-item {
    display: block;
  }
  .check__sec-box-unit-item:not(:last-of-type) {
    margin-bottom: 5px;
  }
}
/* sp */
@media(max-width:767px){
  
}

/* 共通 */
.img-margin {
  margin: 10px 0;
}  

/*
==================================
sec-table
==================================
*/
/* pc */
@media(min-width:768px){
  .check__sec-table{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    border-collapse: collapse;
    margin-bottom: 20px;
  }
  .check__sec-table-item {
    border-left: 1px solid #b5b5b5;
    border-top: 1px solid #b5b5b5;
    border-right: 1px solid #b5b5b5;
  }
  .check__sec-table-item:last-of-type {
    border-bottom: 1px solid #b5b5b5;
  }
  .check__sec-table-item-head {
    padding: 10px 40px;
    color: #fff;
    background-color: #9d9d9d;
  }
  .check__sec-table-item-data {
    padding: 10px 35px;
  }
  .check__sec-table-item:nth-of-type(2) {
    background-color: #f2f2f2;
  }
  .check__sec-table-item-data:not(:first-of-type){
    border-left: 1px solid #b5b5b5;
  }
  .check__sec-table-item-data:not(:last-of-type){
    white-space: nowrap;
  }
  .check__sec-table-item-data-list{
    white-space: normal;
  }
  .check__sec-table-item-data-list-txt{
    text-align: left;
    font-size: 14px;
    font-weight: normal;
  }
  .check__sec-table-item-data-list-txt-red{
    text-align: left;
    font-size: 14px;
    font-weight: normal;
	color:#ff0000;
  }
  .check__sec-table-item-data-list-txt-boldred{
    text-align: left;
    font-size: 16px;
    font-weight: normal;
	color:#ff0000;
  }
}
/* sp */
@media(max-width:767px){
  
}


/*
==================================
check__main
==================================
*/
/* pc */
@media(min-width:768px){
  .check__main{
    margin-bottom: 80px;
  }
  .check__main-ttl{
    text-align: center;
    color: #005fa4;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .check__main-txt{
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
  }
  .check__main-btn{
    display: block;
    width: 500px;
    margin: 0 auto;
    padding: 14px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    background-color: #005fa4;
    text-decoration: none;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.4);
            box-shadow: 0 2px 4px rgba(0,0,0,0.4);
    border-radius: 6px;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
  }
  .check__main-btn:hover{
    opacity: 0.7;
  }
}
/* sp */
@media(max-width:767px){
  
}