@charset "UTF-8";
/* CSS Document */
/*===============================================
● PC/SP共通
===============================================*/
.menudetail_contents .disc {
  margin: 0 0 1em 1em;
}
.menudetail_contents .disc li {
  list-style: disc;
}
.menudetail_contents .bold {
  font-weight: bold;
}
.menudetail_contents .gold {
  color: #AF8335;
}
.menudetail_contents .orange {
  color: #ff5f00;
}
.menudetail_contents .red {
  color: #ff0000;
}

.menudetail_contents .pink{
  color: #d68783;
}
.menudetail_contents p.text {
  margin-bottom: 1em;
}

.menudetail_contents p.text-center{
    text-align: center;
}
 .menudetail_contents .m40a{margin: 40px auto}
.menudetail_contents .f80{font-size: 80%;}
 .menudetail_contents .f120{font-size: 120%;    }
.mb20 {
    margin-bottom: 20px;
    display: block;
}

/*===============================================
● 画面の横幅が761px以上
===============================================*/
@media screen and (min-width: 761px) {
  /*=========================
▼▼共通▼▼
===========================*/
  .w800{
        width: 800px;
      margin: auto;
  }
  .w1000{
        width: 1000px;
      margin: auto;
  }

  .menudetail_contents {
    width: 100%;
    clear: both;
    float: left;
    background-size: 100%;
    font-size: 17px;
    line-height: 35px;
    color: #000000;
    text-align: left;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: 500;
    min-width: 1200px;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
  }
  .menudetail_contents .auto {
    max-width: none;
    /* width: 1100px; */
    margin: 0 auto;
    position: relative;
  }
  .menudetail_contents img {
    display: block;
    width: 100%;
    height: auto;
  }
  .menudetail_contents section {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 74px;
  }
  #title_conts {
    width: 100%;
    height: 600px;
    background-image: url(../images/mailerfat/img_main_pc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    margin-bottom: 40px;
  }
  #title_conts h1 {
    position: absolute;
    width: 540px;
    right: 0;
    top: 120px;
  }
  .contsMenu {
    width: 1200px;
    margin: 20px auto 40px;
    display: table;
    border-left: 1px solid #ccc;
  }
  .contsMenu a {
    padding: 0 15px;
    border-right: 1px solid #ccc;
    width: 14%;
    line-height: 1.5;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  .title_box {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 99;
    margin: 50px 0 226px 0;
  }
  .title_box::after {
    content: "";
    display: block;
    width: 1px;
    height: 132px;
    background-color: #000;
    position: absolute;
    bottom: -190px;
    left: 50%;
  }
  .lato_font {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
  }
  .menudetail_contents .title_box h2 {
    font-size: 55px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: .1em;
    margin-bottom: 14px;
  }
  .title_box .jp_title {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: .2em;
  }
  .slide_in_image {
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    opacity: 0;
  }
  .isPlay {
    animation-name: play;
    animation-duration: 0.55s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(.8, 0, .5, 1);
    position: relative;
    opacity: 1 !important;
    animation-timing-function: ease;
  }
  /*//isPlayの疑似要素にマスクとマスクを外すアニメーションを設定 */
  .isPlay:before {
    animation-name: maskOut;
    animation-duration: 0.55s;
    animation-delay: 0.55s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(.8, 0, .5, 1);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #f7d6d5, #f0d0ce);
  }
  /*//「slide_in_image」をスライドインする*/
  @keyframes play {
    from {
      transform: translateX(-100%);
    }
    to {
      transform: translateX(0);
    }
  }
  /*//マスク要素をスライドアウトする*/
  @keyframes maskOut {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(100%);
    }
  }
  .conts_inner {
    clear: both;
    overflow: hidden;
    margin-bottom: 50px;
  }
  .conts_inner .heading {
    font-size: 26px;
    line-height: 56px;
    font-weight: bold;
    margin-bottom: 50px;
    letter-spacing: .2em;
    text-align: center;
  }
  .conts_inner .box {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 164px;
    position: relative;
    text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
  }
  .conts_inner .box:last-of-type {
    /* margin-bottom: 0; */
  }
  .conts_inner .box .img {
    width: 643px;
    position: absolute;
    top: 0;
    right: 28px;
    overflow: hidden;
  }
  .conts_inner .box:nth-of-type(2n) .img {
    right: auto;
    left: 0;
  }
  .conts_inner .box .text_group {
    width: 500px;
    float: left;
    /* padding-top: 107px; */
    -webkit-box-sizing: border-box;
    moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 9;
  }
  .conts_inner .box:nth-of-type(2n) .text_group {
    float: right;
    padding-top: 87px;
    padding-right: 35px;
  }
  .conts_inner .box .text_group_reed {
    font-size: 26px;
    line-height: 56px;
    font-weight: bold;
    margin-bottom: 28px;
    letter-spacing: .2em;
  }
  .conts_inner .text_group .text {
    /* width: 480px; */
  }
  .conts_inner .box:nth-of-type(2n) .text_group .text {
    width: 570px;
  }
  .link_bnr {
    width: 860px;
    margin: 40px auto;
    clear: both;
    padding: 40px 0;
  }
 .link_bnr a{
   display:block
 }
  .ttl_sub {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
    background: #000000;
    color: #fff;
    line-height: 32px;
    padding: 0.5em;
  }
  /*=========================
▲▲共通▲▲
===========================*/
  .intro .box {
    width: 108%;
    float: left;
    clear: both;
    margin-bottom: 100px;
    position: relative;
  }
  .intro.box .text_group {
    width: calc((100% - 50px) / 2);
    float: left;
    padding-top: 57px;
    -webkit-box-sizing: border-box;
    moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 9;
  }
  .intro .box .text_group .text {
    width: 100%;
  }
  .intro .box .img {
    width: calc((100% - 50px) / 2);
    position: absolute;
    top: 0;
    right: 100px;
    overflow: hidden;
    height: auto;
  }
