body {
    color: #333333;
    font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.5rem;
    line-height: 1.6
}

a {
    color: #0c44a0;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

img {
    max-width: 100%;
    height: auto
}

#header .inner {
    margin: 0 auto;
    width: 1000px;
    padding: 25px 0
}

#header .inner #logo {
    float: left;
    width: 350px
}

#header .inner #head_right {
    float: right
}

#header .inner #head_right #tel {
    float: left;
    margin-right: 15px;
    text-align: right;
    line-height: 1.1
}

#header .inner #head_right #tel span {
    display: block;
    font-size: 3.2rem;
    font-weight: bold
}

#header .inner #head_right #tel span.telephone:before {
    font-family: 'FontAwesome';
    content: "\f095";
    margin-right: 5px;
    color: #0c44a0
}

#header .inner #head_right #tel span.mobile:before {
    font-family: 'FontAwesome';
    content: "\f10b";
    margin-right: 5px;
    color: #0c44a0
}

#header .inner #head_right #mail {
    float: right;
    margin-top: 2px
}

#header .inner #head_right #mail a {
    display: block;
    background: linear-gradient(135deg, #0c44a0 50%, #1058cf 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$base_color', endColorstr='lighten($base_color, 10%)', GradientType=1);
    color: #FFFFFF;
    font-family: 'FontAwesome';
    font-size: 2rem;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center
}

#header .inner #head_right #mail a:hover {
    background: #0c44a0
}

#navi {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #fefefe), color-stop(50%, #eee), to(#fff));
    background: linear-gradient(to bottom, #fff 0%, #fefefe 50%, #eee 50%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
    border-top: 1px solid #CCCCCC;
    border-bottom: 7px solid #0c44a0;
    padding: 15px 0
}

#navi ul {
    width: 1000px;
    margin: 0 auto;
    text-align: center
}

#navi ul li {
    float: left;
    width: 166.66667px;
    border-left: 1px solid #CCCCCC;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#navi ul li:last-child {
    border-right: 1px solid #CCCCCC
}

#navi ul li a {
    display: block;
    position: relative;
    color: #333333;
    font-weight: bold
}

#navi ul li a span {
    display: block;
    color: #0c44a0;
    font-size: 1rem
}

#navi ul li a:hover {
    color: #0c44a0
}

#page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9999
}

#page-top a {
    display: block;
    background: #FFFFFF;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
    box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
    color: #0c44a0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    border: 1px solid #0c44a0;
    font-family: 'FontAwesome';
    font-size: 1.6rem;
    text-align: center
}

#page-top a:hover {
    background-color: #0c44a0;
    color: #FFFFFF
}

.foot_navi {
    padding: 30px 0;
    border-top: 1px solid #CCCCCC
}

.foot_navi ul {
    margin: 0 auto;
    width: 1000px
}

.foot_navi ul li {
    float: left;
    width: 16.6%;
    text-align: center
}

.foot_navi ul li a {
    color: #333333;
    position: relative;
    padding-left: 20px
}

.foot_navi ul li a:before {
    content: "";
    background-color: #0c44a0;
    width: 10px;
    height: 3px;
    position: absolute;
    top: .5em;
    left: 0
}

.foot_navi ul li a:hover {
    color: #0c44a0
}

#footer {
    background: #0c44a0;
    color: #FFFFFF;
    border-top: 6px solid #8dcbff;
    text-align: center
}

#footer .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 40px 0
}

#footer .inner .copyright {
    font-size: 1.4rem
}

#sp_navi {
    display: none
}

.bg_contact {
    background: url(../img/bg_contact.jpg) no-repeat center;
    background-size: cover;
    color: #FFFFFF
}

.bg_contact .inner {
    background: rgba(0, 0, 0, 0.3);
    padding: 70px 0
}

.bg_contact .inner .single {
    margin-bottom: 0
}

.bg_contact .inner .mtitle-big {
    text-align: center
}

.bg_contact .inner .mtitle-big span {
    color: #FFFFFF
}

