/*----------------------------------------------
	トップページ
---------------------------------------------*/
#top section {
	border-bottom: 1px solid #DDD;
	padding: 60px 0;
}
#top section#news_blk {
	padding: 100px 0 60px ;
}
#top h2 {
	text-align: center;
	font-size: 28px;
	margin-bottom: 40px;
}
#top h3 {
	background: #5D5D5D;
	padding: 10px 15px;
	color: #FFF;
	font-size: 23px;
}
#top h3 span {
	font-size: 16px;
}
#top .btn_orage01.w400 {
	margin: 0 auto;
}
@media screen and (max-width: 640px){
	#top section {
		padding: 30px 10px;
		width: 100%;
		box-sizing: border-box;
		border-bottom: 1px solid #DDD;
	}
	#top h2 {
		font-size: 20px;
		margin-bottom: 20px;
	}
}

/*  news
------------------------------------- */
#news .info_ver h3 {
	font-size: 20px;
    color: #FB8000;
    margin-bottom: 10px;
}
#news .info_ver h4 {
    font-size: 18px;
    margin-bottom: 10px;
}
#news .info_ver ul {
	text-align: left;
}
#news ul li.date {
	text-align: right;
	padding-right: 30px;
}
@media screen and (max-width: 640px){
	#news ul li.date {
		text-align: right;
		padding-right: 30px;
	}
}
#news ol li{
	list-style-type: decimal;
}
#news .fr ul, #news .fr ol{
	padding-left: 30px;
}

#top #news_blk .news_box,
#top #news_blk .maintenance_box {
	width: 480px;
	box-sizing: border-box;
}
#top #news_blk .news_box h2,
#top #news_blk .maintenance_box h2 {
	font-size: 18px;
	padding: 10px 15px;
	box-sizing: border-box;
	text-align: left;
	margin-bottom: 0;
}
#top #news_blk .news_box {
	background: #FFF7DF;
}
#top #news_blk .news_box h2 {
	background: #FFDC8D;
}
#top #news_blk .maintenance_box {
	background: #F7F7F7;
}
#top #news_blk .maintenance_box h2 {
	background: #E6E6E6;
}
#top #news_blk .maintenance_box h2 .btn,
#top #news_blk .news_box h2 .btn {
	float: right;
	background: #F97305;
	display: block;
	padding: 3px 7px;
	font-size: 15px;
	color: #FFF;
	text-decoration: none;
	transition: all 0.3s;
}
#top #news_blk .maintenance_box h2 .btn {
	background: #5D5D5D;
}
#top #news_blk .maintenance_box h2 .btn:hover,
#top #news_blk .news_box h2 .btn:hover {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#top #news_blk dl {
	height: 230px;
	overflow-y:scroll;
	margin: 15px 15px 20px;
}
#top #news_blk dl dt {
	float: left;
	padding-bottom: 15px;
}
#top #news_blk dl dd {
	padding-left: 7em;
	padding-bottom: 15px;
}

@media screen and (max-width: 640px){
	#top section#news_blk {
		padding: 20px 10px;
	}
	#top #news_blk .news_box,
	#top #news_blk .maintenance_box {
		width: 100%;
		box-sizing: border-box;
		float: none;
	}
	#top #news_blk .news_box h2,
	#top #news_blk .maintenance_box h2 {
		padding: 8px 10px;
	}

	#top #news_blk .maintenance_box h2 .btn,
	#top #news_blk .news_box h2 .btn {
		font-size: 13px;
	}

	#top #news_blk .maintenance_box dl,
	#top #news_blk dl {
		height: 100px;
	}
	#top #news_blk .maintenance_box dl dt,
	#top #news_blk dl dt {
		float: none;
		padding-bottom: 5px;
	}
	#top #news_blk .maintenance_box dl dd,
	#top #news_blk dl dd {
		padding-left: 0;
	}
}

/*  about_blk
------------------------------------- */
#top #about_blk {
	border: none;
}
#top #about_blk .left_side {
	width: 430px;
	float: left;
    padding: 0 30px;
}
#top #about_blk .left_side .comments{
	margin-left: 1.2em;
}
#top #about_blk .right_side {
	padding-left: 90px;
}

@media screen and (max-width: 640px){
	#top #about_blk {
		border-bottom: 1px solid #DDD;
	}
	#top #about_blk .left_side,
	#top #about_blk .right_side {
		width: 100%;
		display: block;
		padding: 0;
	}
}

/*  plan_blk
------------------------------------- */
#top #plan_blk {
	background: url(../images/bg_top_slide.jpg) top center no-repeat;
	background-size: cover;
	border: none;
}
#top #plan_blk .mansion4200_box,
#top #plan_blk .family5300_box {
	width: 480px;
	box-sizing: border-box;
	border: 5px solid #FFF;
	box-shadow:0px 0px 30px 3px #ddd;
	-moz-box-shadow:0px 0px 30px 3px #ddd;
	-webkit-box-shadow:0px 0px 30px 3px #ddd;
	padding: 30px;
}
	#top #plan_blk .family5300_box {
		background: url(../images/bg_family5300.gif) ;
	}
	#top #plan_blk .mansion4200_box {
		background: url(../images/bg_mansion4200.gif) ;
	}
@media screen and (max-width: 640px){
	#top #plan_blk {
		background: none;
	}
	#top #plan_blk .mansion4200_box,
	#top #plan_blk .family5300_box {
		box-shadow: none;
		border: none;
		float: none;
		width: 100%;
	}
	#top #plan_blk .family5300_box {
		margin-bottom: 20px;
	}
}

/*  option_blk
------------------------------------- */
#top #option_blk {
	background: #FFF7DF;
	border: none;
}
#top #option_blk .option_side {
	width: 600px;
}
	#top #option_blk .option_side ul.option_set_pc li {
		float: left;
		margin-right: 20px;
	}
	#top #option_blk .option_side ul.option_set_pc li:last-child {
		margin-right: 0;
	}
#top #option_blk .campaign_side {
	width: 350px;
}
@media screen and (max-width: 640px){
	#top #option_blk .option_side,
	#top #option_blk .campaign_side {
		width: 100%;
		float: none;
	}
	#top #option_blk .option_side {
		padding-bottom: 30px;
	}
	#top #option_blk .option_set_sp li {
		background: #FFF;
		border: 1px solid #FFDD95;
		display: table;
		height: 100px;
		width: 100%;
		margin-bottom: 10px;
	}
	#top #option_blk .option_set_sp li .icon,
	#top #option_blk .option_set_sp li .text {
		display: table-cell;
		vertical-align: middle;
	}
	#top #option_blk .option_set_sp li .icon {
		width: 85px;
		border-right: 1px solid #FFDD95;
		text-align: center;
	}
	#top #option_blk .option_set_sp li .text {
		background: #F6F6F6;
		padding: 10px;
	}
	#top #option_blk .option_set_sp li .text a {
		color: #333;
	}
}


