@charset "UTF-8";
@font-face {
   font-family: Yellowtail;
   src: url('../fonts/Yellowtail-Regular.ttf') format("truetype");
}
/********************************
DEFAULT
*********************************/
html,body,div,span,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,
img,ins,kbd,q,samp,small,strong,var,b,i,dl,dt,dd,ol,ul,li,fieldset,
table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video
{ margin: 0; padding: 0; outline: 0;}
h1,h2,h3,h4,h5,h6,caption,address,th { font-weight: normal; font-size: 100%;}
ul,ol,li,dl,dt,dd { list-style: none;}
img,iframe { vertical-align: middle; border: 0;}
img { line-height: 0; font-size: 0;}
table { border-collapse: collapse;}
th { font-weight: normal; text-align: left;}
button,fieldset,form,input,label,legend,select,textarea
{ font-family: inherit; font-style: inherit; font-weight: inherit; font-size: 100%; margin: 0; padding: 0; vertical-align: baseline;}
input, select, textarea
{ vertical-align: middle; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; appearance: none; border: none; outline: none;}
select::-ms-expand { display: none;}
select { padding: 2px;}
textarea { font-size: 99%;}
::-webkit-input-placeholder { color: #cecece;}
label { padding: 0 0 0 2px;}
hr { display: none;}
a,
a:link,
a:visited {
    color: #61829C;
    text-decoration: underline;
}
a:hover,
a:active {
    color: #61829C;
    text-decoration: none;
}
a[href^="tel:"] {
    cursor: default;
}
html { width: 100%;}
body {
	font-family: YuGothic,'Yu Gothic','メイリオ', Meiryo,'ヒラギノ角ゴ Pro','Hiragino Sans', 'Helvetica Neue', sans-serif;
	color: #5a5a5a;
	text-align: center;
	position: relative;
	min-width: 1000px;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}
/* Win版Chrome 游ゴシック対策 */
@media (min-width: 1166px) {
	body { font-weight: 500; }
}
/********************************
LAYOUT
*********************************/
/*
.layout-header {
    background: url(../img/header_bg_top.png) repeat-x 0 0;
    padding: 20px 0 0 0;
}
*/
.layout-header.is-noTop {
    position: relative;
    padding: 42px 0 0 0;
}
.layout-header.is-noTop:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 22px;
    /*background: url(../img/header_bg_top.png) repeat 0 0;*/
    background: #8bcaec;
}
.header-h1-wrap {
    background: #A1B1BD;
    margin: 0 0 20px 0;
    position: relative;
}
.header-h1-wrap h1,
.header-h1-wrap .hd {
    text-align: left;
    color: #ffffff;
    font-size: 0;
    margin: 0 auto;
    width: 1000px;
    background-color: #A1B1BD;
    height: 18px;
    line-height: 18px;
}
.header-h1-wrap h1::before,
.header-h1-wrap .hd::before{
	content: "";
	display: block;
	width: calc((100% - 1000px) / 2);
    height: 16px;
    background-color: #8ca0af;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.header-h1-wrap h1::after, 
.header-h1-wrap .hd::after {
	content: "";
	display: inline-block;
	width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 16px 0 0;
    border-color: #8ca0af transparent transparent transparent;
}
.header-h1-wrap h1 span,
.header-h1-wrap .hd span {
	display: inline-block;
	padding: 0 10px 0 0;
	width: auto;
	font-size: 10px;
	background-color: #8ca0af;
	position: relative;
	z-index: 1;
	height: 16px;
	top: -4px;
}
.layout-content {
    width: 1000px;
    margin: 0 auto;
    text-align: left;
}
.layout-multi {
	overflow: hidden;
	width: 100%;
	margin-bottom: 50px;
}
.layout-main {
	width: 720px;
	float: left;
}
.layout-side {
	width: 230px;
	float: right;
}
/********************************
SVG_ICON
*********************************/
[class*="svg_"] {
	position: relative;
}
[class*="svg_"]::before,
.svg_win::after {
    display: inline-block;
    position: absolute;
    width: 1em;
    height: 1em;
    background: url(../img/icon_sprite.svg) no-repeat;
    background-size: 1475% 1475%;
    vertical-align: middle;
    content: "";
}
.svg_company::before {
    background-position: 0 0;
}
.svg_service::before {
    background-position: -1.25em 0;
}
.svg_favorite::before {
    background-position: -2.5em 0;
}
.svg_history::before {
    background-position: -10.0em 0;
}
.svg_win::before {
	content: none;
}
.svg_win::after {
	top: 50%;
    right: 0;
    margin: -0.5em 0 0 0;
    background-position: -2.5em -2.5em;
	font-size: 12px;
}
.svg_check::before,
.svg_search::before {
    top: 50%;
    left: 0;
    margin: -0.5em 0 0 0;
    background-position: 0 -1.25em;
	font-size: 28px;
}
.svg_search::before {
	background-position: -1.25em -1.25em;
}
.svg_side_job::before {
	background-position: -2.5em -1.25em;
	font-size: 22px;
}
.svg_willof::before {
    background-position: -11.25em 0;
}
.svg_fav_list01::before {
	top: 50%;
	left: 0;
	margin: -11px 0 0 0;
	background-position: -3.75em -2.5em;
	font-size: 22px;
}
.svg_fav_listed01::before {
	top: 50%;
	left: 0;
	margin: -14px 0 0 0;
	background-position: -5em -2.5em;
	font-size: 24px;
}
.svg_serach::before {
	top: 50%;
	left: 0;
	margin: -0.5em 0 0 0;
	background-position: -1.25em -1.25em;
	font-size: 30px;
}
.svg_question::before {
    top: 50%;
    left: 0;
    margin: -0.5em 0 0 0;
    background-position: 0 -2.5em;
    font-size: 30px;
}
.svg_answer::before {
	top: 0;
	left:0;
	background-position: -1.25em -2.5em;
	font-size: 30px;
}
.svg_close_bl::before {
    top: 50%;
    left: 0;
    margin: -0.5em 0 0 0;
	background-position: -7.5em 0;
	font-size: 16px;
}
.svg_search_area01::before {
	top: 50%;
	left: 0;
	margin: -16px 0 0 0;
	background-position: 0 -6.25em;
	font-size: 32px;
}
.svg_search_work01::before {
	top: 50%;
	left: 0;
	margin: -16px 0 0 0;
	background-position: -1.25em -6.25em;
	font-size: 32px;
}
.svg_search_employ01::before {
	top: 50%;
	left: 0;
	margin: -16px 0 0 0;
	background-position: -5em -6.25em;
	font-size: 32px;
}
.svg_search_railway01::before {
	top: 50%;
	left: 0;
	margin: -16px 0 0 0;
	background-position: -6.25em -6.25em;
	font-size: 32px;
}
.svg_search_select01::before {
	top: 50%;
	left: 0;
	margin: -16px 0 0 0;
	background-position: -2.5em -6.25em;
	font-size: 32px;
}
.svg_search_pay01::before {
	top: 10px;
	left: 0;
	background-position: -7.5em -6.25em;
	font-size: 24px;
}
.svg_plus::before {
	top: 50%;
	right: 20px;
	margin: -8px 0 0 0;
	background-position: -8.75em -2.5em;
	font-size: 16px;
}
.svg_minus::before {
	top: 50%;
	right: 20px;
	margin: -8px 0 0 0;
	background-position: -10em -2.5em;
	font-size: 16px;
}

/********************************
HEADER
*********************************/
.header-inner {
    width: 1000px;
    margin: 0 auto 15px;
    text-align: left;
}
.header-inner:after {
    content: "";
    clear: both;
    display: block;
}
.header-logo {
    background: url(../img/logo.svg) no-repeat 0 0;
    width: 200px;
    height: 60px;
    float: left;
    background-size: contain;
}
.header-logo a,
.header-logo a:hover {
    text-decoration: none;
    display: block;
    text-align: center;
    color: #004377;
    font-size: 11px;
    line-height: 1;
    width: 100%;
    height: 100%;
}
.header-link {
    float: left;
    width: 620px;
    text-align: right;
    padding: 15px 0 0 0;
}
.header-link > li {
    display: inline-block;
    line-height: 1;
}
.header-link > li:first-child {
    padding: 0 0 0 20px;
}
.header-link > li:nth-child(2) {
    padding: 0 22px 0 24px;
}
.header-link > li:nth-child(3) {
	/*	display: none; */
	margin: 0 5px 0 0;
	padding: 0 22px;
}
.header-link > li:nth-child(4) {
	/*	display: none; */
	margin: 0 10px 0 0;
    padding: 0 22px;
}
.header-link > li:last-child {
    padding: 0 22px;
    margin: 0 10px 0 0;
}
.header-link > li::before {
	top: 0;
	left: 0;
	font-size: 18px;
}
.header-link > li.svg_company {
	margin-right: 20px;
}
.header-link > li.svg_place {
	display: none;
}
.header-link > li > a {
    color: #5a5a5a;
    font-size: 10px;
    text-decoration: none;
}
.header-link > li:first-child > a {
    padding: 0 15px 0 0;
}
.header-link-count {
    display: block;
    position: absolute;
    top: -10px;
    right: 0;
    width: 20px;
    height: 20px;
    background: #db6782;
    border-radius: 10px;
    color: #ffffff;
    font-size: 10px;
    text-align: center;
    line-height: 20px;
}
.header-spmenu {
    display: none;
}
.header-btn {
    float: left;
    width: 180px;
}
.header-btn > a {
    margin-top: 5px;
    display: block;
    position: relative;
    overflow: hidden;
    height: 40px;
    border-radius: 6px;
    box-sizing: border-box;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 40px;
    transition: 0.2s linear;
    text-decoration: none;
    background: #ebc31b;
    box-shadow: 0 3px 0 rgba(0,0,0,0.1);
}
.header-btn > a::after {
    display: block;
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 50%;
    z-index: 1;
    width: 100%;
    height: 100%;
    margin: 0 -30px 0 0;
    background: url(../img/bg_sq.png) no-repeat right 50%;
    content: '';
}
.header-btn > a:hover {
    text-decoration:  none;
}
.header-btn-mark {
    display: block;
    position: relative;
    padding-left: 20px;
    z-index: 10;
}
.header-btn-mark.svg_check::before {
	left: 10px;
	font-size: 16px;
}
.header-nav {
    overflow: hidden;
    width: 1000px;
    margin: 0 auto;
    text-align: left;
}
.header-navinner {
    display: table;
    width: 100%;
}
.header-navinner > li {
    display: table-cell;
    font-size: 14px;
    line-height: 1;
    border-right: 1px solid #DEE4E9;
    text-align: center;
    vertical-align: top;
}
.header-navinner > li:first-child {
    border-left: 1px solid #DEE4E9;
}
.header-navinner > li > a {
    color: #5a5a5a;
    display: table;
    width: 100%;
    padding: 0 30px;
    text-decoration: none;
    transition-property: all;
    transition: 0.2s linear;
    box-sizing: border-box;
}
.header-navinner > li > a.is-on,
.header-navinner > li > a:hover {
    background: #F3F5F7;
    color: #8ca0af;
    text-decoration: none;
}
.header-navinner > li > a > span {
    display: table-cell;
    vertical-align: middle;
    height: 40px;
    text-align: center;
}
.spn-nav {
    display: none;
}

/********************************
FOOTER
*********************************/
.footer-inner {
    border-top: 1px solid #DEE4E9;
    background: #F3F5F7;
    padding: 0;
}
.footer-in {
    width: 1000px;
    margin: 0 auto;
    text-align: left;
    padding: 45px 0 0 0;
    overflow: hidden;
}
.footer-inlink {
    float: left;
    width: 460px;
}
.footer-inlinktp {
    overflow: hidden;
    padding: 0 0 20px 0;
	border-bottom: 1px dotted #DEE4E9;
    font-size: 14px;
}
.footer-inlinklt {
    float: left;
}
.footer-inlinklt:last-child {
    margin: 0 0 0 50px;
}
.footer-inlinklt > li {
	position: relative;
    padding: 0 0 5px 16px;
    font-size: 12px;
}
.footer-inlinklt > li::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 6px;
	height: 6px;
	margin: auto;
	border-top: 1px solid #8ca0af;
	border-right: 1px solid #8ca0af;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}
.footer-inlinkbt {
    overflow: hidden;
    padding: 20px 0 0 0;
}
.footer-inlinkbt > li {
    float: left;
    margin: 0 0 0 30px;
}
.footer-inlinkbt > li:first-child {
    margin: 0;
}
.footer-inlinkbt > li > a {
    color: #5a5a5a;
    text-decoration: none;
    font-size: 11px;
}
.footer-inlinkbt > li > a > span {
	position: relative;
    padding: 0 16px 0 0;
}
.footer-sent {
    width: 500px;
    float: right;
}
.footer-senttp {
    overflow: hidden;
    margin: 20px 0 0 0;
}
.footer-senttp-oher {
    text-align: right;
    padding: 10px 0 0 0;
}
.footer-senttp-note {
    display: block;
    text-align: right;
    color: #bbbbbb!important;
}
.footer-senttp-oher > li {
    display: inline-block;
    margin: 0 0 0 12px;
}
.footer-sentcmt {
	padding: 0 86px 0 0;
    background: url(../img/gra_foot_man.png) no-repeat right 20px top 0;
}
.footer-sentcmt p {
	position: relative;
    padding: 10px 20px;
	background: #fff;
	border: 1px dashed #cecece;
	border-radius: 10px;
    font-size: 14px;
}
.footer-sentcmt p::after {
	position: absolute;
	top: 0;
	right: -7px;
	bottom: 0;
	width: 12px;
	height: 12px;
	margin: auto;
	background: #fff;
	border-top: 1px dashed #b8b8b8;
	border-right: 1px dashed #b8b8b8;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}
.footer-sntbtn {
    overflow: hidden;
    padding: 10px 0 3px 0;
}
.footer-entrybtn {
    float: left;
    width: 100%;
}
.footer-entrybtn > a {
    color: #fff;
    background: #ebc31b;
    box-shadow: 0 3px 0 rgba(0,0,0,0.1);
    display: block;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 20px;
    text-decoration: none;
    transition-property: all;
    transition: 0.2s linear;
    font-size: 16px;
    border-radius: 8px;
    height: 50px;
    line-height: 50px;
}
.footer-entrybtn-mark {
    display: block;
    position: relative;
    z-index: 10;
    padding: 0 0 0 15px;
}
.footer-descbtn {
    width: 210px;
    float: right;
}
.footer-descbtn > a {
    color: #fff;
    background: #96c836;
    border-bottom: 3px solid #71a212;
    display: block;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 20px;
    text-decoration: none;
    transition-property: all;
    transition: 0.2s linear;
    font-size: 16px;
    border-radius: 10px;
    height: 50px;
    line-height: 50px;
}
.footer-descbtn-mark {
    position: relative;
    display: block;
    padding: 0 0 0 12px;
    z-index: 10;
    background: url(../img/icn_time_d.png) no-repeat 0 50%,
                url(../img/icn_arrow_b.png) no-repeat right 47%;
}
.footer-entrybtn > a::after,
.footer-descbtn > a::after {
    content: '';
    display: block;
    right: 50%;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0 -30px 0 0;
    overflow: hidden;
    position: absolute;
    background: url(../img/bg_sq.png) no-repeat right 50%;
    z-index: 1;
}
.fotter-link {
    background: #B5C2CC;
    height: 50px;
}
.fotter-linkin {
    width: 1000px;
    margin: 0 auto;
    text-align: left;
    position: relative;
}
.fotter-linklt {
    font-size: 12px;
    overflow: hidden;
}
.fotter-linklt > li {
    float: left;
	position: relative;
    margin: 20px 45px 0 0;
    padding: 0 0 0 15px;
    line-height: 1;
}
.fotter-linklt > li::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 5px;
	height: 5px;
	margin: auto;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}
.fotter-linklt > li > a {
    color: #fff;
    text-decoration: none;
}
.fotter-bktop {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: -30px;
    border: 5px solid #fff;
    background-color: #8ca0af;
}
.fotter-bktop::before {
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	width: 12px;
	height: 12px;
	margin: auto;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	content: "";
}
.fotter-bktop > a {
    display: block;
	position: relative;
    padding: 37px 0 0 0;
    color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 1.2;
}
.fotter-bktop > a > span {
    display: block;
}
.fotter-coplyright {
    padding: 22px 0 40px 0;
    text-align: center;
}
.fotter-coplyright.is-bordertop {
    border-top: 1px solid #8ca0af;
}
.fotter-coplyright > p {
	padding: 10px 0 20px 0;
}
.fotter-coplyright > p img {
	max-width: 200px;
}
.fotter-coplyright > small {
    font-size: 12px;
    font-style: normal;
    letter-spacing: 1px;
    font-family: 'San Francisco', 'Helvetica Neue', sans-serif;
}
.outlink_area {
	border-top: none;
}
.outlink_area > .footer-in {
	padding: 0 0 50px 0;
}
.service_link_title {
	margin: 20px 0 5px 0;
	font-weight: bold;
	font-size: 12px;
}
.service_link {
	font-size: 0;
}
.service_link li {
	display: inline-block;
	font-size: 12px;
}
.service_link.area li:first-child {
	width: 80px;
}
.service_link li::before {
	margin: 0 7px;
	display: inline-block;
	content: "|";
	color: #cecece;
}
.service_link li:first-child::before {
	display: none;
}
/***************
SIDE
***************/
.side-favorite a {
    display: block;
    position: relative;
    padding: 20px 0 20px 0;
    margin: 0 0 30px 0;
    border-top: 5px solid #e4dea4;
    border-bottom: 5px solid #e4dea4;
    color: #5a5a5a;
    text-decoration: none;
}
.side-favorite a::after {
    position: absolute;
    top: 17px;
    left: 40px;
    font-size: 13px;
    content: "リスト登録";
}
.side-favorite a:before {
    position: absolute;
    top: 38px;
    left: 40px;
    font-size: 13px;
    content: "したお仕事";
}
.side-favorite .svg_fav_list01::before {
	left: 0;
	margin: -15px 0 0 0;
	font-size: 30px;
}
.side-favorite a > p {
    padding: 0 0 0 30px;
    font-size: 16px;
    line-height: 1;
    text-align: right;
}
.side-favorite a > p > span {
    color: #db6782;
    font-size: 30px;
    font-weight: bold;
}
.side-lnglink,
.side-lnglink-btnlt {
    margin: 0 0 30px 0;
}
.side-lnglink-btnlt:last-child {
    margin: 0;
}
.side-lnglink-txt {
    margin: 0 0 7px 0;
    text-align: center;
    line-height: 1;
    font-size: 13px;
}
.side-lnglink-txt > span {
    font-weight:bold;
    color: #8bcaec;
}
.side-support {
    margin: 0 0 60px 0;
}
.side-support {
    margin: 0 0 60px 0;
    padding: 0 0 162px 0;
    background: url(../img/side_bg_spport.png) no-repeat 50% bottom;
}
.side-support-in {
    border-top: 1px solid #f0ecd7;
    border-right: 1px solid #f0ecd7;
    border-left: 1px solid #f0ecd7;
    border-radius: 10px 10px 0 0;
    padding: 10px 19px 5px 19px;
}
.side-support-ttl {
    padding: 12px 0;
    border-bottom: 1px dotted #e0ddc1;
}
.side-support-ttl > h2 {
    font-size: 15px;
    line-height: 1.3;
    text-align: center;
}
.side-support-ttl > h2 > span {
    font-size: 24px;
    color: #8bcaec;
    font-weight:bold;
}
.side-support-list {
    padding: 12px 0 12px 0;
    border-bottom: 1px dotted #e0ddc1;
    margin: 0 0 15px 0;
}
.side-support-list > li {
    margin: 0 0 15px 0;
    position: relative;
    font-size: 14px;
    padding: 0 0 0 20px;
    line-height: 1;
}
.side-support-list > li:last-child {
    margin: 0;
}
.side-support-list > li > .is-ptn {
    position: absolute;
    top: 0;
    left: 0;
    color: #26a5cd;
    font-size: 14px;
}
.side-support-list > li > .is-bl {
    color: #8bcaec;
    font-weight: bold;
}
.side-support-list > li > .is-ver2 {
    color: #38b1b2;
}
.side-support-list > li > .is-ver3 {
    color: #6482c7;
}
.side-support-lnk > a {
    padding: 0 0 0 15px;
    font-weight: bold;
    font-size: 13px;
	position: relative;
}
.side-support-lnk > a::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 6px;
	height: 6px;
	margin: auto;
	border-top: 2px solid #db6782;
	border-right: 2px solid #db6782;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}
.side-qa {
    border-top: 5px solid #8ca0af;
    margin: 0 0 30px 0;
}
.side-qa-ttl {
    padding: 15px 0;
    font-size: 18px;
    line-height: 1;
}
.side-qa-list > li {
	position: relative;
    border-bottom: 1px dashed #DEE4E9;
    padding: 20px 0 20px 40px;
    font-size: 14px;
    line-height: 1.4;
}
.side-qa-list > li:first-child {
    border-top: 1px dashed #DEE4E9;
}
.side-detailList {
    margin: 0 0 30px 0;
}
.side-detailList:last-child {
    margin: 0;
}
.side-detailList-ttl,
.side-areaDetail-ttl {
    background-color: #A1B1BD;
    padding: 15px 0 15px 15px;
}
.side-detailList-ttl .ttl,
.side-areaDetail-ttl .ttl {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.2;
    padding-left: 1.8em;
}
.side-detailList-det,
.side-areaDetail-list {
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #DEE4E9;
}
.side-detailList-det
.side-detailList-det ul li {
    border-bottom: 1px dashed #e4dea4;
    padding: 13px;
}
.side-detailList-det ul li:last-child {
    border-bottom: 0;
}
.side-detailList-det ul li .detail-name {
    margin: 0 0 8px 0;
    font-size: 14px;
    line-height: 1.1;
}
.side-detailList-det ul li .detail-ttl {
    margin: 0 0 8px 0;
    line-height: 1.1;
}
.side-detailList-det ul li .detail-ttl a {
    font-size: 14px;
}
.side-detailList-det ul li .detail-txt {
    margin: 0 0 5px 0;
    overflow: hidden;
}
.side-detailList-det ul li .detail-txt:last-child {
    margin: 0;
}
.side-detailList-det ul li .detail-txt dt {
    float: left;
    width: 57px;
    color: #88ced8;
    line-height: 1.1;
    font-size: 14px;
}
.side-detailList-det ul li .detail-txt dd {
    margin: 0 0 0 57px;
    line-height: 1.1;
    font-size: 14px;
}
.side-areaDetail {
    margin: 0 0 30px 0;
}
.side-areaDetail:last-child {
    margin: 0;
}
.side-areaDetail-list {
	padding: 0;
}
.areaDetail-txt {
	position: relative;
	margin: 0 0 22px 0;
    padding: 10px 15px 10px 15px;
    border-radius: 6px;
    background: #e0ddc1;
}
.areaDetail-txt::after {
    position: absolute;
    top: 100%;
    left: 50%;
    height: 0;
    width: 0;
    margin: 0 0 0 -8px;
	border-width: 10px 8px 0 8px;
    border-style: solid;
	border-color: #e0ddc1 transparent transparent transparent;
    content: '';
}
.areaDetail-txt p {
    font-size: 14px;
}
.areaDetail-txt p span {
    color: #61829C;
}
.areaDetail-list {
    padding: 13px 14px;
    border: 1px dashed #e0ddc1;
    background: #ffffff;
    border-radius: 6px;
}
.areaDetail-list ul li {
    margin: 0 0 5px 0;
    line-height: 1.1;
}
.areaDetail-list ul li a {
    font-size: 14px;
}
.areaDetail-list .list-more {
    text-align: right;
    padding: 15px 5px 10px 0;
}
.areaDetail-list .list-more a {
    padding: 0 0 0 15px;
    color: #5a5a5a;
    font-size: 14px;
    text-decoration: none;
    background: url(../img/icn_arrow_bl_b2_s.png) no-repeat 0 50%;
}
.areaDetail-list .list-more a:hover {
    color: #2c66a7;
    text-decoration: underline;
}
.side-history {
    margin: 0 0 30px 0;
}
.search_history {
	font-size: 14px;
}
.search_history .side-history-item {
	position: relative;
	padding: 10px 20px 10px 10px;
}
.search_history .side-history-item::after { 
	width: 6px;
	height: 6px;
	content: "";
	display: block;
	border-top: 2px solid #8bcaec;
	border-right: 2px solid #8bcaec;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 3px);
	right: 17px;
}
.side-search-hisotry-item__item::after {
	margin: 0 4px;
	display: inline;
	content: "/";
}
.side-search-hisotry-item__item:last-child::after {
	display: none;
}
.side-history__container {
    border: solid 1px #DEE4E9;
    border-top: none;
}
.side-history__container > a,
.side-history__container > div {
    padding: 10px;
}
.side-history__empty {
    text-align: center;
}

.side-history-item {
    text-decoration: none !important;
    display: block;
    border-bottom: dotted 1px #DEE4E9;
}
.side-history-item__title {
    color: #2c66a7;
    text-decoration: underline;
    font-size: 13px;
    padding-bottom: 8px;
    line-height: 1.5;
}

.side-history-item dl {
    color: #5a5a5a;
    text-decoration: none !important;
    font-size: 12px;
    line-height: 1.5em;
}

.side-history-item dt,
.side-history-item dd {
    display: inline-block;
}
.side-history-item dt::after {
    content: "：";
}
.side-history-item__salary {
    color: #db6782;
    position: relative;
    padding: 0 0 0 30px;
    line-height: 1.5em;
    margin-top: 8px;
}
.side-history-item__salary::before {
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    background-position: -1.25em -5em;
    font-size: 24px;
    content: "";
}
.side-history-item__button {
    margin: 10px 0 0 0;
    padding: 5px;
    background-color: #8bcaec;
    border-radius: 4px;
    box-shadow: 0 2px 0 rgba(0,0,0,0.1);
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.side-history-link {
    line-height: 2em;
    font-size: 1em;
    vertical-align: center;
    text-align: center;
}
.side-history-link__container {
    /* display: inline-block; */
}
.side-history-link__container a {
	width: 100%;
	display: block;
	font-size: 14px;
	text-decoration: none;
    transition: 0.2s linear;
	border-radius: 4px;
    border: 1px solid #cecece;
    box-shadow: 0 2px 0 rgba(0,0,0,0.1);
    position: relative;
}

.side-history-link__container a::after {
	width: 6px;
	height: 6px;
	content: "";
	display: block;
	border-top: 2px solid #8bcaec;
	border-right: 2px solid #8bcaec;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 3px);
	right: 8px;
}
.side-history-link__container a:hover {
	opacity: 0.7;
}
.side-history-link__counter {
    background-color: #db6782;
    width: 2em;
    height: 2em;
    position: relative;
    top: 50%;
    transform: translate(0, 0.5em);
    display: inline-block;
    border-radius: 1em;
    overflow: hidden;
    font-size: 0.5em;
    text-align: center;
    line-height: 2em;
    vertical-align: center;
    color: #ffffff;
}

/********************************
COMMON
*********************************/
.pagetop {
    display: none;
    position: fixed;
    bottom: 18px;
    right: 15px;
    z-index: 999;
}
.pagetop a {
	width: 60px;
	height: 60px;
	display: block;
	text-align: center;
	color: #5a5a5a;
	font-size: 10px;
	text-decoration: none;
	background: url(../img/icn_uparrow.png) no-repeat 50% 10px #ffffff;
	border: 1px solid #cecece;
	background-size: 16px auto;
	border-radius: 30px;
}
.pagetop a span {
	width: 100%;
	text-align: center;
	display: block;
	position: absolute;
	bottom: 7px;
}
a.is-over {
    transition-property: all;
    transition: 0.2s linear;
}
.is-pc {
    display: block !important;
}
.is-pc-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
    display: flex !important;
}
.is-pc-b {
    display: inline !important;
}
.is-pc-c {
    display: inline-block !important;
}
.is-pc-d,.is-pc-f {
    display: table-cell !important;
}
.is-pc-e {
    display: table-row !important;
}
.is-sp,
.is-sp-flex,
.is-sp-b,
.is-sp-c,
.is-sp-d,
.is-sp-f {
    display: none !important;
}
.is-sp-ac,
.is-hidden {
    display: none;
}
/* button */
.buttonBase > a,
.buttonBaseB > a,
.buttonBase_dlpo_typ001 > a,
.buttonBase_dlpo_typ002 > a,
.buttonBlue > a,
.buttonBlueB > a,
.buttonFav > a,
.buttonEntry > a,
.buttonForm > a,
.buttonBaseC > a,
.buttonGreenB > a,
.buttonGreenC > a,
.buttonTel > a,
.buttonWeb > a,
.bottonDefault > a,
.detailBtn > a {
	display: block;
	position: relative;
	overflow: hidden;
	padding: 0 20px;
    border-radius: 8px;
    box-sizing: border-box;
	color: #fff;
    text-align: center;
    text-decoration: none;
    transition-property: all;
    transition: 0.2s linear;
}
.buttonWeb > a::after,
.buttonTel > a::after,
.buttonFav > a::after,
.buttonEntry > a::after,
.buttonBase > a::after,
.buttonBaseB > a::after,
.buttonBlue > a::after,
.buttonBlueB > a::after,
.buttonGreenB > a::after,
.buttonForm > a::after,
.detailBtn > a::after {
    display: block;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255,255,255,.15) 0%,rgba(255,255,255,.15) 50%,transparent 50%,transparent 100%);
    content: '';
}
.header-btn > a:hover,
.footer-entrybtn > a:hover,
.footer-descbtn > a:hover
.pagetop a:hover,
a.is-over:hover,
.buttonBlue > a:hover,
.buttonBlueB > a:hover,
.buttonBaseC > a:hover,
.buttonGreenC > a:hover,
.bottonDefault > a:hover,
.bottonFavover > a:hover,
.buttonWeb > a:hover,
.buttonTel > a:hover,
.buttonFav > a:hover,
.buttonEntry > a:hover,
.buttonBase > a:hover,
.buttonBaseB > a:hover,
.buttonSearch > a:hover,
.buttonSearchB > a:hover,
.buttonGreenB > a:hover,
.buttonForm > a:hover,
.detailBtn > a:hover,
.lnglink-bnr:hover,
.searchqa-srcin > li > a:hover {
	opacity: 0.7;
}
.buttonBase > a,
.buttonBaseB > a,
.buttonBase_dlpo_typ001 > a,
.buttonBase_dlpo_typ002 > a {
    background: #ebc31b;
    box-shadow: 0 3px 0 rgba(0,0,0,0.1);
}
.buttonBase > a {
    height: 60px;
    font-size: 20px;
    line-height: 60px;
}
.buttonBaseB > a {
    height: 80px;
    font-size: 28px;
    line-height: 80px;
}
.buttonBase-mark,
.buttonBaseB-mark {
    display: block;
    position: relative;
    z-index: 10;
	padding: 0 0 0 26px;
}
.buttonBaseB-mark.svg_check::before,
.buttonBlueB-srcmark.svg_search::before {
	font-size: 36px;
}
.buttonBase-mark::after,
.buttonBaseB-mark::after,
.buttonBlue-srcmark::after,
.buttonBlueB-srcmark::after,
.detailBtn-mrk::after,
.buttonEntry-mrk::after,
.footer-entrybtn-mark::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 8px;
	height: 8px;
	margin: auto;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}

