@charset "utf-8";

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

/*------------------------------------------------------------
　　common
------------------------------------------------------------*/
.relative {  position: relative !important; }

.right,.alignright {  float: right !important; }
.left,.alignleft  {  float: left !important; }
.aligncenter  { margin-left:auto; margin-right:auto; }

.text-align-center {  text-align: center !important; }
.text-align-right  {  text-align: right !important; }
.text-align-left   {  text-align: left !important; }


.l-bottom-xxsmall {  margin-bottom: 5px  !important; }
.l-bottom-xsmall  {  margin-bottom: 10px !important; }
.l-bottom-small   {  margin-bottom: 15px !important; }
.l-bottom         {  margin-bottom: 20px !important; }
.l-bottom-large   {  margin-bottom: 30px !important; }
.l-bottom-xlarge  {  margin-bottom: 50px !important; }
.l-bottom-xxlarge {  margin-bottom: 80px !important; }

.l-top-xxsmall {  margin-top: 5px  !important; }
.l-top-xsmall  {  margin-top: 10px !important; }
.l-top-small   {  margin-top: 15px !important; }
.l-top         {  margin-top: 20px !important; }
.l-top-large   {  margin-top: 30px !important; }
.l-top-xlarge  {  margin-top: 50px !important; }
.l-top-xxlarge {  margin-top: 80px !important; }

.l-bottom-xxsmall-p {  padding-bottom: 5px  !important; }
.l-bottom-xsmall-p  {  padding-bottom: 10px !important; }
.l-bottom-small-p   {  padding-bottom: 15px !important; }
.l-bottom-p         {  padding-bottom: 20px !important; }
.l-bottom-large-p   {  padding-bottom: 30px !important; }
.l-bottom-xlarge-p  {  padding-bottom: 50px !important; }
.l-bottom-xxlarge-p {  padding-bottom: 80px !important; }

