﻿@charset "utf-8";
@import url('collar-01.css');
/* -------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
a img {
	border: 0;
}
figure {
	margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
/* --------------------------------------------------------------*/
body {
	font-family: "メイリオ",verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
} 
form {
}
sup {
	font-size: small;
	vertical-align: text-top;
}
hr {
	margin-top: 10px;
	margin-bottom: 40px;
	border-top: 1px #ccc dotted;
	width:94%;
}
/* リンク設定
------------------------------------------------------------*/
a {
	text-decoration: none;
}
a:active, a:focus {
	outline: 0;
}
/* 全体
------------------------------------------------------------*/
#wrapper {
	margin: 0 auto;
	padding: 0 1%;
	width: 98%;
	position: relative;
}
#wrapper p {
	margin-top: 10px;
	margin-bottom: 20px;
}
.inner {
	margin: 0 auto;
	width: 1000px;
}
/*************
/* パンくずリスト
*************/
.pankuzu {
	width: 100%;
	margin-top: 5px;
	margin-bottom: -5px;
}
.pankuzu span {
	display: inline-block;
}

/*************
/* オーダーフォーム
*************/

#myText{
	border-radius: 5px;
	text-align: center;
	margin: auto;
	border: 1px #999 solid;
	padding:10px;
	font-size:20px;
	color:#FF0000;
}

/*************
/* ユーティリティー
*************/
.hand, hand li{
	cursor:pointer;
	color: #005C98;
}

.hint{
	clear:left;
	margin-top:40px;
}
.hint img{
	float:left;
	vertical-align:middle;
	margin-right:10px;
	margin-bottom:30px;
	border:1px silver solid;
	border-radius: 5px;
}

.hint p{
	font-size:1.3em;
	line-height:22px;
}
.hint p span{
	font-size:16px;
}
.appeal {
	margin: 3px;
	margin-top: 7px;
	border-radius: 6px;
	width: auto;
	padding: 0px 8px 2px 8px;
	border: 1px #333 dotted;
	background-color: #efefff;
}
.appeal p {
	font-size: 16px;
	margin-top: -10px;
	line-height: 24px;
}
.point {
	position: relative;
	top: -8px;
	left: 8px;
}

