
/* Facebook Comment Responsive */
.fb-comments, .fb-comments iframe[style], .fb-comments span[style] {
  width: 100% !important;
  -webkit-overflow-scrolling: touch;
}
.facebook_modal {
	display:none;
	position:absolute;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
    z-index: 999;
}
.facebook_modal:target {
	display:block;
	opacity:1;
	pointer-events: auto;
}
.facebook_modal > div {
	position: absolute;
    top: 12px;
	bottom:12px;
    left: 50%;
	right: auto;
	width:480px;
	margin-left:-240px;
    padding: 12px;
    border-radius: 10px;
    background: #ffffff;
    overflow: hidden;
}
.facebook_modal > div .contents {
    position: absolute;
    top: 51px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 0px;
    text-align: center;
    overflow-y: scroll;
    overflow-x: hidden;
	-webkit-overflow-scrolling: touch;	
}
.facebook_modal .top {
    width: 100%;
    height: 40px;
    border-bottom: solid 1px #494C52;
    text-align: center;
    font-size: 19px;
    color: #4C5673;
    font-weight: 600;
}
.facebook_modal .close {
    float: right;
    font-size: 24px;
    width: 32px;
    height: 32px;
    font-weight: bold;
    line-height: 32px;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    border-radius: 4px;
    opacity: 0.5;
}
.facebook_modal .close:hover {
	background: rgba(0, 0, 0, 0.2);
	color: #FFFFFF;
	opacity:1;
}







.youtubeWrap {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.youtubeWrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}


ul {
  margin: 0;
}
ul.arrowed {
  list-style-type: none;
}
ul.arrowed > li {
  text-indent: -5px;
}
ul.arrowed > li:before {
    content: "";
    border-color: transparent #111;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 0.9em;
    position: relative;
}


.rib_arrow_top {
    padding-top: 18px !important;
}
.rib_arrow_contents {
    padding: 32px 16px 16px;
    font-size: 16px;
}
.rib_arrow_box {
    position: absolute;
    top: -20px;
    left: -2px;
    height: 40px;
    line-height: 40px;
    padding: 0px 40px 0px 16px;
    border-radius: 6px 0px 0px 6px;
    color: white;
    font-size: 16px;
    font-weight: 600;
    background: #4890d9;
}
.rib_arrow_box:after, .rib_arrow_box:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.rib_arrow_box:after {
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #4890d9;
    border-width: 20px;
    margin-top: -20px;
}








.table_input {
    margin: 0px !important;
    height: 24px !important;
    border-radius: 0px !important;
    background: 0px !important;
    width: 96px !important;
}
.table_q {
    width: 20px;
    height: 20px;
    line-height: 20px !important;
    border: dotted 1px #a2a2a2;
}

.btn-em_measure{
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 256px;
    margin-left: -128px;
}
.eq_txt_box{
	font-size: 16px;
    font-weight: 600;
    text-align: left;
    color: #333;
    opacity: 0.5;
    background: white;
    padding: 24px 40px;
    display: inline-block;
    border-radius: 8px;
}
.eq_box{
    width: 272px;
    margin: auto;
    background: white;
    padding: 12px;
    color: #D8413F;
    font-size: 18px;
    text-align: center;
    border: solid 2px #BFBFBF;
    border-radius: 12px;
}
.eq_box_inline {
    display: inline-block;
    width: 253px;
    margin: auto;
    background: white;
    padding: 12px;
    color: #D8413F;
    font-size: 18px;
    text-align: center;
    border: solid 2px #BFBFBF;
    border-radius: 12px;
}
.eq_arrow{
	display:inline-block;
	color: #E91E63;
    font-size: 24px !important;
    margin: 16px;
}
.eq_next{
	margin-bottom:32px !important;
}
.eq_next_part{
	margin-bottom:48px !important;
}
.arrow_prev{
    position: absolute;
    top: 20px;
    left: 50%;
    width: 64px;
    height: 64px;
    line-height: 64px !important;	
    margin-left: -20px;
    border-radius: 50%;
    color: #DFFFF1;
    font-size: 40px !important;
    text-align: center;
	background: rgba(0, 0, 0, 0.16);
}
.arrow_next{
	z-index:9999;
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 64px;
    height: 64px;
    line-height: 64px !important;	
    margin-left: -20px;
    border-radius: 50%;
    color: #DFFFF1;
    font-size: 40px !important;
    text-align: center;
	background: rgba(0, 0, 0, 0.16);
}
.arrow_prev,.arrow_next:hover{
	color:#DFFFF1;
}
.arrow_prev,.arrow_next:active{
	color:#DFFFF1;
}
.line_click_w {
    position: relative;
    top: 1px;
    display:inline;
    color: #FF7800;
    border: outset 2px #95B343;
    border-radius: 24px;
    padding: 4px 14px;
    vertical-align: middle;
    font-size: 16px;
}
.line_click_w.dis {
	display: inline;
	color: #B7B7B7;
	border: outset 2px #C7C7C7;
	border-radius: 24px;
	padding: 4px 14px;
	vertical-align: middle;
	opacity: 0.5;
}

