@charset "UTF-8";

/*--------------------------------------------------------------------------
　レイアウト
--------------------------------------------------------------------------*/

/*　全体
----------------------------------------*/
#pg_main_cont {
	max-width: 1280px;
	margin: 50px auto;
	padding:30px;
	background:#fff;
	border: 1px solid #CDCDCD;
	color:#555;
}

#pg_main_cont:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

input[type="text"], textarea{
    padding: 3px;
    box-sizing: border-box;
    resize:vertical;
    width:100%;
    vertical-align: bottom;
}
input[type="radio"] {
  display: none;
}
label {
  position: relative;
  display: inline-block;
  padding: 5px 5px 5px 35px;
  cursor: pointer;
  border: #ddd 1px solid;
  border-radius: 8px;
}
label::before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    margin: auto;
    left: 9px;
    width: 16px;
    height: 16px;
    background: #eee;
    border: 1px solid #bebebe;
    border-radius: 100%;
}
input[type="radio"]:checked + label {
    background: #edf4ff;
    border: 1px solid #4881d9;
}
input[type="radio"]:checked + label::after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    margin: auto;
    left: 13px;
    width: 8px;
    height: 8px;
    background: #3498db;
    border-radius: 100%;
}
/*　本文
----------------------------------------*/
#pg_main_cont h2{
	font-size:150%;
	padding-bottom:10px;
	font-weight:bold;
	border-bottom:1px dashed #CDCDCD;
	margin-bottom:10px;
}

#form_cont{
	font-size:120%;
	max-width: 1000px;
	margin: 0 auto;
}
#form_cont .sp{
	display:none;
}

.form_tbl{
	width:100%;
	margin-top:20px;
	border-collapse: collapse;
}

.form_tbl th,.form_tbl td,
.check_tbl th,.check_tbl td{
	padding:15px 10px;
	border:1px solid #ccc;
}

.form_tbl th,
.check_tbl th{
	background:#f2f2f2;
	font-weight:bold;
	width: 200px;
	text-align: center;
}

.form_btn{
	padding-top:20px;
	text-align: center;
	font-size: 16px;
}
.form_btn input{
	width: 180px;
	height: 40px;
}
.form_tbl .place input{
	width:400px;
}

.form_tbl .tell input{
	width:200px;
}

.indes{
	color:#ff0101;
	font-size:90%;
	font-weight:bold;
}

.notice{
	font-size:80%;
	font-weight:bold;
}

.check_tbl{
	width:100%;
	margin-top:20px;
	border-collapse: collapse;
}

.check_btn{
	padding-top:20px;
	text-align: center;
	font-size: 16px;
}
.check_btn input{
	width: 180px;
	height: 40px;
}

.explain{
	padding-top:10px;
	font-weight:bold;
	margin:0 auto;
}

.back_btn{
	padding-top:10px;
	text-align:center;
}
.pg_section{
	padding: 10px 0 0 20px;
	font-size: 13px;
}

.pg_section ul{
	list-style:square;
	margin-bottom:20px;
}
.pg_section li{
	padding-top:10px;
}
