/* CSS Document */

body {
	font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	color:#111;
	font-size:17px;
	font-weight: 400;
	line-height:1.75;
	letter-spacing:0.03em;
	text-align:justify;
}
a {
	color: #111;
	text-decoration: none;
	transition: 0.3s ease-out;
}
a:hover {
	color:#c3172e;
}

::selection{background-color:#c3172e; color: #FFF;}
::-moz-selection{background-color:#c3172e; color: #FFF;}

body , header , footer{
	max-width: 1920px;
	margin: auto;
}



.kasou {
	min-width: 980px;
}

/*=============================== SP =============================== */
@media screen and (max-width:640px) {
.kasou {
	min-width: 400px;
}
}





/*============================================================================

	下層　＊　#mainvisual　＊　下層のページタイトル

============================================================================*/
#mainvisual {
	width: 100%;
	height: 150px;
	margin-top: 80px;
	background: #f1f1f1;
	border-bottom: 1px solid #dfdfdf;
		line-height: 1.75;
}
#mainvisual h1 {
	width: 95%;
	max-width: 1280px;
	margin: auto;
	box-sizing: border-box;
	padding-top: 5px;
	padding-left: 30px;
	font-size: 44px;
	font-weight: 700;
	letter-spacing: 4px;
}

/*=============================== SP =============================== */
@media screen and (max-width:640px) {
	#mainvisual {
		height: 100px;
		margin-top: 50px;
	}
	#mainvisual h1 {
		padding-left: 5%;
		font-size: 26px;
		letter-spacing: 2px;
	}
}





/*==================================================================

	共通　＊　main

==================================================================*/
main {
	background: #FFF;
}

/*------------------------------ 下層本文コンテンツ ------------------------------*/
main #wrapper {
	width: 95%;
	max-width: 980px;
	min-width: 980px;
	margin: auto;
	padding: 60px 0 80px;
}

/*=============================== SP =============================== */
@media screen and (max-width:640px) {
	main #wrapper {
		min-width: 380px;
		padding: 30px 0 50px;
	}
}





/*==================================================================

	 下層　＊　タイトル

==================================================================*/
#wrapper h2 {
	position: relative;
	margin-top: 30px;
	margin-bottom: 150px;
	text-align: center;
}
#wrapper h2 em {
	display: inline-block;
	width: 600px;
	font-size: 37px;
	font-weight: 700;
	letter-spacing: 3px;
	background:linear-gradient(transparent 70%, #ffea3a 70%);
}
#wrapper h2::before {
	position: absolute;
	content: "";
	top: -45px;
	left: 50%;
	margin-left: -485px;
	width: 132px;
	height: 161px;
	background: url(../images/icon_01.png) no-repeat;
	background-size: 132px 161px;
}
#wrapper h2::after {
	position: absolute;
	content: "";
	top: -45px;
	left: 50%;
	margin-left: 355px;
	width: 130px;
	height: 161px;
	background: url(../images/icon_02.png) no-repeat;
	background-size: 130px 161px;
}

/*=============================== SP =============================== */
@media screen and (max-width:640px) {
	#wrapper h2 {
		margin-top: 20px;
		margin-bottom: 50px;
	}
	#wrapper h2 em {
		width: 100%;
		padding-bottom: 10px;
		font-size: 25px;
		letter-spacing: 1px;
		line-height: 1.4;
	}
	#wrapper h2::before {
		top: -5px;
		left: 0%;
		margin: 0 auto;
		width: 66px;
		height: 80px;
		background: url(../images/icon_01.png) no-repeat;
		background-size: 66px 80px;
	}
	#wrapper h2::after {
		top: -5px;
		left: auto;
		right: 0%;
		margin: 0 auto;
		width: 65px;
		height: 80px;
		background: url(../images/icon_02.png) no-repeat;
		background-size: 65px 80px;
	}
}


/*------------------------------ .ttl01は使用なし ------------------------------*/

