@charset "UTF-8";
@import url(normalize.css);
@import url(reset.css);
@import url(hack.css);

.sp {display:none !important;}
.pc {}

html {
  scroll-padding-top: 50px; 
}

img {
	vertical-align: middle;
}

iframe  {
	vertical-align: middle;
}

body {
	font-family: 'Noto Sans JP', sans-serif;
	height: 100%;
	position: relative;
}

/*---共通---*/

.all {
	width: 100%;
	box-sizing: border-box;
}

.header {
	width: 100%;
	position: relative;
	z-index: 9;
	
}

.manu {
	width: 100%;
	box-shadow: 0 0 5px #999;
	background: #fff;
	padding-left: 280px;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}

.manu_area {
	width: 980px;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
}

.manu_area ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	padding: 0 160px 0 0;
}

.manu_area ul li {
}

.manu_area ul li:nth-child(1) {width: 18%;}
.manu_area ul li:nth-child(2) {width: 18%;}
.manu_area ul li:nth-child(3) {width: 18%;}
.manu_area ul li:nth-child(4) {width: 20%;}
.manu_area ul li:nth-child(5) {width: 26%;}

.manu_area ul li.contact {
	width: 160px;
	position: absolute;
	right: 0;
	top: 0;
}

.manu_area ul li a {
	width: 100%;
	padding: 17px 0;
	display: inline-block;
	font-weight: 500;
	font-size: 0.9em;
	line-height: 1em;
}

.manu_area ul li a:hover {
	background: #F5CF2F;
	color: #fff;
}

.manu_area ul li a.mail {
	background: #17288B;
	color: #fff;
	box-sizing: border-box;
	padding: 17px 0 17px 25px;
	position: relative;
}

.manu_area ul li a.mail i {
	position: absolute;
	left: 15px;
	top: 14px;
}

.manu_area ul li a.mail:hover {
	color: #fff;
	background: #5769D3;
}

.footerbanner {
	width: 100%;
	padding: 30px 0 10px 280px;
	box-sizing: border-box;
	background: #F6F6F6;
}

.footerbanner_area {
	width: 980px;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
}

.footerbanner_box {
	width: 100%;
}

