@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600&display=swap');
/**
navy #004098;
blue #00afec;
**/


html {
  height: 100%;
}

body {
  height: 100%;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: .1rem;
  font-size: 16px;
    background-color: #f7f7f7;
  line-height: 1.4;
}



*{box-sizing: border-box;}

a {
  transition-duration: .4s;
  color: inherit;
  text-decoration: none;
}

p{
  line-height: 2;
}


header{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background-color: #fff;
  border-bottom:1px solid #eeeeee;
}
header .logo {
  max-width: 320px;
}
header .logo img{
  width: 100%;
  height: auto;
}
header h1{
  font-size: 14px;
  margin: 0;
  padding: 0;
}
main{
  padding-top: 80px;
}

.contents{
  max-width: 980px;
  margin: 0 auto;
  background-color: #fff;
  padding: 80px;
  border:1px solid #eeeeee;
}

main h2{
  text-align: center;
  margin: 0 0 80px 0;
  padding: 0;
  color: #004098;
  font-size: 30px;
}
.btn-wrap{
  margin-top: 60px;
  text-align: center;
}
.btn-wrap a{
  display: inline-block;
  padding: 1.8rem 4rem;
  background-color: #00afec;
  border:2px solid #00afec;
  color: #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 3px;
}

.btn-wrap a:hover{
  background-color: #fff;
  color: #00afec;
}

.btn-wrap span{
  position: relative;
  padding-left:1rem;
}
.btn-wrap span::before{
  position: absolute;
  top:50%;
  left:0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  font-weight: lighter;
}


.list{}
.success{
  color: #004098;
}

.error{
  color: #ff0000;
}

ul{
  margin-bottom: 40px;
}
li{}
.message-wrap{
  background-color: #eee;
  padding: 30px;
}
.message-wrap p{
  margin: 0;
  padding: 0;
}

/****************************************************************************************************************************************

mobile

****************************************************************************************************************************************/
@media (max-width: 767px) {

html {
  min-width: inherit;
}

body {
  font-size: 14px;
}


html {
  height: 100%;
}

body {
  height: 100%;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: .1rem;
  font-size: 16px;
    background-color: #f7f7f7;
  line-height: 1.4;
}



*{box-sizing: border-box;}

a {
  transition-duration: .4s;
  color: inherit;
  text-decoration: none;
}

p{
  line-height: 2;
}


header{
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 15px;
}
header .logo {
  max-width: 160px;
}
header .logo img{
  width: 100%;
  height: auto;
}
header h1{
  font-size: 11px;
  margin: 0;
  padding: 0;
}
main{
  padding: 40px 15px 40px;
}

.contents{
  padding:40px 20px;
}

main h2{
  text-align: center;
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 20px;
}
.btn-wrap{
  margin-top: 40px;
  text-align: center;
}
.btn-wrap a{
  display: inline-block;
  padding: 1.6rem 2.4rem;
  background-color: #00afec;
  border:2px solid #00afec;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 14px;

}



.btn-wrap a:hover{
  background-color: #fff;
  color: #00afec;

}

.list{}
.success{
  color: #004098;
}

.error{
  color: #ff0000;
}

ul{
  margin-bottom: 20px;
}
li{}
.message-wrap{
  background-color: #eee;
  padding: 20px;
}
.message-wrap p{
  margin: 0;
  padding: 0;
  font-size: .9rem;
  line-height: 1.6;
}






}





.cf:after {
  content: "";
  display: block;
  clear: both;
} 
.cf:before {
  content: "";
  display: block;
  clear: both;
} 
.cf {
  display: block;
}
