/*

font-family: 'Noto Sans JP', sans-serif;
font-family: 'M PLUS Rounded 1c', sans-serif;

*/


/* --------------------------- */


/*  base  */


/* --------------------------- */

a {
    color: #00a199;
    text-decoration: none;
    transition: all 0.6s;
}

a:hover {
    color: #0CC;
}

li {
    list-style: none;
}

a img {
    transition: all 0.3s;
}

a img:hover {
    opacity: 0.7;
}


/* --------------------------- */


/*  layout  */


/* --------------------------- */

body {
    background-color: #fff;
    color: #1C1C1C;
    font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}

#wrap {
    width: 100%;
    text-align: center;
}


/* ------ */


/*  Header  */


/* ------ */

header {
    text-align: center;
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 100;
    line-height: 0;
    height: 136px;
    transition: all 0.3s;
}

header#pc ul li img {
    width: 136px;
    height: auto;
    margin-top: 0;
    transition: all 0.3s;
    object-fit: contain;
}

header#pc ul {
    display: table;
    margin: 0 auto;
    width: 952px;
}

header#pc ul li {
    display: table-cell;
    object-fit: contain;
    transition: all 0.2s;
    height: 136px;
}

header ul li.gr {
    background-color: #80b927;
}

header ul li.yl {
    background-color: #ffe100;
}

header ul li.or {
    background-color: #ef8200;
}

header ul li.bl {
    background-color: #00aedc;
}

header ul li.blg {
    background-color: #00a199;
}

header#pc.fixed ul li {
    height: 102px;
    overflow: hidden;
}

header#pc.fixed {
    height: 68px;
    overflow: hidden;
    transition: all 0.2s;
    filter: drop-shadow(3px 3px 0px rgba(255, 255, 255, 1));
}

header#pc.fixed ul li img {
    object-position: center center;
    width: 90px;
    height: 68px;
    /*margin-top:-34px; */
    transition: all 0.3s;
    object-fit: cover;
    object-position: center center;
}

header#sp {
    display: none;
}

@media (max-width: 600px) {
    header#sp {
        height: auto;
        display: block;
    }
    header#sp ul li img {
        width: 100%;
        height: auto;
    }
    header#sp ul {
        display: table;
        margin: 0 auto;
    }
    header#sp ul li {
        display: table-cell;
        width: 14.2%;
    }
    header#pc {
        display: none;
    }
}


/* ------ */


/*  main  */


/* ------ */

.logo {
    padding: 230px 0 70px;
}

.logo_text {
    padding-bottom: 90px;
}

.main h3 {
    font-size: 24px;
    margin-bottom: 40px;
}

.main h3.orange span {
    border-bottom: 6px solid #ef8200;
    margin-right: 4px;
}

.main h3.green span {
    border-bottom: 6px solid #80b927;
    margin-right: 4px;
}

.main h3.blue span {
    border-bottom: 6px solid #00a199;
    margin-right: 4px;
}

.main .osirase {
    width: 540px;
    margin: 30px auto 30px;
    background-color: #fff;
    border: 3px dashed #80b927;
    filter: drop-shadow(20px 20px 1px rgba(0, 0, 0, 0.05));
    border-radius: 8px;
    padding: 20px 0 30px;
}

.main .osirase h3.osi {
    padding: 0 0 10px;
    font-size: 24px;
    color: #80b927;
    margin: 0;
}

.main h1 {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 900;
    font-size: 36px;
}

@media (max-width: 600px) {
    .logo {
        padding: 136px 0 40px;
    }
    .logo img {
        width: 70%;
        height: auto;
        margin: 0 auto;
    }
    .logo_text img {
        width: 50%;
        height: auto;
        margin: 0 auto;
    }
    .main {
        width: 100%;
        margin: 0 auto;
    }
    .main h3 {
        font-size: 16px;
        margin-bottom: 40px;
        line-height: 1.6;
    }
    .main .osirase {
        width: 90%;
        margin: 30px auto 30px;
        padding: 20px 10px 30px;
    }
    .main .osirase h1 {
        font-size: 24px;
    }
    .main .osirase h3.osi {
        font-size: 20px;
    }
    .main .osirase h2.date {
        font-size: 20px;
    }
    .main .osirase p {
        font-size: 15px;
    }
}


/* ------ */


/*  blog  */


/* ------ */

.blog {
    width: 952px;
    margin: 0 auto;
    text-align: left;
    border-top: 30px solid #ffe100;
    border-bottom: 30px solid #ffe100;
    margin-top: 20px;
}