/*------------------------------ 端末保証のみサブタイトルあり ------------------------------*/
#wrapper h2.ttl02 {
	margin-top: 0px;
	margin-bottom: 100px;
}
#wrapper h2.ttl02 span {
	display: inline-block;
	width: 180px;
	margin: 25px 5px 0;
	padding: 3px 0;
	background: #e4e4e4;
	font-weight: 500;
	text-align: center;
}
#wrapper h2.ttl02::before {
	top: -15px;
}
#wrapper h2.ttl02::after {
	top: -15px;
}

/*=============================== SP =============================== */
@media screen and (max-width:640px) {
	#wrapper h2.ttl02 {
		margin-top: 30px;
		margin-bottom: 50px;
	}
	#wrapper h2.ttl02 span {
		width: 160px;
	}
	#wrapper h2.ttl02::before {
		top: -15px;
	}
	#wrapper h2.ttl02::after {
		top: -15px;
	}
}






/*==================================================================

	 下層　＊　$Plan

==================================================================*/
#plan section {
	margin-bottom: 50px;
}

/*=============================== SP =============================== */
@media screen and (max-width:640px) {
	#plan section {
		margin: 0 auto 50px;
		max-width: 460px;
		text-align: center;
	}
}



/*------------------------------ 表タイトル ------------------------------*/
#plan section h3 , #hikari section h3 {
	display: inline-block;
	width: 200px;
	height: 50px;
	margin-bottom: 15px;
	text-align: center;
	background: #1b1a12;
	color: #FFF;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 3px;
}
#plan section:nth-of-type(6) h3 {
	width: 250px;
}

/*=============================== SP =============================== */
@media screen and (max-width:640px) {
	#plan section h3 , #hikari section h3 {
		display: block;
		width: 100%;
		font-size: 23px;
		height: auto;
		padding: 3px 0 4px;
	}
	#plan section:nth-of-type(6) h3 {
		width: 100%;
	}
}



/*------------------------------ 表内の※ ------------------------------*/
#plan section i , #hikari section i {
	font-size: 14px;
	margin-left: 10px;
	font-weight: 700;
}

/*=============================== SP =============================== */
@media screen and (max-width:640px) {
#plan section:nth-of-type(4) {
	position: relative;
}
#plan section:nth-of-type(4) i {
	position: absolute;
	top: 14px;
	color: #FFF;
	left: 50%;
	margin-left: 60px;
}
}



