@charset "utf-8";

.grecaptcha-badge { visibility: hidden; }

.k3{
    margin-bottom:15px;
}

.co-t1 {
	position: relative;
	padding-bottom: 10px;
	font-size:22px;
    margin-bottom: 15px;
    color:#B15F60;
    line-height: 1.5;
    text-align: center;
}

@media screen and (min-width: 768px),
print {
   .co-t1 {
    margin-bottom:30px;
       line-height: 2.7;
} 
}

.co-t1::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 8px;
	background-image:
		repeating-linear-gradient(45deg, #fad3d6 0px, #b4a983 1px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%),
		repeating-linear-gradient(135deg, #fad3d6 0px, #b4a983 1px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%);
	background-size: 8px 8px;
}



#contents{
    background-color: #fff;
    padding-bottom:30px;
}



.list1{
    
    margin-bottom: 30px;
    color:#fff;
    padding:0 10px;
}



.list1 li{
    border-bottom:1px #C8CDB5 solid;
    padding:0 0 7px 5px;
    margin-bottom: 15px;
}

.main-title{
    margin:60px 0 40px;
    background-image: url("../../../../img/title-back2.jpg");
    height:120px;
    background-size: cover;
    text-align: center;
    font-size:25px;
    color:#CF0B4B;
    padding-top:40px;
}

@media screen and (min-width: 768px),
print {
    .main-title{
        margin:0 0 50px;
        background-image: url("../../../../img/title-back.jpg");
    height:230px;
        font-size:45px;
        padding-top:90px;
}
}

.main-title2{
    margin:60px 0 40px;
    background-image: url("../../../../img/title-back2.jpg");
    height:120px;
    background-size: cover;
    text-align: center;
    font-size:18px;
    color:#CF0B4B;
    padding-top:40px;
}

@media screen and (min-width: 768px),
print {
    .main-title2{
        margin:0 0 50px;
        background-image: url("../../../../img/title-back.jpg");
    height:230px;
        font-size:30px;
        padding-top:90px;
}
}

/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

テーブル

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/


.table01 {
	width: 100%;
	table-layout: fixed; 
	border-collapse: collapse;
    margin-bottom:30px;
}
.table01 th,
.table01 td {
	padding: 15px;
	border: 1px solid #ccc;
}
.table01 th {
	background: #f7f7f7;
    text-align: center;
    vertical-align: middle;
}

/*for SP*/
/*モバイルレイアウトでは縦積みになるように上書き*/
@media screen and (max-width: 767px) {
	.table01 tr,
	.table01 th,
	.table01 td {
		display: block; /*縦積み化*/
		margin-top: -1px; /*罫線を重ねる*/
		text-align: left;
	}
    .table01 th,
	.table01 td {
		padding-left:10px;
	}
    
}

@media screen and (min-width: 768px),
print {
    .table01 th {
		width:30%;
	}
}


.table02 {
	width: 100%;
	table-layout: fixed; 
	border-collapse: collapse;
    margin-bottom:30px;
}
.table02 th,
.table02 td {
	padding: 15px;
	border: 1px solid #ccc;
}
.table02 th {
	background: #f7f7f7;
    text-align: center;
    vertical-align: middle;
}

/*for SP*/
/*モバイルレイアウトでは縦積みになるように上書き*/
@media screen and (max-width: 767px) {
	.table02 tr,
	.table02 th,
	.table02 td {
		display: block; /*縦積み化*/
		margin-top: -1px; /*罫線を重ねる*/
		text-align: left;
	}
    .table02 th,
	.table02 td {
		padding-left:10px;
	}
    
}

@media screen and (min-width: 768px),
print {
    .table02 th {
		width:60%;
	}
}

/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

@media screen and (min-width: 992px),
print {
    
}

@media screen and (min-width: 768px) and (max-width:991px)
{
}

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/