@charset "utf-8";

/*==============================================================================
 common
==============================================================================*/
#container {
	box-sizing: border-box;
}
#container *,
#container *::before,
#container *::after {
	box-sizing: border-box;
}

.sp { display: none; }
@media screen and (max-width: 640px) {
	.pc { display: none; }
	.sp { display: block; }
}

/*-----------------------------------------------------
 共通レイアウトブロック
-----------------------------------------------------*/
.block_common {
	margin-top: 60px;
}
@media screen and (max-width: 640px) {
	.block_common {
		margin-top: 40px;
	}
}

.inner_section .block_common:first-child {
	margin-top: 0;
}
.typeTableHolder {
	width: 100%;
	overflow-y: hidden;
	overflow-x: auto;
}
.typeTableHolder table {
	width: 100%;
}
.field_common {
	margin-top: 20px;
	padding: 20px;
	border-radius: 10px;
	overflow: hidden;
}
@media screen and (max-width: 640px) {
	.field_common {
		margin-top: 15px;
		padding: 15px 4%;
	}
}

.field_common .fieldHeading {
	display: block;
	background: none;
	font-size: 25px !important;
	font-weight: normal;
	line-height: 1.3;
	text-align: center;
	color: #4a4a4a;
}
@media screen and (max-width: 640px) {
	.field_common .fieldHeading {
		font-size: 18px !important;
	}
}

.field_common .fieldInner {
	padding: 15px 20px;
	border-radius: 9px;
	background-color: #fff;
	font-size: 16px;
}
@media screen and (max-width: 640px) {
	.field_common .fieldInner {
		padding: 12px 6%;
		font-size: 13px;
	}
}

.typePlain {
	padding: 0;
	border-radius: 0;
}

.styleGray {
	background-color: #f5f5f5;
}

.container_typeAlignR {
	margin-top: 25px;
	text-align: right;
}
@media screen and (max-width: 640px) {
	.container_typeAlignR {
		text-align: left;
	}
}

.indent_1em { padding-left: 1em; }
.indent_2em { padding-left: 2em; }
@media screen and (max-width: 640px) {
	.indent_1em { padding-left: 0; }
	.indent_2em { padding-left: 0; }
}

/*-----------------------------------------------------
 見出し系 調整
-----------------------------------------------------*/
@media screen and (max-width: 640px) {
	h4.section_heading_lv4 {
		font-size: 18px !important;
	}
}

.bracket::before {
  content: '＜';
}

.bracket::after {
  content: '＞';
}

/*-----------------------------------------------------
 カラムレイアウト
-----------------------------------------------------*/
.typeClm {
	display: block;
	clear: both;
}
.typeClm > * {
	float: left;
	margin-left: 2.2%;
}
@media screen and (max-width: 640px) {
	.typeClm > * {
		float: none;
		margin-top: 15px;
		margin-left: 0;
	}
}

.typeClm > *:first-child {
	margin-left: 0;
}
@media screen and (max-width: 640px) {
	.typeClm > *:first-child {
		margin-top: 0;
	}
}

.typeClm.clm2 > * {
	width: 48.9%;
}
@media screen and (max-width: 640px) {
	.typeClm.clm2 > * {
		width: 100%;
	}
}

/*-----------------------------------------------------
 テキスト・リンク系
-----------------------------------------------------*/
.txt_lead {
	font-size: 16px;
	line-height: 1.8;
}
@media screen and (max-width: 640px) {
	.txt_lead {
		font-size: 14px;
		line-height: 1.6;
	}
}

.styleFontFit {
	font-size: 1em;
}

/*-----------------------------------------------------
 リスト系
-----------------------------------------------------*/
.caption {
	margin-top: 30px;
}

.caption + .caption {
	margin-top: 0;
}

@media screen and (max-width: 640px) {
	.caption {
		font-size: 12px;
	}
}

