fhtml {
	font-size: 16px;
}

body {
	color: #333;
	font-family: Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	background-color: #fff;
	font-feature-settings: "palt";
	font-size: clamp(0.875rem, 1.66vw, 1rem);
	line-height: 165%;
}

a,
a:link,
a:visited {
	color: #184d7f;

}

a:hover {
	color: #0093bd;
	transition: 0.3s;
}

.btn,
.gray_btn {
	display: block;
}

a.no-line {
	text-decoration: none;
}


li {
	list-style: none;
}

ul {
	margin: 0;
	padding: 0;
}

article {
	width: 100%;
	clear: both;
}

section {}

.tyuui {
	font-weight: bold;
	color: hsla(322, 100%, 50%, 1.00);
}

.kakunin_form h1,
.shiryo_form h1 {
	font-size: clamp(1.125rem, 2.5vw, 1.625rem);
	border-left: 10px #22a7c6 solid;
	margin-top: 0;
	padding: 8px;
}

h2 {
	font-size: clamp(1.125rem, 3vw, 1.625rem);
	margin-bottom: 40px;
	line-height: 120%;
}

h2 p {
	font-size: 1rem;
	font-weight: normal;
	text-align: center;
}

.shiryo_form h3 {
	font-size: clamp(1.125rem, 2.5vw, 1.625rem);
}

h4 {}

h4:first-of-type {
	margin-top: 30px;
}

i {
	margin: 0 5px;
}

/*マテリアルアイコンベース設定*/
.material-symbols-outlined {
	display: inline-flex;
	vertical-align: middle;
	font-variation-settings:
		'FILL' 0,
		'wght' 600,
		'GRAD' 0,
		'opsz' 48
}

p {
	text-align: left;
}

.ind {
	text-indent: -0.6em;
	margin-left: 1em;
}

.txt_c {
	text-aligh: center;
}

.fc_blue {
	color: #0066cf;
}

.fc_blue02 {
	color: #0097cf;
}

.fc_white {
	color: #fff;
}

.fc_red {
	color: #e2534e;
}

.fc_grey {
	color: #6d6e75;
}

.separator {
	border-top: 1px solid #22a7c6;
	margin: 50px 0;
}


.mt10 {
	margin-top: 10px !important
}

.mb10 {
	margin-bottom: 10px
}

.mb30 {
	margin-bottom: 30px
}

.nowrap {
	white-space: nowrap
}

.fs_small {
	font-size: smaller;
	line-height: 160%;
}

.fs_14 {
	font-size: 0.875rem;
}

.fs_24 {
	font-size: 1.5rem;
	line-height: 130%;
}

.wrapper {
	margin: 0 auto;
	background: #fff;
}

header {
	margin: 0;
	padding: 0;

}

.h_logo {
	height: 55px;
	/*box-shadow: 0px 5px 5px -5px rgba(0,0,0,0.3);*/
	margin-bottom: 20px;
	padding-top: 12px;
	text-align: center;
	border-bottom: 2px #eee solid;
	background: #2e3434;
}

.h_logo img {
	height: 28px;
	width: auto;
}

/*申込フロー*/
ul.form_align {
	display: flex;
	margin: 0 auto;
	margin: 30px auto 40px auto;
}

ul.form_align li {
	font-size: clamp(0.75rem, 1.45vw, 1rem);
	text-align: center;
	border-radius: 3px;
	padding: 8px 0;
	flex: 1;
	background-color: #d9d9d9;
	color: #898989;
	line-height: 120%;
}

ul.form_align i {
	margin: 5px 0 0 0;
	padding: 0;
	color: #22a7c6;
}


.visit {
	background-color: #22a7c6 !important;
	color: #fff !important;
	font-weight: bold;
}

/*右申込ボタン*/
.order_list {
	width: 70px;
	right: 0;
	position: fixed;
	z-index: 100;
	font-weight: bold;
}

.order_list li {
	font-size: 0.75rem;
	text-align: center;
	line-height: 130%;
	padding: 10px 0 8px 0;
	transition: 1s;
}

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

.order_list li a i {
	font-size: 2rem
}

