@charset "UTF-8";


/* セット割  */
.set-warap .anchor-link{
	display: flex;
	margin: 15px 0;
}
.set-warap .anchor-link li{
	border-left: 2px dotted #231815;
	position: relative;
}
.set-warap .anchor-link li::after{
	position: absolute;
	content: "";
	right: 13px;
    top: -8px;
	bottom:0;
    margin: auto;
    width: 13px;
    height: 13px;
    border-top: 2px solid #21aede;
    border-right: 2px solid #21aede;
	-webkit-transform: rotate(135deg);
    transform: rotate(135deg);
	pointer-events: none;
}
.set-warap .anchor-link li a{	
	color: #19afdc;
	font-size: 12px;
	display: inline-block;
    padding: 5px 45px 5px 13px;
	font-weight: bold;
}
.region-ttl{
	font-size: 25px;
	padding-left: 48px;
	position: relative;
}
.region-ttl::before{
	position: absolute;
	content: "";
	background: url("../images/mascot02.png") no-repeat left center;
	width: 34px;
	height: 61px;
	background-size: contain;
	top: -14px;
	left: 8px;
}
.set-cont{
	background: #dee7ec;
	/*padding: 38px 0 0;*/
}
.set-cont #subscribe-nav{
	margin: 0 0 35px;
	background-color: #dee7ec;
}
.course-inner{
	padding: 0 13px 35px;
}
.course-inner .aco-btn{
	background: #fff;
	/*color: #21aede;*/
	font-size: 22px;
	padding: 20px 18px;
	border-radius: 5px;
	position: relative;
	cursor: pointer;
}
.course-inner .aco-btn span{
	color: #f01414;
}
.course-inner .aco-btn:nth-of-type(n + 2){
	margin-top: 36px;
} 
.course-inner .aco-btn::after{
	position: absolute;
	content: "";
	right: 13px;
    top: -8px;
    bottom: 0;
    margin: auto;
    width: 13px;
    height: 13px;
    border-top: 2px solid #f01414;
    border-right: 2px solid #f01414;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    pointer-events: none;
}
.course-inner .aco-btn.active::after{
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
	top: 0;
}
.course-inner .aco-cont{
	padding: 15px 0 0;
	display: none;
}
.course-inner .aco-cont .box{
	background: #fff;
	border-radius: 5px;
	width: 458px;
	/*padding: 0 8px 13px;*/
	position: relative;
    z-index: 90;
}
.course-inner .aco-cont .box.bg-none {
	background: transparent;
	height: 200px;
}
.course-inner .aco-cont .box:nth-child(n + 3){
	margin-top: 14px;
}
.course-inner .aco-cont .box ul li{
	border-bottom: 2px dotted #231815;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding: 8px 0 8px 47px;
	margin-top: 11px;
	min-height: 64px;
}
.course-inner .aco-cont .box ul li p{
	font-size: 16px;
}
.course-inner .aco-cont .box ul li.icpn{
	position: absolute;
	content: "";
}
.course-inner .aco-cont .box ul li.standard{
	background: url("../images/tv-icon03.png") no-repeat left center;
	background-size: 42px;
}
.course-inner .aco-cont .box ul li.internet{
	background: url("../images/internet-icon02.png") no-repeat left center;
	background-size: 42px;
}
.course-inner .aco-cont .box ul li.phone{
	background: url("../images/phone-icon02.png") no-repeat left center;
	background-size: 42px;
}
.course-inner .aco-cont .box ul li .sfont{
	font-size: 12px;
	display: inline-block;
  color: #ffa925;
  border: 1px solid #ffa925;
  background: #fff;
  border-radius: 5px;
  padding: 0 3px 1px;
  margin: 5px 0 0;
}
.course-inner .aco-cont .box ul li .sfont.ouchiwari{
	font-size: 12px;
	display: inline-block;
  color: #555;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 3px 0 0;
}

.course-inner .aco-cont .box ul li .tax{
	font-size: 13px;
	padding-top: 5px;
}
.course-inner .aco-cont .box ul li .marker{
	background: rgba(227,0,127,.3);
	padding: 0 3px;
  font-size: 16px;
}
.course-inner .aco-cont .box .result{
	padding: 20px 0 0 10px;
}
.course-inner .aco-cont .box .result .details {
	width: 148px;
	position: relative;
	text-align: center;
}
.course-inner .aco-cont .box .result .details::after{
	position: absolute;
    top: 7px;
    left: 0;
    z-index: 0;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #e3007f;
}
.course-inner .aco-cont .box .result .details .erase{
	font-size: 11px;
}
.course-inner .aco-cont .box .result .details .fuki{
	font-size: 15px;
	color: #fff;
	background: #e3007f;
	text-align: center;
	margin: 4px 0;
	display: inline-block;
	padding: 6px 10px;
	position: relative;
}
.course-inner .aco-cont .box .result .details .fuki::after{
	position: absolute;
	content: "";
	border: 6px solid transparent;
    border-top-color: #e3007f;
    transform: rotate(88deg);
	left: 0;
    right: 0;
    margin: auto;
    width: 4px;
    height: 4px;
	bottom: -6px;
}
/*.course-inner .aco-cont .box .result .pric-block .sup{
	font-size: 10px;
	text-align: right;
	padding-top: 15px;
}*/
.course-inner .aco-cont .box .result .price{
	font-size: 77px;
	line-height: .8;
}
.course-inner .aco-cont .box .result .price span.yen{
	font-size: 30px;
}
.course-inner .aco-cont .box .result .price span{
	font-size: 10px;
}
.course-inner .aco-cont .box .brackets{
	font-size: 16px;
	padding: 10px 0 6px;
}
.course-inner .aco-cont .box .brackets + .sup{
	font-size: 10px;
}
.set-cont #subscribe-nav{
	border-bottom: none;
	margin: 0 0 35px;
	padding: 0;
}
.set-cont #subscribe-nav ul.sub_set{
	border-bottom: 3px solid #fff;
    padding: 0 13px;
}
#subscribe-nav .sub_set li.subscribe01{
    margin-right: 0;
}
/*.set-cont #subscribe-nav ul li:first-child{
    padding-left: 13px;
    margin: 0;
}
.set-cont #subscribe-nav ul li:last-child{
    padding-right: 13px;
}*/
.set-cont #subscribe-nav ul li.subscribe01 a:before,
.set-cont #subscribe-nav ul li.subscribe02 a:before{
	display: none;
}
.set-cont #subscribe-nav ul p{
	font-weight: bold;
	margin-right: 0;
	padding-top: 22px;
	padding-left: 10px;
}
.set-cont #subscribe-nav .oki_other p{
	padding-top: 36px;
	padding-left: 30px;
}
.set-cont #subscribe-nav ul.sub_oki{
	font-size: 20px;
    align-items: start;
	height: 100px;
    margin-bottom: 25px;
}
.set-cont #subscribe-nav .sub_oki li{
    height: 100px;
    width: 480px;
}
.set-cont #subscribe-nav .sub_oki li a{
    height: 100px;
    font-size: 20px;
}
.set-cont #subscribe-nav .sub_oki li:first-child{
    margin-right: 0;
}
.set-cont #subscribe-nav .sub_oki {
    text-align: left;
}
.set-cont #subscribe-nav .sub_oki .subscribe03{
    background-color: #fff;
}
.set-cont #subscribe-nav .sub_oki .oki_other a{
    text-align: left;
}
.set-cont #subscribe-nav .sub_oki .subscribe03 a:after{
    content: '';
    background-image:url("../images/arrow_red_right.png");
    background-repeat: no-repeat;
    background-size: 70%;
    display: inline-block;
    width: 20px;
    height: 20px;
}

