@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:18px;
	vertical-align:baseline;
	background:transparent;
  letter-spacing: 0.05em;
}
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: #2e2e2e;
    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: 18px;
	background: #fff;
	line-height: 25.2px;
	color: #2e2e2e;
}

/*----------------------------------------------------
	各ページスタイル
----------------------------------------------------*/
/* 共通
-----------------------------------------------------------------------------------------------*/

#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,
.sp_br,
.btn-tel {
    display: none !important;
}
.pc-none {
    display: none;
}

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

.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 {
    text-decoration: underline;
}

#index a:hover, #page a:hover {
    text-decoration: none;
} */

#index p, #page p, #sub p {
    margin: 10px 0;
}

/*header
----------------------------------------*/
header {
    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: 600px;
}

header .flex .f_box.b2 {
    min-height: 45px;
}

header .flex .f_box.b4 {
    order: 4;
}

header .stmp {
    background: #2ba4c1;
    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: 100%;
    font-weight: bold;
    line-height: 1.4;
    padding: 0 0 0 90px;
    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: 37px 49px;
    content: "";
    width: 37px;
    height: 49px;
    margin-top: -29px;
    position: absolute;
    top: 50%;
    left: 16px;
}

header .f_box h1::after,
header .site_ttl a::after {
    background: #000;
    color: #fff;
    content: "PR";
    display: inline-block;
    font-size: 13px;
    line-height: 1.4;
    padding: 0 0.2rem;
    position: absolute;
    top: 1px;
    left: 69px;
}

header .flex .f_box.b3 .lead {
    margin: 0 0 20px;
    padding-left: 30px;
    font-size: 12px;
    text-align: center;
}

/*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 solid #2ba4c1;
    box-sizing: border-box;
    width: 100%;
    display: inline-block;
}

header nav ul li:last-child {
    border-right: 1px solid #2ba4c1;
}

header nav ul li a {
    color: #2e2e2e;
    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) top center no-repeat;
    background-size: cover;
    min-height: 480px;
    min-width: 1000px;
    padding: 30px 0;
    width: 100%;
    display: flex;
}

#mv .mv_txt {
    background: rgba(255, 255, 255, 0.9);
    min-height: 300px;
    width: 580px;
    padding: 35px 20px;
    margin-left: -30px;    
}

#mv .mv_txt .mv_inner h2 {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 15px;
    padding: 0 45px;
    text-align: center;
    color: #1b60a6;
}
	#mv .mv_txt .mv_inner h2 span {
    font-size: 32px;
}

#mv .mv_txt .mv_inner .c_txt {
    padding: 0 45px;

}

.c_txt-sp {
  display: none;
}

/*contents
----------------------------------------*/
#contents {
    margin: 50px auto 80px;
    min-width: 1000px;
    width: 1000px;
}

#contents_low {
    margin: 50px auto 240px;
    min-width: 1000px;
    width: 1000px;
}

#index,
#page {
    float: left;
    width: 740px;
}

#pankuzu {
    background: #f5f5f5;
    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: #2e2e2e;
    display: block;
    position: relative;
    text-decoration: underline;
    padding: 10px 35px 10px 0px;
}

#pankuzu span {
    color: #2e2e2e;
    font-size: 14px;
}

#pankuzu .span {
    position: relative;
    color: #2e2e2e;
    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;
}
#page h1 {
  margin-top: 40px !important;
}

#index h2,
#page h1 {
    background: #1b60a6;
    color: #fff;
    font-weight: bold;
    font-size: 28px;
    padding: 2rem 7rem 1.7rem 2rem;
    position: relative;
    margin: 80px 0 20px;
}


#index h2:after,
#page h1:after {
    background: url(img/h2b.png) left center no-repeat;
    background-size: 100%;
    content: "";
    width: 48px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 14px;
}

#index h3,
#page h2 {
    background: #def5f9;
    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: #f5f5f5;
    border-bottom: 5px solid #2ba4c1;
    border-left: 5px solid #2ba4c1;
    font-size: 23px;
    font-weight: bold;
    padding: 10px 15px;
}

#index h5,
#page h4 {
  border-bottom: 2px solid #1b60a6;
  font-size: 20px;
  font-weight: bold;
  padding: 0 20px 5px 10px;
  color: #1b60a6;
}

#index ul li, #page ul li,
#index ol li, #page ol li {
  margin: 30px 0;
}
#index ul li, #page ul li {
  position: relative;
  padding-left: 40px;
  margin: 5px 0;
}

#index ul li::before, #page ul li::before {
  content: '';
  display: block;
  background-color: #2ba4c1;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 15px;
  transform: translate(0, -50%);
  border-radius: 50px;
  margin-top: 12px;
}

#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: #1b60a6;
    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 td span,
#page td span,
#index p span,
#page p span {
    color: #2cb51a;
    font-weight: bold;
}

#index span.orange, #page span.orange {
  color: #f88019;
}

span.blue, span.blue {
  color: #2cb51a;
  font-weight: bold;
}

span.emphasize {
  font-size: 20px;
}

.rank, .recommend {
    background: #2ba4c1;
    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;
}

.recommend:before{
  content: '';
  display: block;
  position: absolute;
  left: -6px;
  top: 50%;
  margin: -46px 0 0;
  width: 91px;
  height: 91px;
  background: url(img/recommend.png) no-repeat;
}

.rank:before {
    content: '';
    display: block;
    position: absolute;
    left: 4px;
    top: 80%;
    margin: -46px 0 0;
    width: 58px;
    height: 58px;
}


.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;
}
	
.check, .point {
    background: #fff5cc;
    border-radius: 10px;
    color: #2e2e2e;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.4;
    margin: 30px 0 30px 12px;
    padding: 10px 10px 10px 100px;
    position: relative;
}

