@charset "UTF-8";

/*-------------------------------------------------------------------------------------*/
/*↓ここから編集-----------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/

@media (min-width:1200px){}
@media (max-width:1199px){}
@media (min-width:992px){}
@media (max-width:991px){}
@media (min-width:768px){}
@media (max-width:767px){}

.pc-only {
	display: block;
}

.sp-only {
	display: none;
}

.cf:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.cf {
	min-height: 1px;
}

* html .cf {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.both{
	clear:both;
}

ul {
    list-style: none;
}

#page_contents {
	margin-top: 0;
	padding-top: 0;
}

.pickup-wrap {
	margin: 0;
	padding: 50px 0 40px;
}

.pickup-item {
    float: left;
    width: 25%;
    height: 245px;
    transition: .3s;
	overflow: hidden;
}

.pickup-item:hover {
	opacity: 0.8;
}

.pickup-item a {
	display: block;
	height: 245px;
	position: relative;
}

.pickup-item a > p {
	display: none;
}



.pickup-item-text-wrap {
	position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 10px;
    width: 100%;
    z-index: 1;
    text-align: center;
}

.pickup-item:nth-of-type(1) .pickup-item-text-inner,
.pickup-item:nth-of-type(2) .pickup-item-text-inner {
	padding: 30px 0;
}

.pickup-item-text-inner {
	background: rgba(255,255,255,0.9);
	padding: 20px 0;
	color: #333;
	line-height: 1.5;
	border: solid 2px #980931;
	font-size: 14px;
	position: relative;
}

.pickup-item-text-inner:before {
	content: "";
	display: block;
    width: 32px;
    height: 32px;
    background: url(../images/common/arrow.png) no-repeat;
    background-size: 32px 32px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.pickup-item-text-strong {
	font-size: 20px;
	font-weight: bold;
	display: block;
}

.pickup-item:nth-of-type(1n) {
	background: url(../images/common/pickup01.jpg) no-repeat center center;
	background-size: cover;
}

.pickup-item:nth-of-type(2n) {
	background: url(../images/common/pickup02.jpg) no-repeat center center;
	background-size: cover;
}

.pickup-item:nth-of-type(3n) {
	background: url(../images/common/pickup03.jpg) no-repeat center center;
	background-size: cover;
}

.pickup-item:nth-of-type(4n) {
	background: url(../images/common/pickup04.jpg) no-repeat center center;
	background-size: cover;
}



.top_heading_wrap {
	background: url(../images/common/bg_top_h2_title.png) repeat;
	margin-bottom: -15px;
	position: relative;
	border-top: solid 2px #980931;
}

.top_heading_wrap:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 45px 0 45px;
	border-color: #ffffff transparent transparent transparent;
	position: absolute;
	bottom: -25px;
	left: 50%;
	-webkit-transform: translateX(-50%); /* Safari用 */
	transform: translateX(-50%);
}

.heading01 {
	padding: 25px 0;
	background: #fff;
	width: 80%;
	margin: 0 auto;
	position: relative;
}

.heading01:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 145px 93px 0;
	border-color: transparent #ffffff transparent transparent;
	position: absolute;
	left: -145px;
	top: 0;
}

.heading01:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 93px 145px 0 0;
	border-color: #ffffff transparent transparent transparent;
	position: absolute;
	right: -145px;
	top: 0;
}

.heading01 h2 {
	margin-bottom: 0;
}

.heading02 h2 {
	position: relative;
	margin-bottom: 40px;
	text-align: center;
}

.heading02 h2:after {
	content: "";
	display: block;
	width: 12%;
	height: 3px;
	background: #980931;
	position: absolute;
	bottom: -20px;
	left: 50%;
	-webkit-transform: translateX(-50%); /* Safari用 */
	transform: translateX(-50%);
}

.heading02 h2:before {
	content: "";
	display: block;
	width: 44%;
	height: 1px;
	background: #ccc;
	position: absolute;
	bottom: -19px;
	left: 50%;
	-webkit-transform: translateX(-50%); /* Safari用 */
	transform: translateX(-50%);
}

.btn-default {
	border: solid 2px #980931;
	border-right: solid 20px #980931;
	border-radius: 0;
	position: relative;
	padding: 15px 40px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	color: #980931;
	font-weight: bold;
	background-color: transparent;
}

