
/*

  オリジナル

================================================================
*/
figure {
  margin: 0;
  padding: 0;}
figure img {
  width: 100%;
  height: auto;}
.at-brand {
  position: relative;}
.at-brand .title {
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.5;
  font-size: 24px;
  font-weight: 600;
  text-shadow: 0 0 10px rgba(0, 0, 0, .1);
  letter-spacing: .1em;}
.at-brand .title span {
  font-size: 80%;}
.at-brand .flex {
  display: flex;}
.at-brand .flex > div {
  flex: 1;}
.at-brand .flex > div .txt {
  line-height: 1.9;
  font-size: 16px;}
.at-brand .flex figure {
  margin-bottom: 20px;
  text-align: center;}
.at-brand .flex img {
  width: 60%;}

h3.ch3 {
  position: relative;
  font-weight: 600!important;
  margin-bottom: 15px;}
h3.ch3 span {
  position: relative;
  display: block;
  padding: 10px;
  border-top: 1px solid #2a3994;
  border-bottom: 1px solid #2a3994;
  font-size: 18px;
  line-height: 1.5;
  color: #2a3994;
  z-index: 2;}


/*

  全体レイアウト

================================================================
*/
.lx-contents {
  position: relative;
  margin-top: 30px;
  font-size: 16px;
  font-weight: 500;}
.lx-contents + .lx-contents {
  margin-top: 60px;}
.lx-contents .intro h2 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: .1em;
  color: #2a3994;}
.lx-contents .intro h2 span {
  display: inline-block;
  padding: 0 10px;
  color: #fff;
  background: linear-gradient(90deg,rgba(32, 86, 212, 1) 0%, rgba(19, 51, 125, 1) 50%, rgba(32, 86, 212, 1) 100%);}
.lx-contents.mt0 {
  margin-top: 0;}
.ul {
  text-decoration: underline;}
.imgarea {
  margin: 0;
  margin-top: 30px;
  padding: 0;}
.t01 {
  width: 100%;
  margin-top: 20px;}
.t01 + .t01 {
  margin-top: 10px;}
.t01 th {
  width: 38%;
  padding: 10px;
  font-weight: 500;
  text-align: center;
  background-color: #eee;
  font-size: 15px;}
.t01 td {
  padding: 10px;
  font-size: 15px;}
