/*
Theme Name:True_light
Author: 松本譲
Description: オリジナルテーマ
Version: 1.0
*/
/* Base
   ========================================================================== */

body {
  font-family: "メイリオ",meiryo,sans-serif;
  background-color: #fff;
  font-size: 15px;
  line-height: 1.5;
  color: #333;
  margin: 0;
  background: #f9f8f4;
  font-family: "Noto Sans JP", sans-serif;
}
h1{
  font-size: 25px;
  margin-top: 0px;
}

.center {
  text-align: center;
}

.leftcol {
  float: left;
}

.rightcol {
  float: right;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}

a {
  color: #000000;
  /*text-decoration: none;*/
  outline: none;
}

a:hover {
  color: #00A2D9;
  text-decoration: underline;
}

p {
    margin: 0 0 1.5em 0;
    padding: 0;
    line-height: 200%;
}

/* Header
   ========================================================================== */

.header_wrap{
  
}

header {
  text-align: center;
  border-bottom: 1px solid #ddd;
  width: 100%;
  margin: 0 auto;
  display: block;
  position: relative;
  height: 112px;
  display: none;
}

/* サブメニュードロップダウンメニュー親デザイン
　========================================================================== */

nav ul {
    list-style: none;
}

.menu li {
    text-align: center;
}

.menu a {
  display: block;
  color: #fff;
  text-decoration: none;
}

.menu {
  margin: 0 0 0 auto;
  padding: 0;
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.menu > li {
  float: left;
  height: 50px;
  line-height: 50px;
}

.menu::after {
  content: "";
  display: table;
  clear: both;
}

/* サブメニュードロップダウン
  ========================================================================== */

li.menu-item-has-children {
  position: relative;
}

li.menu-item-has-children ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 40px;
  width: 100%;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  z-index: 100;
}

li.menu-item-has-children:hover ul {
  visibility: visible;
  opacity: 1;
  top: 50px;
  position: static;
}

/* サブメニュー下矢印
  ========================================================================== */
li.menu-item-has-children > a::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0 0 15px;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: none;
}

/* サブメニューリンク色
　========================================================================== */

.menu li a {
  padding: 0 20px;
  font-size: 14px;
  color: #000;
}

.menu li a:hover {
  color: #000;
}

.menu li ul li a {
  background: #ffffff;
}

.menu li ul li a:hover {
  color: #000000;
  background: #eeeeee;
}

.menu li:hover > a {
    /*background: rgb(242, 105, 100);*/
}
li.menu-item-has-children ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 40px;
  padding: 0;
}

li.menu-item-has-children:hover ul {
  visibility: visible;
  opacity: 1;
  top: 50px;
}
.sub-menu li a{
  font-size: 12px;
  position: relative;
  padding: 10px 20px 8px;
  width: 150px;
  height: auto;
  line-height: 180%;
  margin: 0 0 -1px 0;
  text-align: left;
  border: 1px solid #ccc;
  background: #fff;
  color: #000;
}
.menu li:hover > a {
    border-bottom: 4px solid #aaaaaa;
}



#logo {
  position: absolute;
  left: 0px;
}
#logo a img{
  display: block;
}

nav {
  width: 800px;
  margin: auto;
  bottom: 0px;
}

#wprmenu_bar .bar_logo {
	height: 30px !important;
  margin-top: -5px !important;
}

/* Cover
   ========================================================================== */

#cover {
  height: auto;
  background-image: url("images/bg-cover.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#cover #slide {
  width: 100%;
  height: auto;
  margin: auto;
  padding-bottom: 30px;
}

/* Footer
   ========================================================================== */
footer{
  clear: both;
  width: 100%;
  background: #f4f4f4;
  font-size: 14px;
}
footer h2{
  font-size: 18px;
  margin-top: 0;
}
.footer_inner{
  width: 90%;
  padding: 0 5% 0;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  margin: 0 auto;
  padding-top: 50px;
}
.footer_content{
  margin: 0 40px 40px 0;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}
.f_con_right{
  margin-right: 0;
}
#contact {
  padding: 30px 0;
  text-align: center;
  background-image: url("images/bg-footer.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.btn {
  width: 200px;
  margin: 10px;
  padding: 15px;
  display: inline-block;
  border-radius: 5px;
  text-align: center;
  letter-spacing: 0.05em;
}

.btn:hover {
  text-decoration: none;
}

.btn-primary {
  background-color: #ffbe00;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

#copyright {
  padding: 15px 0;
  text-align: center;
  color: #ccc;
  background-color: #333;
  font-size: 12px;
  letter-spacing: 0.05em;
}

/* Content
   ========================================================================== */

#content {
  width: 90%;
margin: 0 auto;
}
.page article img{
	width:100%;
	height:auto;
	}
.post article img{
	width:100%;
	height:auto;
	}
aside {
  width: 90%;
  padding: 0 5% 0;
  margin: 0 auto;
  display: block;
}

aside section {
  margin-bottom: 20px;
}

.single_article {
  float: none;
  width: 100%;
}

article section {
  margin-bottom: 40px;
  width: 90%;
  padding: 0 5% 0;
  margin: 0 auto;
  display: block;
  margin-top: 20px;
}

article h2 {
  color: #000000;
}

article h3 {
  color: #888;
}

.headline1{
  border-bottom: 1px solid #ddd;
  padding: 0;
  margin: 0 0 25px 0;
  font-size: 18px;
}
.headline1 span {
  border-bottom: 4px solid #223670;
  padding: 0 0 0px 0;
  margin: 0;
  display: inline-block;
}
.news-list_wrap{
  position:relative;
  padding: 0 !important;
  margin: 0;
  margin-bottom: 25px;
  width: 100%;
}
.index_archive_link a {
  position: absolute;
  right: 5%;
  top: 5px;
  font-size: 13px;
  text-decoration: none;
}


.top-bottom_contents article{
  width: 100%;
  float: none !important;
}

.center{
  text-align: center;
}

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

/*サイドバーなし会社概要固定ページ
　========================================================================== */	
.company tbody{}
.company tbody tr{

}
.company tbody th{
padding: 5px 10px 5px 5px;
display: block;
background-color: #f2f2f2;
text-align: left;
font-size: 12px;
	}
.company tbody td{
	padding: 12px 10px 10px 0px;
	display:block;
	}
.company iframe{
	width:100%;
	height: 300px;
	}

/*Top-News
　========================================================================== */

.news-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.news-list li {
  list-style-type: none;
  margin: 0 0 2px 0;
  padding: 6px;
  background: #f2f2f2;
  font-size: 13px;
  border-radius: 4px;
}

.news-list li .date {
  font-size: 12px;
  margin: 0 10px 0 0;
  line-height: 100%;
  background: none;
  color: #999;
  padding: 0px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  float: none;
  width: 70px;
  text-align: center;
}
/*
.news-list li .label-info {
  width: 65px;
  display: inline-block;
  margin-right: 10px;
  margin-top: -3px;
  background: #009d8e;
  font-size: 12px;
  text-align: center;
  padding: 3px 8px;
  color: #fff;
  vertical-align: top;
}
*/
.news-list li a {
  width: 100%;
  display: inline-block;
  padding: 7px 0;
  color: #000;
}

.blog_content .news-list li a {
  width: 100%;
  display: inline-block;
  padding: 7px 0;
  color: #fff;
}

/*Top-Button
  ========================================================================== */

.btn-default {
  background-color: #fff;
  color: #009d8e;
  border: 1px solid #009d8e;
}

/*Blog
  ========================================================================== */

.blog-title-index {
  margin-bottom: 0px;
  margin-left: 5px;
  font-size: 2em;
  color: #333;
}

.blog-title-article {
  margin-bottom: 0px;
  margin-left: 5px;
}

.blog-wrap {
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
}

.blog-header {
  padding: 5px;
  border-bottom: 1px dotted #ccc;
  color: #888;
  font-size: 13px;
}

.blog-body {
  padding: 10px 5px;
}

.blog-title-category {
  font-size: 1.17em;
  font-weight: normal;
  color: #888;
}

.blog-footer {
  padding: 5px;
}


.post-list{
  list-style: none;
padding: 0;}

.post-list li{
  display: inline-block;
  margin: 0 0px 10px 0;
  vertical-align: top;
  width: 95%;
  border: 1px solid #ccc;
  padding: 2%;
  float: left;
}
.post-list li .single_catch{
  float: left;
  width: 25%;
  margin-right: 2%;
  height: auto;
}

.single_catch a img{
  width: 100%;
  display: block;
  height: auto;
} 
.post-list li .date{
  color: #999;
  font-size: 12px;
  display: block;
}
.post-list_text{
  float: left;
  overflow: hidden;
  width: 73%;
}
.post-list li .post-title{
  display: block;
}
.post-list li .post-title a{
  display: block;
  font-weight: bold;
  text-decoration: none;
}
.post_eyecatche img{
  width: 100%;
  height: auto;
}
.post img {
    height: auto;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}
/* Widget
   ========================================================================== */

.widget {
  padding-right:0px;
}

.widget .widget-title {
  border-left:5px #cccccc solid;
  border-bottom:1px #cccccc solid;
  padding-left:10px;
}

.widget ul {
  padding:0;
  list-style:none;
}

.widget ul li {
  margin-bottom:20px;
}

.widget ul li a {
  color:#333333;
  text-decoration: none;
}

.widget ul li a:hover{
  text-decoration: underline;
}

.widget table {
  border-collapse:collapse;
}

.widget table caption {
  font-weight:800;
}

