@charset "utf-8";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}
input, select {
	vertical-align:middle;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
object, embed {
	vertical-align: middle;
}
legend {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
img, abbr, acronym, fieldset {
	border: 0 none;
}
img {
	vertical-align: middle;
}
ul li {
	list-style-type: none;
}

/*----------------------------------------------------
	共通
----------------------------------------------------*/
/* スクロールバーの有無によるズレ対策 */
html {
	overflow-y: scroll;
}

input,
textarea {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

/* for IE6 */
* html body {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

* html input,
* html textarea {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

/* リンク
----------------------------------------------------*/
a {
	color: #333;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

/* 汎用
----------------------------------------------------*/
/* clear clerfix */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.content:after,
.clearfix:after {
	content:"";
	display:block;
	clear:both;
}

.content,
.clearfix {
	zoom: 1;
	/* for IE5.5 - IE7 */
}

/*box-sizing */
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family:'Meiryo', 'メイリオ', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'sans-serif';
	font-size: 14px;
	background: #fff;
	line-height: 25.2px;
}

/*----------------------------------------------------
	各ページスタイル
----------------------------------------------------*/

/* 共通
-----------------------------------------------------------------------------------------------*/

#contents:after,
#contents_low:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

a.trance:hover {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

#index p,
#category p,
#page p{
	margin: 10px 0;
}

/*----------------------------------------------------
	PCサイトcss
----------------------------------------------------*/
@media screen and (min-width: 600px) {

body {
  background: #fff;
  color: #222;
  font-family: "Meiryo","メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 14px;
  min-width: 1000px;
  width: 100%;
  overflow-x: hidden;
}

#contents {
	margin: 30px auto 130px;
	max-width: 1000px;
	width: 1000px;
}

#index,
#category,
#page {
	float: left;
	max-width: 720px;
    margin: 0 50px 0 0;
    padding: 45px 0 25px 0;
   	width: 720px;
}

#side {
	float: right;
	max-width: 230px;
	margin-bottom: 200px;
	width: 230px;
}

.inner {
	margin: 0 auto;
	max-width: 1000px;
	width: 1000px;
	position: relative;
}

a {
  text-decoration: none;
}

/*--[common]--*/

.sp {
  display: none !important;
}

h1,h2,h3,h4,h5,
.recommend ,
.rank{
	color: #333;
}

#page h2 a{
	display:block;
	color: #fff;
}
#page h2:hover{
	opacity: 1 !important;
}

#page h2 a:hover{
	opacity: .5 !important;
}

#page p, #single p {
   margin: 10px 0;
}

/*--[パンくず]--*/

#pankuzu {
    margin: 30px auto;
    font-size: 12px;
    width: 1000px;
}

#pankuzu a{
    text-decoration: underline;
}

#pankuzu a:hover{
    text-decoration: none;
}

/*--[header]--*/

header {
  border-top: 25px solid #010f1e;
  width: 100%;
  padding: 10px 0 0;
  position: relative;
}


header h1,
header .title a{
  font-family:"ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 125%;
  margin: 0 auto;
  position: relative;
  vertical-align: top;
  background: url(img/img_rogo.png)  no-repeat left center;
  background-size: 100px auto;
  padding: 25px 0 25px 120px;
  display: inline-block;
}

.boxInner {
  text-align: center;
}

header .description {
  text-align: center;
  margin: 0 auto 20px;
}

.boxInner .title a {
  text-decoration:none;
}

.boxInner .title a:hover {
  color: #003366;
  opacity:.7;
}

.sitemap {
  position: absolute;
  top: -35px;
  right: 0;
}

.sitemap a{
  color: #fff;
  background: url(img/arrow_3.png) no-repeat right center;
  background-size: 11px auto;
  padding-right: 20px;
  text-decoration: underline;
  font-size: 12px;
}

.sitemap a:hover{
  text-decoration: none;
}

/*--[ナビゲーション]--*/

nav {
background: rgb(13,72,113);
background: -moz-linear-gradient(left, rgba(13,72,113,1) 0%, rgba(27,34,58,1) 100%);
background: -webkit-gradient(left, rgba(13,72,113,1) 0%,rgba(27,34,58,1) 100%);
background: linear-gradient(to right, rgba(13,72,113,1) 0%,rgba(27,34,58,1) 100%);
 padding: 0 0;
 min-height: 80px;
 width: 100%;
}

nav ul {
 display: flex;
 justify-content: space-around;
 margin: 0 auto;
 min-height: 80px;
 width: 1000px;
}

nav ul li::before{
  content: "";
  display: block;
  width: 1px;
  height: 60%;
  background: rgba(255,255,255,.4);
  position: absolute;
  top: 20%;
  left: 0;
}


nav ul li:last-child::after{
  content: "";
  display: block;
  width: 1px;
  height: 60%;
  background: rgba(255,255,255,.4);
  position: absolute;
  top: 20%;
  right: 0;
}

nav ul li{
  display: table-cell;
  font-size: 16px;
  font-weight: bold;
  line-height: 140%;
  margin: 0;
  padding: 20px 0;
  position: relative;
  width: inherit;
  vertical-align: middle;
  cursor: pointer;
}
nav ul a{
  color: #fff;
  display: block;
  font-family:"ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  height: 100%;
  padding: 0 30px;
  position: relative;
  text-align: center;
  width: 100%;
}

