@charset "UTF-8";
@font-face {
  font-family: 'icon';
  src: url("../fonts/icon.eot?6jqqyq");
  src: url("../fonts/icon.eot?6jqqyq#iefix") format("embedded-opentype"), url("../fonts/icon.ttf?6jqqyq") format("truetype"), url("../fonts/icon.woff?6jqqyq") format("woff"), url("../fonts/icon.svg?6jqqyq#icon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-icon_arrow_line_r:before, header nav ul li:before {
  content: "\e900";
  color: #fff; }

a, a:hover, a:visited {
  color: #231815; }

body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
 
color: #111111;
  line-height: 1.7;
  letter-spacing: 0.1em; 

}

.drawer--right .drawer-hamburger {
  right: 6%;
  padding-top: 25px; }
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 20rem; }

.drawer-navbar {
  height: auto;
  border: 0;
  background: transparent; }
  .drawer-navbar .drawer-navbar-header {
    border: none;
    background: transparent; }
  .drawer-navbar .drawer-nav {
    left: auto;
    padding: 0; }

.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  margin-left: -15px;
  margin-right: -15px; }
  .flex-row.ai-center {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
  .flex-row:before {
    content: " ";
    display: table; }
  .flex-row:after {
    content: " ";
    display: table;
    clear: both; }
  .flex-row > .col-xs-1 {
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1; }
  .flex-row > .col-xs-2 {
    -webkit-flex-grow: 2;
    -ms-flex-grow: 2;
    flex-grow: 2; }
  .flex-row > .col-xs-3 {
    -webkit-flex-grow: 3;
    -ms-flex-grow: 3;
    flex-grow: 3; }
  .flex-row > .col-xs-4 {
    -webkit-flex-grow: 4;
    -ms-flex-grow: 4;
    flex-grow: 4; }
  .flex-row > .col-xs-5 {
    -webkit-flex-grow: 5;
    -ms-flex-grow: 5;
    flex-grow: 5; }
  .flex-row > .col-xs-6 {
    -webkit-flex-grow: 6;
    -ms-flex-grow: 6;
    flex-grow: 6; }
  .flex-row .col-1-xs, .flex-row .col-4-xs {
    padding-left: 15px;
    padding-right: 15px; }

.m-0 {
  margin: 0; }

.m-t-0 {
  margin-top: 0; }

.m-b {
  margin-bottom: 15px; }

dl.dl-form {
  margin: 0; }
  dl.dl-form dt {
    line-height: 37px;
    font-weight: normal; }
  dl.dl-form dd {
    padding-bottom: 20px; }
    dl.dl-form dd:last-child {
      padding-bottom: 0; }
    dl.dl-form dd.error {
      margin-bottom: 5px;
      padding-bottom: 0;
      color: #F00; }

input[type="text"] {
  margin: 0;
  width: 50%;
  border: none;
  border-radius: 3px;
  background-color: #f6f6f6;
  height: 37px;
  vertical-align: middle; 
  padding-left: 15px;
  padding-right: 15px;
}
input[type="text"]:focus, select:focus,
.txtbox:focus, .txtarea:focus {
  background-color: #fff; }


input[type="email"] {
  margin: 0;
  width: 50%;
  border: none;
  border-radius: 3px;
  background-color: #f6f6f6;
  height: 37px;
  vertical-align: middle; 
  padding-left: 15px;
  padding-right: 15px;
}

input[type="email"]:focus .txtarea:focus {
  background-color: #fff;
 }

textarea {
  margin: 0;
  width: 100%;
  border: none;
  border-radius: 3px;
  background-color: #f6f6f6;
  height: auto;
  min-height: 10em;
  padding: 10px 15px; 
  padding-left: 15px;
  padding-right: 15px;

}


.input-error {
  color: #F00; }

.btn {
  display: inline-block;
  margin: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: none; }

.btn:hover, .btn:focus, .btn.focus {
  color: #333; }

.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none; }

ul.button {
  list-style: none;
  margin-top: 15px;
  width: 100%; }

ul.button li {
  display: inline-block; }

/*　def　*/
.btn-l, .btn-group-l > .btn {
  padding: 16px;
  font-size: 18px; }

.btn-m, .btn-group-m > .btn {
  padding: 10px;
  font-size: 14px; }

.btn-s, .btn-group-s > .btn {
  padding: 5px;
  font-size: 12px; }

/*　rev　*/
.btn-rev {
  color: #fff;
  background-color: rgba(51, 51, 51, 0.6);
  border-color: #ccc; }

.btn-rev:hover, .btn-rev:focus, .btn-rev:active {
  color: #fff;
  background-color: rgba(51, 51, 51, 0.8);
  border-color: #ccc; }

.btn-rev.disabled {
  background-color: rgba(51, 51, 51, 0.4);
  border-color: #ccc; }

.btn-rev.disabled:hover, .btn-rev.disabled:focus, .btn-rev.disabled:active {
  background-color: rgba(51, 51, 51, 0.4);
  border-color: #ccc; }

.btn-rev[disabled] {
  background-color: rgba(51, 51, 51, 0.4);
  border-color: #ccc; }

.btn-rev[disabled]:hover, .btn-rev[disabled]:focus, .btn-rev[disabled]:active {
  background-color: rgba(51, 51, 51, 0.4);
  border-color: #ccc; }

.btn-l, .btn-group-l > .btn,
.btn-m, .btn-group-m > .btn,
.btn-s, .btn-group-s > .btn {
  min-width: 100%; }

.btn-l, .btn-group-l > .btn {
  padding: 16px 64px;
  min-width: 240px; }

.btn-m, .btn-group-m > .btn {
  padding: 10px 30px;
  min-width: 180px; }

.btn-s, .btn-group-s > .btn {
  padding: 5px 15px; }

.large {
  font-size: 128.6%; }

h4 {
  color: #645f5a;
  font-size: 100%;
  font-weight: bold; }

h5 {
  font-weight: bold; }

hr {
  margin-top: 23px;
  margin-bottom: 23px;
  border: 0;
  border-top: 1px solid #ccc; }

hr.dotted {
  border-top: 1px dotted #ccc; }

.list-styled {
  list-style: none;
  padding-left: 1em;
  text-indent: -1em;
  text-align: left; }

.list-unstyled {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .list-unstyled li {
    margin-bottom: 10px; }
    .list-unstyled li:last-child {
      margin-bottom: 0; }

ul.digit {
  margin: 0.5em 0;
  padding: 0; }
  ul.digit li {
    margin: 0 0 0.5em 2em;
    list-style: decimal; }

dl dt, dl dd {
  line-height: 1.7; }
dl dd {
  padding-left: 1em;
  margin-bottom: 15px; }
dl.itemize dd {
  padding-left: 0;
  margin-bottom: 1em; }
dl.border dt {
  position: relative;
  top: 20px; }
dl.border dd {
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #ccc; }

.border-box, .bg-box {
  padding: 20px 32px;
  margin-top: 15px; }

.bg-box {
  background-color: #eee; }

.border-box {
  border: 2px solid #EEE; }

.border-bottom {
  border-bottom: 1px solid #DDD; }

html, body {
  height: 100%; }

header, footer {
  width: 100%; }
footer{

}

.container {
  max-width: 1030px;
  margin: 0 auto;
	position: relative;
 }

.setumeitext2{
font-size: 1.6rem;
}

.honbun{
	width: 800px;
position: absolute; 
right: 10px;
}

.ukiyoe{
float: left;
padding-top:30px;

}

header {
  padding: 25px 25px 10px; }
  header .header_logo {
    float: left; }
    header .header_logo img {
      margin: -25px 0;
      width: 90px;
      height: 60px; }
  header nav {
    float: right; }
    header nav ul li {
      float: left;
      font-weight: bold;
      margin-left: 30px; }
      header nav ul li::before {
        font-family: 'icon';
        font-size: 78.6%; }
      header nav ul li a {
        display: inline-block;
        padding: 0 5px; }

.footer_guide {


background: #e3f3ee;
/*background-image: url("../images/haikei01.jpg") ;*/

 /* margin-top: 100px;*/
  padding: 20px 0 30px;
 }
.footer_guide .row {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
 }
    .footer_guide .row .col-sm-4 {
      padding-left: 20px;
      padding-right: 20px;
 }
    .footer_guide .row .col-sm-6:nth-child(n+2) {
      border-left: 2px solid #FFF;
      margin-left: -2px; 
}
  .footer_guide h2 {
    font-size: 114.3%;
    font-weight: bold;
    margin-top: 15px; 
}
  .footer_guide h3 {
    font-size: 100%;
    font-weight: bold; 
}
  .footer_guide p {
    line-height: 1.6;
    word-wrap: break-word; 
}
  .footer_guide .dl-horizontal dt {
    width: 100px;
    text-align: left; 
}
    .footer_guide .dl-horizontal dt:nth-child(n+2) {
      margin-top: 15px; 
}
  .footer_guide .dl-horizontal dd {
    margin-top: 15px;
    margin-left: 100px; 
}
.footer_nav {
  padding: 0 15px; }
.footer_nav ul {
    padding-top: 5px; 
}
    .footer_nav ul li {
      font-size: 114.3%;
      font-weight: bold;
      list-style: none;
      margin-top: 10px; 
}
.footer_copyright {
  border-top: 1px solid #DDD;
  border-bottom: 10px solid #DDD;
  font-size: 100%;
  text-align: center;
  margin: 0;
  padding: 15px; 
}

.main {
  padding-left: 0%; 
position:static;
}
  .main_bg {
    position: relative;
 }

  .main_text p {
    position: absolute; }
  .main_text_copy {
    top: 42px;
    left: 504px; }
  .main_text_logo {
    top: 210px;
    left: 470px; }
  .main_spec {
    font-size: 92.8%;
    font-family: "Yu Mincho", "YuMincho", serif;
    font-weight: bold;
    padding: 15px; }


#css-slider {
	width: 1000px;
	height: 650px;
	overflow: hidden;
}
 
.slide-item {
	width: 1000px;
	height: 650px;
	float: left;
	position: relative;
}
 
 
.slider-wrapper {
	width: 500%;
	position: relative;
	left: 0;
	will-change: transform;
	animation: slider 50s infinite;
}


@keyframes slider {
  0% { transform: translateX(0); }
  20% { transform: translateX(-1000px); }
  40% { transform: translateX(-2000px); }
  60% { transform: translateX(-3000px); }
  80% { transform: translateX(-4000px); }
  100% { transform: translateX(0); }
}


.slider-wrapper:hover  {
    animation-play-state: paused;
  }


.MyTable {
  display:table;
  width:auto;
  border-collapse: collapse;
}

.MyTable div.trow{
  display:table-row;
}

.MyTable div.cell{
 	display:table-cell;
  	width:257px;
	height: 536px;
 	border: 1px solid #3399cc;
}


.disp-block {
  display: block; /* これでブロック要素の扱いになります */
}
.blockcenter{
  margin-left: auto;  /* 【ポイント】*/
  margin-right: auto; /* 【ポイント】*/
	width:178px;
	height: 50px;

}


.name{
    font-size: 110%;
    font-family:"メイリオ", "Yu Mincho", "YuMincho", serif,'Hiragino Mincho Pro';
 		padding-left: 5%;
		padding-right: 5%;
		height: 80px;
}
.setumei{
		 font-size:85%;
		 font-family: "Yu Mincho", "YuMincho", serif,'Hiragino Mincho Pro';
		font-weight: bold;

		color:#111111;
		 padding-left: 5%;
		padding-right: 5%;
		height: 60px;

}
.hyoudai{
font-size: 85%;
font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";

}

.kome{
    text-align: center; 
  	font-size:1.4em;
font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";

}

a.icon-icon_arrow_line_r{
	margin: 0 auto;

	font-size:0.85em;
	color: #fff;

	display:block;
	width:250px;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	border:2px solid;
	border-color:#aaaaaa #444444 #444444 #aaaaaa;
	background:#434dd5;
}

a.icon-icon_arrow_line_r:hover{
	background:#777777;
}


.products_tit {
 
		font-size:400%;
		font-family: "Yu Mincho", "YuMincho", serif,'Hiragino Mincho Pro';
		font-weight: bold;
		color:#111111;
		padding:50px;
		text-align: center; 

}
.products_tit h2{
		font-size:60%;
}
.products_tit h4 {
		font-size:35%;
		font-family: "Yu Mincho", "YuMincho", serif,'Hiragino Mincho Pro';
		font-weight: bold;
		color:#111111;

}

.products_spec2 {
  padding: 10px 0;
	width:auto;
	height: 900px;
 background: url("../images/haikei05.jpg") ;
/* background-repeat: no-repeat;*/
 background-size: cover;

 }
 .products_spec_pic {
    position: relative;
	width:40%;
    padding-top: 30px;

 }


  .products_spec_text_box:first-child h3 {
    margin-top: 0; }

  .products_spec_text_box h3 {
    position: relative;
    font-size: 160%;
    font-family: "Yu Mincho", "YuMincho", serif;
    src: local("Yu Mincho Demibold");
		color:#000;
    font-weight: 500;
    margin-top: 25px;
   padding-left: 50px; 
}

    .products_spec_text_box h3::before {
      content: "";
      position: absolute;
      background: #3399cc;
      width: 5px;
      height:27px;
      top: 0px;}

  .products_spec_text_box p {
    line-height: 1.6;
    margin-bottom: 15px; 
	margin-right: 15px; 
	margin-left: 15px;  

}


 h4 {
	font-family: "Yu Mincho", "YuMincho", serif,'Hiragino Mincho Pro';
		color:#111111;
    font-size:160%;
 }


  .products_spec .c-button {
    position: relative;
    background: #57ad68;
    border: 0;
    border-radius: 6px;
    text-align: center;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    font-size: 185.7%;
    color: #FFF;
    width: 315px;
    padding: 15px 30px 15px 15px; }
    .products_spec .c-button:hover {
      background: #3a8446; }
    .products_spec .c-button.icon-icon_arrow_line_r:before, .products_spec header nav ul li.c-button:before, header nav ul .products_spec li.c-button:before {
      position: absolute;
      top: 40%;
      top: calc(50% - 6px);
      right: 25px;
      line-height: 1;
      color: #FFF;
      font-size: 14px; }

.products_order {
  padding: 50px 0 0;
  border-top: 2px solid #eee; }
  .products_order.btn_area {

    padding: 0;
    border-top: 0; }


    .products_order.btn_area .c-button {
      display: inline-block;
      margin-top: 30px;
      position: relative;
      background: #3399cc;
 
      border: 0;
      border-radius: 6px;
      text-align: center;
      transition: all .3s ease;
      -webkit-transition: all .3s ease;
      font-size: 185.7%;
      color: #FFF;
      width: 315px;
      padding: 15px 30px 15px 15px; }
      .products_order.btn_area .c-button:hover {
        background: #3333ff;
        text-decoration: none; }
      .products_order.btn_area .c-button.icon-icon_arrow_line_r:before, .products_order.btn_area header nav ul li.c-button:before, header nav ul .products_order.btn_area li.c-button:before {
        position: absolute;
        top: 40%;
        top: calc(50% - 6px);
        right: 25px;
        line-height: 1;
        color: #FFF;
        font-size: 14px; }

.contents-title {
  font-family: "Yu Mincho", "YuMincho", serif;
  padding-top: 7%;
  padding-bottom: 4%; }
  .contents-title h3 {
    font-size: 257.1%; }
  .contents-title p {
    font-size: 128.6%; }

.lead {
  font-size: 171.4%;
  color: #006699;
  padding-bottom: 2%; }

.invalidval{
  background-color: #f89494 !important;
}



.cp_list {
	padding: 0.2em;
	list-style: none;
}
.cp_list2 {
	list-style: none;
}
.cp_list li {
	position: relative;
	padding: 0.5em 1em 0.5em 2.3em;
	margin-bottom:1px;
}
.cp_list li:after,
.cp_list li:before {
	content:'';
	position: absolute;
}
.cp_list li:before {
	top: 0.3em;
	left: 0.2em;
	width: 12px;
	height: 12px;
}
.cp_list li:after {
	top: 0.3em;
	left: 0.7em;
	width: 14px;
	height: 14px;
}
table{
	width: 1020px;
	margin: 50px 4px; 
	vertical-align:top;

}

td .mokujihaba"{
	padding: 10px 0px;
	width: 340px;
	vertical-align:top;

}
.inp{
border:0;
padding:10px;
font-size:1.3em;
font-family:Arial, sans-serif;
color:#aaa;
border:solid 1px #ccc;
margin:0 0 20px;
width:150px;
}

.sou{
	border:solid 1px #ccc;
	padding:15px 30px;
	margin:0 0 20px;
	font-family:Arial, sans-serif;
	font-size:1.2em;
	text-transform:uppercase;
	font-weight:bold;
	color:#333;
	cursor:pointer;

}
#tyosya{
	font-size:0.3em;
	text-align:right;
}
.tyuou{
	text-align: center;
}

.syoumoji{
	color: #0000ff;

}
a:link { color: #0000ff; }
a:visited { color: #000080; }
a:hover { color: #ff0000; }
a:active { color: #ff8000; }

#kyati{
	color: #CC0066;
	width:100%;
	font-family: "Yu Mincho", "YuMincho", serif,'Hiragino Mincho Pro';
	font-weight: bold;


}
#mono{
	color: #222222;
	font-family: "Yu Mincho", "YuMincho", serif,'Hiragino Mincho Pro';
	font-weight: bold;
	color:#111111;

}
