
.service .mv{
    position: relative;
}


.service .mv:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../img/mv_bg_pattern01.png");
    background-repeat: repeat;
    background-position: top;
    width: 100%;
    height: 6px;
}

.service .mv:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/mv_bg_pattern02.jpg");
    background-repeat: repeat;
    background-position: center left;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.service .mv p {
    padding-top: 36px;
    padding-bottom: 30px;
}

.service .mv .sp-img{
    display: none;
}


.service .mv img{
    margin: auto;
}

.service  .sec01{
    position: relative;
    margin-top: -62px;
    padding-bottom: 1px;
    margin-bottom: 50px;
    background: url(../img/service_bg.png) repeat-y center top;
    background-color: #e6f4f8;
    z-index: 2;
}

.service .sec01:before{
    content: '';
    background: url("../img/sec01-bg-pattern.png") repeat;
    background-position: left top;
    width: 100%;
    height: 17px;
    position: absolute;
    top: -16px;
    left: 0;
}

.service .sec01:after{
    content: '';
    background: url("../img/sec01-bg-pattern.png") repeat;
    background-position: left top;
    transform: rotate(180deg);
    width: 100%;
    height: 17px;
    position: absolute;
    bottom: -16px;
    left: 0;
}



.service .sec01 .main_box {
    border-radius: 20px;
    background: #ffffff;
    margin: 0 auto 80px auto;
    max-width: 1060px;
    position: relative;
}
.service .sec01 .main_box:before{
    content: "";
    background: url(../img/bird01.png) no-repeat;
    width: 69px;
    height: 40px;
    position: absolute;
    top: -40px;
    left: 70px;
}
.service .sec01 .main_box:after{
    content: "";
    background: url(../img/bird02.png) no-repeat;
    width: 59px;
    height: 65px;
    position: absolute;
    top: -65px;
    right: 50px;
}

.service .sec01 .main_box .main_box_text_inner{
    padding: 30px 65px 50px 65px;
}

.service .sec01 .main_box .main_box_text_inner .img{
    width: 300px;
    flex-shrink: 0;
    text-align: center;
}

.service .sec01 .main_box .main_box_text_inner p{
    margin: 20px 0;
}

.service .sec01 h1 {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 92px;
}
.service .main_box h2 {
    font-size: 28px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    background: #ff91b0;
    border-radius: 20px 20px 0 0;
    padding: 22px 0;
}
.service .main_box_text h3 {
    font-size: 24px;
    font-weight: bold;
    color: #202020;
    text-align: center;
    margin-bottom: 20px;
}
.service .main_box_text p {
    color: #202020;
    text-align: left;
}
.service .main_box_title {
    display: flex;
    justify-content: center;
    padding-bottom: 35px;
}

.service .main_box_title.reverse{
    flex-direction: row-reverse;
}

.service .main_box_text a {
    color: #e43e8c;
    text-decoration: underline;
    /*display: flex;*/
	display: initial;
    flex-direction: column;
}
.service .main_box_img  {
    text-align: center;
    border-bottom: dashed 3px #252424;
    padding-bottom: 26px;
}

.service .main_box02{
    display: flex;
    text-align: center;
    margin-top: 30px;
}

.service .main_box2{
    width: 50%;
    border-radius: 10px;
    padding: 30px 20px 16px 20px;
    margin-right: 2%;
}
.service .main_box03{
    width: 32%;
    border-radius: 10px;
    padding: 30px 20px 16px 20px;
    margin-right: 2%;
}
.service .main_box2:nth-child(2){
    margin-right: 0;
}
.service .main_box03:nth-child(3){
    margin-right: 0;
}
.service .main_box03.green, .service .main_box2.green{
    border: 4px solid #74c050;
}

.service .main_box03.orange, .service .main_box2.orange{
    border: 4px solid #e3502e;
}

.service .main_box03.blue, .service .main_box2.blue{
    border: 4px solid #6fbae0;
}

