@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: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

/* for IE6 */
* html body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

* html input,
* html textarea {
	font-family: "メイリオ", Meiryo,  "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

/* リンク
----------------------------------------------------*/
a {
	color: #333;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

/* 汎用
----------------------------------------------------*/
/* clear clerfix */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.content:after,
.clearfix:after {
	content:"";
	display:block;
	clear:both;
}

.content,
.clearfix {
	zoom: 1;
	/* for IE5.5 - IE7 */
}

/*box-sizing */
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family:'Meiryo', 'メイリオ', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'sans-serif';
	font-size: 14px;
	background: #fff;
	line-height: 25.2px;
}

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

/* 共通
-----------------------------------------------------------------------------------------------*/

#contents:after,
#contents_low:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

a.trance:hover {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

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

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

body {
  background: #fff;
  color: #333333;
  font-family: "Meiryo","メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 14px;
  min-width: 1000px;
  width: 100%;
  overflow-x: hidden;
}

#contents {
	margin: 20px auto;
	max-width: 1000px;
	width: 1000px;
}

#index,
#category,
#page {
	float: left;
	max-width: 740px;
    margin: 6px 30px 0 0;
    padding:0 0 25px 0;
   	width: 740px;
}

#side {
	float: right;
	max-width: 230px;
	margin-bottom: 200px;
	width: 230px;
}

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

a {
  text-decoration: none;
}

/*--[common]--*/

.sp {
  display: none !important;
}

h1,h2,h3,h4,h5,
.recommend ,
.rank{
	color: #333;
}

#page h2 a{
	display:block;
}
#page h2:hover{
	opacity: 1 !important;
}

#page h2 a:hover{
	opacity: .5 !important;
}

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

/*--[パンくず]--*/

#pankuzu {
    margin: 20px auto;
    font-size: 12px;
    width: 1000px;
}

#pankuzu a{
    text-decoration: underline;
}



/*--[header]--*/

header {
  border-top: 10px solid #2b7153;
  width: 100%;
  padding: 20px 0 0;
  position: relative;
}

header h1,
header .title {
  font-size: 32px;
  font-weight: bold;
  line-height: 125%;
  margin: 10px auto;
  position: relative;
  text-align: center;
}
header h1::before,
header .title a::before {
background: #000;
color: #fff;
content: "PR";
display: inline-block;
font-size: 14px;
line-height: 1.4;
padding: 0 0.2rem;
vertical-align: middle;
margin-right: 9px;
transform: translateY(-14%);
}

header .description {
  text-align: center;
  margin-bottom: 20px;
}

.boxInner .title a {
  text-decoration:none;
}

/* .boxInner .title a:hover {
  opacity:.7;
} */

/*--[ナビゲーション]--*/

nav {
 background: #04a958;
 padding: 0 0;
 min-height: 70px;
 width: 100%;
}

nav ul {
 display: flex;
 justify-content: space-around;
 padding: 10px 0;
 margin: 0 auto;
 min-height: 70px;
 width: 1000px;
}

nav ul li::before{
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: -5px;
}


nav ul li:last-child::after{
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #ffffff;
  position: absolute;
  top: 0;
  right: -5px;
}

nav ul li{
    display: inline-block;
    /* border-right: 1px solid #ffffff; */
    font-size: 16px;
    font-weight: bold;
    line-height: 140%;
    min-height: 60px;
    margin: 0 5px;
    padding: 0 5px;
    position: relative;
    width: inherit;
    vertical-align: middle;
    cursor: pointer;
}
nav ul a{
  color: #fff;
  display: block;
  height: 100%;
    padding: 0 0px;
  position: relative;
  text-align: center;
  width: 100%;
  
}

nav ul a span{
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* nav ul li:hover{
  background: rgba(4, 169, 88, 0.7);
} */

nav ul li:hover a{
  opacity: .7;
}

/*--[見出し]--*/

#index h2,
#category h1,
#page h1{
  /* background: url(./img/icon_h2.png) no-repeat left center; */
  border-top: 2px solid #204a65;
  border-bottom: 2px solid #204a65;
  font-size: 30px;
  font-weight: bold;
  line-height: 140%;
  margin: 0 auto 25px;
  padding: 23px 10px 20px 23px;
  position: relative;
  width: 100%;
}

#index h2::before,
#category h1::before,
#page h1::before{
  content: '';
  display: block;
  background: #204a65;
  left: 0;
  height: 4px;
  position: absolute;
  top: -8px;
  width: 100%;
}

#index h2::after,
#category h1::after,
#page h1::after{
  content: '';
  display: block;
  background: #204a65;
  bottom: -8px;
  left: 0;
  height: 4px;
  position: absolute;
  width: 100%;
}


#index h3,
#category h2,
#page h2{
  background: url(./img/bg_h3.png) no-repeat left center, url(./img/bg_h3_2.png) no-repeat right center, #f7f7f7;
  font-size: 28px;
  background-size: 28px;
  font-weight: bold;
  text-align: center;
  line-height: 140%;
  margin: 40px auto 20px;
  padding: 15px 30px;
  position: relative;
  width: 100%;
}

#index h4,
#category h3,
#page h3{
  background: #e5f6ed;
  border-top: 4px solid #2b7153;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 140%;
  margin: 40px auto 20px;
  padding: 10px 10px;
  position: relative;
  width: 100%;
}

#index h5,
#category h4,
#page h4{
  background: url(./img/line_h5.png) repeat-x center bottom;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 140%;
  margin: 40px auto 20px;
  padding: 10px 10px;
  position: relative;
  width: 100%;
}