.widget table thead th ,
.widget table tbody td {
  border:1px #cccccc solid;
  text-align:center;
}
.breadcrumbs {
  width:100%;
  margin:10px auto;
}

/*不採用recent postプラグイン*/
.rpwwt-post-title{
font-size: 14px;
font-weight: bold;
line-height: 160%;}
.rpwwt-post-date{
font-weight: normal;
font-size: 11px;
display: block;
color: #999;
}
.rpwwt-widget ul li {
border-bottom: 1px dotted #aaa;
}


/*recent postプラグイン*/

.widget .rpwe-title{
	font-size: 14px !important;
	font-weight: bold;
	line-height: 160%;
}
.rpwe-block li{
	border-bottom: 1px dotted #aaa !important;}



/* サイドバープラグイン
　========================================================================== */

#npcatch li {
  margin: 0;
  overflow: hidden;
  clear: both;
  vertical-align: top;
  border-bottom: 1px dotted #aaa;
}

#npcatch .title {
  overflow: hidden;
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 160%;
}

#npcatch .title .date{
  font-weight: normal;
  font-size: 11px;
  display: block;
  color: #999;
}

/*パンくずプラグイン
　========================================================================== */
.breadcrumbs {
  color: #aaa;
  font-size: 12px;
  width: 95%;
  padding: 0 2.5% 0;
  margin: 0 auto;
  display: block;
}
.breadcrumbs a{
  color: #888;
  text-decoration: underline;
}
.breadcrumbs a:hover{
  color: #00A2D9;
}
.breadcrumbs span{
  margin-right: 5px;
}

/*スマホメニュープラグイン
　========================================================================== */
#mg-wprm-wrap ul li {
    margin: 0;
    border-bottom: 1px solid #ddd;
}
div.wprm-overlay {
    background: rgba(255,255,255,0.5)!important;
}
/*スマホメニューバーの背景色*/
#wprmenu_bar {
    background: rgba(255,255,255,0.5)!important;
	
}

.wprmenu_icon span, #wprmenu_menu.wprmenu_levels ul li, html body div.wprm-wrapper, #wprmenu_bar, .wpr_search .wpr-search-field {
  width:100% !important;
}

