@charset "UTF-8";

@import url(../fonts/font-awesome.min.css);
@import url('//fonts.googleapis.com/css?family=Crimson+Text:400,600');


@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Medium");
}

@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

@-webkit-keyframes move-right {
  0% {
    -webkit-transform: rotate(45deg) translate(0, 0);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: rotate(45deg) translate(40px, -40px);
    opacity: 0;
  }
}

@keyframes move-right {
  0% {
    transform: rotate(45deg) translate(0, 0);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: rotate(45deg) translate(40px, -40px);
    opacity: 0;
  }
}

/* PCでは表示・SPでは非表示 */
#header_pc {
  display: block;
}

#header_sp {
  display: none;
}

#footer_pc {
  display: block;
}

#footer_sp {
  display: none;
}

html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td {
  font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", sans-serif;
}

.txt_left {
  text-align: left;
}

.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

#ins-wrapper #ins-containerB .clearfix:after {
  clear: both;
  content: "";
  display: block;
}

#ins-wrapper #ins-containerB a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#ins-wrapper #ins-containerB a:hover {
  text-decoration: none;
}

#ins-wrapper #ins-containerB a img {
  border: none;
}

#ins-wrapper #ins-containerB img {
  vertical-align: bottom;
}

#ins-wrapper #ins-containerB li {
  list-style: none;
}

.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.f_mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  text-align: center;
}

.f_crimson {
  font-family: 'Crimson Text', serif;
}

.red {
  /*color: #F00;*/
  color: #e74848;
  font-weight: bold;
}

#ins-wrapper #ins-containerB .cmn-btn1 {
  text-align: center;
}

#ins-wrapper #ins-containerB .cmn-btn1 a {
  color: #ffffff;
  background-color: #614699;
  box-sizing: border-box;
  display: block;
  position: relative;
}

#ins-wrapper #ins-containerB .cmn-btn1 a::after {
  font-family: 'FontAwesome';
  content: "\f105";
  font-size: 1em;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2.5%;
}

#ins-wrapper #ins-containerB .headline-02 {
  color: #333333;
  position: relative;
}

#ins-wrapper #ins-containerB .headline-02::after {
  content: "";
  background-color: #333333;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}


#ins-wrapper #ins-containerB {
  width: 996px;
  background: #fff;
  color: #000000;
  font-size: 14px;
  line-height: 1.62;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  word-break: normal;
}

#ins-wrapper #ins-containerB * {
  box-sizing: border-box;
}

#ins-wrapper #ins-containerB a {
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

#ins-wrapper #ins-containerB a:hover {
  opacity: 0.7;
}

#ins-wrapper #ins-containerB .is_pc {
  display: inline-block;
}

#ins-wrapper #ins-containerB .is_sp {
  display: none;
}

#ins-wrapper #ins-containerB section {
  /* padding: 60px 0; */
}

#ins-wrapper #ins-containerB h1 {
  font-size: 24px;
}

#ins-wrapper #ins-containerB h2 {
  font-size: 24px;
  line-height: 2;
}

#ins-wrapper #ins-containerB h3 {
  display: flex;
  align-items: center;
  font-size: 32px;
  font-weight: 600;
  color: #278dd2;
  margin-top: 62px;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  text-align: center;
}

#ins-wrapper #ins-containerB h3:before,
#ins-wrapper #ins-containerB h3:after {
  content: "";
  height: 2px;
  flex-grow: 1;
  border-top: solid 1px #278dd2;
  border-bottom: solid 1px #278dd2;
}

#ins-wrapper #ins-containerB h3:before {
  margin-right: 1rem;
}

#ins-wrapper #ins-containerB h3:after {
  margin-left: 1rem;
}

#ins-wrapper #ins-containerB h4 {
  text-align: center;
  align-items: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: .06em;
  color: #278dd2;
  margin-top: 62px;
  padding-top: 40px;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  text-align: center;
  background: url(../img/kouden_bg.png);
}

#ins-wrapper #ins-containerB .gold {
  color: #b49161;
}

#ins-wrapper #ins-containerB .lead {
  font-size: 16px;
  line-height: 1.875;
  text-align: center;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}



/* lead */
#ins-wrapper #ins-containerB .lead {
  position: relative;
  text-align: center;
  color: #1f1f1f;
  padding: 26px 0;
  margin-top: 46px;
}

