@charset "UTF-8";

body.index .pickup_content-w .c .pics a:focus,
.LinkBT-focus:focus {
	outline: 1px dotted #0073E6;;
	outline-offset: 5px;
}



/*global_class*/
.bg_01--gl {
	background-image: repeating-linear-gradient(-73deg, #f7f7f5 0px, #f7f7f5 2px, transparent 2px, transparent 4px);
	background-size: 100px 100px;
}

.bg_02--gl {
	background-image: repeating-linear-gradient(-73deg, #f7f7f5 0px, #f7f7f5 2px, #ededed 2px, #ededed 4px);
	background-size: 565px 565px;
}

.hx_01--gl {
	display: block;
	text-align: center;
	font-size: 18px;
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	line-height: 1;
}

@media (min-width: 576px) {
	.hx_01--gl {
		font-size: 21px;
	}
}

.hx_01--gl::before {
	content: "";
	position: absolute;
	width: 163px;
	height: 3px;
	left: 50%;
	transform: translateX(-50%);
	bottom: -10px;
	background-image: linear-gradient(90deg, #3fa9f5 0%, #3fa9f5 14%, #ccc 14%, #ccc 100%);
}

.hx_02--gl {
	display: inline-block;
	text-align: center;
	font-size: 21px;
	position: relative;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 800;
	line-height: 1;
}

.hx_02--gl::before {
	content: "";
	width: 2px;
	height: 17px;
	position: absolute;
	left: -8px;
	top: 3px;
	transform: rotate(-26deg);
	background-color: #3fa9f5;
}

.hx_02--gl::after {
	content: "";
	width: 2px;
	height: 17px;
	position: absolute;
	right: -8px;
	top: 3px;
	transform: rotate(26deg);
	background-color: #3fa9f5;
}

.hx_03--gl {
	display: block;
	font-size: 16px;
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	line-height: 1;
}

.hx_03--gl::before {
	content: "";
	position: absolute;
	width: 163px;
	height: 3px;
	bottom: -10px;
	background-image: linear-gradient(90deg, #3fa9f5 0%, #3fa9f5 14%, #ccc 14%, #ccc 100%);
}

.mark_01--gl {
	background-color: #fcee21;
	padding: 0;
}

.btn_link_01--gl {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	display: inline-block;
	background-color: #666;
	border: solid 2px #fff;
	box-shadow: 0 0 0 4px #666, 0 0 0 10px #fcee21;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	font-weight: 700;
	position: relative;
	margin: 7px calc(7px + 15px);
}

@media (min-width: 576px) {
	.btn_link_01--gl {
		font-size: 18px;
		width: 95px;
		height: 95px;
	}
}

.btn_link_01--gl:hover {
	color: #fff;
	opacity: 0.9;
}

.btn_link_01--gl .btn_link_01-i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	white-space: nowrap;
	padding-bottom: 5px;
}

.btn_link_01--gl .lb {
	display: block;
	text-align: center;
}

.font_mplus--gl {
	font-family: 'M PLUS 1p', sans-serif;
	display: inline-block;
	transform: rotate(-0.05deg);
}

.font_notosans--gl {
	font-family: 'Noto Sans JP', sans-serif;
}

/*cancel_class*/
ul.ul_li--ca {
	margin: 0;
	padding: 0;
}

ul.ul_li--ca li {
	margin: 0;
	padding: 0;
	list-style: none;
}

/*whole*/
body {
	color: #1a1a1a;
	font-family: 'メイリオ', Meiryo, sans-serif;
	font-size: 16px;
}

a {
	display: inline-block;
	color: #0073E6;
}

a:hover img {
	opacity: 0.8;
}

/*header*/

header .header_top {
	margin-top: 32px;
	margin-bottom: 32px;
	text-align: left;
}

@media (min-width: 992px) {
	header .header_top {
		text-align: center;
	}
}

header .header_top .container {
	position: relative;
}

header .header_top .logo .pic img {
	text-align: center;
	width: 240px;
}

@media (min-width: 576px) {
	header .header_top .logo .pic img {
		width: 280px;
	}
}

@media (min-width: 992px) {
	header .header_top .logo .pic img {
		width: 340px;
	}
}

header .header_top .navbar-toggler {
	position: absolute;
	right: 10px;
	top: 15px;
}

@media (min-width: 576px) {
	header .header_top .navbar-toggler {
		right: 15px;
		top: 20px;
	}
}

@media (min-width: 992px) {
	header .header_top .navbar-toggler {
		display: none;
	}
}

header .header_nav .navbar {
	margin-top: -10px;
	margin-bottom: 10px;
	padding-top: 0;
	padding-bottom: 10px;
	position: relative;
}

@media (min-width: 992px) {
	header .header_nav .navbar {
		margin-top: 0;
		margin-bottom: 0;
	}
}

header .header_nav .navbar .nav-link {
	padding: 0;
}

.navbar-toggler .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background-color: #1a1a1a;
	transition: all 0.3s;
}

.navbar-toggler .icon-bar + .icon-bar {
	margin-top: 4px;
}

.navbar-toggler[aria-expanded*="true"] .icon-bar:nth-of-type(1) {
	transform: translateX(0px) translateY(6px) rotate(-45deg);
}

.navbar-toggler[aria-expanded*="true"] .icon-bar:nth-of-type(2) {
	opacity: 0;
}

.navbar-toggler[aria-expanded*="true"] .icon-bar:nth-of-type(3) {
	transform: translateX(0px) translateY(-6px) rotate(45deg);
}

@media (min-width: 992px) {
	.navbar-nav {
		width: 930px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 1200px) {
	.navbar-nav {
		width: 980px;
	}
}

.navbar-collapse {
	position: relative;
}

.navbar-collapse ul li {
	font-family: 'Noto Sans JP', 'メイリオ', Meiryo, sans-serif;
	padding-bottom: 8px;
	width: 150px;
}

.navbar-collapse ul li a {
	font-size: 18px;
	color: #1a1a1a;
	font-weight: 500;
}

.navbar-collapse ul li:after {
	content: "";
	display: block;
	height: 3px;
}

@media (min-width: 992px) {
	.navbar-collapse ul li {
		flex: 1 1 14.2857%;
		/* width: 16.6667%; */
		/* 4文字の項目 */
		&.chars04 {
			flex-basis: 10%;
		}
		/* 5文字の項目 */
		&.chars05 {
			flex-basis: 12%;
		}
	}
}

.navbar-collapse ul li.active:after, .navbar-collapse ul li:hover:after {
	background-image: linear-gradient(90deg, #bce81f 0%, #bce81f 15%, #ccc 15%, #ccc 100%);
}

@media (min-width: 992px) {
	.navbar-collapse ul li.active:after, .navbar-collapse ul li:hover:after {
		background-image: linear-gradient(90deg, transparent 0%, transparent 1%, #bce81f 1%, #bce81f 15%, #ccc 15%, #ccc 99%, transparent 99%);
	}
}

/*footer*/
footer .footer_top {
	border-top: solid 1px #b3b3b3;
	padding-top: 36px;
	padding-bottom: 36px;
}

footer .footer_top .container {
	position: relative;
}

footer .footer_top .scroll_top {
	display: block;
	position: fixed;
	bottom: 20px;
	right: 20px;
	padding: 0;
}

@media (min-width: 768px) {
	footer .footer_top .scroll_top {
		bottom: 40px;
		right: 40px;
	}
}

footer .footer_top .scroll_top img {
	width: 90%;
}

@media (min-width: 576px) {
	footer .footer_top .scroll_top img {
		width: 100%;
	}
}

footer .footer_top .logo {
	text-align: center;
	margin-bottom: 32px;
}

footer .footer_top .logo .pic img {
	width: 280px;
}

@media (min-width: 576px) {
	footer .footer_top .logo .pic img {
		width: 340px;
	}
}

footer .footer_top .footer_link {
	text-align: center;
}

footer .footer_top .footer_link a {
	color: #1a1a1a;
}

footer .footer_top .footer_link a::before {
	content: "●";
	color: #c3ea1c;
}

footer .footer_top .footer_link a::after {
	content: "●";
	color: #c3ea1c;
}

footer .footer_bottom {
	border-top: solid 9px #bce81f;
	padding-top: 24px;
	padding-bottom: 24px;
	text-align: center;
}


footer .footer_bottom small {
	font-size: 1em;
	font-weight: normal;
}

/*index.html*/

body.index .top_image-w {
	height: 445px;
	margin-top: -15px;
	margin-bottom: 60px;
	background-repeat: no-repeat;
	background-size: 900px 80px, 1920px 545px;
	background-position: center bottom, center center;
	border-bottom: solid 10px #bce81f;
}
/* webp対応ブラウザには「webp」を表示、対応していなければ「jpeg/png」を表示 */
.no-webp .top_image-w {
	background-image: url("../img/top_image_people.png"), url("../img/top_image.jpg");
}
.webp .top_image-w {
	background-image: url("../img/top_image_people.png"), url("../img/top_image.jpg.webp");
}


/*
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
	body.index .top_image-w {
		background-image: url("../img/top_image_people@2x.png"), url("../img/top_image.jpg");
	}
}

@media screen and (-webkit-min-device-pixel-ratio: 3), (min-resolution: 3dppx) {
	body.index .top_image-w {
		background-image: url("../img/top_image_people@3x.png"), url("../img/top_image.jpg");
	}
}
*/

@media (min-width: 576px) {
	body.index .top_image-w {
		height: 545px;
	}
}

@media (min-width: 992px) {
	body.index .top_image-w {
		margin-top: 0;
	}
}

body.index .top_image-w .main_phrase {
	width: 95%;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	position: relative;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
}

@media (min-width: 576px) {
	body.index .top_image-w .main_phrase {
		top: 48%;
		width: 88%;
	}
}

@media (min-width: 768px) {
	body.index .top_image-w .main_phrase {
		max-width: 816px;
	}
}

@media (min-width: 992px) {
	body.index .top_image-w .main_phrase {
		top: 120px;
		transform: translate(-50%, 0);
		width: 816px;
	}
}

body.index .top_image-w .main_phrase:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	left: 3px;
	top: 3px;
	border-top: 17px solid #ffe708;
	border-right: 17px solid transparent;
}

body.index .top_image-w .main_phrase::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	bottom: 3px;
	right: 3px;
	border-bottom: 17px solid #ffe708;
	border-left: 17px solid transparent;
}

body.index .top_image-w .main_phrase .title {
	padding-top: 28px;
	padding-bottom: 16px;
	text-align: center;
	font-family: 'M PLUS 1p', 'メイリオ', Meiryo, sans-serif;
	font-weight: 500;
	font-size: 6.2vw;
}

@media (min-width: 576px) {
	body.index .top_image-w .main_phrase .title {
		padding-bottom: 18px;
	}
}

@media (min-width: 768px) {
	body.index .top_image-w .main_phrase .title {
		padding-bottom: 24px;
	}
}

@media (min-width: 576px) {
	body.index .top_image-w .main_phrase .title {
		font-size: 32px;
	}
}

@media (min-width: 768px) {
	body.index .top_image-w .main_phrase .title {
		font-size: 36px;
	}
}

@media (min-width: 992px) {
	body.index .top_image-w .main_phrase .title {
		font-size: 40px;
	}
}

body.index .top_image-w .main_phrase .title .emphasis {
	color: #008fd6;
}

body.index .top_image-w .main_phrase .title .little {
	font-size: 5.2vw;
}

@media (min-width: 576px) {
	body.index .top_image-w .main_phrase .title .little {
		font-size: 24px;
	}
}

@media (min-width: 768px) {
	body.index .top_image-w .main_phrase .title .little {
		font-size: 28px;
	}
}

@media (min-width: 992px) {
	body.index .top_image-w .main_phrase .title .little {
		font-size: 32px;
	}
}

body.index .top_image-w .main_phrase .contents {
	font-family: 'Noto Sans JP', 'メイリオ', Meiryo, sans-serif;
	font-weight: 400;
	text-align: left;
	font-size: 14px;
}

@media (min-width: 576px) {
	body.index .top_image-w .main_phrase .contents {
		font-size: 16px;
	}
}

body.index .top_image-w .main_phrase .contents .lb {
	display: inline;
}

@media (min-width: 576px) {
	body.index .top_image-w .main_phrase .contents .lb {
		display: block;
		text-align: center;
	}
}

body.index .top_image-w .main_phrase .contents p:first-child {
	margin-bottom: 8px;
}

@media (min-width: 576px) {
	body.index .top_image-w .main_phrase .contents p:first-child {
		margin-bottom: 16px;
	}
}

@media (min-width: 768px) {
	body.index .top_image-w .main_phrase .contents p:first-child {
		margin-bottom: 21px;
	}
}

body.index .top_image-w .main_phrase::before {
	content: "";
}

body.index .top_image-w .main_phrase::after {
	content: "";
}

body.index .news-w {
	margin-bottom: 84px;
}

body.index .news-w .h {
	margin-bottom: 46px;
}

body.index .news-w .c ul {
	overflow: hidden;
	border-top: solid 1px #808080;
	border-bottom: solid 1px #808080;
	padding-top: 18px;
	padding-bottom: 18px;
}

@media (min-width: 992px) {
	body.index .news-w .c ul {
		margin-left: 30px;
		margin-right: 30px;
	}
}

@media (min-width: 1200px) {
	body.index .news-w .c ul {
		margin-left: 95px;
		margin-right: 95px;
	}
}

body.index .news-w .c ul li {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
	justify-content: flex-start;
	align-items: flex-start;
}

body.index .news-w .c ul li:last-child {
	margin-bottom: 0;
}

body.index .news-w .c ul li .new {
	font-weight: bold;
	color: #dd0b1b;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	text-align: left;
	width: calc(100% - 85px);
	margin-top: -3px;
	font-size: 17px;
}

body.index .news-w .c ul li .icon.icon-p {
	background: #ea6481;
}
body.index .news-w .c ul li .icon.icon-pen {
	background: #83dd98;
}
body.index .news-w .c ul li .icon.icon-megaphone {
	background: #f0c45d;
}
body.index .news-w .c ul li .icon.icon-g {
	background: #00dbff;
}
body.index .news-w .c ul li .icon.icon-hb {
	border: 1px solid #000;
	background: #fff;
}
body.index .news-w .c ul li .icon.icon-sticky {
	animation: pulse 1.5s infinite;
}
@-webkit-keyframes pulse {

	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0.6);
	}
	70% {
		-webkit-box-shadow: 0 0 0 8px rgba(204,169,44, 0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
	}
}
@keyframes pulse {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.6);
		box-shadow: 0 0 0 0 rgba(204,169,44, 0.6);
	}
	70% {
		-moz-box-shadow: 0 0 0 8px rgba(204,169,44, 0);
		box-shadow: 0 0 0 8px rgba(204,169,44, 0);
	}
	100% {
		-moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
		box-shadow: 0 0 0 0 rgba(204,169,44, 0);
	}
}

