@charset "utf-8";
/* add style */
.flex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}
.container {
	width: 100%;
}
.container.pt-20 {
  padding-top: 20px;
}
.container-inner {
	width: 980px;
	margin: 0 auto 0;
}
.container-inner-wide {
	max-width: 1200px;
	margin: 0 auto 0;
}
.container-inner.pb-20 {
	padding-bottom: 20px;
}
.container-full {
	width: 100%;
	margin: 0 auto 0;
}
.container.black {
	background-color: #000;
}
.container.gray {
	background-color: #F4F7F6;
}
.container.dgray {
	background-color: #EAEBEE;
}
.container.under-border-blue {
  border-bottom: 8px solid #1597E4;
}
body .btn-layout {
  font-weight: bold;
  color: #333;
  background-color: #fff;
  border: 1px solid #333;
  text-decoration: none;
  transition: background-color 0.2s, color 0.2s;
}
body .btn-layout:hover {
  background-color: #777;
  color: #fff;
}

h2.text-hidden {
  display: none;
  text-indent: -9999px;
}



/* header */
header section#logo {
  width: 900px;
  margin: 10px auto;
}
header h1 a {
	background: url(/img/common.png) no-repeat 0 0;
	display: block;
	height: 59px;
	/* margin-top: 19px; */
	overflow: hidden;
	text-indent: -9999px;
	width: 261px;
}
#logo {
  position: relative;
}
#logo .totop_button {
  position: absolute;
  right: 0;
  bottom: 5px;
}
header .flex {
  justify-content: center;
}
header nav {
  min-width: 980px;
	max-width: 100%;
	background-color: #000;
}
header nav ul { /* 固定横幅 */
  width: 980px;
  margin: 0 auto;
}
header nav ul li.menu-item {
	font-size: 15px;
}
header nav ul li.menu-item a {
	border-left: 1px solid #5a5a5a;
  line-height: 2.2em;
  padding: 5px 30px;
  color: #fff;
	display: block;
	height: 100%;
	box-sizing: border-box;
	font-weight: bold;
}
header nav ul li.menu-item:nth-of-type(4) {
	margin-right: 20px;
}
header nav ul li.menu-item:nth-of-type(4) a {
	border-right: 1px solid #5a5a5a;
}
header nav ul li.menu-item a:hover {
	background-color: #999B9A;
	text-decoration: none;
}
header a.totop_button {
  display: inline-block;
  line-height: 30px;
  padding: 0px 30px;
  background-color: #EE8300;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
header a.totop_button:hover {
	background-color: #ff8f05;
	text-decoration: none;
}
/* search box */
header nav ul li.menu-item-search {
	border-left: 1px solid #5a5a5a;
	position: relative;
}
header #searchtext {
	background-color: #fff;
	font-size: 15px;
	width: 195px;
	left: 10px;
	padding: 2px;
	box-sizing: border-box;
	height: 28px;
	top: 8px;
}
header #search {
	position: static;
	top: 0;
	left: 0;
	width: 250px;
	height: 40px;
}
header #search form {
	background: none;
	background-color: #999B9A;
	width: 100%;
}
header #search [type="submit"] {
	background-color: #3B3739;
	border-radius: 0;
	width: 36px;
	height: 28px;
	box-sizing: border-box;
	top: 50%;
	transform: translateY( -50% );
	right: 10px;
}
header #search [type="submit"]:hover {
	cursor: pointer;
	background-color: #666;
}

header #search [type="submit"] i {
	color: #eee;

}

