@charset "utf-8";


/* ■使用方法 */
/* WEBフォントを利用する箇所に対し、CSSでフォントファミリーを指定します。 */
/* 例えば、今回h1ページタイトルは「見出ゴMB31」を利用しています。 */
/* h1 { */
/* font-family: 見出ゴMB31,Midashi Go MB31; */
/* } */
/* 上記のように記述するだけでOKです。 */

/* ■フォント名 */
/* 今回利用するWEBフォントのフォント名を記載しておきます。 */
/* ＜トップ各コンテンツタイトル/下層h1ページタイトル＞ */
/* 見出ゴMB31 */
/* Midashi Go MB31 */

/* ＜グロナビ＞ */
/* 新ゴ M */
/* Shin Go Medium */

/* ＜h2/h3/h4タイトル＞ */
/* 新ゴ M */
/* Shin Go Medium */

/* ＜ボタン/ページネーション/BackGroundパターンタイトル/囲みパターンタイトル/関連コンテンツタイトル/関連コンテンツバナー＞ */
/* 新ゴ M */
/* Shin Go Medium */

/* ＜お問合せバナー＞ */
/* 見出ゴMB31 */
/* Midashi Go MB31 */

html {
  height: 100%;
}

body {
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0;
  background-color: #fff;
  width: 100%;
  font-size: 100%;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  color: #333;
  word-wrap: break-word;
}

a {
  text-decoration: none;
  color: #1b7540;
}

a:hover {
  opacity: 0.7;
  text-decoration: none;;
}

.cf:before, .cf:after { content: " "; display: table; }
.cf:after { clear: both; }
.cf { *zoom: 1; }

ul { padding: 0; margin: 0; }
ol { padding: 0; margin: 0; }
ul li { padding: 0 0 1rem; margin: 0; list-style:none; }
ol li { padding: 0 0 1rem; margin: 0;}
img { border: none; vertical-align: top;}
* { box-sizing: border-box; }

h1, h2, h3, h4, h5, h6, h7 {
  margin: 0;
}

/* ------------------------------------- */
/*   Header
/* ------------------------------------- */
.header {
  width: 100%;
  border-bottom: 1px solid #e1e0e0;
  background-color: #fff;
  z-index: 99;
  text-align: center;
  height: 92px;
  top: 0;
  /*position: absolute;*/
}
.header.fixed {
  position: fixed;
  height: 56px;
  background-color: #fff;
}

header {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

#header_logo {
  position: absolute;
  left: 0;
  top: 25px;
}
.header.fixed #header_logo {
  width: 256px;
  top: 10px;
}