.cent {
	text-align: center;
	margin: auto;
}
.aline_left {
	text-align: left;
}
.aline_right {
	text-align: right;
}
.alignleft {
	float: left;
	clear: left;
	margin: 3px 10px 10px 1px;
}
.alignright {
	float: right;
	clear: right;
	margin: 3px 1px 10px 10px;
}
.bold {
	font-weight: bold;
}
.border {
	border: 1px #999 solid;
}
.border_r0 {
	border-radius: 0px;
}
.border_r5 {
	border-radius: 5px;
}
.border_r10 {
	border-radius: 10px;
}
.margin0 {
	margin: 0px;
}
.margin10 {
	margin: 10px;
}
.br468{
display:none;
}
.mid {
	vertical-align: middle;
}
.top {
	vertical-align: top;
}
.top5 {
	margin-top: 5px;
}
.top10 {
	margin-top: 10px;
}
.top20 {
	margin-top: 20px;
}
.top30 {
	margin-top: 30px;
}
.top40 {
	margin-top: 40px;
}
.top50 {
	margin-top: 50px;
}
.btm10 {
	margin-bottom: 10px;
}
.btm0 {
	margin-bottom: 0px;
}
.btm20 {
	margin-bottom: 20px;
}
.btm30 {
	margin-bottom: 30px;
}
.left10 {
	margin-left: 10px;
}
.left20 {
	margin-left: 20px;
}
.left25 {
	margin-left: 25px;
}
.right10 {
	margin-right: 10px;
}
.right20 {
	margin-right: 20px;
}
.cursor {
	cursor: pointer;
}
.smal {
	font-size: 0.9em;
}
.f14 {
	font-size: 14px;
}
.f16 {
	font-size: 16px;
}
.f22 {
	font-size: 22px;
	line-height: 50px;
}
.f30 {
	font-size: 28px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px;
	padding-bottom:20px;
	border-bottom:1px #c0c0c0 dotted;
}
.larg {
	font-size: 18px;
	line-height: 1.4em;
}
.norm {
	font-weight: normal;
}
.pad0 {
	padding: 0px;
}
.pad5 {
	padding: 5px;
}
.pad10 {
	padding: 10px;
}
.pad20 {
	padding: 20px;
}
.pic320 {
	width: 100%;
	max-width: 320px;
	display: inline-block;
	margin: 10px 10px 10px 0;
}
.w100 {
	width: 100%;
}
.h100 {
	height: 100%;
}
.h10px {
	height: 10px;
}
.h90px {
	height: 90px;
}
.w90re {
	width: 90%;
	margin: auto;
}
.w90 {
	width: 90%;
	margin: auto;
}
.w70re {
	width: 70%;
	margin: auto;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.float_btn {
	float: right;
	margin-bottom: 15px;
	margin-right: 15px;
}
.clear {
	clear: both;
}
.over_hdn {
	overflow: hidden;
}
.nedan {
	font-weight: bold;
	margin-right: 2px;
}
.seiyaku {
	padding: 2px;
	margin-left: 10px;
	font-weight: bold;
	letter-spacing: 2px;
}
.ulp2 {
	list-style-image: url('../images/arrow.gif');
	text-align: right;
	float: right;
}
.p2ul {
	list-style-image: url("../images/arrow.gif");
	margin-left: 0px;
}
.p2ul li {
	margin-left: 20px;
}
.print_btn {
	width: 42px;
	height: 42px;
	float: right;
	margin: 0;
	padding: 0;
	border-radius: 21px;
	background-size: 28px auto;
}
.print_btn:hover {
	cursor: pointer;
}
.pointer {
	cursor: pointer;
}

.list_inline{
	margin-left: 30px;
} 


.list_inline ul{
    padding: 0px;
    margin: 0px;
} 


.list_inline ul li {
    display: inline;
    margin-right: 0.8em;
} 
/*************
/* 見出し
*************/
h1 {
	font-size: 52px;
	line-height: ;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 30px;
	font-family: "Meiryo UI", verdana, Meiryo,Tahoma,"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","MS P ゴシック",verdana,sans-serif;
}
h1 span.txt {
	font-size: 19px;
	line-height: 32px;
	position: absolute;
	top: 180px;
	left: 30px;
	font-style: italic;
	padding-top: 18px;
	letter-spacing: 1px;
}
p.txt {
	font-size: 19px;
	line-height: 32px;
	position: absolute;
	top: 180px;
	left: 30px;
	font-style: italic;
	padding-top: 18px;
	letter-spacing: 1px;
}
h2 {
	position: relative;
	line-height: 1.4em;
	padding: 0.3em 0.5em;
	margin: 2.5em 0 1em;
	font-size: 1.3em;
	border-top: solid 2px #80c8d1;
}
h2::after {
	position: absolute;
	font-family: FontAwesome,'Quicksand','Avenir','Arial',sans-serif;
	content: 'POINT';
	left: 0px;
	bottom: 100%;
	border-radius: 5px 5px 0 0;
	padding: 5px 15px 3px;
	font-size: 0.7em;
	line-height: 1;
	letter-spacing: 0.05em;
}

h3.no_num {
	margin-top: 40px;
	margin-bottom: 40px;
	font-size: 1.5em;
	position: relative;
	margin-left: 40px;
	padding: 10px 0px 8px 20px;
}
h3.no_num:before {
	content: 'i';
	position: absolute;
	top: 0;
	left: -40px;
	padding: 8px 14px 10px;
	font-weight: bold;
}
body {
	counter-reset: number; /* この要素ごとに数字をリセットする */
}
h3.heading {
	margin-top: 40px;
	margin-bottom: 40px;
	font-size: 1.5em;
	position: relative;
	margin-left: 40px;
	padding: 10px 0px 8px 20px;
}
h3.heading:before {
	counter-increment: number;
	content: counter(number);
	position: absolute;
	top: 0;
	left: -40px;
	padding: 8px 14px 10px;
	font-weight: bold;
}
h4.heading {
	margin-top: 30px;
	font-size: 1.3em;
	padding: .5em 0 .25em .75em;
	margin-bottom: 20px;
}
h4.heading img {
	vertical-align: middle;
	margin-right: 15px;
}
h4.heading span {
	font-weight: bold;
	margin-right: 4px;
}

.h-r {
	margin-top: 14px;
	font-size: 16px;
	text-align: right;
}
.h-r::before {
	content: url("../images/shadowbox_blue_light.gif");
	margin-right: 6px;
}

.h-r a::after {
	content: url("../images/link_jump.gif");
	margin-left: 3px;
	margin-right: 3px;
}

.disc li a::after {
	content: url("../images/link_jump.gif");
	margin-left: 3px;
	margin-right: 3px;
}

.h-l {
	margin-top: 30px;
	margin-left: 20px;
	font-size: 18px;
}
.h-l::before {
	content: url("../images/shadowbox_red.gif");
	margin-right: 12px;
	vertical-align: middle;
	padding-top: 2px;
}

/*いずれ削除する*/
h5 {
	margin-top: 14px;
	font-size: 16px;
	text-align: right;
}
h5::before {
	content: url("../images/shadowbox_blue_light.gif");
	margin-right: 6px;
}
h6 {
	margin-top: 30px;
	margin-left: 20px;
	font-size: 18px;
}
h6::before {
	content: url("../images/shadowbox_red.gif");
	margin-right: 12px;
	vertical-align: middle;
	padding-top: 2px;
}
/*ここまで*/

strong{
	font-weight:bold;
}

.midasi li {
  list-style-type: none;
  counter-increment: numbers;
  line-height:40px;
}

.midasi li::before{
content: counter(numbers);
  padding:2px 8px;
  margin:0 10px;
    color:#FFF;
    background-color:#4096ee;
    font-weight:bold;
}

/*************
/* ヘッダー
*************/
.header_content_ct {
	background: #fff url("../images/header_back-min.jpg") no-repeat;
	margin: 0 auto 20px;
	width: 100%;
	padding: 10px 0px;
	height: 280px;
	background-size: contain;
	border-radius: 5px;
}

.pro_hl{
		background: #fff url("../images/pro_hl-min.jpg") no-repeat;
}
.pro_hf{
		background: #fff url("../images/pro_hf-min.jpg") no-repeat;
}
.pro_ah{
		background: #fff url("../images/pro_ah-min.jpg") no-repeat;
}
.pro_reins{
		background: #fff url("../images/pro_reins-min.jpg") no-repeat;
}
.pran_tsuki{
		background: #fff url("../images/pran_tsuki-min.jpg") no-repeat;
}
.pran_ikkatsu{
		background: #fff url("../images/pran_ikkatsu-min.jpg") no-repeat;
}
.demo_top{
		background: #fff url("../images/demo_top-min.jpg") no-repeat;
}
.hp_top{
		background: #fff url("../images/hp_top-min.jpg") no-repeat;
}
.it_hojo{
		background: #fff url("../images/it_dounyuuhojokin-min.jpg") no-repeat;
}

.header_text_ct h1 {
	margin: 38px 0 0 20px;
	text-align: left;
	line-height: 60px;
	color: #FFFFFF;
}
.header_text_ct img {
	margin: 10px 30px 10px 10px;
	vertical-align: middle;
	border-radius: 6px;
	border: 1px #eee solid;
}
.icon {
	vertical-align: top;
	width: inherit;
	padding: 10px;
}
/*************
/* ロゴ
*************/
.logo {
	margin-top: 5px;
}
.info {
	float: right;
	padding: 15px 0 0;
}
.head_tel strong {
	font-size: 22px;
	font-weight: bold;
}
.tel {
	font-size: 22px;
	font-weight: bolder;
	letter-spacing: -1px;
}
.fax {
	font-size: 22px;
	font-weight: bolder;
	letter-spacing: -1px;
}
/*************
/* インライングリッド
*************/
.inline_grid {
	width: 100%;
}
.inline_grid li {
	display: inline-block;
	width: 32%;
}
@media only screen and (max-width:480px){
.inline_grid li {
	width: 48%;
}
}
/*************
/* モーダル
*************/
#lean_overlay {
	position: fixed;
	z-index: 100;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: #000;
	display: none;
}