.service .main_box03 div.service_main_logo, .service .main_box2 div.service_main_logo{
    padding-bottom: 32px;
}
.service .main_box03 img, .service .main_box2 img{
    margin: 0 auto;
}
.service .main_box03:last-child{
    margin-right: 0;
}
.service .main_box2:last-child{
    margin-right: 0;
}

.service .main_box03 a, .service .main_box03 img, .service .main_box2 a, .service .main_box2 img{
    display: block;
}

.service .main_box03 a, .service .main_box2 a{
    font-size: 22px;
    font-weight: bold;
    padding: 5px;
    width: 100%;
    display: inline-block;
    max-width: 100%;
    color: #ffffff;
    border-radius: 10px;
    margin-top: 10px;
    text-decoration: none;
}

.service .main_box03 a.button1, .service .main_box2 a.button1{
    background-color: #52afca;
    border: 3px solid #a0e4ee;
}
.service .main_box03 a.button2, .service .main_box2 a.button2{
    background-color: #ec6d94;
    border: 3px solid #f69bb7;
}

.service .main_box03 a:before, .service .main_box2 a:before{
    content: '';
    display: inline-block;
    border-color: transparent;
    border-style: solid;
    border-width: 7px;
    border-left-color: #ffffff;
    vertical-align: middle;
    margin-top: -3px;
    margin-left: 15px;
}

.service .main_box03 .border-dash, .service .main_box2 .border-dash{
    border-bottom: dashed 3px #b5b5b5;
    padding: 0;
    margin: 20px 12px 19px 0;
}

.service .main_box_text02 a {
    color: #e43e8c;
    text-decoration: underline;
}

.service .main_box_text02 span {
    color: #e22382;
}
.service .main_box_text a.contact_link {
    display: inline-block;
    padding-left: 0;
    line-height: 0;
}
.service .main_box_title.pl {
    display: inline-block;
    padding-left: 0;
}
.service .main_box_title.pl p {
    padding-left: 70px;
}

.service .main_box_text .title .img{
    display: none;
}


@media (max-width: 767.98px) {
    .service .mv .container{
        padding-left: 0;
        padding-right: 0;
    }

    .service .mv .pc-img{
        display: none;
    }
    .service .mv .sp-img{
        display: block;
        max-width: 100%;
        position: relative;
        z-index: 2;
    }

    .service .mv:after{
        background-size: 13% auto;
    }

    
    .service  .sec01{
        margin-top: -11vw;
        background: url(../img/sp_service_bg.png) repeat-y center top;
        background-color: #e6f4f8;
        background-size: 100% auto;
        background-position: 0% 0.2%;
    }

    .service .sec01 h1 {
        font-size: 20px;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .service .main_box_text h3 br{
        display: none;
    }

    

    .service .main_box_text .title{
        display: flex;
        align-items: flex-start;
    }

    .service .sec01 .main_box .main_box_text_inner{
        padding: 5%;
    }

    .service .sec01 .main_box .main_box_text_inner .img{
        display: none;
    }

    .service .main_box_text .main_box_text_inner .title .img{
        display: block;
        width: 100px;
    }

    .service .main_box h2{
        font-size: 18px;
    }

    .service .main_box_text h3{
        font-size: 16px;
        text-align: left;
        padding-left: 20px;
        margin-bottom: 0;
    }

    .service .main_box_title{
        padding-bottom: 0;
    }


    .service .sec01 .main_box:before {
        background: url(../img/bird01.png) no-repeat;
        width: 44px;
        height: 27px;
        top: -27px;
        left: 20px;
        background-size: 100% auto;
    }

    .service .sec01 .main_box:after {
        content: "";
        background: url(../img/bird02.png) no-repeat;
        width: 38px;
        height: 44px;
        position: absolute;
        top: -43px;
        right: 20px;
        background-size: 100% auto;
    }

    .service .main_box_img{
        border-bottom: 0;
    }

    .service .main_box02{
        margin-top: 0;
        flex-wrap: wrap;
    }

    .service .main_box03{
        width: 100%;
        margin: 0 0 5% 0;
    }
    .service .main_box2{
        width: 100%;
        margin: 0 0 5% 0;
    }

    .service .main_box03 div.service_main_logo, .service .main_box2 div.service_main_logo{
        border-bottom: dashed 2px #b5b5b5;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .service .main_box03 div.service_main_logo img, .service .main_box2 div.service_main_logo img{
        max-width: 50%;
    }

    .service .main_box03:first-child div.service_main_logo img, .service .main_box2:first-child div.service_main_logo img{
        max-width: 80%;
    }
    
    .service .main_box03 .border-dash, .service .main_box2 .border-dash{
        display: none;
    }

    .service .main_box03 a, .service .main_box2 a{
        font-size: 16px;
        padding: 15px 10px;
    }

    .service .main_box03 img.txt01, .service .main_box2 img.txt01{
        max-width: 50%;
    }

    .service .main_box03 img.txt02, .service .main_box2 img.txt02{
        max-width: 75%;
    }

    .service .main_box03 a.button1, .service .main_box2 a.button1{
        margin-bottom: 30px;
    }

    .service .mv p{
        padding: 0;
    }

}


/*  soshiki */

.soshiki .mv{
    position: relative;
    padding-top: 6px;
}


.soshiki .mv:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../img/mv_bg_pattern01.png");
    background-repeat: repeat;
    background-position: top;
    width: 100%;
    height: 6px;
}

