@charset "utf-8";


/*PC・タブレット・スマホ共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	color: #333;	/*全体の文字色*/
	font-family: "メイリオ", sans-serif, "游ゴシック";	/*フォント種類*/
	font-size: 14px;	/*文字サイズ*/
	line-height: 1.8em;		/*行間*/
	-webkit-text-size-adjust: none;
	background: #fff;	/*背景色*/
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form {margin: 0px;padding: 0px;font-size: 100%;}
ul {list-style-type: none;}
ol {padding-left: 40px;padding-bottom: 15px;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
.freed {
	font-size: 160%;
	font-weight: bold;
	background-image: url(../images/free.jpg);
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-left: 35px;
	background-position: left 5px;
	margin-top: 10px;
}

iframe {width: 100%;}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #333;	/*リンクテキストの色*/
}
a:hover {
	color: #9b0000;			/*マウスオン時の文字色（全体）*/
	opacity: 0.6;
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}


/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/

/*ヘッダーブロックの中*/
header .inner {
	max-width: 1200px;	/*ブロック幅*/
	height: 110px;	/*高さ*/
	position: relative;
	margin: 0px auto;
}
.seo {
	font-size: 12px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	color: #999;
}

/*h1ロゴの設定*/
header #logo {
	width: 550px;	/*ロゴの幅*/
	position: absolute;
	left: 0px;	/*innerに対して左から20pxの場所に配置*/
	top: 37px;	/*innerに対して上から20pxの場所に配置*/
}
/*電話番号ボックスの設定*/
header address {
	position: absolute;
	top: 0px;		/*innerに対して上から25pxの位置に配置*/
	right: 5px;	/*innerに対して右から20pxの位置に配置*/
	font-size: 11px;	/*文字サイズ*/
	text-align: center;	/*文字をセンタリング*/
	line-height: 1.6;	/*行間*/
	letter-spacing: 0.2em;	/*文字間隔を少し広めにとる設定*/
}
/*電話番号の文字設定*/
header address .tel {
	font-size: 18px;	/*文字サイズ*/
	color: #f08800;		/*文字色*/
	font-weight: bold;	/*太字に*/
	display: block;
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック設定*/
#menubar {
	height: 60px;	/*ブロックの高さ*/
	background: -webkit-linear-gradient(#FFF, #eee);	/*グラデーション*/
	background: linear-gradient(#FFF, #eee);			/*同上*/
	border-top: 1px solid #d4d4d4;		/*メニューの上側の線の幅、線種、色*/
	border-bottom: 5px solid #9b0000;	/*メニューの下側の線の幅、線種、色*/
}
#menubar ul {
	max-width: 1200px;
	margin: 0px auto;
}
/*メニュー１個ごとの設定*/
#menubar ul li {
	float: left;
	width: 16.6%;	/*メニュー幅*/
	text-align: center;	/*文字を中央に揃える*/
	font-weight: bold;	/*文字を太字にする設定*/
}
#menubar ul li:first-child {
	width: 17%;	/*メニュー６個で100%になるようここで調整（16.6%×5+17%=100%）*/
}
#menubar ul li a {
	text-decoration: none;
	display: block;
	line-height: 30px;
	padding-top: 5px;
	font-size: 16px;	/*文字サイズ*/
	text-shadow: #FFF 0px 2px;	/*テキストの影。色、右方向、下方向への指定。*/
	border-right: 1px solid #d4d4d4;	/*メニューの右側の線の幅、線種、色*/
}
/*最初のメニューの設定*/
#menubar ul li:first-child a {
	border-left: 1px solid #d4d4d4;	/*左側に線を入れる*/
}
/*マウスオン時の設定*/
#menubar ul li a:hover {
	background: #FFF;	/*背景色*/
	border-bottom: 5px solid #f7e8e8;	/*メニューの下側の線の幅、線種、色*/
}
/*英語表記の設定*/
#menubar ul li a span {
	color: #9b0000;	/*文字色*/
	font-size: 9px;	/*文字サイズ*/
	display: block;
	font-weight: normal;	/*文字を太字でなく標準に戻す設定*/
	line-height: 20px;
	padding-bottom: 5px;
}
/*小さな端末用メニューを表示させない*/
#menubar-s {
	display: none;
}
/*３本バーアイコンを表示させない*/
#menubar_hdr {
	display: none;
}

