@charset "utf-8";
/*
	Theme Name: diver_child
	Template: diver
	Description:  Diverの子テーマです。
	Theme URI: http://tan-taka.com/diver/
	Author: Takato Takagi
 */

 /*Noto Sans JPを指定 */
body{
	font-family: 'Zen Kaku Gothic New', sans-serif;
}

h1,h2,h3,h4,h5{line-height:2;display:block}
h1{margin-bottom:10px;font-size:1.8em;line-height:1.5;font-weight:600}
h2,.content h2{position:relative; background-color:transparent; color:#17184b; padding:.5em 1em;font-size:1.6em;margin:1.5em 0 1em;line-height:1.5;border-bottom: 7px solid #17184b;}
h3,.content h3{position:relative;padding:.3em 1em;font-weight:bold;margin:1.2em 0 .8em;font-size:1.3em}
h4,.content h4{position:relative;position:relative;font-weight:bold;font-size:1.2em;padding:.2em 1em;color:#333;margin:.8em 0 .6em}
h5,.content h5{color:#333;font-size:1.1em;font-weight:bold;margin:.6em 0 .8em}
h5 span{font-weight:bold}
blockquote{position:relative;border-radius:5px;padding:1em;padding-top:2em;margin-bottom:1.2em;background:#f9f9f9;color:#333}
blockquote:before{position:absolute;top:7px;left:0;content:'\201C';font-size:8em;line-height:.5;color:#000;opacity:.2}
blockquote.wp-embedded-content{padding:.8em 2em}
blockquote.wp-embedded-content:before{content:''}
b,strong{font-weight:bold}
.blockquote_ref{font-size:.9em}
.blockquote_ref div{overflow:hidden;text-align:right}
.blockquote_ref div a{display:inline-block;padding:0 .5em;position:relative}
.blockquote_ref div a:before{border-top:1px solid;content:"";position:absolute;top:50%;width:2em}
.blockquote_ref div a:before{right:100%}


.header-logo #nav ul li a, #onlynav ul li a, #nav_fixed #nav ul li a {
	font-size: 0.8rem;
}




.box17{
    margin:2em 0;
    position: relative;
    padding: 0.5em 1.5em;
    border-top: solid 2px black;
    border-bottom: solid 2px black;
}
.box17:before, .box17:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: black;
}
.box17:before {left: 10px;}
.box17:after {right: 10px;}
.box17 p {
    margin: 0;
    padding: 0;
}

/* CTA_05 */

.cta05-cvset {
    padding: 100px 0 0;
}

.cta05-cvset .cta05-inner {
    background: linear-gradient(-45deg, rgba(76,108,179,0.6), rgba(76,108,179,0.2));
  background-size: cover;
    padding: 10px 0 20px;
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.cta05-cvset .cta05-inner ul {
    list-style:none;
    margin-top: 40px;
    padding-inline-start:0;
    border: none;
    padding: 0;
}

.cta05-cvset-title {
    position: relative;
    font-size: 1.5rem;
    line-height: 0.6em;
    font-weight: bold;
    font-style: normal;
    letter-spacing: .1em;
    position: absolute;
    top: -10px;
    left: 0;
    text-align: center;
    width: 100%;
}
.cta05-cvset-title .deco {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.9rem;
    color: #17184b;
    white-space: nowrap;
    padding-bottom: 8px;
    margin-bottom: 16px;
}

.cta05-cvset-title .deco:before, .cta05-cvset-title .deco:after {
    display: inline-block;
    position: absolute;
    top: 42%;
    width: 28px;
    height: 2px;
    border-radius: 3px;
    background-color: #17184b;
    content: "";
    margin: auto -35px;
}
.cta05-cvset-title .deco:before {
    left: 0;
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
}

.cta05-cvset-title .deco:after {
    right: 0;
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
}

.cta05-cvset-list {
    display: flex;
    width: 100%;
    max-width: 780px;
    justify-content: space-between;
    margin: 0 auto;
}
.cta05-cvset-list li {
    max-width: 360px;
    width: 100%;
    margin: 0 5px;
}
.cta05-cvset-list img {
    width:100%;
    text-align:center;
}
.cta05-button.dwl, .cta05-button.etm {
    background-color: #ff3333;
    border: 3px solid #b32424;
    color: #fff;
}
.cta05-button.dwl, .cta05-button.dmo, .cta05-button.etm {
    height: 96px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4em;
    text-align: center;
    flex-direction: column;
    white-space: nowrap;
    text-decoration: none;
}
.cta05-button.dmo {
    background-color: #fff100;
    border: 3px solid black;
    color: black;
}
.cta05-button {
    position: relative;
    display: flex;
    width: 100%;
    height: 72px;
    text-align: center;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 12px;
    margin: 0;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 6px 10px -2px rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.2);
    transition: 0.2s ease-in-out;
}
.cta05-button.free::after {
    content: "無料";
    position: absolute;
    display: block;
    top: -17px;
    right: 8px;
    width: 80px;
    height: 30px;
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
    text-align: center;
    background-color: #FF0000;
    color: #fff;
    border-radius: 16px;
}
.cta05-button.dmo:hover, .cta05-button.etm:hover {
	   color: black;
    background-color: #ffff28;
    box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
}

.cta05-button.dwl:hover{
	   color: #fff;
    background-color: #ff4242;
    box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
}

.cta05-button.dwl small, .cta05-button.dmo small, .cta05-button.etm small {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2em;
    letter-spacing: 0;
    margin-bottom: 4px;
    white-space: nowrap;
}

@media screen and (max-width: 768px){
.cta05-cvset .cta05-inner {
    padding: 40px 20px 32px;
}
.cta05-cvset-list {
    flex-direction: column;
    align-items: center;
    padding-bottom: 16px;
}
.cta05-button.dwl small, .cta05-button.dmo small, .cta05-button.etm small {
    font-size: 12px;
}
}


h1.page_title{
	font-weight: bold;
    text-align: center;
	border-bottom: none;
    color: #ffff66;
	background-color: #17184b;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
	margin-top: none;
	margin-bottom: none;
    padding: 40px 30px;
}



 /*表 */
 table{border-collapse:collapse;text-align:left;color:white;line-height:1.5;background:#fff;border:1px solid #f3f3f2;margin-left:auto;margin-right:auto;overflow-x:scroll;width:100%}
 table thead th{padding:10px;font-weight:bold;background:#f3f3f2;border-right:3px solid white}
 table tbody th{width:25%;padding:12px;vertical-align:top;background:#17184b;border:1px solid #f3f3f2;vertical-align:middle}
 table td{padding:12px 18px;color:black;vertical-align:top;border:1px solid #f3f3f2;background:#fff;vertical-align:middle}
 table td a{color:#2196F3}

 copyright {float: none;}
 /*横に流れ続ける画像たち */
.slider1 {
  display: flex;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height:230px;
  overflow: hidden;
}
.slider1 ul{
	display:flex;
	padding: 0;
	margin:0;
}
.slider1 li{
	width:360px;
	list-style: none;
}
.slider1 ul:first-child {
  animation: slide1 150s -75s linear infinite;
}

.slider1 ul:last-child {
  animation: slide2 150s linear infinite;
}
@keyframes slide1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes slide2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
 /*アイコン宣伝の帯 */
.support {
  background-color: #3f3f3f;
  margin: 0 calc(50% - 50vw);
  padding: 4px calc(50vw - 50% + 8px);
  width: 100vw;
 padding-top: 1.5rem;
 padding-bottom: 1.5rem;
}
 /*一般見出し（中央揃えオレンジのアンダーバーあり） */
.midashi {
  font-size: 2rem;
  position: relative;
  padding: 1.5rem;
  text-align: center;
  color: #17184b;
  background-color: transparent!important;
  border-bottom: none!important;
}

.midashi span {
  font-size: 1.4rem;
  font-weight: 400;
  display: block;
  color: #4c6cb3;
}

.midashi:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #c1ab05;
}

.single-post-main {padding-top:0;}

/*科目紹介トグル上のシンプルな見出し-金の横棒ついてるやつ*/
.toggle {
	position: relative;
	display: table-cell;
	padding-left: 55px!important;
}
.toggle:before {
	position: absolute;
	content: '';
	top: calc(50% - 5px);
	width: 40px;
	left: 0;
	height: 6px;
	border-top: solid 6px #c1ab05;
}


/*矢印下向き*/
.balloon{
  position: relative;
  background: #4c6cb3;
  padding: 2em;
  text-align: center;
  color: white;
  font-weight: 900;
  font-size: 1.5rem;
}
.balloon:after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -40px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #4c6cb3 transparent transparent transparent;
  border-width: 40px 40px 0 40px;
}