#ins-wrapper #ins-containerB .lead::before {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 6px;
    box-sizing: border-box;
    top: 0;
    border-top: 1px solid #018bd1;
    border-bottom: 1px solid #018bd1;
}

#ins-wrapper #ins-containerB .lead::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 6px;
    box-sizing: border-box;
    bottom: 0;
    border-top: 1px solid #018bd1;
    border-bottom: 1px solid #018bd1;
}

#ins-wrapper #ins-containerB .lead dt {
  font-size: 20px;
  max-width: 748px;
  display: inline-block;
  line-height: 1.7;
  font-weight: 600;
}

#ins-wrapper #ins-containerB .lead dd {
  display: inline-block;
  position: relative;
  height: 62px;
  line-height: 62px;
  letter-spacing: 0.06em;
  text-align: center;
  padding: 0 60px;
  margin-top: 12px;
  font-size: 24px;
  font-weight: 600;
  background: url(../img/blue_bg.png);
  color: #FFF;
  box-sizing: border-box;
}

#ins-wrapper #ins-containerB .lead dd:before,
#ins-wrapper #ins-containerB .lead dd:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

#ins-wrapper #ins-containerB .lead dd:before {
  top: 0;
  left: 0;
  border-width: 31px 0px 31px 20px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

#ins-wrapper #ins-containerB .lead dd:after {
  top: 0;
  right: 0;
  border-width: 31px 20px 31px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}


/* guide */

#ins-wrapper #ins-containerB .guide .inner {
  text-align: center;
  margin-top: 8px;
}

#ins-wrapper #ins-containerB .guide p {
  font-size: 16px;
  line-height: 1.9;
  margin-top: 32px;
}

/* point */

#ins-wrapper #ins-containerB .point .inner {
}

#ins-wrapper #ins-containerB .point figure {
  margin-top: 56px;
  text-align: center;
}

/* step */

#ins-wrapper #ins-containerB .step .inner {}

#ins-wrapper #ins-containerB .step figure {
  margin-top: 56px;
  text-align: center;
}

#ins-wrapper #ins-containerB .step .inner .payment_btn {

}

#ins-wrapper #ins-containerB .payment_btn {
  text-align: center;
  max-width: 590px;
  margin: 32px auto 0;
}

#ins-wrapper #ins-containerB .payment_btn a {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  color: #fff;
  padding: 0.8em;
  width: 100%;
  background: #48a7e7;
}

#ins-wrapper #ins-containerB .payment_btn a::after {
  font-family: 'Font Awesome 5 Free';
  content: "\f078";
  font-size: 1em;
  color: #fff;
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 1.2em;
  margin-top: -14px;
}

#ins-wrapper #ins-containerB .payment_btn a:hover {
  background: #4db3f7;
}

/* service */

#ins-wrapper #ins-containerB .service .inner {}

#ins-wrapper #ins-containerB .service .free_3 {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}

#ins-wrapper #ins-containerB .service .free_3 dl {
  position: relative;
  text-align: center;
  margin: 0 20px;
}

#ins-wrapper #ins-containerB .service .free_3 dt {
  position: inherit;
  display: inline-block;
  margin: auto;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  background: #48a7e7;
  border-radius: 0.4em;
  padding: .2em .6em;
}

#ins-wrapper #ins-containerB .service .free_3 dd {
  margin-top: -20px;
}

#ins-wrapper #ins-containerB .service figure {
  margin-top: 56px;
  text-align: center;
}

#ins-wrapper #ins-containerB .service .s_note {
  font-size: 16px;
  max-width: 796px;
  margin: 40px auto 0;
}

#ins-wrapper #ins-containerB .service .s_note dl {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#ins-wrapper #ins-containerB .service .s_note dt {
  display: inline-block;
  vertical-align: top;
  line-height: 1.9;
  width: 2.3em;
}

#ins-wrapper #ins-containerB .service .s_note dd {
  display: inline-block;
  line-height: 1.9;
}

#ins-wrapper #ins-containerB .service .s_note a {
}

/* voice */

#ins-wrapper #ins-containerB .voice .inner {}

#ins-wrapper #ins-containerB .voice .inner h3 {
  margin-bottom: 52px;
}