#wprmenu_menu_ul {
    padding: 0 0 0px;
    margin: 0;
    overflow: visible !important;
}
/*スマホメニュー3本線の色*/
.wprmenu_bar .hamburger-inner, .wprmenu_bar .hamburger-inner::before, .wprmenu_bar .hamburger-inner::after {
	background: #000 !important;;
}
/*  Contactform - お問い合わせフォーム
　========================================================================== */
.wpcf7 { width:100%; border:1px solid #ddd; background:#fafafa; padding:0; margin:0 0 2.5em !important; font-size:14px;}
.wpcf7 form{ margin:1.5em 1.5em 0;}
.wpcf7 p { margin-bottom:1em; font-size:12px; }
.wpcf7 input, .wpcf7 textarea { width:auto; -moz-box-sizing: border-box; box-sizing: border-box; width:100%; border:1px solid #ccc; line-height:1.2; padding:8px;  }
.wpcf7 select, .wpcf7 input[type=checkbox], .wpcf7 input[type=radio] { width:auto; max-width:97%; border:1px solid #ccc; padding:8px; }
.wpcf7 select, .wpcf7 .wpcf7-list-item-label { line-height:1.2; font-size:14px; }
.wpcf7-list-item { display:block; }
.wpcf7 textarea { height:300px; }
.wpcf7 input:focus, .wpcf7 textarea:focus { outline:none; border:1px solid #bbb; -webkit-box-shadow:inset 0 0 5px rgba(0, 0, 0, 0.2); box-shadow:inner 0 0 5px rgba(0, 0, 0, 0.5); }
.wpcf7 input.wpcf7-submit { position:relative; display:block; width:225px; height:48px; margin:30px auto 0; background-color:#d7107d; cursor:pointer; border:none !important; color:#fff; text-align:center; text-decoration:none; font-size:14px; line-height:1.5; outline:none; -webkit-transition: all .3s; transition: all .3s; }
.wpcf7 input.wpcf7-submit, .wpcf7 input.wpcf7-submit::before, .wpcf7 input.wpcf7-submit::after { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
.wpcf7 input.wpcf7-submit:hover { background-color:#666666; }
.wpcf7 .wpcf7-not-valid { background:pink; }
.wpcf7 .wpcf7-response-output { margin:10px 0 0; padding:8px 35px 8px 14px; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; }
.wpcf7 .wpcf7-validation-errors { color:#B94A48; background-color:#F2DEDE; border:1px solid #EED3D7; }
.wpcf7 .wpcf7-mail-sent-ok { color:#3A87AD; background-color:#D9EDF7; border:1px solid #BCE8F1; }

/*  ページナビプラグイン
　========================================================================== */
.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 5px 12px !important;
	margin: 2px;
	border-radius: 3px ;
	background-color: #bbb;
	color: #fff;
}
.wp-pagenavi span.current {
    font-weight: bold;
    background-color: #333;
    color: #fff;
}
.wp-pagenavi .pages{
  background-color: #fff;
  color: #000;
  border: none;
}
.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 3px 5px;
	margin: 2px;
	float: left;
}
/*ここから2.0*/
.page_haeder{
	height: 80px;
	
}
.page_haeder h1{
	color: #000;
padding-top: 19px;
margin: 0;
font-family: 'Zen Maru Gothic', sans-serif;
text-align: center;
font-size: 16px;
}
.page_haeder h4{
	font-size: 10px;
text-align: center;
color: #223670;
margin: 0;
	}
.contact_page article{
	margin: 0 auto;
	display: block;
	width: 100%;
	float: none;
}
.contact_page h2{
  border-bottom: 1px solid #ccc;
  border-left: 4px solid #223670;
  padding-left: 14px;
	}
.contact_tel{
	font-size: 32px;
margin-bottom: 0;
font-weight: bold;
}
.contact_time{}
.footer_content ul{
	  padding-left: 13px;
	  }
.footer_content ul li{
	line-height: 170%;
border-bottom: 1px solid #ccc;
padding-top: 10px;
	}
.footer_content ul li a{
	text-decoration: none;
	}
.header_tel_wrap {
	width: 300px;
	color: #000;
	position: absolute;
	right: 1px;
	top: 11px;
}
.header_tel_wrap h2 {
	margin: 0;
	text-align: right;
	font-weight: normal;
	font-size: 33px;
	line-height: 25px;
}
.header_tel_wrap h2 span {
	font-size: 16px;
}
.header_tel_wrap p {
	text-align: right;
	margin: 0;
	line-height: 10px;
	font-size: 12px;
	color: #555;
}
.company_page article{
	margin: 0 auto;
	display: block;
	width: 100%;
	float: none;
}
.company_page h2 {
	font-family: 'Zen Maru Gothic', sans-serif;
  border-left: 4px solid #223670;
  padding-left: 17px;
	font-family: 'Zen Maru Gothic', sans-serif;
	border-bottom: 1px solid #ccc;
}
.company_page table{
	width: 100%;
	font-size: 12px;
	}
.company_page table tr{}
.company_page table tr th{
background: #223670;
color: #fff;
height: 60px;
width: 29%;
border-bottom: 1px solid;
font-size: 14px;
}
.company_page table tr td{
	padding-left: 6%;
border-bottom: 1px solid #ccc;
line-height: 117%;
}
.contact_btn {
	position: fixed;
	right: 10px;
	top: 70%;
	transition: 0.3s ease-in-out;
	z-index: 9999;
	display: none;
}
.contact_btn_a img:hover {
  transform: scale(1.15);
}
.pc_only{
	display:none !important;
	}
#menu-item-36{
background: #274a78;
}
#menu-item-36 a{
	color: #fff;
	}
.toppage_header_wrap .header_tel_wrap h2{
	color: #fff;
	text-shadow: 1px 2px 3px #808080
	}
.toppage_header_wrap .header_tel_wrap p{
	color: #fff;
	text-shadow: 1px 2px 3px #808080
	}
.toppage_header_wrap nav a{
	color: #fff;
	text-shadow: 1px 2px 3px #808080
	}
.toppage_header_wrap nav a:hover{
	color: #fff;
	text-shadow: 1px 2px 3px #808080
	}
	

.triple_wrap{
clear: both;
width: 90%;
padding: 0 5% 0;
margin: 0 auto;
  margin-top: 0px;
margin-top: 0px;
display: block;
padding-top: 20px;
	}
.triple_con{
	width: 100%;
margin: 0 auto;
display: block;
}
.triple_con h2{
	text-align: center;
margin-top: 0px;}
.triple_con h4{
	text-align:center;
}
.triple_con h4 span{
}
.triple_con h2 span{}
.triple_div{
	width: 90%;
border: #ddd 1px solid;
box-shadow: 4px 6px 30px rgba(0,0,0,0.1);
margin:0 auto;
margin-bottom: 30px;
background: #fff;
}
.triple_div_last{

}
.triple_div img{
	width: 70%;
height: auto;
margin: 0 auto;
display: block;
}
.triple_div_txt{
	padding-left: 5%;
padding-right: 3%;
padding-bottom: 1px;
background: #fff;
}
.triple_div_txt h3{
	color: #223670;
  font-size: 22px;
  font-family: 'Zen Maru Gothic', sans-serif;
  margin-bottom: 15px;
}
.triple_div_txt p{}
.triple_div_txt .point {
	font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 99px;
  margin-top: -70px;
  margin-left: 12px;
  margin-bottom: 0;
  line-height: 70px;
}
.triple_div_txt .point span {
	color: #D0A900;
	text-shadow: 2px 2px 0 #f9f8f4, -2px -2px 0 #f9f8f4, -2px 2px 0 #f9f8f4, 2px -2px 0 #f9f8f4, 0px 1px 0 #f9f8f4, 0-2px 0 #f9f8f4, -2px 0 0 #f9f8f4, 2px 0 0 #f9f8f4;
}
.process_wrap{
clear: both;
background-image: url("images/bg-cover.png");
overflow: hidden;
width: 90%;
padding: 0 5% 0;
margin: 0 auto;
  margin-top: 0px;
display: block;
padding-top: 20px;
}
.process_con{
	width: 100%;
margin: 0 auto;
overflow: hidden;
display: block;
}
.process_con h4{
	text-align: center;
}
.process_con h4 span{
}
.process_con h2{
	text-align: center;
margin-top: 0px;
}
.process_con h2 span{}
.process_div_wrap{
width: 100%;
	}
.process_div{
	background: url(images/dot_img.png) repeat-y 19px top;

	}
.process_div h3{
	color: #fff;
padding: 13px;
  padding-left: 20px;
padding-left: 10px;
border-radius: 5px;
padding-left: 25px;
margin-top: 0;
background: linear-gradient(135deg, #00f 0%, #00008b 70%);
background: #223670;
margin-bottom: 10px;
}
.process_div p{
	color: #000;
padding-left: 36px;
padding-bottom: 20px;
margin-bottom: 0;
}
.process_div a{
	display: block;
	}
.process_div_last{
	background: none;
	}
.process_con img{
	float: right;
height: 600px;
width: 450px;
	}
.faq_wrap{
	clear:both;
	width: 90%;
padding: 0 5% 0;
margin: 0 auto;
  margin-top: 0px;
display: block;
padding-top: 20px;
}
.faq_con{
	width: 100%;
margin: 0 auto;
overflow: hidden;
display: block;
}
.faq_con h4{
	text-align:center;
}
.faq_con h4 span{
}
.faq_con h2{
	text-align: center;
margin-top: 0px;
}
.faq_con h2 span{}
.faq_div{
	width: 100%;
margin: 0 auto;
display: block;
}
.faq_div h3{
padding: 12px 25px 13px;
border-radius: 8px;
background-color: #efefef;
margin: 0;
  margin-bottom: 0px;
margin-bottom: 0px;
font-size: 17px;
color: #000;
margin-bottom: 10px;

}
.faq_div p{
	padding-left: 7px;
	margin-bottom: 30px;
	}
.faq_div h3 span{
	font-size: 24px;
color: #ec6d74;
background: none;
margin-right: 10px;
}
.faq_div p span{
color: #008fd0;
margin-right: 1%;
font-size: 24px;
font-weight: bold;
}
.faq_div_last{}
.h2_title {
	font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 23px;
  font-weight: bold;
}
.contact_div_wrap {
	padding-bottom: 80px;
	padding-top: 50px;
	background-image: url("images/bg-cover.png");
	background-position: top center;
	background-size: cover;
}
.contact_div h2 {
  margin: 0;
  color: #fff;
  font-family: 游明朝;
font-size: 45px;
text-align: center;
line-height: 69px;
}
.contact_div h2 span {
}
.contact_div p {
	text-align: center;
	color: #fff;
}
.eng_title{
font-family: 'Zen Maru Gothic',sans-serif;
}
.eng_title span{
font-size: 14px;
  letter-spacing: 1px;
  color: #D0A900;
	}
.contact_div .eng_title{}
.contact_div .eng_title span{}
.process_div h3 span{}
/*ここから問い合わせボタン*/
.button19 a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	margin: 0 auto;
	padding: 25px 20px 24px 40px;
	width: 270px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	/* background-color: #cccccc; */
	transition: 0.3s;
	border: 1px solid;
	text-decoration: none;
}

.button19 a::before {
	content: '';
	position: absolute;
	top: calc(50% - 1px);
	right: 22px;
	transform: translateY(calc(-50% - 2px)) rotate(30deg);
	width: 12px;
	height: 1px;
	background-color: #fff;
	transition: 0.3s;
}

.button19 a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 22px;
	transform: translateY(-50%);
	width: 41px;
	height: 1px;
	background-color: #fff;
	transition: 0.3s;
}

.button19 a:hover {
  text-decoration: none;
  background: rgba(223,241,255,0.6);
}

.button19 a:hover::before,
.button19 a:hover::after {
  right: -20px;
}
/*ここまで問い合わせボタン*/

.footer_btn{
	position:fixed;
	bottom:0;
	left:0;
	width: 100%;
	z-index: 100;
	}
.line_ari .sp_tel_btn{
background:rgba(208,169,0,0.8);
display: block;
width: 33.3%;
float: left;
text-decoration: none;
}
.line_ari .sp_mail_btn{
background:rgba(34,54,112,0.8);
display: block;
width: 33.3%;
float: left;
text-decoration: none;
}
.line_ari .sp_line_btn{
background:rgba(0,185,0,0.8);
display: block;
width: 33.3%;
float: left;
text-decoration: none;
	}
.line_ari .sp_btn_icon{
width: 25%;
float: left;
padding-left: 5%;
padding-top: 13px;
padding-bottom: 13px;
	}
.line_ari .sp_btn_p{
color: #fff;
font-size: 3vw;
margin-top: 14px;
float: left;
margin-left: 6%;
line-height: 123%;
	}
	
.line_nashi .sp_tel_btn{
background: rgba(208,169,0,0.8);
display: block;
width: 50%;
float: left;
text-decoration: none;
}
.line_nashi .sp_mail_btn{
background: rgba(34,54,112,0.8);
display: block;
width: 50%;
float: left;
text-decoration: none;
}

.line_nashi .sp_btn_icon{
width: 19%;
float: left;
padding-left: 5%;
padding-top: 13px;
padding-bottom: 13px;
	}
.line_nashi .sp_btn_p{
	color: #fff;
font-size: 3vw;
margin-top: 20px;
float: left;
margin-left: 4%;
	}
.contact_line_btn{
background-color: #00b900;
display: inline-block;
width: 92%;
text-decoration: none;
padding: 4%;
border-radius: 23px;
	}
.contact_line_btn img{
	width: 15% !important;
float: left;
padding-left: 5%;
}
.contact_line_btn p{
	color: #fff;
margin-top: 7px;
margin-bottom: 0px;
padding-left: 5%;
float: left;
font-size: 5vw;
	}
.contact_tel a{
	text-decoration:none;
	}
.f_con_right a{
	text-decoration:none;
	}
.contact_tel span{
	font-size: 20px;
	}

.footer_access{
	width:90%;
	margin:0 auto;
	}
.footer_access iframe{
		width: 100%;
margin-bottom: 20px;
height: 340px;
}
.footer_access h2 {
	border-bottom: 1px solid #ccc;
	border-left: 4px solid #223670;
	padding-left: 14px;
}


.movie_wrap{
	clear:both;
	padding-top:20px;
	padding-bottom:0px;
	}
.movie_con{
	width: 90%;
padding: 0 5% 0;
margin: 0 auto;
  margin-top: 0px;
display: block;
	}
.movie_con h2 {
  text-align: center;
  margin-top: 0px;
}

.youtube_img{
width: 100%;
height: auto;
box-shadow: 0 12px 25px -12px #444;
object-fit: cover;
margin: 0 auto;
display: block;
}
.youtube_play{
position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
width: 75px;
}
.fancybox-youtube{
	position:relative;
	display: block;
	text-decoration: none !important;
	}
.fancybox-youtube:hover{
	text-decoration: none !important;
}
.sp_main{
	width: 100%;
height: auto;
}


.contact_comfirm_page{}
.contact_comfirm_page article{
	margin: 0 auto;
  display: block;
  float: none;
  }
.contact_comfirm_page p{
	 margin-bottom:0;
	 }
.contact_comfirm_page h4{
	margin-top:0;
	}
.contact_comfirm_page .return_btn{
	width: 47%;
  height: 48px;
  float: left;
  display: block;
  margin-bottom: 25px;
  margin-right: 3%;
  }
.contact_comfirm_page .wpcf7-submit{
	margin: 0 !important;
	float:left;
	margin-bottom: 25px;
	width: 47% !important;
  float: right;
	}
.contact_submin_wrap{
	width: 100%;
  overflow: hidden;
  margin: 0 auto;
  }
/* reCAPTCHA非表示*/
.grecaptcha-badge{
	display:none;
	}
/*ここまで2.0*/


.contents_01wrap{
	padding-top: 30px;
  padding-bottom: 20px;
  clear: both;
  }
.contents_01{
  display: block;
  width: 90%;
  margin: 0 auto;
	}
.contents_02wrap{
	padding-top: 30px;
  padding-bottom: 50px;
  clear: both;
  overflow: hidden;
  background-image: url("images/accent01.png");
  }
.contents_02{
	overflow: hidden;
  display: block;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 20px;
	}
.contents_03wrap{
	padding-top: 30px;
  padding-bottom: 50px;
  clear: both;
  overflow: hidden;
  background-image: url("images/accent01.png");
  }
.contents_03{
	overflow: hidden;
  display: block;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 20px;
	}
.contents_04wrap{
	padding-top: 30px;
  padding-bottom: 20px;
  clear: both;
  overflow: hidden;
  margin-bottom: -80px;
  background-image: url("images/accent02.png");
  }
.contents_04{
	overflow: hidden;
  display: block;
  width: 90%;
  margin: 0 auto;
	}

.contents_01 .txt{
	width: 100%;
  margin-top: 30px;
  }
.contents_01 .txt h1{
	font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 23px;
  font-weight: bold;
  }
.contents_01 .txt h4{
	text-align: left;
	}
.contents_01 .txt p{}
.contents_01 img{
	width: 100%;
  }
.contents_02 .txt{
	width: 100%;
	}
.contents_02 .txt h4{
	text-align:left;
	margin-top: 0;
	}
.contents_02 .txt h1{}
.contents_02 .txt p{}
.contents_02 .txt a{}
.contents_02 img{
	width: 100%;
  border-radius: 20px;
	}
.contents_03 .txt{
width: 100%;
  }
.contents_03 .txt h4{
	text-align:left;
	margin-top: 0;
	}
.contents_03 .txt h1{}
.contents_03 .txt p{}
.contents_03 .txt a{}
.contents_03 img{
	width:100%;
	border-radius: 20px;
	}
.contents_04 .eng_title{
	text-align:center;
	}
.contents_04 .h2_title{
	text-align: center;
	}
.con4_left{
	width: 100%;
	margin-bottom: 50px;
  }
.con4_left img{
	width: 100%;
  height: auto;
  border-radius: 20px;
  transition: 0.3s ease-in-out;
  }
.con4_left img:hover {
	opacity: 0.7;
	transform: scale(1.05);
}
.con4_left .con4_h3{
	font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #000 !important;
  }
.con4_right{
	width: 100%;
	margin-bottom: 50px;
  }
.con4_right img:hover {
	opacity: 0.7;
	transform: scale(1.05);
}
.con4_right img{
	width: 100%;
  height: auto;
  border-radius: 20px;
  transition: 0.3s ease-in-out;
  }
.con4_right .con4_h3{
	font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #000 !important;
  }
.con4_h3 span{
	color:#D0A900;
	}
.contents_04 ul{
font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #223670;
  background: #fff;
  border-radius: 20px;
  padding: 20px 25px;
  
  }
.contents_04 ul li{
	line-height: 260%;
  border-bottom: 1px dotted #000;
  color: #D0A900;
	}
.contents_04 ul li span{
	color:#000;
	}
.contents_04 ul li a{
	text-decoration: none;
	}

/*=============
a.btn_03
=============*/
a .btn_03 {
	display: inline;
	position: relative;
	background: #223670;
	border: 1px solid #223670;
	border-radius: 30px;
	box-sizing: border-box;
	padding: 0 45px 0 25px;
	color: #fff;
	font-size: 13px;
	letter-spacing: 0.1em;
	line-height: 1.3;
	text-align: left;
	text-decoration: none;
	transition-duration: 0.3s;
	padding-top: 12px;
	padding-bottom: 12px;
}
a .btn_03:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
}
a .btn_03:hover {
  background: #fff;
  color: #223670;
}
a .btn_03:hover:before {
  border-top: 2px solid #223670;
  border-right: 2px solid #223670;
}

/*ボタンここまで*/
.kuwasiku{
	color: #223670;
	text-decoration: none;
}
.kuwasiku:hover{
	text-decoration: none;
}
.dli-caret-circle-fill-right {
	display: inline-block;
	vertical-align: middle;
	color: #223670;
	line-height: 1;
	position: relative;
	width: 0.9em;
	height: 0.8em;
	border: 0.1em solid currentColor;
	background: currentColor;
	border-radius: 50%;
	box-sizing: content-box;
	margin-left: 10px;
	margin-bottom: 5px;
}
.dli-caret-circle-fill-right::before {
	content: '';
	color: #fff;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-width: 0.18em 0.31177em;
	border-left-color: currentColor;
	border-right: 0;
	transform: translateX(15%);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.contents_01 .txt a{
	font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 19px;
  color: #223670;
  transition: 0.5s;
  }
.contents_01 .txt a:hover {
	color: #25ceff;
	font-size: 21px;
}

.lp_hougago_con01wrap{
	padding-top:30px;
	padding-bottom:20px;
	clear:both;
	}
.lp_hougago_con01{
	width:90%;
	margin:0 auto;
	display:block;
	position: relative;
	overflow: hidden;
	}
.lp_hougago_con02wrap{
	padding-top:0px;
	padding-bottom:20px;
	clear:both;
	}
.lp_hougago_con02{
	width:90%;
	margin:0 auto;
	display:block;
	overflow:hidden;
	}
.lp_hougago_con03wrap{
	padding-top:10px;
	padding-bottom:20px;
	clear:both;
	background-color: #00337b;
	}
.lp_hougago_con03{
	width:90%;
	margin:0 auto;
	display:block;
	overflow:hidden;
	
	}
.lp_hougago_con04wrap{
	padding-top:0px;
	padding-bottom:0px;
	clear:both;
	}
.lp_hougago_con04{
	width:90%;
	margin:0 auto;
	display:block;
	overflow:hidden;
	}
.lp_hougago_con05wrap{
	clear:both;
	padding: 0;
	width: 100%;
	}
.lp_hougago_con05{
	width:90%;
	margin:0 auto;
	display:block;
	overflow:hidden;
	}
.lp_hougago_con06wrap{
	padding-top:0px;
	padding-bottom:20px;
	clear:both;
	}
.lp_hougago_con06{
	width: 90%;
  margin: 0 auto;
    margin-bottom: 0px;
  display: block;
	}
.lp_hougago_con07wrap{
	padding-top:30px;
	padding-bottom:20px;
	clear:both;
	}
.lp_hougago_con07{
	width:90%;
	margin:0 auto;
	display:block;
	overflow:hidden;
	}
.check_img {
  width: 15px;
  margin-top: 5px;
  margin-right: 2px;
}
.lp_hougago_con03 ul li {
	background: #fff;
  margin-bottom: 30px;
  font-size: 16px;
  padding: 10px;
    padding-left: 10px;
  padding-left: 3%;
  border-radius: 30px;
}
.lp_hougago_con03 ul {
  list-style: none;
  padding: 0;
}
.lp_hougago_con04 img {
  margin: 0 auto;
  display: block;
  width: 50%;
}
.lp_hougago_con01 .txt{
	color: #fff;
  width: 90%;
  background: rgba(5,41,147,0.7);
  padding: 20px 5%;
  margin-top: -25px
  }
.lp_hougago_con01 .txt h4{
	text-align:left;
	}
.lp_hougago_con01 .txt h4 span{
	color:#fff;
	}
.lp_hougago_con01 .txt h1{
	font-family: 'Zen Maru Gothic', sans-serif;}
.lp_hougago_con01 .txt p{}
.lp_hougago_con02 .eng_title{
	text-align: center;
	}
.lp_hougago_con02 h2{
	text-align:center;
	}
.lp_hougago_con02 .houcon02_div{
	width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
  }
.lp_hougago_con02 .houcon02_div img{
	width: 80%;
  margin: 0 auto;
  display: block;
  }
.lp_hougago_con02 .houcon02_div .txt{
	width: 350px;
  margin: 0 auto;
  }
.lp_hougago_con02 .houcon02_div .txt h3{
	text-align: center;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 25px;
  font-weight: bold;
  margin-top: 14px;
  color: #223670;
  margin-bottom: 0;
  }
.lp_hougago_con02 .houcon02_div .txt h4{
	text-align: center;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 20px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 6px;
  }
.lp_hougago_con02 .houcon02_div .txt p{}
.houcon02_div_r{
	border-right: none !important;
	}
.houcon02_div_btm{
	clear: both;
	}
.houcon02_div_btm img{
	width: 60%;
  height: auto;
  margin: 0 auto;
  display: block;
  }
.houcon02_div_btm .txt{
	width: 100%;
  }
.houcon02_div_btm .txt h4{
	text-align: left;
	}
.houcon02_div_btm .txt h2{
	text-align: left;
	}
.houcon02_div_btm .txt h2 span{}
.houcon02_div_btm .txt p{}
.lp_hougago_con03 h4{
	text-align:center;
	}
.lp_hougago_con03 h2{
	text-align:center;
	color: #fff;
	}
.lp_hougago_con03 .setsumei{
	text-align:center;
	color: #fff;
	}
.lp_hougago_con05 h4{
	color: #fff;
	text-align: center;
	}
.lp_hougago_con05 h2{
	text-align:center;
	font-size: 23px;
	}
.lp_hougago_con05 .setsumei{
	text-align: left;
	}
.houcon05_div .triple_div_txt{
	padding-bottom: 46px;
	}
.houcon05_div .triple_div_txt a{}
.lp_hougago_con07 .txt{
	width: 100%;
  }
.lp_hougago_con07 img{
	width: 100%;
  height: auto;
  border-radius: 20px;
  }
.lp_hougago_con07 .txt h2{}
.lp_hougago_con07 .txt h4{
	text-align: left;
	}
.lp_hougago_con07 .txt p{}
.lp_hougago_con07 .txt img{}
.lp_hougago_con06 h4{
	text-align: center;
	}
.lp_hougago_con06 h2{
	text-align: center;
	}
.houcon06_div{
	width: 100%;
  overflow: hidden;
  padding-bottom: 20px;
  margin-bottom: 20px;
  }
.houcon06_div .txt{
	width:100%;
  }
.houcon06_div .txt h3{
	font-size: 21px;
  border-bottom: 1px solid #ddd;
  font-family: 'Zen Maru Gothic', sans-serif;
  margin-bottom: 0;
  }
.houcon06_div .txt h4{
	font-size: 25px;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
	}
.houcon06_div .txt p{}
.houcon06_div .txt a{}
.houcon06_div .googlemap_lp{
	width: 100%;
  }
.houcon06_div .googlemap_lp iframe{
	width: 100%;
  border-radius: 10px;
  height: 300px;
  }
.houcon05_div h3{
	text-align:center;
	}
.houcon05_div .txt{}
.sasie_wrap{
	padding-top:0px;
	padding-bottom:40px;
	clear: both;
	}
.sasie_div{
	margin: 0 auto;
  overflow: hidden;
  text-align: center;
  font-size: 0;
  line-height: 0;
	}
.sasie_div img{
	display: inline-block;
  width: 33.3%;
  height: auto;
  border-radius: 10px;
	}
.lp_kaigo_con01wrap{
	padding-top: 30px;
  padding-bottom: 10px;
  }
.lp_kaigo_con01{
	width: 90%;
  margin: 0 auto;
  display: block;
  }
.lp_kaigo_con01 img{
	width: 70%;
  height: auto;
  border-radius: 10px;
  display: block;
  margin: auto;
  }
.lp_kaigo_con01 .txt{
  width: 100%;
  }
.lp_kaigo_con01 .txt h2{}
.lp_kaigo_con01 .txt h4{
	text-align:left;
	}
.lp_kaigo_con01 .txt p{}
.kaigocon01_div_btm{
	clear: both;
	overflow: hidden;
	}
.kaigocon01_div_btm img{
	width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
  }
.kaigocon01_div_btm .txt{
	}
.kaigocon01_div_btm .txt h2{}
.kaigocon01_div_btm .txt h4{}
.kaigocon01_div_btm .txt p{}
.lp_kaigo_con05 {
	width: 90%;
	margin: 0 auto;
	display: block;
	overflow: hidden;
}
.lp_kaigo_con05 .triple_div {
	width: 100%;
  box-shadow: 4px 6px 30px rgba(0,0,0,0.1);
  margin-bottom: 60px;
  border-radius: 20px;
  background: #fff;
}
.lp_kaigo_con05 h2{
	text-align:center;
	}
.lp_kaigo_con05 .setsumei{
	text-align:center;
	}
.contents_04 .syousai{
	font-size: 12px;
  text-align: right;
	}
.lp_hougago_con08wrap{
	padding-top:0px;
	padding-bottom:0px;
	overflow: hidden;
	}
.lp_hougago_con08{
	width: 90%;
  margin: 0 auto;
  position:relative;
  }
.lp_hougago_con08 .h2_title{
	text-align: center;
	}
.houcon08_div{
	width: 100%;
  overflow: hidden;
  margin-bottom: 15px;
  }
.houcon08_div h3{
	font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 19px;
  text-align: center;
  }
.houcon08_div .setsumei{
  color: #006eb0;
  line-height: 175%;
	}
.houcon08_div .txt{
	background: url(images/dot_img.png) repeat-y 8% top;
	padding-bottom: 20px;
	}
.houcon08_div .txt_last{
	background:none;
	}
.houcon08_div .txt h4 {
	background-color: #223670;
	color: #fff;
	width: 90%;
	font-size: 14px;
	border-radius: 20px;
	padding: 10px 5% 10px 5%;
	margin-bottom: 5px;
	margin-top: 0;
	font-family: 'Zen Maru Gothic', sans-serif;
}
.houcon08_div_r .txt h4 {
	background-color:#006eb0;
	}
.houcon08_div .txt h4 span{
	margin-right:10px;}
.houcon08_div .txt p{
	margin-left: 12%;
  width: 90%;
  line-height: 208%;
  margin-bottom: 0;
  }
.houcon08_div_r{
	border: none;
	}
.shopcon3_wrap{
	padding-top: 10px;
  padding-bottom: 30px;
  overflow: hidden;
  clear: both;
	}
.shopcon3{
	width: 90%;
  margin: 0 auto;
  overflow: hidden;
  }
.shopcon3 h4{
	text-align:left;
	}
.shopcon3 h2{
	text-align:left;
	}
.shopcon3 table{
	font-size: 12px;
	}
.shopcon3 table tr{
	border-bottom: 1px solid #ccc;
	}
.shopcon3 table tr th{
	text-align: left;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 30%;
  padding-top: 12px;
  padding-bottom: 12px;
  }
.shopcon3 table tr td{
	background-color: #fff;
  padding-left: 30px;
  padding-right: 30px;
  padding-top:12px;
  padding-bottom:12px;
  }
.googlemap_shop{}
.googlemap_shop iframe{
	width: 100%;
  border-radius: 10px;
  height: 300px;
  }

.shopcon3_r{
	width: 100%;
  margin: 0 auto;
  }
.shopcon3_l{
	width: 100%;
  margin: 0 auto;
  }
.shopcon2_wrap{
	padding-top: 20px;
  padding-bottom: 10px;
	}
.shopcon2{
	overflow:hidden;
	width: 90%;
	margin:0 auto;
	display:block;
	}
.shopcon2 img{
	width: 50%;
  height: auto;
  margin: 0 auto;
    margin-top: 0px;
  display: block;
  margin-top: 20px;
	}
.shopcon2 .txt{
	width: 100%;
	}
.shopcon2 .txt h2{
	text-align: left;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 23px;
	}
.shopcon2 .txt h4{
	text-align:left;
	}
.shopcon2 .txt p{}
.shopcon1_wrap{}
.shopcon1{
	width: 90%;
  margin: 0 auto;
  display: block;
  position: relative;
  }
.shopcon1 .txt{
	color: #fff;
  background: rgba(169,68,123,0.8);
  padding: 30px 5%;
  margin: 0 auto;
    margin-top: 0px;
  display: block;
  margin-top: -35px;
  }
.shopcon1 .txt h1{
	font-family: 'Zen Maru Gothic', sans-serif;
  border: -;
  border-bottom: 1px solid;
  margin-left: 0;
  font-size: 23px;
  }
.shopcon1 .txt h4{
	font-family: 'Zen Maru Gothic', sans-serif;
text-align: right;
}
.shopcon4_wrap{
	padding-top: 0px;
  padding-bottom: 30px;
  }
.shopcon4{
	width: 80%;
  margin: 0 auto;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 25px;
  }
.shopcon4 .img_wrap{
width: 100%;
  margin-top:50px;
  }
.shopcon4 .img_wrap img{
	width: 50%;
  height: auto;
  border-radius: 50%;
  margin: 0 auto;
  display: block;
  }
.shopcon4 .img_wrap h3{
	text-align:center;
	font-family: 'Zen Maru Gothic', sans-serif;
	}
.shopcon4 .img_wrap h3 span{
	margin-left: 3%;
	}
.shopcon4 .txt{
	width: 100%;
  }
.shopcon4 .txt h4{
	text-align: left;
	margin-top: 0;
	}
.shopcon4 .txt h2{}
.shopcon4 .txt h4 span{}
.shopcon4 .txt p{
	margin: 0;
	}
.shopcon5_wrap{
	padding-top: 10px;
  padding-bottom: 15px;
  overflow:hidden;
  }
.shopcon5{
	width:90%;
	margin:0 auto;
	display:block;
	}
.shopcon5 h4{
	color: #223670;
	text-align: center;
	}
.shopcon5 h2{
	text-align: center;
	}
.shopcon5 .table_wrap{}
.shopcon5 h3{
	font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px dotted #ccc;
  }
/*
.shopcon5 table tr{
	border-bottom: 1px solid #ccc;
	}
.shopcon5 table th{
	text-align: left;
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
  padding-right: 33px;
	}
.shopcon5 table td{
	padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  background-color: #fff;
  border-right: 1px dotted;
  }
.table_title th,.table_title td{
	text-align: left;
  font-weight: bold;
  background: #223670 !important;
  color: #fff;
  }
.kaigo_table01{
	width: 645px;
  float: left;
  }
.kaigo_table02{
	width: 550px;
  float: right;
  }
.table_title .th1{width: 130px;}
.table_title .th2{width: 140px;}
.table_title .th3{width: 150px;}
.kaigo_table02 td{
	width: 280px;
	}
.shopcon6 table tr{
	border-bottom: 1px solid #ccc;
	}
.shopcon6 table th{
	text-align: left;
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
  padding-right: 33px;
	}
.shopcon6 table td{
	padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  background-color: #fff;
  border-right: 1px dotted;
  }
.shopcon6 table .th1{
	width: 100px !important;
	}
.shopcon6 table .th2{
	width: 100px !important;
	}
.shopcon6 table .th3{
	width: 100px !important;
	}
.shopcon6 table .th4{
	width: 130px !important;

	}
*/
.retsu3{}
.retsu2{}
.retsu4{}
.kaigo_table01{
	width: 100%;
	}
.kaigo_table02{
	width: 100%;
	}
.kaigo_table03{
	width: 100%;
	}
.kaigo_table04{
	width: 100%;
	}

.retsu3 table{
	width: 100%;
	font-size: 12px;
	}
.retsu3 table tr{
	border-bottom: 1px solid #ccc;
	}
.retsu3 table tr th{
	padding-top: 20px;
	padding-bottom: 20px;
  padding-left: 3%;
  padding-right: 3%;
  text-align:left;
  }
.retsu3 table tr td{
	padding-top: 20px;
	padding-bottom: 20px;
  padding-left: 3%;
  padding-right: 3%;
  background-color: #fff;
  border-right: 1px dotted #ccc;
  }
.table_title th,.table_title td{
	text-align: left;
  font-weight: bold;
  background: #223670 !important;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 3%;
  padding-right: 3%;
}
.retsu3 table .th_red1{}
.retsu3 table .th_red2{width: 20%;}
.retsu3 table .th_red3{width: 20%;}
.retsu3 table .th_red4{}

.kome{
	clear:both;
	}

.retsu4 table{
	width: 100%;
	font-size: 12px;
	margin-bottom: 30px;
	}
.retsu4 table tr{
	border-bottom: 1px solid #ccc;
	}
.retsu4 table tr th{
	padding-top: 20px;
	padding-bottom: 20px;
  padding-left: 3%;
  padding-right: 3%;
  text-align:left;
  }
.retsu4 table tr td{
	padding-top: 20px;
	padding-bottom: 20px;
  padding-left: 3%;
  padding-right: 3%;
  background-color: #fff;
  border-right: 1px dotted #ccc;
  }
.retsu4 table .th_red1{width: 18%;}
.retsu4 table .th_red2{width: 18%;}
.retsu4 table .th_red3{width: 19%;}
.retsu4 table .th_red4{width: 21%;}
.retsu4 table .th_red5{}


.retsu2 table{
	width: 100%;
	font-size: 12px;
	}
.retsu2 table tr{
	border-bottom: 1px solid #ccc;
	}
.retsu2 table tr th{
	padding-top: 20px;
	padding-bottom: 20px;
  padding-left: 3%;
  padding-right: 3%;
  text-align:left;
  }
.retsu2 table tr td{
	padding-top: 20px;
	padding-bottom: 20px;
  padding-left: 3%;
  padding-right: 3%;
  background-color: #fff;
  border-right: 1px dotted #ccc;
  }
.shopcon1 img{
	position: relative;
  right: 1px;
  width: 100%;
  height: 310px;
  z-index: -1;
  object-fit: cover;
  object-position: 50% 0%;
  }
.lp_hougago_con01 img{
	border-radius: 10px;
  width: 100%;
  position: relative;
  z-index: -1;
  }
.contact_page{
	width: 90% !important;
	}
.gakusyuu_con1_div {
	width: 90%;
  background-color: #fff;
  padding: 11px;
  border-radius: 8px;
  box-shadow: 6px 6px #e6e0d7;
  border: 1px solid #e6e0d7;
  margin-bottom: 23px;
}
.gakusyuu_con1_div h3 {
	text-align: center;
	font-size: 18px;
	color: #000;
}
.gakusyuu_con1_div img {
	margin: 0 auto;
	display: block;
	width: 75% !important;
}
.gakusyuu_con1_div p {
	font-size: 14px;
	line-height: 200%;
}
.gakusyuu_r {
	
}
.gakusyuu_con2_div {
	width: 100%;
}
.gakusyuu_con2_div h3 {
	background-color: #ffa921;
	color: #fff;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 5px;
	border-radius: 8px;
}
.gakusyuu_con2_div p {
	font-size: 14px;
}
.gakusyuu_r {
	
}
.gakusyuu_con3_div {
	width: 100%;
	margin-bottom:40px;
}
.gakusyuu_con3_div h3 {
	text-align: center;
	margin-bottom: 2px;
	color: #000;
}
.gakusyuu_con3_div img {
	width: 100%;
}
.gakusyuu_r {
	
}
.gakusyuu_con2{
	clear:both;
	}
.gakusyuu_con3{
	clear:both;
	}
.gakusyuu_con3_div p{
	line-height:200%;}
.undou_con1 ul li {
	background-color: #ffa921;
	color: #fff;
	font-weight: bold;
	width: 100%;
	padding: 2%;
	margin-bottom: 1px;
	text-align: center;
	border-radius: 4px;
}
.undou_con1 ul {
	list-style: none;
	padding-left: 0;
	/* border-radius: 62px; */
	overflow: hidden;
	margin: 0 auto;
	display: block;
	width: 100%;
}
.undou_con3_txt {

}
.undou_con3 img {
}

.undou_con1{
	overflow:hidden;
	margin-bottom:15px;
	}
.undou_con2{
	overflow:hidden;
	margin-bottom:50px;
	}
.undou_con3{
	overflow:hidden;

	}
.undou_con3 h3{
	color:#ffa921;}
.undou_con4{
	overflow:hidden;
	margin-bottom:50px;
	clear:both;
	}
.undou_con5{
	overflow:hidden;
	margin-bottom:50px;
	}
#cover .txt{
	width: 35%;
  margin: 0 auto;
    margin-top: 0px;
    margin-left: auto;
  margin-top: 0px;
  margin-top: 12vh;
  margin-left: 15%;
  position: relative;
  display: none;
  }
#cover .txt h2{
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 2.4vw;
	line-height: 200%;
	color: #56534F;
	margin-bottom: 7px;
	text-shadow: 2px 2px 0 #f9f8f4, -2px -2px 0 #f9f8f4, -2px 2px 0 #f9f8f4, 2px -2px 0 #f9f8f4, 0px 1px 0 #f9f8f4, 0-2px 0 #f9f8f4, -2px 0 0 #f9f8f4, 2px 0 0 #f9f8f4;
}
#cover .txt h2 span{}
#cover .txt p{
	font-family: 'Zen Maru Gothic', sans-serif;
	text-shadow: 1px 1px 0 #f9f8f4, -1px -1px 0 #f9f8f4, -1px 1px 0 #f9f8f4, 1px -1px 0 #f9f8f4, 0px 1px 0 #f9f8f4, 0-1px 0 #f9f8f4, -1px 0 0 #f9f8f4, 1px 0 0 #f9f8f4;
	font-size: 1vw;
}
#cover .txt .sasie{
	width: 50%;
  float: left;
  }
#cover .txt .header_mark{
	width: 42%;
  float: right;
  margin-right: 6%;
  }
