@charset "UTF-8";

body.info .main {
	background: #0c8fb8;
	padding: 0 0 40px;
}

body.info .main .wrap {
	background: #FFF;
	width: 949px;
	padding: 40px 15px 39px;
	box-sizing: border-box;
}
body.info h1.page_tit03 {
	margin-bottom: 16px;
}
body.info .lead {
	margin: 0 0 5px;
	text-align: center;
}
body.info .present_box {
}
body.info h2 {
	font-size: 24px;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 25px;
}
body.info h2 span{
	color: #ff3939;
}
body.info .contact_flex {
	display: flex;
	margin-bottom: 60px;
}
body.info .present_box .present_box_inner{
	background: #f4f4f7;
	border: 1px solid #0c8fb8;
	box-sizing: border-box;
	padding: 10px 10px 20px;
	width: 380px;
}
body.info .present_box .present_box_inner .image {
	margin-bottom: 10px;
	text-align: center;
}
body.info .present_box .text {
	padding: 0 8px;
}
body.info .present_box .text > p {
	font-size: 1.5rem;
	margin-bottom: 20px;
	text-align: center;
}
body.info .present_box .text ul {
	margin: 20px 35px;
}
body.info .present_box .text ul li {
	position:relative;
	margin-bottom: .25em;
	padding: 0 0 0 35px;
	font-size: 1.5rem;
	line-height: 1.75em;
 }
