@charset "UTF-8";
/* ------------------- RESET -------------------- */
* {
	margin: 0px;
	padding: 0px;
	-webkit-font-smoothing: antialiased;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	text-decoration: none;
}
a img {
	border-style: none;
}
li {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th, td {
	text-align: center;
	vertical-align: middle;
}
/* -------------------- COMMON -------------------- */
body {
	-webkit-text-size-adjust: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #393939;
	line-height: 1.3;
}
p, li, a {
	font-size: 16px;
	margin-top: 0px;
	line-height: 1.68;
}
h1 {
	margin: 0px;
}
h2 {
	font-size:30px;
	font-weight:bold;
	line-height: 1.3;
	clear: both;
	margin: 95px 0 30px;
	padding: 10px 0;
	color: #D9240F;
	text-align: center;
}
h3 {
	margin: 0.2em 0px;
}
h4 {
	margin-bottom: 5px;
}
.voice h4 {
	background: url(../img/bnr-voice.png) top center no-repeat;
	height: 42px;
	margin-top: 70px;
	margin-bottom: 30px;
}
/***** 文字装飾 *****/
.bold {
	font-weight: bold;
}
.f14pt {
	font-size: 14px;
}
.f20pt {
	font-size: 20px;
}
.f26pt {
	font-size: 26px;
}
.f30pt {
	font-size: 30px;
}
.f38pt {
	font-size: 38px;
}
.f42pt {
	font-size: 42px;
}
.f52pt {
	font-size: 52px;
}
.f60pt {
	font-size: 60px;
}
.ls03 {
	letter-spacing: 0.1em;
}
.aqua {
	color: #324CA0;
}
.red {
	color: #D9240F;
}
.Br{
	font-weight:bold;
	color: #D9240F;
}
.blue {
	color: #003366;
}
.skyblue {
	color: #008C8C;
}
.black {
	color: #444;
}
.gray{
	color:#B5B5B5;
}
.white {
	color: #FFFFFF !important;
}
.Bym{
	font-weight:bold;
	background-color:#FFFD66;
}
.tC {
	text-align: center;
}
.tR {
	text-align: right;
}
.tL {
	text-align: left;
}
.hide-text {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	height: 0px;
	margin:0px;
}
/***** 装飾 *****/
.wbox {
	padding: 25px 25px;
	background: rgba(255,255,255,0.8);
}
.wbox p {
	margin-bottom: 0px;
}
/***** margin *****/
.mt20 {
	margin-top: 20px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mb0 {
	margin-bottom: 0px !important;
}
.mtb30 {
	margin: 30px 0px !important;
}
.ml30 {
	margin-left: 30px;
}
/***** padding *****/
.pt40 {
	padding-top: 40px;
}
/***** clear *****/
.clear:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
.spo {
	display: none !important;
}
.pco {
	display: block !important;
}
/* -------------------- FRAME -------------------- */
body {
	width: 100%;
	background-color: #f0f0f0;
}
#container {
	width: 960px;
	margin: auto;
	padding-bottom: 30px;
	background: #fff;
	-webkit-box-shadow: 0 0 10px #ddd;
	box-shadow: 0 0 10px #ddd;
}
#wrapper {
	width: 755px;
	margin: auto;
}
/* -------------------- HEADER -------------------- */
div.line-red {
	height: 6px;
	width: 100%;
	background-color: #E75E5E;
	/*border-top: #E75E5E solid 6px;*/
	margin-bottom: 5px;
}
header{
	height:61px;
}
img.logo {
	float: left;
	width: 698px;
}
header div.contact {
	float: right;
	width: 262px;
	margin-top: 0px;
}
div#catch {
	background: url(../img/catch.png) center center no-repeat;
	height: 383px;
}
/* -------------------- SECTION -------------------- */
#sec1, #sec3, #sec4, #sec5, #sec6, #sec7, #sec8, #sec9, #sec10 {
	margin-bottom: 0px;
}
img.img-trouble {
	margin: auto;
	margin-left: 0px;
}

