/* 画像待ち非表示にしているクラス */

.pc404{display:block;}
.sp404{display:none;}
.taihi{
 	display:none;
 }
 
/* *************************** */

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,
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,
header, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  vertical-align:baseline;
  background:transparent;
  font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
  box-sizing:border-box;
  -webkit-text-size-adjust: 100%;
}
article,side,details,figcaption,figure,
header,menu,nav,section {
  display:block;
}
html, body {
	min-width:1100px;
	margin:0 auto;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
ul {
  list-style:none;
}

a {
  margin:0;
  padding:0;
  vertical-align:baseline;
  background:transparent;
  box-sizing:border-box;
}
a:hover img,
a:hover,
form .a-list06-sub input:hover{
	filter:alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
	transition: .3s ;
}

input, select {
  vertical-align:middle;
}
.clear:after{
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}
.sp {
	display:none;
}

/*
共通 end 
material start ******************************************* */

@font-face {
  font-family: 'font-3';
  src: url('../font/font-3.otf') format('truetype');
}
@font-face {
  font-family: 'font-6';
  src: url('../font/font-6.otf') format('truetype');
}

.font-a {font-family: "Anton", sans-serif;}
.font-b {font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;}
.font-c {font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;}
.font-d {font-family: "font-3","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;}
.font-e {font-family: "font-6","ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;}

/*
material end 
header start ******************************************* */

header {
	width:100%;
}
header > h1{
	width:100%;
	background-color:#1f4c9f;
}
header > h1 > span{
	width:1080px;
	display:block;
	margin:0 auto;
	padding:3px 0;
	font-size:12px;
	line-height:1.5;
	color:#fff;
	font-weight:normal;
}
header > section {
	width:1080px;
	height:100px;
	margin:0 auto;
	position:relative;
}
header > section > a{
	position:absolute;
	left:0;
	top:20px;
	display:block;
	width:252px;
	height:60px;
}
header > section > div {
	float:right;
	padding-top:20px;
}
header > div {
	width:100%;
	border-top:solid 1px #dcdcdc;
	position:relative;
	z-index:2;
}


/*
header end 
main-img g-navi start ******************************************* */

#main-img {
	width:100%;
	height:500px;
	background:url(../img/material/main-bg.jpg) no-repeat;
	background-size:cover;
	background-position:right;
}
#main-img > div{
	width:100%;
	max-width:1500px;
	min-width:1100px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}
#main-img > div > .main-bg{
	width:704px;
	height:500px;
}
#main-img > div > .main-txt{
	position:absolute;
	right:100px;
	top:230px;
}
#main-img > div > .main-txt img{
	opacity:0;
	filter: blur(10px);
	transform: translate(0,-5px); 
	-webkit-transform: translate(0,-5px);
}

.main-txt img {
  -webkit-animation: main-txt 1s ease 2s 1 forwards;
  animation: main-txt 1s ease 2s 1 forwards;
}

@-webkit-keyframes main-txt {
  100% {
    opacity: 1;
	filter: blur(0);
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
  }
}
@keyframes main-txt {
  100% {
    opacity: 1;
	filter: blur(0);
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
  }
}

#mainNavi {
}

/*
main-img end 
footer start ******************************************* */

