@charset "UTF-8";
/* メンテナンス文言追加 */
.mainte_wrap{
    max-width: 760px;
    width: 100%;
    margin:30px auto 0;
    padding: 20px 12px;
    border-top: 2px solid #CC0F31;
    border-bottom: 2px solid #CC0F31;
    box-sizing: border-box;
    text-align: center;
    color: #CC0F31;
}
.mainte_txt_ttl{
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}
.mainte_txt {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    margin:0 auto;
    line-height: 1.3;
}
.mainte_wrap_e21{
    width: 100%;
    margin: 0 auto 20px;
    box-sizing: border-box;
    text-align: center;
    color: #333;
}
.mainte_txt_e21{
    display: inline-block;
    text-align: left;
    font-size: 16px;
    margin:0 auto;
    line-height: 1.3;
}
/* body */
body{
	overflow-x: initial;
}
.spOnly {
	display: none;
}
.pcOnly {
	display: block;
}
#header {
	z-index: 999;
}
#header-inner {
	background-color: #fff;
}
html, body {
	height: 100%;
}
#breadCrumb_style {
	width: 920px;
	padding-top: 10px;
	margin: 0 auto 19px;
	box-sizing: border-box;
}

a,a:hover,a:visited {
	text-decoration: none;
}
section img{
	display: block;
	margin: auto;
	vertical-align:inherit;
}
.mt10 {
	margin-top: 10px;
}
.mt30{
	margin-top: 30px;
}
.flex{
	display: flex;
}
.inner{
	max-width: 910px;
	width: 100%;
	margin: 0 auto;
}
.tcenter{
	text-align: center;
}
.cmt{
	font-size: 12px;
}
/* パンくず */
#breadCrumb_style{
	max-width: 940px;
	width: 100%;
	padding: 0 20px;
	margin: 20px auto 0;
}

/* cvボタン --------------------*/

.store-cv {
    max-width: 1110px;
	width: 100%;
    margin: auto;
    padding: 40px 0 70px;
}

.store-cv-btn ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

.store-cv-btn ul li {
	margin-right: 30px;
}

.store-cv-btn ul li:last-child {
	margin-right: 0;
}

.near-store,
.online-store {
	flex: 1;
	display: flex;
	flex-flow: column;
	text-align: center;
}

.near-store .title,
.online-store .title {
	padding: 20px;
	font-size: 24px;
	background: rgba(54, 182, 230, 0.1);
	line-height: 1.5;
}

.near-store .title span,
.online-store .title span {
	padding: 30px 0;
	font-size: 30px;
	font-weight: 800;
	color: #333333;
}

.near-store .title:hover,
.online-store .title:hover {
	background: rgb(255, 123, 156);
	background: linear-gradient( 45deg, rgba(255, 123, 156, 0.4) 18%, rgba(255, 255, 0, 0.4) 100%);
	-ms-transition: 0.8s !important;
	transition: 0.8s !important;
}

.near-store a,
.online-store a {
	position: relative;
	display: block;
	background: var(--primary);
	max-width: 544px;
	width: 100%;
	margin: 0 auto;
	padding: 27px 20px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	border: 2px solid var(--primary);
	box-sizing: border-box;
	transition: 0.3s ease-in-out;
	border-radius: 10px;
	-webkit-transition: 0.3s ease-in-out;
}
.near-store.blue a {
	max-width: 600px;
	color: #fff;
	background: var(--primary);
	border: 2px solid var(--primary);
}
.near-store.e21-cv a{
	color: var(--primary);
	background: #fff;
	border: 2px solid var(--primary);
}
.near-store a:hover,.online-store a:hover {
	background: #FFFFFF;
}

.near-store.blue a:hover,.online-store a:hover {
	background: #fff;
	color: var(--primary);
}
.near-store.e21-cv a:hover {
	background: var(--primary);
	color: #fff;
}

.near-store a::before,
.online-store a::before {
	content: '';
	width: 12px;
	height: 12px;
	border-top: solid 3px #333;
	border-right: solid 3px #333;
	position: absolute;
	top: 50%;
	left: 10%;
	transform: translateY(-50%) translateX(-50%) rotate(45deg);
	-webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
	transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
}
.online-store a::before,.near-store.blue a::before{
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
}
.near-store.e21-cv a::before{
	border-top: solid 3px var(--primary);
	border-right: solid 3px var(--primary);
}

.near-store a:hover::before{
	border-color: #333;
}

.near-store.blue a:hover::before,.online-store a:hover:before {
	border-color: var(--primary);
}

.near-store.e21-cv a:hover::before{
	border-color:#fff;
}

.e21-cv a:hover::before{
    border-color: #fff;
}

