@charset "utf-8";
/* CSS Document */
/* 目次 
2. 共通（レイアウト・その他・見出し・ボタン・ヘッダー・フッター・ぱんくず・TOP)
3. TOP
4. お問い合わせ
5. thanks 404　共通
6. 
7.
.
.
*/

/*=================== モバイルファースト ==================*/

/**************************************************
2. 共通（レイアウト・その他・見出し・ボタン・ヘッダー・フッター・ぱんくず共通)
***************************************************/
/*------------------------------
基本スタイル ※変更不可
------------------------------*/
.pc { display: none; }
.sp { display: block; }


/* flex */
.flex-box{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/*------------------------------
レイアウト ※変更不可
------------------------------*/
.all_bg{
	position: relative;
}
.all_bg::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: url(../images/common/bg.png);
    background-size: 150%;
}


/*.all_bg::before {
content:"";
display:block;
position:fixed;
top:0;
left:0;
z-index:-1;
width:100%;
height:100vh;
background-repeat:no-repeat;
background-position:50% 100%;
background-image:url(../images/common/bg.png);
background-size:cover;
}*/

/*元のCSS

.all_bg{
  min-height: 100vh;
  background: url(../images/common/bg.png) no-repeat;
  background-attachment: fixed;
  background-size: 200%;
  background-position: top 0 left 0;
}*/



.wraper {
  min-height: calc(100vh - 511px);
}
/*wrap共通*/
.wrap{
  margin: 0 auto;
  padding: 60px 0 0;
}
.wrap-b{
  padding-bottom: 60px;
}
.wrap-l{
  width: 100%;
}
.wrap-m{
  max-width: 1024px;
  width: 90%;
  margin: 0 auto;
}

/*------------------------------
テキスト ※変更不可
------------------------------*/
p,li,a,th,td,dt,dd {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}

/*------------------------------
見出し h1-h6 ※変更不可
------------------------------*/
h2 {
  line-height: 1.5;
  font-size: 25px;
  font-size: 2.5rem;
  margin-bottom: 0.5em;
}
h3 {
  line-height: 1.5;
  font-size: 20px;
  font-size: 2.0rem;
  margin-bottom: 0.5em;
}
h4 {
  line-height: 1.5;
  font-size: 19px;
  font-size: 1.9rem;
  margin-bottom: 0.5em;
}
h5 {
  line-height: 1.5;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 0.5em;
}
.lead01 {
  margin-bottom: 20px;
  font-size: 40px;
  font-size: 4.0rem;
  color: #fff;
  line-height: 0.8;
  text-shadow: 1px 1px 3px #000, -1px -1px 3px #000,
  -1px 1px 3px #000, 1px -1px 3px #000,
  0px 1px 3px #000,  0 -1px 3px #000,
  -1px 0 3px #000, 1px 0 3px #000;
}
.lead02 {
  margin-bottom: 20px;
  font-size: 40px;
  font-size: 4.0rem;
  color: #0f7b89;
  line-height: 0.8;
}
.lead03{
  margin-bottom: 20px;
  font-size: 40px;
  font-size: 4.0rem;
  color: #000;
  line-height: 0.8;
}
.lead01 span,
.lead02 span,
.lead03 span{
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: normal;
}

.pagetitle {
  position: relative;
  width: 100%;
  height: auto;
}
.pagetitle h2.title{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
  color: #fff;
}