#read-more-box {
	text-align: center;
	margin-top: 10px;
}

@media (min-width: 576px) {
	body.index .news-w .c ul li .new {
		font-size: 19px;
		width: calc(100% - 100px);
	}
}

@media (min-width: 768px) {
	body.index .news-w .c ul li .new {
		margin-top: -4px;
		width: 70px;
		order: 1;
		text-align: center;
	}
}

body.index .news-w .c ul li .time {
	order: 1;
	width: 85px;
	font-size: 14px;
}

@media (min-width: 576px) {
	body.index .news-w .c ul li .time {
		font-size: 16px;
		width: 100px;
	}
}

@media (min-width: 768px) {
	body.index .news-w .c ul li .time {
		width: 110px;
		order: 2;
	}
}

body.index .news-w .c ul li .text {
	order: 4;
	width: 100%;
	margin-bottom: 0;
	font-size: 14px;
}

@media (min-width: 576px) {
	body.index .news-w .c ul li .text {
		font-size: 16px;
	}
}

@media (min-width: 768px) {
	body.index .news-w .c ul li .icon {
		order: 3;
		padding: 4px;
		width: 20px;
		border-radius: 50%;
		margin-right: 6px;
	}
}

@media (min-width: 768px) {
	body.index .news-w .c ul li .text {
		order: 4;
		width: calc(100% - 70px - 26px - 110px);
	}
}

