@charset "utf-8";


/*全体の設定
---------------------------------------------------------------------------*/
body {
	color: #333;
	margin: 0px;
	padding: 0px;
	font: 15px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";		background-color: #FFF;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #333;
}
a:hover {
	color: #e11202;
	text-decoration: none;
}

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	background-color: #fcfcfc;
}
/*ヘッダーブロックの中*/
header .inner {
	background: url(../images/logo2.png) no-repeat left top;
	width: 997px;
	height: 100px;
	position: relative;
	margin: 0px auto;
}

header .inner a {
	text-decoration: none;
}

/*h1ロゴの設定*/
header .inner h1 {
	position: absolute;
	left: 10px;
	top: 17px;
	margin-left: 72px;
	margin-top: 0px;

}

#comp_name {
	font-size: 36px;
	font-family: "HGS正楷書体";
	font-weight: bold;
	color: #25355a;
}

/*電話番号ボックスの設定*/
header .inner address {
	position: absolute;
	top: 15px;
	right: 20px;
	font-size: 14px;
	text-align: left;
	line-height: 1.4;
	letter-spacing: 0.2em;	/*文字間隔を少し広めに*/
}
/*電話番号の文字設定*/
header .inner address .tel {
	font-size: 20px;
	color: #e11202;
	font-weight: bold;
	font-style: normal;
	display: block;
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック設定*/
nav#menu {
	height: 60px;
	background-color: #FFF;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e7e7e7));
	background-image: -webkit-linear-gradient(#FFF, #e7e7e7);
	background-image: linear-gradient(#FFF, #e7e7e7);
	border-top: 1px solid #d4d4d4;
	border-bottom: 5px solid #25355a;
}
nav#menu ul {
	width: 997px;
	margin: 0px auto;
}
/*メニュー１個ごとの設定*/
nav#menu ul li {
	float: left;
	width: 165px;
	border-right: 1px solid #d4d4d4;
	text-align: center;
	font-weight: bold;
}
nav#menu ul li a {
	text-decoration: none;
	display: block;
	line-height: 30px;
	padding-top: 5px;
	color: #222;
	font-size: 16px;
	letter-spacing: 0.1em;
	text-shadow: #FFF 0px 2px;
}
/*最初のメニューの設定*/
nav#menu ul li:first-child {
	border-left: 1px solid #d4d4d4;
}
/*マウスオン時の設定*/
nav#menu ul li a:hover,
nav#menu ul li#current a {
	background-color: #FFF;
	border-bottom: 5px solid #00a0e9;
}
/*英語表記の設定*/
nav#menu ul li a span {
	color: #25355a;
	font-size: 11px;
	display: block;
	font-weight: normal;
	letter-spacing: 0.2em;
	line-height: 20px;
	padding-bottom: 5px;
}

/*トップページのスライドショー
---------------------------------------------------------------------------*/
#mainimg {
	clear: left;
}
#mainimg aside {
	width: 997px;
	height: 260px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#mainimg .slide_file {
	display: none;
}
#slide_image {
	z-Index:2;
	position: absolute;
	left:0px;
	top:0px;
}
#slide_image2 {
	z-Index:1;
	position: absolute;
	left:0px;
	top:0px;
}

/*コンテナ（mainimg,main,subを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	background: url(../images/bg1.jpg) repeat-x;
}
/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 997px;
	margin: 0px auto;
	margin-top: 20px;
}

/* index.html ５つの特徴ボタン
---------------------------------------------------------------------------*/
/*メニューブロック全体の設定*/
nav#menubar ul {
	padding-left: 4%;
}
/*メニュー１個あたりの設定*/
nav#menubar ul li {
	float: left;
	width: 14%;	
	margin-left: 2%;
}
/*各メニューの写真部分の設定*/
nav#menubar ul li img {
	width: 85%;
	height: auto;
}
nav#menubar ul li a img {
	-webkit-box-shadow: 1px 2px 10px rgba(0,0,0,0.3);
	box-shadow: 1px 2px 10px rgba(0,0,0,0.3);
	border: 7px solid #fff;
/*	border-radius: 200px;*/
	border-radius: 500px;
}
/*各メニューの写真部分のマウスオン時の設定*/
nav#menubar ul li a:hover img {
	border: 7px solid #00a0e9;
}
/*テキスト部分の設定*/
nav#menubar ul li a {
	text-decoration: none;
	color: #FFF;
}
nav#menubar ul li a span {
	display: block;
	word-wrap: break-word;
	border-radius: 10px;
	font-size: 14px;
	text-align: center;
	line-height: 1;
	background: #b3b3b3;
	margin-top: 15px;
	margin-bottom: 40px;
	padding: 5px 0px;
}
/*テキスト部分のマウスオン時の設定。*/
nav#menubar ul li a:hover span {
	color: #00a0e9;
/*	background: rgba(0,0,0,0.6);*/
}

#step #title {
	width: 710px;
}

#step #title2 {
	width: 310px;
}