/*  flow_blk
------------------------------------- */
#top #flow_blk .list_flow {
	text-align: center;
}
	#top #flow_blk .list_flow li {
		text-align: center;
		display: inline-block;
	}
	#top #flow_blk .list_flow.type_diversion li {
		width: 210px;
		margin: 0 20px;
	}
	#top #flow_blk .list_flow.type_new li {
		width: 176px;
		margin: 0 7px;
	}
	#top #flow_blk .list_flow li .blk_step {
		display: block;
		background: #FFF7DF;
		padding:  25px 5px;
	}
	#top #flow_blk .list_flow li .ttl_step {
		display: block;
		background: #FFC926;
		font-weight: bold;
		padding: 5px 0;
		font-size: 18px;
	}

@media screen and (max-width: 640px){
	#top #flow_blk #flow01 { margin-bottom: 0; }

	/* flow_tab */
	#top #flow_blk .flow_tab {
		display: table !important;
		width: 100%;
	}
	#top #flow_blk .list_flow li .blk_step_sp {
		display: block;
		padding: 25px 5px;
	}
	#top #flow_blk .flow_tab li {
		display: table-cell;
		width: 50%;
	}
	#top #flow_blk .flow_tab li:first-child {
		padding-right: 5px;
	}
	#top #flow_blk .flow_tab li:last-child {
		padding-left: 5px;
	}
	#top #flow_blk .flow_tab li a {
		display: block;
		text-decoration: none;
		background: #CCC;
		color: #FFF;
		padding: 10px;
		box-sizing: border-box;
		font-weight: bold;
		height: 75px;
	}
	#top #flow_blk .flow_tab li a.current {
		background: #F97305;
	}
	#top #flow_blk .flow_tab li a span {
		font-size: 12px;
		line-height: 1.4;
		display: block;
		}
	#top #flow_blk #flow_set {
		border-top: 3px solid #F97305;
		padding: 15px 0;
	}
	#top #flow_blk ul.list_flow.type_new li,
	#top #flow_blk ul.list_flow.type_diversion li {
		vertical-align: top;
		padding: 0 1% 10px;
		display: table-cell;
		width: 33%;
	}
	#top #flow_blk ul.list_flow .list_flow_inner {
		background: #FFF7DF;
		height: 190px;
	}
	#top #flow_blk ul.list_flow li img {
		height: 35px;
		width: auto;
	}
	#top #flow_blk .list_flow.type_new li .ttl,
	#top #flow_blk .list_flow.type_diversion li	.ttl {
		display: block;
		margin-top: 10px;
		font-weight: bold;
		font-size: 15px;
	}
}

/*  contact_blk
------------------------------------- */
#top #contact_blk ul {
	text-align: center;
}
#top #contact_blk ul li {
	margin: 0 10px;
	display: inline-block !important;
	vertical-align: middle;
}
#top #contact_blk ul li a {
	background: #FFF7DF url(../images/_icon/icon_contact02.png) 15px center no-repeat;
	background-size: 26px 19px,100% 100%;
	border: solid 3px #FFDD95;
	padding: 0 15px 0 50px;
	width: 300px;
	height: 100px;
	line-height: 99px;
	text-decoration: none;
	display: block;
	box-sizing: border-box;
	font-size: 19px;
	font-weight: bold;
	color: #333;
	transition: all 0.3s;
}
#top #contact_blk ul li a:hover {
	background: #FFE2A8 url(../images/_icon/icon_contact02.png) 15px center no-repeat;
	background-size: 26px 19px,100% 100%;
}
#top #contact_blk ul li.form02 a {
	padding-right: 30px;
}
#top #contact_blk ul li.type02 span {
	background: #FFF;
	border: solid 3px #E5E5E5;
	padding: 0 30px 0 30px;
	height: 100px;
	line-height: 99px;
	display: block;
	box-sizing: border-box;
	text-align: center;
}
#top #contact_blk ul li.type02 span img {
	vertical-align: middle;
}

@media screen and (max-width: 640px){
	#top #contact_blk ul li {
		width: 100%;
		margin: 0 auto;
	}
	#top #contact_blk ul li a {
		width: 100%;
		margin: 0 auto;
		font-size: 18px;
	}
	#top #contact_blk ul li.form02 a {
		margin-top: 15px;
	}
	#top #contact_blk ul li.type02 { display: none !important;}
}


/*----------------------------------------------
	ニュース/news/
	検索結果一覧 /?s/
---------------------------------------------*/

/*  インデックス用
------------------------------------- */
.inner .news_list dt {
	font-weight: bold;
}
.inner .news_list dd {
    padding-bottom: 10px;
	margin: 5px 0 10px;
	border-bottom: 1px solid #DDD;
}
.inner .news_list span.maintenance,
.inner .news_list span.info {
	padding: 3px 8px;
	color: #FFF;
	margin: 0 10px;
	font-weight: bold;
	font-size: 14px;
	line-height: 1;
}
.inner .news_list span.info {
	background: #F97305;
}
.inner .news_list span.maintenance {
	background: #5D5D5D;
}
.inner ul.archivelist,
.inner section.srh{	
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #ccc;
}
.inner ul.archivelist li{
	display: inline-block;
	margin: 0 10px 10px 0;
}
.inner ul.archivelist li.titlelink{
	display: block;
	word-wrap: break-word;
	max-width: 680px;
	vertical-align: top;
}
.inner ul.archivelist li.category span{
	padding:2px 5px;
	color: white;
	font-size: 14px;
	margin-bottom: -1px;
}
.inner ul.archivelist li.category span.info{
	background: #F97305;
}
.inner ul.archivelist li.category span.maintenance{
	background: #5D5D5D;
}
.inner ul.archivelist li.titlelink a{
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}

/*  個別ページ用
------------------------------------- */
/*--タイトル部分--*/
.inner .info_ver h2{
	border-bottom: 2px solid #eeeeee;
}
.inner .info_ver h2 span{
	display: block;
	padding: 0 0 0 20px;
	border-left: 6px solid #FCCA5A;
	font-size: 20px;
}
.inner .info_ver ul,
.inner section.srh .btn_news{	
	text-align: right;
	width: 100%;
}
.inner section.srh h2{
	background: url(../images/_icon/icon_arrow04.png) 0 45% no-repeat;
	background-size: 8px 10px,100% 100%;
}
.inner section.srh h2 a{
	display: block;
	padding-left: 20px;
}