.t01 tr + tr th {
  border-top: 1px solid #fff;}
.t01 tr + tr td {
  border-top: 1px solid #F1F0F2;}
.t01 caption {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .1em;
  color: #333;}
h3 + .t01 {
  margin-top: 0;}
.t01.oth th {
  text-align: left;
  background-color: transparent;
  border-top: 1px solid #eee!important;}
.t01.oth tr + tr th {
  border-top: none;}
.iml {
  overflow: hidden;
  position: relative;
  text-align: left;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;}
.iml:before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://gigaplus.makeshop.jp/wclinic/shop/article/collage/100000001765/iml.png) no-repeat bottom center / 100% auto;
  z-index: 2;}
.lobox {
  margin-top: 30px;}
.lobox .title {
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-align: center;
  font-weight: 600;
  font-size: 17px;
  color: #60485D;
  letter-spacing: .1em;
  border-bottom: 1px solid #ccc;}
.tois {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;}
.tois div {
  width: 48.5%;
  margin-top: 10px;}
.tois div:nth-child(-n+2) {
  margin-top: 0;}
.tois div h3 {
  margin-bottom: 3px;
  font-weight: 600;
  font-size: 18px;
  color: #7b8fc8;
  letter-spacing: .1em;}
.tois div h3 span {
  font-size: 80%;}
.tois div p {
  padding: 20px;
  border-radius: 10px;
  background-color: #f7f7f7;
  font-size: 14px;}

/*
========================================================

  共通レイアウト：おすすめの方

========================================================
*/
.reco {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;}
.reco li {
  width: 49.7%;
  margin-top: 5px;
  padding: 15px 10px;
  border-bottom: 1px solid #2a3994;
  text-align: center;
  color: #333;}
.reco li:nth-child(-n+2) {
  margin-top: 0;}

/*
========================================================

  共通レイアウト：01

========================================================
*/
.lx-contents .cl01 {
  position: relative;}
.lx-contents .cl01 h2 {
  position: relative;
  margin-bottom: 20px;
  padding: 10px 0;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.0;
  color: #fff;
  background-color: #2a3994;
  letter-spacing: .1em;}
.lx-contents .cl01 h2:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  aspect-ratio: 1;
  clip-path: polygon(0 0,100% 0,0 100%);
  background: #eee;}
.lx-contents .cl01 h2:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  aspect-ratio: 1;
  clip-path: polygon(0 100%,100% 0,100% 100%);
  background: #eee;}

/*
========================================================

  共通レイアウト：よくある質問

========================================================
*/
.faq-box {
  position: relative;}
.faq-box dl dt {
  position: relative;
  margin-bottom: 5px;
  font-weight: 500;
  padding: 2px 0;
  padding-left: 40px;}
.faq-box dl dt:before {
  pointer-events: none;
  content: 'Q';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: mincho;
  z-index: 2;}
.faq-box dl dd {
  font-size: 15px;
  padding: 15px 20px;
  background-color: #f9f9f9;}
.faq-box dl dd + dt {
  margin-top: 20px;}

/*
========================================================

  オリジナル

========================================================
*/
.sozai {
  display: flex;
  flex-wrap: wrap;}
.sozai li {
  margin: 5px;
  padding: 0 10px;
  border-radius: 100svh;
  background-color: #8b703f;
  color: #fff;}
.dameyo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;}
.dameyo li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24%;
  padding: 10px;
  margin-top: 10px;
  background-color: #eee;
  text-align: center;}
.dameyo li:nth-child(-n+4) {
  margin-top: 0;}


.txts {
  font-size: 15px;}
.over {
  margin-top: 20px;
  padding: 20px;
  background-color: #f9f9f9;}

.normal-list li {
  position: relative;
  padding-left: 1.2em;}
.normal-list li:before {
  pointer-events: none;
  content: '・';
  position: absolute;
  top: 0;
  left: 0;}





/*
========================================================

  SP用はここからです

========================================================
*/


@media screen and (max-width: 768px) {
    
    /*

  オリジナル

================================================================
*/
figure {
  margin: 0;
  padding: 0;}
.at-brand {
  position: relative;}
.at-brand .title {
  margin-bottom: 5vw;
  text-align: center;
  font-size: 5.2vw;
  font-weight: 600;
  line-height: 1.0;
  text-shadow: 0 0 10px rgba(0, 0, 0, .1);
  letter-spacing: .1em;}
.at-brand .title span {
  display: block;
  margin-top: 1vw;
  font-size: 80%;
  letter-spacing: 0;}
.at-brand figure {
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;}
.at-brand figure img {
  width: 50%;
  height: auto;}
.at-brand .flex {
  display: flex;
  flex-direction: column;}
.at-brand .flex > div {
  width: 100%;
  margin-top: 7vw;}
.at-brand .flex > div .txt {
  line-height: 1.8;
  font-size: 3.4vw;}
.at-brand .flex figure {
  margin-bottom: 5vw;
  text-align: center;}
.at-brand .flex img {
  width: 70%;
  display: inline;}

h3.ch3 {
  position: relative;
  border-bottom: none;
  font-weight: 600!important;
  margin: 0;
  padding: 0;
  margin-bottom: 3.5vw;
  color: #0f3422;}
h3.ch3 span {
  position: relative;
  display: block;
  padding: 1.5vw 3vw;
  border-top: 1px solid #2a3994;
  border-bottom: 1px solid #2a3994;
  font-size: 3.8vw;
  color: #2a3994;
  z-index: 2;}


  全体レイアウト

================================================================
*/
.lx-contents img {
  max-width: 100%;}
.lx-contents {
  position: relative;
  margin-top: 10vw;
  font-size: 3.5vw;
  font-weight: 500;}
.lx-contents p {
  font-size: 3.4vw;}
.lx-contents + .lx-contents {
  margin-top: 10vw;}
.lx-contents .intro h2 {
  padding: 0;
  margin-bottom: 3.5vw;
  background: none;
  text-align: center;
  font-size: 4.8vw;
  line-height: 1.8;
  letter-spacing: .05em;
  color: #2a3994;}
.lx-contents .intro h2 span {
  display: inline-block;
  padding: 0 3vw;
  color: #fff;
  background: linear-gradient(90deg,rgba(32, 86, 212, 1) 0%, rgba(19, 51, 125, 1) 50%, rgba(32, 86, 212, 1) 100%);}
.lx-contents.mt0 {
  margin-top: 0;}
.tc span {
  font-size: 60%;}
.ul {
  text-decoration: underline;}
.imgarea {
  margin: 0;
  margin-top: 5vw;
  padding: 0;}
.t01,
.t01 tr,
.t01 th,
.t01 td,
.t01 tbody {
  display: block;}
.t01 {
  border: none!important;
  width: 100%;
  margin-top: 5vw;}
.t01 th {
  width: auto;
  border: none!important;
  padding: 3vw;
  font-weight: 500;
  background-color: #eee;
  font-size: 3.2vw;}
.t01 td {
  border: none!important;
  padding: 3vw;
  font-size: 3.2vw!important;}
.t01 tr + tr th {
  border-top: 1px solid #fff!important;}
.t01 tr + tr td {
  border-top: 1px solid #eee!important;}
.t01.oth th {
  text-align: left;
  background-color: transparent;
  border-top: 1px solid #eee!important;}
.t01.oth tr + tr th {
  border-top: none;}
.t01 caption {
  white-space: nowrap;
  margin-bottom: 1vw;
  text-align: left;
  font-size: 3.5vw;
  font-weight: 600;
  letter-spacing: .1em;
  color: #333;}
h3 + .t01 {
  margin-top: 0;}
.iml {
  overflow: hidden;
  position: relative;
  text-align: left;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;}
.iml:before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://gigaplus.makeshop.jp/wclinic/shop/article/collage/100000001765/iml.png) no-repeat bottom center / 100% auto;
  z-index: 2;}
.lobox {
  margin-top: 5vw;}
.lobox p {
  line-height: 1.8;}
.lobox .title {
  margin-bottom: 1.5vw;
  padding-bottom: 1.5vw;
  text-align: center;
  font-weight: 600;
  font-size: 3.5vw;
  color: #60485D;
  letter-spacing: .1em;
  border-bottom: 1px solid #ccc;}
.tois {
  flex-direction: column;
  margin-top: 5vw;}
.tois div {
  width: 100%;
  margin-top: 3vw;}
.tois div h3 {
  margin: 0;
  padding: 0;
  margin-bottom: 2vw;
  padding-bottom: 1vw;
  font-weight: 600;
  font-size: 3.8vw;
  color: #7b8fc8;
  letter-spacing: .1em;}
.tois div h3 span {
  font-size: 80%;}
.tois div p {
  padding: 3vw;
  background-color: #f7f7f7;
  font-size: 3.2vw;}

/*
========================================================

  共通レイアウト：おすすめの方

========================================================
*/
.reco {
  flex-direction: column;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0!important;}
.reco li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  list-style-type: none!important;
  width: 100%;
  margin: 0!important;
  padding: 3vw 0;
  font-size: 3.3vw!important;
  border-bottom: 1px solid #2a3994;
  text-align: center;}
.reco li span {
  padding: 0 1vw;}

/*
========================================================

  共通レイアウト：01

========================================================
*/
.lx-contents .cl01 {
  position: relative;}
.lx-contents .cl01 h2 {
  position: relative;
  margin-bottom: 3.5vw;
  padding: 2.5vw 3vw;
  text-align: center;
  font-size: 4.2vw;
  font-weight: 600;
  background-image: none!important;
  background-color: #2a3994;
  color: #fff;
  line-height: 1.5;
  letter-spacing: .07em;}
.lx-contents .cl01 h2:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  aspect-ratio: 1;
  clip-path: polygon(0 0,100% 0,0 100%);
  background: #eee;}
.lx-contents .cl01 h2:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  aspect-ratio: 1;
  clip-path: polygon(0 100%,100% 0,100% 100%);
  background: #eee;}

/*
========================================================

  共通レイアウト：よくある質問

========================================================
*/
.faq-box {
  position: relative;}
.faq-box dl {
  font-size: 3.4vw!important;}
.faq-box dl dt {
  position: relative;
  font-weight: 500;
  padding: 2vw 0;
  padding-left: 11vw;}
.faq-box dl dt:before {
  pointer-events: none;
  content: 'Q';
  position: absolute;
  top: 1vw;
  left: 0;
  height: 8vw;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.8vw;
  font-family: mincho;
  z-index: 2;}
.faq-box dl dd {
  font-size: 3.4vw!important;
  padding: 3vw 4vw;
  line-height: 1.7;
  background-color: #f7f7f7;}
.faq-box dl dd + dt {
  margin-top: 5vw;}
.lx-contents .box05 h3.d_sp span {
  font-size: 3.6vw!important;}
.lx-contents .box05 p {
  font-size: 3vw!important;
  line-height: 1.8;}

/*
========================================================

  オリジナル

========================================================
*/
.meyasu {
  display: flex;
  justify-content: space-between;}
.meyasu li {
  margin: 0!important;
  padding: 0!important;
  list-style-type: none!important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;}
.meyasu li .txt {
  text-align: center;}

/*
========================================================

  オリジナル

========================================================
*/
.sozai {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0;}
.sozai li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 49%;
  list-style-type: none!important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  margin: 0!important;
  margin-top: 1vw!important;
  padding: 1vw!important;
  border-radius: 1vw;
  background-color: #8b703f;
  font-size: 3.3vw!important;
  text-align: center;
  line-height: 1.3;
  color: #fff;}
.sozai li:nth-child(-n+2) {
  margin-top: 0!important;}
.dameyo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;}
.dameyo li {
  list-style-type: none!important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 49%;
  margin: 0!important;
  margin-top: 1vw!important;
  padding: 1vw!important;
  background-color: #eee;
  text-align: center;}
.sozai li:nth-child(-n+2) {
  margin-top: 0!important;}
.dameyo li:nth-child(-n+4) {
  margin-top: 0;}

.txts {
  font-size: 3.2vw;}
.over {
  margin-top: 5vw;
  padding: 3.5vw;
  background-color: #f9f9f9;}

.normal-list {
  margin-top: 0!important;}
.normal-list li {
  margin: 0!important;
  padding: 0!important;
  list-style-type: none!important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  position: relative;
  padding-left: 1.2em!important;
  font-size: 3.4vw!important;}
.normal-list li:before {
  pointer-events: none;
  content: '・';
  position: absolute;
  top: 0;
  left: 0;}
}