#ins-wrapper #ins-containerB .voice figure {
  margin-top: 56px;
  text-align: center;
}

/* kouden_item */

#ins-wrapper #ins-containerB .kouden_item .inner {}

#ins-wrapper #ins-containerB .kouden_item .inner p {
  font-size: 16px;
  line-height: 1.8;
  margin: 60px 40px;
  color: #1e1e1e;
}

#ins-wrapper #ins-containerB .kouden_item .inner .item {
  margin: 60px 40px;
  color: #1e1e1e;
}

#ins-wrapper #ins-containerB .kouden_item .unit1 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-content: flex-start;
  align-content: flex-start;
}

#ins-wrapper #ins-containerB .kouden_item .unit2 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  margin-top: 60px;
}

#ins-wrapper #ins-containerB .kouden_item .item dl {
  width: 100%;
  padding: 0 20px 4px;
  border-left: 3px solid #278dd2;
  margin-bottom: 40px;
}

#ins-wrapper #ins-containerB .kouden_item .item dt {
  font-size: 36px;
  color: #278dd2;
  letter-spacing: .04em;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}

#ins-wrapper #ins-containerB .kouden_item .item dd {
  font-size: 16px;
  color: #1e1e1e;
  letter-spacing: .04em;
  margin-top: .4em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

#ins-wrapper #ins-containerB .kouden_item .item .price{
  font-weight: bold;
}

/* payment */

#ins-wrapper #ins-containerB #payment .inner {}

#ins-wrapper #ins-containerB #payment p {
  font-size: 16px;
  margin-top: 32px;
  text-align: center;
}

#ins-wrapper #ins-containerB #payment .todokebi {
  font-size: 16px;
  margin-top: 32px;
  line-height: 1.7;
}

#ins-wrapper #ins-containerB #payment figure {
  text-align: center;
  margin-top: 20px;
}

#ins-wrapper #ins-containerB #payment dl {
  margin: 40px 100px 0;
}

#ins-wrapper #ins-containerB #payment dt {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.06em;
  padding: 12px 14px 12px 2em;
  color: #48a7e7;
  border-bottom: 2px solid #48a7e7;
}

#ins-wrapper #ins-containerB #payment dt::before {
  font-family: 'Font Awesome 5 Free';
  content: "\f073";
  font-size: 1em;
  color: #48a7e7;
  font-weight: 400;
  /* ラベルのアイコン */
  position: absolute;
  top: 50%;
  left: 0.6em;
  margin-top: -16px;
}



/* #ins-wrapper #ins-containerB .payment dt::before {
  position: absolute;
  content: "\f073";
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
  top: 50%;
  left: 4px;
  right: auto;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
} */

#ins-wrapper #ins-containerB #payment dd {
  padding: 20px 20px;
  line-height: 1.8;
  font-size: 16px;
  letter-spacing: .06em;
  /* background: url(../img/white_bg.png); */
}

#ins-wrapper #ins-containerB #payment dd span {
  position: relative;
  display: inline-block;
  padding-left: 1em;
}

#ins-wrapper #ins-containerB #payment dd span:before {
  position: absolute;
  content: '※';
  left: 0;
  top: 0;
}

#ins-wrapper #ins-containerB .page_top .inner {
  position: relative;
  margin: 40px 40px 0;
  height: 110px;
}

#ins-wrapper #ins-containerB .page_top .top_btn {
  position: absolute;
  top: 32px;
  right: 0;
}

#ins-wrapper #ins-containerB .page_top .top_btn a {
  
}

/*トップへ戻るボタン*/
.page_top .inner a{
  z-index: 999;
  position:fixed; /*固定*/
  bottom:20px; /*場所を右下に移動*/
  right:20px; /*場所を右下に移動*/
  display:block; /*aタグをblock要素に変更*/
  width:60px;
  height:60px;
  text-align:center;
  line-height:22px;
  border-radius:30px;
  box-sizing:border-box;
}
.topBtn:hover {
  opacity:0.7;
}


/* order_btn */

#ins-wrapper #ins-containerB .order_btn {
  text-align: center;
  max-width: 726px;
  margin: 40px auto 0;
}

#ins-wrapper #ins-containerB .order_btn a {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 22px;
  color: #fff;
  padding: 0.8em;
  width: 100%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  background: #695093;
}