.l-top-xxsmall-p {  padding-top: 5px  !important; }
.l-top-xsmall-p  {  padding-top: 10px !important; }
.l-top-small-p   {  padding-top: 15px !important; }
.l-top-p         {  padding-top: 20px !important; }
.l-top-large-p   {  padding-top: 30px !important; }
.l-top-xlarge-p  {  padding-top: 50px !important; }
.l-top-xxlarge-p {  padding-top: 80px !important; }
/*------------------------------------------------------------
　　基本設定
------------------------------------------------------------*/
body {
	min-width:320px;
	color: #333;
    font-family: 'Noto Sans Japanese', serif;
	font-weight: 400;
	line-height: 1.8em;
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5 {
	font-weight: 500;
	margin: 0;
	padding: 0;
}

h1 {
	padding:7px 10px 7px;
	font-size:10px;
	line-height:1.6;
}

h2 {
}

h3 {
	font-size: 20px;
	margin: 20px 0;
	padding-bottom: 10px;
}

h4 {
}

h5 {
}

img {
	max-width:100%;
	height:auto;
	border: 0;
}

p,ul,li,dl,dt,dd,th,td {
	font-size: 16px;
	margin: 0;
	padding: 0;
}

ol,ul,li {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

::selection {
	background: #eef0f5;
}

::-moz-selection {
	background: #eef0f5;
}

/*------------------------------------------------------------
　　ScrollTrigger
------------------------------------------------------------*/
.invisible {
	transition: opacity 0.5s ease;
	opacity: 0.0;
}

.visible {
	transition: opacity 0.5s ease;
	opacity: 1.0;
}

/*------------------------------------------------------------
　　リンク
------------------------------------------------------------*/
a:link {
	color: #333;
	text-decoration: none;
}

a:visited {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: none;
}

a:active {
	color: #333;
	text-decoration: none;
}

/* fade */
.hvr-fade {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	overflow: hidden;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-property: color, background-color;
	transition-property: color, background-color;
}

/* Icon Forward */
.hvr-icon-forward {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
}

.hvr-icon-forward:before {
	font-size: 28px;
    content: "\e315";
	font-family: "Material Icons";
	position: absolute;
	right: 10px;
	padding: 0 1px;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.hvr-icon-forward:hover:before, .hvr-icon-forward:focus:before, .hvr-icon-forward:active:before {
	-webkit-transform: translateX(4px);
	transform: translateX(4px);
}

/* Icon Back */
.hvr-icon-back {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	padding-left: 1em;
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
}

.hvr-icon-back:before {
	font-size: 28px;
	content: "\e314";
	position: absolute;
	left: 0.7em;
	font-family: "Material Icons";
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-icon-back:hover:before, .hvr-icon-back:focus:before, .hvr-icon-back:active:before {
  -webkit-transform: translateX(-4px);
  transform: translateX(-4px);
}

/* マウスオン画像拡大 */
.zoom_img img {
	width: 100%;
	display: block;
	transition-duration: 0.3s;
}

.zoom_img img:hover {
	transform: scale(1.2);
	transition-duration: 0.3s;
}

/*------------------------------------------------------------
　　レイアウト
------------------------------------------------------------*/
body > .container > p{
	font-size:14px;
	line-height:24px;
}

.pan + .container{
	overflow:hidden;
	padding:0 10px;
}

.clearfix:after {
	content: "";
	clear: both;
    display: block;
}

i {
	padding: 0 5px;
}

.btn {
	color: #fff !important;
	display: block;
	font-weight: 500;
	text-align: center;
	border-radius: 5px;
}

.btn_pageback {
	width: 230px;
	height: 50px;
	line-height: 47px;
	font-size: 14px;
	text-align: center;
	border: solid 1px #333;
	border-radius: 25px;
	margin: 30px auto 0 auto;
	display: block;
}

.btn_pageback:hover {
	background-color: #eef0f5;
}

h2 {
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	text-align: center;
	text-shadow: 2px 2px 2px #333;
	padding: 30px 0;
	line-height:1;
}

h2 span {
	font-size: 14px;
	display: block;
	margin-bottom: 10px;
}

.title_border{
	position: relative;
	overflow: hidden;
	margin:20px 0;
}

.title_border::before,
.title_border::after{
	content: "";
	position: absolute;
	bottom: 0;
}

.title_border:before{
	border-bottom: 3px solid #022858;
	width: 100%;
}

.title_border:after{
	border-bottom: 3px solid #e3e7ef;
	width: 100%;
	margin-left: 20px;
}

.title_border i {
	vertical-align: bottom;
}

/* パンくず */
.pan {
	background: #022858;
	margin-bottom: 20px;
	padding: 5px 0;
}

.pan li {
	float: left;
	color: #fff;
	font-size: 12px;
	display: block;
}

.pan li a {
	color: #fff;
}

.pan li a:hover {
	text-decoration: underline;
}

.pan li:before {
	float: left;
    content: "\e5cc";
	font-family: "Material Icons";
	font-size: 16px;
	margin: 0 10px;
}

.pan li:first-child:before {
	display: none;
}

/*------------------------------------------------------------
　　タイトル背景
------------------------------------------------------------*/
.bg_service {
	background: url(https://04510-89.com/wp/wp-content/themes/1089-69_2018_2/images/service/title_bg.jpg) no-repeat center;
	background-size:cover;
}

.bg_interview {
	background: url(https://04510-89.com/wp/wp-content/themes/1089-69_2018_2/images/interview/title_bg.jpg) no-repeat center;
	background-size:cover;
}

.bg_question {
	background: url(https://04510-89.com/wp/wp-content/themes/1089-69_2018_2/images/question/title_bg.jpg) no-repeat center;
	background-size:cover;
}

.bg_flow {
	background: url(https://04510-89.com/wp/wp-content/themes/1089-69_2018_2/images/flow/title_bg.jpg) no-repeat center;
	background-size:cover;
}

.bg_entry {
	background: url(https://04510-89.com/wp/wp-content/themes/1089-69_2018_2/images/entry/title_bg.jpg) no-repeat center;
	background-size:cover;
}

.bg_contact {
	background: url(https://04510-89.com/wp/wp-content/themes/1089-69_2018_2/images/contact/title_bg.jpg) no-repeat center;
	background-size:cover;
}

/*------------------------------------------------------------
　　ヘッダー
------------------------------------------------------------*/
.header_top {
	background: #eef0f5;
}

.header_top > .glonav{
	overflow:hidden;
}

.header_top > .glonav li {
	float:left;
	width:50%;
	text-align:center;
	font-size: 12px;
}

.header_top > .glonav li i {
	font-size: 18px;
	vertical-align: middle;
}

.header_top > .glonav li a {
	color: #fff;
	font-weight: 500;
	display: block;
	line-height: 40px;
}

.header_top > .glonav li a.first {
	color: #022858;
}

.header_top > .glonav li a:hover {
	opacity: 0.9;
}

.header_top > .glonav li:first-child {
	width:100%;
	padding:0 0 5px 0;
	color: #022858;
	font-size: 20px;
	font-weight: 600;
	line-height:1;
}

.header_top > .glonav li:first-child i {
	font-size: 22px;
	vertical-align: middle;
}

.header_top > .glonav li:first-child span {
	color: #999;
	font-size: 12px;
	font-weight: 500;
	margin-left: 10px;
}

.header_top > .glonav li:nth-child(2) {
	background: #ffad05;
}

.header_top > .glonav li:last-child {
	background: #333;
}

.header_logo {
width: 180px;
padding: 0.5em;
}

.header_bottom p {
	padding:20px 10px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
}

.header_bottom p a {
	color: #022858 !important;
}

#menu{
	position:relative;
}

#menu .btn{
	position:absolute;
	top:-50px;
	right:10px;
	cursor:pointer;
}

#menu ul{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	border-top: solid 1px #ccc;
	z-index:1;
}

.header_bottom > .glonav li {
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	border-bottom: solid 1px #ccc;
	line-height:1;
}

.header_bottom > .glonav li span {
	display:block;
	height:24px;
}

.header_bottom > .glonav li span i {
	font-size: 24px;
}

.header_bottom > .glonav li a {
	display: block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	background: #fff;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	padding: 10px 10px 15px;
}

.header_bottom > .glonav li a:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #022858;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.header_bottom > .glonav li a:hover,
.header_bottom > .glonav li a:focus,
.header_bottom > .glonav li a:active {
	color: white;
}

.glonav li a:hover:before,
.glonav li a:focus:before,
.glonav li a:active:before {
	-webkit-transform: scale(1);
	transform: scale(1);
}

/*------------------------------------------------------------
　　スライダー
------------------------------------------------------------*/
.slick-arrow {
	z-index: 99;
}

.slide .slick-slide:focus {
	outline:none;
}

.slide {
	overflow: hidden;
}

.slide_inner {
}

.slide_inner img {
}

.slide .slick-list {
	overflow: visible !important;
}

.slide .slick-slide {
	opacity: 0.5;
	transition: 0.5s;
}

.slide .slick-now {
	opacity: 1;
}

.slick-prev,
.slick-next {
    top: 45% !important;
}

.slick-prev:before,
.slick-next:before {
	font-family: "Material Icons" !important;
	font-size: 80px !important;
	opacity: 1 !important;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    color: #022858 !important;
}

.slick-prev {
	left: -75px !important;
}

.slick-prev:before {
    content: "\e314" !important;
}
/*
[dir='rtl'] .slick-prev:before
{
    content: "keyboard_arrow_right" !important;
}
*/
.slick-next {
    right: -15px !important;
}
/*
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
*/
.slick-next:before {
    content: "\e315" !important;
}
/*
[dir='rtl'] .slick-next:before
{
    content: "keyboard_arrow_left" !important;
}
*/

.slick-dots li button:before {
    font-family: "Material Icons" !important;
    font-size: 14px !important;
    line-height: 20px;
    width: 20px;
    height: 20px;
    content: '\e3fa' !important;
    opacity: 1 !important;
    color: #ccc !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li button:hover:before {
    color: #022858 !important;
    opacity: 0.75 !important;
}

.slick-dots li.slick-active button:before {
    opacity: 1 !important;
    color: #022858 !important;
}

/*------------------------------------------------------------
　　検索
------------------------------------------------------------*/
#search {
	padding:20px 10px 0;
}

.search_title {
	color: #022858;
	line-height: 1.4;
	text-align: center;
	text-shadow: none;
	display: flex;
	justify-content: center;
	position: relative;
	padding: 0;
}

.search_title:before,
.search_title:after{
	content:'';
	width: 8px;
	height: 30px;
	display: inline-block;
}

.search_title:before {
	border-top: solid 2px #022858;
	border-left: solid 2px #022858;
	border-bottom: solid 2px #022858;
	margin-right: 5px;
}

.search_title:after {
	content: '';
	border-top: solid 2px #022858;
	border-right: solid 2px #022858;
	border-bottom: solid 2px #022858;
	margin-left: 10px;
}

/*
.search_content h3 {
	font-size: 21px;
	margin: 50px 0 20px 0;
	padding-bottom: 10px;
}
*/

/* radio・checkbox共通 */
input[type="checkbox"],
input[type="radio"] {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}

.label_list,
.label_list li{
	font-size:14px;
	line-height:20px;
}

.label_list label {
	position: relative;
	display: block;
	margin-bottom: 15px;
	word-break: break-all;
}
.label_list:last-of-type > label{ margin:0; }

.label_list label input[type="checkbox"] + span,
.label_list label input[type="radio"] + span {
	position: relative;
	padding-left: 30px;
}

label {
	cursor: pointer;
}

/* radio */
.radio .label_list:nth-of-type(1) label input[type="radio"] + span::before {
	border-color: #ccc;
}

.radio label span {
	display: inline-block;
}

.radio label input[type="radio"] {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.radio label input[type="radio"] + span::before {
	position: absolute;
	display: inline-block;
	content: '';
	box-sizing: border-box;
	border-radius: 25px;
}

.radio label input[type="radio"] + span::before {
	width: 20px;
	height: 20px;
	z-index: 0;
	top: 0;
	left: 0;
	background-color: transparent;
	border: solid 2px #ccc;
}

.radio label input[type="radio"] + span::before {
	border-width: 6px;
	background: #fff;
	border-color: #ccc !important;
}

.radio label input[type="radio"]:checked + span::before {
	border-width: 6px;
	border-color: #ffad05 !important;
}

/* checkbox */
.checkbox .label_list:nth-of-type(1) label input[type="checkbox"] + span::before {
	border-color: #ccc;
}

.checkbox .label_list:nth-of-type(1) label input[type="checkbox"]:checked + span::before {
	border-color: #ffad05;
}

.checkbox label span {
	display: inline-block;
}

.checkbox label input[type="checkbox"] {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.checkbox label input[type="checkbox"] + span::before, .checkbox label input[type="checkbox"] + span::after {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	content: '';
	box-sizing: border-box;
}

.checkbox label input[type="checkbox"] + span::before {
	z-index: 0;
	background-color: transparent;
	width: 20px;
	height: 20px;
	border: 3px #ccc solid;
	border-radius: 5px;
}

.checkbox label input[type="checkbox"] + span::after {
	z-index: 1;
	margin: 3px 0 0 6px;
	width: 7px;
	height: 12px;
}

.checkbox label input[type="checkbox"] + span::after {
	border: 4px solid #ccc;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
		    transform: rotate(45deg);
}

.checkbox label input[type="checkbox"]:checked + span::after {
	border: 4px solid #ffad05;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
		    transform: rotate(45deg);
}

/* 勤務地を選ぶ */
.search_area{
	margin:0 -5px;
	font-size:0;
}

.search_area li {
	display:inline-block;
	width:33.33%;
	padding:0 5px;
	vertical-align:top;
	font-size:14px;
	line-height:20px;
}

/* 職種を選ぶ */
#jobtype {
	margin:0 -5px;
	font-size:0;
}

#jobtype li {
	display:inline-block;
	width:50%;
	padding:0 5px;
	vertical-align:top;
	font-size:14px;
	line-height:20px;
}

/* 詳細吹き出し */
.detail {
	width: 225px;
	position: absolute;
	line-height: 1.6em;
	color: #fff;
	font-size: 12px;
	border-radius: 5px;
	background: #999;
	margin-top: -5px;
	padding: 10px;
	display: none;
	z-index: 999;
}

.detail:after {
	width: 0;
	height: 0;
	position: absolute;
	bottom: 100%;
	left: 30px;
	border: solid transparent;
	border-color: rgba(51, 51, 51, 0);
	border-bottom-color: #999;
	border-width: 10px;
	pointer-events: none;
	content: " ";
}

/* 雇用形態を選ぶ */
.employment{
	margin:0 -5px;
	font-size:0;
}

.employment li{
	display:inline-block;
	width:50%;
	padding:0 5px;
	vertical-align:top;
	font-size:14px;
	line-height:20px;
}

/* この条件で検索する */
.btn_search {
	width: 100%;
	line-height: 60px;
	color: #fff !important;
    font-family: 'Noto Sans Japanese', serif;
	font-size: 18px;
	border: none;
	border-radius: 30px;
	background: #ffad05;
	margin:20px 0 0 0;
	display:block;
	cursor: pointer;
	outline: 0;
}

.btn_search:hover {
	opacity: 0.9;
}

/* キーワード検索 */
.t_keyword {
}

#keyword_search {
	position: relative;
}

#keyword_box {
	height: 50px;
	padding: 0 60px 0 10px;
	width: 100%;
	font-size: 14px;
	font-weight: 200 !important;
    font-family: 'Noto Sans Japanese', serif;
	border: solid 2px #ccc;
	border-radius: 10px;
	background: #f4f4f4 !important;
	outline: 0;
}

#keyword_search_btn {
	width:50px;
	height: 50px;
	position: absolute;
	right:0;
	top: 0;
	padding:0;
	color: #fff;
	font-size: 20px;
	border: none;
	border-radius: 0 10px 10px 0;
	background: #ffad05;
	outline: 0;
	cursor: pointer;
}

#keyword_search_btn:hover {
	color: #fff;
	opacity: 0.9;
}

.t_favorite {
}

.t_favorite div.wpfp-span {
	width:auto;
	height:auto;
	line-height:1;
}

.t_favorite div.wpfp-span li{
	padding:0 0 10px 1.0em;
	text-indent:-1.0em;
	font-size:14px;
	line-height:22px;
}
.t_favorite div.wpfp-span li:last-child{ padding-bottom:0; }

.t_favorite i {
	vertical-align: middle;
}

.t_favorite a {
	text-align: left !important;
	line-height: 1.5em !important;
}

/*------------------------------------------------------------
　　ピックアップ
------------------------------------------------------------*/
.pickup_bg {
	background: #eef0f5;
	margin-top: 30px;
	padding: 30px 0 20px 0;
}

.pickup {
	margin: 20px 0 0 0;
}

.pickup_contents {
	width: 300px;
	height: 365px;
	border: solid 1px #ccc;
	border-radius: 10px;
	background: #fff;
	margin: 0 5px 10px;
	padding: 20px;
	position: relative;
}

.pickup_head {
}

.pickup_head li {
	font-size: 12px;
	line-height: 1.8em;
	padding: 0 5px;
}

.pickup_head li:first-child {
	color: #ee3239;
	border: solid 2px #ee3239;
	/*color: #fff;
	background: #ee3239;*/
	margin-right: 8px;
}

/*
.pickup_head li:nth-child(2) {
	color: #fff;
	background: #022858;
}
*/

.pickup_head li:last-child {
	margin-left: auto;
	padding: 0;
}

.pickup_contents > h3 {
	font-size: 16px;
	font-weight: 600;
	margin: 0;
	padding: 0;
}
.pickup_photo {
}

.pickup_text {
	font-size: 12px;
}
.pickup_photo img {
	width: 260px;
	height: 140px;
	object-fit: cover; 
}

.pickup_company {
	font-size: 14px;
	overflow: hidden;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.pickup_contents_job {
	height: 130px;
	overflow: hidden;
	font-size: 14px;
	line-height: 1.5em;
	margin-top: 10px;
}

.pickup_btn {
	width: 200px;
	height: 40px;
	line-height: 40px;
	color: #fff !important;
	font-size: 14px;
	text-align: center;
	border-radius: 20px;
	background: #ffad05;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	margin: auto;
	outline: 0;
}

.pickup_btn:hover,
.pickup_btn:focus,
.pickup_btn:active {
	opacity: 0.9;
}

.pickup_contents > .hvr-icon-forward:before {
	font-size: 18px;
}

.pickup_bg .slick-prev,
.pickup_bg .slick-next{
	display:none !important;
}


/*------------------------------------------------------------
　　検索結果
------------------------------------------------------------*/
.result_contents {
	background: #eef0f5;
	margin-top: -20px;
	padding: 30px;
}

.result_contents table {
	width: 100%;
}

.result_contents td {
	width: 50%;
}

.result_text {
	font-size: 32px;
	text-align: center;
	margin-bottom: 20px;
}

#count {
	color: #ee3239;
	font-size: 48px;
	font-weight: 600;
	text-align: right;
}

.item_number {
	font-size: 28px;
	padding: 5px 0 0 10px;
}

/* 検索結果リスト */
.result{
	padding:0 10px;
}

.result_list > li {
	border-top: solid 12px #022858;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	border-radius: 10px;
	margin-top: 20px;
	padding: 20px 10px 10px;
}

.result_list li label {
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: 600;
	display: block;
	position: relative;
	word-break: break-all;
	line-height:1.5;
}

.result_list li label input[type="checkbox"] + span {
	color: #022858;
	position: relative;
	padding-left: 40px;
}

/* checkbox */
.result .result_list:nth-of-type(1) label input[type="checkbox"] + span::before {
	border-color: #ccc;
}

.result .result_list:nth-of-type(1) label input[type="checkbox"]:checked + span::before {
	border-color: #ffad05;
}

.result label span {
	display: inline-block;
}

.result label input[type="checkbox"] {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.result label input[type="checkbox"] + span::before,
.result label input[type="checkbox"] + span::after {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	content: '';
	box-sizing: border-box;
}

.result label input[type="checkbox"] + span::before {
	width: 30px;
	height: 30px;
	border: 4px #616161 solid;
	border-radius: 8px;
	background-color: transparent;
	z-index: 0;
}

.result label input[type="checkbox"] + span::after {
	width: 10px;
	height: 20px;
	margin: 4px 0 0 10px;
	z-index: 1;
}

.result label input[type="checkbox"]:checked + span::after {
	border: 6px solid #ffad05;
	border-width: 0 5px 5px 0;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
		    transform: rotate(45deg);
}

.result label input[type="checkbox"] + span::after {
	border: 6px solid #ccc;
	border-width: 0 5px 5px 0;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
		    transform: rotate(45deg);
}

/* まとめてエントリーボタン */
.entry_btn {
	position:fixed;
	top:50%;
	right:0;
	margin:-85px 0 0 0;
	z-index:999;
}

.entry_btn:hover {
	opacity: 0.9;
}

.entry_btn input{
	width:54px;
}

.number_name li {
	float: left;
	line-height: 1.2em;
	padding: 0 10px 0 0;
}

.number_name li:first-child {
	font-weight: 500;
}

.number_name li:nth-child(2) {
	font-weight: 500;
	border-right: solid 1px #333;
	margin:0 10px 0 0;
}

.job_tag {
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	background: #eef0f5;
	margin: 20px 0;
	padding: 5px 10px 10px;
}

.job_tag li {
	float: left;
	color: #333;
	font-size: 11px;
	border: solid 1px #ccc;
	background: #fff;
	margin: 5px 5px 0 0;
	padding: 0 10px;
}

/*
.job_tag li:first-child {
	color: #fff;
	border: solid 1px #022858;
	background: #022858;
}
*/

.result_list_content_img {
	overflow:hidden;
	height:180px;
	margin:0 0 20px 0;
	cursor: pointer;
}

.result_list_content_img img {
	width: 300px;
	height: 180px;
	margin:0 auto;
	object-fit: cover;
}

.result_list_content {
}

.result_list_content dl {
	border-bottom: 1px dashed #ccc;
}

.result_list_content dt,
.result_list_content dd {
	padding: 10px 0 0 0;
	border-top: 1px dashed #ccc;
}

.result_list_content dt {
	width: 60px;
	float: left;
	text-align:center;
	color: #999;
}

.result_list_content dt i {
	font-size: 21px;
}

.result_list_content dd {
	line-height: 1.6em;
	font-size: 14px;
	background: #fff;
	padding-bottom: 10px;
}

.result_list_content dd:after {
	content: '';
	display: block;
	clear: both;
}

.result_list_job {
	overflow: hidden;
}

.result_list_text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.result_btn_area {
	text-align: center;
	margin-top: 20px;
}

.result_btn_area a {
	width: 100%;
	height: 50px;
	margin:0 0 10px 0;
	line-height: 50px;
	color: #fff;
	text-align: center;
	border-radius: 25px;
	display: block;
	position: relative;
}

.result_btn_area .wpfp-span{
	width:100%;
	margin:0 0 10px 0;
}

.result_btn_area .wpfp-span a{
	width:100%;
	margin:0;
}

.btn_favorite {
	width: 300px;
	height: 50px;
	line-height: 50px;
	color: #022858 !important;
	border: solid 1px #022858;
	text-align: center;
	border-radius: 25px;
	display: block;
	position: relative;
}

.btn_favorite:before {
	color: #022858;
	font-size: 24px;
    content: "\e8d0";
	font-family: "Material Icons";
	position: absolute;
	top: 0px;
	left: 50px;
}

.btn_favorite:hover {
	background-color: #eef0f5;
}

.btn_favorite.active {
	color: #ccc !important;
}

.btn_favorite.active:before {
	color: #ffad05;
}

.btn_favorite > span:last-of-type,
.btn_favorite.active > span:first-of-type {
	display: none;
}

.btn_favorite.active > span:last-of-type {
	display: inline;
}

.result_btn_detail {
	background: #022858;
}

.result_btn_detail:hover,
.result_btn_detail:focus,
.result_btn_detail:active {
	opacity: 0.9;
}

.btn_entry {
	background: #ffad05;
}

.btn_entry:hover,
.btn_entry:focus,
.btn_entry:active {
	opacity: 0.9;
}

/* ページネーション */
.pager {
    overflow: hidden;
}
 
.pager ul {
    float: left;
    position: relative;
    left: 50%;
}
 
.pager ul li {
    float: left;
    margin: 5px;
    position: relative;
    left: -50%;
}
 
.pager ul li span,
.pager ul li a {
	width: 50px;
	height: 50px;
	line-height: 50px;
    display: block;
	color: #022858;
	text-align: center;
    font-size: 16px;
	border: solid 1px #022858;
    border-radius: 5px;
}
 
.pager ul li span {
	color: #fff;
	background: #022858;
}
 
.pager ul li a:hover {
    background: #eef0f5;
}

.pager i {
	margin-top: 14px;
}

.pager + center .wp-pagenavi{
	padding:10px 8px 0;
}

.pager + center .wp-pagenavi a,
.pager + center .wp-pagenavi span{
	display:inline-block;
	margin:10px 2px 0;
}

/*------------------------------------------------------------
　　求人情報
------------------------------------------------------------*/
.btn_favorite_area{
	text-align:right;
}

.btn_favorite_area .wpfp-span{
	display:inline-block !important;
	width:50%;
	height:auto;
	border-radius:20px;
}

.btn_favorite_area .wpfp-span a{
	display:block;
	width:auto;
	height:auto;
	font-size:14px;
	line-height:40px;
}

.job_info > h3 {
	font-size: 20px;
	line-height: 1.5;
	border-bottom: solid 1px #000;
}

.job_catch {
	padding:10px 0 15px 0;
	color: #022858;
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
}

.job_info_img {
	padding:0 0 15px 0;
	text-align:center;
}

.job_info_img img {
	width: 300px;
	height: 180px;
	object-fit: cover;
	vertical-align:top;
}

.job_info_appeal{
	font-size:14px;
	line-height:24px;
}

.job_info > h4 {
	font-size:20px;
	margin:30px 0 20px 0;
	padding-bottom:10px;
}

.job_info dl {
	border-bottom: 1px solid #ccc;
	background: #eef0f5;
}

.job_info dt,
.job_info dd {
	padding:10px;
	border-top:1px solid #ccc;
	font-size:14px;
	line-height:24px;
}

.job_info dt {
	font-weight: 500;
}

.job_info dd {
	background: #fff;
	position: relative;
}

.job_info dd:after {
	content: '';
	display: block;
	clear: both;
}

.job_info dd a {
	color: #1c55d7;
	text-decoration: underline;
}

.job_info_phone span {
	float: left;
	color: #022858;
	font-size: 20px;
	font-weight: 500;
}

.job_info_phone p {
	font-size: 14px;
}

.job_info_phone:before {
	padding:0 0 0 6px;
	vertical-align:middle;
	color: #022858;
	font-size: 24px;
    content: "\e0b0";
	font-family: "Material Icons";
}

.job_info iframe {
	width: 500px;
	height: 300px;
	margin-top: 20px;
}

.job_info > .btn_entry {
	width: 100%;
	line-height: 60px;
	color: #fff;
	text-align: center;
	font-size: 18px;
	border-radius: 30px;
	display: block;
	margin: 20px auto 0 auto;
}

/*------------------------------------------------------------
　　サービス・特徴
------------------------------------------------------------*/
.trouble {
	margin:0 0 10px 0;
	border-radius: 10px;
	background: #eef0f5;
}

.trouble_catch {
	padding:10px;
	background:#022858;
	border-radius:10px 10px 0 0;
	text-align:center;
	font-size:18px;
	font-weight:500;
	color:#fff;
	line-height:28px;
}

.trouble ul {
	padding:16px 10px;
}

.trouble li {
	position:relative;
	padding:0 0 10px 30px;
	font-weight:500;
	line-height:1.5;
}

.trouble li:before {
	color: #ffad05;
	font-size: 20px;
    content: "\e834";
	font-family: "Material Icons";
	position: absolute;
	top: 0px;
	left: 0;
}

.arrow_down {
	color: #ccc;
	font-size: 60px;
	display: flex;
	justify-content: center;
}

.resolution {
	margin: 0 0 30px 0;
	position: relative;
}

.resolution p {
	color: #ee3239;
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.2;
}

.resolution p span {
	display:block;
	padding:0 0 5px 0;
	font-size:14px;
	color:#333;
	line-height:24px;
}

.resolution img {
	position:absolute;
	top:-55px;
	right:0;
	width:50px;
}

.thousand {
	margin:20px 0 0 0;
	padding:20px 10px;
	background:#022858;
	color:#fff;
}

.thousand p {
	text-align: center;
}

.thousand_text {
	margin: 10px 0 0 0;
	padding: 10px 0;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	font-size: 18px;
	font-weight: 600;
	line-height:28px;
}

.support_catch {
	width: 100%;
	position: relative;
	display: inline-block;
	text-align: center;
	background: #022858;
	z-index: 0;
	padding:20px 10px 15px;
}

.reason{
	padding:20px 10px 0;
}

.reason p{
	padding:0 0 10px 0;
	text-align:center;
}

.reason p:nth-of-type(2){
	display:none;
}

.reason li {
	margin:0 0 10px 0;
	padding:20px 10px;
	border: solid 1px #ccc;
	border-radius: 10px;
}

.reason li p {
	padding:0;
	text-align:left;
	font-size:14px;
	line-height:24px;
}

.reason li p span {
	color: #ffad05;
	font-weight: 500;
}

.reason h4 {
	padding:0 0 10px 0;
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	color: #022858;
	line-height:1;
}

/*------------------------------------------------------------
　　ご利用者様の声
------------------------------------------------------------*/
.interview li {
	position:relative;
	border-top: solid 12px #022858;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	border-radius: 10px;
	margin-top: 20px;
	padding: 20px 10px;
}

.interview img {
	position:absolute;
	top:10px;
	left:10px;
	float:none !important;
	width:60px;
}

.interview_contents > p{
	font-size:14px;
	line-height:24px;
}

.interview_title p:first-child {
	position:absolute;
	top:22px;
	left:10px;
	width:60px;
	text-align:center;
	font-size:20px;
	font-weight:600;
	color:#022858;
	line-height:1;
}

.interview_title > h4 {
	display:table-cell;
	height:48px;
	padding:0 0 0 70px;
	vertical-align:middle;
	color:#022858;
	line-height:24px;
}
.interview_title > h4 br{ display:none; }

.interview_title p:last-child {
	margin:20px 0 15px;
	background: #ffad05;
	border-radius: 8px;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	line-height:40px;
}

.interview_title p:last-child i {
	margin: 0 10px;
}

.interview li div > h5 {
	padding:0 0 10px 0;
	font-size:18px;
	font-weight:600;
	line-height:28px;
}

/*------------------------------------------------------------
　　よくあるご質問
------------------------------------------------------------*/
.question_first {
	margin-top: 20px !important;
}

.question, .answer {
	margin-top: 20px;
}

.question:after,
.answer:after {
	content: "";
	clear: both;
    display: block;
}

.question dt,
.answer dt {
	position:absolute;
	top:0;
	width: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	border-radius: 50%;
}

.question dt {
	left:0;
	background: #022858;
}

.question dd {
	position: relative;
	margin:0 0 0 55px;
	font-weight: 500;
	padding: 10px;
	font-size:14px;
	color: #022858;
	line-height:24px;
	background: #fff;
	border: 2px solid #022858;
	border-radius: 8px;
	z-index: 0;
}

.question dd:before {
	content: "";
	position: absolute;
	top: 20px; left: -8px;
	margin-top: -9px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 9px 9px 9px 0;
	border-color: transparent #fff transparent transparent;
	z-index: 0;
}

.question dd:after {
	content: "";
	position: absolute;
	top: 20px;
	left: -11px;
	margin-top: -9px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 9px 9px 9px 0;
	border-color: transparent #022858 transparent transparent;
	z-index: -1;
}

.answer dt {
	right:0;
	background: #ee3239;
}

.answer dd {
	position: relative;
	margin:0 55px 0 0;
	padding: 10px;
	border-radius: 8px;
	background: #feeeef;
	font-size:14px;
	line-height:24px;
	z-index: 0;
}

.answer dd:after {
	content: "";
	position: absolute;
	top: 20px; right: -10px;
	margin-top: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #feeeef;
}

/*------------------------------------------------------------
　　ご利用の流れ
------------------------------------------------------------*/
.timeline {
	padding:20px 0 0;
}

.timeline > li {
	position: relative;
	padding:0 60px 20px 0;
}
.timeline > li.timeline-inverted{ padding:0 0 20px 60px; }
.timeline > li:last-child{ padding-bottom:0; }

.timeline > li:before,
.timeline > li:after {
	content: " ";
	display: table;
}

.timeline > li:after {
	clear: both;
}

.timeline > li:before,
.timeline > li:after {
	content: " ";
	display: table;
}

.timeline > li:after {
	clear: both;
}

.timeline > li > .timeline-panel {
	border: 2px solid #ccc;
	border-radius: 8px;
	padding: 15px 10px;
	position: relative;
}

.timeline > li > .timeline-panel:before {
	position: absolute;
	top: 26px;
	right: -16px;
	display: inline-block;
	border-top: 16px solid transparent;
	border-left: 16px solid #ccc;
	border-right: 0 solid #ccc;
	border-bottom: 16px solid transparent;
	content: " ";
}

.timeline > li > .timeline-panel:after {
	position: absolute;
	top: 29px;
	right: -13px;
	display: inline-block;
	border-top: 13px solid transparent;
	border-left: 13px solid #fff;
	border-right: 0 solid #fff;
	border-bottom: 13px solid transparent;
	content: " ";
}

.timeline > li > .timeline-badge {
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	text-align: center;
	position: absolute;
	top: 25px;
	right: 0;
	background-color: #ffad05;
	z-index: 100;
	border-radius: 50%;
}
.timeline > li.timeline-inverted > .timeline-badge { left:0; }

.timeline > li.timeline-inverted > .timeline-panel:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -13px;
	right: auto;
}

.timeline-title {
	display:table-cell;
	width:65%;
	vertical-align:middle;
	color: #022858;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	background: #eef0f5;
}

.timeline-heading{
	display:table;
	width:100%;
	text-align:center;
}

.timeline-heading img {
	display:table-cell;
	vertical-align:top;
}

.timeline-body {
	padding:10px 0 0 0;
}

.timeline-body p{
	font-size:14px;
	line-height:24px;
}

.step {
	width:40px;
	text-align:center;
	color: #022858;
	font-size: 12px;
	font-weight: 500;
	position: absolute;
	top: 65px;
}

.step_odd {
	right:0;
}

.step_even {
	left:0;
}

/*------------------------------------------------------------
　　運営会社
------------------------------------------------------------*/
.president {
	font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif !important;
	font-weight: 500 !important;
}

.about{
	padding:0 10px;
}

.about dl {
	border-bottom: 1px solid #ccc;
	background: #eef0f5;
}

.about dt,
.about dd {
	font-size:14px;
	line-height:24px;
	padding:10px;
	border-top: 1px solid #ccc;
}

.about dt {
	font-weight: 500;
}

.about dd {
	background: #fff;
	position: relative;
}

.about dd:after {
	content: '';
	display: block;
	clear: both;
}

.about dd a {
	color: #1c55d7;
	text-decoration: underline;
}

.about dd li {
	float: left;
	width: 50%;
	padding:0 0 0 10px;
	list-style: disc inside;
	font-size:14px;
	line-height:24px;
}
.about dd li:nth-child(odd){
	padding:0;
}

.about iframe {
	width: 100%;
	height: 200px;
	margin-top: 10px;
}

/*
#maps {
	width: 710px;
	height: 300px;
}
*/

/*------------------------------------------------------------
　　エントリーフォーム
------------------------------------------------------------*/
.mailform {
	width: 100%;
	margin-top: 20px;
}

.mailform dt,
.mailform dd {
	padding: 10px;
	border-top: 1px solid #ccc;
	font-size:14px;
	line-height:24px;
}

.mailform dd {
	padding-top:0;
	background: #fff;
	border:none;
}

.mailform dd:after {
	content: '';
	display: block;
	clear: both;
}

.entry_number {
	border-radius: 8px;
	background: #eef0f5;
	padding: 10px 10px 5px;
}

.entry_number dt,
.entry_number dd {
	padding:0 0 10px 0;
	border: none;
}

.entry_number dd {
	padding:0;
	background: #eef0f5;
}

.entry_number li {
	float: left;
	color: #fff;
	border-radius: 5px;
	background: #022858;
	margin: 0 10px 10px 0;
	padding: 3px 10px;
}

.entry_number li a {
	color: #fff;
	display: block;
}

.entry_number li a:hover {
	opacity: 0.8;
}

.required,
.optional {
	display: inline-block;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	padding: 0px 5px;
	border-radius: 3px;
	margin-right: 10px;
	line-height:24px;
	vertical-align:top;
}

.required {
	background: #ee3239;
}

.optional {
	background: #ccc;
}

.mailform input {
	width:100% !important;
	font-size: 14px;
	height: 2em;
	border: solid 1px #ccc;
	border-radius: 3px;
	padding: 2px 2%;
}

.mailform input#zip,
.mailform input.postcord,
.mailform input.input-half{
	width:120px !important;
}

textarea {
	width:100% !important;
	height:120px;
	padding:10px;
	font-size: 14px;
	border: solid 1px #ccc;
	border-radius: 3px;
}

.postcord,
input[type="submit"],
input[type="reset"]  {
	color: #fff;
    font-family: 'Noto Sans Japanese', serif;
	font-size: 16px;
	font-weight: 400;
	border: none;
	cursor: pointer;
	-webkit-appearance: none;
}

.postcord {
	border-radius: 20px !important;
	margin-left: 10px;
}

input[type="submit"],
input[type="reset"]  {
	display:block;
	width: 220px !important;
	height: 50px;
	margin:0 auto;
	padding:0;
	font-size: 18px;
	font-weight: 500;
	border-radius: 28px;
}

input[type="reset"]{
	margin:10px auto -10px;
}

.postcord:hover,
input[type="submit"]:hover,
input[type="reset"]:hover  {
	opacity: 0.9;
}

input[type="submit"] {
	background: #ffad05;
}

.postcord,
input[type="reset"] {
	background: #999;
}

.form_border_none {
	border-top: none !important;
	padding-top: 0 !important;
}

.form_border_none p{
	padding:10px 0 5px 0;
	font-size:14px;
	line-height:24px;
}

.form_border_none div {
	float:left;
	margin:0 5px 0 0;
}

.form_table div {
	float:left;
	margin:0 5px 0 0;
}

.select {
	text-align: center;
	overflow: hidden;
}

.select select {
	font-size: 16px;
    font-family: 'Noto Sans Japanese', serif;
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}

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

.select.cp_sl01 {
	position: relative;
	border: 1px solid #ccc;
	border-radius: 3px;
	background: #fff;
}

.select.cp_sl01::before {
	position: absolute;
	top: 1em;
	right: 1em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}

.select.cp_sl01 select {
	height: 35px;
	padding: 5px 38px 5px 10px;
	color: #333;
}

.month,
.day {
	width: 90px;
}

.time {
	width: 300px;
}

.upload_text {
	font-size:14px;
	line-height:24px;
	margin-bottom: 20px;
}

.upload_text br{
	display:none;
}

.upload_text span {
	font-size: 12px;
}

form#mail_form input[type="file"] {
	height: auto;
	border: none;
	color: #333;
}

.upload {
	color: #fff;
	background-color: #ffad05;
	padding: 6px 15px;
	border-radius: 20px;
	cursor: pointer;
}

.upload:hover {
	opacity: 0.9;
}

.upload input{
	display: none;
}

.file_upload li {
	float: left;
	margin: 0 50px 15px 0;;
}

.text_link {
	color: #022858 !important;
	text-decoration: underline !important;
}

.privacy > h5 {
	margin-top:15px;
	font-size:12px;
	line-height:22px;
}

.privacy p,
.privacy li  {
	font-size:12px;
	line-height:22px;
}

.privacy p {
	margin-top: 5px;
}

.privacy > ul {
	margin-top: 10px;
}

.privacy ul li {
    padding-left: 1em;
    text-indent: -1em;
	list-style: decimal inside !important;
	margin: 0 0 0 10px !important;
}

input::placeholder,
textarea::placeholder {
  color: #ccc;
}

/* IE */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ccc;
}

