@charset "UTF-8";
/* CSS Document */
.sec.main{
	width:100%;
	max-width:1920px;
	margin:0 auto;
	padding:100px 0 140px;
	background:url("../img/common/title_bk.png") left bottom repeat-x;
}
.sec.main .title{
	width:92%;
	max-width:1080px;
	margin:0 auto;
	padding:0;
}
.sec.main .title h1{
	font-size:36px;
	line-height:1.1em;
	letter-spacing: 0.2pt;
	color:#333;
	font-weight:600;
	margin:0;
	padding:0;
}
h3.line_k2{
	position:relative;
	color:#444;
	width:100%;
	font-size:32px;
	line-height:1.2em;
    display:block;
    align-items: center;
    text-align: center;
	padding:0;
	margin:40px auto 60px;
}
h3.line_k2 span.wap{
	position:relative;
	display:inline-block;
	width:auto;
	padding:0 5%;
	background:#fff;
	margin:0 auto;
	z-index:100;
}

h3.line_k2:before{
	position:absolute;
	content: "";
	width:100%;
	height:1px;
	top:50%;
	left:0;
    display: inline; /* for IE */
	z-index:100;
}
h3.line_k2:before{border-top: 1px solid #444;}

/*回線comとは*/
ul.allin{
	width:100%;
	margin:40px auto 60px;
	padding:0;
}

ul.allin li{
	float:left;
	width:18.4%;
	margin:0 2% 0 0;
	border-radius:6px;
	font-size:16px;
	line-height:1.2em;
	font-weight:600;
	text-align:center;
	color:#fff;
	padding:130px 0 20px;
	background:#d8404f;
	overflow:hidden;
	border:2px solid #d8404f;
	box-sizing:border-box;
}
ul.allin li:nth-child(2n){
	color:#d8404f;
	background:#f7f7f7;
}
ul.allin li:last-child{margin-right:0;}
ul.allin li:first-child{
	padding-top:140px;
	background:url("../img/about/icon01.png") top 40px center no-repeat,#d8404f;
}
ul.allin li:nth-child(2){background:url("../img/about/icon02.png") top 35px center no-repeat,#f7f7f7;}
ul.allin li:nth-child(3){background:url("../img/about/icon03.png") top 35px center no-repeat,#d8404f;}
ul.allin li:nth-child(4){background:url("../img/about/icon04.png") top 35px center no-repeat,#f7f7f7;}
ul.allin li:last-child{
	padding-top:140px;
	background:url("../img/about/icon05.png") top 40px center no-repeat,#d8404f;
}
.contents.kkr.bk06{background:url("../img/common/bk_icon.png") top 40px left 40px no-repeat,#fff;}
.contents.kkr p.point{
	text-align:center;
	color:#fff;
	font-size:24px;
	font-weight:500;
	padding:12px 0;
	margin:0 auto;
	background:#d8404f;
	border-radius:6px;
}
.contents.kkr p.point .bold{
	font-family: Futura, Trebuchet MS, Arial, sans-serif;
	font-size:32px;
	font-weight:600;
}
p.read.wht{
	color:#fff;
	font-size:18px;
	font-weight:600;
	margin:0 auto;
	padding:0;
}

a.response_btn{
	display:table;
	color:#e49d40;
	font-size:26px;
	letter-spacing: 0.2pt;
	font-weight:600;
	text-decoration:none;
	text-align:center;
	margin:0 auto 20px;
	padding:32px 0;
	min-width:50%;
	background:#fff;
	border-radius:48px;
	box-shadow:0 0 4px rgba(0,0,0,0.1);
	transition: all 0.3s ease;
}
a.response_btn span{
	padding-left:60px;
	background:url("../img/about/mail_icon.png") left center no-repeat;
}
a.response_btn:hover{transform: translateY(-6px);}
.contents.kkr h3.title_maru{
	position:relative;
	display:table;
	color:#fff;
	font-size:20px;
	min-width:33%;
	margin:0 auto -25px;
	padding:8px 12px;
	text-align:center;
	background:#16b2b8;
	border-radius:24px;
	z-index:100;	
}
.contents.kkr h3.title_maru.kaisen{background:#d8404f;}
.contents.kkr ul.moving{
	width:100%;
	margin:0 auto 60px;
	padding:60px 10px 30px;
	border:3px solid #16b2b8;
	border-radius:12px;
	box-sizing:border-box;
}
.contents.kkr ul.moving.kaisen{
	border-color:#d8404f;
	margin:0 auto;
}
.contents.kkr ul.moving li{
	position:relative;
	float:left;
	width:50%;
	margin:0 auto;
	padding:120px 0 0;
	text-align:center;
	font-size:20px;
	line-height:1.4em;
}
.contents.kkr ul.moving li:first-child::after{
	position:absolute;
	display:inline-block;
	content:"";
	right:-15px;
	top:50%;
	margin-top:-30px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 0 30px 30px;
	border-color: transparent transparent transparent #999;
}
.contents.kkr ul.moving li:first-child{background:url("../img/about/icon06.png") top center no-repeat;}
.contents.kkr ul.moving li:last-child{
	padding:140px 0 0;
	background:url("../img/about/icon07.png") top center no-repeat;
}
.contents.kkr ul.moving.kaisen li{
	float:none;
	width:auto;
	margin:0 auto 100px;
	padding:0;
}

.contents.kkr ul.moving.kaisen li:first-child::after{
	right:0;
	left:50%;
	top:auto;
	bottom:-60px;
	margin:0 0 0 -30px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 30px 0 30px;
	border-color: #999 transparent transparent transparent ;
}
.contents.kkr ul.moving.kaisen li:first-child{
	padding:140px 0 0;
	background:url("../img/about/icon08.png") top center no-repeat;
}
.contents.kkr ul.moving.kaisen li:last-child{
	padding:0;
	background:none;
	margin:0;
}
.contents.kkr ul.moving.kaisen li:last-child span.big.red{
	display:table;
	color:#d8404f;
	letter-spacing: 0.2pt;
	font-size:56px;
	font-weight:600;
	margin:0 auto 10px;
}
.contents.kkr ul.moving.kaisen li:last-child span.min{
	font-size:14px;
	letter-spacing:0.4pt;
}
ul.flow{
	width:100%;
	margin:0 auto;
	padding:0;
}
ul.flow li{
	position:relative;
	float:left;
	width:18.4%;
	margin:0 2% 0 0;
	padding:20px;
	background:#f7f7f7;
	border-radius:6px;
	box-sizing:border-box;
	text-align:center;
	font-size:14px;
	line-height:1.2em;
	letter-spacing: 0.4pt;
}
ul.flow li:last-child{margin-right:0;}
ul.flow li::after{
	position:absolute;
	right:-16px;
	top:50%;
	margin-top:-8px;
	display:inline-block;
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 8px;
	border-color: transparent transparent transparent #999;
}
ul.flow li:last-child::after{display:none;}

ul.flow li img{
	width:100%;
	max-width:100%;
	margin:0 auto 5px;
	padding:0;
}
ul.flow li span{
	display:table;
	font-family: Futura, Trebuchet MS, Arial, sans-serif;
	color:#16b2b8;
	font-weight:500;
	font-size:14px;
	margin:0 auto 5px;
}

/*抑え情報（ボタン）*/
ul.response_box{
	width:100%;
	margin:0 auto;
	padding:60px 0;
}
ul.response_box.line_non{border:none;}
ul.response_box li{
	float:left;
	width:48%;
	margin:0 4% 0 0;
}
ul.response_box li:last-child{margin-right:0;}

ul.response_box li a{
	position:relative;
	display:block;
	color:#fff;
	font-size:20px;
	text-align:center;
	padding:18px 0;
	background:#e49d40;	
	text-decoration:none;
	letter-spacing: 0.4pt;
	border:2px solid #e49d40;
	border-radius:32px;
	transition: all 0.3s ease;	
	box-shadow:0 0 4px rgba(0,0,0,0.1);
	box-sizing:border-box;
}
ul.response_box li a::after{
	position:absolute;
	right:20px;
	top:50%;
	margin-top:-8px;
	display:inline-block;
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 8px;
	border-color: transparent transparent transparent #fff;
}
ul.response_box li a:hover{
	color:#e49d40;
	background:#fff;
}
ul.response_box li a:hover::after{border-color: transparent transparent transparent #e49d40;}

/********************機能・料金********************/
ul.price_ul{
	width:100%;
	margin:0 auto 40px;
	padding:0;
}
ul.price_ul li{
	float:left;
	width:48%;
	margin:0 4% 0 0;
}
ul.price_ul li:last-child{margin-right:0;}

ul.price_ul li h3{
	font-size:22px;
	line-height:1.4em;
	color:#444;
	padding:0 0 0 15px;
	border-left:5px solid #16b2b8;
	margin:0 auto 20px;
}
ul.price_ul li:last-child h3{border-color:#c2cc59;}
ul.price_ul li p.center{margin:0 auto 20px;}

a.more_btn{
	display:table;
	margin:0 auto;
	padding:20px 0;
	width:40%;
	font-size:18px;
	line-height:1.2em;
	text-align:center;
	color:#fff;
	text-decoration:none;
	background:#e49d40;
	border-radius:32px;
	box-shadow:0 0 4px rgba(0,0,0,0.1);
	transition: all 0.3s ease;	
}
a.more_btn:hover{transform: translateY(-6px);}
/*　アコーディオン　*/
.accordionbox{
	width: 100%;
	margin:0 auto 30px;
	padding:0;
}
.accordionlist dt{
    display:block;
	width:100%;
	color:#fff;
	font-size:16px;
	letter-spacing: 0.2pt;
	font-weight:600;
    padding:8px 0 8px 16px;
	margin:0 auto 10px;
	overflow:hidden;
	background:#16b2b8;
	border-radius:6px;
	position:relative;
	box-sizing:border-box;
	}
ul.price_ul li:last-child .accordionlist dt{background:#c2cc59;}
.accordionlist dd{
    display:none;
	font-size:14px;
	width:100%;
	padding:10px;
	margin:0 auto 10px;
	background:#f7f7f7;
	border-radius:6px;
	box-sizing:border-box;
	}
.accordionlist dd span.bold{font-weight:600;}
.accordionlist dd span.block{display:block;}
.accordion_icon,
.accordion_icon span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.contents .accordion_icon {
	position: absolute;
	right:0;
	top:50%;
	width: 40px;
	height: 40px;
	margin:-5px 0 0;
	padding:0;
}
.accordion_icon span {
	position: absolute;
    left:25%;
    width: 40%;
	height: 3px;
    background: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.accordion_icon span:nth-of-type(1) {
    top: 10%;
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion_icon span:nth-of-type(2) {
    top: 10%;
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
/*＋、－切り替え*/
.accordion_icon.active span:nth-of-type(1) {
	display:none;
}
.accordion_icon.active span:nth-of-type(2) {
	top: 10%;
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.over_x{
	width:100%;
	margin:0 auto;
	padding:0;
}
table.td_style{
	width:100%;
	margin:0 auto;
	padding:0;
	border-collapse: collapse;
	border:1px solid #ccc;
	background:#fff;
}
table.td_style.single{margin:0 auto;}
table.td_style tr th,
table.td_style tr td{
	text-align:center;
	padding:12px 8px;
	width:25%;
	font-size:14px;
	letter-spacing: 0.2pt;
	border:1px solid #ccc;
}
table.td_style tr th{
	color:#fff;
	font-size:16px;
	padding:8px 4px;
}
table.td_style tr th.gry{color:#444;}
table.td_style tr th.grn_t{background:#73ad3b;}
table.td_style tr th.grn_b{background:#83bc4f;}
table.td_style tr th.blue_t{background:#4e89b7;}
table.td_style tr th.blue_b{background:#66aee5;}
table.td_style tr th.red_t{background:#ce6547;}
table.td_style tr th.red_b{background:#de7d68;}

table.td_style tr td:nth-of-type(2){background:#faffe7;}
table.td_style tr td:nth-of-type(3){background:#e7ffff;}
table.td_style tr td:nth-of-type(4){background:#fff1f1;}

table.td_style tr.text td+td{
	vertical-align: top;
	text-align:left;
}
table.td_style tr:nth-child(n + 4) td{
	font-size:20px;
	padding:12px 8px;
}
table.td_style tr td:first-child{font-size:18px;}

table.td_style tr td ul{
	width:80%;
	margin:0 auto;
	padding:0;
}
table.td_style tr td ul li{
	font-size:16px;
	position:relative;
	text-align:left;
	margin:0 auto;
	padding:0;
}
table.td_style tr td ul li::before{
	display:inline-block;
	content:"・";
}
ul.table_ul{
	width:100%;
	margin:0 auto 40px;
	padding:0;
}
ul.table_ul li{
	float:left;
	width:48%;
	margin:0 4% 0 0;
	padding:0;
}
ul.table_ul li:last-child{margin-right:0;}

ul.table_ul li h3{
	font-size:22px;
	line-height:1.2em;
	color:#fff;
	padding:0 0 0 15px;
	border-left:5px solid #c2cc59;
	margin:0 auto 20px;	
}
ul.table_ul li h3 span.min{
	font-size:14px;
	letter-spacing: 0.2pt;
}
ul.table_ul li table.td_style.sec tr th,
ul.table_ul li table.td_style.sec tr td{
	text-align:center;
	padding:12px 8px;
	width:25%;
	letter-spacing: 0.2pt;
	border:1px solid #ccc;
}
ul.table_ul li table.td_style.sec tr th,
table.td_style.single tr th{
	color:#fff;
	background:#c2cc59;
	font-size:16px;
	padding:12px 4px;
}
ul.table_ul li table.td_style.sec tr td:first-child,
table.td_style.single tr td:first-child{background:#f7f7f7;}

ul.table_ul li table.td_style.sec tr td span.min{
	display:table;
	font-size:10px;
	letter-spacing: 0.2pt;
	line-height:1.2em;
	margin:0 auto;
}
table.td_style.sec tr td:nth-of-type(2),table.td_style.sec tr td:nth-of-type(3),table.td_style.sec tr td:nth-of-type(4),
table.td_style.single tr td:nth-of-type(2),table.td_style.single tr td:nth-of-type(3),table.td_style.single tr td:nth-of-type(4){
	font-size:20px;
	color:#444;
	background:none;
}
ul.table_ul li table.td_style.sec tr td.add_t{
	font-size:14px;
	text-align:left;
	background:none;
	padding:8px;
}
.contents p.attention{
	font-size:24px;
	color:#fff;
	background:#d8404f;
	text-align:center;
	letter-spacing: 0.4pt;
	border-radius:6px;
	padding:20px 8px;
	margin:0 auto;
}
h3.midashi{
	font-size:22px;
	line-height:1.2em;
	color:#fff;
	padding:0 0 0 15px;
	border-left:5px solid #c2cc59;
	margin:20px auto;	
}

table.td_style.for tr th{
	color:#444;
	background:#fff;
	font-size:16px;
	padding:12px 4px;
}
table.td_style.for tr th:nth-child(2){
	color:#fff;
	background:#83bc4f;
}
table.td_style.for tr th:nth-child(3){
	color:#fff;
	background:#66aee5;
}
table.td_style.for tr td:nth-of-type(2){background:#faffe7;}
table.td_style.for tr td:nth-of-type(3){background:#e7ffff;}

table.td_style.for tr td:nth-of-type(2),table.td_style.for tr td:nth-of-type(3){
	font-size:20px;
	color:#444;
}
table.td_style.for tr td p.min_t{
	font-size:16px;
	line-height:1.4em;
	text-align:left;
}
.contents p.min{
	font-size:14px;
	line-height:1.6em;
	letter-spacing: 0.4pt;
	margin:0 auto 10px;
}
.contents p.top_line{
	font-size:14px;
	line-height:1.6em;
	margin:10px auto 0;
	padding:10px 0 0;
	border-top:1px solid #ccc;
}
p a{color:#36c;}
p a:hover{text-decoration:none;}

/*導入事例*/
ul.case{
	width:100%;
	margin:0 auto 40px;
	padding:0;
}
ul.case li{
	float:left;
	width:32%;
	margin:0 2% 20px 0;
	padding:0 0 20px;
	background:#fff;
	box-shadow:0 0 4px rgba(0,0,0,0.1);
}
ul.case li:nth-child(3n){margin-right:0;}

ul.case li img,
ul.case li video{
	display:block;
	width:100%;
	background:#f7f7f7;;
	margin:0 auto;
	padding:0;
}
ul.case li h3{
	font-size:20px;
	line-height:1.4em;
	text-align:center;
	letter-spacing: 0.4pt;
	color:#16b2b8;
	display:table;
	margin:20px auto 10px;
	padding:0;
}
ul.case li h3.min{font-size:18px;}
ul.case li h4{
	display:table;
	color:#444;
	font-size:16px;
	line-height:1.4em;
	letter-spacing: 0.4pt;
	text-align:center;
	margin:0 auto 10px;
	padding:0;
}
ul.case li h4.min{font-size:14px;}
ul.case li p{
	font-size:14px;
	line-height:1.8em;
	color:#444;
	width:90%;
	margin:0 auto;
	padding:0;
}

/*モデルケース*/
dl.model{
	display:table;
	width:100%;
	margin:0 auto 20px;
	padding:0;
}
dl.model dt{
	display:table-cell;
	width:28%;
	margin:0;
	padding:0 2% 0 0;
	vertical-align: top;
}
dl.model dt img{
	display:block;
	width:100%;
	border-radius:6px;
	border:2px solid #775724;
	background:#c5e3e6;
}
dl.model dd{
	position:relative;
	display:table-cell;
	width:70%;
	margin:0;
	padding:0;
	vertical-align: top;	
}
.contents.kkr dl.model dd h3{
	line-height:1.4em;
	margin-bottom:5px;
}
.contents.kkr dl.model dd p{
	margin-bottom:20px;
	letter-spacing: 0.8pt;
}
.contents.kkr dl.model dd p.bk_gry{
	position:absolute;
	bottom:0;
	left:0;
	width:96%;
	padding:10px 2%;
	margin:0 auto;
	border-radius:6px;
	font-size:14px;
	line-height:1.6em;
	background:#f7f7f7;
}
.contents.kkr dl.model dd p.bk_gry span.col{
	display:table;
	color:#16b2b8;
}
ul.model_price{
	width:100%;
	margin:0 auto 10px;
	padding:0;
}
ul.model_price li{
	float:left;
	width:49%;
	margin:0 2% 0 0;
	padding:12px 0;
	text-align:center;
	font-size:18px;
	font-weight:600;
	color:#fff;
	background:#83bc47;
	border-radius:6px;
}
ul.model_price li:last-child{
	background:#66aee5;
	margin-right:0;
}
p.right_t{
	display:block;
	font-size:12px;
	text-align:right;
}
ul.colum2{
	width:100%;
	margin:20px auto 0;
	padding:0;
}

ul.colum2 li{
	float:left;
	width:48%;
	margin:0 4% 0 0;
	font-size:14px;
	line-height:1.4em;
	text-align:center;	
}
ul.colum2 li:last-child{margin-right:0;}

ul.colum2 li a{
	display:block;
	width:100%;
	background:url("../img/model/bnr_img01.jpg") center/cover no-repeat;
	padding:32px 0;
	margin:0 auto 10px;
	font-size:24px;
	line-height:24px;
	letter-spacing: 0.6pt;
	color:#fff;
	text-shadow:4px 4px 4px rgba(0,0,0,0.2);
	box-shadow:0 0 4px rgba(0,0,0,0.1);
	border-radius:6px;
	transition: all 0.3s ease;
	text-decoration:none;
}
ul.colum2 li:last-child a{
	font-size:20px;
	line-height:26px;
	background:url("../img/model/bnr_img02.jpg") center/cover no-repeat;
}
ul.colum2 li a:hover{
	opacity:0.6;
	-ms-filter:"alpha(opacity=60)";
}

/*Q&A*/
ul.qa_ank{
	display:flex;
	width:100%;
	max-width:1080px;
	margin:0 auto 60px;
	padding:0;
}
ul.qa_ank li{
	width:48%;
	margin:0;
	padding:0;
}
ul.qa_ank li:first-child{margin-right:4%;}

ul.qa_ank li a{
	position:relative;
	display:block;
	color:#444;
	font-size:16px;
	font-weight:600;
	padding:8px 0 24px;
	text-align:center;
	text-decoration:none;
	background:#f7f7f7;
	border-radius:8px;
	border:1px solid #ccc;
	transition: all 0.3s ease;
}
ul.qa_ank li a::after{
	position:absolute;
	display:inline-block;
	content:"";
	left:50%;
	bottom:2px;
	margin-left:-8px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px;
	transition: all 0.3s ease;
	border-color: #444 transparent transparent transparent;
}
ul.qa_ank li:first-child a:hover,
ul.qa_ank li:first-child a.active{
	color:#fff;
	background:#83bc4f;
}
ul.qa_ank li a.active::after,
ul.qa_ank li:first-child a:hover::after,
ul.qa_ank li:last-child a:hover::after{border-color: #fff transparent transparent transparent;}

ul.qa_ank li:last-child a.active,
ul.qa_ank li:last-child a:hover{
	color:#fff;
	background:#66aee5;
}
ul.qa_ank li a.active:hover{
	color:#444;
	background:#f7f7f7;
}
ul.qa_ank li a.active:hover::after{border-color: #444 transparent transparent transparent;}

.contents.kkr .qa_wap{
	margin:0 auto 40px;
	padding:0 0 40px;
	border-bottom:1px solid #ccc;
}
.contents.kkr .qa_wap:last-child{
	margin:0;
	padding:0;
	border:none;
}
.contents.kkr .qa_wap h3{
	position:relative;
	width:auto;
	color:#83bc4f;
	font-weight:500;
	line-height:1.4em;
	letter-spacing: 0.4pt;
	padding:0 0 0 50px;
	margin:0 auto 20px;
}

.contents.kkr .qa_wap.price h3{color:#66aee5;}

.contents.kkr .qa_wap h3::before,
.contents.kkr .qa_wap p::before{
	font-family:"ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	position:absolute;
	display:inline-block;
	content:"Q";
	color:#fff;
	letter-spacing: 0;
	line-height:18px;
	left:0;
	top:0;
	font-size:1.2rem;
	font-weight:600;
	border-radius:32px;
	padding:7px 9px;
	background:#83bc4f;
}
.contents.kkr .qa_wap.price h3::before{background:#66aee5;}
.contents.kkr .qa_wap p{
	position:relative;
	padding:0 0 0 50px;
	margin:0 auto;
}

.contents.kkr .qa_wap p::before{
	content:"A";
	background:#d8404f;
}

/*導入の流れ*/
#introduction ul.flow{margin:0 auto 60px;}
#introduction ul.flow li{background:#fff;}
#introduction ul.flow li::after{border-color: transparent transparent transparent #fff;}

.contents .red{color:#d8404f;}
.contents .blue{color:#66aee5;}
.introduction{margin:0 auto 60px;}
#introduction ul.item{
	width:100%;
	margin:0 auto 0;
	padding:0;
}
#introduction ul.item li{
	float:left;
	width:23.5%;
	margin:0 2% 0 0;
	padding:0;
	background:#fff;
	border:1px solid #ccc;
	border-radius:6px;
	overflow:hidden;
	box-sizing:border-box;
}
#introduction ul.item li:nth-child(4n){margin-right:0;}

#introduction ul.item li img{
	display:block;
	max-width:100%;
	margin:15px auto;
}
#introduction ul.item li .info{
	width:100%;
	margin:0 auto;
	padding:15px 0;
	background:#f7f7f7;
	border-top:1px solid #ccc;
}
#introduction ul.item li .info h4{
	font-weight:600;
	display:table;
	color:#16b2b8;
	line-height:1.4em;
	text-align:center;
	margin:0 auto;
	padding:0;
}
#introduction ul.item li .info h4 .min{
	color:#444;
	font-size:13px;
	line-height:1.6em;
	padding-left:5px;
}	

.introduction h4.midashi{
	color:#444;
	font-size:22px;
	line-height:1em;
	padding:0 0 0 15px;
	border-left:5px solid #16b2b8;
}
.introduction h4.midashi .min{font-size:14px;}

.introduction ul{
	display:flex;
	width:100%;
	margin:0 auto;
	padding:0;
}
.introduction ul li{
	width:48%;
	margin:0;
	padding:0;
}
.introduction ul li:first-child{margin-right:4%;}
.introduction ul li p{min-height:60px;}
dl.int_flow{
	margin:0 auto;
	padding:0;
}
dl.int_flow dd{
	position:relative;
	display:table;
	vertical-align: middle;
	width:100%;
	height:100px;
	margin:0 auto 40px;
	border:3px solid #66aee5;
	background:#edf7ff;
	border-radius:6px;
	box-sizing:border-box;
}
dl.int_flow dd:last-child{margin-bottom:0;}
dl.int_flow dd.red{
	border-color:#d8404f;
	background:#ffeded;
}
dl.int_flow dd::after{
	position:absolute;
	display:inline-block;
	content:"";
	left:50%;
	bottom:-40px;
	margin-left:-12px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px;
	border-color: #999 transparent transparent transparent;
}

dl.int_flow dd div{
	position:relative;
	display:table-cell;
	vertical-align: middle;
	line-height:1.6em;
	width:100%;
	height:100%;
	padding:0 0 0 55px;
}
dl.int_flow dd::before{
	position:absolute;
	display:inline-block;
	content:"1";
	color:#fff;
	font-weight:600;
	font-size:14px;
	line-height:1.1em;
	letter-spacing: 0;
	left:15px;
	top:50%;
	margin-top:-14px;
	padding:7px 11px;
	background:#66aee5;
	border-radius:32px;
}
dl.int_flow dd.red::before{background:#d8404f;}

dl.int_flow dd div span{
	display:table;
	font-size:13px;
	line-height:1.4em;
}
dl.int_flow dd:nth-child(2)::before{content:"2";}
dl.int_flow dd:nth-child(3)::before{content:"3";}
dl.int_flow dd:nth-child(4)::before{content:"4";}
dl.int_flow dd:nth-child(5)::before{content:"5";}
dl.int_flow dd:nth-child(6)::before{content:"6";}
dl.int_flow dd:nth-child(7)::before{content:"7";}
dl.int_flow dd:nth-child(8)::before{content:"8";}
dl.int_flow dd:nth-child(9)::before{content:"9";}
dl.int_flow dd:nth-child(10)::before{
	font-size:12px;
	content:"10";
	padding:8px;
}

dl.int_flow dd:last-child::after{display:none;}
span.mozikeshi{text-decoration:line-through;}

/*電話機一覧*/
#list ul.item{
	display:flex;
	flex-wrap: wrap;
	width:100%;
	margin:40px auto -25px;
	padding:0;
}
#list ul.item.display,
#list ul.item.display_all{margin-bottom:0;}
#list ul.item.display{margin-top:0;}
#list ul.item li{
	position:relative;
	flex:32%;
	max-width:32%;
	margin:0 2% 25px 0;
	padding:0;
	border:1px solid #ccc;
	background:#fff;
	border-radius:6px;
	overflow:hidden;
	box-sizing:border-box;
}
#list ul.item li:nth-child(3n){margin-right:0;}

#list ul.item li div{position:relative;}
#list ul.item li div.phone_bk{padding-top:20px;}
#list ul.item li div img{
	position:relative;
	display:block;
	max-width:100%;
	max-height:220px;
	margin:20px auto;
}
#list ul.item li div span.on_read{
	position:absolute;
	bottom:0;
	opacity:0;
	left:20px;
	right:20px;
	color:#fff;
	line-height:1em;
	padding:12px 0;
	font-size:13px;
	text-align:center;
	transition: all 0.3s ease;	
}
#list ul.item li div:hover span.on_read{
	opacity:1;
	background:rgba(0,0,0,0.6);
	border-radius:6px;
}
#list ul.item li h3{
	font-family: Futura, Trebuchet MS, Arial, sans-serif;		
	color:#16b2b8;
	font-size:18px;
	text-align:center;
	font-weight:600;
	margin:0 auto 10px;
}
#list ul.item li .info{
	position:relative;
	width:90%;
	height:100%;
	margin:0 auto;
	padding:20px 5%;
	background:#f7f7f7;
	border-top:1px solid #ccc;
}
#list ul.item.display li p.min{min-height:3em;}
#list ul.item.display li p.min.b_line{
	min-height:82px;
	padding-bottom:20px;
	border-bottom:1px dotted #ccc;
}
#list ul.item li .info span.price,
#list ul.item li .info span.shiyou{
	font-weight:600;
	display:block;
	font-size:18px;
	line-height:1em;
	margin:0 0 10px;
	padding:0;
	color:#444;
}
#list ul.item li .info span.shiyou{
	display:block;
	font-size:16px;
	padding:0 0 0 24px;
	background:url("../img/list/memo_icon.png") left center/15px no-repeat;
}
#list ul.item li .info p.min,
#list ul.item li .info p.in_text{
	color:#444;
	font-size:13px;
	line-height:1.6em;
	display:block;
	margin:0 auto 20px;
	padding:0;
}
#list ul.item li .info p.in_text{
	letter-spacing:0.4pt;
	line-height:2em;
}

#list ul.item li .info p:last-child{margin-bottom:0;}

/*個人情報保護*/
.contents.kkr.policy h3{
	font-size:28px;
	color:#444;
	line-height:1em;
	margin:0 auto 20px;
	padding:0;
}
.contents.kkr.policy p{margin:0 auto 40px;}

.contents.kkr.policy .policy_bk_gry{
	width:92%;
	padding:30px 4%;
	margin:0 auto 40px;
	background:#f7f7f7;
}
.contents.kkr.policy .policy_bk_gry ol{
	width:100%;
	margin:0 auto;
	padding:0;
}
.contents.kkr.policy .policy_bk_gry ol li{
	padding:0 0 0 1.2em;
	text-indent:-1.2em;
	line-height:1.4em;
	margin:0 auto 20px;
}
.contents.kkr.policy .policy_bk_gry ol li:last-child{margin-bottom:0;}

.contents.kkr.policy .policy_bk_gry ol li span{
	display:table;
	line-height:1.4em;
	font-weight:600;
	margin:0 0 10px;
	padding:0;
}
.contents.kkr.policy .policy_bk_gry ol li ul{
	margin:0;
	padding:0;
}
.contents.kkr.policy .policy_bk_gry ol li ul li{
	padding:0 0 0 1em;
	text-indent:-1em;
	margin:0;
}

.contents.kkr.policy ul.links{
	width:100%;
	margin:0 auto 40px;
	padding:0;
}
.contents.kkr.policy ul.links li,ul.links li a{
	font-size:14px;
	margin:0;
	padding:0;
}

.contents.kkr.policy ul.indent{
	margin:0 auto;
	padding:0;
}
.contents.kkr.policy p.indent,
.contents.kkr.policy ul.indent li{
	padding:0 0 0 1em;
	text-indent:-1em;
	margin:0 auto 10px;
}
.contents.kkr.policy p.indent{margin-bottom:20px;}

.contents.kkr.policy .policy_info{
	width:92%;
	padding:30px 4%;
	background:#f7f7f7;
	margin:0 auto;
}
.contents.kkr.policy .policy_info p.center{margin:0 auto 40px;}
.contents.kkr.policy .policy_info p{margin:0 auto;}

a.link{color:#336699;}
a.link:hover{text-decoration:none;}

.contents.kkr.policy a.blank{
	padding:0 20px 0 0;
	background:url("../img/blank_icon.png") right center/14px no-repeat;
}

/*サービス約款*/
.contents.kkr.policy h3.chapter{
	font-size:16px;
	line-height:1.2em;
	margin:0 0 5px;
	padding:0;
}
.contents.kkr.policy p.indent.number{
	letter-spacing: 0.6pt;
	padding-left:2.7em;
	text-indent:-2.7em;
}
.contents.kkr.policy p.indent.number.d_digit{
	padding-left:3.3em;
	text-indent:-3.3em;	
}
.contents.kkr.policy p span.block{display:block;}

.contents.kkr.policy .policy_bk_gry ol.ver2 li{
	padding-left:2em;
	text-indent:-2em;
}
.contents.kkr.policy .policy_bk_gry ol.ver2 li.d_digit{
	padding-left:2.7em;
	text-indent:-2.7em;
}
.contents.kkr.policy ul.in_indent{margin:0 auto 20px;}
.contents.kkr.policy ul.in_indent li{
	padding:0 0 0 1em;
	text-indent:-1em;
}

.line_top{
	margin:40px auto 0;
	padding:40px 0 0;
	border-top:1px solid #efefef;
}
.line_top p.day{
	margin:0 auto 20px;
	padding:0;
}
.line_top p.day span{padding:0 0 0 65px;}
.line_top dl{
	display:table;
	width:100%;
	margin:0 auto 20px;
	padding:0;
}
.line_top dl dt{
	font-size:14px;
	display:table-cell;
	width:55%;
	margin:0;
	padding:0;
}
.line_top dl dd{
	font-size:14px;
	display:table-cell;
	width:auto;
	margin:0;
	padding:0;
}

/*会社概要*/
.contents.company dl{
	position:relative;
	display:table;
	width:100%;
	margin:0 auto;
	padding:30px 0;
	border-bottom:1px solid #efefef;
}
.contents.company dl.first{border-top:4px solid #efefef;}
.contents.company dl.first::before{
	position:absolute;
	top:0;
	left:0;
	width:180px;
	content:"";
	display:inline-block;
	height:4px;
	background:#16b2b8;
}
.contents.company dl dt,
.contents.company dl dd{
	display:table-cell;
	margin:0;
	padding:0;
}
.contents.company dl dt{
	width:25%;
	font-size:18px;
	color:#16b2b8;
}
.contents.company dl dd{
	width:75%;
	font-size:18px;
	color:#444;
}
.contents.company dl dd a{
	font-size:16px;
	margin:0 0 0 15px;
	padding:0 20px 0 0;
	color:#369;
	background:url("../img/company/bk_icon.png") right center/18px no-repeat;
}
.contents.company dl dd a:hover{text-decoration:none;}

.google_map{
	position:relative;
    width:100%;
    height:0;
    padding-top:56.5%;
	margin:40px auto 0;
}
.google_map	iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

/*お問い合わせ*/
dl.form_dl{
	display:table;
	width:100%;
	margin:0 auto 30px;
	padding:0 0 30px;
	border-bottom:1px solid #efefef;
}
dl.form_dl dt{
	display:table-cell;
	vertical-align: middle;
	width:30%;
	font-weight:600;
	margin:0;
	padding:0;
}
dl.form_dl dt span.must{
	float:right;
	font-size:12px;
	line-height:1em;
	color:#fff;
	padding:6px;
	border-radius:6px;
	background:#d8404f;
}
dl.form_dl dd{
	display:table-cell;
	vertical-align: middle;
	width:68%;
	margin:0;
	padding:0 0 0 2%;
}

input[type="text"],input[type="email"],
input[type="tel"],textarea,select{
	display: inline-block;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	padding:4px 8px;
	margin:0;
	vertical-align: middle;
	border: none;
	border: 1px solid #ccc;
	color: inherit;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	font-size:1rem;
	width:66%;
	max-width:100%;
	height:40px;
	border-radius:4px;
	transition: all 0.3s ease;
}
textarea{
	padding-top:12px;
	width:100%;
	height:280px;
}
input[type="text"]:focus,input[type="email"]:focus,
input[type="tel"]:focus,textarea:focus{border-color:#888;}

input[type="radio"],
input[type="checkbox"]{
    display: none;
    margin: 0;
}
input[type="radio"] + span,
input[type="checkbox"] + span{
	position: relative;
	display: inline-block;
	margin: 0 10px 0 0;
	padding:0 0 0 35px;
	line-height: 30px;
	cursor: pointer;
}
input[type="checkbox"] + span{padding-left:28px;}
input[type="radio"] + span::before{
	border: 1px solid #ccc;
	border-radius: 30px;
}
input[type="checkbox"] + span::before{border: 1px solid #ccc;}

input[type="radio"] + span::before,
input[type="checkbox"] + span::before,
input[type="hidden"] + span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 25px;
    height: 25px;
    margin-top: -12px;
    background: #FFF;
}
input[type="checkbox"] + span::before{
	width:20px;
	height:20px;
	margin-top:-10px;
}
input[type="radio"]:checked + span::after,
input[type="checkbox"]:checked + span::after{
	content: "";
	position: absolute;
	top: 50%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}
input[type="radio"]:checked + span::after{
	left: 5px;
	width: 15px;
	height: 15px;
	margin-top: -7px;
	background: #212121;
	border-radius: 22px;
}
input[type="checkbox"]:checked + span::after{
	top:5px;
	left:0;
	width: 20px;
	height: 20px;
	margin-top:0;
	background: #212121;
}

span.menu-79 select{
	width: 32%;
	background:url("../img/common/yazi_icon.png") right 12px center/12px no-repeat;
}

dl.form_dl + div.linebox{
	padding:15px;
	border:1px solid #efefef;
	text-align:center;
}

input[type="submit"],a.form_btn,input[type="button"].submit{
    display: block;
    border: none;
    color: #fff;
	background:#212121;
    font-size: 18px;
	line-height:1em;
    text-align: center;
    padding: 18px 0;
	margin:30px auto 0;
    width: 100%;
    max-width: 320px;
	text-decoration:none;
    position: relative;
	border-radius:6px;	
	transition: all 0.3s ease;
}
input[type="submit"].sub_grn,a.form_btn,input[type="button"].submit{background:#83bc4f;}

input[type="submit"]:hover,a.form_btn:hover,input[type="button"].submit:hover{
	opacity:0.6;
	-ms-filter:"alpha(opacity=60)";
}

input[type="submit"],
input[type="button"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
	box-sizing: border-box;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {display: none;}
input[type="submit"]::focus,
input[type="button"]::focus {outline-offset: -2px;}

dl.form_dl + p{margin:0 auto;}

/*パートナープログラム*/
.sec.main.agency{
	width:100%;
	max-width:1920px;
	margin:0 auto;
	padding:100px 0 90px;
	background:url("../img/agency/main_bk.png") center top repeat-x,url("../img/common/title_bk.png") left bottom repeat-x;
}

dl.agency_box{
	width:100%;
	margin:0 auto;
	padding:0;
}
dl.agency_box dd{
	float:left;
	width:48%;
	margin:0 4% 0 0;
	padding:0 0 20px;
	background:#fff;
	border-radius:6px;
	box-shadow:0 0 4px rgba(0,0,0,0.1);
	overflow:hidden;
}
dl.agency_box dd:nth-child(2){margin-right:0;}

dl.agency_box dd img{
	display:block;
	width:90%;
	margin:0 auto 20px;
}

dl.agency_box dd span.midashi{
	display:block;
	width:100%;
	color:#66aee5;
	font-size:22px;
	letter-spacing: 0.2pt;
	font-weight:600;
	margin:0 auto 20px;
	padding:15px 0;
	border-bottom:3px solid #66aee5;
	text-align:center;
}
dl.agency_box dd.grn span.midashi{
	color:#80a928;
	border-color:#80a928;
}

dl.agency_box dd a{
	display:block;
	position: relative;
	width:72%;
	color: #fff;
	font-size: 16px;
	text-align: center;
	padding: 12px 0;
	margin:0 auto;
	background: #66aee5;
	text-decoration: none;
	letter-spacing: 0.4pt;
	border: 2px solid #66aee5;
	border-radius: 32px;
	transition: all 0.3s ease;
	box-shadow: 0 0 4px rgba(0,0,0,0.1);
	box-sizing: border-box;
}

dl.agency_box dd.grn a{
	background:#80a928;
	border-color:#80a928;
}
dl.agency_box dd a:hover,
dl.agency_box dd.grn a:hover{
	color:#66aee5;
	background:#fff;
}
dl.agency_box dd.grn a:hover{color:#80a928;}

.contents.kkr h3.line{
	font-size:32px;
	margin:0 auto 40px;
}
.contents.kkr h3.line.blue{color:#66aee5;}
.contents.kkr h3.line.blue::before,.contents.kkr h3.line.blue::after{border-color:#66aee5;}
.contents.kkr h3.line.grn{color:#80a928;}
.contents.kkr h3.line.grn::before,.contents.kkr h3.line.grn::after{border-color:#80a928;}
.contents.kkr h3.line.gry{color:#444;}
.contents.kkr h3.line.gry::before,.contents.kkr h3.line.gry::after{border-color:#444;}

.partner_box{
	width:100%;
	margin:0 auto -20px;
	padding:0;
}
.partner_box li{
	float:left;
	width:49%;
	margin:0 2% 20px 0;
	padding:30px 0 20px;
	background:#f7f7f7;
	border-radius:8px;
}
.partner_box li:nth-child(2n){margin-right:0;}

.partner_box li h4{
	display:table;
	text-align:center;
	font-size:22px;
	color:#66aee5;
	margin:0 auto 10px;
	padding:0;
}
.partner_box.toritsugi h4{color:#80a928;}
.partner_box li p{
	display:block;
	width:84%;
	min-height:6em;
	color:#444;
	text-align:center;
	padding:0;
	margin:0 auto;
}
.partner_box li img{
	display:block;
	width:90%;
	margin:0 auto;
}
.partner_box.toritsugi li img{width:66%;}
.partner_box.toritsugi li:first-child img{width:90%;}

.contents h2.gry{color:#444;}
.contents h2.gry::after{background:#444;}

ul.agency_ank{
	width:100%;
	margin:40px auto;
	padding:0;
}
ul.agency_ank li{
	float:left;
	width:32%;
	margin:0 2% 0 0;
}
ul.agency_ank li:last-child{margin-right:0;}

ul.agency_ank li a{
	position:relative;
	display:block;
	color:#444;
	text-decoration:none;
	text-align:center;
	padding:12px 0 24px;
	border:1px solid #ccc;
	background:#f7f7f7;
	border-radius:8px;
	transition: all 0.3s ease;
}
ul.agency_ank li a:hover,
ul.agency_ank li a.visit{
	color:#f7f7f7;
	background:#444;
}
ul.agency_ank li a.visit:hover{
	color:#444;
	background:#f7f7f7;
}
ul.agency_ank li a.visit:hover::after,
ul.agency_ank li a::after {
    position: absolute;
    display: inline-block;
    content: "";
    left: 50%;
    bottom: 2px;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px;
    transition: all 0.3s ease;
    border-color: #444 transparent transparent transparent;
}
ul.agency_ank li a.visit::after,
ul.agency_ank li a:hover::after{border-color: #fff transparent transparent transparent;}

ul.agency_ank li a span.pc_only{display:inline-block;}

ul.app_flow{
	width:100%;
	margin:0 auto;
	padding:0;
}

ul.app_flow li{
	position:relative;
	padding:20px 60px 20px 260px;
	margin:0 auto 60px;
	border-radius:16px;
	box-shadow:0 0 8px rgba(0,0,0,0.1);
	box-sizing:border-box;
}

ul.app_flow li::after {
    position: absolute;
	left:50%;
	margin-left:-40px;
    right:0;
    bottom:-40px;
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 40px 0 40px;
    border-color: #d8404f transparent transparent transparent ;
}
ul.app_flow li:last-child::after{display:none;}
ul.app_flow li:first-child{background:url("../img/agency/flow_illust01.png") left 40px center/180px no-repeat,#fff;}
ul.app_flow li:nth-child(2){background:url("../img/agency/flow_illust02.png") left 40px center/180px no-repeat,#fff;}
ul.app_flow li:last-child{
	background:url("../img/agency/flow_illust03.png") left 40px center/180px no-repeat,#fff;
	margin-bottom:0;
}

ul.app_flow li:last-child::before{
	position:absolute;
	left:0;
	top:-45px;
	display:inline-block;
	content:"約10営業日";
	color:#fff;
	font-size:14px;
	line-height:1em;
	border-radius:32px;
	padding:8px 16px;
	background:#d8404f;
}

ul.app_flow li h3{
	color:#16b2b8;
	font-size:22px;
	margin:0 0 20px;
	padding:30px 0 0;
}
ul.app_flow li p{color:#444;}

a.pdf_icon {
    display: table;
    padding: 6px 12px 6px 38px;
    color: #fff;
    background: url(../img/common/pdf_icon.png) left 12px center/16px no-repeat,#212121;
    text-decoration: none;
    border-radius: 6px;
    margin: 0 auto;
	transition: all 0.3s ease;
}
a.pdf_icon:hover{transform: translateY(-6px);}

/*お見積もり・お申し込み*/
ul.flowchart_ul{
	display:table;
	width:100%;
	margin:0 auto 40px;
	padding:0;
	border-radius:8px;
	overflow:hidden;
}
ul.flowchart_ul li{
	position:relative;
	display:table-cell;
	vertical-align: middle;
	width:14.2%;
	font-size:14px;
	line-height:1.2em;
	color:#444;
	letter-spacing: 0.4pt;
	font-weight:600;
	text-align:center;
	padding:18px 0 18px 20px;
	background:#efefef;
	box-sizing:border-box;
}
ul.flowchart_ul li::before,
ul.flowchart_ul li::after{
    position: absolute;
    top: 50%;
	right:-20px;
    transform: translate(0, -50%);
    border-style: solid;
    border-width: 40px 0 40px 20px;
	border-color: transparent transparent transparent #fff;
    width: 0;
    height: 0;
    content: "";
    z-index: 1;
}
ul.flowchart_ul li::before{border-color: transparent transparent transparent #fff;}
ul.flowchart_ul li::after{
	right:-16px;
	border-color: transparent transparent transparent #efefef;
}
ul.flowchart_ul li:last-child::before,
ul.flowchart_ul li:last-child::after{display:none;}

ul.flowchart_ul li.visit{
	color:#fff;
	background:#83bc4f;
}
ul.flowchart_ul li.visit::after{border-color: transparent transparent transparent #83bc4f;}

dl.flowchart_dl{
	display:table;
	margin:0 auto 20px;
	padding:0;
}
dl.flowchart_dl dt{
	display:table-cell;
	vertical-align: middle;	
	width:48%;
	margin:0;
	padding:0;
	background:#f7f7f7;
}
dl.flowchart_dl dd{
	display:table-cell;
	vertical-align: middle;
	width:48%;
	padding:0 0 0 4%;
	margin:0;
}
.contents.kkr dl.flowchart_dl dd p{margin:0;}
.contents.kkr dl.flowchart_dl dd p.indent{
	font-size:13px;
	padding:0 0 0 1em;
	text-indent:-1em;
}
div.phone_box{
	width:100%;
	padding:20px 30px;
	margin:0 auto;
	border-radius: 6px;
	background:#f7f7f7;
	box-sizing:border-box;
}
div.phone_bk.img_one{
	background:url("../img/estimate/phone01.png") left 15px center no-repeat,#f7f7f7;
	width:50%;
	padding:15px 0 15px 50%;
}
div.phone_bk.net{
	background:url("../img/estimate/phone02.png") left 0 center/35% no-repeat,#f7f7f7;
	width:60%;
	padding:25px 0 25px 40%;
}

div.phone_box span.midashi,
ul.dial_ul li span.midashi{
	display:table;
	font-weight:600;
	line-height:1.4em;
	text-align:center;
	margin:0 auto 10px;
	padding:0;
}
div.phone_bk .input_num {
	display:block;
    width:100%;
	max-width:280px;
    height:40px;
    text-align:center;
	border-radius:8px;
	background: #fff;
	margin:0 auto 8px;
	box-shadow:0 0 6px 0 rgba(0,0,0,0.2);
}
div.phone_bk .btns{
	margin:0 auto;
	max-width:280px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}
div.phone_bk .btns button{
	position:relative;
	width:48%;
	height:35px;
	border-radius:8px;
	background:#fff;
	border:none;
	box-shadow:0 0 6px 0 rgba(0,0,0,0.2);
}
div.phone_bk .btns button:last-child{margin-left:4%;}
div.phone_bk .btns button span{display:none;}
div.phone_bk .btns button::before,
div.phone_bk .btns button::after{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    background: #333;
    content: '';
}
div.phone_bk .btns button::after {
    width: 2px;
    height: 15px;
    margin: -7px 0 0 0;
}
div.phone_bk .btns button::before{
	width:15px;
	height:2px;
	margin:0 0 0 -7px;
}
div.phone_bk .btns button:first-child::after{display:none;}

dl.form_dl.estimate{
	width:100%;
	background:#f7f7f7;
	padding:20px 30px;
	margin:0 auto 20px;
	box-sizing:border-box;
}
dl.form_dl.estimate dt{width:25%;}
dl.form_dl.estimate dd{width:73%;}

dl.form_dl.estimate dd p{
	font-size:13px;
	color:#666;
	line-height:1.8em;
	margin:0;
	padding:0;
}
dl.form_dl.estimate dd .bold{font-weight:600;}
dl.form_dl.estimate dd .red{color:#d8404f;}
dl.form_dl.estimate dd .indent{
	padding:0 0 0 1em;
	text-indent:-1em;
}

/*お見積もり・お申し込み　チャート2*/
#form h4{
    font-size: 22px;
    line-height: 1.4em;
    color: #444;
    padding: 0 0 0 15px;
    border-left: 5px solid #16b2b8;
    margin: 0 auto 20px;
}
ul.dial_ul{
	width:100%;
	margin:0 auto;
	padding:0;
	border-radius:8px;
	overflow:hidden;
}
ul.dial_ul.line_b{
	padding-bottom:20px;
	margin:0 auto 40px;
	border-bottom:3px solid #efefef;
}

ul.dial_ul li{
	position:relative;
	float:left;
	width:32%;
	margin:0 2% 20px 0;
	padding:20px 30px;
	border-radius: 6px;
	background:#f7f7f7;
	box-sizing:border-box;
}
ul.dial_ul li:nth-child(3n){margin-right:0;}

ul.dial_ul li span.more_t{
	position:absolute;
	top:5px;
	right:10px;
	font-size:12px;
	color:#666;
	letter-spacing: 0.4pt;
}
ul.dial_ul li span.midashi{padding-top:20px;}

/*お見積もり・お申し込み　チャート3*/
div.contact_area{
	width:100%;
	margin:10px auto 0;
	padding:15px 10px;
	border:3px solid #efefef;
	box-sizing:border-box;
}
.contents.kkr div.contact_area p{
	font-size:13px;
	line-height:1.2em;
	text-align:center;
	margin:0 auto;
	padding:0;
}
div.contact_area a.mail{
	display:block;
	width:66%;
	color:#fff;
	font-weight:600;
	font-size:16px;
	line-height:1em;
	padding:16px 0;
	margin:10px auto 0;
	text-align:center;
	text-decoration:none;
	border-radius:36px;
	background:#e49d40;
	transition: all 0.3s ease;
}
div.contact_area a.mail:hover{transform: translateY(-3px);}
div.contact_area a.mail span{
	padding-left:30px;
	background:url("../img/mail_icon.png") left center no-repeat;
}

ul.dial_ul.channel_ver li{padding:20px 15px 15px;}
ul.dial_ul.channel_ver li span.midashi{padding-top:0;}
div.phone_bk.phone01{
	background:url("../img/estimate/2channel_img.png") left 15px center no-repeat;
	width:50%;
	padding:15px 0 15px 50%;
}
div.phone_bk.phone02{
	background:url("../img/estimate/4channel_img.png") left 15px center no-repeat;
	width:50%;
	padding:15px 0 15px 50%;
}
div.phone_bk.phone03{
	background:url("../img/estimate/8channel_img.png") left 10px center no-repeat;
	width:50%;
	padding:15px 0 15px 50%;
}

dl.flowchart_dl.response_ver{margin:0 auto 40px;}
dl.flowchart_dl.response_ver dd{
	display:table-cell;
	vertical-align: middle;	
	width:65%;
	margin:0;
	padding:0;
}
dl.flowchart_dl.response_ver dd:last-child{
	width:33%;
	padding:0 0 0 2%;
}

.wid50{
	width:50%;
	margin:0 auto 40px;
}
.wid50 p.indent{
	padding:0 0 0 1em;
	text-indent:-1em;
}
table.td_style.form tr td{text-align:right;}
table.td_style.form tr td:first-child{text-align:left;}
table.td_style.form tr td span.min{
	letter-spacing: 0.4pt;
	color:#555;
	font-size:12px;
	line-height:1.2em;
}
table.td_style.form tr td span.block{display:block;}
table.td_style.form tr td span.not{text-decoration: line-through;}

table.td_style.form tr.total{
	font-weight:600;
	border-top:3px solid #ccc;
}

ul.sub_ul{
	display:table;
	width:auto;
	margin:40px auto 20px;
	padding:0;
}
ul.sub_ul li{
	width:320px;
	display:table-cell;
	vertical-align: middle;
	padding:0 10px;
}

/*動画で見る*/
.movie{
	position:relative;
	display:block;
	width: 100%;
	max-width:800px;
	margin:0 auto;
}
.movie img{
	display:block;
	width: 100%;
}

/* 画面サイズが1024px以下の場合に適用 */
@media screen and (min-width:1px) and (max-width:1024px) {
.contents.kkr ul.moving li:first-child::after{
	right:-30px;
	margin-top:-20px;
	border-width: 20px 0 20px 20px;
}
.contents.kkr ul.moving.kaisen li:first-child::after{
	bottom:-60px;
	margin:0 0 0 -20px;
	border-width: 20px 20px 0 20px;
}
ul.response_box{padding:40px 0;}

/*導入事例*/
ul.case li h3{
	width:90%;
	font-size:18px;
	}
ul.case li h3.min{font-size:16px;}
ul.case li h4{
	width:90%;
	font-size:14px;
	}
ul.case li h4.min{font-size:12px;}

/*モデルケース*/
.contents.kkr dl.model dd h3{font-size:18px;}
.contents.kkr dl.model dd p{font-size:14px;}
.contents.kkr dl.model dd p.bk_gry{position:relative;}
ul.model_price li{font-size:16px;}
ul.colum2 li{
	width:49%;
	margin:0 2% 0 0;
}
ul.colum2 li a,
ul.colum2 li:last-child a{
	padding:24px 0;
	font-size:18px;
	line-height:24px;
}

/*導入の流れ*/
#introduction ul.flow li::after{
	right:-12px;
	border-color: transparent transparent transparent #fff;
	}
	
.introduction{margin:0 auto 30px;}
#introduction ul.item li{
	position:relative;
	padding:0 0 60px;
	}	
#introduction ul.item li img{margin:20px auto;}
#introduction ul.item li .info{
	position:absolute;
	left:0;
	bottom:0;
	padding:12px 0;
	}
#introduction ul.item li .info h4{line-height:1.2em;}
#introduction ul.item li .info h4 .min{
	display:table;
	padding-left:0;
	margin:0 auto;
}	

.introduction h4.midashi{
	font-size:18px;
	padding:0 0 0 10px;
}
.introduction h4.midashi .min{font-size:12px;}
.introduction ul li{width:49%;}
.introduction ul li:first-child{margin-right:2%;}
.introduction ul li p{min-height:100px;}
dl.int_flow dd{height:100px;}
dl.int_flow dd div{
	font-size:14px;
	line-height:1.4em;
	padding:0 15px 0 55px;
}
	
dl.int_flow dd::before{
	font-size:12px;
	margin-top:-14px;
	padding:8px 11px;
}
dl.int_flow dd div span{font-size:12px;}

/*お見積もり・お申し込み*/
ul.flowchart_ul li{
	font-size:12px;
	letter-spacing: 0.2pt;
	padding:16px 0 16px 8px;
}
ul.flowchart_ul li::before,
ul.flowchart_ul li::after{
	right:-10px;
    border-width: 40px 0 40px 10px;
}
ul.flowchart_ul li::after{right:-8px;}
	
dl.flowchart_dl dt{width:53%;}
dl.flowchart_dl dd{width:55%;}
div.phone_box{padding:20px;}
div.phone_bk.net{
	background:url("../img/estimate/phone02.png") left 0 center/40% no-repeat,#f7f7f7;
	width:55%;
	padding:25px 0 25px 45%;
}
dl.form_dl.estimate{padding:20px;}
ul.dial_ul li span.midashi{
	font-size:14px;
	letter-spacing: 0.2pt;
	}
/*お見積もり・お申し込み　チャート3*/
div.contact_area a.mail{width:80%;}
ul.dial_ul.channel_ver li{padding:20px 15px;}
div.phone_bk.phone01{
	background:url("../img/estimate/2channel_img.png") left 10px center/80px no-repeat;
	width:50%;
	padding:10px 0 10px 50%;
}
div.phone_bk.phone02{
	background:url("../img/estimate/4channel_img.png") left 10px center/80px no-repeat;
	width:50%;
	padding:10px 0 10px 50%;
}
div.phone_bk.phone03{
	background:url("../img/estimate/8channel_img.png") left 10px center/80px no-repeat;
	width:50%;
	padding:10px 0 10px 50%;
}
dl.flowchart_dl.response_ver{margin:0 auto 20px;}
dl.flowchart_dl.response_ver dd{
	display:block;
	width:100%;
	margin:0 auto 10px;
}
dl.flowchart_dl.response_ver dd:last-child{
	width:100%;
	padding:0;
}

}

/* 画面サイズが768px以下の場合に適用 */
@media screen and (min-width:1px) and (max-width:768px) {
.sec.main{
	padding:60px 0 110px;
	text-align:center;
}
.sec.main .title h1{font-size:28px;}
	
h3.line_k2{font-size:22px;}
h3.line_k2 span.wap{padding:0;}
h3.line_k2:before{display:none;}
	
/*回線comとは*/
ul.allin li{
	float:none;
	width:100%;
	font-size:18px;
	line-height:1.4em;
	margin:0 auto 10px;
	text-align:left;
	padding:60px 10px 60px 130px;
}
ul.allin li:first-child{
	padding-top:60px;
	background:url("../img/about/icon01.png") left 40px center no-repeat,#d8404f;
}
ul.allin li:nth-child(2){background:url("../img/about/icon02.png") left 40px center no-repeat,#f7f7f7;}
ul.allin li:nth-child(3){background:url("../img/about/icon03.png") left 30px center no-repeat,#d8404f;}
ul.allin li:nth-child(4){background:url("../img/about/icon04.png") left 30px center no-repeat,#f7f7f7;}
ul.allin li:last-child{
	padding-top:60px;
	background:url("../img/about/icon05.png") left 30px center no-repeat,#d8404f;
}
.contents.kkr.bk06{background:url("../img/common/bk_icon.png") top 40px left 40px no-repeat,#fff;}
.contents.kkr p.point{
	font-size:20px;
	padding:12px 8px;
}
.contents.kkr p.point .bold{font-size:28px;}
a.response_btn{
	font-size:22px;
	padding:24px 0;
	min-width:auto;
	width:80%;
}
a.response_btn span{
	padding-left:40px;
	background:url("../img/about/mail_icon.png") left center/30px no-repeat;
}

.contents.kkr h3.title_maru{
	font-size:18px;
	min-width:40%;
	margin:0 auto -22px;
}
.contents.kkr ul.moving{
	margin:0 auto 40px;
	padding:40px 10px 20px;
}
.contents.kkr ul.moving li{
	float:none;
	width:100%;
	margin:0 auto 40px;
	font-size:16px;
}
.contents.kkr ul.moving li:first-child::after{
	right:0;
	left:50%;
	top:auto;
	bottom:-40px;
	margin:0 0 0 -20px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 20px 0 20px;
	border-color: #999 transparent transparent transparent ;
}
.contents.kkr ul.moving li:first-child{background:url("../img/about/icon06.png") top center/280px no-repeat;}
.contents.kkr ul.moving li:last-child{
	padding:130px 0 0;
	background:url("../img/about/icon07.png") top center/200px no-repeat;
	margin-bottom:0;
}
.contents.kkr ul.moving.kaisen li:first-child::after{
	bottom:-40px;
	margin:0 0 0 -20px;
	border-width: 20px 20px 0 20px;
}
.contents.kkr ul.moving.kaisen li:first-child{
	padding:130px 0 0;
	background:url("../img/about/icon08.png") top center/280px no-repeat;
	margin:0 auto 60px;
}
.contents.kkr ul.moving.kaisen li:last-child span.big.red{font-size:28px;}
.contents.kkr ul.moving.kaisen li:last-child span.min{
	display:table;
	line-height:1.4em;
	}

ul.flow li{
	float:none;
	width:100%;
	margin:0 auto 20px;
	padding:15px;
}
ul.flow li:last-child{margin-bottom:0;}
ul.flow li::after{
	left:50%;
	right:0;
	top:auto;
	bottom:-14px;
	margin:0 0 0 -8px;
	border-width: 8px 8px 0 8px;
	border-color: #999 transparent transparent transparent;	
}
ul.flow li img{width:320px;}

/*抑え情報（ボタン）*/
ul.response_box li{
	float:none;
	width:100%;
	margin:0 auto 20px;
}
ul.response_box li:last-child{margin-bottom:0;}

/********************機能・料金********************/
ul.price_ul{margin-bottom:20px;}
ul.price_ul li{
	float:none;
	width:100%;
	margin:0 auto 20px;
}
ul.price_ul li:last-child{margin-bottom:0;}

ul.price_ul li h3{font-size:18px;}
ul.price_ul li p.center{text-align:left;}
a.more_btn{width:100%;}
	
/*　アコーディオン　*/
.accordionlist dt{font-size:14px;}
.over_x{overflow-x:scroll;}
table.td_style{min-width:740px;}
table.td_style.sec,table.td_style.single,
table.td_style.for{min-width:100%;}
	
table.td_style tr th,
table.td_style tr td{padding:8px;}
table.td_style tr th{
	font-size:14px;
	line-height:1.4em;
}
table.td_style tr:nth-child(n + 4) td,
table.td_style tr td:first-child{font-size:16px;}
table.td_style tr td ul{width:100%;}
table.td_style tr td ul li{
	font-size:14px;
	line-height:1.4em;
}
ul.table_ul li{
	float:none;
	width:100%;
	margin:0 auto 40px;
}
ul.table_ul li:last-child{margin-bottom:0;}

ul.table_ul li h3{font-size:18px;}
ul.table_ul li h3 span.min{display:table;}
ul.table_ul li table.td_style.sec tr th,
table.td_style.single tr th{font-size:16px;}

table.td_style.sec tr td:nth-of-type(2),table.td_style.sec tr td:nth-of-type(3),table.td_style.sec tr td:nth-of-type(4),
table.td_style.single tr td:nth-of-type(2),table.td_style.single tr td:nth-of-type(3),table.td_style.single tr td:nth-of-type(4){font-size:16px;}
.contents p.attention{
	font-size:18px;
	padding:16px 8px;
}
h3.midashi{font-size:18px;}
table.td_style.for tr td:nth-of-type(2),table.td_style.for tr td:nth-of-type(3){font-size:16px;}
table.td_style.for tr td p.min_t{font-size:14px;}
p.min{
	font-size:12px;
	line-height:1.4em;
}
p.top_line{
	font-size:12px;
	line-height:1.4em;
}

/*導入事例*/
ul.case li{
	float:none;
	width:100%;
	margin:0 auto 20px;
	padding:0 0 30px;
}

ul.case li img{
	width:74%;
	background:#f7f7f7;
	margin:0 auto;
	padding:0 13%;
}
ul.case li h3{font-size:20px;}
ul.case li h3.min{font-size:18px;}
ul.case li h4{font-size:16px;}
ul.case li h4.min{font-size:14px;}
ul.case li p{width:86%;}	

/*導入の流れ*/
#introduction ul.flow{margin:0 auto 20px;}	
#introduction ul.flow li::after{
		border-width: 8px 8px 0 8px;
		border-color: #fff transparent transparent transparent;	
}

.introduction{margin:0 auto 30px;}
#introduction ul.item li{
	float:none;
	width:100%;
	padding:0;
	margin:0 auto 20px;
}
#introduction ul.item li:nth-child(4n){margin-bottom:0;}

#introduction ul.item li img{
	display:block;
	max-width:100%;
	width:180px;
	margin:0 auto;
}
#introduction ul.item li .info{position:relative;}

.introduction h4.midashi{font-size:18px;}
.introduction h4.midashi .min{display:table;}

.introduction ul{display:block;}
.introduction ul li{width:100%;}
.introduction ul li:first-child{margin:0 0 40px;}
.introduction ul li p{min-height:auto;}
dl.int_flow dd{
	height:auto;
	margin:0 auto 30px;
	}
dl.int_flow dd::after{
	bottom:-28px;
	margin-left:-8px;
	border-width: 8px;
}
dl.int_flow dd div{padding:16px 16px 16px 55px;}
.introduction h4.midashi,
.contents .introduction p{margin:20px auto;}	

/*電話機一覧*/
#list ul.item li h3{line-height:1.2em;}
#list ul.item li{
	flex:48%;
	max-width:48%;
	margin:0 4% 25px 0;
	}	
#list ul.item.display_all li span.shiyou + p.min{min-height:auto;}	
#list ul.item li:nth-child(3n){margin-right:4%;}	
#list ul.item li:nth-child(2n){margin-right:0;}	
#list ul.item li .info span.price,
#list ul.item li .info span.shiyou{font-size:16px;}
#list ul.item li .info span.shiyou{
	font-size:14px;
	line-height:1.2em;
	padding:0 0 0 20px;
	background:url("../img/list/memo_icon.png") left top 2px/12px no-repeat;
}
#list ul.item.display li p.in_text{min-height:auto;}
/*個人情報保護*/
.contents.kkr.policy h3{
	font-size:20px;
	line-height:1.4em;
	margin:0 auto 5px;
}
.contents.kkr.policy p{margin:0 auto 20px;}

.contents.kkr.policy .policy_bk_gry{
	width:90%;
	padding:10px 5%;
	margin:0 auto 20px;
}
.contents.kkr.policy .policy_bk_gry ol li{
	font-size:14px;
	padding:0 0 0 1.1em;
	text-indent:-1.1em;
}
.contents.kkr.policy ul.indent li{font-size:14px;}
.contents.kkr.policy ul.links{margin:0 auto 20px;}
.contents.kkr.policy p.indent{margin-bottom:20px;}

.contents.kkr.policy .policy_info{
	width:90%;
	padding:10px 5%;
}
.contents.kkr.policy .policy_info p.center{margin:0 auto 10px;}

/*会社概要*/
.contents.company dl{
	display:block;
	padding:15px 0;
	}
.contents.company dl.first::before{
	width:100px;
	top:-4px;
	}
.contents.company dl dt,
.contents.company dl dd{display:block;}
.contents.company dl dt{
	width:100%;
	font-size:16px;
	line-height:1em;
	margin:0 auto 10px;
}
.contents.company dl dd{
	width:100%;
	font-size:14px;
	line-height:1.4em;
	color:#444;
}
.contents.company dl dd a{
	font-size:14px;
	margin:0 0 0 10px;
	padding:0 16px 0 0;
	background:url("../img/company/bk_icon.png") right center/12px no-repeat;
}

.google_map{
    padding-top:62.5%;
	margin:20px auto 0;
}

/*お問い合わせ*/
dl.form_dl{
	display:block;
	margin:0 auto 20px;
	padding:0 0 20px;
}
dl.form_dl dt{
	display:block;
	width:auto;
	margin:0 auto 10px;
}
dl.form_dl dt span.must{
	float:none;
	margin-left:10px;
	}
dl.form_dl dd{
	display:block;
	width:100%;
	padding:0;
}	
input[type="text"],input[type="email"],
input[type="tel"],textarea,select{width:100%;}
textarea{height:180px;}	
span.menu-79 select{width:66%;}
	
/*パートナープログラム*/	

dl.agency_box dd img{width:94%;}

dl.agency_box dd span.midashi{
	font-size:18px;
	margin:0 auto 15px;
}
dl.agency_box dd a{
	width:90%;
	padding: 8px 0;
}
.contents.kkr h3.line{
	font-size:22px;
	margin:0 auto 30px;
}
.partner_box{margin-bottom:0;}	
.partner_box li{
	float:none;
	width:100%;
	margin:0 auto 20px;
	padding:20px 0;
}

.partner_box li h4{
	font-size:18px;
}
.partner_box li p{
	width:90%;
	min-height:auto;
}
.partner_box li img{
	width:90%;
	max-width:480px;
	margin:0 auto;
}
.partner_box.toritsugi li img,
.partner_box.toritsugi li:first-child img{width:90%;}

ul.agency_ank{margin:30px auto;}
ul.agency_ank li a{
	font-size:14px;
	letter-spacing: 0pt;
	padding:10px 0 18px;
}
ul.agency_ank li a span.pc_only{display:none;}	
ul.app_flow li{
	padding:10px 30px 10px 220px;
	margin:0 auto 60px;
}

ul.app_flow li::after {
	margin-left:-35px;
    bottom:-35px;
    border-width: 15px 30px 0 30px;
}
ul.app_flow li:first-child{background:url("../img/agency/flow_illust01.png") left 30px center/150px no-repeat,#fff;}
ul.app_flow li:nth-child(2){background:url("../img/agency/flow_illust02.png") left 30px center/150px no-repeat,#fff;}
ul.app_flow li:last-child{
	background:url("../img/agency/flow_illust03.png") left 30px center/150px no-repeat,#fff;
	margin-bottom:0;
}
/*お見積もり・お申し込み*/

ul.flowchart_ul li{
	display:block;
	width:100%;
	padding:18px 0 18px;
	border-bottom:2px solid #fff;
}
ul.flowchart_ul li::before,
ul.flowchart_ul li::after{
    top: 100%;
	right:50%;
	margin:0 -20px 0 0;
    transform: translate(0, 0);
    border-width: 8px 20px 0 20px;
	border-color: #fff transparent transparent transparent;
}
ul.flowchart_ul li::after{display:none;}
ul.flowchart_ul li.visit::after{
	display:block;
	right:50%;
	border-color:#83bc4f transparent transparent transparent;
	}
ul.flowchart_ul li.visit{border:none;}
	
dl.flowchart_dl{display:block;}
dl.flowchart_dl dt{
	display:block;
	width:100%;
	margin:0 auto 10px;
	padding:0;
}
dl.flowchart_dl dd{
	display:block;
	width:100%;
	margin:0 auto;
	padding:0;
}
div.phone_bk.img_one{
	background:url("../img/estimate/phone01.png") left 20px center no-repeat,#f7f7f7;
	width:70%;
	padding:15px 0 15px 30%;
}
div.phone_bk.net{background:url("../img/estimate/phone02.png") left 0 center/180px no-repeat,#f7f7f7;}

dl.form_dl.estimate{margin:0 auto 10px;}
dl.form_dl.estimate dt{width:100%;}
dl.form_dl.estimate dd{width:100%;}

dl.form_dl + div.linebox{
	text-align:left;
	padding:15px 10px 10px;
}
dl.form_dl + div.linebox span{
	font-size:14px;
	line-height:1.3;	
}

/*お見積もり・お申し込み　チャート2*/
#form h4{
    font-size: 18px;
    padding: 0 0 0 10px;
}
ul.dial_ul.line_b{
	padding-bottom:20px;
	margin:0 auto 40px;
	border-bottom:3px solid #efefef;
}

ul.dial_ul li,
ul.dial_ul li:nth-child(3n)	{
	width:48%;
	margin:0 4% 20px 0;
}
ul.dial_ul li:nth-child(2n){margin-right:0;}
ul.dial_ul li span.midashi{padding-top:15px;}	
table.td_style.form{min-width:740px;}	
.wid50{
	width:100%;
	margin:0 auto 20px;
}
ul.sub_ul{
	display:block;
	margin:0 auto 20px;
}
ul.sub_ul li{
	width:100%;
	max-width:320px;
	display:block;
	margin:0 auto;
	padding:10px 0 0;
}	
}
/* 画面サイズが380px以下の場合に適用 */
@media screen and (min-width:1px) and (max-width:480px) {
/*回線comとは*/
ul.allin li{
	padding:30px 10px 30px 80px;
}	
ul.allin li:first-child{
	padding-top:30px;
	background:url("../img/about/icon01.png") left 28px center/40px no-repeat,#d8404f;
}
ul.allin li:nth-child(2){background:url("../img/about/icon02.png") left 28px center/35px no-repeat,#f7f7f7;}
ul.allin li:nth-child(3){background:url("../img/about/icon03.png") left 25px center/40px no-repeat,#d8404f;}
ul.allin li:nth-child(4){background:url("../img/about/icon04.png") left 25px center/40px no-repeat,#f7f7f7;}
ul.allin li:last-child{
	padding-top:30px;
	background:url("../img/about/icon05.png") left 25px center/40px no-repeat,#d8404f;
}
a.response_btn{
	font-size:18px;
	width:100%;
}
.contents.kkr ul.moving li:first-child{
	padding-top:90px;
	background:url("../img/about/icon06.png") top center/220px no-repeat;
	}
.contents.kkr ul.moving li:last-child{
	padding:110px 0 0;
	background:url("../img/about/icon07.png") top center/160px no-repeat;
	margin-bottom:0;
}
.contents.kkr ul.moving.kaisen li:first-child{
	padding:100px 0 0;
	background:url("../img/about/icon08.png") top center/220px no-repeat;
}
ul.flow li img{width:240px;}	

/*機能と料金*/	
ul.table_ul{margin-bottom:20px;}
ul.table_ul li table.td_style.sec tr th,table.td_style.single tr th,
table.td_style.for tr th{font-size:14px;}	
table.td_style tr:nth-child(n + 4) td,table.td_style tr td:first-child,	
table.td_style.sec tr td:nth-of-type(2),table.td_style.sec tr td:nth-of-type(3),table.td_style.sec tr td:nth-of-type(4),
table.td_style.single tr td:nth-of-type(2),table.td_style.single tr td:nth-of-type(3),table.td_style.single tr td:nth-of-type(4),
table.td_style.for tr td:nth-of-type(2),table.td_style.for tr td:nth-of-type(3)	{
	font-size:14px;
	line-height:1.4em;
	}
.contents p.attention{font-size:14px;}
.accordionlist dt{
	line-height:1.4em;
    padding:8px 32px 8px 8px;
	}	
/*導入事例*/
ul.case li{padding-bottom:10px;}	
ul.case li img{
	width:100%;
	padding:0;
}
ul.case li h3{font-size:18px;}
ul.case li h3.min{font-size:16px;}
ul.case li h4{font-size:14px;}
ul.case li h4.min{font-size:12px;}
ul.case li p{width:90%;}

/*モデルケース*/
dl.model{
	display:block;
	margin:0 auto 10px;
	}
dl.model dt{
	display:block;
	width:66%;
	margin:0 auto 10px;
	padding:0;
}
dl.model dd{
	display:block;
	width:100%;
	margin:0 auto;
}
.contents.kkr dl.model dd h3{font-size:16px;}	
ul.model_price li{
	float:none;
	width:100%;
	margin:0 auto 10px;
	padding:8px 0;
}
ul.model_price li:last-child{margin-bottom:0;}
p.right_t{text-align:left;}
ul.colum2{
	width:100%;
	margin:20px auto 0;
	padding:0;
}

ul.colum2 li{
	float:none;
	width:100%;
	margin:0 auto 10px;
	font-size:12px;
	line-height:1.2em;
}
ul.colum2 li:last-child{margin-bottom:0;}

ul.colum2 li a,
ul.colum2 li:last-child a{
	padding:18px 0;
	font-size:16px;
	line-height:1.4em;
}

/*Q&A*/
ul.qa_ank{margin:0 auto 20px;}
ul.qa_ank li{width:49%;}
ul.qa_ank li:first-child{margin-right:2%;}

ul.qa_ank li a{
	font-size:12px;
	line-height:1.4em;
	padding:8px 0 18px;
}
ul.qa_ank li a::after{
	margin-left:-6px;
	border-width: 6px;
}

.contents.kkr .qa_wap{
	margin:0 auto 30px;
	padding:0 0 30px;
}
.contents.kkr .qa_wap h3{
	font-size:16px;
	padding:0 0 0 35px;
	margin:0 auto 15px;
	}

.contents.kkr .qa_wap h3::before,
.contents.kkr .qa_wap p::before{
	font-size:12px;
	padding:4px 8px;
}
.contents.kkr .qa_wap p{padding:0 0 0 35px;}
/*導入の流れ*/
dl.int_flow dd div{padding:12px 12px 12px 48px;}	
/*電話機一覧*/
#list ul.item li{
	flex:100%;
	max-width:100%;
	margin:0 auto 15px;
	}	
#list ul.item li:nth-child(3n),
#list ul.item li:nth-child(2n){margin-right:0;}		
#list ul.item li div img{max-height:100%;}	
#list ul.item.display li p.min.b_line{min-height:auto;}

/*サービス約款*/
.line_top{
	margin:20px auto 0;
	padding:20px 0 0;
}
.line_top p.day{margin:0 auto 10px;}
.line_top p.day span{padding:0 0 0 40px;}
.line_top dl{margin:0 auto 10px;}
.line_top dl dt{width:90%;}

/*パートナープログラム*/
.sec.main.agency{
	margin:0 auto 0;
	padding:60px 0 40px;
	background:url("../img/agency/main_bk.png") center bottom repeat-x;
}
dl.agency_box dd{
	float:none;
	width:100%;
	margin:0 auto 20px;
}
dl.agency_box dd:nth-child(2){margin-bottom:0;}
dl.agency_box dd a{font-size: 14px;}

ul.agency_ank li a{
	font-size:12px;
	line-height:1.2em;
	padding:10px 0 24px;
}
ul.app_flow li{
	position:relative;
	padding:180px 20px 20px;
	margin:0 auto 60px;
	border-radius:16px;
	box-shadow:0 0 8px rgba(0,0,0,0.1);
	box-sizing:border-box;
}
ul.app_flow li h3{
	font-size:18px;
	margin-bottom:0;
	}	
ul.app_flow li p{margin-bottom:0;}
ul.app_flow li:first-child{background:url("../img/agency/flow_illust01.png") top 40px center/180px no-repeat,#fff;}
ul.app_flow li:nth-child(2){background:url("../img/agency/flow_illust02.png") top 40px center/180px no-repeat,#fff;}
ul.app_flow li:last-child{
	background:url("../img/agency/flow_illust03.png") top 40px center/180px no-repeat,#fff;
	margin-bottom:0;
}
dl.form_dl.estimate dd span{display:block;}
div.phone_bk.img_one{
	background:url("../img/estimate/phone01.png") top 10px center no-repeat,#f7f7f7;
	width:100%;
	padding:130px 0 0;
}
div.phone_bk.net{
	background:url("../img/estimate/phone02.png") top 0 center/180px no-repeat,#f7f7f7;
	width:100%;
	padding:105px 0 0;
	}

/*お見積もり・お申し込み　チャート2*/
ul.dial_ul li,
ul.dial_ul li:nth-child(3n)	{
	float:none;
	width:100%;
	margin:0 auto 20px;
}
ul.dial_ul li:nth-child(2n){margin-right:0;}
	
/*お見積もり・お申し込み　チャート3*/
div.contact_area a.mail{width:94%;}
div.phone_bk.phone01{
	background:url("../img/estimate/2channel_img.png") top 5px center no-repeat;
	width:100%;
	padding:120px 0 0;
}
div.phone_bk.phone02{
	background:url("../img/estimate/4channel_img.png") top 5px center no-repeat;
	width:100%;
	padding:100px 0 0;
}
div.phone_bk.phone03{
	background:url("../img/estimate/8channel_img.png") top 5px center no-repeat;
	width:100%;
	padding:110px 0 0;
}
	
}