@charset "utf-8";

/*====================================
/* パーツ
====================================*/
body {
  overflow-x: hidden;
}

.main {
  max-width: 1240px;
  margin: 0 auto;
  line-height: 1.714;
  padding: 0 20px 100px;
}

@media screen and (max-width:1200px) {
  .main {
    padding: 0 20px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width:768px) {
  .main {
    padding-bottom: 40px;
  }
  .main iframe {
    width: 100%;
    height: 50vw;
  }
}

.main .v-m {
 vertical-align: middle !important;
}
.main .mt-0 {
  margin-top: 0px;
}
.main .mt-4xl {
  margin-top: 40px !important;
}
.hide-pc {
  display: none !important;
}
.hide-sp {
  display: block !important;
}
.main .ta-c.hide-sp{
  display: flex !important;
}
@media screen and (max-width:768px) {
  .hide-sp {
    display: none !important;
  }
  .main .ta-c.hide-sp{
    display: none !important;
  }
  .hide-pc {
    display: block !important;
  }
  .main .ta-c.hide-pc{
    display: flex !important;
  }
}

.main p,
.main .indentList,
.main .indentList-s,
.main .linkList,
.main .textList {
  margin-bottom: 30px;
}
.main p>a:not(.arrow,.cmn-alink),
.main .indentList a,
.main .indentList-s a,
.main .noteText-s a,
.main .noteText-g a,
.main .textList a {
  text-decoration: underline;
}
.main .noteText-s {
  font-size: 1.2rem;
}

.main .fw-b {
  font-weight: bold;
}
.main .noteText-g {
  color: #888888;
}
.main .fc-r,
.main .noteText-r {
  color: #E90000;
}
.main .noteText-b {
  color: #0099ff;
}
.main .box-form .noteText-r {
  color: #E90000;
  margin-bottom: 10px;
}
.main .box-form .parts-select:not(:first-child) {
  margin-top: 20px;
}
.main .ta-r {
  text-align: right;
}

@media screen and (max-width:768px) {
  .main p {
    margin-bottom: 20px;
  }
  .main .indentList,
  .main .indentList-s,
  .main .linkList,
  .main .textList {
    margin-bottom: 15px;
  }
}

/*アイコンテキスト*/
.main .iconText,
.main .iconText-b {
  display: inline-block;
  vertical-align: middle;
  background: #00A728;
  border-radius: 3px;
  font-size: 1.2rem;
  line-height: 1.4em;
  font-weight: normal;
  color: white;
  padding: 2px 8px;
  margin-bottom: 10px;
}

.main label .iconText,
.main label .iconText-b {
  margin-bottom: 1px;
}

.main .clickableFrame .iconText,
.main .clickableFrame .iconText-b {
  margin-bottom: 10px;
}

/*線*/
.main hr {
  border: none;
  width: 100%;
  height: 1px;
  background: #ddd;
  margin: 40px 0;
}

@media screen and (max-width: 768px) {
  .main hr {
    border: none;
    width: 100%;
    height: 1px;
    background: #ddd;
    margin: 40px 0;
  }
}

/*見出し*/
.headingPrimary {
  text-align: center;
  font-size: 4.4rem;
  font-weight: normal;
  margin: 55px 0;
}
.headingPrimary_s {
  text-align: center;
  font-size: 3.4rem;
  line-height: 1.8em;
  font-weight: normal;
  margin: 60px 0 40px;
}
.headingPrimary_none {
  line-height: 0;
  margin: 0 0 40px;
}
.headingPrimary_none strong{
  display:none;
}
#page-topics .headingPrimary,
#page-campaign .headingPrimary {
  position: relative;
  margin: 0;
  padding: 55px 0;
}
#page-topics .headingPrimary_s,
#page-campaign .headingPrimary_s {
  position: relative;
  margin: 0;
  padding: 60px 0 40px;
}
#page-topics .headingPrimary,
#page-topics .headingPrimary_s {
  margin-bottom: 10px;
}
#page-campaign .headingPrimary,
#page-campaign .headingPrimary_s {
  margin-bottom: 30px;
}
#page-topics .headingPrimary_s::after,
#page-campaign .headingPrimary_s::after,
#page-topics .headingPrimary::after,
#page-campaign .headingPrimary::after {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  height: 1px;
  bottom: 0;
  left: 0;
  margin-left: calc(50% - 50vw);
  z-index: -1;
  background: #ddd;
}

.headingPrimary strong,
.headingPrimary_s strong {
  font-weight: normal;
}

.main .headingSecondly {
  font-size: 3.2rem;
  text-align: center;
  margin-top: 90px;
  margin-bottom: 33px;
  font-weight: normal;
}

.main .headingThirdly {
  text-align: left;
  font-size: 2.4rem;
  margin-bottom: 30px;
  margin-top: 30px;
  font-weight: normal;
}

.main .headingFourthly {
  font-size: 1.8rem;
  margin-bottom: 25px;
}