/* slider */
.slider-wrapper {
  width: 100%;
  margin: 20px auto 0;
  position: relative;
  cursor: pointer;
	height: 20px;
	box-sizing: border-box;
}
.ui-widget.ui-widget-content {
	width: 150px;
	position: absolute;
	top: 50%;
	border: 0;
	border-radius: 0;
	height: 1px;
	background-color: #b3b3b3;
	padding: 0 10px;
	box-sizing: border-box;
	left: 50%;
	transform: translateX( -50% ) translateY( -50% );
}
.ui-slider-horizontal .ui-slider-handle {
  border-radius: 100%;
  outline: none;
  top: -0.7em;
  cursor: pointer;
}
.slider-wrapper .left_text {
	position: absolute;
	left: 20%;
	top: 50%;
	transform: translateY( -50% );
}
.slider-wrapper .right_text {
	position: absolute;
	right: 20%;
	top: 50%;
	transform: translateY( -50% );
}
.slider-wrapper .center_text {
	position: absolute;
	left: 50%;
	top: 35px;
	transform: translateX( -50% );
	cursor: auto;
}

/* スライドポイントのサイズ */
.ui-slider-horizontal .ui-slider-handle {
	width: 20px;
	height: 20px;
	top: -10px;
	margin-left: -10px;
	color: #fff;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-pagination-bullet {
  background: #fff;
  opacity: 1.0;
}
.swiper-pagination-bullet-active {
	background: #E40B05;
}

/* swiper */
.swiper-button-prev,
.swiper-button-next {
	height: 24px;
	margin-top: -12px;
	background-size: 27px 24px;
}


/***************************** 
 * 各タイトル
 *****************************/
.point > .title , 
.feature > .title ,
.spec > .title ,
.etc_work > .title {
		font-size: 3em;
	text-align: center;
	line-height: 2em;
	color: #000;
	font-weight: bold;
}


/* lineup */
.lineup {

}
.lineup .top_title {
	text-align: center;
  background-color: #EE8300;
  padding-top: 20px;
  padding-bottom: 20px;
}
.lineup .top_title h1 {
  padding-bottom: 10px;
  color: #fff;
  font-size: 2.6em;
  line-height: 1em;
}
.lineup .top_title .type_title {
  width: 90%;
  max-width: 350px;
}
.lineup .top_title img {
	display:  inline-block;
	margin: 0 10px;
}
.lineup .bottom_title .desc {
  padding-top: 20px;
  text-align: center;
  font-size: 1.8em;
  line-height: 1.8em;
  font-weight: bold;
}
.lineup .bottom_title .sub_desc {
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 1.6em;
  line-height: 1.6em;
  font-weight: bold;
  color: #EE8300;
}
.lineup .color_title_img {
  display: block;
  padding: 20px 0;
  text-align: center;
}
.lineup .color_title_img img {
  width: 160px;
}
.lineup .lineup_item {
	
}
.lineup .lineup_item.flex {
  justify-content: center;
}
.lineup .lineup_item .item {
	width: 33%;
	text-align: center;
  padding: 10px 0;
}
.lineup .lineup_item .item img {
	display: block;
	width: 100%;
	margin: 0 auto;
}
.lineup .lineup_item .item a {
  display: block;
  position: relative;
}
.lineup .lineup_item .item img.icon-loupe {
  position: absolute;
  bottom: 0px;
  right: 10px;
  width: 28px;
  height: 28px;
}
.lineup .title {
  text-align: center;
  font-size: 30px;
  line-height: 1.2em;
}
.lineup .lineup_item .item p {
	text-align: center;
}
.lineup .lineup_item .item .color_title {
	display: inline-block;
  margin-bottom: 3px;
  line-height: 2em;
  font-size: 1.0em;
}

