@charset "utf-8";

/*common*/
html {
	scroll-behavior: smooth;
}
a img{border:none;}
a:hover img{opacity:0.8;}
img{vertical-align:middle;}
sup{font-size:11px;}

.scene .unit {background: url(/products/bizprojector/ekokuban/images/ek_p05_nav_unit_on.png) no-repeat left top;}
.scene .preparation {background: url(/products/bizprojector/ekokuban/images/ek_p05_nav_preparation_on.png) no-repeat left top;}
.scene .lowcost {background: url(/products/bizprojector/ekokuban/images/ek_p05_nav_lowcost_on.png) no-repeat left top;margin-right: 0;}
.scene .interactive {background: url(/products/bizprojector/ekokuban/images/ek_p05_nav_interactive_on.png) no-repeat left top;}

.scene a{
	display: block;
}
.scene a:hover img {
	visibility: hidden;
}

.fl{float:left;}
.fr{float:right;}
.clear{clear:both;}
.tl{text-align:left !important;}
.tc{text-align:center;}
.tr{text-align:right;}
.m_auto{margin-left:auto; margin-right:auto;}

.w40per{width:40%;}
.w45per{width:45%;}
.w46per{width:46%;}
.w47per{width:47%;}
.w48per{width:48%;}
.w49per{width:49%;}
.w50per{width:50%;}
.w51per{width:51%;}
.w52per{width:52%;}
.w53per{width:53%;}
.w54per{width:54%;}
.w55per{width:55%;}
.w56per{width:56%;}
.w57per{width:57%;}
.w58per{width:58%;}
.w59per{width:59%;}
.w60per{width:60%;}
.w61per{width:61%;}
.w62per{width:62%;}
.w63per{width:63%;}
.w64per{width:64%;}
.w65per{width:65%;}
.w66per{width:66%;}
.w67per{width:67%;}
.w68per{width:68%;}
.w69per{width:69%;}
.w70per{width:70%;}

.mt05{margin-top:5px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt40{margin-top: 40px;}
.mb0{margin-bottom:0 !important;}
.mb14{margin-bottom: 14px;}

.pt10{padding-top:10px;}
.pb0{padding-bottom:0 !important;}
.pb10{padding-bottom:10px;}

.w140{width:140px;}
.w145{width:145px;}
.w150{width:150px;}
.w550{width:550px;}
.w560{width:560px;}

.h230{height:230px;}
.h240{height:240px;}
.h430{height:430px;}
.h440{height:440px;}
.h450{height:450px;}
.h500{height:500px;}

.relative{position:relative;}
.position_btm{position:absolute; bottom:0;}
.fl_list {
	display: flex;
}
.fl_list li {
	flex: 1;
	padding: 0 20px;
}
/* .fl_list li{float:left;}
.fl_list li.right{float:right;}
.fl_list li.border_light_r{padding-right:20px; margin-right:20px;} */
@media screen and (max-width: 767px) {
	.fl_list {
		display: block;
	}
}

table.no_border,table.no_border th,table.no_border td{border:none; font-size:12px;}

.top_txt{position:absolute; top:40px; left:285px; font-size:20px; font-weight:bold; border-left:1px dotted #ccc; padding-left:15px; color:#222;}
.h1_txt{font-size:25px; font-weight:bold; margin-bottom:10px;}
h2{
	border: #ccc solid 1px;
	border-radius: 5px;
	background: linear-gradient(#fdfdfd, #ebebec);
	position: relative; 
	height:65px; 
	line-height:65px; 
	padding-left:23px; 
	font-size:22px; 
	font-weight:bold; 
	color:#333333; 
	margin-top:35px;
	margin-bottom:25px; 
}
h2::before {
	content: '';
	display: block;
	width: 15px;
	height: 45px;
	background: url('/products/bizprojector/ekokuban/images/sp/title_ribbon.png') no-repeat;
	position: absolute;
	top: 50%;
	left: 3px;
	transform: translate(-50%, -50%);
}
h3{font-weight:bold; font-size:22px; color:#0C61B7; margin-bottom:8px;}
.border_light h3{font-weight:bold; font-size:19px; color:#0C61B7; margin-bottom:8px;}
h4{font-weight:bold; font-size:16px; margin-bottom:3px;}
h5{font-size:14px; font-weight:bold; margin-bottom:2px;}

h3 sup{
	color: #0C61B7;
	font-weight: normal;
}

.ex{font-size:11px; margin-top:5px;}
.ex{font-size:12px; margin-top:5px;}

.section{padding-bottom:45px; font-size:16px;}
.link{
	background:url(/common/images/ico_link_01.gif) no-repeat left 0.5em;
	padding:0.2em 0 0 21px;
	font-size:16px;
	margin-top:15px;
}
.link a{color:#0085B2;}

.list_icon{margin-left:20px;}
.list_icon li{
	list-style-image:url(/products/bizprojector/ekokuban/images/list_icon.gif);
	padding-left:0;
	float:none !important;
}

/*line_3box*/

.line_3box li{
	float: left;
	margin-right: 16px;
	width: 309px;
}
.line_3box li a{
	/*padding:5px;*/
	display:block;
}
.line_3box li.right{
	margin-right:0;
	float:right;
}

/*line_1box*/

.line_1box li{
	border:2px solid #cccccc;
}
.line_1box li a{
	padding:5px;
	display:block;
}

/*line_2box*/

.line_2box li{
	border:2px solid #cccccc;
	float:left;
	width:471px;
}
.line_2box li a{
	padding:5px;
	display:block;
}
.line_2box li.right{
	float:right;
}

.border_light{
	border:1px solid #ccc;
	padding:20px 0;
	margin-top:10px;
	background:#fff;
	font-size:16px;
}
.border_light_r{border-right:1px solid #ccc;}
.border_light_b{border-bottom:1px solid #ccc;}
.border_b{border-bottom:2px solid #ccc;}

.border_light .line_2column {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.border_light .line_2column li{
	/* float:left; */
	/* width:435px; */
	margin-right:23px;
	padding-right:23px;
}
.border_light .line_2column li.right{
	float:right; margin-right:0; padding-right:0;
}

.border_light .line_3column {
	display: flex;
}

.border_light .line_3column li{
	flex: 1;
	/* float:left; */
	/* width:276px; */
	/* margin-right:21px; */
	/* padding-right:20px; */
	padding: 0 20px;
}
/* .border_light .line_3column li.right{
	float:right; margin-right:0; padding-right:0;
} */

.border_light .line_3column .position_btm {
	left: 18%;
}

.blue_box{
	border:1px solid #8596B8;
	background:#DBE1F2 url("/products/bizprojector/ekokuban/images/bg_blue.gif") repeat-x left top;
	padding:5px 15px 15px;
}
.banner{margin-top:20px;}

/*tab*/
#tab1,#tab2,#tab3,#tab4{
	margin-top:15px;
}
#tab1,#tab3{margin-bottom:30px;}
#tab2,#tab4{margin-top:45px;}
#tab1 li,#tab2 li,#tab3 li,#tab4 li{
	float:left;
}
#tab1 li a,#tab2 li a,#tab1 li .current,#tab2 li .current{
	display:block;
	width:185px;
	height:51px;
	background:url(/products/bizprojector/ekokuban/images/tab_center.gif) no-repeat;
	text-align:center;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	padding-top:10px;
}
#tab3 li a,#tab3 li .current,#tab4 li a,#tab4 li .current{
	display:block;
	width:160px;
	height:51px;
	background:url(/products/bizprojector/ekokuban/images/tab_center1.gif) no-repeat;
	text-align:left;
	color:#fff;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	padding-top:10px;
}
#tab1 li a .subtxt,#tab2 li a .subtxt{
	display:block;
	font-size:13px;
	color:#fff;
	margin-left:20px;
}
#tab1 li .current .subtxt,#tab2 li .current .subtxt{
	display:block;
	font-size:13px;
	color:#333;
}
#tab3 li a .subtxt,#tab4 li a .subtxt{
	display:block;
	font-size:11px;
	color:#fff;
	margin-left:40px;
}
#tab3 li .current .subtxt,#tab4 li .current .subtxt{
	display:block;
	font-size:11px;
	color:#333;
	margin-left:40px;
}
#tab1 li .no_sub,#tab2 li .no_sub{
	display:block;
	padding-top:10px;
	color:#fff;
}
#tab1 li .current .no_sub,#tab2 li .current .no_sub{
	display:block;
	padding-top:10px;
	color:#333;
}