#recommend_conts{
    width: 100%;
    padding: 80px 0;
    background-image: url("../images/mailerfat/img_recommend_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: fixed;
    position: relative;
    margin-bottom: 40px;
  }
  .recommend_list {
    /* display: table; */
    width: 100%;
    margin-top: 30px;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
  }
  .recommend_list li {
    width: 32%;
    /* height: auto; */
    margin-right: 2%;
    margin-bottom: 20px;
    background: #fff;
    padding: 20px 10px 15px 60px;
    position: relative;
    float: left;
    font-weight: bold;
    display: flex;
    align-items: center;
    line-height: 1.5;
  }
  .recommend_list li:nth-child(3n) {
    margin-right: 0;
  }
  .recommend_list li:before {
    content: '';
    position: absolute;
    background-image: url(../images/hutae/check.jpg);
    background-repeat: no-repeat;
    left: 15px;
    top: 50%;
    margin-top: -13px;
    width: 30px;
    height: 30px;
    background-size: 100%;
  }
.case_box{
  display:flex;
  width: 70%;
  margin:0 auto 40px;;
}
.case_box .img{
  display:flex;
  flex-direction:column;
  text-align:center;
}
  .case_box p{
    text-align: center;
	font-size: 18px;
    background:#be98a3;
    color:#fff;
    padding:5px 0;
    font-weight:bold;
  }
