﻿body {
    background: url(../img/bg_body.png) no-repeat right center;
    color: #555555;
    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;
    line-height: 1.6
}

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

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

#header {
    background: url(../img/bg_header.png) repeat-x;
    padding-top: 20px
}

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

#header .inner #logo {
    float: left;
    width: 300px;
    margin-top: 10px
}

#header .inner #head_right {
    float: right
}

#header .inner #head_right .head_tel {
    margin-top: 10px;
    text-align: center
}

#header .inner #head_right .head_tel li {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #CCCCCC;
    border-radius: 4px
}

#header .inner #head_right .head_tel li:before {
    font-family: 'FontAwesome';
    content: "\f095";
    margin-right: 5px;
    font-weight: normal;
    color: #71cc83
}

#header .inner #head_right .head_tel li:hover {
    border: 1px solid #71cc83
}

#header .inner #head_right .head_tel li a {
    font-size: 2rem;
    font-weight: bold;
    color: #555555
}

#header .inner #head_right .head_tel li a span {
    font-size: 1.2rem
}

#navi {
    padding: 20px 0;
    text-align: center
}

#navi ul {
    margin: 0 auto;
    width: 1100px
}

#navi ul li {
    position: relative;
    float: left;
    width: 170px;
    margin-right: 15px
}

#navi ul li:last-child {
    margin-right: 0
}

#navi ul li a {
    display: block;
    background: #71cc83;
    text-align: center;
    color: #ffffff;
    padding: 6px;
    border-radius: 5px;
    font-weight: bold
}

#navi ul li a:hover {
    background: #00db81
}

#navi ul li a .bdStech {
    border: 2px dashed #FFFFFF;
    display: block;
    border-radius: 5px;
    padding: 14px 0
}

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

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

#page-top a:hover {
    background-color: #FFFFFF;
    color: #00db81
}

#footer .inner {
    width: 1100px;
    margin: 0 auto;
    padding: 60px 0 50px
}

#footer .inner .footer_contact {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    margin-bottom: 50px;
    font-size: 1.2rem
}

#footer .inner .footer_contact .footer_contact_left {
    width: 20%;
    margin-right: 3%;
    box-sizing: border-box
}

#footer .inner .footer_contact .footer_contact_left .flogo {
    margin-bottom: 15px
}

#footer .inner .footer_contact .footer_contact_center {
    width: 37%;
    margin-right: 3%;
    box-sizing: border-box
}

#footer .inner .footer_contact .footer_contact_right {
    width: 37%;
    box-sizing: border-box
}

#footer .inner .foot_navi {
    font-size: 1.2rem;
    text-align: center
}

#footer .inner .foot_navi li {
    display: inline-block;
    padding: 0 20px;
    border-right: 1px dotted #333333
}

#footer .inner .foot_navi li:last-child {
    border-right: none
}

#footer .inner .foot_navi li a {
    color: #333333
}

#footer .inner .foot_navi li a:hover {
    color: #71cc83
}

#footer .copyright {
    background: #71cc83;
    color: #FFFFFF;
    padding: 15px 0;
    font-size: 1.2rem;
    text-align: center
}

.contact_content ul li {
    margin-bottom: 15px
}

.tel_btn {
    display: block;
    background: #71cc83;
    color: #FFFFFF;
    padding: 10px 0;
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.2;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 0 #40b156;
    box-shadow: 0 3px 0 #40b156
}

.tel_btn span {
    display: block;
    font-size: 1.2rem
}

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

.tel_btn:hover {
    -webkit-box-shadow: 0 1px 0 #40b156;
    box-shadow: 0 1px 0 #40b156;
    ms-transform: translateY(3px);
    -webkit-transform: translateY(3px);
    transform: translateY(3px)
}

.mail_btn {
    display: block;
    background: #00db81;
    -webkit-box-shadow: 0 3px 0 #008f54;
    box-shadow: 0 3px 0 #008f54;
    color: #FFFFFF;
    padding: 15px 0;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    border-radius: 4px
}

.mail_btn span {
    display: block;
    font-size: 1.2rem
}

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