.btn-default:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 7px;
	border-color: transparent transparent transparent #ffffff;
	position: absolute;
	top: 50%;
	right: -14px;
	-webkit-transform: translateY(-50%); /* Safari用 */
	transform: translateY(-50%);
}

.btn-default:hover {
	background: #980931;
	border-color: #980931;
	color: #fff;
}

#header_pc #header_search form {
	border: 1px solid #ccc;
	padding: 3px;
}

#header_pc #header_search input {
	border: none;
	outline: none;
}

#header_pc .header_search_text {
	width: 86%;
}

#header_pc #header_search input#searchsubmit {
	padding: 0;
	border: none;
	border-radius: 0;
	background: url(../images/common/search.png) no-repeat center center;
	background-size: contain;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: inline-block;
	float: right;
	width: 14%;
}

#header_pc #header_search .glyphicon {
    position: absolute;
    top: 8px;
    left: inherit;
    right: 11px;
    cursor: pointer;
    font-size: 1.8rem;
    color: #333;
}

#header_inquiry {
	width: 25%;
	text-align: right;
}

#header_pc #header_tel {
	width: 36%;
	white-space: nowrap;
	margin-right: 4%;
}

#header_pc #header_search {
	width: 30%;
	margin-right: 4%;
}

.caption03 {
	margin-top: 40px;
	margin-bottom: 20px;
}

.reason_item h3 {
	font-size: 20px;
	text-align: center !important;
	margin-bottom: 0;
}

.subcaption03 {
	margin-bottom: 15px;
	margin-top: 40px;
}

#sub-bnr-wrap {
	margin-top: 50px;
}

#header_pc .sub-menu .current-menu-item > a:before {
	display: none;
}

.table-custom {
	width: 100%;
}

.table-custom th,
.result_single table th {
	width: 20%;
	padding: 1em;
	background: #ececec;
	color: #333
}

.table-custom td,
.result_single table td {
	width: 80%;
	padding: 1em;
}

nav.main_nav ul.menu li ul {
	top: 134%;
}

nav.main_nav ul.menu li ul li a {
	background: #980931;
}

nav.main_nav ul.menu li ul li:first-child a {
	border-top: 0;
}

.area-list {
	margin-left: 0px;
	padding-left: 10px;
}

.area-title {
	color: #fff;
}

.area-item {
	color: #fff;
	position: relative;
	float: left;
	margin-right: 25px;
}

.area-item:after {
	display: block;
	content: '';
	position: absolute;
	top: .6em;
	left: -.6em;
	width: 4px;
	height: 4px;
	background-color: #fff;
	border-radius: 100%;
}

#contact_form dl dt {
	clear: both;
}

.top-caption {
	margin-top: -40px;
}

.bottom_cat {
	margin-top: 30px;
	margin-bottom: 25px;
	padding: 20px 20px 30px;
	background: #f3faff;
}

.bottom_cat-title p {
	font-size: 20px;
	border-bottom: solid 1px #ccc;
	margin-bottom: 20px;
}

.bottom_cat .glyphicon {
	padding-right: 10px;
	color: #1e7dc6;
	font-size: 26px;
}

.bottom_cat ul {
	margin-bottom: 0;
}

.bottom_cat li a {
    display: block;
    padding: 10px 20px;
    border-radius: 8px;
    background: #fff;
    color: #333;
    margin-bottom: 20px;
}

.bottom_cat li a:hover {
	background: #980931;
	text-decoration: none;
	color: #fff;
}

.checkbox-wrap {
	background: #fff;
	border-radius: 10px;
	padding: 15px;
	margin-bottom: 20px;
}

.search-box-wrap {
	margin-bottom: 20px;
}

.checkbox-wrap input,
.checkbox-cat input {
	display: inline-block;
	margin-right: 5px;
}

.checkbox-cat label {
	padding-right: 15px;
}

.search-submit-wrap {
	margin: 15px auto 0;
	text-align: center;
}

.search-submit-wrap input {
	display: inline-block;
	padding: 10px 100px;
	background: #980931;
	border: none;
	border-radius: 10px;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	transition: .2s;
	-webkit-transition: .2s;
}

.search-submit-wrap input:hover {
	opacity: .7;
}

.search-box-wrap input {
	width: 100%;
	border: none;
	border-radius: 10px;
	padding: 10px;
	outline: none;
}

.top-result-wrap {
	margin-bottom: 40px;
}