.case_box .img:nth-of-type(odd) p{
  background:#999;
}
.risk_text{
  width: 70%;
  margin: 40px auto auto;
  font-size: 80%;
  line-height: 1.5;
  background:#eee;
  padding:1em
} 
  .risk_text p{
margin-bottom:1em;
}
.point .detail_text {
	font-size: 18px;
	line-height: 34px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 44px;
}
 .point .detail_text .small {
	font-size: 16px;
	font-weight: bold;
}
.point  .detail_text .blue {
	color: #30b3bd;
	font-weight: bold;
}
    .point .point_img_wrap   {
        width: 100%;
        display: flex;
        justify-content: space-between;
        width: 70%;
        margin: 0 auto 60px;
    }
    .point .point_img_wrap .img{
        width: calc((100% - 40px ) / 2);
        height: auto;
    }
    
    .point .point_img_one{
        width: 50%;
        height: auto;
        margin: 0 auto;
    }
    
 
  .flow_list li {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 107px;
  }
  .flow_list li:nth-of-type(2n) .text_box {
    float: right;
  }
  .flow_list li:last-of-type {
    margin-bottom: 0;
  }
  .flow_list li .text_box {
    width: 590px;
    min-height: 363px;
    float: left;
    position: relative;
    z-index: 9;
  }
  .flow_list .text_box .flow_ttl {
    font-size: 31px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 20px;
  }
  .flow_list li .img {
    width: 567px;
    float: right;
    position: relative;
    z-index: 9;
    overflow: hidden;
  }
  .flow_list li:nth-of-type(2n) .img {
    float: left;
  }
  .flow_list .number {
    font-size: 90px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .flow_list .gray_text {
    font-size: 100px;
    line-height: 1;
    color: #f6f6f6;
    position: absolute;
    bottom: -42px;
    left: 0;
    z-index: -1;
    letter-spacing: .1em;
  }
  .price_wrapper {
    width: 100%;
    /* float: left; */
    /* clear: both; */
    text-align: center;
    padding: 20px 100px;
    -webkit-box-sizing: border-box;
    moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 33px;
    overflow: hidden;
    display: flex;
    flex-flow: wrap;
    justify-content: space-evenly;
  }
  .price_wrapper .price_box {
    width: 475px;
    /* float: left; */
    margin-bottom: 35px;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 24px 20px 12px;
    border-radius: 6px;
    box-shadow: 0px 1px 4px 3px rgba(0, 0, 0, 0.06);
  }
  .price_wrapper .price_box:nth-of-type(2n) {
    /* float: right; */
  }
  .price_box:nth-of-type(3), .price_box:nth-of-type(4) {
    /* padding: 34px 10px 22px; */
  }
  .price_box .price_name {
    font-size: 23px;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 10px;
    font-style: italic;
  }
  .price_box:nth-of-type(3) h4, .price_box:nth-of-type(4) h4 {
    margin-bottom: 0;
  }
  .price_box h4 .small {
    font-size: 22px;
  }
  .price_box .terms {
    display: inline-block;
    border-radius: 16px;
    background-color: #e43c83;
    color: #fff;
    font-weight: bold;
    line-height: 1.4;
    padding: 2px 0 1px;
    width: 223px;
    font-size: 21px;
  }
  .price_box .price_wrap .price {
    font-size: 60px;
    display: inline-block;
    line-height: 1.3;
    font-weight: bold;
    font-style: italic;
    color: #e43c83;
    position: relative;
  }
  .price_box .price_wrap .price {
    font-size: 50px;
  }
  .price_box .price_wrap .price_op {
    color: #30b3bd;
  }
  .price_box .price_wrap .price .small {
    font-size: 36px;
  }
  .price_box .price_wrap .price_op .small {
    color: #30b3bd;
  }
  .price_box .price_wrap .price .taxplus {
    font-size: 22px;
  }
  .price_box .price_wrap .price .tax {
    font-size: 13px;
    font-weight: bold;
    top: 16px;
  }
  .detail_box {
    width: 100%;
    clear: both;
    -webkit-box-sizing: border-box;
    moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0px 1px 4px 3px rgba(0, 0, 0, 0.06);
    border-radius: 6px;
    padding: 60px 50px 82px;
  }
  .detail_box h4 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
  }
  .detail_box table tr:nth-of-type(2n) {
    background-color: #f8f8f8;
  }
  .detail_box table th {
    width: 217px;
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
    padding: 15px 23px 12px 35px;
  }
  .detail_box table td {
    font-size: 16px;
    line-height: 27px;
    padding: 15px 23px 12px 0;
  }

 .faqArea {
        border-top: 2px solid #40b1bf;
    }