/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	max-width: 1200px;
	margin: 0px auto;
	padding-top: 30px;	/*メニューと下の左右のブロックの間に空ける余白*/
}

/*コンテンツページタイトル
---------------------------------------------------------------------------*/
#title {
	font-size: 1.5em;
	font-weight: bold;
	color: #fff;
	background-color:#333333;
	background-image:url(../images/logop.png);
	background-repeat:no-repeat;
	background-position: 10px 10px;
	padding-top: 35px;
	padding-bottom: 25px;
	padding-left: 90px;
	margin-bottom: 30px;
	margin-top: -5px;
	line-height: 140%;
}

.txt10 {
	font-size:110%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-left: 15px;
	line-height: 100%;
}

.sample2{
	position: relative;
	padding:10px 20px;
	font-size:170%;
	color:#FFF;
	font-weight: bold;
	background-color: #555555;
	background-position: right;
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #222;
	margin-top: 0px;
	margin-right: -10px;
	margin-bottom: 30px;
	margin-left: -10px;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 18px;
	padding-left: 20px;
}

.sample2::before,
.sample2::after{
	content: "";
	position: absolute;
	top: 100%;
	height: 0;
	width: 0;
	border: 5px solid transparent;
	border-top: 5px solid #222;
}
.sample2::before{
	right: 0;
	border-left: 5px solid #222;
}
.sample2::after{
	left: 0;
	border-right: 5px solid #222;
}

/*メインコンテンツ（中央ブロック）
---------------------------------------------------------------------------*/
#main {
	float: left;	/*右側に回り込み*/
	width: 73%;		/*メインコンテンツ幅*/
	padding-bottom: 50px;
}
/*mainコンテンツのh2タグ設定*/
#main h2 {
	font-size: 18px;
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 1px;
	padding-left: 30px;
	border-top-width: 1px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-top-color: #ccc;
	border-bottom-color: #ccc;
	background-image: url(../images/list_005.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 3px;
}
#main h2::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 2;
  content: '';
  width: 28%;
  height: 2px;
  background-color: #9B0000;
}
/*mainコンテンツのh3タグ設定*/
#main h3 {
	clear: both;
	margin-bottom: 10px;
	background: #999;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	color: #FFF;	/*左から、上下、左右への余白*/
	border: 1px solid #c9c9c9;		/*線の幅、線種、色*/
	border-radius: 6px;	/*角丸のサイズ*/
	margin-top: 10px;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 15px;
}
/*メインコンテンツのp(段落)タグ設定*/
#main p {
	padding: 0px 5px 14px;	/*上、左右、下への余白*/
}
#main h2 + p,
#main h3 + p {
	margin-top: -5px;
}

.midashi1 {
	font-size:120%;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9b0000;
	line-height: 110%;
	color: #01a7e5;
	padding-left: 5px;
}

#main h4 {
	font-size: 130%;
	font-weight: bold;
	position: relative;
	background-color: #f7e8e8;
	border-radius: 6px;
	margin-bottom: 20px;
	padding-top: 0.6em;
	padding-bottom: 0.4em;
	padding-left: 0.6em;
	margin-top: 0px;
}

#main h4:after {
	position: absolute;
	content: '';
	top: 100%;
	left: 30px;
	border: 15px solid transparent;
	border-top: 15px solid #f7e8e8;
	width: 0;
	height: 0;
}



.m1 {
	color:#9B0000;
	position: relative;
	margin-bottom: 5px;
	padding-left: 10px;
	font-size: 1.4em;
	font-weight: bold;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #9B0000;
	padding-top: 9px;
	padding-bottom: 5px;
	background-color: #f7e8e8;
}

.text16 {
	font-size:16px;
	line-height: 180%;
	margin-bottom: 20px;
	color: #000;
}

.kanyu {
	background-color:#EFEFEF;
	margin:10px;
	padding: 15px;
}

.t_gan {
	font-size: 120%;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#3399FF;
	margin-top:15px;
	margin-bottom:5px;
	padding:7px;
}

.t_iryo {
	font-size: 120%;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#19ab98;
	margin-top:15px;
	margin-bottom:5px;
	padding:7px;
}

.t_iryo2 {
	font-size: 120%;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#eb6100;
	margin-top:15px;
	margin-bottom:5px;
	padding:7px;
}

