@charset "UTF-8";
/* このファイルはScssで書き出しています。
編集をする際はcssファイルではなくscssファイルを編集してください。 */
/* /////////////// */
/* 基本設定・パーツ */
/* /////////////// */
/* 見出し、あしらいのスタイル */
/* サイドバーなし設定 */
#wrapper #main #contents #column02 #right.no_column {
  float: none;
  margin: auto;
}

/* PCとスマホの表示切替 */
.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
/* テキスト設定 */
.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

/* コンテンツエリアの基本設定 */
.cont_sec {
  font-size: 1.4rem;
  line-height: 2.5rem;
}

.gl_inner {
  padding: 0 30px;
}

@media screen and (max-width: 767px) {
  .gl_inner {
    padding: 0 2%;
    /*padding: 0 7vw;*/
  }
}
/* 見出し */
.page_title {
  width: 100%;
  margin-bottom: 30px;
  padding: 22px 5px;
  display: block;
  background: #103256;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
}

.page_sub_title {
  width: 100%;
  margin-bottom: 30px;
  padding: 15px;
  display: block;
  background: #e4ecef;
  text-align: left;
  font-size: 1.8rem;
  font-weight: 500;
  border-left: 10px solid #103256;
}

h2.title01 {
  font-size: 18px;
  margin: 0px 0 2px;
  letter-spacing: 0.3em;
  padding: 23px 0 0 58px;
  background: url(https://www.soukaiketsu.com/images/h2back.png) no-repeat 50% 0;
  background-size: 752px 52px;
  height: 52px;
  color: #fff;
  font-weight: normal;
}

h3.title01 {
  background: url(https://www.soukaiketsu.com/images/h3back.jpg) no-repeat 0 0;
  background-size: 32px 46px;
  height: 46px;
  color: #2c66b0;
  font-size: 17px;
  padding-left: 43px;
  padding-top: 5px;
  margin-top: 25px;
}

h4.title01 {
  font-size: 16px;
  text-align: center;
  color: #fff;
  padding: 10px 0;
  margin-top: 25px;
  margin-bottom: 20px;
  background: -moz-linear-gradient(top, #68c9cf, #31b6bd);
  background: -webkit-gradient(linear, left top, left bottom, from(#68c9cf), to(#31b6bd));
  border-radius: 5px 5px 0px 0px;
}

h5.title01 {
  margin-bottom: 15px;
  padding-left: 10px;
  display: inline-block;
  font-size: 18px;
  color: #31b6bd;
  position: relative;
}
h5.title01::after {
  content: "";
  width: 3px;
  height: 1em;
  margin: auto;
  display: block;
  background: #31b6bd;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

h5.title02 {
  display: block;
  text-align: center;
}
h5.title02 b {
  display: inline-block;
  border-top: 2px solid #103256;
  border-bottom: 2px solid #103256;
  font-size: 22px;
  font-weight: bold;
  color: #103256;
  padding: 1px 15px;
}

.heading_var01 {
  display: block;
  text-align: center;
}
.heading_var01 b {
  padding: 7px 15px;
  display: inline-block;
  border-top: 3px solid #103256;
  border-bottom: 3px solid #103256;
  line-height: 1;
  font-size: 22px;
  font-weight: bold;
  color: #103256;
}

.heading_var02 {
  background: #103256;
  color: #fff;
  display: block;
  text-align: center;
  padding: 10px;
  margin: auto;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.04em;
  border-radius: 5px;
}

/* パンくず */
#pagenavi {
  font-size: 11px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 27px;
  margin-top: -18px;
}
#pagenavi a {
  color: #1566bb;
  text-decoration: underline;
}

/* ポイント */
.point01 {
  margin-bottom: 5px;
  padding: 0 1em;
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.point01::before, .point01::after {
  content: "";
  width: 2px;
  height: 1.3em;
  display: block;
  background: #333;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: rotate(-45deg);
}
.point01::after {
  left: auto;
  right: 0;
  transform: rotate(45deg);
}

/* マージン */
.m-auto {
  margin: auto !important;
}

.m-5 {
  margin: 5px !important;
}

.m-10 {
  margin: 10px !important;
}

.m-15 {
  margin: 15px !important;
}

.m-30 {
  margin: 30px !important;
}

.m-50 {
  margin: 50px !important;
}

.m-70 {
  margin: 70px !important;
}

.m-100 {
  margin: 100px !important;
}

.m-120 {
  margin: 120px !important;
}

.m-150 {
  margin: 150px !important;
}

/* マージン-top */
.mt-auto {
  margin-top: auto !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

.mt-150 {
  margin-top: 150px !important;
}

/* マージン-bottom */
.mb-auto {
  margin-bottom: auto !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

/* マージン-right */
.mr-auto {
  margin-right: auto !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.mr-120 {
  margin-right: 120px !important;
}

.mr-150 {
  margin-right: 150px !important;
}

/* マージン-left */
.ml-auto {
  margin-left: auto !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.ml-120 {
  margin-left: 120px !important;
}

.ml-150 {
  margin-left: 150px !important;
}

/* マージン-上下 */
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.my-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.my-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.my-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.my-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.my-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.my-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.my-120 {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}

.my-150 {
  margin-top: 150px !important;
  margin-bottom: 150px !important;
}

/* マージン-左右 */
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.mx-5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.mx-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.mx-15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.mx-30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.mx-50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.mx-70 {
  margin-left: 70px !important;
  margin-right: 70px !important;
}

.mx-100 {
  margin-left: 100px !important;
  margin-right: 100px !important;
}

.mx-120 {
  margin-left: 120px !important;
  margin-right: 120px !important;
}

.mx-150 {
  margin-left: 150px !important;
  margin-right: 150px !important;
}

/* パディング */
/* 配置関係 */
.center {
  text-align: center;
}

/* ボタン */
/* link_btn01 */
.link_btn01 {
  padding: 20px 60px 20px 50px;
  display: inline-block;
  position: relative;
  background: #103256;
  border-radius: 100px;
  text-decoration: none;
  overflow: hidden;
  line-height: 1;
}
.link_btn01::before {
  width: 10px;
  height: 10px;
  margin: auto;
  border: 2px solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(45deg);
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  border-radius: 2px;
  z-index: 1;
}
.link_btn01::after {
  content: "";
  width: 110%;
  height: 100%;
  background: #3c71a8;
  position: absolute;
  top: 0;
  left: -115%;
  transform: skewX(40deg);
  transition: 0.5s;
}
.link_btn01:hover, .link_btn01:active {
  /* background: #3c71a8; */
  color: #fff;
}
.link_btn01:hover:after, .link_btn01:active:after {
  left: -5%;
  transform: skewX(40deg);
  transition: 0.5s ease-in;
}
.link_btn01 b {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.down_btn01 b {
  padding: 5px 20px;
  padding-right: 40px;
  background: #103256;
  border-radius: 5px;
  position: relative;
  text-align: center;
  color: #fff;
  font-weight: 500;
}
.down_btn01 b::before {
  width: 10px;
  height: 10px;
  margin: auto;
  border: 2px solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(135deg);
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 5px;
  right: 20px;
  border-radius: 2px;
  z-index: 1;
}
.down_btn01 b:hover {
  background: #3077c4;
}

/* リンク */
a.blank {
  padding-right: 1em;
  display: inline-block;
  position: relative;
  text-decoration: underline;
  color: #333;
}
a.blank:hover {
  text-decoration: underline;
  color: #004ea2;
}
a.blank::after {
  content: "";
  width: 1em;
  height: 1em;
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(https://www.soukaiketsu.com/images/common/ic_popup.svg) no-repeat center/contain;
}

/* 文字スタイル */
.small {
  font-size: 80%;
  line-height: 1.2em;
}

/* 続きを読むボックス */
.js-readmore_outer {
  margin-bottom: 70px;
  position: relative;
}
.js-readmore_outer .js-readmore-btn {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  cursor: pointer;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  z-index: 1;
  transition: all 0.2s;
}
.js-readmore_outer .js-readmore-btn b {
  pointer-events: none;
}
.js-readmore_outer .js-readmore-btn b::after {
  content: "続きを読む";
}
.js-readmore_outer .js-readmore-btn.is-show {
  bottom: -40px;
}
.js-readmore_outer .js-readmore-btn.is-show b::before {
  transform: rotate(315deg);
  bottom: -3px;
}
.js-readmore_outer .js-readmore-btn.is-show b::after {
  content: "閉じる";
}
.js-readmore_outer .readmore_contents {
  overflow: hidden;
  position: relative;
  transition: 3s;
}
.js-readmore_outer .readmore_contents::before {
  content: "";
  width: 100%;
  height: 60px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
}
.js-readmore_outer .readmore_contents.is-hide {
  height: 200px;
}
.js-readmore_outer .readmore_contents.is-hide.is-show {
  height: auto;
}
.js-readmore_outer .readmore_contents.is-hide.is-show::before {
  display: none;
}

/* CTAコンテンツ */
.cta_contents {
  max-width: 80%;
  margin: auto;
  margin-bottom: 70px;
  padding: 20px;
  border: 3px solid #103256;
  border-radius: 15px;
  text-align: center;
}
.cta_contents a {
  text-decoration: none;
  color: #333;
}
.cta_contents .cta_contents_text {
  text-align: left;
  margin: 15px auto;
}
.cta_contents img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .cta_contents {
    max-width: 90%;
  }
}

/* お問い合わせお知らせブロック */
.support_holiday {
  max-width: 500px;
  margin: auto;
  margin-bottom: 20px;
  padding: 10px 15px;
  /* background: #f0b939; */
  background: #fff5dd;
  border: 2px solid #f0b939;
  border-radius: 5px;
}
.support_holiday p {
  /* color: #fff; */
  line-height: 1.5em;
  font-size: 1.4rem;
}

/* メールフォームのデザイン */
#form-tbl table {
  width: 100%;
  margin-bottom: 30px;
  border-collapse: collapse;
}
#form-tbl table tr:last-child th,
#form-tbl table tr:last-child td {
  border-bottom: 1px solid #b4bdc7;
}
#form-tbl table th {
  padding: 30px;
  border-top: 1px solid #b4bdc7;
  vertical-align: middle;
  box-sizing: border-box;
}
#form-tbl table th.must {
  position: relative;
}
#form-tbl table th.must::after {
  content: "必須";
  max-height: -moz-fit-content;
  max-height: fit-content;
  padding: 5px;
  margin: auto;
  border-radius: 5px;
  display: inline-block;
  font-size: 80%;
  line-height: 1em;
  color: #fff;
  background: #9c1b0a;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -15px;
}
#form-tbl table td {
  padding: 30px;
  border-top: 1px solid #b4bdc7;
  box-sizing: border-box;
}
#form-tbl table td .msg {
  color: red;
}
#form-tbl table td input {
  margin-bottom: 15px;
}
#form-tbl table td input:last-child {
  margin-bottom: 0;
}
#form-tbl table td input[type=radio] {
  margin-bottom: 0;
  margin-right: 5px;
}
#form-tbl table td input[type=text] {
  min-width: 200px;
}
#form-tbl table td textarea {
  width: 100%;
}
#form-tbl table td label {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.4em;
}
#form-tbl table td button[type=reset] {
  padding: 3px;
  background: #333;
  border: 0;
  border-radius: 100px;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  position: relative;
  top: -8px;
}
#form-tbl table td span.guide {
  display: block;
  font-size: 10px;
  margin-top: -17px;
  color: #616161;
}
#form-tbl .btn {
  display: block;
  text-align: center;
}
#form-tbl .btn input {
  margin: auto 15px;
  padding: 20px 40px;
  display: inline-block;
  border: 0;
  border-radius: 5px;
  background: #103256;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1em;
  transition: 0.3s;
}
#form-tbl .btn input:hover, #form-tbl .btn input:active {
  border-radius: 10px;
  opacity: 0.8;
}
#form-tbl .btn input[type=reset], #form-tbl .btn input[type=button] {
  background: #909090;
}

