@charset "utf-8";

/*

Font Size(10px Base)
--------------------

10px * 100% -> 10px
10px * 110% -> 11px
10px * 120% -> 12px
10px * 130% -> 13px
10px * 140% -> 14px
10px * 150% -> 15px
10px * 160% -> 16px
10px * 170% -> 17px
10px * 180% -> 18px
10px * 190% -> 19px
10px * 200% -> 20px
10px * 210% -> 21px
10px * 220% -> 22px
10px * 230% -> 23px
10px * 240% -> 24px
10px * 250% -> 25px

*/

/* ===================================================================

	Reset CSS

=================================================================== */

/* YUI 3.5.0
------------------------------------------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,input,textarea,
p,blockquote,th,td {
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,
img {
	border:0;
}

/*
	TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
 
ol,ul {
	list-style:none;
}
 
caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

q:before,q:after {
	content:'';
}

abbr,acronym {
	border:0;
	font-variant:normal;
}

/* to preserve line-height and selector appearance */

sup {
	vertical-align:text-top;
}

sub {
	vertical-align:text-bottom;
}

input,textarea,select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

/*to enable resizing for IE*/

input,textarea,select {
	*font-size:100%;
}

/* because legend doesn't inherit in IE */

legend {
	color:#000;
}

/* Custom Reset HTML5 Basic
------------------------------------------------------------------- */

article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

* {
	box-sizing: border-box;
}

/* ===================================================================

	Bug Fix

=================================================================== */

/* ===== IE7 zoom ===== */

*:first-child+html body,
*:first-child+html br {
	letter-spacing: 0;
}

/* ===== IE6/IE7 hasLayout true ===== */

h1, h2, h3, h4, h5, h6,
p, address, blockquote,
ol, ul, li, dl, dt, dd,
table, th, td, form, div,
header, footer, nav, section, aside {
	*zoom: 1; 
}

/* ===== iPhone for Font size adjustment ===== */

* {-webkit-text-size-adjust:100%;}

/* ===== scroll ===== */

body {overflow-y: scroll; }
*html body {overflow-y: auto; } /* IE6 */
*:first-child+html body {overflow-y: auto;} /* IE7 */

/* ===================================================================

	Base

=================================================================== */

/* HTML & Body
------------------------------------------------------------------- */

/* ===== always display scrollbar ===== */

html {
	margin-bottom: 1px;
	height: 100%;
	font-size: 10px;
	*font-size: 62.5%;
    scroll-behavior: smooth;
}

/* ===== body ===== */

body {
	font-family: Verdana, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", Helvetica, sans-serif;
	font-size: 1.6rem;
	line-height: 1.6;
	text-align: left;
	color: #03152b;
	min-width: 960;
    scroll-behavior: smooth;
}


/* Anchor
------------------------------------------------------------------- */

a:link, 
a:visited {
	color: #00458c;
	text-decoration: none;
}

a:hover,
a:active {
	color: #508dcc;
	text-decoration: underline;
}

a:focus {
	outline: none;
}

a:hover img {
	opacity: .7;
	-webkit-opacity: .7;
	-moz-opacity: .7;
	filter: alpha(opacity=70);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=70)"; /* IE 8 */
}
 
a img {
	-webkit-transition: opacity .5s ease-out;
	-moz-transition: opacity .5s ease-out;
	-ms-transition: opacity .5s ease-out;
	transition: opacity .5s ease-out;
}

/* ===== hr ===== */

hr {display: none;}

/* ===== Table ===== */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ===== img ===== */

img {
	vertical-align: bottom;
}

/* ===== Button ===== */

button:hover,
input [type="submit"]:hover {
	cursor: pointer;
}

button:focus,
input [type="submit"]:focus {
	outline: none;
}

/* ===================================================================

	Parts

=================================================================== */

/* Page top button
------------------------------------------------------------------- */

.pagetop {
	position: absolute;
	top: 80px;
	right: 4px
}

/* Text Box
------------------------------------------------------------------- */


/* Image
------------------------------------------------------------------- */

.img {
	width: 100%;
}

/* Box List
------------------------------------------------------------------- */


