@charset "utf-8";
/* CSS Document */
* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

body {
	margin: 0;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 18px;
	color: #333;
	line-height: 1;
}
ul {
	list-style: none;
}
a {
	text-decoration: none;
}
p {
	line-height: 1.8;
}

figure img {
	display: block;
}
img {
	display: block;
	margin: auto;
}
main {
	display: block;
}


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

.br_hidden{
	display: none;
}
.main_read {
	margin-bottom: 60px;
}
div#main {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 700px;
	background-color: #e0dac3;
	text-align: center;
}
div#main div {
	margin-bottom: 20px;
}
div#main a {
	color: #0a5990;
}
.main_read small {
	display: block;
	font-size: 50px;
	line-height: 90px;
}
@media screen and (min-width: 1100px) {
	.wrap_tmp,
	.appeal_inner {
		width: 1100px;
		min-width: 1100px;
		margin: 0 auto;
	}
	.ws {
		width: 1100px;
		min-width: 1100px;
		margin: 0 auto;
	}
}
.wrapper {
	position: relative;
}
section {
	padding: 100px 0;
}
footer {
	padding: 0;
}
footer .copyRight {
	font-size: 14px;
	padding: 13px 0;
	margin: 0;
	background-color: #333333;
	color: #747474;
	text-align: center;
	display: block;
}
#page_top{
	width: 62px;
	height: 62px;
	position: fixed;
	bottom: 55px;
	background: #333333;
	right: 50px;
	border-radius: 50%;
	display: none;
}
#page_top a{
	position: relative;
	display: block;
	width: 62px;
	height: 62px;
	text-decoration: none;
}
#page_top a::before{
	content: '\f106';
	font-family: 'FontAwesome';
	font-weight: bold;
	background-repeat: no-repeat;
	font-size: 38px;
	color: #fff;
	position: absolute;
	bottom: 23%;
	left: 19px;
}
.ws {
	padding: 38px 0 44px 0;
	background-color: #ffffff;
}
.link_list {
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.link_list li:first-child {
	border-left: 6px solid #333333;
	padding-left: 6px;
	height: 12px;
	margin-right: 46px;
}
.link_list li {
	margin-right: 26px;
}
.link_list a::before {
	content: '\f106';
	font-family: 'FontAwesome';
	font-weight: bold;
	font-size: 16px;
	margin-right: 4px;
	margin-top: -4px;
}
.link_list .company_link::before {
	display: none;
}
.link_list .company_link::after {
	margin-left: 10px;
	content:"";
	display:inline-block;
	width: 14px;
	height: 12px;
	background:url(/wp-content/themes/linebot-lp/assets/img/company.svg) no-repeat;
	background-size:contain;
}
.company_link {
	color: #333333;
}
.ws ul {
	display: flex;
}
.ws ul a {
	display: flex;
	align-items: center;
	color: #333333;
}
h2.ttl {
	font-size: 36px;
	margin-bottom: 50px;
	text-align: center;
}
.h_icon {
	margin-bottom: 20px;
	display: block;
}
.h_icon img {
	display: inline-block;
}
.information::-webkit-scrollbar {
	width: 10px;
}
.information::-webkit-scrollbar-track{
	background: #e7e7e7;
	border: none;
}
.information::-webkit-scrollbar-thumb{
	background: #666666;
	box-shadow: none;
}


/*----------------------*/
/*--------aside---------*/
/*----------------------*/

.appeal_inner {
	padding: 70px 0;
}
.tmp_appeal .ttl {
	color: #ffffff;
	font-size: 70px;
	padding: 110px 0 20px 0;
}
.tmp_appeal .ttl .font30 {
	font-size: 30px;
	display: block;
}
.btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	background-color: #29be63;
	border-bottom: 6px solid #d5d5d5;
	border-radius: 8px;
	height: 110px;
	width: 460px;
	background-color: #ffffff;
}
.btn_center {
	width:100%;
	margin:auto;
}
.tmp_appeal .btn {
	height: 110px;
	margin-right: 30px;
	width: 370px;
	padding: 20px;
}
.btn_white:hover {
	opacity: .9;
}
.tmp_appeal .btn_white:before {
	margin-right: 18px;
	content:"";
	display:inline-block;
	width: 6em;
	height: 4em;
	background:url(/wp-content/themes/linebot-lp/assets/img/aside_btn_icon.png) no-repeat;
	background-size:contain;
}
.btn_orange {
	border-bottom: 6px solid #f07100;
	background-color: #ff9000;
	margin-bottom: 30px;
}
.tmp_appeal .btn_orange {
	width: 600px;
	margin-right: 0;
}
.btn_orange:hover {
	background-color: #ffb400;
}
.tmp_appeal .ttl_small {
	font-size: 22px;
}
.tmp_appeal .under_yellow {
	margin-bottom: 28px;
	position: relative;
	font-size: 50px;
	display: inline-block;
}
.tmp_appeal .under_yellow:before {
	position: absolute;
	bottom: -16px;
	content: '';
	display: inline-block;
	background: linear-gradient(transparent 50%, #fff10f 50%);
	width: 41rem;
	left: 2rem;
	height: 1.2rem;
}
.tmp_appeal .ttl_last {
	font-size: 40px;
}
.tmp_appeal {
	background-image: url(/wp-content/themes/linebot-lp/assets/img/aside_bg.png);
	background-size: cover;
	background-position: center;
}
.aside_ttl {
	font-weight: bold;
	line-height: 46px;
	margin: 0 0 30px 0;
	color: #ffffff;
	text-align: center;
}
.aside_ttl span {
	display: block;
}
.btn_fx {
	display: flex;
	justify-content: center;
}


/*----------------------*/
/*---sec1 main_visual---*/
/*----------------------*/

.ttl_sm {
	display: none;
}
.sec1 {
	background-image: url(/wp-content/themes/linebot-lp/assets/img/sec1_bg.png);
	background-size: cover;
	background-position: center;
	padding: 30px 0 0 0;
	position: relative;
}
.wrap1.wrap_tmp {
	display: flex;
}
.sec1 .logo {
	display: block;
	width: 80%;
	margin: 20px auto;
}
.main_visual {
	color: #ffffff;
	/*margin-right: 50px;*/
	margin: auto;
}
.main_visual .btn_white {
	margin-bottom: 20px;
}
.main_visual h1 {
	margin-bottom: 20px;
	font-size: 24px;
	color: #ffffff;
	line-height: 30px;
	text-align: center;
}
.main_visual .ttl-small {
	/*margin-bottom: 8px;*/
	font-size: 20px;
	display: block;
}

/*----------------------*/
/*--sec2 whats_linebot--*/
/*----------------------*/

.sec2 {
	padding: 30px 0;
	background-color: #56aadf;
	background-image: url(/wp-content/themes/linebot-lp/assets/img/sec2_bg.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left bottom;
}
.wrap2 {
	display: flex;
}
.whats_linebot {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: left;
	color: #ffffff;
	margin-left: 18px;
	max-width: 65%;
}
.whats_linebot .ttl {
	text-align: left;
}
.whats_discription {
	line-height: 2;
	margin: 0;
}
.whats_discription .under_yellow {
	border-bottom: 3px solid #fff600;
}
.body_1 {
	display: block;
	margin-bottom: 50px;
}
.body_2 {
	display: block;
	margin-bottom: 26px;
}
.quiz_img {
	margin-bottom: -30px;
	margin-left: -80px;
}


/*----------------------*/
/*---sec3 application---*/
/*----------------------*/

.application {
	display: flex;
}
.application p {
	margin: 18px 0 0 0;
	font-size: 16px;
	text-align: justify;
	letter-spacing: -1px;
}
.app_contents {
	margin: 0 40px 0 0;
}
.app_contents:last-child {
	margin: 0 0 0 0;
}
.balloon_svg {
	display: block;
	margin-bottom: -38px;
	position: relative;
}
.balloon_svg img {
	display: block;
}


/*-------------------------*/
/*sec4 service_characteric*/
/*-------------------------*/

.before_radius img {
	width: 100%;
}
.sec4 {
	background-color: #f5f5f5;
}
.service_characteric {
	display: flex;
	justify-content: space-between;
	background-color: #ffffff;
	padding: 36px;
	margin-bottom: 50px;
	border-radius: 8px;
}
.service_characteric dl {
	flex: 1;
}
.wrap4.wrap_tmp .service_characteric:first-of-type {
	padding: 36px 10px 36px 36px;
}
.wrap4.wrap_tmp .service_characteric:first-of-type dl {
	margin-right: 14px;
}
.wrap4.wrap_tmp .service_characteric:nth-last-of-type(3) {
	padding: 36px 10px 36px 36px;
}
.wrap4.wrap_tmp .service_characteric:nth-last-of-type(3) dl {
	/*margin-right: 14px;*/
	margin-right: 36px;
    margin-left: 14px;
}
.wrap4.wrap_tmp .service_characteric:nth-last-of-type(2) {
	padding: 36px 10px 36px 36px;
}
.wrap4.wrap_tmp .service_characteric:nth-last-of-type(2) dl {
	/*margin-left: 14px;*/
	margin-right: 36px;
    margin-left: 14px;
}
.wrap4.wrap_tmp .service_characteric:last-of-type {
	padding: 36px 10px 36px 36px;
	margin-bottom: 0;
}
.wrap4.wrap_tmp .service_characteric:last-of-type dl {
	/*margin-right: 14px;*/
	margin-right: 36px;
    margin-left: 14px;
}
.mt_regulation {
	margin-top: -36px;
}
.mt_regulation2 {
	margin-top: -16px;
	margin-left: -6px;
}
.mt_regulation3 {
	margin-top: -20px;
	margin-right: -36px;
}
.mt_regulation4 {
	margin-top: -16px;
	margin-left: -6px;
}
.service_characteric dt {
	display: flex;
	align-items: center;
	font-size: 30px;
	margin-bottom: 22px;
}
.service_characteric dd {
	line-height: 2;
	text-align: justify;
}
.service_characteric .under_yellow {
	font-weight: bold;
	background: linear-gradient(transparent 76%, #fff10f 70%);
	display: inline;
	line-height: 1.6;
}
.before_radius {
	min-width: 100px;
	max-width: 100px;
	height: 100px;
	margin-right: 18px;
}
span.quiz_img.sm {
	display: none;
}


/*-------------*/
/*sec5 results*/
/*-------------*/

.sec5 {
	padding: 70px 0 70px 0;
}
.results {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.results_list {
	width: calc(100% / 3 - 14px);
	margin-bottom: 20px;
}
.results_list a {
	padding: 20px;
	border: 1px solid #e7e7e7;
	display: block;
	color: #ff9000;
}
.results_list a:hover {
	opacity: .6;
}
.results_list .catch_phrase {
	font-weight: bold;
	line-height: 1.4;
	display: block;
	margin-bottom: 14px;
}
.document_request {
	display: flex;
	justify-content: center;
}


/*----------------*/
/*sec6 information*/
/*----------------*/

.sec6 {
	background-color: #f5f5f5;
}
.sec6 h2.ttl {
	margin-bottom: 28px;
}
.wrap6.wrap_tmp {
	width: 810px;
	min-width: 810px;
	margin: 0 auto;
}
.information dd {
	line-height: 28px;
}
.information {
	padding: 0 28px 0 0;
	background-color: #ffffff;
	max-height: 316px;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
.information_box {
	position: relative;
	padding: 26px 30px 26px 26px;
	background-color: #ffffff;
	border: 1px solid #e7e7e7;
}
.information dl {
	padding-bottom: 20px;
	margin-bottom: 18px;
	border-bottom: 1px solid #e7e7e7;
}
.information dl:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
.information dt {
	font-weight: bold;
	font-size: 14px;
	color: #26ce03;
	margin-bottom: 10px;
}
input[type="radio"] {
	display: none;
}


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

.wpcf7-list-item.first label {
	margin-right: 30px;
	position: relative;
}
.wpcf7-list-item.last label {
	position: relative;
}
.sec7 {
	background-color: #e0dac3;
}
.wrap7.wrap_tmp {
	width: 810px;
	min-width: 810px;
	margin: 0 auto;
}
.input_err {
	display: none;
}
.sec7 table , .sec7 th, .sec7 td {
	border-collapse: collapse;
}
.sec7 table {
	margin-bottom: 16px;
}
.sec7 th {
	width: 272px;
	padding: 28px 20px 28px 26px;
	background-color: #f5f5f5;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-left: 1px solid #e9e9e9;
	border-top: 1px solid #e9e9e9;
}
.sec7 td {
	width: 540px;
	padding: 0 20px 0 20px;
	background-color: #ffffff;
	border: 1px solid #e9e9e9;
}
tr.inqury {
	border-bottom: 1px solid #e9e9e9;
}
.requird {
	width: 54px;
	height: 22px;
	font-size: 12px;
	color: #ffffff;
	background-color: #ff2323;
	display: flex;
	align-items: center;
	justify-content: center;
}
.input_flex input[type="text"] {
	width: 392px;
	padding: 8px 16px;
}
.input_flex input[type="email"] {
	width: 392px;
	padding: 8px 16px;
}
.input_flex input {
	border: 1px solid #e9e9e9;
	outline: none;
	font-size: 16px;
	color: #333333;
}
.input_flex label:before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	margin-right: 8px;
	margin-bottom: -3px;
	border: 1px solid #eaeaea;
}
.wpcf7-list-item label {
	cursor: pointer;
}
.input_flex input:checked + .wpcf7-list-item-label::after{
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #333333;
	position: absolute;
	left: 4px;
	top: 6px;
}
.input_flex select {
	width: 392px;
	padding: 8px 16px;
	border: 1px solid #e9e9e9;
	outline: none;
}
input[type="radio"]:checked span.radio01-parts::before {
	background-color: #eaeaea;
}
input[type="radio"] > span.select_type::before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	margin-right: 8px;
	background-color: #eaeaea;
	position: absolute;
	top: 13px;
	left: 10px;
}
.sec7 textarea {
	padding: 20px;
	width: 100%;
	height: 140px;
	resize: none;
	border: 1px solid #e9e9e9;
	outline: none;
	font-size: 16px;
	color: #333333;
}
.sec7 .inqury th {
	padding: 28px 20px 138px 26px;
}
.sec7 .inqury td {
	padding: 20px;
}
.designation {
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 38px;
}
.input.input-form {
	margin-bottom: 20px;
}
.send_btn.btn.btn_orange {
	margin: 0 auto;
}
.pc_block {
	display: block;
}
.sm_block {
	display: none;
}
.brpc_none {
	display: none;
}
input.wpcf7-form-control.wpcf7-submit.send_btn.btn.btn_orange {
	background-image: url(/wp-content/themes/linebot-lp/assets/img/send_btn.png);
	background-repeat: no-repeat;
	background-position: center;
	outline: none;
	border-right: 0;
	border-top: 0;
	border-left: 0;
	width: 370px;
	cursor: pointer;
}
span.wpcf7-not-valid-tip {
	color: #ff2323;
	font-size: 14px;
	margin-top: 10px;
	display: block;
}
.screen-reader-response ul li,
.screen-reader-response ul li a,
.wpcf7-response-output.wpcf7-validation-errors {
	display: none;
}
.screen-reader-response {
	display: none;
}
.wpcf7-response-output.wpcf7-mail-sent-ok {
	text-align: center;
	margin-top: 40px;
	font-weight: bold;
}
.service_characteric.flex_r {
	flex-direction: row-reverse;
}

@media screen and (max-width: 1190px) {
	.wrapper {
		overflow: hidden;
	}
	.wrap_tmp {
		padding: 0 30px;
	}
	.appeal_inner {
		padding: 70px 30px;
	}
	.btn {
		width: 100%;
	}
	img {
		width: 100%;
	}
	.h_icon img {
		width: auto;
	}
	.btn img {
		width: auto;
	}
	.send_btn.btn.btn_orange {
		width: 460px;
	}
	.quiz_img {
		width: 100%;
		position: relative;
	}
	.quiz_img img {
		position: absolute;
		bottom: -50px;
	}
	.mt_regulation3 {
		margin-right: -28px;
	}
	.whats_discription {
		font-size: 16px;
	}
	.service_characteric dt {
		font-size: 26px;
	}
	.app_contents {
		margin: 0 20px 0 0;
		width: 100%;
	}
	.wrap4.wrap_tmp .service_characteric:first-of-type {
		padding: 36px 10px 10px 16px;
	}
	.wrap4.wrap_tmp .service_characteric:nth-last-of-type(3) {
		padding: 16px 0 20px 36px;
	}
	.wrap4.wrap_tmp .service_characteric:nth-last-of-type(2) {
		padding: 36px 16px 12px 0;
	}
	.wrap4.wrap_tmp .service_characteric:last-of-type {
		padding: 16px 0 20px 36px;
		margin-bottom: 0;
	}
	.service_characteric dd {
		font-size: 16px;
	}
	.information dd {
		font-size: 16px;
	}
	.ws {
		padding: 38px 20px 44px 20px;
	}
	.main_visual {
		/*margin-right: 30px;*/
		margin-left: 0px;
		width: 45%;
	}
	.sec2 {
		background-position: -224px bottom;
		padding: 80px 0;
	}
	.tmp_appeal .btn {
		padding: 0 20px;
	}
	.whats_linebot {
		padding-left: 120px;
	}
}
@media screen and (max-width: 1100px) {
	.sec1 {
		padding: 70px 0 50px 0;
	}
	.sm_hand {
		position: absolute;
		bottom: 0;
		right: 0;
		/*width: 45%;*/
		width: 550px;
	}
	.br_hidden {
		display: block;
	}
}
@media screen and (max-width: 1040px) {
	.service_characteric br {
		display: none;
	}
}
@media screen and (max-width: 1000px) {
	.quiz_img {
		min-width: 334px;
	}

	/* footer */
	.link_list li {
		margin-right: 20px;
	}
	.link_list li:first-child {
		width: auto;
	}
	.link_list li:nth-child(5) {
		width: 163px;
		margin-left: 99px;
		margin-top: 14px;
	}
	.link_list li:nth-child(6) {
		width: 180px;
		margin-top: 14px;
	}
	.link_list li {
		margin-right: 0;
		border-bottom: 1px solid #dadada;
		border-top: none;
	}
	.link_list a {
		font-size: 14px;
	}
	.link_list li:first-child {
		display: none;
	}
	.link_list li:nth-child(5) {
		width: auto;
		margin-left: 0;
		margin-top: 0;
	}
	.link_list li:nth-child(6) {
		width: auto;
		margin-top: 0;
	}
	.link_list {
		display: block;
	}
	.ws ul {
		border-top: 1px solid #dadada;
		display: block;
		flex-wrap: nowrap;
	}
	.ws {
		padding: 0 0 64px 0;
	}
	.ws ul a {
		padding: 3%;
		display: flex;
		justify-content: space-between;
	}
	.company_link {
		border-bottom: 1px solid #dadada;
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		padding: 3%;
		min-width: unset;
	}
	.link_list a::before {
		display: none;
	}
	.link_list ul a::after {
		content: '\f105';
		font-family: 'FontAwesome';
		font-weight: bold;
		font-size: 20px;
		margin-right: 4px;
		margin-top: -4px;
	}
}
@media screen and (max-width: 970px) {
	.main_visual {
		/*margin-right: 0;*/
		display: none;
	}
	.whats_linebot .ttl {
		text-align: center;
	}
	#page_top {
		margin-bottom: 23px;
	}
	.sm_hand.sm_block img {
		width: 100%;
		margin: 0 auto;
	}
	.sec1 .logo {
		display: none;
	}
	.ttl_pc {
		display: none;
	}
	.ttl_sm {
		letter-spacing: 5px;
		padding: 0 3%;
		margin-bottom: 16px;
		font-size: 30px;
		color: #ffffff;
		line-height: 1.5;
		display: block;
		text-align: center;
	}
	.ttl_sm span.ttl-small {
		margin-bottom: 8px;
		font-size: 20px;
		display: block;
	}
	span.quiz_img.pc {
		display: none;
	}
	span.quiz_img.sm {
		margin-bottom: 0;
		display: block;
	}
/*	.ws ul {
		flex-wrap: wrap;
	}
	.link_list li {
		margin-right: 20px;
	}
	.link_list li:first-child {
		width: auto;
	}
	.link_list li:nth-child(5) {
		width: 163px;
		margin-left: 99px;
		margin-top: 14px;
	}
	.link_list li:nth-child(6) {
		width: 180px;
		margin-top: 14px;
	}
	.company_link {
		min-width: 95px;
	}*/
	.btn_layout {
		padding: 0 3%;
		width: 100%;
		margin: auto;
	}
	.sm_hand {
		width: 100%;
		position: static;
	}
	.pc_block {
		display: none;
	}
	.sm_block {
		align-self: flex-end;
		display: block;
	}
	.sm_block .btn_white {
		margin-bottom: 20px;
	}
	.sec2 {
		background-image: unset;
		background-position: bottom;
		padding: 50px 0 0 0;
	}
	.wrap2.wrap_tmp {
		padding: 0;
	}
	.wrap2 {
		flex-direction: column-reverse;
	}
	.quiz_img img {
		width: 100%;
		position: static;
		margin: 0 auto;
	}
	.quiz_img {
		margin-left: 0;
		min-width: unset;
	}
	.whats_linebot {
		margin-left: 0;
		padding: 0 3%;
		max-width: 100%;
	}
}
@media screen and (max-width: 900px) {
	.results_list .catch_phrase {
		font-size: 1.8vw;
	}
	.main_visual .btn {
		padding: 0 20px;
	}
	.tmp_appeal .btn_white img {
		width: 100%;
	}
	.tmp_appeal .btn_white:before {
		width: 10vw;
		height: 6vw;
	}
	.service_characteric dd {
		font-size: 1.7vw;
	}
}
@media screen and (max-width: 870px) {
	.wrap4.wrap_tmp .service_characteric:first-of-type {
		padding: 40px 30px;
		flex-direction: column;
	}
	.wrap4.wrap_tmp .service_characteric:nth-last-of-type(3) {
		padding: 40px 30px;
		flex-direction: column;
	}
	.wrap4.wrap_tmp .service_characteric:nth-last-of-type(2) {
		padding: 40px 30px;
		flex-direction: column;
	}
	.wrap4.wrap_tmp .service_characteric:last-of-type {
		padding: 40px 30px;
		flex-direction: column;
	}
	.mt_regulation {
		margin-top: 0;
	}
	.mt_regulation2 {
		margin-top: 0;
		margin-left: 0;
	}
	.mt_regulation3 {
		margin-top: 0;
		margin-right: 0;
	}
	.mt_regulation4 {
		margin-top: 0;
		margin-left: 0;
	}
	.mt_regulation img {
		margin: 0 auto;
		width: auto;
	}
	.mt_regulation2 img {
		margin: 0 auto;
		width: auto;
	}
	.mt_regulation3 img {
		margin: 0 auto;
		width: auto;
	}
	.mt_regulation4 img {
		margin: 0 auto;
		width: auto;
	}
	.service_characteric dd {
		font-size: 17px;
	}
	.wrap4.wrap_tmp .service_characteric:first-of-type dl {
		margin-right: 0;
		margin-left: 0;
	}
	.wrap4.wrap_tmp .service_characteric:nth-last-of-type(3) dl {
		margin-right: 0;
		margin-left: 0;
	}
	.wrap4.wrap_tmp .service_characteric:nth-last-of-type(2) dl {
		margin-right: 0;
		margin-left: 0;
	}
	.wrap4.wrap_tmp .service_characteric:last-of-type dl {
		margin-right: 0;
		margin-left: 0;
	}
	.service_characteric dl {
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 820px) {
	.wrap6.wrap_tmp {
		width: auto;
		min-width: inherit;
	}
	.wrap7.wrap_tmp {
		width: auto;
		min-width: inherit;
	}
	.application p {
		font-size: 2.0vw;
	}
	.tmp_appeal .ttl_small {
		font-size: 20px;
	}
	.tmp_appeal .under_yellow {
		font-size: 42px;
	}
	.tmp_appeal .ttl_last {
		font-size: 32px;
	}
	.tmp_appeal .under_yellow:before {
		width: 34rem;
	}
}
@media screen and (max-width: 768px) {
	.service_characteric .service_ttl {
		display: block;
	}
	.wrap4.wrap_tmp .service_characteric:first-of-type {
		padding: 20px;
	}
	.wrap4.wrap_tmp .service_characteric:nth-last-of-type(3) {
		padding: 20px;
	}
	.wrap4.wrap_tmp .service_characteric:nth-last-of-type(2) {
		padding: 20px;
	}
	.wrap4.wrap_tmp .service_characteric:last-of-type {
		padding: 20px;
	}
	.ttl_sm {
		letter-spacing: 0;
	}
	.sec5 {
		padding: 50px 0;
	}
	.results_list a {
		padding: 10px;
	}
	#page_top {
		margin-bottom: 0;
	}
	.btn {
		height: 80px;
	}
	.sec7 th {
		padding: 16px 20px;
	}
	.input.input-form {
		margin-bottom: 0px;
	}
	h2.ttl {
		margin-bottom: 30px;
	}
	section {
		padding: 50px 0;
	}
	.sec1 {
		padding: 50px 0;
	}
	.body_1 {
		margin-bottom: 24px;
	}
	.body_2 {
		margin-bottom: 24px;
	}
	.tmp_appeal {
		padding: 0 3%;
	}
	.application {
		display: block;
	}
	.app_contents {
		margin: 0;
	}
	.application p {
		font-size: 18px;
		width: 340px;
		margin: 18px auto 50px;
	}
	.app_contents:last-of-type p {
		font-size: 18px;
		width: 340px;
		margin: 18px auto 0;
	}
	.application figure img {
		display: block;
		margin: 0 auto;
		width: auto;
	}
	.balloon_svg img {
		margin: 0 auto;
		width: 339px;
	}
	.wrap_tmp {
		padding: 0 3%;
	}
	.results_list {
		width: calc(100% / 2 - 10px);
		margin-bottom: 30px;
	}
	.results_list .catch_phrase {
		font-size: 18px;
	}
	.btn_fx {
		display: block;
	}
	.tmp_appeal .btn_white img {
		width: auto;
	}
	.tmp_appeal .btn {
		height: 80px;
		width: 100%;
		margin: 0 auto;
	}
	.tmp_appeal .btn_white:before {
		width: 4em;
		height: 3em;
	}
	.tmp_appeal .btn.btn_white {
		margin-bottom: 20px;
	}
	.sec7 tr {
		display: block;
	}
	.sec7 .inqury th {
		padding: 18px 20px;
	}
	.sec7 td {
		display: block;
		padding: 20px 20px;
	}
	.sec7 table, .sec7 td, .sec7 th {
		width: 100%;
	}
	.sec7 tbody {
		width: 100%;
		display: block;
	}
/*	.link_list li {
		margin-right: 0;
		border-bottom: 1px solid #dadada;
		border-top: none;
	}
	.link_list a {
		font-size: 14px;
	}
	.link_list li:first-child {
		display: none;
	}
	.link_list li:nth-child(5) {
		width: auto;
		margin-left: 0;
		margin-top: 0;
	}
	.link_list li:nth-child(6) {
		width: auto;
		margin-top: 0;
	}
	.link_list {
		display: block;
	}
	.ws ul {
		border-top: 1px solid #dadada;
		display: block;
		flex-wrap: nowrap;
	}
	.ws {
		padding: 0 0 64px 0;
	}
	.ws ul a {
		padding: 3%;
		display: flex;
		justify-content: space-between;
	}
	.company_link {
		border-bottom: 1px solid #dadada;
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		padding: 3%;
		min-width: unset;
	}
	.link_list a::before {
		display: none;
	}
	.link_list ul a::after {
		content: '\f105';
		font-family: 'FontAwesome';
		font-weight: bold;
		font-size: 20px;
		margin-right: 4px;
		margin-top: -4px;
	}*/
	.appeal_inner {
		padding: 50px 0%;
	}
	.brpc_none {
		display: block;
	}
	.designation {
		font-size: 16px;
		line-height: 1.8;
	}
	.link_list li:first-child::before{
		content: '';
		display: inline-block;
		background: #333333;
		height: 22px;
		width: 6px;
		margin-right: 6px;
		margin-bottom: -3px;
	}
	.input_flex input[type="text"] {
		width: 100%;
	}
	.input_flex input[type="email"] {
		width: 100%;
	}
	.input_flex select {
		font-size: 20px;
		width: 100%;
	}
	.sec7 td {
		border-bottom: none;
	}
	#page_top {
		width: 56px;
		height: 56px;
		right: 10px;
	}
	#page_top a {
		width: 56px;
		height: 56px;
	}
	#page_top a::before {
		bottom: 22%;
		left: 16px;
	}
	.aside_ttl {
		line-height: 1.8;
	}
	.input_flex input:checked + .wpcf7-list-item-label::after {
		top: 3px;
	}
}
@media screen and (max-width: 682px) {
	.tmp_appeal .ttl_small {
		font-size: 3.8vw;
	}
	.tmp_appeal .under_yellow {
		font-size: 5.6vw;
		background: linear-gradient(transparent 76%, #fff10f 70%);
		display: inline;
	}
	.tmp_appeal .ttl_last {
		font-size: 4.5vw;
	}
	.tmp_appeal .under_yellow:before {
		display: none;
	}
	.results_list .catch_phrase {
		font-size: 3vw;
	}
}
@media screen and (max-width: 630px) {
	.ttl_sm {
		line-height: 1.2;
		font-size: 4.4vw;
	}
	.ttl_sm span.ttl-small {
		font-size: 3.6vw;
	}
}
@media screen and (max-width: 600px) {
	.main_visual h1 {
		font-size: 4vw;
		line-height: 26px;
	}
	.main_visual .ttl-small {
		font-size: 3vw;
	}
}
@media screen and (max-width: 480px) {
	.balloon_svg img {
		width: 80%;
	}
	.before_radius img {
		width: 100px;
	}
	.designation {
		font-size: 3.1vw;
	}
	.send_btn.btn.btn_orange {
		width: 100%;
	}
	.mt_regulation img {
		width: 90%;
	}
	.mt_regulation2 img {
		width: 90%;
	}
	.mt_regulation3 img {
		width: 90%;
	}
	.mt_regulation4 img {
		width: 90%;
	}
	.service_characteric dt {
		display: block;
	}
	.before_radius img {
		margin: 0 auto;
	}
	.results_list {
		width: calc(100% / 2 - 4px);
	}
	h2.ttl {
		font-size: 6.5vw;
	}
}
@media screen and (max-width: 420px) {
	.btn_layout .btn_white img {
		width: 62%;
		padding: 0 20px;
	}
	.btn_layout .btn_orange img {
		width: 84%;
		padding: 0 20px;
	}
	.tmp_appeal .btn_white img {
		width: 62%;
	}
	.tmp_appeal .btn.btn_orange img {
		width: 90%;
	}
	.tmp_appeal .btn_white:before {
		min-width: 60px;
		height: 60px;
	}
}
@media screen and (max-width: 400px) {
	input.wpcf7-form-control.wpcf7-submit.send_btn.btn.btn_orange {
		width: 100%;
	}
	input.wpcf7-form-control.wpcf7-submit.send_btn.btn.btn_orange {
		background-size: 60%;
	}
}

@media screen and (max-width: 370px) {
	.application figure img {
		width: 100%;
	}
	.balloon_svg img {
		width: 80%;
	}
	.application p {
		width: auto;
	}
}

@media all and (-ms-high-contrast: none){
	span.quiz_img.sm {
		height: 100%;
	}
	.whats_linebot {
		max-width: 530px;
	}
}
@media all and (-ms-high-contrast: none) and (max-width: 1190px) {
	.app_contents:last-child .balloon_svg {
		margin-bottom: -53px;
	}
}
@media all and (-ms-high-contrast: none) and (max-width: 970px) {
	.sec2 {
		background-image: none;
	}
	.whats_linebot {
		max-width: 100%;
	}
}
@media all and (-ms-high-contrast: none) and (max-width: 870px) {
	.service_characteric {
		display: block;
	}
}

.mCSB_scrollTools {
	width: 5px;
	opacity: 1;
}
.mCSB_scrollTools {
	position: absolute;
	width: 16px;
	height: auto;
	left: auto;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: .75;
	filter: "alpha(opacity=75)";
	-ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	-webkit-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
	transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
}
div#mCSB_2_dragger_vertical {
	background-color: #787878;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 5px;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #eaeaea;
}
.mCSB_scrollTools .mCSB_draggerRail {
	width: 2px;
	height: 100%;
	margin: 0 auto;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
}
.mCSB_scrollTools .mCSB_draggerRail {
	width: 5px;
	border-radius: 0;
}
.mCSB_scrollTools .mCSB_draggerContainer {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: auto;
}
#sample {
	position: relative;
	width: 400px;
	height: 400px;
}