.check:before {
    content: '';
    display: block;
    position: absolute;
    left: -14px;
    top: 50%;
    margin: -46px 0 0;
    width: 100px;
    height: 100px;
    background: url(img/check.png) no-repeat;
    background-size: 86%;
}
	
.point:before {
    content: '';
    display: block;
    position: absolute;
    left: -14px;
    top: 50%;
    margin: -46px 0 0;
    width: 100px;
    height: 100px;
    background: url(img/point.png) no-repeat;
    background-size: 86%;
}
#index p.sp_text,
#page p.sp_text {
    display: none;
    margin-bottom: 0;
}
.table-layout {
    width: 100%;
    margin: 50px auto 50px 0;
}

.table-layout table {
    border: 1px solid #ababab;
    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: #f5f5f5;
    border-left: 1px solid #ababab;
    border-top: 1px solid #ababab;
    font-weight: bold;
    text-align: left;
}

.table-layout table td {
    background: #fff;
    border-left: 1px solid #ababab;
    border-top: 1px solid #ababab;
    text-align: left;
}

.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-all;
    margin: 10px 0;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap; 
}

.caption a {
  text-decoration: underline;
}

#index .btn-internal a,
#index .btn-web a,
#page .btn-internal a,
#page .btn-web a {
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin: 30px auto;
    text-align: center;
    text-decoration: none;
    width: 50%;
}

#index .btn-internal a,
#page .btn-internal a {
    background: #2ba4c1 url(img/arrow.png)  right 20px center no-repeat;
    border-radius: 30px;
    padding: 15px 35px;
	background-size: 9px;
}

#index .btn-internal a:hover,
#page .btn-internal a:hover {
    background: #8bd5e7 url(img/arrow.png)  right 20px center no-repeat;
}

#index .btn-web a,
#page .btn-web a {
    background: #f88019 url(img/arrow.png)  right 20px center no-repeat;
    border-radius: 30px;
    padding: 15px 35px;
	background-size: 9px;
}

#index .btn-web a:hover,
#page .btn-web a:hover {
    background: #ffb677 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/arrow3.png) left center no-repeat;
    color: #2ba4c1;
    font-size: 100%;
    font-weight: bold;
    padding-left: 20px;
    text-align: right;
    text-decoration: underline;
}

#index .btn-link a:hover,
#page .btn-link a:hover {
  opacity: .6;
}

.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 #2ba4c1;
    width: 48%;
    margin: 0 auto;
    position: relative;
}
.box:hover {
  border: 1px solid #67c15b;
}

.box:before {
    background: url(img/more.png) left top no-repeat;
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
	background-size: 50px;
}

.box:hover:before {
    background: url(img/more_on.png) left top no-repeat;
	background-size: 50px;
}

.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: 22px;
    font-weight: bold;
    padding-right: 25px;
    text-decoration: none;
}

#contents .box:hover .box-head a,
#page .box:hover .box-heada a {
    background: url(img/arrow3_on.png) right center no-repeat;
}

.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 #1b60a6;
    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: #1b60a6;
    font-size: 20px;
    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: #1b60a6;
    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: #fff5cc;
    /* 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: #f88019;
}

#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: #f88019;
    content: "";
    width: 28%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 38%;
}

#sub .free_space .fs_img {
    margin: 15px 0 0;
    max-width: 100%;
    height: auto;
} 

#sub .free_space a.more {
    display: block;
    border: 2px solid #f88019;
    border-radius: 30px;
    background: #fff url(img/arrow2.png) right 20px center no-repeat;
    color: #f88019;
    font-size: 100%;
    font-weight: bold;
    text-align: center;
    padding: 10px 35px 6px 30px;
    margin: 10px 0;
	background-size: 9px;
}

#sub .free_space a.more:hover {
    background: #f88019 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: #f5f5f5;
    display: block;
    padding: 15px 10px;
    font-size: 100%;
    font-weight: bold;
}



#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 a:hover {
  /* background: url(img/arrow6.png) right 20px center no-repeat;
  background-color: #fbfbfb; */
  opacity: 0.6;
}

#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;  
}

/*運営会社情報
----------------------------------------*/
.host table {
  width: 100%;
  margin: 30px auto 20px;
  padding: 0;
  text-align: left;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-word;
}

.host table th {
  padding: 10px 15px;
  border: 1px #ababab solid;
  background-color: #f5f5f5;
  width: 30%;
  font-weight: bold;
  vertical-align: middle;
}

.host table td {
  padding: 10px 15px;
  border: 1px #ababab solid;
  vertical-align: middle;
}

/*footer
----------------------------------------*/
footer {
    background: #f5f5f5;
    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 {
    opacity: 0.6;
}

footer .inner {
    padding: 40px 0 20px;
    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 #2ba4c1;
    color: #2ba4c1;
    display: block;
    padding: 10px 10px 10px 20px;
    position: relative;
}

/* footer .frame-head a:after {
    background: #2ba4c1;
    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;
    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: #fff;
    font-size: 13px;
    margin: 35px 0;
    line-height: 1.8;
    padding: 15px 20px;
}

footer .copyright {
    background: #2ba4c1;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

footer .copyright a {
    color: #fff;
    line-height: 1.4;
    position: relative;
    padding-left: 20px;
}

footer .copyright a::before {
    background: #fff;
    color: #2ba4c1;
    content: "PR";
    display: inline-block;
    font-size: 13px;
    line-height: 1.4;
    padding: 0 0.2rem;
    position: absolute;
    top: 0;
    left: 0;
}
/****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: 100%;
}

#index a, #page a {
    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-size: 10px 10px;
    padding: 15px 10px 10px;
    background-color: #fff;
}

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;
  background-position: center;
  position: absolute;
  margin-top: -21px;
  top: 50%;
  right: 10px;
  width: 43px;
}

header .menu_btn.open img {
  opacity: 0;
}

header .menu_btn img {
    width: 100%;
    height: auto;
}

header .stmp {
    background: #2ba4c1;
    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 70px;
    position: relative;
}

header .f_box h1:before,
header .site_ttl a:before {
    background: url(img/img_pc.png) left center no-repeat;
    background-size: 100%;
    content: "";
    width: 29px;
    height: 41px;
    margin-top: -15px;
    position: absolute;
    top: 50%;
    left: 6px;
}

header .f_box h1::after,
header .site_ttl a::after {
    background: #000;
    color: #fff;
    content: "PR";
    display: inline-block;
    font-size: 12px;
    line-height: 1.4;
    margin-right: 0.5rem;
    padding: 0 0.2rem;
    position: absolute;
    top: 2px;
    left: 44px;
}

header .flex .f_box.b3 .lead {
    padding: 0 55px 0 40px;
}

/*nav
----------------------------------------*/

#g_nav_sp {
    display: none;
    z-index: 110;
    position: absolute;
    width: 100%;
    overflow-y: auto;
    max-height: 100vh;
    -webkit-overflow-scrolling: touch;
}

