@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap');
/*---------------------------------
Font
-----------------------------------
ja : 'Noto Sans JP', sans-serif;
en : 'Roboto', sans-serif;
---------------------------------*/
html {
    margin: 0;
    padding: 0;
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    width: 100%;
    height: 100%;
    background: #fff;
}
body {
    margin: 0;
    font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", sans-serif;
    color: #333;
    height: 100%;
    width: 100%;
    font-size: 1.4rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
div {
    box-sizing: border-box;
}
a {
    color: #333;
    text-decoration: none;
}
a:hover {
    color: #000;
    text-decoration: underline;
}
a:visited {
    color: #333;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
img {
    width: 100%;
}
input[type="text"],
input[type="email"],
select,
input[type="tel"] {
    -webkit-appearance:none;
}
select::-ms-expand {
    display: none;
}
input[type="submit"] {
    -webkit-appearance:none;
}
textarea {
    -webkit-appearance:none;
}
input[type="submit"]:focus {
    outline: 0;
}
/*---------------------------------
Common
---------------------------------*/

#wrapper {
    position: relative;
    margin-top: 80px;
    min-height: 100%;
    height: auto;
}
#shop{
    position: relative;
    margin-top: 0px;
    min-height: 100%;
    height: auto;
}
.obj-fit-img {
    object-fit: cover;
    object-position: center;
    font-family: 'object-fit: cover; object-position: center;'
}
.container {
    max-width: 90%;
    margin: 0 auto;

}
.images_box {
    margin: 24px 0;
}
.images_box .image_box {

}
.images_box .image_box + .image_box  {
     margin-top: 4%;
}


.display_pc {
    display: none;
}
.display_sp {
    display: block;
}
.underline {
    background: linear-gradient( transparent 60% , #ffe0ab 0% );
}
.bg_gray {
    background: #EFEFEF;
}
.bg_blue {
    background: #19a78e;
}
.bg_red {
    background: #E84833;
}
.fc_red {
    color: #D52D1F;
}
.fc_blue {
    color: #19a78e;
}
a.fc_blue {
    color: #19a78e;
}
.fs_small {
    font-size: 1.2rem;
}
.-mb_8 {
    margin-bottom: 8px !important;
}
.-mb_16 {
    margin-bottom: 16px !important;
}
.-mb_24 {
    margin-bottom: 24px !important;
}
.-mb_40 {
    margin-bottom: 40px !important;
}
@media (min-width: 768px) {
    #wrapper {
        margin-top: 120px;
    }
	#shop{
        margin-top: 0px;
    }
    .images_box {
        display: flex;
        justify-content: center;
        margin: 32px 0;
    }
    .images_box .image_box {
        width: 30%;
    }
    .images_box .image_box + .image_box  {
        margin-left: 5%;
        margin-top: 0;
    }
    .display_pc {
        display: block;
    }
    .display_sp {
        display: none;
    }
    .fs_small {
        font-size: 1.4rem;
    }
}
@media (min-width: 1001px) {
    #wrapper {
        margin-top: 200px;
    }
	#shop{
        margin-top: 0px;
    }
}
@media (min-width: 1121px) {
    .container {
        max-width: 1120px;
        margin: 0 auto;
    }
}
/*
Btn
---------------------------------*/

.btn_wrapper {
    margin-top: 32px;
}
.btn {
    display: block;
    margin: 0 auto;
    background: #19a78e;
    width: 260px;
    border: solid #333333 2px;
    border-bottom: 4px solid #333333;
    border-radius: 4px 4px 6px 6px;
    color: #fff;
    text-align: center;
    font-weight: 900;
    font-size: 1.6rem;
    padding: 8px;
    text-decoration: none;
}
a.btn {
    color: #fff;
}
.btn:hover {
    text-decoration: none;
}
@media (min-width: 768px) {
    .btn_wrapper {
        margin-top: 72px;
    }
    .btn {
    /*width: 448px;*/
    font-size: 2.4rem;
    padding: 16px 0;
    /*min-width: 448px;*/
    width: 48%;
    border-left: 4px solid #333333;
    border-right: 4px solid #333333;
    border-top: 4px solid #333333;
    border-bottom: 8px solid #333;
    border-radius: 8px 8px 10px 10px;
    transition: opacity .3s;
    }
    .btn:hover {
        opacity: .7;
    }
}
/*
Title Text List
---------------------------------*/

.section_title {
    position: relative;
    text-align: center;
    color: #1A1A1A;
    font-size: 2rem;
    font-weight: 900;
    margin: 0;
    padding-bottom: 8px;
}
.section_title::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background: #1a1a1a;
    height: 3px;
    width: 80px;
}
.section_title span {
    font-size: 2.4rem;
    color: #19a78e;
}
.text_flame {
    position: relative;
}
.text_flame::before,
.text_flame::after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 16px;
    border-top: solid #e88733 3px;
    border-bottom: solid #e88733 3px;
}
.text_flame::before {
    border-left: solid #e88733 3px;
    left: 0;
}
.text_flame::after {
    border-right: solid #e88733 3px;
    right: 0;
}
.text_flame p {
    margin: 16px 16px 0;
    padding: 8px 0;
    text-align: center;
    font-weight: 700;
    font-size: 1.5rem;
}
.page_title {
    position: relative;
    text-align: center;
    color: #19a78e;
    font-size: 2.4rem;
    font-weight: 900;
    margin: 0 0 32px;
    padding-bottom: 8px;
}
.page_title::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background: #1A1A1A;
    height: 3px;
    width: 80px;
}
.left_line_title {
    position: relative;
    margin: 0 0 24px;
    padding-left: 0.6em;
    font-weight: 900;
    font-size: 1.6rem;
}
.left_line_title::before {
    content: "";
    position: absolute;
    background: #000000;
    height: 100%;
    width: 0.3em;
    top: 0;
    left: 0;
}
.bg_gray_title {
    background: #ddd;
    margin: 0 0 12px;
    padding: 2px 4px;
    border-radius: 4px;
    font-size: 1.5rem;
}
.page_contents dl {
    margin: 32px 0 0;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
}
.page_contents dt {
    width: 100%;
    margin: 16px 0 0;
    font-size: 1.4rem;
    font-weight: 700;
}
.page_contents dd {
    width: 100%;
    margin: 8px 0 16px;
    font-size: 1.4rem;
    font-weight: 500;
}
.page_contents dt:nth-child(n+2) {
    border-top: solid 1px #ddd;
    padding-top: 16px;
}
.page_contents a {
    color: #19a78e;
    font-weight: 500;
    text-decoration: underline;
}
.page_company dl {
    margin: 32px 0 0;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
}
.page_company dt {
    width: 100%;
    margin: 16px 0 0;
    font-size: 1.4rem;
    font-weight: 700;
}
.page_company dd {
    width: 100%;
    margin: 8px 0 16px;
    font-size: 1.4rem;
    font-weight: 500;
}
.page_company dt:nth-child(n+2) {
    border-top: solid 1px #ddd;
    padding-top: 16px;
}
.page_company a {
    color: #19a78e;
    font-weight: 500;
    text-decoration: underline;
}
.page_shop dl {
    margin: 32px 0 0;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
}
.page_shop dt {
    width: 100%;
    margin: 16px 0 0;
    font-size: 1.4rem;
    font-weight: 700;
}
.page_shop dd {
    width: 100%;
    margin: 8px 0 16px;
    font-size: 1.4rem;
    font-weight: 500;
}
.page_shop dt:nth-child(n+2) {
    border-top: solid 1px #ddd;
    padding-top: 16px;
}
.page_shop a {
    color: #19a78e;
    font-weight: 500;
    text-decoration: underline;
}
.single_title {
    position: relative;
    margin: 0 0 24px;
    padding: 0.3em 0 0.3em 0.6em;
    font-weight: 900;
    font-size: 1.8rem;
}
.single_title::before {
    content: "";
    position: absolute;
    background: #19a78e;
    height: 100%;
    width: 0.3em;
    top: 0;
    left: 0;
}
.single_contents h2 {
    position: relative;
    margin: 24px 0;
    font-weight: 900;
    font-size: 1.6rem;
    color: #19a78e;
    padding-bottom: 4px;
}
.single_contents h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #19a78e;
}
.single_contents h3 {
    background: #ddd;
    margin: 16px 0;
    padding: 4px 6px;
    border-radius: 4px;
    font-size: 1.5rem;
}
.single_contents p {
    font-size: 1.4rem;
    margin: 0 0 24px;
    line-height: 1.8em;
}
.single_contents ul {
    list-style: disc;
    padding: 0 0 0 2rem;
    margin: 8px 0;
    font-size: 1.4rem;
    line-height: 1.6em;
}
.single_contents .inner a {
    color: #19a78e;
    font-weight: 500;
    text-decoration: underline;
}
.single_contents .news_time {
    margin: 0 0 24px;
    display: block;
}
.label {
    color: #fff;
    font-size: 80%;
    padding: 0 8px;
    border-radius: 8px;
    display: inline-block;
}
.single_contents ul.simple {
    list-style: none;
    padding:0;
    margin:0;
}
.single_contents ul.simple li {
    padding-left: 18px;
    text-indent: -15px;
    line-height: 26px;
}
.single_contents ul.simple li:before {
    content: "•";
    font-size: 22px;
    line-height: 26px;
    margin: 0px 5px 0 0;
    padding: 0;
    color: #bcffeb;
    vertical-align: top;
}
.single_contents ul.flow {
    list-style: none;
    padding:0;
    margin:0;
}
.single_contents ul.flow li {
    padding: 0 0 22px 18px;
    line-height: 26px;
    position: relative;
}
.single_contents ul.flow li:before {
    content: '\f0d7';
    padding: 0 3px;
    font-size: 24px;
    color: #ffcc00;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 30px;
    bottom: 0px;
}
.single_contents ul.flow li:last-child:before {
    content: none;
}
.single_contents .img_pc_740 {
    text-align: center;
}
.single_contents ul.check_list {
    background: #c8e5f4;
    padding: 8px 16px;
    list-style: none;
    border-radius: 4px;
    margin: 24px 0;
}
.single_contents ul.check_list li {
    position: relative;
    padding: 4px 0 4px 24px;
}
.single_contents ul.check_list li + li {
    margin-top: 4px;
    border-top: 1px dashed #19a78e;
}
.single_contents ul.check_list li::after,
.single_contents ul.check_list li::before {
	position:absolute;
	content:'';
	display:block;
	background: #19a78e;
	top: 0.63em;
	left: 0.5em;
	height: 11px;
	width: 4px;
	border-radius: 10px;
	transform: rotate(45deg);
}
.single_contents ul.check_list li::before {
	top: 0.8em;
	left: 0.2em;
	height:8px;
	transform:rotate(-45deg);
}