nav ul a span{
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

nav ul li:hover{
  color:  #fff;
  background: #666666;
}



/*--[見出し]--*/

h1, h2, h3, h4,h5,
.rank,.recommend,
.attention,.point,.check{
  font-family:"ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

#index h2,
#category h1,
#page h1{
  font-size: 34px;
  font-weight: bold;
  line-height: 140%;
  margin: 0 auto 80px;
  padding: 0 20px;
  position: relative;
  text-align: center;
  width: 100%;
}

#index h2::before,
#category h1::before,
#page h1::before{
  content: '';
  display: block;
  background: url(img/bg_h1.png) no-repeat center top;
  left: 0;
  height: 50px;
  position: absolute;
  top: -50px;
  width: 720px;
}

#index h2::after,
#category h1::after,
#page h1::after{
  content: '';
  display: block;
  background: url(img/bg_h1.png) no-repeat center top;
  left: 0;
  height: 50px;
  position: absolute;
  bottom: -50px;
  width: 720px;
  transform:rotate(180deg);
}


#index h3,
#category h2,
#page h2{
  background: rgb(13,72,113);
  background: -moz-linear-gradient(left, rgba(13,72,113,1) 0%, rgba(27,34,58,1) 100%);
  background: -webkit-gradient(left, rgba(13,72,113,1) 0%,rgba(27,34,58,1) 100%);
  background: linear-gradient(to right, rgba(13,72,113,1) 0%,rgba(27,34,58,1) 100%);
  border: 2px solid #bfbfbf;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  line-height: 140%;
  margin: 40px auto 20px;
  padding: 10px 20px;
  position: relative;
  width: 100%;
}

#index h4,
#category h3,
#page h3{
  border-bottom: 4px solid #003366;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 140%;
  margin: 40px auto 20px;
  padding: 0 10px 15px;
  position: relative;
  width: 100%;
}

#index h5,
#category h4,
#page h4{
  border-left: 6px solid #003366;
  font-size: 24px;
  font-weight: bold;
  line-height: 140%;
  margin: 40px auto 20px;
  padding: 5px 10px;
  position: relative;
  width: 100%;
}


.recommend,
.attention,
.point,
.check,
.rank{
  background: #f8f8ef;
  border: 2px solid #666;
  font-size: 28px;
  font-weight: bold;
  line-height: 140%;
  margin: 50px 0 30px auto;
  padding: 25px 10px 25px 110px;
  position: relative;
  width: 100%;
}
.recommend::before,
.attention::before,
.point::before,
.check::before{
  content: '';
  display: block;
  position: absolute;
  left: 3px;
  top: 50%;
  margin: -45px 0 0;
  width: 100px;
  height: 100px;
}

.rank::before{
  content: '';
  display: block;
  position: absolute;
  left: 3px;
  top: 50%;
  margin: -50px 0 0;
  width: 100px;
  height: 100px;
}
.recommend::before{
  background: url(img/icon_recomend.png) no-repeat;
}
.attention::before{
  background: url(img/icon_attention.png) no-repeat;
}
.point::before{
  background: url(img/icon_point.png) no-repeat;
}
.check::before{
  background: url(img/icon_check.png) no-repeat;
}
.rank1::before{
  background: url(img/icon_rank_1.png) no-repeat;
}
.rank2::before{
  background: url(img/icon_rank_2.png) no-repeat;
}
.rank3::before{
  background: url(img/icon_rank_3.png) no-repeat;
}
.rank4::before{
  background: url(img/icon_rank_4.png) no-repeat;
}

/*--[ul ol]-- */

#index ul li a 
#category ul li a, 
#page ul li a{
	text-decoration: underline;
}

#index ul li a:hover, 
#category ul li a:hover, 
#page ul li a:hover{
	text-decoration: none;
}

#index ul, #category ul, #page ul {
	margin: 30px 0;
	list-style:none;
}
#index ul li, #category ul li, #page ul li {
  background: url(img/icon_ul.png) no-repeat 2.4px 2px;
  line-height: 135%;
  margin: 10px 0;
  padding-left: 30px;
}
#index ol , #category ol, #page ol {
	margin: 30px 0;
}
#index ol li, #category ol li, #page ol li {
    counter-increment: number;
    list-style:none; 
    margin: 5px 0;
    padding: 0 0 0 30px;
    display: block;
    position: relative;
}
#index ol li::before, 
#category ol li::before, 
#page ol li::before{
 color: #680c00;
 font-size: 16px;
 font-weight: bold;
 font-family:"ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
 display: block;
 height: 30px;
 left: -4px;
 position: absolute;
 text-align:  center;
 top: 13px;
 margin-top: -15px;
 letter-spacing:-.5px;
 width: 26px;
}

ol li:nth-child(-n + 9):before {
    content: '0'counter(number);
}
ol li:nth-child(n + 10):before {
    content: counter(number);
}

/* 文字装飾
----------------------------- */
#index p span,
#category p span,
#page p span,
#single p span {
 font-weight: bold;
 font-size: 18px;
 color: #b91c22;
}


/* table 
----------------------------- */
.table-layout {
        width: 100%;
        margin: 50px auto 50px 0;
}

.table-layout table {
 width: 100%;
 border-collapse: separate;
 border-spacing: 0;
 border: 1px solid #ccc;
}

.table-layout table thead th,
.table-layout table tbody th,
.table-layout table tbody td {
  border:0;
  border-bottom: 1px solid #ccc;
  padding: 15px;
  word-break: break-all;
}

.table-layout table tbody td {
  border-left: 1px solid #ccc !important;
}

.table-layout table th  {
  border-left: 1px solid #ccc !important;
  background: #e3e3e3;
}
.table-layout table tbody tr:last-child th,
.table-layout table tbody tr:last-child td {
  border-bottom: none;
}

.table-layout table th:first-child {
  border-left: none !important;
}

.table-layout table th{
  font-weight: bold;
  text-align: center;
}

.table-layout table td{
  text-align: left;
}


/*--[カラム設定]-- */