.contact_bnr {
    text-align: center
}

.contact_bnr li {
    display: inline-block;
    margin: 0 15px
}

.contact_bnr li .bnr_tel {
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    color: #0c44a0
}

.contact_bnr li .bnr_tel:before {
    content: "\f095"
}

.contact_bnr li .bnr_fax {
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    color: #0c44a0
}

.contact_bnr li .bnr_fax:before {
    content: "\f1ac"
}

.contact_bnr li .bnr_mail {
    border: 1px solid #0c44a0;
    background: linear-gradient(135deg, #0c44a0 50%, #1058cf 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$base_color', endColorstr='lighten($base_color, 10%)', GradientType=1)
}

.contact_bnr li .bnr_mail:before {
    content: "\f0e0"
}

.contact_bnr li .bnr_mail:hover {
    background: #1058cf
}

.contact_bnr li a,
.contact_bnr li span {
    display: block;
    padding: 13px 20px;
    width: 250px;
    color: #FFFFFF;
    font-size: 1.8rem;
    font-weight: bold
}

.contact_bnr li a:before,
.contact_bnr li span:before {
    font-family: 'FontAwesome';
    font-weight: normal;
    margin-right: 10px
}

#slidepro_wrapper {
    background: #F3F3F3;
    width: 100%;
    padding: 20px 0;
    margin-bottom: 40px
}

#slidepro_wrapper #slidepro {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    text-align: center
}

.single {
    margin: 0 auto 60px;
    width: 1000px
}

.lsingle,
.rsingle {
    width: 48.44%
}

.lsingle {
    float: left
}

.rsingle {
    float: right
}

.bg01 {
    background: #F0F0F0;
    padding: 20px 0;
    margin-bottom: 60px
}

.bg01 .single {
    margin-bottom: 0
}

.bg01 .top_detail {
    float: right;
    width: 60%
}

.bg01 .top_detail .inner {
    padding: 40px;
    background: rgba(255, 255, 255, 0.8)
}

#main {
    width: 1000px;
    margin: -292px auto 0;
    padding: 50px 50px 0;
    background: #FFFFFF;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#main .single {
    width: 100%
}

.mtitle_big {
    margin-bottom: 20px;
    font-size: 3.6rem;
    letter-spacing: .01em;
    text-align: center
}

.mtitle_big span {
    display: table;
    margin: -8px auto 6px;
    padding-top: 2px;
    border-top: 1px solid #e5e5e5;
    font-size: 1.6rem
}

.mtitle_middle {
    position: relative;
    display: inline-block;
    margin-bottom: 40px;
    padding: 10px;
    width: 100%;
    text-align: center;
    font-size: 2.4rem;
    background: #0c44a0;
    color: #FFFFFF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.mtitle_middle:before {
    content: "";
    position: absolute;
    top: 99%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #0c44a0
}

.mtitle_small {
    color: #0c44a0;
    font-size: 1.8rem
}

.mtitle_small:before {
    font-family: 'FontAwesome';
    content: "\f138";
    margin-right: 5px
}

.mtitle {
    font-size: 2rem;
    margin-bottom: 10px;
    color: #0c44a0
}

.mtitle_sub {
    font-size: 2rem;
    margin-bottom: 15px;
    border-bottom: 1px solid #CCCCCC
}

.mtitle_sub:before {
    font-family: 'FontAwesome';
    font-weight: normal;
    content: "\f138";
    margin-right: 5px;
    color: #0c44a0
}

.mtitle_sub2 {
    margin-bottom: 20px;
    font-size: 1.8rem;
    position: relative;
    text-align: center
}

.mtitle_sub2:after {
    content: "";
    width: 30px;
    height: 2px;
    background-color: #0c44a0;
    display: block;
    margin: 10px auto 0
}

.note_box {
    display: inline-block;
    color: #FFFFFF;
    background-color: #ff8a50;
    padding: 3px 10px;
    margin-bottom: 10px
}

