@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP');
body {
    background-image: url(../images/bk.jpg);
    background-size: 100% auto;
    background-repeat: repeat;
    background-position: center 0%;


}
a {
    color: inherit;
}
/*上に戻る*/

#page-top {

  display:none;
  position:fixed;
  right:10px;
  bottom:20px;
  margin: 0;
  padding: 0;
  text-align:center;

}

#move-page-top{
    color: rgba(255,255,255,0.40);
    text-decoration: none;
    display: block;
    cursor: pointer;
}

#move-page-top:hover{
    color: rgba(255,255,255,1.00);
}

#head {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}
#headwrap {
    background-color: rgba(255,255,255,1.00);
}


/* CSS Document */

#rogo img {
    max-width: 290px;
}
.n2 {
    padding-top: 70px;
    margin-bottom: -70px;
}



#s4 div, #s5 div, #s6 div, #s7 div{
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}
#footer div {
    max-width: 646px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
}
#s4 h2, #s5 h2, #s6 h2 {
    text-align: center;
}
#s4, #s5, #s6, #s7, #footer {
    padding-top: 50px;
    padding-bottom: 50px;
}



#s1 {
    background-color: rgba(0,0,0,1.00);
    padding-top: 70px;
    padding-bottom: 70px;
    height: 680px;
    background-image: url(../images/topmain.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}
#s1 div {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
#s1 div p:nth-child(1) {
    color: rgba(255,255,255,1.00);
    font-size: 2em;
    text-align: center;
    margin-bottom: 20px;
    font-family: 'Noto Serif JP', sans-serif;
}
#s1 div p:nth-child(2) {
    color: rgba(99,95,95,1.00);
    text-align: center;
    font-size: 1.6em;
    margin-bottom: 20px;
}
#s2 span {
    color: rgba(255,118,0,1.00);
    font: 1.6em "Times New Roman", Times, serif;
    margin-left: 5px;
    margin-right: 5px;
    position: relative;
    top: 2px;
}


#s4 {
    background-color: rgba(0,0,0,1.00);
    color: rgba(255,255,255,1.00);
}

#s4 div .leftimg div {
    padding-left: 0px;
    padding-right: 0px;
}
#s4 div .leftimg >div:nth-child(1)  {
    width: 40%;
    margin-left: 20px;
}
#s4 div .rightwaku h2  {
    border-bottom: 2px solid rgba(255,255,255,1.00);
    background-color: rgba(255,123,34,1.00);
    font-size: 1em;
    padding-top: 20px;
    padding-bottom: 20px;
}
#s4 div .rightwaku p {
    font-size: 0.8em;
    padding: 10px;
}

#s4 .leftimg div.rightwaku   {
    border: 2px solid rgba(255,255,255,1.00);
    border-radius: 5px;
    margin-bottom: 20px;
    text-align: center;
}
#s4 .leftimg div p {
    font-size: 0.8em;
    line-height: 1.6em;
}
#s4 div .underwrap {
    display: -webkit-flex; /* Safari */
display: flex;
-webkit-justify-content: space-between; /* Safari */
justify-content: space-between;
-webkit-flex-wrap: wrap; /* Safari */
flex-wrap: wrap;
}

#s4 h2 {
    color: rgba(255,255,255,1.00);
}
#s4 .underwrap h3 {
    font-size: 1em;
    margin-bottom: 10px;
}

#s4 .underwrap h3 .maru {
    border-radius: 50%;
    height: 15px;
    width: 15px;
    background-color: rgba(255,123,34,1.00);
    display: block;
    border: 2px solid rgba(255,255,255,1.00);
    float: left;
    margin-right: 3px;
}
#s4 .underwrap div p {
    font-size: 0.8em;
    line-height: 1.6em;
}


#s5 {
    background-color: rgba(49,48,48,1.00);
    color: rgba(255,255,255,1.00);
}

#s5 div .leftimg div {
    padding-left: 0px;
    padding-right: 0px;
}
#s5 div .leftimg >div:nth-child(1)  {
    width: 40%;
    margin-left: 20px;
}
#s5 div .rightwaku h2  {
    border-bottom: 2px solid rgba(255,255,255,1.00);
    background-color: rgba(90,172,248,1.00);
    font-size: 1em;
    padding-top: 20px;
    padding-bottom: 20px;
}
#s5 div .rightwaku p {
    font-size: 0.8em;
    padding: 10px;
}

#s5 .leftimg div.rightwaku   {
    border: 2px solid rgba(255,255,255,1.00);
    border-radius: 5px;
    margin-bottom: 20px;
    text-align: center;
}
#s5 .leftimg div p {
    font-size: 0.8em;
    line-height: 1.6em;
}
#s5 div .underwrap {
    display: -webkit-flex; /* Safari */