.set-cont #subscribe-nav .sub_oki .subscribe03.oki_other a:after{
    content: '';
    background-image:url("../images/arrow_red_right.png");
    background-repeat: no-repeat;
    background-size: 70%;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 220px;
}
.set-cont #subscribe-nav ul li.subscribe01 a.current-menu-item:before,
.set-cont #subscribe-nav ul li.subscribe02 a.current-menu-item:before{
  width: 32px;
  height: 48px;
  display: inline-block;
}

.set-cont #subscribe-nav ul li.subscribe01 a:after, .set-cont #subscribe-nav ul li.subscribe02 a:after{
	content: none;
}
.set-cont #subscribe-nav ul li a{
    padding: 0;
	border-top: none;
	border-left: none;
	border-right: none;
	border-radius:0px;
	height: 65px;
    color: #777;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.set-cont #subscribe-nav .current-menu-item{
	color: #fff;
  background-color: #f01414;
}

.set-cont .anchor-ttl{
	font-size: 27px;
	margin-bottom: 31px;
	position: relative;
    font-weight: bold;
}
.set-cont .anchor-ttl::after{
	position: absolute;
	content: "";
	left: 16px;
    top: -15px;
}
.set-cont .anchor-ttl.icon-three::after{
	background: url("../images/all-icon02.png") no-repeat left center;
	width: 170px;
	height: 54px;
	background-size: contain;
}
.set-cont .anchor-ttl.icon-three{
	padding-left: 200px; 
}
.set-cont .anchor-ttl.icon-two{
	padding-left: 140px; 
}
.set-cont .anchor-ttl.icon-two.two01::after{
	background: url("../images/two-icon.png") no-repeat left center;
	width: 112px;
	height: 54px;
	background-size: contain;
}
.set-cont .anchor-ttl.icon-two.two02::after{
	background: url("../images/two-icon02.png") no-repeat left center;
	width: 112px;
	height: 54px;
	background-size: contain;
}
.course-inner .aco-cont .detail-link{
	text-align: right;
	margin-top: 12px;
}
.course-inner .aco-cont .detail-link.type02{
	position: absolute;
	right: 0;
    bottom: 0;
	text-align: right;
}
.course-inner .aco-cont .detail-link li{
	margin-bottom: 8px;
}
.course-inner .aco-cont .detail-link li:last-child{
	margin-bottom: 0;
}
.course-inner .aco-cont .detail-link a{
	/*color: #21aede;*/
	font-size: 15px;
	font-weight: bold;
}
.course-inner .aco-cont .detail-link a:hover{
	text-decoration: underline;
}
.common-content .text-wrap .title.set{
	margin-bottom: 0;
    padding-left: 260px;
    text-align: left;
}
.common-content .text-wrap .title.icon.set:before {
    background: url(/images/all-icon02.png) no-repeat;
    background-size: contain;
	width: 246px;
	height: 78px;
	position: absolute;
	left: 0;
    top: 0;
}
.area-set-link{
	margin:36px 0 30px;
}
.area-set-link ul li{
	width: 299px;
	background: #fff;
	text-align: center;
	position: relative;
}
.area-set-link ul li::after{
	position: absolute;
	content: "▶";
	top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    right: 20px;
	color: #f39800;
}
.area-set-link a{
	display:block;	
	color: #21aede;
	font-size: 25px;
	font-weight: bold;
	padding: 18px 0;
}
.area-set-link ul li:hover{
	opacity: 0.5;
}

#set-plan01{
	padding: 130px 0 0;
	margin: -130px 0 0;
}

#set-plan02,
#set-plan03{
	padding: 130px 0 0;
	margin: -100px 0 0;
}



