/*
Theme Name: mrri-hiraoka
Description: ポータルサイトヒラオカ石油
Author:mrri
*/

body {
    font-size: 16px;
    line-height: 1.8;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-feature-settings: "palt";
    color: #3e3a39;
    font-weight: 500;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.3;
}
.container-fluid {
    max-width: 1780px !important;
}
.row::before, .row::after {
      display: none;
  }
a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #3e3a39;
}
a:hover, a:focus, a:active {
  outline: none;
  text-decoration: none;
  color:#3e3a39;
}
a img{
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a:hover img {
  opacity: 0.7;
}


img{
	max-width:100%;
	vertical-align: bottom;
}
b, strong {
  font-weight: bolder;
}
.row-10{ margin-left:-5px;  margin-right:-5px}
.row-10 >div{ padding-right:5px;  padding-left:5px}

.row-16{ margin-left:-8px;  margin-right:-8px}
.row-16 >div{ padding-right:8px;  padding-left:8px}


.mb-30{
	margin-bottom: 30px;
}
.mb-40-80{
	margin-bottom: 40px;
}
.mt-40-80{
	margin-top: 40px;
}


.pc{
	display:none;
}
.sp{
	display:inline-block;
}

p {
    line-height: 1.5;
    margin-bottom: 1rem;
}

.fbc-page .fbc-wrap .fbc-items li {
	padding: 0 5px !important;
}
.fbc-page .fbc-wrap .fbc-items li a:last-child {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}



/*------------------------------
共通
-----------------------------------*/
.big {
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 0;
}
.btn-orange {
    /*background: #A8C63F;*/
    background: #01B9B2;
    font-weight: 500;
    color: #fff;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    /*background: -moz-linear-gradient(left, #A8C63F, #07B53B);
    background: -webkit-linear-gradient(left, #A8C63F, #07B53B);
    background: linear-gradient( 90deg, #A8C63F, #07B53B);*/
    border-radius: 30px;
    padding-right: 20px;
    padding-left: 20px;
}
.btn-orange:hover {
    /*background: -moz-linear-gradient(left, #07B53B, #A8C63F);
    background: -webkit-linear-gradient(left, #07B53B, #A8C63F);
    background: linear-gradient( 90deg, #07B53B, #A8C63F);*/
    background: #009F99;
    color: #fff;
}
.btn-gray {
    background: #fff;
    font-weight: 500;
    color: #999999;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border: 2px solid #999999;
    border-radius: 30px;
    padding-right: 17px;
	padding-left: 17px;
	font-size: 90%;
}
.btn-gray:hover {
    background: #999999;
    color: #fff;
}

button svg {
	margin-right: 10px;
}

.bg-beige {
    background: #f1eee7;
}
.bg-white{
	background:#fff !important;
}
.side-bnr {
  position: fixed;
  bottom:120px;
  right: 0;
}

/*下層ページの上下余白*/
header.header-pt {
    padding-top: 200px;
}

/*トップ*/
.pc-flex {
    display: flex;
}

.align-center {
    align-items: center;
}

.j-c-center {
    justify-content: center;
}

.j-c-end {
    justify-content: end;
}

.header-bg {
    box-shadow: 0px 1px 3px -1px rgb(0 0 0 / 50%);
}

.head-btn-1 a, .head-btn-2 a, .head-btn-3 a {
    display: inline-block;
    padding: 10px 4px;
    font-size: 14px;
    margin-left: 0px;
    font-weight: bold;
    border-radius: 0 0 0px 0px;
}

.head-btn-1 a span,.head-btn-2 a span,.head-btn-3 a span{
   font-size: 12px;
}

.head-btn-1 a {
    background-color: #aae6aa;
    color: #fff;
    border-color: transparent;
}

.head-btn-2 a {
    background: #e6e685;
    color: #fff;
    border-color: transparent;
}

.head-btn-3 a {
    color: #fff;
    border-color: transparent;
    /*background: #ed7e00 linear-gradient(90deg, #ed7e00, #ed5700);*/
    background-color: #ffb7b7;
}

.head-btn-1 a:hover {
    /*background-color: #A8C63F;*/
    opacity: 0.7;
    border-color: transparent;
}

.head-btn-2 a:hover {
    /*background-color: #ffb938;*/
    opacity: 0.7;
    border-color: transparent;
}

.head-btn-3 a:hover {
    border-color: transparent;
    opacity: 0.7;
    /*background: #ed7e00 linear-gradient(90deg, #ed5700, #ed7e00);*/
}

.main-img {
  position: relative;
  padding-top: 65px;
}

.sp-logo {
  position: absolute;
  top: 10px;
  left: 10px;
}
.search-area {
    /*background: #A8C63F;
    background: -moz-linear-gradient(left, #A8C63F, #07B53B);
    background: -webkit-linear-gradient(left, #A8C63F, #07B53B);
    background: linear-gradient( 90deg, #A8C63F, #07B53B);*/
    background: #E4F3EF;
	padding: 5px 0;
}
h1.logo {
    padding: 0;
    margin: 0;
}

#searchform{
	display:flex;
	align-items: center;
	flex-wrap: wrap;
}
.search-wrap input, .search-wrap select {
    border: none;
    border-radius: 4px;
    padding: 3px 5px;
	margin:1%;
	flex-basis: 48%;
}
.search-wrap input {
    width: 100%;
    flex-basis: 100%;
}

button.search {
    /*border: 1px solid #fff;*/
    border: 1px solid #01B9B2;
    width: 40px;
    height: 30px;
    border-radius: 30px;
    text-align: center;
    background: inherit;
    /*color: #fff;*/
    color: #01B9B2;
    font-size: 20px;
    line-height: 1;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

button.search svg{
	padding:0;
	margin:0;
}
button.search:hover{
    background: #fff;
    /*color: #07B53B;*/
    color: #01B9B2;
}

h2 {
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
}
h2 span {
    display: block;
    font-size: 12px;
    /*color: #07B53B;*/
    color: #009F99;
}
.inner {
    padding: 30px 0;
}
.enterprise-inner {
    margin-bottom: 20px;
}
.enterprise-inner svg {
  /*color: #07B53B;*/
  color:#009F99;
}
.enterprise-inner .name {
    font-weight: bold;
    font-size: 100%;
    padding-top: 3px;
    line-height: 1.2;
}
.enterprise-inner .pr {
    line-height: 1.3;
	font-size:90%;
}
.enterprise-inner .cat, .page-enterprise .cat {
    background: #e6e6e6;
    display: inline-block;
    padding: 0 10px;
    border-radius: 20px;
    line-height: 1.3;
    font-size: 90%;
}
.enterprise-inner img {
  width: 100%;
  height: 130px;
  object-fit: cover;
}
h2.news {
    text-align: left;
}
h2.news span {
    display: inline;
    padding-left: 15px;
}
ul.news {
    margin: 0;
    padding: 0;
    list-style: none;
	width:100%;
}
ul.news li a span.date {
    font-size: 90%;
    color: #999;
    padding-right: 10px;
}
ul.news li a{
    padding: 10px 0;
    border-bottom: 1px dotted #b3b3b3;
    line-height: 1.3;
	position: relative;
}
ul.news li.bt a{
    border-top: 1px dotted #b3b3b3;
}
ul.news li a{
	display:block;
}
ul.news li a:hover{
	opacity: 0.6;
}
ul.news li a::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f061";
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	color: #07B53B;
}



/*企業紹介ページ*/
.printfriendly.pf-button.pf-alignleft img {
    width: 164px;
	height:auto;
}
.enterprise-name {
    text-align: left;
    font-size: 1.4rem;
}
.page-enterprise svg {
    /*color: #07B53B;*/
    color: #009F99;
    margin-right: 7px;
}
.url a {
    /*color: #07B53B;*/
    color: #009F99;
}
.url a:hover {
    opacity: 0.7;
}
.nav-tabs .nav-link {
    border: 1px solid #ddd;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    background: #f2f2f2;
    color: #999;
	margin: 0 0.3%;
}
.nav-tabs .nav-link:hover {
    border-color: #ddd;
    background: #fff;
}
.nav-tabs .nav-link:focus {
    border-color: #ddd #ddd #fff;
    background: #fff;
}
.tab-content {
    padding: 40px 10px;
}
h3.info-h3 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 10px;
}
.enterprise-info dl {
    display: flex;
    width: 100%;
	border-bottom:1px solid #ddd;
	padding: 10px 0;
}
.enterprise-info dl.bt {
	border-top:1px solid #ddd;
}
.enterprise-info dl dt {
    flex-basis: 20%;
	color: #999999;
	padding-left:1rem;
}
.enterprise-info dl dd {
    flex-basis: 80%;
}

/*事業内容*/
.service-wrap {
    border-bottom: 1px solid #ddd;
    padding: 30px 0;
}
h3.service-h3 {
    font-size: 1.3rem;
    border-left: 5px solid #07B53B;
    padding-left: 7px;
    line-height: 1.3;
    margin-bottom: 20px;
    margin-top: 10px;
}
.movie-wrap {
  max-width: 700px; /* ここに動画の横幅を指定 */
	margin: 0 auto;
	width: 100%;
}
.video {
  position: relative;
  width:100%; /* 横幅は100%で固定 */
  height:0; /* 高さは0にしておく(padding-topで高さを指定するため) */
  padding-top: 56.25%; /* 高さを指定(16:9) */
}

.video iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*採用情報*/
.data-inner {
    padding: 10px 5px;
    border-right: 1px solid #ddd;
    margin-bottom: 5px;
}
.data-inner.bd-sp-l {
    border-left: 1px solid #ddd;
}
.data-inner.bd-l {
    border-left: 1px solid #ddd;
}
.data-icon {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    display: inline-block;
    padding: 0 20px;
}
.data-inner p {
    margin: 0;
    font-size: 110%;
    font-weight: bold;
}
.interview-wrap {
    padding: 20px 10px;
}
.interview-main {
    font-size: 1.8rem;
}
.interview-main {
    font-size: 1.8rem;
    margin: 20px 0 40px;
    line-height: 1.3;
}
.interview-job {
    background: #1a1a1a;
    color: #fff;
    display: inline-block;
    padding: 0 20px;
}
.interview-name {
    font-size: 1.5rem;
    padding: 10px 0 0;
}
dl.interview-qa dt {
    font-size: 1.2rem;
    border-left: 5px solid #07B53B;
    padding-left: 7px;
    line-height: 1.3;
    margin-bottom: 15px;
    margin-top: 30px;
}
dl.interview-qa dd {
    background: #fff;
    padding: 10px 10px;
    border-radius: 8px;
}
.time {
    background: #07B53B;
    color: #fff;
    text-align: center;
    padding: 0 10px;
}
dl.interview-qa dd .bd-b {
    border-bottom: 1px solid #ddd;
    padding: 15px;
}
dl.interview-qa dd .bd-none {
    border-bottom: none;
    padding: 15px;
}
dl.interview-qa dd p {
    margin: 0;
}
dl.req-dl {
    display: flex;
    border-bottom: 1px solid #ddd;
    padding: 10px;
    flex-wrap: wrap;
    line-height: 1.3;
}
dl.req-dl dt {
    flex-basis: 100%;
    padding-left: 0;
    color: #999;
    line-height: 1.3;
	padding-bottom:10px;
}
dl.req-dl dd {
	flex-basis: 100%;
}

/*ログイン*/
#wpmem_login, #wpmem_msg, #wpmem_reg, .wpmem_msg {
    width: 30%;
    min-width: 250px;
}
#wpmem_login {
    width: 35% !important;
    min-width: 380px;
    margin: 0 auto;
    background: #f1eee7;
    padding: 20px;
    color: #212529 !important;
}
#wpmem_login fieldset, #wpmem_reg fieldset {
    margin: 0 !important;
}
#wpmem_login fieldset {
    margin: 10px 0 !important;
}
#wpmem_login .link-text a {
    color: #212529;
}
.recaptcha-txt {
    font-size: 10px;
    text-align: center;
    padding-top: 20px;
    color: #999;
}
img#xo-security-captcha {
    background: #fff;
    padding: 5px;
    width: 110px;
}
div#wpmem_login input.buttons, #wpmem_reg input {
    display: block;
    width: 100%;
    /*background: #07B53B;
    border: 1px solid #07B53B;*/
    background: #009F99;
    border: 1px solid #009F99;
    padding: 7px;
    color: #fff;
    font-weight: 600;
    border-radius: 4px;
	border-radius: 4px;
}
div#wpmem_login input.buttons:hover, #wpmem_reg input:hover {
/*background: #A1D727;
	border: 1px solid #A1D727;*/
    background: #01B9B2;
	border: 1px solid #01B9B2;
}
div#wpmem_login p {
    margin: 0;
}
#wpmem_login .button_div, #wpmem_reg .button_div {
    padding: 20px 0 !important;
    text-align: left !important;
}
body.logged-in .login-detail {
  display: none;
}
.login_status {
  text-align: center;
}
.login_status a {
  /*background: #A1D727;*/
  background: #01B9B2;
  padding: 5px 20px;
  color: #fff;
  display: inline-block;
  margin-top: 20px;
}
.login_status a:hover {
background: #01b9b3d0;
}

