.H1Area h1:before, 
.H1Area_title:before {
    content: "PR";
    display: inline-block;
    background: #000;
    color: #fff;
    text-align: center;
    width: fit-content;
    margin-right: 1rem;
    font-size: 16px;
    padding: 0 1rem;
    line-height: 1.5;
    text-shadow: none;
}

.foot a:before {
    content: "【PR】";
}

a.koi:link ,
a.koi:visited {
	font-size: 16px;
	font-weight: bold;
	color:#0000ff;
	text-decoration: underline;
}
a:hover img {
	filter:alpha(opacity=60);
	opacity:0.6;
}
.img1   {
   border:      2px #808080 solid;
}
.keyvisual .logo {
    padding: 48px 0 20px 20px;
}

a.btn-link {
background: -webkit-linear-gradient(top, #FF8EA1 0%, #FF8EA1 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#FF8EA1), to(#FF8EA1));
    background: -moz-linear-gradient(center top , #FF8EA1 0%, #FF8EA1) repeat scroll 0 0 transparent;
    border-radius: 10px;
    margin: 0 auto 1rem;
    padding: 1rem;
    text-align: center;
    display: block;
	width: 350px;
    font-size: 16px;
    font-weight: bold;
    box-shadow: 2px 2px 5px 3px #cccccc;
    border: 3px solid #FFF;
    color: #FFF !important;
}
/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/

@media screen and (min-width: 600px) {
/*/////////////PC用のCSSをここに作成してください。/////////////*/
/*/////////////必ず中括弧の中に作成してください。/////////////*/
.pc {
    display: block;
}
img.pc {
    display: inline-block;
}
.sp,.tel {
    display: none;
}
.wr_img_left{
    position: relative;
    margin-bottom: 5px;
}
.wr_img_left:after{
    content: '';
    display: block;
    clear: both;
}
.wr_img_left .wr_img.fl{
    float: left;
    margin-right: 0px;
    width: 320px;
}
.wr_img_left .wr_img.fl img{
    max-width: 100%;
    border: 1px solid #aaa;	
    margin-bottom: 5px;
}
.wr_img_left .wr_img .wr_caption{
    font-size: 12px;
    color: #969696;
    text-align: center;
    word-wrap: break-word;
    margin-bottom: 20px;
    line-height: 1.4em;
}
	.sp_br {
	display: none!important;
}
}



/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/

@media screen and (max-width: 599px) {
/*/////////////SP用のCSSをここに作成してください。/////////////*/
/*/////////////必ず中括弧の中に作成してください。/////////////*/
/***レスポンシブ化用CSS***/

html,body {
  word-wrap: break-word;
  -webkit-overflow-scrolling: touch;
  font-size: 14px!important;
}

span {
  font-weight: bold!important;
}

img {
  width: auto!important;
  height: auto!important;
  max-width: 100%!important;
}

body {
  word-wrap: break-word;  
}

h2 {
  font-size: 18px!important;
}

h3 {
  font-size: 16px!important;
}

*{
    box-sizing: border-box;
    font-family: sans-serif;
}

#pankuzu {
  padding: 0 10px;
  display:block;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  overflow: auto;
  white-space: nowrap;
  width: 100%;
  line-height: 1.8;
}

.pc {
    display: none;
}

.sp {
    display: block;
}
.keyvisual,.assist_nav ul,.GuideTopLink, .category,.assist_nav,.GuideTop,.globalNavi,.contents_area,.Instructionsm.keyvisual,.wrap,.H1Area .w900 {
    width: 100%;
    max-width: 100%;
}
.GuideTop,.keyvisual{
    height: auto;
}
.keyvisual .logo {
    padding: 0;
}
.Instructions{
    position: unset;
}
.globalNavi,.contents_area,.Instructions ul li {
    float: none;
}
.content {
    padding: 0 1rem;
    margin: 0;
}
.content h2, .lowpage h1 {
    padding: 0.5rem;
    line-height: 1.2;
	font-size:20px;
}
.content p, .lowpage p {
    margin: 0em 0px 1rem;
}
.content Table th, .content Table td, .lowpage Table th, .lowpage Table td {
    display: block;
    width: 100%;
    padding: 1rem;
}
.Left,.Right {
    float: none;
    display: block;
    margin: 0 auto 1rem;
}
.content h2, .lowpage h1, .content h3, .lowpage h2 {
    margin: 1rem auto 1rem;
border-right: 1px solid #01c428;	
	padding-right:1rem;
}
a.koi {
    background: #a3a3a3;
    border-radius: 10px 10px 10px 10px;
    padding: 1rem;
    text-align: center;
    display: block;
    font-size: 15px !important;
    color: #FFF !important;
    box-shadow: 2px 2px grey;
    border: 2px solid #FFF;
    text-decoration: none !important;
}
a.btn-link,a.btn3 {
    background: -webkit-linear-gradient(top, #FF8EA1 0%, #FF8EA1 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#FF8EA1), to(#FF8EA1));
    background: -moz-linear-gradient(center top , #FF8EA1 0%, #FF8EA1) repeat scroll 0 0 transparent;
    border-radius: 10px;
    margin: 0 auto 1rem;
    padding: 1rem;
    text-align: center;
    display: block;
    font-size: 14px;
    font-weight: bold;
    box-shadow: 2px 2px 5px 3px #cccccc;
    border: 3px solid #FFF;
    color: #FFF !important;
	}
a.btn3.tel:before {
    content: "";
    background: url(/wp/wp-content/uploads/sp-phone-.png)no-repeat center center / contain;
    padding: 0.5rem;
    position: absolute;
    left: 1rem;
    top: 0;
    bottom: 0;
    margin: auto;
}
a.btn3.tel {
    background: #8ebbff;
    position: relative;
    padding-left: 2rem;	
	width:350px;
}
.GuideTop {
    background: #36c453;
}
.GuideTopLink, .category {
    background: #36c453;
    padding: 0;
    margin: 0;
}
.GuideTopLink a:hover, .category a:hover, .GuideTopLink a, .category a {
    padding: 1rem 1rem 1rem 2rem;
    background-position: left;
}
.assist_nav ul,.assist_nav {
    margin: 0;
}
.assist_nav ul.entry-page li a {
    padding: 1rem 1rem 1rem 2rem;
}
.globalNavi {
    background: #fff;
}
.H1Area h1, .H1Area_title {
    font-size: 11px;
    text-align: center;
    line-height: 1;
}
.keyvisual p.caption {
    color: #074977;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    margin: 0;
    padding: 0;
    text-align: center;
    text-shadow: 1px 1px 1px #ffffff;
}
.keyvisual {
    background: url(/wp/wp-content/uploads/sp-head.jpg) no-repeat center center / cover;
	padding: 0.8rem;
}
.contents_area {
    background: none;
}
.content ul li, .lowpage ul li {
    font-size: 14px;
    line-height: 1.5em;
    letter-spacing: 0.1em;
}
.local_nav li {
    border-bottom: 1px solid #aaa;
}
.local_nav a {
    display: block;
    padding: 1rem;
}
a:link {
    color: #333;
}
.sp.kanren .midasi {
    margin: 1rem auto 1rem;
    background: #ecfeec;
    text-align: center;
    padding: 1rem;
    font-weight: bold;
}
.sp.kanren li {
    list-style: none;
}
.sp.kanren ul {
    padding-left: 1rem;
}
	.wr_img_left{
    position: relative;
    margin-bottom: 20px;
}
.wr_img_left:after{
    content: '';
    display: block;
    clear: both;
}
.wr_img_left .wr_img.fl{
    float: none;
    margin-right: 0;
    width: 100%;
}
.wr_img_left .wr_img.fl img{
    width: 80%;
    max-width:100%;
    display: block;
    margin: 0 auto 5px;
    border: 1px solid #aaa;	
}
.wr_img_left .wr_img .wr_caption{
    font-size: 12px;
    color: #969696;
    text-align: center;
    word-wrap: break-word;
    margin-bottom: 20px;
    line-height: 1.3em;
}
.pc_br {
	display: none!important;
}
}
