@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.7em;
	color: #444;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #005EBB;
	background-color: #EDF7FC;
	padding: 0;
	min-width: 1100px;
}

img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.mobi{
	display: none;
}

.center{
	text-align: center;
}

h1{
	color: #333333;
	margin-bottom: 0px;
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-top: 0px;
}

h2{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 70px;
	padding-right: 10px;
	padding-bottom: 25px;
	padding-left: 10px;
	font-size: 34px;
	font-weight: normal;
	color: #FF0;
	background-image: url(../img/h2_background.png);
	background-repeat: no-repeat;
	height: 45px;
	text-align: center;
	text-shadow: 1px 1px 3px #333;
}
h3{
	font-size: 16px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-color: #EDF7FC;
	margin-bottom: 7px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #005EBB;
	margin-top: 25px;
}

.fs12{
	font-size: 12px;
	font-weight: normal;
	color: #333;
}

.clear{clear:both;}
.clearfix{
	clear: both;
	width: 100%;
}


/*a:link*/

a:link {
	color: #0078C6;
	text-decoration: underline;
}

a:visited {
	color: #0C439A;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}


/* header */

#header{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 100px;
	margin-top: 5px;
}

#header .clearfix{clear:both;}

#utility_left{
	width: auto;
	padding-top: 0px;
	float: left;
	}

#utility_right{
	width: 350px;
	float: right;
	margin: 0px;
	}
#utility_right ul{
	margin: 0px;
	height: 25px;
	padding: 0px;
}
#utility_right li{
	background-image: url(../img/top_li.png);
	background-position: left center;
	float: left;
	margin-left: 10px;
	list-style-type: none;
	background-repeat: no-repeat;
	padding-left: 20px;
	font-size: 12px;
	margin-right: 20px;
}

#navi{
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/navi_background.png);
	background-repeat: repeat-x;
	max-height: 50px;
	overflow: hidden;
	width: 100%;
}
#navi ul{
	padding: 0px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#navi li{
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
}

/* mainimg */
#mainimg{
	background-image: url(../img/mainimg_background.png);
	background-repeat: repeat-x;
	background-position: center top;
	text-align: center;
}


/* #container */

#wrap{
	clear: both;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 20px;
	margin-bottom: 10px;
	margin-top: 15px;
}

#content{
	float: left;
	width: 766px;
}
#content .btn{
	margin-left: 8px;
}

#main1{
	background-color: #FFF;
	width: 725px;
	margin-right: 8px;
	margin-left: 8px;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 13px;
}
#main1 img{
	margin-top: 15px;
	margin-bottom: 15px;
}
#main2{
	background-color: #FFF;
	width: 725px;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 40px;
	padding-left: 13px;
	margin-right: 8px;
	margin-left: 8px;
	text-align: center;
	-webkit-box-shadow: 0 10px 6px -6px #999;
	-moz-box-shadow: 0 10px 6px -6px #999;
	box-shadow: 0 10px 6px -6px #999;
}
#main2 p{
	margin: 0px;
	padding: 0px;
}
#submain{
	background-color: #FFFFFF;
	width: 725px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
	margin-right: 8px;
	margin-left: 8px;
	-webkit-box-shadow: 0 10px 6px -6px #999;
	-moz-box-shadow: 0 10px 6px -6px #999;
	box-shadow: 0 10px 6px -6px #999;
	margin-top: 0px;
	margin-bottom: 0px;
}
#main{
	text-align: left;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.txtbox{
	margin-right: 5px;
	margin-left: 5px;
}

/* side */

#side{
	width: 220px;
	float: right;
}

#side p{
	margin-bottom: 6px;
	padding: 0px;
	margin-top: 0px;
}


/* footer */

#footer{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	line-height: 1.5em;
	margin-top: 10px;
	margin-bottom: 15px;
}

#footer .btn{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 30px;
}


#copyright{
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #005EBB;
	text-align: center;
	font-size: 11px;
	padding-bottom: 5px;
	padding-top: 5px;
}