/* Button
------------------------------------------------------------------- */
.btn1 {
	padding: 9px 20px 7px 20px;
	text-align: center;
	text-decoration: none !important;
	color: #fff !important;
	border-radius: 2px;
	background: #001e43;
	display: inline-block;
}

/* ===================================================================

	Module CSS

=================================================================== */

.pc-none {
	display:none !important;
}

.sp-none {
	display: inherit !important;
}

/* ===== Margin ===== */
.mt0 {margin-top: 0 !important;}
.mt5 {margin-top: 5px !important;}
.mt10 {margin-top: 10px !important;}
.mt15 {margin-top: 15px !important;}
.mt20 {margin-top: 20px !important;}
.mt25 {margin-top: 25px !important;}
.mt30 {margin-top: 30px !important;}
.mt35 {margin-top: 35px !important;}
.mt40 {margin-top: 40px !important;}
.mt45 {margin-top: 45px !important;}
.mt50 {margin-top: 50px !important;}
.mt55 {margin-top: 55px !important;}
.mt60 {margin-top: 60px !important;}
.mt65 {margin-top: 65px !important;}
.mt70 {margin-top: 70px !important;}
.mt75 {margin-top: 75px !important;}
.mt80 {margin-top: 80px !important;}
.mt85 {margin-top: 85px !important;}
.mt90 {margin-top: 90px !important;}
.mt95 {margin-top: 95px !important;}
.mt100 {margin-top: 100px !important;}