/*------------------------------
ボタン ※変更不可
------------------------------*/
.btn-box01,
.btn-box02{
  text-align: center;
}
.btn-box01 .btn{
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 280px;
  height: 40px;
  line-height: 40px;
  padding-right: 15px ;
  background: #0f7b89;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.btn-box01 .btn::after{
  position: absolute;
  top: 42%;
  right: 2em;
  vertical-align: middle;
  content: "";
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .3s;
}
/* 2023.4.26 アクセシビリティ対応のため文字色を濃く */
.btn-box02 .btn{
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 280px;
  height: 40px;
  line-height: 40px;
  padding-right: 15px ;
  background: #fff;
  color: #0f7b89;
  text-align: center;
  font-weight: bold;
}
.btn-box02 .btn::after{
  position: absolute;
  top: 42%;
  right: 2em;
  vertical-align: middle;
  content: "";
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: 1px solid #0f7b89;
  border-right: 1px solid #0f7b89;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .3s;
}
.btn-box03{
  text-align: right;
}
.btn-box03 .btn{
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 280px;
  height: 40px;
  line-height: 40px;
  padding-right: 15px ;
  color: #fff;
  text-align: center;
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.btn-box03 .btn::after{
  position: absolute;
  top: 42%;
  right: 2em;
  vertical-align: middle;
  content: "";
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .3s;
}
.btn-box01 .btn:hover::after,
.btn-box02 .btn:hover::after,
.btn-box03 .btn:hover::after{
  right: 1.5em;
}

/*------------------------------
SPヘッダー、Gナビ共通 ※変更不可
------------------------------*/
/* Kv */
.kv-box{
  height: 200px;
}
.kv-box .kv{
  width: 100%;
  height: 100%;
}
.kv-inner{
  margin-top: 20px;
  position: relative;
}
.kv-inner .catch{
  position: absolute;
  left: 0;
}
.kv-inner .catch h1{
  text-align: center;
  color: #ca3929;
  font-size: 30px;
  font-size: 3.0rem;
}
.kv-inner .catch h1 span{
  text-align: center;
  color: #000;
  font-size: 20px;
  font-size: 2.0rem;
}
.kv-inner .catch p{
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}
/* SPヘッダー */
#sp-header {
  position: relative;
}
#sp-header #sp-head {
  display:block;
  width: 100%;
  height: 70px;
  padding: 10px 0;
  z-index: 900;
}
#sp-header #sp-head .logo {
  width: 50px;
}
/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  right: 3%;
  top: 15px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 1000;
  background-color: transparent;
  border: none;
}
#nav-toggle {
  display: block;
}
#nav-toggle div {
  position: relative;
}
#nav-toggle span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #403938;
  left: 0;
  -webkit-transition: .30s ease-in-out;
  -moz-transition: .30s ease-in-out;
  transition: .30s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 10px;
}
#nav-toggle span:nth-child(3) {
    top: 20px;
}
/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  transform: rotate(-315deg);
}
/* sp-gnav */ 
#sp-header #sp-gnav {
  position: absolute;
  /* 開いてないときは画面外に配置 */
  top: -450px;/*変更不可*/
  background: rgba(0,0,0,0.8);
  width: 100%;
  text-align: center;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  z-index: 800;
}
/* #sp-gnav スライドアニメーション */
.open #sp-gnav {
  transform: translatey(450px);
}
#sp-header #sp-gnav ul {
  width: 100%;
  padding: 20px;
}
#sp-header #sp-gnav ul li a {
  display: block;
  width: 100%;
  padding: 20px 0;
  color:#fff;
  font-size:15px;
  font-size:1.5rem;
}
/*------------------------------
pageTopボタン ※変更不可
------------------------------*/
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  z-index: 700;
}
/*------------------------------
フッター ※変更不可
------------------------------*/
#footer {
  width: 100%;
  background: #403938;
  padding: 40px 0 0;
}
#footer .flex-box{
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  flex-direction: column;
  padding: 0 0 40px;
}
/* logo */
#footer h1.logo{
  width: 60%;
  height: auto;
}
#footer .logo-text{
  margin: 35px 0 15px;
  font-size: 1.8rem;
  color: #fff;
  width: 100%;
}
#footer p{
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
}
#footer p.add{
  margin: 0 0 20px;
}
/* sitemap */
#footer .sitemap{
  width: 100%;
  height: auto;
}
#footer .sitemap ul.fnav01{
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  width: 100%;
  margin-bottom: 20px;
}
#footer .sitemap ul.fnav01 li {
  line-height: 2;
  width: 50%;
}
#footer .sitemap ul li a {
  color: #fff;
}
#footer .sitemap ul li a:hover {
  text-decoration: underline;
}
/* iso-mark */
#footer div.iso-mark {
  width: 190px;
  height: 60px;
}
/* copyright */
#footer .copyright{
  text-align: center;
}
#footer .copyright small{
  font-size: 12px;
  font-size: 1.2rem;
  color:#fff;
}
/*------------------------------
ぱんくず ※変更不可
------------------------------*/
#breadcrumbs {
  padding: 10px 0;
  background: #edf6fb;
}
#breadcrumbs li {
  display: inline;
  font-size: 13px;
  font-size: 1.3rem;
  color: #222;
}
#breadcrumbs li a {
  font-size: 13px;
  font-size: 1.3rem;
  color: #222;
}
#breadcrumbs li a:hover,
#breadcrumbs li a:active {
  color: #c79f62;
}
#breadcrumbs span {
  display: inline-block;
  position: relative;
  padding-right: 1.5em;
}
#breadcrumbs span:after{
  content: "";
  vertical-align: middle;
  position: absolute;
  top: calc(50% - 4px);
  right: -6px;
  width: 6px;
  height: 6px;
  margin: auto;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 1em;
}