/*メインコンテンツ（中央ブロック）
---------------------------------------------------------------------------*/
#main {
	float: right;
	width: 720px;
	padding-bottom: 30px;
}
/*mainコンテンツのh1タグ設定*/
#main h1 {
	clear: both;
	background-color: #f4f4f4;
	font-size: 130%;
	letter-spacing: 0.2em;	/*文字間隔を少し広めに*/
	color: #25355a;
	padding: 1px 0px 0px 10px;
	border-top: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
	border-bottom: 3px solid #25355a;
	border-left: 1px solid #d4d4d4;
	border-radius: 5px 5px 0px 0px;
}

/*mainコンテンツのh2タグ設定*/
#main h2 {
	clear: both;
	background-color: #f4f4f4;
	font-size: 120%;
	letter-spacing: 0.2em;	/*文字間隔を少し広めに*/
	color: #25355a;
	padding: 1px 0px 0px 10px;
	border-top: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
	border-bottom: 2px solid #25355a;
	border-left: 1px solid #d4d4d4;
	border-radius: 5px 5px 0px 0px;
}

/*mainコンテンツのh3タグ設定*/
#main h3 {
	clear: both;
	background-color: #f7f7f7;
	font-size: 120%;
	letter-spacing: 0.1em;
	color: #25355a;
	padding: 2px 0px 0px 10px;
	border-bottom: 2px solid #d4d4d4;
}

#main .h3-2 {
	border-bottom: 2px solid #e11202;
}

/*mainコンテンツのh4タグの設定*/
#main h4 {
	clear: left;
	padding: 2px 0px 0px 10px;
	font-size: 110%;
	letter-spacing: 0.1em;
	border: 1px solid #CCC;
	margin-bottom: 0.5em;
	background-color: #fbfbfb;
	color: #25355a;
}

/*mainコンテンツの段落タグ設定*/
#main p {
	padding: 10px 10px 15px;
}

#main ul#list_t li {
	position: relative;
	margin-left: 30px;
	margin-right: 10px;
}
#main ul#list_t li::after,
#main ul#list_t li::before {
	display: block;
	content: '';
	position: absolute;
}
#main ul#list_t li::after {
	top: .35em;
	left: -1.2em;
	width: 14px;
	height: 14px;
	background-color: #274689;
	border-radius: 100%;
}
#main ul#list_t li::before {
	z-index: 2;
	top: .625em;
	left: -.975em;
	width: 4px;
	height: 4px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#main ul#list_d li {
	list-style-type: decimal;
	position: relative;
	margin-left: 40px;
	margin-right: 10px;
}

#flow1 {
	display: inline-block;
	width: 40%;
	padding: 10px 10px 10px 10px;
	background-color: #f4f4f4;
    border: 3px solid #777;
    border-radius: 6px;
	line-height: 1.4;
}

#flow11 {
	font-size: 75%;
}

#flow12 {
	display: inline-block;
	width: 40%;
	padding: 10px 10px 10px 10px;
	background-color: #ebe4f1;
    border: 3px solid #8962ad;
    border-radius: 40px;
	line-height: 1.4;
}

#flow2 {
	display: inline-block;
	width: 50%;
	padding: 10px 10px 10px 10px;
    border-left: 2px solid #777;
    border-right: 2px solid #777;
    border-radius: 6px;
	text-align: left;
	line-height: 1.4;
}

#flow4 {
	padding: 10px 20px 10px 20px;
	background-color: #f4f4f4;
	border: 1px solid #25355a;
}

.flow4 {
	width: 710px;
	text-align: center;
}

.flow4 #flow1 {
	width: 25%;
}

.fw_bold {
    font-weight: bold;
}

.flow_fl {
	float: left;
	width: 340px;
	height: auto;
	text-align: center;
}

.flow_fr {
	float: right;
	width: 340px;
	height: auto;
	text-align: center;
}

.flow_fl2 {
	float: left;
	width: 220px;
	height: auto;
	text-align: center;
}

.flow_fr2 {
	float: left;
	width: 220px;
	height: auto;
	text-align: center;
}

.flow_fl3 {
	float: left;
	width: 176px;
	height: auto;
	text-align: center;
}

.flow_fr3 {
	float: left;
	width: 176px;
	height: auto;
	text-align: center;
}

.flow_fl2 #flow1 , .flow_fr2 #flow1 , .flow_fl3 #flow1 , .flow_fr3 #flow1 {
	width: 60%;
}


/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
	float: left;
	width: 240px;
	padding-bottom: 10px;
}

/*subコンテンツ内のbox1設定*/
#sub .box1 {
	background-color: #f1f1f1;
	border: 1px solid #cfcfcf;
	padding: 7px;
	margin-bottom: 15px;
}

/*subコンテンツ内のh2タグ設定*/
#sub .box1 h2 {
	font-size: 110%;
	letter-spacing: 0.1em;
	text-align: center;
	border-radius: 0;
	background-color: #274689;
	padding: 3px 0px;
	color: #FFF;
}
/*見出しにbox1やメニューが繋がった場合に枠線が重複しない為の設定*/
#sub h2 + ul,
#sub h2 + .box1 {
	border-top: none;
}
/*box1の中にメニューが入った場合に下に余分な余白が出るのをなくす設定*/
#sub .box1 > ul {
	margin-bottom: 0;
}

