@charset "UTF-8";

body {
    width: 100vw;
    font-family: 'Noto Sans JP', sans-serif;
}

.kv {
    width: 100vw;
    height: 100%;
}

header {
    width: 100%;
    height: 100%;
}

.hero {
    display: flex;
    flex-direction: column;
    height: 50vh;
    position: relative;
}

.hero-top {
    background-color: #eaedf1;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-bottom {
    background-color: #252f3e;
    flex: 1;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
}

.hero img {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 355px;
    height: 151.74px;
    z-index: 1;
}

.hero-bottom h1 {
    font-size: 20px;
    z-index: 2;
    margin-top: 30px;
}

.hero-bottom p {
    font-size: 9px;
    z-index: 2;
    margin-top: 20px;
}

.header--bottom {
    width: 100vw;
    height: 100%;
    padding: 10px;
    background-color: #232f3e;
}

.top-content {
    justify-content: center;
}

.top-content p {
    margin: 22px 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: #252f3e;
}

.top-content img {
    margin: auto;
    margin-bottom: 28px;
    width: 100px;
    height: 100px;
}

#three-plan h2 {
    text-align: center;
    font-size: 32px;
}

#three-plan .h2-border {
    margin: auto;
    width: 240px;
    height: 12px;
    border: solid 10px #ff9900;
    margin-bottom: 32px;
}

#three-plan h2:before {
    left: 0;
    top: 120px;
}

.left-cell {
    margin: 10px;
    text-align: center;
}

#three-plan .left-cell-container {
    margin: -10px;
}

#three-plan .ai-button {
    background-color: #252f3e;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    padding: 10px 30px;
    width: 340px;
    margin: 18px 0 7px 0;
    font-size: 22px;
    font-weight: 700;
}

#three-plan .left-cell h3 {
    font-size: 30px;
    font-weight: 700;
}

#three-plan .left-cell .left-cell-container-a {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    margin-bottom: 28px;
}

.orange-border {
    border: 5px solid #ff9900;
}

.container-orange {
    height: 222px;
    border: solid 0px #252f3e;
    border-top: none;
    margin-top: 5px;
}

.container-orange .course-orange {
    position: relative;
}

.sp .container-orange h3 {
    font-size: 30px;
    font-weight: 700;
}

.course-orange img {
    position: absolute;
    top: -5px;
    right: 300px;
    z-index: 10;
    width: 63px;
    height: auto;
}

@media screen and (max-width: 375px) {
    .course-orange img {
        position: absolute;
        top: -5px;
        right: 275px;
        z-index: 10;
        width: 63px;
        height: auto;
    }
}

#three-plan .ai-button-3 {
    background-color: #252f3e;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    padding: 10px 0;
    width: 290px;
}

.container-orange .ai-button-comment {
    font-size: 14px;
    font-weight: 400;
}

.header--bottom--left-box {
    color: #ffffff;
    text-align: center;
    width: 100%;
    font-size: 22px;
    margin: 5vw auto;
    font-weight: 700;
}

.header--bottom--left-box p {
    padding: 0 20px;
    font-size: 16px;
    font-weight: 700;
    padding-top: 10px;
    text-align: left;
}

.header--bottom--right-box {
    width: calc(100vw - 4.26vw * 2);
    height: 100%;
    margin: 0 auto 10px;
}

.header--bottom--application {
    width: calc(100vw - 4.26vw * 2);
    height: 80px;
    margin: auto;
    vertical-align: middle;
    border: none;
    box-shadow: 0px 4px rgb(216, 140, 0);
    color: white;
    font-size: 28px;
    background-color: orange;
    box-sizing: border-box;
}

/* 
.header--bottom--application:hover{
    width: 100%;
     height: 100%;
     vertical-align: middle;
     border: none;
     box-shadow: 0px 1px rgb(216, 140, 0);
     color: white;
     font-size: 28px;
     background-color: orange;
     box-sizing: border-box;
} */

#three-plan,
#support {
    width: 100vw;
    height: 100%;
    padding-top: 20px;
    padding-left: 4.26vw;
    padding-right: 4.26vw;
    background-color: white;
    box-sizing: border-box;
}

