@charset "UTF-8";
main {
  line-height: 1.2;
  font-size: 16px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
main .content {
  width: 1000px;
}

/* =========================================================================
 共通
========================================================================= */
.pcDisp {
  display: block;
}

.spDisp {
  display: none;
}

.content #main_img {
  display: table;
  width: 100%;
}

.content #main_img h1 {
  display: table-cell;
  padding: 10px;
  background-image: url("../img/h1_ttl_bg.png");
  background-size: cover;
  height: 100px;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  font-size: 2.8rem;
}

#lead {
  margin: 20px 0;
  line-height: 3.2rem;
}

#lead .inner {
  margin: auto;
  display: table;
}

#lead .inner .patch {
  display: table-cell;
  padding: 20px 10px;
  vertical-align: middle;
}

#lead .inner h2 {
  display: table-cell;
  padding: 50px 0;
  text-align: center;
  font-size: 3.6rem;
  color: #000;
  font-weight: bold;
  line-height: 4.8rem;
}

#lead p {
  font-size: 1.92rem;
  text-align: center;
}

#contents-list {
  background: url("../img/con_list_bg.png") no-repeat #DCE5EE;
}

#contents-list ul {
  border-top: 2px #143250 solid;
  padding: 30px;
  display: list-item;
  list-style-position: outside;
}

#contents-list ul li {
  display: block;
  margin: auto;
  padding: 10px 0;
  width: 70%;
  background: url("../img/con_list_arrow.png") no-repeat;
  background-position: center right 5px;
  background-size: 20px;
  font-size: 1.7rem;
  color: #333;
  font-weight: bold;
  text-indent: -1em;
  line-height: 120%;
}

#contents-list ul li:hover {
  opacity: 0.6;
}

#contents-list ul li a {
  padding-right: 10px;
  display: block;
}

#contents-list ul li a::before {
  content: "●";
}

#contents-list ul li a span {
  text-decoration: underline;
}

#laser_radar01 {
  margin-bottom: 36px;
  padding-bottom: 36px;
  border-bottom: 1px solid #999999;
}

#laser_radar01 h2 {
  margin: 30px 0;
  background: #507DAA;
  color: #FFF;
  padding: 35px;
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
}

#laser_radar01 h3 {
  margin: 30px 0;
  color: #507DAA;
  padding: 35px;
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
  border-top: 3px solid #507DAA;
  border-bottom: 3px solid #507DAA;
}

#laser_radar01 .radar {
  float: left;
  width: 50%;
}

#laser_radar01 .laser {
  float: right;
  width: 50%;
}

#laser_radar01 table {
  margin: 30px auto 0 auto;
  border-collapse: collapse;
  width: 90%;
}

#laser_radar01 table th,
#laser_radar01 table td {
  padding: 5px;
  border: 1px solid #000;
  text-align: center;
  color: #000;
}

#laser_radar01 table tr:last-child {
  background: #FFF39F;
}

#laser_radar01 table tr th span {
  font-weight: bold;
}

#laser_radar01 table tr td {
  font-size: 2.4rem;
}

#laser_radar01 table tr td.orange {
  color: #FF5A00;
  font-weight: 900;
}

#laser_radar01 table tr td span.small {
  font-size: 0.8rem;
  color: #000;
}

#laser_radar01 .radar .inner {
  display: table;
  margin: auto;
  min-height: 155px;
}

#laser_radar01 .radar .inner p {
  display: table-cell;
  padding: 50px 10px 0 10px;
  vertical-align: middle;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}

#laser_radar01 .radar .inner p:before {
  content: ".";
  display: block;
  float: left;
  width: 0px;
  height: 140px;
  opacity: 0;
}

#laser_radar01 .radar .inner p.ttl {
  padding-top: 86px;
  background: url("../img/radar_icon.png") no-repeat top center;
  background-size: 60px;
  color: #000;
  line-height: 1.3;
}

#laser_radar01 .radar p.txt {
  font-size: 1.6rem;
  text-align: center;
  line-height: 150%;
}

#laser_radar01 .radar p.txt span {
  color: #FF5A00;
}

#laser_radar01 .radar .inner p span {
  font-size: 4rem;
  font-weight: 900;
  color: #008C3C;
}

#laser_radar01 .laser .inner {
  display: table;
  margin: auto;
  min-height: 150px;
}

#laser_radar01 .laser .inner p {
  display: table-cell;
  padding: 50px 10px 0 10px;
  vertical-align: middle;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}

#laser_radar01 .laser .inner p:before {
  content: ".";
  display: block;
  float: left;
  width: 0px;
  height: 150px;
  opacity: 0;
}

#laser_radar01 .laser .inner p.ttl {
  padding-top: 70px;
  background: url("../img/laser_icon.png") no-repeat top center;
  background-size: 90px;
  line-height: 1.3;
}

#laser_radar01 .laser p.txt {
  font-size: 1.6rem;
  text-align: center;
  line-height: 150%;
}

#laser_radar01 .laser p.txt span {
  color: #FF5A00;
}

