/* --------------------------------------------

	FileName  : style.css
	Generator : Sass

-------------------------------------------- */
html body {
	background: #eaeaea;
}

/*------------------------------------------------------
h1
------------------------------------------------------*/
.top h1 {
	width: 100%;
	text-align: center;
	height: auto;
	margin: -23px auto 0;
	z-index: 300;
	cursor: pointer;
}

/*------------------------------------------------------
breadcrumb
------------------------------------------------------*/
.breadcrumb {
	width: 1200px;
	margin: 7px auto 12px;
}

.breadcrumb ol li {
	list-style-type: none;
	display: inline-block;
	text-indent: 5px;
	font-size: 10px;
}

.breadcrumb ol li:after {
	content: ">";
	margin: 0 0 0 10px;
}

.breadcrumb ol li.last:after {
	content: "";
	margin: 0;
}

.breadcrumb ol li a:link, .breadcrumb ol li a:visited, .breadcrumb ol li a:active {
	text-decoration: underline;
	color: #333;
}

.breadcrumb ol li a:hover {
	text-decoration: none;
	color: #333;
}

#contents {
	background: #fff;
}

.wrapper {
	position: relative;
	padding-top: 80px;
}

/*------------------------------------------------------
footSns
------------------------------------------------------*/
#footSns {
	margin-top: 0 !important;
}

/*------------------------------------------------------
.eso_footer
------------------------------------------------------*/
.eso_footer {
	position: relative;
	background: #007caf;
}

.eso_footer:before {
	content: '';
	display: block;
	position: absolute;
	top: -59px;
	left: 0;
	right: 0;
	height: 60px;
	background: url("/eyesightowner/img/footer_bg.png") no-repeat center top;
}

.eso_footer_inner {
	width: 1000px;
	margin: 0 auto;
	padding: 100px 0 90px;
}

.eso_footer_bnr {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 100%;
	margin-bottom: 40px;
}