.three-plan--title {
    margin-top: 0px;
    margin-bottom: 30px;
    text-align: center;
}

.three-plan--header-phrase-point {
    font-size: 32px;
    color: #ed8810;
    margin-top: 0px;
    margin-bottom: 0px;
}

.three-plan--header-phrase-small {
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.three-plan--header-phrase-middle {
    font-size: 32px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.three-plan--header-phrase-middle__emphasis {
    font-size: 40px;
    color: #ed8810;
}

.three-plan--title-phrase__normal {
    font-size: 22px;
    color: #ffffff;
}

.three-plan--title-phrase__small {
    font-size: 14px;
    color: #ffffff;
}

#three-plan .plan-type {
    position: relative;
    width: 100%;
    height: 100%;
    border: solid 2px #252f3e;
    margin-bottom: 40px;
    box-sizing: border-box;
}

#three-plan .plan-type-2 {
    position: relative;
    width: 100%;
    height: 620px;
    border: solid 2px #252f3e;
    margin-bottom: 40px;
    box-sizing: border-box;
}

#three-plan .plan-type-a {
    position: relative;
    width: 100%;
    height: 100%;
    border: solid 2px #252f3e;
    margin-bottom: 40px;
    box-sizing: border-box;
}

#three-plan .plan {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    margin: 0;
}

#three-plan .plan-title {
    /* use */
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 27px 10px;
    text-align: center;
    vertical-align: top;
    font-weight: 700;
    font-size: 22px;
    background-color: #232f3e;
}

#three-plan .plan-detail-title {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: #252f3e;
}

#three-plan .plan-border {
    margin: 20px 0;
    border: solid 1px #252f3e;
}

#three-plan .plan-border-2 {
    margin: 230px 0;
    border: solid 1px #252f3e;
}

.plan-cost {
    display: flex;
    align-items: center;
    margin-top: 30px;
    font-weight: 400;
    font-size: 16px;
}

.plan-cost p {
    margin: auto;
    text-align: center;
}

.plan-cost-2 {
    display: flex;
    align-items: center;
    margin-top: 30px;
    font-weight: 400;
    font-size: 16px;
}

.plan-cost-2 p {
    margin: auto;
    text-align: center;
}

.cost-b span {
    font-size: 28px;
}

.plan-type-in-preparation {
    background-color: rgba(0, 0, 0, 0.5);
}

.preparing-message {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    font-weight: 700;
    font-weight: bold;
    color: #ffffff;
}

#three-plan .plan-title-1 {
    width: 100%;
    height: 156px;
    box-sizing: border-box;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ff9900;
}

.three-plan--title-phrase__normal-1 {
    font-size: 22px;
    font-weight: 700;
    line-height: 31.86px;
    color: #252f3e;
    text-align: center;
}

.container {
    display: flex;
    height: 200px;
    border: solid 2px #252f3e;
    border-top: none;
}

.sp .container {
    display: flex;
    height: 220px;
    border: solid 0px #252f3e;
}

.container a {
    font-size: 19px;
    line-height: 28px;
    font-weight: 700;
}

.container h3 {
    font-size: 30px;
    line-height: 42px;
    font-weight: 700;
}

.container p {
    font-weight: 700;
    font-size: 20px;
    color: #252f3e;
}

#three-plan .ai-button-2 {
    background-color: #252f3e;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    padding: 10px 0;
    width: 289px;
    margin: 10px;
}

.left-cell-2 {
    border-top: solid 2px #252f3e;
    padding-top: 10px;
    text-align: center;
}

#support h2 {
    text-align: center;
    font-size: 32px;
}

#support .h2-border {
    margin: auto;
    width: 240px;
    height: 12px;
    border: solid 10px #ff9900;
    margin-bottom: 32px;
}

#support h2:before {
    left: 0;
    top: 120px;
}

.custom-box {
    background-color: #ffffff;
    color: #000000;
    padding: 20px;
    position: relative;
    border: 5px solid #252f3e;
    width: auto;
    height: 155px;
    box-sizing: border-box;
}

.custom-box-a {
    margin: 60px 0;
    border: 2px solid #252f3e;
    height: 215px;
}