/*サブコンテンツ内のbox2（店舗情報）
---------------------------------------------------------------------------*/
#sub .box2 {
	border-top: 5px solid #274689;
	padding: 9px 15px 10px 15px;
	background-color: #f1f1f1;
	margin-bottom: 15px;
}

#sub .box2 h3 {
	font-size: 110%;
	letter-spacing: 0.1em;	/*文字間隔を少し広めに*/
	text-align: center;
	color: #274689;
	padding: 0px 10px 1px 10px;
	border: none;
	border-bottom: 1px solid #274689;
	background-color: transparent;
	margin-bottom: 10px;
}

#sub .box2 h3#webact {
	text-align: left;
	color: #00a0e9;
	padding: 5px 10px 5px 50px;
	border: none;
	background: #fff url(../images/mail_on_48.png) no-repeat 5px -6px;
	margin: 10px 10px 10px 10px;
	border: 1px solid #00a0e9;
}

#sub .box2 h3#webact:hover {
	color: #fff;
	background: #00a0e9 url(../images/mail_48.png) no-repeat 5px -6px;
	border: 1px solid #f1f1f1;
}

#sub .box2 a {
	text-decoration: none;
}

#sub .box2 p {
	color: #000;
	padding-left: 10px;
	line-height: 1.8;
}

/*subコンテンツ内のbox3設定*/
#sub .box3 {
	background-color: #fff;
	border: 1px solid #cfcfcf;
/*	padding: 7px;*/
	margin-bottom: 15px;
}

#sub .box3 h2 {
	font-size: 110%;
	letter-spacing: 0.1em;
	text-align: center;
	background-color: #f1f1f1;
	color: #333;
}

#sub .box3 img {
	border: 1px solid #ed6d00;
	padding: 3px 1px;
	margin: 0px 0px 10px 7px;
}

/*mainコンテンツ内のbox4設定*/
#main .box4 {
	width: 708px;
	border: 1px solid #cfcfcf;
	background-color: #f8f9f9;
	padding: 2px 2px 15px 2px;
	margin-bottom: 20px;
}

#main .box4 h2 {
	font-size: 120%;
	border-radius: 0;
	background-color: #00a0e9;
	padding: 3px 10px;
	color: #FFF;
	border: none;
	text-align: center;
}

#main .box4 #b_tel {
	color: #00a0e9;
	font-size: 30px;
	font-weight: bold;
	padding-left: 35px;
}

#main .box4 #b_time {
	color: #333;
	margin-top: -30px;
	padding-left: 40px;
}

#main .box4 h3#webact {
	text-align: left;
	color: #00a0e9;
	padding: 5px 0px 5px 60px;
	border: none;
	background: #fff url(../images/mail_on_48.png) no-repeat 10px -6px;
	margin: -70px 30px 20px 290px;
	border: 1px solid #00a0e9;
}

#main .box4 h3#webact:hover {
	color: #fff;
	background: #00a0e9 url(../images/mail_48.png) no-repeat 10px -6px;
	border: 1px solid #f1f1f1;
}

#main .box4 a {
	text-decoration: none;
}

/*サブコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニュー全体の設定*/
#sub ul.submenu {
	margin-bottom: 0px;
}
/*メニュー１個ごとの設定*/
#sub ul.submenu li {
	background: #fff url(../images/mark2.png) no-repeat 10px center;
	border-bottom: 1px solid #f1f1f1;
}
#sub ul.submenu li a {
	text-decoration: none;
	display: block;
	padding: 2px 10px 2px 25px;
	color: #000;
}
/*マウスオン時*/
#sub ul.submenu li a:hover {
	background: #f3f6fa url(../images/mark1.png) no-repeat 10px center;
	color: #e11202;
}
#sub ul.submenu li.current {
	background: #f3f6fa url(../images/mark1.png) no-repeat 10px center;
	color: #333;
}

#iframe {
/*	margin-top: 10px;*/
	border: 1px solid #cccccc;
}

/* index.html 遷移ボタン
---------------------------------------------------------------------------*/
/*ホーム２列用*/
#main section.list2 {
	padding: 0px;
	background-color: #fff;
	border-radius: 0px;
	margin-left: 45px;
	position: relative;
	overflow: hidden;
}

#main section.list2 a {
	text-decoration: none;
	display: block;
	overflow: hidden;
}

/*ボックス内の段落タグ設定*/
#main section.list2 p {
	margin: 0;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

/*ボックス内のh4タグ設定*/
#main section.list2 h4 {
/*	padding: 2px 0px 2px 10px; */
	text-align: left;
	font-size: 100%;
	margin: 0;
	background: #f3f3f3;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#f3f3f3));
	background: -webkit-linear-gradient(#FFF, #f3f3f3);
	background: linear-gradient(#FFF, #f3f3f3);
	border-left: 5px solid #e11202;
	color: #25355a;
}

#main section img {
	padding-top: 0px;
}

