@charset "utf-8";
/* apoplus薬剤師 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Noto+Serif+JP:wght@400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPMincho&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@500;700;900&display=swap');
/*------------------------------
リセットCSS
------------------------------*/
html, body, div, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	line-height:0px;
}
nav ul,
ul {
	list-style-image: none;
	list-style-type: none;
}
blockquote, q {
	quotes:none;
}
a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	text-decoration: none;
}
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
	clear: both;
	float: none;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.serif{
	font-family:'Noto Serif JP' ,"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.sans{
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.hiragino{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.morisawa{
	font-family: 'BIZ UDPMincho', serif;
}
.zenkaku{
	font-family: 'Zen Kaku Gothic New', sans-serif;
}
html {
	box-sizing: border-box;
	font-size: 62.5%;
/*	scroll-behavior: smooth;*/
}
body{
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.wrapper{
	overflow:hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position:relative;
}
h1, h2, h3, h4, h5, h6, p , ul , ol , li , a{
	font-size: 1.6rem;
	line-height: 1.65em;
	font-weight:500;
}
/*------------------------------
基本
------------------------------*/
.inner {
	width: calc(100% - 10rem);
	margin-left:auto;
	margin-right:auto;
	max-width:930px;
	padding:0 5rem;
}
.flex{
	display:flex;
}
.ml_10{
	margin-left:1em;
}
.p_relative{
	position:relative;
}
.bg_lightblue{
	background-color:#f0f4fc;
}
/********************************
PCコンテツ
********************************/
/********************************
モバイル共通
********************************/
.sp_only_b , .br_sp , .sp , .br_1000{
	display: none;
}
.sp_only {
	display: none  !important;
}
img{
	/*width:100%;*/
	height:auto;
}

/********************************
contents
********************************/
/********************************
モバイル基本
********************************/
@media only screen and (max-width: 1100px) {
.inner {
	width: calc(100% - 6rem);
	margin: 0 auto;
	max-width:1000px;
	padding:0 3rem;
}
}
@media only screen and (max-width: 767px) {
html{
	font-size: 1.33333vw;
}
}
@media only screen and (max-width: 640px) {
.pc_only , .sp_no{
	display:none !important;
}
.sp_only_b{
	display:block;
}
.sp_only , .br_sp , sp{
	display: inline-block;
}
.flex_column{
	flex-direction: column;
}
}

header{
	background-color:#FFF;
}
.top_logo{
	padding: 1rem 0;
	width:32rem;
	left:-10rem;
	position:relative;
}
.top_logo img {
	display: block;
}
@media screen and (max-width: 1164px) {
.top_logo{
	left:0rem;
}
}
@media screen and (max-width: 640px) {
.top_logo img{
	width:40rem;
	height:auto;
	margin-left: 3rem;
}
}
/***footer****/
.footer{
	padding:3rem 0 3rem;
}
.footer_logo{
	width:32rem;
}
.footer_logo img{
	width:100%;
}
.footer_box{
	width:100%;
	max-width:1070px;
	margin-left:auto;
	margin-right:auto;
	justify-content: space-between;
	flex-wrap: wrap;
}
.footer_box div{
	width:calc(100% / 2 );
	margin-bottom:1.4rem;
}
.footer_right{
	text-align: right;
}
.footer_right p{
	text-align:left;
	max-width: 28rem;
	margin-left: auto;
}
.footer p , .footer_left p a{
	font-size:1.2rem;
	color:#000;
	position:relative;
}
.footer_left p a{
	padding-right:2.6em;
	transition:0.2s;
}
.footer_left p a.last{
	padding-right: inherit;
}
.footer_left p a:after{
	position: absolute;
	content: '';
	top: calc(50% - 0.9em / 2 );
	right:1.4em;
	border-right:1px solid #000;
	height:1em;
}
.footer_left p a.last:after{
	display:none;
}
.footer_left p a span{
	position: relative;
}
.footer_left p a span:after{
	position: absolute;
	bottom: -0.2rem;
	left: 0;
	content: '';
	width: 0;
	height: 1px;
	background-color: #000; 
	transition: .3s;
}
.footer_left p a:hover span:after , .footer_left p a:focus span:after{
	width:100%;
}
/********************************
モバイル
********************************/
/***footer****/
@media screen and (max-width:1098px) {
.footer{
	padding:3rem 1rem 3rem;
}
}
@media screen and (max-width: 1032px) {
	.footer{
		background-color: #f0f4fc;
	}
}
@media screen and (max-width: 640px) {
.footer_logo {
	width: 42rem;
	margin: 2rem auto;
}
.footer_box {
	flex-direction: column;
}
.footer_box div{
	width:100%;
	text-align:center;
	margin-bottom:4rem;
}
.footer p, .footer_left p a{
	font-size:2.2rem;
}
.footer_right p{
	max-width:inherit;
	text-align: center;
}
.footer_box div:nth-of-type(1){
	order:1;
}
.footer_box div:nth-of-type(2){
	order:3;
}
.footer_box div:nth-of-type(3){
	order:2;
}
.footer_box div:nth-of-type(4){
	order:4;
}
}

/***thanks****/
/* .thanks{
	padding-bottom:1rem;
} */
.thanks.mv{
	height: 505px;
	min-height: inherit;
	opacity:0.3;
}
.thanks_text{
	position:absolute;
	top:0;
	right:0;
	left:0;
	margin:0 auto;
	text-align:center;
	padding-top:12rem;
}
.thanks_text h2{
	font-size:2.8rem;
	margin-bottom:6rem;
	white-space:nowrap;
}
.thanks_text p{
	font-size:1.6rem;
	line-height:2em;
}
.for_form_btn_rap{
	text-align:center;
}
.for_form_btn{
	font-size:2rem;
	padding:0.5rem 3rem;
	color:#FFF;
	background-color:#ba004f;
	border:solid 2px #ba004f;
	border-radius:5rem;
	display: inline-block;
	letter-spacing:0.1rem;
	transition:0.3s;
}
.for_form_btn:hover , .for_form_btn:focus{
	color:#ba004f;
	background-color:#FFF;
	border:solid 2px #ba004f;
}
.for_form_btn_rap.thanks{
	margin:5rem auto 6rem;
}
@media screen and (max-width: 640px) {
.thanks.mv{
	height: 80vw;
	background: url(img/mv_bg_pc.jpg) no-repeat right center;
	background-size: auto 100%;
}
.thanks_text {
	padding-top: 9rem;
}
.thanks_text h2{
	font-size:3.9rem;
}
.thanks_text p{
	font-size:3rem;
}
.for_form_btn_rap.thanks{
	margin:5rem auto 10rem;
}
.for_form_btn{
	font-size:4rem;
	letter-spacing:0.1rem;
	padding:0.6rem 6rem;
}
}

@media screen and (min-width: 1033px), print {
	.thanks.mv::before {
		content: none;
	}
}


/***css_end****/

.blk-rel {
	position: relative;
}
@media screen and (max-width: 1032px) {
	.only-pc {
		display: none;
	}
}
@media screen and (min-width: 1033px), print {
	.only-sp {
		display: none;
	}
}

/* -----------------------------------------------------
 mv
-------------------------------------------------------- */
.fukidashi-mv {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1em;
}
.fukidashi {
	position: relative;
	display: inline-block;
	padding: .5em .6em;
	background-color: #2d64d2;
	border-radius: 2em;
	line-height: 1;
	font-style: italic;
	font-weight: bold;
	color: #ecee5b;
}
.fukidashi::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -.39em;
	display: block;
	margin: auto;
	width: .5em;
	height: .4em;
	background-color: #2d64d2;
	clip-path: polygon(50% 100%, 0 0, 100% 0);;
}
.fukidashi .b1 {
	font-size: 135%;
}
.fukidashi .b2 {
	font-size: 120%;
}
.fukidashi span {
	font-size: 80%;
}
.ttl-mv {
	line-height: 1.2;
	font-weight: 900;
	color: #373737;
}
.ttl-mv b {
	color: #2d64d2;
}
.ttl-mv .s {
	font-weight: 700;
}
.flx-mv {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	margin-bottom: 2em;
}
.col-mv-1 {
	width: 55%;
}
.col-mv-2 {
	width: 45%;
}
.img-mv-2 {
	position: relative;
}
.notes-mv p {
	text-shadow: #fff 0 0 .2em;;
}
@media screen and (max-width: 1032px) {
	.mv {
		height: 65vw;
		padding: 3em 0 2em;
		background: url(img/mv_bg_sp.jpg) no-repeat center;
		background-size: cover;
	}
	.fukidashi-mv,
	.ttl-mv {
		width: 78.125vw;
		margin-right: 1vw;
		margin-left: auto;
	}
	.fukidashi {
		font-size: 4.0625vw;
	}
	.fukidashi1::after {
		right: 1.5em;
	}
	.ttl-mv {
		text-shadow: .46875vw .46875vw 0 #fff, -.46875vw .46875vw 0 #fff, -.46875vw -.46875vw 0 #fff, .46875vw -.46875vw 0 #fff;
		font-size: 9.03125vw;
	}
	.ttl-mv .s {
		font-size: 5.14063vw;
	}
	.flx-mv {
		width: 86.5625vw;
		height: 39vw;
		margin-right: 0;
		margin-left: auto;
	}
	.img-mv-2 {
		left: -5vw;
		bottom: -5vw;
		width: 42.1875vw;
	}
	.notes-mv p {
		text-align: center;
		font-size: 2.34375vw;
	}
}
@media screen and (min-width: 1033px), print {
	.mv {
		position: relative;
		min-height: 650px;
		background: url(img/mv_bg_pc.jpg) no-repeat center;
		background-size: cover;
	}
	.mv::before {
		content: "";
		position: absolute;
		left: -80px;
		right: 0;
		bottom: 0;
		display: block;
		margin: auto;
		/* width: 1163px; */
		width: 1323px;
		height: 555px;
		background: url(img/mv_person.png) no-repeat left bottom;
		background-size: 364px auto;
		z-index: 0;
	}
	.bg-mv {
		position: relative;
		max-width: 1163px;
		padding: 50px 0 10px;
		margin: auto;
		z-index: 1;
	}
	.txt-mv {
		width: 50%;
		max-width: 580px;
		margin-left: 4%;
	}
	.fukidashi-mv,
	.ttl-mv {
		max-width: 498px;
		margin-right: 0;
		margin-left: auto;
	}
	.fukidashi {
		font-size: 26px;
		font-size: min(26px,2.5vw);
	}
	.fukidashi1::after {
		right: 2em;
		left: inherit;
	}
	.ttl-mv {
		text-align: right;
		text-shadow: 3px 3px 0 #fff, -3px 3px 0 #fff, -3px -3px 0 #fff, 3px -3px 0 #fff;
		font-size: 85px;
		font-size: min(7.2vw,85px);
	}
	.ttl-mv .s {
		font-size: 49px;
		font-size: 58%;
	}
	.flx-mv {
		max-width: 578px;
		height: 270px;
	}
	.img-mv-2 {
		bottom: -3em;
		width: 288px;
		width: min(288px,25vw);
	}
	.notes-mv p {
		font-size: 15px;
	}
}
@media screen and (min-width: 1320px) {
}
/* -----------------------------------------------------
 blk-txt
-------------------------------------------------------- */
.blk-txt {
	background-color: #f9fb98;
	font-style: italic;
	font-weight: bold;
	color: #0069ba;
}
.blk-txt p {
	line-height: 1.5;
}
.blk-txt p b {
	display: inline-block;
	background-color: #fff;
	border: solid 2px;
	line-height: 1;
}
.blk-txt p span {
	text-shadow: 2px 2px 0 #fff, -2px 2px 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff;
}
@media screen and (max-width: 1032px) {
	.blk-txt {
		padding: 2em 0;
	}
	.blk-txt p {
		white-space: nowrap;
		font-size: 4.0625vw;
	}
	.blk-txt p b {
		padding: .1em .2em;
		margin-right: .3em;
		border-width: .3125vw;
	}
}
@media screen and (min-width: 1033px), print {
	.blk-txt {
		padding: 2em 0;
	}
	.blk-txt .inner {
		max-width: 728px;
		padding: 0;
	}
	.blk-txt p {
		font-size: 31px;
	}
	.blk-txt p b {
		padding: .1em .25em;
		margin-right: .4em;
	}
}
/* -----------------------------------------------------
 STEP Form
-------------------------------------------------------- */
/* @supports(-webkit-appearance: none) or (-moz-appearance: none) {
	input[type='checkbox'],
	input[type='radio'] {
		-webkit-appearance: none;
		-moz-appearance: none;
	}
} */
.sec_form {
	z-index: 2;
}
.blk_form {
	position: relative;
	margin-top: 2em;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: .5em;
	border: solid 3px #2d64d2;
}
.blk_form * {
	line-height: 1.5;
}
.flx-head-blk_form {
	display: flex;
	background-color: #2d64d2;
	color: #fff;
}
.ttl-blk_form {
	line-height: 1;
	font-weight: 900;
}
.txt-blk_form {
	display: block;
	color: #ecee5b;
}

.blk_form .box_form {
	display: none;
}

.errtip {
	position: relative;
	display: block;
}
.errtxt {
	display: none;
	position: absolute;
	top: .25em;
	left: 0;
	padding: .2em .5em;
	font-size: 85%;
	line-height: 1.6em;
	color: #fff;
	border-radius: .2em;
	background-color: #da005d;
	width: auto;
}
.errtxt::before {
	content: "";
	position: absolute;
	top: -.7em;
	left: 1em;
	display: block;
	width: 1.5em;
	height: 1em;
	clip-path: polygon(0 100%, 50% 0,100% 100%);
	background-color: #da005d;
}
.errtip.show .errtxt:not(.symbol):not(.machine),
.errtxt.show {
	display: block;
}
.errtip.show2 .errtxt.symbol {
	display: block;
}
.errtip.show3 .errtxt.machine {
	display: block;
}
.finished {
	display: flex;
	align-items: center;
	justify-content: center;
}
.steps-blk_form .step {
	display: inline-block;
	margin: 0;
	background-color: #fff;
	border: none;
	border-radius: 50%;
	text-align: center;
	font-family: 'Zen Kaku Gothic New';
	font-weight: bold;
	color: #193b89;
	/* opacity: .8; */
}
.steps-blk_form .step.active {
	background-color: #ffde00;
	opacity: 1;
}
.steps-blk_form .step.finish {
	opacity: 1;
}
.blk_form select,
.blk_form textarea,
.blk_form input[type='text'],
.blk_form input[type='email'],
.blk_form input[type='submit'],
.blk_form input[type='button'],
.btns-blk_form input[type='button'],
.blk_form input[type='reset'],
.blk_form button {
	box-sizing: border-box;
	font-family: inherit;
	font-size: inherit;
}
.blk_form textarea,
.blk_form input[type='email'],
.blk_form input[type='text'] {
	width: 100%;
}
.blk_form select,
.blk_form textarea,
.blk_form input[type='email'],
.blk_form input[type='text'] {
	padding: .25em;
	box-sizing: border-box;
	background: #fff;
	border: solid 3px #2d64d2;
	border-radius: .4em;
}
.blk_form textarea {
	line-height: 1.2;
}
.blk_form input[type='submit'],
.blk_form input[type='button'],
.btns-blk_form input[type='button'],
.blk_form input[type='reset'],
.blk_form button {
	display: inline-block;
	padding: .5em 1.75em;
	border-radius: 1.5em;
	border: none;
	text-align: center;
	color: #fff;
	cursor: pointer;
	transition: all .3s ease;
}
.blk_form select.selectcheck:invalid {
	color: rgba(0,0,0,.3);
}
.blk_form select.selectcheck option:first-child {
	color: rgba(0,0,0,.3);
}
.blk_form select.selectcheck option {
	color: #000;
}
.blk_form input::placeholder,
.blk_form textarea::placeholder {
	color: rgba(0,0,0,.3);
}
.blk_form input::placeholder {
	font-weight: bold;
}
.btns-blk_form {
	position: relative;
	padding: 1.5em;
	text-align: center;
}
.btns-blk_form .btn-order {
	display: block;
	margin-left: auto;
	margin-right: 0;
	padding-left: .5em;
	padding-right: .5em;
	background-color: #ba004f;
	border: solid 2px #ba004f !important;
}
.btns-blk_form .btn-order.center {
	margin-right: auto;
}
.btns-blk_form .btn-back {
	position: absolute;
	bottom: 1.5em;
	left: 1em;
	padding-left: 1em;
	padding-right: 1em;
	background-color: #777;
	border: solid 2px #777 !important;
}
.blk_form input.invalid,
.blk_form textarea.invalid {
  background-color: #f5e6ed;
}
.blk_form .flx-btn-checkbox {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.blk_form .btn-checkbox-wrap {
	position: relative;
	display: block;
	width: 46%;
}
.blk_form .btn-checkbox-wrap:not(:first-of-type):not(:nth-of-type(2)),
.blk_form .btn-checkbox-wrap.mtop {
	margin-top: 1em;
}
.blk_form .btn-checkbox-wrap.wide {
	width: 100%;
}
.blk_form .btn-checkbox-wrap input {
	opacity: 0;
	position: absolute;
	left: 0;
}
.blk_form .btn-checkbox-wrap label {
	display: inline-block;
	padding: .25em;
	width: 100%;
	box-sizing: border-box;
	background-color: #fff;
	border: solid 3px #2d64d2;
	border-radius: .4em;
	text-align: center;
	letter-spacing: 2px;
	font-weight: bold;
	color: #1042a7;
	cursor: pointer;
	transition: .5s;
}
.blk_form .btn-checkbox-wrap input:checked + label {
	background-color: #2d64d2;
	color: #FFF;
}
/* .blk_form .btn-checkbox-wrap input:focus + label {
	box-shadow: 0 0 .25em #2d64d2;
} */

.blk_form .flx-box_form {
	display: flex;
	flex-wrap: wrap;
}
.blk_form .col-ttl {
	position: relative;
}
.blk_form .col-ttl::before {
	content: "■";
	display: inline-block;
}
.blk_form .col-ttl .icon-label {
	display: inline-block;
	padding: .2em .5em;
	height: 1.5em;
	box-sizing: border-box;
	background-color: #ba004f;
	line-height: 1;
	font-size: 75%;
	font-weight: 500;
	color: #fff;
}
.blk_form .col-ttl .icon-label2 {
	background-color: #979797;
}
.blk_form .select-city {
	width: 100%;
	margin-top: 1em;
}
.notes-form {
	text-align: center;
}
.notes-form p:first-child {
	margin-bottom: .5em;
}
.notes-form a {
	display: inline-block;
	margin: 0 1em;
	text-decoration: underline;
	color: #2d64d2;
}
.notes-form a::before {
	content: "＞";
	display: inline-block;
}
.privacymark {
	display: none;
}
.privacy-form {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.img-privacy-form {
	display: block;
	width: 38%;
}
.img-privacy-form img {
	display: block;
	max-width: 100%;
	width: auto;
}
.txt-privacy-form {
	display: block;
	width: 58%;
	line-height: 1.2;
	text-align: left;
	color: #2d64d2;
}
.txt-privacy-form {
	font-weight: bold;
}
.txt-privacy-form small {
	display: block;
	font-weight: 400;
}
@media screen and (max-width: 1032px) {
	.sec_form {
		margin-bottom: 8vw;
	}
	.sec_form p {
		font-size: 3.75vw;
	}
	.blk_form {
		min-height: 111.25vw;
		font-size: 3.75vw;
	}
	.flx-head-blk_form {
		align-items: center;
		justify-content: space-between;
		padding: .25em 1em .75em;
	}
	.ttl-blk_form {
		width: 60%;
		font-size: 4vw;
	}
	.steps-blk_form {
		width: 40%;
	}
	.blk_form .box_form {
		min-height: 68.59375vw;
	}
	.blk_form .flx-box_form {
		padding: 1em;
	}
	.blk_form .col-ttl,
	.blk_form .col-dtl {
		width: 100%;
	}
	.blk_form .col-ttl {
		margin-bottom: .75em;
		font-weight: bold;
	}
	.blk_form .col-dtl:not(.end) {
		margin-bottom: 2em;
	}
	.blk_form .tab4 .col-dtl:not(.end) {
		margin-bottom: 1.5em;
	}
	.blk_form .col-ttl .icon-label {
		margin-left: 1em;
		vertical-align: middle;
	}
	.blk_form .select-city {
		margin-top: 1em;
	}
	.blk_form select,
	.blk_form textarea,
	.blk_form input[type='email'],
	.blk_form input[type='text'] {
		font-size: max(16px,3.75vw);
	}
	.btns-blk_form .btn-order {
		width: 57.5vw;
		display: block;
		margin-left: auto;
		margin-right: 0;
		padding-left: .5em;
		padding-right: .5em;
		font-size: 4.0625vw !important;
	}
	.steps-blk_form {
		text-align: right;
	}
	.steps-blk_form .step {
		width: 5vw;
		height: 5vw;
		font-size: 3.125vw;
	}
	.steps-blk_form .step + .step {
		margin-left: .5vw;
	}
	.notes-form p,
	.notes-form p a {
		font-size: 3.28125vw;
	}
	.privacy-form {
		width: 37.5vw;
		margin: 0 auto 1em;
	}
	.txt-privacy-form {
		font-size: 2.8125vw;
	}
	.txt-privacy-form small {
		font-size: 2.34375vw;
	}
	.errtxt2 {
		left: 30%;
	}
	.finished {
		height: 80vw;
	}
}
@media screen and (min-width: 1033px), print {
	.sec_form {
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		margin: auto;
		max-width: 536px;
	}
	.sec_form p {
		text-align: center;
		font-size: 18px;
	}
	.blk_form {
		width: 436px;
		min-height: 493px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 3em;
		font-size: 18px;
	}
	.flx-head-blk_form {
		align-items: center;
		justify-content: space-between;
		height: 70px;
		padding: 0 0 .4em .7em;
	}
	.ttl-blk_form {
		width: 55%;
		font-size: 22.4px;
	}
	.steps-blk_form {
		width: 40%;
	}
	.blk_form .box_form {
		min-height: 316px;
	}
	.blk_form .flx-box_form {
		align-items: center;
		justify-content: space-between;
		padding: 1em 1.45em 0;
	}
	/* .blk_form .col-ttl,
	.blk_form .col-dtl:not(.end) {
		margin-bottom: 2.1em;
	}
	.blk_form .tab4 .col-ttl,
	.blk_form .tab4 .col-dtl:not(.end) {
		margin-bottom: 1em;
	}
	.blk_form .col-ttl {
		width: 23%;
		font-weight: 500;
	}
	.blk_form .col-dtl {
		width: 74%;
	} */
	.blk_form .col-ttl,
	.blk_form .col-dtl {
		width: 100%;
	}
	.blk_form .col-ttl {
		margin-bottom: .75em;
		font-weight: bold;
	}
	.blk_form .col-dtl:not(.end) {
		margin-bottom: 2em;
	}
	.blk_form .col-ttl .icon-label {
		margin-left: 1em;
		vertical-align: middle;
	}
	.blk_form .btn-checkbox-wrap label:hover {
		background-color: #487ee9;
		border-color: #487ee9;
		color: #FFF;
	}
	.blk_form .select-city,
	.blk_form input[type='text'] {
		width: 348px;
	}
	.blk_form .select-city {
		margin-top: 1em;
	}
	.btns-blk_form {
		padding-top: 0;
	}
	.btns-blk_form .btn-order {
		width: 264px;
		padding-left: 1em;
		padding-right: 1em;
		font-size: 20px !important;
	}
	.btns-blk_form .btn-order:hover {
		background-color: #fff;
		color: #ba004f;
	}
	.btns-blk_form .btn-back:hover {
		background-color: #fff;
		color: #777;
	}
	.steps-blk_form .step {
		height: 25px;
		width: 25px;
		font-size: 16px;
	}
	.steps-blk_form .step + .step {
		margin-left: 2px;
	}
	.notes-form {
		margin-bottom: 1em;
	}
	.notes-form p {
		font-size: 16px;
	}
	.notes-form a {
		font-size: 14px;
	}
	.privacy-form {
		margin: -1em auto 1em;
		width: 184px;
	}
	.img-privacy-form {
		width: 32%;
	}
	.txt-privacy-form {
		font-size: 12px;
	}
	.txt-privacy-form small {
		font-size: 11px;
	}
	.errtxt2 {
		left: 20%;
	}
	.finished {
		height: 350px;
	}
}
@media screen and (min-width: 1300px) {
	.sec_form {
		left: 0;
		right: -730px;
	}
}
@media screen and (max-width: 1032px) {
  .form-note {
    font-size: 3.1vw !important;
    font-weight: 700;
    margin: auto;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
  }
  
  .blk_form .box_form {
    position: relative;
  }
}
  
  @media screen and (min-width: 1033px) {
	.txt-blk_form, .ttl-blk_form{
	  font-size: 20px !important;
	}
  
	.form-note {
	  font-size: 12px !important;
	  font-weight: 700;
	  margin: 3px auto -80px !important;
	}
  }
