@charset "utf-8";

/**** Text ****/
body main {
	color:#000;
}
section.indexmenu h1{
	width:100%;
}
section.indexmenu h1 span{
	display:block;
	position:relative;
	max-width:670px;
	margin:0 auto 0 auto;
}
section.indexmenu h1 span:nth-child(2){
	margin:0 auto 15px auto;
	max-width:670px;
}
section.indexmenu h1 span:nth-child(2):before{
	content:'';
	display:inline-block;
	position:absolute;
	top:0;
	right:0;
	background-image:url(../images/top/top_back_pc02.svg);
	background-position:top left;
	background-repeat:no-repeat;
	width:110px;
	height:110px;
}
section.indexmenu h1 span:nth-child(3):before{
	content:'';
	display:inline-block;
	position:absolute;
	top:-10px;
	left:0;
	background-image:url(../images/top/top_back_pc01.svg);
	background-position:top left;
	background-repeat:no-repeat;
	width:110px;
	height:110px;
}
section.indexmenu h1 span:nth-child(3) img{
	width:340px;
	height:auto;
	position:relative;
	z-index:2;
}
section.indexmenu h1 span:nth-child(2) img{
	width:70%;
	height:auto;
	position:relative;
	z-index:2;
}

section.indexmenu h2{
    font-size: 26px;
    font-weight: 700;
}

section.indexmessage h2{
	text-align:center;
	margin:0 0 15px 0;
}

section.indexmessage h2 img{
	height:20px;
}

/**** Layout ****/
section.indexmenu{
	padding:45px 0 45px 0;
	background-color:#13C161;
	text-align:center;
	/*background-image:url(../images/top/top_back.svg);
	background-repeat:no-repeat;
	background-position:center 100px;
	background-size:768px auto;*/
}
section.indexmessage{
	padding:15px 0 15px 0;
	background-color:#0a7d3a;
}
section.indexmenu .menu-inner{
	display:flex;
	max-width:920px;
	margin:35px auto 0 auto;
	padding:0 20px 0 20px;
	box-sizing:border-box;
	align-items: center;
}
section.indexmenu .menu-inner .image{
	padding:30px 20px 0 0;
	width:100%;
	text-align:left;
}
section.indexmenu .menu-inner .image img{
	width:80%;
}
section.indexmenu .menu-inner .menu-content{
	text-align:center;
}

/**** Btn ****/
.menu-content .info_select {
	margin: 0 0 20px 0;
	min-height: 48px;
}
.btn_paypay_renkei a,
.menu-content .info_select a {
	border-radius: 15px;
	border: 3px solid #fff;
	padding: 10px;
	display: block;
	background-color: #ff0033;
	color: #fff;
	font-weight: bold;
	box-shadow: 0 5px rgb(0 0 0 / 40%);
	position: relative;
	top: 0;
}
.btn_paypay_renkei a{
	display: inline-block;
	text-decoration: none;
	padding-left: 40px;
}
.btn_paypay_renkei a:hover,
.menu-content .info_select a:hover {
	top: 5px;
	box-shadow:0 0 rgba(0,0,0,0);
}
.btn_paypay_renkei a:after,
.menu-content .info_select a:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 20px;
	width: 10px;
	height: 11px;
	background: url(../images/top/link_white.svg) no-repeat top left;
	background-size: 10px 11px;
	margin-top: -6px;
}
.menu-content .select {
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
	width: 600px;
}
.menu-content .select div{
	position: relative;
	width: 48%;
}
.menu-content .select div a{
	display: block;
	position:relative;
	text-align: center;
	width: 100%;
	height:98px;
	background-color:#FEF43B;
	border: 3px solid #000;
	border-radius: 14px;
	box-shadow: 0 5px rgba(0,0,0,0.4);
	margin: 12px 0;
	padding:0;
	top:0;
}
.menu-content .select div a:hover{
	top:5px;
	opacity:1;
	box-shadow:0 0 rgba(0,0,0,0);
}
.menu-content .select div a div{
	line-height: 1.2em;
	top: 50%;
	position: absolute;
	left: 6%;
	width: 94%;
	text-align:left;
	padding-left:70px;
	-webkit-transform: translate(0,-50%);
	-moz-transform:    translate(0,-50%);
	-ms-transform:     translate(0,-50%);
	transform:         translate(0,-50%);
}
.menu-content .select div a .ss{font-size: 75%;}
.menu-content .select div a::before{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 20px;
	width: 15px;
	height: 17px;
	margin-top: -7px;
	background-image:url(../images/top/link.svg);
	background-repeat:no-repeat;
	background-size:cover;
	/*border: 9px solid transparent;
	border-left: 14px solid #000;*/
}
.menu-content .select div a{
	font-size:30px;
	font-weight: 700;
	color:#000;
	text-decoration: none;
}

/**** Slider ****/
.bnr-slider-wrapper{
	max-width:820px;
	height:auto;
	margin:0 auto 0 auto;
	overflow:visible;
}
.bnr-slider-wrapper .bnr-slider-yservice{
	overflow:hidden;
	margin:0 30px;
}
.bnr-slider-wrapper .swiper-button-next,
.bnr-slider-wrapper .swiper-button-prev{
	display:block;
	background-image:url(/yservice/howto/images/carousel/slider_arrow.png);
	background-size:25px 25px;
	width:25px;
	height:25px;
}
.bnr-slider-wrapper .swiper-button-next:hover,
.bnr-slider-wrapper .swiper-button-prev:hover {
  background-image: url(/yservice/howto/images/carousel/slider_arrow_on.png);
  opacity: 1;
}
.swiper-pagination-bullet{
	background-color:#54a475;
}
.swiper-pagination-bullet-active{
	background-color:#fff;
}
.swiper-slide{
	border-radius:10px;
	overflow:hidden;
}

/**** modal ****/
.refinemodal{
	width:100%;
	left:0;
	background-color:rgb(0,0,0,0.6);
}
.refinemodal-inner{
	background-color:#fff;
	max-height:calc(100vh - 195px);
	width:90%;
	max-width:980px;
	border-radius:30px;
	overflow:hidden;
	padding:0;
}
.refinemodal-inner div.scroll{
	padding:0 0 60px 0;
	overflow:auto;
	overflow-x: hidden;
	max-height: calc(100vh - 195px);
}
.modal-close{
	top:auto;
	left:50%;
	bottom:120px;
	margin-left:-40px;
	background: url(/common_c/images/common/close.svg) no-repeat center 10px #000;
	background-size: 44px;
	height:36px;
	border-radius:40px;
	width:100px;
}
.modal-close span{
	display:none;
}
.refinemodal-inner div.scroll h3{
	background-color:#ecd4d9;
	padding:0;
	text-align:center;
	margin:0;
}
.refinemodal-inner div.scroll h3 img{
	width:auto;
	height:32px;
}
#modal-w01 p{
	color:#737373;
	font-size:12px;
	padding:0 20px 0 20px;
}
#modal-w02 .scroll,
#modal-w04 .scroll{
	text-align:center;
}
#modal-w02 ul,
#modal-w04 ul{
	display:inline-block;
	text-align:left;
}

#modal-w01 p.img-area,
#modal-w02 p.img-area,
#modal-w03 p.img-area,
#modal-w04 p.img-area{
	padding:0 180px 0 180px;
}

/**** Second-Level ****/
body.page-menu .l-section,
body.page-details .l-section{
	padding:0;
}

body.page-menu .page-ttl,
body.page-details .page-ttl{
	background-color:#13C161;
	padding:25px 0;
	overflow:hidden;
	/*
	background-image:url(../images/parts/bg_ttl.png);
	background-repeat:no-repeat;
	background-position:top right;
	*/
}

body.page-menu .page-ttl div p img,
body.page-details .page-ttl div p img{
	widht:auto;
	height:25px;
}

body.page-menu .page-ttl div,
body.page-details .page-ttl div{
	max-width:1030px;
	padding:0 25px;
	margin:0 auto 0 auto;
	background-image:url(../images/futenyan.png);
	background-repeat:no-repeat;
	background-position:center left+25px;
	background-size:auto 100%;
	position:relative;
}

body.page-menu .page-ttl div:after,
body.page-details .page-ttl div:after{
	position:absolute;
	right:0;
	top:-25px;
	content:'';
	width:487px;
	height:200px;
	background-image:url(../images/parts/bg_ttl.png);
	background-repeat:no-repeat;
	background-position:top right;
	background-size:auto 120%;
}

body.page-menu .page-ttl div h1,
body.page-menu .page-ttl div p,
body.page-details .page-ttl div h1,
body.page-details .page-ttl div p{
	color:#fff;
	font-weight:bold;
	padding:0 0 0 175px;
}

body.page-menu .page-ttl div h1,
body.page-details .page-ttl div h1{
	line-height:1.2;
}

body.page-menu .page-ttl div h1 span,
body.page-details .page-ttl div h1 span{
	font-size:14px;
	display:block;
	margin:0 0 5px 0;
	text-shadow:0px 3px 6px #5c5c5c;
}
body.page-menu .page-ttl div h1 strong,
body.page-details .page-ttl div h1 strong{
	position:relative;
	font-size:50px;
	display:inline-block;
	text-shadow:0px 3px 6px #5c5c5c;
	padding:0 120px 0 0;
}

body.page-menu .page-ttl div h1 strong a,
body.page-details .page-ttl div h1 strong a{
	font-size:14px;
	color:#fff;
	text-decoration:none;
	z-index:10;
	position:absolute;
	top:50%;
	right:0;
	margin-top:-15px;
	border:2px solid #fff;
	border-radius:18px;
	padding:5px 10px;
	font-style:normal;
	text-shadow:0px 0px 0px #fff;
}

body.page-menu .page-ttl div p,
body.page-details .page-ttl div p{
	font-size:20px;
	margin:0 0 15px 0;
}

body.page-menu .page-back-link,
body.page-menu .link-area,
body.page-details .page-back-link{
	max-width:1030px;
	padding:0 25px;
	margin:0 auto 0 auto;
}

body.page-details .page-back-link{
	margin: 25px auto 25px auto;
}

body.page-menu .page-back-link-bottom,
body.page-details .page-back-link-bottom{
	padding:30px 0 40px 0;
}

body.page-menu .page-back-link p,
body.page-details .page-back-link p{
	margin:20px 0;
}

body.page-menu .page-back-link p a,
body.page-details .page-back-link p a{
	display:inline-block;
	color:#000;
	text-decoration: none;
	padding:0 0 0 28px;
	background-image:url("../images/parts/icon_page_back.svg");
	background-repeat:no-repeat;
	background-size:22px 22px;
	background-position:top left;
}

body.page-menu .link-area p{
	font-size:22px;
	font-weight:bold;
	padding:20px 120px 20px 0;
	position:relative;
}

body.page-menu .link-area p:after{
	position:absolute;
	bottom:0;
	right:0;
	content:'';
	display:block;
	width:100px;
	height:105px;
	background-image:url(../images/head_futenyan.png);
	background-repeat:no-repeat;
	background-position:top right;
	background-size:100px 105px;
}

body.page-menu .link-area ul{
	display:flex;
	flex-wrap:wrap;
}

body.page-menu .link-area ul li{
	width:50%;
	padding:0 10px 20px 0;
}

body.page-menu .link-area ul li:nth-child(even){
	padding:0 0 20px 10px;
}

body.page-menu .link-area ul li a{
	font-size:20px;
	display:flex;
	align-items: stretch;
	font-weight:bold;
	position:relative;
	border: 2px solid #a3a3a3;
	box-shadow:5px 5px 0px 0px #e5e5e5;
}
body.page-menu .link-area ul li a span,
body.page-menu .link-area ul li a:before{
	display: flex;
	align-items: center;
	padding:20px 15px;
}

body.page-menu .link-area ul li a:before{
	color: #fff;
	background-color: #777777;
}

body.page-menu .link-area ul li a:after{
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    background: url(/common_c/images/common/icon/icon_blank_black.svg) no-repeat left top;
	background-size: 20px 19px;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: -8px 0 0 0;
}

body.page-menu .link-area ul li:nth-child(1) a:before{
	content: '1';
}
body.page-menu .link-area ul li:nth-child(2) a:before{
	content: '2';
}
body.page-menu .link-area ul li:nth-child(3) a:before{
	content: '3';
}
body.page-menu .link-area ul li:nth-child(4) a:before{
	content: '4';
}
body.page-menu .link-area ul li:nth-child(5) a:before{
	content: '5';
}
body.page-menu .link-area ul li:nth-child(6) a:before{
	content: '6';
}
body.page-menu .link-area ul li:nth-child(7) a:before{
	content: '7';
}
body.page-menu .link-area ul li:nth-child(8) a:before{
	content: '8';
}
body.page-menu .link-area ul li:nth-child(9) a:before{
	content: '9';
}
body.page-menu .link-area ul li:nth-child(10) a:before{
	content: '10';
	padding: 20px 9.5px;
}
@media (max-width: 768px) {
	body.page-menu .link-area ul li:nth-child(10) a:before{
		padding: 10px 6.25px;
	}
}

/*
body.page-menu .link-area ul li.apn a{border:2px solid #227ecc;}
body.page-menu .link-area ul li.init a{border:2px solid #0ca986;}
body.page-menu .link-area ul li.mail a{border:2px solid #fc5543;}
body.page-menu .link-area ul li.myym a{border:2px solid #f8a300;}
body.page-menu .link-area ul li.account a{border:2px solid #e9467c;}
body.page-menu .link-area ul li.bkup a{border:2px solid #9973b9;}
body.page-menu .link-area ul li.paypay a{border:2px solid #d9162f;}
body.page-menu .link-area ul li.mysb a{border:2px solid #7f7f7f;}

body.page-menu .link-area ul li.apn a span{background-color:#227ecc;}
body.page-menu .link-area ul li.init a span{background-color:#0ca986;}
body.page-menu .link-area ul li.mail a span{background-color:#fc5543;}
body.page-menu .link-area ul li.myym a span{background-color:#f8a300;}
body.page-menu .link-area ul li.account a span{background-color:#e9467c;}
body.page-menu .link-area ul li.bkup a span{background-color:#9973b9;}
body.page-menu .link-area ul li.paypay a span{background-color:#d9162f;}
body.page-menu .link-area ul li.mysb a span{background-color:#7f7f7f;}
*/

