@charset "UTF-8";

/* reset ----------------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
*{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	-webkit-text-size-adjust: 100%;
	word-break:break-all;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img{
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}
input[type="radio"],input[type="checkbox"],input[type="submit"],input[type="button"],label{cursor:pointer}
a,canvas{-webkit-tap-highlight-color: rgba(0,0,0,0);}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	overflow: hidden;
}
*{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.left{ float: left; }
.right{ float: right; }

.hover{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 1;
}
.hover:hover{
	opacity: 0.75;
}

.sp_show{ display: none; }

.marugothic{ font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO"; }
.mincho{ font-family:"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
.bold { font-weight: 700; }

.red { color: #f00; }

.mt80 { margin-top:    80px; }
.mr10 { margin-right:  10px; } 
.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }

.animation04 { position: relative; top: 20px; opacity: 0; }


/* public ----------------------------------------*/
body{
	font-family: 'Noto Sans Japanese', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 100%;
	letter-spacing: 0.05em;
	line-height: 2;
	color: #000;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
html,body{
	height: 100%;
	-webkit-overflow-scrolling :touch;
}
body#home,body#office,body#plan,body#service,body#voice,body#qa,body#contact,body#policy,body#sitemap {
	height: auto;
}


header{
	width: 100%;
}
header .inner_wrap{
	max-width: 1000px;
	margin: 0 auto;
}
header .inner_wrap .inner_top h1 {
	margin-top: 15px;
	float: left;
}
header .inner_wrap .inner_top .top_contact {
	float: right;
}
header .inner_wrap .inner_top .top_contact .top_c1 {
	float: left;
	padding-right: 10px;
	padding-top: 8px;
}
header .inner_wrap .inner_top .top_contact .top_c2 {
	float: left;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
}
header .inner_wrap .inner_top .top_contact .top_c1 p:nth-of-type(2) {
	font-size: 0.7em;
	line-height: 1.5em;
	margin-top:10px;
}
header .inner_wrap .inner_top .top_contact .top_c2 p:nth-of-type(1) a {
	display: block;
	padding: 6px 20px;
}
header .inner_wrap .inner_top .top_contact .top_c2 p:nth-of-type(2) a {
	display: block;
	background: #bed030;
	padding: 6px 20px;
	text-align: center;
}
header .inner_wrap .inner_top .top_contact .top_c2 p img {
	vertical-align: middle;
}
header .pc_navi_border {
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}
#gnav_pc{
	position: relative;
	padding: 7px 0;
	width: 1000px;
	margin: 0 auto;
}
#gnav_pc ul {
	letter-spacing: -.40em;
}
#gnav_pc li{
	display: inline-block;
	font-size: 14px;
	text-align: center;
	line-height: 1.4em;
	letter-spacing: 0.08em;
	border-left: 1px solid #e2e2e2;
	width: 16.5%;
	padding: 0 10px;
}
/* mac OSのみ */
.mac #gnav_pc li {
	width: 16.6%;
}
#gnav_pc li:last-child {
	border-right: 1px solid #e2e2e2;
}
#gnav_pc li a {
	color: #000;
	text-decoration: none;
	position: relative;
	display: block;
}
#gnav_pc li a:hover,
#gnav_pc li a:focus {
	outline: none;
}
#gnav_pc li a span {
	color: #959595;
	font-size: 12px;
}
/* navi bottom line slides / fades in css3 animation*/
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.cl-effect-3 li a {
	padding: 8px 0;
}
.cl-effect-3 li a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 2px;
	background: #bed031;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}
.cl-effect-3 li a:hover::after,
.cl-effect-3 li a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

#mainImg {
	padding: 30px 0 60px;
}
#mainImg img {
	display: block;
	margin: 0 auto;
}

#container{
	width: 1000px;
	margin: 0 auto;
	font-size: 15px;
}
#container .sec_wrap {
	margin-bottom: 60px;
}
#container #contents {
	width: 735px;
	float: left;
}
#container #contents .inner_box {
	margin-bottom: 50px;
}
#container #contents .inner_box .title {
	border-left: 3px solid #bed030;
	margin-bottom: 20px;
	padding-left: 15px;
}

#side {
	width: 235px;
	float: right;
	font-size: 13px;
	line-height: 1.5em;
}
#side .side_contact {
	border: 2px solid #e3e8b5;
	margin-bottom: 20px;
}
#side .side_contact h2 {
	background: #f6f6f6;
	text-align: center;
	font-weight: 700;
	letter-spacing: 0.2em;
	padding: 10px;
	margin-bottom: 15px;
}
#side .side_contact p {
	margin: 0 10px 10px;
}
#side .side_contact p:nth-of-type(4) {
	font-size: 12px;
	letter-spacing: 0;
	margin-bottom: 15px;
}
#side .side_down {
	margin-bottom: 20px;
}
#side .side_down a {
	display: block;
	background: url(../images/download/icon.svg) no-repeat right 23px top 27px #efbb00;
	padding: 15px;
	text-decoration: none;
	color: #fff;
	font-weight: 700;
	font-size: 15px;
	line-height: 1.6em;
}
#side .side_bnr li {
	margin-bottom: 10px;
}
#side .side_bnr li:nth-child(4) {
	margin-bottom: 20px;
}