.eso_footer_bnr_item {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 480px;
	    -ms-flex: 1 0 480px;
	        flex: 1 0 480px;
	max-width: 480px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.eso_footer_bnr_item_lead {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
	text-align: center;
	margin-bottom: 10px;
}

.eso_footer_bnr_item_lead p {
	font-size: 1.5em;
	color: #fff;
	line-height: 1.67;
	margin-bottom: 5px;
}

.eso_footer_bnr_item_lead p.caution {
	font-size: 1em;
}

.eso_footer_bnr_item_lead > :last-child {
	margin-bottom: 0;
}

.eso_footer_bnr_item_btn a {
	display: block;
	background: #fff;
}

.eso_footer_bnr_item_btn a img {
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.eso_footer_bnr_item_btn a:hover img {
	opacity: 0.7;
}

.eso_footer_caution {
	border: 2px solid #a9c1cd;
	padding: 15px 20px;
}

.eso_footer_caution p {
	font-size: 1.16667em;
	line-height: 2;
	color: #fff;
}

/*------------------------------------------------------
.eo_menu
------------------------------------------------------*/
.eo_menu {
	position: absolute;
	top: 80px;
	left: 0;
	right: 0;
	background: #007caf;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: max-height 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	z-index: 10;
}

.eo_nav_list_item:hover .eo_menu {
	max-height: 540px;
}

.eo_menu::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: -webkit-linear-gradient(0, #0073a2, #007caf);
	background: linear-gradient(0, #0073a2, #007caf);
}

.eo_menu_ver2 {
	background: #008098;
}

.eo_nav_list_item:hover .eo_menu_ver2 {
	max-height: 310px;
}

.eo_menu_ver2::before {
	background: -webkit-linear-gradient(0, #0073a2, #008098);
	background: linear-gradient(0, #0073a2, #008098);
}

.eo_menu_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	width: 1240px;
	margin: 0 auto;
	padding: 40px 100px;
	box-sizing: border-box;
}

.eo_menu_list_item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 25%;
	    -ms-flex: 1 0 25%;
	        flex: 1 0 25%;
	max-width: 25%;
	margin-bottom: 40px;
	padding: 0 20px;
	box-sizing: border-box;
}

.eo_menu_list_item_link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	text-decoration: none;
}

.eo_menu_list_item_label {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
	font-size: 1.5em;
	line-height: 1.333;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 15px;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.eo_menu_list_item_label:after {
	content: '';
	display: block;
	width: 10px;
	height: 15px;
	background: url("/eyesightowner/img/arrow_white_b.png") no-repeat 0 0/10px 15px;
}

.eo_menu_list_item_link:hover .eo_menu_list_item_label {
	opacity: 0.7;
}

.eo_menu_list_item_img {
	display: block;
	background: #fff;
}

.eo_menu_list_item_img img {
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.eo_menu_list_item_link:hover .eo_menu_list_item_img img {
	opacity: 0.7;
}

/*------------------------------------------------------
.eo_nav
------------------------------------------------------*/
.eo_nav {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: #007caf;
	z-index: 100;
}

.eo_nav.fixed {
	position: fixed;
	-webkit-transform: translate(0, -100%);
	    -ms-transform: translate(0, -100%);
	        transform: translate(0, -100%);
}

.eo_nav.show {
	-webkit-transition: -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
	transition: -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
	transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
	transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transform: translate(0, 0);
	    -ms-transform: translate(0, 0);
	        transform: translate(0, 0);
}

.eo_nav.hide {
	-webkit-transform: translate(0, -100%);
	    -ms-transform: translate(0, -100%);
	        transform: translate(0, -100%);
}

.eo_nav_list {
	width: 1200px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
}

.eo_nav_list_item {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 20%;
	    -ms-flex: 1 0 20%;
	        flex: 1 0 20%;
	max-width: 20%;
}

.eo_nav_list_item_link, .eo_nav_list_item_menu {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.33333em;
	color: #fff;
	text-decoration: none;
	width: 100%;
	height: 80px;
	line-height: 1.5;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
}

.eo_nav_list_item_link:after, .eo_nav_list_item_menu:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	width: 124px;
	height: 2px;
	background: #fff;
	margin: 0 auto;
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.eo_nav_list_item:hover .eo_nav_list_item_link:after, .eo_nav_list_item:hover .eo_nav_list_item_menu:after {
	opacity: 1;
}

.eo_nav_list_item_link .eo_nav_list_item_link:after,
.eo_nav_list_item_menu .eo_nav_list_item_link:after, .eo_nav_list_item_link .eo_nav_list_item_menu:after,
.eo_nav_list_item_menu .eo_nav_list_item_menu:after {
	opacity: 1;
}

.eo_nav_list_item_link.active:after, .eo_nav_list_item_menu.active:after {
	opacity: 1;
}

.eo_nav_menu {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
}

/*------------------------------------------------------
.pagelink
------------------------------------------------------*/
.pagelink {
	background: #e9eff1;
}

.pagelink ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	width: 1000px;
	margin: 0 auto;
}

.pagelink ul li {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 499px;
	    -ms-flex: 1 0 499px;
	        flex: 1 0 499px;
	max-width: 499px;
}

.pagelink ul li a {
	position: relative;
	display: block;
	text-decoration: none;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.pagelink ul li a .inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
	height: 160px;
	font-size: 1.83333em;
	color: #007caf;
}

.pagelink ul li a:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 13px;
	height: 21px;
	margin-top: -11px;
	-webkit-transform-origin: center center;
	    -ms-transform-origin: center center;
	        transform-origin: center center;
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
	background: url("/eyesightowner/img/arrow_blue_l.png") no-repeat 0 0/13px 21px;
}

.pagelink ul li a:hover {
	opacity: 0.7;
}

.pagelink ul li:last-child {
	border-left: 2px solid #fff;
}

.pagelink ul li:last-child a:before {
	left: auto;
	right: 0;
	-webkit-transform: rotate(0deg);
	    -ms-transform: rotate(0deg);
	        transform: rotate(0deg);
}

/*------------------------------------------------------
various
------------------------------------------------------*/
.for-sp {
	display: none;
}

.btn {
	text-align: center;
}

.btn a {
	position: relative;
	display: inline-block;
	max-width: 500px;
	width: 100%;
	font-size: 1.5em;
	text-decoration: none;
	color: #fff;
	background: #007caf;
	padding: 30px 55px;
	box-sizing: border-box;
	border-radius: 4px;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.ver2 .btn a {
	background: #008098;
}

.btn a:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 40px;
	width: 10px;
	height: 15px;
	background: url("/eyesightowner/img/arrow_white.png") no-repeat 0 0/10px 15px;
	margin-top: -8px;
}

.btn a:hover {
	background-color: #4ca3c7;
}

.btn a.blank:after {
	top: 15px;
	right: 15px;
	width: 11px;
	height: 13px;
	margin-top: 0;
	background: url("/eyesightowner/img/icon_blank_white.png") no-repeat 0 0/11px 13px;
}

.btn_white {
	text-align: center;
}

.btn_white a {
	position: relative;
	display: inline-block;
	max-width: 500px;
	width: 100%;
	font-size: 1.5em;
	text-decoration: none;
	color: #007caf;
	background: #eff3f5;
	padding: 30px 55px;
	box-sizing: border-box;
	border-radius: 4px;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.btn_white a:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 40px;
	width: 10px;
	height: 15px;
	background: url("/eyesightowner/img/arrow_blue.png") no-repeat 0 0/10px 15px;
	margin-top: -8px;
}

.btn_white a:hover {
	background-color: #f2f5f7;
}

.btn_white a.blank:after {
	top: 15px;
	right: 15px;
	width: 11px;
	height: 13px;
	margin-top: 0;
	background: url("/eyesightowner/img/icon_blank_blue.png") no-repeat 0 0/11px 13px;
}

.btn_black a {
	position: relative;
	max-width: 500px;
	width: 100%;
	background: #111111;
	border-radius: 4px;
	padding: 15px 40px;
	line-height: 1.56;
	color: #fff;
	font-size: 1.5em;
	text-decoration: none;
	box-sizing: border-box;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.btn_black a:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 40px;
	width: 10px;
	height: 15px;
	background: url("/eyesightowner/img/arrow_white.png") no-repeat 0 0/10px 15px;
	margin-top: -8px;
}

.btn_black a.blank:after {
	top: 15px;
	right: 15px;
	width: 11px;
	height: 13px;
	margin-top: 0;
	background: url("/eyesightowner/img/icon_blank_white.png") no-repeat 0 0/11px 13px;
}

.btn_black a:hover {
	opacity: 0.7;
}

.btns {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 0 40px;
}

.btns > li {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 444px;
	    -ms-flex: 1 0 444px;
	        flex: 1 0 444px;
	max-width: 444px;
}

.blank {
	position: relative;
	display: inline-block;
	padding-right: 13px;
	margin-right: 5px;
	text-decoration: underline;
}

.blank:after {
	content: '';
	position: absolute;
	right: 0;
	top: 2px;
	display: block;
	width: 11px;
	height: 13px;
	background: url("/eyesightowner/img/icon_blank_blue.png") no-repeat 0 0/11px 13px;
}

.blank:hover {
	text-decoration: none;
}

.blank_white {
	position: relative;
	display: inline-block;
	padding-right: 15px;
	margin-right: 5px;
	text-decoration: underline;
	color: #fff;
}

.blank_white:after {
	content: '';
	position: absolute;
	right: 0;
	top: 7px;
	display: block;
	width: 11px;
	height: 13px;
	background: url("/eyesightowner/img/icon_blank_white.png") no-repeat 0 0/11px 13px;
}

.blank_white:hover {
	text-decoration: none;
}

.link {
	text-align: center;
	font-size: 1.5em;
	margin-bottom: 50px;
}

.link a {
	position: relative;
	display: inline-block;
	color: #007caf;
	text-decoration: underline;
	padding-right: 27px;
}

.link a:hover {
	text-decoration: none;
}

.link a:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 10px;
	height: 15px;
	background: url("/eyesightowner/img/arrow_blue.png") no-repeat 0 0/10px 15px;
	margin-top: -8px;
}

.type {
	margin-bottom: 30px;
}

.type_ttl {
	position: relative;
	font-size: 1.5em;
	background: #fcee00;
	text-align: center;
	padding: 15px 20px;
	margin-bottom: 30px;
	font-weight: bold;
}

.type_ttl:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -12px;
	width: 0;
	height: 0;
	border-top: 12px solid #fcee00;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	margin: 0 auto;
}

.type_ttl_small {
	display: block;
	font-size: 0.667em;
	font-weight: normal;
	margin-top: 5px;
}

.type_list dt {
	margin-bottom: 10px;
}

.type_list dd {
	margin-bottom: 20px;
}

.type_list dd:last-child {
	margin-bottom: 0;
}

.type_list dd ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.type_list dd ul li {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 153px;
	    -ms-flex: 1 0 153px;
	        flex: 1 0 153px;
	max-width: 153px;
	padding-right: 5px;
	box-sizing: border-box;
}

.type_list dd ul li a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.33333em;
	width: 100%;
	height: 90px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	color: #fff;
	border-radius: 4px;
	text-decoration: none;
	background-image: url("/eyesightowner/img/icon_plus_s.png");
	background-position: right 8px top 8px;
	background-repeat: no-repeat;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.type_list dd ul li a:hover {
	opacity: 0.7;
}

.type_list dd ul.type_list_ver3 li a {
	background-color: #007caf;
}

.type_list dd ul.type_list_ver2 li a {
	background-color: #008098;
}

.page_header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	height: 186px;
}

.page_header_ttl {
	text-align: center;
	font-size: 3.83333em;
	color: #007caf;
}

.page_header_ttl .version {
	display: block;
	font-size: 0.57em;
}

.ver2 .page_header_ttl {
	color: #008098;
}

.sec {
	background: #fff;
}

.sec > :last-child {
	margin-bottom: 0;
}

.sec_blue {
	background: #eff3f5;
}