@media screen and (max-width:767px){
	.common-content .text-wrap .title.set{
		padding-left: 0;
	}
	.common-content .text-wrap .title.set{
		padding-top: 90px;
	}
	.area-set-link{
		margin: 18px 0 10px;
	}
	.area-set-link ul li{
		width: 32%;
		display: flex;
		align-items: center;
		text-align: center;
		padding: 0 20px 0 6px;
	}
	.area-set-link a{
		font-size: 14px;
		padding: 7px 0;
	}
	.area-set-link ul li::after{
		right: 3px;
	}
	.set-warap .anchor-link{
		display: block;
		width: 100%;
	}
	.set-warap .anchor-link li{
		border-left: none;
		border-bottom: 2px dotted #231815;
		padding: 5px 0;
	}
	.set-warap .anchor-link li:first-child{
		border-top: 2px dotted #231815;
	}
	.set-cont{
		padding: 30px 0 0;
	}
	.set-cont .anchor-ttl{
		padding-top: 50px;
		font-size: 22px;
		text-align: center;
		line-height: 1.2;
		margin-bottom: 15px;
	}
	.set-cont .anchor-ttl.icon-three,
	.set-cont .anchor-ttl.icon-two{
		padding-left:10px;
		padding-right:10px;
	}
	.set-cont .anchor-ttl.icon-three::after,
	.set-cont .anchor-ttl.icon-two::after{
		left: 0;
		right: 0;
		margin: auto;
	}
	.course-inner{
		padding: 22px 10px;
	}
	.course-inner .aco-btn{
		font-size: 14px;
		padding: 12px 28px 12px 10px;
	}
	.course-inner .aco-btn::after{
		width: 10px;
		height: 10px;
		right: 8px;
	}
.course-inner .aco-btn:nth-of-type(n + 2){
	margin-top: 18px;
} 
  
	.course-inner .aco-cont .box{
		width: 100%;
	}
	.course-inner .aco-cont .box:nth-child(n + 2){
		margin-top: 14px;
	}
	.course-inner .aco-cont .box ul li {
		display: block;
		margin-top: 0;
	}
	.course-inner .aco-cont .box ul li .tax{
		padding-top: 2px;
	}
	.course-inner .aco-cont .box .result{
		padding: 12px 0 0;
	}
	.course-inner .aco-cont .box .result .details{
		width: 100%;
	}
	.course-inner .aco-cont .box .result .details .erase{
		font-size: 12px;
	}
	.course-inner .aco-cont .box .result .details .fuki{
		font-size: 16px;
	}
	.course-inner .aco-cont .box .result .details::after{
		width: 178px;
		top: 8px;
		right: 0;
		margin: auto;
	}
	.course-inner .aco-cont .box .result .pric-block{
		text-align: center;
		margin-top: 7px;
	}
	.course-inner .aco-cont .box .result .price{
		font-size: 56px;
	}
	.course-inner .aco-cont .box .result .price span{
		font-size: 12px;
	}
	.course-inner .aco-cont .box .result .pric-block .sup{
		font-size: 12px;
	}

	.region-ttl{
		margin-top: 22px;
		font-size: 22px;
	}
	.course-inner .aco-cont .detail-link.type02{
		position: static;
		margin-top: 10px;
	}
	.course-inner .aco-cont .detail-link li{
		margin-bottom: 0;
	}
	.course-inner .aco-cont .detail-link a{
		font-size: 12px;
	}
	.common-content .text-wrap .title.icon.set:before{
		right: 0;
		margin: auto;
	}
	.course-inner .aco-cont .box .brackets{
		font-size: 14px;
		padding: 20px 0 6px;
	}
	.set-cont-box{
		padding-top: 70px;
		margin-top: -70px;
	}
  
  #set-plan01{
    padding: 100px 0 0;
    margin: -100px 0 0;
  }
  
  #set-plan02,
  #set-plan03{
    padding: 130px 0 0;
    margin: -100px 0 0;
  }
  
  
  .set-cont #subscribe-nav ul.sub_oki {
      height: auto;
  }
  
  .set-cont #subscribe-nav .sub_oki li a {
      height: 90px;
    border: 0;
  }
  
  .set-cont #subscribe-nav .sub_oki .subscribe03.oki_other a:after {
      margin-left: 20%;
  }
  
.set-cont #subscribe-nav ul li a {
    border: 0;
}

}




.mywidth.secont-contents{
  display: flex;
  justify-content: space-between;
  padding: 0;
}


/* main-conttents */

.main-contents{
  font-size: 16px;
}

.mywidth.secont-contents .main-contents{
  width: 740px;
  order: 2;
  font-size: 16px;
}

.main-contents p {
  font-size: 16px;
}

.main-contents th,
.main-contents td{
  font-size: 16px;
}

.main-contents .common-title-wrap {
  margin-bottom: 40px;
  padding: 10px 0;
}

.main-contents .content-title03,
.main-contents .content-title03-inner{
  font-size: 24px;
}

.main-contents .content-title03 span {
  font-size: 18px;
  color: #fff;
}

.main-contents .large-text {
  font-size: 24px;
}


@media screen and (max-width:767px){
  .main-contents .content-title03-inner{
    font-size: 20px;
  }
}

/* sub-navi */

.sub-navi{
  width: 200px;
  order: 1;
}

.sub-navi li a{
  border-top: 2px solid #c9caca;
}

.sub-navi li .sub-list li{
  border-top: 1px solid #c9caca;
  padding: 0 0 0 15px;
}

.sub-navi li .sub-list li a{
  border-top: 0px;
}

.sub-navi li.set-list > a{
  border-top: 2px solid #f9ab15;
}

.sub-navi li.tv-list > a{
  border-top: 2px solid #f83a82;
}

.sub-navi li.internet-list > a{
  border-top: 2px solid #0051ae;
}

.sub-navi li.tel-list > a{
  border-top: 2px solid #09a580;
}

.sub-navi li.denki-list > a{
  border-top: 2px solid #f4da00;
}

.sub-navi li.denki-list{
  margin: 0 0 30px;
}

.sub-navi li.member-list > a{
  border-top: 2px solid #0096ff;
}

.sub-navi li.corporate-list > a{
  border-top: 2px solid #e2007e;
}

.sub-navi li a {
  position: relative;
  display: block;
  padding: 10px 0 10px 12px;
  font-size: 16px;
  line-height: 1.4;
}

.sub-navi li a:after {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 15px;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  color: #b2b2b2;
}

@media screen and (max-width:767px){

  .mywidth.secont-contents{
    display: block;
    padding: 0 10px;
  }

  /* main-conttents */
  
  .mywidth.secont-contents .main-contents{
    width: auto;
    font-size: 15px;;
  }

  .main-contents{
    width: auto;
  }
  
  
  .main-contents th,
  .main-contents td{
    font-size: 15px;
  }
  
  .main-contents p{
    font-size: 15px;
    line-height: 1.6em;
  }
  
  .main-contents .content-title03 {
    font-size: 20px;
  }
  
  .main-contents .large-text {
    font-size: 20px;
  }
  
  /* sub-navi */

  .sub-navi{
    width: auto;
    margin: 50px 0 0;
  }
  
  .sub-navi li a {
    font-size: 15px;
  }

}


/*----------------------------------------
お知らせ系
----------------------------------------*/

.tab-box.info-list{
  padding: 0;
}

.info-pagination{
text-align: center;
	margin-top:30px;
  margin-bottom: 10px;
}
a.page-numbers,
.info-pagination .current{
    background: #fff;
    border: solid 1px #ccc;
    padding:5px 8px;
    margin:0 2px;
    text-decoration: none;
}
.info-pagination .current{
    background: #0096ff;
    border: solid 1px #0096ff;
    color: #fff;
}

.info-content p{
  margin: 20px 0 0;
  font-size: 16px;
}

.info-content .info-title01 {
    font-size: 24px;
    background: #0096ff;
    margin: 0 0 5px;
    padding: 8px 14px 10px;
    font-weight: normal;
    color: #fff;
}

.info-content .date-time {
  margin: 50px 0 0;
  font-size: 14px;
  text-align: right;
}

.news-wrap.atvnews-wrap {
  padding: 20px 0 0
}
.news-wrap.atvnews-wrap .news {
	border:1px solid #f8f8f8;
	padding:20px;
}

.news-wrap .news li {
	display: flex;
}

.news-wrap .news li .date {
	width: 170px;
  margin: 0 10px 0 0;
}

