@charset "utf-8";



/*全端末（PC・タブレット・スマホ）共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	color: #666666;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	font-size: 15px;
	line-height: 2;	
	background: #eeeeee;
	-webkit-text-size-adjust: none;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form {margin: 0px;padding: 0px;font-size: 100%;font-weight: normal;}
ul {list-style-type: none;}
ol {padding-left: 40px;padding-bottom: 15px;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
iframe {width: 100%;}

/*リンク設定
---------------------------------------------------------------------------*/
a {
	color: #666;
	transition: 0.5s;
}
a:hover {
	color: #182659;	
	text-decoration: none;
}

/*container
---------------------------------------------------------------------------*/
#container {
	border-top: 5px solid #f811ad;
	margin: 0 auto;
	max-width: 1200px;
	background: #ffffff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}

/*ヘッダー
---------------------------------------------------------------------------*/
header {
	overflow: hidden;
	height: 100px;
}

header #logo img {
	width: 160px;
	float: left;
	margin-top: 10px;
	margin-left: 4%;
}

header #logo1 img {
	float: right;
	margin-top: 30px;
	margin-right: 4%;
}


/*メインメニュー
---------------------------------------------------------------------------*/
#menu_bar {
	overflow: hidden;
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
}

#menu_bar li {
	float: left;
	line-height: 1.6;
	width: 16.6%;
}
#menu_bar li a {
	display:  block;
	text-decoration: none;
	position: relative;
	text-align: center;
	padding: 12px 0px;
	border-left: 1px solid #d2d2d2;
	font-weight: bold;
}

#menu_bar li:first-child {
	width: 17%;
}
#menu_bar li:first-child a {
	border-left: none;
}

#menu_bar li a span {
	display: block;
	font-size: 9px;
	color: #bababa;
	font-weight: normal;
	letter-spacing: 0.2em;
}

#menu_bar li a:hover, #menu_bar li.current a {
	background: #e7e9ee;
}

#menu_bar li a:hover::before, #menu_bar li.current a::before {
	content: "";
	position: absolute;
	left: 5px;
	width: 3px;
	height: 40px;
}

#menu_bar-s {display: none;}

#menu_bar_hdr {display: none;}

/*トップ写真
---------------------------------------------------------------------------*/
#top_pic {
	width: 90%;
	margin: 0 auto;
	padding-top: 20px;
	overflow: hidden;
	max-width: 1200px;
}

#top_pic li {
	float: left;
}

#sl {
	width: 70%;
	margin: 0 auto;
	padding-top: 100px;
}

@keyframes slideIn {
  0% {
    transform: translateX(80px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%,100% {
    opacity: 1;
  }
}

.anim-box1 {
  animation: slideIn 4s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

.anim-box2 {
  animation: slideIn 3s cubic-bezier(0.25, 1, 0.5, 1) 50ms 1 forwards;
}

.anim-box3 {
  animation: slideIn 2s cubic-bezier(0.25, 1, 0.5, 1) 100ms 1 forwards;
}

.anim-box4 {
  animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 150ms 1 forwards;
}


/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	clear: both;
	overflow: hidden;
	padding: 3%;
}

/*main
---------------------------------------------------------------------------*/
#main {
	float: left;
	width: 72%;
}

#main h2 {
	clear: both;
	margin-bottom: 20px;
	font-size: 18px;
	padding: 5px 20px;
	background: #f811ad;
	color: #FFF;
	border-radius: 4px;
}
/*h2タグの１文字目の設定*/
#main h2::first-letter {
	border-left: 3px solid rgba(255,255,255,0.5);	/*左側の線の幅、線種、色。255,255,255は白の事で0.5は透明度50%の事。*/
	padding-left: 20px;	/*線とテキストとの余白*/
}

#main h3 {
	clear: both;
	margin-bottom: 20px;	/*見出しの下にとるスペース*/
	font-size: 18px;	/*文字サイズ*/
	padding: 6px 20px;		/*上下、左右への余白*/
	background: linear-gradient(#fff, #eee);	/*グラデーション*/
	border: 1px solid #ccc;	/*枠線の幅、線種、色*/
	border-radius: 4px;	/*角丸のサイズ*/
}

#main p {
	padding: 0px 20px 15px;
}
#main h2 + p,
#main h3 + p {
	margin-top: -10px;
}
#main section+section {
	margin-top: 50px;
}

#main .sil {
	margin-left:70px;

}


