@charset "UTF-8";

*,
	::before,
	::after {
	box-sizing: inherit;
}

img {
    vertical-align: top;
}

@media screen and (max-width: 640px) {
	.sp-none {
		display: none !important;
	}
	.pc-none {
		display: block !important;
	}
}
@media screen and (min-width: 641px) {
	.sp-none {
		display: block !important;
	}
	.pc-none {
		display: none !important;
	}
}

#CASE.OTHER {
    padding: 0 0 100px;
}
@media screen and (max-width: 640px) {
    #CASE.OTHER {
        padding: 0 0 50px;
    }
}

.inner {
	margin: 0 auto;
	max-width: 960px;
}
.inner2 {
	margin: 0 auto;
	max-width: 830px;
}
.inner3 {
	margin: 0 auto;
	max-width: 1166px;
}
@media screen and (max-width: 767px) {
	.inner {
		padding: 0 15px;
		width: 100%;
	}
	.inner2 {
		padding: 0 15px;
		width: 100%;
	}
	.inner3 {
		padding: 0 15px;
		width: 100%;
	}
}

h1.midashi {
    margin-top: 45px;
    text-align: center;
    line-height: 1.6;
    font-weight: bold;
    font-size: 30px;
    color: #212F5F;
}
.lead {
    margin-top: 10px;
    text-align: center;
    line-height: 1.6;
    font-weight: bold;
    font-size: 23px;
    color: #212F5F;
}
#REPAIR h1.midashi {
    margin-top: 25px;
    font-size: 34px;
}
#ABOUT h1.midashi {
    margin-top: 30px;
    font-size: 28px;
}
@media screen and (max-width: 640px) {
    h1.midashi {
        margin-top: 25px;
        margin-bottom: 0 !important;
        font-weight: bold;
        font-size: 18px !important;
    }
    #REPAIR h1.midashi {
        margin-top: 20px;
        font-size: 24px !important;
    }
    #ABOUT h1.midashi {
        margin-top: 20px;
        font-size: 22px !important;
    }
    .lead {
        margin-top: 10px;
        padding: 0 10px;
        font-size: 16px;
    }
}

header#header .hin {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
    padding-top: 10px;
}
header#header a:hover {
    opacity: .8;
}
header#header .hin .hlogo {
    -webkit-flex: 0 0 216px;
    flex: 0 0 216px;
    padding-top: 5px;
}
header#header .hin .hlogo img {
    width: 100%;
}
header#header .hin .info {
    -webkit-flex: 0 0 510px;
    flex: 0 0 510px;
    padding-top: 18px;
}
header#header .hin .info .hlead {
    position: absolute;
    right: 0;
    top: 11px;
    font-weight: normal;
    font-size: 13px;
    color: #fff;
}
header#header .hin .info .hpr {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 10px;
}
header#header .hin .info .hcontact {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
}
header#header .hin .sdgs {
    position: absolute;
    left: 236px;
    bottom: 15px;
}
header#header .hin .sdgs img {
    width: 100px;
}
@media screen and (max-width: 640px) {
    header#header .hin {
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        padding-top: 28px;
    }
    header#header a:hover {
        opacity: .8;
    }
    header#header .hin .hlogo {
        -webkit-flex: 0 0 40%;
        flex: 0 0 40%;
        padding-top: 25px;
    }
    header#header .hin .info {
        -webkit-flex: 0 0 30%;
        flex: 0 0 30%;
        margin-left: 10px;
        padding-top: 0;
    }
    header#header .hin .info .hlead {
        position: absolute;
        left: 0;
        top: 5px;
        padding-left: 5px;
        text-align: left;
        font-size: 10px;
    }
    header#header .hin .info .hpr {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 10px;
    }
    header#header .hin .info .hpr > div:nth-child(2) {
        margin: 3px 0;
    }
    header#header .hin .info .hcontact {
        display: none;
    }
    header#header .hin .sdgs {
        left: auto;
        right: 10px;
        bottom: 15px;
    }
    header#header .hin .sdgs img {
        width: 80px;
    }
}

#topban {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    height: 370px;
    background: transparent url(../img/case/topban_bg.jpg) no-repeat center center;
    background-size: cover;
}
#topban .title {
    padding: 70px 20px 0;
    min-width: 500px;
    height: 175px;
    text-align: center;
    line-height: 1.3;
    background: transparent url(../img/case/topban_title_bg.svg) no-repeat center center;
    background-size: cover;
    font-size: 48px;
    color: #fff;
}
@media screen and (max-width: 640px) {
    #topban {
        height: 160px;
    }
    #topban .title {
        padding: 30px 20px 0;
        min-width: auto;
        height: 75px;
        font-size: 22px;
    }
}

#case_list .rows {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 50px;
}
#toppage #case_list .rows {
    margin-top: 20px;
}
#case_list .rows .list {
    -webkit-flex: 0 0 32%;
    flex: 0 0 32%;
    padding: 20px 10px 15px;
    text-align: center;
    background-color: #ABC0D2;
    box-sizing: border-box;
    border-bottom: 10px solid #6F85A2;
}
#toppage #case_list .rows .list {
    -webkit-flex: 0 0 32.5%;
    flex: 0 0 32.5%;
    padding: 15px 10px 10px;
    max-width: 312px;
    border-bottom: 5px solid #6F85A2;
}
#case_list .rows .list .title {
    font-weight: bold;
    font-size: 25px;
    color: #fff;
}
#toppage #case_list .rows .list .title {
    font-size: 16px;
}
#case_list .rows .list .title span {
    font-size: 14px;
}
#case_list .rows .list .btn_blk {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 15px;
}
#case_list .rows .list .btn {
    -webkit-flex: 0 0 31%;
    flex: 0 0 31%;
}
#toppage #case_list .rows .list .btn {
    -webkit-flex: 0 0 32%;
    flex: 0 0 32%;
}
#case_list .rows .list .btn a {
    display: block;
    position: relative;
    padding: 10px 5px 25px;
    background-color: #fff;
    border-radius: 3px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #212F5F;
}
#toppage #case_list .rows .list .btn a {
    font-size: 12px;
}
#case_list .rows .list .btn a:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 5px;
    margin-left: -8px;
    width: 17px;
    height: 17px;
    background: transparent url(../img/case/icon_cursor.svg) no-repeat 0 0;
    background-size: 17px 17px;
}
#case_list .rows .list .btn a:hover {
    opacity: .8;
}
@media screen and (max-width: 640px) {
    #case_list .rows {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 0;
    }
    #toppage #case_list .rows {
        margin-top: 0;
    }
    #case_list .rows .list {
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-top: 20px;
        padding: 15px 10px;
        max-width: 100%;
        border-bottom: 7px solid #6F85A2;
    }
    #toppage #case_list .rows .list {
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-top: 20px;
        padding: 15px 10px;
        max-width: 100%;
        border-bottom: 7px solid #6F85A2;
    }
    #case_list .rows .list .title {
        font-size: 20px;
    }
    #case_list .rows .list .btn a {
        padding: 10px 5px 25px;
        font-size: 14px;
    }
}