@media screen and (max-width:767px){
  .news-wrap .news li {
    display: block;
  }

  .news-wrap .news li .date {
    width: auto;
    margin:  0;
    font-weight: bold;
  }
  .news-wrap .news li .text {
    margin: 5px 0 0;
  }
  
}

/*----------------------------------------
自主放送番組
----------------------------------------*/

.broadcast-wrap.community-wrap{
  border: 0;
  padding: 0;
}

.broadcast-wrap.community-wrap .channel-list{
  width: 987px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}

.broadcast-wrap.community-wrap .channel-list .channel-item{
  width: 32%;
  margin: 0 7px 20px 0;
}

.community-wrap .channel-item .channel-btn{
  margin: 0;
}

.community-ch-main{
  display: flex;
  justify-content: space-between;
  margin: 0 0 20px;
}

.ch-text{
  padding: 0 0 10px;
}

.ch-text p{
  line-height: 1.5;
  margin: 0 0 20px;
}

.community-ch-main .ch-img{
  width: 470px;
  margin: 0 15px 0 0;
}

.community-ch-content table{
  margin: 0 0 15px;
  border: 1px solid #cccccc;
  table-layout: fixed;
}

.ch-table{
  width: 470px;
}

.ch-table .ch-table-caption{
  font-size: 14px;
}

.community-ch-content .ch-table table tr:first-child{
  background: #f2f2f2;
}
.community-ch-content .ch-table table tr td:first-child{
  width: 30% !important;
}

.community-ch-content table td,
.community-ch-content table th{
    border: 1px solid #cccccc;
    padding: 10px 5px;
    text-align: center;
    color: #231815;
    font-weight: normal;
    width: auto !important;
}

.community-ch-content .ch-schedule {
  margin: 0 0 30px;
}

.community-ch-content .ch-schedule table tr td:first-child{
  width: 30% !important;
}

.community-ch-content .ch-schedule table tr td:not(:first-child){
  text-align: left;
}

.community-ch-content .ch-schedule h4,
.ch-file h4{
  font-size: 18px;
  margin: 0 0 10px;
  border-left: 5px solid #0096ff;
  padding: 0 0 0 7px;
}


.community-ch-content .news {
  border: 1px solid #ddd;
  padding: 0 0 20px;
}

.community-ch-content .news table td,
.community-ch-content .news table th {
    border: none;
    padding: 0;
    text-align: left;
    color: #231815;
    font-weight: normal;
    width: auto !important;
}

.community-ch-content .news table {
    border: none;
    table-layout: fixed;
}

.community-ch-content .news .text {
    width: 650px;
}

@media screen and (max-width:767px){
  .broadcast-wrap.community-wrap .channel-list{
    display: block;
    width: auto;
  }
  .broadcast-wrap.community-wrap .channel-list .channel-item{
    width: auto;
    margin: 0 0 7px 0;
  }
  
  .community-ch-main{
    display: block;
  }

  .community-ch-main .ch-img{
    width: auto;
    margin: 0 0 15px;
  }

  .ch-table{
    width: auto;
  }
  

  .community-ch-content .news table td,
  .community-ch-content .news table th {
    border: none;
    padding: 0;
    text-align: left;
    color: #231815;
    font-weight: normal;
    width: auto !important;
  }

  .community-ch-content .news table {
    border: none;
    table-layout: fixed;
    margin: 0 0 10px;
  }

  .community-ch-content .news .text {
      width: auto;
  }
  
  
}


/*----------------------------------------
よくある質問
----------------------------------------*/

.faq-search{
  border: 1px solid #c9caca;
  padding: 20px;
  margin: 50px 80px 0;
}

.faq-search .search-title{
  font-size: 24px;
  text-align: center;
  margin: 0 0 15px;
}

.faq-search .form-input{
  font-size: 18px;
  padding: 11px 10px 10px;
  width: 80%;
  min-height: 30px;
}
.faq-search .form-btn{
  background: #f39801;
  border: none;
  padding: 12px 9px 13px;
  font-size: 20px;
  width: 19%;
  color: #fff;
  min-height: 30px;
  cursor: pointer;
  transition-property: all;
  transition: 0.3s linear;
  line-height: 1;
}

.faq-search .form-btn:hover{
  background: #faaa26;
}

.faq-list{
  padding: 0 15px;
}

.faq-category-title{
  font-size: 24px;
  background: #6fc8d5;
  margin: 30px 0 0;
  padding: 8px 14px 10px;
  font-weight: normal;
  color: #fff;
    position: relative;
    cursor: pointer;
}
.faq-category-title:after {
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 40px;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    right: 8px;
    height: 100%;
    color: #ffffff;
}
.faq-category-title.open:after {
    content: "\f106";
}

.popular-faq-list .faq-category-title{
    cursor: inherit;
}

.popular-faq-list .faq-category-title:after {
    display: none;
}

.faq-category-title.faq_ctv{
  background: #ff00cc;
}

.faq-category-title.faq_net{
  background: #00cccc;
}

.faq-category-title.faq_giganirai{
  background: #3366ff;
}

.faq-category-title.faq_tel{
  background: #00cf66;
}

.faq-box {
    display: none;
}

.faq-item{
  border-bottom: 1px dotted #c9caca;
  padding: 210px 10px 30px;
  margin: -180px 0 0;
}

.faq-item .q-head{
  position: relative;
  padding: 0 0 0 60px;
}

.faq-item .q-head:before {
	content:"Q";
	display:table-cell;
  background: #6fc8d5;
	width:50px;
	height:50px;
	position:absolute;
	left:0;
	top:0;
  border-radius: 5px;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  font-size: 29px;
}

.faq-item .q-head .faq-category-name{
  font-size: 14px;
  border: 1px solid #6fc8d5;
  display: inline-block;
  padding: 2px 3px;
  margin: 0 0 2px;
}

.faq-item .q-head h4{
  font-size: 20px;
  color: #333;
}

.faq-item .a-contents{
  position: relative;
  padding: 0 0 0 60px;
  min-height: 50px;
}

.faq-item .a-contents:before {
	content:"A";
	display:table-cell;
  background: #f39801;
	width:50px;
	height:50px;
	position:absolute;
	left:0;
	top:0;
  border-radius: 5px;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  font-size: 29px;
}

.faq-item .a-contents p{
  font-size: 16px;
  margin: 15px 0 0;
  line-height: 1.6;
}

.faq-item .a-contents a{
  font-size: 16px;
  line-height: 1.6;
  text-decoration: underline;
}

.faq-item .a-contents a:hover{
  text-decoration: none;
}

.popular-faq-list{
  margin: 0 80px;
}

.popular-faq-list .faq-category-title {
  margin: 30px 0 0;
  text-align: center;
}