/*ボックス
---------------------------------------------------------------------------*/
#main .list {
	position: relative;overflow: hidden;
	margin-bottom: 20px;	/*ボックス同士の上下間の余白*/
	border: 1px solid #ccc;	/*枠線の幅、線種、色*/
	padding: 20px;	/*ボックス内の余白。変更する際は、下の「#main .list a」のmarginとpaddingの数字も変更する。*/
	background: linear-gradient(#FFF, #eee);	/*グラデーション*/
	box-shadow: 0px 2px 5px #ccc;	/*影の設定。右・下・ぼかし幅・色の設定*/
}
#main .list a {
	overflow: hidden;display: block;text-decoration: none;
	margin: -20px;	/*ボックス内の余白。変更する際は、上の「#main .list」のpaddingの数字も変更する。※必ずマイナス記号をつけておく。*/
	padding: 20px;	/*ボックス内の余白。変更する際は、上の「#main .list」のpaddingの数字も変更する。*/
	background: linear-gradient(#FFF, #eee);	/*グラデーション*/
}
/*マウスオン時設定*/
#main .list a:hover {
	background: #fff;	/*マウスオン時の背景色*/
}
/*ボックスにリンク指定がされた場合に出る「→」マーク*/
#main .list a::before {
	content: "→";	/*この文字を出す。他の文字に変えても可だが機種依存文字は化けるので使わない。*/
	position: absolute;
	right: 20px;	/*ボックスの右から20pxの場所に配置*/
	top: 20px;		/*ボックスの上から20pxの場所に配置*/
	background: #999;	/*背景色（古いブラウザ用）*/
	background: rgba(0,0,0,0.5);	/*rgb指定での背景色。「0,0,0」は黒の事で「0.5」が透明度50%の事。*/
	color: #fff;	/*文字色*/
	border: 1px solid #fff;	/*枠線の幅、線種、色*/
	border-radius: 4px;		/*角丸のサイズ*/
	width: 30px;		/*幅*/
	line-height: 30px;	/*高さ*/
	text-align: center;
}
#main .list a:hover::before {
	background: #000;	/*マウスオン時の「→」マークの背景色*/
}
/*ボックス内の画像設定*/
#main .list .img {
	width: 30%;	/*画像の幅*/
	float: left;
	margin-right: 10px;
}
/*ボックス内のh4（見出し）タグ設定*/
#main .list h4 {
	font-size: 18px;	/*文字サイズ*/
	color: #182659;		/*文字色*/
}
/*ボックス内のp（段落）タグ設定*/
#main .list p {
	padding: 0;
}

/*sub
---------------------------------------------------------------------------*/
#sub {
	float: right;
	width: 24%;
}

#sub h2 {
	padding: 15px 10px;
	background: #eeeeee;
	border-bottom: 1px solid #d2d2d2;
	border-top: 5px solid #f811ad;
	font-weight: bold;
}

#sub img {
	width: 60%;
	margin: 10px 0px 10px 20px;
}

/*subコンテンツのbox
---------------------------------------------------------------------------*/
#sub .box {
	border: 1px solid #d2d2d2;	/*枠線の幅、線種、色*/
	padding: 10px;			/*ボックス内の余白*/
	margin-bottom: 20px;	/*ボックスの下に空けるスペース*/
	background: linear-gradient(#fff, #eaeaea);	/*グラデーション*/
	box-shadow: 0px 0px 0px 1px #FFF inset;		/*内側への影を右・下・ぼかし幅・距離・色を設定*/
}

/*subコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニュー全体の設定*/
#sub ul.submenu {
	margin-bottom: 20px;	/*ブロックの下に空けるスペース*/
}
/*メニュー１個ごとの設定*/
#sub ul.submenu li a {
	text-decoration: none;display: block;
	padding: 5px 10px;	/*メニュー内の余白。上下、左右への設定。*/
	border-bottom: 1px solid #d2d2d2;	/*下の線の幅、線種、色*/
}
/*マウスオン時の背景色*/
#sub ul.submenu li a:hover {
	background: #fff;
}
/*box内のメニューブロックの設定*/
#sub .box ul.submenu {
	margin-bottom:  0;
}

/*サブコンテンツ内の一覧ブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#sub .list {
	position: relative;overflow: hidden;
	font-size: 11px;	/*文字サイズ*/
	line-height: 1.2;	/*行間を狭くする*/
}
#sub .list a {
	text-decoration: none;display: block;overflow: hidden;
	padding: 10px;	/*ボックス内の余白*/
	border-bottom: 1px solid #d2d2d2;	/*下の線の幅、線種、色*/
}
/*マウスオン時*/
#sub .list a:hover {
	background: #fff;	/*背景色*/
}
/*ボックス内のh4タグ設定*/
#sub .list h4 {
	color: #182659;		/*文字色*/
}
/*ボックス内の写真設定*/
#sub .list figure img {
	float: left;	/*画像を左へ回り込み*/
	width: 20%;		/*写真の幅*/
	margin-right: 5px;	/*写真の右側に空ける余白*/
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;
	padding: 10px 0;
	background: #f811ad;
	color: #ffffff;
}
footer a {
	text-decoration: none;
	color: #ffffff;
}
footer .pr {
	display: block;
	font-size: 80%;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl {
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 20px;
}
/*日付設定*/
#new dt {
	float: left;
	width: 9em;		/*幅*/
	color: #182659;	/*文字色*/
	letter-spacing: 0.1em;
}
/*記事設定*/
#new dd {
	padding-left: 9em;
	border-bottom: 1px solid #ccc;	/*下線の幅、線種、色*/
}

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

/*テーブル
---------------------------------------------------------------------------*/
.tb1 {
	width: 100%;
	margin: 0 auto 20px;
}
.tb1, .tb1 td, .tb1 th {
	border: 1px solid #ccc;
	padding: 8px 10px;
	word-break: break-all;
}

