@media screen and (max-width: 768px) {

body {
font-size: 1.45rem;
line-height: 1.45;
font-family:Verdana, "ヒラギノ角ゴ ProN W3" , "Hiragino Kaku Gothic ProN" , YuGothic, "游ゴシック体", "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
-webkit-text-size-adjust: 100%; 
margin-left:auto;
margin-right:auto;
max-width: 768px;
background-color:#fff !important;
color:#444 !important;
}

*{word-break: break-all;/* 意図しない横幅が出ないように画面幅で強制改行を有効にする */}

a,div,img,ul,li,ol,dt,dl,dd,span,
h1,h2,h3,h4,h5,h6,h7,h8,
article,aside,canvas,details,figcaption,figure,
header,footer,hgroup,menu,nav,section,summary,input,textarea {-webkit-box-sizing: border-box;box-sizing: border-box; }

.wrap{display: flex; flex-direction: column; min-height: 100vh;}

.pcOnly {display: none !important;}

/* ---------------------------------------------------------------- */
/* 初期パーツのcss--ここから */
/* ---------------------------------------------------------------- */

/* header */


header {width: 100%; height:60px; background-color:#fff; }
header h1#site-logo {position: absolute; top:0; left:0; background-color:#bb2233; width:60px; padding:5px;}
header h1#site-logo img {width:50px;}
header h2#site-name {position: absolute; left:70px; top:20px;}

header #HeadMenuBtn {position: absolute; top:0; right:10px;}
header  .Logo { position: absolute; left:5px; top:15px;}
header  .Logo img{height:30px;}
.drawer-nav {}
.globalNavPC {display: none;}

header nav.globalNavSP {-moz-transition: all 0.3s; -o-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; color:#444; text-shadow: none;}
header nav.globalNavSP ul {padding-top:40px;}
header nav.globalNavSP ul li {font-size:16px; margin:0 auto; text-align: center;}
header nav.globalNavSP ul li a {display: block; margin:0 auto; text-align: center; width:100%; line-height:45px; color:#fff; text-shadow: 1px 1px 1px #000; text-decoration: none; -moz-transition: all 0.3s; -o-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s;}
header nav.globalNavSP ul li a:hover {background-color:#bb2233; color:#fff; }
header nav.globalNavSP ul li a:hover i {color:#de5b69;}
header nav.globalNavSP ul li a i { margin:0 5px 0 0;}
header nav.globalNavSP ul li:last-child {background-color:rgba(0,0,0,0.2); padding:10px; border-radius: 8px; margin-top:10px; width:90%;}
header nav.globalNavSP ul li:last-child dl {color:#fff;}
header nav.globalNavSP ul li:last-child dt {font-size:80%; margin-bottom:5px;}
header nav.globalNavSP ul li:last-child dd {font-size:120%;}
header nav.globalNavSP ul li:last-child dd a {display: block; background-color:#bb2233; border-radius: 5px; border-bottom:solid 3px #940b1a;}
header::after {content:""; display: block; height:60px !important; position: fixed;}

.clone-nav {position: fixed; top: 0; left: 0; z-index: 2; width: 100%; transition: .3s; transform: translateY(-100%); z-index:999;}
.is-show {transform: translateY(0);}

/*------------------------------------------------------------------------------------------*/
/*トップページ用ここから*/
/*スライドショータブレット用のcssは一番下*/

.mainImage {position:relative; width: 100%; height:250px; }
.mainImage .slide-wrap {}
.mainImage ul.bxslider  {position: absolute; top:0; left:0; z-index:1; width: 100%;}
.mainImage ul.bxslider  li {background-position: top center; background-repeat: no-repeat; background-size:cover; height:250px; }
.mainImage ul.bxslider  li.slideImage01 {background-image: url(../../images/main01_sp.jpg);}
.mainImage .mainCopy {position: absolute; bottom:0; left:0; right:0; margin:0 auto; text-align: center; z-index:10;}
.mainImage .mainCopy img {width:40%;}

.topAboutBox {width: 90%; margin:20px auto;}
.topAboutBox .topAboutTxt {}
.topAboutBox .topAboutPhoto {}
.topAboutBox .topAboutPhoto p {}
.topAboutBox .topAboutPhoto p img {width:100%;}

.topCorpPhilosophyBox {margin:20px auto; width: 90%; background-color: #f9f9f4;  padding:30px;}
.topCorpPhilosophyBox p {font-size:120%; text-align: center;}

.topRecruitBnr {width:90%;  margin:0 auto; text-align: center;}
.topRecruitBnr a {display: block; border:solid 2px #bb2233;}
.topRecruitBnr a img {width:100%;}

.topCharacterBox {background-color:#bb2233; padding:20px 0; margin:30px auto;}
.topCharacterBoxInner {width: 90%; margin:0 auto;}
.topCharacterBox p.characterImg {width:50%; margin:0 auto 10px auto; background-color:#fff; border-radius: 10px; text-align: center; padding:10px;}
.topCharacterBox p.characterImg img {width:100%;}
.topCharacterBox p {color:#fff;}

.topCorpBox {margin:50px auto; width: 90%;}
.topCorpBox .topCorpOutline {margin-bottom:20px;}
.topCorpBox .topCorpOutline table {}
.topCorpBox .topCorpOutline th {}
.topCorpBox .topCorpOutline td {}
.topCorpBox .topCorpMap {}
.topCorpBox .topCorpMap iframe {width:100%; height:500px;}

/*トップページ用ここまで*/
/*------------------------------------------------------------------------------------------*/

#PageTitle {padding:60px 0 0 0; background-attachment: fixed; background-size: 200% auto; background-repeat: no-repeat; width:100%; height:200px; }
#PageTitle.typeContact {background-image: url(../../contact/images/page-ttl_bg.jpg); background-position: left middle;}
#PageTitle.typeRecruit {background-image: url(../../recruit/images/page-ttl_bg.jpg); background-position: center top;}

#PageTitle h2 {font-size:130%; font-weight: lighter; text-align: center; margin:0 auto; padding:20px; color:#bb2233; background-color:rgba(255,255,255,0.8); width:80%;}
#PageTitle h2 span {font-size:12px; display: block;}
#PageTitle h2 span::before{content:"-"; margin-right:10px;}
#PageTitle h2 span::after{content:"-"; margin-left:10px;}
	
#Pankuzu {padding:10px 0; margin:0 auto; width:90%; }
#Pankuzu ul { margin:0 auto; display: flex; flex-wrap: wrap; justify-content: flex-start;}
#Pankuzu ul li {}
#Pankuzu ul li::after {content:"\f101"; margin:0 5px; font-family: FontAwesome;}
#Pankuzu ul li:last-child::after {content:none;}
#Pankuzu ul li a {color:#222;}

main {width:90%; margin:0 auto; padding:0;}
.contentsBox { margin:30px auto;}

/*------------------------------------------------------------------------------------------*/
/*common*/

.heightAdjustment { margin-top:-80px; padding-top:80px; }

a.linkBtn {display: block; width:300px; margin:0 auto; text-align: center; padding:5px 0; background-color:#bb2233; color:#fff; font-size:130%; border-radius: 5px; border-bottom:solid 3px #940f1e;}
a.linkBtn i {margin:0 5px 0 0; color:#de5b69;}



/*------------------------------------------------------------------------------------------*/
/*contact/*/

.contactTel {border:solid 1px #ccc; padding:20px;}
.contactTel p.txtTel {font-size:130%;}
.contactTel p.txtTel a {display: block; width:80%; line-height:50px; border-radius: 25px; background-color:#bb2233; color:#fff; text-align: center; margin:0 auto 10px auto;}
.contactTel p.txtTel a i {color:#de5b69; margin:0 5px 0 0;}

.contactInput {width: 100%; border-left: 1px solid #ddd; border-top: 1px solid #ddd;}
.contactInput th,
.contactInput td { display: block; padding: 5px; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd;}
.contactInput th {background: #f4f4f4;}
.hissu {display: inline-block; background-color:#bb2233; color:#fff; font-size:11px; padding:0 4px; border-radius: 3px; float: right; vertical-align: middle; margin-top:3px;}
.inputError {color:#bb2233; font-size:12px;}

.submitArea {margin:20px auto; text-align: center;}
.g-recaptcha {margin:0 auto; text-align: center; width:304px;}
#required_confirm {}
#required_msg {color:#ff0000; font-weight: bolder; font-size:120%;}
#contact_submit {display: block; width:300px; border-radius: 18px; height:36px; line-height:36px; margin:20px auto; text-align: center; background-color:#bb2233; color:#fff;}

.errorBox {width:80%; margin:30px auto; text-align: center;}
.errorBox h3 {font-size:130%;}
.errorBox h3 i {display: block; font-size:100px; color:#ccc; margin-bottom:10px;}
.errorBox p {border-top:solid 1px #ccc; padding-top:10px; margin-top:10px;}
	
/*------------------------------------------------------------------------------------------*/
/*   recruit/   */

.recruitImg {margin:10px auto;}
.recruitImg img {width:100%;}
.recruitTab {border-bottom:solid 1px #ddd;}
.recruitTab li {margin:0 5px;}
.recruitTab li a {display: block; padding:10px 20px; border-left:solid 1px #ddd; border-top:solid 1px #ddd; border-right:solid 1px #ddd; }
.recruitTab li a:hover {background-color:#bb2233; color:#fff;}
.recruitTab li a.current {background-color:#bb2233; color:#fff;}

/*------------------------------------------------------------------------------------------*/


.TitleType01 {text-align: center; margin:0 auto 20px auto; position: relative; font-size:130%;}
.TitleType01 span {display: block; font-size:12px;}

.TitleType02 { font-size:130%; line-height:2; color:#fff;}
	
.TitleType03 {font-weight:bolder; margin:0 auto 10px auto; text-align: center; line-height:1.5;}
.TitleType03 span {display: block;  font-size:11px; font-weight: lighter; color:#fff100; }


.TitleType04 {margin:0 auto 10px auto; font-size:120%;}

.TitleType05 {margin:0 auto 10px auto; font-size:120%; font-weight: bolder; border-bottom:solid 1px #333; padding:0 0 10px 0;}

.LinkType01 {display: block; width:40px; height:40px; line-height:40px; border-radius: 20px; margin:0 auto; text-align: center; border:solid 1px #004098; position: relative; transition: color 0.5s, border-color 0.5s linear, background-color 0.5s;}
.LinkType01 i {color:#004098; font-size:24px; position: absolute; top:5px; left:15px;}
.LinkType01:hover {background-color:rgba(0,64,152,0.8); transition: color 0.5s, border-color 0.5s linear, background-color 0.5s;}
.LinkType01:hover i {color:#fff;}

.LinkType02 {display: block; height:40px; line-height:40px; border-radius: 20px; margin:0 auto; text-align: center; border:solid 1px #004098; text-decoration: none !important; transition: color 0.5s, border-color 0.5s linear, background-color 0.5s;}
.LinkType02 i {color:#004098;}
.LinkType02:hover {background-color:rgba(0,64,152,0.8); transition: color 0.5s, border-color 0.5s linear, background-color 0.5s;}
.LinkType02:hover i {color:#fff;}

/* テーブル関連 */

table.TableStyle01 { width: 100%; border-top: 1px solid #ccc; }
table.TableStyle01 th,
table.TableStyle01 td {display: block;}
table.TableStyle01 th  {padding:10px 5px 5px 5px; color:#940b1a;}
table.TableStyle01 td  {padding:5px 5px 10px 5px; border-bottom: 1px solid #ccc; }

table.TableStyle02  {width: 100%; border-left: 1px solid #ddd; border-top: 1px solid #ddd;}
table.TableStyle02 th,
table.TableStyle02 td { display: block; padding: 5px; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd;}
table.TableStyle02 th {background: #f4f4f4;}


table.TableStyle03 { width: 100%; table-layout: fixed;margin: 0 -3%; }
table.TableStyle03 th,
table.TableStyle03 td { border-right: 1px solid #ddd; text-align:left;}
table.TableStyle03 th { background: #f4f4f4; padding: 10px 3%; border-top: 1px solid #ddd;border-bottom: 1px solid #ddd;   }
table.TableStyle03 thead{ display: block;  float: left; overflow-x:scroll; }
table.TableStyle03 tbody{ display: block; width: auto; overflow-x: auto; white-space: nowrap; }
table.TableStyle03 th{ display: block; width:auto; background: #f4f4f4; border-right: 2px solid #ddd; text-align: left; }
table.TableStyle03 tbody tr{  display: inline-block;  margin: 0 -3px; }

table.TableStyle04 { width: 100%; table-layout: fixed;margin: 0 -3%; }
table.TableStyle04 th,
table.TableStyle04 td { border-right: 1px solid #ddd; text-align:left;}
table.TableStyle04 th { background: #f4f4f4; padding: 10px 3%; border-top: 1px solid #ddd;border-bottom: 1px solid #ddd;   }
table.TableStyle04 tr {display:block; margin-bottom: 10px; }
table.TableStyle04 th {display:block; width: 100%; margin-bottom:10px; }
table.TableStyle04 td {display: list-item; list-style:none; margin:0 3%; width:100%; border:none; }
table.TableStyle04 td a{display:block; padding:8px 4%; margin-bottom:10px; color:#FFFFFF; border-radius:5px; background-color:#607b3b;}

.MagpopPhotoG a,
.MagpopPhotoG2 a,
.magpop{display:block;}

/* アコーディオン */

div.Accordion{ padding:20px 0px; width:100%;}




/* フッターリスト */


.pageTop {}
.pageTop a {display: block; line-height:50px; background-color:#fff100; color:#000; text-align: center;}
.pageTop a i {}

footer{padding:10% 5% 5% 5%; border-top:solid 1px #ddd; margin:10% 0 0 0;}
footer #footer-logo {text-align: center; margin:0 auto 20px auto;}
footer #footer-logo img {width:30%;}
footer nav.fmnArea {}
footer nav.fmnArea ul {border-top: solid 1px #ccc;}
footer nav.fmnArea ul li {width:98%; margin:0 1%;}
footer nav.fmnArea ul li a{display: block; margin:0 auto; color:#222; border-bottom: solid 1px #ccc; line-height:50px; position: relative; text-decoration: none;}
footer nav.fmnArea ul li a i {margin:0 5px 0 0; color:#ccc;}
footer .fadrArea {margin:10px auto; text-align: center;}
footer .fadrArea span {display: block;}

footer .umnArea {margin:10px auto; padding:10px;}
footer .umnArea ul {}
footer .umnArea li {margin:0 20px;}
footer .umnArea li a {color:#222; text-decoration: none;}

footer address{margin:10px auto; text-align: center;}

/* ---------------------------------------------------------------- */
/* 初期パーツのcss--ここまで */
/* ---------------------------------------------------------------- */

.SpNodisplay{ display:none !important;}

/* -------------------------------------------------- */
/* AfterArrow */

.ArrowRTestStyle a{ width:100%; background:#ccc; margin-bottom:10px; border-radius:6px; padding:10px; color:#000;}
.ArrowR_Sp,.ArrowRG_Sp a,.ArrowR02_Sp,.ArrowRG02_Sp a,.ArrowR03_Sp,.ArrowRG03_Sp a,.ArrowB_Sp,.ArrowBG_Sp a,.ArrowB02_Sp,.ArrowBG02_Sp a,.ArrowB03_Sp,.ArrowBG03_Sp a,.ArrowT_Sp,.ArrowTG_Sp a,.ArrowT02_Sp,.ArrowTG02_Sp a,.ArrowT03_Sp,.ArrowTG03_Sp a{ display:-webkit-box; display:-webkit-flex; display: flex; align-items:center; -webkit-align-items:center;}
.ArrowR02_Sp,.ArrowRG02_Sp a,.ArrowB02_Sp,.ArrowBG02_Sp a,.ArrowT02_Sp,.ArrowTG02_Sp a{ -webkit-justify-content:center; justify-content:center;}
.ArrowR03_Sp,.ArrowRG03_Sp a,.ArrowB03_Sp,.ArrowBG03_Sp a,.ArrowT03_Sp,.ArrowTG03_Sp a{ -webkit-justify-content:space-between; justify-content:space-between;}

.ArrowR_Sp:after,.ArrowRG_Sp a:after{ margin-left: auto; display:inline-block; content:"\f105"; font-family: FontAwesome;}
.ArrowR02_Sp:after,.ArrowRG02_Sp a:after{ margin-left:14px; content:"\f105"; font-family: FontAwesome;}
.ArrowB_Sp:after,.ArrowBG_Sp a:after{ margin-left: auto; display:inline-block; content:"\f107"; font-family: FontAwesome;}
.ArrowB02_Sp:after,.ArrowBG02_Sp a:after{ margin-left:14px; content:"\f107"; font-family: FontAwesome;}
.ArrowT_Sp:after,.ArrowTG_Sp a:after{ margin-left: auto; display:inline-block; content:"\f106"; font-family: FontAwesome;}
.ArrowT02_Sp:after,.ArrowTG02_Sp a:after{ margin-left:14px; content:"\f106"; font-family: FontAwesome;}
.ArrowR03_Sp:after,.ArrowRG03_Sp a:after{ content:"\f105"; display:inline-block; font-family: FontAwesome;}
.ArrowB03_Sp:after,.ArrowBG03_Sp a:after{ content:"\f107"; display:inline-block; font-family: FontAwesome;}
.ArrowT03_Sp:after,.ArrowTG03_Sp a:after{ content:"\f106"; display:inline-block; font-family: FontAwesome;}
.ArrowR03_Sp:before,.ArrowRG03_Sp a:before{ content:""; display:inline-block;}
.ArrowB03_Sp:before,.ArrowBG03_Sp a:before{ content:""; display:inline-block;}
.ArrowT03_Sp:before,.ArrowTG03_Sp a:before{ content:""; display:inline-block;}

/* -------------------------------------------------- */
/* flexbox */

.FlexBoxSp{ display:-webkit-box; display:-webkit-flex; display: flex; -webkit-flex-wrap:wrap; flex-wrap:wrap;}
.FlexBoxSpL{ display:-webkit-box; display:-webkit-flex; display: flex; -webkit-flex-wrap:wrap; flex-wrap:wrap; -webkit-justify-content:flex-start; justify-content:flex-start;}
.FlexBoxSpR{ display:-webkit-box; display:-webkit-flex; display: flex; -webkit-flex-wrap:wrap; flex-wrap:wrap; -webkit-justify-content:flex-end; justify-content:flex-end;}
.FlexBoxSpC{ display:-webkit-box; display:-webkit-flex; display: flex; -webkit-flex-wrap:wrap; flex-wrap:wrap; -webkit-justify-content:center; justify-content:center;}
.FlexBoxSpB{ display:-webkit-box; display:-webkit-flex; display: flex; -webkit-flex-wrap:wrap; flex-wrap:wrap; -webkit-justify-content:space-between; justify-content:space-between;}
.FlexBoxSpA{ display:-webkit-box; display:-webkit-flex; display: flex; -webkit-flex-wrap:wrap; flex-wrap:wrap; -webkit-justify-content:space-around; justify-content:space-around;}
.FlexBoxSpM{ display:-webkit-box; display:-webkit-flex; display: flex; -webkit-justify-content:center; justify-content:center; -webkit-align-items:center; align-items:center; -webkit-text-align:center; text-align:center;}

/* -------------------------------------------------- */
/* - FormStyle */

input[type="url"],
input[type="tel"],
input[type="text"],
input[type="number"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {font-size:1.6rem;}

input[type="url"],
input[type="tel"],
input[type="text"],
input[type="number"],
input[type="search"],
input[type="email"],
input[type="submit"],
input[type="password"],
textarea {-webkit-appearance: none; border-radius: 0;}

/* -------------------------------------------------- */
/* block item Width */

.wid10Per_sp {width: 10% !important;}
.wid15Per_sp {width: 15% !important;}
.wid20Per_sp {width: 20% !important;}
.wid25Per_sp {width: 25% !important;}
.wid30Per_sp {width: 30% !important;}
.wid35Per_sp {width: 35% !important;}
.wid40Per_sp {width: 40% !important;}
.wid45Per_sp {width: 45% !important;}
.wid50Per_sp {width: 50% !important;}
.wid55Per_sp {width: 55% !important;}
.wid60Per_sp {width: 60% !important;}
.wid65Per_sp {width: 65% !important;}
.wid70Per_sp {width: 70% !important;}
.wid75Per_sp {width: 75% !important;}
.wid80Per_sp {width: 80% !important;}
.wid85Per_sp {width: 85% !important;}
.wid90Per_sp {width: 90% !important;}
.wid95Per_sp {width: 95% !important;}
.wid100Per_sp {width: 100% !important;}

.wid50_sp {width: 50px !important;}
.wid100_sp {width: 100px !important;}
.wid150_sp {width: 150px !important;}
.wid200_sp {width: 200px !important;}
.wid250_sp {width: 250px !important;}
.wid300_sp {width: 300px !important;}
.wid350_sp {width: 350px !important;}
.wid400_sp {width: 400px !important;}
.wid450_sp {width: 450px !important;}
.wid500_sp {width: 500px !important;}
.wid550_sp {width: 550px !important;}
.wid600_sp {width: 600px !important;}
.wid650_sp {width: 650px !important;}
.wid700_sp {width: 700px !important;}
.wid750_sp {width: 750px !important;}
.wid800_sp {width: 800px !important;}
.wid850_sp {width: 850px !important;}
.wid900_sp {width: 900px !important;}
.wid950_sp {width: 950px !important;}


/* -------------------------------------------------- */
/* block item Margin */

/* - All margin */

.marA0_sp {margin: 0px !important;}
.marA5_sp {margin: 5px !important;}
.marA10_sp {margin: 10px !important;}
.marA15_sp {margin: 15px !important;}
.marA20_sp {margin: 20px !important;}
.marA25_sp {margin: 25px !important;}
.marA30_sp {margin: 30px !important;}
.marA40_sp {margin: 40px !important;}
.marA50_sp {margin: 50px !important;}
.marA60_sp {margin: 60px !important;}
.marA70_sp {margin: 70px !important;}
.marA80_sp {margin: 80px !important;}
.marA90_sp {margin: 90px !important;}

/* - Top margin */

.marT0_sp {margin-top: 0px !important;}
.marT5_sp {margin-top: 5px !important;}
.marT10_sp {margin-top: 10px !important;}
.marT15_sp {margin-top: 15px !important;}
.marT20_sp {margin-top: 20px !important;}
.marT25_sp {margin-top: 25px !important;}
.marT30_sp {margin-top: 30px !important;}
.marT40_sp {margin-top: 40px !important;}
.marT50_sp {margin-top: 50px !important;}
.marT60_sp {margin-top: 60px !important;}
.marT70_sp {margin-top: 70px !important;}
.marT80_sp {margin-top: 80px !important;}
.marT90_sp {margin-top: 90px !important;}

/* - Bottom margin */

.marB0_sp {margin-bottom: 0px !important;}
.marB5_sp {margin-bottom: 5px !important;}
.marB10_sp {margin-bottom: 10px !important;}
.marB15_sp {margin-bottom: 15px !important;}
.marB20_sp {margin-bottom: 20px !important;}
.marB25_sp {margin-bottom: 25px !important;}
.marB30_sp {margin-bottom: 30px !important;}
.marB40_sp {margin-bottom: 40px !important;}
.marB50_sp {margin-bottom: 50px !important;}
.marB60_sp {margin-bottom: 60px !important;}
.marB70_sp {margin-bottom: 70px !important;}
.marB80_sp {margin-bottom: 80px !important;}
.marB90_sp {margin-bottom: 90px !important;}

/* - Left margin */

.marL0_sp {margin-left: 0px !important;}
.marL5_sp {margin-left: 5px !important;}
.marL10_sp {margin-left: 10px !important;}
.marL15_sp {margin-left: 15px !important;}
.marL20_sp {margin-left: 20px !important;}
.marL25_sp {margin-left: 25px !important;}
.marL30_sp {margin-left: 30px !important;}
.marL40_sp {margin-left: 40px !important;}
.marL50_sp {margin-left: 50px !important;}
.marL60_sp {margin-left: 60px !important;}
.marL70_sp {margin-left: 70px !important;}
.marL80_sp {margin-left: 80px !important;}
.marL90_sp {margin-left: 90px !important;}

/* - Right margin */

.marR0_sp {margin-right: 0px !important;}
.marR5_sp {margin-right: 5px !important;}
.marR10_sp {margin-right: 10px !important;}
.marR15_sp {margin-right: 15px !important;}
.marR20_sp {margin-right: 20px !important;}
.marR25_sp {margin-right: 25px !important;}
.marR30_sp {margin-right: 30px !important;}
.marR40_sp {margin-right: 40px !important;}
.marR50_sp {margin-right: 50px !important;}
.marR60_sp {margin-right: 60px !important;}
.marR70_sp {margin-right: 70px !important;}
.marR80_sp {margin-right: 80px !important;}
.marR90_sp {margin-right: 90px !important;}

/* -------------------------------------------------- */

/* - All padding */

.padA0_sp {padding: 0px !important;}
.padA5_sp {padding: 5px !important;}
.padA10_sp {padding: 10px !important;}
.padA15_sp {padding: 15px !important;}
.padA20_sp {padding: 20px !important;}
.padA25_sp {padding: 25px !important;}
.padA30_sp {padding: 30px !important;}
.padA40_sp {padding: 40px !important;}
.padA50_sp {padding: 50px !important;}
.padA60_sp {padding: 60px !important;}
.padA70_sp {padding: 70px !important;}
.padA80_sp {padding: 80px !important;}
.padA90_sp {padding: 90px !important;}

/* - Top padding */

.padT0_sp {padding-top: 0px !important;}
.padT5_sp {padding-top: 5px !important;}
.padT10_sp {padding-top: 10px !important;}
.padT15_sp {padding-top: 15px !important;}
.padT20_sp {padding-top: 20px !important;}
.padT25_sp {padding-top: 25px !important;}
.padT30_sp {padding-top: 30px !important;}
.padT40_sp {padding-top: 40px !important;}
.padT50_sp {padding-top: 50px !important;}
.padT60_sp {padding-top: 60px !important;}
.padT70_sp {padding-top: 70px !important;}
.padT80_sp {padding-top: 80px !important;}
.padT90_sp {padding-top: 90px !important;}

/* - Bottom padding */

.padB0_sp {padding-bottom: 0px !important;}
.padB5_sp {padding-bottom: 5px !important;}
.padB10_sp {padding-bottom: 10px !important;}
.padB15_sp {padding-bottom: 15px !important;}
.padB20_sp {padding-bottom: 20px !important;}
.padB25_sp {padding-bottom: 25px !important;}
.padB30_sp {padding-bottom: 30px !important;}
.padB40_sp {padding-bottom: 40px !important;}
.padB50_sp {padding-bottom: 50px !important;}
.padB60_sp {padding-bottom: 60px !important;}
.padB70_sp {padding-bottom: 70px !important;}
.padB80_sp {padding-bottom: 80px !important;}
.padB90_sp {padding-bottom: 90px !important;}

/* - Left padding */

.padL0_sp {padding-left: 0px !important;}
.padL5_sp {padding-left: 5px !important;}
.padL10_sp {padding-left: 10px !important;}
.padL15_sp {padding-left: 15px !important;}
.padL20_sp {padding-left: 20px !important;}
.padL25_sp {padding-left: 25px !important;}
.padL30_sp {padding-left: 30px !important;}
.padL40_sp {padding-left: 40px !important;}
.padL50_sp {padding-left: 50px !important;}
.padL60_sp {padding-left: 60px !important;}
.padL70_sp {padding-left: 70px !important;}
.padL80_sp {padding-left: 80px !important;}
.padL90_sp {padding-left: 90px !important;}

/* - Right padding */

.padR0_sp {padding-right: 0px !important;}
.padR5_sp {padding-right: 5px !important;}
.padR10_sp {padding-right: 10px !important;}
.padR15_sp {padding-right: 15px !important;}
.padR20_sp {padding-right: 20px !important;}
.padR25_sp {padding-right: 25px !important;}
.padR30_sp {padding-right: 30px !important;}
.padR40_sp {padding-right: 40px !important;}
.padR50_sp {padding-right: 50px !important;}
.padR60_sp {padding-right: 60px !important;}
.padR70_sp {padding-right: 70px !important;}
.padR80_sp {padding-right: 80px !important;}
.padR90_sp {padding-right: 90px !important;}

/* - Font size */

.txt10px_sp{font-size: 1.0rem !important;}
.txt11px_sp{font-size: 1.1rem !important;}
.txt12px_sp{font-size: 1.2rem !important;}
.txt13px_sp{font-size: 1.3rem !important;}
.txt14px_sp{font-size: 1.4rem !important;}
.txt15px_sp{font-size: 1.5rem !important;}
.txt16px_sp{font-size: 1.6rem !important;}
.txt17px_sp{font-size: 1.7rem !important;}
.txt18px_sp{font-size: 1.8rem !important;}
.txt19px_sp{font-size: 1.9rem !important;}
.txt20px_sp{font-size: 2.0rem !important;}
.txt21px_sp{font-size: 2.1rem !important;}
.txt22px_sp{font-size: 2.2rem !important;}
.txt23px_sp{font-size: 2.3rem !important;}
.txt24px_sp{font-size: 2.4rem !important;}
.txt25px_sp{font-size: 2.5rem !important;}
.txt26px_sp{font-size: 2.6rem !important;}

/* Float setting */
.flt-L_sp {float: left !important;}
.flt-R_sp {float: right !important;}

/* Align setting */
.ali-L_sp {text-align: left !important;}
.ali-C_sp {text-align: center !important;}
.ali-R_sp {text-align: right !important;}


/*------------------工事中共通------------------*/

.PreparationBox {margin:30px auto 50px auto; color:#666;}
.PreparationBox h3 {font-size:180%; text-align: center; margin:0 auto 50px auto; position: relative;}
.PreparationBox h3::after {content: ""; position: absolute; bottom: -30px; left: 0; right: 0; text-align: center; margin: 0 auto; width: 190px; height: 3px; background-color: #fff100;}
.PreparationBox p {text-align: center; margin:30px auto 0 auto;}

input[type="text"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="email"],
select,
textarea {transform: scale(0.8) !important; font-size:17px !important; border-radius:5px;}

}

@media screen and (min-width:768px) and ( max-width:1280px) {
#PageTitle {background-attachment: fixed; background-size: contain; background-position: center top; background-repeat: no-repeat; width:100%; height:250px;}

}