.custom-box p {
    font-size: 18px;
    line-height: 30px;
    z-index: 4;
}

.box-text {
    position: absolute;
    top: -25px;
    background-color: #ffffff;
    padding: 5px 20px;
    margin-left: 45px;
    font-size: 24px;
    color: #252f3e;
    font-weight: 700;
    text-align: center;
    font-size: 24px;
}

.box-text-2 {
    position: absolute;
    top: -25px;
    background-color: #ffffff;
    padding: 5px 20px;
    font-size: 24px;
    color: #252f3e;
    font-weight: 700;
    text-align: center;
    font-size: 24px;
}

.box-text-wrapper {
    padding: 0;
    text-align: center;
    font-weight: 700;
    padding-bottom: 5px;
}

#three-plan .plan-title-a {
    /* use */
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 5px;
    padding-top: 90px;
    text-align: center;
    vertical-align: top;
    background-color: #ed8810;
}

.three-plan--plan-type-image {
    display: block;
    position: absolute;
    width: 24%;
    box-sizing: border-box;
    left: calc(100% / 2 - (80px / 2));
    top: -20px;
    height: auto;
    margin: 0;
    padding: 0px;
    z-index: 1;
}

.three-plan--plan-type-image-a {
    display: block;
    position: absolute;
    width: 24%;
    box-sizing: border-box;
    left: calc(100% / 2 - (80px / 2));
    top: -20px;
    height: auto;
    margin-top: 30px;
    margin-left: 120px;
    padding: 0px;
    z-index: 1;
}

#three-plan .plan-detail {
    height: 75%;
    padding: 20px 4.26vw;
    font-size: small;
    box-sizing: border-box;
}

#three-plan .plan-detail-a {
    height: 75%;
    padding: 20px 4.26vw;
    font-size: small;
    box-sizing: border-box;
}

#three-plan .plan-price {
    position: relative;
    width: 100%;
    height: 100%;
}

#three-plan .price-background {
    width: 100%;
    height: 100%;
    position: relative;
}

.three-plan--pink-circle {
    position: absolute;
    left: 50%;
    top: 0px;
    transform: translate(-50%, 0%);
    z-index: 0;
}

.three-plan--content-phrase {
    font-size: 14px;
    color: #333333;
}

#three-plan .term {
    padding: 10px;
    text-align: center;
    position: relative;
}

.three-plan--price-phrase-title {
    font-size: 16px;
    color: #333333;
    z-index: 2;
}

.three-plan--price-phrase-about-period {
    font-size: 32px;
    color: #333333;
    z-index: 2;
}

.three-plan--price-sentence {
    font-size: 16px;
    text-align: center;
    color: #333333;
    color: blue;
}

.three-plan--price {
    font-size: 32px;
    color: #333333;
}

#three-plan .application {
    box-sizing: border-box;
    margin: 10px auto;
    font-size: 28px;
    text-align: center;
    vertical-align: middle;
    border: none;
    width: 100%;
    height: 82px;
    box-shadow: 0px 4px rgb(216, 140, 0);
    color: white;
    background-color: orange;
}

.discount {
    width: 100vw;
    height: 100%;
    text-align: center;
}

.discount--term {
    margin-bottom: 40px;
}

.discount--total-yen--phrase {
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 1.5;
}

.discount--total-yen--total-price-phrase-suffix {
    margin: 0;
    font-size: 16px;
}

.discount .money {
    font-size: 56px;
    letter-spacing: -0.3em;
    color: #f68d11;
}

.discount--pick-up--phrase {
    margin: auto;
    text-align: center;
    height: 100%;
    font-size: 40px;
    background-color: #fffad5;
    box-sizing: border-box;
    position: relative;
}

.discount--pick-up--phrase--background {
    width: 100%;
    height: 100%;
    margin: auto;
    padding: 4.26vw;
    position: static;
}

.discount--triangle {
    content: '';
    position: absolute;
    box-sizing: border-box;
    top: -30px;
    /* ルート要素のマージン分 30px+図形の高さ*/
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 1;
}

.discount--bulk-deal-information-image {
    position: absolute;
    width: 104.81px;
    top: calc(0% - 40px);
    right: 0px;
}