#tab3 li .no_sub2,#tab4 li .no_sub2{
	display:block;
	padding-top:10px;
	padding-left:40px;
	color:#fff;
}
#tab3 li .current .no_sub2,#tab4 li .current .no_sub2{
	display:block;
	padding-top:10px;
	padding-left:40px;
	color:#333;
}
#tab3 li .no_sub3,#tab4 li .no_sub3{
	display:block;
	padding-left:40px;
	color:#fff;
}
#tab3 li .current .no_sub3,#tab4 li .current .no_sub3{
	display:block;
	padding-left:40px;
	color:#333;
}


#tab1 li.left a,#tab2 li.left a{
	background:url(/products/bizprojector/ekokuban/images/tab_left.gif) no-repeat;
}
#tab1 li.right a,#tab2 li.right a{
	background:url(/products/bizprojector/ekokuban/images/tab_right.gif) no-repeat;
}
#tab1 li a:hover,#tab2 li a:hover,#tab3 li a:hover,#tab4 li a:hover{opacity:0.8;}
#tab1 li .current{
	background:url(/products/bizprojector/ekokuban/images/tab_centerdown.gif) no-repeat;
	color:#333;
}
#tab1 li.left .current{
	background:url(/products/bizprojector/ekokuban/images/tab_leftdown.gif) no-repeat;
	color:#333;
}
#tab1 li.right .current{
	background:url(/products/bizprojector/ekokuban/images/tab_rightdown.gif) no-repeat;
	color:#333;
}
#tab2 li .current{
	background:url(/products/bizprojector/ekokuban/images/tab_centerup.gif) no-repeat;
	color:#333;
}
#tab2 li.left .current{
	background:url(/products/bizprojector/ekokuban/images/tab_leftup.gif) no-repeat;
	color:#333;
}
#tab2 li.right .current{
	background:url(/products/bizprojector/ekokuban/images/tab_rightup.gif) no-repeat;
	color:#333;
}
#tab3 li.left a,#tab4 li.left a{
	background:url(/products/bizprojector/ekokuban/images/tab_left1.gif) no-repeat;
}
#tab3 li.right a,#tab4 li.right a{
	background:url(/products/bizprojector/ekokuban/images/tab_right1.gif) no-repeat;
}
#tab3 li .current{
	background:url(/products/bizprojector/ekokuban/images/tab_centerdown1.gif) no-repeat;
	color:#333;
}
#tab3 li.left .current{
	background:url(/products/bizprojector/ekokuban/images/tab_leftdown1.gif) no-repeat;
	color:#333;
}
#tab3 li.right .current{
	background:url(/products/bizprojector/ekokuban/images/tab_rightdown1.gif) no-repeat;
	color:#333;
}
#tab4 li .current{
	background:url(/products/bizprojector/ekokuban/images/tab_centerup1.gif) no-repeat;
	color:#333;
}
#tab4 li.left .current{
	background:url(/products/bizprojector/ekokuban/images/tab_leftup1.gif) no-repeat;
	color:#333;
}
#tab4 li.right .current{
	background:url(/products/bizprojector/ekokuban/images/tab_rightup1.gif) no-repeat;
	color:#333;
}
#tab1 li.right,#tab3 li.right{clear:right;}

/*lineup*/

.kokuban_lineup{
	margin-top:65px;
	border:1px solid #999999;
	background:#EFF3F6;
	padding:5px 0;
	text-align:center;
}
.kokuban_lineup .line_3column li{
	float:left;
}
.kokuban_lineup .line_3column li a{
	display:block;
	text-align:center;
}
.kokuban_lineup .line_4column li{
	float:left;
}
.kokuban_lineup .line_4column li a{
	display:block;
	text-align:center;
	width:238px;
}

.kokuban_lineup .line_5column li{
	float:left;
}
.kokuban_lineup .line_5column li a{
	display:block;
	text-align:center;
	width:190px;
}

/*feature*/

.pen_list{margin-top:30px; font-size:14px; padding-left:20px; padding-right:20px;}
.pen_list h4{margin-bottom:10px;}
.pen_list .left{float:left; width:450px;}
.pen_list .right{float:right; width:450px;}