.fl {
    float: left;
    margin-right: 20px;
}
.fr {
    float: right;
    margin-left: 20px;
}

.float-img {
    width: 240px;
}

.float-img img, .right_img img {
  max-width: 100%;
  height: auto;
}
.float-img .flame{
    border: 2px solid #003366;
}

.float-img .caption {
    margin: 10px auto 10px;
}

.caption {
 text-align: center;
 font-size: 12px;
 color: #888888;
 line-height: 145%;
 word-wrap: break-word;
}

.float-wrap{
  margin: 20px auto 30px;
  position: relative;
}

.float-wrap > p{
  margin: 0 auto 10px !important;
  position: relative;
  top: -5px;
}

.box-wrap {
  margin: 40px auto;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.box {
  background:#18416a;
  box-shadow: 0 0 0 4px #18416a inset, 0 0 0 5px #8ca0b5 inset;
  width: 350px;
  margin: 0 auto;
  position: relative;
}

.left_box {
    margin-right: 20px;
}
.box-head , 
.box-body {
 margin: 0 auto;
 color: #fff;
}

.box-head{
 font-size: 20px;
 font-weight: bold;
 padding: 35px 30px 20px;
 font-family:"ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.box-head a{
 background: url(img/arrow_4.png) no-repeat right center;
 background-size: 18px auto;
 color: #fff;
 display: block;
 padding:0 30px 0 0;
 text-decoration: none;
}

.box-head::after{
 content: "";
 display: block;
 background: #d7bb65;
 background-size: contain;
 height:1px;
 margin: 20px auto 0 -2.5%;
 width: 105%;
}

.box-body {
  padding: 0px 30px 35px;
}

.box-body p:first-child,.frame-body p:first-child {
  margin: 0 !important;
}
 
.box:hover {
  opacity: .5;
}

#contents .frame-wrap {
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 40px 0;
  width: 720px;
  border-top: 2px solid #959595;
  border-bottom: 2px solid #959595;
  padding: 10px 0;
}

#contents .frame-wrap .frame{
 width: 225px;
 padding: 0;
 position: relative;
 background: url(img/bg_box3.png) repeat;
 z-index: 1;
}

#contents .frame-wrap .frame:nth-child(2){
  margin: 0 20px;
}

#contents .frame-head,
#contents .frame-body {
  position: relative;
  z-index: 5;
}
#contents .frame-head {
  margin: 0;
    padding: 30px 10px 0 10px;
  position: relative;
  font-family:"ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
#contents .frame-head p{
 font-size: 18px;
 font-weight: bold;
 text-align: center;
 line-height: 135%;
 padding: 0 0 15px;
 margin: 0 auto;
 border-bottom:2px solid #666666;
 position: relative;
}

#contents .frame-head p::after{
 content: "";
 display: block;
 width: 100%;
 height: 1px;
 background: #666666;
 position: absolute;
 bottom: -5px;
}
#contents .frame-body {
    padding: 10px 10px 15px;
    position: relative;
	
}

/*　ボタン・リンク
----------------------------- */
.permalink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.btn-internal a,
.btn-web a{
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    padding: 25px 40px 25px 20px;
    margin: 20px auto;
    width: 400px;
	border-radius: 10px;
    font-family:"ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.btn-internal a{
background:no-repeat 95% 50% url(img/arrow_3.png), rgb(191,167,96);
background:no-repeat 95% 50% url(img/arrow_3.png), -moz-linear-gradient(top, rgba(191,167,96,1) 0%, rgba(154,126,70,1) 100%);
background:no-repeat 95% 50% url(img/arrow_3.png), -webkit-gradient(top, rgba(191,167,96,1) 0%,rgba(154,126,70,1) 100%);
background:no-repeat 95% 50% url(img/arrow_3.png), linear-gradient(to bottom, rgba(191,167,96,1) 0%,rgba(154,126,70,1) 100%);
background-size: 12px auto, cover;
}
.btn-internal a:hover{
background:no-repeat 95% 50% url(img/arrow_3.png), rgb(182,182,182);
background:no-repeat 95% 50% url(img/arrow_3.png), -moz-linear-gradient(top, rgba(182,182,182,1) 0%, rgba(153,153,153,1) 100%);
background:no-repeat 95% 50% url(img/arrow_3.png), -webkit-gradient(top, rgba(182,182,182,1) 0%,rgba(153,153,153,1) 100%);
background:no-repeat 95% 50% url(img/arrow_3.png), linear-gradient(to bottom, rgba(182,182,182,1) 0%,rgba(153,153,153,1) 100%);
background-size: 12px auto, cover;
}
.btn-web a{
background:no-repeat 95% 50% url(img/arrow_3.png), rgb(182,27,33);
background:no-repeat 95% 50% url(img/arrow_3.png), -moz-linear-gradient(top, rgba(182,27,33,1) 0%, rgba(110,13,3,1) 100%);
background:no-repeat 95% 50% url(img/arrow_3.png), -webkit-gradient(top, rgba(182,27,33,1) 0%,rgba(110,13,3,1) 100%);
background:no-repeat 95% 50% url(img/arrow_3.png), linear-gradient(to bottom, rgba(182,27,33,1) 0%,rgba(110,13,3,1) 100%);
background-size: 12px auto, cover;
}
.btn-web a:hover{
background:no-repeat 95% 50% url(img/arrow_3.png), rgb(105,27,183);
background:no-repeat 95% 50% url(img/arrow_3.png), -moz-linear-gradient(top, rgba(105,27,183,1) 1%, rgba(56,2,110,1) 100%);
background:no-repeat 95% 50% url(img/arrow_3.png), -webkit-gradient(top, rgba(105,27,183,1) 1%,rgba(56,2,110,1) 100%);
background:no-repeat 95% 50% url(img/arrow_3.png), linear-gradient(to bottom, rgba(105,27,183,1) 1%,rgba(56,2,110,1) 100%);
background-size: 12px auto, cover;
}