@media (min-width: 768px) {
    .section_title {
        font-size: 3.6rem;
    }
    .section_title::after {
        height: 6px;
        width: 160px;
    }
    .section_title span {
        font-size: 4.2rem;
    }
    .text_flame::before,
    .text_flame::after {
        width: 32px;
        border-top: solid #e88733 4px;
        border-bottom: solid #e88733 4px;
    }
    .text_flame::before {
        border-left: solid #e88733 4px;
    }
    .text_flame::after {
        border-right: solid #e88733 4px;
    }
    .text_flame p {
        margin: 32px 32px 0;
        padding: 16px 0;
        font-size: 2rem;
    }
    .page_title {
        font-size: 3.6rem;
        margin: 0 0 64px;
    }
    .page_title::after {
        height: 6px;
        width: 160px;
    }
    .left_line_title {
    font-size: 2.4rem;
    margin: 0 0 40px;
    padding-bottom: 0px;
    }
    .bg_gray_title {
         font-size: 2rem;
        margin: 0 0 24px;
    }
    .page_contents p {
        font-size: 1.6rem;
    }
    .page_contents dl {
        margin: 48px 0 0;
    }
    .page_contents dt {
        width: 18%;
        float: left;
        margin: 0;
        padding: 16px 0;
        font-size: 1.8rem;
        min-width: 180px;
    }
    .page_contents dd {
        width: 82%;
        font-size: 1.8rem;
        margin: 0;
        margin-left: 18%;
        padding: 16px 0;
    }
    .page_contents dd:nth-of-type(n+2) {
        border-top: solid 1px #ddd;
        padding-top: 16px;
    }
	.page_company p {
        font-size: 1.6rem;
    }
    .page_company dl {
        margin: 48px 0 0;
    }
    .page_company dt {
        width: 18%;
        float: left;
        margin: 0;
        padding: 16px 0;
        font-size: 1.8rem;
        min-width: 180px;
    }
    .page_company dd {
        width: 82%;
        font-size: 1.8rem;
        margin: 0;
        margin-left: 18%;
        padding: 16px 0;
    }
    .page_company dd:nth-of-type(n+2) {
        border-top: solid 1px #ddd;
        padding-top: 16px;
    }
	.page_shop p {
        font-size: 1.6rem;
    }
    .page_shop dl {
        margin: 48px 0 0;
    }
    .page_shop dt {
        width: 18%;
        float: left;
        margin: 0;
        padding: 16px 0;
        font-size: 1.8rem;
        min-width: 180px;
    }
    .page_shop dd {
        width: 82%;
        font-size: 1.8rem;
        /*margin: 0;*/
        margin-left: 18%;
        padding: 16px 0;
    }
    .page_shop dd:nth-of-type(n+2) {
        border-top: solid 1px #ddd;
        padding-top: 16px;
    }
    .single_title {
        font-size: 2.8rem;
        margin: 0 0 40px;
        width: 75%;
    }
    .single_contents h2 {
        font-size: 2.4rem;
        margin: 40px 0;
    }
    .single_contents h3 {
        font-size: 2rem;
        margin: 24px 0;
        padding: 8px 10px;
    }
    .single_contents p {
        font-size: 1.8rem;
        margin: 0 0 40px;
    }
    .single_contents ul {
        padding: 0 0 0 2rem;
        margin: 16px 0;
        font-size: 1.6rem;
    }
    .single_contents .news_time {
        margin: 0 0 48px;
    }
    .single_contents ul.simple {
        list-style: none;
        padding:0;
        margin:0;
    }
    .single_contents ul.simple li {
        padding-left: 18px;
        text-indent: -15px;
        line-height: 34px;
    }
    .single_contents ul.simple li:before {
        content: "•";
        font-size: 28px;
        line-height: 34px;
        margin: 0px 5px 0 0;
        padding: 0;
        color: #bcffeb;
        vertical-align: top;
    }

    .single_contents ul.check_list {
        margin: 40px 0;
    }

}
@media (min-width: 1001px) {
    .section_title {
        font-size: 4.8rem;
    }
    .section_title::after {
        height: 6px;
        width: 160px;
    }
    .section_title span {
        font-size: 5.6rem;
    }
    .page_title {
        font-size: 4.8rem;
    }
    .page_title::after {
        height: 6px;
        width: 160px;
    }
    .text_flame p {
        font-size: 2.2rem;
    }
    .single_contents .img_pc_740 img {
        max-width: 740px;
        height: auto;
    }
}
/*
Pager
---------------------------------*/

.pagination {
    margin: 16px 0 0;
}
.pagination_list {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.pagination_list li {
    margin-top: 8px;
}
.pagination_list li a {
    display: block;
    width: 26px;
    height: 100%;
    text-align: center;
    padding: 4px 0;
    margin: 0 4px;
    font-weight: 700;
    font-size: 1.4rem;
    background: #EFEFEF;
    color: #333;
    border-radius: 2px;
}
.pagination_list li .previouspostslink,
.pagination_list li .first,
.pagination_list li .nextpostslink,
.pagination_list li .last {
    padding: 3px 0;
}
.pagination_list li .current {
    display: block;
    width: 24px;
    height: 100%;
    text-align: center;
    padding: 4px 0;
    margin: 0 4px;
    font-weight: 700;
    font-size: 1.4rem;
    background: #19a78e;
    color: #fff;
    border-radius: 2px;
}
.pagination_list li a:hover {
    text-decoration: none;
}
.prev_next_btn_wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.prev_next_btn {
    width: 48%;
}
.single_contents .prev_next_btn_wrapper a {
    display: block;
    margin: 0;
    background: #fff;
    border: solid #0f9277 2px;
    border-bottom: 4px solid #0f9277;
    border-radius: 4px 4px 6px 6px;
    color: #0f9277;
    text-align: center;
    font-weight: 900;
    font-size: 1.5rem;
    padding: 8px;
    text-decoration: none;
    min-width: auto;
}
.prev_next_btn_wrapper a + a {
    margin-left: 2%;
}
.single_contents .back_btn {
    margin-top: 4%;
}
.single_contents .back_btn a {
    color: #0f9277;
    background: #fff;
    width: 100%;
    text-decoration: none;
    font-weight: 900;
}

@media (min-width: 768px) {
    .pagination_list li a {
        font-size: 1.6rem;
        padding: 6px 0;
        width: 32px;
    }
    .pagination_list li .previouspostslink,
    .pagination_list li .first,
    .pagination_list li .nextpostslink,
    .pagination_list li .last {
        padding: 4px 0;
    }
    .pagination_list li .current {
        font-size: 1.6rem;
        padding: 6px 0;
        width: 32px;
    }
    .pagination_list li a {
        transition: background-color .3s;
    }
    .pagination_list li a:hover {
        background: #19a78e;
        color: #fff;
    }
    .prev_next_btn_wrapper {
        margin-top: 80px;
    }
    .single_contents .prev_next_btn_wrapper a {
        font-size: 2.2rem;
        padding: 16px 0;
        border: solid #0f9277 4px;
        border-bottom: 8px solid #0f9277;
        border-radius: 8px 8px 10px 10px;
        transition: opacity .3s;
    }
    .prev_next_btn_wrapper a:hover {
        opacity: .7;
    }
}
/*
Breadcrumb
---------------------------------*/

.breadcrumb {
    background: url("../img/bg_04.png");
    background-position: center;
    background-size: 120px;
    padding: 8px 0 0;
    font-size: 1.3rem;
    font-weight: 500;
}
.breadcrumb.bg_blue {
    background: url("../img/bg_03.png");
    background-position: center;
    background-size: 120px;
}
.breadcrumb ul li {
    display: inline-block;
}
.breadcrumb ul li + li {
    margin: 8px 0 0 0;
}
.breadcrumb li:after {
    content: '\f0da';
    padding: 0 3px;
    color: #19a78e;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
}
.breadcrumb li:last-child:after {
    content: '';
}
.breadcrumb li i {
    margin-right: 2px;
}
@media (min-width: 768px) {
    .breadcrumb  {
        padding: 16px 0 0;
        font-size: 1.5rem;
    }
}

/*
TOC
---------------------------------*/

#toc_container {
    margin: 0 auto 24px;
    border: 3px solid #ddd;
    border-radius: 2px;
    box-sizing: border-box;
    padding: 16px;
    display: table;
    min-width: 100%;
    counter-reset: li;
    margin-bottom: 2em;
}

#toc_container ul {
    list-style: none;
    margin: 0;
}

#toc_container ul.toc_list li::before {
    content: none;
    padding: 0;
    margin: 0;
    width: 0;
    height: 0;
    background: none;
    box-shadow: none;
}

#toc_container .toc_title {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    padding: 0;
    margin: 0;
}

#toc_container .toc_title::before{
    position:relative;
    font-size:28px;
    content:"\2254";
    display:inline-block;
    width:32px;
    height:32px;
    line-height:28px;
    margin-right:8px;
    border-radius:50%;
    vertical-align:baseline;
    speak:none;
    -webkit-font-smoothing:antialiased;
    color:#fff;
    background-color: #19a78e;
    }

#toc_container .toc_toggle a {
    font-size: 15px;
    font-weight: normal;
    padding: 2px 4px;
}

#toc_container p.toc_title+ul.toc_list {
    padding: 16px 0 0;
    margin: 16px 0 0;
    border-top: 2px solid #ddd;
}

#toc_container ul.toc_list li {
    position: relative;
    padding: 0;
    margin: 0;
}

#toc_container ul.toc_list li a {
    position: relative;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    display: inline-block;
    transition: all .3s ease;
    margin: 2px 0;
    padding: 2px 0;
}

#toc_container ul.toc_list li a:hover {
    text-decoration: none;
}

#toc_container ul.toc_list>li>a {
    font-weight: bold;
    margin-left: 32px;
}

