#page_content {
    font-family: "Zen Maru Gothic";
}

.service_list.clearfix {
    justify-content: center;
}
.index_service_list .service_list .item {
    margin: 0 20px 12px;
}
.index_service_list.num2 .item .title {
    color: #FFAA17;
}

.content_block {
    margin: 7vh auto 0;
}
.flex_box {
    display: flex;
    justify-content: center;
}
.content_block .text_box {
    width: 95%;
    max-width: 650px;
    margin: auto;
    font-family: "Zen Maru Gothic";
}
.content_block .text_box h2 {
    color: #ffba43;
    font-size: 1.75rem !important;
    font-weight: bold;
    -webkit-text-stroke: 1px #ffba43;
    text-align: center;
    margin: 15px auto;
}
.content_block .text_box h3{
    color: #ffba43;
}


.contact_box {
    background: #FFC955;
    padding: 2vw;
    border-radius: 20px;
    color: #fff;
    font-family: "Zen Maru Gothic";
}
.contact_box h2 {
    font-size: 1.75em;
    text-align: center;
    -webkit-text-stroke: 1px #ffffff;
    margin-bottom: 30px;
}
.contact_block {
    border: 6px solid;
    border-radius: 25px;
    padding: 1vh 1vw;
    margin-right: 15px;
    width: 100%;
    height: max-content;
}
.contact_block h3 {
    margin-bottom: -15px;
}
.contact_block a {
    font-size: 3.25em;
    font-weight: 700;
    -webkit-text-stroke: 2.3px #ffffff;
    letter-spacing: 0.07em;
}

.contact_block.contact_mail {
    background: #fff;
    color: #FFC955;
    border-color: #fff;
}
.contact_block.contact_mail a {
    color: #FFC955;
    -webkit-text-stroke: 2.3px #FFC955;
}

section.content.step {
    background: #FFF5E7;
}
.step_box {
    width: 95%;
    max-width: 750px;
    margin: auto;
    padding: 3vh 0;
}
.step_content {
    display: flex;
    margin: 3vh 0;
}
.step_icon img {
    width: 100%;
    max-width: 130px;
}
.step_desc {
    margin-left: 2em;
}
.step_desc h4 {
    color: #F57777;
    margin-bottom: 0;
    position: relative;
}
.step_desc h4:after {
    content: "";
    display: block;
    width: 100%;
    border-bottom: 1px solid;
    position: absolute;
    left: 1.75em;
    bottom: 5px;
}
.step_desc h3 {
    font-size: 1.5em;
    margin: 10px 0 0;
}
.step_content:last-child {
    margin-bottom: 3vh;
}

.content_btn {
    width: 180px;
    height: 50px;
    margin: auto;
    background: #FFC955;
    border: 1px solid #ffc955;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s ease-out;
}
.content_btn:hover {
    background: #fff;
    border: 2px solid #FFC955;
}
.content_btn a {
    color: #fff !important;
    font-weight: bold;
    letter-spacing: 0.1em;
    font-family: Zen Maru Gothic;
}
.content_btn:hover a {
    color: #FFC955 !important;
}
section.content .flex_box {
    margin: 0;
}

.image_box {
    margin: 0 30px;
}
@media screen and (max-width: 1000px) {
.flex_box {
    flex-direction: column;
}
.image_box {
    text-align: center;
}
.service_desc_block.flex_box {
    flex-direction: column-reverse;
}

.contact_block {
    width: auto;
    margin: 50px 0 0;
}
.contact_box h2 {
    margin-bottom: 0;
}

}


.fadein {
	opacity: 0;
	transform: scale(1.13);	
	transition: all 0.6s ease-out;
}
.fadein.show {
	opacity: 1;
	transform: scale(1);
}
.flex.fadein {
	opacity: 0;
	transform: scale(1);	
	transition: all 0.6s ease-out;
}
.flex.fadein.show {
	opacity: 1;
	transform: scale(.9);
}

.fadein.bottom {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease-out;
}
.fadein.bottom.show {
  opacity: 1;
  transform: translateY(0);
}