/*新規会員登録*/
#wpmem_reg {
    width: 100% !important;
}
body.page-template-page-basic {
    line-height: 1.6;
}

#wpmem_reg .req-text {
    margin: 0 0 20px 5px !important;
    font-size: 90%;
}
#wpmem_reg input {
    width: 300px;
    margin: 0 auto !important;
}
#wpmem_login legend, #wpmem_reg legend {
    font-size: 20px !important;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 30px !important;
    width: 100%;
    text-align: center;
}
.wpmem_msg {
    margin-right: auto !important;
    margin-left: auto !important;
}

#wpmem_reg input#agreement {
    width: auto;
    margin: 0 5px 0 0 !important;
    display: inline;
    vertical-align: baseline;
}
.cl-red {
    color: #ed5053;
    font-weight: bold;
}

/*お問い合わせ*/
dl.contact-dl {
    display: flex;
    margin-bottom: 10px;
}
dl.contact-dl dt {
    background: #f1eee7;
    float: left;
    width: 25%;
    padding: 5px;
    border-radius: 4px;
    text-align: center;
	line-height: 1.3;
}
dl.contact-dl dd {
    float: left;
    width: 74%;
    margin-left: 1%;
}
dl.contact-dl dt span {
    display: block;
    color: #ed5053;
    font-size: 70%;
    line-height: 1;
}