#toc_container ul.toc_list>li::before, #toc_container ul.toc_list>li::after {
    position: absolute;
    top: 3px;
    left: 0;
}

#toc_container ul.toc_list>li::before {
    content: '';
    display: inline-block;
    vertical-align: bottom;
    width: 25px;
    height: 25px;
    margin-right: 4px;
    border-radius: 50%;
    background-color: #aaa;
}

#toc_container ul.toc_list>li::after {
    counter-increment: li;
    content: counter(li);
    width: 25px;
    line-height: 25px;
    text-align: center;
    font-weight: bold;
    color: #fff;
}

#toc_container ul.toc_list>li>ul {
    margin-left: 32px;
    padding: 0;
}

#toc_container ul.toc_list>li ul li a {
    font-weight: normal;
    margin-left: 10px;
}

#toc_container ul.toc_list>li ul li::before {
    position: absolute;
    top: 10px;
    left: 0;
    content: '';
    box-sizing: border-box;
    width: 5px;
    height: 5px;
    border: 5px solid transparent;
    border-left: 5px solid #19a78e;
}


@media (min-width: 767px) {
    #toc_container {
        margin: 0 auto 48px;
        min-width: 80%;
    }

    #toc_container .toc_title {
        font-size: 18px;
    }

    #toc_container ul.toc_list li a {
        font-size: 16px;
    }



}


/*---------------------------------
Header Footer
---------------------------------*/
/*
Header
---------------------------------*/

.header {
    position: fixed;
    top: 0;
    left: 0;
    height: 80px;
    background: #fff;
    width: 100%;
    z-index: 99;
}
.header.active {
    box-shadow: rgba(0 ,0 ,0 ,0.2) 0 0 8px;
}
.header_inner {
    max-width: 90%;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_site_name {
    margin: 0;
}
.header_site_copy {
    display: block;
    font-size: 1rem;
    transform: scale(0.8);
    font-weight: 700;
    transform-origin: left;
}
.header_logo {
    display: block;
    width: 176px;
    height: auto;
    margin: 0;
    transition: opacity .3s;
}
.header_content_tel {
    display: none;
}
.header_contact_btn_list {
    display: none;
}
@media (min-width: 767px) {
    .header {
        height: 120px;
        transition: box-shadow .3s;
    }
    .header_site_copy {
        font-size: 1.3rem;
        transform: scale(1);
    }
    .header_logo {
        padding-top: 4px;
        width: 248px;
        transition: opacity .3s;
    }
    .header_logo:hover {
        opacity: 0.7;
    }
	.header_contact_btn_list {
        display: none;
    }
}
@media (min-width: 1001px) {
    .header {
        height: 200px;
    }
    .header_inner {
        height: 120px;
    }
    .header_content_tel {
        display: block;
        margin-left: 16px;
    }
    .header_content_tel .tel_number i {
        margin-right: 4px;
        font-size: 2.2rem;
    }
    .header_content_tel .tel_number {
        margin: 0;
        font-size: 2.8rem;
        background: #ffe0ab;
        padding: 4px;
        border-radius: 4px;
        margin-bottom: 4px;
    }
    .header_content_tel .balloon {
        font-size: 1.2rem;
        padding: 2px 6px;
        margin-right: 8px;
    }
    .header_content_tel .balloon::after {
        right: -8px;
    }
    .header_content_tel .tel_text.bottom .top {
        font-size: 1.2rem;
    }
    .header_contact_btn_list {
        display: flex;
        margin-left: 16px;
    }
    .header_contact_btn_list a {
        display: block;
        max-width: 240px;
        width: 18vw;
        transition: opacity .3s;
    }
    .header_contact_btn_list a:hover {
        opacity: .7;
    }
    .header_contact_btn_list a + a {
        margin-left: 16px;
    }
	.header_contact_btn_list {
        display: flex;
        margin-right: 16px;
    }

    .header_contact_btn_list a {
        display: block;
        /*width: auto;*/
		max-width: 240px;
        transition: opacity .3s;
        font-size: 1.4rem;
        padding: 2px 8px;
        font-weight: 700;
        border: solid #333 3px;
        border-bottom: 4.5px solid #333;
    }

    .header_contact_btn_list a:hover {
        opacity: .7;
    }

    .header_contact_btn_list a + a {
        margin-left: 8px;
    }
}
@media (min-width: 1121px) {
    .header_inner {
        max-width: 1120px;
        margin: 0 auto;
        position: relative;
    }
    .header_site_copy {
        font-size: 1.5rem;
        transform: scale(1);
    }
    .header_logo {
        padding-top: 4px;
        width: 284px;
        transition: opacity .3s;
    }
    .header_content_tel .tel_number i {
        margin-right: 8px;
        font-size: 2.8rem;
    }
    .header_content_tel .tel_number {
        font-size: 3.2rem;
        padding: 4px 8px;
    }
    .header_content_tel .balloon {
        font-size: 1.2rem;
        padding: 4px 8px;
        margin-right: 16px;
    }
    .header_content_tel .balloon::after {
        right: -12px;
    }
    .header_content_tel .tel_text.bottom .top {
        font-size: 1.5rem;
    }
	.header_contact_btn_list a {
        padding: 2px 16px;
    }
}
/*
Menu Btn
---------------------------------*/

.btn_menu {
    display: block;
    height: 80px;
    width: 80px;
    position: absolute;
    top: 0;
    right: 0;
    margin: auto;
    cursor: pointer;
    transition: opacity .3s;
    background: #19a78e;
    text-decoration: none;
}
.btn_menu:hover {
    text-decoration: none;
}
.btn_menu span {
    display: block;
    height: 4px;
    width: 45px;
    background: #fff;
    margin: 18px auto 0;
    transition: transform .3s;
    transform-origin: left;
}
.btn_menu span:nth-child(2) {
    margin-top: 8px;
    background: #fff;
    transition: opacity.3s;
}
.btn_menu span:nth-child(3) {
    margin-top: 8px;
    background: #fff;
    transform-origin: left;
}
.btn_menu div {
    font-family: 'Roboto',sans-serif;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.3em;
    text-align: center;
    margin-top: 2px;
    text-indent: 0.3em;
}
.btn_menu.active span:nth-child(1) {
    transform: rotate(45deg) translate(2px, -5px);
    width: 40px;

}
.btn_menu.active span:nth-child(2) {
    opacity: 0;
}
.btn_menu.active span:nth-child(3) {
    transform: rotate(-45deg) translate(2px, 5px);
    width: 40px;

}
@media (min-width: 767px) {
    .btn_menu {
        height: 120px;
        width: 120px;
    }
    .btn_menu span {
        height: 5px;
        width: 64px;
        margin: 24px auto 0;
    }
    .btn_menu span:nth-child(2) {
        margin-top: 16px;
        background: #fff;
    }
    .btn_menu span:nth-child(3) {
        margin-top: 16px;
        background: #fff;
    }
    .btn_menu div {
        font-size: 1.4rem;
        margin-top: 8px;
        letter-spacing: 0.5em;
    }
    .btn_menu.active span:nth-child(1) {
        transform: rotate(45deg) translate(7px, -5px);
        width: 56px;

    }
    .btn_menu.active span:nth-child(2) {
        opacity: 0;
    }
    .btn_menu.active span:nth-child(3) {
        transform: rotate(-45deg) translate(7px, 5px);
        width: 56px;

    }
}
@media (min-width: 1001px) {
    .btn_menu {
        display: none;
    }
}
/*
Global Nav
---------------------------------*/

.global_nav {
    position: fixed;
    top: 80px;
    left: 0;
    width:  100%;
    height: 0;
    min-height: 0;
    transition: .3s;
    background: #fff;
    overflow: hidden;
}
.global_nav.active {
    min-height: 100vh;
}
.global_nav_inner {
    border-top: solid #ddd 2px;
    overflow: scroll;
    height: 100%;
    padding-bottom: 120px;
}
.global_nav_list {
    border-bottom: solid #ddd 2px;
    margin-bottom: 32px;
}
.global_nav_item a {
    padding: 16px 5%;
    font-weight: 700;
    font-size: 1.6rem;
    display: block;
}
.global_nav_item a:hover {
    text-decoration: none;
}
.global_nav_item + .global_nav_item {
    border-top: solid #ddd 2px;
}
.global_nav_item i {
    margin-right: 8px;
    color: #19a78e;
}
@media (min-width: 767px) {
    .global_nav {
        top: 120px;
    }
    .global_nav .content_tel {
        margin: 0 5%;
    }
    .global_nav .setion_contact_btn_list {
        margin: 0 5%;
    }
}
@media (min-width: 1001px) {
    .global_nav {
        top: 120px;;
        height: auto;
        display: block;
        border-top: solid 2px #ddd;
    }
    .global_nav_inner {
        border: none;
        overflow: auto;
    }
    .global_nav.active {
        min-height: 0;
    }
    .global_nav_inner {
        height: 100%;
        padding: 0;
    }
    .global_nav_list {
        display: flex;
        margin: 0;
        padding: 0;
        border: 0;
        width: 100%;
        justify-content: space-between;
    }
    .global_nav_item {
        flex: auto;
		   text-align: center;
    }
    .global_nav_item a {
        padding: 24px;
        font-size: 1.8rem;
        display: block;
    }
    .global_nav_item a {
        transition: background-color .3s , color .3s;
    }
    .global_nav_item a:hover {
        color: #fff;
        background: #19a78e;
    }
    .global_nav_item.current a {
        color: #fff;
        background: #19a78e;
    }
    .global_nav_item a i {
        transition: color .3s;
    }
    .global_nav_item a:hover i {
        color: #fff;
    }
    .global_nav_item.current a i {
        color: #fff;
    }
    .global_nav_list .global_nav_item + .global_nav_item {
        margin: 0;
        border: none;
    }
    .global_nav .content_tel {
        display: none;
    }
    .global_nav .setion_contact_btn_list {
        display: none;
    }
}
@media (min-width: 1121px) {
    .global_nav_inner {
        max-width: 1120px;
        margin: 0 auto;
        position: relative;
    }
    .global_nav_item a {
        padding: 24px;
        font-size: 2rem;
    }
}
/*
Footer
---------------------------------*/

.footer {
    background: #215745;
    padding: 16px 0 80px;
    width: 100%;
}
.footer_shop {
    background: #000000;
    padding: 16px 0 16px;
    width: 100%;
    color: #FFFFFF;
    text-align: center;
}
.footer_inner {
    max-width: 90%;
    margin: 0 auto;
}
.footer_site_name {
    margin: 0;
}
.footer_site_copy {
    display: block;
    font-size: 1rem;
    transform: scale(0.7);
    font-weight: 700;
    transform-origin: left bottom;
    color: #fff;
}
.footer_logo {
    display: block;
    width: 124px;
    height: auto;
    margin: 0;
}
.footer_nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 24px;
}
.footer_nav_item {
    width: 50%;
}
.footer_nav .footer_nav_item:nth-child(n+3) {
    margin-top: 4px;
}
.footer_nav_item a {
    color: #fff;
    font-weight: 700;
}
.footer_nav_item a:hover {
    text-decoration: none;
}
.footer_nav_item i {
    margin-right: 8px;
}
.copyright {
    color: #fff;
    font-size: 1rem;
    text-align: center;
    margin-top: 24px;
    font-weight: 700;
}
.footer_link {
    text-align: center;
    margin-top: 8px;
}
.footer_link a {
    color: #fff;
    text-decoration: underline;
}
#return_top {
    position: fixed;
    right: 2%;
    bottom: 10px;
    z-index: 5;
    text-align: center;
}
#return_top a {
    background: #333;
    width: 48px;
    height: 48px;
    display: block;
    border-radius: 4px;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1em;
}
#return_top i {
    color: #fff;
    font-size: 3rem;
    display: block;
}
#return_top a:hover {
    text-decoration: none;
}
.footer_fix {
    position: fixed;
    bottom: 10px;
    left: 0;
    width: calc( 96% - 48px );
    padding-left: 2%;
    z-index: 10;
    height: 48px;
}
.footer_fix a {
    display: block;
    height: 100%;
    background: #E84833;
    border: solid #333333 2px;
    border-bottom: 2px solid #333333;
    border-radius: 6px;
    color: #fff;
    text-align: center;
    padding: 2px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.footer_fix a:hover {
    text-decoration: none;
}
.footer_fix .tel_number {
    margin: 0;
    line-height: 1.2em;
    font-size: 2.2rem;
}
.footer_fix .tel_number i {
    font-size: 1.7rem;
}
.footer_fix span {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1em;
}

@media (min-width: 768px) {
    .footer {
        padding: 48px 0 24px;
    }
    .footer_site_copy {
        font-size: 1.4rem;
        transform: scale(1);
    }
    .footer_logo {
        display: block;
        width: 250px;
        transition: opacity .3s;
        margin-top: 4px;
    }
    .footer_logo:hover{
        opacity: .7;
    }
    .footer_nav {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 24px;
    }
    .footer_nav_item {
        width: 30%;
    }
    .footer_nav_item a {
        font-size: 1.6rem;
        transition: opacity.3s;
    }
    .footer_nav_item a:hover {
        opacity: .7;
    }
	.footer_shop {
        padding: 24px 0 24px;
    }
    .copyright {
        font-size: 1.4rem;
        margin-top: 32px;
    }
    .footer_link a {
        transition: opacity .3s;
        font-size: 1.6rem;
    }
    .footer_link a:hover {
        opacity: .7;
    }
    #return_top i {
        font-size: 4rem;
    }
    #return_top a {
        width: 64px;
        height: 64px;
        transition: opacity.3s;
        font-size: 1.4rem;
    }
    #return_top a:hover {
        opacity: .7;
    }
}
@media (min-width: 1001px) {
    .footer_nav_item {
        width: auto;
    }
    .footer_nav_item a {
        font-size: 2rem;
    }
    .footer_fix {
        display: none;
    }
}
@media (min-width: 1121px) {
    .footer_inner {
        max-width: 1120px;
        margin: 0 auto;
        position: relative;
    }
}
/*
Sidebar
---------------------------------*/

