﻿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;
    transition: all 0.3s ease
}

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

#header {
    border-top: 5px solid #0c44a0
}

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

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

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

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

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

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

#header .inner #head_right #mail {
    float: right
}

#header .inner #head_right #mail a {
    display: block;
    background: -moz-linear-gradient(-45deg, #0c44a0 50%, #1058cf 50%);
    background: -webkit-linear-gradient(-45deg, #0c44a0 50%, #1058cf 50%);
    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: #1058cf
}

#navi {
    background: -moz-linear-gradient(top, #fff 0%, #fefefe 50%, #eee 50%, #eee 100%);
    background: -webkit-linear-gradient(top, #fff 0%, #fefefe 50%, #eee 50%, #eee 100%);
    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: 1px solid #CCCCCC;
    padding: 15px 0
}

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

#navi ul li {
    float: left;
    width: 200px;
    border-left: 1px solid #CCCCCC;
    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;
    font-size: .7rem;
    color: #0c44a0
}

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

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

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

#page-top a {
    display: block;
    background: #FFFFFF;
    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: 20%;
    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 #cbe6fd;
    text-align: center
}

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

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

#sp_navi {
    display: none
}

#visual {
    margin-bottom: 105px;
    height: 429px;
    position: relative
}

#visual:before,
#visual:after {
    position: absolute;
    content: "";
    display: block;
    z-index: 999
}

#visual:before {
    background: url(../img/visual_before.png) no-repeat left top;
    top: 0;
    left: 0;
    width: 1170px;
    height: 32px
}

#visual:after {
    background: url(../img/visual_after.png) no-repeat right bottom;
    right: 0;
    bottom: 0;
    width: 1570px;
    height: 39px
}

#visual .visual_img {
    position: relative;
    margin: -150px auto 0;
    width: 805px;
    z-index: 1000
}

.bxslider li {
    height: 429px
}

.bxslider li.slide_01 {
    background: url(../img/bg_slide_01.jpg) no-repeat center;
    background-size: cover
}

.bxslider li.slide_02 {
    background: url(../img/bg_slide_02.jpg) no-repeat center;
    background-size: cover
}

.bxslider li.slide_03 {
    background: url(../img/bg_slide_03.jpg) no-repeat center;
    background-size: cover
}

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

.bg_contact .inner {
    background: rgba(0, 0, 0, 0.5);
    padding: 80px 0
}

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

.contact_bnr {
    text-align: center
}

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

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

.contact_bnr li .bnr_tel:before {
    font-family: 'FontAwesome';
    font-weight: normal;
    content: "\f095";
    margin-right: 10px
}

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

.contact_bnr li .bnr_mail {
    border: 1px solid #0c44a0;
    background: -moz-linear-gradient(-45deg, #0c44a0 50%, #1058cf 50%);
    background: -webkit-linear-gradient(-45deg, #0c44a0 50%, #1058cf 50%);
    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 {
    font-family: 'FontAwesome';
    font-weight: normal;
    content: "\f0e0";
    margin-right: 10px
}

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

.contact_bnr li .bnr_search {
    border: 1px solid #f98c44;
    background: #f98c44;
    color: #FFFFFF
}

.contact_bnr li .bnr_search:before {
    font-family: 'FontAwesome';
    font-weight: normal;
    content: "\f002";
    margin-right: 10px
}

.contact_bnr li .bnr_search:hover {
    background: #fbaa75
}

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

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

.lsingle,
.rsingle {
    width: 48.44%
}

.lsingle {
    float: left
}

.rsingle {
    float: right
}

.bg01 {
    background: url(../img/bg01.png) no-repeat center;
    background-size: cover;
    padding: 150px 0 280px
}

.bg01 .single {
    margin-bottom: 0
}

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

.bg01 .top_detail .inner {
    padding: 40px;
    background: #FFFFFF
}

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

#main .single {
    width: 100%
}

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

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

.mtitle_big.mtitle_big_white {
    color: #FFFFFF
}

.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;
    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_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_line {
    font-size: 1.8rem;
    border-bottom: 1px solid #EEEEEE;
    position: relative;
    margin-bottom: 10px
}

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

.mtitle {
    font-size: 2.5rem;
    color: #0c44a0;
    margin-bottom: 20px;
    text-align: center
}

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

.btn01 a {
    display: block;
    padding: 16px 0;
    background: #0c44a0;
    color: #FFFFFF;
    text-align: center;
    letter-spacing: .2rem;
    border: 1px solid #0c44a0;
    text-indent: .5em
}

.btn01 a:after {
    content: "→";
    margin-left: .5em
}

.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: #FFFFFF;
    border: 1px solid #0c44a0;
    line-height: 24px;
    letter-spacing: 2px;
    color: #0c44a0;
    text-align: left;
    font-weight: bold
}

.btn02 a i {
    display: block;
    position: absolute;
    top: 50%;
    right: -10px;
    width: 68px;
    height: 1px;
    background-color: #0c44a0;
    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: 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 {
    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
}

.tbl .cell01 {
    width: 15%;
    text-align: center
}

.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%
}

.column4 {
    display: flex;
    justify-content: start;
    flex-wrap: wrap
}

.column4 .child {
    width: 22.7%;
    margin: 0 3% 3% 0;
    position: relative
}

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

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

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

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

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

.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;
    box-sizing: border-box
}

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

