body {
	font-family: 'Noto Sans Japanese',   sans-serif;
	font-weight: 400;
	line-height: 1.7;
}
body .bold {
	font-family: 'Noto Sans Japanese',   sans-serif;
	font-weight: 900;
}
_::-webkit-full-page-media, _:future, :root .bold {font-weight: 600;}
a{cursor: pointer;}
* {font-size: 1.3333vw;}
.pc_cnt{display: block;}
.sp_cnt{display: none;}
.sp_cnt_inline{display: none;}
.indent01{
    padding-left: 1em;
    text-indent: -1em;
}
.indent02{
    padding-left: 2em;
    text-indent: -2em;
}
/************************
header
************************/
header {
	background-color: #14ac9d;
	width: 100%;
}
.headerWrap {
    padding: 0 20px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.headerlogo {
  padding: 15px 0;
}
.headerlogo a{
	display: block;
	width: 362px;
}
/************************
.mv
************************/
.mv{
    background: url("../img/mv_bg.png") no-repeat;
    background-size: cover;
    background-position: center;
}
.mv_inn{
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 10px 40px;
}
.mv_inn h1{
    max-width: 600px;
    width: 50%;
    margin: 60px 0;
}
.mv_sim{
    max-width: 600px;
    width: 50%;
}
.mv_sim .sim_form{
    padding: 10px;
    width: 100%;
    margin-bottom: 20px;
}
.mv_sim .v_bottom{
    padding: 0 0.5rem;
    line-height: 2;
}
#mv_yen{
    width: 8em;
}
.mv_sim .btn_area{
    display: block;
    margin-top: 10px;
}
.btn_area #mv_sim_str{
    display: block;
    width: 100%;
}
/************************
.nav
************************/
nav{
    background-color: #14ac9d;
}
nav ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 5px 10px;
    max-width: 1200px;
    margin: 0 auto;
}
nav ul li{
    width: 30%;
    text-align: center;
	margin: 10px 10px;
	background: #14ac9d;
    border-right: 2px solid #ffffff;
}
nav ul li:last-child{
    border: none;
}
nav ul li a{
    color: #ffffff;
    font-size: 1.4rem;
    display: block;
}
nav ul li a:hover{
    opacity: 0.6;
}
/************************
.content_01
************************/
.content_01{
    position: relative;
    overflow: hidden;
}
.content_01:before,
.content_01:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}
.content_01:before{
    width: 50%;
    height: 90%;
    top: -40%;
    left: -33%;
    background-color: #cfe3e9;
    transform: rotate(30deg);
}
.content_01::after{
    width: 50%;
    height: 90%;
    bottom: -40%;
    right: -33%;
    background-color: #cfe3e9;
    transform: rotate(30deg);
}
.h2_text_only{
    padding: 10px;
    text-align: center;
    color: #424242;
    font-weight: bold;
    font-size: 2.5rem;
    margin: 60px 0 40px;
}
.investment_chain_box{
    max-width: 850px;
    margin: 60px auto;
    text-align: center;
}
.investment_chain_box h3{
    font-size: 1.8rem;
    font-weight: bold;
    color: #14ac9d;
    border-bottom: 1px solid #14ac9d;
    margin-bottom: 10px;
    display: inline-block;
}
.investment_chain_box p{
    font-size: 1.1rem;
}
.investment_chain_box figure{
    width: 70%;
    margin: 10px auto;
}
.investment_chain_box .pr_text{
    font-size: 2.1rem;
    font-weight: bold;
    color: #cc0000;
    margin: 10px 0;
}
.investment_chain_box .info_text{
    margin-bottom: 10px;
    font-size: 0.9rem;
}
.content_01 ul.info_text li{
    font-size: 0.9rem;
    text-indent: -2em;
    padding-left: 2em;
}
/************************
.content_02
************************/
.content_02{
    padding-bottom: 10px;
    background: url(../img/content02_bg01.png) no-repeat,url(../img/content02_bg02.png) no-repeat #cee9e4;
    background-size: 24% auto, 27% auto;
    background-position: top -20% left 0, bottom 37% right 0;;
}
.read_text{
    text-align: center;
    font-size: 1.12rem;
}
.content_inn{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px 100px;
    position: relative;
    z-index: 1;
}
.fund_pr_box{
    max-width: 850px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 60px auto;
}
.fund_pr_box figure{
    width: 30%;
}
.fund_pr_box > div{
    width: 65%;
}
.fund_pr_box > div h3{
    font-size: 1.5rem;
    font-weight: bold;
    border-bottom: 2px solid #000000;
    padding: 0　0　5px 0;
}
.fund_pr_box > div ul li{
    border-bottom: 1px solid #666666;
    padding: 15px 0;
}
.fund_pr_box > div ul li:last-child{
    border-bottom: none;
}
.fund_pr_box > div ul li a,.fund_pr_box > div ul li a:valid{
    text-decoration: underline;
    color: #336699;
}
.fund_pr_box > div > div{
    display: flex;
    justify-content: flex-end;
}
.fund_pr_box > div .right_link{
    text-align: right;
    margin-left: 10px;
}
.arrow_s,.arrow_s:visited {
  position: relative;
  display: inline-block;
  padding-left: 12px;
  color: #336699;
  text-decoration: underline;
}
.arrow_s:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #333;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -6px;
}
/********move*********/
.Box {
    width: 100%;
    margin: 60px auto;
}
.Box .move_info{
	margin-top: 10px;
	text-align: center;
	font-feature-settings: "palt";
}
.Box .jstBox {
  position: relative;
  width: 850px;
  height: 478px;
    margin: 0 auto;
}
.Box.small .jstBox {
  position: relative;
  width: 542px;
  height: 305px;
}
.Box img {
  width: 100%;
  height: auto;
}
.Box .youtubeArea_title {
  font-size: 18px;
  text-align: center;
  line-height: 1.8;
}
/********other*********/
.section01_img02{
    margin-bottom: 40px;
}
.content_02 .btn.blue{
    background: url("../img/icon_pdf.png") no-repeat #14ac9d;
    border: 3px solid #ffffff;
    background-size: auto 30%;
    background-position: right 20px center;
    font-size: 1.5rem;
    padding: 10px 40px;
    border-radius: 100px;
    display: block;
    width: 80%;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    max-width: 620px;
    margin: 30px auto 10px;
}
.fund_pr_btn{
    margin-bottom: 80px;
    text-align: center;
}
/************************
.content_03
************************/
.content_03{
    padding-bottom: 10px;
    background: url(../img/content03_bg01.png) no-repeat,url(../img/content03_bg02.png) no-repeat #cee9e4;
    background-size: 55% auto, 27% auto;
    background-position: top 10% left 0, bottom 30% right 0;;

}
.h2_text{
    background-color: #14ac9d;
    padding: 10px;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 2.5rem;
    margin-bottom: 60px;
}
/****form*****/
.sim_form_wrapper{
    text-align: center;
}
.sim_form{
    display: inline-block;
    border: 2px solid #ffffff;
    background: rgba(255,255,255,0.7);
    padding: 20px 30px 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 17px 5px rgba(255,255,255,0.6);
    margin: 0 auto 60px;
}
.form_title{
    font-size: 1.35rem;
    margin-bottom: 10px;
}
.form_title strong{
    font-size: 1.35rem;
}
.form_title strong.fund_name{
    font-size: 1.8rem;
    color: #14ac9d;
}
.radio_area{
    display: inline-block;
    border: 1px solid #d7d7d7;
    background-color: #efefef;
    padding: 0.2rem;
    border-radius: 100px;
    vertical-align: top;
}
fieldset{
  border: none;
  padding: 0;
  margin: 0;
}
.radio-inline__input,.radio-inline__input2{
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}
.radio-inline__label,.radio-inline__label2{
    display: inline-block;
    padding: 0.2rem 1rem;
    border-radius: 100px;
    transition: all .2s;
    color: #cc0000;
}
.radio-inline__input:checked + .radio-inline__label,.radio-inline__input2:checked + .radio-inline__label2{
    background: #cc0000;
    color: #fff;
    text-shadow: 0 0 1px rgba(0,0,0,.7);
}
.input_area{
    display: inline-block;
}
#yen,#mv_yen{
    border: 1px solid #d7d7d7;
    background-color: #efefef;
    border-radius: 5px;
    font-size: 1.2rem;
    text-align: right;
    padding: 3px 10px;
    font-weight: bold;
    max-width: 270px;
}
#yen::placeholder,#mv_yen::placeholder{
  color: #cccccc;
}
input::-webkit-contacts-auto-fill-button, 
input::-webkit-credentials-auto-fill-button {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
}
.btn_area{
    display: inline-block;
}
.btn_area #sim_str,.btn_area #mv_sim_str{
    background-color: #cc0000;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.2rem;
    padding: 4px 40px;
    border-radius: 100px;
    vertical-align: inherit;
}
.btn_area{
    vertical-align: top;
}
.v_bottom{
    vertical-align: top;
    font-size: 1.2rem;
    padding: 0 10px;
    line-height: 2.2;
}
.form_attention{
    font-size: 0.7rem;
    color: #cc0000;
}
.sim_attention{
    font-size: 0.8rem;
    text-align: left;
    margin-top: 10px;
}
/****primary_item*****/
.primary_item_wrapper{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto 40px;
}
.primary_item_wrapper li{
    width: 32%;
    background: rgba(255,255,255,0.8);
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    margin: 1% 0;
    cursor: pointer;
}
.primary_item_category{
    display: inline-block;
    color: #ffffff;
    padding: 1px 20px;
}
.primary_item_category.environment{background-color: #34ad69;}
.primary_item_category.medical{background-color: #21aee2;}
.primary_item_category.right{background-color: #e37c17;}
.primary_item_wrapper li h3{
    font-size: 1.4rem;
    font-weight: bold;
    margin: 10px 0;
}
.primary_item_wrapper li:nth-child(5) h3{
    font-feature-settings: "palt";
}
.primary_item_wrapper li figure{
    width: 47%;
    margin: 0 auto;
}
.detail_btn{
    background-color: #535353;
    text-align: center;
    color: #ffffff;
    border-radius: 100px;
    position: relative;
    max-width: 170px;
    margin: 20px auto 0;
    padding: 2px 0 0 15px;
}
.detail_btn::before{
    content: "+";
    font-size: 1.4rem;
    line-height: 0;
    position: absolute;
    top: 50%;
    left: 15px;
    color: #ffffff;
}
.mac .detail_btn{
    padding-top: 0;
}
.detail_btn::before{
    top: 43%;
}
/****other*****/
.attention_text{
    background: rgba(255,255,255,0.8);
    border-radius: 10px;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
}
.attention_text p{
    margin-bottom: 10px;
    font-size: 0.8rem;
}
.attention_text p:last-child{
    margin-bottom: 0;
}
.attention_text p a{
    text-decoration: underline;
    font-size: 0.8rem;
}
/************************
modal_wrapper
************************/
.modal_wrapper{
    width: 90% !important;
    max-width: 1200px !important;
    background-color: #FAFAFA;
}
.modal_inner{
    padding: 0 3rem 3rem;
}
ul.secondary_item_wrapper{
    display: flex;
    flex-wrap: wrap;
    padding: 0 0.5rem;
    margin-left: 1.2%;
}
.modal_inner ul.secondary_item_wrapper > li{
    width: 33%;
    color: #333333;
    position: relative;
    padding: 2%;
}
.modal_inner ul.secondary_item_wrapper > li::after{
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    right:0;
    top: 0;
    background-color: #C1C1C1;
}
.modal_inner ul.secondary_item_wrapper > li::before{
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: #C1C1C1;
}
.modal_inner ul.secondary_item_wrapper > li:nth-of-type(3n)::after{
    content: none;
}
.modal_inner ul.secondary_item_wrapper > li.border_d_none::before{
    content: none;
}
ul.secondary_item_wrapper li p{
    font-size: 1.2rem;
    font-weight: bold;
}
ul.secondary_item_wrapper li figure{
    height: 7rem;
    margin: 10px auto 20px;
    text-align: center;
}
ul.secondary_item_wrapper li figure.h_medium{
    padding: 0.5rem 0;
}
ul.secondary_item_wrapper li figure.h_min{
    padding: 1rem 0;
}
ul.secondary_item_wrapper li ol,ul.secondary_item_wrapper li div{
    margin-top: 5px;
}
ul.secondary_item_wrapper li ol li,ul.secondary_item_wrapper li div{
    font-size: 0.8rem;
}
ul.secondary_item_wrapper li ol li a{
    font-size: 0.8rem;
    text-decoration: underline;
}
ul.secondary_item_wrapper li div.fontSize1{
    font-size: 1.2rem;
}
.iziModal-content{
    position: relative;
}
.close{
    width: 2.5rem;;
    height: 2.5rem;
    position: absolute;
    right: 20px;
    top: 20px;
}
.close_bottom{
    text-align: center;
}
.close_bottom a{
    display: inline-block;
    width: 60%;
    max-width: 200px;
    margin: 20px auto;
    background-color: #211816;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px;
}
.iziModal-content h2{
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    padding: 0 0 2rem;
}
.iziModal-content .modal_category{
    text-align: center;
    padding: 40px 0 10px;
}
.iziModal-content .modal_category span{
    display: inline-block;
    color: #ffffff;
    padding: 1px 20px;
}
.iziModal-content .modal_category span.environment{background-color: #34ad69;}
.iziModal-content .modal_category span.medical{background-color: #21aee2;}
.iziModal-content .modal_category span.right{background-color: #e37c17;}
.bond_info{
    text-align: center;
    margin-bottom: 40px;
}
.bond_info p{
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
}
.bond_info figure{
    height: 7rem;
    margin: 10px auto 20px;
    text-align: center;
}
.bond_info div{
    font-size: 0.8rem;
    margin-top: 5px;
    text-align: center;
}
/************************
simulation_area
************************/
.simulation_area{
    max-width: 1200px;
    margin: 0 auto 60px;
    background: rgba(255,255,255,0.8);
    padding: 20px 20px 1px;
    border-radius: 10px;
}
.simulation_area h3{
    font-size: 1.7rem;
    font-weight: bold;
    padding: 5px;
    color: #ffffff;
    text-align: center;
    border-radius: 5px;
    margin: 20px 0;
}
.simulation_area .box1 h3{background-color: #34ad69;}
.simulation_area .box2 h3{background-color: #34ad69;}
.simulation_area .box3 h3{background-color: #e37c17;}
.simulation_area .box4 h3{background-color: #e37c17;}
.simulation_area .box5 h3{background-color: #21aee2;}
.simulation_area .box6 h3{background-color: #21aee2;}
.simulation_area ul.secondary_item_wrapper{
    margin: 40px 0 40px 1.2%;
}
.simulation_area ul.secondary_item_wrapper > li{
    width: 32%;
    color: #333333;
    position: relative;
    padding: 2%;
    border: 1px solid #cfcfcf;
    margin-bottom: 1.2%;
    border-radius: 10px;
    margin-right: 1.2%;
}
.simulation_area .sim_val_wrapper{
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 10px;
}
.simulation_area .box1 .sim_val_wrapper{color: #34ad69;}
.simulation_area .box2 .sim_val_wrapper{color: #34ad69;}
.simulation_area .box3 .sim_val_wrapper{color: #e37c17;}
.simulation_area .box4 .sim_val_wrapper{color: #e37c17;}
.simulation_area .box5 .sim_val_wrapper{color: #21aee2;}
.simulation_area .box6 .sim_val_wrapper{color: #21aee2;}
.simulation_area .sim_val{
    font-size: 2.8rem;
    font-weight: bold;
    display: block;
    line-height: 1.2;
}
.box_error{
    font-size: 2rem;
    color: #cc0000;
    text-align: center;
    margin-bottom: 20px;
}
.btn{
    background: url("../img/icon_pdf.png") no-repeat #CC0000;
    background-size: auto 30%;
    background-position: right 20px center;
    font-size: 1.5rem;
    padding: 10px 40px;
    border-radius: 100px;
    display: block;
    width: 80%;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    max-width: 620px;
    margin: 60px auto;
}
/************************
banner_box
************************/
.banner_box{
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 10px 0;
}
.banner_box h2{
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
}
.banner_box_inn{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 80px 0 40px;
}
.banner_box_inn div{
    width: 46%;
}
/************************
attention_box
************************/
.attention_box{
    background-color: #efefef;
}
.attention_box .read{
    margin: 20px 0 60px;
    text-align: center;
}
.attention_box_inn{
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 10px 80px;
}
.attention_box_inn div.attention_title{
    margin: 40px 0 10px 0;
    font-size: 1.3rem;
    font-weight: bold;
}
.attention_box_inn ul{
    list-style: disc;
}
.indent_box{
    margin-left: 1em;
}
.attention_box_inn ul li{
    margin-left: 1em;
}
.attention_box_inn div.attention_subtitle{
    font-size: 1.1rem;
    font-weight: bold;
    margin: 15px 0 5px 1em;
}
.attention_box_inn a{
    text-decoration: underline;
}
/************************
footer
************************/
.footer_infoText p {
    font-size: 12px;
}
@media screen and (min-width: 768px){
    .footer_nav li {
        line-height: 1.65;
    }
    .footer_infoSNS_PC {
        height: 30px;
    }
}
/************************
.pagetop
************************/
.pagetop {
	bottom: 295px;
	right: 2vw;
	z-index: 99999;
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="0" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,1)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
	-webkit-filter: drop-shadow(0 0 0.1rem black);
		  filter: drop-shadow(0 0 0.1rem black);
	opacity: 0.8;
	cursor: pointer;
	width: 55px;
}
.pagetop.active {
	bottom: 30px;
	right: 3vw;
    visibility: visible;
    opacity: 1;
    z-index: 3;
}
/************************
scroll_x
************************/
.scroll_x_wrap .scroll_x_btn{
    display: none;
}
/************************
animation
************************/
.inview_re .content_inn{
    transform: translateY(10px);
    opacity: 0;
}
.is-show .content_inn{
    animation: slideInB .5s cubic-bezier(0.25, 1, 0.5, 1) 0.3s forwards;
}
/************************
@media
************************/
/* デバイス幅が1200px以上 */
@media screen and (min-width: 1200px) {
	* {font-size: 16px;}
}
/* デバイス幅が1200px以下 */
@media screen and (max-width: 1200px) {
  .Box .jstBox {
    width: 100%;
  }
  .Box.small .jstBox {
    width: 100%;
  }
}
/* デバイス幅が767px以下 */
@media screen and (max-width: 767px){
	* {font-size: 14px;}
    .pc_cnt{display: none;}
    .sp_cnt{display: block;}
    .sp_cnt_inline{display: inline-block;}
    /************************
    header
    ************************/
	.headerWrap{
		width: 100%;
		margin: 0 auto;
        padding: 0 10px;
	}
	.headerlogo {
	  padding: 5px 0 10px;
	}
	.headerlogo a {
		width: 90%;
		max-width: auto;
	}
    /************************
    .mv
    ************************/
    .mv{
        background: url("../img/mv_bg_sp.png") no-repeat;
        background-size: cover;
        background-position: center;
    }
    .mv_inn{
        padding-bottom: 10px;
    }
    .mv_inn h1{
        width: 100%;
        margin: 0 0 calc(30vh - 60px) 0;
    }
    .mv_sim{
        width: 100%;
        margin: 0 auto;
    }
    .mv_sim .sim_form{
        margin-bottom: 10px;
        padding: 10px 5px;
    }
    .mv .attention_text{
        margin: 10px 0;
        width: 100%;
    }
    .mv_sim .v_bottom{
        padding: 0;
    }
    .attention_text p{
        line-height: 1.4;
    }
    .btn_area #sim_str, .btn_area #mv_sim_str{
        max-width: 90%;
        margin: 0 auto;
    }
    /************************
    .content_01
    ************************/
    .h2_text_only{
        font-size: 1.8rem;
        margin: 40px 0 20px;
    }
    .read_text{
        text-align: left;
    }
    .investment_chain_box{
        margin: 40px auto 20px;
    }
    .investment_chain_box figure{
        width: 80%;
    }
    .investment_chain_box h3{
        font-size: 1.5rem;
    }
    .investment_chain_box p{
        font-size: 0.9rem;
    }
    .investment_chain_box .pr_text{
        font-size: 1.5rem;
    }
    /************************
    .content_02
    ************************/
    .content_02{
        padding-bottom: 20px;
    }
    .content_inn{
        padding-bottom: 20px;
    }
    .h2_text{
        font-size: 1.6rem;
        margin-bottom: 20px;
        padding: 5px 0;
    }
    .fund_pr_box{
        margin: 40px auto;
        display: block;
    }
    .fund_pr_box figure{
        width: 60%;
        margin: 0 auto 20px;
    }
    .fund_pr_box > div {
        width: 100%;
    }
    .fund_pr_box > div ul li{
        line-height: 2;
    }
    .content_02 .btn.blue{
        width: 100%;
        font-size: 1.3rem;
        background-size: auto 20%;
        background-position: right 20px center;
        margin: 20px auto 10px;
    }
    .fund_pr_btn{
        margin-bottom: 60px;
        text-align: center;
    }
    .section01_img02{
        margin-bottom: 0;
    }
    .fund_pr_box > div > div{
    display: block;
    }
    .fund_pr_box > div .right_link{
        text-align: right;
    }
    /********move*********/
      .Box {
        width: 95%;
        margin: 40px auto 0;
      }
        .Box.small{
        width: 100%;
            margin: 0 auto 20px;
        }
      .Box .jstBox {
            height: 15rem;
           width: 100%;
      }
        .Box.small .jstBox{
            height: 15rem;
            width: 100%;
      }
    /************************
    .content_03
    ************************/
    .content_03{
        background-size: 100% auto, 60% auto;
        background-position: top 25% left 0, bottom 30% right 0;
        padding-bottom: 20px;
    }
    .sim_form{
        width: 100%;
        padding: 10px 5px;
        margin:  0 auto;
    }
    .form_title{
        font-size: 1rem;
        font-feature-settings: "palt";
    }
    .input_area{
        display: inline;
        padding: 0.1rem;
    }
    .radio-inline__label,.radio-inline__label2{
        padding: 0.2rem 0.3rem;
        font-size: 0.8rem;
    }
    #yen,#mv_yen{
        width: 30%;
        padding: 1px 5px;
    }
    .form_title strong{
        font-size: 1.05rem;
    }
    .radio_area{
        vertical-align: middle;
    }
    .v_bottom{
        font-size: 0.9rem;
        padding: 0;
        vertical-align: middle;
    }
    .btn_area{
        display: block;
        margin-top: 10px;
    }
    .btn_area #sim_str{
        display: block;
        width: 100%;
    }
    .primary_item_category{
        line-height: 1.4;
    }
    .primary_item_wrapper{
        width: 100%;
        margin: 0 auto;
        justify-content: space-between;
    }
    .primary_item_wrapper li{
        width: 48.5%;
        margin: 10px 0 0;
        padding: 10px 5px 50px;
        position: relative;
    }
    .primary_item_wrapper li h3{
        font-size: 1.1rem;
        line-height: 1.4;
        font-feature-settings: "palt";
    }
    .detail_btn{
        position: absolute;
        bottom: 10px;
        width: 90%;
        left: 5%;
    }
    .detail_btn::before{
        font-size: 16px;
        top: 50%;
    }
    .iphone .detail_btn::before{
        top: 43%;
    }
    .attention_text{
        width: 100%;
        margin: 10px auto;
        padding: 10px;
    }
    ul.secondary_item_wrapper{
        display: block;
    }
    .iziModal-content .modal_category span{
        line-height: 1.4;
    }
    .iziModal-content h2{
        padding-bottom: 0;
        font-size: 1.5rem;
    }
    .modal_inner{
        padding: 10px;
    }
    .modal_inner ul.secondary_item_wrapper > li{
        width: 100%;
    }
    .modal_inner ul.secondary_item_wrapper > li::after{
        content: none;
    }
    .modal_inner ul.secondary_item_wrapper > li.border_d_none::before{
        content: "";
    }
    .modal_inner ul.secondary_item_wrapper > li.border_d_none:last-child::before{
        content: none;
    }
    .simulation_area{
        width: 100%;
        margin: 10px auto;
        padding: 10px;
    }
    .simulation_area h3{
        font-size: 1.4rem;
        margin: 10px 0;
    }
    .simulation_area ul.secondary_item_wrapper{
        margin: 20px 0;
    }
    .simulation_area ul.secondary_item_wrapper > li{
        width: 100%;
        border: none;
        border-bottom: 1px solid #cfcfcf;
        border-radius: 0;
        padding-bottom: 20px;
    }
    .pdf_btn{
        width: 95%;
        margin: 0 auto;
    }
    .box_error{
        margin-bottom: 0;
        font-size: 1.2rem;
        font-weight: bold;
    }
    .banner_box{
        padding: 40px 10px 0px;
    }
    .banner_box h2{
        font-size: 1.6rem;
    }
    .btn{
        width: 100%;
        font-size: 1.3rem;
        background-size: auto 20%;
        background-position: right 20px center;
        margin: 20px auto 40px;
        line-height: 1.2;
    }
    .banner_box_inn{
        display: block;
        margin: 40px 0 60px 0;
    }
    .banner_box_inn div{
        width: 100%;
        margin-bottom: 20px;
    }
    .attention_box_inn{
        padding: 1px 10px 60px;
    }
    .form_attention{
        text-align: right;
        margin-right: 4vw;
    }
    /************************
    nav
    ************************/
    nav ul{
        padding: 0;
    }
    nav ul li{
        width: 48%;
        margin: 0;
        padding: 10px 5px;
        border-right: 1px solid #ffffff;
    }
    nav ul li:nth-child(2){
        border-right: none;
    }
    nav ul li a{
        font-size: 1.1rem;
    }
    nav ul li:last-child{
        width: 100%;
        border-top: 1px solid #ffffff;
    }
    /************************
    attention_box
    ************************/
    .attention_box .read{
        margin: 40px 0 40px;
        text-align: left;
    }
    /************************
    footer
    ************************/
    .footer_infoText p {
        font-size: 8px;
    }
    /************************
    .pagetop
    ************************/
	.pagetop {
		bottom: 250px;
		width: 10vw;
	}
	.pagetop.active{
		bottom: 30px;
	}
    /************************
    scroll_x
    ************************/
	.scroll_x_wrap .sp_700{
		width: 767px;
	}
	.sp_scrolling > figure{
		overflow-x: scroll;
		padding-bottom: 10px;
	}
	.scroll_x_wrap {
		position: relative;
		margin: 20px 0;
		overflow: auto;
		-webkit-overflow-scrolling : touch;
	}
	.scroll_x_wrap .sp_scrolling {
		width: 100%;
	}
	.scroll_x_wrap .scroll_x_overlay {
		position: absolute;
		left: 0;
		top: 0;
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		background: #000;
		opacity: .7;
	}
	.scroll_x_wrap .scroll_x_btn {
		content: '';
		font-size: 1rem;
		font-weight: bold;
		display: inline-block;
		position: absolute;
		left:calc(50% - 2.6667vw);
		top: calc(50% - 0.5em);
	}
	.scroll_x_wrap .scroll_x_btn span {
		display: table-cell;
		width: 100%;
		height: 100%;
		color: #fff;
		vertical-align: middle;
	}
	.scroll_x_wrap .scroll_x_btn:before {
		content: '';
		position: absolute;
		left: -29.3333vw;
		top: -5.3333vw;
		width: 39.0667vw;
		height: 15.7333vw;
		background: url(../img/icon_swipe.png) no-repeat center center;
		background-size: contain;
	}
	.scroll_x_wrap .scroll_x_btn:before {
		-webkit-animation-name: swipe;
			  animation-name: swipe;
		-webkit-animation-duration: 1s;
			  animation-duration: 1s;
		-webkit-animation-delay: 0s;
			  animation-delay: 0s;
		-webkit-animation-timing-function: linear;
			  animation-timing-function: linear;
		-webkit-animation-iteration-count: infinite;
			  animation-iteration-count: infinite;
		-webkit-animation-fill-mode: forwards;
			  animation-fill-mode: forwards;
		-webkit-animation-direction: alternate;
			  animation-direction: alternate;
	}

	.scroll_x_wrap::-webkit-scrollbar {
		height: 5px;
	}
	.scroll_x_wrap::-webkit-scrollbar-track {
		background: #F1F1F1;
	}
	.scroll_x_wrap::-webkit-scrollbar-thumb {
		background: #BCBCBC;
	}

}
/************************
*********keyframes*******
************************/
@keyframes slideInB {

  0% {
    transform: translateY(10px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
  }
  70%,100% {
    opacity: 1;
  }
}
@-webkit-keyframes swipe {
  0% {
    -webkit-transform: translateX(-1.6vw);
            transform: translateX(-1.6vw);
  }
  50% {
    -webkit-transform: translateX(1.6vw);
            transform: translateX(1.6vw);
  }
  100% {
    -webkit-transform: translateX(-1.6vw);
            transform: translateX(-1.6vw);
  }
}
@keyframes swipe {
  0% {
    -webkit-transform: translateX(-6px);
            transform: translateX(-6px);
  }
  50% {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
  100% {
    -webkit-transform: translateX(-6px);
            transform: translateX(-6px);
  }
}