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

@import url('https://fonts.googleapis.com/css2?family=Arsenal:wght@400;700&display=swap');

/* ============================================================================================================== */
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

img,
embed,
object,
iframe {
	vertical-align: middle;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */

select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */

label[for] {
	cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ============================================================================================================== */



/* =================================================TOPPAGE====================================================== */

.top_title_1{
	font-size:32px;
	color:#fff;
	letter-spacing:7px;
	font-weight:100;
}
.top_title_2{
	font-size:9vw;
	color:#fff;
	letter-spacing:5px;
	font-weight:bold;
}

.top_title_3{
	font-size:1.5vw;
	color:#fff;
	font-weight:bold;
	letter-spacing:2px;
}
.title_line {
	border-bottom:1px solid #fff;
	width:1000px;
	margin:0 auto;
	margin-bottom:20px;
}
.bd_t {
	border-bottom:1px solid #fff;
}

#top_contents {
	max-width:80%;
	min-width:1000px;
	width:100%;
	margin:0 auto;
}
.it_2 span{
	margin-right:15px;
}
.link_h {
}
link_h:hover {
  filter: saturate(200%);
}
.cc_area{
  width:90%;
  max-width:900px;
  margin:0 auto;
  border-top:1px solid #083C52;
  padding-top:60px;
  padding-bottom:60px;
}
.cc_area1{
  display:flex;
  margin-bottom:20px;
  align-items: center;
}
.cc_area_title1{
  max-width:300px;
  width:90%;
}
.cc_area_text1{
  line-height:22px;
   vertical-align:center;
   margin-right:6%;
}
.cc_area_text1 div{
  align-items: center;
  display:inline-block;
  vertical-align: top;
}
.cc_area2{
}
.cc_area3{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.cc_area3_img{
  width:49%;
}
.cc_area3_img img{
  width:100%;
}

.cc_area2_img img{
  width:100%;
}
.cc_at_1 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  font-family: 'hero-new W5', sans-serif;
  line-height: 40px;
}
.cc_at_2 {
  text-align: center;
  font-size: 26px;
  font-family: 'hero-new', sans-serif;
  font-weight: bold;
  font-style: normal;
  line-height: 40px;
  min-width:250px;
}
.cc_at_2_1 {
  text-align: center;
  font-size: 26px;
  font-family: 'hero-new', sans-serif;
  font-weight: bold;
  font-style: normal;
  line-height: 40px;
  display:flex;
  justify-content:center;
  align-items: center;

}
.cc_at_2_1a {
}
.cc_at_2_1b {
	text-align:left;
}

.cc_at_3 {
  text-align: center;
  font-size: 16px;
  font-family: 'hero-new', sans-serif;
  line-height: 40px;
}


.slide {
	position:relative;
	height:400px;
}
.slide img {
	position:absolute;
	opacity:0;
	transition:all 1s ease-in-out;
	height:100%;
	object-fit:contain;
}



.gray_fld_1 {
	background-color:#E6E6E6;
	width:100%;
	max-width:1000px;
	margin:0 auto;
	margin-bottom:2px;
	padding:15px;
	color:#000;
}
.gray_fld_2 {
	background-color:#E6E6E6;
	width:100%;
	max-width:1000px;
	margin:0 auto;
	display: flex;
	padding:15px;
	margin-bottom:2px;
	font-size:16px;
	align-items: center;
	min-height:100px;
	color:#000;
}
.gray_fld_3 {
	background-color:#E6E6E6;
	width:100%;
	max-width:1000px;
	margin:0 auto;
	display: flex;
	padding:15px;
	margin-bottom:60px;
	font-size:16px;
	align-items: center;
	min-height:100px;
	color:#000;
}

.menu_3 {
	max-width:1000px;
	width:100%;
	margin:0 auto;
	display: flex;
	margin-top:20px;
	margin-bottom:120px;
}

.it_1 {
	width:180px;
	text-align:center;
	font-weight:bold;
}
.it_2 {
	width:820px;
	border-left:1px solid #323233;
	padding-left: 20px;
	line-height:20px;
}
.line_up {
	width:490px;
	margin:5px;
	position: relative;
}
.line_up img{
	width:490px;
}
.line_up p{
	position: absolute;
	top: 18%;
	left: 30%;
	text-align:center;
	color:#fff;
	-ms-transform: translate(-18%,-30%);
	-webkit-transform: translate(-18%,-30%);
	transform: translate(-18%,-30%);
}
.pt_1 {
	font-size:16px;
	letter-spacing: 5px;
	font-weight: lighter;
}
.pt_2 {
	font-size:28px;
	letter-spacing: 3px;
	font-weight: lighter;
}
.pt_3 {
	font-size:16px;
}





.colorfilter_1 {
	background-color: #000; /* カラーフィルタ効果の色を指定 */
}
.colorfilter_2 {
	background-color:#000;
	opacity: 0.6;
	transition: 0.5s;
}
.colorfilter_2:hover {
    opacity: 0.4;
}



.link_h{
	border:1px solid white;
}
.link_h:hover{
	border:1px solid #aaa;
}



.brand {
	width:490px;
	margin:5px;
	position: relative;
}
.brand img{
	width:490px;
}
.brand p{
	position: absolute;
	top: 18%;
	left: 42%;
	text-align:center;
	color:#fff;
	-ms-transform: translate(-18%,-42%);
	-webkit-transform: translate(-18%,-42%);
	transform: translate(-18%,-42%);
}

.in_1 {
	height:200px;
	background-color:#E6E6E6;
	text-align:center;
	padding:40px 0 30px 0;
}

.fnt_1 {
	color:#000;
	font-size:18px;
	margin-bottom:10px;
}
.fnt_2 {
	color:#000;
	font-size:16px;
	margin-bottom:25px;
}
.fnt_3 {
	background-color:#000;
	color:#fff;
	font-size:10px;
	padding:12px 20px 12px 20px;
	display:inline-block
}
.topic {
	max-width:1000px;
	width:100%;
	margin:0 auto;
	margin-top:20px;
	margin-bottom:120px;
	display:flex;
	flex-wrap: wrap;
	position:relative
}
.topic_top {
	max-width:1000px;
	width:100%;
	margin:0 auto;
	margin-top:30px;
	margin-bottom:30px;
}
.topic_con {
	margin:5px;
	position: relative;
}
.topic_con p{
	position: absolute;
	left: 0;
	top: 97px;
	height:120px;
	color:#fff;
	background-color: rgba(0,0,0,0.6);
	padding:10px;
	width:190px;
	text-align:center;
}
.topic_con1 {
	margin:5px;
	position: relative;
}
.topic_con1 p{
	position: absolute;
	left: 0;
	top: 97px;
	padding:10px;
	width:190px;
	text-align:center;
}
.tp_top {
	
}
.tp_top_text {
	font-size:25px;
	border-bottom:1px solid #707070;
}
.tp_img {
	width:190px;
}
.flt {
	background-color: rgba(0,0,255,0.5)
}

.main_menu {
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width:1000px;
	width:100%;
	margin:0 auto;
	margin-top:60px;
	margin-bottom:120px;
}
.main_1 {
	display:inline-block;
	margin:0 5px 5px 0;
}
.main_2 {
	display:inline-block;
	margin:0px;
}
.main_3 {
	display:inline-block;
	margin:0 0 0 5px ;
}
.main_4 {
	display:inline-block;
	margin:0 5px 5px 0;
}
.main_5 {
	display:inline-block;
	margin:0px;
}
.main_6 {
	display:inline-block;
	margin:0 0 0 5px ;
}
.main_0 {
	width:330px;
}
.ct_top_text {
	font-size:28px;
	border-bottom:1px solid #707070;
}
.btm_menu {
	background-color:#F5F5F5;
	width:100%;
	padding:20px 0 60px 0;
}
.btm_con {
	max-width:1000px;
	width:100%;
	margin:0 auto;
	display:flex;
}
.sns_1 {
	width:200px;
	border-radius: 30px;
	margin:0 20px 20px 0;
}


.cp_eria {
	border-top:1px solid #444;
	text-align:center;
	font-size:12px;
	padding:20px 0 20px 0;
	color:#eee;
}


.btn_hb {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.btn_hb:hover {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
}

.date_1 {
	clear: both;
	float:left;
	margin-right:10px;
}
.news_1 {
	display: table-cell;
	float:left;
}


.bgb_eria {
	background-color:#000;

	width:100%;
	padding:20px;
}
.bgbe_ct {
	text-align:center;
	margin:0 auto;
	color:#fff;
}
.bgbe_ct h3{
	font-size:30px;
	padding:100px 0 20px 0;
}
.bgbe_ct p{
	font-size:16px;
	line-height:24px;
	margin-bottom:80px;
}

.pc {

	display: inline;
	}
.sp {
	display: none;
}
.ss {
	display: none;
}	
	
/* ============================================================================================================== */

.exterior1{
	width: 50%;

}
.interior4 {
	
}
.interior4{
    margin-bottom: 5rem;
}
.interior4 .flex_item{
    width: 50%;
    height: auto;
}
.interior4_img1{
    width: 100%;
	margin:0;
    margin-bottom: 5rem;
}


body{
	font-family: hero-new, 'Hiragino Sans W1';
    color: #083C52;
    font-size: 16px;
}

.content_next {
	color:#ccc;
	font-size:16px;
}
.content2{
    margin: 0 auto;
    width: 90%;
	max-width: 1000px;
}
.c_top_area {
	width: 100%;
    padding: 10px 0;
    font-size: 16px;
    line-height: 30px;
    margin: 0 auto;	
}
.c_bottom_area {
	width: 100%;
    padding: 10px 0;
	display:flex;
    margin: 0 auto;
}
.c_bottom_area div{
	width: 80px;
}
.c_bottom_area img{
	width: 100%;
}


.only_text_area p{
	margin:0 0 20px 0;
}
.top_img {
  position: relative;
  text-align:center;
}
.i_img {
  position: relative;
  text-align:center;

}
.link_area {
	width:100%;
	background-color:#fff;
	border-radius:10px;
	margin-top:60px;
	color:#083C52;
}
.link_area_1 {
	padding: 20px 28px;
}

.gr_area {
	background-color:#F5F5F5;
	width:90%;
	max-width:900px;
	margin:0 auto;
	margin-bottom:60px;
}
.gr_area_f {
	width:90%;
	max-width:900px;
	margin:0 auto;
	padding-bottom:60px;
}

.gr_area_1 {
	background-color:#F5F5F5;
	width:100%;
	margin:0 auto;
}
.gr_a1_1 {
  font-size:16px;
  font-weight:500;
  color:#083C52;
  font-family: 'Hiragino Sans W5',sans-serif;
  font-style:normal;
  padding:0 10px 0 0;
}
.gr_a1_2 {
  font-size:16px;
  font-weight:300;
  color:#083C52;
  font-family: 'Hiragino Sans W3',sans-serif;
  font-style:normal;

}
.gr_a1a {
	line-height:20px;
	font-weight:500;
	font-family: 'Hiragino Sans W5',sans-serif;
	font-style:normal;
	display:flex;
}
.gr_a2a{
	line-height:20px;
	font-weight:100;
	font-family: 'Hiragino Sans W1',sans-serif;
	font-style:normal;
	flex:1;
	margin-bottom:10px;
}
.gr_a3a{
	line-height:20px;
	font-weight:100;
	font-family: 'Hiragino Sans W1',sans-serif;
	font-style:normal;
	flex:1;
	margin-bottom:10px;
	display:flex;
}

.gr_a2a_all {
  
}
.nb{
	border:0;
}
.gra_c_f {
	color:#fff;
}
.gr_a0{
	padding:20px;
}
.gr_a1{
	line-height:24px;
	font-weight:500;
	font-family: 'Hiragino Sans W5',sans-serif;
	font-style:normal;
	display:flex;
	margin-bottom:10px;
}
.gr_a2{
	line-height:30px;
	font-weight:300;
	font-family: 'Hiragino Sans W3',sans-serif;
	font-style:normal;
	flex:1;
	margin-bottom:10px;
}
.gr_a2b{
	line-height:30px;
	font-weight:300;
	font-family: 'Hiragino Sans W3',sans-serif;
	font-style:normal;
	flex:1;
	margin-left:10px;
}
.gr_a1c{
	line-height:24px;
	font-weight:500;
	font-family: 'Hiragino Sans W5',sans-serif;
	font-style:normal;
	display:flex;
}


.w_camroad {
	width:100%;
	margin:0 auto;
	margin-top:60px;
}
.w_camroad img{
	width:100%;
}
.m_area {
	max-width:1000px;
	width:100%;
	margin-top:40px;
	padding:40px 20px;
}

.g_area {
	max-width:1000px;
	width:100%;
	background-color:#F5F5F5;
	padding:40px 20px;
}
.g_area p{
	line-height:30px;
}

h3 {
	font-size:16px;
	font-weight:500;
	border-bottom:1px solid #083C52;
	font-family: 'Hiragino Sans W5',sans-serif;
	font-style:normal;
	margin:0 auto;
	line-height: 32px;
}
.link_area div{
	font-size:16px;
	font-weight:500;
	font-family: 'Hiragino Sans W5',sans-serif;
	font-style:normal;
	line-height: 32px;
}
.camload_c1 {
	width:100%;
	position: relative;
}
.cbr_1 {
  width:100%;
  margin:0;
  padding:0;
}
.camload_c2 {
    width: 100%;
    /* max-width: 900px; */
    position: absolute;
    /* margin: 0 auto; */
    /* top: auto; */
    bottom: 40px;
    right: 0;
}
.camload_c3{
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
}
.camload_c2t1{
	font-size: clamp(20px, 5vw, 40px);
	font-weight:bold;
	font-family: 'Hiragino Sans W5',sans-serif;
	font-style:normal;

}

.camload_c2t1 {

}
.block_area {
	display:block;
}
.a_point {
	display:flex;
}
.a_p_1 {
	display:block;
	width:24px;
	height:24px;
	margin-right:5px;
}
.a_p_1 img{
    width: 24px;
    height: 24px;
}
.w_menu {
	margin-top:20px;
	display:flex;
	justify-content: space-around;
	flex-wrap:wrap;
	font-weight: bold;
}
.wb_text {
	padding:10px;
	text-align:center;
	width:180px;
	font-size:20px;
	background-color:#E6E6E6;
	margin-top:20px;
	border:2px solid #4B4B4B;
	border-radius:5px;
}
.wb_text_2 {
	padding:10px;
	text-align:center;
	width:180px;
	font-size:16px;
	line-height:22px;
	margin-top:20px;
	background-color:#E6E6E6;
	margin-top:20px;
	border:2px solid #4B4B4B;
	border-radius:5px;
}



.w_box1 {
	position: relative;
	text-align:center;
	width:260px;
	background-color:#000;
	margin-top:20px;
}

.w_box1 a{
	width:100%;
}
.w_box1 p{
	position: absolute;
	width:100%;
	color:#fff;
	line-height:46px;
}
.t_in {
	top:64px;
	font-size:40px;
}
.t_in2 {
	top:45px;
	font-size:40px;
}

.w_box1 img{
	width:100%;
	opacity:0.5;
}
.safety_area {
	margin-top:40px;
	padding-top:40px;
	background-color:#F5F5F5;

}
h4 {
	font-weight:bold;
	font-size:30px;
	border-bottom:1px solid #555;
	padding-bottom:5px;
}
.tt_area{
  margin-top:20px;
  padding-bottom:40px;
}
.pt_area{
	width:96%;
	margin-right:2%;
	margin-left:2%;
	font-size:18px;
	padding-top:20px;
	padding-bottom:20px;
}

.pp_area{
	width:96%;
	margin-right:2%;
	margin-left:2%;
	display:flex;
	flex-wrap:wrap;
    justify-content: space-between;
	margin-top:40px;
	padding:10px;
}
.pa_box {
	width:400px;
	padding-bottom:40px;
}

.b_t_1 {
	font-weight:bold;
	margin-bottom:10px;
}
.adv p{
	position: absolute;
	top: 40%;
	left: 30%;
	-ms-transform: translate(-40%,-30%);
	-webkit-transform: translate(-40%,-30%);
	transform: translate(-40%,-30%);
}
.adv img{
	width: 100%;
}
.adv_t_1 {
	font-size:30px;
	letter-spacing: 5px;
}
.adv_t_2 {
	font-size:50px;
	letter-spacing: 5px;
}
.adv_t_3 {
	font-size:16px;
	line-height:24px;
}
.adv_t_4 {
	font-size:16px;
	padding:10px 20px 10px 20px;
	color:#000;
	background-color:#fff;
}

.des {
	position: relative;
	color:#fff;
}
.des p{
	position: absolute;
	top: 40%;
	left: 30%;
	-ms-transform: translate(-40%,-30%);
	-webkit-transform: translate(-40%,-30%);
	transform: translate(-40%,-30%);
}
.des img{
	width: 100%;
}
.des_t_1 {
	font-size:30px;
	letter-spacing: 5px;
}
.des_t_2 {
	font-size:50px;
	letter-spacing: 5px;
}
.des_t_3 {
	font-size:16px;
	line-height:24px;
}
.des_t_4 {
	font-size:16px;
	padding:10px 20px 10px 20px;
	color:#000;
	background-color:#fff;
}
.sup {
	position: relative;
	color:#fff;
}
.sup p{
	position: absolute;
	top: 40%;
	left: 30%;
	-ms-transform: translate(-40%,-30%);
	-webkit-transform: translate(-40%,-30%);
	transform: translate(-40%,-30%);
}
.sup img{
	width: 100%;
}
.sup_t_1 {
	font-size:30px;
	letter-spacing: 5px;
}
.sup_t_2 {
	font-size:40px;
	letter-spacing: 5px;
}
.sup_t_3 {
	font-size:16px;
	line-height:24px;
}
.sup_t_4 {
	font-size:16px;
	padding:10px 20px 10px 20px;
	color:#000;
	background-color:#fff;
}
.cra {
	position: relative;
	max-width:1000px;
	margin:0 auto;
	color:#fff;
	text-align:center;
}
.cra p{
	width: 90%;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.cra img{
	width: 100%;
}
.cra_t_1 {
	font-size:26px;
	letter-spacing: 5px;

}
.cra_t_2 {
	font-size:16px;
}
.cra_t_3 {
	font-size:16px;
	padding:10px 20px 10px 20px;
	color:#000;
	background-color:#fff;
}
.hs_eria {
	max-width:1000px;
	width:100%;
	margin:0 auto;
	margin-top:60px;
	color:#fff;
	display:flex;
}

.hos {
	position: relative;
	max-width:500px;
	width:100%;
}
.hos p{
	width: 80%;
	position: absolute;
	top: 60%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.hos div{
	position: absolute;
	top: 15%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	text-align:center;
}
.hos_t_2{
	font-size:16px;
	margin:0 auto;
}
.hos img{
	width: 500px;
}
.hos_t_1 {
	font-size:26px;
	text-shadow: 1px 2px 3px #555;
}
.hos_t_2 {
	font-size:16px;
	margin:0 auto;
	text-shadow: 1px 2px 3px #555;
}
.hos_t_3 {
	font-size:16px;
	line-height:35px;
	text-shadow: 1px 2px 3px #555;
}
.spe {
	position: relative;
	max-width:500px;
	width:100%;
}
.spe p{
	width: 80%;
	position: absolute;
	top: 60%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.spe div{
	position: absolute;
	top: 15%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	text-align:center;
}
.spe img{
	width: 500px;
}
.spe_t_1 {
	font-size:26px;
	text-shadow: 1px 2px 3px #555;
}
.spe_t_2 {
	font-size:16px;
	margin:0 auto;
	text-shadow: 1px 2px 3px #555;
}
.spe_t_3 {
	font-size:16px;
	line-height:30px;
	padding-top:30px;
	text-shadow: 1px 2px 3px #555;
}

.example img {
  width: 100%;
  }


.top_img h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
}


.gray{
	max-width: 1000px;
	width:100%;
    color: #fff;
    font-weight: 300;
    text-align: center;
	vertical-align: middle;
	font-size:16px;
}

.g_dt_1{
	clear:both;
	height:60px;
	line-height:35px;

}
.g_dd_1{
	height:60px;
	width:100％;
}
.g_dd_1 span {
	border:1px solid #ccc;
	
}
.only_text {
	text-align:center;
	line-height:26px;
	padding-bottom:10px;
	margin-bottom:10px;
}
h2 {
	font-size: clamp(20px, 3vw, 40px);
	font-weight:bold;
	font-family: 'Hiragino Sans W5',sans-serif;
	font-style:normal;
	text-align:left;
	margin:0 auto;
	padding-bottom:20px;
	border-bottom:1px solid #083C52;
		
}
.ca_1 {
	width:100%;
	background-color:#083C52;
	color:#fff;
}
.ca_2 {
	width:100%;
	background-color:#fff;
	color:#083C52;
}


.bd_1{
	width:16px;
	border-bottom:1px solid #000;
	text-align:center;
	margin:0 auto;
}
.sankaku {
	margin:0 auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 26.0px 15px 0 15px;
	border-color: #dedede transparent transparent transparent;
}
.contents_area {
	max-width:900px;
	width:90%;
	margin:0 auto;
	padding-top:60px;
	padding-bottom:60px;
}
.contents_area_1 {
	max-width:900px;
	width:90%;
	margin:0 auto;
	padding-top:60px;
}

.sp_101 {
	clear: both;
	border:1px solid #ccc;
	padding:10px;
	height:60px;
	line-height:40px;
    width: 40%;
	background: #333;
	float:left;
	box-sizing: border-box;
	font-size:16px;
}
.sp_102 {
	clear: both;
	border:1px solid #ccc;
	padding:10px;
	height:30px;
    width: 40%;
	background: #333;
	float:left;
	box-sizing: border-box;
	line-height:10px;
}
.sp_201 {
	border:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:10px;
	height:30px;
	width:60%;
	line-height:8px;
	background: #666;
	float:left;
	box-sizing: border-box;
}
.sp_202 {
	border:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:10px;
	height:30px;
	width:20%;
	line-height:8px;
	background: #666;
	float:left;
	box-sizing: border-box;
}
.sp_203 {
	border:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:10px;
	height:30px;
	width:40%;
	line-height:8px;
	background: #666;
	float:left;
	box-sizing: border-box;
}
.sp_204 {
	border:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:10px;
	height:30px;
	width:60%;
	line-height:8px;
	background: #666;
	float:left;
	box-sizing: border-box;
}
.sp_05 {
	border:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:10px;
	height:30px;
	width:20%;
	line-height:8px;
	background: #666;
	float:left;
	box-sizing: border-box;
}
.sp_05 {
	border:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:10px;
	height:30px;
	width:20%;
	line-height:8px;
	background: #666;
	float:left;
	box-sizing: border-box;
}

.eq_101 {
	color:#fff;
	clear: both;
	border:1px solid #ccc;
	padding:10px;
	height:30px;
	line-height:10px;
	width: 100%;
	text-align:center;
	background: #333;
	box-sizing: border-box;

}

.eq_102 {
	color:#fff;
	clear: both;
	border:1px solid #ccc;
	padding:10px;
	height:30px;
	line-height:10px;
    width: 100%;
	background: #666;
	box-sizing: border-box;
}
.eq_103 {
	text-align:center;
	color:#fff;
	border:1px solid #ccc;
	padding:10px;
	height:30px;
	line-height:10px;
    width: 15%;
	background: #666;
	box-sizing: border-box;
}
.eq_104 {
	text-align:center;
	color:#fff;
	border:1px solid #ccc;
	padding:10px;
	height:30px;
    width: 70%;
	background: #666;
	box-sizing: border-box;
	font-size:16px;
}
.eq_105 {
	text-align:center;
	color:#fff;
	border:1px solid #ccc;
	padding:10px;
	height:30px;
	line-height:10px;
    width: 15%;
	background: #666;
	box-sizing: border-box;
}

.cl {
	clear:both;
}

.g_cl{
	clear:both;
}
.g_dt_2{
	height:30px;
	line-height:8px;
}
.g_dd_2{
	height:30px;
	line-height:8px;
}

navi{
    padding: 1rem 0;
    width: 100%;
    height: 3rem;
    position: fixed;
	top: 4.5rem;
	z-index:700;
}
navi ul{
    width: 100%;
    text-align: left;
}
navi ul li{
    margin: 0 2rem 0 0;
    display: inline-block;
}
navi ul li a{
    color: #fff;
    font-weight: 500;
}

#main{
    width: 100%;
}
.page{
    margin: 0 auto 10rem;
}
.flex_box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	align-items: flex-start;
}



.overview{
    margin: 0 0 3rem;
    padding: 0.5rem 5rem;
    width: 100%;
    border-top: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
    display: flex;
    justify-content: space-around;
}
.overview li {
    text-align: center;
    font-weight: 500;
	line-height: 200%;
	font-size:16px;
}
.catch{
    margin: 0 0 2rem;
    text-align: center;
	line-height: 300%;
}
.catch br{
    display: block;
}

@keyframes fade_in { 
  0% {opacity: 0} 
  100% {opacity: 1} 
}

.fadeIn {
	opacity: 0;
	transition: 1.5s;
	text-align:center;
}
.fadeIn.is-show {
  opacity: 1;
}
.fadeIn_left {
	opacity: 0;
	transform: translate(-50%, 0);
	transition: 2s;
	text-align:center;


}
.fadeIn_left.is-show {
  transform: translate(0, 0);
  opacity: 1;
}




.top_image{
    margin: 2rem 0 0;
    width: 80%;
    height: auto;
}


.page_top_image {
	width: 80%;
	position:rerative;
	z-index:1000;
}

img.page_top_image{
    margin: 0 0 3rem;
    width: 100%;
    height: auto;
}




.exterior1{
    width: 50%;
}
.exterior1 .h3_text{
    margin-bottom: 2rem;
}
.exterior1_img1{
    width: 46%;
    height: auto;
}
.exterior2{
	margin-bottom: 5rem;
}

.exterior2 .img1{
    width: 100%;
    height: auto;
}

.exterior3{
    margin-bottom: 1rem;
}

.exterior3 .flex_item{
    width: 50%;
    height: auto;
}

.exterior3_img1{
    width: 46%;
    height: auto;
}
.exterior3_img2{
    width: 100%;
	height: auto;
}
.exterior3_2 {
	width: 96%;
	margin:0 2% 0 2%;
	margin:0 auto;
	margin-bottom: 4rem;
}
.exterior4_2 {
	width: 96%;
	margin:0 2% 0 2%;
	margin:0 auto;
	margin-bottom: 4rem;
}
.exterior4{
    margin-bottom: 4rem;
}

.exterior4 .flex_item{
    width: 50%;
    height: auto;
}

.exterior4_img1{
    width: 46%;
    height: auto;
		}
		
.exterior4_img2{
    width: 100%;
    height: auto;
}
.exterior4_2 {
	
}

.interior1{
    margin-bottom: 5rem;
}
.interior1 .flex_item{
    width: 50%;
    height: auto;
}
.interior1_img1{
    width: 46%;
	height: auto;
	margin-bottom:1rem;
}
.interior1_img2{
    width: 100%;
	margin-top:3rem;
}

.interior2{
    margin-bottom: 5rem;
}
.interior2 .flex_item{
    width: 50%;
    height: auto;
}
.interior2_img1{
    margin: 1rem 0 0;
    width: 100%;
    height: auto;
}
.interior2_img2{
    width: 46%;
    height: auto;
}

.interior3{
    margin-bottom: 9rem;
}
.interior3 .flex_item{
    width: 50%;
    height: auto;
}
.interior3_img1{
    margin: 2rem 0 0;
    width: 100%;
    height: auto;
}
.interior3_img2{
    width: 46%;
    height: auto;
}

#spec{
}
#spec .page_top_image{
    margin: 0;
}
.spec_table{
	margin:0 auto;
	display:block;
	text-align:center;
}
.eq_box {
	margin:0 auto;
	width:100%;
	max-width:1000px;
}