/**************************************************
TOP
***************************************************/
/* Kv */
#top .kv-box .kv{
  background: url(../images/top/kv.jpg) no-repeat right top/cover;
}

/*------------------------------
お知らせ
------------------------------*/
#news .con-box{
  background: #fff;
  padding: 3% 5% 8%;
  box-shadow: 1px 1px 20px rgb(0 0 0 / 10%);
}
#news h2.lead{
	margin: 0 0 20px;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    text-align: center;
    color: #3E4C59;
	position: relative;
}

#news h2.lead:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    display: inline-block;
    width: 50px;
    height: 2px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    background-color: #3E4C59;
}
#news .text-box {
    width: 100%;
    margin: auto;	
}
.news_list .news_item {
    display: flex;
    border-top: 1px solid #e5e5e5;
    padding: 0.7rem 1rem;
    margin-left: auto;
	flex-wrap: wrap;
}
.news_list .news_item:last-child {
    border-bottom: 1px solid #e5e5e5;
}
.news_list .news_date {
    width: 100%;
	font-weight: bold;
	margin:10px auto 8px;
}
.news_list .news_con {
    width: 100%;
}
.news_list .news_con a{
	text-decoration:underline;
	font-weight: 600;
	
}
/*------------------------------
企業理念
------------------------------*/
#top #mission .text-box {
  margin-bottom: 140px;
  padding: 40px 0 80px;
  background: linear-gradient(90deg,#fff 0%,#fff 95%,transparent 95%,transparent 100%);
  position: relative;
}
#top #mission .text-box .text{
  padding-right: 5%;
 font-weight: 600;
}
#top #mission .text-box .img{
  width: 280px;
  margin: 0 auto;
  position: absolute;
  bottom: -140px;
  left: 0;
  right: 0;
}
/*------------------------------
事業内容
------------------------------*/
#top #services .wrap-l {
  padding: 40px 0;
   background: linear-gradient(0deg,rgba(31,139,153,0.9),rgba(98,210,185,0.9));
}
#top #services .box{
  width: 90%;
  margin: 0 auto;
  padding: 20px 20px 50px;
  background: #bde2de;
  margin-bottom: 10px;
}
#top #services .box .img{
  width: 80px;
  margin: 0 auto;
}
#top #services .box h3{
  text-align: center;
  margin: 20px auto;
}
#top #services .case{
  padding-top: 1em;
}
#top #services ul{
  list-style: disc;
  padding-left: 2em;
}
/*------------------------------
会社概要
------------------------------*/
#top #outline table,
#top #outline tbody,
#top #outline tr{
  width: 100%;
}
#top #outline .box{
  width: 100%;
  background: rgb(255, 255, 255);
  padding: 20px;
}
#top #outline table tr{
  border-bottom: 1px solid #000;
}
/*#top #outline table tr:first-of-type{
  border-top: 1px solid #000;
}*/
#top #outline table tr:last-of-type{
  border-bottom: none
}
#top #outline table th{
  width: 150px;
  padding: 10px 0px 10px 30px;
  text-align: left;
}
#top #outline table td{
  width: calc(100% - 30px);
  padding: 10px 0;
}
/*------------------------------
採用情報
------------------------------*/
#top #recruit .text-box{
  margin-top: 140px;
  background: linear-gradient(90deg,transparent 0%, transparent 5%,#fff 5%,#fff 100%);
  position: relative;
}
#top #recruit .img{
  width: 280px;
  position: absolute;
  top: -140px;
  right: 0;
}
#top #recruit .text-box .box{
  padding: 100px 0 40px 5%;
  background: #fff;
  
}
#top #recruit .text-box h3{
  margin-bottom: 20px;
}
#top #recruit .text-box h3 span{
  font-size: 18px;
  font-size: 1.8rem;
}
#top #recruit .text-box .text{
  margin-bottom: 20px;
}