#cover .txt h2 .line{
border-bottom: 2px dashed #000;
}
.margin-50 {
	margin-top: -70px !important;

}
.lp_hougago_con08 .eng_title{
	text-align:center;
	}
.pd_b_0{
	padding-bottom: 2px !important;
	}
.lp_kaigo_con05 .eng_title{
	text-align:center;
	}
.insta_wrap{
	width:90%;
	margin:0 auto;
	}
.insta_wrap img{
	margin-bottom:30px;
	}
/*ここからわくわくワーク*/
.wakuwakuwork_con1_wrap{
	padding-top:0px;
	padding-bottom:20px;
	clear:both;
	}
.wakuwakuwork_con1{
	overflow: hidden;
  width: 90%;
  margin: 0 auto;
  display: block;
  }
.wakuwakuwork_con1 img{
	width: 50%;
  height: auto;
  margin: 0 auto;
  display: block;
  }
.wakuwakuwork_con1 .txt{
	width: 100%;
  }
.wakuwakuwork_con1 .txt h4{
	text-align:left;
	}
.wakuwakuwork_con1 .txt h2{
	font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 23px;
  }
.wakuwakuwork_con1 .txt p{}
.wakuwakuwork_con2_wrap{
	padding-top:0px;
	padding-bottom:10px;
	clear:both;
	padding-bottom: 30px;
	}