.lineup .lineup_price {
  margin-top: 30px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.lineup .lineup_price p {
  padding: 10px;
  box-sizing: border-box;
}
.lineup .lineup_price .lineup_price_item {
  font-size: 1.2em;
  border-bottom: 1px solid #555;
}
.lineup .lineup_price .lineup_price_item .set_type {

}
.lineup .lineup_price .lineup_price_item .set_type .set_type_name {

}
.lineup .lineup_price .lineup_price_item .price_list {

}
.lineup .lineup_price .lineup_price_item .price_value {

}
.lineup .lineup_price .lineup_price_item .price_value .price {
  font-size: 1.4em;
  padding-right: 5px;
  font-weight: bold;
}
.lineup .lineup_price .lineup_price_item .price_value .tax {
  font-size: 0.9em;
}


.lineup .lineup_button {
  padding: 30px 0;
  text-align: center;
}
.lineup .lineup_button a.to_tekigou {
  position: relative;
  padding: 1em 1.5em 1em 2.5em;
	border-radius: 2em;
	border: 1px solid #333;
  font-size: 1.2em;
}
.lineup .lineup_button a.to_tekigou::before {
	content: ">";
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translateY( -50% );
}



/* main_visual */
.main_visual {
  max-width: 1200px;
  margin: 0 auto;
}
.main_visual img {
	width: 100%;
}

/* point */
.point {
  padding-top: 30px;
  padding-bottom: 30px;
}
.point .point_content.flex {
	flex-wrap: nowrap;
}
.point .point_content {
	background-color: #EE8300;
	margin-bottom: 5px;
}
.point .point_content .image ,
.point .point_content .content {
  max-height: 340px;
  height: 28vw;
}
.point .point_content .image {
  width: 50%;
  overflow: hidden;
  position: relative;
}
.point .point_content .image img {
	width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY( -50% );
}
.point .point_content .content {
	width: 50%;
	padding: 30px;
	box-sizing: border-box;
	border-left: 1px solid #B7B7B7;
}
.point .point_content .content .title_en {
  display: block;
  max-height: 30px;
  padding-bottom: 20px;
}
.point .point_content .content .title {
  display: block;
  max-height: 20px;
}
.point .point_content .content p {
	font-size: 15px;
	color: #eee;
  line-height: 1.5em;
  padding-top: 20px;
}



/* feature */
.feature {

}
.feature .feature_top {
	text-align: center;
  color: #111;
}
.feature .feature_top .title {
  font-size: 2.4em;
  line-height: 1.3em;
  font-weight: bold;
}
.feature .feature_top .desc {
  font-size: 1.2em;
  line-height: 1.6em;
  padding-top: 20px;
}
.feature .feature_top .subtitle {
  font-size: 2.0em;
  line-height: 1.3em;
  font-weight: bold;
  padding-top: 20px;
}
.feature .feature_top .compare {
  width: 80%;
  margin: 20px auto 30px;
}
.feature .feature_top .compare img {
  width: 100%;
}

.feature .feature_middle {
	
}
.feature .feature_middle .item {
  width: 49%;
  padding-bottom: 30px;
}
.feature .feature_middle .item img {
  width: 100%;
}
/* feature_bottom_title */
.feature .feature_bottom_title {
  text-align: center;
  color: #111;
}
.feature .feature_bottom_title .title {
  font-size: 1.8em;
  font-weight: bold;
  padding-bottom: 20px;
}
.feature .feature_bottom_title .desc {
  font-size: 1.2em;
  line-height: 1.6em;
  padding-bottom: 30px;
}
/* feature_bottom */
.feature .feature_bottom {
	
}
.feature .feature_bottom .item.flex {

}
.feature .feature_bottom .item {
	width: 25%;
	padding: 10px;
	box-sizing: border-box;
}
.feature .feature_bottom .item img {
	width: 100%;
}
.feature .feature_bottom .item p {
	font-size: 1.1em;
	display: inline-block;
	padding: 5px 0;
}
.feature .feature_bottom .item p span {
  font-size: 0.9em;
}



/* spec */
.spec {
  padding-top: 30px;
}
.spec .spec_content {
	width: 90%;
	margin: 0 auto;
}
.spec .spec_content p {
	border-top: 1px dotted #333; 
	padding: 6px 5%;
	font-size: 1.2em;
}
.spec .spec_content p:last-of-type {
	border-bottom: 1px dotted #333; 
}
.spec .spec_content p span:first-of-type {
	display: inline-block;
	width: 30%;
	max-width: 150px;
	font-weight: bold;
	vertical-align: top;
}
.spec .spec_content p span:last-of-type {
	display: inline-block;
	width: 70%;
	max-width: calc( 100% - 150px );
}
.spec .spec_content p img {
	height: 1em;
}


/* caution */
.caution {
  padding: 10px;
  background-color: #eee;
  max-width: 700px;
  margin: 0 auto;
}
.caution .title {
  font-size: 1.3em;
  color: #a10000;
}
.caution .title i {
  color: #a10000;
  margin-right: 5px;
  font-size: 1.3em;
}
.caution .image_area {

}
.caution .image_area.flex {
  justify-content: center;
}
.caution .image_area .image {
  padding: 10px;
  width: 40%;
  max-width: 300px;
}
.caution .image_area .image img {
  width: 100%;
}
.caution .text {

}
.caution .text ul {
  padding-left: 1em;
}
.caution .text ul li {
  list-style-type: disc;
  list-style-position: outside;
  padding-top: 10px;
}



/* etc_work */
.etc_work {
  padding-top: 30px;
}
.etc_work .etc_work_content {

}
.etc_work .etc_work_content.flex {
  align-items: flex-start;
}
.etc_work .etc_work_content .item {
	width: 45%;
  position: relative;
  padding-bottom: 35px;
	margin: 20px 0;
}
.etc_work .etc_work_content img {
	width: 100%;
}
.etc_work .etc_work_content p {
	text-align: left;
	font-size: 1.5em;
	line-height: 2em;
	font-weight: bold;
}
.etc_work .etc_work_content p.coming_soon {
  color: #621386;
}
.etc_work .etc_work_content a.to_detail {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 0.5em 1em 0.5em 2em;
	border-radius: 2em;
	border: 1px solid #333;
}
.etc_work .etc_work_content a.to_detail::before {
	content: ">";
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY( -50% );
}

/* support */
.support {
	width: 100%;
	padding: 50px 0;
}
.support .support_content {
	position: relative;
	width: 90%;
	margin: 0 auto;
	height: 100%;
	text-align: center;
}
.support .support_content .title {
	font-size: 3.5em;
	line-height: 1.2em;
	text-align: center;
}
.support .support_content .text {
	font-size: 1.1em;
	text-align: center;
	line-height: 1.8em;
	font-weight: bold;
}
.support .support_content .support_menu.flex {
	justify-content: center;
}
.support .support_content .support_menu {
	padding-top: 3%;
}
.support .support_content a.menu_content.flex {
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
}
.support .support_content a.menu_content {
	border: 1px solid #333;
	border-radius: 4px;
	padding: 10px 0; 
	width: 130px;
	height: 50px;
	background-color: #fff;
  box-sizing: border-box;
  margin: 0 10px;
}

.support .support_content a.menu_content:hover {
  background-color: #777;
  color: #fff;
}
.support .support_content a.menu_content .logo-youtube {
	display: inline-block;
	width: 40%;
}
.support .support_content a.menu_content .logo-youtube img {
	width: 100%;
}
.support .support_content a.to_list {
	position: relative;
	padding: 0.5em 1em 0.5em 2em ;
	border-radius: 2em;
	border: 1px solid #333;
	display: inline-block;
	margin-top: 15px;
}
.support .support_content a.to_list::before {	
	content: ">";
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY( -50% );
}
.support .support_content a.to_list:hover {

}



/* etc_products */
.etc_products {
	
}
.etc_products .title {
	width: 100%;
	font-size: 20px;
	margin: 50px 0 30px;
	font-weight: bold;
}

/* products_list */
.products_list {

}
.products_list.flex {
	justify-content: center;
	align-items: flex-start;
}
.products_list img {
	width: 16%;
}



/* to_detail */
.to_detail {
	
}
.to_detail a {
	display: block;
	width: 60%;
	margin: 20px auto 20px;
	border-bottom: 1px solid #838383;
	padding: 10px 0;
	font-size: 16px;
	text-align: center;
	color: #333;
	font-weight: bold;
	transition: background-color 0.5s;
}
.to_detail a:hover {
	text-decoration: none;
	background-color: #eee;
}
.to_detail a span {
	margin-left: 30px;
}
.to_detail a i{
	color: #C10800;
	margin-left: 10px;
	font-size: 16px;
}


/* footer */
footer {
  min-width: 980px;
  max-width: 100%;
	padding: 30px 0 30px;
	border-top: 10px solid #ED8E01;
}
footer .copyright {
  text-align: center;
  font-weight: normal;
}


/* to_pagetop */
.to_pagetop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 30px;
	height: 30px;
	background-color: #C6C6C6;
	cursor: pointer;
}
.to_pagetop i {
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX( -50% ) translateY( -50% );
	font-size: 20px;
}