/*------------------------------
お問い合わせ
------------------------------*/
#top #contact .contact-box {
  padding: 40px 0;
  background: url(../images/top/contact-bg.jpg) no-repeat center/cover;
}
/* 2023.4.26 アクセシビリティ対応のため背景を濃く */
#top #contact .contact-box .box {
  padding: 20px;
  background: rgba(0,0,0,0.4);
  color: #fff;
  text-align: center;
}
#top #contact .contact-box .text {
  font-weight: 600;
  margin-bottom: 20px;

}


/**************************************************
下層　共通
***************************************************/
/* Kv */
#recruit .kv-box,
#contact .kv-box,
#thanks .kv-box,
#error .kv-box,
#privacy .kv-box{
  background: linear-gradient(#fff 0%, #fff 80%, transparent 80%, transparent 100%);
}
#recruit .kv-box .kv,
#contact .kv-box .kv,
#thanks .kv-box .kv,
#error .kv-box .kv,
#privacy .kv-box .kv{
  width: 100%;
  height: 100%;
  background-repeat: no-repeat; 
  background-position: right -115px top 0;
  background-size: contain;
}
/* con-box */
#recruit .con-box,
#contact .con-box,
#thanks .con-box,
#error .con-box,
#privacy .con-box{
  background: #fff;
  padding: 8% 5%;
  box-shadow: 1px 1px 20px rgb(0 0 0 / 10%);
}
/**************************************************
採用情報
***************************************************/
/* Kv */
#recruit .kv-box .kv{
  background-image: url(../images/recruit/kv-recruit.png);
}

