@charset "UTF-8";


.body {
	color: #333;
}

/* CSS Document */
.center {
	text-align: center;
}

span.text-decoration {
	display: block;
}

/*メインビジュアル*/
h1 {
	background: #f2f2f2;
	/*background: -moz-linear-gradient(top,  #efdbc4 0%, #f8f0e4 90%, #fbf9e8 100%);
	background: -webkit-linear-gradient(top,  #efdbc4 0%,#f8f0e4 90%,#fbf9e8 100%);
	background: linear-gradient(to bottom,  #efdbc4 0%,#f8f0e4 90%,#fbf9e8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efdbc4', endColorstr='#fbf9e8',GradientType=0 );*/
}

/*テキスト*/
.main_txt {
	color: #333;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.7;
	text-align: center;
}

.main_txt span {
	color: #333;
}

/*メアド登録&500pt*/
h2.txt_h2_blue_top {
	color: #333;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
}

#benefit {
	background: #f2f5fa;
	padding: 74px 0;
}

/*メインコンテンツ*/
h2.txt_h2_blue {
	color: #333;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 45px;
}

/*iPhoneにトーンモバイルの安心を*/
#contents01 {
	margin-top: 74px;
}

#contents01 .productBox {
	width: 720px;
	margin: 29px auto 16px;
}

#contents01 .productBox li:nth-of-type(2) {
	padding-left: 40px;
}

.triangle:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 38px 39px 0 39px;
	border-color: #333 transparent transparent transparent;
	margin: 0 auto;
}

#contents01 .txt_note {
	color: #7f7f7f;
	font-size: 12px;
	line-height: 1.5;
	text-align: left;
	width: 840px;
	margin: 0 auto;
}

#contents01 ul li.txt_note {
	padding-left: 1.8em;
	text-indent: -1.8em;
}

/*対象端末リスト*/
.targetList {
	width: 860px;
	margin: 45px auto;
}

.toggle {
	position: relative;
}

.targetList p.listTitle {
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	background: #333;
	line-height: 60px;
}

.accordion_icon,
.accordion_icon span {
	display: inline-block;
	transition: all .3s;
	box-sizing: border-box;
}

.accordion_icon {
	position: absolute;
	width: 22px;
	height: 40px;
	top: 30px;
	right: 16%;
}

.accordion_icon span {
	position: absolute;
	width: 100%;
	height: 3px;
	background-color: #fff;
}

.accordion_icon span:nth-of-type(1) {
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}

.accordion_icon span:nth-of-type(2) {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}

.accordion_icon.active span:nth-of-type(1) {
	display: none;
}

.accordion_icon.active span:nth-of-type(2) {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.targetListInner {
	text-align: left;
	background: #f2f5fa;
	padding: 29px;
	display: none;
}

.targetListInner p.lead {
	color: #333;
	font-size: 14px;
	line-height: 1.7;
}

.targetListInner p.lead span {
	color: #7f7f7f;
	font-size: 12px;
}

.targetListInner table {
	text-align: center;
	border: #7f7f7f;
}

.targetListInner table tr.bg_gary {
	background: #ccc;
	line-height: 1.2;
}

.targetListInner table tr th {
	padding: 10px 0;
}

.targetListInner table tr td {
	padding: 10px 0;
	background: #fff;
}

.targetListInner table tr td.bg_gary {
	background: #eee;
}

.bg_blue {
	background: #f2f2f2;
	padding: 74px 0;
}

/*iPhoneをより安心・安全にお使いいただけます！*/
.contents02Inner {
	background: #fff;
	padding: 45px 70px;
}

/*WebCM動画*/
.webcmBox {
	text-align: center;
}

.webcm_img {
	background: url(/special/images/webcm/contents01_img004_on.jpg) no-repeat center;
	background-size: 648px auto;
	margin: 0 auto;
	text-align: center;
}

.webcm_img a {
	display: inline-block;
}

.webcm_img a:hover {
	background-color: transparent;
}

.webcm_img a:hover img {
	visibility: hidden;
}

/*お子様を見守る機能が充実！*/
.txt_h3_white {
	color: #fff;
	font-size: 30px;
	background: #333;
	line-height: 65px;
}

#contents02 ul.first {
	width: 678px;
	margin: 0 auto;
}

