@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
* {
  box-sizing: border-box;
}

* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: #fff;
  text-decoration: none;
}

a {
  -moz-outline: none;
}
a img {
  border: none;
}

html {
  height: 100%;
  font-size: 62.5%;
}

body {
  color: #262626;
  font-size: 1.5rem;
  line-height: 1.6;
  font-family: Meiryo, Arial, "Hiragino Kaku Gothic Pro W3", sans-serif;
  min-width: 320px;
  background: #fff;
  width: 100%;
  margin: 0;
  padding-top: 90px;
}
@media screen and (max-width: 1024px) {
  body {
      padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 48px;
  }
}
/*-----------------------------------
    header
-----------------------------------*/
header {
  background: rgb(255, 255, 255);
  height: 90px;
  box-shadow: 3px 3px 7px 2px rgba(0, 0, 0, 0.1);
}
header nav {
  width: 1008px;
  margin: 0 auto;
}
header a {
  color: #262626;
}
header ul {
  margin: 0;
  padding: 0;
}
header li {
  list-style: none;
  display: inline-block;
}

@media screen and (max-width: 1024px) {
  header {
    height: 60px;
  }
}
/*-----------------------------------
    footer
-----------------------------------*/
footer a {
  color: #262626;
}
footer p {
  text-align: center;
  color: #a7a7a7;
  margin: 0;
  padding: 24px 0;
}
footer nav {
  background: #ecf5fc;
}
footer nav ul {
  width: 1008px;
  max-width: 100%;
  margin: 0 auto;
  padding: 24px 0;
}
footer nav li {
  display: inline-block;
  list-style: none;
  background: url(../img/arrow.png) no-repeat;
  background-position: 0 50%;
  padding-left: 16px;
  margin-right: 24px;
}
footer nav li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  footer nav {
    background: #ecf5fc;
    padding: 16px;
  }
  footer nav ul {
    width: 100%;
    margin: 0 auto;
    padding: 16px 0;
  }
  footer nav li {
    display: inline-block;
    list-style: none;
    background: url(../img/arrow.png) no-repeat;
    background-position: 0 50%;
    padding-left: 16px;
    margin-right: 24px;
  }
  footer nav li a:hover {
    text-decoration: underline;
  }
}
/*-----------------------------------
    プルダウン
-----------------------------------*/
.menu {
  position: relative;
  width: 100%;
  height: 90px;
  max-width: 1008px;
  font-size: 1.4rem;
}

.menu > li {
  float: left;
  height: 90px;
  line-height: 90px;
}

.menu > li + li {
  margin-left: 23px;
}

.menu > li a {
  display: block;
}

.menu > li a:hover,
.menu > li > span:hover {
  color: #999;
}

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

.menu > li:hover {
  transition: all 0.5s;
}

@media screen and (max-width: 767px) {
  .menu > li + li {
    margin-left: 0;
  }
  .menu > li > span:hover {
    color: #FFF;
  }
}
/* 下矢印 */
.init-bottom:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0 0 15px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg);
}

/* floatクリア */
.menu:before,
.menu:after {
  content: " ";
  display: table;
}

.menu:after {
  clear: both;
}

.menu {
  *zoom: 1;
}

.menu > li.menu__single {
  position: relative;
  cursor: pointer;
}

li.menu__single ul.menu__second-level {
  background: #fff;
  height: 300%;
  border-radius: 5px;
  box-shadow: 3px 3px 7px 2px rgba(0, 0, 0, 0.1);
  margin-top: -13px;
  background: url(../img/arrow_down.png) no-repeat top center #fff;
  background-position: 50% 0%;
}

li.menu__single ul.menu__second-level {
  position: absolute;
  top: 80px;
  left: -22px;
  width: 200px;
  height: 100%;
  background: #fff;
  transition: all 0.2s ease;
}
li.menu__single ul.menu__second-level.large_size {
  width: 270px;
}
li.menu__single ul.menu__second-level a {
  color: #006b8d;
  cursor: pointer;
}
li.menu__single ul.menu__second-level a:hover {
  color: #249dc3;
}