/* 右側固定バナー*/
#pagetop {
	position: fixed;
	bottom: 36px;
	right: 0px;
	text-shadow: 0 -1px 1px #FFF, -1px 0 1px #FFF, 1px 0 1px #aaa;
	-webkit-box-shadow: 1px 1px 2px #E7E7E7;
	-moz-box-shadow: 1px 1px 2px #E7E7E7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding-right: 0pt;
	z-index: 1;
}

/* company */
#company h3{
	color: #333;
	font-size: 20px;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFF;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}	
#company table{
	line-height: 1.3em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
#company th{
	background-color: #EDF7FC;
	text-align: left;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	font-weight: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
#company td{
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
	
/* faq */
#faq {}	
#faq .q{
	font-size: 18px;
	color: #005EBB;
	line-height: 1.2em;
	background-image: url(../img/faq_q.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 45px;
	padding-left: 65px;
	display: table-cell;
	vertical-align: middle;
}
#faq .ans{
	background-color: #FFF7DF;
	padding-top: 45px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	margin-bottom: 20px;
	-webkit-border-radius: 8px; /* Safari, Chrome用 */
	-moz-border-radius: 8px; /* Firefox用 */
	border-radius: 8px; /* CSS3 */
	margin-top: 10px;
	background-image: url(../img/faq_a.png);
	background-repeat: no-repeat;
	background-position: 20px 10px;
}

/* yuushi */
#yuushi{}
#yuushi h3{
	font-size: 22px;
	color: #005EBB;
	padding-top: 15px;
}
#yuushi h4{
	font-size: 28px;
	font-weight: normal;
	color: #005EBB;
	margin-bottom: 10px;
	height: 34px;
	margin-left: 15px;
}
#yuushi h4 .step{
	float: left;
	width: 55px;
	color: #FFF;
	background-color: #005EBB;
	font-size: 16px;
	margin-right: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	height: 24px;
	font-weight: bold;
}
#yuushi h4 .title{
	float: left;
	padding-top: 6px;
	text-shadow: 0px 1px 1px #BBB;	
}
#yuushi ol{
	width: 460px;
	margin: 0px;
}
#yuushi li{
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	list-style-position: inside;
}
#yuushi .cm_l{
	text-shadow: 1px 1px 1px #aaa;
	font-size: 45px;
	font-weight: bold;
	color: #C30;
	line-height: 55px;
}
#yuushi .cm_s{
	text-shadow: 1px 1px 1px #aaa;
	font-size: 32px;
	color: #C30;
	font-weight: bold;
	line-height: 32px;
}

/* contact */
#contact .telbox{
	background-color: #F0F0E1;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}

#contact .thanks{
	text-shadow: 1px 1px 1px #aaa;
	font-size: 30px;
	font-weight: bold;
	color: #333;
	line-height: 55px;
}

#acMenu{display:none}

.waku{
	border: solid 1px #000;
}

.top_kabu_gou_otoku{
	padding-top: 30px;
    margin-left: 8px;
    background: #fff;
}

.header_contact_line .sp{
	display: none;
}

.header_contact_line a{
	background: #00B900;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    font-size: 25px;
    font-weight: bold;
}

.header_contact_line a p {
    margin: 20px 30px;
}

.header_contact_line .line_icon{
	width:50px;
}

.header_contact_line .line_arrow_bottom{
	width:35px;
}

.contact_line_area{
	margin: 15px;
	border: 15px solid #00B900;
    border-radius: 5px;
}

.contact_line_area .df {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
	padding: 20px 0;
}

.contact_line_area .df a{
	margin-right: 100px;
}

.voice-pic{
	width:100%;
	max-width:450px;
}

.letter-pic{
	width:100%;
	max-width:700px;
}

.top-voice-wrap{
	display:flex;
	justify-content:space-between;
}

.top-voice-wrap .pic{
	width:35%;
}

.top-voice-wrap .pic img{
	max-width:100%;
	height:auto;
}

.top-voice-wrap .tx{
	width:63%;
	text-align:left;
}

.voice-letter-pic{
	width:100%;
	max-width: 679px;
	height: auto;
}

.voice-title{
    background: #237fd8;
    display: block;
    width: 100%;
    padding: 1.3rem 0 0;
    margin-bottom: 2rem;
    color: #fff;
}

.douga iframe{
	margin:0 auto;
	display:block;
}