.order_list li:nth-child(1) {
	background: #107cf6;
	background-size: 200px 300px;
	border-radius: 8px 0 0 0;
}

.order_list li:nth-child(2) {
	background: #33c112;
	background-size: 200px 300px;
	/*display: none;*/
}

.order_list li:nth-child(3) {
	background: #ff8340;
	background-size: 200px 300px;
	border-radius: 0 0 0 8px;
}

.order_list li:hover {
	background-image: radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.9), transparent);
	background-blend-mode: overlay;
	background-position: 50% 100%;
}



main {
	padding: 40px auto !important;
	text-align: center;
}

#main_container {
	display: grid;
	grid-template-columns: 320px;
	margin-top: 25px;
}

.main_left {
	grid-column: 1;
	text-align: left;
}

.main_left h2 {
	font-size: clamp(1.2rem, 3vw, 2rem);
	margin: 5px 0 0 0;
}

.main_left h2 img {
	height: 24px;
	width: auto;
	display: block;
	margin: 0;
}

.main_right {
	grid-column: 2;
	margin-left: 50px;
}


/* ラジオ */
.radio_box {
	display: flex;
	font-size: 1rem;
	line-height: 125%;
	margin-top: 5px;
}

.radio_box input {
	opacity: 0;
	width: 1px;
}

.radio_box label {
	background: #fff;
	border: solid 1px #E5E5E5;
	padding: 10px 20px;
	margin: 4px 12px 0 0;
	border-radius: 3px;
	display: inline-block;
	cursor: pointer;
}

/* .radio_box label:hover {
	border: 1px solid #0066cf;
	background: #fdffdd;
	transition: 0.3s;
} */

.radio_box input[type="radio"]:focus  ~ label,.radio_box input[type="checkbox"]:focus  ~ label,.radio_box label:hover{
background:#fdffdd;
transition: 0.3s;
box-shadow: 0 0 0 2px #0066cf;
}

.radio_box input[type="radio"]:checked~label,
.radio_box input[type="checkbox"]:checked~label {
	/*border: solid 1px #0066cf;*/
	background: #4fc6ec;
	color: #fff;
	transition: 0.3s;
	transition-timing-function: ease-in-out;
}

/* テキストボックス */
.text_box {
	width: 210px;
	font-size: 1rem;
	padding: 12px 10px;
	margin: 4px 15px 0 0;
	border-radius: 3px;
	outline: 0;
	transition: 0.3s;
	/*border: solid 1px #0066cf;*/
	background: #4fc6ec;
	color: #FFF;
	border: solid 1px #E5E5E5;
}

/* テキストボックス未入力状態 */
.text_box:placeholder-shown {
	background: #fff;
	border: solid 1px #E5E5E5;
	color: #898989;
	font-weight: normal;
}

/* .text_box:hover {
	background: #fdffdd;
	outline: 0;
	transition: 0.3s;
	color: #333;
	font-weight: normal;
	border: 1px solid #0066cf;
} */

.text_box:focus,.text_box:hover{
background:#fdffdd;
outline:0;
transition: 0.3s;
color: #333;
font-weight: normal;
box-shadow: 0 0 0 2px #0066cf;
}

.text_box:focus {
	/*border: solid 1px #0066cf;*/
	background: #fdffdd;
	outline: 0;
	transition: 0.3s;
	color: #333;
	font-weight: normal;
	border: solid 1px #E5E5E5;
}


.text_box_width_30 {
	width: 30em;
	max-width: 100%;
}

/* テキストエリア */
.text_area {
	width: 80%;
	height: 200px;
	font-family: Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}


/* セレクトボックス */
.selectbox {
	position: relative;
}

.selectbox::before,
.selectbox::after {
	position: absolute;
	content: '';
	pointer-events: none;
}

/*
.selectbox::before {
    right: 0;
    display: inline-block;
    width: 2.8em;
    height: 2.8em;
    border-radius: 0 3px 3px 0;
    background-color:#898989;
   background-color: #0066cf;
    content: '';
}
*/