#CASE #list_blk .rows {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
}
#CASE #list_blk .rows .list {
    -webkit-flex: 0 0 23%;
    flex: 0 0 23%;
    position: relative;
    margin-left: 2%;
    margin-top: 20px;
    padding: 12px;
    border: 1px solid #122B60;
}
#CASE #list_blk .rows .list:nth-child(4n+1) {
    margin-left: 0;
}
#CASE #list_blk .rows .list a {
    display: block;
    color: #212F5F;
}
#CASE #list_blk .rows .list a:hover {
    opacity: .8;
}
#CASE #list_blk .rows .list .cat {
    padding: 5px 10px;
    text-align: center;
    background-color: #212F5F;
    font-weight: bold;
    font-size: 17px;
    color: #fff;
}
#CASE #list_blk .rows .list .img {
    overflow: hidden;
    margin-top: 10px;
    height: 130px;
}
#CASE #list_blk .rows .list .title {
    overflow: hidden;
    margin-top: 10px;
    height: 38px;
    font-weight: bold;
    font-size: 16px;
}
#CASE #list_blk .rows .list .price {
    display: inline-block;
    margin-top: 10px;
    padding: 5px 18px;
    background-color: #4D4D4D;
    font-size: 14px;
    color: #fff;
}
#CASE #list_blk .rows .list .btn {
    position: absolute;
    right: 10px;
    bottom: 8px;
}
@media screen and (max-width: 640px) {
    #CASE #list_blk .rows {
        margin-top: 10px;
    }
    #CASE #list_blk .rows .list {
        -webkit-flex: 0 0 48%;
        flex: 0 0 48%;
        margin-left: 4%;
        margin-top: 15px;
        padding: 10px;
    }
    #CASE #list_blk .rows .list:nth-child(2n+1) {
        margin-left: 0;
    }
    #CASE #list_blk .rows .list a:hover {
        opacity: 1;
    }
    #CASE #list_blk .rows .list .cat {
        padding: 5px 10px;
        font-size: 14px;
    }
    #CASE #list_blk .rows .list .img {
        overflow: hidden;
        margin-top: 7px;
        height: auto;
    }
    #CASE #list_blk .rows .list .title {
        margin-top: 7px;
        height: 34px;
        font-size: 14px;
    }
    #CASE #list_blk .rows .list .price {
        margin-top: 10px;
        padding: 3px 5px 5px;
        font-size: 12px;
    }
    #CASE #list_blk .rows .list .btn {
        right: 8px;
        bottom: 5px;
    }
}

.paging {
    margin-top: 70px;
}
.paging ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
.paging ul li {
    -webkit-flex: 0 0 50px;
    flex: 0 0 50px;
    margin: 0 5px;
    height: 50px;
}
.paging ul li.active {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #212F5F;
    border-radius: 6px;
    border: 2px solid #212F5F;
    font-size: 20px;
    color: #fff;
}
.paging ul li a {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    height: 50px;
    text-align: center;
    background-color: #fff;
    border-radius: 6px;
    border: 2px solid #212F5F;
    font-size: 20px;
    color: #212F5F;
}
@media screen and (max-width: 640px) {
    .paging {
        margin-top: 40px;
    }
    .paging ul li {
        -webkit-flex: 0 0 40px;
        flex: 0 0 40px;
        margin: 0 4px;
        height: 40px;
    }
    .paging ul li.active {
        font-size: 16px;
    }
    .paging ul li a {
        height: 40px;
        font-size: 14px;
    }
    .paging ul li img {
        width: 16px;
    }
}

