@charset "utf-8";
/* 共通style --------------------------------*/
@font-face {
    src: url("../../font/Roboto-Regular.ttf") ;
	font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
@font-face {
    src: url("../../font/Roboto-Medium.ttf") ;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}
@font-face {
    src: url("../../font/Roboto-Bold.ttf") ;
	font-family: 'Roboto', sans-serif;
    font-weight: 700;
}
@font-face {
    src: url("../../font/NotoSansJP-Regular.woff") format("woff");
    font-family: "Noto Sans JP";
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    src: url("../../font/NotoSansJP-Medium.woff") format("woff");
    font-family: "Noto Sans JP";
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    src: url("../../font/NotoSansJP-Bold.woff") format("woff");
    font-family: "Noto Sans JP";
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    src: url("../../font/NotoSansJP-Black.woff") format("woff");
    font-family: "Noto Sans JP";
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
html{
    font-size: 62.5%;
}
body{
    font-family: "Noto Sans JP", sans-serif;
    font-size:1.6rem;
}
img{
    width:100%;
}
/*fv------------------------------*/
.fv{
    background-color: #272d5d;
}
.fv h1{
    color: #ffffff;
}
.fv p.txt--top{
    color: #ffffff;
}
.fv p.txt--catch{
    color: #ffffff;
}
/*offer
------------------------------------------*/
.offer{
  background-color: #d9cfb2;
}
.offer p{
    color: #3c0000;
}
.offer p.first{
    font-weight: 700;
    text-align: center;
    line-height: 1.4;
}
.offer .btn--contact a{
    background-color: #517b00;
    background-image: url(../images/icn-mail.png);
    background-position: 70px center;
    background-repeat: no-repeat;
    background-size: 8%;
    color: #ffffff;
    border-radius: 6px;
    box-sizing: border-box;
    text-decoration: none;
    font-weight: 700;
    padding-left: 140px;
    box-shadow: 0 3px #324c00;
    display: block;
}
/*block01
------------------------------------------*/
.block01{
    background-color:#fffcf4;
}
.block01 h2{
    color: #272d5d;
    text-align: center;
    font-weight: 700;
}
.block01 p.txt--catch{
    color: #ffffff;
    background-color: #272d5d;
    text-align: center;
    font-weight: 700;
    margin: 0 auto;
}
.block01 p.txt--access{
    color: #9c4001;
    text-align: center;
    background-color: #ffffff;
    box-sizing: border-box;
    margin: 0 auto;
}
/*block02
--------------------------------------------*/
.block02 h2{
    text-align: center;
    color: #3f3f3f;
    font-weight: 700;
}
.block02 h3{
    text-align: center;
    color: #3f3f3f;
    display: table;
    margin: 0 auto;
    font-weight: 700;
}
.block02 h3.border--yellow{
    border-bottom: #e8ae22 solid 6px;
    line-height: 1.4;
}
.block02 h3.border--blue{
    border-bottom: #486083 solid 6px;
}
.block02 h4{
    text-align: center;
    background: #ffffff;
    color: #3f3f3f;
}
.block02 p{
    text-align: center;
    color: #3f3f3f;
    line-height: 1.8;
}
.block02 p.txt--large{
    font-weight: 700;
}
.block02 p.catch span.bg--yellow,
.block02 p.catch span.bg--blue{
    border-radius: 6px;
    color: #ffffff;
}
.block02 p.catch span.bg--yellow{
    background-color: #e8ae22;
}
.block02 p.catch span.bg--blue{
    background-color: #486083;
}
.block02 ul{
    border: #999999 solid 2px;
    border-radius: 10px;
}
.block02 li{
    background-color: #0075e2;
    color: #ffffff;
    text-align: center;
    border-radius: 12px;
}
/*block03
--------------------------------------------*/
.block03{
    background-color: #fffcf4;
}
.block03 h2{
    text-align: center;
    color: #454139;
    font-weight: 700;
}
.block03 h2 span.txt--red{
    color: #a60015;
}
.block03 .card{
    background: #ffffff;
    /*filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.4));*/
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .4);;
    -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, .4);;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, .4);;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#2B3C45', Direction=145, Strength=5);
    position: relative;
}
.block03 .card .number{
    position: absolute;
    top: 0;
    left: 0;
    background-color: #a60015;
    color: #ffffff;
    text-align: center;
}
.block03 .card h3,
.block03 .card p{
    color:#454139;
}
.block03 .card h3{
    text-align: center;
}
.block03 .card p{
    line-height: 1.4;
}
/*block04
--------------------------------------------*/
.block04{
    color: #3f3f3f;
}
.block04 h2{
    font-weight: 700;
    text-align: center;
}
.block04 h2 span.txt--red{
    color: #a60015;
}
.block04 p{
    text-align: center;
}
.block04 table th{
    background: #eeeeee;
}
/*block05
------------------------------------------*/
.block05{
    background-color:#f8f8f0;
    color: #454139;
}
.block05 h2{
    text-align: center;
    font-weight: 700;
}
.block05 p{
    text-align: center;
}
.block05 iframe{
    width: 100%;
}
/*block06
------------------------------------------*/
.block06{
    background-image: url(../images/bg-grid.jpg);
    background-repeat: repeat;
}
.block06 h2{
    text-align: center;
    font-weight: 700;
    color: #454139;
}
/*block__contact
--------------------------------------------*/
.block__contact h2{
    text-align: center;
    font-weight: 700;
    color: #454139;
}
/*checkbox style---------*/
label.checker{
    width: auto;
}
.checker .check {
    display: inline-block;
    vertical-align: middle;
}
.checker .text {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.4rem;
    padding-top: .5em;
    margin-right: 2em;
    margin-bottom: 1em;
}
.checker .text.txt_agree {
    font-size: 1.6rem;
    padding-top: .8em;
}
.checker input {
    display: none;
}
.checker .check {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: .5em;
    margin-bottom: .5em;
}
.checker .check::before {
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    border-radius: 2px;
    content: "";
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
}
.checker input:checked + .check::after {
    display: block;
    position: absolute;
    top: 5px;
    left: 3px;
    width: 16px;
    height: 8px;
    border-left: 3px solid #a60015;
    border-bottom: 3px solid #a60015;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content: "";
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.checker input:disabled + .check:before {
    background-color: #eee;
}
.checker input:checked:disabled + .check::after {
    border-left: 3px solid #aaa;
    border-bottom: 3px solid #aaa;
}
.block__contact th span.must,
.block__contact p span.must {
    border-radius: 3px;
}
.block__contact .txt_caution{
    padding: 20px 40px 10px 40px;
    border: solid 1px #dddddd;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .block__contact .txt_caution h5{
    text-align: center;
    margin-bottom: 1.5em;
  }
  .block__contact .txt_caution dl{
    text-align: left;
  }
  .block__contact .txt_caution dt{
    margin-bottom: .5em;
  }
  .block__contact .txt_caution dt::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #B3CDEE;
    margin-right: .5em;
  }
  .block__contact .txt_caution dd{
    margin-bottom: 1em;
    margin-left: 1.5em;
    line-height: 1.6;
  }