#rinen {
	margin-top: 20px;
	font-size: 18px;
	font-family: "HGS正楷書体";
	color: #25355a;
	display: inline;
}

#rinen_sp {
	margin: -25px 10px 0px 20px;
}

#big_ch {
	font-size: 140%;
}

/*トップページ内「主要サービス」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#left {
	width: 720px;
	float: left;
	padding: 10px;
}

img.fr {
	float: right;
	margin: 0px 0px 15px 10px;
}
img.fl {
	float: left;
	margin: 0px 10px 15px 0px;
}

/*相談の流れブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#fl {
	width: 340px;
	float: left;
	margin-left: 15px;
	padding: 0;
}

#fl p ,#fr p {
	margin: 0;
	padding: 0px 25px 0px 5px ;
}

#fr {
	width: 340px;
	float: right;
	margin: 0;
	padding: 0;
}

#bg_col1 {
	background: #f1f1f1;
	padding: 0;
	margin: 0px 20px 0px 10px;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new {
	margin-top: 10px;
}

#new dl{
	border: 1px solid #d2d2d2;
	overflow: auto;
	height: 150px;
	padding-left: 10px;
}
/*日付設定*/
#new dt {
	float: left;
	width: 8em;
}
/*記事設定*/
#new dd {
	border-bottom: 1px solid #d2d2d2;
	padding-left: 8em;
}
#new dd img {
	vertical-align: middle;
	width: 30px;
	height: 11px;
}

/*「faqcase.html」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
dl.faq {
	overflow: auto;
	height: auto;
	padding-left: 10px;
}
/*質問*/
dl.faq dt {
	font-weight: bold;
	float: left;
	width: 660px;
	padding: 0px 10px 5px 30px;
	background-image: url(../images/q_mark.png);
	background-repeat: no-repeat;
}
/*回答*/
dl.faq dd {
	float: left;
	width: 660px;
	border-bottom: 1px solid #d2d2d2;
	background-image: url(../images/a_mark.png);
	background-repeat: no-repeat;
	padding: 0px 10px 5px 30px;
	margin-bottom: 15px;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 100%;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #CCC;
	line-height: 2;
}
/*テーブル内の右側*/
.ta1 td{
	padding: 10px;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
/*	width: 140px;*/
	padding: 10px;
	text-align: center;
	background-color: #f7f7f7;
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #bebebe;
}
/*テーブルのキャプション設定*/
.ta1 caption{
	padding: 10px;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	text-align: left;
	background-color: #e9ddae;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#efe6c5), to(#e9ddae));
	background-image: -webkit-linear-gradient(#efe6c5, #e9ddae);
	background-image: linear-gradient(#efe6c5, #e9ddae);
	font-weight: bold;
}

/*テーブル２
---------------------------------------------------------------------------*/
.ta2 {
	margin-left: 20px;
	width: 85%;
	background-color: #f7f7f7;
}
.ta2 tbody {
	border: 1px solid #ccc;
	padding: 10px 0px 10px 0px;
}
.ta2, .ta2 td, .ta2 th{
	border: none;
	line-height: 1;
	text-align: left;
}
.ta2 td , .ta2 th {
	padding: 8px 10px 8px 10px;
}

/* price.html 料金テーブル
---------------------------------------------------------------------------*/
#type1 {
	text-align: left;
}

#type3 ,#type4 {
	text-align: right;
}

.bg_col_1 {
	background-color: #f7f7f7;
}

.bg_col_2 th {
	background-color: #f5f5f5;
	border-bottom: 2px solid #d4d4d4;
}

.td20 {
	width: 20%;
}

.td52 {
	width: 52%;
}

.td14 {
	width: 14%;
}

.td40 {
	width: 40%;
}

.td30 {
	width: 30%;
}

.td25 {
	width: 25%;
}

.td40 {
	width: 40%;
}

/* index.html ホーム・ボタン
---------------------------------------------------------------------------*/
.button {
	float: left;
	width: 190px;
    border: 4px solid #777;
    border-radius: 6px;
    color: #25355a;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    line-height: normal;
	font-size: 20px;
    padding: 30px 0px;
	margin: 0px 15px 15px 0px ;
	text-align: center;
    text-decoration: none;
	letter-spacing: 0.1em;
}

#main section.list2 #left a:first-child {
    border-color: #548154;
}

#main section.list2 #left a:nth-child(2) {
    border-color: #975397;
}

#main section.list2 #left a:nth-child(3) {
    border-color: #768096;
}

#main section.list2 #left a:nth-child(4) {
    border-color: #b85252;
}

#main section.list2 #left a:nth-child(5) {
    border-color: #976d28;
}

#main section.list2 #left a:nth-child(6) {
    border-color: #cbad8b;
}

/* Shutter Out Horizontal */
.hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
/*  background: #e1e1e1;*/
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
/*  background: #00a0e9;*/
  background: #00a0e9;