.selectbox::after {
	position: absolute;
	top: 50%;
	right: 2em;
	transform: translate(50%, -50%) rotate(45deg);
	width: 8px;
	height: 8px;
	border-bottom: 1px solid #898989;
	border-right: 1px solid #898989;
	content: "";
}

.selectbox select {
	appearance: none;
	min-width: 230px;
	height: 2.8em;
	padding: 0.4em 3.6em 0.4em 0.8em;
	margin: 4px 15px 0 0;
	border: 1px solid #E5E5E5;
	border-radius: 3px;
	font-size: 1rem;
	cursor: pointer;
	outline: 0;
}

select:invalid {
	color: #bfbfbf;
}

select option {
	color: #333;
}

select option:first-child {
	color: #bfbfbf;
}

/* .selectbox select:hover {
	border: 1px solid #0066cf;
	background: #fdffdd;
	color: #333;
	outline: 0;
	transition: 0.3s;
} */

select:focus,.selectbox select:hover{
background:#fdffdd;
color: #333;
outline:0;
transition: 0.3s;
box-shadow: 0 0 0 2px #0066cf;
}

select:focus {
	border: solid 1px #0066cf;
	color: #333;
	outline: 0;
	transition: 0.3s;
}

select:not(:invalid) {
	border: 1px solid #E5E5E5;
	outline: 0;
	transition: 0.3s;
	background: #4fc6ec;
	color: #fff;
}


.selectbox_date select {
	appearance: none;
	min-width: 80px;
	height: 2.8em;
	padding: 0.4em 1em 0.4em 0.4em;
	margin: 10px 0 0 0;
	border: 1px solid #E5E5E5;
	border-radius: 3px;
	font-size: 1rem;
	cursor: pointer;
	outline: 0;
}


.form_must {
	/*background-color: #de5954;*/
	background-color: #e2534e;
	font-size: 0.625rem;
	color: #fff;
	display: inline-block;
	padding: 3px 5px;
	margin: -3px 0 0 8px;
	border-radius: 3px;
	line-height: 100%;
	vertical-align: middle;
}

.form_ninni {
	border: 1px solid #898989;
	font-size: 0.625rem;
	color: #898989;
	display: inline-block;
	padding: 3px 5px;
	margin: -3px 0 0 8px;
	border-radius: 3px;
	line-height: 100%;
	vertical-align: middle;
}


.btn_ss {
	background-color: #0066cf;
	font-size: 0.875rem;
	color: #fff;
	display: inline-block;
	padding: 6px 18px;
	margin-top: 10px;
	border-radius: 16px;
	line-height: 100%;
	text-decoration: none;
	border: none;
}

.btn_ss i {
	font-size: 1.25rem;
}

.btn_ss,
.btn_ss:active,
.btn_ss:link,
.btn_ss:visited,
.btn_ss:hover {
	color: #fff;
}

.btn_ss:hover {
	background: #2e7dff;
	cursor: pointer;
	transition: 0.3s;
}

.p_price {
	max-width: 330px;
	font-size: 0.875rem;
	color: #6d6e75;
	padding: 5px;
	margin: 10px 0 0 0;
	line-height: 100%;
	border-bottom: 2px #b6b6b6 solid;
	display: flex;
	justify-content: space-between;
}

.p_price .price_total {
	width: 60%;
	text-align: right;
}


.products_choice {
	display: flex;
	margin: 0 auto;
	margin-bottom: 50px;
}

.products_choice li {
	background-color: #edeff1;
	border-radius: 10px;
	padding: 0px 20px 20px 20px;
	text-align: center;
	flex: 1;
}

.products_choice li:nth-child(1) {
	padding-bottom: 25px;
}

.products_choice li h3 {
	font-size: clamp(1.25rem, 2.5vw, 1.625rem);
	margin-bottom: 0px;
	line-height: 120%;
}


.products_choice li h3 .bycloud_smart_tag {
	display: block;
	margin: 3px auto;
	background: #2589d0;
	color: #fff;
	font-size: 0.75rem;
	font-weight: normal;
	border-radius: 3px;
	padding: 5px 0 0 0;
	margin-bottom: 8px;
	height: 20px;
	line-height: 100%;
}

