@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:middle;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:middle;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
	font-size:16px;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
background-image: url(../img/lp-pc-bg-01.jpg);
    background-attachment: scroll;
background-position: left  55px;
background-repeat: repeat-x;
}

a img:hover {
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}


#contents {
	width:1000px;
	margin:0 auto;
}
#contents_out {
background-image: url(../img/lp-pc-bg-02.jpg);
background-attachment: scroll;
background-position: left top;
background-repeat: repeat-x;
background-size: 100% 3150px;
margin-top: 20px;
}

header {
	width:1000px;
	margin:0 auto;
}

a {
	color:#0000FF;
}
a:hover {
	color:#4b00ff;
}

h1 {
	font-size:28px;
	line-height:1.4;
}

h2 {
	margin-bottom:0.5em;
	font-size:24px;
	color:#cf0c0c;
	border-bottom:3px solid #444;
}

h3 {
	margin-bottom:0.25em;
	font-size:18px;
}
h3:before {
	content:"\002714\00a0";
	color:#cf0c0c;
}

h4 {
	margin-bottom:0.25em;
	font-size:16px;
}
h4:before {
	content:"\00ab";
}
h4:after {
	content:"\00bb";
}

h5 {
	margin-bottom:0.25em;
	padding:2px;
	font-size:16px;
	border-top:1px dotted #ddd;
	border-bottom:1px dotted #ddd;
	background:#f3f3f3;
}

h6 {
	margin-bottom:0.25em;
	padding-left:5px;
	font-size:16px;
	border-left:5px solid #cf0c0c;
}

p {
	margin:0;
}

img {
	vertical-align:bottom;
}

em {
	font-weight:bold;
}

strong {
	font-weight:bold;
	color:#ef8100;
}

pre {
	margin:1em 0;
	padding:1em;
}

blockquote {
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #ddd;
	border-left:5px solid #ddd;
}

ul,ol,dl {
	margin:0 0 1em 0;
}
ul li {
	list-style:disc;
}
ol li {
	list-style:decimal;
}
li {
	margin-left:2em;
}

dt {
}
dt:before {
}
dd {
}

table {
	width:100%;
	margin-bottom:1em;
	border-collapse:collapse;
	border:1px solid #ddd;
}
th {
	padding:10px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #ddd;
	background:#95bbc6;
}
td {
	padding:10px;
	text-align:left;
	border:1px solid #ddd;
}

/*================================================
 *  汎用クラス
 ================================================*/
.list {
	padding:0 0 0 2em;
}

.list li {
	margin:0;
	padding:0;
	list-style:none;
	text-indent:-1.3em;
}
.list li:before {
	content:"\002605\00a0";
	color:#ffc720;
}

.temp {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
}

.img {
	float:left;
	width:300px;
}

.text {
	float:right;
	width:450px;
}

.photo {
	margin:20px 0;
	padding:10px;
	box-shadow:rgba(113, 135, 164, 0.8) 0 3px 15px 0;
	background:#fff;
}

.photo img {
	max-width:100%;
}

/*================================================
 *  ヘッダー
 ================================================*/
header {
	/* margin-top:30px;*/
	/* margin-bottom:50px;*/
position: relative;
}
header h1 {
}
h1 span {
	font-size:12px;
}


/*================================================
 *  メイン
 ================================================*/
section {
	margin-bottom:100px;
}

/*================================================
 *  フッター
 ================================================*/
footer {
	clear:both;
	padding:40px 0 70px 0;
	font-size:11px;
	text-align:center;
color:#ffffff;
	background:#4D4D4D;
font-size:14px;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	background:#000;
}
.totop img:hover {
	background:#333;
}












/*================================================
 *  タブレット/スマートフォン向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:799px) {
	body {
		box-sizing:border-box;
		width:100%;
		padding:0 0px;
	}



	#contents {
		width:100%;

	}

	header {
		width:100%;
	}

img{
max-width: 100%;
height: auto;
width /***/:auto;　
}

}












    /* ヘッダーの固定 */
    div#header-fixed
    {
        /* position: fixed;            /* ヘッダーの固定 */
        top: 0px;                   /* 位置(上0px) */
        left: 0px;                  /* 位置(右0px) */
        width: 100%;                /* 横幅100%　*/
        height: 45px;              /* 縦幅140px */
    background-color: #fff;
z-index: 100;
padding-top: 10px;
    }
     
     
    div#header-bk { 
    	padding: 0;       /* 上10px、下20pxをあける */
    	height: auto;              /* 縦の高さ110px */
    	width:100%;                /* 横の幅を100% */
    }
     
     
    div#header { 
    	height: 100%;              /* 縦の表示領域はheader-bkと同じ */
    	width: 100%;              /* 横の幅970px */
    	margin: auto;              /* 中央揃え */