.single_column .right {
    margin-top: 64px;
}
h2.sidebar_title {
    font-size: 16px;
    color: #333;
    margin: 0;
    padding: 0;
}
ul.sidebar_post_list + h2.sidebar_title {
    margin-top: 40px;
}
h2.sidebar_title i {
    color: #19a78e;
    margin-right: 6px;
}
h2.sidebar_title::after {
    content: none;
}
ul.sidebar_post_list {
    list-style: none;
    border-top: solid #ddd 4px;
    padding: 0;
    margin: 8px 0 0;
}
.sidebar_post_item {
    padding: 8px 0;
    border-bottom: solid #ddd 2px;
}
.sidebar_post_list .sidebar_post_item a {
    display: block;
    color: #333;
}
.sidebar_post_list .sidebar_post_item h3 {
    margin: 0;
    font-size: 15px;
    background: none;
    padding: 0;
}
.popular_post_item {
    position: relative;
    padding-left: 32px;
    counter-increment: popular_post_item;
}
.popular_post_list .popular_post_item h3::before {
    content: counter(popular_post_item);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 24px;
    height: 24px;
    color: #fff;
    background: #215745;
    border-radius: 50%;
    font-size: 12px;
    font-weight: bold;
    z-index: +1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sidebar_post_item .news_cat {
    margin: 0 8px 0 0;
}

@media (min-width: 768px) {
    .single_column {
        display: flex;
        justify-content: space-between;
    }
    .single_column .left {
        width: 75%;
    }
    .single_column .right {
        width: 23%;
        margin: 0;
    }
    h2.sidebar_title {
        font-size: 20px;

    }
    .sidebar_post_list .sidebar_post_item a {
        transition: opacity .3s;
    }
    .sidebar_post_list .sidebar_post_item a:hover {
        opacity: 0.7;
    }

}

/*---------------------------------
Main
---------------------------------*/

.section {
    padding: 40px 0;
}


.section > .container > .inner {
    background: #fff;
    border-radius: 6px;
    padding: 24px 16px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 0 5px;
	/*border: solid #19a78e 4px;*/
}
.section_contact .inner {
    border-radius: 8px;
    padding: 40px;
    box-shadow: rgb(0 0 0 / 30%) 0 0 10px;
	border: solid #333333 4px;
}
.page_line .inner {
    border-radius: 8px;
    padding: 40px;
    box-shadow: rgb(0 0 0 / 30%) 0 0 10px;
	border: solid #19a78e 4px;
}
.page_company .inner {
    border-radius: 8px;
    padding: 40px;
    box-shadow: rgb(0 0 0 / 30%) 0 0 10px;
	border: solid #19a78e 4px;
}
.page_shop .inner {
    border-radius: 8px;
    padding: 40px;
    box-shadow: rgb(0 0 0 / 30%) 0 0 10px;
    border: 4px solid #000000;
}
.page_question .inner {
        border-radius: 8px;
        padding: 40px;
        box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
	border: solid #19a78e 2px;
    }
.page_area .inner {
        border-radius: 8px;
        padding: 40px;
        box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
	border: solid #19a78e 2px;
    }
.area_item .inner {
    padding: 12px;
	border: none;
		box-shadow: 0 0 0 0 #ffffff;
}
.page_contents {
    background: url("../img/bg_04.png");
    background-position: center;
    background-size: 60px;
}
.page_area {
    background-image: url(../img/bg_dot02.png);
}
.page_question {
    background-image: url(url);
}
.page_line {
    background-image: url(../img/bg_stripes01.png);
}
.page_company {
    background-color: #FFFFFF;
}
.page_shop {
    background-color: #FFFFFF;
    padding-top: 20px;
    padding-bottom: 20px;
}

.single_contents {
    background: url("../img/bg_04.png");
    background-position: center;
    background-size: 60px;
}
@media (min-width: 768px) {
    .section {
        padding: 80px 0;
    }

    .section > .container > .inner {
        border-radius: 8px;
        padding: 40px;
        box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
    }
    .page_contents {
        background: url("../img/bg_04.png");
        background-position: center;
        background-size: 120px;
        min-height: calc( 100vh - 450px );
    }
	.page_area {
    min-height: calc( 100vh - 450px );
    background-color: #BCFFEB;
    }
	.page_question {
    background-image: url(../img/bg_stripes01.png);
    min-height: calc( 100vh - 450px );
    }
	.page_line {
    min-height: calc( 100vh - 450px );
    }
	.page_company {
    min-height: calc( 100vh - 450px );
    }
	.page_shop {
    /*min-height: calc( 100vh - 350px );*/
    padding-top: 40px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 40px;
    }

    .single_contents {
        background: url("../img/bg_04.png");
        background-position: center;
        background-size: 120px;
        min-height: calc( 100vh - 450px );
    }
}
/*
Main Visual
---------------------------------*/

.main_visual {
    position: relative;
    background-color: #BCFFEB;
    padding-top: 32px;
    padding-bottom: 32px;
    background-image: url(../img/index_bg.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
}
.shop_visual {
    position: relative;
    padding-top: 20px;
    padding-bottom: 0px;
    background-color: #FFFFFF;
}
.mv_title {
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    z-index: 1;
    font-size: 0;
}
.shop_title {
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    z-index: 1;
    font-size: 0;
}
.mv_person {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 26%;
    z-index: 2;
}
.mv_truck {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 56px;
    width: 92%;
    margin: auto;
}
.mv_price {
    position: absolute;
    right: 17%;
    bottom: 15vw;
    width: 53vw;
    z-index: 1;
}
.mv_area {
    display: flex;
    background: #fff;
    font-size: 1.1rem;
    border-radius: 4px;
    position: relative;
    z-index: 3;
    box-shadow: rgba(0, 0, 0, 0.3) 0 0 5px;
    overflow: hidden;
    line-height: 32px;
    height: 32px;
    font-weight: 700;
}
.mv_area span {
    display: inline-block;
    height: 100%;
    position: relative;
    font-size: 1.3rem;
    background: #19a78e;
    color: #fff;
    font-weight: 900;
    padding: 0 4px 0 8px;
    min-width: 77px;
}
.mv_area span::after {
    content: "";
    position: absolute;
    top: 0;
    right: -16px;
    width: 0;
    height: 100%;
    border-style: solid;
    border-width: 32px 0 0 16px;
    border-color: transparent transparent transparent #19a78e;
}
.mv_area .bottom {
    padding: 0 0 0 20px;
}
@media (min-width: 768px) {
    .main_visual {
    position: relative;
    }
    .main_visual .container {
    position: relative;
    }
	.shop_visual {
    position: relative;
    padding-bottom: 0px;
		padding-top: 40px;
    }
    .shop_visual .container {
    position: relative;
    }
    .mv_title {
    max-width: 100%;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    z-index: 1;
    font-size: 0;
    }
	.shop_title {
    max-width: 50%;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    z-index: 1;
    font-size: 0;
    }
    .mv_person {
        width: 26%;
        max-width: 290px;
    }
    .mv_truck {
        position: absolute;
        left: 0;
        right: auto;
        bottom: 50px;
        max-width: 700px;
        margin: auto;
    }
    .mv_price {
        right: 195px;
        bottom: 144px;
        width: 53vw;
        max-width: 452px;
        z-index: 1;
    }
    .mv_area {
        font-size: 2rem;
        border-radius: 8px;
        box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
        line-height: 56px;
        height: 56px;
        width: 560px;
    }
    .mv_area span {
        font-size: 2.4rem;
        padding: 0 12px 0 16px;
        min-width: 148px;
    }
    .mv_area span::after {
        right: -20px;
        border-style: solid;
        border-width: 56px 0 0 20px;
        border-color: transparent transparent transparent #19a78e;
    }
    .mv_area .bottom {
        padding: 0 0 0 32px;
    }
}
/*
Section Contact
---------------------------------*/

.section_contact {
    background: url("../img/bg_dot01.png");
    background-size: 20px;
}
.note {
    border: solid #D52D1F 2px;
    border-radius: 2px;
    position: relative;
}
.note_title {
    position: absolute;
    top: -12px;
    right: 0;
    left: 0;
    width: auto;
    margin: 0 auto;
    background: #fff;
    padding: 0 8px;
    color: #D52D1F;
    font-size: 1.6rem;
    font-weight: 900;
    width: 240px;
    text-align: center;
}
.note_text {
    margin: 0;
    padding: 16px 8px 8px;
    font-weight: 900;
}
.note_text span {
    font-size: 1.2rem;
}
.note + .content_tel {
    margin-top: 16px;
}
.text_flame + .content_tel {
    margin-top: 16px;
}
.content_tel {
    text-align: center;
}
.tel_text {
    text-align: center;
    position: relative;
}
.tel_text.top {
    width: 200px;
    font-weight: 900;
    margin: 0 auto;
}
.tel_text.top .top {
    color: #19a78e;
    font-size: 1.2rem;

}
.tel_text.top .bottom {
    font-size: 1.6rem;
}
.tel_text.top::before,
.tel_text.top::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    height: 56px;
    width: 2px;
    background: #333;
    margin: auto;
}
.tel_text.top::before {
    left: -16px;
    transform: rotate(-20deg);
}
.tel_text.top::after{
    right: -16px;
    transform: rotate(20deg);
}
.tel_number {
    font-family: 'Roboto', sans-serif;
    font-size: 2.8rem;
    font-weight: 900;
    text-align: center;
    margin-top: 12px;
    letter-spacing: 0.05em;
}
.section_contact .tel_number {
    background: #ffe0ab;
    padding: 8px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 8px;
}
.tel_number i {
    margin-right: 8px;
    font-size: 2.4rem;
}
.tel_number a {
    transition: opacity .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1em;
}
.tel_number a:hover {
    text-decoration: none;
    opacity: .7;
}
.balloon {
    background: #19a78e;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 900;
    position: relative;
    display: inline-block;
    padding: 3px 8px;
    margin-right: 16px;
}
.balloon::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -12px;
    height: 0;
    width: 0;
    margin: auto;
    border-style: solid;
    border-width: 6px 0 6px 12px;
    border-color: transparent transparent transparent #19a78e;
}
.tel_text.bottom {
    font-weight: 700;
}
.tel_text.bottom .top {
    font-size: 1.2rem;
    display: inline-block;
}
.tel_text.bottom .bottom {
    display: block;
    font-size: 1rem;
    margin-top: 4px;
}
.setion_contact_btn_list {
    margin-top: 12px;
}
.setion_contact_btn_list a {
    display: block;
    width: 70vw;
    max-width: 400px;
    margin: 0 auto;
}
.setion_contact_btn_list a + a {
    margin-top: 12px;
}
.setion_contact_btn_list {
    margin-top: 12px;
}