.num_bottom_box{
	list-style: square;
    text-align: left;
    border: solid 1px;
    padding: 16px 32px;
    border-radius: 6px;
    font-size: 16px;
    margin: auto;
    display: inline-block;
	min-width:320px;
}
.num_line{
	display:flex;
	position:relative;
}
.num_line .num {
    position: absolute;
    top: -2px;
    width: 24px;
    height: 24px;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
    /* font-weight: 800; */
    color: #ffffff;
    background: #4d9cec;
    padding: 4px;
    border-radius: 50%;
}
.num_line .cont{
	padding-left:28px;
	color:#374f67;
	font-size:15px;
}
.num_line .sp{
	padding-left:42px;
	color:#374f67;
	font-size:14px;
}
.num_line .asterisk{
    color: #3771AB;
    font-size: 13px;
	text-align:left;
}
.num_line .cont .answer{
	color:#dd2b72;
	font-size:22px;
}
.more_wrap_01{
	height:392px;
    padding: 0px 24px !important;
}
.more_wrap_02{
	height:400px;
    padding: 0px 24px !important;
}
.add_img_01 {
    position: relative;
    height: 300px;
	line-height:300px;
    padding: 0px 12px;
    text-align: center;
    border: solid 2px #4890d9;
    border-radius: 6px;
	background: #ffffff;
}
.add_img_01 img{
    width: 100%;
}
.add_img_01 .bottom_box{
    position: absolute;
    bottom: 12px;
    left: 12px;
    right: 12px;
    background: #ffffff;
	color:#dd2b72;
	font:18px;
    text-align: center;
    padding: 12px;
    border-radius: 6px;
}
.add_img_02{
	width: 380px;
    margin: 32px auto;
}
.add_img_02_on{
	position: absolute;
    width: 380px;
    top: 88px;
    left: 50%;
    margin-left: -190px;
}
.add_img_03{
	position:relative;
	height: 452px;
    border-radius: 8px;
    background: #818181;
}
.add_img_03 img{
	display:block;
    position: absolute;
    top: 50%;
    left: 50%;
	width: 400px;
    margin-top: -208px;
    margin-left: -200px;
}
.add_img_03 .bottom_box{
    position: absolute;
    bottom: 12px;
    left: 16px;
    right: 16px;
    background: #ffffff;
    color: #374F67;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding: 12px;
    border-radius: 6px;
}
.smsw_frame{
	display:block;
}
.smsw_frame_m{
	display:none;
}
.add_img_04{
	position: relative;
    height: 460px;
    border-radius: 8px;
    background: #818181;
}
.add_img_04 img{
	position: absolute;
    top: 50%;
    left: 50%;
    width: 360px;
    margin-top: -178px;
    margin-left: -180px;
}
.overview_h{
	height:256px;	
}
.img_modal {
	display:none;
	position:absolute;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
    z-index: 999;
}
.img_modal:target {
	display:block;
	opacity:1;
	pointer-events: auto;
}
.img_modal > div {
	position: absolute;
    top: 50%;
    left: 50%;
    height: 456px;
    width: 638px;
    margin-top: -228px;
    margin-left: -319px;
    padding: 0px;
    border-radius: 10px;
    background: #ffffff;
    overflow: hidden;
}
.img_modal > div .contents {
	position: absolute;
	top: 64px;
	left: 0px;
	right: 0px;
	bottom:0px;
	padding:16px;
	text-align:center;
}
.img_modal .close {
	position: absolute;
    top: 50%;
    right: 50%;
    width: 320px;
    height: 40px;
    margin-top: 236px;
    margin-right: -160px;
    line-height: 40px;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 24px;
    text-align: center;
    background: none;
}
.img_modal .close:hover {
	background: rgba(0, 0, 0, 0.2);
	color: #FFFFFF;
	opacity:1;
}
.wgl_modal {
	display:none;
	position:absolute;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
    z-index: 999;
}
.wgl_modal:target {
	display:block;
	opacity:1;
	pointer-events: auto;
}
.wgl_modal > div {
position: absolute;
    top: 50%;
    left: 50%;
    height: 512px;
    width: 720px;
    margin-top: -256px;
    margin-left: -360px;
    padding: 0px;
    /* border-radius: 10px; */
    background: #000000;
    overflow: hidden;
}
.wgl_modal > div .contents {
	position: absolute;
	top: 64px;
	left: 0px;
	right: 0px;
	bottom:0px;
	padding:16px;
	text-align:center;
}
.wgl_modal .close {
	position: absolute;
    top: 50%;
    right: 50%;
    width: 320px;
    height: 40px;
    margin-top: 268px;
    margin-right: -160px;
    line-height: 40px;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 24px;
    text-align: center;
    background: none;
}
.wgl_modal .close:hover {
	background: rgba(0, 0, 0, 0.2);
	color: #FFFFFF;
	opacity:1;
}

