@charset "utf-8";
/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
 全デバイス共通のスタイルとスマートフォンおよび小型タブレット向けレイアウトの指定
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

/*==========================================
 body
===========================================*/
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 100%;
	height: auto;
	margin: 0px;
	background-color: #f5f5f5;
	word-break: break-all;
	word-wrap: break-word;
}
.cf:after {
	content: '';
	display: table;
	clear: both;
}
ul {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
img {
	border: none;
	vertical-align: bottom;
	max-width: 100%;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1, h2, h3, h4, p, ul, li {
	color: #666;
}
/*==========================================
 全体のスタイル
===========================================*/
.WRAP {
	width: 100%;
	height: 100%;
	background-color: #FBFBFB;
}
/*==========================================
 ヘッダーのスタイル
===========================================*/
#header-area {
	width: 100%;
	height: 90px;
	display: block;
	border-top: 5px solid #ff7f00;
	background-color: #FBFBFB;
}
#header-area header {
	width: 100%;
	height: 90px;
	margin: 0;
	padding: 0;
	display: block;
}
#header-area h1 {
	width: 94%;
	height: auto;
	margin: 5px 3% 10px 3%;
	padding: 0;
	font-size: 10px;
	font-weight: normal;
	color: #666;
	display: block;
	line-height: 1.7em;
}
#header-area .logo {
	width: 80%;
	float: left;
}
#header-area .logo img {
	width: 100%;
	max-width: 400px;
}
/*==========================================
 グローバルナビゲーションのスタイル
===========================================*/

/*PC用メニューボタン非表示*/

#header-area header .pc-menu {
	display: none;
}
/*スマホ用メニューボタン*/

#header-area header .navopen {
	width: 36px;
	height: 40px;
	float: right;
	margin-top: 5px;
	margin-right: 5%;
	margin-bottom: 15px;
	cursor: pointer;
	background: url(../images/menu.png) no-repeat 0 0;
	background-size: 70px;
}
/*スマホ用メニュー閉じるボタン*/

