@charset "utf-8";

body {
	margin: 0 auto;
	padding: 0;
	color: #333;
	font-size: 16px;
	line-height: 1.8;
    font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
}

.preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.box_contact {
    padding: 1em 1em;
    margin: 1em 0;
	font-size:  1.2em;
    background: #FFF;
    border: solid 5px #FF9900;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.box_contact p {
    margin: 0; 
    padding: 0;
}


a:hover img {
	opacity: 0.7;
}

h1,h2,h3 {
	margin: 0 auto;
}

h1{
    letter-spacing:-0.05em;
}

section h1{
    font-size:32px !important;
}

h2{
    font-size:18px;
    font-weight:normal;
    letter-spacing:-0.02em;
}

p {
	margin: 0 auto;
	line-height: 1.6;
}

.font30 {
 font-size: 30px;
}

.bold {
	font-weight: bold;
}

img {
	vertical-align:bottom;
    max-width:100%;
    height:auto;
    width:100%\9;
}

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

.header {
	width: 1000px;
	margin: 0 auto;
}

strong.company-heading{
    font-weight:normal;
}

.contact {
	background: #777777;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFFFFF;
	text-decoration: none;
	
}

.top_contact {
	margin-left: 230px;
	font-size: 14px;
}
.top_h1 {
	float: left;
}
.top_head {
	overflow: hidden;
}
.top_media {
	float: right;
	width: 770px;
	text-align: right;
	margin-top: 30px;

}

.heading1 {
    font-weight:normal;
    font-size:16px;
}

.heading2 {
    font-weight:normal;
    font-size:16px;
}

.b25b2 {
    font-size: 25px;
    color: #151651;
}

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

 /* -+-+-+-+-+-+-+-+-+-+-+-+- Global Navi */
#g_navi {
	height:45px;
	background:url(img/navi.png) no-repeat;
}

#g_navi li {
	display:inline;
	list-style-type:none;
}
#g_navi li a {
	height:45px;
	display:block;
	float:left;
	text-indent:-9877em;
	text-decoration:none;
	overflow:hidden;
}
/*------off*/
#g_navi li.g_navi02 a {
	background:url(img/navi.png) no-repeat 0px 0px;
	width:125px;
}
#g_navi li.g_navi03 a {
	background:url(img/navi.png) no-repeat -125px 0px;
	width:125px;
}
#g_navi li.g_navi04 a {
	background:url(img/navi.png) no-repeat -250px 0px;
	width:125px;
}
#g_navi li.g_navi05 a {
	background:url(img/navi.png) no-repeat -375px 0px;
	width:125px;
}
#g_navi li.g_navi06 a {
	background:url(img/navi.png) no-repeat -500px 0px;
	width:125px;
}
#g_navi li.g_navi07 a {
	background:url(img/navi.png) no-repeat -625px 0px;
	width:125px;
}
#g_navi li.g_navi08 a {
	background:url(img/navi.png) no-repeat -750px 0px;
	width:125px;
}

#g_navi li.g_navi09 a {
	background:url(img/navi.png) no-repeat -875px 0px;
	width:125px;
}


/*------hover*/