/* Edge */
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #ccc;
}

/*------------------------------------------------------------
　　お問い合わせ
------------------------------------------------------------*/
/* アコーディオン */
.accordion {
    width: 100%;
	margin-bottom: 15px !important;
}

.button {
	text-align: left;
	border: solid 1px #ccc;
}

.button {
    width: 100%;
    color: #022858;
	font-family: 游ゴシック, YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Verdana, sans-serif;
	font-size: 16px;
	font-weight: 600;
	border: solid 1px #ccc;
	border-radius: 2px;
    background: #fff;
    cursor: pointer;
    position: relative;
    padding: 10px 15px;
}
  
.button:after {
    content: "\E313";
	font-family: 'Material Icons';
    position: absolute;
    top: 11px;
    right: 13px;
}

.button.active:after {
    content: "\E316";
	font-family: 'Material Icons';
}

.button:hover {
	background: #eef0f5;
}

.accordion_contents {
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	background: #fff;
	padding: 5px 15px 15px 15px;
}

/*------------------------------------------------------------
　　サンクス
------------------------------------------------------------*/
.thanks p {
	margin-bottom: 20px;
}

.thanks > p.phone {
	color: #022858;
	font-size: 24px;
	font-weight: 600;
	margin: 20px 0;
}

.thanks >p.phone i {
	vertical-align: middle;
}