@media (max-width: 767px) {
	body.index .news-w .c ul li .new {
		order: 3;
		width: auto;
		line-height: 1.3;
	}

	body.index .news-w .c ul li .time {
		order: 2;
	}

	body.index .news-w .c ul li .icon {
		order: 1;
		margin-right: 8px;
		width: 22px;
		border-radius: 50%;
		padding: 2px;
		height: 22px;
	}

	body.index .news-w .c ul li .text {
		order: 4;
	}
}

body.index .pickup_content-w {
	margin-bottom: 84px;
}

body.index .pickup_content-w .h {
	margin-bottom: 10px;
}

body.index .pickup_content-w .h .title {
	text-align: center;
}

body.index .pickup_content-w .c .pics {
	display: flex;
	flex-wrap: wrap;
	padding-top: 30px;
	padding-bottom: 30px;
	justify-content: center;
}


@media (min-width: 768px) {
	body.index .pickup_content-w .c .pics {
		justify-content: left;
	}
}

@media (min-width: 992px) {
	body.index .pickup_content-w .c .pics {
		margin-left: 30px;
		margin-right: 30px;
	}
}

@media (min-width: 1200px) {
	body.index .pickup_content-w .c .pics {
		margin-left: 95px;
		margin-right: 95px;
	}
}

body.index .pickup_content-w .c .pics .pic {
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	body.index .pickup_content-w .c .pics .pic {
		width: 220px;
		margin-right: 15px;
		margin-bottom: 20px;
	}

	body.index .pickup_content-w .c .pics .pic:nth-of-type(3n) {
		margin-right: 0;
	}

	body.index .pickup_content-w .c .pics .pic:nth-last-of-type(-n + 3) {
		margin-bottom: 0;
	}
}

@media (min-width: 992px) {
	body.index .pickup_content-w .c .pics .pic {
		width: 280px;
		margin-right: 15px;
		margin-bottom: 20px;
	}

	body.index .pickup_content-w .c .pics .pic:nth-of-type(3n) {
		margin-right: 0;
	}

	body.index .pickup_content-w .c .pics .pic:nth-last-of-type(-n + 3) {
		margin-bottom: 0;
	}
}

@media (min-width: 1200px) {
	body.index .pickup_content-w .c .pics .pic {
		margin-right: 40px;
	}
}

body.index .support-w > .h {
	margin-bottom: 46px;
}

body.index .support-w > .c > .container > .description {
	margin-bottom: 42px;
	font-size: 14px;
}

@media (min-width: 576px) {
	body.index .support-w > .c > .container > .description {
		text-align: center;
		font-size: 16px;
	}
}

body.index .support-w > .c > .container > .description .lb {
	display: inline;
}

@media (min-width: 576px) {
	body.index .support-w > .c > .container > .description .lb {
		display: block;
	}
}

body.index .support-w > .c .type_a, body.index .support-w > .c .type_b, body.index .support-w > .c .consultation {
	position: relative;
}

body.index .support-w > .c .type_a .h .main_image, body.index .support-w > .c .type_b .h .main_image, body.index .support-w > .c .consultation .h .main_image {
	text-align: center;
}

body.index .support-w > .c .type_a .h .main_image img, body.index .support-w > .c .type_b .h .main_image img, body.index .support-w > .c .consultation .h .main_image img {
	border: solid 5px #c3ea1c;
}

body.index .support-w > .c .type_a .c, body.index .support-w > .c .type_b .c, body.index .support-w > .c .consultation .c {
	background-color: #fff;
	position: relative;
	margin-bottom: 26px;
	left: 50%;
	transform: translateX(-50%);
	width: 95%;
	top: 0;
}

@media (min-width: 576px) {
	body.index .support-w > .c .type_a .c, body.index .support-w > .c .type_b .c, body.index .support-w > .c .consultation .c {
		width: 85%;
		top: -50px;
	}
}

@media (min-width: 992px) {
	body.index .support-w > .c .type_a .c, body.index .support-w > .c .type_b .c, body.index .support-w > .c .consultation .c {
		width: 688px;
		top: -91px;
	}
}

@media (min-width: 576px) {
	body.index .support-w > .c .type_a .c::before, body.index .support-w > .c .type_b .c::before, body.index .support-w > .c .consultation .c::before {
		content: "";
		position: absolute;
		width: 0;
		height: 0;
		right: 4px;
		top: 4px;
		border-top: 20px solid #fcee21;
		border-left: 20px solid transparent;
	}
}

body.index .support-w > .c .type_a .c .title, body.index .support-w > .c .type_b .c .title, body.index .support-w > .c .consultation .c .title {
	text-align: center;
	padding-top: 10px;
}

@media (min-width: 576px) {
	body.index .support-w > .c .type_a .c .title, body.index .support-w > .c .type_b .c .title, body.index .support-w > .c .consultation .c .title {
		padding-top: 44px;
	}
}

body.index .support-w > .c .type_a .c .title .prim, body.index .support-w > .c .type_b .c .title .prim, body.index .support-w > .c .consultation .c .title .prim {
	margin-bottom: 16px;
	font-family: 'M PLUS 1p', 'メイリオ', Meiryo, sans-serif;
	font-weight: 500;
	font-size: 24px;
}

@media (min-width: 576px) {
	body.index .support-w > .c .type_a .c .title .prim, body.index .support-w > .c .type_b .c .title .prim, body.index .support-w > .c .consultation .c .title .prim {
		font-size: 32px;
	}
}

body.index .support-w > .c .type_a .c .title .seco, body.index .support-w > .c .type_b .c .title .seco, body.index .support-w > .c .consultation .c .title .seco {
	margin-bottom: 32px;
	display: inline-block;
	font-family: 'Noto Sans JP', 'メイリオ', Meiryo, sans-serif;
	font-size: 16px;
	font-weight: 500;
}