.mail_btn:hover {
    -webkit-box-shadow: 0 1px 0 #008f54;
    box-shadow: 0 1px 0 #008f54;
    ms-transform: translateY(3px);
    -webkit-transform: translateY(3px);
    transform: translateY(3px)
}

.link_btn {
    display: block;
    position: relative;
    background: #71cc83;
    -webkit-box-shadow: 0 3px 0 #40b156;
    box-shadow: 0 3px 0 #40b156;
    color: #FFFFFF;
    margin: 0 auto;
    padding: 20px 0;
    width: 300px;
    text-align: center;
    font-weight: bold;
    line-height: 1.2;
    border-radius: 4px;
    letter-spacing: .2em
}

.link_btn:before {
    content: "\f054";
    font-family: 'FontAwesome';
    position: absolute;
    right: 10px;
    top: 50%;
    font-size: 1rem;
    line-height: 1rem;
    margin-top: -5px
}

.link_btn:hover {
    -webkit-box-shadow: 0 1px 0 #40b156;
    box-shadow: 0 1px 0 #40b156;
    ms-transform: translateY(3px);
    -webkit-transform: translateY(3px);
    transform: translateY(3px)
}

#slidepro_wrapper {
    width: 100%;
    margin-bottom: 40px
}

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

.single {
    margin: 0 auto 80px;
    width: 1100px
}

.lsingle,
.rsingle {
    width: 48.44%
}

.lsingle {
    float: left
}

.rsingle {
    float: right
}

.bg01 {
    padding: 50px 0;
    background: #e2f4e5 url(../img/bg01.png) repeat left top
}

.bg01 .single {
    margin-bottom: 0
}

.bg01.bg01_b {
    margin-bottom: 80px
}

.mtitle {
    position: relative;
    padding: 0 0 30px;
    text-align: center
}

.mtitle:before,
.mtitle:after {
    position: absolute;
    top: 22px;
    width: 22%;
    height: 1px;
    background-color: #ccc;
    content: ''
}

.mtitle:before {
    left: 0
}

.mtitle:after {
    right: 0
}

.mtitle span {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 240px;
    border: 2px solid #71cc83;
    border-radius: 3px;
    background-color: #fff;
    font-size: 1.7rem;
    padding: 10px
}

.mtitle span:before,
.mtitle span:after {
    position: absolute;
    left: 50%;
    display: block;
    margin-left: -8px;
    border: 8px solid transparent;
    content: ''
}

.mtitle span:before {
    bottom: -18px;
    border-top-color: #71cc83
}

.mtitle span:after {
    bottom: -16px;
    border-top-color: #fff
}

.mtitle em {
    font-size: 2.5rem;
    font-style: normal
}

.mtitle02 {
    text-align: center;
    letter-spacing: .05rem;
    font-size: 2rem;
    color: #71cc83;
    margin-bottom: 20px
}

.mtitle02 span {
    position: relative;
    display: inline-block
}

.mtitle02 span:before,
.mtitle02 span:after {
    position: absolute;
    top: 5px;
    bottom: 0;
    display: block;
    margin: auto 0;
    width: 1px;
    height: 25px;
    background-color: #ccc;
    content: ''
}

.mtitle02 span:before {
    left: -35px;
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg)
}

.mtitle02 span:after {
    right: -35px;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg)
}

.mtitle03 {
    font-size: 2.8rem;
    padding-top: 10px;
    margin-bottom: 20px;
    position: relative
}

.mtitle03:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #EEEEEE;
    content: ''
}

.mtitle03:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 190px;
    height: 2px;
    background-color: #71cc83;
    content: ''
}

.mtitle03 span {
    margin-left: 1em;
    color: #999999;
    font-size: 1.6rem;
    font-weight: normal
}

.mtitle04 {
    background: #71cc83;
    border: 3px solid #bce7c5;
    border-radius: 5px;
    color: #FFFFFF;
    padding: 6px 10px 10px;
    margin-bottom: 20px;
    font-size: 2rem
}

.mtitle04 span {
    display: block;
    overflow: hidden;
    border-bottom: 2px dotted #FFFFFF
}