.discount--bulk-deal-information-image-message {
    position: absolute;
    width: 66.13px;
    transform: rotate(8deg);
    top: calc(0% - 40px + 24px);
    right: calc(0px + 18px);
}

.discount--pick-up--phrase--background p {
    font-size: 18px;
}

.discount--sp__text-left {
    text-align: left;
}

.discount .pick-up .line {
    text-decoration: line-through;
}

.discount--smartphone__emphasis {
    font-size: 32px;
    text-align: center;
}

.discount .pick-up .underline {
    display: inline-block;
    line-height: 100%;
    margin-top: 20px;
    background: linear-gradient(transparent 80%, yellow 80%) !important;
}

.discount--application {
    width: calc(100% - 4.26vw * 2);
    height: 84px;
    box-sizing: border-box;
    margin: 0px;
    font-weight: 500;
    font-size: 28px;
    border: none;
    box-shadow: 0px 4px rgb(216, 140, 0);
    color: white;
    background-color: orange;
}

#strengths {
    width: 100vw;
    height: 425px;
    text-align: center;
}

.strengths--orange-outline {
    width: 100%;
    margin: auto;
    position: relative;
}

.strengths--orange-outline--bracket__left {
    top: 20px;
    left: 4.6vw;
    position: absolute;
}

.strengths--orange-outline--bracket__right {
    top: 20px;
    right: 4.6vw;
    transform: rotate(180deg);
    position: absolute;
}

.strengths--orange-outline--question-mark {
    top: 10px;
    left: 50%;
    width: 80px;
    transform: translate(-50%, 0%);
    position: absolute;
}

.strengths--orange-outline--inside {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 4.6vw;
    margin-top: 80px;
}

.strengths--orange-outline--title {
    font-family: 'Hiragino Kaku Gothic ProN';
    font-size: 22px;
    margin: 0 auto 30px;
    padding: 5px;
}

.strengths--title {
    font-size: 48px;
    color: #0f4590;
}

.strengths--detail-phrase {
    font-family: 'Hiragino Kaku Gothic ProN';
    font-size: 14px;
    color: #333333;
    word-break: break-all;
    padding: 5px;
}

#aws-information {
    width: 100%;
    height: 400px;
    position: relative;
    text-align: center;
    margin: auto;
}

.aws-information--message-area {
    margin-top: 40px;
}

.aws-information--crown-image {
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translate(-50%, 0%);
}

.aws-information--twin-olive-image {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%, 0%);
}

.aws-information--message-area {
    width: 100%;
    padding-top: 100px;
    padding-left: 4.26vw;
    padding-right: 4.26vw;
}

.aws-information--phrase {
    font-size: 18px;
}

.aws-information--ranking-phrase {
    font-size: 24px;
}

.aws-information--ranking-phrase__emphasis {
    font-size: 78px;
    margin-top: 20px;
    display: inline-block;
    line-height: 1;
    background: linear-gradient(transparent 80%, yellow 80%) !important;
}

.aws-information--link {
    text-decoration: underline;
    word-break: break-all;
}

#quality {
    width: 100vw;
    height: 100%;
    padding: 20px 4.26vw;
    text-align: center;
    background-color: #f4f4f4;
    /* url("../svg/quality-background.svg"); */
}

.quality--title__normal {
    font-size: 40px;
}

.quality--title__emphasis {
    font-size: 56px;
    color: #f68d11;
}

.quality--content-boxs {
    background-color: transparent;
}

.quality--content-box {
    background-color: #ffffff;
    display: flex;
    align-items: stretch;
    justify-content: center;
    height: 100%;
    margin-bottom: 50px;
    position: relative;
    box-shadow: 3px 3px 6px silver;
}

.quality--content-box--content--discribe-left {
    width: 100%;
    height: 100%;
    margin-right: 0px;
    text-align: left;
    padding: 20px;
    box-sizing: border-box;
}

.quality--image__chart-info {
    margin: auto;
    bottom: 20px;
}

.quality--content-box--content--image-right {
    /* no-use for smartphone*/
    width: 0px;
    height: 320px;
}