.faqArea dl {
        border-bottom: 2px solid #40b1bf;
        padding: 10px 0;
    }

 .faqArea dl dt {
        padding: 10px 10px 10px 70px;
        position: relative;
    }

 .faqArea dl dt:before {
        position: absolute;
        content: "";
        background-image: url("../images/potenza/q.png");
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 100%;
        width: 40px;
        height: 40px;
        left: 10px;
        top: 7px;
    }

 .faqArea dl dd {
        padding: 10px 10px 10px 70px;
        background: #f3f3f3;
        position: relative;
        display: none;
    }

 .faqArea dl dd:before {
        position: absolute;
        content: "";
        background-image: url("../images/potenza/a.png");
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 100%;
        width: 40px;
        height: 40px;
        left: 10px;
        top: 7px;
    }
 .faqArea dl dd .ansLink {
	display: table;
	padding: 5px 40px 4px 15px;
	margin-top: 8px;
	background: #40b1bf;
	color: #fff;
	position: relative;
}
 .faqArea dl dd .ansLink:after {
	content: '';
	position: absolute;
	background-image: url(../images/hutae/reserve_arrow.png);
	background-repeat: no-repeat;
	width: 8px;
	height: 20px;
	right: 10px;
	top: 50%;
	margin-top: -6px;
	background-size: contain;
}
}
/*===============================================
●画面の横幅が760pxまで（iPhone6 横向きまで）
===============================================*/
@media screen and (max-width: 760px) {
  /*=========================
▼▼共通▼▼
===========================*/
    .sp_none{
        display: none;
    }    
    
  .lato_font {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
  }
  .menudetail_contents auto {
    width: 94%;
    margin: 0 auto;
  }
  .menudetail_contents {
    width: 100%;
    height: 100%;
    clear: both;
    float: left;
    -webkit-text-size-adjust: 100%;
    font-size: 14px;
    line-height: 1.7;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: 500;
    color: #000000;
    text-align: left;
    -webkit-font-smoothing: antialiased;
    overflow: hidden;
  }
  #title_conts {
    width: 100%;
    height: 80vw;
    background-image: url(../images/mailerfat/img_main_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 61% 50%;
    position: relative;
    margin-bottom: 2.4vw;
  }
  #title_conts h1 {
    margin-bottom: 10px;
    width: 60%;
    /* padding: 5vw 0 0 0; */
    float: right;
    position: absolute;
    right: 0;
    top: 95px;
  }
  .contsMenu {
    width: 100%;
    margin: 0;
    display: inline-block;
  }
  .contsMenu {
    margin-bottom: 10vw;
    display: flex;
    margin-top: -2.2vw;
    width: 100%;
    flex-flow:wrap;
  }
  .contsMenu a {
    text-align: left;
    height: 15vw;
    padding: 0 6% 0 3%;
    width:50%;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    position: relative;
    margin-top: -1px;
    font-size: 3.5vw;
    display: flex;
    align-items: center;
  }
  
  .contsMenu a:nth-child(even) {
    border-left: none;
  }
  .contsMenu a:after {
    content: '';
    position: absolute;
    background-image: url(../images/hutae/under_arrow.png);
    background-repeat: no-repeat;
    right: 3vw;
    top: 50%;
    margin-top: -1vw;
    width: 3vw;
    height: 3vw;
    background-size: 100%;
    filter: saturate(0%) brightness(0);
  }
  .title_box {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 9;
    margin-bottom: 80px;
  }
  .title_box::after {
    content: "";
    display: block;
    width: 1px;
    height: 40px;
    background-color: #000;
    position: absolute;
    bottom: -60px;
    left: 50%;
  }
  .title_box h2 {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: .1em;
    margin-bottom: 14px;
  }
  .title_box .jp_title {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: .1em;
  }
  .conts_inner {
    width: 90%;
    margin: auto;
    margin-bottom: 40px;
  }
  .conts_inner .heading {
    font-size: 18px;
    line-height: 2;
    font-weight: bold;
    margin-bottom: 12px;
    letter-spacing: .1em;
  }
  .conts_inner .box {
    width: 100%;
    margin-bottom: 68px;
    position: relative;
  }
  .conts_inner .box .text_group_reed {
    font-size: 18px;
    line-height: 2;
    font-weight: bold;
    margin-bottom: 12px;
    letter-spacing: .1em;
  }
  .slide_in_image {
    width: 100%;
    height: 100%;
    display: flex;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    opacity: 0;
  }
  .isPlay {
    animation-name: play;
    animation-duration: .5s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(.8, 0, .5, 1);
    position: relative;
    opacity: 1 !important;
  }
  /*//isPlayの疑似要素にマスクとマスクを外すアニメーションを設定 */
  .isPlay:before {
    animation-name: maskOut;
    animation-duration: .5s;
    animation-delay: .5s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(.8, 0, .5, 1);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #f3f6f7, #edf4f7);
  }
  /*//「slide_in_image」をスライドインする*/
  @keyframes play {
    from {
      transform: translateX(-100%);
    }
    to {
      transform: translateX(0);
    }
  }
  /*//マスク要素をスライドアウトする*/
  @keyframes maskOut {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(100%);
    }
  }
  .link_bnr {
    width: 100%;
    margin: 20px auto;
    clear: both;
    padding: 20px;
  }
 .link_bnr a{
   display:block;
 }
  .ttl_sub {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    background: #000000;
    color: #fff;
    line-height: 32px;
    padding: 0.25em;
  }
  /*=========================
▲▲共通▲▲
===========================*/
  .intro .box .text {
    width: 100%;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 20px;
  }