position: relative;
    }

    div#header h1 { 
width: 45%;
padding-top: 0%;
padding-bottom: 1%;
margin-left: 30px;
    }
    div#header h1 img { 
padding-bottom: 1%;
    }

.hed_btn {
    position: absolute;
top: 0;
right: 0;
}

.hed-top {
position: relative;
}



.bk-img02 {
    background-attachment: scroll;
background-position: 0 0;
background-repeat: no-repeat;
background-size: 100%;
padding: 0% 0% 0%;
}










.int-area {
margin: 0;
    background-attachment: scroll;
    background-position: 0 bottom;
    background-repeat: no-repeat;
padding: 0% 0 7%;
}
.int-area3 {
margin: 0 0 5% 0;
padding: 0% 0 3%;
}




.qa-area {
    background-attachment: scroll;
    background-image: url(../img/lp_pc_qp_img_14.jpg);
    background-position: 0 top;
    background-repeat: no-repeat;
padding-left: 15%;

}

.qa-txt2 {
font-size: 18px;
line-height: 140%;
padding-top: 3%;
padding-right: 3%;
padding-bottom: 3%;
}



.int-area,.int-area3 .txt-01 {
line-height: 150%;
font-weight: bold;
}
.int-area {
line-height: 150%;
font-weight: bold;
text-align: left;
font-size: 27px;
}
.int-area3 .txt-02 {
line-height: 150%;
font-weight: bold;
text-align: left;
font-size: 27px;
    margin-left: 140px;
}


.staff-area {
    background-attachment: scroll;
    background-image: url(../img/lp_pc_qp_bg_03.png);
    background-position: 0 bottom;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 1%;
width:935px;
}
.staff-area-in {
    background-color: #FFFFFF;
    margin-left: 1%;
    margin-right: 1%;
    padding-bottom: 27%;
padding-top: 3%;
}
.staff-area .box-01 {
margin-right: 5px;
float: left;
width: 25%;
}
.staff-area .img-01 {
}
.staff-area .img-02 {
}
.staff-area .txt-01 {
line-height: 150%;
font-weight: bold;
    font-size: 30px;
margin: auto;
text-align: center;
}
.staff-area .txt-02 {
line-height: 150%;
    font-size: 18px;
width: 70%;
float: left;
}
.staff-area .txt-03 {
    font-size: 18px;
    text-align: center;
}



.qa-box {
    width: 940px;
    margin: auto;
}

.qa-btn {
    background-attachment: scroll;
    background-image: url(../img/lp_pc_qp_img_13_off.jpg);
    background-position: 0 top;
    background-repeat: no-repeat;
color: #FFFFFF;
font-weight: bold;
line-height: 130%;
font-size: 18px;
padding-top: 2%;
padding-bottom: 1.5%;
padding-left: 15%;
}
.qa-btn.active {
    background-attachment: scroll;
    background-image: url(../img/lp_pc_qp_img_13.jpg);
    background-position: 0 top;
    background-repeat: no-repeat;
color: #FFFFFF;
font-weight: bold;
line-height: 130%;
font-size: 18px;
padding-top: 2%;
padding-bottom: 1.5%;
padding-left: 15%;
}
.qa-btn2 {
    background-attachment: scroll;
    background-image: url(../img/lp_pc_qp_img_13_off.jpg);
    background-position: 0 top;
    background-repeat: no-repeat;
color: #FFFFFF;
font-weight: bold;
line-height: 130%;
font-size: 18px;
padding-top: 3%;
padding-bottom: 3%;
padding-left: 15%;
}
.qa-btn2.active {
    background-attachment: scroll;
    background-image: url(../img/lp_pc_qp_img_13.jpg);
    background-position: 0 top;
    background-repeat: no-repeat;
color: #FFFFFF;
font-weight: bold;
line-height: 130%;
font-size: 18px;
padding-top: 3%;
padding-bottom: 3%;
padding-left: 15%;
}