/*----------------------------------------------
	光GIGAとは
	/about/
---------------------------------------------*/
.inner #main_blk_one {
	text-align: center;
}
.inner #main_blk_one h1{
	border-bottom: none;
	margin-bottom: 25px;
}
.inner #main_blk_one p.paragraph{
	margin-bottom: 40px;
}
.inner #main_blk_one h2{
	padding: 15px 0;
	color: #FFFFFF;
	font-size: 25px;
	background: #5D5D5D;
	margin-bottom: 30px;
}
.inner #main_blk_one ul.one_cm_conts{
	margin-bottom: 30px;
}
.inner #main_blk_one ul.one_cm_conts li{
	display: inline-block;
	width: 30%;
	vertical-align: top;
	margin-bottom: 30px;
}
.inner #main_blk_one ul.one_cm_conts li:nth-child(2n){
	margin-left: 20px;
	margin-right: 20px;
}
.inner #main_blk_one ul.one_cm_conts li p.service_name{
	font-weight: bold;
	padding: 10px 0;
	background: #FFD451;
	color: #333333;
	font-size: 20px;
}
.inner #main_blk_one ul.one_cm_conts .service_set{
	padding: 30px;
	background: #FFF7DF;
	min-height: 200px;
}
.inner #main_blk_one ul.one_cm_conts .planimage{
	margin-bottom: 20px;
}
.inner #main_blk_one p.sp_image{
	display: none;
}
.inner #main_blk_one ul.one_cm_conts .annotate1{
	text-align: left;
}
.inner #main_blk_one p.annotate2{
	text-align: left;
}

/*----------------------------------------------
	サービス_01　表紙ページ
	「/service/」「/house/」「/apartment/」「/option/」「/close/」「/gigafamily4200/」
---------------------------------------------*/

.inner .col2.service_type li {
	float: left;
	width: 330px;
	border: 1px solid #DDD;
	margin-bottom: 40px;
}

.height_700{
	height: 620px;
}

@media screen and (max-width: 640px){
	.height_700{
		height: 550px;
	}
}

.height_130{
	height: 130px !important;
}

@media screen and (max-width: 640px){
	.height_130{
		height: 100px !important;
	}
}

.height_155{
	height: 155px !important;
}

@media screen and (max-width: 640px){
	.height_155{
		height: 125px !important;
	}
}

.height_120{
	height: 110px !important;
}

.height_55{
	height: 55px !important;
}

@media screen and (max-width: 640px){
	.height_55{
		height: 80px !important;
	}
}

.fontsize_12{
	font-size: 12px;
}
@media screen and (min-width: 641px){
	.inner .col2.service_type li:nth-child(even){
		float: right;
	}
}
.inner .service_type .service_set {
	padding: 20px;
}

/* サービストップページ */
.inner .col2.service_type.service_top li {
	border: none;
}

/* サービス名 */
.inner .service_type .service_name {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	padding: 20px 10px;
}
.inner .service_type .service_name .kome {
	font-size: 18px;
}

/* サービスセット */
.inner .service_type .service_contents {
	background: #EEE;
	padding: 5px;
	font-weight: bold;
	text-align: center;
	max-width: 280px;
	margin:0 auto;
}

/* 金額 */
.inner .service_type .service_price {
	display: table;
	width: 100%;
	margin: 20px 0;
}
.inner .service_type .service_price dt,
.inner .service_type .service_price dd {
	display: table-cell;
	vertical-align: middle;
}
.inner .service_type .service_price dt {
	font-weight: bold;
	font-size: 116%;
}
/*ie10以下*/  
.inner .service_type .service_price dt {
	font-size: 100%\9;
}  
/*ie11*/  
@media all and (-ms-high-contrast:none){  
*::-ms-backdrop, .inner .service_type .service_price dt {  
	font-size: 100%;
}  
} 
/*edge*/  
@supports (-ms-accelerator:true) {  
.inner .service_type .service_price dt {  
	font-size: 100%;
}  
}
_::content, _:future, .inner .service_type .service_price dt:not(*:root) { 
  font-size: 116%;
}
@-moz-document url-prefix() {
  .inner .service_type .service_price dt {
    font-size: 116%;
  }
}
.inner p.service_price,
.inner .service_type .service_price dd {
	font-weight: bold;
	font-size: 60px;
	text-align: right;
	line-height: 1;
}
/*ie10以下*/  
.inner .service_type .service_price dt {
	font-size: 50px\9;
}  
/*ie11*/  
@media all and (-ms-high-contrast:none){  
*::-ms-backdrop, 
	.inner p.service_price,
	.inner .service_type .service_price dd{  
	font-size: 50px;
}  
} 
/*edge*/  
@supports (-ms-accelerator:true) {  
.inner p.service_price,
.inner .service_type .service_price dd {  
	font-size: 60px;
}  
}
_::content, _:future, 
.inner p.service_price:not(*:root),
.inner .service_type .service_price dd:not(*:root){ 
  font-size: 60px;
}
@-moz-document url-prefix() {
  .inner p.service_price,
.inner .service_type .service_price dd {
    font-size: 60px;
  }
}

.inner p.service_price .yen,
.inner .service_type .service_price dd .yen {
	font-size: 30px;
}
.inner p.service_price{
	font-size: 45px;
	width: 150px;
}
/*ie10以下*/  
.inner p.service_price {
	font-size: 35px\9;
}  
/*ie11*/  
@media all and (-ms-high-contrast:none){  
*::-ms-backdrop, .inner p.service_price {  
	font-size: 35px;
}  
} 
/*edge*/  
@supports (-ms-accelerator:true) {  
.inner p.service_price {  
	font-size: 45px;
}  
}
_::content, _:future, .inner p.service_price:not(*:root) { 
  font-size: 45px;
}
@-moz-document url-prefix() {
  .inner p.service_price {
    font-size: 45px;
  }
}


/* 詳細ボタン */
.inner .service_type .service_detail a {
	display: block;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding: 7px 0;
	/*max-width: 280px;*/
	margin: 0 auto;
}

/* 料金テーブル */
.inner .service_type .service_price_tbl {
	border-left: 1px solid #DDD;
	border-top: 1px solid #DDD;
	margin: 20px 0;
}
.inner .service_type .service_price_tbl th,
.inner .service_type .service_price_tbl td {
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	text-align: center;
	padding: 6px;
	font-size: 116%;
	font-weight: bold;
}

/* 初期費用 */
.inner table.baseprice{
	margin-bottom: 30px;
}
.inner table.baseprice tr td:last-child{
	padding-left: 15px;
}

/* 初期費用の注意事項 */
.inner table.caution,
.inner table.caution tr td{
	text-align: left;
	vertical-align: top;
}
.inner table.caution tr td{
	padding-bottom:22px;
}
.inner table.caution tr td:nth-child(odd){
	padding-right:23px;
}
.inner table.caution tr:last-child td{
	padding-bottom:0px;
}


