@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: 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;
        color:#404040;
}

/*----------------------------------------------------
	各ページスタイル
----------------------------------------------------*/
/* 共通
-----------------------------------------------------------------------------------------------*/

#contents:after,
#contents_low:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

a {
    text-decoration: none;
}

/*----------------------------------------------------
	PCサイトcss
----------------------------------------------------*/
@media screen and (min-width: 600px) {

.sp {
    display: none;
}

.inner {
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
}

.flex {
    display: flex;
    display: -webkit-flex; 
}

.left, .Left {
    float: left;
}

.right, .Right {
    float: right;
}

a.trance:hover {
    opacity:0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha( opacity=60 )";
}

#index a, #page a {
    color: #333;
    text-decoration: underline;
}

#index a:hover, #page a:hover {
    text-decoration: none;
}

#index p, #page p, #sub p {
    margin: 10px 0;
}

/*header
----------------------------------------*/
header {
    background: url(img/pattern.png) center center repeat;
    min-width: 1000px;
    width: 100%;
}

header .flex {
    flex-wrap: wrap;
}

header .flex .f_box {
    width: 100%
}

header .flex .f_box.b1 {
    order: 1;
}

header .flex .top_bar {
    order: 2;
    padding: 30px 0 3px;
    margin: 0 auto;
    width: 500px;
}

header .flex .f_box.b2 {
    min-height: 60px;
}

header .flex .f_box.b4 {
    order: 4;
}

header .stmp {
    background: #46c9e4;
    padding: 1px 0;
    text-align: right;
}

header .stmp a {
    color: #fff;
    font-size: 13px;
}

header .f_box h1,
header .site_ttl a {
    display: block;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.4;
    padding: 0 0 0 85px;
    position: relative;
    margin: 0 0 0px;
}

header .f_box h1:before,
header .site_ttl a:before {
    background: url(img/img_pc.png) left center no-repeat;
    background-size: 72px 72px;
    content: "";
    width: 82px;
    height: 82px;
    margin-top: -44px;
    position: absolute;
    top: 50%;
    left: 0;
}

header .flex .f_box.b3 .lead {
    margin: 0 0 20px;
    padding-left: 30px;
    font-size: 12px;
}

/*nav
----------------------------------------*/
header nav ul {
    max-width: 1000px;
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 20px 0 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

header nav ul li {
    border-left: 1px dashed #626262;
    box-sizing: border-box;
    width: 100%;
    display: inline-block;
}

header nav ul li:last-child {
    border-right: 1px dashed #626262;
}

header nav ul li a {
    color: #626262;
    font-weight: bold;
    line-height: 1.4;
    padding: 5px 10px;
    text-align: center;
    width: 100%;
    height: 100%;
    display: table;
}

header nav ul li a span {
    display: table-cell;
    vertical-align: middle;
}

/*mv
----------------------------------------*/
#mv {
    background: url(img/mv.png) center center no-repeat;
    background-size: cover;
    min-height: 480px;
    min-width: 1000px;
    padding: 30px 0;
    width: 100%;
}

#mv .mv_txt {
    background: -moz-linear-gradient(to bottom right, rgba(238, 137, 180, 0.9), rgba(233, 167, 65, 0.6));
    background: -webkit-linear-gradient(to bottom right, rgba(238, 137, 180, 0.9), rgba(233, 167, 65, 0.6));
    background: linear-gradient(to bottom right, rgba(238, 137, 180, 0.9), rgba(233, 167, 65, 0.6));
    border-radius: 50%;
    color: #fff;
    min-height: 415px;
    width: 415px;
    padding: 65px 20px;    
}

#mv .mv_txt .mv_inner {

}

#mv .mv_txt .mv_inner h2 {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 15px;
    padding: 0 70px;
    text-align: center;
}

#mv .mv_txt .mv_inner .c_txt {
    padding: 0 54px;
}

/*contents
----------------------------------------*/
#contents {
    margin: 50px auto 240px;
    min-width: 1000px;
    width: 1000px;
}

#contents_low {
    margin: 50px auto 240px;
    min-width: 1000px;
    width: 1000px;
}

#index,
#page {
    float: left;
    width: 740px;
}

#pankuzu {
    background: #b6b6b6;
    margin: 0;
}

#pankuzu .scrll {
    overflow: auto;
    white-space: nowrap;
    width: 100%;
}