.recommend,
.attention,
.point,
.conclusion{
  border: 4px solid #00416b;
  font-size: 28px;
  font-weight: bold;
  line-height: 140%;
  margin: 50px 0 30px auto;
  padding: 15px 20px 15px 75px;
  position: relative;
  width: 94%;
}
.recommend::before,
.attention::before,
.point::before,
.conclusion::before{
  content: '';
  display: block;
  position: absolute;
  left: -62px;
  top: 50%;
  margin: -60px 0 0 0 ;
  width: 120px;
  height: 120px;
}

.rank{
  border: 4px solid #41538a;
  font-size: 28px;
  font-weight: bold;
  line-height: 140%;
  margin: 40px auto 20px 0;
  padding: 17px 10px 17px 90px;
  position: relative;
  width: 100%;
}

.rank::before{
  content: '';
  display: block;
  position: absolute;
  left: 10px;
  top: -10px;
  margin: 0 0 0 0 ;
  width: 72px;
  height: 80px;
}
.conclusion::before{
  background: url(img/icon_summary.png) no-repeat;
  background-size: 80% auto;
  background-position: center left;
}
/* .attention::before{
  background: url(img/icon_attention.png) no-repeat;
} */
.point::before{
  background: url(img/icon_point.png) no-repeat;
  background-size: 80% auto;
  background-position: center left;
}
/* .check::before{
  background: url(img/icon_check.png) no-repeat;
}
.rank1::before{
  background: url(img/icon_rank_1.png) no-repeat;
}
.rank2::before{
  background: url(img/icon_rank_2.png) no-repeat;
}
.rank3::before{
  background: url(img/icon_rank_3.png) no-repeat;
}
.rank4::before{
  background: url(img/icon_rank_4.png) no-repeat;
} */

/*--[ul ol]-- */

#index ul li a 
#category ul li a, 
#page ul li a{
	display: block;
}

#index ul li a:hover, 
#category ul li a:hover, 
#page ul li a:hover{
	text-decoration: underline;
}

#index ul, #category ul, #page ul {
	margin: 30px 0;
	list-style:none;
}
#index ul li, #category ul li, #page ul li {
  background: url(img/icon_ul.png) no-repeat 4px 2px;
  line-height: 135%;
  margin: 10px 0;
  padding-left: 30px;
}
#index ol , #category ol, #page ol {
	margin: 30px 0;
}
#index ol li, #category ol li, #page ol li {
    counter-increment: number;
    list-style:none; 
    margin: 10px 0;
    padding: 0 0 0 30px;
    display: block;
    position: relative;
}
#index ol li::before, 
#category ol li::before, 
#page ol li::before{
 color: #003369;
 background: url(img/icon_ol.png) no-repeat 57% 2px;
 font-size: 11px;
 font-weight: bold;
 display: block;
 height: 30px;
 left: -4px;
 position: absolute;
 text-align:  center;
 top: 13px;
 margin-top: -15px;
 letter-spacing:-.5px;
 width: 26px;
}

ol li:nth-child(-n + 9):before {
    content: '0'counter(number);
}
ol li:nth-child(n + 10):before {
    content: counter(number);
}

/* 文字装飾
----------------------------- */
#index p span,
#category p span,
#page p span,
#single p span {
 font-weight: bold;
 background: linear-gradient(transparent 60%, #fedb50 50%);
}


/* table 
----------------------------- */
.table-layout {
        width: 100%;
        margin: 50px auto 50px 0;
}

table {
 width: 100%;
 border-collapse: separate;
 border-spacing: 0;
 border: 1px solid #c9c9c9;
}

table thead th,
table tbody th,
table tbody td {
  border:0;
  border-bottom: 1px solid #c9c9c9;
  padding: 15px;
  word-break: break-all;
  vertical-align: middle;
}

table tbody td {
  border-left: 1px solid #ccc !important;
}

table th  {
  border-left: 1px solid #c9c9c9 !important;
  background: #f7f7f7;
}
table tbody tr:last-child th,
table tbody tr:last-child td {
  border-bottom: none;
}

table th:first-child {
  border-left: none !important;
}

table th{
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}

table td{
  text-align: left;
}


/*--[カラム設定]-- */

.fl {
    float: left;
    margin-right: 20px;
}
.fr {
    float: right;
    margin-left: 20px;
}

.float-img {
    width: 240px;
}

.float-img img, .right_img img {
  max-width: 100%;
  height: auto;
}
.float-img .flame{
    border: 2px solid #c9c9c9;
}

.float-img .caption {
    margin: 10px auto 10px;
}

.caption {
 text-align: center;
 font-size: 12px;
 color: #888888;
 line-height: 145%;
 word-wrap: break-word;
}

.box-wrap{
 margin: 20px auto;
}

.float-wrap{
  margin: 20px auto 30px;
  position: relative;
}

.float-wrap > p{
  margin: 0 auto 10px !important;
  position: relative;
  top: -5px;
}

.box-wrap {
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.box {
  background: url(./img/bg_box2_top.png) no-repeat center top, url(./img/bg_box2_bottom.png) no-repeat center bottom, #f9f9f9;
  width: 360px;
  margin: 0 auto 30px;
  position: relative;
}

.left_box {
    margin-right: 20px;
}
.box-head , 
.box-body {
 margin: 0 auto;
}

.box-head{
 font-size: 20px;
 font-weight: bold;
 padding: 40px 30px 20px;
}
.box-head a{
 background: url(img/arrow_b4.png) no-repeat right center;
 background-size: 18px auto;
 color: #262626;
 display: block;
 padding:0 30px 0 0;
 text-decoration: none;
}

.box-head::after{
 content: "";
 display: block;
 background: url(img/bg_frame.png) repeat-x left center;
 background-size: contain;
 height:3px;
 margin: 20px auto 0 -2.5%;
 width: 105%;
}

.box-body {
  padding: 0px 30px 20px;
}

.box-body p:first-child,.frame-body p:first-child {
  margin: 0 !important;
}
 
.box:hover {
  opacity: .7;
}

#contents .frame-wrap {
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 40px 0;
  width: 740px;
}