.kanyu_list {
	font-size: 110%;
	line-height: 180%;
	font-weight: bold;
	background-image: url(../images/edit.png);
	background-repeat: no-repeat;
	padding-top: 4px;
	padding-bottom: 0px;
	padding-left: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #1974a8;
	background-position: 0px 5px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 7px;
	margin-left: 2px;
}

/*一覧ページ
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main .list {
	float: left;
	width:45%;
	min-height: 100%;
    overflow: hidden;
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
	border-radius: 6px;		/*角丸のサイズ*/
	margin-bottom: 15px;	/*ボックス間のスペース*/
	margin-right: 2%;	/*ボックス間のスペース*/
	padding: 10px;
	box-shadow: 0px 2px 5px #CCC, 0px 0px 0px 1px #FFF inset;			/*同上*/
}
#main .list a {
	padding: 10px;	/*ボックス内の余白*/
	text-decoration: none;
	display: block;
	overflow: hidden;
}
/*マウスオン時*/
#main .list a:hover {
	border-radius: 6px;		/*角丸のサイズ*/
	background-color: #ededed;	/*背景色*/
}
/*ボックス内の段落タグ設定*/
#main .list p {
	font-size:94%;
	font-weight:normal;
	line-height:140%;
	padding: 0px;
	margin-left: 32%;	/*左の写真とのバランスをとって設定*/
}
/*ボックス内の写真設定*/
#main .list figure img {
	float: left;			/*画像を左へ回り込み*/
	width: 30%;	/*画像の幅*/
	margin-right: 1%;		/*写真の右側に空ける余白*/
}
/*ボックス内のh4タグ設定*/
#main .list h4 {
	padding: 2px 0px 2px 10px;	/*上、右、下、左側への余白*/
	border-bottom: 1px solid #CCC;	/*下側の線の幅、線種、色*/
	border-left: 3px solid #f08800;	/*左側の線の幅、線種、色*/
	margin-bottom: 15px;
	color: #f08800;	/*文字色*/
}
/*登録日情報（高機能版用）*/
#main .list .date {
	display:block;
	font-size:11px;
	color:#999;
	text-align: right;
}


/*アフラックショップとは
---------------------------------------------------------------------------*/
.wat{
	background: #fcf9d3;
	box-shadow: 0px 0px 0px 5px #fcf9d3;
	border: dashed 2px #ffd675;
	border-radius: 7px;
	margin: 10px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.ckeck {
	background-image: url(../images/ico.jpg);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding-left: 25px;
	margin-bottom: 3px;
	margin-left: 10px;
	padding-top: 2px;
	padding-right: 3px;
}

/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
	float: right;	/*左側に回り込み*/
	width: 23%;	/*サブコンテンツ幅*/
	padding-bottom: 50px;
}
/*subコンテンツ内のh2タグ設定*/
#sub h2 {
	font-size: 100%;
	text-align: center;	/*文字をセンタリング*/
	background: #666;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-linear-gradient(#999, #666);	/*グラデーション*/
	background: linear-gradient(#999, #666);			/*同上*/
	padding: 3px 0px;	/*上下、左右への余白*/
	color: #FFF;		/*文字色*/
	border-radius: 6px 6px 0px 0px;	/*角丸のサイズ。それぞれ左上、右上、右下、左下への設定*/
}
/*box1の中にあるh2タグの設定*/
#sub .box1 h2 {
	border-radius: 0;	/*角丸をなくす設定*/
}
/*subコンテンツ内のbox1設定*/
#sub .box1 {
	background-color: #eee;		/*背景色*/
	border: 1px solid #cfcfcf;	/*枠線の幅、線種、色*/
	padding: 7px;				/*ボックス内の余白*/
	margin-bottom: 15px;		/*ボックスの下にあけるスペース*/
}

#sub .box1 a {
	text-decoration: none;
	font-weight:normal;
	display: block;
	overflow: hidden;
	background-image: url(../images/list_006.jpg);
	background-repeat: no-repeat;
	background-position: 5px 15px;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 16px;
}

/*見出しにbox1やメニューが繋がった場合に枠線が重複しない為の設定*/
#sub h2 + ul,
#sub h2 + .box1 {
	border-top: none;
}
/*box1の中にメニューが入った場合に下に余分な余白が出るのをなくす設定*/
#sub .box1 ul {
	margin-bottom: 0;
}