#pankuzu::-webkit-scrollbar {
    height: 5px;
}
#pankuzu::-webkit-scrollbar-track {
    background: #d2d2d2;
}
#pankuzu::-webkit-scrollbar-thumb {
    background: #a0a0a0;
}

#pankuzu a {
    color: #fff;
    display: block;
    position: relative;
    text-decoration: underline;
    padding: 15px 35px 15px 0px;
}

#pankuzu span {
    color: #fff;
}

#pankuzu .span {
    position: relative;
    color: #fff;
    display: inline-block;
    margin: 0 20px 0 0;
}

#pankuzu .span:after {
    background: url(img/temp.png) right center no-repeat;
    background-size: 28px 100%;
    content: "";
    width: 28px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

#pankuzu a:hover {
    text-decoration: none;
}

#pankuzu span.s_ttl {
    padding-left: 10px;
}

#index h1,
#index h2,
#index h3,
#index h4,
#index h5,
#page h1,
#page h2,
#page h3,
#page h4,
#page h5 {
    line-height: 1.4;
    margin: 30px 0 15px;
}

#index h2,
#page h1 {
    background: #46c9e4;
    color: #fff;
    font-weight: bold;
    font-size: 28px;
    padding: 20px 20px 17px 20px;
    position: relative;
    margin: 0 57px 0 0;
}

#index h2:before,
#page h1:before {
    border-color: transparent;
    border-right-color: #24a7bc;
    border-style: solid;
    border-width: 0 18px 14px 0;
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
}

#index h2:after,
#page h1:after {
    background: url(img/h2b.png) left center no-repeat;
    background-size: 57px 100%;
    content: "";
    width: 57px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -57px;
}

#index h3,
#page h2 {
    background: #f6f6f1;
    font-size: 26px;
    font-weight: bold;
    padding: 15px 20px 13px 50px;
    position: relative;
}

#index h3:before,
#page h2:before {
    background: url(img/h3.png) left center no-repeat;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -10px;
}

#index h4,
#page h3 {
    background: #f6f6f1;
    border-bottom: 2px solid #b7c9ba;
    border-left: 5px solid #7bc9b2;
    border-radius: 6px 6px 0 0 ;
    font-size: 23px;
    font-weight: bold;
    padding: 17px 15px 12px 15px;
}

#index h5,
#page h4 {
    border-bottom: 3px solid #e9a741;
    font-size: 20px;
    font-weight: bold;
    padding: 0 20px 5px 20px;
}

#index ul li, #page ul li,
#index ol li, #page ol li {
    margin: 30px 0;
}

#index ul li, #page ul li {
    background: url(img/li.png) no-repeat 10px 4px;
    margin: 5px 0;
    padding-left: 40px;
}

#index ol li, #page ol li {
    counter-increment: number;
    display: block;
    margin: 5px 0;
    list-style: none;
    padding: 0 0 0 40px;
    position: relative;
}

#index ol li:before,
#page ol li:before {
    background: #46c9e4;
    border-radius: 50%;
    color: #fff;
    content: counter(number);
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin-top: -15px;
    left: 10px;
    letter-spacing: -.5px;
    line-height: 16px;
    width: 16px;
    height: 16px;
    position: absolute;
    text-align: center;
    top: 19px;
}

#index p span,
#page p span {
    color: #ee7d53;
    font-size: 19px;
    font-weight: bold;
}

.rank, .recommend {
    background: #46c9e4;
    border-radius: 10px;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.4;
    margin: 30px 0;
    padding: 10px 10px 10px 100px;
    position: relative;
}

.rank:before, .recommend:before {
    content: '';
    display: block;
    position: absolute;
    left: -6px;
    top: 50%;
    margin: -46px 0 0;
    width: 91px;
    height: 91px;
}

.rank1:before {
    background: url(img/rank1.png) no-repeat;
}

.rank2:before {
    background: url(img/rank2.png) no-repeat;
}

.rank3:before {
    background: url(img/rank3.png) no-repeat;
}

.rank4:before {
    background: url(img/rank4.png) no-repeat;
}

.recommend:before {
    background: url(img/recommend.png) no-repeat;
}

.table-layout {
    width: 100%;
    margin: 50px auto 50px 0;
}

.table-layout table {
    border: 1px solid #46c9e4;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    width: 100%;
}

.table-layout table thead th,
.table-layout table tbody th,
.table-layout table tbody td {
    padding: 15px;
    vertical-align: middle;
    word-break: break-all;
}

