@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:0 10px 20px 10px;
}

/*----------------------------------------------------
	PCサイトcss
----------------------------------------------------*/
@media screen and (min-width: 600px) {

#contents {
    margin: 25px auto 130px;
    max-width: 1000px;
    width: 100%;
}

#index,
#category,
#page {
    float: right;
    max-width: 740px;
    width: 74%
}

#side {
    float: left;
    max-width: 220px;
    width: 22%
}

.inner {
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
}

.sp{
    display: none;
}

#header{
    background: url("./img/pc/header_bg.png");
    padding: 10px 0;
    position: relative;
}

#header .site_ttl {
    color: #135d6d;
    font-size: 28px;
    font-weight: bold;
    margin: 40px 0 20px;
    text-align: center;
}

#header .site_ttl a {
    color: #135d6d;
    text-decoration: none;
}

#header .site_ttl a:hover {
    opacity: 0.5;
}

#header .lead_area{
    background: #4ab9cd;
    position: absolute;
    top: 0;
    width: 100%;
}

#header .lead {
    color: #e7f6f8;
    float: left;
}

#header .sitemap a{
    color: #fefd00;
    float: right;
    text-decoration: none;
}

#header .sitemap a:hover {
    opacity: 0.5;
}

#g_nav ul {
    display: flex;
    justify-content: center;
}

#g_nav ul li {
    background:  url("./img/pc/gnav_line.png") no-repeat right center;
    display: inline-block;
    text-align: center;
    width: 33%;
}

#g_nav ul li:last-child{
    background: none;
}

#g_nav li a {
    color: #000;
    display: table;
    font-weight: bold;
    height: 100%;
    line-height: 1.4;
    padding: 15px 25px 15px 10px;
    text-decoration: none;
    width: 100%;
}

#g_nav li a:hover {
    color: #f6fb13;    
}

#g_nav li a span {
    display: table-cell;
    font-size: 15px;
    vertical-align: middle;
}

#main_visual{
    background: #dff6fa;
}

#main_visual .inner{
    min-height: 340px;
	padding-bottom:20px;
    position: relative;
    z-index: 1;
}

#main_visual .inner:before{
    content: url("./img/pc/mv_pic01.png");
    left: 0;
    position: absolute;
    top: 50%;
    transform: translate(0%,-50%);
    z-index: -1;
}

#main_visual .inner:after{
    content: url("./img/pc/mv_pic02.png");
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0%,-50%);
    z-index: -1;
}

#main_visual .text_area {
    padding-top: 30px;
}

#main_visual .text_area h2{
    font-size: 28px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 auto 30px;
    min-height: 100px;
    padding: 20px 40px;
    position: relative;
    text-align: center;
    width: 60%;
}

#main_visual .text_area h2:before{
	content: url("./img/pc/mv_catch_l.png");
	left: -2%;
    position: absolute;
	top: 0;
	z-index: -2;
}

#main_visual .text_area h2:after{
	bottom: 0;
	content: url("./img/pc/mv_catch_r.png");
    position: absolute;
	right: 0;
	z-index: -2;
}


#main_visual .text{
    margin: 0 auto;
    width: 50%;
}

#index h2,
#category h1,
#page h1 {
    background: url("./img/pc/h2_bg.png") no-repeat center bottom;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.4;
    margin: 20px 0;
    padding: 18px 25px 35px;
    text-align: center;
}

#index h3,
#category h2,
#page h2 {
    background: url("./img/pc/h3_l.png") no-repeat 2% center,url("./img/pc/h3_r.png") no-repeat 98% center,#fffecc;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.4;
    margin: 30px 0 20px;
    padding: 17px 55px;
    text-align: center;
}

#index h4,
#category h3,
#page h3 {
    background: url("./img/pc/h4_line.png") repeat-x bottom,url("./img/pc/h4_l.png") no-repeat left center,url("./img/pc/h4_r.png") no-repeat right center;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.4;
    margin: 30px 0 20px;
    padding: 32px 35px 25px;
    text-align: center;
}