input,textarea {
    width: 100%;
	border: 1px solid #ccc;
	border-radius: 4px;
}
input.haba2 {
    width: 10em;
}
input.contact-btn {
    border: 1px solid #ed5053;
    background: #ed5053;
    width: 200px;
    border-radius: 50px;
    color: #fff;
    padding: 5px;
	 -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
	display: block;
	margin: 0 auto;
}
input.contact-btn:hover{
	border: 1px solid #cf3538;
    background: #cf3538;
}

input[type="checkbox"]{
	width:auto;
}

.conpany-info {
    background: #f1eee7;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
	text-align: center;
}
.conpany-info input.readonly {
    width: auto;
	max-width:100%;
	border: none;
	outline: none;
}
span.title {
    padding-right: 10px;
    color: #888;
}
input.readonly-on {
    border: none;
    color: #07B53B;
    font-weight: bold;
    font-size: 100%;
	outline: none;
}

.about-h3 {
  font-size: 120%;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-top: 20px;
  font-weight: bold;
  margin-top: 40px;
}

/*フッター*/
footer {
    background: #3c3c3c;
    padding-top: 20px;
}
ul.footer-ul{
	padding:0;
	margin:0;
	text-align: center;
}
ul.footer-ul li {
    display: block;
    font-size: 90%;
}
ul.footer-ul li a{
	color: #fff;
	padding: 0 20px;
}
ul.footer-ul li a:hover{
	opacity: 0.7;
}


