@charset "utf-8";

/* PC
-------------------------------------------------- */
@media screen and (min-width:1200px){

.wrap{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 50px 0;
}

h1.pageTitle{
	font-size: 30px;
	text-align: center;
	position: relative;
	margin-bottom: 70px;
}

h1.pageTitle::after{
	display: block;
	content: "";
	width: 50px;
	height: 4px;
	background: #000000;
	position: absolute;
	left: 50%;
	bottom: -20px;
	transform: translateX(-50%);
}

h1.pageTitle br{
	display: none;
}

.wrap > p{
	font-size: 14px;
	line-height: 2em;
	margin-bottom: 40px;
}

h2.sub{
	font-size: 14px;
	font-weight: 600;
	line-height: 2em;
}

.b16r{
	font-weight: 600;
	font-size: 16px;
	color: #cc0000;
}

.otoiawase{
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

.flexBox{
	box-sizing: border-box;
	width: 50%;
	max-width: 580px;
	border-radius: 5px;
}

.fb_inner{
	background: #f7f7f7;
	padding: 20px;
}

.calendar{
	box-sizing: border-box;
	width: 50%;
	max-width: 580px;
}

.calendar img{
	width: 100%;
	max-width: 580px;
}

.calendar p{
	font-size: 14px;
	margin: 10px 0 0;
}

.flexBox h2{
	text-align: center;
	font-weight: 600;
	font-size: 18px;
	line-height: 2em;
	margin-bottom: 20px;
}
.flexBox h2 br{
	display: none;
}

.flexBox p{
	text-align: center;
	font-size: 14px;
	line-height: 2em;
}

.flexBox p.mail{
	margin-bottom: 20px;
}

h2.attention{
	font-size: 18px;
	font-weight: 600;
	background: #cc0000;
	color: #ffffff;
	padding: 15px 20px;
	margin-bottom: 20px;
}

h3.acTitle{
	display: block;
	box-sizing: border-box;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	border-radius: 100px;
	padding: 20px 30px;
	font-size: 16px;
	font-weight: 600;
	position: relative;
	margin-bottom: 30px;
	cursor: pointer;
}

h3.acTitle::before{
	content: "";
	display: block;
	width: 17px;
	height: 3px;
	background: #000000;
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -1.5px;
}

h3.acTitle::after{
	content: "";
	display: block;
	width: 3px;
	height: 17px;
	background: #000000;
	position: absolute;
	right: 37px;
	top: 50%;
	margin-top: -8.5px;
	transition: 0.2s;
}

h3.acTitle span{
	border-right: 1px solid #000000;
	margin-right: 20px;
	padding-right: 10px;
}

h3.acTitle.open::after{
	transform: rotate(90deg);
	opacity: 0;
}

.acTitle + .acBlock{
	box-sizing: border-box;
	padding-bottom: 50px;
}

.acBlock p{
	font-size: 14px;
	line-height: 2em;
}

.acBlock .f16{
	font-size: 16px;
}

.bu{
	text-decoration: underline;
}

.tabs{
	width: 100%;
	margin: 40px auto 0;
}

.tab{
	width: 46%;
	margin: 0 2%;
	background: #efefef;
	line-height: 60px;
	font-size: 16px;
	text-align: center;
	color: #000000;
	display: block;
	float: left;
	font-weight: bold;
	transition: all 0.2s ease;
	cursor: pointer;
}

input[name="tab"] {
	display: none;
}

.tab_content{
	display: none;
	clear: both;
	border-top: 2px solid #cccccc;
}

#PC:checked ~ #pc_content,
#SP:checked ~ #sp_content{
	display: block;
}

.tabs input:checked + .tab {
	background: #000000;
	color: #ffffff;
}

.pcStep{
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}

.pcStep li{
	width: 33%;
	max-width: 380px;
}

.pcStep p{
	margin-top: 10px;
}

.pcStep a{
	text-decoration: none;
}

.pcStep a:hover{
	text-decoration: underline;
}

}