#g_navi li.g_navi02 a:hover {
	background:url(img/navi.png) no-repeat 0px -45px;
}
#g_navi li.g_navi03 a:hover {
	background:url(img/navi.png) no-repeat -125px -45px;
}
#g_navi li.g_navi04 a:hover {
	background:url(img/navi.png) no-repeat -250px -45px;
}
#g_navi li.g_navi05 a:hover {
	background:url(img/navi.png) no-repeat -375px -45px;
}
#g_navi li.g_navi06 a:hover {
	background:url(img/navi.png) no-repeat -500px -45px;
}
#g_navi li.g_navi07 a:hover {
	background:url(img/navi.png) no-repeat -625px -45px;
}
#g_navi li.g_navi08 a:hover {
	background:url(img/navi.png) no-repeat -750px -45px;
}
#g_navi li.g_navi09 a:hover {
	background:url(img/navi.png) no-repeat -875px -45px;
}
.main {
	width: 1000px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
.footer {
	width: 1000px;
	margin: 0 auto;
	font-size: 14px;
}
.copy {
	font-size: 12px;
	text-align: center;
	padding: 10px;
	background: #DDDDDD;
	margin-top: 50px;
}
.gototop {
	margin-bottom: 10px;
}

.boxsize{
    box-sizing:border-box !important;
}

.ls-5{
    letter-spacing:-0.15em;
}

.pr5 {
    padding-right:5px;
}

.pl15 {
    padding-left:15px;
}

.pl20 {
    padding-left:20px;
}

.pl25 {
    padding-left:25px;
}

.mr5{
    margin-right:5px;
}

.mt0 {
    margin-top:0px !important;
}

.mt3{
	margin-top: 3.5px;
}

.mt5{
	margin-top: 5px !important;
}

.mt10{
	margin-top: 10px !important;
}

.mt20{
	margin-top: 20px !important;
}

.mt30{
	margin-top: 30px !important;
}

.mt35{
	margin-top: 35px;
}

.mt40{
	margin-top: 40px !important;
}

.pl10 {
    padding-left:10px;
}

.pt9 {
    padding-top:9px !important;
}

.pt1 {
    padding-top:1px !important;
}

.pt10 {
    padding-top:10px !important;
}

.pr30 {
    padding-right:30px;
}

.inline {
    display:inline;
}
/*
.top_kanribord {
	overflow: hidden;
}
*/

.top_kanribord_left {
	float: left;
	width: auto;
	height: auto;
	margin-right: 20px;
	margin-left: 20px;
}
.kuwashikuha {
	border: 3px solid #000000;
	margin-left: 15px;
	padding: 5px 20px;
	border-radius: 5px;
    font-size:14px;
}

.sitelink {
   padding-left:2em;
}

.sitelink ul li {
    display:inline;
}

.sitelink ul li:after {
    content: "";
    padding-right:5px;
    border-right:1px solid #444;
    line-height:1em;
}

.sitelink ul li:last-child:after {
    border-right:none;
}

.fs18 {
    font-size:18px;
}

.fs22 {
    font-size:22px;
}



.blue20 {
	font-size: 20px;
	color: #003399;
}

.blue20 {
	font-size: 20px;
	color: #003399;
}

.mb10 {
    margin-bottom:10px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}


.top_news {
	float: left;
    width:410px;
	font-size: 14px;
}

.top_fb {
	float: right;
    width:500px;
}

.top_facebook {
	float: right;
	width: 500px;
	
}

.top_sns {
    overflow: hidden;
    margin-top:20px;
}

.bg-gray {
    background-color:#dcdddd;
    padding:10px;
    margin:0 auto;
}

.tc {
	text-align: center;
}

.tl {
    text-align:left;
}

.tr {
    text-align:right;
}

.fl {
    float:left;
}

.r-mt20 {
    margin-top:15px !important;
}

#res_g_navi {
    display:none;
}

.dotted {
    margin-top:50px;
    border:none;
    border-top:dashed 1px #333;
    height:1px;
    color:#FFFFFF;
}

.dotted2 {
    margin:1px 0 10px;
    border:none;
    border-top:dashed 1px #333;
    height:1px;
    color:#FFFFFF;
    width:100%;
}

.dotted3 {
    margin:10px 0 10px;
    border:none;
    border-top:dashed 1px #333;
    height:1px;
    color:#FFFFFF;
    width:100%;
}

#about h2 {
    font-size:16px;
}

/*
.w800{
    width:46em;
    margin:0 auto;
}
*/

.container{
    width:800px;
    margin:0 auto;
}

.container2 {
    width:654px;
    margin:auto auto;
}

.container dt{
    line-height:1.4em;
}

.container dd{
    margin:5px 0 25px 0;
    line-height:1.6em;
}

.in-container{
    width:745px;
    margin:0 auto;
}

.box-center{
    width:560px;
    margin:0 auto;
}

.separate {
    float:left;
    width:50%;
    box-sizing: border-box !important;
}

img.half-img{
    width:99%;
    margin-right:1%;
    box-sizing:border-box;
}

img.half-img2{
    width:99%;
    margin-left:1%;
    box-sizing:border-box;
}

.boxsize img{
    margin-right:10px;
    box-sizing: border-box !important;
}

.other-tech{
    width:100%;
    margin:5px auto 10px;
}

.contactform{
    width:80%;
    margin:20px auto 10px;
}