.table-area {
font-weight: bold;
font-size: 30px;
text-align: center;
}
.table-type01 {
width: 920px;
    margin: auto;
font-size: 18px;
border: #585858 solid 2px;
}
.table-type01 th {
width: 25%;
    text-align: left;
vertical-align: text-top;
background-color: #c4e2f7;
padding-top: 25px;
padding-bottom: 25px;
border: #585858 solid 2px;
}
.table-type01 td {
    line-height: 130%;
padding-bottom: 2% !important;
padding-left: 2% !important;
border: #585858 solid 2px;
}
.comp-area {
border: solid 2px #000000;
padding: 3% 2% 3% 2%;
margin:  5% auto 0;
width: 880px;
}
.comp-area {
    background-attachment: scroll;
    background-image: url(../img/lp_pc_qp_img_16.png);
    background-position: right 35%;
    background-repeat: no-repeat;
}
.comp-area .img-01 {
width: 65%;
}
.comp-area .img-02 {
width: 90%;
margin: auto;
}
.comp-area .txt-01 {
width: 75%;
line-height: 150%;
font-size: 18px;
}


.map-area {
border-bottom: 2px solid #585858;
border-left: 2px solid #585858;
border-right: 2px solid #585858;
margin:  0% auto 0;
padding: 4% 2% 4% 2%;
width: 876px;
}


.accordion_client_content{
padding-bottom: 5px;
}
.accordion_client_content2{
	display:none;
padding-bottom: 5px;
margin-left: 0%;
margin-right: 0%;
    border-bottom: solid 3px #0d3a8b;
    border-left: solid 3px #0d3a8b;
    border-right: solid 3px #0d3a8b;
}
	
.check a{
	display:block;
	cursor:pointer;}
	






#mid-fome {
    padding-top: 30px;
    margin-top: -30px;
}
#mid-fome::before {
    content: "";
    display: inline-block;
    height: 80px;
    margin-top: -80px;
    vertical-align: top;
}
.t-btn {
width: 100%;
}


.ftr_top {
    line-height: 130%;
    font-size: 9px;
    width: 1100px;
    margin: 10px;
}

footer {
    clear: both;
    padding: 40px 0 40px 0;
    font-size: 11px;
    text-align: center;
    color: #ffffff;
    background: #000000;
    font-size: 14px;
}

.totop {
    position: fixed;
    bottom: 15px;
    right: 15px;
}
.totop a {
    display: block;
    width: 80px;
    height: 80px;
    background-color: #333;
    border-radius: 80px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    line-height: 80px;
}


.point-navi {
display: flex;
justify-content: space-between;
margin-top: 0px;
margin-bottom: 0px;
}
.f37{font-size:37px;}


.accordion_box_area {
    width: 940px;
    margin: auto;
}





.point-bg01  {
background-attachment: scroll;
background-position: left top;
background-repeat: repeat-x;
background-size: auto;
background-color: #ffffff;
width: 935px;
margin: auto;
padding: 0px 0 30px;
}

.text-indent01 {
    padding-left: 12px;
    text-indent: -2em;
    line-height: 1.8;
}
.text-indent02 {
	padding-left:15px;
	text-indent:-1em;
	line-height: 1.8;}

.ac {
    color: #FFF;
    text-decoration: none;
margin-bottom: 10px;
}
.ac a {
    color: #FFF;
    text-decoration: none;
}

@media screen and (max-width: 330px) {

.ginou-area-1,.ginou-area-2,.ginou-area-3,.ginou-area-4{
    font-size: 12px;
}
.ginou-area-1 span, .ginou-area-2 span, .ginou-area-3 span, .ginou-area-4 span {
    font-size: 11px;
    line-height: 130%;
}
.ginou2-area-2-in {
    position: absolute;
    left: 7%;
    bottom: 7%;
}
.ginou3-area-2-in,.ginou3-area-3-in,.ginou3-area-4-in {
    font-size: 11px;
}
                                    }
input.btn_submit
{
	cursor: pointer;
	display: block;
	width: 650px;
	height: 85px;
	border: none;
	margin:0 auto;
	text-indent: -9999px;
	background: url(../img/bt_entry.jpg) no-repeat 0 0;
}
	 
input.btn_submit:hover
{
	background: url(../img/bt_entry.jpg) no-repeat 0 0;
	opacity: .8;
}

.form
{
	/* background:#255892; */
	padding:15%;
}
.form_box
{
	background:#FFFFFF;
	width:95%;
	/* padding:5%; */
	margin:0 auto;
}
.form_txt
{
	width:700px;
	margin:0 auto;
}
.form_box table
{
	width:90%;
	margin:5% auto;
	border:solid #999999 1px;
}
.form_box th
{
	padding:2% 3%;
	background:#255892;
	color:#FFFFFF;
	font-size:18px;
	width:40%;
}
.form_box td
{
	padding:0.5% 1%;
	text-align:left;
	border-bottom:solid #999999 1px;
}
input[type=text]{
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -o-border-radius: 5px;
   -ms-border-radius: 5px;
   border:#a9a9a9 1px solid;
   /*-moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
   -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);*/
   box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
   height:45px;
   padding:0 3px;
	 margin:0 auto;
	 background-color:#FFF8E1;
}
 