.header_navi {
  /**width: 580px;**/
  width: 850px;
  height: 92px;
  position: absolute;
  right: 0;
}
.header_navi li {
  float: left;
  text-align: left;
}
.header_navi li a {
  color: #000;
  font-size: 0.8rem;
}
.header_navi ul li:nth-child(1) {
  width: 152px;
  height: 32px;
  padding-top: 2px;
}
.header_navi ul li:nth-child(2) {
  width: 90px;
  height: 32px;
  padding-top: 2px;
 display: none;
}
.header_navi ul li:nth-child(3) {
  width: 67px;
  height: 32px;
  padding-top: 2px;
}
.header_navi ul li:nth-child(4) {
  /**width: 81px;**/
  width: 70px;
  height: 32px;
  padding-top: 2px;
  text-align: center;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.header_navi ul li:nth-child(5) {
  /**width: 81px;**/
  width: 50px;
  height: 32px;
  padding-top: 2px;
  text-align: center;
  /*border-left: 1px solid #fff;*/
  border-right: 1px solid #fff;
}

.header_navi ul li:nth-child(6) {
  width: 250px;
  height: 32px;
  padding-top: 4px;
  padding-left: 26px;
}

.header_navi ul li:nth-child(6) form.gsc-search-box{
    border: 1px solid #aaa;
}

.header_navi ul li:nth-child(7) {
  margin-top: 13px;
  /* padding-top: 7px; */
  /*padding-left: 206px;*/
  padding-left: 120px;
  /*width: 450px;*/
  width: 355px;
  height: 35px;
}
.header_navi ul li:nth-child(8) {
  margin-top: 13px;
  width: 120px;
  height: 35px;
  text-align: center;
}

/* 問い合わせ */
.header_navi ul li:nth-child(8) {
  margin-top: 13px;
  width: 130px;
  height: 35px;
  text-align: center;
}
.header_navi ul li:nth-child(8) a {
  width: 130px;
  height: 35px;
  border: 2px solid #f99810;
  background-color: #f99810;
 color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: '新ゴ M', 'Shin Go Medium';
  
}
.header_navi ul li:nth-child(8) a:hover {
  width: 130px;
  height: 35px;
  color: #f99810;
  background-color: #fff;
  text-decoration: none;
  opacity: 1;
}

/* 調査員登録　20171019 追加 start*/
.header_navi ul li:nth-child(9) {
  margin-top: 13px;
  width: 130px;
  height: 35px;
  text-align: center;
}
.header_navi ul li:nth-child(9) a {
  width: 130px;
  height: 35px;
  border: 2px solid #a07cfd;
  background-color: #a07cfd;
 color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: '新ゴ M', 'Shin Go Medium';
  
  margin-left: 5px;
}
.header_navi ul li:nth-child(9) a:hover {
  width: 130px;
  height: 35px;
  color: #a07cfd;
  background-color: #fff;
  text-decoration: none;
  opacity: 1;
}
/* 調査員登録　20171019追加 end */

/* 訪日外国人調査員用　20190411 追加 start*/
.header_navi ul li:nth-child(10) {
  margin-top: 13px;
  width: 140px;
  height: 35px;
  text-align: center;
  margin-left: 10px;
}
.header_navi ul li:nth-child(10) a {
  width: 140px;
  height: 35px;
  border: 2px solid #7cdda0;
  background-color: #7cdda0;
 color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: '新ゴ M', 'Shin Go Medium';
  
  /*margin-left: 5px;*/
}
.header_navi ul li:nth-child(10) a:hover {
  width: 140px;
  height: 35px;
  color: #7cdda0;
  background-color: #fff;
  text-decoration: none;
  opacity: 1;
}
/* 訪日外国人調査員用　20190411 end */


.contact_btn img {
  margin-right: 5px;
}
.contact_btn img:nth-of-type(1){
  display: inline;
}
.contact_btn img:nth-of-type(2){
  display: none;
}
.contact_btn:hover img:nth-of-type(1){
  display: none;
}
.contact_btn:hover img:nth-of-type(2){
  display: inline;
}


.header.fixed .header_navi ul li {
  display: none;
}


/** 20170922 **/
.header.fixed .header_navi ul li:nth-child(5) {
  /*background-color: #848484;*/
  background-color: white;
  padding-top: 0;
  width: 112px;
  height: 35px;
  float: right;
  display: block;
  margin-top: 10px;
  margin-left: 15px;
}
.header.fixed .header_navi ul li:nth-child(5) a {
  background-color: #848484;
  width: 112px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: '新ゴ M', 'Shin Go Medium';
 color: #fff;
}
.header.fixed .header_navi ul li:nth-child(5) a:hover {
  background-color: #fff;;
  border: 2px solid #848484;
  color: #848484;
  opacity: 1;
}

/** 20170922 **/
.header.fixed .header_navi ul li:nth-child(4) {
  /*background-color: #848484;*/
  background-color: white;
  padding-top: 0;
  width: 112px;
  height: 35px;
  float: right;
  display: block;
  margin-top: 10px;
  margin-left: 15px;
}
.header.fixed .header_navi ul li:nth-child(4) a {
  background-color: #848484;
  width: 112px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: '新ゴ M', 'Shin Go Medium';
 color: #fff;
}
.header.fixed .header_navi ul li:nth-child(4) a:hover {
  background-color: #fff;;
  border: 2px solid #848484;
  color: #848484;
  opacity: 1;
}

.header.fixed .header_navi ul li:nth-child(8) {
  margin-top: 10px;
  display: block;
  float: right;
}

.header.fixed .header_navi ul li:nth-child(9) {
  margin-top: 10px;
  margin-right: 20px;
  display: block;
  float: right;
}

.open_time {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 0.7rem;
  color: #000;
}
.header_sp {
  display: none;
}
.header_sp_fixed {
  display: none;
}
.free_phone, .tel{cursor: default;
pointer-events: none;
  color: #333333;
}
@media (max-width: 1199px) {
  header {
    width: 100%;
    padding: 0 5%;
  }
  .header {
    padding: 0 2.5%;
  }
}

@media (max-width: 767px) {
  .header {
    padding: 0;
  }
  .header #header_logo {
    top: 14px;
    left: 5%;
    max-width: 154px;
    width: 51%;
  }
  .header.fixed #header_logo {
    top: 14px;
    left: 5%;
    width: 51%;
  }
  .header {
    height: 50px;
     background-color: #c7c7c7; 
  }
  .header.fixed {
    height: 50px;
    /* background-color: #fff; */
  }
  .header_navi {
    display: none;
  }
  .header_sp {
    display: block;
    position: absolute;
    right: 0;
    width: 135px;
    height: 50px;
  }
  .header.fixed .header_sp {
    display: none;
  }
  .menu_btn {
    position: absolute;
    right: 13px;
    top: 16px;
    width: 23px;
  }
  .sp_icon01 {
    position: absolute;
    right: 100px;
    top: 17px;
  width: 20px;
  }
  .sp_icon02 {
    position: absolute;
    right: 61px;
    top: 16px;
    width: 18px;
  }
  .menu_close_btn {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    width: 44px;
    height: 100%;
  }
  .header .header_sp_fixed {
    display: none;
  }
  .header.fixed .header_sp_fixed {
    display: block;
    position: absolute;
    right: 0;
    width: 135px;
    height: 50px;
  }
  .mail_sp {
    position: absolute;
    right: 61px;
    top: 16px;
  }
  .line01 {
    position: absolute;
    top: 10px;
    right: 90px;
    width: 1px;
    height: 30px;
  }
  .line02 {
    position: absolute;
    top: 10px;
    right: 50px;
        width: 1px;
    height: 30px;
  }
  .free_phone, .tel{cursor: pointer;
pointer-events: auto;
}
}

