/*
Theme hakuyo
Template:twentytwenty
Version: 2.0
*/
/* CSS Document */
/*////// background //////*/
body{
	padding: 0;
	margin: 0;
}
.bg {
  background: url("../img/bg_03.jpg") repeat;
}
.bg_02 {
  background: url("../img/bg_16.jpg") repeat;
}
.bg_04 {
  background: url("../img/bg_01.jpg") repeat;
}
/*////// content //////*/
#content_entry {
  width: 100%;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
#content_entry p {
  line-height: 1.3;
}
#content_entry header{
	display: none;
	border-radius: 0 0 6px 6px; 
box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 20%);
	padding: 10px 20px;
	background: rgba(255,255,255,.9);
	width: 90%;
	margin: 0 auto;
	z-index: 9999;
	}
/* 上部に固定させるスタイルを用意 */
#content_entry .fixed{
	display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
#content_entry header .logo{
	text-align: left;
	padding-bottom: 10px;
	}
#content_entry header .logo img{
	width: auto;
	margin: 0;
	}
#content_entry header h1{
	font-size: inherit;
	text-align: left;
	margin: 0;
	padding: 0;
	}
	#content_entry header .otoiawase a{
		display: block;
		position: absolute;
		top: 10px;
		background: #e88139;
		border-radius: 4px;
		color: #fff;
		padding: 10px;
		}
	#content_entry header .otoiawase a:hover{
		background: #F60;
		}
	#content_entry header .otoiawase .far{
		color: #fff;
		}