/*subコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニューブロック全体の設定*/
#sub ul {
	border-top: 1px solid #cfcfcf;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #cfcfcf;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #cfcfcf;		/*左側の線の幅、線種、色*/
	margin-bottom: 15px;	/*メニューブロックの下にあけるスペース*/
}
/*メニュー１個ごとの設定*/
#sub ul li a {
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #cfcfcf;	/*下側の線の幅、線種、色*/
	padding-left: 10px;
	background: #FFF;	/*背景色*/
}
#sub ul li a:hover {
	background-color: #fff;	/*マウスオン時のボックス色*/
}

/*サブコンテンツ　一覧ボックス
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
#sub .box2 {
	font-size: 11px;	/*文字サイズ*/
	background: -webkit-linear-gradient(#FFF, #e3e3e3);	/*グラデーション*/
	background: linear-gradient(#FFF, #e3e3e3);			/*同上*/
	border-bottom: 1px solid #999;	/*下の線の幅、線種、色*/
	border-right: 1px solid #999;	/*右の線の幅、線種、色*/
	border-left: 1px solid #999;	/*左の線の幅、線種、色*/
	line-height: 1.6;	/*行間*/
	position: relative;
	overflow: hidden;
}
#sub .box2 a {
	text-decoration: none;
	display: block;
	overflow: hidden;
	background-image: url(../images/list_006.jpg);
	background-repeat: repeat;
	background-position: left 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#sub .box2 a:hover {
	background-color: #fff8c7;	/*マウスオン時のボックス色*/
}
/*h4見出しタグ*/
#sub .box2 h4 {
	color: #f08800;		/*文字色*/
	font-size: 100%;
}
/*サムネイル画像*/
#sub .box2 figure img {
	width: 28%;		/*画像幅*/
	float: left;	/*左に回り込みさせる設定*/
	margin-right: 3%;
	border: 1px solid #999;	/*枠線の幅、線種、色*/
}



/*
フッター
-------------------------------------------*/
/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	background: #e5e5e5;	/*背景色*/
	font-size: 85%;			/*文字サイズ*/
}
footer a {
	color: #333;
	text-decoration: none; 
}
footer a:hover {
	color: #333;
}
footer .pr {
	display: block;
	font-size: 80%;
}

/*フッターメニュー
---------------------------------------------------------------------------*/
/*メニューボックス全体*/
#footermenu {
	max-width: 1200px;	/*幅*/
	font-weight: normal;
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 0px;
}
/*１行分の設定*/
#footermenu ul {
	float: left;	/*左に回り込み*/
	width: 23%;		/*幅。今回は５列作ったのでここの幅18%と下のpaddingの2%でトータル20%になるよう設定。列に応じて調整して下さい。*/
	padding-left: 2%;
}

/*フッター社名*/
#fname {
	background-color:#fff;
	}

.fnamein {
	max-width:1200px;
	font-weight: normal;
	font-size:90%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

.fnamef {
	float: left;
	width:35%;
	background-color:#fff;
	padding-bottom:15px;
}

.fnamefr {
	float: right;
	width:35%;
	margin-left: 5%;
	margin-right:25%;
	background-color:#fff;
	padding-bottom:15px;
}

.fname {
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
}

.fmidashi {
	background-image:url(../images/list.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-bottom: 0px;
}

/*コピーライト
---------------------------------------------------------------------------*/
#copyright {
	clear: both;
	color:#FFF;
	font-size:90%;
	font-weight:normal;
	text-align: center;
	background: #999;	/*背景色*/
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

#copyright a {
	color:#FFF;
	text-decoration: none;
}

/*パンくずリスト
---------------------------------------------------------------------------*/
ol#pan{
	padding: 0px;
	list-style: none;
	margin-top: -25px;
	font-size: 90%;
	margin-bottom:5px;
}
ol#pan li{
	display: inline;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}

ol#pan a:link{
	text-decoration: none;
}	
ol#pan a:visited{
	text-decoration: none;
}	
ol#pan a:hover{
	text-decoration: underline;
}
ol#pan a:active{
	text-decoration: none;
}	



/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl{
	overflow: auto;	/*高さ指定を超えるとiframe風にスクロールが出る設定。全部表示させたいならこの行と下のheightの行を削除。*/
	height: 120px;	/*ブロックの高さ*/
	padding-left: 10px;
}
/*日付設定*/
#new dt {
	float: left;
	width: 8em;
	font-weight: bold;
}
/*記事設定*/
#new dd {
	border-bottom: 1px solid #d2d2d2;	/*下線の幅、線種、色*/
	padding-left: 8em;
}