/* ------------------------------------- */
/*   googleカスタム検索
/* ------------------------------------- */
input.gsc-search-button-v2, input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
  width: 26px !important;
  height: 26px !important;
  min-width: 26px !important;
  min-height: 26px !important;
  padding: 0 !important;
  margin: 0 !important;
  padding: 4px !important;
  border-radius: 0 !important;
  background-color: #848484 !important;
}

.cse .gsc-control-cse, .gsc-control-cse {
  padding: 0 !important;
  border: none !important;
}

input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
  border: none !important;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
  padding: 0 !important;
  margin: 0 !important;
  vertical-align: top;
}

form.gsc-search-box {
  margin: 0 !important;
  margin-bottom: 0 !important;
  height: 26px;
  overflow: hidden;
}

.gsc-input-box {
  width: 137px !important;
  height: 25px !important;
}

table.gsc-search-box {
  margin: 0 !important;
  height: 26px !important;
}

table.gsc-search-box td {
  height: 26px !important;
  border-collapse: collapse !important;
}
.gsib_a {
  padding: 0 !important;
}

input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
  border: none !important;
}
p
.gsc-search-box-tools .gsc-search-box .gsc-input {
  padding: 0 !important;
  margin: 0 !important;
  vertical-align: top;
}

.gsc-results-wrapper-visible {
  z-index: 999;
}


.sp_search input.gsc-search-button-v2, .sp_search input.gsc-search-button, .sp_search input.gsc-search-button:hover, .sp_search input.gsc-search-button:focus {
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  min-height: 40px !important;
  padding: 0 !important;
  margin: 0 !important;
  padding: 4px !important;
  border-radius: 0 !important;
  background-color: #848484 !important;
}
.sp_search .gsc-input-box {
  width: 250px !important;
  height: 40px !important;
}
.sp_search form.gsc-search-box {
  height: 40px;
}

.sp_search input.gsc-input{
  font-size: 22px;
}
.sp_search .gsc-search-box-tools .gsc-search-box .gsc-input {
  padding: 0 !important;
  margin: 8px 0 !important;
  vertical-align: top;
}