.popular-faq-list .faq-item{
  padding: 30px 10px 30px;
  margin: 0;
  position: relative;
}

.popular-faq-list .faq-item a{
  display: block;
}

.popular-faq-list .faq-item a:hover{
  opacity: 0.8;
}

.popular-faq-list .faq-item:last-child{
  border: none;
}

.popular-faq-list .popular-inner{
  border: 1px solid #c9caca;
  border-top: none;
  padding: 0 20px;
}

.popular-faq-list .faq-item a:after {
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 50px;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    right: 8px;
    height: 100%;
    color: #b2b2b2;
}

  
.popular-faq-list .faq-item .q-head h4 a{
  font-size: 20px;
  color: #333;
}


@media screen and (max-width:767px){
  
    .set-cont #subscribe-nav ul.sub_oki{
        padding: 13px;
    }
    
    .set-cont #subscribe-nav .sub_oki li{
        height: auto;
        width: 100%;
        
    }
    .set-cont #subscribe-nav .sub_oki li:first-child{
        text-align: center;
        padding: 10px 0;
    }
    
    .set-cont #subscribe-nav .sub_oki .oki_other{
        height: 65px;
        width: auto;
    }
    .set-cont #subscribe-nav ul p{
        padding-top: 0px;
    }
    
  .faq-search{
    border: 1px solid #c9caca;
    padding: 15px;
    margin: 50px 10px 0;
  }

  .faq-search .search-title{
    font-size: 22px;
    text-align: center;
    margin: 0 0 15px;
  }

  .faq-search .form-input{
    font-size: 18px;
    padding: 10px;
    box-sizing: border-box;
    width: 90%;
    min-height: 30px;
    display: block;
    margin: 0 auto;
  }
  .faq-search .form-btn{
    background: #f39801;
    border: none;
    padding: 11px 9px;
    font-size: 20px;
    width: 38%;
    color: #fff;
    min-height: 30px;
    display: block;
    margin: 10px auto 0;
  }
  
  .faq-list{
    padding: 0;
  }
  .faq-category-title{
    font-size: 20px;
    padding: 6px 12px 8px;
  }

  .faq-item{
    padding: 140px 0 20px;
    margin: -115px 0 0;
  }

  .faq-item .q-head{
    position: relative;
    padding: 0 0 0 40px;
  }

  .faq-item .q-head:before {
    width:35px;
    height:35px;
    font-size: 21px;
  }

  .faq-item .q-head .faq-category-name{
    font-size: 12px;
    border: 1px solid #6fc8d5;
    display: inline-block;
    padding: 2px 3px;
    margin: 0 0 2px;
  }

  .faq-item .q-head h4{
    font-size: 19px;
    color: #333;
  }

  .faq-item .a-contents{
    position: relative;
    padding: 0 0 0 40px;
  }

  .faq-item .a-contents:before {
    width:35px;
    height:35px;
    font-size: 21px;
  }

  .faq-item .a-contents p{
    font-size: 15px;
    margin: 15px 0 0;
    line-height: 1.6;
  }
  
  .popular-faq-list{
    margin: 0 10px;
  }

  .popular-faq-list .faq-category-title {
    margin: 30px 0 0;
  }


  .popular-faq-list .faq-item{
    padding: 15px 0;
    margin: 0;
  }

  .popular-faq-list .faq-item a{
    padding: 0 20px 0 0;
  }

  .popular-faq-list .faq-item a:hover{
    opacity: 1;
  }

  .popular-faq-list .popular-inner{
    padding: 0 10px;
  }

  .popular-faq-list .faq-item a:after {
      font-size: 30px;
      top: 0;
      right: 0;
  }
  
  .popular-faq-list .faq-item .q-head h4 a{
    font-size: 19px;
  }

}


/* 各種マニュアルダウンロード */

.common-content .text-wrap .title.member-title {
  margin-bottom:15px;
  margin-top:15px;
}

.main-link-list {
  width: 90%;
  margin: 0 auto;
}

.main-link-list .link-btn01 {
    font-size: 18px;
}

@media screen and (max-width:767px){
  .main-link-list .link-btn01 {
      font-size: 16px;
  }
}

/* 迷惑電話　光ってお知らせプラン. */

.seikatsu-anshinn-img01{
  width: 80%;
  margin: 0 auto;
}

.seikatsu-anshinn-img04{
  width: 90%;
  margin: 0 auto;
}

.seikatsu-anshinn-img05{
  width: 45%;
  margin: 0 auto;
}

@media screen and (max-width:767px){
  .seikatsu-anshinn-img01{
    width: auto;
  }

  .seikatsu-anshinn-img04{
    width: auto;
  }

  .seikatsu-anshinn-img05{
    width: 60%;
    margin: 0 auto;
  }
}

/* お問い合わせ  */
body.form{
	width: 700px;
  margin: 0 auto;
}
body.form #header{
	border-bottom: 5px solid #dee7ec;
  width: auto;
  padding: 10px 20px;
  position: static;
  background: #e3f5fd;
  margin: 0 auto 20px;
  border-left: none;
  border-right: none;
}

.form-cont{
	width: 600px;
	margin: auto;
	overflow: visible !important;
	margin-top: 20px;
	margin-bottom: 40px !important;
}
.form-cont *{
	color: #231815;
}
.Inquiry-heading01{
	font-size: 20px;
	margin-left: 14%;
}
.Inquiry-heading02{
	font-size: 20px;
}
.Inquiry-heading03{
	font-size: 22px;
}
.Inquiry-heading02 + .read{
	margin-top: 15px;
}
.inquiry-form-wrap{
	border-top: 1px solid #c9caca;
}
.input-line-block{
	/*border-top: 1px solid #c9caca;*/
}
.input-line{
	display: flex;
	border-top: 1px solid #c9caca;
	padding: 17px 40px 17px 0;
}
.input-line:first-child{
	border-top: none;
}
.input-line.service-check,
.input-line.mail-area,
.input-line.contact-area,
.input-line.address-area{
	padding-right: 0;
}