@media (min-width: 576px) {
	body.index .support-w > .c .type_a .c .title .seco, body.index .support-w > .c .type_b .c .title .seco, body.index .support-w > .c .consultation .c .title .seco {
		font-size: 16px;
	}
}

body.index .support-w > .c .type_a .c .title .lb, body.index .support-w > .c .type_b .c .title .lb, body.index .support-w > .c .consultation .c .title .lb {
	display: block;
}

@media (min-width: 576px) {
	body.index .support-w > .c .type_a .c .title .lb, body.index .support-w > .c .type_b .c .title .lb, body.index .support-w > .c .consultation .c .title .lb {
		display: inline;
	}
}

body.index .support-w > .c .type_a .c .contents p, body.index .support-w > .c .type_b .c .contents p, body.index .support-w > .c .consultation .c .contents p {
	margin-bottom: 12px;
	font-size: 14px;
}

@media (min-width: 576px) {
	body.index .support-w > .c .type_a .c .contents p, body.index .support-w > .c .type_b .c .contents p, body.index .support-w > .c .consultation .c .contents p {
		margin-bottom: 28px;
		font-size: 16px;
	}
}

body.index .support-w > .c .type_a .c .contents p:last-child, body.index .support-w > .c .type_b .c .contents p:last-child, body.index .support-w > .c .consultation .c .contents p:last-child {
	margin-bottom: 0;
}

body.index .support-w > .c .type_a .c .contents .lb, body.index .support-w > .c .type_b .c .contents .lb, body.index .support-w > .c .consultation .c .contents .lb {
	display: inline;
}

@media (min-width: 768px) {
	body.index .support-w > .c .type_a .c .contents .lb, body.index .support-w > .c .type_b .c .contents .lb, body.index .support-w > .c .consultation .c .contents .lb {
		display: block;
	}
}

body.index .support-w > .c .type_a .f, body.index .support-w > .c .type_b .f, body.index .support-w > .c .consultation .f {
	margin-top: 0;
	margin-bottom: 90px;
	text-align: center;
}

@media (min-width: 576px) {
	body.index .support-w > .c .type_a .f, body.index .support-w > .c .type_b .f, body.index .support-w > .c .consultation .f {
		margin-top: -50px;
		margin-bottom: 90px;
	}
}

@media (min-width: 992px) {
	body.index .support-w > .c .type_a .f, body.index .support-w > .c .type_b .f, body.index .support-w > .c .consultation .f {
		margin-top: -91px;
	}
}

body.index .support-w .type_a .title .emphasis {
	font-size: 34px;
	color: #1a85c6;
}

@media (min-width: 576px) {
	body.index .support-w .type_a .title .emphasis {
		font-size: 44px;
	}
}

body.index .support-w .type_a .contents {
	padding-left: 0;
	padding-right: 0;
}

@media (min-width: 576px) {
	body.index .support-w .type_a .contents {
		padding-left: 45px;
		padding-right: 45px;
	}
}

@media (min-width: 992px) {
	body.index .support-w .type_a .contents {
		padding-left: 60px;
		padding-right: 60px;
	}
}

body.index .support-w .type_b .title .emphasis {
	color: #1a85c6;
	font-size: 34px;
}

@media (min-width: 576px) {
	body.index .support-w .type_b .title .emphasis {
		font-size: 44px;
	}
}

body.index .support-w .type_b .contents {
	padding-left: 0;
	padding-right: 0;
}

@media (min-width: 576px) {
	body.index .support-w .type_b .contents {
		padding-left: 45px;
		padding-right: 45px;
	}
}

@media (min-width: 992px) {
	body.index .support-w .type_b .contents {
		padding-left: 110px;
		padding-right: 110px;
	}
}

body.index .support-w .consultation .title .emphasis {
	color: #008fd6;
}

body.index .support-w .consultation .contents {
	padding-left: 0;
	padding-right: 0;
}

@media (min-width: 576px) {
	body.index .support-w .consultation .contents {
		padding-left: 45px;
		padding-right: 45px;
	}
}

@media (min-width: 992px) {
	body.index .support-w .consultation .contents {
		padding-left: 72px;
		padding-right: 72px;
	}
}

body.index .staff-w .h {
	margin-bottom: 46px;
}

body.index .staff-w .c {
	margin-bottom: 90px;
	overflow: hidden;
}

body.index .staff-w .c > .container > .description {
	margin-bottom: 26px;
	font-size: 14px;
}

@media (min-width: 576px) {
	body.index .staff-w .c > .container > .description {
		font-size: 16px;
	}
}

@media (min-width: 992px) {
	body.index .staff-w .c > .container > .description {
		padding-left: 100px;
		padding-right: 100px;
	}
}

@media (min-width: 1200px) {
	body.index .staff-w .c > .container > .description {
		padding-left: 190px;
		padding-right: 190px;
	}
}

body.index .staff-w .c > .container > .description .lb {
	display: inline;
}

@media (min-width: 576px) {
	body.index .staff-w .c > .container > .description .lb {
		display: block;
	}
}

body.index .staff-w .c .person {
	margin-left: 0;
	margin-right: 0;
	padding-top: 48px;
	padding-bottom: 48px;
	border-top: dotted 1px #808080;
	display: flex;
	flex-wrap: wrap;
}

@media (min-width: 576px) {
	body.index .staff-w .c .person {
		display: block;
		overflow: hidden;
	}
}

@media (min-width: 992px) {
	body.index .staff-w .c .person {
		margin-left: 100px;
		margin-right: 100px;
	}
}

@media (min-width: 1200px) {
	body.index .staff-w .c .person {
		margin-left: 190px;
		margin-right: 190px;
	}
}

body.index .staff-w .c .person:last-child {
	padding-bottom: 0;
}

body.index .staff-w .c .person .image {
	width: 127px;
	margin-bottom: 16px;
}

@media (min-width: 576px) {
	body.index .staff-w .c .person .image {
		width: 127px;
		float: left;
	}
}

body.index .staff-w .c .person .image .pic img {
	border: solid 5px #c3ea1c;
}

body.index .staff-w .c .person .name {
	margin-left: 24px;
	width: calc(100% - 24px - 127px);
	margin-bottom: 16px;
	position: relative;
	padding-left: 20px;
	transform: translateY(25%);
}

@media (min-width: 576px) {
	body.index .staff-w .c .person .name {
		transform: translateY(0);
		width: calc(100% - 127px - 24px);
		float: left;
		margin-top: 0;
	}
}

body.index .staff-w .c .person .name::before {
	position: absolute;
	left: 0;
	top: 5px;
	content: "";
	width: 14px;
	height: 36px;
	background-color: #3fa9f5;
}

body.index .staff-w .c .person .name .japanese, body.index .staff-w .c .person .name .romaji {
	display: block;
}

body.index .staff-w .c .person .name .japanese {
	font-family: 'Noto Sans JP', 'メイリオ', Meiryo, sans-serif;
	font-size: 18px;
	font-weight: 700;
}

body.index .staff-w .c .person .name .romaji {
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #b3b3b3;
}

body.index .staff-w .c .person .detail {
	margin-bottom: 5px;
}

@media (min-width: 576px) {
	body.index .staff-w .c .person .detail {
		width: calc(100% - 127px - 24px);
		float: left;
		margin-left: 24px;
		margin-top: 0;
	}
}