/* ------------------------------------- */
/*   グローバルナビ
/* ------------------------------------- */
.g_navi {
  width: 100%;
  background-color: #2baa5d;
  top: 92px;
  z-index: 99;
}
.g_navi.fixed {
  position: fixed;
  top: 56px;
  z-index: 99;
}
.g_navi ul {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
}
.g_navi.fixed ul a {

}
.g_navi ul li {
  width: 150px;
  height: 48px;
  display: block;
  margin: 0 1px;
}
.g_navi ul a {
  color: #fff;
  font-family: '新ゴ M', 'Shin Go Medium';
  width: 150px;
  height: 48px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 0.9rem;
  font-weight: bold;
}
.g_navi ul a:hover {
 /*color: #2baa5d;*/
 background: rgba(255,255,255,0.2);
 padding-top: 3px;
 text-decoration: none;
 opacity: 1;
}
.g_navi ul a.active {
  border-bottom: 3px solid #adddbf;
  padding-top: 3px;
}

/* ------------------------------------- */
/*   グローバルナビ　プルダウン
/* ------------------------------------- */

.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

.menu__second-level p{
 margin: 0;
}

.menu__second-level a{
 padding: 0 20px;
}

.menu__second-level a:hover {
}

.menu__mega{
 position: relative;
}

.menu__mega .menu__second-level {
 position: absolute;
 top: 40px;    
 box-sizing: border-box;
 background: #037341;
 -webkit-transition: all .2s ease;
 transition: all .2s ease;
 text-align: left;
 z-index: 999;
}

.menu__mega .menu__second-level a{
 width: 245px; 
 text-align: left;
 justify-content: left;
}

@media all and (-ms-high-contrast: none) {
  /* IE */
 .menu__mega .menu__second-level a{
  justify-content: flex-start;
 }
}

.menu__mega:hover .menu__second-level {
  top: 50px;
  visibility: visible;
  opacity: 1;
}

.menu__mega .menu__second-level > li {
    border: none;
}

@media (max-width: 767px) { 
 .menu__mega .menu__second-level{
  display: none;
 }
 
 .g_navi ul a:hover {
  background: none;
}
 
}

@media (max-width: 1199px) {
  .g_navi ul {
    width: 100%;
  }
  .g_navi ul a {
    width: 100%;
    font-size: 0.8rem;
  }
  .g_navi ul li {
    width: 12.5%;
  }
}
.search_overlay {
  display: none;
  z-index: 99;
}

.g_navi ul li.sp_only {
  display: none;
}