.mtitle04 span em {
    float: right;
    font-family: 'Nico Moji', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    font-style: normal;
    font-size: 1.2rem;
    letter-spacing: .1em;
    padding-top: 5px
}

.mtitle05 {
    color: #71cc83;
    font-size: 1.8rem;
    margin-bottom: 10px
}

.mtitle06 {
    font-size: 2rem;
    border-bottom: 1px solid #EEEEEE;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 5px
}

.mtitle06:after {
    position: absolute;
    content: "";
    display: block;
    border-bottom: 1px solid #71cc83;
    bottom: -1px;
    width: 100px;
    color: #aaa
}

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

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

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

.btn01 a {
    display: block;
    padding: 16px 0;
    background: #71cc83;
    color: #FFFFFF;
    font-weight: 500;
    text-align: center;
    letter-spacing: .2rem;
    border: 1px solid #71cc83;
    border-radius: 4px;
    text-indent: .5em
}

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

.btn01 a:hover {
    background: #84d393
}

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

.btn02 a {
    display: block;
    position: relative;
    padding: 18px 0;
    background-color: #71cc83;
    line-height: 24px;
    letter-spacing: 2px;
    text-align: center;
    color: #FFFFFF
}

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

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

.news-bl {
    overflow: hidden
}

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

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

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

.tbl {
    width: 100%;
    background: #FFFFFF
}

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

.tbl th {
    background: #71cc83;
    color: #FFFFFF
}

.tbl01 th {
    width: 20%
}

.tbl01 th span {
    width: 100px;
    margin: 0 auto 10px
}

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

.tbl_simple {
    width: 100%
}

.tbl_simple th,
.tbl_simple td {
    border-bottom: 1px solid #71cc83;
    padding: 20px;
    vertical-align: middle
}

.tbl_simple th {
    font-weight: normal;
    width: 24%;
    text-align: left
}

.tbl_simple th span {
    display: block;
    border-right: 1px solid #71cc83
}

.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: #71cc83;
    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: #71cc83;
    margin-top: -10px
}

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

.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: #00db81
}

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

.list_common li li:before {
    display: none
}

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

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

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

.list_note li {
    margin-bottom: 10px;
    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_anxiety li {
    background: url(../img/list_anxiety.png) no-repeat;
    margin-bottom: 5px;
    padding: 5px 0 5px 35px
}

.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;
    transition: all .3s ease-out;
    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: #71cc83;
    color: #FFFFFF;
    height: 2em;
    width: 2em;
    line-height: 2em;
    border: .3em solid #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 2em;
    transition: all .3s ease-out
}

.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 {
    float: left;
    width: 31.3%;
    margin: 0 3% 3% 0;
    position: relative
}

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

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

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

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

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

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

.point p {
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -18.5px;
    width: 37px;
    height: 37px;
    line-height: 37px;
    background: #00db81;
    color: #FFFFFF;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    box-sizing: border-box
}

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

.blog_list .blog_img {
    width: 35%;
    overflow: hidden
}

.blog_list .blog_img img {
    transition: all 0.4s ease
}

.blog_list .blog_detail {
    width: 60%
}

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

.blog {
    display: block;
    padding: 15px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    color: #323538
}

.blog:hover .blog_img img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

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

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

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

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

.category_nav li a:hover {
    background: #71cc83;
    color: #FFFFFF
}

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

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

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

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

.top_bnr .child a {
    display: block;
    height: 165px;
    position: relative;
    border-radius: 5px;
    padding: 30px 255px 0 47px;
    box-sizing: border-box;
    color: #555555;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 210px auto;
    background-color: #FFFFFF
}

.top_bnr .child a.top_bnr_01 {
    background-image: url(../img/top_bnr_01.png)
}

.top_bnr .child a.top_bnr_02 {
    background-image: url(../img/top_bnr_02.png)
}

.top_bnr .child a.top_bnr_03 {
    background-image: url(../img/top_bnr_03.png)
}

.top_bnr .child a.top_bnr_04 {
    background-image: url(../img/top_bnr_04.png)
}

.top_bnr .child a:before {
    content: "";
    width: 56px;
    position: absolute;
    top: 43px;
    left: -23px;
    border-top: 3px solid #00db81;
    box-sizing: border-box;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease
}

