@charset "UTF-8";
body{
	margin: 0;
}
input.radio{
	width: auto !important;
}
.clear_red{
	color: #ff4c2e;
}
#contents {
	max-width: 800px;
	width: 100%;
	margin: 60px auto;
	clear: both;
}

#tab ul{
	display: block;
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
	font-size: 0;
	text-align: center;
}

#tab li {
	display: inline-block;
	font-size: 18px;
	width: 230px;
	height: 50px;
	line-height: 50px;
  list-style: none;
  cursor: pointer;
  background: #FFE4BD;
  border: solid 2px #FF9900;
	text-align: center;
}
#tab li:first-child + li {
	margin: 0 30px;
}
#tab li.select {
  background: #FF9900;
  color: #fff;
}


.content_wrap{
	max-width: 800px;
	width: 100%;
	margin: 30px auto;
	clear: both;
}
.content_wrap p{
	margin: 0;
	line-height: 1.6em;
}
span.hl{
	color: #FF9900;
	font-family: Shuei MaruGo B;
}

.clear_mail01{
	text-align: center;
}
.jizen , .hajimete{
	padding-bottom: 30px;
	border-bottom: dotted 2px #ccc;
	margin-bottom: 30px;
}
.hajimete.bb0{
	border-bottom: 0;
	margin-bottom: 0;
}
.jizen_title , .hajimete_title{
	font-family: Shuei MaruGo B;
	font-size: 18px;
	margin-bottom: 15px;
}

.excelBtn a{
	display: block;
	color: #fff;
	font-size: 18px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	max-width: 300px;
	height: 56px;
	line-height: 56px;
	color: #fff;
	font-family: Shuei MaruGo B;
	background: #FF3300;
	margin: 30px auto;
	border: solid 2px #FF3300;
	transition-duration: 0.3s;
}
.excelBtn a:hover{
	background: #FFE4BD;
	color: #FF3300;
}

.form_nyuryoku{
	text-align: center;
}
.kome{
	color: #ff4c2e;
	display: block;
	text-align: center;
	margin-bottom: 15px;
	margin-top: 5px;
}
.form_title{
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #FF3300;
	color: #fff;
	margin-top: 50px;
	font-size: 18px;
}
table{
	max-width: 700px;
	width: 100%;
}
.it_tr{
	padding-bottom: 15px;
	display: block;
}
table tr td.tt{
	background: #FF9900;
	color: #fff;
	width:220px;
}
table tr td.tt + td{
	width: 480px;
}
table tr td.tt + td input , table tr td.tt + td textarea{
	width: 100%;
}
table tr td.tt + td input.radio{
	display: inline-block;
}
.btn{
	text-align: center;
}
.btn input{
	width: 150px;
	padding: 10px 0;
	background: #FF3300;
	border: solid 2px #FF3300;
	color: #fff;
	outline: 0;
	text-align: center;
	font-size: 16px;
	transition-duration: 0.3s;
	cursor: pointer;
}
.btn input:hover {
  background: #FFE4BD;
  color: #FF3300;
}
.btn input + input{
	margin-right: 15px;
}

footer address{
	font-style: normal;
}
footer #contact_box{
	font-size: 12px !important;
}

footer #contact_box #contact_btn_oval{
	box-sizing: border-box;
}

.width100{
	width: 100%;
	display: block;
	text-align: center;
}
.width100 .btn input{
	display: inline-block !important;
}
.check_text{
	text-align: center;
}
.thanks_btn{
	width: 200px;
	height: 36px;
	line-height: 36px;
	background: #FF3300;
	border: solid 2px #FF3300;
	color: #fff;
	outline: 0;
	text-align: center;
	font-size: 16px;

	cursor: pointer;
	margin: 0 auto 50px;
}
.thanks_btn a{
	color: #fff ;
	display: block;
	transition-duration: 0.3s;
}
.thanks_btn a:hover{
  background: #FFE4BD;
  color: #FF3300;

}
@media screen and (max-width: 768px){
.navbar-header .navbar-brand {
    font-size: 26px;
    background-color: #0066CC;
    color: #FFFFFF;
    line-height: 1;
    height: auto;
    text-align: center;
    border-radius: 0;
    margin: 0;
    padding: 25px 0;
    width: 100%;
    clear:both;
    display: block;
}
#global-nav ul li {
	box-sizing:border-box;
}


