*{
	margin: 0;
	padding: 0;
}
body {
	background: #FFF;
	text-align: left;
	line-height: 2;
	font-family: Helvetica,Arial,’Hiragino Kaku Gothic Pro’,'ヒラギノ角ゴ Pro W3','Droid Sans',sans-serif;
	font-weight: 400;
	font-feature-settings : "palt";
	color: #000;
	user-select:none;
	-webkit-user-select: none;
	-webkit-touch-callout:none;
	margin: 0;
}
@media (min-width: 641px){
	html{ font-size: 62.5%; }
	body{ font-size: 2rem; }
}
@media (max-width: 640px){
	body{ font-size: 4.2666vw; }
}
a{ color: #2e80c1; }
img{
	display: block;
	margin: auto;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
p, main h3, main h4, table{ margin: 30px 0; }
table{
	width: 100%;
	border-collapse: collapse;
}
th, td{
	border: 1px solid #d3d3d3;
	line-height: 1.6;
	font-size: .875em;
}
th{ background: #f7f8f8; }
ul, ol{ padding-left: 20px; }

@media (min-width: 641px){
	a:hover{ text-decoration: none; }
	a:hover img{
		opacity: .7;
		-webkit-transition: .3s;
		transition: .3s;
	}
	th, td{ padding: 15px; }
	.inner{
		margin: auto;
		width: 730px;
	}
}
@media (max-width: 640px){
	th, td{ padding: 10px; }
	.inner{ padding: 0 15px; }
}

/* ------------------------------------------------
 header
------------------------------------------------ */
header{ border-bottom: 1px solid #ddd; }
#logo{
	padding: 5px 0;
	width: 168.75px;
	height: 30px;
	background: url(../images/logo.png?var=211208) 0 5px no-repeat;
	background-size: contain;
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
}

/* ------------------------------------------------
 main
------------------------------------------------ */
main {
  /* --color: #58b5c9; */
  --color: #df8904;
}
h1, h2, h3, h4{ font-weight: bold; }
main h1, main h2{
	line-height: 1.4;
}
main h1{
	margin: 20px 0;
	font-size: 1.5em;
}
main h2{
	margin: 40px 0;
	padding: 10px 15px;
	background: var(--color, #58b5c9);
	font-size: 1.25em;
	color: #fff;
}
main h3{
	margin: 40px 0;
	padding: 10px 5px;
	border-top: 2px solid var(--color, #58b5c9);
	border-bottom: 2px solid var(--color, #58b5c9);
	line-height: 1.6;
	font-size: 1.125em;
	color: var(--color, #58b5c9);
}
main h4{
	border-bottom: 2px dotted #aaa;
    font-size: 1em;
}
.pr{
	display: inline-block;
	margin-right: 10px;
	padding: 2px 5px;
	border: 1px solid #999;
	vertical-align: middle;
	line-height: 1;
	font-size: 0.6em;
	color: #999;
}
@media (min-width: 641px){
	main{ padding-bottom: 100px; }
}
@media (max-width: 640px){
	main{ padding-bottom: 50px; }
	main h2{ margin: 40px -15px; }
}

/* ------------------------------------------------
 refine
------------------------------------------------ */
#refine h3{
	position: relative;
	padding: 10px 15px;
	margin: 0;
	background: #58b5c9;
	border: 0;
	line-height: 1.4;
	color: #fff;
}
#refine h3:after{
	position: absolute;
	content: "＋";
	right: 10px;
	width: 30px;
	height: 30px;
	border: 1px solid #fff;
	border-radius: 3px;
	box-sizing: border-box;
	line-height: 30px;
	text-align: center;
	color: #fff;
}
#refine h3.open:after{
	content: "－";
	background: #fff;
	color: #58b5c9;
}
#refine #searchform{
	border: 2px solid #ccc;
	border-top: 0;
}
#refine h4{ border-bottom: 0; }
#refine h4:before{ content: ""; }
#refine .flx{ flex-wrap: wrap; }
#refine label{
	position: relative;
	display: inline-block;
}
#refine label:before, #refine label.checked:after{
	position: absolute;
	content: "";
	border-radius: 100%;
}
#refine label:before{
	left: 0;
	border: 1px solid #ccc;
}
#refine label:after{ background: #58b5c9; }
#refine input[type=radio]{ display: none; }
.refine_btn, .more a{
	background: #58b5c9;
	border: 0;
	border-radius: 5px;
	text-align: center;
	color: #fff;
}
.refine_btn{
	font-family: Helvetica,Arial,’Hiragino Kaku Gothic Pro’,'ヒラギノ角ゴ Pro W3','Droid Sans',sans-serif;
	-webkit-appearance: none;
}
@media (min-width: 751px){
	#refine h3, #refine label{ cursor: pointer; }
	#refine, #column{ margin: 80px 0; }
	#refine #searchform{ padding: 30px 30px; }
	#refine section{
		display: flex;
		align-items: center;
		padding: 15px 0;
		border-bottom: 1px solid rgba(157, 124, 107, .3);
	}
	#refine h4{
		position: relative;
		flex: 0 0 90px;
		margin-top: -2px;
		margin-right: 40px;
		padding: 5px 10px;
		height: 40px;
		background: #58b5c9;
		box-sizing: border-box;
		font-weight: normal;
		font-size: 1.6rem;
		color: #fff;
	}
	#refine h4:after{
		position: absolute;
		content: "";
		top: 0;
		right: -35px;
		border: 20px solid transparent;
		border-left: 15px solid #58b5c9;
	}
	#refine label{
		margin-right: 10px;
		padding: 5px 5px 5px 24px;
		font-size: 1.6rem;
	}
	#refine label:before{
		top: 8px;
		width: 16px;
		height: 16px;
	}
	#refine label.checked:after{
		top: 11px;
		left: 3px;
		width: 12px;
		height: 12px;
	}
	.refine_btn{
		display: block;
		margin: 30px auto 0;
		width: 480px;
		height: 80px;
		font-size: 2rem;
		cursor: pointer;
	}
}
@media (max-width: 750px){
	#refine{ margin: 30px 0; }
	#refine #searchform{ padding: 1px 10px 20px; }
	#refine h3:after{ top: 10px; }
	#refine section{ padding: 0; }
	#refine h4{
		margin: 20px 0 10px;
		padding: 4px 10px 2px;
		background: #58b5c9;
		font-weight: normal;
		font-size: 1em;
		color: #fff;
	}
	#refine label{
		margin: 0 2% 5px 0;
		padding: 6px 8px 5px 20px;
		width: 48%;
		border: 1px solid #ccc;
		border-radius: 3px;
		box-sizing: border-box;
		font-size: 4vw;
	}
	#refine label:nth-of-type(even){ margin-right: 0; }
	#refine label:before{
		top: .8em;
		left: 3px;
		width: 12px;
		height: 12px;
	}
	#refine label.checked:after{
		top: 1em;
		left: 6px;
		width: 8px;
		height: 8px;
	}
	#refine .refine_block label{ width: 100%; }
	.refine_btn{
		display: block;
		margin-top: 20px;
		padding: 15px 10px;
		width: 100%;
		font-size: 1em;
		cursor: pointer;
	}
}

