@charset "utf-8";
/*
Theme Name: Lightning Child
Theme URI: https://lightning.vektor-inc.co.jp/
Template: lightning
Description: Lightningは厳しい審査を通過したWordPress公式ディレクトリ登録テーマです。
Author: LINK GATE
Tags: 
Version: 0.1.2
*/
html,body{
  height: 100%;
  margin: 0;
}
ol,ul,li {
list-style: none;
margin:0;
padding: 0;
}
li a, p a{
   text-decoration: none;
   text-decoration-style: none;
   text-underline-offset: 0px;
}
body {
	width:100%;
	font-family: "IBM Plex Sans JP", sans-serif;
	font-weight: 400;
	font-style: normal;
	margin:0;
    padding:0;
    color:#000000;
    line-height:1.7;
    position: relative;
    font-size: 16px;
}
p{
   font-size: 16px;
}
.zen_reg{
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.zen_bold{
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-style: normal;
}

/* Contact Form7スマホ・タブレット用カスタマイズ */
@media(max-width:850px){
/* テーブルの見出しとフォーム */
table.inquiry th,table.inquiry td {
   display:block;
   padding:1em 0!important;
   width:100%;
   border:0;
}

/* 送信ボタン */
input.wpcf7-submit{
   margin-bottom:30px;
   width:100%;
}
}

/* 日付タグ上のテキストをPCとスマホで変更 */
@media(max-width:900px){
.pcdate{
   display: none;
}
}
@media(min-width:1000px){
.spdate{
   display: none;
}
/* 日付タグの幅を調整 */
.wpcf7-date.dateform{
   width: 25%;
}
}

/* Contact Form7全体カスタマイズ */
.contact_form_wrap {
    background: #f9f9f9;
    padding: 40px;
    margin-bottom: 80px;
}
.contact_form_wrap table {
    border-collapse: collapse;
    border-spacing: 0;
    border: none !important;
}
.contact_form_wrap table p,.contact_form_wrap table input{
	margin-bottom:0;
}
.contact_form_wrap table th {
    width: 30%;
    text-align: left;
    padding: 20px;
    border-bottom: solid 1px #cccccc;
    vertical-align: middle;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
}
.contact_form_wrap table td {
    width: 70%;
    text-align: left;
    padding: 30px 20px;
    border-bottom: solid 1px #cccccc;
    vertical-align: middle;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
}
.contact_form_wrap .haveto{
    font-size: 14px;
    color: #ff5555;
    margin-left: 10px;
}
.contact_form_wrap .any{
    color: #0371b1;
    font-size: 14px;
    margin-left: 10px;
}
.contact_form_wrap table .privacy_item {
    background: #ffffff;
    padding: 20px;
    margin: 15px 0;
    height: 150px;
    overflow-y: auto;
    border: solid 1px #cccccc;
}
.contact_form_wrap table .privacy_item .privacy_text p{
    font-size: 12px;
    margin-bottom: 10px;
}
.contact_form_wrap .submit_wrap{
	margin:40px 0px 0px;
}
.contact_form_wrap .submit_wrap p{
    display: flex;
    justify-content: center;
}
.contact_form_wrap table .form_mar_bottom {
    margin-bottom: 0px;
    display: block;
}
/* 送信ボタンマウスホバー時 */
.wpcf7-submit:hover{
   opacity: 0.8;
   transition: 0.3s;
}

/* フォーム上部に表示されるエラーメッセージを非表示 */
.screen-reader-response {
    display: none;
}

/* フォーム内エラーメッセージを赤色に指定 */
.wpcf7-not-valid-tip {
    color: #e92323;
}

/* reCAPTCHAの保護マークの非表示 */
.grecaptcha-badge { visibility: hidden; }

/*---Contact Form7カスタマイズここまで--*/


/*-------------------------------------------*/
/*	全体リンクのホバー設定
/*-------------------------------------------*/
a,a:hover{transition: .5s;}
a img {
    -webkit-transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out;
    -ms-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
}
a:hover,a:hover img {
    opacity: 0.8;
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
    /* IE lt 8 */
    -ms-filter: “alpha(opacity=80)”;
    /* IE 8 */
}

/*-------------------------------------------*/
/*	ボタン・タイトル・色　共通箇所
/*-------------------------------------------*/
.postion_re{
	position:relative;
}
.text_center{
	text-align:center;
}
.main_btn a {
    width: 230px;
    height: 60px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(90deg, #f3ac30, #e56721);
    color: #ffffff !important;
    border-radius: 60px !important;
    font-weight: bold;
    padding-top: 18px;
}
.line_arrow_btn {
    color: #e56622;
    font-size: 18px;
    font-weight: 500;
    text-align: right;
    display: block;
    position: relative;
    padding-right: 60px;
}
.line_arrow_btn:after {
    content: '';
    display: inline-block;
    width: 46px;
    height: 10px;
    background-image: url(images/orange_arrow.png);
    background-size: contain;
    /* vertical-align: middle; */
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    margin-bottom: 6px;
    right: 0;
}
.color_orangegra_text {
    background-image: linear-gradient(90deg, #f3ac30, #e56721);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    margin-right: 5px;
}
.main_title_orange_wrap,.main_title_white_wrap{
	text-align:center;
}
.main_title_orange,.main_title_white{
    line-height: 1.4;
    margin-bottom: 30px;
}
.main_title_orange .en_text{
	color:#f3a930;
	font-size:18px;
	font-weight:500;
	font-family: "Montserrat", sans-serif;
	display:block;
}
.main_title_orange .jp_text{
	color:#e66d23;
	font-size:28px;
	font-weight:bold;
	display:block;
}
.main_title_white .en_text{
	color:#ffffff;
	font-size:18px;
	font-weight:500;
	font-family: "Montserrat", sans-serif;
	display:block;
}
.main_title_white .jp_text{
	color:#ffffff;
	font-size:28px;
	font-weight:bold;
	display:block;
}
.sub_title_black_wrap,.sub_title_white_wrap{
	text-align:center;
}
.sub_title_black,.sub_title_white,.sub_title_black_s,.sub_title_white_s{
    margin-bottom: 30px;
}
.sub_title_black{
	font-size:24pxm;
	color:#000000;
}
.sub_title_white{
	font-size:24px;
	color:#ffffff;
}
.sub_title_black_s{
	font-size:21px;
	color:#000000;
}
.sub_title_white_s{
	font-size:21px;
	color:#ffffff;
}
/*-------------------------------------------*/
/*	ヘッダー
/*-------------------------------------------*/
.site-header {
    height: 100px;
    box-shadow: none;
    position: fixed;
    background: #ffffff;
    top: 0;
}
#header-top .container, #site-header-container.container {
    max-width: 100%;
    min-width: 1140px;
    height: 100%;
}
.header-top ul>li>a, .header-top ul>li>span {/*ヘッダートップのTELの文字を大きく*/
    font-size: 16px;
}
.site-header--layout--nav-float .site-header-container {
   align-items: center;
}    

/*-------------------------------------------*/
/*	グローバルメニュー
/*-------------------------------------------*/
.global-nav-list>li .global-nav-name {
    font-size: 16px;
	}
.device-pc .global-nav-list>li>a {
    padding: 10px 3em; line-height:1.7;
}
.global-nav-list>li:hover:before, .global-nav-list>li[class*=current]:where(:not(.menu-item-anchor)):before {
    display: none;
}
.device-pc .global-nav-list>li>a {
    padding: 10px 1.5em;
}
.global-nav-list>li .current_page_item a{

}
   
/*-------------------------------------------*/
/*	Top
/*-------------------------------------------*/
.home .site-body-container{
    padding-top: 100px;
}
.mv_area {
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}
.mv_area.alignfull div[class*=__inner-container]{
    max-width: 100%!important;
    margin: 0 40px!important;
}
.mv_area .mv_text_area {
    position: absolute;
    bottom: 0;
    margin-bottom: 40px;
    right: 0px;
    margin-right: 20px;
}
.mv_area .mv_text_area .mv_h2_wrap{
    display: flex;
    justify-content: end;
}
.mv_area .mv_text_area h2.mv_title {
    font-size: 42px;
    background-color: rgba(255, 255, 255, 0.7);
    margin-bottom: 30px;
    color: #e66d23;
}
.mv_area .mv_text_area p.text_wrap {
    text-align: right;
    margin-bottom: 15px;
}
.mv_area .mv_text_area .bk_w {
    font-size: 22px;
    background-color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0px;
    display: inline-block;
    font-weight: 500;
    padding: 8px 5px 5px;
}
.top_our_vision{
    padding: 0 30px!important;
}
.top_feature_item_wrap .top_feature_item .number {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 32px;
    color: #e56622;
    font-weight: bold;
    margin-top: 10px;
    margin-left: 20px;
}
	
/*-------------------------------------------*/
/*	下層ページ
/*-------------------------------------------*/
.site-body {
        padding: 3.5rem 0 0rem;
    }
.archive .site-body,.blog .site-body,.single .site-body{
        padding: 3.5rem 0 4rem;
    }  
.page-header {
    margin-top: 100px;
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
    border-radius: 30px;
    overflow: hidden;
    min-height: 18rem;
    background-attachment: inherit!important;
}
.page-header .page-header-text{
    margin-top: 10px;
}
h1.entry-title,h1.archive-header-title{
	font-size:24px;
	}
.tlBd,.widget-title.sub-section-title{
	border-left: solid 5px var(--vk-color-primary); padding-left:15px;
	}

/***求職者の方***/
.list_item_area{
    background: #f5f5f5;
    padding: 40px;
}
.list_item_area ul li{
    font-weight: 500;
    font-size: 18px;
}
.vk_flow .vk_flow_frame_image {
    max-width: 250px;
}
.vk_flow .step_number{
    color: #e66d23;
}
.vk_faq .vk_faq_title p:last-child {
    padding-top: 5px;
}
.vk_faq .vk_faq_content p:last-child {
    padding-top: 5px;
}

/***企業の方***/
.for-business_contents01 .item_box{
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .12);
    border-radius: 5px;
    padding: 20px;
	position:relative;
}
.for-business_contents01 .item_box h4{
    border-left: solid 3px;
    padding-left: 10px;
    padding-bottom: 3px;
}
.for-business_contents01 .item_box .item_number {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    display: block;
    font-size: 40px;
    margin-top: -48px;
    color: #e66d23;
}
.for-business_contents01 .item_box figure{
	margin-bottom:0px;
}
.for-business_contents01 .item_box .leftbox .text{
	margin-bottom:0;
	margin:0;
}

/***LINKGATEについて***/
.message_area .white_bk{
    background-color: #ffffffad;
    padding: 60px;
    text-align: center;
}
.company_info_area table td{
    padding: 20px 15px 15px;	
}
.company_info_area table td:first-child {
    width: 300px;
    font-weight: 500;
}
.company_info_area  .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #fcf7ee;
}