.list_common + .caption {
	margin-top: 0.5em;
}
.list_common {
	display: block;
	text-align: left;
}
p + .list_common {
	margin-top: 0.5em;
}

/* ディスクマーカー */
.list_common.markDisc li {
	display: block;
	position: relative;
	margin-top: 0.4em;
	padding-left: 1.2em;
}
.list_common.markDisc li:first-child {
	margin-top: 0;
}
.list_common.markDisc li::before {
	content: " ";
	display: inline-block;
	position: absolute;
	top: 0.55em;
	left: 0.35em;
	width: 0.2em;
	height: 0.2em;
	border-radius: 50%;
	background-color: #4b4b4b;
}

/* ダッシュマーカー */
.list_common.markDash li {
	display: block;
	position: relative;
	margin-top: 0.4em;
	padding-left: 1.2em;
}
.list_common.markDash li:first-child {
	margin-top: 0;
}
.list_common.markDash li::before {
	content: "―";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}



/*==============================================================================
 ページ見出し・概要
==============================================================================*/
.pageHeader_auset {
	margin-bottom: 120px;
	text-align: center;
}
@media screen and (max-width: 640px) {
	.pageHeader_auset {
		margin-bottom: 50px;
	}
}

.titleBlock_auset {
	margin-bottom: 55px;
}
@media screen and (max-width: 640px) {
	.titleBlock_auset {
		margin-bottom: 30px;
	}
}

.pageHeader_auset .txt_overview {
	font-size: 25px;
	font-weight: bold;
	line-height: 1.5;
	color: #35318e;
}
@media screen and (max-width: 640px) {
	.pageHeader_auset .txt_overview {
		font-size: 16px;
		text-align: left;
	}
	.pageHeader_auset .txt_overview br {
		display: none;
	}
}

.pageHeader_auset .fig_overview {
	margin-top: 50px;
}
@media screen and (max-width: 640px) {
	.pageHeader_auset .fig_overview {
		margin-top: 30px;
	}
}



/*==============================================================================
 料金例・条件
==============================================================================*/

/*-----------------------------------------------------
 料金例
-----------------------------------------------------*/
.field_common.typePrice {
	margin-top: 0;
	padding: 40px 30px;
	border-radius: 5px;
	text-align: center;
}
@media screen and (max-width: 640px) {
	.field_common.typePrice {
		margin-top: 15px;
		padding: 30px 4% 20px;
	}
	.field_common.typePrice:first-child {
		margin-top: 0;
	}
}

.field_common.typePrice .fieldHeading {
	margin-bottom: 25px;
	margin-right: 5px;
	font-weight: bold;
	vertical-align: middle;
}
@media screen and (max-width: 640px) {
	.field_common.typePrice .fieldHeading {
		margin-right: 0.3em;
	}
}

.field_common.typePrice .fieldHeading::before {
	content: "";
	display: inline-block;
	margin-right: 0.5em;
	margin-top: -0.3em;
	height: 41px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	overflow: hidden;
}
@media screen and (max-width: 640px) {
	.field_common.typePrice .fieldHeading::before {
		height: 32px;
	}
}

#house_detached .fieldHeading::before {
	width: 45px;
	background-image: url('/ftth/hikari/images/icon_monthlyrate_family.png');
}
@media screen and (max-width: 640px) {
	#house_detached .fieldHeading::before {
		width: 38px;
	}
}

#house_collective .fieldHeading::before {
	width: 39px;
	background-image: url('/ftth/hikari/images/icon_monthlyrate_mansion.png');
}
@media screen and (max-width: 640px) {
	#house_collective .fieldHeading::before {
		width: 30px;
	}
}

.field_common.typePrice .fieldInner {
	padding: 25px 0 20px;
	border-radius: 4px;
}
@media screen and (max-width: 640px) {
	.field_common.typePrice .fieldInner {
		padding: 15px 4%;
	}
}