.table-layout table th {
    background: #bbdce7;
    border-left: 1px solid #46c9e4;
    border-top: 1px solid #46c9e4;
    font-weight: bold;
    text-align: center;
}

.table-layout table td {
    background: #fff;
    border-left: 1px solid #46c9e4;
    border-top: 1px solid #46c9e4;
    text-align: center;
}

.table-layout table tr td:first-child,
.table-layout table tr th:first-child {
  border-left: none;
}
.table-layout table tr:first-child td,
.table-layout table tr:first-child th {
  border-top: none;
}

.float-wrap {
    margin: 20px auto 30px;
    position: relative;
}

.float-img {
    width: 240px;
}

.fl {
    float: left;
    margin-right: 20px;
}

.fr {
    float: right;
    margin-left: 20px;
}

.float-img img, .right_img img {
    max-width: 100%;
    height: auto;
}

.float-wrap > p {
    margin: 0 auto 10px !important;
    position: relative;
    top: -5px;
}

.float-img .caption {
    margin: 10px auto 10px;
}

.caption {
    text-align: center;
    font-size: 10px;
    color: #888;
    line-height: 1.8;
    word-wrap: break-word;
}

#index .btn-internal a,
#index .btn-web a,
#page .btn-internal a,
#page .btn-web a {
    color: #fff;
    display: block;
    font-size: 17px;
    font-weight: bold;
    margin: 30px auto;
    text-align: center;
    text-decoration: none;
    width: 50%;
}

#index .btn-internal a,
#page .btn-internal a {
    background: #898989 url(img/arrow.png)  right 20px center no-repeat;
    border-radius: 30px;
    padding: 15px 35px;
}

#index .btn-internal a:hover,
#page .btn-internal a:hover {
    background: #e9a741 url(img/arrow.png)  right 20px center no-repeat;
}

#index .btn-web a,
#page .btn-web a {
    background: #eb2331 url(img/arrow.png)  right 20px center no-repeat;
    border-radius: 30px;
    padding: 15px 35px;
}

#index .btn-web a:hover,
#page .btn-web a:hover {
    background: #7bc9b2 url(img/arrow.png)  right 20px center no-repeat;
}

#index .btn-link,
#page .btn-link {
    text-align: right;
}

#index .btn-link a,
#page .btn-link a {
    background: url(img/arrow2.png) left center no-repeat;
    color: #ee7d53;
    font-size: 14px;
    font-weight: bold;
    padding-left: 20px;
    text-align: right;
}

.box-wrap {
    margin: 40px auto;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.left_box {
    margin-right: 20px;
}

.box {
    background: #fff;
    border: 1px solid #d2d2d2;
    width: 48%;
    margin: 0 auto;
    position: relative;
}

.box:before {
    background: url(img/more.png) left top no-repeat;
    content: "";
    width: 58px;
    height: 58px;
    position: absolute;
    top: 0;
    left: 0;
}

.box:hover:before {
    background: url(img/more_on.png) left top no-repeat;
}

.box .box-head {
   padding: 20px 20px 15px 65px;
}

#contents .box .box-head a,
#page .box .box-head a {
    background: url(img/arrow3.png) right center no-repeat;
    display: block;
    font-size: 18px;
    font-weight: bold;
    padding-right: 25px;
    text-decoration: none;
}

.permalink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.box .box-body {
    margin: 0 0 10px;
    padding: 10px 20px 20px;
}

#index .box .box-body p,
#page .box .box-body p {
    margin: 0;
}

#index .frame-wrap,
#page .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;
}

#index .frame-wrap .frame,
#page .frame-wrap .frame {
    border: 2px solid #46c9e4;
    width: 33%;
    padding: 5px;
}

#index .frame-wrap .frame .frame-head,
#index .frame-wrap .frame .frame-body,
#page .frame-wrap .frame .frame-head,
#page .frame-wrap .frame .frame-body{
    background: #fff;
}

#index .frame-wrap .frame .frame-head,
#page .frame-wrap .frame .frame-head {
    color: #46c9e4;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 20px 8px;
    position: relative;
    text-align: center;
}

#index .frame-wrap .frame .frame-head:after,
#page .frame-wrap .frame .frame-head:after{
    background: #46c9e4;
    content: "";
    width: 30%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 35%;
}

#index .frame-wrap .frame .frame-body,
#page .frame-wrap .frame .frame-body {
    padding: 4px 20px 10px;
}