@media screen and (max-width: 767px) {
  #form-tbl table tr:last-child th {
    border-bottom: 0;
  }
  #form-tbl table th {
    display: block;
    max-width: 100%;
    padding: 30px 15px 10px;
  }
  #form-tbl table th.must::after {
    position: relative;
    right: -10px;
  }
  #form-tbl table td {
    padding: 10px 15px 30px;
    display: block;
    max-width: 100%;
    border: 0;
  }
  #form-tbl table td span {
    display: block;
  }
  #form-tbl table td input {
    max-width: 100%;
    margin-bottom: 15px;
  }
  #form-tbl table td input:last-child {
    margin-bottom: 0;
  }
  #form-tbl table td input[type=text] {
    width: 100%;
  }
  #form-tbl table td input[type=radio] {
    margin-bottom: 0;
    margin-right: 5px;
  }
  #form-tbl table td label {
    margin-bottom: 5px;
  }
  #form-tbl table td label:last-child {
    margin-bottom: 0;
  }
  #form-tbl .btn input {
    margin: 10px;
  }
}
/* ///////// */
/* グローバル */
/* ///////// */
/* 旧式のヘッダー、フッター */
/* サイドバー */
#sub {
  width: 240px;
  margin-bottom: 60px;
  font-family: "Noto Sans JP", sans-serif;
}
#sub .sidetitle {
  margin-top: 13px;
  padding: 7px 10px;
  background: #65b2d9;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}
