@charset "UTF-8";

#liver {
}

header {
    background: #052d66;
    width: 100%;
}

@media screen and (max-width: 767px) {
  header h1 {
  font-size: 8vw;
}
  }

#liver .title-block {
	position: relative;
	background: #00a0e9;
}

#liver .title-block .inner {
	width: 800px;
	margin: 0 auto;
	position: relative;
}

@media screen and (max-width: 767px) {
	#liver .title-block .inner{
		width: 100%;
	}

}


#liver .content {
	width: 800px;
    margin: 80px auto;
}@media screen and (max-width: 767px) {
	#liver .content {
		width: 100%;
		margin: 10vh auto;
}}

#liver .content h2 {
	width: 380px;
	margin: 120px auto 0 auto;
}@media screen and (max-width: 767px) {
	#liver .content h2 {
		width: 85%;
		margin: -6vh auto 0 auto;
}}
#liver .content h2 img {
	width: 100%;
	height: auto;
}

#liver .content .channel {
	width: 580px;
	margin: 30px auto;
	display: flex;
    justify-content: space-between;
}

#liver .content .channel li {
	margin: 15px auto;
	width: 180px;
}
@media screen and (max-width: 767px) {
	#liver .content .channel {
		width: 70%;
		display: block;
		margin: 0 auto;
	}
	#liver .content .channel li {
		margin-bottom: 10px;
		width: 100%;
	}
}



#liver .content .channel li img {
	width: 100%;
	height: auto;
}

#liver .content .channel li a:hover {
	opacity: .8;
}


#liver .content .how {
	margin-top: 50px;
	border: 4px solid #00a0e9;
	padding: 0 0 1em 0;
}@media screen and (max-width: 767px) {
	#liver .content .how {
		width: 95%;
		margin: 30px auto 0 auto;
	}}

#liver .content .how h3 {
	font-weight: bold;
	text-align: center;
	background: #00a0e9;
	padding: 0 1.5em;
	color: #fff;
	font-size: 1.6em;
	font-feature-settings: "palt";
    letter-spacing: -.03em;
}
#liver .content .how .detail {
	padding: 1em 1.5em 0 1.5em;
}
#liver .content .how .detail p {
	margin-bottom: .87em;
}

/*===================================

form

===================================*/
#contact .inner {
	text-align: center;
}

#contact {
	width: 850px;
	margin: 0 auto 80px auto;
}@media screen and (max-width: 768px) {
  #contact {
    width: 95%;
   margin: 0 auto;}}

#contact .tit {
text-align: center;
  position: relative;
  display: inline-block;
  margin: 0 auto 30px auto;
  padding: 7px 20px;
  min-width: 120px;
  max-width: 100%;
  background: #00a0e9;
  color: #fff;
  font-size: 28px;
}@media screen and (max-width: 768px) {
#contact .tit {
	font-size: 18px;
}}

#contact .tit:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #00a0e9;
}

#contact .tit p {
  margin: 0;
  padding: 0;
  font-weight: bold;
}


#formwrap {
  width: 700px;
  margin: 0 auto;
}@media screen and (max-width: 768px) {
  #formwrap {
    width: 100%;}}

#formwrap dl {
  margin-bottom: 1em;
}@media screen and (max-width: 768px) {
  #formwrap dl {
    display: block;
    }}


#formwrap dl .attn {
  font-size: 12px;
  color: #db3333;
  display: inline-block;
  margin-left: 10px;
}
#formwrap dl dt {
	font-weight: bold;
}
#formwrap dl dt span {
	font-size: .8em;
}
#formwrap dl .notes {
  font-size: 12px;
}
.fbtn_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 300px;
  margin: 10px auto 30px auto;
}@media screen and (max-width: 768px) {
  .fbtn_wrap {
    display: block;
    width: 100%;}}

.fbtn_wrap input {
    height: 45px;
    padding: 3px;
}@media screen and (max-width: 768px) {
.fbtn_wrap input {
    width: 90%;
    margin: 20px auto 5px;}}