#contents .frame-wrap .frame{
 width: 240px;
 padding: 5px;
 position: relative;
 background: #fff;
 box-shadow: 0 0 0 2px #03793f inset;
 border-image: url(img/bg_box3.png) 15 round;
 border-style:solid;
 border-width: 6px;
 z-index: 1;
 /* border: 5px solid #85d6ac; */
}

#contents .frame-wrap .frame:nth-child(2){
  margin: 0 10px;
}

#contents .frame-head,
#contents .frame-body {
  position: relative;
  z-index: 5;
}
#contents .frame-head {
  margin: 0;
    padding: 20px 15px 0 15px;

  position: relative;
}
#contents .frame-head p{
 background: url(img/bg_frame.png) repeat-x left bottom;
 background-size: 4px;
 font-size: 18px;
 font-weight: bold;
 text-align: center;
 line-height: 135%;
 padding: 0 0 15px;
 margin: 0 auto;
}

#contents .frame-body {
    padding: 15px 15px 20px;
    position: relative;
	
}

#contents .frame-body .table-layout {
  margin: 25px 0;
}

/*　ボタン・リンク
----------------------------- */
.permalink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.btn-internal a,
.btn-web a{
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    padding: 15px 50px 15px 50px;
    margin: 20px auto;
    width: 370px;
}
.btn-internal a{
 background: no-repeat 95% 50% url(img/arrow_w.png), #04a958;
 background-size: 17px auto;
}
.btn-internal a:hover{
 opacity: .7;
}
.btn-web a{
 background: no-repeat 95% 50% url(img/arrow_w.png), #fe9814;
 background-size: 17px auto;
 box-shadow: 0 0 0 4px #fe9814 inset, 0 0 0 5px #fff inset;
}
.btn-web a:hover{
 opacity: .7;
}

.btn-link {
  text-align: right;
}
.btn-link a{
  background: url(img/arrow_b.png) no-repeat 0 2px;
  background-size: 15px auto;
  color: #00416b;
  font-weight: bold;
  /* text-decoration: underline; */
  padding-left: 20px;
  position: relative;
}
.btn-link a:hover{
    opacity: .7;
}
.btn-link a::after {
   content: '';
   position: absolute;
   left: 0;
   bottom: 0;
   height: 1px;
   width: 100%;
   background-color: #00416b;    
}
.btn-tel { 
    display: none;
}

/*--[サイド]-- */

.sideBox {
  margin-bottom: 30px;
}

.sideList {
  margin-bottom: 60px;
  margin-top: -30px;
}

.sideList .sttl a {
  font-weight: bold;
  display: block;
  padding: 15px 20px;
  text-decoration: none;
  width: 100%;
}

.sideList .sttl{
 background: #e5f6ed;
 font-weight: bold;
 font-size: 16px;
 margin: 0 0 1px;
 position: relative;
 width: 100%;
}

.sideList .sttl a:hover {
  text-decoration: underline;
  opacity: .7;
}

.sideBox ul {
  padding: 0;
}
.sideBox ul li{
  background: #f7f7f7;
  margin-bottom: 1px;
}
.sideBox ul li:last-child{
    border-bottom: 0;
}

.sideBox ul li > a{
  background: url(img/arrow_b2.png) no-repeat 20px center;
  background-size: 6px auto;
  display: block;
  padding: 15px 15px 15px 40px;
  text-decoration: none;
}

.sideBox ul li ul {
  width: 100%;
  border-top: 1px solid #fff;
}

.sideBox ul .sub_name a{
  background: url(img/arrow_g.png) no-repeat 20px center, #f5f5f5;
  background-size: 6px auto;
  display: block;
  padding: 15px 15px 15px 40px;
}
.sideBox ul li > a:hover {
  text-decoration: underline;
  opacity: .7;
}

.side1 {
 background: #fdfdf3;
 background-size: 105% auto;
 padding: 30px 20px;
 position: relative;
 box-shadow: 0 0 0 1.5px #ff6170 inset;
}

.side1 .sttl {
 font-size: 18px;
 font-weight: bold;
 padding: 0;
 color: #ff6170;
}
.side1 .sttl a{
 color: #262626;
 text-decoration: none;
}
.side1 .sttl a:hover {
 color: #969696;
}
.sideBox .img{
  margin-bottom: 20px;
}
.sideBox img ,.sideBox p img {
 display: block;
 margin: 10px auto;
 width: 100%;
 height: auto;
}