/*lineup*/

.btm_btn{
	position:absolute;
	bottom:0;
	width:440px;
}
.border_light .line_2column .btm_btn li{float:left; width:215px; margin-right:0; padding-right:0; padding-bottom:7px;}
.border_light .line_2column .btm_btn li.right{float:right;}
.border_light .line_2column .btm_btn li.center{text-align:center; float:none; width:100%;}

.movie_list{width:560px; margin:10px auto;}
.movie_list li{float:left; padding-bottom:5px;}
.movie_list li.right{float:right}


/* iu */
.movie_2box ul li{
	width: 428px;
}
.movie_2box ul li h3{
	margin-bottom: 20px;
}

/*span*/
.txtred {
	color: red;
}

.feature {
	    background: url(/products/bizprojector/ekokuban/images/img_sarani.jpg);
    height: 111px;
    line-height: 165px;
    padding-left: 23px;
    margin-bottom: 25px;
    font-size: 22px;
    font-weight: bold;
    color: #333333;
    margin-top: 0px;
}


.camera_2box {
	margin: 0 -6px;
overflow: hidden;
}


.camera_2box .camera {
	border: solid 1px #e1e1e1;
	box-sizing: border-box;
	float: left;
margin: 0 6px;
width: 474px;
}
/* h3のところに　*/
span.camera {
    font-size: 12px;
    font-weight: normal;
    color: #0c61b7;
    position: relative;
    bottom: 10px;
    right: 5px;
    font-weight: bold;
}

.subtitle {
    background-color: #0544A5;
    font-size: 143%;
    color: #FFFFFF;
    padding: 5px 16px;
    margin: 45px 0 20px;
}

.step-box {
	border: 2px solid #cccccc;
	text-align: center;
	padding-bottom: 20px;
}

.step-box img {
	margin: 10px;
}


/* index.html .section_appeal　*/
.section_appeal {
	margin: 70px auto -45px;
	padding: 20px 0 10px 0;
	border: 1px solid #ccc;
	overflow: hidden;
}
.section_appeal h3 {
	margin: 0 auto 15px;
	color: #0c61b7;
	font-size: 32px;
	line-height: 1.2;
	text-align: center;
}
.section_appeal h3 span {
	display: block;
	color: #0c61b7;
	font-size: 22px;
}
.appeal_txt {
	margin: 0 auto 15px;
	color: #222;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}
.appeal_wrap {
	width: 804px;
	margin: 0 auto 20px;
	overflow: hidden;
}
.appeal_wrap h4 {
	width: 168px;
	margin: 20px auto;
	border-radius: 17px;
	color: #fff;
	font-weight: 18px;
	font-weight: bold;
	line-height: 1.889;
	text-align: center;
	letter-spacing: 2px;
}
.appeal_wrap ul {
	margin: 0 0 0 40px;
}
.appeal_wrap ul li {
	margin: 0 auto 20px;
	padding: 4px 0 4px 100px;
	color: #222;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.5;
	background-position: left center;
	background-size: 80px 80px;
	background-repeat: no-repeat;
}
.appeal_left li:nth-of-type(1) {
	background-image: url(/products/bizprojector/ekokuban/images/ek_appeal_orange01.png);
}
.appeal_left li:nth-of-type(2) {
	background-image: url(/products/bizprojector/ekokuban/images/ek_appeal_orange02.png);
}
.appeal_left li:nth-of-type(3) {
	background-image: url(/products/bizprojector/ekokuban/images/ek_appeal_orange03.png);
}
.appeal_right li:nth-of-type(1) {
	background-image: url(/products/bizprojector/ekokuban/images/ek_appeal_green01.png);
}
.appeal_right li:nth-of-type(2) {
	background-image: url(/products/bizprojector/ekokuban/images/ek_appeal_green02.png);
}
.appeal_right li:nth-of-type(3) {
	background-image: url(/products/bizprojector/ekokuban/images/ek_appeal_green03.png);
}
.appeal_left {
	float: left;
	width: 390px;
	background: #fff2e0;
}
.appeal_left h4 {
	background: #fe9400;
}
.appeal_right {
	float: right;
	width: 390px;
	background: #edf4e2;
}
.appeal_right h4 {
	background: #6fb82b;
}
.appeal_notes { float: left; }
.appeal_notes td {
	color: #777;
	font-size: 12px;
	line-height: 1.5;
	text-align: left;
}

.sp_only{
display:none;
}

@media screen and (max-width: 767px) {
#contents .fsM {
	font-size: 12px;
}
.appeal_wrap {
	width: 79.89%;
	margin:0 auto;
}
.appeal_wrap ul li {
	padding: 28px 0 28px 100px;
}
.pc_only {
	display: none;
}

.sp_only{
display:block;
}
.appeal_left {
	width: 100%;
	margin: 0 auto 5%;
}
.appeal_right {
	width: 100%;
	margin: 0 auto 5%;
}
.appeal_wrap ul {
	margin: 0 7%;
}
.appeal_notes {
	float: none;
	margin: 0 10px 10px;
}
.appeal_notes td {
	text-align: left;
}
.appeal_notes br {
	display: none;
}
}

#ekokuban #areaContents h3 .point {
display: inline-block;
width:69px;
height:25px;
margin:2px 10px 0 0;
color:#fff;
line-height:25px;
font-size: 11px;
box-sizing:border-box;
text-align:center;
vertical-align: top;
}

#ekokuban #areaContents h3 .point.blue{
background-color: #0b61b8;
}


#ekokuban #areaContents .update{
padding: 30px 100px;
margin-bottom:20px;
border:solid #cccccc 1px;
border-radius:10px;
}

#ekokuban #areaContents .update .updateTitle{
padding: 15px 10px;
background-color: #0fa949;
color: #fff;
font-size: 24px;
text-align: center;
}

#ekokuban #areaContents .update .dlTxt{
text-align: center;
font-weight:bold;
font-size: 22px;
}

#ekokuban #areaContents h3 .point.green{
background-color: #0fa949;
}

#ekokuban #areaContents .targetModel{
background-color: #4f81bd;
border:solid #385d8a 1px;
padding:20px;
}
#ekokuban #areaContents .targetModel p{
color:#fff;
padding-left:1em;
text-indent:-1em;
}