.products_choice li h3 .bycloud_premium_tag {
	display: block;
	margin: 3px auto;
	background: #0898C0;
	color: #fff;
	font-size: 0.75rem;
	font-weight: normal;
	border-radius: 3px;
	padding: 5px 0 0 0;
	margin-bottom: 8px;
	height: 20px;
	line-height: 100%;
}

.products_choice li p {
	text-align: left;
	color: #6d6e75;
}

.products_choice button {
	width: 90%
}



.document_choice {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	margin: 0 auto;
	margin-bottom: 50px;
}

.document_choice li {
	width: 24%;
	min-width: 250px;
	border-radius: 3px;
	border: 1px solid #d7d7d7;
	background: #fafafa;
	text-align: center;
	margin-bottom: 20px;
	display: flex;
}

.document_choice li:hover {
	cursor: pointer;
}

.document_choice .img_bg {
	height: 180px;
	overflow: hidden;
}

.document_choice .img_bg img {
	width: 100%;
	height: 180px;
	object-fit: cover;
	border-radius: 5px 5px 0 0;
	transition: transform .6s ease;
}

.document_choice li:hover img {
	transform: scale(1.1, 1.1);
}

.document_choice .txt_area {
	padding: 20px;
	text-align: center;
	font-size: 0.875rem;
	line-height: 150%;
	display: block;
}

.document_choice .txt_area h4 {
	text-align: left;
	margin: 0;
	padding: 0;

}

.document_choice .txt_area p {}

.document_choice .txt_area .btn {
	width: 80%;
	height: 30px;
	border-radius: 15px;
	border: 1px solid #434345;
	background: #fff;
	color: #434345;
	font-size: 0.875rem;
	padding-top: 4px;
	margin: 8px auto;
	text-decoration: none;
	cursor: pointer;
}


/*資料選択チェック*/
.document_choice input {
	opacity: 0;
	width: 1px;
}

.document_choice input[type="checkbox"]:checked~label a {
	background: #434345;
	color: #FFFFFF;
}

.document_choice input[type="checkbox"]:checked~label a span {
	font-size: 0;
	transition: 0;
}

.document_choice input[type="checkbox"]:checked~label a::after {
	color: #FFFFFF;
	filter: brightness(120%);
	font-size: 0.875rem;
	content: '選択済';
}

.document_choice input[type="checkbox"]:checked~label {
	background: #fff;
	/*brightnessのために塗り設定;*/
}

.document_choice input[type="checkbox"]:checked~label {
	filter: brightness(80%);
	transition: 0.3s;
}

.document_choice .btn:focus{
  transition: 0.3s;
  box-shadow: 0 0 0 2px #0066cf;
}


/*NPS調査*/

.nps_choice ul {
	display: flex;
	justify-content: space-between;
}

.nps_choice ul li {
	font-size: 0.75rem;
	font-weight: bold;
	color: #0066cf;
}

.nps_choice label {
	padding: 15px max(10%, 10px) 15px;
}

.nps_choice .radio_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	gap: 0px;
}

.nps_choice .radio_box div {
	margin-right: min(-1%, 15px);
}


.dl_area {
	position: sticky;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #fff;
	background: #0c61cc;
	padding: 10px 0px 20px 0px;
	box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.3);
}

.dl_area p {
	text-align: center;
}


.dl_area a {
	width: 300px;
	height: 60px;
	border-radius: 30px;
	display: inline-block;
	background: #fff;
	border: #3cddff 4px solid;
	font-weight: bold;
	padding-top: 10px;
	text-decoration: none;
}

.dl_area a:hover {
	background: #fffd2e;
}


.dl_area i {
	font-size: 1.6rem;
	height: 30px;
	display: inline-block;
	vertical-align: bottom
}


.pass_btn {
	display: flex;
	margin-top: 40px;
	justify-content: center;
}

.pass_btn li {
	margin: 0 10px;
}