.ver2 .sec_blue {
	background: #e9f1f1;
}

.sec_blue > :last-child {
	margin-bottom: 0;
}

.sec_2 {
	margin: 70px 0 30px;
}

.sec_2 > :last-child {
	margin-bottom: 0;
}

.sec_3 {
	margin: 60px 0 30px;
}

.sec_3 > :last-child {
	margin-bottom: 0;
}

.sec_4 {
	margin: 0 0 30px;
	padding: 80px 0 0;
}

.sec_4 > :last-child {
	margin-bottom: 0;
}

.sec_inner {
	width: 1000px;
	margin: 0 auto;
	padding: 110px 0 120px;
}

.sec_inner > :last-child {
	margin-bottom: 0;
}

.sec_inner_2 {
	padding-bottom: 0;
}

.sec_inner_2 > :last-child {
	margin-bottom: 0;
}

.sec_inner_3 {
	width: 1000px;
	margin: 0 auto;
	padding: 60px 0 120px;
}

.sec_inner_3 > :last-child {
	margin-bottom: 0;
}

.sec_inner_4 {
	width: 1000px;
	margin: 0 auto;
	padding: 60px 0;
}

.sec_inner_4 > :last-child {
	margin-bottom: 0;
}

.sec_inner_5 {
	width: 1000px;
	margin: 0 auto;
	padding: 60px 0 180px;
}

.sec_inner_5 > :last-child {
	margin-bottom: 0;
}

.sec_inner_6 {
	width: 1000px;
	margin: 0 auto;
	padding: 80px 0 0;
}

.sec_inner_6 > :last-child {
	margin-bottom: 0;
}

.sec_border {
	padding-top: 80px;
	margin-top: 80px;
	border-top: 1px dotted #000;
}

.sec_ttl {
	font-size: 3.25em;
	margin-bottom: 40px;
	padding-bottom: 30px;
	text-align: center;
	color: #007caf;
	border-bottom: 2px solid #007caf;
	letter-spacing: 3px;
}

.ver2 .sec_ttl {
	color: #008098;
	border-bottom-color: #008098;
}

.sec_ttl_caution {
	font-size: 3.25em;
	margin-bottom: 40px;
	padding-bottom: 30px;
	text-align: center;
	color: #007caf;
	border-bottom: 2px solid #007caf;
	letter-spacing: 3px;
}

.ver2 .sec_ttl_caution {
	color: #008098;
	border-bottom-color: #008098;
}

.sec_ttl_caution:before {
	content: '';
	display: inline-block;
	width: 44px;
	height: 38px;
	margin-right: 20px;
	vertical-align: middle;
	background: url("/eyesightowner/img/icon_caution_b.png") no-repeat 0 0;
}

.ver2 .sec_ttl_caution:before {
	background-image: url("/eyesightowner/img/icon_caution_b_ver2.png");
}

.sec_ttl_2 {
	position: relative;
	font-size: 3em;
	padding-left: 55px;
	margin-bottom: 80px;
	letter-spacing: 5px;
}

.sec_ttl_2:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 24px;
	background: url("/eyesightowner/img/dot_bg.png") repeat 0 0;
}

.ver2 .sec_ttl_2:before {
	background-image: url("/eyesightowner/img/dot_bg_ver2.png");
}

.sec_ttl_3 {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 15px;
}

.sec_ttl_4 {
	font-size: 2.5em;
	color: #007caf;
	text-align: center;
	padding: 25px 30px;
	background: url("/eyesightowner/img/dot_bg2.png") repeat 0 0;
	border-radius: 50px;
}

.lead {
	text-align: center;
	font-size: 2.2em;
	font-weight: bold;
	margin-bottom: 40px;
	letter-spacing: 3px;
}

.lead_2 {
	font-size: 2.5em;
	line-height: 1.7;
	margin-bottom: 40px;
	text-align: center;
	letter-spacing: 3px;
}

.lead_3 {
	font-size: 1.5em;
	line-height: 1.888;
	margin-bottom: 30px;
}

.img_1 {
	text-align: center;
	margin: 30px 0 60px;
}

.img_2 {
	text-align: center;
	margin: 30px 0 60px;
}

.img_3 {
	text-align: center;
	margin: 60px 0;
}

.img_3 figcaption {
	font-size: 1.33333em;
	margin: 15px 0 0;
	text-align: center;
}

.img_box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.img_box_body {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	max-width: 500px;
}

.img_box_right {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	    -ms-flex-order: 2;
	        order: 2;
}

.img_box_right + .img_box_body {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	    -ms-flex-order: 1;
	        order: 1;
}

.img_box_left {
	-webkit-box-ordinal-group: 0;
	-webkit-order: -1;
	    -ms-flex-order: -1;
	        order: -1;
	padding-right: 40px;
}

.img_box_left + .img_box_body {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	    -ms-flex-order: 2;
	        order: 2;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
}

.img_box figcaption {
	max-width: 465px;
	margin-top: 15px;
	line-height: 1.28;
	font-size: 1.16667em;
}

.img_box_2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-bottom: 40px;
}

.img_box_2_right {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	    -ms-flex-order: 2;
	        order: 2;
	padding-left: 40px;
}

.img_box_2_right .caution_1 {
	margin-top: 10px;
}

.img_box_2_left {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	    -ms-flex-order: 1;
	        order: 1;
	padding-right: 35px;
}

.img_box_2_left + .img_box_2_body {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	    -ms-flex-order: 2;
	        order: 2;
}

.img_box_2_body > :last-child {
	margin-bottom: 0;
}

.txt_1 {
	font-size: 1.33333em;
	line-height: 1.75;
	margin-bottom: 15px;
}

.txt_1 .caution {
	font-size: 0.75em;
	color: #666;
}

.txt_2 {
	font-size: 1.5em;
	line-height: 1.67;
	margin-bottom: 15px;
}

.txt_2 + .sec_border {
	margin-top: 50px;
}

.list_1 {
	margin-bottom: 15px;
}

.list_1 li {
	font-size: 1.33333em;
	line-height: 1.75;
}

.list_2 {
	margin: 30px 0 15px;
}

.list_2 li {
	font-size: 1.33333em;
	font-weight: bold;
	line-height: 1.75;
}

.list_3 {
	margin-bottom: 30px;
}

.list_3 li {
	font-size: 1.5em;
	line-height: 1.67;
	margin-bottom: 30px;
}

.list_3 li:last-child {
	margin-bottom: 0;
}

.dl_1 {
	line-height: 1.71;
	margin-bottom: 15px;
}

.dl_1 dt {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 3px;
}

.dl_1 dd {
	font-size: 1.33333em;
	margin-bottom: 20px;
}

.dl_1 dd:last-child {
	margin-bottom: 0;
}

.dl_1 dd .caution {
	font-size: 0.75em;
}

.dl_2 {
	line-height: 1.71;
	margin-bottom: 15px;
}

.dl_2 dt {
	font-size: 1.33333em;
	font-weight: bold;
	margin-bottom: 10px;
}

.dl_2 dd {
	font-size: 1.33333em;
	margin-bottom: 20px;
}