#index h5,
#category h4,
#page h4{
    background: url("./img/pc/h5_l.png") repeat-y left,#fff;
    border-bottom: 1px solid #d5d5d5;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    margin: 30px 0 20px;
    padding: 5px 0 5px 20px;
}

#index p.rank_text,
#category p.rank_text,
#page p.rank_text {
	margin: 10px 0 10px 130px;
}

.rank,
.recommend{
    background: #c7eded;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.4;
    margin: 40px 0 25px 130px;
    padding: 20px 20px 15px 20px;
    position: relative;
}

.rank:after,
.recommend:after {
    content: url("./img/pc/ttl_l.png");
    left: -7px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-40%);
}

.recommend:before {
    content: url("./img/pc/ico_recommend.png");
    position: absolute;
    left: -80px;
    top: 50%;
    transform: translate(-50%,-50%);
}

.rank1:before {
    content:  url("./img/pc/ico_rank01.png");
    position: absolute;
    left: -80px;
    top: 50%;
    transform: translate(-50%,-55%);
}

.rank2:before {
    content:  url("./img/pc/ico_rank02.png");
    position: absolute;
    left: -80px;
    top: 50%;
    transform: translate(-50%,-55%);
}

.rank3:before {
    content:  url("./img/pc/ico_rank03.png");
    position: absolute;
    left: -80px;
    top: 50%;
    transform: translate(-50%,-55%);
}

.rank4:before {
    content:  url("./img/pc/ico_rank04.png");
    position: absolute;
    left: -80px;
    top: 50%;
    transform: translate(-50%,-50%);
}

.rank5:before{
    content:  url("./img/pc/ico_rank05.png");
    position: absolute;
    left: -80px;
    top: 50%;
    transform: translate(-50%,-50%);
}

#index ul,
#category ul,
#page ul {
	margin-left:10px;
}

#index ul li,
#category ul li,
#page ul li{
    background: url("./img/pc/li.png") no-repeat left 1px;
    margin: 15px 0;
    padding-left: 32px;
	line-height: 23px;
}

#index ol,
#category ol,
#page ol{
    counter-reset: ol_li;
    list-style: none;
    margin: 5px 0 5px 20px;
    padding: 0 0 0 17px;
}

#index ol li,
#category ol li,
#page ol li{
    margin: 5px 0;    
}

#index ol li:before,
#category ol li:before,
#page ol li:before {
    border: 1px solid #f7933e;
    color: #f7933e;
    float: left;
    font-weight: bold;
    counter-increment: ol_li;
    content: counter(ol_li);
    display: inline-block;
    height: 20px;
    line-height: 1.6;
    margin: -2px 0 0 -25px;
    text-align: center;
    width: 20px;
}

#index p span,
#category p span,
#page p span,#contents li span{
    background: #fff78e;
    font-size: 16px;
    font-weight: bold;
}

#index table,
#category table,
#page table{
    margin: 30px auto;
    width: 97%;    
}
	

#index table th,
#category table th,
#page table th{
    background: #ecf6f8;
    border: 1px solid #d2d3d4;
    font-size: 15px;
    font-weight: bold;
    padding: 20px;
    text-align: center;
    vertical-align: middle;
}

#index table td,
#category table td,
#page table td {
    background: #fcfcfc;
    border: 1px solid #d2d3d4;
    padding: 20px;
    text-align: center;
    vertical-align: middle;
}

#index .float-wrap,
#category .float-wrap,
#page .float-wrap {
    margin-bottom: 30px;
}

#index .fl,
#category .fl ,
#page .fl {
    float: left;
    margin-right: 30px;
}

#index .fr,
#category .fr ,
#page .fr {
    float: right;
    margin-left: 30px;
}

#index .float-img img,
#category .float-img img,
#page .float-img img{
    border: 8px solid #fff;
    box-shadow: 0 0 0 2px #c5c5c5;
    width: 100%;
}

#index .float-img .caption,
#category .float-img .caption,
#page .float-img .caption{
    color: #999;
    font-size: 12px;
    line-height: 1.4;
    margin-top: 10px;
    text-align: center;
    word-wrap: break-word;
}

