﻿body {
    color: #323232;
    font-family: "YakuHanJP", 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;
    letter-spacing: .05rem;
    -webkit-font-smoothing: antialiased
}

a {
    color: #76aad7;
    text-decoration: none;
    transition: all 0.3s ease
}

a:hover {
    color: #3478b3
}

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

@keyframes view-zoomin {
    0% {
        opacity: 0;
        transform: scale(0.95)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes view-slideup {
    0% {
        opacity: 0;
        transform: translate(0, 35px)
    }

    100% {
        opacity: 1;
        transform: translate(0, 0)
    }
}

.animation {
    opacity: 0
}

.slideup.on {
    opacity: 1;
    animation: view-slideup 0.65s cubic-bezier(0.2, 1, 0.2, 1)
}

.zoomin.on {
    opacity: 1;
    animation: view-zoomin 0.65s cubic-bezier(0.2, 1, 0.2, 1)
}

@keyframes hd-scrolled {
    0% {
        opacity: 0;
        transform: translate(0, -100%)
    }

    100% {
        opacity: 1;
        transform: translate(0, 0)
    }
}

#header .inner {
    margin: 0 auto;
    width: 1024px;
    padding: 20px 0 30px
}

#header .inner #logo {
    margin: 0 auto;
    width: 350px
}

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

#header .inner #head_right #tel {
    float: left;
    margin-right: 10px;
    font-size: 1.2rem;
    line-height: 1.1;
    text-align: right
}

#header .inner #head_right #tel span {
    font-size: 3.8rem;
    font-weight: 500;
    letter-spacing: 0
}

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

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

#header .inner #head_right #mail a {
    display: block;
    background: url(../img/bg_footer.png) repeat center center;
    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 {
    opacity: .6
}

#navi {
    margin-bottom: 30px
}

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

#navi ul li {
    display: inline-block
}

#navi ul li a {
    display: block;
    position: relative;
    margin: 0 5px;
    padding: 10px 26px;
    border: 1px solid transparent;
    border-radius: 5px;
    color: #333333;
    font-weight: bold
}

#navi ul li a:hover {
    border: 1px solid #4f92cb;
    color: #4f92cb
}

#navi.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(255, 255, 255, 0.8)
}

#top #navi ul li .navi_01 {
    border: 1px solid #76aad7;
    border-radius: 5px;
    color: #76aad7
}

#service #navi ul li .navi_02 {
    border: 1px solid #4f92cb;
    border-radius: 5px;
    color: #4f92cb
}

#flow #navi ul li .navi_03 {
    border: 1px solid #4f92cb;
    border-radius: 5px;
    color: #4f92cb
}

#works #navi ul li .navi_04 {
    border: 1px solid #4f92cb;
    border-radius: 5px;
    color: #4f92cb
}

#company #navi ul li .navi_05 {
    border: 1px solid #4f92cb;
    border-radius: 5px;
    color: #4f92cb
}

#contact #navi ul li .navi_06 {
    border: 1px solid #4f92cb;
    border-radius: 5px;
    color: #4f92cb
}

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

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

#page-top a:hover {
    background: #76aad7;
    color: #FFFFFF
}

#footer {
    background: url(../img/bg_footer.png) repeat center center;
    padding: 30px 0;
    margin-top: 50px
}

#footer .inner {
    width: 1024px;
    margin: 0 auto
}

#footer .inner .footer_contact {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

#footer .inner .footer_contact .contact_detail {
    width: 36%
}

#footer .inner .footer_contact .contact_detail #footer_logo {
    margin-bottom: 10px
}

#footer .inner .footer_contact .contact_navi {
    width: 50%
}

#footer .inner .footer_contact .contact_navi .foot_navi li {
    float: left;
    width: 33.3%;
    margin-bottom: 20px
}

#footer .inner .footer_contact .contact_navi .foot_navi li a {
    color: #323232;
    position: relative;
    padding-left: 20px;
    font-size: 1.3rem
}

#footer .inner .footer_contact .contact_navi .foot_navi li a:before {
    content: "";
    background-color: #FFFFFF;
    width: 10px;
    height: 4px;
    position: absolute;
    top: .6em;
    left: 0
}

#footer .inner .footer_contact .contact_navi .foot_navi li a:hover {
    color: #FFFFFF
}

#footer .inner .copyright {
    margin-top: 10px;
    font-size: 1.2rem
}

.bg_contact {
    background: #F9F9F9;
    padding: 70px 0
}

.bg_contact .single {
    padding-bottom: 0
}

.contact_bnr {
    text-align: center
}

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

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

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

.contact_bnr li .bnr_tel:hover {
    background: #76aad7;
    color: #FFFFFF
}

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

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