#contents02 ul.first li:nth-of-type(2) {
	margin-left: 8px;
}

#contents02 ul.second {
	width: 640px;
	margin: 0 auto;
}

#contents02 ul.second li:nth-of-type(2) {
	margin-left: 38px;
}

.calloutLead {
	background: #f2f5fa;
	padding: 16px 0;
}

.callout {
	position: relative;
	background: #ffffff;
	border: 1px solid #333;
	padding: 16px;
	margin: 32px 0 52px;
}

.callout:after, .callout:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.callout:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 16px;
	margin-left: -16px;
}

.callout:before {
	border-color: rgba(0, 64, 152, 0);
	border-bottom-color: #333;
	border-width: 17px;
	margin-left: -17px;
}

/*対象アプリリスト*/
.targetApp {
	box-sizing: border-box;
	border: 1px solid #333;
	background: #f2f5fa;
	padding: 23px 40px 29px;
	position: relative;
}

.appTitle01 {
	position: absolute;
	top: -22px;
	left: 50%;
	margin-left: -102px;
}

.appTitle02 {
	position: relative;
	text-align: center;
	color: #333;
	font-size: 18px;
	font-weight: bold;
}

.appTitle02:before {
	border-top: 1px solid #333;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
}

.appTitle02 span {
	background-color: #f2f5fa;
	display: inline-block;
	padding: 0 16px;
	position: relative;
}

.appCategory {
	display: flex;
	margin-top: 29px;
}

.appCategory li:nth-of-type(1) {
	width: 40px;
}

.appCategory li:nth-of-type(2) {
	width: 645px;
	text-align: left;
	margin-left: 16px;
	color: #333;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #333;
	line-height: 37px;
}

.appCategoryInner ul {
	padding-left: 56px;
	margin-top: 16px;
}

.appCategoryInner ul:after {
	content: "";
	display: block;
	clear: both;
}

.appCategoryInner ul li {
	color: #333;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	float: left;
	width: 213px;
	line-height: 1.8;
}

.targetApp .summary {
	color: #333;
	font-size: 18px;
	font-weight: bold;
	background: #fff;
	line-height: 64px;
	margin-top: 29px;
}

.targetApp .summary span {
	background: linear-gradient(transparent 45%, #fff30d 45%);
}

.targetApp .summary span.blue {
	color: #333;
}

.targetApp .summary span.strong {
	font-size: 28px;
	background: linear-gradient(transparent 58%, #fff30d 58%);
}

/*お子様を全方位から見守り可能*/
#contents02 ul.third li:nth-of-type(2) {
	margin-left: 38px;
}

/*AIのオススメによりいつまでも最適設定*/
#contents02 ul.force li:nth-of-type(2) {
	margin-left: 18px;
}

/*自治体や団体から推奨*/
#contents02 ul.fifth {
	width: 680px;
	margin: 29px auto 0;
}

#contents02 ul.fifth li:nth-of-type(2) {
	margin: 0 38px;
}

/*シニアに安心な機能が充実！*/
.contents03Inner {
	background: #fff;
	padding: 45px 70px;
}

/*健康管理機能が使える！*/
#contents03 ul.first {
	width: 580px;
	margin: 0 auto;
}

#contents03 ul.first li:nth-of-type(2) {
	margin-left: 33px;
}

#contents03 .callout {
	margin-bottom: 16px;
}

#contents03 .callout+p {
	text-align: left;
}

/*ネットも電話も詐欺防止機能付き*/
#contents03 ul.second {
	width: 780px;
	margin: 0 auto;
}

#contents03 ul.second li:nth-of-type(2) {
	margin-left: 18px;
}

/*プライバシーに配慮した見守り*/
#contents03 ul.third {
	width: 780px;
	margin: 0 auto;
}

#contents03 ul.third li:nth-of-type(2) {
	margin-left: 38px;
}

h2.txt_h2_sim {
	color: #333;
	font-size: 40px;
	font-weight: bold;
}

p.txt_sim {
	color: #333;
	font-size: 30px;
	line-height: 1.5;
	font-weight: bold;
}

p.txt_service, p.txt_serviceUnderic {
	color: #333;
	font-size: 20px;
	line-height: 1.5;
}