/*sidebar
----------------------------------------*/
#sub {
    float: right;
    width: 220px;
}

#sub .free_space {
    background: #7bc9b2;
    color: #fff;
    padding: 15px 20px;
}

#sub .free_space .ttl a {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}

#sub .free_space .ttl a:hover {
    color: #ee7d53;
}

#sub .free_space .ttl {
    background: url(img/pickup.png) top center no-repeat;
    padding: 25px 0 10px;
    position: relative;
}

#sub .free_space .ttl:after {
    background: #fff;
    content: "";
    width: 28%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 38%;
}

#sub .free_space .fs_img {
    margin: 15px 0 0;
    max-width: 100%;
} 

#sub .free_space a.more {
    display: block;
    border: 2px solid #ee7d53;
    border-radius: 30px;
    background: #fff url(img/arrow2.png) right 20px center no-repeat;
    color: #ee7d53;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 10px 35px 6px 30px;
    margin: 10px 0;
}

#sub .free_space a.more:hover {
    background: #ee7d53 url(img/arrow.png) right 20px center no-repeat;
    color: #fff;
}

#sub .cate_menu {
    padding: 30px 0;
}

#sub .cate_menu .cate_menu_box {
    margin: 0 0 30px;
}

#sub .cate_menu ul li a {
    display: block;
}

#sub .cate_menu .cate_top a {
    border-radius: 6px 6px 0 0;
    background: #dcdcdc;
    display: block;
    padding: 15px 10px;
    font-size: 16px;
    font-weight: bold;
}

#sub .cate_menu ul li a:hover {
    background: url(img/arrow6.png) right 20px center no-repeat;
    background-color: #fbfbfb;
}

#sub .cate_menu ul li a {
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px dotted #dcdcdc;
    border-left: 1px solid #dcdcdc;
    background: url(img/arrow6.png) right 20px center no-repeat;
    padding: 10px 35px 10px 20px; 
}

#sub .cate_menu ul li:last-child a {
    border-bottom: 1px solid #dcdcdc;
    border-radius: 0 0 6px 6px;
}

#sub .cate_menu ul li.child a {
    background: url(img/sub_cat.png) no-repeat left 16px top 16px, url(img/arrow6.png) right 20px center no-repeat;
    background-size: 8px;
    padding: 10px 35px 10px 30px;  
}

/*footer
----------------------------------------*/
footer {
    background: #bbdce7;
    position: relative;
    width: 100%;
    min-width: 1000px;
}

footer:before {
    background: url(img/footer.png) center center no-repeat;
    background-size: 100% 93px;
    content: "";
    width: 100%;
    height: 93px;
    position: absolute;
    top: -93px;
    left: 0;
}

footer #pagetop {
    position: absolute;
    top: -225px;
    right: 20px;
    z-index: 5;
}

footer #pagetop a {
    display: inline-block;
}

footer #pagetop a:hover img {
    visibility: hidden;
}

footer #pagetop a:hover {
    background: url(img/pg_on.png) center center no-repeat;
}

footer .inner {
    padding: 0;
    position: relative;
}

footer .inner .frame-wrap {
    width: 100%;
    margin: 0 auto;
}

footer .frame-wrap .frame {
    margin: 0 0 20px;
    padding: 0;
    width: 100%;
}

footer .frame-head {
    display: block;
    font-weight: bold;
    font-size: 16px;
    margin: 0 0;
}

footer .frame-head a {
    background: url(img/arrow4.png) left center no-repeat;
    border-bottom: 1px solid #00b5e5;
    color: #00b5e5;
    display: block;
    padding: 10px 10px 10px 20px;
    position: relative;
}

footer .frame-head a:after {
    background: #00b5e5;
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 4px;
}

footer .frame-head a:hover {
    opacity:0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha( opacity=60 )";
}

footer .frame-body {
    display: block;
    line-height: 100%;
    margin: 10px 0 10px 25px;
}