.tb1 th {
	width: 140px;
	text-align: center;
	font-weight: normal;
}

.tb1 th img {
	width: 100%;
}

.tb2 {
	width: 100%;
	margin: 0 auto 20px;
}
.tb2, .tb2 td, .tb2 th {
	border: 1px solid #ccc;
	padding: 8px 10px;
	word-break: break-all;
}

.tb2 td {
	width:50%;
	vertical-align: top;
}

.tb3 {
	width: 100%;
	margin: 0 auto 20px;
}
.tb3, .tb3 td, .tb3 th {
	border: 1px solid #ccc;
	padding: 8px 10px;
	word-break: break-all;
}

.tb3 td {
	width:33%;
	vertical-align: top;
}

/*inputボタン
---------------------------------------------------------------------------*/
#main input[type="submit"].btn,
#main input[type="button"].btn,
#main input[type="reset"].btn {
	padding: 5px 10px;
	border: 1px solid #ccc;
	font-size: 15px;
	border-radius: 3px;
	background: linear-gradient(#fff, #eee);
}
/*マウスオン時の設定*/
#main input[type="submit"].btn:hover,
#main input[type="button"].btn:hover,
#main input[type="reset"].btn:hover {
	border: 1px solid #999;
	background: #fff;
}

/*その他
---------------------------------------------------------------------------*/
.look {background: #ccc;color: #333;padding: 5px 10px;border-radius: 4px;}
.mb15,.mb1em {margin-bottom: 15px !important;}
.mb30 {margin-bottom: 30px !important;}
.p0 {padding:0 !important;}
.clear {clear: both;}
ul.disc {padding: 0em 25px 15px;list-style: disc;}
.color1, .color1 a {color: #F00;}
.bg1 {background: #f6f5f2;}
.pr {font-size: 10px;}
.wl {width: 96%;}
.ws {width: 50%;}
.c {text-align: center;}
.r {text-align: right;}
.l {text-align: left;}
img.fr {float: right;margin-left: 10px;margin-bottom: 10px;}
img.fl {float: left;margin-right: 10px;margin-bottom: 10px;}
.big1 {font-size: 20px;}
.mini1 {font-size: 11px;display: inline-block;line-height: 1.5;}
.sh {display: none;}



/*タブレットの設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:800px){

/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	padding: 0 3%;
}

/*メインメニュー
---------------------------------------------------------------------------
@keyframes menu1 {
0% {opacity: 0;}
100% {opacity: 1;}
}

#menu_bar-s {
	display: block;overflow: hidden;
	position: absolute;
	top: 105px;
	border-top: 1px solid #fff;
	width: 100%;
	z-index: 10;
	animation-name: menu1;
	animation-duration: 0.5S;
	animation-fill-mode: both;
}

#menu_bar-s li a {
	display: block;text-decoration: none;
	padding: 15px 10px 15px 20px;
	border-bottom: 1px solid #fff;
	background: #000;
	background: rgba(0,0,0,0.8);
	color: #ffffff;
	font-size: 20px;
}

#menu_bar-s li a span {
	display: block;
	font-size: 12px;
}

#menu_bar {
	display: none;
}

*/

/*３本バーアイコン設定
---------------------------------------------------------------------------*/
#menu_bar_hdr {
	display: block;
	position: absolute;
	top: 28px;
	right: 3%;
	border: 1px solid #000;
}

#menu_bar_hdr.close,
#menu_bar_hdr.open {
	width: 50px;
	height: 50px;
}

#menu_bar_hdr.close {
	background: #fff url(../images/icon_menu.png) no-repeat center top/50px;
}

#menu_bar_hdr.open {
	background: #fff url(../images/icon_menu.png) no-repeat center bottom/50px;
}

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

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

}



/*スマホの設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){

/*ヘッダー
---------------------------------------------------------------------------*/
header #logo img {
	float: left;
	width: 160px;
	margin-top: 10px;
}

header #tel img {
	float: right;
	margin-top: 30px;
}


/*全体の設定
---------------------------------------------------------------------------*/
body {
	font-size: 12px;
	line-height: 1.5;
}

#menu_bar {
	font-size: 10px;
	overflow: hidden;
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
}

/*main
---------------------------------------------------------------------------*/
#main h2, #main h3 {
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
}

#main h2::first-letter {
	padding-left: 8px;
}

#main p {
	padding: 0px 10px 15px;
}

/*ボックス（list）設定
---------------------------------------------------------------------------*/
#main .list h4 {
	font-size: 14px;
}

/*テーブル
---------------------------------------------------------------------------*/
/*ta1設定*/
.ta1, .ta1 td, .ta1 th {
	padding: 5px;
}

.ta1 th {
	width: 100px;
}

/*その他
---------------------------------------------------------------------------*/
.ws,.wl {width: 94%;}
.big1 {font-size: 16px;}
img.fr,img.fl {float: none;margin: 0;width: 100%;}
.sh {display:block;}
.pc {display:none;}

}