.contact_result .rows {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 auto;
    padding: 25px 110px;
    background-color: #FFDF3C;
}
.contact_result .rows .img {
    -webkit-flex: 0 0 55%;
    flex: 0 0 55%;
}
.contact_result .rows .info {
    -webkit-flex: 0 0 40%;
    flex: 0 0 40%;
}
.contact_result .rows .info .title {
    margin-top: -10px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #212F5F;
}
.contact_result .rows .info .title span {
    font-weight: bold;
    font-size: 33px;
    color: #212F5F;
}
.contact_result .rows .info .box {
    margin-top: 2px;
    padding: 0 0 5px 0;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
}
.contact_result .rows .info .box .btitle {
    padding: 5px;
    text-align: center;
    background-color: #0071BC;
    border-radius: 5px;
    font-weight: bold;
    font-size: 15px;
    color: #fff;
}
.contact_result .rows .info .box .btext {
    margin-top: 5px;
    font-weight: bold;
    font-size: 30px;
    color: #0071BC;
}
@media screen and (max-width: 640px) {
    .contact_result .rows {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        justify-content: center;
        margin: 0 auto;
        padding: 10px;
    }
    .contact_result .rows .img {
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .contact_result .rows .info {
        -webkit-flex: 0 0 200px;
        flex: 0 0 200px;
    }
    .contact_result .rows .info .title {
        margin-top: 0;
        font-size: 16px;
    }
    .contact_result .rows .info .title span {
        font-size: 30px;
    }
    .contact_result .rows .info .box {
        display: inline-block;
        margin: 5px auto 0;
        padding: 0 0 5px 0;
        width: 100%;
    }
    .contact_result .rows .info .box .btitle {
        padding: 5px;
        font-size: 15px;
    }
    .contact_result .rows .info .box .btext {
        margin-top: 5px;
        font-size: 28px;
    }
}

.case_cat_list {
    margin-top: 50px;
}
.case_cat_list .midashi {
    text-align: center;
    font-weight: bold;
    font-size: 23px;
    color: #212F5F;
}
/* .case_cat_list .rows {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 20px;
}
.case_cat_list .rows .list {
    -webkit-flex: 0 0 20.5%;
    flex: 0 0 20.5%;
    margin-left: 1%;
    padding: 15px 10px;
    text-align: center;
    background-color: #ABC0D2;
    box-sizing: border-box;
    border-bottom: 10px solid #6F85A2;
}
.case_cat_list .rows .list:nth-child(3n+1) {
    margin-left: 0;
}
.case_cat_list .rows .list a {
    display: block;
}
.case_cat_list .rows .list a:hover {
    opacity: .8;
}
.case_cat_list .rows .list .title {
    font-weight: bold;
    font-size: 22px;
    color: #fff;
}
.case_cat_list .rows .list .btn {
    position: relative;
    margin-top: 10px;
    padding: 10px 20px;
    background-color: #fff;
    border-radius: 8px;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    color: #212F5F;
}
.case_cat_list .rows .list .btn:after {
    content: "";
    position: absolute;
    right: 12px;
    top: 9px;
    width: 23px;
    height: 23px;
    background: transparent url(../img/case/icon_cursor.svg) no-repeat 0 0;
    background-size: 23px 23px;
} */
@media screen and (max-width: 640px) {
    .case_cat_list {
        margin-top: 30px;
    }
    .case_cat_list .midashi {
        font-size: 20px;
    }
    /* .case_cat_list .rows {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 0;
    }
    .case_cat_list .rows .list {
        -webkit-flex: 0 0 48%;
        flex: 0 0 48%;
        margin-top: 10px;
        padding: 10px 10px 15px;
        border-bottom: 5px solid #6F85A2;
    }
    .case_cat_list .rows .list .title {
        margin-top: 10px;
        font-size: 20px;
    }
    .case_cat_list .rows .list:nth-child(4) .title {
        margin-top: 0;
        line-height: 1.2;
    }
    .case_cat_list .rows .list .btn {
        position: relative;
        margin-top: 18px;
        padding: 10px 15px;
        font-size: 14px;
    }
    .case_cat_list .rows .list:nth-child(4) .btn {
        margin-top: 5px;
    }
    .case_cat_list .rows .list .btn:after {
        content: "";
        position: absolute;
        right: 7px;
        top: 8px;
        width: 18px;
        height: 18px;
        background: transparent url(../img/case/icon_cursor.svg) no-repeat 0 0;
        background-size: 18px 18px;
    } */
}


.case_list_blk {
    margin-top: 50px;
    padding-bottom: 50px;
}
.case_list_blk .midashi {
    text-align: center;
    font-weight: bold;
    font-size: 23px;
    color: #212F5F;
}
.case_list_blk .rows {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.case_list_blk .rows .list {
    -webkit-flex: 0 0 24%;
    flex: 0 0 24%;
    position: relative;
    margin-top: 20px;
    padding: 12px;
    max-width: 230px;
    border: 1px solid #122B60;
}
.case_list_blk .rows .list a {
    display: block;
    color: #212F5F;
}
.case_list_blk .rows .list a:hover {
    opacity: .8;
}
.case_list_blk .rows .list .cat {
    padding: 5px 10px;
    text-align: center;
    background-color: #212F5F;
    font-weight: bold;
    font-size: 17px;
    color: #fff;
}
.case_list_blk .rows .list .img {
    overflow: hidden;
    margin-top: 10px;
    height: 130px;
}
.case_list_blk .rows .list .title {
    overflow: hidden;
    margin-top: 10px;
    height: 38px;
    font-weight: bold;
    font-size: 16px;
}
.case_list_blk .rows .list .price {
    display: inline-block;
    margin-top: 10px;
    padding: 5px 18px;
    background-color: #4D4D4D;
    font-size: 14px;
    color: #fff;
}
.case_list_blk .rows .list .btn {
    position: absolute;
    right: 10px;
    bottom: 8px;
}
.case_list_blk .more_btn {
    margin-top: 20px;
    text-align: center;
}
.case_list_blk .more_btn a {
    position: relative;
    display: inline-block;
    padding: 10px 35px 10px 20px;
    background-color: #212F5F;
    border-radius: 8px;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
}
.case_list_blk .more_btn a:after {
    content: "";
    position: absolute;
    right: 12px;
    top: 10px;
    width: 16px;
    height: 16px;
    background: transparent url(../img/case/icon_cursor2.svg) no-repeat 0 0;
    background-size: 16px 16px;
}
@media screen and (max-width: 640px) {
    .case_list_blk {
        margin-top: 30px;
        padding-bottom: 30px;
    }
    .case_list_blk .midashi {
        font-size: 20px;
    }
    .case_list_blk .rows .list {
        -webkit-flex: 0 0 48%;
        flex: 0 0 48%;
        margin-top: 15px;
        padding: 10px;
        max-width: 100%;
    }
    .case_list_blk .rows .list a:hover {
        opacity: 1;
    }
    .case_list_blk .rows .list .cat {
        padding: 5px 10px;
        font-size: 14px;
    }
    .case_list_blk .rows .list .img {
        overflow: hidden;
        margin-top: 7px;
        height: auto;
    }
    .case_list_blk .rows .list .title {
        margin-top: 7px;
        height: 34px;
        font-size: 14px;
    }
    .case_list_blk .rows .list .price {
        margin-top: 10px;
        padding: 3px 5px 5px;
        font-size: 12px;
    }
    .case_list_blk .rows .list .btn {
        right: 8px;
        bottom: 5px;
    }
    .case_list_blk .more_btn {
        margin-bottom: 20px;
    }
}

.OTHER #main_img img {
    width: 100%;
    height: auto;
}

#REPAIR #sec1 {
    padding-bottom: 35px;
}
#REPAIR #sec1 .text {
    margin-top: 20px;
    text-align: center;
    font-size: 17px;
}
#REPAIR #sec1 .img {
    margin-top: 30px;
    text-align: center;
}
@media screen and (max-width: 640px) {
    #REPAIR #sec1 {
        padding-bottom: 0;
    }
    #REPAIR #sec1 .text {
        margin-top: 20px;
        text-align: left;
        font-size: 14px;
    }
    #REPAIR #sec1 .img {
        margin-top: 20px;
    }
}
#REPAIR #sec2 {
    padding: 35px 0;
    background-color: #122B60;
}
#REPAIR #sec2 .rows {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
#REPAIR #sec2 .rows .list {
    -webkit-flex: 0 0 32%;
    flex: 0 0 32%;
    background-color: #fff;
}
#REPAIR #sec2 .rows .list .title {
    padding: 10px 0;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #212F5F;
}
#REPAIR #sec2 .rows .list .img img {
    width: 100%;
}
#REPAIR #sec2 .text {
    margin-top: 20px;
    text-align: center;
    line-height: 2;
    font-size: 17px;
    color: #fff;
}
@media screen and (max-width: 640px) {
    #REPAIR #sec2 {
        margin-bottom: 20px;
        padding: 20px 0;
    }
    #REPAIR #sec2 .rows .list {
        -webkit-flex: 0 0 32.5%;
        flex: 0 0 32.5%;
        background-color: transparent;
    }
    #REPAIR #sec2 .rows .list .title {
        background-color: #fff;
        font-size: 12px;
    }
    #REPAIR #sec2 .rows .list .img {
        margin-top: 5px;
    }
    #REPAIR #sec2 .text {
        margin-top: 15px;
        text-align: left;
        line-height: 1.8;
        font-size: 12px;
    }
}
#REPAIR #sec3 {
    padding: 35px 0 0;
}
#REPAIR #sec3 .rows {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
#REPAIR #sec3 .rows .list {
    -webkit-flex: 0 0 32.5%;
    flex: 0 0 32.5%;
}
#REPAIR #sec3 .box {
    position: relative;
    margin: 35px auto 0;
    width: 790px;
    text-align: center;
}
#REPAIR #sec3 .box .info {
    position: absolute;
    right: 20px;
    bottom: 30px;
    width: 240px;
    line-height: 1.8;
}
#REPAIR #sec3 .box .info .title {
    font-size: 24px;
    color: #fff;
}
#REPAIR #sec3 .box .info .text {
    margin-top: 20px;
    padding: 0 10px;
    text-align: left;
    line-height: 2;
    font-size: 16px;
    color: #fff;
}
@media screen and (max-width: 640px) {
    #REPAIR #sec3 {
        padding: 20px 0 0;
    }
    #REPAIR #sec3 .rows .list {
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-top: 10px;
    }
    #REPAIR #sec3 .rows .list:nth-child(1) {
        margin-top: 0;
    }
    #REPAIR #sec3 .box {
        margin: 35px auto 0;
        width: 100%;
    }
    #REPAIR #sec3 .box .info {
        position: static;
        padding: 15px 20px;
        width: 100%;
        line-height: 1.8;
        background-color: #212F5F;
    }
    #REPAIR #sec3 .box .info .title {
        font-weight: bold;
        font-size: 22px;
        color: #fff;
    }
    #REPAIR #sec3 .box .info .text {
        margin-top: 10px;
        padding: 0 10px;
        text-align: left;
        line-height: 1.8;
        font-size: 14px;
    }
}
#REPAIR #sec3 .blk .title {
    margin-top: 40px;
    padding-top: 30px;
    width: 100%;
    height: 126px;
    text-align: center;
    background: transparent url(../img/repair/title_bg.svg) no-repeat 0 0;
    font-weight: bold;
    font-size: 23px;
    color: #202D60;
}
#REPAIR #sec3 .blk.b2 .title {
    margin-top: 10px;
}
#REPAIR #sec3 .blk .brows {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
}
#REPAIR #sec3 .blk .brows .col {
    -webkit-flex: 0 0 32.5%;
    flex: 0 0 32.5%;
}
#REPAIR #sec3 .blk .brows .col:nth-child(1) {
    border: 2px solid #7BB23F;
}
#REPAIR #sec3 .blk .brows .col:nth-child(2) {
    border: 2px solid #3F7BB7;
}
#REPAIR #sec3 .blk .brows .col:nth-child(3) {
    border: 2px solid #BB455B;
}
#REPAIR #sec3 .blk .brows .col .top {
    padding: 20px;
    text-align: center;
}
#REPAIR #sec3 .blk .brows .col .top .info .plan {
    margin-top: 5px;
    font-weight: bold;
    font-size: 25px;
}
#REPAIR #sec3 .blk .brows .col:nth-child(1) .top .info .plan {
    color: #7BB23F;
}
#REPAIR #sec3 .blk .brows .col:nth-child(2) .top .info .plan {
    color: #3F7BB7;
}
#REPAIR #sec3 .blk .brows .col:nth-child(3) .top .info .plan {
    color: #BB455B;
}
#REPAIR #sec3 .blk .brows .col .top .info .price {
    margin-top: 5px;
    font-weight: bold;
    font-size: 23px;
}
#REPAIR #sec3 .blk .brows .col:nth-child(1) .top .info .price {
    color: #7BB23F;
}
#REPAIR #sec3 .blk .brows .col:nth-child(2) .top .info .price {
    color: #3F7BB7;
}
#REPAIR #sec3 .blk .brows .col:nth-child(3) .top .info .price {
    color: #BB455B;
}
#REPAIR #sec3 .blk .brows .col .top .info .price span {
    font-size: 16px;
}
#REPAIR #sec3 .blk .brows .col .text {
    padding: 20px 30px;
    height: 152px;
    line-height: 1.6;
    font-size: 18px;
    color: #fff;
}
#REPAIR #sec3 .blk .brows .col:nth-child(1) .text {
    background-color: #7BB23F;
}
#REPAIR #sec3 .blk .brows .col:nth-child(2) .text {
    background-color: #3F7BB7;
}
#REPAIR #sec3 .blk .brows .col:nth-child(3) .text {
    background-color: #BB455B;
}
#REPAIR #sec3 .blk .wbox {
    margin-top: 70px;
    padding: 15px 10px 20px;
    background-color: #212F5F;
}
#REPAIR #sec3 .blk .wbox .wtitle {
    padding: 15px 0;
    text-align: center;
    border: 1px solid #fff;
    font-weight: bold;
    font-size: 25px;
    color: #fff;
}
#REPAIR #sec3 .blk .wbox .wtitle span {
    margin-left: 20px;
    font-size: 20px;
}
#REPAIR #sec3 .blk .wbox .wrows {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
}
#REPAIR #sec3 .blk .wbox .wrows .col:nth-child(1) {
    -webkit-flex: 0 0 32%;
    flex: 0 0 32%;
    padding-left: 10px;
    line-height: 1.8;
    font-size: 16px;
    color: #fff;
}
#REPAIR #sec3 .blk .wbox .wrows .col:nth-child(2) {
    -webkit-flex: 0 0 66%;
    flex: 0 0 66%;
}
#REPAIR #sec3 .blk .top_text {
    margin-top: 40px;
    text-align: center;
    line-height: 1.3;
    font-weight: bold;
    font-size: 27px;
    color: #212F5F;
}
#REPAIR #sec3 .blk .text {
    margin-top: 10px;
    line-height: 1.6;
    font-size: 18px;
}
@media screen and (max-width: 640px) {
    #REPAIR #sec3 .blk .title {
        margin: 40px auto 0;
        padding-top: 18px;
        width: 330px;
        height: 106px;
        text-align: center;
        line-height: 1.4;
        background: transparent url(../img/repair/sp/title_bg.svg) no-repeat 0 0;
        font-weight: bold;
        font-size: 24px;
        color: #202D60;
    }
    #REPAIR #sec3 .blk .brows {
        margin-top: 10px;
    }
    #REPAIR #sec3 .blk .brows .col {
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-top: 10px;
    }
    #REPAIR #sec3 .blk .brows .col .top {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        padding: 10px 30px 0 30px;
        text-align: center;
    }
    #REPAIR #sec3 .blk .brows .col .top .img {
        margin-right: 20px;
    }
    #REPAIR #sec3 .blk .brows .col .top .info .plan {
        margin-top: 5px;
        font-weight: bold;
        font-size: 20px;
    }
    #REPAIR #sec3 .blk .brows .col .top .info .price {
        margin-top: 5px;
        font-weight: bold;
        font-size: 20px;
    }
    #REPAIR #sec3 .blk .brows .col .top .info .price span {
        font-size: 14px;
    }
    #REPAIR #sec3 .blk .brows .col .text {
        padding: 20px 30px;
        height: auto;
        line-height: 1.6;
        font-size: 14px;
    }
    #REPAIR #sec3 .blk .wbox {
        margin-top: 20px;
        padding: 15px 10px 20px;
    }
    #REPAIR #sec3 .blk .wbox .wtitle {
        padding: 10px 0;
        font-size: 20px;
    }
    #REPAIR #sec3 .blk .wbox .wtitle span {
        margin-left: 0;
        font-size: 16px;
    }
    #REPAIR #sec3 .blk .wbox .wrows {
        margin-top: 0;
    }
    #REPAIR #sec3 .blk .wbox .wrows .col:nth-child(1) {
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-left: 0;
        padding: 10px 20px;
        line-height: 1.8;
        font-size: 14px;
    }
    #REPAIR #sec3 .blk .wbox .wrows .col:nth-child(2) {
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    #REPAIR #sec3 .blk .top_text {
        margin-top: 30px;
        font-size: 20px;
    }
    #REPAIR #sec3 .blk .text {
        text-align: left;
        font-size: 13px;
    }
}
#ABOUT #sec1 {
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 260px;
    background: transparent url(../img/about/sec1_bg.jpg) no-repeat 0 0;
    background-size: cover;
}
#ABOUT #sec1 .lead {
    margin-top: 25px;
    text-align: center;
    line-height: 1.4;
    font-weight: bold;
    font-size: 25px;
    color: #212F5F;
}
#ABOUT #sec1 .text {
    margin: 0 auto;
    width: 620px;
    line-height: 1.8;
    font-size: 16px;
}
@media screen and (max-width: 640px) {
    #ABOUT #sec1 {
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 60px;
    }
    #ABOUT #sec1 .lead {
        margin-top: 20px;
        font-size: 17px;
    }
    #ABOUT #sec1 .text {
        margin: 20px auto 0;
        width: 100%;
        line-height: 1.8;
        font-size: 14px;
    }
}
#ABOUT #sec2 {
    padding-bottom: 40px;
}
#ABOUT #sec2 .lead {
    padding: 45px 0 30px;
    text-align: center;
    line-height: 1.4;
    font-weight: bold;
    font-size: 26px;
}
#ABOUT #sec2 .rows {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 20px;
}
#ABOUT #sec2 .rows .img {
    -webkit-flex: 0 0 280px;
    flex: 0 0 280px;
}
#ABOUT #sec2 .rows .info {
    -webkit-flex: 1;
    flex: 1;
    padding-left: 30px;
}
#ABOUT #sec2 .rows .info .text {
    line-height: 1.8;
    font-size: 18px;
}
#ABOUT #sec2 .rows .info .sign {
    margin-top: 40px;
    text-align: right;
}
@media screen and (max-width: 640px) {
    #ABOUT #sec2 {
        padding-bottom: 30px;
    }
    #ABOUT #sec2 .lead {
        padding: 20px 0;
        font-size: 18px;
    }
    #ABOUT #sec2 .rows {
        margin-top: 0;
    }
    #ABOUT #sec2 .rows .img {
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
    }
    #ABOUT #sec2 .rows .img img.bi {
        margin-top: 5px;
    }
    #ABOUT #sec2 .rows .info {
        -webkit-flex: 0 0 46%;
        flex: 0 0 46%;
        padding-left: 0;
    }
    #ABOUT #sec2 .rows .info .text {
        line-height: 1.7;
        font-size: 14px;
    }
    #ABOUT #sec2 .rows .info .sign {
        margin-top: 10px;
        text-align: center;
    }
}
#ABOUT #sec3 {
    padding: 40px 0;
    background-color: #eee;
}
#ABOUT #sec3 .rows {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
#ABOUT #sec3 .rows .list {
    -webkit-flex: 0 0 46%;
    flex: 0 0 46%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
