@charset "utf-8";

/* rollover */
a:hover img.hov { background-color: #fff; filter: alpha(opacity=84); -moz-opacity: 0.84; opacity: 0.84; }
.ovrgp a:hover img, img.ovr:hover, input.ovr:hover, button.ovr:hover { background-color: #fff; filter: alpha(opacity=80); opacity: 0.80; }

/* ios */
.ios a:hover img.hov { filter: alpha(opacity=1); -moz-opacity: 1; opacity: 1; } /* ios */
.ios .ovrgp a:hover img, .ios img.ovr:hover, .ios input.ovr:hover { filter: alpha(opacity=1); opacity: 1; } /* ios */

/* img */
img { height: auto; max-width: 100%;/* max-height: 100%;*/ }
img.auto { width: 100%; max-height: inherit; height: inherit; }
@media screen and (min-width: 768px) {
img { max-width: inherit; max-height: inherit; }
img.auto { width: inherit; }
}

.img-responsive{
  width: auto;
  max-width: 100%;
}

/* spimg */
.spimg { width: 100%; margin: 15px 0; }
@media screen and (min-width: 768px) {
.spimg { width: auto; margin: 0; }
}

/* spimg-c */
.spimg-c { display: block; text-align: center; }
.spimg-c img { margin: 0 auto 15px; }
@media screen and (min-width: 768px) {
.spimg-c { display: inherit; text-align: left; }
.spimg-c img { margin: 0; }
}

/* hiddn */
body .pc { display: none !important; }
@media screen and (min-width: 768px) {
body .pc { display: block !important; }
body .sp { display: none !important; }
}

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; background: transparent; border: 0; outline: 0; font-size: 1em; }
body { font-size: 12px; }
body, table, input, textarea, select, option { font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
a:link { color: #39A4B7; text-decoration: underline; }
a:visited { color: #39A4B7; text-decoration: underline; }
a:hover { color: #39A4B7; text-decoration: none; }
a:active { color: #39A4B7; text-decoration: none; }
@media screen and (min-width: 768px) {
body { font-size: 62.5%; }
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body { background: url(../../img/common/body_bg.png) repeat left top; color: #333; text-align: center; }
#container { overflow: hidden; position: relative; background: url(../../img/common/container_bg_sp.png) no-repeat top left; text-align: left; zoom: 1; }
#main { background: url(../../img/common/com_section_bg01.png) no-repeat center bottom -60px; padding: 80px 0 60px; }
.home #main { background: url(../img/common/com_section_bg02_sp.png) no-repeat center bottom; padding: 90px 0 10px; }

@media screen and (min-width: 768px) {
body { min-width: 1024px; line-height: 1.5; color: #666; }
#container { padding-top: 10px; background: url(../../img/common/container_bg.png) no-repeat center top;}
#main { padding: 0 0 28px; background: url(../../img/common/com_section_bg01.png) no-repeat center bottom; }
#main .mainBox { margin: 0 auto; width: 980px; }
* html #main { zoom: 1; }
* + html #main { zoom: 1; }
#main:after { height: 0; visibility: hidden; content: "."; display: block; clear: both; }
}


/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath { margin-bottom: 20px; background: url(../../img/common/icon02.png) no-repeat left 3px; padding-left: 15px; position: relative; zoom: 1; }
#pagePath li { color: #E8467A; display: inline; margin-right: 6px; font-size: 10px; }
#pagePath li a { color: #E8467A; margin-right: 6px; text-decoration: none; }
@media screen and (min-width: 768px) {
#pagePath { margin: 0 0 5px -1px; padding-left: 21px; }
#pagePath li { font-size: 1.3em; margin-right: 8px; }
#pagePath li a { margin-right: 8px; }
#pagePath li a:hover { text-decoration: underline; }
}


/* #page-header */
#page-header { position: relative; z-index: 10008;}
@media screen and (min-width: 768px) {
#page-header { display: none; }
}

/* #sp-fixed */
#sp-fixed { position: fixed; width: 100%; }
@media screen and (min-width: 768px) {
#sp-fixed { position: inherit; }
}

/* #sp-header */
#sp-header { position: relative; width: 100%; height: 90px; padding: 10px; box-sizing: border-box; background: #fff url(../img/common/headline.png) repeat-x top left; /* box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 4px 0; */}
.fixed #sp-header { box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 3px 0; }
@media screen and (min-width: 768px) {
#sp-header { display: none; }
}

/* #sp-logo */
#sp-logo{ padding: 5px 60px 0 5px; }
#sp-logo img{ width: 210px; }

/* #sp-btn */
#sp-btn { float: right; display: inline-block; position: relative; width: 70px; height: 70px; margin-top: 5px; background: url(../img/common/menu_open.png) no-repeat center center; background-size: 60px; }
#sp-btn.open { background: url(../img/common/menu_close.png) no-repeat center center; background-size: 60px; }

@media screen and (min-width: 768px) {
#sp-btn { display: none; }
}

/* #pagelist-panel */
#pagelist-panel { display: none; width: 100%; overflow: auto; box-sizing: border-box; }
#pagelist-panel nav { width: 100%; background: rgba(255,255,255, 1); }
#pagelist-panel dl { margin: 0; }
#pagelist-panel dt { margin: 0; border-top: 1px dotted #eb6e8f; border-bottom: 1px dotted #eb6e8f; }
#pagelist-panel dt a { display: block; padding: 18px 15px; }
#pagelist-panel dd { margin: 0; padding: 8px 0; background: #fbebee; }
#pagelist-panel li { padding: 8px 15px; font-size: 12px; }
#pagelist-panel li a { background: url(../../img/common/icon01.png) no-repeat left 3px; color: #e8457a; display: inline-block; padding-left: 18px; }
#pagelist-panel .mail { padding: 15px 25px; }
#panel-close{ padding: 18px 15px; border-top: 1px dotted #eb6e8f; text-align: center; }

@media screen and (min-width: 768px) {
#pagelist-panel { display: none; }
}


/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
.subpage #conts { margin: 0; box-shadow: rgba(0, 0, 0, 0.2) 0 0 4px 0; }
@media screen and (min-width: 768px) {
#conts { position: relative; float: right; width: 780px; }
.subpage #conts { margin: 0; box-shadow: none; }
}

/*------------------------------------------------------------
	サイドバー
------------------------------------------------------------*/
#sideBar { display: none; }
@media screen and (min-width: 768px) {
#sideBar { display: block; }
#sideBar { background-color: #FFF; float: left; padding: 21px 16px 8px; width: 148px; }
#sideBar .site-id { margin-bottom: 32px; }
#sideBar a:hover img { filter: alpha(opacity=80); opacity: 0.8; }
#sideBar .navi { margin-left: 12px; }
#sideBar .navi li { float: left; padding-bottom: 36px; }
#sideBar .navi .liSpecial { background: url(../../img/common/line02.png) repeat-x left top; margin-left: -28px; padding-top: 1px; position: relative; zoom: 1; }
#sideBar .navi .liSpecial a img { display: inline-block; }
#sideBar .navi .liSpecial div { background: #FCEBEE url(../../img/common/line02.png) repeat-x left bottom; padding: 14px 28px 9px; width: 124px; }
#sideBar .navi .subNavi { margin: 15px 0 0 5px; }
#sideBar .navi .subNavi li { float: none; font-size: 1.2em; padding-bottom: 4px; }
#sideBar .navi .subNavi li a { background: url(../../img/common/icon01.png) no-repeat left 3px; color: #E8467A; display: inline-block; padding-left: 22px; width: auto; }
#sideBar .banner { clear: both; margin-left: -5px; position: relative; zoom: 1; }
#sideBar .banner li { float: left; padding-bottom: 5px; }
}


/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer { background: url(../../img/common/footer_bg.png) repeat-x left top; }
#footer .fBox { padding: 20px 0; }
#footer .fBox ul { overflow: hidden; margin-bottom: 12px; }
#footer .fBox li { float: left; width: 50%; text-align: center;}
#footer .fBox li a { background: url(../../img/common/icon01.png) no-repeat left 3px; color: #FFF; display: inline-block; padding-left: 18px; }
#footer .fBox p { color: #FFF; text-align: center; }

@media screen and (min-width: 768px) {
#footer { overflow: hidden; padding: 8px 0 4px; }
#footer .fBox { margin: 0 auto; padding: 0; padding-right: 26px; width: 954px; }
#footer .fBox ul { float: left; width: 400px; margin-bottom: 0; }
#footer .fBox li { float: none; width: auto; display: inline; text-align: left; font-size: 1.2em; margin-right: 63px; }
#footer .fBox p { float: right; text-align: right; width: 400px; font-size: 1.2em; }
}


/*------------------------------------------------------------
------------------------------------------------------------*/
#main .mainBox { position: relative; /*margin-bottom: 60px;*/ }
@media screen and (min-width: 768px) {
/*#main .mainBox { margin-bottom: 78px; }*/
}

#conts .section { background: #fff url(../img/category/section_bg.jpg) no-repeat left top; margin-bottom: 25px; padding-top: 20px; }
#conts .section .body, #conts .section .bo { padding: 0; }
#conts .section .subBox { padding: 0 15px 50px; background: url(../img/category/sub_box_bg.jpg) no-repeat left bottom; }
#conts .section .mainImg { margin: 0 -15px 15px; position: relative; text-align: center; zoom: 1; }
#conts .section .textUl { margin-bottom: 30px; }
#conts .section .textUl li { background: url(../img/common/line01.png) repeat-x left bottom; font-size: 14px; margin-bottom: 10px; padding: 0 0 10px 0; }
#conts .section p { margin: 0 0 15px; line-height: 1.8; }
#conts .section table, #conts .section li, #conts .section dt, #conts .section dd { font-size: 12px; }
#conts .section .photo { margin: 19px 0; }
#conts .section .inner { margin: -2px 0 20px 9px; position: relative; zoom: 1; }
#conts .section .inner .photoBox { margin-top: 5px; }
#conts .section .inner .textBox p { line-height: 1.8; margin: 0; }
#conts .section h4 { color: #E54679; font-size: 16px; font-weight: normal; margin: 0 0 5px 0; }
#conts .section div + h4 { margin-top: 20px; }
#conts .section .subInner { margin: 0 13px; }
#conts .section .subInner .photoBox { float: left; width: 132px; }
#conts .section .subInner .photoBox p { line-height: 1.2; margin: 10px 0 0 8px; }
#conts .section .subInner .textBox { float: right; margin-top: -5px; width: 554px; }
#conts .section .subInner .textBox p { line-height: 1.8; margin: 0; }

@media screen and (min-width: 768px) {
#conts .section .body, #conts .section .bo { padding: 15px 30px; }
#conts .section .subBox { padding: 0 19px 22px 21px; }
#conts .section .mainImg { margin: 0 -19px 7px -21px; }
#conts .section .textUl { margin-bottom: 31px; }
#conts .section .textUl li { font-size: 1.3em; margin-bottom: 6px; padding: 0 0 6px 1.8em; text-indent: -1.8em; }
#conts .section p { font-size: 1.3em; margin: 0 0 14px 9px; line-height: 2; }
#conts .section table, #conts .section li, #conts .section dt, #conts .section dd { font-size: 13px; }
#conts .section .inner .photoBox { float: right; }
#conts .section .inner .textBox { float: left; width: 560px; }
#conts .section h4 { font-size: 1.6em; margin: 0 0 10px 0; }
#conts .section .subInner { margin: 0 13px; }
}

.body-message-dc01 { display: none; }
.body-message-text { padding-top: 20px; }
@media screen and (min-width: 768px) {
.body-message-dc01 { display: inline; position: absolute; top: -17px; left: 340px; }
.body-message-text { width: 356px; border: #ccc 1px solid; padding: 12px; background-color: #fff; margin-top: -60px; position: relative; padding-top: 40px; }
.body-message-profile { width: 340px; }
}

dl { margin-bottom: 15px; }
dt { font-weight: bold; color: #E54679; margin-bottom: 7px; }
dd { margin-left: 5px; }
@media screen and (min-width: 768px) {
dl { margin-bottom: 10px; }
dt { font-size: 1.3em; margin-bottom: 5px; }
dd { margin-left: 15px; }
}

.qa { background-image: url(../recruit/img/qa-bg01.png); border-radius: 5px; padding: 10px; margin-bottom: 15px; }
.qa-inner { background-image: url(../recruit/img/qa-bg02.png); border-radius: 3px; margin: 0; }
.qa-q { color: #E8467A; background: url(../recruit/img/qa-t01-q.png) no-repeat left top; background-size: 25px; min-height: 25px; margin: 0 !important; padding: 5px 0 0 40px; }
.qa-a { margin-bottom: 0 !important; color: #666; background: url(../recruit/img/qa-t02-a.png) no-repeat left top; background-size: 25px; min-height: 25px; margin: 0 !important; padding: 5px 0 0 40px; }
.qa-a-wrapper { background: url(../recruit/img/qa-line01.png) no-repeat 0 0; padding: 10px; }
.qa-q-wrapper { padding: 10px; }

@media screen and (min-width: 768px) {
.qa { width: 700px; border-radius: 7px; margin-bottom: 20px; }
.qa-inner { border-radius: 5px; }
.qa-q { background: url(../recruit/img/qa-t01-q.png) no-repeat left top; background-size: 40px; min-height: 40px;  padding: 7px 0 0 50px; }
.qa-a { background: url(../recruit/img/qa-t02-a.png) no-repeat left top; background-size: 40px; min-height: 40px;  padding: 7px 0 0 50px; }
}

.ivs { margin: 0 auto; }
#conts .section .ivs .body { padding: 15px 0; }
.iv { line-height: 24px; }
.iv dt { margin-bottom: 10px; }

@media screen and (min-width: 768px) {
.ivs { width: 680px; }
}


tr.over td, tr.fin td, tr.done td { background-color: #ddd; color: #aaa !important; }
.tbl-form em{display: block;font-weight: normal;color:#898;font-size: 11px; margin-top: 5px;}
.tbl-form th, .tbl-form td { display: block; text-align: left; }
@media screen and (min-width: 768px) {
.tbl-form th, .tbl-form td { display: table-cell; }
}


/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/

.home #conts .bannerUl { height: 1000px; position: relative; }
.home #conts .bannerUl { height: 840px; position: relative; }
.home #conts .bannerUl li { display: block; position: absolute; top: 10px; left: -20px; z-index: 999; }
.home #conts .bannerUl li.banner01 { left: inherit; left: auto; top: 200px; right: -20px; }
.home #conts .bannerUl li.banner02 { top: 400px; left: -20px; }
.home #conts .bannerUl li.banner03 { left: inherit; top: 600px; right: -20px; }
.home #conts .bannerUl li.banner04 { top: 800px; left: -20px; }

/*.home #conts .bannerUl li a { display: block; }*/

.home .comSection .subBox { padding-top: 70px; }
.home .comSection .link { margin: 0 10px; overflow: hidden; padding-left: 0; background-image: none; }
.home .comSection .link li { float: left; width: 50%; padding-bottom: 10px; box-sizing: border-box; }
.home .comSection .link li:nth-child(odd) { padding-right: 5px; }
.home .comSection .link li:nth-child(even) { padding-left: 5px; }
.home .comSection .rBox { margin: 10px; }
.home .comSection .rBox dl { background: #FFF; border-radius: 0 0 5px 5px; }
.home .comSection .rBox dt { padding: 15px 15px 0; }
.home .comSection .rBox dd { margin: 0; padding: 0 15px 15px;  background: url(../img/common/line01.png) repeat-x left bottom; }
.home .comSection .rBox dd a { background: url(../img/common/icon01.png) no-repeat left 4px; display: inline-block; padding-left: 20px; }
.home .comSection .rBox .none { background: none; margin-bottom: 0; }
.home #container h2 { margin-bottom: 0; }

@media screen and (min-width: 768px) {
.home #main { background: url(../img/common/com_section_bg02.png) no-repeat center bottom; padding: 0 0 17px; }
.home #conts .bannerUl { height: 400px; }
/*.home #conts .bannerUl li { top: 62px; left: 57px; text-align: left; }*/
.home #conts .bannerUl li { top: 62px; left: 117px; text-align: left; }
.home #conts .bannerUl li.banner01 { left: 445px; top: 62px; right: inherit; }
/*.home #conts .bannerUl li.banner02 { top: 205px; left: 235px; }*/
.home #conts .bannerUl li.banner02 { top: 274px; left: 335px; }
/*.home #conts .bannerUl li.banner03 { left: 0; top: 294px; right: inherit; }*/
.home #conts .bannerUl li.banner03 { left: 50px; top: 294px; right: inherit; }
.home #conts .bannerUl li.banner04 { left: 580px; top: 310px; }
.home .comSection .subBox { padding-top: 172px; }
.home .comSection .link { float: left; margin: 0 -10px 0 0; width: 480px; }
.home .comSection .link li { float: inherit; width: auto; padding: 0 10px 10px 0; }
.home .comSection .rBox { float: right; width: 490px; margin: 0; }
.home .comSection .rBox dl { background: #FFF url(../img/index/dl_bg.png) no-repeat left bottom; font-size: 1.2em; padding: 18px 0 19px; }
.home .comSection .rBox dt { float: left; clear: left; padding: 0 0 0 15px; font-size: 1em; margin-bottom: 0; font-weight: normal; }
.home .comSection .rBox dd { line-height: 1.8; margin-bottom: 8px; padding: 0 30px 8px 11.2em; margin-left: 0; }
.home .comSection .rBox .none { padding-bottom: 0; }
.home #container h2 .images { right: 0; top: -16px; }
.home .comSection { padding-left: 0; width: 980px; }
.home .comSection .ulList { position: absolute; top: -40px; left: 29px; width: 980px; }
.home .comSection .photo { padding: 4px 0 0 208px; }
.home .pageTop { top: 95px; }
}

/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft,.al { text-align: left !important; }
.taCenter,.ac { text-align: center !important; }
.taRight,.ar { text-align: right !important; }

/* フォントの大きさ（プラス） */
.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

/* フォントの大きさ（マイナス） */
.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
* html .clearfix { zoom: 1; }
* + html .clearfix { zoom: 1; }
.clearfix:after { height: 0; visibility: hidden; content: "."; display: block; clear: both; }
* html .row { zoom: 1; }
* + html .row { zoom: 1; }
.row:after { height: 0; visibility: hidden; content: "."; display: block; clear: both; }
img { vertical-align: top; }
li img, dl img { display: block; vertical-align: baseline; }
@media screen and (min-width: 768px) {
.floatL { float: left; }
.floatR { float: right; }
}

em{font-weight: bold;font-style: normal;}
.row:before,.row:after {display: table;line-height: 0;content: "";}
.row:after { clear: both }
.hide{visibility: hidden;}
.inline{display: inline !important;}
@media screen and (min-width: 768px) {
.fl,.col1 {float: left!important;}.fr,.col2{float: right!important;}
.cl,.clear{clear: both;}
.ir{text-indent: 100%;white-space: nowrap;overflow: hidden;}
.lc{margin-right: 0 !important;}
.fs9{font-size:9px !important;}.fs10{font-size:10px !important;}.fs11{font-size:11px !important;}.fs12{font-size:12px !important;}.fs13{font-size:13px !important;}.fs14{font-size:14px !important;}.fs16{font-size:16px !important;}.fs18{font-size:18px !important;}.fs20{font-size:20px !important;}.fs22{font-size:22px !important;}.fs24{font-size:24px !important;}
.mb0{margin-bottom:0 !important;}.mb5{margin-bottom:5px !important;}.mb10{margin-bottom:10px !important;}.mb15{margin-bottom:15px !important;}.mb20{margin-bottom:20px !important;}.mb30{margin-bottom:30px !important;}.mb40{margin-bottom:40px !important;}.mb50{margin-bottom:50px !important;}.mb80{margin-bottom:80px !important;}.mb100{margin-bottom:100px !important;}
.mb-20{margin-bottom: -20px;}
.mr0 {margin-right: 0!important;}.mr10 {margin-right: 10px !important;}.mr15 {margin-right: 15px !important;}.mr20 {margin-right: 20px !important;}.mr25 {margin-right: 25px !important;}.mr30 {margin-right: 30px !important;}.mr50 {margin-right: 50px !important;}.ml0 {margin-left: 0 !important;}.ml10 {margin-left: 10px !important;}.ml20 {margin-left: 20px !important;}.ml30 {margin-left: 30px !important;}
.pl10 {padding-left: 10px !important;}.pr10 {padding-right: 10px !important;}.pt10{padding-top: 10px;}.pt20{padding-top: 20px;}.pt30{padding-top: 30px;}.pt40{padding-top: 40px;}
.mt10{margin-top: 10px;} .mt20{margin-top: 20px !important;}.mt35{margin-top: 35px !important;}.mt50{margin-top: 50px !important;}
.w16{width: 16px;}.w20{width: 20px;}
.w40{width:40px !important;}.w50{width:50px !important;}.w60{width:60px !important;}.w75{width:75px !important;}.w80{width:80px !important;}.w90{width:90px !important;}.w93{width:93px !important;}.w100{width:100px !important;}.w125{width:125px !important;}.w150{width:150px !important;}.w175{width:175px !important;}.w200{width:200px !important;}.w250{width:250px !important;}
.w270{width:270px !important;}.w300{width:300px !important;}.w325{width:325px !important;}.w350{width:350px !important;}.w400{width:400px !important;}.w420{width:420px !important;}.w450{width:450px !important;}.w500{width:500px !important;}.w550{width:550px !important;}.w600{width:600px !important;}.w700{width:700px !important;}
.wide{width: 100% !important;}
.lh20{line-height: 2.0 !important;}
.ime-jp{ ime-mode: active;}.ime-en{ ime-mode: inactive;}
.text-left,.al { text-align: left !important;}.text-right,.ar { text-align: right !important;}.text-center,.ac { text-align: center !important;}
.h150{height: 150px;}
.h250{height: 250px;}
.h300{height: 300px;}
.h350{height: 350px;}
.h400{height: 400px;}
.h900{height: 900px;}
.h960{height: 960px;}s
.flex {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start; }
.__col1  { width: 8.33% !important}
.__col2  { width: 16.6666% !important}
.__col3  { width: 25% !important}
.__col4  { width: 33.33% !important}
.__col5  { width: 41.6666% !important}
.__col6  { width: 50% !important}
.__col7  { width: 58.3333% !important}
.__col8  { width: 66.67% !important}
.__col9  { width: 75% !important}
.__col10 { width: 83.3333% !important}
.__col11 {width: 91.66% !important}
.__col12 { width: 100% !important}
.flex.m60 {
  margin-right: -30px;
  margin-left: -30px;
}
.m60 > * {
  padding-right: 30px;
  padding-left: 30px;
}
.flex.m50 {
  margin-right: -25px;
  margin-left: -25px;
}
.m50 > * {
  padding-right: 25px;
  padding-left: 25px;
}
.flex.m40 {
  margin-right: -20px;
  margin-left: -20px;
}
.m40 > * {
  padding-right: 20px;
  padding-left: 20px;
}
.flex.m30 {
  margin-right: -15px;
  margin-left: -15px;
}
.m30 > * {
  padding-right: 15px;
  padding-left: 15px;
}
.flex.m20 {
  margin-right: -10px;
  margin-left: -10px;
}
.m20 > * {
  padding-right: 10px;
  padding-left: 10px;
}
.flex.m10 {
  margin-right: -5px;
  margin-left: -5px;
}
.m10 > * {
  padding-right: 5px;
  padding-left: 5px;
}
}
@media screen and (max-width: 768px) {
.__col2, .__col3, .__col4, .__col5, .__col6, .__col7, .__col8, .__col9, .__col10{
    width: 100% !important;
}
  .flex.m60 {
    margin-right: -15px;
    margin-left: -15px;
  }
  .m60 > * {
    padding-right: 15px;
    padding-left: 15px;
  }
  .flex.m50 {
    margin-right: -10px;
    margin-left: -10px;
  }
  .m50 > * {
    padding-right: 10px;
    padding-left: 10px;
  }
  .flex.m40 {
    margin-right: -10px;
    margin-left: -10px;
  }
  .m40 > * {
    padding-right: 10px;
    padding-left: 10px;
  }
  .flex.m30 {
    margin-right: -10px;
    margin-left: -10px;
  }
  .m30 > * {
    padding-right: 10px;
    padding-left: 10px;
  }
  .flex.m20 {
    margin-right: -5px;
    margin-left: -5px;
  }
  .m20 > * {
    padding-right: 5px;
    padding-left: 5px;
  }
.__col2-sp  { width: 16.6666% !important}
.__col3-sp  { width: 25% !important}
.__col4-sp  { width: 33.33% !important}
.__col5-sp  { width: 41.6666% !important}
.__col6-sp  { width: 50% !important}
.__col7-sp  { width: 58.3333% !important}
.__col8-sp  { width: 66.67% !important}
.__col9-sp  { width: 75% !important}
.__col10-sp { width: 83.3333% !important}
.__col12-sp { width: 100% !important}
}

.mx-auto{margin-left: auto;margin-right: auto;}

.link-box p, .link-box li, .link { background: url(../../img/common/icon01.png) no-repeat left center; padding-left: 22px; }

.notice{color: #E8467A;}

table { width: 100%; max-width: 100%; margin-bottom: 15px; background-color: transparent; border-collapse: collapse; border-spacing: 0;}
thead { display: table-header-group; vertical-align: middle; border-color: inherit; }
tbody { display: table-row-group; vertical-align: middle; border-color: inherit; }
tr { display: table-row; vertical-align: middle; border-color: inherit; }
td{ padding: 8px; box-sizing: border-box; }
th{ background-color: #D8EAA7; color: inherit; font-weight: normal; padding: 8px; box-sizing: border-box; text-align: center; }
th.w50 { width: 50px; }
.tbl01 th,.tbl01 td { vertical-align: middle; border: 1px solid #C8DD75; line-height: 1.8; }
.tbl-form th,.tbl-form td { border-top: none; border-bottom: none; }
.tbl-form tr:first-child th { border-top: 1px solid #C8DD75; }
.tbl-form tr:last-child td { border-bottom: 1px solid #C8DD75; }

@media screen and (min-width: 768px) {
table { margin-bottom: 0; }
td{ box-sizing: inherit; }
th{ text-align: left; box-sizing: inherit; }
.tbl-form th,.tbl-form td { border: 1px solid #C8DD75; }
.tbl-form th { width: 150px; }
}

.require{padding: 3px 4px; color:#fff;background-color:#70980F;border: 1px solid #fff;font-size: 10px;}

input[type=text] { width: 100%; font-size: 14px; height: 22px; padding-bottom: 1px; padding-left: 1px; padding-right: 0px; padding-top: 1px; }
input[type=text].w150 { width: 100px; }
input[type=text].w80 { width: 60px; }
.tbl-form textarea { width: 100%; height: 80px; }
input[type=text].input-large { font-size: 16px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; letter-spacing: 0.05em; height: 26px; }
@media screen and (min-width: 768px) {
input[type=text] { width: auto; }
input[type=text].w150 { width: 150px; }
input[type=text].w80 { width: 80px; }
.tbl-form textarea { width: 400px; height: 120px; }
}

/*form*/
.form-action{ text-align: center; }
input.btn.submit{ display: block; width: 100%; /* 300px */ height: 0; /* 40px */ padding-top: 13.333%; /* 高さ÷横幅×100= */ margin:auto; border: none; text-indent: -9999px; background: url(../contact/img/contact-btn-confirm_sp.png) no-repeat 0 0; background-size: contain; }
p#cta-btn-prev{ width: 70%; /* 260px */ height: 0; /* 40px */ padding-top: 12.384%; /* 高さ÷横幅×100= */ margin: 15px auto 0 !important; border: none;text-indent: -9999px;background: url(../contact/img/contact-btn-prev_sp.png) no-repeat 0 0 ; background-size: contain; }
input.btn.submit-send{ display: block; width: 100%; /* 300px */ height: 0; /* 40px */ padding-top: 13.333%; /* 高さ÷横幅×100= */ margin: 0 auto; border: none; text-indent: -9999px; background: url(../contact/img/contact-btn-send_sp.png) no-repeat 0 0; background-size: contain; }
p.hint{color:#c00;margin-bottom: 0 !important; font-weight: bold;font-size: 13px !important;margin: 0 !important;;}
th.hint,td.hint{background-color:#FFEFF0;}
th.hint input[type=text], td.hint input[type=text] { border:2px solid #c00; }

@media screen and (min-width: 768px) {
.form-action{ padding:30px 0 90px; }
input.btn.submit{ cursor: pointer; width: 300px; height: 40px; padding: 0; background: url(../contact/img/contact-btn-confirm.png) no-repeat 0 0; }
p#cta-btn-prev{ cursor: pointer; width:260px; height: 40px; margin: 0 !important; padding: 0; background: url(../contact/img/contact-btn-prev.png) no-repeat 0 0 ; float: left;}
input.btn.submit-send{ cursor: pointer; width: 300px; height: 40px; padding: 0; background: url(../contact/img/contact-btn-send.png) no-repeat 0 0; float: right;}
input.btn.submit:hover{ background: url(../contact/img/contact-btn-confirm.png) no-repeat 0 -40px; }
p#cta-btn-prev:hover{ background:url(../contact/img/contact-btn-prev.png) no-repeat 0 -40px; }
input.btn.submit-send:hover{ background: url(../contact/img/contact-btn-send.png) no-repeat 0 -40px; }
textarea{ font-size: 13px; }
}


/*------------------------------------------------------------
	comSection
------------------------------------------------------------*/
/*.comSection .ulList li:first-child { display: none; }*/
.comSection .photo { position: relative; padding: 0 15px 30px; }
.comSection .photo .photo03 img { position: absolute; top: -60px; right: 0; width: 35%; max-width: 110px; }
.comSection .photo .images { width: 70%; max-width: 220px; margin: 0 auto 0 auto; position: relative; zoom: 1; }

@media screen and (min-width: 768px) {
.comSection { clear: both; margin: 0 auto; padding-left: 10px; position: relative; width: 951px; }
.comSection .ulList li:first-child { display: block; margin-right: auto; margin-left: auto;}
/*.comSection li { float: left; }*/
/*.comSection .photo { padding: 11px 0 0 130px; }*/
.comSection .photo a {display: block; width: 214px;}
.comSection .photo .photo03 { float: left; /*margin-top: -89px;*/ display: block; margin-top: -80px; }
.comSection .photo .photo03 img { position: inherit; top: inherit; right: inherit; width: auto; }
.comSection .photo .photo03 img.nx + img { display: none; transition: .5s; }
.comSection .photo img { float: left; margin-top: 0; display: block; }
.comSection .photo .images { width: auto; }
}




/*------------------------------------------------------------
	h2
------------------------------------------------------------*/
#container h2 { margin-bottom: 15px; position: relative; }
#container .h2Ttl { margin-bottom: 15px; }
#container h2 .images { width: 48px; position: absolute; right: 3px; top: -8px; }
#container div + h2 { margin-top: 20px; }

@media screen and (min-width: 768px) {
#container h2 .images { width: 68px; position: absolute; right: -1px; top: -14px; }
#container div + h2 { margin-top: 0; }
}

/*------------------------------------------------------------
	h3
------------------------------------------------------------*/
#conts h3 { padding: 5px 5px; background: #fcebee; border: 1px solid #ffb9cf; border-radius: 5px; color: #E74679; font-size: 14px; font-weight: normal; margin-bottom: 15px; }
#conts h3 span { background: url(../../img/category/h3_ico.png) no-repeat left center; padding: 0 0 0 18px; }
#conts div + h3 { margin-top: 20px; }
@media screen and (min-width: 768px) {
#conts h3 { padding: 2px 12px; font-size: 1.6em; margin-bottom: 17px; }
#conts h3 span { padding: 0 0 0 24px; }
#conts div + h3 { margin-top: 0; }
}

/*------------------------------------------------------------
	pageTop
------------------------------------------------------------*/
.pageTop { display: none; }
@media screen and (min-width: 768px) {
.pageTop { display: block; float: none !important; position: absolute; top: 42px; right: -34px; }
}

#pageTop { position: fixed; bottom: 15px; right: 15px; }
@media screen and (min-width: 768px) {
#pageTop { display: none !important; }
}


/*------------------------------------------------------------
	.cat-nav
------------------------------------------------------------*/
.cat-nav { margin-top: 15px; }
.cat-nav li { width: 100%; height: 87px; margin: 0 0 10px; box-sizing: border-box; background: url(../../img/common/cat_bg.png) no-repeat; background-size: contain; }
.cat-nav li a { display: block; padding: 30px 0 0 30px; box-sizing: border-box; font-size: 14px; color: #E74679;}
@media screen and (min-width: 375px) {
.cat-nav li { height: 100px; }
.cat-nav li a { padding: 37px 0 0 40px; }
}
@media screen and (min-width: 600px) {
.cat-nav li { height: 130px; }
.cat-nav li a { padding: 50px 0 0 50px; font-size: 16px; }
}
@media screen and (min-width: 768px) {
.cat-nav { margin-top: 30px; }
.cat-nav ul { overflow: hidden; margin: 0 -20px -10px 0; }
.cat-nav li { float: left; width: 360px; height: 107px; margin: 0 20px 10px 0; padding: 38px 0 0 38px; }
.cat-nav li a { display: inline; padding: 0; }
}