.buttonBlueB-srcmark.is-arw,
.buttonGreenB-timemark.is-arw {
    background: url(../img/icn_arrow_b.png) no-repeat right 47%;
}
.buttonBlue > a,
.buttonBlueB > a {
    background: #8bcaec;
    box-shadow: 0 3px 0 rgba(0,0,0,0.1);
}
.buttonBlue > a {
    height: 60px;
    font-size: 22px;
    line-height: 60px;
}
.buttonBlueB > a {
    height: 80px;
    font-size: 32px;
    line-height: 80px;
}
.buttonBlue-srcmark,
.buttonBlueB-srcmark {
    display: block;
    position: relative;
    padding: 0 0 0 12px;
    z-index: 10;
}
.buttonGreenB > a {
    background: #96c836;
    border-bottom: 3px solid #71a212;
}
.buttonGreenB > a {
    font-size: 28px;
    height: 80px;
    line-height: 80px;
}
.buttonGreenB-timemark {
    position: relative;
    display: block;
    padding: 0 0 0 12px;
    background: url(../img/icn_time_c.png) no-repeat 0 50%,
                url(../img/icn_arrow_b.png) no-repeat right 47%;
    z-index: 10;
}
.buttonFav > a {
    height: 48px;
    padding: 0 20px;
    background: #f0f0f0;
    box-shadow: 0 3px 0 rgba(0,0,0,0.1);
	color: #5a5a5a;
    font-size: 20px;
    line-height: 48px;
}
.searchFavorite .buttonFav > a {
    height: 80px;
    font-size: 26px;
    line-height: 80px;
}
.searchDetail .buttonFav > a {
    height: 58px;
    font-size: 18px;
    line-height: 58px;
}
.buttonFav > a.buttonFav-registed {
    background: #cecece;
}
.buttonFav-mrk {
    display: block;
    position: relative;
    z-index: 10;
    margin: 0;
}
.buttonFav-mrk.is-lng {
    width: auto;
}
.searchFavorite .buttonFav .svg_fav_list01::before {
    margin: -18px 0 0 0;
    font-size: 32px;
}
.buttonEntry > a {
    height: 56px;
	background: #f8a244;
	box-shadow: 0 3px 0 rgba(0,0,0,0.1);
    font-size: 20px;
}
.buttonEntry-mrk {
    display: block;
    position: relative;
	top: 50%;
    z-index: 10;
	padding: 0 0 0 12px;
    transform: translateY(-50%);
	line-height: 1;
}
.buttonForm > a {
    height: 70px;
    background: #61829C;
    border-bottom: 3px solid #23549c;
    font-size: 28px;
    line-height: 70px;
}
.buttonForm-mrk {
    display: block;
    position: relative;
    z-index: 10;
    background: url(../img/icn_arrow_b.png) no-repeat right 47%;
    background-size: auto 14px;
}
.buttonBaseC > a {
    height: 68px;
    background: #ebc31b 0%;
    box-shadow: 0 3px 0 rgba(0,0,0,0.1);
    padding: 0 10px;
    font-size: 22px;
    line-height: 68px;
}
.buttonBaseC > a .is-size_s {
    font-size: 16px;
}
.buttonBaseC > a::after,
.buttonGreenC > a::after {
    content: '';
    display: block;
    right: 50%;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0 -30px 0 0;
    overflow: hidden;
    position: absolute;
    background: url(../img/bg_sq.png) no-repeat right 50%;
    z-index: 1;
}
.buttonBaseC-mark {
    display: block;
    position: relative;
    z-index: 10;
    line-height: 1;
    padding: 11px 0;
    background: url(../img/icn_markcheck_e.png) no-repeat 0 50%;
}
.buttonGreenC > a {
    height: 50px;
    padding: 0 10px;
    background: #96c836;
    border-bottom: 3px solid #71a212;
    font-size: 22px;
    line-height: 50px;
}
.buttonGreenC-timemark {
    position: relative;
    display: block;
    z-index: 10;
    padding: 0 0 0 12px;
    background: url(../img/icn_time_e.png) no-repeat 0 50%;
}
.buttonTel > a {
    height: 58px;
    background: #6aa7dc;
    box-shadow: 0 3px 0 rgba(0,0,0,0.1);
    font-size: 22px;
    line-height: 58px;
}
.buttonTel > a .is-stx {
    font-size: 13px;
}
.buttonTel-mrk {
    position: relative;
    display: block;
	z-index: 10;
    padding: 14px 0 14px 12px;
    line-height: 0.7;
    /*background: url(../img/icn_btn_entry_tel.png) no-repeat 0 50%;*/
}