/*------------------------------ 表 ------------------------------*/
#plan section dl , #hikari section dl {
	border-bottom: 2px solid #111;
	text-align: center;
	display: flex;
}
#plan section dl:first-of-type , #hikari section dl:first-of-type {
	border-top: 2px solid #111;
}
#plan section dl dt , #hikari section dl dt {
	display: table;
  	width:300px;
	background: #f1f1f1;
	margin: 10px 0;
	padding: 8px 0;
	font-size: 24px;
	font-weight: 700;
	box-sizing: border-box;
}
#plan section dl dt p , #hikari section dl dt p {
	display: table-cell;
	vertical-align: middle;
}
#plan section dl dd , #hikari section dl dd {
  	width:680px;
	font-size: 24px;
	font-weight: 700;
	line-height: 3.2;
}
/*---------- 表ddが2行の場合 ----------*/
#plan section dl dd span , #hikari section dl dd span {
	position: relative;
	top: -10px;
	display: block;
	font-size: 20px;
	line-height: 1;
	padding-bottom: 13px;
}
/*---------- 表オプションの箇所のみ ----------*/
.plan_option div {
	display: flex;
	align-items: center;
	margin-left: 10px;
	padding: 20px 0 10px;
	border-top: 2px solid #111;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.7;
}
.plan_option div p:first-of-type {
	width: 38%;
}
.plan_option div p:last-of-type {
	width: 62%;
}
span.plan_btn01 {
	top: 0 !important;
}
span.plan_btn01 a {
	display: inline-block;
	background: #222;
	color: #FFF;
	width: 250px;
	margin-top: 10px;
	padding: 8px 0 10px;
	border: 2px solid #222;
	box-sizing: border-box;
	text-align: center;
	border-radius: 20px;
	font-size: 16px;
	line-height: 1;
}
span.plan_btn01 a:hover {
	background: #FFF;
	color: #222;
}
.ansin img {
	position: relative;
	top: -10px;
}
/*=============================== SP =============================== */
@media screen and (max-width:940px) {
	#plan section dl dt , #hikari section dl dt {
		margin: 0;
		padding: 0;
	}
}
/*=============================== SP =============================== */
@media screen and (max-width:640px) {
	#plan section dl , #hikari section dl {
	}
	#plan section dl:first-of-type , #hikari section dl:first-of-type {
	}
	#plan section dl dt , #hikari section dl dt {
		width:40%;
		margin: 0;
		padding: 0;
		font-size: 18px;
		overflow: hidden;
	}
	#plan section dl dt p , #hikari section dl dt p {
	}
	#plan section dl dd , #hikari section dl dd {
		width:60%;
		font-size: 18px;
	}
	/*---------- 表ddが2行の場合 ----------*/
	#plan section dl dd span , #hikari section dl dd span {
		font-size: 15px;
		padding-bottom: 8px;
	}
	/*---------- 表オプションの箇所のみ ----------*/
	.plan_option div {
		display: block;
		font-size: 14px;
	}
	.plan_option div p:first-of-type {
		width: 40%;
		margin: auto;
	}
	.plan_option div p:last-of-type {
		width: 100%;
	}
	span.plan_btn01 {
	}
	span.plan_btn01 a {
		width: 100%;
		font-size: 15px;
	}
	.ansin img {
	}
	.ansin div p:first-of-type {
		width: 70%;
	}
}



/*------------------------------ 備考テキスト ------------------------------*/
#plan_text , .hikari_text {
	background: #eee;
	border-radius: 10px;
	padding: 20px 30px;
	font-size: 13px;
	line-height: 2;
}
#plan_text em , .hikari_text em {
	margin-right: 5px;
	color: #0037d4;
	text-decoration-line: underline;
}

/*=============================== SP =============================== */
@media screen and (max-width:640px) {
	#plan_text , .hikari_text {
		padding: 20px 20px;
	}
}






/*==================================================================

	 下層　＊　$Service

==================================================================*/
#service {
	line-height: 2;
}
#service h3 {
	width: 100%;
	padding: 13px 0 15px;
	background: #ffea3a;
	text-align: center;
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 2px;
}

/*=============================== SP =============================== */
@media screen and (max-width:640px) {
	#service {
		line-height: 1.3;
	}
	#service h3 {
		font-size: 24px;
	}
}



/*------------------------------ お電話1本で、最短翌日に交換端末をお届け ------------------------------*/
#service .inner {
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-start;
	margin-bottom: 70px;
}
#service .inner img {
	margin-top: 40px;
}
#service .inner .text {
	margin-top: 65px;
	margin-right: 50px;
}
#service .inner .text p {
	margin-bottom: 20px;
}

/*=============================== SP =============================== */
@media screen and (max-width:640px) {
	#service .inner {
		display: block;
		flex-direction: row-reverse;
		align-items: stretch;
		margin-bottom: 50px;
		text-align: center;
	}
	#service .inner img {
		width: 300px; 
		height: auto;
		margin-top: 20px;
	}
	#service .inner .text {
		margin-top: 30px;
		margin-right: 0;
		font-size: 15px;
	}
	#service .inner .text p {
		margin-bottom: 20px;
		text-align: left;
	}
}