.contactform th{
    font-weight:normal;
    text-align:right;
    background-color:#bdbdbd;
    width:30%;
    padding:5px;
    box-sizing: border-box;
}

.contactform td{
    background-color:#E7E7E7;
    padding:10px;
}


.contactform2{
    width:80%;
    margin:20px auto 10px;
}

.contactform2 th{
    font-weight:normal;
    text-align:right;
    background-color:#bdbdbd;
    width:30%;
    padding:5px;
    box-sizing: border-box;
}

.contactform2 td{
    background-color:#E7E7E7;
    padding:10px;
}

.contactform2{
    width:80%;
    margin:20px auto 10px;
}

.company-info th{
    font-weight:normal;
    text-align:left;
    background-color:#bdbdbd;
    padding:5px 5px 5px 1em;
    box-sizing: border-box;
    width:20%;
    min-width:151px;
}

.company-info td{
    background-color:#E7E7E7;
    padding:10px;
    width:80%;
}

.company-info ul{
    list-style-type: disc;
    margin-left:20px;
}

#privacy .privacy-policy ul{
    list-style-type: disc;
    margin-left:20px;
}

.customer-caution{
    background-color:#f39c12 !important;
}

.bg-white {
    background-color:#fff !important;
}

#aruaru section h5 {
    font-size:16px;
    background:none;
    margin:50px 0 0 ;
    padding-left:0px;
    padding-right:0px;
    padding-bottom:8px!important;
    position:inherit;
    color:#444;
    text-align:center;
}

#board section h5 {
    font-size:20px;
    background:none;
    margin:10px 0 0 ;
    padding-left:0px;
    padding-right:0px;
    padding-bottom:10px!important;
    position:inherit;
    color:#575757;
    text-align:left;
}


#aruaru section h5:before,#board section h5:before {
    background:none;
    position:inherit;
}

#aruaru section h5:after,#board section h5:after {
    background:none;
    position:inherit;
    border:none;
}

.w289 {
    width:289px;
}

.division-source{
    display:flex; justify-content: center;
    padding-left:-5px !important;
    padding-right:-5px !important;
}


.division {
    width:33.333%;
    box-sizing:border-box;
    padding:5px;
    font-size:14px;
    text-align: center;
}

/*
.division:first-child {
    padding-left:0px !important;
}
*/

.imai {
    font-size:16px;
}

.imai a{
    color:#454545;
}

.note-container{
    width:1000px;
    margin:20px auto 0px;
}

/*.left-navi {
    position:fixed;
    width:150px;
    top:15px;
    z-index:100000;
}*/

.loading-hide{
   display:none;
}

.right-contents {
    width:1000px;
    float:right;
}

.kome {
    text-indent:-1em;
    padding-left:1em;
}

.return ul{
    list-style-type:disc;
    margin-left:1em;
}

.return ul li ul{
    list-style-type:none !important;
    margin-left:0em;
}

table.commission {
    border:1px solid #ccc;
    margin:5px 0;
}

table.commission td{
    border:1px solid #ccc;
    padding:0 10px;
}

table.commission td:first-child{
    background-color:#efefef;
}

table.commission td:last-child{
    text-align:right;
    padding:0 10px 0 20px;
}

.column3 {
    width:33.333%;
    float:left;
    box-sizing:border-box !important;
    /*margin-right:1%;*/
}

.row {
    /*margin-right:-1% !important;*/
}

.in-left {
    width:500px;
    float:left;
}

.in-right {
    width:270px;
    float:left;
    padding-top:500px;
    text-align:center;
}

.transport-box {
    display:flex;
    font-size:14px;
    color:#484848;
}

.transport-box div:first-child{
    margin-right:20px;
}

.transport-box h6{
    font-size:16px;
    font-weight:bold;
    color:#353535;
    background:none !important;
    position:static;
    margin-bottom:0px;
    margin-right:0;
    padding-left:0px;
    padding-right:0px;
    border-radius:0px;
    margin-bottom:15px;
    border-bottom:1px solid #ccc;
}

.transport-box .bold {
    font-size:16px;
    font-weight:bold;
    margin-bottom:10px;
}

.transport-box .bold2{
    font-size:14px;
    font-weight:bold;
    margin-top:10px;
    margin-bottom:0px;
}