.near-store a::after{
	content: "";
    position: absolute;
    width: 27px;
    height: 30px;
    background: url(/assets/img/commons/icon-11.svg)center/34px no-repeat;
    top: 13px;
	right: 4%;
    z-index: 31;
}
.online-store a::after{
	content: "";
    position: absolute;
    width: 27px;
    height: 30px;
    background: url(/assets/img/commons/icon-10.svg)center/28px no-repeat;
    top: 13px;
	right: 4%;
    z-index: 31;
}
.online-store a:hover::after{
	background: url(/assets/img/commons/icon-10-hover.svg)center/28px no-repeat;;
}
.near-store.blue a::after,
.near-store.e21-cv a::after{
	background: none;
}
/* e22の店舗ボタン */

.doki-cv ul li {
	max-width: 544px;
    width: 100%;
    height: auto;
}

.btn-doki a {
    display: block;
    position: relative;
	max-width: 544px;
    width: 100%;
    background:url(/assets/img/top/tone_e22/btn_stores@2x.png) no-repeat #fff;
    background-size: 544px auto;
    font-size: 18px;
    font-weight: bold;
    color: #D20D24;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    border-radius: 10px;
	box-sizing: border-box;
}

.btn-doki a span {
    display: block;
    padding:28px 80px;
}

.btn-doki a:hover {
    background-color: #FFE6EA;
}

.doki-online a span {
    display: block;
}

.doki-online a::after,
.doki-online a:hover::after {
    top: 22px;
}

/* /cvボタン --------------------*/

/*mainVisual*/
.mainVisual{
	position: relative;
	margin: 70px auto 0;
	z-index: 0;
}

.mainVisual .cmt.center{
	width: 740px;
	text-align: center;
	display: block;
	padding: 16px 10px;
	margin: 0px auto 40px;
	border: 1px solid #D20D24;
	font-size: 18px;
	color: #D20D24;
	font-weight: bold;
	box-sizing: border-box;
}

.h1_txt{
	margin: 50px auto 0;
	font-size:50px;
	font-weight: normal;
	color: #707070;
	text-align: center;
}
.mv_device{
	margin:50px auto 0;
}
.mv_bg{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: -2;
}
.mv_img{
	position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-70%,0);
    -webkit-transform: translate(-70%,0);
	margin: auto;
	z-index: -1;
}
/*mainVisualここまで*/


/* mv_price */
.mv_price {
	margin-bottom: 70px;
}
.mv_price h2{
	font-size: 22px;
	text-align: center;
	margin-bottom: 20px;
}
.mv_price_box{
	margin: 18px auto 5px;
	text-align: center;
	justify-content: center;
}
.e22_listPrice{
	margin: 0;
}
.price_btn{
	position: relative;
	display: inline-block;
	margin-top: 35px;
	font-size: 20px;
	font-weight: bold;
	color: var(--primary);
	padding-bottom: 4px;
	border-bottom: 1px solid var(--primary);
}
.price_btn::after{
	content: "";
	position: absolute;
	top: 50%;
	left:-30px;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 9px;
	border-color: transparent transparent transparent #003f98;
}

/* smart */
.tone-contents{
	font-size: 16px;
	line-height: 1.5;
}
.smart{
	padding:12px 0 25px;
	background: transparent linear-gradient(270deg, #FFFFD9 0%, #FDEBEF 100%) 0% 0% no-repeat padding-box;
}
.smart .flex{
	align-items: center;
	justify-content: space-between;
}
.smart .txt_box{
	max-width: 440px;
}
h2{
	text-align: left;
	font-size: 48px;
	line-height: 1.2;
	letter-spacing: 0px;
	color: #333333;
	opacity: 1;
}
.smart h2{
	margin-bottom: 30px;
}

/* big */
.big{
	position: relative;
	padding: 50px 0 0;
	width:100%;
}
.big_bg_img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	z-index: -1;
}
.big h2{
	text-align: center;
	font-size: 45px;
	letter-spacing: 1.8px;
	color: #FFFFFF;
	text-shadow: 0px 0px 6px #00000033;
}
.big_txt_box{
	margin: 30% auto 0;
	padding: 40px 0 30px;
	color: #fff;
	background: rgba(0,0,0,0.4);
}
.big_txt_box .flex{
	max-width: 560px;
	width: 100%;
	justify-content: space-between;
	margin:0  auto 20px;
}
.big_spec_txt{
	padding:13px 26px;
	font-weight: bold;
	font-size: 29px;
	text-align: center;
	border: 1px solid #fff;
}

