@charset "utf-8";

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ul,ol {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}


/* change colours to suit your needs */

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}


/* change colours to suit your needs */

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* change border colour to suit your needs */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

/*************************************************************

ここまでリセット

*************************************************************/

body {
    width: 100%;
    margin: 0;
    line-height: 1.8;/*詰まりすぎを防ぐ*/    
    color: #3b4043;
}

#page_wrap p {
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    line-height: 1.8;/*詰まりすぎを防ぐ*/    
}

dl{
    font-size: 16px;
}

img {
    max-width: 100%;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
}

#page_wrap a {
    text-decoration: none;
    cursor: pointer;
    display: block;
    width: 100%;
    height: 100%;
}

a:hover {
    opacity: .8;
}

#page_wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
}
@media screen and (max-width: 768px){
    #page_wrap{
        padding: 3%;
    }
}


.main_visual{
    background-image: url("../images/3rd/mani_bg.png");
    padding: 20px;
    background-size: cover;    
    display: flex;
    justify-content: flex-end;    
    margin-top: 30px;
}
@media screen and (max-width: 900px){
    .main_visual{
        height: 40vw;
    }
}

.main_visual img{
    width: 50%;
    margin-right: 5%;
}
@media screen and (max-width: 768px){
    .main_visual img{
        width: 45%;
        margin-right: 2%;
    }
}

.main_visual div{
    width: 45%;
    background-color: #fff;
    opacity: 0.9;
    padding: 20px;
    border-radius: 5px;
}
@media screen and (max-width: 900px){
    .main_visual div{
        display: none;
    }
}

.serialization{
    text-align: center;
}
@media screen and (max-width: 768px){
    .for_sp .serialization{
        text-align: center;
    }
}


.main_visual h1 {
    color: #fff;
    font-size: 25px;
    font-weight: normal;
    text-align: center;
    margin: 0 0 40px 0;
    line-height: 1.4;
    background-color: #cf2121;
    padding: 5px;
}
@media screen and (max-width: 768px){
    .main_visual .for_sp h1{
        text-align: left;
        font-size: 20px;
    }
}

.main_visual h1 span{
    display: block;
    font-size: 16px;
}

.main_visual p{
    margin-bottom: 15px;
}

.sp_main_text{
    display: none;
    margin-top: 20px;
}
@media screen and (max-width: 900px){
    .sp_main_text{
        display: block;
    }
}

.sp_main_text h1{
    background-color: #cf2121;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.4;
    padding: 10px;
    border-radius: 5px;    
    margin-bottom: 15px;
    margin-top: 5px;
}

.sp_main_text h1 span{
    display: block;
    font-size: 14px;
}

.toc{
    font-size: 20px;
    line-height: 1.6;
    font-weight: bold;
    margin-bottom: 30px;
    border: solid 4px #3f69a2;
    margin-top: 30px;    
    padding: 10px;
}
@media screen and (max-width: 768px){
    .toc{
        font-size: 18px;
    }
}


.toc div{
    max-width: 960px;
    width: 100%;
    margin: 20px auto;   
}
@media screen and (max-width: 768px){
    .toc div{
        margin: 0 auto;
    }
}

.toc div p{
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    border-bottom: dashed 1px #3f69a2;
    padding-bottom: 10px;    
}

.toc a{
    color: #366ab1;
    text-indent: -1em;
    padding-left: 1em;
    box-sizing: border-box;    
}

@media screen and (max-width: 768px){
    .toc li{
        margin-bottom: 5px;
    }
}

.sec1,
.sec3{
    background-color: #5eae57;
    color: #fff;
    margin-bottom: 20px;
}
@media screen and (max-width: 768px){
    .sec1,.sec3{
        padding: 8px;
    }
}

.sec1{
    padding-bottom: 20px;
}


.sec1_ttl{
    border-bottom: dashed 2px #fff;
    margin: 0 5px 20px;
    padding: 20px 0 15px 0;
}
@media screen and (max-width: 768px){
    .sec1_ttl{
        padding: 0 0 10px 0;
        margin: 0 0 20px 0;
    }
}

.sec1_ttl div{
    max-width: 1025px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}


.sec1_ttl div p:nth-of-type(1){
    font-size: 35px;
}
@media screen and (max-width: 768px){
    .sec1_ttl div p:nth-of-type(1){
        font-size: 24px;
    }
}

.sec1_ttl div p:nth-of-type(1)+p{
    font-size: 20px;
}
@media screen and (max-width: 768px){
    .sec1_ttl div p:nth-of-type(1)+p{
        font-size: 18px;
    }
}