.transport-box h6:before,.transport-box h6:after{
    background:none !important;
    display:none;
}

.transport-box dl {
    display:flex;
    margin:0;
}

.transport-box dt{
    width:60%;
    margin:0;
}

.transport-box dd {
    width:40%;
    margin:0;
}
/*
#cartjs_product_table>table {
    width:10% !important;
}

#note .cartjs_product_num th {
    width:100% !important;
    background:red;
}
*/

.res-top_fb {
    display:none;
    /*
    float: none;
    padding:0 10px;
    max-width:414px;
    width:100% !important;
    */
}

.promo>p{
    margin-top:10px;
}

.hi_w {
	width: 450px;
}

.flex {
	display: flex;
}

.movie_button {
	width: 750px;
	display: flex;
	justify-content: space-between;
}

.inner_movie_button {
	width: 600px;
	display: flex;
	justify-content: space-between;
}

.movie {
	margin-top: 50px;
	text-align: center;
}

.mail_outer {
  /*border:1px solid #ccc;*/
  background: #f7f7f8;
  padding: 20px 10px 10px; }

.anchor {
  color: #005BAC;
  font-weight: bold;
  border-bottom: 1px dotted #005BAC; }

#contact .con_button {
  width: 50%;
  background: #f7f7f8;
  color: #37474F;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  padding: 30px;
  border-bottom: 1px solid #c8c8c8; }

#contact .inq_button {
  width: 50%;
  background: #0B419B;
  color: #fff; }

#contact .inq_button a:hover {
  background: #2952e9;
  color: #fff; }

#contact .con_button a, #contact .inq_button a {
  padding: 30px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  display: block;
  text-align: center;
  transition: .4s; }

#inquiry .con_button {
  width: 50%;
  background: #0B419B; }

#inquiry .con_button a:hover {
  background: #2952e9; }

#inquiry .inq_button {
  width: 50%;
  background: #f7f7f8;
  color: #37474F;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  padding: 30px;
  border-bottom: 1px solid #c8c8c8; }

#inquiry .con_button a, #inquiry .inq_button a {
  padding: 30px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  display: block;
  text-align: center;
  transition: .4s; }


.form_iptxt {
	position: relative;
	width: 100%;
	margin: 0px auto;
}
.form_iptxt input[type=text] {
	font: 15px/24px sans-serif;
	box-sizing: border-box;
	margin: 8px 0;
	padding: 0.3em;
	transition: 0.3s;
	border: 2px solid #666666;
	border-radius: 4px;
	outline: none;
}
.form_iptxt input[type=text]:focus {
	border-color: #69D3C1;
}

.form_iptxt i {
	position: absolute;
	top: 8px;
	left: 0;
	padding: 9px 8px;
	transition: 0.3s;
	color: #aaaaaa;
}
.form_iptxt input[type=text]:focus + i {
	color: #69D3C1;
}

.form_iptxt textarea:focus {
	border-color: #69D3C1;
}
.form_iptxt textarea:focus + i {
	color: #69D3C1;
}
.containercheckbutton {
	margin-top: 30px;
	border: 2px solid #666666;
	padding: 20px;
}
.checkbutton {
	border: 2px solid #666666;
	padding: 10px;
	color: #000000;
}

.checkbutton a:visited {
 color: #000000;
}

.textbox {
	border: 2px solid #000;
	border-radius: 10px;
	width: 100%;
	height: 150px;
}

.gaiyowaku {
	text-align: left;
	padding: 10px;
}