#header-area header .navclose {
	background-position: -36px 0;
}
#header-area header .sp-menu {
	clear: both;
	position: relative;
	z-index: 1;
}
#header-area header .sp-menu ul {
	width: 100%;
	position: absolute;
	top: 0;
	background-color: rgba(255, 255, 255, 0.9);
	border-bottom: 3px #ccc solid;
}
#header-area header .sp-menu li {
	line-height: 1.4;
	border-top: 1px #ccc solid;
	text-align: center;
}
#header-area header .sp-menu a {
	color: #666;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
}
/*==========================================
 メインイメージ
===========================================*/
.mainimage {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 100%;
	height: auto;
}
/*==========================================
 ぱんくずリスト*
===========================================*/
.breadcrumbs {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fff;
}
.breadcrumbs:after {
	content: '';
	display: table;
	clear: both;
}
.breadcrumbs li {
	line-height: 1.4;
	float: left;
	font-size: 13px;
	margin-left: 3px;
	margin-right: 3px;
	color: #666;
}
.breadcrumbs a {
	vertical-align: top;
	color: #666;
}
.breadcrumbs img {
	width: 18px;
	vertical-align: top;
}
.breadcrumbs img:hover {
	opacity: 0.5;
}
.breadcrumbs a {
	vertical-align: top;
}
/*==========================================
 メインの囲み
===========================================*/
.main {
	width: 94%;
	padding-left: 3%;
	padding-right: 3%;
}
/*==========================================
 メインコンテンツ
===========================================*/
.main-content {
	width: auto;
	height: auto;
	margin-bottom: 250px;
	border-bottom: #CBCBCB solid 1px;
}
.content, .content2 {
	margin-bottom: 50px;
}
/*==========================================
コンテンツ部分
===========================================*/
.main-content .content h2 {
	width: 100%;
	padding-top: 12px;
	padding-bottom: 10px;
	padding-left: 3%;
	padding-right: 3%;
	margin-bottom: 20px;
	display: block;
	color: #FFF;
	border: 1px solid #FFF;
	line-height: 1.5em;
	font-size: 16px;
	background-color: #ff7f00;
	box-shadow: 0px 0px 0px 2px #ff7f00;
	box-sizing: border-box;
}
.main-content .content .subimg {
	margin-bottom: 15px;
	margin-left: 2%;
	margin-right: 2%;
	width: 96%;
}
.main-content .content p {
	font-size: 13px;
	line-height: 1.5em;
	width: auto;
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 15px;
}
/*==========================================
比較コンテンツ部分
===========================================*/
.content2 h2 {
	font-size: 16px;
	text-align: left;
	line-height: 1.5em;
	display: block;
	margin: 0 0 15px 0;
	padding-left: 45px;
	padding-top: 20px;
	padding-bottom: 15px;
	padding-right: 15px;
	border-bottom: 1px dashed #ff7f00;
	border-top: 5px solid #ff7f00;
	font-weight: bold;
	background-image: url(../images/content2_h2.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}
.subcontent {
	width: auto;
	height: auto;
	text-align: center;
}
.subcontent .pic {
	width: auto;
	height: auto;
	margin-bottom: 20px;
}
.subcontent a:hover .pic {
	opacity: 0.7;
}
.subcontent table {
	border-collapse: collapse;
	font-size: 14px;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 30px;
	width: 94%;
	margin-left: 3%;
	margin-right: 3%;
}
.subcontent tr {
	border: 1px solid #e1e1e1;
	border-collapse: collapse;
	width: 100%;
	height: 25px;
}
.subcontent td {
	border: 1px solid #e1e1e1;
	border-collapse: collapse;
	font-size: 13px;
	color: #FDB802;
	text-align: center;
	width: 50%;
}
.subcontent th {
	font-size: 13px;
	font-weight: normal;
	background-color: #efefef;
	text-align: center;
	text-indent: 10px;
	color: #666;
	padding: 15px 15px 15px 5px;
	width: 50%;
}
.subcontent .btn {
	width: 100%;
	max-width: 400px;
	height: auto;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ff7f00;
	clear: both;
}
.subcontent a:hover .btn {
	opacity: 0.7;
}
.content2 p {
	font-size: 13px;
	line-height: 1.5em;
	width: auto;
	margin-left: 2%;
	margin-right: 2%;
}
/*==========================================
サイド
===========================================*/

/*サイドメニュー非表示*/

.sub {
	display: none;
}
/*==========================================
フッター
===========================================*/
footer {
	width: 100%;
	height: auto;
	margin: auto;
	background-color: #ff7f00;
	clear: both;
	text-align: center;
	padding-top: 15px;
}
.footer-navi ul {
	text-align: center;
}
.footer-navi li {
	font-size: 12px;
	display: inline-block;
	padding-right: 1%;
	margin-bottom: 5px;
	line-height: 1.7em;
	color: #fff;
}
.footer-navi li a {
	color: #fff;
}
.footer-bottom {
	padding-bottom: 5px;
	color: #fff;
}
.footer-bottom a {
	color: #fff;
}
.footer-bottom a:hover {
	color: #fff;
	text-decoration: underline;
}
.footer-bottom p {
	color: #fff;
	font-size: 10px;
	line-height: 1.4;
	padding-left: 3%;
	padding-right: 3%;
	text-align: center;
	margin-bottom: 5px;
}
/*==========================================
sitemap
===========================================*/
.sitemap li {
	padding: 10px 25px 10px 30px;
	background: url(../images/arrow3.png) no-repeat 10px center;
	line-height: 25px;
}
.sitemap li a {
	color: #666;
}
/*==========================================
tail
===========================================*/
.main-content .content h3{
	margin: 0 0 15px 0;
    padding: 0.5em;
    border-left: 7px solid #ff7f00;
    border-bottom: 1px solid #ff7f00;
    font-size: 15px;
    font-weight: bold;
}
/*==========================================
form
===========================================*/
/*お問い合わせ*/

.formarea {
	margin: 0 0 18px;
	padding: 0;
	display: block;
}
.formarea p {
	font-size: 16px;
	color: #444;
	margin-bottom: 0px;
}
.formarea input {
	width: 100%;
	padding: 12px;
	background-color: #F7F7F7;
	border: 1px #ccc solid;
	box-sizing: border-box;
}
.formarea textarea {
	width: 100%;
	height: 80px;
	padding: 12px;
	background-color: #F7F7F7;
	border: 1px #ccc solid;
	box-sizing: border-box;
}
.formbutton {
	width: 100%;
	text-align: center;
}
.formbutton input {
	padding: 5px 15px;
}

/*/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
メディアクエリによる切り替え
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/


/* PC向けおよび大型タブレット向けのレイアウトの指定：768px～ */
@media only screen and (min-width: 768px) {
/*==========================================
 全体のスタイル
===========================================*/
.WRAP {
	width: 1100px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	background-color: #FBFBFB;
	min-width: 1100px;
	box-shadow: 0px 0px 5px #D2D2D2;
}
/*==========================================
 ヘッダーのスタイル
===========================================*/
#header-area {
	width: 1100px;
	height: 100px;
	margin: 0;
	padding: 0;
	background-color: #FBFBFB;
	position: relative;
}
#header-area header {
	width: 1100px;
	height: 110px;
	margin: 0;
	padding: 0;
}
#header-area h1 {
	width: 650px;
	height: auto;
	padding: 0;
	font-size: 12px;
	line-height: 20px;
	float: right;
	text-align: right;
	margin: 10px 10px 0 0;
}
#header-area .logo {
	width: auto;
	float: left;
	margin: 20px 0 10px 0;
	padding: 0px;
}
#header-area .logo img {
	width: auto;
	height: auto;
	float: left;
}
#header-area header .pc-menu {
	display: block;
	position: absolute;
	top: 50px;
	right: 10px;
	margin: 10px 10px 10px 0;
	padding: 0;
	width: 500px;
	height: 20px;
}
#header-area header .pc-menu ul {
	float: right;
}
#header-area header .pc-menu li {
	font-size: 15px;
	display: inline-block;
	color: #666;
	text-indent: 15px;
	margin-right: 5px;
	background-image: url(../images/arrow.png);
	background-position: left center;
	background-repeat: no-repeat;
}
#header-area header .pc-menu li a {
	color: #666;
}
/*==========================================
 グローバルナビゲーションのスタイル
===========================================*/
/*スマホ用メニューボタン非表示*/
header .navopen {
	display: none;
}
/*==========================================
 メインイメージ
===========================================*/

