@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
.headLine {
	margin-bottom: 55px;
}

.headLine span {
	margin-bottom: -3px;
}

#main .photo {
	margin-bottom: 54px;
}

#main .question {
	margin-bottom: 117px;
	padding: 19px 0 0;
	background-color: #EDEDED;
}

#main .question .headLine {
	margin-bottom: 60px;
	padding-bottom: 24px;
	position: relative;
	cursor: pointer;
	border-bottom: 1px solid #fff;
}

#main .question .headLine span {
	margin-bottom: -9px;
}

#main .question .headLine:before {
	width: 30px;
	height: 2px;
	position: absolute;
	right: 0;
	top: 31px;
	border-radius: 2px;
	background-color: #000;
	content: '';
}

#main .question .headLine:after {
	width: 30px;
	height: 2px;
	position: absolute;
	right: 0;
	top: 31px;
	border-radius: 2px;
	background-color: #000;
	content: '';
}

#main .question .headLine.on:after {
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
}

#main .question .textUl li {
	padding: 0 29px;
	width: 325px;
	float: left;
	position: relative;
	box-sizing: border-box;
}

#main .question .textUl {
	padding-bottom: 94px;
	display: block;
}

#main .question .textUl li:first-child {
	padding: 0 32px 0 0;
	width: 297px;
}

#main .question .textUl li:last-child {
	padding: 0 0 0 30px;
	width: 297px;
}

#main .question .textUl li:after {
	width: 1px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background-color: #000;
	content: '';
}

#main .question .textUl li:last-child:after {
	display: none;
}


#main .question .textUl li h3 {
	margin: -7px 0 27px;
	font-size: 20px;
	line-height: 2;
	text-align: center;
	letter-spacing: 3px;
	font-family: "游明朝","YuMincho","Hiragino Mincho Pro","MS PMincho","ＭＳ Ｐ明朝","ヒラギノ明朝 Pro W6",serif;
}

#main .question .textUl li p {
	font-size: 13px;
	line-height: 2;
	text-align: justify;
}

#main .content01 .topTxt {
	margin-bottom: 35px;
	color : #000;
	font-size : 11px;
	line-height: 2;
	letter-spacing: 3px;
	font-weight: 500;
	text-align: center;
}

#main .content01 .topTxt span {
	display: block;
	color : #AD1E32;
}

#main .content01 .topTxt span a {
	color : #AD1E32;
	text-decoration: underline;
}


#main .content01 .headLine {
	margin-bottom: 51px;
}

#main .content01 .comContactBox .comTable {
	border: none;
}

#main .content01 .comContactBox .comTable td {
	padding-left: 23px;
	border-top: 1px solid #aeaeae;
}

#main .content01 .comContactBox .comTable th {
	border: 5px solid #fff;
	border-left: none;
}

#main .content01 .comContactBox .comTable .checkUl li label > span > span {
	font-size: 10px;
}

#main .comContactBox .linkList.confirm .comBtn.resize input {
	background: #000 url(../img/common/arrow05.png) no-repeat left 10px center;
	background-size: 8px auto;
}

#main .comContactBox .tableBox01 .inputTxt > span {
	color: #d4d4d4;
	vertical-align: 1px;
}
.tab{
	    display:flex;
	     justify-content: space-around;
	         margin: 0 90px 40px;
}
.tab li{
	    padding: 20px 10px;
		border: 1px solid #000;
       text-align: center;
       min-width: 300px;
        background: url(../img/product/icon.jpg) no-repeat bottom 7px center;
}
.tab a:hover{
    opacity: 0.7;
}
.tabContents {
  display: none;
}
.tabContents.active {
  display: block;
}

@media screen and (max-width: 767px) {
	
	.headLine {
		font-size: 9px;
		margin-bottom: 47px;
	}
	
	.headLine span {
		margin-bottom: 0;
	}
	
	#main .photo {
		margin: 0 -17px 19px;
	}
	
	#main .photo img {
		width: 100%;
	}
	
	#main .comImgBox .textBox h3 {
		text-align: center;
		    letter-spacing: 0.2em;
	}
	
	#main .question {
		margin-bottom: 67px;
		padding: 23px 0 0;
	}
	
	#main .question .headLine {
		padding-bottom: 29px;
	}
	
	#main .question .headLine::before {
		width: 19px;
		height: 3px;
		right: 4px;
		top: 26px;
		cursor: pointer;
	}
	
	#main .question .headLine::after {
		width: 18px;
		height: 3px;
		right: 5px;
		top: 26px;
		transform: rotate(90deg);
	}
	
	#main .question .headLine span {
		margin-bottom: -6px;
	}
	
	#main .textUl {
		display: none;
	}
	
	#main .question .headLine {
		margin-bottom: 0;
	}
	
	#main .content01 .topTxt {
		margin-bottom: 41px;
		text-align: left;
		font-size: 12.5px;
		line-height: 2;
	}
	
	#main .content01 .headLine {
		margin-bottom: 43px;
	}
	
	#main .content01 .comContactBox .comTable th {
		border: none;
	}
	
	#main .content01 .comContactBox .comTable td {
		border: none;
	}
	
	.comContactBox .comTable tr:first-child th {
		padding: 10px 10px 9px;
	}
	
	#main .content01 .comContactBox .comTable tr:first-child td {
		padding: 20px 0 35px;
	}
	
	#main .content01 .comContactBox .comTable td {
		padding-left: 0;
	}
	
	#main .content01 .comContactBox .comTable .checkUl li label > span > span {
		font-size: 12px;
	}
	
	#main .question {
		padding: 0;
	}
	
	#main .question .headLine {
		padding: 24px 40px 27px;
		border: none;
	}
	
	#main .question .content {
		padding: 0;
	}
	
	#main .question .content01 {
		padding: 0 17px;
	}
	
	#main .question .headLine.on {
		border-bottom: 2px solid #fff;
	}
	
	#main .question .headLine::before {
		width: 18px;
		right: 21px;
		top: 50px;
	}
	
	#main .question .headLine::after {
		width: 18px;
		right: 21px;
		top: 50px;
	}
	
	#main .question .headLine.on:after {
		transform: rotate(0);
	}
	
	#main .question .textUl {
		display: none;
	}

	#main .question .textUl li:first-child {
		padding: 42px 18px 43px;
		width: auto;
	}
	
	#main .question .textUl li {
		padding: 42px 18px 40px !important;
		width: auto !important;
		float: none;
	}
		
	#main .question .textUl li::after {
		left: 0;
		bottom: 0;
		width: 100%;
		top: auto;
		height: 2px;
	}
	
	#main .question .textUl li h3 {
		margin: 0 0 3px;
		font-size: 18px;
	}
	
	#main .question .textUl li p {
		font-size: 13.5px;
	}
	
	#main .comContactBox .linkList.confirm {
		position: relative;
		height: 135px;
	}
	
	#main .comContactBox .linkList.confirm li {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
	}
	
	#main .comContactBox .linkList.confirm .resize {
		top: 90px;
	}
	
	#main .comContactBox .linkList.confirm .resize input {
		height: 45px;
	}
	.tab{
		margin: 0 0 20px;
}
.tab li{
       min-width: 50%;
}

}