.side1 p a {
    background: url(img/arrow_w.png) no-repeat 90% center, #04a958;
    background-size: 17px auto;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    display: block;
    margin:  15px 0 0;
    padding: 15px 40px 15px 30px;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

.side1 p a:hover {
    opacity: .7;
}
    
.side1 .caption {
    margin-bottom:5px;
	word-break: break-all;
}

.side1 .caption:last-child{
  margin-bottom: 20px;
}
/*--[フッター]-- */

footer {
    background: #e5f6ed;
}

footer .inner{
  padding: 60px 0 0;
  margin: 40px auto 0;
  position: relative;
}

footer .inner .frame-wrap{
  width: 100%;
  margin: 0 auto;
}

.copy{
   background: #2b7153;
   color: #fff;
   font-size: 12px;
   text-align:center;
   padding: 5px 0;
   margin: 0;
   width: 100%;
}

.copy a{
   color: #fff;
   display: inline-block;
   text-decoration: none;
}
.copy a::before{
background: #fff;
color: #2b7153;
content: "PR";
display: inline-block;
font-size: 12px;
line-height: 1.4;
padding: 0 0.2rem;
margin: 0 6px 0 2px;
}
.copy a:hover{
   text-decoration: underline;
}

footer .frame-wrap .frame{
    padding: 0;
    width: 100%;
}

footer .frame-wrap .frame:nth-child(even) {
    margin: 20px 0;
}

footer .frame-head {
 border-bottom: 2px dotted #383838;
 display: block;
 font-weight: bold;
 font-size: 16px;
 padding: 10px 0;
 margin: 0 0;
}

footer .frame-head a{
 color: #333;
 display:  block;
 text-decoration: none;
}

footer .frame-body {
	display:block;
	line-height: 100%;
}

footer .frame-body ul{
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -weblit-justify-content: flex-start;
  justify-content: flex-start;
}

footer .frame-body ul li { 
  margin: 0;
  display: block;
  position: relative;
  vertical-align: top;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

footer .frame-body ul li::after{
  content:"|";
  display: inline-block;
  margin: 10px 0 0 0;
  padding: 0 5px;
  width: auto;
}


footer .frame-body ul li a{
  display: block;
  text-decoration: none;
  padding: 10px;
}

footer .frame-head a:hover,
footer .frame-body ul li a:hover{
  text-decoration: underline;
  opacity: .7;
}

.notes {
 font-size: 12px;
 width: 85%;
 margin: 50px auto 20px;
 padding: 15px;
 line-height: 135%;
 background: #effaf4;
 color: #808080;
}
footer .sitemap {
    text-align: right;
    margin: 0 0 30px;
}
footer .sitemap a:hover {
    text-decoration: underline;    
}
.pagetop {
    background: url(img/bt_top_on.png) no-repeat;
	color: transparent;
	display: block !important;
    position: absolute;
    top: -56px;
    right: -30px;
    width: 125px;
    height: 56px;
    text-align: center;
 }
 
.pagetop:hover {
    opacity: .7;
}

.host table {
  width: 90%;
  margin: 30px 20px 20px 20px;
  padding: 0;
  border-collapse: collapse;
  text-align: left;
}
.host table tbody th {
  background: #f7f7f7;
  width: 25%;
  font-weight: bold;
  vertical-align: middle;
}
.host table th {
  padding: 10px 15px;
  border: 1px #ccc solid;
}
.host table tbody td {
  background: #fff;
  vertical-align: middle;
}
.host table td {
  padding: 10px 15px;
  border: 1px #ccc solid;
}
}




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

body {
  background: #fff;
  font-family: "Meiryo","メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 16px;
}

.pc, nav { display: none;}
.sp { display: block;}

img {
    width: 100%;
    height: auto;
}
#contents {
	margin: 20px auto;
	position: relative;
	width: 100%;
}

#index,
#category,
#page {
  margin: 0 auto;
  padding: 0;
  width: 94%;
}

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

#side {
	width: 100%;
}

.inner {
	margin: 0 auto;
	width: 95%;
}


/*--[header]--*/

header {
  border-top: 10px solid #03793f;
  /* border-bottom: 1px solid #03793f; */
  width: 100%;
  padding: 10px 0 0;
  position: relative;
  background: #dcf6ea;
  min-height: 105px;
  z-index:10000;
}

header .description{
  font-size: 12px;
  line-height: 125%;
  order: 1;
  text-align: center;
  width: 100%;
  padding-bottom: 10px;
}

#pankuzu {
 margin: 15px auto 15px;
 font-size: 12px;
 width: 95%; 
}

#bt-menu {
  background: url(img/bt_menu.png) no-repeat left top;
  background-size: contain;
  color: rgba(255,255,255,0);
  width: 50px;
  height: 50px;
  order: 3;
}

header .boxInner {
  padding: 0 0 10px;
  position: relative;
  min-height: 60px;
  	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
-webkit-justify-content: space-between;
	justify-content: space-between;
    align-items: center;
}

.boxInner h1,
.boxInner .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 125%;
  margin: 0 auto 0 0;
  padding: 0;
  text-align: center;
  width: 80%;
 order: 2; 
}

.boxInner h1::before,
.boxInner .title::before {
background: #000;
color: #fff;
content: "PR";
display: inline-block;
font-size: 14px;
line-height: 1.4;
padding: 0 0.2rem;
vertical-align: middle;
margin-right: 9px;
transform: translateY(-6%);
}
.boxInner .title a {
  text-decoration:none;
}

nav {
position: absolute;
display: none;
top: 100%;
width: 100%;
height: auto;
z-index: 10000;
}

nav ul,
nav ul li {
  background: #f9f9f9;
}
nav ul li.parent {
  background: #dcf6ea;
}
nav ul li.parent:first-of-type {
    border-top: 2px solid #fff;
}
nav ul li{
    border-bottom: 2px solid #fff;
}

nav ul li a,
nav ul .sub_name a{
  display: block;
  padding: 20px 40px 20px 20px;
  background: url(img/arrow_b5.png) no-repeat 95% center;
  background-size: 16px auto;
  text-decoration: none;
}

nav ul .sub_name a{
  background:  url(img/arrow_g2.png) no-repeat 95% center, #f5f5f5;
  background-size: 16px auto;
}


#close {
  background: url(img/bt_close.png) no-repeat 40% 48%, #fff;
  background-size: 14px auto;
  padding: 10px 0;
  text-decoration: none;
  text-align: center;
}

