@charset "UTF-8";
/* 	
CSS common.css */
/*
base #312b2b
green #19ad5a
red #f90307
*/


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

body { font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif; font-size: 1.8rem; color: #312b2b; line-height: 1.9; letter-spacing: 0.3em; }
@media screen and (max-width: 767px) { 
	body { font-size: 1.4rem; }
}

/* bodyをふわっと */
body { animation: fadeIn 1.5s ease 0s 1 normal; }
@keyframes fadeIn {
    0% { opacity: 0 }
    100% { opacity: 1 }
}

/* section */
.section { padding: calc(200px + 5vw) 0; }
.section.min {  }
.section.fin { }
.section.bggrey { background: #e9e9e9;}
.section>.section:last-child { margin-bottom: 0; }
@media screen and (max-width: 1100px){
	.section.first { padding-top: 110px; }
}
@media screen and (max-width: 767px){
	.section,
	.section.fin { padding: 120px 0; }
	.section.min {  }
}

/* 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 #19ad5a; padding: 40px 60px; box-sizing: border-box; }
.borderbox.black { background: #312b2b; }
.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; }
.bodoni { font-family: "Bodoni Moda", serif; font-weight: 400; font-optical-sizing: auto; letter-spacing: 0.26em; } 
.noto { font-family: "Noto Serif JP", serif; font-optical-sizing: auto; font-weight: 400; }
@media screen and (max-width: 767px) { 
}

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

/* txt */
.txtsmall { font-size: 1.4rem; }
.txten { font-size: 2rem;font-family: "Bodoni Moda", serif; font-optical-sizing: auto; font-weight: 400; font-style: italic; letter-spacing: 0.1em; line-height: 1; }
.txtbig { }
.txtbig.mincho.s1 { font-size: 2.6rem; font-weight: bold; line-height: 1.4; letter-spacing: 0em; font-feature-settings: "palt"; }
@media screen and (max-width: 767px) { 
	.txtsmall { font-size: 1.2rem; }
	.txtbig.mincho.s1 { font-size: 2rem; }
	.txten { font-size: 1.4rem; }
}

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: #19ad5a; 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
///////////////////////////////////*/

/* pagetitle */


/* sectitle */
.sectitle { margin-bottom: 60px; text-align: left; }
.sectitle .en { font-size: 2rem; font-family: "Bodoni Moda", serif; font-optical-sizing: auto; font-weight: 400; font-style: italic; letter-spacing: 0.1em; line-height: 1; }
.sectitle .jn { font-size: 4.6rem; line-height: 1.3; font-weight: bold; margin-top: 20px;}
.sectitle.w { color: #fff;}
@media screen and (max-width: 1100px) { 
	.sectitle .jn { font-size: 3.8rem; }
}
@media screen and (max-width: 767px) { 
	.sectitle { margin-bottom: 30px; }
	.sectitle .en { font-size: 1.4rem; }
	.sectitle .jn { font-size: 2.4rem; margin-top: 20px; }
}

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

/* copy */
.copy { font-feature-settings: "palt"; font-optical-sizing: auto; font-style: normal; letter-spacing: 0.1em; text-align: left;}
.copy.s1 { font-size: 2.6rem; }
.copy.s2 {  }
@media screen and (max-width: 1100px) { 
	.copy.s1 { font-size: 2.2rem; }
}
@media screen and (max-width: 767px) { 
	.copy {  }
	.copy.s1 { font-size: 1.7rem; }
	.copy.s2 { }
}

/* title */
.title.s1 { }
.entitle { font-family: "Bodoni Moda", serif; font-weight: 400; font-style: italic; letter-spacing: 0.1em; line-height: 1; }
.entitle.s1 { }
.entitle.s2 { font-size: 2rem; text-align: left; }
@media screen and (max-width: 767px) { 
	.title.s1 {  }
	.entitle.s2 { font-size: 1.4rem; }
}



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

/* init */
a { transition: 0.3s; color: #312b2b; text-decoration: none; }
a:hover {  }
.btn.base{display: inline-block; background: #474343; border: 1px solid #312b2b; padding: 18px 0 17px; color: #fff; width: 600px; box-sizing: border-box; text-align: center; line-height: 1.2; transition: 0.3s;}
.btn.base>span{ display: inline-block; position: relative; font-size: 2.2rem; }
.btn.base:hover { background: #312b2b; }
@media screen and (max-width: 767px) {
	.btn.base{ width: 100%; }
	.btn.base>span{ font-size: 1.8rem; }
}
@media screen and (max-width: 500px) {
}

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

/* link */
a.link.base{display: inline-block; line-height: 1.3; font-size: 1.8rem; font-weight: bold; position: relative; letter-spacing: 0.05em; padding-right: 25px; }
a.link.base::after { position:absolute; width: 20px; height: 16px; right: 0; top: 4px; transition: .4s; line-height: 1; content: url(../img/common/arr1.svg) }
a.link.base:hover:after { right: -3px; }
@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 #312b2b; }

/* 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: 100px;}
.pager a.back { text-decoration: none; font-size:2.4rem; position: relative; padding-bottom: 10px; }
.pager a.prev,
.pager a.next { left:0; position: absolute; top:0; text-decoration: none; font-size:1.8rem; font-weight: bold;}
.pager a.next { left:auto; right:0; }
.pager a.prev:hover,
.pager a.next:hover { text-decoration: none; }
.pager a.back::after,
.pager a.prev::before,
.pager a.next::after { content: url(../img/common/arr1.svg); width: 20px; height: 16px; font-size: 0; display: inline-block; transition: 0.3s; vertical-align: -2px; margin-left: 5px;}
.pager a.prev::before { rotate: 180deg; margin-right: 5px; margin-left: 0;}
.pager a.back:hover::after,
.pager a.prev:hover::before,
.pager a.next:hover::after { width: 100%; left: 0; }
@media screen and (max-width: 1100px) {
	.pager { margin-bottom: 100px;}
}
@media screen and (max-width: 767px) {
	.pager { text-align: center; }
	.pager a.back { font-size:1.8rem; position: relative; padding-bottom: 0; margin: 0 10px; }
	.pager a.prev,
	.pager a.next { display: inline-block; position: static; margin: 0 10px; font-size: 1.8rem;  }.pager a.back::after,
	.pager a.prev::before,
	.pager a.next::after { width: 17px; height: 14px; vertical-align: 0px; }
}

/* 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 : block; text-align : center; text-decoration : none; transition : .5s; box-sizing : border-box; font-size: 2.4rem; width : 20px; position : relative; height : auto; margin : 0 6px; letter-spacing: 0;}
.pager ul.page-numbers li a:after,
.pager ul.page-numbers li span:after { content : ""; position : absolute; background-color : #312b2b; display : inline-block; height : 1px; bottom : -2px; left : 0; transition : 0.3s; right : 0; width : 0; margin : 0 auto; }
.pager ul.page-numbers li a:hover { opacity : 1; }
.pager ul.page-numbers li span.dots { padding : 9px 5px; }
.pager ul.page-numbers li span.current { cursor : default; }
.pager ul.page-numbers li a:hover:after , .pager ul.page-numbers li span.current:after { width : 100%; }
@media screen and (max-width: 767px) {
	.pager ul.page-numbers { margin-top: 10px; }
	.pager ul.page-numbers li a , .pager ul.page-numbers li span { font-size: 1.8rem; margin: 0 4px; }
	.pager ul.page-numbers li a:hover { opacity : 0; }
}

/* .newslist */
.newslist{ overflow: hidden; width: 100%;}
.newslist>ul{ display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; }
.newslist>ul>li{ width: calc(33.3% - 20px); }
.newslist>ul>li>a .imgbox{ position: relative; overflow: hidden; border: 1px solid #312b2b; height: 170px; }
.newslist>ul>li>a .imgbox img{ position: absolute; top: 0; bottom: 0; left: 0; right: 0; width : 100%; height : 100%; -o-object-fit : cover; object-fit : cover; transition: .4s; }
.newslist>ul>li>a .txtbox{ margin-top: 15px; transition: .4s; }
.newslist>ul>li>a .txtbox .title{ font-size: 1.5rem; line-height: 1.6; }
.newslist>ul>li>a .txtbox .date{ font-size: 1.4rem; margin-top: 8px; }
.newslist>ul>li>a:hover .imgbox img{ transform: scale(1.04); }
.newslist>ul>li>a:hover .txtbox{ color: #19ad5a; }
.newslist>ul>li:nth-child(4){ display: none; }
@media screen and (max-width: 1100px){
	.newslist>ul{ margin-left: -30px; margin-bottom: -30px; }
	.newslist>ul>li{ width: calc(33.33% - 30px); margin-left: 30px; margin-bottom: 30px; }
	.newslist>ul>li>a .imgbox{ height: 200px; }
}
@media screen and (max-width: 767px){
	.newslist>ul>li{ width: calc(50% - 30px)!important; }
	.newslist>ul>li>a .imgbox{ height: calc(60vw / 2);}
	.newslist>ul>li>a .txtbox .title{ font-size: 1.4rem; }
	.newslist>ul>li>a .txtbox .date{ font-size: 1.3rem; }
	.newslist>ul>li:nth-child(4){ display: block; }
}
@media screen and (max-width: 500px){
	.newslist>ul{ margin-left: -20px; }
	.newslist>ul>li{ width: calc(50% - 20px)!important; margin-left: 20px; }
	.newslist>ul>li>a .txtbox{ margin-top: 10px; }
}

/* ul.contactbox */
ul.contactbox { display: flex; width: 100%; border: 1px solid #312b2b;}
ul.contactbox li { display: flex; width: 50%; box-sizing: border-box; height: 116px; }
ul.contactbox li:not(:first-child) { border-left: 1px solid #312b2b; }
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: #312b2b; 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 #312b2b;}
    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; }
.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; }
}
@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 #312b2b; 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: 50px; }
}

/* other */
input::placeholder, textarea::placeholder { color: #ccc!important; }
p.ermsg { color: #19ad5a; line-height: 1.8; margin-top:10px; }
p.ermsg + p.ermsg { margin-top:0; }
.required { border-radius: 15px; display: inline-block; border: 1px solid #312b2b; background: #474343; color: #fff; line-height: 1; padding: 5px 8px; font-size: 1.3rem; margin-left: 10px; letter-spacing: 0; }
ul.list.error { margin-bottom: 60px; }
ul.list.error li { margin-bottom: 5px; color: #19ad5a;}
@media screen and (max-width: 767px) {
	.required { border-radius: 15px; padding: 4px 6px; font-size: 1.1rem; }
}

/* 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 #312b2b; 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: #474343!important; border:1px solid #312b2b; }
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 #312b2b; 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: #474343!important; border: 1px solid #312b2b; }
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: #312b2b; 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 #312b2b; color: #312b2b; 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 #312b2b; }
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 #312b2b; 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 #312b2b; }
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: #312b2b; border: 1px solid #312b2b; color: #fff; cursor: pointer; transition: 0.3s; }
form .filebox label:hover { background: #fff; color: #312b2b; }
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: #312b2b; 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: 20px 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;}
	form .privacycheck { padding: 10px 0; }
}



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

/*.editbody { max-width: 880px; margin: 0 auto; }*/
.editbody p { }
.editbody h2 { }
.editbody h3 { }
.editbody h4 { }
.editbody ul { }
.editbody ul>li{ }
.editbody ol { }
.editbody ol>li{ }
.editbody table { }
.editbody img{ max-width: 100% }
@media screen and (max-width: 767px) { 
}

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



/*///////////////////////////////////
IE
///////////////////////////////////*/
#iealertbox { position : fixed; top : 0; right : 0; height : 100%; width : 100%; background-color : #312b2b; z-index : 100000; display : none; justify-content : center; align-items : center; pointer-events : none; }
#iealertbox.is-ie { display : flex; pointer-events : auto; }
#iealertbox .inbox { text-align : center; margin : 10%; color : #ffffff; }
#iealertbox .inbox .copy { color : #ffffff; }
#iealertbox .inbox .txt { margin-bottom : 20px; }
#iealertbox .inbox .browser { text-align : center; display : flex; justify-content : center; }
#iealertbox .inbox .browser li { margin : 20px; }
#iealertbox .inbox .browser li a { width : 280px; border : 2px solid #ffffff; padding : 40px; display : block; border-radius : 10px; box-sizing : border-box; text-decoration : none; color : #ffffff; }
#iealertbox .inbox .browser li a:hover { background-color : #f7f7f7; }
#iealertbox .inbox .browser li a img { width : 120px; }
#iealertbox .inbox .browser li a .txt1 { margin-top : 20px; line-height : 1.8; }
@media screen and (max-width: 767px) {
	#iealertbox .inbox .txt { text-align : justify; }
	#iealertbox .inbox .txt br { display : none; }
	#iealertbox .inbox .browser { display : block; }
	#iealertbox .inbox .browser li { margin : 0; margin-bottom : 20px; }
	#iealertbox .inbox .browser li a { width : 100%; padding : 30px 8%; }
	#iealertbox .inbox .browser li a img { width : 80px; }
}