.input-line.file-area{
	border-top: none;
	padding: 0 0 17px 0;
}
.input-line dt{
	font-size: 16px;
	/*width: 168px;*/
	padding-top: 10px;
}
.input-line dt.required,
.input-line dt.any{
	position: relative;
}
.input-line dt.required::after{
	content: "必須";
    color: #fff;
    vertical-align: top;
	padding: 2px 7px 2px 6px;
	font-size: 10px;
	background: #e3007f;
	border-radius: 5px;
	margin-left: 15px;
}
.input-line.service-check dt.required::after{
	position: absolute;
	padding: 0 0 2px;
	width: 33px;
	height: 19px;
	text-align: center;
	top: 60px;
    left: 0;
    margin-left: 0;
}
.input-line.mail-area dt.required::after{
	position: absolute;
	padding: 0 0 2px;
	width: 33px;
	height: 19px;
	text-align: center;
	top: 20px;
}
.input-line dt.any::after{
	content: "任意";
    color: #fff;
    vertical-align: top;
	padding: 2px 7px 2px 6px;
	font-size: 10px;
	background: #21aede;
	border-radius: 5px;
	margin-left: 15px;
}
.input-line dd{
	width: 360px;
}
.input-line.service-check dd,
.input-line.mail-area dd,
.input-line.contact-area dd,
.input-line.address-area dd{
	width: 400px;
}

.input-line.file-area dd{
	width: 400px;
  padding: 6px 0 0;
}

.mw_wp_form_confirm .input-line.file-area dd{
  padding: 0;
}

.input-line label:nth-of-type(2n){
	margin-right: 0;
}
.input-line.service-check label:nth-of-type(n + 3){
	margin-top: 22px;
}
.input-line.postal-code .hyphen{
	margin: 0 15px;
}
.input-line .input{
	/*display: flex;*/
	/*justify-content: flex-end;*/
}
.input-line.phonetic .input .label{
	left: -45px;
}
.input-line .input .larea{
	margin-right: 60px;
}
.input-line .input .larea02{
	margin-right:60px;
}
.input-line .input .label{
	font-size: 16px;
	margin-right: 16px;
	position: absolute;
	top: 10px;
	left: -30px;
}
.input-line input[type="text"], select, .input-line textarea {
    border: none;
	border-radius: 5px;
    padding: 10px;
	box-shadow:0px 0px 4px 1px rgba(35,24,21,.5) inset;
	background-color:#fff;

	width: 150px;
	height: 40px;
}
.input-line .w360 input[type="text"]{
	width: 360px;
}
.input-line .w182 input[type="text"]{
	width: 182px;
}
.input-line.mail-area input[type="text"]{
	width: 400px;
}
.input-line.contact-area textarea{
	width: 400px;
	height: 250px;
}
.input-line.contact-area::-webkit-input-placeholder{
	position: relative;
	top: 0;
}
.input-line .input .half-size{
	font-size: 12px;
	margin-left: 12px;
}
.input-line .input .anno{
	font-size: 12px;
	display: block;
	padding-top: 13px;
	line-height: 1;
}
.input-line .input .anno + .anno{
	padding-top: 3px;
}
.input-line-block input[type=radio],
.input-line-block input[type=checkbox]{
	display: none;
}
.personal-info{
	border: 1px solid #231815;
	border-radius: 5px;
	padding: 18px 14px;
	margin: 17px 0 7px;
}
.personal-info ul li{
	font-size: 16px;
}
.personal-info ul li.view{
	color: #21aede;
	font-weight: bold;
	font-size: 16px;
	position: relative;
	cursor: pointer;
}

.personal-info ul li.view a{
	color: #21aede;
}

.personal-info ul li.view::after{
	position: absolute;
	content: "";
	right: -27px;;
    top: 0;
	bottom: 0;
    margin: auto;
    width: 14px;
    height: 14px;
    border-top: 2px solid #21aede;
    border-right: 2px solid #21aede;
	-webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}
.personal-info ul li.view.active::after{
	-webkit-transform: rotate(135deg);
    transform: rotate(135deg);
	top: -10px;
}
.personal-info .cont-block{
	display: none;
	margin-top: 10px;
}
/*.form-btn a{
	border: 1px solid #231815;
	border-radius: 5px;
	text-align: center;
	display: inline-block;
	width: 100%;
	padding: 12px 0;
	box-shadow: 2px 2px 0 0 rgba(0,35,61,.5);
}*/
.form-btn.attach{
	width: 193px;
	margin: auto;
}
.form-footer{
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 24px 0 27px;
}
.form-footer ul li{
	color: #f53b83;
	font-size: 10px;
	border-right: 1px solid #f53b83;
	padding: 5px 9px;
}
.form-footer ul li.num{
	font-size: 30px;
	font-weight: bold;
	padding: 0 9px;
	border-right: none;
}
.input-done{
	padding: 50px 0 0;
	position: relative;
}
.input-done .Inquiry-heading03{
	line-height: 2;
	margin-bottom: 36px;
	font-size: 22px;
}
.input-done p{
	line-height: 2.8;
	font-size: 16px;
}
.input-done p.text02{
	margin-bottom: 50px;
}
.input-done .icon::before{
	position: absolute;
	content: "";
	background: url("../images/mascot_thanks.png") no-repeat right;
  width: 65px;
  height: 81px;
	background-size: cover;
	top: 50px;
    right: -10px;
}
.input-done .back-top{
	color: #19afdc;
	font-weight: bold;
	font-size: 19px;
	padding: 12px 75px;
	border: 1px solid #231815;
	position: relative;
	margin: 66px 0 0;
	margin: 66px 0 0;
    display: inline-block;
}
.input-done .back-top::after{
	content: "▶";
	position: absolute;
	font-size: 18px;
    right: 45px;
}
.pdf-btn{
	color: #231815;
	font-size: 16px;
	padding: 12px 30px;
	border: 1px solid #231815;
	border-radius: 4px;
	margin: 15px 0 30px;
    display: inline-block;
	box-shadow:2px 2px 0 0 rgba(0,35,61,.5);
}
.input-done .back-top:hover
,.pdf-btn:hover{
	opacity: 0.5;
}
.support .anno{
	font-size: 12px;
	line-height: 1.8;
}


.mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0 !important;
}

.personal-info .checkbox-block input + span{
	position: relative;
	cursor: pointer;
}
.personal-info .checkbox-block input + span::before{
	-webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    position: absolute;
    top: 59%;
    left: -25px;
    display: block;
    margin-top: -10px;
    width: 15px;
    height: 15px;
    background: #fff;
    content: '';
	border: 1px solid #c9caca;
	border-radius: 3px;
}

.personal-info .checkbox-block input + span.error::before{
	display: none;
}