#g_nav_sp .close_btn {
    background: #6d6d6d;
    text-align: center;
    padding: 15px 10px;
    font-weight: bold;
    position: relative;
}

#g_nav_sp .close_btn span {
  border-bottom: 1px solid #414141;
}

#g_nav_sp .frame .frame-head a {
    background: url(img/sp/arrow5_sp.png) right 20px center no-repeat;
    display: block;
    background-color: #e6e6e6;
    font-weight: bold;
    padding: 15px 80px 15px 20px;
    background-size: 8px;
    border-bottom: 1px solid #dcdcdc;
}

#g_nav_sp .frame .frame-body a {
    background: url(img/sp/arrow3_sp.png) right 20px center no-repeat;
    background-size: 8px;
    display: block;
    padding: 13px 80px 13px 20px;
    background-color: #fff;
    border-bottom: 1px solid #dcdcdc;
}

#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 {
  background: url(img/mv.png) top center no-repeat;
  background-size: cover;
  width: 100%;
  padding: 30px 0;
  width: 100%;
  background-position: right -120px center;
  max-height: 235px;
  min-height: 210px;
  display: flex;
}
#mv .inner {
  place-content: center;
}
#mv .mv_txt {
  background: rgba(255, 255, 255, 0.9);
  width: 50%;
  padding: 35px 20px;
  margin-left: 5px; 
}

/* #mv .mv_txt .mv_inner .mv_top {
  display: flex;
} */

#mv .mv_txt .mv_inner h2 {
    color: #1b60a6;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    /* min-height: 158px; */
    padding: 10px;
    position: relative;
    place-content: center;
}

/* #mv .mv_txt .mv_inner h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  top: 38px;
  left: 2px;
  width: 50%;
  height: 50%;
  background-color: #fff;
  z-index: -1;
} */

/* #mv .mv_txt .mv_inner h2:after {
    background: url(img/mv.png) center center no-repeat;
    background-size: cover;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -2;
} */

#mv .mv_txt {
    background-size: 10px 10px;
    padding: 0;
}

#mv .mv_txt .c_txt {
    padding: 0;
}


.c_txt-pc {
  display: none;
}

/*contents
----------------------------------------*/
#contents {
    padding: 20px 10px 40px;
}

#page {
    padding: 1px 10px 40px;
}

#pankuzu {
    font-size: 13px;
    width: 100%;
    overflow: auto;
    white-space: nowrap;
    background-color: #f5f5f5;
    color: #fff;
    margin: 0 0 20px;
    padding: 0 10px;
}

#pankuzu a {
    text-decoration: underline;
    color: #2e2e2e;
    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;
}

#page h1 {
  margin-top: 0 !important;
}

#index h2,
#page h1 {
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    padding: 17px 0 10px 15px;
    position: relative;
    z-index: 0;
    margin: 50px 0 15px;
}

#index h2::before,
#page h1::before {
  content: "";
  background: #1b60a6;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#index h2:after,
#page h1:after {
  background: url(img/h2b.png) left center no-repeat;
  background-size: 100%;
  content: "";
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 14px;
  z-index: -1;
}

#index h3,
#page h2 {
    background: #def5f9;
    font-size: 22px;
    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: #f5f5f5;
    border-bottom: 5px solid #2ba4c1;
    border-left: 5px solid #2ba4c1;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 15px 6px 15px;
}

#index h5,
#page h4 {
  border-bottom: 2px solid #1b60a6;
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 8px 8px;
  color: #1b60a6;
}

#contents ul, #page ul,
#contents ol, #page ol {
    margin: 20px 0;
}

#index ul li, #page ul li {
    margin: 5px 0;
    line-height: 1.5;
    padding-left: 25px;
    position: relative;
}

#index ul li::before, #page ul li::before {
  content: '';
  display: block;
  background-color: #2ba4c1;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 4px;
  transform: translate(0, -50%);
  border-radius: 50px;
  margin-top: 12px;
}

#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: #1b60a6;
    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 td span,
#page td span,
#index p span,
#page p span {
    color: #2cb51a;
    font-weight: bold;
}

#index span.orange, #page span.orange {
  color: #f88019;
}

span.blue, span.blue {
  color: #2cb51a;
  font-weight: bold;
}

span.emphasize {
  font-size: 19px;
}

.rank, .recommend {
    background: #2ba4c1;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    margin: 30px 0 30px 3px;
    padding: 10px 15px 10px 75px;
    position: relative;
}

.rank {
    margin-left: 0;
    padding-left: 85px;
}

.rank:before {
    content: '';
    display: block;
    position: absolute;
    left: 5px;
    top: 74%;
    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/rank1.png) no-repeat;
    background-size: 68% auto;
}

.rank2:before {
    background: url(img/rank2.png) no-repeat;
    background-size: 68% auto;
}

