@charset "utf-8";
/*◆基本機能 Default Style
見出し
画像+テキスト
テーブル
サイトマップ
パンくず
問合せフォーム
アーティクルページャー
タブ
***************************/

/*
見出し　h2～h6
***************************/
h2,h3,h4,h5,h6 {
	line-height: 1.2;
}
.h2_wrapper {
	padding: 90px 0 25px;
	min-height:85px;
	background: url(../images/h2_bg.jpg) repeat-x center 0;
	margin-bottom: 35px;
	background-size: cover;
}
.h2_wrapper2 {
	padding: 90px 0 25px;
	min-height:85px;
	background: url(../images/h2_bg2.jpg) repeat-x center 0;
	margin-bottom: 35px;
	background-size: cover;
}

h2.cont_h {
	font-size: 240%;
	font-weight: bold;
	color: #111;
	text-align: center;
	text-shadow: 1px 1px 2px #fff;
}

h3.cont_h {
	font-size: 22px;
	font-weight: bold;
    position: relative;
    color: #333;
    margin: 0 0 1.5em;
    padding: 0.8em 0.8em 0.8em 2em;
    border: 2px solid #0066cc;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	text-align: left;
}

h3.cont_h:before{
    content: "";
    position: absolute;
    background: #3399ff;
    top: 50%;
    left: 0.5em;
    margin-top :-15px;
    height: 30px;
    width: 8px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
h4.cont_h {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px dotted #666666;
	color: #111111;
	padding: 0 0 10px 30px;
	position: relative;
	margin-bottom: 15px;
}
h4.cont_h:before {
	content: '';
	position: absolute;
	top: 2px;
	left: 0;
	background: #3399ff;
	min-width: 18px;
	min-height: 18px;
	border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
h5.cont_h {
	font-size: 13px;
	font-weight: bold;
	border: 1px solid #001754;
	color: #001754;
	padding: 5px;
}
h6.cont_h {
	font-size: 12px;
	font-weight: bold;
	color: #001754;
}
.stitle{
    position: relative;
    color: #333;
    font-weight: bold;
    margin: 0 0 1.5em;
    padding: 0.5em 0.5em 0.5em 1.7em;
    border-bottom: 3px solid #0066cc;
}
 
.stitle:before{
    content: "";
    position: absolute;
    background: #3399ff;
    top: 0;
    left: 0.4em;
    height: 12px;
    width: 12px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
 
.stitle:after{
    content: "";
    position: absolute;
    background:#99ccff;
    top: 1.0em;
    left: 0;
    height: 8px;
    width: 8px;
    transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
}
h2.cont_h_image {}
h3.cont_h_image {}
h4.cont_h_image {}

/*
パンくず
***************************/
.pankuzu {
	min-width: 920px;
	margin: 0 auto;
	padding:10px 20px 10px;
	line-height: 1.0;
	font-size: 12px;
	border-top:1px solid #eeeeee;
}
.pankuzu .wrapper {
	width: 920px;
}
.pankuzu ul {
	margin: 0px;
	font-size: 12px;
	color: #ffffff;
}
.pankuzu ul li:first-child {
	background: none;
	padding: 0;
}
.pankuzu ul li {
	margin: 0px 10px 0 0;
	padding: 0 0 0 17px;
	display: inline-block;
	color:#007abf;
	background: url(../images/pankuzu_icon.gif) no-repeat 0 2px;
}
.pankuzu ul li a {
	color: #111111;
	text-decoration: none;
}
.pankuzu ul li a:hover {
	text-decoration: underline;
}

/*
サイトマップ
***************************/
.sitemap {
    width:600px;
    margin:0 auto 30px;
}
.sitemap ul {}
.sitemap ul li {
	padding: 0 0px 0px 10px;
	margin: 15px 0;
	background: url(../images/list_icon01.png) no-repeat 0 9px;
}
.sitemap ul li a {
	margin-bottom: 15px;
}
.sitemap ul li ul {}
.sitemap ul li ul li:nth-child(6n) {
    display: none;

}
.sitemap ul li ul li a {}


/*
テーブル
***************************/
.free_table {
	margin: 0 auto 35px;
}
.free_table table{
	width: 100%;
	margin: 0 auto;
}
.free_table table tr th {
	padding: 22px 13px 18px;
	border: 1px solid #b5b4b4;
	background: #eeeeee;
	font-weight: bold;
	color: #111111;
	font-size: 16px;
}
.free_table table tr td {
	padding: 22px 13px 18px;
	border: 1px solid #b5b4b4;
	background: #ffffff;
	color: #000000;
	font-size: 13px;
}

/*2列*/
.two_rows table tr th {
	width:30%;
}
.two_rows table tr td {
	width:70%;
}

/*
問合せフォーム
***************************/
.require,.alert {
	color: #ff0000;
}
.require {
	margin:5px 0;
}
.inquiry_form {
	margin: 0 auto 30px;
	width: 820px;
}
.inquiry_form table {
	width: 100%;
	margin: 0 auto 30px;
}
.inquiry_form table tr th {
	width: 30%;
	padding: 16px 13px;
	border: 1px solid #b5b4b4;
	background: #eeeeee;
	font-weight: bold;
	color: #111111;
	font-size: 16px;
	vertical-align: middle;
}
.inquiry_form table tr td {
	width: 70%;
	padding: 16px 13px;
	border: 1px solid #b5b4b4;
	background: #ffffff;
	color: #000000;
	font-size: 13px;
	vertical-align: middle;
}

/*ボタン*/
.form_button input[type="image"] {
	text-align: center;
	display: block;
	margin: 0 auto;
}
.form_button input[type="submit"] {
	text-align: center;
	display: block;
	margin: 0 auto;
}
.inquiry_form form[action="/inquiry/confirm.html"] {
	display: inline-block;
	float: right;
	margin-right: 200px;
	vertical-align: top;
}
.inquiry_form form[action="/inquiry/confirm.html"] input[type="image"],
.inquiry_form form[action="/inquiry/confirm.html"] input[type="submit"] {
	display: inline;
}
.inquiry_form form[action="/inquiry/confirm.html"] + a {
	display: inline-block;
	float: left;
	margin-left: 200px;
	vertical-align: top;
}
.form_button input[type="submit"],
.inquiry_form form[action="/inquiry/confirm.html"] input[type="submit"],
.inquiry_form form[action="/inquiry/confirm.html"] + a {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	border: none;
	border-radius: 3px;
	padding: 8px 15px;
	background: #001754;
	text-decoration: none;
}



/*
フォーム input
アーティクル設定に合わせてください。
***************************/
.inquiry_form input[type="text"] {
	line-height: 1.2;
	padding: 2px 4px;
	border:1px solid #a4a4a4;
}
.inquiry_form textarea {
	min-height: 150px;
	line-height: 1.2;
	padding: 2px;
	border:1px solid #a4a4a4;
	width: 90%;
}
.inquiry_form select {
	line-height: 1.2;
	border:1px solid #a4a4a4;
}
/*名前*/
.owlet-input-name-sei,
.owlet-input-name-mei {
	width: 90px;
	margin: 0 5px;
}
/*メールアドレス*/
input[name="input[email]"],
input[name="input[email_confirm]"] {
	width: 300px;
}
/*住所*/
.zip1,.zip2 {
	width: 60px;
	margin-bottom: 5px;
}
.zip2addr {
	margin-bottom: 5px;
}
select.prefectures,
select.city {
	margin: 0 5px 5px;
}
.address,
input[name="input[address_address]"],
input[name="input[address_address2]"]  {
	width: 300px;
	margin-left: 5px;
}
.address,
input[name="input[address_address]"] {
	margin-bottom: 5px;
}
/*日時*/
.owl-datepicker {
	width:90px;
	margin-right: 5px;
}
select[name="input[date_hour]"],
select[name="input[date_minute]"] {
	margin-right: 5px;
}
/*電話番号*/
.owlet-input-tel1,
.owlet-input-tel2,
.owlet-input-tel3 {
	width: 60px;
}
.owlet-input-tel2,
.owlet-input-tel3 {
	margin-left:5px;
}
/*一行*/
input[name="input[company_name]"] {
	width: 300px;
	line-height: 1.2;
	padding: 2px;
}
/*複数行*/
textarea[name="input[text]"] {
	width: 300px;
}
/*ラジオ・チェックボックス縦並びにする場合*/
.inquiry_form table tr td label {
	display: block;
}
/*その他*/
input[name="input[select_etc]"],
input[name="input[radio_etc]"],
input[name="input[check_etc]"] {
	width:300px;
	margin-top: 5px;
}
/*ラジオボタンにスタイルあてる場合*/
.inquiry_form label input[type="radio"] {}
/*チェックボックスにスタイルあてる場合*/
.inquiry_form label input[type="check"] {}

.inquiry_form table tr td input[name="input[mynumber]"] + .owlet-input-sample {
	display: inline;
}

/*
フォーム 規約
***************************/
.owlet-rules {}
.owlet-rules-title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.owlet-rules-body {
	height:200px;
	padding:15px;
	border:1px solid #0086cd;
	box-sizing:border-box;
	margin-bottom: 20px;
	overflow-y:scroll;
}
.owlet-rules-agree {
	text-align: center;
	margin-bottom: 20px;
}

/*
◆アーティクル　ページャー
***************************/
.pagenation {
	display: table;
	text-align: center;
	margin:0px auto 20px;
}
.pagenation span {
	display: inline-block;
	margin-right: 5px;
}
.pagenation span.prev,
.pagenation span.next {
	font-size:12px;
}
.pagenation span.prev a {
	padding:3px 0 0 0;
	height:40px;
	background:url(../images/common/pager_prev_off.jpg) no-repeat;
	color:#fff;
	text-decoration:none;
	line-height:1.7;
}
.pagenation span.next a {
	padding:3px 0 0 0;
	height:40px;
	background:url(../images/common/pager_next_off.jpg) no-repeat;
	color:#fff;
	text-decoration:none;
	line-height:1.7;
}
.pagenation span.prev a:hover {
	color:#fff;
	text-decoration:none;
	background:url(../images/common/pager_prev_on.jpg) no-repeat;
}
.pagenation span.next a:hover {
	color:#fff;
	text-decoration:none;
	background:url(../images/common/pager_next_on.jpg) no-repeat;
}
.pagenation span.prev.current,
.pagenation span.next.current {
	display: none;
}
.pagenation span.current {
	display: inline-block;
	width:40px;
	height:40px;
	padding:3px 0 0 0;
	color: #55b9a9;
	font-size: 18px;
	text-decoration: none;
	font-weight:bold;
}
.pagenation span.scope_limit {
	color: #434343;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}
.pagenation span a {
	display: block;
	width:40px;
	height:40px;
	padding:3px 0 0 0;
	color: #434343;
	font-size: 18px;
	text-decoration: none;
	box-sizing:border-box;
	line-height:1.7;
}
.pagenation span a:hover {
	display: block;
	width:40px;
	height:40px;
	padding:3px 0 0 0;
	color: #55b9a9;
	font-size: 18px;
	text-decoration: underline;
}

/*
タブ
***************************/
/*スタイル解除*/
.owl-tabs {

}
.owl-tabs-container {
	border-radius: 0;
	border:none;
	padding:0;
}
ul.ui-tabs-nav {
	border:none;
	border-radius: 0;
	background: none;
	padding:0!important;
	margin-bottom: 30px!important;
}
.ui-tabs-panel {
	padding:0!important;
}

/*
カスタムパーツ
***************************/

/**画像+テキスト**/
.text_img_left,
.text_img_right {
	margin-bottom: 20px;
}
.text_img_left img {
	float:left;
	margin: 0 15px 5px 0;
}
.text_img_right img {
	float:right;
	margin: 0 0 5px 15px;
}
/*画像配置*/
.img_center {
	text-align: center;
	margin-bottom: 30px;
}
.img_left {
	text-align: left;
	margin-bottom: 30px;
}
.img_right {
	text-align: right;
	margin-bottom: 30px;
}
.cont_image_text .cont_image_text_right{
	float: right;
	margin: 0 0 18px 18px;
}

.top_function_cont {
	margin:0 0 40px 0;
}

.top_function h1  {
	margin-bottom: 20px;
    background-color: #F60;
    top: 50%;
    margin-top: -15px;
    height: 60px;
    font-size: 240%;
    margin:0 auto;
}

.top_function_cont .top_function_list {
    margin: 20px 0;
    padding: 20px;
    background-color: #F60;
}
.top_function_cont .top_function_list li{
	float: left;
	width: 44%;
	border:1px solid #ccc;
	border-radius: 2px;
	font-size: 80%;
    padding: 5px;
    margin:0px 20px 10px 20px;
    background-color: #fff;
}
.top_function_cont .top_function_list li .ttl{
    color: #0198ee;
    font-size: 115%;
    font-weight: bold;
    margin: 0 0 5px;
}