footer {
	margin-top:315px;
	position:relative;
}
footer > section.fot-btn{
	width:100%;
	position:absolute;
	top:-256px;
	z-index:0;
}
footer > section.fot-btn > div{
	width:1080px;
	margin:0 auto;
	position:relative;
}
footer > section.fot-btn > div > div:first-child{
	width:295px;
	position:absolute;
	left:-50px;
	bottom:0;
	text-align:center;
}
footer > section.fot-btn .fot-fb {
	background:url(../img/material/footer-facebook02.jpg) repeat-y;
	padding-bottom:15px;
}
footer > section.fot-btn .fot-fb iframe{
	margin:4px auto 0;
	display:block;
	box-sizing:border-box;
}
footer > section.fot-btn > div > div:last-child{
	width:800px;
	margin-left:280px;
	padding-bottom:50px;
}
footer > section.fot-btn > div > div:last-child a{
	display:block;
}
footer > section.fot-btn > div > div:last-child a img{
	max-width:100%;
}
footer > section.fot-menu {
	width:100%;
	height:35px;
	background:url(../img/material/footer-bg.jpg) repeat-x;
	position:relative;
	z-index:1;
}
footer > section.fot-menu > ul{
	width:1080px;
	margin:0 auto;
	height:28px;
	padding-top:4px;
	text-align:center;
}
footer > section.fot-menu > ul > li{
	display:inline-block;
}
footer > section.fot-menu > ul > li > a{
	display:block;
	height:28px;
	font-size:13px;
	color:#fff;
	text-decoration:none;
	line-height:29px;
	padding:0 16px;
	position:relative;
	text-shadow:1px 1px .5px rgba(0,0,0,1);
	border-radius:3px;
}
footer > section.fot-menu > ul > li > a:hover{
	background-color:rgba(255,255,255,.25);
}
footer > section.fot-menu > ul > li > a:after{
	content:"";
	display:block;
	position:absolute;
	top:3px;
	right:-4px;
	width:2px;
	height:24px;
	background-color:#fff;
	box-shadow:1px 1px .5px rgba(0,0,0,1);
}
footer > small {
	display:block;
	text-align:center;
	padding-bottom:40px;
	font-size:11px;
	color:#565656;
	letter-spacing:1px;
	font-weight:bold;
}
footer > small img{
	display:block;
	margin:auto;
	padding:30px 0 25px;
	width:190px;	
	height:auto;
}
/*
footer end 
side start ******************************************* */

.side-menu > li{
	margin-bottom:10px;
}
.side-menu > li > h3{
	font-family: "Anton", sans-serif;
	height:45px;
	background-color:#e60012;
	color:#fff;
	font-size:28px;
	line-height:45px;
	letter-spacing:1px;
	font-weight:normal;
	padding-left:12px;
	margin-bottom:13px;
}
.side-menu > li > a{
	display:block;
	width:100%;
	height:40px;
	padding:0 0 0 10px;
	border-left:solid 2px #1f4c9f;
	font-size:10px;
	letter-spacing:1px;
	text-decoration:none;
	line-height:1;
	color:#231815;
	font-weight:bold;
}
.side-menu > li > a strong{
	font-family: "Anton", sans-serif;
	font-size:20px;
	line-height:1.3;
	padding-bottom:1px;
	font-weight:normal;
	display:block;
	letter-spacing:0;
}
aside > p {
	margin-top:20px;
}
.side-menu + p > a {
	height:60px;
	width:100%;
	background:url(../img/material/arrow-02.png) #313131 no-repeat right top;
	display:block;
	color:#fff;
	text-decoration:none;
	padding:9px 0 0 20px;
	letter-spacing:1px;
	font-size:11px;
	font-weight:bold;
}
.side-menu + p > a strong {
	font-family: "Anton", sans-serif;
	font-size:23px;
	line-height:1.2;
	font-weight:normal;
	display:block;
	letter-spacing:.5px;
}
.side-link {
	margin-top:25px;
	overflow:hidden;
	border-left:solid 1px #c9c9c9;
	border-top:solid 1px #c9c9c9;
}
.side-link > li{
	float:left;
	width:50%;
}
.side-link > li > a{
	width:100%;
	display:block;
	height:80px;
	position:relative;
	border-right:solid 1px #c9c9c9;
	border-bottom:solid 1px #c9c9c9;
}
.side-link > li > a img,
.side-link > li > a:hover img{
	width:124px;
	max-width:100%;
	top:0;
	bottom:0;
	margin:auto;
	position:absolute;
	opacity:1;
}




/*
side end 
contents start ******************************************* */
/* top */


#wrapper {
	width:100%;
	position:relative;
}
#wrapper.kaso {
	padding-top:50px;
}
#wrapper.kaso:before {
	height:45px;
	content:"";
	display:block;
	width:100%;
	background-color:#1f4c9f;
	position:absolute;
	top:0;
	box-shadow:0 3px 3px -2px rgba(0,0,0,.5) inset;
}