/*テーブル１
---------------------------------------------------------------------------*/
hr.style4 {
	border-top: 1px dotted #a0a0a0;
}

.outer {
  width: 100%;
}

.scroll{
overflow: auto;　　　　/*tableをスクロールさせる*/
white-space: nowrap;　　/*tableのセル内にある文字の折り返しを禁止*/
}
.scroll::-webkit-scrollbar{　　/*tableにスクロールバーを追加*/
 height: 5px;
}
.scroll::-webkit-scrollbar-track{　　/*tableにスクロールバーを追加*/
 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
 background: #BCBCBC;
}

.col-head-type1 {
  border-collapse: collapse;
  width: 100%;
}
 
.col-head-type1 th,
.col-head-type1 td {
  border: 1px solid #dbe1e8;  
  padding: 8px;
}
 
.col-head-type1 th {
  background: #f9fafc;
  text-align: left;
  width: 120px;
}



/*ボタンの設定*/
input[type="submit"],
input[type="button"],
input[type="reset"] {
	width: 250px;	/*ボタン幅*/
	padding: 10px;	/*ボタン内の余白*/
	margin-bottom: 20px;
	border-radius: 30px;	/*角丸のサイズ*/
	background: #e5e5e5;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-linear-gradient(#FFF, #e5e5e5);	/*グラデーション*/
	background: linear-gradient(#FFF, #e5e5e5);			/*同上*/
	-webkit-box-shadow: 1px 2px 7px #ccc;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 7px #ccc;			/*同上*/
	font-size: 16px;	/*文字サイズ*/
	letter-spacing: 0.1em;
	border: 1px solid #999;	/*枠線の幅、線種、色*/
}
/*ボタンのマウスオン時の設定*/
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
	background: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-linear-gradient(#e5e5e5, #FFF);	/*グラデーション*/
	background: linear-gradient(#e5e5e5, #FFF);			/*同上*/
}
/*こだわりアイコンのフロート指定(CMS用)*/
.ta1 td .specialbox {
	float: left;
	width: 95px;
	height: 40px;
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	clear: both;
}
#pagetop a {
	color: #333;		/*文字色*/
	font-size: 10px;	/*文字サイズ*/
	background-color: #e5e5e5;	/*背景色*/
	text-decoration: none;
	text-align: center;
	width: 10em;	/*ボックス幅*/
	display: block;
	float: right;
}
/*マウスオン時*/
#pagetop a:hover {
	background-color: #333;
	color: #FFF;
}

/*よく頂く質問ページ
---------------------------------------------------------------------------*/
/*ブロック全体*/
.faq {
	padding: 0px 15px;	/*上下、左右への余白*/
}
/*質問の設定*/
.faq dt {
	color: #f08800;	/*文字色*/
	font-weight: bold;	/*太字*/
	padding-top: 15px;
}
.faq dt a {
	color: #1a4ef7;	
}
/*回答の設定*/
.faq dd {
	border-bottom: 1px solid #CCC;	/*下線の幅、線種、色*/
	overflow: hidden;
	padding-bottom: 15px;
}


/*お客様の声
---------------------------------------------------------------------------*/
.balloon5 {
	width: 100%;
	overflow: hidden;
	margin-top: 0em;
	margin-right: 0;
	margin-bottom: 1.5em;
	margin-left: 0;
}

.balloon5 .faceicon {
    float: left;
    margin-right: -90px;
    width: 80px;
}

.balloon5 .faceicon img{
    width: 100%;
    height: auto;
    border: solid 3px #ffd675;
    border-radius: 50%;
}

.balloon5 .chatting {
    width: 100%;
}

.says {
	display: inline-block;
	position: relative;
	padding: 10px;
	border-radius: 12px;
	background: #fbf8d2;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 105px;
}

.says:before{
	content: "";
	position: absolute;
	top: 10%;
	left: -25px;
  	margin-top: -15px;
	border: 15px solid transparent;
	border-right: 15px solid #fbf8d2;
 	z-index: 0;
}

