
.smart_only {
	display: none;
}
#menu-box {
	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;
	font-size: 1.1em;
	zoom: 90%;
}
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;
	padding: 40px 0;
}
section p {
	margin: 40px 0;
}
a {
	transition: all 300ms 0s ease;
}
a:hover {
	opacity: 0.7;
}

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

h1 {
	font-size: 10px;
	font-weight: normal;
	margin: 0 0 18px 0;
	padding: 0;
}
h2 {
	border-bottom: solid 2px #777;
	display: inline-block;
	font-size: 30px;
}
div.h2_wrap {
	text-align: center;
	margin: 0 auto 30px auto;
}
h2 span.merit_title {
	color: #ff0053;
	font-size: 60px;
}
h6 {
	border-radius: 10px / 10px;
	
	border-bottom: solid 1px #777;
	display: inline-block;
	background: rgba(255,255,255, 0.8);
}

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

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

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

p.center {
	text-align: center;
	margin: 60px 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.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;
}


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

div.wrapper {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}
.bg_blue {
	background-color: #e9faf6;
}
div.fixed {
	width: 100%;
	position: fixed;
}
div#n01 {
	margin-top: -135px;
	padding-top: 135px;
}
div#n02 {
	margin-top: -135px;
	padding-top: 135px;
}
div#n03 {
	margin-top: -135px;
	padding-top: 135px;
}
div#n04 {
	margin-top: -135px;
	padding-top: 135px;
}
div#n05 {
	margin-top: -135px;
	padding-top: 135px;
}
div#n06 {
	margin-top: -135px;
	padding-top: 135px;
}
div#contact {
	margin-top: -135px;
	padding-top: 135px;
}

/* ------------------------------
 flex
------------------------------ */

.flex_between {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flex_start {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.flex_center {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

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

header {
	width: 100%;
	height: 85px;
	overflow: hidden;
	background-color: #FFF;
}
div.header_left {
	width: 490px;
}
div.header_right {
	width: 490px;
	text-align: right;
}
p.header_right_text {
	font-size: 18px;
	color: #ff0084;
}
div.header_right p img {
	vertical-align: middle;
	margin-left: 5px;
}

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

nav {
	width: 100%;
	height: 50px;
	background-color: #15709e;
	font-size: 16px;
	overflow: hidden;
}
nav ul {
	list-style: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
nav li {
	text-align: center;
	line-height: 50px;
}
nav a {
	display: block;
	height: 50px;
	color: #FFF;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 12px;
}
nav a:hover {
	background-color: #053953;
	opacity: 1 !important;	
}
/* ------------------------------
 トップページ
------------------------------ */

div.topimg_bg {
	width: auto;
	background-color: #DDD;
	padding-top: 135px;
}
div.topimg {
	max-width: 1440px;
	min-width: 1000px;
	margin: 0 auto;
}
div.topimg img {
	max-width: 100%;
	height: auto;
	width /***/:auto;
}
p.index_text01 {
	text-align: center;
	margin: 40px auto;
	font-size: 28px;
	font-weight: bold;
	color: #15709e;
}
div.greeting {
	font-size: 1.2em;
}

/* ------------------------------
 お問い合わせボックス
------------------------------ */

div.contact_box {
	width: 875px;
	border: solid 1px #DDD;
	margin: 80px auto;
	background-color: #FFF;
}
div.contact_box_title {
	width: 100%;
	height: 50px;
	background-image:url(image/contact_title_bg.gif);
	background-repeat: repeat-x;
}
div.contact_box_title p {
	text-align: center;
	margin: 0 auto !important;
	color: #FFF;
	line-height: 50px;
	font-size: 22px;
}
div.contact_box_sub {
	width: 850px;
	margin: 0 auto;
}
div.contact_box_sub p {
	margin: 5px auto !important;
	font-size: 16px;
}
div.contact_box_left {
	width: 410px;
	text-align: center;
}
div.contact_box_right {
	width: 410px;
}

/* ------------------------------
 メリット
------------------------------ */

div.merit_box {
	width: 100%;
}
div.merit_box img {
	margin: 20px 0;
}
p.merit_center {
	text-align: center;
	margin: 20px auto;
}

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

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

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

div.faq {
	margin: 20px 50px;
	background-color: #FFF;
	border-radius: 10px / 10px;
}
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;
	background-color: #FFF;
	vertical-align: middle !important;
}
table.tab p {
	margin: 10px 20px;
	line-height: 1.3em;
}
td.tab01 {
	background-color: #4c801a !important;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	width: 25%;
}
td.tab02 {
	background-color: #e1edbb !important;
	font-weight: bold;
}
td.tab03 {
	text-align: center;
	font-size: 1.2em;
}
span.through {
	text-decoration: line-through;
	font-size: 0.7em;
	color: #555;
}

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

div.inq_wrapper {
	width: 700px;
	margin: 30px auto;
}
div.inq {
	display: flex;
}
div.inq p {
	margin: 10px 10px;
}
div.inq01 {
	width: 200px;
	font-weight: bold;
	color: #000;
	text-align: right;
}
div.inq02 {
	width: 500px;
}
input.input_box {
	width: 450px;
	padding: 10px 5px;
	border: solid 1px #BBB;
	border-radius: 5px / 5px;
	font-size: 16px;
}
input.input_box02 {
	width: 100px;
	padding: 10px 5px;
	border: solid 1px #BBB;
	border-radius: 5px / 5px;
	font-size: 16px;
}
textarea.input_box {
	width: 450px;
	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;
}
p.thanks {
	text-align: center;
	font-size: 1.3em;
	margin: 200px auto;
}

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

footer {
	width: 100%;
	overflow: hidden;
	font-size: 14px;
	border-top: solid 2px #15709e;
	margin-top: 40px;
}
footer p {
	text-align: center;
	margin: 20px auto;
}