#index .btn-in,
#category .btn-in,
#page .btn-in{
    background: url("./img/pc/internalbtn_arrow_off.png") no-repeat 95% center,#43b6cb;
    border: 2px solid #43b6cb;
    border-radius: 30px;
    box-shadow: 0 1px 4px 1px #d1d4d5;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    margin: 20px auto;
    text-align: center;
    text-decoration: none;
    width: 460px;
}

#index .btn-in:hover,
#category .btn-in:hover,
#page .btn-in:hover{
    background: url("./img/pc/internalbtn_arrow_on.png") no-repeat 95% center,#fff;
    color: #43b6cb;
}

#index .btn-out,
#category .btn-out,
#page .btn-out{
    background: url("./img/pc/externalbtn_arrow_off.png") no-repeat 95% center,#ea7900;
    border: 4px solid #febf7c;
    border-radius: 10px;
    box-shadow: 0 1px 4px 1px #d1d4d5;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    margin: 20px auto;
    text-align: center;
    text-decoration: none;
    width: 460px;
}

#index .btn-out:hover,
#category .btn-out:hover,
#page .btn-out:hover {
    background: url("./img/pc/externalbtn_arrow_on.png") no-repeat 95% center,#fdfd6e;
    border: 4px solid #ea7c07;
    color: #000 !important; 
}
#index .btn-out:hover a,
#category .btn-out:hover a,
#page .btn-out:hover a{
    color: #000 !important; 
}
#index .btn-link,
#category .btn-link,
#page .btn-link {
    background: url("./img/pc/textlink_arrow.png") no-repeat left 3px;
    color: #5184b5;
    float: right;
    font-size: 15px;
    font-weight: bold;
    padding-left: 25px;
}

.box-wrap {
    margin: 30px 0;
}

.box-wrap .left_box{
    float: left;
}

.box-wrap .right_box{
    float: right;
}

.box-wrap .box {
    background: url("./img/pc/box_ttl_l.png") no-repeat left top;
    border: 2px solid #49b8cd;
    padding: 20px;
    position: relative;
    width: 48%;
}


.box-wrap .box-head a{
    background: url("./img/pc/box_arrow.png") no-repeat 95% center;
    border-bottom: 5px solid #b4e2eb;
    color: #48b8cc;
    display: block;    
    font-size: 17px;
    font-weight: bold;
    padding: 0 35px 10px 0;
    text-decoration: none;
}


.box-wrap .permalink{
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 20;
}

.box-wrap .box:hover .box-head a {
   opacity: 0.5;    
}

.frame-wrap{
    margin: 60px 0;
}

.frame-wrap .frame{
    border: 3px dashed #62c1d5;
    border-radius: 5px;
    float: left;
    margin-right: 3%;
    width: 31%;
}

.frame-wrap .frame:last-child{
    margin-right: 0;
}

.frame-wrap .frame-head {
    background: #c7eded;
    border-radius: 5px;
    font-size: 15px;
    font-weight: bold;
    padding: 15px;
}

.frame-wrap .frame-body{
    padding: 15px;    
}

#index .frame-wrap .frame-body p,
#category .frame-wrap .frame-body p,
#page .frame-wrap .frame-body p{
    margin: 0;
}

#side .free_box {
    background: #fffecc;
    border-radius: 7px;
    border: 2px solid #5dc7c9;
    padding: 20px;
    position: relative;
    margin: 18px 0 30px;
    z-index: 0;
}

#side .free_box:before{
    content: url("./img/pc/side_freespace_ttl_bg.png");
    left: 12px ;
    position: absolute;
    top: -27px;
    z-index: -1;
}

#side  .free_box .title {
    margin-bottom: 10px;
    text-align: center;
}

#side  .free_box .title a {
    color: #46b7cb;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

#side  .free_box .title a:hover {
    opacity: 0.5;
}

#side  .free_box .img_area{
    margin-bottom: 10px;
    text-align: center;
}

#side  .free_box .img_area img{
	width: 100%;
}

#side  .free_box .btn_more {
    background: url("./img/pc/side_freespace_arrow_off.png") no-repeat 90% center,#43b6cb;
    border: 2px solid #43b6cb;
    border-radius: 30px;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-top: 15px;
    padding: 8px 35px 8px 20px;
    text-align: center;
    text-decoration: none;
}