/* camera */
.camera{
	padding: 60px 0 0;
	background: transparent linear-gradient(270deg, #DAF3FF 0%, #F0FBDA 100%) 0% 0% no-repeat padding-box;
}
.camera img{
	margin-right: 0;
}
.camera .txt_box{
	max-width: 500px;
	width: 100%;
}
.camera h2{
	font-size: 45px;
}
.camera .h2_box{
	align-items: center;
	margin-bottom: 50px;
}
.h3_txt_box{
	max-width: 80%;
	width: 100%;
	margin: 0 0 0 80px;
}
.camera .h2_box img{
	margin: 0 10px 0 0;
}
.camera h3{
	margin-bottom: 30px;
	font-size: 28px;
}
.camera h4{
	font-size: 18px;
	margin:20px auto 10px;
	line-height: 1.3;
}
/* charging */
.charging{
	padding: 87px 0;
}
.charging .flex{
	align-items: center;
	justify-content: space-between;
}
.charging .h2_box{
	max-width: 650px;
	width: 100%;
	margin: 0 auto 40px;
}
.charging h2 span{
	position: relative;
}
.charging h2 span::after {
    content: "※";
    position: absolute;
    font-size: 12px;
    top: 0px;
    right: -20px;
}
.charging_txt_box{
	margin-right: 100px;
}
.charging_txt{
	margin-bottom: 60px;
}

/* biometrics */
.biometrics{
	padding: 35px 0 0;
	background: transparent linear-gradient(270deg, #FEFECC 0%, #FDE2E1 77%, #FDDFDA 100%) 0% 0% no-repeat padding-box;
}
.biometrics .flex{
	align-items: center;
}
.biometrics h2{
	margin:  0  auto 30px;
	text-align: center;
	font-size: 54px;
	line-height: 1;
}
.biometrics h2 span{
	font-size: 36px;
}
.biometrics .txt_box{
	max-width: 384px;
	width: 100%;
}

/* storage */
.storage{
	padding: 84px 0 0;
}
.storage .flex{
	justify-content: center;
	align-items: center;
}
.storage h2{
	text-align: center;
	margin: 0 auto 30px;
	font-size: 45px;
}
.storage h2 span{
	font-size: 36px;
}
.storage_img{
	margin: 0;
}
.storage .txt_box{
	margin-left: 20px;
}
.storage .txt_box h3{
	font-size: 32px;
	margin-bottom: 37px;
}
/* move */
.move{
	padding: 50px 0 0;
	background: transparent linear-gradient(270deg, #F8EAFE 0%, #FBDFDA 100%) 0% 0% no-repeat padding-box;
}
.move .flex{
	justify-content: center;
	align-items: flex-start;
}
.move h2{
	margin-bottom: 30px;
	font-size: 58px;
	line-height: 1.2;
}
.move h2 span{
	font-size: 24px;
}
.move .txt_box{
	margin-left: 50px;
}

/* speaker */
.speaker{
	position: relative;
	padding: 60px 0 0;
	background:url(/product/image/e22/speaker_bg.jpg) center/cover no-repeat;
}
.speaker h2{
	text-align: center;
	font-size: 50px;
	margin: 0 auto;
}
.speaker .tcenter{
	padding: 0 0 40px;
}
.speaker_img{
	margin: 30px auto;
}

/* onedrop */
.onedrop{
	padding: 89px 0 60px;
	background: #FAFAFA;
}
.onedrop .tone-contents{
	max-width: 820px;
}
.onedrop .h2_box{
	text-align: center;
	justify-content: center;
	margin:0 auto 38px ;
}
.onedrop .h2_box img{
	margin:0 20px 0 0;
}
.onedrop h2{
	font-size: 62px;
}
.onedrop_txt{
	margin:  0 auto 38px;
	font-size: 20px;
	line-height: 2;
	font-weight: bold;
}
.onedrop_list_wrap li{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	max-width: 370px;
	width: 100%;
	margin-bottom: 25px;
}
.onedrop_list_wrap li img{
	margin: 0;
}
.onedrop_list{
	margin-left: 12px;
}
.onedrop_img{
	margin: 20px auto ;
}
.onedrop_list_wrap .cmt{
	margin-left: 35px;
}
.onedrop + .store-cv{
	padding:  70px 0 40px;
}

/* ファミリー */
.family{
	padding: 80px 0 0px;
	font-size: 16px;
}
.family h2{
	line-height: 1.5;
	font-size: 57px;
	text-align: center;
	margin-bottom:30px ;
}
.family h2 span{
	font-size: 34px;
}
.family .ttl_sub{
	text-align: center;
	margin-bottom: 62px;
}

.family .content_bg {
    background: url(/assets/img/spcial_info/about_bg.png) top / cover no-repeat;
    margin: 0 auto;
    max-width: 1500px;
	width: 100%;
    height: 390px;
	position: relative;
}
.family .content_bg .tone-contents{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 1200px;
	width: 100%;
}
.family_icon {
	margin: 0 auto 20px;
}
.sotsugyo-icon-banner{
    width: 500px;
	margin-left: 0;
}
.new{
	margin: 170px auto 0;
}
.new_txt_top{
	max-width: 490px;
    width: 100%;
    margin: 0 auto 20px;
}
.new_box_rap{
	position: relative;
	max-width: 740px;
	width: 100%;
	margin: 0 auto;
	padding: 25px 75px;
	background: #D7EEF8;
	box-sizing: border-box;
}
.family_bg{
	position: absolute;
	top: -154px;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
}
.new_box_ttl_wrap{
	position: relative;
	text-align: center;
}
.new_box_ttl{
	position: relative;
	margin-bottom: 18px;
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.new_box_ttl::after{
	content: "";
	position: absolute;
	top: 14px;
    left: -30px;
	width: 25px;
	height: 1px;
	background: #333;
	transform: rotate(60deg);
}
.new_box_ttl::before{
	content: "";
	position: absolute;
	top: 14px;
    right: -30px;
	width: 25px;
	height: 1px;
	background: #333;
	transform: rotate(120deg);
}
.new_phone_ttl{
	justify-content: center;
	text-align: center;
	padding: 9px;
	margin:0 auto 17px ;
	background: #FFFFFF;
	border: 1px solid var(--primary);
	border-radius: 17px;
	font-size: 16px;
	font-weight: bold;
	color: var(--primary);
}
.new_phone_ttl img{
	margin: 0 5px 0 0;
}
.new_box{
	font-size: 16px;
}
.new_box .bold{
	margin-bottom: 10px;
	font-weight: bold;
}

.about_content {
	position: relative;
	max-width: 740px;
    width: 100%;
    margin: auto;
    background: #ffffff;
	padding: 20px;
    margin: 0px auto 10px auto;
	font-size: 16px;
}
.about_content .icon_wrap:last-of-type .icon_box:last-of-type h4 {
	margin: 17px 0 10px;
}

.about_content .icon_wrap:last-of-type .icon_box h4 {
	margin: 20px 0 10px;
    padding: 10px;
    font-size: 16px;
    border: 2px solid var(--primary);
    border-radius: 50px;
    text-align: center;
}
.icon_wrap {
	justify-content: space-between;
    margin: 40px auto 0 auto;
}
.icon_box {
    width: 48%;
}
.about_content .cmt_wrap{
	margin: 40px auto 0;
}
.family.store-cv{
	padding: 0;
}




/* 充実の見守り機能〜やさしいスマホ*/
#relief{
	padding: 70px 0 0;
}
#relief .tone-contents {
    max-width: 750px;
}
.relief_ttl{
	font-size: 36px;
	line-height: 50px;
	text-align: center;
}
.relief_ttl span{
	font-size: 28px;
}
.relief_ttl_sub{
	margin: 30px auto;
	text-align: center;
}
.relief_content{
    position: relative;
    padding: 20px 50px;
    border-bottom: 2px solid #CDCDCD;
}
.relief_content p{
font-size: 24px;
font-weight: bold;
line-height: 1.5;
text-align: left;

}
.relief_content p .blue {
color: var(--primary);
}
.relief_device{
position: absolute;
top:-100px;
left: -140px;
width: 156px;
height: auto;
z-index: 1;
}
.relief_mock{
position: absolute;
top: -130px;
right: -210px;
width: 397px;
height: auto;
}
.lifelog-img {
	width: 224px;
	height: auto;
}
.relief_content:last-of-type{
border-bottom: none;
padding:  20px 60px 40px;
}
.relief_content .txt_box p{
padding: 25px;
font-size: 16px;
background: #ECECEC;
}
.relief_content p.tpoint_txt{
font-size:22px;
}
.relief_content.child_3{
padding: 0 0 10px;
}
.relief_content .relief_txtbox{
padding: 30px 80px 20px 20px;
}
.relief_content .txt_box_wrap .flex{
margin-top: 20px;
}
.app-icon {
width: 80px;
}
.d-point-icon,
.t-point-icon {
width: 60px;
}

.relief_support{
margin: 20px auto 0;
}
#relief .cmt_list{
padding: 0;
margin: 20px auto 10px;
}
.txt_box_wrap {
margin-left: 10px;
}

.toneLogo_txt{
margin-bottom: 20px;
font-size: 22px;
text-align: center;
font-weight: bold;
}
/* 充実の見守り機能〜やさしいスマホここまで */

/* price */
.price{
	padding:  80px 0 70px;
	border-top: 1px solid #707070;
}
.price .tone-contents{
	max-width: 1100px;
	width: 100%;
}
.price_wrap.flex {
	margin: 30px auto 0;
    justify-content: center;
    align-items: center;
}
.price_text_flex{
	display: flex;
	justify-content: flex-start;
}
.price_device{
	margin: 0;
}
.price_text_wrap{
	max-width: 532px;
	width: 100%;
	margin-left: 40px;
}

.price_e22Logo{
	position: relative;
	margin: 0 20px 0 0;
	max-width: 315px;
	width: 100%;
}
/*
.price_e22Logo::after{
	content: "※1";
	position: absolute;
	bottom:20%;
	right: 0px;
	font-size: 10px;
}
*/
.date{
	margin-left: 10px;
}
.price_img-e22 {
	position: relative;
	margin: 10px auto ;
}
.price_img-e22 img{
	max-width: 532px;
	width: 100%;
}
.price_img-e22::after{
	content: "※";
	position: absolute;
	top: -15px;
	right: 0;
	font-size: 12px;
}
.e22_nomalprice{
	margin: 10px 0 10px 10px;
}
.price_text_wrap .cmt{
	font-size: 12px;
	margin-top: 6px;
}
.cmt18 {
	font-size: 24px;
}
.price_text{
	display: block;
	font-size: 31px;
	margin-bottom: 50px;
}
.price_img_ttl {
	margin: 30px auto 0;
    font-size: 27px;
}
.price .store-cv{
	padding: 30px 0 0;
}
/* toneLabo */
.toneLabo{
	position: relative;
	padding: 80px 0;
	background: #FCFCFC;
	margin-bottom: 70px;
}
.toneLabo::after{
	content: "";
	position: absolute;
	top: 0;
	width: 100%;
	height: 10px;
    background: url(/labo/img/boder_img.svg) bottom/100% no-repeat;
}
.toneLabo::before{
	content: "";
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 10px;
    background: url(/labo/img/boder_img.svg) bottom/100% no-repeat;
}
.tonelabo_ttl_sub{
	margin:30px auto 60px;
	font-size: 20px;
	text-align: center;
}
.labo_flex{
    max-width: 960px;
    width: 100%;
    margin: 30px auto ;
    justify-content: space-between;
	font-size: 16px;
}
.labo_flex .tcenter{
	margin: 0 auto 30px;
}
.labo_flex_box{
	max-width: 225px;
	width: 100%;
}
.labo_flex_box img:first-of-type{
    margin:16px auto 32px;
}
.labo_flex_box:nth-of-type(2) img:first-of-type{
    margin:10px auto 30px;
}
.labo_flex_box:nth-of-type(3) img:first-of-type{
    margin:0 auto 18px;
}
.labo_flex_img{
	margin:  0 auto 30px;
}
.toneLabo .store-cv{
	padding: 30px 0 0;
}


/* e21 */
#e21{
	padding: 70px 0;
	background: transparent linear-gradient(234deg, #E2D0CA 0%, #FFFDF5 48%, #E2D0CA 100%) 0% 0% no-repeat padding-box;
}
#e21 h2{
	font-size: 30px;
	font-weight: normal;
	text-align: center;
	margin: 0 auto 25px;
	line-height: 1.3;
}
.e21_text_wrap{
	text-align: center;
	margin:  0 auto 30px;
	line-height: 1.3;
}
.e21_text{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin: 20px auto;
}
.e21_device_box img {
    display: block;
}
.e21_device_wrap.flex {
    width: 500px;
    margin: 0 auto 15px;
    justify-content: space-between;
    align-items: flex-end;
}
section.store-cv.e21-cv-wrap {
    padding: 0;
}
.e21-cv-text{
	margin: 50px auto 20px;
	font-size: 20px;
	text-align: center;
}
#e21+.store-cv{
	padding: 70px 0 60px;
}
/* e21ここまで */