body.index .staff-w .c .person .detail .qualification {
	margin-bottom: 4px;
	font-size: 14px;
}

@media (min-width: 576px) {
	body.index .staff-w .c .person .detail .qualification {
		font-size: 16px;
	}
}

body.index .staff-w .c .person .detail .opinion {
	margin-bottom: 0;
	font-size: 14px;
}

@media (min-width: 576px) {
	body.index .staff-w .c .person .detail .opinion {
		font-size: 16px;
	}
}

body.index .related_links-w {
	margin-bottom: 90px;
	border-top: solid 3px #e6e6e6;
	border-bottom: solid 3px #e6e6e6;
	padding-top: 60px;
	padding-bottom: 60px;
}

body.index .related_links-w .h {
	margin-bottom: 46px;
}

body.index .related_links-w .c ul {
	display: flex;
	flex-wrap: wrap;
	max-width: 445px;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 992px) {
	body.index .related_links-w .c ul {
		max-width: 100%;
		margin-left: 100px;
		margin-right: 100px;
	}
}

@media (min-width: 1200px) {
	body.index .related_links-w .c ul {
		margin-left: 0;
		margin-right: 0;
	}
}

body.index .related_links-w .c ul li {
	margin-bottom: 12px;
	position: relative;
	width: 100%;
}

@media (min-width: 768px) {
	body.index .related_links-w .c ul li {
		text-align: left;
	}
}

@media (min-width: 992px) {
	body.index .related_links-w .c ul li {
		width: 46%;
		margin-right: 2%;
	}

	body.index .related_links-w .c ul li:nth-of-type(2n) {
		margin-right: 0;
	}
}

@media (min-width: 1200px) {
	body.index .related_links-w .c ul li {
		width: 31%;
		margin-right: 1%;
	}

	body.index .related_links-w .c ul li:nth-of-type(2n) {
		margin-right: 1%;
	}

	body.index .related_links-w .c ul li:nth-of-type(3n) {
		margin-right: 0;
	}
}

body.index .related_links-w .c ul li .list_style {
	position: relative;
	margin-left: 1.2em;
	display: inline-block;
}

body.index .related_links-w .c ul li .list_style::before {
	content: "●";
	color: #c3ea1c;
	position: absolute;
	top: 0;
	left: -1.2em;
}

body.index .related_links-w .c ul li a {
	color: inherit;
}

body.index .related_links-w .c ul li a:hover .list_style {
	text-decoration: underline;
}

body.index .facebook-w {
	margin-bottom: 90px;
}

body.index .facebook-w .h {
	margin-bottom: 46px;
}

body.index .facebook-w .c .fb-w {
	padding-top: 48px;
	padding-bottom: 40px;
}

body.index .facebook-w .c .fb-w #page_plugin {
	text-align: center;
}

body.index .facebook-w .c .fb-w #page_plugin .fb-page {
	display: inline-block;
}

body.index .contact-w {
	margin-bottom: 86px;
}

body.index .contact-w .h {
	margin-bottom: 46px;
}

