@charset "utf-8";

:root {
    --green: #005655;
    --red: #94233d;
    --gold: #cd962a;
}

/* 共通 */

* {
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "メイリオ", "Meiryo", sans-serif;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #333;
    letter-spacing: 0.05em;
}

body {
    -webkit-text-size-adjust: 100%;
}

.pc_none {
    display: none;
}

.sp_none {
    display: block;
}

.small-text {
    font-size: 12px;
}
.mg-center {
    margin-left: auto;
    margin-right: auto;
}

p {
    line-height: 1.8em;
}

a {
    text-decoration: none;
}

a:hover,
input[type="submit"]:hover {
    opacity: 0.5;
}

img {
    width: 100%;
}

li {
    list-style: none;
}

section {
    display: flex;
    justify-content: center;
    padding: 70px 0;
}

.container {
    width: 90%;
    max-width: 1200px;
}

.button a,
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    background: var(--green);
    font-size: 16px;
    letter-spacing: 0.15em;
    text-align: center;
    color: #fff;
    padding: 14px 40px;
    border-radius: 50px;
    border: none;
}

.text_link {
    color: var(--gold);
    border-bottom: 1px solid var(--gold);
    font-weight: 700;
}

h3 {
    font-size: 30px;
    text-align: center;
    padding-bottom: 50px;
}

h3 span {
    display: block;
    font-size: 12px;
    color: var(--gold);
    font-family:"Avenir Next", Verdana, sans-serif;
    font-weight: 400;
    letter-spacing: 0.15em;
    padding-top: 4px;
}

h1 {
    padding-right: 10px;
}

.img.logo {
    width: 140px;
}


/* header */

header > a {
    padding: 14px 0 14px 30px;
}

header .menu {
    padding: 0 30px;
}

header .menu li:not(:last-of-type) {
    padding-right: 55px;
}

header .menu li a {
    font-weight: 600;
    color: #4d4d4d;
    font-size: 16px;
    letter-spacing: 0.25em;
    line-height: 2em;
}

header ul.contact_menu {
    align-self: stretch;
}

header .contact_menu li {
    border-left: 1px solid #e3e3e3;
    display: flex;
}

header .contact_menu li a {
    padding: 14px;
    font-size: 12px;
    font-weight: 700;
    color: #969696;
    letter-spacing: 0.2em;
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

header .contact_menu li a span {
    display: block;
    font-size: 30px;
    text-align: center;
    color: #969696;
    padding-bottom: 6px;
}

header .contact_menu li.orange a {
    background: var(--red);
    color: #fff;
}

header .contact_menu li.orange a span {
    color: #fff;
}

header .contact_menu li a:hover,
header .contact_menu li a:hover span {
    opacity: 1;
    color: var(--gold);
    background: transparent;
}


/* index */

main {
    background-color: #dae4f4;
    background-image: url(../images/main_back.png);
    background-size: cover;
    position: relative;
}

main .container {
    padding: 100px 0;
}

main .contents {
    width: 400px;
}

main h2 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 76px;
    font-weight: 700;
    padding-bottom: 16px;
    color: #000;
    white-space: nowrap;
}

main h2 span {
    display: block;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 50px;
    font-weight: 700;
    
    line-height: 1em;
    color: #000;
}

main h4 {
    font-weight: 700;
    color: #666;
    font-size: 16px;
    padding-bottom: 20px;
    letter-spacing: 0.2em;
}

main ul li {
    width: calc((100% - 10px)/2);
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: #969696;
    border: 2px solid #fff;
    padding: 10px 30px;
    box-sizing: border-box;
    letter-spacing: 0.15em;
    margin-bottom: 10px;
}

main ul li.highlight{
    width: 100%;
    background: var(--red);
    margin-bottom: 10px;
}
main ul li:last-of-type {
    width: 100%;
    background: var(--red);
    margin-bottom: 0;
}

main .contents + .img {
    position: absolute;
    bottom: 50px;
    right: 5%;
    width: 250px;
}

main .contents + .img img {
    -webkit-filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.2));
}

.main_contact {
    background: var(--green);
    padding: 20px 0;
}

.main_contact .comment {
    color: #fff;
    font-size: 16px;
}

.main_contact .comment span {
    display: block;
    color: #fff;
    font-size: 12px;
}

.main_contact .icon-phone {
    color: #fff;
    font-size: 40px;
    padding-right: 10px;
}

.main_contact .tel_box {
    padding-left: 40px;
}

.main_contact .tel_box a {
    font-family: "Avenir Next Condensed", Verdana, sans-serif;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1em;
    color: #fff;
}

.main_contact .tel_box a:first-of-type {
    padding-right: 16px;
}