.blog ul {
    display: table;
    padding: 25px 0 10px;
}

.blog ul li {
    display: table-cell;
    vertical-align: top;
}

.blog ul li.blogtitle {
    width: 200px;
    text-align: center;
}

.blog ul li img {
    width: 136px;
    height: auto;
}

#feed ul {
    display: block;
    padding: 0;
    font-weight: bold;
}

#feed ul li {
    display: block;
    padding: 0 0 15px 0;
    font-size: 17px;
}

#feed ul li span {
    display: inline-block;
    padding: 2px 10px 2px;
    border: 1px solid #00a199;
    font-size: 13px;
    color: #00a199;
    font-weight: normal;
    border-radius: 4px;
    margin: 0 10px 0 0;
    transform: rotate(0.05deg);
}

#feed ul li span:empty {
    display: none;
}

#feed ul li time {
    padding-right: 20px;
}

@media (max-width: 600px) {
    .blog {
        width: 100%;
    }
    .blog ul {
        display: block;
        padding: 25px 0 10px;
    }
    .blog ul li {
        display: block;
    }
    .blog ul li.blogtitle {
        width: 100%;
    }
    .blog ul li img {
        width: 70px;
        padding-bottom: 10px;
    }
    #feed ul li {
        padding: 0 15px 15px 15px;
        list-style: 2;
    }
    #feed ul li time {
        display: block;
        font-size: 15px;
        padding-bottom: .2em;
    }
}


/* ------ */


/*  hoshin  */


/* ------ */

.hoshin {
    width: 952px;
    margin: 0 auto;
    font-family: 'M PLUS Rounded 1c', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}

.hoshin h2 {
    font-size: 38px;
    letter-spacing: 0.05em;
    font-weight: 500;
    padding: 40px 0;
    color: #3e3a39;
}