.field_common.typePrice .fieldInner dt {
	display: block;
	margin-bottom: 12px;
	font-size: 17px;
	line-height: 1.3;
}
@media screen and (max-width: 640px) {
	.field_common.typePrice .fieldInner dt {
		margin-bottom: 9px;
		font-size: 16px;
	}
}

.field_common.typePrice .fieldInner dd {
	display: block;
}

.field_common.typePrice .fieldInner .price {
	font-size: 24px;
	line-height: 1.2;
}
@media screen and (max-width: 640px) {
	.field_common.typePrice .fieldInner .price {
		font-size: 16px;
	}
}

.field_common.typePrice .fieldInner .price span {
	display: inline-block;
	margin-right: 0.08em;
	font-size: 37px;
	font-weight: bold;
	color: #ff5353;
}
@media screen and (max-width: 640px) {
	.field_common.typePrice .fieldInner .price span {
		font-size: 35px;
	}
}

.field_common.typePrice .fieldInner .price .sub {
	font-size: 24px;
}

.field_common.typePrice .fieldInner .price sup {
	vertical-align: super;
}

/*-----------------------------------------------------
 利用条件と割引金額
-----------------------------------------------------*/
@media screen and (max-width: 640px) {
	#conditions_discount {
		margin-top: 40px;
	}
}

#conditions_discount h3,
#conditions_discount .section_heading_lv3_content {
	margin-bottom: 30px;
	text-align: center;
}
@media screen and (max-width: 640px) {
	#conditions_discount h3 {
		font-size: 22px !important;
	}
  #conditions_discount .section_heading_lv3_content {
    font-size: 22px;
  }
}

#conditions_discount .txt_lead + h4 {
	margin-top: 30px;
}

@media screen and (max-width: 640px) {
  #conditions_discount .section_heading_lv4_content {
    font-size: 18px;
  }

  #conditions_discount .section_heading_lv4 {
    margin-bottom: 0;
  }
}

/*-----------------------------------------------------
 プラン別割引一覧
-----------------------------------------------------*/

/* 一覧表 */
.table_plan_discount {
	border-bottom: 1px solid #d1d1d1;
	border-collapse: separate;
	font-size: 16px;
	table-layout: fixed;
}

@media screen and (max-width: 640px) {
	.table_plan_discount {
		margin-top: 0;
		font-size: 14px;
	}
}

.tbody_plan_discount th,
.tbody_plan_discount td {
	padding: 20px;
	border-top: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
	word-break: break-all;
	text-align: center;
	vertical-align: middle;
}

@media screen and (max-width: 640px) {
	.tbody_plan_discount th,
	.tbody_plan_discount td {
		padding: 20px 10px;
	}
}

.tbody_plan_discount th {
	width: 200px;
	padding-left: 1%;
	padding-right: 1%;
	font-weight: bold;
	line-height: 1.6;
	color: #fff;
	background-color: #eb5505;
	vertical-align: top;
}

@media screen and (max-width: 640px) {
	.tbody_plan_discount th {
		width: 30%;
	}
}

.tbody_plan_discount th:first-child {
	border-left: 1px solid #d1d1d1;
}

.tbody_plan_discount td {
	background-color: #fff;
}

.each_discount dt {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
}

@media screen and (max-width: 640px) {
	.each_discount dt {
		font-size: 16px;
	}
}

.each_discount__list > li {
	position: relative;
	padding-left: 1em;
	text-align: left;
}

.each_discount__list > li::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "・";
}


/*==============================================================================
 お申し込み方法
==============================================================================*/
#howto_apply .inner_section {
	padding-top: 30px;
}

@media screen and (max-width: 640px) {
	#howto_apply .field_common + .field_common {
		margin-top: 40px;
	}
}

.requiredInfo {
	margin: 40px 2% 0;
}
@media screen and (max-width: 640px) {
	.requiredInfo {
		margin-top: 20px;
	}
}