.mtitle_line {
    border-bottom: 1px solid #8dcbff;
    position: relative;
    margin-bottom: 10px
}

.mtitle_line:after {
    position: absolute;
    content: "";
    display: block;
    border-bottom: 1px solid #0c44a0;
    bottom: -1px;
    width: 100px;
    color: #aaa
}

.btn01 {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 20px auto 0;
    width: 300px
}

.btn01 a {
    display: block;
    padding: 16px 0;
    background: linear-gradient(135deg, #0c44a0 50%, #1058cf 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$base_color', endColorstr='lighten($base_color, 10%)', GradientType=1);
    color: #FFFFFF;
    font-weight: 500;
    text-align: center;
    letter-spacing: .2rem;
    border: 1px solid #0c44a0;
    text-indent: .5em
}

.btn01 a:after {
    font-family: 'FontAwesome';
    content: "\f138";
    margin-left: 10px
}

.btn01 a:hover {
    background: #1058cf
}

.btn02 {
    width: 300px;
    margin: 30px auto 0
}

.btn02 a {
    display: block;
    position: relative;
    padding: 18px 0 18px 35px;
    background-color: #8dcbff;
    line-height: 24px;
    letter-spacing: 2px;
    color: #FFFFFF
}

.btn02 a i {
    display: block;
    position: absolute;
    top: 50%;
    right: -10px;
    width: 68px;
    height: 1px;
    background-color: #FFFFFF;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.btn02 a:hover i {
    width: 34px
}

.more {
    margin-top: 15px;
    color: #0c44a0;
    text-align: right;
    font-size: 1.3rem;
    font-weight: bold
}

.more:before {
    font-family: 'FontAwesome';
    content: "\f138";
    margin-right: 5px
}

.newsbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.newsbox .news-ttl {
    width: 170px;
    font-size: 2.5rem;
    border-right: 3px solid #333333;
    line-height: 1.2;
    text-align: center
}

.newsbox .news-ttl span {
    font-size: 1.2rem;
    display: block;
    color: #0c44a0
}

.newsbox .news-bx {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 8px 0 0 50px
}

.news-bl dt {
    float: left;
    width: 7em
}

.news-bl dd {
    padding: 0 0 10px 8em;
    border-bottom: 1px dotted #aaa;
    margin: 0 0 10px
}

.news-bl dd:last-child {
    margin: 0;
    border-bottom: none
}

.tbl {
    width: 100%
}

.tbl th,
.tbl td {
    vertical-align: middle;
    border: 1px solid #CCCCCC;
    padding: 10px
}

.tbl th {
    background: #F3F3F3
}

.bosyu th {
    width: 25%;
    box-sizing: border-box;
}

.bosyu td {
    width: 75%;
    box-sizing: border-box;
}

.tbl01 th {
    width: 20%
}

.tbl_new {
    width: 100%
}

.tbl_new tr th,
.tbl_new tr td {
    vertical-align: top;
    padding: 10px
}

.tbl_new tr:nth-child(odd) th,
.tbl_new tr:nth-child(odd) td {
    background: #F3F3F3
}

.company {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 5px
}

.company th,
.company td {
    padding: 10px;
    vertical-align: middle
}

.company th {
    text-align: left;
    width: 20%;
    position: relative;
    background: #0c44a0;
    color: #FFFFFF;
    font-weight: normal
}

.company th::after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: #fafafa;
    border-width: 10px;
    border-left-color: #0c44a0;
    margin-top: -10px
}

.company td {
    background: #fafafa;
    padding-left: 20px
}