.copyright {
    color: #c3c3c3;
    padding: 20px 0 10px;
	font-size: 80%;
	margin: 0;
}

#page_top {
    position: fixed;
    bottom: 30px;
    right: 20px;
	z-index: 1000;
}

#page_top a {
    /*background-color: #07B53B;*/
    background-color: #01B9B2;
    color: #fff;
    text-align: center;
    text-decoration: none;
    width: 60px;
    height: 60px;
    display: block;
    border: 1px solid #fff;
    border-radius: 30px;
    font-size: 24px;
    line-height: 60px;
}
#page_top a:hover {
    /*background-color: #A8C63F;*/
    background-color: #b6eaed;
    text-decoration: none;
}


/*シングルページ*/
#single-top {
    background: #f2f2f2;
    padding: 5px 0 20px;
}
.page-breadcrumb {
    font-size: 80%;
    margin-bottom: 10px;
}
.single-date {
    color: #999;
}
.single-pager ul {
    list-style-type: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
    font-size: 90%;
	line-height: 1.5;
}
.single-pager ul li.previous {
    float: left;
    display: inline;
	margin-bottom: 5px;
}
.single-pager ul li.previous a {
    padding: 0 5px;
    border: 1px solid #b2b2b2;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	color:#333;
    display: block;
    text-decoration: none;
}
.single-pager ul li.next {
    float: right;
    display: inline;
	margin-bottom: 5px;
}
.single-pager ul li.next a {
    padding: 0 5px;
    border: 1px solid #b2b2b2;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	color:#333;
    display: block;
    text-decoration: none;
}
.single-pager ul li.previous a:hover, .single-pager ul li.next a:hover{
	background: #f2f3f7;
}
.pager .previous > a, .pager .previous > span {
    float: left;
    width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
	text-align:center;
}
	.pager .next > a, .pager .next > span {
		float: right;
		    width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
		text-align:center;
	}