/*------------------------------------------------------------
　　フッター
------------------------------------------------------------*/
footer {
	color: #fff;
	background: #022858;
	margin-top: 30px;
	padding: 30px 0 20px 0;
}

.f_info {
	overflow:hidden;
	padding:0 5px 20px;
	text-align:center;
	line-height:1;
}

.f_info li{
	float:left;
	width:100%;
}
.f_info li:nth-child(3),
.f_info li:nth-child(4){ width:50%; padding:0 5px; }

.f_name p {
	font-weight: 600;
}

.f_name p:first-child {
	padding:0 0 10px 0;
	font-size: 20px;
}

.f_name p:last-child {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
}

.f_phone {
	padding:20px 0;
	font-size: 14px;
	font-weight: 500;
}

.f_phone span {
	color: #ffad05;
	font-size: 24px;
	font-weight: 500;
	display: block;
	margin-bottom: 5px;
}

.f_phone i {
	vertical-align: middle;
	margin-right: 6px;
}

.f_info a {
	width: 100%;
	line-height: 36px;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	border-radius: 20px;
	display: block;
	position: relative;
}

.f_info a:hover {
	opacity: 0.8;
}

.f_entry {
	color: #fff;
	border: solid 2px #fff;
}

.f_contact {
	color: #fff;
	border: solid 2px #fff;
}