p.txt_serviceUnderic {
	line-height: 1.2;
	padding-top: 16px;
}

p.txt_note {
	color: #7f7f7f;
	font-size: 12px;
}

ul li.txt_note, .updateService li p.txt_note, .subService li p.txt_note {
	color: #7f7f7f;
	font-size: 12px;
	padding-left: 1.8em;
	text-indent: -1.8em;
	line-height: 1.5;
	text-align: left;
}

ul li.txt_note.txt_note-normal {
	padding-left: 1.2em;
	text-indent: -1.2em;
}

.text-notes {
	color: #000;
	font-size: 10px;
}

.black {
	color: #000 !important;
}

/*ボタン*/
.simVideoInner a {
	display: block;
}

.mailBtn a:hover,
.mailBtn02 a:hover,
.simVideoInner a:hover,
.changeBtn a:hover,
.banner a:hover,
a.hover:hover {
	opacity: 0.65;
}

/*動画*/
.simVideo {
	background: #F2F5FA;
	padding-bottom: 74px;
}

.videoTitle {
	color: #333;
	font-size: 30px;
	font-weight: bold;
	padding-top: 45px;
}

.simVideoInner {
	margin: 0 auto;
	display: block;
	text-align: center;
}

/*TONE SIM（for iPhone）の使い方*/
.HowtoHeading {
	color: #333;
	font-size: 20px;
	line-height: 1.5;
	background: #F2F5FA;
	padding: 45px 0;
}

.HowtoList {}

.HowtoList li {
	vertical-align: middle;
}

.yajirushi {
	margin: 16px auto;
	width: 0;
	border-top: 36px solid #333;
	border-right: 40px solid transparent;
	border-bottom: 0px solid transparent;
	border-left: 40px solid transparent;
}

.HowtoListWrap01, .HowtoListWrap02, .HowtoListWrap03 {}

.HowtoTitle {
	display: -webkit-flex;
	display: flex;
	font-size: 18px;
	border: 1.6px solid #333;
	background-color: #f1f4f9;
	padding: 10px 20px;
}

.HowtoTitle-text {
	margin-left: 20px;
	font-size: 24px;
	font-weight: bold;
	color: #333;
	line-height: 1;
	padding: 8px 0;
}

.HowtoListInner {
	border-right: 1.6px solid #333;
	border-bottom: 1.6px solid #333;
	border-left: 1.6px solid #333;
	background-color: #ffffff;
	padding: 10px 20px;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}

.HowtoImage {
	width: 100px;
	text-align: center;
	margin-right: 20px;
}

.HowtoTxt {
	font-size: 16px;
	line-height: 1.8;
}

.HowtoTxtNote {
	font-size: 12px;
	padding-top: 8px;
	color: #7f7f7f;
}

.HowtoListWrap02 .HowtoTxt {}

#iosys {
	margin-top: -58px;
	padding-top: 58px;
}

.service_btn a {
	position: relative;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	padding: 12px 46px;
	border: 1px solid #333;
	background: #fff;
	text-align: center;
	display: block;
	line-height: 1.5;
	width: 200px;
	margin: 0 auto;
}

a.arrow_btn_blue:after {
	position: absolute;
	font-family: "FontAwesome";
	content: "\f105";
	color: #333;
	font-size: 1.4em;
	font-weight: normal;
	top: 50%;
	margin-top: -17px;
	right: 9%;
}

.service_btn a:hover {
	color: #fff;
	background: #333;
}

a.arrow_btn_blue:hover:after {
	color: #fff;
}



/*お申し込み方法*/
.simContents {
	background: #f2f5fa;
	padding: 74px 0;
	margin-top: 74px;
}

.webEntryBoxWrap {
	background: #FFFFFF;
	min-height: 341px;
	padding-bottom: 29px;
	width: 450px;
	border: 1px solid #333;
}

.Heading {
	background: #333;
	padding: 8px;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}

p.Heading-text {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	margin-left: 30px;
	background-color: #333;
}

.webEntryBoxWrap>li>ul {
	padding: 29px;
}

.webEntryBoxWrap>li>ul>li {
	font-size: 16px;
	text-align: left;
	line-height: 1.5;
	padding-left: 1em;
	text-indent: -1em;
	margin-top: 12px;
}

