/*===============================================
●smart.css  画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px){
img{
	max-width: 100%;
	height: auto;
	width /***/:auto;
}
.pc_only {
	display: none;
}

/* ------------------------------
 全体
------------------------------ */

* {
	margin: 0;
	padding: 0;
}
html,body{
	width: 100%;
}


html {
	-webkit-text-size-adjust: none;
}
body {
	background-color: #FFF;
	margin: 0 auto;
	font-family: -apple-system,BlinkMacSystemFont,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
	color: #111;
	text-align: center;
}
p {
	line-height: 1.8em;
}
li {
	line-height: 1.8em;
}
table {
	text-align: left;
}
td {
	vertical-align: top;
}
hr {
	clear: both;
}
img {
	border: none;
	vertical-align: middle;
}
ul {
	margin: 0;
	padding: 0;
}
ol {
	margin: 0;
	padding: 0;
}
div {
	overflow: hidden;
}
article {
	overflow: hidden;
}
section {
	overflow: hidden;
	text-align: left;
	margin: 10px 0;
}
section p {
	margin: 10px 0;
}

/* ------------------------------
 見出し部分
------------------------------ */

h1 {
	font-size: 10px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
h2.index {
	text-align: center;
	margin: 20px auto 0px;
	font-size: 25px;
	color: #22272e;
}
div.h2_bg {
}
h2.sub {
	text-align: center;
	margin: 30px auto;
	font-size: 20px;
	color: #22272e;
}
h2.sample {
	text-align: center;
	margin: 30px auto;
	font-size: 20px;
	color: #22272e;
}
h3 {
	font-size: 18px;
	color: #22272e;
	border-bottom: solid 1px #22272e;
	clear: both;
}
h3.flow {
	margin-bottom: 30px;
}
h4 {
	font-size: 16px;
	color: #22272e;
	border-left: solid 10px #22272e;
	padding-left: 10px;
	margin: 20px 0;
	clear: both;
}
h6 {
	border-radius: 10px / 10px;
	
	border-bottom: solid 1px #777;
	display: inline-block;
}

/* ------------------------------
 画像関連
------------------------------ */

img.imgleft {
	float: left;
	padding: 0 20px 20px 0;
}
img.imgright {
	float: right;
	padding: 0 0 20px 20px;
}

/* ------------------------------
 テキスト関連
------------------------------ */

p.center {
	text-align: center;
	margin: 20px auto !important;
	clear: both;
}
p.p_right {
	text-align: right;
	margin: 20px 20px;
}
p.first:first-letter {
	font-size: 2.7em;
	line-height: 1;
	float: left;
	margin: 0 .2em 0 0;
	padding: .1em 0;
}
span.red {
	color: #FF0000;
	font-weight: bold;
}
span.blue {
	color: #0000FF;
	font-weight: bold;
}
span.orange01 {
	color: #ff8a00;
	font-weight: bold;
}
span.orange02 {
	color: #ff8a00;
}
span.bg_yellow01 {
	background-image: linear-gradient(transparent 60%, #ffff00 50%);
}
span.bold {
	color: #000000;
	font-weight: bold;
}
span.none {
	display: none;
}
ul.list {
	margin: 15px 40px;
}
ul.list li {
	margin-bottom: 10px;
}
ol.list {
	margin: 15px 40px;
}
ol.list li {
	margin-bottom: 10px;
}
.clear {
	clear: both;
}
.fnt_s {
	font-size: 0.7em;
}
.fnt_l {
	font-size: 1.3em;
}

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

.smart_center {
	text-align: center;
}

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

/* ------------------------------
 全体
------------------------------ */

div.wrapper {
	width: auto;
	margin: 0 auto;
	text-align: left;
	padding: 0 10px;
}


/* ------------------------------
 ヘッダー
------------------------------ */

header {
	width: auto;
	overflow: hidden;
	margin: 10px 0 10px 0;
}
header div {
	text-align: center;
	margin: 10px 0;
}
div.header_contact {
}

/* ------------------------------
 メニュー
------------------------------ */

nav {
	display: none;
}
div.slide_menu {
	width: 100%;
	padding: 10px 0;
	overflow: visible !important;
}
#fixed {
	position: fixed;
}
#nav-drawer {
	position: relative;
	text-align: left;
	margin: 0px 0px;
}

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

/*アイコンのスペース*/
#nav-open {
	display: inline-block;
	width: 51px;
	height: 51px;
	vertical-align: middle;
	background-color: #57bcdb;
	border-radius: 50%;
}

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

/*閉じる用の薄黒カバー*/
#nav-close {
	display: none;/*はじめは隠しておく*/
	position: fixed;
	z-index: 8888;
	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: 65%;/*右側に隙間を作る（閉じるカバーを表示）*/
	max-width: 330px;/*最大幅（調整してください）*/
	height: 100%;
	background: #fff;/*背景色*/
	transition: .3s ease-in-out;/*滑らかに表示*/
	-webkit-transform: translateX(-105%);
	transform: translateX(-105%);/*左に隠しておく*/
	font-size: 16px;
}