#equipment{
}





table.equipment{
    width: 49%;
}
table.option{
    width: 49%;
}
table.option .opcode{
    width: 15%;
}
table.option .price{
    width: 20%;
}

table.price{
    margin-bottom: 9rem;
    width: 100%;
}
table.price .price_item{
    width: 25%;
    font-size: 1rem;
    text-align: center;
    vertical-align: middle;
}
table.price .price{
    width: 25%;
    font-size: 1rem;
    text-align: center;
    vertical-align: middle;
}
table.price th.price_item{
    padding: 0 0 0.75rem;
}
table.price th.price{
    padding: 0 0 0.75rem;
}
table.price td.price_item{
    padding: 2rem 0 0.75rem;
    color: #333;
    border-bottom: 1px #aaa solid;
}
table.price td.price{
    padding: 2rem 0 0.75rem;
    color: #333;
    border-bottom: 1px #aaa solid;
    width: 25%;
    font-size: 1rem;
    text-align: center;
    vertical-align: middle;
    font-weight: 500;
    border-left: 30px #fff solid;
}



.sns_box {
	width:670px;
}

.bnr_item2{
	
}
.t_data {
	padding-top:5px;
}


footer{
    padding-bottom: 2rem;
    width: 100%;
    background: #222;
}
.footer_item{
	width:100%;
	max-width:1000px;
	margin:0 auto;
}