/* table */
.table_wrap{
	margin: 0 auto;
}
.table_ttl{
	font-weight: bold;
}
.table_wrap .cmt_list{
	margin: 30px auto 0;
}
.table_ttl p{
	padding: 16px 20px;
	width: 100%;
	background: #D9E8EF 0% 0% no-repeat padding-box;
    border: 1px solid #AABFC6;
	box-sizing: border-box;
	margin: 0 auto 8px;
}
table{
	width: 100%;
}
th {
    width: 15%;
    padding: 16px 20px;
    background: #D9E8EF 0% 0% no-repeat padding-box;
    border: 1px solid #AABFC6;
    text-align: left;
}
td {
    padding: 16px 20px;
    border: 1px solid #BCCAD1;
    text-align: left;
}
td .cmt_after{
	position: relative;
}
/* table */



/* 充実の見守り機能〜やさしいスマホ*/
#relief{
	padding: 70px 0 0;
}
#relief .inner {
    max-width: 620px;
}
#relief .content_bg{
	max-width: 1500px;
	width: 100%;
	margin: auto;
}
.relief_ttl{
	font-size: 36px;
	line-height: 50px;
	text-align: center;
}
.relief_ttl span{
	font-size: 28px;
}
.relief_ttl_sub{
	margin: 30px auto;
	text-align: center;
}
.relief_content{
    position: relative;
    padding: 20px 50px;
    border-bottom: 2px solid #CDCDCD;
}
.relief_content p{
font-size: 24px;
font-weight: bold;
line-height: 1.5;
text-align: left;

}
.relief_content p .blue {
color: var(--primary);
}
.relief_device{
position: absolute;
top:-100px;
left: -140px;
width: 156px;
height: auto;
}
.relief_mock{
position: absolute;
top: -130px;
right: -210px;
width: 397px;
height: auto;
}
.lifelog-img {
	width: 224px;
	height: auto;
}
.relief_content:last-of-type{
border-bottom: none;
padding:  20px 50px 60px;
}
.relief_content .txt_box p{
padding: 25px;
font-size: 16px;
background: #ECECEC;
}
.relief_content p.tpoint_txt{
font-size:22px;
}
.relief_content.child_3{
padding: 0 0 10px;
}
.relief_content .relief_txtbox{
padding: 30px 80px 20px 20px;
}
.relief_content .txt_box_wrap .flex{
margin-top: 20px;
}
.app-icon {
width: 80px;
}
.d-point-icon,
.t-point-icon {
width: 60px;
}