.requiredInfo .field_common {
	margin-top: 0;
}
@media screen and (max-width: 640px) {
	.requiredInfo .field_common {
		margin-top: 15px !important;
	}
	.requiredInfo .field_common:first-child {
		margin-top: 0 !important;
	}
}

@media screen and (max-width: 640px) {
  #howto_apply .section_heading_lv4_content {
    font-size: 18px;
  }

  #howto_apply .section_heading_lv4 {
    margin-bottom: 0;
  }
}


/*==============================================================================
 ATTENTION
==============================================================================*/
.section.section_attentionApply {
	padding-top: 120px;
}
@media screen and (max-width: 640px) {
	.section.section_attentionApply {
		padding-top: 50px;
	}
}

.section_attentionApply .panel_attention {
	padding: 25px 25px 23px;
	border: solid 5px #eb5454;
	text-align: center;
	color: #eb5454;
}
@media screen and (max-width: 640px) {
	.section_attentionApply .panel_attention {
		padding: 15px 6% 13px;
		text-align: left;
	}
}

.section_attentionApply .panel_attention p {
	font-size: 27px;
	font-weight: bold;
	letter-spacing: 0.06em;
	line-height: 1.5;
}
@media screen and (max-width: 640px) {
	.section_attentionApply .panel_attention p {
		font-size: 18px;
		letter-spacing: 0.02em;
	}
}



/*==============================================================================
 申し込み導線
==============================================================================*/
.section.section_inductionApply {
	padding-top: 120px;
}
@media screen and (max-width: 640px) {
	.section.section_inductionApply {
		padding-top: 50px;
	}
}

#container .btn_ausetApply,
#container .btn_ausetApply:hover,
#container .btn_ausetApply:visited {
	display: block;
	position: relative;
	z-index: 1;
	margin: 0 auto;
	max-width: 640px;
	font-size: 21px;
	line-height: 1.3;
	text-decoration: none;
	text-align: center;
	color: #fff;
}
@media screen and (max-width: 640px) {
	#container .btn_ausetApply,
	#container .btn_ausetApply:hover,
	#container .btn_ausetApply:visited {
		max-width: 580px;
		font-size: 18px;
	}
}

.btn_ausetApply::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: -8px;
	width: 100%;
	height: 100%;
	border-radius: 19px;
	background-color: #b8551f;
	-webkit-transition-property: all;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-timing-function: ease;
	transition-property: all;
	transition-duration: 0.3s;
	transition-timing-function: ease;
}
.btn_ausetApply .btnInner {
	display: block;
	position: relative;
	top: 0;
	z-index: 3;
	padding: 7px 8px;
	width: 100%;
	border-radius: 10px;
	background-color: #fe7125;
	-webkit-transition-property: all;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-timing-function: ease;
	transition-property: all;
	transition-duration: 0.3s;
	transition-timing-function: ease;
}
.btn_ausetApply .btnInner strong {
	display: block;
	position: relative;
	width: 100%;
	padding: 25px 15px;
	border: solid 1px #fff;
	border-radius: 9px;
	font-weight: normal;
}

.btn_ausetApply .btnInner strong > * {
	display: block;
	margin: 20px auto 0;
	font-size: 29px;
	font-weight: bold;
}
@media screen and (max-width: 640px) {
	.btn_ausetApply .btnInner strong > * {
		margin: 15px auto 0;
		font-size: 22px;
	}
}

#container .btn_ausetApply:hover::before {
	border-radius: 12px;
	background-color: #c06529;
	-webkit-transition-property: all;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-timing-function: ease;
	transition-property: all;
	transition-duration: 0.3s;
	transition-timing-function: ease;
}
.btn_ausetApply:hover .btnInner {
	top: 6px;
	background-color: #fe8331;
	-webkit-transition-property: all;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-timing-function: ease;
	transition-property: all;
	transition-duration: 0.3s;
	transition-timing-function: ease;
}