.mb0 {margin-bottom: 0 !important;}
.mb5 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb25 {margin-bottom: 25px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb35 {margin-bottom: 35px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb45 {margin-bottom: 45px !important;}
.mb50 {margin-bottom: 50px !important;}
.mb55 {margin-bottom: 55px !important;}
.mb60 {margin-bottom: 60px !important;}
.mb65 {margin-bottom: 65px !important;}
.mb70 {margin-bottom: 70px !important;}
.mb75 {margin-bottom: 75px !important;}
.mb80 {margin-bottom: 80px !important;}
.mb85 {margin-bottom: 85px !important;}
.mb90 {margin-bottom: 90px !important;}
.mb95 {margin-bottom: 95px !important;}
.mb100 {margin-bottom: 100px !important;}

.mr0 {margin-right: 0 !important;}
.mr5 {margin-right: 5px !important;}
.mr10 {margin-right: 10px !important;}
.mr15 {margin-right: 15px !important;}
.mr20 {margin-right: 20px !important;}
.mr25 {margin-right: 25px !important;}
.mr30 {margin-right: 30px !important;}
.mr35 {margin-right: 35px !important;}
.mr40 {margin-right: 40px !important;}
.mr45 {margin-right: 45px !important;}
.mr50 {margin-right: 50px !important;}
.mr55 {margin-right: 55px !important;}
.mr60 {margin-right: 60px !important;}
.mr65 {margin-right: 65px !important;}
.mr70 {margin-right: 70px !important;}
.mr75 {margin-right: 75px !important;}
.mr80 {margin-right: 80px !important;}
.mr85 {margin-right: 85px !important;}
.mr90 {margin-right: 90px !important;}
.mr95 {margin-right: 95px !important;}
.mr100 {margin-right: 100px !important;}

.ml0 {margin-left: 0 !important;}
.ml5 {margin-left: 5px !important;}
.ml10 {margin-left: 10px !important;}
.ml15 {margin-left: 15px !important;}
.ml20 {margin-left: 20px !important;}
.ml25 {margin-left: 25px !important;}
.ml30 {margin-left: 30px !important;}
.ml35 {margin-left: 35px !important;}
.ml40 {margin-left: 40px !important;}
.ml45 {margin-left: 45px !important;}
.ml50 {margin-left: 50px !important;}
.ml55 {margin-left: 55px !important;}
.ml60 {margin-left: 60px !important;}
.ml65 {margin-left: 65px !important;}
.ml70 {margin-left: 70px !important;}
.ml75 {margin-left: 75px !important;}
.ml80 {margin-left: 80px !important;}
.ml85 {margin-left: 85px !important;}
.ml90 {margin-left: 90px !important;}
.ml95 {margin-left: 95px !important;}
.ml100 {margin-left: 100px !important;}

/* ===== Font Family ===== */

h1, h2,
.serif,
.drawer-nav-list,
.footer_info_body > .inquiry h2,
.local_nav,
.ttl1,
.ttl2,
.service_ttl,
.catch {
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}


/* ===== List Style ===== */


/* ===== Line Style ===== */


/* ===== Clear both ===== */

.clr {clear: both;}


/* ===================================================================

	Clear Fix

=================================================================== */

.cf:before,
.cf:after,
.contents_inner:before,
.contents_inner:after,
.fl:before,
.fl:after,
.fr:before,
.fr:after {
	content: " ";
	display: table;
}

.cf:after,
.contents_inner:after,
.fl:after,
.fr:after {
	clear: both;
}

.cf,
.contents_inner,
.fl,
.fr, {
	*zoom: 1;
}

/* ===================================================================

	Layout Style

=================================================================== */

/* Header
------------------------------------------------------------------- */

#site_header {
	text-align: center;
	width: 100%;
	border-top: 2px solid #001e43;
}

.head_body {
	margin: 0 auto;
	width: 960px;
	position: relative;
}

.head_body h1 {
	margin-left: auto;
	margin-right: auto;
	padding-top: 54px;
}

.home .head_body h1 {
	padding-top: 192px;
}
.home .head_body h1 .header_anniversary {
	padding-top: 5rem;
}
.home .head_body h1 .header_anniversary .btn-transfer {
    display: inline-block;
    margin-bottom: 10px;
}

.header_inq {
	width: 214px;
	height: 153px;
	position: absolute;
	top: 7px;
	right: -20px;
	z-index: 100;
}

.home .header_inq {
	width: 324px;
	height: 423px;
	text-align: left;
	top: 43px;
	right: -90px;
    z-index: 0;
	background: url(../images/index/bg_contact_01.png) no-repeat left 84px;
}

.drawer-hamberger {
	display: none;
}

/* Navigation
------------------------------------------------------------------- */

/* Sub */

.sub_nav {
	font-size: 1.2rem;
	margin: 25px auto;
	padding-bottom: 25px;
	width: 960px;
	text-align: center;
	border-bottom: 1px solid #e8e7e8;
}

.sub_nav ul {
	margin: 0 90px;
}

.sub_nav li {
	width: 230px;
	float: left;
	margin: 0 15px;
}

.sub_nav li a {
	display: block;
	padding: 10px 0;
	background: #0d3567 url(../images/common/icon_arrow_subnav.png) no-repeat 216px center;
	background-size: 4px 7px;
	color: #fff;
	letter-spacing: 0.1em;
	-webkit-transition: 0.5s linear;
	-moz-transition: 0.5s linear;
	transition: 0.5s linear;
}

.sub_nav li a:hover {
	text-decoration: none;
	background-color: #001e43;
}

.sub_nav li.current a {
	background-color: #6f7a88;
}

/* Global */

.global_nav {
	width: 100%;
	background-color: #001e43;
}

.global_nav_inner {
	width: 800px;
	margin: 0 auto;
	position: relative;
}

.global_nav_inner:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 5px 7px 0;
	border-color: #001e43 transparent;
	display: block;
	width: 0;
	z-index: 1;
	bottom: -5px;
	left: 472px;
}

.global_nav ul {
	margin: 0 auto;
	width: 801px;
}

.global_nav ul li {
	width: 157px;
	height: 70px;
	float: left;
}

.global_nav ul li.gnav01,
.global_nav ul li.gnav06 {
	width: 165px;
}

.global_nav ul li.gnav04 {
	width: 159px;
}

.global_nav a {
	text-indent: -9999px;
	overflow: hidden;
	height: 70px;
	width: 100%;
	display: block;
	background: url(../images/common/gnav.png) no-repeat 0 0;
}

.global_nav a:hover {
	background-position: 0 bottom;
}

.global_nav ul li.gnav02 a {
	background-position: -165px 0;
}

.global_nav ul li.gnav02 a:hover {
	background-position: -165px bottom
}

.global_nav ul li.gnav03 a {
	background-position: -322px 0;
}