.balloon6 {
	width: 100%;
	overflow: hidden;
	margin-top: 0em;
	margin-right: 0;
	margin-bottom: 1.5em;
	margin-left: 0;
}

.balloon6 .faceicon {
    float: right;
    margin-right: 10px;
    width: 80px;
}

.balloon6 .faceicon img{
    width: 100%;
    height: auto;
    border: solid 3px #ffd675;
    border-radius: 50%;
}

.balloon6 .chatting {
    width: 100%;
}

.says1 {
   display: inline-block;
	position: relative;
	padding: 10px;
	border-radius: 12px;
	background: #fbf8d2;
	margin-top: -80px;
	margin-right: 0;
	margin-bottom: 0;
	margin-right: 105px;
}

.says1:before{
	content: "";
	position: absolute;
	top: 20%;
	left: 100%;
 	margin-top: 20px;
	border: 15px solid transparent;
	border-left: 15px solid #fbf8d2;
}


/*「おすすめ（又はオプション１）」表示
---------------------------------------------------------------------------*/
.option1 {
	font-size: 10px;	/*文字サイズ*/
	color: #FFF;		/*文字色*/
	background: #F00;	/*背景色*/
	text-align: center;
	display: block;
	width: 120px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	-webkit-transform: rotate(-45deg) translate(37px,20px);
	-ms-transform: rotate(-45deg) translate(37px,20px);
	transform: rotate(-45deg) translate(37px,20px);
}
h2 span.option1 {
	position: static;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	display: inline-block;
}

/*「ご契約済（又はオプション２）」表示
---------------------------------------------------------------------------*/
.option2 {
	font-size: 10px;	/*文字サイズ*/
	color: #FFF;		/*文字色*/
	background: #069;	/*背景色*/
	text-align: center;
	display: block;
	width: 120px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	-webkit-transform: rotate(-45deg) translate(37px,20px);
	-ms-transform: rotate(-45deg) translate(37px,20px);
	transform: rotate(-45deg) translate(37px,20px);
}
h2 span.option2 {
	position: static;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	display: inline-block;
}

/*トップページのNEWアイコン
---------------------------------------------------------------------------*/
.newicon {
	background: #F00;
	color: #FFF;
	font-size: 10px;
	padding: 0px 5px;
	border-radius: 2px;
	margin: 0px 5px;
}

/*その他
---------------------------------------------------------------------------*/
.look {color:#fff;background: #666;padding:5px;border-radius: 4px;}
.mb15,.mb1em {margin-bottom: 15px;}
.clear {clear: both;}
ul.disc {padding: 0em 25px 1em;list-style: disc;}
.color1 {color: #f61468;}
.pr {font-size: 10px;}
.wl {width: 96%;}
.ws {width: 50%;}
.c {text-align: center !important;}
.r {text-align: right !important;}
.l {text-align: left !important;}
img.fr {float: right;margin-top: 130px;margin-left: 20px;margin-right: 20px;margin-bottom: 10px;}
img.fl {float: left;margin-right: 20px;margin-bottom: 10px;}
.big1 {font-size: 30px;letter-spacing: 0.2em;}
.mini1 {font-size: 11px;}
.sh {display: none;}
.lfl {
	float:left;
	width: 25%;
	margin-right: 2%;
}

.sfl {
	float:left;
	width: 20%;
	}

.sfl2 {
	float:left;
	width: 100px;
	margin-bottom: 15px;
}

.fr2 {
    margin-left: 120px;
	padding-top: 40px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

.lfr {
	float:right;
	width: 73%;
}

.sfr {
	float:right;
	width: 78%;
}



.txt2 {
	font-size: 110%;
	font-weight: bold;
	color: #01A7E5;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

.text110 {
	font-size: 110%;
	font-weight: bold;
}

.cl {
	width:49%;
	float:left;
}

.cr {
	width:49%;
	float:right;
}


/*画面幅1200px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1200px){

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

}



/*画面幅800px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:800px){

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
/*h1ロゴの設定*/
header #logo {
	width: 300px;	/*ロゴの幅*/
	top: 28px;		/*上から28pxの場所に配置*/
}
/*電話番号ボックスの設定*/
header address {
	right: 90px;	/*右から90pxの位置に配置*/
	letter-spacing: normal;
	font-size: 10px;	/*文字サイズ*/
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック設定*/
#menubar-s {
	display: block;	/*小さな端末用メニューを非表示から表示に切り替える*/
	border-top: 1px solid #9B0000;	/*メニューの上の線の幅、線種、色*/
}
/*メニュー１個ごとの設定*/
#menubar-s ul li {
	float: left;
	width: 50%;	/*メニュー幅*/
	text-align: center;	/*文字を中央に揃える*/
	font-weight: bold;	/*文字を太字にする設定*/
}
#menubar-s ul li a {
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #9B0000;	/*メニューの下の線の幅、線種、色*/
	padding: 8px 0;
}
/*奇数番目のメニューの設定*/
#menubar-s ul li:nth-child(odd) a {
	border-right: 1px solid #9B0000;	/*メニューの右側の線の幅、線種、色*/
}
/*英語表記の設定*/
#menubar-s ul li a span {
	color: #9B0000;	/*文字色*/
	font-size: 9px;	/*文字サイズ*/
	display: block;
	font-weight: normal;	/*文字を太字でなく標準に戻す設定*/
}
/*大きな端末用メニューを非表示にする*/
#menubar {
	display: none;
}