footer .frame-body ul:not(.sub_list) {
    display: -webkit-flex;
    display: flex;
    -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:not(.sub_cat) {
    vertical-align: top;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 20%;
}

footer .frame-body ul li a {
    background: url(img/arrow5.png) no-repeat left top 5px;
    color: #626262;
    display: block;
    text-decoration: none;
    padding: 5px 10px 5px 20px;
    width: 100%;
    line-height: 135%;
    margin: 0 0 5px;
}

footer .frame-body ul li a:hover,
footer .frame-body ul li.sub_cat a:hover {
    opacity:0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha( opacity=60 )";
}

footer .frame-body ul li.sub_cat a {
    background: url(img/sub_cat.png) no-repeat left 16px top 8px;
    background-size: 8px;
    display: block;
    text-decoration: none;
    padding: 5px 10px 5px 35px;
    width: 100%;
    line-height: 135%;
    margin: 0 0 5px;
}

footer .notes {
    background: #e0eaef;
    color: #626262;
    font-size: 13px;
    margin: 35px 0;
    line-height: 1.8;
    padding: 15px 20px;
}

footer .copyright {
    background: #46c9e4;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

footer .copyright a {
    color: #fff;
    line-height: 1.4;
}

/****pc*******/
}

/*----------------------------------------------------
	SPサイトcss
----------------------------------------------------*/
@media screen and (max-width: 599px) {

.pc {
    display: none;
}

.left, .Left {
    float: left;
}

.right, .Right {
    float: right;
}

.flex {
    display: flex;
    display: -webkit-flex; 
}

body {
    font-size: 16px;
}

#index a, #page a {
    color: #333;
    text-decoration: underline;
}

#index p, #page p {
    margin: 10px 0;
}

/*header
----------------------------------------*/
header {
    width: 100%;
}

header .flex {
    flex-wrap: wrap;
}

header .flex .f_box {
    width: 100%
}

header .flex .f_box.b1 {
    order: 1;
}

header .flex .top_bar {
    order: 2;
    position: relative;
    width: 100%;
    z-index: 110;    
}

header .flex .top_bar.is-fixed {
    position: fixed;
    width: 100%;
    z-index: 110;    
}

header .flex .top_bar_inner {
    background: url(img/sp/pattern_sp.png) center center repeat;
    background-size: 10px 10px;
    padding: 15px 10px 10px;   
}

header .flex .f_box.b2 {
    padding: 0px 55px 0 0px;
}

header .flex .f_box.b3 {
    font-size: 11px;
    line-height: 1.4;
    padding: 0 10px;
}

header .menu_btn {
    background: url(img/sp/menu_sp02.png) no-repeat;
    background-size: 43px;
    position: absolute;
    top: 15px;
    right: 10px;
    width: 43px;
}

header .menu_btn img {
    width: 100%;
}

header .menu_btn.open img {
    opacity: 0;
}

header .stmp {
    background: #46c9e4;
    padding: 1px 10px;
    text-align: right;
    z-index: 110;    
}

header .stmp a {
    color: #fff;
    font-size: 11px;
}

header .f_box h1,
header .site_ttl a {
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    padding: 0 0 0 50px;
    position: relative;
}

header .f_box h1:before,
header .site_ttl a:before {
    background: url(img/sp/img_l_sp.png) left center no-repeat;
    background-size: 100% 100%;
    content: "";
    width: 41px;
    height: 41px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    left: 0;
}

header .flex .f_box.b3 .lead {
    padding: 0 55px 0 40px;
}

/*nav
----------------------------------------*/

#g_nav_sp {
    display: none;
    z-index: 110;
    position: absolute;
    width: 100%;
}

#g_nav_sp .close_btn {
    background: #dcdcdc;
    text-align: center;
    padding: 15px 10px;
    font-weight: bold;
}

#g_nav_sp .frame {

}

#g_nav_sp .frame .frame-head {

}

#g_nav_sp .frame .frame-head a {
    background: url(img/sp/arrow5_sp.png) right 20px center no-repeat;
    display: block;
    background-color: #dcdcdc;
    font-weight: bold;
    padding: 15px 80px 15px 20px;
    background-size: 8px;
}

#g_nav_sp .frame .frame-body {

}

#g_nav_sp .frame .frame-body a {
    background: url(img/sp/arrow3_sp.png) right 20px center no-repeat;
    background-size: 8px;
    border-bottom: 2px solid #dcdcdc;
    display: block;
    padding: 13px 80px 13px 20px;
    background-color: #fff;
}

#g_nav_sp .frame .frame-body li.sub_cat a {
    background: url(img/sub_cat.png) no-repeat left 16px top 17px, url(img/sp/arrow3_sp.png) right 20px center no-repeat;
    background-size: 8px;
    background-color: #fff;
    padding: 13px 80px 13px 30px;
}

.overflow {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    top: 0;
    z-index: 100;
}