#ABOUT #sec3 .rows .list .img {
    -webkit-flex: 0 0 43%;
    flex: 0 0 43%;
}
#ABOUT #sec3 .rows .list .text {
    -webkit-flex: 0 0 52%;
    flex: 0 0 52%;
    line-height: 1.6;
    font-size: 16px;
}
@media screen and (max-width: 640px) {
    #ABOUT #sec3 {
        padding: 20px 0;
        background-color: transparent;
    }
    #ABOUT #sec3 .rows .list {
        -webkit-flex: 0 0 47%;
        flex: 0 0 47%;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #ABOUT #sec3 .rows .list .img {
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        text-align: center;
    }
    #ABOUT #sec3 .rows .list .img img {
        width: 100%;
    }
    #ABOUT #sec3 .rows .list .text {
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-top: 5px;
        line-height: 1.8;
        font-size: 14px;
    }
}
#ABOUT .isec {
    padding: 60px 0;
}
#ABOUT #sec4 {
    background-color: #F2F2E3;
}
#ABOUT .isec .blk .title {
    padding-top: 30px;
    width: 100%;
    height: 126px;
    text-align: center;
    background: transparent url(../img/about/title_bg.svg) no-repeat 0 0;
    font-weight: bold;
    font-size: 23px;
    color: #202D60;
}
#ABOUT .isec .blk .text {
    margin-top: 15px;
    padding: 0 40px;
    line-height: 1.8;
    font-size: 16px;
}
#ABOUT .isec .blk .text.center {
    text-align: center;
}
#ABOUT #sec4 .img {
    margin-top: 20px;
    text-align: center;
}
#ABOUT .isec .blk .cursor {
    margin-top: 45px;
    text-align: center;
}
#ABOUT .isec .blk .btitle {
    margin-top: 45px;
    padding: 25px 10px;
    text-align: center;
    line-height: 1.8;
    background-color: #212F5F;
    font-size: 16px;
    color: #fff;
}
#ABOUT .isec .blk .mtitle {
    margin-top: 60px;
    text-align: center;
    line-height: 1.8;
    font-weight: bold;
    font-size: 26px;
}
@media screen and (max-width: 640px) {
    #ABOUT .isec {
        padding: 30px 0;
    }
    #ABOUT .isec .blk .title {
        margin: 0 auto;
        padding-top: 18px;
        width: 330px;
        height: 106px;
        text-align: center;
        line-height: 1.4;
        background: transparent url(../img/repair/sp/title_bg.svg) no-repeat 0 0;
        font-weight: bold;
        font-size: 24px;
        color: #202D60;
    }
    #ABOUT .isec .blk .text {
        margin-top: 10px;
        padding: 0;
        line-height: 1.8;
        font-size: 14px;
    }
    #ABOUT .isec .blk .text.center {
        text-align: left;
    }
    #ABOUT #sec4 .img {
        margin-top: 10px;
    }
    #ABOUT .isec .blk .cursor {
        margin-top: 20px;
    }
    #ABOUT .isec .blk .btitle {
        margin-top: 20px;
        padding: 15px;
        text-align: left;
        font-size: 14px;
    }
    #ABOUT .isec .blk .mtitle {
        margin-top: 20px;
        font-size: 20px;
    }
}
#ABOUT #sec5 .col {
    margin-top: 50px;
}
#ABOUT #sec5 .col.c2 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
#ABOUT #sec5 .col.c2 .icol {
    -webkit-flex: 0 0 47%;
    flex: 0 0 47%;
}
#ABOUT #sec5 .col .ctitle {
    text-align: center;
    font-weight: bold;
    font-size: 26px;
    color: #212F5F;
}
#ABOUT #sec5 .col.c1 .crows {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 30px;
}
#ABOUT #sec5 .col.c2 .icol .crows {
    margin-top: 25px;
}
#ABOUT #sec5 .col.c3 .crows {
    margin-top: 25px;
}
#ABOUT #sec5 .col.c1 .crows .img {
    -webkit-flex: 0 0 320px;
    flex: 0 0 320px;
}
#ABOUT #sec5 .col .crows .text {
    padding: 0;
}
#ABOUT #sec5 .col.c1 .crows .text {
    -webkit-flex: 1;
    flex: 1;
    padding-left: 30px;
    line-height: 1.8;
    font-size: 16px;
}
@media screen and (max-width: 640px) {
    #ABOUT #sec5 .col {
        margin-top: 30px;
    }
    #ABOUT #sec5 .col.c2 {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #ABOUT #sec5 .col.c2 .icol {
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    #ABOUT #sec5 .col .ctitle {
        font-size: 20px;
    }
    #ABOUT #sec5 .col .crows {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 20px;
    }
    #ABOUT #sec5 .col.c1 .crows .img {
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 0 15px;
    }
    #ABOUT #sec5 .col.c2 .crows .img {
        padding: 0 40px;
    }
    #ABOUT #sec5 .col.c1 .crows .text {
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-top: 20px;
        padding-left: 0;
        line-height: 1.8;
        font-size: 14px;
    }
}