/*------------------------------ h4 ------------------------------*/
#service h4 {
	margin-bottom: 30px;
	background: #efefef;
	box-sizing: border-box;
	padding: 10px 30px;
	border-left: 8px solid #c3172e;
	font-weight: 500;
	font-size: 22px;
}

/*=============================== SP =============================== */
@media screen and (max-width:640px) {
	#service h4 {
		padding: 10px 20px;
		font-size: 20px;
	}
}



/*------------------------------ table ------------------------------*/
#service table {
	margin-top: 35px;
	margin-bottom: 80px;
}
#service table th {
	text-align: center;
	width: 24%;
}

/*=============================== SP =============================== */
@media screen and (max-width:640px) {
	#service table {
		margin-bottom: 50px;
	}
	#service table th {
		width: 100%;
	}
}



/*------------------------------ ol list ------------------------------*/
#service ol li {
	display: flex;
	margin-bottom: 8px;
}
#service ol li i {
	margin-right: 10px;
}

/*=============================== SP =============================== */
@media screen and (max-width:640px) {
	#service ol li { 
		padding-right: 10px;
	}
}





/*==================================================================

	 下層　＊　$Hikari

==================================================================*/
#hikari h2 em {
	font-size: 28px;
	letter-spacing: 1px;
}

/*=============================== SP =============================== */
@media screen and (max-width:640px) {
	#hikari h2 em {
		font-size: 20px;
	}
	#hikari section {
		max-width: 460px;
		margin: auto;
	}
}



/*------------------------------ 最初のSection ------------------------------*/
#hikari section:first-of-type h3 {
	display: block;
	width: 100%;
	margin-bottom: 30px;
	padding: 13px 0 15px;
	background: #c3172e;
	font-size: 30px;
	letter-spacing: 2px;
}
#hikari section:first-of-type div {
	display: flex;
	justify-content: space-between;
	margin-bottom: 90px;
}

/*=============================== SP =============================== */
@media screen and (max-width:640px) {
	#hikari section:first-of-type h3 {
		font-size: 24px;
	}
	#hikari section:first-of-type div {
		display: block;
		margin-bottom: 50px;
		text-align: center;
	}
	#hikari section:first-of-type div img {
		margin-bottom: 10px;
	}
}



/*------------------------------ 2つめ以降のSection ------------------------------*/
#hikari section h3 {
	width: 300px;
}
#hikari section h4 {
	display: inline-block;
	width: 200px;
	margin-top: 30px;
	margin-bottom: 15px;
	padding: 3px 0 5px;
	text-align: center;
	background: #666;
	color: #FFF;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 3px;
}

/*=============================== SP =============================== */
@media screen and (max-width:640px) {
	#hikari section h3 {
		width: 100%;
	}
	#hikari section h4 {
		display: block;
		width: 90%;
		margin: 30px auto 15px;
		font-size: 20px;
	}
}



/*------------------------------ ２つめのSection ------------------------------*/
#hikari section:nth-of-type(2) {
	margin-bottom: 30px;
}
#hikari section:nth-of-type(2) h3 {
	margin-bottom: 0;
}
#hikari section:nth-of-type(2) dl.kaigyo dd {
	line-height: 1.7;
	padding: 20px 0;
}
#hikari section:nth-of-type(2) dl.kaigyo dd span {
	margin-top: 10px;
	font-size: 18px;
	line-height: 1;
	padding-bottom: 0px;
}
#hikari section:nth-of-type(2) dl.kaigyo dd span:first-of-type {
	color: #777;
}

/*=============================== SP =============================== */
@media screen and (max-width:640px) {
	#hikari section:nth-of-type(2) {
	}
	#hikari section:nth-of-type(2) h3 {
	}
	#hikari section:nth-of-type(2) dl.kaigyo dd {
		line-height: 1.5;
		padding: 18px 0 16px;
	}
	#hikari section:nth-of-type(2) dl.kaigyo dd span {
		font-size: 14px;
	}
}



