﻿@charset "utf-8";
/* CSS Document */


.site-header{
	height:100px;
	background:#93DFFF;
	display: -ms-flexbox;
 	display: -webkit-box;
	display: flex;
justify-content:space-between;
}

@media print,screen and (max-width: 768px){
	.site-header{
	height:auto;
	background: #fff;
	}
}
.sec_wapper:first-child{
	position:relative;
	background: url("/img/usrfiles/default/2533_SP_COMLIST01_dot_li.png");
	padding-bottom:200px;
}

.sec_wapper:last-child{
	background-color:#93DFFF;
	position:relative;
	background-image:url("/img/usrfiles/default/2533_SP_COMLIST01_back_cityscape2.png");
	background-position: top;
	background-size: contain;
	background-repeat: no-repeat;
}

.bc_city{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:auto;
}

.body{
	width:calc(95vw - 220px);
	box-sizing: border-box;
}

@media print,screen and (max-width: 768px){
	.body{
		width: 90vw;
	}
}

.ouen_explanation_img{
	width:100%;
	height:auto;
}
@media print,screen and (max-width: 768px){
.ouen_explanation_img{
display:none;
	}
}

#commenubtn2{
	text-align: center;
}

.banner_area{
	margin: 0 auto;
	margin-top:150px;
	width: calc(100% - 220px);
	text-align:center;
	margin-bottom:50px;
}

@media print,screen and (max-width: 768px){
	.banner_area{
		width: 90%;
		margin-bottom: 0;
	}	
}

input, select{
font-size:16px;
padding:0.5rem 1rem;
}

label{
font-size:14px;
	font-weight: normal;
}

input[type="radio"],
input[type="checkbox"]{
	-webkit-appearance: none;
  display: none;
}


input[type="checkbox"]+label:before{
border:solid 1px #ccc;
top: 3px;
}

input[type="radio"]:checked + label::after{
display:none;
}

input[type="radio"]:checked + label{
	color:#fff;
}

.fukidashi{
	display: none;
}
@media print,screen and (max-width: 768px){
input[type="text"]{
	width: 100%;
	box-sizing: border-box;
}
}

label::before{
	display: none;
}