.bottonDefault > a {
    height: 58px;
    background: #ffffff;
    border: 1px solid #cecece;
    box-shadow: 0 2px #d3d3d3;
    color: #61829C;
    font-size: 24px;
    line-height: 58px;
}
.bottonFavover {
    position: relative;
    margin: 0 0 0 20px;
    background: #ffffff;
    border: 1px solid #cecece;
    border-radius: 8px;
    box-shadow: 0 2px #d3d3d3;
    box-sizing: border-box;
    font-size: 18px;
    text-align: center;
}
.bottonFavover > a {
    display: block;
    height: 48px;
    padding: 0 0 0 10px;
    text-decoration: none;
    line-height: 48px;
    transition-property: all;
    transition: 0.2s linear;
}
.bottonFavover.is-num > a {
    padding: 0 0 0 30px;
}
.bottonFavover > a > span {
    display: block;
    position: absolute;
    top: 9px;
    left: 23px;
    width: 20px;
    padding: 5px 0;
    background: #db6782;
    border-radius: 15px;
    color: #ffffff;
    font-size: 10px;
    line-height: 1;
}

/* alinkText */
a.alinkText {
	position: relative;
    padding: 0 0 0 20px;
    font-size: 16px;
}
a.alinkText::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 10px;
	height: 10px;
	margin: auto;
	border-top: 2px solid #8bcaec;
	border-right: 2px solid #8bcaec;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}
.alinkText-blank {
    padding: 0 24px 0 0;
}