.single-wrapper {
    min-height: 100px;
}

/*一覧ページ*/
a.page-numbers, .archive-pager .current {
    background: 0 0;
    border: none;
    border-radius: 5px;
    padding: 5px 8px;
    margin: 0 2px;
    color: #333;
}
.archive-pager .current {
    background: 0 0;
    border: solid 1px #333;
    color: #333;
}
a.page-numbers, .archive-pager .current {
    background: 0 0;
    border: none;
    border-radius: 5px;
    padding: 5px 8px;
    margin: 0 2px;
    color: #333;
}
.archive-pager .current {
    background: 0 0;
    border: solid 1px #333;
	color:#333;
}
a.page-numbers:hover {
    background: #f2f3f7;
}

.archive-pager .pagination {
    justify-content: center;
}
.archive-pager .next.page-numbers {
    font-size: 0;
	padding: 0;
}
.archive-pager .prev.page-numbers{
    font-size: 0;
	padding: 0;
}
.archive-pager .next.page-numbers::after {
    content: "≫";
    font-size: 16px;
}
.archive-pager .prev.page-numbers::after{
     content: "≪";
    font-size: 16px;
}

/*ご利用方法*/
.step {
  font-size: 18px;
  font-weight: bold;
  /*color: #009f41;*/
  color: #009F99;
}
.step .num {
  font-size: 30px;
  /*background: #009f41;*/
  background: #009F99;
  color: #fff;
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 50px;
  text-align: center;
  margin-left: 10px;
}
dl.step-dl {
  margin-top: 20px;
}
dl.step-dl dt {
  text-align: center;
	min-width: 190px;
}
h3.step-h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}


dl.flow dt {
	font-size: 20px;
  /*background: #009f41;*/
  background: #009F99;
  color: #fff;
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 50px;
  text-align: center;
  line-height: 40px;
}
h3.flow-h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 20px;
}
h3.flow-h3 svg {
  /*color: #a8c63f;*/
  color: #B6EAED;
  margin-right: 10px;
  font-size: 22px;
}
.flow-wrap::before {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  /*background: #009f41;*/
  background: #009F99;
  top: 25px;
  z-index: -1;
  left: 0;
}
dl.flow dd {
  margin-left: 10px;
}
.bg-gray {
  background: #f1eee7;
  padding: 20px;
  border-radius: 8px;
}
ul.register_links a {
  display: inline-block;
  width: auto;
  /*background: #07B53B;*/
  background: #009F99;
  border: 1px solid #009F99;
  padding: 3px 20px;
  color: #fff;
  font-weight: 600;
  border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 15px;
}
.profile ul a {
  display: inline-block;
  width: auto;
  background: #07B53B;
  border: 1px solid #07B53B;
  padding: 3px 20px;
  color: #fff;
  font-weight: 600;
  border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 15px;
}
.about-h4 {
  font-weight: bold;
}