body.info .present_box .text ul li::before,
body.info .present_box .text ul li::after {
	position: absolute;
	content: '';
	display: inline-block;
}
body.info .present_box .text ul li::after {
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	background-color: #2bb673;
	border-radius: 100%;
}
body.info .present_box .text ul li::before {
	z-index: 2;
	top: 8px;
	left: 7px;
	width: 9px;
	height: 5px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

body.info .present_box .border-box {
	/*background-color: #f4f4f7;
	padding: 10px 15px;
	border: 1px solid #0c8fb8;*/
	box-sizing: border-box;
	
}
body.info .present_box .border-box p {
	line-height: 1.8em;
	font-size: 1.3rem;
}

body.info p.main_txt {
	font-size: 2.0rem;
	line-height: 1.8;
	text-align: center;
	margin-bottom: 60px;
}

/* form_set */
body.info .form_set {
	border: 1px solid #dddddd;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 30px 10px 30px 10px;
	width: 510px;
	margin: 0 auto;
}
body.info .form_set.iframebox{
	padding: 0;
}
body.info .form_set table {
	width: 100%;
	margin: 0 auto 10px;
}
body.info .form_set table th ,
body.info .form_set table td {
	text-align: left;
}
body.info .form_set table th {
	font-size: 1.4rem;
	font-weight: bold;
	padding: 1em 0 1em 20px;
}
body.info .form_set table th span {
	font-weight: normal;
}
body.info .form_set table td {
	padding-bottom: 8px;
	width:334px;
}
body.info .form_set table td input ,
body.info .form_set table td textarea {
	font-size: 1.5rem;
	padding: 0.8em 0.5em;
	background: #ffffcd;
	border: 3px solid #CCC;
	box-sizing: border-box;
	width: 100%;
}
body.info .form_set table td textarea {
	height: 152px;
	resize: vertical;
}
body.info .form_set table tr:last-child th ,
body.info .form_set table tr:last-child td {
	vertical-align: top;
	padding-top: 22px;
}
body.info .form_set p {
	text-align: center;
}
body.info .form_set table td input[type=checkbox] {
	width: 1em;
}

.main input[type="submit"],
.main input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
.main input[type="submit"]::-webkit-search-decoration,
.main input[type="button"]::-webkit-search-decoration {
	display: none;
}
.main input[type="submit"]::focus,
.main input[type="button"]::focus {
	outline-offset: -2px;
}


body.info .form_set input.submit {
	border: none;
	cursor: pointer;
	outline: none;
	appearance: none;
	background: #f05323;
	color: #FFF;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1;
	padding: 18px;
}
body.info .form_set input.submit.green {
	background: #43ca83;
	width: 464px;
	box-sizing: border-box;
}

/* tel */
.tel_set {
	margin: 35px auto 25px;
	text-align: center;
	line-height: 1.2;
	font-size: 2.145rem;
	font-weight: bold;
}
.tel_set span {
	display: block;
	margin: 10px auto 5px;
}

/* pp */
.pp_set {
	width: 752px;
	padding: 22px;
	margin: 0 auto;
	box-sizing: border-box;
	border: 1px solid #CCC;
}
.pp_set * {
	font-size: 1.2rem;
	line-height: 1.4;
}
.pp {
	width: 100%;
	height: 100px;
	overflow-y: auto;
}

h2.pp_tit {
	width: 752px;
	text-align: left;
	margin:50px auto 15px;
}
.pp h3 {
	font-weight: bold;
	margin-top: 1em;
}



@media screen and (max-width:766px) {

	body.info .main {
		padding: 0 0 5%;
	}

	body.info .main .wrap {
		background: #FFF;
		width: auto;
		padding: 8% 5%;
		box-sizing: border-box;
	}

	body.info h1.page_tit03 {
		margin-bottom: 5%;
	}
	body.info .contact_flex {
		display: block;
	}
	
	body.info p.main_txt {
		font-size: 1.5rem;
		margin-bottom: 5%;
		text-align: left;
	}
	body.info .present_box {
		margin-bottom: 40px;
		
		display: block;
	}
	
	body.info h2 {
		font-size: 16px;
		line-height: 1.25em;
		margin-bottom: .5em;
	}
	body.info h2 span{
		display: block;
	}
	
	body.info .present_box .present_box_inner {
		display: block;
		width: 100%;
	}
	body.info .present_box .present_box_inner .image {
		width: 40%;
		margin: 0 auto .5em;
	}
	body.info .present_box .text {
		padding-left: 0;
	}
	body.info .present_box .text > p,
	body.info .present_box .text ul {
		margin-bottom: 10px;
	}
	body.info .present_box .text ul {
	margin: 0;}
	body.info .present_box .text ul li {
		margin-bottom: .25em;
		padding: 0 0 0 1.25em;
		font-size: 15px;
	}
	body.info .present_box .text ul li::after {
		width: 15px;
		height: 15px;
		top: .25em;
	}
	body.info .present_box .text ul li::before {
		top: .5em;
		left: 3px;
		width: 6px;
		height: 3px;
	}

	/* form_set */
	body.info .form_set {
		width: 100%;
		margin: 0 auto 5%;
	}
	body.info .form_set.iframebox{
		height: 100vw;
	}
	body.info .form_set table {
		width: 100%;
		margin: 0 auto 5%;
	}
	body.info .form_set table th ,
	body.info .form_set table td {
		display: block;
	}
	body.info .form_set table th {
		width: auto;
		padding: 0.8em 0 0.5em;
		font-size: 1.5rem;
	}
	body.info .form_set table td {
		padding-bottom: 2%;
		width: 100%;
	}
	body.info .form_set table td input ,
	body.info .form_set table td textarea {
		font-size: 1.5rem;
		padding: 0.8em 0.5em;
		border: 2px solid #CCC;
		width: 100%;
	}
	body.info .form_set table tr:last-child th {
		padding-top: 0.8em;
	}
	body.info .form_set table tr:last-child td {
		padding-top: 0;
	}
	body.info .form_set button.submit {
		border: none;
		cursor: pointer;
		outline: none;
		appearance: none;
		background: #f05323;
		color: #FFF;
		font-weight: bold;
		padding: 0.8em 1.4em;
		display: block;
		text-align: center;
		width: 100%;
		font-size: 1.6rem;
		line-height: 1.3;
	}
	body.info .form_set input.submit ,
	body.info .form_set input.submit.green {
		display: block;
		width: 100%;
		font-size: 2.0rem;
	}

	/* tel */
	.tel_set {
		margin: 13% auto;
	}

	/* pp */
	.pp_set {
		width: 100%;
		padding: 3%;
	}
	.pp_set * ,
	.pp_set h3 ,
	.pp_set p {
		font-size: 1.0rem;
	}
	.pp {
		margin-bottom: 0;
	}
	h2.pp_tit {
		width: 100%;
		font-size: 1.4rem;
		margin:0 auto 2%;
	}
}

.sp {
	display: none;
}

@media screen and (max-width:766px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
}