display: flex;
-webkit-justify-content: space-between; /* Safari */
justify-content: space-between;
-webkit-flex-wrap: wrap; /* Safari */
flex-wrap: wrap;
}

#s5 h2 {
    color: rgba(255,255,255,1.00);
}
#s5 .underwrap h3 {
    font-size: 1em;
    margin-bottom: 10px;
}

#s5 .underwrap h3 .maru {
    border-radius: 50%;
    height: 15px;
    width: 15px;
    background-color: rgba(90,172,248,1.00);
    display: block;
    border: 2px solid rgba(255,255,255,1.00);
    float: left;
    margin-right: 3px;
}
#s5 .underwrap div p {
    font-size: 0.8em;
    line-height: 1.6em;
}



#s6 {
    background-color: rgba(0,0,0,1.00);
    color: rgba(255,255,255,1.00);
    background-image: url(../images/bks7.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

#s6 div .leftimg div {
    padding-left: 0px;
    padding-right: 0px;
}
#s6 div .leftimg >div:nth-child(1)  {
    width: 40%;
    margin-left: 20px;
}
#s6 div .rightwaku h2  {
    border-bottom: 2px solid rgba(255,255,255,1.00);
    background-color: rgba(36,65,1,1.00);
    font-size: 1em;
    padding-top: 20px;
    padding-bottom: 20px;
}
#s6 div .rightwaku p {
    font-size: 0.8em;
    padding: 10px;
}

#s6 .leftimg div.rightwaku   {
    border: 2px solid rgba(255,255,255,1.00);
    border-radius: 5px;
    margin-bottom: 20px;
    text-align: center;
}
#s6 .leftimg div p {
    font-size: 0.8em;
    line-height: 1.6em;
}
#s6 div .underwrap {
    display: -webkit-flex; /* Safari */
display: flex;
-webkit-justify-content: space-between; /* Safari */
justify-content: space-between;
-webkit-flex-wrap: wrap; /* Safari */
flex-wrap: wrap;
}

#s6 h2 {
    color: rgba(255,255,255,1.00);
}
#s6 .underwrap h3 {
    font-size: 1em;
    margin-bottom: 10px;
}

#s6 .underwrap h3 .maru {
    border-radius: 50%;
    height: 15px;
    width: 15px;
    background-color: rgba(36,65,1,1.00);
    display: block;
    border: 2px solid rgba(255,255,255,1.00);
    float: left;
    margin-right: 3px;
}
#s6 .underwrap div p {
    font-size: 0.8em;
    line-height: 1.6em;
}
table caption {
    margin-bottom: 20px;
    font-weight: bold;
}

#s7 table {
    background-color: rgba(255,255,255,0.68);
    border: 1px solid rgba(195,195,195,1.00);
    border-collapse: collapse;
    width: 100%;
}

#s7 th {

    padding: 10px;
    border: 1px solid rgba(183,183,183,1.00);
    border-collapse: collapse;
    background-color: rgba(240,240,240,1.00);
    font-size: 0.9em;
    font-weight: bold;
}
#s7 td {

    padding: 10px;
    border: 1px solid rgba(213,213,213,1.00);
    border-collapse: collapse;
    font-size: 0.9em;
    line-height: 1.6em;
}

#footer {
    background-color: rgba(0,0,0,1.00);
    color: rgba(203,203,203,1.00);

}
#footer #ft {
    text-align: center;
    font-size: 0.8em;
    padding-top: 50px;
}
#footer hr {
    opacity: 0.4;
}





@media screen and (min-width:1000px){
#head {
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-justify-content: space-between; /* Safari */
    justify-content: space-between;
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap: wrap;
    padding-top: 5px;
}

.lit2 {
    position: fixed;
    top: 0px;
    left: 50%;
    width: 100%;
    margin-left: -50%;
    background-color: rgba(232,232,232,1.00);
}

#head #rogo img {
    margin-top: 20px;
}

#head #topinfo p:nth-child(1)  ,#head #topinfo p:nth-child(2){
    font-size: 0.8em;
    line-height: 1.6em;
}
#head #topinfo p:nth-child(3), #head #topinfo p:nth-child(4) {
    font-size: 1.2em;
}
#head #topinfo p:nth-child(3) span, #head #topinfo p:nth-child(4) span {
    background-color: rgba(102,102,102,1.00);
    color: rgba(255,255,255,1.00);
    line-height: 1.8em;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 14px;
    margin-right: 6px;
}
#s2 {

}





}

@media screen and (max-width:1000px){
#head #topinfo {
    display: none;
}
#head #rogo img {
    height: 50px;
    width: auto;

}


}