.main_contact .tel_box a span {
    display: block;
    background: var(--gold);
    color: #fff;
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.18em;
    line-height: 1.5em;
}

.information .post {
    cursor: pointer;
    position: relative;
}

.information .post:not(:last-of-type) {
    padding-bottom: 50px;
}

.information .list {
    background: #c49a6d;
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    padding: 20px 20px;
    border-radius: 20px;
}

.information .list:hover {
    background-color: #ad8159;
}

.information .list span.sub {
    color: #132062;
    font-weight: 700;
    font-size: 18px;
    padding-right: 10px;
}

.information .list span.icon-arrow_circle {
    margin-left: 10px;
    color: #fff;
    font-size: 26px;
    transition: 0.3s;
}

.information .list.active span.icon-arrow_circle {
    transform: rotate(180deg);
    transition: 0.3s;
  }

.information .text div {
    padding-top: 50px;
}

.information h4 {
    border-bottom: 1px solid #333;
    font-size: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.information span.beige {
    color: #c49a6d;
    font-weight: 700;
}

.information .text div p:not(:last-of-type) {
    padding-bottom: 10px;
}

.information .text ul {
    padding-top: 20px;
}

.information .text li {
    list-style: disc inside;
    color: #eb6120;
    line-height: 2em;
}

.information .close .text {
    opacity: 0.75;
}

.information .close .list {
    background-color: #d3b392;
}

.information .close_comment {
    color: darkred;
}

.information .close_comment span.icon-exclamation {
    color: darkred;
    padding-right: 10px;
}

.navigation {
    padding: 0;
    overflow: hidden;
}

.navigation:after {
    content: "▼";
    display: block;
    text-align: center;
    color: #f8f8f3;
    font-size: 40px;
    height: 40px;
    line-height: 0;
    transform: scaleX(1.5);
}

.navigation_box {
    background: #f8f8f3;
    width: 100%;
    padding: 70px 0;
}

.navigation h4 {
    color: var(--green);
    font-size: 30px;
    text-align: center;
}

.navigation h4 + p {
    text-align: center;
    padding: 40px 0;
}

.navigation .link {
    margin-bottom: 20px;
}

.navigation .link a {
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
    border-radius: 10px;
    border: 2px solid transparent;
    background: #fff center left/80px no-repeat;
    padding: 10px 20px;
    margin: 0 20px 20px;
}

.navigation .link a .img{
    margin-right: 10px;
}

.navigation .link a.communication:hover {
    border: 2px solid var(--green);
    opacity: 1;
}

.navigation .link a.business:hover {
    border: 2px solid var(--red);
    opacity: 1;
}

.navigation .link a.franchise {
    background-image: url("/images/index_link03.svg");
}

.navigation .link a.franchise:hover {
    border: 2px solid #5790b5;
    opacity: 1;
}

.navigation .link a > .img {
    width: 80px;
    padding-right: 10px;
    margin-left: -2px;
}

.navigation .link a .title {
    font-size: 18px;
    font-weight: 900;
    line-height: 1.4em;
}

.navigation .link a.communication .title {
    color: var(--green);
}

.navigation .link a.business .title {
    color: var(--red);
}

.navigation .link a span.icon-arrow {
    display: block;
    font-size: 10px;
    text-align: center;
    color: #b0b0b0;
    padding-top: 10px;
    margin-left: -40px;
    margin-bottom: -10px;
}

.navigation .banner a {
    display: block;
    max-width: 500px;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
}

.index .feature .caption {
    width: 27%;
}

.index .feature h3 {
    font-size: 25px;
    text-align: left;
    padding-bottom: 0;
}

.index .feature .caption .img {
    padding: 30px 0;
}

.index .feature .underline {
    background: linear-gradient(transparent 95%, #c9c9c9 0%);
    display: inline;
    padding: 0 2px 13px;
    font-size: 16px;
    line-height: 2.5em;
}

.index .feature_box {
    width: 60%;
}

.index .feature_box,
.index .feature .caption,
.index .feature_box > div {
    margin: 10px;
}

.index .feature_box > div {
    border: 1px solid #e3e3e3;
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
    width: calc((100% - 50px)/2);
}

.index .franchise .feature_box > div {
    border: 1px solid #5790b5;
}

.index .feature_box h5 {
    font-size: 20px;
    height: 2em;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.index .feature_box .img {
    padding: 20px;
}

.index .feature_box a {
    display: inline-block;
    font-size: 12px;
    color: var(--gold);
    font-weight: 700;
    padding-top: 16px;
}

.index .feature.business {
    background: #f2f6f9;
}

.index .feature.business .feature_box > div {
    border: 1px solid #e3e3e3;
}

.index .feature.communication .button a {
    background: var(--green);
    width: 50%;
    margin-top: 50px;
}

.index .feature.business .button a {
    background: var(--red);
    width: 50%;
    margin-top: 50px;
}

.index .feature.franchise .button a {
    background: #5790b5;
    width: 50%;
    margin-top: 50px;
}

.index .point {
    background: #132062;
}

.index .point h3 {
    color: #fff;
    padding-bottom: 70px
}

.index .point_box {
    background: #d0e7f6;
    padding: 50px 70px;
    border-radius: 35px;
    width: 80%;
    position: relative;
}

.index .point_box02,
.index .point_box04 {
    background: #fff;
}

.index .point_box03 {
    background: #f8efbf;
}

.index .point_box:not(:last-of-type) {
    margin-bottom: 70px;
}

.index .point_box .number {
    position: absolute;
    font-family:"Avenir Next Condensed", Verdana, sans-serif;
    color: var(--gold);
    font-size: 180px;
    font-weight: 700;
    top: -70px;
}

.index .point_box h5 {
    font-size: 25px;
    white-space: nowrap;
    width: 25%;
    box-sizing: border-box;
    padding-top: 50px;
    font-feature-settings: "pkna";
}

.index .point_box .img {
    padding: 0 50px;
    width: 40%;
    box-sizing: border-box;
}

.index .point_box p {
    font-size: 16px;
    width: 35%;
    box-sizing: border-box;
}

.index .case {
    background: #f8f8f3;
}

.index .case_box,
.customer .case_box{
    width: 100%;
    background: #fff;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
    border-radius: 10px;
    padding: 40px 60px;
    box-sizing: border-box;
}

.index .case_box:not(:last-of-type),
.customer .case_box:not(:last-of-type){
    margin-bottom: 30px;
}

.index .case .button a,
.customer .button a{
    background: var(--red);
}

.index .case .number,
.customer .number{
    margin-right: 40px;
}

.index .case .number p,
.customer .number p{
    font-family: "Avenir Next", sans-serif;
    font-size: 65px;
    color: var(--red);
    font-weight: 600;
    line-height: 1.2em;
}

.index .case .number span,
.customer .number span{
    color: var(--gold);
    font-family: "Avenir Next", sans-serif;
    font-size: 12px;
    letter-spacing: 0.18em;
    line-height: 1em;
}

.index .case .number span:last-of-type,
.customer .number span:last-of-type{
    font-size: 14px;
    font-weight: 600;
}

.index .case .content,
.customer .content{
    flex-grow: 2;
}

.index .case .content > p,
.customer .content > p{
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.index .case .content li,
.customer .content li{
    text-indent: -1em;
    padding-left: 1em;
}

.index .case .content li::before,
.customer .content li::before{
    content: "・";
}

.index .case .content span,
.customer .content span{
    color: var(--red);
    font-feature-settings: "palt" 1;
}

.index .case .content .flex > p,
.customer .content .flex > p{
    color: var(--red);
}

.feature_list {
    display: inline-block;
    background: #eb6120;
    padding: 4px 6px;
    font-size: 12px;
    color: #fff;
    margin-bottom: 8px;
}

.feature_list + ul li {
    font-size: 12px;
    line-height: 1.8em;
}

.feature_list + ul li:not(:last-of-type):after {
    content: "/";
    color: #eb6120;
    padding: 0 5px;
}

.index .case .button {
    margin-top: 50px;
}

.index .flow h3 {
    padding-bottom: 65px;
}

.index .flow .number_line {
    width: 50px;
    padding-right: 20px;
}

.index .flow .number,
.demo .flow .number {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -30%;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    padding-top: 2px;
    padding-left: 2px;
    border-radius: 50%;
    font-family:"Avenir Next Condensed", Verdana, sans-serif;
    font-size: 30px;
    font-weight: 500;
}

.index .flow .number {
    background: var(--green);
    color: #fff;
}

.index .flow .line {
    display: block;
    height: 100%;
    border-right: 1px solid #132062;
}

.index .flow h5 {
    font-size: 18px;
    color: var(--green);;
    padding-bottom: 6px;
}

.index .flow h5 + p {
    padding-bottom: 40px;
}


/* 下層共通 */

.page_title {
    background: #f8f8f3;
    z-index: 1;
    padding-bottom: 200px;
}

.page_contents {
    margin-top: -270px;
    z-index: 2;
}

.page_contents .container {
    background: #fff;
    padding: 70px;
    box-sizing: border-box;
    border-radius: 16px;
}

.about .page_contents,
.customer .page_contents,
.demo .page_contents {
    background-color: #f8f8f3;
}

/* function */

.function .page_contents {
    padding-bottom: 0;
}

.tab_item {
    display: none;
}

.is-active-item {
    display: block;
}

.tab_menu {
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 10;
}

.tab_menu .tab_btn {
    font-size: 16px;
    color: #666;
    padding: 25px 0 20px 0;
    width: 25%;
    text-align: center;
    background: #e3e3e3;
    border-radius: 6px 6px 0 0;
}

.tab_menu .tab_btn:not(:last-of-type) {
    margin-right: 5px;
}

.tab_menu .tab_btn:hover {
    opacity: 1;
}

.tab_menu .tab_btn_c:hover {
    border-top: 5px solid var(--green);
    padding-top: 20px;
    color: var(--green);
    font-weight: 700;
}

.tab_menu .tab_btn_b:hover {
    border-top: 5px solid var(--red);;
    padding-top: 20px;
    color: var(--red);
    font-weight: 700;
}

.tab_menu .tab_btn_f:hover {
    border-top: 5px solid #5790b5;
    padding-top: 20px;
    color: #5790b5;
    font-weight: 700;
}

.tab_menu .tab_btn.is-active-btn {
    font-weight: 700;
    background: #fff;
    box-shadow: 0 -8px 8px -8px rgba(0,0,0,0.1),
        8px -4px 8px -8px rgba(0,0,0,0.1),
        -8px -4px 8px -8px rgba(0,0,0,0.1);
}

.tab_menu .tab_btn.tab_btn_c.is-active-btn {
    color: var(--green);
}

.tab_menu .tab_btn.tab_btn_b.is-active-btn {
    color: var(--red);
}
.tab_menu .tab_btn.tab_btn_f.is-active-btn {
    color: #5790b5;
}
.tab_container {
    width: 100%;
    background: #fff;
    box-shadow: 0 -8px 8px -8px rgba(0, 0, 0, 0.1);
}

.width_box {
    width: 80%;
    max-width: 1200px;
}

.function_list {
    padding: 70px 0;
}

.function_list p {
    padding-bottom: 50px;
    text-align: center;
}

.communication.tab_item .function_list li {
    width: calc((100% - 60px)/4);
}
.communication.tab_item .function_list li:not(:nth-of-type(4n)) {
    margin-right: 20px;
}
.communication.tab_item .function_list li:nth-of-type(n+5) {
    margin-top: 20px;
}

.business.tab_item .function_list li{
    width: calc((100% - 40px)/3);
}

.business.tab_item .function_list li:not(:nth-of-type(3n)) {
    margin-right: 20px;
}
.business.tab_item .function_list li:nth-of-type(n+4) {
    margin-top: 20px;
}

.tab_item .function_list li a {
    background: #fff;
    font-weight: 700;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 0 25px;
    height: 72px;
    border-radius: 40px;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
}

.tab_item.communication li a {
    color: var(--green);
}

.tab_item.business li a {
    color: var(--red);
}

.tab_item li a:after {
    font-family: 'icomoon', sans-serif;
    content: "\e901";
    font-size: 10px;
    transform: scale(0.8);
    position: absolute;
    right: 20px;
    top: 45%;
}

.tab_item li a:hover {
    opacity: 1;
    color: #fff;
}

.tab_item.communication li a:hover {
    background: var(--green);
}

.tab_item.business li a:hover {
    background: var(--red);
}

.tab_contents {
    width:100%;
    padding: 70px 0;
}

.communication .tab_contents {
    background: #e9eeee;
}

.franchise .tab_contents {
    background: #d0e7f6;
}

.business .tab_contents {
    background: #f4e9ec;
}

.tab_contents h4 {
    font-size: 30px;
    color: var(--green);
    padding-top: 50px;
    padding-bottom: 20px;
}

.business .tab_contents h4{
    color: var(--red);
}

.franchise .tab_contents h4 {
    color: #333;
}

.tab_contents h5 {
    font-size: 18px;
    color: var(--gold);
    padding-bottom: 20px;
}

.white_box {
    background: #fff;
    border-radius: 16px;
    padding: 50px;
}

.white_box .img img {
    max-width: 550px;
}

.width300 {
    max-width: 200px;
    flex-shrink: 0;
    padding: 0 50px;
    display: flex;
    align-items: center;
}

.width40p {
    width: 40%;
}

.width60p {
    width: 60%;
}

.top30 {
    padding-top: 30px;
}

.center {
    margin: 0 auto;
}

.margin-right40 {
    margin-right: 40px;
}

.function .note {
    font-size: 13px;
}

.tab_contents li{
    text-indent: -1em;
    padding-left: 1em;
}

.tab_contents li::before{
    content: "・";
}

.franchise .page_title,
.customer .franchise .page_contents,
.customer .franchise .page_contents .container {
    background-color: transparent;
}

.franchise .function_list .img {
    max-width: 800px;
}


/* not_found */
.not_found {
}
.not_found .container {
    padding-bottom:0;
}


/* price */
.price .select {
    margin-bottom: 10px;
    margin-left: auto;
}

.price .page_title {
    flex-direction: column;
    align-items: center;
    padding-bottom: 50px;
}

.price .page_title p {
    width: 80%;
    text-align: center;
}

.price .close_comment {
    color: var(--green);
    display: inline-block;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 700;
    padding: 4px 30px;
    letter-spacing: 0.12em;
    margin-bottom: 15px;
    border-radius: 5px;
}

.price .close_comment span.icon-exclamation {
    color: var(--green);
    padding-right: 10px;
}

.price .page_contents {
    flex-wrap: wrap;
    margin-top: 0;
}

.price .plan_fields {
    padding: 70px 0;
}

.price .page_contents .container {
    background-color: transparent;
    padding: 0;
}

.price .page_contents .container:last-of-type {
    padding-top: 50px;
}

.price .plan {
    width: 50%;
    max-width: 550px;
    background: #fff;
    border-radius: 20px;
    margin-right: 25px;
}

.price .plan .head {
    border: 5px solid #005655;
    background-color: white;
}

.price .head {
    padding: 115px 20px;
    border-radius: 20px;
}

.price .head h4 {
    font-size: 28px; 
    color: #005655;
}

.price .head h4 span {
    color: #005655;
}

.price .note {
    font-size: 12px;
    margin-top: 10px;
    text-align: center;
}

.page-title {
    font-size: 24px;
    text-align: center;
}

.price-wrapper:not(:first-of-type) {
    margin-top: 70px;
}

.price-wrapper {
    max-width: 800px;
    margin: 0 auto;
}

.price-title {
    color: var(--green);
    border-bottom: 1px solid #dddddd;
    font-weight: bold;
    font-size: 1.15rem;
}

.price-table {
    width: 100%;
    line-height: 1.45rem;
    background-color: white;
}

.price-table tr th,
.price-table tr td {
    padding: 5px;
    vertical-align: middle;
}

.price-table tr th,
.price-table tr td:first-of-type {
    font-weight: bold;
    background-color: #e5eeee;
}

.price-table tr td {
    display: block;
    text-align: center;
    line-height: 1.5em;
}

.price-table tr td.subtitle {
    background-color: #f7f7f2;
    font-weight: bold;
}

fieldset {
    padding: 5px;
    margin-top: 15px;
    margin-bottom: 15px;
    border-width: 1px;
    border-style: solid;
    border-color: #7f7f7f;
    border-image: initial;
    border-radius: 5px;
}

fieldset legend {
    margin-left: 3px;
    font-size: 0.9rem;
    padding-left: 5px;
    padding-right: 5px;
    width: auto;
}

fieldset ul li {
    display: inline-block;
    background-color: rgb(233, 239, 243);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(200, 216, 242);
    border-image: initial;
    padding: 1px 5px;
    margin: 2px;
    border-radius: 3px;
}

fieldset ul li a {
    color: #333;
}

fieldset ul li,
fieldset ul li a {
    font-size: 12px;
}

.price-details {
    padding: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
    border: 6px double #C8D8F2;
    border-radius: 10px;
    line-height: 1.35rem;
}

.plan-card {
    background: #feffff;
    background: -moz-linear-gradient(-45deg, #feffff 0%, #ddf1f9 96%);
    background: -webkit-linear-gradient(-45deg, #feffff 0%,#ddf1f9 96%);
    background: linear-gradient(135deg, #feffff 0%,#ddf1f9 96%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#ddf1f9',GradientType=1 );
    border-radius: 2px;
    height: 300px;
    position: relative;
    width: 100%;
    border: 1px #ccc solid;
    padding: 20px;
    display: inline-block;
}

.plan-card:hover {
    background-color: #ffffff;
}

.plan-card .card-title {
    font-size: 1.5rem;
    padding-top: 85px;
    padding-bottom: 1rem;
}

.plan-card .card-description {
    line-height: 1.5rem;
}

.plan .col-xs-12,
.plan .col-sm-6 {
    padding-left: 5px;
    padding-right: 5px;
}

.plan .subsidy {
    padding-top: 1rem;
    line-height: 1.5rem;
}

.plan .subsidy table {
    width: 100%;
    margin-top: 0.5rem;
}

.plan .subsidy table td:first-of-type {
    background-color: #99ccff;
}

.plan .subsidy table td {
    padding-left: 0.5rem;
    border: 1px solid black;
    display: block;
    text-align: center;
}

.plan .subsidy table tr + tr td:first-of-type,
.plan .subsidy table td + td {
    border-top: none;
}

.price-table tr td.title, .price-table tr td.feature .text-small {
    margin-top: 1rem;
}



/* customer */

.page_contents .container > p {
    text-align: center;
    padding-bottom: 20px;
}


/* about */

.about dt {
    width: 150px;
    color: var(--green);
    font-weight: 700;
}

.about dd {
    width: calc(100% - 150px);
}

.about dt,
.about dd {
    padding: 25px 0;
    border-top: 1px solid #e3e3e3;
}

.about dt:last-of-type,
.about dd:last-of-type {
    border-bottom: 1px solid #e3e3e3;
}

.about .text_link {
    color: var(--red);
    border-bottom: 1px solid var(--red);
}


/* demo */

.demo .contents_box h4 {
    font-size: 25px;
    text-align: left;
    padding-bottom: 0;
    line-height: 1em;
}

.demo .contents_box h4 span {
    font-family: "Avenir Next", Verdana, sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.1em;
    background: var(--gold);
    color: #fff;
    padding: 1px 6px;
}

.demo .contents_box h4 + div {
    padding-top: 30px;
    padding-bottom: 60px;
}

.demo .contents_box h4 + div a {
    display: inline-block;
    padding-top: 10px;
}

.demo .contents_box {
    padding-top: 50px;
}

.demo .contents_box:first-of-type {
    margin-bottom: 50px;
}

.demo .contents_box > div:first-of-type {
    margin-right: 70px;
}

.demo .text {
    width: 40%;
}

.demo .flow {
    width: 60%;
    background: #f8f8f3;
    padding: 40px;
    border-radius: 16px;
}

.demo .flow .number_line {
    width: 50px;
    padding-right: 20px;
}

.demo .flow .number {
    background: #fff;
    border: 1px solid var(--green);
    color: var(--green);
}

.demo .flow .line {
    display: block;
    height: 100%;
    border-right: 1px solid #132062;
}

.demo .flow h5 {
    font-size: 18px;
    color: var(--green);
    padding-bottom: 6px;
}

.demo .flow h5 + p {
    padding-bottom: 40px;
}

.demo .flow > div:last-of-type h5 + p {
    padding-bottom: 0;
}


/* セレクト ラジオ チェック */

.cp_ipselect {
    overflow: hidden;
    width: 100%;
    text-align: center;
    position: relative;
}
.cp_ipselect select {
    width: 100%;
    cursor: pointer;
    text-indent: 0;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: #f2f2f2 none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 15px 40px 15px 20px;
    color: #666666;
    border-radius: 8px;
}
.cp_ipselect select::-ms-expand {
    display: none;
}

.cp_ipselect.cp_sl01::before {
    position: absolute;
    top: 1.3em;
    right: 1.3em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #666666;
    pointer-events: none;
}

.Radio,
.radio_area,
.radio_area::after,
.radio_area::before {
    box-sizing: border-box;
}

.radio_area {
    margin-top: 10px;
}

.Radio {
    white-space:nowrap;
    min-width: calc(100% / 3);
    margin-bottom: 10px;
    padding-right: 15px;
}

.Radio-Input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    position: absolute;
}

.Radio-Text {
    position: relative;
    display: flex;
    align-items: center;
}

.Radio-Text::before {
    content: '';
    display: block;
    border-radius: 50%;
    border: 2px solid #eb6120;
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.Radio-Input:checked+.Radio-Text::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    display: block;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background-color: #eb6120;
}

input[type="checkbox"] {
    display: none;
}

input[type="checkbox"]+label {
    position: relative;
    padding-left: 32px;
    margin-bottom: 20px;
    cursor: pointer;
    font-weight: 700;
}

input[type="checkbox"]+label::before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 46%;
    left: 0;
    transform: translateY(-50%);
    border: 2px solid var(--red);
    border-radius: 4px;
}

input[type="checkbox"]:checked+label::before {
    background: var(--red);
}

input[type=checkbox]:checked+label::after {
    content: "";
    display: block;
    width: 10px;
    height: 6px;
    box-sizing: border-box;
    border-bottom: 3px solid #fff;
    border-left: 3px solid #fff;
    position: absolute;
    top: 40%;
    left: 8px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg) translateY(-50%);
}

.selectbox {
    position: relative;
}

.selectbox::before,
.selectbox::after {
    position: absolute;
    width: 8px;
    height: 6px;
    pointer-events: none;
    content: "\e901";
    font-family: 'icomoon';
    color: #333;
    letter-spacing: 0;
    font-size: 5px;
    right: 16px;
}

.selectbox::before {
    top: calc(50% - 8px);
    transform: rotate(180deg);
}

.selectbox::after {
    bottom: calc(50% - 8px);
}

.selectbox select {
    appearance: none;
    min-width: 100px;
    height: 2.2em;
    padding: .4em calc(.8em + 30px) .4em .8em;
    border: 0;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    background-color: #fff;
    color: #333333;
    font-size: 1em;
    cursor: pointer;
}

/* contact form */

.contact .page_contents {
    background-color: #f8f8f3;
    padding-bottom: 0;
}

.contact .note {
    color: var(--red);
}

.contact .caution {
    margin-top: 50px;
}

.contact dt {
    width: 250px;
    font-weight: 700;
}

.contact dd {
    width: calc(100% - 250px);
}

.contact dt:not(:last-of-type),
.contact dd:not(:last-of-type) {
    margin-bottom: 30px;
}

:focus {
    outline: none;
}

.contact input[type="text"]:focus,
.contact textarea:focus {
    background: #fff3d0;
}

.contact input[type="number"] {
    background: #f2f2f2;
    border: 0;
    width: 10rem;
    padding: 15px 20px;
    margin-right: 1rem;
    border-radius: 8px;
    box-sizing: border-box;
}

.contact input[type="text"],
.contact textarea {
    background: #f2f2f2;
    border: 0;
    width: 100%;
    padding: 15px 20px;
    border-radius: 8px;
    box-sizing: border-box;
}

.contact textarea {
    height: 150px;
}

select:has(option:checked[value=""]),
::placeholder {
  color: #a4a4a4;
}

.contact .page_contents h4 {
    font-size: 22px;
    text-align: center;
}

.contact .privacy_policy {
    padding: 35px;
    border: 1px solid #333;
    border-radius: 16px;
    height: 280px;
    overflow: hidden;
    margin: 30px 0;
}

.contact .send {
    text-align: center;
    margin-bottom: 40px;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 40px;
}

.contact .send h5 {
    font-size: 18px;
    margin-bottom: 10px;
}

.contact .send p {
    font-size: 13px;
}

.form section {
    flex-wrap: wrap;
}

.form_function h5 {
    font-size: 16px;
    background: var(--green);
    color: #fff;
    text-align: center;
    padding: 10px 0;
    margin-top: 50px;
    margin-bottom: 20px;
}

.form_function dt {
    background: #f2f6f9;
}

.form_function dd {
    width: calc(100% - 306px);
    display: flex;
    justify-content: space-between;
}

.form_function dt,
.form_function dd {
    padding: 14px;
    border-top: 1px solid #c9c9c9;
}

.form_function dt:last-of-type,
.form_function dd:last-of-type {
    border-bottom: 1px solid #c9c9c9;
}

.form_function dt:not(:last-of-type),
.form_function dd:not(:last-of-type) {
    margin-bottom: 0;
}

.form_function dd li {
    list-style-type: disc;
    list-style-position: inside;
}

.form_function dd input[type="text"] {
    width: 150px;
    margin-right: 10px;
}

.form_function input[type="checkbox"]+label::before {
    border: 1px solid #969696;
}

.form_function input[type="checkbox"]:checked+label::before {
    border-color: #eb6120;
}

.form_function input[type="checkbox"]+label {
    padding-left: 22px;
    margin-bottom: 0;
    margin-left: 14px;
}

.form .etc {
    padding-top: 50px;
}

.form .etc p {
    padding-bottom: 20px;
    font-size: 15px;
}

.form .caution {
    background: #f8f8f3;
    width: 100%;
    padding: 40px 0;
}

.form .caution .img {
    width: 80px;
    padding-right: 40px;
}

.contact .privacy_policy .contents li h6,
.contact .privacy_policy .contents > ul > li::marker{
    color: var(--red);
}


/* privacy-policy */

.pp .container:not(:last-of-type) {
    border-bottom: 1px solid #c9c9c9;
    border-radius: 16px 16px 0 0;
}

.privacy_policy_wrapper {
    margin-top: 70px;
}

.privacy_policy .contents {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}

.pp .page_contents .container > p {
    font-size: 13px;
    letter-spacing: 0;
}

.privacy_policy .contents > ul > li {
    list-style: decimal inside;
}

.privacy_policy .contents > ul > li ul + p,
.privacy_policy .contents > ul > li p + ul {
    padding-top: 10px;
}

.privacy_policy .contents > ul > li:not(:last-of-type) {
    padding-bottom: 20px;
}

.privacy_policy .contents > ul > li ul li {
    list-style: lower-alpha inside;
    font-size: 13px;
}

.privacy_policy .contents > ul > li ul.decimal li {
    list-style: decimal;
}
.privacy_policy .contents > ul > li ul.circle li {
    list-style: circle;
}

.privacy_policy .contents li h6,
.privacy_policy .contents > ul > li::marker{
    font-size: 15px;
    color: var(--green);
    font-weight: bold;
    display: inline;
}

.privacy_policy .contents li h6 + p {
    padding-top: 10px;
}

.privacy_policy .contents li p,
.privacy_policy .contents li ul {
    margin-left: 1.4em;
}

.pp .privacy_policy .contents li ul {
    margin-left: 3.8em;
}

.privacy_policy .contents > div {
    margin-top: 40px;
    padding: 20px;
    background: #f6f6f0;
}

.privacy_policy .contents > p {
    padding-top: 40px;
    text-align: right;
}

.privacy_policy table {
    width: 100%;
    margin-top: 10px;
}

.privacy_policy th {
    background: var(--green);
    color: #fff;
    font-weight: normal;
    text-align: center;
    letter-spacing: 0.5em;
    padding: 4px 10px;
}

.privacy_policy td:first-of-type {
    text-align: center;
}

.privacy_policy td {
    background: #e5eeee;
    padding: 4px 10px;
    line-height: 2em;
    font-size: 13px;
}

.privacy_policy .sp_none {
    display: inline-block;
}

.privacy_policy .text_link {
    color: var(--red);
    border-bottom: 1px solid var(--red);
}

.privacy_policy .contents > div .text_link{
    color: var(--green);
    border-bottom: 1px solid var(--green);
}


/* footer */

.footer_contact {
    background: #f8f8f3;
    padding: 50px 0;
}

.footer_contact h5 {
    font-size: 20px;
    text-align: center;
    padding-bottom: 30px;
}

.footer_contact .tel_box {
    background: #fff;
    border-radius: 10px;
    padding: 16px;
    margin-right: 30px;
}

.footer_contact .tel_box a {
    font-family: "Avenir Next Condensed", Verdana, sans-serif;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1em;
}

.footer_contact .tel_box a:first-of-type {
    padding-right: 16px;
}

.footer_contact .tel_box a span.office {
    display: block;
    background: var(--gold);
    color: #fff;
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.18em;
    line-height: 1.5em;
}

.footer_contact .tel_box a .icon-phone {
    font-size: 36px;
    padding-right: 6px;
}

.footer_contact .tel_box p {
    width: 100%;
    text-align: center;
    padding-top: 10px;
}

.footer_contact .mail {
    display: flex;
    align-items: center;
    background: var(--red);
    padding: 30px 50px;
    border-radius: 50px;
}

.footer_contact .mail .img {
    width: 40px;
    line-height: 0;
    padding-right: 14px;
}

.footer_contact .icon-mail {
    font-size: 22px;
    padding-right: 14px;
    color: #fff;
}

.footer_contact .mail p {
    color: #fff;
    font-size: 20px;
    line-height: 1em;
}

.footer_contact .mail p span {
    color: #fff;
    font-size: 13px;
    display: block;
}

.footer_contact h4 {
    text-align: center;
    padding-top: 30px;
}

.footer_contact h4 span {
    font-size: 12px;
    font-weight: normal;
    padding-left: 20px;
}

.footer_contact .contact_btns > * {
    margin: 15px;
}

.footer_menu .title {
    color: var(--gold);
    font-weight: bold;
}

.footer_menu .title:not(:first-of-type) {
    margin-top: 10px;
}

footer ul li ul li {
    margin: 10px 0;
}

.footer_menu {
    padding: 50px 0;
}

.footer_menu ul.flex > li {
    white-space: nowrap;
}

.footer_menu ul.flex > li:not(:last-of-type) {
    padding-right: 40px;
}

.footer_menu ul ul li a {
    font-weight: 600;
    color: #4d4d4d;
    font-size: 12px;
    letter-spacing: 0.2em;
    line-height: 2em;
}

.footer_menu ul ul li a:before {
    content: ">";
    color: var(--gold);
    padding-right: 4px;
}

.footer_menu .img.privacy {
    width: 70px;
}

address {
    background: #4d4d4d;
    color: #fff;
    font-size: 11px;
    text-align: center;
    font-style: normal;
    padding: 18px;
    letter-spacing: 0.1em;
}


/* TOPに戻る */

#page_top {
    width: 14px;
    height: 14px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 9999;
    margin-bottom: env(safe-area-inset-bottom);
    background: #4d4d4d;
    padding: 10px;
    border-radius: 50%;
    transition: all 0.5s ;
}

#page_top a img {
    width: 100%;
}

#page_top a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#page_top a:hover {
    opacity: 1;
}

#page_top:hover {
    transform: rotate(360deg);
}

body header a.flex {
    min-width: 283px;
}

/* 印刷 */

@media print {
    .sp_menu_container {
        display:none !important;
    }
}