#sub .i_box {
  width: 240px;
  margin: 0 auto 4px;
  border: solid 2px #d0d0d0;
  background: #fff;
  box-sizing: border-box;
}
#sub .i_box:hover {
  background: #ffff99;
}
#sub .i_box a {
  height: 60px;
  padding: 7px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  position: relative;
  text-decoration: none;
}
#sub .i_box a::after {
  content: "";
  width: 0;
  height: 0;
  margin: auto;
  display: block;
  border-style: solid;
  border-width: 3.5px 0 3.5px 5px;
  border-color: transparent transparent transparent #946a2c;
  transition: 0.3s;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 9px;
}
#sub .i_box a:hover::after {
  transition: 0.3s;
  right: 5px;
}
#sub .i_box p {
  width: 55px;
  height: 50px;
  display: block;
  margin-right: 10px;
}
#sub .i_box p img {
  transition: 0.3s;
}
#sub .i_box dl {
  display: table-cell;
  vertical-align: middle;
}
#sub .i_box dl dt {
  margin-bottom: -5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
  color: #005bac;
  letter-spacing: 0.02em;
}
#sub .i_box dl dd {
  line-height: 1.5em;
  font-size: 12px;
  font-weight: 300;
}
#sub .ichiran {
  margin: 0 0 10px;
  padding: 12px 10px;
  background-color: #c7def1;
  color: #103256;
  font-size: 10px;
}
#sub .ichiran .i_box {
  width: 220px;
  border: none;
}
#sub .ichiran .i_box:hover {
  background: #ffff99;
}
#sub .ichiran .cat {
  font-weight: bold;
  font-size: 14px;
  padding: 2px 0 0px 5px;
  margin: 0 0 10px;
  border-left: solid 3px #103256;
}
#sub .ichiran .cat_title {
  font-size: 14px;
  line-height: 1.5em;
  background-color: #103256;
  color: #fff;
  margin: 2px 0 5px;
  padding: 5px 10px;
}
#sub .subbaner01 ul {
  margin-top: 5px;
  list-style: none;
}
#sub .subbaner01 li {
  margin: auto;
  margin-bottom: 10px;
  line-height: 0;
}
#sub .subbaner01 li img {
  width: 100%;
}
#sub .subbaner01 li a {
  line-height: 0;
}
#sub .subbaner01 li a:hover {
  opacity: 0.8;
}
#sub .tell_time {
  text-align: center;
  font-size: 15px;
}