#ins-wrapper #ins-containerB .order_btn a::after {
  font-family: 'Font Awesome 5 Free';
  content: "\f054";
  font-size: 1em;
  color: #fff;
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 1.2em;
  margin-top: -16px;
}

#ins-wrapper #ins-containerB .order_btn a:hover {
  background: #7d5fb1;
}


#ins-wrapper #ins-containerB .order_note {
  font-size: 16px;
  max-width: 726px;
  margin: 24px auto 0;
}

#ins-wrapper #ins-containerB .order_note dl {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

/*accordion
--------------------------------*/

.acd-check{
    display: none;
}
.acd-label{
  background: #48a7e7;
  color: #fff;
  display: block;
  padding: 15px 0 15px 52px;
  position: relative;
  font-size: 20px;
  font-weight: 600;
  margin-top: 26px;
  box-shadow:0px 2px 0px 0px #2a95d5;
  cursor: pointer;
}
.acd-label:before{
    /* background: #00479d; */
    box-sizing: border-box;
    content: '\f4ad';
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding: 15px 20px;
    position: absolute;
    left: 0;
    top: 0px;
}
.acd-label:after{
    /* background: #00479d; */
    box-sizing: border-box;
    content: '\f078';
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding: 15px 20px;
    position: absolute;
    right: 0;
    top: 0px;
}
.acd-content{
    border: 1px solid #48a7e7;
    background: url(../img/white_bg.png);
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .2s;
    visibility: hidden;
    box-shadow:0px 2px 0px 0px #2a95d5;
    box-sizing:padding-box;
}
.acd-check:checked + .acd-label:after{
    content: '\f077';
}
.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    padding: 10px;
    visibility: visible;
    transition: .5s;
}
.acd-check:checked + .acd-label + .acd-content p{
    padding: 18px 26px;
    font-size: 16px;
    line-height: 1.8;
}

@media all and (-ms-high-contrast: none) {

  #ins-wrapper #ins-containerB .lead dd {
    padding: 4px 60px 0;
  }
  
  #ins-wrapper #ins-containerB .payment_btn a {
    padding: 1em .8em .6em;
  }

  #ins-wrapper #ins-containerB .service .free_3 dt {
    padding: .3em .6em 0;
  }

  .acbox label {
    padding: 18px 2.7em 12px;
  }

  #ins-wrapper #ins-containerB .order_btn a {
    padding: 1em .8em .6em;
  }

  #ins-wrapper #ins-containerB #payment dt {
    padding: 16px 14px 8px 2.7em;
  }

}


/* pc ---------------------------------------------------------------------------------------------- */
@media print,
screen and (min-width: 600px) {
  .is-sp {
    display: none !important;
  }

  .is-pc {
    display: block !important;
  }

  .roll {
    -webkit-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
    display: block;
  }

  .roll:hover {
    opacity: 0.7;
  }

  #ins-wrapper #ins-containerB .headline-02 {
    font-size: 28px;
    line-height: 2.86;
  }

  .mac #ins-wrapper #ins-containerB .headline-02 {
    font-weight: 400;
  }

  #ins-wrapper #ins-containerB .headline-02::after {
    width: 30px;
  }

  #ins-wrapper #ins-containerB .cmn-btn1 a {
    font-size: 18px;
  }

  #ins-wrapper #ins-containerB {
    margin-bottom: 20px;
  }

  #ins-wrapper #ins-containerB .order_note dt {
    display: inline-block;
    vertical-align: top;
    line-height: 1.7;
    width: 1.3em;
  }

  #ins-wrapper #ins-containerB .order_note dd {
    display: inline-block;
    line-height: 1.7;
  }

  #ins-wrapper #ins-containerB .order_note dd a {
    text-decoration: underline;
  }

}


