/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 02 2025 | 13:41:56 */
/* common
------------------------------- */

.slide-outer_wrap .slide, .slide-outer_wrap .slide .youtube {
background-color: rgba(0, 0, 0, 0.1);
}

/**  ボタン  */

.main .wp-block-button .wp-block-button__link{
    display: inline-block;
    padding: 15px 50px;
	background-image:url(/wp-content/uploads/2024/04/ff_arrow.png);
    background-color: #FF6EA5;
    background-position: 120% 50%;
    background-size: auto 30%;
    background-repeat: no-repeat;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #fff;
    text-decoration: none;
	border-radius:30px;
}

.main .wp-block-button .wp-block-button__link:hover {
    background-color: #F4015C;
    background-position: 95% 50%;
    color: #fff;
}

.main .wp-block-file .wp-block-file__button,.wp-block-button .wp-block-button__link{
    display: inline-block;
    padding: 18px 50px;
    border-style: solid;
    border-width: 1px;
    background-color: #FF6EA5;
    background-position: 120% 50%;
    background-size: auto 20%;
    background-repeat: no-repeat;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
  font-size:0.9rem;
  line-height:1.4;
}
.main .wp-block-file .wp-block-file__button:hover, .wp-block-button .wp-block-button__link:hover{
    border-color: #FE639D;
    background-color: #FE639D;
    background-position: 95% 50%;

    color: #fff;
}
.main .wp-block-button.lcw-kyusyoku-pdf_btn .wp-block-button__link:hover{
  background-position: 110% 50%;
}

/**  ボタン2  */
.btn,
a.btn,
button.btn {
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
	width:100%;
}
@media screen and (max-width: 640px) {
	.btn,
a.btn,
button.btn  {
  text-align:left !important;
	padding-left:1em;
}
}
ul.t_menu{margin:0 auto !important;
width:1000px;}
.t_menu li{
	width:22%;
	margin:1%;
	display:inline-block;
	text-decoration: none;
}
@media screen and (max-width: 640px) {
	ul.t_menu{
		width:96%;
		margin:0 auto;
	}
	ul.t_menu li{
	width:41%;
	margin:3%;
}
}
a.btn-flat {
  overflow: hidden;
  border-radius: 0;
  background:#D7F0C1;
	text-decoration: none;
}


a.now{
	background: #8ED555;
}

.small_bt a{
	background:#E97E70;
	color:#fff;
	font-size:0.8rem;
	transition: all 500ms ease;
	border-radius:40px;
	text-decoration:none;
	padding:0.2em 2em;
	margin:0.2em;
}
.small_bt a:hover{
	background:#CE3620;
}

@media screen and (max-width:700px) {
	.small_bt a{
		display:block;
		margin:0.5em;
	}
}
/* メールフォーム
------------------------------- */
#mail_form * {
	margin: 0;
	padding: 0;
}

#mail_form {
	width: 100%;
	margin: 50px auto;
	padding: 10px 0;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 7px;
	box-shadow: 0 0 7px rgba( 0, 0, 0, 0.2 );
	font-size: 95%;
	line-height: 1.8;
}

#mail_form dl {
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
}

#mail_form dl dt {
	clear: both;
	width: 20%;
	float: left;
	border-top: 1px solid #cccccc;
	border-left:none;
	padding: 15px 0;
	text-align: right;
	overflow: hidden;
	font-size:0.8rem;
}

#mail_form dl dd {
	font-size:0.8rem;
	width: 75%;
	float: right;
	border-top: 1px solid #cccccc;
	padding: 15px 0 15px 5%;
	border-left:none;
	line-height:2;
}

#mail_form dl dt:first-child,
#mail_form dl dt:first-child + dd {
	border: none;
}

#mail_form dl dt span {
	display: block;
	font-size: 85%;
	color: #3377ff;
}

/* -- for JavaScript ここから -------------------------------------------------------------------------------- */

p.required img{
	padding:1%;
	display:inline-block;
	}

#mail_form dl dt span.required {

}

#mail_form dl dt span.optional {
	background: #337ab7;
	border: 1px solid #2e6da4;
}

#mail_form dl dd span.error_blank,
#mail_form dl dd span.error_format,
#mail_form dl dd span.error_match {
	display: block;
	color: #ff0000;
	margin-top: 3px;
}