.footerbanner_inbox {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.footerbanner_inbox a {
	width: 32%;
	margin-right: 2%;
	position: relative;
	height: 314px;
	margin-bottom: 2%;
}

.footerbanner_inbox a:nth-child(3n) {
	margin-right: 0;
}

.footerbanner_inbox a img {
	width: 100%;
}

.footerbanner_inbox a .text {
	width: 100%;
	background: rgba(23,40,139,0.75);
	box-sizing: border-box;
	padding: 10px;
	font-size: 0.9em;
	font-weight: 600;
	color: #fff;
	text-align: left;
	position: absolute;
	left: 0;
	bottom: 0;
}

.footerbanner_inbox a .text i {
	font-style: normal;
	font-size: 0.9em;
	font-weight: 600;
	position: absolute;
	right: 10px;
	top: 10px;
}

.footer_bg {
	width: 100%;
	height: 100px;
	background: url("../Images/footer.svg") bottom left repeat-x #F6F6F6;
}

.footer_bg2 {
	width: 100%;
	height: 100px;
	background: url("../Images/footer.svg") bottom left repeat-x #fff;
}

footer {
	width: 100%;
	padding: 30px 0 30px 280px;
	box-sizing: border-box;
	background: #17288B;
}

.footer_area {
	width: 980px;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
}

.footer_box {
	width: 100%;
}

.footer_inbox {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.footer_left {
	width: 40%;
	display: flex;
	flex-wrap: wrap;
	color: #fff;
	margin-right: 5%;
}

.footer_logo {
	width: 25%;
	margin-right: 5%;
}

.footer_logo img {
	width: 100%;
}

.footer_name {
	width: 70%;
	text-align: left;
}

.footer_name p {
	width: 100%;
	line-height: 1.4em;
}

.footer_name p.text1 {
	font-size: 0.7em;
	font-weight: 400;
	margin-top: 10px;
}

.footer_name p.text2 {
	font-size: 1.2em;
	font-weight: 500;
	line-height: 1.2em;
}

.footer_name .img1 {
	width: 20%;
	margin-right: 2%;
}

.footer_name .img2 {
	width: 78%;
}

.footer_center {
	width: 35%;
	color: #fff;
	margin-right: 5%;
	text-align: left;
}

.footer_center li {
	width: 100%;
	line-height: 1.4em;
}

.footer_center li a {
	color: #fff;
	font-weight: 400;
	font-size: 0.8em;
}

.footer_right {
	width: 15%;
}

.footer_right a {
	width: 100%;
	display: inline-block;
	box-sizing: border-box;
	border: 1px solid #fff;
	padding: 10px 20px;
	color: #fff;
	font-size: 0.8em;
	font-weight: 500;
}

.footer_right a img {
	width: 18px;
	margin-right: 10px;
}

.footer_right a:hover {
	opacity: 0.5;
}

.footer_end {
	width: 100%;
	text-align: left;
	color: #fff;
	font-size: 0.8em;
	font-weight: 400;
	margin-top: 120px;
}


/*---SP---*/

.SP_header {
	display: none;
}

/*------------------------ドロワーメニュー------------------------*/

nav {
	display: none;
}







/*---TOPページ---*/

.top_header {
	width: 100%;
	min-height: 500px;
	background: #BDE8FA;
	position: relative;
	padding: 0 0 100px 280px;
	box-sizing: border-box;
	z-index: 1;
}

.top_header_bg {
	width: 100%;
	height: 100px;
	background: url("../Images/header.svg") center bottom repeat-x;
	position: absolute !important;
	left: 0;
	bottom: 0;
	z-index: 1 !important;
}

.top_slider {
	width: 100%;
	height: auto;
}

.slider {
	width: 100%;
	padding: 50px 0 0 0;
	box-sizing: border-box;
}

.slider li {
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
}

.slider li img {
	width: 100%;
}

.top_text {
	width: 100%;
	background: #17288B;
	padding: 0 0 0 280px;
	box-sizing: border-box;
	margin-bottom: 50px;
}

.top_text_area {
	width: 980px;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
}

.top_text_box {
	width: 100%;
	padding: 50px 0 30px 0;
	box-sizing: border-box;
	font-size: 0.9em;
	font-weight: 400;
	color: #fff;
}

.top_news {
	width: 100%;
	padding: 0 0 0 280px;
	box-sizing: border-box;
}

.top_news_area {
	width: 980px;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
}

.top_news_box {
	width: 100%;
}

.top_news_title {
	width: 100%;
	margin-bottom: 30px;
	position: relative;
	text-align: center;
}

.top_news_title .mark {
	width: auto;
	position: absolute;
	left: 300px;
	top: 20px;
}

.top_news_title h2 {
	width: 100%;
	font-weight: 600;
	font-size: 1.6em;
	line-height: 1em;
}

.top_news_title h1 {
	width: 100%;
	font-weight: 600;
	font-size: 1.6em;
	line-height: 1em;
}

.top_news_title .m_title {
	width: 100%;
	font-weight: 600;
	font-size: 1.6em;
	line-height: 1em;
}

.top_news_title p {
	width: 100%;
	line-height: 1em;
}

.top_news_title p.line {
	margin-bottom: 5px;
}

.top_news_title p.subtitle {
	font-size: 0.8em;
	font-weight: 500;
}

.top_news_list {
	width: 100%;
	margin-bottom: 10px;
}

.top_news_list li {
	width: 100%;
	position: relative;
	padding: 3px 20px 3px 270px;
	box-sizing: border-box;
	background: #F7F7F7;
	margin-bottom: 2px;
}

.top_news_list li .cat {
	width: 150px;
	font-size: 0.7em;
	font-weight: 500;
	box-sizing: border-box;
	padding: 0 5px;
	text-align: center;
	box-sizing: border-box;
	position: absolute;
	left: 20px;
	top: 7px;
}

.top_news_list li .cat1 {
	background: #ED7980;
	color: #fff;
	border-radius: 100px;
}

.top_news_list li .cat2 {
	background: #51A7DD;
	color: #fff;
	border-radius: 100px;
}

.top_news_list li .cat3 {
	background: #FCB32B;
	color: #fff;
	border-radius: 100px;
}

.top_news_list li .cat4 {
	background: #7CCC92;
	color: #fff;
	border-radius: 100px;
}

.top_news_list li .time {
	width: 70px;
	font-size: 0.7em;
	font-weight: 500;
	position: absolute;
	left: 190px;
	top: 7px;
	padding: 2px 0;
	box-sizing: border-box;
	text-align: left;
}

.top_news_list li .link {
	width: 100%;
	display: inline-block;
	text-align: left;
	font-weight: 500;
	font-size: 0.9em;
}

.top_news_list_link {
	width: 100%;
	text-align: right;
	margin-bottom: 50px;
}

.top_news_list_link a {
	font-size: 0.9em;
	font-weight: 500;
}

.top_links {
	width: 100%;
	padding: 50px 0 50px 280px;
	box-sizing: border-box;
	background: #F7F7F7;
}

.top_links_area {
	width: 980px;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
}

.top_links_box {
	width: 100%;
}

.top_links_inbox {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.top_links_inbox1 {
	width: 48%;
	margin-right: 4%;
	background: #62C0B4;
	padding: 20px;
	box-sizing: border-box;
	margin-bottom: 30px;
}

.top_links_inbox1 h2 {
	width: 100%;
	position: relative;
	background: #114E47;
	padding: 5px 0;
	box-sizing: border-box;
	color: #fff;
	font-weight: 500;
	font-size: 0.9em;
	margin-bottom: 10px;
}
.top_links_inbox1 h2 i {
	width: auto;
	position: absolute;
	left: 10px;
	top: -10px;
}

.top_links_inbox2 {
	width: 48%;
	background: #51A7DD;
	padding: 20px;
	box-sizing: border-box;
	margin-bottom: 30px;
}

.top_links_inbox2 h2 {
	width: 100%;
	position: relative;
	background: #0B54A7;
	padding: 5px 0;
	box-sizing: border-box;
	color: #fff;
	font-weight: 500;
	font-size: 0.9em;
	margin-bottom: 10px;
}
.top_links_inbox2 h2 i {
	width: auto;
	position: absolute;
	left: 10px;
	top: -10px;
}

.top_links_link {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.top_links_link li {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
}

.top_links_link li:nth-child(3n) {
	margin-right: 0;
}

.top_links_link li a {
	width: 100%;
	display: inline-block;
	background: #fff;
	box-sizing: border-box;
	padding: 20px 0;
}

.top_links_link li a:hover {
	background: #ABE5DE;
}

.top_links_link li a .img {
	width: 100%;
	margin-bottom: 10px;
}

.top_links_link li a .img img {
	height: 60px;
}

.top_links_link li a .text {
	width: 100%;
	color: #114E47;
	font-size: 0.9em;
	font-weight: 600;
}

.top_links_link2 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.top_links_link2 li {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
}

.top_links_link2 li:nth-child(3n) {
	margin-right: 0;
}

.top_links_link2 li a {
	width: 100%;
	display: inline-block;
	background: #fff;
	box-sizing: border-box;
	padding: 20px 0;
}

.top_links_link2 li a:hover {
	background: #A0D4F4;
}

.top_links_link2 li a .img {
	width: 100%;
	margin-bottom: 10px;
}

.top_links_link2 li a .img img {
	height: 60px;
}

.top_links_link2 li a .text {
	width: 100%;
	color: #114E47;
	font-size: 0.9em;
	font-weight: 600;
}

.top_links_inbox3 {
	width: 23%;
	background: #ED7980;
	padding: 20px;
	box-sizing: border-box;
	margin-right: 2%;
	position: relative;
}

.top_links_inbox3 h2 {
	width: 100%;
	position: relative;
	background: #6C494B;
	padding: 5px 0 5px 40px;
	box-sizing: border-box;
	color: #fff;
	font-weight: 500;
	font-size: 0.9em;
	margin-bottom: 10px;
}
.top_links_inbox3 h2 i {
	width: auto;
	position: absolute;
	left: 10px;
	top: -10px;
}

.top_links_inbox3 a {
	position: absolute;
	display: flex;
	flex-wrap: wrap;
	left: 0;
	bottom: 20px;
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
}

.top_links_inbox3 a .intext {
	width: 80%;
	background: #fff;
	font-size: 0.8em;
	font-weight: 500;
	text-align: left;
	box-sizing: border-box;
	padding: 5px 20px;
	color: #6C494B;
}

.top_links_inbox3 a:hover .intext {
	opacity: 0.5;
	color: #6C494B;
}

.top_links_inbox3 a .inicon {
	width: 20%;
	background: #6C494B;
	color: #fff;
	font-size: 0.8em;
	font-weight: 500;
	box-sizing: border-box;
	padding: 5px 0;
}

.top_links_inbox3 a:hover .inicon {
	opacity: 0.5;
}

.top_links_inbox4 {
	width: 23%;
	background: #FCB32B;
	padding: 20px;
	box-sizing: border-box;
	margin-right: 4%;
	position: relative;
}

.top_links_inbox4 h2 {
	width: 100%;
	position: relative;
	background: #816C1A;
	padding: 5px 0 5px 40px;
	box-sizing: border-box;
	color: #fff;
	font-weight: 500;
	font-size: 0.9em;
	margin-bottom: 10px;
}
.top_links_inbox4 h2 i {
	width: auto;
	position: absolute;
	left: 10px;
	top: -10px;
}

.top_links_inbox4 a {
	position: absolute;
	display: flex;
	flex-wrap: wrap;
	left: 0;
	bottom: 20px;
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
}

.top_links_inbox4 a .intext {
	width: 80%;
	background: #fff;
	font-size: 0.8em;
	font-weight: 500;
	text-align: left;
	box-sizing: border-box;
	padding: 5px 20px;
	color: #816C1A;
}

.top_links_inbox4 a:hover .intext {
	opacity: 0.5;
	color: #816C1A;
}

.top_links_inbox4 a .inicon {
	width: 20%;
	background: #816C1A;
	color: #fff;
	font-size: 0.8em;
	font-weight: 500;
	box-sizing: border-box;
	padding: 5px 0;
}

.top_links_inbox4 a:hover .inicon {
	opacity: 0.5;
}

.top_links_inbox5 {
	width: 23%;
	background: #7CCC92;
	padding: 20px;
	box-sizing: border-box;
	margin-right: 2%;
	position: relative;
}

.top_links_inbox5 h2 {
	width: 100%;
	position: relative;
	background: #42694C;
	padding: 5px 0 5px 40px;
	box-sizing: border-box;
	color: #fff;
	font-weight: 500;
	font-size: 0.9em;
	margin-bottom: 10px;
}
.top_links_inbox5 h2 i {
	width: auto;
	position: absolute;
	left: -2px;
	top: -10px;
}

.top_links_inbox5 a {
	position: absolute;
	display: flex;
	flex-wrap: wrap;
	left: 0;
	bottom: 20px;
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
}

.top_links_inbox5 a .intext {
	width: 80%;
	background: #fff;
	font-size: 0.8em;
	font-weight: 500;
	text-align: left;
	box-sizing: border-box;
	padding: 5px 20px;
	color: #42694C;
}

.top_links_inbox5 a:hover .intext {
	opacity: 0.5;
	color: #42694C;
}

.top_links_inbox5 a .inicon {
	width: 20%;
	background: #42694C;
	color: #fff;
	font-size: 0.8em;
	font-weight: 500;
	box-sizing: border-box;
	padding: 5px 0;
}

.top_links_inbox5 a:hover .inicon {
	opacity: 0.5;
}

.top_links_inbox6 {
	width: 23%;
	background: #8CC63F;
	padding: 20px;
	box-sizing: border-box;
	position: relative;
}

.top_links_inbox6 h2 {
	width: 100%;
	position: relative;
	background: #604D04;
	padding: 5px 0 5px 40px;
	box-sizing: border-box;
	color: #fff;
	font-weight: 500;
	font-size: 0.9em;
	margin-bottom: 10px;
}
.top_links_inbox6 h2 i {
	width: auto;
	position: absolute;
	left: 10px;
	top: -10px;
}

.top_links_inbox6 a {
	position: absolute;
	display: flex;
	flex-wrap: wrap;
	left: 0;
	bottom: 20px;
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
}

.top_links_inbox6 a .intext {
	width: 80%;
	background: #fff;
	font-size: 0.8em;
	font-weight: 500;
	text-align: left;
	box-sizing: border-box;
	padding: 5px 20px;
	color: #604D0B;
}

.top_links_inbox6 a:hover .intext {
	opacity: 0.5;
	color: #604D0B;
}

.top_links_inbox6 a .inicon {
	width: 20%;
	background: #604D0B;
	color: #fff;
	font-size: 0.8em;
	font-weight: 500;
	box-sizing: border-box;
	padding: 5px 0;
}

.top_links_inbox6 a:hover .inicon {
	opacity: 0.5;
}

.top_links_intext {
	width: 100%;
	font-size: 0.8em;
	font-weight: 400;
	text-align: left;
	color: #fff;
	line-height: 1.4em;
	min-height: 120px;
}

.top_info {
	width: 100%;
	padding: 50px 0 0 280px;
	box-sizing: border-box;
}

.top_info_area {
	width: 980px;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
}

.top_info_box {
	width: 100%;
}

.top_info_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 80px;
}

.top_info_list a {
	width: 33.333%;
	background: #F7F7F7;
}

.top_info_list a:nth-child(even) {
	background: #333333;
}

.top_info_list a:hover {
	opacity: 0.5;
}

.top_info_list a .img {
	width: 100%;
}

.top_info_list a .img img {
	width: 100%;
}

.top_info_list a .box {
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
}

.top_info_list a .box .title {
	width: 100%;
	text-align: left;
	font-weight: 600;
	font-size: 0.9em;
	margin-bottom: 5px;
	color: #000;
}

.top_info_list a .box .text {
	width: 100%;
	text-align: left;
	font-weight: 500;
	font-size: 0.7em;
	color: #000;
}

.top_info_list a:nth-child(even) .box .title {
	color: #fff;
}

.top_info_list a:nth-child(even) .box .text {
	color: #fff;
}

.top_blog {
	width: 100%;
	padding: 40px 0 20px 280px;
	box-sizing: border-box;
	background: #BDE8FA;
}

.top_blog_area {
	width: 980px;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
}

.top_blog_box {
	width: 100%;
}

.top_blog_inbox {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.top_blog_inbox a {
	width: 48%;
	display: flex;
	flex-wrap: wrap;
	margin-right: 4%;
	background: #fff;
	margin-bottom: 2%;
}

.top_blog_inbox a:nth-child(2n) {
	margin-right: 0;
}

.top_blog_inbox a:hover {
	opacity: 0.5;
}

.top_blog_inbox a .left {
	width: 70%;
	padding: 15px;
	box-sizing: border-box;
}

.top_blog_inbox a .left .title {
	width: 100%;
	text-align: left;
	font-size: 0.9em;
	font-weight: 600;
	color: #17288B;
}

.top_blog_inbox a .left .title span {
	margin-left: 10px;
	width: 15px;
	height: 15px;
	background: url("../Images/yajirushi.png") center center no-repeat;
	background-size: cover;
	display: inline-block;
}

.top_blog_inbox a .left .text {
	width: 100%;
	text-align: left;
	font-size: 0.7em;
	font-weight: 400;
	color: #000;
}

.top_blog_inbox a .right {
	width: 30%;
}

.top_blog_inbox a .right img {
	width: 100%;
	height: 100%;
}

.top_link {
	width: 100%;
	padding: 50px 0 50px 280px;
	box-sizing: border-box;
}

.top_link_area {
	width: 980px;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
}

.top_link_box {
	width: 100%;
}

.top_link_inbox {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.top_link_inbox a {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
}

.top_link_inbox a:nth-child(3n) {
	margin-right: 0;
}

.top_link_inbox a img {
	width: 100%;
}

.slick-dots {
	left: 0;
	bottom: -165px !important;
}

.slick-dots li button:before {
	color: #fff !important;
    opacity: 1 !important;
}

.slick-dots li.slick-active button:before {
      color: #F5CF2F !important;
      opacity: 1 !important;
}

.slick-prev {
	width: 60px !important;
	height: 60px !important;
	background: url("../Images/slide_icon2.svg") center center no-repeat !important;
	background-size: cover !important;
	left: 170px !important;
	top: 53% !important;
	transform: translateY(-50%) !important;
	-webkit- transform: translateY(-50%) !important;
	z-index: 1000 !important;
}
.slick-next {
	width: 60px !important;
	height: 60px !important;
	background: url("../Images/slide_icon1.svg") center center no-repeat !important;
	background-size: cover !important;
	right: 170px !important;
	top: 53% !important;
	transform: translateY(-50%) !important;
	-webkit- transform: translateY(-50%) !important;
	z-index: 1000 !important;
}

.slick-prev:before {
	opacity: 0 !important;
}
.slick-next:before {
	opacity: 0 !important;
}

/*---サイドメニュー---*/

.side {
	width: 280px;
	height: 100%;
	height: 100vh;
	position: fixed;
	overflow-x: hidden;
	overflow-y: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
	left: 0;
	top: 0;
	z-index: 10;
	background: #fff;
	box-shadow: 0 0 5px #999;
}
.side::-webkit-scrollbar {
 display:none;
}

.side_logo {
	width: 100%;
	background: #17288B;
	box-sizing: border-box;
	padding: 20px 0 15px 0;
	position: relative;
}

.side_logo h2 {
	width: 100%;
	background: #F5CF00;
	padding: 3px 10px 3px 100px;
	margin-bottom: 8px;
	box-sizing: border-box;
	color: #17288B;
	font-weight: 600;
	font-size: 0.8em;
	text-align: left;
}

.side_logo .mark {
	width: 100%;
	margin-bottom: 8px;
}

.side_logo .mark img {
	width: 45px;
}

.side_logo .title {
	width: 100%;
	box-sizing: border-box;
	padding: 0 25px;
}

.side_logo .title img {
	width: 100%;
}

.side_logo .mark2 {
	width: auto;
	position: absolute;
	left: 13px;
	top: 10px;
}

.side_logo .mark2 img {
	width: 66px;
}

.side_manu {
	width: 100%;
}

.side_manu li {
	width: 100%;
	position: relative;
}

.side_manu li:nth-child(2n) {
	background: #F7F7F7;
}

.side_manu li a {
	width: 100%;
	box-sizing: border-box;
	padding: 20px 0 20px 70px;
	text-align: center;
	display: inline-block;
	font-weight: 600;
	font-size: 0.9em;
}

.side_manu li a:hover {
	background: #5769D3;
	color: #fff;
}

.side_manu li a i {
	position: absolute;
	left: 30px;
	top: 50%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
}

.side_manu li a .icon {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	width: 13px;
	height: 16px;
	background: url("../Images/link_icon.png") center center no-repeat;
}

.side_sns {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.side_sns p {
	width: 25%;
}

.side_sns p a {
	width: 100%;
	display: inline-block;
	padding: 15px 0;
	box-sizing: border-box;
}

.side_sns p a img {
	height: 30px;
vertical-align: middle;
}

.side_sns p a:hover {
	opacity: 0.5;
}

.side_sns p a.icon1 {
	background: #39589B;
}

.side_sns p a.icon2 {
	background: url("../Images/sns_bg.png") center center no-repeat;
	background-size: cover;
}

.side_sns p a.icon3 {
	background: #33CCFD;
}

.side_sns p a.icon4 {
	background: #06C755;
}

/*---内部ページ共通---*/

.temp_header {
	width: 100%;
	min-height: 170px;
	background: #BDE8FA;
	position: relative;
	padding: 0 0 0 280px;
	box-sizing: border-box;
	z-index: 1;
}

.temp_header h1 {
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 2;
}

.temp_header h1 img {
	margin-top: 40px;
}

.temp_header p {
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 2;
}

.temp_header p img {
	margin-top: 40px;
}

.pankuzu {
	width: 100%;
	background: #17288B;
	padding: 0 0 0 280px;
	box-sizing: border-box;
}

.pankuzu_area {
	width: 980px;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
}

.pankuzu_box {
	width: 100%;
	padding: 10px 0 10px 0;
	text-align: left;
	box-sizing: border-box;
	font-size: 0.8em;
	font-weight: 400;
	color: #fff;
}

.pankuzu_box a {
	color: #fff;
}

.temp_mainimg {
	width: 100%;
	background: #E4E4E4;
	padding: 0 0 0 280px;
	box-sizing: border-box;
}

.temp_mainimg_area {
	width: 980px;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
}

.temp_mainimg_box {
	width: 100%;
}

.temp_mainimg_box img {
	width: 100%;
}

.temp_text {
	width: 100%;
	padding: 0 0 0 280px;
	box-sizing: border-box;
	margin: 25px 0;
}

.temp_text_area {
	width: 980px;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
}

.temp_text_box {
	width: 100%;
	text-align: left;
	background: url("../Images/temp_text.svg") left top repeat-y;
	box-sizing: border-box;
	padding: 5px 20px 5px 40px;
	line-height: 1.4em;
	font-weight: 700;
	font-size: 1.2em;
	color: #17288B;
}

.temp_inlink {
	width: 100%;
	padding: 0 0 0 280px;
	background: #C9EAFF;
	box-sizing: border-box;
	margin: 25px 0;
}

.temp_inlink_area {
	width: 980px;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
}

.temp_inlink_box {
	width: 100%;
	padding: 20px 0;
	box-sizing: border-box;
}

.temp_inlink_box ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.temp_inlink_box ul li {
	width: 25%;
	padding: 0 1%;
	box-sizing: border-box;
}

.temp_inlink_box ul li a {
	width: 100%;
	display: inline-block;
	position: relative;
	background: #0B54A7;
	border-bottom: 5px #0B3D76 solid;
	box-sizing: border-box;
	padding: 20px 0 20px 60px;
	color: #fff;
	font-weight: 500;
	font-size: 0.9em;
}

.temp_inlink_box ul li a i {
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
}

.temp_inlink_box ul li a i .img1 {
	width: 44px;
}

.temp_inlink_box ul li a i .img2 {
	width: 60px;
}

.temp_inlink_box ul li a i .img3 {
	width: 44px;
}

.temp_inlink_box ul li a i .img4 {
	width: 44px;
}

.temp_inlink_box ul li a:hover {
	background: #4E94E3;
	border-bottom: none;
	margin-top: 5px;
}

.temp_inlink2 {
	width: 100%;
	padding: 0 0 0 280px;
	background: #B7EAE3;
	box-sizing: border-box;
	margin: 25px 0;
}

.temp_inlink2_area {
	width: 980px;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
}

.temp_inlink2_box {
	width: 100%;
	padding: 20px 0 10px 0;
	box-sizing: border-box;
}

.temp_inlink2_box ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.temp_inlink2_box ul li {
	width: 25%;
	padding: 0 1%;
	box-sizing: border-box;
	margin-bottom: 10px;
}

.temp_inlink2_box ul li a {
	width: 100%;
	display: inline-block;
	position: relative;
	background: #066E60;
	border-bottom: 5px #083932 solid;
	box-sizing: border-box;
	padding: 20px 0 20px 60px;
	color: #fff;
	font-weight: 500;
	font-size: 0.9em;
}

.temp_inlink2_box ul li a i {
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
}

.temp_inlink2_box ul li a i .img1 {
	width: 44px;
}

.temp_inlink2_box ul li a:hover {
	background: #74D1C4;
	border-bottom: none;
	margin-top: 5px;
}

.temp_inlink3 {
	width: 100%;
	padding: 0 0 0 280px;
	background: #E4E4E4;
	box-sizing: border-box;
	margin: 25px 0;
}

.temp_inlink3_area {
	width: 980px;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
}

.temp_inlink3_box {
	width: 100%;
	padding: 20px 0;
	box-sizing: border-box;
}

.temp_inlink3_box ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.temp_inlink3_box ul li {
	width: 20%;
	padding: 0 1%;
	box-sizing: border-box;
}

.temp_inlink3_box ul li a {
	width: 100%;
	display: inline-block;
	position: relative;
	background: #707070;
	border-bottom: 5px #4E4C4C solid;
	box-sizing: border-box;
	padding: 10px 20px 10px 0;
	text-align: center;
	color: #fff;
	font-weight: 500;
	font-size: 0.9em;
	line-height: 1.2em;
}

.temp_inlink3_box ul li a.pg {
	padding: 20px 20px 19px 0;
}

.temp_inlink3_box ul li a i {
	position: absolute;
	right: 15px;
	font-style: normal;
	top: 50%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
}

.temp_inlink3_box ul li a:hover {
	background: #BBBBBB;
	border-bottom: none;
	margin-top: 5px;
}

.temp_inlink4 {
	width: 100%;
	padding: 0 0 0 280px;
	background: #CACA62;
	box-sizing: border-box;
	margin: 25px 0;
}

.temp_inlink4_area {
	width: 980px;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
}

.temp_inlink4_box {
	width: 100%;
	padding: 20px 0;
	box-sizing: border-box;
}

.temp_inlink4_box ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.temp_inlink4_box ul li {
	width: 25%;
	padding: 0 1%;
	box-sizing: border-box;
}

.temp_inlink4_box ul li a {
	width: 100%;
	display: inline-block;
	position: relative;
	background: #999932;
	border-bottom: 5px #484818 solid;
	box-sizing: border-box;
	padding: 20px 0 20px 60px;
	color: #fff;
	font-weight: 500;
	font-size: 0.9em;
	text-align: center;
}

.temp_inlink4_box ul li a i {
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
}

.temp_inlink4_box ul li a i .img1 {
	width: 44px;
}

.temp_inlink4_box ul li a i .img2 {
	width: 60px;
}

.temp_inlink4_box ul li a i .img3 {
	width: 44px;
}

.temp_inlink4_box ul li a i .img4 {
	width: 44px;
}

.temp_inlink4_box ul li a:hover {
	background: #BBBB3E;
	border-bottom: none;
	margin-top: 5px;
}

.temp_inlink5 {
	width: 100%;
	padding: 0 0 0 280px;
	background: #CA6767;
	box-sizing: border-box;
	margin: 25px 0;
}

.temp_inlink5_area {
	width: 980px;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
}

.temp_inlink5_box {
	width: 100%;
	padding: 20px 0 10px 0;
	box-sizing: border-box;
}

.temp_inlink5_box ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.temp_inlink5_box ul li {
	width: 25%;
	padding: 0 1%;
	box-sizing: border-box;
	margin-bottom: 10px;
}

.temp_inlink5_box ul li a {
	width: 100%;
	display: inline-block;
	position: relative;
	background: #993333;
	border-bottom: 5px #4B1A1A solid;
	box-sizing: border-box;
	padding: 20px 0 20px 60px;
	color: #fff;
	font-weight: 500;
	font-size: 0.9em;
	text-align: center;
}

.temp_inlink5_box ul li a i {
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
}

.temp_inlink5_box ul li a i .img1 {
	width: 44px;
}

.temp_inlink5_box ul li a:hover {
	background: #BD4141;
	border-bottom: none;
	margin-top: 5px;
}

.temp_popular {
	width: 100%;
	padding: 0 0 0 280px;
	box-sizing: border-box;
	margin: 50px 0 0 0;
}

.temp_popular_area {
	width: 980px;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
	text-align: left;
}

.temp_popular_box {
	width: 100%;
	box-sizing: border-box;
}

.temp_popular_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.temp_popular_list li {
	width: 15%;
	margin-right: 2%;
	margin-bottom: 5%;
}

.temp_popular_list li:nth-child(6n) {
	margin-right: 0;
}

.temp_popular_list li .img {
	width: 100%;
	margin-bottom: 10px;
}

.temp_popular_list li .img img {
	width: 100%;
}

.temp_popular_list li .text {
	width: 100%;
	font-size: 0.7em;
	font-weight: 400;
	text-align: center;
}

.temp_popular_list li .title {
	width: 100%;
	font-size: 0.9em;
	font-weight: 600;
	color: #0B54A7;
	text-align: center;
}

.temp_popular2_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 0 10%;
	box-sizing: border-box;
}

.temp_popular2_list li {
	width: 20%;
	margin-right: 2.5%;
	margin-left: 2.5%;
	margin-bottom: 5%;
}

.temp_popular2_list li .img {
	width: 100%;
	margin-bottom: 10px;
}

.temp_popular2_list li .img img {
	width: 100%;
}

.temp_popular2_list li .text {
	width: 100%;
	font-size: 0.7em;
	font-weight: 400;
	text-align: center;
}

.temp_popular2_list li .title {
	width: 100%;
	font-size: 0.9em;
	font-weight: 600;
	color: #116E60;
	text-align: center;
}

.temp_popular4_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.temp_popular4_list li {
	width: 15%;
	margin-right: 2%;
	margin-bottom: 5%;
}

.temp_popular4_list li:nth-child(6n) {
	margin-right: 0;
}

.temp_popular4_list li .img {
	width: 100%;
	margin-bottom: 10px;
}

.temp_popular4_list li .img img {
	width: 100%;
}

.temp_popular4_list li .text {
	width: 100%;
	font-size: 0.7em;
	font-weight: 400;
	text-align: center;
}

.temp_popular4_list li .title {
	width: 100%;
	font-size: 0.9em;
	font-weight: 600;
	color: #999932;
	text-align: center;
}

.temp_popular5_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 0 10%;
	box-sizing: border-box;
}

.temp_popular5_list li {
	width: 25%;
	margin-right: 2.5%;
	margin-left: 2.5%;
	margin-bottom: 5%;
}

.temp_popular5_list li .img {
	width: 100%;
	margin-bottom: 10px;
}

.temp_popular5_list li .img img {
	width: 100%;
}

.temp_popular5_list li .text {
	width: 100%;
	font-size: 0.7em;
	font-weight: 400;
	text-align: left;
}

.temp_popular5_list li .title {
	width: 100%;
	font-size: 0.9em;
	font-weight: 600;
	color: #993333;
	text-align: center;
}

.temp_bottom_link {
	width: 100%;
	padding: 0 0 0 280px;
	margin: 50px 0;
	box-sizing: border-box;
}

.temp_bottom_link_area {
	width: 980px;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
}

.temp_bottom_link_box {
	width: 100%;
	box-sizing: border-box;
}

.temp_bottom_link_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.temp_bottom_link_list a {
	width: 48%;
	margin-right: 3%;
	display: inline-block;
	position: relative;
}

.temp_bottom_link_list a:nth-child(2n) {
	margin-right: 0;
}

.temp_bottom_link_list a:hover {
	opacity: 0.5;
}

.temp_bottom_link_list a .img {
	width: 100%;
}

.temp_bottom_link_list a .img img {
	width: 100%;
}

.temp_bottom_link_list a .inbox {
	width: 100%;
	background: #0B54A7;
	padding: 12px 20px;
	box-sizing: border-box;
	text-align: left;
}

.temp_bottom_link_list a .inbox h3 {
	width: 100%;
	font-weight: 600;
	font-size: 0.9em;
	margin-bottom: 3px;
	color: #fff;
}

.temp_bottom_link_list a .inbox p {
	width: 100%;
	font-weight: 400;
	font-size: 0.7em;
	color: #fff;
}

.temp_bottom2_link {
	width: 100%;
	padding: 50px 0 50px 280px;
	box-sizing: border-box;
	background: #F6F6F6;
}

.temp_bottom2_link_area {
	width: 980px;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
}

.temp_bottom2_link_box {
	width: 100%;
	box-sizing: border-box;
}

.temp_bottom2_link_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.temp_bottom2_link_list a {
	width: 48%;
	margin-right: 3%;
	display: inline-block;
	position: relative;
}

.temp_bottom2_link_list a:nth-child(2n) {
	margin-right: 0;
}

.temp_bottom2_link_list a:hover {
	opacity: 0.5;
}

.temp_bottom2_link_list a .img {
	width: 100%;
}

.temp_bottom2_link_list a .img img {
	width: 100%;
}

.temp_bottom2_link_list a .inbox {
	width: 100%;
	background: #116E60;
	padding: 12px 20px;
	box-sizing: border-box;
	text-align: left;
}

.temp_bottom2_link_list a .inbox h3 {
	width: 100%;
	font-weight: 600;
	font-size: 0.9em;
	margin-bottom: 3px;
	color: #fff;
}

.temp_bottom2_link_list a .inbox p {
	width: 100%;
	font-weight: 400;
	font-size: 0.7em;
	color: #fff;
}

.temp_bottom4_link {
	width: 100%;
	padding: 50px 0 50px 280px;
	box-sizing: border-box;
	background: #F6F6F6;
}

.temp_bottom4_link_area {
	width: 980px;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
}

.temp_bottom4_link_box {
	width: 100%;
	box-sizing: border-box;
}

.temp_bottom4_link_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.temp_bottom4_link_list a {
	width: 48%;
	margin-right: 3%;
	display: inline-block;
	position: relative;
}

.temp_bottom4_link_list a:nth-child(2n) {
	margin-right: 0;
}

.temp_bottom4_link_list a:hover {
	opacity: 0.5;
}

.temp_bottom4_link_list a .img {
	width: 100%;
}

.temp_bottom4_link_list a .img img {
	width: 100%;
}

.temp_bottom4_link_list a .inbox {
	width: 100%;
	background: #999932;
	padding: 12px 20px;
	box-sizing: border-box;
	text-align: left;
}

.temp_bottom4_link_list a .inbox h3 {
	width: 100%;
	font-weight: 600;
	font-size: 0.9em;
	margin-bottom: 3px;
	color: #fff;
}

.temp_bottom4_link_list a .inbox p {
	width: 100%;
	font-weight: 400;
	font-size: 0.7em;
	color: #fff;
}

.temp_bottom5_link {
	width: 100%;
	padding: 50px 0 50px 280px;
	box-sizing: border-box;
	background: #F6F6F6;
}

.temp_bottom5_link_area {
	width: 980px;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
}

.temp_bottom5_link_box {
	width: 100%;
	box-sizing: border-box;
}

.temp_bottom5_link_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.temp_bottom5_link_list button {
    border: none;
    width: 100%;
    display: inline-block;
    position: relative;
    background:  #CA6767;
    border-bottom: 5px #4B1A1A solid;
    box-sizing: border-box;
    padding: 20px 0 20px 20px;
    color: #fff;
    font-weight: 500;
    font-size: 0.9em;
    text-align: center;
    margin-top: 20px;
}

.temp_bottom5_link_list a {
	width: 48%;
	margin-right: 3%;
	display: inline-block;
	position: relative;
}

.temp_bottom5_link_list a:nth-child(2n) {
	margin-right: 0;
}

.temp_bottom5_link_list a:hover {
	opacity: 0.5;
}

.temp_bottom5_link_list a .img {
	width: 100%;
}

.temp_bottom5_link_list a .img img {
	width: 100%;
}

.temp_bottom5_link_list a .inbox {
	width: 100%;
	background: #993333;
	padding: 12px 20px;
	box-sizing: border-box;
	text-align: left;
}

.temp_bottom5_link_list a .inbox h3 {
	width: 100%;
	font-weight: 600;
	font-size: 0.9em;
	margin-bottom: 3px;
	color: #fff;
}

.temp_bottom5_link_list a .inbox p {
	width: 100%;
	font-weight: 400;
	font-size: 0.7em;
	color: #fff;
}

.temp_sub_title {
	width: 100%;
	background: #707070;
	margin-bottom: 20px;
	position: relative;
}

.temp_sub_title i {
	width: 40px;
	height: 100%;
	position: absolute;
	background: url("../Images/sub_icon.svg") center center no-repeat;
	background-size: cover;
	left: 0;
	top: 0;
}

.temp_sub_title i img {
	width: 100%;
}

.temp_sub_title h3 {
	width: 100%;
	padding: 5px 20px 5px 70px;
	box-sizing: border-box;
	text-align: left;
	color: #fff;
	font-weight: 600;
	font-size: 1.1em;
}

.temp_sub_title h2 {
	width: 100%;
	padding: 5px 20px 5px 70px;
	box-sizing: border-box;
	text-align: left;
	color: #fff;
	font-weight: 600;
	font-size: 1.1em;
}

.temp_sub_text {
	width: 100%;
	text-align: left;
	margin-bottom: 25px;
	font-size: 0.9em;
	font-weight: 500;
}

.temp_sub_text_ex {
	width: 100%;
	text-align: left;
	margin-bottom: 25px;
	font-size: 0.9em;
	font-weight: 500;
	display: flex;
	flex-wrap: wrap;
}

.temp_sub_text2 {
	width: 100%;
	text-align: left;
	margin-bottom: 25px;
	font-size: 0.8em;
	font-weight: 400;
}

.temp_sub_link {
	width: 100%;
	text-align: left;
}

.temp_sub_link a {
	width: auto;
	display: inline-block;
	border: 1px solid #114E47;
	color: #114E47;
	font-weight: 500;
	font-size: 0.9em;
	box-sizing: border-box;
	padding: 5px 20px;
}

.temp_sub_link a span {
	font-size: 0.7em;
	font-weight: 400;
	vertical-align:middle;
}

.temp_sub_link a:hover {
	color: #fff;
	background: #114E47;
}

.temp_sub_text3 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	background: #DBE6E5;
	padding: 10px 25px;
	box-sizing: border-box;
	margin-bottom: 30px;
}

.temp_sub_text3 .title {
	width: 45%;
	text-align: center;
	font-weight: 600;
	font-size: 1em;
	vertical-align: middle;
	padding-top: 10px;
}

.temp_sub_text3 .tel {
	width: 30%;
	text-align: center;
	font-weight: 600;
	font-size: 1.6em;
	vertical-align: middle;
}

.temp_sub_text3 .tel img {
	width: 34px;
	margin-right: 10px;
}

.temp_sub_text3 .text {
	width: 25%;
	text-align: left;
	font-weight: 600;
	font-size: 0.8em;
	vertical-align: middle;
	padding-top: 15px;
}

.temp_sub_name {
	width: 100%;
	text-align: right;
	font-size: 0.9em;
	font-weight: 500;
	margin-bottom: 70px;
}

.temp_sub_name span {
	font-size: 1.2em;
	font-weight: 600;
	margin-left: 15px;
}

.temp_contact {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 70px;
}

.temp_contact div {
	width: 48%;
	margin-right: 4%;
	background: #DBE6E5;
	box-sizing: border-box;
	padding: 15px 20px;
}

.temp_contact div:nth-child(2) {
	margin-right: 0;
}

.temp_contact div h3 {
	width: 100%;
	border-bottom: 2px solid #707070;
	padding-bottom: 5px;
	margin-bottom: 15px;
	font-weight: 600;
	font-size: 1em;
}

.temp_contact div .tel {
	width: 100%;
	font-size: 1.6em;
	font-weight: 600;
}

.temp_contact div .tel img {
	width: 36px;
	margin-right: 10px;
}

.temp_contact div .text {
	width: 100%;
	font-size: 0.8em;
	font-weight: 400;
}

.temp_contact div .link {
	width: 100%;
	padding: 0 100px;
	box-sizing: border-box;
}

.temp_contact div .link a {
	width: 100%;
	display: inline-block;
	background: #707070;
	color: #fff;
	border-bottom: 5px solid #114E47;
	font-size: 0.9em;
	font-weight: 500;
	padding: 12px 20px;
	box-sizing: border-box;
}

.temp_contact div .link a:hover {
	background: #B7B7B7;
	margin-top: 5px;
	border-bottom: none;
}

.temp_main {
	width: 100%;
	padding: 0 0 0 280px;
	box-sizing: border-box;
	margin-top: 50px;
	text-align: left;
	padding-bottom: 50px;
}

.temp_main_area {
	width: 980px;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
}

.temp_main_box {
	width: 100%;
	box-sizing: border-box;
}

.mt-image-none {
	max-width: 1000px;
	height: auto;
}

.temp_table {
	width: 100%;
	margin-bottom: 50px;
}

.temp_table table {
	width: 100%;
	border-top: 1px solid #333;
}

.temp_table table th {
	width: 200px;
	border-bottom: 1px solid #333;
	padding: 20px;
	box-sizing: border-box;
	background: #EAEDFF;
	font-weight: 500;
	font-size: 0.9em;
	text-align: left;
}

.temp_table table td {
	border-bottom: 1px solid #333;
	padding: 20px;
	box-sizing: border-box;
	background: #fff;
	font-weight: 400;
	font-size: 0.9em;
	text-align: left;
}





/*---借りたい---*/

.temp_vr360 {
	width: 100%;
	padding: 0 0 0 280px;
	background: #F6F6F6;
	box-sizing: border-box;
}

.temp_vr360_area {
	width: 980px;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
}

.temp_vr360_box {
	width: 100%;
	padding: 50px 0;
	box-sizing: border-box;
}

.temp_vr360_movie {
	width: 100%;
	margin-bottom: 20px;
}

.temp_vr360_link {
	width: 100%;
	padding: 0 390px;
	box-sizing: border-box;
}

.temp_vr360_link a {
	width: 100%;
	display: inline-block;
	background: #707070;
	color: #fff;
	font-size: 0.9em;
	font-weight: 600;
	box-sizing: border-box;
	padding: 20px 20px 20px 70px;
	position: relative;
	border-bottom: 5px solid #114E47;
}

.temp_vr360_link a:hover {
	background: #CBCBCB;
	border-bottom: 5px solid #69B0A8;
}

.temp_vr360_link a i {
	width: auto;
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
}

/*---買いたい---*/

.temp_bay {
	width: 100%;
	padding: 0 0 0 280px;
	box-sizing: border-box;
	margin: 50px 0 0 0;
}

.temp_bay_area {
	width: 980px;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
}

.temp_bay_box {
	width: 100%;
	box-sizing: border-box;
}

/*---営業案内---*/

.eigyo_bg {
	width: 100%;
	padding: 0 0 0 280px;
	box-sizing: border-box;
	margin-bottom: 50px;
}

.eigyo_box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.eigyo_box p {
	width: 16.666%;
}

.eigyo_box p img {
	width: 100%;
}

/*---事業所案内---*/

.office_map {
	width: 100%;
	margin-top: 30px;
}

.office_map iframe {
	width: 100%;
	vertical-align: middle;
}

.office_box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.office_box .photo1 {
	width: 23%;
	margin-right: 2%;
}

.office_box .photo1 img {
	width: 100%;
}

.office_box .photo2 {
	width: 23%;
	margin-right: 2%;
}

.office_box .photo2 iframe {
	width: 100%;
	height: 250px;
}

.office_box .photo2 img {
	width: 100%;
}

.office_box .inbox {
	width: 50%;
}

.office_text {
	width: 100%;
	line-height: 1.4em;
	text-align: left;
	font-size: 0.9em;
	font-weight: 400;
	margin-bottom: 15px;
}

.office_table {
	width: 100%;
}

.office_table table {
	width: 100%;
	border-top: 1px solid #333;
}

.office_table table th {
	width: 100px;
	border-bottom: 1px solid #333;
	padding: 5px 10px;
	box-sizing: border-box;
	background: #EAEDFF;
	font-weight: 500;
	font-size: 0.9em;
	text-align: left;
}

.office_table table td {
	border-bottom: 1px solid #333;
	padding: 5px 10px;
	box-sizing: border-box;
	background: #fff;
	font-weight: 400;
	font-size: 0.9em;
	text-align: left;
}

.office_box2 {
	width: 100%;
	background: #EAEDFE;
	padding: 20px;
	box-sizing: border-box;
	margin-bottom: 70px;
}

.office_title {
	width: 100%;
	background: #fff;
	text-align: left;
	color: #17288B;
	font-weight: 500;
	font-size: 0.9em;
	margin-bottom: 15px;
	box-sizing: border-box;
	padding: 5px 15px;
}

.office_iconbox {
	width: 100%;
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
}

.office_iconbox p {
	width: 10%;
	margin-right: 2%;
	text-align: center;
	font-size: 0.7em;
	font-weight: 400;
	line-height: 1.4em;
}

.office_iconbox p img {
	width: 100%;
	margin-bottom: 5px;
}

.office_inbox {
	width: 100%;
	margin-bottom: 30px;
	text-align: left;
	font-size: 0.9em;
}

.office_inbox_map {
	width: 100%;
}

.office_inbox_map iframe {
	width: 100%;
	vertical-align: middle;
}

/*---スタッフ---*/

.staff_box {
	width: 100%;
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
}

.staff_inbox {
	width: 48%;
	margin-right: 4%;
	margin-bottom: 30px;
}

.staff_inbox:nth-child(2n) {
	margin-right: 0;
}

.staff_inbox .inbox {
	width: 100%;
	margin-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
	background: #D7F5F1;
	box-sizing: border-box;
	padding: 10px;
position: relative;
}

.staff_inbox .inbox .icon {
position: absolute;
top: 50%;
left: 33%;
transform: translateY(-50%);
-webkit- transform: translateY(-50%);
}

.staff_inbox .inbox .icon img {
width: 145px;
}

.staff_inbox .inbox .photo {
	width: 30%;
}

.staff_inbox .inbox .photo img {
	width: 100%;
}

.staff_inbox .inbox .textbox {
	width: 70%;
}

.staff_inbox .inbox .textbox .title {
	width: 100%;
	text-align: right;
	font-weight: 600;
	font-size: 1.1em;
	margin-top: 50px;
	border-bottom: 1px solid #000;
}

.staff_inbox .inbox .textbox .title span {
width: 100%;
display: inline-block;
font-weight: 500;
font-size: 0.8em;
}

.staff_inbox .inbox .textbox .subtitle {
	width: 100%;
	text-align: right;
	font-weight: 400;
	font-size: 0.8em;
	margin-bottom: 20px;
}

.staff_inbox .inbox .textbox .yakusyoku {
	width: 100%;
	text-align: right;
	font-size: 0.8em;
	font-weight: 500;
	margin-bottom: -50px;
	margin-top: 25px;
}

.staff_inbox .inbox .textbox .link {
	width: 100%;
}

.staff_inbox .inbox .textbox .link a {
	width: 130px;
	display: inline-block;
	float: right;
	background: #fff;
	text-align: center;
	font-size: 0.8em;
	font-weight: 400;
	color: #000;
}
.staff_inbox .inbox .textbox .link a:hover {
	background: #ccc;
}

.staff_inbox .inbox2 {
	width: 100%;
	margin-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
	background: #F6F6F6;
	box-sizing: border-box;
	padding: 10px;
}

.staff_inbox .inbox2 .blogtitle {
	width: 35%;
	font-size: 0.8em;
	box-sizing: border-box;
	padding: 3px 10px;
	background: #62BFB3;
	color: #fff;
	margin-right: 5%;
	position: relative;
}

.staff_inbox .inbox2 .blogtitle i {
	width: 7%;
	height: 100%;
	position: absolute;
	right: -7%;
	top: 0;
	background: url("../Images/sankaku.png") center right no-repeat;
}

.staff_inbox .inbox2 .title {
	width: 60%;
	font-size: 0.9em;
	font-weight: 500;
	text-align: left;
}

.staff_inbox .inbox2 .text {
	width: 100%;
	margin-top: 10px;
	text-align: left;
	font-weight: 400;
	font-size: 0.7em;
}

.staff_inbox .inbox2 .text p {
	width: 100%;
	text-indent: -1em;
	margin-left: 1em;
	padding-right: 1em;
	box-sizing: border-box
}

.staff_inbox .inbox3 {
	width: 100%;
	margin-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
}

.staff_inbox .inbox3 .title {
	width: 25%;
	margin-right: 2%;
	font-size: 0.7em;
	font-weight: 500;
	text-align: left;
	background: #62BFB3;
	color: #fff;
	box-sizing: border-box;
	padding: 3px 10px;
}

.staff_inbox .inbox3 .text {
	width: 73%;
	font-size: 0.7em;
	font-weight: 400;
	text-align: left;
	background: #D7F5F1;
	color: #000;
	box-sizing: border-box;
	padding: 3px 10px;
}

.staff_shikaku {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 80px;
}

.staff_shikaku_left {
	width: 48%;
	margin-right: 4%;
	border-top: 1px solid #62BFB3;
	border-bottom: 1px solid #62BFB3;
}

.staff_shikaku_right {
	width: 48%;
	border-top: 1px solid #62BFB3;
	border-bottom: 1px solid #62BFB3;
}

.staff_shikaku_left ul {
	width: 100%;
	background: #D7F5F1;
	display: flex;
	flex-wrap: wrap;
}

.staff_shikaku_left ul:nth-child(2n) {
	background: #fff;
}

.staff_shikaku_left ul .title {
	width: 80%;
	text-align: left;
	padding: 5px 20px;
	box-sizing: border-box;
	font-size: 0.8em;
	font-weight: 500;
}

.staff_shikaku_left ul .text {
	width: 20%;
	text-align: right;
	padding: 5px 20px;
	box-sizing: border-box;
	font-size: 0.8em;
	font-weight: 500;
}

.staff_shikaku_right ul {
	width: 100%;
	background: #D7F5F1;
	display: flex;
	flex-wrap: wrap;
}

.staff_shikaku_right ul:nth-child(2n) {
	background: #fff;
}

.staff_shikaku_right ul .title {
	width: 80%;
	text-align: left;
	padding: 5px 20px;
	box-sizing: border-box;
	font-size: 0.8em;
	font-weight: 500;
}

.staff_shikaku_right ul .text {
	width: 20%;
	text-align: right;
	padding: 5px 20px;
	box-sizing: border-box;
	font-size: 0.8em;
	font-weight: 500;
}

/*---お問い合わせ---*/

.contact_bg {
	background: #F6F6F6;
	padding-top: 50px;
	padding-bottom: 50px;
}

.contact_box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.contact_left {
	width: 48% !important;
	margin-right: 4%;
}

.contact_right {
	width: 48% !important;
}

.contact_left_ex {
	width: 32% !important;
	margin-right: 2%;
padding-top: 25px;
}

.contact_center_ex {
	width: 32% !important;
	margin-right: 2%;
padding-top: 25px;
}

.contact_right_ex {
	width: 32% !important;
padding-top: 25px;
}

.contact_subtitle {
	width: 100%;
	color: #17288B;
	text-align: left;
	font-size: 1em;
	font-weight: 600;
	border-left: 5px solid #17288B;
	padding: 0 0 0 10px;
	box-sizing: border-box;
	line-height: 1.4em;
	margin-bottom: 15px;
}

.contact_tel {
	width: 100% !important;
	text-align: center !important;
	color: #FF000F !important;
	font-size: 1.8em !important;
	font-weight: 600 !important;
}

.contact_tel img {
	width: 30px;
	margin-left: 10px;
	vertical-align: baseline;
}

.contact_text {
	width: 100%;
	margin-top: -10px;
	font-size: 0.9em;
	font-weight: 400;
	text-align: center !important;
}

.contact_link {
	width: 80% !important;
	margin: 0 10%;
}

.contact_link a {
	width: 100%;
	display: inline-block;
	background: #1FB5A2;
	border-bottom: 5px solid #0F907F;
	text-align: center;
	color: #fff !important;
	box-sizing: border-box;
	padding: 15px 0;
	text-decoration: none !important;
}

.contact_link a:hover {
	margin-top: 5px;
	border-bottom: none;
	text-decoration: none !important;
}

.contact_link_box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 0 5%;
	box-sizing: border-box;
}

.contact_link_box .left {
	width: 50%;
}

.contact_link_box .right {
	width: 50%;
}

.contact_text2 {
	width: 100%;
	font-size: 0.9em;
	font-weight: 400;
	text-align: left !important;
}

.contact_formbox {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	background: #51A7DD;
}

.contact_formbox .title {
	width: 25%;
	text-align: left;
	box-sizing: border-box;
	font-size: 0.9em;
	font-weight: 500;
	padding: 10px 0 10px 15px;
	color: #fff;
	position: relative;
}

.contact_formbox .title span {
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 0.8em;
	font-weight: 400;
	padding: 2px 10px;
	border-radius: 3px;
	background: #ff0000;
}

.contact_formbox .text {
	width: 75%;
	background: #fff;
	text-align: left;
	box-sizing: border-box;
	font-size: 0.9em;
	font-weight: 400;
	padding: 10px 20px;
	border: 1px solid #51A7DD;
}

.contact_formbox .text2 {
	width: 37%;
	background: #fff;
	text-align: left;
	box-sizing: border-box;
	font-size: 0.9em;
	font-weight: 400;
	padding: 10px 20px;
	border-left: 1px solid #51A7DD;
	border-bottom: 1px solid #51A7DD;
	border-top: 1px solid #51A7DD;
}

.contact_formbox .text3 {
	width: 38%;
	background: #fff;
	text-align: left;
	box-sizing: border-box;
	font-size: 0.9em;
	font-weight: 400;
	padding: 10px 20px;
	border-bottom: 1px solid #51A7DD;
	border-top: 1px solid #51A7DD;
	border-right: 1px solid #51A7DD;
}

.contact_formbox .text4 {
	width: 100%;
	background: #fff;
	text-align: left;
	box-sizing: border-box;
	font-size: 0.9em;
	font-weight: 400;
	padding: 10px 20px;
	border: 1px solid #51A7DD;
}

.contact_formbox .text5 {
	width: 38%;
	background: #F6F6F6;
	text-align: left;
	box-sizing: border-box;
	font-size: 0.9em;
	font-weight: 400;
	padding: 10px 20px;
	border-left: 1px solid #51A7DD;
}

.attention_text {
	width: 75%;
	padding: 0 25px;
	box-sizing: border-box;
	margin-left: 25%;
	margin-top: -5px;
	text-align: left;
	font-size: 0.8em;
	font-weight: 400;
	color: #ff0000;
}

.form1 {
	width: 100%;
	border: none;
	padding: 5px;
	box-sizing: border-box;
	background: #fff;
}

.form2 {
	width: 230px;
	border: 1px solid #999;
	padding: 5px;
	box-sizing: border-box;
	background: #fff;
}

.form3 {
	width: 160px;
	border: 1px solid #999;
	padding: 5px;
	box-sizing: border-box;
	background: #fff;
}

.contact_text3 {
	width: 100%;
	text-align: center !important;
	font-size: 0.8em;
}

.contact_text3 a {
	text-decoration: underline;
}

.contact_text4 {
	width: 100%;
	text-align: center !important;
	font-size: 0.9em;
}

.contact_bottan {
	width: 100%;
	text-align: center;
}

.contact_bottan input {
	background: #1FB5A2;
	border-bottom: 5px solid #0F907F;
	border-top: none;
	border-right: none;
	border-left: none;
	box-sizing: border-box;
	padding: 10px 20px;
	font-weight: 500;
	font-size: 0.9em;
	color: #fff;
}

.contact_bottan input:hover {
	margin-top: 5px;
	border-bottom: none;
}

.contact_text5 {
	width: 100%;
	font-size: 0.9em;
	font-weight: 400;
	text-align: center !important;
	margin-bottom: 50px;
}

.contact_inbox {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.contact_inbox_left {
	width: 65%;
	margin-right: 5%;
	text-align: left;
}

.contact_inbox_left .title {
	width: 100%;
	margin-bottom: 20px;
}

.contact_inbox_left .text {
	width: 100%;
	font-size: 0.9em;
	font-weight: 400;
}

.contact_inbox_right {
	width: 30%;
	padding: 0 3%;
	box-sizing: border-box;
}

.contact_inbox_right img {
	width: 100%;
}

.contact_flow {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	background: #fff;
}

.contact_flow .no {
	width: 8%;
	vertical-align: middle;
	align-items: center;
	font-weight: 600;
	font-size: 1.8em;
	text-align: center;
	color: #fff;
	background: #51A7DD;
	box-sizing: border-box;
	padding: 10px;
}

.contact_flow .title {
	width: 25%;
	vertical-align: middle;
	align-items: center;
	color: #51A7DD;
	font-weight: 600;
	font-size: 1em;
	text-align: left;
	box-sizing: border-box;
	padding: 10px 20px;
}

.contact_flow .text {
	width: 67%;
	vertical-align: middle;
	align-items: center;
	text-align: left;
	font-size: 0.8em;
	font-weight: 400;
	box-sizing: border-box;
	padding: 10px 20px;
}

/*---お知らせ---*/

.news_category {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
	text-align: center;
}

.news_category .cat {
	width: 18.4%;
	margin-right: 2%;
}

.news_category .cat:nth-child(5n) {
	margin-right: 0;
}

.news_category .cat a {
	width: 100%;
	display: inline-block;
	font-size: 0.8em;
	padding: 2px 5px;
	box-sizing: border-box;
	border-radius: 100px;
}

.news_category .cat a.cat1 {
	background: #707070;
	color: #fff;
}

.news_category .cat a.cat2 {
	background: #51A7DD;
	color: #fff;
}

.news_category .cat a.cat3 {
	background: #ED7980;
	color: #fff;
}

.news_category .cat a.cat4 {
	background: #FCB32B;
	color: #fff;
}

.news_category .cat a.cat5 {
	background: #7CCC92;
	color: #fff;
}

.news_category_sp {
	display: none;
}

.temp_news_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.temp_news_list ul {
	width: 100%;
	margin-bottom: 5px;
	background: #F7F7F7;
	position: relative;
}

.temp_news_list ul li.cat {
	width: 200px;
	position: absolute;
	left: 10px;
	top: 6px;
	font-size: 0.8em;
	padding: 2px 5px;
	box-sizing: border-box;
	border-radius: 100px;
	text-align: center;
}

.temp_news_list ul li.cat1 {
	background: #707070;
	color: #fff;
}

.temp_news_list ul li.cat2 {
	background: #51A7DD;
	color: #fff;
}

.temp_news_list ul li.cat3 {
	background: #ED7980;
	color: #fff;
}

.temp_news_list ul li.cat4 {
	background: #FCB32B;
	color: #fff;
}

.temp_news_list ul li.cat5 {
	background: #7CCC92;
	color: #fff;
}

/*　2024/02/01追加　*/
.temp_news_list ul li.forrent {
	background: #17288b;
	color: #fff;
}

.temp_news_list ul li.sell {
	background: #17288b;
	color: #fff;
}

.temp_news_list ul li.hapiman {
	background: #17288b;
	color: #fff;
}

.temp_news_list ul li.time {
	width: 120px;
	position: absolute;
	left: 220px;
	top: 5px;
	font-size: 0.9em;
	padding: 2px 10px;
	box-sizing: border-box;
	text-align: center;
	font-weight: 500;
}

.temp_news_list ul li.text {
	width: 100%;
	font-size: 0.9em;
	padding: 7px 20px 7px 350px;
	box-sizing: border-box;
	text-align: left;
	font-weight: 500;
}

.temp_news_list ul li.text span {
	margin-right: 15px;
}

.temp_news_pagelink {
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}

.temp_news_pagelink a {
	width: 40px;
	height: 40px;
	display: inline-block;
	box-sizing: border-box;
	border: 1px solid #ccc;
	padding: 10px;
	border-radius: 100px;
	position: relative;
}

.temp_news_pagelink a span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}

.temp_news_pagelink a span img {
	height: 10px;
	display: grid;
}

.temp_news_pagelink a:hover {
	opacity: 0.5;
}

.temp_news_pagelink .ryaku {
	padding: 0 5px;
	vertical-align: top;
}

.temp_news_page_cat {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px !important;
}

.temp_news_page_cat .cat {
	width: 200px;
	box-sizing: border-box;
	padding: 2px 10px;
	font-size: 0.8em;
	font-weight: 400;
	text-align: center;
	margin-right: 20px;
	border-radius: 100px;
	margin-bottom: 0;
}

.temp_news_page_cat .cat1 {
	background: #707070;
	color: #fff;
}

.temp_news_page_cat .cat2 {
	background: #51A7DD;
	color: #fff;
}

.temp_news_page_cat .cat3 {
	background: #ED7980;
	color: #fff;
}

.temp_news_page_cat .cat4 {
	background: #FCB32B;
	color: #fff;
}

.temp_news_page_cat .cat5 {
	background: #7CCC92;
	color: #fff;
}

.temp_news_page_cat .time {
	width: auto;
	box-sizing: border-box;
	padding: 2px 0;
	font-size: 0.9em;
	font-weight: 400;
	text-align: left;
	margin-right: 20px;
	margin-bottom: 0;
}

.temp_news_page_cat .time2 {
	width: auto;
	box-sizing: border-box;
	padding: 2px 0;
	font-size: 1.4em;
	color: #17288B;
	font-weight: 600;
	text-align: left;
	margin-right: 20px;
	margin-bottom: 0;
}

.temp_news_page {
	width: 100%;
	position: relative;
	margin-bottom: 100px;
}

.temp_news_page h1 {
	width: 100%;
	margin-bottom: 20px;
	font-size: 1.6em;
	font-weight: 600;
	text-align: left;
}

.temp_news_page p {
	width: 100%;
	margin-bottom: 30px;
	font-size: 0.9em;
	text-align: left;
}

.temp_news_page .n_box {
	width: 100%;
	margin-bottom: 30px;
	font-size: 0.9em;
	text-align: left;
	border: 1px solid #999;
	box-sizing: border-box;
	padding: 20px;
}

.temp_news_page .n_box2 {
	width: 100%;
	margin-bottom: 30px;
	font-size: 0.9em;
	text-align: left;
	border: 1px solid #17288B;
	box-sizing: border-box;
	padding: 20px;
}

.temp_news_page .n_box3 {
	width: 100%;
	margin-bottom: 30px;
	font-size: 0.9em;
	text-align: left;
	box-sizing: border-box;
	padding: 20px;
	background: #d9dfff;
}

.temp_news_page .n_box4 {
	width: 100%;
	margin-bottom: 30px;
	font-size: 0.9em;
	text-align: left;
	box-sizing: border-box;
	padding: 20px;
	background: #eee;
}

.temp_news_page div {
	width: 100%;
	text-align: left;
}

/*
.temp_news_page img {
	width: 100%;
}
*/

.temp_news_page h3 {
	width: 100%;
	margin-bottom: 20px;
	border-bottom: 1px solid #17288B !important;
	text-align: left;
	font-size: 1em !important;
	font-weight: 500;
	padding-bottom: 3px;
}

.temp_news_page ul {
	width: 100%;
	margin-bottom: 50px;
	font-size: 0.9em;
	text-align: left;
	box-sizing: border-box;
	padding: 0 0 0 20px;
}

.temp_news_page ul li {
	width: 100%;
	list-style: disc outside;
}

.temp_news_page ol {
	width: 100%;
	margin-bottom: 50px;
	font-size: 0.9em;
	text-align: left;
	box-sizing: border-box;
	padding: 0 0 0 20px;
}

.temp_news_page ol li {
	width: 100%;
	list-style: decimal outside;
}

.temp_news_page a {
	color: #17288B;
	text-decoration: underline;
}

.temp_news_page a:hover {
	color: #ccc;
	text-decoration: underline;
}

.temp_news_page .imgbox {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.temp_news_page .imgbox .img {
	width: 45%;
	margin-right: 10%;
}

.temp_news_page .imgbox .img:nth-child(2n) {
	width: 45%;
	margin-right: 0;
}

.temp_news_page .imgbox .img img {
	width: 100%;
	vertical-align: middle;
	margin-bottom: 5px;
}

.temp_news_page .imgbox .img span {
	width: 100%;
	display: inline-block;
	font-size: 1em;
	text-align: left;
	font-weight: 400;
}

.temp_news_page strong {
	font-weight: 600;
}

/*---LPサイト---*/

.lp_header {
	width: 100%;
	position: fixed;
	background: #fff;
	box-shadow: 0 0 5px #999;
	left: 0;
	top: 0;
	z-index: 100;
}

.lp_logo {
	width: 300px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	display: flex;
	flex-wrap: wrap;
	padding: 5px 30px;
	box-sizing: border-box;
}

.lp_logo .logo1 {
	width: 20%;
	margin-right: 2%;
}

.lp_logo .logo1 img {
	width: 100%;
	vertical-align: top;
	margin-top: 2px;
}

.lp_logo .title1 {
	width: 78%;
}

.lp_logo .title1 img {
	width: 100%;
	vertical-align: top;
	margin-top: 2px;
}

.lp_manu_contact {
	width: auto;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
}

.lp_manu_contact a {
	width: 140px;
	display: inline-block;
	background: #17288B;
	color: #fff;
	box-sizing: border-box;
	padding: 10px 15px 10px 45px;
	position: relative;
	font-size: 0.9em;
	font-weight: 400;
	text-align: center;
}

.lp_manu_contact a i {
	position: absolute;
	left: 15px;
	top: 9px;
}

.lp_manu_contact a:hover {
	color: #fff;
	background: #5769D3;
}

.lp_manu {
	width: 100%;
	padding: 0 160px 0 320px;
	box-sizing: border-box;
}

.lp_manu ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.lp_manu ul li:nth-child(1) {
	width: 15%;
}

.lp_manu ul li:nth-child(2) {
	width: 27%;
}

.lp_manu ul li:nth-child(3) {
	width: 20%;
}

.lp_manu ul li:nth-child(4) {
	width: 10%;
}

.lp_manu ul li:nth-child(5) {
	width: 28%;
}


.lp_manu ul li a {
	width: 100%;
	display: inline-block;
	padding: 10px 0;
	box-sizing: border-box;
	font-size: 0.9em;
	font-weight: 500;
}

.lp_manu ul li a:hover {
	background: #F5CF2F;
	color: #fff;
}

.lp_manu2 {
	width: 100%;
	padding: 0 160px 0 320px;
	box-sizing: border-box;
}

.lp_manu2 ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.lp_manu2 ul li:nth-child(1) {
	width: 19%;
}

.lp_manu2 ul li:nth-child(2) {
	width: 19%;
}

.lp_manu2 ul li:nth-child(3) {
	width: 18%;
}

.lp_manu2 ul li:nth-child(4) {
	width: 18%;
}

.lp_manu2 ul li:nth-child(5) {
	width: 26%;
}


.lp_manu2 ul li a {
	width: 100%;
	display: inline-block;
	padding: 10px 0;
	box-sizing: border-box;
	font-size: 0.9em;
	font-weight: 500;
}

.lp_manu2 ul li a:hover {
	background: #F5CF2F;
	color: #fff;
}

.lp_manu3 {
	width: 100%;
	padding: 0 160px 0 320px;
	box-sizing: border-box;
}

.lp_manu3 ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.lp_manu3 ul li:nth-child(1) {
	width: 15%;
}

.lp_manu3 ul li:nth-child(2) {
	width: 15%;
}

.lp_manu3 ul li:nth-child(3) {
	width: 16%;
}

.lp_manu3 ul li:nth-child(4) {
	width: 17%;
}

.lp_manu3 ul li:nth-child(5) {
	width: 17%;
}

.lp_manu3 ul li:nth-child(6) {
	width: 20%;
}


.lp_manu3 ul li a {
	width: 100%;
	display: inline-block;
	padding: 10px 0;
	box-sizing: border-box;
	font-size: 0.9em;
	font-weight: 500;
}

.lp_manu3 ul li a:hover {
	background: #F5CF2F;
	color: #fff;
}

.lp_manu4 {
	width: 100%;
	padding: 0 160px 0 320px;
	box-sizing: border-box;
}

.lp_manu4 ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.lp_manu4 ul li:nth-child(1) {
	width: 20%;
}

.lp_manu4 ul li:nth-child(2) {
	width: 20%;
}

.lp_manu4 ul li:nth-child(3) {
	width: 20%;
}

.lp_manu4 ul li:nth-child(4) {
	width: 20%;
}

.lp_manu4 ul li:nth-child(5) {
	width: 20%;
}

.lp_manu4 ul li a {
	width: 100%;
	display: inline-block;
	padding: 10px 0;
	box-sizing: border-box;
	font-size: 0.9em;
	font-weight: 500;
}

.lp_manu4 ul li a:hover {
	background: #F5CF2F;
	color: #fff;
}

.lp_mainimg {
	width: 100%;
	min-height: 700px;
	margin-top: 46px;
	background: url("../Images/lp_bg1.png") center center no-repeat;
	background-size: cover;
	position: relative;
}

.lp_mainimg2 {
	width: 100%;
	min-height: 700px;
	margin-top: 46px;
	background: url("../Images/lp_bg3.jpg") center center no-repeat;
	background-size: cover;
	position: relative;
}

.lp_mainimg3 {
	width: 100%;
	min-height: 700px;
	margin-top: 46px;
	background: url("../Images/lp_bg4.jpg") center center no-repeat;
	background-size: cover;
	position: relative;
}

.lp_mainimg4 {
	width: 100%;
	min-height: 700px;
	margin-top: 46px;
	background: url("../Images/leaseback/bg3.png") left center no-repeat;
	background-size: cover;
	position: relative;
}

.lp_mainimg_text {
	width: 800px;
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}

.lp_mainimg_text .m_logo {
	width: 100%;
	margin-bottom: 10px;
	position: relative;
}

.lp_mainimg_text .m_logo img {
	width: 100%;
}

.lp_mainimg_text .m_logo2 {
	width: 100%;
	margin-bottom: 10px;
	position: relative;
}

.lp_mainimg_text .m_logo2 img {
	width: 300px;
}

.lp_mainimg_text .m_text {
	width: 100%;
	font-weight: 700;
	font-size: 1.5em;
	text-align: left;
	color: #fff;
}

.lp_mainimg_text .m_text2 {
	width: 100%;
	font-weight: 400;
	font-size: 0.9em;
	text-align: center;
}

.lp_mainimg_text .m_logo .mark {
	width: 110px;
	position: absolute;
	right: -100px;
	bottom: 0;
}

.lp_mainimg_text .m_logo .mark img {
	width: 100%;
}

.lp_mainimg_text .m_text3 {
	width: 100%;
	font-weight: 700;
	font-size: 1.5em;
	text-align: center;
	line-height: 1.5em;
	color: #fff;
	margin-bottom: 15px;
}

.lp_mainimg_text .m_text4 {
	width: 100%;
	font-weight: 700;
	font-size: 1.2em;
	text-align: center;
	color: #fff;
}

.lp_mainimg_text .m_text5 {
	width: 100%;
	font-weight: 600;
	font-size: 0.9em;
	color: #fff;
	text-align: center;
}

.lp_section {
	width: 100%;
	background: #BDE8FA;
	position: relative;
	padding: 300px 0 50px 0;
}

.lp_section_box {
	width: 1080px;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
}

.lp_section_box .w_box {
	width: 1080px;
	padding: 30px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	left: 50%;
	top: -50px;
	transform: translateX(-50%);
	-webkit- transform: translateX(-50%);
	z-index: 2;
}

.lp_section_box .w_box .b_bg {
	width: 100%;
	height: 30px;
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.lp_section_box .w_box .b_bg .b1 {
	width: 30px;
	height: 30px;
	background: url("../Images/lp_box_bg.png") center top repeat;
}

.lp_section_box .w_box .b_bg .b1 img {
	width: 100%;
}

.lp_section_box .w_box .b_bg .b2 {
	width: 1020px;
	background: #fff;
}

.lp_section_box .w_box .b_bg2 {
	width: 1050px;
	height: 250px;
	position: absolute;
	left: 0;
	top: 30px;
	background: #fff;
	z-index: 1;
}

.lp_section_box .w_box .b_bg3 {
	width: 100%;
	height: 30px;
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}

.lp_section_box .w_box .b_bg3 .b1 {
	width: 30px;
	height: 30px;
	background: url("../Images/lp_box_bg.png") center top repeat;
}

.lp_section_box .w_box .b_bg3 .b1 img {
	width: 100%;
}

.lp_section_box .w_box .b_bg3 .b2 {
	width: 1020px;
	background: #fff;
}

.lp_section_box .w_box .left {
	width: 70%;
	padding-right: 3%;
	background: #fff;]
	position: relative;
	z-index: 5;
}

.lp_section_box .w_box .left .title {
	width: 100%;
	text-align: left;
	color: #17288B;
	font-weight: 700;
	font-size: 1.3em;
	margin-bottom: 10px;
	line-height: 1.3em;
}

.lp_section_box .w_box .left .text {
	width: 100%;
	line-height: 1.7em;
	font-size: 0.9em;
	font-weight: 400;
	text-align: left;
}

.lp_section_box .w_box .right {
	width: 27%;
	background: #fff;
	position: relative;
	z-index: 5;
}

.lp_section_box .w_box .right img {
	width: 100%;
	vertical-align: middle;
}

.lp_section_box .w_box_right {
	width: 50%;
	height: 250px;
	background: #fff;
	position: absolute;
	right: 0;
	top: -20px;
	z-index: 1;
}


.lp_section_box .w_box_right .b_bg {
	width: 100%;
	height: 30px;
	position: absolute;
	top: -30px;
	right: 0;
	z-index: 2;
}

.lp_section_box .w_box_right .b_bg .b1 {
	width: 30px;
	height: 30px;
	background: url("../Images/lp_box_bg.png") center top repeat;
	position: absolute;
	right: 0;
	top: 0;
}

.lp_section_box .w_box_right .b_bg .b1 img {
	width: 100%;
}

.lp_section_box .w_box_right .b_bg .b2 {
	width: 100%;
	height: 30px;
	background: #fff;
	position: absolute;
	right: 30px;
	top: 0;
}

.lp_section_box .w_box_right .b_bg3 {
	width: 100%;
	height: 30px;
	position: absolute;
	bottom: -30px;
	right: 0;
	z-index: 2;
}

.lp_section_box .w_box_right .b_bg3 .b1 {
	width: 30px;
	height: 30px;
	background: url("../Images/lp_box_bg.png") center top repeat;
	position: absolute;
	right: 0;
	top: 0;
}

.lp_section_box .w_box_right .b_bg3 .b1 img {
	width: 100%;
}

.lp_section_box .w_box_right .b_bg3 .b2 {
	width: 100%;
	height: 30px;
	background: #fff;
	position: absolute;
	right: 30px;
	top: 0;
}

.lp_section_box .w_box .yajirushi {
	width: 100%;
	height: 40px;
	background: url("../Images/lp_box_yajirushi.png") center center no-repeat;
	position: absolute;
	bottom: -40px;
	left: 0;
}

.lp_section_box .w_box .character {
	width: auto;
	position: absolute;
	top: -100px;
	right: 20px;
	z-index: 20;
}

.lp_section_box .w_box .character img {
	width: 110px;
}

.lp_box {
	width:1080px;
	display: flex;
	flex-wrap: wrap;
}

.lp_box .lp_ball {
	width: 23.5%;
	height: 250px;
	margin-right: 2%;
	box-sizing: border-box;
	background: #fff;
	border-radius: 200px;
	position: relative;
}

.lp_box .lp_ball:nth-child(4n) {
	margin-right: 0;
}

.lp_box .lp_ball .point {
	width: 100%;
	font-size: 0.8em;
	line-height: 1.3em;
	font-weight: 400;
	color: #17288B;
	position: absolute;
	left: 0;
	top: 50px;
}

.lp_box .lp_ball .no {
	width: 100%;
	font-size: 1.8em;
	line-height: 1.3em;
	font-weight: 700;
	margin-bottom: 15px;
	color: #17288B;
	position: absolute;
	left: 0;
	top:60px;
}

.lp_box .lp_ball .text {
	width: 100%;
	line-height: 1.3em;
	font-size: 1.1em;
	font-weight: 600;
	color: #17288B;
	position: absolute;
	left: 0;
	top: 120px;
}

.lp_section2 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.lp_section2_left {
	width: 50%;
	background: url("../Images/lp_photo2.png") center center no-repeat;
	background-size: cover;
}

.lp_section2_right {
	width: 50%;
}

.lp_section2_right .inbox {
	width: 100%;
	max-width: 540px;
	box-sizing: border-box;
	padding: 30px 20px 30px 50px;
	text-align: left;
}

.lp_section2_right .inbox h3 {
	width: 100%;
	color: #17288B;
	font-weight: 700;
	font-size: 1.3em;
	margin-bottom: 15px;
	line-height: 1.3em;
}

.lp_section2_right .inbox p {
	width: 100%;
	font-size: 0.9em;
	font-weight: 400;
}

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

.lp_section_area {
	width: 1080px;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
}

.lp_section__box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}

.lp_section__box .list {
	width: 23.5%;
	margin-right: 2%;
	justify-content: space-around;
	align-items: center;
}

.lp_section__box .list:nth-child(4n) {
	margin-right: 0;
}

.lp_section__box .list a {
	width: 100%;
	padding: 20px 20px;
	box-sizing: border-box;
	background: #009EE0;
	border-top: 5px solid #17288B;
	color: #fff;
	display: inline-block;
	font-size: 1em;
	font-weight: 500;
	line-height: 1.4em;
	justify-content: space-around;
	align-items: center;
}

.lp_section4 {
	width: 100%;
	padding: 50px 0;
	background: #F6F6F6;
}

.lp_section___box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}


.lp_sub_title {
	width: 100%;
	background: #129EE0;
	margin-bottom: 20px;
	position: relative;
}

.lp_sub_title i {
	width: 40px;
	height: 100%;
	position: absolute;
	background: url("../Images/sub_icon.svg") center center no-repeat;
	background-size: cover;
	left: 0;
	top: 0;
}

.lp_sub_title i img {
	width: 100%;
}

.lp_sub_title h3 {
	width: 100%;
	padding: 5px 20px 5px 70px;
	box-sizing: border-box;
	text-align: left;
	color: #fff;
	font-weight: 600;
	font-size: 1.1em;
	color: #fff;
}

.lp_box_left {
	width: 48%;
	margin-right: 4%;
	font-size: 0.9em;
	font-weight: 400;
	text-align: left;
}

.lp_box_right {
	width: 48%;
	box-sizing: border-box;
	padding: 10px 30px;
}

.lp_box_right img {
	width: 100%;
}

.lp_section5 {
	width: 100%;
	padding: 50px 0;
	background: #E3F7FF;
}

.lp_sub__title {
	width: 100%;
	text-align: center;
	padding: 0 380px;
	box-sizing: border-box;
	margin-bottom: 30px;
}

.lp_sub__title p {
	width: 100%;
	border-bottom: 1px solid #17288B;
	color: #17288B;
	font-size: 0.9em;
	font-weight: 600;
}

.lp_sub__title h3 {
	width: 100%;
	color: #000;
	font-size: 1.1em;
	font-weight: 600;
}

.lp_box__left {
	width: 48%;
	margin-right: 4%;
	box-sizing: border-box;
	padding: 0 30px;
}

.lp_box__right {
	width: 48%;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
}

.lp_box__right div {
	width: 50%;
	padding: 0;
}

.lp_box__right div img {
	width: 100%;
	vertical-align: middle;
}

.lp_section6 {
	width: 100%;
	padding: 50px 0;
	background: #E2FDEB;
}

.lp_sub__title2 {
	width: 100%;
	text-align: center;
	padding: 0 380px;
	box-sizing: border-box;
	margin-bottom: 30px;
}

.lp_sub__title2 p {
	width: 100%;
	border-bottom: 1px solid #1B9944;
	color: #1B9944;
	font-size: 0.9em;
	font-weight: 600;
}

.lp_sub__title2 h3 {
	width: 100%;
	color: #000;
	font-size: 1.1em;
	font-weight: 600;
}

.lp_flow {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	background: #fff;
}

.lp_flow .no {
	width: 8%;
	vertical-align: middle;
	align-items: center;
	font-weight: 600;
	font-size: 1.8em;
	text-align: center;
	color: #fff;
	background: #1B9944;
	box-sizing: border-box;
	padding: 10px;
}

.lp_flow .title {
	width: 25%;
	vertical-align: middle;
	align-items: center;
	color: #1B9944;
	font-weight: 600;
	font-size: 1em;
	text-align: left;
	box-sizing: border-box;
	padding: 10px 20px;
}

.lp_flow .text {
	width: 67%;
	vertical-align: middle;
	align-items: center;
	text-align: left;
	font-size: 0.8em;
	font-weight: 400;
	box-sizing: border-box;
	padding: 10px 20px;
}

.lp_flow_yajirushi {
	width: 100%;
	margin-bottom: 10px;
}

.lp_flow_yajirushi img {
	width: 30px;
}

.lp_link_bottan {
	width: 100%;
	padding: 0 400px;
	box-sizing: border-box;
}

.lp_link_bottan a {
	width: 100%;
	display: inline-block;
	background: #1B9944;
	border-bottom: 5px solid #0B5523;
	color: #fff;
	font-size: 0.9em;
	font-weight: 500;
	padding: 20px 0;
}

.lp_link_bottan a:hover {
	border-bottom: 0;
	margin-top: 5px;
}

.lp_section7 {
	width: 100%;
	padding: 50px 0;
	background: #fff;
	display: flex;
	flex-wrap: wrap;
}

.lp_section7_left {
	width: 48%;
	margin-right: 4%;
	background: #E3F7FF;
}

.lp_section7_right {
	width: 48%;
	background: #E3F7FF;
}

.lp_section7_subtitle {
	width: 100%;
	padding: 5px 20px;
	box-sizing: border-box;
	margin-top: 15px;
	margin-bottom: 10px;
	text-align: left;
	color: #17288B;
	background: #fff;
	font-weight: 500;
}

.lp_section7_sublist {
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
	margin-bottom: 20px;
	text-align: left;
	font-weight: 400;
	font-size: 0.9em;
}

.lp_section7_subtext {
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
	margin-bottom: 20px;
	text-align: left;
	font-weight: 400;
	font-size: 0.8em;
}

.lp_section7_bottan {
	width: 100%;
	padding: 0 140px;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.lp_section7_bottan a {
	width: 100%;
	display: inline-block;
	background: #129EE0;
	border-bottom: 5px solid #1B6588;
	color: #fff;
	font-size: 0.9em;
	font-weight: 500;
	padding: 10px 0;
}

.lp_section7_bottan a:hover {
	border-bottom: 0;
	margin-top: 5px;
}

.lp_section8 {
	width: 100%;
	min-height: 400px;
	background: url("../Images/lp_bg2.jpg") center center no-repeat;
	background-size: cover;
	position: relative;
}

.lp_section8_box {
	width: 550px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	background: #fff;
	padding: 50px 80px;
	box-sizing: border-box;
	box-shadow: 1px 1px 3px #999;
}

.lp_section8_box .subtitle {
	width: 100%;
	font-size: 0.8em;
	font-weight: 600;
	color: #17288B;
}

.lp_section8_box .tel {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 0 20px;
	box-sizing: border-box;
	margin-bottom: 10px;
}

.lp_section8_box .tel .teltitle {
	width: 25%;
	padding: 5px 10px;
	box-sizing: border-box;
	background: #17288B;
	color: #fff;
	font-size: 0.8em;
	font-weight: 600;
}

.lp_section8_box .tel .teltext {
	width: 75%;
	padding: 0 20px;
	box-sizing: border-box;
	color: #000;
	font-size: 1.8em;
	font-weight: 600;
	text-align: left;
	line-height: 1em;
}

.lp_section8_box .tel_text {
	width: 100%;
	font-size: 0.8em;
	font-weight: 400;
	margin-bottom: 15px;
}

.lp_section8_box .tel_link {
	width: 100%;
}

.lp_section8_box .tel_link a {
	width: 100%;
	display: inline-block;
	background: #17288B;
	color: #fff;
	font-size: 0.9em;
	font-weight: 500;
	padding: 10px 10px;
	box-sizing: border-box;
}

.lp_section8_box .tel_link a:hover {
	opacity: 0.5;
}

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

.lp_section9_subtitle {
	width: 100%;
	font-size: 0.8em;
	font-weight: 600;
	text-align: center;
	color: #17288B;
}

.lp_section9_title {
	width: 100%;
	font-size: 1.2em;
	font-weight: 600;
	text-align: center;
	color: #000;
	margin-bottom: 30px;
	line-height: 1.3em;
}

.lp_section9_logo {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.lp_section9_text {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
	font-size: 0.9em;
	font-weight: 400;
	line-height: 1.4em;
	margin-bottom: 50px;
}

.lp_section10 {
	width: 100%;
	padding: 50px 0;
	background: #F6F6F6;
}

.lp_section10_subtitle {
	width: 100%;
	font-size: 0.8em;
	font-weight: 600;
	text-align: center;
	color: #17288B;
	margin-bottom: 10px;
}

.lp_section10_title {
	width: 100%;
	font-size: 1.2em;
	font-weight: 600;
	text-align: center;
	color: #000;
	margin-bottom: 30px;
	line-height: 1.3em;
}

.lp_section10_blog {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	padding: 0 70px;
}

.lp_section10_blog ul {
	width: 100%;
	background: #fff;
	margin-bottom: 5px;
	box-sizing: border-box;
	padding: 5px 20px;
	display: flex;
	flex-wrap: wrap;
}

.lp_section10_blog ul .time {
	width: 10%;
	text-align: center;
	color: #17288B;
	font-weight: 500;
	font-size: 0.9em;
	margin-right: 2%;
}

.lp_section10_blog ul .text {
	width: 88%;
	text-align: left;
	color: #17288B;
	font-weight: 500;
	font-size: 0.9em;
}

.lp_section10_blog_link {
	width: 100%;
	text-align: right;
	font-size: 0.8em;
	font-weight: 400;
	box-sizing: border-box;
	padding: 0 70px;
}

.lp_section11 {
	width: 100%;
}

.lp_section11_box {
	width: 100%;
	padding: 0 70px;
	box-sizing: border-box;
}

.lp_section11_inbox {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	background: #EAEDFE;
	box-sizing: border-box;
	padding: 30px;
}

.lp_section11_inbox_bg {
	background: #F6F6F6;
}

.lp_section11_inbox .left {
	width: 65%;
	margin-right: 5%;
}

.lp_section11_inbox .left .title {
	width: 100%;
	border-left: 8px solid #fff;
	box-sizing: border-box;
	padding: 0 0 0 20px;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.lp_section11_inbox .left .title .in_left {
	width: 60%;
	margin-right: 5%;
	text-align: left;
}

.lp_section11_inbox .left .title .in_left .insubtitle {
	width: 100%;
	font-size: 0.9em;
	font-weight: 700;
	line-height: 1.4em;
	margin-bottom: 15px;
}

.lp_section11_inbox .left .title .in_left .mg {
	margin-bottom: 35px;
}

.lp_section11_inbox .left .title .in_left .intitle {
	width: 100%;
	font-size: 1.6em;
	font-weight: 700;
	color: #17288B;
	line-height: 1.4em;
}

.lp_section11_inbox .left .title .in_right {
	width: 35%;
	margin-top: 60px;
}

.lp_section11_inbox .left .title .in_right a {
	display: inline-block;
	padding: 5px 20px;
	box-sizing: border-box;
	color: #fff;
	background: #17288B;
	font-size: 0.8em;
	font-weight: 400;
	text-align: center;
}

.lp_section11_inbox .left .title .in_right a:hover {
	opacity: 0.5;
}

.lp_section11_inbox .left .text {
	width: 100%;
	font-weight: 400;
	font-size: 0.8em;
	text-align: left;
}

.lp_section11_inbox .right {
	width: 30%;
}

.lp_section11_inbox .right img {
	width: 100%;
}






.lp_footerbanner {
	width: 100%;
	padding: 30px 0 50px 0;
	box-sizing: border-box;
	background: #F6F6F6;
}

.lp_footerbanner_area {
	width: 1080px;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
}

.lp_footer {
	width: 100%;
	padding: 30px 0;
	box-sizing: border-box;
	background: #17288B;
	color: #fff;
}

.lp_footer_area {
	width: 1080px;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
}

.lp_footer_box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.lp_footer_logo {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}

.lp_footer_logo .img1 {
	height: 25px;
	margin-right: 15px;
}

.lp_footer_logo .img2 {
	height: 25px;
	margin-right: 15px;
}

.lp_footer_text {
	width: 100%;
	font-size: 0.7em;
	font-weight: 500;
	line-height: 1.2em;
	margin-bottom: 10px;
}

.lp_footer_tel {
	width: 100%;
	font-size: 1.3em;
	font-weight: 500;
	line-height: 1.2em;
}

.lp_footer_fax {
	width: 100%;
	font-size: 1.3em;
	font-weight: 500;
	line-height: 1.2em;
	margin-bottom: 70px;
}

.lp_footer_contact {
	width: auto;
	position: absolute;
	right: 0;
	top: 0;
}

.lp_footer_contact a {
	width: auto;
	display: inline-block;
	border: 1px solid #fff;
	padding: 12px 15px;
	box-sizing: border-box;
	color: #fff;
	font-size: 0.9em;
	font-weight: 500;
}

.lp_footer_contact a img {
	margin-right: 10px;
}

.lp_footer_contact a:hover {
	opacity: 0.5;
}

.lp_footer_end {
	width: 100%;
	font-size: 0.7em;
	font-weight: 400;
	margin-top: 50px;
}

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

.lp2_section_box {
	width: 100%;
}

.lp2_title {
	width: 100%;
	margin-bottom: 20px;
	position: relative;
}

.lp2_title h2 {
	position: absolute;
	left: 0;
	top: 5px;
	width: 100%;
	color: #fff;
	font-weight: 700;
	font-size: 1.3em;
}

.lp2__textbox {
	width: 100%;
	margin-bottom: 10px;
}

.lp2__box {
	width: 100%;
	padding: 0 150px;
	box-sizing: border-box;
}

.lp2__subbox {
	width: 100%;
	background: #FDFFDB;
	padding: 10px 50px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.lp2__subbox .year {
	width: 15%;
	background: #17288B;
	color: #fff;
	font-weight: 600;
	font-size: 0.9em;
	padding: 5px 0;
}

.lp2__subbox .kazu {
	width: 35%;
	font-weight: 700;
	font-size: 2.6em;
	color: #FF0000;
	padding: 0 30px;
	text-align: left;
	box-sizing: border-box;
}
.lp2__subbox .kazu span {
	font-size: 0.6em;
	color: #000;
	margin-left: 5px;
}

.lp2_inbox_area {
	width: 100%;
	margin-top: 70px;
	display: flex;
	flex-wrap: wrap;
}

.lp2_inbox_area .inbox {
	width: 48%;
	margin-right: 4%;
	margin-bottom: 60px;
	border: 10px solid #BDE8FA;
	box-sizing: border-box;
	padding: 55px 0 0 0;
	position: relative;
}

.lp2_inbox_area .inbox:nth-child(2n) {
	margin-right: 0;
}

.lp2_inbox_area .inbox:nth-child(5) {
	margin-bottom: 0;
}

.lp2_inbox_area .inbox:nth-child(6) {
	margin-bottom: 0;
}

.lp2_inbox_area .inbox .caise {
	width: auto;
	position: absolute;
	left: 0;
	top: -50px;
}

.lp2_inbox_area .inbox .subtitle {
	width: 100%;
	text-align: left;
	color: #FF0000;
	font-weight: 600;
	font-size: 1em;
	padding: 0 20px;
	box-sizing: border-box;
	line-height: 1.5em;
	margin-bottom: 10px;
}

.lp2_inbox_area .inbox .title {
	width: 100%;
	text-align: left;
	color: #FF0000;
	font-weight: 700;
	font-size: 2em;
	padding: 0 20px;
	box-sizing: border-box;
	line-height: 1.1em;
	margin-bottom: 10px;
}

.lp2_inbox_area .inbox .text {
	width: 100%;
	padding: 0 20px 10px 20px;
	box-sizing: border-box;
	text-align: left;
	font-size: 0.9em;
	font-weight: 400;
}

.lp2_inbox_area .inbox .list {
	width: 100%;
	padding: 0 20px 10px 20px;
	box-sizing: border-box;
	color: #17288B;
	text-align: left;
	font-weight: 500;
	font-size: 0.9em;
}

.lp2_inbox_area .inbox .list li {
	width: 100%;
	box-sizing: border-box;
	text-indent: -1em;
	margin-left: 1em;
}

.lp2_inbox_area .inbox .img1 {
	width: auto;
	position: absolute;
	right: 50px;
	top: 30px;
}

.lp2_inbox_area .inbox .img2 {
	width: 100%;
	margin-top: 10px;
}

.lp2_inbox_area .inbox .img2 img {
	width: 100%;
}

.lp2_inbox_area .inbox .img3 {
	width: 100%;
	padding: 10px 60px 10px 60px;
	box-sizing: border-box;
}

.lp2_inbox_area .inbox .img3 img {
	width: 100%;
}

.lp2_inbox_area .inbox .img4 {
	width: 100%;
	padding: 10px 100px 10px 100px;
	box-sizing: border-box;
}

.lp2_inbox_area .inbox .img4 img {
	width: 100%;
}

.lp2_section2 {
	width: 100%;
	padding: 50px 0;
	background: #F6F6F6;
}

.lp2_sub_title {
	width: 100%;
	background: #0573C1;
	margin-bottom: 20px;
	position: relative;
}

.lp2_sub_title i {
	width: 40px;
	height: 100%;
	position: absolute;
	background: url("../Images/sub_icon.svg") center center no-repeat;
	background-size: cover;
	left: 0;
	top: 0;
}

.lp2_sub_title i img {
	width: 100%;
}

.lp2_sub_title h3 {
	width: 100%;
	padding: 5px 20px 5px 70px;
	box-sizing: border-box;
	text-align: left;
	font-weight: 600;
	font-size: 1.1em;
	color: #fff;
}

.lp2_textbox {
	width: 100%;
	text-align: center;
	font-size: 2em;
	font-weight: 700;
	margin-bottom: 30px;
}

.lp2_textbox .color1 {
	color: #1FB5A2;
}

.lp2_textbox .color2 {
	color: #ED7980;
}

.lp2_textbox2_area {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.lp2_textbox2_area .box1 {
	width: 48%;
	margin-right: 4%;
	background: #1FB5A2;
	padding: 0 20px 20px 20px;
	box-sizing: border-box;
}

.lp2_textbox2_area .box2 {
	width: 48%;
	background: #ED7980;
	padding: 0 20px 20px 20px;
	box-sizing: border-box;
}

.lp2_textbox2_area .box1 h4 {
	width: 100%;
	text-align: center;
	font-weight: 700;
	font-size: 1.8em;
	color: #fff;
	box-sizing: border-box;
	position: relative;
	padding: 5px 10px;
}

.lp2_textbox2_area .box1 h4 i {
	position: absolute;
	left: 140px;
	top: 0;
}

.lp2_textbox2_area .box2 h4 {
	width: 100%;
	text-align: center;
	font-weight: 700;
	font-size: 1.8em;
	color: #fff;
	box-sizing: border-box;
	position: relative;
	padding: 5px 10px;
}

.lp2_textbox2_area .box2 h4 i {
	position: absolute;
	left: 140px;
	top: 0;
}

.lp2_textbox2_area_box {
	width: 100%;
	background: #fff;
	box-sizing: border-box;
	padding: 20px;
}

.lp2_textbox2_area .box1 .lp2_textbox2_area_box .title {
	width: 100%;
	text-align: left;
	color: #1FB5A2;
	font-weight: 700;
	font-size: 1.4em;
}

.lp2_textbox2_area .box2 .lp2_textbox2_area_box .title {
	width: 100%;
	text-align: left;
	color: #ED7980;
	font-weight: 700;
	font-size: 1.4em;
}

.lp2_textbox2_area .box1 .lp2_textbox2_area_box .text {
	width: 100%;
	font-weight: 400;
	font-size: 0.9em;
	text-align: left;
}

.lp2_textbox2_area .box2 .lp2_textbox2_area_box .text {
	width: 100%;
	font-weight: 400;
	font-size: 0.9em;
	text-align: left;
}

.lp2_textbox2_area2 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 0 70px;
	box-sizing: border-box;
	position: relative;
	margin-top: 30px;
	margin-bottom: 50px;
}

.lp2_textbox2_area2 .box1 {
	width: 100%;
	background: #1FB5A2;
	padding: 20px 100px;
	box-sizing: border-box;
}

.lp2_textbox2_area2 .box1 .title {
	width: 100%;
	text-align: center;
	font-size: 1.8em;
	font-weight: 700;
	color: #fff;
	margin-bottom: 5px;
}

.lp2_textbox2_area2 .box1 .text {
	width: 100%;
	text-align: left;
	font-size: 0.9em;
	font-weight: 400;
	color: #fff;
}

.lp2_textbox2_area2 .sankaku {
	position: absolute;
	left: 50%;
	bottom: -21px;
	transform: translateX(-50%);
	-webkit- transform: translateX(-50%);
}

.lp2_textbox2_area3 {
	width: 100%;
}

.lp2_title2 {
	width: 100%;
	background: #fff;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.lp2_title2 .no {
	width: 5%;
	background: #1FB5A2;
	color: #fff;
	font-size: 1.2em;
	font-weight: 700;
	text-align: center;
	padding: 5px 10px;
	box-sizing: border-box;
}

.lp2_title2 .title {
	width: 95%;
	background: #fff;
	color: #000;
	font-size: 1.1em;
	font-weight: 700;
	text-align: left;
	padding: 5px 20px;
	box-sizing: border-box;
}

.lp2_textbox3 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.lp2_textbox3 .box1 {
	width: 65%;
	margin-right: 5%;
	text-align: left;
	font-size: 0.9em;
	font-weight: 400;
}

.lp2_textbox3 .photo1 {
	width: 30%;
}

.lp2_textbox3 .photo1 img {
	width: 100%;
}

.acd-check{
    display: none;
}
.acd-label{
    background: #1FB5A2;
    color: #fff;
    display: block;
    margin-bottom: 1px;
    padding: 10px 20px;
    position: relative;
	text-align: left;
	margin-top: 20px;
}
.acd-label:after{
    box-sizing: border-box;
    content: 'OPEN　▼';
    display: block;
    height: 52px;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: 0px;
}
.acd-content{
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
	text-align: left;
	font-size: 0.9em;
}
.acd-check:checked + .acd-label:after{
    content: 'CLOSE　▲';
}
.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}

.lp2_section3 {
	width: 100%;
	padding: 50px 0 0 0;
	background: #fff;
}

.lp2_section3_2 {
	width: 100%;
	padding: 50px 0;
	background: #fff;
}

.lp2_section3_box {
	width: 100%;
	background: #BDE8FA;
	padding: 20px;
	box-sizing: border-box;
}

.lp2_section3_title {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	background: #F6F6F6;
	align-items: center;
}

.lp2_section3_title .titlebox {
	width: 10%;
	background: #0573C1;
	padding: 15px 0;
	box-sizing: border-box;
}

.lp2_section3_title .titlebox .step {
	width: 100%;
	color: #fff;
	font-size: 0.8em;
	font-weight: 600;
	line-height: 1.2em;
}

.lp2_section3_title .titlebox .no {
	width: 100%;
	color: #fff;
	font-size: 2em;
	font-weight: 700;
	line-height: 1.2em;
}

.lp2_section3_title .titletext {
	width: 70%;
	text-align: left;
	box-sizing: border-box;
	padding: 0 30px;
	font-weight: 700;
	color: #0573C1;
	font-size: 1.2em;
}

.lp2_section3_title .meyasu {
	width: 20%;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
}

.lp2_section3_title .meyasu .title {
	width: 40%;
	background: #707070;
	color: #fff;
	padding: 5px 10px;
	box-sizing: border-box;
	text-align: center;
	font-size: 0.9em;
	font-weight: 500;
}

.lp2_section3_title .meyasu .text {
	width: 60%;
	padding: 5px 20px;
	box-sizing: border-box;
	font-size: 0.9em;
	font-weight: 500;
}

.lp2_section3_textbox {
	width: 100%;
	background: #fff;
	padding: 20px;
	box-sizing: border-box;
}

.lp2_section3_textbox .intext {
	width: 100%;
	text-align: left;
	font-weight: 400;
	font-size: 0.9em;
}

.lp2_section3_textbox .inbox {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.lp2_section3_textbox .inbox .left__box {
	width: 48%;
	margin-right: 4%;
	background: #E3F7FF;
	padding: 15px;
	box-sizing: border-box;
}

.lp2_section3_textbox .inbox .right__box {
	width: 48%;
	background: #E3F7FF;
	padding: 15px;
	box-sizing: border-box;
}

.lp2_section3_textbox .inbox .intitle {
	width: 100%;
	border-bottom: 1px solid #707070;
	font-weight: 700;
	font-size: 1.1em;
	margin-bottom: 10px;
}

.lp2_section3_textbox .inbox .telbox {
	width: 100%;
	font-weight: 700;
	font-size: 1.8em;
	line-height: 1.4em;
	vertical-align: top;
}

.lp2_section3_textbox .inbox .telbox img {
	width: 40px;
	margin-right: 10px;
	margin-top: -5px;
}

.lp2_section3_textbox .inbox .intext {
	width: 100%;
	font-size: 0.8em;
	font-weight: 400;
	text-align: center;
}



.lp2_section3_textbox .inbox .inlink {
	width: 100%;
	text-align: center;
	padding: 5px 50px 0 100px;
	box-sizing: border-box;
}

.lp2_section3_textbox .inbox .inlink a {
	width: 100%;
	display: inline-block;
	box-sizing: border-box;
	padding: 10px 20px;
	text-align: center;
	background: #0573C1;
	color: #fff;
	font-weight: 600;
	font-size: 1em;
	border-bottom: 5px solid #0A5284;
}

.lp2_section3_textbox .inbox .inlink a:hover {
	border-bottom: none;
	margin-top: 5px;
}

.lp2_section3_textbox .in_link {
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	padding: 0 250px;
}

.lp2_section3_textbox .in_link a {
	width: 100%;
	display: inline-block;
	background: #23C41C;
	color: #fff;
	font-size: 1.1em;
	font-weight: 600;
	border-bottom: 5px solid #0E720A;
	padding: 5px 20px;
	box-sizing: border-box;
}

.lp2_section3_textbox .in_link a:hover {
	margin-top: 5px;
	border-bottom: none;
}


.underline {
	text-decoration: underline;
}

.lp2_section3_textbox .inbox2 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.lp2_section3_textbox .inbox2 .in__box {
	width: 48%;
	margin-right: 4%;
	margin-bottom: 20px;
}

.lp2_section3_textbox .inbox2 .in__box:nth-child(2n) {
	margin-right: 0;
}

.lp2_section3_textbox .inbox2 .in__box .title {
	width: 100%;
	background: #0573C1;
	padding: 2px 15px;
	box-sizing: border-box;
	text-align: left;
	color: #fff;
	font-size: 1em;
	font-weight: 600;
	margin-bottom: 10px;
}

.lp2_section3_textbox .inbox2 .in__box .text {
	width: 100%;
	text-align: left;
	color: #000;
	font-size: 0.9em;
	font-weight: 400;
}

.lp2_section4_box {
	width: 100%;
	background: #D4F4F0;
	padding: 20px;
	box-sizing: border-box;
}

.lp2_section4_top {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 36px;
}

.lp2_section4_top .left__title {
	width: 48%;
	margin-right: 4%;
	background: #51A7DD;
	color: #fff;
	font-size: 1em;
	font-weight: 600;
	padding: 5px 20px;
	box-sizing: border-box;
	position: relative;
}

.lp2_section4_top .left__title i {
	width: 39px;
	height: 16px;
	background: url("../Images/sankaku3.png") center center no-repeat;
	position: absolute;
	bottom: -16px;
	left: 50%;
	transform: translateX(-50%);
	-webkit- transform: translateX(-50%);
}

.lp2_section4_top .right__title {
	width: 48%;
	background: #EFBD06;
	color: #fff;
	font-size: 1em;
	font-weight: 600;
	padding: 5px 20px;
	box-sizing: border-box;
	position: relative;
}

.lp2_section4_top .right__title i {
	width: 39px;
	height: 16px;
	background: url("../Images/sankaku4.png") center center no-repeat;
	position: absolute;
	bottom: -16px;
	left: 50%;
	transform: translateX(-50%);
	-webkit- transform: translateX(-50%);
}

.lp2_section4_title {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	background: #F6F6F6;
	align-items: center;
}

.lp2_section4_title .titlebox {
	width: 10%;
	background: #1FB5A2;
	padding: 15px 0;
	box-sizing: border-box;
}

.lp2_section4_title .titlebox .step {
	width: 100%;
	color: #fff;
	font-size: 0.8em;
	font-weight: 600;
	line-height: 1.2em;
}

.lp2_section4_title .titlebox .no {
	width: 100%;
	color: #fff;
	font-size: 2em;
	font-weight: 700;
	line-height: 1.2em;
}

.lp2_section4_title .titletext {
	width: 70%;
	text-align: left;
	box-sizing: border-box;
	padding: 0 30px;
	font-weight: 700;
	color: #1FB5A2;
	font-size: 1.2em;
}

.lp2_section4_title .meyasu {
	width: 18%;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	margin-right: 2%;
}

.lp2_section4_title .meyasu .title {
	width: 100%;
	background: #707070;
	color: #fff;
	padding: 5px 10px;
	box-sizing: border-box;
	text-align: center;
	font-size: 0.9em;
	font-weight: 500;
}

.lp2_section4_textbox {
	width: 100%;
	background: #fff;
	padding: 20px;
	box-sizing: border-box;
}

.lp2_section4_textbox .intext {
	width: 100%;
	text-align: left;
	font-weight: 400;
	font-size: 0.9em;
}

.lp2_section4_textbox .inbox {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.lp2_section4_textbox .inbox .left__box {
	width: 48%;
	margin-right: 4%;
	background: #D4F4F0;
	padding: 15px;
	box-sizing: border-box;
}

.lp2_section4_textbox .inbox .right__box {
	width: 48%;
	background: #D4F4F0;
	padding: 15px;
	box-sizing: border-box;
}

.lp2_section4_textbox .inbox .intitle {
	width: 100%;
	border-bottom: 1px solid #707070;
	font-weight: 700;
	font-size: 1.1em;
	margin-bottom: 10px;
}

.lp2_section4_textbox .inbox .telbox {
	width: 100%;
	font-weight: 700;
	font-size: 1.8em;
	line-height: 1.4em;
	vertical-align: top;
}

.lp2_section4_textbox .inbox .telbox img {
	width: 40px;
	margin-right: 10px;
	margin-top: -5px;
}

.lp2_section4_textbox .inbox .intext {
	width: 100%;
	font-size: 0.8em;
	font-weight: 400;
	text-align: center;
}



.lp2_section4_textbox .inbox .inlink {
	width: 100%;
	text-align: center;
	padding: 5px 50px 0 100px;
	box-sizing: border-box;
}

.lp2_section4_textbox .inbox .inlink a {
	width: 100%;
	display: inline-block;
	box-sizing: border-box;
	padding: 10px 20px;
	text-align: center;
	background: #1FB5A2;
	color: #fff;
	font-weight: 600;
	font-size: 1em;
	border-bottom: 5px solid #148E7F;
}

.lp2_section4_textbox .inbox .inlink a:hover {
	border-bottom: none;
	margin-top: 5px;
}

.lp2_section4_textbox .in_link {
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	padding: 0 250px;
}

.lp2_section4_textbox .in_link a {
	width: 100%;
	display: inline-block;
	background: #23C41C;
	color: #fff;
	font-size: 1.2em;
	font-weight: 600;
	border-bottom: 5px solid #0E720A;
	padding: 5px 20px;
	box-sizing: border-box;
}

.lp2_section4_textbox .in_link a:hover {
	margin-top: 5px;
	border-bottom: none;
}

.lp2_section4_textbox .inbox2 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.lp2_section4_textbox .inbox2 .in__box {
	width: 48%;
	margin-right: 4%;
	margin-bottom: 20px;
}

.lp2_section4_textbox .inbox2 .in__box:nth-child(2n) {
	margin-right: 0;
}

.lp2_section4_textbox .inbox2 .in__box .title {
	width: 100%;
	background: #0573C1;
	padding: 2px 15px;
	box-sizing: border-box;
	text-align: left;
	color: #fff;
	font-size: 1em;
	font-weight: 600;
	margin-bottom: 10px;
}

.lp2_section4_textbox .inbox2 .in__box .text {
	width: 100%;
	text-align: left;
	color: #000;
	font-size: 0.9em;
	font-weight: 400;
}

.lp2_section4_intextbox {
	width: 100%;
	background: #EFFAEF;
	box-sizing: border-box;
	padding: 20px 0;
}

.lp2_section4_intextbox .title {
	width: 100%;
	background: #23C41C;
	color: #fff;
	padding: 5px 20px;
	box-sizing: border-box;
	font-weight: 700;
	font-size: 1.1em;
	margin-bottom: 20px;
}

.lp2_section4_intextbox .box1 {
	width: 100%;
	box-sizing: border-box;
	padding: 0 20px;
	display: flex;
	flex-wrap: wrap;
}

.lp2_section4_intextbox .box1 .box2 {
	width: 32%;
	margin-right: 2%;
	box-sizing: border-box;
	padding: 20px;
	background: #fff;
	margin-bottom: 20px;
}

.lp2_section4_intextbox .box1 .box2:nth-child(3) {
	margin-right: 0;
}

.lp2_section4_intextbox .box1 .box2 h4 {
	width: 100%;
	text-align: center;
	color: #23C41C;
	font-weight: 700;
	font-size: 1.1em;
	margin-bottom: 10px;
}

.lp2_section4_intextbox .box1 .box2 .img {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.lp2_section4_intextbox .box1 .box2 .img img {
	height: 140px;
}

.lp2_section4_intextbox .box1 .box2 .text {
	width: 100%;
	text-align: left;
	font-weight: 400;
	font-size: 0.9em;
}

.lp2_section4_intextbox .in_link {
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	padding: 0 250px;
}

.lp2_section4_intextbox .in_link a {
	width: 100%;
	display: inline-block;
	background: #23C41C;
	color: #fff;
	font-size: 1.1em;
	font-weight: 600;
	border-bottom: 5px solid #0E720A;
	padding: 5px 20px;
	box-sizing: border-box;
}

.lp2_section4_intextbox .in_link a:hover {
	margin-top: 5px;
	border-bottom: none;
}

.lp2_section4_in_textbox {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.lp2_section4_in_textbox .inbox1 {
	width: 48%;
	margin-right: 4%;
	background: #fff;
	margin-bottom: 20px;
}

.lp2_section4_in_textbox .inbox1:nth-child(2n) {
	margin-right: 0;
}

.lp2_section4_title2 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	background: #ECF5FA;
	align-items: center;
}

.lp2_section4_title2 .titlebox {
	width: 21%;
	background: #51A7DD;
	padding: 15px 0;
	box-sizing: border-box;
}

.lp2_section4_title2 .titlebox .step {
	width: 100%;
	color: #fff;
	font-size: 0.8em;
	font-weight: 600;
	line-height: 1.2em;
}

.lp2_section4_title2 .titlebox .no {
	width: 100%;
	color: #fff;
	font-size: 2em;
	font-weight: 700;
	line-height: 1.2em;
}

.lp2_section4_title2 .titletext {
	width: 59%;
	text-align: left;
	box-sizing: border-box;
	padding: 0 30px;
	font-weight: 700;
	color: #51A7DD;
	font-size: 1.2em;
}

.lp2_section4_title2 .meyasu {
	width: 18%;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	margin-right: 2%;
}

.lp2_section4_title2 .meyasu .title {
	width: 100%;
	background: #707070;
	color: #fff;
	padding: 5px 10px;
	box-sizing: border-box;
	text-align: center;
	font-size: 0.9em;
	font-weight: 500;
}

.lp2_section4_title3 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	background: #F7F3E7;
	align-items: center;
}

.lp2_section4_title3 .titlebox {
	width: 21%;
	background: #EFBD21;
	padding: 15px 0;
	box-sizing: border-box;
}

.lp2_section4_title3 .titlebox .step {
	width: 100%;
	color: #fff;
	font-size: 0.8em;
	font-weight: 600;
	line-height: 1.2em;
}

.lp2_section4_title3 .titlebox .no {
	width: 100%;
	color: #fff;
	font-size: 2em;
	font-weight: 700;
	line-height: 1.2em;
}

.lp2_section4_title3 .titletext {
	width: 59%;
	text-align: left;
	box-sizing: border-box;
	padding: 0 30px;
	font-weight: 700;
	color: #EFBD21;
	font-size: 1.2em;
}

.lp2_section4_title3 .meyasu {
	width: 18%;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	margin-right: 2%;
}

.lp2_section4_title3 .meyasu .title {
	width: 100%;
	background: #707070;
	color: #fff;
	padding: 5px 10px;
	box-sizing: border-box;
	text-align: center;
	font-size: 0.9em;
	font-weight: 500;
}

.lp2_section5_box {
	width: 100%;
	position: relative;
	background: #ECF5FA;
	border-radius: 10px;
	padding: 30px;
	box-sizing: border-box;
	margin-top: 100px;
}

.lp2_title3 {
	width: 100%;
	margin-bottom: 20px;
	position: relative;
	margin-top: -65px;
}

.lp2_title3 h2 {
	position: absolute;
	left: 0;
	top: 5px;
	width: 100%;
	color: #fff;
	font-weight: 700;
	font-size: 1.3em;
}

.lp2_section5_present {
	width: 100%;
	background: #fff;
	margin-top: 50px;
	position: relative;
	margin-bottom: 30px;
}

.lp2_section5_present .text {
	width: 100%;
	font-size: 2.2em;
	font-weight: 700;
	padding-top: 10px;
}

.lp2_section5_present .text .color1 {
	font-size: 1.4em;
	color: #FF0000;
}

.lp2_section5_present .text .color2 {
	color: #FF0000;
}

.lp2_section5_present .subbox {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	left: 0;
	top: -15px;
}

.lp2_section5_present .subbox .list {
	width: 38%;
	margin-right: 4%;
	margin-left: 10%;
	background: #17288B;
	color: #fff;
	font-weight: 500;
	font-size: 0.9em;
	padding: 2px 10px;
	box-sizing: border-box;
}

.lp2_section5_present .subbox .list:nth-child(2n) {
	width: 38%;
	margin-right: 10%;
	margin-left: 0;
	background: #17288B;
	color: #fff;
	font-weight: 500;
	font-size: 0.9em;
	padding: 2px 10px;
	box-sizing: border-box;
}

.lp2_section5_present2 {
	width: 100%;
	text-align: center;
	position: relative;
	padding: 0 200px;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.lp2_section5_present2 .text {
	width: 100%;
	font-size: 0.9em;
	font-weight: 600;
	margin-bottom: 20px;
}

.lp2_section5_present2 .inlink {
	width: 100%;
	text-align: center;
	padding: 5px 100px 0 100px;
	box-sizing: border-box;
}

.lp2_section5_present2 .inlink a {
	width: 100%;
	display: inline-block;
	box-sizing: border-box;
	padding: 10px 20px;
	text-align: center;
	background: #FF0000;
	color: #fff;
	font-weight: 600;
	font-size: 1em;
	border-bottom: 5px solid #BE0D0D;
}

.lp2_section5_present2 .inlink a:hover {
	border-bottom: none;
	margin-top: 5px;
}

.lp2_section5_present2 .tori {
	width: 170px;
	position: absolute;
	left: 30px;
	top: 0;
}

.lp2_section5_present2 .tori img {
	width: 100%;
}

.lp2_section5_present2 .marutoge {
	width: 200px;
	position: absolute;
	right: 30px;
	top: -50px;
}

.lp2_section5_present2 .marutoge img {
	width: 100%;
}

.lp2_section5_present2 .marutoge .intext {
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	font-weight: 700;
	font-size: 1em;
	color: #fff;
	line-height: 1.4em;
}

.lp2_section5_present3 {
	width: 100%;
	font-weight: 400;
	font-size: 0.9em;
	text-align: center;
}


.lp3_section {
	width: 100%;
	padding: 50px 0;
	background: #fff;
}

.lp3_section_area {
	width: 1080px;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
}

.lp3_section_box {
	width: 100%;
}

.lp3_subtitle {
	width: 100%;
	font-size: 0.9em;
	font-weight: 600;
	color: #17288B;
	margin-bottom: 10px;
}

.lp3_sub_title {
	width: 100%;
	font-size: 1.4em;
	font-weight: 600;
	color: #000;
	margin-bottom: 20px;
	line-height: 1.4em;
}

.lp3_sub_title span {
	color: #17288B;
}

.lp3_sub_text {
	width: 100%;
	font-size: 0.9em;
	font-weight: 400;
	color: #000;
}

.lp3_section2 {
	width: 100%;
	padding: 50px 0;
	background: #BDE8FA;
	position: relative;
}

.lp3_section2 .yajirushi {
	width: 168px;
	height: 57px;
	background: url("../Images/lp3_yajirushi.png") center center no-repeat;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit- transform: translateX(-50%);
}

.lp3_section2 .listbox {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 60px;
}

.lp3_section2 .listbox .list {
	width: 23.5%;
	margin-right: 2%;
	background: #fff;
	position: relative;
	padding: 20px;
	box-sizing: border-box;
}

.lp3_section2 .listbox .list:nth-child(4n) {
	margin-right: 0;
}

.lp3_section2 .listbox .list .point {
	width: 60px;
	position: absolute;
	left: 0;
	top: -30px;
	display: flex;
	flex-wrap: wrap;
}

.lp3_section2 .listbox .list .point .name {
	width: 100%;
	text-align: center;
	font-weight: 500;
	font-size: 0.8em;
	color: #17288B;
	line-height: 1.2em;
}

.lp3_section2 .listbox .list .point .no {
	width: 100%;
	text-align: center;
	font-weight: 900;
	font-size: 1.9em;
	color: #17288B;
	line-height: 1em;
}

.lp3_section2 .listbox .list .mark {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 10px;
}

.lp3_section2 .listbox .list .mark img {
	height: 90px;
}

.lp3_section2 .listbox .list .title {
	width: 100%;
	text-align: center;
	color: #17288B;
	font-weight: 700;
	font-size: 1.1em;
	margin-bottom: 5px;
}

.lp3_section2 .listbox .list .text {
	width: 100%;
	text-align: center;
	font-weight: 400;
	font-size: 0.9em;
}

.lp3_section2 .listbox .list .subtext {
	width: 100%;
	font-weight: 400;
	font-size: 0.8em;
	text-align: left;
	position: absolute;
	bottom: -30px;
	left: 0;
}

.lp3_section2_photo {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.lp3_section2_photo p {
	width: 20%;
}

.lp3_section2_photo p img {
	width: 100%;
}

.lp3_section3 {
	width: 100%;
	padding: 80px 0;
	background: url("../Images/lp3_bg.png") center center repeat;
	position: relative;
}

.lp3_section3 .listbox {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.lp3_section3 .listbox a {
	width: 32%;
	margin-right: 2%;
	display: inline-block;
	background: #BDE8FA;
}

.lp3_section3 .listbox a:nth-child(3n) {
	margin-right: 0;
}

.lp3_section3 .listbox a:hover {
	opacity: 0.5;
}

.lp3_section3 .listbox a .img {
	width: 100%;
}

.lp3_section3 .listbox a .img img {
	width: 100%;
}

.lp3_section3 .listbox a .box {
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
	position: relative;
}


.lp3_section3 .listbox a .box .title {
	width: 100%;
	text-align: left;
	font-size: 0.9em;
	color: #000;
	font-weight: 500;
	margin-bottom: 50px;
}

.lp3_section3 .listbox a .box .link {
	width: 140px;
	text-align: center;
	position: absolute;
	bottom: 15px;
	right: 15px;
	background: #17288B;
	font-size: 0.8em;
	color: #fff;
	font-weight: 500;
	padding: 2px 10px;
	box-sizing: border-box;
}

.lp3_section4 {
	width: 100%;
	padding: 50px 0;
	background: #E3F7FF;
	position: relative;
}

.lp3_inbox {
	width: 100%;
	padding: 0 100px;
	box-sizing: border-box;
}

.lp3_flow {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	background: #fff;
}

.lp3_flow .no {
	width: 9%;
	vertical-align: middle;
	align-items: center;
	font-weight: 600;
	font-size: 1.8em;
	text-align: center;
	color: #fff;
	background: #17288B;
	box-sizing: border-box;
	padding: 10px;
}

.lp3_flow .title {
	width: 25%;
	vertical-align: middle;
	align-items: center;
	color: #17288B;
	font-weight: 600;
	font-size: 1em;
	text-align: left;
	box-sizing: border-box;
	padding: 10px 20px;
}

.lp3_flow .text {
	width: 66%;
	vertical-align: middle;
	align-items: center;
	text-align: left;
	font-size: 0.8em;
	font-weight: 400;
	box-sizing: border-box;
	padding: 10px 20px;
}

.lp3_section5 {
	width: 100%;
	padding: 80px 0;
	background: #fff;
	position: relative;
}

.lp3_voices {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.lp3_voices .list {
	width: 48%;
	margin-right: 4%;
	border: 10px solid #E5E8F8;
	box-sizing: border-box;
	padding: 20px 30px;
	position: relative;
	margin-bottom: 30px;
}

.lp3_voices .list:nth-child(2n) {
	margin-right: 0;
}

.lp3_voices_text {
	width: 100%;
	text-align: left;
	margin-bottom: 230px;
	font-size: 0.9em;
	font-weight: 400;
}

.lp3_voices_inlist {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	bottom: -20px;
	left: 0;
	padding: 0 0 0 30px;
	box-sizing: border-box;
}

.lp3_voices_inlist .name {
	width: 38%;
	margin-right: 4%;
	font-size: 1em;
	font-weight: 600;
	text-align: left;
	margin-top: 180px;
}

.lp3_voices_inlist .img {
	width: 58%;
	padding: 40px;
	box-sizing: border-box;
}

.lp3_voices_inlist .img img {
	width: 100%;
}

.lp3_section6 {
	width: 100%;
	padding: 80px 0;
	background: #E3F7FF;
	position: relative;
}

.lp3_faq {
	width: 100%;
}

.faq-check{
    display: none;
}
.faq-label{
    background: #fff;
    color: #000;
    display: block;
    margin-bottom: 1px;
    padding: 13px 20px 13px 80px;
	box-sizing: border-box;
    position: relative;
	text-align: left;
	margin-top: 20px;
}
.faq-label i {
	position: absolute;
	left: 10px;
	top: 7px;
}
.faq-label:after{
    box-sizing: border-box;
    content: '＋';
    display: block;
    height: 52px;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: -5px;
	color: #17288B;
	font-weight: 700;
	font-size: 1.5em;
}
.faq-content{
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 10px 0 80px;
	box-sizing: border-box;
    transition: .5s;
    visibility: hidden;
	text-align: left;
	font-size: 0.9em;
	position: relative;
}
.faq-content i {
	position: absolute;
	left: 10px;
	top: 7px;
}
.faq-check:checked + .faq-label:after{
    content: 'ー';
	color: #17288B;
}
.faq-check:checked + .faq-label + .faq-content{
    height: auto;
    opacity: 1;
    padding: 20px 10px 20px 80px;
    visibility: visible;
}

.lp3_section7 {
	width: 100%;
	padding: 50px 0;
	background: #fff;
	position: relative;
}

.lp3_logobox {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.lp3_logobox .img1 {
	margin-right: 10px;
	height: 35px;
}

.lp3_logobox .img2 {
	height: 35px;
}

.lp3_sub_title2 {
	width: 100%;
	text-align: center;
	font-size: 1.5em;
	font-weight: 700;
	color: #17288B;
}

.lp3_namebox {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.lp3_namebox .list {
	width: 15%;
	margin-right: 2%;
}

.lp3_namebox .list:nth-child(1) {
	margin-left: 24.5%;
}

.lp3_namebox .list:nth-child(6n) {
	margin-right: 0;
}

.lp3_namebox .list .photo {
	width: 100%;
	margin-bottom: 5px;
}

.lp3_namebox .list .photo img {
	width: 100%;
}

.lp3_namebox .list .name {
	width: 100%;
	text-align: left;
	font-size: 0.8em;
	font-weight: 400;
	margin-bottom: 20px;
}

.lp3_namebox2 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.lp3_namebox2 .list {
	width: 15%;
	margin-right: 2%;
}

.lp3_namebox2 .list:nth-child(1) {
	margin-left: 0;
}

.lp3_namebox2 .list:nth-child(6n) {
	margin-right: 0;
}

.lp3_namebox2 .list .photo {
	width: 100%;
	margin-bottom: 5px;
}

.lp3_namebox2 .list .photo img {
	width: 100%;
	height: 205px;
	object-fit: cover;
}

.lp3_namebox2 .list .name {
	width: 100%;
	text-align: left;
	font-size: 0.8em;
	font-weight: 400;
	margin-bottom: 20px;
}

.lp3_namebox3 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.lp3_namebox3 .list {
	width: 15%;
	margin-right: 2%;
}

.lp3_namebox3 .list:nth-child(1) {
	margin-left: 0;
}

.lp3_namebox3 .list:nth-child(6n) {
	margin-right: 0;
}

.lp3_namebox3 .list .photo {
	width: 100%;
	margin-bottom: 5px;
}

.lp3_namebox3 .list .photo img {
	width: 100%;
}

.lp3_namebox3 .list .name {
	width: 100%;
	text-align: left;
	font-size: 0.8em;
	font-weight: 400;
	margin-bottom: 20px;
}


/*---2022.12.19追加---*/

.lp___allbox {
	width: 100%;
}

.lp___table {
	width: 100%;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	box-sizing: border-box;
}

.lp___table th {
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	box-sizing: border-box;
	background: #e8e8e8;
	font-weight: 600;
	text-align: center;
	padding: 5px 10px;
}

.lp___table td {
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	box-sizing: border-box;
	padding: 5px 10px;
	font-size: 0.9em;
	font-weight: 400;
	background: #fff;
}

.lp___table td:nth-child(1) {
	text-align: left;
	font-weight: 600;
}

.lp___table td:nth-child(2) {
	text-align: center;
}

.lp___table td:nth-child(3) {
	text-align: center;
}

.lp____text {
	width: 100%;
	font-weight: 400;
	font-size: 0.9em;
}

.lp____table {
	width: 100%;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	box-sizing: border-box;
}

.lp____table th {
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	box-sizing: border-box;
	background: #e8e8e8;
	font-weight: 600;
	text-align: center;
	padding: 5px 10px;
}

.lp____table td {
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	box-sizing: border-box;
	padding: 5px 10px;
	font-size: 0.9em;
	font-weight: 400;
	background: #fff;
}

.lp____table td:nth-child(1) {
	font-weight: 600;
	font-size: 0.9em;
	width: 160px;
}


.lp_footerbanner_box {
	width: 100%;
}

.lp_footerbanner_inbox {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.lp_footerbanner_inbox a {
	width: 23.5%;
	margin-right: 2%;
	position: relative;
}

.lp_footerbanner_inbox a:nth-child(4n) {
	margin-right: 0;
}

.lp_footerbanner_inbox a img {
	width: 100%;
}

.lp_footerbanner_inbox a .text {
	width: 100%;
	background: rgba(23,40,139,0.75);
	box-sizing: border-box;
	padding: 10px;
	font-size: 0.9em;
	font-weight: 600;
	color: #fff;
	text-align: left;
	position: absolute;
	left: 0;
	bottom: 0;
}

.lp_footerbanner_inbox a .text i {
	font-style: normal;
	font-size: 0.9em;
	font-weight: 600;
	position: absolute;
	right: 10px;
	top: 10px;
}

/*---サイドメニュー　展開---*/

.side_manu li .s_m_box {
	position: fixed;
	left: 280px;
	display: none;
	height:100vh;
	min-height: 535px;
	width: 320px;
	box-sizing: border-box;
	background: #17288B;
	padding: 140px 20px 20px 20px;
}
.side_manu li .s_m_box1 {top: 0;}
.side_manu li .s_m_box2 {top: 0;}
.side_manu li .s_m_box3 {top: 0;}
.side_manu li .s_m_box4 {top: 0;}
.side_manu li .s_m_box5 {top: 0;}
.side_manu li .s_m_box6 {top: 0;}
.side_manu li .s_m_box7 {top: 0;}
.side_manu li .s_m_box8 {top: 0;}

.side_manu li:hover .s_m_box {
	display: block;
}

.side_manu li .s_m_box li {
	width: 100%;
}

.side_manu li .s_m_box li:nth-child(2n) {
	background: #17288B;
}

.side_manu li .s_m_box a {
	width: 100%;
	display: inline-block;
	padding: 7px 0;
	box-sizing: border-box;
	text-align: left;
	font-size: 0.9em;
	font-weight: 500;
	color: #fff;
	background: url("../Images/link_line.png") left bottom / 0 1px no-repeat;
	transition: background-size .4s;
}

.side_manu li .s_m_box a:hover {
	background-size: 100% 1px;
	transition: background-size .4s;
}

.blog__inbox {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0;
}

.blog__inbox_left {
	width: 56% !important;
	margin-right: 2%;
	margin-bottom: 0!important;
}

.blog__inbox_right {
	width: 42% !important;
	margin-bottom: 30px!important;
}

.blog_employee {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	background: #fff;
	margin-bottom: 0 !important;
	box-sizing: border-box;
	border: 1px solid #17288B;
}

.blog_employee .img {
	width: 25%;
	margin-right: 0;
	margin-bottom: 0!important;
	box-sizing: border-box;
	padding: 6px;
}

.blog_employee .img img {
	width: 100%;
}

.blog_employee .textbox {
	width: 75%;
	text-align: left;
	position: relative;
	margin-bottom: 0!important;
}

.blog_employee .textbox .in__box {
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
	margin: 0 !important;
	position: absolute;
	left: 100px;
	top: 10px;
/*--
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
--*/
}

.no-icon .textbox .in__box {
	left: 0;
}

.blog_employee .textbox .syozoku {
	width: 100%;
	font-size: 0.7em;
	font-weight: 500;
	margin-bottom: 0;
}

.blog_employee .textbox .yakusyoku {
	width: 100%;
	font-size: 0.7em;
	font-weight: 500;
	margin-bottom: 0;
}

.blog_employee .textbox .name {
	width: 100%;
	font-size: 1.3em;
	font-weight: 500;
	margin-bottom: 0;
}

.blog_employee .textbox .kana {
	width: 100%;
	font-size: 0.7em;
	font-weight: 400;
	margin-bottom: 0;
}

.blog_employee .textbox .text {
	width: 100%;
	font-weight: 400;
	margin-bottom: 0;
	border-top: 1px solid #17288B;
	margin-top: 5px;
	padding-top: 5px;
	line-height: 1.4em;
	font-size: 0.7em;
}

.blog_employee .textbox .icon {
	width: 90px;
	position: absolute;
	left: -100px;
	top: 0;
}

.blog_employee .textbox .icon img {
	width: 100%;
	padding: 5px;
	box-sizing: border-box;
}

.inblog_imgarea {
	width: 100%;
	text-align: center;
}

.inblog_imgarea img {
	width: auto;
	max-width: 760px;
	height: auto;
}

.inblog_text {
	width: 100%;
	text-align: left;
	font-weight: 400;
	font-size: 0.9em;
	margin-bottom: 30px;
}

.inblog_listbox {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.inblog_listbox ul {
	width: 18.4%;
	margin-right: 2%;
	margin-bottom: 30px;
}

.inblog_listbox ul:nth-child(5n) {
	margin-right: 0;
}

.inblog_listbox ul .title {
	width: 100%;
	background: #17288B;
	color: #fff;
	font-weight: 600;
	font-size: 0.9em;
	text-align: center;
	padding: 3px 0;
	box-sizing: border-box;
	border-bottom: 3px solid #BDE8FA;
}

.inblog_listbox ul li {
	width: 100%;
	text-align: center;
	font-size: 0.9em;
	font-weight: 500;
	padding: 5px 0;
	box-sizing: border-box;
	border-bottom: 1px dotted #ccc;
}

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

.inblog_listbox ul li span {
	font-size: 0.8em;
	color: #999;
	margin-left: 10px;
	font-weight: 400;
}

.inblog_listbox2 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.inblog_listbox2 ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.inblog_listbox2 ul .title {
	width: 100%;
	background: #17288B;
	color: #fff;
	font-weight: 600;
	font-size: 0.9em;
	text-align: center;
	padding: 3px 0;
	box-sizing: border-box;
	border-bottom: 3px solid #BDE8FA;
}

.inblog_listbox2 ul li {
	width: 18.4%;
	margin-right: 2%;
	text-align: center;
	font-size: 0.9em;
	font-weight: 500;
	padding: 5px 0;
	box-sizing: border-box;
	border-bottom: 1px dotted #ccc;
}

.inblog_listbox2 ul li:nth-child(1) {
	margin-right: 0;
}

.inblog_listbox2 ul li:nth-child(6n) {
	margin-right: 0;
}

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

.inblog_listbox2 ul li span {
	font-size: 0.8em;
	color: #999;
	margin-left: 10px;
	font-weight: 400;
}

.adobi {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	border: 1px dotted #999;
	padding: 10px 20px;
	box-sizing: border-box;
	margin-bottom: 100px;
	align-items: center;
}

.adobi .text {
	width: 65%;
	font-weight: 400;
	font-size: 0.9em;
	text-align: left;
}

.adobi .img {
	width: 35%;
	text-align: center;
}

.staff2_box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	background: #62C0B4;
	border: 1px solid #62C0B4;
	box-sizing: border-box;
	margin-bottom: 30px;
}

.staff2_box_left {
	width: 30%;
	padding: 15px;
	box-sizing: border-box;
}

.staff2_box_left .photo {
	width: 70%;
	margin-right: 30%;
	margin-bottom: 10px;
}

.staff2_box_left .photo img {
	width: 100%;
}

.staff2_box_left .yakusyoku {
	width: 100%;
	margin-right: 15%;
	text-align: left;
	color: #fff;
	font-size: 0.8em;
	font-weight: 400;
}

.staff2_box_left .name {
	width: 85%;
	margin-right: 15%;
	text-align: left;
	color: #fff;
	font-size: 1.2em;
	font-weight: 600;
	line-height: 1.4em;
}

.staff2_box_right {
	width: 70%;
	padding: 15px;
	box-sizing: border-box;
	background: #fff;
}

.staff2_box_right p {
	width: 100%;
	text-indent: -1em;
	margin-left: 1em;
	padding-right: 1em;
	box-sizing: border-box;
	text-align: left;
	font-size: 0.8em;
}

/*--LP　お知らせ--*/

.lp_temp_header {
	width: 100%;
	height: 190px;
	margin-top: 48px;
	background: #ccc;
	margin-bottom: 20px;
}

.lp_temp_bg1 {
	background: url("../Images/lp__bg1.png") center center no-repeat;
	background-size: cover;
}

.lp_temp_bg2 {
	background: url("../Images/lp__bg2.png") center center no-repeat;
	background-size: cover;
}

.lp_temp_bg3 {
	background: url("../Images/lp__bg3.png") center center no-repeat;
	background-size: cover;
}

.lp_temp_pankuzu {
	width: 100%;
	margin-bottom: 50px;
}

.lp_temp_pankuzu .pankuzu_list {
	width: 100%;
	font-size: 0.8em;
	font-weight: 400;
	text-align: left;
}

.lp_temp_section {
	width: 100%;
}

.lp_temp_bloglist {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	padding: 0 70px;
	margin-bottom: 20px;
}

.lp_temp_bloglist ul {
	width: 100%;
	background: #F6F6F6;
	margin-bottom: 5px;
	box-sizing: border-box;
	padding: 5px 20px;
	display: flex;
	flex-wrap: wrap;
}

.lp_temp_bloglist ul .time {
	width: 10%;
	text-align: center;
	color: #17288B;
	font-weight: 500;
	font-size: 0.9em;
	margin-right: 2%;
}

.lp_temp_bloglist ul .text {
	width: 88%;
	text-align: left;
	color: #17288B;
	font-weight: 500;
	font-size: 0.9em;
}

.lp_temp_news_pagelink {
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}

.lp_temp_news_pagelink a {
	width: 40px;
	height: 40px;
	display: inline-block;
	box-sizing: border-box;
	border: 1px solid #ccc;
	padding: 10px;
	border-radius: 100px;
	position: relative;
}

.lp_temp_news_pagelink a:hover {
	opacity: 0.5;
}

.lp_temp_news_pagelink a span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}

.lp_temp_news_pagelink a span img {
	height: 10px;
}

.lp_temp_news_pagelink .ryaku {
	padding: 0 5px;
	vertical-align: top;
}

.lp_temp_news_bg1 {
	width: 100%;
	min-height: 400px;
	background: #BDE8FA;
	position: relative;
}

.lp_temp_news_bg2 {
	width: 100%;
	background: #F6F6F6;
	position: relative;
	padding: 50px 0;
}

.lp_news__inbox {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.lp_news__inbox .left__box {
	width: 48%;
	margin-right: 4%;
	background: #FFFFFF;
	padding: 15px;
	box-sizing: border-box;
}

.lp_news__inbox .right__box {
	width: 48%;
	background: #FFFFFF;
	padding: 15px;
	box-sizing: border-box;
}

.lp_news__inbox .intitle {
	width: 100%;
	border-bottom: 1px solid #707070;
	font-weight: 700;
	font-size: 1.1em;
	margin-bottom: 10px;
}

.lp_news__inbox .telbox {
	width: 100%;
	font-weight: 700;
	font-size: 1.8em;
	line-height: 1.4em;
	vertical-align: top;
}

.lp_news__inbox .telbox img {
	width: 40px;
	margin-right: 10px;
	margin-top: -5px;
}

.lp_news__inbox .intext {
	width: 100%;
	font-size: 0.8em;
	font-weight: 400;
	text-align: center;
}



.lp_news__inbox .inlink {
	width: 100%;
	text-align: center;
	padding: 5px 50px 0 100px;
	box-sizing: border-box;
}

.lp_news__inbox .inlink a {
	width: 100%;
	display: inline-block;
	box-sizing: border-box;
	padding: 10px 20px;
	text-align: center;
	background: #1FB5A2;
	color: #fff;
	font-weight: 600;
	font-size: 1em;
	border-bottom: 5px solid #148E7F;
}

.lp_news__inbox .inlink a:hover {
	border-bottom: none;
	margin-top: 5px;
}

.lp_news__inbox2 {
	width: 100%;
	background: #fff;
	box-sizing: border-box;
	padding: 20px 0;
}

.lp_news__inbox2 .title {
	width: 100%;
	background: #23C41C;
	color: #fff;
	padding: 5px 20px;
	box-sizing: border-box;
	font-weight: 700;
	font-size: 1.1em;
	margin-bottom: 20px;
}

.lp_news__inbox2 .box1 {
	width: 100%;
	box-sizing: border-box;
	padding: 0 20px;
	display: flex;
	flex-wrap: wrap;
}

.lp_news__inbox2 .box1 .box2 {
	width: 32%;
	margin-right: 2%;
	box-sizing: border-box;
	padding: 20px;
	background: #fff;
	margin-bottom: 20px;
}

.lp_news__inbox2 .box1 .box2:nth-child(3) {
	margin-right: 0;
}

.lp_news__inbox2 .box1 .box2 h4 {
	width: 100%;
	text-align: center;
	color: #23C41C;
	font-weight: 700;
	font-size: 1.1em;
	margin-bottom: 10px;
}

.lp_news__inbox2 .box1 .box2 .img {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.lp_news__inbox2 .box1 .box2 .img img {
	height: 140px;
}

.lp_news__inbox2 .box1 .box2 .text {
	width: 100%;
	text-align: left;
	font-weight: 400;
	font-size: 0.9em;
}

.lp_news__inbox2 .in_link {
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	padding: 0 250px;
	margin-bottom: 20px;
}

.lp_news__inbox2 .in_link a {
	width: 100%;
	display: inline-block;
	background: #23C41C;
	color: #fff;
	font-size: 1.1em;
	font-weight: 600;
	border-bottom: 5px solid #0E720A;
	padding: 5px 20px;
	box-sizing: border-box;
}

.lp_news__inbox2 .in_link a:hover {
	margin-top: 5px;
	border-bottom: none;
}

/*---キャンペーン---*/

.campaign_category {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.campaign_category .cat {
	width: 18.4%;
	margin-right: 2%;
}

.campaign_category .cat:nth-child(5n) {
	margin-right: 0;
}

.campaign_category .cat a {
	width: 100%;
	display: inline-block;
	font-size: 0.9em;
	padding: 2px 10px;
	box-sizing: border-box;
	border-radius: 100px;
}

.campaign_category .cat a.cat1 {
	background: #707070;
	color: #fff;
}

.campaign_category .cat a.cat2 {
	background: #51A7DD;
	color: #fff;
}

.campaign_category .cat a.cat3 {
	background: #ED7980;
	color: #fff;
}

.campaign_category .cat a.cat4 {
	background: #FCB32B;
	color: #fff;
}

.campaign_category .cat a.cat5 {
	background: #7CCC92;
	color: #fff;
}

.campaign_category .cat a.cat6 {
	background: #999999;
	color: #fff;
}

.campaign_category_sp {
	display: none;
}

.temp_campaign_page {
	width: 100%;
	position: relative;
}

.temp_campaign_page h1 {
	width: 100%;
	margin-bottom: 20px;
	font-size: 1.6em;
	font-weight: 600;
	text-align: left;
}

.temp_campaign_page p {
	width: 100%;
	margin-bottom: 50px;
	font-size: 0.9em;
	text-align: left;
}

.temp_campaign_page div {
	width: 100%;
	margin-bottom: 50px;
	font-size: 0.9em;
	text-align: left;
}

.temp_campaign_page img {
	width: 100%;
}

.temp_campaign_page h3 {
	width: 100%;
	margin-bottom: 20px;
	border-bottom: 1px solid #17288B;
	text-align: left;
	font-size: 1em;
	font-weight: 500;
	padding-bottom: 3px;
}

.temp_campaign_page ul {
	width: 100%;
	margin-bottom: 50px;
	font-size: 0.9em;
	text-align: left;
	box-sizing: border-box;
	padding: 0 0 0 20px;
}

.temp_campaign_page ul li {
	width: 100%;
	list-style: disc outside;
}

.temp_campaign_page .imgbox {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0;
}

.temp_campaign_page .imgbox .img {
	width: 45%;
	margin-right: 10%;
}

.temp_campaign_page .imgbox .img:nth-child(2n) {
	width: 45%;
	margin-right: 0;
}

.temp_campaign_page .imgbox .img img {
	width: 100%;
	vertical-align: middle;
	margin-bottom: 5px;
}

.temp_campaign_page .imgbox .img span {
	width: 100%;
	display: inline-block;
	font-size: 1em;
	text-align: left;
	font-weight: 400;
}

.temp_campaign_page strong {
	font-weight: 600;
}

.temp_campaign_img {
	width: 100%;
	padding: 0 200px;
	box-sizing: border-box;
	background: #f8f8f8;
}

.temp_campaign_img img {
	width: 100%;
}

/*---20230120追加---*/

.series {
	width: 100%;
	padding: 70px 0;
	background: #fff;
	position: relative;
}

.series_area {
	width: 1080px;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
}

.series_box {
	width: 100%;
}

.series_box .title {
	width: 100%;
	font-weight: 600;
	font-size: 1.4em;
	margin-bottom: 30px;
}

.series_inbox {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.series_inbox .in_box {
	width: 48%;
	margin-right: 4%;
}

.series_inbox .in_box:nth-child(2) {
	margin-right: 0;
}

.series_inbox .in_box .table {
	width: 100%;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	box-sizing: border-box;
}

.series_inbox .in_box .table tr:nth-child(1) {
	background: #4455B7;
}

.series_inbox .in_box .table tr:nth-child(2n) {
	background: #E1F1F8;
}

.series_inbox .in_box .table tr th {
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	padding: 5px 10px;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
	font-weight: 500;
	font-size: 0.8em;
}

.series_inbox .in_box .table tr td {
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	padding: 5px 10px;
	box-sizing: border-box;
	text-align: center;
	color: #000;
	font-weight: 400;
	font-size: 0.8em;
}

.series_inbox .in_box .table tr td:nth-child(2) {
	text-align: left;
}

/* お問い合わせ（A-Form） */
.aform-header {
    display: none;
}
.aform-content dl {
    display: flex;
    margin: 0;
    padding: 0;
}
.aform-content dl + dl {
   margin-top: -20px;
}
.aform-content dl dt {
    background-color: #51A7DD;
    color: #fff;
    padding: 20px;
    width: 245px;
    display: flex;
    text-align: left;
}
.aform-content dl dd {
    padding: 20px;
    border: solid 1px #51A7DD;
    margin-bottom: 0;
    width: 100%;
    text-align: left;
    background-color: #fff;
    border-top: none;
    border-bottom: none;
}
.aform-required {
    font-size: small;
    padding: 5px;
    margin-top: 2px;
}
.aform-validation {
    display: none;
}
.aform-content .dl_form-consent {
    text-align: center;
    display: block;
}
.aform-content .dl_form-consent .aform-required {
    display: none;
}
.aform-label.form-consent {
    display: none;
}
.aform-content .dl_form-consent dt {
    width: auto;
    padding: 0;
    background-color: transparent;
    display: inline-block;
}
.aform-content .dl_form-consent dd {
    width: auto;
    border: none;
    padding: 0;
    background-color: transparent;
    text-align: center;
}
.aform-button-area {
    background-color: transparent;
}
.aform-button-area input {
    background: #1FB5A2;
    border-bottom: 5px solid #0F907F;
    border-top: none;
    border-right: none;
    border-left: none;
    box-sizing: border-box;
    padding: 10px 20px;
    font-weight: 500;
    font-size: 0.9em;
    color: #fff;
}
.aform-hdln {
    width: 100%;
    color: #17288B;
    text-align: left;
    font-size: 1em;
    font-weight: 600;
    border-left: 5px solid #17288B;
    padding: 0 0 0 10px;
    box-sizing: border-box;
    line-height: 1.4em;
    margin-bottom: 15px;
    border-bottom: none;
}
.aform-note {
    margin: 0;
}
.aform-note hr {
    margin: 0;
    height: 1px;
    background-color: #51a7dd;
    border: none;
    padding: 5px 0;
    background: transparent;
    border-top: solid 1px #51a7dd;
    border-bottom: solid 1px #51a7dd;
}
.aform-note hr.top {
    margin-top: 10px;
    border-top: none;
    padding: 0;
}
.aform-note hr.bottom {
    margin-bottom: 10px;
    border-bottom: none;
    padding: 0;
}

/* 旧データ用 */
.entry,
#alpha {
    text-align: left;
}
.entry h3,
#alpha h3 {
    width: 100%;
    background: #707070;
    margin-bottom: 20px;
    position: relative;
    padding: 5px 20px 5px 70px;
    box-sizing: border-box;
    text-align: left;
    color: #fff;
    font-weight: 600;
    font-size: 1.1em;
    margin-top: 20px;
}
.entry h3::before,
#alpha h3::before {
    content: "";
    width: 40px;
    height: 100%;
    position: absolute;
    background: url(/Templates/Images/sub_icon.svg) center center no-repeat;
    background-size: cover;
    left: 0;
    top: 0;
}
.entry h4,
#alpha h4 {
    width: 100%;
    color: #17288B;
    text-align: left;
    font-size: 1em;
    font-weight: 600;
    border-left: 5px solid #17288B;
    padding: 0 0 0 10px;
    box-sizing: border-box;
    line-height: 1.4em;
    margin-bottom: 15px;
    margin-top: 15px;
}
.entry .entry-body,
#alpha .entry-body {
    margin-bottom: 20px;
}
.entry ul,
#alpha ul {
    margin: 15px 0;
}
.entry table,
#alpha table {
    margin-top: 20px;
    margin-bottom: 50px;
    width: 100%;
    border-top: 1px solid #333;
}
.entry table th,
#alpha  table th {
    width: 200px;
    border-bottom: 1px solid #333;
    padding: 20px;
    box-sizing: border-box;
    background: #EAEDFF;
    font-weight: 500;
    font-size: 0.9em;
    text-align: left;
}
.entry table td,
#alpha table td {
    border-bottom: 1px solid #333;
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
    font-weight: 400;
    font-size: 0.9em;
    text-align: left;
}
.entry img,
#alpha img {
    max-width: 100%;
    height: auto;
    width: auto;
}

/* スタッフ一覧 */
.top_staff {
	width: 100%;
	background: #f6f6f6;
	padding: 0 0 0 280px;
	box-sizing: border-box;
	padding-bottom: 50px;
	color: #fff;
}
.top_staff_area {
	width: 980px;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
}
.top_staff_area > p {
	color: #fff;
	background-color: #17288B;
	padding: 10px;
	margin-bottom: 10px;
	font-weight: 700;
}
.top_staff_area .staff-all {
	margin: auto;
}
.top_staff_area .staff-image {
	display: flex;
}

/* 資産を増やしたい - 物件詳細 */

.lp3_section3 table {
	width: 100%;
	border-top: 1px solid #333;
}

.lp3_section3 table th {
	width: 200px;
	border-bottom: 1px solid #333;
	padding: 20px;
	box-sizing: border-box;
	background: #EAEDFF;
	font-weight: 500;
	font-size: 0.9em;
	text-align: left;
}

.lp3_section3 table td {
	border-bottom: 1px solid #333;
	padding: 20px;
	box-sizing: border-box;
	background: #fff;
	font-weight: 400;
	font-size: 0.9em;
	text-align: left;
}

.lp3_section3.case .lp3_subtitle + p {
    background: #bde8fa;
    padding: 20px;
    margin-bottom: 10px;
}

.lp3_section3.case .body {
    text-align: left;
    margin-bottom: 10px;
}

.lp_casemain {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
}

.lp_casemain-left {
    width: 300px;
}

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

.lp_casemain-right .lp3_section_area {
    width: auto;
    max-width: 600px;
    padding: 0 20px;
}

.lp_casemain-image {
    margin-bottom: 15px;
}

.lp_casemain-thumnails figure {
    margin-bottom: 15px;
}

/* ブログ */
.blog__inbox + article {
    text-align: left;
}

.blog__inbox + article h1 {
}

.blog__inbox + article  h2 {
    width: 100%;
    background: #707070;
    margin-bottom: 20px;
    position: relative;
    text-align: left;
    color: #fff;
    text-indent: 50px;
}

.blog__inbox + article  h2::before {
    content: "";
    width: 40px;
    height: 100%;
    position: absolute;
    background: url(/Templates/Images/sub_icon.svg) center center no-repeat;
    background-size: cover;
    left: 0;
    top: 0;
}

.blog__inbox + article  h3 {
    width: 100%;
    color: #17288B;
    font-weight: 700;
    font-size: 1.3em;
    margin-bottom: 15px;
    line-height: 1.3em;
    border-bottom: none;
}

.blog__inbox + article  h4 {
    color: #17288B;
    font-size: 0.9em;
    font-weight: 600;
    text-align: left;
    display: inline-block;
    margin-bottom: 5px;
}

.blog__inbox + article hr {
    margin: 80px 0;
    visibility: hidden;
}

/* サイト内検索 */
.search i {
    position: absolute;
    right: 175px;
    top: 8px;
    cursor: pointer;
}

.search input {
    position: absolute;
    right: 165px;
    top: 4px;
    box-shadow: 0 0 5px #999;
    border: solid 1px #17288b;
    width: 300px;
    height: 30px;
    padding: 5px 10px;
}

li.search.open input {
   display: block !important;
}

/* A-Form */
.aform .note {
    text-align: center;
}

#aform_confirm_msg {
    margin-bottom: 30px;
    text-align: center;
}

.aform-content .aform-error-list {
    display: block;
    background: transparent;
    list-style-type: none;
}

.aform-content .aform-error-list dt {
    background: transparent;
    color: #333333;
    padding: 0;
    margin: 20px 0;
    font-size: 100%;
    font-weight: 400;
}

.aform-content .aform-error-list dd {
    background: transparent;
    border: none;
    padding: 0;
    margin: 20px 0;
}

/* A-Form確認画面 */
#aform-confirm-form .note,
#aform-confirm-form .dl_form-consent {
    display: none;
}

#aform-confirm-form .aform-button-area {
    text-align: center;
}

#aform-confirm-form .aform-required {
    display: none;
}

/* A-Form完了画面 */
#aform_result {
    color: #333;
    font-weight: 400;
    line-height: 2.5;
    font-size: 100%;
}

/* ハッピーマンションLP 2023.01.31追加 */
.lp3_section8 {
	width: 100%;
	padding: 70px 0;
	background: #E3F7FF;
	position: relative;
}
.lp3_section9 {
	width: 100%;
	padding: 70px 0;
	background: #fff;
	position: relative;
}
.lp3_staff_title {
	width: 100%;
	padding: 0 150px;
	box-sizing: border-box;
	margin-bottom: 30px;
}
.lp3_staff_title h2 {
	background: #17288B;
	color: #fff;
	position: relative;
	width: 100%;
	box-sizing: border-box;
	padding: 10px 50px;
	font-size: 1.4em;
	font-weight: 600;
}
.lp3_staff_title h2 .icon1 {
	width: 15px;
	height: 15px;
	background: #E3F7FF;
	border-radius: 100px;
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
}
.lp3_staff_title h2 .icon2 {
	width: 15px;
	height: 15px;
	background: #E3F7FF;
	border-radius: 100px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
}
.lp3_staff_box {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
}
.lp3_staff_box .inbox {
	width: 48%;
	margin-right: 4%;
	text-align: left;
	font-weight: 400;
	font-size: 0.9em;
	margin-bottom: 30px;
}
.lp3_staff_box .inbox:nth-child(2) {
	margin-right: 0;
}
.lp3_staff_img {
	width: 100%;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	padding: 30px 0 0 60%;
}
.lp3_staff_img .intextbox {
	width: 47%;
	margin-right: 6%;
	text-align: right;
	box-sizing: border-box;
	padding: 180px 0 0 0;
}
.lp3_staff_img .intextbox .intext {
	width: 100%;
	font-weight: 600;
	font-size: 1em;
	line-height: 1.3em;
	margin-bottom: 20px;
}
.lp3_staff_img .intextbox .intitle {
	width: 100%;
	font-weight: 600;
	font-size: 1.2em;
	line-height: 1.3em;
}
.lp3_staff_img .inimg {
	width: 47%;
}
.lp3_staff_img .inimg img {
	width: 100%;
}
.lp3_staff_title2 {
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 30px;
}

/* 一時的 */
.blog_employee .textbox .text {
    visibility: hidden;
}

/*---追加CSS---*/

.speedbuy_text {
	width: 100%;
	margin-bottom: 50px;
}

.speedbuy_img {
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}

.speedbuy_list {
	width: 100%;
	border: 10px solid #51A7DD;
	box-sizing: border-box;
	padding: 10px;
	display: flex;
	flex-wrap: wrap;
}

.speedbuy_list .img {
	width: 12%;
	margin-right: 2%;
}

.speedbuy_list .img img {
	width: 100%;
}

.speedbuy_list .textbox {
	width: 86%;
	text-align: left;
}

.speedbuy_list .textbox h4 {
	width: 100%;
	font-size: 2.2em;
	font-weight: 700;
	color: #E51214;
	position: relative;
}

.speedbuy_list .textbox h4 span {
	font-size: 13px;
	position: absolute;
	left: 310px;
	top: 15px;
	line-height: 1.2em;
}

.speedbuy_list .textbox .intext1 {
	width: 100%;
	font-size: 0.7em;
	font-weight: 400;
	margin-bottom: 10px;
}

.speedbuy_list .textbox .intext2 {
	width: 100%;
	font-size: 0.8em;
	font-weight: 400;
}

.speedbuy_list2 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.speedbuy_list2 .img {
	width: 35%;
	margin-right: 2%;
}

.speedbuy_list2 .img img {
	width: 100%;
}

.speedbuy_list2 .textbox {
	width: 63%;
}

.speedbuy_list2 .textbox h4 {
	width: 100%;
	border-bottom: 1px solid #003894;
	color: #003894;
	font-weight: 700;
	font-size: 1.3em;
	margin-bottom: 5px;
}

.speedbuy_list2 .textbox .inbox {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
}

.speedbuy_list2 .textbox .inbox .text1 {
	width: auto;
	margin-right: 3%;
	font-weight: 500;
	font-size: 1.1em;
	padding-top: 7px;
}

.speedbuy_list2 .textbox .inbox .text2 {
	width: auto;
	font-weight: 700;
	font-size: 1.5em;
	color: #E51214;
}

.speedbuy_list2 .textbox .inbox2 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

.speedbuy_list2 .textbox .inbox2 p {
	margin-right: 2%;
	font-size: 0.9em;
	font-weight: 400;
}

.speedbuy_list2 .textbox .inbox2 p:nth-child(1) {
	width: 38%;
}

.speedbuy_list2 .textbox .inbox2 p:nth-child(2) {
	width: 22%;
}

.speedbuy_list2 .textbox .inbox2 p:nth-child(3) {
	width: 36%;
}

.speedbuy_list2 .textbox .inbox2 p:nth-child(4) {
	width: 38%;
}

.speedbuy_list2 .textbox .inbox2 p:nth-child(5) {
	width: 22%;
}

.speedbuy_list2 .textbox .inbox2 p:nth-child(6) {
	width: 36%;
}

.speedbuy_list2 .textbox .inbox2 p:nth-child(3n) {
	margin-right: 0;
}

.speedbuy_list2 .textbox .inbox3 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	background: #DFF1FD;
	padding: 10px 20px;
	box-sizing: border-box;
	font-size: 0.8em;
	font-weight: 400;
	line-height: 1.4em
}

.speedbuy_subtitle {
	width: 100%;
	font-weight: 600;
	font-size: 1.3em;
	color: #17288B;
	text-align: left;
	border-left: 8px solid #17288B;
	box-sizing: border-box;
	line-height: 1.2em;
	padding: 0 0 0 10px;
	margin-bottom: 5px;
}

.speedbuy_time {
	width: 100%;
	font-size: 0.9em;
	text-align: right;
	margin-bottom: 20px;
}

.speedbuy_list3 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.speedbuy_list3 div {
	width: 33%;
	margin-right: 0.5%;
	margin-bottom: 50px;
}

.speedbuy_list3 div:nth-child(3) {
	margin-right: 0;
}

.speedbuy_list3 div table {
	width: 100%;
	box-sizing: border-box;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
}

.speedbuy_list3 div table tr {
	background: #E1F1F8;
}

.speedbuy_list3 div table tr:nth-child(2n) {
	background: #fff;
}

.speedbuy_list3 div table th {
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	box-sizing: border-box;
	text-align: center;
	background: #4455B7;
	color: #fff;
	font-weight: 500;
	font-size: 0.6em;
}

.speedbuy_list3 div table td {
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	box-sizing: border-box;
	color: #000;
	font-weight: 400;
	font-size: 0.6em;
}

.speedbuy_list3 div table td:nth-child(1) {
	text-align: center;
}

.speedbuy_list3 div table td:nth-child(2) {
	text-align: center;
}

.speedbuy_list3 div table td:nth-child(3) {
	text-align: left;
}

.speedbuy_list3 div table td:nth-child(4) {
	text-align: center;
}

.speedbuy_quobox {
	width: 100%;
	background: #ECF5FA;
	border-radius: 20px;
	padding: 50px 20px 20px 20px;
	box-sizing: border-box;
	position: relative;
	margin-top: 100px;
}

.speedbuy_quobox h3 {
	width: 100%;
	position: relative;
	text-align: center;
	margin-top: -90px;
}

.speedbuy_quobox h3 span {
	position: absolute;
	top: 12px;
	left: 50%;
	transform: translateX(-50%);
	-webkit- transform: translateX(-50%);
	color: #fff;
	font-weight: 600;
}

.speedbuy_quobox .inbox {
	width: 100%;
	background: #fff;
	box-sizing: border-box;
	padding: 30px 50px 20px 50px;
	position: relative;
	margin-top: 40px;
	z-index: 1;
}

.speedbuy_quobox .inbox .in__box {
	width: 100%;
	box-sizing: border-box;
	padding: 0 50px;
	position: absolute;
	top: -20px;
	left: 0;
	display: flex;
	flex-wrap: wrap;
}

.speedbuy_quobox .inbox .in__box p {
	width: 48%;
	margin-right: 4%;
	background: #17288B;
	color: #fff;
	box-sizing: border-box;
	padding: 5px 0;
	text-align: center;
	font-size: 0.8em;
	font-weight: 500;
}

.speedbuy_quobox .inbox .in__box p:nth-child(2) {
	margin-right: 0;
}

.speedbuy_quobox .inbox .intitle {
	width: 100%;
	text-align: center;
	font-weight: 700;
	font-size: 2.2em;
	line-height: 1.4em;
}

.speedbuy_quobox .inbox .intitle .txt1 {
	font-size: 1.6em;
	color: #FF0000;
}

.speedbuy_quobox .inbox .intitle .txt2 {
	color: #FF0000;
}

.speedbuy_quobox .inbox2 {
	width: 100%;
	text-align: center;
	position: relative;
	padding: 20px 0;
	z-index: 2;
}

.speedbuy_quobox .inbox2 .text {
	width: 100%;
	font-weight: 600;
	margin-bottom: 15px;
}

.speedbuy_quobox .inbox2 .link {
	width: 100%;
	box-sizing: border-box;
	padding: 0 270px;
}

.speedbuy_quobox .inbox2 .link a {
	width: 100%;
	display: block;
	background: #FF0000;
	color: #fff;
	font-size: 1em;
	font-weight: 500;
	box-sizing: border-box;
	padding: 7px 0;
	border-bottom: 5px solid #BE0D0D;
}

.speedbuy_quobox .inbox2 .link a:hover {
	border-bottom: none;
	margin-top: 20px;
}

.speedbuy_quobox .inbox2 .mark {
	width: auto;
	position: absolute;
	left: 110px;
	top: 20px;
}

.speedbuy_quobox .inbox2 .mark img {
	width: 120px;
}

.speedbuy_quobox .inbox2 .mark2 {
	width: auto;
	position: absolute;
	right: 80px;
	top: -20px;
}

.speedbuy_quobox .inbox2 .mark2 img {
	width: 160px;
}

.speedbuy_quobox .inbox2 .mark2 p {
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	line-height: 1.4em;
	font-weight: 600;
	font-weight: 0.9em;
	color: #fff;
}

.speedbuy_quobox .inbox3 {
	width: 100%;
	text-align: center;
	font-size: 0.8em;
	font-weight: 400;
}

.buy {
	width: 100%;
	position: relative;
	margin-bottom: 30px;
}

.buy_img {
	width: 100%;
}

.buy .intext {
	width: 100%;
	text-align: center;
	height: auto;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
}

.buy_text {
	width: 100%;
	text-align: left;
	margin-bottom: 15px;
	font-weight: 600;
	font-size: 1.2em;
	line-height: 1.4em;
}

.buy_text2 {
	width: 100%;
	text-align: left;
	margin-bottom: 30px;
	font-weight: 400;
	font-size: 0.9em;
	line-height: 1.4em;
}

.buy_link {
	width: 100%;
	padding: 0 350px;
	box-sizing: border-box;
	margin-bottom: 50px;
}

.buy_link a {
	width: 100%;
	display: block;
	position: relative;
	padding: 7px 0;
	box-sizing: border-box;
	color: #fff;
	font-size: 1em;
	font-weight: 500;
	background: #333333;
	text-align: center;
}

.buy_link a i {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	background: url("../Images/link.svg") center center no-repeat;
	width: 22px;
	height: 22px;
}

.buy_linkbox {
	width: 100%;
	margin-bottom: 50px;
}

.buy_linkbox img {
	width: 100%;
}

.buy_linkbox2 {
	width: 100%;
	margin-bottom: 80px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	background: #17288B;
	border: 1px solid #17288B;
	position: relative;
}

.buy_linkbox2 .left__box {
	width: 67%;
}

.buy_linkbox2 .left__box img {
	width: 100%;
	vertical-align: middle;
}

.buy_linkbox2 .right__box {
	width: 33%;
	position: absolute;
	right: 0;
	top: 50%;
	padding: 0 40px;
	box-sizing: border-box;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
}

.buy_linkbox2 .right__box .in__title {
	width: 100%;
	font-weight: 600;
	font-size: 1.4em;
	color: #fff;
	text-align: left;
}

.buy_linkbox2 .right__box .in__text {
	width: 100%;
	font-weight: 400;
	font-size: 0.8em;
	color: #fff;
	text-align: left;
}

.buy_linkbox2 i {
	position: absolute;
	right: 20px;
	bottom: 20px;
	background: url("../Images/link.svg");
	width: 22px;
	height: 22px;
}

.buy_linkbox3 {
	width: 100%;
	margin-bottom: 20px;
}

.buy_linkbox3 img {
	width: 100%;
}

.buy_main {
	width: 100%;
	padding: 0 0 0 280px;
	background: #F6F6F6;
	box-sizing: border-box;
	margin: 50px 0;
	text-align: left;
}

.buy_main_box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 50px 0;
}