.soshiki .mv:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/mv_bg_pattern02.jpg");
    background-repeat: repeat;
    background-position: center left;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.soshiki .mv p {
    padding-top: 10px;
    padding-bottom: 30px;
}

.soshiki .mv .sp-img{
    display: none;
}


.soshiki .mv img{
    margin: auto;
    display: block;
}

.soshiki .sec01{
    position: relative;
    margin-top: -125px;
    padding-bottom: 1px;
    margin-bottom: 50px;
    background: url(../img/service_bg.png) repeat-y center top;
    background-color: #e6f4f8;
    z-index: 2;
}

.soshiki .sec01:before{
    content: '';
    background: url("../img/sec01-bg-pattern.png") repeat;
    background-position: left top;
    width: 100%;
    height: 17px;
    position: absolute;
    top: -16px;
    left: 0;
}

.soshiki .sec01:after{
    content: '';
    background: url("../img/sec01-bg-pattern.png") repeat;
    background-position: left top;
    transform: rotate(180deg);
    width: 100%;
    height: 17px;
    position: absolute;
    bottom: -16px;
    left: 0;
}



.soshiki .sec01 .main_box {
    border-radius: 20px;
    background: #ffffff;
    margin: 0 auto 80px auto;
    max-width: 1060px;
    position: relative;
}
.soshiki .sec01 .main_box:before{
    content: "";
    background: url(../img/bird01.png) no-repeat;
    width: 69px;
    height: 40px;
    position: absolute;
    top: -40px;
    left: 380px;
}
.soshiki .sec01 .main_box:after{
    content: "";
    background: url(../img/bird02.png) no-repeat;
    width: 59px;
    height: 65px;
    position: absolute;
    top: -65px;
    right: 380px;
}

.soshiki .sec01 .main_box .main_box_text_inner{
    padding: 30px 65px 50px 65px;
}

.soshiki .sec01 .main_box .main_box_text_inner .img{
    flex-shrink: 0;
    text-align: center;
    float: right;
    margin-left: 40px;
}

.soshiki .sec01 .main_box .main_box_text_inner p{
    margin: 20px 0;
}

.soshiki .sec01 .main_box .main_box_text.greeting .main_box_text_inner p{
    margin: 20px 0 40px;
}

.soshiki .main_box h1 {
    font-size: 28px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    background: #ff91b0;
    border-radius: 20px 20px 0 0;
    padding: 22px 0;
}

.soshiki .main_box_title .name_img {
    display: block;
    margin-left: auto;
    padding-bottom: 26px;
}