/* title */
.title {
    color: #fff;
    padding: 3px 0 2px 20px;
    position: relative;
    background: #8ca0af;
	margin-bottom: 30px;
}
.title-src {
    color: #fff;
    padding: 0 0 0 20px;
    position: relative;
    background: #8ca0af;
}
.title-src::after {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 136px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 11px 0 11px;
    border-color: #8ca0af transparent transparent transparent;
}
.title-ttl {
	position: relative;
    padding: 20px 0 18px 10px;
    font-size: 24px;
    line-height: 1.2;
    font-weight: bold;
}
.title-ttl[class*="svg_"] {
    padding: 20px 0 18px 40px;
}
.titleIcn.is_bor {
    padding: 0 0 12px 0;
    border-bottom: 1px solid #8ca0af;
}
.titleIcn.is_bor.is_mgb {
    margin: 0 0 25px 0;
}
.titleIcn-ttl {
	position: relative;
    padding: 0 0 0 5px;
    color: #8bcaec;
    font-size: 24px;
    font-weight: bold;
}
.titleSmp-ttl {
    position: relative;
    margin: 0 0 10px 0;
    padding: 3px 0 3px 42px;
    font-size: 24px;
    line-height: 1.4;
}
.titleSmp-ttl::before {
    position: absolute;
	top: 50%;
	left: 0;
	width: 30px;
	height: 30px;
	margin: -15px 0 0 0;
	background: linear-gradient(to right, #8bcaec 0%,#8bcaec 50%,#ADDAF1 50%,#ADDAF1 100%);
	background: -webkit-linear-gradient(left, #8bcaec 0%,#8bcaec 50%,#ADDAF1 50%,#ADDAF1 100%);
	border-radius: 50%;
	content: "";
}
.titleSmp-ttl.num02::before {
	background: linear-gradient(to right, #74c9c9 0%,#74c9c9 50%,#38b1b2 50%,#38b1b2 100%);
	background: -webkit-linear-gradient(left, #74c9c9 0%,#74c9c9 50%,#38b1b2 50%,#38b1b2 100%);
}
.titleSmp-ttl.num03::before {
	background: linear-gradient(to right, #9dafd8 0%,#9dafd8 50%,#6482c7 50%,#6482c7 100%);
	background: -webkit-linear-gradient(left, #9dafd8 0%,#9dafd8 50%,#6482c7 50%,#6482c7 100%);
}
.titleSmp-ttl.num04::before {
	background: linear-gradient(to right, #6aa7dc 0%,#6aa7dc 50%,#3d8acd 50%,#3d8acd 100%);
	background: -webkit-linear-gradient(left, #6aa7dc 0%,#6aa7dc 50%,#3d8acd 50%,#3d8acd 100%);
}
.titleSmp-ttl::after {
    position: absolute;
	top: 50%;
	left: 6px;
	width: 18px;
	height: 18px;
	margin: -9px 0 0 0;
	background: #fff;
	border-radius: 50%;
	content: "";
}

.title-search {
    color: #fff;
    padding: 3px 0 2px 20px;
    position: relative;
    background: #A1B1BD;
    margin: 0 0 30px 0;
}
.title-search.is-select {
    margin: 0;
}

/* lnglink */
.lnglink {
    padding: 70px 40px 0 40px;
}
.lnglink.is-presentation {
    padding: 40px 0 0 0;
    margin: 0 0 40px 0;
    position: relative;
}
.lnglink.is-support {
    padding: 40px 0 0 0;
}
.lnglink-txtin {
    background: url(../img/gra_man1.png) no-repeat 110px 0;
    text-align: center;
    font-size: 20px;
    padding: 10px 0 0 0;
    margin: 0 0 30px 0;
}
.lnglink.is-ver2 .lnglink-txtin {
    background: url(../img/gra_man2.png) no-repeat 800px 0;
}
.lnglink.is-presentation .lnglink-txtin {
    background: url(../img/gra_man4.png) no-repeat 40px 0;
}
.lnglink.is-support .lnglink-txtin {
    background: url(../img/gra_man5.png) no-repeat right 40px top;
}
.lnglink-txt {
    line-height: 1.4;
}
.lnglink-lnk {
    margin: 18px 0 0 0;
    font-size: 24px;
}
.lnglink-lnk > a {
	position: relative;
    padding: 0 0 0 22px;
    font-weight: bold;
}
.lnglink-lnk > a::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 10px;
	height: 10px;
	margin: auto;
	border-top: 2px solid #db6782;
	border-right: 2px solid #db6782;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}
.lnglink-btn {
    margin: 0 0 20px 0;
    display: table;
    width: 100%;
}
.lnglink-btnlt {
    box-sizing: border-box;
}
.lnglink-bnr {
    margin: 20px 0 0 0;
}
/* topのみ：PCでバナー横並び */
.bnr_box {
	display: -webkit-box;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 0;
}
.bnr_box .lnglink-bnr {
	width: 48%;
}
.bnr_box .lnglink-bnr img {
	width: 100%;
}

/*breadcrumbs*/
.breadcrumbs {
	font-size: 11px;
	line-height: 1.2;
}
.breadcrumbs-in {
	overflow: hidden;
	padding: 10px 0 8px;
}
.breadcrumbs-in > li {
	float: left;
	background:url(../img/icn_breadcrumbs.png) no-repeat 0 50%;
	padding: 0 0 0 20px;
	margin: 0 0 0 12px;
	line-height: 2;
}
.breadcrumbs-in > li:first-child {
	background: none;
	padding: 0;
	margin: 0;
}

/*searchqa*/
.searchqa {
	position: relative;
    overflow: hidden;
    padding: 0 0 110px 0;
    background: url(../img/bg_searchqa.png) no-repeat right bottom 20px;
	background-size: 520px auto;
}
.searchqa-in {
	position: relative;
    overflow: hidden;
}
.searchqa-qa,
.searchqa-src {
    width: 460px;
}
.searchqa-qa {
    float: left;
}
.searchqa-src {
    float: right;
}
.searchqa-qain {
    padding: 25px 0 0 0;
}
.searchqa-qain > li {
	position: relative;
    padding: 15px 45px 15px 40px;
    font-size: 18px;
    line-height: 1.4;
}
.searchqa-srcin {
    padding: 35px 0 0 0;
    text-align: center;
	letter-spacing: -.4em;
}
.searchqa-srcin > li {
    display: inline-block;
    width: 120px;
    margin: 0 15px 20px 15px;
	border-radius: 50%;
	letter-spacing: normal;
}
.searchqa-srcin > li.area01 {
	background: linear-gradient(120deg, #8cb4d6 0%,#8cb4d6 50%,#7fabd1 50%,#7fabd1 100%);
	background: -webkit-linear-gradient(-30deg, #8cb4d6 0%,#8cb4d6 50%,#7fabd1 50%,#7fabd1 100%);
}
.searchqa-srcin > li.area02 {
	background: linear-gradient(120deg, #7bc9d5 0%,#7bc9d5 50%,#6cc3d0 50%,#6cc3d0 100%);
	background: -webkit-linear-gradient(-30deg, #7bc9d5 0%,#7bc9d5 50%,#6cc3d0 50%,#6cc3d0 100%);
}
.searchqa-srcin > li.area03 {
	background: linear-gradient(120deg, #81cea3 0%,#81cea3 50%,#73c899 50%,#73c899 100%);
	background: -webkit-linear-gradient(-30deg, #81cea3 0%,#81cea3 50%,#73c899 50%,#73c899 100%);
}
.searchqa-srcin > li.area04 {
	background: linear-gradient(120deg, #cca1d2 0%,#cca1d2 50%,#c696cd 50%,#c696cd 100%);
	background: -webkit-linear-gradient(-30deg, #cca1d2 0%,#cca1d2 50%,#c696cd 50%,#c696cd 100%);
}
.searchqa-srcin > li.area05 {
	background: linear-gradient(120deg, #c6bb7e 0%,#c6bb7e 50%,#bfb36f 50%,#bfb36f 100%);
	background: -webkit-linear-gradient(-30deg, #c6bb7e 0%,#c6bb7e 50%,#bfb36f 50%,#bfb36f 100%);
}
.searchqa-srcin > li.area06 {
	background: linear-gradient(120deg, #7896c3 0%,#7896c3 50%,#698abc 50%,#698abc 100%);
	background: -webkit-linear-gradient(-30deg, #7896c3 0%,#7896c3 50%,#698abc 50%,#698abc 100%);
}
.searchqa-srcin > li.area07 {
	background: linear-gradient(120deg, #8fc06a 0%,#8fc06a 50%,#82b959 50%,#82b959 100%);
	background: -webkit-linear-gradient(-30deg, #8fc06a 0%,#8fc06a 50%,#82b959 50%,#82b959 100%);
}
.searchqa-srcin > li.area08 {
	background: linear-gradient(120deg, #db8b9e 0%,#db8b9e 50%,#d77e93 50%,#d77e93 100%);
	background: -webkit-linear-gradient(-30deg, #db8b9e 0%,#db8b9e 50%,#d77e93 50%,#d77e93 100%);
}
.searchqa-srcin > li.area09 {
	background: linear-gradient(120deg, #c2957c 0%,#c2957c 50%,#bb896d 50%,#bb896d 100%);
	background: -webkit-linear-gradient(-30deg, #c2957c 0%,#c2957c 50%,#bb896d 50%,#bb896d 100%);
}
.searchqa-srcin > li > a {
    display: block;
    height: 120px;
    padding: 44px 0 0 0;
    box-sizing: border-box;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    text-decoration: none;
}
.searchqa-srcin > li > a span {
    display: block;
    font-family: 'Yellowtail', cursive;
    font-size: 14px;
    padding: 5px 0 0 0;
}
/*selectDef*/
.selectDef input[type="checkbox"] {
    display: none;
}
.selectDef input[type="text"] {
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    width: 500px;
    padding: 11px 10px 11px 10px;
}
.selectDef label {
    padding: 0 0 0 25px;
    box-sizing: border-box;
    background: url(../img/icn_select_of.png) no-repeat left 50%;
}
.selectDef label.on{
    background: url(../img/icn_select_on.png) no-repeat left 50%;
}
.selectDef input[type="checkbox"]:checked + label {
    background: url(../img/icn_select_on.png) no-repeat left 50%;
}
.selectDef input[type="radio"] {
    display: none;
}
.selectDef input[type="radio"] + label {
    /*background: none;*/
    padding: 3px 0 3px 30px;
    background: url(../img/icn_select_radio_of.png) no-repeat left 50%;
}
.selectDef input[type="radio"]:checked + label {
    background: url(../img/icn_select_radio_on.png) no-repeat left 50%;
}
/*listPager*/
.listPager {
    /* border-top: 1px solid #cecece; */
    /* border-bottom: 1px solid #cecece; */
    /* background: #fafafa; */
    /* padding: 19px 0; */
    padding: 0 0 20px 0;
    width: 100%;
    text-align: center;
    letter-spacing: -.4em;
    justify-content: space-between;
    align-items: center;
}
.listPager > li {
    /* display: inline-block; */
    width: 60px;
    vertical-align: middle;
    margin: 0 5px 0 5px;
    line-height: 1;
    text-align: center;
    letter-spacing: normal;
}
.listPager > li > a {
    display: block;
    padding: 15px 0 15px 0;
    border: 1px solid #cecece;
    border-radius: 4px;
    background: #ffffff;
    font-size: 18px;
    color: #2c66a7;
    text-decoration: none;
}
.listPager > li.is-on > a,
.listPager > li > a:hover {
    background: #cecece;
    color: #ffffff;
}
.listPager > li.is-prev{
    margin: 0 auto 0 0;
    width: 18px;
}
.listPager > li.is-prev > a{
    padding: 0;
    border: 0;
    border-radius: 0;
    background: none;
    font-size: inherit;
}
.listPager > li.is-next{
    margin: 0 0 0 auto;
    width: 18px;
}
.listPager > li.is-next > a{
    padding: 0;
    border: 0;
    border-radius: 0;
    background: none;
    font-size: inherit;
}
/*overlay*/
.main-btn.is-ovlay {
    width: 370px;
    margin: 0 auto 15px auto;
}
.qa-lnk.is-ovlay {
    padding: 0;
    margin: 0 0 20px 0;
}
.qa-qtxt.is-ovlay,
.qa-atxt.is-ovlay {
    line-height: 1.6
}
.qa-atxt.is-ovlay > span,
.qa-atxt.is-ovlay > p > span {
    color: #8bcaec;
    font-weight: bold;
}
.overlayQa-a figure {
	padding: 20px 0 0 40px;
}
.is-gra01.is-ovlay {
    background: url(../img/qa_overlay_gra01.jpg) no-repeat left 50% bottom 0;
    padding: 0 0 310px 0;
}
.overlayBg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 999999;
    background: #8bcaec;
    opacity: 0.8;
}
.overlayBg2 {
    display: none;
    position: fixed;
    top: 0;

    z-index: 999999;
    background: #000000;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}
.overlayContents {
    display: none;
    position: fixed;
    top: 0;
    left: 50%;
    z-index: 9999999;
    width: 920px;
    height: 85%;
    min-height: 550px;
    margin: 2% 0 5% -460px;
    padding: 10px;
    background: #f0f0f0;
    box-sizing: border-box;
    text-align: left;
}
.overlayContents.is-qa {
    width: 700px;
    margin-left: -350px;
}
.overlayContents-in {
    background: #ffffff;
    position: relative;
    padding: 30px 30px 70px 30px;
    /*overflow-y: scroll;*/
    overflow: hidden;
    height: 100%;
    /*max-height: 480px;*/
    min-height: 320px;
    width: 900px;
    box-sizing: border-box;
}
.overlayContents.is-qa .overlayContents-in {
    width: auto;
    padding: 30px 30px 30px 30px;
}
.tse-scrollable .tse-scroll-content {
    padding: 0 50px 0 0;
}

.closeBtn {
    position: absolute;
    top: 20px;
    right: 30px;
	z-index: 100;
    cursor: pointer;
}

.titleSrcovly {
    border-bottom: 1px solid #88ced8;
    padding: 0 0 23px 40px;
    margin: 0 0 30px 0;
}
.is-ov-tel .titleSrcovly {
    padding: 0 0 23px 0;
}
/*
.overlayContents.is-ov-area .titleSrcovly {
    background: url(../img/icn_src_ovly_area.png) no-repeat 0 0;
}
.overlayContents.is-ov-work .titleSrcovly {
    background: url(../img/icn_src_ovly_work.png) no-repeat 0 0;
}
.overlayContents.is-ov-employ .titleSrcovly {
    background: url(../img/icn_src_ovly_employ.png) no-repeat 0 0;
}
.overlayContents.is-ov-wayside1 .titleSrcovly {
    background: url(../img/icn_src_ovly_wayside.png) no-repeat 0 0;
}
.overlayContents.is-ov-prefer .titleSrcovly {
    background: url(../img/icn_src_ovly_prefer.png) no-repeat 0 0;
}
*/
.titleSrcovly-ttl {
    font-size:24px;
    line-height: 1.2;
}
.titleSrcovly-ttl.svg_search_area01::before,
.titleSrcovly-ttl.svg_search_work01::before,
.titleSrcovly-ttl.svg_search_employ01::before,
.titleSrcovly-ttl.svg_search_railway01::before,
.titleSrcovly-ttl.svg_search_select01::before {
	left: -40px;
}

.overlayContents-scl {
    overflow: hidden;
    position: relative;
    /*height: 620px;*/
    height: 78%;
    min-height: 320px;
    margin: 0 0 30px 0;
    padding: 0 30px;
    border-bottom: 1px solid #88ced8;
}
.is-ov-tel .overlayContents-scl {
/*    height: auto;*/
    border-bottom: 0;
    margin: 0;
}
.overlayContents-scl.is-size {
    /* height: 75%;*/
    padding: 0 30px 0 0;
    margin: 0 0 20px 0;
    border: 0;
}
.overlayContents-detail {
    padding: 0 10px 0 0;
}
.ovlyList {
    padding: 0 0 30px 0;
}
.is-ov-tel .ovlyList {
    padding: 0 0 20px 0;
}
.ovlyMap {
    padding: 0 0 15px 0;
    overflow: hidden;
}
.ovlyMap-in {
    float: left;
    width:258px;
}
.ovlyMap-in.is-list {
    float: right;
    width: 440px;
    margin: 0 20px 0 0;
}
.ovlyMap-in.is-map > p {
    display:none;
}
.ovlyMap-in.is-map > p.is-area_knt {
    display:block;
}
.ovlyMap-list {
    margin: 0 0 0 -10px;
}
.ovlyMap-list > li > p {
    float: left;
    width: 140px;
    margin: 0 0 10px 10px;
    font-size: 20px;
    box-sizing: border-box;
    border-radius: 8px;
    text-align: center;
    border: 1px solid #cecece;
    box-shadow: 0 2px #d3d3d3;
    background: #ffffff;
}
.ovlyMap-list > li > p > a {
    display: block;
    color: #61829C;
    height: 50px;
    line-height: 50px;
    text-decoration: none;
    transition-property: all;
    transition: 0.2s linear;
}
.ovlyMap-list > li.on > p ,
.ovlyMap-list > li:hover > p {
    border: 1px solid #8bcaec;
    box-shadow: 0 2px #8bcaec;
    background: #8bcaec;
}
.ovlyMap-list > li.on > p > a ,
.ovlyMap-list > li:hover > p > a {
    color: #ffffff;
}
.listTitle {
    background: #8BCAEC;
    padding: 15px 20px 15px 20px;
    margin: 0 0 20px 0;
}
.is-ov-tel .listTitle {
    margin: 0 0 10px 0;
}
.listTitle-ttl {
    font-size: 20px;
    color: #ffffff;
}
.ankLnk {
    margin: 0 0 30px 20px;
}
.ankLnk-list {
    width: 100%;
    overflow: hidden;
}
.ankLnk-list > li {
    width: 20%;
    float: left;
    margin: 0 0 15px 0;
}
.ankLnk-list > li > a {
    background: url(../img/icn_arrow_bl_c.png) no-repeat 0 50%;
    padding: 0 0 0 22px;
    font-weight: bold;
    font-size:20px;
}
.overlayContents.is-ov-area .ovlyList {
    display:none;
}
.overlayContents.is-ov-area .ovlyList.is-area_knt {
    display:block;
}
.overlayContents.is-ov-wayside1 .ovlyList {
    display:none;
}
.overlayContents.is-ov-wayside1 .ovlyList.is-area_knt {
    display:block;
}
.ovlyList-in {
    margin: 0 0 30px 20px;
}
.ovlyList-in:last-child {
    margin: 0 0 0 20px;
}
.ltsTtlPt {
    padding-bottom: 30px;
}
.ltsTtl {
    border-bottom: 1px solid #88ced8;
    font-size: 20px;
    line-height: 1;
    padding: 0 0 10px 0;
    margin: 0 0 20px 0;
}
.ovlyList-ct {
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    border-bottom: 1px dashed #cecece;
}
.ovlyList-ct:last-child {
    padding: 0;
    margin: 0;
    border-bottom: 0;
}
.allList {
    margin: 0 0 20px 0;
}
.allList-inp {
    font-size: 16px;
    font-weight:bold;
}
.allList-inp > label {
    padding: 3px 0 3px 25px;
}
.ovlyList-linklt {
    width: 100%;
    overflow: hidden;
}
.ovlyList-linklt.is-border {
    border-bottom: 1px solid #f0f0f0;
    margin: 0 0 20px 0;
}
.ovlyList-linklt.is-border:last-child {
    border-bottom: 0;
    margin: 0;
}
.ovlyList-linklt > li {
    float: left;
    margin: 0 0 20px 0;
}
.ovlyList-linklt.side2 > li {
    width: 50%;
}
.ovlyList-linklt.side3 > li {
    width: 33.3333%;
}
.ovlyList-linklt.side4 > li {
    width: 25%;
}
.ovlyList-linklt.side5 > li {
    width: 20%;
}
.ovlyList-linklt.side6 > li {
    width: 16%;
}
.ovlyList-linklt.side7 > li {
    width: 14%;
}
.ovlyList-linklt > li > label {
    padding: 3px 0 3px 25px;
}
.ovlyList-sltbox {
    margin: 0 0 20px 0;
}
.ovlyList-sltbox:last-child {
    margin: 0;
}
.ovlyList-sltbox select {
    background: #ffffff url(../img/entry_select_arw.png) no-repeat 100% 0;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    padding: 10px 50px 10px 20px;
    width: 300px;
    height:45px;
    box-sizing: border-box;
}
.overlayContents-btn {
    width: 630px;
    margin: 0 auto;
}
.ovlyCount {
    width: 110px;
    border-top: 5px solid #f0f0f0;
    border-bottom: 5px solid #f0f0f0;
    padding: 16px 0 16px 0;
    float: left;
}
.ovlyCount > p {
    font-size: 16px;
    line-height: 1;
    text-align: right;
}
.ovlyCount > p > span {
    color: #db6782;
    font-size: 24px;
    font-weight: bold;
}
.ovlyBtn {
    width: 250px;
    float: left;
    margin: 0 0 0 10px;
}
.ovlyBtn.is-one {
    width: 510px;
}
.tel-backBtn {
    width: 70px;
    margin: 0 auto;
}
.tel-backBtn > p {
    font-size: 14px;
    box-sizing: border-box;
    border-radius: 2px;
    text-align: center;
    border: 1px solid #cecece;
    box-shadow: 0 2px #d3d3d3;
    background: #ffffff;
}
.tel-backBtn > p > a {
    display: block;
    color: #61829C;
    height: 48px;
    line-height: 48px;
    text-decoration: none;
    transition-property: all;
    transition: 0.2s linear;
}
.overlayQa-q {
	position: relative;
    padding: 0 0 28px 40px;
    margin: 0 0 30px 0;
    border-bottom: 1px solid #88ced8;
}
.overlayQa-q.svg_question::before {
    top: 0;
    margin: 0;
}
.qa-qtxt {
    font-size: 18px;
}
.overlayQa-a {
	position: relative;
    margin: 0 0 30px 0;
}
.qa-atxt {
    font-size: 18px;
    padding: 0 0 0 40px;
}
.qa-atxt > span {
    color: #8bcaec;
    font-weight: bold;
}
.qa-lnk {
    padding: 20px 0 0 0;
    text-align: center;
}
.qa-lnk > a {
    padding: 0 0 0 22px;
    font-weight: bold;
    font-size: 18px;
}
.close-lnkBtn {
    width: 70px;
    margin: 0 auto;
}
.close-lnkBtn > p {
    background: #ffffff;
    border-radius: 4px;
    border: 1px solid #cecece;
    box-sizing: border-box;
    box-shadow: 0 2px 0 rgba(0,0,0,0.1);
    font-size: 14px;
    text-align: center;
}
.close-lnkBtn > p > a {
    display: block;
    color: #61829C;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    transition-property: all;
    transition: 0.2s linear;
}
.resetSearchItembtn {
    line-height: 1;
    text-align: center;
    width:200px;
    position: absolute;
    top: 30px;
    right: 80px;
}
.resetSearchItembtn a {
    display: block;
    padding: 10px 0;
    background: linear-gradient(#ffffff 0%,#f1f1f1 100%);

	border-width: 1px 1px 2px 1px;
    border-style: solid;
    border-color: #cecece;
    border-radius: 2px;
    color: #61829C;
    font-size: 14px;
    text-decoration: none;
    transition: 0.2s linear;
}
.resetSearchItembtn a:hover {
    opacity: 0.7;
}

.detail-presentation {
    width: 680px;
    height: 280px;
    background: url(../img/bg_easysearch_presentation.png) no-repeat 0 0;
    padding: 0 0 0 40px;
}
.detail-presentation-ttl {
    padding: 25px 0 22px 0;
    font-size: 30px;
    line-height: 1.4;
}
.detail-presentation-ttl > span {
    color: #8bcaec;
    font-weight: bold;
}
.detail-presentation-list > li {
    margin: 0 0 20px 0;
    position: relative;
    font-size: 16px;
    padding: 0 0 0 20px;
}
.detail-presentation-list > li:last-child {
    margin: 0;
}
.detail-presentation-list > li .is-ptn {
    position: absolute;
    top: 0;
    left: 0;
    color: #26a5cd;
}
.detail-presentation-list > li .is-ver2 {
    color: #38b1b2;
}
.detail-presentation-list > li .is-bl {
    color: #8bcaec;
    font-weight: bold;
}
.detail-support {
    width: 680px;
    height: 310px;
    margin: 20px 0 0 0;
    background: url(../img/bg_easysearch_sppport.png) no-repeat 0 0;
    padding: 0 0 0 40px;
}
.detail-support-ttl {
    padding: 25px 0 22px 0;
    font-size: 30px;
    line-height: 1.4;
}
.detail-support-ttl > span {
    color: #8bcaec;
    font-weight: bold;
}
.detail-support-list {
    margin: 0 0 25px 0;
}
.detail-support-list > li {
    margin: 0 0 10px 0;
    position: relative;
    font-size: 16px;
    padding: 0 0 0 20px;
}
.detail-support-list > li:last-child {
    margin: 0;
}
.detail-support-list > li .is-ptn {
    position: absolute;
    top: 0;
    left: 0;
    color: #26a5cd;
}
.detail-support-list > li .is-ver2 {
    color: #38b1b2;
}
.detail-support-list > li .is-ver3 {
    color: #6482c7;
}
.detail-support-list > li .is-bl {
    color: #8bcaec;
    font-weight: bold;
}
.detail-support-lnk > a {
    background: url(../img/icn_arrow_bl_c.png) no-repeat 0 50%;
    padding: 0 0 0 22px;
    font-weight: bold;
    font-size: 16px;
}
.searchlist-bnr {
    margin: 0 0 30px 0;
}
.searchlist-bnr.is-lt {
    margin: 0;
}

/********************************
RECOMMEND
*********************************/
/* 応募フォーム規約同意チェックエリア */
.entryCheckbox {
    font-size: 14px;
    margin: 8px 0 8px 0;
}
.entryCheckboxText {
    text-decoration: underline;
    font-weight: bold;
}
/* 応募前画面 */
#oubo-now-ttlImg {
    width: 238px;
    height: 20px;
    margin: 0 auto 15px auto;
    padding: 30px 0 0 0;
}

#oubo-dotline {
    width: 600px;
    height: 10px;
    margin: 40px auto 20px auto;
}
#oubo-member-ttlImg {
    width: 249px;
    height: 18px;
    margin: 0 auto 15px auto;
}
#oubo-member-loginbtn-area {
    width: 200px;
    float: left;
}
#oubo-member-area {
    width: 450px;
    margin: 20px auto 0 auto;
    padding: 0 0 30px 0;
}
.oubo-member-loginpanel-left {
    width: 220px;
    float: left;
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 12px;
}
.oubo-member-loginpanel-right {
    width: 200px;
    float: left;
    margin: 0 0 0 30px;
    padding: 10px 0 0 0;
}
.oubo-member-loginpanel-txt {
    width: 50px;
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 12px;
    float: left;
}
.oubo-member-loginpanel-txtbox {
    margin: 0 0 20px 0;
    padding: 0;
    float: left;
}
input.userform {
   height: 1.2em;
   width: 9em;
}
.oubo-member-loginpanel-check {
    margin: 0;
    padding: 0;
    float: left;
}
.oubo-member-logintxt1 {
    margin: 0 0 0 20px;
    padding: 3px 0 0 0;
    float: left;
    font-weight: normal;
    font-size: 10px;
    line-height: 140%;
}
.oubo-member-logintxt2 {
    font-weight: normal;
    font-size: 10px;
    margin: 10px 0 0 0;
    padding: 0;
}
.oubo-btn-area001 {
    width:640px;
    border: 1px #cecece solid;
    padding-bottom: 30px;
}
.oubo-btn001 {
    width:238px;
    height:48px;
    margin: 0 auto 0 auto;
    padding: 0 0 10px 0;
}
.oubo-btn002 {
    width: 157px;
    height: 33px;
    margin: 0 auto 10px auto;
}
/*今すぐ応募するボタン*/
.oubo-btn001 #btn_apply101{
    background:url(../common/images/applyn_btn03.jpg) no-repeat 0 top;
    width:238px;
    height:48px;
    display:block;
    cursor:pointer;
    border:0;
    text-indent:-9999px;
    overflow:hidden;
}
/*ログインしてから応募するボタン*/
.oubo-btn002 #btn_apply102{
    background:url(../common/images/applyn_btn04.jpg) no-repeat 0 top;
    width: 157px;
    height:32px;
    display:block;
    cursor:pointer;
    border:0;
    text-indent:-9999px;
    overflow:hidden;
}
/* area.html用 */
.ht10 {
    height: 10px;
}

/********************************
シルバーエッグ レコメンドエリア
*********************************/
#recommend_box_status {
    /* display:none; */ /* テスト用レコメンド非表示CSS */
}
.recommend_wrap {
	margin: 0 0 80px 0;
}
.dv_recommend {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    margin: 25px 0 0 0;
}
.dv_rc_items {
	-ms-flex: 1 1 100%;
	-webkit-flex: 1 1 100%;
	flex: 1 1 100%;
	position: relative;
	margin: 0 25px 0 0;
	padding: 10px 10px 10px 10px;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #DEE4E9;
	line-height: 1.5;
	text-align: justify;
}
.dv_rc_items::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	border-top: 2px solid #8ca0af;
	content: "";
}
.dv_rc_items::after {
	display: block;
	margin: 10px 0 0 0;
	padding: 5px;
	background: #8bcaec;
	box-shadow: 0 2px rgba(0,0,0,0.1);
	border-radius: 4px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	content: "詳細を見る";
}
.dv_rc_items:nth-last-of-type(2) {
	margin: 0;
}
.dv_rc_items a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}
.dv_rc_img {
	display: none;
}
.dv_rc_name {
    padding: 10px;
    font-size: 14px;
}
.dv_rc_description {
    padding: 45px 0 5px 0;
    font-size: 12px;
}
.dv_rc_price {
	position: relative;
	padding: 0 0 0 30px;
    color: #db6782;
}
.dv_rc_price::after {
    position: absolute;
	top: 0;
	left: 0;
    width: 1em;
    height: 1em;
    background: url(../img/icon_sprite.svg) no-repeat;
	background-size: 1475% 1475%;
    vertical-align: middle;
	background-position: -7.5em -6.25em;
	font-size: 24px;
    content: "";
}

/* side */
.side-detailList-det .dv_recommend,
.side-areaDetail .dv_recommend {
	display: block;
	margin: 0;
}
.side-detailList-det .dv_rc_items,
.side-areaDetail .dv_rc_items {
	margin: 0;
	border: 0;
	border-bottom: 1px dotted #DEE4E9;
}
.side-detailList-det .dv_rc_items::before,
.side-areaDetail .dv_rc_items::before {
	content: none;
}
.side-detailList-det .dv_rc_items:nth-last-of-type(2),
.side-areaDetail .dv_rc_items:nth-last-of-type(2) {
	border: 0;
}
/* detail */
.detailBox .recommend_wrap {
	margin: 40px 0 40px 0;
}
/* レコメンドページ PC */
#recommend.recommend_wrap {
	margin: 0;
}
#recommend .dv_recommend {
	-ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 0;
}
#recommend .dv_rc_items,
#recommend .dv_rc_items:nth-last-of-type(2) {
    flex-basis: 20%;
    margin: 0 18px 18px 0;
}
#recommend .dv_rc_items:nth-child(4n+2) {
	margin: 0 0 18px 0;
}
#recommend .dv_rc_header,
#recommend .dv_rc_title,
#recommend .dv_rc_footer {
  display: none;
}

.sp_on,
.stock_content,
.d_area_search {
    display: none;
}
/* リスト登録 */
.stock_none {
	padding: 15px;
	text-align: center;
	background-color: #f0f0f0;
}
.stock_wrapp {
	margin: 20px 0;
}
.stock_title {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 120%;
	color: #8bcaec;
}
.stock_wrapp + p {
	padding: 10px 0;
	font-weight: bold;
	color: #8bcaec;
}


/*------------- max-width: 767px -------------*/
@media (max-width: 767px) {
    body {
        font-size: 12px;
        min-width: 320px;
    }
/********************************
LAYOUT
*********************************/
    .layout-multi {
        margin-bottom: 60px;
    }
    .layout-multi.nomgn {
        margin-bottom: 0;
    }
    .layout-header {
        background: none;
        padding: 10px 0 0 0;
        border-top: 2px solid #8ca0af
    }
    .layout-header.is-noTop {
        position: static;
        background: none;
        border-top: 2px solid #8ca0af;
        padding: 10px 0 0 0;
    }
    .layout-header.is-noTop:before {
        content: none;
    }
    .header-h1-wrap {
        padding: 5px 10px 5px 10px;
        margin: 0 0 10px 0;
        background: none;
    }
    .header-h1-wrap h1,
    .header-h1-wrap .hd {
        width: auto;
        text-align: center;
        color: #61829C;
        background: #fff;
    }
.header-h1-wrap h1::before,
.header-h1-wrap h1::after {
	display: none;
}
.header-h1-wrap h1 span {
	background: #fff;
}
    .layout-content,
	.layout-main,
	.layout-side {
        width: 100%;
		float: none;
    }
    .layout-multi.is-entrymargin {
        margin: 0 0 50px 0;
    }
	
/********************************
SVG_ICON
*********************************/
	.svg_place::before {
		margin: 0 0 0 -0.4em;
		background-position: -5.0em 0;
	}
	.svg_favorite::before {
		margin: 0 0 0 -0.5em;
	}
    .svg_history::before {
		margin: 0 0 0 -0.5em;
	}
	.svg_menu::before {
		top: -2px;
		left: 50%;
		margin: 0 0 0 -0.5em;
		background-position: -3.75em 0;
		font-size: 26px;
	}
	.svg_close::before {
		background-position: -6.25em 0;
	}
	.svg_check::before,
	.svg_search::before,
	.buttonBaseB-mark.svg_check::before,
	.buttonBlueB-srcmark.svg_search::before {
		font-size: 28px;
	}
	.svg_fav_list01::before,
	.svg_fav_listed01::before,
	.searchFavorite .buttonFav .svg_fav_list01::before {
		margin: -10px 0 0 0;
		font-size: 20px;
	}
	.svg_question::before {
		font-size: 24px;
	}
	.overlayQa-q.svg_question::before,
	.svg_answer::before {
		font-size: 20px;
	}

/********************************
HEADER
*********************************/
	.header-inner {
        width: 100%;
        padding: 0 10px 7px 10px;
        margin: 0;
        box-sizing: border-box;
        position: relative;
        border-bottom: 1px solid #dee5e9;
    }
    .header-logo {
        background: url(../img/logo.svg) no-repeat 0 0;
        background-size: contain;
        width: 40px;
        height: 40px;
        float: left;
    }
    .header-logo a,
    .header-logo a:hover {
        display: block;
        text-align: center;
        font-size: 8px;
    }
    .header-link {
        width: auto;
        padding: 0;
        float: right;
    }
    .header-link > li:first-child,
    .header-link > li:nth-child(2) {
        display: none;
    }
    .header-link > li:nth-child(3) {
    	display: inline-block;
        padding: 0;
    }
    .header-link > li:nth-child(4) {
        display: inline-block;
        padding: 0;
    }
    .header-link > li:last-child {
        margin-right: 55px;
        padding: 0;
    }
    .header-link > li:nth-child(3) > a,
    .header-link > li:nth-child(4) > a,
	.header-link > li:last-child > a {
        display: block;
        padding: 30px 0 0 0;
    }
	.header-link > li::before {
		left: 50%;
		font-size: 24px;
	}
    .header-link-count {
        right: -8px;
        top: -5px;
    }
	.header-link > li:nth-child(2).svg_place {
        display: inline-block;
        padding: 0;
    }
	.header-link > li.svg_place > a {
        display: block;
        padding: 30px 0 0 0;
	}
	.header-link > li.svg_place {
        margin-right: 5px;
	}
	.header-link > li.svg_history {
        margin-right: 10px;
	}
    .header-spmenu {
        display: block;
    }
    .header-spmenu-btn > a {
        position: absolute;
        right: 12px;
        top: 0;
        width: 40px;
        padding: 28px 0 0 0;
        font-size: 10px;
        text-decoration: none;
        color: #5a5a5a;
    }
	.header-btn {
        display: none;
    }
    .header-nav {
        width: 100%;
        /*border-top: 1px solid #f0f0f0;
        border-bottom: 1px solid #f0f0f0;*/
        margin: 0;
    }
    .header-navinner > li:first-child {
        display: none;
    }
    .header-navinner > li > a {
        font-size: 12px;
        line-height: 1.4;
        padding: 0;
        color: #61829C;
    }
    .header-navinner > li.is_srvice > a {
        color: #4ab7da;
    }
    .header-navinner > li > a > span {
        height: 50px;
    }
    .spn-nav {
        display: block;
        position: fixed;
        overflow-y: scroll;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100%;
        z-index: 99999999;
        background: #ffffff;
        text-align: left;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        overflow-scrolling: touch;
    }
    .spn-nav-ttl {
        overflow: hidden;
        padding: 10px 20px;
        background: #8ca0af;
        font-size: 18px;
    }
    .nav-ttl {
        float: left;
        color: #ffffff;
        line-height: 1;
    }
    .nav-close {
		position: absolute;
		right: 20px;
	}
    .nav-close a.svg_close::before {
		top: 0;
		right: 0;
		width: 1em;
		height: 1em;
	}
    .spn-navin {
        padding: 15px 0;
    }
    .spn-nav__badge {
        background-color: #db6782;
        color: #ffffff;
        font-size: 10px;
        height: 20px;
        width: 20px;
    	display : -webkit-inline-box;
        display : -ms-inline-flexbox;
        display : -webkit-inline-flex;
        display : inline-flex;
        border-radius: 10px;
        position: absolute;
        justify-content: center;
        align-items: center;
        top: 50%;
        transform: translate(0.5em, -50%);
    }
    .main-nav > li {
        line-height: 1;
        border-bottom: 1px dashed #DEE4E9;
    }
    .main-nav > li:last-child {
        border-bottom: none;
    }
    .main-nav > li > a,
	.sub-nav > li > a {
        display: block;
        position: relative;
        text-decoration: none;
        padding: 10px 5%;
    }
	.main-nav > li a::after,
	.sub-nav > li > a::after {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 5%;
		width: 6px;
		height: 6px;
		margin: auto;
		border-top: 1px solid #8bcaec;
		border-right: 1px solid #8bcaec;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		content: "";
	}
	.sub-nav > li {
        line-height: 1;
        border-bottom: 1px solid #DEE4E9;
    }
    .sub-nav > li > a {
		background: #8bcaec;
        color: #ffffff;
    }
	.sub-nav > li > a::after {
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
	}
    .sub-nav > li > a > span {
		position: relative;
        padding: 0 20px 0 0;
    }
    .close-btn {
        width: 200px;
        margin: 0 auto;
        background: #ffffff;
        border-radius: 4px;
        border: 1px solid #cecece;
        box-shadow: 0 1px #d3d3d3;
        box-sizing: border-box;
        text-align: center;
    }
    .close-btn > a {
        display: block;
        height: 34px;
        transition-property: all;
        transition: 0.2s linear;
        color: #61829C;
        font-size: 14px;
        text-decoration: none;
        line-height: 34px;
    }
    .spn-nav dl {
    	margin: 0 10px;
    }
    .spn-nav dl a {
    	margin: 0;
    	font-size: 16px;
        position: relative;
    }
    .spn-nav dl dt {
    	padding: 10px;
    	margin-top: 10px;
    	font-weight: bold;
    	background-color: #DEE4E9;
    }
    .spn-nav dl dt span {
    	padding-left: 1.8em;
    }
    .spn-nav dl dd {
    	padding: 15px;
    	border: 1px #DEE4E9 solid;
    	background-color: #fff;
    }
	dt[class*="svg_spmenu"]::before {
		font-size: 16px;
		margin-top: 0.05em;
	}
	.svg_spmenu01::before {
		background-position: 0 -7.5em;
	}
	.svg_spmenu02::before {
		background-position: -1.25em -7.5em;
	}
	.svg_spmenu03::before {
		background-position: -2.5em -7.5em;
	}
	.svg_spmenu04::before {
		background-position: -3.75em -7.5em;
	}
	.svg_spmenu05::before {
		background-position: -5em -7.5em;
	}

/********************************
search
*********************************/
    .search_message {
        position: relative;
        background: #7dcdb6;
        font-size: 14px;
        color: #ffffff;
        width: 95%;
        margin: -15px auto 10px;
        padding: 5px;
        box-sizing: border-box;
        border-radius: 4px;
    }
    .search_message b{
        color: #2e537d;
        font-size: 16px;
    }
    .search_message:after {
        bottom: 100%;
        left: 20%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(136, 205, 216, 0);
        border-bottom-color: #7dcdb6;
        border-width: 8px;
        margin-left: -8px;
    }
    .stock_content {
        display: block;
        margin: 0 5% 4%;
        padding: 2% 3%;
        box-sizing: border-box;
        border: solid 1px #f9a437;
        border-radius: 4px;
    }
    .stock_content h3 {
        margin: 0 0 3% 0;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        color: #f9a437;
    }
    .stock_content b {
        display: block;
        margin: 3% 0 0 0;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.4em;
    }
    .stock_guide p {
        display: inline-block;
        width: 35%;
        vertical-align: top;
    }
    .stock_guide p .buttonFav-mrk {
        padding-right: 20px !important;
    }
    .stock_guide .arrow1 {
        display: inline-block;
        width: 8%;
        margin: 4% 10% 3% 8%;
        vertical-align: top;
    }
    .arrow1 {
        position: relative;
        height: 16px;
        background: #5a5a5a;
    }
    .arrow1:after{
        position: absolute;
        content: "";
        top: -8px;
        right: -36px;
        border: 16px solid;
        border-color: transparent;
        border-left: 20px solid #5a5a5a;
    }

/********************************
FOOTER
*********************************/
    .footer-inner {
        padding: 0;
    }
    .footer-in {
        width: 100%;
        padding: 0;
    }
    .footer-inlink {
        float: none;
        width: 100%;
    }
    .footer-inlinktp {
        width: 100%;
        padding: 0;
        border: 0;
    }
    .footer-inlinklt:last-child {
        float: none;
        width: 100%;
		margin: 0;
    }
    .footer-inlinklt {
        float: none;
    }
    .footer-inlinklt > li {
        padding: 0;
    }
	.footer-inlinklt > li::before {
		left: initial;
		right: 5%;
	}
    .footer-inlinklt > li > a {
        display: block;
        padding: 12px 5%;
        background-size: auto 12px;
        border-bottom: 1px solid #DEE4E9;
        text-decoration: none;
    }
    .footer-inlinkbt {
        padding: 0;
    }
    .footer-inlinkbt > li {
        float: none;
        margin: 0;
    }
    .footer-inlinkbt > li > a {
		position: relative;
		display: block;
		padding: 12px 5%;
		background: #8ca0af;
		border-bottom: 1px solid #DEE4E9;
		color: #fff;
		font-size: 14px;
		}
	.footer-inlinkbt > li > a::after {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 5%;
		width: 6px;
		height: 6px;
		margin: auto;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;

		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		content: "";
	}
    .footer-inlinkbt > li > a > span {
        padding: 0 18px 0 0;
    }
    .footer-sentcmt,
    .footer-sntbtn {
        display: none;
    }
    .footer-sent {
        width: 100%;
        float: none;
    }
	.footer-senttp {
		margin: 0;
	}
    .footer-senttp-oher {
        text-align: center;
        position: absolute;
        bottom: 200px;
        left: 0;
        width: 100%;
    }
    .fotter-link {
        background: none;
        height: auto;
        padding: 20px 0 90px;
    }
    .fotter-linkin {
        position: static;
        width: 100%;
        float: none;
        border-bottom: 1px solid #DEE4E9;
    }
    .fotter-linklt > li {
        /* padding-right: 10px;
        width: 150px; */
        box-sizing: border-box;
        margin: 0 0 20px 0;
    }
    .fotter-linklt > li > a {
        color: #61829C;
    }
    .fotter-bktop {
        top: auto;
        right: 0;
        bottom: -70px;
        width: 100%;
        height: auto;
        background: #5a5a5a;
        border-radius: 0;
        border: none;
    }
    .fotter-bktop::before {
        display: none;
    }
	.fotter-bktop > a {
		height: 70px;
		padding: 0;
		line-height: 70px;
	}
    .fotter-bktop > a::before {
		position: absolute;
		top: 13px;
		right: 0;
		left: 0;
		width: 6px;
		height: 6px;
		margin: auto;
		border-top: 2px solid #8bcaec;
		border-left: 2px solid #8bcaec;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		content: "";
	}
    .fotter-bktop > a > span {
        display: inline;
        padding: 0 0 0 5px;
    }
    .fotter-coplyright {
        padding: 25px 0 8px 0;
    }
	.fotter-coplyright > p {
		padding: 0;
	}
	.fotter-coplyright > p.willof_f_logo {
		padding: 30px 0;
	}
    .fotter-coplyright > small {
        font-size: 10px;
        letter-spacing: normal;
    }
    .fotter-coplyright.is-bordertop {
        border: 0;
    }
    .layout-footer {
        margin: 0;
    }
/***************
SIDE
***************/
    .layout-side {
        display: none;
    }
/********************************
COMMON
*********************************/
    .lytbox {
        padding: 0 20px;
    }
    .is-pc,
    .is-pc-flex,
    .is-pc-b,
    .is-pc-c,
    .is-pc-d,
    .is-pc-e,
    .is-pc-f {
        display: none !important;
    }
    .is-sp {
        display: block !important;
    }
    .is-sp-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: -webkit-flex !important;
        display: flex !important;
    }
    .is-sp-b {
        display: inline !important;
    }
    .is-sp-c {
        display: inline-block !important;
    }
    .is-sp-d {
        /*display: table-cell !important;*/
    }
    .is-sp-f {
        display: table-cell !important;
    }
    a.alinkText {
        padding: 0 0 0 14px;
		font-size: 12px;
    }
	a.alinkText::before {
		width: 6px;
		height: 6px;
	}
    /*breadcrumbs*/
    .breadcrumbs {
    	font-size: 8px;
    	line-height: 1;
    }
    .breadcrumbs-in {
    	white-space: nowrap;
        overflow-x: scroll;
    	padding: 1px 10px 2px;
    }
    .breadcrumbs-in > li {
    	float: none;
        display: inline-block;
    }

    .buttonBase > a,
	.buttonBaseB > a {
        height: 50px;
        border-radius: 4px;
        line-height: 50px;
    }
    .buttonBaseB > a {
        margin: 0 5%;
        font-size: 18px;
    }
    .buttonBase_dlpo_typ001 > a {
        font-size: 21px;
        border-radius: 4px;
        height: 75px;
        line-height: 75px;
    }
    .buttonBase_dlpo_typ002 > a {
        font-size: 21px;
        border-radius: 4px;
        height: 60px;
        line-height: 60px;
    }
    .buttonBlue > a,
	.buttonBlueB > a {
        height: 50px;
        border-radius: 4px;
        font-size: 20px;
        line-height: 50px;
	}
    .buttonBlueB.is-margin {
        margin: 0 0 40px 0;
    }
    .buttonBlueB > a {
        margin: 0 5%;
    }
    .buttonGreenB > a {
        font-size: 20px;
        height: 50px;
        line-height: 50px;
        border-radius: 4px;
        margin: 0 10% 0 0;
    }
    .buttonGreenB.is-fontsize > a {
        font-size: 16px;
        background: url(../img/icn_time_c.png) no-repeat 5px 50%,
                    url(../img/icn_arrow_b.png) no-repeat right 5px top 50%,
                    #96c836;
        background-size: 20px auto, 8px auto, auto;
    }
    .buttonGreenB-timemark.is-bgnon {
        background: none;
        padding: 0 0 0 10px;
    }
    .buttonForm > a {
        height: 50px;
        border-radius: 4px;
        font-size: 20px;
        line-height: 50px;
    }
    .buttonFav > a,
	.searchDetail .buttonFav > a {
		padding: 0 0 0 10px;
        height: 40px;
        border-radius: 4px;
        font-size: 14px;
        line-height: 40px;
    }
    .searchFavorite .buttonFav > a {
        font-size: 12px;
        height: 40px;
        line-height: 40px;
    }
    .buttonFav-registed {
        height: 40px;
        padding: 0 5px 0 5px;
		border-radius: 4px;
        font-size: 10px;
        text-align: left;
        line-height: 1.3;
    }
    .buttonFav-mrk {
        width: 100%;
        padding: 0 0 0 5px;
    }
    .buttonTel > a {
        height: 40px;
        padding: 0 10px;
        border-radius: 4px;
        font-size: 14px;
        line-height: 40px;
    }
    .buttonTel > a .is-stx {
        font-size: 10px;
        letter-spacing: -0.05em;
    }
    .buttonTel-mrk {
        padding: 6px 0 6px 0;
        line-height: 1;
		background: none;
        /*background: url(../img/icn_btn_entry_tel.png) no-repeat 0 50%;
        background-size: 10px auto;*/
    }
	.buttonEntry > a {
		border-radius: 4px;
		font-weight: bold;
	}
    .buttonEntry-mrk {
        /* background: url(../img/sp_icn_btn_entry.png) no-repeat 0 50%;
        background-size: 10px auto; */
    }
	
    .bottonDefault > a {
        height: 34px;
		padding: 0;
        font-size: 11px;
        border-radius: 4px;
        border: 1px solid #cecece;
        box-shadow: 0 1px #d3d3d3;
        line-height: 34px;
    }
    .bottonDefault > a.js-joken,
    .bottonDefault > a.js-station,
    .bottonDefault > a.js-pop-reset {
        height: 44px;
        line-height: 44px;
    }
    /* title */
    .title-src {
        position: relative;
        padding: 0 0 0 20px;
        background: #8ca0af;
        color: #fff;
    }
    .title-src:after {
        position: absolute;
        bottom: -14px;
        left: 50%;
        transform:translateX(-50%);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 14px 11px 0 11px;
        border-color: #8ca0af transparent transparent transparent;
        content: "";
    }
    .titleIcn.is_bor {
        position: relative;
        border: 0;
        border-top: 2px solid #8ca0af;
        padding: 0 0 12px 0;
    }
    .titleIcn.is_bor.is_mgb {
        margin: 0 0 0 0;
    }
    .titleIcn.is_bor.is-backgra {
        margin: 65px 0 0 0;
    }
    .titleIcn.is_bor.is-backgra::before {
        position: absolute;
        width: 35px;
        height: 60px;
        right: 50px;
        top: -61px;
        background: url(../img/saintabout_dc_gra5_b_sp.png) no-repeat 0 0;
        background-size: 35px auto;
        content: "";
    }
    .titleIcn-ttl {
        padding: 40px 0 0 0;
        font-size: 20px;
        text-align: center;
    }
    .titleSmp-ttl {
        font-size: 14px;
        padding: 10px 0 10px 28px;
    }
	.titleSmp-ttl::before {
		width: 20px;
		height: 20px;
		margin: -10px 0 0 0;
	}
	.titleSmp-ttl::after {
		left: 4px;
		width: 12px;
		height: 12px;
		margin: -6px 0 0 0;
	}
    .title-search {
        padding: 0 0 0 20px;
        margin: 0 0 20px 0;
    }
    .title-search.is-select {
        margin: 0;
    }
    .title-search.is-mgd {
        margin: 0 0 20px 0;
        background-size: 20px auto;
    }
    .title-ttl {
        padding: 13px 0;
        font-size: 20px;
    }
    .title-ttl[class*="svg_"] {
        padding: 13px 10px 13px 34px;
    }

/* lnglink */
    .lnglink {
        padding: 0;
    }
    .lnglink.is-support {
        padding: 0;
    }
    .lnglink-btn.is-position {
        position: absolute;
        top: 0;
    }
    .lnglink-btnlt {
        vertical-align: middle;
    }
    .lnglink-bnr.is-bnrsize {
        margin: 20px 10px 0 10px;
        text-align: center;
    }
    .lnglink-bnr.is-bnrsize > a > img  {
        min-width: 300px;
        width: 100%;
        max-width: 335px;
    }
	.bnr_box {
		-webkit-box-orient: vertical;
		-ms-flex-flow: column;
		-webkit-flex-flow: column;
		flex-direction: column;
		margin: 20px 0 0;
		padding: 0 5%;
	}
	.bnr_box .lnglink-bnr {
		width: 100%;
	}
    .lnglink-txtin {
        margin: 0 0 15px 0;
        background: none;
        font-size: 12px;
        padding: 50px 0 0 0;
    }
    .lnglink-txtin.is-position {
        position: absolute;
        top: 80px;
        width: 100%;
    }
    .lnglink.is-position {
        position: relative;
        margin: 0 0 40px 0;
    }
    .lnglink.is-presentation {
        padding: 30px 0 0 0;
        margin: 0 0 30px 0;
    }
    .lnglink.is-presentation.is-pb {
        padding: 20px 0 30px 0;
    }
    .lnglink.is-support {
        padding: 20px 0 0 0;
    }
    .lnglink.is-support.is-pb {
        padding: 20px 0 30px 0;
        position: relative;
    }
    .lnglink.is-presentation .lnglink-txtin {
        background: none;
        padding: 0;
    }
    .lnglink.is-support .lnglink-txtin {
        background: none;
        padding: 0;
    }
    .lnglink-lnk {
        font-size: 14px;
        margin: 5px 0 0 0;
    }
    .lnglink-lnk > a {
        padding: 0 0 0 14px;
    }
	.lnglink-lnk > a::before {
		width: 6px;
		height: 6px;
	}
    /*searchqa*/
    .searchqa {

        background: url(../img/bg_searchqa.png) no-repeat left 50% bottom 30px;
        background-size: 334px auto;
        padding: 0 0 90px 0;
    }
    .searchqa-qa {
        width: 100%;
    }
    .searchqa-qain {
        padding: 0;
        margin: 0 5%;
    }
    .searchqa-qain > li {
        border-top: 1px dashed #B5C2CC;
        padding: 15px 15px 15px 40px;
    }
    .searchqa-qain > li.searchqa-answer {
        background: url(../img/icn_answer_sp.png) no-repeat 10px 17px;
        background-size: 22px auto;
        font-size: 14px;
    }
    .searchqa-qain > li:last-child {
        border-bottom: 1px dashed #B5C2CC;
    }
    .searchqa-qain > li > a {
        color: #5a5a5a;
        font-size: 14px;
    }
    .searchqa-src {
        width: 100%;
    }
    .searchqa-srcin {
        padding: 0;
        margin: 0 auto;
        width: 320px;
    }
    .searchqa-srcin > li {
        width: 90px;
        margin: 0 6px 6px 6px;
    }
    .searchqa-srcin > li > a {
        height: 90px;
        display: block;
        text-decoration: none;
        color: #fff;
        font-size: 15px;
        line-height: 1;
        padding: 30px 0 0 0;
        box-sizing: border-box;
    }
	.searchqa-srcin > li > a span {
		font-size: 12px;
	}
    .alinkText-blank {
        padding: 0 15px 0 0;
    }

/*listPager*/
    .listPager {
        padding: 10px 0;
    }
    .listPager > li {
        width: 40px;
    }
    .listPager > li > a {
        padding: 13px 0 13px 0;
        font-size: 12px;
        font-weight:bold;
    }
    .listPager > li.is-prev {
        margin: 0 auto 0 15px;
        width: 12px;
    }
    .listPager > li.is-prev > a {
        padding: 0;
        border: 0;
        border-radius: 0;
        background: none;
        font-size: inherit;
    }
    .listPager > li.is-next {
        margin: 0 15px 0 auto;
    }
    .listPager > li.is-next > a{
        padding: 0;
        border: 0;
        border-radius: 0;
        background: none;
        font-size: inherit;
    }
    .buttonFav.is-ver2 > a {
        font-size: 15px;
        height: 50px;
        line-height: 50px;
    }
    .buttonFav.is-ver2 .buttonFav-mrk {
        background-size: 24px auto , 8px auto;
    }

/*overlay*/
    .qa-lnk.is-ovlay {
        margin: 0 0 10px 0;
    }
    .lnglink-btnlt.is-qa {
        width: auto;
        padding: 0;
        margin: 0 0 15px 0;
    }
    .is-qa .overlayContents-scl.is-size {
        box-sizing: border-box;
        margin: 0;
		padding: 0;
    }
    .buttonBaseB.is-ovlay > a {
        margin: 0;
    }
    .is-gra01.is-ovlay {
        background: url(../img/sp_qa_overlay_gra01.jpg) no-repeat left 50% bottom 0;
        background-size: 200px auto;
        padding: 0 0 160px 0;
    }
    .overlayContents {
        width: 94%;
        top: 0;
        left: 0;
        margin-left: 0;
        margin: 10px 3% 0px 3%;
        padding: 2px;
        box-sizing: border-box;
    }
    .overlayContents.is-qa,
	.overlayContents.is-ov-tel {
        width: 94%;
        height: 85%;
        min-height: auto;
        margin: 10px 3% 0px 3%;
    }
    .is-ov-tel .overlayContents-in {
        overflow-y: inherit;
        width: auto;
        height: 100%;
        padding: 15px;
    }
    .overlayContents.is-qa .overlayContents-in {
        width: auto;
        height: 100%;
        max-height: none;
        padding: 20px 15px 15px 15px;
    }
	.tse-scrollable .tse-scroll-content {
		padding: 0;
	}
    .closeBtn {
        top: 0;
        right: 0;
    }
    .closeBtn a {
		display: block;
		padding: 16px;
    }
	.closeBtn .svg_close_bl::before {
		left: 50%;
		margin: -0.5em 0 0 -0.5em;
	}
    .titleSrcovly {
        padding: 0 0 10px 0;
        margin: 0 0 10px 0;
    }
    .is-ov-tel .titleSrcovly {
        margin: 0 0 10px 0;
        padding: 0 0 10px 0;
    }
    .titleSrcovly-ttl {
        font-size: 18px;
    }

    .is-ov-tel .overlayContents-scl {
        overflow: inherit;
        padding: 0;
    }
	.overlayContents-detail {
		padding: 0;
	}
    .is-ov-tel .ovlyList {
        padding: 0 0 15px 0;
    }
    .listTitle {
        padding: 10px;
    }
    .listTitle-ttl {
        font-size: 16px;
    }
    .ovlyList-in {
        margin: 0 0 15px 10px;
    }
    .ovlyList-in:last-child {
        margin: 0 0 0 10px;
    }
    .overlayQa-q {
        padding: 0 0 15px 28px;
        margin: 0 0 15px 0;
    }
    .qa-qtxt {
        font-size: 14px;
    }
    .overlayQa-a {
        margin: 0 0 15px 0;
    }
    .qa-atxt {
        font-size: 14px;
        padding: 0 0 0 28px;
    }
	.overlayQa-a figure {
		padding: 10px 10px 0 28px;
	}
	.overlayQa-a figure img {
		width: 100%;
	}
    .qa-lnk {
        padding: 15px 0 0 0;
    }
    .qa-lnk > a {
        font-size: 14px;
    }
    .close-lnkBtn {
        width: 160px;
		margin: 20px auto 0;
    }
    .close-lnkBtn > p > a {
        height: 37px;
        line-height: 37px;
    }
    .detail-presentation {
        width: 335px;
        height: 180px;
        margin: 0 auto;
        background: url(../img/sp_bg_easysearch_presentation.png) no-repeat 0 0;
        background-size: 335px auto;
        padding: 0;
    }
    .detail-presentation-ttl {
        padding: 15px 0 20px 20px;
        font-size: 18px;
        line-height: 1.3;
    }
    .detail-presentation-list > li {
        margin: 0 0 21px 20px;
        font-size: 12px;
        line-height: 1.2;
    }
    .detail-presentation-list > li:last-child {
        margin: 0 0 0 20px;
    }
    .detail-presentation-list > li .is-ptn {
        font-size: 10px;
        top: 1px;
    }
    .detail-presentation-list > li .is-ver2 {
        color: #38b1b2;
    }
    .detail-presentation-list > li .is-bl {
        color: #8bcaec;
        font-weight: bold;
    }
    .detail-support {
        width: 335px;
        height: 195px;
        margin: 20px auto 0 auto;
        background: url(../img/sp_bg_easysearch_sppport.png) no-repeat 0 0;
        background-size: 335px auto;
        padding: 0;
    }
    .detail-support-ttl {
        padding: 15px 0 20px 20px;
        font-size: 18px;
        line-height: 1.3;
    }
    .detail-support-list {
        margin: 0 0 15px 0;
    }
    .detail-support-list > li {
        margin: 0 0 3px 20px;
        position: relative;
        font-size: 12px;
        padding: 0 0 0 20px;
    }
    .detail-support-list > li:last-child {
        margin: 0 0 0 20px;
    }
    .detail-support-list > li .is-ptn {
        position: absolute;
        top: 0;
        left: 0;
        color: #26a5cd;
    }
    .detail-support-list > li .is-ver2 {
        color: #38b1b2;
    }
    .detail-support-list > li .is-ver3 {
        color: #6482c7;
    }
    .detail-support-lnk {
        margin: 0 0 0 20px;
    }
    .detail-support-lnk > a {
        background: url(../img/icn_arrow_bl_c.png) no-repeat 0 50%;
        background-size: 9px auto;
        padding: 0 0 0 12px;
        font-size: 12px;
    }
    .searchlist-bnr {
        margin: 0 0 25px 0;
        text-align: center;
    }
    .selectDef label {
        background: url(../img/icn_select_of.png) no-repeat left 50%;
        background-size: 16px auto;
        padding-top:2px;
        padding-bottom:2px;

    }
    .selectDef input[type="checkbox"]:checked + label {
        background: url(../img/icn_select_on.png) no-repeat left 50%;
        background-size: 16px auto;
    }
    .selectDef label.on{
        background: url(../img/icn_select_on.png) no-repeat left 50%;
        background-size: 16px auto;
    }

/********************************
RECOMMEND
*********************************/
    .dv_recommend {
		flex-direction: column;
        margin: 0 5%;
    }
    .dv_rc_items {
        width: auto;
        margin: 0 0 15px 0;
        /* display: inline-block; */
        /* white-space: normal; */
    }
    #recommend_box_status .dv_rc_items {
        width: auto;
        margin: 0 0 15px 0;
    }
    .dv_rc_name {
        font-weight: bold;
    }
    .dv_rc_description {
        font-size: 11px;
    }
    .dv_rc_price {
        font-size: 16px;
        font-weight: bold;
    }
    .sp_on {
        display: block;
    }
    .sp_off {
        display: none;
    }
    .bg_none {
        background: none !important;
        padding: 15px 0 0 0;
    }
    /* リスト登録 */
	.stock_none {
		margin: 15px 15px 0 15px;
	}
	.stock_wrapp {
		padding: 0 20px;
	}
	.stock_wrapp img {
		width: 100%;
	}
	.stock_wrapp + p {
		padding: 10px 20px;
	}
	.outlink_area > .footer-in {
		width: calc(100% - 30px);
		padding: 0 0 30px 0;
	}
}


/*----------- max-width: 374px -------------*/
@media (max-width: 374px) {
    .buttonBase > a,
	.buttonBaseB.is-fontsize > a,
	.buttonBase_dlpo_typ001 > a,
	.buttonBase_dlpo_typ002 > a
	.buttonBlue > a	{
        font-size: 18px;
    }
    .buttonBaseB.is-fontsize > a > span,
	.buttonBase > a > span,
	.buttonBase_dlpo_typ001 > a > span,
	.buttonBase_dlpo_typ002 > a > span {
        padding-left: 5%;

    }
	.buttonFav > a,
	.searchDetail .buttonFav > a {
		font-size: 12px;
	}
    .lnglink-bnr > a > .is-bnrsize {
        width: 90%;
    }
    .detail-presentation {
        width: 280px;
        height: 152px;
        margin: 0 auto;
        background: url(../img/sp_bg_easysearch_presentation.png) no-repeat 0 0;
        background-size: 100% auto;
        padding: 0;
    }
    .detail-presentation-ttl {
        padding: 15px 0 10px 20px;
        font-size: 16px;
    }
    .detail-presentation-list > li {
        margin: 0 0 11px 10px;
        font-size: 12px;
        padding: 0 0 0 12px;
    }
    .detail-presentation-list > li:last-child {
        margin: 0 0 0 10px;
    }
    .detail-support {
        width: 300px;
        height: 175px;
        background: url(../img/sp_bg_easysearch_sppport.png) no-repeat 0 0;
        background-size: 300px auto;
    }
    .detail-support-ttl {
        padding: 10px 0 15px 10px;
        font-size: 18px;
        line-height: 1.3;
    }
    .detail-support-list {
        margin: 0 0 10px 0;
    }
    .detail-support-list > li {
        margin: 0 0 3px 10px;
    }
    .detail-support-list > li:last-child {
        margin: 0 0 0 10px;
    }
    .detail-support-lnk {
        margin: 0 0 0 10px;
    }
    .searchlist-bnr {
        margin: 0 20px 25px 20px;
    }
	.searchlist-bnr.is-lt {
		margin: 0 20px 0 20px;
	}
	.searchlist-bnr img {
		width: 100%;
		height: auto;
	}
	.header-logo {
        background: url(../img/logo.svg) no-repeat 0 0;
        background-size: contain;
        width: 40px;
        height: 40px;
        float: left;
 }
    .header-logo a,
    .header-logo a:hover {
        padding: 30px 0 0 10px;
    }
}


/*----------- max-width: 320px -------------*/
@media (max-width: 320px) {
	.searchlist-bnr.is-lt {
		margin: 0 20px 0 20px;
	}
}