/*-------------------------------------------*/
/*	求人情報一覧
/*-------------------------------------------*/
.recruitment_info_item_area ul.recruitment_info_item_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin-bottom: 4rem;
}
.recruitment_info_item_area ul.recruitment_info_item_wrap li {
    width: calc((100% - 4rem) / 3);
    text-align: center;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .12);
}
.recruitment_info_item_area ul.recruitment_info_item_wrap li .bottom_contents {
    padding: 20px 20px 15px;
    text-align: left;
    background: #ffffff;
}
.recruitment_info_item_area ul.recruitment_info_item_wrap li .bottom_contents a{
	width:100%;
	height:100%;
	display:block;
}
.recruitment_info_item_area ul.recruitment_info_item_wrap li .bottom_contents a .recruitment_icon {
    background: #0371b1;
    color: #ffffff;
    font-size: 12px;
    width: 63px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 24px;
    padding-top: 2px;
    border-radius: 3px;
    margin-right: 10px;
}
.recruitment_info_item_area ul.recruitment_info_item_wrap li .bottom_contents a:hover{
	opacity:0.7;
	color:#000000;
}
.recruitment_info_item_area ul.recruitment_info_item_wrap li .bottom_contents h4.title{
    font-size: 18px;
    margin-bottom: 10px;
}
.recruitment_info_item_area ul.recruitment_info_item_wrap li .bottom_contents p {
    margin-bottom: 0;
    display: flex;
    margin-bottom: 5px;
}
.recruitment_info_item_area ul.recruitment_info_item_wrap li .item_img {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    padding-top: 64%;
    background-size: cover;
    background-position: center;
}
.post-type-archive-recruitment_info .main-section--col--two {
        width: 100%;
        float: left;
    }