.contact_bnr li .bnr_mail {
    border: 1px solid #451406;
    background: #FFFFFF;
    color: #451406
}

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

.contact_bnr li .bnr_mail:hover {
    background: #451406;
    color: #FFFFFF
}

.contact_bnr li a,
.contact_bnr li span {
    display: block;
    padding: 8px 5px;
    width: 250px;
    color: #FFFFFF;
    font-weight: 500;
    border-radius: 25px
}

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

.slideshow {
    margin: 0 auto 70px;
    width: 1024px
}

.swiper-slide {
    padding: 20rem 0
}

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

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

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

.slide04 {
    background: url(../img/bg_slide_04.jpg) no-repeat center;
    background-size: cover
}

.single {
    width: 1024px;
    margin: 0 auto;
    padding-bottom: 70px
}

.single_02 {
    width: 720px
}

.mbox {
    box-sizing: border-box;
    box-shadow: 0 -4px 4px -2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 -4px 4px -2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 -4px 4px -2px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.8);
    padding: 40px 20px
}

.mbox_02 {
    background: #FFFFFF;
    padding: 30px;
    width: 100%;
    box-sizing: border-box
}

.bg01 {
    background: #76aad7;
    color: #FFFFFF;
    margin-bottom: 60px;
    padding: 60px 0
}

.bg01 .single {
    padding-bottom: 0
}

#main {
    float: left;
    width: 70%
}

#side {
    float: right;
    width: 26%
}

.policy {
    border: 1px solid #DDDDDD;
    padding: 15px
}

.mtitle-big {
    margin-bottom: 30px;
    font-size: 1.3rem;
    font-weight: 500;
    text-align: center;
    color: #FFFFFF;
    -webkit-text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
    -moz-text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
    -ms-text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3)
}

.mtitle-big span {
    display: block;
    font-size: 3.5rem
}

.mtitle {
    overflow: hidden;
    text-align: center;
    margin-bottom: 30px;
    font-size: 1.3rem;
    font-weight: 500;
    color: #76aad7
}

.mtitle span {
    position: relative;
    display: inline-block;
    padding: 0 1em;
    margin: 0 6.5em;
    display: block;
    font-size: 3.5rem;
    color: #451406
}

.mtitle span::before,
.mtitle span::after {
    position: absolute;
    top: 50%;
    content: '';
    width: 400%;
    height: 1px;
    background-color: #CCCCCC
}

.mtitle span::before {
    right: 100%
}

.mtitle span::after {
    left: 100%
}

.mtitle_point {
    margin-bottom: 15px;
    font-size: 1.7rem;
    font-weight: 500;
    position: relative;
    text-align: center
}

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

.mtitle-bll {
    color: #451406;
    font-size: 1.8rem;
    font-weight: 500;
    border-bottom: 1.5px solid #DDDDDD;
    position: relative;
    margin-bottom: 15px;
    text-indent: 1.8rem
}

.mtitle-bll:after {
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f105";
    display: block;
    border-bottom: 1.5px solid #76aad7;
    bottom: -1.5px;
    width: 100px;
    text-indent: 2px;
    color: #AAAAAA
}

.mtitle_bnr {
    color: #451406;
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 10px
}

.mtitle_category {
    margin-bottom: 15px;
    font-size: 1.8rem;
    font-weight: 500
}

.mtitle_category:before {
    font-family: 'FontAwesome';
    font-weight: normal;
    content: "\f0ca";
    margin-right: 5px;
    color: #76aad7
}

.mtitle_flow {
    border-bottom: 1px dotted #DDDDDD;
    margin-bottom: 10px;
    color: #76aad7;
    font-size: 1.8rem;
    font-weight: 500
}

.mtitle_middle {
    background: #F9F9F9;
    border-left: 10px solid #76aad7;
    padding: 10px;
    margin-bottom: 20px;
    color: #451406;
    font-size: 2rem;
    font-weight: 500
}

.btn01 a {
    color: #76aad7;
    text-align: center;
    width: 250px;
    margin: 0 auto;
    display: block;
    padding: 8px 5px;
    font-weight: 500;
    background: #451406;
    border: 1px solid #451406;
    border-radius: 25px;
    color: #FFFFFF
}

.btn01 a:hover {
    background: #FFFFFF;
    color: #451406
}

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

.news-bl {
    overflow: hidden
}

.news-bl dt {
    float: left;
    width: 7em;
    padding: 3px 5px;
    line-height: 1.3;
    background: #76aad7;
    color: #FFFFFF;
    text-align: center
}

.news-bl dd {
    padding: 0 0 10px 9em;
    line-height: 1.6;
    border-bottom: 1px dotted #DDDDDD;
    margin: 0 0 10px
}

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