/* SP
-------------------------------------------------- */
@media screen and (max-width:1199px){

.wrap{
	box-sizing: border-box;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 50px 20px;
}

h1.pageTitle{
	font-size: 24px;
	text-align: center;
	position: relative;
	margin-bottom: 70px;
}

h1.pageTitle::after{
	display: block;
	content: "";
	width: 50px;
	height: 4px;
	background: #000000;
	position: absolute;
	left: 50%;
	bottom: -20px;
	transform: translateX(-50%);
}

.wrap > p{
	font-size: 14px;
	line-height: 2em;
	margin-bottom: 40px;
}

h2.sub{
	font-size: 14px;
	font-weight: 600;
	line-height: 2em;
}

.b16r{
	font-weight: 600;
	font-size: 14px;
	color: #cc0000;
}

.flexBox{
	box-sizing: border-box;
	width: 100%;
	max-width: 580px;
	background: #f7f7f7;
	border-radius: 5px;
	padding: 20px;
	margin-bottom: 20px;
}

.calendar{
	box-sizing: border-box;
	width: 100%;
	max-width: 580px;
}
.calendar img{
	width: 100%;
	max-width: 580px;
}

.calendar p{
	font-size: 12px;
	margin: 10px 0 30px;
}

.flexBox h2{
	text-align: center;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.6em;
	margin-bottom: 20px;
}

.flexBox p{
	font-size: 14px;
	line-height: 2em;
}

.flexBox p.mail{
	margin-bottom: 20px;
}

h2.attention{
	font-size: 14px;
	font-weight: 600;
	background: #cc0000;
	color: #ffffff;
	padding: 15px 20px;
	margin: 50px 0 20px;
}

h3.acTitle{
	display: block;
	box-sizing: border-box;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	border-radius: 100px;
	padding: 15px 0 15px 20px;
	font-size: 14px;
	font-weight: 600;
	position: relative;
	margin-bottom: 30px;
	cursor: pointer;
}

h3.acTitle::before{
	content: "";
	display: block;
	width: 17px;
	height: 3px;
	background: #000000;
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -1.5px;
}

h3.acTitle::after{
	content: "";
	display: block;
	width: 3px;
	height: 17px;
	background: #000000;
	position: absolute;
	right: 37px;
	top: 50%;
	margin-top: -8.5px;
	transition: 0.2s;
}

h3.acTitle span{
	display: block;
}

h3.acTitle.open::after{
	transform: rotate(90deg);
	opacity: 0;
}

.acTitle + .acBlock{
	display: none;
	box-sizing: border-box;
	padding-bottom: 50px;
}

.acBlock p{
	font-size: 14px;
	line-height: 2em;
}

.acBlock .f16{
	font-size: 14px;
}

.bu{
	text-decoration: underline;
}

.tabs{
	width: 100%;
	margin: 40px auto 0;
}

.tab{
	width: 50%;
	margin: 0%;
	background: #efefef;
	line-height: 60px;
	font-size: 14px;
	text-align: center;
	color: #000000;
	display: block;
	float: left;
	font-weight: bold;
	transition: all 0.2s ease;
	cursor: pointer;
}

input[name="tab"] {
	display: none;
}

.tab_content{
	display: none;
	clear: both;
	border-top: 2px solid #cccccc;
}

#PC:checked ~ #pc_content,
#SP:checked ~ #sp_content{
	display: block;
}

.tabs input:checked + .tab {
	background: #000000;
	color: #ffffff;
}

.pcStep{
	margin-top: 30px;
}

.pcStep li:not(:last-child){
	margin-bottom: 40px;
}

.pcStep li div{
	width: 100%;
	max-width: 380px;
	margin: 0 auto;
}

.pcStep li div img{
	width: 100%;
}

.pcStep p{
	margin-top: 10px;
}

.pcStep a{
	text-decoration: none;
}

.pcStep a:hover{
	text-decoration: underline;
}

}