.btn_entry, .btn_entry_02 {
  color: #fff;
}
.btn_entry a {
  position: fixed;
	top: 320px;
	right: 0;
  display: block;
  background: #1a4db6;
  color: #fff;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  padding: 15px;
  z-index: 99999;
}
.btn_entry_02 a{
	position: fixed;
  top: 150px;
  right: 0;
	display: block;
	background: #e88139;
	color: #fff;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
	padding: 15px;
	z-index: 99999;
}
.pc_img {
  display: block;
}
.sp_img {
  display: none;
}
#content_entry .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 15px;
  text-align: center;
}
h2 {
  font-size: 38px;
  font-weight: bold;
  text-align: center;
}
.ttl {
  display: inline-block;
  border-bottom: 2px solid #000;
  border-top: 2px solid #000;
  padding: 30px 15px;
  margin-bottom: 60px;
  position: relative;
}
.ttl img {
  position: absolute;
  right: -30px;
  top: -40px;
}
h2.title_bg_01 {
  background: #1039a1;
	color: #fff;
  text-align: center;
  padding: 30px 10px;
  font-size: 46px;
  border-top: 4px dotted #fff;
}
h2.title_bg_02 {
  background: #e9740c;
	color: #fff;
  text-align: center;
  padding: 30px 10px;
  font-size: 46px;
  border-top: 4px dotted #fff;
}
h2.title_bg_01 span, h2.title_bg_02 span {
  display: block;
  font-size: 36px;
  font-weight: bold;
}
#content_entry .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#content_entry .col-2 {
  width: 48%;
  margin: 0 1%;
}
#content_entry .col-3 {
  width: 32%;
  margin: 10px 0.65%;
}
.txt_center {
  text-align: center;
}
.txt_left {
  text-align: left;
}
.txt_right {
  text-align: right;
}
.btn a {
  display: block;
  width: 90%;
  margin: 20px auto 0;
  padding: 10px;
  border-radius: 4px;
  color: #fff;
}
.btn_02 a {
  display: inline-block;
  margin: 20px auto 0;
  padding: 15px;
  border-radius: 4px;
  border: 2px solid #333;
}
.btn.kashiwa a {
  background: #039;
}
.btn.minami a {
  background: #393;
}
.btn.edogawadai a {
  background: #F03;
}
.btn.org a {
  background: #ed8924;
}
/*////// nav //////*/
.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity .5s;
}
.overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.menu-trigger {
  background: rgba(0, 71, 157, 0.1);
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  cursor: pointer;
  position: absolute;
  top: 40px;
  right: 10px;
  z-index: 100; /*   transform: translateX(0);
  transition: transform .5s;
 */
}
/* .menu-trigger.active {
  transform: translateX(-250px);
}
 */ .menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 10%;
  width: 80%;
  height: 4px;
  background-color: #00479d;
  transition: all .5s;
}
.menu-trigger.active span {
  background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
  top: 6px;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(12px) rotate(-45deg);
}
.menu-trigger span:nth-of-type(2) {
  top: 18px;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 6px;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-12px) rotate(45deg);
}
nav ul {
  display: block;
}
nav {
  color: #fff;
  font-size: 14px;
  width: 280px;
  height: 100%;
  padding-top: 160px;
  padding-left: 10px;
  background-color: rgba(0, 71, 157, 1);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  transform: translate(280px);
  transition: all .5s;
}
nav.open {
  transform: translateZ(0);
}
nav col {
  width: 100%;
}
nav li {
  width: 100%;
}
nav li a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 20px;
  border-bottom: 1px solid #fff;
}
/*////// pageNav //////*/
#pageNav {
  max-width: 1000px;
  margin: 20px auto;
}
#pageNav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
#pageNav li {
  color: #fff;
  width: 48%;
  margin: 10px 1%;
  text-align: center;
  border-radius: 4px;
}
#pageNav li a {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  display: block;
  padding: 15px;
}
#pageNav .ex {
  background: #265de8;
}
#pageNav .training {
  background: #f8c806;
}
@media screen and (max-width: 480px) {
  #pageNav li {
    width: 98%;
  }
}
/*------ area10 ------*/
#area10 h3 {
  font-size: 26px;
}
/*------ area01 ------*/
#area01 {}
#area01 h3 {
  background: #f75a23;
  border-radius: 6px;
  font-size: 28px;
  color: #fff;
  padding: 6px;
  margin-bottom: 20px;
}
#area01 .col-3 {
  background: #fff;
  border-radius: 6px;
  padding: 15px;
}
/*------ area02 ------*/
#area02 {}
#area02 h3 {
  font-size: 32px;
  text-align: left;
}
#area02 p {
	font-size: 26px;
  margin-top: 15px;
  margin-bottom: 40px;
  text-align: left;
  line-height: 1.5;
}
.far {
  color: #1a4db6;
}
@media screen and (max-width: 780px) {
#area02 h3 {
  font-size: 26px;
}
#area02 p {
	font-size: 22px;
}
}
@media screen and (max-width: 480px) {
#area02 h3 {
  font-size: 22px;
}
#area02 p {
	font-size: 18px;
}
	
}
/*------ area03 ------*/
#area03 {
  background: url(../img/2024_06/spiral_bg.jpg) no-repeat center center;
  background-size: cover;
}
#area03 h2 {
  display: inline-block;
  color: #fff;
  border: 2px solid #fff;
  padding: 20px;
}
#area03 p {
  color: #fff;
  line-height: 1.5;
}
/*------ area04 ------*/
#area04 {}
#area04 .box {
  background: #ceefff;
  border-radius: 6px;
  padding: 20px 15px;
}
#area04 p {
  line-height: 1.5;
}
/*------ tokuten ------*/
.box_w {
  margin: 0 auto;
  background: #fff;
  border-radius: 6px;
  padding: 20px 15px;
  line-height: 1.5;
}
/*------ area05 ------*/
#area05 {}
#content_entry #area05 img {
  margin: 0;
}
#area05 .col {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
}
#area05 .col-2 {
  margin-bottom: 40px;
}
#area05 .col-2 p {
  margin: 10px;
}
#area05 .course_01 {
  border: 2px solid #e75584;
  background: #fff;
}
#area05 .course_02 {
  border: 2px solid #f5ab31;
  background: #fff;
}
#area05 .course_03 {
  border: 2px solid #3ea2d9;
  background: #fff;
}
#area05 .course_04 {
  border: 2px solid #81bd35;
  background: #fff;
}
#area05 .course_05 {
  border: 2px solid #8f82bc;
  background: #fff;
}
#area05 .course_05 .col-2:first-child {
  padding: 0;
  margin: 0;
}
.taisyou {
  width: 70%;
  border-radius: 6px;
  color: #fff;
  text-align: center;
  padding: 10px;
  margin: 30px auto 20px;
}
#area05 .course_01 .taisyou {
  background: #e75584;
}
#area05 .course_02 .taisyou {
  background: #f5ab31;
}
#area05 .course_03 .taisyou {
  background: #3ea2d9;
}
#area05 .course_04 .taisyou {
  background: #81bd35;
}
#area05 .course_05 .taisyou {
  background: #8f82bc;
}
/*------ area07 ------*/
#area07 .col-2 {
  width: 50%;
  margin: 0;
}
#area07 .box {
  background: #fff;
  border-radius: 6px;
  padding: 20px 15px;
  margin: 10px 5px;
}
#area07 .box h4 {
  font-weight: bold;
  padding: 6px;
}
#area07 .box h5 {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  padding: 6px;
  margin-bottom: 6px;
  margin-top: 6px;
  border-radius: 4px;
}
#area07 .box h5.kashiwa {
  background: #69F;
}
#area07 .box h5.minami {
  background: #3C6;
}
#area07 .box h5.edogawadai {
  background: #F66;
}
#area07 .box p {
  line-height: 1.5;
}
/*------ voice ------*/
#voice{
	background: url("../img/anniversary45/bg_04.jpg") repeat;
	}