/*  opacity: 0.4;*/ 
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
  color: white;
}
.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	clear: both;
}
#pagetop a {
	color: #FFF;
	font-size: 10px;
	background-color: #25355a;
	text-decoration: none;
	text-align: center;
	width: 10em;
	display: block;
	float: right;
}
/*マウスオン時*/
#pagetop a:hover {
	background-color: #274689;
	color: #FFF;
}

/*ページの上部へ（↑）ボタン
---------------------------------------------------------------------------*/
#pagetop2 {
	clear: both;
	position: fixed;
 	bottom: 5%;
 	right: 3%;
}
#pagetop2 p {
}
#pagetop2 a {
	font-size: 20px;
	display: block;
	color: #25355a;
	background: #fff;
	float: right;
	text-decoration: none;
	line-height: 1;
	padding: 20px;
	border-radius: 50px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	border: 1px solid #ccc;
}
#pagetop2 a:hover {
	color: #fff;
	background: #25355a;
}

/*フッターメニュー設定
---------------------------------------------------------------------------*/
ul#footermenu {
	clear: both;
	margin: 0px auto;
	text-align: center;
	font-size: 12px;
}
ul#footermenu li {
	display: inline;
	padding: 0px 12px 0px 10px;
	background: url(../images/mark2.png) no-repeat;
	background-position: 0px 4px;
}

ul#footermenu li:hover {
	background: url(../images/mark1.png) no-repeat;
	background-position: 0px 4px;
}

/*フッターメニュー設定 2016.10.19 ADD
---------------------------------------------------------------------------*/
#footermenu {
	overflow: hidden;
	width: 980px;
	margin: 0px auto;
	padding: 20px 0px;
}
#footermenu ul {
	float: left;
	width: 222px;
	border-right: 1px solid #aaa;
	height: 360px;
	padding: 5px 0px 0px 20px;
}
#footermenu h3 {
	font-size: 16px;
/*	line-height: 20px; */
	text-align: left;
	color: #fcff1a;
	padding: 0px 0px 5px 5px;
}

#footermenu ul.bl {
	border-left: 1px solid #aaa;
}
#footermenu ul li {
	line-height: 24px;
	text-align: left;
	padding-left: 20px;
}

#footermenu ul li a:hover {
	color: #fcff1a;
	text-decoration: none;
}

/*フッター設定(copyrightなどが入った最下部ブロック)
---------------------------------------------------------------------------*/
footer {
	width: 100%;
	clear: both;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #FFF;
	background: #25355a;
}
footer .pr {
	display: block;
	font-size: 80%;
}
footer a {
	text-decoration: none;
	color: #FFF;
}
footer a:hover {
	color: #FFF;
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background: #dcdcdc;
}
.mb1em {
	margin-bottom: 15px;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb25 {
	margin-bottom: 25px;
}
.mb35 {
	margin-bottom: 40px;
}
.mt05 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mtm10 {
	margin-top: -10px;
}
.mtm15 {
	margin-top: -15px;
}
.mtm20 {
	margin-top: -20px;
}
.mtm130 {
	margin-top: -130px;
}
.mtm160 {
	margin-top: -160px;
}
.mtm275 {
	margin-top: -260px;
}
.mt30 {
	margin-top: 30px;
}
.ml05 {
	margin-left: 5px;
}
.ml10 {
	margin-left: 10px;
}
.ml15 {
	margin-left: 15px;
}
.ml20 {
	margin-left: 20px;
}
.ml25 {
	margin-left: 25px;
}
.ml30 {
	margin-left: 30px;
}
.ml40 {
	margin-left: 60px;
}
.mr340 {
	margin-right: 340px;
}
.mt10mb15 {
	margin-top: 10px;
	margin-bottom: 15px;
}
.mt20mb15 {
	margin-top: 20px;
	margin-bottom: 15px;
}
.mt30mb15 {
	margin-top: 30px;
	margin-bottom: 15px;
}
.mt40mb20 {
	margin-top: 40px;
	margin-bottom: 20px;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 15px;
	list-style: disc;
}
.color1 {
	color: #f61468;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
.mini1 {
	font-size: 12px;
	line-height: 1.5;
}
figcaption {
	font-size: 11px;
}
#menubar_hdr {
	display: none;
}

.inl {
	list-style-type: none;
	margin-left: 40px;
}

.kasen {
	text-decoration: underline;
}

.lhs {
	line-height: 1.0;
}

.cent {
	text-align: center;;
}

/*---------------------------------------------------------------
	ClearFIX
---------------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
}

#formhead p {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


/*****************************************************************************/
/*                     <---( mailform.html )----->       2015.03.12          */
/*****************************************************************************/

div#mail_comment {  
 padding: 40px 0px 0px 0px;
 text-align: left;
 background-color: #FFFFFF;
}

td.tokubetu p {
	font-size: 14px;
	line-height: 1.7;
}