.webEntryBoxWrap>li>ul>li:first-child {
	margin-top: 0;
}

.webEntryBoxWrap>li>ul>li span {
	font-size: 12px;
}

.webEntryBoxWrap .Heading .note {
	font-size: 12px;
	font-weight: normal;
}

.webEntryBoxWrap .mailBtn02 {
	padding-top: 59px;
}

/*プラン変更*/
.changeBox {
	width: 920px;
	margin: 59px auto 0;
	padding: 45px 0;
	text-align: center;
	background-color: #FFFFFF;
	position: relative;
}

.changeBox:before {
	content: "";
	position: absolute;
	top: -60px;
	left: 50%;
	margin-left: -30px;
	border: 30px solid transparent;
	border-bottom: 30px solid #FFFFFF;
}

.changeTitle {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.6;
}

.changeImg {
	width: 560px;
	margin: 0 auto;
}

.changeText {
	color: #333;
	font-size: 18px;
	line-height: 1.8;
}

.changeTxt_note {
	color: #333;
	font-size: 14px;
	line-height: 1.5;
}

span.marker_yellow {
	font-weight: bold;
	background: linear-gradient(transparent 60%, #fff30d 60%);
}

/*よくあるご質問*/
.sim_faq dt {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	padding: 16px 74px 14px 20px;
	background: #333;
	background-size: 30px;
	line-height: 1.5;
	position: relative;
}

.sim_faq dt.active {
	background: url(/special/images/close_ic.jpg) no-repeat 98% 50% #f2f5fa;
	background-size: 30px;
}

.sim_faq dt:hover {
	cursor: pointer;
}

.accordion_ico01,
.accordion_icon01 span {
	display: inline-block;
	transition: all .3s;
	box-sizing: border-box;
}

.accordion_icon01 {
	position: absolute;
	width: 22px;
	height: 40px;
	top: 27px;
	right: 5%;
}

.accordion_icon01 span {
	position: absolute;
	width: 100%;
	height: 3px;
	background-color: #fff;
}

.accordion_icon01 span:nth-of-type(1) {
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}

.accordion_icon01 span:nth-of-type(2) {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}

.accordion_icon01.active span:nth-of-type(1) {
	display: none;
}

.accordion_icon01.active span:nth-of-type(2) {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.sim_faq dd {
	display: none;
	font-size: 14px;
	color: #333;
	background: #fff;
	padding: 29px;
	line-height: 1.7;
}

.sim_faq dd span {
	font-size: 12px;
}

.sim_faq dd .indent li {
	font-size: 12px;
	padding-left: 1em;
	text-indent: -1em;
}

.sim_faq table {
	border: 1px solid #7f7f7f;
	background: #fff;
}

.sim_faq table th {
	padding: 15px 0;
	font-size: 16px;
}

.sim_faq table {
	text-align: center;
	border: #7f7f7f;
	line-height: 1.6;
}

.sim_faq table tr.bg_gary {
	background: #94d7f0;
	line-height: 1.6;
}

.sim_faq table tr th {
	padding: 16px 0;
}

.sim_faq table tr td {
	padding: 16px 0;
	background: #fff;
}

.sim_faq table tr td.bg_gary {
	background: #ededed;
}

.sim_faq td.bg_gary p {
	text-align: left;
	width: 16em;
	margin: 0 auto;
}

.sim_faq.iPhone td.bg_gary p {
	width: 11em;
}

.sim_faq.toneFamily td.bg_gary p {
	width: 14em;
}

/*ご注意事項*/
.noteHeading {
	font-size: 13px;
	font-weight: bold;
}

.sim_note ul li {
	font-size: 13px;
	font-weight: bold;
	line-height: 1.7;
	padding-left: 1em;
	text-indent: -1em;
}

/*メディア掲載*/
.media .list {
	height: 85px;
	padding: 29px 0 29px 45px;
	border: #D9E3EF 1px solid;
	overflow: auto;
	overflow-x: hidden;
	background: #F2F5FA;
}

.mediaTitle {
	color: #333;
	font-size: 30px;
	font-weight: bold;
}

#section-news .list>li {
	margin-top: 29px;
	color: #333;
}

#section-news .list li:first-child {
	margin-top: 0;
}