.relief_support{
margin: 20px auto 0;
}
#relief .cmt_list{
padding: 0;
margin: 20px auto 10px;
}
.txt_box_wrap {
margin-left: 10px;
}

.toneLogo_txt{
margin-bottom: 20px;
font-size: 22px;
text-align: center;
font-weight: bold;
}

/* 充実の見守り機能〜やさしいスマホここまで */


@media screen and (max-width: 869px) {
	.spOnly {
		display: block;
	}
	.pcOnly {
		display: none;
	}
	.inner{
		max-width: 94%;
	}
	#breadCrumb_style li{
		float: left;
	}
	.tone-contents{
		max-width: 100%;
		padding: 36px 20px 0;
	}
	section,.tone-contents{
		font-size: 14px;
	}
	/* button */
	.store-cv{
		width: 100%;
		padding: 35px 20px 60px;
		box-sizing: border-box;
	}
	.store-cv-btn ul{
		display: block;
	}
	.store-cv-btn ul li{
		width: 100%;
		margin: auto;
		box-sizing: border-box;
	}
	.store-cv-btn ul li:first-child{
		margin-bottom: 30px;
	}
	.near-store a, .online-store a{
		font-size: 13px;
		padding: 16px 15px;
	}
	.near-store a::before, .online-store a::before{
		left: 5%;
	}
	/* e22の店舗ボタン */
	.btn-stores,
	.btn-online {
		margin: 0 auto 20px;
		width: 100%;
		height: auto;
	}
	/*mainVisual*/
	.mainVisual {
		margin: 50px auto 0;
	}
	.mainVisual .cmt.center {
		width: 90%;
	}
	.h1_img{
		max-width: 200px;
		width: 100%;
		margin: auto;
		text-align: center;
	}
	.h1_txt {
		margin: 30px auto 0;
		font-size: 20px;
	}
	.mv_bg{
		position: absolute;
		top:-100px;
		left: 0;
		right: 0;
		width: 100%;
		margin: auto;
		z-index: -1;
	}
	.mv_price h2{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.mv_price_box{
		display: block;
		margin: 10px auto;
	}
	.e22_listPrice{
		margin: auto;
	}
	.mv_price .tcenter .cmt{
		text-align: left;
	}
	.price_btn::after{
		left: -23px;
	}
	/* smart */
	.smart{
		padding:40px 0 ;
	}
	.smart .flex{
		flex-wrap: wrap-reverse;
	}
	.smart h2{
		margin-bottom: 20px;
		font-size: 30px;
		font-size: 9.7vw;
	}
	img.smart_img{
		margin: 30px auto 0;
		max-width: 60%;
		width: 100%;
	}
	/* big */
	.big{
		background: url(/product/image/e22/sp/big_bg-sp.jpg) center/cover no-repeat;
		box-sizing: border-box;
	}
	.big h2{
		font-size: 32px;
	}
	.big_txt_box .flex{
		max-width: 300px;
		margin: 0 auto 10px;
	}
	.big_txt_box{
		margin: 276px auto 0;
		margin: 66vw auto 0;
		padding: 30px 20px 20px;
		box-sizing: border-box;
	}
	.big_spec_txt {
		padding: 8px;
		font-size: 16px;
	}
	/* camera */
	.camera{
		padding: 50px 0 0;
	}
	.camera .flex{
		display: block;
	}
	.h2_box{
		display: block;
	}
	.h2_box img{
		margin-bottom: 10px;
	}
	.camera .h2_box{
		margin-bottom: 30px;
	}
	.camera .h2_box img{
		margin: 0 auto 10px;
		width: 40px;
	}
	.camera h2{
		font-size: 36px;
		font-size: 9.6vw;
		text-align: center;
	}
	.camera .h3_txt_box {
		max-width: 100%;
		width: 100%;
		margin: 0 auto;
	}
	.camera h3 {
		margin-bottom: 20px;
		font-size: 22px;
		font-size: 5.9vw;
		text-align: left;
	}
	.camera h4{
		margin: 10px auto 5px;
	}
	.camera img{
		margin: 20px auto 0;
		width: 60%;
	}
	/* charging */
	.charging{
		padding: 50px 0;
	}
	.charging h2{
		font-size: 27px;
		font-size: 7.2vw;
    	text-align: center;
	}
	.charging .h2_box{
		margin:  0 auto 10px;
	}
	.charging .h2_box img {
		max-width: 40px;
	}
	.charging .flex{
		flex-wrap: wrap-reverse;

	}
	.charging_txt_box {
		margin: 0 auto 40px;
	}
	.charging_txt {
		margin: 0 auto 10px;
	}
	.charging h2 span::after{
		right: -13px;
	}

	/* biometrics */
	.biometrics{
		padding: 35px 0 0;
	}
	.biometrics .flex {
		display: block;
	}
	.biometrics h2{
		margin: 0 auto 20px;
		font-size: 46px;
		font-size: 11.7vw;
	}
	.biometrics h2 span {
		font-size: 31px;
		font-size: 8vw;
	}
	.biometrics_img{
		margin: 10px auto 0;
	}
	/* storage */
	.storage{
		padding: 50px 0 0;
	}
	.storage h2 {
		margin: 0 auto 30px;
		font-size: 32px;
		font-size: 7.9vw;
	}
	.storage h2 span {
		font-size: 28px;
		font-size: 7vw;
	}
	.storage .flex {
		flex-wrap: wrap-reverse;
	}
	.storage .txt_box h3{
		font-size: 24px;
		margin-bottom: 20px;
	}
	.storage .txt_box {
		margin-left: 0;
	}
	.storage_img {
		margin: 20px auto 0;
		max-width: 70%;
	}

	/* move */
	.move{
		padding: 20px 0 0;
	}
	.move .txt_box {
		margin-left: 0;
	}
	.move .flex {
		display: block;
	}
	.move h2 {
		text-align: center;
		margin-bottom: 20px;
		font-size: 49px;
		font-size: 13vw;
	}
	.move h2 span {
		font-size: 24px;
		font-size: 6.5vw;
	}
	.move_img {
		margin: 10px auto 0;
		max-width: 70%;
	}

	/* speaker */
	.speaker{
		padding: 30px 0;
	}
	.speaker h2 {
		text-align: center;
		font-size: 34px;
		font-size: 9vw;
		margin: 0 auto 230px;
	}
	.speaker_img {
		position: absolute;
		bottom: 50%;
		left: 50%;
		transform: translate(-50%,50%);
		-webkit-transform: translate(-50%,50%);
	}
	.speaker .tcenter{
		padding: 0;
	}

	/* onedrop */
	.onedrop{
		padding: 30px 0 ;
	}
	.onedrop + .store-cv{
		padding: 40px 20px 20px;
	}
	.onedrop h2 {
		text-align: center;
		font-size: 35px;
		font-size: 9vw;
	}
	.onedrop .h2_box{
		margin: 0 auto 20px;
	}
	.onedrop .h2_box img {
		margin: 0 auto 10px;
		max-width: 45px;
	}
	.onedrop_txt {
		margin: 0 auto 28px;
		font-size: 16px;
		line-height: 1.5;
		font-weight: bold;
	}
	.onedrop .flex{
		display: block;
	}
	.onedrop_list_wrap li{
		margin-bottom: 10px;
	}



	/* ファミリー */
	.family {
		padding: 50px 20px 20px;
		font-size: 16px;
		box-sizing: border-box;
	}
	.family h2 {
		line-height: 1.2;
		font-size: 37px;
		font-size: 9vw;
		text-align: center;
		margin-bottom: 10px;
	}
	.family h2 span {
		font-size: 28px;
		font-size: 7vw;
	}
	.family .ttl_sub{
		margin-bottom: 30px;
	}
	.family .content_bg {
        width: 100%;
        height: auto;
		background: url(/assets/img/spcial_info/about_bg.png) top /contain no-repeat;
		padding-top: 30%;
    }
	.family .content_bg .tone-contents {
		position: initial;
		margin: auto;
		padding: 0 ;
	}

    .sotsugyo-icon-banner {
        position: inherit;
        width: 100%;
    }
	.family_icon {
		margin: 20px auto 10px;
		max-width: 250px;
	}
	.new{
		margin: 30px auto 0;
	}
	.new_box_rap{
		padding: 25px 20px;
	}
	.new_box_rap .flex{
		flex-wrap: wrap;
	}
	.new_box {
		margin-bottom: 20px;
		font-size: 16px;
	}
    .about_content {
		position: relative;
        max-width:100%;
        width: 100%;
		box-sizing: border-box;
        margin: auto;
        background: #ffffff;
        padding: 0;
        margin: 30px auto 10px;
    }
    .about_content .icon_wrap:last-of-type .icon_box:last-of-type h4 {
        margin: 17px 0 10px;
    }

    .about_content .icon_wrap:last-of-type .icon_box h4 {
        margin: 20px 0 10px;
            padding: 10px;
        font-size: 16px;
        border: 2px solid var(--primary);
        border-radius: 50px;
        text-align: center;
    }
    .icon_wrap {
        margin: 0 auto 0 auto;
    }
    .icon_box {
        width: 100%;
        margin-bottom: 20px;
    }
	.about_content .cmt_wrap {
		margin:0 auto;
	}
	.family.store-cv {
		padding: 0 20px;
	}
	.family.store-cv .near-store a::before{
		border: none;
	}

	/* 充実の見守り機能〜やさしいスマホ*/
	.relief_ttl {
		font-size: 23px;
		line-height: 30px;
		text-align: center;
	}
	.relief_ttl span {
		font-size: 18px;
	}
	.relief_device {
		position: static;
		display: block;
		width: 24vw;
		height: auto;
		margin: 20px auto;
	}
	.relief_content {
		padding: 20px 0px;
	}
	.relief_content:last-of-type {
		border-bottom: none;
		padding: 20px 0;
	}
	.relief_content p {
		font-size: 15px;
		font-weight: bold;
		line-height: 1.5;
	}
	.relief_content p.center{
		text-align: center;
	}
	.relief_content ul{
		margin-top: 20px;
		font-size: 12px;
	}
	.relief_mock {
		position: static;
		display: block;
		width: 50vw;
		height: auto;
		margin: auto;
	}

	/* price */
	.price{
		padding: 50px 0;
	}
	.price_wrap.flex {
		flex-wrap: wrap;
		margin: 0 auto;
	}
	.price_e22Logo{
		width: 70%;
		margin: auto;
	}
	.price_e22Logo::after{
		bottom: 17%;
	}
	.price_device {
		width: 50vw;
		margin: 0px auto 10px;
	}
	.price_text_wrap{
		margin-left: 0;
	}
	.price_text_flex{
		margin: 20px auto 0;
	}
	.price_text_box {
		margin: auto;
		text-align: center;
	}
	.price_text{
		font-size: 18px;
		margin-bottom: 0;
	}
	.price_img_ttl {
		margin: 30px auto 0;
		font-size: 19px;
		font-size: 5.4vw;
	}
	.price_img-e22 {
		position: relative;
		margin: 10px auto 5px;
	}
	.price_img_ttl {
		margin: 30px auto 0;
		font-size: 19px;
		font-size: 5.4vw;
	}
	.cmt18 {
		font-size:16px;
	}
	.e22_nomalprice{
		margin: 10px auto;
	}


	/* labo */
	.toneLabo {
		padding: 50px 20px;
		margin-bottom: 0;
	}
	.toneLabo_logo {
		max-width: 240px;
		width: 100%;
		margin: 0 auto;
	}
	.tonelabo_ttl_sub {
		font-size: 16px;
		margin: 10px auto 0px;
	}
	.labo_flex.flex {
		margin: 30px auto 20px;
		flex-wrap: wrap;
	}
	.labo_flex .tcenter {
		margin: 0 auto 20px;
	}
	.labo_flex_box{
		margin: auto;
	}
	.labo_flex_img {
		margin: 0 auto 20px;
	}
	.labo_flex_box:not(:first-of-type){
		margin: 40px auto 0;
	}
	.labo_flex_box img:first-of-type {
		margin: 0 auto 10px;
	}
	.labo_flex_box:nth-of-type(2) img:first-of-type {
		margin: 0 0 9px 0;
	}
	.toneLabo::after {
		top: 0;
		left: 0;
		height: 3px;
	}
	.toneLabo::before {
		bottom: 0;
		left: 0;
		height: 3px;
	}
	.toneLabo+.store-cv{
		padding: 40px 20px;
	}
	.toneLabo+.store-cv .near-store.blue a::before{
		border: none;
	}

	/* e21 */
	#e21{
		padding: 50px 0;
	}
	#e21 h2 {
		font-size: 18px;
	}
	.e21_text {
		font-size: 22px;
		font-weight: bold;
		text-align: center;
		margin: 10px auto 5px;
	}
	.e21_device_wrap.flex {
		width: 100%;
		margin: 0 auto 25px;
	}
	.e21_img{
		width: 31vw;
		margin-right: 20px;
	}
	.e21-cv-text{
			margin: 30px auto 10px;
	}
	.e21_device_cmt{
		margin-bottom: 30px;
	}
	#e21+.store-cv{
		padding: 40px  20px;
	}

	/* table */
	tr {
		display: block;
	}
	tr:first-of-type{
		border-top: 1px solid #AABFC6;
	}
	th,td {
		width: 100%;
		display: block;
		box-sizing: border-box;
		border-bottom: 1px solid #AABFC6;
		border-top: none;
		text-align: center;
		padding: 10px 0;
	}
	.table_wrap .cmt_list{
		margin: 10px auto 0;
	}


}