.parent .ttl {
    position: absolute;
    top: -20px;
    left: -10px;
    text-align: center;
    background: #ff8a50;
    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: flex;
    justify-content: 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
}

.list_item {
    display: flex;
    justify-content: start;
    flex-wrap: wrap
}

.list_item li {
    width: 24.2%;
    margin: 0 1% 1% 0;
    position: relative;
    background: #fafafa;
    padding: 10px;
    box-sizing: border-box
}

.list_item li:nth-child(4n) {
    margin: 0 0 1% 0
}

.list_item li:before {
    font-family: 'FontAwesome';
    content: "\f058";
    margin-right: 5px;
    color: #0c44a0
}

.concept-wrap {
    position: relative;
    padding: 50px 0
}

.concept-wrap.concept-wrap_top {
    margin-bottom: 60px
}

.concept-wrap .bg-back {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #F3F3F3;
    width: 50%;
    height: 100%
}

.concept-wrap .concept-inner {
    position: relative;
    display: table;
    margin: 0 auto;
    width: 100%;
    max-width: 1000px
}

.concept-wrap .figure {
    position: absolute;
    top: 0;
    right: 0;
    display: table-cell;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    width: 74%;
    height: 100%
}

.concept-wrap .fig01 {
    background-image: url("../img/fig_01.jpg")
}

.concept-wrap .in-wrap {
    position: relative;
    float: left;
    width: 530px;
    padding: 50px 0
}

.concept-wrap .in-wrap .concept-box {
    background-color: rgba(255, 255, 255, 0.9);
    width: 470px;
    padding: 30px
}

.concept-wrap .in-wrap .concept-box .conts-ttl {
    width: 300px;
    margin: 0 auto 15px
}

.concept-wrap .in-wrap .concept-box .conts-sub-ttl {
    font-size: 2.5rem;
    color: #0c44a0;
    margin-bottom: 20px;
    text-align: center
}

.bnr {
    background: #0c44a0;
    color: #FFFFFF;
    margin-bottom: 60px
}

.bnr .bnr_list {
    float: left;
    width: 50%;
    margin: 50px 0;
    padding: 0 10px;
    position: relative;
    border-right: 1px solid #051c41;
    box-sizing: border-box
}

.bnr .bnr_list:after {
    content: '';
    position: absolute;
    height: 11px;
    width: 35px;
    top: -50px;
    left: 50%;
    margin-left: -17px;
    background: url(../img/bg_arrow.png) no-repeat
}

.bnr .bnr_list:last-child {
    border-right: none
}

.bnr .bnr_list .ico {
    margin-bottom: 15px;
    text-align: center
}