#voice .ttl img{
	top: -40px;
	right: 0;
	}
#content_entry #voice p{
	line-height: 1.5;
}
#voice .member, #voice .coach{
	text-align: left;
	margin-top: 40px;
	}
#content_entry .member img, #content_entry .coach img{
	width: auto;
	margin: 0;
	padding-bottom: 10px;
	}
#voice .member .voicebox{
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	display: flex;
}
#voice .member .voicebox .ph{
	width: 25%;
	padding: 10px;
}
#voice .member .voicebox .txt{
	width: 75%;
	padding: 20px;
}
#voice .voicebox .txt .name{
	margin-bottom: 10px;
	font-weight: 600;
}
#voice .voicebox .txt span{
	display: inline-block;
	background: #333;
	border-radius: 60px;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	padding: 6px 20px;
	margin-bottom: 15px;
}
#voice .voicebox .txt .s_kashiwa span{
	background: #0075a9;
}
#voice .voicebox .txt .s_minami span{
	background: #32b16c;
}
#voice .voicebox .txt .s_edogawadai span{
	background: #e60012;
}
#voice .coach ul{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	margin-top: 60px;
}
#voice .coach ul li{
	width: 31.333%;
	margin: 10px 1% 80px;
	display: flex;
	align-items: stretch;
}
#voice .coach .voicebox{
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	text-align: center;
}
#voice .voicebox .txt p.cmt{
	text-align: left;
}

#voice .coach .voicebox img{
	width: 160px;
	margin-top: -100px;
	margin-left: auto;
	margin-right: auto;
}

 @media screen and (max-width: 780px) {
#voice .member .voicebox{
	display: block;
}
#voice .member .voicebox .ph, #voice .member .voicebox .txt{
	width: 100%;
	padding: 10px;
}
#voice .member .voicebox .txt{
	padding: 10px 0;
}
#voice .member, #voice .coach{
	text-align: center;
	}
