/* ___________________PC */
p {
  line-height: 1.8;
}

/*------------------ contents */
@media print, screen and (min-width: 521px) {
  .btn_back {
    margin-top: 80px;
  }

  /* MV */
  #main_visual {
    margin-top: 80px;
    height: 70px;
  }
  #main_visual .mv_title {
    position: relative;
  }
  #main_visual .mv_title h1 {
    position: relative;
    font-size: 3.3rem;
    font-weight: 500;
    text-align: center;
  }
  #main_visual .mv_title h1:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 120px;
    height: 4px;
    background: #018076;
    bottom: -32px;
    left: 0px;
    right: 0;
    margin: 0 auto;
  }

  /* sec_contents */
  h2.mt{
    margin-top: 120px!important;
  }
  
  h4{
    font-size: 1.8rem;
    font-weight: bold;
    position: relative;
    padding: 9px 0 0px 20px;
    margin-bottom: 22px;
  }

  h4.mt{
    margin-top: 45px;
  }
  
  h4::before{
    content: "";
    display: inline-block;
    position: absolute;
    width: 3px;
    height: 35px;
    background: #018076;
    top: 0;
    left: 0px;
  }
  
  .infoBox{
    display: flex;
    justify-content: space-between;
    margin: 0 0 45px;
    background: #F7F7F7;
    padding: 50px;
  }
  
  .infoBox .txtBox{
    width: 65%;
  }

  .infoBox .btxt{
    font-size: 1.7rem;
    font-weight: bold;
    margin: 0 0 25px;
  }

  .infoBox .stxt{
    margin: 0 0 15px;
  }

  .infoList{
    list-style: disc;
    padding-left: 18px;
  }

  .infoList li{
    color: #018076;
    margin: 0 0 10px;
  }

  .infoList li span{
    color: #333;
  }
  .sec_contents {
    margin: 140px 0 0 0;
  }
  .sec_contents .title_big {
    font-size: 3rem;
    font-weight: bold;
    color: #018076;
    margin:0 0 35px -20px;
  }
  .sec_contents .txt_center {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 60px;
  }
  .sec_contents .title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #018076;
    padding-left: 20px;
    position: relative;
    margin-bottom: 35px;
  }
  .sec_contents .txt{
    margin: 0 0 45px;
  }
  .sec_contents .title:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 8px;
    height: 8px;
    background: #018076;
    border-radius: 50px;
    top: 8px;
    left: 0px;
  }
  .sec_contents .table_list .table_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2px;
  }
  .sec_contents .table_list .table_row > * {
    padding: 35px 30px;
    line-height: 1.8;
  }
  .sec_contents .table_list .table_row > dt {
    background: #e8f2f1;
    font-size: 1.6rem;
    width: 225px;
  }
  .sec_contents .table_list .table_row > dd {
    border-top: #CBCBCB solid 1px;
    width: 100%;
    margin-left: 30px;
  }
  .sec_contents .table_list .table_row > dd.end {
    border-bottom: #CBCBCB solid 1px;
  }
  .sec_contents .container .table_list a.txtLink{
    color: #018076;
    text-decoration: underline;
  }
  .sec_contents .container .table_list a.txtLink .icon img{
    width: 17px;
    margin: 0 3px 3px 5px;
  }
  .sec_contents .container .table_list a.txtLink:hover{
    color: #000;
  }
  .sec_contents .container .table_list .inner_list:not(:first-child) {
    margin-top: 1em;
  }
  .sec_contents .container .table_list .inner_list dd + dt {
    margin-top: 1em;
  }
}