div[id^="info"]{
	width: 600px;
	padding: 0;
	font-size: 1.0em;
	max-height: 70%;
	overflow: auto;
	display: none;
	background: #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7); -moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);
}


div[id^="info"] a
{
	float:right;
	margin-bottom: 15px;
	margin-right: 15px;
	padding:5px 10px 0;
	border:2px #FF3300 solid;
	background-color:#FF3300;
	color:#FFF; 
	border-radius: 5px;
	transition: .4s;
}

div[id^="info"] a span::after
{
	content: '詳しく見る';
}

div[id^="info"] a:hover
{
	color:#FF3300;
	background-color:#FFF; 
}

div[id^="info"] div
{
	padding: 15px 30px;
}

@media only screen and (max-width:640px){

div[id^="info"]
{
	width: 90vw;
	max-height: 70%;
	overflow: auto;
	padding: 0;
}
}
/**************************
/* グリッド
**************************/
.gridWrapper {
	clear: both;
	padding: 0px 0;
	overflow: hidden;
}
* html .gridWrapper {
	height: 1%;
}
.grid {
	float: left;
}
.colDark, .colLight {
	padding-bottom: 5px;
}
.colLight {
	background: #005c98;
}
.colDark h3, .colLight h3 {
	margin: 10px 10px 5px;
	font-size: 14px;
	font-weight: bold;
}
.colDark a, .colLight a {
	display: block;
	padding: 3px;
	border-radius: 3px;
}
/**/
#sub .grid h3, .syousai_img h3 {
	font-size: 14px;
	position: relative;
	padding: .25em 0 .5em .75em;
}
#sub .grid h3::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
}
.grid p {
	padding: 5px 10px;
	font-size: 14px;
}
.grid ul {
	margin: 5px 10px;
}
.grid li {
	padding: 5px 0;
	list-style: none;
	font-size: 14px;
}
.grid li a {
	display: block;
	padding: 3px 5px 3px 15px;
}
.grid li a:hover {
	display: block;
}
.gridWrapper img {
	max-width: 100%;
	height: auto;
}
/*************
フッター
*************/
#footer .grid {
	background: transparent;
}
#footer .Address {
	text-align: center;
	width: 100%;
	margin-top: 10px;
	font-size: 11px;
	background: transparent;
}
#footer .col3 ul {
	margin: 10px auto;
}
#footer .col3 li {
	padding: 0 6px 0 5px;
	margin-bottom: 3px;
	list-style: none;
	border-bottom: 0;
	display: inline-block;
}
.fntsm li {
	font-size: 12px;
}
/*************
メイン コンテンツ
*************/
section.content {
	margin-bottom: 20px;
	overflow: hidden;
	font-size: 16px;
	line-height: 1.6em;
}
* html section.content {
	height: 1%;
}
section.content p {
	margin-left: 15px;
	margin-right:10px;
}