.dl_2 dd:last-child {
	margin-bottom: 0;
}

.dl_2 dd .caution {
	color: #666;
	font-size: 0.75em;
}

.dl_2 dd .txt_1 {
	font-size: 1em;
	margin-bottom: 10px;
}

.dl_2 dd .table_2 th, .dl_2 dd .table_2 td {
	font-size: 1em;
}

.dl_2 dd .caution_1 {
	margin-top: 10px;
	font-size: 0.75em;
}

.caution_1 {
	text-align: right;
	font-size: 1em;
	margin-top: 30px;
	color: #666;
}

.caution_2 {
	font-size: 1em;
	line-height: 1.5;
	margin-top: 30px;
	color: #666;
}

.caution_border {
	margin-top: 80px;
	padding-top: 15px;
	border-top: 1px dotted #000;
	color: #666;
}

.video {
	text-align: center;
	margin: 60px 0;
}

.video_modal {
	position: relative;
	display: inline-block;
}

.video_modal:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 106px;
	height: 106px;
	background: url("/eyesightowner/img/icon_play.png") no-repeat 0 0;
	margin: -53px 0 0 -53px;
}

.video_modal img {
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.video_modal:hover img {
	opacity: 0.7;
}

.video figcaption {
	margin-top: 20px;
	font-size: 1.33333em;
	font-weight: bold;
}

.video_iframe {
	width: 800px;
	height: 450px;
}

.video_caution {
	font-size: 1em;
	text-align: right;
	width: 800px;
	margin: 0 auto 10px;
	color: #666;
}

.innerlink_between {
	position: relative;
	top: -55px;
	margin-bottom: -55px;
}

.innerlink_between_2 {
	position: relative;
	top: -100px;
	margin-bottom: -100px;
}

.innerlink ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 1000px;
	margin: 0 auto;
	background: #fff;
}

.innerlink ul li {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 0;
	    -ms-flex: 1 0 0px;
	        flex: 1 0 0;
	padding-right: 1px;
	box-sizing: border-box;
}

.innerlink ul li:last-child {
	padding-right: 0;
}

.innerlink ul li a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #fff;
	font-size: 1.5em;
	text-decoration: none;
	background: #007caf url("/eyesightowner/img/arrow_white_u.png") no-repeat center bottom 15px;
	width: 100%;
	height: 110px;
	padding: 30px 10px;
	box-sizing: border-box;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.ver2 .innerlink ul li a {
	background: #008098;
}

.innerlink ul li a:hover {
	opacity: 0.7;
}

.innerlink_labels {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 1000px;
	margin: 0 auto;
}

.innerlink_labels_item-2 {
	-webkit-box-flex: 2;
	-webkit-flex: 2 0 auto;
	    -ms-flex: 2 0 auto;
	        flex: 2 0 auto;
	max-width: 40%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	padding-right: 1px;
}

.innerlink_labels_item-2 dt {
	-webkit-box-flex: 2;
	-webkit-flex: 2 0 calc(100% - 32px);
	    -ms-flex: 2 0 calc(100% - 32px);
	        flex: 2 0 calc(100% - 32px);
	width: 100%;
	background: #fff;
	border: 1px solid #007caf;
	font-size: 1.66667em;
	color: #007caf;
	padding: 15px;
	text-align: center;
	box-sizing: border-box;
}

.innerlink_labels_item-2 dd {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 0;
	    -ms-flex: 1 0 0px;
	        flex: 1 0 0;
	padding-right: 1px;
	box-sizing: border-box;
}

.innerlink_labels_item-2 dd:last-child {
	padding-right: 0;
}

.innerlink_labels_item-2 dd a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #fff;
	font-size: 1.5em;
	text-decoration: none;
	background: #007caf url("/eyesightowner/img/arrow_white_u.png") no-repeat center bottom 15px;
	width: 100%;
	padding: 35px 10px 40px;
	box-sizing: border-box;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.innerlink_labels_item-2 dd a:hover {
	opacity: 0.7;
}

.innerlink_labels_item-1 {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 20%;
	    -ms-flex: 1 0 20%;
	        flex: 1 0 20%;
	max-width: 20%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.innerlink_labels_item-1 dt {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 calc(100% - 32px);
	    -ms-flex: 1 0 calc(100% - 32px);
	        flex: 1 0 calc(100% - 32px);
	width: 100%;
	background: #fff;
	border: 1px solid #007caf;
	font-size: 1.66667em;
	color: #007caf;
	padding: 15px;
	text-align: center;
	box-sizing: border-box;
}

.innerlink_labels_item-1 dd {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 100%;
	    -ms-flex: 1 0 100%;
	        flex: 1 0 100%;
	width: 100%;
	padding-right: 1px;
	box-sizing: border-box;
}

.innerlink_labels_item-1 dd:last-child {
	padding-right: 0;
}

.innerlink_labels_item-1 dd a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #fff;
	font-size: 1.5em;
	text-decoration: none;
	background: #007caf url("/eyesightowner/img/arrow_white_u.png") no-repeat center bottom 15px;
	width: 100%;
	padding: 35px 10px 40px;
	box-sizing: border-box;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.innerlink_labels_item-1 dd a:hover {
	opacity: 0.7;
}

.icon_caution {
	position: relative;
	color: #007caf;
	padding-left: 32px;
}

.icon_caution:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 22px;
	height: 19px;
	background: url("/eyesightowner/img/icon_caution.png") no-repeat 0 0;
	margin-top: -10px;
}

.ver2 .icon_caution:before {
	background-image: url("/eyesightowner/img/icon_caution_ver2.png");
}

.sound {
	display: inline-block !important;
	vertical-align: middle;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.sound:hover {
	opacity: 0.7;
}

.box_blue {
	padding: 40px;
	background: #eff3f5;
	margin: 40px 0 0;
}

.ver2 .box_blue {
	background: #e9f1f1;
}

.box_blue > :last-child {
	margin-bottom: 0;
}

.box_blue_ttl {
	text-align: center;
	font-size: 1.83333em;
	font-weight: bold;
	margin-bottom: 20px;
}

.box_yellow {
	border: 1px solid #000;
	background: #feef00;
	padding: 40px;
	margin-bottom: 50px;
}

.box_yellow p {
	font-size: 1.66667em;
	line-height: 1.7;
	font-weight: bold;
	text-align: center;
}

.box_yellow + .sec_border {
	margin-top: 40px;
}

.box_white {
	border: 1px solid #000;
	background: #fff;
	padding: 40px;
	margin-bottom: 50px;
}

.box_white > :last-child {
	margin-bottom: 0;
}

.box_lightyellow {
	border: 1px solid #000;
	background: #fffef1;
	padding: 40px;
	margin-bottom: 50px;
}

.box_lightyellow > :last-child {
	margin-bottom: 0;
}

.column2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	width: calc(100% + 70px);
	margin: 0 -35px 60px;
}

.column2_item {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 465px;
	    -ms-flex: 1 0 465px;
	        flex: 1 0 465px;
	max-width: 465px;
	padding: 0 35px;
	margin-top: 40px;
}

