@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
a{
	word-break: break-all;
}

#main .contactBox {
	margin: 0 auto;
	width: 815px;
}

#main .contactBox p {
	margin-bottom: 26px;
	line-height: 1.65;
}

#main .headLine02 {
	margin-bottom: 33px;
}

#main .contactBox.contactBox-hande{
	width: 1010px;
}

.contactBox-hande .headLine02{
	margin-bottom: 40px;
}

#main .contactBox .textP {
	margin-bottom: 32px;
}

#main .contactBox .textBox {
	margin-bottom: 81px;
	padding: 41px 46px 38px;
	border: 3px solid #DBDBDB;
	background-color: #EEE;
}

#main .contactBox .textBox.box1{
	margin-bottom: 50px;
}

#main .contactBox .textBox.box2{
	margin-bottom: 90px;
}

#main .contactBox .textBox p {
	margin: 0;
	line-height: 1.85;
}

#main .contactBox .title {
	margin-bottom: 15px;	
	font-size: 24px;
	text-align: center;
	color: #000;
	letter-spacing: 2px;
}

#main .contactBox .textList li {
	padding-bottom: 6px;
}

#main .contactBox .textP02 {
	margin-bottom: 40px;
}

#main .list {
	margin-bottom: 44px;
}

#main .list li {
	padding: 18px 12px 10px;
	float: left;
	width: 305px;
	border-left: 1px solid #DBDBDB;
}

#main .list .liStyle {
	/* width: 228px; */
	padding-right: 0;
}

#main .list li:first-child {
	border: none;
	padding-left: 0;
}

#main .list li p {
	margin-bottom: 29px;
	line-height: 1.9;
}

#main .list li p span {
	display: block;
	font-size: 14px;
	margin-top: 2px;
}

#main .list li p img {
	vertical-align: -1px;
	margin-right: 5px;
}

#main .list li .title {
	margin-bottom: 27px;
	font-weight: bold;
	line-height: 1.65;
}

#main .contact-check{
	margin-top:140px;
}
#main .contact-check .contact-check-list li{
	margin-bottom:50px;
	padding-bottom:20px;
}
#main .contact-check .contact-check-list li:first-child{
	border-bottom:1px dashed #000;
}
#main .contact-check .contact-check-list li:nth-child(2){
	position: relative;
	margin-bottom:80px;
}
#main .contact-check .contact-check-list li:nth-child(2)::after{
	content: '';
	position: absolute;
	bottom:-38px;
	left:50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-top: 30px solid #e5e5e5;

}
#main .contact-check .contact-check-list li .contact-check-list-ttl{
	text-align: center;
	font-size:24px;
	margin-bottom:30px;
	color:#000;
}
#main .contact-check .contact-check-list li .contact-check-list-inner{
	display:flex;
	align-items: center;
	width:100%;
}
#main .contact-check .contact-check-list li .contact-check-list-inner div{
	max-width:560px;
	width: 100%;
	flex:none;
}
#main .contact-check .contact-check-list li .contact-check-list-inner div img{
	width:100%;
	height:auto;
}
#main .contact-check .contact-check-list li .contact-check-list-inner p{
	padding-left:20px;
	line-height: 1.8;
	color:#333;
}
#main .contact-note{
	margin:30px 12px 50px;
	padding-bottom:30px;
	border-bottom:1px dashed #000;

}
#main .contact-note p{
	text-align: center;
	color:#333;
}
#main .contact-note p:last-child{
	margin-top: 20px;
}

/* テーブル */

#main .comTable.comTable-contact th {
	padding: 40px 0 40px 40px;
    text-align: left;
    font-weight: normal;
    width: 26%;
    vertical-align: middle;
    line-height: 1.85;
    background-color: #F8F8F8;
    border-bottom: 1px solid #DFE4E4;
    border-top: 1px solid #DFE4E4;
    border-right: 1px solid #DFE4E4;
}

#main .comTable.comTable-contact td{
	padding: 40px 0 40px 40px;
	text-align: left;
	vertical-align: middle;
	line-height: 1.85;
	border-bottom: 1px solid #DFE4E4;
	border-top: 1px solid #DFE4E4;
	border-left: 1px solid #DFE4E4;
}

.contact-table-td-p li:nth-child(2){
	text-indent: 28px;
}

.contact-table-td-p{
	padding-bottom: 40px;
}

.contact-table-td-p:nth-child(3){
	padding-bottom: 0;
}


#main .contactBox .textBox.box2 p{
	padding-bottom: 1em;
}

.textBox.box2 p a{
	border-bottom: 1px solid #000;
    transition: .3s ease-in-out;
}