.post-type-archive-recruitment_info .sub-section--col--two {
        width: var(--vk-width-col-2-sub);
        float: right;
        display: none;
    }

/***ページネーション***/
.nav-links a.page-numbers{
    width: 30px;
    height: 30px;
    background: #e66d23;
	border:solid 1px #e66d23;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    padding-top: 3px;
    color: #ffffff;
    font-weight: 500;
    margin: 0 5px;
}
.nav-links span{
    width: 30px;
    height: 30px;
    background: #ffffff;
	border:solid 1px #e66d23;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    padding-top: 3px;
    color: #e66d23;
    font-weight: 500;
    margin: 0 5px;
}
.single-recruitment_info .vk_posts.next-prev{
    margin-top: 40px;
}

/*-------------------------------------------*/
/*	お知らせ
/*-------------------------------------------*/
h1.entry-title, h1.archive-header-title {
    padding: 3px 0px 5px 10px;
    font-size: 24px;
    border-left: solid 4px #e66d23;
    /* padding-bottom: 10px; */
    margin-bottom: 10px;
    padding-left: 10px;
}
.vk_posts .vk_post_imgOuter_singleTermLabel{
	color: #fff;
    background-color: #0371b1;	
}
.recruitment_table {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0;
}
.recruitment_table th,
.recruitment_table td {
  border: 1px solid #ddd;
  padding: 15px;
}
.recruitment_table th {
  width: 180px;
  background: #f7f7f7;
  text-align: left;
}
.recruitment_thumbnail {
  margin-top: 40px;
}
.recruitment_thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