@media screen and (max-width:768px) {
  .headingPrimary {
    font-size: 2.8rem;
    margin: 35px 0 35px;
  }
  .headingPrimary_s {
    font-size: 2.0rem;
    line-height: 1.6em;
    margin: 35px 0 35px;
  }
  #page-topics .headingPrimary,
  #page-campaign .headingPrimary,
  #page-topics .headingPrimary_s,
  #page-campaign .headingPrimary_s {
    margin: 0;
    padding: 35px 0;
  }
  #page-topics .headingPrimary,
  #page-topics .headingPrimary_s {
    margin-bottom: 10px;
  }
  #page-campaign .headingPrimary,
  #page-campaign .headingPrimary_s {
    margin-bottom: 20px;
  }
  .main .headingSecondly {
    font-size: 2.2rem;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 30px;
    font-weight: normal;
  }
  .main .headingThirdly {
    text-align: left;
    font-size: 1.8rem;
    margin-bottom: 25px;
    font-weight: normal;
  }
  .main .headingFourthly {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }

}

/*
ボタン
*/
.main .buttonList,
.main .ta-c {
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%;
  margin: 50px 0;
}
.main .buttonList form,
.main .ta-c form {
  display: flex;
  justify-content: center;
  width: 340px;
  margin: 0 15px;
}

.main .buttonList form .button,
.main .buttonList form .button-l,
.main .buttonList form .button-cv,
.main .buttonList form .button-cvl,
.main .buttonList form .button-cvxl,
.main .ta-c form .button,
.main .ta-c form .button-l,
.main .ta-c form .button-cv,
.main .ta-c form .button-cvl,
.main .ta-c form .button-cvxl {
  margin: 0px;
}

.main .buttonList .button,
.main .buttonList .button-l,
.main .buttonList .button-cv,
.main .buttonList .button-cvl,
.main .buttonList .button-cvxl,
.main .ta-c .button,
.main .ta-c .button-l,
.main .ta-c .button-cv,
.main .ta-c .button-cvl,
.main .ta-c .button-cvxl {
  margin: 0 15px;
}

.main .button,
.main .button-l {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 48px;
  line-height: 22px;
  height: auto;
  max-width: 340px;
  padding: 9.5px 30px;
  border-radius: 40px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  transition-duration: 0.5s;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid #00A728;
  text-decoration: none !important;
  margin: 0 auto;
}

.main .button.green {
  background: #00A728;
  border: 1px solid #00A728;
  color: #fff;
}
.main .button.red {
  background: #E90000;
  border: 1px solid #E90000;
  color: #fff;
}
.main .button.disabled {
  color: #ccc;
  border: 1px solid #ccc;
  background: #f5f5f5;
  cursor: auto;
}
.main .main .button-cvl:hover,
.main .button:hover {
  opacity: 0.5;
}
.main .button.disabled:hover {
  opacity: 1;
}

.main .button-cv,
.main .button-cvl,
.main .button-cvxl {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 48px;
  height: auto;
  line-height: 22px;
  max-width: 340px;
  padding: 9.5px 40px;
  border-radius: 50px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  transition-duration: 0.5s;
  background: #ff7e47;
  border: 1px solid #ff7e47;
  color: #fff;
  text-decoration: none !important;
  margin: 0 auto;
}

.main .button-cv.blank::after,
.main .button-cvl.blank::after,
.main .button-cvxl.blank::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 18px;
  width: 19px;
  height: 15px;
  background-size: 100%;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  z-index: 2;
  background-image: url(../svg/target-blank.svg);
  background-size: 14px auto;
  height: 12px;
  box-sizing: border-box;
}

.main .button.blank::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 18px;
  width: 19px;
  height: 15px;
  background-size: 100%;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  z-index: 2;
  background-image: url(../svg/target-blank_black.svg);
  background-size: 14px auto;
  height: 12px;
  box-sizing: border-box;
}
.main .button.b_pdf::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 18px;
  width: 19px;
  height: 20px;
  background-size: 100%;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  z-index: 2;
  background-image: url(../svg/pdf.svg);
  background-size: 14px auto;
  box-sizing: border-box;
}
@media screen and (max-width:768px) {
  .main .buttonList,
  .main .ta-c {
    flex-wrap: wrap;
    margin: 40px 0 0;
    padding-bottom: 20px;
  }
  .main .ta-c {
    margin: 40px 0;
    padding-bottom: 0px;
  }
  .main .ta-c>*:last-child {
    margin-bottom: 0px !important;
  }
  .main .ta-c.reverse-sp :nth-last-child(1) {
    order: 1;
  }
  .main .ta-c.reverse-sp :nth-last-child(2) {
    order: 2;
  }
  .main .ta-c.reverse-sp :nth-last-child(3) {
    order: 3;
  }
  .main .button,
  .main .button-l,
  .main .button-cv,
  .main .button-cvl,
  .main .button-cvxl {
    font-size: 1.4rem;
    margin: 0 auto;
  }
  .main .buttonList .button,
  .main .buttonList .button-l,
  .main .buttonList .button-cv,
  .main .buttonList .button-cvl,
  .main .buttonList .button-cvxl,
  .main .ta-c .button,
  .main .ta-c .button-l,
  .main .ta-c .button-cv,
  .main .ta-c .button-cvl,
  .main .ta-c .button-cvxl {
    margin: 0 0 20px 0;
  }
  .main .ta-c form .button,
  .main .ta-c form .button-l,
  .main .ta-c form .button-cv,
  .main .ta-c form .button-cvl,
  .main .ta-c form .button-cvxl {
    margin: 0px;
  }
  .main .buttonList,
  .main .ta-c form {
    max-width: none;
    margin: 0 0 20px;
    width: 100%;
  }
}

