@charset "shift_jis"; 

/*********************************************************
共通設定
*********************************************************/
/*

見出し
*********************************************************/
/*ロゴ
h1{}*/
h2{
	text-align:center;
	font-weight:700;
	font-size:1.2em;
	line-height:1.3em;
	margin-bottom:20px;
	}
h2 span.h2eng{
	display:block;
	color:var(--blue);
	font-size:1.6em;
	line-height:1.3em;
	}
/*各項目で設定
h3{}
h4{}
*/
/*TABLET*/
@media only screen and (min-width : 768px){
	h2{
	font-size:1.4em;
	line-height:1.3em;
	margin-bottom:30px;
	}
}
/*PC*/
@media only screen and (min-width : 1200px){
	h2{
	font-size:1.6em;
	line-height:1.3em;
	margin-bottom:50px;
	}

}
/*IE*/
@media all and (-ms-high-contrast:none){
}


/*
共通-コンテンツ
*********************************************************/

.contents{padding:20px 0;}

/*TABLET*/
@media only screen and (min-width : 768px){
	.contents{padding:40px 0;}
}
/*PC*/
@media only screen and (min-width : 1200px){
	.contents{padding:60px 0;}
}


/*お問合せ関係*/
a.tel{
	display:block;
	color:#fff;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.1),-1px 1px 3px rgba(0,0,0,0.1),1px -1px 3px rgba(0,0,0,0.1), -1px -1px 3px rgba(0,0,0,0.1);
	padding:15px;
	text-align:center;
	text-decoration:none;
	background: #fcb905;
	background:        -webkit-gradient(linear, left top,  right top, from(#fcb905), to(#fda10d));
	background:         linear-gradient(to right, #fcb905 0%, #fda10d 100%);
	background:    -moz-linear-gradient(left, #fcb905 0%, #fda10d 100%);
	background:      -o-linear-gradient(left, #fcb905 0%, #fda10d 100%);
	background: -webkit-linear-gradient(left, #fcb905 0%, #fda10d 100%);
	background:-ms-linear-gradient(left, #fcb905, #fda10d); /* IE */
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#fffcb905,EndColorStr=#fffda10d);
}
a.tel:hover,
a.tel:active{
	background:#fda10d;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.3),-1px 1px 3px rgba(0,0,0,0.3),1px -1px 3px rgba(0,0,0,0.3), -1px -1px 3px rgba(0,0,0,0.3);
	}
a.mobile{
	display:block;
	color:#fff;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.1),-1px 1px 3px rgba(0,0,0,0.1),1px -1px 3px rgba(0,0,0,0.1), -1px -1px 3px rgba(0,0,0,0.1);
	padding:15px 5px;
	text-align:center;
	text-decoration:none;
	background: #e65353;
	background:        -webkit-gradient(linear, left top,  right top, from(#e65353), to(#cc0000));
	background:         linear-gradient(to right, #e65353 0%, #cc0000 100%);
	background:    -moz-linear-gradient(left, #e65353 0%, #cc0000 100%);
	background:      -o-linear-gradient(left, #e65353 0%, #cc0000 100%);
	background: -webkit-linear-gradient(left, #e65353 0%, #cc0000 100%);
	background:-ms-linear-gradient(left, #e65353, #cc0000); /* IE */
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffe65353,EndColorStr=#ffcc0000);
}
a.mobile:hover,
a.mobile:active{
	background:#cc0000;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.3),-1px 1px 3px rgba(0,0,0,0.3),1px -1px 3px rgba(0,0,0,0.3), -1px -1px 3px rgba(0,0,0,0.3);
	}
a.mail{
	display:block;
	color:#fff;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.1),-1px 1px 3px rgba(0,0,0,0.1),1px -1px 3px rgba(0,0,0,0.1), -1px -1px 3px rgba(0,0,0,0.1);
	padding:15px 5px;
	text-align:center;
	text-decoration:none;
	background: #5981b5;
	background:        -webkit-gradient(linear, left top,  right top, from(#5981b5), to(#104490));
	background:         linear-gradient(to right, #5981b5 0%, #104490 100%);
	background:    -moz-linear-gradient(left, #5981b5 0%, #104490 100%);
	background:      -o-linear-gradient(left, #5981b5 0%, #104490 100%);
	background: -webkit-linear-gradient(left, #5981b5 0%, #104490 100%);
	background:-ms-linear-gradient(left, #5981b5, #104490); /* IE */
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ff5981b5,EndColorStr=#ff104490);
}
a.mail:hover,
a.mail:active{
	background:#104490;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.3),-1px 1px 3px rgba(0,0,0,0.3),1px -1px 3px rgba(0,0,0,0.3), -1px -1px 3px rgba(0,0,0,0.3);
	}

/**/
.contactBtn{
	display:flex;
	align-items: stretch;
	flex-wrap: wrap;
	gap:7px 2%;
	}
.contactBtn > p{
	flex-shrink: 0;
	width:49%;
	}
.contactBtn > p:last-child{
	flex-shrink: 0;
	width:100%;
	}
.contactBtn a.tel,
.contactBtn a.mobile,
.contactBtn a.mail{
	padding:10px 4px;
	font-weight:700;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow: 0 2px 0 0 rgba(0,0,0,0.5);
	-moz-box-shadow: 0 2px 0 0 rgba(0,0,0,0.5);
	-o-box-shadow: 0 2px 0 0 rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 2px 0 0 rgba(0,0,0,0.5);
	}
.contactBtn a.tel:active,
.contactBtn a.mobile:active,
.contactBtn a.mail:active{
	margin-top:2px;
	margin-bottom:-2px;
	box-shadow:none;
	-moz-box-shadow::none;
	-o-box-shadow::none;
	-webkit-box-shadow::none;
}

@media only screen and (min-width : 600px){
.contactBtn > p,
.contactBtn > p:last-child{
	flex-shrink: 0;
	width:32%;
	}
}


@media only screen and (min-width : 900px){
	.contactBtn a.tel,
	.contactBtn a.mobile,
	.contactBtn a.mail{
		padding:15px 5px;
	}
}

/*
お問合せバナー
*********************************************************/
.contactWrap{
	border:var(--blue) 2px solid;
	background-color:var(--beige);
	padding:15px;
	}
.bgBeige .contactWrap{
	background-color:#fff;
	}
.contactWrap img{ margin:auto;}

.contactRead{
	display:flex;
	gap:2%;
	align-items:center;
	justify-content: center;
	text-align:center;
	font-weight:bold;
	line-height:1.4em;
	}
.contactReadImg{
	flex-shrink: 0;
	width:15%;
	}
.contactReadImg img{ max-height:50px;}

@media only screen and (min-width : 900px){
	.contactWrap{
		padding:30px;
		}
	.contactRead{
		font-size:1.4em;
		line-height:1.4em;
		}
	.contactReadImg img{ max-height:70px;}
}
@media only screen and (min-width : 1200px){
	.contactRead{
		margin-top:10px;
		font-size:1.6em;
		line-height:1.4em;
		}
}

.contactBnr01 .contactTxt{
	background:url(../images/common/contactTxt01.png) center center no-repeat;
	background-size:contain;
	padding-top:4.7330%;
	}
.contactBnr02 .contactTxt{
	background:url(../images/common/contactTxt02.png) center center no-repeat;
	background-size:contain;
	padding-top:4.7330%;
	}
.contactBnr03 .contactTxt{
	background:url(../images/common/contactTxt03.png) center center no-repeat;
	background-size:contain;
	padding-top:4.5828%;
	}


@media only screen and (min-width : 900px){
	.contactBnr01 .contactTxt,
	.contactBnr02 .contactTxt,
	.contactBnr03 .contactTxt{
		background-size:auto;
		padding-top:39px;
		}
}

/*
ヘッダー
*********************************************************/
#header{
	position:fixed;
	top:0;
	left:0;
	z-index:101;
	width:100%;
	height:60px;
	background:#fff;
	clear:both;
	float:none;
	padding:5px 0;
	padding-right:50px;
	box-shadow: 0 0 3px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 3px 0px rgba(0,0,0,0.3);
	-o-box-shadow: 0 0 3px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 3px 0px rgba(0,0,0,0.3);
	}
.wrapper{
	padding-top:60px;
	}

.logo img{max-height:50px;}
.h-ico{display:none;}

/*TABLET*/
@media only screen and (min-width : 600px){
	.h-ico{
		position:fixed;
		top:5px;
		right:60px;
		display:flex;
		gap:5px;
		z-index:102;
		}
	.h-ico a.tel,
	.h-ico a.mobile,
	.h-ico a.mail{
		width:50px;
		height:50px;
		padding:5px;
		font-size:20px;
		display: flex;
		align-items: center;
		justify-content: center;
		}
}
/*PC*/
@media only screen and (min-width : 1200px){
	#header{ padding:15px 0; height:auto;}
	#header > *{
		display:flex;
		align-items:center;
		}
	.logo img{max-height:80px;}
	.h-ico{display:none;}
	#header #nav{ margin-left:auto;}

.wrapper{
	padding-top:110px;
	}

}


/*IE*/
@media all and (-ms-high-contrast:none){
}



/*
フッター
*********************************************************/
#footer{
	}
.copyright{
	background:#000000;
	color:#ffffff;
	padding:8px 0;
	font-size:0.6em;
	line-height:1;
	text-align:center;
	}

.f-ico{
	position:relative;
	display:flex;
	}
.f-ico > *{
	flex-shrink: 0;
	width:calc(100% / 3);
	}
.f-ico a{
	padding:8px 2px !important;
	font-size:0.9em;
	}

@media only screen and (min-width : 600px){
	.f-ico{ display:none;}
}

/*********************************************************
ポスティングの強み
*/
.strengthsBg{
	background:#f7f7f7 url(../images/index/strengthsBg.png) center top no-repeat;
	background-size:250%;
	}
.hexagonWrap{
	position:relative;
	height:550px;
	}
.hexagon {
	/*baseは50-88*/
	width: 100px;
	height: 175px;
	position: relative;
}
.hexagon::before,
.hexagon::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
 	left: 0;
	z-index: 0;
}
.hexagon::before {
	transform: rotate(60deg);
}
.hexagon::after {
	transform: rotate(-60deg);
}
.hexagon,
.hexagon::before,
.hexagon::after {background: #aaa;}
.hexagon.hexa01,
.hexagon.hexa01::before,
.hexagon.hexa01::after {background: #0197a6;}
.hexagon.hexa02,
.hexagon.hexa02::before,
.hexagon.hexa02::after {background: #69a84f;}
.hexagon.hexa03,
.hexagon.hexa03::before,
.hexagon.hexa03::after {background: #2c8bbb;}
.hexagon.hexa04,
.hexagon.hexa04::before,
.hexagon.hexa04::after {background: #fea30f;}
.hexagon.hexa05,
.hexagon.hexa05::before,
.hexagon.hexa05::after {background: #de445e;}

.hexagon .hexaCont {
	position:absolute;
	bottom: 50%;
	right:50%;
	-webkit-transform: translate(50%,50%);
	-ms-transform: translate(50%,50%);
	transform: translate(50%,50%);
	z-index:1;
	color: #fff;
	text-align:center;
	width:130%;
	margin-left:-10%;
}

.hexagonWrap h3{
	font-weight:bold;
	font-size:1.1em;
	margin-bottom:5px;
	}
.hexaImg{
	max-width:54%;
	margin:auto;
	}
.hexaTxt{
	font-size:0.8em;
	line-height:1.3em;
	}
.hexagon.hexa01{
	position:absolute;
	top:0;
	right:65%;
	}
.hexagon.hexa02{
	position:absolute;
	top:0;
	left:65%;
	}
.hexagon.hexa03{
	position:absolute;
	top:175px;
	right: 50%;
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%);
	}
.hexagon.hexa04{
	position:absolute;
	top:350px;
	right:65%;
	}
.hexagon.hexa05{
	position:absolute;
	top:350px;
	left:65%;
	}

@media only screen and (min-width : 600px){
	.hexagonWrap{
		height:580px;
	}
	.hexagon{
		width: 120px;
		height: 210px;
		}
}
@media only screen and (min-width : 900px){
	.strengthsBg{
		background:#f7f7f7 url(../images/index/strengthsBg.png) center top no-repeat;
		background-size: auto;
		}
	.hexagonWrap{
		height:620px;
		}
	.hexagon{
		width: 150px;
		height: 262px;
		}
	.hexagonWrap h3{
		font-size:1.3em;
		line-height:1.4em;
		}
	.hexaTxt{
		font-size:0.9em;
		line-height:1.4em;
		}
}
@media only screen and (min-width : 1025px){
	.hexagonWrap{
		height:460px;
		}
	.hexagon.hexa01{
		position:absolute;
		top:0;
		right:auto;
		left:20px;
		}
	.hexagon.hexa02{
		position:absolute;
		top:180px;
		left:25%;
		margin-left:-27.5px;
		}
	.hexagon.hexa03{
		position:absolute;
		top:0;
		right: 50%;
		-webkit-transform: translateX(50%);
		-ms-transform: translateX(50%);
		transform: translateX(50%);
		}
	.hexagon.hexa04{
		position:absolute;
		top:180px;
		right:25%;
		margin-right:-27.5px;
		}
	.hexagon.hexa05{
		position:absolute;
		top:0;
		left:auto;
		right:20px;
		}
}
@media only screen and (min-width : 1360px){
	.hexagonWrap{
		height:500px;
		}
	.hexagon{
		width: 180px;
		height: 314.4px;
		}
	.hexagon.hexa02{
		top:160px;
		margin-left:-35px;
		}
	.hexagon.hexa04{
		top:160px;
		margin-right:-35px;
		}
	.hexagonWrap h3{
		font-size:1.4em;
		line-height:1.4em;
		}
}

/*********************************************************
コムズの特徴
*/
.featuresWrap{}

.featuresWrap > *{
	display:flex;
	gap:10px;
	flex-direction: column;
	}
.featuresWrap h3{
	font-weight:bold;
	font-size:1.3em;
	line-height:1.3em;
	margin-bottom:10px;
	}
.featuresWrap .h3img{
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
	width:40px;
	}
.featuresImg img{ margin:auto;}


@media only screen and (min-width : 900px){
	.featuresWrap > *{
		display:flex;
		gap:3%;
		flex-direction: row;
		align-items:center;
		}
	.featureTxt{
		flex-shrink: 0;
		width:47%;
		}
	.featuresImg{
		flex-shrink: 0;
		width:50%;
		}
	.featuresWrap > *:nth-child(even) .featuresImg{
		order: 1;
		}
	.featuresWrap > *:nth-child(even) .featuresTxt{
		order: 2;
		}
}
@media only screen and (min-width : 1200px){
	.featuresWrap h3{
		font-size:1.5em;
		line-height:1.3em;
		margin-bottom:20px;
		}
	.featuresWrap .h3img{
		margin-right:20px;
		width:82px;
		}
}

/*********************************************************
配布エリア･単価
*/
.areaWrap{
	display:flex;
	flex-direction: column;
	gap:10px;
	}
.areaImg img{ margin:auto;}
.areaWrap h3{
	font-weight:bold;
	font-size:1.2em;
	padding:10px;
	color:var(--blue);
	border-bottom:var(--blue) solid 2px;
	margin-bottom:10px;
	}
@media only screen and (min-width : 900px){
	.areaWrap{
		flex-direction: row;
		gap:3%;
		}
	.areaTxt{
		flex-shrink: 0;
		width:47%;
		}
	.areaImg{
		flex-shrink: 0;
		width:50%;
		}
}

.priceWrap{}
.priceWrap h3{
	background-color:var(--blue);
	color:#fff;
	font-weight:bold;
	font-size:1.5em;
	line-height:1.3em;
	text-align:center;
	padding:15px;
	}
.priceTable{
	border:var(--blue) solid 2px;
	border-top:none;
	background-color:#fff;
	}
.priceTable td{
	padding:10px;
	border-bottom:#ccc solid 1px;
	}
.priceTable p{ padding:20px;}
.priceTable img{ margin:auto;}


@media only screen and (min-width : 900px){
	.priceTable{
		display:flex;
		align-items:center;
		}
	.priceTable p{
		min-width:40%;
		}
}
@media only screen and (min-width : 1200px){
	.priceTable td{ padding:20px 10px;}
}



/*********************************************************
流れ
*/
.flowWrap{}
.flowWrap > *{
	background:#fff;
	box-shadow: 0 0 3px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 3px 0px rgba(0,0,0,0.3);
	-o-box-shadow: 0 0 3px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 3px 0px rgba(0,0,0,0.3);
	}
.flowStep{
	position:relative;
	z-index:1;
	background-color:#fff;
	width:50%;
	padding-top:50%;
	margin:-50px auto 0;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	}
.flowStep img{
	position:absolute;
	top:20px;
	right: 50%;
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%);
	width:30%;
	}
.flowTxt{
	position:relative;
	z-index:2;
	padding:15px;
	padding-top:0;
	margin-top:-28%;
	}
.flowWrap h3{
	font-weight:bold;
	text-align:center;
	font-size:1.5em;
	margin-bottom:20px;
	}
.flowTxt p{
	font-size: 0.9em;
	line-height:1.5em;
	}

@media only screen and (min-width : 900px){
	.flowTxt{
		padding:30px;
		padding-top:0;
	}
}


/*********************************************************
主要取引先
*/
.partnersBg{
	background:#cde9f9 url(../images/index/partnersBg.jpg) right center no-repeat ;
	background-size:cover;
	}

/*********************************************************
2nd
*/
/*TABLET*/
@media only screen and (min-width : 768px){
}
/*PC*/
@media only screen and (min-width : 1200px){
}
/*IE*/
@media all and (-ms-high-contrast:none){
}