/*-------------------------------------------*/
/*	CTA
/*-------------------------------------------*/
.cta_wrap .cta_inner_area{
	margin-bottom:0!important;
}
.cta_wrap .cta_inner_area .rightbox{
    display: flex;
    align-items: end;
}
.cta_wrap .cta_inner_area .cta_text{
	font-size:18px;
	margin-bottom:0!important;
}
.cta_btn {
    width: 300px;
    height: 60px !important;
    display: flex;
    justify-content: start;
    align-items: center;
    background-image: linear-gradient(90deg, #f3ac30, #e56721);
    color: #ffffff !important;
    border-radius: 60px !important;
    font-weight: bold;
    position: relative;
    padding: 5px 20px 0;
}
.cta_btn:after {
    content: '';
    display: inline-block;
    width: 40px;
    height: 10px;
    background-image: url(images/white_arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 20px;
}

/*-------------------------------------------*/
/*	フッター
/*-------------------------------------------*/
footer {
  background: rgba(236, 148, 100, 0.8);
  position: relative;
  overflow: visible;
}
footer::after {
    content: "";
    position: absolute;
    right: 0;
    top: -10px;
    height: calc(100% + 10px);
    background-image: url(images/footer_bk_logo.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center bottom;
    aspect-ratio: 5.2 / 5;
    margin-right: 58px;
	opacity: 0.6;
}
footer .footer_inner_contents{
    z-index: 99;
    position: relative;
}
footer ul li {
    list-style: none;
    margin-top: 0!important;
}
.footer_right_contents .footer_menu01, .footer_right_contents .footer_menu02 {
    display: flex;
    gap: 20px;
    margin-bottom: 10px;
    justify-content: end;
}
footer .copyright_area {
    border-top: solid 1px #ffffff;
    padding: 10px 0;
    text-align: right;
    font-size: 12px;
}
.site-footer {
    font-size: 16px;
    position: relative;
}
.site-footer .line_height15{
    line-height: 1.5;
}
.site-footer .mb_20{
	margin-bottom:20px;
}
.footer_left_contents p{
	font-size:14px;
}
.site-footer-copyright{
	display:none;
}
footer .footer_right_bottom{
    text-align: right;
    font-size: 14px;
    margin-top: 40px;
}

/*-------------------------------------------*/
/*	お問い合わせ
/*-------------------------------------------*/
input.wpcf7-form-control.wpcf7-submit {
    width: 50%;
    height: 60px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(90deg, #f3ac30, #e56721);
    color: #ffffff !important;
    border-radius: 60px !important;
    font-weight: bold;
    /* padding-top: 18px; */
    border: none;
}

/*-------------------------------------------*/
/*	モバイルメニュー/ハンバーガーボタンを丸く
/*-------------------------------------------*/

.vk-mobile-nav-menu-btn,
.vk-mobile-nav-menu-btn.menu-open,
.menu-toggle {
  width: 44px;             /* ボタン幅 */
  height: 44px;            /* ボタン高さ */
  border-radius: 50%;      /* 完全な丸形 */
  background-color: var(--vk-color-custom-2); /* 背景色：変更可 */
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
  }
div#vk-mobile-nav-menu-btn::after { /* 3本線アイコン */
  content: '\f0c9';
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  font-size: 26px;
  color: #e66d23;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 52px;
  width: 44px;
  text-align: center;
  text-indent: 0;
  }
div#vk-mobile-nav-menu-btn.menu-open::after {/* オープン後のアイコン */
        content: "\f00d";
    }
.vk-mobile-nav-menu-btn,.vk-mobile-nav-menu-btn.menu-open,
.vk-mobile-nav-menu-btn:hover,.vk-mobile-nav-menu-btn.menu-open:hover,
.menu-toggle:hover{/* デフォルトのボーダーと背景画像を削除 */
  border:none;
  background-image:none;
  }
.vk-mobile-nav-menu-btn:hover,
.menu-toggle:hover {/* ホバー・アクティブ時の色 */
  background-color: var(--vk-color-custom-2); 
  }
#vk-mobile-nav {/*モバイルメニュー背景色*/
        background-color: #f3f3f3;
    }
.vk-mobile-nav nav ul li a {
    font-weight: bold;
    font-size: 16px;
    padding-top: 1.1em;
}

/* ============================================
   iOS Safari/Chrome 修正
   ============================================ */

/* Font Awesome 7対応: ハンバーガーメニューアイコン修正 */
div#vk-mobile-nav-menu-btn::after {
  font-family: "Font Awesome 7 Free" !important;
}