li.menu__single:hover ul.menu__second-level {
  top: 80px;
  visibility: visible;
  opacity: 1;
}

.w185 {
  text-align: center;
}

.sankaku {
  width: 0;
  height: 0;
  border: 40px solid transparent;
  border-bottom: 40px solid #fff;
}

/*-----------------------------------
    コンテンツ上部画像
-----------------------------------*/
.box_top {
  min-height: 560px;
  background: url(../img/main_bg.png) no-repeat;
  background-size: cover;
  margin-bottom: 40px;
}

/*-----------------------------------
    ポータルコンテンツ上部画像無し
-----------------------------------*/
.box_top_portal {
  min-height: 75px;
  background: #fff;
  margin-bottom: 40px;
}

/*-------------------------------------
     スライドショー
----------------------------------------*/
.bg_photo_company {
  height: 100px;
}

.bg_photo {
  min-width: 1008px;
  margin-bottom: 0;
  top: 0;
  position: relative;
}

.bg_photo .slide_top button.slick-prev,
.bg_photo .slide_top button.slick-next {
  display: none !important;
}

.bg_photo img {
  width: 100%;
  height: 544px;
  top: 0;
  z-index: 0;
}

.bg_photo .slide_top .main01 {
  height: 544px;
  background: url(../img/top/main01.jpg) no-repeat center;
  background-size: cover;
}

.bg_photo .slide_top .main02 {
  height: 544px;
  background: url(../img/top/main02.jpg) no-repeat center;
  background-size: cover;
}

.bg_photo .slide_top .main03 {
  height: 544px;
  background: url(../img/top/main03.jpg) no-repeat center;
  background-size: cover;
}

.bg_photo .slide_top .main04 {
  height: 544px;
  background: url(../img/top/main04.jpg) no-repeat center;
  background-size: cover;
}

.bg_photo .slide_top .main05 {
  height: 544px;
  background: url(../img/top/main05.jpg) no-repeat center;
  background-size: cover;
}

.bg_photo .bg_photo_message {
  text-align: center;
  width: 100%;
  padding-top: 230px;
  color: #fff;
  font-size: 26px;
  font-size: 3.2rem;
  position: absolute;
  top: 0;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
}

.bg_photo .bg_photo_message img {
  width: 345px;
  height: inherit;
}

.bg_photo .bg_photo_button {
  text-align: center;
  margin-top: 40px;
  position: absolute;
  bottom: 40px;
  width: 100%;
}

.bg_photo .bg_photo_button a.button {
  width: 320px;
  height: 76px;
  padding-top: 16px;
  color: #fff;
  font-size: 22px;
  font-size: 2.2rem;
  text-decoration: none;
  background: rgba(91, 178, 255, 0.64);
  position: relative;
  z-index: 2;
  color: #fff;
  line-height: 50px;
}

.bg_photo .bg_photo_button .button:hover {
  background-color: #fff;
  border-color: #59b1eb;
  color: #59b1eb;
}

.bg_photo .bg_photo_button .button::before,
.bg_photo .bg_photo_button .button::after {
  top: 0;
  width: 50%;
  height: 100%;
  background: rgba(91, 178, 255, 0.64);
}

.bg_photo .bg_photo_button .button::before {
  right: 0;
}

.bg_photo .bg_photo_button .button::after {
  left: 0;
}

.bg_photo .bg_photo_button .button:hover::before,
.bg_photo .bg_photo_button .button:hover::after {
  width: 0;
  background-color: #59b1eb;
}