.setion_contact_btn_list a {
    display: block;
    width: 70vw;
    margin: 0 auto;
}

.setion_contact_btn_list a + a {
    margin-top: 12px;
}

.btn.contact {
    background: #e88733;
}

.btn.line {
    background: #00B900;
}
.tel_note {
    display: none;
}
@media (min-width: 768px) {
    .section_contact {
        background: url("../img/bg_dot01.png");
        background-size: 40px;
    }
    .note {
        border: solid #D52D1F 4px;
        border-radius: 4px;
    }
    .note_title {
        top: -18px;
        padding: 0 16px;
        font-size: 2rem;
        width: 320px;
    }
    .note_text {
        padding: 24px 16px 16px;
        font-size: 1.8rem;
    }
    .note_text span {
        font-size: 1.5rem;
    }
    .content_tel {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .note + .content_tel {
        margin-top: 24px;
    }
    .content_tel > div {
        width: 48%;
        max-width: 510px;
    }
    .content_tel > div + div {
        margin: 0 0 0 2.85vw;
    }
    .tel_text {
        text-align: center;
        position: relative;
    }
    .tel_text.top {
        width: auto;
        max-width: 400px;
    }
    .tel_text.top .top {
        font-size: 2.14vw;
    }
    .tel_text.top .bottom {
        font-size: 2.85vw;
    }
    .tel_text.top::before,
    .tel_text.top::after {
        height: 8vw;
        width: 0.3vw;
    }
    .tel_text.top::before {
        left: -2vw;
    }
    .tel_text.top::after{
        right: -2vw;
    }
    .tel_number {
        font-size: 4.2vw;
        margin-top: 0;
    }
    .section_contact .tel_number {
        display: block;
    }
    .tel_number i {
        margin-right: 0.71vw;
        font-size: 3.6vw;
    }
    .section_contact .balloon {
        font-size: 1.8vw;
        padding: 3px 0.7vw;
        margin-right: 1.4vw;
        width: 13vw;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .section_contact .balloon::after {
        right: -1.4vw;
        border-width: 0.7vw 0 0.7vw 1.4vw;
    }
    .tel_text.bottom {
        display: flex;
    }
    .tel_text.bottom .top {
        font-size: 1.8vw;
    }
    .tel_text.bottom .bottom {
        display: none;
    }
    .tel_note {
        display: block;
        text-align: center;
        font-size: 1vw;
    }
    .setion_contact_btn_list {
        margin-top: 12px;
        display: flex;
    }
    .setion_contact_btn_list a {
        width: auto;
		 /*max-width: 510px;*/
        max-width: 510px;
        transition: opacity .3s;
    }
	.setion_contact_btn_list {
        margin-top: 16px;
        display: flex;
    }

    .setion_contact_btn_list a {
        width: 100%;
		max-width: 510px;
        transition: opacity .3s;
    }

    .setion_contact_btn_list a:hover {
        opacity: .7;
    }

    .setion_contact_btn_list a + a {
        margin: 0 0 0 2.85vw;
    }
    .setion_contact_btn_list a:hover {
        opacity: .7;
    }
    .setion_contact_btn_list a + a {
        margin: 0 0 0 2.85vw;
    }
}
@media (min-width: 1121px) {
    .content_tel > div + div {
        margin: 0 0 0 32px;
    }
    .tel_text.top {
        width: auto;
        max-width: 400px;
    }
    .tel_text.top .top {
        font-size: 2.4rem;
    }
    .tel_text.top .bottom {
        font-size: 3.2rem;
    }
    .tel_text.top::before,
    .tel_text.top::after {
        height: 90px;
        width: 4px;
    }
    .tel_text.top::before {
        left: -24px;
    }
    .tel_text.top::after{
        right: -24px;
    }
    .tel_number {
        font-size: 5.6rem;
    }
    .tel_number i {
        margin-right: 8px;
        font-size: 4.4rem;
    }
    .section_contact .balloon {
        font-size: 2.4rem;
        padding: 3px 8px;
        margin-right: 16px;
        width: 160px;
    }
    .section_contact .balloon::after {
        right: -16px;
        border-width: 8px 0 8px 16px;
    }
    .tel_text.bottom .top {
        font-size: 2.2rem;
    }
    .tel_note {
        font-size: 1.3rem;
    }
    .setion_contact_btn_list a + a {
        margin: 0 0 0 32px;
    }
	.setion_contact_btn_list {
        margin-top: 8px;
    }

    .setion_contact_btn_list a + a {
        margin: 0 0 0 48px;
    }
}
/*
Section About
---------------------------------*/

.section_about {
}
.about_text {
    margin: 16px 16px 0;
    padding: 8px 0;
    text-align: center;
    font-weight: 700;
    font-size: 1.5rem;
}
.about_list {
    margin-top: 16px;
}
.about_list_item + .about_list_item {
    margin-top: 24px;

}
.about_list_item {

	border: solid 4px #333333;
    border-radius: 8px;
    box-shadow: rgba(0,0,0,0.3) 0 0 5px;
}
.about_list_title {
    background: #19a78e;
    margin: 0;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 900;
    letter-spacing: 0.05em;
    padding: 2px;
    border-radius: 4px 4px 0 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.about_list_title span {
    color: #ffe0ab;
    font-size: 2rem;
}
.about_list_img {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    overflow: hidden;
}
.about_list_img img {
    height: 32vw;
}
.about_list_text {
    margin-top: 8px;
    margin-right: 8px;
    margin-left: 8px;
    margin-bottom: 8px;
    font-weight: 700;
}
@media (min-width: 768px) {
    .section_about {
    background-image: url(../img/bg_stripes01.png);
    background-repeat: repeat;
    }
    .about_text {
        margin: 32px 32px 0;
        padding: 16px 0;
        font-size: 2rem;
    }
    .about_list {
        margin-top: 56px;
        display: flex;
        flex-wrap: wrap;
    }
    .about_list_item {
        width: 32%;
        max-width: 352px;
		border: solid 4px #333;
    border-radius: 8px;
    box-shadow: rgb(0 0 0 / 30%) 0 0 10px;
    }
    .about_list_item + .about_list_item {
        margin: 0 0 0 2%;
    }
    .about_list_item:nth-of-type(3n+1) {
        margin-left: 0;
    }
    .about_list_item:nth-of-type(n+4) {
        margin-top: 32px;
    }
    .about_list_title {
        font-size: 2.4rem;
        padding: 4px;
        border-radius: 4px 4px 0 0;
    }
    .about_list_title span {
        font-size: 2.8rem;
    }
    .about_list_img {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    }
    .about_list_img img {
        height: 198px;
    }
    .about_list_text {
        margin: 16px 16px 16px 16px;
        font-size: 1.6rem;
    }
}
@media (min-width: 1001px) {
    .about_text {
        font-size: 2.2rem;
    }
    .about_list_title {
        font-size: 2.8rem;
        padding: 4px;
        border-radius: 4px 4px 0 0;
    }
    .about_list_title span {
        font-size: 3.2rem;
    }

    .about_list_text {
        font-size: 1.8rem;
    }
}
@media (min-width: 1121px) {
    .about_list_item + .about_list_item {
        margin: 0 0 0 32px;
    }
    .about_list_item:nth-of-type(3n+1) {
        margin-left: 0;
    }
    .about_list_item:nth-of-type(n+4) {
        margin-top: 32px;
    }
}
/*
Section Plan
---------------------------------*/

/*.plan_title {
    text-align: center;
}
.plan_title .section_title {
    position: relative;
    display: inline-block;
}
.plan_title .section_title::before,
.plan_title .section_title::after {
    content: "";
   position: absolute;
    top: 0;
    width: 52px;
    height: 54px;
    background: url("../img/star.png");
    background-size: 100%;
}
.plan_title .section_title::before {
    left: -54px;
}
.plan_title .section_title::after {
    right: -54px;
    left: auto;
    transform: scale(-1, 1);
}*/
.section_plan {
    background-color: #bcffeb;
}
.plan_list {
    margin-top: 32px;
}
.plan_list_item {
    background: #fff;
    border: solid 4px #333333;
    border-radius: 8px;
    box-shadow: rgba(0,0,0,0.3) 0 0 5px;
}
.plan_list_item + .plan_list_item {
    margin-top: 24px;
}
.plan_list_title {
    background: #19a78e;
    color: #fff;
    font-weight: 900;
    margin: 0;
    padding: 6px 8px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.plan_list_title span {
    font-size: 1.6rem;
}
.plan_list_title .small {
    font-size: 1.3rem;
}
.plan_list_item_inner {
    padding: 8px;
}
.plan_price {
    background: #ffe0ab;
    text-align: center;
    padding: 8px;
    border-radius: 2px;
    font-size: 4.2rem;
    font-weight: 900;
    color: #E88733;
    font-family: "Arial Black", Gadget, sans-serif;
}
.plan_price img {
    height: 40px;
    width: auto;
}
.plan_contents {
    display: flex;
    margin-top: 8px;
}
.plan_img {
    min-width: 96px;
    max-width: 96px;
    width: 30%;
    margin-right: 8px;
    max-height: 134px;
}
.plan_text {
    font-weight: 900;
    font-size: 1.4rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}
.plan_text .bottom {
    margin-top: 8px;
    padding: 8px;
    font-size: 1.2rem;
    min-height: 50%;
}
.footnote {
    margin-top: 32px;
    font-size: 1.2rem;
}
.footnote p {
    margin: 0;
}
@media (min-width: 768px) {
    .section_plan {
    background-color: #bcffeb;
    }
    /*.plan_title .section_title::before,
    .plan_title .section_title::after {
        width: 104px;
        height: 108px;
    }
    .plan_title .section_title::before {
        left: -108px;
    }
    .plan_title .section_title::after {
        right: -108px;
    }*/
    .plan_list {
        margin-top: 64px;
        display: flex;
        flex-wrap: wrap;
    }
    .plan_list_item {
        border: solid 4px #333;
        border-radius: 8px;
        box-shadow: rgba(0,0,0,0.3) 0 0 10px;
        width: 48%;
    }
    .plan_list_item + .plan_list_item {
        margin: 0 0 0 4%;
    }
    .plan_list_item:nth-of-type(2n+1) {
        margin-left: 0;
    }
    .plan_list_item:nth-of-type(n+3) {
        margin-top: 32px;
    }
    .plan_list_title {
        font-size: 2rem;
        padding: 8px 12px;
    }
    .plan_list_title span {
        font-size: 2.6rem;
    }
    .plan_list_title .small {
        font-size: 2.2rem;
    }
    .plan_list_item_inner {
        padding: 8px;
    }
}
@media (min-width: 1001px) {
    .plan_list_title {
        font-size: 2.8rem;
        padding: 12px 16px;
    }
    .plan_list_title span {
    font-size: 3.6rem;
    }
    .plan_list_item {
        display: flex;
        flex-direction: column;
    }
    .plan_list_item_inner {
        padding: 12px;
        display: flex;
        flex-direction: column;
        flex: 1 0 auto;
    }
    .plan_contents {
        flex: 1 0 auto;
    }
    .plan_price {
    padding: 16px;
    border-radius: 4px;
    font-size: 5rem;
    }
    .plan_price img {
        height: 80px;
    }
    .plan_img {
        width: 30%;
        margin-right: 16px;
    }
    .plan_text {
        font-size: 2rem;
    }
    .plan_text .bottom {
        padding: 16px;
        font-size: 1.8rem;
    }
    .footnote {
        margin-top: 64px;
        font-size: 1.6rem;
    }
    .footnote p {
        margin: 0;
    }
}
/*
Section Credit
---------------------------------*/

.section_credit {
    background-position: center;
    background-size: 60px;
    background-color: #FFFFFF;
}
.credit_text {
    margin: 16px 16px 0;
    padding: 8px 0;
    text-align: center;
    font-weight: 700;
    font-size: 1.5rem;
}
@media (min-width: 768px) {
    .section_credit {
    background-position: center;
    background-size: 120px;
    background-color: #FFFFFF;
    }
    .credit_img {
        margin-top: 56px;
    }
    .credit_text {
        margin: 32px 32px 0;
        padding: 16px 0;
        font-size: 2rem;
    }
}
@media (min-width: 1001px) {
    .credit_text {
        font-size: 2.2rem;
    }
}
/*
Section Flow
---------------------------------*/

.section_flow {
    background-image: url(../img/bg_stripes01.png);
    background-position: center;
}
.flow_list {
    margin-top: 32px;
}
.flow_list_item {
    text-align: center;
}
.flow_list_item + .flow_list_item {
    position: relative;
    margin-top: 80px;
}
.flow_list_item + .flow_list_item::before {
    content: "";
    position: absolute;
    top: -52px;
    right: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 26px 16px 0 16px;
    border-color: #19a78e transparent transparent transparent;
}
.flow_label {
    background: #19a78e;
    color: #fff;
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0 4px 2px;
    border-radius: 2px;
}
.flow_list_title {
    margin: 8px 0 0;
    font-size: 2rem;
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.flow_list_img {
    width: 164px;
    margin: 8px auto 0;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.3) 0 0 18px;
    border: 8px solid #ffffff;
}
.flow_text {
    text-align: left;
    margin: 8px 0 0;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.flow_text_annotation {
    text-align: right;
    font-size: 1.2rem;
    margin: -17px 6px 0 0;
}
@media (min-width: 768px) {
    .section_flow {
    background-image: url(../img/bg_stripes01.png);
    background-position: center;
    }
    .flow_list {
        margin-top: 56px;
        display: flex;
        justify-content: space-between;
    }
    .flow_list_item {
        width: 28%;
        max-width: 352px;
    }
    .flow_list_item + .flow_list_item {
        margin: 0;
    }
    .flow_list_item + .flow_list_item::before {
        top: 0;
        left: -32px;
        right: auto;
        bottom: 0;
        margin: auto;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 20px 0 20px 32px;
        border-color: transparent transparent transparent #19a78e;
    }
    .flow_label {
        padding: 0 8px 4px;
        border-radius: 4px;
        font-size: 1.8rem;
    }
    .flow_list_title {
        margin: 8px 0 0;
        font-size: 2rem;
    }
    .flow_list_img {
        width: 200px;
        /*box-shadow: rgba(0, 0, 0, 0.3) 0 0 6px;*/
    }
    .flow_text {
        font-size: 1.6rem;
        margin: 16px 0 0;
        font-weight: 700;
    }
}
@media (min-width: 1001px) {
    .flow_list_item {
        width: 32%;
    }
    .flow_label {
        font-size: 2.4rem;
    }
    .flow_list_title {
        font-size: 2.8rem;
    }
    .flow_list_img {
        width: 224px;
    }
    .flow_text {
        font-size: 1.8rem;
    }
    .flow_text_annotation {
        margin: 5px 10px 0 0;
    }
}
/*
Section Caution
---------------------------------*/

.section_caution {
    background-color: #000;
}
.caution_img {
    margin: 24px auto 0;
    width: 160px;
}
.caution_text {
    margin: 16px 16px 0;
    padding: 8px 0;
    text-align: center;
    font-weight: 700;
    font-size: 1.5rem;
    text-align: left;
}
@media (min-width: 768px) {
    .caution_contents {
        display: flex;
        align-items: center;
        margin-top: 40px;
    }
    .caution_img {
        margin: 0 40px 0 0;
        min-width: 150px;
    }
    .caution_text {
        margin: 0 32px;
        padding: 16px 0;
        font-size: 2rem;
    }
}
@media (min-width: 1001px) {
    .caution_text {
        font-size: 2.2rem;
    }
}
/*
Section Voice
---------------------------------*/

.section_voice {
}
.voice_note {
    text-align: center;
    margin: 24px 0 0;
    font-size: 1.6rem;
    font-weight: 700;
}
.voice_list {
    margin-top: 32px;
}
.voice_list_item {
    display: flex;
}
.voice_list_item + .voice_list_item {
    margin-top: 24px;
}
.voice_list_img {
    margin-right: 12px;
    max-width: 60px;
}
.voice_list_title {
    margin: 0;
    color: #19a78e;
    font-size: 1.6rem;
    font-weight: 900;
}
.voice_list_text {
    font-weight: 700;
    margin: 8px 0 0;
}
@media (min-width: 768px) {
    .section_voice {
    background-image: url(../img/bg_05.png);
    }
    .voice_note {
        margin: 32px 0 0;
        font-size: 2rem;
    }
    .voice_list {
        margin-top: 48px;
    }
    .voice_list_item + .voice_list_item {
        margin-top: 32px;
    }
    .voice_list_img {
        margin-right: 32px;
        max-width: 120px;
    }
    .voice_list_title {
        font-size: 2.4rem;
    }
    .voice_list_text {
        font-size: 1.8rem;

    }
}
@media (min-width: 1001px) {
    .voice_note {
        font-size: 2.2rem;
    }
}
/*
Section News
---------------------------------*/

.section_news {
    background: #EFEFEF;
}
.section_news_title {
    color: #19a78e;
    font-size: 2rem;
    font-weight: 900;
    position: relative;
    text-align: center;
    margin: 0 0 32px;
    padding-bottom: 8px;
}
.section_news_title::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background: #1A1A1A;
    height: 3px;
    width: 80px;
}
.news_list {
    border-top: solid #ddd 1px;
    border-bottom: solid #ddd 1px;
}
.news_list_item {
    padding: 12px 0;
}
.news_list_item + .news_list_item {
    border-top: solid #ddd 1px;
}
.news_time {
    font-weight: 700;
}
.news_cat {
    color: #fff;
    background: #19a78e;
    border-radius: 2px;
    padding: 0 12px 2px;
    font-size: 1.2rem;
    font-weight: 700;
    margin-left: 8px;
}
.news_list_title {
    margin: 4px 0 0;
    font-weight: 700;
    font-size: 1.4rem;
}
.news_list_title a {
    color: #333;
    font-weight: 700;
    text-decoration: none;
}
@media (min-width: 768px) {
    .section_news_title {
        font-size: 4rem;
        margin: 0 0 64px;
    }
    .section_news_title::after {
        height: 6px;
        width: 160px;
    }
    .news_list_item {
        padding: 24px 0;
        display: flex;
    }
    .news_time {
        font-size: 1.6rem;
        min-width: 88px;
    }
    .news_cat {
        border-radius: 4px;
        padding: 0 0 2px;
        font-size: 1.4rem;
        margin-left: 16px;
        min-width: 120px;
        text-align: center;
        height: 24px;
    }
    .news_list_title {
        margin: 0 0 0 16px;
        font-size: 1.6rem;
    }
}
@media (min-width: 1001px) {
    .news_cat {
        margin-left: 32px;
        padding: 0 32px 2px;
    }
    .news_list_title {
        margin: 0 0 0 32px;
    }
}
/*---------------------------------
News
---------------------------------*/

/*---------------------------------
Company
---------------------------------*/

/*---------------------------------
line
---------------------------------*/

.line_cacth {
    position: relative;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 900;
    width: 270px;
    margin: 0 auto;
}
.line_cacth::before,
.line_cacth::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    height: 40px;
    width: 2px;
    background: #333;
    margin: auto;
}
.line_cacth::before {
    left: -16px;
    transform: rotate(-20deg);
}
.line_cacth::after {
    right: -16px;
    transform: rotate(20deg);
}
.line_contents {
    text-align: center;
    padding: 12px 12px 32px;
    border-radius: 2px;
    margin: 8px 0 24px;
}
.line_contents h3 {
    margin: 0 0 12px;
    font-size: 1.6rem;
}
.line_contents .right {
    margin-top: 32px;
}
.line_contents h3:nth-child(n+2) {
    margin-top: 32px;
}
.line_qr {
    width: 140px;
    margin: 0 auto 0;
}
.line_search {
    display: flex;
    line-height: 40px;
    text-align: center;
    justify-content: center;
}
.line_search .box {
    border: solid #888 2px;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 0 12px;
    background: #fff;
    white-space: nowrap;
}
.line_search .icon {
    background: #888;
    color: #fff;
    font-size: 2.4rem;
    width: 44px;
}
.line_friend {
    width: 120px;
    margin: 0 auto;
}
@media (min-width: 768px) {
    .line_cacth {
        font-size: 3.2rem;
        width: 560px;
    }
    .line_cacth::before,
    .line_cacth::after {
        height: 90px;
        width: 4px;
    }
    .line_cacth::before {
        left: -24px;
    }
    .line_cacth::after {
        right: -24px;
    }
    .line_contents {
        padding: 40px 40px 48px;
        border-radius: 4px;
        margin: 16px 0 48px;
    }
    .line_contents .right {
        margin: 48px 0 0;
    }
    .line_contents h3 {
        margin: 0 0 24px;
        font-size: 3.2rem;
    }
    .line_contents h3:nth-child(n+2) {
        margin-top: 48px;
    }
    .line_qr {
        width: 280px;
    }
    .line_search {
        line-height: 80px;
    }
    .line_search .box {
        border: solid #888 4px;
        font-size: 3.2rem;
        padding: 0 24px;
    }
    .line_search .icon {
        font-size: 4.8rem;
        width: 88px;
    }
    .line_friend {
        width: 240px;
    }
    .line_friend a {
        transition: opacity .3s;
    }
    .line_friend a:hover {
        opacity: .7;
    }
    .line_text {
        font-size: 2rem;
        font-weight: 500;
        margin: 24px 0 0;
    }
}
@media (min-width: 1001px) {
    .line_contents {
        display: flex;
    }
    .line_contents > div {
        width: 50%;
    }
    .line_contents .right {
        margin: 0;
    }
}
/*---------------------------------
Area
---------------------------------*/

.area_item {
    border: solid #19a78e 2px;
    border-radius: 4px;
}
.area_item + .area_item {
    margin-top: 24px;
}
.area_item_tite {
    background: #19a78e;
    color: #fff;
    font-weight: 900;
    padding: 8px;
    margin: 0;
    font-size: 1.6rem;
}
.area_item .inner {
    padding: 12px;
	border: none;
}
.area_item .left_line_title {
    font-size: 1.5rem;
}
.area_item_text {
    font-size: 1.4rem;
}
.area_item .area_item_text + .left_line_title {
    margin-top: 24px;
}
.area_item .area_link_area {
    display: inline-block;
    font-size: 1.4rem;
}
.accordion_toggle {
    cursor: pointer;
    display: inline-block;
    font-size: 1.4rem;
}
.accordion_toggle:hover {
    text-decoration: underline;
    opacity: 0.7;
}
.-open.accordion_toggle {
    display: block;
}
.accordion_detail {
    display: none;
    margin: 0 0 10px 14px;
    line-height: 1.6;
    font-size: 1.4rem;
}
.-show.accordion_detail {
    display: block;
}
@media (min-width: 768px) {
    .area_item {
        border: solid #19a78e 4px;
        border-radius: 8px;
    }
    .area_item + .area_item {
        margin-top: 32px;
    }
    .area_item_tite {
        padding: 16px;
        font-size: 2.4rem;
    }
    .area_item .inner {
        padding: 24px;
		border: none;
    }
    .area_item .left_line_title {
        font-size: 2.2rem;
    }
    .area_item .area_link_area {
        display: inline-block;
        font-size: 1.6rem;
    }
    .area_item_text {
        font-size: 1.6rem;
        line-height: 1.8em;
    }
    .area_item .area_item_text + .left_line_title {
        margin-top: 32px;
    }
}
@media (min-width: 1001px) {


    .accordion_toggle {
        font-size: 1.6rem;
        line-height: 1.8em;
    }
    .accordion_detail {
        margin: 0 0 10px 28px;
        font-size: 1.6rem;
        line-height: 1.8em;
    }
}
/*---------------------------------
Question
---------------------------------*/

.question_list_item {
    border: solid #19a78e 2px;
    border-radius: 4px;
}
.question_list_item + .question_list_item {
    margin-top: 16px;
}
.question_item_title {
    position: relative;
    background: #19a78e;
    color: #fff;
    font-weight: 900;
    font-size: 1.4rem;
    padding: 8px 8px 10px 32px;
    margin: 0;
}
.question_item_title::before {
    content: "Q";
    position: absolute;
    left: 8px;
    top: 10px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 2rem;
    font-weight: 900;
    line-height: 1em;
}
.question_answer {
    position: relative;
    padding: 12px 12px 12px 32px;
    margin: 0;
}
.question_answer::before {
    content: "A";
    position: absolute;
    left: 8px;
    top: 12px;
    color: #19a78e;
    font-family: "Roboto", sans-serif;
    font-size: 2rem;
    font-weight: 900;
    line-height: 1em;
}
@media (min-width: 768px) {
    .question_list_item {
        border: solid #19a78e 4px;
        border-radius: 8px;
    }
    .question_list_item + .question_list_item {
        margin-top: 32px;
    }
    .question_item_title {
        font-size: 2.4rem;
        padding: 12px 16px 12px 56px;
    }
    .question_item_title::before {
        left: 16px;
        top: 10px;
        font-size: 4rem;
    }
    .question_answer {
        position: relative;
        padding: 12px 16px 12px 56px;
        margin: 0;
        font-size: 1.8rem;
        min-height: 56px;
    }
    .question_answer::before {
        left: 16px;
        top: 10px;
        font-size: 4rem;
    }
}
/*---------------------------------
Contact
---------------------------------*/

.page_contact {
    background: url("../img/bg_03.png");
    background-position: center;
    background-size: 60px;
}
.page_form {
    background-image: url(../img/bg_dot02.png);
}
.page_contact .page_title {
    margin-bottom: 16px;
}
.page_contact .inner {
    background: #fff;
    border-radius: 6px;
    padding: 24px 16px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 0 5px;
	
}
.page_form .page_title {
    margin-bottom: 16px;
}
.page_form .inner {
    background: #fff;
    border-radius: 6px;
    padding: 24px 16px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 0 5px;
	border: solid #333 4px;
}
.contact_catch {
    position: relative;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 900;
    width: 212px;
    margin: 0 auto;
}
.contact_catch span {
    color: #D52D1F;
    font-size: 2.4rem;
}
.contact_catch::before,
.contact_catch::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    height: 40px;
    width: 2px;
    background: #333;
    margin: auto;
}
.contact_catch::before {
    left: -16px;
    transform: rotate(-20deg);
}
.contact_catch::after{
    right: -16px;
    transform: rotate(20deg);
}
.contact_note {
    text-align: center;
    font-size: 1.3rem;
    font-weight: 500;
    margin: 8px 0 16px;
}
.form_table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0px;
    text-align: left;
}
.form_table th {
    width: 100%;
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
}
.form_table tr:nth-child(n+2) th {
    margin-top: 24px;
}
.form_table td {
    width: 100%;
    display: block;
    margin-top: 8px;
}
.required {
    color: #fff;
    font-size: 1.2rem;
    background: #19a78e;
    margin-left: 8px;
    padding: 0 8px 1px;
    border-radius: 2px;
}
.form_control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 8px 12px;
    font-size: 1.6rem;
    background: #F8F8F8;
    border: solid #ddd 1px;
    border-radius: 2px;
    box-sizing: border-box;
}
input::-webkit-input-placeholder {
    font-size: 1.2rem;
    letter-spacing: 0.15em;
}
input:-moz-placeholder {
    font-size: 1.2rem;
    letter-spacing: 0.15em;
}
input::-moz-placeholder {
    font-size: 1.2rem;
    letter-spacing: 0.15em;
}
input:-ms-input-placeholder {
    font-size: 1.2rem;
    letter-spacing: 0.15em;
}