.quality--content-box--content--image-left {
    /* no-use for smartphone*/
    width: 0px;
    height: 320px;
    margin-right: 30px;
}

.quality--content-box--content--discribe-right {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    text-align: left;
    padding: 20px;
    box-sizing: border-box;
}

.quality--image__aws-certificate-group {
    margin: auto;
    height: 100%;
    bottom: 20px;
}

.quality--content-box--number {
    font-size: 32px;
    font-family: 'Roboto';
}

.quality--content-box--title {
    font-size: 22px;
}

.quality--content-box--title__emphasis {
    color: #f68d11;
}

.quality--char-info__margin {
    margin-left: 20%;
}

.quality--image__temporaly-image {
    margin: auto;
    bottom: 20px;
    max-width: 80%;
}

.quality--temporaly-image__caution-phrase {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 42px;
    color: red;
    transform: translate(-50%, -50%) rotate(-30deg);
}

#online-point {
    width: 100vw;
    height: 100%;
    padding: 20px 4.26vw;
    text-align: center;
    background-color: #232f3e;
    color: #ffffff;
    font-size: 40px;
    box-sizing: border-box;
}

.online-point--title {
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 60px;
}

.online-point--content {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    background-color: #ffffff;
    border-color: #f68d11;
    border-style: solid;
    border-width: 4px;
    /* margin-right: 20px; */
    margin-bottom: 50px;
    padding: 20px;
    padding-top: 60px;
}

.online-point--content-sp {
    height: 100%;
    min-height: 313px;
}

.online-point--type-image {
    display: block;
    position: absolute;
    box-sizing: border-box;
    left: calc(100% / 2 - (130px / 2));
    top: calc(-130px / 4);
    height: auto;
    margin: 0;
    padding: 0px;
    z-index: 1;
}

.online-point--content h4 {
    font-size: 24px;
    color: #333333;
    margin-bottom: 20px;
}

.online-point--content p {
    font-size: 14px;
    color: #333333;
}

#details {
    position: relative;
    width: 100vw;
    height: 100%;
    margin-bottom: 30px;
    padding: 20px 4.26vw 20px;
    text-align: center;
    background-color: #f4f4f4;
    color: #333333;
    font-size: 40px;
    /* background: #F4F4F4 url("../svg/quality-background.svg"); */
    z-index: -100;
}

.details--caliculum-img {
    width: 100vw;
}

.details--background {
    margin: auto;
    width: 100%;
    height: 100%;
}

.details--schedule {
    width: 100%;
    height: 100%;
    margin-bottom: 30px;
}

.details--division {
    width: 100%;
    margin: auto;
}

.details--title-phrase {
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 40px;
}

.details--caliculum-phrase {
    font-size: 32px;
    margin-bottom: 50px;
}

.details--table-background {
    position: relative;
    width: 100%;
    height: 100%;
    margin-top: 20px;
}