body.page-menu .lp-tab-link{
	min-height: 479px;
}

/**** Third-Level ****/
body.page-details .mt-60{margin-top:60px;}
body.page-details .lp-tab-link{
	background-color:#13C161;
	border-bottom:4px solid #13C161;
}

body.page-details .lp-tab-link ul{
	max-width:980px;
	margin:0 auto 0 auto;
	display:flex;
}
body.page-details .lp-tab-link ul li{
	display:flex;
	width:14.29%;
	border-top:3px solid #13C161;
	border-radius:5px 5px 0 0;
	position:relative;
	font-size:12px;
}
body.page-details.android .lp-tab-link ul li,
body.page-details.iphone .lp-tab-link ul li{
	width:16.67%;
}
body.page-details .lp-tab-link ul li a{
	line-height:1.5;
	display:flex;
	width:100%;
	font-size:100%;
	padding:5px 10px;
	text-align:center;
	color:#fff;
	font-weight:bold;
	align-items:center;
	justify-content: center;
}

@media (max-width: 850px) {
	body.page-details .lp-tab-link ul li a{
		font-size:11px;
	}
}

body.page-details .lp-tab-link ul li:nth-child(1){z-index:20;}
body.page-details .lp-tab-link ul li:nth-child(2){z-index:19;}
body.page-details .lp-tab-link ul li:nth-child(3){z-index:18;}
body.page-details .lp-tab-link ul li:nth-child(4){z-index:17;}
body.page-details .lp-tab-link ul li:nth-child(5){z-index:16;}
body.page-details .lp-tab-link ul li:nth-child(6){z-index:15;}
body.page-details .lp-tab-link ul li:nth-child(7){z-index:14;}
body.page-details .lp-tab-link ul li:nth-child(8){z-index:13;}

body.page-details .lp-tab-link ul li.active,
body.page-details .lp-tab-link ul li:hover{
	z-index:21;
}

body.page-details .lp-tab-link ul li a:hover{
	opacity:1;
}

body.page-details .lp-tab-link ul li:before,
body.page-details .lp-tab-link ul li:after{
	content:'';
	position:absolute;
	bottom:0;
	left:-6px;
	display:block;
	width:8px;
	/*height:42px;*/
	height:100%;
}

body.page-details .lp-tab-link ul li:after{
	left:auto;
	right:-12px;
	width:15px;
	
}

body.page-sbikou div.main,
body.page-details div.main{
	max-width:1030px;
	margin:0 auto;
	padding:0 25px 0 25px;
	font-weight:bold;
}

body.page-details div.main h2,
body.page-details div.main h3,
body.page-details div.main h4,
body.page-details div.main p{
	font-weight:bold;
}

body.page-details div.main .list-iconindent{font-weight: normal;}

body.page-details div.main h2{
	font-size:24px;
	border:2px solid #227ecc;
	display:flex;
	padding:0;
	margin:0 0 20px 0;
	box-shadow: 5px 5px 0px 0px #e5e5e5 ;
}

body.page-details div.main h2 span,
body.page-details div.main h2 strong{
	position:relative;
	display:flex;
	align-items:center;
	padding:10px;
}

body.page-details div.main h2 span{
	padding:15px 25px;
}

body.page-details div.main h3{
	font-size:24px;
	padding:20px;
	margin:0 0 20px 0;
}

body.page-details div.main h4{
	border-top:4px solid #ffffff;
	font-size:20px;
	margin:0 0 20px 0;
}

body.page-details div.main h4 span{
	position:relative;
	display:block;
	padding:5px 10px;
}

body.page-details div.main h4 span:before{
	position:absolute;
	top:-4px;
	left:0;
	display:block;
	content:' ';
	height:4px;
	width:25%;
}

body.page-details div.main div.movie{
	padding:20px 15px;
	text-align:center;
	margin:0 0 40px 0;
	background-color:#eeeeee;
}

body.page-details div.main div.ga_box_area{
	padding:20px 0 20px 0;
	margin:0 0 40px 0;
	background-repeat:no-repeat;
	background-position:bottom left 4%;
	background-size:18% auto;
	display: none !important;
}

body.page-details div.main div.movie iframe{
	max-width:728px;
	width:100%;
	height:410px;
}

body.page-details div.main div.movie div#block-survey,
body.page-details div.main div.movie div#block-survey-02,
body.page-details div.main div.ga_box_area dl{
	max-width:560px;
	width:100%;
}

body.page-details div.main div.ga_box_area dl{
	max-width:initial;
	justify-content:center;
	min-height:105px;
}

body.page-details div.main div.movie div#block-survey,
body.page-details div.main div.movie div#block-survey-02,
body.page-details div.main div.ga_box_area dl{
	display:flex;
	align-items: center;
	width:100%;
	margin:10px auto 0 auto;
}

body.page-details div.main div.ga_box_area p.head_text{
	text-align:center;
	margin:0;
	font-size:18px;
}

body.page-details div.main div.ga_box_area dl{
	padding:0 0 15px 0;
	margin:0 auto 0 auto;
}

body.page-details div.main div.movie div#block-survey div.title,
body.page-details div.main div.movie div#block-survey div.box-survey,
body.page-details div.main div.movie div#block-survey-02 div.title,
body.page-details div.main div.movie div#block-survey-02 div.box-survey,
body.page-details div.main div.ga_box_area dl dt,
body.page-details div.main div.ga_box_area dl dd{
	font-size:18px;
	width:50%;
	text-align:center;
}

body.page-details div.main div.ga_box_area dl dt,
body.page-details div.main div.ga_box_area dl dd{
	width:auto;
}

body.page-details div.main div.movie div#block-survey div.title,
body.page-details div.main div.movie div#block-survey-02 div.title,
body.page-details div.main div.ga_box_area dl dt{
	font-size:16px;
	padding:10px 0;
}

body.page-details div.main div.ga_box_area dl dt{
	font-size:18px;
	padding:10px 20px 10px 0;
}

body.page-details div.main div.ga_box_area dl,
body.page-details div.main div.ga_box_area dl.ga02{
	padding-left:9%;
}

body.page-details div.main div.ga_box_area dl dd{
	font-size:16px;
}

body.page-details div.main div.movie div#block-survey div.box-survey div,
body.page-details div.main div.movie div#block-survey-02 div.box-survey div,
body.page-details div.main div.ga_box_area dl dd div{
	display:inline-block;
	position:relative;
	padding:5px 0;
	border:3px solid #cccccc;
	border-radius:8px;
	min-width:6em;
	background-color:#fff;
	cursor:pointer;
	transition:all .1s ease;
	-webkit-box-shadow:0px 5px 0px #a6a6a6;
	box-shadow:0 5px 0 0 #a6a6a6;
	top:0;
}

body.page-details div.main div.ga_box_area dl.ga02 dd div{
	min-width:11em;
}

body.page-details div.main div.ga_box_area dl dd div.questionnaire{
	min-width:13em;
}

body.page-details div.main div.ga_box_area dl dd div.questionnaire a{
	color:#29abe2;
	font-size:18px;
}

body.page-details div.main div.movie div#block-survey div.box-survey div:hover,
body.page-details div.main div.movie div#block-survey-02 div.box-survey div:hover,
body.page-details div.main div.ga_box_area dl dd div:hover{
	top:5px;
	-webkit-box-shadow: 0px 0px 0px #a6a6a6;
	box-shadow:0 0 0 0 #a6a6a6;
}

body.page-details div.main div.movie div#block-survey div.box-survey div p,
body.page-details div.main div.movie div#block-survey-02 div.box-survey div p,
body.page-details div.main div.ga_box_area dl dd div p{
	font-size:18px;
	margin:0;
}

body.page-details div.main div.movie div#block-survey div.box-survey div:nth-child(1),
body.page-details div.main div.movie div#block-survey-02 div.box-survey div:nth-child(1),
body.page-details div.main div.ga_box_area dl dd div:nth-child(1){
	margin:0 20px 0 0;	
}

body.page-details div.main div.movie div#block-survey div.box-survey div:nth-child(1) p span,
body.page-details div.main div.movie div#block-survey-02 div.box-survey div:nth-child(1) p span,
body.page-details div.main div.ga_box_area dl dd div:nth-child(1) p span{
	display:inline-block;
	width:25px;
	height:25px;
	font-size:50px;
	position:relative;
	vertical-align:top;
	margin-top:1px;
}
body.page-details div.main div.movie div#block-survey div.box-survey div:nth-child(1) p span strong,
body.page-details div.main div.movie div#block-survey-02 div.box-survey div:nth-child(1) p span strong,
body.page-details div.main div.ga_box_area dl dd div:nth-child(1) p span strong{
	position:absolute;
	display:block;
	top:50%;
	left:50%;
	width:84%;
	height:84%;
	margin:-42% 0 0 -42%;
	border-radius:50%;
	border:.08em solid #ed1e79;
}

body.page-details div.main div.movie div#block-survey div.box-survey div:nth-child(2) p span,
body.page-details div.main div.movie div#block-survey-02 div.box-survey div:nth-child(2) p span,
body.page-details div.main div.ga_box_area dl dd div:nth-child(2) p span{
	display:inline-block;
	vertical-align:top;
	width:25px;
	height:25px;
	position:relative;
	margin-top:1px;
}

body.page-details div.main div.movie div#block-survey div.box-survey div:nth-child(2) p span::before,
body.page-details div.main div.movie div#block-survey div.box-survey div:nth-child(2) p span::after,
body.page-details div.main div.movie div#block-survey-02 div.box-survey div:nth-child(2) p span::before,
body.page-details div.main div.movie div#block-survey-02 div.box-survey div:nth-child(2) p span::after,
body.page-details div.main div.ga_box_area dl dd div:nth-child(2) p span::before,
body.page-details div.main div.ga_box_area dl dd div:nth-child(2) p span::after{
	display:block;
	content:"";
	position:absolute;
	top:50%;
	left:50%;
	width:84%;
	height:16%;
	margin:-8% 0 0 -42%;
	background:#29abe2;
}
body.page-details div.main div.movie div#block-survey div.box-survey div:nth-child(2) p span::before,
body.page-details div.main div.movie div#block-survey-02 div.box-survey div:nth-child(2) p span::before,
body.page-details div.main div.ga_box_area dl dd div:nth-child(2) p span::before{
	transform:rotate(-45deg);
}
body.page-details div.main div.movie div#block-survey div.box-survey div:nth-child(2) p span::after,
body.page-details div.main div.movie div#block-survey-02 div.box-survey div:nth-child(2) p span::after,
body.page-details div.main div.ga_box_area dl dd div:nth-child(2) p span::after{
	transform:rotate(45deg);
}

body.page-details div.main div.movie div#block-survey div.box-survey div.active,
body.page-details div.main div.movie div#block-survey-02 div.box-survey div.active{
	color:#ed1e79;
	top:5px;
	-webkit-box-shadow: 0px 0px 0px #a6a6a6;
	box-shadow:0 0 0 0 #a6a6a6;
	pointer-events:none;
}
body.page-details div.main div.movie div#block-survey div.box-survey div.active:nth-child(2),
body.page-details div.main div.movie div#block-survey-02 div.box-survey div.active:nth-child(2){
	color:#29abe2;
}

body.page-details div.main div.movie div#block-survey div.box-survey div.checked,
body.page-details div.main div.movie div#block-survey-02 div.box-survey div.checked{
	opacity:0.5;
	pointer-events:none;
}

body.page-details div.main div.movie div#block-survey div.box-survey div.checked:nth-child(1) p span strong,
body.page-details div.main div.movie div#block-survey-02 div.box-survey div.checked:nth-child(1) p span strong{
	border-color:#999;
}
body.page-details div.main div.movie div#block-survey div.box-survey div.checked p span::before,
body.page-details div.main div.movie div#block-survey div.box-survey div.checked p span::after,
body.page-details div.main div.movie div#block-survey-02 div.box-survey div.checked p span::before,
body.page-details div.main div.movie div#block-survey-02 div.box-survey div.checked p span::after{
	background:#999;
}

body.page-details div.main div.ga_box_area dl dt span{
	display:block;
	text-align:center;
	color:#000;
	font-size:16px;
}

body.page-details div.main ol{
	display:flex;
	flex-wrap:wrap;
}

body.page-details div.main ol li{
	width:30%;
	margin:0 0 30px 0;
	padding:0 0 20px 0;
	text-align:center;
	position:relative;
}

body.page-details div.main ol li:nth-child(3n+2){
	margin:0 5% 30px 5%;
}

body.page-details div.main ol li:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	background-color:#fff;
	color:#fff;
	padding:13px 15px;
	font-size:15px;
}

body.page-details div.main ol li:after{
	display:block;
	content:'';
	width:100%;
	border-bottom:1px solid #ddd;
	position:absolute;
	bottom:0;
	left:0;
}

body.page-details div.main ol li:nth-child(3n+2):after{
	left:-17%;
	width:134%;
}

body.page-details div.main ol li ul li:after,
body.page-details div.main ol li.no-border:after{
	display:none;
}

body.page-details div.main ol li ul li{
	padding:0 0 0 15px;
}

body.page-details div.main ol li p{
	margin:0 0 10px 0;
	font-weight:normal;
}

/*
body.page-details div.main ol li p:nth-child(2){
	margin:0 0 30px 0;
}*/

body.page-details div.main ol li p span{
	display:inline-block;
	text-align:left;
}

body.page-details div.main ol li p span.text-center{
	text-align:center;
}

body.page-details div.main ol li.number2:before{
	padding:13px 10px;
}

