@charset "UTF-8";

/*汎用*/
sup{
	color:inherit;/*丸アールなどの文字色が変わらない対策*/
}
.only_pc{
	display: block;
}
.only_pctb{
	display: block;
}
.only_tb{
	display: none;
}
	.only_tbsp{
		display: none;
	}
.only_sp{
	display: none;
}
@media screen and (max-width: 768px){
	.only_pc{
		display: none;
	}
	.only_pctb{
		display: block;
	}
	.only_tb{
		display: block;
	}
	.only_tbsp{
		display: block;
	}
	.only_sp{
		display: none;
	}
}
@media screen and (max-width: 480px){
	.only_pc{
		display: none;
	}
	.only_pctb{
		display: none;
	}
	.only_tb{
		display: none;
	}
	.only_tbsp{
		display: block;
	}
	.only_sp{
		display: block;
	}
}

/*三角*/
.ico_arrow_r01 {
	display: inline-block;
	padding-left: 1em;
	background: url("/content/dam/nttcom/hq/jp/business/cmn/dcc-temp/images/ico/ico_arrow_r01.png") no-repeat 0 0.5em;
	background-size: 6px;
	text-decoration: none;
	word-break: break-all;
	word-wrap: break-word;
}

/*リスト*/
.disc{
	list-style-type: disc;
	margin-left: 0;
	padding-left:1.2em;
}
.main-article__contents li{
	margin:0.25em 0;
}

/*画像*/
.image_wrap{
	text-align:center;
}
.image_wrap img{
	max-width:100%;
}

/* -------------------------------
概要
------------------------------- */
/*タイトル*/
.about_head_wrap{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	margin-top:30px;
}
.about_head_ttl{
	width:calc(100% - 20px - 150px);
	color:#C03;
	font-size:22px;
	font-weight:bold;
	line-height:1.4;
	margin-bottom:0.5em;
}
@media screen and (max-width: 480px) {
	.about_head_ttl{
		font-size:20px;
	}
}

.about_head_badge{
	width:150px;
}

/*半円*/
.badge {
	margin-right:10px;
	width: 140px;
	height: 70px;
	background: radial-gradient(circle at bottom, #fddfa0 70%, transparent 71%);
	border-radius: 70px 70px 0 0;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: sans-serif;
	overflow: hidden;
}
.badge-text {
	text-align: center;
	line-height: 1.4;
}
.badge-text .line1 {
	color: #000;
	font-weight: bold;
	font-size: 16px;
	margin-top:10px;
}
.badge-text .line2 {
	color: #C03;
	font-size: 20px;
	font-weight: bold;
}
.badge-text .line2 span {
	color: #000;
	font-size: 16px;
}

/*囲み*/
.about_body_wrap{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding:20px;
	border-radius:10px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 10px;
}
.about_body_pic{
	width:30%;
	text-align:center;
}
.about_body_pic img{
	width:100%;
}
.about_body_txt{
	width:65%;
}
@media screen and (max-width: 480px) {
	.about_body_pic,
	.about_body_txt{
		width:100%;
	}
}
.about_body_txt ul{
	list-style-type: disc !important;
	margin-left: 0;
	padding-left: 1.2em;
	font-size:18px;
	line-height:1.5;
}
@media screen and (max-width: 480px) {
	.about_body_txt ul{
		font-size:16px;
	}
}
.about_body_txt ul li{
	margin-bottom:1em;
}
.about_body_txt ul li:last-child{
	margin-bottom:0;
}


/* -------------------------------
特長
------------------------------- */
/*タイトル*/
.feature_head{
	color:#FFF;
	font-size:20px;
	font-weight:bold;
	line-height:1.4;
	padding:10px 20px;
	border-radius:10px;
	margin:30px 0 20px;
}
.feature_head.red{
	background-color:#C03;
}
.feature_head.blue{
	background-color:#013364;
}

/*詳細*/
.feature_body_wrap{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap:20px;
}
.feature_body_pic{
	width:calc(30% - 20px);
}
.feature_body_pic img{
	width:100%;
	max-width:300px;
	display:block;
	margin:0 auto;
}
.feature_body_txt{
	width:70%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap:20px;
}
.feature_body_detail{
	width:calc((100% - 20px) / 2);
	padding:20px;
	border-radius:10px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 10px;
}
@media screen and (max-width: 768px) {
	.feature_body_pic,
	.feature_body_txt,
	.feature_body_detail{
		width:100%;
	}
}

.feature_body_detail h4{
	font-size:18px;
	font-weight:bold;
	line-height:1.4;
	text-align:center;
	background: linear-gradient(transparent 70%, #FFDADF 70%);/*ピンク下線*/
	margin:0 0 10px;
}

/*締めの語*/
.feature_body_word{
	width: 82%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin:30px auto 0;
}
.feature_body_word_pic01{
	width:100px;
	text-align:center;
}
.feature_body_word_pic02{
	width:50px;
	text-align:center;
}
.feature_body_word_pic01 img,
.feature_body_word_pic02 img{
	width:100%;
}
.feature_body_word_txt{
	width:calc(100%  - 150px);
	font-size:20px;
	font-weight:bold;
	line-height:1.4;
	text-align:center;
}
@media screen and (max-width: 480px) {
	.feature_body_word{
		width: 100%;
	}
	.feature_body_word_pic01{
		width:50px;
	}
	.feature_body_word_pic02{
		width:25px;
	}
	.feature_body_word_txt{
		width:calc(100% - 75px);
	}
}

.fc-red{
	color:#C03;
}

/*QRコードをかざすだけで*/
.feature_body_data{
	text-align:center;
}
.feature_body_data_pic img{
	width:100%;
	max-width:550px;
	display:block;
	margin:0 auto;
}

/* -------------------------------
プラン
------------------------------- */
.plan_block_wrap{
	max-width:730px;
	margin:30px auto 0;
}

.plan_head{
	color:#FFF;
	font-size:22px;
	font-weight:bold;
	line-height:1.4;
	text-align:center;
	padding:10px 20px;
	border-radius:10px 10px 0 0;
}
.plan_body{
	text-align:center;
	padding:20px;
	border-radius:0 0 10px 10px;
}
.plan_body_pic img{
	width:100%;
	max-width:420px;
	display:block;
	margin:0 auto;
}

/*赤*/
.plan_head.red{
	background-color:#C03;
}
.plan_body.red{
	border:2px solid #C03;
}

/*ブルー*/
.plan_head.blue{
	background-color:#013364;
}
.plan_body.blue{
	border:2px solid #013364;
}

/* -------------------------------
資料ダウンロード
------------------------------- */
.download_item_wrap{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin:30px 0;
}
.download_item_wrap:last-child{
	margin:0;
}
.download_pic{
	/*width:25%;*/
	width:20%;
	text-align:center;
}
.download_pic img{
	width:100%;
	border:1px solid #DDD;
}
.download_txt{
	/*width:72%;*/
	width:75%;
}
.download_txt h5{
	margin:0 0 20px;
	font-size:16px;
	font-weight:bold;
	line-height:1.5;
}
.download_txt p{
	font-size:16px;
	line-height:1.5;
	margin:0 0 1rem;
}
.download_link{
	font-size:16px;
	line-height:1.5;
	text-align:right;
	margin:0;
}

@media screen and (max-width: 480px) {
	.download_pic,
	.download_txt{
		width:100%;
	}
	.download_pic img{
		/*width:100%;*/
		width:50%;
		margin-bottom:10px;
	}
	.download_link{
		text-align:left;
	}
}