@charset "UTF-8";

body{
font-family: 'YuGothic','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','ＭＳ ゴシック',sans-serif;
  margin:0 auto;
  overflow-x: hidden!important;
}



/*Main*/
main {
  animation-name: fadein;
  animation-duration: 3s;

}

@keyframes fadein{
    from{
    opacity: 0;
    }
    to{
    opacity: 1;
    }
}

.header{
  margin: 0 auto;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 5;
}


.headerList{
display: flex;
flex-direction: row;
padding:10px 60px;
background-color: rgba(34, 79, 160, 0.8);
overflow: hidden;
}

.headerList img{
  padding:10px auto;
}

.headerList li{
  padding:0px 20px;
}

.headerList li:nth-child(n+2){
  padding-top:15px;
}

.headerList li a{
text-decoration: none;
font-weight: bold;
color: #f8ede2;
}

.headerList li a:hover{
color: #38fc38;
}

.header-mobile{
    top:0;
    left:0;
    padding-top: 150px;
    position:fixed;
    display:none;
    width:100%;
    height:100vh;
    background-color: #b2ada3;
    z-index: 25;
}

.header-mobile li{
  margin-left:20px;
  text-align: center;
  line-height: 3em;
}

.header-mobile a{
  text-decoration: none;
  font-size: 16pt;
  color:#191611;
}

.header-mobile a:hover{
  color:#f94c1d;
  font-weight: bold;
}

.icon{
  width:50px;
  height:50px;
  display: none;
  position:fixed;
  top:10px;
  left:10px;
  margin:30px 0px 0px 30px;
  padding:25px 10px 0px 18px;
  border: 1px solid  #3a2e1a;
  cursor: pointer;
  z-index:30;
  border-radius: 100vh;
  background-color: #ffffff;
  opacity: 0.5;
}

.icon:hover{
  opacity: 0.8;
}

.icon span{
  display: block;
  margin-bottom:10px;
  width:40px;
  height: 1px;
  border-radius: 100vh;
  background-color: #3a2e1a;
}

.icon, .icon span{
  transition: all .4s ease-in-out;
}

.icon.is-active span:nth-child(2){
  opacity: 0;
}

.icon.is-active span:nth-child(1){
  transform: translateY(11px) rotate(45deg);
}

.icon.is-active span:nth-child(3){
  transform: translateY(-11px) rotate(-45deg);
}

.mobilebox{
  position: relative;
  margin:0 auto;
  padding: 0 auto;
  width:100vw;
  background-color: #f9f5ee;
  z-index:15;
}


/*TopImage*/


/*MainContent*/

.return1{
  padding: 100px 150px 0px 150px;
}

.return1 a{
  text-decoration: none;
  color: #224fa0;
  display: block;
}

.return1 a:hover{
  color:#f60fbc;
}


.aboutexplain{
  padding: 20px 150px 10px 150px;
}

.aboutexplain h1{
  font-size: 28px;
  text-align: center;
}

.aboutexplain p{
  line-height: 1.5em;
  text-align: left;
}

.reportText{
  margin: 30px 150px;
  padding: 30px 50px;
  border: 1px solid #000;
  border-radius: 30px;

}

.reportText p{
  padding: 10px 0px;
  line-height: 1.5rem;
}

.photoImage{
  padding: 10px 0px;
  text-align: center;
}

.photoImage img{
  margin: 0px 0px;
  padding: 0px 0px;
  width: 100%;
  max-width: 800px;
  height: auto;
}

.aftercomments h3{
  padding-top:50px;
}

.aftercomments ul{
  padding-left: 1.5rem;
}

.aftercomments ul li{
line-height: 1.5rem;
list-style:disc;
text-indent: 0rem;
padding-left: 0rem;
}

.return2{
  padding: 0px 150px 50px 150px;
  display: block;
}

.return2 a{
  text-decoration: none;
  color: #224fa0;
}

.return2 a:hover{
  color:#f60fbc;
}


/*Footer*/

footer{
margin: 0 auto;
width: 100%;
overflow: hidden;
bottom:0;

}


.explain-footer {
  background-color: #224fa0;
    padding: 15px 0px;
    z-index: 35;
    opacity:1;
}

.footer-text {

}

.footer-text p{
color: #efe7d7;
text-align: center;
font-size: 12px;
font-family: sans-serif;
}