.personal-info .checkbox01-input:checked + span::after{
	left: -18px;
}
.personal-info .checkbox-block label{
	padding-left: 30px;
}
.personal-info .agree::before{
	content: "必須";
    color: #fff;
    vertical-align: top;
    padding: 2px 7px 2px 6px;
    font-size: 10px;
    background: #e3007f;
    border-radius: 5px;
    margin-left: 0;
    margin-right: 5px;
}
.input-line-block .anno-text{
	font-size: 12px;
}
.input-line-block .orange-btn{
	text-align: center;
	margin: 33px 0 0;
}
.input-line-block .orange-btn:hover,
.form-btn a:hover{
	opacity: 0.5;
}
.input-line .checkbox-block input + span.mwform-radio-field-text,
.input-line .checkbox-block input + span.mwform-checkbox-field-text{
	position:relative;
	box-sizing: border-box;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    display: inline-block;
    margin: 0 5px 9px 0;
    padding: 12px 12px 12px 40px;
    border-radius: 8px;
    background-color: #fbe0b2;
    vertical-align: middle;
    cursor: pointer;
    box-shadow: 2px 2px 0px rgba(28,58,0,.5);
}
.input-line .checkbox-block.residence input + span{
	width: 173px;
}
.input-line .checkbox-block.service input + span{
	width: 193px;
}
.input-line .checkbox-block.preferred input + span{
	width: 108px;
}
.input-line .checkbox-block.time input + span{
	width: 173px;
}
.input-line .checkbox-block input + span::before{
	-webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    position: absolute;
    top: 56%;
    left: 15px;
    display: block;
    margin-top: -10px;
    width: 15px;
    height: 15px;
    background: #fff;
    content: '';
}
.input-line .checkbox-block span.mwform-radio-field-text,
.input-line .checkbox-block span.mwform-checkbox-field-text{
	display: inline-block;
}
.checkbox01-input:checked + span.mwform-radio-field-text::after,
.checkbox01-input:checked + span.mwform-checkbox-field-text::after{
    content: "";
    display: block;
    position: absolute;
    top: -12px;
    bottom: 0;
	margin: auto;
    left: 20px;
    width: 8px;
    height: 20px;
    transform: rotate(40deg);
    border-bottom: 2px solid #231815;
    border-right: 2px solid #231815;
}

.agree .checkbox01-input:checked + span.mwform-checkbox-field-text::after{
    left: -17px;
}
.checkbox-block.residence label:last-of-type span,
.checkbox-block.service label:nth-of-type(even) span,
.checkbox-block.preferred label:nth-of-type(3n) span,
.checkbox-block.time label:nth-of-type(even) span{
	margin-right: 5px;
}
.checkbox-block.service label:nth-of-type(n + 3) span,
.checkbox-block.preferred label:nth-of-type(n + 4) span,
.checkbox-block.time label:nth-of-type(n + 3) span{
	margin-top: 15px;
}
.form-btn label{
	padding: 10px;
	color: #000;
}
.input-line-block .orange-btn{
	width: 267px;
	display: block;
	margin: 33px auto 0;
}
.orange-btn .submit_button{
	background: #f39800;
    color: #fff;
    font-size: 25px;
    text-align: center;
    padding: 14px 21px;
    display: inline-block;
    position: relative;
    box-shadow: 0 2px 0 0 rgba(0,35,61,.5);
	border-style:none;
	cursor: pointer;
}
.orange-btn p{
	position: relative;
}
.orange-btn p::before,
.orange-btn p::after{
	width: 0;
    height: 0;
    content: "";
    position: absolute;
    right: 0px;
	pointer-events: none;
}
.orange-btn p::before{
	border-top: 32px solid transparent;
    border-bottom: 32px solid transparent;
    border-left: 32px solid rgba(0,35,61,.5);
    border-right: 0px solid transparent;
    margin-right: -32px;
    top: 32%;
    margin-top: -17px;
}
.orange-btn p::after{
	border-top: 32px solid transparent;
    border-bottom: 32px solid transparent;
    border-left: 32px solid #f39800;
    border-right: 0px solid transparent;
    margin-right: -32px;
    top: 32%;
    margin-top: -20px;
}
.input-line-block .form-btn.attach input[type="file"] {
    /*display: none;*/
  display: inline-block;
}
.input-line-block .file_upload input[type="file"]{
	border: 1px solid #231815;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    width: 100%;
    padding: 12px 0;
    box-shadow: 2px 2px 0 0 rgba(0,35,61,.5);
    cursor: pointer;
}

.form .mw_wp_form .error {
    font-size: 14px;
    color: #ff0000;
    display: block;
}

.form .mw_wp_form #zip1 + .error {
    position: absolute;
}

.form .mw_wp_form #zip2 + .error {
    position: absolute;
    left: 52%;
}

.inquiry-list-btn{
  padding: 30px 120px
}

.inquiry-list-btn li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 50px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    position: relative;
    font-size: 14px;
}

.inquiry-list-btn li a:after {
    content: "\e902";
    font-family: "icomoon";
    display: flex;
    align-items: center;
    height: 100%;
    position: absolute;
    right: 7px;
    top: 0;
    font-size: 10px;
    color: #fff;
}


/* 確認画面 */

.mw_wp_form_confirm .input-line .input .label {
    display: none;
}

.mw_wp_form_confirm .input-line .input .larea {
    margin-right: 0px;
}

.mw_wp_form_confirm .input-line .input .larea02 {
    margin-right: 0px;
}

.mw_wp_form_confirm .input-line.postal-code .hyphen {
    margin: 0 5px;
}

.mw_wp_form_confirm .input-line-block .orange-btn {
    width: 143px;
}

.mw_wp_form_confirm .input-line li {
	font-size: 16px;
  padding: 8px 0 0;
}

.mw_wp_form_confirm .confirm_back{
  margin: 25px 0 0;
  background: #21aede;
  padding: 4px 8px;
  color: #fff;
  border: none;
}

.anno-text-media-request {
  display: block;
  margin: 40px 0 0;
  text-align: center;
}