@media (max-width: 767px) {
 
 .g_navi {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
}
  .g_navi ul li.sp_only {
    display: block;
  }
  .g_navi {
    display: none;
    z-index: 99;
    top: 50px;
  }
  .g_navi.fixed {
    position: fixed;
    top: 50px;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .g_navi.fixed ul a {
    color: #fff;
  }
  .g_navi ul{
    flex-wrap: wrap;
  }
  .g_navi ul li{
    width: 50%;
    margin: 0;
    padding-left: 5%;
    border-bottom: 1px solid #fff;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .g_navi ul li a {
    justify-content: flex-start;
  }
  .g_navi ul li a:hover {
    border: none;
  }
  .g_navi ul li a.active {
    border: none;
  }
  .g_navi ul li:nth-child(odd) {
    width: 50%;
    margin: 0;
    border-right: 1px solid #fff;
  }
  .g_navi ul li:nth-child(9) {
    background-color: rgba(50, 50, 50, 0.6);
  }
  .g_navi ul li:nth-child(10) {
    background-color: rgba(50, 50, 50, 0.6);
  }
  .g_navi ul li:nth-child(11) {
    background-color: rgba(50, 50, 50, 0.6);
  }
  .g_navi ul li:nth-child(12) {
    background-color: rgba(50, 50, 50, 0.6);
  }
  .g_navi ul li:nth-child(13) {
    width: 100%;
    justify-content: center;
    background-color: rgba(50, 50, 50, 0.6);
    height: 70px;
    border-right: none;
    padding: 0;
  }
  .g_navi ul li:nth-child(13) a {
    width: 90%;
    height: 40px;
    background-color: #EBEBEB;
    margin-top: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #000;
    margin: 15px auto;
  }
 .g_navi ul li:nth-child(14),
 .g_navi ul li:nth-child(15){
    width: 100%;
    justify-content: center;
    background-color: rgba(50, 50, 50, 0.6);
    height: 70px;
    border-right: none;
    padding: 0;
  }
 .g_navi ul li:nth-child(14) a,
 .g_navi ul li:nth-child(15) a{
    width: 90%;
    height: 40px;
    background-color: #EBEBEB;
    margin-top: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #000;
    margin: 15px auto;
  }
  .g_navi ul li:nth-child(16) {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0;
  }
  .g_navi ul li:nth-child(16) > * {
    margin: 0 5px;
  }
  .search_overlay {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    position: fixed;
    top: 50px;
    text-align: center;
  }
  
  .sp_search {
    margin: 120px auto 0;
    width: 290px;
    height: 40px;
  }
  .sp_search_close {
    margin-top: 50px;
  }
}

.bottom_link {
  background-color: #ebebeb;
}
.bottom_link .bottom_link_box:nth-of-type(2) {
  border-top: 1px solid #c7c7c7;
}
.bottom_link .bottom_link_box:nth-of-type(1) img {
  /*margin-right: 16px;*/
}

.bottom_link_box {
  width: 1200px;
  height: 105px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding: 0 30px;
}
.bottom_link_box span {
  margin-right: 28px;
  font-size: 0.8rem;
}
.bottom_link_box span b {
  font-size: 1rem;
  margin-right: 10px;
}
.bottom_link_box span br {
  display: none;
}

.bottom_contact {
  width: 140px;
  height: 40px;
  border: 2px solid #f99810;
  background-color: #f99810;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: 見出ゴMB31, Midashi Go MB31;
  color: #fff;
  font-size: 0.875rem;
  position: absolute;
  margin-top: -20px;
  top: 50%;
  right: 30px;
}
.bottom_contact:hover {
  color: #f99810;
  background-color: #fff;
  text-decoration: none;
  opacity: 1;
}

@media (max-width: 1199px) {
  .bottom_link_box {
    width: 100%;
  }
}

@media (max-width: 1023px) {
  .bottom_link_box span br {
    display: inline;
  }
  .bottom_link_box span {
    margin-right: 10px;
  }
  #bottom_tel {
    width: 230px;
  }
}

@media (max-width: 767px) {
  #bottom_tel {
    width: auto;
  }
  .bottom_link_box {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    padding: 0;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .bottom_link .bottom_link_box:nth-of-type(1) img {
    margin-right: 0;
    max-width: 100%;
  }
  #bottom_logo {
    width: 73.4375%;
    margin: 4% 0;
    margin-right: 10px;
  }
  #iso_logo {
    /*width: 56.875%;*/
  }
  .bottom_link_box span {
    margin-right: 0;
    font-size: 0.7rem;
    margin-bottom: 10px;
  }
  .bottom_link_box span b {
    margin-right: 0;
    font-size: 1rem;
    line-height: 1.9;
  }
  .bottom_contact {
    margin-top: 16px;
    position: relative;
    width: 90%;
    right: 0;
  }
  .bottom_link .bottom_link_box:nth-of-type(2) > img {
    width: 75%;
  }
}



/* ------------------------------------- */
/*   フッター
/* ------------------------------------- */
.footer {
  padding-top: 43px;
  overflow: hidden;
  background-color: #464646;
}
footer {
  color: #fff;
  width: 1200px;
  margin: 0 auto;
}