.btn_shop{

    padding: 1.75rem 0;
    width: 50%;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    background: #323232;
    display: block;
}
.btn_shop span{
    font-size: 1rem;
    font-weight: 300;
}
.btn_rental{
    padding: 1.75rem 0;
    width: 50%;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    background: #009DBF;
    display: block;
}
.btn_rental span{
    font-size: 1rem;
    font-weight: 300;
}
.vantech_logo_w{
    margin: 0 0 2rem;
    padding: 1.75rem 0;
    width: 100%;
    text-align: center;
    display: block;
    border-bottom: 1px #444 solid;
}
.vantech_logo_w img{
	width: 12%;
	min-width:120px;
    height: auto;
	margin:0 auto;
}
.vantech_logo_w{
    margin: 0 0 2rem;
    padding: 1.75rem 0;
    width: 100%;
    text-align: center;
    display: block;
    border-bottom: 1px #444 solid;
}
.vantech_logo_w img{
	width: 12%;
	min-width:120px;
    height: auto;
}
		
		
.ft_all {
	font-size:16px;
	width:100%;
	margin:0 5% 0 5%;
	margin:0 auto;
	background-color:#222;
}
.ftm_all {
	display:flex;
	width:80%;
	max-width:1000px;
	margin:0 auto;
}

		
footer .flex_box{
    align-items: flex-start;
}