.rank3:before {
    background: url(img/rank3.png) no-repeat;
    background-size: 68% auto;
}

.rank4:before {
    background: url(img/rank4.png) no-repeat;
    background-size: 68% auto;
}

.recommend:before {
    background: url(img/recommend.png) no-repeat;
    background-size: 100% auto;
}

.check, .point {
  background: #fff5cc;
  border-radius: 10px;
  color: #2e2e2e;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  margin: 30px 0 30px 3px;
  padding: 10px 15px 10px 75px;
  position: relative;
}

.check:before {
  content: '';
  display: block;
  position: absolute;
  left: -8px;
  top: 69%;
  margin: -46px 0 0;
  width: 100px;
  height: 100px;
  background: url(img/check.png) no-repeat;
  background-size: 67%;
}

.point:before {
  content: '';
  display: block;
  position: absolute;
  left: -8px;
  top: 69%;
  margin: -46px 0 0;
  width: 100px;
  height: 100px;
  background: url(img/point.png) no-repeat;
  background-size: 67%;
}

#index p.sp_text,
#page p.sp_text {
    text-align: center;
    margin: 0;
}
.table-layout {
    width: 100%;
    margin: 0 0 30px;
    overflow: auto;
    white-space: nowrap;
}

.table-layout table {
    border: 1px solid #ababab;
    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: #f5f5f5;
    border-left: 1px solid #ababab;
    border-top: 1px solid #ababab;
    font-weight: bold;
    text-align: center;
}

.table-layout table td {
    background: #fff;
    border-left: 1px solid #ababab;
    border-top: 1px solid #ababab;
}

.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-all;
    margin: 10px 0;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap; 
}

#index .btn-tel,
#category .btn-tel,
#page .btn-tel,
#index .btn-line,
#category .btn-line,
#page .btn-line{
  display: block;
}

#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,
#index .btn-line a,
#page .btn-line a {
    color: #fff;
    display: block;
    font-size: 17px;
    font-weight: bold;
    margin: 15px auto;
    text-decoration: none;
    width: 60%;
}

#index .btn-internal a,
#page .btn-internal a {
    background: #2ba4c1 url(img/sp/arrow_sp.png)  right 20px center no-repeat;
    background-size: 9px 17px;
    border-radius: 30px;
    padding: 15px;
    text-align: center;
}

#index .btn-web a,
#page .btn-web a {
    background: #f88019 url(img/sp/arrow_sp.png)  right 20px center no-repeat;
    background-size: 9px 17px;
    border-radius: 30px;
    padding: 15px;
    text-align: center;
}

#index .btn-link a,
#page .btn-link a {
    background: #fff url(img/arrow4.png) right 16px center no-repeat;
    background-size: 9px 17px;
    border: 6px solid #2ba4c1;
    border-radius: 30px;
    color: #2ba4c1;
    padding: 11px;
    text-align: center;
}

#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, #2cb51a;
    background-size: 26px 37px, 9px 17px;
    border-radius: 30px;
    padding: 15px;
    text-align: center;
}

#index .btn-line a,
#page .btn-line a {
    background: url(img//sp/arrow_sp.png) right 20px center no-repeat, #06c755;
    background-size: 9px 17px;
    border-radius: 30px;
    padding: 15px;
    text-align: center;
}

.box {
    background: url(img/more.png) left top no-repeat;
    background-size: 50px;
    border: 1px solid #2ba4c1;
    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/arrow3.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 #1b60a6;
    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: #1b60a6;
    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: #1b60a6;
    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: #fff5cc;
    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;
    text-align: center;
}

#sub .free_space .ttl a {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

#sub .free_space .ttl:after {
    background: #f88019;
    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;
    height: auto;
}

#sub .free_space a.more {
    display: block;
    border: 2px solid #f88019;
    border-radius: 30px;
    background: #fff url(img/sp/arrow2_sp.png) right 30px center no-repeat;
    background-size: 9px;
    color: #f88019;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    /* padding: 10px 45px;
    margin: 10px 0; */
    width: 82%;
    padding: 15px 19px 15px 19px;
    margin: 20px auto;
}

/*運営会社情報
----------------------------------------*/
.host table {
  width: 100%;
  margin: 30px auto 20px;
  padding: 0;
  text-align: left;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-word;
}

.host table th {
  padding: 10px 15px;
  border: 1px #ababab solid;
  background-color: #f5f5f5;
  font-weight: bold;
  vertical-align: middle;
  display: block;
}

.host table td {
  padding: 10px 15px;
  border: 1px #ababab solid;
  vertical-align: middle;
  display: block;
}

/*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;
    height: auto;
}

footer .con_ttl a {
    display: block;
    background: url(img/img_pc.png) left 10px center no-repeat, #fff;
    background-size: 29px;
    padding: 15px 0 15px 60px;
    font-size: 18px;
    font-weight: bold;
}

footer .frame-wrap .frame-head a {
    background: url(img/arrow5.png) right 10px center no-repeat;
    background-size: 7px;
    background-color: #f5f5f5;
    display: block;
    font-weight: bold;
    padding: 13px 30px 13px 20px;
    border-bottom: 1px solid #dcdcdc;
}

footer .frame-wrap .frame-body a {
    background: url(img/arrow5.png) right 10px center no-repeat, #fff;
    background-size: 7px;
    border-bottom: 1px solid #dcdcdc;
    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/arrow5.png) right 10px center no-repeat;
    background-size: 8px, 9px;
    padding: 10px 30px 10px 38px;
}

footer .notes {
    padding: 20px 10px;
    background: #f5f5f5;
}

footer .notes p {
    background-color: #fff;
    font-size: 12px;
    padding: 8px 15px;
    line-height: 1.7;
}

footer .notes span {
    display: block;
    text-align: center;
}

footer .copyright {
    background: #2ba4c1;
    font-size: 12px;
    line-height: 1.4;
    padding: 13px 30px;
    text-align: center;
    color: #fff;
}

footer .copyright a {
    text-decoration: underline;
    color: #fff;
    padding-left: 20px;
    position: relative;
}
footer .copyright a::before {
  background: #fff;
  color: #2ba4c1;
  content: "PR";
  display: inline-block;
  font-size: 12px;
  line-height: 1.4;
  padding: 0 0.2rem;
  position: absolute;
  top: 0;
  left: 0;
}
}  /****sp*******/