.overflow {
	position: fixed;
	width: 100%;
	height: 100%;
    background: rgba(0,0,0,0.5);
	top: 0;
	z-index: 100;
}


/*--[見出し]--*/

#index h2,
#category h1,
#page h1{
  border-top: 2px solid #204a65;
  border-bottom: 2px solid #204a65;
  font-size: 22px;
  font-weight: bold;
  line-height: 140%;
  margin: 0 auto 24px;
  padding: 15px 10px 15px 15px;
  position: relative;
  width: 100%;
}

#index h2::before,
#category h1::before,
#page h1::before{
  content: '';
  display: block;
  background: #204a65;
  left: 0;
  height: 4px;
  position: absolute;
  top: -8px;
  width: 100%;
}

#index h2::after,
#category h1::after,
#page h1::after{
  content: '';
  display: block;
  background: #204a65;
  bottom: -8px;
  left: 0;
  height: 4px;
  position: absolute;
  width: 100%;
}


#index h3,
#category h2,
#page h2{
    background: url(./img/sp/h3_l.png) no-repeat left top, url(./img/sp/h3_r.png) no-repeat right top, #f7f7f7;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 140%;
    margin: 40px auto 20px;
    padding: 15px 30px 10px;
    position: relative;
    width: 100%;
    background-size: auto 100%,auto 100%;
}

#index h4,
#category h3,
#page h3{
  background: #e5f6ed;
  border-top: 4px solid #2b7153;
  font-size: 18px;
  font-weight: bold;
  line-height: 140%;
  text-align: center;
  margin: 40px auto 20px;
  padding: 10px 10px;
  position: relative;
  width: 100%;
}

#index h5,
#category h4,
#page h4{
  background: url(./img/line_h5.png) repeat-x center bottom;
  font-size: 17px;
  font-weight: bold;
  line-height: 140%;
  text-align: center;
  margin: 40px auto 30px;
  padding: 15px 0;
  position: relative;
  width: 100%;
}

.recommend,
.attention,
.point,
.conclusion{
  border: 4px solid #00416b;
  font-size: 20px;
  font-weight: bold;
  line-height: 140%;
  margin: 40px 0 20px auto;
  padding: 10px 10px 10px 14%;
  position: relative;
  width: 91%;
}
.recommend::before,
.attention::before,
.point::before,
.conclusion::before{
    content: '';
    display: block;
    position: absolute;
    left: -14%;
    top: 42%;
    margin: -45px 0 0 0;
    width: 27%;
    height: 95px;
    max-width: 95px;
}

.rank{
  border: 4px solid #41538a;
  font-size: 20px;
  font-weight: bold;
  margin: 40px auto 20px 0;
  padding: 	15px 10px 10px 60px;
  position: relative;
  width: 100%;
}

.rank::before{
content: '';
    display: block;
    position: absolute;
    left: 5px;
    top: -8px;
    margin: 0 0 0 0;
    width: 50px;
    height: 60px;
}

.conclusion::before{
  background: url(img/icon_summary.png) no-repeat center;
  background-size: 80% auto;
}
/* .attention::before{
  background: url(img/sp/ico_attention.png) no-repeat center;
  background-size: 100% auto;
} */
.point::before{
  background: url(img/icon_point.png) no-repeat center;
  background-size: 80% auto;
}
/* .check::before{
  background: url(img/sp/ico_check.png) no-repeat center;
  background-size: 100% auto;
}
.rank1::before{
  background: url(img/sp/ico_rank01.png) no-repeat;
  background-size: 100% auto;
}
.rank2::before{
  background: url(img/sp/ico_rank02.png) no-repeat;
  background-size: 100% auto;
}
.rank3::before{
  background: url(img/sp/ico_rank03.png) no-repeat;
  background-size: 100% auto;
}
.rank4::before{
  background: url(img/sp/ico_rank04.png) no-repeat;
  background-size: 100% auto;
} */


/*--[ul ol]-- */

#index ul li a 
#category ul li a, 
#page ul li a{
	display: block;
}

#index ul li a:hover, 
#category ul li a:hover, 
#page ul li a:hover{
	text-decoration: underline;
}

#index ul, #category ul, #page ul {
	margin: 30px 0 30px 0;
	list-style:none;
}
#index ul li, #category ul li, #page ul li {
    background: url(img/sp/li.png) no-repeat 3px 3px;
    line-height: 135%;
    margin: 10px 0;
    padding-left: 30px;
    background-size: 15px;
}
#index ol , #category ol, #page ol {
	margin: 30px 0 30px 0;
}
#index ol li, #category ol li, #page ol li {
    counter-increment: number;
    list-style:none; 
    margin: 10px 0;
    padding: 0 0 0 30px;
    display: block;
    position: relative;
}
#index ol li::before, 
#category ol li::before, 
#page ol li::before{
    color: #003369;
    background: url(img/sp/ol.png) no-repeat 1px 2px;
    background-size: 20px auto;
    font-size: 11px;
    font-weight: bold;
    display: block;
    height: 28px;
    left: -1px;
    position: absolute;
    text-align: center;
    top: 13px;
    margin-top: -15px;
    letter-spacing: -1px;
    width: 21px;
}

ol li:nth-child(-n + 9):before {
    content: '0'counter(number);
}
ol li:nth-child(n + 10):before {
    content: counter(number);
}

/* 文字装飾
----------------------------- */
#index p span,
#category p span,
#page p span,
#single p span {
   font-weight: bold;
   background: linear-gradient(transparent 60%, #fedb50 50%);
}