.btn-link {
  text-align: right;
}
.btn-link a{
  background: url(img/arrow_2.png) no-repeat 0 top;
  background-size: 18px auto;
  color: #875f0c;
  text-decoration: underline;
  padding-left: 30px;
}
.btn-link a:hover{
    text-decoration: none;
}
.btn-tel { display: none;}

/*--[サイド]-- */

.sideBox {
  margin-bottom: 30px;
  border: 2px solid #b2b2b2;
  background: #fff;
}

.sideList .sttl a {
  color: #fff;
  font-weight: bold;
  display: block;
  padding: 15px 20px;
  text-decoration: none;
  font-family:"ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  width: 100%;
}

.sideList .sttl{
 background: #003366;
 font-weigh: bold;
 font-size: 16px;
 margin: 0 0 1px;
 position: relative;
 width: 100%;
}

.sideBox ul {
  padding: 0;
}
.sideBox ul li{
  background: #fff;
  margin: 0 10px;
  border-bottom: dotted 1px #b1b1b1;
}
.sideBox ul li:last-child{
    border-bottom: 0;
}

.sideBox ul li > a{
  background: url(img/arrow_side_1.png) no-repeat 95% center;
  background-size: 12px auto;
  display: block;
  padding: 15px 30px 15px 10px;
  text-decoration: none;
}

.sideBox ul li ul {
  width: 100%;
  border-top: 1px solid #fff;
}

.sideBox ul .sub_cat a{
  background: url(img/arrow_side_2.png) no-repeat 95% center;
  background-size: 12px auto;
  display: block;
  padding: 15px 30px 15px 25px;
}
.sideBox ul li > a:hover ,
.sideList .sttl a:hover{
  opacity: .5;
}

.side1 {
 background: #f8f8ef;
 box-shadow: 0 0 0 5px #666 inset,0 0 0 8px #f8f8ef inset,0 0 0 9px #666666 inset;
 border: 0;
    padding: 23px;
 position: relative;
 margin: 0;
}

.side1 .sttl {
 font-size: 18px;
 font-weight: bold;
 padding: 0 5px 10px;
 color: #333;
  font-family:"ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  border-bottom: 3px solid #666666;
}
.side1 .sttl a{
 color: #333;
 text-decoration: none;
}
.side1 .sttl a:hover {
 color: #969696;
}
.sideBox .img{
  margin: 0 auto 10px;
  width: 95%;
}
.sideBox .img img ,.sideBox p img {
 display: block;
 margin: 10px auto;
 width: 100%;
 height: auto;
}

.side1 .bt-more a {
background:no-repeat 95% 50% url(img/arrow_3.png), rgb(191,167,96);
background:no-repeat 95% 50% url(img/arrow_3.png), -moz-linear-gradient(top, rgba(191,167,96,1) 0%, rgba(154,126,70,1) 100%);
background:no-repeat 95% 50% url(img/arrow_3.png), -webkit-gradient(top, rgba(191,167,96,1) 0%,rgba(154,126,70,1) 100%);
background:no-repeat 95% 50% url(img/arrow_3.png), linear-gradient(to bottom, rgba(191,167,96,1) 0%,rgba(154,126,70,1) 100%);
background-size: 12px auto, cover;
border-radius: 5px;
color: #fff;
font-weight: bold;
font-size: 16px;
font-family:"ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
display: block;
margin:  15px auto 0;
padding: 10px 25px 10px 15px;
text-align: center;
text-decoration: none;
width: 95%;
}

.side1 .bt-more a:hover {
background:no-repeat 95% 50% url(img/arrow_3.png), rgb(182,182,182);
background:no-repeat 95% 50% url(img/arrow_3.png), -moz-linear-gradient(top, rgba(182,182,182,1) 0%, rgba(153,153,153,1) 100%);
background:no-repeat 95% 50% url(img/arrow_3.png), -webkit-gradient(top, rgba(182,182,182,1) 0%,rgba(153,153,153,1) 100%);
background:no-repeat 95% 50% url(img/arrow_3.png), linear-gradient(to bottom, rgba(182,182,182,1) 0%,rgba(153,153,153,1) 100%);
background-size: 12px auto, cover;
}
    
.side1 .caption {
    margin-bottom:5px;
	word-break: break-all;
}

.side1 .caption:last-child{
  margin-bottom: 20px;
}

/*--[フッター]-- */

footer {
    background: #010f1e;
	color: #fff;
}

footer .inner{
  padding: 60px 0 0;
  margin: 40px auto 0;
  position: relative;
}

footer .inner .frame-wrap{
　　width: 100%;
   margin: 0 auto;
}

.copy{
   background: #fff;
   color: #333;
   font-size: 12px;
   text-align:center;
   padding: 5px 0;
   margin: 0;
   width: 100%;
}

.copy a{
   color: #333;
   display: inline-block;
   text-decoration: none;
}

.copy a:hover{
   text-decoration: underline;
}

footer .frame-wrap .frame{
    padding: 0;
    width: 100%;
}

footer .frame-wrap .frame:nth-child(even) {
    margin: 20px 0;
}

footer .frame-head {
 border-bottom: 3px double #fff;
 display: block;
 font-weight: bold;
 font-size: 16px;
 margin: 0 0;
}

footer .frame-head a{
  background: url(img/arrow_3.png) no-repeat left 50%;
  background-size: 16px auto;
  color: #fff;
  display:  block;
  text-decoration: none;
  font-family:"ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  padding: 15px 0 15px 20px;
}