body.index .contact-w .c .location-w {
	max-width: 445px;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 768px) {
	body.index .contact-w .c .location-w {
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
}

@media (min-width: 992px) {
	body.index .contact-w .c .location-w {
		padding-left: 30px;
		padding-right: 65px;
	}
}

@media (min-width: 1200px) {
	body.index .contact-w .c .location-w {
		padding-left: 95px;
		padding-right: 65px;
	}
}

body.index .contact-w .c .location-w .place .name {
	font-family: 'M PLUS 1p', 'メイリオ', Meiryo, sans-serif;
	color: #000;
	font-weight: 500;
	margin-bottom: 32px;
}

body.index .contact-w .c .location-w .place .name .little {
	font-size: 24px;
	margin-right: 0.2em;
}

@media (min-width: 576px) {
	body.index .contact-w .c .location-w .place .name .little {
		font-size: 26px;
	}
}

body.index .contact-w .c .location-w .place .name .large {
	font-size: 30px;
}

@media (min-width: 576px) {
	body.index .contact-w .c .location-w .place .name .large {
		font-size: 35px;
	}
}

body.index .contact-w .c .location-w .place .tel, body.index .contact-w .c .location-w .place .email {
	font-family: 'M PLUS 1p', 'メイリオ', Meiryo, sans-serif;
	font-size: 23px;
	background-repeat: no-repeat;
	background-size: 34px 34px;
	padding-left: calc(34px + 4px);
}

body.index .contact-w .c .location-w .place .tel {
	background-image: url("../img/tel.svg");
	margin-bottom: 8px;
}

body.index .contact-w .c .location-w .place .email {
	background-image: url("../img/email.svg");
	margin-bottom: 16px;
}

body.index .contact-w .c .location-w .place .address {
	margin-bottom: 40px;
}

body.index .contact-w .c .location-w .place .address .postcode {
	display: block;
}

body.index .contact-w .c .location-w .place .address .street {
	display: block;
}

body.index .contact-w .c .location-w .place .address .street .lb {
	display: block;
}

body.index .contact-w .c .location-w .map {
	margin-bottom: 56px;
}

body.index .contact-w .c .location-w .map .map-o {
	width: 100%;
}

@media (min-width: 992px) {
	body.index .contact-w .c .location-w .map .map-o {
		width: 355px;
		height: 246px;
	}
}

body.index .contact-w .c .location-w .map .map-o iframe {
	max-width: 100%;
	max-height: 100%;
}

body.index .contact-w .c .location-w .company {
	border: solid 1px #3fa9f5;
	border-radius: 5px;
	padding: 20px 22px;
}

body.index .contact-w .c .location-w .company .title {
	font-family: 'Noto Sans Jp', 'メイリオ', Meiryo, sans-serif;
	font-weight: 700;
	margin-bottom: 10px;
}

body.index .contact-w .c .location-w .company .name {
	margin-bottom: 6px;
}

body.index .contact-w .c .location-w .company .postcode {
	margin-bottom: 6px;
}

body.index .contact-w .c .inquiry-w {
	max-width: 445px;
	margin-left: auto;
	margin-right: auto;
	/*フォームのスタイルは下に記述*/
}

@media (min-width: 768px) {
	body.index .contact-w .c .inquiry-w {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
}

/*usage.html*/

body.usage .top_image-w {
	margin-top: -15px;
	margin-bottom: 60px;
	background-repeat: no-repeat;
	background-size: 900px 80px, 1920px 545px;
	background-position: center bottom, center center;
	border-bottom: solid 10px #bce81f;
	height: 31.25vw;
}

@media (min-width: 992px) {
	body.usage .top_image-w {
		margin-top: 0;
	}
}

/*
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
	body.usage .top_image-w {
		background-image: url("../img/top_image_people@2x.png"), url("../img/top_image.jpg");
	}
}

@media screen and (-webkit-min-device-pixel-ratio: 3), (min-resolution: 3dppx) {
	body.usage .top_image-w {
		background-image: url("../img/top_image_people@3x.png"), url("../img/top_image.jpg");
	}
}
*/

@media (min-width: 576px) {
	body.usage .top_image-w {
		height: 180px;
	}
}

@media (min-width: 768px) {
	body.usage .top_image-w {
		height: 220px;
	}
}

@media (min-width: 992px) {
	body.usage .top_image-w {
		height: 260px;
	}
}

@media (min-width: 1200px) {
	body.usage .top_image-w {
		height: 300px;
	}
}

body.usage .usage-w {
	margin-bottom: 42px;
}

@media (min-width: 576px) {
	body.usage .usage-w {
		margin-bottom: 84px;
	}
}

body.usage .usage-w .h {
	margin-bottom: 46px;
}

body.usage .usage-w .h .lb {
	display: block;
	line-height: 1.3;
}

@media (min-width: 576px) {
	body.usage .usage-w .h .lb {
		line-height: l;
		display: inline;
	}
}

body.usage .usage-w .c {
	width: 100%;
	margin-bottom: 52px;
}

body.usage .usage-w .c p {
	margin-bottom: 12px;
	font-size: 14px;
}

@media (min-width: 576px) {
	body.usage .usage-w .c p {
		margin-bottom: 28px;
		font-size: 16px;
		margin-left: 60px;
		margin-right: 60px;
	}
}

@media (min-width: 1200px) {
	body.usage .usage-w .c p {
		margin-left: 160px;
		margin-right: 160px;
	}
}

body.usage .usage-w .c p:last-child {
	margin-bottom: 0;
}

body.usage .usage-w .c .lb {
	display: block;
}

body.usage .usage-w .f {
	text-align: center;
	border-bottom: solid 3px #e6e6e6;
}

body.usage .flow-w {
	margin-bottom: 42px;
}

@media (min-width: 576px) {
	body.usage .flow-w {
		margin-bottom: 84px;
	}
}

body.usage .flow-w .h {
	margin-bottom: 46px;
}

body.usage .flow-w .c {
	margin-bottom: 42px;
}

body.usage .flow-w .c > .container > .description {
	font-size: 14px;
	margin-bottom: 0;
}

@media (min-width: 576px) {
	body.usage .flow-w .c > .container > .description {
		font-size: 16px;
	}
}

@media (min-width: 576px) {
	body.usage .flow-w .c > .container > .description {
		margin-left: 60px;
		margin-right: 60px;
	}
}

@media (min-width: 992px) {
	body.usage .flow-w .c > .container > .description {
		margin-left: 190px;
		margin-right: 190px;
	}
}

@media (min-width: 1200px) {
	body.usage .flow-w .c > .container > .description {
		margin-left: 250px;
		margin-right: 250px;
	}
}

body.usage .flow-w .c > .container > .description .lb {
	display: block;
}

body.usage .flow-w .f .flow_chart {
	height: 565px;
	text-align: center;
	position: relative;
	background-image: url("../img/bg_dot_xl_01.png"), url("../img/bg_dot_xl_02.png"), url("../img/bg_dot_xl_03.png"), url("../img/bg_line_xl_01.png"), url("../img/bg_line_xl_02.png");
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
	background-position: 0 center, 420px 165px, 480px 290px, 645px 35px, 840px 500px;
}

body.usage .flow-w .f .flow_chart .circle {
	width: 152px;
	height: 152px;
	display: inline-block;
	border-radius: 50%;
	background-color: #fff;
	border: solid 7px #e6e6e6;
	box-shadow: 0 0 0 5px #fff, 0 0 0 9px #8cc63f;
	position: relative;
}

body.usage .flow-w .f .flow_chart .circle::before {
	content: "0";
	width: 25px;
	height: 44px;
	background-color: #fff;
	position: absolute;
	top: -28px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 31px;
	font-family: 'M PLUS 1p', 'メイリオ', Meiryo, sans-serif;
	text-align: center;
	font-weight: bold;
	line-height: 1;
	color: #4d4d4d;
}

body.usage .flow-w .f .flow_chart .circle.first, body.usage .flow-w .f .flow_chart .circle.second, body.usage .flow-w .f .flow_chart .circle.third, body.usage .flow-w .f .flow_chart .circle.fourth, body.usage .flow-w .f .flow_chart .circle.fifth, body.usage .flow-w .f .flow_chart .circle.sixth {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

body.usage .flow-w .f .flow_chart .circle.first {
	left: 10px;
}

body.usage .flow-w .f .flow_chart .circle.first::before {
	content: "1";
}

body.usage .flow-w .f .flow_chart .circle.second {
	left: calc(10px + 168px + 20px);
}

body.usage .flow-w .f .flow_chart .circle.second::before {
	content: "2";
}

body.usage .flow-w .f .flow_chart .circle.third {
	left: calc(10px + (168px + 20px) * 2);
}

body.usage .flow-w .f .flow_chart .circle.third::before {
	content: "3";
}

body.usage .flow-w .f .flow_chart .circle.type_a.fourth {
	left: calc(10px + (168px + 20px) * 3);
}

body.usage .flow-w .f .flow_chart .circle.type_a.fourth::before {
	content: "4";
}

body.usage .flow-w .f .flow_chart .circle.type_a.fifth {
	left: calc(10px + (168px + 20px) * 4);
}

body.usage .flow-w .f .flow_chart .circle.type_a.fifth::before {
	content: "5";
}

body.usage .flow-w .f .flow_chart .circle.type_a.sixth {
	left: calc(10px + (168px + 20px) * 5);
}

body.usage .flow-w .f .flow_chart .circle.type_a.sixth::before {
	content: "6";
}

body.usage .flow-w .f .flow_chart .circle.type_b.fourth {
	left: calc(10px + (168px + 20px) * 4);
}

body.usage .flow-w .f .flow_chart .circle.type_b.fourth::before {
	content: "4";
}

body.usage .flow-w .f .flow_chart .circle.type_b.fifth {
	left: calc(10px + (168px + 20px) * 5);
}

body.usage .flow-w .f .flow_chart .circle.type_b.fifth::before {
	content: "5";
}

body.usage .flow-w .f .flow_chart .circle.type_a {
	top: 90px;
	transform: translateY(0);
	box-shadow: 0 0 0 5px #fff, 0 0 0 9px #29abe2;
}

body.usage .flow-w .f .flow_chart .circle.type_b {
	top: inherit;
	bottom: 90px;
	transform: translateY(0);
	box-shadow: 0 0 0 5px #fff, 0 0 0 9px #fff000;
}

body.usage .flow-w .f .flow_chart .circle .text {
	font-size: 16px;
	font-weight: 700;
	font-family: 'Noto Sans JP', 'メイリオ', Meiryo, sans-serif;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	white-space: nowrap;
}

body.usage .flow-w .f .flow_chart .character {
	font-size: 32px;
	font-weight: 500;
	font-family: 'M PLUS 1p', 'メイリオ', Meiryo, sans-serif;
}

body.usage .flow-w .f .flow_chart .character.type_a {
	position: absolute;
	left: 805px;
	top: 5px;
}

body.usage .flow-w .f .flow_chart .character.type_a .emphasis {
	font-size: 44px;
	color: #008fd6;
}

body.usage .flow-w .f .flow_chart .character.type_b {
	position: absolute;
	left: 910px;
	top: 485px;
}

body.usage .flow-w .f .flow_chart .character.type_b .emphasis {
	font-size: 44px;
	color: #f15a24;
}

body.usage .flow-w .f .flow_image {
	padding-top: 25px;
	padding-bottom: 25px;
}

body.usage .question-w {
	margin-bottom: 42px;
}

@media (min-width: 576px) {
	body.usage .question-w {
		margin-bottom: 84px;
	}
}

body.usage .question-w .h {
	margin-bottom: 40px;
}

body.usage .question-w .c > .container > .description {
	margin-bottom: 42px;
	font-size: 14px;
}

@media (min-width: 576px) {
	body.usage .question-w .c > .container > .description {
		font-size: 16px;
		margin-left: 30px;
		margin-right: 30px;
	}
}

@media (min-width: 992px) {
	body.usage .question-w .c > .container > .description {
		margin-left: 220px;
		margin-right: 220px;
	}
}

@media (min-width: 1200px) {
	body.usage .question-w .c > .container > .description {
		margin-left: 250px;
		margin-right: 250px;
	}
}

body.usage .question-w .c > .container > .description .lb {
	display: block;
}

body.usage .question-w .c .w .q_and_a {
	border-top: dotted 1px #808080;
}

@media (min-width: 992px) {
	body.usage .question-w .c .w .q_and_a {
		margin-left: 140px;
		margin-right: 140px;
	}
}

@media (min-width: 1200px) {
	body.usage .question-w .c .w .q_and_a {
		margin-left: 190px;
		margin-right: 190px;
	}
}

body.usage .question-w .c .w .q_and_a .q {
	font-family: 'Noto Sans JP', 'メイリオ', Meiryo, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-top: 32px;
	padding-bottom: 32px;
	padding-left: 50px;
	position: relative;
	background-image: url("../img/mark_q.svg");
	background-size: 32px 32px;
	background-repeat: no-repeat;
	background-position: 0 center;
}

@media (min-width: 992px) {
	body.usage .question-w .c .w .q_and_a .q {
		padding-left: 85px;
		background-size: 44px 44px;
		background-position-x: 5px;
	}
}

body.usage .question-w .c .w .q_and_a .a {
	font-size: 14px;
	margin-bottom: 0;
	padding-left: 70px;
	padding-bottom: 32px;
	position: relative;
	background-image: url("../img/mark_a.svg");
	background-size: 32px 32px;
	background-repeat: no-repeat;
	background-position: 20px top;
}

@media (min-width: 576px) {
	body.usage .question-w .c .w .q_and_a .a {
		font-size: 16px;
		padding-left: 90px;
		background-position-x: 40px;
	}
}

@media (min-width: 768px) {
	body.usage .question-w .c .w .q_and_a .a {
		padding-left: 100px;
		background-position-x: 50px;
	}
}

@media (min-width: 992px) {
	body.usage .question-w .c .w .q_and_a .a {
		padding-left: 150px;
		background-size: 44px 44px;
		background-position-x: 90px;
	}
}

body.usage .question-w .c .w .q_and_a .a .lb {
	display: inline;
}

@media (min-width: 576px) {
	body.usage .question-w .c .w .q_and_a .a .lb {
		display: block;
	}
}

body.usage .question-w .c .w .q_and_a:last-child .a {
	padding-bottom: 0;
}

@media (min-width: 768px) {
	body.usage .requirements-w {
		background-image: repeating-linear-gradient(-73deg, #f7f7f5 0px, #f7f7f5 2px, #ededed 2px, #ededed 4px), repeating-linear-gradient(-73deg, #f7f7f5 0px, #f7f7f5 2px, #ededed 2px, #ededed 4px);
		background-size: 1920px 400px, 1920px 400px;
		background-repeat: repeat no-repeat, repeat no-repeat;
		background-position: center top, center 2100px;
	}
}

@media (min-width: 992px) {
	body.usage .requirements-w {
		background-image: repeating-linear-gradient(-73deg, #f7f7f5 0px, #f7f7f5 2px, #ededed 2px, #ededed 4px), repeating-linear-gradient(-73deg, #f7f7f5 0px, #f7f7f5 2px, #ededed 2px, #ededed 4px);
		background-size: 1920px 450px, 1920px 450px;
		background-repeat: repeat no-repeat, repeat no-repeat;
		background-position: center top, center 2050px;
	}
}

@media (min-width: 1200px) {
	body.usage .requirements-w {
		background-image: repeating-linear-gradient(-73deg, #f7f7f5 0px, #f7f7f5 2px, #ededed 2px, #ededed 4px), url("../img/bg_requirements_type_a.png"), repeating-linear-gradient(-73deg, #f7f7f5 0px, #f7f7f5 2px, #ededed 2px, #ededed 4px), url("../img/bg_requirements_type_b.png");
		background-size: 1920px 500px, 680px 480px, 1920px 500px, 570px 380px;
		background-repeat: repeat no-repeat, no-repeat, repeat no-repeat, no-repeat;
		background-position: center top, right 500px, center 2050px, left 2550px;
	}
}

body.usage .requirements-w > .h {
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 26px;
	position: relative;
}

@media (min-width: 768px) {
	body.usage .requirements-w > .h {
		width: 580px;
		height: 157px;
	}
}

@media (min-width: 992px) {
	body.usage .requirements-w > .h {
		width: 688px;
	}
}

@media (min-width: 768px) {
	body.usage .requirements-w > .h::before {
		content: "";
		position: absolute;
		width: 0;
		height: 0;
		right: 4px;
		top: 4px;
		border-top: 20px solid #fcee21;
		border-left: 20px solid transparent;
	}
}

body.usage .requirements-w > .h .title {
	margin-bottom: 36px;
}

@media (min-width: 768px) {
	body.usage .requirements-w > .h .title {
		padding-top: 28px;
	}
}

body.usage .requirements-w > .h .description {
	padding-bottom: 20px;
	margin-bottom: 0;
	font-size: 14px;
	text-align: center;
}

@media (min-width: 576px) {
	body.usage .requirements-w > .h .description {
		font-size: 16px;
		padding-bottom: 44px;
	}
}

body.usage .requirements-w > .c .type_a, body.usage .requirements-w > .c .type_b {
	background-color: #fff;
}

body.usage .requirements-w > .c .type_a .h h3, body.usage .requirements-w > .c .type_b .h h3 {
	font-size: 24px;
	font-weight: 500;
	font-family: 'M PLUS 1p', 'メイリオ', Meiryo, sans-serif;
	padding-top: 40px;
	padding-bottom: 28px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 28px;
	text-align: center;
	border-bottom: dotted 1px #808080;
}

@media (min-width: 576px) {
	body.usage .requirements-w > .c .type_a .h h3, body.usage .requirements-w > .c .type_b .h h3 {
		font-size: 32px;
	}
}

@media (min-width: 768px) {
	body.usage .requirements-w > .c .type_a .h h3, body.usage .requirements-w > .c .type_b .h h3 {
		width: 79.34%;
	}
}

body.usage .requirements-w > .c .type_a .h .emphasis, body.usage .requirements-w > .c .type_b .h .emphasis {
	font-size: 34px;
	color: #008fd6;
}

@media (min-width: 576px) {
	body.usage .requirements-w > .c .type_a .h .emphasis, body.usage .requirements-w > .c .type_b .h .emphasis {
		font-size: 44px;
	}
}

body.usage .requirements-w > .c .type_a .c, body.usage .requirements-w > .c .type_b .c {
	margin-bottom: 48px;
}

@media (min-width: 768px) {
	body.usage .requirements-w > .c .type_a .c, body.usage .requirements-w > .c .type_b .c {
		padding-left: 120px;
		padding-right: 120px;
	}
}

@media (min-width: 992px) {
	body.usage .requirements-w > .c .type_a .c, body.usage .requirements-w > .c .type_b .c {
		padding-left: 180px;
		padding-right: 90px;
	}
}

body.usage .requirements-w > .c .type_a .c h4, body.usage .requirements-w > .c .type_b .c h4 {
	margin-bottom: 16px;
}

body.usage .requirements-w > .c .type_a .c p, body.usage .requirements-w > .c .type_a .c small, body.usage .requirements-w > .c .type_b .c p, body.usage .requirements-w > .c .type_b .c small {
	font-size: 14px;
	margin-bottom: 22px;
}

@media (min-width: 576px) {
	body.usage .requirements-w > .c .type_a .c p, body.usage .requirements-w > .c .type_a .c small, body.usage .requirements-w > .c .type_b .c p, body.usage .requirements-w > .c .type_b .c small {
		font-size: 16px;
	}
}

body.usage .requirements-w > .c .type_a .c p:last-child, body.usage .requirements-w > .c .type_a .c small:last-child, body.usage .requirements-w > .c .type_b .c p:last-child, body.usage .requirements-w > .c .type_b .c small:last-child {
	margin-bottom: 0;
}

body.usage .requirements-w > .c .type_a .c p .lb, body.usage .requirements-w > .c .type_a .c small .lb, body.usage .requirements-w > .c .type_b .c p .lb, body.usage .requirements-w > .c .type_b .c small .lb {
	display: block;
}

body.usage .requirements-w > .c .type_a .f, body.usage .requirements-w > .c .type_b .f {
	margin-bottom: 82px;
	text-align: center;
}

body.usage .requirements-w > .c .type_a {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

@media (min-width: 992px) {
	body.usage .requirements-w > .c .type_a {
		width: 920px;
	}
}

body.usage .requirements-w > .c .type_a .h::before {
	content: "";
	width: 100%;
	height: 14px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: linear-gradient(25deg, #86bc43 0%, #86bc43 52%, #639F26 52%, #639F26 65%, #498615 65%, #498615 100%);
}

body.usage .requirements-w > .c .type_b {
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 992px) {
	body.usage .requirements-w > .c .type_b {
		width: 920px;
	}
}

body.usage .requirements-w > .c .type_b .h::before {
	content: "";
	width: 100%;
	height: 14px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: linear-gradient(25deg, #EEE93A 0%, #EEE93A 52%, #DED50D 52%, #DED50D 65%, #CFC303 65%, #CFC303 100%);
}

/*#inquiry フォームのスタイル*/
#inquiry input[type*="text"], #inquiry input[type*="email"], #inquiry input[type*="password"], #inquiry input[type*="number"] {
	border-radius: 0;
	border: solid 1px #666;
	height: 40px;
}

#inquiry input[type="number"] {
	appearance: textfield;
	-moz-appearance: textfield;
}

#inquiry input[type="number"]::-webkit-outer-spin-button,
#inquiry input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

#inquiry textarea {
	border-radius: 0;
	border: solid 1px #666;
	height: 202px;
}

#inquiry label {
	display: block;
}

#inquiry .required {
	color: #0073ba;
}

#inquiry .buttons .hide {
	display: none;
}

#inquiry .buttons .appear {
	display: block;
}

#inquiry .buttons .btn {
	border: solid 3px #ccc;
	border-radius: 14px;
	width: 160px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	font-family: 'Noto Sans JP', 'メイリオ', Meiryo, sans-serif;
	height: 34px;
	position: relative;
}

#inquiry .buttons .btn .text {
	position: absolute;
	left: 50%;
	top: 45%;
	transform: translate(-50%, -50%);
}

