/*
  company
*/

/*---------------------------------

	PC

---------------------------------*/
@media screen and (min-width: 767px) {

.btnArea {
  margin-bottom: 50px; }

.is_indent {
  margin-left: 42px;
}

.is_right{
  text-align: right;
}

.section_subtitle {
  font-size: 16px;
  color: #073658;
  margin-bottom: 15px; }
  .section_subtitle.is_indent {
    margin-left: 42px; }
  .section_subtitle.is_bullet {
    padding-left: 10px;
    margin-bottom: 10px;
    position: relative; }
    .section_subtitle.is_bullet:before {
      content: "";
      border-radius: 2px;
      display: block;
      width: 4px;
      height: 4px;
      background-color: #073658;
      position: absolute;
      top: 0.6em;
      left: 0; }
      
.section h3{
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

.section p{
  font-size: 14px;
  padding-bottom: 40px;
}

.section_list {
  font-size: 14px;
  color: #073658;
  margin-left: 28px;
  color: #073658;
  margin-bottom: 50px; }
  .section_list.is_indent {
    margin-left: 84px; }

.section_list_item {
  padding-left: 10px;
  margin-bottom: 10px;
  position: relative; }
  .section_list_item:before {
    content: "";
    border-radius: 2px;
    display: block;
    width: 4px;
    height: 4px;
    background-color: #073658;
    position: absolute;
    top: 0.6em;
    left: 0; }

.section_coution {
  margin-top: 30px;
  margin-bottom: 50px;
  background-color: #fff2f2;
  padding: 19px 21px 1px; }
  .section_coution .section_text + .section_text {
    margin-top: 25px; }
  .section_coution .section_text {
    margin-bottom: 10px; }

.section_box {
  margin-left: 30px;
  margin-bottom: 25px; }
  .section_box .section_title {
    margin-bottom: 0; }
  .section_box .section_subtitle {
    margin-bottom: 7px;
    text-align: left; }
  .section_box .section_list {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0; }
  .section_box .section_list_item {
    margin-bottom: 7px; }
  .section_box .section_list + .section_text {
    margin-top: 0; }
  .section_box .section_text {
    margin-bottom: 10px; }

.contents.is_optout .section_coution .section_text,
.contents.is_ads .section_coution .section_text {
  margin-bottom: 10px; }

.contents.is_optout .section_text,
.contents.is_ads .section_text {
  margin-bottom: 20px; }
  .contents.is_optout .section_text.is_bylaws,
  .contents.is_ads .section_text.is_bylaws {
    margin-top: 50px; }

.contents.is_optout .section_inner,
.contents.is_ads .section_inner {
  margin-bottom: 90px; }

.contents.is_optout .section_subtitle.is_indent,
.contents.is_optout .section_text.is_indent,
.contents.is_ads .section_subtitle.is_indent,
.contents.is_ads .section_text.is_indent {
  margin-left: 30px;
  text-align: left; }
  .title {
    width: 1040px;
    margin: 0 auto 31px;
    font-size: 30px;
    color: #073658;
    font-weight: normal; }
  .subtitle {
    border-bottom: 1px solid #b3c2cd;
    font-size: 24px;
    color: #073658;
    font-weight: normal;
    margin-bottom: 40px;
    margin-top: 40px; }
  .tab {
    width: 1040px;
    margin: 0 auto;
    padding: 30px 0 30px 0;

  }
  .tab_item {
    display: inline-block;
    margin-right: 58px; }
    .tab_item a {
      color: #073658;
      font-size: 18px;
      position: relative;
      display: inline-block;
      font-feature-settings: "pkna"; }
      .tab_item a span {
        font-size: 12px; }
      .tab_item a:after {
        position: absolute;
        bottom: -2px;
        left: 50%;
        width: 0%;
        content: "";
        display: block;
        background-color: #073658;
        height: 2px;
        opacity: 0;
        -webkit-transition-property: opacity,left,width;
        transition-property: opacity,left,width;
        -webkit-transition-duration: 0.2s;
                transition-duration: 0.2s;
        -webkit-transition-timing-function: ease;
                transition-timing-function: ease; }
      .tab_item a:hover {
        opacity: 1; }
        .tab_item a:hover:after {
          opacity: 1;
          left: 0;
          width: 100%; }
    .tab_item.is_active a {
      font-weight: 500; }
      .tab_item.is_active a:after {
        opacity: 1;
        left: 0;
        width: 100%; }
    .contents.is_disabled {
      display: none; }
    .contents.is_optout .section_title, .contents.is_ads .section_title {
      font-size: 16px;
      margin-bottom: 15px;
    text-align: left; }
    .contents.is_optout .section_list, .contents.is_ads .section_list {
      margin-top: -10px;
      margin-bottom: 20px; }
  .gMap {
    height: 326px;
    width: 656px;
    margin-bottom: 10px; }
  .map {
    width: 656px;
    margin-left: 238px;
    padding-bottom: 130px; }
  .map_link {
    text-align: right;
    font-size: 14px; }
    .map_link a {
      color: #073658; }
  .map_linkicon {
    font-size: 11px;
    display: inline-block;
    margin-left: 8px; }
  .map_arrow {
    font-size: 10px;
    display: inline-block;
    margin-left: 14px; }
  .table {
    width: 940px;
    display: table;
    border-top: 1px solid #cad4dc;
    padding-bottom: 70px; }
  .table_row {
    display: table-row; }
  .table_title {
    vertical-align: top;
    display: table-cell;
    font-size: 14px;
    color: #073658;
    width: 238px;
    padding: 19px 42px 22px 50px;
    border-bottom: 1px solid #cad4dc; }
  .table_text {
    vertical-align: top;
    display: table-cell;
    padding: 19px 55px 18px 0;
    border-bottom: 1px solid #cad4dc;
    font-size: 14px;
    line-height: 1.57;
    color: #073658; }
  .table2 {
    margin-bottom: 50px;
    color: #073658;
    font-size: 14px;
    border: 1px solid #B3C2CD; }
    .table2 thead {
      background-color: #f7f7f7; }
    .table2 th {
      text-align: center; }
    .table2 th, .table2 td {
      vertical-align: top;
      padding: 9px 12px;
      border: 1px solid #B3C2CD; }
  .ancTab {
    overflow: hidden;
    margin-bottom: 40px;
    margin-top: 48px; }
  .ancTab-item {
    width: 50%;
    float: left; }
    .ancTab-item:first-child {
      padding-right: 20px; }
    .ancTab-item:last-child {
      padding-left: 20px; }
    .ancTab-item a {
      display: block;
      border-radius: 8px;
      background-color: #fff;
      border: solid 1px #d3d3d3;
      font-size: 18px;
      color: #073658;
      text-align: center;
      padding: 10px 0; }
  .ancTab-arrow {
    margin-left: 13px; }
    .ancTab-arrow:before {
      font-size: 12px;
      color: #073658; }
  .btnArea {
    margin: 44px auto 111px;
    text-align: center;
    font-size: 0; }
  .btnArea_item {
    display: inline-block;
    text-align: center;
    width: 399px; }
    .btnArea_item:first-child {
      margin-right: 30px; }
    .btnArea_item:last-child {
      margin-left: 30px; }
  .form_btn_arrow {
    position: absolute;
    right: 17px;
    top: 50%;
    margin-top: -5px;
    width: 8px;
    height: 12px; }
  .btn {
    position: relative;
    display: block;
    color: #073658;
    border-radius: 8px;
    background-color: #fff;
    border: solid 2px #073658;
    width: 100%;
    height: 54px;
    font-size: 18px;
    line-height: 50px;
    font-weight: 500;
    margin: 0 auto; } 

}

/*---------------------------------

SP

---------------------------------*/
@media screen and (max-width: 766px) {
  .title {
    font-size: 20px;
    color: #073658;
    padding: 34px 20px 32px;
    font-weight: normal; }
  .subtitle {
    border-bottom: 1px solid #b3c2cd;
    font-size: 18px;
    color: #073658;
    font-weight: normal;
    padding-bottom: 15px;
    margin-bottom: 45px; }
  .tab {
    margin: 0 11px 7px;
    overflow: hidden; }
  .tab_item {
    width: 50%;
    padding: 0 9px 16px;
    float: left; }
    .tab_item a {
    display: table-cell;
    vertical-align: middle;
    width: 1000px;
    height: 60px;
    border-radius: 6px;
    background-color: #f7f7f7;
    border: solid 1px rgba(7, 54, 88, 0.2);
    font-size: 14px;
    color: #073658;
    padding: 8px 8px;
    font-weight: 500;
    text-align: center;}
    .tab_item.is_active a {
      background-color: #073658;
      border: solid 1px #073658;
      color: #fff; }
  .section_box {
    margin-left: 28px; }
    .contents.is_disabled {
      display: none; }
    .contents.is_optout .section_title, .contents.is_ads .section_title {
      font-size: 16px;
      margin-bottom: 15px; }
    .contents.is_optout .section_list, .contents.is_ads .section_list {
      margin-top: -35px;
      margin-bottom: 20px; }
  .gMap {
    height: 326px;
    margin: 0 -20px; }
  .gMap {
    margin-bottom: 10px; }
  .map_link {
    text-align: right;
    font-size: 14px; }
    .map_link a {
      color: #073658; }
  .map_linkicon {
    font-size: 11px;
    display: inline-block;
    margin-left: 8px; }
  .map_arrow {
    font-size: 10px;
    display: inline-block;
    margin-left: 14px; }
  .table {
    width: 100%;
    display: table;
    border-top: 1px solid #cad4dc;
    padding-bottom: 70px; }
  .table_row {
    display: table-row; }
  .table_title {
    vertical-align: top;
    display: table-cell;
    font-size: 14px;
    color: #073658;
    padding: 18px 10px 22px 0;
    border-bottom: 1px solid #cad4dc;
    min-width: 6em; }
  .table_text {
    vertical-align: top;
    display: table-cell;
    padding: 19px 0 18px 0;
    border-bottom: 1px solid #cad4dc;
    font-size: 14px;
    line-height: 1.57;
    color: #073658; }
  .table2 {
    margin-bottom: 50px;
    color: #073658;
    font-size: 14px;
    border: 1px solid #B3C2CD; }
    .table2 thead {
      background-color: #f7f7f7; }
    .table2 th {
      text-align: center; }
    .table2 th, .table2 td {
      vertical-align: top;
      padding: 9px 12px;
      border: 1px solid #B3C2CD; }
  .ancTab {
    overflow: hidden;
    margin-bottom: 50px; }
  .ancTab-item {
    width: 100%; }
    .ancTab-item a {
      display: block;
      border-radius: 8px;
      background-color: #fff;
      border: solid 1px #d3d3d3;
      font-size: 18px;
      color: #073658;
      text-align: center;
      padding: 13px 20px;
      margin-bottom: 20px; }
  .ancTab-arrow {
    margin-left: 13px; }
    .ancTab-arrow:before {
      font-size: 12px;
      color: #073658; }
  .btnArea_item {
    text-align: center;
    margin-bottom: 20px; }
  .btn_arrow {
    position: absolute;
    right: 17px;
    top: 50%;
    margin-top: -5px;
    width: 8px;
    height: 12px; }
  .btn {
    position: relative;
    display: block;
    text-align: center;
    color: #073658;
    border-radius: 8px;
    background-color: #fff;
    border: solid 2px #073658;
    margin: 0 20px;
    height: 58px;
    font-size: 18px;
    line-height: 1;
    padding: 20px 0 18px; }
    .btn em {
      font-style: normal;
      font-weight: 500; }
  #en .title {
    font-size: 26px; } 

 /* shimaya追加 */


.tab{
  padding-top: 20px;
}

.section h3{
  margin-bottom: 12px;
}

.section h4{
  margin-bottom: 8px;
}

.section p{
  padding-bottom: 48px;
}

.section_list{
  margin-left: 32px;
}

.section_list_item {
  padding-left: 10px;
  margin-bottom: 10px;
  position: relative;
  font-size: 14px;
}
.section_list_item:before {
  content: "";
  border-radius: 2px;
  display: block;
  width: 4px;
  height: 4px;
  background-color: #073658;
  position: absolute;
  top: 0.6em;
  left: 0;
}

.section_list_item:last-child{
  margin-bottom: 24px;
}

.is_right{
  text-align: right;
}

.section_subtitle {
  font-size: 16px;
  text-align: left;
  margin-bottom: 8px; 
}

.section_box p{
  font-size: 14px;
}

.btnArea{
  margin-bottom: 60px;
}

.map{
  padding-bottom: 30px;
}



  }