#laser_radar01 .laser .inner p span {
  font-size: 4rem;
  font-weight: 900;
  color: #14288C;
}

#laser_radar01 p.img {
  margin: 30px 0;
  text-align: center;
}

#laser_radar01 p.img img {
  width: 440px;
}

#laser_radar01 p.notes {
  margin: 10px auto 0 auto;
  width: 90%;
  font-size: 1.28rem;
}

#laser_radar01 .read01,
#laser_radar01 .read02,
#laser_radar01 .read03 {
  display: table;
}

#laser_radar01 .read01 p,
#laser_radar01 .read02 p,
#laser_radar01 .read03 p {
  display: table-cell;
  text-align: center;
  vertical-align: bottom;
  width: 50%;
  line-height: 2.88rem;
}

#laser_radar01 .read02 p span {
  font-weight: bold;
}

#laser_radar01 .zone30 {
  display: table;
  background: #DCE5EE;
  margin-top: 30px;
  padding: 20px 50px;
}

#laser_radar01 .zone30 dt,
#laser_radar01 .zone30 dd {
  display: table-cell;
}

#laser_radar01 .zone30 dt {
  width: 166px;
  height: 100px; /* width,heightの半分 */
  border-radius: 10px;
  text-align: center;
  border: 3px solid #507DAA;
  background: #FFF;
  vertical-align: middle;
  font-size: 2.4rem;
  color: #507DAA;
}

#laser_radar01 .zone30 dt span {
  font-weight: bold;
}

#laser_radar01 .zone30 dd {
  padding: 10px 0 0 30px;
  line-height: 2.88rem;
}

#laser_radar02 {
  margin-bottom: 36px;
  padding-bottom: 36px;
}

#laser_radar02 h2 {
  margin: 30px 0 0 0;
  background: #507DAA;
  color: #FFF;
  padding: 35px;
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
}

#laser_radar02 h3 {
  margin: 30px 0;
  color: #507DAA;
  padding: 35px;
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
  border-top: 3px solid #507DAA;
  border-bottom: 3px solid #507DAA;
}

#laser_radar02 h3 span {
  font-size: 1.92rem;
}

#laser_radar02 .support {
  padding-top: 30px;
  background: #FFFBDF;
}

#laser_radar02 .support p {
  padding: 10px;
  line-height: 2.88rem;
  text-align: center;
}

#laser_radar02 .support p.midasi {
  width: 800px;
  height: auto; /* width,heightの半分 */
  border-radius: 30px;
  text-align: center;
  border: 3px solid #507DAA;
  background: #FFF;
  vertical-align: middle;
  font-size: 2.4rem;
  font-weight: bold;
  color: #507DAA;
  margin: auto;
  padding: 10px;
  line-height: normal;
}

#laser_radar02 .support ul {
  display: table;
  width: 650px;
  margin: auto;
}

#laser_radar02 .support ul li {
  display: table-cell;
  text-align: center;
  font-size: 1.92rem;
  font-weight: bold;
  color: #507DAA;
  padding-bottom: 20px;
}

#laser_radar02 .support ul li img {
  width: 70%;
}

#laser_radar02 ul.choose {
  margin: auto;
  display: table;
}

#laser_radar02 ul.choose li {
  display: table-cell;
  padding: 10px;
  width: 300px;
  text-align: center;
  line-height: 2.88rem;
}

#laser_radar02 ul.choose li .midasi {
  display: block;
  width: 100%;
  height: auto; /* width,heightの半分 */
  border-radius: 30px;
  text-align: center;
  border: 1px solid #507DAA;
  background: #E5EBF2;
  font-size: 1.92rem;
  font-weight: bold;
  color: #507DAA;
  margin: 0 auto 10px;
  padding: 5px;
  line-height: normal;
}

#laser_radar03 {
  margin-bottom: 36px;
  /*padding-bottom: 36px;*/
}

#laser_radar03 p.recommend_ttl {
  margin: 30px 0 0 0;
  background: #FFF7BF;
  border-top: 8px solid #507DAA;
  border-bottom: 8px solid #507DAA;
  color: #507DAA;
  padding: 20px;
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
}

#laser_radar03 h3 {
  position: relative;
  margin: 30px 0;
  color: #507DAA;
  padding: 35px;
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
  border-top: 3px solid #507DAA;
  border-bottom: 3px solid #507DAA;
}

#laser_radar03 h3 span {
  font-size: 1.92rem;
}

#laser_radar03 h3 span.patch {
  position: absolute;
  top: 0px;
  right: 10px;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
  display: block;
  width: 160px;
  height: auto; /* width,heightの半分 */
  border-radius: 10px;
  text-align: center;
  background: #507DAA;
  font-size: 1.92rem;
  font-weight: bold;
  color: #FFFFFF;
  padding: 10px;
  line-height: normal;
}

#laser_radar03 h4 {
  background: #EDF2F6;
  border-top: 2px solid #507DAA;
  font-size: 1.44rem;
  font-weight: bold;
  text-align: center;
  padding: 15px;
  min-height: 60px;
}