h5.heading {
	padding: 5px 10px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 15px;
	border-radius: 3px;
}
h6.heading {
	padding: 10px 30px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 30px;
	font-size: 14px;
	display: inline;
	cursor: pointer;
}
#gallery .gridWrapper {
	padding: 0;
}
#gallery img {
	margin: 5px;
}
#gallery .grid {
	width: 31%;
	margin: 0 1%;
	padding: 0;
}
section#gallery {
	overflow: visible;
}
/*************
実績リスト
*************/
.zisseki {
	margin-top: 10px;
}
.zisseki li {
	margin: 12px 0px 12px 0px;
	padding-top: 11px;
	border-top: 1px gray dotted;
	padding-left: 10px;
}
.zisseki li a::after {
	content: ' 様';
}
.zisseki li a::before {
	content: url("../images/link_jump.gif");
	margin-right: 6px;
}
.zisseki li span:before {
	content: url("../images/p_new_anime.gif");
}
.voice {
	margin-top: 40px;
}
.voice li {
	margin: 40px 0px 0px 0px;
	border-top: 1px gray dotted;
	padding: 10px 5px;
	height: auto;
	clear: both;
}
.voice li span {
	float: right;
	margin: 30px 0px 12px 0px;
}
.voice li span::after {
	content: ' 様';
}
/*************
リスト
*************/
.disc_lrg li {
	display: list-item;
	list-style: disc;
	padding-left: 0px;
	margin-left: 6px;
	margin-right: 4px;
	line-height: 36px;
	font-size: 18px;
}
.disc_lrg li a {
	cursor: pointer;
	border:0px;
	float:none;
	color: #005C98;
	background-color:#FFF;
	border-radius: 0px;
}

.disc_lrg li a:hover {
	color: #1c1c1c;
}