.arrow_left::before {
  bottom: 3px;
  left: 3px;
  width: 13px;
  height: 13px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .bg_photo .slide_top .main01,
  .bg_photo .slide_top .main02,
  .bg_photo .slide_top .main03,
  .bg_photo .slide_top .main04,
  .bg_photo .slide_top .main05 {
    background-size: auto 90%;
  }
  .bg_photo {
    min-width: 100%;
    height: 240px;
  }
  .bg_photo img {
    height: 240px;
  }
  .bg_photo .slide_top .main01,
  .bg_photo .slide_top .main02,
  .bg_photo .slide_top .main03,
  .bg_photo .slide_top .main04,
  .bg_photo .slide_top .main05 {
    height: 240px;
  }
  .bg_photo .bg_photo_message {
    padding-top: 88px;
    margin-bottom: 8px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .bg_photo .bg_photo_message img {
    width: 256px;
  }
  .bg_photo .bg_photo_button {
    margin-top: 0;
    bottom: -12px;
  }
  .bg_photo .bg_photo_button a.button {
    width: 230px;
    height: 48px;
    font-size: 16px;
    padding-top: 0;
  }
}
.logo {
  width: 232px;
}
.logo img {
  width: 100%;
  height: 63px;
  margin-top: 10px;
  vertical-align: top;
}

.mb0 {
  margin-bottom: 0;
  height: 100px;
}

/*-----------------------------------
    詳しく見るボタン
-----------------------------------*/
.cont_button {
  display: inline-block;
  width: 144px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
  outline: none;
  background: #3c8ea8;
  border: 1px solid #3c8ea8;
}

.cont_button::before,
.cont_button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}

.cont_button,
.cont_button::before,
.cont_button::after {
  box-sizing: border-box;
  transition: all 0.3s;
}

.cont_button:hover {
  background-color: #fff;
  color: #3c8ea8;
  border: 1px solid #3c8ea8;
}

@media screen and (max-width: 767px) {
  .cont_button {
    display: inline-block;
    width: 100%;
    height: 40px;
    text-align: center;
    text-decoration: none;
    line-height: 40px;
    outline: none;
    background: #3c8ea8;
    border: 1px solid #3c8ea8;
  }
}
/*-----------------------------------
    トップに戻るボタン
-----------------------------------*/
#page_top {
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
}

/*-----------------------------------
    メインコンテンツ
-----------------------------------*/
.box_contents {
  width: 1008px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 80px;
}
.box_contents h1 {
  color: #006b8d;
  font-size: 3.2rem;
  font-weight: bold;
  margin: 0 0 8px 0;
  line-height: 1;
}
.box_contents .txt_main {
  color: #262626;
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 8px 0;
  line-height: 1;
}
.box_contents h2 {
  color: #006b8d;
  font-size: 1.6rem;
  margin: 0 0 16px 0;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .box_contents {
    width: 95%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 80px;
  }
  .box_contents h1 {
    color: #006b8d;
    font-size: 3.2rem;
    font-weight: bold;
    margin: 0 0 8px 0;
    line-height: 1;
  }
  .box_contents .txt_main {
    color: #262626;
    font-size: 2rem;
    font-weight: bold;
    margin: 0 0 8px 0;
    line-height: 1;
  }
  .box_contents h2 {
    color: #006b8d;
    font-size: 1.6rem;
    margin: 0 0 16px 0;
    line-height: 1;
  }
}
.pb40 {
  padding-bottom: 40px;
}

.pt40 {
  padding-top: 40px;
}