@media screen and (max-width:767px){
	body.form{
		width: 100%;
    margin: 0 auto;
    padding-top: 0; 
	}
	body.form #header{
		border-bottom: 3px solid #dee7ec;
    margin: 0 auto;
    background: #e3f5fd;
    padding: 10px 0;
	}
  
  
  body.form .head-content .logo-wrap {
    max-width: 120px;
    margin-left: 0px;
  }
  
  .form .head-content {
    padding: 5px 10px;
	}
  .form .common-content {
    margin-top: 20px;
    min-height: auto;
	}
  
	.form-cont{
		width: 100%;
		margin: auto;
	}
	.inquiry-form-wrap{
		padding: 0 10px;
	}
	.Inquiry-heading01{
		font-size: 16px;
		margin: 0 10px;
	}
	.Inquiry-heading02{
		font-size: 18px;
	}
	.Inquiry-heading02 + .read {
		margin-top: 10px;
		padding: 0 10px 20px;
	}
	.input-line{
		display: block;
		padding: 17px 0 17px 0;
	}
	.input-line dt{
		font-size: 15px;
		padding-top: 0;
		padding-bottom: 10px;
	}
	/*.input-line dt.required,
	.input-line dt.any{
		position: relative;
	}*/
	.input-line dt.required::after{
		content: "必須";
		color: #fff;
		vertical-align: top;
		padding: 2px 7px 2px 6px;
		font-size: 10px;
		background: #e3007f;
		border-radius: 5px;
		margin-left: 15px;
	}
	.input-line.service-check dt.required::after{
		top: 0;
		left: 160px;
	}
	.input-line.mail-area dt.required::after{
		top: 0;
	}
	.input-line dt.any::after{
		content: "任意";
		color: #fff;
		vertical-align: top;
		padding: 2px 7px 2px 6px;
		font-size: 10px;
		background: #21aede;
		border-radius: 5px;
		margin-left: 15px;
	}
	.input-line dd{
		width: 100%;
	}
	.input-line .input li{
		width: 100%;
	}
	.input-line .input .larea,.input-line .input .larea02{
		margin-right: 0;
	}
	.input-line .input .label{
		font-size: 14px;
		margin-right: 0;
		position: static;
	}
	.input-line input[type="text"], select{
		/*padding: 10px 5px;*/
		width: 76%;
		border: 1px solid #eee;
	}
	.input-line .w360 input[type="text"]{
		width: 100%;
	}
	.input-line .w182 input[type="text"]{
		width: 100%;
	}
	.input-line .input .half-size{
		margin-left: 0;
		margin-top: 2px;
		display: block;
	}
	.input-line .input .anno{
		padding-top: 8px;
	}
	.input-line .radio{
		width: 47%;
	}
	.input-line .checkbox{
		width: 48%;
		padding-left: 34px;
		margin: 0 8px 0 0;
	}
	.input-line.preferred-date .checkbox{
		width: 48%;
	}
	.input-line.preferred-date-time .checkbox{
		width: 48%;
	}
	.input-line.preferred-date label.checkbox:nth-of-type(2n){
		margin-right: 0;
	}
	.input-line.preferred-date label.checkbox:nth-of-type(3){
		margin-right: 8px;
	}
	.input-line.service-check dd, .input-line.mail-area dd, .input-line.contact-area dd,.input-line.address-area dd,.input-line.file-area dd{
		width: 100%;
	}
	.input-line .radio:after, .input-line .checkbox:after{
		left: 10px;
	}
	.input-line .radio:before, .input-line .checkbox:before{
		left: 18px;
	}
	.input-line .checkbox:nth-of-type(n + 3){
		margin-top: 10px;
	}
	.input-line .input .anno{
		padding-top: 12px;
	}
	.input-line.mail-area input[type="text"]{
		width: 100%;
	}
	.input-line.contact-area textarea{
		width: 100%;
		height: 150px;
		border: 1px solid #eee;
	}
	.form-footer ul li.num{
		font-size: 22px;
	}
	.inquiry-form-wrap.input-done{
		padding: 30px 10px 0;
	}
	.input-done .Inquiry-heading03{
		font-size: 18px;
		line-height: 1.8;
	}
	.input-done .icon{
		padding-top: 90px;
	}
	.input-done .icon::before{
		top: 20px;
		left: 0;
		right: 0;
		margin: auto;
	}
	.input-done p{
		line-height: 2;
	}
	.input-done p.text02{
		margin-bottom: 25px;
	}
	.input-done .back-top{
		font-size: 16px;
		margin: 30px 0 0;
	}
	.input-done .back-top::after{
		font-size: 15px;
	}
	.personal-info{
		padding: 8px 10px;
	}
	.personal-info ul{
		/*justify-content: flex-start;*/
		flex-wrap: wrap;
	}
	.personal-info ul li{
		font-size: 13px;
		flex-grow: 1;
		width: 50%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
  
	.personal-info .cont-block .corporate-title01 {
    font-size: 18px;
}
	.personal-info .cont-block .corporate-title02 {
    font-size: 16px;
    margin: 0 0 15px;
}
  
  
	.personal-info .cont-block ul li{
		font-size: 13px;
		width: auto;
		display: block;
	}
  .personal-info .cont-block ul li:last-child {
      padding-top: 0;
      padding-right: 0;
  }
  
  
	.personal-info ul li:last-child{
		padding-top: 10px;
		padding-right: 30px;
	}
	.personal-info ul li.view{
		font-size: 12px;
	}
	.personal-info ul li.view::after{
		right: 17px;
		width: 10px;
		height: 10px;
	}
	.personal-info .checkbox{
		font-size: 15px;
	}
	.input-line.postal-code .hyphen{
		margin: 0 10px;
	}
	.input-line.postal-code input{
		width: 35%;
	}
	.input-line .checkbox-block.residence input + span,
	.input-line .checkbox-block.service input + span,
	.input-line .checkbox-block.preferred input + span,
	.input-line .checkbox-block.time input + span{
		width: 47%;
	}
	.checkbox-block.residence label:last-of-type span{
		margin-right: 5px;
	}
	.input-line .checkbox-block.preferred label:nth-of-type(2n) span{
		margin-right: 0;
	}
	.input-line .checkbox-block.preferred label:nth-of-type(3) span{
		margin-right: 8px;
	}
	.checkbox-block.preferred label:nth-of-type(n + 4) span {
		margin-top: 0;
	}
	.checkbox-block.preferred label:nth-of-type(n + 3) span {
		margin-top: 15px;
	}
	.form-btn label{
		padding: 0;
	}
	.input-line-block .orange-btn{
		width: 198px;
	}
	.input-line-block .orange-btn .submit_button{
		font-size: 18px;
		padding: 9px 18px;
	}
	.orange-btn p::after{
		border-top: 23px solid transparent;
		border-bottom: 23px solid transparent;
		border-left: 24px solid #f39800;
		margin-right: -24px;
		top: 44%;
	}
	.orange-btn p::before{
		border-top: 26px solid transparent;
		border-bottom: 20px solid transparent;
		border-left: 23px solid rgba(0,35,61,.5);
		border-right: 0px solid transparent;
		margin-right: -23px;
		top: 41%;
		margin-top: -17px;
	}
  
  .inquiry-list-btn{
    padding: 30px 10px;
  }
  
  .inquiry-list-btn ul{
    flex-wrap: wrap;
  }
  
  .inquiry-list-btn li {
    width: 48.5%;
    margin: 0 0 10px;
  }

  .inquiry-list-btn li a {
    width: auto;
    height: 60px;
    font-size: 15px;
  }
  
  .inquiry-list-btn li a:after {
    font-size: 14px;
  }

  /* 確認画面  */
  .mw_wp_form_confirm .input-line-block .orange-btn {
    width: 107px;
  }


  

}