@charset "utf-8";

.pre{
	background-color:#EEE;
    text-align: center;
    padding: 200px 0 200px 0;
    font-size:20px;
}

/* content
---------------------------------------- */
#content{
	padding:0;
}
section{
	padding-top:60px;
	margin-top:-60px;
}

/* sec1
---------------------------------------- */
#sec1{
	width:100%;
	padding-top:100px;
	margin-top:-100px;
    margin-bottom:40px;
}
#sec1 .sec_inc{
	width: calc(100% - 100px);
    max-width:700px;
    margin: 0 auto 0 auto;
}
#sec1 img{
    float: right;
	width:24.4445%;
    max-width:220px;
    margin-left: 25px;
    margin-bottom: 20px;
}
#sec1 p{
    text-align: justify;
    margin-bottom:15px;
}
#sec1 p.sign{
    text-align: right;
    margin-bottom:20px;
}

@media screen and (max-width:800px){
    #sec1{
        margin-bottom:40px;
    }
    #sec1 .sec_inc{
        width: calc(100% - 40px);
    }
    #sec1 p{
        margin-bottom:8px;
    }
    #sec1 p.sign{
        text-align: right;
    }
    #sec1 img{
        width:43%;
        margin-bottom:4px;
    }
}

/* sec2
---------------------------------------- */
#sec2{
}
#sec2 .sec_bg{
	width:100%;
    padding: 40px 0  40px 0;
    background-color:#DDD;
    background-image: url("../../common/img/bg_paper.png");
    background-repeat:repeat;
    background-position: center top;
}
#sec2 .sec_inc{
	width: calc(100% - 100px);
    max-width:700px;
    margin: 0 auto;
}
#sec2 .sec_inc h2{
    margin-bottom:20px;
}
#sec2 .sec_inc img{
	width:100%;
}


@media screen and (max-width:800px){
    #sec2{
        padding-bottom:0px;
    }
    #sec2 .sec_bg{
        padding:30px 0  50px 0;
    }
    #sec2 .sec_inc{
        width: calc(100% - 40px);
    }
    #sec2 .sec_inc h2{
        margin-bottom:5px;
    }
    #sec2 .sec_inc img{
    }
}



/* sec3
---------------------------------------- */
#sec3{
	width:100%;
    margin-bottom:40px;
}
#sec3 .sec_bg{
    padding: 50px 0 40px 0;
    background-image: url("../../common/img/bg_line.png");
    background-repeat: repeat;
    background-position: left top;
    background-size: 250px 250px;
    border-bottom: 1px solid #EEE;
}
#sec3 .inlineframe {
    box-sizing: border-box;
	width: calc(100% - 100px);
    max-width:900px;
    padding:25px 25px 10px 20px;
    margin: 0 auto 30px auto;
    background-color:#FFFFFF;
    height:500px;
    overflow:auto;
    overflow-x:scroll;
    overflow-y:hidden;
    writing-mode: vertical-rl;
    border:1px solid #CCC;
    box-shadow: 1px 1px 2px rgb(66 66 66 / 50%) inset;
}
#sec3 .inlineframe h3{
    font-family: "Sei Kaisho CB1";
    margin-left:15px;
    font-size:26px;
    color:#000;
    margin-right:50px;
}
#sec3 .inlineframe h3:first-of-type{
    margin-right:0px;
}
#sec3 .inlineframe>ul{
    margin-left:10px;
}
#sec3 .inlineframe>ul>li{
    padding-top: 65px;
    text-indent: -65px;
    margin-left:15px;
    line-height: 135%;
}
#sec3 .inlineframe>ul>li.indentW{
    padding-top: 83px;
    text-indent: -83px;
}
#sec3 .inlineframe>ul>li>ul{
    margin-right:5px;
    margin-left:20px;
}
#sec3 .inlineframe>ul>li>ul>li{
    padding-top: 33px;
    text-indent: -33px;
    margin-left:5px;
}
#sec3 a{
    display: block;
    width:calc(100% - 100px);
    max-width: 350px;
    margin: 0 auto;
    box-shadow:0px 0px 3px 0px rgba(0,0,0,0.5);
}
#sec3 a img{
    width:100%;
}

@media screen and (max-width:800px){
    #sec3{
        padding:0px 0 30px 0;
        margin: 0 0 0px 0;
    }
    #sec3 .sec_inc{
        width: calc(100% - 0px);
    }
    #sec3 .sec_bg {
        padding:40px 0 55px 0;
    }
    #sec3 .sec_inc h2{
        margin-bottom:5px;
    }
    #sec3 .sec_inc img{
    }
    #sec3 .inlineframe {
        width: calc(100% - 50px);
        padding: 20px 20px 30px 10px;
        margin: 0 auto 20px auto;
        height:400px;
    }
}


/* sec4
---------------------------------------- */
#sec4{
	width:100%;
	padding-top:100px;
	margin-top:-100px;
    margin-bottom:40px;
}
#sec4 h2.title{
    color:#FFF;
    margin-bottom:15px;
}
#sec4 .sec_inc{
    box-sizing: border-box;
	width: calc(100% - 100px);
    max-width:900px;
    margin: 0 auto 0 auto;
    background-color: #C19B3B;
    padding:20px 40px 30px 40px;
    border-radius: 6px;
}
#sec4 p{
    float: left;
    text-align: justify;
    margin-bottom:15px;
    color:#FFF;
}
#sec4 h3{
    color:#FFF;
    text-align: center;
}
#sec4 img{
    width:100%;
    max-width: 300px;
    margin: 0 auto;
}

@media screen and (max-width:800px){
    #sec4{
    }
    #sec4 h2.title{
    }
    #sec4 .sec_inc{
        width: calc(100% - 50px);
        padding:25px 20px 30px 20px;
    }
    #sec4 p{
        float: left;
        text-align: justify;
        margin-bottom:15px;
        color:#FFF;
    }
    #sec4 h3{
    }
    #sec4 img{
        width:100%;
        max-width: 300px;
        margin: 0 auto;
    }
}