/*テーブル*/
.main .table {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 50px;
  border-collapse: collapse;
}
.main .table th,
.main .table td {
  border: 1px solid #DDDDDD;
  text-align: left;
  padding: 13px 20px;
}
.main .table thead th {
  background: #F1E3D4;
  border-right: 1px solid #fff;
}
.main .table thead th:last-child {
  border-right: 1px solid #DDDDDD;
}
.main .table tbody th {
  background: #F5F5F5;
  font-weight: normal;
  border-right: 1px solid #fff;
  vertical-align: middle;
}
.main .table caption {
  margin-bottom: 10px;
}
.main .table th,
.main .table td {
  vertical-align: top;
}
.main .table>dl {
  margin-top: 0 !important;
  display: table-row;
}
.main .table>dl>dt,
.main .table>dl>dd {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  padding: 15px 10px;
}
.main .table>dl>dt {
  width: 25%;
  background-color: #F1E3D4;
  font-weight: bold;
  border: 1px solid #DDDDDD;
  border-right: none;
  /*border-left: 1px solid #6a430a;*/
}
.main .table>dl>dd {
  width: 75%;
  border: 1px solid #DDDDDD;
  background-color: white;
  border-left: none;
}
.main .table>dl>dd>ul {
  margin-top: 10px !important;
}
.main .table .tr {
  display: table-row;
}
.main .table .tr .td {
  display: table-cell;
}
.main .table+p {
  margin-top: 20px;
}
.main .table+.linkList,
.main .table+.linkList-b {
  margin-top: 10px;
}
@media screen and (max-width:768px) {
  .main .table {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .main .table th,
  .main .table td {
    border: 1px solid #DDDDDD;
    text-align: left;
    padding: 12px 12px;
  }
}

.main .mediaBox .text .title {
  font-size: 1.4rem;
  margin-bottom: 10px;
}

/*画像*/
.main>.figure {
  max-width: 850px;
  margin: 0 auto 70px;
}
.main>.figure .image {
  margin-bottom: 30px;
}

/*sns*/
.main .snsList {
  overflow:hidden;
  display: flex;
}
.main .snsList>li{
  width: auto;
}
.main .snsList>li iframe{
  width: auto;
}
.main .snsList>li.fb {
  width: 90px;
  margin: 0 5px;
}
.main .snsList>li.fb-share {
  width: 90px;
  margin: 0 15px 0 5px;
}


/************
カラム
***********/
/*マージンボトム*/
.main .cols-fixed,
.main .cols-1,
.main .cols-2,
.main .cols-3,
.main .cols-4 {
  margin-bottom: 45px;
}
.main .cols-fixed .image,
.main .cols-1 .image,
.main .cols-2 .image,
.main .cols-3 .image,
.main .cols-4 .image {
  margin-bottom: 35px;
}
.main .cols {
  display: flex;
  justify-content: space-between;
}
.main .cols .cols-1of2 {
  width: calc(50% - 30px);
}
.main .cols-fixed {
  display: flex;
  justify-content: center;
}
.main .cols-fixed .cols-1of2 {
  width: calc(50% - 30px);
  margin-right: 60px;
}
.main .cols-fixed .cols-1of2:only-child,
.main .cols-fixed .cols-1of2:nth-child(2n) {
  margin-right: 0px;
}
.main .cols-fixed .cols-1of2 .image {
  text-align: center;
  margin-bottom: 25px;
}
.main .cols-3 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  margin-bottom: 35px;
  justify-content: center;
}
.main .cols-3>.col {
  margin-right: 5.5%;
  width: 20.8%;
}
.main .cols-3>.col:last-child {
  margin-right: 0;
}
.main .cols-3>.col .image {
  margin-bottom: 25px;
}
.main .cols-4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.main .cols-4>.col {
  margin-right: 5.5%;
  width: 20.8%;
}
.main .cols-4>.col:last-child {
  margin-right: 0;
}
.main .cols-4>.col .image {
  margin-bottom: 25px;
}
@media screen and (max-width:768px) {
  .main .cols-fixed,
  .main .cols-1,
  .main .cols-2,
  .main .cols-3,
  .main .cols-4 {
    margin-bottom: 10px;
  }
  .main .cols-fixed .image,
  .main .cols-1 .image,
  .main .cols-2 .image,
  .main .cols-3 .image,
  .main .cols-4 .image {
    margin-bottom: 15px;
  }
  .main .cols-fixed {
    width: 100%;
    margin-right: 0px;
  }
  .main .cols {
    display: block;
  }
  .main .cols .cols-1of2 {
    width: 100%;
  }
  .main .cols-fixed {
    display: flex;
  }
  .main .cols-fixed .cols-1of2 {
    width: 100%;
    margin-right: 20px;
  }
  .main .cols-fixed .cols-1of2 .image img {
    text-align: center;
    max-width: 100%;
  }
  .main .cols-3 {
    display: block;
  }
  .main .cols-3>.col {
    margin-right: 0;
    width: 100%;
    text-align: center;
  }
  .main .cols-4 {
    display: block;
  }
  .main .cols-4>.col {
    margin-right: 0;
    width: 100%;
    text-align: center;
  }
}