#voice .member .voicebox .ph img{
	margin: auto;
	
}
#voice .voicebox .txt p.cmt{
	text-align: left;
}
#voice .coach ul li{
	width: 98%;
}
}
/*------ area09 ------*/
#area09 {
  background: url(../img/bg_02.jpg) repeat;
}
#content_entry #area09 img {
  margin: 0;
}
#area09 h2 {
  border: 2px solid #000;
  padding: 20px;
}
#area09 h3 {
  color: #1561bf;
  margin-bottom: 20px;
}
#area09 p {
  display: inline;
  text-align: left;
  line-height: 2;
  padding-bottom: 5px;
  border-bottom: 1px dotted #000;
}
/*------ area10 ------*/
#area10 {
  background: url(../img/2024_06/bg_02.jpg) repeat;
}
#area10 h2 {
  padding: 20px;
}
#area10 h3 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  background: #f2cae6;
  padding: 16px 10px;
  border-radius: 10px;
}
/*------  ------*/
footer {
  text-align: center;
  padding: 20px 10px;
}
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 50px;
  background: #00479d;
  opacity: 0.8;
}
#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
/*////// entry_form //////*/
#content_entry h1.entry-title, #site-content h1.entry-title {
  font-size: 28px;
  text-align: center;
  background: #00a0e9;
  border-radius: 4px;
  color: #fff;
  padding: 20px;
  margin-top: 40px;
}
#content_entry .entry-content h3 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #333;
  border-top: 1px solid #333;
  padding: 30px 10px;
}
#content_entry .entry-content li {
  font-size: 16px;
  border-bottom: 1px solid #333;
  padding: 30px 10px;
}
#content_entry .entry-content li a {
  display: block;
  background: #09F;
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 10px;
  color: #fff;
}
#content_entry .entry-content li a:hover {
  background: #6CF;
}
#content_entry #site-content .post-meta {
  display: none;
}
#content_entry #site-content .post-inner {
  padding-top: 40px;
}
.page-id-37 #content_entry #site-content .post-inner {
  padding-top: 0;
}
#content_entry #site-content p.date {
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 20px;
}
#content_entry .entry-content .event-categories li {
  border-bottom: none;
  padding: 0;
}
#content_entry .section-inner.medium {
  width: 100%;
}
.single-event #content_entry .entry-content h3 {
  margin: 30px auto;
  padding: 30px 0;
}
.single-event #content_entry .entry-content .em-booking-form-details {
  width: 100%;
}
.single-event #content_entry .entry-content .em-booking-form-details p {
  padding-bottom: 20px;
}
.single-event #content_entry .entry-content .em-booking-form label {
  width: 100%;
}
.em-booking-buttons {
  text-align: center;
}
.em-booking-form-details input.input, .em-booking-form-details textarea {
  width: 100%;
  border-radius: 4px;
}
#em-wrapper th {
  border: 1px solid #ccc;
}
#em-wrapper tr {
  border-bottom: 1px solid #666;
}
#em-wrapper th, #em-wrapper td {
  padding: 16px 10px;
}
#em-wrapper td:last-child a {
  display: block;
  background: #09F;
  border-radius: 4px;
  padding: 10px;
  color: #fff;
  font-weight: bold;
}
#em-wrapper td:last-child a:hover {
  background: #6CF;
}
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  max-width: 88rem;
  margin: 0 auto;
}
.css-events-list table.events-table th.event-time {
  width: auto;
}
/*////// wpcf7 //////*/
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="url"], .wpcf7 textarea {
  background-color: #fff;
  color: #333;
  width: 98%;
  border: 1px solid #ddd;
  font-size: 100%;
  padding: 0.5em;
  margin-top: 6px;
  border-radius: 4px;
  font-size: 16px;
}
.wpcf7 select {
  font-size: 16px;
}
.wpcf7 .wpcf7-submit {
  display: block;
  width: 180px;
  margin: 40px auto 0;
}
.wpcf7 {
  width: 95%;
  margin: 0 auto;
}
.wpcf7 p {
  margin-bottom: 30px;
}
.wpcf7 p span {
  font-size: 12px;
  color: #F00;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #cd2653;
  color: #cd2653;
}
.wpcf7 form .wpcf7-response-output {
  margin: 10px;
}
/*------ mv ------*/
#mv {
  background: url(../img/2022_02/bg_02.jpg) repeat;
}
#mv .inner {
  max-width: 480px;
}
 @media screen and (max-width: 770px) {
.pc_img {
	display: none;
}
.sp_img {
	display: block;
}
}
/*------ pool ------*/
.slider_pool {
margin: 15px;
}
.slider_pool button:not(.toggle), .button, .faux-button, .wp-block-button__link, .wp-block-file .wp-block-file__button, input[type="button"], input[type="reset"], input[type="submit"], .bg-accent, .bg-accent-hover:hover, .bg-accent-hover:focus, :root .has-accent-background-color, .comment-reply-link {
	background-color: #fff;
	color: #333;
}
.slider_pool .slick-prev:before, .slider_pool .slick-next:before {
    color: #000;/*黒にする*/
    opacity: 1;/*デフォルトは.75が指定されている*/
}
/*------ school ------*/
#school .s_kashiwa, #school .s_minamimasuo{
	border-bottom: 1px solid #ccc;
	margin-bottom: 60px;
}
#school .btn a{
	display: block;
	border-radius: 10px;
	font-size: 18px;
	font-weight: bold;
	width: 340px;
	margin: 20px auto 60px;
	padding: 20px;
}
#school .s_kashiwa .btn a{
	background: #003399;
}
#school .s_minamimasuo .btn a{
	background: #339934;
}
#school .s_edogawadai .btn a{
	background: #ff0033;
}
#school .head{
	display: flex;
	align-items: center;
	
}
#school .head .img{
	width: 60%;
	
}
#school .head .s_name{
	width: 40%;
}
#school .head h3{
	border-radius: 10px;
	color: #fff;
	font-size: 38px;
	font-weight: bold;
	letter-spacing: 0.05em;
	padding: 40px 10px;
	margin: 20px;
}
#school .head h3 span{
	display: block;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
}
#school .s_kashiwa .head h3{
	background: #003399;
}
#school .s_minamimasuo .head h3{
	background: #339934;
}
#school .s_edogawadai .head h3{
	background: #ff0033;
}
#school ul{
	margin-top: 40px;
	text-align: left;
}
#school ul.check li{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	background-image: url("../img/icon_check_y.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	background-size: auto 40px;
	padding-left: 45px;
	line-height: 40px;
}
#school .phbox{
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#school .phbox img{
	width: 31.333%;
	margin: 10px 1%;
}
 @media screen and (max-width: 780px) {
#school .head{
	display: block;	
}
#school .head .img, #school .head .s_name{
	width: 100%;	
}
#school .head h3{
	font-size: 30px;
	padding: 20px 10px;
	margin: 10px 0;
}
#school .phbox img{
	width: 48%;
}
}
 @media screen and (max-width: 480px) {
#school .head h3{
	font-size: 28px;
}
#school .head h3 span{
	font-size: 16px;
}
#school .phbox img{
	width: 98%;
}
#school ul.check li{
	font-size: 18px;
}
}
 @media screen and (max-width: 480px) {
/*////// media //////*/
@media screen and (max-width: 960px) {
  .pc_none {
    display: block;
  }
  .sp_none {
    display: none;
  }
  #content_entry .col {
    display: block;
  }
  #content_entry .col-2 {
    width: 100%;
    margin: 10px 0;
  }
  #content_entry .col-3 {
    width: 100%;
    margin: 10px 0;
  }
  h2 {
    font-size: 32px;
    line-height: 1.2;
  }
  /*------ area03 ------*/
  #area03 h2 {
    font-size: 24px;
  }
  #area03 p {
    text-align: left;
  }
  /*------ area05 ------*/
  #area05 .col {
    display: flex;
  }
  #area05 .col-2 {
    width: 49%;
    margin: 5px 0.5%;
  }
  /*------ area07 ------*/
  #area07 .col-2 {
    width: 100%;
    margin: 0 0 40px;
  }
  /*------ voice ------*/
  #content_entry #voice .col-f, #content_entry #voice .col-l, #content_entry #voice p:first-child, #content_entry #voice p:last-child {
    width: 100%;
  }
  #content_entry #voice .col-f, #content_entry #voice p:first-child {
    text-align: center;
  }
}
@media screen and (max-width: 770px) {
  .pc_img {
    display: none;
  }
  .sp_img {
    display: block;
  }
  /*------ area10 ------*/
  #area10 h3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 480px) {
  /*////// font //////*/
  .f20 {
    font-size: 16px;
  }
  .f24 {
    font-size: 20px;
  }
  .f26 {
    font-size: 22px;
  }
  .f30 {
    font-size: 26px;
  }
  .f36 {
    font-size: 32px;
  }
  .f40 {
    font-size: 36px;
  }
#content_entry header{
	width: 98%;
	padding: 15px 10px;
	}