#side  .free_box .btn_more:hover {
    background: url("./img/pc/side_freespace_arrow_on.png") no-repeat 90% center,#fff;
    border: 2px solid #43b6cb;
    border-radius: 30px;
    color: #43b6cb;
}

#side  .side_cat_area{
    margin: 30px 0;
}

#side  .category_list{
    margin-top: 25px;
}

#side  .category_list .ttl {
    background: url("./img/pc/side_catetop_bg01.png") center bottom;
}

#side  .category_list .ttl a{
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    text-decoration: none;
}
#side  .category_list .ttl a:hover{
    opacity: 0.5;
}

#side .category_list ul{
    background: #f5f5f5;
    padding-bottom: 15px;
    position: relative;
}

#side  .category_list ul:after {
	background: url("./img/pc/side_catetop_bg02.png") no-repeat;
	background-size: 100%;
    content: "";
	height: 18px;
    left: 0;
    position: absolute;
    top: 0;
	width: 100%;
}

#side .category_list li {
    border-bottom: 2px solid #ccc;
    margin: 0 10px;
    padding: 5px 0;
    position: relative;
}

#side .category_list li:first-child {
    padding: 15px 0 5px;
}


#side  .category_list li a {
    background: url("./img/pc/side_arrow.png") no-repeat 5px center;
    display: block;
    text-decoration: none;
    padding: 10px 0 10px 33px;
}

#side  .category_list li.sub_cat a {
    background: url("./img/pc/side_subacate_arrow.png") no-repeat 5px center;    
}

#side  .category_list li a:hover{
    background: url("./img/pc/side_arrow.png") no-repeat 5px center,#d8f0f2;
}

#side  .category_list li.sub_cat a:hover {
    background: url("./img/pc/side_subacate_arrow.png") no-repeat 5px center,#d8f0f2;    
}

#side  .category_list .more{
    margin: 10px;
    text-align: right;
}

#side  .category_list .more a {
    background: url("./img/pc/side_arrow.png") no-repeat 5px center;
    color: #834407;
    padding-left: 28px;
    text-decoration: none;
}

#side  .category_list .more a:hover {
    opacity: 0.3;    
} 

#side .sitemap a{
    background: #fff;
    border: 2px solid #ffa113;
    display: block;
    color: #834407;
    font-size: 18px;
    font-weight: bold;
    margin: 25px 0;
    padding: 15px;
    text-align: center;
    text-decoration: none;
}

#side .sitemap a:hover {
    border: 2px solid #96d840;
}

#footer {
    background: #def6fa;
}

#footer .inner {
    position: relative;    
}

#footer .page_top_pc{
    display: inline-block;
    height: 95px;
    position: absolute;
    right: 0;
    top: -115px;
    width: 95px;
}

#footer .page_top_pc:hover{
    opacity: 0.5;
}

#footer .category_box{
    margin: 0 0 50px;
    padding-top: 40px;
}

#footer .category_box .category{
    margin-bottom: 20px;
}

#footer .category_box .category .ttl a {
    background: #fff;
    border: 2px solid #4fbbcf;
    border-radius: 5px;
    color: #4fbbcf;
    display: block;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
    text-decoration: none;
    width: 100%;
}

#footer .category_box .category .ttl a:hover {
    opacity: 0.5;
}

#footer .category_box .category ul {
    margin-top: 10px;
}

#footer .category_box .category li {
    background: url("./img/pc/line01.png") repeat-y left center;
    display: inline-table;
    padding: 0 20px;
    text-align: center;
    margin: 5px 0;
}

#footer .category_box .category li:first-child {
    background: none;
}

#footer .category_box .category li a{
    color: #565b5c;
    text-decoration: none;
}

#footer .category_box .category li a:hover{
    opacity: 0.5;
}

#footer .responsibility{
    background: #ebfafc;
    color: #565b5c;
    line-height: 1.4;
    margin: 30px auto 50px;
    padding: 10px 20px;
    width: 80%;
}