/*運営会社*/
dl.company-dl {
  border-bottom: 1px solid #ccc;
  margin: 0;
  padding: 15px 10px;
}
dl.company-dl:first-child{
	border-top: 1px solid #ccc;
}
dl.company-dl dt {
  width: 13em;
	flex-shrink: 0;
	font-weight: bold;
}
dl.company-dl dd {
  margin:0;
}


/*プライバシーポリシー*/
body.page-id-137 .h3 {
  font-size: 120%;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-top: 20px;
}

@media (max-width: 575px) {
    .search-area {
        height: 135px;
    }
}

@media (min-width: 575px) {
/*下層ページの上下余白*/
header.header-pt {
    padding-top: 223px;
}
    

.enterprise-inner img {
  height: 200px;
}

.head-btn-1 a,.head-btn-2 a,.head-btn-3 a {
    display: inline-block;
    padding: 10px 20px;
    margin-left: 10px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 0 0 15px 15px;
}

.head-btn-1 a span,.head-btn-2 a span,.head-btn-3 a span{
    font-size: 14px;
 }

 .main-img {
    padding-top: 90px;
  }
}

@media (min-width: 768px) {
	body {
		font-size: 16px;
	}
	.pc{
		display:block;
	}
	.sp{
		display:none;
	}
	a[href^="tel:"] {
		pointer-events: none;
	}
	.inner{
		padding:60px 0;
	}

/*下層ページの上下余白*/
header.header-pt {
    padding-top: 171px;
}
    
    
	.search-wrap input, .search-wrap select {
		border: none;
		border-radius: 4px;
		padding: 10px 5px;
		margin-right: 5px;
		/*flex-basis: 20%;*/
        flex-basis: 21%;
	}
	button.search {
		/*border: 1px solid #fff;*/
        border: 1px solid #01B9B2;
		width: 45px;
		height: 45px;
		border-radius: 50%;
		text-align: center;
		background: inherit;
		/*color: #fff;*/
        color: #01B9B2;
		font-size: 24px;
		line-height: 1;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		-ms-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		transition: all 0.2s ease;
	}
	h2 {
		font-size: 1.8rem;
	}
	h2 span {
		font-size: 14px;
	}
	.enterprise-inner .name {
		font-size: 110%;
		padding-top:5px;
	}
	ul.footer-ul li{
		display:inline;
		font-size: 100%;
	}
	footer {
		padding-top: 30px;
	}
	.data-icon {
		padding: 0 40px;
	}
	.data-inner {
		padding: 10px;
		border-right: 1px solid #ddd;
		margin-bottom: 0;
	}
	.data-inner.bd-sp-l {
		border-left: none;
	}
	.interview-wrap {
		padding: 20px 30px;
	}
	.interview-name {
		padding: 20px 0 0;
	}
	dl.interview-qa dd {
		padding: 10px 20px;
	}
	dl.req-dl {
		padding: 15px;
	}
	dl.req-dl dt {
		flex-basis: 18%;
		padding-left: 20px;
		margin-right: 1%;
		padding-bottom:0;
	}
	dl.req-dl dd {
		flex-basis: 80%;
	}
	
	
	.single-wrapper {
		min-height: 300px;
		width:100%;
	}
	
	h3.flow-h3 {
		font-size: 16px;
		}
	.flow-wrap {
	  display: flex;
	  gap: 30px;
	  position: relative;
	}
	dl.flow dt {
	  font-size: 30px;
	  width: 50px;
	  height: 50px;
		line-height: 50px;
	}
	dl.step-dl {
	  display: flex;
	  margin-top: 20px;
	  align-items: center;
	  gap: 20px;
	}
	dl.company-dl {
	  display: flex;
	  border-bottom: 1px solid #ccc;
	  margin: 0;
	  padding: 15px 10px;
	}
	#wpmem_login, #wpmem_msg, #wpmem_reg, .wpmem_msg {
    width: 30%;
    min-width: 350px;
}
	
}

@media (min-width: 992px) {
	h3.flow-h3 svg {
	  margin-right: 15px;
	  font-size: 26px;
	}
	
}

@media (min-width: 1200px) {
	h3.flow-h3 {
		font-size: 20px;
	}
	
}