.column2_item figure {
	margin-bottom: 20px;
}

.column2_item > :last-child {
	margin-bottom: 0;
}

.column2_item:nth-child(1), .column2_item:nth-child(2) {
	margin-top: 0;
}

.column2_box {
	width: 100%;
	margin: 40px 35px 0;
	padding: 40px;
	background: #fff;
	border: 1px solid #000;
	box-sizing: border-box;
}

.column2_box:nth-child(1), .column2_box:nth-child(2) {
	margin-top: 0;
}

.column2_box_inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 50px;
}

.column2_box_left {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 425px;
	    -ms-flex: 1 0 425px;
	        flex: 1 0 425px;
	max-width: 425px;
}

.column2_box_right {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 425px;
	    -ms-flex: 1 0 425px;
	        flex: 1 0 425px;
	max-width: 425px;
}

.column2_box > :last-child {
	margin-bottom: 0;
}

.column3 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	width: calc(100% + 55px);
	margin: 0 -28px 60px -27px;
}

.column3_item {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 296px;
	    -ms-flex: 1 0 296px;
	        flex: 1 0 296px;
	max-width: 296px;
	padding: 0 28px 0 27px;
	margin-top: 40px;
}

.column3_item:nth-child(1), .column3_item:nth-child(2), .column3_item:nth-child(3) {
	margin-top: 0;
}

.column3_item figure {
	margin-bottom: 15px;
}

.column3_item > :last-child {
	margin-bottom: 0;
}

.column3_2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	width: calc(100% + 20px);
	margin: 0 -10px 20px;
}

.column3_2_item {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 320px;
	    -ms-flex: 1 0 320px;
	        flex: 1 0 320px;
	max-width: 320px;
	padding: 0 10px;
	margin-top: 30px;
}

.column3_2_item:nth-child(1), .column3_2_item:nth-child(2), .column3_2_item:nth-child(3) {
	margin-top: 0;
}

.column3_2_item figure {
	margin-bottom: 15px;
}

.column3_2_item p {
	text-align: center;
	max-width: 320px;
	font-size: 1.33333em;
	font-weight: bold;
	line-height: 1.75;
}

.column3_2_item > :last-child {
	margin-bottom: 0;
}

.column3_figcaption {
	font-size: 1.33333em;
	text-align: center;
	margin-top: 20px;
}

.column3_3 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	width: calc(100% + 40px);
	margin: 30px -20px;
}

.column3_3_caution {
	width: 100%;
	font-size: 1em;
	margin-bottom: 10px;
	padding: 0 20px;
	text-align: right;
	box-sizing: border-box;
	color: #666;
}

.column3_3_item {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
	padding: 0 20px;
}

.column3_3_item_label {
	margin: 20px 0 0;
	text-align: center;
	font-size: 1.33333em;
}

.confirm {
	position: relative;
	margin-bottom: 30px;
	padding: 15px 20px;
	background: #fcee00;
}

.confirm:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	width: 0;
	height: 0;
	margin: 0 auto;
	border-top: 10px solid #fcee00;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
}

.confirm dt {
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	line-height: 1.5;
}

.confirm dd {
	text-align: center;
	font-size: 1em;
}

hr.dot {
	display: block;
	border-bottom: 1px dotted #000;
	margin: 0 0 50px;
}

hr.dot + .sec_2 {
	margin-top: 0;
}

.center {
	text-align: center;
}

.inquiry_box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 100%;
	box-sizing: border-box;
	margin-top: 60px;
	padding: 30px 40px;
	background: #eff3f5;
}

.inquiry_box_tel {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 440px;
	    -ms-flex: 1 0 440px;
	        flex: 1 0 440px;
	max-width: 440px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #fff;
}

.inquiry_box_tel_inner {
	position: relative;
	width: 100%;
	padding: 30px 50px;
	box-sizing: border-box;
}

.inquiry_box_tel_inner:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: -20px;
	width: 0;
	height: 0;
	border-left: 20px solid #fff;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	margin-top: -20px;
}

.inquiry_box_tel h4 {
	font-size: 1.66667em;
	text-align: center;
	font-weight: bold;
	color: #007caf;
	margin-bottom: 30px;
}

.inquiry_box_tel ul li {
	position: relative;
	margin-bottom: 15px;
	padding-left: 35px;
	font-size: 1.5em;
	font-weight: bold;
}

.inquiry_box_tel ul li:last-child {
	margin-bottom: 0;
}

.inquiry_box_tel ul li:nth-child(1):before {
	content: '1';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	border-radius: 50%;
	background: #007caf;
	color: #fff;
	font-size: 0.889em;
	font-weight: normal;
	font-family: 'Arial', sans-serif;
}

.inquiry_box_tel ul li:nth-child(2):before {
	content: '2';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	border-radius: 50%;
	background: #007caf;
	color: #fff;
	font-size: 0.889em;
	font-weight: normal;
	font-family: 'Arial', sans-serif;
}

.inquiry_box_tel ul li:nth-child(3):before {
	content: '3';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	border-radius: 50%;
	background: #007caf;
	color: #fff;
	font-size: 0.889em;
	font-weight: normal;
	font-family: 'Arial', sans-serif;
}

.inquiry_box_tel ul li .small {
	font-size: 0.778em;
}

.inquiry_box_center {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 423px;
	    -ms-flex: 1 0 423px;
	        flex: 1 0 423px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	max-width: 423px;
}

.inquiry_box_center h4 {
	text-align: center;
	color: #fff;
	font-size: 1.33333em;
	font-weight: bold;
	background: #007caf;
	padding: 10px;
	border-radius: 20px;
	margin-bottom: 25px;
}

.inquiry_box_center .tel_number {
	text-align: center;
}

.inquiry_box_center .tel_number a {
	display: inline-block;
	cursor: default;
	font-family: 'Arial', sans-serif;
	font-weight: bold;
	font-size: 3.33333em;
	text-decoration: none;
	color: #007caf;
}

.inquiry_box_center .caution {
	line-height: 1.5;
	font-size: 1em;
	color: #666;
}

.inquiry_box_center .caution strong {
	font-weight: bold !important;
}

.inquiry_box_center .time {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 20px 0 10px;
}

.inquiry_box_center .time dt {
	color: #fff;
	background: #007caf;
	text-align: center;
	padding: 10px 12px;
	font-size: 1.16667em;
}

.inquiry_box_center .time dd {
	padding-left: 10px;
	line-height: 1.5;
	font-size: 1.16667em;
}

.inquiry_box_center .num {
	display: inline-block;
	font-size: 10px;
	color: #fff;
	font-family: 'Arial', sans-serif;
	width: 15px;
	height: 15px;
	text-align: center;
	line-height: 15px;
	background: #007caf;
	border-radius: 50%;
	margin: 0 2px;
}

.table_1 {
	width: 100%;
	table-layout: fixed;
	border-left: 1px solid #111;
	border-top: 1px solid #111;
	margin-bottom: 40px;
}