.gaiyowaku table { width: 100%;
	line-height: 1.5em;
}
.gaiyowaku th, .gaiyowaku td  { padding: 10px; border: 1px solid #ddd; }
.gaiyowakutd  { background: #eeeeee; width: 300px; vertical-align: middle }
.gaiyowaku th  { width: 30%; text-align: left; 
}

.w100{ width: 100%;
}
.w50{ width: 50px;
}

.pc_ctrl {
		display: block;
	}
.sp_ctrl {
		display: none;
	}

.flex_btw02 {
    display: flex;
    justify-content: space-between;
	}

.flex_center {
    display: flex;
    justify-content: center;
	}

/*      ここからモバイル        */
@media screen and (max-width: 414px)

{

.pc_ctrl {
		display: none;
	}
.sp_ctrl {
		display: block;
	}
.sub-section,.order-bg {
		font-size: 12px;
	}
.hi_w {
	width: 100%;
}
	
.movie {
 margin-top: 40px;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.movie_button {
	display: flex;
	flex-wrap: wrap;
}
    
.flex {
	display: flex;
	flex-wrap: wrap;
}

.movie_button img {
    width:100%;
	margin-top: 10px;
}
  
	
.header {
    width: 100%;
    margin: 0 auto;
    /*border-bottom:3px solid #9E9E9E;*/
}

strong.company-heading{

}

.top_h1 {
    width:50%;
    float: left;
    padding:5px;
    box-sizing:  border-box;
}

.top_media {
    float: left;
    width: 50%;
    text-align: right;
    /*margin-top: 25px;*/
    padding:0 10px;
    box-sizing: border-box;
}

.top_contact {
    text-align:center;
    width:90%;
    margin: 5px auto 5px;
    font-size: 12px;
}

.top_head {
    width:90%;
    float:left;
}
    
header {

}

.in-container{
    width:100%;
    margin:0 auto;
}

.res-in-container{
    padding:0 10px;
}

.res-tc {
    text-align: center;
}
    
.res-none {
    display:none;
}

.column3 {
    width:100%;
    float:none;
    text-align:center;
}
    
.box-center{
    width:100%;
    margin:0 auto;
}

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

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 30px;
  height: 22px;
  vertical-align: middle;
}

label#nav-open{
    margin-top: 30px;
    border:none;
    display: inline-block;
}

label#nav-close{
    margin: 0;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before {
  position: absolute;
  height: 3px;/*線の太さ*/
  width: 25px;/*長さ*/
  border-radius: 3px;
  background: #555;
  display: block;
  content: '';
  cursor: pointer;
}

#nav-open span:after {
  position: absolute;
  height: 3px;/*線の太さ*/
  width: 25px;/*長さ*/
  border-radius: 3px;
  background: #555;
  display: block;
  content: '';
  cursor: pointer;
}

#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;/*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;/*最前面に*/
  width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 330px;/*最大幅（調整してください）*/
  height: 100%;
  background: #fff;/*背景色*/
  transition: .3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);/*左に隠しておく*/
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}
    
.drawer-menu{
    padding:10px;
    }

.drawer-brand {
    width:45%;
    margin:10px 0;
}

.drawer-menu-item {
    font-size:13px;

}
    
.drawer-menu-item a{
    text-decoration:none;
    color:#fff;
    background-color: #373737;
    display:block;
    padding:10px;
    border-bottom:2px solid #545454;
    border-left:5px solid #ffd000;
}

.drawer-menu-item a:hover{
    border-top:4px solid #ffd000;
    border-bottom:4px solid #ffd000;
}
    
.contact {
    background: #37474F;
    padding-left: 0px;
    padding-right: 0px;
    color: #FFFFFF;
    text-decoration: none !important;
    display:block;
}

.new span.contact {
    max-width:400px;
    width:80%;
    margin:5px auto 0px;
    font-size:11px;
    padding:4px;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    -o-border-radius: 0.5em;
    -ms-border-radius: 0.5em;
    color: #FFFFFF;
    display:block;
}

.new a{
    text-decoration: none !important;
    }
#g_navi {
     display:none;   
    }

#res_g_navi {
    display:inline-block;
    float:right;
    vertical-align: middle;
    width:10%
}

.main {
    width:100%;
    max-width:414px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
}

.main {
    padding:10px;
    box-sizing: border-box;
}

.note-container{
    width:100%;
    margin-top:0px;
    box-sizing:border-box;
    }

.left-navi {
    display:none !important;
    background-color:red;
}

.right-contents {
    width:100%;
    float:none;
}

.promo>p{
    margin-top:5px;
}

.top_sns {
    margin:0 10px;
}

.fb {
    width:100%;
    padding:0 10%;
    position:relative;
}

#top .main,#chokurepo .main {
     padding:0px;   
}

.pd0 {
    padding:0 !important;    
}
    
.pd10 {

}
    
.res-pl10 {
    padding-left:10px !important;
    padding-bottom:5px;
}

