@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);


/*----------head-contain----------*/

.head-contain{
  min-width: 864px;
  overflow-x: hidden;
  height: 150px;
  padding-left: 100px;
  padding-top: 2.4rem;
  display: block;
  position: relative;
}

.theme{
  width: auto;
  height: auto;
  display: inline-block;
  z-index: 2;
}

h1.theme{
  font-size: 47px;
  color: #2A2A2A;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  letter-spacing: 9px;
  margin: 20px;
  padding: 8px;
  display: inline-block;
  position: absolute;
}

h1.theme:before{
  content: '';
  width: 90%;
  height: 24px;
  display: inline-block;
  position: absolute;
  background-color: #b0b0b0;
  bottom: 10px;
  left: 30px;
  z-index: -1;
}

h2.theme{
  font-size: 47px;
  color: #2A2A2A;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  letter-spacing: 9px;
  margin: 20px;
  padding: 8px;
  display: inline-block;
  position: absolute;
}

h2.theme:before{
  content: '';
  width: 90%;
  height: 24px;
  display: inline-block;
  position: absolute;
  background-color: #759fbf;
  bottom: 10px;
  left: 30px;
  z-index: -1;
}

h3.theme{
  font-size: 47px;
  color: #2A2A2A;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  letter-spacing: 9px;
  margin: 20px;
  padding: 8px;
  display: inline-block;
  position: absolute;
}

h3.theme:before{
  content: '';
  width: 90%;
  height: 24px;
  display: inline-block;
  position: absolute;
  background-color: #e5afb3;
  bottom: 10px;
  left: 30px;
  z-index: -1;
}

h4.theme{
  font-size: 47px;
  color: #2A2A2A;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  letter-spacing: 9px;
  margin: 20px;
  padding: 8px;
  display: inline-block;
  position: absolute;
}

h4.theme:before{
  content: '';
  width: 90%;
  height: 24px;
  display: inline-block;
  position: absolute;
  background-color: #ffccdc;
  bottom: 10px;
  left: 30px;
  z-index: -1;
}

h5.theme{
  font-size: 47px;
  color: #2A2A2A;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  letter-spacing: 9px;
  margin: 20px;
  padding: 8px;
  display: inline-block;
  position: absolute;
}

h5.theme:before{
  content: '';
  width: 90%;
  height: 24px;
  display: inline-block;
  position: absolute;
  background-color: #ffdf80;
  bottom: 10px;
  left: 30px;
  z-index: -1;
}

h6.theme{
  font-size: 47px;
  color: #2A2A2A;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  letter-spacing: 9px;
  margin: 20px;
  padding: 8px;
  display: inline-block;
  position: absolute;
}

h6.theme:before{
  content: '';
  width: 90%;
  height: 24px;
  display: inline-block;
  position: absolute;
  background-color: #99ddff;
  bottom: 10px;
  left: 30px;
  z-index: -1;
}

.sitetitle{
  width: 170px;
  height: 100px;
  background-repeat: no-repeat;
  background-image: url(../img/sitetitle.svg);
  position: absolute;
  right: 25px;
  top: 70px;
}

.sitetitle2{
  width: 170px;
  height: 100px;
  position: absolute;
  right: 25px;
  top: 70px;
}

 .page-top {
    width: 80px;
    height:120px;
    position: fixed;
    bottom: 30px;
    right: 15px;
    display: inline-block;
    z-index: 20;
}

.page-top img{
  width: 70px;
  height: auto;
}



/*----------cantants-wrapper---------*/

.contents-wrapper{
  min-width: 864px;
  overflow-x: hidden;
  display: block;
  padding-left: 120px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, sans-serif;
}



/*----------cantants-tab---------*/

.contents-tab{
  display: block;
  text-align: center;
}


.tab-wrapper{
  width: auto;
  height: auto;
  display: inline-block;
  position: relative;
  border: solid 1px #202020;
  padding: 0;
  border-radius: 3px;
}

.tab{
  display: table-cell;
  color: #202020;
  background-color: #FFFFFF;
  margin: 0px;
  padding: 10px 35px;
  font-size: 18px;
  text-decoration: none;
}

.tab:hover{
  background-color: #202020;
  color: #FFFFFF;

}


a {
  text-decoration: none;
}

a .tab{
  color: #202020;
  text-decoration: none;
}

a .tab:hover{
  color: #FFFFFF;
}


.active{
  background-color: #b3b3b3;
  color: #FFFFFF;
}

a .active{
  color: #FFFFFF;
}

.sideactive{
  background-color: #262626;
  color: #FFFFFF;
}



.tab2{
  display: table-cell;
  color: #202020;
  background-color: #FFFFFF;
  margin: 0px;
  padding: 0px 35px;
  font-size: 18px;
  text-decoration: none;
}

.tab2:hover{
  background-color: #202020;
  color: #FFFFFF;
}

a .tab2{
  color: #202020;
  text-decoration: none;
}

a .tab2:hover{
  color: #FFFFFF;
}

.active2{
  background-color: #b3b3b3;
  color: #FF0000;
}

a .active2{
  color: #FFFFFF;
}

.tab3{
  display: table-cell;
  color: #202020;
  background-color: #FFFFFF;
  margin: 0px;
  padding: 0px 10px;
  font-size: 16px;
  text-decoration: none;
}

.tab3:hover{
  background-color: #202020;
  color: #FFFFFF;
}

a .tab3{
  color: #202020;
  text-decoration: none;
}

a .tab3:hover{
  color: #FFFFFF;
}

.active3{
  background-color: #b3b3b3;
  color: #FF0000;
}

a .active3{
  color: #FFFFFF;
}

/*---------------------------*/

.sub-theme{
  border-left: solid 10px #425F70;
  color: #425F70;
  font-size: 22px;
  font-weight: 700;
  padding: 8px;
  padding-left: 15px;
  margin: 40px 30px;
}

.contents{
  
  margin: 30px 100px 30px 40px;
}

.subtitlelogo{
  font-weight: bold;
  font-size: 16px;
}

.subtitle{
  font-weight: 600;
  font-size: 18px;
}

.subtitledl{
  font-weight: 600;
  font-size: 24px;
}

span.caption{
  font-size: 12px;
}

span.subtitle{
  font-weight: 600;
}

.sp-section{
  background-color: #FAFAED;
  display: inline-block;
  width: 90%;
  height: auto;
  padding-left: 5%;
  margin: 30px 30px 0rem 35px;
  display: table;
}

.sp-section2{
  background-color: #FAFAED;
  display: inline-block;
  width: auto;
  height: auto;
  display: table;
}

.sozai-section{
  background-color: #FAFAED;
  display: inline-block;
  width: 70%;
  height: auto;
  margin: 30px 30px 0rem 35px;
  display: table;
}


.sp-theme{
  margin: 30px 30px 30px 0px;
}

.maintxt{
  letter-spacing: 1px;
}

.txtbold{
  font-weight: bold;
}

.dot { 
list-style-type: disc;
margin: 20px 30px 0px 30px;
}

.vertical-container {
  display: -webkit-flex;
  display:         flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
}

.vertical-container2 {
  display: -webkit-flex;
  display:         flex;
  flex-direction:column;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
}

.imgcenter {
  display: block;
  margin: 0 auto; 
}

.ongen-section{
  display:block; 
  width: auto;
  height: auto;
  margin: 30px 30px 30px 30px;
}

.ongen-section img {
  margin-left:auto; 
  margin-right:auto; 
  display:block; 
}

.en-section{
  display: inline-block; 
  width: 562px;
  height: auto;
  margin: 30px 30px 30px 30px;
}