/*  house 戸建て
------------------------------------- */
.inner .service_type.house .service_name {
	background: #1F70BF;
	color: #FFF;
}
/*ie10以下*/  
.inner .service_type.house .service_name {
	background: #1F70BF\9;
	color: #FFFFFF\9;
	padding-bottom: 14px\9;  
}  
/*ie11*/  
@media all and (-ms-high-contrast:none) {  
*::-ms-backdrop, .inner .service_type.house .service_name {  
	background: #1F70BF;
	color: #FFFFFF;
	padding-bottom: 14px;  
}  
} 
/*edge*/  
@supports (-ms-accelerator:true) {  
.inner .service_type.house .service_name {  
	background: #1F70BF;
	color: #FFFFFF;
	padding-bottom: 14px;  
}  
}

/* 金額 */
/*.inner p.service_price,*/
.inner .service_type.house .service_price dd {
	color: #1F70BF;
}
/* 詳細ボタン */
.inner .service_type.house .service_detail a {
	background: #FFEB9E;
	color: #333;
}
/* 料金テーブル */
.inner .service_type.house .service_price_tbl th {
	background: #F1EFE3;
}
.inner .service_type.house .service_price_tbl td:nth-child(even) {
	color: #1F70BF;
}

/*  apartment 集合住宅
------------------------------------- */
.inner .service_type.apartment .service_name {
	background: #25974B;
	color: #FFF;
}
/* 金額 */
/*.inner p.service_price.apartment,*/
.inner .service_type.apartment .service_price dd {
	color: #25974B;
}
/* 詳細ボタン */
.inner .service_type.apartment .service_detail a {
	background: #FFEB9E;
	color: #333;
}
/* 料金テーブル */
.inner .service_type.apartment .service_price_tbl th {
	background: #F1EFE3;
}
.inner .service_type.apartment .service_price_tbl td:nth-child(even) {
	color: #25974B;
}