div#wrapper {
	width: 720px;
	text-align: left;
	background-color: #FFF;
	margin: 10px auto;
	border-radius: 5px;
	border: solid 1px #999;
	box-shadow: 0px 0px 10px #666;
}
div#wrapper div#header,div#wrapper div#footer {
	border: solid 2px #25355a;
	background-color: #25355a;
}
div#wrapper div#container {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg1.png);
	background-repeat: no-repeat;
	background-position: right -50px;
}
div#wrapper div#header {
	margin: 5px;
	padding: 10px 30px;
	border-radius: 5px;
}
div#wrapper div#header h1 {
	color: #FFF;
	text-shadow: 0px 0px 10px #000;
	font-size: 2rem;
	padding: 5px 0px 0px 0px;
	margin: 0px;
	font-family: sans-serif;
}
div#wrapper div#header span {
	padding-left: 20px;
	font-size: 20px;
	line-height: 2em;
	color: #FFF;
	text-shadow: 0px 0px 5px #000;
}

div#container div#contents p#thanks {
	padding: 30px 10px 60px 30px;
	line-height: 2em;
	color: #333333;
}

/* thanks.html
---------------------------------------------------------------------------*/
/*「前にもどる」ボタンエリアの設定*/
div#goback {
	padding-bottom: 30px;
}

/*「前にもどる」ボタンの設定*/
#goback p a {
	text-decoration: none;
	display: block;
	background-color: #74749c;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#9797b6), to(#74749c));
	background-image: -webkit-linear-gradient(#9797b6, #74749c);
	background-image: linear-gradient(#9797b6, #74749c);
	color: #FFF;
	width: 12em;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-box-shadow: 1px 2px 5px #adadad;
	box-shadow: 1px 2px 5px #adadad;
}
/*「前にもどる」ボタンのマウスオン時*/
#goback p a:hover {
	opacity: 0.7;
}

/**********(20151229  END  )*************************/

/*ここからタブレット用環境の設定
/*ここからタブレット用環境の設定
/*ここからタブレット用環境の設定
/*ここからタブレット用環境の設定
/*ここからタブレット用環境の設定
/*ここからタブレット用環境の設定
/*ここからタブレット用環境の設定
/*ここからタブレット用環境の設定
/*ここからタブレット用環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (min-width:481px) and (max-width:800px){

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	background-image: none;
}
header .inner {
	background-image: none;
	width: 100%;
	height: auto;
	text-align: left;
}
/*h1ロゴの設定*/
header .inner h1 {
	position: static;
	margin: 0;
	padding: 0;
}

#comp_name {
	margin: 0;
	padding: 0;
	margin-left: 20px;
	font-size: 24px;
	text-align: left;
	vertical-align: bottom;
}

/*電話番号ボックスの設定*/
header .inner address {
	position: static;
	padding: 0px 10px 5px 0px;
	text-align: right;
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
nav#menu {
	width: auto;
	height: auto;
	overflow: hidden;
	border-bottom: none;
	border-left: 1px solid #d4d4d4;
	margin-bottom: 6px;
	margin-left: 10px;
	margin-right: 10px;
}
nav#menu ul {
	float: none;
	width: auto;
}
/*メニュー１個ごとの設定*/
nav#menu ul li {
	width: 50%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-bottom: 1px solid #d4d4d4;
}
nav#menu ul li a:hover {
	border-bottom: none;
}
/*最初のメニューの設定*/
nav#menu ul li:first-child {
	border-left: none;
}

nav#menu ul li#current a {
	border: none;
}
/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	width: auto;
	padding: 10px;
}

/*main,subコンテンツ
---------------------------------------------------------------------------*/
#main, #sub ,#mainimg , .flow4 {
	float: none;
	width: auto;
}

/*トップページのメイン画像
---------------------------------------------------------------------------*/
#mainimg {
	padding: 10px;
/*	margin: 0px 6px 1%*/;
}
#mainimg aside {
	height: auto;
	width: 100%;
}
#mainimg aside img {
	vertical-align: bottom;
}
#slide_image {
	height: auto;
	width: 100%;
	position: relative;
}

#main section img {
	width: 40%;
	height: auto;
}

/* index.html →  business.html 遷移ボタン
---------------------------------------------------------------------------*/
#main section.list2 {
	padding: 10px 10px;
	margin: 0;
	margin-left: 20px;
}

.button {
	float: left;
/*	width: 150px; */
	width: 27%;
	font-size: 20px;
    padding: 20px 0px;
	margin: 0px 10px 15px 0px ;
}

/*その他
---------------------------------------------------------------------------*/
/*<body class="s-n">指定の場合にsubブロックも表示させない設定*/
body.s-n #sub {
	display: none;
}
/*幅一杯に画像を表示させる*/
img.wa {
	height: auto;
	width: 100%;
}
/* iframeの幅設定*/
#iframe {
	width: 90%;
	height: auto;
	padding: 5px;
	margin-left: 25px;
}


/*トップページ内「主要サービス」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#left {
	float: none;
	width: auto;
	height: auto;
	padding: 0px 10px 0px 10px;
	margin: 0;
	margin-bottom: 5px;
}

/*相談の流れブロック
---------------------------------------------------------------------------*/
#main #step {
	float: none;
	width: auto;
}