/* iOS Safari/Chrome: background-attachment:fixedの拡大表示バグを修正 */
@media (max-width: 991.98px) {
  .page-header {
    background-attachment: scroll !important;
    background-position: center center !important;
  }
}
.pc_hidden680{
		display:block;
	}
.sp_hidden680{
		display:none;
	}

/* ============================================
   レスポンシブ
   ============================================ */
@media (max-width: 1200px) {
#header-top .container, #site-header-container.container {
    min-width: 100%;
}
.device-pc .global-nav-list>li>a {
    padding: 10px 1em;
}
.main_btn a {
    width: 190px;
    height: 50px !important;
}
.footer_right_contents .footer_menu01, .footer_right_contents .footer_menu02 {
    gap: 15px;
	}
}
@media (max-width: 991.98px) {
.site-header {
	height: 60px;
}
#header-top .container, #site-header-container.container {
    display: flex;
    align-items: center;
}
.home .site-body-container {
    padding-top: 60px;
}
.page-header{
	margin-top: 60px;
	min-height: 12rem;
}
.mv_area .mv_text_area {
        margin-bottom: 25px;
        margin-left: 0px;
        margin-right: 0px;
    }    
.mv_area .mv_text_area h2.mv_title {
    font-size: 38px;
    margin-bottom: 20px;
    display: inline-block;
}
.mv_area .mv_text_area .bk_w {
    font-size: 21px;
}
.mv_area.wp-block-cover{
    min-height: auto;
	}
.vk-mobile-nav .main_btn a{
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 1.1em;
}
.footer_right_contents .footer_menu01, .footer_right_contents .footer_menu02 {
        display: block;
        text-align: right;
    }
.contact_form_wrap {
    padding: 15px;
}
.contact_form_wrap table th {
        width: 100%;
        display: block;
        border-bottom: none;
        padding: 15px 0px 0px 0px;
    }