.kakunin_form .btn {
	min-width: 220px;
	color: #ffffff;
	font-size: clamp(0.875rem, 1.5vw, 1.125rem);
	text-align: center;
	padding: 10px;
	border-radius: 25px;
	position: relative;
	z-index: 0;
	background: transparent;
	overflow: hidden;
	border: 0;
}

.kakunin_form .btn i {
	position: absolute;
	bottom: 10px;
	right: 5px;
}

.kakunin_form .btn::before,
.kakunin_form .btn::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}

.kakunin_form .btn::before {
	transition: all 0.5s;
	z-index: -1;
	background: linear-gradient(135deg, #2e7dff 10%, #000DFF 100%);
}

.kakunin_form .btn::after {
	z-index: -2;
	background: linear-gradient(135deg, #72EDF2 10%, #000DFF 100%);
}

.kakunin_form .btn:hover::before {
	opacity: 0;
}

.kakunin_form a.btn,
.kakunin_form a.btn:link,
.kakunin_form a.btn:active,
.kakunin_form a.btn:visited {
	color: #ffffff;
}

.gray_btn {
	position: relative;
	color: #898989;
	font-size: clamp(0.875rem, 1.5vw, 1.125rem);
	padding: 10px 20px 10px 50px;
	border-radius: 25px;
	background: #d9d9d9;
	border: 0;
}

a.gray_btn,
a.gray_btn:link,
a.gray_btn:active,
a.gray_btn:visited {
	color: #898989;
}

.gray_btn i {
	position: absolute;
	bottom: 10px;
	left: 5px;
}


.form_base {
	background-color: #edeff1;
	border-radius: 10px;
	padding: 30px 20px 30px 30px;
	text-align: left;
}

.form_kanryo {
	border: #ffe09d 1px solid;
	text-align: center;
	background: #fff;
}


.form_base h3 {
	font-size: clamp(1.25rem, 2.5vw, 1.625rem);
	margin: 0;
	padding: 0;
}

.bycloud_spec {
	border: #acb8bd 1px solid;
	padding: 0;
}

.bycloud_spec .read {
	background: #acb8bd;
	color: #fff;
	margin: 0;
	padding: 5px;
	text-align: center;
	font-weight: bold;
}

.bycloud_spec p {
	text-align: center;
}


/*エラー*/

.error_txt {
	color: #D2170A;
	font-size: 0.87rem;
	font-weight: bold;
}

/*.error_box .text_box,.error_box .selectbox select,.error_box .radio_box label{*/
/*    background: #f6e7e9!important;*/
/*    border: #D2170A solid 1px!important;*/
/*    box-shadow: 0px 0px 5px 0px rgba(210,23,10,0.5);*/
/*}*/


.error_box .text_box,
.error_box select,
.error_box .radio_box label {
	background: #f6e7e9 !important;
	border: #D2170A solid 1px !important;
	box-shadow: 0px 0px 5px 0px rgba(210, 23, 10, 0.5);
}

/*.text_box.error_box,.error_box select,.radio_box label.error_box{*/
/*    background: #f6e7e9!important;*/
/*    border: #D2170A solid 1px!important;*/
/*    box-shadow: 0px 0px 5px 0px rgba(210,23,10,0.5);*/
/*}*/


.error_list {
	background: #f6e7e9;
	border: #EE3E32 solid 2px;
	border-radius: 3px;
	padding: 10px;
	margin-top: 20px;
}

.error_list li {
	color: #D2170A;
	display: flex;
	align-items: center;
}

.error_list li i {
	font-size: 1.1rem;
	margin: 0 0 3px 0 0;
}

.material-symbols-outlined.s_size {
	font-size: 0.95rem;
	margin: -2px 2px 0 0;
	font-variation-settings:
		'FILL' 0,
		'wght' 900,
		'GRAD' 0,
		'opsz' 48
}

footer {
	text-align: center;
	margin: 60px auto 10px auto;
	background: #fff;
	overflow: auto;
}

small {
	background: #acb8bd;
	border-radius: 20px;
	padding: 3px 20px;
}

small a,
small a:link,
small a:hover,
small a:visited,
small a:active {
	text-decoration: none;
	color: #fff;
	cursor: pointer;
}

small a:hover {
	text-decoration: none;
	color: #fff;
}

.notice_box {
	background: #fdffdd;
	text-align: left;
	padding: 5px 15px;
	margin: 10px auto;
}


.kakunin_form .form_base h4 {
	margin: 35px 0 5px 0;
	padding-left: 5px;
	border-left: 8px #b9bbc1 solid;
}


.kakunin_form .form_base .kakunin_item {
	background: #9E9893;
	margin: 20px 0 0 0;
	padding: 3px;
	text-align: center;
	color: #fff;
}

.kakunin_form .form_base .syusei_btn {
	float: right;
	background-color: #fff;
	padding: 0 10px;
	font-size: 0.875rem;
	margin-top: 5px;
	border-radius: 20px;
	text-decoration: none;
	border: #9E9893 2px solid;
}

.kakunin_form .form_base .syusei_btn i {
	font-size: 1rem;
	margin: -4px 2px 0 0;
}

.kanryo_ico {
	color: #ffe09d;
	font-size: 9.0rem;
	margin-top: 20px;
	animation: zoom 1s ease;
}

@keyframes zoom {
	0% {
		transform: translateY(8px);
		opacity: 0;
	}

	50% {
		transform: translateY(-8px);
		opacity: 0.5;
	}

	100% {
		opacity: 1;
	}
}


/* 960以上 */
@media (min-width: 960px) {

	.wrapper {
		max-width: 1024px;
	}

	.products_choice li:nth-child(-n+3) {
		margin-right: 12px;
	}


}


/* 960未満 */
@media (max-width: 959px) {


	body {}

	.wrapper {
		width: 95%;
	}

	.products_choice {
		flex-wrap: wrap;
	}

	.products_choice li {
		min-width: 250px;
		padding: 10px 20px 20px 20px;
		margin: 5px;
	}

	.products_choice li:nth-child(-n+3) {
		margin-bottom: 12px;
	}

	#main_container {
		display: block;
	}

	.main_left {
		text-align: left;
	}

	.main_right {
		margin-top: 30px;
		margin-left: 0px;
		width: 100%;
	}

	.form_base {
		padding: 20px 15px 20px 15px;
	}

	.radio_box {
		flex-wrap: wrap;
	}


	.document_choice li {
		width: 100%;
	}

	.document_choice label {
		display: flex;
	}

	.document_choice label .img_bg {
		width: 30%;
		height: 100%;
		padding-top: 3%;
	}

	.document_choice .img_bg img {
		height: auto;
		object-fit: scale-down;
		border-radius: 0;
		margin: 1px;
		border: 1px #eee solid;
		width: 98%;
	}

	.document_choice label .txt_area {
		width: 70%;
		display: flex;
		flex-wrap: wrap;
		gap: 0;

	}

	.document_choice .txt_area .btn {
		min-width: 50%;
	}


}


/* フォントサイズ目安*/
.font-size-dummy {
	font-size: 0.625rem;
	/* 10px */
	font-size: 0.75rem;
	/* 12px */
	font-size: 0.8125rem;
	/* 13px */
	font-size: 0.875rem;
	/* 14px */
	font-size: 0.9375rem;
	/* 15px */
	font-size: 1rem;
	/* 16px */
	font-size: 1.125rem;
	/* 18px */
	font-size: 1.25rem;
	/* 20px */
	font-size: 1.5rem;
	/* 24px */
	font-size: 1.625rem;
	/* 26px */
	font-size: 1.75rem;
	/* 28px */
	font-size: 1.875rem;
	/* 30px */
	/*  font-size: clamp設定の目安960px　1.66vw = 1rem = 約16px */
}

.display-none {
	display: none;

}


#npsArea {
	margin-top: 50px;
	background-color: white;
	padding: 30px 20px 30px 20px;
	/*	border: 3px solid  #CCCC;*/
	border-radius: 10px;
}

.knPriceArea{
	padding: 5px;
	margin: 10px 0 0 0;
	line-height: 100%;
	border-bottom: 2px #b6b6b6 solid;
	display: inline-block;

}