.top_bnr .child a:hover:before {
    width: 46px;
    left: -13px
}

.top_bnr .child a dl dt {
    font-size: 1.7rem;
    font-weight: 600;
    margin-bottom: 5px
}

.top_bnr .child a dl dd {
    font-size: 1.3rem
}

.voice_faq {
    padding-top: 20px
}

.voice_faq dt {
    position: relative;
    border-top: 1px solid #CCCCCC;
    padding: 10px 0 15px 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: #FFFFFF;
    font-size: 2rem;
    background: #71cc83
}

.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;
    color: #FF0000
}

.voice_faq dd:last-child {
    padding: 0 40px 0 72px
}

.tbbr,
.spbr {
    display: none
}

.cut {
    overflow: hidden;
    zoom: 1
}

.sp_annotation {
    display: none
}

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

.bnr_board {
    padding-bottom: 36px;
    background: url(../img/bg_bnr_board_btm.png) no-repeat center bottom
}

.bnr_board .bnr_board_top {
    padding-top: 53px;
    background: url(../img/bg_bnr_board_top.png) no-repeat center top
}

.bnr_board .bnr_board_inner {
    background-color: #eadcd4;
    padding: 0 10px
}

.bnr_board .bnr_board_inner .bnr_board_child {
    background-color: #FFFFFF;
    padding: 15px 10px;
    border-radius: 8px
}

.bg_top_bnr {
    background: url(../img/bg_top_bnr.png) no-repeat center;
    margin-bottom: 5px;
    text-align: center;
    padding-top: 50px;
    height: 195px
}

.bg_top_bnr img {
    border: 3px solid #42ffb1
}

.list_flow {
    margin: 0 auto;
    width: 80%
}

.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 #71cc83;
    width: 100px;
    background: #71cc83;
    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 #71cc83;
    border-right: 1px solid #71cc83;
    border-bottom: 1px solid #71cc83;
    vertical-align: middle
}

.page_title_box {
    margin-bottom: 40px
}

.page_title_box .single {
    margin: 0 auto
}

.page_title_box .single .page_title {
    float: left;
    font-size: 4rem;
    letter-spacing: .1em
}

.page_title_box .single .page_title span {
    background: linear-gradient(transparent 60%, #fbf445 60%);
    padding: 0 10px;
}

.page_title_box .single .page_title2 span {
    background: none;
    padding: 0 10px;
    font-size: 19px;
}

.breadcrumb {
    float: right;
    margin-top: 15px;
    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 {
    margin: 0 auto;
    width: 80%
}

.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 dotted #CCCCCC
}

.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 {
    cursor: pointer;
    position: relative;
    display: block;
    color: #FFFFFF;
    text-align: center;
    background: #00db81;
    box-shadow: 0 3px 0 #008f54;
    border: 1px solid #00db81;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 13px 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 {
    -webkit-box-shadow: 0 1px 0 #008f54;
    box-shadow: 0 1px 0 #008f54;
    ms-transform: translateY(3px);
    -webkit-transform: translateY(3px);
    transform: translateY(3px)
}

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

.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: #71cc83
}

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

.blur {
    -ms-filter: blur(5px);
    filter: blur(5px);
}

.blur-txt {
    position: relative;
    top: 200px;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
    width: fit-content;
    font-size: 2em;
    background: #fff;
    padding: 15px;
    display: inline-block;
}


.form-contents :not(.pattern-exclusion) button{
    cursor: pointer;
    position: relative;
    display: block;
    color: #FFFFFF;
    text-align: center;
    background: #00db81;
    box-shadow: 0 3px 0 #008f54;
    border: 1px solid #00db81;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 13px 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-pattern-1 :not(.pattern-exclusion) button:hover {
    -webkit-box-shadow: 0 1px 0 #008f54;
    box-shadow: 0 1px 0 #008f54;
    ms-transform: translateY(3px);
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    background: #00db81 !important;
}

.form-contents :not(.pattern-exclusion) button:before {
    font-family: 'FontAwesome';
    font-weight: normal;
    content: "\f0e0";
    margin-right: 10px;
    font-weight: normal
}