.contact_form_wrap table td {
        width: 100%;
        display: block;
        padding: 10px 0 15px 0px;
    }
}
@media (max-width: 780px) {
.sub_title_white_s {
    font-size: 18px;
	}
.line_arrow_btn {
    font-size: 15px;
	}
.pc_hidden680{
		display:none;
	}
.sp_hidden680{
		display:block;
	}
body {
    font-size: 14px;
}
.site-body {
    padding: 2rem 0 0rem;
}
.mv_area .mv_text_area h2.mv_title {
    font-size: 24px;
	margin-bottom: 15px;
	}
    .mv_area .mv_text_area .bk_w {
        font-size: 16px;
		padding: 3px 6px 0px;
    }
.top_our_vision{
	display:flex;
	flex-wrap:wrap;
}	
.top_our_vision .wp-block-media-text__media{
	order:2;
}
.top_our_vision .wp-block-media-text__content {
        order: 1;
        padding: 0;
        margin-bottom: 20px;
    }
.recruitment_info_item_area ul.recruitment_info_item_wrap {
    display: block;
	}
.recruitment_info_item_area ul.recruitment_info_item_wrap li {
    width: 100%;
    margin-bottom: 30px;
}
.wp-block-buttons>.wp-block-button.main_btn {
    width: 100%!important;
}
.top_feature_item p br{
		display:none;
	}
.cta_wrap .cta_inner_area .cta_text {
    font-size: 16px !important;
}
.cta_wrap .has-huge-font-size.cta_title{
    font-size: 24px;
}
.footer_right_contents .footer_menu01, .footer_right_contents .footer_menu02 {
    display: block;
    padding-left: 0;
}
.top_our_vision {
    padding: 0 15px !important;
}
.list_item_area {
    padding: 15px;
	gap: 0;
}
.list_item_area ul li {
    font-size: 16px;
}
.footer_right_contents .footer_menu01, .footer_right_contents .footer_menu02 {
        text-align: left;
        padding-left: 0;
    }
.contact_form_wrap .submit_wrap p {
    display: block;
}
input.wpcf7-form-control.wpcf7-submit {
        width: 100%;
        height: 50px !important;
        margin-bottom: 0;
    }
footer .footer_right_bottom {
    text-align: left;
    font-size: 13px;
    margin-top: 0px;
}
.mv_area .mv_text_area p.text_wrap {
    text-align: right;
    margin-bottom: 5px;
}
.mv_area.alignfull div[class*=__inner-container] {
    max-width: 100% !important;
    margin: 0 20px !important;
}
}
@media (max-width: 560px) {
p {
    font-size: 14px;
}
.font_18{
	font-size:18px!important;
	}	
.main_title_orange, .main_title_white {
    line-height: 1.4;
    margin-bottom: 20px;
}
.page-header {
    width: calc(100% - 20px);
    border-radius: 15px;
	}
.mv_area .mv_text_area h2.mv_title {
        font-size: 18px;
        margin-bottom: 10px;
    }
.mv_area .mv_text_area .bk_w {
        font-size: 13px;
        line-height: 1.4;
    }
    .mv_area .mv_text_area {
        margin-bottom: 18px;
        margin-right: -5px;
    }
.has-regular-font-size {
    font-size: 14px;
}
.site-footer {
    font-size: 14px;
}
.cta_wrap .has-huge-font-size.cta_title {
        font-size: 20px;
    }
.main_title_orange .jp_text {
    font-size: 24px;
	}
.archive .site-body{
    padding: 3.5rem 0 0rem;
}
.top_guarantees{
		padding-top:30px!important;
		padding-bottom:30px!important;
	}
.message_area .white_bk {
    padding: 15px;
    text-align: left;
}
.company_info_area table td:first-child {
        width: 100%;
        display: block;
        padding: 15px 15px 0px;
    }
.company_info_area table td {
        padding: 0px 15px 15px;
        display: block;
        width: 100%;
    }
.has-large-font-size {
    font-size: 20px !important;
}
.vk_flow .vk_flow_frame {
	padding: 15px 15px;
	}
.vk_flow .vk_flow_frame_image {
    max-width: 100%;
}
}