#smart_side {
	display: none;
}

footer {
	width: 100%;
	background: #ebebeb;
}
footer .inner_wrap {
	width: 1000px;
	margin: 0 auto;
	padding: 45px 20px 0;
}
footer .inner_wrap .ft_contact {
	width: 825px;
	background: #fff;
	border: 5px solid #e3e8b5;
	padding: 15px 20px;
	margin: 0 auto 60px;
}
footer .inner_wrap .ft_contact h2 {
	float: left;
	margin-right: 19px;
	padding: 25px 0;
}
footer .inner_wrap .ft_contact div {
	float: left;
}
footer .inner_wrap .ft_contact div p:nth-of-type(1) {
	margin-bottom: 10px;
}
footer .inner_wrap .ft_contact div p:nth-of-type(2),
footer .inner_wrap .ft_contact div p:nth-of-type(3) {
	display: inline-block;
	margin-right: 10px;
}
footer .inner_wrap .ft_contact div p:nth-of-type(4) {
	color: #000;
	font-size: 0.75em;
	margin-top: 5px;
}
footer .inner_wrap .ft_info {
	float: left;
	margin-right: 80px;
}
footer .inner_wrap .ft_info h2 {
	border-bottom: 1px solid #b9b9b9;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
footer .inner_wrap .ft_info p:nth-of-type(1) {
	font-size: 0.8em;
	line-height: 1.7em;
	margin-bottom: 10px;
}
footer .inner_wrap .ft_navi {
	float: left;
}
footer .inner_wrap .ft_navi ul.ft_navi_list > li {
	float: left;
	font-size: 0.8em;
	margin-right: 40px;
}
footer .inner_wrap .ft_navi ul.ft_navi_list > li:last-child {
	margin-right: 0;
}
footer .inner_wrap .ft_navi ul.ft_navi_list > li ul li {
	margin-bottom: 3px;
}
footer .inner_wrap .ft_navi ul.ft_navi_list > li ul li a {
	text-decoration: none;
	color: #000;
}
footer .inner_wrap .ft_navi ul.ft_navi_list > li ul li a:hover {
	color: #bed030;
}
footer .ft_copyright {
	width: 1000px;
	margin: 40px auto 0;
	padding: 20px 10px;
	font-size: 0.7em;
	text-align: center;
}
.pagetop {
	border-bottom: 3px solid #bed030;
	text-align: center;
}
/*.page_top {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 200;
}*/

/*slider---------------------------*/
.bx-wrapper .bx-viewport{
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
	left: 0;
	background: none;
}
img.bgs{ /*backgroundSize.js*/
	max-width: none;
}

/*action button---------------------*/
.button {
	display: inline-block;
	width: 200px;
	height: 45px;
	text-align: center;
	text-decoration: none;
	line-height: 41px;
	outline: none;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button01 {
	position: relative;
	z-index: 2;
	background-color: #183e7a;
	border: 2px solid #183e7a;
	color: #fff;
	line-height: 41px;
	display: block;
	margin: 20px auto;
}
.button01:hover {
	background-color: #fff;
	border-color: #59b1eb;
	color: #59b1eb;
}
.button01::before,
.button01::after {
	left: 0;
	width: 100%;
	height: 50%;
	background-color: #183e7a;
}
.button01::before {
	top: 0;
}
.button01::after {
	bottom: 0;
}
.button01:hover::before,
.button01:hover::after {
	height: 0;
	background-color: #183e7a;
}


@media screen and (max-width: 1300px){

}


@media screen and (max-width: 1024px){
header .inner_wrap {
	max-width: 100%;
}
header .inner_wrap .inner_top h1{
	width: 30%;
	margin-top: 15px;
	margin-left: 20px;
}
header .inner_wrap .inner_top .top_contact {
	display: block;
}
header .inner_box.spinner {
	position: fixed;
	top: 45px;
	left: 0;
	width: 100%;
	z-index: 9999;
}
header .inner_box.spinner p{
	position: fixed;
	top: 0;
	right: 0;
	width: 45px;
	height: 45px;
	background: #bed030;
}
header .inner_box.spinner p.telsp {
	position: absolute;
	top: -55px;
	right: 10%;
	width: 42px;
	height: 40px;
}
header .inner_box.spinner p a{
	display: block;
	color: #fff;
	font-size: 9px;
	padding: 5px 0;
	text-align: center;
	text-decoration: none;
}
header .inner_box.spinner p a span {
	display: block;
	margin-top: -5px;
}
header .inner_box.spinner p a i.menu_icon{
	display: inline-block;
	width: 22px;
	height: 18px;
	margin: 0 10px;
	background: url(../images/common/menu.png) no-repeat 0 0;
	background-size: contain;
}
header .inner_box.spinner p a i.menu_icon.close{
	background-image: url(../images/common/close.png);
}
#gnav_sp{
	display: none;
	background: #bed030;
}
#gnav_sp li a{
	display: block;
	padding: 3% 5%;
	text-align: center;
	color: #fff;
	border-top: 1px solid #bed030;
	border-top: 1px solid rgba(247,247,247,0.45);
	text-decoration: none;
	font-size: 14px;
}
#gnav_sp ul:first-child + *{/*nth-child(2)*/
	display: table;
	width: 100%;
	table-layout: fixed;
}
#gnav_sp ul:first-child + * li{
	vertical-align: top;
}
#gnav_sp ul:first-child + * li a{
	text-align: center;
	border: none;
}