#fl {
	width: 265px;
	height: auto;
	padding: 0px 5px 0px 10px;
	margin: 0;
	margin-bottom: 5px;
}

#fr {
	width: 265px;
	height: auto;
	padding: 0px 10px 0px 5px;
	margin: 0;
	margin-bottom: 5px;
}

#flow1 , #flow12 {
	width: 50%;
	padding: 10px;
}

.flow_fl , .flow_fr {
	width: 265px;
	height: auto;
	margin: 0;
}

.flow_fl2 {
	width: 180px;
}

.flow_fr2 {
	width: 180px;
}

.flow_fl3 {
	width: 144px;
}

.flow_fr3 {
	width: 144px;
}

#step #title , #title {
	width: 100%;
	height: auto;
}

#step #title2 {
	width: 100%;
	height: auto;
}

#fl p, #fr p {
	width: 240px;
	padding: 0px 10px 0px 10px;
}

/*質問*/
dl.faq dt {
	width: auto;
	height: auto;
}
/*回答*/
dl.faq dd {
	width: auto;
	height: auto;
	margin-bottom: 10px;
}

/*日付設定*/
#new dt {
	float: none;
	width: auto;
	line-height: 1.3;
	padding-left: 5px;
}
/*記事設定*/
#new dd {
	padding-left: 5px;
	line-height: 1.3;
}

#new dd img {
	width: auto;
}

/* business.html flow.html
---------------------------------------------------------------------------*/
#main .box4 {
	float: none;
	width: auto;
}

#main .box4 h3#webact {
	line-height: 1.4;
}

.mtm130 {
	margin-top: -100px;
}

.mtm160 {
	margin-top: -120px;
}

.mtm275 {
	margin-top: -220px;
}

/*フッターメニュー設定 2016.10.19 ADD
---------------------------------------------------------------------------*/
#footermenu {
	width: auto;
}
#footermenu ul {
	width: auto;
	border-right: none;
	height: auto;
	padding: 0px;
}
#footermenu ul li {
	width: 100%;
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
/* width: 100%; */
 width: auto;
 min-width: 400px;
}


}


/*ここからスマートフォン用環境の設定
/*ここからスマートフォン用環境の設定
/*ここからスマートフォン用環境の設定
/*ここからスマートフォン用環境の設定
/*ここからスマートフォン用環境の設定
/*ここからスマートフォン用環境の設定
/*ここからスマートフォン用環境の設定
/*ここからスマートフォン用環境の設定
/*ここからスマートフォン用環境の設定
/*ここからスマートフォン用環境の設定
/*ここからスマートフォン用環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width : 480px){

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	background-image: none;
}
header .inner {
	background-image: none;
	width: auto;
	height: auto;
	text-align: left;
}
/*h1ロゴの設定*/
header .inner h1 {
	position: static;
	margin: 0;
	padding: 0px 10px 0px 0px;
	text-align: left;
}

#comp_name {
	margin-left: 20px;
	font-size: 20px;
	text-align: left;
}

/*電話番号ボックスの設定*/
header .inner address {
	position: static;
	padding: 0px 10px 5px 0px;
	text-align: right;
	top: 0px;
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
nav#menu {
	height: auto;
	overflow: hidden;
	border-bottom: none;
	border-left: 1px solid #d4d4d4;
	margin-bottom: 6px;
	margin-left: 5px;
	margin-right: 5px;
}
nav#menu ul {
	float: none;
	width: auto;
}
/*メニュー１個ごとの設定*/
nav#menu ul li {
	width: 50%;
	height: auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-bottom: 1px solid #d4d4d4;
}
nav#menu ul li a:hover {
	border-bottom: none;
}
/*最初のメニューの設定*/
nav#menu ul li:first-child {
	border-left: none;
}

nav#menu ul li#current a {
	border: none;
}

/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	width: auto;
	padding: 5px;
}

/*main,subコンテンツ
---------------------------------------------------------------------------*/
#main, #sub ,#mainimg , .flow4 {
	float: none;
	width: auto;
}

/* business.html flow.html
---------------------------------------------------------------------------*/
#main .box4 {
	float: none;
	width: auto;
}

#main .box4 h2 {
	line-height: 1.4;
}

#main .box4 #b_tel {
	padding-left: 50px;
}

#main .box4 #b_time {
	color: #333;
	margin-top: -40px;
	padding-left: 50px;
}

#main .box4 h3#webact {
	margin: 10px 30px 20px 30px;
	line-height: 1.4;
}

/* index.html 遷移ボタン
---------------------------------------------------------------------------*/
#main section.list2 {
	padding: 0px;
	margin-left: 20px;
}

/*mainコンテンツのh3タグの設定*/
#main h3 {
	line-height: 1.3;
}

/*mainコンテンツのh4タグの設定*/
#main h4 {
	line-height: 1.5;
}

.button {
	float: left;
/*	width: 140px; */
	width: 41%;
	font-size: 18px;
    padding: 20px 0px;
	margin: 0px 10px 15px 0px ;
}