.ft_all {
	font-size:16px;
	width:100%;
	margin:0 5% 0 5%;
	margin:0 auto;
	background-color:#222;
}
.ftm_all {
	display:flex;
	width:80%;
	max-width:1000px;
	margin:0 auto;
}
.footer_menu{
	font-size:16px;
	width:20%;
	max-width:1000px;
	display:flex;
	margin:0 5% 0 5%;
	margin:0 auto;
}
.footer_menu_1{
	font-size:16px;
	width:20%;
	max-width:1000px;
	display:flex;
	margin:0 5% 0 5%;
	margin:0 auto;
}
.footer_menu_2{
	font-size:16px;
	width:20%;
	max-width:1000px;
	display:flex;
	margin:0 5% 0 5%;
	margin:0 auto;
}
.footer_menu ul{
    color: #fff;
}
.footer_menu_1 ul{
    color: #fff;
}
.footer_menu_2 ul{
    color: #fff;
}
.footer_menu li{
    margin: 6px 0 6px 0;
    padding: 6px 0 6px 0;
}
.footer_menu_1 li{
    margin: 6px 0 6px 0;
    padding: 6px 0 6px 0;
}
.footer_menu_2 li{
    margin: 6px 0 6px 0;
    padding: 6px 0 6px 0;
}
.footer_menu_title {
	font-weight:bold;
	padding:10px 10px 10px 0;
	font-size:18px;
	color:#fff;
}