#ekokuban #areaContents .targetModel span{
color:#fff;

}
@media screen and (max-width: 767px) {
#ekokuban #areaContents .update{
padding: 30px 10px;
margin-bottom:20px;
border:solid #cccccc 1px;
border-radius:10px;
}

#ekokuban #areaContents .updateOuter{
padding: 0 10px;
}

#ekokuban #areaContents .update .dlTxt,
#ekokuban #areaContents .update .updateTitle{
font-size: 17px;
}

#ekokuban #areaContents h3 .point {
display: block;
margin-top: 0;
margin-bottom: 10px;
}

}
.p_sm{
	font-size: 14px;
}
.p_note{
	font-size: 14px!important;
	color: #000000!important;
	font-weight: normal!important;
	margin-bottom: 25px;
}
.txt_center{
	text-align: center;
}
/* new layout 7/25 */

/* tab5 */
.tab5 {
	width: 100%;
	margin: 15px 0 34px;
}
.tab5 ul {
	display: flex;
	flex-direction: row;
	border-radius: 4px;
	flex-wrap: wrap;
}
.tab5 ul li {
	position: relative;
	line-height: 1.25;
	display: table;
	width: 20%;
	font-size: 14px;
	font-weight: bold;
	height: 60px;
	text-align: left;
}
.tab5 ul li::before {
	position: absolute;
	content: '';
	background: url('../images/tab_inactive.png') no-repeat;
	width: 39px;
	height: 39px;
	top: 50%;
	transform: translateY(-50%);
	left: 5px;
}
.tab5 ul li::after {
	position: absolute;
	content: '';
	background: url('../images/dot_bg.png') no-repeat;
	width: 3px;
	height: 49px;
    top: 52%;
    transform: translateY(-50%);
    right: 0;
}
.tab5 ul li.unset::after,
.tab5 ul li:last-child:after {
	content: unset;
}
.tab5 ul li.current::before {
	background: url('../images/tab_active.png') no-repeat;
}
.tab5 ul li:first-child,
.tab5 ul li:first-child a {
	border-radius: 4px 0 0 4px;
}
.tab5 ul li:last-child,
.tab5 ul li:last-child a {
	border-radius: 0 4px 4px 0;
}
.tab5 ul li.current {
	background: #FFFFFF;
	box-shadow: 0px 0px 0px 2px rgba(12,98,183,1) inset;
	-webkit-box-shadow: 0px 0px 0px 2px rgba(12,98,183,1) inset;
	-moz-box-shadow: 0px 0px 0px 2px rgba(12,98,183,1) inset;
}
.tab5 ul li.current span,
.tab5 ul li a {
	display: table-cell;
	vertical-align: middle;
	text-decoration: none;
}
.tab5 ul li.current span {
	padding: 0 15px 0 50px;
	color: #0C62B7;
}
.tab5 ul li a span {
	display: block;
	padding: 0 15px 0 50px;
	color: #FFFFFF;
}
.tab5 ul li a {
	background: #0C62B7;
}
.tab5 ul li a:hover {
	background-color: rgba(12, 98, 183, .6);
}

/* new layout 2024/2/27 */
/* tab6 */
.tab6 {
	width: 100%;
	margin: 15px 0 34px;
}
.tab6 ul {
	display: flex;
	flex-direction: row;
	border-radius: 4px;
}
.tab6 ul li {
	position: relative;
	line-height: 1.25;
	display: table;
	font-size: 12px;
	font-weight: bold;
	height: 60px;
	text-align: left;
	width: 17%;
}
.tab6 ul li::before {
	position: absolute;
	content: '';
	background: url('../images/tab_inactive.png') no-repeat;
	width: 39px;
	height: 39px;
	top: 50%;
	transform: translateY(-50%);
	left: 5px;
}
.tab6 ul li::after {
	position: absolute;
	content: '';
	background: url('../images/dot_bg.png') no-repeat;
	width: 3px;
	height: 49px;
    top: 52%;
    transform: translateY(-50%);
    right: 0;
}
.tab6 ul li.unset::after,
.tab6 ul li:last-child:after {
	content: unset;
}
.tab6 ul li.current::before {
	background: url('../images/tab_active.png') no-repeat;
}
.tab6 ul li:first-child,
.tab6 ul li:first-child a {
	border-radius: 4px 0 0 4px;
}
.tab6 ul li:last-child,
.tab6 ul li:last-child a {
	border-radius: 0 4px 4px 0;
}
.tab6 ul li.current {
	background: #FFFFFF;
	box-shadow: 0px 0px 0px 2px rgba(12,98,183,1) inset;
	-webkit-box-shadow: 0px 0px 0px 2px rgba(12,98,183,1) inset;
	-moz-box-shadow: 0px 0px 0px 2px rgba(12,98,183,1) inset;
}
.tab6 ul li.current span,
.tab6 ul li a {
	display: table-cell;
	vertical-align: middle;
	text-decoration: none;
}
.tab6 ul li.current span {
	padding: 0 15px 0 50px;
	color: #0C62B7;
}
.tab6 ul li a span {
	display: block;
	padding: 0 21px 0 50px;
	color: #FFFFFF;
}
.tab6 ul li a {
	background: #0C62B7;
}
.tab6 ul li a:hover {
	background-color: rgba(12, 98, 183, .6);
}

/* 202508 youtube */
.youtube-movie {
	margin-top: 80px;
	text-align: center;
}
.youtube-movie .youtube-movie-title{
	display: inline-block;
	padding: 5px 20px 3px;
	border-radius: 8px;
	background: #fff;
	border: 1px solid #999;
	font-weight: bold;
	font-size: 20px;
}
.youtube-movie .youtube-movie-movie{
	margin: 24px auto 0;
	width: 80%;
	aspect-ratio: 560 / 315;
	display: flex;
	justify-content: center;
}
.youtube-movie.small .youtube-movie-movie{
	max-width: 560px;
}
.youtube-movie .youtube-movie-movie iframe {
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 767px) {
	.youtube-movie{
		margin-top: 40px;
	}
	.youtube-movie .youtube-movie-title{
		font-size: 14px;
	}
	.youtube-movie .youtube-movie-movie{
		width: 100%;
		margin: 16px auto 0;
	}
	.youtube-movie.small .youtube-movie-movie{
		max-width: 100%;
	}
}