/*  close お申込み受付終了一覧
------------------------------------- */
/* 料金プランタイトル（戸建て） */
.inner .service_type.closehouse .service_name {
	background: #e4f2ff ;
	color: #095eaf;
	padding: 15px 10px;
}
/* 料金プラン大カテゴリ（戸建て） */
.inner .service_type.closehouse h3.service_category {
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	line-height: 1.2;
	padding: 10px 20px;
	background: #1f70bf;
	color: #FFFFFF;
}
/* ページ内リンク */
.inner .service_type.closehouse ul.pagelink{
	margin-bottom: 30px;
	display: flex;
}
.inner .service_type.closehouse ul.pagelink li{
	width: 33%;
	margin-right: 20px;
}
.inner .service_type.closehouse ul.pagelink li:last-child{
	margin-right: 0;
}
.inner .service_type.closehouse ul.pagelink li a {
	display: block;
	color: #FFFFFF;
	background: #F37800 url("../../common/images/_icon/icon_arrow05.png") 10px center no-repeat;
	padding: 10px;
	text-align: center;
	font-weight: bold;
}
/* 金額 （戸建て）*/
.inner .service_type.closehouse .service_price dd {
	color: #095eaf;
	font-size: 50px;
}
.inner .service_type.closehouse .service_price dt {
	padding-left: 12px;
}
.inner .service_type.closehouse .service_price {
	margin: 15px 0;
}
/* サービスセット（戸建て） */
.inner .service_type.closehouse .service_contents {
	background: none;
	border: 1px solid #eee;
	padding: 5px;
	font-weight: bold;
	text-align: center;
	max-width: 280px;
	margin: 0 auto;
}
/* おまとめ割（戸建て） */
.inner .service_type.closehouse p.supplement {
	text-align: center;
	font-weight: bold;
	margin: 0 auto;
	margin-bottom: 5px;
	font-size: 116%;
}
.inner .service_type.closehouse p.supplement span {
	color: #CA0000;
}
/* 新規・転用（戸建て） */
.inner .service_type.closehouse ul.membership {
	text-align: center;
	margin: 0 auto;
	margin-bottom: 15px;
}
.inner .service_type.closehouse ul.membership li {
	text-align: center;
	margin: 0 auto;
	display:inline-block;
	float: none;
	width: auto;
	border: none;
	background: #c5e8fb;
	margin-bottom: 0px;
	padding:4px 46px;
	margin:0 4px;
	font-weight: bold;
}
/* 詳細ボタン（戸建て） */
.inner .service_type.closehouse .service_detail a {
	background: #EBEBEB;
	color: #333;
}
/* 料金プランタイトル（集合住宅） */
.inner .service_type.closeapartment .service_name {
	background: #DDF4E5 ;
	color: #25974B;
	padding: 15px 10px;
}
/* 料金プラン大カテゴリ（集合住宅）*/
.inner .service_type.closeapartment h3.service_category {
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	line-height: 1.2;
	padding: 10px 20px;
	background: #179140;
	color: #FFFFFF;
}
/* 金額 （集合住宅）*/
.inner .service_type.closeapartment .service_price dd {
	color: #333333;
	font-size: 50px;
}
.inner .service_type.closeapartment .service_price dt {
	padding-left: 12px;
}
.inner .service_type.closeapartment .service_price {
	margin: 15px 0;
}
/* サービスセット（集合住宅） */
.inner .service_type.closeapartment .service_contents {
	background: none;
	border: 1px solid #eee;
	padding: 5px;
	font-weight: bold;
	text-align: center;
	max-width: 280px;
	margin: 0 auto;
}
/* おまとめ割（集合住宅） */
.inner .service_type.closeapartment p.supplement {
	text-align: center;
	font-weight: bold;
	margin: 0 auto;
	margin-bottom: 5px;
	font-size: 116%;
}
.inner .service_type.closeapartment p.supplement span {
	color: #CA0000;
}
/* 新規・転用（集合住宅） */
.inner .service_type.closeapartment ul.membership {
	text-align: center;
	margin: 0 auto;
	margin-bottom: 15px;
}
.inner .service_type.closeapartment ul.membership li {
	text-align: center;
	margin: 0 auto;
	display:inline-block;
	float: none;
	width: auto;
	border: none;
	background: #C9ECD6;
	margin-bottom: 0px;
	padding:4px 46px;
	margin:0 4px;
	font-weight: bold;
}
/* 詳細ボタン（集合住宅） */
.inner .service_type.closeapartment .service_detail a {
	background: #EBEBEB;
	color: #333;
}
/* 転用の場合 光ギガ切替費用 */
.inner h4.casechange.close{
	width: 100%;
	border-bottom: 1px dotted #AAAAAA;
	margin-bottom: 20px;
}
.inner table.baseprice.close tr td{
	vertical-align: top;
}
.inner table.baseprice.close p.service_price {
	text-align: center;
	color: #333333;
	font-size: 30px;
}
.inner table.baseprice.close p.plus {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.inner table.baseprice.close ul.caution {
	padding-left:1em;
}
.inner table.baseprice.close ul.caution,
.inner table.baseprice.close ul.caution li {
	text-indent:-1em;
	list-style-type: none;
	margin-bottom: 10px;
}
.inner table.baseprice.close ul.caution li:before {
	content: "※";
}
/* 新規の場合　契約料／初期工事費用／事務手数料 */
.inner .col1.service_type {
	margin-bottom: 40px;
	border: 1px solid #DDD;
}
.inner .col1.service_type.close {
	border: none;
	margin-bottom: 0;
}
.inner .col1.service_type.close .service_price_tbl,
.inner .col1.service_type.close .service_price_tbl tr th,
.inner .col1.service_type.close .service_price_tbl tr td {
	text-align: left;
	font-size: 100%;
}
.inner .col1.service_type.close .service_price_tbl tr th {
	background: #FFEFBF;
	width:25%;
	padding-left: 12px;
}
.inner .col1.service_type.close .service_price_tbl tr td{
	width:72%;
	padding-left: 12px;
}
.inner .col1.service_type.close .service_price_tbl span.normal{
	font-weight: normal;
}
.inner .normal.caution.close{
	margin-bottom: 40px;
}
/* 料金プランタイトル（オプション） */
.inner .service_type.closeoption .service_name {
	background: #FCC956 ;
	color: #333333;
	padding: 15px 10px;
}
/* 料金プラン大カテゴリ（オプション） */
.inner .service_type.closeoption h3.service_category {
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	line-height: 1.2;
	padding: 10px 20px;
	background: #555555;
	color: #FFFFFF;
}
/* 金額 （オプション）*/
.inner .service_type.closeoption .service_price dd {
	color: #333333;
	font-size: 50px;
}
.inner .service_type.closeoption .service_price dt {
	padding-left: 12px;
}
.inner .service_type.closeoption .service_price {
	margin: 15px 0;
}
/* 詳細ボタン（オプション） */
.inner .service_type.closeoption .service_detail a {
	background: #FFEB9E;
	color: #333333;
}
/* プランのアイコン（オプション） */
.inner .service_type.closeoption .planimage,
.inner .service_type.closeoption .planimage img {
	text-align: center;
}
.inner .service_type.closeoption .planimage {
	margin-bottom: 20px;
}
/* プランの説明（オプション） */
.inner .service_type.closeoption .optsupplement{
	height: 80px;
}
.inner .service_type.closeoption .optsupplement p {
	font-weight: bold;
	font-feature-settings : "palt";
	text-align: center;
}

/*  option お申込み受付終了一覧
	------------------------------------- */
/* プレミアムTV with U-NEXT だけ　横paddng=0  */
.inner .service_type.closeoption .service_name.pad0 {
	 padding: 15px 0;
}

/*  詳細ページ　光GIGAマンション4200
------------------------------------- */
/* 光回線-プロバイダー-セキュリティ */
.inner .col2.service_type.plan li.planimage {
	border: 0;
	text-align: center;
	margin-bottom: 20px;
}
.inner .service_type.plan .service_name {
	background: #E8F8ED;
}
.inner .service_type.plan .service_contents {
	background: none;
	border: 2px solid #eeeeee;
}
.inner .service_type.plan .service_price {
	margin: 10px 0;
}
.inner .service_type.plan .service_price dd {
	color: #105F2B;
}
.inner .service_type.plan p.sub_contents {
	text-align: center;
	font-weight: bold;
	font-size: 116%;
}
/* 転用の場合 */
.inner h3.plan {
	width: 100%;
	border-bottom :1px dotted #179140;
	font-size: 130%;
	margin-bottom: 20px;
}
.inner .service_type .service_price_tbl.planprice {
	margin: 0;
}
.inner .service_type .service_price_tbl.planprice th,
.inner .service_type .service_price_tbl.planprice td {
	font-size: 100%;
	text-align: left;
	padding-left: 12px;
}
.inner .service_type .service_price_tbl.planprice th {
	background: #EEEEEE;
}
.inner .col2.service_type.plan span.normal {
	font-weight: normal;
}
/* 新規の場合 */
.inner dl.plan.subccase{
	width: 100%;
	display: table;
	margin-bottom: 20px;
}
.inner dl.plan.subccase dt,
.inner dl.plan.subccase dd {
	display: table-cell;
	border:1px solid #179140;
	padding: 10px 15px;
	text-align: center;
	font-weight: bold;
	font-size: 106%;
	text-align: left;
}
.inner dl.plan.subccase dt {
	background: #179140;
	color: #FFFFFF;
}
.inner .col1.service_type.plan {
	border: 0;
}
.inner .col1.service_type.plan tr th,
.inner .col1.service_type.plan tr td {
	font-size: 100%;
}
.inner .col1.service_type.plan tr th {
	width: 20%;
	background: #eeeeee;
}
/* 初期費用 */
.inner table.baseprice.plan p.service_price {
	text-align: center;
	color: #333333;
	width: 150px;
}
/* 月々の料金お支払のご請求金額テーブル */
.inner .col1.service_type.plan.cell6 tr th:nth-child(n+1) {
	width: 15%;
}
.inner .col1.service_type.plan.cell6 tr th:nth-child(1){
	background: #E5F5E5;
}
.inner .col1.service_type.plan.cell6 tr th.green,
.inner .col1.service_type.plan.cell6 tr td.green {
	background: #C8EAC8;
}
/* 初期工事費[新規のみ]のテーブル */
.inner .col1.service_type.plan.cell4 tr:nth-child(3) td:nth-child(-n+5){
	width: 14%;
}
.inner .col1.service_type.plan.cell4 tr:nth-child(1) th:nth-child(n+2){
	background: #fff;
	/*font-weight: normal;*/
}
.inner .col1.service_type.plan.cell4 tr th:nth-child(1){
	background: #FFEFBF;
}
.inner .col1.service_type.plan.cell4 .firstprice tr th,
.inner .col1.service_type.plan.cell4 .firstprice tr td{
	font-weight: normal;
}
.inner .col1.service_type.plan.cell4 .firstprice tr th:first-child{
	font-weight: bold;
}


/*----------------------------------------------
	ご利用開始までの流れ
	/flow/
---------------------------------------------*/

/*　 提供エリア
　　　/flow/providearea/
---------------------------------------------*/
.area .map img {
	width: 100%;
}
.area .col2 li {
	float: none;
	width: auto;
	display: block;
	margin-right: 0;
}
.area .col2 li:first-child {
	margin-bottom: 10px;
}
.area .col_tbl {
	margin: 0;
	border-spacing: 0;
}
.area .col_tbl div {
	width: auto;
	display: block;
}
.area .col_tbl .left {
	margin-bottom: 15px;
}
.area .col2 {
	overflow: hidden;
}
.area .col2 li {
	width: 350px;
	margin-right: 20px;
	display: inline-block;
	float: left;
}
.area .col2 li:last-child {
	margin-right: 0;
}
.area .col2 .btn_blue01 a {
	background: #1F71BF url(../images/_icon/icon_arrow07.png) 95% center no-repeat;
}
.area .col2 li .btn_blue01 a:hover {
	background: #4FA1F0 url(../images/_icon/icon_arrow07.png) 95% center no-repeat;
}
.area .col2 li .btn_orangena01 a {
	background: #F97305 url(../images/_icon/icon_arrow07.png) 95% center no-repeat;
}
.area .col2 li .btn_orangena01 a:hover {
	background: #FFC926 url(../images/_icon/icon_arrow07.png) 95% center no-repeat;
}
.area .col_tbl2 {
	border-spacing: 20px;
	border-collapse: separate;
	margin: -20px;
}
.area .col_tbl2 div {
	border: 1px solid #DDD;
	width: 350px;
	vertical-align: top;
}
.area .col_tbl2 .ttl {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
}
.area .col_tbl2 .descrip {
	padding: 15px;
}
.area .col_tbl2 .left .ttl {
	background: #DBEAF6;
}
.area .col_tbl2 .right .ttl {
	background: #FCE7BF;
}
.area .btn_gray01 {
	background: #EBEBEB;
	font-weight: bold;
	text-align: center;
	margin: 20px 20px 0 20px;
}
.area .btn_gray01 a {
	display: block;
	color: #333;
	padding: 10px;
}
.area .btn_gray01 a:hover {
	background: #DDD;
}

/*----------------------------------------------
中ページ　「サービス＜オプション」の追加CSS
---------------------------------------------*/
.inner .optiondetail .caution{
	margin-bottom: 20px;
}
.inner .optiondetail .caution{
	background: #f2f2f2;
	padding:20px;
}
.inner .optiondetail .caution.lv02{
	background: #fff url(../images/caution_red.png) 20px 20px no-repeat;
	background-size: 80px 80px;
	border:1px solid #EF171B;
	box-sizing:border-box;
}
.inner .optiondetail .caution p.note{
	margin-bottom: 10px;
	text-indent: -1.0rem;
	padding-left: 8px;
}
.inner .optiondetail p.note02{
	margin-bottom: 10px;
	text-indent: -1.0rem;
	padding-left: 20px;
}
.inner .optiondetail .caution.lv02 p{
	margin-left: 100px;
	color: #EF171B;
}
/*月額利用料の表組み*/

.inner .optiondetail table.prices,
.inner .optiondetail table.prices tr th,
.inner .optiondetail table.prices tr td{
	border-collapse: collapse;
	padding:8px;
	border: 1px solid #cccccc;
}

/*
 * "*" for IE7
 */
.inner .optiondetail table.prices,
.inner .optiondetail table.prices tr th,
.inner .optiondetail table.prices tr td {
	border-collapse: collapse;
	padding: 6px;
	border: 1px solid #cccccc;
}

.inner .optiondetail table.prices tr th{
	background: #FCC956;
	color: #333333;
}
.inner .optiondetail table.prices{
	width: 100%;
	margin-bottom: 20px;
}
.inner .optiondetail table.prices tr .wid01{
	width: 25%;
}
.inner .optiondetail table.prices .gry{
	background: #eeeeee;
}
.inner .optiondetail table.prices .grybo{
	background: #eeeeee;
	font-weight: bold;
}
.inner .optiondetail table.prices .sentou{
	width:10%;
}
.inner .optiondetail table.prices .saigo{
	width:15%;
}
.inner .optiondetail table.prices a.wdbreak{
	word-break: break-all;
}
.inner .optiondetail table.prices .sub{
	background: #eeeeee;
}
.inner .optiondetail span.fw8 {
	font-weight: normal;
}
.inner .optiondetail span.red {
	color: #DC0000;
	font-size: 20px;
}
.inner .optiondetail .btn_orage01, .inner .optiondetail .btn_green01 {
	margin: 0 auto;
}
.inner .optiondetail table.btn_box th, .inner .optiondetail table.btn_box td {
	border: none;
	width: 45%;
	padding: 0;
}
.inner .optiondetail table.btn_box th p, .inner .optiondetail table.btn_box td p {
	width: auto;
}
.inner .optiondetail table.btn_box th {
	padding-right: 10px;
}
.inner .optiondetail table.btn_box td {
	padding: 0 10px;
}
.inner .optiondetail .col_tbl {
	margin: -15px -15px 20px -15px;
	border-collapse: separate;
	border-spacing: 15px;
}
.inner .optiondetail .bold {
	font-weight: bold;
}
.inner .optiondetail .col_tbl .wroot_div {
	text-align: center;
}
.inner .optiondetail .wroot {
	margin: 0 auto !important;
}
.inner .optiondetail .col_tbl .col-div {
	border: 1px solid #AAA;
	text-align: center;
	width: 216px;
	display: table-cell;
}
.inner .optiondetail .col_tbl .col-div:last-child {
	margin-right: 0;
}
.inner .optiondetail .col_tbl .col-div p {
	padding: 10px;
}
.inner .optiondetail .gray-box {
	background: #f5f5f5;
	padding: 20px;
}
.inner .optiondetail .gray-box .col_tbl {
	margin: -15px;
}
.inner .optiondetail .gray-box .col_tbl .info-div {
	border: 2px solid #666;
	vertical-align: top;
	background: #FFF;
	width: 200px;
	display: table-cell;
}
.inner .optiondetail .gray-box .col_tbl .info-div .head {
	background: #666;
	color: #FFF;
	text-align: center;
	padding: 10px 0;
}
.inner .optiondetail .gray-box .col_tbl .info-div .descrip {
	padding: 10px;
	font-size: 13px;
}
.inner .optiondetail .table-a .product {
	background: #EEE;
}
.inner .optiondetail .point {
	color: #F37800;
	font-weight: bold;
	margin-bottom: 5px;
}
.inner .optiondetail .point span {
	border: 1px solid #F37800;
	padding: 3px 10px;
	display: inline-block;
	margin-right: 10px;
}

/*Add CSS 20170529*/
.inner .optiondetail h4.add_point {
	overflow: hidden;
	margin-bottom: 10px; 
}
/*ie10以下*/  
.inner .optiondetail h4.add_point {
	overflow: visible\9;
}  
/*ie11*/  
@media all and (-ms-high-contrast:none){  
*::-ms-backdrop, .inner .optiondetail h4.add_point{  
	overflow: visible;
}  
} 
/*edge*/  
@supports (-ms-accelerator:true) {  
.inner .optiondetail h4.add_point {  
	overflow: visible;
}  
}

.inner .optiondetail h4.add_point.par02 span.s1 {
    font-size: 16px;
    padding: 5px 12px;
    background: #FCC956;
    vertical-align: 10%;
    margin-right: 10px;
}
/*edge*/  
@supports (-ms-accelerator:true) {  
.inner .optiondetail h4.add_point.par02 span.s1 {  
	padding: 8px 12px 0px 12px;
}  
}

.inner .optiondetail h4.add_point.par02 span.sdesc {
    /*font-size: 24px;*/
    line-height: 1.8;
}
.inner .outlook h4.add_point.par02 span.sdesc {
    font-size: 20px;
}
.inner.customize-support h4 {
	font-size: 18px;
	margin-bottom: 10px;
}

.inner .optiondetail .dpblock {
	display: block;
}
.inner .optiondetail .fs17 {
	font-size: 17px;
}
#gigaapartment4200.inner .col1.service_type.plan.cell6 tr th
{
	width: 25%;
}

/*Add CSS 20170626*/
.inner .col1.service_type.plan.cell6 tr th.green_th {
	width: 25%;
}

.inner .service_type.plan .blue_name {
    background: #DDEBFA;
}
.inner .service_type.plan .blue_price {
    color: #1F70BF !important;
}
.inner .col1.service_type.plan.cell6 tr th.blue_th {
	width: 25%;
	background: #DDEBFA;
}

.inner .btn_premium {
	text-align: center;
}
.inner .service_premium a {
	display: inline-block;
    margin: 0 10px;
	padding: 10px 15px;
	color: #333;
    font-size: 20px;
    text-align: center;
	font-weight: bold;
    background: #FFEB9E;
}
/*ie10以下*/  
.inner .service_premium a {
	font-size: 18px;\9;
}  
/*ie11*/  
@media all and (-ms-high-contrast:none){  
*::-ms-backdrop, .inner .service_premium a{  
	font-size: 18px;
}  
}
/*edge*/  
@supports (-ms-accelerator:true) {  
.inner .service_premium a {  
font-size: 20px;
}  
}
_::content, _:future, .inner .service_premium a:not(*:root) { 
  font-size: 20px;
}
@-moz-document url-prefix() {
  .inner .service_premium a {
    font-size: 20px;
  }
}

/*INNER - サービスIMG*/

#premium_7200 img,
#premium_6100 img{
	width: 92%;
	height: auto;
}
#premium_6200 img,
#premium_5100 img {
	width: 85%;
	height: auto;
}

