@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
/* 

start

*/
html {
  -webkit-text-size-adjust: none;
  background: #fff;
  color: #333;
  font-size: 16px;
}
body {
  line-height: 2;
  font: 1rem/2 'Noto Sans JP', 游ゴシック, Yu Gothic, メイリオ, Meiryo, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
}
sup {
  vertical-align: super;
  font-size: smaller;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media (min-width: 960px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/*
ヘッダースタイル
*/
header {
  color: #FFF;
  position: relative;
  border-bottom: 1px solid #ccc;
  height: 91px;
  box-sizing: border-box;
  padding: 23px 0 0 0;
}
@media (max-width: 767px) {
  header {
    padding: 16px 0 0 0;
    height: 70px;
  }
}
.header_logo {
  width: 168px;
  margin: 0 auto;
}
.header_logo h1 {
  margin: 0 10px 0 0;
}
@media (max-width: 767px) {
  .header_logo {
    width: 155px;
  }
}
.header_contact {
  background: #003983;
  position: absolute;
  width: 220px;
  height: 90px;
  right: 0;
  top: 0;
  display: table;
}
@media (max-width: 959px) and (min-width: 768px) {
  .header_contact {
    width: 90px;
  }
}
@media (max-width: 767px) {
  .header_contact {
    width: 70px;
    height: 70px;
  }
}
.header_contact .header_contact_inner {
  position: relative;
}
@media (max-width: 959px) {
  .header_contact .header_contact_inner {
    width: 100%;
    height: 100%;
  }
}
.header_contact_icon {
  display: block;
  width: 38px;
  height: 38px;
  background: url("../img/icon-tel.png") no-repeat;
  background-position: top left;
  background-size: 38px;
  position: absolute;
  top: 25px;
  left: 19px;
}
.header_contact_icon a {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 959px) {
  .header_contact_icon {
    top: 0;
    left: 0;
    margin: auto;
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .header_contact_icon {
    width: 32px;
    height: 32px;
    background-size: 32px;
  }
}
.header_contact_info {
  display: block;
  position: absolute;
  top: 25px;
  left: 67px;
  line-height: 1;
}
.header_contact_number {
  margin: 0 0 3px 0;
}
.header_contact_number a {
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  font-size: 1.25rem;
}
.header_contact_time {
  font-size: 0.875rem;
}
/* tab以下 */
@media (max-width: 959px) {
  .header_contact_number, .header_contact_info {
    display: none;
  }
}
/*
フッタースタイル
*/
footer {
  background: #003983;
}
footer p {
  position: relative;
  text-align: center;
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  footer p {
    padding: 0 15px;
  }
}
footer p:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 16px;
}
@media (max-width: 767px) {
  footer p:before {
    top: 13px;
  }
}
footer p span {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 400;
  display: inline-block;
  background: #003983;
  padding: 0 30px;
  position: relative;
  z-index: 2;
  line-height: 1.5;
}
@media (max-width: 767px) {
  footer p span {
    padding: 0 10px;
  }
}
footer .footer_inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 28px 0;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  footer .footer_inner {
    padding: 28px 10px;
  }
}
@media (min-width: 960px) {
  footer .footer_inner .btn-pagetop {
    position: absolute;
    top: 24px;
    right: 8px;
  }
}
@media (max-width: 959px) {
  footer .footer_inner .btn-pagetop {
    width: 70px;
    text-align: center;
    margin: 30px auto 0;
  }
}
footer .footer_inner .btn-pagetop a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/arrow-top.png) no-repeat;
  background-size: 33px;
  background-position: center top;
  padding: 15px 0 0 0;
  color: #fff;
  text-decoration: none;
  font-size: 0.875rem;
}
/*
大枠スタイル
*/
.wrap {
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 1200px) {
  .wrap {
    max-width: 1200px;
    margin: 0 auto;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
}
.wrap img {
  width: 100%;
  height: auto;
}
.contentArea {
  padding: 100px 0 0 0;
}
@media (max-width: 767px) {
  .contentArea {
    padding: 40px 0 0 0;
  }
}
.contentArea .inner {
  width: 100%;
  max-width: 960px;
  box-sizing: border-box;
  margin: 0 auto;
}
@media (max-width: 959px) and (min-width: 768px) {
  .contentArea .inner {
    width: calc(100% - 80px);
  }
}
@media (max-width: 767px) {
  .contentArea .inner {
    width: calc(100% - 40px);
  }
}
/*
見出しスタイル
*/
.contentArea_h {
  position: relative;
  text-align: center;
  margin: 0 0 80px 0;
  line-height: 1.5;
}
.contentArea_h:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #003983;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 26px;
}
@media (max-width: 767px) {
  .contentArea_h:before {
    top: 18px;
  }
}
.contentArea_h span {
  background: #fff;
  color: #003983;
  display: inline-block;
  padding: 0 20px;
  z-index: 2;
  position: relative;
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .contentArea_h span {
    padding: 0 10px;
    font-size: 1.5rem;
  }
}
@media (max-width: 959px) and (min-width: 768px) {
  .contentArea_h {
    padding: 0 80px 0;
  }
}
@media (max-width: 767px) {
  .contentArea_h {
    margin: 0 0 40px 0;
    padding: 0 35px 0;
  }
}
.contentArea_h2 {
  position: relative;
  text-align: center;
  margin: 0 0 60px 0;
  line-height: 1.5;
}
.contentArea_h2:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #003983;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 19px;
}
@media (max-width: 767px) {
  .contentArea_h2:before {
    top: 16px;
  }
}
.contentArea_h2 span {
  background: #fff;
  color: #003983;
  display: inline-block;
  padding: 0 35px;
  z-index: 2;
  position: relative;
  font-size: 1.5rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .contentArea_h2 span {
    font-size: 1.3rem;
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .contentArea_h2 {
    padding: 0 15px;
  }
}
.contentArea_h3 {
  font-size: 1.125rem;
  margin: 0 0 30px 0;
  color: #003983;
  font-weight: bold;
  line-height: 1.5;
}
.contentArea_h3 span {
  font-size: 1rem;
  color: #333;
  font-weight: 400;
}
.contentArea-kariokiba .contentArea_h3, .contentArea-kikai .contentArea_h3 {
  background: url(../img/list-square.png) no-repeat;
  background-size: 10px;
  background-position: 0 10px;
  padding: 0 0 0 20px;
}
.contentArea-kikai .contentArea_h3 {
  font-size: 1.3rem;
  background-size: 15px;
  background-position: 0 10px;
  padding: 0 0 0 25px;
}
.contentArea-kikai .col2 h4 {
  font-size: 1.125rem;
  color: #003983;
  font-weight: bold;
  margin: 0 0 10px 0;
}
/*
アコーディオン
*/
.ac_title {
  line-height: 1.5;
  margin: 0 auto 30px;
  position: relative;
  text-indent: -48px;
  padding: 0 0 0 48px;
}
@media (max-width: 767px) {
  .ac_title {
    text-indent: -40px;
    padding: 0 0 0 40px;
  }
}
.ac_title:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #003983;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 19px;
}
@media (max-width: 767px) {
  .ac_title:before {
    top: 14px;
  }
}
.ac_title:hover {
  cursor: pointer;
}
.ac_title span {
  color: #003983;
  background-color: #fff;
  font-size: 1.5rem;
  position: relative;
  padding: 0 20px 0 50px;
  z-index: 2;
}
@media (max-width: 767px) {
  .ac_title span {
    font-size: 1.125rem;
    padding: 0 4px 0 36px;
    display: inline-block;
    text-indent: 0px;
  }
}
.ac_title span:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(../img/icon-acPlus-blue.png) no-repeat;
  background-size: 40px;
  background-position: 0 0;
  position: absolute;
  top: -1px;
  left: 0;
}
@media (max-width: 767px) {
  .ac_title span:before {
    width: 27px;
    height: 27px;
    background-size: 27px;
  }
}
.ac_title.ac-open span:before {
  background-image: url(../img/icon-acMilnus-blue.png);
}
.ac_content {
  padding: 20px 0 0 0;
}
/*
文章スタイル
*/
.contentArea_p {
  width: 100%;
  max-width: 720px;
  margin: 0 auto 60px;
  text-align: left;
}
@media (max-width: 767px) {
  .contentArea_p {
    margin: 0 auto 40px;
  }
}
.contentArea_p-center {
  width: 100%;
  max-width: 720px;
  margin: 0 auto 60px;
  text-align: center;
}
@media (max-width: 767px) {
  .contentArea_p-center {
    margin: 0 auto 40px;
  }
}
.contentArea_p-sup {
  text-align: right;
}
/*
カラム別スタイル
*/
.col2 {
  margin-bottom: 60px;
}
.col2:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.col2_right a {
  display: block;
}
@media (min-width: 768px) {
  .col2_left {
    float: left;
    width: 48%;
    max-width: 440px;
  }
  .col2_right {
    float: right;
    width: 48%;
    max-width: 440px;
  }
}
@media (max-width: 959px) {
  .contentArea-about .col2_right {
    max-width: 440px;
    margin-right: auto;
    margin-left: auto;
    display: block;
    float: none;
  }
  .contentArea-about .col2_left {
    margin-bottom: 60px;
    float: none;
    width: 100%;
    max-width: 100%;
  }
}
.col2Photo {
  margin: 0 0 60px 0;
}
@media (min-width: 768px) {
  .col2Photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.col2Photo li {
  list-style: none;
}
.col2Photo li:last-child {
  margin: 0;
}
@media (min-width: 768px) {
  .col2Photo li {
    margin: 0 10px 0 0;
  }
}
@media (max-width: 767px) {
  .col2Photo li {
    margin: 0 0 40px 0;
  }
}
.col2Photo figcaption {
  font-size: 0.875rem;
  padding: 0 0 0 10px;
  line-height: 1.1;
}
.col3Photo {
  margin: 0 0 60px 0;
}
@media (min-width: 768px) {
  .col3Photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .col3Photo {
    margin: 0 0 40px 0;
  }
}
.col3Photo li {
  list-style: none;
}
@media (min-width: 768px) {
  .col3Photo li {
    width: 32%;
    margin: 0 2% 1% 0;
  }
  .col3Photo li:nth-of-type(3n) {
    margin: 0 0 1% 0;
  }
}
@media (max-width: 767px) {
  .col3Photo li {
    margin: 0 0 10px 0;
  }
  .col3Photo li:last-child {
    margin: 0;
  }
}
.col3Photo figcaption {
  font-size: 0.875rem;
  padding: 0 0 0 10px;
  line-height: 1.1;
}
.col3Flow {
  margin: 0 0 60px 0;
}
@media (min-width: 768px) {
  .col3Flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.col3Flow li {
  list-style: none;
}
.col3Flow li:last-child {
  margin: 0;
}
@media (min-width: 768px) {
  .col3Flow li {
    padding: 0 30px 0 0;
    margin: 0 10px 0 0;
    background: url(../img/arrow-right.png) no-repeat;
    background-size: 20px;
    background-position-x: right;
    background-position-y: 87px;
    max-width: 30%;
  }
}
@media (max-width: 767px) {
  .col3Flow li {
    padding: 0 0 40px 0;
    margin: 0 0 10px 0;
    background: url(../img/arrow-bottom.png) no-repeat;
    background-size: 30px;
    background-position: center bottom;
  }
}
.col3Flow li:last-child {
  padding: 0;
  margin: 0;
  background-image: none;
}
.col3Flow figcaption {
  color: #003983;
  padding: 0 0 0 10px;
  line-height: 1.4;
}
.col3Flow.col3Flow-dosya {
  background: url(../img/kariokibaFlow-dosya-branch.png) no-repeat;
  background-size: 100%;
  background-position: center bottom;
  padding: 0 0 110px 0;
  margin: 0 0 30px 0;
}
@media (max-width: 959px) {
  .col3Flow.col3Flow-dosya {
    padding: 0 0 80px 0;
    margin: 0 0 20px 0;
  }
}
@media (max-width: 767px) {
  .col3Flow-dosya {
    margin: 0 0 40px 0;
  }
  .col3Flow-dosya li {
    padding: 0 0 40px 0;
    margin: 0 0 10px 0;
    background: url(../img/arrow-bottom.png) no-repeat;
    background-size: 30px;
    background-position: center bottom;
  }
  .col3Flow-dosya li:last-child {
    background: none;
  }
  .col3Flow-dosya figcaption {
    line-height: 1.4;
    color: #003983;
  }
  .col3Flow-dosya .col3Flow-dosya_item {
    list-style: none;
  }
}
/*
テーブルスタイル
*/
.contentArea_table {
  width: 960px;
  border: 1px solid #ccc;
  margin: 0 0 15px 0;
}
.contentArea_table thead th {
  background: #003983;
  color: #fff;
  border: 1px solid #ccc;
  font-weight: 400;
  line-height: 1.625;
  text-align: left;
  vertical-align: middle;
}
.contentArea_table td, .contentArea_table th {
  border: 1px solid #ccc;
  padding: 15px;
  text-align: left;
}
.contentArea_table li {
  list-style: none;
  background: url(../img/list-circle.png) no-repeat;
  background-size: 12px;
  background-position: 0 11px;
  padding: 0 0 0 18px;
  margin: 0 0 10px 20px;
}
.contentArea_table li:last-child {
  margin: 0 0 0 20px;
}
.col2 .contentArea_table {
  width: 100%;
}
/* tab以下 */
@media (max-width: 959px) {
  .contentArea_table-wrap {
    width: 100%;
    overflow-x: scroll;
  }
}
/*
リストスタイル
*/
.contentArea_list {
  width: 100%;
  max-width: 720px;
  margin: 0 auto 60px;
}
@media (max-width: 767px) {
  .contentArea_list {
    margin: 0 auto 40px;
  }
}
.contentArea_list li {
  list-style: none;
  padding: 0 0 0 25px;
  background: url(../img/list-check.png) no-repeat;
  background-size: 16px;
  background-position: 0 9px;
}
/*
メインイメージスタイル
*/
.mainImg-wrap {
  width: 100%;
  max-width: 960px;
  margin: 0 auto 80px;
  position: relative;
}
@media (max-width: 767px) {
  .mainImg-wrap {
    margin: 0 auto 40px;
  }
}
.mainImg {
  width: 100%;
  height: 445px;
  background: url(../img/mainImg.png) no-repeat;
  background-position: center bottom;
}
/*メインイメージ調整*/
@media (max-width: 768px) {
  .mainImg {
    background-size: 690px;
    height: 335px;
  }
}
@media (max-width: 559px) {
  .mainImg {
    background-size: 536px;
    height: 295px;
  }
}
@media (max-width: 449px) {
  .mainImg {
    background-size: 426px;
    height: 232px;
  }
}
@media (max-width: 350px) {
  .mainImg {
    background-size: 376px;
    height: 210px;
  }
}
.mainImg_cap {
  background: #fff;
  color: #003983;
  display: inline-block;
  padding: 10px 25px;
  position: absolute;
  right: 0;
  bottom: 30px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .mainImg_cap {
    position: relative;
    padding: 10px;
    bottom: 0;
  }
}
/*
災害廃棄物の処理フロー
*/
.sH-flow {
  background: #f7f5e7;
  padding: 40px 20px;
  box-sizing: border-box;
  width: 100%;
  max-width: 720px;
  margin: 0 auto 60px;
}
@media (max-width: 767px) {
  .sH-flow {
    margin: 0 auto 40px;
  }
}
.sH-flow_inner {
  width: 100%;
  max-width: 426px;
  margin: 0 auto;
}
/* 項目 */
.sH-flow_btn {
  font-size: 0.875rem;
  border-radius: 25px;
  text-align: center;
  font-weight: bold;
  width: 100%;
  max-width: 300px;
  padding: 8px 10px;
  box-sizing: border-box;
  margin: 0 auto;
  letter-spacing: 1px;
}
.sH-flow_btn.sH-step1 {
  color: #333;
  background: #f0e54d;
  position: relative;
}
.sH-flow_btn.sH-step1 span {
  margin: 0 0 0 20px;
}
.sH-flow_btn.sH-step1:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background: url(../img/icon-attention.png) no-repeat;
  background-position: center top;
  background-size: 28px;
  z-index: 1;
  position: absolute;
  left: 70px;
  top: 7px;
}
@media (max-width: 767px) {
  .sH-flow_btn.sH-step1:before {
    left: 41px;
  }
}
.sH-flow_btn.sH-step2 {
  color: #fff;
  background: #c24750;
}
.sH-flow_btn.sH-uwajima {
  color: #fff;
  background: #238555;
}
.sH-flow_btn.sH-kaitai {
  color: #fff;
  background: #24868f;
}
.sH-flow_btn.sH-asada {
  color: #fff;
  background: #003983;
}
@media (max-width: 767px) {
  .sH-flow_btn {
    max-width: 224px;
  }
}
/* box */
.sH-flow_box {
  padding: 0 0 30px 0;
  box-sizing: border-box;
  border: 1px solid;
}
.sH-flow_box:first-child {
  margin: 20px 0 0 0;
}
.sH-flow_box.sH-uwajima {
  border-color: #238555;
}
.sH-flow_box.sH-kaitai {
  border-color: #24868f;
}
.sH-flow_box.sH-asada {
  border-color: #003983;
}
/* 見出し */
.sH-flow_h {
  margin: -18px 0 20px 0;
}
.sH-flow_h span {
  background: #f7f5e7;
  margin: 0 0 0 10px;
  padding: 0 10px;
  font-weight: bold;
}
.sH-flow_h.sH-uwajima {
  color: #238555;
}
.sH-flow_h.sH-kaitai {
  color: #24868f;
}
.sH-flow_h.sH-asada {
  color: #003983;
}
/* その他 */
.sH-flow_arrow-btn {
  padding: 0 0 30px 0;
  background: url(../img/arrow-saigaiFlow.png) no-repeat;
  background-position: center bottom;
  background-size: 20px;
  margin: 0 0 10px 0;
}
.sH-flow_arrow-box {
  padding: 0 0 40px 0;
  background: url(../img/arrow-saigaiFlow-box.png) no-repeat;
  background-position: center bottom;
  background-size: 20px;
  margin: 0 0 20px 0;
}
/*
お問い合わせスタイル
*/
.col2Contact {
  padding: 0 0 60px 0;
  margin: 0 0 60px 0;
  border-bottom: 1px solid #003983;
}
.col2Contact:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.col2Contact:last-child {
  border-bottom: none;
  margin: 0;
  padding: 0 0 160px 0;
}
@media (max-width: 767px) {
  .col2Contact:last-child {
    padding: 0 0 80px 0;
  }
}
.col2Contact_inner {
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
}
.col2Contact_h {
  display: inline-block;
  background: #003983;
  color: #fff;
  padding: 8px 12px;
}
@media (min-width: 768px) {
  .col2Contact_h {
    margin: 0 0 40px 0;
  }
}
.col2Contact_name {
  color: #003983;
  font-weight: bold;
  font-size: 1.25rem;
}
.col2Contact_info {
  margin: 0 0 35px 0;
}
.col2Contact_info:last-child {
  margin: 0;
}
@media (min-width: 768px) {
  .col2Contact_right {
    float: right;
    width: 50%;
  }
  .col2Contact_left {
    float: left;
    width: 50%;
  }
}
.uwajimaCity .col2Contact_right img {
  width: 191px;
}
@media (min-width: 768px) {
  .uwajimaCity .col2Contact_right img {
    margin: 50px auto 0;
  }
}
.asadagumi .col2Contact_right img {
  width: 241px;
}
@media (min-width: 768px) {
  .asadagumi .col2Contact_right img {
    margin: 106px auto 0;
  }
}
.daiseki .col2Contact_right img {
  width: 179px;
}
@media (min-width: 768px) {
  .daiseki .col2Contact_right img {
    margin: 104px auto 0;
  }
}
.col2Contact_right img {
  display: block;
}
@media (max-width: 767px) {
  .col2Contact_right img {
    margin: 40px auto;
  }
}
/*
調整スタイル
*/
.movieWrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}
.movieWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.btn-exp {
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
  background: #003983;
  box-sizing: border-box;
  border: 1px solid #003983;
  transition: all 0.2s;
}
.btn-exp a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 0;
  text-align: center;
  text-decoration: none;
  position: relative;
}
.btn-exp a span {
  color: #fff;
  margin: 0 25px 0 0;
  font-size: 0.875rem;
}
.btn-exp a:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url(../img/icon-expansion.png) no-repeat;
  background-position: center top;
  background-size: 18px;
  z-index: 1;
  position: absolute;
  left: 71%;
  top: 24px;
}
.btn-exp:hover {
  transition: all 0.2s;
  background: #fff;
}
.btn-exp:hover a span {
  color: #003983;
}
.btn-exp:hover a:before {
  background-image: url(../img/icon-expansion-blue.png);
}
@media (max-width: 767px) {
  .pc-only {
    display: none;
  }
}
@media (min-width: 768px) {
  .sp-only {
    display: none;
  }
}
@media (min-width: 768px) {
  .pc-only-br {
    display: inline;
  }
}
@media (max-width: 767px) {
  .pc-only-br {
    display: none;
  }
}
@media (min-width: 768px) {
  .sp-only-br {
    display: none;
  }
}
@media (max-width: 767px) {
  .sp-only-br {
    display: inline;
  }
}
.txt-red {
  color: #c9181f;
  font-weight: bold;
}
.txt-bold {
  font-weight: bold;
}
.bg-beige {
  background: #f0ecce;
}
.mb-ll {
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .mb-ll {
    margin-bottom: 80px;
  }
}
.mb-l {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .mb-l {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .mb-l-sp {
    margin-bottom: 60px;
  }
}
.mb-m {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .mb-m {
    margin-bottom: 40px;
  }
}
.mb-s {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .mb-s {
    margin-bottom: 30px;
  }
}
.mb-ss {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .mb-ss {
    margin-bottom: 20px;
  }
}
.mb-sss {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .mb-sss {
    margin-bottom: 15px;
  }
}
.wrap-720 {
  width: 100%;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}