#inquiry .buttons .confirm .btn.confirm {
	border-color: #3fa9f5;
}

#inquiry .buttons .submit .btn.submit {
	border-color: #8CC63F;
}

#inquiry .form-group input[name*="name"] {
	width: 100%;
}

@media (min-width: 992px) {
	#inquiry .form-group input[name*="name"] {
		width: 330px;
	}
}

#inquiry .form-group input[name*="email"] {
	width: 100%;
}

@media (min-width: 992px) {
	#inquiry .form-group input[name*="email"] {
		width: 330px;
	}
}

#inquiry .form-group input[name*="tel"] {
	width: 100%;
}

@media (min-width: 992px) {
	#inquiry .form-group input[name*="tel"] {
		width: 330px;
	}
}

#inquiry .form-group input[name*="postcode"] {
	width: 140px;
	display: inline;
}

#inquiry .form-group input[name*="address"] {
	width: 100%;
}

@media (min-width: 992px) {
	#inquiry .form-group input[name*="address"] {
		width: 444px;
	}
}

#inquiry .form-group input[name*="building"] {
	width: 100%;
}

@media (min-width: 992px) {
	#inquiry .form-group input[name*="building"] {
		width: 444px;
	}
}

#inquiry .form-group textarea[name*="content"] {
	width: 100%;
}