#gigafamily5300 .planimage img {
	width: 75%;
	height: auto;
}
#gigafamily4400 .planimage img {
	width: 60%;
	height: auto;
}
#gigaapartment4200 .planimage img {
	width: 75%;
	height: auto;
}
#gigaapartment3400 .planimage img {
	width: 60%;
	height: auto;
}
#gigafamily .planimage img,
#gigaapartment .planimage img {
    width: 75%;
	height: auto;
}



#contactall.inner .service_type .fs17 {
	padding: 9px 10px;
}
#contactall.inner .height {
	height: 93px !important;
}
#telephone.inner .optiondetail table.add_tb02 td {
	text-align: left;
	font-size: 15px;
}
#flow.inner .prices th, #flow.inner .prices td {
	text-align: center;
	vertical-align: middle;
}
#flow.inner .prices td .btn_orage01 a {
	font-size: 16px;
}
#flow.inner .prices .tel {
	font-size: 27px;
    font-weight: bold;
    color: #FF4000;
    background: url(../../images/icon_free_access.png) left 0 no-repeat;
    padding-left: 50px;
    display: inline-block;
    background-size: 45px;
}
#flow.inner .prices td:first-child img {
	width: 60px;
	margin-bottom: 10px;
}
#flow.inner .table-a td {
	text-align: left;
}
#flow.inner .fs20 {
	font-size: 20px;
}
#flow.inner .orange {
	color: #F37800;
	font-weight: bold;
}
#flow.inner table.col2 {
	border: 1px solid #AAA;
}
#flow.inner table.col2 th, #flow.inner table.col2 td {
	vertical-align: middle;
	padding: 10px;
}
#flow.inner table.col2 td {
	padding-left: 0;
}
#flow.inner table.col2 th {
	text-align: center;
	padding-right: 0;
}
#flow.inner ul.detail_btn_02 li a {
	background: #FFEB9E url(../images/_icon/icon_arrow03_2.png) 95% center no-repeat !important;
}
.fs25 {
	font-size: 25px;
}
@media screen and (max-width: 640px){
	.inner .optiondetail .mso-img img {
		width: 100%;
	}
	.inner .outlook .mab30 {
	margin-bottom: 30px !important;
	}
	.inner .outlook .mab20 {
	margin-bottom: 20px !important;
	}
}