/*-----------------------------------
    背景グラデーション
-----------------------------------*/
.bg_grd {
  background: linear-gradient(to bottom, #fff 0, #f6f6f6 150px);
}

/*-----------------------------------
    背景グレー
-----------------------------------*/
.bg_gy {
  background: #f3f3f3;
}

/*-----------------------------------
    グレーテキスト
-----------------------------------*/
.txt_gy {
  color: #9b9b9b;
  font-size: 1.4rem;
  margin: 0 0 8px 0;
}

/*-----------------------------------
	会社概要
-----------------------------------*/
.intro_top {
  padding-bottom: 0;
  margin-bottom: 80px;
}
.intro_top h1 {
  color: #262626;
  text-align: center;
}
.intro_top p {
  font-size: 2rem;
  text-align: left;
  width: 720px;
  margin: 0 auto 24px;
}

.intro01 {
  padding-bottom: 0;
  margin-top: 25px;
  margin-bottom: 80px;
}
.intro01 h1 {
  color: #262626;
  text-align: left;
}
.intro01 p {
  font-size: 2rem;
  text-align: left;
  margin: 0 auto 24px;
}

.intro02 h1 {
  text-align: left;
}
.intro02 p {
  font-size: 2rem;
  color: #006b8d;
  text-align: left;
  margin: 0 auto 40px;
}
.intro02 ul {
  margin: 0 auto;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .intro_top p {
    width: auto;
  }
  .intro01 {
    margin-top: 40px;
  }
  .intro01 h1 {
    color: #262626;
  }
  .intro01 p {
    font-size: 2rem;
    width: 100%;
    text-align: left;
    margin: 0 auto 24px;
  }
  .intro02 p {
    font-size: 2rem;
    color: #006b8d;
    text-align: center;
    margin: 0 auto 40px;
  }
  .intro02 ul {
    width: 100%;
    margin: 0 auto;
    text-align: left;
  }
}
.company {
  margin-top: 25px;
  background: #fff;
}
.company h1,
.company p {
  text-align: left;
  margin: 0;
}
.company h1 {
  color: #262626;
  font-size: 3.2rem;
  margin-bottom: 8px;
}
.company p {
  color: #006b8d;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .company h1,
  .company p {
    text-align: left;
    margin: 0;
  }
  .company h1 {
    color: #262626;
    font-size: 3.2rem;
    margin-bottom: 8px;
  }
  .company p {
    color: #006b8d;
    font-size: 2rem;
  }
}
.about {
  text-align: left;
}
.about h1 {
  display: inline-block;
  margin: 0;
  color: #262626;
  font-size: 3.2rem;
  margin-bottom: 24px;
}
.about table {
  border-collapse: collapse;
}
.about th {
  width: 140px;
}
.about th,
.about td {
  padding: 8px;
  text-align: left;
}
.about tr {
  border-bottom: 1px solid #cecece;
}

@media screen and (max-width: 767px) {
  .about th {
    width: 110px;
  }
}
/*------------------------------------------
	個人情報,Webサイトご利用上の注意点,お問い合わせ
------------------------------------------*/
.policy,
.notice,
.contact {
  margin-top: 25px;
  text-align: left;
}
.policy h1,
.notice h1,
.contact h1 {
  color: #262626;
}
.policy h2,
.notice h2,
.contact h2 {
  font-size: 2.4rem;
  font-weight: normal;
  border-bottom: 1px dotted #006b8d;
}
.policy p,
.notice p,
.contact p {
  margin-bottom: 24px;
}
.policy a,
.notice a,
.contact a {
  color: #006b8d;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .policy,
  .notice,
  .contact {
    margin-top: 40px;
  }
}
/*-----------------------------------
    保険料収納代行サービス
    業務受託サービス
-----------------------------------*/
.box_pcas,
.box_bpos {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.box_pcas section,
.box_bpos section {
  width: calc(50% - 10px);
  background: #fff;
  padding: 24px;
  border-radius: 5px;
  box-shadow: 3px 3px 7px 2px rgba(0, 0, 0, 0.1);
}
.box_pcas section h1,
.box_bpos section h1 {
  font-size: 2rem;
  margin: 0 0 8px 0;
  line-height: 1;
}
.box_pcas section p,
.box_bpos section p {
  margin: 0 0 24px 0;
  line-height: 1;
}
.box_pcas section img,
.box_bpos section img {
  width: 80px;
}

@media screen and (max-width: 767px) {
  .box_pcas,
  .box_bpos {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .box_pcas section,
  .box_bpos section {
    width: 100%;
    background: #fff;
    padding: 8px;
    border-radius: 5px;
    box-shadow: 3px 3px 7px 2px rgba(0, 0, 0, 0.1);
  }
  .box_pcas section h1,
  .box_bpos section h1 {
    font-size: 2rem;
    margin: 0 0 8px 0;
    line-height: 1;
  }
  .box_pcas section p,
  .box_bpos section p {
    display: none;
  }
  .box_pcas section + section,
  .box_bpos section + section {
    margin-top: 10px;
  }
}
/*-----------------------------------
    口座振替サービス
-----------------------------------*/
.box_dds {
  text-align: left;
  padding-top: 40px;
}
.box_dds a {
  color: #006b8d;
  text-decoration: underline;
}
.box_dds section {
  background: #fff;
  padding: 24px;
  border-radius: 5px;
  box-shadow: 3px 3px 7px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
  overflow: hidden;
}
.box_dds section div {
  float: left;
}
.box_dds section div + div {
  width: 720px;
}
.box_dds section h1 {
  font-size: 2rem;
  margin: 0 0 8px 0;
  line-height: 1;
  width: 220px;
}
.box_dds section p {
  margin: 0 0 24px 0;
  line-height: 1;
  width: 220px;
}
.box_dds section ul {
  width: 720px;
  margin: 0 0 16px 0;
}
.box_dds section .box_tbl {
  float: right;
}
.box_dds section table {
  border-collapse: collapse;
  margin-top: 16px;
  margin-bottom: 16px;
  width: 100%;
}
.box_dds section table tr {
  border-bottom: 1px solid #ccc;
}
.box_dds section table td {
  padding: 8px;
}
.box_dds section table .bg_gy {
  background: #eee;
  border-right: 1px solid #ccc;
}
.box_dds section .br_cb {
  clear: both;
}
.box_dds section .caution {
  width: 700px;
}

@media screen and (max-width: 767px) {
  .box_dds {
    text-align: left;
    padding-top: 40px;
  }
  .box_dds a {
    color: #006b8d;
    text-decoration: underline;
  }
  .box_dds section {
    background: #fff;
    padding: 24px;
    border-radius: 5px;
    box-shadow: 3px 3px 7px 2px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
    overflow: hidden;
  }
  .box_dds section div {
    float: none;
  }
  .box_dds section div + div {
    width: auto;
  }
  .box_dds section h1 {
    font-size: 2rem;
    margin: 0 0 8px 0;
    line-height: 1;
    width: 220px;
  }
  .box_dds section p {
    margin: 0 0 24px 0;
    line-height: 1;
    width: 220px;
  }
  .box_dds section ul {
    width: auto;
    margin: 0 0 16px 0;
  }
  .box_dds section .caution {
    width: 100%;
  }
}
/*-----------------------------------
    PDFファイルへのリンク
-----------------------------------*/
.link_pdf {
  background: url(../img/icon_pdf.png) no-repeat;
  background-position: 0 50%;
  padding-left: 30px;
  height: 25px;
  line-height: 2.5;
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 16px;
}

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

	ポータル Web口振受付サービス

-----------------------------------*/
.button {
  width: 144px;
  height: 40px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.button:hover {
  color: #a2a2a6;
  transition: all 0.3s;
}

/*--戻る-------------------------------*/
.back_button {
  display: inline-block;
  width: 144px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
  outline: none;
  background: #d5d5d7;
  border: 1px solid #d5d5d7;
}

.back_button::before,
.back_button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}

.back_button,
.back_button::before,
.back_button::after {
  box-sizing: border-box;
  transition: all 0.3s;
}

.back_button:hover {
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #d5d5d7;
}

/*--中止-------------------------------*/
.stop_button {
  display: inline-block;
  width: 144px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
  outline: none;
  background: #d5d5d7;
  border: 1px solid #d5d5d7;
}

.stop_button::before,
.stop_button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}

.stop_button,
.stop_button::before,
.stop_button::after {
  box-sizing: border-box;
  transition: all 0.3s;
}

.stop_button:hover {
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #d5d5d7;
}

/*--次へ-------------------------------*/
.next_button {
  display: inline-block;
  width: 144px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
  outline: none;
  background: #3c8ea8;
  border: 1px solid #3c8ea8;
}
.next_button .button:hover {
  color: #3c8ea8;
  transition: all 0.3s;
}

.next_button::before,
.next_button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}

.next_button,
.next_button::before,
.next_button::after {
  box-sizing: border-box;
  transition: all 0.3s;
}

.next_button:hover {
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #3c8ea8;
}

.button input[type=submit] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
}

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

	ポータル ボタンエリア

