@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

.-series .c-headLogo{
	display:none;
}

.l-header {
    padding: 10px 0 30px;
}

.-series .l-header__inner {
        align-items: baseline;
}

.-series-right .c-gnavWrap {
        margin: 0 auto;
    }

.l-header__barInner {
    display: none;
}

/* フォント */
body{
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
.p-postList .p-postList__title, .c-postTitle__ttl{
	font-weight: 500;
}

.h2_blue{
  font-weight: 500;
	letter-spacing:0.1em;
	font-size:24px;
	color:#9fb8c4 !important;
}

.h2_blue .mininote span{
	font-weight: 400;
	margin: 0;
    display: block;
	color:#9fb8c4;
}

.h2_white{
  font-weight: 500;
	letter-spacing:0.1em;
	font-size:24px;
}
.h2_white .mininote span{
	font-weight: 400;
	margin: 0;
    display: block;
}

.p-articleThumb__img, .p-articleThumb__youtube {
    box-shadow: none;
}



/* コンタクトフォーム */
.wpcf7 {
  max-width: 100%;
  box-sizing: border-box;
  position: relative;
  height: 1300px;
margin:30px 0 70px;
}
.wpcf7-form {
/*   position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);/* コンタクトフォームを中央よせ */ */
  height: auto;
  width: 100%;
	max-width: 600px;
}
.wpcf7 dd {
  margin: 0 0 30px 0;
}
.wpcf7 dt {
  font-weight: normal;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.wpcf7 input, 
.wpcf7 textarea {
  width: auto;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #ccc;
  line-height: 1.2;
  padding: 8px;

}
.wpcf7 select,.wpcf7 input[type=checkbox], .wpcf7 input[type=radio] {
  width: auto;
  max-width: 97%;
  border: 1px solid #ccc;
  padding: 8px;
}
/* 必須マーク */
.wpcf7 .must {
  color: #FFF;
  border-radius: 3px;
  font-size: 10px;
  margin-left: 10px;
  padding: 5px 10px;
  letter-spacing: 2px;
  background: #e88787;
}
/* 同意チェック */
.accept-this{
  text-align: center;
}
/* 送信ボタン */
.btn_contact7 {
  margin-top: 5%;
  text-align: center;
  position: relative;
}
.btn_contact7 input {
  width: 100%;
  padding: 4% 0%;
  background-color: #87abca;
  color: #FFF;
  font-size: 1.1em;
  font-weight: bold;
  letter-spacing: 0.2em;
  border: 1px solid #87abca;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;	
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
	border-radius: 100px;
}
.btn_contact7 input:hover {
  background-color: #FFF;
  color: #87abca; 
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #fff;
}
.wpcf7-list-item {
    font-size: 0.8em;
	line-height:0.8em;
}