#fcontact {
    margin: 0 auto;
    width: 99%;
    border: 5px solid #212F5F;
}
#fcontact .rows {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 10px 10px 0 10px;
}
#fcontact .rows .info {
    -webkit-flex: 0 0 63%;
    flex: 0 0 63%;
}
#fcontact .rows .info .title {
    font-weight: bold;
    font-size: 21px;
}
#fcontact .rows .info .sub {
    margin-top: 5px;
    font-weight: bold;
    font-size: 14px;
}
#fcontact .rows .info .name {
    margin-top: 5px;
    font-size: 12px;
}
#fcontact .rows .img {
    -webkit-flex: 0 0 35%;
    flex: 0 0 35%;
}
#fcontact .time {
    margin-top: 10px;
    padding: 5px 0;
    text-align: center;
    background-color:#000;
    font-weight: bold;
    font-size: 18px;
    color:#F7931E;
}
#fcontact .btn {
    padding: 10px;
}
#fcontact .btn a {
    display: block;
    padding: 15px 20px;
	width: 100%;
	background-color:#F7931E;
	background-image:url(../img/common/toiawase_icon_mail.png);
	background-position: 98% center;
    background-repeat:no-repeat;
    background-size: auto 40px;
	text-align: left;
	color:#fff;
    border-radius:6px;
    font-weight: bold;
	font-size: 17px;
	text-decoration: none;
}