.ggmap {
    position: relative;
    padding-bottom: 46.25%;
    height: 0;
    overflow: hidden
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.column3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.column3 .child {
    width: 31.3%;
    margin: 0 3% 3% 0
}

.column3 .child:nth-child(3n) {
    margin: 0 0 3% 0
}

.column4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.column4 .child {
    width: 22.7%;
    margin-right: 3%
}

.column4 .child:nth-child(4n) {
    margin-right: 0
}

.item {
    padding: 10px 10px 20px;
    position: relative;
    border: 1px solid #CECECE;
    background: #F0F0F0;
    -webkit-box-shadow: 1px 1px 1px #ECECEC;
    box-shadow: 1px 1px 1px #ECECEC
}

.item .inner {
    background: #FFFFFF;
    padding: 10px;
    -webkit-box-shadow: 1px 2px 2px #DEDEDE;
    box-shadow: 1px 2px 2px #DEDEDE
}

.item .inner a {
    display: block;
    color: #333333
}

.item .inner a:hover .more {
    color: #1058cf
}

.voice_faq {
    padding-top: 20px
}

.voice_faq dt {
    position: relative;
    border-top: solid 1px #D8D8D8;
    padding: 10px 0 25px 72px
}

.voice_faq dt span {
    position: absolute;
    left: 0;
    top: -20px;
    display: block;
    width: 56px;
    line-height: 56px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 2rem;
    background: #0c44a0;
    font-family: 'Crimson Text', serif;
    font-weight: 100;
    letter-spacing: 0.05rem
}

.voice_faq dd {
    position: relative;
    padding: 0 40px 45px 72px
}

.voice_faq dd span {
    position: absolute;
    left: 22px;
    top: -4px;
    display: block;
    font-size: 2rem;
    font-family: 'Crimson Text', serif;
    font-weight: 100;
    letter-spacing: 0.05rem;
    color: #f98c44
}

.point {
    position: relative;
    margin-bottom: 15px
}

.point p {
    position: absolute;
    bottom: -13px;
    left: 50%;
    margin-left: -18.5px;
    width: 37px;
    height: 37px;
    padding-top: 9px;
    border: 3px solid #FFFFFF;
    background: #0c44a0;
    color: #FFFFFF;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    line-height: 1em;
    border-radius: 18.5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.parent {
    position: relative;
    margin-top: 20px
}

.parent .ttl {
    position: absolute;
    top: -20px;
    left: -10px;
    text-align: center;
    background: #0c44a0;
    display: block;
    width: 100%;
    max-width: 240px;
    color: #ffffff;
    padding: 3px 0;
    font-size: 1.6rem;
    margin: 0 auto
}

.parent .child {
    padding: 30px 20px 20px;
    border: 1px solid #e5e5e5;
    background-color: #FFF
}

.gallery_ul li {
    float: left;
    width: 31.3%;
    margin: 0 3% 3% 0;
    text-align: center
}

.gallery_ul li:nth-child(3n) {
    margin: 0 0 3% 0
}

.gallery_ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 206px
}

.gallery_ul li span {
    display: block;
    margin-top: 5px
}

.list_common li {
    padding-bottom: 10px;
    padding-left: 1rem;
    margin-bottom: 10px;
    border-bottom: 1px dotted #e5e5e5
}

.list_common li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none
}

.list_common li:before {
    font-family: 'FontAwesome';
    content: "\f111";
    margin: 0 5px 0 -1rem;
    color: #ff8a50
}

.list_common li li {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none
}

.list_common li li:before {
    display: none
}

.list_check li:before {
    content: "\f058"
}

.list_note {
    font-size: 1.3rem
}

.list_note li {
    margin-bottom: 5px;
    padding-left: 1.5em
}

.list_note li:last-child {
    margin-bottom: 0
}

.list_note li:before {
    content: "※";
    margin: 0 5px 0 -1.5em;
    color: #FF0000
}

.rounded-list {
    counter-reset: li;
    padding-left: 1em;
    list-style: none
}

.rounded-list li {
    position: relative;
    padding: .4em .4em .4em 2em;
    margin: .5em 0;
    background: #fafafa;
    border-radius: .3em;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.rounded-list li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -1.3em;
    top: 50%;
    margin-top: -1.3em;
    background: #0c44a0;
    color: #FFFFFF;
    height: 2em;
    width: 2em;
    line-height: 2em;
    border: .3em solid #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 2em;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

#contact_box {
    background: #fafafa;
    padding: 20px;
    margin-bottom: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#contact_box .box_image,
#contact_box .box_detail {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#contact_box.contact01 .box_image,
#contact_box.contact01 .box_detail {
    height: 195px
}