.global_nav ul li.gnav03 a:hover {
	background-position: -322px bottom;
}

.global_nav ul li.gnav04 a {
	background-position: -479px 0;
}

.global_nav ul li.gnav04 a:hover {
	background-position: -479px bottom;
}

.global_nav ul li.gnav05 a {
	background-position: -638px 0;
}

.global_nav ul li.gnav05 a:hover {
	background-position: -638px bottom;
}

.global_nav ul li.gnav06 a {
	background-position: -795px 0;
}

.global_nav ul li.gnav06 a:hover {
	background-position: -795px bottom;
}

/* Local Navi
------------------------------------------------------------------- */


/* Pankuzu
------------------------------------------------------------------- */

.pankuzu {
	font-size: 1.2rem;
	line-height: 1.4;
	width: 100%;
	background-color: #f5f4f5;
}

.pankuzu ul {
	margin: 0 auto 20px;
	padding: 10px 0;
	text-align: left;
	width: 960px;
}

.pankuzu li {
	display: inline;
	background:url(../images/common/icon_arrow_right.png) no-repeat left center;
	background-size: 4px 7px;
	padding: 0 10px 0 14px;
}

.pankuzu li:nth-child(1) {
	background: none;
	padding: 0 5px 0 0;
}

.pankuzu li a {
	text-decoration: none;
}

.pankuzu li.current a {
	color: #333;
}

.pankuzu li a:hover {
	text-decoration: underline;
}

.pankuzu li:last-of-type a:after {
	margin: 0;
	content: '';
}


/* Contents Area
------------------------------------------------------------------- */

.contents {
	margin: 0;
	padding: 0 0 30px 0;
	min-height: 700px;
}

.home .contents {
	padding: 0;
}

.contents_inner {
	margin: 0 auto;
	padding-bottom: 30px;
	width: 960px;
}

.home .contents_inner {
	padding: 60px 0;
}

.main {
	font-size: 1.4rem;
}

/* Title
------------------------------------------------------------------- */

.page_ttl  {
	text-align: center;
	padding: 50px 0;
	background: url(../images/common/bg_ttl.png) repeat 0 0;
	box-shadow: 0px 4px 3px -3px rgba(0,30,67,0.1);
  	-webkit-box-shadow: 0px 4px 3px -3px rgba(0,30,67,0.1);
  	-moz-box-shadow: 0px 4px 3px -3px rgba(0,30,67,0.1);
  	position: relative;
  	z-index: 0;
}

.ttl1 {
	width: 960px;
	margin: 0 auto;
	font-size: 2.6rem;
}

.ttl2 {
	padding: 12px 25px;
	color: #fff;
	background-color: #001e43;
	margin-bottom: 20px;
	font-size: 1.6rem;
}

.ttl3 {
	font-size: 1.6rem;
}

/* Contents Visual
------------------------------------------------------------------- */


/* Footer
------------------------------------------------------------------- */

#site_footer {
	background-color: #001e43;
	color: #fff;
	font-size: 1.2rem;
}

#site_footer .contents_inner {
	position: relative;
	padding: 60px 0;
}

#site_footer .footer_info:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 7px 5px;
	border-color: #001e43 transparent;
	display: block;
	width: 0;
	z-index: 1;
	top: -5px;
	left: 472px;
}

#site_footer .company_info h2 {
	width: 230px;
	float: left;
}

#site_footer .company_info p {
	width: 730px;
	float: right;
	text-align: left;
	letter-spacing: 0.1em;
	line-height: 1;
	padding-top: 7px;
}

#site_footer .note {
	border-top: 4px solid #fff;
	margin-top: 20px;
	padding-top: 15px;

}

#site_footer .note p {
	margin-bottom: 10px;
}

.footer_nav {
	margin-top: 20px;
}

.footer_nav li {
	display: inline-block;
	margin-right: 20px;
}

.footer_nav li a {
	color: #fff;
	text-decoration: underline;
}

.footer_nav li a:hover {
	text-decoration: none;
}

.approval_number {
	padding-left: 5.5em;
	position: relative;
}

.approval_number dt {
	position: absolute;
	top: 0;
	left: 0;
}