/*------------------------------ 備考テキスト ------------------------------*/
.hikari_text {
	margin-bottom: 70px;
}

/*=============================== SP =============================== */
@media screen and (max-width:640px) {
}



/*------------------------------ ３つめのSection ------------------------------*/
#hikari section:nth-of-type(3) {
	margin-bottom: 30px;
}
#hikari section:nth-of-type(3) dl.kaigyo dd {
	line-height: 1.7;
	padding: 20px 0;
}
#hikari section:nth-of-type(3) dl.kaigyo dd span {
	top: 0;
	padding-bottom: 0;
	margin-top: 5px;
}

/*=============================== SP =============================== */
@media screen and (max-width:640px) {
	#hikari section:nth-of-type(3) dl {
		display: block;
	}
	#hikari section:nth-of-type(3) dl dt {
		width: 100%;
		margin-bottom: 0;
	}
	#hikari section:nth-of-type(3) dl dd {
		width: 100%;
		font-size: 18px;
	}
	#hikari section:nth-of-type(3) .kokusai dl dd {
		font-size: 15px;
	}
	#hikari section:nth-of-type(3) dl.kaigyo dd {
		padding: 10px 0;
	}
	#hikari section:nth-of-type(3) .kokusai dl dd span {
		font-size: 14px;
		margin-bottom: 5px;
	}
}



/*------------------------------ ５つめのSection ------------------------------*/
#hikari section:nth-of-type(5) h4 {
	margin-top: 90px;
	margin-bottom: 30px;
	background: #efefef;
	box-sizing: border-box;
	padding: 10px 30px;
	border-left: 8px solid #c3172e;
	font-weight: 500;
	font-size: 22px;
	color: #111;
	width: 100%;
	text-align: left;
}
#hikari section:nth-of-type(5) h5 {
	margin-top: 30px;
	margin-bottom: 20px;
	padding: 5px 20px;
	border-left: 4px solid #c3172e;
	font-weight: 500;
	font-size: 19px;
}

/*=============================== SP =============================== */
@media screen and (max-width:640px) {
	#hikari section:nth-of-type(5) h4 {
		margin-top: 70px;
		padding: 10px 20px;
		font-size: 20px;
	}
}




/*==================================================================

	 下層　＊　$Legal　＊　利用規約　＊　$transaction　＊　特定商取引

==================================================================*/
#legal h3 , #transaction h3 {
	margin-top: 50px;
	margin-bottom: 20px;
	background: #efefef;
	box-sizing: border-box;
	padding: 10px 30px;
	border-left: 8px solid #c3172e;
	font-weight: 500;
	font-size: 22px;
	color: #111;
	width: 100%;
	text-align: left;
}
#legal h3:first-of-type , #transaction h3:first-of-type {
	margin-top: 0;
}
#legal a , #transaction a {
	color: #c3172e;
	font-weight: 500;
}

/*=============================== SP =============================== */
@media screen and (max-width:640px) {
	#legal h3 , #transaction h3 {
		padding: 10px 20px;
		font-size: 20px;
	}
}







/*==================================================================

	table

==================================================================*/
table {
	width:100%;
	margin-bottom:70px;
	background:#FFF;
}
table:last-of-type {
	margin-bottom:0;
}
table th{
	background:#f7f7f7;
	border-bottom: 1px solid #fff !important;
	font-weight:500;
}
table tr:last-of-type th {
	border-bottom: 1px solid #e6e6e6 !important;
}
table th , table td {
	padding:25px 20px;
	border: 1px solid #e6e6e6;
}

/*=============================== SP =============================== */
@media screen and (max-width:640px) {
	table th{
		border-bottom: none !important;
	}
	table tr:last-of-type th {
		border-bottom: none !important;
	}
	table th , table td {
		display:block;
		width:100%;
		box-sizing:border-box;
		padding:10px 20px;
	}
	table td {
		padding:15px 20px 20px;
	}
}