/*トップページのメイン画像
---------------------------------------------------------------------------*/
#mainimg {
	margin: 0px 6px 1%;
}
#mainimg aside {
	height: auto;
	width: 100%;
}
#mainimg aside img {
	vertical-align: bottom;
}
#slide_image {
	height: auto;
	width: 100%;
	position: relative;
}
#slide_image2 {
	height: auto;
	width: 100%;
	position: absolute;
	left:0px;
	top:0px;
}

#main section img {
	width: 40%;
	height: auto;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
section#new h2.open {
	background: url(../images/arrow1.png) no-repeat left center, url(../images/btn_minus.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#f4f4f4));
	background: url(../images/arrow1.png) no-repeat left center, url(../images/btn_minus.png) no-repeat right center, -webkit-linear-gradient(#FFF, #f4f4f4);
	background: url(../images/arrow1.png) no-repeat left center, url(../images/btn_minus.png) no-repeat right center, linear-gradient(#FFF, #f4f4f4);
}
section#new h2.close {
	background: url(../images/arrow1.png) no-repeat left center, url(../images/btn_plus.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#f4f4f4));
	background: url(../images/arrow1.png) no-repeat left center, url(../images/btn_plus.png) no-repeat right center, -webkit-linear-gradient(#FFF, #f4f4f4);
	background: url(../images/arrow1.png) no-repeat left center, url(../images/btn_plus.png) no-repeat right center, linear-gradient(#FFF, #f4f4f4);
}
/*ブロック全体の設定*/
#new {
	margin-bottom: 10px;
	padding: 0 5px;
}
#new dl {
	height: auto;
	padding-left: 0;
}
/*日付設定*/
#new dt {
	float: none;
	width: auto;
	line-height: 1.3;
	padding-left: 5px;
}
/*記事設定*/
#new dd {
	padding-left: 5px;
	line-height: 1.3;
}

#new dd img {
	width: auto;
}

#sub .box1 , #sub .box2 , #sub .submenu {
	margin: 0 5px;
}

.mlr5 {
	margin: 0 5px;
}

/*テーブル１
---------------------------------------------------------------------------*/
/*テーブル内の右側*/
.ta1 td{
	width: auto;
	padding: 2px;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 100px;
	padding: 2px;
}

/*ブロック全体の設定*/
#left {
	float: none;
	width: auto;
	height: auto;
	padding: 5px;
	margin: 0;
	margin-bottom: 5px;
}

/*その他
---------------------------------------------------------------------------*/
/*<body class="s-n">指定の場合にsubブロックも表示させない設定*/
body.s-n #sub {
	display: none;
}
/*幅一杯に画像を表示させる*/
img.wa {
	height: auto;
	width: 100%;
}
/*メニュー折りたたみ設定*/
#top #menubar_hdr {
	display: none;
}
#menubar_hdr {
	display: inline;
	position: absolute;
	top: 0px;
	right: 10px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#e5e5e5));
	background-image: -webkit-linear-gradient(#fbfbfb, #e5e5e5);
	background-image: linear-gradient(#fbfbfb, #e5e5e5);
	padding: 10px;
	border: 1px solid #cfcfcf;
	border-radius: 0px 0px 6px 6px;
}
nav#menubar ul li a img {
	border: 4px solid #fff;
}
/* iframeの幅設定*/
#iframe {
	width: 90%;
	height: auto;
	padding: 5px;
	margin-left: 12px;
}

/*質問*/
dl.faq dt {
	width: auto;
	height: auto;
}
/*回答*/
dl.faq dd {
	width: auto;
	height: auto;
	margin-bottom: 10px;
}

#main #step {
	float: none;
	width: auto;
}

#fl , #fr {
	float: none;
	width: auto;
	min-width: 310px;
	height: auto;
	padding: 0px 5px 0px 5px;
	margin: 0;
	margin-bottom: 5px;
}

#flow1 , #flow12 {
	width: 70%;
	padding: 5px;
}

.flow_fl , .flow_fr {
	width: 155px;
	height: auto;
	margin: 0;
}

.flow_fl2 {
	width: 110px;
}

.flow_fr2 {
	width: 110px;
}

.flow_fl3 {
	width: 85px;
}

.flow_fr3 {
	width: 85px;
}

#step #title , #title {
	width: 100%;
	height: auto;
}

#step #title2 {
	width: 100%;
	height: auto;
}

#fl p, #fr p {
	width: auto;
	padding: 0px 10px 0px 10px;
}

.ml30 {
	margin-left: 5px;
}
.mtm130 {
	margin-top: -60px;
}

.mtm160 {
	margin-top: -110px;
}

.mtm275 {
	margin-top: -130px;
}
/*フッターメニュー設定 2016.10.19 ADD
---------------------------------------------------------------------------*/
#footermenu {
	width: auto;
}
#footermenu ul {
	width: auto;
	border-right: none;
	height: auto;
	padding: 0px;
}
#footermenu ul li {
	width: 100%;
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
/* width: 100%; */
 width: auto;
/* min-width: 360px;*/
}


}