-----------------------------------*/
.box_btn {
  text-align: center;
}

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

	ポータル お申込の皆様

-----------------------------------*/
.notify_customers {
  text-align: left;
}
.notify_customers section {
  margin-bottom: 40px;
}
.notify_customers section h2 {
  font-size: 2rem;
}
.notify_customers section p {
  margin-bottom: 24px;
}

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

	ポータル 収納機関

-----------------------------------*/
.portal_selected ul {
  display: inline-block;
  margin: 24px auto 40px;
  padding: 0;
  text-align: left;
}
.portal_selected li {
  list-style: none;
}

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

	ポータル 銀行一覧

-----------------------------------*/
.bank_list .link_pdf {
  color: #006b8d;
}

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

	ポータル 証券番号入力

-----------------------------------*/
.input_numbers_content {
  margin: 0 auto;
  text-align: left;
  display: inline-block;
}
.input_numbers_content .p_th {
  width: 150px;
  display: inline-block;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .input_numbers_content {
    margin: 0 auto;
    text-align: left;
    display: inline-block;
  }
  .input_numbers_content .p_th {
    width: 100%;
    display: inline-block;
    text-align: left;
    font-weight: bold;
  }
  .input_numbers_content .koron {
    display: none;
  }
}
/*-----------------------------------

	ハンバーガーメニュー

-----------------------------------*/
.inner {
  width: 1008px;
  margin: 0 auto;
  max-width: 100%;
}