/* sp ---------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 599px) {
  .is-sp {
    display: inline-block !important;
  }

  .is-pc {
    display: none !important;
  }

  .android #ins-wrapper #ins-containerB .f_mincho {
    font-family: "Noto Serif Japanese", serif;
  }

  /* PCでは非表示・スマホでは表示 */
  #header_pc {
    display: none;
  }

  #left_pc {
    display: none;
  }

  #service_pc {
    display: none;
  }

  #footer_pc {
    display: none;
  }

  #header_sp {
    display: block;
  }

  #footer_sp {
    display: block;
  }

  #ins-mainUpper #ins-topicPath,
  #ins-wrapper #ins-containerB,
  #ins-wrapper #ins-containerB .ins-layoutA {
    max-width: 100%;
    width: 100%;
  }

  #ins-wrapper {
    padding: 0 !important;
  }

  #ins-wrapper #ins-containerB * {
    box-sizing: border-box;
  }

  #ins-wrapper #ins-containerB {
    margin-bottom: 5%;
  }

  #ins-wrapper #ins-containerB .is_pc {
    display: none;
  }

  #ins-wrapper #ins-containerB .is_sp {
    display: block;
  }

  /* #ins-wrapper #ins-containerB h3 {
    font-size: 26px;
    margin-bottom: 20px;
  } */

  #ins-wrapper #ins-containerB h3 {
    display: flex;
    align-items: center;
    font-size: 26px;
    font-weight: 600;
    color: #278dd2;
    margin-top: 40px;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
    text-align: center;
  }

  #ins-wrapper #ins-containerB h3:before,
  #ins-wrapper #ins-containerB h3:after {
    content: "";
    height: 2px;
    flex-grow: 1;
    border-top: solid 1px #278dd2;
    border-bottom: solid 1px #278dd2;
  }

  #ins-wrapper #ins-containerB h3:before {
    margin-right: 1rem;
  }

  #ins-wrapper #ins-containerB h3:after {
    margin-left: 1rem;
  }

  #ins-wrapper #ins-containerB h4 {
    text-align: center;
    align-items: center;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: .06em;
    color: #278dd2;
    margin-top: 32px;
    padding: 32px 16px 0;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
    text-align: center;
    background: url(../img/kouden_bg.png);
  }

  #ins-wrapper #ins-containerB section {
    /* padding: 30px 3%; */
  }

  #ins-wrapper #ins-containerB .frame_middle {
    padding: 20px 8px 10px;
  }

  #ins-wrapper #ins-containerB .frame_middle h1 span {
    margin-bottom: 15px;
  }

  #ins-wrapper #ins-containerB .frame_middle h1 img {
    width: 50%;
  }

  #ins-wrapper #ins-containerB .inner {
    margin-left: 6%;
    margin-right: 6%;
  }

  #ins-wrapper #ins-containerB .mv .inner {
    padding: 0;
    margin: 0;
  }


  /* lead */
  #ins-wrapper #ins-containerB .lead {
    position: relative;
    text-align: center;
    color: #1f1f1f;
    padding: 26px 0;
    margin-top: 20px;
  }

  #ins-wrapper #ins-containerB .inner {
    margin-left: 6%;
    margin-right: 6%;
  }

  #ins-wrapper #ins-containerB .lead::before {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 6px;
    box-sizing: border-box;
    top: 0;
    border-top: 1px solid #018bd1;
    border-bottom: 1px solid #018bd1;
  }

  #ins-wrapper #ins-containerB .lead::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 6px;
    box-sizing: border-box;
    bottom: 0;
    border-top: 1px solid #018bd1;
    border-bottom: 1px solid #018bd1;
  }

  #ins-wrapper #ins-containerB .lead dt {
    font-size: 16px;
    max-width: 748px;
    display: inline-block;
    line-height: 1.7;
  }

  #ins-wrapper #ins-containerB .lead dd {
    display: block;
    position: relative;
    height: 100px;
    line-height: 1.6;
    letter-spacing: 0.06em;
    text-align: center;
    padding: 6px 28px 0;
    margin: 12px 0;
    font-size: 18px;
    font-weight: 600;
    background: url(../img/blue_bg.png);
    color: #FFF;
    box-sizing: border-box;
  }

  #ins-wrapper #ins-containerB .lead dd:before,
  #ins-wrapper #ins-containerB .lead dd:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
  }

  #ins-wrapper #ins-containerB .lead dd:before {
    top: 0;
    left: 0;
    border-width: 55px 0px 55px 20px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
  }

  #ins-wrapper #ins-containerB .lead dd:after {
    top: 0;
    right: 0;
    border-width: 55px 20px 55px 0px;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
  }


  /* guide */

  #ins-wrapper #ins-containerB .guide .inner {
    text-align: left;
    margin-top: 0;
  }

  #ins-wrapper #ins-containerB .guide p {
    font-size: 16px;
    line-height: 1.7;
    margin-top: 32px;
  }

  /* point */

  #ins-wrapper #ins-containerB .point .inner {}

  #ins-wrapper #ins-containerB .point figure {
    margin-top: 26px;
    text-align: center;
  }

  /* step */

  #ins-wrapper #ins-containerB .step .inner {}

  #ins-wrapper #ins-containerB .step figure {
    margin-top: 26px;
    text-align: center;
  }

  #ins-wrapper #ins-containerB .step .inner .payment_btn {}

  #ins-wrapper #ins-containerB .payment_btn {
    text-align: center;
    max-width: 590px;
    margin: 32px auto 0;
  }

  #ins-wrapper #ins-containerB .payment_btn a {
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    color: #fff;
    padding: 0.8em;
    width: 100%;
    background: #48a7e7;
  }

  #ins-wrapper #ins-containerB .payment_btn a::after {
    font-family: 'Font Awesome 5 Free';
    content: "\f078";
    font-size: 1em;
    color: #fff;
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 1.2em;
    margin-top: -14px;
  }

  #ins-wrapper #ins-containerB .payment_btn a:hover {
    background: #4db3f7;
  }

  /* service */

  #ins-wrapper #ins-containerB .service .inner {}

  #ins-wrapper #ins-containerB .service .free_3 {
    display: flex;
    justify-content: center;
    margin-top: 48px;
  }

  #ins-wrapper #ins-containerB .service .free_3 {
    display: block;
    justify-content: center;
    margin-top: 48px;
  }

  #ins-wrapper #ins-containerB .service .free_3 dl {
    position: relative;
    text-align: center;
  }

  #ins-wrapper #ins-containerB .service .free_3 dl:nth-of-type(n+2) {
    margin: 32px 0;
  }

  #ins-wrapper #ins-containerB .service .free_3 dt {
    position: inherit;
    display: inline-block;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    background: #48a7e7;
    border-radius: 0.4em;
    padding: .2em .6em;
  }

  #ins-wrapper #ins-containerB .service .free_3 dd {
    margin-top: -20px;
  }

  #ins-wrapper #ins-containerB .service figure {
    margin-top: 56px;
    text-align: center;
  }

  #ins-wrapper #ins-containerB .service .s_note {
    font-size: 16px;
    max-width: 796px;
    margin: 32px auto 0;
  }

  #ins-wrapper #ins-containerB .service .s_note dl {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }

  #ins-wrapper #ins-containerB .service .s_note dt {
    display: inline-block;
    vertical-align: top;
    line-height: 1.7;
    margin: .2em .2em .2em 0em;
    width: 10em;
  }

  #ins-wrapper #ins-containerB .service .s_note dd {
    display: inline-block;
    line-height: 1.7;
    margin: .2em 0;
  }

  #ins-wrapper #ins-containerB .service .s_note a {}

  /* voice */

  #ins-wrapper #ins-containerB .voice .inner {}

  #ins-wrapper #ins-containerB .voice .inner h3 {
    margin-bottom: 52px;
  }

  #ins-wrapper #ins-containerB .voice figure {
    margin-top: 56px;
    text-align: center;
  }

  /* kouden_item */

  #ins-wrapper #ins-containerB .kouden_item .inner {
  }

  #ins-wrapper #ins-containerB .kouden_item .inner p {
    font-size: 16px;
    line-height: 1.7;
    margin: 32px 0 40px;
    color: #1e1e1e;
  }

  #ins-wrapper #ins-containerB .kouden_item .inner .item {
    margin: 20px 0;
    color: #1e1e1e;
  }

  #ins-wrapper #ins-containerB .kouden_item .unit1 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: flex-start;
    align-content: flex-start;
  }

  #ins-wrapper #ins-containerB .kouden_item .unit2 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    margin-top: 60px;
  }

  #ins-wrapper #ins-containerB .kouden_item .item dl {
    width: 100%;
    padding: 0 20px 4px;
    border-left: 3px solid #278dd2;
    margin-bottom: 40px;
  }

  #ins-wrapper #ins-containerB .kouden_item .item dt {
    font-size: 26px;
    font-weight: 600;
    color: #278dd2;
    letter-spacing: .04em;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  }

  #ins-wrapper #ins-containerB .kouden_item .item dd {
    font-size: 16px;
    color: #1e1e1e;
    letter-spacing: .04em;
    margin-top: .4em;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  }

  #ins-wrapper #ins-containerB .kouden_item .item .price {
    font-weight: bold;
  }

  /* payment */

  #ins-wrapper #ins-containerB #payment .inner {}

  #ins-wrapper #ins-containerB #payment p {
    font-size: 16px;
    margin-top: 32px;
    text-align: center;
  }
  
  #ins-wrapper #ins-containerB #payment .todokebi {
    font-size: 16px;
    margin-top: 32px;
    text-align: left;
    line-height: 1.7;
  }

  #ins-wrapper #ins-containerB #payment figure {
    text-align: center;
    margin-top: 20px;
  }

  #ins-wrapper #ins-containerB #payment dl {
    margin: 32px 0 0;
  }

  #ins-wrapper #ins-containerB #payment dt {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.06em;
    padding: 12px 0 12px 2em;
    color: #48a7e7;
    /* background: #48a7e7; */
    border-bottom: 2px solid #48a7e7;
  }

  #ins-wrapper #ins-containerB #payment dt::before {
    font-family: 'Font Awesome 5 Free';
    content: "\f073";
    font-size: 1em;
    color: #48a7e7;
    font-weight: 400;
    /* ラベルのアイコン */
    position: absolute;
    top: 50%;
    left: 0.6em;
    margin-top: -16px;
  }

  /*accordion
--------------------------------*/

