@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-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.mobi{
	display: block;
}

img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: auto;
	width: 99%;
}

.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: 10px;
	font-weight: normal;
	margin-top: 0px;
}

h2{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	font-size: 26px;
	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;
	background-position: center center;
}
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;}


/* header */

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

#header .clearfix{clear:both;}

#utility_left{
	width: auto;
	padding-top: 0px;
	float: none;
	}
#utility_left img{
	width: 80%;
	height: auto;
}

#utility_right{
	width: 100%;
	float: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	}
#utility_right img{
	width: 80%;
	height: auto;
}
#utility_right ul{display:none}
#navi{display: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: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 20px;
	margin-bottom: 10px;
	margin-top: 15px;
}

#content{
	float: none;
	width: 100%;
}
#content .btn{
	margin-left: 8px;
}
#main1{
	background-color: #FFF;
	width: 100%;
	margin: 10px auto;
	margin-right: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
#main1 p {
	text-align: center;
}
#main1 img{
	margin-top: 5px;
	margin-bottom: 15px;
	width:95%;
}
#main2{
	background-color: #FFF;
	width: 100%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-right: 0px;
	margin-left: 0px;
	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 img{width:98%;}
#main2 .down img{width:50%;}
#main2 p{
	margin: 0px;
	padding: 0px;
}
#submain{
	background-color: #FFFFFF;
	width: 100%;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-right: 0px;
	margin-left: 0px;
	-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: none;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 15px;
}

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

/* side */

#side{display:none}




/* 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: 0px;
	padding-bottom: 8px;
	padding-left: 5px;
	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;
	display: block;
	width: 98%;
}
#company td{
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 5px;
	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;
	display: block;
	width: 98%;
}

#company iframe{
	width: 100%;
	height: 70%;
}

/* 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;
	background-size:55px auto;
	height: 45px;
	padding-left: 52px;
	display: table-cell;
	vertical-align: middle;
}
#faq .ans{
	background-color: #FFF7DF;
	padding-top: 45px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	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;
}
#faq ul{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#faq li{
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}

/* yuushi */
#yuushi{}
#yuushi h3{
	font-size: 22px;
	color: #005EBB;
	padding-top: 15px;
}
#yuushi h4{
	font-size: 19px;
	font-weight: normal;
	color: #005EBB;
	margin-bottom: 10px;
	height: auto;
	margin-left: 5px;
}
#yuushi h4 .step{
	float: none;
	width: 55px;
	color: #FFF;
	background-color: #005EBB;
	font-size: 15px;
	margin-right: 10px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	height: auto;
	font-weight: bold;
}
#yuushi h4 .title{
	float: none;
	padding-top: 6px;
}
#yuushi ol{
	width: auto;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#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: 30px;
	font-weight: bold;
	color: #C30;
	line-height: 50px;
}
#yuushi .cm_s{
	text-shadow: 1px 1px 1px #aaa;
	font-size: 24px;
	color: #C30;
	font-weight: bold;
	line-height: 28px;
}

/* contact */
#contact img{
	height: auto;
	width: 100%;
}
#contact .telbox{
	background-color: #F0F0E1;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#contact .down img{width: 50%;}
#contact .thanks{
	text-shadow: 1px 1px 1px #aaa;
	font-size: 30px;
	font-weight: bold;
	color: #333;
	line-height: 55px;
}

/* footer */

#footer{
	width: 95%;
	margin-right: 0px;
	margin-left: 10px;
	overflow: hidden;
	line-height: 1.3em;
	margin-top: 10px;
	margin-bottom: 15px;
	font-size: 12px;
}

#footer img{
	height: auto;
	width: 100%;
}

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


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

/* 右側固定バナー*/
#pagetop {
	position: fixed;
	bottom: 85px;
	right: -20px;
	padding-right: 0pt;
	z-index: 1;
}
#pagetop img{
	height: auto;
	width: 80%;
}


/* 上部メニュー　*/
#acMenu{
	margin-top: 0px;
	margin-bottom: 5px;
}

#acMenu dt{
	display: block;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
}

#acMenu .f_right{
	max-width: 15%;
	float: right;
	padding-top: 0%;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#acMenu dd{
	display: none;
	clear: both;
	position: absolute;
	z-index: 99999999;
	top: 80px;
	right: 0%;
}

#acMenu ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-position: inside;
}
#acMenu li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-position: inside;
}
#acMenu li a{
	display: block;
	background-color: #005EBB;
	opacity: 1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-size: 103%;
	color: #FFF;
	text-decoration: none;
	line-height: 1.1em;
	max-width: 100%;
	text-align: left;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}

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

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

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

.header_contact_line .line_icon{
	width:50px;
}

.header_contact_line .line_arrow_bottom{
	width:35px;
}

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

.contact_line_area .df {
    background: #fff;
	padding: 10px;
}

.contact_line_area .df .pc{
	display: none;
}

.voice-pic{
	max-width:70%;
}


.kotei-foot-content{
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 2vw 1vw;
        background: rgba(255, 255, 255, .8);
}

.kotei-foot-content img{
	max-width: 100%;
	height: auto;
}

.douga iframe{
	width: 95%;
	height: 228px;
	margin: 0 0 5vw;
}