/*mv
----------------------------------------*/
#mv {
    width: 100%;
}

#mv .mv_txt .mv_inner h2 {
    background: url(img/sp/mv2_sp.png) center center no-repeat;
    background-size: 100% 100%;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 10px;
    min-height: 158px;
    padding: 10px 50% 10px 10px;
    position: relative;
}

#mv .mv_txt .mv_inner h2:after {
    background: url(img/sp/mv_sp.png) center center no-repeat;
    background-size: cover;
    content: "";
    width: 48%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

#mv .mv_txt {
    background: url(img/sp/pattern_sp.png) center center repeat;
    background-size: 10px 10px;
    padding: 0 0 10px;
}

#mv .mv_txt .c_txt {
    padding: 0 10px;
}

/*contents
----------------------------------------*/
#contents {
    padding: 20px 10px 100px;
}

#page {
    padding: 1px 10px 100px;
}

#pankuzu {
    font-size: 13px;
    width: 100%;
    overflow: auto;
    white-space: nowrap;
    background-color: #b6b6b6;
    color: #fff;
    margin: 0 0 20px;
    padding: 0 10px;    
}

#pankuzu a {
    text-decoration: underline;
    color: #fff;
    position: relative;
    display: inline-block;
    padding: 15px 30px 15px 0px;
    margin-right: 10px;
}

#pankuzu a:after {
    background: url(img/temp.png) right center no-repeat;
    background-size: 28px 100%;
    content: "";
    width: 28px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

#pankuzu span.s_ttl {
    padding-left: 10px;
}

#index h1,
#index h2,
#index h3,
#index h4,
#index h5,
#page h1,
#page h2,
#page h3,
#page h4,
#page h5{
    line-height: 1.4;
    margin: 30px 0 15px;
}

#index h2,
#page h1 {
    background: #46c9e4;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    margin: 0 57px 0 0;
    padding: 10px 0 10px 15px;
    position: relative;
}

#index h2:before,
#page h1:before {
    border-color: transparent;
    border-right-color: #24a7bc;
    border-style: solid;
    border-width: 0 18px 14px 0;
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
}

#index h2:after,
#page h1:after {
    background: url(img/sp/h2b_sp.png) left center no-repeat;
    background-size: 57px 100%;
    content: "";
    width: 57px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -57px;
}

#index h3,
#page h2 {
    background: #f6f6f1;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 10px 10px 40px;
    position: relative;
}

#index h3:before,
#page h2:before {
    background: url(img/h3.png) left center no-repeat;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 13px;
    left: 10px;
}

#index h4,
#page h3 {
    background: #f6f6f1;
    border-bottom: 2px solid #b7c9ba;
    border-left: 5px solid #7bc9b2;
    border-radius: 6px 6px 0 0 ;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 15px 6px 15px;
}

#index h5,
#page h4 {
    border-bottom: 3px solid #e9a741;
    font-size: 17px;
    font-weight: bold;
    padding: 0 0 8px;
}

#contents ul, #page ul,
#contents ol, #page ol {
    margin: 20px 0;
}

#index ul li, #page ul li {
    background: url(img/sp/li_sp.png) no-repeat 0 4px;
    background-size: 17px 17px;
    margin: 5px 0;
    line-height: 1.5;
    padding-left: 25px;
}

#index ol li, #page ol li {
    counter-increment: number;
    display: block;
    margin: 5px 0;
    list-style: none;
    padding: 0 0 0 25px;
    position: relative;
}

#index ol li:before,
#page ol li:before {
    background: #46c9e4;
    border-radius: 50%;
    color: #fff;
    content: counter(number);
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-top: -15px;
    left: -1px;
    letter-spacing: -.5px;
    line-height: 20px;
    width: 18px;
    height: 18px;
    position: absolute;
    text-align: center;
    top: 18px;
}

#index p span,
#page p span {
    color: #ee7d53;
    font-size: 19px;
    font-weight: bold;
}

.rank, .recommend {
    background: #46c9e4;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    margin: 30px 0 30px 10px;
    padding: 10px 15px 10px 75px;
    position: relative;
}

.rank {
    margin-left: 0;
    padding-left: 85px;
}

.rank:before {
    content: '';
    display: block;
    position: absolute;
    left: 5px;
    top: 50%;
    margin: -35px 0 0;
    width: 70px;
    height: 58px;
}

