﻿body {
    background: url(../img/bg_body.jpg) repeat left top;
    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.6rem;
    line-height: 1.6;
    letter-spacing: .05em
}

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

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

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

#header .inner {
    position: relative;
    margin: 0 auto;
    width: 1000px;
    padding: 20px 0
}

#header .inner #logo {
    float: left;
    font-size: 1.2rem;
    font-weight: normal
}

#header .inner #logo span {
    display: block;
    margin-bottom: 10px
}

#header .inner #logo a {
    display: block;
    width: 280px
}

#header .inner #head_right {
    float: right
}

#header .inner #head_right .supplement {
    letter-spacing: .2em;
    margin-bottom: 5px;
    padding-left: 32px
}

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

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

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

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

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

#navi {
    background: url(../img/bg_navi.png) no-repeat center bottom;
    padding-bottom: 7px;
    position: relative;
    z-index: 2
}

#navi .inner {
    background: #0a0;
    padding: 15px 0
}

#navi .inner ul {
    margin: 0 auto;
    width: 1000px
}

#navi .inner ul li {
    float: left;
    width: 166.66667px;
    position: relative;
    box-sizing: border-box;
    text-align: center
}

#navi .inner ul li:before {
    position: absolute;
    left: 0;
    content: "/";
    color: #FFFFFF
}

#navi .inner ul li:first-child:before {
    display: none
}

#navi .inner ul li a {
    position: relative;
    color: #FFFFFF;
    font-weight: bold
}

#navi .inner ul li a::after {
    transform: scaleX(1)
}

#navi .inner ul li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    transform: scaleX(0);
    background-color: #FFFFFF;
    transition: all .3s ease
}

#navi .inner ul li a:hover::after {
    transform: scaleX(1)
}

#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: #0a0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    border: 1px solid #0a0;
    font-family: 'FontAwesome';
    font-size: 1.6rem;
    text-align: center
}

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

.foot_navi {
    background: #FFFFFF;
    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: #0a0;
    width: 10px;
    height: 3px;
    position: absolute;
    top: .5em;
    left: 0
}

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

#footer {
    background: #0a0;
    color: #FFFFFF;
    border-top: 6px solid #916d40
}

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

#footer .inner .rsingle {
    text-align: right
}

#footer .inner .flogo {
    margin-bottom: 10px
}

#footer .inner .flogo img {
    width: 200px
}

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

#sp_navi {
    display: none
}

.bg_contents {
    padding: 130px 0
}

.bg_contents_01 {
    background: url(../img/bg_contents_01.jpg) no-repeat center 60%;
    background-size: cover
}

.contact_box {
    position: relative;
    top: -95px;
    background: rgba(255, 255, 255, 0.9);
    margin: 0 auto;
    padding: 30px 30px 60px;
    width: 1000px;
    box-sizing: border-box;
    overflow: hidden;
    -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)
}

#slider {
    position: relative;
    margin-top: -8px;
    margin-bottom: 60px
}

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

.lsingle,
.rsingle {
    width: 48.44%
}

.lsingle {
    float: left
}

.rsingle {
    float: right
}

#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: 40px;
    font-size: 3.6rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.2
}

.mtitle_big span {
    display: block;
    font-size: 1.6rem;
    color: #999999;
    font-weight: normal
}

.mtitle_big:after {
    position: absolute;
    content: '';
    width: 40px;
    height: 3px;
    left: 50%;
    margin: 10px 0 0 -20px;
    display: block;
    background: #0a0
}

.mtitle_middle {
    font-size: 2.2rem;
    font-weight: 500;
    border-bottom: 2px solid #DDDDDD;
    position: relative;
    margin-bottom: 10px
}

.mtitle_middle:after {
    position: absolute;
    content: "";
    display: block;
    border-bottom: 2px solid #0a0;
    bottom: -2px;
    width: 100px;
    color: #aaa
}

.mtitle_sub {
    color: #0a0;
    font-size: 2.8rem;
    padding-top: 10px;
    margin-bottom: 20px;
    position: relative
}

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

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

.mtitle_small {
    border-left: 5px solid #0a0;
    padding-left: 10px;
    margin-bottom: 10px;
    font-size: 1.8rem;
    font-weight: 500
}