.table_1 caption {
	font-size: 1.83333em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}

.table_1 th {
	font-weight: bold;
	text-align: center;
}

.table_1 th, .table_1 td {
	font-size: 1.33333em;
	padding: 20px 20px;
	text-align: center;
	border-right: 1px solid #111;
	border-bottom: 1px solid #111;
}

.table_1 thead th {
	font-size: 1.5em;
	background: #eff3f5;
}

.table_2 {
	width: 100%;
	border-left: 1px solid #111;
	border-top: 1px solid #111;
}

.table_2 th, .table_2 td {
	font-size: 1.33333em;
	padding: 7px 15px;
	border-right: 1px solid #111;
	border-bottom: 1px solid #111;
}

.table_2 th {
	background: #eff3f5;
	text-align: center;
}

.ver2 .table_2 th {
	background: #e9f1f1;
}

.sup {
	font-size: smaller;
}

#colorbox,
#cboxWrapper {
	outline: 0;
}

#cboxLoadedContent {
	margin-bottom: 0;
}

#cboxClose {
	display: block;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	position: absolute;
	top: -70px;
	right: -10px;
	width: 0;
	height: 50px;
	padding-left: 50px;
	white-space: nowrap;
	overflow: hidden;
	outline: 0;
	background: #007caf url(/common_lineup/img/btn/btn_close_l.png) no-repeat center center;
}

#colorbox, #cboxOverlay, #cboxWrapper, #cboxContent {
	overflow: visible;
}

/*------------------------------------------------------
_various
------------------------------------------------------*/
.dealer_kv {
	position: relative;
	background: #000;
	height: 540px;
	overflow: hidden;
}

.dealer_kv img {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -800px;
}

.dealer_ttl {
	text-align: center;
	font-size: 3em;
	line-height: 1.67;
	margin-bottom: 40px;
	color: #007caf;
}

.dealer_header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
	margin: 0 0 40px;
	padding: 25px 50px;
	background: #007caf;
	box-sizing: border-box;
	border-radius: 50px;
	letter-spacing: 3px;
}

.dealer_header_num {
	color: #fff;
	font-size: 2.16667em;
	padding: 0 20px 0 0;
	border-right: 1px solid #fff;
}

.dealer_header_num_inner {
	display: inline-block;
	background: #fff;
	color: #007caf;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 1.115em;
	font-family: 'Arial', sans-serif;
	font-weight: bold;
	border-radius: 50%;
	margin-left: 5px;
}

.dealer_header_ttl {
	color: #fff;
	font-size: 2.5em;
	font-weight: normal;
	padding: 0 0 0 20px;
}

.dealer_box {
	padding: 40px 50px;
	background: #fff;
	border: 1px solid #111;
	margin-top: 40px;
}

.dealer_box_ttl {
	text-align: center;
	font-size: 2.5em;
	color: #007caf;
	margin-bottom: 30px;
}

.dealer_img_box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-top: 30px;
}

.dealer_img_box_left {
	padding-right: 47px;
}

.dealer_img_box_body {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
}

.dealer_feature dt {
	margin-bottom: 10px;
}

.dealer_feature dt .inner {
	display: inline-block;
	padding: 5px 32px;
	font-size: 1.5em;
	color: #fff;
	background: #007caf;
	border-radius: 20px;
}

.dealer_feature dd {
	font-size: 1.5em;
	line-height: 2;
}

.dealer_sec {
	margin: 60px 0;
}

/*------------------------------------------------------
_various
------------------------------------------------------*/
.faq_list {
	margin-bottom: 60px;
}

.faq_list_ttl {
	font-weight: bold;
}

.faq_list_ttl a {
	position: relative;
	font-size: 1.66667em;
	display: block;
	padding: 30px 100px 30px 155px;
	text-decoration: none;
	color: #111111;
	background: #fff;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.faq_list_ttl a:hover {
	color: #007caf;
}

.faq_list_ttl a:before {
	content: "Q." attr(data-num);
	display: block;
	position: absolute;
	top: 50%;
	left: 40px;
	font-family: 'Arial', sans-serif;
	font-size: 1.5em;
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	color: #007caf;
}

.faq_list_ttl a:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 40px;
	width: 18px;
	height: 18px;
	margin-top: -9px;
	background: url("/eyesightowner/img/icon_plus.png") no-repeat 0 0;
}

.faq_list_ttl a.open:after {
	background-image: url("/eyesightowner/img/icon_minus.png");
}

.faq_list_body {
	max-height: 0;
	overflow: hidden;
	background: #fafbfc;
	border-bottom: 1px solid #eff3f5;
	-webkit-transition: max-height 0.7s cubic-bezier(0.19, 1, 0.22, 1);
	transition: max-height 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}

.faq_list_body_inner {
	padding: 40px;
}

.faq_list_body_inner > :last-child {
	margin-bottom: 0;
}

.faq_list_answer {
	position: relative;
	padding: 0 60px 0 115px;
	margin-bottom: 40px;
}

.faq_list_answer > :last-child {
	margin-bottom: 0;
}

.faq_list_answer:before {
	content: 'A.';
	display: block;
	position: absolute;
	top: -0.25em;
	left: 45px;
	font-family: 'Arial', sans-serif;
	font-size: 2.5em;
	color: #e16b0b;
	font-weight: bold;
}

.faq_list_answer p {
	font-size: 1.5em;
	color: #666;
	line-height: 1.67;
	margin-bottom: 30px;
}

.faq_img {
	text-align: center;
}

/*------------------------------------------------------
.top_about
------------------------------------------------------*/
.top_about {
	position: relative;
	background: #e9eff1;
}

.top_about::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 344px;
	background: #fff;
}

.top_about_inner {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	padding: 90px 0;
	z-index: 1;
	background: url("/eyesightowner/img/top/about_pict.png") no-repeat center 215px;
}

.top_about_ttl {
	font-size: 3.66667em;
	text-align: center;
	line-height: 1.59;
	color: #007caf;
	margin-bottom: 225px;
	font-weight: normal;
}

.top_about_txt {
	text-align: center;
	font-size: 1.5em;
	line-height: 1.67;
	margin-bottom: 30px;
}

.top_about_caution {
	font-size: 1.16667em;
	text-align: center;
	margin-bottom: 35px;
}

.top_about_caution a {
	color: #007caf;
}

.top_about_kv {
	position: relative;
	background: #000;
	height: 500px;
	overflow: hidden;
}

.top_about_kv img {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -800px;
}

/*------------------------------------------------------
.top_dealer
------------------------------------------------------*/
.top_dealer {
	padding: 90px 0 120px;
}

.top_dealer_ttl {
	font-size: 3.66667em;
	text-align: center;
	line-height: 1.59;
	color: #007caf;
	margin-bottom: 20px;
	font-weight: normal;
}

.top_dealer_txt {
	text-align: center;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.67;
	margin-bottom: 50px;
}

/*------------------------------------------------------
.top_faq
------------------------------------------------------*/
.top_faq {
	background: #eff3f5;
}