/* 画像回り込み */
  .float-wrap {
    box-sizing: border-box;
    margin: 40px auto 40px;
    max-width: 1100px;
  }
  
  .float-wrap .flame {
    position: relative;
  }
  
  .float-wrap .flame img {
    border-radius: 0;
    height: auto;
  }
  
  .float-wrap p {
    margin: 20px auto 20px;
    max-width: 1100px;
  }
  
  .caption {
    margin: 8px 0 0;
    color: #888;
    word-break: break-all;
    font-size: 10px;
    line-height: 1.3;
    margin: 10px 0;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap; 
    padding-bottom: 10px;
  }
  
  .float-wrap .catch {
    margin: 0 0 20px;
    font-size: 22px;
    line-height: 1.6;
    font-weight: bold;
  }
  
  .cf::after {
    display: block;
    clear: both;
    content: '';
  }
  
  /* 左寄せ */
  .float-wrap .fl {
    margin: 0 30px 10px 0;
    width: 350px;
    text-align: center;
  }
  
  .fl {
    float: left;
  }
  
  /* 右寄せ */
  .float-wrap .fr {
    margin: 0 0 10px 30px;
    width: 350px;
    text-align: center;
  }
  
  .fr {
    float: right;
  }
  
  /* 中央 */
  .float-wrap.ct .float-img {
    margin: 0 auto 20px;
    text-align: center;
    width: unset;
  }
  
  .float-wrap.ct .catch {
    text-align: center;
  }

  @media screen and (max-width: 480px) {
    /* 画像回り込み */
    .float-wrap {
      position: relative;
      width: 92%;
    }
  
    .float-wrap .float-img {
      margin: 0 auto 10px;
      width: auto;
      height: auto;
    }
  
    .float-wrap .flame {
      margin: 0 auto;
      width: 100%;
    }
  
    .float-wrap img {
      box-sizing: border-box;
    }
  
    .float-wrap .catch {
      margin: 0 0 15px;
      font-weight: 500;
      font-size: 16px;
      font-weight: bold;
    }
  
    .float-wrap p {
      width: 100%;
      margin: 0;
      padding: 0;
    }
  
    /* 左寄せ */
    .float-wrap .fl {
      float: none;
      box-sizing: border-box;
      padding: 0 0 10px 0;
      width: 100%;
      text-align: center;
    }
  
    /* 右寄せ */
    .float-wrap .fr {
      float: none;
      box-sizing: border-box;
      padding: 0 0 10px 0;
      width: 100%;
      text-align: center;
    }
  
    /* 中央寄せ */
    .float-wrap .ct {
      box-sizing: border-box;
      padding: 0 0 10px;
      width: 100%;
      text-align: center;
    }

    #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,
    #index .btn-line a, 
    #page .btn-line a {
      width: 88%;
    }
  }

 

/* 2並びボックス */
.box-wrap.column2 {
  margin: 40px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.column2 .basic-column-box {
  width: calc((100% - 20px) / 2);
  position: relative;
  background-color: #f5f5f5;
  border-top: 5px solid #2ba4c1;
  padding: 10px;
  box-sizing: border-box;
}

#index .column2 .basic-title,
#category .column2 .basic-title,
#page .column2 .basic-title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  margin: 10px 15px 20px;
  border-bottom: 1px solid #2e2e2e;
  padding: 0 0 13px;
  position: relative;
  color: #1b60a6;
}
#index .column2 .basic-title a,
#category .column2 .basic-title a,
#page .column2 .basic-title a {
  text-decoration: none;
  color: #1b60a6;
  padding-right: 20px;
  display: block;
  position: relative;
}
#index .column2 .basic-title a:hover,
#category .column2 .basic-title a:hover,
#page .column2 .basic-title a:hover {
  opacity: .7;
}
#index .column2 .basic-title::after,
#category .column2 .basic-title::after,
#page .column2 .basic-title::after {
  display: none;
}

#index .column2 .basic-title a::after,
#category .column2 .basic-title a::after,
#page .column2 .basic-title a::after {
  width: 10px;
  height: 10px;
  border-top: 3px solid #1b60a6;
  border-right: 3px solid #1b60a6;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  content: '';
  vertical-align: middle;
}

.column2 .image-static {
  width: 90%;
  margin: 0 auto;
}

.column2 .image-text__image {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}

.column2 .image-text__image img {
  vertical-align: middle;
  width: 100%;
  height: auto;
}

.column2 .image-text__caption {
  display: block;
  padding: 5px 0;
  text-align: center;
  word-wrap: break-word;
}

#index .basic-column-box .catch-copy,
#category .basic-column-box .catch-copy,
#page .basic-column-box .catch-copy {
  margin: 20px auto 10px;
  font-size: 16px;
}

.column2 .catch-copy {
  font-weight: bold;
  position: relative;
}

.column2 .image-text__textarea {
  line-height: 1.8;
  font-size: 16px;
}
#index .column2 .contents-list,
#category .column2 .contents-list,
#page .column2 .contents-list {
  width: 90%;
  margin: 20px auto;
}
#index .column2 .contents-list li,
#category .column2 .contents-list li,
#page .column2 .contents-list li {
  position: relative;
  padding-left: 20px;
  display: inline-block;
  margin: 0;
  font-size: 16px;
  border-bottom: none;
  line-height: 1;
}