.buy_main_box .left__box {
	width: 72%;
	margin-right: 5%;
	text-align: left;
}

.buy_main_box .left__box .in___title {
	width: 100%;
	box-sizing: border-box;
	border-left: 12px solid #fff;
	position: relative;
	box-sizing: border-box;
	padding: 0 0 0 20px;
	margin-bottom: 30px;
}

.buy_main_box .left__box .in___title .in____sub {
	width: 100%;
	font-size: 0.9em;
	font-weight: 500;
	line-height: 1.4em;
	margin-bottom: 20px;
}

.buy_main_box .left__box .in___title .in____title {
	width: 100%;
	font-size: 1.4em;
	font-weight: 700;
	color: #17288B;
	line-height: 1.4em;
}

.buy_main_box .left__box .in___title .in____link {
	width: 150px;
	position: absolute;
	right: 100px;
	bottom: 0;
}

.buy_main_box .left__box .in___title .in____link a {
	width: 100%;
	display: block;
	background: #17288B;
	color: #fff;
	font-size: 0.8em;
	font-weight: 400;
	line-height: 1.4em;
	padding: 5px 10px;
	text-align: center;
}

.buy_main_box .left__box .in___title .in____link a:hover {
	background: #000;
}

.buy_main_box .left__box .in___text {
	width: 100%;
	text-align: left;
	font-weight: 400;
	font-size: 0.9em;
	line-height: 1.5em;
}