#footer .copyright {
    text-align: center;
}

#footer .copyright a {
    color: #565b5c;
    text-decoration: none;
}

#footer .copyright a:hover {
    text-decoration: underline;
}

#pankuzu{
    margin: 20px auto 20px auto;
    width: 1000px;
}

}


/*----------------------------------------------------
	SPサイトcss
----------------------------------------------------*/
@media screen and (max-width: 599px) {

#contents {
    margin: 30px auto;
    width: 100%;
}

#index,
#category ,
#page{
    padding: 0 3%;
}

.inner {
    padding: 0 3%;
}

.pc{
    display: none;
}

#header{
    background: url("./img/sp/header_bg.png");
    background-size: 80%;
    position: relative;
}

#header .site_ttl {
    color: #135d6d;
    font-size: 18px;
    font-weight: bold;
    padding: 40px 20px 15px 0;
    width: 88%;
}

#header .site_ttl a {
    color: #135d6d;
    text-decoration: none;
}

#header .lead_area {
    background: #4ab9cd;
    position: absolute;
    top: 0;
    width: 100%;
}

#header .lead{
    color: #f8fbfc;
    font-size: 12px;
	line-height: 1.4;
    padding: 2px 10px;    
}

#header .menu_btn {
    display: inline-block;
    height: 45px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(6%,-23%);
    width: 45px;
}

#header .menu_btn img {
    height: 45px;
    width: 45px;
}

#g_nav_sp {
	background: #e0f3f6;
    display: none;
    padding: 10px 5% 0;
}

#g_nav_sp a{
    text-decoration: none;
}

#g_nav_sp .category:first-child .ttl{
    margin-top: 0;
}

#g_nav_sp .ttl {
    margin-top: 20px;
}

#g_nav_sp .ttl a {
    background: url(./img/sp/btn_arrow_white.png) no-repeat 95% center,#43b6cb;
    background-size: 10px; 
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 40px 10px 10px;
}

#g_nav_sp li {
    border-bottom: 1px solid #ccc;
}

#g_nav_sp li a {
    background: url(./img/sp/footer_catetop_arrow.png) no-repeat 95% center,#f5f5f5;
    background-size: 10px;
    display: block;
    padding: 10px 40px 10px 10px;
    text-decoration: none;
}

#g_nav_sp .close_btn{
    font-size: 16px;
    padding: 15px 0;
    text-align: center;
}

#main_visual{
    background: #def6fa;
    background-size: 100%;
}

#main_visual .inner{
    padding: 0;
}

#main_visual .text_area{
    background: url("./img/sp/mv_text_bg.png") center;
    background-size: 100%;
}

#main_visual .text_area h2 {
    background: url("./img/sp/mv_pic_l.png") no-repeat 2% center,url("./img/sp/mv_pic_r.png") no-repeat 98% center,url("./img/sp/mv_catch_l.png") no-repeat 18% 10px,url("./img/sp/mv_catch_r.png") no-repeat 82% 85%,#def6fa;
    background-size: 57px 80px,57px 80px,50px,50px;
    font-size: 19px;
    font-weight: bold;
    line-height: 1.4;
    padding: 15px 22%;
    text-align: center;
}

#main_visual .text_area .text{
    padding: 5px 10px 10px;
}

#index h2,
#category h1,
#page h1 {
    background: url("./img/sp/h2_bg.png") no-repeat bottom;
background-size: 100%;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.4;
    margin: 15px 0;
	padding: 5px 10px 10px 10px;
    text-align: center;
}

#index h3,
#category h2,
#page h2 {
    background: #fffecc;
    background-size: 10px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    margin: 20px 0;
    padding: 10px 30px;
    position: relative;
}

#index h3:before,
#category h2:before,
#page h2:before {
    content: "";
    background: url("./img/sp/h3_l.png") no-repeat;
    background-size: 100%;
    display: inline-block;
    height: 26px;
    left: -5px;
    position: absolute;
    top: -8px;
    width: 24px;
}

#index h3:after,
#category h2:after,
#page h2:after {
    bottom: -8px;
    content: "";
    background: url("./img/sp/h3_r.png") no-repeat;
    background-size: 100%;
    display: inline-block;
    height: 26px;
    position: absolute;
    right: -5px;
    width: 24px;
}