/* カレンダー */
#calendar {
  background: #fff;
}
#calendar .title1 {
  color: #2c66b0;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}
#calendar .sidemain1 {
  margin-top: -3px;
  padding: 5px;
  background: #fff;
}
#calendar .sidemain1 p {
  padding: 0;
  margin: 0;
  line-height: 120%;
}
#calendar .chert {
  display: none;
}
#calendar .cal_txt {
  text-align: center;
}
#calendar .cal_txt span {
  color: #ed0000;
}
#calendar .cal_txt span.today {
  color: #72beb7;
}

.carender {
  border-collapse: collapse;
  padding: 5px 0;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
}
.carender td {
  padding: 2px;
  border-collapse: collapse;
  text-align: right;
  border: 1px solid #ccc;
  background-color: #fff;
  line-height: 1.7em;
  text-align: center;
}
.carender th {
  padding: 2px;
  border-collapse: collapse;
  border: 1px solid #ccc;
  background-color: #fff;
}
.carender caption {
  color: inherit;
  text-align: center;
  caption-side: top;
  font-size: 15px;
  margin-bottom: 5px;
}
.carender caption a {
  text-decoration: underline;
}

div#calendar_div table {
  margin: 0 auto;
  text-align: center;
  width: 230px;
}
div#calendar_div table th {
  background: #a7e0fc;
  color: #fff;
  font-weight: 700;
}
div#calendar_div table .existdata {
  color: #ed0000;
}