/* ------------------------------------------------
 relate
------------------------------------------------ */
ul.relate{
	margin: -30px 0 0;
	padding: 0;
	list-style: none;
}
ul.relate li{ border-bottom: 1px solid #ddd; }
ul.relate li a{
	position: relative;
	display: block;
	text-decoration: none;
	line-height: 1.4;
	color: #666;
}
ul.relate li a:after{
	position: absolute;
	content: "";
	top: 50%;
	width: 6px;
	height: 6px;
	border-top: 2px solid #58b5c9;
	border-right: 2px solid #58b5c9;
	-webkit-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
}
@media (min-width: 751px){
	ul.relate li a{
		padding: 15px 30px 15px 15px;
		font-size: .8em;
		-webkit-transition: .3s;
		transition: .3s;
	}
    ul.relate li a:after{ right: 15px; }
	ul.relate li a:hover{ background: #fafafa; }
}
@media (max-width: 750px){
	ul.relate li a{
		padding: 15px 30px 15px 0;
		font-size: .9em;
	}
    ul.relate li a:after{ right: 5px; }
}

/* ------------------------------------------------
 store_box
------------------------------------------------ */
.store_box{
	background: #fff;
	border: 5px solid #58b5c9;
}
.store_box h3{
	margin: 0;
	padding: 0;
	border: 0;
}
.store_box h3 a{
	position: relative;
	display: block;
	text-decoration: none;
	color: #452d1e;
}
.store_box h3 a:after{
	position: absolute;
	content: "";
	right: 0;
}
.store_box .feature{
	padding-left: 0;
	list-style: none;
}
.store_box .feature li{ position: relative; }
.store_box .feature li:before{
	position: absolute;
	content: "";
	left: 0;
}
.store_box .good, .store_box .bad{ border-radius: 5px;}
.store_box .good .icon, .store_box .bad .icon{
	position: relative;
	display: inline-block;
	padding: 2px 8px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, .1);
	font-weight: bold;
	color: #fff;
}
.store_box .good .icon:after, .store_box .bad .icon:after{
	position: absolute;
	content: "";
	left: 0;
}
.store_box .good{ background: #fffae7; }
.store_box .good .icon{ background: #ffc81b; }
.store_box .good .icon:after{
	border-top-color: #eab820!important;
	border-right-color: #eab820!important;
}
.store_box .bad{ background: #eaf8f9; }
.store_box .bad .icon{ background: #0dafcb; }
.store_box .bad .icon:after{
    border-top-color: #098aa1!important;
    border-right-color: #098aa1!important;
}
.store_box .bad .feature li:before{ border-color: #0dafcb; }
@media (min-width: 751px){
	.store_box{
		margin-bottom: 50px;
		padding: 30px;
	}
	.store_box .flx{
		display: flex;
		align-items: flex-start;
	}
	.store_box .img{
		flex: 0 0 300px;
		padding-right: 40px;
	}
	.store_box .detail{ flex: 1; }
	.store_box h3 a{ font-size: 3rem; }
	.store_box h3 a:after{
		top: 15px;
		border: 8px solid transparent;
		border-left: 12px solid;
	}
	.store_box h3 a:hover{
		background: #fffae7;
		text-decoration: underline;
		-webkit-transition: .3s;
		transition: .3s;
	}
	.store_box .feature li{
		margin: 8px 0;
		padding-left: 20px;
		font-size: 1.6rem;
	}
	.store_box .feature li:before{
		top: 2px;
		width: 6px;
		height: 12px;
		border-bottom: 4px solid #ffc81b;
		border-right: 4px solid #ffc81b;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.store_box .good, .store_box .bad{ padding: 0 20px 10px; }
	.store_box .good .icon, .store_box .bad .icon{
		margin: 10px 0 0 -28px;
		font-size: 1.4rem;
	}
	.store_box .good .icon:after, .store_box .bad .icon:after{
		bottom: -8px;
		border: 4px solid transparent;
	}
	.store_box .bad{ margin-top: 15px; }
	.store_box .bt_cv a{ margin: 20px auto; }
}
@media (max-width: 750px){
	.store_box{
		margin: 30px 0;
		padding: 20px 15px 0;
	}
	.store_box .img{
		margin-bottom: 20px;
		text-align: center;
	}
	.store_box h3 a{ padding-left: 36px; }
	.store_box h3 a:after{
		top: 8px;
		border: 6px solid transparent;
		border-left: 10px solid;
	}
	.store_box .feature li{
		margin: 5px 0;
		padding-left: 16px;
		font-size: .9em;
	}
	.store_box .feature li:before{
		top: 3px;
		width: 5px;
		height: 9px;
		border-bottom: 3px solid #ffc81b;
		border-right: 3px solid #ffc81b;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);		
	}
	.store_box .good, .store_box .bad{
		margin-top: 15px;
		padding: 10px 15px;
	}
	.store_box .good .icon, .store_box .bad .icon{
		margin-left: -21px;
		font-size: .9em;
	}
	.store_box .good .icon:after, .store_box .bad .icon:after{
		bottom: -6px;
		border: 3px solid transparent;
	}
}

/* ------------------------------------------------
 top
------------------------------------------------ */
.eyecatch{ text-align: center; }
.inner1000 .sidebar{ font-size: .8em; }
.inner1000 .sidebar h3{
	padding: 10px;
	background: #58b5c9;
	line-height: 1.2;
	color: #fff;
}
.inner1000 .sidebar ul{
	padding: 10px;
	list-style: none;
	border: 1px solid #58b5c9;
}
.inner1000 .sidebar ul li{
	border-bottom: 1px dotted #ccc;
	line-height: 1.4;
}
.inner1000 .sidebar ul li:last-child{ border-bottom: 0; }
.inner1000 .sidebar ul li a{
	position: relative;
	display: block;
	padding: 10px 20px 10px 5px;
	text-decoration: none;
	-webkit-transition: .3s;
	transition: .3s;
}
.inner1000 .sidebar ul li a:after{
	position: absolute;
	content: "";
	top: 50%;
	right: 0;
	border: 5px solid transparent;
	border-left: 8px solid #58b5c9;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media (min-width: 1001px){
	.eyecatch{
		margin: 30px auto;
		width: 1000px;
	}
	.inner1000{
		display: flex;
		justify-content: space-between;
		margin: auto;
		width: 1000px;
	}
	.inner1000 main{ flex: 70% 0 0; }
	.inner1000 .sidebar{
		flex: 28% 0 0;
		margin: 20px 0 50px;
	}
	.inner1000 .sidebar ul li a:hover{ background: #fffae7; }
}
@media (max-width: 1000px){
	.inner1000{ padding: 0 15px; }
	.inner1000 .sidebar{ margin-bottom: 50px; }
}

/* ------------------------------------------------
 footer
------------------------------------------------ */
footer{
	padding: 20px 0;
	background: #58b5c9;
	text-align: center;
	line-height: 1.6;
	font-size: .75em;
	color: #fff;
}
footer a{ color: #fff; }

/* ------------------------------------------------
 popup
------------------------------------------------ */
#pop{
	display: none;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	z-index: 99;
}
.pop_wrap{
	position: absolute;
	top: 50%;
	left: 0;
	padding: 0 15px;
	width: 100%;
	box-sizing: border-box;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.pop_close{
	position: relative;
	margin: 10px auto;
	width: 50%;
	border: 2px solid #fff;
	border-radius: 5px;
	text-align: center;
	color: #fff;
}
.pop_close:before{
	position: absolute;
	content: "×";
	top: 50%;
	right: 10px;
	font-weight: bold;
	font-size: 2rem;
	color: #fff;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* ------------------------------------------------
 styles
------------------------------------------------ */
.hide{ display: none; }
.point{
    background-color: #58b5c9;
    color: white;
    width: 13%;
    text-align: center;
    margin-bottom: -30px;
    font-size: 18px;
    border-radius: 5px 5px 0 0;
    font-weight: bold;
}
.box, .box_ylw, .box_merit, .box_demerit{
	margin: 30px 0;
	box-shadow: 1px 1px 0 #fff inset, -1px -1px 0 #fff inset;
}
.box{
	background: #fff;
	border: 2px solid #58b5c9;
}
.box_ylw, .box_merit{
	background: #fdfbe8;
	border: 1px solid #f5e881;
}
.box_demerit{
	background: #eaf8f9;
	border: 1px solid #d1eff2;
}
ul.merit, ul.demerit{
	padding-left: 0;
	list-style: none;
}
ul.merit li, ul.demerit li{
	position: relative;
	padding-left: 30px;
}
ul.merit li:before, ul.demerit li:before{
	position: absolute;
	left: 0;
	line-height: 1;
	font-size: 2.5em;
}
ul.merit li:before{
	content: "○";
	top: -8px;
	color: #e6534c;
}
ul.demerit li:before{
	content: "×";
	top: -5px;
	color: #0dafcb;
}
.marker{
	background: -webkit-linear-gradient(transparent 60%, #FFd700 60%);
	background: linear-gradient(transparent 60%, #FFd700 60%);
	font-weight: 700;
}

.bt_cv a, .bt_cv2 a{
	position: relative;
	display: block;
	border-radius: 5px;
	box-sizing: border-box;
	text-decoration: none;
	text-align: center;
	line-height: 1.4;
	font-weight: bold;
	color: #fff;
	-webkit-animation: bound .5s ease infinite alternate;
	animation: bound .5s ease infinite alternate;
}
.bt_cv a{
	background: #fe941e;
	box-shadow: 0 3px 0 #ec9627;
}
.bt_cv2 a, .stbox_btgr .bt_cv a{
	background: #43a047;
	box-shadow: 0 3px 0 #2e7d32;
}
.bt_cv a:after, .bt_cv2 a:after{
	position: absolute;
	content: "";
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
@-webkit-keyframes bound{
	50%{ -webkit-transform: translateY(0); }
	75%{ -webkit-transform: translateY(5px); }
}
@keyframes bound{
	50%{ transform: translateY(0); }
	75%{ transform: translateY(5px); }
}
.osusume_ranking{ background: #ffc; }
.osusume_ranking table{ background: #fff; }
.osusume_ranking table tbody tr:nth-of-type(1) td{ background: #FFF59D; }

@media (min-width: 641px){
	.sp{ display: none; }
    
	.box, .box_ylw{ padding: 1px 40px; }
	.box_merit, .box_demerit{ padding: 20px 40px; }
	.bt_cv a, .bt_cv2 a{
		margin: 50px auto;
		padding: 25px 20px 20px;
		width: 600px;
		height: 80px;
		font-size: 2.4rem;
	}
	.bt_cv a:hover, .bt_cv2 a:hover{
		top: 2px;
		-webkit-animation: none;
		animation: none;
	}
	.bt_cv a:hover{ box-shadow: 0 1px 0 #ec9627; }
	.bt_cv2 a:hover, .stbox_btgr .bt_cv a:hover{ box-shadow: 0 1px 0 #2e7d32; }
	.bt_cv a:after, .bt_cv2 a:after{
		right: 20px;
		border: 10px solid transparent;
		border-left: 14px solid;
	}
	.osusume_ranking table{ border: 10px solid #ffc; }
}
@media (max-width: 640px){
	.pc{ display: none; }
    .point{
		background-color: #58b5c9;
		color: white;
		width: 25%;
		text-align: center;
		margin-bottom: -30px;
		font-size: 16px;
		border-radius: 5px 5px 0 0;
		font-weight: bold;
	}
	.box, .box_ylw{ padding: 1px 20px; }
	.box_merit, .box_demerit{ padding: 20px; }
	.bt_cv a, .bt_cv2 a{
		margin: 30px auto;
		padding: 15px 20px;
		line-height: 1.4;
		font-size: 1.2rem;
	}
	.bt_cv a:after, .bt_cv2 a:after{
		right: 8px;
		border: 7px solid transparent;
		border-left: 10px solid;
	}
	table.swipe{
		position: relative;
		display: block;
		font-size: 0;
		overflow-x: scroll;
	}
	table.swipe:before{
		position: absolute;
		content: "";
		top: 30%;
		left: 50%;
		width: 90px;
		height: 75px;
		background: url(../images/tbl_slide.png) 0 0 no-repeat;
		background-size: 90px 75px;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		z-index: 2;
	}
	table.swipe.close:before{
		opacity: 0;
		-webkit-transition: .3s;
		transition: .3s;
	}
	table.swipe thead, table.swipe tbody{
		display: block;
		width: -webkit-max-content;
		width: max-content;
	}
	table.swipe th, table.swipe td{
		width: 100px;
		font-size: .8rem;
	}
	table.swipe tbody th{
		position: -webkit-sticky;
		position: sticky;
		left: 0;
		line-height: 1.4;
		z-index: 1;
	}
	table.swipe thead th.blank{
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		left: 0;
		z-index: 1;
	}
	table.swipe tbody th:before, table.swipe thead th.blank:before,
	table.swipe tbody th:after, table.swipe thead th.blank:after{
		position: absolute;
		content: "";
		top: 0;
		width: 1px;
		height: 100%;
		background: #ccc;
	}
	table.swipe tbody th:before, table.swipe thead th.blank:before{
		left: -1px;
	}
	table.swipe tbody th:after, table.swipe thead th.blank:after{
		right: -1px;
	}
	table.swipe::-webkit-scrollbar{ height: 10px; }
	table.swipe::-webkit-scrollbar-track{ background: #f1f1f1; }
	table.swipe::-webkit-scrollbar-thumb{ background: #bcbcbc; }
	.osusume_ranking{
		margin: 0 -15px;
		padding: 10px 15px;
	}
}
.cta_kaeru{
	display: flex;
	justify-content: center;
	align-items: center;
}
.cta_kaeru p{
	position: relative;
	margin-right: 20px;
	padding: 10px 15px;
	background: #ffd700;
	border-radius: 10px;
	line-height: 1;
}
.cta_kaeru p:after{
	position: absolute;
	content: "";
	top: 50%;
	left: 100%;
	border: 5px solid transparent;
	border-left: 15px solid #ffd700;
}

/* ------------------------------------------------
 .shiny-btn
------------------------------------------------ */
.shiny-btn {
    display: block;
    position: relative;
	width: 362px;/*ボタンの幅*/
    margin: 20px auto;
    overflow: hidden;
}
.shiny-btn:before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -0px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn 3s ease-in-out infinite;
}
@-webkit-keyframes shiny-btn {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 0.9; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
@keyframes shiny-btn {
    0% { transform: scale(0) rotate(45deg); opacity: 0; }
    80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { transform: scale(4) rotate(45deg); opacity: 0.9; }
    100% { transform: scale(50) rotate(45deg); opacity: 0; }
}

@media (max-width: 640px){
	.shiny-btn {
		width: 100%;/*ボタンの幅*/
	}
}

/* ------------------------------------------------
 .bounce-btn
------------------------------------------------ */
.bounce-btn {
    -webkit-animation: bound .5s ease infinite alternate;
	animation: bound .5s ease infinite alternate;
}
@-webkit-keyframes bound{
	50%{ -webkit-transform: translateY(0); }
	75%{ -webkit-transform: translateY(5px); }
}
@keyframes bound{
	50%{ transform: translateY(0); }
	75%{ transform: translateY(5px); }
}

/* ------------------------------------------------
 holiday visible
------------------------------------------------ */
.holiday-off,
.holiday-on {
	display: none;
}


.flow {
  padding: 15px;
  background: #f8f8f8;
  margin: 0 -25px;
}
.flow_list {
  display: flex;
  gap: 5%;
  overflow-x: scroll;
  list-style-type: none;
  margin: 0;
}
.flow_list dl, 
.flow_list li {
  width: 230px;
  flex-shrink: 0;
  border: 1px solid #45b1c7;
  border-radius: 5px;
  background: #fff;
}
.flow_list dl dt, 
.flow_list li dt {
  padding: 1rem;
  border-radius: 4px 4px 0 0;
  background: #c9e8ee;
  border-bottom: 1px solid #45b1c7;
  color: #45b1c7;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
.flow_list dl dd, 
.flow_list li dd {
  padding: 1rem;
  border-radius: 0 0 4px 4px;
}
.flow_list dl dd p, 
.flow_list li dd p {
  margin: 0 0 1em;
  line-height: 1.2;
}
@media screen and (min-width: 750px) {
  .leaseback .flow {
    margin: 0;
  }
  .flow_list dl, 
  .flow_list li {
      width: 400px;
  }
}


.cta_2btn {
	display: flex;
	gap: 5%;
	justify-content: space-between;
	align-items: center;
	margin: 20px auto;
}
.cta_2btn_content {
  padding: 1em;
  border: 2px dashed #eee;
  text-align: center;
}
.cta_2btn_content p {
  margin: 0 0 .5em;
}
.cta_2btn_content .image {
  width: 120px;
  margin: .5em auto;
  text-align: center;
}
.cta_2btn-base {
	border-radius: 5px;
	text-align: center;
	font-weight: bold;
}
.cta_2btn-base span,
.cta_2btn-base a {
	display: block;
	text-decoration: none;
	color: #fff !important;
  line-height: 1.2;
}
.cta_2btn-no {
	width: 35%;
	background: #48A6A7;
	box-shadow: 0 3px 0 #398081;
	animation: btn1 1s infinite;
}
.cta_2btn-no span,
.cta_2btn-no a {
	padding: 10px;
}
.cta_2btn-start {
	width: 60%;
	background: #ffa500;
	box-shadow: 0 3px 0 #df9000;
	animation: btn2 1s infinite;
}
.cta_2btn-start span,
.cta_2btn-start a {
	padding: 15px;
	font-size: 120%;
}