@charset "UTF-8";
/* 
	
CSS common.css */






/*//////////////////


Setting


//////////////////*/

/* 
ベース：base { color: #191919; } 
黒：black { color: #000; }
白：white { color: #fff; }
ライトグレー：light { color: #f0f0f0; }
グレー：grey { color: #aaa; }
赤：red { color: #ff0000; }
黄色：yellow { color: #ffff00; }
キーカラーA：colorA { color: #c4311e; }
キーカラーB：colorB { color: #fce800; }
*/

 






/*//////////////////


font import


//////////////////*/

@import url(fonts/roboto.css);









/*//////////////////


Body


//////////////////*/

body { /* min-width: 1080px; */ font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 16px; color: #191919; line-height: 2; letter-spacing: -0.01em; /* font-feature-settings: "palt"; 自動カーニング*/ }
body.mceContentBody{ min-width: 0; } /* wp管理画面ウィジウィグエディター対応 */
@media screen and (max-width: 767px) { 
	body { min-width: 0; font-size: 15px; }
}







/*//////////////////


基本構成


//////////////////*/

.noscrpt p { padding: 5px; background: #ff0000; font-weight: bold; text-align: center; }


/* secwrap：セクションを丸ごと囲う（背景画像セクションなど） */
.secwrap { padding: 100px 0; }
.secwrap.end { margin-bottom: 100px; }
.secwrap>.section:last-child { margin-bottom: 0; }
@media screen and (max-width: 767px){
	.secwrap { padding: 60px 0; }
	.secwrap.end { margin-bottom: 60px; }
}


/* section */
.section { margin-bottom: 120px; }
.section:last-child { margin-bottom: 0; }
.section#sec_intro { margin-bottom: 100px; }
@media screen and (max-width: 767px){
	.section { margin-bottom: 60px; }
	.section#sec_intro { margin-bottom: 40px; }
}


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


/* incnt */
.incnt { max-width: 1040px; width: 88%; margin: 0 auto; }
.incnt.full { max-width: none; width: 100%; }
.incnt.fixed { max-width: none; width: calc(100% - 120px); margin: 0 60px; }
.incnt.max { max-width: 1380px; }
.incnt.wide { max-width: 1180px; }
.incnt.min { max-width: 880px; }
@media screen and (max-width: 1280px){
	.incnt.fixed { width: calc(100% - 80px); margin: 0 40px; }
}
@media screen and (max-width: 1040px){
	.incnt, .incnt.full, .incnt.max, .incnt.wide, .incnt.min { width: 88%; }
}
@media screen and (max-width: 767px){
	.incnt, .incnt.full, .incnt.max, .incnt.wide, .incnt.min { width: 88%; }
	.incnt.fixed { width: calc(100% - 40px); margin: 0 20px; }
}


/* block */
.block { margin-bottom: 60px; }
.block.wide { margin-bottom: 80px; }
.block.min { margin-bottom: 30px; }
.block:last-child { margin-bottom: 0; }
@media screen and (max-width: 767px) {
	.block { margin-bottom: 40px; }
	.block.wide { margin-bottom: 60px; }
	.block.min { margin-bottom: 20px; }
}


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


/* unit */
.unit { margin-bottom: 60px; }
.unit.wide { margin-bottom: 80px; }
.unit.min { margin-bottom: 30px; }
.unit:last-child,
.block>.unit:last-child { margin-bottom: 0; }
@media screen and (max-width: 767px) {
	.unit { margin-bottom: 40px; }
	.unit.wide { margin-bottom: 60px; }
	.unit.min { margin-bottom: 20px; }
}


/* element */
.element { margin-bottom: 30px; }
.element.wide { margin-bottom: 60px; }
.element.min { margin-bottom: 20px; }
.element.long { margin-bottom: 45px; }
.element.long.wide { margin-bottom: 60px; }
.element.long.min { margin-bottom: 30px; }
.element:last-child,
.block>.element:last-child { margin-bottom: 0; }
@media screen and (max-width: 767px) {
	.element { margin-bottom: 20px; }
	.element.wide { margin-bottom: 30px; }
	.element.min { margin-bottom: 10px; }
	.element.long { margin-bottom: 30px; }
	.element.long.min { margin-bottom: 45px; }
	.element.long.min { margin-bottom: 20px; }
}


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


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


/* floatボックス */
.left .imgbox, .right .imgbox { width: 45%; min-width: 330px; }
.left .txtbox, .right .txtbox { width: 50%; max-width: calc(100% - 360px); }
.right .imgbox, .left .txtbox { float: right; }
.right .txtbox, .left .imgbox { float: left; }
@media screen and (max-width: 767px) { 
	.left .imgbox,
	.left .txtbox,
	.right .imgbox,
	.right .txtbox { float: none; width: 100%; margin: 0!important; min-width: 0; max-width: none; }
}


/* 装飾ボックス */
.bgbox { background: #f7f7f7; padding: 40px; }
@media screen and (max-width: 479px) { 
	.bgbox { padding: 8%; }
}
/*
.borderbox { padding: 40px; border: 1px solid #191919; }
@media screen and (max-width: 479px) { 
	.borderbox { padding: 8%; }
}
*/


/* 回り込みテキスト */
/*
.left.round .imgbox  { margin-right: 30px; }
.right.round .imgbox  { margin-left: 30px; }
.left.round .txtbox,
.right.round .txtbox { float: none; width: 100%; max-width: none; }
@media screen and (max-width: 767px) { 
}
*/


/* スマホ横スクロール（js連動）
　　data-spwidth属性にスマホ時の表示サイズを記載 */
.scrollmsg { display: none; color: #d63a3a; margin-bottom: 10px; }
@media screen and (max-width: 767px) {
	.scrollmsg { display: block; }
	.scroll { overflow: auto; text-align: center; -webkit-overflow-scrolling: touch; /*滑らかに*/ }
	.scroll[data-spwidth="600"] img { width: 100% !important; } /* min-widthはjsで付加 */
}












/*//////////////////


基本テキスト装飾


//////////////////*/


/* reset */
li, ol, ul, dl, dt, dd { list-style-type : none; padding: 0; margin: 0; list-style: none; }


/* indext */
p.indent,
ul.indent li, 
ol.indent li { padding-left: 1em!important; text-indent: -1em; font-feature-settings : "palt"; }


/* caution */
p.caution,
ul.caution li { padding-left: 1em!important; text-indent: -1em; font-feature-settings : "palt"; }
p.caution:before,
ul.caution li:before { content:"※"!important; }


/* 装飾 */
.mincho { font-family: source-han-serif-japanese,yu-mincho-pr6n,"游明朝体",YuMincho,"Yu Mincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif; } /* 明朝体 */
.mincho2 { font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", 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; } /* 縦書きテキスト */
.roboto { font-family: Roboto, 'Roboto', sans-serif; font-weight: 700; } 


/* テキスト寄せ */
.tl { text-align: left!important; }
.tc { text-align: center!important; }
.tr { text-align: right!important; }


/* 文字装飾 */
.inbtxt { display: inline-block; } /* inbtxt */
.palttxt{ font-feature-settings : "palt"; } /* 自動カーニング */
.txtbold,
.txtbold span,
.txtbold li { font-weight: bold; } /* 太字 */
.txtunderline{ text-decoration: underline; } /* 下線 */
.txtlinethrough{ text-decoration: line-through; } /* 取り消し線 */
.txtsmall { font-size: 0.875em; } /* 小さい文字 */


/* 文字装飾 */
strong,
strong span { font-weight: bold!important; }
del { text-decoration: line-through!important; }

.inb { display: inline-block; } /* inline-block */
.palt { font-feature-settings : "palt"; /* letter-spacing: 0.05em; */ } /* 自動カーニング */
.bold,
.bold span,
.bold li { font-weight: bold!important; } /* 太字 */
.normal,
.normal span { font-weight: normal!important; }
.underline { text-decoration: underline!important; } /* 下線 */
.linethrough { text-decoration: line-through!important; } /* 取り消し線 */
.txtmiddlesmall { font-size: 1.5rem; } /* 小さい文字 */
.txtsmall { font-size: 1.4rem; } /* 小さい文字 */


/* blockquote */
blockquote, q { margin: 0; padding: 0; border: 0; font-style:normal; font-weight: normal; vertical-align: baseline; background:transparent; quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
blockquote{ border-left: 2px solid #191919; padding-left: 20px; padding-right: 20px; }


/* 大きい文字 */
.txtbig1 { font-size: 1.125em; font-weight: bold; }
.txtbig2 { font-size: 1.5em; font-weight: bold; }
@media screen and (max-width: 639px) { 
	.txtbig1 { font-size: 1.125em; }
	.txtbig1 { font-size: 1.375em; }
}


/* 黒 */
.txtblack { color: #000; }
.bgblack { background: #000; }
.markerblack { background: linear-gradient(transparent 60%, #000 0%); }
.borderblack { border: 1px solid #000; }

/* 白 */
.txtwhite { color: #fff; }
.bgwhite { background: #fff; }
.markerwhite { background: linear-gradient(transparent 60%, #fff 0%); }
.borderwhite { border: 1px solid #fff; }

/* 薄い色 */
.txtlight { color: #f0f0f0; }
.bglight { background: #f0f0f0; }
.markerlight { background: linear-gradient(transparent 60%, #f0f0f0 0%); }
.borderlight { border: 1px solid #f0f0f0; }

/* グレー */
.txtgrey { color: #aaa; }
.bggrey { background: #aaa; }
.markergrey { background: linear-gradient(transparent 60%, #aaa 0%); }
.bordergrey { border: 1px solid #aaa; }

/* 赤 */
.txtred { color: #ff0000; }
.bgred { background: #ff0000; }
.markerred { background: linear-gradient(transparent 60%, #ff0000 0%); }
.borderred { border: 1px solid #ff0000; }

/* 黄色 */
.txtyellow { color: #ffff00; }
.bgyellow { background: #ffff00; }
.markeryellow { background: linear-gradient(transparent 60%, #ffff00 0%); }
.borderyellow { border: 1px solid #ffff00; }

/* キーカラー */
.txtcolorA { color: #09395f; }
.bgcolorA { background: #09395f; }
.markercolorA { background: linear-gradient(transparent 60%, #09395f 0%); }
.bordercolorB { border: 1px solid #09395f; }

.txtcolorB { color: #fce800; }
.bgcolorB { background: #fce800; }
.markercolorB { background: linear-gradient(transparent 60%, #fce800 0%); }
.bordercolorB { border: 1px solid #fce800; }


/* 本文 */
.txtbody ul li, .txtbody ol li{ margin-bottom: 5px; line-height: 1.6; font-feature-settings : "palt"; }
.txtbody ul li { padding-left: 1em!important; text-indent: -1em; }
.txtbody ol li{ counter-increment: number; padding-left: 1.1em; text-indent: -1.1em; }
.txtbody ul li:before{ content: "・"; }
.txtbody ol li:before { content: counter(number) "."; }
.txtbody .typeA th, .-txtbody .typeB th { background: #fff; }
.txtbody blockquote { border-left: 2px solid #191919; padding-left: 20px; padding-right: 20px; }


/* iframe（動画） */
.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; }


/* シンプルテキスト */
.simpletxt { }
.txtstyle1 { font-size: 30px; margin-bottom: 30px; line-height: 1.6; font-family: "游明朝", YuMincho, "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif; } /* editor - Style-A */
.txtstyle2 { font-size: 2rem; margin-bottom: 30px; line-height: 1.8; font-weight: bold; } /* editor - Style-B */
.txtstyle2 span { font-weight: bold; }
.introtxt { font-size: 36px; line-height: 1.6; font-family: "游明朝", YuMincho, "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif; text-align: center; letter-spacing: -0.005em; font-feature-settings: "palt"; } /* editor - Style-B */
.txtstyle3 {  } /* editor - Style-C */
@media screen and (max-width: 1040px) {
	.introtxt { font-size: 28px; }
} 
@media screen and (max-width: 767px) { 
	.txtstyle1 { font-size:20px; margin-bottom: 20px; }
	.txtstyle2 { font-size: 1.8rem; margin-bottom: 20px; }
	.txtstyle2 br { display: none; }
	.txtstyle2 br.important { display: block; }
	.introtxt { font-size:20px; }
}
@media screen and (max-width: 479px) {
	.introtxt { text-align: left; }
	.introtxt br.none { display: none; }
}
#contact .introtxt { font-size: 35px; } /* editor - Style-B */
@media screen and (max-width: 1040px) {
	#contact .introtxt { font-size: 26px; }
}
@media screen and (max-width: 767px) { 
	.txtstyle1 { font-size:20px; margin-bottom: 20px; }
	.txtstyle2 { font-size:1.1em; }
	#contact .introtxt { font-size:20px; }
}
@media screen and (max-width: 479px) {
	#contact .introtxt { text-align: left; }
	#contact .introtxt br.none { display: none; }
}







/*//////////////////


タイトル・コピー・訴求テキスト


//////////////////*/

/* pagetitle */
.pagetitle { font-size: 36px; font-weight: bold; text-align: center; margin-bottom: 30px; color: #fff;  }
.pagetitle span { font-size: 21px; font-family: Roboto, 'Roboto', sans-serif; font-weight: 700; display: block; line-height: 1.1; color: #fff;}
@media screen and (max-width: 767px) { 
	.pagetitle { font-size: 24px; margin-bottom: 20px; margin-top: -8px; }
	.pagetitle span { font-size: 18px; }
}

/* indextitle */
.indextitle { font-size: 16px; font-weight: bold; text-align: center; margin-bottom: 30px; }
.indextitle span { font-size: 42px; font-family: Roboto, 'Roboto', sans-serif; font-weight: 700; display: block; line-height: 1.1; }
@media screen and (max-width: 767px) { 
	.indextitle { font-size: 15px; font-weight: normal; margin-bottom: 20px; margin-top: -8px; }
	.indextitle span { font-size: 28px; line-height: 1.4; }
}

/* sectitle */
.sectitle { font-size: 36px; font-weight: bold; text-align: center; margin-bottom: 30px; line-height: 1.6; }
@media screen and (max-width: 767px) { 
	.sectitle { font-size: 22px; margin-bottom: 15px; }
}

/* sectitle */
.insectitle { font-size: 36px; font-weight: bold; text-align: center; margin-bottom: 30px; line-height: 1.6; }
@media screen and (max-width: 767px) { 
	.insectitle { font-size: 22px; margin-bottom: 20px; }
}



/* blocktitle */
.blocktitle { text-align: left; line-height: 1.7; font-size: 2.8rem; position: relative; font-weight: bold; }
.blocktitle span.ez-toc-section { font-weight: bold; }
@media screen and (max-width: 767px) { 
	.blocktitle { padding-bottom: 20px; font-size: 1.8rem; }
}


/* subtitle */
.subtitle { text-align: left; line-height: 1.7; color: #000; font-size: 2rem; font-weight: bold; margin-bottom: 20px; }
.subtitle span.ez-toc-section { font-weight: bold; }
@media screen and (max-width: 767px) { 
	.subtitle { font-size: 1.8rem; }
}

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

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














/*//////////////////


リンク・ボタン


//////////////////*/

/* init */
a { color: #191919; transition: 0.3s; }
a:hover { color: #666; }
a:visited, a:active { color: inherit; }
a.btn, button { transition: 0.6s; backface-visibility: hidden; color: inherit; }
a.btn:hover, a.btn:active, a.btn::link, a.btn::visited,
button:hover, button:active, button::link, button::visited { text-decoration: underline; }
a.opacity { transition: 0.6s; }
a.opacity:hover, a.opacity:active { opacity: 0.7; }
@media screen and (max-width: 640px) {
	a.btn, a.opacity { transition: none; }
	a.opacity:hover, a.opacity:active { opacity: 1; }
}

/* ボタン装飾 */
a.btn, button { display: inline-block; font-size: 100%; padding:20px 30px; line-height: 1.6; min-width: 200px; text-decoration: none; }
@media screen and (max-width: 767px) {
	a.btn, button { padding: 15px 6%; min-width: none; max-width: 88%;  }
}


/* ボタン個別設定 */
a.btn.borderwhite { background: none; border: 1px solid #fff; color: #fff; }
a.btn.borderwhite:hover { background: #fff; color: #191919; }

a.btn.borderblock, button.borderblock { background: none; color: #191919; border: 1px solid #191919; }
a.btn.borderblock:hover, button.borderblock:hover { background: #000; color: #fff; }

a.btn.bgblock { background: #000; color: #fff; border: 1px solid #191919; }
a.btn.bgblock:hover { background: #fff; color: #191919; }
a.btn.bgblock svg { fill: #fff; stroke: #fff; }
a.btn.bgblock:hover svg { fill: #000; stroke: #000; }


/* ボタンボックス */
.btnbox { text-align: center; }
.btnbox a, .btnbox button { text-align: center; margin: 0 5px 10px; }
@media screen and (max-width: 767px) {
	
}


/* テキストリンク */
a { color: #191919; transition: 0.3s; }
a.link:visited{ color: inherit; }
a.link:hover{ color: #666; }


/* テキストリンク */
a.tel { text-decoration: none; }


/* テキストリンク：_brank */
a.link.brank { text-decoration: none!important; }
a.link.brank svg { width: 18px; height: 18px; display: inline-block; vertical-align: -2px; margin-right: 10px; }













/*//////////////////


テーブル


//////////////////*/

/* 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.normal, table.typeA, table.typeB { width: 100%; margin: 10px 0; table-layout: fixed; margin-bottom: 5px; }
*/


/* common */
/*
table.normal th, table.normal td,
table.typeA th, table.typeA td,
table.typeB th, table.typeB td { padding: 12px 2%; line-height: 1.5; border: 1px solid #a3a3a3; }
*/

/* typeA */
/* table.typeA th { background: #f4f4f4; } */

/* typeB */
/*
table.typeB thead th, table.typeB thead td { text-align: center; font-weight: bold; background: #d1d1d1; }
table.typeB th { background: #f4f4f4; }
*/















/*//////////////////


svgアイコン


//////////////////*/

/* 線 */
.svg.lineblack { stroke: #000; }
.svg.linewhite { stroke: #fff; }

/* 塗り */
.svg.fillblack { fill: #000; }
.svg.fillwhite { fill: #fff; }















/*//////////////////


paddding・margin・border


//////////////////*/

/* border */
.bt0{ border-top:0!important; }
.bb0{ border-bottom:0!important; }
.br0{ border-right:0!important; }
.bl0{ border-left:0!important; }
.b0{ border:0!important; }

/* paddding・margin */
.pt0 { padding-top: 0px !important; }
.pb0 { padding-bottom: 0px !important; }
.pl0 { padding-left: 0px !important; }
.pr0 { padding-right: 0px !important; }
.mt0 { margin-top: 0px !important; }
.mb0 { margin-bottom: 0px !important; }
.ml0 { margin-left: 0px !important; }
.mr0 { margin-right: 0px !important; }
.pt10 { padding-top: 10px !important; }
.pb10 { padding-bottom: 10px !important; }
.pl10 { padding-left: 10px !important; }
.pr10 { padding-right: 10px !important; }
.mt10 { margin-top: 10px !important; }
.mb10 { margin-bottom: 10px !important; }
.ml10 { margin-left: 10px !important; }
.mr10 { margin-right: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pb15 { padding-bottom: 15px !important; }
.pl15 { padding-left: 15px !important; }
.pr15 { padding-right: 15px !important; }
.mt15 { margin-top: 15px !important; }
.mb15 { margin-bottom: 15px !important; }
.ml15 { margin-left: 15px !important; }
.mr15 { margin-right: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pb20 { padding-bottom: 20px !important; }
.pl20 { padding-left: 20px !important; }
.pr20 { padding-right: 20px !important; }
.mt20 { margin-top: 20px !important; }
.mb20 { margin-bottom: 20px !important; }
.ml20 { margin-left: 20px !important; }
.mr20 { margin-right: 20px !important; }
.pt30 { padding-top: 30px !important; }
.pb30 { padding-bottom: 30px !important; }
.pl30 { padding-left: 30px !important; }
.pr30 { padding-right: 30px !important; }
.mt30 { margin-top: 30px !important; }
.mb30 { margin-bottom: 30px !important; }
.ml30 { margin-left: 30px !important; }
.mr30 { margin-right: 30px !important; }
.pt40 { padding-top: 40px !important; }
.pb40 { padding-bottom: 40px !important; }
.pl40 { padding-left: 40px !important; }
.pr40 { padding-right: 40px !important; }
.mt40 { margin-top: 40px !important; }
.mb40 { margin-bottom: 40px !important; }
.ml40 { margin-left: 40px !important; }
.mr40 { margin-right: 40px !important; }
.pt50 { padding-top: 50px !important; }
.pb50 { padding-bottom: 50px !important; }
.pl50 { padding-left: 50px !important; }
.pr50 { padding-right: 50px !important; }
.mt50 { margin-top: 50px !important; }
.mb50 { margin-bottom: 50px !important; }
.ml50 { margin-left: 50px !important; }
.mr50 { margin-right: 50px !important; }
.pt60 { padding-top: 60px !important; }
.pb60 { padding-bottom: 60px !important; }
.pl60 { padding-left: 60px !important; }
.pr60 { padding-right: 60px !important; }
.mt60 { margin-top: 60px !important; }
.mb60 { margin-bottom: 60px !important; }
.ml60 { margin-left: 60px !important; }
.mr60 { margin-right: 60px !important; }
.pt70 { padding-top: 70px !important; }
.pb70 { padding-bottom: 70px !important; }
.pl70 { padding-left: 70px !important; }
.pr70 { padding-right: 70px !important; }
.mt70 { margin-top: 70px !important; }
.mb70 { margin-bottom: 70px !important; }
.ml70 { margin-left: 70px !important; }
.mr70 { margin-right: 70px !important; }
.pt80 { padding-top: 80px !important; }
.pb80 { padding-bottom: 80px !important; }
.pl80 { padding-left: 80px !important; }
.pr80 { padding-right: 80px !important; }
.mt80 { margin-top: 80px !important; }
.mb80 { margin-bottom: 80px !important; }
.ml80 { margin-left: 80px !important; }
.mr80 { margin-right: 80px !important; }
.pt90 { padding-top: 90px !important; }
.pb90 { padding-bottom: 90px !important; }
.pl90 { padding-left: 90px !important; }
.pr90 { padding-right: 90px !important; }
.mt90 { margin-top: 90px !important; }
.mb90 { margin-bottom: 90px !important; }
.ml90 { margin-left: 90px !important; }
.mr90 { margin-right: 90px !important; }
.pt100 { padding-top: 100px !important; }
.pb100 { padding-bottom: 100px !important; }
.pl100 { padding-left: 100px !important; }
.pr100 { padding-right: 100px !important; }
.mt100 { margin-top: 100px !important; }
.mb100 { margin-bottom: 100px !important; }
.ml100 { margin-left: 100px !important; }
.mr100 { margin-right: 100px !important; }

/* para */
.para1 { margin-bottom: 10px!important; }
.para2 { margin-bottom: 20px!important; }
.para3 { margin-bottom: 30px!important; } @media screen and (max-width: 767px) { .para3 { margin-bottom: 20px!important; } }
.para4 { margin-bottom: 40px!important; } @media screen and (max-width: 767px) { .para4 { margin-bottom: 30px!important; } }
.para5 { margin-bottom: 50px!important; } @media screen and (max-width: 767px) { .para5 { margin-bottom: 30px!important; } }
.para6 { margin-bottom: 60px!important; } @media screen and (max-width: 767px) { .para6 { margin-bottom: 40px!important; } }
.para7 { margin-bottom: 70px!important; } @media screen and (max-width: 767px) { .para7 { margin-bottom: 50px!important; } }
.para8 { margin-bottom: 80px!important; } @media screen and (max-width: 767px) { .para8 { margin-bottom: 50px!important; } }
.para9 { margin-bottom: 90px!important; } @media screen and (max-width: 767px) { .para9 { margin-bottom: 60px!important; } }
.para10 { margin-bottom: 100px!important; } @media screen and (max-width: 767px) { .para10 { margin-bottom: 60px!important; } }














/*//////////////////


表示非表示切り替え


//////////////////*/

.middlehide { display: block; }
.middlehide.inblock { display: inline-block; }
.middlehide.inline { display: inline; }
.middleblock { display: none; }
@media screen and (max-width: 767px) {
	.middlehide { display: none !important; }
	.middleblock { display: block; }
	.middleblock.inblock { display: inline-block; }
	.middleblock.inline { display: inline; }
}

.landhide { display: block; }
.landhide.inblock { display: inline-block; }
.landhide.inline { display: inline; }
.landblock { display: none; }
@media screen and (max-width: 639px) {
	.landhide { display: none !important; }
	.landblock { display: block; }
	.landblock.inblock { display: inline-block; }
	.landblock.inline { display: inline; }
}

.sphide { display: block; }
.sphide.inblock { display: inline-block; }
.sphide.inline { display: inline; }
.spblock { display: none; }
@media screen and (max-width: 479px) {
	.sphide { display: none !important; }
	.spblock { display: block; }
	.spblock.inblock { display: inline-block; }
	.spblock.inline { display: inline; }
}

.porthide { display: block; }
.porthide.inblock { display: inline-block; }
.porthide.inline { display: inline; }
.portblock { display: none; }
@media screen and (max-width: 400px) {
	.porthide { display: none !important; }
	.portblock { display: block; }
	.portblock.inblock { display: inline-block; }
	.portblock.inline { display: inline; }
}
























/* ---------------フォーム------------------- */
form input[type="text"],
form input[type="tel"],
form input[type="email"],
form input[type="password"] { border: none !important; background: #f7f7f7 !important; line-height: 2; padding: 18px 15px; font-size: 100%; height: 77px; width: 100%; transition: 0.3s; }
form input[type="text"]:focus,
form input[type="tel"]:focus,
form input[type="email"]:focus,
form input[type="password"]: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 { background: #eee!important; }

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

form input[type="checkbox"] { width: 16px; height: 16px; background-color: #fff!important; cursor: pointer; vertical-align: -2px; border:1px solid #ccc; background-size: 16px 16px!important; font-size: 0; transition: 0.3s; margin-right: 10px; }
form input[type="checkbox"].checked,
form input[type="checkbox"]:checked { background-color: #191919!important; border:1px solid #191919; }
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; }

form input[type="radio"] {  width: 18px; height: 18px; border-radius: 50%; background-color: #fff!important; cursor: pointer; vertical-align: -3px; border:1px solid #ccc; background-size: 18px 18px!important; font-size: 0; transition: 0.3s; margin-right: 5px; }
form input[type="radio"].checked,
form input[type="radio"]:checked { background-color: #191919!important; border:1px solid #191919; }
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; }
form input[type="radio"]:read-only { background-color: #fff!important; border:1px solid #ccc; }

form select { font-size: 100%; height: 77px; padding: 10px 20px; background: url("../img/common/arr1.svg") no-repeat 95% center, #f7f7f7; border: none !important; background-size: 12px 8px; }
form select.readonly { background: url("../img/common/arr1.svg") no-repeat 95% center, #eee; }

/* form label { font-size: 0.93em; font-weight: bold; } */
form textarea { border: none!important; background: #f7f7f7!important; padding: 18px 15px; font-size: 100%; height: 300px; width: 100%; resize: vertical; display: block; transition: 0.3s; font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;}
form textarea:focus { background: #eee!important; }
form textarea:read-only { background: #eee; }

form .short { width: 300px!important;}
form .middle { width: 500px!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 15px; height: 60px; }
	form select{ height: 60px; padding-left: 15px; padding-right: 15px; }
	form .short { width: 100%!important;}
	form .middle { width: 100%!important;}
}


/* 赤字 */
p.ermsg { color: #ff0000; }
.required { color: #ff0000; line-height: 1.5; vertical-align: 1px; }

























/*//////////////////


ユニーク設定


//////////////////*/



.newslist { }
.newslist li dl { display: flex; justify-content: space-between;  }
.newslist li dl:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; overflow:hidden; line-height:0; font-size: 0; }
.newslist li dl dt { padding: 25px 0; border-bottom: 1px solid #191919; width: 130px; }
.newslist li dl dd { padding: 25px 0; border-bottom: 1px solid #191919; width: calc(100% - 130px);    margin-left: 0; }
.newslist li:last-child dt,
.newslist li:last-child dd { border-bottom:none; }
@media screen and (max-width: 767px) { 
	.newslist li dl { display: block;  }
	.newslist li dl dt { padding: 0; padding-top: 15px; border-bottom: none; width: 100%; font-weight: bold; }
	.newslist li dl dd { padding: 0; padding-bottom: 15px; width: 100%; margin-left: 0; }	
	.newslist li:first-child dd { border-top: none; }
}











