.main .indentList-s>li {
  font-size: 1.2rem;
}
.main .indentList-s>li,
.main .indentList>li {
  position: relative;
  padding-left: 1em;
  line-height: 1.714;
  margin-bottom: 0.2em;
  text-indent: -1em;
}

/*リンク矢印*/
.main .linkList {
  display: flex;
  flex-wrap: wrap;
}

.main .linkList>li {
  width: 100%;
  margin-bottom: 0.5em;
}
.main .linkList>li.anchor {
  width: auto;
}
.main .linkList.row>li {
  width: auto;
  margin-right: 24px;
}

.main .linkList a {
  position: relative;
  padding-left: 16px;
  padding-right: 2em;
  display: inline-block;
  line-height: 1.7;
}
.main .linkList a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.4em;
  border: 5px solid transparent;
  border-left: 7px solid #00a728;
}
.main .external a {
  position: relative;
  color: #000;
}
.main .external a::after {
  content: "";
  margin-left: 9px;
  display: inline-block;
  width: 14px;
  height: 11px;
  background: url(../svg/target-blank_black.svg) no-repeat;
  background-size: 100%;
  -webkit-backface-visibility: hidden;
}

.main .linkList>.pdf>a {
  position: relative;
}

.main .linkList>.pdf>a::after {
  position: relative;
  content: '';
  right: 0;
  top: 3px;
  display: inline-block;
  width: 12px;
  height: 14px;
  margin-left: 8px;
  background: url(../svg/pdf.svg) no-repeat;
  background-position: 100% 50%;
  background-size: 100%;
}

.main .linkList>.anchor>a {
  position: relative;
  padding-left: 16px;
  display: inline-block;
}

.main .linkList>.anchor>a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  border: 5px solid transparent;
  border-top: 7px solid #00a728;
}

.main .linkList.cols-1,
.main .linkList.cols-2,
.main .linkList.cols-3,
.main .linkList.cols-4 {
  justify-content: flex-start;
}


.main .linkList.cols-1>li {
  width: 100%;
  margin-bottom: 0;
}

.main .linkList.cols-2>li {
  width: 50%;
  margin-bottom: 0;
}

.main .linkList.cols-3>li {
  width: 33.33%;
  margin-bottom: 0;
}

.main .linkList.cols-4>li {
  width: 25%;
  margin-bottom: 0;
}

@media screen and (max-width:768px) {
  .main .linkList {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .main .linkList>li,
  .main .linkList.cols-1>li,
  .main .linkList.cols-2>li,
  .main .linkList.cols-3>li,
  .main .linkList.cols-4>li {
    width: 100%;
    margin-bottom: 15px;
  }
  .main .linkList.row>li {
    width: 100%;
    margin-right: 0;
  }
}

/*テキストリスト*/
.main .textList li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 0.5em;
}
.main .textList li a {
  text-decoration: underline;
}
.main .textList li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 8px;
  height: 8px;
  background: #00a728;
  border-radius: 50%;
}

.main ol.textList li {
  counter-increment: number;
}
.main ol.textList li::before {
  content: counter(number)".";
  position: absolute;
  display: block;
  width: 1.5em;
  height: 1em;
  top: 0;
  left: 0;
  background: none;
  border-radius: 0;
  color: #00A728;
  font-weight: bold;
}
/*子階層の場合リセット*/
.main ol.textList li ol.textList{
  counter-reset: number 0;
}
/*子階層の場合ローマ数字*/
.main ol.textList li ol.textList li::before{
  content: counter(number,lower-roman)".";
}
@media screen and (max-width:768px){

  .main .textList li::before {
    top: 0.55em;
  }

}

/*画像+テキスト*/
.main .mediaBox,
.main .mediaBox-reversed,
.main .mediaBox-auto,
.main .mediaBox-auto-reversed {
  margin-bottom: 45px;
  overflow: hidden;
}

.main .mediaBox .media,
.main .mediaBox-auto .media,
.main .mediaBox-auto-reversed .media {
  margin: 0 25px 25px 0;
  float: left;
}

.main .mediaBox-reversed .media {
  float: right;
  margin: 0 0 25px 25px;
}

.main .mediaBox .text,
.main .mediaBox-reversed .text,
.main .mediaBox-auto .text,
.main .mediaBox-auto-reversed .text {
  overflow: hidden;
}

.main .mediaBox .text :last-child,
.main .mediaBox-reversed .text :last-child,
.main .mediaBox-auto .text :last-child,
.main .mediaBox-auto-reversed .text :last-child {
  margin-bottom: 0;
}

.main .mediaBox .text .title,
.main .mediaBox-auto .text .title,
.main .mediaBox-reversed .text .title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.main .mediaBox-floated,
.main .mediaBox-reversed-floated {
  margin-bottom: 45px;
  overflow: hidden;
}