.btn_entry a{
	width: 50%;
	top:auto;
	bottom: 0;
	right: 0;
	text-align: center;
  -ms-writing-mode: tb-rl;
  writing-mode:horizontal-tb;
  text-orientation: upright;
}
.btn_entry_02 a{
	width: 50%;
	top:auto;
	bottom: 0;
	left: 0;
	text-align: center;
  -ms-writing-mode: tb-rl;
  writing-mode:horizontal-tb;
  text-orientation: upright;
}
  #content_entry header {
    height: 60px;
  }
.menu-trigger {
  top: 10px;
}
#content_entry header .logo{
	padding-bottom: 0;
	}
#content_entry header .logo img{
	width: 45%;
	}
  h2 {
    font-size: 28px;
  }
h2.title_bg_01, h2.title_bg_02 {
    font-size: 28px;
}
h2.title_bg_01 span, h2.title_bg_02 span {
    font-size: 20px;
}
  #area10 h2 {
    font-size: 20px;
  }
  #area10 h3 {
    font-size: 24px;
  }
  footer {
    font-size: 12px;
  }
  #content_entry h1.entry-title, #site-content h1.entry-title {
    margin-top: 20px;
  }
  /*------ area05 ------*/
  #area05 .col {
    display: block;
  }
  #area05 .col-2 {
    width: 100%;
  }
  /*------ area10 ------*/
  #area10 h3 {
    font-size: 18px;
  }
}