@media (min-width: 992px) {
	#inquiry .form-group textarea[name*="content"] {
		width: 444px;
	}
}

#inquiry .form-control[disabled] {
	border: solid 1px #ced4da;
}

#inquiry .form-control.error {
	outline: solid 3px #f19da3;
	border: none !important;
}

#inquiry label.error {
	margin-top: 4px;
	color: #dd0b1b;
}

#inquiry #output .text {
	background-image: linear-gradient(0deg, transparent 0%, transparent 10%, #bce81f 10%, #bce81f 30%, transparent 30%, transparent 100%);
}

/*# sourceMappingURL=style.css.map */





/* 2024-09-13：LINEボタン設置 */
body{
	position:relative;
	font-family: sans-serif;
}

footer .footer_bottom {
	margin-bottom:60px;
}
@media (min-width: 768px) {
	footer .footer_bottom {
		margin-bottom:0;
	}
}

footer .footer_top .scroll_top {
	bottom: 100px;
	right: 5px;
}
@media (min-width: 768px) {
	footer .footer_top .scroll_top {
		bottom: 40px;
		right: 40px;
	}
}

/*　Floatingメニュー　*/
.floating {
  z-index: 700;
  position:fixed;
  right: 0;
  bottom:0;
	width:100%;
  height: 64px;
	/*border-radius:16px;*/
	border:2px solid #06c755;
	background-color: #fff;
}
.floating a {
	width:100%;
	text-decoration: none;
}
.floating_line {
  display:flex;
	align-items: center;
	justify-content:space-between;
}
.floating_line-text {
	width:100%;
	padding-left:1em;
	font-weight:600;
  color:#06c755;
}
.floating_line-text span {
	display: block;
  color:#000;
}
.floating_line-icon {
	background-color:#06c755;
}
.floating_line-icon img {
  max-width:62px;
	margin:0 0 0 auto;
	text-align: right;
}
@media (min-width: 768px) {
	.floating {
		right:25px;
		bottom:140px;
		width:22em;
		height: 62px;
		border-radius:16px;
		border:1px solid #06c755;
	}
	.floating:hover img {
		opacity:1;
	}
	.floating a {
		display:block;
		width:100%;
		text-decoration: none;
		transition: all .4s;
	}
	.floating a:hover {
		border-radius:12px;
		background-color:#06c755;
	}
	.floating a:hover .floating_line-text,
	.floating a:hover .floating_line-text span {
		color:#fff;
	}
	.floating_line-text {
		padding-left:.75em;
	}
	.floating_line-icon {
		background-color:transparent;
	}
	.floating_line-icon img:hover {
		opacity:1;
	}
}