.inner:after {
  content: "";
  clear: both;
  display: block;
}

/* header */
#top-head {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 90px 0 0;
  line-height: 1;
  z-index: 999;
}

#top-head a,
#top-head {
  text-decoration: none;
}

#top-head a {
  height: 100%;
}

#top-head .inner {
  position: relative;
}

#global-nav ul {
  list-style: none;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 14px;
}

/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 14px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
}

#nav-toggle div {
  position: relative;
}

#nav-toggle span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #666;
  left: 0;
  transition: 0.35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 0;
}

#nav-toggle span:nth-child(2) {
  top: 11px;
}

#nav-toggle span:nth-child(3) {
  top: 22px;
}

.mbl_logo {
  display: none;
}

@media screen and (max-width: 1024px) {
  .bk_bg {
    width: 100%;
    display: block;
    color: #fff;
    padding: 18px 0;
    background: #333;
    font-weight: bold;
  }
  header li {
    display: block;
  }
  ul.menu__second-level a {
    color: #fc0;
  }
  .menu > li {
    float: left;
    height: auto;
    line-height: 1;
    margin-right: 10px;
    background: #fff;
    width: 100%;
  }
  .menu > li.menu__single {
    position: relative;
  }
  ul.menu__second-level {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    background: #000;
  }
  li.menu__single ul.menu__second-level {
    position: absolute;
    width: 100%;
    background: #fff;
  }
  li.menu__single ul.menu__second-level a {
    color: #006b8d;
    font-weight: normal !important;
    cursor: pointer;
  }
  li.menu__single:hover ul.menu__second-level {
    top: 80px;
    visibility: visible;
    opacity: 1;
  }
  .w185 {
    width: 100%;
    background: #000;
    text-align: center;
  }
  .logo {
    display: none;
  }
  .mbl_logo {
    display: block;
    margin-top: 0;
  }
  .mbl_logo img {
    width: 190px;
    height: auto;
    margin-top: 0;
  }
  #top-head,
  .inner {
    width: 100%;
    padding: 0;
  }
  /* Fixed reset */
  #top-head.fixed {
    padding-top: 0;
    background: transparent;
  }
  #mobile-head {
    background: #fff;
    width: 100%;
    height: 60px;
    z-index: 9999;
    position: relative;
  }
  #top-head.fixed .logo,
  #top-head .logo {
    position: absolute;
    left: 13px;
    top: 13px;
    color: #333;
    font-size: 26px;
  }
  #global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -515px;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    transition: 0.5s ease-in-out;
  }
  #global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 14px;
  }
  #global-nav ul li {
    float: none;
    position: static;
  }
  #top-head #global-nav ul li a,
  #top-head.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    color: #fff;
    padding: 18px 0;
    background: #333;
    font-weight: bold;
  }
  #nav-toggle {
    display: block;
    margin-top: 4px;
  }
  /* #nav-toggle 切り替えアニメーション */
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    transform: rotate(-315deg);
  }
  /* #global-nav スライドアニメーション */
  .open #global-nav {
    /* #global-nav top + #mobile-head height */
    transform: translateY(565px);
  }
}
@media screen and (max-width: 1024px) {

  
}
/*-----------------------------------

	トップページアコーディオン

-----------------------------------*/
.accordion-box {
  position: relative;
}