/* table 
----------------------------- */
.table-layout {
  margin: 20px 0;
  overflow: auto;
  padding: 0 0 10px 0;
  white-space: nowrap;
  width: 100%;
}

table {
 width: 100%;
 border-collapse: separate;
 border-spacing: 0;
 border: 1px solid #c9c9c9;
}

table thead th,
table tbody th,
table tbody td {
  border:0;
  border-bottom: 1px solid #c9c9c9;
  padding: 15px;
  word-break: break-all;
  vertical-align: middle;
}

.table-layout thead th,
.table-layout tbody th,
.table-layout tbody td {
  width: 100px;
}

table tbody td {
  border-left: 1px solid #ccc !important;
}

table th  {
  border-left: 1px solid #ccc !important;
  background: #f7f7f7;
}
table tbody tr:last-child th,
table tbody tr:last-child td {
  border-bottom: none;
}

table th:first-child {
  border-left: none !important;
}

table th{
  font-weight: bold;
}

table td{
  text-align: left;
}

.table-layout::-webkit-scrollbar{
  height: 5px;
}
.table-layout::-webkit-scrollbar-track{
  background: #F1F1F1;
}
.table-layout::-webkit-scrollbar-thumb {
  background: #BCBCBC;
}


/*--[カラム設定]-- */


.float-img {
    width: 100%;
}

.float-img img, .right_img img {
  max-width: 100%;
  height: auto;
}
.float-img .flame{
    border: 2px solid #c9c9c9;
}

.float-img .caption {
    margin: 10px auto 10px;
}

.caption {
 text-align: center;
 font-size: 12px;
 color: #888888;
	line-height: 135%;
	word-wrap: break-word;
}

.box-wrap {
  display: block;
  margin: 40px auto 20px;
}

.box {
 background: url(./img/bg_box2_top.png) no-repeat center top, url(./img/bg_box2_bottom.png) no-repeat center bottom, #f9f9f9;
 background-size: contain , contain;
 margin: 0 auto 20px;
 position: relative;
 width: 100%;
}

.box-head , 
.box-body {
 margin: 0 auto;
}

.box-head{
 font-size: 20px;
 font-weight: bold;
 padding: 40px 20px 10px;
}

.box-head a{
 background: url(img/arrow_b4.png) no-repeat right center;
 background-size: 18px auto;
 color: #262626;
 display: block;
 padding:0 20px 0 0;
 text-decoration: none;
}

.box-head::after{
 content: "";
 display: block;
 background: url(img/bg_frame.png) repeat-x left center;
 background-size: contain;
 height:2px;
 margin: 10px auto 0 -2.5%;
 width: 105%;
}

.box-body {
  padding: 0px 20px 20px;
}

.box-body p:first-child,.frame-body p:first-child {
  margin: 0 !important;
}

#contents .frame-wrap {
  display: block;
  margin: 20px 0;
  width: 100%;
}

#contents .frame-wrap .frame{
 width: 100%;
 padding: 5px;
 position: relative;
 background: #fff;
 box-shadow: 0 0 0 4px #03793f inset;
 border-image: url(img/bg_box3.png) 30 stretch;
 border-style:solid;
 border-width: 10px 10px 10px 0;
 margin: 0 auto 20px;
 z-index: 1;
}

#contents .frame-wrap .frame::before {
 content: '';
 position: absolute;
 top: -10px;
 left: 0;
 width: 13px;
 height: 10px;
 background: #fff;
 z-index: 1;
}

#contents .frame-wrap .frame::after {
 content: '';
 position: absolute;
 bottom: -10px;
 left: 0;
 width: 13px;
 height: 10px;
 background: #fff;
 z-index: 1;
 }

#contents .frame-head,
#contents .frame-body {
  position: relative;
  z-index: 5;
}

#contents .frame-head {
  margin: 0;
  padding: 20px 20px 0 20px;
  position: relative;
}

#contents .frame-head p{
 background: url(img/bg_frame.png) repeat-x left bottom;
 background-size: 4px;
 font-size: 18px;
 font-weight: bold;
 text-align: center;
 line-height: 135%;
 padding: 0 0 15px;
 margin: 0 auto;
}

#contents .frame-body {
    padding: 15px 20px 20px;
    position: relative;
	
}


/*　ボタン・リンク
----------------------------- */
.permalink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.btn-internal a,
.btn-web a,
.in_link_btn{
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    padding: 15px 50px 15px 20px;
    margin: 20px auto;
    width: 100%;
}
.btn-internal a,
.in_link_btn{
 background: no-repeat 95% 50% url(img/arrow_w.png), #04a958;
 background-size: 16px auto;
 padding-left: 50px;
}

.btn-web a{
 background: no-repeat 95% 50% url(img/arrow_w.png), #fe9814;
 background-size: 16px auto;
 box-shadow: 0 0 0 4px #fe9814 inset, 0 0 0 5px #fff inset;
 padding-left: 50px;
}

.in_link_btn {
 margin: 20px auto 0;
 width: 95%;
}

.btn-link { text-align: right; }

.btn-link a{
  background: no-repeat 95% 50% url(img/arrow_b3.png), #fff;
  background-size: 16px auto;
  box-shadow: 0 0 0 4px #00416b inset;
  color: #00416b;
  display: block;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 50px 15px 50px;
  text-align: center;
  text-decoration: none;
  width:  100%;
}

.btn-tel a{
    background: url(img/arrow_w.png) no-repeat 95% center, url(img/icon_tel.png) no-repeat 30px center, #00416b;
    background-size: 17px auto, 20px auto;
    box-shadow: 0 0 0 4px #00416b inset, 0 0 0 5px #fff inset;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    padding: 15px 50px 15px 60px;
    margin: 20px auto;
    width: 100%;
}