#laser_radar03 div p.img {
  position: relative;
  min-height: 124px;
}

#laser_radar03 div p.img img {
  margin: 0 20px 0 0;
  width: 166px;
}

#laser_radar03 div p.img .newPatch {
  display: block;
  position: absolute;
  bottom: 30px;
  right: 10px;
  width: 60px;
  height: auto;
  -webkit-border-radius: 10px; /* width,heightの半分 */
  -moz-border-radius: 10px;
  border: 2px solid #FF5A00;
  border-radius: 10px;
  text-align: center;
  background: #fff;
  font-size: 0.8rem;
  font-weight: bold;
  color: #FF5A00;
  padding: 10px 0;
  line-height: normal;
}

#laser_radar03 div p.txt {
  margin: 30px 0 0 0;
  font-size: 1.28rem;
  min-height: 70px;
}

#laser_radar03 div dl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0 auto;
  width: 96%;
}

#laser_radar03 div dl div dt,
#laser_radar03 div dl div dd {
  border-collapse: collapse;
  border: 1px solid #333;
  border-right-width: 0;
  padding: 10px 5px;
  text-align: center;
  font-size: 1.12rem;
}

#laser_radar03 div dl div:last-child dt,
#laser_radar03 div dl div:last-child dd {
  border-right-width: 1px;
}

#laser_radar03 div dl div dt {
  background: #E5EBF2;
  font-weight: bold;
  white-space: nowrap;
  border-bottom-width: 0;
}

#laser_radar03 div .goodsTitile {
  width: 90px;
  float: left;
  margin-bottom: 10px;
  margin-left: 10px;
  min-height: 40px;
  position: relative;
}

#laser_radar03 div .goodsTitile.blitz {
  width: 60px;
}

#laser_radar03 div .goodsTitile p {
  position: absolute;
  bottom: 0;
}

#laser_radar03 div .goodsTitile img {
  width: 100%;
}

#laser_radar03 div .goodsPrice {
  margin-top: 10px;
  margin-right: 10px;
  width: auto;
  float: right;
  text-align: right;
  font-size: 1.28rem;
  color: #FF5A00;
}

#laser_radar03 div .goodsPrice span {
  color: #333;
}

#laser_radar03 div .goodsPrice span.price {
  color: #FF5A00;
  font-size: 2.08rem;
  padding-left: 10px;
  font-weight: bold;
}

#laser_radar03 #recommend01 {
  padding-bottom: 30px;
}

#laser_radar03 #recommend01 h4 {
  font-size: 2.4rem;
}

#laser_radar03 #recommend01 div {
  width: 450px;
  float: left;
}

#laser_radar03 #recommend01 div p {
  text-align: center;
}

#laser_radar03 #recommend01 div p.txt {
  margin: 30px 0 0 0;
  font-size: 1.92rem;
  line-height: 150%;
}

#laser_radar03 #recommend01 div p.img img {
  margin: 30px 0;
  width: 280px;
}

#laser_radar03 #recommend01 div table th,
#laser_radar03 #recommend01 div table td {
  font-size: 1.28rem;
}

#laser_radar03 #recommend01 div .goodsTitile {
  width: 155px;
}

#laser_radar03 #recommend01 div .goodsPrice {
  width: auto;
  font-size: 1.6rem;
}

#laser_radar03 #recommend01 div .goodsPrice span.price {
  font-size: 2.4rem;
}

#laser_radar03 #recommend01 div.movie {
  float: right;
}

#laser_radar03 #recommend01 div.movie p.midasi {
  position: relative;
  font-size: 2.4rem;
  color: #507DAA;
  font-weight: bold;
  padding: 30px 0;
}

#laser_radar03 #recommend01 div.movie p.midasi::before {
  position: absolute;
  top: 30px;
  left: 0;
  content: url("../img/movie_ttl_bg01.png");
}

#laser_radar03 #recommend01 div.movie p.midasi::after {
  position: absolute;
  top: 30px;
  right: 0;
  content: url("../img/movie_ttl_bg02.png");
}

#laser_radar03 #recommend01 div.movie p img {
  width: 100%;
}

#laser_radar03 .rec_clm_ttl {
  margin: 20px 0;
  padding: 8px 0;
  background-color: #ed1a3a;
  border-width: 0;
  color: #fff;
  font-size: 20px;
}

#laser_radar03 .rec_clm {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0;
}

#laser_radar03 .rec_clm section .txt {
  padding: 0 16px;
}

#laser_radar03 .rec_clm section .img {
  text-align: center;
}

#laser_radar03 .rec_clm section {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

#laser_radar03 .rec_clm section:nth-child(3n) {
  margin-right: 0;
}

#laser_radar03 .rec_clm section .caution {
  clear: both;
  text-align: left;
  margin: 10px 6px 0;
  padding-left: 1em;
  text-indent: -1em;
}

#laser_radar03 .bannerLead {
  margin-bottom: 5px;
  text-align: center;
  font-size: 2.24rem;
  color: #ed1a3a;
}

#laser_radar03 .bannerLink {
  text-align: center;
}