.btn-form {
  background: #ffffff;
  display: block;
  font-size: 14px;
  border: 3px solid #00a0e9;
  color: #00a0e9;
  font-weight: bold;
  text-decoration: none;
  font-weight: bold;
  width: 180px;
  padding:5px 0;
  text-align: center;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px; 
  border-radius: 60px;
  font-size: 20px;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all  0.5s ease;
}@media screen and (max-width: 768px) {
  .btn-form {
    width: 80%;
    margin-bottom: 0;
    }}

.btn-def a,
.btn-def a:visited{
  display: block;
  border: 3px solid #00a0e9;
  color: #00a0e9;
  font-weight: bold;
  text-decoration: none;
  font-weight: bold;
  width: 360px;
  padding: 8px 0;
  text-align: center;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px; 
  border-radius: 80px;
  font-size: 22px;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all  0.5s ease;
}@media screen and (max-width: 768px) {
.btn-def a,
.btn-def a:visited {
  display: block;
  border: 2px solid #00a0e9;
  width: 100%;
  padding: 6px 0;
  text-align: center;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px; 
  border-radius: 80px;
  font-size: 18px;
  margin: 0 auto;
}}

.btn-def a:hover,
.btn-form:hover {
  background: #00a0e9;
  color: #ffffff;
}

.btn-def a span {
  font-size: 16px;
}


.yt_aciv {
  margin-bottom: 2em;
}
.yt_aciv h3 {
  font-size: 26px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .yt_aciv h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  }

.yt_aciv .inner {
  width: 750px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .yt_aciv .inner {
    width: 90%;
  }
  }

.yt_aciv ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.yt_aciv ul li {
  width: 48%;
  margin-bottom: 1em;
}
.yt_aciv ul li iframe {
  width: 100%;
}
.yt {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.yt iframe {
  width: 100%;
  height: 100%;
}

.intro {
  width: 800px;
  margin: 2em auto;
  display: flex;
  justify-content: space-between;
}@media screen and (max-width: 767px) {
  .intro {
    width: 90%;
    margin: 1em auto 2em auto;
    display: block;
}}

.intro figure {
  width: 300px;
}@media screen and (max-width: 767px) {
  .intro figure {
    margin: 0 auto 1em auto;
  }}

.intro figure img {
  width: 100%;
}
.intro .detail {
  width: 500px;
}@media screen and (max-width: 767px) {
  .intro .detail {
    width: 90%;
    margin: 0 auto;
  }}

.profile {
 width: 850px;
 margin: 2em auto 3em auto;
}
@media screen and (max-width: 767px) {
  .profile {
    width: 90%;
    margin: 1em auto 2em auto;
}
}
.profile h3 {
  color: #052d66;
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 1em;
  line-height: 1.3;
  text-align: center;
}
.profile h3 span {
  font-size: .8em;
  font-weight: bold;
  }

.profile .col-2 {
  display: flex;
  justify-content: space-between;
}@media screen and (max-width: 767px) {
  .profile .col-2 {
    display: block;
}}
.profile .col-2 dl {
  width: 48%;
}@media screen and (max-width: 767px) {
  .profile .col-2 dl {
  width: 100%;
  margin-bottom: 1em;
  }}
.profile .col-2 dl dt {
  font-weight: bold;
  border-bottom: 1px solid #000;
  margin-bottom: .8em;
}@media screen and (max-width: 767px) {
  .profile .col-2 dl dt {
    text-align: center;
}}

.bnner {
  width: 520px;
  margin: 0 auto 3em auto;
}
@media screen and (max-width: 767px) {
  .bnner {
    width: 90%;
    margin: 0 auto 2em auto;
  }
}

input, button, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input, button, textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input {
  height: 35px;
  width: 100%;
  padding: 10px;
  background: #edecec;
}

textarea {
  width: 100%;
  padding: 5px;
  background: #edecec;
}

select {
  font-size: 14px;
  padding: 4px;
}