#section-news .list li .title {
	margin-left: 130px;
	display: block;
	padding-top: 5px;
}

#section-news .list li .date {
	float: left;
	width: 93px;
	display: inline-block;
	padding-top: 5px;
}

#section-news .list li .category {
	float: left;
	width: 93px;
	display: inline-block;
	margin: 0 20px;
	border: 1px solid #333;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 3px 0;
}

#section-news {
	width: 920px;
	margin: 0 auto;
}

#section-news .summary {
	margin-left: 110px;
}

#section-news .summary li {
	font-size: 13px;
	width: 645px;
	line-height: 1.75;
	padding-left: 1em;
	text-indent: -1em;
}

#section-news .summary li:first-child {
	margin-top: 8px;
}

.simulator_btn {
	padding: 0 29px 45px;
}

.simulator_btn a {
	position: relative;
	display: block;
	height: 100px;
	line-height: 100px;
	font-size: 34px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	text-align: center;
	background: url(/assets/img/service/top/service_ic04.png) no-repeat #fff;
	background-size: 25px;
	background-position: 20% 55%;
	border: 3px solid #333;
	box-sizing: border-box;
}

.simulator_btn a:after {
	position: absolute;
	font-family: "FontAwesome";
	content: "\f105";
	color: #333;
	font-size: 1.7em;
	font-weight: normal;
	top: 50%;
	margin-top: -50px;
	right: 160px;
}

.simulator_btn a:hover {
	background: #333;
	color: #fff;
	border: 4px solid #333;
	background: url(/assets/img/service/top/service_ic04-ov.png) no-repeat #333;
	background-size: 25px;
	background-position: 20% 55%;
	text-decoration: none;
}

.simulator_btn a:hover:after {
	color: #fff;
}

/*イオシスリンク*/
.iosys_link {
	width: 752px;
	margin: 0 auto;
}

.iosys_link a {
	position: relative;
	display: block;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	text-align: center;
	padding: 20px 0;
	border: 3px solid #333;
	box-sizing: border-box;
}

.iosys_link a span {
	font-size: 14px;
}

.iosys_link a:after {
	position: absolute;
	font-family: "FontAwesome";
	content: "\f105";
	color: #333;
	font-size: 1.7em;
	font-weight: normal;
	top: 50%;
	margin-top: -18px;
	right: 40px;
}

.iosys_link a:hover {
	background: #333;
	color: #fff;
}

.iosys_link a:hover:after {
	color: #fff;
}

.sim-bannerArea {
	background-color: #f2f5fa;
	padding: 103px 0 30px !important;
}

.iosys_banner, .unicase_banner {
	width: 920px;
	margin: 0 auto 74px;
}

a:link img:hover {
	opacity: 0.7;
}

#footer_m17 {
	display: none;
}

/* おためし誘導 */
.rentalEntryBox {
	border: 1px solid #333;
	margin-bottom: 16px;
}

.rentalEntryBox .Heading {
	background-color: #333;
	padding: 20px 0;
}

.rentalEntryBox .Heading-text {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

.rentalEntryBox ul {
	background-color: #ffffff;
	padding: 29px;
}

.rentalEntryBox ul li {
	font-size: 16px;
	text-align: left;
	line-height: 1.5;
}

.sim_rental {
	padding-top: 0;
	background-color: #fff;
	border: 1px solid #333;
	font-size: 16px;
	line-height: 24px;
}

.sim_rental .Heading {
	padding: 28px 0;
}

.sim_rental .detail {
	padding: 29px;
}

.functionBox {
	padding: 30px 70px 45px;
	font-size: 15px;
	font-weight: bold;
	background-color: #fff;
}

.functionBox .txt_note {
	font-weight: normal;
	line-height: 1.6;
}

.function_title {
	background-color: #333;
	padding: 11px 0;
}

.functionBox_flex {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	margin-top: 29px;
}

.functionBox_flex:nth-of-type(even) {
	flex-direction: row-reverse;
}

.flexTxt {
	flex-grow: 1;
	line-height: 1.86;
}

.text_color-blue {
	color: var(--primary);
}

sub {
	bottom: 3px;
}

/*ご利用方法*/
.bg_2020sim_rental-arrow:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 60px 100px 0 100px;
	border-color: #f0f3f8 transparent transparent transparent;
	margin: 0 auto;
}