/*３本バーアイコン設定
---------------------------------------------------------------------------*/
/*３本バーブロック*/
#menubar_hdr {
	display: block;
	position: absolute;
	top: 24px;	/*上から24pxの場所に配置*/
	right: 2%;	/*右から2%の場所に配置*/
	width: 30px;	/*幅*/
	border: 1px solid #000;	/*枠線の幅、線種、色*/
	padding: 12px 10px 5px;	/*上、左右、下へのボックス内余白*/
}
/*３本のバー（1本あたり）*/
#menubar_hdr span {
	display: block;
	border-top: 3px solid #000;	/*枠線の幅、線種、色*/
	margin-bottom: 7px;	/*バー同士の余白*/
}

ol#pan{
	padding: 0px;
	list-style: none;
	margin-top: -15px;
	font-size: 90%;
	margin-bottom:10px;
}

.seo {
	margin-top: -1px;
	margin-right:58px;
	margin-left: 5px;
	padding-right:5px;
	text-align:left;
	line-height: 140%;
	font-size: 0.8em;
}

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

/*サブコンテンツ　一覧ボックス
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
#sub .box2 {
	font-size: 14px;	/*文字サイズ*/
}
/*サムネイル画像*/
#sub .box2 figure img {
	width: 15%;		/*画像幅*/
}

/*フッターメニュー
---------------------------------------------------------------------------*/
/*ボックス全体*/
#footermenu {
	width: 90%;
}

/*その他
---------------------------------------------------------------------------*/
body.s-n #sub {display: none;}

/*table
---------------------------------------------------------------------------*/
 .col-head-type1 tr,
  .col-head-type1 th,
  .col-head-type1 td {
    display: block;
    width: auto;
  }
  
  .col-head-type1 tr:first-child {
    border-top: 1px solid #dbe1e8;  
  }
  
  .col-head-type1 th,
  .col-head-type1 td {
    border-top: none;
  }


}



/*画面幅650px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:650px){

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロックの中*/
header .inner {
	text-align: center;
	height: auto;
	padding: 15px 0;
}
/*h1ロゴの設定*/
header #logo {
	position: static;
	margin: 0 auto 10px;
}
/*電話番号ボックスの設定*/
header address {
	position: static;
}

.lfl {
	float:none;
	width: 70%;
	padding-right: 15%;
	padding-left: 15%;
	margin-bottom: 5px;
}

.sfl {
	float:none;
	width: 70%;
	padding-right: 15%;
	padding-left: 15%;
	
}

.sfl2 {
	float:none;
	width:100px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}

.fr2 {
	margin-left: 10px;
	padding-top: 0px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
	

.lfr {
	float:none;
	width: 98%;
	padding-right: 1%;
	padding-left: 1%;
}

.sfr {
	float:none;
	width: 98%;
	padding-right: 1%;
	padding-left: 1%;
}


.sfr2 {
	float:right;
	width: 30%;
	padding-left: 70%;
}
/*フッターメニュー
---------------------------------------------------------------------------*/
/*ボックス全体*/
#footermenu {
	display: none;
}
.fnamef {
	float:none;
	width:96%;
	margin-left: 2%;
	margin-right: 2%
}


.fnamefr {
	float: right;
	float:none;
	width:96%;
	margin-left: 2%;
	margin-right: 2%
}