.recommend:before {
    content: '';
    display: block;
    position: absolute;
    left: -10px;
    top: 50%;
    margin: -35px 0 0;
    width: 71px;
    height: 71px;
}

.rank1:before {
    background: url(img/sp/rank1_sp.png) no-repeat;
    background-size: 100% auto;
}

.rank2:before {
    background: url(img/sp/rank2_sp.png) no-repeat;
    background-size: 100% auto;
}

.rank3:before {
    background: url(img/sp/rank3_sp.png) no-repeat;
    background-size: 100% auto;
}

.rank4:before {
    background: url(img/sp/rank4_sp.png) no-repeat;
    background-size: 100% auto;
}

.recommend:before {
    background: url(img/sp/topic_sp.png) no-repeat;
    background-size: 100% auto;
}

.table-layout {
    width: 100%;
    margin: 30px 0;
    overflow: auto;
    white-space: nowrap;
}

.table-layout table {
    border: 1px solid #46c9e4;
    border-collapse: separate;
    border-spacing: 0;
    margin: 20px 0;
    overflow: hidden;
    width: 100%;
}

.table-layout table thead th,
.table-layout table tbody th,
.table-layout table tbody td {
    padding: 15px;
    vertical-align: middle;
    word-break: break-all;
}

.table-layout table th {
    background: #bbdce7;
    border-left: 1px solid #46c9e4;
    border-top: 1px solid #46c9e4;
    font-weight: bold;
    text-align: center;
}

.table-layout table td {
    background: #fff;
    border-left: 1px solid #46c9e4;
    border-top: 1px solid #46c9e4;
}

.table-layout table tr td:first-child,
.table-layout table tr th:first-child {
    border-left: none;
}
.table-layout table tr:first-child td,
.table-layout table tr:first-child th {
    border-top: none;
}

.table-layout::-webkit-scrollbar {
    height: 5px;
}

.table-layout::-webkit-scrollbar-track {
    background: #d2d2d2;
}

.table-layout::-webkit-scrollbar-thumb {
    background: #a0a0a0;
}

.float-wrap {
    margin: 30px auto;
    position: relative;
}

.float-img {
    max-width: 100%;
}

.float-img img {
    width: 100%;
    margin-bottom: 10px;
}

.caption {
    text-align: center;
    font-size: 14px;
    color: #888;
    margin: 0 0 10px;
    line-height: 1.4;
    word-wrap: break-word;
}

#index .btn-internal a,
#index .btn-web a,
#page .btn-internal a,
#page .btn-web a,
#index .btn-link a,
#page .btn-link a,
#index .btn-tel a ,
#page .btn-tel a {
    color: #fff;
    display: block;
    font-size: 17px;
    font-weight: bold;
    margin: 15px auto;
    text-decoration: none;
    width: 100%;
}

#index .btn-internal a,
#page .btn-internal a {
    background: #898989 url(img/sp/arrow_sp.png)  right 25px center no-repeat;
    background-size: 9px 17px;
    border-radius: 30px;
    padding: 15px 40px 15px 35px;
}

#index .btn-web a,
#page .btn-web a {
    background: #eb2331 url(img/sp/arrow_sp.png)  right 20px center no-repeat;
    background-size: 9px 17px;
    border-radius: 30px;
    padding: 15px 40px 15px 35px;
}

#index .btn-link a,
#page .btn-link a {
    background: #fff url(img/arrow2.png) right 20px center no-repeat;
    background-size: 9px 17px;
    border: 2px solid #ee7d53;
    border-radius: 30px;
    color: #ee7d53;
    padding: 15px 40px 15px 35px;
}

#index .btn-tel a,
#page .btn-tel a {
    background: url(img/sp/tel_sp.png) left 20px center no-repeat, url(img/arrow.png) right 20px center no-repeat, #32b16c;
    background-size: 26px 37px, 9px 17px;
    border-radius: 30px;
    padding: 15px 40px 15px 70px;
}

.box {
    background: url(img/sp/more_sp.png) left top no-repeat;
    background-size: 55px;    
    border: 1px solid #d2d2d2;
    width: 100%;
    margin: 30px auto;
    position: relative;
    padding: 15px 15px;
}

.box .box-head {
    padding: 0 0 0 50px;
    margin: 0 0 15px;    
}

#contents .box .box-head a,
#page .box .box-head a {
    background: url(img/sp/arrow3_sp.png) right 0px center no-repeat;
    background-size: 9px 17px;
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    padding: 0px 20px 0 0;
}