#wrapper > div{
	width:1080px;
	margin:25px auto 0;
	overflow:hidden;
}
#wrapper > div > article{
	width:800px;
	min-height:1250px;
	float:right;
}
#wrapper > div > article > section{
	margin-top:50px;
}
#wrapper > div > article > section:first-child{
	margin-top:0;
}
#wrapper > div > aside{
	width:250px;
	float:left;
}

.h-title01 {
	position:relative;
	padding:5px 0 15px 75px;
	font-size:12px;
	letter-spacing:1px;
	line-height:1;
	color:#231815;
}
.h-title01 > strong {
	font-family: "Anton", sans-serif;
	font-size:27px;
	line-height:1.4;
	font-weight:normal;
	display:block;
	letter-spacing:.5px;
	color:#1f4c9f;
}
.h-title01:before {
	content:"";
	display:block;
	position:absolute;
	left:0;
	top:-3px;
	background:url(../img/material/arrow-01.png) no-repeat;
	width:65px;
	height:65px;
}
.h-title02 {
	font-size:30px;
	color:#d09302;
	font-style:italic;
	padding:20px 0 0 20px;
	line-height:1.3;
	letter-spacing:0;
	font-family: "font-6","ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
.h-title02 > span{
	display:block;
	padding-left:20px;
	letter-spacing:0;
	font-family: "font-6","ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
.h-title03 {
	position:relative;
	height:45px;
	border-bottom:solid 1px #ccc;
	margin-bottom:20px;
}
.h-title03 > p{
	display:inline-block;
	float:right;
	min-height:65px;
	text-align:right;
	color:#a8a8a8;
	line-height:1;
	padding-top:20px;
	padding-right:70px;
	background:url("../img/page/icon-bg01.gif") no-repeat #fff right top;
	background-size:auto 100%;
}
.h-title03 strong {
	font-family: "Anton", sans-serif;
	font-size:29px;
	font-weight:normal;
	display:inline-block;
	letter-spacing:0;
	padding-left:25px;
	position:relative;
}
.h-title03 span {
	display:block;
	font-size:10px;
	letter-spacing:1px;
	line-height:1.2;
}

.h-title04 {
	border-bottom:solid 2px #1f4c9f;
	position:relative;
	padding:0 0 20px 15px;
	font-size:32px;
	color:#1f4c9f;
}
.h-title04:after {
	content:"";
	width:100%;
	height:2px;
	background-color:#e60012;
	position:absolute;
	left:0;
	bottom:2px;
}
.h-title05{
	font-size:18px;
	margin-top:35px;
	color:#1f4c9f;
	display:inline-block;
	position:relative;
	padding:0 15px;
}
.h-title05:before,
.h-title05:after{
	content:"";
	display:block;
	width:5px;
	height:23px;
	position:absolute;
	top:2px;
}
.h-title05:before{
	background:url("../img/material/arrow-04l.png") no-repeat;
	left:0;
}
.h-title06 {
	margin-top:35px;
	border-top:solid 2px #343434;
	font-size:18px;
	padding:10px 0 20px;
}
.h-title05:after{
	background:url("../img/material/arrow-04r.png") no-repeat;
	right:0;
	top:2px;
}
.top-about > div{
	background:url(../img/top/img01.jpg) no-repeat center bottom;
	padding:10px 20px 325px;
}
.m-txt01 {
	margin-top:30px;
}

.a-txt01{
	font-size:14px;
	letter-spacing:1px;
	line-height:1.7;
	padding:10px 0;
	margin:0 20px;
	text-shadow:1px 1px 1px rgba(255,255,255,.75);
}

.a-list01 {
	overflow:hidden;
	width:100%;
	border-top:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	margin-top:25px;
}
.a-list01 > li{
	width:250px;
	float:left;
	margin-right:25px;
}
.a-list01 > li:last-child{
	margin-right:0;
}
.a-list01 > li > a {
	text-decoration:none;
	display:block;
	padding:10px 0;
}
.a-list01 > li > a > p {
	width:100%;
}
.a-list01 > li > a > p img{
	max-width:100%;
	width:auto;
	height:auto;
}
.a-list01 > li > a > h3 {
	position:relative;
	padding:0 10px;
}

.a-list01 > li > a > h3 strong{
	font-family: "Anton", sans-serif;
	font-size:21px;
	line-height:1.4;
	font-weight:normal;
	display:block;
	color:#e60012;
}
.a-list01 > li > a > h3 span{
	font-family: "font-6","ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size:12px;
	position:absolute;
	right:0;
	top:7px;
}
.a-list01 > li > a > ul{
	background:url(../img/material/arrow-03.png) no-repeat right bottom;
	min-height:90px;
	padding:5px 5px 10px;
}
.a-list01 > li > a > ul > li{
	font-size:14px;
	line-height:1.5;
	padding-left:15px;
	position:relative;
	color:#343434;
}
.a-list01 > li > a > ul > li:before{
	content:"・";
	position:absolute;
	left:0;
}
.a-list01 > li > a:hover{
	background-color:#ffe9c8;
}
.a-list01 > li > a:hover > ul{
	background-color:#ffe9c8;
	background:url(../img/material/arrow-03on.png) no-repeat right bottom;
}
.a-list02 {
	overflow:hidden;
}
.a-list02 > li {
	float:left;
	width:250px;
	margin-left:25px;
	margin-top:25px;
}
.a-list02 > li:nth-child(3n+1) {
	margin-left:0;
}
.a-list02 > li > a{
	width:100%;
	display:block;
	text-align:center;
	text-decoration:none;
	color:#343434;
}
.a-list02 > li > a > p{
	border:solid 1px #c9c9c9;
}
.a-list02 > li > a > h3{
	font-size:18px;
	line-height:1.2;
	padding-top:13px
}
.a-list02 > li > a > strong{
	font-size:13px;
	line-height:1.2;
}
.a-list03 {
	margin-top:60px;
}
.a-list03 > li{
	position:relative;
	padding-bottom:79px;
	padding-left:75px;
	background:url("../img/page/icon-bg02.gif") repeat-y left 10px;
}
.a-list03 > li.al03-01{
	padding-bottom:125px;
}
.a-list03 > li:before{
	content:"STEP";
	display:block;
	width:115px;
	font-family: "Anton", sans-serif;
	font-size:30px;
	line-height:0.9;
	color:#e60012;
	border-bottom:solid 25px #e60012;
	transform: rotate(90deg);
	position:absolute;
	top:30px;
	left:-32px;
}
.a-list03 > li > span {
	position:absolute;
	left:65px;
	top:-25px;
	font-size:105px;
	color:#e60012;
	font-weight:normal;
}
.a-list03 > li > div {
	margin-left:160px;
	min-height:188px;
}
.a-list03 > li > div > h3{
	color:#1f4c9f;
	font-size:25px;
	padding-top:5px;
	margin-bottom:10px;
}
.a-list03 > li > strong {
	position:absolute;
	width:90%;
	padding:18px 0;
	background-color:#1f4c9f;
	color:#fff;
	font-size:35px;
	text-align:center;
	left:10%;
	bottom:45px;
}
.a-list04,
.a-list05 {
	margin-top:30px;
}
.a-list04 > dt{
    background-color: #e60012;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	letter-spacing:1px;
}
.a-list04 > dt > span{
	font-family: "Anton", sans-serif;
	font-size: 28px;
	font-weight:normal;
	padding:0 15px;
}
.a-list04 > dd,
.a-list05 > dd{
	margin:25px 25px 65px;
	min-height:150px;
}
.a-list04 > dd > p > img{
	float:left;
	padding:0 15px 0 0;
}
.a-list05 > dd > p > strong{
	display:block;
	font-size:18px;
	color:#e60012;
	margin-bottom:10px;
}
.a-list05 > dd > p > span{
	display:block;
	padding:15px 0 0;
	text-align:center;
}
.a-list05 > dt{
	border-bottom:solid 2px #ccc;
	font-size:20px;
	font-weight:bold;
}
.a-list05 > dt > span{
	font-size:30px;
	color:#ccc;
}
.a-list05 > dd > figure{
	display:block;
	text-align:center;
	margin-top:30px;
}
.a-list05 > dd > figure img{
	padding:10px 25px;
	border-radius:10px;
	border:solid 2px #ccc;
}
.a-list05 dd img {
	max-width:100%;
}
.a-list06 {
	margin:30px 0 0;
	border:solid 2px #ccc;
	background-color:#f3f3f3
}
.a-list06 > li{
	border-bottom:solid 1px #ccc;
	position:relative;
}
.a-list06 > li:last-child{
	border:none;
}
.a-list06 > li > p{
	position:absolute;
	left:15px;
	top:8px;
	letter-spacing:2px;
}
form .a-list06 > li > p {
	font-size:14px;
	top:15px;
}
.a-list06 > li > div{
	margin-left:200px;
	padding:10px 25px 8px;
	border-left:solid 1px #ccc;
	background-color:#fff;
	letter-spacing:2px;
}
form .a-list06 > li > div{
	padding:15px 25px 13px;
	font-size:14px;
}
.a-list06 > li > div > span{
	display:block;
	font-size:13px;
	font-weight:bold;
	color:#676767;
	letter-spacing:2px;
}
form ul input {
	width:75%;
	box-sizing:border-box;
}
form ul .f-la2 input {
	width:173px;
}
form ul .f-code2 input {
	width:74px;
}
form ul .f-add label {
	display:block;
}
form ul .f-tel input {
	width:74px;
}
form .a-list06 > li > div textarea {
	width:100%;
	height:250px;
	box-sizing:border-box;
}
form .a-list06-sub {
	margin:35px auto 0;
	text-align:center;
}
form .a-list06-sub input{
	margin:35px auto 0;
	height: 50px;
	width:200px;
	padding:10px 25px 8px;
	background: url(../img/material/arrow-02.png) #313131 no-repeat right top;
	background-size:auto 100%;
	box-sizing:border-box;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	letter-spacing:2px;
	border:none;
	text-align:left;
}
form .a-list06-sub input:hover{
	cursor: pointer;
}

.a-list07 {
	margin:25px auto 0;
	width:45%;
}
.a-list07 dt,
.a-list07 dd{
	font-size:14px;
	line-height:25px;
	letter-spacing:2px;
	min-height:25px;
}
.a-list07 dt{
	float:left;
	text-align:center;
	padding-right:10px;
	padding-left:37px;
}
.a-list07 dt:nth-of-type(1){
	background:url("../img/page/icon-map01.gif") no-repeat;
	background-position:left top;
}
.a-list07 dt:nth-of-type(2){
	background:url("../img/page/icon-map02.gif") no-repeat;
	background-position:left top;
}
.a-list07 dt:nth-of-type(3){
	background:url("../img/page/icon-map03.gif") no-repeat;
	background-position:left top;
}
.a-list08 {
	width:100%;
}
.a-list08 td,
.a-list08 th{
	text-align:center;
	border:solid 1px #a5a5a5;
	font-size:14px;
	padding:10px 15px;
}
.a-list08 th{
	background-color:#ebebeb;
}
.a-list08 tr > td:nth-of-type(2){
	text-align:left;
}
.a-list08.pri01 tr > td:nth-of-type(2){
	text-align:center;
}
.a-list08.pri01 {
	margin-top:5px;
}
.a-list08.pri01.pri03 {
	width:50%;
}
.a-list08.pri01.pri04 td,
.a-list08.pri01.pri04 th{
	padding:10px 5px;
}
.a-list08.pri01 td, .a-list08.pri01 th{
	font-size:12px;
	letter-spacing:1px;
}
.a-list09 {
	margin-top:25px;
}
.a-list09.pri02 {
	margin-top:0;
}
.a-list09 > li{
	position:relative;
	margin-top:5px;
	padding-left:20px;
	font-size:15px;
}
.a-list09.pri02 > li{
	font-size:13px;
	color:#e60012;
}
.a-list09 > li:before{
	content:"※";
	position:absolute;
	left:0;
}

.a-list10{
	overflow:hidden;
	width:100%;
	text-align:center;
}
.a-list10 > li{
	float:left;
	width:31.333%;
	margin:25px 1% 0;
	background-color:#ebebeb;
	padding:10px;
}
.a-list10 > li > h3{
	color:#1f4c9f;
	font-size:16px;
	letter-spacing:2px;
	margin-top:5px;
}
.a-list10 > li > div{
	text-align:left;
	padding:10px;
	min-height:135px;
	background-color:#fff;
	position:relative;
	margin-top:5px;
	padding-bottom:30px;
	font-size:13px;
	letter-spacing:2px;
}
.a-list10 > li > div > strong{
	position:absolute;
	right:10px;
	bottom:5px;
	font-size:16px;
	color:#e60012;
}
.a-list11{
	margin:25px 0 15px;
}
.a-list11 > dt{
	border-top:solid 1px #ccc;
	margin-top:10px;
	padding:13px 35px 0;
	font-weight:bold;
	font-size:16px;
	color:#1f4c9f;
	position:relative;
}
.a-list11 > dd{
	padding:10px 35px 0;
	position:relative;
	font-size:15px;
}
.a-list11 > dt:before,
.a-list11 > dd:before{
	display:block;
	width:21px;
	height:23px;
	padding-top:2px;
	font-size:14px;
	font-weight:bold;
	border-radius:4px;
	color:#fff;
	text-align:center;
	position:absolute;
	left:0;
}
.a-list11 > dt:before{
	content:"Ｑ";
	background-color:#1f4c9f;
}
.a-list11 > dd:before{
	content:"Ａ";
	background-color:#e60012;
}
.a-list12 {
	margin-top:35px;
	overflow:hidden;
}
.a-list12 > li {
	float:left;
	width:33.333%;
	padding:15px 10px 0;
}
.a-list12 > li > a{
	display:block;
	position:relative;
	width:100%;
	height:170px;
	border:solid 1px #ccc;
}
.a-list12 > li > a img{
	width:auto;
	height:auto;
	max-width:95%;
	max-height:95%;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}


.a-policy {
	margin: 100px auto 30px;
	padding: 15px 45px 15px 30px;
	width: 90%;
	height: 350px;
	overflow-y: scroll;
	overflow-x: hidden;
	background-color: #f9f9f9;
	box-shadow: 2px 2px 4px 0 rgba(0,0,0,.05);
}
.a-policy * {
	line-height: 1.5;
	letter-spacing: 2px;
}
.a-policy h3 {
	font-size: 16px;
	color: #232323;
}
.a-policy h4 {
	font-size: 15px;
	color: #676767;
	border-bottom: solid 1px #ccc;
	margin-top: 15px;
}
.a-policy dd {
	font-size: 13px;
	padding: 10px 0 5px 10px;
}










#user_gmap{
	width:100%;
	height:420px;
	margin:30px auto 0px;
	border:solid 2px #cccccc;
}
.map-txt01{
	position:relative;
}
.map-txt01 img{
	position:absolute;
	left:0;
	top:0;
}
.map-txt01 address {
	display: block;
	padding: 0 0 0 70px;
	font-size: 13px;
	line-height: 1.3;
	font-style: normal;
	letter-spacing: 1.5px;
}
.map-txt01 span {
	display:block;
	margin:10px 0 0;
	text-align:center;
	letter-spacing: 1.5px;
}
.a-img01 {
	display:block;
	padding:10px 0 25px;
	margin:0 auto;
}
.a-img02 {
	display:block;
	padding:35px 0;
	margin:0 auto;
}
.a-linepc {
	display:block;
	width:750px;
	margin:0 auto;
}
.a-linepc > img{
	display:block;
	max-width:100%;
	margin-top:35px;
}
.a-linesp {
	display:none;
}

.mat01 {
	margin-top:50px;
}

/*
contents end











sp start ******************************************* */


@media screen and (min-width: 798px) and (max-width: 1100px) {
	#main-img > div > .main-txt {
		position: absolute;
		right: 18px;
		top: 54px;
		width: 488px;
	}
	#main-img > div > .main-txt img {
		max-width: 100%;
	}
	footer > section.fot-btn > div > div:first-child{
		left:-28px;
	}

}