footer .frame-body {
	display:block;
	line-height: 100%;
	width: 95%;
	margin: 10px auto;
}

footer .frame-body ul{
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap:　wrap;
  flex-wrap: wrap;
  -weblit-justify-content: flex-start;
  justify-content: flex-start;
}

footer .frame-body ul li { 
  background: url(img/arrow_3.png) no-repeat left 50%;
  background-size: 10px auto;
  margin: 0;
  display: block;
  position: relative;
  vertical-align: top;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 20%;
}



footer .frame-body ul li a{
  color: #fff;
  display: block;
  text-decoration: none;
  padding: 10px 10px 10px 20px;
  width: 100%;
  line-height: 135%;
}

footer .frame-head a:hover,
footer .frame-body ul li:hover{
  opacity: .5;
}

.notes {
 font-size: 12px;
 width: 85%;
 margin: 50px auto 50px;
 padding: 15px;
 line-height: 145%;
 background: rgba(255,255,255,.1);
}

.pagetop {
    background: url(img/bt_top.png) no-repeat;
	color: transparent;
	display: block !important;
    position: absolute;
    top: -130px;
    right: -30px;
    width: 90px;
    height: 90px;
    text-align: center;
 }
 
.pagetop:hover {
    background: url(img/bt_top_on.png) no-repeat;
}


/*404*/

#page .bt-top a{ text-decoration: underline;}
#page .bt-top a:hover{ text-decoration: none;}
}




/*----------------------------------------------------
	SPサイトcss
----------------------------------------------------*/
@media screen and (max-width: 599px) {

body {
  color: #222;
  background: #fff;
  font-family: "Meiryo","メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 16px;
}

.pc, nav { display: none;}
.sp { display: block;}

img {
    width: 100%;
    height: auto;
}
#contents {
	margin: 30px auto;
	position: relative;
	width: 100%;
}

#index,
#category,
#page {
  margin: 0 auto;
  padding: 20px 0 0 0;
  width: 94%;
}

#page p,
#single p {
   margin: 10px 0;
}

#side {
	width: 100%;
}

.inner {
	margin: 0 auto;
	width: 95%;
}


#page h2 a{
	display:block;
	color: #fff;
}

/*--[header]--*/

header {
  background: #fff;
  border-top: 7px solid #010f1e;
  width: 100%;
  padding: 10px 0 0 0;
  position: relative;
  box-shadow: 0 1px 5px rgba(0,0,0,0.6);
  z-index: 10000;
}

.boxInner {
  text-align: center;
  position: relative;
}

header .description {
  text-align: center;
  margin: 5px auto 0;
  font-size: 12px;
  line-height: 135%;
}

.boxInner .txt{ width: 100%;}

.boxInner .title {
  width: 84%;
  padding: 0;
}

.boxInner h1{
  width: 84%;
  padding: 10px 0 10px 70px;
}
.boxInner h1,
.boxInner .title a{
  font-family:"ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 125%;
  margin: 0 auto 0 0;
  text-align: left;
  background: url(img/img_rogo.png)  no-repeat left center;
  background-size: 60px auto;
}

.boxInner .title a {
  text-decoration:none;
  display: block;
  padding: 10px 0 10px 70px;
}

.sitemap {
	display: none;
}


#pankuzu {
 margin: 15px auto 15px;
 font-size: 14px;
 width: 95%; 
}

#pankuzu a:hover{
  text-decoration: underline;
}

#bt-menu {
  background: url(img/bt_menu.png) no-repeat left top;
  background-size: contain;
  color: rgba(255,255,255,0);
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 50%;
  margin: -33px 0 0 0;
}

header .boxInner {
  padding: 0 0 10px;
  position: relative;
  min-height: 60px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
　-webkit-justify-content:lex-start;
  justify-content: flex-start;
}

nav {
position: absolute;
display: none;
top: 100%;
width: 100%;
height: auto;
z-index: 10000;
}

nav ul,
nav ul li {
  background: #ebebeb;
}
nav ul li.parent {
  background: #cfdff1;
}
nav ul li{
  border-bottom: 1px dotted #ccc;
}

nav ul li a{
  color: #fff;
  display: block;
  padding: 20px 40px 20px 20px;
  background: url(img/arrow_3.png) no-repeat 95% center , #325b84;
  background-size: 16px auto;
  text-decoration: none;
}

nav ul .parent a{
 background: #003366;
 background-size: 16px auto;
 font-family:"ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
 font-size: 18px;
 font-weight: bold;
 text-align: center;
  padding: 20px 20px;
}


#close {
  background: url(img/bt_close.png) no-repeat 40% 48%, #454545;
  background-size: 14px auto;
  padding: 10px 0;
  text-decoration: none;
  text-align: center;
  color: #fff;
}

.overflow {
	position: fixed;
	width: 100%;
	height: 100%;
    background: rgba(0,0,0,0.5);
	top: 0;
	z-index: 100;
}



/*--[見出し]--*/

h1, h2, h3, h4,h5,
.rank,.recommend,
.attention,.point,.check{
  font-family:"ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

#index h2,
#category h1,
#page h1{
  font-size: 21px;
  font-weight: bold;
  line-height: 140%;
  margin: 0 auto 60px;
  padding: 0 10px;
  position: relative;
  text-align: center;
  width: 100%;
}

#index h2::before,
#category h1::before,
#page h1::before{
  content: '';
  display: block;
  background: url(img/bg_h1_sp.png) no-repeat center top;
  left: 0;
  height: 40px;
  position: absolute;
  top: -40px;
  width: 100%;
}

#index h2::after,
#category h1::after,
#page h1::after{
  content: '';
  display: block;
  background: url(img/bg_h1_sp.png) no-repeat center top;
  left: 0;
  height: 40px;
  position: absolute;
  bottom: -40px;
  width: 100%;
  transform:rotate(180deg);
}