.bnr .bnr_list .bnr_dl dd {
    text-align: center
}

.pickup {
    margin-bottom: 30px;
    border: 1px solid #CCCCCC
}

.pickup:last-child {
    margin-bottom: 0
}

.pickup .image,
.pickup .detail_box {
    float: left;
    box-sizing: border-box;
    transition: all 0.8s ease;
    overflow: hidden
}

.pickup .image {
    width: 50%;
    height: 260px
}

.pickup .image img {
    transition: all 0.4s ease;
    width: 100%
}

.pickup .image:hover img {
    opacity: 1 !important;
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.pickup:nth-child(2n) .image {
    float: right
}

.pickup .detail_box {
    width: 50%;
    padding: 20px;
    background: #FFFFFF;
    position: relative;
    text-align: center
}

.pickup .detail_box .pickup_ttl {
    margin-bottom: 10px;
    font-size: 1.4rem;
    letter-spacing: .2rem;
    line-height: 1.2
}

.pickup .detail_box .pickup_ttl span {
    font-size: 2rem;
    color: #cbe6fd
}

.list_flow li {
    margin-bottom: 10px;
    padding-bottom: 10px
}

.list_flow li:last-child {
    margin-bottom: 0;
    padding-bottom: 0
}

.list_flow li dl {
    display: table;
    width: 100%
}

.list_flow li dl dt {
    display: table-cell;
    padding: 10px 0;
    border: 1px solid #0c44a0;
    width: 100px;
    background: #0c44a0;
    font-weight: bold;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    line-height: 1.2
}

.list_flow li dl dt .num {
    display: block;
    font-size: 2rem
}

.list_flow li dl dd {
    display: table-cell;
    background: #FFFFFF;
    padding: 15px 20px;
    border-top: 1px solid #0c44a0;
    border-right: 1px solid #0c44a0;
    border-bottom: 1px solid #0c44a0;
    vertical-align: middle
}

.date {
    margin-bottom: 20px
}

.tbbr,
.spbr {
    display: none
}

.cut {
    overflow: hidden;
    zoom: 1
}

.en_logo {
    margin: 0 auto 20px;
    width: 350px
}

.page_title_box {
    position: relative;
    margin-bottom: 20px;
    padding: 80px 0;
    background: url(../img/bg_slide_03.jpg) no-repeat center;
    background-size: cover
}

.page_title_box:before,
.page_title_box:after {
    position: absolute;
    content: "";
    display: block;
    z-index: 999
}

.page_title_box:before {
    background: url(../img/visual_before.png) no-repeat left top;
    top: 0;
    left: 0;
    width: 1170px;
    height: 32px
}

.page_title_box:after {
    background: url(../img/visual_after.png) no-repeat right bottom;
    right: 0;
    bottom: 0;
    width: 1570px;
    height: 39px
}

.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,
.form .form-pattern-1 .submit-btn {
    cursor: pointer;
    position: relative;
    display: block;
    color: #FFFFFF;
    text-align: center;
    border: 1px solid #0c44a0;
    background: -moz-linear-gradient(-45deg, #0c44a0 50%, #1058cf 50%);
    background: -webkit-linear-gradient(-45deg, #0c44a0 50%, #1058cf 50%);
    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;
    box-sizing: border-box;
    padding: 15px 0;
    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,
.form .form-pattern-1 .submit-btn:hover {
    background: #1058cf
}

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

.form .form-contents {
    padding-top: 0;
}

.form .form-pattern-1 dd:not(.pattern-exclusion) .textarea {
    border-radius: 0;
}

.form .form-contents dd:not(.pattern-exclusion) input.textarea03 {
    width: 20%;
}

.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;
    box-shadow: 20px -1px #FFFFFF
}

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

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

.form label.checkbox_text {
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 20px;
    overflow: hidden;
    display: inline-block;
    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;
    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;
    box-shadow: 41px 0px #FFF;
    z-index: 2;
    margin: 0px;
    padding: 0px
}

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

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

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

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