.wakuwakuwork_con2{
	overflow: hidden;
  width: 90%;
  margin: 0 auto;
  display: block;
  }
.wakuwakuwork_con2 h4{}
.wakuwakuwork_con2 h2{
	font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 23px;
  margin-bottom: 30px;
  }
.wakuwakuwork_con2 img{
	width: 35%;
  height: auto;
  position: absolute;
  right: 1px;
  top: 300px;
	}
.waku2_div_wrap{
	width: 90%;
  background: #fff;
  padding: 3px 5%;
  border-radius: 20px;
	}
.waku2_div{
	border-bottom: 1px dotted #666;
	}
.waku2_div h3{
	font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 20px;
  }
.waku2_div h4{}
.waku2_div ul{
	padding-left: 4%;
	}
.waku2_div ul li{
	color: #223670;
	line-height: 240%;
	}
.waku2_div ul li span{
	color: #000000;
	}
.waku2_div h3 span{
	font-size: 14px;
  letter-spacing: 1px;
  color: #223670;
  margin-left: 25px;
}
.wakuwakuwork_con3_wrap{
	padding-top:0px;
	padding-bottom:0px;
	}
.wakuwakuwork_con3{
	overflow: hidden;
  width: 90%;
  margin: 0 auto;
  display: block;
	}