#container {
	width: 95%;
}
#container #contents {
	width: 72%;
}

#mainImg {
	padding-top: 60px;
}

#side {
	width: 25%;
}

footer .inner_wrap {
	width: 95%;
}
footer .inner_wrap .ft_contact {
	width: 100%;
}
footer .inner_wrap .ft_contact h2 {
	width: 29%;
}
footer .inner_wrap .ft_contact div {
	width: 68%;
}
footer .inner_wrap .ft_contact div p:nth-of-type(1) {
	line-height: 1.5;
}
footer .inner_wrap .ft_contact div p:nth-of-type(2),
footer .inner_wrap .ft_contact div p:nth-of-type(3) {
	width: initial;
}
footer .ft_copyright {
	width: 100%;
	padding: 20px 30px;
}
footer .ft_copyright p {
	width: initial;
}

}


@media screen and (max-width: 768px){
#gnav_pc {
	width: 100%;
}
#gnav_pc li {
	width: 16.7%;
}
#container #contents .sec_wrap .inner_box .r_img img {
	width: 45%;
}
#container #contents .sec_wrap .inner_box .step_box li {
	width: 30%;
}

#side .side_contact h2 {
	letter-spacing: inherit;
}

footer .inner_wrap {
	width: 100%;
}
footer .inner_wrap .ft_contact div p:nth-of-type(2),
footer .inner_wrap .ft_contact div p:nth-of-type(3) {
	width: 47%;
}
footer .inner_wrap .ft_info {
	width: 33%;
	margin-right: 40px;
}


@media screen and (max-width: 480px){
.sp_hidden{
	display: none;
}
.sp_show{
	display: block;
}
header .inner_box.spinner p.telsp {
	right: 15%;
}
header .inner_wrap .inner_top h1 {
	float: none;
	text-align: center;
	margin: 30px auto 10px;
	width: 60%;
}
header .inner_wrap .inner_top .top_contact {
	float: none;
	text-align: center;
	width: 75%;
	margin: 0 auto;
}
header .inner_wrap .inner_top .top_contact p img {
	width: initial;
	margin-bottom: 10px;
}
header .inner_wrap .inner_top .top_contact .top_c1 {
	float: none;
	padding-right: 0;
	padding-top: 0;
	margin-top: 20px;
	margin-bottom: 10px;
}
header .inner_wrap .inner_top .top_contact .top_c2 {
	float: none;
	border: none;
}
header .inner_wrap .inner_top .top_contact .top_c2 p img {
	vertical-align: bottom;
}

footer .inner_wrap .ft_contact {
	padding: 10px;
}
footer .inner_wrap .ft_contact h2 {
	width: inherit;
	text-align: center;
	margin-right: 0;
	float: none;
}
footer .inner_wrap .ft_contact h2 img {
	width: 75%;
}
footer .inner_wrap .ft_contact div {
	width: 100%;
	float: none;
	text-align: center;
}
footer .inner_wrap .ft_contact div p:nth-of-type(2),
footer .inner_wrap .ft_contact div p:nth-of-type(3) {
	width: 70%;
}
footer .inner_wrap .ft_info {
	width: 100%;
	float: none;
	margin-bottom: 20px;
}
footer .inner_wrap .ft_navi ul.ft_navi_list > li {
	font-size: 0.6em;
	margin-right: 12px;
}
footer .ft_copyright {
	margin-top: 0;
	padding: 20px;
}
footer .ft_copyright p {
	font-size: 0.6rem;
	float: none;
	width: 100%;
	text-align: center;
	letter-spacing: 0;
}

#container {
	width: 85%;
	padding-top: 0;
}
#container #contents {
	width: 100%;
	float: none;
}
#container #contents .inner_box {
	margin-bottom: 40px;
}
#container #contents .sec_wrap .inner_box .l_text {
	width: 100%;
	margin-bottom: 10px;
	float: none;
}
#container #contents .sec_wrap .inner_box .r_img img {
	width: 100%;
}
#container #contents .sec_wrap .inner_box .step_box li {
	float: none;
	width: 100%;
	margin-bottom: 20px;
	margin-right: 0;
}

#mainImg {
	padding-top: 0;
}
#mainImg img {
	display: none;
}

#side {
	width: 85%;
	margin: 0 auto;
	float: none;
}
#side .side_bnr li {
	text-align: center;
}
#side .side_contact h2 {
	letter-spacing: 0.2em;
}
#side .side_contact p {
	margin: 0 28px 10px;
}

.page_top{
	width: 32px;
}

}