#contact_box .box_image {
    float: left;
    width: 44%;
    overflow: hidden
}

#contact_box .box_detail {
    float: right;
    width: 56%;
    padding: 0 15px
}

#contact_box .box_detail .tel_text {
    font-size: 3.5rem;
    font-weight: bold;
    color: #0c44a0;
    text-align: center
}

#contact_box .box_detail .mtitle_box {
    font-size: 2rem;
    font-weight: 500;
    text-align: center
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 60px;
    padding: 15px 0;
    background: #8dcbff
}

.flex li {
    width: 33%;
    margin-right: .5%
}

.flex li:last-child {
    margin-right: 0
}

.snip1445 {
    position: relative;
    overflow: hidden;
    min-width: 230px;
    max-width: 100%;
    height: 300px;
    width: 100%;
    text-align: center;
    font-size: 1.3rem;
    color: #FFFFFF
}

.snip1445 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.55s ease;
    transition: all 0.55s ease
}

.snip1445 *:before,
.snip1445 *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.55s ease;
    transition: all 0.55s ease
}

.snip1445 img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    vertical-align: top
}

.snip1445 figcaption {
    position: absolute;
    bottom: 25px;
    right: 25px;
    padding: 10px 10px 10px
}

.snip1445 figcaption:before,
.snip1445 figcaption:after {
    height: 1px;
    width: 100%;
    position: absolute;
    content: '';
    background-color: #FFFFFF
}

.snip1445 figcaption:before {
    top: 0;
    left: 0;
    -webkit-transform: translateX(200%);
    transform: translateX(200%)
}

.snip1445 figcaption:after {
    bottom: 0;
    right: 0;
    -webkit-transform: translateX(-300%);
    transform: translateX(-300%)
}

.snip1445 figcaption div:before,
.snip1445 figcaption div:after {
    width: 1px;
    height: 300px;
    position: absolute;
    content: '';
    background-color: #ffffff
}

.snip1445 figcaption div:before {
    top: 0;
    left: 0;
    -webkit-transform: translateY(200%);
    transform: translateY(200%)
}

.snip1445 figcaption div:after {
    bottom: 0;
    right: 0;
    -webkit-transform: translateY(-300%);
    transform: translateY(-300%)
}

.snip1445 h2,
.snip1445 h4 {
    text-transform: uppercase;
    width: 200px;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    color: #0c44a0
}

.snip1445 h2 {
    font-size: 2rem;
    font-weight: normal
}

.snip1445 .click {
    display: block;
    width: 200px;
    margin-left: auto;
    background-color: #0c44a0;
    padding: 3px 10px;
    color: #FFFFFF;
    text-shadow: #fff 0px 0px 0px
}

.snip1445 a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.snip1445:hover img,
.snip1445.hover img {
    zoom: 1;
    filter: alpha(opacity=50);
    -webkit-opacity: .4;
    opacity: .4
}

.snip1445:hover figcaption:before,
.snip1445.hover figcaption:before,
.snip1445:hover figcaption:after,
.snip1445.hover figcaption:after,
.snip1445:hover figcaption div:before,
.snip1445.hover figcaption div:before,
.snip1445:hover figcaption div:after,
.snip1445.hover figcaption div:after {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.snip1445:hover figcaption:before,
.snip1445.hover figcaption:before,
.snip1445:hover figcaption:after,
.snip1445.hover figcaption:after {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s
}

.carousel {
    padding: 0 20px
}

.tbbr,
.spbr {
    display: none
}

.cut {
    overflow: hidden;
    zoom: 1
}

.date {
    margin-bottom: 20px
}

.page_title_box {
    background: #F3F3F3;
    padding: 10px 0;
    margin-bottom: 15px
}

.page_title_box .inner {
    background: url(../img/bg_page_title_box.jpg) no-repeat center;
    background-size: cover;
    padding: 100px 0
}

.page_title_box .page_title {
    text-align: center;
    color: #FFFFFF;
    font-size: 4.5rem;
    line-height: 1.2;
    -webkit-text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.8);
    -moz-text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.8);
    -ms-text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.8);
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.8)
}