.textBox.box2 p a:hover{
	opacity: .6;
    transition: 0s;
}



/* border #dfe4e4 */

@media all and (min-width: 0) and (max-width: 767px) {
	#main {
		margin-top: 43px;
	}
	
	#main .contactBox {
		width: auto;
		margin: 0 12px;
	}
	
	.headLine01 {
		margin-bottom: 40px;
	}
		
	#main .headLine02 {
		margin-bottom: 10px;
	}
	
	#main .contactBox p {
		line-height: 1.6;
		margin-bottom: 18px;
	}
	
	#main .contactBox .textP {
		margin-bottom: 15px;
	}
	
	#main .contactBox .textBox {
		margin-bottom: 30px;
		padding: 13px 15px 11px;
		border-width: 1px;
		background-color: #E5E5E5;
	}
	
	#main .contactBox .title {
		font-size: 15px;
		margin-bottom: 20px;
	}
	
	#main .contactBox .textList {
		margin-bottom: 11px;
	}
	
	#main .contactBox .textList li {
		line-height: 1.6;
		padding-bottom: 2px;
	}
	
	#main .contactBox .textP02 {
		margin-bottom: 21px;
	}
	
	#main .list {
		margin: 0 12px 32px;
	}
	
	#main .list li {
		padding: 15px 17px !important;
		float: none;
		width: auto !important;
		height: auto !important;
		border: none;
		border-top: 1px solid #dbdbdb !important;
	}

	#main .list li:last-child {
		border-bottom: 1px solid #dbdbdb;
	}
	
	#main .list li .title {
		margin-bottom: 20px;
	}
	
	#main .list li p {
		margin-bottom: 20px;
		line-height: 1.55;
	}
	
	#main .list li p img {
		width: 11px;
		height: 9px;
		vertical-align: 0px;
	}
	
	#main .list li p span {
		font-size: 12px;
		margin-top: 0;
	}
	
	#main .contact-check{
		margin-top:35px;
		overflow-x: hidden;
	}
	#main .contact-check .contact-check-list{
		width:100%;
		box-sizing: border-box;
		padding: 0 12px;
	}
	#main .contact-check .contact-check-list li{
		margin-bottom:30px;
		padding-bottom:20px;
	}
	#main .contact-check .contact-check-list li:first-child{
		border-bottom:1px dashed #000;
	}
	#main .contact-check .contact-check-list li:nth-child(2){
		margin-bottom:42px;
	}
	#main .contact-check .contact-check-list li:nth-child(2)::after{
		border-left: 38px solid transparent;
		border-right: 38px solid transparent;
		border-top: 22px solid #e5e5e5;
		bottom:-24px;
	
	}
	#main .contact-check .contact-check-list li .contact-check-list-ttl{
		font-size:15px;
		margin-bottom:20px;
	}
	#main .contact-check .contact-check-list li .contact-check-list-inner{
		display:block;
		width:100%;
	}
	#main .contact-check .contact-check-list li .contact-check-list-inner div{
		min-width:100%;
	}
	#main .contact-check .contact-check-list li .contact-check-list-inner div img{
		width:100%;
		height:auto;
	}
	#main .contact-check .contact-check-list li .contact-check-list-inner p{
		padding-top:20px;
		padding-left:0;
		line-height: 1.8;
	}
	#main .contact-note{
		margin:30px 12px 50px;
		padding-bottom:30px;
		border-bottom:1px dashed #000;
	}
	#main .contact-note p{
		text-align: center;
	}

	#main .contactBox .textBox.box2 p{
		padding-bottom: 1em;
	}

	#main .contactBox .textBox.box1 {
		margin-bottom: 32px;
	}

	#main .comTable.comTable-contact th {
		padding: 9px 10px;
		float: left;
		width: 100%;
		text-align: center;
		box-sizing: border-box;
		border-right: none;
		border-bottom: none;
		border-left: none;
	}

	#main .contactBox.contactBox-hande {
		width: auto;
		margin: 0 12px;
	}

	#main .comTable.comTable-contact td {
		padding: 20px 5px;
		text-align: left;
		vertical-align: middle;
		line-height: 1.85;
		border-bottom: none;
		border-top: 1px solid #DFE4E4;
		border-left: none;
	}

	.contact-table-td-p li:nth-child(2){
		display: block;
		padding-left: 20px;
		text-indent: unset;
	}

	.contact-table-td-p{
		padding-bottom: 25px;
	}
	
	.contact-table-td-p:nth-child(3){
		padding-bottom: 0;
	}

	#main .contactBox .textBox.box2{
		margin-bottom: 50px;
	}

	#main .headLine02{
		margin-bottom: 25px;
	}
}

/* table */