.result-pic-title {
	font-size: 20px;
	background: url(../images/common/icon_result01.png) no-repeat;
	background-size: 30px 24px;
	padding-left: 40px;
	margin-bottom: 10px;
}

.result-content-title {
	font-size: 20px;
	padding-left: 40px;
	line-height: 1.5;
	margin-bottom: 10px;
}

.result-content-title.work {
	background: url(../images/common/icon_result02.png) no-repeat left top;
	background-size: 29px 23px;
}

.result-content-title.voice {
	background: url(../images/common/icon_result03.png) no-repeat left top;
	background-size: 25px 23px;
}

.resutl-content-text {
	margin-bottom: 25px;
}

.news-content .heading02 h2,
.result-content .heading02 h2,
.faq-content .heading02 h2 {
	padding-top: 40px;
	margin-bottom: 50px;
}

.faq-list-wrap {
	margin-top: 40px;
}

.faq-list {
	padding-left: 0;
}

.faq-item {
	border-bottom: dotted 1px #ccc;
	margin-bottom: 20px;
}

.faq-title {
	font-size: 24px;
	color: #333;
	background: url(../images/common/icon_question.png) left center no-repeat;
	background-size: 50px 50px;
	min-height: 50px;
	padding-left: 65px;
	padding-top: 15px;
	margin-bottom: 0px;
	padding-bottom: 20px;
	cursor: pointer;
	margin-top: 0;
	padding-top: 20px;
}

.faq-title:hover {
	background:url(../images/common/icon_question.png) left center no-repeat #f3faff;
	background-size: 50px 50px;
}

.faq-single-title {
	font-size: 22px;
	background: url(../images/common/icon_question.png) no-repeat left center;
	background-size: 50px 50px;
	padding: 20px 0px;
	padding-left: 65px;
}

.faq-answer-wrap {
	border-top: solid 1px #ccc;
	padding: 0;
}

.faq-answer {
	background: url(../images/common/icon_answer.png) no-repeat left 15px;
	background-size: 50px 50px;
	padding-top: 20px;
	padding-left: 65px;
}

.faq-single-title:after {
	display: none;
}

.faq-item a:hover .faq-title {
	color: #337ab7;
}

.faq-item a:hover {
	text-decoration: none;
}

.link-more-wrap {
	margin-top: 30px;
}

.link-more-list  {
	border-bottom: solid 2px #ccc;
	padding-left: 0;
	padding-bottom: 10px;
	margin-bottom: 30px;
}


.link-more-list li:first-child {
	float: left;
}

.link-more-list li.prev a {
	background: url(../images/common/arrow02.png) no-repeat left 2px;
	background-size: 14px 20px;
	padding-left: 25px;
	font-size: 18px;
}

.link-more-list li:last-child {
	float: right;
}

.link-more-list li.next a {
	background: url(../images/common/arrow01.png) no-repeat right 2px;
	background-size: 14px 20px;
	padding-right: 25px;
}

.news-content .result_archive_img {
	margin-top: 20px;
}

.news-content .caption03 {
	margin-top: 20px;
}

.faq-num-list {
	position: relative;
	margin-bottom: 80px;
	padding: 20px;
	background: #fffaf2
}

.faq-num-list:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -60px;
	left: 50%;
	-webkit-transform: translateX(-50%); /* Safari用 */
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 200px 0 200px;
	border-color: #cccccc transparent transparent transparent;
}

.faq-num-list:last-child:after {
	display: none;
}

.faq-num {
	font-size: 20px;
	background: url(../images/common/faq_num01.png) no-repeat;
	background-size: 60px 60px;
	min-height: 60px;
	padding-left: 75px;
	padding-top: 20px;
	border-bottom: solid 1px #ccc;
	padding-bottom: 25px;
}

.num02 {
	background: url(../images/common/faq_num02.png) no-repeat;
	background-size: 60px 60px;
}

.num03 {
	background: url(../images/common/faq_num03.png) no-repeat;
	background-size: 60px 60px;
}

.num04 {
	background: url(../images/common/faq_num04.png) no-repeat;
	background-size: 60px 60px;
}

.num05 {
	background: url(../images/common/faq_num05.png) no-repeat;
	background-size: 60px 60px;
}

.required {
	color: #ff0000;
}

.faq-answer-wrap {
	display: none;
}

.wpcf7-form-control-wrap.checkbox {
	margin-top: 0;
}

#contact_form dl dt {
	padding-top: 0;;
}