#index h4,
#category h3,
#page h3 {
    background: url("./img/sp/h4_l.png") no-repeat left center, url("./img/sp/h4_r.png") no-repeat right center,url("./img/sp/h4_line.png") repeat-x bottom;
    background-size: 15px 52px,15px 52px,auto 5px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    margin: 20px 0;
    padding: 15px 25px;
}

#index h5,
#category h4,
#page h4{
    background: url("./img/sp/h5_l.png") repeat-y left;
    border-bottom: 1px solid #d5d5d5;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    margin: 20px 0;
    padding: 10px 0 10px 18px;
}

.rank,
.recommend{
    background: #c7eded;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    margin: 50px 0 15px;
    padding: 15px 15px 7px;
    position: relative;
    text-align: center;
}

.recommend:before {
    content: "";
    background: url("./img/sp/ico_recommend.png") no-repeat;
    background-size: 100%;
    height: 65px;
    left: 50%;
    position: absolute;
    top: -10px;
    transform: translate(-50%,-50%);
    width: 55px;
}

.rank1:before {
    content: "";
    background: url("./img/sp/ico_rank01.png") no-repeat;
    background-size: 100%;
    height: 68px;
    left: 50%;
    position: absolute;
    top: -20px;
    transform: translate(-50%,-50%);
    width: 55px;
}

.rank2:before {
    content: "";
    background: url("./img/sp/ico_rank02.png") no-repeat;
    background-size: 100%;
    height: 68px;
    left: 50%;
    position: absolute;
    top: -20px;
    transform: translate(-50%,-50%);
    width: 55px;
}

.rank3:before {
    content: "";
    background: url("./img/sp/ico_rank03.png") no-repeat;
    background-size: 100%;
    height: 68px;
    left: 50%;
    position: absolute;
    top: -20px;
    transform: translate(-50%,-50%);
    width: 55px;
}

.rank4:before {
    content: "";
    background: url("./img/sp/ico_rank04.png") no-repeat;
    background-size: 100%;
    height: 65px;
    left: 50%;
    position: absolute;
    top: -10px;
    transform: translate(-50%,-50%);
    width: 55px;
}

.rank5:before {
    content: "";
    background: url("./img/sp/ico_rank05_sp.png") no-repeat;
    background-size: 100%;
    height: 65px;
    left: 50%;
    position: absolute;
    top: -10px;
    transform: translate(-50%,-50%);
    width: 55px;
}

#index ul li,
#category ul li,
#page ul li{
    background: url("./img/sp/li.png") no-repeat left 4px;
    background-size: 16px;
    padding-left: 32px;
}

#index ol,
#category ol,
#page ol{
    counter-reset: ol_li;
    list-style: none;
    margin-left: 10px;
    padding: 0 0 0 14px;
}

#index ol li:before,
#category ol li:before,
#page ol li:before {
    border: 1px solid #f7933e;
    color: #f7933e;
    float: left;
    font-weight: bold;
    counter-increment: ol_li;
    content: counter(ol_li);
    display: inline-block;
    height: 20px;
    line-height: 1.4;
    margin: 1px 0 0 -25px;
    text-align: center;
    width: 20px;
}

#index p span,
#category p span,
#page p span {
    background: #f6ea00;
    font-size: 16px;
    font-weight: bold;
}

.table-layout {
    width: 100%;
    margin: 30px 0;
}
.table-layout{
    overflow: auto;
    white-space: nowrap;
}
.table-layout::-webkit-scrollbar{
    height: 5px;
}
.table-layout::-webkit-scrollbar-track{
    background: #F1F1F1;
}
.table-layout::-webkit-scrollbar-thumb {
    background: #BCBCBC;
}

#index table,
#category table,
#page table{
    margin-bottom: 10px;
    width: 100%;    
}

#index table th,
#category table th,
#page table th{
    background: #ecf6f8;
    border: 1px solid #dce1e2;
    font-size: 15px;
    font-weight: bold;
    padding: 20px;
    text-align: center;
    vertical-align: middle;
}

