.maindesign {
    font-family: "Noto Sans JP", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", verdana, Osaka, Sans-Serif;
}

.maindesign .feature-hdg1--txt {
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    color: #196cae;
    font-weight: bold;
    font-size: 2.7rem;
    line-height: 1.35;
    text-shadow: rgb(255, 255, 255) 4px 0px 0px, rgb(255, 255, 255) 3.87565px 0.989616px 0px, rgb(255, 255, 255) 3.51033px 1.9177px 0px, rgb(255, 255, 255) 2.92676px 2.72656px 0px, rgb(255, 255, 255) 2.16121px 3.36588px 0px, rgb(255, 255, 255) 1.26129px 3.79594px 0px, rgb(255, 255, 255) 0.282949px 3.98998px 0px, rgb(255, 255, 255) -0.712984px 3.93594px 0px, rgb(255, 255, 255) -1.66459px 3.63719px 0px, rgb(255, 255, 255) -2.51269px 3.11229px 0px, rgb(255, 255, 255) -3.20457px 2.39389px 0px, rgb(255, 255, 255) -3.69721px 1.52664px 0px, rgb(255, 255, 255) -3.95997px 0.56448px 0px, rgb(255, 255, 255) -3.97652px -0.432781px 0px, rgb(255, 255, 255) -3.74583px -1.40313px 0px, rgb(255, 255, 255) -3.28224px -2.28625px 0px, rgb(255, 255, 255) -2.61457px -3.02721px 0px, rgb(255, 255, 255) -1.78435px -3.57996px 0px, rgb(255, 255, 255) -0.843183px -3.91012px 0px, rgb(255, 255, 255) 0.150409px -3.99717px 0px, rgb(255, 255, 255) 1.13465px -3.8357px 0px, rgb(255, 255, 255) 2.04834px -3.43574px 0px, rgb(255, 255, 255) 2.83468px -2.82216px 0px, rgb(255, 255, 255) 3.44477px -2.03312px 0px, rgb(255, 255, 255) 3.84068px -1.11766px 0px, rgb(255, 255, 255) 3.9978px -0.132717px 0px;
}
@media screen and (max-width:767px) {
    .maindesign .feature-hdg1--txt {
        font-size: 6.5vw;
        left: 10px;
        text-shadow: rgb(255, 255, 255) 2px 0px 0px, rgb(255, 255, 255) 1.75517px 0.958851px 0px, rgb(255, 255, 255) 1.0806px 1.68294px 0px, rgb(255, 255, 255) 0.141474px 1.99499px 0px, rgb(255, 255, 255) -0.832294px 1.81859px 0px, rgb(255, 255, 255) -1.60229px 1.19694px 0px, rgb(255, 255, 255) -1.97998px 0.28224px 0px, rgb(255, 255, 255) -1.87291px -0.701566px 0px, rgb(255, 255, 255) -1.30729px -1.5136px 0px, rgb(255, 255, 255) -0.421592px -1.95506px 0px, rgb(255, 255, 255) 0.567324px -1.91785px 0px, rgb(255, 255, 255) 1.41734px -1.41108px 0px, rgb(255, 255, 255) 1.92034px -0.558831px 0px;
    }
}

.maindesign .mt-leave {
	margin-top: 50px;
}
.maindesign .mt-moderate {
	margin-top: 30px;
}
.maindesign .mt-close {
	margin-top: 20px;
}
.maindesign .mt-thin {
	margin-top: 10px;
}
@media screen and (max-width:767px) {
	.maindesign .mt-leave {
		margin-top: 30px;
	}
	.maindesign .mt-close {
		margin-top: 10px;
	}
}

.maindesign .feature-hdg2 span {
    font-size: 0.7em;
    margin-left: 10px;
}
@media screen and (max-width: 767px) {
    .maindesign .feature-hdg2 span {
        margin-left: 0;
    }
}

.maindesign .order-flow {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}
.maindesign .order-flow--block {
    width: 32%;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-sizing: border-box;
}
.maindesign .order-flow--inner {
    padding: 10px;
    display: flex;
    flex-direction: column;
}
.maindesign .order-flow--block a {
    color: #000;
}
.maindesign .order-flow--block__type {
    font-size: 1.3em;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.15;
    height: 2.5em;
}
.maindesign .order-flow--block__list {
    font-size: 0.9rem;
    line-height: 1.3;
    margin-bottom: 5px;
    flex-grow: 1;
}
.maindesign .order-flow--block__list > li {
    padding-left: 1em;
    text-indent: -1em;
}
.maindesign .order-flow--block__list > li:not(:first-child) {
    margin-top: 3px;
}

.maindesign .order-flow--block__list:last-child {
    margin-bottom: 0;
}
@media screen and (max-width: 767px) {
    .maindesign .order-flow--block {
        width: 49%;
        margin-top: 10px;
    }
    .maindesign .order-flow--inner {
        padding: 5px;
    }
    .maindesign .order-flow--block:nth-child(-n + 2) {
        margin-top: 0;
    }
    .maindesign .order-flow--block__type {
        font-size: 1.0rem;
    }
    .maindesign .order-flow--block__list {
        font-size: 0.85rem;
    }
}

.maindesign .kome {
    line-height: 1.4;
    font-size: 0.9em;
}
.maindesign .red {
    color: #e5002d;
}

.maindesign .print-image {
    display: flex;
    justify-content: center;
}
.maindesign .print-image--inner {
    max-width: 600px;
    width: 100%;
}


.maindesign .indent-txt {
    padding-left: 1em;
    text-indent: -1em;
}