@charset "UTF-8";
/* CSS Document */

html{
	font-size: 18px;
}

body{
	color: #111111;
	font-family: 'Montserrat','Zen Kaku Gothic New',sans-serif;
	font-size: 18px;
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
	line-height: 2;
	margin: 0;
}

a{
	color: #111111;
	text-decoration: none;
}

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

ul {
  list-style: none;
}

*,*:before,*:after{
	box-sizing: border-box;
}

/*---------------------------
*
*  utility
*
---------------------------*/
.sp_img{
	display: none;
}

.spsp_img{
	display: none;
}

.fadein{
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
}

.error_404{
	width: 630px;
	margin: 0 auto;
	padding: 180px 0;
}

/*---------------------------
*
*  header
*
---------------------------*/
.header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 180px;
	z-index: 999;
	background-color: #fff;
	padding-left: 50px;
	padding-right: 50px;
}

.header_logo{
	margin: 50px 0 0;
    width: 145px;
	height: 78px;
}

.text_headerlogo{
    line-height: 1;
    font-size: 16px;
    font-weight: 300;
    position: absolute;
    top: 74px;
    left: 52px;
	letter-spacing: 0.35em;
	width: 150px;
	text-align: center;
}

.header_nav{
	position: fixed;
	top: 0;
	right: 50px;
}

/*---------------------------
*
*  navigation
*
---------------------------*/
.nav_list{
	display: flex;
    height: 41px;
	align-items: center;
	margin: 69.5px 0;
	padding: 0;
}

.nav_item_link{
	margin:auto 0 auto 50px;
	text-align: center;
}

.nav_ja{
	line-height: 1;
	font-size: 10px;
}

.nav_en{
	line-height: 1;
	font-size: 18px;
	text-transform: uppercase;
}

.nav_item_link>a{
	color: #111111;
}

.nav_item_link>a:hover{
	color: #FF0031;
	text-decoration: underline;
}

.fa-twitter.hd{
	font-size: 20px;
}

.fa-instagram.hd{
	font-size: 20px;
}

/*---------------------------
*
*  hero-image
*
---------------------------*/
.hero_image{
	width: 100%;
	padding-top: 180px;
}

.hero_kv img{
	width: 100%;
	vertical-align: top;
}

.header_title_outer{
	position: absolute;
	top: 280px;
	right: 50px;
	/*--------webkit-transform : translate(-48%,-30%);
	transform : translate(-48%,-30%);--------*/
	z-index: 10;
}

.header_title{
	font-size: 30.5px;
	color: #ffffff;
	font-weight: 700;
	line-height: 1.7;
}

/*---------------------------
*
*  footer
*
---------------------------*/
.footer{
	background-color: #FAFBFC;
	padding: 50px 0 100px;
}

.footer_item{
	width: 1000px;
	margin: 0 auto;
	font-size: 14px;
	color: #00407D;
}

.footer_item>a:hover{
	text-decoration: underline;
}

.f_nav_item_link>a:hover{
	text-decoration: underline;
}