.demo01 {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}


}



/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	background: none;
}
/*h1ロゴの設定*/
header #logo {
	width: 250px;	/*ロゴの幅*/
	margin: 0;
	margin-left: 1%;
}
/*電話番号ボックスの設定*/


/*３本バーアイコン設定
---------------------------------------------------------------------------*/
/*３本バーブロック*/
#menubar_hdr {
	top: 5px;	/*上から5pxの場所に配置*/
}

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

/*一覧ページ
---------------------------------------------------------------------------*/
/*ボックス内の段落タグ設定*/
#main .list {
	float:none;
	width: 95%;
	margin-left: 2%;
	margin-right: 2%;
	padding: 5px;
}

#main .list p {
	margin-left: 0;
}
/*ボックス内の写真設定*/
#main .list figure img {
	float: none;
	margin: 0px;
	width: 80%;
	height: auto;
	margin-bottom: 10px;
	margin-left:10%;
	margin-right: 10%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
/*一覧ページの各ボックス内のテーブル
---------------------------------------------------------------------------*/
#main .list table {
	width: 100%;	/*テーブル幅*/
}

/*サブコンテンツ　一覧ボックス
---------------------------------------------------------------------------*/
/*サムネイル画像*/
#sub .box2 figure img {
	width: 30%;		/*画像幅*/
}

/*フッターメニュー設定
---------------------------------------------------------------------------*/
ul#footermenu {
	display: none;	/*非表示にする設定*/
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
section#new h2.open {
	background: url(../images/arrow1.png) no-repeat left center, url(../images/btn_minus.png) no-repeat right center, -webkit-linear-gradient(#FFF, #e6e6e6);	/*マイナスアイコンとグラデーション*/
	background: url(../images/arrow1.png) no-repeat left center, url(../images/btn_minus.png) no-repeat right center, linear-gradient(#FFF, #e6e6e6);			/*同上*/
}
section#new h2.close {
	background: url(../images/arrow1.png) no-repeat left center, url(../images/btn_plus.png) no-repeat right center, -webkit-linear-gradient(#FFF, #e6e6e6);		/*マイナスアイコンとグラデーション*/
	background: url(../images/arrow1.png) no-repeat left center, url(../images/btn_plus.png) no-repeat right center, linear-gradient(#FFF, #e6e6e6);				/*同上*/
}



/*お客様の声
---------------------------------------------------------------------------*/
.balloon5 {
	width: 100%;
	overflow: hidden;
	margin-top: 0em;
	margin-right: 0;
	margin-bottom: 1.5em;
	margin-left: 0;
}

.balloon5 .faceicon {
    float: none;
    margin-left:35%;
    width: 80px;
}

.balloon5 .faceicon img{
    width: 100%;
    height: auto;
    border: solid 3px #ffd675;
    border-radius: 50%;
}

.balloon5 .chatting {
    width: 100%;
}

.says {
	display: inline-block;
	position: relative;
	padding: 10px;
	border-radius: 12px;
	background: #fbf8d2;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
}

.says:before{
	display: none;
}

.balloon6 {
	width: 100%;
	overflow: hidden;
	margin-top: 0em;
	margin-right: 0;
	margin-bottom: 1.5em;
	margin-left: 0;
}

.balloon6 .faceicon {
    float: none;
    margin-left:35%;
    width: 80px;
}

.balloon5 .faceicon img{
    width: 100%;
    height: auto;
    border: solid 3px #ffd675;
    border-radius: 50%;
}

.balloon5 .chatting {
    width: 100%;
}

.says1 {
	display: inline-block;
	position: relative;
	padding: 10px;
	border-radius: 12px;
	background: #fbf8d2;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
}

.says1:before{
	display: none;
}

/*その他
---------------------------------------------------------------------------*/
.ws,.wl {width: 95%;}
 
img.fr {
	float: none;
	width: 30%;
	margin-left: 35%;
	margin-right: 35%;
	margin-bottom: 0px;
	margin-top: 0px;
}

img.fl {
	float: none;
    width: 50%;
    margin-left: 25%;
	margin-right: 25%;
	margin-bottom: 0px;
}

.cl {
	width:98%;
	float:none;
	margin-left: 1%;
	margin-right: 1%;
}

.cr {
	width:98%;
	float:none;
	margin-left: 1%;
	margin-right: 1%;
}


}