.f_info li > .hvr-icon-forward:before {
	font-size: 18px;
}

.sitemap {
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	padding: 10px 5px;
}

.sitemap li {
	width: 50%;
	float: left;
	font-size: 12px;
	position: relative;
	vertical-align: middle;
	line-height:32px;
}

.sitemap li:before {
	color: #fff;
	font-size: 16px;
    content: "\e409";
	font-family: "Material Icons";
	vertical-align: bottom;
	margin-right: 5px;
}

.sitemap li a {
	color: #fff;
}

.sitemap li a:hover {
	text-decoration: underline;
}

address {
	padding:20px 0 0 0;
	color: #fff;
	font-size: 12px;
	font-style: normal;
	text-align: center;
	line-height:1;
}

/*------------------------------------------------------------
　　エントリーバナー
------------------------------------------------------------*/
.entry_banner {
	font-weight: 600;
	text-align: center;
	background: #f7f6f2;
	position: relative;
	margin:30px 10px 0;
	padding:10px 10px 15px;
}

.entry_banner_free {
	position: absolute;
	top: -10px;
	left: -10px;
	width:70px;
}

.entry_banner_girl {
	position: absolute;
	bottom: 0;
	right: 0;
	width:124px;
}

.entry_banner_catch {
	padding:0 0 0 55px;
	font-size:20px;
	color:#022858;
	line-height:1.5;
}