.dataTables_paginate {
	text-align: center;
	float: none;
    margin: 4px auto 0;
}

.dataTables_paginate a {
    color: #111!important;
    display: inline-block;
    outline: 0;
    position: relative;
    text-decoration: underline;
    text-decoration: none\0/IE;
    margin: 0 20px;
    background: #fff;
    border: solid 3px #980931;
    padding: 10px 60px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
}

.paging_simple .paginate_button.next:after, .paging_simple .paginate_button.previous:before {
    text-align: left;
    font-family: TablePress;
    font-size: 14px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    content: "\f053";
    text-shadow: 0.1em 0.1em #FFF;
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 15px;
    margin: auto;
    height: 14px;
    width: 14px;
    line-height: 1;
}

.paging_simple .paginate_button.next:after {
    text-align: right;
    content: "\f054";
    left: auto;
    right: 15px;
}

.faq-heading {
	color: #980931;
	font-size: 20px;
	border-bottom: solid 1px #ccc;
	padding-bottom: 8px;
}

.faq-required {
	color: #ce0000;
	font-weight: bold;
}

.faq-heading02 {
	font-size: 24px;
	padding-left: 70px;
	margin-bottom: 0;
	min-height: 56px;
	line-height: 56px;
}

.faq-heading02-large {
	background: url(../images/faq/faq_icon01.png) left top no-repeat;

}

.faq-heading02-small {
	background: url(../images/faq/faq_icon02.png) left top no-repeat;
}

.faq-choice {
	margin-bottom: 0;
}

.faq-choice .faq-choice-title {
	text-align: center;
	padding: 10px 0;
	color: #fff;
}

.faq-choice-merit {
	background: #619d00;
}

.faq-choice-demerit {
	background: #9d9d9d
}

.faq-choice dd {
	padding: 10px;
	border: solid 1px #ccc;
	min-height: 90px;
}

.faq-choice-building span {
	font-size: 20px;
	font-weight: bold;
}

.faq-inner {
	margin-bottom: 10px;
}

.faq-choice-customer {
	background: #f58010
}

.faq-choice-building-text {
	padding-left: 10px;




	padding-top: 15px
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: static;
    margin-left: -20px;
    margin-top: 4px \9;
}

.dataTables_paginate.paging_simple {
    padding: 30px 15px;
}

.sp-320 {
	display: none;
}

.table-header {
	width: 100%;
	margin-top: 20px;
}

.table-header th {
	padding: 8px;
    border: none;
    text-align: left;
    float: none!important;
    border: #CCC 1px solid;
}

.tabe-header-th01 {
	width: 40%;
}

.tabe-header-th02 {
	width: 33%;
}

.tabe-header-th03 {
	width: 14%;
}

.tabe-header-th04 {
	width: 13%;
}

.table-body {
	height: 500px;
	overflow-y: scroll;
	transform: translateZ(0);
}

.table-body table .column-1 {
	width: 40.6%;
}

.table-body table .column-2 {
	width: 33.5%;
}

.table-body table .column-3 {
	width: 14.2%;
}

.table-body table .column-4 {
	width: 13%;
}

.search-conditions {
	padding: 0px 20px 20px 20px;
	background: #f7f7f7;
	border: solid 1px #e4e4e4;
}

.conditions-title {
	text-align: center;
	font-size: 22px;
	border-bottom: solid 3px #fff;
	margin-bottom: 15px;
}

.article-name {
	background: #278bd8;
	padding: 5px 10px;
	border-radius: 8px;
	color: #fff;
	font-weight: bold;
}

.result-place {
	background: #009b24;
	padding: 5px 10px;
	border-radius: 8px;
	color: #fff;
	font-weight: bold;
}

.search-name-box {
	padding: 20px 0 0 0;
}

.post-link {
  margin-top: 80px;
  margin-bottom: 30px;
}

.post-link ul {
  border-bottom: solid 1px #ccc;
  padding-left: 0px;
}

.post-link li {
  padding-bottom: 10px;
  position: relative;
}

.post-link .prev {
  float: left;
  padding-left: 25px;
}

.post-link .prev a {
  display: block;
  font-weight: bold;
  position: relative;
}