/*エラーメッセージ*/
.contact__page p.error{
    color: #FF0004;
}
p#idx_has_error.error{
    color: #FF0004;
}
/*input style---------*/
input[type="text"],
textarea {
    padding: 0.8em;
    outline: none;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 1.6rem;
}
input[type="text"]{
    width: 100%;
    box-sizing: border-box;
}
input.w100{
    width: 28%;
}
input.w60{
    width: 30%;
}
textarea {
    width: 100%;
    box-sizing: border-box;
}
label{
    cursor:pointer;
}
/*block_others
-------------------------------------------**/
.block_others{
	width: 100%;
	background: #eeeeee;
}
.block_others h3{
	text-align: center;
}
.block_others ul li{
	background: #ffffff;
	box-shadow: 0 2px 10px rgba(0,0,0,0.3);
}
.block_others ul li figcaption{
	position: relative;
	text-align: center;
}
.block_others ul li figcaption::after{
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	border: 0;
	border-top: solid 2px #333;
	border-right: solid 2px #333;
	position: absolute;
	top: 50%;
	left: 90%;
	margin-top: -4px;
	transform: rotate(45deg);
}
.block_others ul li a{
	display: block;
	color: #272727;
	text-decoration: none;
}
/*footer
--------------------------------------------*/
footer .bg--blue {
    background: #272d5d;
    color: #ffffff;
}
/* PC ------------------------------------------------------------------------------------------------------*/
@media print, screen and (min-width:768px){
.sp--only{
    display: none;
}
body{
    min-width: 1024px;
    margin: 0 auto;
}
/*header
--------------------------------------*/
header{
    background: #ffffff;
}
.wrapper__header{
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    padding: 15px 0;
}
.wrapper__header p.logo{
    width: 260px;
    float: left;
    padding-top: 7px;
}
.block__header__contact{
    float: right;
    width: 50%;
}
.block__header__contact .block--tel{
    float: right;
}
.block__header__contact .block--tel p{
    text-align: center;
    font-size:1.4rem;
    margin-bottom: .5em;
}
.block__header__contact .block--tel p.txt--tel{
    color: #3c0000;
    margin-bottom: 0;
    padding-left: 25px;
    font-family: Arial, Helvetica, sans-serif;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 3.4rem;
    font-weight: bold;
    background-image: url(../images/icn-tel.png);
    background-position: left 7px;
    background-repeat: no-repeat;
    background-size: 10%;
    margin-bottom:0;
}
.block__header__contact .block--tel p.txt--tel a{
    color: #3c0000;
    text-decoration: none;
}
.block__header__contact .btn--contact a{
    float: right;
    background-color: #517b00;
    background-image: url(../images/icn-mail.png);
    background-position: 40px center;
    background-repeat: no-repeat;
    background-size: 12%;
    color: #ffffff;
    border-radius: 4px;
    width: 200px;
    height: 50px;
    box-sizing: border-box;
    text-decoration: none;
    font-size: 1.6rem;
    font-family: "Noto Sans JP";
    font-weight: bold;
    line-height: 50px;
    padding-left: 70px;
    margin-left: 20px;
    box-shadow: 0 3px #324c00;
}
/*fv
------------------------------------------*/
.fv{
    background-color: #272d5d;
    background-image: url(../images/fv_pc.webp);
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
}
.fv .wrapper{
    height: 402px;
    width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
}
.fv h1{
    font-size:5.3rem;
    font-weight: 700;
    padding:0 0 85px 0;
    line-height: 1.2;
}
.fv h1 span.small{
    font-size:3.0rem;
    font-weight: 400;
}
.fv p.txt--top{
    padding-top: 0;
    font-size: 3.8rem;
    margin-bottom: 0;
}
.fv p.txt--top:first-child{
    margin-top: 0;
    font-size: 3.0rem;
    margin-bottom: 0;
    display: inline-block;
    background:#d5bc7f;
    padding: 10px 20px;
    color: #272d5d;
    line-height: 40px;
}
.fv p.txt--top span.txt--small{
    font-size: 2.8rem;
}
.fv p.txt--top span.txt--large{
    font-size: 4.1rem;
}
.fv p.txt--top span.txt--b{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}
.fv p.txt--catch{
    font-size: 6.6rem;
    margin-bottom: 30px;
}
.fv p.txt--catch span.txt--small{
    font-size: 3.1rem;
}
.fv p.txt--top img{
    display: none;
}
.fv p.txt--bottom{
    position: absolute;
    width: 350px;
    background-image: url(../images/fv-txt_pc.gif);
    background-repeat: no-repeat;
    background-size: contain;
    width: 244px;
    height: 126px;
    bottom: 0;
}
/*offer
------------------------------------------*/
.offer{
    padding: 40px 0;
}
.offer .wrapper{
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}
.offer .btn--contact a{
    width: 630px;
    height: 80px;
    font-size: 2.8rem;
    margin: 0 auto 30px;
    line-height: 80px;
}
.offer p.first{
    font-size: 2.8rem;
    text-align: center;
    margin-bottom: 20px;
}
.offer .tel{
    overflow: hidden;
    margin: 0 auto;
    width: 630px;
}
.offer .tel p.txt--catch{
    float: left;
    text-align: center;
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 1.2;
}
.offer .tel p.txt--tel{
    float: right;
    font-family: 'Roboto', sans-serif;
    font-size: 5.5rem;
    font-weight: 700;
    background-image: url(../images/icn-tel.png);
    background-position: left 9px;
    background-repeat: no-repeat;
    background-size: 10%;
    display: inline-block;
    padding-left: 40px;
}
*::-ms-backdrop, .offer .tel p.txt--tel {
    font-size: 5.8rem;
}
.offer .tel p.txt--tel a{
    color: #3c0000;
    text-decoration: none;
}
/*block01
--------------------------------------------*/
.block01{
    background-image: url(../images/bg-block-01.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    padding: 70px 0;
}
.block01 .wrapper{
    width: 1000px;
    margin: 0 auto;
}
.block01 h2{
    font-size:4.5rem;
    margin-bottom: 40px;
    line-height: 1.4;
}
.block01 h2 span.txt--small{
    font-size:3.6rem;
}
.block01 .box{
    position: relative;
    margin: 0 auto;
    width: 729px;
}
.block01 .box::before{
    position: absolute;
    content: "";
    width: 729px;
    height: 118px;
    z-index: 1;
    top: -54px;
    left: -20px;
}
.block01 p.txt--catch{
    font-size: 3rem;
    position: relative;
    height: 50px;
    line-height: 50px;
    display: table;
    padding: 5px 10px;
    margin-bottom: 30px;
}
.block01 p.txt--catch::before{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-right: 20px solid #272d5d;
    border-bottom: 30px solid transparent;
    top: 0;
    left: -20px;
  }
.block01 p.txt--catch::after{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 20px solid #272d5d;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    top: 0;
    right: -20px;
  }
.block01 p.txt--access{
    font-size: 3rem;
    font-weight: 700;
    padding: 25px 60px;
    position: relative;
    width: 600px;
    margin-bottom: 40px;
    line-height: 1.4;
}
.block01 p.txt--access::before,
.block01 p.txt--access::after {
    position: absolute;
    content: '';
    width: 50px;
    height: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.block01 p.txt--access::before {
    top: 8px;
    left: 8px;
    border-top: 2px solid #272d5d;
    border-left: 2px solid #272d5d;
}
.block01 p.txt--access::after {
    bottom: 8px;
    right: 8px;
    border-bottom: 2px solid #272d5d;
    border-right: 2px solid #272d5d;
}
.block01 p.txt--copy{
    font-size:2rem;
    width: 930px;
    margin: 0 auto;
    line-height: 1.8;
}
/*block02
--------------------------------------------*/
.block02{
    margin: 0 auto;
    width: 100%;
    padding: 80px 0 100px;
}
.block02 h2{
    font-size: 4.5rem;
    line-height: 1.6;
}
.block02 h3.border--yellow,
.block02 h3.border--blue{
    padding-bottom:18px;
    margin-bottom: 60px;
    font-size: 4rem;
}
.block02 h3.border--yellow{
    margin-top: 40px;
    padding-bottom:0;
}
.block02 iframe{
    width: 100%;
    height: 400px;
    vertical-align: bottom
}
.block02 .flow{
    position: relative;
}
.block02 .flow h4{
    font-size: 2.8rem;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 360px;
    top: -12px;
}
.block02 p{
    margin-bottom: 70px;
    font-size: 2.1rem;
}
.block02 p.txt--large{
    font-size: 2.6rem;
    margin-bottom: 20px;
}
.block02 p.catch{
    margin-bottom: 100px;
    font-size: 4.5rem;
    line-height: 2.2;
}
.block02 p.catch span.bg--yellow,
.block02 p.catch span.bg--blue{
    padding: 6px 20px;
    font-weight: 700;
    margin: 0 6px;
}
.block02 p.catch span.txt--large{
    font-weight: 700;
    margin-left: 6px;
}
.block02 ul{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    height: 200px;
    width: 1000px;
    margin: 0 auto;
    padding: 20px 0 0;
}
.block02 li{
    width: 140px;
    height: 125px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    margin-right: 50px;
    font-size: 3rem;
    font-weight: 700;
}
.block02 li:last-child{
    margin-right: 0;
}
.block02 li::after{
    content: "";
    width: 0;
    height: 0;
    border-left: 23px solid #e8ae22;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    position: absolute;
    right: -38px;
    top: 40%;
}
.block02 li:last-child::after{
    content: none;
}
.block02 .wrapper{
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}
.block02 .wrapper p{
    width: 510px;
    float: left;
    margin-right: 30px;
    text-align: left;
}
.block02 .wrapper figure{
    float: left;
    width: 460px;
}
/*block03
--------------------------------------------*/
.block03{
    padding: 80px 0;
}
.block03 h2{
    font-size:4.5rem;
    margin-bottom: 60px;
}
.block03 h2 span.txt--large{
    font-size:7rem;
}
.block03 .wrapper{
    width: 1000px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}
.block03 .card{
    width: 300px;
    height: 310px;
    margin-right: 50px;
    margin-bottom: 50px;
}
.block03 .card:nth-child(3n) {
    margin-right: 0;
}
.block03 .card .number{
    width: 57px;
    height: 57px;
    line-height: 57px;
    font-size: 2.8rem;
}
.block03 .card figure{
    width: 90px;
    height: auto;
    margin: 0 auto 10px;
    padding-top: 20px;
}
.block03 .card h3{
    font-size: 4.5rem;
    margin-bottom: 15px;
    line-height: 1.1;
}
.block03 .card h3 span.txt--small{
    font-size: 3.6rem;
}
.block03 .card p{
    font-size: 1.5rem;
    padding: 0 20px 20px;
}
/*block04
--------------------------------------------*/
.block04{
    padding: 80px 0;
}
.block04 h2{
    font-size:4.5rem;
    margin-bottom: 60px;
    line-height: 1.4;
}
.block04 h2 div.txt--small{
    font-size:2.8rem;
    line-height: 1.6;
}
.block04 h3 {
    font-size: 2.4rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-bottom:60px;
}
.block04 h3::before,
.block04 h3::after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background: #333;
    display: block;
}
.block04 h3::before {
    margin-right: 15px;
}
.block04 h3::after {
    margin-left: 15px;
}
.block04 h3.plane{
    margin-bottom: 40px;
}
.block04 p{
    font-size: 2.4rem;
    line-height: 1.4;
    margin-bottom: 40px;
}
.block04 .wrapper{
    width: 1000px;
    margin: 0 auto;
}
.block04 .wrapper picture{
    margin-bottom: 80px;
    display: block;
}
.block04 .box_01{
    margin-bottom: 100px;
}
.block04 table{
    background: #ffffff;
    border-top: 1px solid #BBBBBB;
    border-left: 1px solid #BBBBBB;
    width: 100%;
    box-sizing: border-box;
}
.block04 table tr{
    border-bottom: 1px solid #BBBBBB;
}
.block04 table th{
    padding:8px 10px;
    border-right: 1px solid #BBBBBB;
}
.block04 table td{
    padding:8px 10px;
    border-right: 1px solid #BBBBBB;
    text-align: right;
}
.block04 table td:first-child{
    text-align: center;
}
/*block05
--------------------------------------------*/
.block05{
    padding: 80px 0 0;
    line-height: 0;
}
.block05 h2{
    font-size:3.8rem;
    margin-bottom: 60px;
}
.block05 p{
    font-size:2rem;
    margin-bottom: 50px;
    line-height: 1.6;
}
.block05 iframe{
    height: 500px;
}
/*block06
--------------------------------------------*/
.block06{
    padding: 80px 0;
}
.block06 .wrapper{
    width: 1000px;
    margin: 0 auto;
}
.block06 h2{
    font-size: 3.8rem;
    margin-bottom: 60px;
}
.block06 table{
    border-top: 1px solid #BBBBBB;
    border-left: 1px solid #BBBBBB;
    border-right: 1px solid #BBBBBB;
    background: #ffffff;
    width: 100%;
}
.block06 table tr{
    border-bottom: 1px solid #BBBBBB;
}
.block06 table th{
    background: #9b9079;
    color: #ffffff;
    padding: 20px 15px;
    width: 14%;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
    line-height: 1.3;
}
.block06 table td{
    padding: 20px 10px;
    width: 36%;
    line-height: 1.3;
    vertical-align: middle;
}
/*block__contact
--------------------------------------------*/
.block__contact{
    padding: 80px 0;
}
.block__contact .wrapper{
    width: 1000px;
    margin: 0 auto 150px;
}
.block__contact h2{
    font-size: 3.8rem;
    font-weight:bold;
    margin-bottom: 60px;
}
.block__contact p{
    font-size: 1.8rem;
    line-height: 1.8;
    margin-bottom: 20px;
}
.block__contact p span.must{
    color: #ffffff;
    background: #a60015;
    padding: 2px 8px;
    margin-right: .5em;
}
.block__contact p.thanks{
    font-size: 2.5rem;
    text-align: center;
    font-weight: bold;
    color: #454139;
}

/*table*/
.block__contact .box_thanks .btn_link a,
.block__contact .box_thanks .btn_link a:before,
.block__contact .box_thanks .btn_link a:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.block__contact .box_thanks .btn_link a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}
.block__contact .box_tel{
    border: #cecece solid 4px;
    padding: 25px 20px 0;
    margin-bottom: 4vw;
    box-sizing: border-box;
}
.block__contact .box_tel p{
    text-align: center;
}
.block__contact table{
	border-top: #b9bfc9 solid 1px;
    border-right: #b9bfc9 solid 1px;
    border-left: #b9bfc9 solid 1px;
	margin: 15px 0 0 0;
    width: 1000px;
    box-sizing: border-box;
    margin: 0 auto 60px;
}
.block__contact table th{
	width: 30%;
    padding: 15px;
    background: #f8f8f0;
    text-align: left;
    vertical-align: middle;
    font-weight: bold;
}
.block__contact table tr{
    border-bottom:#b9bfc9 1px dotted;
}
.block__contact table tr:last-of-type {
    border-bottom: #b9bfc9 1px solid;
}
.block__contact table th.val_top{
    vertical-align: top;
}
.block__contact th span.must{
    color: #ffffff;
    background: #a60015;
    padding: 4px 8px;
    margin-left: 1rem;
    float: right;
    font-weight: normal;
}
.block__contact th span.nomal{
    font-weight: normal;
    line-height: 2;
}
.block__contact table td{
	padding: 15px;
    font-size: 1.6rem;
    line-height: 1.6;
}
.block__contact table td span.error{
    color: #FF0004;
    display: block;
}
/*privacy*/
.block__contact .box--privacy{
    height: 200px;
    width: 1000px;
    overflow-y: scroll;
    margin: 0 auto 40px;
}
.block__contact .box--privacy h3{
    text-align: center;
    margin-bottom: 4rem;
    font-size: 2rem;
    font-weight: bold;
    color: #272727;
}
.block__contact .box--privacy p{
    margin-bottom: 1em;
}
.block__contact .box--privacy dt{
    float: none;
    color: #666;
    padding: 0;
    width: auto !important;
    font-weight: bold;
    line-height: 2;
}
.block__contact .box--privacy dd {
    padding-left: 0;
    line-height: 1.6;
    margin-bottom: 1em;
}
.block__contact .box--privacy dd,
.block__contact .box--privacy dd li{
    border-bottom: none;
}
.block__contact .box--privacy dd ul{
    margin-top: 10px;
    padding-left: 1em;
}
.block__contact .box--privacy dd li{
    list-style: disc;
    list-style-position: inside;
    padding: 0;
    margin-bottom: 10px;
}
/*box_agree*/
.block__contact .box_agree{
    background: #f8f8f0;
    padding: 20px;
    text-align: center;
    margin-bottom: 40px;
}
.block__contact .box_agree p{
    text-align: center;
}
.block__contact .box_agree span.txt_agree{
    font-size: 18px;
}
/*btn--button*/
.block__contact .btn_button{
    margin: 0 auto 30px;
    text-align: center;
}
.block__contact .btn_button button{
    text-align: center;
    width: 100%;
    height: auto;
    max-width: 400px;
    padding: 20px 50px;
    background: #517b00;
    color: #ffffff;
    border: none;
    font-size: 1.8rem;
    box-sizing: border-box;
    cursor: pointer;
    border-style: none;
    border-radius: 4px;
    position: relative;
    display: inline-block;
}
.block__contact .btn_button button::before,
.block__contact .btn_button button::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.block__contact .btn_button button::before{
    width: 8px;
    height: 8px;
    right:-80%;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.block__contact .btn_button button,
.block__contact .btn_button button:before,
.block__contact .btn_button button:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.block__contact .btn_button button:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}
button{
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}
.block__contact .btn_button button.btn_return{
    background: #666666;
    margin-right: 20px;
}
/*block_others
-------------------------------------------**/
.block_others{
	padding: 40px 0 60px;
	margin-bottom: 25px;
}
.block_others h3{
	margin-bottom: 40px;
	font-size: 2.4rem;
}
.block_others ul{
	width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.block_others ul li{
	width: 300px;
}
.block_others ul li a:hover{
	opacity: .7;
	transition: all .3s;
}
.block_others ul li figcaption{
	padding: 18px 0;
}
/*footer
-------------------------------------------*/
footer .logo{
    margin: 0 auto 20px;
    text-align: center;
    width: 200px;
}
footer .bg--blue{
    padding: 20px 0;
}
footer .bg--blue ul{
    width: 1000px;
    margin: 0 auto;
    text-align: center;
}
footer .bg--blue ul li{
    display: inline-block;
    padding: 0 10px;
    border-right: 1px solid #ffffff;
}
footer .bg--blue ul li:last-child{
    border-right:none;
}
footer .bg--blue ul li a{
    color: #ffffff;
    text-decoration: none;
}
footer .bg--blue ul li a:hover{
    text-decoration: underline;
}
footer .bg--blue ul{
    margin-bottom: 20px;
}
footer small{
    text-align: center;
    font-size:1.3rem;
    margin: 0 auto;
    display: block;
}
}
/* sp ------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 767px)  {
.pc--only{
    display: none;
}
/*header
--------------------------------------*/
header{
    background: #ffffff;
}
.wrapper__header{
    width: 100%;
    padding: 2vw 4vw;
    box-sizing: border-box;
    overflow: hidden;
}
.wrapper__header p.logo{
    width: 60%;
    float: left;
    padding-top:3vw;
}
.block__header__contact{
    float: right;
    width: 40%;
}
.block__header__contact .block--tel{
    float: right;
}
.block__header__contact .block--tel p{
    text-align: center;
    font-size:1.4rem;
}
.block__header__contact .block--tel p.tel{
    width: 12vw;
    margin-right: 2vw;
    margin-top: 1vw;
}
.block__header__contact .btn--contact a{
    float: right;
    background-color: #517b00;
    background-image: url(../images/icn-mail.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 45%;
    color: #ffffff;
    border-radius: 4px;
    width: 14vw;
    height: 13vw;;
    box-sizing: border-box;
    padding-left: 0;
    margin-left: 0;
}
.block__header__contact .btn--contact a span.txt{
    display: inherit;
    text-indent: -99999px;
}
/*fv
------------------------------------------*/
.fv{
    background-image: none;
    text-align: center;
    padding: 6vw 0;
}
.fv__wrapper{
    height: 130vw;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}
.fv figure{
    margin-bottom: 6vw;
}
.fv h1{
    font-size: 3.3rem;
    font-weight: bold;
    line-height: 1.3;
}
.fv h1 span.small{
    font-size:2.0rem;
    font-weight: 400;
}
.fv p.txt--catch {
    font-size: 4.8rem;
    margin-bottom: 4vw;
    font-weight: 700;
}
.fv p.txt--top {
    font-size: 2.8rem;
    margin-bottom: 2vw;
}
.fv p.txt--top:first-child{
    font-size: 2.3rem;
    margin-bottom: 10px;
    display: inline-block;
    background:#d5bc7f;
    padding: 8px 14px;
    color: #272d5d;
}
.fv p.txt--top span.txt--small {
    font-size: 2.4rem;
    margin-left: 1em;
}
.fv p.txt--top span.txt--large {
    font-size: 3.1rem;
}
.fv p.txt--top span.txt--b {
    font-weight: bold;
}
.fv p.txt--bottom{
    line-height: 0;
}
/*offer
--------------------------------------------*/
.offer {
    padding: 6vw 4vw;
}
.offer p.first{
    font-size: 1.9rem;
    margin-bottom: 4vw;
}
.offer .btn--contact a {
    line-height: 60px;
    background-position: 24vw center;
    padding-left: 36vw;
    margin-bottom: 4vw;
    font-size: 2.4rem;
}
.offer .tel p.txt--catch {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 2vw;
}
.offer .tel p.txt--catch br{
    display:none;
}
.offer .tel p.txt--tel{
    font-family: 'Roboto', sans-serif;
    font-size: 3.8rem;
    font-weight: 700;
    text-align: center;
    background-image: url(../images/icn-tel.png);
    background-position: left 5px;
    background-repeat: no-repeat;
    background-size: 11%;
    display: table;
    margin: 0 auto;
    padding-left: 30px;
}
.offer .tel a{
    text-decoration: none;
    color: #3c0000;
}
/*block01
--------------------------------------------*/
.block01{
    padding: 8vw 0;
}
.block01 .wrapper{
    margin: 0 auto;
}
.block01 h2{
    font-size: 3.2rem;
    margin-bottom: 6vw;
    line-height: 1.4;
    padding: 0 4vw;
}
.block01 h2 span.txt--small{
    font-size:2.0rem;
}
.block01 .box{
    position: relative;
    margin: 0 auto;
    width: 100%;
}
.block01 .box::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 35vw;
    z-index: 1;
    top: -15vw;
    left: -4vw;
    margin: auto;
    background-size: 187%;
}
.block01 p.txt--catch{
    font-size: 3rem;
    position: relative;
    height: 50px;
    line-height: 50px;
    display: table;
    padding: 5px 0;
    margin-bottom: 30px;
}
.block01 p.txt--catch::before{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-right: 20px solid #272d5d;
    border-bottom: 30px solid transparent;
    top: 0;
    left: -20px;
  }
.block01 p.txt--catch::after{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 20px solid #272d5d;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    top: 0;
  }
.block01 p.txt--access{
    font-size: 2.0rem;
    font-weight: 700;
    padding: 6vw;
    position: relative;
    margin:0 0 6vw;
    line-height: 1.6;
}
.block01 p.txt--access::before,
.block01 p.txt--access::after {
    position: absolute;
    content: '';
    width: 50px;
    height: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.block01 p.txt--access::before {
    top: 8px;
    left: 8px;
    border-top: 2px solid #272d5d;
    border-left: 2px solid #272d5d;
}
.block01 p.txt--access::after {
    bottom: 8px;
    right: 8px;
    border-bottom: 2px solid #272d5d;
    border-right: 2px solid #272d5d;
}
.block01 p.txt--copy{
    font-size:1.8rem;
    margin: 0 4vw;
    line-height: 1.8;
}
/*block02
--------------------------------------------*/
.block02{
    margin: 0 auto;
    padding: 8vw 4vw;
}
.block02 h2{
    font-size: 2.4rem;
    line-height: 1.4;
    margin-bottom: 4vw;
}
.block02 h3.border--yellow,
.block02 h3.border--blue{
    padding-bottom: 2vw;
    margin-bottom: 10vw;
    font-size: 2.0rem;
}
.block02 iframe{
    width: 100%;
    height: 400px;
    vertical-align: bottom
}
.block02 .flow{
    position: relative;
}
.block02 .flow h4{
    font-size: 2.4rem;
    margin:0 auto 6vw;
    font-weight: 700;
}
.block02 p{
    margin-bottom: 10vw;
    font-size: 1.8rem;
    text-align: left;
}
.block02 p.txt--large{
    font-size: 2.2rem;
    margin-bottom: 6vw;
    line-height: 1.4;
    text-align: center;
}
.block02 p.catch{
    margin-bottom: 10vw;
    font-size: 2.4rem;
    line-height: 2.2;
    text-align: center;
}
.block02 p.catch span.bg--yellow,
.block02 p.catch span.bg--blue{
    padding: 4px 10px;
    font-weight: 700;
    font-size: 2.8rem;
}
.block02 p.catch span.txt--large{
    font-size: 2.8rem;
    font-weight: 700;
}
.block02 ul{
    margin: 0 auto 15vw;
    padding: 8vw 0 6vw;
}
.block02 li{
    width: 80%;
    height: 15vw;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    font-size: 2.4rem;
    font-weight: 700;
    margin: 0 auto 12vw;
    border-radius: 8px;
}
.block02 li br{
    display: none;
}
.block02 li:last-child{
    margin-bottom: 0;
}
.block02 li::after{
    content: "";
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 24px solid #e8ae22;
    position: absolute;
    bottom: -38px;
    left: 0;
    right: 0;
    margin: auto;
}
.block02 li:last-child::after{
    content: none;
}
.block02 .wrapper{
    margin: 0 auto;
}
.block02 .wrapper p{
    margin-bottom: 6vw;
    text-align: left;
}
.block02 .wrapper figure{
    width: 100%;
}
/*block03
--------------------------------------------*/
.block03{
    padding: 8vw 4vw;
}
.block03 h2{
    font-size: 2.8rem;
    margin-bottom: 6vw;
}
.block03 h2 span.txt--large{
    font-size: 4.5rem;
}
.block03 .wrapper{
    margin: 0 auto;
}
.block03 .card{
    max-width: 300px;
    margin: 0 auto 10vw;
}
.block03 .card .number{
    width: 57px;
    height: 57px;
    line-height: 57px;
    font-size: 2.2rem;
}
.block03 .card figure{
    width: 90px;
    height: auto;
    margin: 0 auto 10px;
    padding-top: 20px;
}
.block03 .card h3{
    font-size: 3.6rem;
    margin-bottom: 4vw;
    line-height: 1.1;
}
.block03 .card h3 span.txt--small{
    font-size: 2.8rem;
}
.block03 .card p{
    font-size: 1.6rem;
    padding: 0 20px 20px;
}
/*block04
--------------------------------------------*/
.block04{
    padding: 8vw 4vw;
}
.block04 h2{
    font-size: 2.2rem;
    margin-bottom: 6vw;
    line-height: 1.4;
}
.block04 h2 br{
    display: none;
}
.block04 h2 div.txt--small{
    font-size:2.8rem;
    line-height: 1.6;
}
.block04 h3 {
    font-size: 2.2rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-bottom:60px;
}
.block04 h3::before,
.block04 h3::after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background: #333;
    display: block;
}
.block04 h3::before {
    margin-right: 15px;
}
.block04 h3::after {
    margin-left: 15px;
}
.block04 h3.plane{
    margin-bottom: 6vw;
}
.block04 p{
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 6vw;
}
.block04 .wrapper{
    margin: 0 auto;
}
.block04 .wrapper picture{
    margin-bottom: 8vw;
    display: block;
}
.block04 .box_01{
    margin-bottom: 10vw;
}
.block04 table{
    background: #ffffff;
    border-top: 1px solid #BBBBBB;
    border-left: 1px solid #BBBBBB;
    font-size: 1.4rem;
    width: 100%;
    box-sizing: border-box;
}
.block04 table tr{
    border-bottom: 1px solid #BBBBBB;
}
.block04 table th{
    background: #fbfbfb;
    padding:8px 10px;
    border-right: 1px solid #BBBBBB;
}
.block04 table td{
    padding:8px 10px;
    border-right: 1px solid #BBBBBB;
    text-align: right;
}
.block04 table td:first-child{
    text-align: center;
}
.block04 .wrapper .scroll--table {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
/*block05
--------------------------------------------*/
.block05{
    padding: 8vw 0 0;
}
.block05 h2{
    font-size:2.8rem;
    margin-bottom: 6vw;
}
.block05 p{
    font-size: 1.8rem;
    margin-bottom: 6vw;
    line-height: 1.6;
    padding: 0 4vw;
}
.block05 iframe{
    height: 450px;
}
/*block06
--------------------------------------------*/
.block06{
    padding: 8vw 4vw 10vw;
}
.block06 .wrapper{
    margin: 0 auto;
}
.block06 h2{
    font-size: 2.8rem;
    margin-bottom: 6vw;
}
.block06 table{
    border-top: 1px solid #BBBBBB;
    border-left: 1px solid #BBBBBB;
    border-right: 1px solid #BBBBBB;
    background: #ffffff;
    width: 100%;
}
.block06 table tr{
    border-bottom: 1px solid #BBBBBB;
}
.block06 table th {
    background: #9b9079;
    padding: 4vw;
    font-weight: bold;
    text-align: left;
    width: 100%;
    display: block;
    box-sizing: border-box;
    text-align: center;
    color: #ffffff;
}
.block06 table td {
    padding: 4vw;
    width: 100%;
    display: block;
    box-sizing: border-box;
    line-height: 1.2;
}
/*block__contact
--------------------------------------------*/
.block__contact{
    padding: 8vw 4vw;
}
.block__contact__wrapper{
    width: 100%;
    margin: 0 auto 8vw;
    box-sizing: border-box;
}
.block__contact h2{
    color: #454139;
    text-align: center;
    font-size: 2.8rem;
    font-weight: bold;
    margin-bottom: 6vw;
}
.block__contact p{
    line-height: 1.6;
    margin-bottom: 6vw;
}
.block__contact p br{
    display: none;
}
.block__contact p span.must{
    color: #ffffff;
    background: #a60015;
    padding: 0 8px 4px;
    margin-right: .5em;
    font-size: 1.5rem;
}
.block__contact p.thanks{
    font-size: 2rem;
    text-align: center;
    font-weight: bold;
    color: #454139;
}
.block__contact p.thanks br{
    display: inherit;
}
/*table*/
.block__contact .box_thanks .btn_link a,
.block__contact .box_thanks .btn_link a:before,
.block__contact .box_thanks .btn_link a:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.block__contact .box_thanks .btn_link a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}
.block__contact .box_tel{
    border: #cecece solid 4px;
    padding: 25px 20px 0;
    margin-bottom: 4vw;
    box-sizing: border-box;
}
.block__contact .box_tel p{
    text-align: center;
}
.block__contact table{
	border-top: #b9bfc9 solid 1px;
    border-right: #b9bfc9 solid 1px;
    border-left: #b9bfc9 solid 1px;
    width: 1000px;
    box-sizing: border-box;
    margin: 0 auto 8vw;
    width: 100%;
}
.block__contact table th{
	width: 100%;
    padding: 4vw;
    background: #f8f8f0;
    text-align: left;
    font-weight: bold;
    display: block;
    box-sizing: border-box;
}
.block__contact table tr{
    border-bottom:#b9bfc9 1px dotted;
}
.block__contact table tr:last-of-type {
    border-bottom: #b9bfc9 1px solid;
}
.block__contact table th.val_top{
    vertical-align: top;
}
.block__contact th span.must{
    color: #ffffff;
    padding: 2px 6px 4px;
    margin-left: 1rem;
    float: right;
    font-size: 1.4rem;
    font-weight: normal;
    background-color: #a60015;
}
.block__contact th span.nomal{
    font-weight: normal;
    line-height: 1.6;
    font-size: 1.4rem;
}
.block__contact table td{
	padding: 15px;
    font-size: 1.6rem;
    line-height: 1.6;
    width: 100%;
    display: block;
    box-sizing: border-box;
}
.block__contact table td span.error{
    color: #FF0004;
    display: block;
}
/*privacy*/
.block__contact .box--privacy{
    height: 80vw;
    overflow-y: scroll;
    margin: 0 auto 6vw;
}
.block__contact .box--privacy h3{
    text-align: center;
    margin-bottom: 4vw;
    font-size: 1.9rem;
    font-weight: bold;
    color: #272727;
    line-height: 1.6;
}
.block__contact .box--privacy p{
    margin-bottom: 1em;
}
.block__contact .box--privacy dt{
    float: none;
    color: #666;
    padding: 0;
    width: auto !important;
    font-weight: bold;
    line-height: 2;
}
.block__contact .box--privacy dd {
    padding-left: 0;
    line-height: 1.6;
    margin-bottom: 1em;
}
.block__contact .box--privacy dd,
.block__contact .box--privacy dd li{
    border-bottom: none;
}
.block__contact .box--privacy dd ul{
    margin-top: 10px;
    padding-left: 1em;
}
.block__contact .box--privacy dd li{
    list-style: disc;
    list-style-position: inside;
    padding: 0;
    margin-bottom: 10px;
}
/*box_agree*/
.block__contact .box_agree{
    background: #f8f8f0;
    padding: 20px;
    text-align: center;
    margin-bottom: 4vw;
}
.block__contact .box_agree p{
    text-align: center;
}
.block__contact .box_agree span.txt_agree{
    font-size: 18px;
}
/*btn--button*/
.block__contact .btn_button{
    margin: 0 auto 30px;
    text-align: center;
}
.block__contact .btn_button button{
    text-align: center;
    width: 100%;
    height: auto;
    max-width: 400px;
    padding: 20px 50px;
    background: #517b00;
    color: #ffffff;
    border: none;
    font-size: 1.8rem;
    box-sizing: border-box;
    cursor: pointer;
    border-style: none;
    border-radius: 4px;
    position: relative;
    display: inline-block;
}
.block__contact .btn_button button::before,
.block__contact .btn_button button::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.block__contact .btn_button button::before{
    width: 8px;
    height: 8px;
    right:-80%;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.block__contact .btn_button button,
.block__contact .btn_button button:before,
.block__contact .btn_button button:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.block__contact .btn_button button:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}
button{
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}
.block__contact .btn_button button.btn_return{
    background: #666666;
    margin-right: 20px;
}
.block__contact .txt_caution{
    padding: 4vw;
}
/*block_others
-------------------------------------------*/
.block_others{
	padding: 8vw 4vw;
	box-sizing: border-box;
	margin-bottom: 8vw;
}
.block_others h3{
	margin-bottom: 6vw;
	font-size: 1.8rem;
    line-height: 1.6;
}
.block_others li{
	width: 100%;
	margin-bottom: 6vw;
}
.block_others ul li figcaption{
	padding: 4vw 0;
}
/*footer
-------------------------------------------*/
footer .logo{
    margin: 0 auto 20px;
    text-align: center;
    width: 200px;
}
footer .bg--blue{
    padding-bottom: 20px;
}
footer .bg--blue ul{
    width: 100%;
    margin: 0 auto;
}
footer .bg--blue ul li{
    border-bottom: 1px dotted #ffffff;
}
footer .bg--blue ul li:last-child{
    border-right:none;
}
footer .bg--blue ul li a{
    padding: 4vw 0 4vw 6vw;
    color: #ffffff;
    text-decoration: none;
    display: block;
    position: relative;
}
footer .bg--blue ul li a::before,
footer .bg--blue ul li a::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
footer .bg--blue ul li a::before{
    left: 90%;
    width: 4px;
    height: 4px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
footer .bg--blue ul{
    margin-bottom: 20px;
}
footer small{
    text-align: center;
    font-size:1.3rem;
    margin: 0 auto;
    display: block;
}
}