span.loading {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border-top: 5px solid rgba( 255, 255, 255, 0.2 );
	border-right: 5px solid rgba( 255, 255, 255, 0.2 );
	border-bottom: 5px solid rgba( 255, 255, 255, 0.2 );
	border-left: 5px solid #ffffff;
	-webkit-transform: translateZ( 0 );
	-ms-transform: translateZ( 0 );
	transform: translateZ( 0 );
	-webkit-animation: load-circle 1.0s linear infinite;
	animation: load-circle 1.0s linear infinite;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
}

@-webkit-keyframes load-circle {
	0% {
		-webkit-transform: rotate( 0deg );
		transform: rotate( 0deg );
	}
	100% {
		-webkit-transform: rotate( 360deg );
		transform: rotate( 360deg );
	}
}

@keyframes load-circle {
	0% {
		-webkit-transform: rotate( 0deg );
		transform: rotate( 0deg );
	}
	100% {
		-webkit-transform: rotate( 360deg );
		transform: rotate( 360deg );
	}
}
.paging{
	text-align:center;
}
#mail_form input[type="submit"],#mail_form input[type="button"]{

padding:0.4em 2em;
cursor:pointer;
border-radius:6px;
border:none;
color:#fff;
text-decoration:none;
font-size:20px;
background:#0085B2;
transition:.6s;
	margin:3% auto;
}
#mail_form input[type="submit"]:hover,#mailform input[type="button"]:hover{
background:#00A8DF;
}

/* -- for JavaScript ここまで -------------------------------------------------------------------------------- */


#mail_form input[type="text"],
#mail_form input[type="email"],
#mail_form input[type="tel"] {
	max-width: 90%;
	padding: 7px 2%;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background: #fafafa;
	-webkit-appearance: none;
	font-size: 100%;
	font-family: inherit;
	margin-top: 7px;
}

#mail_form input[type="text"]:focus,
#mail_form input[type="email"]:focus,
#mail_form input[type="tel"]:focus,
#mail_form textarea:focus {
	box-shadow: 0px 0px 5px #55ccff;
	border: 1px solid #55ccff;
	background: #ffffff;
}

#mail_form .wpcf7-list-item {
	margin-right: 10px;
	margin-top: 10px;
	display:block;
}

#mail_form select {
	font-size: 100%;
	font-family: inherit;
	margin-top: 10px;
	max-width: 50%;
}

#mail_form textarea {
	display: block;
	width: 90%;
	max-width: 90%;
	height: 200px;
	padding: 7px 2%;
	resize: vertical;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background: #fafafa;
	-webkit-appearance: none;
	font-size: 100%;
	font-family: inherit;
}


#mail_form ul {
	list-style-type: none;
}

#mail_form ul li label:hover {
	cursor: pointer;
}


#mail_form input#company {
	width: 60%;
}

#mail_form input#name_1,
#mail_form input#name_2,
#mail_form input#read_1,
#mail_form input#read_2,
#mail_form input#zip,
#mail_form input#phone,
#mail_form input#nenrei {
	width: 30%;
}

#mail_form input#mail_address,
#mail_form input#mail_address_confirm {
	width: 80%;
}

#mail_form input#postal + a {
	display: inline-block;
	padding: 5px 15px;
	border: 1px solid #46b8da;
	border-radius: 3px;
	background: #5bc0de;
	font-size: 100%;
	color: #ffffff;
	text-decoration: none;
}

#mail_form input#postal + a:hover {
	cursor: pointer;
	background: #31b0d5;
	border: 1px solid #269abc;
}

#mail_form input#address {
	width: 90%;
}


#mail_form p#form_submit {
	width: 90%;
	margin: 0 auto;
	padding: 15px 0;
	border-top: 1px solid #cccccc;
}

#mail_form input[type="button"] {
	padding: 7px 20px;
	border: 1px solid #4cae4c;
	border-radius: 3px;
	background: #5cb85c;
	font-size: 100%;
	color: #ffffff;
	font-family: inherit;
	-webkit-appearance: none;
}

#mail_form input[type="button"]:hover {
	cursor: pointer;
	background: #449d44;
	border: 1px solid #398439;
}

#mail_form input#form_submit_button {
	margin-left: 35%;
}








/* -- responsive ----------------------------------------------------------------------------------------------------------------- */