.top_faq_inner {
	padding: 90px 0 120px;
	width: 1000px;
	margin: 0 auto;
}

.top_faq_ttl {
	font-size: 3.66667em;
	text-align: center;
	line-height: 1.59;
	color: #007caf;
	margin-bottom: 20px;
	font-weight: normal;
}

.top_faq_txt {
	text-align: center;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.67;
	margin-bottom: 50px;
}

.top_faq_list {
	margin-bottom: 60px;
}

.top_faq_list_ttl {
	font-weight: bold;
}

.top_faq_list_ttl a {
	position: relative;
	font-size: 1.66667em;
	display: block;
	padding: 30px 100px;
	text-decoration: none;
	color: #111111;
	background: #fff;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.top_faq_list_ttl a:hover {
	color: #007caf;
}

.top_faq_list_ttl a:before {
	content: 'Q';
	display: block;
	position: absolute;
	top: 50%;
	left: 40px;
	font-family: 'Arial', sans-serif;
	font-size: 1.5em;
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	color: #007caf;
}

.top_faq_list_ttl a:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 40px;
	width: 18px;
	height: 18px;
	margin-top: -9px;
	background: url("/eyesightowner/img/icon_plus.png") no-repeat 0 0;
}

.top_faq_list_ttl a.open:after {
	background-image: url("/eyesightowner/img/icon_minus.png");
}

.top_faq_list_body {
	max-height: 0;
	overflow: hidden;
	background: #fafbfc;
	border-bottom: 1px solid #eff3f5;
	-webkit-transition: max-height 0.7s cubic-bezier(0.19, 1, 0.22, 1);
	transition: max-height 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}

.top_faq_list_body_inner {
	padding: 40px;
}

.top_faq_list_body_inner > :last-child {
	margin-bottom: 0;
}

.top_faq_list_answer {
	position: relative;
	padding: 0 60px;
	margin-bottom: 40px;
}

.top_faq_list_answer > :last-child {
	margin-bottom: 0;
}

.top_faq_list_answer:before {
	content: 'A.';
	display: block;
	position: absolute;
	top: -0.3em;
	left: 0;
	font-family: 'Arial', sans-serif;
	font-size: 2.5em;
	color: #e16b0b;
	font-weight: bold;
}

.top_faq_list_answer p {
	font-size: 1.5em;
	line-height: 1.67;
	margin-bottom: 30px;
	color: #666;
}

.top_faq_kv {
	position: relative;
	background: #000;
	height: 500px;
	overflow: hidden;
}

.top_faq_kv img {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -800px;
}

/*------------------------------------------------------
.top_func
------------------------------------------------------*/
.top_func {
	padding: 90px 0 0;
}

.top_func_ttl {
	font-size: 3.66667em;
	text-align: center;
	line-height: 1.59;
	color: #007caf;
	margin-bottom: 20px;
	font-weight: normal;
}

.top_func_txt {
	text-align: center;
	font-size: 1.5em;
	line-height: 1.67;
	margin-bottom: 30px;
}

.top_func_tab {
	margin-bottom: 30px;
}

.top_func_tab_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 1000px;
	margin: 0 auto;
}

.top_func_tab_list_item {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 50%;
	    -ms-flex: 1 0 50%;
	        flex: 1 0 50%;
	max-width: 50%;
}

.top_func_tab_list_item a {
	position: relative;
	display: block;
	border: 2px solid #007caf;
}

.top_func_tab_list_item a .label {
	display: block;
	text-indent: 120%;
	white-space: nowrap;
	overflow: hidden;
	width: 496px;
	height: 96px;
	background-image: url("/eyesightowner/img/top/tab.png");
	background-repeat: no-repeat;
}

.top_func_tab_list_item a.ver3 .label {
	background-position: 0 0;
}

.top_func_tab_list_item a.ver3:hover .label, .top_func_tab_list_item a.ver3.active .label {
	background-position: 0 -96px;
	background-color: #007caf;
}

.top_func_tab_list_item a.ver3.active:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -22px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-top: 20px solid #007caf;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
}

.top_func_tab_list_item a.ver2 {
	border-left: 0;
	border-color: #008098;
}

.top_func_tab_list_item a.ver2 .label {
	width: 498px;
	background-position: -496px 0;
}

.top_func_tab_list_item a.ver2:hover .label, .top_func_tab_list_item a.ver2.active .label {
	background-position: -496px -96px;
	background-color: #008098;
}

.top_func_tab_list_item a.ver2.active:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -22px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-top: 20px solid #008098;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
}

.top_func_contents {
	max-height: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.5s, visibility 0.5s;
	transition: opacity 0.5s, visibility 0.5s;
	background: #007caf;
}

.top_func_contents_ver2 {
	background: #008098;
}

.top_func_contents.show {
	max-height: 1000px;
	opacity: 1;
	visibility: visible;
}

.top_func_contents_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	width: 1240px;
	margin: 0 auto;
	padding: 80px 100px 40px;
	box-sizing: border-box;
}

.top_func_contents_list_item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 25%;
	    -ms-flex: 1 0 25%;
	        flex: 1 0 25%;
	max-width: 25%;
	margin-bottom: 40px;
	padding: 0 20px;
	box-sizing: border-box;
}

.top_func_contents_list_item_link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	text-decoration: none;
}