#index table td,
#category table td,
#page table td {
    background: #fcfcfc;
    border: 1px solid #dce1e2;
    padding: 20px;
    text-align: center;
    vertical-align: middle;
}
#index .float-wrap,
#category .float-wrap,
#page .float-wrap{
    margin-bottom: 30px;
}

#index .fl,
#category .fl ,
#page .fl {
    margin-bottom: 10px;
    text-align: center;
}

#index .fr,
#category .fr ,
#page .fr {
    margin-bottom: 10px;    
    text-align: center;
}

#index .float-img img,
#category .float-img img,
#page .float-img img{
    border: 7px solid #fff;
    box-shadow: 0 0 0 1px #bfbfbf;
    width: 100%;
}

#index .float-img .caption,
#category .float-img .caption,
#page .float-img .caption{
    color: #999;
    font-size: 12px;
    line-height: 1.4;
    margin-top: 10px;
    text-align: center;
    word-wrap: break-word;
}

#index .btn-in,
#category .btn-in,
#page .btn-in{
    background: url(./img/sp/btn_arrow_white.png) no-repeat 95% center,#43b6cb;
    background-size: 8px 14px;
    border-radius: 30px;
    box-shadow: 0 1px 4px 1px #d1d4d5;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
}

#index .btn-out,
#category .btn-out,
#page .btn-out{
    background: url(./img/sp/btn_arrow_white.png) no-repeat 95% center,#ea7900;
    background-size: 8px 14px;
    border: 4px solid #febf7c;
    border-radius: 5px;
    box-shadow: 0 1px 4px 1px #d1d4d5;
    display: block;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
}

#index .btn-tel,
#category .btn-tel,
#page .btn-tel{
    background: url(./img/sp/btn_ico_tel.png) no-repeat 5% center,url(./img/sp/btn_arrow_black.png) no-repeat 95% center,#f6ea00;
    background-size: 22px,8px 14px;
    border: 4px solid #febf7c;
    border-radius: 5px;
    box-shadow: 0 1px 4px 1px #f7d56c;
    display: block;
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
}


#index .btn-link,
#category .btn-link,
#page .btn-link {
    background: url(./img/sp/btn_arrow_white.png) no-repeat 95% center,#88add1;
    background-size: 8px 14px;
    border-radius: 30px;
    box-shadow: 0 1px 4px 1px #d1d4d5;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    margin: 20px auto;
    padding: 19px 40px 19px 20px;
    text-align: center;
    text-decoration: none;
}

.box-wrap {
    margin: 30px 0;
}

.box-wrap .box {
    background: url("./img/sp/box_ttl_l.png") no-repeat left top;
    background-size: 50px;
    border: 1px solid #49b8cd;
    margin: 20px 0;
}


.box-wrap .box-head a{
    background: url("./img/sp/box_arrow.png") no-repeat 95% center;
    background-size: 16px;
    border-bottom: 5px solid #b4e2eb;
    color: #48b8cc;
    display: block;    
    font-size: 16px;
    font-weight: bold;
    margin: 0 10px;
    padding: 15px 35px 10px 10px;
    text-decoration: none;
}

.box-wrap .box-body{
    background: #fff;
    background-size: 100% 45px;
    padding: 10px 20px;
}

.box-wrap .box-body .in_link_btn{
    background: url(./img/sp/btn_arrow_white.png) no-repeat 95% center,#43b6cb;
    background-size: 8px 14px;
    border-radius: 30px;
    box-shadow: 0 1px 4px 1px #d1d4d5;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    margin: 20px auto 5px;
    padding: 12px 40px 12px 20px;
    text-align: center;
    text-decoration: none;
}

.frame-wrap{
    margin: 30px 0;
}

.frame-wrap .frame{
    border: 3px dashed #62c1d5;
    border-radius: 5px;
    margin: 20px 0; 
}


.frame-wrap .frame-head {
    background: #c7eded;
    border-radius: 5px;
    font-size: 15px;
    font-weight: bold;
    padding: 15px 10px;
    text-align: center;
}