#index .column2 .contents-list li::before,
#category .column2 .contents-list li::before,
#page .column2 .contents-list li::before {
  content: '';
  display: block;
  background-color: #2ba4c1;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 8px;
  left: 0;
  transform: translate(0, -50%);
  border-radius: 50px;
  margin: 0;
}

.column2 .table-normal {
  width: 90%;
  margin: 20px auto 10px;
}

.column2 .table-normal table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #ababab;
  background-color: #fff;
}

.column2 .first-row table th {
  background-color: #f5f5f5;
  font-weight: bold;
  width: 31%;
}

.column2 table th,
.column2 table td,
.table-normal table tbody td {
  border-left: 1px solid #ababab;
  text-align: center;
}

.column2 table th,
.column2 table td {
  border: 0;
  border-bottom: 1px solid #ababab;
  padding: 8px;
  word-break: break-all;
}
#index .column2 .btn-web a,
#category .column2 .btn-web a,
#page .column2 .btn-web a,
#index .column2 .btn-internal a,
#category .column2 .btn-internal a,
#page .column2 .btn-internal a  {
  width: 80%;
  margin: 0 auto 24px;
}

#index .btn-tel,
#category .btn-tel,
#page .btn-tel,
#index .btn-line,
#category .btn-line,
#page .btn-line{
  display: none;
}

@media screen and (max-width: 599px) {
    /*2つ並びボックス*/
  .column2 .basic-column-box {
    width: 100%;
    margin:0 0 20px;
    padding: 3%;
  }
  
  #index .column2 .basic-title,
  #category .column2 .basic-title,
  #page .column2 .basic-title {
    font-size: 20px;
    margin: 0;
    padding: 10px;
  }

  #index .column2 .basic-title a,
  #category .column2 .basic-title a,
  #page .column2 .basic-title a {
    display: block;
  }
  #index .column2 .basic-title a::after,
  #category .column2 .basic-title a::after, #page .column2 .basic-title a::after {
    right: 0;
  }

  .c_txt-sp{
    padding: 20px 10px 20px;
  }
	
  .column2 .image-text-area {
    display: block;
    padding: 0;
    margin: 20px auto;
  }

  .column2 .image-text__image {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  .column2 .box-wrap .basic-column-box .catch-copy {
    font-size: 18px;
    line-height: 1.5;
    padding: 0;
    margin: 10px auto;
  }

  #index .btn-tel,
  #category .btn-tel,
  #page .btn-tel,
  #index .btn-line,
  #category .btn-line,
  #page .btn-line{
  display: block;
}

  #index  .column2 .btn-web a,
  #category .column2 .btn-web a,
  #page .column2 .btn-web a,
  #index .column2 .btn-internal a,
  #category .column2 .btn-internal a,
  #page .column2 .btn-internal a,
  #index .column2 .btn-tel a,
  #category .column2 .btn-tel a,
  #page .column2 .btn-tel a,
  #index .column2 .btn-line a,
  #category .column2 .btn-line a,
  #page .column2 .btn-line a   {
    width: 88%;
    margin: 0 auto 14px;
  }
}

/* 3つ並びボックス */
.box-wrap.column3 {
  margin: 40px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.column3 .basic-column-box {
  width: calc((100% - 20px) / 3);
  position: relative;
  background-color: #f5f5f5;
  border-top: 5px solid #2ba4c1;
  padding: 10px;
  box-sizing: border-box;
}
#index .column3 .basic-title,
#category .column3 .basic-title,
#page .column3 .basic-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  padding: 0 30px;
  margin: 0 -10px;
  border-bottom: 1px solid #2e2e2e;
  padding: 10px 20px 20px 20px;
  position: relative;
}
#index .column3 .basic-title a,
#category .column3 .basic-title a,
#page .column3 .basic-title a {
  text-decoration: none;
  color: #1b60a6;
  padding-right: 20px;
  display: inline-block;
  position: relative;
  text-align: center;
}
#index .column3 .basic-title a:hover,
#category .column3 .basic-title a:hover,
#page .column3 .basic-title a:hover {
  opacity: .7;
}
#index .column3 .basic-title::after,
#category .column3 .basic-title::after,
#page .column3 .basic-title::after {
  display: none;
}
#index .column3 .basic-title a::after,
#category .column3 .basic-title a::after,
#page .column3 .basic-title a::after {
  width: 8px;
  height: 8px;
  border-top: 2px solid #1b60a6;
  border-right: 2px solid #1b60a6;
  position: absolute;
  top: 50%;
  right: -5px;
  -webkit-transform: rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  content: '';
  vertical-align: middle;
}

.column3 .image-static {
  width: 90%;
  margin: 0 auto;
}

.column3 .image-text__image {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}

.column3 .image-text__image img {
  vertical-align: middle;
  width: 100%;
  height: auto;
}

.column3 .image-text__caption {
  display: block;
  padding: 5px 0;
  text-align: center;
  word-wrap: break-word;
}
#index .basic-column-box .catch-copy,
#category .basic-column-box .catch-copy,
#page .basic-column-box .catch-copy {
  margin: 20px auto 10px;
  font-size: 18px;
}

.column3 .catch-copy {
  font-weight: bold;
  position: relative;
}

.column3 .image-text__textarea {
  line-height: 1.8;
  font-size: 16px;
}

.column3 .paragraph-frame p {
  font-size: 16px;
}
#index .column3 .contents-list,
#category .column3 .contents-list,
#page .column3 .contents-list {
  width: 90%;
  margin: 20px auto;
}
#index .column3 .contents-list li,
#category .column3 .contents-list li,
#page .column3 .contents-list li {
  position: relative;
  padding-left: 20px;
  display: inline-block;
  font-size: 16px;
  border-bottom: none;
  margin: 0 0 7px;
  line-height: 1.4;
}
#index .column3 .contents-list li::before,
#category .column3 .contents-list li::before,
#page .column3 .contents-list li::before {
  content: '';
  display: block;
  background-color: #2ba4c1;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 8px;
  left: 0;
  transform: translate(0, -50%);
  border-radius: 50px;
  margin: 0;
}