#contents {
	max-width: 800px;
	width: 100%;
	margin: 60px auto;
	clear: both;
}

#tab ul{
	display: block;
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
	font-size: 0;
	text-align: center;
}

#tab li {
	display: inline-block;
	font-size: 18px;
	width: 90%;
	height: 50px;
	line-height: 50px;
  list-style: none;
  cursor: pointer;
  background: #FFE4BD;
  border: solid 2px #FF9900;
	text-align: center;
	margin: 0 5%;
	box-sizing: border-box;
}
#tab li:first-child + li {
	margin: 20px 5%;
}
#tab li.select {
  background: #FF9900;
  color: #fff;
}


.content_wrap{
	max-width: 800px;
	width: 100%;
	margin: 30px auto;
	clear: both;
}
.content_wrap p{
	margin: 0;
	line-height: 1.6em;
}
span.hl{
	color: #FF9900;
	font-family: Shuei MaruGo B;
}

.clear_mail01{
	text-align: left;
	width: 90%;
	margin: 0 5%;
}
.jizen , .hajimete{
	padding-bottom: 30px;
	border-bottom: dotted 2px #ccc;
	margin-bottom: 30px;
}
.hajimete.bb0{
	border-bottom: 0;
	margin-bottom: 0;
}
.jizen_title , .hajimete_title{
	font-family: Shuei MaruGo B;
	font-size: 18px;
	margin-bottom: 15px;
}

.excelBtn a{
	text-align: center;
}
.excelBtn a:hover{
	background: #FFE4BD;
	color: #FF3300;
}

.form_nyuryoku{
	text-align: left;
	width: 90%;
	margin: 0 5%;
}
.kome{
	display: block;
	text-align: center;
	margin-bottom: 15px;
}
.form_title{
	width: 90%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #FF3300;
	color: #fff;
	margin-top: 50px;
	font-size: 18px;
	margin-left: 5%;
	margin-right: 5%;
}
table{
	max-width: 700px;
	width: 100%;
}
.innerTable{
	width: 90%;
	margin: 0 5%;
}
.it_tr{
	padding-bottom: 15px;
	display: block;
}
table tr td{
	box-sizing: border-box;
}
table tr td.tt{
	background: #FF9900;
	color: #fff;
	width:100%;
	display: block;
}
table tr td.tt + td{
	width: 100%;
	display: block;
}
table tr td.tt + td input , table tr td.tt + td textarea{
	width: 100%;
	outline: 1px #ccc solid;
	margin-top: 8px;
	box-sizing: border-box;
}
table tr td.tt + td input.radio{
	display: inline-block;
}
input.radio{
	width: auto !important;
	outline: 0 !important;
	display: inline-block !important;
}
.btn{
	text-align: center;
}
.btn input{
	width: 40%;
	padding: 10px 0;
	background: #FF3300;
	border: solid 2px #FF3300;
	color: #fff;
	outline: 0;
	text-align: center;
	font-size: 16px;
	transition-duration: 0.3s;
	cursor: pointer;
}
.btn input:hover {
  background: #FFE4BD;
  color: #FF3300;
}
.btn input + input{
	margin-right: 15px;
}

footer address{
	font-style: normal;
}
footer #contact_box{
	font-size: 12px !important;
}

footer #contact_box #contact_btn_oval{
	box-sizing: border-box;
}

.width100{
	width: 100%;
	display: block;
	text-align: center;
}
.width100 .btn input{
	display: inline-block !important;
}
.check_text{
	text-align: center;
}
.thanks_btn{
	width: 200px;
	height: 36px;
	line-height: 36px;
	background: #FF3300;
	border: solid 2px #FF3300;
	color: #fff;
	outline: 0;
	text-align: center;
	font-size: 16px;

	cursor: pointer;
	margin: 0 auto 50px;
}
.thanks_btn a{
	color: #fff ;
	display: block;
	transition-duration: 0.3s;
}
.thanks_btn a:hover{
  background: #FFE4BD;
  color: #FF3300;

}




}