#sec3 .box {
	position: relative;
	border: solid 3px #C1C1C1;
	padding:30px;
}
#sec3 .box img,#sec4 img,#sec8 img,#sec9 img, #sec10 img, #sec14 img{
	float: right;
	margin-left: 30px;
	margin-bottom:15px;
}
#sec1 img{
	display:block;
	margin:10px auto 20px;
}
#sec5 img {
	float: left;
	margin-right: 30px;
}
#sec6 img {
	display:block;
	margin:0 auto;
}
.voice img {
	margin: 20px auto;
}
.bltbox {
	clear: both;
	margin: 60px auto 30px;
	padding: 5px 15px 45px;
	background:#F0F0F0;
}
.bltbox dt {
	margin: 30px 30px 0;
	padding: 1px 0 0 40px;
	min-height: 43px;
	background: url(../img/check_blue.png) no-repeat;
	font-size: 18px;
	line-height: 1.5;
	font-weight: bold;
}
.bltbox_red {
	clear: both;
}
.bltbox_red dt {
	margin:45px 0 20px;
	padding: 1px 0 0 40px;
	min-height: 43px;
	background: url(../img/check_red.png) no-repeat;
	font-size: 20px;
	line-height: 1.5;
	font-weight: bold;
}
.bltbox_red dd{
	line-height:1.68;
	clear:both;
}
.bltbox_red02 dt {
	margin:60px 0 20px;
	padding: 1px 0 0 40px;
	min-height: 43px;
	background: url(../img/check_red.png) no-repeat;
	background-position:center left;
	font-size: 20px;
	line-height: 1.5;
	font-weight: bold;
}
.bltbox_red02 dd{
	line-height:1.68;
	clear:both;
}
.boxheader {
	margin: 30px 0 20px;
	padding: 10px 0 10px 10px;
	border-left: 5px solid #E79255;
	border-bottom: dotted 1px #CCC;
	font-size: 20px;
	color:#3C7188;
	line-height: 1.3;
	text-align: left;
	font-weight: bold;
}
.prof_box {
	padding: 30px 30px 35px;
	text-align: left;
	border: solid 4px #DDD9BD;
	margin: 0 10px 35px;
}
.prof_boxheader {
	margin: 0px 0 20px;
	padding: 10px 0 10px 10px;
	font-size: 22px;
	font-weight: bold;
	color:#8B5B1B;
	line-height: 1.3;
	text-align: left;
}
p.line {
	width:445px;
	background-image: url(../img/line.gif);
	line-height: 28px;	
	margin: 0px;
}
/***** Q&A *****/
.qa dt {
border-bottom: none;
font-size: 20px;
font-weight:bold;
color:#FFFFFF;
background: #7897D0 url(../img/qa_dt_icon.png) no-repeat 10px 5px;
min-height: 34px;
padding-top: 20px;
}
.qa dd {
margin-bottom: 20px;
border-top-width: 1px;
background: #fff url(../img/qa_dd_icon.png) no-repeat 10px 5px;
}
.qa dt, .qa dd {
padding: 10px;
margin: 0;
border: 1px solid #7897D0;
padding-left: 65px;
}
#map-canvas{
	width:755px; 
	height: 300px;
}
/***** 申し込みボタン *****/
#sec12, #sec15 {
}
#sec12 img.btn-request, #sec15 img.btn-request {
	display:block;
	margin:40px auto;
}

/* ---------- Footer ---------- */
footer {
	text-align: center;
	widht:100%;
	min-width:960px;
	color: #FFF;
	padding-bottom: 55px;
	overflow: hidden;
	background: #559dde; /* Old browsers */
}
footer div.inner-footer {
	width: 880px;
	margin: 0px auto 0px;
}
footer, footer p, footer li, footer a {
	font-size: 14px;
}
footer a {
	color: #ffffff;
}
footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}
p.copyright {
	font-size: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.f_menu {
	padding: 20px 0 30px;
	text-align: center;
	color: #CCC;
	height: 100px;
	border-bottom: #D0CFCF 1px solid;
}

/*追加*/

.syu_campaign {
    border: solid 10px #ff8e00;
    padding: 20px;
    margin: 10px 0 20px;
}

.syu_camp_titb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.syu_camp_titb_l {
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    margin: 0 0 20px;
    -ms-flex-item-align: center;
    align-self: center;
    color: #ff8e00;
}

.syu_camp_titb_r {
    -ms-flex-item-align: center;
    align-self: center;
    background: #ff8e00;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #ff8e00;
    text-align:center;
    line-height: 80px;
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
    margin: 0 0 20px;
}

.syu_camp_txt {
    font-size: 20px;
}

.syu_camp_limit {
    font-size: 20px;
    text-align: center;
    background: #fff5e4;
    font-weight: bold;
    padding: 10px 0;
    color: #ff8f00;
    margin: 0;
}

.annotation_txt {
	text-align: center;
	font-weight: bold;
}