#SOUDAN #topban {
    background: transparent url(../img/soudan/topban_bg.jpg) no-repeat center center;
    background-size: cover;
}
@media screen and (max-width: 767px) {
    #SOUDAN #topban {
        height: 380px;
        background: transparent url(../img/soudan/sp_topban_bg.jpg) no-repeat center center;
        background-size: cover;
    }
}
#SOUDAN #sec1 {
    margin-top: 40px;
}
#SOUDAN #sec1 .lead {
    margin-top: 100px;
    text-align: center;
    line-height: 1.4;
    font-weight: bold;
    font-size: 36px;
    color: #2b3180;
}
#SOUDAN #sec1 .box {
    margin-top: 50px;
}
#SOUDAN #sec1 .box .bimg {
    text-align: center;
}
#SOUDAN #sec1 .box .in {
    border-radius: 10px;
    border: 3px solid #2b3180;
}
#SOUDAN #sec1 .box .in .title {
    padding: 10px;
    text-align: center;
    line-height: 1.4;
    background-color: #2b3180;
    font-weight: bold;
    font-size: 28px;
    color: #fff;
}
#SOUDAN #sec1 .box .in .body {
    padding: 10px;
}
#SOUDAN #sec1 .box .in .body ul {
    padding-left: 190px;
}
#SOUDAN #sec1 .box .in .body li {
    position: relative;
    padding-left: 30px;
    line-height: 1.6;
    font-weight: bold;
    font-size: 22px;
}
#SOUDAN #sec1 .box .in .body li:before {
    content: "●";
    position: absolute;
    left: 0;
    top: 0;
    font-weight: bold;
    font-size: 24px;
    color: #2b3180;
}
@media screen and (max-width: 767px) {
    #SOUDAN #sec1 {
        margin-top: 20px;
    }
    #SOUDAN #sec1 .lead {
        margin-top: 30px;
        font-size: 26px;
    }
    #SOUDAN #sec1 .box {
        margin-top: 20px;
    }
    #SOUDAN #sec1 .box .in {
        border: 3px solid #2b3180;
    }
    #SOUDAN #sec1 .box .in .title {
        padding: 10px;
        text-align: center;
        line-height: 1.4;
        background-color: #2b3180;
        font-weight: bold;
        font-size: 22px;
        color: #fff;
    }
    #SOUDAN #sec1 .box .in .body {
        padding: 10px 5px;
    }
    #SOUDAN #sec1 .box .in .body ul {
        padding-left: 0;
    }
    #SOUDAN #sec1 .box .in .body li {
        padding-left: 20px;
        font-size: 14px;
    }
    #SOUDAN #sec1 .box .in .body li:before {
        top: 0;
        font-size: 14px;
    }
}
#SOUDAN .contact_box {
    margin: 60px auto 0;
    max-width: 470px;
    border: 3px solid #c1272d;
}
#SOUDAN .contact_box .title {
    padding: 10px;
    text-align: center;
    line-height: 1.5;
    background-color: #c1272d;
    font-weight: bold;
    font-size: 28px;
    color: #fff;
}
#SOUDAN .contact_box .body {
    padding: 20px 15px;
    text-align: center;
}
#SOUDAN .contact_box .body .name {
    margin-top: 15px;
    font-size: 20px;
}
#SOUDAN .contact_box .body .time {
    margin-top: 15px;
    padding: 5px;
    background-color: #000;
    font-size: 20px;
    color: #fff;
}
@media screen and (max-width: 767px) {
    #SOUDAN .contact_box {
        margin: 40px auto 0;
        max-width: 100%;
    }
    #SOUDAN .contact_box .title {
        padding: 10px;
        font-size: 20px;
    }
    #SOUDAN .contact_box .body {
        padding: 20px 15px;
    }
    #SOUDAN .contact_box .body .name {
        margin-top: 15px;
        font-size: 16px;
    }
    #SOUDAN .contact_box .body .time {
        margin-top: 15px;
        font-size: 16px;
    }
}
#SOUDAN #sec2 {
    margin-top: 100px;
}
#SOUDAN #sec2 .midashi {
    text-align: center;
    line-height: 1.2;
    font-weight: bold;
    font-size: 36px;
    color: #2b3180;
}
#SOUDAN #sec2 .midashi span:before {
    content: "";
    display: inline-block;
    margin-right: 20px;
    width: 25px;
    height: 40px;
    vertical-align: bottom;
    border-right: 4px solid #2b3180;
    transform: rotate(-35deg);
}
#SOUDAN #sec2 .midashi span:after {
    content: "";
    display: inline-block;
    width: 25px;
    height: 40px;
    vertical-align: baseline;
    border-right: 4px solid #2b3180;
    transform: rotate(35deg);
}
#SOUDAN #sec2 .rows {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#SOUDAN #sec2 .rows .list {
    flex: 0 0 49%;
    margin-top: 30px;
}
#SOUDAN #sec2 .rows .list:nth-child(1) {
    display: none;
}
#SOUDAN #sec2 .rows .list:nth-child(4) {
    display: flex;
}
#SOUDAN #sec2 .rows .list .title {
    position: relative;
    line-height: 1.4;
    background-color: #fff;
    font-weight: bold;
    font-size: 20px;
    color: #2b3180;
}
#SOUDAN #sec2 .rows .list .title:after {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 100%;
    border-top: 2px solid #2b3180;
}
#SOUDAN #sec2 .rows .list .title span {
    position: relative;
    display: inline-block;
    padding-right: 5px;
    background-color: #fff;
    z-index: 2;
}
#SOUDAN #sec2 .rows .list .img {
    margin-top: 8px;
}
#SOUDAN #sec2 .rows .list .text {
    margin-top: 10px;
    line-height: 1.6;
    font-size: 16px;
}
@media screen and (max-width: 767px) {
    #SOUDAN #sec2 {
        margin-top: 50px;
    }
    #SOUDAN #sec2 .midashi {
        position: relative;
        line-height: 1.2;
        font-size: 24px;
    }
    #SOUDAN #sec2 .midashi span:before {
        content: "";
        position: absolute;
        left: -13px;
        bottom: -4px;
        margin-right: 0;
        width: 25px;
        height: 30px;
    }
    #SOUDAN #sec2 .midashi span:after {
        content: "";
        position: absolute;
        right: 3px;
        bottom: 8px;
        width: 25px;
        height: 30px;
    }
    #SOUDAN #sec2 .rows {
        margin-top: 0;
    }
    #SOUDAN #sec2 .rows .list {
        flex: 0 0 100%;
        margin-top: 30px;
    }
    #SOUDAN #sec2 .rows .list:nth-child(1) {
        display: flex;
    }
    #SOUDAN #sec2 .rows .list:nth-child(4) {
        display: none;
    }
    #SOUDAN #sec2 .rows .list .title {
        font-size: 18px;
    }
    #SOUDAN #sec2 .rows .list .img {
        margin-top: 8px;
    }
    #SOUDAN #sec2 .rows .list .text {
        font-size: 14px;
    }
}
#SOUDAN #sec3 {
    margin-top: 110px;
}
#SOUDAN #sec3 .midashi {
    padding: 15px 10px;
    text-align: center;
    line-height: 1.2;
    background-color: #2b3180;
    font-weight: bold;
    font-size: 30px;
    color: #fff;
}
#SOUDAN #sec3 .body {
    padding: 40px 0;
    background-color: #eaeaf2;
}
#SOUDAN #sec3 .body .rows {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 10px;
}
#SOUDAN #sec3 .body .rows .list {
    flex: 0 0 48%;
    margin-top: 30px;
    padding-top: 50px;
    background: #fff url(../img/soudan/yane.svg) no-repeat 0 0;
    background-size: 100% auto;
}
#SOUDAN #sec3 .body .rows .list.none {
    background-color: transparent;
    background-image: none;
}
#SOUDAN #sec3 .body .rows .list .icon {
    text-align: center;
}
#SOUDAN #sec3 .body .rows .list .name {
    margin-top: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}