/* ////// */
/*  特殊  */
/* ////// */
/* ポップアップバナー */
/*///////////////////////////////////////////
/// 画面端からスッと出てくるバナーのスタイル ///
///////////////////////////////////////////*/
.popup_contents {
  width: auto;
  margin: auto;
  position: fixed;
  text-align: center;
  right: -200px;
  bottom: 150px;
  transition: 0.6s;
  opacity: 0;
}
.popup_contents.activation-display {
  right: 0;
  transition: 0.6s;
  display: block;
  opacity: 1;
  z-index: 1;
}
.popup_contents .popup_contents_wrap {
  max-width: 200px;
  display: inline-block;
  position: relative;
}
.popup_contents img {
  max-width: 100%;
}
.popup_contents img.sp {
  display: none;
}
.popup_contents button {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  border: none;
  background: #333;
  position: absolute;
  top: 0;
  left: -25px;
  z-index: 1;
}
.popup_contents button:active {
  font-size: 20px;
  color: #970000;
}

@media screen and (max-width: 768px) {
  .popup_contents {
    width: 100%;
    right: 0;
    bottom: 0;
  }
  .popup_contents.activation-display {
    bottom: 70px;
  }
  .popup_contents .popup_contents_wrap {
    max-width: 90%;
  }
  .popup_contents img.pc {
    display: none;
  }
  .popup_contents img.sp {
    display: inline-block;
  }
}
/* リニューアルページ案内 */
/*/////////////////////////////////////////////////////////
/// 古いページで新規ページをお知らせするスクリプトのスタイル ///
/////////////////////////////////////////////////////////*/
.redirect_check {
  width: 100vw;
  height: 100vh;
  clear: both;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background: rgba(15, 31, 49, 0.7);
}
.redirect_check .sp {
  display: none;
}

.redirect_check_inner {
  max-width: 90%;
  padding: 30px;
  background: #fff;
  border: #103256 4px solid;
  border-radius: 10px;
  text-align: center;
}
.redirect_check_inner strong {
  margin-bottom: 10px;
  font-size: 24px;
  display: block;
}
.redirect_check_inner p {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.5;
  display: block;
}
.redirect_check_inner p small {
  font-size: 13px;
  word-break: break-all;
}

.redirect_check button {
  margin: 0 10px;
  padding: 12px 30px;
  font-size: 18px;
  background: #e0edff;
  border-radius: 5px;
  transform: translateY(0);
  transition: 0.3s;
}
.redirect_check button#yes {
  background: #ff3806;
  color: #fff;
}
.redirect_check button:hover, .redirect_check button:active {
  opacity: 0.8;
  transform: translateY(3px);
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .redirect_check button {
    margin: 5px 0;
  }
  .redirect_check .sp {
    display: inline;
  }
}
/* ////// */
/*  旧ページ関連 */
/* ////// */
/*  旧各コンテンツページ下の一覧 */
.contentslist {
  margin: 0px 0px 10px;
  overflow: hidden;
}
.contentslist h4 {
  font-size: 16px;
  text-align: center;
  color: #fff;
  padding: 7px 0;
  margin-top: 25px;
  margin-bottom: 10px;
  background: -moz-linear-gradient(top, #68c9cf, #31b6bd);
  background: -webkit-gradient(linear, left top, left bottom, from(#68c9cf), to(#31b6bd));
  border-radius: 5px 5px 0px 0px;
}
.contentslist ul.i_list li {
  list-style: none;
  margin: 0 2%;
  list-style: none;
  border: 1px solid #ccc;
  margin-bottom: 12px;
  border-radius: 5px;
  background: -moz-linear-gradient(top, #fff, #fff 50%, #eaebeb);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(0.4, #ffffff), to(#eaebeb));
  border: 1px solid #ccc;
  background: -moz-linear-gradient(top, #fff, #fff 50%, #eaebeb);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(0.4, #ffffff), to(#eaebeb));
  margin-bottom: 12px;
  border-radius: 5px;
  line-height: 1.7;
}
.contentslist ul.i_list li a {
  font-weight: bold;
  font-size: 100%;
  text-decoration: none;
  background-image: url("https://www.soukaiketsu.com/images/arrowgreen.png");
  background-repeat: no-repeat;
  background-position: 97% 50%;
  background-size: 15px 15px;
  display: block;
  margin: 0 0 0px;
  padding: 11px 5px 11px 13px;
  color: #505050;
}
.contentslist ul.i_list li a:hover {
  background-color: #FFFF99;
  color: #005bac;
  border-radius: 5px;
}
.contentslist ul.i_list li .imgleft01 {
  float: left;
  margin: 0px 10px 0 0;
  width: 0.35em;
}

/* このファイルはScssで書き出しています。
編集をする際はcssファイルではなくscssファイルを編集してください。 */
/* 最終更新日：221208 *//*# sourceMappingURL=global.css.map */