.disc li {
	display: list-item;
	list-style: disc;
	padding-left: 0px;
	margin-left: 40px;
	margin-right: 10px;
	line-height: 28px;
}
.disc2 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.disc2 li {
	display: list-item;
	list-style: disc;
	padding-left: 0px;
	margin-left: 60px;
	margin-right: 10px;
	line-height: 28px;
}
.decimal li {
	display: list-item;
	list-style: decimal;
	padding-left: 0px;
	margin-left: 40px;
	margin-right: 10px;
	line-height: 28px;
}
.square li {
	display: list-item;
	list-style: square;
	padding-left: 0px;
	margin-left: 40px;
	margin-right: 10px;
	line-height: 28px;
}
/*************
ボタン
*************/
.btn_n {
	display: inline-block;
	text-decoration: none;
	font-size: 30px;
	background: #61C5BB;
	color: #FFF;
	font-weight: ;
	min-width: 300px;
	padding: 0 30px;
	height: 70px;
	line-height: 70px;
	border-radius: 35px;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	box-shadow: 0px 0px 0px 3px #61C5BB;
	border: solid 2px #FFF;
	transition: .4s;
}
.btn_n:hover {
	border-style: solid;
	background: #b6f0fc;
	color: #00bcd4;
}
.def3 {
	font-size: 16px;
	height: 50px;
	width: 300px;
	cursor: pointer;
	border-radius: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.top_btn {
	height: 34px;
	border: none;
	padding: 0 30px 0 15px;
	float: none;
	border-radius: 4px;
	font-size: 14px;
	transition: .4s;
}
.top_btn:hover {
	cursor: pointer;
}
/*************
汎用テーブル 項目固定
*************/
table.table {
	border-collapse: collapse;
	margin: 20px auto;
}
table.table thead th {
	text-align: center;
	vertical-align: middle;
	font-size: large;
	padding: 2px 5px;
	width: 260px;
}
table.table thead td {
	text-align: center;
	padding: 2px 5px;
	width: 70px;
}
table.table tbody th {
	text-align: left;
	vertical-align: middle;
	font-size: large;
	padding: 2px 5px;
	width: 260px;
	font-family: "Meiryo UI", verdana, Meiryo,Tahoma,"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","MS P ゴシック",verdana,sans-serif;
}
table.table tbody th img{
	vertical-align: middle;
	width: 32px;
	height:32px;
	margin-right:8px;
	border-radius: 2px;
}
table.table tbody th a::after {
	content: url("../images/que2.png");
}
table.table tbody td {
	vertical-align: bottom;
	text-align: center;
	padding: 2px 5px;
	width: 70px;
}
table.table tbody td::before {
	content: url("../images/sign-check-icon.png");
}
table.table .ccc {
	text-align: left;
	color: gray;
	font-size: 14px;
}
table.table tbody td.ccc::before {
	content: url("style.css");
}
table.table tbody td.noimg::before {
	content: url("style.css");
	content: '─';
}
/*************
レスポンシブテーブル
*************/
.responsive_table {
	width: 100%;
	border-collapse: collapse;
}
.responsive_table td, .responsive_table th {
	padding: 5px;
	vertical-align: middle;
}
.responsive_table th {
	text-align: left;
}
.responsive_table th.th {
	text-align: center;
	font-weight: bold;
}
.responsive_table tbody th {
	width: 20%;
}
.responsive_table tbody th span {
	font-size: x-small;
	padding: 1px 2px;
	margin-right: 5px;
	border-radius: 4px;
}
.responsive_table tbody th span::after {
	content: '必須';
}
.responsive_table tbody th img {
	vertical-align: middle;
}
.responsive_table tbody td {
	width: 80%;
	text-align: left;
}
.responsive_table select, .responsive_table input, .responsive_table textarea {
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: normal;
	font-family: "メイリオ",verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
.responsive_table input.ipt {
	width: 80%;
}
.responsive_table input.minman {
	width: 25%;
}
.responsive_table input.min {
	width: 50%;
}
.responsive_table textarea {
	width: 99%;
	height: 10em;
}
.button {
	padding: 10px 0;
	letter-spacing: 2px;
	min-width: 150px;
	font-size: 16px;
	border-radius: 4px;
}
.button_submit {
	padding: 10px 0;
	letter-spacing: 2px;
	min-width: 150px;
	font-size: 16px;
	border-radius: 4px;
}
.responsive_table td ol li {
	list-style-type: decimal;
	margin-left: 20px;
	margin-right: 5px;
}
.responsive_table td ul li {
	list-style: disc;
	vertical-align: top;
	margin-left: 20px;
}
/*.responsive_table td .indiv {
	width: 100%;
	height: 150px;
	overflow: auto;
	padding: 2px;
	margin: 5px auto;
	font-size: 12px;
}
.responsive_table td .indiv h5 {
	font-size: 12px;
	font-weight: bold;
}
.responsive_table td .indiv p {
	margin-left: 20px;
}
.responsive_table td .indiv ul {
	margin-left: 20px;
	width: auto;
}
.responsive_table td .indiv ul li {
	margin-left: 20px;
	display: list-item;
	list-style: disc outside;
	width: auto;
}*/
.inner_li li {
	display: inline-block;
	width: 45%;
	font-size: 16px;
}
.inner_li li span {
	float: right;
	text-align: right;
}
/*------------------------------------------------------------*/
@media only screen and (max-width:640px){
.inner_li li {
	width: 95%;
}
}
/*------------------------------------------------------------*/
@media only screen and (max-width:480px){
.responsive_table select, .responsive_table input, .responsive_table textarea {
	padding: 3px 0px;
}
.responsive_table input.ipt {
	width: 98%;
}
.responsive_table select {
	padding: 3px 5px;
	border-radius: 5px;
	width: 98%;
}
.responsive_table td ul li {
}
.responsive_table thead {
	display: none;
}
.responsive_table tbody tr {
	display: block;
	margin-bottom: 8px;
}
.responsive_table tbody th, .responsive_table tbody td {
	display: list-item;
	list-style-type: none;
	border: none;
}
.responsive_table tbody th {
	font-weight: bold;
	margin-bottom: 5px;
	list-style-type: none;
	width: auto;
	text-align: left;
}
.responsive_table tbody th.th {
	text-align: center;
	margin-bottom: -8px;
}
.responsive_table tbody td {
	margin-left: 5px;
	padding: 0;
	width: auto;
}
.button {
	width: 98%;
	height: 50px;
}
.button_submit {
	width: 98%;
	height: 50px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.responsive_table td ul li {
}
.responsive_table input.minman {
	width: 99%;
}
.inner_li li {
	width: 95%;
}
}
/*------------------------------------------------------------*/
.responsive_table .inner_table {
	width: 99%;
	text-align: left;
}
.responsive_table .inner_table ul {
	margin-left: 0px;
	padding-left: 0px;
}
.responsive_table .inner_table ul li {
	display: inline-block;
	width: 30%;
}
/*************
/* フッター
*************/
#footer {
	clear: both;
	padding: 20px 0;
	overflow: hidden;
}
* html #footer {
	height: 1%;
}
#footer .copyright {
	font-size: 11px;
}
#back-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 5;
}
#back-top a {
	font-size: 1.2em;
	width: 68px;
	height: 48px;
	display: block;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 15px;
	text-decoration: none;
	border-radius: 34px;
}