.navToggle {
  display: none;
}

.sp_only_disp {
  display: none;
}

@media screen and (min-width: 1001px) {
  .pc_no_disp {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  /* default */
  .sp_no_disp{
    display: none;
  }
  img {
    max-width: 100%;
  }
  /* header */
  h1 {
    padding-left: 10px;
  }
  header section#logo {
    width: 100%;
  }
  header nav {
    min-width: 100%;
  }
  header nav ul {
    width: 100%;
  }
  header nav ul li.menu-item a {
    padding: 5px 10px;
  }
  /* contents */
  .container-inner {
    width: 98%;
    margin-left: 1%;
  }
  .container-inner.spfull {
    width: 100%;
    margin-left: 0;
  }

  /* lineup */
  .lineup .bottom_title .desc {
    padding: 20px 10px;
    line-height: 1.4em;
  }

  /* price */
  .lineup .lineup_price {
    width: 95%;
  }

  /* point */
  .point .point_content.flex {
    flex-wrap: wrap;
  }
  .point .point_content .image {
    width: 100%;
  }
  .point .point_content .content {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  /* point */
  .point .point_content .image ,
  .point .point_content .content {
    height: auto;
    max-height: none;
  }
  .point .point_content .image img {
    position: static;
    transform: translateY(0);
  }
  .point .point_content .content .title_en {
    padding-bottom: 10px;
  }
  .point .point_content .content .title {
    
  }
  .point .point_content .content p {
    padding-top: 10px;
    line-height: 1.3em;
  }

  /* support */
  .support .support_content a.menu_content {
    width: 105px;
  }

  /* feature */
  .feature .feature_top.flex {
    justify-content: center;
  }
  .feature .feature_top .item {
    width: 33%;
  }
  .feature .feature_bottom.flex {
    justify-content: space-around;
  }
  .feature .feature_bottom .item {
    width: 50%;
  }


  /* etc_work */
  .etc_work .etc_work_content.flex {
    justify-content: space-around;
  }
  .etc_work .etc_work_content .item {
    width: 46%;
  }

  /* footer */
  footer {
    min-width: 100%;
  }
}


@media screen and (max-width: 767px) {
  /* メニューをスマホ表示 */
  #logo .totop_button {
    display: none;
  }
  header {
    position: relative;
  }
  header + .container {
    border-top: 1px solid #ccc;
  }
  /* ナビゲーション */
  header nav {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background: #fff;
    color: #000;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
  }
  header nav ul {
      background: #ccc;
      margin: 0 auto;
      padding: 0;
      width: 100%;
  }
  header nav ul li {
      font-size: 1.1em;
      list-style-type: none;
      padding: 0;
      width: 100%;
      border-bottom: 1px dotted #333;
  }
  header nav ul li:last-child {
      padding-bottom: 0;
      border-bottom: none;
  }
  header nav ul li a {
      display: block;
      color: #000;
      padding: 1em 0;
  }
  header nav.active {
      transform: translateY(0%);
  }
  header nav ul li.menu-item a ,
  header nav ul li.menu-item:nth-of-type(4) a ,
  header nav ul li.menu-item-search {
    border-left: none;
    border-right: none;
  }
  header nav ul li.menu-item-search {
    height: 44px;
  }
  header nav ul li.menu-item:nth-of-type(4) {
    margin-right: 0;
  }
  header #search {
    position: static;
    width: 100%;
  }
  header #searchtext {
    width: 80%;
  }
  /* ナビゲーションボタン */
  .navToggle {
    display: block;
    position: absolute;    /* bodyに対しての絶対位置指定 */
    right: 13px;
    top: 12px;
    width: 42px;
    height: 51px;
    height: 42px;
    cursor: pointer;
    z-index: 3;
    background-color: rgba( 255, 255, 255, 0.8);
    /* border: 1px solid #666; */
    /* border-radius: 6px; */
    text-align: center;
  }
  .navToggle.active {
    position: fixed;
    top: 23px;
  }
  .navToggle span {
      display: block;
      position: absolute;    /* .navToggleに対して */
      width: 30px;
      border-bottom: solid 3px #666;
      -webkit-transition: .35s ease-in-out;
      -moz-transition: .35s ease-in-out;
      transition: .35s ease-in-out;
      left: 6px;
  }
  .navToggle span:nth-child(1) {
      top: 9px;
  }
  .navToggle span:nth-child(2) {
      top: 18px;
  }
  .navToggle span:nth-child(3) {
      top: 27px;
  }
  .navToggle span:nth-child(4) {
      display: none;
      border: none;
      color: #666;
      font-size: 9px;
      font-weight: bold;
      top: 34px;
  }
  /* 最初のspanをマイナス45度に */
  .navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  /* 2番目と3番目のspanを45度に */
  .navToggle.active span:nth-child(2),
  .navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .to_detail a {
    position: relative;
    padding-right: 30px; 
  }
  .to_detail a span {
    margin-left: 0;
    display: block;
  }
  .to_detail a i {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY( -50% );
  }

  /* etc_work */
  .etc_work .etc_work_content .item {
    width: 100%;
  }

  /* support */
  .support .support_content a.menu_content {
    width: 35%;
    margin: 0 10px 10px;
  }

  /* products_list */
  .products_list {

  }
  .products_list.flex {
    justify-content: center;
    align-items: flex-start;
  }
  .products_list img {
    width: 33%;
  }

  .point > .title, 
  .feature > .title, 
  .spec > .title, 
  .etc_work > .title {
    font-size: 2.4em;
  }

}