.post-link .prev a:before {
  position: absolute;
   top: 50%;
    left: -20px;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 2px solid #980931;
    border-right: 2px solid #980931;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

.post-link .prev a:hover {
  opacity: 0.8;
}

.post-link .next {
  float: right;
  padding-right: 25px;
}

.post-link .next a {
  display: block;
  font-weight: bold;
  position: relative;
}

.post-link .next a:before {
  position: absolute;
    top: 50%;
    right: -20px;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 2px solid #980931;
    border-right: 2px solid #980931;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.post-link .next a:hover {
  opacity: 0.8;
}

.btn-wrap {
	margin-top: 20px;
}

.recruit-link {
	text-align: center;
}

#engage-contributions-widget-wrapper {
	margin: 0 auto;
	position:relative;
	margin-top: 40px;
}

#engage-contributions-widget-wrapper iframe {
	position:absolute;
    top:0;
    left:0;
    max-width: 100% !important;
    height:100%;
}

p {
	word-break: break-word;
}

.page-result-list {
	display: flex;
	justify-content: space-between;
	padding: 0;
}

.page-result-item {
	width: 48%;
	border: solid 2px #ccc;
}

.page-result-item p {
	display: none;
}

.page-result-title {
	font-size: 16px;
    text-align: center;
	margin: 0;
	padding: 20px;
	position: relative;
}

.page-result-title::after {
	display: block;
    content: "";
    position: absolute;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 2px solid #980931;
    border-right: 2px solid #980931;
    -webkit-transition: .2s;
    transition: .2s;
}

.page-result-wrap .btn-wrap {
	text-align: center;
}

.yarpp-related ul {
	padding-left: 0;
}

.yarpp-related ul li {
	margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px dotted #ccc;
}

.yarpp-related ul li abbr {
	display: none;
}

.result-form-wrap {
	background: #f3faff;
	position: relative;
	/* padding: 20px; */
	margin-bottom: 40px;
}

.result-form-wrap .result-form-title {
	font-size: 24px;
	padding: 30px;
	margin-bottom: 0;
	cursor: pointer;
}

.result-form-wrap .bottom_cat {
	margin-top: 0;

	border-top: solid 1px #ccc;
}

.result-form-wrap form {
	display: none;
}

.accordion_icon-wrap {
    width: 100%;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer
}

.accordion_icon, .accordion_icon span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box
}

.accordion_icon {
    position: relative;
    width: 40px;
    height: 53px;
    float: right;
    /* margin-right: 10px; */
    cursor: pointer;
}

.accordion_icon span {
    position: absolute;
    left: 6px;
    width: 50%;
    height: 2px;
    background-color: #333;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px
}

.accordion_icon span:nth-of-type(1) {
    top: 25px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg)
}

.accordion_icon span:nth-of-type(2) {
    top: 25px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg)
}

.accordion_icon.active span:nth-of-type(1) {
    display: none
}

.accordion_icon.active span:nth-of-type(2) {
    top: 25px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg)
}

.main-visual-wrap {
	position: relative;
	/* text-align: center; */
}

.main-visual-text-box {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	left: 50%;
	z-index: 1;
	background: url(../images/common/bg_main_visual_text.png) no-repeat center center;
	background-size: contain;
	padding: 50px;
}

.main-visual-text-inner {
	width: 100%;
	margin: 0 auto;
}

.main-visual-text-inner p {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 0;
}

.main-visual-text-logo {
	line-height: 1;
	display: inline-block;
	margin-right: 20px;
	vertical-align: bottom;
	padding-bottom: 3px;
}

.rp4wp-related-posts h3 {
	margin-top: 20px;
	font-size: 24px;
    font-weight: 700;
    position: relative;
    padding: 0.5em 0 0.5em 1.5em;
    border-top: solid 3px #980931;
    border-bottom: solid 1px #CCC;
}

.rp4wp-related-posts h3:after {
	left: 0;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: #980931;
    border-width: 15px;
    margin-top: -17px;
}

.rp4wp-related-posts ul {
	padding-left: 0;
}

.rp4wp-related-posts ul>li {
	margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px dotted #ccc;
}

.wherego_title {
	font-size: 16px !important;
}

#privacy h3 {
  font-weight: bold;
  margin: 10px 0;
}
#privacy dt {
  font-weight: bold;
  margin-bottom: 5px;
}
#privacy dd {
  margin-bottom: 20px;
}

#privacyConsent {
  background: #f8f8f8;
  padding: 30px 10px;
  margin-top: 20px;
  text-align: center;
}

.privacy-heading {
  font-weight: bold;
  margin-bottom: 10px;
}