.object_frame{
	width:100% !important;
	height:100% !important;
}
.num_answen{
	padding:16px 0px;
	border-top: solid 2px #374f67;
	text-align:center;
	color:#dd2b72;
	font-size:26px;
	font-weight:600;
}

@media (max-width: 1023px) {
.add_img_01 {
    height: auto;
    line-height: normal;
    padding: 8px;
}
.add_img_01 img {
	max-width:480px;
}
.add_img_04 {
    position: relative;
    height: 400px;
    border-radius: 8px;
    background: #818181;
}	
.add_img_04 img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 360px;
    margin-top: -178px;
    margin-left: -180px;
}
.more_wrap_02 {
    height: auto;
    padding: 0px 24px !important;
}
.add_img_02{
    width: auto;
    margin: auto;
	padding:12px;
}
.add_img_02 img{
	width:400px;
    margin: auto;
}
.add_img_02_on{
	position: absolute;
    width: auto;
    top: 40px;
    left: 0px;
    right: 0px;
    padding: 24px;
    margin-left: auto;
}
.add_img_02_on img{
	width:400px;
	margin:auto;
}
.overview_h{
	height:auto;	
}
}

@media (max-width: 767px) {
.btn-em_measure{
    position: relative;
    bottom: 0px;
    left: auto;
    width: auto;
    margin-left: 0px;
    margin: auto;
    display: block !important;
    font-size: 12px !important;
}
.eq_box{
    width: 246px;
    margin: auto;
    background: white;
    padding: 12px;
    color: #D8413F;
    font-size: 16px;
    text-align: center;
    border: solid 2px #BFBFBF;
    border-radius: 12px;
}
.eq_box_inline {
    display: block;
    width: 253px;
    margin: auto;
    background: white;
    padding: 12px;
    color: #D8413F;
    font-size: 16px;
    text-align: center;
    border: solid 2px #BFBFBF;
    border-radius: 12px;
}
.eq_arrow{
	display:block;
	color: #E91E63;
    font-size: 24px !important;
    margin: 4px;
	-webkit-transform:rotate(90deg);
}	
.num_bottom_box{
	list-style: square;
    text-align: left;
    border: solid 1px;
    padding: 16px;
    border-radius: 6px;
    font-size: 14px;
    margin: auto;
    display: inline-block;
	min-width:256px;
}
.num_line{
	display:flex;
	position:relative;
}
.num_line .num {
    width: 20px;
    height: 20px;
    line-height: 14px;
    font-size: 10px;
}
.num_line .cont{
    padding-left: 24px;
    color: #374f67;
    font-size: 14px;
}
.num_line .sp{
    padding-left: 32px;
    color: #374f67;
    font-size: 12px;
}
.num_line .asterisk{
    color: #3771AB;
    font-size: 12px;
	text-align:left;
}
.num_line .cont .answer{
	color:#dd2b72;
	font-size:22px;
}
.more_wrap_01{
	height:auto;
    padding: 8px 8px !important;
}
.more_wrap_02{
	height:auto;
    padding: 8px 8px !important;
}
.add_img_01 .bottom_box{
    position: absolute;
    bottom: 12px;
    left: 12px;
    right: 12px;
    background: #ffffff;
	color:#dd2b72;
	font:18px;
    text-align: center;
    padding: 12px;
    border-radius: 6px;
}
.add_img_02{
    width: auto;
    margin: auto;
	padding:12px;
}
.add_img_02 img{
    margin: auto;
}
.add_img_02_on{
    position: absolute;
    width: auto;
    top: 32px;
    left: 0px;
    right: 0px;
    padding: 20px;
    margin-left: auto;
}
.add_img_02_on img{
	margin:auto;
}
.add_img_03{
	position: relative;
    height: auto;
    padding: 12px;
    border-radius: 8px;
    text-align: center;
    background: #818181;
}
.add_img_03 img{
	position: relative;
    top: auto;
    left: auto;
    width: 100%;
    max-width: 300px;
    margin-top: 0;
    margin-left: 0;
    padding: 16px;
    display: inline-block;
}
.add_img_03 .bottom_box{
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    color: #374F67;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    padding: 8px;
    border-radius: 6px;
    margin-bottom: 8px;\
}
.smsw_frame{
	display:none;
}
.smsw_frame_m{
	display:block;
}
.add_img_04{
    position: relative;
    height: auto;
    padding: 12px;
    border-radius: 8px;
    text-align: center;
    background: #818181;
}
.add_img_04 img{
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    max-width: 300px;
    margin-top: 0;
    margin-left: 0;
    padding: 16px;
    display: inline-block;
}
.img_modal:target {
	display:none;
	opacity:1;
	pointer-events: auto;
}

.wgl_modal {
	display:none;
	position:absolute;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
    z-index: 999;
}
.wgl_modal:target {
	display:block;
	opacity:1;
	pointer-events: auto;
}
.wgl_modal > div {
	position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: auto;
    width: auto;
    margin-top: 0px;
    margin-left: 0px;
    padding: 0px;
    border-radius: 0px;
    background: #000000;
    overflow: hidden;
}
.wgl_modal > div .contents {
	position: absolute;
	top: 64px;
	left: 0px;
	right: 0px;
	bottom:0px;
	padding:16px;
	text-align:center;
}
.wgl_modal .close {
    position: absolute;
    top: auto;
    bottom: 8px;
    right: 50%;
    width: 240px;
    height: 40px;
    margin-top: 268px;
    margin-right: -120px;
    line-height: 40px;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 18px;
    text-align: center;
    background: black;
}
.wgl_modal .close:hover {
	background: rgba(0, 0, 0, 0.2);
	color: #FFFFFF;
	opacity:1;
}

}
@media (max-width: 479px) {
.facebook_modal {
	display:none;
	position:absolute;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
    z-index: 999;
}
.facebook_modal:target {
	display:block;
	opacity:1;
	pointer-events: auto;
}
.facebook_modal > div {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: auto;
    margin-left: 0px;
    padding: 0px;
    border-radius: 0px;
    background: #ffffff;
    overflow: hidden;
}
.facebook_modal > div .contents {
    position: absolute;
    top: 40px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 0px;
    text-align: center;
    overflow-y: auto;
    overflow-x: hidden;
}
.facebook_modal .top {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: solid 1px #494C52;
    text-align: center;
    font-size: 16px;
    color: #4C5673;
    font-weight: 600;
}
.facebook_modal .close {
    float: right;
    font-size: 24px;
    width: 32px;
    height: 32px;
    font-weight: bold;
    line-height: 32px;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    border-radius: 4px;
    opacity: 0.5;
    margin-top: 4px;
    margin-right: 8px;
}
.facebook_modal .close:hover {
	background: rgba(0, 0, 0, 0.2);
	color: #FFFFFF;
	opacity:1;
}
}