@charset "UTF-8";
/*(c)i-WORK*/
/*フォント*/
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(//fonts.googleapis.com/earlyaccess/mplus1p.css);
/*font-family:"Mplus 1p";*/
@import url(//fonts.googleapis.com/earlyaccess/roundedmplus1c.css);
/*font-family:"Rounded Mplus 1c";*/
@import url(//fonts.googleapis.com/earlyaccess/sawarabimincho.css);
/*font-family:"Sawarabi Mincho";*/
@font-face { font-family: 'Icons'; src: url("/fonts/icons.eot"); src: url("/fonts/icons.eot?#iefix") format("embedded-opentype"), url("/fonts/icons.woff") format("woff"), url("/fonts/icons.ttf") format("truetype"), url("/fonts/icons.svg#Icons") format("svg"); }
@font-face { font-family: 'Form'; src: url("/fonts/form.eot"); src: url("/fonts/form.eot?#iefix") format("embedded-opentype"), url("/fonts/form.woff") format("woff"), url("/fonts/form.ttf") format("truetype"), url("/fonts/form.svg#Form") format("svg"); }
@font-face { font-family: 'Din'; src: url("/fonts/din1451alt.eot"); src: url("/fonts/din1451alt.eot?#iefix") format("embedded-opentype"), url("/fonts/din1451alt.woff") format("woff"), url("/fonts/din1451alt.ttf") format("truetype"), url("/fonts/din1451alt.svg#Din") format("svg"); }
/*色設定*/
/*フォントサイズ設定*/
/*ベーシック*/
html { overflow-y: scroll; }

body, h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, figure { margin: 0px; padding: 0px; color: #333; font-weight: normal; }

body { background: #fff; text-align: center; font-size: 16px; line-height: 1.4; min-width: 100%; -webkit-text-size-adjust: 100%; }

li { list-style: none; }

a { outline: none; color: inherit; text-decoration: none; }

i { font-style: normal; font-family: "Icons"; }

b { font-weight: normal; }

hr { display: none; }

address { font-style: normal; }

img { border: 0px; vertical-align: bottom; }

.TC { text-align: center; }

.TR { text-align: right; }

.TL { text-align: left; }

.FL { float: left; }

.FR { float: right; }

.SP { display: none; }

.ImgR { float: right; margin: 0 0 15px 30px; }

.ImgL { float: left; margin: 0 30px 15px 0; }

.Color01 { color: #DF0024; }

.Color02 { color: #E5790B; }

.SizeS { font-size: 13px; }

.SizeM { font-size: 14px; }

.SizeL { font-size: 15px; }

.PC50 { width: 50%; }

.PC33 { width: 33.333%; }

.PC16 { width: 16.666%; }

.PC12 { width: 12.5%; }

.CF { *zoom: 1; }
.CF::before, .CF::after { content: " "; display: table; }
.CF::after { clear: both; }

.CB { clear: both; }

.Img2 li { float: left; }
.Img2 li:first-child { margin-left: 0px; }
.Img2 li img { width: 100%; }
.Img2 li span { display: block; font-size: 12px; padding-top: 5px; }
.Img2 li { float: left; width: 48.5%; margin-left: 3%; }
.Img2 li:nth-child(2n+1) { margin-left: 0px; }

.Img3 li { float: left; }
.Img3 li:first-child { margin-left: 0px; }
.Img3 li img { width: 100%; }
.Img3 li span { display: block; font-size: 12px; padding-top: 5px; }
.Img3 li { float: left; width: 31%; margin-left: 3.5%; }
.Img3 li:nth-child(3n+1) { margin-left: 0px; }

.Img4 li { float: left; }
.Img4 li:first-child { margin-left: 0px; }
.Img4 li img { width: 100%; }
.Img4 li span { display: block; font-size: 12px; padding-top: 5px; }
.Img4 li { float: left; width: 22.75%; margin-left: 3%; }
.Img4 li:nth-child(4n+1) { margin-left: 0px; }

/*フォント設定*/
body, code, select, option, input, textarea, .F0 { font-family: "游ゴシック M",YuGothic M, "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN", "メイリオ","Meiryo", "HGPｺﾞｼｯｸM", "Osaka","ＭＳ Ｐゴシック",sans-serif,"Century Gothic",Arial; }

/*フォーム装飾*/
label { cursor: pointer; }

input[type=checkbox] { display: none; }
input[type=checkbox] + span::before { content: '□'; color: #ccc; font-family: 'Form'; margin-right: 5px; font-size: 18px; vertical-align: -2px; }
input[type=checkbox]:checked + span::before { content: '■'; color: #DF0024; }

input[type=radio] { display: none; }
input[type=radio] + span::before { content: '○'; color: #ccc; font-family: 'Form'; margin-right: 5px; font-size: 18px; vertical-align: -2px; }
input[type=radio]:checked + span::before { content: '●'; color: #DF0024; }

::-webkit-input-placeholder { color: #000; opacity: 0.2; }

:-moz-placeholder { color: #000; opacity: 0.2; }

select { -moz-appearance: none; -webkit-appearance: none; appearance: none; border-radius: 0; border: 0; margin: 0; padding: 0; background: none transparent; vertical-align: middle; font-size: inherit; color: inherit; box-sizing: content-box; cursor: pointer; }

option { cursor: pointer; }

select { -moz-appearance: none; text-indent: 0.01px; text-overflow: ''; }

select::-ms-expand { display: none; }

label.Chk { color: #DF0024; }

/*画像オンマウス*/
a:hover { opacity: 0.5; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; transition: all 0.5s ease; }

a.TEL:hover { opacity: 1; cursor: default; }

/*横幅*/
#Hd, #Main, #Ft, #ScC { width: 1300px; margin: 0 auto; }

#Doc { width: 1000px; }

.box { width: 1200px; margin: 0 auto; }

body { min-width: 1400px; }

header { background: #fff url(/img/common/bg_header.png) repeat-x; height: 140px; z-index: 2; position: relative; }

#Hd { position: relative; /*ul li:hover ul {display:block;@include Transition(1);}*/ }
#Hd div.hum { display: none; }
#Hd h1, #Hd h2, #Hd ol, #Hd ul, #Hd p, #Hd address { position: absolute; }
#Hd h1 { top: 60px; left: 0px; }
#Hd h1 img { height: 50px; }
#Hd h2 { font-size: 14px; line-height: 40px; color: #fff; font-weight: normal; opacity: 0.8; }
#Hd p { top: 0px; right: 0px; width: 240px; height: 58px; background: #E5790B; -moz-border-radius: 0px 0px 5px 5px; -webkit-border-radius: 0px 0px 5px 5px; -o-border-radius: 0px 0px 5px 5px; -ms-border-radius: 0px 0px 5px 5px; border-radius: 0px 0px 5px 5px; border-bottom: 2px solid #b15d08; }
#Hd p a { display: block; }
#Hd p a img { height: 30px; padding-top: 13px; }
#Hd p span { display: none; }
#Hd address { top: 75px; right: 20px; }
#Hd address img { width: 200px; }
#Hd ol { top: 0px; right: 240px; }
#Hd ol li { float: left; /*width:185px;*/ width: 124px; line-height: 40px; color: #fff; font-size: 13px; }
#Hd ol li a { display: block; border-left: 1px solid #df8687; }
#Hd ul { top: 95px; right: 260px; }
#Hd ul li { float: left; width: 240px; font-weight: bold; position: relative; font-size: 15px; line-height: 20px; /*&:hover a {border-color:$Color01;}*/ }
#Hd ul li img { width: 20px; margin-right: 5px; }
#Hd ul li a { -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; transition: all 0.5s ease; padding-bottom: 15px; display: block; margin: 0 25px; border-bottom: 2px solid #fff; }
#Hd ul li ul { display: none; top: -20px; right: 5px; padding: 60px 0 15px 0; background: #fff; width: 245px; text-align: center; box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1); -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px; border-radius: 5px; z-index: -1; opacity: 0.98; }
#Hd ul li ul li { float: none; width: auto; font-size: 14px; font-weight: 500; line-height: 35px; margin: 0 20px; border-top: 1px solid #eee; color: #666; }
#Hd ul li ul li a { padding: 0px; margin: 0px; border: 0px; }
#Hd ul li ul li:first-child { border-top: 0px; padding-top: 5px; }
#Hd ul li ul li:hover { color: #DF0024; }

#Ent { display: none; }

footer { z-index: 3; background: #fff; background: url(/img/common/foot_bg.png) repeat-x bottom center; clear: both; }

#Ft { position: relative; margin: 0 auto; text-align: left; color: #fff; height: 240px; }
#Ft h2 { display: none; }
#Ft figure, #Ft h1, #Ft address, #Ft code, #Ft ul, #Ft span { position: absolute; }
#Ft address, #Ft code, #Ft ul { opacity: 0.95; }
#Ft figure { top: 50px; left: 0px; }
#Ft figure img { height: 100px; }
#Ft h1 { top: 50px; left: 120px; font-size: 0px; }
#Ft h1 img { height: 30px; }
#Ft address { top: 85px; left: 120px; font-size: 13px; line-height: 20px; }
#Ft code { top: 130px; left: 120px; font-size: 11px; }
#Ft code br { display: none; }
#Ft ul { top: 50px; right: 380px; }
#Ft ul li { font-size: 14px; line-height: 30px; color: #fff; list-style: disc; margin-left: 2em; }
#Ft ul + ul { right: 165px; }
#Ft ul + ul + ul { right: 0px; }
#Ft span { display: block; color: #333; font-size: 11px; right: 0px; bottom: 0px; line-height: 40px; }

#Sub { background: #26c6da; text-align: center; }
#Sub h1 { color: #fff; line-height: 100px; font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "ＭＳ 明朝", "MS Mincho", serif; font-size: 28px; }
#Sub nav { width: 100%; border-bottom: 5px solid #DF0024; }
#Sub ul { letter-spacing: -.40em; }
#Sub li { color: #fff; display: inline-block; letter-spacing: normal; line-height: 60px; width: 210px; border: 1px solid rgba(255, 255, 255, 0.5); font-size: 14px; border-width: 1px 1px 0px 0px; }
#Sub li:first-child { border-left: 1px solid rgba(255, 255, 255, 0.5); }
#Sub li.curr { background: #DF0024; }
#Sub li a { display: block; }

#Pan { height: 50px; background: #f8f8f8; }
#Pan p { width: 1300px; margin: 0 auto; line-height: 50px; text-align: left; font-size: 12px; font-weight: bold; }
#Pan p img { width: 12px; vertical-align: -1px; margin-right: 5px; }
#Pan p span::after { content: '>'; font-family: "Icons"; padding: 0 3px 0 8px; }

#Btm { text-align: center; padding: 20px 0 40px 0; }
#Btm p:first-child { background: #000; display: block; width: 300px; line-height: 40px; font-size: 18px; font-weight: bold; text-align: center; margin: 0 auto 20px auto; color: #fff; -moz-border-radius: 20px; -webkit-border-radius: 20px; -o-border-radius: 20px; -ms-border-radius: 20px; border-radius: 20px; }
#Btm figure { margin-top: 20px; }
#Btm figure img { width: 260px; }
#Btm figure a img { width: 300px; }
#Btm div { margin-top: -20px; }
#Btm div a img { width: 560px; }

/*article*/
article { text-align: left; min-height: 550px; }
article h1 { font-size: 14px; line-height: 40px; text-align: center; }
article h1 + span { color: #DF0024; font-family: "Din"; font-size: 35px; line-height: 40px; text-align: center; display: block; margin-bottom: 30px; }
article p { font-size: 14px; line-height: 28px; margin-bottom: 14px; }
article p.mid01 { font-size: 30px; line-height: 50px; margin: 30px 0; text-align: center; font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "ＭＳ 明朝", "MS Mincho", serif; }
article p.mid02 { font-size: 15px; line-height: 35px; margin-bottom: 35px; text-align: center; }
article p a { color: #DF0024; border-bottom: 1px solid #DF0024; }
article ul, article ol { overflow: hidden; position: relative; zoom: 100%; }
article ul::after, article ol::after { content: ""; clear: both; height: 0; display: block; visibility: hidden; }
article table { border-collapse: collapse; width: 100%; text-align: left; }
article table th, article table td { border: 1px solid #ddd; padding: 5px 10px; font-size: 14px; }
article th { background: #f8f8f8; }
article form { text-align: center; }
article label { margin-right: 20px; }
article input[type='text'], article textarea { border: 2px solid #ddd; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px; border-radius: 5px; padding: 5px 25px 5px 10px; font-size: 13px; background: none; width: 400px; }
article input[type='text'].pos1, article textarea.pos1 { width: 60px; }
article input[type='text'].pos2, article textarea.pos2 { width: 80px; }
article input[type='text'].add, article textarea.add { width: 700px; }
article input[type='text'].com, article textarea.com { width: 700px; height: 300px; }
article span.select { display: inline-block; position: relative; margin-right: 5px; }
article span.select::after { content: '↓'; font-family: 'Icons'; margin-left: -15px; font-size: 9px; z-index: -1; position: absolute; right: 8px; top: 11px; }
article select { border: 2px solid #ddd; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px; border-radius: 5px; padding: 5px 25px 5px 10px; font-size: 13px; background: none; }
article .att { color: #DF0024; }
article .btn { padding: 40px 0; text-align: center; }
article .btn label { display: block; padding: 0 0 30px 0; font-size: 16px; position: relative; cursor: pointer; }
article .btn label span { padding: 0 5px; }
article .btn label i { vertical-align: -4px !important; }
article .btn label i::before { vertical-align: 5px !important; padding: 0px !important; }
article .btn label a { border-style: solid; border-width: 0 0 1px 0; color: #DF0024; margin-right: 5px; }
article .btn ul { letter-spacing: -.40em; }
article .btn ul li { display: inline-block; letter-spacing: normal; width: 25%; background: #808080; margin: 0 20px; line-height: 60px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px; border-radius: 5px; color: #fff; font-weight: 500; border-bottom: 3px solid #666; }
article .btn ul li a { display: block; }
article .btn ul li.red { background: #DF0024; border-color: #980a0c; }
article section { padding: 30px 0; }
article section.bg { background: url(/img/common/bg_section.png); }

/*インデックス*/
.ind_vis { overflow-x: hidden; background: #f0f0f0 url(/img/ind_bg.jpg) top center repeat-x; padding-bottom: 50px; }
.ind_vis img.jb { height: 60px; margin: 30px 0 25px 0; }

.ind_box { background: #fff; width: 1100px; margin: 0px auto 0 auto; border-top: 10px solid #DF0024; box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1); text-align: left; padding-bottom: 50px; position: relative; }
.ind_box img.man, .ind_box img.woman { position: absolute; height: 550px; top: 0px; }
.ind_box img.man { left: -155px; }
.ind_box img.woman { right: -155px; }
.ind_box .i_pn { *zoom: 1; padding: 35px 40px 40px 40px; }
.ind_box .i_pn::before { content: " "; display: table; }
.ind_box .i_pn::after { content: " "; display: table; clear: both; }
.ind_box .i_pn div { width: 48%; float: left; }
.ind_box .i_pn div + div { float: right; }
.ind_box .i_pn h3 { font-size: 19px; margin-bottom: 15px; line-height: 30px; font-weight: normal; }
.ind_box .i_pn h3 img { height: 32px; margin-right: 10px; vertical-align: -6px; }
.ind_box .i_pn ul { border-top: 1px solid #ddd; }
.ind_box .i_pn li { font-size: 13px; line-height: 20px; padding: 10px 0; border-bottom: 1px solid #ddd; }
.ind_box .i_pn li span { float: right; display: inline-block; background: #636363; color: #fff; font-size: 11px; text-align: center; width: 92px; -moz-border-radius: 2px; -webkit-border-radius: 2px; -o-border-radius: 2px; -ms-border-radius: 2px; border-radius: 2px; }
.ind_box .i_search { background: #eee; margin: 0 4%; *zoom: 1; padding: 0 30px 0 30px; }
.ind_box .i_search::before { content: " "; display: table; }
.ind_box .i_search::after { content: " "; display: table; clear: both; }
.ind_box .i_search h3 { line-height: 55px; font-weight: bold; text-align: center; font-size: 17px; border-bottom: 1px solid #fff; padding-right: 20px; }
.ind_box .i_search h3 img { height: 24px; margin-right: 10px; vertical-align: -6px; }
.ind_box .i_search div.s_box { border-bottom: 1px solid #fff; *zoom: 1; padding: 20px 0; }
.ind_box .i_search div.s_box::before { content: " "; display: table; }
.ind_box .i_search div.s_box::after { content: " "; display: table; clear: both; }
.ind_box .i_search div.s_box h2 { float: left; width: 120px; font-size: 16px; padding-left: 10px; }
.ind_box .i_search div.s_box div { margin-left: 130px; }
.ind_box .i_search div.s_box div span.select { margin-right: 30px; }
.ind_box .i_search div.s_box div span.select::after { content: '▼'; font-family: 'Noto Sans Japanese'; margin-left: -25px; font-size: 13px; }
.ind_box .i_search div.s_box div select { border: 2px solid #ddd; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px; border-radius: 5px; padding: 5px 30px 5px 10px; width: 108px; font-size: 13px; background: #fff; }
.ind_box .i_search div.s_box div label { white-space: nowrap; font-size: 13px; font-weight: bold; position: relative; margin-right: 20px; }
.ind_box .i_search div.s_box div input[type=checkbox] + span::before { font-weight: normal; }
.ind_box .i_search div.s_box div label span { position: relative; z-index: 2; }
.ind_box .i_search div.s_box div label::before { width: 16px; height: 16px; display: block; position: absolute; left: 0px; top: 0px; background: #fff; content: " "; z-index: 0; -moz-border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; border-radius: 3px; }
.ind_box .i_search div.s_btn { float: right; width: 250px; text-align: center; margin-top: 25px; }
.ind_box .i_search div.s_btn a { color: #fff; line-height: 40px; font-weight: bold; display: block; background: #c31121; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px; border-radius: 5px; border-bottom: 2px solid #100000; }
.ind_box .i_search div.s_btn a::before { content: 'この条件で'; margin-left: 5px; }
.ind_box .i_search div.i_close { display: none; }
.ind_box .i_search div.more { padding: 30px 10px 0 130px; height: 60px; }
.ind_box .i_search div.more p { color: #666; font-size: 16px; float: left; }
.ind_box .i_search div.more p::before { content: '+'; display: inline-block; width: 20px; height: 20px; background: #374252; text-align: center; line-height: 17px; -moz-border-radius: 10px; -webkit-border-radius: 10px; -o-border-radius: 10px; -ms-border-radius: 10px; border-radius: 10px; color: #fff; margin-right: 5px; }
.ind_box .i_search div.more p span + span { display: none; }
.ind_box .i_search div.more p.open::before { content: '-'; line-height: 15px; }
.ind_box .i_search div.more p.open span { display: none; }
.ind_box .i_search div.more p.open span + span { display: inline-block; }

.ind_fea { background: #f0f0f0; }
.ind_fea div { text-align: left; width: 360px; display: inline-block; vertical-align: top; margin: 0 30px; }
.ind_fea div figure img { width: 100%; }
.ind_fea div dt { font-size: 18px; font-weight: bold; margin: 15px 0; }
.ind_fea div dt img { height: 24px; margin-right: 10px; }
.ind_fea div dd { font-size: 13px; line-height: 20px; margin-bottom: 40px; }

.ind_top { width: 1200px; margin: 0 auto; padding: 0 0 100px 0; *zoom: 1; }
.ind_top::before { content: " "; display: table; }
.ind_top::after { content: " "; display: table; clear: both; }
.ind_top div { float: left; width: 500px; margin: 50px 50px 0 50px; text-align: left; }
.ind_top div h3 { font-size: 20px; font-weight: bold; margin-bottom: 15px; }
.ind_top div h3 img { height: 28px; margin-right: 10px; }
.ind_top div.ind_fb p { display: none; }
.ind_top div.ind_ne ul { border-top: 1px solid #ddd; }
.ind_top div.ind_ne li { border-bottom: 1px solid #ddd; position: relative; font-size: 15px; line-height: 20px; padding: 10px 0; }
.ind_top div.ind_ne li span { position: absolute; text-indent: 10px; }
.ind_top div.ind_ne li p { margin-left: 110px; }
.ind_top div.ind_ot p { border: 1px solid #ddd; padding: 40px 0; text-align: center; }
.ind_top div.ind_ot p img { width: 215px; vertical-align: middle; margin-right: 15px; display: inline-block; }
.ind_top div.ind_ot p span { display: inline-block; width: 190px; line-height: 40px; border: 1px solid #ddd; border-bottom: 3px solid #ddd; font-weight: bold; font-size: 14px; }
.ind_top div.ind_ot p span a { display: block; }
.ind_top div.ind_ot p span a::before { content: '>'; font-family: 'Icons'; color: #DF0024; margin-right: 10px; }

/*お仕事検索*/
#ScA { background: url(/img/common/bg_search.png) center top; border-top: 1px solid #ddd; }

#ScH { background: url(/img/common/bg_search_h.png) no-repeat center top; }

#ScC { *zoom: 1; text-align: left; background: url(/img/common/bg_search_c.png); }
#ScC::before { content: " "; display: table; }
#ScC::after { content: " "; display: table; clear: both; }

#ScM { float: left; width: 260px; padding-bottom: 70px; }
#ScM h1 { line-height: 80px; color: #fff; margin-bottom: 20px; background: #DF0024; font-size: 20px; text-indent: 15px; }
#ScM h1::before { content: 's'; font-family: 'Icons'; font-weight: normal; margin-right: 10px; line-height: 20px; font-size: 20px; }
#ScM .s_box, #ScM .s_btn { margin: 0 0 10px 15px; width: 220px; }
#ScM .s_box { background: #fff; border: 1px solid #ddd; border-width: 0 1px 1px 0; /*div {display:none;}*/ }
#ScM .s_box h2 { font-size: 15px; line-height: 55px; text-indent: 15px; font-size: 15px; cursor: pointer; }
#ScM .s_box h2::after { font-family: "Icons"; content: '／'; display: inline-block; width: 40px; margin-right: 10px; text-align: center; float: right; font-weight: normal; }
#ScM .s_box h2 br { display: none; }
#ScM .s_box.close h2::after { content: '＼'; }
#ScM .s_box div { padding: 0 0 10px 15px; }
#ScM .s_box label { font-size: 13px; display: block; line-height: 20px; padding: 0 0 10px 0; position: relative; }
#ScM .s_box label img { height: 20px; margin-right: 10px; }
#ScM .s_box span.select { display: block; margin-bottom: 10px; }
#ScM .s_box span.select::after { content: '▼'; font-family: 'Noto Sans Japanese'; margin-left: -25px; font-size: 13px; }
#ScM .s_box select { border: 1px solid #ddd; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px; border-radius: 5px; padding: 5px 30px 5px 10px; width: 148px; font-size: 13px; }
#ScM .s_btn a { display: block; background: #DF0024; color: #fff; text-align: center; line-height: 60px; border-bottom: 2px solid #930000; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px; border-radius: 5px; font-weight: bold; font-size: 18px; }
#ScM .s_btn a::before { content: 's'; font-family: 'Icons'; font-weight: normal; margin-right: 5px; }
#ScM .s_btn a:hover { opacity: 0.5; }

#ScR { width: 900px; float: right; padding: 0 0 70px 140px; }
#ScR .ScBox { position: relative; margin: 35px 0 70px 0; }
#ScR .ScBox figure { position: absolute; left: -10px; top: -20px; }
#ScR .ScBox figure img { width: 70px; }
#ScR .ScBox dl { margin-left: 70px; }
#ScR .ScBox dt { font-size: 24px; line-height: 32px; }
#ScR .ScBox dt img { height: 32px; margin-right: 5px; }
#ScR .ScBox dd { font-size: 14px; margin: 5px 0 15px 5px; }
#ScR .ScBox dl + div { border: 1px solid #ddd; border-top: 3px solid #DF0024; }
#ScR .ScBox.news { width: 49%; float: left; }
#ScR .ScBox.pick { width: 49%; float: right; }
#ScR .ScBox.cond { clear: both; }
#ScR .ScBox.cond dl + div { padding-top: 10px; padding-bottom: 80px; }
#ScR .ScBox ul { padding: 0 10px; }
#ScR .ScBox li { border-top: 1px dotted #aaa; padding: 15px 0; }
#ScR .ScBox li span { font-size: 11px; display: block; }
#ScR .ScBox li b { font-size: 13px; }
#ScR .ScBox li:first-child { border-top: 0px; }
#ScR .ScBox li a:hover { color: #DF0024; opacity: 1; }
#ScR .ScBox .s_box { *zoom: 1; border-bottom: 1px dotted #ccc; padding: 15px 0; margin: 0 10px; }
#ScR .ScBox .s_box::before { content: " "; display: table; }
#ScR .ScBox .s_box::after { content: " "; display: table; clear: both; }
#ScR .ScBox .s_box h2 { float: left; width: 200px; font-size: 15px; text-indent: 20px; margin-top: 10px; }
#ScR .ScBox .s_box h2 br { display: none; }
#ScR .ScBox .s_box div { margin-left: 200px; }
#ScR .ScBox .s_box label { display: inline-block; text-align: center; width: 150px; line-height: 28px; border: 1px solid #ddd; -moz-border-radius: 15px; -webkit-border-radius: 15px; -o-border-radius: 15px; -ms-border-radius: 15px; border-radius: 15px; font-size: 13px; margin: 5px 5px 5px 0; }
#ScR .ScBox .s_box label span::before { display: none; }
#ScR .ScBox .s_box label.Chk { background: #DF0024; color: #fff; }
#ScR .ScBox .s_box span.select { display: inline-block; margin: 5px 15px 5px 0; }
#ScR .ScBox .s_box span.select::before { float: right; content: '▼'; font-family: 'Noto Sans Japanese'; margin: 5px 0 0 0; font-size: 13px; }
#ScR .ScBox .s_box select { border: 1px solid #ddd; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px; border-radius: 5px; padding: 5px 30px 5px 10px; width: 148px; font-size: 13px; margin-right: -20px; }
#ScR .ScBox .s_btn { margin: 25px 25px 0 0; }
#ScR .ScBox .s_btn a { display: block; background: #DF0024; color: #fff; text-align: center; line-height: 50px; width: 120px; border-bottom: 2px solid #930000; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px; border-radius: 5px; font-weight: bold; font-size: 16px; float: right; }
#ScR .ScBox .s_btn a::before { content: 's'; font-family: 'Icons'; font-weight: normal; margin-right: 5px; }
#ScR .ScBox .s_btn a:hover { opacity: 0.5; }
#ScR .ScBox p { float: right; line-height: 50px; font-size: 14px; margin-right: 20px; }
#ScR .current dl { border-bottom: 1px solid #333; padding: 0 0 20px 0; margin: 0 0 15px 0; }
#ScR .current dt { position: relative; }
#ScR .current dt p { color: #fff; font-size: 12px; line-height: 30px; width: 120px; text-align: center; background: #DF0024; -moz-border-radius: 15px; -webkit-border-radius: 15px; -o-border-radius: 15px; -ms-border-radius: 15px; border-radius: 15px; }
#ScR .current dt::after { content: '▼'; font-family: 'Noto Sans Japanese'; font-size: 16px; line-height: 16px; vertical-align: top; color: #DF0024; position: absolute; left: 20px; top: 25px; }
#ScR .current dd { font-size: 13px; line-height: 26px; padding: 20px 0 0 15px; }
#ScR .number figure { float: left; margin-right: 10px; }
#ScR .number figure img { width: 100px; }
#ScR .number p { font-size: 14px; padding: 30px 0 10px 0; }
#ScR .number span { color: #DF0024; }
#ScR .number b { font-family: 'Din'; font-size: 50px; margin: 0 5px 0 0; vertical-align: -2px; }
#ScR .page { *zoom: 1; padding: 0 0 0 0; }
#ScR .page::before { content: " "; display: table; }
#ScR .page::after { content: " "; display: table; clear: both; }
#ScR .page p { float: right; font-size: 14px; padding-right: 20px; margin-top: -10px; }
#ScR .page p strong { font-size: 28px; }
#ScR .page p span { font-size: 18px; }
#ScR .page ul { float: right; display: block; border: 1px solid #ccc; background: #fff; height: 28px; }
#ScR .page li { float: left; width: 28px; line-height: 28px; text-align: center; font-size: 11px; border-left: 1px  solid #ddd; }
#ScR .page li a { display: block; }
#ScR .page li.curr { background: #DF0024; color: #fff; }
#ScR .page li:first-child { border-left: 0px; }
#ScR .list { padding: 20px 0 30px 0; }
#ScR .list ul { border-left: 3px solid #DF0024; border-top: 1px solid #ddd; }
#ScR .list li { border-bottom: 1px solid #ddd; line-height: 28px; }
#ScR .list li a { display: block; padding: 10px 0; }
#ScR .list li span { font-size: 13px; display: inline-block; border: 1px dotted #DF0024; color: #DF0024; text-align: center; width: 150px; margin: 0 20px; -moz-border-radius: 15px; -webkit-border-radius: 15px; -o-border-radius: 15px; -ms-border-radius: 15px; border-radius: 15px; }
#ScR .list li b { font-size: 14px; }
#ScR .list li b::after { content: '>'; font-family: 'Icons'; float: right; margin-right: 5px; }
#ScR .list li:nth-child(even) { background: #f8f8f8; }
#ScR .detail .area { background: #DF0024; color: #fff; font-size: 14px; padding: 0 10px; line-height: 30px; display: inline-block; }
#ScR .detail h1 { font-size: 24px; line-height: 30px; margin: 20px 0 0 0; padding-bottom: 30px; border-bottom: 1px solid #333; }
#ScR .detail h2 { font-size: 14px; color: #DF0024; margin: 30px 0 25px 0; border: 1px dotted #DF0024; display: inline-block; text-align: center; width: 120px; line-height: 28px; height: 28px; -moz-border-radius: 15px; -webkit-border-radius: 15px; -o-border-radius: 15px; -ms-border-radius: 15px; border-radius: 15px; }
#ScR .detail p { font-size: 14px; line-height: 30px; }
#ScR .detail p + h2 { margin-top: 60px; }
#ScR .detail table { border-collapse: collapse; width: 100%; }
#ScR .detail table th, #ScR .detail table td { border: 1px solid #ddd; font-size: 14px; padding: 10px 15px; }
#ScR .detail table th { width: 150px; background: #eeefef; }
#ScR .entry { *zoom: 1; }
#ScR .entry::before { content: " "; display: table; }
#ScR .entry::after { content: " "; display: table; clear: both; }
#ScR .entry div { float: left; width: 50%; position: relative; }
#ScR .entry div img { width: 80px; position: absolute; right: 320px; bottom: 0px; left: auto; }
#ScR .entry div a { float: left; display: block; width: 300px; line-height: 80px; text-align: center; background: #eee; border-bottom: 2px solid #c9c9ca; font-size: 15px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px; border-radius: 5px; float: right; margin: 90px 20px 0 20px; /*&::before {content:'>';font-family:'Icons';font-weight:bold;margin-right:5px;font-size:17px;}*/ }
#ScR .entry div + div img { width: 85px; left: 320px; right: auto; }
#ScR .entry div + div a { float: left; background: #DF0024; border-bottom: 2px solid #930000; color: #fff; font-size: 18px; font-weight: bold; }
#ScR .entry div + div a::before { display: none; }
#ScR form th { width: 200px !important; }
#ScR form p { font-size: 14px; line-height: 28px; margin-bottom: 14px; }
#ScR form p a { color: #DF0024; border-bottom: 1px solid #DF0024; }
#ScR form label { margin-right: 20px; }
#ScR form input[type='text'], #ScR form textarea { border: 2px solid #ddd; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px; border-radius: 5px; padding: 5px 25px 5px 10px; font-size: 13px; background: none; width: 400px; }
#ScR form input[type='text'].pos1, #ScR form textarea.pos1 { width: 60px; }
#ScR form input[type='text'].pos2, #ScR form textarea.pos2 { width: 80px; }
#ScR form input[type='text'].add, #ScR form textarea.add { width: 500px; }
#ScR form input[type='text'].com, #ScR form textarea.com { width: 500px; height: 300px; }
#ScR form span.select { display: inline-block; position: relative; margin-right: 5px; }
#ScR form span.select::after { content: '↓'; font-family: 'Icons'; margin-left: -15px; font-size: 9px; z-index: 1; position: absolute; right: 8px; top: 11px; }
#ScR form select { border: 2px solid #ddd; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px; border-radius: 5px; padding: 5px 25px 5px 10px; font-size: 13px; background: none; }
#ScR form .att { color: #DF0024; }
#ScR form .btn { padding: 40px 0; text-align: center; }
#ScR form .btn label { display: block; padding: 0 0 30px 0; font-size: 16px; position: relative; cursor: pointer; }
#ScR form .btn label span { padding: 0 5px; }
#ScR form .btn label i { vertical-align: -4px !important; }
#ScR form .btn label i::before { vertical-align: 5px !important; padding: 0px !important; }
#ScR form .btn label a { border-style: solid; border-width: 0 0 1px 0; color: #DF0024; margin-right: 5px; }
#ScR form .btn ul { letter-spacing: -.40em; }
#ScR form .btn ul li { display: inline-block; letter-spacing: normal; width: 25%; background: #808080; margin: 0 20px; line-height: 60px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px; border-radius: 5px; color: #fff; font-weight: 500; border-bottom: 3px solid #666; }
#ScR form .btn ul li a { display: block; }
#ScR form .btn ul li.red { background: #DF0024; border-color: #980a0c; }
#ScR form section { padding: 30px 0; }
#ScR form section.bg { background: url(/img/common/bg_section.png); }

#ScPan { line-height: 80px; font-size: 12px; }
#ScPan img { width: 12px; vertical-align: -1px; }
#ScPan span::after { content: '>'; font-family: "Icons"; padding: 0 3px 0 8px; }

/*お仕事をお探しの方へ*/
.intr { text-align: center; }
.intr h2 { font-size: 22px; font-weight: bold; text-align: center; margin-bottom: 30px; }
.intr h2::after { content: ''; display: block; width: 100px; height: 3px; background: #DF0024; margin: 15px auto; }
.intr figure { width: 800px; border: 5px solid #eee; background: #fff; text-align: center; margin: 30px auto; display: block; }
.intr figure img { width: 500px; }
.intr div { border: 2px solid #eee; *zoom: 1; padding: 20px; }
.intr div::before { content: " "; display: table; }
.intr div::after { content: " "; display: table; clear: both; }
.intr div b, .intr div h5 { float: left; line-height: 90px; }
.intr div b { color: #DF0024; font-family: 'Din'; font-size: 40px; }
.intr div h5 { font-size: 18px; font-weight: bold; margin-left: 15px; }
.intr div div { margin: 0 0 0 320px; border-width: 0 0 0 2px; padding: 10px 0px 10px 30px; text-align: left; }
.intr div div img { float: right; width: 80px; margin: -10px 0 0 30px; }
.intr div div dt { font-size: 16px; font-weight: bold; margin-bottom: 5px; padding-bottom: 5px; border-bottom: 1px solid #ddd; }
.intr div div dt::before { content: '○'; font-family: 'Icons'; color: #DF0024; margin-right: 5px; }
.intr div div dd { margin-bottom: 20px; }
.intr div div ul { background: #f3f3f3; padding: 15px; margin-bottom: 10px; }
.intr div div ul li { font-weight: bold; font-size: 15px; color: #DF0024; }
.intr div div ul li ol { margin-top: 10px; }
.intr div div ul li li { font-weight: normal; font-size: 14px; list-style: disc outside; margin-left: 1.5em; margin-bottom: 5px; }
.intr div p { font-size: 14px; line-height: 24px; margin: 0px; }
.intr div p a { display: inline-block; margin-top: 10px; }
.intr div p a img { height: 50px; }
.intr div p a + a { font-size: 14px; padding: 0 15px; margin-left: 25px; border: 1px solid #DF0024; vertical-align: top; line-height: 30px; color: #DF0024; }
.intr div p a + a::before { content: '>'; font-family: 'Icons'; margin-right: 5px; }
.intr i { display: block; width: 100%; text-align: center; color: #DF0024; font-size: 25px; line-height: 50px; opacity: 0.75; -moz-transform: rotate(90deg); -webkit-transform: rotate(90deg); -o-transform: rotate(90deg); -ms-transform: rotate(90deg); }

/*コーディネーター*/
.coo_box { *zoom: 1; }
.coo_box::before { content: " "; display: table; }
.coo_box::after { content: " "; display: table; clear: both; }
.coo_box p, .coo_box h3, .coo_box h3 + span { text-align: center; }
.coo_box figure { width: 680px; margin: 0 auto -20px auto; display: block; }
.coo_box figure img { max-width: 100%; }
.coo_box h3 { font-size: 28px; }
.coo_box h3 + span { font-size: 15px; color: #818181; display: block; }
.coo_box h3 + span::after { content: ''; display: block; width: 400px; height: 5px; background: #fffc00; margin: 30px auto; }
.coo_box dl { width: 30%; float: left; margin-top: 40px; }
.coo_box dl + dl { margin-left: 5%; }
.coo_box dt { font-size: 17px; margin-bottom: 15px; }
.coo_box dd { font-size: 13px; line-height: 30px; position: relative; }
.coo_box dd img { height: 50px; position: absolute; left: 0px; top: 5px; z-index: 0; }
.coo_box dd span { display: block; float: left; width: 48px; height: 48px; padding: 12px 12px 0 0; position: relative; z-index: 2; text-align: center; }

/*就業後のサポート*/
.coo_int { background: #fffc00; text-align: center; width: 400px; margin: 0 auto 60px auto; padding: 1px; border: 2px solid #dcca00; border-width: 0 2px 2px 0; -moz-border-radius: 10px; -webkit-border-radius: 10px; -o-border-radius: 10px; -ms-border-radius: 10px; border-radius: 10px; }
.coo_int a { display: block; padding: 20px 0 15px 0; margin: 10px; border: 1px solid #dcca00; }
.coo_int figure { display: block; width: 70px; margin: 0 auto 15px auto; padding-left: 10px; }
.coo_int figure img { width: 100%; }
.coo_int span { font-weight: bold; font-size: 18px; }

/*企業の方へ*/
.cli_box { width: 100%; display: block; background: url(/img/image_bg_01.jpg); -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; padding: 30px 0 100px 0; }
.cli_box .cli_inq { width: 800px; padding: 50px 0; background: #fff; margin: 0 auto; -moz-border-radius: 10px; -webkit-border-radius: 10px; -o-border-radius: 10px; -ms-border-radius: 10px; border-radius: 10px; text-align: center; }
.cli_box .cli_inq h3 { background: #000; display: inline-block; line-height: 40px; font-size: 18px; font-weight: bold; text-align: center; margin: 0 auto 20px auto; color: #fff; -moz-border-radius: 20px; -webkit-border-radius: 20px; -o-border-radius: 20px; -ms-border-radius: 20px; border-radius: 20px; width: 300px; }
.cli_box .cli_inq figure { margin-top: 20px; }
.cli_box .cli_inq figure img { width: 260px; }
.cli_box .cli_inq figure a img { width: 300px; }
.cli_box .cli_inq p { border: 1px solid #DF0024; line-height: 50px; width: 300px; margin: 20px auto; }
.cli_box .cli_inq p a { display: block; border: 0px; }
.cli_box .cli_inq p a::before { content: '>'; font-family: 'Icons'; margin-right: 10px; }
.cli_box .cli_inq p a:hover { background: #DF0024; color: #fff; opacity: 1; }

ul.sub { text-align: center; margin: 60px 0 30px 0; }
ul.sub li { display: inline-block; width: 240px; border: 1px solid #DF0024; color: #DF0024; font-size: 16px; padding: 15px 0 10px 0; margin: 0 10px; }
ul.sub li a { display: block; }
ul.sub li a::after { display: block; content: '>'; font-family: 'Icons'; text-align: center; color: #DF0024; font-size: 15px; -moz-transform: rotate(90deg); -webkit-transform: rotate(90deg); -o-transform: rotate(90deg); -ms-transform: rotate(90deg); }

.cli { text-align: center; padding: 10px 0 40px 0; }
.cli h2 { font-size: 22px; font-weight: bold; text-align: center; }
.cli h2::after { content: ''; display: block; width: 100px; height: 3px; background: #DF0024; margin: 15px auto; }
.cli figure { width: 800px; border: 5px solid #eee; background: #fff; text-align: center; margin: 30px auto 10px auto; display: block; }
.cli figure img { height: 400px; }
.cli h3 { background: #000; display: inline-block; line-height: 36px; font-size: 16px; font-weight: bold; text-align: center; margin: 40px auto 20px auto; color: #fff; -moz-border-radius: 18px; -webkit-border-radius: 18px; -o-border-radius: 18px; -ms-border-radius: 18px; border-radius: 18px; width: 300px; }
.cli ul { padding-top: 0px; letter-spacing: -.40em; margin-bottom: 15px; }
.cli li { letter-spacing: normal; display: inline-block; width: 210px; height: 280px; margin: 0 10px; background: #fff; border: 5px solid #eee; vertical-align: top; }
.cli li span { color: #DF0024; display: block; font-size: 20px; margin-top: 15px; }
.cli li span b { font-family: 'Din'; font-size: 30px; line-height: 40px; display: block; }
.cli li p { text-align: left; font-size: 14px; line-height: 20px; margin: 15px 20px 0 20px; }
.cli dl { background: #F3f3f3; clear: both; text-align: center; padding: 20px; }
.cli dl dt { font-size: 15px; font-weight: bold; margin-bottom: 10px; }
.cli dl dt span { font-weight: normal; font-size: 13px; margin-left: 5px; }
.cli dl dd { font-size: 14px; line-height: 28px; }
.cli i { display: block; width: 100%; text-align: center; color: #DF0024; font-size: 21px; line-height: 40px; opacity: 0.75; -moz-transform: rotate(90deg); -webkit-transform: rotate(90deg); -o-transform: rotate(90deg); -ms-transform: rotate(90deg); }
.cli div.lr { float: left; width: 47%; text-align: left; }
.cli div.lr figure { width: 100%; }
.cli div.lr + div.lr { margin-left: 6%; }

/*派遣の心得*/
.kno_5 { text-align: center; }
.kno_5 h2 { font-size: 22px; font-weight: bold; }
.kno_5 h2::after { content: ''; display: block; width: 100px; height: 3px; background: #DF0024; margin: 15px auto; }
.kno_5 h2 + span { font-size: 16px; padding-bottom: 20px; }
.kno_5 ul { padding-top: 20px; letter-spacing: -.40em; }
.kno_5 li { letter-spacing: normal; display: inline-block; width: 210px; height: 210px; margin: 0 10px; background: #fff; border: 5px solid #eee; vertical-align: top; -moz-border-radius: 110px; -webkit-border-radius: 110px; -o-border-radius: 110px; -ms-border-radius: 110px; border-radius: 110px; }
.kno_5 li span { color: #DF0024; display: block; font-family: 'Din'; font-size: 45px; line-height: 45px; display: block; margin-top: 25px; }
.kno_5 li p { text-align: left; font-size: 17px; line-height: 24px; margin: 15px 20px 0 30px; }

.kno_jyo { border: 1px solid #ddd; padding: 30px; margin: 30px 50px; }
.kno_jyo h2 { font-size: 18px; font-weight: normal; margin-bottom: 30px; }
.kno_jyo ul { border-top: 1px solid #eee; }
.kno_jyo li { font-size: 15px; line-height: 50px; border-bottom: 1px solid #eee; padding-left: 10px; }

/*ダウンロード*/
.dl { padding-bottom: 60px; }
.dl th { text-align: center; padding: 10px; }
.dl td { text-align: center; }
.dl td li { display: inline-block; margin: 10px; }
.dl td li figure { width: 80px; }
.dl td li figure img { width: 100%; }
.dl td li p { margin: 0px; }

.year h2 { background: #333; color: #fff; text-align: center; width: 300px; line-height: 32px; -moz-border-radius: 16px; -webkit-border-radius: 16px; -o-border-radius: 16px; -ms-border-radius: 16px; border-radius: 16px; font-size: 18px; margin: 0 auto 30px auto; }
.year table { background: #fff; }
.year table td, .year table th { text-align: center; }
.year table tr:hover td, .year table tr:hover th { background: #26c6da; color: #fff; }
.year table tr.bg td, .year table tr.bg th { background: #eee !important; color: #000 !important; }

/*会社概要*/
.out figure { float: right; margin-left: 60px; text-align: center; }
.out figure img { width: 200px; -moz-border-radius: 100px; -webkit-border-radius: 100px; -o-border-radius: 100px; -ms-border-radius: 100px; border-radius: 100px; }
.out h2 { font-size: 21px; margin-bottom: 15px; border-bottom: 1px solid #ddd; padding-bottom: 15px; }
.out p { line-height: 30px; }
.out table { background: #fff; margin: 30px 0 60px 0; }

/*特長*/
.fea_top { position: relative; padding-bottom: 20px; }
.fea_top figure { position: absolute; bottom: 0px; left: 0px; width: 150px; }
.fea_top figure img { width: 100%; }
.fea_top figure + figure { left: auto; right: 0px; }

.fea_str { text-align: center; }
.fea_str h2 { font-size: 22px; font-weight: bold; }
.fea_str h2::after { content: ''; display: block; width: 100px; height: 3px; background: #DF0024; margin: 15px auto; }
.fea_str h2 + span { font-size: 16px; padding-bottom: 20px; }
.fea_str ul { padding-top: 20px; letter-spacing: -.40em; }
.fea_str li { letter-spacing: normal; display: inline-block; width: 210px; height: 240px; margin: 0 10px; background: #fff; border: 5px solid #eee; vertical-align: top; }
.fea_str li span { color: #DF0024; display: block; font-size: 30px; margin-top: 30px; }
.fea_str li span b { font-family: 'Din'; font-size: 45px; line-height: 45px; display: block; }
.fea_str li p { text-align: left; font-size: 14px; line-height: 20px; margin: 20px; }

/*アクセス*/
.acc { text-align: center; }
.acc h2 { width: 300px; line-height: 32px; -moz-border-radius: 16px; -webkit-border-radius: 16px; -o-border-radius: 16px; -ms-border-radius: 16px; border-radius: 16px; background: #333; color: #fff; margin: 0 auto 20px auto; font-size: 18px; }
.acc ul { letter-spacing: -.40em; }
.acc li { letter-spacing: normal; display: inline-block; width: 270px; height: 210px; background: #fff; border: 5px solid #eee; vertical-align: top; margin-bottom: 30px; }
.acc li span { color: #DF0024; display: block; font-size: 30px; margin-top: 30px; }
.acc li span b { font-family: 'Din'; font-size: 45px; line-height: 45px; display: block; }
.acc li p { text-align: left; font-size: 14px; line-height: 20px; margin: 20px; }
.acc li p b { color: #DF0024; }
.acc li.yaj { width: 50px; text-align: center; border: 0px; line-height: 210px; }
.acc li.yaj::after { content: '→'; font-family: 'Icons'; color: #DF0024; }

iframe.acc { height: 500px; margin: 0px; width: 100%; border: 0px; vertical-align: bottom; }

/*お問い合せ*/
.inq_top { text-align: center; padding-bottom: 60px; }
.inq_top ul { letter-spacing: -.40em; margin-top: 30px; }
.inq_top li { letter-spacing: normal; display: inline-block; border: 5px solid #eee; padding: 20px; margin: 0 20px; text-align: center; width: 300px; }
.inq_top li figure { width: 90px; margin: 0 auto; }
.inq_top li figure img { width: 100%; }
.inq_top li p { font-size: 18px; margin-top: 20px; }
.inq_top li p::before { content: '⇒'; font-family: 'Icons'; margin-right: 10px; }
.inq_top li:first-child figure { padding-left: 15px; }

/*個人情報保護方針*/
dl.pp dt { border-bottom: 1px solid #ddd; font-size: 15px; padding-bottom: 15px; margin: 40px 0 15px 0; }
dl.pp dd li { list-style: disc outside; margin-left: 1.8em; font-size: 14px; line-height: 21px; margin-top: 5px; color: #666; }

/*404*/
a.nf { text-align: center; display: block; margin: 60px auto 60px auto; width: 280px; line-height: 50px; border: 1px solid #DF0024; color: #DF0024; font-size: 15px; }
a.nf::before { content: '>'; font-family: 'Icons'; margin-right: 10px; }
a.nf:hover { background: #DF0024; color: #fff; opacity: 1; }

/*全般*/
.img_box { *zoom: 1; margin: 30px 0; }
.img_box::before { content: " "; display: table; }
.img_box::after { content: " "; display: table; clear: both; }
.img_box figure { width: 400px; float: left; margin: 0 50px 0 0; }
.img_box figure img { width: 100%; }
.img_box h2 { font-size: 24px; line-height: 24px; font-weight: bold; margin-bottom: 30px; padding-top: 30px; margin-left: 450px; }
.img_box h2::after { content: ' '; display: block; width: 50px; height: 2px; background: #DF0024; margin-top: 30px; }

.img_box.rev figure { float: right; margin: 0 0 0 50px; }
.img_box.rev h2 { margin-left: auto; }

#ScC div.dummy {
    height: 35px;
}
td.birthdayselect img {
    width: 26px;
}


input.form-error,
    textarea.form-error {
    border: 2px solid #d20011;
}

.error-message {
    display: block !important;
    width: 95%;
    margin-top: 5px;
    padding: 5px;
    color: red;
    background-color: #fff0f0;
    border: solid 2px #ffaaaa;
    border-radius: 3px;
}

article.formcomplete {
    height: 500px;
}

/*動画*/
.ind_top .ind_sm iframe {
    width: 498px;
    height: 280px;
}

/*201807追加*/
.ind_top div.ind_ot {
  display: none; }
.ind_top div.ind_ln p {
  background: #00B900;
  text-align: center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border-bottom: 3px solid #157d24; }
  .ind_top div.ind_ln p img {
    height: 40px;
    padding: 5px; }
  .ind_top div.ind_ln p a {
    display: block; }
  .ind_top div.ind_ln p:hover {
    opacity: 0.5;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .ind_top div.ind_ln p:hover img {
      opacity: 1; }
.ind_top div.ind_lk {
  float: right; }
  .ind_top div.ind_lk ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px; }
    .ind_top div.ind_lk ul li {
      width: 160px;
      margin: 0 5px 10px 5px; }
      .ind_top div.ind_lk ul li img {
        width: 100%; }

/* 202311 */
#Sub li {
    width: 260px;
}