.box .box-body p {
    margin: 0 0 10px !important;
}

.box .box-body a {
    background: #fff url(img/sp/arrow4_sp.png) right 15px center no-repeat;
    background-size: 9px 17px;
    border: 2px solid #e9a741;
    border-radius: 30px;
    color: #e9a741 !important;
    padding: 13px 40px 13px 25px;
    display: block;
    font-weight: bold;
    text-decoration: none !important;
}

#contents .frame-wrap .frame,
#page .frame-wrap .frame{
    border: 1px solid #46c9e4;
    width: 100%;
    margin: 30px auto;
    padding: 15px;
}

#contents .frame-wrap .frame .frame-head,
#contents .frame-wrap .frame .frame-body,
#page .frame-wrap .frame .frame-head,
#page .frame-wrap .frame .frame-body {
    background: #fff;
}

#contents .frame-wrap .frame .frame-head,
#page .frame-wrap .frame .frame-head {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    text-align: center;
}

.frame-wrap .frame .frame-head p {
    color: #46c9e4;
    margin: 0 0 15px !important;
    position: relative;
    padding: 0 0 10px;
}

.frame-wrap .frame .frame-head p:after {
    content: "";
    width: 65px;
    height: 2px;
    background-color: #46c9e4;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -32px;
}

#contents .frame-wrap .frame .frame-body,
#page .frame-wrap .frame .frame-body {

}

.frame-wrap .frame .frame-body p {
    margin: 0 !important;
}

.free_space {
    background: #7bc9b2;
    color: #fff;
    padding: 20px;
}

#sub .free_space .ttl {
    background: url(img/pickup.png) top center no-repeat;
    padding: 25px 0 10px;
    position: relative;
    margin: 0 0 15px;
}

#sub .free_space .ttl a {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}

#sub .free_space .ttl:after {
    background: #fff;
    content: "";
    width: 46px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -23px;
}

#sub .free_space .fs_img {
    max-width: 100%;
    margin: 0 0 10px;
}

#sub .free_space a.more {
    display: block;
    border: 2px solid #ee7d53;
    border-radius: 30px;
    background: #fff url(img/sp/arrow2_sp.png) right 30px center no-repeat;
    background-size: 9px;
    color: #ee7d53;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 10px 45px;
    margin: 10px 0;
}

/*footer
----------------------------------------*/
footer {
    width: 100%;
    background-color: #bbdce7;
}

footer .inner{
    position: relative;
}

footer #pagetop_sp img {
    position: fixed;
    bottom: 30px;
    right: 20px;
    width: 80px;
    z-index: 5;
}

footer .con_ttl a {
    display: block;
    background: url(img/sp/img_l_sp.png) left 10px center no-repeat, url(img/sp/pattern_sp.png);
    background-size: 41px, 10px;
    padding: 15px 60px;
    font-size: 18px;
    font-weight: bold;
}

footer .frame-wrap .frame-head {

}

footer .frame-wrap .frame-head a {
    background: url(img/sp/arrow_sp.png) right 10px center no-repeat;
    background-size: 9px;
    background-color: #46c9e4;
    display: block;
    font-weight: bold;
    padding: 13px 30px 13px 20px;
    color: #fff;
    border-bottom: 1px solid #fff;    
}

footer .frame-wrap .frame-body {

}

footer .frame-wrap .frame-body a {
    background: url(img/sp/arrow5_sp.png) right 10px center no-repeat;
    background-size: 9px;
    border-bottom: 1px solid #f8fbfb;
    display: block;
    padding: 10px 30px 10px 20px;
}

footer .frame-wrap .frame-body li.sub_cat a {
    background: url(img/sub_cat.png) no-repeat left 23px top 15px, url(img/sp/arrow5_sp.png) right 10px center no-repeat;
    background-size: 8px, 9px;
    padding: 10px 30px 10px 38px;
}

footer .notes {
    padding: 20px 10px;
}

footer .notes p {
    background-color: #e0eaef;
    font-size: 12px;
    padding: 8px 15px;
    line-height: 1.7;
}

footer .notes span {
    display: block;
    text-align: center;
}

footer .copyright {
    background: #46c9e4;
    font-size: 12px;
    line-height: 1.4;
    padding: 13px 30px;
    text-align: center;
    color: #fff;    
}

footer .copyright a {
    text-decoration: underline;
    color: #fff;
}

}  /****sp*******/