
.read-text {
    font-weight: bold;
    font-size: 19px;
    color: #333;
    padding: 35px 21px 10px;
    margin-bottom: 0!important;
    line-height: 1.7;
    font-feature-settings: "palt";
    letter-spacing: .14rem;
} 
.border-radius5 {
    border-radius: 4px;
}
.bg-color1{
    background: #FFFDE8;
}

.bg-color2{
    background: #F6F5F5;
}

.border-bottom-title{
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    color: #034098;
    margin-top: 40px;
    position: relative;
    padding-bottom: 20px;
}
.border-bottom-title:after {
    content: "";
    display: block;
    width: 53px;
    height: 9px;
    background-color: #F5F179;
    position: absolute;
    z-index: 0;
    margin: 0 auto;
    bottom: 0;
    left: 0;
    right: 0;
}
.btn.btn-orange.icon-arrow-right.btn-orange-link:before,
.btn.btn-orange.icon-arrow-right.btn-orange-link:after {
    display: none;
}
.btn.btn-orange.icon-arrow-right.btn-orange-link {
    position: relative;
    width: 474px!important;
    height: 102px;
    display: flex;
    justify-content: center;
        align-items: center;
    padding-top: 0!important;
    padding-bottom: 0!important;
    border: 2px solid #EF8912;
}
.btn.btn-orange.icon-arrow-right.btn-orange-link:hover {
    opacity: 1!important;
    color: #EF8912!important;
    background: #fff;
    
}
.btn.btn-orange.icon-arrow-right.btn-orange-link i {
    position: absolute;
    right: 15px;
    top: calc(50% - 12px);
}
.howtolist,
.flexBox,
.must-item{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.howtolist {
    margin-top: 60px;
}
.howtolist li{
    width: 30.5%;
    background: #fff;
    border-radius: 4px;
    padding:55px 15px 20px;
    font-feature-settings: "palt";
    box-sizing: border-box;
    position: relative;
    text-align: justify;
}
.howtolist li:after{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    color: #044097;
    font-size: 180%;
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    right: -31px;
    margin-top: -150px;
}
.howtolist li:last-of-type:after {
    display: none;
}
.howtolist li h4 {
    font-size: 115%;
    color: #333;
    font-weight: bold;
    text-align: center;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.howtolist li img {
    margin-bottom: 15px;
}
.howtolist li p {
    color: #333;
}
.step-circle {
    background: #034098;
    border-radius: 50%;
    width: 64px;
    height:  64px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    position: absolute;
    top: -30px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.step-circle span {
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
}
.step-circle span.txt {
    font-size: 75%;
    height: 16px;
}
.step-circle span.number {
font-size: 135%;
    height: 25px;
    line-height: 1;
    margin-top: 3px;
}
.must-item > div {
    width:46%;
}
.must-item > div.plus {
    width: 8%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.must-item > div.plus:before{
font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f067";
    color: #044097;
    font-size: 220%;
    position: relative;
    top: -85px;
}
.must-item li{
    position: relative;
    padding-left: 16px;
    color: #333;
}
.must-item li:before {
    content: "※";
    left: 0;
    position: absolute;
}
.must-item p {
    color: #333;
        text-align: justify;
}
.border-box {
    margin-top: 30px;
    border: 3px solid #707070;
    padding: 15px 20px 20px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.border-box .left {
    width: 505px;
    margin-top: 15px;
}
.border-box .left h3{
    font-size: 24px;
}
.border-box .left h3 + p{
    margin: 18px 0 3px;
    font-size: 90%;
}
.border-box .right {
    width: 340px;
}
.border-box .font-size80p {
    font-size: 90%!important;
}
.osusume {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 15px;
}
.osusume li {
    width: 24%;
}
.osusume li img {
    border-radius: 50%;
    width: 80%;
    margin: 0 auto;
    display: block;
}
.osusume li p {
    color: #333;
    font-weight: bold;
    text-align: center;
    font-feature-settings: "palt";
    background: #fff;
    margin-top: 15px;
    border-radius: 40px;
    padding: 10px 0;
    line-height: 1.55;
    font-size: 94%;
    width: 86%;
    margin-left: auto;
    margin-right: auto;
}
.osusume li:nth-of-type(2) p {
    width: 100%;
    border-radius: 50px;
}
.boxContena {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 45px 0 30px;
}
.boxContena li {
    width: auto;
    width: 30%;
    overflow: hidden;
    transition: .4s;
max-width: 268px;
}
.boxContena li a{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    border: 2px solid #034098;
    box-sizing: border-box;
    -webkit-background-clip: padding-box; 
    -moz-background-clip: padding; 
    background-clip: padding-box;
    transition: .3s;
}
.boxContena li:nth-of-type(1) {
    margin-right: 50px;
}
.boxContena li .linkTitle {
    height: 68px;
    background: #034098;
    color: #fff;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    position: relative;
    line-height: 1.35;
    font-weight: bold;
    font-size: 1.6rem;
    transition: .3s;
}
.boxContena li .linkImage{
    display: flex;
    justify-content: center;
    align-items: center;
}
.boxContena li img {
    width: 70%;
    margin: 20px 0;
}
.boxContena li .linkTitle i {
    position: absolute;
    right: 10px;
}
.boxContena li:hover .linkTitle {
    background: #009966;
    color: #fff;
}
.boxContena li a:hover {
    border-color: #009966;
    text-decoration: none;
    opacity: 1;
}
    br.sp320 {
        display: none;
    }

@media all and (-ms-high-contrast:none){
  _:-ms-lang(x)::-ms-backdrop, _:-ms-lang(x)::-ms-backdrop, .selector {}.btn.btn-orange.icon-arrow-right.btn-orange-link {
		padding-top: 8px!important;
	}
}


@media only screen and (max-width: 640px) {
#relocation_area {
    padding-left: 15px;
    padding-right: 15px;
}
    .read-text {
    font-size: 14px;
    padding: 10px;
    line-height: 1.6;
    text-align: justify;
}
    .border-bottom-title {
    font-size: 18px;
    margin-top: 30px;
    padding-bottom: 15px;
}
    .border-bottom-title:after {
    width: 40px;
    height: 5px;
}
.sp_fz35vw{
    font-size: 3.5vw!important;
}
    .btn.btn-orange.icon-arrow-right.btn-orange-link i {
    right: 5px;
    top: calc(50% - 8.5px);
}
    .btn.btn-orange.icon-arrow-right.btn-orange-link {
    font-size: 17px;
        height: auto;
    padding: 1.16em 1em!important;
}
.howtolist li {
    width: 100%;
    margin-bottom: 80px;
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
}
    .howtolist li:last-of-type {
        margin-bottom: 0;
    }
    .howtolist li h4 {
    height: auto;
}
    .howtolist li img {
    margin-bottom: 15px;
    width: 65%;
    margin: 0 auto;
    display: block;
}
.howtolist li:after {
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    font-size: 250%;
    top: auto;
    bottom: -55px;
    right: 0;
    margin-top: 0;
    left: 0;
    margin: 0 auto;
    width: 50px;
    justify-content: center;
}
    .step-circle span.txt {
    margin-top: 5px;
}
    .step-circle {
    width: 54px;
    height: 54px;
    top: -20px;
}
    .must-item > div {
    width: 100%;
}
    .must-item > div.plus:before {
    top: 0;
}
    .must-item > div.plus {
    width: 100%;
}
    .must-item > div .font-size80p {
    font-size: 94% !important;
}
    .border-box .left h3 {
    font-size: 16px;
    text-align: center;
}
    .border-box .left h3 + p {
    font-size: 100%;
}
    .border-box .font-size80p {
    font-size: 100%!important;
}
    .border-box {
    padding: 20px 20px;
}
    .border-box .left {
    width: 100%;
    margin-top: 0;
}
    .border-box .right {
    width: 100%;
}
    .osusume {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 25px;
}
    .osusume li {
    width: 49%;
}
    .osusume li p,.osusume li:nth-of-type(2) p {
    color: #333;
    font-weight: bold;
    text-align: center;
    font-feature-settings: "palt";
    background: #fff;
    margin-top: 15px;
    border-radius: 10px;
    padding: 10px 0;
    line-height: 1.55;
    font-size: 3.5vw;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
        
}
    .osusume li:nth-of-type(n+3) {
        margin-top: 30px;
    }
    .boxContena li:nth-of-type(1) {
    margin-right: 0;
        margin-bottom: 30px;
}
    .boxContena {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 25px 0 30px;
}
.boxContena li {
    width: 90%;
    margin-right:0;
    margin-left: 0;

    overflow: hidden;
    transition: .4s;
    max-width: 100%;
}body {
    overflow-x: hidden;
}
    
    
    }
@media only screen and (max-width: 320px) {
    br.sp320 {
        display: block;
    }
}