/*--[サイド]-- */

#side{
 margin: 0 auto 30px;
}

.sideBox {
  display: none;
}

.side1 {
 background: url(./img/sp/freespace_top.png) no-repeat center -6% , url(./img/sp/freespace_bottom.png) no-repeat center bottom -11px , #e5f6ed;
 background-size: 115% auto, 115% auto;
 display: block !important;
 margin: 0 auto;
 padding: 40px 20px;
 position: relative;
 width: 95%;
 background: #fdfdf3;
 background-size: 115% auto, 115% auto;
 display: block !important;
 margin: 0 auto;
 padding: 30px 20px;
 position: relative;
 width: 95%;
 box-shadow: 0 0 0 1.5px #ff6170 inset;
}

.side1 .sttl {
 font-size: 18px;
 font-weight: bold;
 padding: 0;
 text-align: center;
 color: #ff6170;
}
.side1 .sttl a{
 text-decoration: none;
}

.sideBox .img{
  margin-bottom: 20px;
}
.sideBox img ,.sideBox p img {
 display: block;
 margin: 10px auto;
 width: 100%;
 height: auto;
}

.side1 p a {
    background: url(img/arrow_w.png) no-repeat 90% center, #04a958;
    background-size: 17px auto;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    display: block;
    margin:  15px auto;
    padding: 15px 40px 15px 40px;
    text-align: center;
    text-decoration: none;
    width: 90%;
}

.side1 .caption {
    margin-bottom:5px;
	word-break: break-all;
}

.side1 .caption:last-child{
  margin-bottom: 20px;
}


/*--[フッター]-- */

.side-capt {
 background: #03793f;
 color: #fff;
 font-size: 18px;
 font-weight: bold;
 text-align: center;
 margin: 0 auto 10px;
 padding: 14px 0;
}

footer {
	position: relative;
}

footer .inner{
  padding: 0 0 20px;
  line-height: 140%;
  margin: 0 auto 0;
  position: relative;
}

footer .inner .frame-wrap{
  width: 100%;
  margin: 0 auto;
}

.copy{
  background: #04a958;
  color: #fff;
  font-size: 12px;
  text-align:center;
  padding: 10px 0;
  margin: 0;
  width: 100%;
}

.copy a{
  color: #fff;
  display: inline-block;
  text-decoration: underline;
}
.copy a::before{
    background: #fff;
    color: #04a958;
    content: "PR";
    display: inline-block;
    font-size: 12px;
    line-height: 1.4;
    padding: 0 0.2rem;
    margin: 0 6px 0 2px;
}
footer .frame-wrap .frame{
    padding: 0;
    width: 100%;
}

footer .frame-wrap .frame:nth-child(even) {
    margin: 0;
}

footer .frame-head {
 background: url(img/arrow_b5.png) no-repeat 95% center , #dcf6ea;
 background-size: 16px auto;
 display: block;
 font-weight: bold;
 font-size: 16px;
 padding: 20px 50px 20px 20px;
 margin: 0 0 1px;
}

footer .frame-head a{
 color: #333;
 display:  block;
 text-decoration: none;
}

footer .frame-body {
	display:block;
	line-height: 0;
}

footer .frame-body ul li ,
footer .frame-body .sub_name li { 
  border-bottom: 1px solid #fff;
  margin: 0 0 1px 0;
  display: block;
  line-height: 140%;
  width: 100%;
  padding: 0;
  position: relative;
  vertical-align: top;
}

footer .frame-body ul li a,
footer .frame-body .sub_name a{
  background: url(img/arrow_b5.png) no-repeat 95% center, #f9f9f9;
  background-size: 16px auto;
  display: block;
  text-decoration: none;
  padding: 20px 40px 20px 20px;
}

footer .frame-body .sub_name a{
  background:  url(img/arrow_g2.png) no-repeat 95% center, #f5f5f5;
  background-size: 16px auto;
}


footer .title {
  font-size: 18px;
  font-weight: bold;
  margin: 30px auto 30px;
  width: 85%;
}

footer .title a{
  color: #4c4c4c;
  text-decoration: none;
  line-height: 135%;
}
.notes {
 background: #f7f8fb;
 color: #808080;
 font-size: 12px;
 width: 100%;
 margin: 20px auto;
 padding: 15px;
 line-height: 135%;
}

.pagetop {
	color: transparent;
    background: url(img/bt_top.png) no-repeat;
	background-size: contain;
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 70px;
    height: 70px;
    text-align: center;
	z-index:10;
}

.host table {
  width: 100%;
  display: block;
  margin: 30px auto;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-word;
  padding: 0;
  border-collapse: collapse;
  text-align: left;
}
.host table tbody {
  display: block;
  width: 100%;
}
.host table tr {
  width: 100%;
  display: block;
}
.host table tbody th {
  display: block;
  background: #f7f7f7;
  font-weight: bold;
  vertical-align: middle;
}
.host table th {
  display: block;
  padding: 10px 15px;
  border: 1px #ccc solid;
}
.host table tbody td {
  display: block;
  background: #fff;
  vertical-align: middle;
}
.host table td {
  padding: 10px 15px;
  border: 1px #ccc solid;
}

}


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

#group .mainttl {
  margin: 0 0 20px;
  padding: 20px 10px;
  background-image:url(img/group_bg_pc.png);
  color: #fff;
  font-size: 28px;
  text-align: center;
  font-weight: bold;
}

#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 orangered; */
  width: calc((100% - 20px) / 3);
  box-sizing: border-box;
}