#recommend_conts{
    width: 100%;
    background-image: url("../images/mailerfat/img_recommend_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: fixed;
    position: relative;
    margin-bottom: 40px;
    padding: 7vw 0 3vw;
  }
  .recommend_list {
    padding: 5%;
    overflow: hidden;
    display: table;
    width: 100%;
    margin-top: 3vw;
  }
  .recommend_list li {
    width: 100%;
    margin-right: 2%;
    margin-bottom: 2%;
    background: #fff;
    padding: 3% 3% 3% 16%;
    position: relative;
    float: left;
    font-weight: bold;
    font-size: 3.6vw;
  }
  .recommend_list li:nth-child(3n) {
    margin-right: 0;
  }
  .recommend_list li:before {
    content: '';
    position: absolute;
    background-image: url(../images/hutae/check.jpg);
    background-repeat: no-repeat;
    left: 15px;
    top: 50%;
    margin-top: -13px;
    width: 30px;
    height: 30px;
    background-size: 100%;
  }
.case_box{
  display:flex;
  width: 100%;
  margin:0 auto 40px;;
}
.case_box .img{
  display:flex;
  flex-direction:column;
  justify-content: flex-start;
}
  .case_box p{
    text-align: center;
	font-size: 14px;
    background:#be98a3;
    color:#fff;
    padding:5px 0;
    font-weight:bold;
  }
.case_box .img:nth-of-type(odd) p{
  background:#999;
}

    .point .box{
    width: 90%;
    margin: 0 auto 10vw;
    }
  