.wakuwakuwork_con3 .setsumei{
	text-align: center;
  clear: both;
  color: #223670;
  font-weight: bold;
  font-size: 18px;
	}
.wakuwakuwork_con3 h2{
	margin-bottom: 30px;
	font-size:23px;
	}
.wakuwakuwork_con3 h4{}
.waku3_div{
	width: 100%;
	margin-bottom: 40px;
	}
.waku3_div_r{
	float:right;
	margin-right:0;
	}
.waku3_div img{
	width:100%;
	height:auto;
	border-radius: 20px 20px 0 0;
	}
.waku3_div .txt{
	padding-top: 10px;
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 5px;
  background: #fff;
  border-radius: 0px 0px 20px 20px;
	}
.waku3_div .txt h3{
	text-align: center;
  border-bottom: 1px dotted;
  }
.waku3_div .txt p{}
.shopcon2 .work05{
	width:100%;
	height:auto;
	}
	
/*S&Hオリジナル*/
.jigyou_title {
	color: #223670;
	font-size: 20px;
	margin-bottom: 0;
	margin-bottom: 18px;
}
.contents_05wrap {
	clear: both;
	padding-top: 110px;
	padding-bottom: 70px;
	background: linear-gradient(135deg, #223670 0%, #052993 50%, #1f2f54 70%, #fff 85%, #dcd3af 90%);
  clip-path: polygon(0 77px, 100% 0, 100% calc(94% - 7px), -2px 100%);
	z-index: 1;
	position: relative;
}
.contents_05 {
	width: 90%;
	margin: 0 auto;
	display: block;
	overflow: hidden;
}
.contents_05 img {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}
.contents_05 .txt h2 {
	color: #fff;
	font-size: 14px;
	margin-bottom: 0;
}
.contents_05 .txt h4 {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
}
.contents_05 .txt h4 span {
	color: #fff;
	font-size: 13vw;
}
.contents_05 .txt p {
	color: #fff;
}
.blue_btn {
	display: inline-block;
	width: 140px;
	text-align: center;
	text-decoration: none;
	line-height: 50px;
	outline: none;
	color: #1B85FB;
	background-color: #fff;
	position: relative;
	border: 1px solid #1B85FB;
	transition: color 0.5s ease;
}
.contents_05 .txt {
	width: 100%;
	margin-bottom: 30px;
	overflow: hidden;
}
.contents_05 .blog_content .news-list_wrap h2 {
	border: none;
	margin: 0;
}
.contents_05 .blog_content .news-list_wrap h2 span {
	color: #3a75bb;
	font-size: 13vw;
	border: none;
}
.contents_05 .blog_content .news-list {
	border-top: 1px solid #fff;
}
.contents_05 .blog_content .news-list li {
	background: none;
	border-bottom: 1px solid #fff;
	border-radius: 0px;
	padding: 10px 0rem;
}
.contents_05 .blog_content .news-list li .date {
	background: no-repeat;
	color: #fff;
	font-size: 15px;
	margin-right: 3rem;
	font-weight: bold;
}
.contents_05 .blog_content .news-list li .cate {
	font-size: 10px;
	margin: 0 20px 0 0;
	line-height: 100%;
	background: #3a75bb;
	color: #fff;
	padding: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	float: left;
	width: 61px;
	text-align: center;
}

.contents_06wrap {
	position: relative;
	width: 100%;
	background-image: url("images/con5_back.jpg");
	background-repeat: repeat-x;
	background-size: cover;
	background-position: 0 0;
	animation-name: slide_img;
	animation-duration: 200s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	padding: 60px 0;
	margin-top: -140px;
}
@keyframes slide_img {
    100% {
        background-position: -10000px 0;
        }
}
.contents_06 {
	width: 90%;
	margin: 0 auto;
	display: block;
	overflow: hidden;
}
.contents_06 .txt {
	background: rgba(237, 245, 252, 0.8);
	width: 80%;
	border-radius: 9px;
	padding: 30px 10%;
	margin-top: 35px;
}
.contents_06 .txt h2 {
	font-size: 14px;
}
.contents_06 .txt h4 {
	text-align: left;
}
.contents_06 .txt h4 span {
	color: #3a75bb;
	font-size: 13vw;
}
.contents_07wrap {
	clear: both;
	padding-top: 50px;
	padding-bottom: 30px;
	background: #fff;
}
.contents_07 {
	width: 90%;
	margin: 0 auto;
	display: block;
}
.contents_07 .news_content .news-list_wrap h2 span {
	color: #3a75bb;
	font-size: 13vw;
}
.contents_07 .news_content .news-list {
	width: 100%;
	border-top: 1px solid;
}
.contents_07 .news_content .news-list li {
	background: #fff;
	border-bottom: 1px solid;
	border-radius: 0px;
	padding: 10px 0rem;
}
.contents_07 .news_content .news-list li .date {
	background: no-repeat;
	color: #3a75bb;
	font-size: 15px;
	margin-right: 3rem;
	font-weight: bold;
}
.contents_07 .news_content .news-list li .cate {
	font-size: 10px;
	margin: 0 20px 0 0;
	line-height: 100%;
	background: #3a75bb;
	color: #fff;
	padding: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	float: left;
	width: 61px;
	text-align: center;
}
.ceo_1{
	width: 70% !important;
  margin: 0 auto;
  display: block;
  }
.company_con2 .txt h3{
	color:#000;
	text-align:right;
	}
.company_con2 .txt h3 span {
	font-size: 14px;
	margin-right: 20px;
	color: #223670;
}
.company_con4 h3 {
	text-align: center;
	font-size: 22px;
	color: #000;
}
.obi_wrap{
	background: #223670;
  padding: 30px 0;
  clear:both;
  background: linear-gradient(90deg, #052993, 30%, #1f2f54);
  margin: 0 3%;
  border-radius: 30px;
  }
.obi_con{
	width: 90%;
	margin:0 auto;
	}
.obi_con h4{
	margin-top: 0;
	}
.obi_con h4 span{
	color:#fff;
	}
.obi_con h2{
	text-align: center;
  color: #fff;
  font-size: 23px;
  margin-top: 14px;
	}
.obi_con p{
	text-align:center;
	color: #fff;
	font-size: 13px;
	}
.obi_con a{
	width: 80%;
  font-size: 4.2vw;
	}
.double_obi{
  margin: 0 auto;
  }
.double_obi .button19{}
.youtube_wrap {
	padding: 30px 0;
	clear: both;
	padding-top: 0;
}
.youtube {
	width: 90%;
	margin: 0 auto;
}
.youtube h2 {
	text-align: center;
}
.youtube h4 {
	text-align: center;
}
.care_link{
	margin-bottom: 30px;
	}
.ashi_link{}

.lp_hougago_con09wrap{
	padding: 30px 0;
	}
.lp_hougago_con09{
	margin: 0 auto;
  width: 90%;
  display: block;
  clear: both;
  }
.lp_hougago_con09 .setsumei{
	text-align:center;
	}
.lp_hougago_con09 h2{
	text-align:center;
	}
.lp_hougago_con09 h4{
	text-align:center;
	}
.ryouiku_con_wrap{}
.ryouiku_con{
	width: 90%;
  padding: 5%;
  background: #fff;
  border-radius: 0px 0px 20px 20px;
  margin-bottom: 30px;
	}
.ryouiku_con img{
	width: 60%;
  height: auto;
  margin: 0 auto;
  display: block;
  }
.ryouiku_con h3{
	text-align: center;
	color: #223670;
	}
.ryouiku_con .main{
	margin: 0;
	}
.ryouiku_con .sub{
	margin-top: 0;
  font-size: 15px;
  color: #D0A900;	
	}
.ryouiku_con p{}
.ryouiku_angel{
background: #D0A900;
}
.ryouiku_dream{
background: #dbceef;
}
.lp_hougago_con09 h4 span{
	color:#fff !important;
	}
	
	
	
	
.main_slider{}
.main_slider img{
	width: 60% !important;
  border-radius: 30px;
  position: absolute;
  z-index: -3;
  right: 2%;
	}
.logo_happy_angel{
	width: 300px !important;
  margin-left: 200px;
  margin-top: 0 !important;
  }




.s_angel_about{
	width:45%;
	overflow:hidden;
	}
.angel_l{
	float:left;
	}
.angel_4{
	float: right;
	}
	
	
.insta_angel_wrap{
	width: 280px;
  margin: 0 auto;
    margin-top: 0px;
  margin-top: 50px;
  clear:both;
  }
.btn-flat-simple {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 20px 80px;
  text-decoration: none;
  color: #00BCD4;
  background: #ffffff;
  transition: .4s;
  font-size: 20px;
  border-radius: 50px;
}
.btn-flat-simple i{
	margin-right: 10px;
	}
.btn-flat-simple:hover {
  background: #00bcd4;
  color: white;
  text-decoration:none;
}


.news-thumb {
    width: 200px;       /* 表示したい横幅 */
    height: auto;       /* 表示したい高さ */
	float:right;
}

.news-thumb img {
    width: 200px;
  height: 130px;
  object-fit: cover;/* 画像を中央からトリミングしてフィットさせる */
  display: block;
  margin: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.news-thumb img:hover{
	opacity:0.8;
	}

.text-ellipsis {
    width: 300px;
    white-space: nowrap;        /* 改行しない */
    overflow: hidden;           /* はみ出しを隠す */
    text-overflow: ellipsis;    /* … にする */
}

.news-list .img_link{
  width: 200px;
  padding: 0;
  display: none !important;
  }
  
.footer_concept ul{}
.footer_concept ul li{
	border-bottom:none;
	}
	
.contents_08wrap{
	clear: both;
  padding-top: 30px;
	}
.contents_08{
	width: 90%;
  margin: 0 auto;
  }
.contents_08 .news_content {}
.contents_08 .news_content .news-list_wrap{
	margin: 0;
	}
.contents_08 .news_content .news-list_wrap .news_left{
	overflow: hidden;
	}
.contents_08 .news_content .news-list_wrap .news_left .section-title{}
.contents_08 .news_content .news-list_wrap .news_left .j-title{
	font-size: 20px;
  color: #3a75bb;
  float: left;
  margin: 0;
	}
.contents_08 .news_content .news-list_wrap .news_left .section-title span{
	color: #3a75bb;
  font-size: 13vw;
  }
.contents_08 .news_content .news-list_wrap .news_left a{
	float: right;
  margin-bottom: 30px;
	}
.contents_08 .news_content .news-list_wrap .news_left a span{}
.contents_08 .news_content .news-list_wrap .news-list{
	width: 100%;
  overflow: hidden;
  }
.contents_08 .news_content .news-list_wrap .news-list li{
	width: 100%;
  padding: 0;
  margin-bottom: 40px;
  background: #fff;
  }
.contents_08 .news_content .news-list_wrap .news-list li .txt{
	padding: 20px;
	}
.contents_08 .news_content .news-list_wrap .news-list li .txt .date{
	background: none;
  color: #000;
  font-size:15px;
  padding-top: 6px;
  }
.contents_08 .news_content .news-list_wrap .news-list li .txt .cate{
	font-size: 12px;
  margin: 0 10px 0 0;
  line-height: 100%;
  background: #223670;
  color: #fff;
  padding: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  float: left;
  width: 70px;
  text-align: center;
  }
.contents_08 .news_content .news-list_wrap .news-list li .txt .link_txt{
	font-weight: bold;
  text-decoration: none;
  padding-top: 20px;
  font-size: 18px;
  width: 100%;
  }
.contents_08 .news_content .news-list_wrap .news-list li .img_link{
	float: none;
  width: 100%;
  height:auto;
  padding: 0;
  }
.contents_08 .news_content .news-list_wrap .news-list li .img_link .news-thumb{
	width: 100%;
  height: auto;
  margin: 0;
  }
.contents_08 .news_content .news-list_wrap .news-list li .img_link .news-thumb img{
	width: 100%;
  height: 250px;}
.archive_page{}
.archive_page_wrap{
	padding-top: 30px;
	}
.archive_page_wrap h1{
	font-weight: bold;
  font-size: 23px;
  color: #005;
  text-align:center;
  }
.archive_page_wrap h1 span{
	border-bottom: 1px dotted;
  padding-bottom: 10px;
  }
.archive_name{
	text-align: center;
  font-size: 10px;
  margin-bottom: 50px;
  }
.manager_name{
	margin: 0;
  text-align: center;
  color: #005;
  font-size: 27px;
  }
.manager_kana{
	text-align: center;
  color: #005;
  font-size: 15px;
  margin: 0;
  font-weight: normal;
  }
.manager_position{
	text-align: center;
  color: #005;
  background: #fafafa;
  font-size: 18px;
  font-weight: normal;
  padding: 15px;
  width: 200px;
  margin: 0 auto;
  }
.donation_title{
	text-align:center;
	}
.donation_txt p{
	width: 100%;
    white-space: nowrap;        /* 改行しない */
    overflow: hidden;           /* はみ出しを隠す */
    text-overflow: ellipsis; }
	
.company_con4{
	margin-bottom: 60px;
	}
.contents_09wrap{
	padding-top: 50px;
  padding-bottom: 10px;
  clear: both;
  overflow: hidden;  
  background: linear-gradient(135deg, #dcd3af 0%, #fff 50%, #dcd3af 70%, #fff 85%, #dcd3af 90%);
  }
.contents_09{
	overflow: hidden;
  display: block;
  width: 90%;
  margin: 0 auto;
	background-image: url("images/accent01.png");
  background-repeat: repeat-x;
	}
.contents_09 img{
	margin:0 auto;
	display:block;
	width:80%;
	height:auto;
	margin-bottom:50px;
	border-radius: 20px;
	}
.contents_09 .txt{}
.contents_09 .txt h4{
	text-align:center;
	}
.contents_09 .txt h2{
	text-align: center;
	}
.contents_09 .txt p{}

.blue_btn_company{
	float:left;
	}
.blue_btn_member{
	float:right;
	}
.company_con4 .vision_ul{
	padding: 0;
  list-style: none;
  }
.company_con4 .vision_ul li{
	text-align: center;
  font-size: 5vw;
  color: #000;
  margin-bottom: 30px;
  border-bottom: 1px dotted;
  }
.company_con4 .value_ul{
	list-style: none;
  overflow: hidden;
  padding: 0;
	}
.company_con4 .value_ul li{
	width: 100%;
  background: #fff;
  border-radius: 100px;
  margin-bottom: 20px;
  padding: 1px 0 19px;
  overflow: hidden;
  }
.company_con4 .value_ul li h3{
	font-size: 20px;
	}
.company_con4 .value_ul li p{
	width: 90%;
  margin: 0 auto;
  line-height: 220%;
  font-size: 14px;
  }
.news_left{
	clear:both;
	}
	
	
	
/*ここからウェルミナス*/
.contents_10wrap{
	padding-top: 30px;
  padding-bottom: 20px;
  clear: both;
  overflow: hidden;
  background-image: url("images/accent01.png");
  background-repeat: repeat-x;
  }
.contents_10{
	overflow: hidden;
  margin: 0 auto;
  display: block;
  width:90%;
  }
.contents_10 .txt{
	width: 100%;
  padding-bottom: 15px;
  }
.contents_10 .txt h4{
	text-align: left;
	}
.contents_10 .txt h2{}
.contents_10 .txt p{}
.contents_10 img{
	width: 80%;
  height: auto;
  margin: 0 auto;
  display: block;
  }
.contents_10 ul{
	background: #fff;
  border-radius: 20px;
  padding: 20px 10%;
  width: 80%;
  }
.contents_10 li{
	line-height: 210%;
  font-size: 15px;
  border-bottom: 1px dotted #bbb;
  color: #D0A900;
  }
.contents_10 li span{
	color:#000;
	}
.con4_link{
	text-decoration: none;
  display: block;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 50px;
	}
.con4_link:hover{
	text-decoration:none;
	}
.top_jigyou_title{
	float: left;
  margin-right: 10px;
  margin-bottom: 20px;
  }
.top_jigyou_title span{
	background: #D0A900;
  color: #fff;
  padding: 3px 11px;
  border-radius: 20px;
  font-size: 11px;
  }
.process_div a{
	background: #D0A900;
  color: #fff;
  text-decoration: none;
  padding: 1px 20px;
  display: inline-block;
  border-radius: 20px;
  }
.process_div a:hover{
	background: #fff;
  color: #D0A900;
  text-decoration: none;
  padding: 1px 20px;
  display: inline-block;
  border-radius: 20px;
  }
.company_con2{}
.company_page{
	width:90% ;
	}
.ceo{
	width:70% !important;
	height:auto !important;
	display:block;
	margin:0 auto;
	}
.company_con2_3  img{}
	
.company_con2_3 .txt{}
.company_con2_2{
	margin-bottom:80px;
	}
.company_con2_2 .txt h2{
	font-size: 23px;
  border-left: none;
  padding: 0;
  }
.company_con2_2 .txt h3{
	text-align: right;
  font-size: 23px;
  color:#000;
  }
.company_con2_2 .txt h4{
	line-height: 50%;
  font-size: 2.8vw;
  text-align: right;
  font-weight: normal;
  }

.company_con2_3 .txt h3{
	text-align: right !important;

  }
.company_con2_3 .txt h4{
  text-align: right !important;
  }
.company_con3 iframe{
	width:100%;
	}
.company_con4 .life_stage{
	display:block;
	margin:0 auto;
	width: 80%;
	}
.sante_omakase{
	width: 560px;
  height: auto;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  float:left;
  }
.sante_omakase_r{
	float:right;
	}
.sante_omakase img{
	width: 560px;
  height: 370px;
	}
.sante_omakase .txt{
	padding: 10px 10%;
	}
.sante_omakase .txt h3{
	color: #223670;
  text-align: center;
  font-size: 30px;
  margin-top: 10px;
  }
.sante_omakase .txt p{}


.about_wrap{
	padding-top: 20px;
  padding-bottom: 10px;
  }
.about_con01{
	width: 90%;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  }
.about_con01 img{
	width: 80%;
  height: auto;
  display:block;
  margin:0 auto;
  
  }
.about_con01 .txt{
  width: 100%;
  }
.about_con01 .txt h4{
	text-align:left;
	}
.contact_div .sasie{
	position: absolute;
  width: 20%;
  height: auto;
  right: 15%;
  top: -100px;
  }	
.contents_02 .h2_title{
	clear:both;
	}
.contents_03 .h2_title{
	clear:both;
	}
	
.lp_hougago_con05 .triple_div img {
  width: 100%;
}

.lp_hougago_con05 .triple_div_txt .point {
  margin-top: -40px;
}


/*ここからオリジナルフォーム　https://24auto.biz*/
.form_wrap {
  width: 100%;
  padding: 1em;
  box-sizing: border-box;
  font-family: sans-serif;
  background: #fafafa;
}

.form_wrap table {
  width: 100%;
  border-collapse: collapse;
  border: none !important;
}

.form_wrap th,
.form_wrap td {
  display: block;
  width: 100%;
  padding: 10px 0;
  font-size: 15px;
  text-align: left;
  box-sizing: border-box;
}

.form_wrap th {
  background-color:#fafafa;
  color: #333;
  font-weight: bold;
  margin-top: 1px;
  border: none;
}

.form_wrap td {
  background-color:#fafafa;
  border: none;}

.form_wrap input[type="text"],
.form_wrap textarea {
  width: 100%;
  padding: 10px;
  font-size: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.form_wrap input[type="radio"] {
  margin-right: 5px;
}

.form_wrap input[type="submit"] {
  margin: 1.5em auto 0;
  display: block;
  padding: 12px 30px;
  font-size: 16px;
  border: none;
  background-color: #0073aa;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  width: 80%;
  max-width: 320px;
  text-align: center;
}

.form_wrap input[type="submit"]:hover {
  background-color: #005f8d;
}

/*ここまでオリジナルフォーム　https://24auto.biz*/


.pickup_wrap{
  padding: 30px 0 0;
  }
.pickup_contents{
	width:90%;
	margin:0 auto;
  }
.pickup_contents h4{
	text-align:center;
	margin-bottom:20px;
	}
.pickup_contents a{}
.pickup_contents a img{
	width:100%;
	height:auto;
	margin-bottom:30px;
	}
.pickup_contents a:hover{
	opacity:0.7;}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}