.acd-label {
    background: #48a7e7;
    color: #fff;
    display: block;
    padding: 15px 38px 15px 22px;
    position: relative;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
    margin-top: 26px;
  }

  .acd-label:before{
    display: none;
  }

  .acd-label:after {
    /* background: #00479d; */
    padding: 0 20px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}



  /* #ins-wrapper #ins-containerB .payment dt::before {
    position: absolute;
    content: "\f073";
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    top: 50%;
    left: 4px;
    right: auto;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  } */

  #ins-wrapper #ins-containerB #payment dd {
    padding: 20px 12px;
    line-height: 1.7;
    letter-spacing: .06em;
    /* background: url(../img/white_bg.png); */
  }

  #ins-wrapper #ins-containerB #payment dd span {
    position: relative;
    display: inline-block;
    padding-left: 1em;
  }

  #ins-wrapper #ins-containerB #payment dd span:before {
    position: absolute;
    content: '※';
    left: 0;
    top: 0;
  }

  /* order_btn */

  #ins-wrapper #ins-containerB .order_btn {
    text-align: center;
    max-width: 726px;
    margin: 26px auto 0;
  }

  #ins-wrapper #ins-containerB .order_btn a {
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    color: #fff;
    padding: 0.8em;
    width: 100%;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    background: #695093;
  }

  #ins-wrapper #ins-containerB .order_btn a::after {
    font-family: 'Font Awesome 5 Free';
    content: "\f054";
    font-size: 1em;
    color: #fff;
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 1.2em;
    margin-top: -16px;
  }

  #ins-wrapper #ins-containerB .order_btn a:hover {
    background: #7d5fb1;
  }


  #ins-wrapper #ins-containerB .order_note {
    font-size: 16px;
    max-width: 726px;
    margin: 24px auto 0;
  }

  #ins-wrapper #ins-containerB .order_note dl {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }

  #ins-wrapper #ins-containerB .order_note dl:nth-of-type(n+2) {
    margin-top: 6px;
  }

  #ins-wrapper #ins-containerB .order_note dt {
    display: inline-block;
    vertical-align: top;
    line-height: 1.7;
    padding-right: .4em;
  }

  #ins-wrapper #ins-containerB .order_note dd {
    display: inline-block;
    line-height: 1.7;
  }

  #ins-wrapper #ins-containerB .order_note dd a {
    text-decoration: underline;
  }

  .page_top .inner a {
  width:52px;
  height:52px;
  }

}

@media only screen and (max-width: 420px) {}

@media only screen and (max-width: 380px) {}