@media screen and (max-width: 480px) {
  .sp_only_disp {
    display: block;
  }

  /* lineup */
  .lineup .lineup_item .item  {
    width: 100%;

  }
  .lineup .top_title {
    text-align: center;
  }
  .lineup .top_title h1 {
    font-size: 1.6em;
  }
  .lineup .top_title .type_title {
    width: 80%;
  }
  .lineup .bottom_title .desc {
    font-size: 1.5em;
  }

  /* spec */
  .spec .spec_content p span:first-of-type {
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
  .spec .spec_content p span:last-of-type {
    display: block;
    width: 100%;
    max-width: 100%;
  }

  .point > .title, 
  .feature > .title, 
  .spec > .title, 
  .etc_work > .title {
    font-size: 2em;
  }
  .etc_work > .title {
    font-size: 1.8em;
  }

  /* price */
  .lineup .lineup_price {
    width: 80%;
  }
  .lineup .lineup_price .lineup_price_item .set_type {
    text-align: center;
    width: 100%;
  }
  .lineup .lineup_price .lineup_price_item .price_list {
    text-align: center;
    width: 100%;
  }

  /* feature */
  .feature .feature_top .title {
    font-size: 1.8em;
  }
  .feature .feature_top .subtitle {
    font-size: 1.5em;
  }
  .feature .feature_bottom_title .title {
    font-size: 1.6em;
  }

  /* point */
  .point .point_content .content .title_en {
    max-height: 23px
  }
  .point .point_content .content .title {
    max-height: 16px
  }


}


@media screen and (max-width: 320px) {

}