.conts-sub-ttl {
    color: #0a0;
    font-size: 1.7rem;
    font-weight: 500;
    margin-bottom: 15px
}

.conts-ttl {
    width: 280px;
    margin: 0 auto 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: -moz-linear-gradient(-45deg, #0a0 50%, #0d0 50%);
    background: -webkit-linear-gradient(-45deg, #916d40 50%, #0d0 50%);
    background: linear-gradient(135deg, #0a0 50%, #0d0 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$base_color', endColorstr='lighten($base_color, 10%)', GradientType=1);
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    letter-spacing: .2rem;
    text-indent: .5em
}

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

.btn01 a:hover {
    background: #0a0
}

.contact_list li {
    margin-bottom: 15px
}

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

.contact_list li a {
    display: block;
    padding: 12px;
    text-align: center;
    background: -moz-linear-gradient(-45deg, #0a0 50%, #0d0 50%);
    background: -webkit-linear-gradient(-45deg, #916d40 50%, #0d0 50%);
    background: linear-gradient(135deg, #0a0 50%, #0d0 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$base_color', endColorstr='lighten($base_color, 10%)', GradientType=1);
    color: #FFFFFF
}

.contact_list li a:before {
    font-family: 'FontAwesome';
    margin-right: 10px;
    font-weight: normal;
    color: #FFFFFF
}

.contact_list li a.tel_btn:before {
    content: "\f095"
}

.contact_list li a.mail_btn:before {
    content: "\f0e0"
}

.contact_list li a:hover {
    background: #0a0
}

.newsbox {
    display: flex
}

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

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

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

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

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

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

.news-bl {
    overflow: hidden
}

.news-bl dt {
    float: left;
    width: 8em;
    padding: 3px 5px;
    line-height: 1.3;
    background: #F3F3F3;
    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: #0a0;
    color: #FFFFFF;
    font-weight: 500
}

.tbl01 th {
    width: 30%
}

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

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

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

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

.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: #0a0;
    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: #0a0
}

.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: #0a0;
    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: #0a0;
    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: block;
    overflow: hidden;
    height: 220px;
    position: relative
}

.gallery_ul li a img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto
}

.gallery_ul li span {
    display: block;
    margin-top: 5px;
    font-size: 1.2rem
}

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

.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: #916d40;
    padding: 1px
}

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

.list_common li li:before {
    display: none
}

.list_check {
    font-size: 1.8rem
}

.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_disc li {
    margin-bottom: 5px;
    padding-left: 1.5em
}

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

.list_disc li:before {
    content: "・";
    margin: 0 5px 0 -1.5em;
    color: #0a0
}

#contact_tel_box {
    background: #FFFFFF;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 3px 0px;
    margin-bottom: 40px
}

#contact_tel_box h3 {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 10px
}

#contact_tel_box .box_image {
    float: left;
    width: 44%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 190px
}

#contact_tel_box .box_detail {
    float: right;
    width: 56%;
    text-align: center
}

#contact_tel_box .box_detail .tel_text {
    font-size: 3.5rem;
    font-weight: bold;
    color: #0a0;
    margin-bottom: 10px
}

.top_box {
    background: #FFFFFF;
    padding: 30px 30px 50px;
    -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)
}

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

.top_bnr {
    float: left;
    width: 48.44%;
    margin: 0 3% 3% 0;
    background-color: #FFFFFF;
    text-align: center;
    -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)
}

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

.top_bnr a {
    display: flex;
    justify-content: start;
    flex-wrap: nowrap;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 3px 0px;
    overflow: hidden
}

.top_bnr a .top_bnr_image {
    width: 50%;
    max-height: 250px;
    position: relative
}

.top_bnr a .top_bnr_image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto
}

.top_bnr a .top_bnr_detail {
    width: 50%;
    padding: 15px;
    box-sizing: border-box
}

.top_bnr a .top_bnr_detail .top_bnr_ttl {
    display: inline-block;
    font-size: 1.7rem;
    font-weight: normal;
    letter-spacing: 0.14em;
    border-bottom: solid 2px #0a0
}

.top_bnr a .top_bnr_detail .caption {
    color: #333333;
    padding: 19px 0 15px;
    letter-spacing: 0.075em;
    font-size: 1.2rem
}