.soshiki .main_box_title.reverse{
    flex-direction: row-reverse;
}

.soshiki .main_box_text h2{
    font-size: 28px;
    font-weight: bold;
    color: #000000;
    text-align: center;
    margin-top: 30px;
    position: relative;
    z-index: 1;
}

.soshiki .main_box_text h2 span{
    background-color: #FFFFFF;
    position: relative;
    z-index: 1;
    padding: 0 38px 0;
}

.soshiki .main_box_text h2:before{
    content: "";
    width: 100%;
    border-top: 1px solid #0f6e8b;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate( -50%, 50%);
}

.soshiki .main_box_text .address{
    margin: auto;
    margin-bottom: 60px;
}

.soshiki .main_box_text .address tbody tr th {
    padding-right: 24px;
}

.soshiki .main_box_text .address tbody tr:first-child td,
.soshiki .main_box_text .address tbody tr:first-child th {
    padding-top: 33px;
}

.soshiki .main_box_text table.address tbody tr td span {
    color: #e43e8c;
    text-decoration: underline;
    flex-direction: column;
}

.soshiki .main_box_title .officer tbody tr th {
    padding-right: 49px;
    width: 220px;
}
.soshiki .main_box_title .officer tbody tr th.enkaku {
    width: 120px;
}

.soshiki .main_box_title .officer tbody tr td {
    padding-left: 12px;
}

.soshiki .main_box_title .officer tbody tr td span{
    width: 150px;
    display: inline-block;
    vertical-align: top;
}
.soshiki .main_box_title .officer tbody tr td span.enkaku {
    width: 120px;
}

.soshiki .main_box_title .officer tbody tr td span.desc{
    display: inline-block;
    width: calc(100% - 150px);
    vertical-align: top;
}

.soshiki .main_box_title .officer tbody tr:first-child td,
.soshiki .main_box_title .officer tbody tr:first-child th {
    padding-top: 45px;
}

.soshiki .main_box_title .officer tbody tr:last-child td,
.soshiki .main_box_title .officer tbody tr:last-child th {
    padding-bottom: 45px;
}


.soshiki .main_box_title .officer tbody {
    border-bottom: dotted #000000 1px;
}

.soshiki .main_box_title .officer tbody:last-child {
    border-bottom: none;
}



#soshiki02:before {
    display: none;
}

#soshiki02:after {
    display: none;
}




/* 事業項目 */
.soshiki02 .sec02 .main_box {
    border-radius: 20px;
    background: #ffffff;
    margin: 0 auto 80px auto;
    max-width: 1060px;
    position: relative;
}

.soshiki02 .main_box_text h2{
    font-size: 28px;
    font-weight: bold;
    color: #000000;
    text-align: center;
    margin-top: 60px;
    position: relative;
    z-index: 1;
}


.soshiki02 .main_box_text h2 span{
    background-color: #FFFFFF;
    position: relative;
    z-index: 1;
    padding: 0 38px 0;
}

.soshiki02 .main_box_text h2:before{
    content: "";
    width: 100%;
    border-top: 1px solid #0f6e8b;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate( -50%, 50%);
}

.soshiki02 .main_box_text p {
    padding-top: 60px;
}

.soshiki02 .sec02 .main_box .main_box_text_inner{
    padding: 30px 65px 0px 65px;
}


.soshiki02 .sec02 .main_box02 {
    background: #f3fcfb;
    margin: 0 auto 80px auto;
    max-width: 920px;
    position: relative;
}

.soshiki02 .main_box_text_inner02 {
    padding: 40px;
    margin-bottom: 150px;
}

.soshiki02 .business {
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}

.soshiki02 .business .img {
    width: 50px;
}

.soshiki02 .business p {
    padding-left: 14px;
    width: calc(100% - 50px);
}