.column3 .table-normal {
  width: 90%;
  margin: 20px auto 10px;
}

.column3 .table-normal table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #ababab;
  background-color: #fff;
}

.column3 .first-row table th {
    background-color: #f5f5f5;
    font-weight: bold;
}

.column3 table th,
.column3 table td,
.table-normal table tbody td {
  border-left: 1px solid #ababab;
  text-align: center;
}

.column3 table th,
.column3 table td {
  border: 0;
  border-bottom: 1px solid #ababab;
  padding: 8px;
  word-break: break-all;
}
#index .column3 .btn-web a,
#category .column3 .btn-web a,
#page .column3 .btn-web a,
#index .column3 .btn-internal a,
#category .column3 .btn-internal a,
#page .column3 .btn-internal a  {
  margin: 0 auto 24px;
  width: 90%;
  margin: 0 auto 15px;
  font-size: 16px;
  padding: 10px;
  text-align: center;
}

@media screen and (max-width: 599px) {
    /*3つ並びボックス*/
  .column3 .basic-column-box {
    width: 100%;
    margin:0 0 20px;
    padding: 3%;
  }
  #index .column3 .basic-title,
  #category .column3 .basic-title,
  #page .column3 .basic-title {
    font-size: 20px;
    margin: 0;
    padding: 10px;
  }
  #index .column3 .basic-title a,
  #category .column3 .basic-title a,
  #page .column3 .basic-title a {
    display: block;
  }
  #index .column3 .basic-title a::after,
  #category .column3 .basic-title a::after, #page .column3 .basic-title a::after {
    right: 0;
  }

  .column3 .image-text-area {
    display: block;
    padding: 0;
    margin: 20px auto;
  }

  .column3 .image-text__image {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  .column3 .box-wrap .basic-column-box .catch-copy {
    font-size: 18px;
    line-height: 1.5;
    padding: 0;
    margin: 10px auto;
  }
  #index .column3 .btn-web a,
  #category .column3 .btn-web a,
  #page .column3 .btn-web a,
  #index .column3 .btn-internal a,
  #category .column3 .btn-internal a,
  #page .column3 .btn-internal a,
  #index .column3 .btn-tel a,
  #category .column3 .btn-tel a,
  #page .column3 .btn-tel a,
  #index .column3 .btn-line a,
  #category .column3 .btn-line a,
  #page .column3 .btn-line a   {
    width: 80%;
    margin: 0 auto 14px;
}

#index .column3 .btn-web a,
#category .column3 .btn-web a,
#page .column3 .btn-web a,
#index .column3 .btn-internal a,
#category .column3 .btn-internal a,
#page .column3 .btn-internal a  {
  padding: 15px;
}

}

/* 3選（大）-3カラム */
#group {
  margin: 40px 0;
  background: #def5f9;
}

#group .mainttl {
  margin: 0 0 20px;
  padding: 20px 10px;
  color: #fff;
  font-size: 28px;
  text-align: center;
  font-weight: bold;
  background: #1b60a6;
  line-height: 1.4;
}

#group .mainttl span {
  display: block;
  font-size: 18px;
  font-weight: bold;
}
#group .cmn-column3 {
  margin: 20px 5px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#group .cmn-column3 .cmn-parts-box {
  padding: 10px;
  background: #fff;
  border: 1px solid #2ba4c1;
  width: calc((100% - 20px) / 3);
  box-sizing: border-box;
}

#group .cmn01-catch-copy,
#group .cmn-parts-box > p:first-child {
  margin: 0;
  position: relative;
  font-weight: bold;
  font-size: 22px;
  padding: 10px 0;
  letter-spacing: normal;
  line-height: 1.4;
  text-align: center;
}

#group .cmn01-catch-copy span {
  font-size: 24px;
}

#group .cmn-parts-box .ttl {
  margin: 10px 0 20px;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}

#group .cmn01-image {
  margin: 0 0 10px;
  text-align: center;
}

#group .cmn01-image img {
  width: 100%;
  height: auto;
}

#group .image-text__caption {
  display: block;
  padding: 5px 0;
  text-align: center;
  word-wrap: break-word;
}

#group .table-normal {
  width: 100%;
}

#group .box-wrap .table-normal {
  margin: 10px auto;
}

#group .table-normal {
  width: 100%;
  margin: 20px 0 10px;
}

#group .table-normal table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #ababab;
  background-color: #fff;
}

#group table tr {
  height: 100%;
}

#group .first-row table th {
  background-color: #f5f5f5;
  font-weight: bold;
}

#group table th,
#group table td,
#group .table-normal table tbody td {
  border-left: 1px solid #ababab;
  text-align: center;
  align-content: center;
}

#group table th,
#group table td {
  border: 0;
  border-bottom: 1px solid #ababab;
  padding: 8px;
  word-break: break-all;
}

#group .tag-list-area {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

#group .tag-list-area .tag-list-area__li {
  font-weight: bold;
  border-radius: 5px;
  text-align: center;
  margin: 0 2% 10px 0;
  padding: 6px 2px;
  font-size: 13px;
  line-height: 1.4;
  width: 48%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: static;
  border-bottom: none;
  box-sizing: border-box;
  background: #67c15b;
  color: #fff;
}

#group .tag-list-area .tag-list-area__li::before,
#group .tag-list-area .tag-list-area__li::after {
  display: none;
}

#group .tag-list-area .tag-list-area__li.tag-off {
  background: #f5f5f5;
  color: #ababab;
  border: 1px solid #b6b6b6;
}

#group p {
  letter-spacing: 0.12em;
  margin: 10px 30px 20px 30px;
}

#group .cmn-column3 p {
  margin: 10px 0 20px 0;
} 