.bg-greet {
    background: url(../img/bg-greet.jpg) no-repeat center bottom fixed;
    background-size: cover;
    width: 100%;
    height: 300px;
    margin-bottom: -200px
}

.tbl {
    width: 100%
}

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

.tbl th {
    background: url(../img/bg_footer.png) repeat center center;
    color: #FFFFFF;
    font-weight: 500;
    text-align: left
}

.tbl th span {
    font-size: 1.4rem
}

.tbl01 th {
    width: 32%
}

.tbl_new {
    width: 100%
}

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

.tbl_new tr th {
    font-weight: 500
}

.tbl_new tr th span {
    font-size: 1.4rem
}

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

.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: url(../img/bg_footer.png) repeat center center;
    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: #F9F9F9;
    border-width: 10px;
    border-left-color: #b2cad3;
    margin-top: -10px
}

.company td {
    background: #F9F9F9;
    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%
}

.list_common li {
    padding-bottom: 10px;
    padding-left: 1.5em;
    margin-bottom: 10px;
    border-bottom: 1px dotted #DDDDDD
}

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

.list_disc li {
    padding-left: 1.5em
}

.list_disc li:before {
    font-family: 'FontAwesome';
    content: "\f0da";
    margin: 0 5px 0 -.8em;
    color: #76aad7
}

.list_check li:before {
    font-family: 'FontAwesome';
    content: "\f14a";
    margin: 0 5px 0 -1.5em;
    color: #76aad7
}

.list_note li {
    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
}

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

.point p {
    position: absolute;
    bottom: -13px;
    left: 50%;
    margin-left: -18.5px;
    width: 37px;
    height: 37px;
    line-height: 37px;
    background: #76aad7;
    color: #FFFFFF;
    font-size: 1.4rem;
    font-weight: 500;
    text-align: center;
    border-radius: 50%;
    box-sizing: border-box
}

.blog_list {
    display: flex;
    justify-content: space-between
}

.blog_list .blog_img {
    width: 35%
}

.blog_list .blog_img p a {
    display: none;
    overflow: hidden;
    position: relative
}

.blog_list .blog_img p a:first-child {
    display: block;
    width: 100%;
    height: 130px
}

.blog_list .blog_img p a img {
    transition: all 0.4s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto
}

.blog_list .blog_img p a:hover img {
    opacity: .6
}

.blog_list .blog_detail {
    width: 60%
}

.blog_list .blog_detail .blog_ttl {
    font-weight: 500;
    color: #76aad7;
    margin-bottom: 5px
}

.category {
    display: block;
    margin-top: 5px;
    padding: 3px 10px;
    font-size: 1.3rem;
    text-align: center;
    border: 1px solid #76aad7;
    color: #76aad7
}

.date {
    display: block;
    font-size: 1.2rem;
    margin-bottom: 5px
}

.date.date_02 {
    margin-bottom: 15px
}

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

.pages {
    text-align: center;
    margin-top: 30px
}

.pages .page_next,
.pages .page_prev {
    display: inline;
    margin: 0 20px
}

.category_nav {
    border: 1px solid #DDDDDD
}

.category_nav li a {
    display: block;
    padding: 15px;
    border-bottom: 1px dotted #DDDDDD;
    background-color: #FFFFFF
}

.category_nav li a:before {
    font-family: 'FontAwesome';
    content: "\f0a9";
    margin-right: 5px
}

.category_nav li a:hover {
    background: #F9F9F9
}

.category_nav li:last-child a {
    border-bottom: none
}

.column2 {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    margin-bottom: -3%
}

.column2 .child {
    width: 48.44%;
    margin: 0 3% 3% 0
}

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

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

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

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

.column3.align-items {
    align-items: center
}

.column4 {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    margin-bottom: -2%
}

.column4 .child {
    width: 23.5%;
    margin: 0 2% 2% 0;
    position: relative
}

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

.column5 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.column5 .child {
    width: 18.4%;
    margin: 0 2% 3% 0;
    position: relative
}

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

.bg-image {
    background-position: center center;
    background-repeat: no-repeat
}

.bg-image .photobx {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    margin-bottom: 60px
}

.bg-image .photobx .pbx {
    background: rgba(255, 255, 255, 0.8);
    width: 400px;
    vertical-align: middle;
    padding: 100px 65px
}

.bg-image .photobx-r {
    justify-content: flex-end
}

.bg-image1 {
    background-image: url(../img/bg-image01.jpg);
    background-size: cover
}

.bg-image2 {
    background-image: url(../img/bg-image02.jpg);
    background-size: cover
}

.bg-image3 {
    background-image: url(../img/bg-image03.jpg);
    background-position: center 70%;
    background-size: cover
}

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

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

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

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

.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/fig01.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.8);
    width: 470px;
    padding: 40px 30px
}