.top_func_contents_list_item_label {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
	font-size: 1.5em;
	line-height: 1.333;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 15px;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.top_func_contents_list_item_label:after {
	content: '';
	display: block;
	width: 10px;
	height: 15px;
	background: url("/eyesightowner/img/arrow_white_b.png") no-repeat 0 0/10px 15px;
}

.top_func_contents_list_item_link:hover .top_func_contents_list_item_label {
	opacity: 0.7;
}

.top_func_contents_list_item_img {
	display: block;
	background: #fff;
}

.top_func_contents_list_item_img img {
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.top_func_contents_list_item_link:hover .top_func_contents_list_item_img img {
	opacity: 0.7;
}

/*------------------------------------------------------
.top_kv
------------------------------------------------------*/
.top_kv {
	position: relative;
	background: #000;
	height: 530px;
	overflow: hidden;
}

.top_kv img {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -800px;
}

/*------------------------------------------------------
_various
------------------------------------------------------*/
.ver_step_img {
	margin-bottom: 30px;
}

.ver_step_table {
	width: 100%;
	table-layout: fixed;
	border: 2px solid #000;
	margin-bottom: 20px;
}

.ver_step_table th, .ver_step_table td {
	padding: 30px 20px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	font-size: 1.33333em;
	line-height: 1.75;
}

.ver_step_table th {
	background: #eff3f5;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
}

.ver2 .ver_step_table th {
	background: #e9f1f1;
}

.ver_step_table td {
	vertical-align: top;
}

.ver_step_table td.center {
	text-align: center;
}

.ver_step_table td .sound {
	margin-left: 30px;
}

.ver_step_table thead th {
	font-size: 1.5em;
}

.ver_step_table thead th .icon_caution {
	font-size: 1.1em;
}

.ver_step_case dt {
	text-align: center;
	margin-bottom: 10px;
	font-weight: bold;
}

.ver_step_case dt .inner {
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: 2px solid #007caf;
}

.ver2 .ver_step_case dt .inner {
	border-bottom-color: #008098;
}

.ver_step_caution {
	text-align: right;
	font-size: 1em;
	line-height: 1.67;
	color: #666;
}

.ver_fullimg {
	text-align: center;
	margin-top: 30px;
}

.ver_fullimg figcaption {
	margin-top: 20px;
	text-align: right;
	font-size: 1em;
}

.ver_step_box dt {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	font-size: 1.5em;
	margin-bottom: 30px;
}

.ver_step_box_num {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 115px;
	    -ms-flex: 0 0 115px;
	        flex: 0 0 115px;
	max-width: 115px;
	background: #007caf;
	color: #fff;
	font-family: Arial, sans-serif;
	text-align: center;
	padding: 20px 0;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.ver_step_box_inner {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	background: #eff3f5;
	padding: 20px 30px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.ver2 .ver_step_box_inner {
	background: #e9f1f1;
}

.ver_step_box dd {
	line-height: 1.75;
	font-size: 1.33333em;
}

.ver_img_box {
	margin-bottom: 60px;
}

.ver_at_img_1 {
	margin-top: -23px;
}

.ver_at2_limiter {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin: 30px 0;
}

.ver_at2_limiter_item {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 470px;
	    -ms-flex: 1 0 470px;
	        flex: 1 0 470px;
	max-width: 470px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.ver_at2_limiter_body {
	padding-left: 20px;
}

.ver_at2_limiter_body > :last-child {
	margin-bottom: 0;
}

.ver_column3 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 100%;
	margin: 30px 0;
}

.ver_column3_item {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 306px;
	    -ms-flex: 1 0 306px;
	        flex: 1 0 306px;
	max-width: 306px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.ver_column3_item_label {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	font-size: 1.5em;
	text-align: center;
	background: #eff3f5;
	border: 1px solid #000;
	padding: 15px;
}

.ver_balloon {
	position: relative;
	padding: 20px;
	border: 1px solid #000;
	background: #fff;
	margin-bottom: 50px;
}

.ver_balloon:after {
	content: '';
	position: absolute;
	bottom: -9px;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: block;
	width: 15px;
	height: 15px;
	background: #fff;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	box-sizing: border-box;
	-webkit-transform-origin: center center;
	    -ms-transform-origin: center center;
	        transform-origin: center center;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.ver_balloon_inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.ver_balloon_inner_2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 10px 20px;
	box-sizing: border-box;
}

.ver_balloon_img {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 445px;
	    -ms-flex: 1 0 445px;
	        flex: 1 0 445px;
	max-width: 445px;
	text-align: center;
}

.ver_balloon_img_center {
	text-align: center;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 100%;
	    -ms-flex: 1 0 100%;
	        flex: 1 0 100%;
	width: 100%;
}

.ver_balloon_body {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 440px;
	    -ms-flex: 1 0 440px;
	        flex: 1 0 440px;
	max-width: 440px;
}

.ver_balloon_body > :last-child {
	margin-bottom: 0;
}

.ver_flow > :first-child {
	margin-top: 0;
}

.ver_flow > :last-child {
	margin-bottom: 0;
}

.ver_flow_ttl {
	font-size: 1.83333em;
	text-align: center;
	line-height: 1.71;
	background: #eff3f5;
	padding: 10px;
	margin: 50px 0 40px;
}

.ver2 .ver_flow_ttl {
	background: #e9f1f1;
}

.ver_flow_item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0 20px;
	margin-bottom: 40px;
}

.ver_flow_item_img {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 225px;
	    -ms-flex: 1 0 225px;
	        flex: 1 0 225px;
	max-width: 225px;
}

.ver_flow_item_body {
	padding: 10px 0 0 30px;
}

.ver_flow_item_body > :last-child {
	margin-bottom: 0;
}

.ver_flow_item_caution {
	padding: 0 20px;
}

.ver_flow_item_caution p {
	border: 1px solid #ce3333;
	color: #ce3333;
	text-align: center;
	font-size: 1.33333em;
	padding: 30px;
}

.ver_flow_column4 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.ver_flow_column4_item {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 225px;
	    -ms-flex: 1 0 225px;
	        flex: 1 0 225px;
	max-width: 225px;
	margin: 0;
}

.ver_flow_column4_item figcaption {
	margin: 10px 0 0;
	font-size: 1.33333em;
	line-height: 1.75;
}

.ver_case {
	margin: 0 0 80px;
}

.ver_case_ttl {
	font-size: 2em;
	font-weight: bold;
	line-height: 1.75;
	margin: 0 0 20px;
}

.ver_case_box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	width: 100%;
}

.ver_case_box_left {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 465px;
	    -ms-flex: 1 0 465px;
	        flex: 1 0 465px;
	max-width: 465px;
}

.ver_case_box_center {
	-webkit-align-self: center;
	    -ms-flex-item-align: center;
	        align-self: center;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	text-align: center;
}

.ver_case_box_right {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 465px;
	    -ms-flex: 1 0 465px;
	        flex: 1 0 465px;
	max-width: 465px;
	background: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	box-sizing: border-box;
	padding: 20px 30px;
}

.ver_case_box_right_inner > :last-child {
	margin-bottom: 0;
}

.ver_case_box_icon {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 10px;
}

.ver_case_box_icon_item {
	padding: 0 10px 0 0;
}

.ver_alarm {
	margin: 50px 0 30px;
}

.ver_alarm_caution {
	font-size: 1em;
	margin-bottom: 10px;
	color: #666;
}

.ver_alarm_item {
	margin-bottom: 60px;
}

.ver_alarm_item:last-child {
	margin-bottom: 0;
}

.ver_alarm_ttl {
	font-size: 1.83333em;
	font-weight: bold;
	text-align: center;
	padding: 15px;
	background: #eff3f5;
	margin: 0 0 30px;
}

.ver2 .ver_alarm_ttl {
	background: #e9f1f1;
}

.ver_alarm_box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.ver_alarm_box_left {
	-webkit-flex-basis: 408px;
	    -ms-flex-preferred-size: 408px;
	        flex-basis: 408px;
	padding-right: 30px;
	box-sizing: border-box;
}

.ver_alarm_box_center {
	-webkit-flex-basis: 186px;
	    -ms-flex-preferred-size: 186px;
	        flex-basis: 186px;
	padding-right: 20px;
	box-sizing: border-box;
}

.ver_alarm_box_right {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 0;
	    -ms-flex: 1 0 0px;
	        flex: 1 0 0;
	-webkit-align-self: center;
	    -ms-flex-item-align: center;
	        align-self: center;
}

.icon_1 {
	margin: 0 5px;
	vertical-align: -6px;
}

.icon_r {
	margin: 0 5px;
	vertical-align: -6px;
}

.icon_setting {
	margin: 0 5px 0 0;
	vertical-align: -4px;
}
