@charset "UTF-8";
/* 	
CSS common.css */
/*
base #191919
purple #235BC8
red #f90307
*/


/*///////////////////////////////////
Frame / Block
///////////////////////////////////*/

body { font-family: 'Arial','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif; font-size: 1.6rem; color: #191919; line-height: 2.1; letter-spacing: 0.12em; }
body:after { content: ""; height: 360px; width: 100%; position: fixed; top: 0; left: 0; background-image: linear-gradient(180deg, rgba(242, 240, 236, 1), rgba(242, 240, 236, 0)); z-index: -1; transition: 1s; }
body.fixed:after{ top: -100px; }
@media screen and (max-width: 767px) { 
	body { font-size: 1.4rem; line-height: 1.9; }
	body:after { height: 260px; }
	body.fixed:after{ top: -60px; }
}
/* bodyをふわっと */
body { animation: fadeIn 1.5s ease 0s 1 normal; }
@keyframes fadeIn {
    0% { opacity: 0 }
    100% { opacity: 1 }
}

/* section */
.section { padding: 180px 0; }
.section.min { padding: 100px 0; }
.section.fin { padding-bottom: 30px; }
.section.fin2 { padding-bottom: 100px; }
.section.bggrey { background: #f6f6f6;}
.section>.section:last-child { margin-bottom: 0; }
@media screen and (max-width: 767px){
	.section { padding: 100px 0; }
	.section.min { padding: 80px 0; }
	.section.fin {  padding-bottom: 30px; }
	.section.fin2 { padding-bottom: 80px; }
}

/* incnt */
.incnt { max-width: 1040px; width: 88%; margin: 0 auto; position: relative; }
.incnt.min { max-width: 880px; }
.incnt.wide { max-width: 1180px; }
.incnt.wider { max-width: 1340px; }
.incnt.fix { max-width: none; width: calc(100% - 120px); margin: 0 60px; }
.incnt.max { max-width: none; width: 100%; }
@media screen and (max-width: 1280px){
	.incnt.fix { width: calc(100% - 80px); margin: 0 40px; }
}
@media screen and (max-width: 1100px){
	.incnt, .incnt.max, .incnt.wider, .incnt.wide, .incnt.min { width: 88%; }
}
@media screen and (max-width: 767px){
	.incnt, .incnt.max, .incnt.wider, .incnt.wide, .incnt.min, .incnt.fix { width: 88%; margin: 0 auto; }
	.incnt.none { width: 100%; }
}

/* block */
.block {  }
.block.s1 { margin-bottom: 80px; }
.block.s2 { margin-bottom: 120px; }
@media screen and (max-width: 767px) {
	.block.s1 { margin-bottom: 60px; }
	.block.s2 { margin-bottom: 80px; }
}

/* 余白ボックス */
/* .padbox.min { } */

/* bgbox */
/*
.bgbox { background: #f7f7f7; padding: 40px 60px; }
.bgbox.white { background: #fff; }
.bgbox.min { padding: 40px; }
.bgbox.wide { padding: 60px; }
@media screen and (max-width: 767px) { 
	.bgbox, .bgbox.wide { padding: 60px; }
}
@media screen and (max-width: 639px) { 
	.bgbox, .bgbox.wide { padding: 40px 8%; }
}
*/

/* borderbox */
/*
.borderbox { border: 1px solid #235BC8; padding: 40px 60px; box-sizing: border-box; }
.borderbox.black { background: #191919; }
.borderbox.min { padding: 40px; }
.borderbox.wide { padding: 60px; }
@media screen and (max-width: 767px) { 
	.borderbox, .borderbox.wide { padding: 60px; }
}
@media screen and (max-width: 639px) { 
	.borderbox { padding: 8%; }
}
*/

.iframe { clear: both; text-align: center; position: relative; width: 100%; padding-top: 56.25%; }
.iframe iframe { position: absolute; top: 0; right: 0; width: 100% !important; height: 100% !important; }

.coverimg { width : 100%; height : 100%; -o-object-fit : cover; object-fit : cover; }



/*///////////////////////////////////
Text
///////////////////////////////////*/

.mincho { font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif; }
.gothic { font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;  }
.tategaki { -webkit-writing-mode: vertical-rl; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; display: inline-block; text-align: left; }
.noto { font-family: "Noto Sans JP", sans-serif; font-optical-sizing: auto; font-weight: 500; font-style: normal; letter-spacing: 0.1em; font-feature-settings : "palt"; }
.poppins { font-family: "Poppins", sans-serif; font-optical-sizing: auto; font-weight: 500; letter-spacing: 0.04em; line-height: 1.2; }
@media screen and (max-width: 767px) { 
}

/* 約物半角　*/
.palt { font-feature-settings: "palt"; letter-spacing: .18em; }

/* txt */
.txtsmall { font-size: 1.4rem; }
.txtbig { }
.txtbig.s1 { font-size: 3.2rem; font-weight: bold; line-height: 1.4; }
.txtbig.s2 { font-size: 2.4rem; font-weight: bold; line-height: 1.6; }
.txtbig.s3 { font-size: 2.0rem; font-weight: bold; line-height: 1.8; }
@media screen and (max-width: 767px) { 
	.txtsmall { font-size: 1.3rem; }
	.txtbig.s1 { font-size: 2rem; }
	.txtbig.s2 { font-size: 1.8rem; }
	.txtbig.s3 { font-size: 1.6rem; }
}

.txtred { color: #f90307; }
.txtblack { color: #191919; }
.txtwhite { color: #fff; }
.txt.green { color: #235BC8; }
.bg.green { background: #235BC8; }
.border.green { border: 1px solid #235BC8; }
.marker.green { background: linear-gradient(transparent 60%, #235BC8 0%); }

blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
blockquote{ border-left: 4px solid #ccc; padding-left: 10px; font-style: italic; color: #aaa; }
blockquote p { font-style: italic; }

p.indent,
ul.indent li,
ol.indent li { padding-left: 1em!important; text-indent: -1em; }

p.caution,
ul.caution li { padding-left: 1em!important; text-indent: -1em; }
p.caution:before,
ul.caution li:before { content:"※"!important; }

ul.none li,
ul.none li:before { content: ""!important; }

ul.dotlist li { padding-left: 1em!important; text-indent: -1em; }
ul.dotlist li:before { content:"●"!important; color: #235BC8; font-size: 0.7em; margin-right: 0.3em; }

ul.inbrock li { display: inline-block; margin-right: 1em; }
ul.inbrock li:last-child { margin-right: 0; }
@media screen and (max-width: 639px){
	ul.inbrock li { display: block; }
}




/*///////////////////////////////////
Title/Copy
///////////////////////////////////*/

/* majortitle */
.majortitle { display: flex; flex-direction: row; justify-content: space-between; padding-bottom: 20px; margin-bottom: 60px; border-bottom: 1px solid #bbb; position: relative; align-items: flex-end; }
.majortitle::after{ content: ""; background: #235BC8; width: 19%; height: 2px; position: absolute; bottom: -1px; left: 0; display: inline-block; z-index: 2;}
.majortitle .titlebox {display: flex;flex-direction: row;line-height: 1;align-items: flex-end;}
.majortitle .titlebox .en { font-size: 6rem; margin-right: 25px; letter-spacing: 0.01em; }
.majortitle .titlebox .jn { font-size: 1.8rem; padding-bottom: 15px;}
.majortitle .txt {line-height: 2.2; line-height: 2; }
@media screen and (max-width: 1100px){
	.majortitle { display: block; padding-bottom: 0; margin-bottom: 50px; text-align: center; border-bottom: none; }
	.majortitle::after { display: none;}
	.majortitle .titlebox {display: block;margin-bottom: 30px;}
	.majortitle .titlebox .en {font-size: 5rem; margin-right: 0; padding-bottom: 8px; }
	.majortitle .titlebox .jn { padding-bottom: 0;}
	.majortitle .txt {padding-right: 0; }
	.majortitle::after{ left: 0; right: 0; margin-left: auto; margin-right: auto; }
	.majortitle .link{ display: none; }
}
@media screen and (max-width: 767px){
	.majortitle {margin-bottom: 40px; border-bottom: none;}
	.majortitle::after { display: none;}
	.majortitle .txt {text-align: left; }
	.majortitle .titlebox .en { font-size: 3.4rem;}
	.majortitle .titlebox .jn { font-size: 1.6rem; }
}

/* sectitle */
.sectitle { margin-bottom: 50px; text-align: center; }
.sectitle .jn { font-size: 4rem; line-height: 1.6; margin-bottom: 20px; font-family: "Noto Sans JP", sans-serif; font-optical-sizing: auto; font-weight: 600; font-style: normal; letter-spacing: 0.1em; font-feature-settings : "palt"; }
.sectitle .en { font-size: 1.8rem; line-height: 1.2; color: #235BC8; font-family: "Poppins", sans-serif; font-optical-sizing: auto; font-weight: 500; letter-spacing: 0.02em; }
.sectitle span.inb { font-weight: 600;}
.sectitle.min { margin-bottom: 30px; }
@media screen and (max-width: 1100px) { 
	.sectitle .jn { font-size: 3.8rem; }
}
@media screen and (max-width: 767px) { 
	.sectitle { margin-bottom: 30px;  }
	.sectitle .jn { font-size: 2rem; margin-bottom: 10px; }
	.sectitle .en { font-size: 1.6rem; } 
	.sectitle.min { margin-bottom: 30px; }
	.sectitle span.inb { display: inline-block;}
}

/* blocktitle */
.blocktitle { font-family: "Noto Sans JP", sans-serif; font-optical-sizing: auto; font-weight: 600; font-style: normal; letter-spacing: 0.1em; font-feature-settings : "palt"; text-align: center; font-size: 4.2rem; line-height: 1.6; margin-bottom: 40px; }
.blocktitle.s1 { font-size: 3.6rem; line-height: 1.6; margin-bottom: 40px; }
.blocktitle.s2 { font-size: 2.8rem; line-height: 1.6; margin-bottom: 35px; padding-bottom: 5px; display: inline-block; border-bottom: 1px solid #191919; }
@media screen and (max-width: 767px) { 
	.blocktitle { }
	.blocktitle.s1 { font-size: 2.2rem; margin-bottom: 30px; }
	.blocktitle.s2 { font-size: 1.8rem; margin-bottom: 25px; }
}

/* copy */
.copy { font-family: "Noto Sans JP", sans-serif; font-optical-sizing: auto; font-weight: 700; font-style: normal; letter-spacing: 0.1em; font-feature-settings : "palt"; text-align: left; line-height: 1.8; letter-spacing: 0.15em; }
.copy.s1 { font-size: 3rem; margin-bottom: 30px; }
.copy.s2 { font-size: 2.4rem; margin-bottom: 30px; font-weight: 600;}
@media screen and (max-width: 1100px) { 
	.copy.s1 { font-size: 2.7rem; }
}
@media screen and (max-width: 767px) { 
	.copy {  }
	.copy.s1 { font-size: 2rem; margin-bottom: 20px; text-align: center; }
	.copy.s2 { font-size: 1.8rem; margin-bottom: 20px; text-align: center; }
}

/* title */
.title.s1
.title.en1 { }
@media screen and (max-width: 767px) { 
	.title.s1 {  }
	.title.en1 {  } 
}



/*///////////////////////////////////
Btn /Link
///////////////////////////////////*/

/* init */
a { transition: 0.3s; color: #191919; text-decoration: none; }
a:hover {  }

.btn.base{display: inline-block; background: #235BC8; padding: 23px 40px; border-radius: 40px; color: #fff; min-width: 280px; box-sizing: border-box; padding-right: 70px; text-align: left; border: 2px solid #235BC8; position: relative; letter-spacing: 0.1em; line-height: 1.2; font-family: "Noto Sans JP", sans-serif; font-optical-sizing: auto; font-weight: 500; font-style: normal; }
.btn.base::before,
.btn.base::after{ content: ""; position: absolute; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; right: 30px; width: 18px; height: 14px; display: inline-block; transition: right 0.3s;}
.btn.base.down::before,
.btn.base.down::after{ transform: rotate(90deg);}
.btn.base::before{ background: url(../img/common/arr1.svg) no-repeat; background-size: contain; opacity: 1; }
.btn.base::after{ background: url(../img/common/arr1_purple.svg) no-repeat; background-size: contain; opacity: 0;}
.btn.base:hover{ color: #235BC8; background: #f4f2ee; }
.btn.base:hover::before{ opacity: 0; right: 22px; }
.btn.base:hover::after{ opacity: 1; right: 22px; }
.btn.base.submit { padding: 28px 40px; border-radius: 50px; font-size: 1.8rem; text-align: center; min-width: 380px; }
.btn.base.submit:hover{ background: #fff; }
@media screen and (max-width: 767px) {
	.btn.base{ padding: 17px 48px 17px 28px; }
}
@media screen and (max-width: 500px) {
	.btn.base{ padding: 17px 48px 17px 28px; min-width: 200px; max-width: 100%; }
	.btn.base::before,
	.btn.base::after{ right: 25px; }
	.btn.base.min { width: 100%; min-width: 0;}
	.btn.base.submit { padding: 22px 40px; font-size: 1.6rem; min-width: 260px; }
}

/* btnbox */
.btnbox.base { text-align: center; width: 100%; margin-top: 30px; }
.btnbox.base.wide { margin-top: 70px; }
.btnbox.base ul { margin-left: -20px; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; margin-top: -10px; }
.btnbox.base ul>li { margin-left: 20px; margin-top: 10px; }
@media screen and (max-width: 767px) {
	.btnbox.base { margin-top: 25px; }
	.btnbox.base.wide {margin-top: 45px; }
	.btnbox.base ul { margin-left: 0; display: block; margin-top: 0;}
	.btnbox.base ul>li { margin-left: 0; margin-bottom: 20px; width: 100%; }
	.btnbox.base ul>li:last-child { margin-bottom: 0px; }
}

/* link */
a.link.base{display: inline-block; position: relative; padding-right: 20px; letter-spacing: 0.1em; line-height: 1.2; font-family: "Noto Sans JP", sans-serif; font-optical-sizing: auto; font-weight: 500; font-style: normal}
a.link.base::before,
a.link.base::after{ content: ""; position: absolute; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; right: 0; width: 18px; height: 14px; display: inline-block; transition: right 0.3s;}
a.link.base::before{ background: url(../img/common/arr1_black.svg) no-repeat; background-size: contain; opacity: 1; }
a.link.base::after{ background: url(../img/common/arr1_purple.svg) no-repeat; background-size: contain; opacity: 0;}
a.link.base:hover{ color: #235BC8; }
a.link.base:hover::before{ opacity: 0; right: -5px; }
a.link.base:hover::after{ opacity: 1; right: -5px; }
@media screen and (max-width: 767px) {
	a.link.base{ font-size: 1.5rem; padding-right: 22px;}
	a.link.base::after{ width: 17px; height: 14px; }
}

/* linktxt */
a.linktxt {  }
a.linktxt:visited{ color: inherit; }
a.linktxt:hover{ color: #666; }
@media screen and (max-width: 767px) {
	a { transition: none; }
	a.linktxt { font-size: 1.5rem; }
}




/*///////////////////////////////////
Table
///////////////////////////////////*/

/* reset */
table { border-collapse: collapse; border-spacing:0; text-align: left; font-style:normal; font-weight:normal; width:100%; }
table th, table td { text-align: left; vertical-align: middle; list-style: none; word-break: break-all; }
table th { font-weight: bold }
table.base, table.type1 { width: 100%; }

/* common */
table.base th, table.base td,
table.type1 th, table.type1 td { padding: 30px 2%; line-height: 1.6; border: 1px solid #191919; }

/* base */
table.base { }

/* type1 */
table.type1 { }



/*///////////////////////////////////
Animation
///////////////////////////////////*/

/* animation: fadeIn 0.3s ease 1s 1 normal; */
@keyframes fadein { 
	0% { opacity: 0 }
	100% { opacity: 1 }
}
@keyframes fadeout { 
	0% { opacity: 0 }
	100% { opacity: 1 }
}



/*///////////////////////////////////
Site Common
///////////////////////////////////*/

/* pager */
.pager { width: 100%; position: relative; margin-top: 120px; }
.pager.under { text-align: center; }
.pager a.prev,
.pager a.next { left:0; position: absolute; top:20px; text-decoration: none; font-size:1.8rem; font-weight: bold;}
.pager a.next { left:auto; right:0; }
/* .pager.under a.prev,
.pager.under a.next { position: static;} */
.pager a.prev:hover,
.pager a.next:hover { text-decoration: underline; color: #235BC8; }
@media screen and (max-width: 1100px) {
	.pager { margin-bottom: 0px;}
}
@media screen and (max-width: 767px) {
	.pager { text-align: center; margin-bottom: 60px; margin-top: 60px; }
	.pager a.prev,
	.pager a.next { display: inline-block; position: static; margin: 0 10px; font-size: 1.6rem;  }
	.pager a.prev::before,
	.pager a.next::after { width: 17px; height: 14px; vertical-align: 0px; }
	.pager.under .btn.base { position: absolute; top: 80px; left: calc(50% - 140px); 
	.pager { margin-bottom: 60px;}}
}
@media screen and (max-width: 500px) {	
	.pager.under .btn.base { position: absolute; top: 80px; left: calc(50% - 100px); }
}

/* pager page-numbers */
.pager ul.page-numbers { text-align : center; }
.pager ul.page-numbers li { display : inline-block; }
.pager ul.page-numbers li a,
.pager ul.page-numbers li span { display : flex; justify-content: center; align-items: center; text-align : center; text-decoration : none; transition : .5s; font-size: 2.2rem; line-height: 1; letter-spacing: 0; width : 40px; height: 40px; position: relative; margin : 0 3px; letter-spacing: 0; background: #999; color: #fff;}
.pager ul.page-numbers li a:hover { opacity : 1; background: #235BC8; }
.pager ul.page-numbers li span.dots { padding : 9px 5px; }
.pager ul.page-numbers li span.current { cursor : default; background: #235BC8;}
@media screen and (max-width: 767px) {
	.pager ul.page-numbers { margin-top: 20px; }
	.pager ul.page-numbers li a , .pager ul.page-numbers li span { font-size: 1.6rem; margin: 0 2px; }
	.pager ul.page-numbers li a:hover { opacity : 0; }
}

/* ul.contactbox */
ul.contactbox { display: flex; width: 100%; border: 1px solid #191919;}
ul.contactbox li { display: flex; width: 50%; box-sizing: border-box; height: 116px; }
ul.contactbox li:not(:first-child) { border-left: 1px solid #191919; }
ul.contactbox li a { width: 100%; background: #fff; display: block; position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; }
ul.contactbox li a:hover { background: #191919; color: #fff;}
ul.contactbox li a img:nth-child(2) { display: none; }
ul.contactbox li a:hover img:nth-child(1)  { display: none; }
ul.contactbox li a:hover img:nth-child(2) { display: block; }
ul.contactbox li.contact a img { width: 26px; }
ul.contactbox li.model a img { width: 24px; }
ul.contactbox li a .title { display: flex; align-items: center; justify-content: center; line-height: 1; margin: 8px 0;}
ul.contactbox li a .title span { margin-left: 5px; font-size: 2.0rem; font-weight: bold; }
ul.contactbox li a .title span:after{ content: url(../img/common/arr1.svg); display: inline-block; width: 20px; height: 16px; transition: .4s; line-height: 1; margin-left: 3px;}
ul.contactbox li a .txt { font-size: 1.5rem; }
@media screen and (max-width: 767px) { 
    ul.contactbox { display: block; }
    ul.contactbox li { width: 100%; height: auto; }
    ul.contactbox li:not(:first-child) { border-left: none; border-top: 1px solid #191919;}
    ul.contactbox li a  { padding: 15px 0; }
    ul.contactbox li a .title span { font-size: 1.6rem; }
    ul.contactbox li a .title span:after{ width: 17px; height: 14px; }
    ul.contactbox li a .txt { font-size: 1.4rem; }
}

/* 表示非表示切り替え　*/
.t-show { display: none; }
.t-hide { display: block; }
.m-show { display: none; }
.m-hide { display: block; }
.s-show { display: none; }
@media screen and (max-width:1100px) {
	.t-hide { display: none; }
	.t-show { display: block; }
}
@media screen and (max-width:767px) {
	.m-show { display: block; }
	.m-hide { display: none; }
}
@media screen and (max-width:500px) {
	.s-show { display: block; }
	.s-show.inb { display: inline-block; }
	.s-show.inl { display: inline; }
	.s-hide { display: none; }
}

/* 下マージン*/
.para6 { margin-bottom: 60px!important; } 
@media screen and (max-width: 767px) {
	.para6 { margin-bottom: 40px!important; }
}
@media screen and (max-width:500px) {
}



/*///////////////////////////////////
#Form
///////////////////////////////////*/

/* input */
form input[type="text"],
form input[type="tel"],
form input[type="email"],
form input[type="password"],
form textarea { border: 1px solid #bbb; background: #fff!important; line-height: 2; padding: 18px 15px; font-size: 100%; height: 60px; width: 100%; transition: 0.3s; letter-spacing: 1.6; font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif; }
form textarea { height: 300px; width: 100%; resize: vertical; display: block; }
form input[type="text"]:focus,
form input[type="tel"]:focus,
form input[type="email"]:focus,
form input[type="password"]:focus,
form textarea:focus { background: #eee!important; }
form input[type="text"]:read-only,
form input[type="tel"]:read-only,
form input[type="email"]:read-only,
form input[type="password"]:read-only,
form textarea:read-only { background: #eee!important; }
@media screen and (max-width: 767px) {
	form input[type="text"],
	form input[type="tel"],
	form input[type="email"],
	form input[type="password"] { padding: 18px 12px; height: 60px; }
}

/* other */
input::placeholder, textarea::placeholder { color: #ccc!important; }
p.ermsg { color: #235BC8; line-height: 1.8; margin-top:10px; }
p.ermsg + p.ermsg { margin-top:0; }
.required { display: inline-block; color: #f90307; }
ul.list.error { margin-bottom: 60px; }
ul.list.error li { margin-bottom: 5px; color: #f90307;}
@media screen and (max-width: 767px) {
}

/* size */
form .short { width: 300px!important;}
form .middle { width: 500px!important;}
@media screen and (max-width: 767px) {
	form .short { width: 100%!important;}
	form .middle { width: 100%!important;}
}

/* file */
form input[type="file"] { padding: 3px 5px; font-size: 100%; height: 30px; z-index: -1; }
form input[type="file"]:read-only { background: #eee; }
form input[type="file"] { display: none; }

/* checkbox */
form input[type="checkbox"] { width: 16px; height: 16px; border:1px solid #bbb; background-color: #fff!important; cursor: pointer; background-size: 16px 16px!important; font-size: 0; transition: 0.3s; margin-right: 5px; vertical-align: -2px; }
form input[type="checkbox"].checked,
form input[type="checkbox"]:checked { background-color: #235BC8!important; border:1px solid #235BC8; }
form input[type="checkbox"].checked:before,
form input[type="checkbox"]:checked:before,
form input[type="checkbox"].checked:after,
form input[type="checkbox"]:checked:after { content:none!important; }

/* radio */
form input[type="radio"] { width: 18px; height: 18px; border-radius: 50%; border:1px solid #bbb; background-color: #fff!important; cursor: pointer; background-size: 18px 18px!important; font-size: 0; transition: 0.3s; margin-right: 5px; vertical-align: -3px; }
form input[type="radio"].checked,
form input[type="radio"]:checked { background-color: #235BC8!important; border: 1px solid #235BC8; }
form input[type="radio"].checked:before,
form input[type="radio"]:checked:before,
form input[type="radio"].checked:after,
form input[type="radio"]:checked:after { content:none!important; }

/* date */
input[type="date"]:focus { outline: 0; }
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-clear-button{ -webkit-appearance: none; }
input[type="date"]::-webkit-calendar-picker-indicator { opacity: 0; height: 60px; width: 60px; right: 0; cursor: pointer; }
input[type="date"] { position: relative; width: 210px; height: 60px; border: 0; background: transparent; box-sizing: border-box; font-size: 1.5rem; color: #191919; font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif; letter-spacing: 0.1em; padding-left: 10px; }

/* daybox */
form .daybox label { position: relative; display: inline-block; width: 210px; height: 60px; border: 1px solid #191919; color: #191919; margin-left: 15px; }
form .daybox label::before { content: ""; background: #ccc; width: 60px; height: 60px; top: 0; right: 0; position: absolute; z-index: -1; border-left: 1px solid #191919; }
form .daybox label::after { position: absolute; content: url("../img/contact/calender.svg"); width: 20px; height: 20px; top: 16px; right: 19px; z-index: -1; }
@media screen and (max-width: 900px) { 
	form .daybox label { margin-left: 0; margin-top: 5px; }	
}

/* selectbox */
form .selectbox { height: 60px; width: 380px; position: relative; z-index: 1; border: 1px solid #191919; background: #fff; }
form .selectbox::before { content: ""; background: #ccc; width: 60px; height: 60px; top: 0; right: 0; position: absolute; z-index: -1; border-left: 1px solid #191919; }
form .selectbox::after { position: absolute; content: ''; width: 8px; height: 8px; right: 25px; top: 50%; transform: translateY(-50%) rotate(45deg); border-bottom: 1px solid #fff; border-right: 1px solid #fff; z-index: -1; }
form .selectbox select { font-size: 1.5rem; width: 100%; height: 100%; padding: 0 15px; position: relative; font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif; letter-spacing: 0.1em; }
@media screen and (max-width: 767px) { 
	form .selectbox { width: 100%; }
}

/* filebox */
form .filebox label { padding: 15px 40px; background: #1e2e53; border: 1px solid #1e2e53; color: #fff; cursor: pointer; transition: 0.3s; }
form .filebox label:hover { background: #fff; color: #1e2e53; }
form .filebox label span:after { content: url(../img/common/arr1_white.svg); width: 10px; height: 10px; font-size: 0; vertical-align: 0px; margin-left: 10px; transform: rotate(-90deg); z-index: 1; display: inline-block; } 
form .filebox label:hover span:after { content: url(../img/common/arr1_blue.svg); } 
form .filebox .filename { margin-top: 10px; margin-bottom: 20px; }
@media screen and (max-width: 767px){
	form .filebox { display: block; align-items: center; }
	form .filebox label:hover { background: #1e2e53; color: #fff; }
	form .filebox label:hover span:after { content: url(../img/common/arr1_white.svg); } 
}

/* timebox */
form .selectbox.time { width: 210px; margin-left: 20px; }
@media screen and (max-width: 900px) { 
	form .selectbox.time { margin-left: 0; margin-top: 10px; }	
}
@media screen and (max-width: 767px) {
	form select{ height: 60px; padding-left: 0; padding-right: 15px; }
}

/* layout */
form ul.formlist>li { margin-bottom: 30px; }
form ul.formlist>li dl { display: flex; justify-content: space-between; align-items: baseline; }
form ul.formlist>li dt { width: 260px; text-align: left;  }
form ul.formlist>li dd { flex: 1; }
form ul.formlist>li dd li.row { display: flex; flex-direction: row; align-items: center; margin: 10px 0; }
form ul.formlist>li dd li.row .daybox { display: flex; align-items: center; }
form ul.formlist>li.radio,
form ul.formlist>li.check { padding: 20px 0;}
form ul.formlist>li.mail dd input:first-child {margin-bottom: 10px; }
form ul.formlist>li dd ul.rowlist { text-align: left; }
form ul.formlist>li dd ul.rowlist>li { display: inline-block; margin-right: 20px; }
form .privacycheck { padding: 40px 0; text-align: center; }
form .privacycheck a { text-decoration: underline; }
form .privacycheck a:hover { text-decoration: none; }
@media screen and (max-width: 900px) { 
	form ul.formlist>li dd li.row { flex-direction: column; align-items: flex-start; margin: 0 0 10px;}
	form ul.formlist>li dd li.row .daybox { display: block; }
}
@media screen and (max-width: 767px) { 
	form ul.formlist>li { margin-bottom: 30px; }
	form ul.formlist>li dl{ flex-direction: column }
	form ul.formlist>li dt{ width: 100%; padding-right: 0; padding-top: 0; margin-bottom: 15px; }
	form ul.formlist>li dt br{ display: none; }
	form ul.formlist>li dd{ width: 100%; }
	form ul.formlist>li.radio,
	form ul.formlist>li.check { padding: 15px 0;}
}



/*///////////////////////////////////
WP
///////////////////////////////////*/

/*.editbody { max-width: 880px; margin: 0 auto; }*/

.editbody:after { content : ""; display : block; clear : both; height : 0; visibility : hidden; overflow : hidden; line-height : 0; font-size : 0; }
.editbody div:not(.section):not(.block) , .editbody p , .editbody h2 , .editbody h3 , .editbody h4 , .editbody ul , .editbody ol , .editbody img , .editbody table { margin-bottom : 20px; }
.editbody p:last-child , .editbody div:last-child , .editbody ul:last-child , .editbody ol:last-child , .editbody img:last-child , .editbody table:last-child { margin-bottom : 0px; }
.editbody * > *:last-child { margin-bottom : 0px; }
.editbody img { max-width : 100%; }
.editbody .wp-caption { width : 100% !important; }
.editbody ul li { padding-left : 1em !important; text-indent : -1em; }
.editbody ol li { counter-increment : number; padding-left : 1.6em !important; text-indent : -1.6em; }
.editbody ul li:before { content : "・"; }
.editbody ol li:before { content : counter(number) "．"; }
.editbody div.clearfix { margin-bottom : 0; }
.editbody div > *:last-child , .editbody ul > *:last-child , .editbody li > *:last-child , .editbody p > *:last-child , .editbody dt > *:last-child , .editbody dd > *:last-child , .editbody ol > *:last-child { margin-bottom : 0px; }
.editbody div div:not(.section):not(.block):last-child { margin-bottom : 0; }
.editbody div:not(.section):not(.block).wp-block-group:not(:last-child){ margin-bottom: 70px; }
.editbody div:not(.section):not(.block).wp-block-group:not(:last-child):after { content : ""; display : block; clear : both; height : 0; visibility : hidden; overflow : hidden; line-height : 0; font-size : 0; }
.editbody div:not(.section):not(.block).wp-block-group:not(:last-child)  div:not(.section):not(.block).wp-block-group:not(:last-child){ margin-bottom: 45px; }
.editbody strong{ font-weight: bold; }
.editbody iframe{ max-width: 100% !important; }
.para1,
.editbody div:not(.section):not(.block).para1 { margin-bottom : 20px!important; }
@media screen and (max-width: 767px) { .editbody div:not(.section):not(.block).para1, .para1 { margin-bottom : 10px!important; } }
.para2,
.editbody div:not(.section):not(.block).para2 { margin-bottom : 40px!important; }
@media screen and (max-width: 767px) { .editbody div:not(.section):not(.block).para2, .para2 { margin-bottom : 20px!important; } }
.para3,
.editbody div:not(.section):not(.block).para3 { margin-bottom : 60px!important; }
@media screen and (max-width: 767px) { .editbody div:not(.section):not(.block).para3, .para3 { margin-bottom : 30px!important; } }

.editbody #ez-toc-container{ display: none!important; }

@media screen and (max-width: 639px) {
	.editbody div:not(.section):not(.block).wp-block-group:not(:last-child) { margin-bottom: 55px; }
	.editbody div:not(.section):not(.block).wp-block-group:not(:last-child)  div:not(.section):not(.block).wp-block-group:not(:last-child){ margin-bottom: 40px; }
}

.editbody table.base , .editbody table.type1 { width : 100%; margin : 20px 0; }
.editbody table.base th , .editbody table.base td , .editbody table.type1 th , .editbody table.type1 td { padding : 20px 2%; line-height : 1.5; border : 1px solid #ccc; }
.editbody table th{  text-align : center; }
.editbody table td{  text-align : left; }

.editbody table.type1 thead th { background-color : #eeeeee; }
.editbody table.type1 tbody th { background-color : #f7f7f7; }
@media screen and (max-width: 767px){
	.editbody table.base th , .editbody table.base td , .editbody table.type1 th , .editbody table.type1 td { padding : 8px 8px;}
}


.editbody table th:first-child{min-width: 150px;}
@media screen and (max-width: 639px) {
	.editbody table th:first-child{min-width: 100px;}
}

/* タグ */
.editbody h2,#ez-toc-container .ez-toc-title { font-weight: bold; font-size: 1.87em; color: #23b7c2; margin-bottom: 30px; position: relative; line-height: 1.4; }
.editbody h3{ font-weight: bold; font-size: 1.25em; }
@media screen and (max-width: 639px){
	.editbody h2,#ez-toc-container .ez-toc-title { font-size: 1.5em; margin-bottom: 15px; }
}


#tinymce strong, #tinymce strong span { font-weight: bold; }
#tinymce em { font-style: italic; }
#tinymce blockquote,
#tinymce q,#tinymce code { background: #f2f2f2; padding: 30px 15%; margin:10px 0; font-size:100%; line-height:130%; display: block; position: relative; word-break: break-all; }
#tinymce blockquote,
#tinymce q {quotes: "「" "」" "『" "』";  }
#tinymce blockquote:before,
#tinymce q:before { content: open-quote; position: absolute; top:10px; left:2%; }
#tinymce blockquote:after,
#tinymce q:after { content: close-quote; position: absolute; bottom:10px; right:2%; }
#tinymce ins { text-decoration: underline; }
#tinymce pre {
	 white-space: -moz-pre-wrap; /* Mozilla */  
	 white-space: -pre-wrap; /* Opera 4-6 */ 
	 white-space: -o-pre-wrap; /* Opera 7 */   
	 white-space: pre-wrap; /* CSS3 */ 
	 word-wrap: break-word; /* IE 5.5+ */ 
}
.wp_content strong, .wp_content strong span { font-weight: bold; }
.wp_content b, .wp_content b span { font-weight: bold; }
.wp_content em { font-style: italic; }
.wp_content blockquote,
.wp_content q,.wp_content code { background: #f2f2f2; padding: 30px 15%; margin:10px 0; font-size:100%; line-height:130%; display: block; position: relative; word-break: break-all; overflow: hidden; }
.wp_content blockquote,
.wp_content q {quotes: "「" "」" "『" "』";  }
.wp_content blockquote:before,
.wp_content q:before { content: open-quote; position: absolute; top:10px; left:2%; }
.wp_content blockquote:after,
.wp_content q:after { content: close-quote; position: absolute; bottom:10px; right:2%; }
.wp_content ins { text-decoration: underline; }
.wp_content pre {
	 white-space: -moz-pre-wrap; /* Mozilla */  
	 white-space: -pre-wrap; /* Opera 4-6 */ 
	 white-space: -o-pre-wrap; /* Opera 7 */   
	 white-space: pre-wrap; /* CSS3 */ 
	 word-wrap: break-word; /* IE 5.5+ */ 
}
.wp_content p{ text-align: left; }

.alignnone , .aligncenter { display : block; margin-left : auto; margin-right : auto; }

.alignleft { margin-right : 5%; float : left; }

.alignright { margin-left : 5%; float : right; }


/* 本文内リスト */
.wp_content .txtbox ul{ margin-left:0em; }
.wp_content .txtbox ul li{ padding-left: 1em; text-indent: -1em; margin-bottom: 3px; line-height: 1.6; font-feature-settings : "palt"; }
.wp_content .txtbox ul li:before { content: "・"; }
.wp_content .txtbox ol{ margin-left:0em; }
.wp_content .txtbox ol li{ counter-increment: number; padding-left: 1em; text-indent: -1em; margin-bottom: 3px; line-height: 1.6; font-feature-settings : "palt"; }
.wp_content .txtbox ol li:before { content: counter(number) "."; margin-right: 5px; }
@media screen and (max-width: 479px) {
	.wp_content .txtbox ol li:before { margin-right: 3px; }
}



/* iframe動画 100%表示　*/
.youtubebox { position: relative; width: 100%; padding-top: 56.25%; }
.youtubebox iframe,
.youtubebox video{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