input[type=text]:focus {
   border:solid 1px #20b2aa;
}
 
input[type=text], select { 
   outline: none;
}
.chkbox label {
	padding-left:		38px;			/* ラベルの位置 */
	font-size:		40px;
	line-height:		32px;
	display:		inline-block;
	cursor:			pointer;
	position:		relative;
}
input.btn_submit {
  cursor: pointer;
  display: block;
  width: 300px;
  height: 60px;
  border: none;
	margin:0 auto;
  text-indent: -9999px;
  background: url(../img/confirm_bt.png) no-repeat 0 0;
}
 
input.btn_submit:hover {
  background: url(../img/confirm_bt.png) no-repeat 0 0px;
}
/* ボックスのスタイル */
.chkbox label:before {
	content:		'';
	width:			50px;			/* ボックスの横幅 */
	height:			50px;			/* ボックスの縦幅 */
	display:		inline-block;
	position:		absolute;
	left:			0;
	background-color:	#fff;
	box-shadow:		inset 1px 2px 3px 0px #000;
	border-radius:		6px 6px 6px 6px;
}
/* 元のチェックボックスを表示しない */
.chkbox input[type=checkbox] {
	display:		none;
}
/* チェックした時のスタイル */
.chkbox input[type=checkbox]:checked + label:before {
	content:		'\2713';		/* チェックの文字 */ 
	font-size:		34px;			/* チェックのサイズ */
	color:			#fff;			/* チェックの色 */
	background-color:	#06f;			/* チェックした時の色 */
}

button {
  height: 50px;
	font-size:24px;
  background-color: #FFF;
  transition: .4s;
	border:solid 1px; 
}

button:hover {
  background: #FFFF99;
	cursor:pointer;
}


.form_area {
background: #FFFFE8;
width: 950px;
padding:0 0 20px 0;
}


form#mailform {
    margin: 0 auto;
    padding: 0 0 50px;
}

div.mfp_phase_section, div#mfp_phase_confirm {
    clear: both;
    display: none;
    margin: 15px 40px 0;
    overflow: hidden;
}


input, textarea, select {
    font-size: 100%;
}

input.mfp {
    padding: 15px 2px;
}

textarea.mfp {
    padding: 5px;
}


dl.mailform {
    margin: 0;
    padding: 0;
}

dl.mailform {
    margin: 0;
    padding: 0;
}

dl.mailform dt {
    clear: both;
    float: left;
    font-size: 100%;
    font-weight: normal;
    margin: 0;
    padding: 5px 20px 0 15px;
    text-align: left;
}

dl.mailform dt span {
    color: #999999;
    display: none;
    font-size: 10px;
}

dl.mailform dd {
    font-size: 12px;
    margin: 0;
    padding: 30px 0px 15px;
    text-align: left !important;
}


p.mfp_caption {
    margin: 10px;
}

.v-align-b {
    vertical-align: text-bottom;
}

/*下部リンク
----------------------------------------*/
.other {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}

.other .title{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	border: 4px solid #115eac;
	padding: 1.2em;
	margin-bottom: 0.5em;
}

.other table,
.other table tr,
.other table td {
	border-style: none;
}

.other table {
width: 100%;
border-collapse: separate;
border-spacing: 2px;
margin-bottom: 40px;
}

.other table td {
vertical-align: top;
}

.other table td a {

color: #000000;
text-decoration: none;
font-size: 18px;

display: block;
border: 1px solid #cccccc;
padding: 1em;

background-color: #ffffff;

-webkit-filter:drop-shadow(1px 3px 2px rgba(0, 0, 0, 0.2));
-moz-filter:drop-shadow(1px 3px 2px rgba(0, 0, 0, 0.2));
-ms-filter:drop-shadow(1px 3px 2px rgba(0, 0, 0, 0.2));
filter:drop-shadow(1px 3px 2px rgba(0, 0, 0, 0.2));

}

.other table td a:hover {
opacity: 0.5;
}

.other table td .layout {

	height: 60px;

	display: flex;
	flex-direction: row;
	align-items: center;
}

.other table td .layout .logo {
width: 100px;
}

.other table td .layout .logo img {
width: 100%;
height: auto;
}

.other table td .layout .text {
width: 100%;
padding-left: 1em;
}

/*/下部リンク
----------------------------------------*/