.resize35 {
    width:35% !important;
}
/*
#about.main , #voice.main ,#c-monitor.main {
    padding:10px;
    box-sizing: border-box;
}

    /*
#about h1 {
    font-size:18px;
}

#voice h1 {
    font-size:18px;
}

#chokurepo h1{
    font-size:18px;
}
    */

h1 {
    font-size:18px;
}
    
h3:after,h5:after,h6:after{
    background:none !important;
    display:none;
}

section h1{
    font-size:18px !important;
}

p {
    font-size:12px !important; 
}

.pt1,pt9{
    padding-top:20px !important;    
}
    
.r-mt20 {
    margin-top:3px;
}
    
.mobile-mt10 {
    margin-top:10px;
}

.mobile-mt20 {
    margin-top:20px !important;
}

#res-center {
    text-align:center !important;
        
}

#res-left {
    text-align:left !important;    
}
    
.res-tl{
    text-align:left;
}
    
.ls-1{
    letter-spacing:-0.05em;
}
    
.img-res-center {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
    
.top_kanribord_left {
    float: none;
    width: auto;
    height: auto;
}

.top_kanribord {
    overflow: none;
    width:100%;
    max-width:768px;
}

.top_kanribord {
    overflow: none;
    width:100%;
    max-width:768px;
}
    
    
.top_kanribord_left {
	float: none;
	width: auto;
	height: auto;
	margin-right: 20px;
	margin-left: 20px;
}

.top_news {
    float: none;
    padding:0 10px;
    width:100%;
}

.top_fb {
    display:none;
    /*
    float: none;
    padding:0 10px;
    max-width:414px;
    width:100% !important;
    */
}
    
.res-top_fb {
    display:block;
    padding-left:20px;
    /*
    float: none;
    padding:0 10px;
    max-width:414px;
    width:100% !important;
    */
}

.orange20 {
    font-size: 16px !important;
    color: #F60;
    line-height:1.4em !important;
    display:block;
    margin:10px 0px 5px;
}
    
.blue20 {
    font-size: 16px !important;
    color: #003399;
    line-height:1.4em !important;
    display:block;
    margin:10px 0px 5px;
}
    
.b30 {
    font-size: 20px !important;
    color: #333;
    float:none !important;
    letter-spacing:-0.05em;
    line-height:1.4em;
}
    
#about .b30{
    font-size: 18px !important;
}

span.br{
    display:block !important;
}

.kuwashikuha {
	border: 3px solid #000000;
	margin: 5px auto 20px;
	padding: 5px 20px;
	border-radius: 5px;
    font-size:14px;
    display:inline-block;
}

.heading2 {
    font-weight:normal;
    font-size:16px;
    padding:0 10px;
}

.sitelink{
    padding-left:1em;
}

.sitelink ul li{
    display:block;
    line-height:1.4em;
}

.sitelink ul li a{
    text-decoration: none;
    color:#454545;
    font-size:12px;
}
    
.sitelink ul li:after {
    content: "";
    padding-right:10px;
    border-right:none;
    line-height:1em;
}

.dotted {
    margin-top:20px;
    border:none;
    border-top:dashed 1px #333;
    height:1px;
    color:#FFFFFF;
    width:100%;
}

.dotted2 {
    margin-top:5px;
    border:none;
    border-top:dashed 1px #333;
    height:1px;
    width:100%;
}

.dotted3 {
    margin-top:10px;
    border:none;
    border-top:dashed 1px #333;
    height:1px;
    width:100%;
}

.res-left {
    text-align:left !important; 
}
    
h4 {
    margin-top:30px !important;
    margin-bottom: 10px !important;
}

#aruaru section h5 {
    font-size:16px;
    background:none;
    margin:30px 0 0 ;
    padding-left:0px;
    padding-right:0px;
    padding-bottom:8px!important;
    position:inherit;
    color:#444;
    text-align:center;
}

#privacy .privacy-policy ul{
    font-size:12px;
}

#privacy .privacy-policy section{
    margin-top:5px;
}
    
    
.res-font{
    font-size:10px;
    padding-bottom:16px;
}
    
.container, .container2{
    width:100%;
    margin:0 auto;
}
    

.container dt{
    font-size:14px !important;
}

.container dd{
    font-size:12px;
    margin-bottom:20px;
}

.separate {
    float:none;
    width:100%;
    box-sizing: border-box !important;
    padding-right:0px !important;
}
    