#back-top a::after {
	content: none;
}

/*************
/* フッター固定
*************/
#foot_fix {
	width: 100%;
	max-height: 120px;
	padding: 20px 10% 0;
	vertical-align: top;
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: 4;
}
#foot_fix img {
	display: inline-block;
	margin: 0px 5px;
	height: 90px;
}
/*************
/* topブロック
*************/
.kensaku-block ul {
	margin-top: 20px;
	width: auto;
	height: auto;
}
.kensaku-block li {
	float: left;
	display: inline-block;
	margin: 30px;
	padding: 14px;
	width: calc((100% - 200px)/2);
}
.kensaku-block li h3 {
	text-align: left;
}
.kensaku-block li h3 img {
	float: left;
	margin-top: -34px;
	margin-left: -34px;
	margin-right: 12px;
	margin-bottom: 0px;
}
.kensaku-block li p {
	text-align: left;
	font-size: 16px;
	font-family: verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.4em;
	margin-left: 0px;
	margin-top: 18px;
}
.kensaku-block li p span {
	font-weight: bold;
}
.kensaku-block li img.bl_btn {
	margin-top: -2px;
	float: right;
}
/*************
/* 都道府県ブロック
*************/
.eria47-block ul {
	margin-top: 20px;
	width: auto;
	height: auto;
}
.eria47-block li {
	float: left;
	display: inline-block;
	margin: 30px;
	padding: 14px;
	width: calc((100% - 220px)/2);
}
.eria47-block li h3 {
	text-align: left;
}
.eria47-block li h3 img {
	float: left;
	margin-top: -34px;
	margin-left: -34px;
	margin-right: 12px;
	margin-bottom: 0px;
}
.eria47-block li p {
	text-align: left;
	font-size: 16px;
	font-family: verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.4em;
	margin-left: 0px;
	margin-top: 18px;
}
.eria47-block li p span {
	font-weight: bold;
}
.eria47-block li img.bl_btn {
	margin-top: -2px;
	float: right;
}
/*************
/* circleブロック
*************/
.circle-block {
	margin: 20px auto 30px;
	text-align: center;
}
.circle-block ul {
	margin: auto;
	width: 660px;
	height: auto;
	text-align: center;
}
.circle-block li {
	float: left;
	display: inline-block;
	margin: 10px;
	padding: 00px;
	width: 200px;
}
/*************
/* 流れページ
*************/
dl.nagare dt {
	margin-bottom: 4px;
	margin-top: 20px;
	font-size: 16px;
	font-weight: bold;
	padding-left: 17px;
}
dl.nagare dd {
	margin: 0 0 5px 10px;
	padding: 8px 8px 25px 8px;
}
dl.nagare dd.end {
	padding: 8px;
}
dl.nagare dd li {
	list-style: disc;
	margin-left: 20px;
}
/*************
/* リスト　アコーディオン
*************/
#accordion {
	width: 100%;
}
#accordion dd {
	margin-bottom: 10px;
	display: none;
}
#accordion dt input {
	width: 100%;
	cursor: pointer;
	padding: 3px 0;
}
#t_btn {
	width: 100%;
}
/*************
/* リスト　タブ
*************/
.oss {
	width: 100%;
	overflow: hidden;
	height: 265px;
}
.oss_notaget {
	width: 100%;
	height: 120px;
	text-align: center;
	vertical-align: bottom;
	font-size: 14px;
	padding-top: 100px;
}
.tabs {
	overflow: hidden;
}
.tabs li {
	list-style: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: normal;
	font-family: verdana,"メイリオ","ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
.tabs li a {
	float: left;
	display: block;
	padding: 10px 20px;
	text-decoration: none;
	text-align: center;
	margin-right: -1px;
}
.tab_content {
	width: 100%;
	overflow: hidden;
}
.tab_content > div {
	clear: both;
	padding: 0px;
	line-height: 19px;
	display: none;
}
.tab_content .current {
	display: block;
}
.tab_content #home.first {
	display: block;
}
@media only screen and (max-width:480px){
.tabs li a {
	padding: 10px 0px;
	font-size: 12px;
	width: 33.3%;
	overflow: hidden;
	white-space: nowrap;
}
}
/******************************************************/
/******************************************************/
/* PC用 */
@media only screen and (min-width:940px){
#wrapper {
	width: 1000px;
	padding: 0;
}
#wrapper {
	padding-top: 12px;
	padding-bottom: 20px;
}
#main {
	float: left;
	width: 730px;
}
#sub {
	float: right;
	width: 260px;