.footer_item{

}


.ya{
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
	margin:20px 0 20px 0;
}
.ya::before,
.ya::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
	margin-bottom:10px;
}
.ya::before{
    left: 0px;
    width: 20px;
    height: 20px;
    border-bottom: 2px solid #aaa;
    border-right: 2px solid #aaa;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}




/*〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓*/

.logo {
  font-size: 24px;
}

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

  ここから下がハンバーガーメニュー
  に関するCSS

------------------------------*/
  
/* チェックボックスは非表示に */
.drawer-hidden {
  display: none;
}

/* ハンバーガーアイコンの設置スペース */
.drawer-open {
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2000;/* 重なり順を一番上に */
	cursor: pointer;
	position: fixed;
}

/* ハンバーガーメニューのアイコン */
.drawer-open span,
.drawer-open span:before,
.drawer-open span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #333;
  transition: 0.5s;
	position: absolute;
	
}

/* 三本線のうち一番上の棒の位置調整 */
.drawer-open span:before {
  bottom: 8px;
}

/* 三本線のうち一番下の棒の位置調整 */
.drawer-open span:after {
  top: 8px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer-check:checked ~ .drawer-open span {
  background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer-check:checked ~ .drawer-open span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#drawer-check:checked ~ .drawer-open span::after {
  top: 0;
  transform: rotate(-45deg);
}
  
/* メニューのデザイン*/
.drawer-content {
	width: 80%;
	color:#555;
	height: 100%;
	position: fixed;
	top: 0;
	left: 100%;/* メニューを画面の外に飛ばす */
	z-index: 1900;
	background: #fefefe;
	line-height:40px;
	padding:30px;
}

/* アイコンがクリックされたらメニューを表示 */
#drawer-check:checked ~ .drawer-content {
	left: 0;/* メニューを画面に入れる */

}



.arrow_1{
    position: relative;
    display: block;
    padding: 0 0 0 16px;
    color: #aaa;
    vertical-align: middle;
    text-decoration: none;
	font-size: 15px;
	margin:0 0 0 auto;
	float:right;
	top:20px;
	right:15px;
}
.arrow_1::before,
.arrow_1::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
	vertical-align: middle;

}


.ar_1::before{
    width: 12px;
    height: 12px;
    border-top: 2px solid #555;
    border-right: 2px solid #555;
    -webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top:-2;
}
.dl_1 {
	display:block;
	width:100%;
	padding-left:15px;
}
.dl_2 {
	display:block;
	width:100%;
	padding-left:15px;
}
.vantech_logo{
    position: absolute;
}

.top_img{
	width:100%;
	background-color:#000;
}
.top_img img{
	width:100%;
	opacity:0.5;
}


.pi_0 {
}
.pi_1 {
	width:500px;
}
.pi_2 {
}
.pi_2 img{
	width:100%;
}
.bp_1 {
	font-size:16px;
	font-family: 'Hiragino Sans W5',sans-serif;
  	font-weight: 500;
  	font-style: normal;
}