#SOUDAN #sec3 .body .rows .list .star {
    margin-top: 10px;
    text-align: center;
}
#SOUDAN #sec3 .body .rows .list .star img {
    margin: 0 5px;
}
#SOUDAN #sec3 .body .rows .list .text {
    margin-top: 10px;
    padding: 0 20px 15px;
    line-height: 1.6;
    font-size: 16px;
}
@media screen and (max-width: 767px) {
    #SOUDAN #sec3 {
        margin-top: 50px;
    }
    #SOUDAN #sec3 .midashi {
        padding: 15px 10px;
        font-size: 20px;
    }
    #SOUDAN #sec3 .body {
        padding: 40px 0;
    }
    #SOUDAN #sec3 .body .rows {
        margin-top: 10px;
    }
    #SOUDAN #sec3 .body .rows .list {
        flex: 0 0 100%;
        margin-top: 30px;
        padding-top: 30px;
    }
    #SOUDAN #sec3 .body .rows .list.none {
        background-color: transparent;
        background-image: none;
    }
    #SOUDAN #sec3 .body .rows .list .icon {
        text-align: center;
    }
    #SOUDAN #sec3 .body .rows .list .icon img {
        width: 120px;
    }
    #SOUDAN #sec3 .body .rows .list .name {
        margin-top: 10px;
        text-align: center;
        font-weight: bold;
        font-size: 16px;
    }
    #SOUDAN #sec3 .body .rows .list .star {
        margin-top: 10px;
        text-align: center;
    }
    #SOUDAN #sec3 .body .rows .list .star img {
        margin: 0 5px;
    }
    #SOUDAN #sec3 .body .rows .list .text {
        margin-top: 10px;
        padding: 0 20px 15px;
        line-height: 1.6;
        font-size: 14px;
    }
}
#SOUDAN #sec4 {
    padding-top: 50px;
    background: transparent url(../img/soudan/sec4_bg.png) repeat center top;
}
#SOUDAN #sec4 .midashi {
    position: relative;
    padding: 20px 10px 10px;
    text-align: center;
    line-height: 1.2;
    border-bottom: 2px solid #2b3180;
    font-weight: bold;
    font-size: 24px;
    color: #2b3180;
}
#SOUDAN #sec4 .midashi:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -55px;
    width: 110px;
    height: 15px;
    background: transparent url(../img/soudan/sec4_midashi_bg.svg) repeat center top;
}
#SOUDAN #sec4 .body {
    padding: 30px 0;
}
#SOUDAN #sec4 .body .rows {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#SOUDAN #sec4 .body .rows .list {
    flex: 0 0 48%;
    margin-top: 30px;
}
#SOUDAN #sec4 .body .rows .list .title {
    position: relative;
    padding: 20px 10px 20px 70px;
    line-height: 1.2;
    background-color: #2b3180;
    font-weight: bold;
    font-size: 26px;
    color: #fff;
}
#SOUDAN #sec4 .body .rows .list .title:before {
    content: "";
    position: absolute;
    left: 18px;
    top: 10px;
    display: block;
    width: 35px;
    height: 44px;
    background: transparent url(../img/soudan/icon_mark.svg) no-repeat 0 0;
}
#SOUDAN #sec4 .body .rows .list .img img {
    width: 100%;
}
#SOUDAN #sec4 .body .rows .list .text {
    margin-top: 20px;
    text-align: center;
    line-height: 1.4;
    font-size: 24px;
}
@media screen and (max-width: 767px) {
    #SOUDAN #sec4 {
        padding-top: 50px;
    }
    #SOUDAN #sec4 .midashi {
        padding: 20px 10px 10px;
        font-size: 18px;
    }
    #SOUDAN #sec4 .midashi:before {
        content: "";
        position: absolute;
        left: 50%;
        top: 0;
        margin-left: -55px;
        width: 110px;
        height: 15px;
        background: transparent url(../img/soudan/sec4_midashi_bg.svg) repeat center top;
    }
    #SOUDAN #sec4 .body {
        padding: 0;
    }
    #SOUDAN #sec4 .body .rows .list {
        flex: 0 0 100%;
        margin-top: 30px;
    }
    #SOUDAN #sec4 .body .rows .list .title {
        padding: 15px 10px 15px 55px;
        font-size: 18px;
    }
    #SOUDAN #sec4 .body .rows .list .title:before {
        left: 18px;
        top: 10px;
        width: 22px;
        height: 28px;
        background: transparent url(../img/soudan/icon_mark.svg) no-repeat 0 0;
        background-size: 22px 28px;
    }
    #SOUDAN #sec4 .body .rows .list .text {
        font-size: 18px;
    }
}
#SOUDAN #sec5 {
    padding-top: 110px;
    background: transparent url(../img/soudan/sec4_bg.png) repeat center top;
}
#SOUDAN #sec5 .rows {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
}
#SOUDAN #sec5 .rows .fl {
    flex: 0 0 266px;
}
#SOUDAN #sec5 .rows .fr {
    flex: 1;
    padding: 0 30px;
    line-height: 2;
    font-weight: bold;
    font-size: 24px;
    color: #2b3180;
}
@media screen and (max-width: 767px) {
    #SOUDAN #sec5 {
        padding-top: 70px;
    }
    #SOUDAN #sec5 .rows {
        flex-wrap: wrap;
        padding: 30px 0;
        text-align: center;
    }
    #SOUDAN #sec5 .rows .fl {
        flex: 0 0 100%;
    }
    #SOUDAN #sec5 .rows .fl img {
        width: 200px;
    }
    #SOUDAN #sec5 .rows .fr {
        flex: 0 0 100%;
        margin-top: 20px;
        padding: 0 10px;
        line-height: 2;
        font-size: 18px;
    }
}
#SOUDAN #sec6 {
    padding-top: 120px;
    background: transparent url(../img/soudan/sec4_bg.png) repeat center top;
}
#SOUDAN #sec6 .box {
    border: 10px solid #2b3180;
}
#SOUDAN #sec6 .box .midashi {
    padding: 3px 10px 13px 10px;
    text-align: center;
    background-color: #2b3180;
}
#SOUDAN #sec6 .box .body {
    padding: 20px 30px 30px;
    background-color: #fff;
}
#SOUDAN #sec6 .box .body .rows {
    display: flex;
    justify-content: space-between;
}
#SOUDAN #sec6 .box .body .rows .img {
    flex: 0 0 48%;
    text-align: center;
}
#SOUDAN #sec6 .box .body .rows .info {
    flex: 0 0 48%;
    padding-top: 20px;
    text-align: center;
    line-height: 1.6;
    font-weight: bold;
    font-size: 34px;
    color: #ed1c24;
}
#SOUDAN #sec6 .box .body .text {
    padding: 30px 0;
    line-height: 1.6;
    font-size: 16px;
}
@media screen and (max-width: 767px) {
    #SOUDAN #sec6 {
        padding-top: 70px;
    }
    #SOUDAN #sec6 .box {
        border: 5px solid #2b3180;
    }
    #SOUDAN #sec6 .box .midashi {
        padding: 3px 10px 13px 10px;
        text-align: center;
    }
    #SOUDAN #sec6 .box .body {
        padding: 20px 30px 30px;
    }
    #SOUDAN #sec6 .box .body .rows {
        flex-wrap: wrap;
    }
    #SOUDAN #sec6 .box .body .rows .img {
        flex: 0 0 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    #SOUDAN #sec6 .box .body .rows .info {
        flex: 0 0 100%;
        padding-top: 0;
        font-size: 24px;
    }
    #SOUDAN #sec6 .box .body .text {
        padding: 0;
        line-height: 1.6;
        font-size: 14px;
    }
}