.mainimage {
	width: 1080px;
	height: auto;
	margin: 0 10px 0 10px;
	padding: 0;
}
/*==========================================
 ぱんくずリスト*
===========================================*/

.breadcrumbs {
	width: 1060px;
	height: auto;
}
/*==========================================
 メインの囲み
===========================================*/
.main {
	width: 1060px;
	padding-left: 20px;
	;
	padding-right: 20px;
}
/*==========================================
メインコンテンツ
===========================================*/
.main-content {
	width: 700px;
	height: auto;
	float: right;
}
/*==========================================
コンテンツ部分
===========================================*/
.main-content .content h2 {
	width: 700px;
	color: #FFF;
	font-size: 18px;
}
.main-content .content p {
	font-size: 15px;
	line-height: 22px;
	width: auto;
	height: auto;
	margin: 0 0 15px 0;
	padding: 0;
}
.main-content .content .subimg {
	width: 300px;
	height: 180px;
	margin: 0 10px 10px 0;
	padding: 0;
	float: left;
}
/*==========================================
比較コンテンツ部分
===========================================*/

.content2 h2 {
	margin-bottom: 20px;
	font-size: 18px;
}
.subcontent {
	width: 700px;
	height: auto;
}
.subcontent .pic {
	width: auto;
	height: auto;
	margin-bottom: 20px;
	/*float: right;*/
	margin: 20px auto;	
	display: block;
}
.subcontent table {
	border-collapse: collapse;
	font-size: 14px;
	float: left;
	padding: 0px;
	margin: 0 0 20px 0;
	width: 400px;
}
.subcontent tr {
	border: 1px solid #e1e1e1;
	border-collapse: collapse;
	width: 300px;
	height: 25px;
}
.subcontent td {
	border: 1px solid #e1e1e1;
	border-collapse: collapse;
	font-size: 14px;
	color: #FDB802;
	text-align: center;
	width: 50%;
}
.subcontent th {
	font-size: 14px;
	font-weight: normal;
	background-color: #efefef;
	text-align: center;
	text-indent: 10px;
	color: #000;
}
.subcontent .btn {
	width: 400px;
	max-width: 400px;
	height: auto;
	float: left;
	clear: none;
	/*margin: 0;
	padding: 0;*/
	margin-bottom: 20px;
	float: none;
}
.content2 p {
	font-size: 13px;
	line-height: 22px;
	width: auto;
	clear: both;
	margin: 0;
	padding: 0;
}
/*==========================================
サイド
===========================================*/
.sub {
	width: 300px;
	height: auto;
	float: left;
	display: block;
	margin-bottom: 500px;
}
.sub h4 {
	width: 300px;
	height: 50px;
	background-color: #ff7f00;
	color: #fff;
	line-height: 50px;
	text-align: center;
	font-weight: bold;
}
/*==========================================
サイドメニュー
===========================================*/
.sub li {
	width: 270px;
	height: auto;
	line-height: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	border-bottom: #CBCBCB dashed 1px;
	color: #666;
	display: block;
	background-image: url(../images/arrow2.png);
	background-repeat: no-repeat;
	background-position: left center;
	vertical-align: middle;
}
.sub li a {
	color: #666;
	display: block;
}
/*==========================================
フッター
===========================================*/

footer {
	width: 1100px;
	height: auto;
	margin: 0 auto;
}
.footer-navi li {
	margin-left: 5px;
}
/*==========================================
フォーム
===========================================*/
.content th {
	font-size: 15px;
	font-weight: normal;
}

}