/*------------------------------
con01～con03
------------------------------*/
/* con01 */
#recruit #con01 .sign{
  max-width: 250px;
  width: 70%;
  margin-left: auto;
}
/* con02 */
#recruit #con02 .con-box h3,
#recruit #con03 .con-box h3{
  color: #ca3929;
  text-align: center;
  font-size: 40px;
  font-size: 4.0rem;
}
#recruit #con02 .con-box .box{
  padding: 10px;
  border: 5px solid #f5f5f1;
  margin-bottom: 50px;
  position: relative;
}
#recruit #con02 .con-box .box::after{
  content: '';
  position: absolute;
  bottom: -45px;
  left: 45%;
  margin: 0;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 30px solid #f5f5f1;
  border-bottom: 0;
}
#recruit #con02 .con-box .box:last-of-type{
  margin-bottom: 0;
}
#recruit #con02 .con-box .box:last-of-type::after{
  display: none;
}
/* con03 */
#recruit #con03 .con-box .flex-box{
  width: 100%;
  display: block;
  border-bottom: 1px solid #000;
  padding: 5% 0;
}
#recruit #con03 .con-box .flex-box:first-of-type{
  border-top: 1px solid #000;
}
/* contact */
#recruit #contact .contact-box{
  background: url(../images/recruit/rtc-contact.png) no-repeat center/cover;
  padding: 8% 0;
}
/* 2023.5.8 コントラスト比が低いため縁取りを追加 */
#recruit #contact .contact-box .text {
  margin-bottom: 20px;
  color: #fff;
  text-shadow: 1px 1px 1px #000, -1px -1px 1px #000,
  -1px 1px 1px #000, 1px -1px 1px #000,
  0px 1px 1px #000,  0 -1px 1px #000,
  -1px 0 1px #000, 1px 0 1px #000;
}
#recruit #contact .contact-box .btn-box03 a {
  margin-bottom: 20px;
  color: #fff;
  text-shadow: 1px 1px 1px #000, -1px -1px 1px #000,
  -1px 1px 1px #000, 1px -1px 1px #000,
  0px 1px 1px #000,  0 -1px 1px #000,
  -1px 0 1px #000, 1px 0 1px #000;
}
/**************************************************
お問い合わせフォーム
***************************************************/
/* Kv */
#contact .kv-box .kv,
#thanks .kv-box .kv{
  background-image: url(../images/contact/kv-contact.png);
}
/* con-box */
#contact .con-box h3{
  color: #ca3929;
  text-align: center;
  font-size: 40px;
  font-size: 4.0rem;
}
#contact .con-box h3 span{
  font-size: 30px;
  font-size: 3.0rem;
}
/*------------------------------
mailformPro 共通
------------------------------*/
form#mailformpro {
  padding:0px!important;
}
/*inputフォーカス時の影やborderを消す 必須*/
/* 2023.5.10 アクセシビリティ対応のためフォーカス可視化 */
form#mailformpro input:focus-visible,
form#mailformpro textarea:focus-visible{
  outline: none;
  box-shadow: 0 0 0 0.1em #000;
}
form#mailformpro button[type="submit"]:focus-visible{
  outline: none;
  box-shadow: 0 0 0 .2rem rgba(0, 0, 0, 1), 0 0 0 .4rem rgba(170, 170, 170, 1);
}
/*label影やborderを消す 必須*/
form#mailformpro label.mfp_checked {
  padding: 0!important;
  border: 0!important;
  background-color: #fff!important;
  box-shadow: none!important;
}
form#mailformpro label.mfp_not_checked {
  padding: 0!important;
  border: 0!important;
}
/*input placeholderの色を変える 必須*/
form#mailformpro input::placeholder,
form#mailformpro input:-ms-input-placeholder,
form#mailformpro input::-ms-input-placeholder,
form#mailformpro textarea::placeholder,
form#mailformpro textarea:-ms-input-placeholder,
form#mailformpro textarea::-ms-input-placeholder {
  color: #555!important;
}
/*iosフォーカス防止*/
form#mailformpro input[type=text],
form#mailformpro input[type=tel],
form#mailformpro input[type=email],
form#mailformpro select,
form#mailformpro textarea {
  font-size: 16px!important;
}
/*入力時必須背景色変更
form#mailformpro .problem {
  background-color: #f5f5f1;
}*/
/*radio checkbox大きく*/
input[type="radio"],
input[type="checkbox"]{
   -webkit-transform: scale(1.5);
   transform: scale(1.5);
   margin-right: 0.8em;
  vertical-align: baseline!important;
}