.approval_number dd {
	display: inline-block;
}

.approval_number dd:not(:last-of-type)::after {
	margin-right: .5em;
	content: ",";
}

#site_footer .copy {
	padding: 5px 0;
	font-size: 1rem;
	letter-spacing: 0.1em;
	text-align: center;
	color: #6b89af;
	background-color: #000;
	width: 100%;
}

#site_footer .copy a {
	text-decoration: none;
	color: #6b89af;
}

#site_footer .copy a:hover {
	text-decoration: underline;
}


/* ===================================================================

	SP Style

=================================================================== */
@media only screen and (max-width: 768px) {

body {
	font-size: 1.6rem;
	min-width: 100%;
}

.pc-none {
	display: inherit !important;
}

.sp-none {
	display: none !important;
}

/* Page top button
------------------------------------------------------------------- */


/* Text Box
------------------------------------------------------------------- */


/*Layout
------------------------------------------------------------------- */


/* Header
------------------------------------------------------------------- */

.head_body {
	margin: 0 auto;
	width: 100%;
	position: relative;
}

.head_body h1 {
	padding-top: 38px;
}

.home .head_body h1 {
	padding-top: 50px;
}

/* Drawer Menu */

.drawer-hamberger {
	padding: 15px;
	width: 50px;
	height: 50px;
	display: block;
	z-index: 1500;
	top: 15px;
}

.drawer-hamberger-icon {
	margin-top: 0;
}

.drawer-hamberger-icon, .drawer-hamberger-icon:before, .drawer-hamberger-icon:after {
	background: #001e43;
}

.drawer-open .drawer-hamberger-icon:before,
.drawer-open .drawer-hamberger-icon:after {
	background: #fff;
}

.drawer-hamberger-icon:before {
	top: -8px;
}

.drawer-hamberger-icon:after {
	top: 8px;
}

.drawer-default {
	background: #f1f1f1;
}

.drawer-nav-list {
	padding: 10px 20px 20px 20px;
	text-align: left;
}

.drawer-nav-list > h2 {
	font-size: 1.8rem;
	color: #001e43;
}

.drawer-nav-list > .sp_global_nav,
.drawer-nav-list > .sp_sub_nav {
	margin: 10px 0 0 0;
	border-top: solid 1px #001e43;
	border-left: solid 1px #001e43;
	overflow: hidden;
}

.drawer-nav-list > .sp_global_nav li li,
.drawer-nav-list > .sp_sub_nav li li {
	border-right: none;
}

.drawer-nav-list > .sp_global_nav li,
.drawer-nav-list > .sp_sub_nav li {
	border-right: solid 1px #001e43;
	border-bottom: solid 1px #001e43;
}

.drawer-nav-list > .sp_global_nav .child {
	border-top: solid 1px #001e43;
}

.drawer-nav-list > .sp_global_nav .child li:last-child{
	border-bottom: none;
}

.drawer-nav-list > .sp_global_nav li a,
.drawer-nav-list > .sp_sub_nav li a {
	padding: 10px;
	text-decoration: none;
	display: block;
	position: relative;
	color: #001e43;
	background: url(../images/common/icon_arrow_right.png) no-repeat 96% center;
	background-size: 5px 10px;
}

.drawer-nav-list > .sp_global_nav li a:after,
.drawer-nav-list > .sp_sub_nav li a:after {
	margin: -8px 0 0 0;
	font-size: 1rem;
	position: absolute;
	top: 50%;
	right: 10px;
}

.drawer-nav-list > .sp_global_nav li a:focus,
.drawer-nav-list > .sp_sub_nav li a:focus,
.drawer-nav-list > .sp_mid_nav li a:focus {
	color: #5c4e46 !important;
}

.drawer-nav-list > .sp_mid_nav {
	margin: 15px 0 0 0;
}

.drawer-nav-list > .sp_mid_nav li {
	margin: 5px 0 0 0;
}

.drawer-nav-list > .sp_sub_nav {
	margin: 15px 0 0 0;
}

.drawer-nav-list > .sp_sub_nav li {
	font-size: 1.3rem;
}

/*End Drawer Menu*/


/* Navigation
------------------------------------------------------------------- */

/* Sub */

.sub_nav {
	margin: 0;
	padding: 0;
	border-top: 5px solid #001e43;
	border-bottom: 4px solid #001e43;
	width: 100%;
	text-align: left;
}

.sub_nav ul {
	margin: 0;
}

.sub_nav li {
	width: 100%;
	height: 90px;
	float: none;
	border-bottom: 1px solid #001e43;
	margin: 0;
}

.sub_nav li a {
	display: block;
	background: url(../images/common/icon_arrow_right.png) no-repeat right center;
	background-size: 8px 15px;
	margin-right: 10px;
	padding: 0;
}

.sub_nav li img {
	width: 122px;
	height: 89px;
	vertical-align: middle;
}

.sub_nav li p {
	position: static;
	background: none;
	color: #001e43;
	text-indent: 0;
	width: auto;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	padding-left: 10px;
	font-size: 1.6rem;
}

.sub_nav li a:hover {
	background-color: #fff;
}

/* Pankuzu
------------------------------------------------------------------- */

.pankuzu ul {
	padding: 10px 15px;
	width: 100%;
}

/* Contents Area
------------------------------------------------------------------- */

.contents {
	border-bottom: 1px solid #001e43;
	padding: 0;
}

.contents_inner {
	margin: 0 auto;
	padding: 0 15px 40px;
	width: 100%
}

.home .contents_inner {
	padding: 40px 15px;
}

.main {
	font-size: 1.6rem;
}

/* Title
------------------------------------------------------------------- */

.page_ttl  {
}

.ttl1 {
	width: 100%;
	text-align: center;
}

.ttl2 {
	padding: 12px 25px;
	color: #fff;
	background-color: #001e43;
	margin-bottom: 20px;
	font-size: 1.8rem;
}

.ttl3 {
	font-size: 1.6rem;
}

/* Contents Visual
------------------------------------------------------------------- */


/* Footer
------------------------------------------------------------------- */

.inquiry {
	background-color: #efefef;
	border-top: 1px solid #fff;
	text-align: center;
}

.inquiry .contents_inner {
	padding: 40px 15px;
}

.inquiry h2 {
	font-size: 2.4rem;
	margin-bottom: 20px;
}

.inquiry h2 span {
	background: url(../images/common/icon_cellphone_sp.png) no-repeat left center;
	background-size: 14px 24px;
	padding-left: 25px;	
}

.inquiry .tel {
    font-size: 4.5rem;
    margin-bottom: 5px;
    line-height: 0.8;
    letter-spacing: -1pt;
}
.inquiry .time{
	margin-bottom: 20px;
}

.inquiry .btn_set {
	width: 290px;
	margin: 0 auto;
}

.inquiry .btn_set li {
	width: 135px;
	margin: 0 5px;
	float: left;
}

.inquiry .btn_set a {
	display: inline-block;
	width: 100%;
	padding: 10px 10px 10px 20px;
	border: 1px solid #001e43;
	background: #fff url(../images/common/icon_arrow_right.png) no-repeat 8px center;
	background-size: 6px 12px;
}

.inquiry .btn_set a:hover {
	text-decoration: none;
}

#site_footer {
	font-size: 1.4rem;
}

#site_footer .contents_inner {
	position: relative;
	padding: 40px 15px;
}

#site_footer .footer_info:after {
	border: none;
}

#site_footer .company_info h2 {
	float: none;
	margin: 0 auto 20px;
}

#site_footer .company_info p {
	width: auto;
	float: none;
	text-align: center;
}

#site_footer .company_info .address {
	line-height: 1.5;
}

#site_footer .address span {
	display: inline-block;
}

#site_footer .note {
	margin-top: 30px;
	padding-top: 30px;
}

.approval_number {
	position: relative;
}

.approval_number {
	padding-left: 0;
}

.approval_number dt {
	display: block;
	position: relative;
}

.approval_number dd {
	display: inline-block;
}

#site_footer .copy {
	font-size: 1rem;
	letter-spacing: 0;
}

#site_footer .copy span {
	display: inline-block;
}

/* End max-width 768px */
}