/*/


/*----------------------------------------------
	お問合せ
	/contactall/
---------------------------------------------*/
.inner .service_type.yellow p.service_name{
	background: #fcc956;
}
.inner .service_type.yellow .service_contents {
    background: #ffffff;
    padding: 5px;
    font-weight: normal;
    text-align: center;
    max-width: 630px;
    margin: 0 auto;
    padding: 32px;
    font-size: 16px;
}


/*  レスポンシブ
------------------------------------- */
@media screen and (max-width: 640px){
	
		
	/*----------------------------------------------
	ニュース
	/news/
	---------------------------------------------*/
	.inner ul.archivelist{
		padding-bottom: 5px;
	}
	
	/*----------------------------------------------
	光GIGAとは
	/about/
	---------------------------------------------*/
	.inner #main_blk_one {
		text-align: center;
		padding-top: 30px;
	}
	.inner #main_blk_one h1 img{
		width:75%;
		height: auto;
	}
	.inner #main_blk_one p.paragraph{
		margin-bottom: 25px;
	}
	.inner #main_blk_one h2{
		font-size: 116%;
		padding: 10px;
	}
	.inner #main_blk_one ul.one_cm_conts li{
		display: block;
		width: 100%;
		vertical-align: top;
		margin-bottom: 25px;
	}
	.inner #main_blk_one ul.one_cm_conts li:nth-child(2n){
		margin-left: 0;
		margin-right: 0;
	}
	.inner #main_blk_one ul.one_cm_conts li p.service_name{
		font-size: 116%;
	}
	.inner #main_blk_one ul.one_cm_conts .service_set{
		padding: 20px 0;
		min-height: auto;
		margin-bottom: 10px;
	}
	.inner #main_blk_one ul.one_cm_conts .planimage{
		margin-bottom: 10px;
	}
	.inner #main_blk_one ul.one_cm_conts .planimage img{
		height: 60%;
		max-height: 76px;
		width: auto;
	}
	.inner #main_blk_one p.sp_image{
		display: inline;
	}
	.inner #main_blk_one p.sp_image img{
		width: 90%;
		height: auto;
	}
	.inner #main_blk_one p.pc_image{
		display: none;
	}

	/*----------------------------------------------
	サービス
	/service/
	---------------------------------------------*/
	.inner .col2.service_type li {
		float: none;
		width: 100%;
	}
	.inner .col2.service_type.plan li.planimage {
		margin-bottom: 40px;
	}
	.inner .col1.service_type
	.inner .service_type .service_set {
		padding: 10px;
	}
	.inner .col1.service_type{
		margin-bottom: 23px;
	}
	/* サービストップページ */
	.inner .col2.service_type.service_top li img {
		width: 100%;
		height: auto;
	}
	/* サービス名 */
	.inner .service_type .service_name {
		font-size: 20px;
		padding: 10px;
	}
	.inner .service_type .service_name .kome {
		font-size: 16px;
	}
	/* 金額 */
	.inner .service_type .service_price{
		margin:10px 0;
	}
	.inner .service_type .service_price dt {
		font-weight: bold;
		font-size: 16px;
	}
	.inner p.service_price,
	.inner .service_type .service_price dd {
		font-size: 40px;
		text-align: center;
		width: auto !important;
	}
	.inner p.service_price .yen,
	.inner .service_type .service_price dd .yen {
		font-size: 20px;
	}
	/* 料金テーブル */
	.inner .service_type .service_price_tbl{
		margin:10px 0;
		display: block;
    	overflow-x: scroll;
	}
	.inner .service_type .service_price_tbl::-webkit-scrollbar{height:10px;}/*バーの太さ*/
	.inner .service_type .service_price_tbl::-webkit-scrollbar-track{background:#dddddd;}/*バーの背景色*/
	.inner .service_type .service_price_tbl::-webkit-scrollbar-thumb{background:#7c7c7c;}/*バーの色*/
	
	.inner .service_type .service_price_tbl th,
	.inner .service_type .service_price_tbl td {
		font-size: 16px;
		width: 640px;
    	white-space: nowrap;
	}
	/* 初期費用 */
	.inner table.baseprice {
		margin-bottom: 20px;
	}
	.inner table.baseprice tr td:first-child {
		margin-bottom: 10px;
	}
	.inner table.baseprice tr td:last-child {
		padding-left: 0px;
		padding:10px;
		background:#f6f6f6;
	}
	/* 初期費用の注意事項 */
	.inner table.caution tr td {
		display: table-cell;
		padding-bottom: 15px;
	}
	.inner table.caution tr td:nth-child(odd) {
		padding-right: 15px;
	}
	.inner table.caution {
		margin-bottom: 15px;
	}
	
	/* ボタン,イメージ、など */
	.inner .btn_premium .service_premium a {
		margin-bottom: 20px;
	}
	
	#premium_7200 img,
	#premium_6100 img{
		width: 75%;
		height: auto;
		margin-top: 20px;
	}
	#premium_6200 img,
	#premium_5100 img {
		width: 75%;
		height: auto;
		margin-top: 20px;
	}

	#gigafamily5300 .planimage img {
		width: 75%;
		height: auto;
	}
	#gigafamily4400 .planimage img {
		width: 60%;
		height: auto;
	}
	#gigaapartment4200 .planimage img {
		width: 75%;
		height: auto;
	}
	#gigaapartment3400 .planimage img {
		width: 60%;
		height: auto;
	}
	#gigafamily .planimage img,
	#gigaapartment .planimage img {
		width: 75%;
		height: auto;
	}

	

	/*  close お申込み受付終了一覧
	------------------------------------- */
	/* 金額（戸建て）（集合住宅）（オプション） */
	.inner .service_type.closehouse .service_price dd,
	.inner .service_type.closeapartment .service_price dd,
	.inner .service_type.closeoption .service_price dd{
		font-size: 40px;
	}
	/* ページ内リンク */
	.inner .service_type.closehouse ul.pagelink{
		margin-bottom: 20px;
		display: block;
	}
	.inner .service_type.closehouse ul.pagelink li{
		width: 100%;
		margin-right: 0px;
		margin-bottom: 5px;
	}
	/* サービスセット（戸建て）（集合住宅） */
	.inner .service_type.closehouse p.supplement,
	.inner .service_type.closeapartment p.supplement {
		font-size: 100%;
	}
	/* 新規・転用 （戸建て） */
	.inner .service_type.closehouse ul.membership li,
	.inner .service_type.closeapartment ul.membership li {
		padding: 4px 15%;
	}
	/* 転用の場合 光ギガ切替費用 */
	.inner h4.casechange.close{
		text-align: center;
	}
	/* プランの説明（オプション） */
	.inner .service_type.closeoption .optsupplement p.linefix {
		display:none;
	}
	
	/* 詳細ページ　光GIGAマンション4200
	------------------------------------- */
	.inner li.planimage img {
		width:100%;
		height: auto;
	}
	.inner dl.plan.subccase dt,
	.inner dl.plan.subccase dd {
		font-size: 100%;
	}
	.inner .col1.service_type.plan tr th {
		width:28%;
		font-size: 90%;
	}
	
	
	/*----------------------------------------------
	 ご利用開始までの流れ
	/flow/
	---------------------------------------------*/
	/* 提供エリア
	/flow/providearea/
	---------------------------------------------*/
	.area .map img {
		display: none;
	}
	.area .col2 li {
		float: none;
		width: auto;
		display: block;
		margin-right: 0;
	}
	.area .col2 li:first-child {
		margin-bottom: 10px;
	}
	.area .col_tbl2 {
		margin: 0;
		border-spacing: 0;
	}
	.area .col_tbl2 div {
		width: auto;
		display: block;
	}
	.area .col_tbl2 .left {
		margin-bottom: 15px;
	}
	.area .col_tbl2 .ttl{
		font-size: 18px;
	}
	
	/*----------------------------------------------
	お問合せ
	/contactall/
	---------------------------------------------*/
	.inner .service_type.yellow .service_contents {
		padding: 16px;
	}
	.inner .service_type.yellow p.service_name {
		font-size: 18px;
	}
}


/*----------------------------------------------
	clearfix
---------------------------------------------*/
.inner .col2.service_type:after,
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.inner .col2.service_type,
.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}





/*----------------------------------------------
	プライバシーポリシー
---------------------------------------------*/

.privacy_policy_title {
	margin: 50px 0 20px 0;
	}

.privacy_list_box {
	margin: 20px 0 50px 0;
	}

.privacy_list_box li {
	display: block;
	padding: 10px 0;
	}

.privacy_policy_tbl {
	margin: 20px 0 50px 0;
	border: 1px solid #ccc;
	border-collapse: collapse;
	}

.privacy_policy_tbl th {
	padding: 10px;
	background: #efefef;
	border: 1px solid #ccc;
	}

.privacy_policy_tbl td {
	padding: 10px;
	border: 1px solid #ccc;
	}

.txtR {
	text-align: right;
	}