#index h3,
#category h2,
#page h2{
  background: rgb(13,72,113);
  background: -moz-linear-gradient(left, rgba(13,72,113,1) 0%, rgba(27,34,58,1) 100%);
  background: -webkit-gradient(left, rgba(13,72,113,1) 0%,rgba(27,34,58,1) 100%);
  background: linear-gradient(to right, rgba(13,72,113,1) 0%,rgba(27,34,58,1) 100%);
  border: 2px solid #bfbfbf;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 140%;
  margin: 40px auto 20px;
  padding: 10px 10px;
  position: relative;
  width: 100%;
}

#index h4,
#category h3,
#page h3{
  border-bottom: 4px solid #003366;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 140%;
  margin: 40px auto 20px;
  padding: 0 0 10px;
  position: relative;
  width: 100%;
}

#index h5,
#category h4,
#page h4{
  border-left: 3px solid #003366;
  font-size: 17px;
  font-weight: bold;
  line-height: 140%;
  margin: 40px auto 20px;
  padding: 0 0 0 10px;
  position: relative;
  width: 100%;
}


.recommend,
.attention,
.point,
.check,
.rank{
  background: #f8f8ef;
  border: 2px solid #666;
  font-size: 18px;
  font-weight: bold;
  line-height: 140%;
  margin: 40px 0 30px auto;
  padding: 15px 10px 15px 70px;
  position: relative;
  width: 100%;
}
.recommend::before,
.attention::before,
.point::before,
.check::before{
  content: '';
  display: block;
  position: absolute;
  left: 10px;
  top: 50%;
  margin: -20px 0 0;
  width: 50px;
  height: 50px;
}

.rank::before{
  content: '';
  display: block;
  position: absolute;
  left: 10px;
  top: 50%;
  margin: -25px 0 0;
  width: 50px;
  height: 50px;
}
.recommend::before{
  background: url(img/icon_recomend.png) no-repeat;
  background-size: contain;
}
.attention::before{
  background: url(img/icon_attention.png) no-repeat;
  background-size: contain;
}
.point::before{
  background: url(img/icon_point.png) no-repeat;
  background-size: contain;
}
.check::before{
  background: url(img/icon_check.png) no-repeat;
  background-size: contain;
}
.rank1::before{
  background: url(img/icon_rank_1.png) no-repeat;
  background-size: contain;
}
.rank2::before{
  background: url(img/icon_rank_2.png) no-repeat;
  background-size: contain;
}
.rank3::before{
  background: url(img/icon_rank_3.png) no-repeat;
  background-size: contain;
}
.rank4::before{
  background: url(img/icon_rank_4.png) no-repeat;
  background-size: contain;
}

/*--[ul ol]-- */

#index ul li a 
#category ul li a, 
#page ul li a{
	text-decoration: underline;
}

#index ul, #category ul, #page ul {
	margin: 30px 0;
	list-style:none;
}
#index ul li, #category ul li, #page ul li {
  background: url(img/icon_ul.png) no-repeat 2.4px 4px;
  line-height: 135%;
  margin: 10px 0;
  padding-left: 30px;
}
#index ol , #category ol, #page ol {
	margin: 30px 0;
}
#index ol li, #category ol li, #page ol li {
    counter-increment: number;
    list-style:none; 
    margin: 5px 0;
    padding: 0 0 0 30px;
    display: block;
    position: relative;
}
#index ol li::before, 
#category ol li::before, 
#page ol li::before{
 color: #680c00;
 font-size: 16px;
 font-weight: bold;
 font-family:"ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
 display: block;
 height: 30px;
 left: -4px;
 position: absolute;
 text-align:  center;
 top: 13px;
 margin-top: -15px;
 letter-spacing:-.5px;
 width: 26px;
}

ol li:nth-child(-n + 9):before {
    content: '0'counter(number);
}
ol li:nth-child(n + 10):before {
    content: counter(number);
}

/* 文字装飾
----------------------------- */
#index p span,
#category p span,
#page p span,
#single p span {
 font-weight: bold;
 font-size: 18px;
 color: #680c00;
}

/* table 
----------------------------- */
.table-layout {
  margin: 30px 0;
  overflow: auto;
  padding: 0 0 10px 0;
  white-space: nowrap;
  width: 100%;
}

.table-layout table {
 width: 100%;
 border-collapse: separate;
 border-spacing: 0;
 border: 1px solid #ccc;
}

.table-layout table thead th,
.table-layout table tbody th,
.table-layout table tbody td {
  border:0;
  border-bottom: 1px solid #ccc;
  padding: 15px;
  word-break: break-all;
}

.table-layout table tbody td {
  border-left: 1px solid #ccc !important;
}

.table-layout table th  {
  border-left: 1px solid #ccc !important;
  background: #e3e3e3;
}
.table-layout table tbody tr:last-child th,
.table-layout table tbody tr:last-child td {
  border-bottom: none;
}

.table-layout table th:first-child {
  border-left: none !important;
}

.table-layout table th{
  font-weight: bold;
}

.table-layout table td{
  text-align: left;
}

.table-layout::-webkit-scrollbar{
  height: 5px;
}
.table-layout::-webkit-scrollbar-track{
  background: #F1F1F1;
}
.table-layout::-webkit-scrollbar-thumb {
  background: #BCBCBC;
}


/*--[カラム設定]-- */

.float-wrap {
  margin: 0 auto 30px;
}
.float-img {
    width: 100%;
}

.float-img img, .right_img img {
  max-width: 100%;
  height: auto;
}
.float-img .flame{
    border: 2px solid #003366;
}