.accordion-box label {
  height: 140px;
  /* グラデーションの高さ */
  cursor: pointer;
  text-align: center;
  font-size: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  /* 以下グラデーションは「背景が白」に併せて設定しています */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
}

.accordion-box input:checked + label {
  background: inherit;
  /* 開いた時には背景グラデーションを消す */
}

.accordion-box label:after {
  content: "続きをよむ";
  /* ラベルの文字 */
  letter-spacing: 0.05em;
  line-height: 24px;
  bottom: 20px;
  left: 50%;
  color: #fff;
  width: 18.75rem;
  border-radius: 20px;
  background: #000;
  display: block;
  text-align: center;
  vertical-align: text-bottom;
  margin: 80px auto 0 auto;
  height: 24px;
  padding-top: 3px;
}

.accordion-box label:before {
  font-weight: 700;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-140px, 0);
  background-color: #fff;
  z-index: 1;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  line-height: 20px;
}

.accordion-box input {
  display: none;
}

.accordion-box .accordion-container {
  overflow: hidden;
  height: 200px;
  /* 開く前に見えている部分の高さ */
  transition: all 0.1s;
}

.accordion-box input:checked + label {
  /* display: none ; 閉じるボタンは要らないとき */
}

.accordion-box input:checked + label:after {
  content: "閉じる";
}

.accordion-box input:checked ~ .accordion-container {
  height: auto;
  padding-bottom: 80px;
  /* 閉じるボタンのbottomからの位置 */
  transition: all 0.1s;
}

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

	common

-----------------------------------*/
:disabled + label {
  color: #d5d5d7;
}

.annotation {
  margin-left: 1em;
  font-size: 13px;
}

.txt-l {
  text-align: left !important;
}

#top-head {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

li.h200 {
  height: 200%;
}

.bnr_box{
  margin: 24px 0 0;
}
.sangyoui_bnr_box figure,
.bnr_box figure {
  width: 720px;
  max-width: 100%;
  margin: auto;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.078);
}
.sangyoui_bnr_box figure img,
.bnr_box figure img {
  vertical-align: top;
  transition: 0.2s;
}
.sangyoui_bnr_box figure a:hover img,
.bnr_box figure a:hover img {
  opacity: 0.8;
  transition: 0.2s;
}

@media screen and (max-width: 1040px) {
  .menu > li + li {
    margin-left: 26px;
  }
  li.menu__single ul.menu__second-level {
    left: -15px;
    width: 180px;
  }
}
@media screen and (max-width: 1007px) {
  .box_contents {
    max-width: 100%;
  }
  .bg_photo {
    min-width: auto;
  }
}
@media (max-width: 960px) {
  .logo {
    width: 29%;
  }
  .logo img {
    margin-top: 0;
    height: auto;
  }
  .menu > li + li {
    margin-left: 2%;
  }
  footer nav {
    padding: 16px;
  }
}
@media (max-width: 880px) {
  #global-nav ul {
    font-size: 13px;
  }
  .menu > li + li {
    margin-left: 2%;
  }
  .logo {
    width: 28%;
  }
}
@media (max-width: 800px) {
  .menu > li + li {
    margin-left: 1.6%;
  }
}
@media (max-width: 1024px) {
  li.menu__single ul.menu__second-level {
    width: 100%;
  }
  li.menu__single ul.menu__second-level.large_size {
    width: 100%;
  }
  li.h200 {
    height: auto;
  }
}
@media (max-width: 767px) {
  li.menu__single ul.menu__second-level {
    width: 100%;
  }
  li.h200 {
    height: auto;
  }
}/*# sourceMappingURL=base.css.map */