#group p span,
#group .cmn-parts-box .ttl span {
  font-weight: bold;
}

#group .annot_area p {
  /* padding: 20px 80px 30px; */
  padding: 20px 0 30px;
  display: block;
  font-size: 12px;
  line-height: 1.4;
}

#group .btn-web a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
}

#group .btn-internal a {
  padding: 0 20px;
}

#group .cmn-column3 .btn-internal a,
#group .cmn-column3 .btn-web a {
  width: 90%;
  margin: 0 auto 15px;
  font-size: 16px;
  padding: 10px 39px;
}

#group .btn-internal a {
  width: 40%;
  margin: 0 auto 15px;
  font-size: 16px;
  padding: 15px 35px;
  text-align: center;
}


@media screen and (max-width: 599px) {
  /*3選（大）-3カラム*/
  #group {
    padding-bottom: 30px;
	margin: 0;
  }

  #group .mainttl {
    padding: 10px;
    font-size: 24px;
    line-height: normal;
  }

  #group .mainttl span {
    font-size: 16px;
  }

  #group .cmn-column3 {
    margin: 3%;
  }

  #group .cmn-column3 .cmn-parts-box {
    width: 100%;
    margin: 0 0 20px;
    padding: 3%;
    max-width: 100%;
  }

#group .cmn01-catch-copy,
#group .cmn-parts-box > p:first-child {
  line-height: normal;
}

  #group .cmn01-catch-copy::before {
    top: 0;
    left: -11px;
  }

  #group .cmn-parts-box .ttl {
    font-size: 20px;
  }

  #group .annot_area p {
    padding: 20px 0 0;
  }

  /* #group .annot_area {
    display: none;
  } */

  #group .btn-tel,
  #group .btn-line {
    display: block;
  }

  #group:nth-child(3) .cmn-column3 + .btn-internal a .box-wrap .table-normal {
    margin: 10px auto;
    width: 90%;
  }

  #group .box-wrap .table-normal {
    margin: 20px auto;
    width: 90%;
  }

  #group .basic-column-box .contents-list {
    width: 90%;
    margin: 20px auto;
  }

  #group .cmn-parts-box .btn-internal,
  #group .cmn-parts-box .btn-web,
  #group .cmn-parts-box .btn-tel,
  #group .cmn-parts-box .btn-line {
    margin: 0 auto;
    display: block;
  }

  #group .cmn-parts-box .btn-internal a,
  #group .cmn-parts-box .btn-web a,
  #group .cmn-parts-box .btn-tel a,
  #group .cmn-parts-box .btn-line a {
    display: block;
    box-sizing: border-box;
    width: 82%;
    height: auto;
    position: relative;
    font-size: 15px;
    text-align: center;
    line-height: 1.3;
    text-decoration: none;
    padding: 16px 20px 16px 20px;
    margin: 20px auto;
  }

  #group .cmn-parts-box .btn-tel a,
  #group .cmn-parts-box .btn-line a {
    padding: 16px 30px 16px 40px;
  }

  #group .btn-internal a {
    width: 70%;
    margin: 0 auto 15px;
    font-size: 16px;
    padding: 16px 20px;
    text-align: center;
  }

}

/* テキストバナー */
  #text-banner-area {
    background: url('https://www.sendai-cataract-clinic.com/wp/wp-content/uploads/23261401_m.jpg') no-repeat 0 0;
    background-size: contain;
    border: 3px solid #1b60a6;
    width: 100%;
    margin: 40px auto 55px;
    display: flex;
  }
  
  #text-banner-area .cmn02-text-banner-area__image {
    width: 40%;
    flex: 0 0 40%;
    /* background: url('img/banner_img.png') no-repeat 0 0; */
    background-size: cover;
  }
  
  #text-banner-area .cmn02-text-banner-area__image img {
    object-fit: cover;
    max-width: 100%;
    height: auto;
  }
  
  #text-banner-area .text-banner-area__text {
    padding: 25px 20px;
    width: 50%;
    height: auto;
    margin: 0 0 0 auto;
    background-color: #fff;
  }
  
  #text-banner-area .text-banner-area__text .mainttl {
    border-bottom: 3px solid #1b60a6;
    padding: 13px 0;
    margin-bottom: 20px;
  }
  
  #text-banner-area .cmn02-text-banner-area__title {
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    color: #1b60a6;
    position: relative;
  }
  
  #text-banner-area .btn-internal {
    display: flex;
    align-items: center;
  }
  
  #text-banner-area .btn-internal a {
    width: 90%;
    font-size: 18px;
    margin: 30px auto 10px;
  }
  
  #text-banner-area .cmn02-paragraph {
    font-size: 14px;
  }
  
  #text-banner-area .btn-internal a:hover{
    background-color: #8bd5e7;
  }

  #text-banner-area .btn-web a:hover {
    background-color: #ffb677;
  }
  
  
  
  #text-banner-area .btn-internal a:hover {
    background-size: 12px auto, cover;
  }
  
  @media screen and (max-width: 599px) {
    /*テキストバナー*/
    #text-banner-area {
      background: none;
      display: block;
      overflow: hidden;
      width: auto;
      margin: 30px auto;
    }
    #text-banner-area .text-banner-area__text {
      padding: 15px;
      width: auto;
    }
    #text-banner-area .cmn02-text-banner-area__image.sp {
      width: 100%;
      text-align: center;
    }
    #text-banner-area .cmn02-text-banner-area__title {
      font-size: 20px;
    }
    #text-banner-area .btn-internal {
      width: 90%;
      margin: auto;
      display: block;
    }
    #text-banner-area .cmn02-paragraph {
      margin: 0 0 15px;
      font-size: 16px;
      line-height: 1.6;
    }
    #text-banner-area .btn-internal a {
      width: 82%;
      padding: 16px 20px 16px 20px;
      margin: 20px auto;
    }
  }