/* ------------------------------------- */
/*   ボトムナビ
/* ------------------------------------- */
.bottom_navi {
  padding-left: 30px;
  overflow: hidden;
  line-height: 2;
}
.bottom_navi a {
  color: #fff;
  font-size: 0.875rem;
  /* font-weight: 400; */
  line-height: 2;
  vertical-align: text-top;
}
.bottom_navi > * {
  float: left;
}
.bottom_navi > ul > li {
  margin-top: 0.7rem;
  padding-bottom: 0;
}
.bottom_navi > ul > li:first-child {
  margin-top: 0;
}
.bottom_navi > ul > li > a{
  font-weight: bold;
}
.bottom_navi > ul > li > ul > li {
  padding-bottom: 0;
}
.bottom_navi > ul > li > ul > li > a {
  font-size: 0.8rem;
}
.bottom_navi > ul > li > a:hover {
  color: #1d7b43;
  text-decoration: underline;
  opacity: 1;
}
.bottom_navi > ul > li > ul > li > a:hover {
  color: #1d7b43;
  text-decoration: underline;
  opacity: 1;
}
.bottom_navi ul:nth-child(2) {
  width: 252px;
}
.bottom_navi ul:nth-child(3) {
  width: 268px;
}
.bottom_navi ul:nth-child(4) {
  width: 344px;
}
.bottom_navi > ul a img {
  margin-top: 0.5rem;
  margin-left: 0.5rem;
}
.copyright {
  margin-top: 43px;
  display: block;
  text-align: center;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 0.7rem;
}
/** security_logo **/
#bottom_logo{margin-right: 16px;}
.security_logo{width: 285px;}
.security_logo ul{display:flex;}
.security_logo ul li img{margin: 0;}
/** security_logo **/

@media (max-width: 1199px) {
  footer {
    width: 100%;
    padding: 0 5%;
  }
  .bottom_navi > ul > li > a {
    width: 100%;
  }
  .bottom_navi ul:nth-child(2) {
    width: 50%;
  }
  .bottom_navi ul:nth-child(3) {
    width: 50%;
    margin-bottom: 30px;
  }
  .bottom_navi ul:nth-child(4) {
    width: 50%;
  }
}
@media (max-width: 767px) {
  footer {
    padding: 0;
  }
  .footer {
    padding-top: 0;
  }
  .bottom_navi {
    padding: 0;
    border-bottom: 1px solid #b1b1b1;
  }
  .bottom_navi ul:nth-child(2) {
    width: 100%;
  }
  .bottom_navi ul:nth-child(3) {
    width: 100%;
    margin-bottom: 0;
  }
  .bottom_navi ul:nth-child(4) {
    width: 100%;
  }
  .bottom_navi > ul > li > a {
    width: 100%;
    height: 100%;
    padding: 0.4rem 4.5%;
    font-size: 0.8rem;
    display: block;
  }
  .bottom_navi > ul > li {
    margin-top: 0;
    width: 100%;
    border-top: 1px solid #b1b1b1;
    height: 40px;
    line-height: 40px;
  clear: both;
  }
  .bottom_navi > ul > li.half {
    width: 50%;
    float: left;
  }
  .bottom_navi > ul > li.half.b_r {
    width: 50%;
    float: left;
    border-right: 1px solid #b1b1b1;
  }
  .bottom_navi > ul > li.half > a {
    padding: 0.6rem 10%;
  }
  .bottom_navi > ul > li > ul {
    width: 100%;
  }
  .bottom_navi > ul > li > ul > li {
    width: 50%;
    border-top: 1px solid #b1b1b1;
    float: left;
    background-color: #626262;
    height: 40px;
    line-height: 40px;
  }
  .bottom_navi > ul > li > ul > li > a {
    width: 100%;
    height: 100%;
    padding: 0.4rem 9%;
    font-size: 0.8rem;
    display: block;
  }
  .bottom_navi > ul > li > ul > li > a.double {
    font-size: 60%;
    padding: 0.85rem 9%;
    padding-left: calc(9% + 0.8rem);
    text-indent: -0.8rem;
    line-height: 1.40;
  }
  .bottom_navi > ul > li > ul > li:nth-child(odd) {
    width: 50%;
    border-right: 1px solid #b1b1b1;
  }
  .bottom_navi > ul > li > ul > li:last-child {
    border-bottom: none;
    border-right: none;
    width: 100%;
  }
  .bottom_navi > ul > li > ul > li:last-child:not(:nth-child(even)) > a {
    padding: 0.6rem 5%;
  }
  .bottom_navi > ul > li > ul > li:nth-child(even) {
    width: 50%;
    padding: 0 2.5%;
  }
  .bottom_navi > ul a img {
    margin-top: 0.3em;
    margin-left: 0.5em;
  }
  .bottom_facebook {
    display: none;
  }
  .copyright {
    margin-top: 0;
    font-size: 0.6rem;
  }
  .btn_facebook {
    width: 90%;
    margin: 5%;
    display: block;
  }
  .btn_facebook img {
    width: 100%;
  }
  .bottom_navi > ul > li > a:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.7;
  }
  .bottom_navi > ul > li > ul > li > a:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.7;
  }