/*------------------------------
mailform
------------------------------*/
#mailform .mailform-table{
  width: 100%;
  margin: 20px 0;
}
#mailform .mailform-table tr{
  height: auto;
  border-bottom: 2px solid #555;
}
#mailform .mailform-table th {
  display: block;
  width: 100%;
  margin: 15px 0 10px;
  font-weight: bold;
  text-align: left;
}
#mailform .mailform-table th .red {
  margin-left: 10px;
  font-size: 12px;
  font-size: 1.2rem;
}
#mailform .mailform-table td {
  display: block;
  width: 100%;
  margin: 0 0 20px;
  text-align: left;
}
#mailform .radio-btns label{
  display: inline-block;
  margin-right: 1.8em;
}
#mailform .w100,
#mailform .w50,
#mailform textarea{
  width: 100%!important;
  height: auto;
  padding: 5px;
  vertical-align: middle;
  border: 1px solid #555;
}
#mailform .w50{
  max-width: 400px!important;
}
#mailform .wyubin{
  width: 200px;
  height: auto;
  margin-left: 10px;
  padding: 5px;
  vertical-align: middle;
  border: 1px solid #555;
}
#mailform .files span{
  font-size: 15px;
  font-size: 1.5rem;
}
#mailform .mfp_element_file{
  padding: 0;
  border: none;
  box-shadow: none;
  background: none;
}
#mailform .privacy h4,
#mailform .privacy p{
  text-align: center;
}
/*メール確認ボタン*/
#mailform .mailbtn {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 280px;
  height: 40px;
  line-height: 40px;
  border: 0;
  padding-right: 15px ;
  margin-top: 20px;
  background: #0f7b89;
  color: #fff;
  text-align: center;
  font-weight: bold;
  
}
#mailform .mailbtn::after {
  position: absolute;
  top: 42%;
  right: 2em;
  vertical-align: middle;
  content: "";
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .3s;
}
#mailform .mailbtn:hover::after {
  right: 1.5em;
}

/*メール確認画面*/
#mfp_overlay_inner table#mfp_confirm_table tr th{
  /*width: 100%;*/
  padding: 5px;
  background: #eee;
}
#mfp_overlay_inner table#mfp_confirm_table tr td{
  /*width: 100%;*/
  padding: 10px 5px;
}
#mfp_overlay_inner h4{
  margin-bottom: 10px!important;
  font-size: 17px!important;
  font-size: 1.7rem!important;
  text-align: center;
}

div.mfp_buttons button#mfp_button_send {
  width: 100px;
  height: 30px;
  border: 1px solid #0f7b89!important;
  background-color: #0f7b89!important;
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
}
div.mfp_buttons button#mfp_button_send:hover {
  opacity: 0.8;
}
div.mfp_buttons button#mfp_button_cancel {
  width: 100px;
  height: 30px;
  border: 1px solid #222;
  background-color: #fff;
  color: #222;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
}
div.mfp_buttons button#mfp_button_cancel:hover {
  background-color: #555;
  color: #fff;
}


/**************************************************
thanks 404　共通
***************************************************/
/* Kv */
#error .kv-box .kv{
  background-image: url(../images/contact/kv-contact.png);
}
#error .text-box,
#thanks .text-box{
  padding: 30px 0 40px;
}
#error .con-box h3,
#thanks .con-box h3,
#error .text-box p,
#thanks .text-box p{
  text-align: center;
}
/**************************************************
個人情報保護方針
***************************************************/
#privacy .kv-box .kv{
  background-image: url(../images/privacy/kv-privacy.png);
}
#privacy .con-box .box{
  padding: 5% 0;
}
#privacy .con-box h3{
  color: #ca3929;
  text-align: center;
  font-size: 30px;
  font-size: 3.0rem;
}
/* 2023.5.10 アクセシビリティ対応のためHTMLからCSSで枠線を調整 */ 
#privacy .box table{
  border: solid 2px #000;
}
#privacy .box table th{
  border: solid 1px #000;
}
#privacy .box table td{
  border: solid 1px #000;
  padding: .1rem 1rem .1rem 1rem;
}
/**************************************************
個人情報利用規約
***************************************************/
/* 2023.5.10 アクセシビリティ対応のため調整
.personal_terms .box h5{
	margin-top: 20px;
}
*/
.personal_terms .box h4{
  /* text-align: center; */
  font-size: 20px;
  font-size: 2.0rem;
  margin-top: 20px;
}