#SOUDAN #form_box {
    margin-top: 100px;
}
#SOUDAN #form_box .midashi {
    padding: 20px 10px;
    text-align: center;
    background-color: #2b3180;
}
#SOUDAN #form_box .box {
    padding: 40px 0;
}
#SOUDAN #form_box table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}
#SOUDAN #form_box table th {
    padding: 30px 0;
    width: 250px;
    text-align: left;
    border-bottom: 1px solid #808080;
}
#SOUDAN #form_box table th .subject span.content {
    font-size: 16px;
}
#SOUDAN #form_box table th .subject span.require {
    display: inline-block;
    margin-left: 5px;
    padding: 2px 0 2px 6px;
    line-height: 1.2;
    letter-spacing: 6px;
    vertical-align: top;
    background-color: #f00;
    border-radius: 3px;
    font-size: 11px;
    color: #fff;
}
#SOUDAN #form_box table th .submessage {
    font-weight: normal;
    font-size: 11px;
}
#SOUDAN #form_box table td {
    padding: 30px 0;
    border-bottom: 1px solid #808080;
}
#SOUDAN #form_box table td input[type="text"],
#SOUDAN #form_box table td input[type="email"] {
    padding: 7px 5px;
    width: 100%;
}
#SOUDAN #form_box table td textarea {
    padding: 7px 5px;
    width: 100%;
}
#SOUDAN #form_box .submit-container {
    margin-top: 30px;
    text-align: center;
}
#SOUDAN #form_box .submit-container input {
    padding: 5px 20px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
}
#SOUDAN #form_box .error {
    margin-top: 5px;
    font-weight: bold;
    color: #f00;
}
#SOUDAN #form_box .kakunin,
#SOUDAN #form_box .kanryo {
    margin-top: 20px;
    line-height: 1.6;
    font-size: 16px;
}
@media screen and (max-width: 767px) {
    #SOUDAN #form_box {
        margin-top: 50px;
    }
    #SOUDAN #form_box .midashi {
        padding: 20px 20px;
    }
    #SOUDAN #form_box .box {
        padding: 20px 0;
    }
    #SOUDAN #form_box table {
        display: block;
        margin-top: 20px;
        border-left: 1px solid #808080;
        border-top: 1px solid #808080;
    }
    #SOUDAN #form_box table tr,
    #SOUDAN #form_box table tbody {
        display: block;
        width: 100%;
    }
    #SOUDAN #form_box table th {
        display: block;
        padding: 20px 15px;
        width: 100%;
        background-color: #f4f4f4;
        border-right: 1px solid #808080;
        border-bottom: 1px solid #808080;
    }
    #SOUDAN #form_box table th .subject span.content {
        font-size: 16px;
    }
    #SOUDAN #form_box table th .subject span.require {
        display: inline-block;
        margin-left: 5px;
        padding: 2px 0 2px 6px;
        line-height: 1.2;
        letter-spacing: 6px;
        vertical-align: top;
        border-radius: 3px;
        font-size: 11px;
    }
    #SOUDAN #form_box table td {
        display: block;
        padding: 20px 15px;
        width: 100%;
        border-right: 1px solid #808080;
        border-bottom: 1px solid #808080;
    }
    #SOUDAN #form_box .submit-container {
        margin-top: 20px;
    }
    #SOUDAN #form_box .submit-container input {
        padding: 5px 20px;
        border-radius: 5px;
        font-size: 18px;
    }
    #SOUDAN #form_box .kakunin,
    #SOUDAN #form_box .kanryo {
        font-size: 14px;
    }
}