.privacy-text {
  margin-bottom: 20px;
}

.privacy-company-profile {
  margin: 20px 0;
}

.privacy-indent {
  margin-left: 20px;
  margin-bottom: 20px;
}

.grecaptcha-badge {
  bottom: 150px !important;
}


@media (max-width:1670px) {
	.main-visual-text-inner p {
		font-size: 28px;
	}
}

@media (max-width:1500px) {
	.main-visual-text-inner p {
		font-size: 24px;
	}

	.main-visual-text-logo {
		width: 50%;
	}
}

@media (max-width:1320px) {
	.main-visual-text-inner p {
		font-size: 20px;
	}
}


@media (max-width:1199px){
	#header_pc #header_search {
		width: 30%;
		margin-right: 2%;
	}

	#header_pc #header_tel {
		width: 38%;
		white-space: nowrap;
		margin-right: 2%;
	}

	.main-visual-text-box {
		width: 60%;
	}
}

@media (max-width:991px){
	#header_pc #header_search {
		width: 27%;

		margin-right: 2%;
	}

	#header_pc #header_tel {
		width: 43%;
		white-space: nowrap;
		margin-right: 0%;
	}

	.table-body table .column-1 {
		width: 40%;
	}

	.table-body table .column-2 {
		width: 33%;
	}

	.table-body table .column-3 {
		width: 14%;
	}

	.table-body table .column-4 {
		width: 13%;
	}
	.pickup-item {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 20px;
	}
	.pickup-item:nth-of-type(2n){
		margin-right: 0;
	}

	.main-visual-text-box {
		width: 70%;
	}

	.main-visual-text-inner p {
		font-size: 18px;
	}
}
.youtube {
	width: 100%;
	aspect-ratio: 16 / 9;
}
.youtube iframe {
	width: 100%;
	height: 100%;
}
@media (max-width:767px){
	.pc-only {
		display: none;
	}

	.sp-only {
		display: block;
	}

	.heading01 {
		padding: 15px 0;
		width: 100%;
	}

	.heading01 h2,
	.heading02 h2 {
		font-size: 24px;
	}

	.caption03 {
		margin-top: 30px;
		margin-bottom: 10px;
	}

	.heading01:before,

	.heading01:after {
		display: none;
	}

	.pickup-item {
		margin-bottom: 15px;
		text-align: center;
		height: 200px;
	}

	.pickup-item a {
		height: 200px;
	}

	.pickup-item-text-wrap {
		padding: 0 8px;
	}

	.pickup-item-text-inner {
		font-size: 12px;
	}

    .pickup-item-text-strong {
    	font-size: 16px;
    }

	.reason_item h3 {
		font-size: 16px;
	}

	.table-custom th, .result_single table th {
		width: auto;
		display: block;
		padding: 0.7em;
		background: #ececec;
		color: #333;
		border: solid 1px #ccc;
		border-top: none;
	}

	.table-custom td, .result_single table td {
		width: auto;
		display: block;
		padding: 0.7em;
		border: solid 1px #ccc;
		border-top: none;
	}

	.bottom_cat li {
		display: block;
		float: left;
		width: 48%;
		text-align: center;
		margin-bottom: 0px;
		margin-right: 0;
	}

	.bottom_cat li:nth-child(odd) {
		margin-right: 4%;
	}

	.bottom_cat li a {
		display: block;
		margin-bottom: 10px
	}

	.bottom_cat-title p {
		font-size: 16px;
		margin-bottom: 15px;
	}

	.bottom_cat .glyphicon-wrench {
		font-size: 18px;
	}

	.result-pic-title {
		font-size: 16px;
		background: url(../images/common/icon_result01.png) no-repeat;
		background-size: 20px 16px;
		padding-left: 25px;
		margin-bottom: 10px;
	}

	.result-content-title {
		font-size: 16px;
		padding-left: 25px;
		margin-bottom: 10px;
	}

	.result-content-title.work {
		background: url(../images/common/icon_result02.png) no-repeat left top;
		background-size: 19px 15px;
	}

	.result-content-title.voice {
		background: url(../images/common/icon_result03.png) no-repeat left top;
		background-size: 16px 15px;
	}

	.top-result-wrap {
		margin-bottom: 20px;
	}

	.faq-title {
		font-size: 20px;
		color: #333;
		background: url(../images/common/icon_question.png) no-repeat;
		background-size: 25px 25px;
		min-height: 25px;
		padding-left: 35px;
		padding-top: 0px;
		margin-bottom: 10px;
	}

	.faq-single-title {
		background-size: 25px 25px;
		padding-left: 35px;
		font-size: 20px;
	}

	.faq-answer {
		background: url(../images/common/icon_answer.png) no-repeat left 10px;
		background-size: 25px 25px;
		padding-top: 45px;
		padding-left: 0px;
	}

	.faq-num-list {
		margin-bottom: 80px;
		padding: 10px;
		background: #fffaf2;
	}

	.faq-num {
		font-size: 16px;
		background: url(../images/common/faq_num01.png) no-repeat left center;
		background-size: 30px 30px;
		min-height: 30px;
		padding-left: 40px;
		padding-top: 15px;
		margin-bottom: 10px;
		border-bottom: solid 1px #ccc;
		padding-bottom: 15px;
		margin-top: 0;
	}

	.faq-num-list:after {
		bottom: -30px;
		border-width: 15px 80px 0 80px;
	}

	.faq-num-list {
		margin-bottom: 40px;
		padding: 10px;
		background: #fffaf2;
	}

	.bottom_cat {
		padding: 20px;
	}

	.dataTables_paginate a {
		margin: 0 0px 15px;
		display: block;
	}

	.bottom_cat-inner {
		position: relative;
	}

	.toggle-btn {
		position: absolute;
		top: 0px;
		right: 0px;
		cursor: pointer;
	}

	.reslut-tag-wrap {
		display: none;
	}

	.bottom_cat .toggle-btn .glyphicon {
		padding-right: 0;
	}

	.table-header-fixed {
		position: relative;
		/* display: block; */
	}

	.dataTables_paginate.paging_simple {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}

	.wpcf7-form-control-wrap.checkbox span.wpcf7-list-item {
		width: 100%;
		display: inline-block;
	}

	.faq-title:hover {
		background:url(../images/common/icon_question.png) left top no-repeat #f3faff;
		background-size: 25px 25px;
	}

	.wpcf7-list-item.last {
		display: block;
	}

	#page_title h1 {
		margin: 0;
		padding: 60px 10px;
		text-align: center;
		color: #980931;
	}

	.tabe-header-th01 {
		width: 30%;
	}

	.tabe-header-th02 {
		width: 30%;
	}


	.tabe-header-th03 {
		width: 20%;
	}

	.tabe-header-th04 {
		width: 20%;
	}

	.table-body table .column-1 {
		width: 30%;
	}

	.table-body table .column-2 {
		width: 30%;
	}

	.table-body table .column-3 {
		width: 20%;
	}

	.table-body table .column-4 {
		width: 20%;
	}

	.search-name-box {
		width: 100%;
	}

	.search-conditions {
		padding: 10px;
	}

	.article-name,
	.result-place {
		display: block;
		margin-bottom: 5px;
	}

	.search-name-box {
		padding: 0px 0 0 0;
	}

	.search-name-box:nth-of-type(2) {
		margin-top: 10px;
	}

	#engage-contributions-widget-wrapper {
		width: 320px !important;
	}

	.page-result-title {
		font-size: 12px;
		text-align: left;
		padding: 10px;
		padding-right: 15px;
	}

	.page-result-title::after {
		right: 6px;
		width: 8px;
		height: 8px;
		margin-top: -3px;
	}

	.breadcrumbs {
		display: block;
		padding: 1em 0 0;
	}

	.result-form-wrap {
		margin-bottom: 20px;
	}

	.result-form-wrap .result-form-title {
		font-size: 16px;
		padding: 20px;
	}

	.accordion_icon-wrap {
		top: 0;
    	right: 0;
	}

	.main-visual-text-box {
		width: 96%;
		padding: 30px 10px;
		background-size: cover;
	}

	.main-visual-text-logo {
		width: 80%;
		display: block;
	}

	.news-inner article time {
		float: none;
		display: block;
	}

	.rp4wp-related-posts h3  {
		font-size: 18px;
	}

	.rp4wp-related-posts h3:after {
		border-width: 10px;
    	margin-top: -11px;
	}

	iframe {
		width: 100%;
	}

}

@media (max-width:320px){
	.footer_about_address {
		font-size: 12px;
	}

	.footer_about dd .footer_about_tel {
		font-size: 22px;
	}

	.sp-320 {
		display: block;
	}

}