.separate-img{
    width:50%;
}
    
.other-tech td{
    width:100%;
    display:block;
    line-height:1.2em;
    font-size:13px;
} 

.division-source{
    margin-top:10px !important;
}
    /*
.division {
    width:33.333%;
    box-sizing:border-box;
    float:left;
    padding-left:3px;
}

.division:first-child {
    padding-left:3px !important;
}
*/
    
.contactform{
    width:100%;
    margin:0px auto 10px;
    /*border:2px solid #ccc;*/
}

.contactform th{
    width:100%;
    display:block;
    padding-left:15px;
    font-size:14px;
    text-align:left;
}

.contactform td{
    width:100%;
    display:block;
    font-size:12px;
    box-sizing: border-box;
}
    
.contactform td input{
    max-width:390px !important;
    width:97% !important;
    margin:2px auto;
    display:block;
    font-size:14px;
}

.contactform td textarea{
    max-width:390px !important;
    width:97% !important;
    display:block;
    font-size:14px;
    box-sizing: border-box;
}

.contactform2{
    width:100%;
    margin:0px auto 10px;
    /*border:2px solid #ccc;*/
}

.contactform2 th{
    width:100%;
    display:block;
    padding-left:15px;
    font-size:14px;
    text-align:left;
}

.contactform2 td{
    width:100%;
    display:block;
    font-size:12px;
    box-sizing: border-box;
}
    
.contactform2 td input{
    max-width:390px !important;
    width:97% !important;
    margin:2px auto;
    display:block;
    font-size:14px;
}

.contactform2 td textarea{
    max-width:390px !important;
    width:97% !important;
    display:block;
    font-size:14px;
    box-sizing: border-box;
}

.company-info th{
    width:100%;
    display:block;
    padding-left:15px;
    font-size:14px;
    text-align:left;
}

.company-info td{
    width:100%;
    display:block;
    font-size:12px;
    box-sizing: border-box;
}

.company-info table{
    font-weight:normal;
    text-align:left;
    padding:5px 5px 5px 5px;
    box-sizing: border-box;
    width:100%;
}

.red {
    font-size:12px !important;
}
    
#gaiyo h2,#privacy h2,#ordercontract h2{
    font-size:14px;
}
    

section#size .mt30{
    margin-top:10px !important;
    }

table.delivery{
    font-size:12px;      
}

table.delivery th{
    font-size:12px;
    display:block;
    width:100%;
    text-indent:-1em;
    padding-left:1em;
}

table.delivery td{
    font-size:12px;
    display:block;
    width:100%;
    text-indent:-1em;
    padding-left:1em;
}

table.commission {
    border:1px solid #ccc;
    font-size:12px;
}

table.commission td{
    border:1px solid #ccc;
    padding:0 10px;
}

table.commission td:first-child{
    background-color:#efefef;
}

table.commission td:last-child{
    text-align:right;
}

.return{
    font-size:12px;
}
    
.in-left {
    width:100%;
    float:none;
}

.in-right {
    width:100%;
    float:none;
    padding-top:10px;
    padding-bottom:10px;
}
    
.transport-box {
    display:block;
    font-size:14px;
    padding:10px;
}

.transport-box div:first-child{
    margin-right:0;
}
    
.transport-box dl {
    flex-direction:column;
    margin:0;
}

.transport-box dt{
    width:100%;
    margin:0;
}

.transport-box dd {
    width:100%;
    margin:0;
    text-align:right;
}

.gototop {
    border-bottom:1px solid #ccc;
    margin-top:20px;
    margin-bottom:20px;
}

.gototop img{
    display:none;
}

.gototop a{
    width:50px;
    margin-left:auto;
    display:block;
    background-color:gray;
    text-decoration:none;
}

.gototop a:after{
    content:"▲";
    color:#fff;
    padding-left:20px;
    font-size:11px;
}
    
.footer {
    width: 100% !important;
    margin: 0 auto;
    font-size: 14px;
}