.point .detail_text {
	line-height: 1.9;
	font-weight: bold;
	margin-bottom: 14px;
}
 .point .detail_text .small {
	font-size: 16px;
	font-weight: bold;
}
.point  .detail_text .blue {
	color: #30b3bd;
	font-weight: bold;
}
    .point .point_img_wrap   {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin: 0 auto 20px;
    }
    .point .point_img_wrap .img{
        width: 48%;
        height: auto;
    }
    
    .point .point_img_one{
        width: 80%;
        height: auto;
        margin: 0 auto;
    }
    
    
    
  .flow_list {
    width: 90%;
    margin: 0 auto 10vw;
    clear: both;
  }
  .flow_list li {
    width: 100%;
    margin-bottom: 50px;
  }
  .flow_list li:last-of-type {
    margin-bottom: 0;
  }
  .flow_list li .text_box {
    width: 100%;
    position: relative;
    z-index: 9;
  }
  .flow_list li .text_box .number {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 12px;
  }
  .flow_list li .text_box h4 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 12px;
  }
  .flow_list li .text_box .gray_text {
    font-size: 40px;
    line-height: 1;
    color: #f6f6f6;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    text-align: right;
    letter-spacing: .1em;
  }
  .flow_list li .img {
    width: 100%;
    position: relative;
    z-index: 9;
    margin-top: 20px;
    overflow: hidden;
  }
  .price_wrapper {
    width: 100%;
    text-align: center;
    margin-bottom: 33px;
  }
  .price_wrapper .price_box {
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 24px 20px 12px;
    border-radius: 6px;
    box-shadow: 0px 1px 4px 3px rgba(0, 0, 0, 0.06);
  }
  .price_box .price_name {
    font-size: 18px;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 6px;
    font-style: italic;
  }
  .price_box .terms {
    display: inline-block;
    width: 140px;
    border-radius: 16px;
    background-color: #e43c83;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    padding: 2px 0 1px;
  }
  .price_wrap .price {
    display: inline-block;
    font-size: 38px;
    line-height: 1.3;
    font-weight: bold;
    font-style: italic;
    color: #e43c83;
    position: relative;
  }
  .price_wrap .price_op {
    color: #30b3bd;
  }
  .price .small {
    display: inline-block;
    font-size: 18px;
    line-height: 1.3;
    font-weight: bold;
    /* color: #e43c83; */
  }
  .price_wrap .price_op .small {
    color: #30b3bd;
  }
  .price .taxplus {
    font-size: 5vw;
  }
  .price_box .price_wrap .price .tax {
    top: 13px;
  }
  .detail_box {
    width: 100%;
    clear: both;
    -webkit-box-sizing: border-box;
    moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0px 1px 4px 3px rgba(0, 0, 0, 0.06);
    border-radius: 6px;
    padding: 30px 5% 32px;
    margin: 0 auto 10vw;
  }
  .detail_box h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 18px;
    text-align: center;
  }
  .detail_box table tr:nth-of-type(2n) {
    background-color: #f8f8f8;
  }
  .detail_box table th {
    width: 30%;
    font-size: 13px;
    line-height: 1.6;
    font-weight: bold;
    padding: 12px 5% 10px 5%;
  }
  .detail_box table td {
    font-size: 14px;
    line-height: 1.6;
    padding: 12px 5% 10px 0;
    vertical-align: middle;
  }
 .faqArea {
            border-top: 2px solid #40b1bf;
        }

 .faqArea dl {
            border-bottom: 2px solid #40b1bf;
            padding: 10px 0;
        }

.faqArea dl dt {
            padding: 10px 10px 10px 14vw;
            position: relative;
        }

 .faqArea dl dt:before {
            position: absolute;
            content: "";
            background-image: url("../images/potenza/q.png");
            background-repeat: no-repeat;
            background-position: left center;
            background-size: 100%;
            width: 8vw;
            height: 8vw;
            left: 10px;
            top: 7px;
        }

.faqArea dl dd {
            padding: 10px 10px 10px 14vw;
            background: #f3f3f3;
            position: relative;
            display: none;
        }

 .faqArea dl dd:before {
            position: absolute;
            content: "";
            background-image: url("../images/potenza/a.png");
            background-repeat: no-repeat;
            background-position: left center;
            background-size: 100%;
            width: 8vw;
            height: 8vw;
            left: 10px;
            top: 7px;
        } 
    
.faqArea dl dd .ansLink {
	display: table;
	padding: 5px 40px 4px 15px;
	margin-top: 8px;
	background: #40b1bf;
	color: #fff;
	position: relative;
	width: 100%;
}
.faqArea dl dd  .ansLink:after {
	content: '';
	position: absolute;
	background-image: url(../images/hutae/reserve_arrow.png);
	background-repeat: no-repeat;
	width: 8px;
	height: 20px;
	right: 10px;
	top: 50%;
	margin-top: -6px;
	background-size: contain;
}
.risk_text{
  width: 100%;
  margin: 40px auto;
  font-size: 80%;
  line-height: 1.5;
  background:#eee;
  padding:1em
} 
  .risk_text p{
margin-bottom:1em;
}

}