@charset "UTF-8";

/* header
================================================= */
header {
  width: 90%;
  max-width: 1024px;
  margin: 6% auto 0;
}
header h1 {
  font-size: 2.2rem;
  line-height: 1.4;
  text-align: center;
}
header h1 .sub {
  display: block;
  margin: 0.5em auto;
  font-size: 0.7em;
  line-height: 1.5;
}
header h1 img {
  width: 100%;
	margin: 0 auto;	
}
@media print, screen and (min-width: 520px) {
  header { margin-top: 5%; }
  header h1 { font-size: 3.0rem; }
  header h1 .sub { font-size: 0.6em; }
}
@media print, screen and (min-width: 960px) {
  header { margin-top: 50px; }
  header h1 { font-size: 3.9rem; }
}


/* main
================================================= */
main {
  width: 90%;
  max-width: 1024px;
  margin: 5% auto 6%;
}
.col-a > section,
.col-b > section {
  margin-top: 9vw;
  padding: 5%;
  background: #fff;
}
@media print, screen and (min-width: 520px) {
  body { font-size: 1.8rem; }
  main { margin: 4% auto 5%; }
  /*main > div.wrap.flex { display: flex; justify-content: space-between; }
  main > div.wrap.flex > .col-a { width: 47.5%; }
  main > div.wrap.flex > .col-b { width: 47.5%; }*/
  .col-a > section, .col-b > section { margin-top: 4.5vw; padding: 4%; }
}
@media print, screen and (min-width: 960px) {
  main { margin: 40px auto 50px; }
  .col-a > section, .col-b > section { margin-top: 35px; }
}

/* text decoration */
.text-small {
  font-size: 0.85em;
}
.text-underline {
  text-decoration: underline;
}
.text-large {
  font-size: 1.25em;
}
.text-bold {
  font-weight: bold;
}
.text-red {
  color: #C80028;
}

/* catch */
div.catch {
  width: 100%;
  margin: 2% auto;
  padding: 2.5% 0;
	border-top: 1px solid #181818;
	border-bottom: 1px solid #181818;
	font-size: 1.7rem;
	font-weight: bold;
}

@media print, screen and (min-width: 540px) {
  div.catch {text-align: center;}
  div.catch span { display: inline-block;}
}

@media print, screen and (min-width: 960px) {
  div.catch { margin-top: 0.5%; padding: 20px 0; font-size: 1.9rem; }
  div.catch br { display: inline; }
}


/* h2 & h3 & p */
h2 {
  margin: 1em 0 0.4em;
  padding: 0.3em 0.6em;
  border-radius: 3px;
  background: #333333;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
h2:first-child { margin: 0 0 0.4em; }
h3 {
  margin: 1.25em 0 0.3em;
  padding: 0.3em 0.6em;
  font-size: 1.8rem;
	letter-spacing: 0.1em;
  line-height: 1.5;
}
h4 {
  margin: 1.25em 0 0.3em;
  border-left: 5px solid #666666;
  padding-left: 0.5em;
  font-size: 1.6rem;
  line-height: 1.5;
}
h2 + h3 {
  margin-top: 0.7em;
}
p + p {
  margin-top: 0.8rem;
}
@media print, screen and (min-width: 960px) {
  h2 { font-size: 1.9rem; }
  h3 { font-size: 1.7rem; }
}

/* button */
a.btn {
  display: block;
  width: 90%;
  max-width: 320px;
  margin: 1.6em auto 2em;
  padding: 1.6rem;
  background: #ff5981;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  transition: .2s;
	border-radius: 30px;
	font-size: 2rem;
	font-weight: bold;
}
a.btn:hover,
a.btn:active {
  background: #000;
}

/* youtube */
div.youtube {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  margin: 0 auto 10px;
  padding: 56.25% 0 0;
}
div.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
h2 + div.youtube {
  margin-top: 13px;
}
p + div.youtube {
  margin-top: 5px;
}

/* elements flex */
div.flex.col1,
div.flex.col2,
div.flex.col3 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
	margin-bottom: 14px;
}
* + div.flex.col1,
* + div.flex.col2,
* + div.flex.col3 {
	margin-top: 14px;
}
div.flex.col1.small {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
div.flex.col2,
div.flex.col3 {
  justify-content: center;
}
div.flex.col2 > * {
  width: 60%;
}
div.flex.col3 > * {
  width: 48%;
}
@media print, screen and (min-width: 960px) {
  div.flex.col2 > * { width: 48%; margin: 0 1%; }
  div.flex.col3 > * { width: 31%; }
  div.flex.col3 > *:nth-child(3n+2):last-child { margin-left: auto; margin-right: 34.5%; }
}

/* figure */
figure {
}
figcaption {
  margin-top: 3px;
  font-size: 1.4rem;
  line-height: 1.4;
}
figcaption span.name {
  display: block;
  margin-top: 5px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
figcaption span.position {
  display: block;
  margin-top: 5px;
  text-align: center;
}

/* banner */
.banner-area {
  margin-top: 1.5em;
}
a.banner {
  display: block;
  width: 100%;
  max-width: 320px;
  margin-top: 13px;
  margin-bottom: 13px;
  border: 1px solid #333;
}
a.banner.large {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

/*クイズ*/
.pre_and_que {
	margin:2em auto;
	max-width: 680px;
	padding: 10px 5px;
	text-align: center;
	border: solid 4px #21b8ce;
	border-radius: 10px;
}
.pre_and_que h3 {
	margin: 1.8rem 0 0.5rem;
	font-size: 1.8rem;
	line-height: 1.8;
}
.pre_and_que h3 span { 
	color: #21b8ce;
	background: linear-gradient(0deg ,#fff770 0% ,#fff770 40% , #ffffff 40% , #ffffff 100%) ;
}
.pre_and_que h3:first-child {
	margin-top: 0;
}
.pre_and_que .que-text {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.8;
}
.pre_and_que .que-text .highlight {
	font-size: 2.0rem;
	color: #FF0004;
}
.pre_and_que img.que-pic {
	width: 50%;
	max-width: 250px;
	margin: 0.4em auto;
}
@media print, screen and (min-width: 520px) {
.pre_and_que { padding: 20px; }
.pre_and_que h3 { font-size: 2rem; }
.pre_and_que .que-text { font-size: 2rem; }
.pre_and_que .que-text .highlight { font-size: 2.3rem; }
}

/*注意*/
.considerations_box {
	margin:2em auto 0;
	padding: 0 0 1em 0;
	border: solid 2px #C80028;
	border-radius: 2px;
}
.considerations_box h3 {
  margin: 0 0 0.8em 0;
  letter-spacing: 0.1em;
  background: #C80028;
	font-size: 2rem;
  color: #fff;
}

.considerations_box h4,
.considerations_box p{
  margin-left: 1em;
  margin-right: 1em;
}
.considerations_box h4 {
  border-left: 5px solid #C80028;
}