.entry_banner_sub {
	padding:5px 0 10px 0;
	font-size:18px;
	line-height:28px;
}

.entry_phone_area{
	padding:0 0 12px 0;
}

.entry_phone_area img{
	display:block;
	width:300px;
	margin:0 auto;
	padding:0 40px 0 0;
	vertical-align:top;
	line-height:1;
}

.entry_phone_area p:first-child {
	line-height: 28px;
	font-size: 14px;
	color: #022858;
	border: solid 1px #022858;
	border-radius: 17px;
	background: #fff;
	margin-bottom: 10px;
}

.entry_phone_area p:last-child {
	padding:7px 40px 0 0;
	font-size:12px;
	line-height:1.5;
}

.entry_banner > .btn_entry {
	width:100%;
	line-height:50px;
	color: #fff;
	font-size: 18px;
	border-radius:25px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	font-weight: 600;
	background: #ffad05;
}

.entry_banner_footer {
	color: #fff;
	text-align: center;
	font-size:14px;
	font-weight: 500;
	letter-spacing: 3px;
	background: #333;
	margin:0 10px;
	padding:10px;
	line-height:22px;
}

.btn_entry i {
	margin-right: 5px;
}

/* Shrink */
.hvr-shrink {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}

.hvr-shrink:hover,
.hvr-shrink:focus,
.hvr-shrink:active {
	-webkit-transform: scale(0.98);
	transform: scale(0.98);
}