body.page-details div.main ol li:nth-child(1):before{content:'1';}
body.page-details div.main ol li:nth-child(2):before{content:'2';}
body.page-details div.main ol li:nth-child(3):before{content:'3';}
body.page-details div.main ol li:nth-child(4):before{content:'4';}
body.page-details div.main ol li:nth-child(5):before{content:'5';}
body.page-details div.main ol li:nth-child(6):before{content:'6';}
body.page-details div.main ol li:nth-child(7):before{content:'7';}
body.page-details div.main ol li:nth-child(8):before{content:'8';}
body.page-details div.main ol li:nth-child(9):before{content:'9';}
body.page-details div.main ol li:nth-child(10):before{content:'10';}
body.page-details div.main ol li:nth-child(11):before{content:'11';}
body.page-details div.main ol li:nth-child(12):before{content:'12';}
body.page-details div.main ol li:nth-child(13):before{content:'13';}
body.page-details div.main ol li:nth-child(14):before{content:'14';}
body.page-details div.main ol li:nth-child(15):before{content:'15';}
body.page-details div.main ol li:nth-child(16):before{content:'16';}
body.page-details div.main ol li:nth-child(17):before{content:'17';}
body.page-details div.main ol li:nth-child(18):before{content:'18';}
body.page-details div.main ol li:nth-child(19):before{content:'19';}

body.page-details div.main ol.paypay_list_01 li:nth-child(7):before{content:'6'}
body.page-details div.main ol.paypay_list_01 li:nth-child(8):before{content:'7'}
body.page-details div.main ol.paypay_list_01 li:nth-child(9):before{content:'8'}
body.page-details div.main ol.paypay_list_01 li:nth-child(10):before{content:'9'}
body.page-details div.main ol.paypay_list_01 li:nth-child(11):before{content:'10'}
body.page-details div.main ol.paypay_list_01 li:nth-child(13):before{content:'11'}
body.page-details div.main ol.paypay_list_01 li:nth-child(15):before{content:'12'}
body.page-details div.main ol.paypay_list_01 li:nth-child(16):before{content:'13'}
body.page-details div.main ol.paypay_list_01 li.no_number div,
body.page-details div.main ol.paypay_list_03 li.no_number div{padding:5px 10px;}
body.page-details div.main ol.paypay_list_01 li.no_number div p,
body.page-details div.main ol.paypay_list_03 li.no_number div p{padding:10px;}

body.page-details div.main ol.paypay_list_02 li:nth-child(2):before{content:'1'}
body.page-details div.main ol.paypay_list_02 li:nth-child(3):before{content:'2'}
body.page-details div.main ol.paypay_list_02 li:nth-child(4):before{content:'3'}
body.page-details div.main ol.paypay_list_02 li:nth-child(5):before{content:'4'}
body.page-details div.main ol.paypay_list_02 li:nth-child(6):before{content:'5'}

body.page-details div.main ol.paypay_list_03 li:nth-child(2):before{content:'1'}
body.page-details div.main ol.paypay_list_03 li:nth-child(3):before{content:'2'}
body.page-details div.main ol.paypay_list_03 li:nth-child(4):before{content:'3'}
body.page-details div.main ol.paypay_list_03 li:nth-child(6):before{content:'4'}
body.page-details div.main ol.paypay_list_03 li:nth-child(8):before{content:'5'}
body.page-details div.main ol.paypay_list_03 li:nth-child(9):before{content:'6'}

body.page-details div.main ol.paypay_list_03 li:nth-child(5):after{width:125%;}
body.page-details div.main ol.paypay_list_03 li:nth-child(7){margin:0 5% 30px 5%!important;}
body.page-details div.main ol.paypay_list_03 li:nth-child(7):after{margin-left:-17%;width: 134%;}
body.page-details div.main ol.paypay_list_03 li:nth-child(8){margin:0 0 30px 0}
body.page-details div.main ol.paypay_list_03 li:nth-child(8):after{left:0;width: 100%;}

body.page-details div.main ol.sim-free-android01 li:nth-child(7):before{content:'6'}
body.page-details div.main ol.sim-free-android01 li:nth-child(8):before{content:'7'}
body.page-details div.main ol.sim-free-android01 li:nth-child(10):before{content:'8'}
body.page-details div.main ol.sim-free-android01 li:nth-child(11):before{content:'9'}
body.page-details div.main ol.sim-free-android01 li:nth-child(12):before{content:'10'}

body.page-details div.main ol li.no_number{
	border-top:1px solid #fff;
	margin:-1px 0 30px 0!important;
	/*padding:0px 0 40px 0;*/
}

body.page-details div.main ol li.no_number:nth-child(3n+2){
	margin:-1px 5% 30px 5%!important;
}

body.page-details div.main ol li.no_number:before{
	display:none!important;
}

body.page-details div.main ol li.no_number div{
	border:2px solid #ff0033;
	border-radius:5px;
	padding:20px 0;
}
body.page-details div.main ol li.no_number div.flex-type{
    display: flex;
    height: 95%;
    flex-direction: column;
    justify-content: center;
}
body.page-details div.main ol li.no_number div p:nth-child(2){
	padding:0 10px;
}
body.page-details div.main ol li .icon-no.disnone{
	display:none;
}

body.page-details div.main ul.lp-tab-list{
	display:flex;
	width:100%;
	margin:0;
}

body.page-details div.main ul.lp-tab-list li{
	color:#888;
	display:flex;
	justify-content:center;
	align-items:center;
	width:50%;
	background-color:#ddd;
	cursor:pointer;
	font-size:18px;
	font-weight:bold;
	padding:23px 10px 15px 10px;
	border-radius:15px 15px 0px 0px;
}

body.page-details div.main ul.lp-tab-list li.is-active{
	color:#222;
	font-weight:bold;
	cursor:default;
}

body.page-details div.main ul.lp-tab-list li:hover{
	background-color:#ddd;
}

body.page-details div.main ul.lp-tab-list li.is-active:hover{
	opacity:1;
}

body.page-details div.main ul.lp-tab-list li span{
	text-align:center;
}

body.page-details div.main div.lp-tab-target-wrapper{
	padding:15px 30px;
	margin:0 0 40px 0;
}

body.page-details div.main div.page-back-bottom{
	display:flex;
	margin:0 0 20px 0;
}

body.page-details div.main div.page-back-bottom div{
	width:50%;
}

body.page-details div.main div.page-back-bottom div p{
	text-align:center;
	margin:0 0 5px 0;
}

body.page-details div.main div.page-back-bottom div p span a strong,
body.page-details div.main div.page-back-bottom div p span{
	display:inline-block;
}

body.page-details div.main div.page-back-bottom div p span a{
	display:block;
	color:#000;
	text-decoration:none;
}

body.page-details div.main div.page-back-bottom div p span a strong.bottom-btn,
body.page-details div.main div.page-back-bottom div p span em{
	position:relative;
	font-size:32px;
	display:inline-block;
	font-style:normal;
	font-weight:bold;
	padding:0 0 0 65px;
}

body.page-details div.main div.page-back-bottom div p span em{
	color:#cccccc;
	cursor:default;
}

body.page-details div.main div.page-back-bottom div:nth-child(2) p span a strong.bottom-btn,
body.page-details div.main div.page-back-bottom div:nth-child(2) p span em{
	padding:0 65px 0 0;
}

body.page-details div.main div.page-back-bottom div:nth-child(1) p span a strong.bottom-btn:after,
body.page-details div.main div.page-back-bottom div:nth-child(2) p span a strong.bottom-btn:after,
body.page-details div.main div.page-back-bottom div:nth-child(1) p span em:after,
body.page-details div.main div.page-back-bottom div:nth-child(2) p span em:after{
	content:'';
	position:absolute;
	display:block;
	width:38px;
	height:42px;
	top:50%;
	right:0;
	margin:-21px 0 0 0;
	background-image:url(../images/parts/icon_bottom_link_active.svg);
	background-repeat:no-repeat;
	background-position:top left;
	background-size:38px 42px;
}

body.page-details div.main div.page-back-bottom div:nth-child(1) p span em:after,
body.page-details div.main div.page-back-bottom div:nth-child(2) p span em:after{
	background-image:url(../images/parts/icon_bottom_link.svg);
}

body.page-details div.main div.page-back-bottom div:nth-child(1) p span a strong.bottom-btn:after,
body.page-details div.main div.page-back-bottom div:nth-child(1) p span em:after{
	right:auto;
	left:0;
	transform:rotate(180deg);
}

body.page-details div.main div.page-back-bottom div:nth-child(1) p span a{
	text-align:right;
}

body.page-details div.main div.page-back-bottom div:nth-child(2) p span a{
	text-align:left;
}

body.page-details div.main div.page-back-bottom div p span a strong.text{
	margin-top:15px;
}

body.page-details div.main div.page-back-bottom div:nth-child(1){padding-right:20px;}
body.page-details div.main div.page-back-bottom div:nth-child(2){padding-left:20px;}

body.page-details div.main div.page-bredcrumb ul{
	display:flex;
	justify-content: center;
	margin:70px 0 0 0;
}

body.page-details div.main div.page-bredcrumb ul li{
	position:relative;
	border-top:5px solid #cccccc;
	border-bottom:5px solid #cccccc;
	padding:2px 25px;
}

body.page-details div.main div.page-bredcrumb ul li:first-child{
	border-left:5px solid #cccccc;
	border-radius:5px 0 0 5px;
}

body.page-details div.main div.page-bredcrumb ul li:last-child{
	border-right:5px solid #cccccc;
	border-radius:0 5px 5px 0;
}

body.page-details div.main div.page-bredcrumb ul li:before{
	content:'';
	width:22px;
	height:22px;
	margin-top:-11px;
	border-top:solid 5px #cccccc;
	border-right:solid 5px #cccccc;
	transform:rotate(45deg) skew(10deg, 10deg);
	position:absolute;
	top:50%;
	right:-8px;
}

body.page-details div.main div.page-bredcrumb ul li.active:after{
	content:'';
	display:block;
	position:absolute;
	top:0;
	left:50%;
	margin:-40px 0 0 -25px;
	width:50px;
	height:60px;
	background-image:url(../images/parts/icon_flag.png);
	background-repeat:no-repeat;
	background-size:50px 60px;
}

body.page-details div.main div.page-bredcrumb ul li:last-child:before{
	display:none;
}

body.page-details div.main div.page-bredcrumb ul li.active,
body.page-details div.main div.page-bredcrumb ul li.active_old,
body.page-details div.main div.page-bredcrumb ul li.active:before,
body.page-details div.main div.page-bredcrumb ul li.active_old:before{
	background-color:#dbffce;
}

body.page-details div.main div.page-bredcrumb ul li:nth-child(1){z-index:10;}
body.page-details div.main div.page-bredcrumb ul li:nth-child(2){z-index:9;}
body.page-details div.main div.page-bredcrumb ul li:nth-child(3){z-index:8;}
body.page-details div.main div.page-bredcrumb ul li:nth-child(4){z-index:7;}
body.page-details div.main div.page-bredcrumb ul li:nth-child(5){z-index:6;}
body.page-details div.main div.page-bredcrumb ul li:nth-child(6){z-index:5;}
body.page-details div.main div.page-bredcrumb ul li:nth-child(7){z-index:4;}
body.page-details div.main div.page-bredcrumb ul li:nth-child(8){z-index:3;}
body.page-details div.main div.page-bredcrumb ul li:nth-child(9){z-index:2;}