.page_title_box .page_title span {
    display: block;
    font-size: 1.5rem
}

.breadcrumb {
    margin: 0 auto 40px;
    width: 1000px;
    padding-left: 0;
    font-size: 1.4rem
}

.breadcrumb li {
    display: inline
}

.breadcrumb li+li:before {
    margin: 0 10px;
    content: ">"
}

.breadcrumb li .home {
    font-family: 'FontAwesome'
}

.form dl dt {
    float: left;
    width: 280px;
    padding-top: 20px
}

.form dl dt span {
    color: #fff;
    background: #FF4F4F;
    padding: 0 5px 0;
    margin-right: 5px;
    font-size: 11px;
    border-radius: 2px;
    position: relative;
    top: -2px
}

.form dl dd {
    padding-left: 280px;
    padding-bottom: 20px;
    padding-top: 23px;
    line-height: 1.5;
    border-bottom: 1px solid #eee
}

.form dl dd:last-child {
    border-bottom: none
}

.form .textarea,
.form textarea {
    border: 1px solid #ddd;
    padding: 5px;
    width: 80%;
    border-radius: 0;
    -webkit-appearance: none
}

.form .textarea {
    height: 20px
}

.form .textarea02 {
    width: 37.5%;
    margin-right: 3%
}

.form .textarea02:last-child {
    margin-right: 0
}

.form .textarea03 {
    width: 20%;
    margin-right: 1%
}

.form button {
    cursor: pointer;
    position: relative;
    display: block;
    color: #FFFFFF;
    text-align: center;
    background: linear-gradient(135deg, #0c44a0 50%, #1058cf 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$base_color', endColorstr='lighten($base_color, 10%)', GradientType=1);
    border: 1px solid #0c44a0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 0;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.6rem;
    font-weight: bold;
    width: 300px;
    margin: 0 auto
}

.form button:hover {
    background: #1058cf
}

.form button:before {
    font-family: 'FontAwesome';
    font-weight: normal;
    content: "\f0e0";
    margin-right: 10px
}

.form .select-wrap {
    position: relative;
    overflow: hidden;
    display: inline-block;
    min-width: 192px;
    min-width: 12em;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    color: #333
}

.form .select-wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    z-index: 2;
    display: block;
    width: 200%;
    width: -webkit-calc(100% + 5em);
    margin: 0;
    padding: 11px 35px 11px 11px;
    padding: .6875rem 2.1875rem .6875rem .6875rem;
    background: transparent;
    border: 0;
    outline: none;
    line-height: 1.5
}

.form .entypo-down-open-mini:before {
    font-family: "FontAwesome";
    content: "\f0ab";
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 12px;
    right: .75rem;
    margin-top: -8px;
    margin-top: -.5rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    color: #0c44a0
}

.form label.radio_text {
    cursor: pointer;
    position: relative;
    margin-right: 20px;
    overflow: hidden;
    padding-left: 20px;
    display: inline-block
}

.form label.radio_text:before {
    position: absolute;
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
    border-radius: 50%;
    left: 0px;
    top: 2px;
    content: '';
    z-index: 3
}

.form label.radio_text:after {
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 100%;
    left: 3px;
    top: 5px;
    background-color: #0c44a0;
    z-index: 1
}

.form label.radio_text input[type="radio"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    position: absolute;
    z-index: 2;
    width: 20px;
    height: 20px;
    left: -23px;
    top: 0px;
    margin: 0px;
    -webkit-box-shadow: 20px -1px #FFFFFF;
    box-shadow: 20px -1px #FFFFFF
}