.concept-wrap .in-wrap .concept-box .conts-sub_ttl {
    margin: 0 auto 20px;
    width: 350px
}

.works-area {
    display: table;
    margin-bottom: 60px
}

.works-area .before-img,
.works-area p,
.works-area .after-img {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.works-area .before-img,
.works-area .after-img {
    background-color: #ebebe2;
    width: 466px
}

.works-area p {
    padding: 0 13px
}

.works-area div img {
    width: auto;
    max-width: 466px;
    height: 100%;
    max-height: 330px
}

.works-area:last-child {
    margin-bottom: 0
}

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

.list_flow li {
    width: 48.44%;
    margin: 0 3% 3% 0;
    align-items: stretch
}

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

.list_flow li dl {
    display: table;
    width: 100%;
    min-height: 170px
}

.list_flow li dl dt {
    display: table-cell;
    padding: 10px 0;
    border: 1px solid #295e8b;
    width: 80px;
    background: url(../img/bg_footer.png) repeat center center;
    color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    line-height: 1.2
}

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

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

.page_link {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    margin-bottom: 20px
}

.page_link li {
    width: 32.3%;
    margin: 0 1% 1% 0
}

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

.page_link li a {
    display: block;
    padding: 10px;
    background: -moz-linear-gradient(-45deg, #76aad7 50%, #9dc2e3 50%);
    background: -webkit-linear-gradient(-45deg, #76aad7 50%, #9dc2e3 50%);
    background: linear-gradient(135deg, #76aad7 50%, #9dc2e3 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$base_color', endColorstr='lighten($base_color, 10%)', GradientType=1);
    color: #FFFFFF;
    text-align: center
}

.page_link li a:after {
    font-family: 'FontAwesome';
    content: "\f107";
    margin-left: 10px
}

.cut {
    overflow: hidden;
    zoom: 1
}

.w300 {
    width: 300px
}

.tbbr,
.spbr {
    display: none
}

.num {
    color: #FF0000;
    font-weight: 500;
    margin-right: 5px
}

.breadcrumb {
    margin-bottom: 30px;
    padding-left: 0;
    font-size: 1.3rem
}

.breadcrumb li {
    display: inline
}

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

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

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

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

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

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

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

.form .textarea {
    height: 30px
}

.form .textarea02 {
    width: 48.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;
    display: block;
    color: #451406;
    text-align: center;
    transition: all 0.2s ease-in-out 0s;
    font-family: "-apple-system", BlinkMacSystemFont, "Helvetica Neue", Roboto, "Droid Sans", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    padding: 8px 5px;
    margin: 0 auto;
    width: 250px;
    background: #451406;
    border: 1px solid #451406;
    border-radius: 25px;
    color: #FFFFFF
}

.form button:hover,
.form .form-pattern-1 .submit-btn:hover {
    background: #FFFFFF;
    color: #451406
}

.form .form-pattern-1 .submit-btn::before {
    transition: all .2s ease-in-out 0s;
}

.form .form-pattern-1 .submit-btn:hover::before {
    background: #451406;
}

.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: #76aad7
}

.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: #76aad7;
    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 #f5f5f5
}

.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 #eeebda
}

.form label.checkbox_text {
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin: 0 20px 5px 0;
    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;
    padding: 1px;
    box-sizing: border-box
}

.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 #76aad7;
    border-bottom: 3px solid #76aad7;
    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
}

.form .form-pattern-1 .submit-btn {
    cursor: pointer;
    display: block;
    color: #451406;
    text-align: center;
    transition: all 0.2s ease-in-out 0s;
    font-family: "-apple-system", BlinkMacSystemFont, "Helvetica Neue", Roboto, "Droid Sans", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    padding: 8px 5px;
    margin: 0 auto;
    width: 250px;
    background: #451406;
    border: 1px solid #451406;
    border-radius: 25px;
    color: #FFFFFF
}

.form .form-pattern-1 .submit-btn:hover {
    background: #FFFFFF;
    color: #451406
}

.form .form-pattern-1 .submit-btn::before {
    transition: all .2s ease-in-out 0s;
}

.form .form-pattern-1 .submit-btn:hover::before {
    background: #451406;
}

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

.form .form-contents dl {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    border: 1px solid #295e8b;
}

.form .form-contents form dl dt:not(.pattern-exclusion) {
    background: url(../img/bg_footer.png) repeat center center;
    color: #FFFFFF;
    width: 30%;
    padding: 10px;
    border: 1px solid #295e8b;
    box-sizing: border-box;
}

.form .form-contents form dl dd:not(.pattern-exclusion) {
    width: 70%;
    padding: 10px;
    border: 1px solid #295e8b;
    box-sizing: border-box;
}

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

.form label {
    margin-right: 5px;
}