#group .cmn01-catch-copy,
#group .cmn-parts-box > p:first-child {
  margin: 0;
  /* color: orange; */
  position: relative;
  font-weight: bold;
  font-size: 16px;
  padding: 10px 0;
  letter-spacing: normal;
}

#group .cmn01-catch-copy span {
  font-size: 18px;
  background:none;
}

#group .cmn01-catch-copy::before {
  content: '';
  border-left: 5px solid #04a958;
  display: inline-block;
  height: 58px;
  position: absolute;
  top: 0;
  left: -10px;
  margin: 10px 0;
}

#group .cmn-parts-box .ttl {
  margin: 0 0 20px;
  font-size: 20px;
  color: #333;
  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;
  color: #333;
}

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

#group table tr {
  height: 100%;
}

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

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

#group table th,
#group table td {
  border: 0;
  border-bottom: 1px solid #cccccc;
  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: #00416b;
  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: #fafafa;
  color: #afafaf;
  border: 1px solid #d8d8d8;
}

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

#group p span,
#group .cmn-parts-box .ttl span {
  color: #04a958;
  font-weight: bold;
  background:none;
}

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

#group .annot_area1 p {
  padding: 0 10px;
  display: block;
  font-size: 14px;
  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 .btn-internal a,
#group .cmn-column3 .btn-web a {
width: 80%;
  margin: 0 auto 24px;
  width: 90%;
  margin: 0 auto 15px;
  font-size: 16px;
  padding: 10px 39px 10px 39px;
}
#group > .btn-internal a {
  width: 40%;
}
#group p span.under_line,
#group table span.under_line {
  background: linear-gradient(transparent 80%, #fedb50 30%);
  color: #333333;
  font-weight: bold;
}

#group .btn-internal a{
    background: no-repeat 92% 48% url(img/arrow_b6.png), #04a958;
    background-size: 8px auto;
}

#group .btn-web a{
    background: no-repeat 92% 48% url(img/arrow_b6.png), #fe9814;
    background-size: 8px auto;
    box-shadow: 0 0 0 4px #fe9814 inset, 0 0 0 5px #fff inset;
}

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

  #group .mainttl {
    padding: 24px;
    font-size: 22px;
    margin-top: 20px;
    position: relative;
  }
  #group .mainttl::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    height: 1px;
    width: 100%;
    background-color: #fff; 
  }
  #group .mainttl::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 5px;
    height: 1px;
    width: 100%;
    background-color: #fff 
  }
  #group .mainttl span {
    font-size: 14px;
  }

  #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::before {
    top: 0;
    left: -11px;
  }

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

  #group .annot_area,
  #group .annot_area1 {
    /* display: none; */
    /* font-size: 14px; */
  }

  #group .btn-tel {
    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 {
    margin: 0 auto;
    display: block;
  }

  
  #group .cmn-parts-box .btn-web a,
  #group .cmn-parts-box .btn-tel 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 {
    box-shadow: none;
  }

  #group .cmn-parts-box .btn-internal a {
    display: none;
  }

  #group > .btn-internal a {
    width: 74%;
    display: none;
  }
  #group .cmn-parts-box .btn-tel a {
    padding: 16px 30px 16px 30px;
    background: url(img/icon_tel.png) no-repeat 30px center, #00416b;
    background-size: 17px auto;
  }
}

#toc {
  border: 2px solid #e8e8e8;
  padding: 20px 35px;
  background: #fbfbfb;
}

#toc::before {
  content: "目次";
  display: block;
  font-weight: bold;
  text-align: center;
  color: #636363;
}

#toc .chapter {
  margin: 12px 0 0;
  padding: 0;
}

#toc .chapter-h {
  font-size: 15px;
  margin: 8px 0 0;
  color: #0aa6cc;
}

#toc .chapter-h a {
  line-height: 1.4;
  color: #111;
  text-decoration: none;
  padding: 0;
  display: block;
}

#toc .chapter-h a:hover {
  text-decoration: underline;
}

#toc .chapter-h br {
  display: none;
}

#toc .chapter .chapter-h {
  padding: 0 0 6px 17px;
  background: none;
}

#toc .chapter .chapter-h:last-child {
    margin-bottom: 0;
}

#toc .chapter>.chapter-h.chapter-h-two {
  counter-increment: mycounter;
  position: relative;
  list-style: none;
  padding-left: 25px;
}

#toc .chapter>.chapter-h.chapter-h-two::before {
  content: counter(mycounter, decimal-leading-zero);
  color: #24aae2;
  position: absolute;
  top: 3px;
  left: 0;
  border: none;
  line-height: 1;
  font-size: inherit;
  height: auto;
  margin: 0;
}

#toc .chapter .chapter-h-three {
  font-size: 14px;
  margin: 4px 0 4px 25px;
  list-style: none;
}

#toc .chapter-h.chapter-h-three::before {
  content: "";
  display: block;
  background-color: #24aae2;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  position: absolute;
  border: none;
  top: 6px;
  left: 0;
  margin: 0;
  line-height: 1;
}


/* SP用のCSS */
@media screen and (max-width: 480px) {
  #toc {
    padding: 15px;
  }
  #toc .chapter {
    margin-top: 12px;
  }
  #toc .chapter .chapter-h {
    font-size: 14px;
  }
  #toc .chapter>.chapter-h.chapter-h-two {
    padding-left: 25px;
  }
  #toc .chapter>.chapter-h.chapter-h-two::before {
    top: 2px;
  }
  #toc .chapter .chapter-h-three {
    font-size: 13px;
    margin: 3px 0 3px 25px;
  }
  #toc .chapter-h.chapter-h-three::before {
    top: 5px;
  }
}