/* サポート団体 */
.soshiki  .sec03{
    position: relative;
    margin-top: -62px;
    padding-bottom: 1px;
    margin-bottom: 50px;
    background: url(../img/service_bg.png) repeat-y center top;
    background-color: #e6f4f8;
    z-index: 2;
}

.soshiki .sec03:before{
    content: '';
    background-position: left top;
    width: 100%;
    height: 17px;
    position: absolute;
    top: -16px;
    left: 0;
}

.soshiki .sec03:after{
    content: '';
    background: url("../img/sec01-bg-pattern.png") repeat;
    background-position: left top;
    transform: rotate(180deg);
    width: 100%;
    height: 17px;
    position: absolute;
    bottom: -16px;
    left: 0;
}

.soshiki .sec03 .main_box {
    border-radius: 20px;
    background: #ffffff;
    margin: 0 auto 80px auto;
    max-width: 1060px;
    position: relative;
}
.soshiki .sec03 .main_box:before{
    content: "";
    background: url(../img/bird01.png) no-repeat;
    width: 69px;
    height: 40px;
    position: absolute;
    top: -40px;
    left: 70px;
}
.soshiki .sec03 .main_box:after{
    content: "";
    background: url(../img/bird02.png) no-repeat;
    width: 59px;
    height: 65px;
    position: absolute;
    top: -65px;
    right: 50px;
}

.soshiki .main_content_bottom p a {
    color: #3d98c2;
    text-decoration: underline;
    font-size: 18px;
}

.soshiki .sec03 .main_box .main_content_bottom_inner{
    padding: 40px 40px 100px 40px;
}

.soshiki .sec03 .support h1 {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    padding: 101px 0 69px 0;
}

.main_content_bottom .logo_list {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}

.main_content_bottom small{
    text-align: right;
    display: block;
    padding-right: 30px;
}

.main_content_bottom .logo_list > div{
    display: inline-block;
    margin-bottom: 30px;
    vertical-align: middle;
    text-align: center;
    width: 33.3%;
    padding: 0 3%;
}

.main_content_bottom .logo_list .img {
    min-height: 96px;
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-flex-align:center;
}

.main_content_bottom .logo_list .img:after{
    content:'';
    min-height:inherit;
    font-size:0;
  }

.main_content_bottom .logo_list .img img{
    max-height: 100%;
    flex-shrink: 0;
}



.soshiki .main_box02{
    display: flex;
    text-align: center;
    margin-top: 30px;
}

.soshiki .main_box03{
    width: 32%;
    border-radius: 10px;
    padding: 30px 20px 16px 20px;
    margin-right: 2%;
}

.soshiki .main_box03:nth-child(3){
    margin-right: 0;
}

.soshiki .main_box03.green{
    border: 4px solid #74c050;
}

.soshiki .main_box03.orange{
    border: 4px solid #e3502e;
}

.soshiki .main_box03.blue{
    border: 4px solid #6fbae0;
}

.soshiki .main_box03 div.soshiki_main_logo {
    padding-bottom: 32px;
}
.soshiki .main_box03 img {
    margin: 0 auto;
}

.soshiki .main_box03:last-child{
    margin-right: 0;
}

.soshiki .main_box03 a, .soshiki .main_box03 img{
    display: block;
}

.soshiki .main_box03 a {
    font-size: 22px;
    font-weight: bold;
    padding: 5px;
    width: 100%;
    display: inline-block;
    max-width: 100%;
    color: #ffffff;
    border-radius: 10px;
    margin-top: 10px;
    text-decoration: none;
}

.soshiki .main_box03 a.button1{
    background-color: #52afca;
    border: 3px solid #a0e4ee;
}
.soshiki .main_box03 a.button2{
    background-color: #ec6d94;
    border: 3px solid #f69bb7;
}

.soshiki .main_box03 a:before {
    content: '';
    display: inline-block;
    border-color: transparent;
    border-style: solid;
    border-width: 7px;
    border-left-color: #ffffff;
    vertical-align: middle;
    margin-top: -3px;
    margin-left: 15px;
}