.sec1_contents{
    max-width: 1025px;
    width: 100%;
    margin: 0 auto;   
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sec1_contents div:nth-of-type(1){
    width: 55%;
    margin-right: 1%;
}
@media screen and (max-width: 768px){
    .sec1_contents div:nth-of-type(1){
        width: 100%;
    }
}

.sec1_contents div:nth-of-type(1) p:not(:last-child){
    margin-bottom: 40px;
}
@media screen and (max-width: 768px){
    .sec1_contents div:nth-of-type(1) p:not(:last-child){
        margin-bottom: 20px;
    }
}


.sec1_contents div:nth-of-type(2){
    width: 44%;
}
@media screen and (max-width: 768px){
    .sec1_contents div:nth-of-type(2){
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }
}


.sec1_table{
    max-width: 855px;
    width: 100%;
    margin: 20px auto 5px auto;
    padding-bottom: 15px;
}

.sec1_table table{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;  
    background-color: #fff;
    color: #000;
}
@media screen and (max-width: 768px){
    .sec1_table table{

    }
}

.sec1_table table tr:nth-of-type(1){
    background-color: #666665;
    color: #fff;
    text-align: center;
}

.sec1_table table tr:nth-of-type(1) th,
.sec1_table table tr:nth-of-type(1) td{
    text-align: center;
}

.sec1_table table th,
.sec1_table table td{
    padding: 10px;
    font-weight: normal;
    border: solid 1px #b6b3a2;
    text-align: left;
}
@media screen and (max-width: 768px){
    .sec1_table table th,
    .sec1_table table td{
        padding: 5px;
    }
}

.sec1_table table tr:nth-child(even){
    background-color: #f5f2df;
}

.sec1_table p{
    font-size: 20px;
    text-align: center;
    border-bottom: solid 2px #0a8100;
    margin-bottom: 15px;
    padding: 10px;
    background-color: #fff;
    color: #0b8500;
}

.sec2{
    margin-bottom: 40px;
}
@media screen and (max-width: 768px){
    .sec2{
        margin-bottom: 30px;
    }
}

.bd_top{
    border-bottom: solid 2px #00991f;
    position: relative;
    margin-bottom: 30px;
}

.bd_top img{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.bd_bottom{
    border-bottom: solid 2px #00991f;
    position: relative;
    margin-top: 10px;
}

.bd_bottom img{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -17px;
}

.sec2_ttl{
    margin: 0 5px 20px;
    padding: 20px 0 15px 0;
    text-align: center;
}

.sec2_ttl div{
    max-width: 1025px;
    width: 100%;
    margin: 0 auto;
}

.sec2_ttl div p:nth-of-type(1){
    font-size: 35px;
    color: #FF0004;
}
@media screen and (max-width: 768px){
    .sec2_ttl div p:nth-of-type(1){
        font-size: 24px;
    }
}

.sec2_ttl div p:nth-of-type(1)+p{
    font-size: 20px;
}
@media screen and (max-width: 768px){
    .sec2_ttl div p:nth-of-type(1)+p{
        font-size: 18px;
    }
}

.sec2_contents{
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
}

.sec2_contents{
    max-width: 1025px;
    width: 100%;
    margin: 0 auto;
}

.sec2_contents>div{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.sec2_contents p img.for_pc{
    float: right;
    margin-left: 20px;
}

.sec2_contents p {
    margin-bottom: 20px;
    word-break: break-all;
}
.sec2_contents p a{
	display: inline;
}
.sec2_contents p.mb0,.sec2_contents p.center{
	margin-bottom: 0;
}

.sec2_contents .for_sp{
    text-align: center;
    width: 100%;
}

.border_box {
    padding: 30px 0;
    border-top: solid 2px #00991f;
}
.sec2_contents .bg_box {
    background: #5eae57;
    padding: 15px;
    color: #fff;
    box-sizing: border-box;
    margin-bottom: 0;
}
.sec2_contents .bg_box  p{
	margin-bottom: 0;
}
.sec2_contents .bg_box .small{
	font-size: 14px;
}



.sec2_contents img,
.sec2_contents2 img,
.sec3_contents img,
.sec4_contents>div:nth-of-type(1) div:nth-of-type(2) img,
.sec5_contents img{
    border: solid 1px #bababa;
}

.sec2_contents2{
    border-bottom: dashed 2px #77bb71;
}

.sec2_contents2>div{
    max-width: 1025px;
    width: 100%;
    margin: 23px auto;
    display: flex;
    flex-wrap: wrap;    
    justify-content: space-between;
}

.sec2_contents2 .text{
    width: 55%;
    margin-right: 5%;
}
@media screen and (max-width: 768px){
    .sec2_contents2 .text{
        width: 100%;
        margin-right: 0;
    }
}

.sec2_contents2 .text p:not(:last-child){
    margin-bottom: 40px;
}
@media screen and (max-width: 768px){
    .sec2_contents2 .text p:not(:last-child){
        margin-bottom: 20px;
    }
}


.sec2_contents2 .photo{
    width: 40%;
}
@media screen and (max-width: 768px){
    .sec2_contents2 .photo{
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }
}

.sec3{
    padding-bottom: 30px;
    margin-bottom: 60px;
}
@media screen and (max-width: 768px){
    .sec3{
        margin-bottom: 30px;
    }
}

.sec3_contents {
    max-width: 1025px;
    width: 100%;
    margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.sec3_contents .photo {
    flex-basis: 43%;
}
.sec3_contents .text {
    flex-basis: 50%;
}
.sec3_contents .text p{
    margin-bottom: 20px;
}

.sec3_contents2 > div {
    max-width: 960px;
    width: 100%;
    margin: 0 auto 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
	background: #e6e6e6;
}

.sec3_contents2 .photo {
    width:55%;
}
.sec3_contents2 .text {
    width: 45%;
    padding: 20px;
}
.sec3_contents2 .text p {
    font-size: 12px;
    line-height: 1.9;
}
.sec3_contents2 .text p.bold {
    font-weight: bold;
    margin-bottom: 10px;
}
.sec3_contents .photo_wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin:20px 0 30px 0;
}

.sec3_contents>p:not(:last-child){
    margin-bottom: 30px;
}

.sec3_contents .photo_wrap div{
    width: 48%;
}
@media screen and (max-width: 768px){
    .sec3_contents .photo_wrap div{
        width: 100%;
        text-align: center;
    }
    
    .sec3_contents .photo_wrap div:nth-of-type(1){
        margin-bottom: 20px;
    }
	
.sec3_contents {
    display: block;
}
.sec3_contents2 > div {
    display: block;
}
.sec3_contents2 .photo {
    width: 100%;
}
	.sec3_contents2 .text {
    width: 100%;
    box-sizing: border-box;
}
}


.sec4{
    margin-bottom: 90px;
}
@media screen and (max-width: 768px){
    .sec4{
        margin-bottom: 30px;
    }
}

.sec4 .sec2_ttl{
    border-bottom: dashed 2px #77bb71;
    text-align: center;
}

.sec4_contents{
    max-width: 1025px;
    width: 100%;
    margin: 0 auto;
}

.sec4_contents>div:nth-of-type(1){
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sec4_contents>div:nth-of-type(1) div:nth-of-type(1){
    width: 53%;
    margin-right: 2%;
}
@media screen and (max-width: 768px){
    .sec4_contents>div:nth-of-type(1) div:nth-of-type(1){
        width: 100%;
        margin: 0;
    }
}

.sec4_contents>div:nth-of-type(1) div:nth-of-type(1) p{
    margin-bottom: 40px;
}
@media screen and (max-width: 768px){
    .sec4_contents>div:nth-of-type(1) div:nth-of-type(1) p{
        margin-bottom: 20px;
    }
}

.sec4_contents>div:nth-of-type(1) div:nth-of-type(2){
    width: 45%;
}
@media screen and (max-width: 768px){
    .sec4_contents>div:nth-of-type(1) div:nth-of-type(2){
        width: 100%;
        text-align: center;
    }
}

.rec_area>p{
    text-align: center;
    font-size: 30px;
    margin-bottom: 40px;
    background-color: #5eae57;
    padding: 5px;
    color: #fff;
}
@media screen and (max-width: 768px){
    .rec_area>p{
        font-size: 24px;
        margin-bottom: 20px;
    }
}

.pc_bd{
    border-bottom: dashed 2px #77bb71;
    padding-bottom: 50px;
    margin-bottom: 50px;    
}

.rec_area .pc_bd:last-child{
    border: none;
}


.pc_wrap{
    max-width: 870px;
    width: 100%;
    margin: 0 auto;
}

.pc_wrap .pc_inner{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pc_wrap .pc_inner .left{
    width: 50%;
    margin-right: 7%;
}
@media screen and (max-width: 768px){
    .pc_wrap .pc_inner .left{
        width: 100%;
        margin-right: 0;
    }
}

.pc_wrap .pc_inner .right{
    width: 43%;
}
@media screen and (max-width: 768px){
    .pc_wrap .pc_inner .right{
        width: 100%;
        text-align: center;
    }
}

.pc_inner{
    margin-bottom: 60px;
}

.pc_inner .maker{
    font-size: 25px;
    font-weight: bold;
    color: #5eae57;
}
@media screen and (max-width: 768px){
    .pc_inner .maker{
        font-size: 20px;
    }
}

.pc_inner .catch{
    margin-bottom: 20px;
}

.pc_inner dl{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: solid 1px #3b4043;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
@media screen and (max-width: 768px){
    .pc_inner dl{
        display: none;
    }
}


.pc_inner dt{
    width: 40%;
}

.pc_inner dd{
    width: 60%;
}

.more_details{
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
/* @media screen and (max-width: 768px){
    .more_details{
        width: 80%;
    }
} */

.more_details a{
    display: block;
    background-color: #6fc13e;
    color: #fff;
    padding: 15px;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 20px;
}
@media screen and (max-width: 768px){
    .more_details a{
        padding: 10px;
        font-size: 16px;
    }
}

.provide{
    text-align: center;
}

.provide a{
    color: #000;
}



.sec5_ttl {
    border-bottom: dashed 2px #5eae57;
    margin: 0 5px 20px;
    padding: 20px 0 15px 0;
    text-align: center;
}

.sec5_ttl div p:nth-of-type(1){
    font-size: 35px;
    color: #FF0004;
}
@media screen and (max-width: 768px){
    .sec5_ttl div p:nth-of-type(1){
        font-size: 24px;
    }
}

.sec5_ttl div p:nth-of-type(1)+p{
    font-size: 20px;
}
@media screen and (max-width: 768px){
    .sec5_ttl div p:nth-of-type(1)+p{
        font-size: 18px;
    }
}

.sec5_contents {
    max-width: 1025px;
    width: 100%;
    margin: 0 auto;
}

.sec5_contents p{
    margin-bottom: 30px;
}

.sec_2col{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;    
}
@media screen and (max-width: 768px){
    .sec_2col{
        margin-bottom: 20px;
    }
}

.sec_2col .text{
    width: 55%;
    margin-right: 5%;
}
@media screen and (max-width: 768px){
    .sec_2col .text{
        width: 100%;
        margin-right: 0;
    }
}

.sec_2col .photo{
    width: 40%;
}
@media screen and (max-width: 768px){
    .sec_2col .photo{
        width: 100%;
        text-align: center;
    }
}




.for_sp{
    display: none;
}
@media screen and (max-width: 768px){
    .for_pc{
        display: none;
    }
    
    .for_sp{
        display: block;
    }
    
}


sup {
    vertical-align: super;
    position: relative;
    top: 0.1em;
}

.sup_small {
    font-size: 12px;
}


.note{
    margin-top: 20px;
    background-color: #fafafa;
    padding: 15px;    
}
@media screen and (max-width: 768px){
    .note{
        padding: 10px;
    }
}

.note dl{
    margin-bottom: 10px;
}

.note dl dt{
    font-weight: bold;
}


.i7{
    border: solid 1px #000;
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    width: 100%;
    margin: 50px auto;
    box-sizing: border-box;
}
@media screen and (max-width: 768px){
    .i7{
        padding: 20px;
    }
}

.i7 div{
    width: 150px;
    margin-right: 30px;
    text-align: center;
}
@media screen and (max-width: 768px){
    .i7 div{
        width: 100%;
        margin-bottom: 20px;
    }
}

.i7 p{
    width: calc(100% - 180px);
}
@media screen and (max-width: 768px){
    .i7 p{
        width: 100%;
    }
}

br.sp{
    display: none;
}
@media screen and (max-width: 768px){
br.sp{
    display: inline;
}
}

#page_wrap p.ICT-ttl{
    margin-bottom: 50px;
    padding: 10px 0;
}
@media screen and (max-width: 768px){
    #page_wrap p.ICT-ttl{
        margin-bottom: 20px;
    }
}
* {
    box-sizing: border-box;
}
/* .block2{padding: 0;} */

.sec3_contents.db{display: block;}
#page_wrap a.cta_test{text-decoration: none; 
    cursor: pointer;
    display: inline;
    width: auto;
     height: auto;}