.form label.radio_text input[type="radio"]:checked {
    -webkit-box-shadow: none;
    box-shadow: none
}

.form label.radio_text input[type="radio"]:focus {
    opacity: 0.2;
    -webkit-box-shadow: 20px -1px #FFF;
    box-shadow: 20px -1px #FFF
}

.form label.checkbox_text {
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 20px;
    overflow: hidden;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.form label.checkbox_text:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0px;
    top: 0;
    border: 1px solid #ccc;
    z-index: 3
}

.form label.checkbox_text:after {
    content: '';
    position: absolute;
    top: 40%;
    left: 5px;
    display: block;
    margin-top: -9px;
    width: 8px;
    height: 12px;
    border-right: 3px solid #0c44a0;
    border-bottom: 3px solid #0c44a0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1
}

.form label.checkbox_text input[type="checkbox"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    position: absolute;
    left: -40px;
    width: 20px;
    height: 20px;
    display: block;
    -webkit-box-shadow: 41px 0px #FFF;
    box-shadow: 41px 0px #FFF;
    z-index: 2;
    margin: 0px;
    padding: 0px
}

.form label.checkbox_text input[type="checkbox"]:checked {
    -webkit-box-shadow: none;
    box-shadow: none
}

.form label.checkbox_text input[type="checkbox"]:checked:focus {
    -webkit-box-shadow: 40px 0px #666;
    box-shadow: 40px 0px #666;
    opacity: 0.1
}

.form label.checkbox_text input[type="checkbox"]:focus {
    -webkit-box-shadow: 41px 0px #EEE;
    box-shadow: 41px 0px #EEE
}

.business-bnr-area .sp-only {
    display: none
}

@media screen and (max-width: 768px) {
    .business-bnr-area .sp-only {
        display: block
    }

    .business-bnr-area .pc-only {
        display: none
    }
}

.mtitle-2 {
    font-size: 2rem;
    margin-bottom: 10px;
    color: #0c44a0
}

@media screen and (max-width: 768px) {
    .mtitle-2 {
        font-size: 1.6rem
    }
}

.business-faq {
    width: 56%;
    margin: 40px auto 0;
    text-align: center
}

@media screen and (max-width: 768px) {
    .business-faq {
        width: 100%
    }
}

.business-faq .faq-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.business-faq .faq-box .faq-pic img {
    width: 70%
}

@media screen and (max-width: 768px) {
    .business-faq .faq-box .faq-pic img {
        width: 64%
    }
}

.business-faq .faq-box .faq-txt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 16px 0 0 8px;
    text-align: left;
    font-size: 1.8rem;
    color: #0c44a0
}

@media screen and (max-width: 768px) {
    .business-faq .faq-box .faq-txt {
        width: 100%;
        margin: 16px 0 0 0;
        font-size: 1.4rem
    }
}

.business-faq .faq-box-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.business-faq .faq-box-2 .faq-pic img {
    width: 70%
}

.business-faq .faq-box-2 .faq-txt {
    width: 74%;
    margin: 16px 0 0 0;
    text-align: left;
    font-size: 1.8rem;
    color: #0c44a0
}

@media screen and (max-width: 768px) {
    .business-faq .faq-box-2 .faq-txt {
        width: 100%;
        font-size: 1.4rem
    }
}

.business-faq .faq-box-2 .faq-txt .txt-start {
    text-align: right !important
}

@media screen and (max-width: 768px) {
    .business-faq .faq-box-2 .faq-txt .txt-start {
        text-align: left !important
    }
}

.form-contents .submit-btn{
    background: #0c44a0!important;
    border: solid 2px #0c44a0!important;
  }
  .form-contents :not(.pattern-exclusion) button:hover {
    color: #0c44a0!important;
    background: #fff!important;
    border: solid 2px #0c44a0!important;
  }
  .form-contents .submit-btn:hover::before {
        background-color: #0c44a0!important;
  }

/*# sourceMappingURL=basis.css.map */