.buy_main_box .right__box {
	width: 23%;
}

.buy_main_box .right__box img {
	width: 100%;
	vertical-align: middle;
}

.buy_link_area {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.buy_link_area a {
	width: 48%;
	margin-right: 4%;
	margin-bottom: 30px;
	display: block;
	position: relative;
}

.buy_link_area a:hover {
	opacity: 0.5;
}

.buy_link_area a:nth-child(2n) {
	margin-right: 0;
}

.buy_link_area a img {
	width: 100%;
}

.buy_link_area a p {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #116E60;
	color: #fff;
	padding: 7px 40px 7px 15px;
	box-sizing: border-box;
	font-weight: 500;
	font-size: 0.9em;
}

.buy_link_area a p i {
	background: url("../Images/link.svg") center center no-repeat;
	background-size: cover;
	width: 15px;
	height: 15px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
}

.temp_campaign_page h2 {
	width: 100%;
	background: #707070;
	margin-bottom: 20px;
	position: relative;
	padding: 5px 20px 5px 70px;
	box-sizing: border-box;
	text-align: left;
	color: #fff;
	font-weight: 600;
	font-size: 1.1em;
}

.temp_campaign_page h2::before {
	content: "";
	width: 40px;
	height: 100%;
	position: absolute;
	background: url("../Images/sub_icon.svg") center center no-repeat;
	background-size: cover;
	left: 0;
	top: 0;
}

.temp_news_page h2 {
	width: 100%;
	background: #707070;
	margin-bottom: 20px;
	position: relative;
	padding: 5px 20px 5px 70px;
	box-sizing: border-box;
	text-align: left;
	color: #fff;
	font-weight: 600;
	font-size: 1.1em;
	text-indent: 0 !important;
}

.temp_news_page h2::before {
	content: "";
	width: 40px;
	height: 100%;
	position: absolute;
	background: url("../Images/sub_icon.svg") center center no-repeat;
	background-size: cover;
	left: 0;
	top: 0;
}

.temp_news_page table {
	width: 100%;
border-left: 1px solid #999;
border-top: 1px solid #999;
box-sizing: border-box;
}

.temp_news_page table th {
	padding: 5px 10px;
	box-sizing: border-box;
font-size: 0.9em;
border-bottom: 1px solid #999;
border-right: 1px solid #999;
box-sizing: border-box;
background: #eee;
font-weight: 500;
}

.temp_news_page table td {
	padding: 5px 10px;
	box-sizing: border-box;
font-size: 0.9em;
border-bottom: 1px solid #999;
border-right: 1px solid #999;
box-sizing: border-box;
}

/* 新しいタブで開くアイコン */
.side_manu li .s_m_box a[target="_blank"]::after {
    content: "";
    background-image: url("/Templates/Images/blank_w.svg");
    width: 19px;
    height: 20px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    position: absolute;
    right: 0;
}

/*---新しいタブで開くアイコン---
.side a[target="_blank"]::after {
    content: "";
    background-image: url("/Templates/Images/blank_w.svg");
    width: 19px;
    height: 20px;
    display: inline-block;
    margin-left: 5px;
    position: absolute;
    right: 0;
    margin-top: 5px;
}
---*/

/* サイトマップ */
.sitemap_nav_search {
    text-align: center;
    margin-bottom: 20px;
}
.sitemap_nav_search p {
    text-align: center;
    display: inline-block;
    position: relative;
}
.sitemap_nav_search input {
    padding: 10px;
    border: solid 1px #ccc;
}
.sitemap_nav_search i {
    position: absolute;
    right: 12px;
    top: 12px;
}
.sitemap_nav_header {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0 20px;
    border-bottom: solid 1px #ccc;
    padding-bottom: 30px;
    justify-content: center;
}
.sitemap_nav_header p {
    margin: 0 10px;
}
.sitemap_main_link {
    border-bottom: solid 1px #ccc;
    padding-bottom: 20px;
    display: flex;
    text-align: center;
    justify-content: center;
}
.sitemap_main_link p {
    margin: 0 10px;
}
.sitemap_nav_link {
    display: flex;
    flex-wrap: wrap;
}
.sitemap_nav_link .link__box {
    width: 33.3%;
    padding: 20px;
    box-sizing: border-box;
}
.sitemap_nav_link .link__box:first-of-type {
    margin-left: 0;
}
.sitemap_nav_link .link__box:last-of-type {
    margin-right: 0;
}
.sitemap_nav_link .link__box .title {
    font-weight: 700;
    margin-bottom: 5px;
}
.sitemap_nav_useful {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0 30px;
    border-top: solid 1px #ccc;
    padding-top: 30px;
    justify-content: center;
}
.sitemap_nav_useful p {
    margin: 0 10px;
}
.sitemap_nav_footer ul {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0 30px;
    border-top: solid 1px #ccc;
    padding-top: 30px;
    justify-content: center;
}
.sitemap_nav_footer li {
    margin: 0 10px;
}

/* 新しいタブで開くアイコン */
.sitemap_nav_link .link__box {
    position: relative;
}

.sp___sub__link a[target="_blank"]::after {
    content: "";
    background-image: url("/Templates/Images/blank_b.svg");
    width: 19px;
    height: 20px;
    display: inline-block;
    position: absolute;
    right: 20px;
}

.side_sns p a.icon1[target="_blank"]::after {display: none;}
.side_sns p a.icon2[target="_blank"]::after {display: none;}
.side_sns p a.icon3[target="_blank"]::after {display: none;}
.side_sns p a.icon4[target="_blank"]::after {display: none;}

.hapiman__banner {
width: 100%;
text-align: center;
margin-top: 30px;
}

.hapiman__banner img {
width: 100%;
vertical-align: middle;"
}

.lp_ex {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 0 50px;
	box-sizing: border-box;
}
.lp_ex_left {
	width: 48%;
	margin-right: 4%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.lp_ex_right {
	width: 48%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.lp_ex_time {
	width: 30%;
	margin-right: 8%;
	padding: 3px 20px;
	box-sizing: border-box;
	border-radius: 7px;
	background: #ff0000;
	color: #fff;
	font-weight: 600;
	font-size: 0.9em;
	text-align: center;
	display: inline-block;
	margin-top: 15px;
}

.lp_ex_text {
	width: 62%;
	font-weight: 700;
	font-size: 3.6em;
	text-align: left;
	color: #ff0000;
}

.lp_ex_title {
	width: 40%;
	margin: 0 30%;
	box-sizing: border-box;
	border: 1px solid #ff0000;
	color: #ff0000;
	font-weight: 500;
	font-size: 1.4em;
	text-align: center;
	padding: 7px 0;
}

.lp_ex_text span {
	font-size: 0.5em;
	color: #fff;
	font-weight: 600;
	margin-left: 7px;
}

.lp_ex_title {
	width: 40%;
	margin: 25px 30% -15px 30%;
	box-sizing: border-box;
	border: 1px solid #ff0000;
	color: #ff0000;
	font-weight: 500;
	font-size: 1.3em;
	text-align: center;
	padding: 3px 0;
}

.temp_webpage p {
	width: 100%;
	margin-bottom: 30px;
	font-size: 0.9em;
	text-align: left;
}

.temp_webpage .n_box {
	width: 100%;
	margin-bottom: 30px;
	font-size: 0.9em;
	text-align: left;
	border: 1px solid #999;
	box-sizing: border-box;
	padding: 20px;
}

.temp_webpage .n_box2 {
	width: 100%;
	margin-bottom: 30px;
	font-size: 0.9em;
	text-align: left;
	border: 1px solid #17288B;
	box-sizing: border-box;
	padding: 20px;
}

.temp_webpage .n_box3 {
	width: 100%;
	margin-bottom: 30px;
	font-size: 0.9em;
	text-align: left;
	box-sizing: border-box;
	padding: 20px;
	background: #d9dfff;
}

.temp_webpage .n_box4 {
	width: 100%;
	margin-bottom: 30px;
	font-size: 0.9em;
	text-align: left;
	box-sizing: border-box;
	padding: 20px;
	background: #eee;
}

.temp_webpage div {
	width: 100%;
	text-align: left;
}

.temp_webpage h3 {
	width: 100%;
	margin-bottom: 20px;
	border-bottom: 1px solid #17288B !important;
	text-align: left;
	font-size: 1em !important;
	font-weight: 500;
	padding-bottom: 3px;
}

.temp_webpage ul {
	width: 100%;
	margin-bottom: 50px;
	font-size: 0.9em;
	text-align: left;
	box-sizing: border-box;
	padding: 0 0 0 20px;
}

.temp_webpage ul li {
	width: 100%;
	list-style: disc outside;
}

.temp_webpage a {
	color: #17288B;
	text-decoration: underline;
}

.temp_webpage a:hover {
	color: #ccc;
	text-decoration: underline;
}

.temp_webpage ol {
	width: 100%;
	margin-bottom: 50px;
	font-size: 0.9em;
	text-align: left;
	box-sizing: border-box;
	padding: 0 0 0 20px;
}

.temp_webpage ol li {
	width: 100%;
	list-style: decimal outside;
}

.first-image {
width: 100%;
margin-bottom: 50px;
text-align: center;
}

.lp_section___box .contact_box {
margin-bottom: 50px;
}

.first-image img {
width: 600px;
height: auto;
}

.temp_news_pagination {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
	margin-top: 30px;
}

.temp_news_pagination .previous {
	width: 15%;
	margin-right: 70%;
}

.temp_news_pagination .next {
	width: 15%;
}

.temp_news_pagination .previous a {
	width: 100%;
	border: 1px solid #333;
	box-sizing: border-box;
	display: inline-block;
	padding: 5px 10px;
	border-radius: 6px;
	text-align: center;
	font-size: 0.9em;
	font-weight: 500;
}

.temp_news_pagination .previous a::before {
	content: "◀︎";
	margin-right: 5px;
}

.temp_news_pagination .next a {
	width: 100%;
	border: 1px solid #333;
	box-sizing: border-box;
	display: inline-block;
	padding: 5px 10px;
	border-radius: 6px;
	text-align: center;
	font-size: 0.9em;
	font-weight: 500;
}

.temp_news_pagination .next a::after {
	content: "▶︎";
	margin-left: 5px;
}

.temp_news_pagination .previous a:hover {
	background: #17288B;
	color: #fff;
}

.temp_news_pagination .next a:hover {
	background: #17288B;
	color: #fff;
}

.mg_pc {
    margin-left: 26%;
}

/*---追加2023.03.06---*/
.lp2__textbox_ex {
	width: 100%;
	margin-bottom: 10px;
	padding-top: 30px;
	text-align: center;
}

.lp2__box_ex {
	width: 100%;
	padding: 0 100px;
	box-sizing: border-box;
}

.mg___top {
margin-top: -60px;
}

.no-iconimg {
width: 32% !important;
margin-left: 10%;
}

.no-iconimg .img {
width: 35% !important;
}

.no-iconimg .textbox {
width: 65% !important;
}

/*---2023.07.12---*/

.consultation_title {
	width: 100%;
	background: #17288B;
	color: #fff;
	font-size: 1.2em;
	font-weight: 500;
	box-sizing: border-box;
	padding: 5px 20px 5px 70px;
	margin-bottom: 20px;
	position: relative;
}

.consultation_title .icon1 {
	background: url("../Images/house.png") center center no-repeat;
	width: 49px;
	height: 49px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.consultation_title .icon2 {
	background: url("../Images/real-estate.png") center center no-repeat;
	width: 55px;
	height: 55px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.consultation_title .icon3 {
	background: url("../Images/deal.png") center center no-repeat;
	width: 52px;
	height: 52px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.consultation_title .icon4 {
	background: url("../Images/apartment.png") center center no-repeat;
	width: 51px;
	height: 51px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.consultation_title .icon5 {
	background: url("../Images/budget.png") center center no-repeat;
	width: 48px;
	height: 48px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.consultation_box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.consultation_left {
	width: 65%;
	margin-right: 3%;
}

.consultation_right {
	width: 32%;
}

.consultation_right img {
	width: 100%;
}

.consultation_list {
	width: 100%;
}

.consultation_list li {
	width: 100%;
	position: relative;
	box-sizing: border-box;
	padding: 0 0 0 35px;
	font-weight: 600;
	font-size: 1.2em;
	margin-bottom: 15px;
}

.consultation_list li::before {
	content: "";
	width: 28px;
	height: 30px;
	background: url("../Images/consultation_icon.svg") center center no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 2px;
}

.temp_main_consultation {
	width: 100%;
    padding: 20px 0 20px 280px;
    box-sizing: border-box;
    text-align: left;
	background: #E0F3FA;
	margin-bottom: 50px;
}

.consultation_box_left {
	width: 45%;
}

.consultation_box_left h4 {
	width: 100%;
    color: #17288B;
    text-align: left;
    font-size: 1em;
    font-weight: 600;
    border-left: 5px solid #17288B;
    padding: 0 0 0 10px;
    box-sizing: border-box;
    line-height: 1.4em;
}

.consultation_box_left .tel {
	width: 100%;
	color: #FF000F;
	font-weight: 600;
	font-size: 1.8em;
	line-height: 1.3em;
	text-align: center;
}

.consultation_box_left .text {
	width: 100%;
	line-height: 1.4em;
	font-weight: 400;
	text-align: center;
	font-size: 0.8em;
}

.consultation_box_right {
	width: 55%;
	padding-top: 10px;
}

.consultation_box2 {
	width: 100%;
	padding: 20px;
	border: 1px solid #707070;
	box-sizing: border-box;
}

.consultation_box2 h3 {
	width: 100%;
    background: #707070;
    margin-bottom: 20px;
    position: relative;
    padding: 5px 20px 5px 70px;
    box-sizing: border-box;
    text-align: left;
    color: #fff;
    font-weight: 600;
    font-size: 1.1em;
    margin-top: 20px;
}

.consultation_box2 h3::before {
	content: "";
    width: 40px;
    height: 100%;
    position: absolute;
    background: url(../Images/sub_icon.svg) center center no-repeat;
    background-size: cover;
    left: 0;
    top: 0;
}

.consultation_box_left2 {
	width: 50%;
}

.consultation_box_left2 h4 {
	width: 100%;
    color: #17288B;
    text-align: left;
    font-size: 1em;
    font-weight: 600;
    border-left: 5px solid #17288B;
    padding: 0 0 0 10px;
    box-sizing: border-box;
    line-height: 1.4em;
}

.consultation_box_left2 .tel {
	width: 100%;
	color: #FF000F;
	font-weight: 600;
	font-size: 1.8em;
	line-height: 1.3em;
	text-align: center;
}

.consultation_box_left2 .text {
	width: 100%;
	line-height: 1.4em;
	font-weight: 400;
	text-align: center;
	font-size: 0.8em;
}

.consultation_box_right2 {
	width: 50%;
}

.footerbanner2 {
	width: 100%;
	padding: 30px 0 10px 280px;
	box-sizing: border-box;
	background: #F6F6F6;
}

.footerbanner2_area {
	width: 980px;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
}

.footerbanner2_box {
	width: 100%;
}

.footerbanner2_inbox {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.footerbanner2_inbox a {
	width: 48%;
	margin-right: 4%;
	position: relative;
	margin-bottom: 3%;
}

.footerbanner2_inbox a:nth-child(2n) {
	margin-right: 0;
}

.footerbanner2_inbox a img {
	width: 100%;
}

.footerbanner2_inbox a .in__fbox {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	background: #fff;
}

.footerbanner2_inbox a .in__fbox .imgbox {
	width: 50%;
}

.footerbanner2_inbox a .in__fbox .textbox {
	width: 50%;
	box-sizing: border-box;
	padding: 20px;
	text-align: left;
	font-size: 0.9em;
	font-weight: 400;
}

.footerbanner2_inbox a .text {
	width: 100%;
	background: rgba(23,40,139,0.75);
	box-sizing: border-box;
	padding: 10px;
	font-size: 0.9em;
	font-weight: 600;
	color: #fff;
	text-align: left;
	position: absolute;
	left: 0;
	bottom: 0;
}

.footerbanner2_inbox a .text i {
	font-style: normal;
	font-size: 0.9em;
	font-weight: 600;
	position: absolute;
	right: 10px;
	top: 10px;
}

/*---20240530---*/

.lp3__bottan {
	width: 100%;
}

.lp3__bottan a {
	display: inline-block;
	padding: 5px 20px;
	box-sizing: border-box;
	color: #fff;
	background: #17288B;
	font-size: 0.8em;
	font-weight: 400;
	text-align: center;
	cursor: pointer;
}

.none{
  display:none;
}

.block {
	display: inline-block;
}

.lp_top_bottan .inlink {
	width: 100%;
	text-align: center;
	padding: 25px 200px 0 200px;
	box-sizing: border-box;
}

.lp_top_bottan .inlink a {
	width: 100%;
	display: inline-block;
	box-sizing: border-box;
	padding: 10px 20px;
	text-align: center;
	background: #0573C1;
	color: #fff;
	font-weight: 600;
	font-size: 1em;
	border-bottom: 5px solid #0A5284;
}

.lp_top_bottan .inlink a:hover {
	border-bottom: none;
	margin-top: 5px;
}

/*---2025.08.26---*/

.lp3_section2 .listbox2 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin-top: 60px;
}

.lp3_section2 .listbox2 .list {
	width: 23.5%;
	margin-right: 2%;
	background: #fff;
	position: relative;
	padding: 20px;
	box-sizing: border-box;
}

.lp3_section2 .listbox2 .list:nth-child(3n) {
	margin-right: 0;
}

.lp3_section2 .listbox2 .list .point {
	width: 60px;
	position: absolute;
	left: 0;
	top: -30px;
	display: flex;
	flex-wrap: wrap;
}

.lp3_section2 .listbox2 .list .point .name {
	width: 100%;
	text-align: center;
	font-weight: 500;
	font-size: 0.8em;
	color: #17288B;
	line-height: 1.2em;
}

.lp3_section2 .listbox2 .list .point .no {
	width: 100%;
	text-align: center;
	font-weight: 900;
	font-size: 1.9em;
	color: #17288B;
	line-height: 1em;
}

.lp3_section2 .listbox2 .list .mark {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 10px;
}

.lp3_section2 .listbox2 .list .mark img {
	height: 90px;
}

.lp3_section2 .listbox2 .list .title {
	width: 100%;
	text-align: center;
	color: #17288B;
	font-weight: 700;
	font-size: 1.1em;
	margin-bottom: 5px;
}

.lp3_section2 .listbox2 .list .text {
	width: 100%;
	text-align: center;
	font-weight: 400;
	font-size: 0.9em;
}

.lp3_section2 .listbox2 .list .subtext {
	width: 100%;
	font-weight: 400;
	font-size: 0.8em;
	text-align: left;
	position: absolute;
	bottom: -30px;
	left: 0;
}

.lp4_text {
	width: 100%;
	text-align: left;
	padding-top: 30px;
	margin-bottom: 30px;
}

.lp4_img {
	width: 100%;
}

.lp4_img img {
	width: 100%;
}

.lp4_inbox {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
	text-align: left;
}

.lp4_flow {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	background: #E3F7FF;
}

.lp4_flow .no {
	width: 9%;
	vertical-align: middle;
	align-items: center;
	font-weight: 600;
	font-size: 1.8em;
	text-align: center;
	color: #fff;
	background: #17288B;
	box-sizing: border-box;
	padding: 10px;
}

.lp4_flow .title {
	width: 91%;
	vertical-align: middle;
	align-items: center;
	color: #17288B;
	font-weight: 600;
	font-size: 1em;
	text-align: left;
	box-sizing: border-box;
	padding: 10px 20px;
}

.lp4_mainimg_text {
	width: 100%;
	max-width: 330px;
	position: absolute;
	top: 50%;
	right: 10%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	text-align: left;
}

.lp4_mainimg_text .lp4_mainimg_text01 {
	width: 100%;
	color: #14267E;
	font-weight: 900;
	font-size: 2.4em;
	line-height: 1.4em;
	text-shadow: 0 0 3px #fff;
	margin-bottom: 10px;
}

.lp4_mainimg_text .lp4_mainimg_text02 {
	width: 100%;
	color: #000;
	font-weight: 900;
	font-size: 1.4em;
	line-height: 1.4em;
	text-shadow: 0 0 3px #fff;
}

.lp4_top_bottan .inlink {
	width: 100%;
	text-align: center;
	padding: 25px 0 0 0;
	box-sizing: border-box;
}

.lp4_top_bottan .inlink a {
	width: 100%;
	display: inline-block;
	box-sizing: border-box;
	padding: 10px 20px;
	text-align: center;
	background: #0573C1;
	color: #fff;
	font-weight: 600;
	font-size: 1em;
	border-bottom: 5px solid #0A5284;
}

.lp4_top_bottan .inlink a:hover {
	border-bottom: none;
	margin-top: 5px;
}