/*チェックが入ったらもろもろ表示*/
#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);
}

#nav-content ul {
	text-align: left;
	margin: 20px 20px;
	list-style: none;
}
#nav-content ul a {
	text-decoration: none;
	color: #000;
	display: block;
	padding: 10px 0;
}
#nav-content ul a:hover {
	background-color: #F5F5F5;
}



/* ------------------------------
 トップページ
------------------------------ */

div.topimg {
	width: auto;
	margin: 0 auto;
}

div.index_feature {
}
div.index_feature div {
	margin: 10px 20px;
	text-align: center;
}
p.index_midashi02 {
	font-weight: bold;
	font-size: 22px;
	text-align: center;
	margin-top: -30px;
}
p.index_midashi03 {
	text-align: center;
	margin: 10px auto;
	font-size: 18px;
	font-weight: bold;
	color: #22272e;
}

div.index_bnr {
	margin: 30px 0;
}
div.index_bnr div {
	max-width: 320px;
	border: solid 1px #CCC;
	text-align: center;
	margin: 15px auto;
}
div.index_bnr div p {
	text-align: left;
	font-size: 16px;
	margin: 15px 10px !important;
	border-left: solid 10px #ff8a00;
	padding-left: 5px;
}
div.index_bnr div p a {
	text-decoration: none;
	color: #000;
}


/* ------------------------------
 パンくず、トップ
------------------------------ */

p.bread {
	display: none;
}

/* ------------------------------
 会社概要
------------------------------ */

div.about_wrapper {
	width: auto;
	margin: 30px auto;
}
div.about {
	border-bottom: solid 1px #DDD;
}
div.about p {
	margin: 10px 10px;
}
div.about01 {
	width: auto;
	font-weight: bold;
	color: #000;
}
div.about02 {
	width: auto;
}
div.about02 ul {
	margin: 10px 30px;
}

/* ------------------------------
 faq
------------------------------ */

div.faq {
	margin: 20px 10px;
	border: solid 1px #DDD;
}
div.faq p {
	margin: 15px;
}
div.faq_q {
	min-height: 33px;
	background-image:url(image/faq_q.png);
	background-repeat: no-repeat;
	background-position: 10px 20px;
}
div.faq_q p {
	padding: 8px 0 0 40px;
	font-weight: bold;
	color: #0080FF;
}
div.faq_a {
	min-height: 33px;
	background-image:url(image/faq_a.png);
	background-repeat: no-repeat;
	background-position: 10px 20px;
}
div.faq_a p {
	padding: 8px 0 0 40px;
}

/* ------------------------------
 テーブル
------------------------------ */

table.tab {
	margin: 20px auto;
	border-top: solid 1px #ddd;
	border-left: solid 1px #ddd;
	border-collapse: collapse;
}
table.tab td {
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
}
table.tab p {
	margin: 10px;
}
td.tab01 {
	background-color: #EEE;
	text-align: center;
	font-weight: bold;
}
td.tab02 {
	vertical-align: middle;
}
td.tab03 {
	background-color: #EEE;
}

/* ------------------------------
 お問い合わせ
------------------------------ */

div.inq_wrapper {
	width: auto;
	margin: 30px auto;
}
div.inq {
}
div.inq p {
	margin: 10px 10px;
}
div.inq01 {
	width: auto;
	font-weight: bold;
	color: #000;
}
div.inq02 {
	width: auto;
}
input.input_box {
	width: 90%;
	padding: 10px 5px;
	border: solid 1px #BBB;
	border-radius: 5px / 5px;
	font-size: 16px;
}
textarea.input_box {
	width: 90%;
	height: 300px;
	border: solid 1px #BBB;
	border-radius: 5px / 5px;
	padding: 10px 5px;
	font-size: 16px;
}
::-webkit-input-placeholder {
	color: #aaa;
}
::-moz-placeholder {
	color: #aaa; opacity: 1;
}
:-ms-input-placeholder {
	color: #aaa;
}

input.button {
	-webkit-appearance: none;
	font-size: 18px;
	padding: 10px 15px;
}
span.req_red {
	font-size: 11px;
	color: #F00;
}
p.thanks {
	text-align: center;
	font-size: 1.3em;
	margin: 200px auto;
}
#formWrap {
	width:95%;
	margin:10px auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:95%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
p.error_messe{
	margin:5px 0;
	color:red;
}


/* ------------------------------
 フッター
------------------------------ */

footer {
	width: auto;
	overflow: hidden;
	font-size: 12px;
	border-top: solid 1px #243752;
	padding-top: 20px;
}
footer a {
	color: #000;
	text-decoration: none;
	padding: 0 3px;
}
footer a:hover {
	color: #F00;
}
footer p {
	clear: both;
	margin: 5px auto;
}
p.footer_menu {
	display: none;
}

}