.main .mediaBox-floated .media {
  margin-right: 25px;
  margin-bottom: 25px;
  float: left;
}

.main .mediaBox-reversed-floated .media {
  margin-bottom: 25px;
  float: right;
  margin-left: 25px;
}

/*回り込み テキスト*/
.main .mediaBox-floated .text,
.main .mediaBox-reversed-floated .text {
  overflow: hidden;
}

.main .mediaBox-floated .text .title,
.main .mediaBox-reversed-floated .text .title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.main .mediaBox-fixed-floated,
.main .mediaBox-fixed-reversed-floated {
  margin-bottom: 45px;
  overflow: hidden;
}

.main .mediaBox-fixed-floated .media {
  margin-right: 25px;
  margin-bottom: 25px;
  float: left;
}

.main .mediaBox-fixed-reversed-floated .media {
  margin-bottom: 25px;
  float: right;
  margin-left: 25px;
}

.main .mediaBox-fixed-floated .text,
.main .mediaBox-fixed-reversed-floated .text {
  overflow: visible;
}

.main .mediaBox-fixed-floated .text .title,
.main .mediaBox-fixed-reversed-floated .text .title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width:768px) {
  .main .mediaBox,
  .main .mediaBox-reversed {
    display: block;
    margin-bottom: 20px;
  }

  .main .mediaBox .text .title,
  .main .mediaBox-auto .text .title,
  .main .mediaBox-reversed .text .title {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 12px;
  }

  .main .mediaBox .text,
  .main .mediaBox-reversed .text {
    display: block;
    margin-bottom: 0px;
  }

  .main .mediaBox .media {
    margin: 0 0 25px 0;
    float: none;
    text-align: center;
  }

  .main .mediaBox-reversed .media {
    margin: 0 0 20px 0;
    float: none;
    text-align: center;
  }
  .main .mediaBox-auto .media {
    margin: 0 20px 0 0;
    max-width: 100px;
  }

  .main .mediaBox-floated .text .title,
  .main .mediaBox-reversed-floated .text .title {
    font-size: 1.6rem;
    margin: 0 0 12px 0;
  }

  .main .mediaBox-floated .media {
    margin-right: 20px;
    margin-bottom: 20px;
    max-width: 50%;
  }

  .main .mediaBox-reversed-floated .media {
    margin-bottom: 20px;
    margin-left: 20px;
    max-width: 50%;
  }

  .main .mediaBox-fixed-floated .media {
    margin-right: 20px;
    margin-bottom: 0px;
    max-width: 50%;
  }

  .main .mediaBox-fixed-reversed-floated .media {
    margin-right: 0px;
    margin-left: 20px;
    margin-bottom: 0px;
    max-width: 50%;
  }

  .main .mediaBox-fixed-floated,
  .main .mediaBox-fixed-reversed-floated {
    margin-bottom: 20px;
  }

  .main .mediaBox-fixed-floated .text .title,
  .main .mediaBox-fixed-reversed-floated .text .title {
    font-size: 1.6rem;
    margin: 0 0 12px 0;
  }

  /*sp反転*/
  .main .mediaBox-auto-reversed {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .main .mediaBox-auto-reversed .media {
    order: 2;
    float: none;
    margin: 0 0 15px;
  }
  .main .mediaBox-auto-reversed .text {
    order: 1;
    width: 100%;
    text-align: center;
  }
}


/*赤フレーム*/
.main .frame-red {
  position: relative;
  padding: 50px 30px 50px;
  color: #E90000;
  z-index: 2;
  background: #FFEBEB;
  margin-bottom: 50px;
}
.main .frame-red .noteText-rs {
  margin-bottom: 0;
}
.main .frame-red .heading {
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
  font-size: 1.8rem;
}
.main .frame-red::after {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  margin-left: calc(50% - 50vw);
  z-index: -1;
  background: #FFEBEB;
}
@media screen and (max-width:1200px) {
  .main .frame-red {
    padding: 40px 20px 50px;
  }
}
@media screen and (max-width:768px) {
  .main .frame-red {
    padding: 30px 0px 35px;
  }
}

/*緑フレーム*/
.main .frame-green {
  position: relative;
  padding: 50px 30px 50px;
  z-index: 2;
  background: #FFFBF0;
  margin-bottom: 50px;
}
.main .frame-green>:last-child {
  margin-bottom: 0;
}
.main .frame-green .noteText-rs {
  margin-bottom: 0;
}
.main .frame-green .heading {
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
  font-size: 1.8rem;
}
.main .frame-green .headingSecondly {
  margin-bottom: 25px;
  margin-top: 0;
}
.main .frame-green.frame-wide::after {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  margin-left: calc(50% - 50vw);
  z-index: -1;
  background: #FFFBF0;
}
.main .frame-green .frame-red::after {
  display: none;
}
.main .figure {
  margin-bottom: 30px;
}
.main .figure .figcaption .ta-c {
  margin: 0;
}
.main .figure .image {
  text-align: center;
}
@media screen and (max-width:1200px) {
  .main .frame-green {
    padding: 40px 20px 40px;
  }
}
@media screen and (max-width:768px) {
  .main .frame-green {
    padding: 30px 20px 15px;
    margin-bottom: 30px;
  }
  .main .figure {
    margin-bottom: 15px;
  }
}
.shop-search-head.wide {
  position: relative;
  margin-bottom: 40px;
}
.shop-search-head.wide::after {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  margin-left: calc(50% - 50vw);
  z-index: -1;
  background: #FFFBF0;
}
@media screen and (max-width:768px) {
  .shop-search-head.wide .wrap-s {
    padding: 0;
  }
}

/*横並びブロックリンク*/
.main .tableCols-wrap {
  margin-bottom: 0;
}
.main .tableCols-wrap:last-of-type,
.main .tableCols-wrap:last-child {
  margin-bottom: 60px;
}
.main .tableRow {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main .tableRow .clickableFrame {
  width: calc(50% - 30px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
  border-radius: 10px;
  background: #fff;
  padding: 0;
  margin-bottom: 28px;
}
.main .tableRow .clickableFrame a {
  display: block;
  padding: 25px;
}
.main .tableRow .mediaBox,
.main .tableRow .mediaBox-reversed {
  margin-bottom: 0;
}
.main .tableRow .clickableFrame .mediaBox .media {
  margin: 0 25px 0 0;
  float: left;
}
.main .tableRow .clickableFrame .mediaBox-reversed .media {
  float: right;
  margin: 0 0 0 25px;
}
.main .tableRow .mediaBox .text .title,
.main .tableRow .mediaBox-reversed .text .title {
  margin-bottom: 10px;
}
.main .tableRow .mediaBox p {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .main .tableCols-wrap:last-of-type,
  .main .tableCols-wrap:last-child {
    margin-bottom: 37px;
  }
  .main .tableRow {
    display: block;
  }
  .main .tableRow .clickableFrame {
    width: 100%;
    margin-bottom: 20px;
  }
  .main .tableRow .clickableFrame a {
    padding: 20px;
  }
  .main .tableRow .clickableFrame .mediaBox .media {
    margin: 0 15px 0 0;
    max-width: 100px;
  }
  .main .tableRow .clickableFrame .mediaBox-reversed .media {
    margin: 0 0 0 15px;
    max-width: 100px;
  }
}
.main .clickableFrame p {
  margin-bottom: 0;
}
.main .clickableFrame .title {
  margin-bottom: 20px;
}

/*フローナビ*/
.flow-nav {
  display: flex;
  border: 2px solid #00A728;
  margin-bottom: 50px;
  border-radius: 10px;
  overflow: hidden;
}

.flow-nav>li {
  position: relative;
  height: 50px;
  line-height: 54px;
  text-align: center;
  width: 33.33%;
  font-weight: bold;
  font-size: 1.8rem;
  box-sizing: border-box;
  padding-left: 10px;
}

.flow-nav>li:nth-child(1) {
  z-index: 3;
}

.flow-nav>li:nth-child(2) {
  z-index: 2;
}

.flow-nav>li:nth-child(3) {
  z-index: 1;
}

.flow-nav>li:last-child.active {
  width: 33.4%;
}

.flow-nav>li.active {
  background: #00A728;
  color: #fff;
}

.flow-nav>li.done {
  background: #D9F2DF;
  color: #00A728;
}

.flow-nav>li::before {
  content: "";
  position: absolute;
  display: block;
  top: -3px;
  right: -28px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 28px 0 28px 31px;
  border-color: transparent transparent transparent #00A728;
  box-sizing: border-box;
  z-index: -1;
}

.flow-nav>li::after {
  content: "";
  position: absolute;
  display: block;
  top: -3px;
  right: -26px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 28px 0 28px 31px;
  border-color: transparent transparent transparent #fff;
  box-sizing: border-box;
  z-index: -1;
}

.flow-nav>li.active::after {
  border-color: transparent transparent transparent #00A728;
}

.flow-nav>li.done::after {
  border-color: transparent transparent transparent #D9F2DF;
}

.flow-nav>li.done:last-child::before,
.flow-nav>li.done:last-child::after,
.flow-nav>li:last-child::before,
.flow-nav>li:last-child::after {
  display: none;
}

@media screen and (max-width: 1000px) {
  .flow-nav>li {
    font-size: 1.4rem;
  }
}

@media screen and (max-width:768px) {
  .flow-nav {
    margin-bottom: 40px;
    border-radius: 10px;
  }

  .flow-nav>li {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.4;
    font-size: 1.3rem;
    padding-top: 0;
  }

  .flow-nav>li::after {
    top: -16px;
    right: -17px;
    border-width: 41px 0 41px 31px;
    border-color: transparent transparent transparent #fff;
    z-index: -1;
  }

  .flow-nav>li::before {
    top: -16px;
    right: -19px;
    border-width: 41px 0 41px 31px;
    border-color: transparent transparent transparent #00A728;
    z-index: -1;
  }
}


/******************
フォーム系
******************/
.box-form-wrap {
  border-top: 1px solid #ddd;
  padding-top: 35px;
}
.box-form-wrap.no-top {
  border-top: none;
  padding-top: 0px;
}
.box-form {
  margin-bottom: 40px;
}
.box-form-wrap .box-form {
  border-bottom: 1px dashed #ddd;
  padding-bottom: 27px;
  margin-bottom: 27px;
}
.box-form-wrap .box-form:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.main .box-form>*:not(.input-head,.conf-head) {
  margin-bottom: 0;
}
.box-form .meta-icon-link {
  padding-left: 27px;
  margin-bottom: 0;
  margin-left: 10px;
}
@media screen and (max-width:768px) {
  .box-form-wrap {
    padding-top: 20px;
  }
  .box-form {
    margin-bottom: 30px;
  }
  .box-form-wrap .box-form {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.input.type1 {
  max-width: 90px;
}
.input.type2 {
  max-width: 110px;
}
.input.type3 {
  max-width: 588px;
}
.input.type4 {
  max-width: 300px;
}
.input:disabled {
  background: #F5F5F5;
  cursor: #CCCCCC;
}
.input-address {
  display: flex;
  align-items: center;
}
.input-tel {
  display: flex;
  align-items: center;
}
.input-name {
  display: flex;
  align-items: center;
}
.input-name span {
  white-space: nowrap;
}
.input-name input +span {
  margin-left: 10px;
}
.input-name span + input {
  margin-left: 10px;
}
.input-name-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.input-name-wrap .input-name {
  margin-right: 20px;
}
.hyphen {
  padding: 0 12px 0;
  font-weight: bold;
  display: block;
}
.input-head {
  display: flex;
  font-weight: bold;
  margin-bottom: 10px;
}
.input-head .required,
.conf-head .required {
  display: inline-block;
  margin-left: 10px;
  padding: 6px 10px 2px;
  line-height: 1em;
  background: #E90000;
  color: #fff;
  margin-top: -1px;
  white-space: nowrap;
  min-height: 25px;
  font-size: 1.4rem;
}
.conf-head {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.input-message {
  color: #888888;
  font-size: 1.2rem;
  margin-top: 10px;
}
.main .box-form .parts-checkbox + .input-message {
  margin-top: -10px;
}
.box-form textarea{
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 135px;
  max-width: 588px;
  resize: vertical;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 0 10px;
}
@media screen and (max-device-width: 768px) {
  .input,
  textarea {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .input-name-wrap {
    display: block;
  }
  .input-name-wrap .input-name {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .input-name-wrap .input-name:last-child {
    margin-bottom: 0;
  }
}
/*住所入力テーブル*/
.tbl-address {
  width: 100%;
}
.tbl-address th {
  text-align: left;
  width: 300px;
}
.tbl-address td {
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .tbl-address,
  .tbl-address tbody,
  .tbl-address tr,
  .tbl-address th,
  .tbl-address td {
    width: 100%;
    display: block;
  }
  .tbl-address th {
    padding-bottom: 10px;
  }
}

/*セレクトボックス*/
.parts-select {
  position: relative;
  max-width: 588px;
}
.parts-select span {
  position: absolute;
  right: 20px;
  top: calc(50% - 2px);
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-top: 8px solid #00A728;
  user-select: none;
  pointer-events: none;
}
.parts-select select {
  cursor: pointer;
  width: 100%;
  height: 45px;
  padding: 0px 20px;
  border: 1px solid #ccc;
  border-radius: 10px;
  background: #fff;
  text-align: left;
  font-weight: bold;
}
.parts-select select:disabled {
  background: #F5F5F5;
  cursor: #CCCCCC;
}
.parts-select select:disabled::after{
  display: none;
}
.parts-select select:disabled+span {
  border-top: 8px solid #CCCCCC;
}
.parts-select select option {
  padding: 20px;
}
.parts-select-date {
  display: flex;
  align-items: center;
}
.parts-select-date>span {
  white-space: nowrap;
}
.parts-select-date .parts-select {
  width: 90px;
}
.parts-select-date .parts-select select {
  padding: 0 10px;
}
.main .box-form .parts-select-date .parts-select:not(:first-child) {
  margin-top: 0px;
  margin-left: 10px;
}
@media screen and (max-device-width: 768px) {
  .parts-select {
    transform: scale(0.875);
    transform-origin: top left;
    width: calc(100% / 0.875);
  }
  .parts-select select {
    font-size: 1.6rem;
    height: calc(45px / 0.875);
  }
}

/*チェックボックス*/
.parts-checkbox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.parts-checkbox label {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}
.parts-checkbox input {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
}
.parts-checkbox span {
  position: relative;
  display: inline-block;
  padding-left: 3em;
  padding-top: 3px;
  margin-right: 30px;
}
.parts-checkbox span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 29px;
  height: 29px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fff;
  box-sizing: border-box;
}
.parts-checkbox input:disabled + span {
  color: #ccc;
}
.parts-checkbox input:disabled + span::before {
  background: #f5f5f5;
}
.parts-checkbox input:checked+span::after {
  content: '';
  position: absolute;
  left: 9px;
  top: 3px;
  width: 7px;
  height: 15px;
  border-bottom: 4px solid #00A728;
  border-right: 4px solid #00A728;
  transform: rotate(45deg);
}
.parts-checkbox input:checked:disabled+span::after {
  border-bottom: 4px solid #ccc;
  border-right: 4px solid #ccc;
}
@media screen and (max-width:768px) {
  .parts-checkbox span::before {
    width: 26px;
    height: 26px;
  }
  .parts-checkbox input:checked+span::after {
    content: '';
    position: absolute;
    left: 7px;
    top: 1px;
  }
  .parts-checkbox span {
    padding-left: 36px;
    padding-top: 3px;
    margin-right: 25px;
  }
  .shop-name .parts-checkbox span {
    margin-right: 0px;
  }
  .shop-name .parts-checkbox .iconText {
    margin-left: 30px;
  }
}


/*ラジオボタン*/
.parts-radiobox label {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}
.parts-radiobox input {
  display: none;
}
.parts-radiobox span {
  position: relative;
  display: inline-block;
  padding-left: 3em;
  padding-top: 6px;
  margin-right: 30px;
}
.parts-radiobox span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 29px;
  height: 29px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fff;
  border-radius: 50%;
  box-sizing: border-box;
}
.parts-radiobox input:disabled + span::before {
  background: #f5f5f5;
}
.parts-radiobox input:disabled + span {
  color: #ccc;
}
.parts-radiobox input:checked+span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 29px;
  height: 29px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #00A728;
  border-radius: 50%;
  transform: scale(0.7);
  box-sizing: border-box;
}
.parts-radiobox input:checked:disabled+span::after {
  background: #ccc;
}
@media screen and (max-width:768px) {
  .parts-radiobox span {
    padding-left: 38px;
    margin-right: 25px;
    padding-top: 3px;
  }
  .parts-radiobox input:checked+span::after,
  .parts-radiobox span::before {
    width: 26px;
    height: 26px;
  }
}

/*検索*/
.input-search {
  position: relative;
  max-width: 588px;
}
.input-search button {
  position: absolute;
  top: 50%;
  right: 0;
  width: 45px;
  height: 45px;
  -webkit-appearance: none;
  appearance: none;
  transform: translateY(-50%);
  background: url(../svg/icon-search.svg) 7px center no-repeat;
  background-size: 18px;
  z-index: 1;
}


/*追加*/
.cols-auto {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cols-auto>* {
  margin: 0 20px 20px;
}

.main .tableRow .clickableFrame .figure .figcaption .name{
  font-size: 1.6rem;
  font-weight: bold;
}
.main .tableRow .clickableFrame>span>span{
  padding: 25px;
  display: block;
}
.main .tableRow .clickableFrame>span>span .mediaBox .media img{
  max-width: 200px;
}
@media screen and (max-width: 768px) {
  .cols-auto>* {
    width: 100%;
    margin: 0 auto 20px;
  }
  .main .tableRow .clickableFrame>span>span{
    padding: 20px;
  }
  .main .tableRow .clickableFrame>span>span .mediaBox .media img{
    max-width: 100%;
  }
}

/*お知らせ時間*/
#page-topics .headingPrimary + .cols .cols-1of2,
#page-topics .headingPrimary_s + .cols .cols-1of2 {
  color: #888;
  margin-bottom: 30px;
}

/*フリーダイヤル*/
.csFreeDial{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.csFreeDial .csFDLogo{
  max-width: 30px;
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.csFreeDial .csFDNumber{
  font-size: 2.4rem;
  margin-right: 10px;
}

/*規約*/
.box-form.rule {
  overflow: hidden;
}
.box-form .rulearea {
  width: 100%;
  height: 200px;
  resize: vertical;
  border: 1px solid #ccc;
  border-radius: 10px;
  overflow-y: scroll;
}
.input-bottom {
  display: flex;
  font-weight: bold;
}
.input-bottom .required {
  display: inline-block;
  margin-left: 10px;
  padding: 6px 10px 2px;
  line-height: 1em;
  background: #E90000;
  color: #fff;
  margin-top: -1px;
  white-space: nowrap;
  min-height: 25px;
  font-size: 1.4rem;
}
.rule .parts-checkbox {
  margin-top: 20px;
  margin-bottom: 0;
  justify-content: center;
}
.rule .parts-checkbox label {
  margin-bottom: 0;
}
.rule .parts-checkbox span {
  margin-right: 0;
}
.customer-rule .frame-gray {
  position: relative;
  padding: 60px 100px 20px;
  background: #f5f5f5;
}
.customer-rule .headingSecondly {
  margin-top: 0;
}
.customer-rule .textList {
  padding: 35px 30px;
  border-radius: 10px;
  background: #ffffff;
}
.customer-rule .textList li {
  margin-bottom: 20px;
}
.customer-rule .textList li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .customer-rule .frame-gray {
    padding-top: 40px;
    padding-right: calc(50vw - 50%);
    padding-bottom: 5px;
    padding-left: calc(50vw - 50%);
  }
  .customer-rule .textList {
    margin-bottom: 30px;
    padding: 30px 20px;
  }
  .customer-rule .textList li {
    margin-bottom: 20px;
  }
  .customer-rule .textList li:last-child {
    margin-bottom: 0;
  }
}