.float-img .caption {
    margin: 10px auto 10px;
}

.caption {
 text-align: center;
 font-size: 12px;
 color: #888888;
	line-height: 135%;
word-wrap: break-word;        
}

.box-wrap {
  display: block;
  margin: 40px auto 20px;
}

.box {
  background:#18416a;
  box-shadow: 0 0 0 4px #18416a inset, 0 0 0 5px #8ca0b5 inset;
  width: 100%;
  margin: 0 auto 30px;
  position: relative;
}

.box-head , 
.box-body {
 margin: 0 auto;
 color: #fff;
}

.box-head{
 font-size: 20px;
 font-weight: bold;
 padding: 30px 25px 20px;
 font-family:"ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.box-head a{
 background: url(img/arrow_4.png) no-repeat right center;
 background-size: 18px auto;
 color: #fff;
 display: block;
 padding:0 20px 0 0;
 text-decoration: none;
}

.box-head::after{
 content: "";
 display: block;
 background: #d7bb65;
 background-size: contain;
 height:1px;
 margin: 20px auto 0 -2.5%;
 width: 105%;
}

.box-body {
  padding: 0px 25px 30px;
}

.box-body a{
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    padding: 20px 30px 20px 20px;
    margin: 10px auto 0;
    width: 100%;
	border-radius: 10px;
    font-family:"ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    background:no-repeat 95% 50% url(img/arrow_3.png), rgb(191,167,96);
    background:no-repeat 95% 50% url(img/arrow_3.png), -moz-linear-gradient(top, rgba(191,167,96,1) 0%, rgba(154,126,70,1) 100%);
    background:no-repeat 95% 50% url(img/arrow_3.png), -webkit-gradient(top, rgba(191,167,96,1) 0%,rgba(154,126,70,1) 100%);
    background:no-repeat 95% 50% url(img/arrow_3.png), linear-gradient(to bottom, rgba(191,167,96,1) 0%,rgba(154,126,70,1) 100%);
    background-size: 16px auto, cover;
}

.box-body p:first-child,.frame-body p:first-child {
margin: 0 !important;
}

#contents .frame-wrap {
  display: block;
  margin: 40px 0 20px;
  width: 100%;
  border-top: 2px solid #959595;
  border-bottom: 2px solid #959595;
  padding: 20px 0 0;
}

#contents .frame-wrap .frame{
 width: 100%;
 padding: 0;
 position: relative;
 background: url(img/bg_box3.png) repeat;
 z-index: 1;
 margin: 0 auto 20px;
}

#contents .frame-head,
#contents .frame-body {
  position: relative;
  z-index: 5;
}
#contents .frame-head {
  margin: 0;
  padding: 30px 20px 0 20px;
  position: relative;
  font-family:"ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
#contents .frame-head p{
 font-size: 18px;
 font-weight: bold;
 text-align: center;
 line-height: 135%;
 padding: 0 0 15px;
 margin: 0 auto;
 border-bottom: 3px solid #666666;
 position: relative;
}

#contents .frame-head p::after{
 content: "";
 display: block;
 width: 100%;
 height: 1px;
 background: #666666;
 position: absolute;
 bottom: -6px;
}

#contents .frame-body {
    padding: 20px 20px 30px;
    position: relative;
	
}


/*　ボタン・リンク
----------------------------- */
.permalink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.btn-internal a,
.btn-web a,
.in_link_btn a{
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    padding: 20px 35px 20px 20px;
    margin: 10px auto;
    width: 100%;
	border-radius: 10px;
    font-family:"ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.btn-internal a{
background:no-repeat 95% 50% url(img/arrow_3.png), rgb(191,167,96);
background:no-repeat 95% 50% url(img/arrow_3.png), -moz-linear-gradient(top, rgba(191,167,96,1) 0%, rgba(154,126,70,1) 100%);
background:no-repeat 95% 50% url(img/arrow_3.png), -webkit-gradient(top, rgba(191,167,96,1) 0%,rgba(154,126,70,1) 100%);
background:no-repeat 95% 50% url(img/arrow_3.png), linear-gradient(to bottom, rgba(191,167,96,1) 0%,rgba(154,126,70,1) 100%);
background-size: 16px auto, cover;
}

.btn-web a{
background:no-repeat 95% 50% url(img/arrow_3.png), rgb(182,27,33);
background:no-repeat 95% 50% url(img/arrow_3.png), -moz-linear-gradient(top, rgba(182,27,33,1) 0%, rgba(110,13,3,1) 100%);
background:no-repeat 95% 50% url(img/arrow_3.png), -webkit-linear-gradient(top, rgba(182,27,33,1) 0%,rgba(110,13,3,1) 100%);
background:no-repeat 95% 50% url(img/arrow_3.png), linear-gradient(to bottom, rgba(182,27,33,1) 0%,rgba(110,13,3,1) 100%);
background-size: 16px auto, cover;
}

.btn-link {
  text-align: right;
}

.in_link_btn {
 margin: 10px auto 0;
 width: 95%;
}

.btn-link { text-align: right; }

.btn-link a{
  background: no-repeat 95% 50% url(img/arrow_5.png), #fff;
  background-size: 16px auto;
  box-shadow: 0 0 0 3px #76530b inset;
  color: #76530b;
  display: block;
  font-size: 18px;
  font-weight: bold;
  padding: 20px 35px 20px 20px;
  text-align: center;
  text-decoration: none;
  width:  100%;
  font-family:"ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  border-radius: 10px;
}