.soshiki .main_box03 .border-dash{
    border-bottom: dashed 3px #b5b5b5;
    padding: 0;
    margin: 20px 12px 19px 0;
}

.soshiki .main_box_text02 a {
    color: #e43e8c;
    text-decoration: underline;
}

.soshiki .main_box_text02 span {
    color: #e22382;
}
.soshiki .main_box_text a.contact_link {
    display: inline-block;
    padding-left: 0;
    line-height: 0;
}
.soshiki .main_box_title.pl {
    display: inline-block;
    padding-left: 0;
}
.soshiki .main_box_title.pl p {
    padding-left: 70px;
}

.soshiki .main_box_text .title .img{
    display: none;
}


@media (max-width: 767.98px) {
    .soshiki .mv .container{
        padding-left: 0;
        padding-right: 0;
    }

    .soshiki .mv .pc-img{
        display: none;
    }
    .soshiki .mv .sp-img{
        display: block;
        max-width: 100%;
        position: relative;
        z-index: 2;
    }

    .soshiki .mv:after{
        background-size: 13% auto;
    }

    
    .soshiki  .sec01{
        margin-top: -11vw;
        background: url(../img/sp_service_bg.png) repeat-y center top;
        background-color: #e6f4f8;
        background-size: 100% auto;
        background-position: 0% 0.2%;
    }

    .soshiki .sec01 h1 {
        font-size: 18px;
        padding: 22px 0;
        margin-top: 50px;
    }

    .soshiki .main_box h1 {
        font-size: 18px;
        padding: 22px 0;
    }

    .soshiki .sec01 .main_box:before {
        display: none;
    }

    .soshiki .sec01 .main_box:after {
        display: none;
    }

    .soshiki .main_box_text .address {
        margin: 0;
    }

    .soshiki .main_box_text h3 br{
        display: none;
    }

    

    .soshiki .main_box_text .title{
        display: flex;
        align-items: flex-start;
    }

    .soshiki .sec01 .main_box .main_box_text_inner{
        padding: 5%;
    }

    .soshiki .sec01 .main_box .main_box_text_inner .img{
        width: 130px;
        margin-left: 15px;
    }

    .soshiki .main_box_text .main_box_text_inner .title .img{
        display: block;
        width: 100px;
    }

    .soshiki .main_box h2{
        font-size: 18px;
        margin-top: 30px;
    }

    .soshiki .main_box_text h3{
        font-size: 16px;
        text-align: left;
        padding-left: 20px;
        margin-bottom: 0;
    }

    .soshiki .main_box_title{
        padding-bottom: 0;
    }

    .soshiki .main_box_title .officer tbody tr th, .soshiki .main_box_title .officer tbody tr th.enkaku, .soshiki .main_box_text .address tbody tr th {
        /*width: 70px;*/
        width: 110px;
        font-size: 12px;
        padding-right: 0;
    }

    .soshiki .main_box_title .officer tbody tr td {
        padding: 10px 0;
        padding-left: 0;
    }

    /*.soshiki .main_box_text .address tbody tr th{
        width: 70px;
        padding-right: 0;
    }*/

    .soshiki .sec01 .main_box:before {
        background: url(../img/bird01.png) no-repeat;
        width: 44px;
        height: 27px;
        top: -27px;
        left: 20px;
        background-size: 100% auto;
    }

    .soshiki .sec01 .main_box:after {
        content: "";
        background: url(../img/bird02.png) no-repeat;
        width: 38px;
        height: 44px;
        position: absolute;
        top: -43px;
        right: 20px;
        background-size: 100% auto;
    }

    .soshiki .main_box_img{
        border-bottom: 0;
    }

    .soshiki .main_box02{
        margin-top: 0;
        flex-wrap: wrap;
    }

    .soshiki .main_box03{
        width: 100%;
        margin: 0 0 5% 0;
    }

    .soshiki .main_box03 div.soshiki_main_logo{
        border-bottom: dashed 2px #b5b5b5;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .soshiki .main_box03 div.soshiki_main_logo img{
        max-width: 50%;
    }

    .soshiki .main_box03:first-child div.soshiki_main_logo img{
        max-width: 80%;
    }
    
    .soshiki .main_box03 .border-dash{
        display: none;
    }

    .soshiki .main_box03 a{
        font-size: 16px;
        padding: 15px 10px;
    }

    .soshiki .main_box03 img.txt01{
        max-width: 50%;
    }

    .soshiki .main_box03 img.txt02{
        max-width: 75%;
    }

    .soshiki .main_box03 a.button1{
        margin-bottom: 30px;
    }

    .soshiki .mv p{
        padding: 0;
    }
    .soshiki02 .sec02 .main_box .main_box_text_inner {
        padding: 30px 25px 0px 25px;
    }

    .soshiki02 .business p{
        font-size: 15px;
        width: calc(100% - 40px);
    }

    .soshiki02 .main_box_text_inner02 .business .img{
        width: 40px;
    }
    .soshiki02 .sec02 .main_box{
        margin-bottom: 40px;
    }

    .soshiki02 .main_box_text h2{
        font-size: 20px;
        margin-top: 0;
    }

    .soshiki02 .main_box_text_inner02 {
        padding: 20px;
    }

    .soshiki02 .main_box_text p{
        padding-top: 30px;
    }

    .soshiki02 .main_box_text_inner02 .business {
        padding-top: 20px;
        padding-bottom: 15px;
        border-bottom: dotted #000000 1px;
    }
    
    .soshiki02 .main_box_text_inner02 .business:last-child {
        border-bottom: none;
    }

    .soshiki .main_content_bottom .logo_list {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    .soshiki .main_content_bottom .logo_list > div {
        display: inline-block;
        margin: 0%;
        vertical-align: middle;
        text-align: center;
        width: 50%;
        padding: 0 3% 5% 3%;
    }

    .soshiki .main_content_bottom .logo_list .img {
        width: 80%;
        margin: auto;
        height: 8vh;
        min-height: 0;
    }

    .soshiki .sec03 .support h1{
        font-size: 20px;
        padding: 50px 0;
    }

    .soshiki .sec03 .support h1 br{
        display: none;
    }

    .soshiki .sec03 .main_box .main_content_bottom_inner{
        padding: 30px 5%;
    }
    
    .soshiki .main_content_bottom p{
        line-height: 1.2;

    }

    .soshiki .main_content_bottom p a{
        font-size: 12px;
    }


    .soshiki .sec03 .main_box:before{
        background: url(../img/bird01.png) no-repeat;
        width: 44px;
        height: 27px;
        top: -27px;
        left: 20px;
        background-size: 100% auto;
    }

    .soshiki .sec03 .main_box:after{
        background: url(../img/bird02.png) no-repeat;
        width: 38px;
        height: 44px;
        position: absolute;
        top: -43px;
        right: 20px;
        background-size: 100% auto;
    }

    .soshiki .main_box_title .officer tbody tr td span, .soshiki .main_box_title .officer tbody tr td span.enkaku{
        width: 100%;
    }
    .soshiki .main_box_title .officer tbody tr td span.desc{
        /*width: auto;*/
        display: inline;
        font-size: 0.9em;
    }

    .soshiki .main_box_title .name_img{
        width: 60%;
    }

    .soshiki .main_box_text .address tbody tr th,
    .soshiki .main_box_text .address tbody tr td{
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .soshiki .main_box_title .officer tbody tr:last-child td, .soshiki .main_box_title .officer tbody tr:last-child th{
        padding-top: 20px;
    }

    .soshiki .main_box_title .officer tbody tr:first-child td, .soshiki .main_box_title .officer tbody tr:first-child th{
        padding-top: 20px;
    }

    .soshiki .main_box_title .officer tbody tr:last-child td, .soshiki .main_box_title .officer tbody tr:last-child th{
        padding-bottom: 20px;
    }
}