#laser_radar03 .notes {
  font-size: 1.28rem;
  margin-top: 10px;
  margin-bottom: 80px;
  border-top: 1px solid #000;
  padding-top: 10px;
}

#laser_radar03 .priceNotes {
  font-size: 1.28rem;
}

#laser_radar03 .priceNotes + .rec_clm_ttl {
  margin-top: 10px;
}

#lead .inner h2 {
  display: table-cell;
  padding: 50px 0;
  text-align: center;
  font-size: 3.6rem;
  color: #000;
  font-weight: 900;
}

#lead span.underline {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, #ffeb5f));
  background: linear-gradient(transparent 75%, #ffeb5f 75%);
}

#laser_radar04 {
  margin-top: 80px;
  margin-bottom: 36px;
  padding-bottom: 36px;
}

#laser_radar04 h3 {
  margin: 30px 0;
  color: #507DAA;
  padding: 35px;
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
  border-top: 3px solid #507DAA;
  border-bottom: 3px solid #507DAA;
  line-height: normal;
}

#laser_radar04 h3 span {
  font-size: 1.92rem;
}

#laser_radar04 div p {
  position: relative;
  min-height: 250px;
  line-height: 3.2rem;
  font-size: 1.6rem;
}

#laser_radar04 div p.female {
  float: left;
  width: 450px;
}

#laser_radar04 div p.female span {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #FFE1F3;
}

#laser_radar04 div p.male {
  float: right;
  width: 450px;
}

#laser_radar04 div p.male span {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #DAFFCF;
}

#laser_radar04 div p span {
  display: block;
  font-weight: bold;
  color: #000;
  text-align: center;
  padding: 5px;
  width: 120px;
}

#laser_radar05 {
  margin-bottom: 36px;
  padding-bottom: 36px;
}

#laser_radar05 p.ttl {
  margin: 30px 0;
  color: #FFFFFF;
  padding: 35px;
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: normal;
  background: #E40C34;
}

#laser_radar05 h3 span {
  font-size: 1.92rem;
}

#laser_radar05 div p {
  width: 450px;
  line-height: 3.2rem;
  text-align: center;
}

#laser_radar05 div p img {
  margin-bottom: 10px;
  width: 100%;
}

#laser_radar05 div p.txt-left {
  float: left;
}

#laser_radar05 div p.txt-right {
  float: right;
}

#stuff {
  position: relative;
  padding: 30px 0;
  margin-bottom: 50px;
  background: url("../img/stuff_bg01_pc.png") no-repeat #FFDECC;
  background-size: contain 80%;
  background-position: center;
}

#stuff p {
  width: 780px;
  -webkit-border-radius: 10px; /* width,heightの半分 */
  -moz-border-radius: 10px;
  border: 2px solid #FF5A00;
  border-radius: 10px;
  text-align: center;
  background: url("../img/staff.png") no-repeat bottom right #fff;
  background-size: contain;
  font-size: 1.92rem;
  font-weight: bold;
  color: #333;
  margin: 0 auto;
  padding: 30px 0;
  line-height: 4rem;
}

#stuff::after {
  position: absolute;
  bottom: 0;
  left: 60px;
  width: 275px;
  height: 203px;
}

.chokihosyo {
  margin: 0 auto 50px;
  text-align: center;
}

.bnrbox2 {
  margin: 0 auto;
  text-align: center;
}

.toTop {
  position: relative;
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  position: fixed;
  bottom: 60px;
  right: 25px;
  width: 60px;
  height: 60px;
  z-index: 200;
}

.linkArea p {
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  color: #ed1a3a;
}

.linkArea p a {
  color: #ed1a3a;
  display: inline-block;
  border-bottom: 1px #ed1a3a solid;
  padding-bottom: 3px;
}

.linkArea p a:hover {
  color: #ed1a3a;
  border-bottom: none;
  padding-bottom: 4px;
}

.linkArea p a span {
  position: relative;
  padding-right: 20px;
  display: inline-block;
}

.linkArea p a span:before {
  position: absolute;
  content: "";
  width: 17px;
  height: 17px;
  border-radius: 50%;
  top: 50%;
  right: 0;
  margin-top: -7px;
  background: #ed1a3a;
}

.linkArea p a span:after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 7px;
  margin-top: -1px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}

.linkArea p.stuff {
  padding-top: 70px;
  background-position: right 100px bottom 10px;
  background-size: contain;
  min-height: 100px;
}

.linkArea ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.linkArea ul li {
  display: inline-block;
  margin: 0 20px;
}

.linkArea ul li a {
  display: block;
  background: #fff;
  border: 2px solid #ed1a3a;
  color: #ed1a3a;
  font-weight: bold;
  text-align: center;
  padding: 12px 0;
  margin: 0 auto;
  border-radius: 8px;
  width: 450px;
}

.linkArea ul li a span {
  position: relative;
  padding-right: 20px;
  display: inline-block;
}