.copy {
    margin-top: 10px;
}
    
  .in_container {
    width: 100%;
    margin-left: auto;
    margin-right: auto; }

  .mail_outer {
    /* border: 1px solid #ccc; */
    background: #fff;
    padding: 15px;
    margin-top: 30px; }

  .mail_outer .mb50 {
    margin-bottom: 5vw !important;
    text-align: left; }

  .con_table tr {
    display: block;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2vw; }

  .con_table th {
    margin-right: 0px;
    min-width: auto;
    width: 100%;
    padding: 5px 0;
    text-align: left;
    font-size: 14px;
    display: flex;
    /*justify-content:flex-start;*/
    justify-content: space-between;
    align-items: center;
    font-weight: bold; }

  .req {
    background: #ff1744;
    color: #fff;
    padding: 3px 15px;
    font-size: 12px;
    border-radius: 3px;
    display: block;
    font-weight: 100;
    margin-left: 10px; }

  .con_table td {
    width: 100%;
    min-width: auto;
    position: relative;
    display: block; }

  .con_table td input {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #e6e7e8;
    box-sizing: border-box;
    padding: 8px 6px;
    display: block;
    font-size: 16px; }

  .con_table td .form-a {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none; }

  .con_table small {
    position: absolute;
    bottom: -1em;
    left: 0;
    font-size: 12px;
    color: #ccc;
    /*text-shadow:0 1px 1px #fff;*/ }

  .con_table td textarea {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #e6e7e8;
    box-sizing: border-box;
    padding: 10px 12px;
    margin-top: 0px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 16px; }

  .con_table td select {
    margin-top: 10px;
    font-size: 16px;
    width: 100%; }

  .con_table .btn_box {
    width: 100%;
    min-width: auto;
    position: relative;
    display: flex; }

  .con_table .btn_box p {
    margin-top: 10px;
    margin-bottom: 20px;
    width: 33.333%;
    line-height: 2em;
    text-align: center;
    display: inline;
    font-size: 14px; }

  .con_table .btn {
    width: auto;
    margin: 0;
    display: inline; }

  .agree_box {
    text-align: left;
    line-height: 1.6em;
    margin-top: 0px;
    border: 0px;
    padding: 0px;
    background: #fff; }

  .agree {
    width: 100%;
    margin: 20px auto 0;
    text-align: center; }

  .agree label {
    background: #e6e7e8;
    padding: 5px 0;
    font-weight: 600;
    line-height: 1.4em;
    font-size: 14px;
    display: inherit;
    justify-content: inherit;
    align-items: inherit;
    cursor: pointer; }

  .done {
    width: 100%;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: bold;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #19259d;
    border: none;
    color: #fff;
    margin-top: 30px;
    margin-bottom: 0px;
    transition: .4s;
    letter-spacing: 0.125em; }

  #inquiry .inq_button {
    padding: 15px;
    font-size: 3vw; }

  #inquiry .con_button a, #inquiry .inq_button a {
    padding: 15px;
    font-size: 3vw; }

  #contact .con_button {
    font-size: 3vw;
    padding: 15px; }

  #contact .con_button a, #contact .inq_button a {
    padding: 15px;
    font-size: 3vw; }

  /*
  input[type=text] {
  font-size: 16px;
  transform: scale(0.8);
  }
  */
  .flow-flex {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0px auto; }
    .flow-flex li {
      width: 14%;
      height: 15em; }

  .flow-list .flow-box h4 {
    font-size: 16px;
    margin-left: 0;
    margin-bottom: 0px;
    border-top: 1px dotted #ddd;
    margin-top: 20px;
    padding-top: 10px;
    font-weight: bold; }

  .nagare h3 span {
    text-align: center;
    background: #353535;
    color: #fff;
    padding: 3px 10px;
    margin-right: 2vw;
    display: inline-block; }

  .flow-list {
    margin-top: 50px; }

  .ts-abs-box .text-area {
    margin-left: 0vw; }

  .access-bg, .order-bg {
    padding: 20px;
    background: #ECEFF1; }

  .fax-btn {
    display: block;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    background: #fff;
    border: 2px solid;
    margin-top: 20px;
    margin-bottom: 20px; }
	
.gaiyo th,
.gaiyo td{
    width: 90%;
    display: block;
    border-top: none;
    }
.gaiyo tr:first-child th { 
	border-top: 1px solid #ddd;
	}

.gaiyo2 th,
.gaiyo2 td{
    width: 100%;
    display: block;
    border-top: none;
    }
.gaiyo2 tr:first-child th { 
	border-top: 1px solid #ddd;
	}
	
}