@media screen and (max-width:600px){
#s1 {
    background-size: 100% auto;
    height: auto;
    padding-bottom: 40%;
}
#s1 div p:nth-child(1) {
    font-size: 1em;
}

#s1 div p:nth-child(2) {
    font-size: 0.9em;
    margin-left: 20px;
    margin-right: 20px;
}
#head {
    margin-bottom: 31px;
}
.leftimg {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
}
#s4 div, #s5 div, #s6 div {
    padding-left: 0px;
    padding-right: 0px;
}
#s4 .leftimg >div:nth-child(1)  , #s5 .leftimg >div:nth-child(1) , #s6 .leftimg >div:nth-child(1){
    padding-left: 20px;
    padding-right: 20px;



}
#s4 div .underwrap ,#s5 div .underwrap,#s6 div .underwrap{
    padding-left: 20px;
    padding-right: 20px;
}




#s2 div p {
    font-size: 0.8em;
}

#2 span {
}
#s4 div .underwrap div  {
    width: 35%;
}
#s4 div .leftimg > div:nth-child(1) {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 10px;
}
#s4 div .underwrap {
    display: block;
}
#s4 div .underwrap div {
    width: 100%;
    margin-bottom: 20px;
}
#s4 div .leftimg {
    margin-bottom: 15px;
}

#s5 div .underwrap div  {
    width: 35%;
}
#s5 div .leftimg > div:nth-child(1) {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 10px;
}
#s5 div .underwrap {
    display: block;
}
#s5 div .underwrap div {
    width: 100%;
    margin-bottom: 20px;
}
#s5 div .leftimg {
    margin-bottom: 15px;
}

#s6 div .underwrap div  {
    width: 35%;
}
#s6 div .leftimg > div:nth-child(1) {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 10px;
}
#s6 div .underwrap {
    display: block;
}
#s6 div .leftimg {
    margin-bottom: 15px;
}
#s6 div .underwrap div {
    width: 100%;
    margin-bottom: 20px;
}
#s7 table {
    background-color: rgba(255,255,255,0.68);
    border: 1px solid rgba(195,195,195,1.00);
    border-collapse: collapse;
}

#s7 th {
    display: block;
    padding: 10px;
    border: 1px solid rgba(183,183,183,1.00);
    border-collapse: collapse;
    background-color: rgba(240,240,240,1.00);
    font-size: 0.9em;
    font-weight: bold;
}
div div p {
    font-size: 0.em;
    font-size: 80.em;
    font-size: 0.8em;
    line-height: 1.6em;
}
#footer div img {
    margin-bottom: 20px;
}

#s7 td {
    display: block;
    padding: 10px;
    border: 1px solid rgba(213,213,213,1.00);
    border-collapse: collapse;
    font-size: 0.9em;
    line-height: 1.6em;
}








}

@media screen and (min-width:600px){
#s4 div .underwrap {
    display: -webkit-flex; /* Safari */
display: flex;
-webkit-justify-content: space-between; /* Safari */
justify-content: space-between;
-webkit-flex-wrap: wrap; /* Safari */
flex-wrap: wrap;
}
.onlysp {
    display: none;
}

#s4 div .underwrap div {
    width: 33%;
}
#s4 div .leftimg {

}

#s4 div .leftimg {
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-justify-content: space-between; /* Safari */
    justify-content: space-between;
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap: wrap;
    flex-flow: row-reverse;
    margin-bottom: 30px;
}

#s5 div .underwrap {
    display: -webkit-flex; /* Safari */
display: flex;
-webkit-justify-content: space-between; /* Safari */
justify-content: space-between;
-webkit-flex-wrap: wrap; /* Safari */
flex-wrap: wrap;
}
#s5 div .underwrap div {
    width: 33%;
}

#s5 div .leftimg {
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-justify-content: space-between; /* Safari */
    justify-content: space-between;
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap: wrap;
    margin-bottom: 30px;
}
#s5 .leftimg div:nth-child(2) {
    width: 55%;
}



#s6 div .underwrap {
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-justify-content: space-between; /* Safari */
    justify-content: space-between;
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap: wrap;
    max-width: 680px;
}
#s6 div .underwrap div {
    width: 49%;
}
#s6 div .leftimg {

}

#s6 div .leftimg {
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-justify-content: space-between; /* Safari */
    justify-content: space-between;
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap: wrap;
    flex-flow: row-reverse;
    margin-bottom: 30px;
}
#footer div img {
    max-width: 290px;
    margin-bottom: 34px;
}
#footer div div {
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-justify-content: space-between; /* Safari */
    justify-content: space-between;
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap: wrap;
    margin-bottom: 51px;
}
#footer div div p {
    font-size: 0.9em;
}





}
