@charset "UTF-8";a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}*{-webkit-box-sizing:border-box;box-sizing:border-box}[type=email],[type=number],[type=password],[type=search],[type=tel],[type=text],[type=url],textarea{font-family:inherit;font-size:inherit;line-height:normal}[disabled]{cursor:not-allowed}:focus:not(:focus-visible){outline:none}html{color:#333;font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,YuGothic,ヒラギノ角ゴ ProN W3,Hiragino Kaku Gothic ProN,Arial,メイリオ,Meiryo,sans-serif;font-size:62.5%;-webkit-text-size-adjust:100%}body{font-size:1.6rem;line-height:1.6}a{color:#18448e;text-decoration:underline;-ms-touch-action:manipulation;touch-action:manipulation;-webkit-transition:opacity .35s;transition:opacity .35s}a img{border:none}
/*# sourceMappingURL=app.css.map */

body{
    font-family: 'Noto Sans JP', sans-serif;
}

.botton{
    margin: 0 auto;
    width: 666px;
    padding: 60px 0;
}

.botton img:hover{
    opacity: 0.6; 
    filter: brightness(110%); 
}


.m_r_shinkin_logo{
    text-align: center;
    margin: 30px 0;
}
.m_r_shinkin_logo img{
    width: 40%;
    max-width: 450px;
}

.header{
    background: #419F38;
    width:100%;
}
.header img{
    width:100%;
}
.inner{
    max-width: 1366px;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}
.m_mr{
    margin: 0 38px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.m_left{
    max-width: 50%;
    width: 667px;
    width: 49%;
}
.m_l_1{
    width: 33%;
    margin:40px auto 0 auto ;
}
.m_l_2{
    font-size: 1.4em;
    color:#fff;
    line-height:1.3em;
}
.m_l_3{
    margin-top: 3%;
}
.m_l_4 img{
    border: 1px solid #A0CF9C;
    margin: 3% 0;
}
.m_right{
    max-width: 50%;
    width: 585px;
    position: relative;
    z-index: 90;
    margin-left: 3%;
}
.m_r_1{
    position: absolute;
    top:  43%;
    left: 0;
    width: 48%;
}
.m_r_2{
    width: 90%;
    margin-left: 10%;
    margin-top: 34px;
}
.m_b{
    max-width: 1250px;
    margin:0 37px;
    padding-bottom: 20px;
}


.m_b_w{
    border-radius: 10px; 
    background-color: #fff;
    padding:20px 10px;
    margin-top: -7px;}
.m_b_ttl{
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    font-size: 27px;
    font-weight: bold;
}
.m_b_ttl:before, .m_b_ttl:after {
    content: "";
    flex-grow: 1;
    height: 2px; 
    background: #000; 
    margin:0 .2em; 
}
.m_b_w img{
    max-height: 80px;
    max-width: 150px;
    margin: 0 15px;
	vertical-align: middle;
}
.m_b_w img:nth-child(1) {
width: 4%;
}
.m_b_w img:nth-child(2) {
width:  10%;
}
.m_b_w img:nth-child(3) {
width: 10%;
}
.m_b_w img:nth-child(4) {
width: 10.4%;
}
.m_b_w img:nth-child(5) {
width: 12%;
}
.m_b_w img:nth-child(6) {
width: 8%;
}
.m_b_w img:nth-child(7) {
width: 10%;
}
.m_b_w img:nth-child(8) {
width: 5%;
}
.m_b p{
    color: #fff;
    text-align: right;
    margin-top: 10px;
}




.main{
}

.sec{
    margin: auto;
    max-width: 1366px;
    padding:0 57px;
}
.sec img{
    width: 100%;
}
.sec_1{
    background-color: #D3E9D1;
    padding-top: 68px;
}
.sec_1w{
    background-color: #fff;
    max-width: 1126px;
    padding:38px 73px;
    margin: auto;
}
.sec_1_t{
    font-size: 2.2em;
    max-width: 980px;
    margin:30px auto;
    font-weight:500;
}
.sec_1 h3{
    background-color: #E2E2E2;
    color: #419F38;
    padding:7px 22px;
    font-weight: 500;
    font-size: 2em;
    margin-bottom: 30px;
}
.sec_1 table {
    border-collapse: collapse;
    border-spacing: 5px;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.75em;
}
  
.sec_1 table td {
    width: 388px;
    padding: 10px 0;
    border-bottom: 1px dotted #419F38;
    vertical-align: middle;
    color: #419F38;
    font-weight: bold;
  }
  .sec_1 table td {
    border-top: 1px dotted #419F38;
  }
  .sec_1 table th {
    width: 598px;
    border-bottom: 1px dotted #eee;    
    padding: 15px 116px;
    font-weight: bold;
    text-align: left;
    background-color: #419F38;
    color: #fff;
    line-height: 1.3em;
  }
  .sec_1 table tr{
    text-align: center;
    padding: 20px 0;
    background-color: #fff;
    color:#00000;
  }
  .sec_1 .sec_1_ann{
      color: #419F38;
      margin-top: 20px;
  }
  .sec_2 .illust_bg{
    background-color:#FFFFB6;
}

.sec_2 .illust_bg img{
margin: 0 auto;
max-width: 1366px;
width: 100%;
}

.pc { display: block !important; }
.sp { display: none !important; }

.sec_2 .yzs{
    text-align: center;
}
.sec_2 .yzs img{
    margin-top: 50px;
}
.sec_2 .sec_2_p{
    font-size: 3em;
    color: #8A8A8A;
    font-weight: 700;
    text-align: center;
    line-height: 1.4em;
    margin-top: 30px;
}
.sec2_img{
text-align: center;
max-width: 1000px;
width: 75%;
margin: 35px auto 70px auto ;
position: relative;
}
.sec2_img > img{
text-align: center;
margin: 35px auto 0 auto ;
width: 100%;
}
.sec2_orn{
    max-width: 286px;
    position: absolute;
    bottom: -10%;
    right: -5%;
}
.sec_3{
    background: #419F38;
    position: relative;
}
.sec_3_ttl{
    color: #fff;
    font-size: 3em;
    line-height: 1.4em;
    font-weight: 700;
    padding-top: 50px;
    text-align: center;

}
.sec_3_ttl_img img{
    position: absolute;
    top:  16px;
    left: 1050px;
    right: 0;
    margin: auto;
    display: none;
}
@media screen and (max-width:1365px) { 
    .sec_3_ttl_img img{
        display: none !important;
    }
}

.sec_3_logo{
    background-color: #fff;
    max-width: 1255px;
    margin: 0 auto;
    border: solid #8A8A8A 6px;
}

.sec_3_logo{
    margin-top: 40px;
    text-align: center;
    padding: 40px 0;
}
.sec_3_logo img{
    max-width: 23%;
    margin: 0 2%;
    vertical-align: middle;
}
.sec_3_logo img:nth-child(1) {
width: 8%;
}
.sec_3_logo img:nth-child(2) {
width: 20%;
}
.sec_3_logo img:nth-child(3) {
width: 20%;
}
.sec_3_logoimg:nth-child(4) {
width: 20%;
}
.sec_3_logo img:nth-child(5) {
width: 23%;
}
.sec_3_logoimg:nth-child(6) {
width: 15%;
}
.sec_3_logoimg:nth-child(7) {
width: 20%;
}
.sec_3_logoimg:nth-child(8) {
width: 10%;
}
.sec_4_top {
    text-align: center;
    margin-top: 135px;
}
.sec_4_top img{
width: 508px;
}
.sec_4_top p:nth-child(2){
font-size: 2.4em;
margin-top: 70px;
}
.sec_4_top p:nth-child(3){
font-size: 3em;
margin-top: 20px;
margin-bottom: 20px;
font-weight: 700;
}


.ele_1{
    background-color:#419F38;
    color: #fff;
}
.ele_1_w{
    display: flex;
    max-width: 1250px;
    margin: auto;
    padding: 3% 0;
}
.ele_2{
    background-color:#D9ECD7;
}
.ele_2_w{
    display: flex;
    flex-direction: row-reverse;
    max-width: 1250px;
    margin: auto;
    padding: 3% 0;
}

.ele_img{
    max-width: 600px;
    width: 50%;
    margin:  auto 20px;
}
.ele_img img{
    width: 100%;
}
.ele_set{
    margin:  auto 0;
    width: 50%;
}
.ele_2 .ele_set ,.ele_1 .ele_set{
padding: 0 20px;
}
.ele_ttl{
    font-size: 2.3em;
    line-height: 1.5em;
    font-weight: 800;
    position:relative;
}
.pc_num1::before{
    position:absolute;
    left:-35px;
    top: -22px;
    content:"";
    display:inline-block;
    width:85px;
    height:167px;
    background:url(../img/sec_4_1.png) no-repeat;
    background-size:contain;
}

.pc_num2::before{
    position:absolute;
    left:-35px;
    top: -22px;
    content:"";
    display:inline-block;
    width:85px;
    height:167px;
    background:url(../img/sec_4_2.png) no-repeat;
    background-size:contain;
}

.pc_num3::before{
    position:absolute;
    left:-35px;
    top: -22px;
    content:"";
    display:inline-block;
    width:85px;
    height:167px;
    background:url(../img/sec_4_3.png) no-repeat;
    background-size:contain;
}

.pc_num4::before{
    position:absolute;
    left:-35px;
    top: -22px;
    content:"";
    display:inline-block;
    width:85px;
    height:167px;
    background:url(../img/sec_4_4.png) no-repeat;
    background-size:contain;
}



.ele_p{
    margin-top: 30px;
    font-size: 1.4em;
}




.sec_5{
    text-align: center;
}
.sec_5 img{
    max-width:100%
}
.sec_5 h3{
    max-width: 1250px;
    margin: auto;
    text-align: center;
    border-bottom: solid 4px #419F38;
    font-size: 3em;
    font-weight: 800;
    margin-bottom: 130px;
    margin-top: 100px;
    padding: 30px;
    color: #419F38;
}

.sec_5 .ryui{
    margin: 30px auto 50px auto;
    text-align: left;
    padding: 20px;
    max-width: 800px;
    border: solid 2px #E9E9E9 ;
    font-size: 0.9em;
}

.sec_5 .ryui h4{
    font-size: 1.3em;
    margin-bottom: 10px;
}
.shinkin_logo{
    text-align: center;
    margin: 40px 0 100px 0;
}
.shinkin_logo img{
    width: 27%;
}