.details--table--half-circle {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.details--table--rightward-triangle {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.details--table {
    width: 100%;
    border-collapse: collapse;
    margin: auto;
    font-size: 16px;
    border-spacing: 0px;
    border: solid 2px #919191;
}

.details--table caption {
    color: #ffffff;
}

/* no use for smartphone
.details--table tr{
}
*/

.details--table td {
    position: relative;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    padding: 20px;
}

.details--table td:first-child {
    background-color: #fff3e5;
    min-height: 48px;
    padding: 15px;
}

.details--table td:last-child {
    background-color: #ffffff;
    padding: 25px;
}

.details--table--td--rightward-triangle {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 100;
}

.details--table--caliculum-value {
    width: 700px;
    height: 40px;
    background-color: #ffffff;
    color: #333333;
    text-align: left;
}

.details--table--caliculum-header {
    width: 100%;
    height: 40px;
    background-color: #fff3e5;
    text-align: left;
}

.details--table--remarks-phrase {
    font-size: 12px;
    text-align: right;
}

#faq {
    width: 100vw;
    height: 100%;
    padding: 20px 4.26vw;
    margin-bottom: 30px;
}

.faq--title-phrase {
    font-size: 40px;
}

.faq--division {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.faq--box {
    margin: auto;
    border: #333333 solid;
}

.faq--q-and-a {
    margin: auto;
}

.faq--question {
    background-color: #232f3e;
    color: #ffffff;
    font-size: 20px;
    text-align: left;
    padding: 20px 20px;
    margin: 0px;
    display: flex;
}

.faq--qustion--symbol-area {
    width: 60px;
}

.faq--qustion--phrase-area {
    width: calc(100% - 60px);
    height: 100%;
    position: relative;
}

.faq--answer {
    background-color: #ffffff;
    color: #3c4061;
    font-size: 14px;
    text-align: left;
    padding: 10px 20px;
    margin: 0px;
    display: flex;
}

.faq--answer--symbol-area {
    width: 60px;
}

.faq--answer--phrase-area {
    width: calc(100% - 60px);
    position: relative;
}

.faq--q-simbol {
    font-family: 'roboto';
    font-size: 40px;
    margin-right: 10px;
}

.faq--a-simbol {
    font-family: 'roboto';
    font-size: 40px;
    margin-right: 10px;
}

#customer {
    padding-top: 30px;
    height: 100%;
    margin-bottom: 50px;
}

.customer--title-phrase {
    font-size: 40px;
}

.customer--division {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
    padding: 0 4.26vw;
}

.customer-point--box {
    margin-bottom: 50px;
    padding-top: 20px;
}

.customer-point--content {
    position: relative;
    box-sizing: border-box;
}

.customer-point--content:not(:first-child) {
    margin-top: 24px;
}

.customer-point--type-image {
    position: relative;
    margin: auto auto -50px;
    width: 80px;
    z-index: 1;
}

.customer-point--box .content-info {
    display: flex;
    align-items: center;
    background-color: #fff3e5;
    padding: 56px 20px 20px 26px;
    font-size: 14px;
    color: #333;
    text-align: left;
}

.customer-point--box .content-info a {
    color: inherit;
}

.customer-point--box .content-info img {
    width: 60px;
}

.content-detail--heading + p {
    margin-top: 10px;
}

.content-detail {
    margin-left: 20px;
}

#form-style {
    width: 100vw;
    padding: 4.26vw;
    background-color: #f2f2f2;
}

#form {
    width: 100%;
    height: 100%;
    margin: auto;
    text-align: center;
}

.form--alternative-phrase {
    font-size: 24px;
    color: #333333;
}

.form--alternative-phrase__emphasis {
    font-size: 32px;
    color: #333333;
}

.form--title {
    font-size: 40px;
}

.form--phrase {
    font-size: 14px;
    text-align: left;
    margin-bottom: 5px;
}

.confirmation {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    margin: auto;
    padding: 30px;
    font-family: 'Noto Sans JP Black';
}

.confirmation-box--tr {
    width: 100%;
    margin-bottom: 10px;
    min-height: 24px;
}

.confirmation-box--tr:nth-child(even) {
    background-color: #f2f2f2;
}

.confirmation-box--tr:nth-child(odd) {
    background-color: white;
}

.confirmation-box--tr--label {
    padding-left: 5px;
    max-width: 100%;
    line-height: 30px;
    background-color: #f2f2f2;
    word-break: break-all;
}

.confirmation-box--tr--define {
    max-width: 100%;
    line-height: 30px;
    background-color: white;
    word-break: break-all;
}

.confirmation--text__title {
    font-size: 20px;
}

.confirmation--text__context {
    font-size: 14px;
}

.confirmation--label {
    font-size: 14px;
}

#back--button {
    width: 100%;
    height: 82px;
    border: none;
    box-shadow: 0px 4px silver;
    color: white;
    font-size: 28px;
    background-color: lightgray;
    box-sizing: border-box;
    display: block;
    margin: 0 auto 20px;
}

#back--button:hover {
    width: 100%;
    height: 82px;
    border: none;
    box-shadow: 0px 1px silver;
    color: white;
    font-size: 28px;
    background-color: lightgray;
    box-sizing: border-box;
    display: block;
    margin: auto;
    margin: 0 auto 20px;
}

