/* _setting CSS */
/*
* index
*/
/* ------------------------------------------------------------------------- */
/*------------------######################################### 
----------------------------
----------------------------
min-width: 768px
----------------------------
--------------------#########################################*/
@media screen and (min-width: 768px) {
  main#contents {
    /*--table-------------------*/
  }
  main#contents #main {
    padding: 67px 0 99px;
  }
  main#contents .ttl {
    margin-bottom: 30px;
    border-bottom: 1px solid #235598;
    font-size: 2.8rem;
  }
  main#contents .ttl a {
    color: #333;
  }
  main#contents .ttl a:after {
    content: "\f35d";
    margin-left: 3px;
    font-family: "Font Awesome 5 Free";
    font-size: 1.4rem;
    font-weight: 900;
    color: #3889F6;
  }
  main#contents .t_ttl {
    margin-bottom: 30px;
    padding-bottom: 5px;
    border-bottom: 1px solid #235598;
    font-size: 2rem;
  }
  main#contents .t_ttl a {
    color: #333;
  }
  main#contents .t_ttl a:after {
    content: "\f35d";
    margin-left: 3px;
    font-family: "Font Awesome 5 Free";
    font-size: 1.1rem;
    font-weight: 900;
    color: #3889F6;
  }
  main#contents table, main#contents td, main#contents th {
    border: 1px solid #235598;
    border-collapse: collapse;
  }
  main#contents td, main#contents th {
    width: 30px;
    height: 25px;
  }
  main#contents th {
    padding: 20px;
    background: #E2EDFC;
  }
  main#contents section {
    margin-bottom: 60px;
  }
  main#contents .table01 {
    width: 100%;
    margin-bottom: 45px;
  }
  main#contents .table01 th {
    width: 256px;
    text-align: left;
    color: #333;
    vertical-align: top;
  }
  main#contents .table01 td {
    width: auto;
  }
  main#contents .table01 td .inner {
    padding: 20px;
  }
  main#contents .table01 td .td_ttl {
    width: 540px;
    margin-bottom: 5px;
    border-bottom: 1px dotted #707070;
    font-weight: bold;
  }
  main#contents .table01 td .flex_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  main#contents .table01 td .flex_block .text01 {
    width: 540px;
  }
  main#contents .table01 td .flex_block.flex_block02 {
    align-items: flex-start;
  }
  main#contents .table01 td .img01 {
    width: 165px;
    border-left: 1px solid #5FA0F7;
  }
  main#contents .table01 td .mb {
    margin-bottom: 20px;
  }
  main#contents .table01 .map_link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 145px;
    padding: 3px 9px 3px 8px;
    background: #235598;
    font-size: 1.4rem;
    color: #fff;
  }
  main#contents .table01 .map_link:before {
    content: '';
    display: block;
    width: 10px;
    height: 16px;
    margin-right: 5px;
    background: url(../images/common/icon_link_access.svg) center/100% no-repeat;
  }
  main#contents .table01 .map_link:hover {
    opacity: .7;
  }
  main#contents .table01 dl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  main#contents .table01 dl dt {
    width: 180px;
  }
}
/*------------------######################################### 
----------------------------
----------------------------
max-width: 767px
----------------------------
--------------------#########################################*/
@media screen and (max-width: 767px) {
  main#contents {
    /*--table-------------------*/
  }
  main#contents #main {
    padding: 10vw 0 10vw;
  }
  main#contents .ttl {
    margin-bottom: 3vw;
    border-bottom: 1px solid #235598;
    font-size: 2.2rem;
    font-weight: bold;
  }
  main#contents .ttl a {
    color: #333;
  }
  main#contents .ttl a:after {
    content: "\f35d";
    margin-left: 1vw;
    font-family: "Font Awesome 5 Free";
    font-size: 2.2rem;
    font-weight: 900;
    color: #3889F6;
  }
  main#contents .t_ttl {
    position: relative;
    margin-bottom: 6vw;
    padding-bottom: 2vw;
    line-height: 1.3;
    border-bottom: 1px solid #235598;
    font-size: 2.2rem;
    font-weight: bold;
  }
  main#contents .t_ttl a {
    color: #333;
  }
  main#contents .t_ttl a:after {
    content: "\f35d";
    margin-left: 1vw;
    font-family: "Font Awesome 5 Free";
    font-size: 2.2rem;
    font-weight: 900;
    color: #3889F6;
  }
  main#contents .t_ttl span {
    display: block;
    padding: 1vw 0 2vw 0;
    font-size: 1.8rem;
  }
  main#contents table, main#contents td, main#contents th {
    border: 1px solid #235598;
    border-collapse: collapse;
    font-size: 1.5rem;
  }
  main#contents td, main#contents th {
    height: 25px;
  }
  main#contents th {
    padding: 3vw;
    background: #E2EDFC;
  }
  main#contents section {
    margin-bottom: 60px;
  }
  main#contents .table01 {
    width: 100%;
    margin-bottom: 9vw;
  }
  main#contents .table01 th {
    width: 30%;
    text-align: left;
    color: #333;
    vertical-align: top;
  }
  main#contents .table01 td {
    width: 70%;
  }
  main#contents .table01 td .inner {
    padding: 3vw;
  }
  main#contents .table01 td .td_ttl {
    margin-bottom: 5px;
    border-bottom: 1px dotted #707070;
    font-weight: bold;
  }
  main#contents .table01 td .flex_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  main#contents .table01 td .flex_block.flex_block02 {
    align-items: flex-start;
  }
  main#contents .table01 td .flex_block:last-of-type {
    margin-top: 3vw;
  }
  main#contents .table01 td .img01 {
    width: 165px;
    border-left: 1px solid #5FA0F7;
  }
  main#contents .table01 td .mb {
    margin-bottom: 20px;
  }
  main#contents .table01 .map_link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40vw;
    margin-top: 5vw;
    padding: 1vw 2vw;
    background: #235598;
    font-size: 1.4rem;
    color: #fff;
  }
  main#contents .table01 .map_link:before {
    content: '';
    display: block;
    width: 2.5vw;
    height: 4vw;
    margin-right: 1.3vw;
    background: url(../images/common/icon_link_access.svg) center/100% no-repeat;
  }
  main#contents .table01 .map_link:hover {
    opacity: .7;
  }
  main#contents .table01 dl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  main#contents .table01 dl dt {
    margin-right: 3vw;
  }
}