body.page-details.main_etc section{padding-top:35px;border-top:1px solid #ddd;}
body.page-details.main_etc section h2 span:before{display:none;}
body.page-details.main_etc section h2 span{background-color:#fff!important;border-right:2px solid #D9162f;}
body.page-details.main_etc section h2 span img{width:50px;height:auto;}
body.page-details.main_etc.mail section h2 span{border-right:2px solid #fc5543;background-color:#fc5543!important;}

/**** basic-copy ****/
.lp-tab-target-item {
  display: none !important;
  left: 0px;
  top: 0px;
  width: 100%;
  -webkit-transition: all 1.25s ease;
  transition: all 1.25s ease;
  overflow: hidden;
}
.lp-tab-target-item.is-active {
  display: block !important;
}

.lp-tab-target-wrapper .lp-tab-target-item {
	opacity:0;
}
.lp-tab-target-wrapper .lp-tab-target-item.is-active {
	opacity:1;
}
.lp-tab-target-wrapper .lp-tab-target-item.is-prepare-left {
	display:block!important;
	-webkit-transition:all .01s ease;
	transition:all .01s ease;
	opacity:0;
	-webkit-transform:translate(-30px, 0);
	-ms-transform:translate(-30px, 0);
	transform:translate(-30px, 0);
}
.lp-tab-target-wrapper .lp-tab-target-item.is-prepare-right {
	display:block!important;
	-webkit-transition:all .01s ease;
	transition:all .01s ease;
	opacity:0;
	-webkit-transform:translate(30px, 0);
	-ms-transform:translate(30px, 0);
	transform:translate(30px, 0);
}
.lp-tab-target-wrapper .lp-tab-target-item.is-prepare-left.is-active, .lp-tab-target-wrapper .lp-tab-target-item.is-prepare-right.is-active {
	-webkit-transition:all 0.5s ease;
	transition:all 0.5s ease;
	opacity:1;
	-webkit-transform:translate(0, 0);
	-ms-transform:translate(0, 0);
	transform:translate(0, 0);
}
.lp-tab-target-wrapper .lp-tab-target-item.is-fadeout-left {
	display:block!important;
	-webkit-transition:all .5s ease;
	transition:all .5s ease;
	opacity:0;
	-webkit-transform:translate(-30px, 0);
	-ms-transform:translate(-30px, 0);
	transform:translate(-30px, 0);
}
.lp-tab-target-wrapper .lp-tab-target-item.is-fadeout-right {
	display:block!important;
	-webkit-transition:all .5s ease;
	transition:all .5s ease;
	opacity:0;
	-webkit-transform:translate(30px, 0);
	-ms-transform:translate(30px, 0);
	transform:translate(30px, 0);
}

.lp-tab-target-wrapper .lp-tab-target-item ol{
	margin:0;
}

.lp-tab-target-wrapper .lp-tab-target-item ol li p{
	margin:0;
}

.lp-accordion-title {
	font-size: 18px;
	line-height: 1.5;
	padding: 15px 45px 15px 15px;
	border: 2px solid #fff;
	background: rgba(255, 255, 255, 0.9);
	position: relative;
	cursor: pointer;
	-webkit-transition: all .1s ease;
	transition: all .1s ease;
	margin-top: 30px;
	margin-bottom: 30px;
}
.lp-accordion-title:hover {
	opacity: 0.7;
}
.lp-accordion-title.is-active {
	font-weight: bold;
}
.lp-accordion-title.is-active .lp-accordion-icon span:nth-child(1) {
	width: 4px;
	height: 20px;
	left: 5px;
	top: 0px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.lp-accordion-title.is-active .lp-accordion-icon span:nth-child(2) {
	opacity: 0;
}
.lp-accordion-icon {
	display: block;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -10px;
	width: 20px;
	height: 20px;
}
.lp-accordion-icon span {
	position: absolute;
	background: #227ecc;
}
.lp-accordion-icon span:nth-child(1) {
	width: 4px;
	height: 20px;
	left: 8px;
	top: 0px;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
}
.lp-accordion-icon span:nth-child(2) {
	width: 20px;
	height: 4px;
	left: 0px;
	top: 8px;
}
.lp-accordion-box {
  padding: 10px 10px 40px;
}
.lp-accordion-box h1:first-child, .lp-accordion-box h2:first-child, .lp-accordion-box h3:first-child, .lp-accordion-box h4:first-child, .lp-accordion-box h5:first-child {
  margin-top: 0;
}
.lp-accordion-box-inner {
  opacity: 0;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}
.lp-accordion-box-inner.is-active {
  opacity: 1;
  -webkit-transition: all .55s .2s ease;
  transition: all .55s .2s ease;
}
.lp-accordion-box p:last-child {
  margin-bottom: 0;
}
.lp-accordion-box {
  display: none;
}
.lp-accordion-box-inner {
  opacity: 0;
}
.lp-accordion-box-inner .btn-close{
	text-align:center;
}
.lp-accordion-box-inner .btn-close span{
	display:inline-block;
	padding:6px 15px;
	cursor:pointer;
}

.icon-hamburger{
display: inline-block;
position: relative;
margin:12px 2px 0;
vertical-align: top;
}
.icon-hamburger,
.icon-hamburger::before, .icon-hamburger::after
{
background: #000;
height: 1px;
width: 14px;
}
.icon-hamburger::before, .icon-hamburger::after
{
/* 疑似要素挿入コード */
content: "";
display: block;

position: absolute;
}
.icon-hamburger::before
{
/* 一番上の線の位置 */
margin-top: -5px;
}
.icon-hamburger::after
{
/* 一番下の線の位置 */
margin-top:5px;
}

/**** Third-Level{etc} ****/
body.page-details div.box-yellow{
	background-color:#ffffdd;
	padding:15px;
	margin:0 0 30px 0;
}
body.page-details div.box-yellow p{
	margin:0 0 10px 0;
}
body.page-details div.box-yellow ul{
	margin:0;
}
body.page-details div.box-yellow ul li.text{
	/*text-indent: -1.6em;
	margin:0 0 0 1.6em;*/
	margin-bottom:10px;
}
body.page-details div.box-yellow ul li.text p{
	/*margin:0;
	text-indent:0;*/
}

body.page-details div.box-yellow ul li.text{
	
}

body.page-details div.box-yellow ul li.text a{
	color:#1579d7;
	text-decoration:underline;
	cursor:pointer;
}

body.page-details table tr th,
body.page-details table tr td{
	font-weight:normal;
}

body.page-details table tr td.ttl{
	text-align:center;
}

body.page-details table tr td.ttl .icon-recomend{
	background-color:#ff0033;
	color:#fff;
	padding:5px 10px;
	margin:0 0 10px 0;
	border-radius:5px;
	display:inline-block;
}

body.page-details table.apn tr th,
body.page-details table.apn tr td{
	padding:8px 5px;
}

body.page-details ul.number_list li{
	position:relative;
	margin:0 0 10px 0;
	padding:6px 0 6px 40px;
}

body.page-details ul.number_list li:before{
	content:'#';
	color:#fff;
	background-color:#ff0033;
	display:block;
	position:absolute;
	top:0;
	left:0;
	border-radius:5px;
	padding:6px 13px;
	font-size:14px;
}

body.page-details div.main ol li ul li,
body.page-details div.main ol li ul li:nth-child(3n+2){
	width:100%;
	text-align:left;
	margin:0 0 10px 0;
}

body.page-details div.main ol li ul li:before{
	display:none;
}

body.page-details ul.number_list li:nth-child(1):before{content:'1'}
body.page-details ul.number_list li:nth-child(2):before{content:'2'}
body.page-details ul.number_list li:nth-child(3):before{content:'3'}
body.page-details ul.number_list li:nth-child(4):before{content:'4'}
body.page-details ul.number_list li:nth-child(5):before{content:'5'}
body.page-details ul.number_list li:nth-child(6):before{content:'6'}
body.page-details ul.number_list li:nth-child(7):before{content:'7'}
body.page-details ul.number_list li:nth-child(8):before{content:'8'}
body.page-details ul.number_list li:nth-child(9):before{content:'9'}
body.page-details ul.number_list li:nth-child(10):before{content:'10'}

body.page-details div.box-info-red{
	border:2px solid #ff0033;
	margin:0 0 10px 0;
	padding:5px 10px;
	border-radius:5px;
}

body.page-details div.main ol li div.box-info-red p{
	margin-top:10px;
}

body.page-details div.main ol li div.box-info-red p.text{
	color:#fff;
	background-color:#ff0033;
	padding:5px;
	margin:-5px -10px 5px -10px;
}

body.page-details div.box-info-red ul{
	margin:0;
}

body.page-details div.text-box-etc{
	border:4px solid #E9467C;
	border-radius:5px;
	padding:10px 30px;
	margin:0 0 30px 0;
}

body.page-details div.text-box-etc h2{
	display:block;
	text-align:center;
	padding:10px;
	background-color:#e9467c;
	color:#fff;
}

body.page-details div.text-box-etc h2 strong{
	display:inline-block;
	font-size:16px;
	padding:0;
	vertical-align:middle;
}

body.page-details .gotop a{
	width:56px;
	height:56px;
	background-image:url("../images/parts/icon_page_top.png");
	background-repeat:no-repeat;
	background-position:top left;
	z-index:25;
}

body.page-details .icon-no{
	display:inline;
	border:1px solid #999;
	border-radius:4px;
	padding:0 5px;
	margin:0 3px 0 3px;
	font-size:14px;
}

body.page-details .text-red .icon-no{
	border-color:#ff0033;
}

body.page-details.mail .icon01{
	padding:0 0 0 30px;
	background:url("../images/android/icon-mail-list.png") no-repeat;
}

body.page-details.mail .icon02{
	padding:0 0 0 30px;
	background:url("../images/android/icon-mail-talk.png") no-repeat;
}

body.page-details.mail .btn_type span:nth-child(1){
	position:relative;
	display:inline-block;
	padding-left:55px;
}

body.page-details.mail .btn_type span:nth-child(1) img{
	position:absolute;
	top:50%;
	left:-20px;
	margin-top:-25px;
}

body.page-details .icon-info{
	display:inline-block;
	position:relative;
	padding:0 0 0 25px;
}

body.page-details .icon-info:before{
	content:'';
	display:block;
	position:absolute;
	width:24px;
	height:18px;
	top:2px;
	left:0;
	background-image:url("../images/icon-attention.png");
	background-size:21px 18px;
	background-repeat:no-repeat;
}

body.page-details div.main .text-indent-1{margin-left:1em;text-indent:-1em;}
body.page-details div.main ol li .text-indent-1{margin-left:1.8em;}

/**** Third-Level{color} ****/
body.page-details .lp-tab-link ul li.apn a,
body.page-details.apn div.main h2 span,
body.page-details.apn div.main ol li:before{background-color:#227ecc;}
body.page-details .lp-tab-link ul li.init a,
body.page-details.init div.main h2 span,
body.page-details.init div.main ol li:before{background-color:#0ca986;}
body.page-details .lp-tab-link ul li.mail a,
body.page-details.mail div.main h2 span,
body.page-details.mail div.main ol li:before{background-color:#fc5543;}
body.page-details .lp-tab-link ul li.myym a,
body.page-details.myym div.main h2 span,
body.page-details.myym div.main ol li:before{background-color:#f8a300;}
body.page-details .lp-tab-link ul li.account a,
body.page-details.account div.main h2 span,
body.page-details.account div.main ol li:before{background-color:#e9467c;}
body.page-details .lp-tab-link ul li.bkup a,
body.page-details.bkup div.main h2 span,
body.page-details.bkup div.main ol li:before{background-color:#9973b9;}
body.page-details .lp-tab-link ul li.paypay a,
body.page-details.paypay div.main h2 span,
body.page-details.paypay div.main ol li:before{background-color:#D9162F;}
body.page-details .lp-tab-link ul li.yahoo-line a,
body.page-details.yahoo-line div.main h2 span,
body.page-details.yahoo-line div.main ol li:before{background-color:#00b050;}
body.page-details .lp-tab-link ul li.mysb a,
body.page-details.mysb div.main h2 span,
body.page-details.mysb div.main ol li:before{background-color:#7f7f7f;}
body.page-details.paypay-card div.main h2 span,
body.page-details.paypay-card div.main ol li:before{background-color:#8a8a8a;}

body.page-details.apn div.main h2{border:2px solid #227ecc;}
body.page-details.init div.main h2{border:2px solid #0ca986;}
body.page-details.mail div.main h2{border:2px solid #fc5543;}
body.page-details.myym div.main h2{border:2px solid #f8a300;}
body.page-details.account div.main h2{border:2px solid #e9467c;}
body.page-details.bkup div.main h2{border:2px solid #9973b9;}
body.page-details.paypay div.main h2{border:2px solid #D9162F;}
body.page-details.yahoo-line div.main h2{border:2px solid #00b050;}
body.page-details.mysb div.main h2{border:2px solid #7f7f7f;}
body.page-details.paypay-card div.main h2{border:2px solid #8a8a8a;}

body.page-details.apn div.main h3{background-color:#E4EDF4;}
body.page-details.apn div.main div.ga_box_area{background-color:#edf4f8;background-image:url(../images/anc_apn.png);}
body.page-details.apn div.main h4{border-top:4px solid #d1e6f7;}
body.page-details.apn div.main h4 span:before{background-color:#227ecc;}
body.page-details.init div.main h3{background-color:#c0e8df;}
body.page-details.init div.main div.ga_box_area,
body.page-details.paypay-card div.main div.ga_box_area{background-color:#def2ed;background-image:url(../images/anc_init.png);}
body.page-details.init div.main h4{border-top:4px solid #d1e6f7;}
body.page-details.init div.main h4 span:before{background-color:#0ba583;}
body.page-details.mail div.main h3{background-color:#ffd3ce;}
body.page-details.mail div.main div.ga_box_area{background-color:#fff0ef;background-image:url(../images/anc_mail.png);}
body.page-details.mail div.main h4{border-top:4px solid #ffd3ce;}
body.page-details.mail div.main h4 span:before{background-color:#fc5543;}
body.page-details.myym div.main h3{background-color:#fff2d8;}
body.page-details.myym div.main div.ga_box_area{background-color:#fdf6e8;background-image:url(../images/anc_myym.png);}
body.page-details.myym div.main h4{border-top:4px solid #fff2d8;}
body.page-details.myym div.main h4 span:before{background-color:#f8a300;}
body.page-details.account div.main h3{background-color:#f2c7d5;}
body.page-details.account div.main div.ga_box_area{background-color:#f4e6ea;background-image:url(../images/anc_account.png);}
body.page-details.account div.main h4{border-top:4px solid #f2c7d5;}
body.page-details.account div.main h4 span:before{background-color:#e9467c;}
body.page-details.bkup div.main h3{background-color:#E0D0ED;}
body.page-details.bkup div.main div.ga_box_area{background-color:#F1E9F8;background-image:url(../images/anc_backup.png);}
body.page-details.bkup div.main h4{border-top:4px solid #E0D0ED;}
body.page-details.bkup div.main h4 span:before{background-color:#9973B9;}
body.page-details.paypay div.main h3{background-color:#FFBFC7;}
body.page-details.paypay div.main div.ga_box_area{background-color:#FFEDEF;background-image:url(../images/anc_paypay.png);}
body.page-details.paypay div.main h4{border-top:4px solid #FFBFC7;}
body.page-details.paypay div.main h4 span:before{background-color:#D9162F;}
body.page-details.yahoo-line div.main h3{background-color:#c5e0b4;}
body.page-details.yahoo-line div.main div.ga_box_area{background-color:#f6fff0;background-image:url(../images/anc_mysb.png);}
body.page-details.yahoo-line div.main h4{border-top:4px solid #c5e0b4;}
body.page-details.yahoo-line div.main h4 span:before{background-color:#00b050;}
body.page-details.mysb div.main h3{background-color:#eee;}
body.page-details.mysb div.main div.ga_box_area{background-color:#f2f2f2;background-image:url(../images/anc_mysb.png);}
body.page-details.mysb div.main h4{border-top:4px solid #eee;}
body.page-details.mysb div.main h4 span:before{background-color:#7f7f7f;}
body.page-details.paypay-card div.main h3{background-color:#c0e8df;}

body.page-details.bkup div.main div.color01{background-color:#f3eff7;padding:20px;margin:0 0 30px 0;}
body.page-details.bkup div.main div.color01 p{font-weight:normal;}
body.page-details.bkup div.main div.color01 strong{color:#9973B9;display:block;}
.border-box{border:3px solid #ddd;border-radius:5px;padding:10px;margin:0 0 20px 0;}

/****** color-navi ******/
body.page-details main div.lp-tab-link ul li.apn{border-top:3px solid #91bfe5;}
body.page-details main div.lp-tab-link ul li.init{border-top:3px solid #86d4c2;}
body.page-details main div.lp-tab-link ul li.mail{border-top:3px solid #fdaaa1;}
body.page-details main div.lp-tab-link ul li.myym{border-top:3px solid #fbd180;}
body.page-details main div.lp-tab-link ul li.account{border-top:3px solid #f4a3be;}
body.page-details main div.lp-tab-link ul li.bkup{border-top:3px solid #ccb9dc;}
body.page-details main div.lp-tab-link ul li.mysb{border-top:3px solid #aaa;}
body.page-details main div.lp-tab-link ul li.paypay{border-top:3px solid #ec8b97;}

/****** img-navi ******/
body.page-details main div.lp-tab-link ul li:before{background-size:8px auto;background-repeat:no-repeat;background-size:cover;}
body.page-details main div.lp-tab-link ul li:after{background-size:14px auto;background-repeat:no-repeat;background-size:cover;}
/*body.page-details main div.lp-tab-link ul li.apn:before{background-image:url("../images/parts/navi_pc/tab_bg_01_01.png");}*/
body.page-details main div.lp-tab-link ul li.apn:before{background-image:url("../images/parts/navi_pc/tab_bg_01_01.svg");}
body.page-details main div.lp-tab-link ul li.apn:after{background-image:url("../images/parts/navi_pc/tab_bg_01_02.svg");}
body.page-details main div.lp-tab-link ul li.init:before{background-image:url("../images/parts/navi_pc/tab_bg_02_01.svg");}
body.page-details main div.lp-tab-link ul li.init:after{background-image:url("../images/parts/navi_pc/tab_bg_02_02.svg");}
body.page-details main div.lp-tab-link ul li.mail:before{background-image:url("../images/parts/navi_pc/tab_bg_03_01.svg");}
body.page-details main div.lp-tab-link ul li.mail:after{background-image:url("../images/parts/navi_pc/tab_bg_03_02.svg");}
body.page-details main div.lp-tab-link ul li.myym:before{background-image:url("../images/parts/navi_pc/tab_bg_04_01.svg");}
body.page-details main div.lp-tab-link ul li.myym:after{background-image:url("../images/parts/navi_pc/tab_bg_04_02.svg");}
body.page-details main div.lp-tab-link ul li.account:before{background-image:url("../images/parts/navi_pc/tab_bg_05_01.svg");}
body.page-details main div.lp-tab-link ul li.account:after{background-image:url("../images/parts/navi_pc/tab_bg_05_02.svg");}
body.page-details main div.lp-tab-link ul li.bkup:before{background-image:url("../images/parts/navi_pc/tab_bg_06_01.svg");}
body.page-details main div.lp-tab-link ul li.bkup:after{background-image:url("../images/parts/navi_pc/tab_bg_06_02.svg");}
body.page-details main div.lp-tab-link ul li.paypay:before{background-image:url("../images/parts/navi_pc/tab_bg_07_01.svg");}
body.page-details main div.lp-tab-link ul li.paypay:after{background-image:url("../images/parts/navi_pc/tab_bg_07_02.svg");}
body.page-details main div.lp-tab-link ul li.mysb:before{background-image:url("../images/parts/navi_pc/tab_bg_08_01.svg");}
body.page-details main div.lp-tab-link ul li.mysb:after{background-image:url("../images/parts/navi_pc/tab_bg_08_02.svg");}

/****** color-tab ******/
body.page-details div.main div.lp-tab-target-item h5,
body.page-details div.main div.text-box-etc h5{font-size:24px;font-weight:bold;padding:0;margin:10px 0 40px;}

body.page-details.apn div.main ul.lp-tab-list li.is-active:nth-child(1){background-color:#E4EDF4;}
body.page-details.apn div.main ul.lp-tab-list li.is-active:nth-child(2){background-color:#f5e7a9;}
body.page-details.apn div.main div.lp-tab-target-wrapper{border:8px solid #E4EDF4;}
body.page-details.apn div.main div.lp-tab-target-wrapper.tab-color02{border:8px solid #f5e7a9;}
body.page-details.apn div.main div.lp-tab-target-item:nth-child(1) ol li:before{background-color:#227ecc;}
body.page-details.apn div.main div.lp-tab-target-item:nth-child(2) ol li:before{background-color:#f0c400;}
body.page-details.apn div.main div.lp-tab-target-item:nth-child(1) h3{border-color:#E4EDF4;}
body.page-details.apn div.main div.lp-tab-target-item:nth-child(2) h3{background-color:#f5e7a9;}
body.page-details.apn div.main div.lp-tab-target-item:nth-child(2) h4{border-color:#f5e7a9;}
body.page-details.apn div.main div.lp-tab-target-item:nth-child(2) h4 span:before{background-color:#f0c400;}

body.page-details.init div.main ul.lp-tab-list li.is-active:nth-child(1){background-color:#C0E8DF;}
body.page-details.init div.main ul.lp-tab-list li.is-active:nth-child(2){background-color:#E8CCD2;}
body.page-details.init div.main div.lp-tab-target-wrapper{border:8px solid #C0E8DF;}
body.page-details.init div.main div.lp-tab-target-wrapper.tab-color02{border:8px solid #E8CCD2;}
body.page-details.init div.main div.lp-tab-target-item:nth-child(1) ol li:before{background-color:#0ca986;}
body.page-details.init div.main div.lp-tab-target-item:nth-child(2) ol li:before{background-color:#E84669;}
body.page-details.init div.main div.lp-tab-target-item:nth-child(2) h4{border-color:#E8CCD2;}
body.page-details.init div.main div.lp-tab-target-item:nth-child(2) h4 span:before{background-color:#E84669;}
body.page-details.init div.main div.lp-tab-target-item:nth-child(1) h5{color:#0ca986;}
body.page-details.init div.main div.lp-tab-target-item:nth-child(2) h5{color:#E84669;}

body.page-details.mail div.main ul.lp-tab-list li.is-active:nth-child(1){background-color:#FFD3CE;}
body.page-details.mail div.main ul.lp-tab-list li.is-active:nth-child(2){background-color:#bedeb8;}
body.page-details.mail div.main div.lp-tab-target-wrapper{border:8px solid #FFD3CE;}
body.page-details.mail div.main div.lp-tab-target-wrapper.tab-color02{border:8px solid #bedeb8;}
body.page-details.mail div.main div.lp-tab-target-item:nth-child(1) ol li:before{background-color:#fc5543;}
body.page-details.mail div.main div.lp-tab-target-item:nth-child(2) ol li:before{background-color:#3a842c;}
body.page-details.mail div.main div.lp-tab-target-item:nth-child(1) h5{color:#fc5543;}
body.page-details.mail div.main div.lp-tab-target-item:nth-child(2) h5{color:#3a842c;}

body.page-details.bkup div.main ul.lp-tab-list li.lp-tab-list-item.is-active:nth-child(1){background-color:#E0D0ED}
body.page-details.bkup div.main ul.lp-tab-list li.lp-tab-list-item.is-active:nth-child(2){background-color:#EDDEA4;}
body.page-details.bkup div.main div.lp-tab-target-wrapper{border:8px solid #E0D0ED;}
body.page-details.bkup div.main div.lp-tab-target-wrapper.tab-color02{border:8px solid #EDDEA4;}
body.page-details.bkup div.main div.lp-tab-target-item:nth-child(1) ol li:before{background-color:#9973b9;}
body.page-details.bkup div.main div.lp-tab-target-item:nth-child(2) ol li:before{background-color:#DEBA2E;}
body.page-details.bkup div.main div.lp-tab-target-item:nth-child(2) h4{border-color:#EDDEA4;}
body.page-details.bkup div.main div.lp-tab-target-item:nth-child(2) h4 span:before{background-color:#DEBA2E;}
body.page-details.bkup div.main div.lp-tab-target-item:nth-child(1) h5{color:#9973b9;}
body.page-details.bkup div.main div.lp-tab-target-item:nth-child(2) h5{color:#DEBA2E;}

body.page-details.paypay-card div.main ul.lp-tab-list li.is-active:nth-child(1){background-color:#c0e8df;}
body.page-details.paypay-card div.main ul.lp-tab-list li.is-active:nth-child(2){background-color:#e8ccd2;}
body.page-details.paypay-card div.main div.lp-tab-target-wrapper{border:8px solid #c0e8df;}
body.page-details.paypay-card div.main div.lp-tab-target-wrapper.tab-color02{border:8px solid #e8ccd2;}
body.page-details.paypay-card div.main div.lp-tab-target-item:nth-child(1) ol li:before{background-color:#227ecc;}
body.page-details.paypay-card div.main div.lp-tab-target-item:nth-child(2) ol li:before{background-color:#D9D9D9;color:#333;}
body.page-details.paypay-card div.main div.lp-tab-target-item:nth-child(1) h3{border-color:#c0e8df;}
body.page-details.paypay-card div.main div.lp-tab-target-item:nth-child(2) h3{background-color:#e8ccd2;}

body.page-details.paypay div.main div.text-box-etc h5{color:#d0162f}

/****** color-accordion ******/
body.page-sbikou .lp-accordion-title,
body.page-details .lp-accordion-title,
body.page-sbikou .lp-accordion-box-inner .btn-close span,
body.page-details .lp-accordion-box-inner .btn-close span{color:#227ecc;border:2px solid #227ecc;box-shadow: 5px 5px 0px 0px #227ecc;background-color:#fff;}
body.page-sbikou .lp-accordion-title,
body.page-details .lp-accordion-title{font-size:16px;padding:8px 45px 8px 15px;margin-top:15px;margin-bottom:15px;}
/****** color-title ******/
body.page-details div.main div.movie div#block-survey div.title,
body.page-details.apn div.main div.ga_box_area dl dt,
body.page-details.apn div.main div.ga_box_area p.head_text{color:#227ecc;}
body.page-details.init div.main div.ga_box_area dl dt,
body.page-details.init div.main div.ga_box_area p.head_text{color:#0CA986;}
body.page-details.mail div.main div.ga_box_area dl dt,
body.page-details.mail div.main div.ga_box_area p.head_text{color:#fc5543;}
body.page-details.myym div.main div.ga_box_area dl dt,
body.page-details.myym div.main div.ga_box_area p.head_text{color:#f8a300;}
body.page-details.account div.main div.ga_box_area dl dt,
body.page-details.account div.main div.ga_box_area p.head_text{color:#e9467c;}
body.page-details.bkup div.main div.ga_box_area dl dt,
body.page-details.bkup div.main div.ga_box_area p.head_text{color:#9973b9;}
body.page-details.paypay div.main div.ga_box_area dl dt,
body.page-details.paypay div.main div.ga_box_area p.head_text{color:#d9162f;}
body.page-details.mysb div.main div.ga_box_area dl dt,
body.page-details.mysb div.main div.ga_box_area p.head_text{color:#7f7f7f;}
/****** color-tab ******/
body.page-details.apn .lp-tab-link{border-color:#227ecc; display: none;}
body.page-details.init .lp-tab-link{border-color:#0ca986;}
body.page-details.mail .lp-tab-link{border-color:#fc5543;}
body.page-details.myym .lp-tab-link{border-color:#f8a300;}
body.page-details.account .lp-tab-link{border-color:#e9467c;}
body.page-details.bkup .lp-tab-link{border-color:#9973b9;}
body.page-details.paypay .lp-tab-link{border-color:#d9162f;}
body.page-details.yahoo-line .lp-tab-link{border-color:#00b050;}
body.page-details.apn div.main .lp-tab-target-wrapper .lp-tab-target-item ol li:before{background-color:#f0c400;}
body.page-details.mysb .lp-tab-link{border-color:#7f7f7f;}
body.page-details .lp-tab-link ul{display: none;}

body.page-details.mail div.main div.lp-tab-target-wrapper h5{
	font-weight:bold;
	padding:10px;
	margin:0 0 10px 0;
}

.blue{color:#227ecc}

body.page-details.paypay div.main h3 span{
	display:inline-block;
	margin-left:15px;
	font-size:18px;
}

body.page-details.paypay div.main .logo-paypay{
	background-image:url(../images/block_paypay_title_color.png);
	background-repeat:no-repeat;
	background-position:center left 25px;
	background-size:60px 60px;
	padding:10px 0 10px 115px;
	margin:0 0 25px 0;
}

body.page-details.paypay div.main .logo-paypay p{
	margin:0;
}

div.note_area{
	border:2px solid #ddd;
	padding:20px 20px 20px 80px;
	background-image:url(../images/parts/icon_note.png);
	background-repeat:no-repeat;
	background-size:50px auto;
	background-position:left 20px center;
}

body.page-details div.main ol li ul.list li{
	font-size:12px;
	margin-bottom:0;
}

body.page-details.ymobilemail div.main div.movie{display:none;}

/*copy*/
a.btn_type{
	display: block;
	position: relative;
	width:70%;
	margin:0 auto 30px;
	padding:16px 0 16px;
	border:2px solid #000;
	border-radius: 4px;
	box-shadow: 6px 6px rgba(0,0,0,0.3);
	letter-spacing: 0em;
	vertical-align: top;
	text-align: center;
	text-decoration: none;
	color:#000;
	font-size:22px;
	font-weight:bold;
}
.col-6 a.btn_type{
	width:90%;
}
a.btn_type span{
	padding-right:60px;
}
a.btn_type img{
	vertical-align: middle;
	margin:0 20px;
	width:46px;
	height:auto;
}
a.btn_type .icon{
	width:60px;
	height:100%;
	background-color: #000;
	position:absolute;
	right:0;
	top:0;
}
a.btn_type .icon::before{
	content:"";
	display: block;
	margin: 0 20px;
	width: 0;
	height: 0;
	position: absolute;
	top:50%;
	border-style: solid;
	border-width:16px 0 16px 25px;
	border-color: transparent transparent transparent #fff;
	-webkit-transform: translate(0,-50%);
	-moz-transform:    translate(0,-50%);
	-ms-transform:     translate(0,-50%);
	transform:         translate(0,-50%);
}
a.btn_type{background-color: #ff0033;color: #fff!important; }
a.btn_type .icon{background-color: #fff;}
a.btn_type .icon::before{border-color: transparent transparent transparent #FFC502;}

a.btn_type_blue{background-color:#466FC0;}
a.btn_type_green{background-color:#0ca986;}
a.btn_type_purple{background-color:#9973b9;}

/**** Footer ****/
div.sk_footer{
	text-align:center;
	padding-top:30px;
	width:100%;
	margin: 0 auto;
	height: 80px;
	background-color:#13C161;
}
div.sk_footer p{
	color:#fff;
	font-size:12px;
	margin-bottom:0;
}

/**** 202202-sbikou ****/
.lp-accordion{
	max-width: 980px;
	margin: 0 auto 30px auto;
}
body.page-sbikou .l-section{
	border-top: 1px solid #e8e8e8;
}
body.page-sbikou .page-ttl{
	background-color: #fff;
	padding-top: 0;
}
body.page-sbikou .page-ttl h1{
	max-width: 980px;
	margin: 0 auto 0 auto;
	border: 2px solid #13C161;
	display: flex;
	align-items: center;
	box-shadow: 5px 5px 0px 0px #e5e5e5;
}
body.page-sbikou .page-ttl h1 span:nth-child(1){
	background-color: #13C161;
	width: 70px;
	padding: 10px;
}
body.page-sbikou .page-ttl h1 span:nth-child(2){
	padding: 10px;
	font-weight: bold;
	font-size: 24px;
}
body.page-sbikou .coution{
	background: url(../images/parts/icon_note.png) no-repeat center left;
	background-size: 50px auto;
	padding: 10px 10px 10px 70px;
	margin: 0 0 25px 0;
}
body.page-sbikou .coution a:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-size: cover;
	width: 1.067em;
	height: 1.067em;
	position: relative;
	top: -1px;
	margin-right: 0.4em;
	background-image: url(/common_c/images/common/icon/icon_arrow_circle_down_black.png);
}
body.page-sbikou .sb-border-box{
	border: 8px solid #fc5543;
	border-radius: 10px;
	padding: 30px;
	margin-bottom: 30px;
}
body.page-sbikou .sb-border-box h2{
	font-size: 24px;
	font-weight: bold;
	color: #fc5543;
	background-color: #fff2d8;
	text-align: center;
	padding: 20px;
	margin-bottom: 20px;
}
body.page-sbikou .btn-close{
	margin-top: 20px;
}
body.page-sbikou .sb-menu{
	background-color: #0a7d3a;
	padding: 15px;
}
body.page-sbikou .sb-menu h2{
	text-align: center;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}
body.page-sbikou .select {
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
	max-width: 980px;
	margin: 0 auto 0 auto;
}
body.page-sbikou .select div{
	position: relative;
	width: 24%;
}
body.page-sbikou .select div a{
	display: block;
	position:relative;
	text-align: center;
	width: 100%;
	height:98px;
	background-color:#FEF43B;
	border: 3px solid #000;
	border-radius: 14px;
	box-shadow: 0 5px rgba(0,0,0,0.4);
	margin: 12px 0;
	padding:0;
	top:0;
}
body.page-sbikou .select div a:hover{
	top:5px;
	opacity:1;
	box-shadow:0 0 rgba(0,0,0,0);
}
body.page-sbikou .select div a div{
	line-height: 1.2em;
	top: 50%;
	position: absolute;
	left: 0;
	width: 94%;
	text-align:left;
	padding-left:70px;
	-webkit-transform: translate(0,-50%);
	-moz-transform:    translate(0,-50%);
	-ms-transform:     translate(0,-50%);
	transform:         translate(0,-50%);
}
body.page-sbikou .select div a .ss{font-size: 75%;}
body.page-sbikou .select div a::before{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 20px;
	width: 15px;
	height: 17px;
	margin-top: -7px;
	background-image:url(../images/top/link.svg);
	background-repeat:no-repeat;
	background-size:cover;
	/*border: 9px solid transparent;
	border-left: 14px solid #000;*/
}
body.page-sbikou .select div a{
	font-size:30px;
	font-weight: 700;
	color:#000;
	text-decoration: none;
}
body.page-sbikou .lp-accordion-title{
	color: #fc5543;
	border: 2px solid #fc5543;
	box-shadow: 5px 5px 0px 0px #fc5543;
	font-size: 24px;
}
body.page-sbikou .lp-accordion-icon span{
	background-color: #fc5543;
}
body.page-sbikou .lp-accordion-box-inner .btn-close span{
	color: #fc5543;
	border: 2px solid #fc5543;
	box-shadow: 5px 5px 0px 0px #fc5543;
}

body.simfree-ipad div.ipad-color{
	border: 8px solid #f5e7a9;
	padding: 30px;
	margin: 30px 0;
}
body.page-details.apn.simfree-ipad div.main ol li:before{
	background-color: #f0c400;
}

body.page-details.apn.simfree-ipad .page-ttl div p,
body.page-details.apn.simfree-ipad .page-ttl div h1{
	padding-left: 135px;
}

body.page-details.apn.simfree-ipad .page-ttl div h1 strong{
	font-size: 40px;
	padding: 0;
}

body.page-details.apn.simfree-ipad .page-ttl div h1 strong em{
	font-size: 30px;
	font-style: normal;
	font-weight: bold;
	vertical-align: middle;
}

/******** SP対応 ********/
@media (max-width: 768px) {
	section.indexmenu{
		padding:18px 0;
	}
	section.indexmessage{
		padding:5px 0;
	}
	section.indexmenu span.sp_img img{
		width:120px;
		margin:20px 0 0 0;
	}
	section.indexmenu h1 img{
		margin:0 auto;
	}
	section.indexmenu .menu-inner{
		display:block;
		margin:5px 0 0 0;
	}
	section.indexmenu .menu-inner .image{
		width:100px;
		margin:0 auto;
		padding:0 0 10px 0;
	}
	section.indexmenu{
		background-image:url(../images/top/top_back.svg);
		background-repeat:no-repeat;
		background-position:center 75px;
	}
	section.indexmenu h2{
		font-size:18px;
		margin:10px 0 5px;
	}
	section.indexmessage h2{
		margin-bottom:5px;
	}
	section.indexmessage h2 img{
		width:90%;
		height:auto;
	}
	.menu-content .select{
		width:100%;
		margin:0 auto;
	}
	.menu-content .select div a{
		height:78px;
		border:3px solid #000;
		margin:7px 0;
		font-size:20px;
		box-shadow: 0 3px rgba(0,0,0,0.4);
	}
	.menu-content .select div a::before{
		left:10px;
	}
	.menu-content .select div a .ss{
		font-size:100%;
	}
	.menu-content .select div a div{
		padding-left:30px;
	}
	.menu-content .info_select a:after {
		width: 15px;
		height: 17px;
		background-size: 15px 17px;
		left: 15px;
		margin-top: -9px;
	}
	.indexmessage .swiper-button-prev, .indexmessage .swiper-button-next,
	.indexmessage .swiper-button-prev:hover, .indexmessage .swiper-button-next:hover{
		display:block;
		background-image:url(/yservice/howto/images/carousel/slider_arrow.png);
		background-size:25px 25px;
		width:25px;
		height:25px;
		margin-top:-14px;
	}
	.indexmessage .swiper-button-prev{
		left:-17px;
	}
	.indexmessage .swiper-button-next{
		right:-17px;
	}
	.refinemodal-inner{
		margin:20px 5% 20px 5%;
		max-height: calc(100vh - 150px);
	}
	.refinemodal-inner div.scroll{
		max-height: calc(100vh - 150px);
	}
	.refinemodal-inner div.scroll h3{
		font-size:20px;
	}
	.refinemodal-bottom-close{
		width: 75px;
		height: 36px;
		border-radius:18px;
	    background: url(/common_c/images/common/close.svg) no-repeat center 13px #000;
		background-size: 35px;
		bottom:10px;
		right:50%;
		margin-right:-37px;
	}
	.refinemodal-bottom-close span{
		display:none;
	}
	#modal-w01 p.img-area,
	#modal-w02 p.img-area,
	#modal-w03 p.img-area,
	#modal-w04 p.img-area{
		padding:0;
	}
	.bnr-small-slider-wrapper{
		margin-bottom:0;
	}
	.bnr-small-slider-list{
		margin-bottom:20px;
	}
	.bnr-small-slider-wrapper .swiper-pagination{
		bottom:-20px;
	}
	.swiper-slide,
	.swiper-slide a{
		cursor:pointer;
	}
	.swiper-slide a:hover{
		opacity: 1;
	}
	
	/**** Second-Level ****/
	body.page-menu .page-ttl,
	body.page-details .page-ttl{
		padding:15px 0;
	}
	body.page-menu .page-ttl div,
	body.page-details .page-ttl div{
		background-image:none;
	}
	body.page-menu .page-ttl div:after,
	body.page-details .page-ttl div:after{
		display:none;
	}
	body.page-menu .page-ttl div h1,
	body.page-menu .page-ttl div p,
	body.page-details .page-ttl div h1,
	body.page-details .page-ttl div p{
		padding:0;
	}
	body.page-menu .page-ttl div p,
	body.page-details .page-ttl div p{
		font-size:16px;
	}
	body.page-menu .page-ttl div h1 strong,
	body.page-details .page-ttl div h1 strong{
		font-size:22px;
	}
	body.page-menu .page-ttl div h1 em span,
	body.page-details .page-ttl div h1 em span{
		font-size:12px;
		margin-top:-13px;
	}
	body.page-menu .page-back-link,
	body.page-details .page-back-link{
		padding:0 8px;
	}
	body.page-menu .page-back-link p,
	body.page-details .page-back-link p{
		margin:17px 0;
	}
	body.page-menu .page-back-link p a,
	body.page-details .page-back-link p a{
		padding:1px 0 1px 28px;
	}
	body.page-menu .link-area p{
		font-size:16px;
		padding:10px 0;
	}
	body.page-menu .link-area ul li,
	body.page-menu .link-area ul li:nth-child(even){
		width:100%;
		padding:0 0 10px 0;
	}
	body.page-menu .link-area ul li a{
		font-size:14px;
		box-shadow: 3px 3px 0px 0px #e5e5e5;
	}
	body.page-menu .link-area ul li a span,
	body.page-menu .link-area ul li a:before{
		padding:10px;
	}
	body.page-menu .link-area ul li a:after{
		right: 5px;
	}
	/**** Third-Level ****/
	body.page-details div.main{
		padding:0 8px;
	}
	body.page-details div.main h2 span{
		padding:17px 15px;
	}
	body.page-details div.main p,
	body.page-details div.main p a{
		font-size:14px;
	}
	body.page-menu .lp-tab-link{
		min-height: 597px;
	}
	body.page-details .lp-tab-link{
		padding:0 9px 0 3px;
	}
	body.page-menu .page-ttl,
	body.page-details .page-ttl{
		background-image:url(../images/parts/bg_ttl_sp.png);
		background-repeat:no-repeat;
		background-position:top right;
		background-size:auto 130%;
	}
	body.page-menu .page-ttl div h1 strong,
	body.page-details .page-ttl div h1 strong{
		font-size:30px;
		padding:0;
		display:block;
	}
	body.page-menu .page-ttl div h1 strong a,
	body.page-details .page-ttl div h1 strong a{
		margin-top:-50px;
	}
	body.page-menu .page-ttl div h1 span,
	body.page-details .page-ttl div h1 span{
		font-size:18px;
		margin-bottom:10px;
	}
	body.page-menu .page-ttl div h1 span em,
	body.page-details .page-ttl div h1 span em{
		font-size:12px;
		margin-top:-10px;
	}
	body.page-details div.main h2{
		font-size:18px;
		box-shadow: 3px 3px 0px 0px #e5e5e5;
		margin:0 0 13px 0;
	}
	body.page-details .page-back-link p a{
		font-size:14px;
	}
	body.page-details div.main div.movie{
		margin:0 -8px 40px -8px;
		padding:23px 28px;
	}
	body.page-details div.main div.movie iframe{
		height:180px;
	}
	body.page-details div.main div.movie div#block-survey,
	body.page-details div.main div.movie div#block-survey-02{
		flex-wrap:wrap;
		margin:0 auto;
	}
	body.page-details div.main div.movie div#block-survey div.title,
	body.page-details div.main div.movie div#block-survey-02 div.title{
		font-size:15px;
		width:100%;
	}
	body.page-details div.main div.movie div#block-survey div.box-survey,
	body.page-details div.main div.movie div#block-survey-02 div.box-survey{
		display:flex;
		width:100%;
		justify-content: center;
	}
	body.page-details div.main h3{
		font-size:18px;
		padding:10px;
	}
	body.page-details div.main div.text{
		padding:0 20px 10px 20px;
	}
	body.page-details div.main h4{
		font-size:16px;
	}
	body.page-details div.main ol{
		margin-bottom:26px;
	}
	body.page-details div.main ol li{
		width:100%;
		padding:40px 0 40px 0;
		margin:0 20px;
		border-bottom:1px solid #ddd;
	}
	
	body.page-details div.main ol li:nth-child(3n+2){
		margin:0 20px;
	}
	body.page-details div.main ol li:first-child{
		padding-top:0;
	}
	body.page-details div.main ol li:last-child{
		border-bottom:0;
	}
	body.page-details div.main ol li:before{
		top:40px;
	}
	body.page-details div.main ol li:after{
		display:none!important;
	}
	body.page-details div.main ol li:first-child:before{
		top:0;
	}
	body.page-details div.main ul.lp-tab-list li{
		font-size:14px;
	}
	body.page-details div.main div.lp-tab-target-wrapper{
		padding:25px 12px;
	}
	body.page-details div.main ol li a.btn_type{
		margin-top:85px;
	}
	body.page-details div.main div.lp-accordion{
		padding:0 20px;
	}
	.lp-accordion-title{
		font-size:16px;
	}
	body.page-details .box-yellow .lp-accordion-title{padding:10px 35px 13px 15px;}
	body.page-details div.main div.ga_box_area{
		margin:0 -8px 40px -8px;
	}
	body.page-details div.main div.ga_box_area dl{
		flex-wrap:wrap;
		margin-top:0;
		padding:15px 0 30px 0;
		min-height:190px;
	}
	body.page-details div.main div.ga_box_area dl,
	body.page-details div.main div.ga_box_area dl.ga02{
		padding-left:0;
	}
	body.page-details div.main div.ga_box_area dl dd div.questionnaire{
		width:14em;
	}
	body.page-details div.main div.ga_box_area dl dt,
	body.page-details div.main div.ga_box_area dl dd{
		width:100%;
	}
	body.page-details div.main div.ga_box_area p.head_text{
		font-size:16px;
		line-height:24px;
	}
	body.page-details div.main div.ga_box_area dl dt{
		padding:0 0 15px 0;
		font-size:20px;
	}
	body.page-details div.main div.ga_box_area dl dt span{
		padding:15px 20px 0 20px;
		font-size:15px;
	}
	body.page-details div.main div.page-back-bottom div p span a strong.bottom-btn,
	body.page-details div.main div.page-back-bottom div p span em{
		font-size:22px;
	}
	body.page-details div.main div.page-back-bottom div p span a strong.text{
		font-size:14px;
	}
	body.page-details div.main div.page-back-bottom div:nth-child(1) p span a:after,
	body.page-details div.main div.page-back-bottom div:nth-child(2) p span a:after,
	body.page-details div.main div.page-back-bottom div:nth-child(1) p span em:after,
	body.page-details div.main div.page-back-bottom div:nth-child(2) p span em:after{
		width:40px;
		height:45px;
		background-size:40px 45px;
		margin-top:-22px;
	}
	body.page-details div.main div.page-back-bottom div:nth-child(1) p span a strong.bottom-btn,
	body.page-details div.main div.page-back-bottom div:nth-child(1) p span em{
		padding-left:58px;
	}
	body.page-details div.main div.page-back-bottom div:nth-child(2) p span a strong.bottom-btn,
	body.page-details div.main div.page-back-bottom div:nth-child(2) p span em{
		padding-right:58px;
	}
	body.page-details div.main div.page-back-bottom div p span{
		padding:8px 0 8px 0;
	}
	body.page-details div.main div.page-back-bottom div:nth-child(1) p:nth-child(2){
		text-align:right;
		padding-right:10px;
		font-size:14px;
	}
	body.page-details div.main div.page-back-bottom div:nth-child(2) p:nth-child(2){
		text-align:left;
		padding-left:10px;
		font-size:14px;
	}
	body.page-details div.main div.page-bredcrumb{
		padding:0 20px 0 20px;
	}
	body.page-details div.main div.page-bredcrumb ul{
		width:100%;
		margin:50px 0 0 0;
	}
	body.page-details div.main div.page-bredcrumb ul li{
		padding:5px 15px;
		width:100%;
	}
	body.page-details div.main div.page-bredcrumb ul li:before{
		content:'';
		width:24px;
		height:24px;
		margin-top:-12px;
		border-top:solid 5px #cccccc;
		border-right:solid 5px #cccccc;
		transform:rotate(45deg) skew(10deg, 10deg);
		position:absolute;
		top:50%;
		right:-8px;
	}
	body.page-details .lp-tab-link ul li:before,
	body.page-details .lp-tab-link ul li:after{
		left:-4px;
		bottom:0;
		width:7px;
		/*height:39px;*/
		height:100%;
	}
	body.page-details .lp-tab-link ul li:after{
		left:auto;
		right:-11px;
		width:15px;
	}
	body.page-details div.box-yellow{
		margin:0 0 15px 0;
	}
	body.page-details div.box-yellow ul li p{
		font-size:13px;
	}
	body.page-details ul.number_list li{
		position:relative;
		margin:0 0 10px 0;
		padding:6px 0 6px 40px;
	}
	body.page-details ul.number_list li:before{
		top:50%;
		left:0;
		margin-top:-12px;
		border-radius:5px;
		padding:3px 10px;
		font-size:12px;
	}
	body.page-details div.box-info-red{
		margin:0 0 20px 0;
	}
	body.page-details ol li div.box-info-red ul li,
	body.page-details ol li div.box-info-red ul li:nth-child(3n+2){
		border:0;
		margin:0;
		padding:5px 10px;
	}
	
	#lp .gotop{bottom:7px;}
	
	body.page-details div.main ol li.no_number{
		padding-top:0!important;
		margin-left:20px!important;
		margin-right:20px!important;
	}

	body.page-details div.text-box-etc div.movie{
		margin:0 0 30px 0;
	}

	body.page-details div.box-yellow ul li.text .lp-accordion,
	body.page-details div.text-box-etc div.lp-accordion{
		padding:0;
	}

	body.page-details table tr td.ttl .icon-recomend{
		padding:5px 10px;
	}

	body.page-details table tr td.ttl img{width:60%;margin-bottom:5px;}

	body.page-details.paypay div.main .logo-paypay{
		background-position:top 10px center;
		background-size:80px 80px;
		padding:105px 0 25px 0;
		margin:0;
	}

	body.page-details.paypay div.main .logo-paypay p{
		margin:5px 0 0 0;
	}

	body.page-details div.main ol li.no_number div p:nth-child(2){
		text-align:left;
	}
	body.page-details div.text-box-etc{
		padding:15px;
	}
	body.page-details div.main ol li div.box-info-red p.text-size-md-n{
		font-size:14px!important;
	}
	
	/****** img-navi ******/
	body.page-details .lp-tab-link ul li a{font-size:15px;font-weight:bold;}
	body.page-details main div.lp-tab-link ul li:before{background-position:bottom left;}
	body.page-details main div.lp-tab-link ul li:after{background-position:bottom right;right:-10px;}
	body.page-details main div.lp-tab-link ul li.apn:before{background-image:url("../images/parts/navi_sp/tab_bg_01_01.svg");}
	body.page-details main div.lp-tab-link ul li.apn:after{background-image:url("../images/parts/navi_sp/tab_bg_01_02.svg");}
	body.page-details main div.lp-tab-link ul li.init:before{background-image:url("../images/parts/navi_sp/tab_bg_02_01.svg");}
	body.page-details main div.lp-tab-link ul li.init:after{background-image:url("../images/parts/navi_sp/tab_bg_02_02.svg");}
	body.page-details main div.lp-tab-link ul li.mail:before{background-image:url("../images/parts/navi_sp/tab_bg_03_01.svg");}
	body.page-details main div.lp-tab-link ul li.mail:after{background-image:url("../images/parts/navi_sp/tab_bg_03_02.svg");}
	body.page-details main div.lp-tab-link ul li.myym:before{background-image:url("../images/parts/navi_sp/tab_bg_04_01.svg");}
	body.page-details main div.lp-tab-link ul li.myym:after{background-image:url("../images/parts/navi_sp/tab_bg_04_02.svg");}
	body.page-details main div.lp-tab-link ul li.account:before{background-image:url("../images/parts/navi_sp/tab_bg_05_01.svg");}
	body.page-details main div.lp-tab-link ul li.account:after{background-image:url("../images/parts/navi_sp/tab_bg_05_02.svg");}
	body.page-details main div.lp-tab-link ul li.bkup:before{background-image:url("../images/parts/navi_sp/tab_bg_06_01.svg");}
	body.page-details main div.lp-tab-link ul li.bkup:after{background-image:url("../images/parts/navi_sp/tab_bg_06_02.svg");}
	body.page-details main div.lp-tab-link ul li.paypay:before{background-image:url("../images/parts/navi_sp/tab_bg_07_01.svg");}
	body.page-details main div.lp-tab-link ul li.paypay:after{background-image:url("../images/parts/navi_sp/tab_bg_07_02.svg");}

	a.btn_type{width:100%;font-size:16px;padding:8px 0 10px;}
	a.btn_type span{display:block;padding-right:30px;}
	a.btn_type .icon{width:30px;padding-right:0;}
	a.btn_type .icon:before{margin: 0 10px;border-width: 8px 0 8px 12px;}
	
	body.page-details .page-back-link-bottom{padding:20px 8px 30px 8px;}
	body.page-menu div.sk_footer,
	body.page-details div.sk_footer{height:auto;padding:20px 0 20px 0;}
	
	body.page-details main .refinemodal h5{padding:5px 10px;font-size:18px;margin:15px;border-left:3px solid #000;position:relative;font-weight:bold;}
	body.page-details main .refinemodal h5 .icon-recomend{background-color:#ff0033;borer-radius:5px;font-size:12px;color:#fff;padding:4px 8px;position:absolute;top:50%;right:0;margin-top:-13px;}
	body.page-details main .refinemodal h6{background-color:#eee;font-size:16px;padding:5px 10px;margin:0 0 10px 0;font-weight:bold;}
	
	body.page-details.paypay div.main h3 span{font-size:14px;margin:0;}
	.mb-text-left{text-align:left;}
	body.page-details .icon-no{padding:3px 5px;}

	body.page-details div.main div.ga_box_area{
		padding: 20px 0 100px 0;
		background-size:160px auto;
		background-position:bottom center;
	}
	body.page-details div.main div.lp-tab-target-item h5, body.page-details div.main div.text-box-etc h5{font-size:18px;}
	body.page-details div.main ol li ul.list li{font-size:10px;padding:0px 10px 0 15px;}

	/**** myym ****/
	body.page-details.iphone.myym div.main ol li:nth-child(2),
	body.page-details.simfree-iphone.myym div.main ol li:nth-child(2){display:none;}
	body.page-details.iphone.myym div.main ol li:nth-child(3):before,
	body.page-details.simfree-iphone.myym div.main ol li:nth-child(3):before{content:'2'}
	body.page-details.iphone.myym div.main ol li:nth-child(4):before,
	body.page-details.simfree-iphone.myym div.main ol li:nth-child(4):before{content:'3'}
	body.page-details.iphone.myym div.main ol li:nth-child(5):before,
	body.page-details.simfree-iphone.myym div.main ol li:nth-child(5):before{content:'4'}
	body.page-details.iphone.myym div.main ol li:nth-child(6):before,
	body.page-details.simfree-iphone.myym div.main ol li:nth-child(6):before{content:'5'}
	body.page-details.iphone.myym div.main ol li:nth-child(7):before,
	body.page-details.simfree-iphone.myym div.main ol li:nth-child(7):before{content:'6'}
	body.page-details.iphone.myym div.main ol li:nth-child(8):before,
	body.page-details.simfree-iphone.myym div.main ol li:nth-child(8):before{content:'7'}
	body.page-details.iphone.myym div.main ol li:nth-child(9):before,
	body.page-details.simfree-iphone.myym div.main ol li:nth-child(9):before{content:'8'}
	body.page-details.iphone.myym div.main ol li:nth-child(10):before,
	body.page-details.simfree-iphone.myym div.main ol li:nth-child(10):before{content:'9';padding:13px 15px;}
	body.page-details.iphone.myym div.main ol li:nth-child(11):before,
	body.page-details.simfree-iphone.myym div.main ol li:nth-child(11):before{content:'10'}

	body.page-details div.main div.ga_box_area dl.ga02 dd div{min-width:40%;margin-right:2%;margin-left:2%;}

	body.page-details div.main ol.paypay_list_03 li:nth-child(6){margin:0 20px!important;border-bottom:0;}
	body.page-details div.main ol.paypay_list_03 li:nth-child(7){margin:0 20px!important;padding-top:20px!important;}
	body.page-details div.main ol.paypay_list_03 li:nth-child(8){margin:0 20px;}
}
@media screen and (orientation: landscape) and (max-width:768px){
	.menu-content .select div a div{
		text-align:center;
		padding-left:0;
	}
	.refinemodal-inner{
		margin:20px 5% 20px 5%;
		max-height: calc(100vh - 50px);
	}
	.refinemodal-inner div.scroll{
		max-height: calc(100vh - 50px);
	}
}

/******** iPad対応 ********/
@media (min-width: 768px) and (max-width:1024px){
	div.scroll p.d-md-none{
		display:block!important;
	}
	div.scroll p.d-md-block{
		display:none!important;
	}
	#modal-w01 p.img-area,
	#modal-w02 p.img-area,
	#modal-w03 p.img-area,
	#modal-w04 p.img-area{
		padding:0 50px 0 50px;
	}
	.refinemodal-inner{
		background-color:#fff;
		max-height:calc(100vh - 195px);
		width:90%;
		max-width:980px;
		border-radius:30px;
		overflow:hidden;
		padding:0;
	}
	.refinemodal-inner div.scroll{
		padding:0 0 60px 0;
		overflow:auto;
		overflow-x: hidden;
		max-height: calc(100vh - 195px);
	}
	section.indexmessage h2 img{
		width:auto;
	}
	body.howto_top .d-md-none{
		display:block!important;
	}
	body.howto_top .d-md-block{
		display:none!important;
	}
}
@media (min-width: 768px) and (orientation:portrait){
	section.indexmenu{
		padding:50px 0 20px 0;
		background-image:none;
	}
	section.indexmenu h2{
		font-size:20px;
		margin:0 0 15px 0;
	}
	section.indexmessage h2 img{
		height:20px;
		width:auto;
		margin:10px 0 10px 0;
	}
	.menu-content .select div a{
		height:90px;
		font-size:26px;
	}
	section.indexmenu .menu-inner .image{
		width:200px;
		padding:30px 0 30px 0;
	}
	section.indexmenu h1 span:nth-child(2) img{
		width:70%;
	}
	section.indexmenu h1 span:nth-child(3):before{
		top:30px;
	}
	section.indexmenu h1 span:nth-child(2):before{
		top:100px;
	}
}

/******** ETC対応 ********/
@media (min-width: 769px) and (max-width: 890px) {
	body.page-details div.main div.ga_box_area{
		background-position:bottom left 2%;
		background-size:15% auto;
	}
}

img.ie_w{
	max-width:250px;
}

@media (max-width: 769px) {
	img.ie_w{
		max-width:100%;
	}
}

/**** 202202-sbikou ****/
@media (max-width: 768px) {
	body.page-sbikou .page-ttl{
		padding-top: 0;
		background-image: none;
	}
	body.page-sbikou .page-ttl h1{
		margin: 0 10px 10px 10px;
	}
	body.page-sbikou .page-ttl h1 span:nth-child(2){
		font-size: 18px;
		padding: 0 10px 0 10px;
	}
	body.page-sbikou .coution{
		padding: 0 0 0 70px;
	}
	body.page-sbikou .sb-border-box h2{
		font-size: 16px;
		padding: 10px;
	}
	body.page-sbikou .select{
		width:100%;
		margin:0 auto;
	}
	body.page-sbikou .select div{
		width: 48%;
	}
	body.page-sbikou .sb-menu h2{
		font-size: 20px;
	}
	body.page-sbikou .select div a{
		height:78px;
		border:3px solid #000;
		margin:7px 0;
		font-size:20px;
		box-shadow: 0 3px rgba(0,0,0,0.4);
	}
	body.page-sbikou .select div a::before{
		left:10px;
	}
	body.page-sbikou .select div a .ss{
		font-size:100%;
	}
	body.page-sbikou .select div a div{
		padding-left:30px;
	}
	body.page-sbikou .lp-accordion-title{
		font-size: 16px;
	}
	.btn_paypay_renkei a{
		display: block;
		padding-left:20px;
	}
	body.page-sbikou #menu-open{
		display: none;
	}
	body.page-details.apn.simfree-ipad .page-ttl div p,
	body.page-details.apn.simfree-ipad .page-ttl div h1{
		padding-left: 0px;
	}

	body.page-details.apn.simfree-ipad .page-ttl div h1 strong{
		font-size: 20px;
	}
	body.page-details.apn.simfree-ipad .page-ttl div h1 strong em{
		font-size: 15px;
	}
}


/**** mysb ****/
img.border_radius{
	border-radius: 12px;
	box-shadow: 0 4px 10px 0 rgb(0,0,0,0.25);
}

body.page-details.mysb .icon_color{color:#0080FF;}

body.page-details div.main ol li.mysb_list_01:before{content:'1'}
body.page-details div.main ol li.mysb_list_02:before{content:'2'}
body.page-details div.main ol li.mysb_list_03:before{content:'3'}
body.page-details div.main ol li.mysb_list_04:before{content:'4'}
body.page-details div.main ol li.mysb_list_05:before{content:'5'}
body.page-details div.main ol li.mysb_list_06:before{content:'6'}
body.page-details div.main ol li.mysb_list_07:before{content:'7'}
body.page-details div.main ol li.mysb_list_08:before{content:'8'}
body.page-details div.main ol li.mysb_list_09:before{content:'9'}
body.page-details div.main ol li.mysb_list_10:before{content:'10'}

@media (max-width: 768px) {
	body.page-details div.main ol li.no-border-sp{
		border-bottom: none;
	}
	body.page-details div.main ol li.no_number.mb-0{
		margin-bottom: 0 !important;
	}
}


/**** bkup ****/
body.bkup .bkup_number{
	border: 1px solid #D9D9D9;
	border-radius: 5px;
	width: 50px;
	height: 55px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 22px;
}
body.bkup .bkup_number_txt{
	flex: 1;
}
body.bkup .bkup_number_txt_ttl{
	font-size: 20px;
}
body.bkup .btn_link_blank{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: left;
	margin: 0 auto;
	font-size: 20px;
	width: 500px;
	min-height: 82px;
	background: #323232;
	border: 2px solid #D9D9D9;
	color: #fff;
	font-weight: bold;
	border-radius: 8px;
	padding: 15px 30px;
	text-decoration: none;
	line-height: 1.25;
}
body.bkup .btn_link_blank .btn_link_blank_small{
	font-size: 16px;
}
body.bkup .btn_link_blank:after{
	content: "";
	background: url(/yservice/howto/images/bkup/icon_link_blank.svg) no-repeat left top;
	background-size: 30px 30px;
	width: 30px;
	height: 30px;
	display: inline-block;
	margin-left: 10px;
	position: absolute;
	top: calc(50% - 16px);
	right: 30px;
}
body.bkup .indent_1{
	text-indent: -1em;
	margin-left: 1em;
}
@media (max-width: 768px) {
	body.bkup .bkup_number{
		width: 45px;
		height: 50px;
		font-size: 20px;
	}
	body.bkup .bkup_number_txt_ttl{
		font-size: 16px;
	}
	body.bkup .btn_link_blank{
		width: 100%;
		font-size: 18px !important;
		padding: 15px 50px 15px 15px;
	}
	body.bkup .btn_link_blank:after{
		right: 15px;
	}
	body.bkup .btn_link_blank .btn_link_blank_small{
		font-size: 14px;
	}
}

.bnr-slider-wrapper{
	min-height: 121px;
}
.bnr-small-slider-wrapper{
	min-height: 75px;
}

/**** 20240205 TOP 調整 ****/
.menu-content .select div a div.device_ym{
	top: calc(50% - 5px);
	line-height: 1.25;
}
.menu-content .select div a div.device_ym .device_ym_txt{
	display: inline-block;
	margin-left: -1.7em;
}
@media (max-width: 768px) {
	.menu-content .select div a div.device_ym{
		top: 50%;
	}
	.menu-content .select div a div.device_ym .device_ym_txt{
		margin-left: 0;
	}
}

/**** 20240205 box-blue ****/
body.page-details div.box-blue{
	background-color:#eaf6fe;
	padding:15px;
	margin:0 0 30px 0;
}
body.page-details div.box-blue p{
	margin:0 0 10px 0;
}
body.page-details div.box-blue ul{
	margin:0;
}
body.page-details div.box-blue ul li.text{
	margin-bottom:10px;
}
body.page-details div.box-blue ul li.text a{
	color:#1579d7;
	text-decoration:underline;
	cursor:pointer;
}
@media (max-width: 768px) {
	body.page-details .box-blue .lp-accordion-title{
		padding:10px 35px 13px 15px;
	}
	body.page-details div.box-blue{
		margin:0 0 15px 0;
	}
	body.page-details div.box-blue ul li p{
		font-size:13px;
	}
	body.page-details div.box-blue ul li.text .lp-accordion{
		padding:0;
	}
}

/**** 20240219 メール設定ページ改修 ****/
body.page-details div.main ol li p.textflow{
	text-align: left;
	padding-left: 50px;
	min-height: 50px;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	font-weight: bold;
}
body.page-details.mail div.main .border-bottom-wrap{
	position: relative;
	border-bottom: 4px solid #ffd3ce;
}
body.page-details.mail div.main .border-bottom-wrap:before{
	content: "";
	position: absolute;
	bottom: -4px;
	left: 0;
	display: block;
	height: 4px;
	width: 25%;
	background-color: #fc5543;
}
table.mail_table .text-link-arrow:before{
	background-image: url(/yservice/howto/images/icon_arrow_circle_gray.svg);
}
@media (max-width: 768px) {
	body.page-details table.mail_table tr td.ttl{
		font-size: 12px;
	}
	body.page-details table.mail_table tr td.ttl .mail_table_img{
		min-height: 78px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	body.page-details table.mail_table tr td.ttl .mail_table_img img{
		width: revert-layer;
	}
	body.page-details table.mail_table tr td.ttl .mail_table_txt{
		display: flex;
		justify-content: center;
		align-items: center;
		min-height: 36px;
	}
	body.page-details.iphone table.mail_table tr td.ttl .mail_table_txt,
	body.page-details.simfree-iphone table.mail_table tr td.ttl .mail_table_txt{
		min-height: 54px;
	}
}

/**** 20240523 「set_app」ページの「トップへ戻る」ボタン調整 ****/
body.page-details.set_app .gotop a{
	width: 90px;
	height: 90px;
	background-image: url(/common_c/images/common/pagetop.png);
}
@media (max-width: 768px) {
	body.page-details.set_app .gotop a{
		width: 55px;
		height: 60px;
	}
	.text-24px{
		font-size: 24px!important;
	}
}

/**** 20240816 「Yahoo! JAPAN IDとLINEアカウントを連携する」ページ新設 ****/
body.page-menu .link-area ul li a span.lines_2{
	padding: 4px 15px;
	line-height: 1.4;
}

/**** 20240902 第二階層調整 ****/
body.page-menu div.pdf_area{
	background-color: #eee;
	border-radius: 15px;
	padding: 20px;
	margin: 15px 0 20px 0;
}
body.page-menu div.pdf_area span{
	font-size: 14px;
	font-weight: bold;
}
.icon-note{
	position: relative;
	padding: 0 0 0 30px;
}
.icon-note:before{
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	display: inline-block;
	width: 25px;
	height: 21px;
	background: url(/yservice/howto/images/parts/icon_note.png) no-repeat;
	background-size: cover;
}
.comp-copy{
	background-color: #f2f2f2;
	color: #333;
}

/**** 20250120 yservice配下_プレーンテキスト化 ****/

.howto-ttl-l	{
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-size: 54px !important;
	color: #fcee21 !important;
	font-weight: bold;
	font-feature-settings: "palt" 1;
	line-height: 54px;
	text-shadow:
	0px -3px #000,
	-1px 0px #000,
	1px 0px #000,
	0px -2px #000,
	0px -1px #000,
	0px 1px #000, 
	0px 1px #000, 
	1px 0px #000, 
	1px 2px #000, 
	2px 3px #000, 
	3px 4px #000,
	2px 1px #000, 
	3px 2px #000,
	4px 5px #000,
	5px 6px #000,
	6px 7px #000,
	7px 8px #000;
}

@media (max-width: 768px) {
	.howto-ttl-l	{
	}
	.howto-ttl-l-size	{
		font-size: 26px;
		line-height: 26px;
		text-shadow:
		-1px 0px #000,
		1px 0px #000,
		0px -2px #000,
		0px -1px #000,
		0px 1px #000, 
		0px 1px #000, 
		1px 0px #000, 
		1px 2px #000, 
		2px 3px #000, 
		3px 4px #000,
		2px 1px #000, 
		3px 2px #000;
	}
	.howto-ttl-l-size-2	{
		font-size: 37px;
		text-shadow:
		-1px 0px #000,
		1px 0px #000,
		0px -2px #000,
		0px -1px #000,
		0px 1px #000, 
		0px 1px #000, 
		1px 0px #000, 
		1px 2px #000, 
		2px 3px #000, 
		3px 4px #000,
		2px 1px #000, 
		4px 5px #000,
		5px 6px #000;
	}
}

.howto-ttl	{
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-size: 22px !important;
	color: #fcee21 !important;
	text-shadow:
	-1px 0px #000,
	1px 0px #000,
	0px -2px #000,
	0px -1px #000,
	0px 1px #000, 
	0px 1px #000, 
	1px 0px #000, 
	1px 2px #000, 
	2px 3px #000, 
	3px 4px #000,
	2px 1px #000, 
	3px 2px #000;
}
@media (max-width: 768px) {
	.howto-ttl	{
		line-height: 23px;
	}
}

@media (max-width: 768px) {
	.text-size-sss	{
		font-size: 11px !important;
	}
}
p, ul, ol, table {
    margin-bottom: 20px;
}

/* 20250310 new-header new-footer */

.header_container {
    position: relative;
    width: auto;
    z-index: 200;
}

.page_title_wrap {
    position: relative;
    background-color: #e5f1fd;
    height: 100%;
}

.page_title_layout {
    position: relative;
    min-width: 375px;
    max-width: 980px;
    height: 100%;
    padding: 25px 20px 0 20px;
    margin-inline: auto;
}
@media (min-width: 767px) {
    .page_title_layout {
        display: flex;
        min-height: 200px;
        padding: 32px 0 0 0;
        column-gap: 20px;
    }
}

.page_title_layout::before {
    content: "";
    position: absolute;
    width: 302px;
    height: 62px;
    margin: 4px 0 0 0px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(/yservice/howto/initialsetting/common/img/icon_tools_sp02.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
}

@media (min-width: 767px) {
    .page_title_layout::before {
        width: 193px;
        height: 156.11px;
        top: 20px;
        right: 0;
        left: revert;
        transform: revert;
        background-image: url(/yservice/howto/initialsetting/common/img/icon_tools_pc02.png);
    }
}

.page_head_img {
    text-align: center;
	flex-shrink: 0;
}

.page_head_img img {
    width: 154.8px;
    height: 86px;
}
@media (min-width: 767px) {
    .page_head_img img {
        width: 260px;
        height: 144.44px;
    }
}
.page_title {
    line-height: 1.7;
}
.page_title p   {
    margin-bottom: 0;
}

.page_title__header {
    color: #3D71D3;
    font-size: 15px;
    font-weight: bold;
}
@media (min-width: 767px) {
    .page_title__header {
        font-size: 28px;
    }
}

.page_title p:first-of-type {
    font-size: 11px;
    font-weight: bold;
}
@media (min-width: 767px) {
    .page_title p:first-of-type {
        font-size: 16px;
    }
}

.page_title p:last-of-type {
    font-size: 20px;
    font-weight: bold;
}
@media (min-width: 767px) {
    .page_title p:last-of-type {
        font-size: 42px;
    }
}

.bg-color {
    background-color: #fff !important;
}

div.new_footer   {
    background-color: #FF0033;
    padding-top: 0;
    height: 80px;
}
.new_footer  p {
    color: #fff;
    font-size: 12px;
    line-height: 80px;
    margin-bottom: 0;
}
.gotop-howto-wrap a  {
    color: #fff;
}
.gotop-howto    {
    width: 92px;
    height: 46px;
    border-radius: 50% / 100% 100% 0 0;
    background: #FF0033;
    margin-inline: auto;
}
.gotop-howto img    {
    transform: scale(0.5);
}
.gotop-howto-txt    {
    font-size: 14px;
    line-height: 1;
}

.new_footer.copyright  {
    color: #fff;
    line-height: 80px;
}

/* / 20250310 new-header new-footer */

/* / 20250324 apn */

.back-btn 	{
	margin-top: 15px;
}

.back-btn a	{
	border: 2px solid #000;
	border-radius: 18px;
    padding: 5px 10px;
    font-style: normal;
    text-shadow: 0px 0px 0px #000;
}

@media (max-width: 768px) {
	.back-btn 	{
		margin-top: 10px;
	}
}
/* / 20250324 apn */