/*	overflow:hidden;*/
}
/* グリッド */
.grid {
	width: 235px;
}
.col2 {
	width: 470px;
}
.col3 {
	width: 1000px;
	margin: auto;
}
.col3 li a {
	padding: 0 6px 0 5px;
	font-size: 0.9em;
}
.col3 li a:hover {
	display: block;
}
#sub .grid {
	width: 100%;
	float: none;
	padding-bottom: 30px;
}
}
/******************************************************/
/* モニター幅999px以下 */
@media only screen and (max-width:999px){
.header_content_ct {
	margin: 0 auto 0px;
	width: 100%;
	padding: 10px 0px 30px;
	max-height: calc(100vw / 10 * 3);
	background-size: contain;
}
.kensaku-block li {
	width: calc((90vw - 200px)/2);
}
.eria47-block li {
	width: calc((90vw - 200px)/2);
}
h2:before {
	display: none;
}
.print_btn {
	display: none;
}
h1 span {
	display: none;
}
.inner {
	margin: 0 10px;
	width: auto;
}
#header .info {
	padding-right: 10px;
}
ul#topnav {
	clear: both;
	width: 100%;
}
ul#topnav li {
	width: 33%;
	margin: 0 0 5px;
}
ul#topnav li:nth-child(3n){border-right:0;width:34%;}
ul#topnav li a {
	width: 100%;
	border-top: 0;
}
ul#topnav li:first-child a, ul#topnav li:last-child a {
	width: 100%;
}
.grid {
	width: 49%;
	margin: 2px 0;
}
.col2 {
	float: none;
	width: 100%;
	margin: 0 0 20px;
}
.col3 li a {
	padding: 0 6px 0 5px;
	font-size: 1.1em;
}
.col3 li a:hover {
	display: block;
}
.grid img {
	float: left;
	margin-right: 5px;
}
#gallery .grid img {
	float: none;
}
section.content {
	padding: 0 10px;
}
section.content img {
	max-width: 100%;
	height: auto;
}
#main {
	float: none;
	width: 100%;
}
#sub {
	float: none;
	width: 100%;
}
#sub .grid {
	padding-bottom: 20px;
	width: 49%;
	float: left;
	margin: 0 2px;
}
#sub .w100 {
	width: 100%;
}
#footer {
	padding: 0;
}
#footer .grid {
	float: none;
	width: 100%;
	margin-bottom: 5px;
	text-align: center;
}
#foot_fix {
	padding: 20px 0% 0;
}
#back-top {
	display: none;
}
#back-top a {
	display: none;
}
#top_fixed {
	display: none;
}
#top_fixed .top_box {
	display: none;
}
#top_fixed .top_box span {
	display: none;
}
#top_fixed .top_box:first-child {
	display: none;
}
.left20 {
	margin-left: 0px;
	margin-right: 0px;
}
#wrapper {
	padding: 12px 1% 20px;
	width: 98%;
}
.dis960 {
	display: none;
}
.pic320 {
	padding-right: 10px;
}
.pic_apl td.apl {
	width: 600px;
	width: calc(100vw - 300px);
}
}
/******************************************************/
/* iPad 縦 */
@media only screen and (max-width:768px){
h1 {
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
}
h1 span.txt, p.txt {
	display: none;
}
table.table tbody th, td {
	font-size: small;
}
/*
.kensaku-block li {
	width: calc((90vw - 220px)/2);
}
*/
#header {
	padding-bottom: 0;
}
#mainBanner {
	padding: 3px;
}
.table_jyoken td {
	width: 32%;
}
.dis768 {
	display: none;
}
.e6_box span img.right-radius768 {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.circle-block ul {
	margin: auto;
	width: 100%;
	height: auto;
	text-align: center;
}
.circle-block li {
	float: left;
	display: list-item;
	margin: 3px;
	padding: 0px;
	width: 100%;
}
.responsive_table .inner_table ul li {
	width: 50%;
	font-size: 16px;
}
}
/******************************************************/
/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px){
#kekka {
	width: 100%;
}
h2 {
	font-size: 1.2em;
}
h3.heading {
	font-size: 1.2em;
	margin-top: 10px;
}
h4.heading {
	font-size: 1.15em;
}
#kekka td {
	padding: 0 0;
}
#footer .grid {
	width: 100%;
}
section.content {
	padding: 0 0;
}
.pankuzu span a {
	text-decoration: underline;
	font-size: 16px;
}
.pankuzu span.this {
	font-size: 14px;
}
.grid img {
	float: none;
	margin: 20px auto 10px;
}
#footer .grid img {
	margin: auto;
}
.grid p {
	text-align: left;
}
img.frame, #gallery img {
	border-width: 2px;
}
.alignleft, .alignright {
	float: none;
	display: block;
	margin: 0 auto 10px;
}
#footer .grid p {
	text-align: center;
}
#gallery .gridWrapper {
	width: 100%;
	padding: 0;
	text-align: center;
}
#gallery .grid {
	width: 50%;
	display: inline-block;
	margin: 0 0%;
	padding: 0;
}
.larg {
	font-size: 1.0em;
}
.dis640 {
	display: none;
}
.to-riq ul {
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
}
.to-riq li {
	padding: 5px 0;
/*list-style:inside;*/list-style: none;
	font-size: 14px;
	margin: 0px;
}
.to-riq li a {
	display: block;
	padding: 3px 5px 3px 15px;
}
.to-riq li a:hover {
	display: block;
}
.w90re {
	width: 100%;
	max-width: 100%;
}
.w70re {
	width: 100%;
	max-width: 100%;
}
.pic320 {
	float: none;
	width: 100%;
	max-width: 320px;
	display: block;
	margin: 0px auto;
	padding-right: 0px;
}
.pic_apl td.apl {
	width: 480px;
	width: calc(100vw - 180px);
}
.pic_apl td.btn_area {
	width: 100%;
}
.list tbody tr {
	display: inline-block;
	width: auto;
}
.list thead th, .list tbody th {
	/*width: 30%;*/
	width: auto;
	padding: 0px 5px;
	display: table-cell;
}
.list thead td, .list tbody td {
	width: auto;
	display: table-cell;
}
.e6_box span {
	margin-right: 0px;
	width: 100%;
}
#foot_fix {
	max-height: 90px;
	padding: 12px 0% 0;
}
#foot_fix img {
	height: 70px;
}
.kensaku-block li {
	width: auto;
}
.eria47-block li {
	width: auto;
}
.header_text_ct h1 {
	margin: 10px 0 0 10px;
}
.header_text_ct img {
	margin: 10px 20px 10px 0px;
}
.responsive_table .inner_table ul li {
	width: 100%;
}
h6 {
	margin-top: 20px;
	margin-left: 5px;
	font-size: 16px;
}
}
/******************************************************/
/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){
.list_inline{
	margin-left: 10px;
} 

.scroll_div {
	width: 95vw;
	height: 60vh;
	margin-left: 6px;
}
.btn_n {
	font-size: 22px;
	min-width: 220px;
	padding: 0 15px;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
}
.logo {
	height: 40px;
	vertical-align: top;
	margin-top: 0px;
}
.info {
	padding: 10px 0 0;
}
.def3 {
	width: 100%;
}
.left20 {
	margin-left: 0px;
	margin-right: 0px;
}
ul#topnav li {
	width: 50%;
}
ul#topnav li:nth-child(3n){
	width:50%;
}
ul#topnav li:nth-child(2n),ul#topnav li:nth-child(6n){border-right:0;}
#mainBanner {
	margin-left: 1px;
}
#mainBanner h2, #mainBanner h3 {
	font-size: 80%;
}
#sub .grid {
	width: 100%;
}
#gallery .gridWrapper {
	width: 100%;
	padding: 0;
	text-align: center;
}
#gallery .grid {
	width: 100%;
	display: inline-block;
	margin: 0 0%;
	padding: 0;
}
#gallery img {
	margin-bottom: 5px;
}
.dis480 {
	display: none;
}
.br468{
display: inline;
}