.methodBox {
	width: 920px;
	display: -webkit-flex;
	display: flex;
	margin: 0 auto;
	align-items: stretch;
}

.stepBox {
	width: 276px;
	border-radius: 6px;
	background-color: #f1f5fa;
}

.stepBox .step {
	background-color: var(--primary);
	padding: 20px 85px;
	border-radius: 3px 3px 0 0;
}

.stepBox .image {
	margin-top: 20px;
	text-align: center;
}

.stepBox .text {
	font-size: 15px;
	line-height: 1.6;
	color: #333333;
	font-weight: bold;
	margin: 10px 0 20px;
	text-align: center;
}

.step-arrow {
	width: 20px;
	margin: auto 13px;
}

.QAList p.listTitle01,
.QAList p.listTitle02 {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	background: #333;
	line-height: 60px;
	padding-left: 30px;
}

#table-title {
	width: 594px;
	font-size: 14px;
	color: #333;
	margin: 0 auto 16px;
	text-align: left;
}

table#cp_outline, .cp_outline_note {
	background-color: #fff;
	width: 594px;
	margin: 0 auto !important;
	/*border: 1px solid #666;*/
}

.cp_outline_note {
	font-size: 12px;
	line-height: 1.5;
	padding-left: 1.9em;
	text-indent: -1em;
	padding-top: 5px;
}

#cp_outline th {
	width: 80px;
	padding: 10px;
	color: #333;
	line-height: 1.6;
	border: 1px solid;
}

#cp_outline td {
	vertical-align: center;
	padding: 10px;
	color: #333;
	border: 1px solid;
	line-height: 1.4;
}

ul.text-notes {
	width: 594px;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	margin: 0 auto;
	padding-top: 45px;
	text-align: left;
}

.text-notes h2 {
	text-align: center;
}

.text-notes a {
	color: #333;
}

.cvbtn {
	width: 450px;
	margin: 0 auto;
	background-color: #e3e3e3;
	color: rgb(255, 255, 255);
	border-radius: 50px;
	font-size: 24px;
	line-height: 80px;
}

.cvbtn p {
	margin-top: 4　0px;
}

.otameshi {
	font-size: 20px;
	color: #333;
}

.contents02_title, .step_title {
	font-size: 40px;
	font-weight: bold;
}

.contents02_title span, .step_title span {
	background: linear-gradient(transparent 50%, #ffec00 50%);
	padding: 0 10px 5px;
}

.step_subtitle {
	font-size: 18px;
}

.title_var {
	background: #f2f2f2;
	font-size: 20px;
	letter-spacing: 2px;
	line-height: 50px;
	border: #333 solid 1px;
	margin-top: 50px;
	position: relative;
}

.title_block::before {
	text-align: center;
	content: "NEW";
	background: #fde90c;
	line-height: 80px;
	border: #333 solid 1px;
	border-radius: 50px;
	width: 80px;
	height: 80px;
	display: block;
	position: absolute;
	top: -17px;
	left: -10px;
}

.title_block::after {
	text-align: center;
	content: "iPhone対応サービス初";
	font-size: 14px;
	letter-spacing: 0;
	background: #fff;
	line-height: 1.3;
	border: #333 solid 1px;
	border-radius: 50px;
	width: 100px;
	height: 100px;
	padding: 25px 10px;
	box-sizing: border-box;
	display: block;
	position: absolute;
	top: -24px;
	left: 60px;
}

.title_alert::before {
	text-align: center;
	content: "臨時対応";
	background: #fff;
	line-height: 1.3;
	border: #333 solid 1px;
	border-radius: 50px;
	padding: 14px 10px;
	box-sizing: border-box;
	width: 80px;
	height: 80px;
	display: block;
	position: absolute;
	top: -17px;
	left: -10px;
}

.barrier {
	background-color: #f2f2f2;
	line-height: 1.8;
	font-size: 20px;
	padding: 10px 0;
	margin-top: 40px;
}

.barrier span {
	background: linear-gradient(transparent 50%, #ffec00 50%);
	padding: 0 0 5px;
}