.bp_1a {
	font-size:16px;
	width:150px;
}
.bp_2 {
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
}
.bp_3 {
	width:50%;
}
.bp_4 {
	font-size:16px;
}
@media screen and (max-width: 1049px){
	.hos img{
		width: 96%;
	}
	.spe img{
		width: 96%;
	}
	.title_line {
		width:90%;
	}

}
@media screen and (min-width: 1200px){
	.tdimg {
		display:none;
	}
}
@media screen and (max-width: 999px){
	.camload_c2 {
		bottom: 20px;
	}
	.w_menu {
		width:600px;
		margin:0 auto;
		margin-top:20px;
		display:flex;
		justify-content: start;
		flex-wrap:wrap;
		font-weight: bold;
		
	}
	.wb_text {
		text-align:center;
		margin-right:10px;
		width:180px;
		font-size:20px;
		background-color:#E6E6E6;
		margin-top:20px;
		border:2px solid #4B4B4B;
		border-radius:5px;
	}
	.wb_text_2 {
		text-align:center;
		margin-right:10px;
		width:180px;
		font-size:16px;
		line-height:22px;
		margin-top:20px;
		background-color:#E6E6E6;
		margin-top:20px;
		border:2px solid #4B4B4B;
		border-radius:5px;
	}
	
	.adv_t_1 {
		font-size:20px;
		letter-spacing: 3px;
	}
	.adv_t_2 {
		font-size:40px;
		letter-spacing: 3px;
	}
	.adv_t_4 {
		font-size:10px;
		letter-spacing: 3px;
	}
	.adv p{
		top: 36%;
	}	
	.des_t_1 {
		font-size:20px;
		letter-spacing: 3px;
	}
	.des_t_2 {
		font-size:40px;
		letter-spacing: 3px;
	}
	.des_t_4 {
		font-size:10px;
		letter-spacing: 3px;
	}
	.sup p{
		top: 36%;
	}
	.sup_t_1 {
		font-size:20px;
		letter-spacing: 3px;
	}
	.sup_t_2 {
		font-size:40px;
		letter-spacing: 3px;
	}
	.sup_t_4 {
		font-size:10px;
		letter-spacing: 3px;
	}
	.sup p{
		top: 36%;
	}
	.it_2 {
		padding-left:10px;
		overflow-x: auto;
		white-space: nowrap;
	}
	.btm_con {
		width:100%;
		padding:0 1% 0 1%;
	}
	.sns_1 {
		width:32%;
		margin:0 1px 5px 0;
	}
	.hs_eria {
		display:block;
	}
	.hos {
		margin:0 auto;
	}
	.spe{
		margin:0 auto;
	}
	.menu_3 {
		display: flex;
		justify-content:center;
	}
	.main_menu {
		display:block;
	}
	.main_1 {
		width:32%;
		display:inline-block;
		margin-left:1%;
		margin-right:1px;
	}
	.main_2 {
		width:32%;
		display:inline-block;
		margin:0px;
	}
	.main_3 {
		width:32%;
		display:inline-block;
		margin-left:1px;
		margin-right:1%;
	}
	.main_4 {
		width:32%;
		display:inline-block;
		margin-left:1%;
		margin-right:1px;
	}
	.main_5 {
		width:32%;
		display:inline-block;
		margin:0px;
	}
	.main_6 {
		width:32%;
		display:inline-block;
		margin-left:1px;
		margin-right:1%;
	}
	.main_0 {
		width:100%;
	}
	.topic_top {
		width:96%;
		margin:0 auto;
		margin:30px 2% 30px 2%;
	}
	footer .flex_box{
		align-items: flex-start;
	}
	.brand {
		width:400px;
	}
	.brand img{
		width:100%;
	}
	.line_up p{
		top: 10%;
		left: 30%;
	}
	.brand p{
		top: 10%;
		left: 42%;
	}
	.in_1 {
		height:170px;
		background-color:#E6E6E6;
		text-align:center;
		padding:30px 0 10px 0;
	}
	.topic {
		display:flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.line_up {
		width:400px;
	}
	.line_up img{
		width:100%;
	}
	#top_contents {
		max-width:100%;
		min-width:100%;
	}
	.drawer2 {
		display:none;
	}
	.tpimg {
		display:none;
	}
	.logo{
		display: inline-block;
    }
	.header2 {
        margin: 0 auto;
		text-align:center;
		padding:0;
    }

	navi{
		top: 4rem;
	}
	navi ul{
		display: flex;
		justify-content: center;
		
	}
	navi li{
		margin: 0 1rem 0;
		text-align:center;
	}
	.header2 .vantech_logo{
		position: static;
	}
	#main{
	}
	.content{
		width: 98%;
		margin:0 1% 0 1%;
	}
	navi ul li{
		margin: 0 2rem 0 0;
	}
	.exterior1{
		width: 96%;
		margin:0 2% 0 2%;
	}

	.exterior1_img1{
		width: 100%;
		margin:2rm 0 0 0;
	}

	.exterior2{
		margin-bottom: 2rem;
	}

	.exterior3 .flex_item{
		width: 96%;
		padding:0 2% 0 2%;
	}
	.exterior3_img1{
		margin: 2rem 0 0;
		width: 100%;

	}
	.exterior3_img2{
		width: 100%;
		margin-bottom: 5rem;
	}
	.exterior3_2{
		margin-bottom: 5rem;
	}
	.exterior4_2{
		margin-bottom: 5rem;
	}
	.exterior4 .flex_item{
		width: 96%;
		margin:0 2% 0 2%;
	}
	.exterior4_img1{
		width: 100%;
		margin:2rem 0 0;
	}
	.exterior4_img2{
		width: 100%;
		margin:2rem 0 0;
	}
	.interior1 .flex_item{
		width: 96%;
		margin:0 2% 0 2%;
	}
	.interior1_img1{
		margin: 2rem 0 2rem 0;
		width: 100%;
	}
	.interior1_img2{
		margin: 1rem 0 0;
		width: 100%;
		margin:1rem 0 0 0;
	}

	.interior2_h{
		width: 96%;
		margin:0 2% 16px 2%;
	}
	.interior2 .flex_item{
		width: 100%;
	}
	.interior2 p{
		width: 96%;
		margin:0 2% 0 2%;
	}
	.interior2_img1{
		width: 100%;
		height: auto;
		margin:1rem 0 4rem 0;
	}
	.interior2_img2{
		margin: 2rem 0 0;
		width: 100%;
		height: auto;
	}
	.interior3 .flex_item{
		width: 100%;
	}
	.interior3_img1{
		margin: 2rem 0 0;
		width: 100%;
		height: auto;
	}
	.interior3_img2{
		width: 100%;
		height: auto;
		margin:1rem 0 0 0;
	}
	.interior3 p{
		width: 96%;
		margin:0 2% 0 2%;
	}
	.interior4 .flex_item{
		width: 96%;
		margin:0 2% 0 2%;
	}
	.sp_101 {
		width:30%;
	}
	.sp_102 {
		width:30%;
	}
	.sp_201 {
		width:70%;
	}
	.sp_202 {
		width:23.333%;
	}
	.sp_203 {
		width:46.666%;
	}
	.sp_204 {
		width:70%;
	}
	.eq_103 {
		font-size:16px;
		line-height:10px;
		width: 10%;
	}
	.eq_104 {
		font-size:16px;
		line-height:10px;
		width: 70%;
	}
	.eq_105 {
		font-size:16px;
		line-height:10px;
		width: 20%;
	}
	.gray_fld_1 {
		width:96%;
		margin:0 2% 2px 2%;
		padding:10px;
	}
	.gray_fld_2 {
		width:96%;
		margin:0 2% 2px 2%;
		padding:10px;
	}
	.gray_fld_3 {
		width:96%;
		margin:0 2% 2px 2%;
		padding:10px;
	}
	.top_img h1 {
		top: 55%;
	}
	.top_title_1{
		font-size:25px;
		font-weight:100;
		letter-spacing:5px;
	}
	.title_line {
		width:700px;
	}
	.footer_menu{
		font-size:16px;
		width:98%;
		display:flex;
		padding:0 1% 0 1%;
		margin:0 auto;
		font-size:14px;
	}
	.footer_menu_1{
		font-size:16px;
		width:98%;
		display:flex;
		padding:0 1% 0 1%;
		margin:0 auto;
		font-size:14px;
	}
	.footer_menu_2{
		font-size:16px;
		width:98%;
		display:flex;
		padding:0 1% 0 1%;
		margin:0 auto;
		font-size:14px;
	}
	.ftm_all {
		width:100%;
		margin:0 auto;
	}

}
@media screen and (max-width: 949px){
	.sp_101 {
		height:120px;
		font-size:20px;
		line-height:100px;
	}
	.sp_102 {
		height:60px;
		font-size:20px;
		line-height:25px;
	}
	.sp_201 {
		height:60px;
		font-size:16px;
		line-height:18px;
	}
	.sp_202 {
		height:60px;
		font-size:16px;
		line-height:18px;
	}
	.sp_203 {
		height:60px;
		font-size:16px;
		line-height:18px;
	}
	.sp_204 {
		height:60px;
		font-size:16px;
		line-height:18px;
	}
	.pp_area{
		width:96%;
		margin-right:2%;
		margin-left:2%;
		display:block;
	}
	.pa_box {
		width:100%;
	}

}
@media screen and (max-width: 899px){
	.adv_t_1 {
		font-size:20px;
		letter-spacing: 3px;
	}
	.adv_t_2 {
		font-size:40px;
		letter-spacing: 3px;
	}
	.adv_t_4 {
		font-size:10px;
		letter-spacing: 3px;
	}
	.adv p{
		top: 30%;
	}	
	.des_t_1 {
		font-size:20px;
		letter-spacing: 3px;
	}
	.des_t_2 {
		font-size:40px;
		letter-spacing: 3px;
	}
	.des_t_4 {
		font-size:10px;
		letter-spacing: 3px;
	}
	.des p{
		top: 30%;
	}
	.sup p{
		top: 36%;
	}
	.sup_t_1 {
		font-size:20px;
		letter-spacing: 3px;
	}
	.sup_t_2 {
		font-size:40px;
		letter-spacing: 3px;
	}
	.sup_t_4 {
		font-size:10px;
		letter-spacing: 3px;
	}
	.sup p{
		top: 30%;
	}
	.sns_1 {
		width:48%;
		margin:0 1px 5px 0;
	}
	.menu_3 {
		display: flex;
		justify-content:center;
	}
	.main_menu {
		display:block;
		margin-bottom:60px;
	}
	.main_1 {
		width:32%;
		display:inline-block;
		margin-left:1%;
		margin-right:1px;
	}
	.main_2 {
		width:32%;
		display:inline-block;
		margin:0px;
	}
	.main_3 {
		width:32%;
		display:inline-block;
		margin-left:1px;
		margin-right:1%;
	}
	.main_4 {
		width:32%;
		display:inline-block;
		margin-left:1%;
		margin-right:1px;
	}
	.main_5 {
		width:32%;
		display:inline-block;
		margin:0px;
	}
	.main_6 {
		width:32%;
		display:inline-block;
		margin-left:1px;
		margin-right:1%;
	}
	.main_0 {
		width:100%;
	}
	.footer_menu{
		font-size:16px;
		width:90%;
		max-width:1000px;
		display:flex;
		margin:0 5% 0 5%;
		margin:0 auto;
	}
	.footer_menu_1{
		font-size:16px;
		width:90%;
		max-width:1000px;
		display:flex;
		margin:0 5% 0 5%;
		margin:0 auto;
	}
	.footer_menu_2{
		font-size:16px;
		width:90%;
		max-width:1000px;
		display:flex;
		margin:0 5% 0 5%;
		margin:0 auto;
	}
	.footer_menu ul{
		color: #fff;
	}
	.footer_menu_1 ul{
		color: #fff;
	}
	.footer_menu_2 ul{
		color: #fff;
	}
	.footer_menu li{
		margin: 6px 0 6px 0;
		padding: 6px 0 6px 0;
	}
	.footer_menu_1 li{
		margin: 6px 0 6px 0;
		padding: 6px 0 6px 0;
	}
	.footer_menu_2 li{
		margin: 6px 0 6px 0;
		padding: 6px 0 6px 0;
	}
	.footer_menu_title {
		font-weight:bold;
		padding:10px;
	}
	.footer_menu_title_1 {
		font-weight:bold;
		padding:10px;
	}
	.footer_menu_title_2 {
		font-weight:bold;
		padding:10px;
	}
	.footer_item{

	}

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

	.gr_area {
	    margin-bottom: 40px;
	}
	.cc_at_2 {
  		min-width:auto;
	}
	.cc_area {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.cc_area1 {
		display:block;
	}
	.cc_at_0 {
		display:flex;
		justify-content:center;
		align-items: center;
	}
	.cc_area_text1{
		margin-right:0;
	}
	.cc_area_title1{
    	margin: 0 auto;
		margin-bottom:30px;
	}
	.cc_at_1 {
      width:30px;
	  margin-right: 16px;
	}

	.pi_0 {
		display:block;
	}
	.pi_1 {
		width:100%;
	}
	.pi_2 {
		width:100%;
	}

	.adv_t_1 {
		font-size:16px;
		letter-spacing: 3px;
	}
	.adv_t_2 {
		font-size:26px;
		letter-spacing: 3px;
	}
	.adv_t_4 {
		font-size:10px;
		letter-spacing: 3px;
	}
	.adv p{
		top: 30%;
	}	
	.des_t_1 {
		font-size:16px;
		letter-spacing: 3px;
	}
	.des_t_2 {
		font-size:26px;
		letter-spacing: 3px;
	}
	.des_t_4 {
		font-size:10px;
		letter-spacing: 3px;
	}
	.des p{
		top: 30%;
	}
	.sup p{
		top: 36%;
	}
	.sup_t_1 {
		font-size:16px;
		letter-spacing: 3px;
	}
	.sup_t_2 {
		font-size:26px;
		letter-spacing: 3px;
	}
	.sup_t_4 {
		font-size:10px;
		letter-spacing: 3px;
	}
	.sup p{
		top: 30%;
	}
	.menu_3 {
		width:100%;
		display: block;
		margin:0 auto;
		margin-top:20px;
	}
	.line_up {
		width:490px;
		margin:0 auto;
		margin-bottom:40px;
	}
	.line_up img{
		width:490px;
	}
	.line_up p{
		top: 15%;
		left: 30%;
	}
	.brand {
		width:490px;
		margin:0 auto;
		margin-bottom:10px;
	}
	.brand img{
		width:490px;
	}
	.brand p{
		top: 15%;
		left: 40%;
	}
	.content2{
		font-size:12px;
		line-height:20px;
	}
	.gray_fld_1 {
		font-size:12px;
	}
	.gray_fld_2 {
		font-size:12px;
	}
	.gray_fld_3 {
		font-size:12px;
	}
	.main_1 {
		width:48%;
		display:inline-block;
		margin:0 1% 5px 1%;
	}
	.main_2 {
		width:48%;
		display:inline-block;
		margin:0 1% 5px 0;
	}
	.main_3 {
		width:48%;
		display:inline-block;
		margin:0 1% 5px 1%;
	}
	.main_4 {
		width:48%;
		display:inline-block;
		margin:0 1% 5px 0;
	}
	.main_5 {
		width:48%;
		display:inline-block;
		margin:0 1% 0 1%;
	}
	.main_6 {
		width:48%;
		display:inline-block;
		margin:0 1% 0 0;
	}
	.ftm_all {
		display:block;
	}
	.pl01 {
		position:relative;
	}
	.pa01 {
		position:absolute;
		top:0;
		left:0;
		height:100%;
		width:100%;
		line-height:40px;
	}
	.footer_menu{
		font-size:16px;
		width:100%;
		display:block;
	}
	.footer_menu_1{
		font-size:16px;
		width:100%;
		display:block;
	}
	.footer_menu_2{
		font-size:16px;
		width:100%;
		display:block;
	}
	.footer_menu ul{
		color: #fff;
		width:100%;
		padding:10px;
		display:flex;
		flex-wrap: wrap;
		margin:0 auto;
	}
	.footer_menu_1 ul{
		color: #fff;
		width:100%;
		padding:10px;
		display:flex;
		flex-wrap: wrap;
		margin:0 auto;
	}
	.footer_menu_2 ul{
		color: #fff;
		width:100%;
		padding:10px;
		display:flex;
		flex-wrap: wrap;
		margin:0 auto;
	}
	.footer_menu li{
		width:33%;
		margin: 0;
		padding: 20px 12px 20px 12px;
		text-align:center;
		border:1px solid #333;
	}
	.footer_menu_1 li{
		width:50%;
		margin: 0;
		padding: 20px 12px 20px 12px;
		text-align:center;
		border:1px solid #333;
	}
	.footer_menu_2 li{
		width:25%;
		margin: 0;
		padding: 20px 12px 20px 12px;
		text-align:center;
		border:1px solid #333;
	}
	.footer_menu_title {
		font-weight:bold;
		padding:10px;
		width:100%;
		border-bottom:1px solid #555;
		
	}
	.footer_item{
		width:100%;
	}
	.vantech_logo_w{
		clear:both;
		margin: 0;
	}
	.footer_menu_1{
		clear:both;
		margin: 0;
	}
	.footer_menu_2{
		clear:both;
		margin: 0;
	}
	.ftm_all {
		display:block;
	}
	.pl01 {
		position:relative;
	}
	.pa01 {
		position:absolute;
		top:0;
		left:0;
		height:100%;
		width:100%;
		line-height:40px;
	}
	.arrow_a{
		position:absolute;
		width: 10px;
		height: 10px;
		border: 2px solid;
		border-color: transparent transparent #fff #fff;
		transform: rotate(-45deg);
		display:inline-block;
		right:30px;
	}
	.arrow_b{
		position:absolute;
		width: 10px;
		height: 10px;
		border: 2px solid;
		border-color:#fff #fff transparent transparent ;
		transform: rotate(-45deg);
		display:inline-block;
		right:30px;
	}

	.price {
		overflow-x: scroll;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
    }
    .item {
      /* 横スクロール用 */
		display: inline-block;
		width: 90%;

	/* 見た目調整 */
		height: 400px;
		margin: 16px;
		font-size: 48px;
		background: rgba(255, 0, 0, 0.4);
    }
	.sp_hide {
		display:none;
	}
	.footer_menu{
		font-size:16px;
		width:100%;
		display:block;
	}
	.footer_menu_1{
		font-size:16px;
		width:100%;
		display:block;
	}
	.footer_menu_2{
		font-size:16px;
		width:100%;
		display:block;
	}
	.footer_menu ul{
		color: #fff;
		width:100%;
		padding:10px;
		display:flex;
		flex-wrap: wrap;
		margin:0 auto;
	}
	.footer_menu_1 ul{
		color: #fff;
		width:100%;
		padding:10px;
		display:flex;
		flex-wrap: wrap;
		margin:0 auto;
	}
	.footer_menu_2 ul{
		color: #fff;
		width:100%;
		padding:10px;
		display:flex;
		flex-wrap: wrap;
		margin:0 auto;
	}
	.footer_menu li{
		width:33%;
		margin: 0;
		padding: 20px 12px 20px 12px;
		text-align:center;
		border:1px solid #333;
	}
	.footer_menu_1 li{
		width:50%;
		margin: 0;
		padding: 20px 12px 20px 12px;
		text-align:center;
		border:1px solid #333;
	}
	.footer_menu_2 li{
		width:25%;
		margin: 0;
		padding: 20px 12px 20px 12px;
		text-align:center;
		border:1px solid #333;
	}
	.footer_menu_title {
		font-weight:bold;
		padding:10px;
		width:100%;
		border-bottom:1px solid #555;
		
	}
	.footer_item{
		width:100%;
	}
	.vantech_logo_w{
		clear:both;
		margin: 0;
	}
	.footer_menu_1{
		clear:both;
		margin: 0;
	}
	.footer_menu_2{
		clear:both;
		margin: 0;
	}
	.ftm_all {
		display:block;
	}
	.pl01 {
		position:relative;
	}
	.pa01 {
		position:absolute;
		top:0;
		left:0;
		height:100%;
		width:100%;
		line-height:40px;
	}
	.arrow_a{
		position:absolute;
		width: 10px;
		height: 10px;
		border: 2px solid;
		border-color: transparent transparent #fff #fff;
		transform: rotate(-45deg);
		display:inline-block;
		right:30px;
	}
	.arrow_b{
		position:absolute;
		width: 10px;
		height: 10px;
		border: 2px solid;
		border-color:#fff #fff transparent transparent ;
		transform: rotate(-45deg);
		display:inline-block;
		right:30px;
	}¥
	.price {
		overflow-x: scroll;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
    }
    .item {
      /* 横スクロール用 */
		display: inline-block;
		width: 90%;
	}
	.pc {
		display: none;
	}
	.sp {
		display: inline;
	}
	.ss {
		display: none;
	}
	.title_line {
		width:600px;
		margin-bottom: 10px;
	}

}
	
@media screen and (max-width: 699px){
	.topic {
		margin-bottom:60px;
	}
	.content{
		margin: 0 auto;
		width: 98%;
		margin:0 1% 0 1%;
	}
	.catch{
	font-size:16px;
	}
	navi li{
		line-height:10px;
	}
	navi{
		top: 4rem;
	}
	navi{
		height: 2.5rem;
		background: #222;
		position: fixed;
		top: 4.5rem;
	}
	.exterior2{
		margin-bottom:2rem;
	}
	.overview {
		padding: 0;
	}
	.sp_101 {
		font-size:16px;
	}
	.sp_102 {
		font-size:16px;
	}
	.sp_201 {
		font-size:16px;
	}
	.sp_202 {
		font-size:16px;
	}
	.sp_203 {
		font-size:16px;
	}
	.sp_204 {
		font-size:16px;
	}
	.interior4_img1{
		margin-bottom: 2rem;
	}
	.title_line {
		width:500px;
	}

}
@media screen and (max-width: 649px){
	navi ul li{
		margin: 0 1.5rem 0 0;
	}
	.it_1 {
		width:180px;
		font-size:12px;
	}
	.it_2 {
		padding-left:10px;
	}
}


@media screen and (max-width: 599px){
	.c_bottom_area {
		justify-content:center;
	}
	.gr_a1 {
		display:block;
	}
	.gr_a2b {
		margin:0;
	}
	.contents_area_1 {
		padding:20px 0;
	}
	.cc_area3{
		display:block;
	}
	.cc_area3_img {
		width:100%;
	}
	.w_menu {
		width:100%;
		margin:0 auto;
		margin-top:20px;
		display:flex;
		justify-content: start;
		flex-wrap:wrap;
		font-weight: bold;
	}
	.w_menu a{
		width:100%;
	}
	.wb_text_0 {
		margin:0 auto;
	}
	.wb_text {
		text-align:center;
		margin-right:10px;
		width:300px;
		font-size:20px;
		background-color:#E6E6E6;
		margin-top:10px;
		border:2px solid #4B4B4B;
		border-radius:5px;
	}
	.wb_text_2 {
		text-align:center;
		margin-right:10px;
		width:300px;
		font-size:20px;
		line-height:22px;
		margin-top:20px;
		background-color:#E6E6E6;
		margin-top:10px;
		border:2px solid #4B4B4B;
		border-radius:5px;
	}
	.title_line {
		width:400px;
	}
	.top_title_2{
		font-size:45px;
	}
	.top_title_3{
		font-size:16px;
	}

	.adv_t_3 {
		display:none;
	}
	.des_t_3 {
		font-size:12px;
		line-height:12px;
	}
	.sup_t_3 {
		font-size:12px;
		line-height:12px;
	}

	.btm_con {
		display:block;
	}
	.sns_box {
		width:100%;
	}
	.sns_1 {
		width:32%;
		margin:0 1px 5px 0;
	}
	.fb_box {
		text-align:center;
		margin:0 auto;
		margin-top:20px;
	}
	navi ul li{
		margin: 0 1rem 0 0;
	}
	navi li{
	}
	.overview li{
		font-size: 16px;
	}
	.catch{
		font-size:16px;
	}
	.eq_102 {
		line-height:20px;
		height:60px;
		padding:10px;
	}
	.eq_103 {
		font-size:16px;
		line-height:15px;
		width: 15%;
		height:60px;
		padding:5px;
	}
	.eq_104 {
		font-size:16px;
		line-height:15px;
		width: 65%;
		height:60px;
	}
	.eq_105 {
		font-size:16px;
		line-height:15px;
		width: 20%;
		height:60px;
	}
	.sp_101 {
		font-size:16px;
	}
	.sp_102 {
		font-size:16px;
	}
	.sp_201 {
		font-size:16px;
	}
	.sp_202 {
		font-size:16px;
	}
	.sp_203 {
		font-size:16px;
	}
	.sp_204 {
		font-size:16px;
	}
	.hos img{
		width: 98%;
	}
	.spe img{
		width: 98%;
	}
	.hs_eria {
		
	}
	.bgb_eria {
		padding:0;
	}
}

@media screen and (max-width: 499px){
	.title_line {
		width:300px;
	}

	navi ul li{
		margin: 0 0.7rem 0 0;
	}
	navi li{
	}
	.overview li{
		font-size: 12px;
	}
	.catch{
		font-size:16px;
	}
	.line_up {
		width:400px;
	}
	.line_up img{
		width:100%;
	}
	.brand {
		width:400px;
	}
	.brand img{
		width:100%;
	}
	.content2{
		font-size:10px;
		line-height:20px;
	}
	.hos div{
		top:15%;
	}
	.spe div{
		top:15%;
	}
	.hos p{
		top:55%;
	}
	.spe p{
		top:60%;
	}
	.adv_t_1 {
		font-size:10px;
	}
	.adv_t_2 {
		font-size:16px;
	}
	.adv_t_4 {
		padding:5px 0 5px 5px;
	}
	.des_t_1 {
		font-size:10px;
	}
	.des_t_2 {
		font-size:16px;
	}
	.des_t_4 {
		padding:5px 0 5px 5px;
	}
	.sup_t_1 {
		font-size:10px;
	}
	.sup_t_2 {
		font-size:16px;
	}
	.sup_t_4 {
		padding:5px 0 5px 5px;
	}
	.bgbe_ct p {
		font-size:12px;
	}
	.cra_t_1 {
		font-size:16px;
	}
	.cra_t_2 {
		font-size:12px;
	}
	.cra_t_3 {
		padding:5px 0 5px 5px;
	}
	.spe div {
		width:100%;
	}
	.hos_t_3{
		font-size:16px;
		line-height:28px;
	}
	.spe_t_3{
		font-size:16px;
		line-height:28px;
	}
}
@media screen and (max-width: 449px){
	.top_img {
	}
	navi ul li{
		margin: 0 0.5rem 0 0;
	}
	navi li{
	}
	.overview li{
		font-size: 10px;
	}
	.line_up {
		width:300px;
	}
	.line_up p{
		top:10px;
		left:60px;
	}
	.brand {
		width:300px;
	}
	.brand p{
		top:10px;
		left:110px;
	}
	.top_title_3{
		font-size:26px;
	}
	h2 {
		font-size:22px;
	}
	.title_line {
		width:200px;
	}
	.adv_t_3 {
		font-size:14px;
		line-height:15px;
	}
	.des_t_3 {
		font-size:14px;
		line-height:15px;
	}
	.sup_t_3 {
		font-size:14px;
		line-height:15px;
	}
	.hos div{
		top:16%;
	}
	.spe div{
		top:16%;
	}
	.hos_t_3{
		font-size:16px;
		line-height:40px;
	}
	.spe_t_3{
		font-size:16px;
		line-height:40px;
	}
	.sp {
		display: none;
	}
	.ss {
		display: inline;
	}
}
@media screen and (max-width: 399px){
	.hos_t_3{
		font-size:16px;
		line-height:34px;
	}
	.spe_t_3{
		font-size:16px;
		line-height:34px;
	}
	.hos div{
		top:15%;
	}
	.spe div{
		top:15%;
	}
}
@media screen and (max-width: 349px){
	.hos_t_3{
		font-size:16px;
		line-height:24px;
	}
	.spe_t_3{
		font-size:16px;
		line-height:24px;
	}
	.hos div{
		top:12%;
	}
	.spe div{
		top:12%;
	}
	.title_line {
		margin-bottom:8px;
	}
	.only_text_area p{
		font-size:14px;
	}
	.top_title_2{
		font-size:40px;
	}
	.top_title_3{
		font-size:20px;
	}
	.wb_text {
		width:250px;
	}
	.wb_text_2 {
		width:250px;
	}

}