.linkArea ul li a span:before {
  position: absolute;
  content: "";
  width: 17px;
  height: 17px;
  border-radius: 50%;
  top: 50%;
  right: 0;
  margin-top: -7px;
  background: #ed1a3a;
}

.linkArea ul li a span:after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 7px;
  margin-top: -1px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}

.toTop img {
  width: 100%;
  display: block;
}

.toTop.show {
  opacity: 1;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/*レイアウト変更の実験*/
#laser_radar03 .barLeft {
  margin-top: 0;
  margin-bottom: 10px;
}

#laser_radar03 .barRight {
  margin-top: 0;
}

/*更新日*/
#lead .date {
  margin-bottom: 30px;
  text-align: right;
  font-size: 16px;
}

.date-02 {
  margin-top: 60px;
  text-align: center;
  font-size: 16px;
}

/* =========================================================
 スマホ対応
========================================================= */
@media screen and (max-width: 768px) {
  main .content {
    width: 100%;
    padding: 0;
  }
  .pcDisp {
    display: none;
  }
  .pcDisp {
    display: none;
  }
  .spDisp {
    display: block;
  }
  .content img {
    width: 100%;
    height: auto;
  }
  .content #main_img h1 {
    font-size: 4.8vw;
  }
  #lead .inner h2 {
    width: 72%;
    text-align: left;
    padding-top: 6.5104166667%;
    padding-bottom: 6.5104166667%;
    padding-right: 1.3020833333%;
    font-size: 6vw;
    line-height: 8vw;
  }
  #lead .inner .patch {
    padding-top: 2.6041666667%;
    padding-bottom: 2.6041666667%;
    padding-left: 0;
    padding-right: 0;
  }
  #lead {
    margin: 2.6041666667% auto 6.5104166667%;
    width: 90%;
  }
  #lead p {
    font-size: 3.2vw;
    line-height: 175%;
  }
  #contents-list ul li {
    font-size: 3.2vw;
    line-height: 175%;
    background-size: 6.5104166667%;
    padding: 1.3020833333% 0;
    width: 80%;
  }
  #contents-list ul li a {
    padding-right: 10.4166666667%;
  }
  #laser_radar01 {
    border: none;
    width: 91.1458333333%;
    margin: auto;
  }
  #laser_radar01,
  #laser_radar02,
  #laser_radar03,
  #laser_radar04,
  #laser_radar05 {
    margin-bottom: 4.6875%;
    padding-bottom: 4.6875%;
  }
  #laser_radar03 {
    padding-bottom: 10.4166666667%;
  }
  #laser_radar01 h2 {
    font-size: 4vw;
    line-height: 175%;
    padding: 20px 0;
  }
  #laser_radar01 h3 {
    margin: 3.90625% auto;
    width: 91.1458333333%;
    padding: 3.90625%;
    font-size: 3.5vw;
    line-height: 175%;
  }
  #laser_radar01 table th {
    font-size: 3vw;
  }
  #laser_radar01 table td {
    font-size: 2.5vw;
  }
  #laser_radar01 p.notes {
    margin-bottom: 30px;
  }
  #laser_radar01 .radar {
    float: left;
    width: 100%;
  }
  #laser_radar01 .radar .inner {
    min-height: inherit;
  }
  #laser_radar01 .radar .inner .icon img {
    width: 78.125%;
  }
  #laser_radar01 .radar .inner p:before {
    height: 90px;
  }
  #laser_radar01 .radar .inner p.icon {
    padding-right: 0;
  }
  #laser_radar01 .radar .inner p.ttl {
    padding-left: 0;
    padding-top: 19.53125%;
    background: url("../img/radar_icon.png") no-repeat;
    background-position: center 20%;
    background-size: 15.625%;
    font-size: 4vw;
    line-height: 1.3;
  }
  #laser_radar01 .radar .inner p span {
    font-size: 7vw;
  }
  #laser_radar01 .radar p.txt {
    margin: auto;
    width: 91.1458333333%;
    font-size: 4vw;
    line-height: normal;
  }
  #laser_radar01 .laser {
    float: left;
    width: 100%;
  }
  #laser_radar01 .laser .inner {
    min-height: inherit;
  }
  #laser_radar01 .laser .inner .icon img {
    width: 78.125%;
  }
  #laser_radar01 .laser .inner p:before {
    height: 100px;
  }
  #laser_radar01 .laser .inner p.ttl {
    padding-top: 13.0208333333%;
    background: url("../img/laser_icon.png") no-repeat;
    background-position: top 19.53125% center;
    background-size: 15.625%;
    font-size: 4vw;
    line-height: 1.3;
  }
  #laser_radar01 .laser .inner p span {
    font-size: 7vw;
  }
  #laser_radar01 .laser p.txt {
    margin: auto;
    width: 91.1458333333%;
    font-size: 4vw;
    line-height: normal;
  }
  #laser_radar01 p.img img {
    width: 80%;
  }
  #laser_radar01 .read01,
  #laser_radar01 .read02,
  #laser_radar01 .read03 {
    margin: auto;
    display: block;
    width: 90%;
  }
  #laser_radar01 .read01 p,
  #laser_radar01 .read02 p,
  #laser_radar01 .read03 p {
    display: block;
    width: 100%;
    font-size: 3.8vw;
    line-height: 150%;
    padding: 5px;
  }
  #laser_radar01 .zone30 {
    display: block;
    background: #DCE5EE;
    margin-top: 3.90625%;
    margin-left: auto;
    margin-right: auto;
    padding: 3.90625% 6.5104166667%;
    width: 91.1458333333%;
  }
  #laser_radar01 .zone30 dt,
  #laser_radar01 .zone30 dd {
    display: block;
  }
  #laser_radar01 .zone30 dt {
    width: 100%;
    height: inherit;
    padding: 10px; /* width,heightの半分 */
    border-radius: 30px;
    text-align: center;
    border: 3px solid #507DAA;
    background: #FFF;
    vertical-align: middle;
    font-size: 3vw;
    color: #507DAA;
  }
  #laser_radar01 .zone30 dt span {
    font-weight: bold;
    font-size: 4.5vw;
  }
  #laser_radar01 .zone30 dd {
    margin: 3.90625% 0 0 0;
    width: 100%;
    padding: 0;
    line-height: 150%;
    text-align: center;
    font-size: 3.8vw;
  }
  #laser_radar02 {
    margin: auto;
    width: 91.1458333333%;
  }
  #laser_radar02 h2 {
    font-size: 4vw;
    padding: 4.5572916667%;
  }
  #laser_radar02 h3 {
    margin: 3.90625% auto;
    width: 91.1458333333%;
    padding: 3.90625%;
    font-size: 3.5vw;
  }
  #laser_radar02 h3 span {
    font-size: 2.6vw;
  }
  #laser_radar02 .support {
    margin-bottom: 13.0208333333%;
    padding-top: 3.90625%;
  }
  #laser_radar02 .support p.txt {
    font-size: 3vw;
    line-height: normal;
  }
  #laser_radar02 .support p.midasi {
    width: 90%; /* width,heightの半分 */
    border-radius: 15px;
    font-size: 3.5vw;
  }
  #laser_radar02 .support ul {
    padding-left: 11.71875%;
    display: block;
    width: 91.1458333333%;
  }
  #laser_radar02 .support ul li {
    width: 39.0625%;
    float: left;
    font-size: 3.5vw;
  }
  #laser_radar02 ul.choose {
    display: block;
  }
  #laser_radar02 ul.choose li {
    margin: auto;
    display: block;
    width: 91.1458333333%;
  }
  #laser_radar02 ul.choose li .midasi {
    font-size: 4.5vw;
  }
  #laser_radar02 ul.choose li span.txt {
    margin: auto;
    display: block;
    width: 78.125%;
    text-align: left;
    font-size: 3.8vw;
    line-height: 150%;
  }
  #laser_radar03 {
    margin: auto;
    width: 91.1458333333%;
  }
  #laser_radar03 h3 {
    margin: 3.90625% auto;
    width: 100%;
    padding: 3.90625%;
    font-size: 3.5vw;
  }
  #laser_radar03 h3 span {
    font-size: 2.6vw;
  }
  #laser_radar03 .rec_clm {
    margin: 0;
    position: static;
  }
  #laser_radar03 #recommend10 .caution {
    font-size: 3vw;
    margin: 5.2083333333% 2.6041666667% 0;
    min-height: auto;
  }
  #laser_radar03 h4 {
    padding: 4.1666666667vw 0;
    font-size: 2.8645833333vw;
    min-height: 15.625vw;
  }
  #laser_radar03 h4.line_3 {
    padding: 2.0833333333vw 0;
  }
  #laser_radar03 h4.line_4 {
    padding: 0.6510416667vw 0;
  }
  #laser_radar03 p.recommend_ttl {
    font-size: 3.7vw;
  }
  #laser_radar03 p.patch {
    margin-top: 3.90625%;
    margin-bottom: 2.6041666667%;
    font-size: 3.7vw;
    font-weight: bold;
    text-align: center;
  }
  #laser_radar03 div p.img .newPatch {
    padding: 3px;
    right: 15px;
    bottom: -40px;
    width: auto; /* width,heightの半分 */
    border-radius: 5px;
    font-size: 0.96rem;
  }
  #laser_radar03 div p.txt {
    margin: 3.90625% 0 0 0;
    min-height: auto;
    font-size: 2.5vw;
    line-height: 150%;
  }
  /* #laser_radar03 div p.txt-p01 {
    min-height: calc( 135vw / 768 * 100 );
  }

  #laser_radar03 div p.txt-p02 {
    min-height: calc( 132vw / 768 * 100 );
  }

  #laser_radar03 div p.txt-p03 {
    min-height: calc( 132vw / 768 * 100 );
  }

  #laser_radar03 div p.txt-p04 {
    min-height: calc( 65vw / 768 * 100 );
  }

  #laser_radar03 div p.txt-p05 {
    min-height: calc( 100vw / 768 * 100 );
  }

  #laser_radar03 div p.txt-p06 {
    min-height: calc( 165vw / 768 * 100 );
  }

  #laser_radar03 div p.txt-p07 {
    min-height: calc( 100vw / 768 * 100 );
  }

  #laser_radar03 div p.txt-p08 {
    min-height: calc( 100vw / 768 * 100 );
  }

  #laser_radar03 div p.txt-p09 {
    min-height: calc( 67vw / 768 * 100 );
  }

  #laser_radar03 div p.txt-p10 {
    min-height: calc( 100vw / 768 * 100 );
  } */
  #laser_radar03 div p.img {
    min-height: inherit;
  }
  #laser_radar03 div p.img img {
    margin: 2.6041666667% 0;
    width: 65.1041666667%;
  }
  #laser_radar03 .rec_clm_ttl {
    margin: 3.90625% 0;
    padding: 0.5208333333% 0;
    font-size: 1.44rem;
  }
  #laser_radar03 .rec_clm {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  #laser_radar03 .rec_clm section {
    width: 48%;
    margin-right: 0;
    margin-bottom: 2.6041666667%;
    padding-bottom: 1.3020833333%;
  }
  #laser_radar03 .rec_clm section .txt {
    padding: 0 3.90625%;
    font-size: 2.8645833333vw;
  }
  #laser_radar03 div .goodsTitile {
    margin-left: 0;
  }
  #laser_radar03 div .goodsTitile,
  #laser_radar03 #recommend01 div .goodsTitile {
    /* width: calc( 220 / 768 * 100% ); */
    min-height: auto;
  }
  #laser_radar03 div .goodsTitile p {
    position: relative;
    font-size: 1.44rem;
    text-align: center;
  }
  #laser_radar03 div .goodsTitile p img {
    width: 90%;
  }
  #laser_radar03 div .goodsPrice,
  #laser_radar03 #recommend01 div .goodsPrice {
    /*width: calc( 520 / 768 * 100% );*/
    width: auto;
    font-size: 0.96rem;
  }
  #laser_radar03 div .goodsPrice span,
  #laser_radar03 #recommend01 div .goodsPrice span {
    color: #333;
  }
  #laser_radar03 div .goodsPrice span.price,
  #laser_radar03 #recommend01 div .goodsPrice span.price {
    color: #FF5A00;
    font-size: 1.76rem;
    font-weight: bold;
    padding-left: 3px;
  }
  #laser_radar03 .rec_clm .notes {
    border-top: 2px solid #999999;
    position: static;
    text-align: left;
    padding-top: 6.5104166667%;
    font-size: 2vw;
  }
  #laser_radar03 #recommend01 {
    margin: auto;
    width: 100%;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  #laser_radar03 #recommend01 div {
    width: 100%;
    float: none;
  }
  #laser_radar03 #recommend01 h4 {
    font-size: 4.5vw;
    line-height: 1.5;
  }
  #laser_radar03 #recommend01 div p.img img {
    margin: 0 0 3.90625% 0;
    width: 58.59375%;
  }
  #laser_radar03 #recommend01 div p.txt {
    margin: 3.90625% 0;
    font-size: 3.8vw;
    line-height: 150%;
  }
  #laser_radar03 div dl {
    display: block;
    margin-top: 32.5520833333%;
    width: 96%;
  }
  #laser_radar03 div dl div dt,
  #laser_radar03 div dl div dd {
    border: 1px solid #333;
    border-bottom-width: 0;
    padding: 2px;
    text-align: center;
    font-size: 1.12rem;
  }
  #laser_radar03 div dl div:last-child dd {
    border-bottom-width: 1px;
  }
  #laser_radar03 div dl div dt {
    background: #E5EBF2;
    font-weight: bold;
    white-space: nowrap;
    border-bottom-width: 0;
  }
  #laser_radar03 div .goodsPrice {
    margin-top: 2px;
  }
  #laser_radar03 div .noTablePrice {
    width: 100%;
  }
  #laser_radar03 #recommend01 div.movie {
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  #laser_radar03 #recommend01 div.movie p.midasi {
    color: #507DAA;
    margin-top: 3.90625%;
    padding: 20px;
    font-size: 3.7vw;
  }
  #laser_radar03 #recommend01 div.movie p.midasi::before {
    top: 0;
    bottom: 0;
    left: 8%;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  #laser_radar03 #recommend01 div.movie p.midasi::after {
    top: 0;
    bottom: 0;
    right: 8%;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  #laser_radar03 #recommend01 div.movie p img {
    margin-top: 3.90625%;
    width: 80%;
  }
  #laser_radar03 #recommend02,
  #laser_radar03 #recommend03,
  #laser_radar03 #recommend04,
  #laser_radar03 #recommend05,
  #laser_radar03 #recommend06,
  #laser_radar03 #recommend07,
  #laser_radar03 #recommend08,
  #laser_radar03 #recommend09,
  #laser_radar03 #recommend10 {
    margin: 13.0208333333% auto 0;
    float: none;
    width: 100%;
  }
  #laser_radar03 #recommend10 dl {
    margin-bottom: 3.90625%;
  }
  #laser_radar03 #recommend10 .caution {
    font-size: 3vw;
    margin: 1.3020833333% 2.6041666667% 0;
    min-height: auto;
  }
  #laser_radar03 .notes {
    font-size: 3vw;
    margin-top: 2.6041666667%;
    margin-bottom: 10.4166666667%;
    padding-top: 1.3020833333%;
  }
  #laser_radar03 .priceNotes {
    font-size: 2.6vw;
  }
  #laser_radar03 .priceNotes + .rec_clm_ttl {
    margin-top: 1.3020833333%;
  }
  #laser_radar04 {
    width: 91.1458333333%;
    margin: 23.4375% auto auto;
  }
  #laser_radar04 h3 {
    margin: 3.90625% auto;
    width: 100%;
    padding: 3.90625%;
    font-size: 3.5vw;
  }
  #laser_radar04 h3 span {
    font-size: 2.6vw;
  }
  #laser_radar04 div p {
    position: static;
    min-height: inherit;
    line-height: 5vw;
    font-size: 3vw;
    margin: auto;
  }
  #laser_radar04 div p.female {
    float: none;
    width: 100%;
  }
  #laser_radar04 div p.female span {
    position: static;
    float: right;
    margin-top: 2.6041666667%;
    margin-bottom: 2.6041666667%;
  }
  #laser_radar04 div p.male {
    margin-top: 6.5104166667%;
    float: none;
    width: 100%;
  }
  #laser_radar04 div p.male span {
    position: static;
    float: right;
    margin-top: 2.6041666667%;
    margin-bottom: 2.6041666667%;
  }
  #laser_radar04 div p::after {
    content: "";
    display: block;
    clear: both;
  }
  #laser_radar05 p.ttl {
    margin-top: 2.6041666667%;
    margin-bottom: 2.6041666667%;
    margin-left: auto;
    margin-right: auto;
    padding: 4.5572916667%;
    width: 91.1458333333%;
    font-size: 3.4vw;
  }
  #laser_radar05 div p {
    margin: auto;
    width: 91.1458333333%;
    font-size: 3vw;
    line-height: 4.2vw;
  }
  #laser_radar05 div p.txt-left {
    float: none;
    margin-bottom: 5.2083333333%;
  }
  #laser_radar05 div p.txt-right {
    float: none;
  }
  #stuff {
    position: static;
    width: 91.1458333333%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 6.5104166667%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  #stuff p {
    width: 90%;
    margin: 0 auto;
    padding: 3.90625% 23.4375% 3.90625% 3.90625%;
    font-size: 3.125vw;
    line-height: normal;
    text-align: left;
  }
  #stuff::after {
    content: none;
  }
  .chokihosyo {
    margin: 0 auto 6.5104166667%;
    width: 91.1458333333%;
  }
  .bnrbox2 {
    margin: 0 auto;
    width: 91.1458333333%;
  }
  .linkArea {
    font-size: 3.125vw;
  }
  .linkArea p {
    margin-bottom: 6.8571428571%;
  }
  .linkArea p a {
    padding-bottom: 3px;
  }
  .linkArea p a:hover {
    padding-bottom: 4px;
  }
  .linkArea p a span {
    padding-right: 20px;
  }
  .linkArea p a span:before {
    width: 14px;
    height: 14px;
  }
  .linkArea p a span:after {
    width: 5px;
    height: 5px;
    margin-top: -2px;
    right: 6px;
  }
  .linkArea p.stuff {
    display: table;
    margin: 0 auto;
    padding: 0;
    background-position: right bottom 10px;
    width: 91.1458333333%;
  }
  .linkArea p.stuff span {
    display: table-cell;
    min-height: 100px;
    vertical-align: middle;
  }
  .linkArea ul {
    display: block;
    margin-bottom: 8.5714285714%;
  }
  .linkArea ul li {
    display: block;
    margin: 0 auto 6.8571428571%;
    width: 85.7142857143%;
  }
  .linkArea ul li a {
    display: block;
    background: #fff;
    border: 2px solid #ed1a3a;
    color: #ed1a3a;
    font-weight: bold;
    text-align: center;
    padding: 12px 0;
    margin: 0 auto;
    border-radius: 8px;
    width: 100%;
  }
  .linkArea ul li a span {
    position: relative;
    padding-right: 20px;
    display: inline-block;
  }
  .linkArea ul li a span:before {
    position: absolute;
    content: "";
    width: 17px;
    height: 17px;
    border-radius: 50%;
    top: 50%;
    right: 0;
    margin-top: -7px;
    background: #ed1a3a;
  }
  .linkArea ul li a span:after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 7px;
    margin-top: -1px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
  }
  .toTop {
    bottom: 2.6041666667%;
    right: 2.6041666667%;
    width: 13.28125%;
    height: auto;
  }
  /*更新日*/
  #lead .date {
    margin-bottom: 3vw;
    font-size: 3vw;
  }
  .date-02 {
    margin-top: 6vw;
    font-size: 3vw;
  }
}
/*# sourceMappingURL=style.css.map */