<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.none{
  display: none;
}

#contents {
  padding-top: 0;
  line-height: 1.8;
  max-width: 980px;
}

.content-box {
  padding: 0;
  width: 100%;
  font-size: 0;
}
.main {
  padding-top: 20px;
}
.main .inner img{
  display:block;
  margin:0 auto;
}

.anchor {
  display: block;
  word-spacing: -1em;
  font-size: 14px;
  font-size: 1.4rem;
  width: 100%;
}
.anchor li {
  display: inline-block;
  width: calc((100% - 1.5%) / 4);
  word-spacing: normal;
  vertical-align: top;
  margin-right: 0.5%;
}
.anchor li:nth-child(4n) {
  margin-right: 0;
}
.anchor li a {
  display: block;
  background: #4f6494;
  border-radius:3px;
  width: 100%;
  padding: 8px 0 6px;
  color: #FFF;
  position: relative;
  text-align: center;
}
.anchor li a:hover {
  text-decoration: none;
  opacity: .8;
}
.anchor li a:after{
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -6px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: translateX(-50%) rotate(135deg);
    position: absolute;
    top: 50%;
    right: 3px;
}
.anchor li a span{
  display:inline-block;
  text-align: left;
  text-indent: -1em;
  margin-left: 1em;
}

.section {
  margin-top: 15px;
  width:100%;
  font-size:16px;
  font-size:1.6rem;
}
.section ~ .section {
  margin-top: 50px;
}


.section .subttl {
  background: #e9ecf1;
  border-left: #2e3d64 8px solid;
  width: 100%;
  padding: 10px 18px;
  color: #2e3d64;
  margin-bottom: 20px;
}
.section .subttl span{
  display: block;
  line-height: 1.3;
  font-size:20px;
  font-size:2.0rem;
  font-weight: bold;
  padding-top: 2px;
}
.section .youtube_box_wrap{
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.section .youtube_box_wrap .youtube_box{
  display:inline-block;
  width: 50%;
  padding: 0 2%;
  margin-bottom: 20px;
}
.section .youtube_box_wrap .youtube_box .ttl{
  line-height:1.3;
  margin-bottom:5px;
  margin-left:1em;
  text-indent:-1em;
}

.section .comingnote{
  font-weight:bold;
  color:#4285f4;
}

.section.single01{
  width: 49%;
  display:inline-block;
  vertical-align: top;
}
.section.single01 .youtube_box_wrap .youtube_box{
  width: 100%;
  padding: 0px 2%;
}
#section01.section.single01{
  margin-right:2%;
}






/*----------SP----------*/

.winSP .nowrap {
    white-space: normal!important;
}

.winSP .anchor {
  font-size: 3.2vw;
}
.winSP .anchor li {
  width: calc((100% - 0.5%) / 2);
  margin-bottom:0.5%;
}
.winSP .anchor li:nth-child(2n) {
  margin-right: 0;
}
.winSP .anchor li a:after{
    display:none;
}


.winSP .section {
  font-size:4vw;
}
.winSP .section ~ .section {
  margin-top: 20px;
}


.winSP .section .subttl {
  padding: 10px 18px;
  margin-bottom: 10px;
}
.winSP .section .subttl span{
  font-size:4vw;
}
.winSP .section .youtube_box_wrap{
  display: block;
  width:100%;
}
.winSP .section .youtube_box_wrap .youtube_box{
  width: 100%;
  margin-bottom:10px;
}



.winSP .section.single01{
  width: 100%;
}
.winSP .section.single01 .youtube_box_wrap .youtube_box{
  width: 100%;
}
.winSP #section01.section.single01{
  margin-right:0;
}


</pre></body></html>