.to-kensaku-5 li, .to-kensaku-4 li {
	width: 33.3%;
}
.list thead th, .list tbody th {
	width: auto;
	padding: 0px 5px;
	display: table-cell;
}
.list thead td, .list tbody td {
	width: auto;
	display: table-cell;
}
.pankuzu {
	margin-bottom: 5px;
}
.pic_apl {
	width: 100%;
	border: none;
}
.pic_apl td.btn_area {
	width: 100%;
}
h1 {
	text-align:left;
}
h3.heading {
	font-size: 1.1em;
}
h4.heading {
	font-size: 1.1em;
}
.header_content_ct {
	background: #336699 url("style.css");
	margin: 0 auto 0px;
	width: 100%;
	padding: 10px 0px;
	height: 100px;
}
.pro_hl, .pro_hf, .pro_ah, .pro_reins, .pran_tsuki, .pran_ikkatsu, .demo_top, .hp_top, .it_hojo{
	background: #336699 url("style.css");
}

.content div img{
max-width:90vw;
}
.hint{
	margin-left:10px;
}
.hint img{
	width:100px;
}
.hint p{
	font-size:1.1em;
	line-height:20px;
}
.hint p span{
	font-size:14px;
}

}
/******************************************************/
/* スマートフォン 縦(320) */
@media only screen and (max-width:320px){
.pic_apl td {
	padding: 3px;
	display: block;
}
.pic_apl td.pic {
	width: 100%;
	text-align: center;
	vertical-align: top;
	border-bottom: none;
}
.pic_apl td.apl {
	width: 100%;
}
.top_btn {
	width: 90%;
	display: block;
}
}