.btn-tel a{
	background: rgb(110,110,110);
    background: no-repeat 20px 50% url(img/icon_tel.png), no-repeat 95% 50% url(img/arrow_3.png),-moz-linear-gradient(top, rgba(110,110,110,1) 1%, rgba(20,21,20,1) 100%);
    background: no-repeat 20px 50% url(img/icon_tel.png),  no-repeat 95% 50% url(img/arrow_3.png),-webkit-linear-gradient(top, rgba(110,110,110,1) 1%,rgba(20,21,20,1) 100%);
    background: no-repeat 20px 50% url(img/icon_tel.png),  no-repeat 95% 50% url(img/arrow_3.png),linear-gradient(to bottom, rgba(110,110,110,1) 1%,rgba(20,21,20,1) 100%);
    background-size: 30px auto, 16px auto, cover;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    padding: 20px 40px 20px 50px;
    margin: 10px auto;
    width: 100%;
	border-radius: 10px;
    font-family:"ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

/*--[サイド]-- */

#side{
 margin: 0 auto 30px;
}

.sideBox {
  display: none;
}


.side1 {
 background: #f8f8ef;
 box-shadow: 0 0 0 5px #666 inset,0 0 0 10px #f8f8ef inset,0 0 0 11px #666666 inset;
 border: 0;
 padding: 30px 30px;
 position: relative;
 display: block !important;
 width: 90%;
 margin: 0 auto;
}

.side1 .sttl {
 font-size: 18px;
 font-weight: bold;
 padding: 0 0  10px;
 color: #333;
  font-family:"ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  border-bottom: 3px solid #666666;
}
.side1 .sttl a{
 color: #333;
 text-decoration: none;
}

.sideBox .img{
  margin-bottom: 10px;
}
.sideBox img ,.sideBox p img {
 display: block;
 margin: 10px auto;
 width: 100%;
 height: auto;
}

.sideBox .txt p {
  width: 90%;
  margin: 20px auto 0;
}

.side1 p.bt-more{
  margin: 10px auto 0;
}
.side1 .bt-more a {
background:no-repeat 95% 50% url(img/arrow_3.png), rgb(191,167,96);
background:no-repeat 95% 50% url(img/arrow_3.png), -moz-linear-gradient(top, rgba(191,167,96,1) 0%, rgba(154,126,70,1) 100%);
background:no-repeat 95% 50% url(img/arrow_3.png), -webkit-linear-gradient(top, rgba(191,167,96,1) 0%,rgba(154,126,70,1) 100%);
background:no-repeat 95% 50% url(img/arrow_3.png), linear-gradient(to bottom, rgba(191,167,96,1) 0%,rgba(154,126,70,1) 100%);
background-size: 16px auto, cover;
border-radius: 10px;
color: #fff;
font-weight: bold;
font-size: 16px;
font-family:"ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
display: block;
margin:  15px auto 0;
padding: 15px 25px 15px 15px;
text-align: center;
text-decoration: none;
width: 100%;
}

.side1 .caption {
    margin-bottom:5px;
	word-break: break-all;
}

.side1 .caption:last-child{
  margin-bottom: 20px;
}


/*--[フッター]-- */

.side-capt {
 background: #fff;
 border-top: 5px solid #010f1e;
 color: #fff;
 font-size: 16px;
 font-weight: bold;
 font-family:"ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
 text-align: left;
 margin: 0 auto;
}
.side-capt a{
 text-decoration: none;
 background: url(img/img_rogo.png) no-repeat 0 center;
 background-size: 50px auto;
 display: block;
 padding: 20px 0 20px 60px;
 width: 90%;
 margin: 0 auto;
}

footer {
	position: relative;
	background: #010f1e;
}

footer .inner{
  padding: 0 0 20px;
  line-height: 140%;
  margin: 0 auto 0;
  position: relative;
  width: 100% !important;
}

footer .inner .frame-wrap{
　　width: 100%;
   margin: 0 auto;
}

.copy{
  background: #fff;
  font-size: 12px;
  text-align:center;
  padding: 10px 0;
  margin: 0;
  width: 100%;
}

.copy a{
  display: inline-block;
  text-decoration: underline;
}

footer .frame-wrap .frame{
    padding: 0;
    width: 100%;
}

footer .frame-wrap .frame:nth-child(even) {
    margin: 0;
}

footer .frame-head {
 background: url(img/arrow_3.png) no-repeat 95% center , #003366;
 background-size: 16px auto;
 display: block;
 font-weight: bold;
 font-size: 16px;
 padding: 0;
 margin: 0 0;
 border-bottom: 1px solid #fff;
}

footer .frame-head a{
 color: #fff;
 display:  block;
 text-decoration: none;
 font-family:"ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
 padding: 20px 50px 20px 20px;
}

footer .frame-body {
	display:block;
	line-height: 0;
}

footer .frame-body ul li { 
  border-bottom: 1px solid #fff;
  margin: 0 0 1px 0;
  display: block;
  line-height: 140%;
  width: 100%;
  padding: 0;
  position: relative;
  vertical-align: top;
}

footer .frame-body ul li a{
 background: url(img/arrow_3.png) no-repeat 95% center , #325b84;
  background-size: 16px auto;
  color: #fff;
  font-size: 14px;
  display: block;
  text-decoration: none;
  padding: 20px 40px 20px 20px;
}

.notes {
 background: #1b2735;
 color: #fff;
 font-size: 12px;
 width: 95%;
 margin: 20px auto 0;
 padding: 15px;
 line-height: 135%;
}

.notes span {
  display: block;
  text-align:center;
}
.pagetop {
	color: transparent;
    background: url(img/bt_top.png) no-repeat;
	background-size: contain;
    position: fixed;
    bottom: 30px;
    right: 10px;
    width: 70px;
    height: 70px;
    text-align: center;
	z-index:10;
}


/*404*/

#page .bt-top a{ text-decoration: underline;}
}