.footer_flex{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.f_link_item{
	color: #00407D;
	text-align: center;
	line-height: 1;
	font-size: 18px;
	display: block; 
}

.f_adress_outer{
	width: 430px;
}

.f_link_item.group_c{
	text-transform: uppercase;
	text-align: center;
}

.f_t_outer{
	width: 68px;
}

.f_i_outer{
	width: 100px;
}

.f_c_outer{
	width: 190px;
}

.f_mark{
	padding-top: 25px;
}

.f_sns{
	font-size: 40px;
	width: 40px;
    display: block;
    margin: 0 auto;
}

.f_privacy{
	color: #00407D;
	line-height: 1;
}

.copy{
	font-size: 11px;
	display: block;
	line-height: 1;
	padding-top: 8px;
}

/*---------------------------
*
*  btn
*
---------------------------*/
.btn_text{
	display: block;
	width: 290px;
	padding: 20px 50px;
	color: #000000; 
	border: solid 2px #000000;
	cursor:pointer;
	text-align: center;
	margin: 0 auto;
	line-height: 1;
}

.btn_text:hover{
	background-color: #666666;
	color: #ffffff;
	border: solid 2px #666666;
}

.btn_text_w{
	display: block;
	width: 290px;
	padding: 30px 50px;
	color: #ffffff; 
	border: solid 2px #ffffff;
	cursor:pointer;
	text-align: center;
	margin: 0 auto;
	line-height: 1;
}

.btn_text_w:hover{
	background-color: #ffffff;
	color: #000000;
}

.more{
	text-transform: uppercase;
}

.fa-chevron-right{
	padding-left: 20px;
}

.page_back_btn{
	color: #00407D;
	display: block;
	width: 290px;
	margin: 0 auto 140px;
	background-color: #ffffff;
	padding: 20px 50px;
	border: solid thin #00407D;
	cursor:pointer;
	line-height: 1;
	text-align: center;
}

.page_back_btn:hover{
	color: #fff;
	background-color: #00407D;
}

.fa-angle-left{
	padding-right: 20px;
}


.check_btn{
	color: #00407D;
	display: block;
	width: 290px;
	margin: 0 auto;
	padding: 20px 0;
	border: solid 2px #00407D;
	cursor:pointer;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 400;
	line-height: 1;
	font-size: 14px;
	background-color: #F0F8FF;
}

.check_btn:hover{
	background-color: #00407D;
	color: #ffffff;
	border: solid 2px #00407D;
}

.red_btntext{
	color: #FF0031;
	display: block;
	width: 290px;
	margin: 0 auto;
	background-color: #fff;
	padding: 20px 0;
	line-height: 1;
	border: solid thin #F7192B;
	cursor:pointer;
}

.red_btntext:hover{
	color: #fff;
	background-color: #FF0031;
}

/*---------------------------
*
*  common_kv
*
---------------------------*/
.common_t_outer{
	width: 100%;
	padding: 60px 0;
	margin-top: 180px;
}

.common_t_b{
	width: 900px;
	margin: 0 auto;
	padding: 30px;
	border: solid 2px #00407D;
}

.common_t_red{
	padding: 60px 0;
	width: 100%;
	border: solid 2px #FF1F1C;
}

.common_title{
	font-size: 80px;
	color: #0069CE;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
}

/*---------------------------
*
*  home
*
---------------------------*/
.h_w_outer{
	width: 1500px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding: 280px 0;
}

/*--------------About us-------------*/

.h_about_outer{
	width: 570px;
}

.h_t_1_outer{
	padding: 20px;
	border: solid 2px #00407D;
}

.h_t_1_red{
	padding: 30px;
	border: solid 2px #FF1F1C;
}

.h_title_1{
	font-size: 80px;
	color: #0069CE;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	text-align: center;
}

.a_text{
	width: 520px;
	margin: 0 auto;
	padding-top: 80px;
	text-align: justify;
}

.a_pic_outer{
	margin-top: 160px;
}

/*--------------Service--------------*/
.h_s_bg{
	width: 100%;
	padding: 205px 50px 280px;
	background-color: #00407D;
}

.reverse{
	flex-direction: row-reverse;
}

.h_s_width{
	width: 1500px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.h_s_outer{
	width: 500px;
	padding-top: 75px;
}

.h_title_2{
	font-size: 80px;
	color: #ffffff;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	text-align: center;
}

.h_t_2_outer{
	padding: 20px;
	border: solid 2px #ffffff;
}

.h_t_2_w{
	padding: 30px;
	border: solid 2px #ffffff;
}

.h_s_text{
	width: 460px;
	margin: 0 auto;
	color: #ffffff;
	padding: 80px 0;
}

/*--------------info--------------*/
.h_info_outer{
	width: 570px;
}


.i_pic_outer{
	margin-top: 100px;
}

/*-------新着情報2件とってくる------*/
.h_news_all_outer{
	padding: 50px 0 0;
}

.t_n_o{
	padding-top: 50px;
}

.top_news_linkouter{
	padding: 50px 0;
}

.top_news_linktitle_outer{
	border-bottom: solid 1.5px #111111;
	width: fit-content;
}

/*-------/新着情報2件とってくる------*/



.insta_outer{
	width: 1000px;
	height: 668px;
	margin: 50px auto;
	display: flex;
	justify-content: space-between;
}

.instagram-media{
	height: 668px;
}

.instagram-media.i_space{
	margin: 0;
}

/*--------------Contact--------------*/
.h_c_bg{
	width: 100%;
	padding: 235px 0;
	background-image: url("../images/home/home_contact.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.h_c_text_outer{
	width: 545px;
	margin: 0 auto;
}


.h_c_text{
	color: #ffffff;
	text-align: center;
	line-height: 1;
	padding-top: 30px;
}

/*---------------------------
*
*  service
*
---------------------------*/
.s_top_text{
	padding: 160px 0;
	width: 900px;
	margin: 0 auto;
	text-align: center;
}

.service_bg{
	background-color: #00407D;
	width: 100%;
	padding: 160px 0;
}

.service_flex{
	width: 1500px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.service_titletext_outer{
	width: 610px;
}

.s_number{
	font-size: 100px;
	color: #FF1F1C;
	font-weight: 700;
	line-height: 1;
	padding-bottom: 50px;
}

.s_title_w{
	font-size: 60px;
	color: #ffffff;
	font-weight: 500;
	line-height: 1;
}

.s_title_w_sub{
	font-size: 32px;
	color: #ffffff;
	font-weight: 500;
	line-height: 1.4;
	padding: 80px 0;
}

.s_text_w{
	color: #ffffff;
	font-weight: 400;
	text-align: justify;
}

.service_bgw{
	width: 100%;
	padding: 160px 0;
}

.s_title_b{
	font-size: 60px;
	color: #00407D;
	font-weight: 500;
	line-height: 1;
}

.s_title_b_sub{
	font-size: 32px;
	color: #00407D;
	font-weight: 500;
	line-height: 1.4;
	padding: 80px 0;
}

.s_text_b{
	text-align: justify;
}

.service_pic_outer{
	padding-top: 150px;
}

.service_pic_outer>img{
	width: 100%;
	vertical-align: top;
}

.s_5_text{
	padding-top: 40px;
}

/*---------------------------
*
*  company
*
---------------------------*/
.c_item_outer{
	padding-bottom: 160px;
}

.c_sub_title_outer{
	padding: 160px 0;
}

.c_sub_title{
	color: #0069CE;
	font-size: 36px;
	font-weight: 400;
	line-height: 1;
	text-align: center;
}

.info_list{
	width: 900px;
	margin: 0 auto 160px;
}

.info_item{
	margin: 0;
	border-bottom: solid 1px #B1B1B1;
}

.info-title{
	flex: 0 0 auto;
	width: 160px;
	text-align: right;
	line-height: 2;
	font-weight: 400;
}

.info-detale{
	flex: 1 1 auto;
	text-align: left;
	line-height: 2;
	padding: 35px 0 35px 60px;
}

.map_outer{
	width: 900px;
	height: 450px;
	margin: 0 auto;
}

.introduction_name{
	font-size: 20px;
	line-height: 1;
	text-align: center;
}

.introduction_text_outer{
	width: 650px;
	margin: 0 auto;
	text-align: center; 
	padding: 100px 0 160px;
}
/*---------------------------
*
*  info_all
*
---------------------------*/	
.news_all_outer{
	width: 900px;
	margin: 0 auto;
	padding: 100px 0 110px;
}

.wp-show-posts-inner{
	padding-bottom: 50px;
}

.wp-show-posts-entry-header{
	display: flex;
	flex-direction: column-reverse;
}

.wp-show-posts-entry-title{
	font-weight: 400;
	text-decoration: underline;
}

.wp-show-posts-entry-date{
	font-size: 14px;
	padding-right: 30px;
}

.wp-show-posts-updated{
    display: none;
}

/*---------------------------
*
*  info_article
*
---------------------------*/
.n_a_outer{
	width: 900px;
	margin: 0 auto;
	padding: 260px 0 160px;
}

.article_title{
	font-size: 32px;
	font-weight: 400;
	line-height: 1;
	padding: 50px 0 100px;
}

.article_text{
	padding-bottom: 100px;
}


/*---------------------------
*
*  Fluent Forms
*
---------------------------*/
/*---
.fluentform.ff-default.fluentform_wrapper_3.ffs_default_wrap{
	width: 900px;
	margin: 0 auto 160px;
}

.flu_text{
	text-align: center;
	padding-bottom: 50px;
}

.ff-el-is-required>label::after{
	color: #f56c6c;
	content: " *";
	margin-left: 3px;
}

.fluentform.ff-text-center{
	text-align: center;
}

.ff-btn .ff-btn-submit .ff-btn-md .ff_btn_style{
	border: 1px solid transparent;
    border-radius: 7px;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    padding: 8px 20px;
    position: relative;
    text-align: center;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
}

.ff-btn.ff-btn-submit.ff-btn-md.ff_btn_style{
	background-color: #1a7efb;
	color: #fff;
}

.error.text-danger{
	font-size: 12px;
    margin-top: 4px;
	color: #f56c6c;
}

.flu_text_leave{
	text-align: center;
	padding: 160px 0 50px;
}

.leave_info{
	width: 630px;
	margin: 0 auto 80px;
}

.frm-fluent-form.fluent_form_4.ff-el-form-top.ff_form_instance_4_1.ff-form-loading.ffs_default{
	width: 900px;
	margin: 0 auto 80px;
}

.flu_pp_text{
	width: 600px;
	margin: 0 auto 160px;
	text-align: justify;
}---*/
/*---消してもいい
input [type="checkbox" i] {
    background-color: initial;
    cursor: default;
    appearance: auto;
    box-sizing: border-box;
    margin: 3px 3px 3px 4px;
    padding: initial;
    border: initial;
}

.ff-el-form-check-input.ff-el-form-check-checkbox{
	background-color: initial;
    cursor: default;
    appearance: auto;
    box-sizing: border-box;
    margin: 3px 3px 3px 4px;
    padding: initial;
    border: initial;
}消してもいい----*/

/*---
#checkbox_ee3f4cd773a12c5cdc4648fa224bee0b{
	background-color: initial;
    cursor: default;
    appearance: auto;
    box-sizing: border-box;
    margin: 3px 3px 3px 4px;
    padding: initial;
    border: initial;
}----*/
/*---消してもいい
.ff-el-form-control{
	height: 50px;
	margin-bottom:  30px;
}消してもいい----*/
/*---
#ff_4_dropdown{
	width: 150px;
	height: 50px;
	text-align: center;
	margin-bottom:  30px;
	border-radius: 3px;
	border: solid 1px;
}

#ff_4_dropdown_1{
	width: 150px;
	height: 50px;
	text-align: center;
	margin-bottom:  30px;
	border-radius: 3px;
	border: solid 1px;
}

.completed_message_c{
	color: #f56c6c;
	text-align: center;
	padding-bottom: 30px;
}

.completed_message{
	color: #f56c6c;
}----*/

/*---------------------------
*
*  contact
*
---------------------------*/

.tel_contact_outer{
	padding: 160px 0;
}

.tel_text{
	line-height: 1;
	font-weight: 400;
	padding-bottom: 30px;
	text-align: center;
}

.tel_number{
	line-height: 1;
	font-size: 32px;
	padding-bottom: 30px;
	font-weight: 700;
	text-align: center;

}

.time_text{
	line-height: 1;
	font-weight: 400;
	text-align: center;
	padding-bottom: 15px;
}

.week_text{
	line-height: 1;
	font-weight: 400;
	text-align: center;
}

.contact_bg{
	width: 100%;
	margin: 0;
	padding: 160px;
	background-color: #F0F8FF;
}

.contact_f_outer{
	width: 700px;
	margin: 0 auto;
}

.contact_title{
	text-align: center;
	padding-bottom: 50px;
}

.caution{
	font-size: 11px;
	color: #fff;
	background-color: #FF1F1C;
	border-radius: 2px;
	padding: 1px 2px;
	vertical-align: text-bottom;
	margin-left: 5px;
}
/*--
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="radio"],
textarea{
    width: 100%;
	padding: 12px 8px;
    border-radius: 3px;
    color: #171717;
	background-color: #fff;
    font-size: 16px;
	border: solid 1px #171717;
	margin-bottom: 50px;
}---*/


/*--
input[type="submit"]{
	color: #00407D;
	background-color: #F0F8FF;
	display: block;
	width: 290px;
	margin: 0 auto;
	padding: 20px 0;
	border: solid 2px #00407D;
	cursor:pointer;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 400;
	line-height: 1;
	font-size: 18px;
}---*/


.c_right{
	padding-left: 20px;
	vertical-align: middle;
}

.screen-reader-response{
	text-align: center;
	color: #FF0031;
	font-size: 20px;
	font-weight: 700;
	padding: 30px 0;
}

.wpcf7-response-output{
	text-align: center;
	color: #FF0031;
	font-weight: 700;
	font-size: 20px;
	padding: 30px 0;
	background-color: #F0F8FF;
}



.housename_s{
	font-size: 11px;
	display: block;
	padding-top: 5px;
}






.bg_blue{
	background-color: #F0F8FF;
}

.tel_contact_outer{
    padding: 160px 0;
}

.tel_top_text{
	line-height: 1;
    text-align: center;
	padding-bottom: 80px;
}

.tel_text{
    line-height: 1;
    padding-bottom: 60px;
    text-align: center;
}

.time_text{
    line-height: 1;
    text-align: center;
}


.mail_contact_outer{
    padding: 160px 0;
}

.contact_form_text{
	font-size: 18px;
	text-align: center;
	margin: 0 auto;
    line-height: 1;
    padding-bottom: 80px;
	font-weight: 400;
}

.form{
	width: 730px;
	margin: 0 auto;
}

.form_item{
	display: flex;
	justify-content: space-between;
	margin-bottom: 80px;
}

.form_title{
	width: 200px;
	text-align: right;
	line-height: 1;
	font-weight: 400;
	padding-top: 13px;
}

.caution{
	font-size: 11px;
	color: #fff;
	background-color: #FF2B2B;
	border-radius: 2px;
	padding: 1px 2px;
	vertical-align: middle;
	margin-left: 5px;
}

.form-detail{
	width: 520px;
	
}

.form-parts{
	width: 100%;
	padding: 12px 8px;
    border-radius: 3px;
    color: #000000;
	background-color: #fff;
    font-size: 16px;
	border: solid 1px #707070;
}

.buildname{
	font-size: 11px;
}

/*---------------------------
*
*  leave
*
---------------------------*/
.form_title_l{
	width: 200px;
	text-align: right;
	line-height: 1;
	font-weight: 400;
	padding-top: 13px;
}


.flu_text_l{
	text-align: center;
	padding-bottom: 50px;
}


.l_message{
	width: 630px;
	margin: 0 auto;
	padding-bottom: 50px;
}

.kaiyakubi_notice{
	display: block;
	font-size: 12px;
	text-align: left;
	line-height: 1.4;
}




/*--labelタグ--*/
.date-edit {
  position: relative;
}
 
/*--ボタン部分
.date-edit::before {
  background:  url(../img/now.png) no-repeat center center / cover #F7D94C;
    border: solid 5px #cdcdcd;
    content: "";
    position: absolute;
    top: -15px;
    right: -65px;
    border-radius: 28px;
    height: 50px;
    width: 50px;
}--*/
 
/*--ボックス部分--*/
input[type="date"] {
	padding: 10px;
	text-align: center;
	border-radius: 3px;
	border: 1px solid #707070;
}


 
input[type="date"]::-webkit-inner-spin-button{
  -webkit-appearance: none;
}
input[type="date"]::-webkit-clear-button{
  -webkit-appearance: none;
}

input[type="date"]::-webkit-calendar-picker-indicator{
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
  background: transparent;
  color: transparent;
  cursor: pointer;
  height: 50px;
  width: 180px;
}






.tachiaibi_notice{
	display: block;
	font-size: 12px;
	text-align: left;
	line-height: 1.4;
}

.tachiaijikan_notice{
	display: block;
	font-size: 12px;
	text-align: left;
	line-height: 1.4;
}

.tenkyosaki_notice{
	display: block;
	font-size: 12px;
	text-align: left;
	line-height: 1.4;
}

.form_title.other_reason{
	text-align: left;
}

.check-line{
	display: flex;
}

.check_item{
	width: 260px;
}

input[type=checkbox] {
    display: none;
}

.checkbox01 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
}
.checkbox01::before {
    background: #fff;
    border: 1px solid #707070;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.checkbox01::after {
    border-right: 3px solid #000;
    border-bottom: 3px solid #000;
    content: '';
    display: block;
    height: 9px;
    left: 10px;
    margin-top: -6px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 5px;
}


input[type=checkbox]:checked + .checkbox01::after {
    opacity: 1;
}




.koushinjiki{
	font-size: 12px;
	display: block;
	line-height: 1.2;
}


.kouza_text{
	text-align: center;
	padding-bottom: 50px;
}

.tachiaitime{
	height: 44px;
	font-size: 18px;
	display: inline-grid;
	text-align: center;
}

.tt_select{
	border-radius: 3px;
	border: solid 1px #707070;
}


.tachiaitime_item{
	text-align: center;
}

.l_privacy_outer{
	width: 700px;
	margin: 50px auto 0;
	text-align: justify;
}






input[type="radio"] {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  border-radius: 50%;
  vertical-align: -2px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #000;
  content: '';
}






/*--
.contact_l_text{
	padding: 80px 0 160px;
	line-height: 1.2;
}

.refundaccount_title{
	text-align: center;
	padding: 30px 0 80px;
}

.wpcf7-form-control-wrap {
    display: block;
}

.wpcf7-form-control.wpcf7-checkbox {
    display: flex;
    flex-wrap: wrap;
}
----*/

/*項目ごとの余白を調整*/
/*--
span.wpcf7-list-item {
    position: relative;
	width: 270px;
    margin: 0 50px 0 0 !important;
}

.wpcf7-list-item:last-of-type{
	padding-bottom: 30px;
	width: 290px;
}
----*/

/*項目の色や文字サイズ*/
/*--
.wpcf7-list-item-label {
    color: #111111;
    cursor: pointer;
    font-size: 18px;
}
----*/

/*既存のチェックボックスを非表示に*/
/*--
input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}
----*/

/*チェックボックスの枠*/
/*--
.wpcf7-list-item-label:before {
    content: '';
    border: 1px solid #171717;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    top: -3px;
    margin-right: 20px;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
}
----*/

/*チェックアイコン*/
/*--
input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 3px;
    width: 20px;
    height: 20px;
    background: url("https://www.winx3.co.jp/wp-content/themes/winx/images/common/checkmark.svg") no-repeat center;
    background-size: contain;
}

.l_poricy_text{
	width: 600px;
	margin: 0 auto;
	padding-top: 50px;
}

.wpcf7-select{
    margin-bottom: 50px;
	font-size: 16px;
	padding: 12px 8px;
	border-radius: 3px;
	color: #171717;
	background-color: #fff;
	border: solid 1px #171717;
	font-family: 'Zen Kaku Gothic New',sans-serif;
}
----*/














/*---------------------------
*
*  forminator
*
---------------------------*/

/*---
.forminator-edit-module{
	display: block;
	width: 290px;
	padding: 20px 50px;
	color: #0069CE; 
	border: solid 2px #0069CE;
	cursor:pointer;
	text-align: center;
	margin: 0 auto;
	line-height: 1;
}


.forminator-edit-module:hover{
	background-color: #FAFBFC;
	color: #0069CE;
	border: solid 2px #0069CE;
}--*/
/*---------------------------
*
*  privacypolicy
*
---------------------------*/
.privacy_wrap{
	padding: 100px 0 130px;
}

.privacy_message_text{
	max-width: 900px;
	margin: 0 auto 100px;
	text-align: justify;
}

.privacy_text_wrapper{
	max-width: 900px;
	margin: 0 auto;
}

.privacy_item{
	margin-bottom: 50px;
	line-height: 2;
	text-align: justify;
}

.privacy_title{
	font-size: 24px;
	font-weight: 400;
}

.privacy_list{
	list-style: inside;
}

/*---------------------------
*
*  my calendar
*
---------------------------*/
.mc-main, .mc-list {
    background: #fff;
    padding: 5px;
    border-radius: 5px;
    color: #333;
}

.mc-main caption, .mc-main .my-calendar-date-switcher, .mc-main .category-key, .mc-main .calendar-event .details,
.mc-main .calendar-events {
    background: #fff;
}

.mc-main .category-key .no-icon {
    border: 1px solid #555;
}
/*----
.mc-main caption, .mc-main .my-calendar-date-switcher, .mc-main .my-calendar-nav li a:hover, .mc-main .category-key {
    border: 1px solid #ddd;
}---*/

.mc-main .my-calendar-date-switcher {
    padding: 4px;
    margin: 0 0 10px;
}
/*--
.mc-main .my-calendar-date-switcher input, .mc-main .my-calendar-date-switcher label, .mc-main .my-calendar-date-switcher select {
    margin: 0;
    padding: 0;
}
--*/
/*--
.mc-main .my-calendar-date-switcher .button {
    font-size: .9em;
}--*/
.mc-main .my-calendar-date-switcher .button {
    display: none;
}


.mc-main .list-event .details, .mc-main td {
    border: 1px solid #eee;
}

.mc-main .calendar-event .details, .mc-main .calendar-events {
    color: #000;
}

.mc-main .my-calendar-nav li a, .mc-main .calendar-event .details, .mc-main .calendar-events {
    border: 1px solid #bbb;
}

.mc-main .list-event .details {
    background: #fafafa;
}

.mc-main .nextmonth, .mc-main .nextmonth .weekend {
    color: #777;
}

.mc-main .mc-list .odd {
    background: #e3e3e3;
}

.mc-main .odd .list-event .details {
    background: #f3f3f3;
    border: 1px solid #d3d3d3;
}

.mc-main .mc-date {
    background: #f6f6f6;
}


.mc-main .my-calendar-nav li a:hover {
    color: #000;
    border: 1px solid #00a;
}

.upcoming-events .past-event {
    color: #777;
}

.upcoming-events .today {
    color: #111;
}

.upcoming-events .future-event {
    color: #555;
}

.mc-main caption {
    margin: 2px 0;
    font-weight: 700;
    padding: 2px;
}



.mini td {
    height: auto !important;
}

.mc-main th {
    text-align: center;
    padding: 5px 0 !important;
    letter-spacing: 1px;
}

.mc-main th abbr {
    border-bottom: none;
}

.mc-main h3 a {
    text-decoration: none;
}

.mc-main h3 a:hover, .mc-main h3 a:focus {
    text-decoration: underline;
}

.mc-main h3 img {
    vertical-align: middle;
    margin: 0 3px 0 0 !important;
}

.mc-main .mc-list h3 img {
    vertical-align: middle;
}

.mc-main .list-event h3 {
    font-size: 1.2em;
    margin: 0;
}

.mc-main .calendar-event .details, .mc-main .calendar-events {
    position: absolute;
    left: 15%;
    width: 70%;
    padding: 5px;
    z-index: 3;
}

.mc-main .details .close {
    position: absolute;
    top: 8px;
    right: 8px;
    padding: 2px 2px 7px 7px;
}

.mc-main.mini .details .close {
    position: absolute;
    top: 8px;
    right: 8px;
}

.mc-main .calendar-events {
    width: 200px !important;
    left: 0px;
}

.mc-main .list-event .details {
    margin: 5px 0;
    padding: 5px 5px 0;
}

.mc-main .mc-list {
    margin: 0;
    padding: 0;
}

.mc-main .mc-list li {
    padding: 5px;
    list-style-type: none;
    list-style-image: none;
    margin: 0;
}

.mc-main .mc-date {
    display: block;
    margin: -2px -2px 2px;
    padding: 2px 4px;
}

.mc-main th {
    font-size: .8em;
    text-transform: uppercase;
    padding: 2px 4px 2px 0;
}

.mc-main .category-key {
    padding: 5px;
    margin: 5px 0;
}

.mc-main .category-key ul {
    list-style-type: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

.mc-main .category-key li {
    margin: 2px 10px;
}

.mc-main .category-key span {
    margin-right: 5px;
    vertical-align: middle;
}

.mc-main .category-key .no-icon {
    width: 10px;
    height: 10px;
    display: inline-block;
}

.mc-list li {
    text-indent: 0;
    margin: 0;
    padding: 0;
}

.mc-main .calendar-event .event-time, .mc-main .list-event .event-time {
    display: block;
    height: 100%;
    margin-right: 10px;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: .9em;
}

.mc-main p {
    line-height: 1.5;
    margin: 0 0 1em;
    padding: 0;
}

.mc-main .vcard {
    font-size: .9em;
    margin: 10px 0;
}

.mc-main .calendar-event .vcard {
    margin: 0 0 10px;
}

.mc-main {
    position: relative;
}

.mc-main img {
    border: none;
}

.category-color-sample img {
    margin-right: 5px;
    vertical-align: top;
}

.mini .my-calendar-nav ul {
    height: 2em !important;
}

.mc-main .my-calendar-nav li {
    margin: 0 1px;
    padding: 0;
    list-style-type: none !important; /* It really is pretty important. */
    list-style-image: none;
}

.mc-main .my-calendar-nav li:before {
    content: '';
}

.mc-main .my-calendar-nav li a {
    display: block;
    text-align: center;
    padding: 1px 20px;
}

.mini .my-calendar-nav li a {
    padding: 1px 3px !important;
    font-size: .7em;
}

.mc-main .my-calendar-next {
    text-align: right;
}

.mc-main.mini .my-calendar-date-switcher label {
    display: block;
    float: left;
    width: 6em;
}

.mc-main.mini .my-calendar-date-switcher {
    padding: 4px;
}

.mc-main.mini td .category-icon {
    display: none;
}

.mc-main.mini h3 {
    font-size: 1.1em;
}

.mc-main.mini .day-with-date span, .mc-main.mini .day-with-date a {
    font-size: .9em;
    padding: 1px;
    text-align: center;
}

.mc-main .mini-event .sub-details {
    margin: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 0 0;
    margin-bottom: 5px;
}

.mc-main .mini-event .details img {
    width: 100%;
}

.mc-main .list-event .details img {
    width: auto;
    max-width: 100%;
}

.mc-main.mini .day-with-date a {
    display: block;
    margin: -2px;
    font-weight: 700;
    text-decoration: underline;
}

.mini td {
    height: auto !important;
}

.mini .my-calendar-nav ul {
    height: 2em !important;
}

.mini .my-calendar-nav li a {
    padding: 1px 3px !important;
    font-size: 10px;
}

.mc-main .nextmonth {
    background: #f6f6f6;
    color: #888;
}

.mc-main .my-calendar-nav {
    position: relative;
}

.mc-main .nextmonth .event-title {
    opacity: .7;
}

.mc-main .nextmonth .mc-date {
    background: #eee;
}

.mc-main .nextmonth .weekend {
    color: #888;
}

.mc-main .vcard, #mc_event .vcard {
    font-size: .9em;
    background: #f6f6f6;
    padding: 10px;
    float: right;
}

.screen-reader-text {
    position: absolute;
    left: -999em;
}

.mc-export.mc-subscribe{
	display: none;
}

.mc-main .my-calendar-nav ul {
	font-size: 14px;
    margin: -26px 0 0 0;
    padding: 0;
	display: flex;
	justify-content: space-between;
}

.my-calendar-prev{
	width: 80px;
}

.my-calendar-next{
	width: 80px;
}

.mc-main .my-calendar-nav li a {
    color: #000;
    background: #B9DDFF;
}

.heading.my-calendar-month{
	text-align: center;
	font-size: 24px;
	margin-top: 60px;
}

.mc-main table, .mc-main.calendar{
    width: 900px !important;
	margin: 100px auto;
    line-height: 1.2;
    border-collapse: collapse;
}

.mc-main td {
    vertical-align: top;
    text-align: left;
    width: 13%;
    height: 80px;
    padding: 2px !important;
}

.mc-main .mc-date{
    display: block;
    margin: -2px -2px 2px;
    padding: 2px 4px;
	text-align: center;
}

.mc-main h3, .mc-main h3 a {
    display: block;
    border-radius: 2px;
    font: 700 10px Arial, Verdana, sans-serif;
    margin: 5px 0;
    padding: 0;
    width: 100%;
    clear: none;
    line-height: 1;
    text-transform: none;
    letter-spacing: 100%;
}

.mc-main .current-day {
    background-color: none;
}

.mc-main .current-day .mc-date {
    color: #000;
    background-color: rgba(0,0,255,0.1);
}

.mc-main .weekend {
    background: #fff;
    color: #000;
}

abbr{
	text-decoration: none;
}

.weekend-heading.sat{
	color: #0069CE;
}

.weekend-heading.sun{
	color: #FF1F1C;
}

.event-title{
	text-align: center;
	padding-top: 2px;
}

.event-icon{
	display: none;
}

.details.no-image{
	display: none;
}

.mc-export.mc-subscribe{
	display: none;
}

.mc_edit_links{
	display: none;
}

.maybe-hide{
	display: none;
}



/*
.mc-active{
	display: none;
}

.my-calendar-today{
	display: none;
}

.mc-format{
	display: none;
}


*/

.my-calendar-nav{
	padding-top: 30px;
}









/*---------------1860px以下----------------------------------*/
@media screen and (max-width:1860px){
	
/*---------------------------
*
*  service
*
---------------------------*/
.service_flex{
	width: 1130px;
}
	
}

/*---------------1800px以下----------------------------------*/
@media screen and (max-width:1800px){
/*---------------------------
*
*  home
*
---------------------------*/
.h_w_outer{
	width: 1300px;
}
	
/*--------------Service--------------*/
.h_s_width{
	width: 1300px;
}	
	
}

/*---------------1500px以下----------------------------------*/
@media screen and (max-width:1500px){
/*---------------------------
*
*  home
*
---------------------------*/
.h_w_outer{
	width: 1200px;
}
	

/*--------------Service--------------*/
.h_s_width{
	width: 1200px;
}	
	
.h_s_picouter{
	width: 545px;

}	

}

/*---------------1350px以下----------------------------------*/
@media screen and (max-width:1350px){
/*---------------------------
*
*  service
*
---------------------------*/
.service_bg>div{
	margin: 0 50px 0 auto;
}

.service_bgw>div{
	margin: 0 auto 0 50px;
}
	
.service_pic_outer{
	width: 350px;
}
	
}

/*---------------1300px以下----------------------------------*/
@media screen and (max-width:1300px){
/*---------------------------
*
*  home
*
---------------------------*/
.h_w_outer{
	width: 100%;
	padding: 280px 0 280px 50px;
}

/*--------------Service--------------*/
.h_s_bg{
	padding: 280px 50px 280px 0;
}
	
.h_s_width{
	width: 100%;
}	

/*---------------------------
*
*  service
*
---------------------------*/	
.service_flex{
	width: 1000px;
}
	
}

/*---------------1200px以下----------------------------------*/
@media screen and (max-width:1200px){
/*---------------------------
*
*  navigation
*
---------------------------*/
.nav_item_link{
	margin:auto 0 auto 30px;
}
	
.nav_en{
	font-size: 14px;
}
	
/*---------------------------
*
*  home
*
---------------------------*/	
/*--------------About us-------------*/
.h_about_outer{
	width: 450px;
}

.a_text{
	width: 450px;
}
	
.h_title_1{
	font-size: 60px;
}

/*--------------Service--------------*/
.h_s_outer{
	width: 460px;
}
	
.h_title_2{
	font-size: 60px;
}

.h_s_picouter{
	width: 480px;
}
	
/*--------------info--------------*/
.h_info_outer{
	width: 450px;
}		
	
}

/*---------------1100px以下----------------------------------*/
@media screen and (max-width:1100px){
/*---------------------------
*
*  service
*
---------------------------*/
.service_flex{
	width: 924px;
}
	
}

/*---------------1050px以下----------------------------------*/
@media screen and (max-width:1050px){
/*---------------------------
*
*  home
*
---------------------------*/	
/*--------------About us-------------*/
.a_pic_outer{
	width: 400px;
}
/*--------------Service--------------*/

.h_s_picouter{
	width: 450px;
}

/*--------------info--------------*/
.i_pic_outer{
	width: 350px;
}
	
}

/*---------------1023px-ipadPro以下----------------------------------------------------------------------*/
@media screen and (max-width:1023px){
	
/*---------------------------
*
*  utility
*
---------------------------*/
	.pc_img{
		display: none
	}

	.sp_img{
		display: block;
	}
	
	.spsp_img{
		display: none;
	}

	body{
		font-size: 14px;
		line-height: 1.5;
	}
	
	.tel_link{
		text-decoration: underline;
	}
	
/*---------------------------
*
*  ハンバーガーメニュー
*
---------------------------*/	
	.btn_trigger{
		-webkit-appearance: none;
		appearance: none;
		position: fixed;
		top: 10px;
		right: 10px;
		z-index: 110;
		width: 40px;
		height: 40px;
		border: none;
		background-color: #ffffff;
		padding: 12px 10px;
	}
	
	.btn_trigger span{
		position: absolute;
		display: block;
		width: 20px;
		height: 2px;
		background-color: #00407D;
		transition: all 0.5s;
	}

	.btn_trigger span:first-of-type{
		top: 12px;
	}

	.btn_trigger span:nth-of-type(2){
		top: 19px;
		background-color: #FF1F1C;
	}

	.btn_trigger span:last-of-type{
		bottom: 12px;
	}
	
/*メニューが開いている時のクロスボタン*/
	.btn_trigger.active span:first-of-type{
		transform: rotate(45deg);
		top:19px;
	}

	.btn_trigger.active span:nth-of-type(2){
		opacity: 0;	 
	}

	.btn_trigger.active span:last-of-type{
		transform: rotate(-45deg);
		bottom:19px;
	}
	
/*.headerクラスにactiveがついたりけたりするとright0/-100%でサイドメニュー出し入れする*/
	.header_nav{
		position: absolute;
		top: 0;
		right: -100%;
		width: 100%;
		height: 100vh;
		background-color: rgba(0,64,125,0.85);
		letter-spacing: 0.1em;
		padding: 100px 0 100px;
		transition: all 0.5s ease-out;
	}
	
	.nav_list{
		display: block;
		width: 220px;
		height: auto;
		padding: 0;
		margin: 0;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform : translate(-50%,-50%);
  		transform : translate(-50%,-50%);
	}

	.nav_item_link{
		margin: 0;
		text-align: center;
		padding-bottom: 45px;
	}
	
	.nav_ja{
		line-height: 3;
	}
	
	.nav_en{
	font-size: 20px;
}
	
	.nav_item_link>a{
		color: #ffffff;
	}
	
	.nav_item_link:last-of-type{
		padding-bottom: 0;
	}
	
	.active.header_nav{
		right: 0;
	}
	
/*---------------------------
*
*  header
*
---------------------------*/		
	.header{
		height: 60px;
		padding: 10px 10px;
	}
	
	.header_logo{
		margin: auto 0;
		width: 75px;
		height: 40.2px;
	}	
	
/*---------------------------
*
*  hero-image
*
---------------------------*/
	.hero_image{
		padding-top: 60px;
	}

/*---------------------------
*
*  footer
*
---------------------------*/
	.footer{
		padding: 100px 20px;
		text-align: center;
	}

	.footer_item{
		width: 100%;
	}

	.footer_flex{
		display: block;
	}

	.f_link_item{
		font-size: 14px;
	}

	.f_adress_outer{
		width: 100%;
	}

	.f_t_outer{
		margin: 0 auto;
		padding-top: 80px;
	}

	.f_i_outer{
		margin: 0 auto;
		padding-top: 80px;
	}

	.f_c_outer{
		margin: 0 auto;
		padding: 80px 0;
	}

	.f_mark{
		padding-top: 15px;
	}

/*---------------------------
*
*  btn
*
---------------------------*/	
	.btn_text{
		width: 235px;
		padding: 20px 50px;
	}

	.btn_text_w{
		width: 235px;
		padding: 20px 50px;
	}
	
	.check_btn{
		width: 260px;
	}


/*---------------------------
*
*  common_kv
*
---------------------------*/
	.common_t_outer{
		width: 100%;
		padding: 0 100px;
		margin-top: 85px;
	}

	.common_t_b{
		width: 100%;
		padding: 25px;
	}

	.common_t_red{
		padding: 20px 0;
		width: 100%;
	}

	.common_title{
		font-size: 32px;
	}

/*---------------------------
*
*  home
*
---------------------------*/
	.h_w_outer{
		width: 100%;
		display: block;
		padding: 80px 20px;
	}

/*--------------About us-------------*/

	.h_about_outer{
		width: 100%;
		padding: 0;
	}

	.h_t_1_outer{
		padding: 20px;
		border: solid 1px #00407D;
	}

	.h_t_1_red{
		padding: 20px;
		border: solid 1px #FF1F1C;
	}

	.h_title_1{
		font-size: 40px;
	}

	.a_text{
		width: 100%;
		padding-top: 60px;
	}

	.a_pic_outer{
		width: 100%;
		margin: 60px auto 0;
		text-align: center;
	}

	.a_pic_outer>img{
		height: 100%;
		vertical-align: top;
	}
/*--------------Service--------------*/
	.h_s_bg{
		width: 100%;
		padding: 80px 20px;
	}

	.h_s_width{
		width: 100%;
		display: block;
	}

	.h_s_outer{
		width: 100%;
		padding-top: 0;
	}

	.h_title_2{
		font-size: 40px;
	}

	.h_t_2_outer{
		padding: 20px;
		border: solid 1px #ffffff;
	}

	.h_t_2_w{
		padding: 20px;
		border: solid 1px #ffffff;
	}

	.h_s_text{
		width: 100%;
		padding: 60px 0;
		text-align: center;
	}

	.h_s_picouter{
		width: 100%;
		text-align: center;
		padding-top: 60px;
}	

/*--------------info--------------*/
	.h_info_outer{
		width: 100%;
	}

	.i_pic_outer{
		width: 100%;
		margin: 30px auto 0;;
	}
	
	.i_pic_outer>img{
		height: 100%;
		vertical-align: top;
	}

/*-------新着情報2件とってくる------*/
	.h_news_all_outer{
		padding: 30px 0 0;
	}

	.t_n_o{
		padding-top: 30px;
	}
	.top_news_linkouter{
		padding: 30px 0;
	}

/*-------/新着情報2件とってくる------*/


.insta_outer{
	width: 310px;
	height: 668px;
	margin: 50px auto;
}

.instagram-media{
	width: 310px;
	height: 668px;
	margin: 0 auto;
}

.instagram-media.i_space{
	margin: 0;
}
	
	
	
	
	
/*--------------Contact--------------*/
	.h_c_bg{
		width: 100%;
		padding: 50px 20px;
	}

	.h_c_text_outer{
		width: 100%;
		margin: 0 auto;
	}


	.h_c_text{
		line-height: 1.5;
		padding-top: 30px;
	}

/*---------------------------
*
*  service
*
---------------------------*/	
	.s_top_text{
		padding: 120px 20px;
		width: 100%;
	}

	.service_bg{
		padding: 80px 0 50px;
	}

	.service_flex{
		width: 100%;
		display: block;
	}

	.service_titletext_outer{
		width: 100%;
		padding:  0 20px;
	}

	.s_number{
		font-size: 60px;
	}

	.s_title_w{
		font-size: 40px;
	}

	.s_title_w_sub{
		font-size: 20px;
		padding: 50px 0;
	}

	.service_bgw{
		width: 100%;
		padding: 80px 0 50px;
	}

	.s_title_b{
		font-size: 40px;
	}

	.s_title_b_sub{
		font-size: 20px;
		padding: 50px 0;
	}

	.s_text_b{
		text-align: justify;
	}

	.service_pic_outer{
		padding-top: 50px;
		margin: 0 auto;
	}

	.s_5_text{
		padding-top: 40px;
	}

	.service_bgw>div{
		margin: 0 auto;
	}
	
/*---------------------------
*
*  company
*
---------------------------*/
	.c_item_outer{
		padding-bottom: 0;
	}

	.c_sub_title_outer{
		padding: 120px 0 50px;
	}

	.c_sub_title{
		font-size: 24px;
	}
	
	.sp_company_wrap{
		width: 100%;
		padding: 0 20px;
	}

	.info_list{
		width: 100%;
		margin: 0 auto 60px;
	}

	.info-title{
		width: 110px;
		line-height: 1.5;
	}

	.info-detale{
		line-height: 1.5;
		padding: 30px 0 30px 30px;
	}

	.map_outer{
		width: 100%;
		padding: 0 20px;
		height: 230px;
	}
	
	.map{
		width: 100%;
		height: 230px;
	}

	.introduction_name{
		font-size: 14px;
	}

	.introduction_text_outer{
		width: 100%;
		padding: 50px 20px 120px;
	}
	
/*---------------------------
*
*  info_all
*
---------------------------*/	
	.news_all_outer{
		width: 100%;
		padding: 120px 20px 90px;
	}	
	
/*---------------------------
*
*  info_article
*
---------------------------*/
	.n_a_outer{
		width: 100%;
		padding: 120px 20px 120px;
	}

	.article_title{
		font-size: 18px;
		padding: 30px 0 50px;
	}

	.article_text{
		padding-bottom: 0;
	}
/*---------------------------
*
*  contact
*
---------------------------*/
	/*----.contact_bg{
		padding: 120px 20px;
	}

	.contact_f_outer{
		width: 100%;
	}
	
	input[type="submit"]{
		width: 240px;
		font-size: 14px;
	}---*/

	
/*---------------------------
*
*  contact
*
---------------------------*/

	.tel_contact_outer{
		padding: 80px 0;
	}

	.contact_bg{
		padding: 80px 0;
		margin-top: 40px;
	}

	.contact_f_outer{
		width: 100%;
		margin: 0 auto;
	}

	.contact_title{
		text-align: center;
		padding-bottom: 50px;
	}

	.contact_form_text{
		font-size: 14px;
	}

	.form{
		width: 100%;
		margin: 0 auto;
		padding: 0 20px;
	}

	.form_item{
		display: block;
		margin-bottom: 50px;
	}

	.form_title{
		text-align: left;
		padding-top: 0;
		padding-bottom: 5px;
	}

	.form-detail{
		width: 100%;
	}

	
	
	
	
/*---------------------------
*
*  Fluent Forms
*
---------------------------*/
	/*----.fluentform.ff-default.fluentform_wrapper_3.ffs_default_wrap{
		width: 100%;
		padding: 0 20px;
		margin: 0 auto 80px;
	}
	
	.frm-fluent-form.fluent_form_4.ff-el-form-top.ff_form_instance_4_1.ff-form-loading.ffs_default{
		width: 100%;
		padding: 0 20px;
		margin: 0 auto 80px;
	}---*/
	
	
/*---------------------------
*
*  leave
*
---------------------------*/
	.form_title_l{
		width: 100%;
		text-align: left;
		padding-top: 0;
		padding-bottom: 5px;
	}
	
	.check_item{
		width: 224px;
	}
	
	.l_privacy_outer{
		width: 100%;
		margin: 50px auto 0;
		padding: 0 20px;
	}
	
	
/*---	
.living_coment{
	font-size: 14px;
	line-height: 1;
}----*/
	
	
	
	/*-.contact_l_text{
		padding: 0 0 80px;
		line-height: 1.5;
	}
	
	span.wpcf7-list-item {
		width: 250px;
		margin: 0 50px 15px 0 !important;　-*//*項目ごとの余白を調整*/
		/*-}
	
	.wpcf7-list-item:last-of-type{
		padding-bottom: 15px;
	}
	-*/
		/*-.wpcf7-list-item-label {-*/　/*項目の色や文字サイズ*/
			/*-font-size: 14px;
	}

	.wpcf7-validates-as-required:before{-*/　/*チェックボックスの枠*/
			/*-width: 18px;
		height: 18px;
		margin-right: 15px;
	}
	
	.wpcf7-list-item-label:before {-*/　/*チェックボックスの枠*/
			/*-width: 18px;
		height: 18px;
		margin-right: 15px;
	}

	input[type="checkbox"]:checked + .wpcf7-list-item-label:after {-*/　　/*チェックアイコン*/
		/*-width: 18px;
		height: 18px;
		top: 0;
	}
	
	.l_poricy_text{
		width: 100%;
		padding-top: 30px;
	}
	
	.wpcf7-select{
		font-size: 14px;
	}-*/

/*---------------------------
*
*  privacypolicy
*
---------------------------*/
	.privacy_wrap{
		padding: 120px 20px 70px;
	}

	.privacy_message_text{
		max-width: 100%;
		margin: 0 auto 80px;
	}

	.privacy_text_wrapper{
		max-width: 100%;
	}

	.privacy_item{
		line-height: 1.5;
	}

	.privacy_title{
		font-size: 18px;
	}

	.privacy_text{
		font-size: 14px;
	}

	
/*---------------------------
*
*  my calendar
*
---------------------------*/
	.heading.my-calendar-month{
		font-size: 20px;
	}
	
	.mc-main .my-calendar-nav ul {
		font-size: 12px;
	}
	
	.mc-main .my-calendar-nav li a {
		padding: 1px 10px;
	}
	
	.my-calendar-prev{
		width: 50px;
	}
	
	.my-calendar-next{
		width: 50px;
	}
	
	.mc-main table, .mc-main.calendar{
		width: 100% !important;
		margin: 50px auto;
		padding: 0 20px;
	}
}

/*---------------iPad以下----------------------------------*/
@media screen and (max-width:767px){
	
	.error_404{
		width: 100%;
		padding: 100px 20px;
	}
	
/*---------------------------
*
*  Fluent Forms
*
---------------------------*/

	.leave_info{
		width: 100%;
		padding: 0 20px;
	}	
	
	
	
}

/*---------------650px以下----------------------------------*/
@media screen and (max-width:650px){
		
/*---------------------------
*
*  common_kv
*
---------------------------*/
	.common_t_outer{
		padding: 0 20px;
	}
	
	.common_title.t_pp{
		font-size: 20px;
	}
	
/*---------------------------
*
*  leave
*
---------------------------*/	
	.l_message{
		width: 100%;
		margin: 0 auto;
		padding: 0 20px 50px;
	}

	
	
	
}

/*---------------530px以下----------------------------------*/
@media screen and (max-width:530px){

	.pc2_img{
		display: none;
	}
/*---------------------------
*
*  service
*
---------------------------*/	
	.s_top_text{
		text-align: justify;
	}	
	
	
	.service_pic_outer{
		width: 280px;
	}
	
/*---------------------------
*
*  leave
*
---------------------------*/	
	.check-line{
		display: block;
	}
	
	
	
	
}


/*---------------413px以下----------------------------------*/
@media screen and (max-width:413px){
		
	.spsp_img{
		display: block;
	}
/*---------------------------
*
*  home
*
---------------------------*/	
	.h_title_1{
		font-size: 32px;
	}	
	
	.h_title_2{
		font-size: 32px;
	}
	
}



/*---------------375px以下----------------------------------*/
@media screen and (max-width:375px){
/*---------------------------
*
*  my calendar
*
---------------------------*/
	.mc-main .my-calendar-nav ul {
		padding-top: 30px;
	}
	
}
/*---------------370px以下----------------------------------*/
@media screen and (max-width:370px){
/*---------------------------
*
*  company
*
---------------------------*/
	.introduction_text_outer{
		padding: 50px 10px 120px;
	}

}

/*---------------350px以下----------------------------------*/
@media screen and (max-width:350px){
/*---------------------------
*
*  ハンバーガーメニュー
*
---------------------------*/	
	.nav_item_link{
		margin: 0;
		text-align: center;
		padding-bottom: 25px;
	}
	
	.nav_ja{
		line-height: 2;
	}
	
	.nav_en{
	font-size: 16px;
}	
	
/*---------------------------
*
*  home
*
---------------------------*/	
	.h_title_1{
		font-size: 24px;
	}	
	
	.h_title_2{
		font-size: 24px;
	}
	
}