/* 1000pixel start */
@media screen and ( max-width: 1000px ) {

#mail_form {
	width: 95%;
	font-size: 100%;
}

#mail_form dl {
	overflow: visible;
}

#mail_form dl dt {
	width: auto;
	float: none;
	text-align: left;
	padding: 15px 0 5px;
	font-weight: bold;
}

#mail_form dl dd {
	width: auto;
	float: none;
	border-top: none;
	padding: 0px 0 20px 0px;
}

#mail_form dl dt span {
	font-weight: normal;
}


/* -- for JavaScript ここから -------------------------------------------------------------------------------- */

#mail_form dl dt span.required,
#mail_form dl dt span.optional {
	margin-right: 1em;
	margin-bottom: 2em;
}


/* -- for JavaScript ここまで -------------------------------------------------------------------------------- */

#mail_form input[type="text"],
#mail_form input[type="email"],
#mail_form input[type="tel"] {
	margin-top: 0px;
}

#mail_form input#postal + a {
	padding: 6px 15px 5px;
}

#mail_form input#form_submit_button {
	margin-left: 0;
}

#mail_form select {
	font-size: 16px;
	margin-top: 0;
}

#mail_form input#phone,
#mail_form input#schedule {
	width: 50%;
}

}
/* 1000pixel end */

p.att_txt{
	width:80%;
	margin:1em auto !important;
	text-align:center;
	font-size:0.9rem;
	padding:0.5em 0;
	border:1px solid #FF6A06;
	background:#FFF2E6;
	
}
.wpcf7-response-output{
	width:100%;
	margin:1em auto !important;
	text-align:center;
	font-size:0.9rem;
}
@media screen and (max-width:800px){
	p.att_txt,.wpcf7-response-output{
		width:100%;
	}
}
/* WPバージョンアップ対応（202304）
------------------------------- */
.post-wrap h2.hata {
  position: relative;
  font-size: 1.4rem;
  font-family: "Rounded Mplus 1c";
  background-image: url(/wp-content/themes/hoiku-Vol4/img/page/page-h2-bg.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 130px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 60px 0 20px;
  font-weight: normal;
}
@media screen and (max-width: 800px) {
  .post-wrap h2.hata {
    font-size: 1rem;
    height: 100px;
    margin: 40px 0 20px;
    background-size: contain;
  }
}
.post-wrap h2.hata::before {
  content: "";
  display: block;
  width: 45px;
  height: 49px;
  background-image: url(/wp-content/themes/hoiku-Vol4/img/icon/flag02.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: -15px;
  left: 50%;
  -webkit-transform: translate(-20%, 0);
          transform: translate(-20%, 0);
}
.post-wrap h3.h3_basic {
  font-size: 1.2rem;
  padding: 20px 20px 20px 70px;
  position: relative;
  background-color: #ffe4ca;
  line-height: 1.3em;
  margin: 40px 0 20px;
  font-weight: normal;
}
@media screen and (max-width: 800px) {
  .post-wrap h3.h3_basic {
    font-size: 1rem;
    padding: 10px;
  }
}
.post-wrap h3.h3_basic::before {
  content: "";
  display: block;
  position: absolute;
}
.post-wrap h3.h3_basic::before {
  background-image: url(/wp-content/themes/hoiku-Vol4/img/icon/flag03.png);
  width: 83px;
  height: 36px;
  top: -10px;
  left: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 800px) {
  .post-wrap h3.h3_basic::before{
    left: -10px;
    top: -20px;
  }
}
.post-wrap h3.h3_basic::after {
  background-image: url(/wp-content/themes/hoiku-Vol4/img/common/dots02.png);
  background-repeat: repeat-x;
  background-size: contain;
  width: 100%;
  height: 4px;
  bottom: 3px;
  left: 0;
}
.post-wrap h4.h4_basic{
  font-size: 1rem;
  margin: 40px 0 20px;
  padding-left: 50px;
  position: relative;
  font-weight: normal;
}
@media screen and (max-width: 800px) {
  .post-wrap h4.h4_basic {
    padding-left: 20px;
  }
}
.post-wrap h4.h4_basic::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(/wp-content/themes/hoiku-Vol4/img/common/list-circle.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (max-width: 800px) {
  .post-wrap h4.h4_basic::before {
    width: 15px;
    height: 15px;
    left: 0;
  }
}