.top_bnr a .top_bnr_detail .top_bnr_btn {
    display: inline-block;
    width: 90px;
    padding: 12px 0;
    color: #FFFFFF;
    font-size: 1.2rem;
    line-height: 0;
    letter-spacing: 0.16em;
    background-color: #0a0;
    transition: all 0.3s ease
}

.top_bnr a:hover .top_bnr_btn {
    background-color: #0d0
}

.sub_page_bnr {
    position: relative;
    overflow: hidden
}

.sub_page_bnr img {
    transition: all 0.4s ease
}

.sub_page_bnr figcaption {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    width: 100%;
    background: rgba(0, 170, 0, 0.8);
    -webkit-transition: .3s;
    transition: .3s
}

.sub_page_bnr figcaption h3 {
    padding: 10px 0px;
    margin-left: 10px;
    line-height: 100%;
    color: #FFFFFF;
    text-align: left
}

.sub_page_bnr figcaption h3:before {
    font-family: 'FontAwesome';
    content: "\f101";
    margin-right: 10px
}

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

.sub_page_bnr:hover figcaption {
    right: 100%
}

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

.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: 450px
}

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

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

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

.accordion_list {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dotted #aaa
}

.accordion_list dt {
    margin-bottom: 5px
}

.accordion_list dd {
    display: none
}

.accordion_btn {
    cursor: pointer;
    display: inline-block;
    margin-left: 20px;
    padding: 3px 10px;
    background: -moz-linear-gradient(-45deg, #0a0 50%, #0d0 50%);
    background: -webkit-linear-gradient(-45deg, #0a0 50%, #0d0 50%);
    background: linear-gradient(135deg, #0a0 50%, #0d0 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$base_color', endColorstr='lighten($base_color, 10%)', GradientType=1);
    color: #FFFFFF
}

.accordion_icon {
    position: relative;
    width: 30px;
    height: 21px;
    float: right;
    margin-top: 5px
}

.accordion_icon span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    left: 6px;
    width: 50%;
    height: 2px;
    background-color: #FFFFFF;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px
}

.accordion_icon span:nth-of-type(1) {
    top: 5px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg)
}

.accordion_icon span:nth-of-type(2) {
    top: 5px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg)
}

.accordion_icon.active span:nth-of-type(1) {
    display: none
}

.accordion_icon.active span:nth-of-type(2) {
    top: 5px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg)
}

.tbbr,
.spbr {
    display: none
}

.pcbr {
    display: block
}

.cut {
    overflow: hidden;
    zoom: 1
}

.num {
    color: #FF0000;
    font-size: 3rem;
    font-weight: bold;
    margin-right: 5px
}

.idea {
    width: 700px;
    margin: 0 auto 30px
}

.page_title_box {
    position: relative;
    background: url(../img/bg_page_title_box.jpg) no-repeat center 80%;
    background-size: cover;
    margin: -8px 0 20px;
    padding: 80px 0;
    text-align: center
}

.page_title_box .mtitle_page {
    margin-bottom: 20px;
    font-size: 4rem;
    position: relative;
    text-align: center;
    color: #FFFFFF;
    -webkit-text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5);
    -moz-text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5);
    -ms-text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5);
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5)
}

.page_title_box .mtitle_page:after {
    content: "";
    width: 30px;
    height: 2px;
    background-color: #FFFFFF;
    display: block;
    margin: 5px auto 0
}

.page_title_box .mtitle_page_sub {
    display: block;
    font-weight: bold;
    text-align: center;
    margin-top: -5px;
    color: #FFFFFF;
    -webkit-text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5);
    -moz-text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5);
    -ms-text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5);
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5)
}

.breadcrumb {
    margin: 0 auto 20px;
    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 .form-pattern-1 {
    background: transparent;
}

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

.form input {
    vertical-align: baseline;
}

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

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

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

.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: 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;
    background: -moz-linear-gradient(-45deg, #0a0 50%, #0d0 50%);
    background: -webkit-linear-gradient(-45deg, #916d40 50%, #0d0 50%);
    background: linear-gradient(135deg, #0a0 50%, #0d0 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$base_color', endColorstr='lighten($base_color, 10%)', GradientType=1);
    border: 1px solid #0a0;
    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: #0a0
}

.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: #0a0
}

.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: #0a0;
    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 #f3f3eb
}

.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-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 #0a0;
    border-bottom: 3px solid #0a0;
    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 */