@charset "utf-8";

html {
font-size: 65.5%;
}
body {
font-size: 1.4em;
font-family: "ヒラギノ角ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
color: #292b2c;
word-break: break-all;
}
img.float_l {
margin-right: 10px;
float: left;
}
@media screen and (max-width:768px) {
img.float_l {
float: none;
width: auto;
margin: auto;
display: block;
}
}
button,
input,
optgroup,
select,
textarea {
font-family: "ヒラギノ角ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
a {
color: #009245;
}
a:hover {
color: #006b32;
}
ul.colum {
list-style-type: disc;
margin-left: 1.5em;
}
li.column1 {
list-style: decimal;
margin-left: 1.5em;
}
ul {
margin: 0;
padding: 0;
list-style-type: none;
}
input[type=text],
input[type=email],
input[type=tel],
select{
padding: 0.5em;
margin:0 0 2px;
}
select{
margin:0 0 10px;
}
textarea{
padding: 0.5em;
margin:0 0 2px;
}
img {
max-width: 100%;
height: auto;
} #container {
line-height: 1.6;
margin-bottom: 50px;
}
#main {
width:960px;
margin: 0 auto;
}
#main:after {
content:" ";
display:block;
clear:both;
}
#content {
width: 660px;
float: left;
}
#sidebar {
width: 270px;
float: right;
}
.wrap {
width:960px;
margin: 0 auto;
}
.wrap:after {
content:" ";
display:block;
clear:both;
}
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {display: block;}
.section {
margin-bottom: 30px;
}
.tit_h2 {
background-color: #fcdbea;
height: 50px;
color: #f14b94;
line-height: 50px;
text-indent: 20px;
margin: 0 0 20px;
}
@media screen and (max-width:768px) {
.tit_h2 {
background-color: #fcdbea;
font-size: 16px;
color: #f14b94;
line-height: normal;
text-indent: 10px;
margin: 0 0 10px;
padding: 2px 2px 2px 5px;
}
}
.tit_h3 {
background-color: #009245;
height: 50px;
color: #fff;
line-height: 50px;
text-indent: 20px;
margin: 0 0 20px;
font-size: 1.8rem;
}
.tit_h3_line {
border-left: 5px solid #009245;
border-bottom: 1px solid #009245;
color: #009245;
padding: 5px 0 5px 12px;
margin: 0 0 20px;
font-weight: bold;
font-size: 1.8rem;
}
.tit_h4 {
text-indent: 22px;
background: url(/image/common/icon_circle.png) no-repeat 0 5px;
font-weight: bold;
font-size: 1.6rem;
margin: 0 0 10px;
}
.btn_primary {
border: 1px solid #009245;
background-color: #cce9da;
color: #009245;
padding: 15px 50px;
font-weight: bold;
text-decoration: none;
font-size: 1.5rem;
display: inline-block;
} .service-area {
display: flex;
flex-wrap: wrap;
}
.service-area li {
width: 24%;
text-align: center;
margin: 0 1% 5px 0;
}
.service-area li a,
.service-area li .service-area__item{
display: block;
background-color: #009245;
color: #fff;
border-radius: 5px;
font-size: 13.5px;
padding: 6px 0 3px;
text-decoration: none;
} @media screen and (max-width: 768px) {
.service-area {
justify-content: space-around;
}
.service-area li {
width: 48%;
margin: 0 0 10px 0;
background-color: #009245;
border-radius: 5px;
box-sizing: border-box;
}
.service-area li a {
display: block;
padding: 15px 15px 10px;
}
.service-area li a.small {
padding: 10px 0;
font-size: 12px;
line-height: 1.1em;
}
.service-area li a.small br {
display: block;
}		
} .access-map {
width: 100%;
height: 330px;
margin: 20px 0 0 0;
} #header {
display:block;
}
#header:after {
content:" ";
display:block;
clear:both;
}
#header .bar {
background-color: #f2f2f2;
}
#header .bar h1 {
margin: 0;
font-size: 1.3rem;
font-weight: normal;
padding: 5px 0;
}
#header .logo {
display:block;
float:left;
padding:0;
margin: 5px 0 0;
width: 220px;
}
#header .contact {
display:block;
float:right;
padding:0;
margin: 10px 0 0;
}
#header .contact span {
display: none;
}
#header .contact a{
text-decoration: none;
}
.header-contact-mail {
display: none;
}
#header #btn_menu_off {
display: none;
}
#header #btn_menu_off img {
width: 75%;
} #nav {
position: relative;
z-index: 9999;
background-color: #009245;
}
#nav ul  {
width:100%;
position: relative;
}
#nav ul:before {
content: "";
width: 3px;
height: 46px;
background: url(/image/common/nav_sep.png) no-repeat top center;
position: absolute;
top: 5px;
left: 0;
}
#nav ul:after {
content: "";
clear: both;
display: block;
}
#nav ul li {
float:left;
text-align: center;
position: relative;
}
#nav ul li:after {
content: "";
width: 3px;
height: 46px;
background: url(/image/common/nav_sep.png) no-repeat top center;
position: absolute;
top: 5px;
right: 0;
}
#nav ul li a {
width:120px;
height: 55px;
display: block;
line-height: 60px;
} #nav ul li a:hover {
background-color: #007e3c;
} #sidebar {}
#sidebar .banner ul li {
display: block;
margin-bottom: 10px;
}
#sidebar .banner ul li a:hover {
filter: alpha(opacity=90);
-moz-opacity: 0.9;
opacity: 0.9;
}
#sidebar .banner ul li img {
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}
#sidebar .banner ul li img.border_ignore {
border: none;
}
#sidebar .area  {
margin-bottom: 20px;
}
#sidebar .area ul>li {
border: 1px solid #009245;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}
#sidebar .area ul li .tit {
display: block;
margin: 15px 0 10px 32px;
}
#sidebar .area ul li .tit img {
width: 70%;
}
#sidebar .area ul li .txt {
display: block;
padding: 0 15px 20px;
text-align: center;
}
#sidebar .area ul li ol li {
display: inline;
margin: 0;
}
#sidebar .area ul li ol li a {
border: 1px solid #009245;
background-color: #009245;
color: #FFF;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
display:inline-block;
width: 110px;
text-align: center;
margin: 5px 3px 0 0;
font-size: 95%;
}
#sidebar .sidebox  {
margin-bottom: 20px;
}
#sidebar .sidebox .tit_h3 {
margin: 0;
font-size: 1.5rem;
}
#sidebar .sidebox ul {
border: 1px solid #e6e6e6;
}
#sidebar .sidebox ul li {
background: url(/image/common/icon_check.png) 10px 50% no-repeat;
border-bottom: 1px dotted #888;
line-height: 50px;
margin: 0;
padding-left: 35px;
}
#sidebar .sidebox ul li:last-child {
border: none;
}
#sidebar .fb-like-box {
margin-bottom: 20px;
} #footer {
background-color: #fff;
border-top: 1px solid #ccc;
line-height: 1.6;
}
#footer .wrap {
padding: 30px 0;
}
#footer .logo {
width: 660px;
float: left;
}
#footer .logo ul.contact {
margin-bottom: 10px;
}
#footer .logo ul.contact li {
display: inline-block;
margin-right: 20px;
}
#footer .logo ul.link {}
#footer .logo ul.link li {
display: inline-block;
margin-right: 5px;
position: relative;
padding: 0 10px;
}
#footer .logo ul.link li a {
color: #292b2c;
}
#footer .logo ul.link li:after {
content: "|";
width: 1px;
position: absolute;
top: 0;
right: 0;
}
#footer .logo ul.link li:last-child:after {
content: "";
}
#footer .area {
float: right;
}
#footer .area ul {}
#footer .area ul li a {
color: #292b2c;
}
#footer .copyright {
background-color: #009245;
text-align: center;
color: #fff;
padding: 30px;
height: 60px
} #breadcrumb {
margin-top: 15px;
margin-bottom: 15px;
} #menu {
margin-bottom: 20px;
}
#menu ul  {
padding:0;
}
#menu ul:after {
content: "";
clear: both;
display: block;
}
#menu ul li {
float:left;
margin-left: 20px;
width: 223px;
border: 1px solid #e6e6e6;
}
#menu ul li:first-child {
margin-left: 0;
}
#menu ul li a {
display: block;
text-decoration: none;
color: #292b2c;
}
#menu ul li a:hover {
filter: alpha(opacity=90);
-moz-opacity: 0.9;
opacity: 0.9;
}
#menu ul li a img {
width: 100%;
display: block;
}
#menu ul li span {
display: block;
padding: 10px;
min-height: 100px;
} .table {
border-collapse: collapse;
width: 100%;
}
.table th,
.table td  {
padding : 10px;
}
.table th  {
border-top: 1px solid #cccccc;
border-left: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
background-color: #eee;
width: 40%;
text-align: left;
}
.table td  {
border-top: 1px solid #cccccc;
border-right: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
} .pager {
clear: both;
margin-bottom: 1em;
}
.pager a, .pager span {
text-decoration: none;
border: 1px solid #BFBFBF;
padding: 3px 8px;
margin: 2px;
}
.pager a:hover, .pager span.current {
border-color: #6b6b6b;
}
.pager span.current {
font-weight: bold;
}
.pager ul.page-numbers li {
display: inline-block;
} #sitemap_list {
margin: 0 0 10px;
padding: 0;
line-height: 1.5;
}
#sitemap_list a {
text-decoration: none;
margin-left: 1em;
position: relative;
}
#sitemap_list li {
font-size: large;
text-indent: 0;
padding: 10px 0 10px 5px;
margin: 0;
list-style-type: none;
border-bottom: 1px dotted #ccc;
}
#sitemap_list li ul {
margin: 0;
padding: 5px 0 0 0;
}
#sitemap_list li li {
font-size: medium;
font-weight: normal;
margin: 0 0 5px 5px;
padding: 5px 0 5px 15px;
border: none;
}
#sitemap_list li li  a {
padding-left: 20px;
}
#sitemap_list li li a::before {
content: url(/image/common/icon_check.png);
position: absolute;
top: 0;
left: 0;
} #visual {
text-align: center;
margin: 0 0 20px;
}
#visual h2 {
margin: 0;
}
#visual .v-pc {
display: block;
}
#visual .v-sp {
display: none;
}
#phone {
display: none;
} #area-list {
background-color:#007e3c;
position:absolute !important;
height: 500px;
overflow-y: scroll !important;
width:140px !important;
display: none;
z-index: 9999;
}
#area-list li {
width:100%;
height:35px;
text-align:center;
border-top:1px solid #006b32;
}
#area-list li a{
background: none;
display: block;
text-indent: 0;
color:#FFF;
text-decoration: none;
height:35px !important;
line-height:35px !important;
}
.area_city_list a{
border: 1px solid #007e3c;
background-color: #007e3c;
color: #FFF;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
display:inline-block;
width: 120px;
text-align: center;
margin: 5px 3px 0 0;
} #float-chance{
display:block;
position:fixed;
right:16px;
bottom:100px;
}
#float-chance-sp {
display: none;
}
#float-chance p{
margin:0;
padding:0;
text-align:center;
-webkit-transition:all 0.3s;
-moz-transition:all 0.3s;
transition:all 0.3s;
filter: alpha(opacity=90);
-moz-opacity: 0.9;
opacity: 0.9;
}
#float-chance p:hover{
}
#move-float-chance{
color:#fff;
line-height:50px;
text-decoration:none;
display:block;
cursor:pointer;
}
@media screen and (max-width:768px) {
body {
margin-top: 100px;
}
#container {
margin-bottom: 10px;
}
#main {
width: auto;
padding: 0 10px;
}
#content {
width: auto;
float: none;
}
#sidebar {
width: auto;
float: none;
}
#sidebar .banner ul li img {
width: 100%;
}
#sidebar .area ul li .tit {
margin: 15px 0 10px -32px;
text-align: center;
}
#sidebar .area ul li .tit img {
width: 50%;
}
#sidebar .sns .fb-like-box {
display: block;
text-align: center;
}
.wrap {
width: auto;
}
#header {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: auto;
min-height: 90px;
background-color: #FFF;
background-image: none;
box-sizing: border-box;
padding: 3px 10px 3px 10px;
z-index: 1000;
}
#header .bar {
display: none;
}
#header .logo {
width: 35%;
}
#header .contact {
width: 50%;
float: left;
margin: 0px 5px;
}
#header .contact span {
display: block;
color: #005CAC;
font-size: 11px;
font-weight: bold;
margin: -2px auto 5px auto;
}
.header-contact-mail {
display: block;
font-size: 11px;
font-weight: bold;
background-color: #009245;
color: #FFF;
text-align: center;
border-radius: 15px;
padding: 2px 0;
text-decoration: none;
}
.header-contact-mail:hover {
color: #FFF;
}
#header #btn_menu_off {
display: block;
position: absolute;
top: 25px;
right: 3.338391%;
width: 8.345978%;
}
#nav {
display: none;
position: fixed;
top: 90px;
left: 0;
z-index: 900;
width: 100%;
}
#nav.openNav {
display: block;
}
#nav ul:before {
background: none;
}
#nav ul li{
float: none;
width: 100%;
border-bottom: solid 1px #fff;
text-align: left;
}
#nav ul li a {
width: auto;
display: block;
padding-left: 30px;
}
#nav ul li a:before {
content: '';
width: 5px;
height: 5px;
border: 0px;
border-top: solid 1px #fff;
border-right: solid 1px #fff;
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
position: absolute;
top: 45%;
left: 2.731411%;
}
#menu ul  {
padding: 0 10px;
}
#menu ul li {
width: 47.333333%;
margin-left: 10px;
margin-bottom: 10px;
}
#menu ul li:nth-child(3) {
margin-left: 0;
}
#menu ul li span {
min-height: 120px;
}
#footer .wrap {
padding: 10px;
}
#footer .logo {
width: 100%;
float: none;
text-align: center;
}
#footer .area {
float: none;
margin-top: 10px;
}
#footer .logo ul.contact li {
margin-right: 0;
}
#footer .logo ul.contact li img {
width: 50%;
}
#footer .logo ul.link {
text-align: left;
}
#breadcrumb {
margin: 10px;
}
.tit_h2 {
font-size: 1.5rem;
height: auto;
}
.tit_h3 {
font-size: 1.4rem;
height: auto;
line-height: 1.5em;
text-indent: 5px;
padding: 5px 2px 5px 2px;
}
.tit_h3_line {
font-size: 1.4rem;
height: auto;
border-left: none;
text-indent: 0px;
line-height: 1.6;
padding: 0 10px 5px;
}
.section {
margin-bottom: 10px;
}
input[type=text], input[type=email], input[type=tel], select {
padding: 0;
margin: 0;
width: 100%;
}
textarea {
padding: 0;
margin: 0;
width: 100%;
}
#visual {
margin: 0 0 5px;
}
#visual .v-pc {
display: none;
}
#visual .v-sp {
display: block;
}
#phone {
display: block;
margin-bottom: 5px;
padding: 0 10px;
text-align: center;
}
#phone a img {
} #area-list {
height: 300px;
width: 100% !important
} #float-chance {
display: none;
}
#move-float-chance-sp{
color:#fff;
line-height:50px;
text-decoration:none;
display:block;
cursor:pointer;
}
} #nav ul li.parent-menu {
width: 120px;
height: 55px;
display: block;
cursor: pointer;
}
#nav ul li.parent-menu img{
width: 120px;
height: 55px;
box-sizing: border-box;
padding: 20px 15px;
}
.parent-menu .sub-menu {
background-color: #009245;
display: none;
bottom: 5px;
padding-bottom: 20px;
}
.parent-menu:hover {
background-color: #007e3c;
}
#nav ul li.parent-menu .sub-menu li a {
line-height: 20px;
display: inline-flex;
align-items: center;
justify-content: center;
}
.parent-menu .sub-menu a {
color: #fff;
text-decoration: none;
}
@media screen and (max-width: 768px) {
#nav ul li.parent-menu {
height: auto;
width: auto;
display: block;
}
#nav ul li.parent-menu img {
padding-left: 30px;
}
#nav ul li.parent-menu:before {
content: '';
width: 5px;
height: 5px;
border: 0px;
border-top: solid 1px #fff;
border-right: solid 1px #fff;
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
position: absolute;
top: 26px;
left: 2.731411%;
}
.parent-menu:hover {
background-color: #009245;
}
.parent-menu .sub-menu {
background-color: #007e3c;
z-index: 100;
padding: 0;
bottom: 0;
}
#nav ul li.parent-menu .sub-menu li:first-child {
border-top: solid 1px #fff;
}
#nav ul li.parent-menu .sub-menu li:last-child {
border-bottom: none;
}
#nav ul li.parent-menu .sub-menu li br {
display: none;
}
} .contact .txt {
color: #ed1e79;
text-align: right;
font-weight: bold;
margin: 0 0 3px;
}
.contact .txt br {
display: none;
}
@media screen and (max-width: 768px) {
body {
margin-top: 85px;
}
.contact .txt {
font-size: 1.2rem;
}
.contact .txt br {
display: block;
}
} .cat_search .dropdown {
display: none;
}
.cat_search {
display: flex;
justify-content: space-around;
}
.cat_search_item {
width: 40%;
}
.cat_search li {
background: url(/images/common/icon_arrow.gif) 10px center no-repeat;
border-bottom: 2px dotted #888;
clear: both;
line-height: 3em;
padding-left: 35px;
}
.cat_search label,
.cat_search li {
display: block;
font-weight: bold;
}
.cat_search label p {
color: #fff;
display: block;
position: relative;
background: #f06c00;
padding: 0.5em 0 0.5em 1.5em;
}
.cat_search label p::after {
content: "";
display: block;
position: absolute;
right: 10%;
top: 25%;
width: 0.5em;
height: 0.5em;
border-top: #fff 4px solid;
border-left: #fff 4px solid;
transform: rotate(225deg);
}
.cat_search input[type="checkbox"] {
display: none;
}
#menu:checked + .dropdown,
#menu_b:checked + .dropdown {
display: block;
}
@media screen and (max-width: 640px) {
.cat_search {
flex-flow: column;
}
.cat_search_item {
width: 100%;
}
.head_menx .dropdown {
display: none !important;
}
}
.head_menx .dropdown {
display: none;
}
.head_menx_item {
width: 40%;
margin-bottom: 0.5em;
}
.head_menx li {
display: block;
font-weight: bold;
width: 437px;
}
.head_menx label p {
color: #fff;
display: block;
position: relative;
background: #f06c00;
padding: 0.5em 0 0.5em 1.5em;
}
div#nav .cat_search_item ul li a {
background: rgb(0 146 69 / 90%);
text-indent: 0;
color: #fff;
text-decoration: none;
padding: 5px 20px;
text-align: left;
width: 40%;
}
div#nav .cat_search_item ul li a:hover {
background: #007e3c;
}
.head_menx input[type="checkbox"] {
display: none;
}
#nav2:hover .dropdown {
display: block;
position: absolute;
z-index: 999;
}
.head_menx .cat_search_item ul.dropdown li:after {
display: none;
} .new_blog{
font-size:0.9em;
}
.new_blog a{
text-decoration: none;
}
.new_blog a:hover {
opacity: 0.8;
}
.article_wrap{
display: flex;
justify-content: space-around;
max-width: 660px;
flex-flow: wrap;
}
.article_wrap .article{
width: 33.1%;
}
.article_wrap .old_blog_w{
width:100%!important;
}
.blog .article .tit_h4{
background: #f3f3f3;
border-bottom: 2px solid #014190;
text-indent: 0.5em!important;
}
.blog .article .tit_h4 a{
color: #014190;
}
.blog_flex{
display: flex;
justify-content: center;
}
.blog_flex_item{
text-align: center;
}
.blog_flex_item img{ height: 160px;
object-fit: cover;
}
.blog_flex_item2{
width: 80%;
padding: 0 1em;
}
.blog_details{
color: #014190;
border-bottom: 1px solid #014190;
font-size: 1.2em;
}
.blog_table{
width: 99%;
margin: 0 auto 0.5em;
}
.blog_table .table td{
border: none;
border-bottom: 1px solid #ccc;
min-width: 80px;
border: 1px solid #ccc;
color: #222222;
}
.blog_table .table td p{
display: flex;
justify-content: space-between;
word-break: break-all;
}
.blog_table .table td p span{
width: 50%;
}
.blog_table .table th{
background: #014190;
color: #fff;
}
.blog_table .table td p span:first-child {
font-weight: bold;
}
.blog_table .table td.blue-txt{
background: #009245;
color: #fff;
width: 35%;
}
.blog_table .table td.light-blue{
color: #009245;
background: #c5ffe0;
border: 1px solid #ccc;
}
.blog_table .gray-back{
background: #eee;
}
.blog_img{
display: flex;
justify-content: space-around;
margin: 1em 0px;
}
.blog_img div{
position: relative;
}
.blog_img_before,.blog_img_after{
position: absolute;
top: 0;
margin: 0;
padding: 0 1.2em;
}
.blog_img_before{
background: #555;
color: #fff;
}
.blog_img_after{
background: #014190;
color: #fff;
}
.blog .article .blog_contents{
padding: 4px 2px!important;
}
.table th, .table td {
padding: 5px;
}
@media screen and (max-width: 640px) {
.article_wrap .article {
width: 99.1%;
}
.blog_flex_item img{
max-height: 200px;
}
} .blog .article .tit_h4{
background: #f3f3f3;
border-bottom: 2px solid #014190;
}
.blog .article .tit_h4 a{
color: #014190;
}
.single .blog_flex{
display: flex;
}
.single .blog_flex_item img{
border: 1px solid #009245;
}
.single .blog_flex_item2{
width: 80%;
padding: 0 1em;
}
.single .blog_details{
color: #009245;
border-bottom: 1px solid #009245;
font-size: 1.2em;
}
.single .blog_table{
width: 99%;
margin: 0 auto;
}
.single .blog_table .table td{
border: none;
border-bottom: 1px solid #ccc;
}
.single .blog_table .table td p{
display: flex;
justify-content: space-between;
}
.single .blog_table .table td p span{
width: 50%;
}
.single .blog_table .table th{
background: #009245;
color: #fff;
}
.single .blog_table .table td p span:first-child {
font-weight: bold;
}
.single .blog_img{
display: flex;
justify-content: space-around;
margin: 1em 0px;
}
.single .blog_img img{
height: 220px;
width: 220px;
object-fit: cover;
}
.single .blog_img div{
position: relative;
width: 33%;
}
.single .blog_img_before,.blog_img_after{
position: absolute;
top: 0;
margin: 0;
padding: 0 1.2em;
}
.single .blog_img_before{
background: #555;
color: #fff;
}
.single .blog_img_after{
background: #014190;
color: #fff;
}
#bannerlist ul {
padding: 0;
display: inline-block;
}
#bannerlist ul li {
float: left;
margin-left: 12px;
}
#bannerlist ul li:first-child {
margin-left: 0;
}
#bannerlist ul:after {
content: "";
clear: both;
}
#bannerlist ul li a {
display: inline-block;
text-decoration: none;
color: #292b2c;
}
#bannerlist ul li a img {
width: 100%;
display: inline-block;
}
#bannerlist ul li a:hover {
filter: alpha(opacity = 90);
-moz-opacity: 0.9;
opacity: 0.9;
}
ul.index-virus5 li {
width: 17.1%;
margin-left: 0.2em;
}
.pc_hs{
display: table-cell;
}
.sp_hs{
display: none;
}
@media screen and (max-width: 768px) {
.single .blog_img div{
width: 220px;
}
.single .blog_table .table td{
width: 50%;
}
.single .blog_table .table td p{
flex-flow: column;
margin: 0;
}
.single .blog_table .table td p span{
width: 100%;
}  
#bannerlist {
display: none;
}
ul.virus5 li, ul.index-virus5 li {
width: 39.5%;
}
.pc_hs{
display: none;
}
.sp_hs{
display: table-cell;
} #nav ul li.parent-menu{
line-height: inherit;
}
#nav ul li.parent-menu img{
width: auto;
height: auto;
padding: 23px calc( 100% - 120px) 22px 30px;
}
#nav ul li.parent-menu .sub-menu li a {
width: 100%;
justify-content: left;
}
} .column .column_contents  .tit_h3 {
height: auto;
text-indent: 0;
padding: 10px 20px;
line-height: 1.6;
}
.column .column_contents  h4{
position: relative;
font-size: 1.8rem;
padding: 5px 5px 0 15px;
background-color: #f2f2f2;
border: solid 8px #f2f2f2;
}
.column .column_contents  h4::before{
content: "";
position: absolute;
top: 0;
left: 0;
width: 4px;
height: 100%;
background-color: #009245;
}
.column .column_contents h5{
padding-top: 3px;
padding-left: 12px;
font-size: 1.6rem;
border-left: 3px solid #009245;
}
@media screen and (max-width: 768px) {
.column .article h4,
.column .article h5{
font-size: 1.4rem;
}
} @media screen and (max-width: 768px) {
#float-chance-sp {
display: block;
position: fixed;
z-index: 899;
bottom: 0;
width: 100%;
background: #eb6305;
}
#float-chance-sp p{
margin: 0;
}
#float-chance-sp a{
color: #fff;
text-decoration: none;
}
#float-chance-sp .follow_banner_text{
padding-top: 5px;
text-align: center;
font-size: 14px;
}
#float-chance-sp .follow_large{
font-size: 100% !important;
}
#float-chance-sp .follow_banner_text span{
font-size: 80%;
}
#float-chance-sp .follow_yellow{
color: #fff100;
font-weight: bold;
}
#float-chance-sp .follow_banner_bottom{
display: flex;
}
#float-chance-sp .follow_banner_flex{
}
#float-chance-sp .follow_catch_area{
box-sizing: border-box;
width: 15%;
padding-left: 5px;
position: relative;
}
#float-chance-sp .follow_catch_area img{
vertical-align: bottom;
position: absolute;
right: 0;
bottom: 0;
max-width: 55px;
}
#float-chance-sp .follow_banner_flex{
display: flex;
align-items:end;
width: 85%;
padding-left: 3%;
}
#float-chance-sp .follow_banner_tel{
width: 80%;
}
#float-chance-sp .telnumber{
display: flex;
justify-content: center;
align-items: end;
margin-bottom: 2%;
padding: 2% 3% 0;
background-color: #fff;
border-radius: 100px;
color: #f14b94;
font-weight: bold;
line-height: 1.2;
}
#float-chance-sp .telnumber_left .free_dial{
font-size: 10px;
letter-spacing: -2px;
}
#float-chance-sp .telnumber_left .head_tellnumber{
font-size: 20px;
}
#float-chance-sp .telnumber_right{
font-size: 28px;
}
#float-chance-sp .telnumber_right p{
line-height: 1;
}
#float-chance-sp .follow_banner_right{
color: #fff;
position: relative;
margin-left: 15px;
margin-bottom: 10px;
padding: 10px 0 10px;
font-weight: bold;
line-height: 1.0;
text-align: center;
font-size: 10px;
}
.follow_banner_right::before{
position: absolute;
left: 0;
top: -1.5vh;
content: "";
width: 1px;
height: 50%;
background: #fff;
border-radius: 3px;
transform: rotate(60deg);
}
.follow_banner_right::after{
position: absolute;
left: 0;
bottom: -1.5vh;
content: "";
width: 1px;
height: 50%;
background: #fff;
border-radius: 3px;
transform: rotate(-60deg);
}
}
@media screen and (max-width: 400px) {
#float-chance-sp .follow_catch_area img{
right: auto;
}
}
@media screen and (max-width: 370px) {
#float-chance-sp .follow_banner_text{
font-size: 13px;
}
#float-chance-sp .telnumber_left .free_dial{
font-size: 9px;
}
#float-chance-sp .telnumber_left .head_tellnumber{
font-size: 18px;
}
#float-chance-sp .telnumber_right{
font-size: 22px;
}
#float-chance-sp .follow_banner_right{
font-size: 9px;
padding: 5px 0;
margin-left: 8px;
}
#float-chance-sp .follow_catch_area img{
max-width: 45px;
}
}