.form_radio input[type=radio] {
    display: none;
}

.form_control + .form_control {
    margin-top: 8px;
}
.form_checkbox input[type=checkbox] {
    display: none;
}
textarea.form_control {
    height: 90px;
}
.form_note {
    display: block;
    font-size: 1.4rem;
    font-weight: 500;
    margin: 8px 0 0;
}
div.screen-reader-response {
  display: none;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@media (min-width: 768px) {
    .page_contact {
        background: url("../img/bg_03.png");
        background-position: center;
        background-size: 120px;
    }
	.page_form {
    }
    .page_contact .page_title {
        margin-bottom: 40px;
    }
    .page_contact .inner {
        border-radius: 8px;
        padding: 40px;
        box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
	border: solid #19a78e 4px;
    }
	.page_question .inner {
        border-radius: 8px;
        padding: 40px;
        box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
	border: solid #19a78e 4px;
    }
	.section_flow .inner {
        border-radius: 8px;
        padding: 40px;
        box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
	border: solid #19a78e 4px;
    }
	.page_area .inner {
        border-radius: 8px;
        padding: 40px;
        box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
	border: solid #19a78e 4px;
    }
	.area_item .inner {
    padding: 12px;
	border: none;
		box-shadow: 0 0 0 0 #ffffff;
}
	.page_form .page_title {
        margin-bottom: 40px;
    }
    .page_form .inner {
        border-radius: 8px;
        padding: 40px;
        box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
		border: solid #333 4px;
    }
    .contact_catch {
        font-size: 3.2rem;
        width: 412px;
    }
    .contact_catch span {
        font-size: 4.8rem;
    }
    .contact_catch::before,
    .contact_catch::after {
        height: 80px;
        width: 4px;
    }
    .contact_catch::before {
        left: -32px;
    }
    .contact_catch::after{
        right: -32px;
    }
    .contact_note {
        font-size: 2rem;
        margin: 16px 0 32px;
    }
    .form_table {
        border-collapse:collapse;
    }
    .form_table tr + tr {
        border-top: 2px solid #ddd;
    }
    .form_table th {
        width: auto;
        display: table-cell;
        font-size: 1.8rem;
        padding: 32px 0 16px 16px;
        width: 40%;
        vertical-align: top;
    }
    .form_table th div {
        position: relative;
    }
    .form_table tr:nth-child(n+2) th {
        margin-top: 24px;
    }
    .form_table td {
        margin-top: 0;
        padding: 16px 16px 16px 24px;
        width: auto;
        display: table-cell;
    }
    .required {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        font-size: 1.4rem;
        padding: 0 16px;
        border-radius: 4px;
        height: 20px;
        line-height: 20px;
        margin-top: 3px;
    }
    .form_control {
        height: 56px;
        padding: 8px 12px;
        border: solid #ddd 2px;
        border-radius: 4px;
    }
    input::-webkit-input-placeholder {
        font-size: 1.4rem;
        letter-spacing: 0.15em;
    }
    input:-moz-placeholder {
        font-size: 1.4rem;
        letter-spacing: 0.15em;
    }
    input::-moz-placeholder {
        font-size: 1.4rem;
        letter-spacing: 0.15em;
    }
    input:-ms-input-placeholder {
        font-size: 1.4rem;
        letter-spacing: 0.15em;
    }
    
    .form_control + .form_control {
        margin-top: 16px;
    }
    textarea.form_control {
        height: 140px;
    }
    .form_note {
        font-size: 1.6rem;
        margin: 16px 0 0;
    }

}
@media (min-width: 1001px) {
    .form_table th {
        font-size: 2rem;
        padding: 24px 0 24px 24px;
    }
    .required {
        font-size: 1.6rem;
        padding: 0 16px;
        height: 24px;
        line-height: 24px;
        margin-top: 4px;
    }
    .form_table td {
        padding: 24px 24px 24px 32px;
    }
    
    .form_note {
        font-size: 2rem;
    }
}
/*
Cancel
---------------------------------*/
.cancel_table {
    width: 100%;
    max-width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    margin: 15px auto 25px auto;
}
.cancel_table th,
.cancel_table td {
    border: 1px solid #999;
    padding: 8px;
    font-weight: 700;
    text-align: center;
}
.cancel_table th {
    background: #bcffeb;
}
.cancel_emphasis {
    font-size: 1.6rem;
    display: inline-block;
    margin: 0 3px;
}
@media (min-width: 1001px) {
    .cancel_table {
        max-width: 600px;
        margin: 30px auto 50px auto;
    }
    .cancel_emphasis {
        font-size: 2.0rem;
    }
}






/*
TDW
---------------------------------*/

/*
div#wrapper div#container form#mailformpro dl dt {
	float: none;
	width: auto;
	clear: both;
	font-size: 12px;
	padding: 10px 0 0 10px;
	text-align: left;
	border-top: solid 1px #CCC;
	margin: 0px;
}
div#wrapper div#container form#mailformpro dl dt,
div#wrapper div#container form#mailformpro dl dt span {
	vertical-align: middle;
	line-height: 1em;
}
div#wrapper div#container form#mailformpro dl dt span {
	margin-top: -0.3em;
}
div#wrapper div#container form#mailformpro dl dd {
	border: none;
	margin: 0px;
	padding: 10px;
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
}
.mfp_rows {
	clear: both;
}
.mfp_rows:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
.mfp_rows input[type="text"],
.mfp_rows input[type="email"],
.mfp_rows input[type="tel"],
.mfp_rows input[type="number"],
.mfp_rows input[type="date"],
.mfp_rows input[type="file"],
.mfp_rows select,
.mfp_rows button,
form#mailformpro .mfp_rows label {
	width: 100%;
	min-width: 100%;
	word-break: break-all;
	white-space: normal;
}
.mfp_rows textarea {
	width: 100%;
	min-width: 100%;
}
.mfp_rows .mfp_col1,.mfp_rows .mfp_col2,.mfp_rows .mfp_col3,.mfp_rows .mfp_col4,.mfp_rows .mfp_col5,.mfp_rows .mfp_col6,.mfp_rows .mfp_col7,.mfp_rows .mfp_col8,.mfp_rows .mfp_col9,.mfp_rows .mfp_col10 {
	float: left;
	padding: 0 1.5%;
}
.mfp_rows .mfp_col1 {width: 10%;}
.mfp_rows .mfp_col2 {width: 20%;}
.mfp_rows .mfp_col3 {width: 30%;}
.mfp_rows .mfp_col4 {width: 40%;}
.mfp_rows .mfp_col5 {width: 50%;}
.mfp_rows .mfp_col6 {width: 60%;}
.mfp_rows .mfp_col7 {width: 70%;}
.mfp_rows .mfp_col8 {width: 80%;}
.mfp_rows .mfp_col9 {width: 90%;}
.mfp_rows .mfp_col10 {width: 100%;}
div#example_selector {
}
div#example_selector span {
	font-size: 10px;
	color: #666;
}
div#example_selector select {
	display: block;
	width: 100%;
}
div#wrapper div#container div.mfp_thanks {
	padding: 10px;
}
div#wrapper div#container div.mfp_thanks p {
	font-size: 12px;
	line-height: 1.7em;
}
div#wrapper div#container div.mfp_thanks ul.mfp_caution {
	list-style-type: disc;
}
div#wrapper div#container div.mfp_thanks ul.mfp_caution li {
	font-size: 12px;
	margin: 0 1.5em;
	font-weight: bolder;
}
ul.example_pages {
	border: solid 1px #CCC;
	padding: 15px 30px;
}
ul.example_pages li {
	padding: 5px 0px;
}
div#example_selector {
	padding: 10px 0px;
	text-align: left;
}
div#example_selector span {
	display: block;
	font-size: 14px;
	padding: 5px 0px;
}
div#example_selector select {
	font-size: 18px;
	border-radius: 3px;
	border: solid 1px #CCC;
	padding: 5px 10px;
	box-shadow: 0px 0px 5px #CCC inset;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	outline: none;
}
div.tips {
	margin: 10px auto;
	padding: 5px 20px;
	border: solid 1px #CCC;
	border-radius: 5px;
	box-shadow: 0px 2px 10px #CCC;
	background: #FEE;
}
div.tips p {
	font-size: 14px;
	line-height: 2em;
}
div.tips strong {
	color: #800040;
}
div.tips span {
	display: block;
	padding: 5px 10px;
	color: #008080;
}
div.tips em {
	font-style: normal;
	color: #090;
	font-weight: bold;
}
div.tips ol li {
	padding: 10px;
	margin: 15px;
	font-size: 12px;
	line-height: 1.7em;
	border: solid 1px #CCC;
	border-radius: 5px;
	background: #FFF;
}
div.tips ol li span {
	padding: 0px 10px;
}
div.tips ol li img {
	display: block;
	width: 280px;
	border: none;
	margin: 5px auto;
}
@media screen and (max-width: 800px) {
¥
	div#wrapper div#container form#mailformpro dl dt {
		padding: 10px 0 5px 10px;
	}
}