/* 
#submit--application{
    width: 100%;
    height: 82px;
    border: none;
    box-shadow: 0px 4px rgb(216, 140, 0);
    color: white;
    font-size: 28px;
    background-color: orange;
    box-sizing: border-box;
    display: block;
    margin: auto;
    margin: 0 auto 20px;
}

#submit--application:hover:not([disabled]){
    width: 100%;
    height: 82px;
    border: none;
    box-shadow: 0px 1px rgb(216, 140, 0);
    color: white;
    font-size: 28px;
    background-color: orange;
    box-sizing: border-box;
    display: block;
    margin: auto;
    margin: 0 auto 20px;
}

#submit--application:disabled{
    width: 100%;
    height: 82px;
    border: none;
    box-shadow: 0px 1px gray;
    color: white;
    font-size: 28px;
    background-color: gray;
    box-sizing: border-box;
    display: block;
    margin: auto;
    margin: 0 auto 20px;
} */

#submit--application {
    width: 100%;
    height: 82px;
    border: none;
    box-shadow: 0px 1px gray;
    color: white;
    font-size: 28px;
    background-color: gray;
    box-sizing: border-box;
    display: block;
    margin: auto;
    margin: 0 auto 20px;
}

#submit--application.verified {
    width: 100%;
    height: 82px;
    border: none;
    box-shadow: 0px 4px rgb(216, 140, 0);
    color: white;
    font-size: 28px;
    background-color: orange;
    box-sizing: border-box;
    display: block;
    margin: auto;
    margin: 0 auto 20px;
}

#submit--application.verified:hover {
    width: 100%;
    height: 82px;
    border: none;
    box-shadow: 0px 1px rgb(216, 140, 0);
    color: white;
    font-size: 28px;
    background-color: orange;
    box-sizing: border-box;
    display: block;
    margin: auto;
    margin: 0 auto 20px;
}

.recaptha-form {
    width: 100%;
    margin: auto;
}

#recaptcha {
    margin: auto;
}

#recaptcha > div {
    overflow: hidden !important;
    max-width: 100% !important;
}

#recaptcha iframe {
    transform-origin: 0 0;
    transform: scale(0.6613);
}

/* #warning{
    text-align: center;
} */

.warning-form {
    height: 100%;
    margin-bottom: 10px;
}

.warning-form p {
    font-size: 12px;
    padding: 0;
    margin: auto;
}

.warning__verified {
    visibility: hidden;
}

#contact {
    width: 100%;
    height: 100%;
    margin: auto;
    background-color: #ffffff;
    padding: 4.6vw;
    box-sizing: border-box;
    box-shadow: 3px 3px 6px silver;
}

#contact hr {
    width: 100%;
    height: 2px;
    background-color: #e6e6e6;
    border: none;
    color: #e6e6e6;
    margin: 15px auto;
}

.contact--domain-area {
    align-items: stretch;
    justify-content: center;
    margin: auto;
    font-size: 14px;
    line-height: 1.5;
    height: 100%;
}

.contact--domain-area--remark {
    align-items: stretch;
    justify-content: center;
    margin: auto;
    font-size: 14px;
    height: 100%;
}

.mandatory {
    background-color: #f67081;
    width: 42px;
    height: 23px;
    padding: 0px 5px;
    font-size: 16px;
    color: #ffffff;
    line-height: 1.5;
}

.un-mandatory {
    background-color: #ffffff;
    width: 42px;
    height: 23px;
    padding: 0px 5px;
    font-size: 16px;
    color: #ffffff;
    line-height: 1.5;
}

.contact--domain-area__top {
    align-items: stretch;
    justify-content: center;
    margin: auto;
    padding-top: 20px;
    font-size: 14px;
    line-height: 1.5;
}

.contact--domain {
    width: 100%;
    height: 100%;
    text-align: left;
    margin: auto auto 5px;
}

.contact--domain__remark {
    width: 100%;
    text-align: left;
    vertical-align: top;
    margin: 15px auto 5px;
}

.contact--domain-identity {
    width: 100%;
    height: 100%;
    text-align: left;
    margin: auto;
    padding-top: 5px;
    padding-bottom: 5px;
}

.contact--domain-identity p {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 2px;
}