#areaContents {
	margin: 0 auto;
}

.ttl_sec {
	margin: 30px 0;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	color: #000000;
}

/* nav_steps */
.nav_steps {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin-top: 25px;
}
.flex_col {
	width: 100%;
	max-width: 390px;
	border: 1px solid #0C62B7;
	border-radius: 4px;
	box-sizing: border-box;
}
.nav_steps.col4{
	float: inherit;
}
.nav_steps.col4 .flex_col {
	max-width: 300px;
	margin-top: 0;
}
.nav_steps.screens .flex_col > a{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
.nav_steps.screens .flex_col > a > div{
	display: flex;
	flex-direction: column;
	height: calc(100% - 38px);
}
.nav_steps.screens .flex_col .step_info{
	flex: 1;
  display: flex;
  flex-direction: column;	
	justify-content: center;
}
.nav_steps.screens .flex_col .step_info p em{
	font-size: 16px;
	margin-bottom: 4px;
}
.nav_steps.screens .flex_col .step_info p em{
	font-size: 16px;
	margin-bottom: 4px;
}
.nav_steps.screens .flex_col .step_info .poster img{
	width: 100%;
}
.nav_steps .flex_col.flex_col_link .step_info{
}
.nav_steps .flex_col.flex_col_link .step_info .step_link_blue{
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 7px 10px;
	max-width: 158px;
	width: 100%;
	height: 34px;
	background: #0C62B7;
	border-radius: 4px;
	margin: 4px auto 0;
}
.nav_steps .flex_col.flex_col_link .step_info .step_link_blue span{
	font-weight: 400;
	font-size: 12px;
	line-height: 1;
	letter-spacing: -0.007em;
	color: #FFFFFF;
}
.nav_steps .flex_col.flex_col_link .step_info .step_link_blue span:after{
	content: '';
	display: inline-block;
	width: 7px;
	height: 7px;
	border-style: solid;
	border-width: 2px 2px 0 0;
	border-color: #FFF;
	transform: rotate(45deg);
	margin-left: 10px;
}
.nav_steps .flex_col.flex_col_link a:hover .step_info .step_link_blue{
	opacity: 0.8;
}

/* .flex_col > a {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
} */
.flex_col .step_ttl {
	padding: 10px 0 8px;
	background: #E2F1FF;
	color: #0C62B7;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	line-height: 1.33;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.flex_col.mod {
	border: 1px solid #04872E;
}
.flex_col.mod .step_ttl,
.flex_col.mod .step_link {
	background-color: #EBF5EE;
	color: #00811f;
}
.flex_col .step_info,
.flex_col .step_info02 {
	padding: 13px 12px 10px;
}
.flex_col:nth-child(3) .step_info {
	padding: 13px 10px 10px;
}
.flex_col .step_info p {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	line-height: 1.64;
	text-align: center;
}
.flex_col .step_info .poster {
	margin-top: 14px;
	text-align: center;
}
.flex_col .step_info .poster img {
	width: 200px;
}
.flex_col .step_info .poster.mod {
	margin-bottom: 14px;
}
.flex_col .step_info .poster.mod img {
	width: 38%;
}
/* .flex_col .step_info .poster img {
	width: 100%;
} */
.flex_col .step_link {
	position: relative;
	padding: 9px 0 8px;
	display: inline-block;
	background: #E2F1FF;
	color: #0C62B7;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	width: 100%;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
.flex_col a:hover {
	text-decoration: none;
}
.flex_col .step_link::before {
	position: absolute;
	content: '';
	background: url('../images/ek_arr_down.png') no-repeat;
	width: 20px;
	height: 13px;
	top: 50%;
	transform: translateY(-50%);
	left: 36px;
}
.flex_col.mod .step_link::before {
	background: url('../images/ek_arr_down02.png') no-repeat;
}
.flex_col .step_link:hover {
	text-decoration: none;
}
.flex_col:nth-child(n+4) {
	margin-top: 25px;
}
.sec_block h2 {
	margin: 55px 0 40px;
	display: flex;
	background: #0C62B7;
	box-shadow: 0px 0px 0px 2px rgba(12,98,183,1) inset;
	-webkit-box-shadow: 0px 0px 0px 2px rgba(12,98,183,1) inset;
	-moz-box-shadow: 0px 0px 0px 2px rgba(12,98,183,1) inset;
	border-radius: 4px;
	height: auto;
	color: #FFFFFF;
	font-size: 24px;
	line-height: 1.42;
	padding: 3px 3px;
	border: none;
}
.sec_block h2::before {
	content: none;
}
.sec_block h2 .ttl_name {
	margin-right: 24px;
	position: relative;
	display: inline-block;
	background-color: #FFFFFF;
	color: #0C62B7;
	padding: 12px 12px 9px;
	border-radius: 4px;
	font-size: 18px;
	align-self: center;
}
.sec_block h2 .ttl_subName {
	align-self: center;
}
.sec_block h2.ttl2 .ttl_name {
	padding: 30px 12px;
}
.sec_block h2.ttl2 .ttl_subName {
    line-height: 1.2;
    padding: 9px 13px;
}
.sec_block h2 .ttl_name::after {
	position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    border-top: 23px solid transparent;
    border-bottom: 23px solid transparent;
    right: -13px;
    top: 50%;
    border-left: 15px solid #FFFFFF;
    transform: translateY(-50%);
}
.sec_block h2.ttl2 .ttl_name::after {
	border-top: 43px solid transparent;
    border-bottom: 43px solid transparent;
    border-left: 14px solid #FFFFFF;
}
.sec_block h2 sub {
	font-size: 12px;
	vertical-align: bottom;
}
.sec_block h3 {
	margin-bottom: 20px;
	letter-spacing: -0.6px;
	font-weight: bold;
}
.sec_block .sec_border {
	padding: 40px 0;
}
.sec_block .sec_border.none {
	border-top: none;
}
.sec_block .sec_border {
	border-top: 1px solid #95CCFF;
}
.sec_block .note {
	font-size: 12px;
}
.step1_col_02 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.step1_col_02 .step1_col {
	width: 48%;
}
.step1_col_02 .step1_col img {
	width: 100%;
	height: auto;
}
.step1_col_02 .step1_col p{
	font-size: 16px;
}
.step1_col_02 .step1_col h4 {
	margin-bottom: 10px;
}
.step1_col_02 .step1_col h4,
.step1_col_02 .step1_col p {
	text-align: center;
}
.step1_col_02 .step1_col p {
	margin-top: 10px;
}
.step1_col_02 .step1_col:last-child {
	color: #0C62B7;
	font-weight: bold;
	text-align: center;
}
.step1_img03 {
	margin-top: 20px;
	text-align: center;
}
.text_indent01 {
	margin-top: 27px;
	font-size: 12px;
	padding-left: 2em;
    text-indent: -2em;
}
.various_ways {
	margin: 20px 0;
	padding: 20px 15px;
	background-color: #E2F1FF;
}
.various_flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.various_flex .col {
	padding: 20px 15px;
	background-color: #FFFFFF;
	width: calc((100% - 115px) / 3);
}
.various_flex .col h4 {
	color: #0C62B7;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	text-align: center;
	line-height: 1.8;
}
.various_flex .col h4 span {
	font-size: 14px;
}
.various_flex .various_img {
	display: block;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
.various_info {
	margin-top: 15px;
}
.various_info .label {
	display: inline-block;
	padding: 0 5px;
	font-size: 14px;
	background-color: #0C62B7;
	color: #FFFFFF;
	line-height: 1.6;
	font-weight: bold;
}
.various_info ul {
	margin-top: 10px;
}
.various_info ul li {
	position: relative;
	padding-left: 10px;
	font-size: 14px;
	color: #000000;
	line-height: 1.64;
}
.various_info ul li::before {
	position: absolute;
	content: '';
	border-left: 2px solid #0C62B7;
	height: 100%;
	left: 0;
}
.various_info ul li:not(:first-child) {
	margin-top: 10px;
}
.various_info .sub_txt {
	margin-top: 10px;
	font-size: 12px;
	color: #0C62B7;
}
.various_info img {
	margin-top: 5px;
}
.sec_border .section_appeal {
	margin: 20px 0 0;
	border: none;
}
.materials,
.step4_flex {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.materials .col {
	width: 100%;
	max-width: 460px;
}
.materials .col p {
	margin-top: 10px;
	font-size: 14px;
	text-align: center;
}
h3.share_title {
	color: #333;
}

/* lineup */
.flex_install {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: center;
	gap: 60px;
}
.flex_install .col {
	flex: 1;
	width: 100%;
	display: flex;
	flex-direction: column;
}
.flex_install .col img {
	width: 100%;
}
.flex_install .col .col_ttl {
	text-align: left;
	margin-top: 20px;
	font-weight: bold;
}
.flex_install .col .col_txt {
	flex: 1;
	margin-top: 6px;
	font-size: 16px;
	line-height: 1.28;
	text-align: left;
}
a.btn_mod {
	margin-top: 20px;
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 350px;
	text-align: center;
	font-size: 14px;
	background-color: #0C62B7;
	color: #FFFFFF;
	line-height: 1.64;
	padding: 7px 0;
	border-radius: 4px;
}
a.btn_mod::before {
	position: absolute;
	content: '';
	background: url('../images/anchor_arr.png') no-repeat;
	width: 7px;
	height: 11px;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
}
a.btn_mod:hover {
	text-decoration: none;
	opacity: .7;
}
.carry_flex ul {
	display: flex;
	justify-content: space-between;
	gap: 60px;
}
.carry_flex ul li {
	flex: 1;
	margin: 0 0 20px;
	/* width: 100%; */
	/* max-width: 294px; */
}
.carry_flex ul li img {
	width: 100%;
	margin: 0 auto 10px;
}
.carry_flex ul li .prod_link {
	display: block;
    color: #333;
    font-size: 14px;
    line-height: 1.286;
    text-align: justify;
    text-decoration: none;
    transition: opacity 0.3s ease-out;
}
.carry_flex ul li .category {
	margin: 0 0 5px;
    color: #000;
    font-weight: bold;
    font-size: 16px;
}
.carry_flex ul li .btn_mod, .flex_install .col .btn_mod {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#container #topicPath li:last-child {
	background: none;
}

/* 8/9 modification */
.link a:hover {
	color:#FF3300;
}

/* 9/22 modification */
.vT {
	vertical-align: top;
}

/* additional 06/29/23 */
.mt40_pc {
	margin-top: 40px !important;
}
.step4_flex.mod {
	margin-top: 40px;
	justify-content: space-evenly;
}
.step4_flex.mod .col {
	text-align: center;
	font-weight: bold;
}
.step6_table {
	margin-top: 50px;
}
.step6_table table {
	margin: 23px 0 50px;
	width: 100%;
	max-width: 1240px;
	font-size: 14px;
	line-height: 2.14;
}
.step6_table table th,
.step6_table table td {
	padding: 3px 5px;
	border: 1px solid #707070;
	text-align: center;
}
.step6_table table tbody th, tbody td {
	text-align: left;
}

.step6_table table tbody td.tl {
    padding-left: 34px;
	text-indent: -15px;
}

.step6_table table tbody th.taC, tbody td.taC {
	text-align: center;
	text-indent:0px;
}
.step6_table table .bgBlue {
	background-color: #44A2FF;
	color: #000000;
}
.step6_table table .bgLightBlue {
	background-color: #E2F1FF;
}
.step6_table table .bgGreen {
	background-color: #6FB82B;
	color: #000000;
}
.step6_table table .bgLightGreen {
	background-color: #EDF4E2;
}
.step6_table table .bgOrange {
	background-color: #FF862A;
	color: #000000;
}
.step6_table table .bgLightOrange {
	background-color: #FFF2E0;
}
.step6_data {
	margin-top: 30px;
}
.step6_data_ttl {
	font-weight: bold;
}
.flex_data {
	margin-top: 25px;
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.flex_data .graph {
	display: flex;
	width: 50%;
	padding: 0 20px;
	align-items: center;
	justify-content: space-evenly;
}
.flex_data .graph_list li:not(:first-child) {
	margin-top: 10px;
}
.flex_data .graph_list li span {
	padding-right: 14px;
}
.flex_data .graph_info {
	width: 50%;
	display: grid;
	align-items: center;
}
.graph_info .graph_box {
	width: 100%;
	max-width: 427px;
	border: 1px solid #707070;
	padding: 15px 10px;
	box-sizing: border-box;
	font-size: 14px;
}
.graph_info .graph_box p,
.graph_info .graph_box li {
	line-height: 1.92;
}
.bg_yellow {
	background-color: #FFE400;
}
.fw_bold {
	font-weight: bold;
}
.step1_col.indent p {
	padding-left: 12px;
    text-indent: -14px;
}
.youtube_btn {
	margin: 35px auto 0;
	text-align: center;
}
.youtube_btn a {
	width: 70%;
	display: inline-block;
    font-size: 16px;
    background-color: #0C62B7;
    color: #FFFFFF;
    line-height: 1.64;
    padding: 20px 0;
    border-radius: 4px;
    font-weight: bold;
}
.youtube_btn a:hover {
	text-decoration: none;
    opacity: .7;
}
.banner, .anc03_banner {
	text-align: center;
}
.graph_bg_box{
	display: flex;
  gap: 20px;
  align-items: stretch;
	margin-top: 24px;
}
.graph_bg_box .col{
	padding: 16px 24px 24px;
	background: #F4F4F4;
	flex: 1;
  display: flex;
  flex-direction: column;
}
.graph_bg_box .col .graph_ttl{
	font-weight: 700;
	font-size: 16px;
	line-height: 150%;
	border-bottom: #333 solid 1px;
	padding-bottom: 12px;
}
.graph_bg_box .col .graph_img{
	flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
	margin-top: 24px;
}
.graph_bg_box .col .graph_img img{
	max-width: 100%;
  height: auto;
  display: block;
}
.graph_bg_box.screens{
	align-items: flex-start;
}
.graph_bg_box.screens .col{
	padding: 16px 24px 24px;
}
.graph_bg_box.screens .col .graph_img{
	margin-top: 24px;
}
.annotation_txt{
	font-size: 14px;
}

.green_bg_box{
	margin-top: 24px;
	display: flex;
	justify-content: space-between;
}
.green_bg_box .col{
	box-sizing: border-box;
	width: calc((100% - 30px) / 2);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 24px 24px;
	background: #EBF5EE;
	border: 1px solid #00811F;
	border-radius: 4px;
	text-align: center;
}
.green_bg_box .col .green_ttl{
	font-weight: 700;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: -0.007em;
	color: #00811F;
}
.green_bg_box .col .green_ttl small{
	font-size: 0.7rem;
	vertical-align: top;
}
.green_bg_box .col .img{
	margin-top: 24px;
}
.green_bg_box .col .img img{
	width: 100%;
}

@media screen and (max-width: 767px) {
	#contents .headSection .ttl {
		float: none !important;
	}
	.tab5 ul li {
		width: 50%;
		font-size: .68rem;
	}
	.tab5 ul li.current span,
	.tab5 ul li a span {
		padding: 0 15px 0 40px;
	}
	.tab5 ul li::before {
		background-size: 90% !important;
		width: 33px;
		height: 33px;
		left: 7px;
	}
	.tab5 ul li:nth-child(2):after {
		content: unset;
	}
	.tab5 ul li:nth-child(2),
	.tab5 ul li:nth-child(2) a,
	.tab5 ul li:nth-child(4),
	.tab5 ul li:nth-child(4) a,
	.tab5 ul li:last-child,
	.tab5 ul li:last-child a {
		border-radius: 0 4px 4px 0;
	}
	.tab5 ul li:nth-child(3),
	.tab5 ul li:nth-child(3) a {
		border-radius: 4px 0 0 4px;
	}
	.tab5 ul li:nth-child(3),
	.tab5 ul li:last-child,
	.tab5 ul li:nth-child(4) {
		margin-top: 16px;
	}
	.tab6 ul {
	flex-wrap: wrap;
	}
	.tab6 ul li {
	width: 50%;
	}
	
	.tab6 ul li:nth-child(2),
	.tab6 ul li:nth-child(2) a,
	.tab6 ul li:nth-child(4),
	.tab6 ul li:nth-child(4) a,
	.tab6 ul li:last-child,
	.tab6 ul li:last-child a {
		border-radius: 0 4px 4px 0;
	}
	.tab6 ul li:nth-child(3),
	.tab6 ul li:nth-child(3) a,
	.tab6 ul li:nth-child(5),
	.tab6 ul li:nth-child(5) a {
		border-radius: 4px 0 0 4px;
	}
	.tab6 ul li:nth-child(3),
	.tab6 ul li:last-child,
	.tab6 ul li:nth-child(4),
	.tab6 ul li:nth-child(5) {
		margin-top: 16px;
	}

	
	#contents .headSection {
		margin-bottom: 30px;
	}
	#contents .headSection .ttl {
		height: auto;
		width: 100%;
		text-align: center;
	}
	.ttl_sec {
		font-size: 20px;
	}
	/* .nav_steps */
	.nav_steps {
		flex-wrap: wrap;
	}
	.nav_steps .flex_col {
		width: calc((100% - 10px) / 2);
		margin-right: 10px;
		max-width: 100%;
	}
	.nav_steps .flex_col:nth-child(even) {
		margin-right: 0;
	}
	.nav_steps .flex_col:nth-child(3),
	.nav_steps .flex_col:nth-child(4) {
		margin-top: 10px;
	}
	#contents table.sp_stxt {
		font-size: 12px;
	}
	.flex_col .step_ttl {
		font-size: 13px;
	}
	.flex_col .step_info {
		padding: 13px 12px 10px;
	}
	.flex_col .step_info p,
	.flex_col .step_link {
		font-size: 14px;
		letter-spacing: -0.7px;
	}
	.flex_col .step_link::before {
		left: 5.41vw;
	}

	/* .step1_col_02 */
	.sec_block .sec_border {
		padding: 20px 0;
	}
	.step1_col_02 {
		flex-direction: column;
		margin-top: 30px;
	}
	.step1_col_02 .step1_col {
		width: 100%;
		text-align: center;
	}
	.step1_col_02 .step1_col:last-child {
		margin-top: 20px;
	}
	.step1_col_02 .step1_col p{
		font-size: 14px;
	}
	.various_ways {
		margin-top: 50px;
	}
	.various_flex {
		flex-direction: column;
	}
	.various_flex .col {
		padding: 20px 25px;
		width: auto;
	}
	.various_flex .col img {
		display: block;
		margin: 0 auto;
	}
	.various_flex .col:not(:first-child) {
		margin-top: 15px;
	}

	#areaContents .sec_block h2 {
		background: none;
		border: none;
		padding: 0;
		box-shadow: none;
		flex-direction: column;
		margin: 25px 0;
	}
	#areaContents .sec_block h2:before,
	.sec_block h2 .ttl_name::after {
		content: unset;
	}
	.sec_block h2 .ttl_name {
		align-self: flex-start;
		background: url('../images/ek_p01_ttlbg.png') no-repeat;
		background-size: contain;
		font-size: 16px;
		margin-right: 0;
	}
	.sec_block h2.ttl2 .ttl_name {
		padding: 12px 12px 9px;
	}
	.sec_block h2 .ttl_subName {
		background: #0C62B7;
		align-self: flex-start;
		width: 95%;
		padding: 10px;
		border-radius: 0 4px 4px 4px;
		margin-right: 0;
	}
	.sec_block h2 .ttl_subName small{
		font-size: 12px;
	}
	.position_btm {
		text-align: center;
	}
	.border_light .line_3column {
		flex-direction: column;
		gap: 15px;
	}
	/* .border_light .line_3column li:not(:first-child) {
		margin-top: 15px;
	} */
	.materials,
	.step4_flex {
		flex-direction: column;
	}
	.materials .col:not(:first-child),
	.step4_flex .col:not(:first-child) {
		margin-top: 20px;
	}
	.step4_flex .col {
		text-align: center;
	}
	.materials, .step4_flex {
		text-align: center;
	}
	.materials .col {
		max-width: 100%;
	}

	/* lineup */
	.flex_install {
		flex-direction: column;
		gap: 20px;
	}
	.flex_install .col {
		max-width: 100%;
		flex: 1;
	}
	.flex_install .col_img img {
		width: 100%;
	}
	.carry_flex ul {
		flex-direction: column;
		gap: 20px;
	}
	.carry_flex ul li {
		max-width: 100%;
		text-align: center;
	}
	.carry_flex ul li p {
		text-align: left;
	}
	#contents .banner {
		margin: 20px 0 !important;
		text-align: center;
	}
	.border_light_r {
		border-right: 0;
	}
	.kokuban_lineup .line_3column li {
		float: none;
	}
	#areaContents .kokuban_lineup {
		padding-bottom: 10px;
	}
	#khContents h2 {
		font-size: 17px;
		margin: 25px 10px;
		border: #ccc solid 1px;
		border-radius: 5px;
		background: linear-gradient(#fdfdfd, #ebebec);
		position: relative;
		padding: 10px 8px;
		line-height: 1.2em;
		height: auto;
	}
	#khContents h2::before {
		content: '';
		background: url(../images/sp/title_ribbon.png) no-repeat 0px center;
		background-size: 100% auto;
		height: 100%;
		width: 7px;
		position: absolute;
		left: -3px;
		top: 0px;
		transform: none;
	}
	/* additional 06/29/23 */
	.mt40_pc {
		margin-top: 10px !important;
	}
	.anc02 .step1_col_02 .step1_col:last-child {
		margin-top: 70px;
	}
	.anc03 h3 {
		text-align: left;
	}
	.anc03_banner.mt80 {
		margin-top: 20px !important;
	}
	.anc03_banner img {
		width: 100%;
	}
	.flex_data {
		flex-direction: column;
	}
	.flex_data .graph {
		width: 100%;
		padding: 0;
	}
	.flex_data .graph_info {
		width: 100%;
		margin-top: 40px;
	}
	.flex_col .step_info .poster.mod {
		margin-bottom: 0;
	}
	.flex_col .step_info .poster.mod img {
		width: 80%;
	}
	.youtube_btn a {
	    font-size: 14px;
	    padding: 12px 0;
	}
	.graph_bg_box{
		flex-direction: column;
		gap: 25px;
		margin-top: 36px;
	}
	.graph_bg_box .col
	, .graph_bg_box.screens .col{
		padding: 10px 10px 10px;
	}
	.graph_bg_box .col .graph_ttl{
		border-bottom: none;
		padding-bottom: 0;
	}
	.graph_bg_box .col .graph_img
	, .graph_bg_box.screens .col .graph_img{
		margin-top: 10px;	
	}

	.annotation_txt{
		position: relative;
		line-height: 150%;
		padding-left: 30px;
	}
	.annotation_txt .vT{
		position: absolute;
		top: 0;
		left: 0;
	}
	.green_bg_box{
		margin-top: 20px;
	}
	.green_bg_box .col{
		width: calc((100% - 10px) / 2);
		padding: 13px 12px 10px;
	}
	.green_bg_box .col .green_ttl{
		font-size: 12px;
		line-height: 1.64;
	}
	.green_bg_box .col .green_ttl small{
		font-size: 0.7rem;
		vertical-align: top;
	}
	.green_bg_box .col .img{
		margin-top: 14px;
	}
	
	.nav_steps.screens .flex_col .step_info p{
		font-size: 12px;
		line-height: 1.64;
	}
}
@media screen and (min-width: 481px) and (max-width: 768px) {
.various_flex {
	display: inline-flex;
	justify-content: space-around;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: flex-start;
}
.various_flex .col {
	width: 33%;
	margin: 0 5px;
	height: 380px;
	box-sizing: content-box;
	overflow-y: hidden;
	padding: 20px 15px;
}
	.various_flex .col:first-child {
	margin: 15px 5px;
}
}

/* 3 COLUMN LAYOUT [04.12.2023] */
.three-col-layout {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	gap: 15px
}

.three-col-layout_column {
	flex-basis: 100%;
	box-sizing: border-box;
	border: solid 1px #e1e1e1;
}

.three-col-layout_column img {
	max-width: 100%;
	height: auto;
}

@media screen and (min-width: 640px) {
	.three-col-layout {
		flex-direction: row;
		justify-content: space-between;
		gap: 0;
	}

	.three-col-layout_column {
		flex-basis: 49%;
		margin-bottom: 15px;
	}
}

@media screen and (min-width: 768px) {
	.three-col-layout_column {
		flex-basis: 32.33%;
	}
}