.hoshin .wrap_point {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.hoshin .wrap_po {
    /*width: 620px;*/
    width: 31%;
    margin: 0 auto 20px;
    border-width: 3px;
    border-style: solid;
    border-radius: 18px;
    padding: 6px;
}

.hoshin .wrap_po h3 {
    padding: 8px 10px 10px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    transform: rotate(0.05deg);
}

.hoshin .wrap_po .box_po {
    width: 100%;
    height: 470px;
    margin: 0 auto;
    border-radius: 0 0 9px 9px;
    text-align: justify;
    padding: 25px 20px;
    position: relative;
}

.hoshin .wrap_po .box_po p {
    transform: rotate(0.05deg);
    font-size: 18px;
    font-weight: 500;
}

.hoshin .wrap_po ul {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    bottom: 10px;
    left: 0;
}

.hoshin .wrap_po ul li {
    text-align: center;
    padding: 20px 0 0;
}

.hoshin .wrap_po ul li img {
    width: 85%;
    height: 145px;
    object-fit: cover;
    border-radius: 9px;
}

.hoshin .wrap_po .box_po.org {
    background-color: #F08300;
}

.org {
    border-color: #F08300;
    color: #fff;
}

h3.orgti {
    color: #F08300;
}

.hoshin .wrap_po .box_po.green {
    background-color: #80B927;
}

.green {
    border-color: #80B927;
    color: #fff;
}

h3.greenti {
    color: #80B927;
}

.hoshin .wrap_po .box_po.blue {
    background-color: #00A29A;
}

.blue {
    border-color: #00A29A;
    color: #fff;
}

h3.blueti {
    color: #00A29A;
}

@media (max-width: 600px) {
    .hoshin {
        width: 100%;
    }
    .hoshin h2 {
        font-size: 24px;
        padding: 30px 0 5px;
        font-weight: 500;
    }
    .hoshin .wrap_po {
        width: 95%;
        height: auto;
        margin: 0 auto 20px;
    }
    .hoshin .wrap_po h3 {
        padding: 5px 0 10px;
        font-size: 1.5em;
    }
    .hoshin .wrap_po .box_po {
        height: auto;
    }
    .hoshin .wrap_po ul {
        display: block;
        width: 100%;
        margin: 0 auto;
        position: relative;
        bottom: auto;
    }
    .hoshin .wrap_po ul li {
        display: block;
        text-align: center;
        padding: 20px 0 0;
    }
    .hoshin .wrap_po ul li img {
        width: 100%;
        height: 175px;
        object-fit: cover;
        border-radius: 9px;
    }
    .hoshin .wrap_point {
        flex-direction: column;
    }
}


/* hoshin */
.wrap_voice {
    width:90%;
    margin: 0 auto;
    padding: 2em 0 .5em;
    font-family: 'M PLUS Rounded 1c', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}
.wrap_voice dl{
    display: flex;
    align-items: baseline;
    transform: rotate(0.05deg);
    border-bottom: 1px solid #ffe100;
    padding-bottom: .2em;
    margin-bottom: .9em;
    font-weight: 500;
}
.wrap_voice dl.end{
    margin-bottom: 0;
}
.intro_wrap .vo_note {
    text-align: right;
    font-size:13px;
    padding: 0;
    margin: .5em 0 3em;
}

.intro_wrap .wrap_voice dl dt{
    width:95%;
    text-align: left;
}

.intro_wrap .wrap_voice dl dd{
    font-size:20px;
    font-weight: bold;
    padding: 0;
    color: #F08300;
    line-height: 1.15;
}

blockquote.vo_b {
    position: relative;
    font-family: 'M PLUS Rounded 1c', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
    /* border-top:3px dashed #00A29A; */
    padding:10px 0 20px 2.2em;
    max-width:90%;
    margin: 1em auto 2em;
}
.intro_wrap blockquote.vo_b p {
    padding: 8px 0 2px;
    text-align: justify;
}
blockquote.vo_b:before{
    position:absolute;
    color:#00A29A;
    background-color: #fff9d9;
    font-family:'Font Awesome 5 free';
    content:'\f10d';
    line-height:1;
    text-align:center;
    top:-25px;
    left:-10px;
    padding:10px;
    font-size:26px;
    font-weight: 900;
}
blockquote.vo_b:after{
    position:absolute;
    right:-10px;
    bottom:0px;
    padding:10px;
    color:#00A29A;
    font-family:'Font Awesome 5 free';
    content:'\f10e';
    line-height:1;
    text-align:center;
    font-size:26px;
    font-weight: 900;
}
.intro_wrap blockquote.vo_b .cite {
    padding: 0;
    color: #00A29A;
    font-weight: 500;
}

@media (max-width: 600px) {
    blockquote.vo_b {
        padding:10px 0 20px 0em;
    }
}

/* ------ */


/*  summary  */


/* ------ */

.summary_wrap {
    width: 952px;
    margin: 40px auto 0;
    background-image: url(../images/bg_sum.png);
    background-position: center top;
    background-repeat: no-repeat;
    border-top: 30px solid #ffe100;
    border-bottom: 30px solid #ffe100;
}

.summary_wrap.yakushido {
    background-image: url(../images/staff_bg.png);
    border-top: 30px solid #0ba29a;
    border-bottom: 30px solid #0ba29a;
}

.summary_wrap.nakata {
    background-image: url(../images/bg_nakata.png);
    border-top: 30px solid #80B927;
    border-bottom: 30px solid #80B927;
}

.miyagino_box,
.yakushido_box {
    width: 744px;
    margin: 30px auto 0;
    text-align: left;
    font-family: 'M PLUS Rounded 1c', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}

.miyagino_box h2,
.yakushido_box h2 {
    background-color: #F6AB00;
    color: #fff;
    padding: 6px 15px 6px 12px;
    line-height: 1;
    font-size: 2.6em;
    display: inline-block;
    font-weight: 500;
}

.yakushido_box h2 {
    background-color: #0ba29a;
}

.yakushido_box.nakata h2 {
    background-color: #80B927;
}

.yakushido_box .image img {
    width: 600px;
    height: 350px;
    object-fit: cover;
    border: 4px solid #fff;
    border-radius: 6px;
    filter: drop-shadow(10px 10px 1px rgba(0, 0, 0, 0.05));
}

.yakushido_box h3,
.miyagino_box h3 {
    font-size: 1.9em;
    padding: 10px 0 10px 15px;
    font-weight: 500;
}

.miyagino_box h4 {
    font-size: 1.7em;
    padding: 0 0 10px 15px;
    color: #f08200;
    font-weight: 500;
}

.yakushido_box h4 {
    font-size: 1.7em;
    padding: 0 0 10px 15px;
    color: #0ba29a;
    font-weight: 500;
}

.miyagino_box .p_fbox,
.yakushido_box .p_fbox {
    display: flex;
    flex-direction: row;
}

.miyagino_box .p_fbox p,
.yakushido_box .p_fbox p {
    margin: 10px 0 10px 0;
    width: 50%;
}

.miyagino_box .p_fbox p:first-child,
.yakushido_box .p_fbox p:first-child {
    margin: 10px 30px 10px 0;
}

.miyagino_box .p_fbox p img,
.yakushido_box .p_fbox p img {
    border: 4px solid #fff;
    border-radius: 10px;
    width: 100%;
    height: 260px;
    object-fit: cover;
    object-position: bottom center;
    filter: drop-shadow(10px 10px 1px rgba(0, 0, 0, 0.05));
}

.yakushido_box.nakata .p_fbox p img {
    height: 260px;
}

.yakushido_box.nakata .p_fbox p.zoom {
    position: relative;
}

.yakushido_box.nakata .p_fbox p.zoom i {
    position: absolute;
    z-index: 3;
    top: 25px;
    font-size: 24px;
    right: 15px;
    color: #80b927;
    padding: 8px;
    border-radius: 50%;
    border: 2px solid #80b927;
    background-color: #fff;
}

@media (max-width: 600px) {
    .summary_wrap {
        width: 100%;
        margin: 40px auto 0;
    }
    .miyagino_box,
    .yakushido_box {
        width: 95%;
        margin: 30px auto 0;
    }
    .miyagino_box h2,
    .yakushido_box h2 {
        padding: 8px 15px 8px 15px;
        line-height: 1;
        font-size: 2em;
        display: inline-block;
        font-weight: 500;
    }
    .yakushido_box h3,
    .miyagino_box h3 {
        font-size: 1.4em;
        padding: 10px 0 10px 15px;
        font-weight: 500;
        transform: rotate(0.05deg);
    }
    .miyagino_box h4 {
        font-size: 1.1em;
        padding: 0 0 10px 15px;
        color: #f08200;
        font-weight: 500;
        transform: rotate(0.05deg);
    }
    .yakushido_box h4 {
        font-size: 1.1em;
        padding: 0 0 10px 15px;
        color: #0ba29a;
        font-weight: 500;
    }
    .miyagino_box .p_fbox {
        display: block;
    }
    .miyagino_box .p_fbox p {
        margin: 10px auto 10px auto;
        width: 90%;
    }
    .miyagino_box .p_fbox p:first-child {
        margin: 10px auto 10px auto;
    }
    .miyagino_box .p_fbox p img {
        width: 100%;
        height: 230px;
    }
    .yakushido_box .image {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .yakushido_box .image img {
        width: 95%;
        height: 230px;
        margin: 10px auto 10px;
    }
    .miyagino_box .p_fbox,
    .yakushido_box .p_fbox {
        flex-direction: column;
    }
    .miyagino_box .p_fbox p,
    .yakushido_box .p_fbox p {
        margin: 10px 0 10px 0;
        width: 100%;
    }
    .yakushido_box.nakata .p_fbox p.pdtop {
        padding-top: 0;
    }
    .yakushido_box.nakata .p_fbox p.pdag {
        margin-top: 0;
    }
}

.summary {
    /* width: 772px; */
    width: 824px;
    margin: 40px auto 30px 67px;
    font-family: 'M PLUS Rounded 1c', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
    font-weight: 500;
    text-align: left;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.summary h3 {
    height: 50px;
    font-size: 28px;
    text-align: left;
    background-repeat: no-repeat;
    font-weight: 500;
    padding: 5px 35px 0 8px;
    filter: drop-shadow(10px 10px 1px rgba(0, 0, 0, 0.05));
    display: inline-block;
    background-image: url(../images/sum_tibg_w.png);
    background-position: center right;
    letter-spacing: 0.08em;
    margin-bottom: -10px;
}

.summary h3.sum1 {
    color: #80b927;
    border-left: 12px solid #80b927;
}

.summary h3.sum2 {
    border-left: 12px solid #00a199;
    color: #00a199;
    /* margin-top: 50px; */
}

.summary h3.sum3 {
    border-left: 12px solid #ef8200;
    color: #ef8200;
    margin-top: 50px;
}

.summary h3.sum4 {
    border-left: 12px solid #00afdd;
    color: #00afdd;
    margin-top: 50px;
}

.summary_wrap h3.sum5 {
    background-image: url(../images/sum_tibg05.png);
    color: #ef8200;
    margin: 50px 0 0 60px;
    height: 57px;
    font-size: 32px;
    text-align: left;
    background-repeat: no-repeat;
    font-weight: 500;
    padding: 5px 0 0 30px;
    filter: drop-shadow(20px 20px 1px rgba(0, 0, 0, 0.05));
    font-family: 'M PLUS Rounded 1c', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
    font-weight: 500;
}

.sum_box_wrap {
    position: relative;
    padding-top: 40px;
    width: 48%;
}

.sum_box_wrap:nth-child(1n) {
    margin-right: 2%;
}

.sum_box_wrap h3 {
    position: absolute;
    z-index: 10;
    top: 0;
}

.sum_box_wrap .sum_box3,
.sum_box_wrap .sum_box4 {
    margin-top: 50px;
}

.sum_box1 {
    background-color: #fff;
    border: 3px dashed #80b927;
    border-radius: 20px;
    filter: drop-shadow(20px 20px 1px rgba(0, 0, 0, 0.05));
    padding: 25px 25px 15px;
    margin-top: -7px;
    margin-left: 18px;
    height: 100%;
    /* width: 470px; */
}

.sum_box1 dl {
    display: table;
    font-size: 18px;
    text-align: left;
    padding-bottom: 10px;
    transform: rotate(0.05deg);
}

.sum_box1 dl dt,
.sum_box1 dl dd {
    display: table-cell;
}

.sum_box1 dl dt {
    color: #80b927;
    width: 130px;
}

.sum_box2 {
    background-color: #fff;
    border: 3px dashed #00a199;
    border-radius: 20px;
    filter: drop-shadow(20px 20px 1px rgba(0, 0, 0, 0.05));
    /* width: 350px; */
    padding: 25px;
    margin-top: -7px;
    margin-left: 18px;
    text-align: center;
    height: 100%;
}

.sum_box2 dl {
    display: table;
    font-size: 18px;
    transform: rotate(0.05deg);
    width: 100%;
    line-height: 2;
    border-spacing: 0;
    border-collapse: collapse;
}

.sum_box2 dl.hed {
    border-top: 2px solid #00a199;
    border-bottom: 2px solid #00a199;
    background-color: #d3ebea;
}

.sum_box2 dl.hed dt {
    border-right: 1px solid #00a199;
    border-bottom: 0;
}

.sum_box2 dl.hed dd {
    border: none;
}

.sum_box2 dl dt,
.sum_box2 dl dd {
    display: table-cell;
}

.sum_box2 dl dt {
    width: 50%;
    border-bottom: 1px solid #00a199;
    border-right: 1px solid #00a199;
}

.sum_box2 dl dd {
    width: 50%;
    border-bottom: 1px solid #00a199;
}

.sum_box2 p {
    font-size: 15px;
    text-align: left;
    line-height: 1.6;
    padding-top: 15px;
    transform: rotate(0.05deg);
}

.sum_box3 {
    background-color: #fff;
    border: 3px dashed #ef8200;
    border-radius: 20px;
    filter: drop-shadow(20px 20px 1px rgba(0, 0, 0, 0.05));
    /* width: 410px; */
    padding: 25px 10px 15px 25px;
    margin-top: -7px;
    margin-left: 18px;
    height: calc(100% - 50px);
}

.sum_box3 dl {
    display: table;
    font-size: 18px;
    text-align: left;
    padding-bottom: 10px;
    transform: rotate(0.05deg);
}

.sum_box3 dl dt,
.sum_box3 dl dd {
    display: table-cell;
}

.sum_box3 dl dt {
    color: #ef8200;
    width: 100px;
}

.sum_box3 dl dd p.note {
    font-size: 15px;
}

.sum_box4 {
    background-color: #fff;
    border: 3px dashed #00a199;
    border-radius: 20px;
    filter: drop-shadow(20px 20px 1px rgba(0, 0, 0, 0.05));
    /* width: 680px; */
    padding: 25px;
    text-align: center;
    margin-top: -7px;
    margin-left: 18px;
    height: calc(100% - 50px);
}

.sum_box_wrap.miyagino {
    width: 800px;
}

.sum_box4 dl {
    display: table;
    font-size: 20px;
    transform: rotate(0.05deg);
    width: 100%;
    line-height: 2;
}

.tb_box4 {
    transform: rotate(0.05deg);
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

.tb_box4 th {
    border-right: 1px solid #00afdd;
    border-top: 2px solid #00afdd;
    border-bottom: 2px solid #00afdd;
    vertical-align: middle;
    background-color: #d3edf7;
    font-size: 18px;
    font-weight: 500;
    padding: 5px 0;
    border-spacing: 0px;
}

.tb_box4 th span,
.tb_box4 td span {
    font-size: 14px;
    padding-left: 7px;
}

.tb_box4 th.nidan {
    border-right: 1px solid #00afdd;
    border-top: 0px solid #00afdd;
    border-bottom: 2px solid #00afdd;
    vertical-align: middle;
    background-color: #d3edf7;
}

.tb_box4 th.nidan.hika {
    width: 240px;
}

.tb_box4 th.nenrei {
    width: 160px;
}

.tb_box4 td {
    border: none;
    border-bottom: 2px solid #00afdd;
    border-right: 1px solid #00afdd;
    padding: 10px 0;
    vertical-align: middle;
    font-size: 18px;
    border-spacing: 0px;
}

.tb_box4 td:last-child,
.tb_box4 th:last-child {
    border-right: 0px solid #00afdd;
}

.sum_box4 dl.hed {
    background-color: #d3ebea;
}

.sum_box4 dl.hed dt {
    border-right: 1px solid #00a199;
    border-top: 2px solid #00a199;
    border-bottom: 2px solid #00a199;
    vertical-align: middle;
}

.sum_box4 dl.hed dd {
    border: none;
    border-top: 2px solid #00a199;
    border-bottom: 2px solid #00a199;
    padding: 0 10px;
}

.sum_box4 dl dt,
.sum_box4 dl dd {
    display: table-cell;
}

.sum_box4 dl dt {
    width: 50%;
    border-bottom: 1px solid #00a199;
    border-right: 1px solid #00a199;
}

.sum_box4 dl dd {
    width: 50%;
    border-bottom: 1px solid #00a199;
}

.sum_box4 p {
    font-size: 16x;
    text-align: left;
    line-height: 1.6;
    padding-top: 15px;
    transform: rotate(0.05deg);
}

.sum_box4 p.big {
    font-size: 18px;
}

.sum_box4 p.big span {
    font-size: 18px;
    font-weight: normal;
}

.zu img {
    width: 80%;
    height: auto;
    margin: 0 auto;
    padding: 30px 0 50px;
}

@media (max-width: 600px) {
    .summary_wrap {
        width: 100%;
        background-size: contain;
    }
    .summary {
        width: 92%;
        margin: 40px auto 30px;
        flex-direction: column;
    }
    .summary h3 {
        display: block;
        height: auto;
        font-size: 22px;
        text-align: left;
        font-weight: 500;
        padding: 5px 35px 5px 0.3em;
        border-left: 10px solid;
        background-image: url(../images/sum_tibg_w.png);
        background-position: center right;
        letter-spacing: 0.08em;
        margin-bottom: -10px;
    }
    .summary h3.sum1 {
        color: #80b927;
        background-image: url(../images/sum_tibg_w.png);
    }
    .summary h3.sum2 {
        color: #00a199;
        margin-top: 50px;
        background-image: url(../images/sum_tibg_w.png);
    }
    .summary h3.sum3 {
        color: #ef8200;
        margin-top: 50px;
        background-image: url(../images/sum_tibg_w.png);
    }
    .summary h3.sum4 {
        color: #00a199;
        margin-top: 50px;
        background-image: url(../images/sum_tibg_w.png);
    }
    .summary_wrap h3.sum5 {
        display: block;
        height: auto;
        font-size: 22px;
        text-align: left;
        background: none;
        font-weight: 500;
        padding: 5px 0 5px 0.3em;
        border-left: 10px solid;
        background-color: #fff;
        color: #ef8200;
        margin: 50px auto 0 auto;
        width: 92%;
        filter: drop-shadow(20px 20px 1px rgba(0, 0, 0, 0.05));
        font-family: 'M PLUS Rounded 1c', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
        font-weight: 500;
    }
    .sum_box_wrap,
    .sum_box_wrap.miyagino {
        width: 100%;
    }
    .sum_box_wrap .sum_box2,
    .sum_box_wrap .sum_box3,
    .sum_box_wrap .sum_box4 {
        margin-top: 40px;
    }
    .sum_box1 {
        width: 100%;
        margin-left: 0;
        margin-top: -10px;
    }
    .sum_box1 dl {
        display: block;
        font-size: 18px;
    }
    .sum_box1 dl dt,
    .sum_box1 dl dd {
        display: block;
    }
    .sum_box1 dl dt {
        color: #80b927;
        width: auto;
    }
    .sum_box2 {
        width: 100%;
        margin-left: 0;
        margin-top: -10px;
    }
    .sum_box2 dl {
        display: table;
        font-size: 18px;
    }
    .sum_box3 {
        background-color: #fff;
        border: 3px dashed #ef8200;
        border-radius: 20px;
        filter: drop-shadow(20px 20px 1px rgba(0, 0, 0, 0.05));
        width: 100%;
        padding: 25px 25px 15px;
        margin-left: 0;
        margin-top: -10px;
    }
    .sum_box3 dl {
        display: block;
        font-size: 18px;
    }
    .sum_box3 dl dt,
    .sum_box3 dl dd {
        display: block;
    }
    .sum_box3 dl dt {
        width: 100%;
    }
    .sum_box4,
    .sum_box5 {
        width: 100%;
        padding: 25px;
        margin-left: 0;
        margin-top: -10px;
    }
    .sum_box4 dl {
        display: table;
        font-size: 18px;
        width: 100%;
    }
    .tb_box4 th {
        font-size: 15px;
    }
    .tb_box4 th span,
    .tb_box4 td span {
        font-size: 13px;
        padding-left: 7px;
    }
    .tb_box4 th.nidan.hika {
        width: auto;
    }
    .tb_box4 th.nenrei {
        width: auto;
        white-space: nowrap;
    }
    .tb_box4 td {
        font-size: 15px;
    }
    .tb_box4 td:first-child {
        white-space: nowrap;
        padding: 0 5px;
    }
    .sum_box4 dl dt,
    .sum_box4 dl dd {
        display: table-cell;
    }
    .sum_box4 dl dt {
        width: 50%;
    }
    .sum_box4 dl dd {
        width: 50%;
    }
    .sum_box4 p {
        font-size: 15px;
    }
    .zu img {
        width: 95%;
        height: auto;
        margin: 0 auto;
        padding: 30px 0 50px;
    }
}


/* --------------------------- */


/*  basic_info  */


/* --------------------------- */

.basic_info {
    width: 773px;
    margin: 0 auto;
    text-align: left;
}

.basic_info h3.yel {
    font-size: 28px;
    margin: 40px 0 10px 0;
    font-weight: 500;
    border-bottom: 4px solid #ffe100;
    line-height: 1.2;
    font-family: 'M PLUS Rounded 1c', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
    background: none;
    filter: none;
    display: block;
}

.basic_info h3.yel.nakata {
    border-bottom: 4px solid #80B927;
}

.basic_info h3.yel.yakushido {
    border-bottom: 4px solid #0ba29a;
}

.basic_info h3.yel span {
    font-size: 22px;
    padding-left: 20px;
}

.basic_info iframe {
    margin-top: 10px;
}

.basic_info p {
    font-size: 18px;
    line-height: 1.6;
    padding-bottom: 30px;
    transform: rotate(0.05deg);
}

.basic_info p.bold {
    font-weight: bold;
}

@media (max-width: 600px) {
    .basic_info {
        width: 97%;
    }
    .basic_info h3.yel {
        font-size: 20px;
        width: auto;
        padding: 30px 0 0px 5px;
        line-height: 1.8;
        border-left: none;
    }
    .basic_info h3.yel span {
        font-size: 16px;
        padding-left: 0;
        transform: rotate(0.05deg);
        display: block;
    }
    .basic_info iframe {
        margin-top: 0;
    }
    .basic_info p {
        font-size: 16px;
        padding: 0 0 10px 0;
        line-height: 1.6;
    }
    .basic_info p.bold {
        font-weight: bold;
    }
    .basic_info iframe {
        width: 100% !important;
        height: 400px !important;
        overflow: hidden !important;
    }
}


/* --------------------------- */


/*  intro  */


/* --------------------------- */

.intro_wrap {
    width: 730px;
    margin: 50px auto 0;
    text-align: justify;
    background-color: #ffe100;
    border-radius: 20px;
}

.intro_wrap h3 {
    font-size: 22px;
    padding: 8px 0 3px;
    line-height: 1.6;
    text-align: center;
}

.intro_wrap dl {
    display: table;
    width: 100%;
}

.intro_wrap dl dt,
.intro_wrap dl dd {
    display: table-cell;
    vertical-align: bottom;
}

.intro_wrap dl dd {
    width: 190px;
    text-align: left;
    padding-bottom: 5px;
}

.intro_wrap dl dt {
    text-align: center;
}

.intro_wrap dl h3 {
    font-size: 22px;
    padding: 8px 0 3px;
    text-align: center;
    line-height: 1.6;
}

.intro_wrap h4 {
    text-align: center;
    font-size: 22px;
    padding-top: 15px;
}

.intro_wrap h4.org {
    color: #f08200;
}

.intro_wrap h4.green {
    color: #81b925;
}

.intro_wrap h4.blue {
    color: #0ba29a;
}

.intro_wrap dl h5 {
    background-color: #fff;
    border-radius: 20px;
    text-align: center;
    font-size: 14px;
    padding: 5px 15px;
    display: inline-block;
    font-weight: bold;
    transition: all 0.5s;
    margin-top: 5px;
}

.intro_wrap dl h5 a {
    color: #000;
}

.intro_wrap dl h5:hover {
    opacity: 0.8;
}

.intro_inner {
    background-color: #fff9d9;
    border-radius: 0 0 20px 20px;
    border: 5px solid #ffe100;
}

.intro_inner p {
    padding: 8px 30px 15px;
    font-weight: 500;
    line-height: 2;
}

.intro_inner img {
    width: 300px;
    height: auto;
    float: right;
    border: 4px solid #ffe100;
    margin-left: 20px;
    margin-top: 10px;
}

.intro_inner h5 {
    padding: 5px 30px 0;
    font-size: 20px;
    color: #f9be00;
}

@media (max-width: 600px) {
    .intro_wrap {
        width: 100%;
        margin: 30px auto 0;
    }
    .intro_wrap dl {
        display: block;
    }
    .intro_wrap dl dt,
    .intro_wrap dl dd {
        display: block;
        vertical-align: middle;
    }
    .intro_wrap dl dd {
        text-align: center;
        padding-bottom: 5px;
        margin: 0 auto;
    }
    .intro_wrap dl h3 {
        font-size: 20px;
        padding: 8px 0 3px;
        text-align: center;
        line-height: 1.6;
    }
    .intro_wrap h4 {
        font-size: 20px;
        padding: 15px 8px 0;
    }
    .intro_inner h5 {
        padding: 5px 8px 0;
    }
    .intro_inner {
        background-color: #fff9d9;
        border-radius: 0 0 20px 20px;
        border: 5px solid #ffe100;
    }
    .intro_inner p {
        padding: 5px 10px 20px;
        font-weight: 500;
        line-height: 2;
        text-align: left;
    }
    .intro_inner img {
        width: 100%;
        height: auto;
        float: none;
        margin: 5px auto;
    }
}


/* --------------------------- */


/*  link  */


/* --------------------------- */

.link {
    width: 730px;
    margin: 30px auto 0;
    padding-bottom: 40px;
    text-align: left;
}

.link h3 {
    font-size: 28px;
    padding: 40px 0 0 5px;
    font-weight: bold;
    border-bottom: 10px solid #80b927;
    line-height: 0.7;
    width: 350px;
}

.link ul {
    margin: 30px 0 30px;
}

.link ul li {
    padding: 10px 0 10px;
    font-weight: bold;
    font-size: 18px;
}

.link ul li span {
    padding: 0 10px 0 0;
    color: #b4b4b5;
}

.link ul li a {
    color: #000;
    transition: all 0.5s;
}

.link ul li a:hover {
    color: #b4b4b5;
}

@media (max-width: 600px) {
    .link {
        width: 92%;
        margin: 30px auto 0;
    }
    .link h3 {
        font-size: 18px;
        padding: 30px 0 0 5px;
        width: auto;
    }
    .link ul {
        margin: 32px 0 30px;
    }
    .link ul li {
        padding: 5px 0 5px;
        font-weight: bold;
        font-size: 15px;
    }
}


/* --------------------------- */


/*  footer  */


/* --------------------------- */

footer {
    text-align: center;
}

footer img {
    width: 800px;
    height: auto;
}

#copy {
    padding: 5px 0 7px;
    width: 100%;
    font-size: 12px;
    color: #777;
}

@media (max-width: 600px) {
    footer img {
        width: 92%;
        height: auto;
        margin: 0 auto;
    }
}


/* --------------------------- */


/*  module  */


/* --------------------------- */

a.anchor_top {
    display: block;
    padding-top: 135px;
    margin-top: -135px;
}

a.anchor {
    display: block;
    padding-top: 63px;
    margin-top: -63px;
}

.clear::after {
    content: "";
    display: block;
    clear: both;
}

@media screen and (min-width: 600px) {
    .br-sp {
        display: none;
    }
}