.contact--domain-identity--textarea {
    width: 100%;
    text-align: left;
}

.contact--domain-identity input[type='checkbox'] {
    font-size: 14px;
}

.contact--domain-identity--input {
    width: 100%;
    height: 40px;
}

.contact--domain-identity--input__textarea {
    width: 100%;
}

.checkbox-indent {
    display: flex;
    flex-direction: column;
}

.checkbox-indent div {
    display: flex;
    align-items: flex-start;
}

.checkbox-indent label {
    margin-left: 8px;
}

.contact--precautions {
    width: 100%;
    height: 250px;
    margin: auto auto 30px;
    overflow-y: scroll;
    border: solid 3px #e6e6e6;
}

#privacy {
    width: 100%;
    padding: 0px;
    text-align: left;
}

#form input[type='submit'] {
    width: 100%;
    height: 82px;
    box-sizing: border-box;
    display: block;
    margin: auto;
    font-size: 28px;
    text-align: center;
    border: none;
    box-shadow: 0px 4px#37B1A8;
    color: #ffffff;
    background-color: #3dcac0;
    margin-top: 30px;
    margin-bottom: 30px;
}

#form input[type='submit']:hover {
    width: 380px;
    height: 82px;
    box-sizing: border-box;
    display: block;
    margin: auto;
    font-size: 28px;
    text-align: center;
    border: none;
    box-shadow: 0px 1px#37B1A8;
    color: #ffffff;
    background-color: #3dcac0;
    margin-top: 30px;
    margin-bottom: 30px;
}

#tel {
    width: 100vw;
    box-sizing: border-box;
    background-color: #232f3e;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    padding: 30px;
    font-size: 18px;
}

.tel__emphasis {
    font-family: 'Roboto';
    font-size: 34px;
}

.tel--sp--small-font {
    font-size: 16px;
}

#company-info {
    width: 100%;
    margin: auto;
}

footer {
    width: 100vw;
}

.footer--company-info {
    align-items: stretch;
    justify-content: left;
    margin-top: 10px;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    padding: 10px;
    word-break: keep-all;
}

.footer--sp-company-logo {
    margin: auto;
}

.footer--company-info--privacy-mark {
    margin: auto;
}

footer button {
    width: 200px;
    height: 32px;
    box-sizing: border-box;
    display: block;
    margin: 0 auto 20px;
    font-size: 14px;
    text-align: center;
    border: none;
    color: #ffffff;
    background-color: #f68d11;
}

#copyright {
    width: 100vw;
    text-align: center;
    margin: auto;
    height: 80px;
    background-color: #0e428d;
    color: #ffffff;
    line-height: 80px;
    font-size: 14px;
    font-family: 'Helvetica Neue';
}

.process-finished--time {
    background-color: #f68d11;
}

/* PDF－－－－－－－－－－－－－－－－－－ */
.document-container {
    margin: 0 auto;
    text-align: center;
    width: 90%;
    margin: 0 auto;
}

.custom-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 80px;
    line-height: 1.4;
    background: #fadfd0;
    border: none;
    font-size: 14px;
    color: black;
    text-decoration: none;
    transition: opacity 0.3s ease;
    cursor: pointer;
    margin: 0 auto;
    margin-bottom: 16px;
}

.custom-button:hover {
    opacity: 0.7;
}

.common-container {
    width: 90%;
    max-width: 90%;
    display: block;
    margin: 20px auto 0;
}

/*
    特殊効果
*/

.button--adjust-margin {
    display: inline-block;
}

a.non-underlined {
    text-decoration: none;
}

.clearfix::after {
    content: '';
    display: block;
    clear: both;
}

.orange-point {
    margin: 0 auto 0px;
}

a.non-underlined {
    text-decoration: none;
}

/* スマホ用デザイン */
a.sp-centering {
    margin: auto;
}

/* validate.js用 */
label.error {
    background-color: red;
    color: white;
    line-height: 2;
    margin-left: 2px;
    border-radius: 5px;
    font-size: 12px;
    padding-left: 2px;
    padding-right: 2px;
}

.checkbox-indent label {
    padding: 0 0.4em 0;
    margin-bottom: 5px;
}
