@charset "UTF-8";
/* CSS Document */

body {
 font-family: Osaka, "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", Verdana, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
 color: #333;
}
h1, h2, h3, h4, h5, h6, p, ul, li, dl, dt, dd {
	letter-spacing: 0.5px;
}

.screen-lens {
	text-align: center;
}
.screen-lens img {
	width: 100%;
}
.section {
	padding-left: 20px;
}
.mt20 {
	margin-top: 20px;
}
.mt40 {
	margin-top: 40px;
}
.col {
	display: table;
}
.col > * {
	display: table-cell;
	vertical-align: top;
}
.col2 > .wid {
	width: 50%;
	box-sizing: border-box;
}
.col > .wid img, .col > .wid video {
	width: 100%;
}
.col2 > * ~ * {
	padding-left: 20px;
}
.col3 {
    margin: 10px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.col3 > * {
	width: 33.33%;
}
.col3 > * ~ * {
	padding-left: 10px;
}

.clr_brown {
	color: #a13b3a;
}
.clr_purple {
	color: #41449f;
	border-color: #8182ba !important;
}
.clr_green {
	color: #2ebe2a;
}
.clr_orange {
	color: #ff6c00;
}
.opt_brown {
	background-color: #a13b3a;
}
.opt_purple {
	background-color: #41449f;
}
.opt_green {
	background-color: #2ebe2a;
}
.opt_orange {
	background-color: #ff6c00;
}
.btn_brown {
	border-color: #a13b3a !important;
	color: #a13b3a;
	background: url(../images/only_one_lens/icon_blank_brown.png) no-repeat right 10px center;
}
.btn_purple {
	border-color: #8182ba !important;
	color: #8182ba;
	background: url(../images/only_one_lens/icon_blank_purple.png) no-repeat right 10px center;
}
.btn_green {
	border-color: #2ebe2a !important;
	color: #2ebe2a;
	background: url(../images/only_one_lens/icon_blank_green.png) no-repeat right 10px center;
}
.btn_orange {
	border-color: #ff6c00 !important;
	color: #ff6c00;
	background: url(../images/only_one_lens/icon_blank_orange.png) no-repeat right 10px center;
}

.btn {
	text-align: center;
	display: inline-block;
	border-radius: 50px;
	width: 100%;
	border: 3px solid;
	margin: 20px auto;
	padding: 5px 20px;
	line-height: 1.2;
	box-sizing: border-box;
}
.btn {
    -webkit-transition: color 0.1s linear 0s, border 0.1s linear 0s, opacity 0.2s linear 0s, background-color 0.1s linear 0s;
    -o-transition: color 0.1s linear 0s, border 0.1s linear 0s, opacity 0.2s linear 0s, background-color 0.1s linear 0s;
    transition: color 0.1s linear 0s, border 0.1s linear 0s, opacity 0.2s linear 0s, background-color 0.1s linear 0s;
}
.btn:hover {
    opacity: 0.8;
    background-color: #efefef;
}

.item_box {
	padding: 20px;
}
.item {
  padding: 40px 10px 20px;
  margin: 0;
  position: relative;
  font-size: 14px;
  text-align: center;
  border: 3px solid #c5c5c5;
}
.item_label {
  color: #fff;
  padding: 5px 10px;
  position: absolute;
  top: 7px;
  left: 7px;
  /*background-color: #333;*/
  line-height: 1.2;
}
.item_logo {
  padding: 10px 0;
  text-align: center;
  border-bottom: 2px solid #ccc;
  margin-bottom: 10px;
}

.title_01 {
	text-align: left;
	font-size: 26px;
	font-weight: normal;
	margin: 10px auto 20px;
	line-height: 1.3;
}
.title_02 {
	text-align: left;
	color: #a13b3a;
	font-size: 20px;
	font-weight: bold;
	margin: 0px auto 7px;
	line-height: 1.3;
}
.title_03 {
	font-size: 22px;
	border-bottom: 3px solid;
	padding: 8px 20px;
}
.only_one_lens h2 {
	text-align: left;
	font-size: 28px;
	font-weight: normal;
	margin: 40px auto 25px;
}
.only_one_lens h2 span {
  position: relative;
  display: block;
  padding: 8px;
  min-width: 5em;
}
.only_one_lens h2 span:after {
    display: block;
    background: #0096ff;
    background: -moz-linear-gradient(left, #a13b3a 0%, #a13b3a 10%, #dedede 10%);
    background: -webkit-linear-gradient(left, #a13b3a 0%,#a13b3a 10%,#dedede 10%);
    background: -ms-linear-gradient(left, #a13b3a 0%,#a13b3a 10%,#dedede 10%);
    background: linear-gradient(to right, #a13b3a 0%,#a13b3a 10%,#dedede 10%);
    background: linear-gradient(to right, #a13b3a 0%,#a13b3a 10%,#dedede 10%);
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0096ff', endColorstr='#cccccc',GradientType=1 );*/
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3px;
    content: "";
    margin: auto;
    left: 0;
    right: 0;
}
/*LIGHTBOX--------------------------------------------------*/