/** security_logo **/
#bottom_logo{margin-right: 0px;}
.security_logo{width: 80%;}
.security_logo ul{justify-content: center;}
/** security_logo **/
	
}



@media (max-width: 374px) {
  .bottom_navi > ul > li > a {
    padding: 0.6rem 4.5%;
  }
  .bottom_navi > ul > li > ul > li > a {
    padding: 0.6rem 9%;
    font-size: 0.8rem;
    display: block;
  }
  .bottom_navi > ul > li > ul > li > a.double {
    padding: 0.3rem 9%;
  }
  .bottom_navi > ul > li > a,
  .bottom_navi > ul > li > ul > li > a,
  .bottom_navi > ul > li > ul > li > a.double {
    font-size: 0.6rem;
  }
  .bottom_navi > ul > li > ul > li > a.double {
    padding: 0.85rem 9%;
    padding-left: calc(9% + 0.8rem);
    text-indent: -0.8rem;
    line-height: 1.40;
    font-size: 52%;
  }
}

/* ------------------------------------- */
/*   共通設定
/* ------------------------------------- */
a.img_link > img:nth-of-type(2) {
  display: none;
}
a.img_link.hover_pc:hover > img:nth-of-type(1) {
  display: none;
}
a.img_link.hover_pc:hover > img:nth-of-type(2) {
  display: block;
  opacity: 1;
}
@media (max-width: 767px) {
  a.img_link.hover_pc:hover > img:nth-of-type(1):not(.pc_only) {
    display: block;
    opacity: 1;
  }
  a.img_link.hover_pc:hover > img:nth-of-type(2) {
    display: none;
    opacity: 1;
  }
}

a.overlay_link > img {
  position: absolute;
  top: 0;
  left: 0;
}
a.overlay_link {
  width: 380px;
  position: relative;
  display: block;
  color: #fff;
}
a.overlay_link:before {
  content:"";
  display: block;
  padding-top: 78.947368421%;
}
.overlay_hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}
.overlay_text{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px 5%;
  font-size: 0.875rem;
  text-align: left;
}
a.overlay_link:hover {
  opacity: 1;
}
a.overlay_link:hover .overlay_hover {
  display: block;
  opacity: 1;
}
a.overlay_link:hover .overlay_text {
  text-decoration: underline;
  opacity: 1;
}


@media (max-width: 1199px) {
  a.overlay_link {
    width: 100%;
    position: relative;
    display: block;
    color: #fff;
  }
  a.overlay_link:before {
    content:"";
    display: block;
    padding-top: 78.947368421%;
  }
  .overlay_text{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 3% 5%;
    font-size: 0.9rem;
    line-height: 1.7;
    text-align: left;
  }
}
@media (max-width: 767px) {
  a.overlay_link:hover .overlay_hover {
    display: none;
  }
}

.pagetop_btn {
  position: fixed;
  right: 10px;
  bottom: 40px;
  opacity: 0;
  transition: 0.5s;
}
.pagetop_btn.active {
  /* display: block; */
  opacity: 1;
  transition: 0.5s;
  cursor: pointer;
}

.pc_only {
  display: block;
}
.sp_only {
  display: none;
}
@media (max-width: 767px) {
  .pc_only {
    display: none;
  }
  .pc_op {
    opacity: 0;
  }
  .card_tab .view_list_box {
    height: auto;
  }
  .sp_only {
    display: block;
  }
}

dl dd b{
  width: 2.2rem;
  font-weight: normal;
    float: left;
  text-align: center;
}
dl dd p{margin-left: 2.2rem;}


/*** 404 ***/
.content-area{margin: 12rem 0 8rem;}