.frame-wrap .frame-body {
    background: #fff;
    padding: 10px 15px;
}

#index .frame-wrap .frame-body p,
#category .frame-wrap .frame-body p,
#page .frame-wrap .frame-body p{
    margin: 0;
}

#side{
    padding: 0 3%;
}

#side .side_cat_area{
    display: none;
}

#side .free_box {
    background: #ffffcd;
    border-radius: 7px;
    border: 2px solid #5dc7c9;
    margin: 30px 0;
    padding: 10px 25px;
    position: relative;
}

#side .free_box:before {
    content: "";
    background: url("./img/sp/freespace_ttl_bg.png") no-repeat;
    background-size: 100%;
    display: inline-block;
    height: 54px;
    left: 20px;
    position: absolute;
    top: -22px;
    width: 34px;
}

#side .free_box img{
    width: 100%;
}

#side  .free_box .title {
    text-align: center;
}

#side  .free_box .title a {
    background: url("./img/sp/freespace_ttl_arrow.png") no-repeat 95% center;
    background-size: 17px;
    color: #46b7cb;
    display: block;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 35px 10px 10px;
    text-decoration: none;
}

#side .free_box .img_area {
    margin-bottom: 20px;
    position: relative;
    text-align: center;
    z-index: 1;
}

#side  .free_box .btn_more {
    background: url(./img/sp/btn_arrow_white.png) no-repeat 95% center,#43b6cb;
    background-size: 8px 14px;
    border-radius: 30px;
    box-shadow: 0 1px 4px 1px #d1d4d5;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    margin: 10px 15px;
    padding: 15px 40px 15px 20px;
    text-align: center;
    text-decoration: none;
}

#footer {
    background: #def6fa;
    padding-top: 15px;
}

#footer .page_top_sp{
    bottom: 30px;
    position: fixed;
    right: 15px;
	z-index: 2;
}

#footer .page_top_sp img{
    width: 61px;
}

#footer .fotter_ttl{
    background: #fefe8a;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 0;
    margin-bottom: 15px;
    text-align: center;
}

#footer .category_box{
    margin: 0 0 20px;
}

#footer .category_box .category .ttl a {
    background: url("./img/sp/footer_arrow.png") no-repeat 4% center,#fff;
    background-size: 15px;
    border: 2px solid #43b6cb;
    color: #43b6cb;
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    padding: 7px 10px 7px 37px;
    text-decoration: none;
}

#footer .category_box .category li {
    border-bottom: 2px solid #d1d1d1;
}


#footer .category_box .category li a{
    background: url("./img/sp/footer_arrow.png") no-repeat 5% center;
    background-size: 15px;
    display: block;
    padding: 10px 0 10px 45px;
    text-decoration: none;
}

#footer .main_menu {
    background: #aeede5;
    padding: 15px;
}

#footer .main_menu .main_ttl{
    font-size: 16px;
    font-weight: bold;
    text-align: center;

}

#footer .main_menu .category_list li a {
    background: url("./img/sp/footer_catetop_arrow.png") no-repeat 95% center,#fff;
    background-size: 10px;
    font-size: 15px;
    font-weight: bold;
    display: block;
    margin-top: 15px;
    padding: 10px 25px 10px 10px;
    text-decoration: none;
}

#footer .main_menu .sitemap a{
    background: url("./img/sp/footer_catetop_arrow.png") no-repeat 95% center,#fff;
    background-size: 10px;
    font-size: 15px;
    font-weight: bold;
    display: block;
    margin-top: 15px;
    padding: 10px 25px 10px 10px;
    text-decoration: none;
}

#footer .site_name a{
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin: 15px 0;
    padding: 10px;
    text-decoration: none;
}

#footer .responsibility{
    background: #f6fdfe;
    line-height: 1.4;
    margin: 20px 0;
    padding: 15px;
}


#footer  .copyright{
    font-size: 12px;
    padding: 0 3%;
    line-height: 1.4;
    text-align: center;
}

#pankuzu{
	width:100%;
	margin: 10px 0 10px 0;
	padding:0 10px 0 10px;
}
.date p {
    font-size: 12px;
}
}