/*------------------------------------------------------------
	トップへ戻る
------------------------------------------------------------*/
.backtotop {
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 1000;
	display: none;
}

.top_btn {
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50%;
	font-size: 10px;
	font-weight: 500;
	text-align: center;
	background: #ffad05;
}

.top_btn a {
	color: #fff;
	display: block;
}

.top_btn a:hover {
	opacity: 0.8;
	border-radius: 50%;
}

.wpfp-span {
	width: 300px;
	height: 50px;
	border-radius: 25px;
	line-height: 2em;
	color: #022858 !important;
	border: solid 1px #022858;
	display: block;
	position: relative;
}

.wpfp-span a {
	width: 300px;
	height: 50px;
	color: #022858 !important;
	text-align: center;
	line-height: 50px;
}

.wpfp-link {
	text-align: center;
	line-height: 45px;
}

.btn_favorite_area > span.wpfp-span {
	text-align: center;
	display: block;
}

.favorite_list{
	padding:0 10px;
}

.favorite_list ul li{
	padding:0 0 10px 1.0em;
	text-indent:-1.0em;
	font-size:14px;
	line-height:22px;
}
.favorite_list ul li:last-child{ padding-bottom:0; }

.favorite_list .wpfp-span a{
	width:auto;
	height:auto;
	line-height:normal;
}


}