﻿@charset "utf-8";

/**
 * data_recovery
 * @version v1.0.0
 */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 18px;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W0);
  font-weight: 100;
}

@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W1);
  font-weight: 200;
}

@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W2);
  font-weight: 300;
}

@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W3);
  font-weight: 400;
}

@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W4);
  font-weight: 500;
}

@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W5);
  font-weight: 600;
}

@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W6);
  font-weight: 700;
}

@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W7);
  font-weight: 800;
}

@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W8);
  font-weight: 900;
}

@font-face {
  font-family: "Hiragino Sans W9";
  src: local(HiraginoSans-W9);
  font-weight: 900;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, Hiragino Sans, '.SFNSDisplay-Regular', 'メイリオ', Arial, sans-serif;
  font-size: 100%;
  color: #000;
}
@media screen and (min-width: 768px) {
body {
  min-width: 1180px;
}
}

body img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

input[type='button'],
input[type='text'],
input[type='submit'],
button {
  -webkit-appearance: none;
}

/**-------------------------------------------------------------
 * .footer
 ------------------------------------------------------------**/
.b-footer {
  padding-bottom: 40px;
}

.b-footer__logo {
  text-align: center;
  margin-top: 40px;
}

.b-footer__nav {
  display: table;
  width: 100%;
  max-width: 950px;
  margin: 30px auto 0;
  /*  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -ms-flex-pack: justify;
      justify-content: space-between;*/
}

.b-footer__nav li {
  display: table-cell;
  padding: 0 6px;
  border-left: 1px solid #333;
  /*  border-left: 1px solid #333;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  max-width: 20%;*/
}

.b-footer__nav li:first-child {
  border: none;
}

.b-footer__nav li a {
  color: #333;
  text-decoration: none;
  font-size: 94%;
}

.b-footer__nav_2 {
  margin: 30px 0 0;
}

.b-footer__nav_2 li {
  display: inline;
  padding: 0 1em;
  text-align: center;
}

@media screen and (max-width: 880px) and (min-width: 768px) {
  .b-footer__nav_2 li:nth-child(2)::after {
    content: "";
    display: block;
    margin: 0 0 1em;
  }
}

.b-footer__nav_2 li a {
  color: #333;
  text-decoration: none;
  font-size: 94%;
}

.b-footer__link {
  margin-top: 30px;
}

.b-footer__link a {
  background: url("../img/common/icon_10@2x.png") left center/7px 11px no-repeat;
  padding-left: 20px;
  color: #048c01;
}

.b-footer__copyright {
  margin-top: 30px;
  font-size: 75%;
}

@media screen and (min-width: 768px) {
  .b-footer__nav a:hover,
  .b-footer__nav_2 a:hover {
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
    opacity: .5;
    zoom: 1;
  }
}

@media screen and (max-width: 767px) {
  .b-footer {
    padding-bottom: 20px;
  }
  .b-footer__logo {
    margin-top: 15px;
  }
  .b-footer__nav {
    display: block;
    width: 92%;
    box-sizing: border-box;
    margin: 15px auto 0;
  }
  .b-footer__nav li {
    display: inline;
    padding: 0 1em;
    line-height: 1.4;
  }
  .b-footer__nav li a {
    font-size: 75%;
  }
  .b-footer__nav_2 {
    width: 252px;
    margin: 24px auto;
  }
  .b-footer__nav_2 li {
    display: inherit;
    margin: 0 0 1em;
  }
  .b-footer__nav_2 li a {
    font-size: 75%;
  }
  .b-footer__link {
    margin-top: 15px;
  }
  .b-footer__link a {
    font-size: 75%;
    background: url("../img/common/icon_10@2x.png") left center/5px 9px no-repeat;
    padding-left: 20px;
    color: #048c01;
  }
  .b-footer__copyright {
    margin-top: 15px;
    font-size: 63%;
  }
}

/**-------------------------------------------------------------
 * .gnav   0403変更
 ------------------------------------------------------------**/
 .b-gnav {
 	position: relative;
   width: 100%;
   background-color: #fff;
 	border-top: 1px solid #DEDEDE;
 	border-bottom: 3px solid #DEDEDE;
 }
 .b-gnav nav{
 	width: 100%;
 }
 @media screen and (max-width: 767px) {
 	.b-gnav {
 		display: none;
 	}
 }
 .b-gnav__list {
   /* display: table; */
 	display: flex;
 	justify-content: center;
   table-layout: fixed;
   width: 94%;
   margin: 0 3%;
 	/* padding: 20px 0; */
 }
 @media screen and (min-width: 1000px) {
   .b-gnav__list {
     width: 100%;
     margin: 0;
   }
 }
 .b-gnav__list li {
 	position: relative;
   display: table-cell;
   vertical-align: middle;
   text-align: center;
 	padding: 20px 0;
 	/* width: 100%; */
 	/* border-left: 1px solid rgba(0,0,0,0.1); */
   /* box-shadow: 0 1px 0 rgba(255,255,255,1); */
 	/* padding:6px 0; */
 }
 .b-gnav__list li a {
   text-decoration: none;
   font-size: 78%;
 	font-size: 15px;
   padding: 6px 20px;
 	display:block;
 	border-left: 1px solid rgba(0,0,0,0.1);
 	color: #000;
   /*display: -ms-flexbox;
   display: flex;
   -ms-flex-pack: center;
       justify-content: center;
   -ms-flex-align: center;
       align-items: center;*/
 }
 @media screen and (max-width: 1130px) {
   .b-gnav__list li a{
     font-size: 14px;
   }
 }
 @media screen and (max-width: 1100px) {
   .b-gnav__list li a{
     padding: 6px 20px;
   }
 }
 @media screen and (max-width: 1000px) {
   .b-gnav__list li a{
     padding: 6px 10px;
   }
 }

 /* .b-gnav__list li:last-child{
 	border-right: 1px solid rgba(0,0,0,0.1);
 } */
 .b-gnav__list li:first-child a{
 	padding-left: 0;
 	border-left: none;
 }
 .b-gnav__list li:last-child a{
 	padding-right: 0;
 }

 .b-gnav__list li:hover,
 .b-gnav__list li.current{
 	/* background: -webkit-gradient(linear, left top, left bottom, color-stop(0.98, #c72826), color-stop(0.00, #ffc3b1));
 	background: -webkit-linear-gradient(top, #ffc3b1 0%, #c72826 98%);
 	background: -moz-linear-gradient(top, #ffc3b1 0%, #c72826 98%);
 	background: -o-linear-gradient(top, #ffc3b1 0%, #c72826 98%);
 	background: -ms-linear-gradient(top, #ffc3b1 0%, #c72826 98%);
 	background: linear-gradient(to bottom, #ffc3b1 0%, #c72826 98%); */
 	/* color: #fff; */
 }

 .b-gnav__list li:hover a,
 .b-gnav__list li.current a{
 	color: #c72826;
 }

 @media screen and (max-width: 880px) {
   .b-gnav__list li a {
     font-size: 76%;
   }
 }

 /* プルダウンメニュー　*/
 .dropmenu li ul{
   list-style: none;
   position: absolute;
   top: 100%;
   left: -50%;
   margin: 0;
   padding: 0;
 	transition: .2s;
 	z-index: 9999;
  border: 1px solid #DEDEDE;
 }
 .dropmenu li ul li{
 	display: block;
 	width: 300px;
 	overflow: hidden;
 	height: 0;
   margin: 0;
   padding: 0;
 	transition: .2s;
 }
 .dropmenu li ul li:first-of-type a{
 	padding-left: 30px;
 }
 .dropmenu li:hover ul li {
 	overflow: visible;
 	height: 43px;
   border-top: 1px solid #fff;
 	box-sizing: border-box;
 }
 .dropmenu li:hover ul li:last-of-type a {
   border-bottom: 1px solid #DEDEDE;
 }
 .dropmenu li ul li a {
 	position: relative;
 	display: block;
 	line-height: 43px;
   margin: 0;
   padding: 0 0 0 30px;
 	color: #000!important;
   text-align: left;
   background: #fff;
 }
 .dropmenu li ul li a:before,
 .dropmenu li ul li a:after {
 	position: absolute;
 	top: 0;
 	bottom: 0;
 	left: 0;
 	margin: auto;
 	content: "";
 	vertical-align: middle;
 }
 .dropmenu li ul li a:before {
 	left: 5px;
 	width: 4px;
 	height: 4px;
 	border-top: 1px solid #fff;
 	border-right: 1px solid #fff;
 	-webkit-transform: rotate(45deg);
 	transform: rotate(45deg);
 }
 .dropmenu li ul li a:hover{
  background: #DEDEDE;
 	color: #c72826;
 	/* background: -webkit-gradient(linear, left top, left bottom, color-stop(0.98, #c72826), color-stop(0.00, #ffc3b1));
 	background: -webkit-linear-gradient(top, #ffc3b1 0%, #c72826 98%);
 	background: -moz-linear-gradient(top, #ffc3b1 0%, #c72826 98%);
 	background: -o-linear-gradient(top, #ffc3b1 0%, #c72826 98%);
 	background: -ms-linear-gradient(top, #ffc3b1 0%, #c72826 98%);
 	background: linear-gradient(to bottom, #ffc3b1 0%, #c72826 98%); */
 }

/**-------------------------------------------------------------
 * .header
 ------------------------------------------------------------**/
.fixed-header {
  background: #fff;
}

@media screen and (min-width: 768px) {
  .fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
  }
}
.fixed-header .b-container{
	display: flex;
}
.b-header {
  display: -ms-flexbox;
  display: flex;
  /* -ms-flex-wrap: wrap;
      flex-wrap: wrap; */
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 0;
	width: 100%;
}

.b-header--logo {
  float: left;
  width: 158px;
}
.b-header--logo a img{
	width: 100%;
}

.b-header--holiday {
  width:180px;
	font-size:14px;
	line-height:130%;
	text-align:center;
  float: left;
	border:1px #c72826 solid;
	background-color:#f9e9e9;
	padding:5px 3px;
	border-radius:5px;
}

.b-header--holiday:hover{
	opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.b-header--holiday a{
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
	color:#666666;
}

.b-header--holiday a:visited,
.b-header--holiday a:hover {
	color:#666666;
}

.b-header--info {
  width: 920px;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.remove {
	/* width: 192px; */
	width: 20%;
}

.b-header--entry {
  width: 27%;
	margin-top: 20px;
  float: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.b-header--entry p {
  width: 100%;
}
.b-header--entry p img{
  width: 100%;
}
.area-list {
  width: 390px;
  display: flex;
  flex-wrap: wrap;
	height: auto;
}
.area-list__item {
  margin-left: 2.6%;
  margin-bottom: 5px;
  width: 48.7%;
}
.area-list__item:nth-child(2), .area-list__item:nth-child(4) {
  margin-left: 0;
}
.area-list p {
	width: 100%;
	font-size: 13px;
	margin-bottom: 8px;
}
.area-list__item span {
	margin-right: 0px;
	/* font-size: 14px; */
  font-size: 13px;
	letter-spacing: 0em;
	font-weight: bold;
}
.area-list__item span:after {
  content: "";
  width: 1px;
  height: 15px;
  margin: 0px 3px 0 5px;
  position: relative;
  top: 3px;
  display: inline-block;
  background: #000;
}
.area-list__item .area {
  text-decoration: none;
  color: #000;
}
.area-list__item .tel {
	color: #3E8926;
	/* font-size: 17px; */
  font-size: 16px;
	letter-spacing: .018em;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
	.area-list__item .tel {
		pointer-events: none;
	}
}
/* .area-list__item a small {
	letter-spacing: .1em;
} */

@media screen and (max-width: 1100px) {
	.b-header--info {
		width: calc(100% - 188px);
	}
	.area-list {
		width: 41.3%;
	}
	.area-list__item span .area {
		font-size: 12px;
	}
	.area-list__item .tel {
		font-size: 14px;
	}
}
@media screen and (max-width: 1020px) {
	.area-list__item span .area {
		font-size: 10px;
	}
	.area-list__item .tel {
		font-size: 12px;
	}
	.area-list__item span:after {
		height: 10px;
	}
}
@media screen and (max-width: 930px) {
	.remove {
		width: 15%;
	}
	.b-header--entry {
		width: 20%;
	}
	.area-list {
		width: 51.3%;
	}
}



.b-header--tel {
  width: 335px;
  float: left;
  margin-left: 14px;
}
.b-header--tel--headline {
  font-size: 82%;
  font-family: 'Hiragino Sans';
  font-weight: 600;
}
.b-header--tel--paragraph_1 {
  font-size: 163%;
  font-family: 'Hiragino Sans';
  font-weight: 600;
}
.b-header--dial {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 166%;
	font-weight: bold;
}
.b-header--dial img {
	position: relative;
	top: 8px;
	width: 30px;
	margin: 0 6px;
	vertical-align: top;
}
.b-header--dial span {
	font-family: 'arial';
	font-size: 122%;
	color: #048c01;
	position: relative;
	top: 2px;
}
.b-header--dial--under {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 80%;
	font-weight: bold;
}
.b-header--dial--under img {
	position: relative;
	top: 3px;
	width: 15px;
	margin: 0 3px;
	vertical-align: top;
}
.b-header--dial--under span {
	font-family: 'arial';
	font-size: 120%;
	color: #048c01;
}
.b-header--dial--under span:nth-of-type(1) {
	margin: 0 5px 0 0;
}
@media screen and (max-width: 767px) {
  .b-header {
    display: none;
  }
}

/**-------------------------------------------------------------
 * .sp-header
 ------------------------------------------------------------**/
.b-sp-header {
  display: none;
}

@media screen and (max-width: 767px) {
  .b-sp-header {
    display: block;
  }
  .b-sp-header .b-row {
    -ms-flex-align: center;
    align-items: center;
  }
  .b-sp-header--logo {
    padding: 3px;
  }
  .b-sp-header--link a {
    padding-left: 20px;
    font-size: 75%;
    color: #048c01;
    background: url("../img/common/icon_10@2x.png") left center/6px 10px no-repeat;
  }
  .b-sp-header--readcrumb {
    margin-top: 0.5em;
    background-color: #c72826;
    color: #fff;
    font-size: 100%;
    padding: 14px;
  }
}

/* モバイル版休業案内 */
.holiday{
	font-size:85%;
}

/**-------------------------------------------------------------
 * .sp-menu
 ------------------------------------------------------------**/
@media screen and (max-width: 767px) {
  .b-sp-header .b-sp-menu__wrap {
    position: relative;
    transition: all 0.5s;
    width: 100%;
    box-sizing: border-box;
    z-index: 1000;
  }
  .b-sp-header .b-sp-menu {
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    border-top: 1px solid #DEDEDE;
		border-bottom: 3px solid #DEDEDE;
    padding: 10px 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .b-sp-header .b-sp-menu__link {
    min-width: 36%;
    text-align: center;
    margin-right: 10px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .b-sp-header .b-sp-menu__link a,
  .b-sp-header .b-sp-menu__link p.b-sp-menu__modal__btn {
    width: 100%;
    padding: 9px 0;
    display: block;
    text-decoration: none;
    background-color: #048c01;
    color: #fff;
    float: left;
  }
  .b-sp-header .b-sp-menu__link .b-sp-menu__modal {
    display: none;
    position: absolute;
    left: 5%;
    top: 60px;
    width: 90%;
    padding: 15px;
    box-sizing: border-box;
    background-color: #fff;
  }
  .b-sp-header .b-sp-menu__link .b-sp-menu__modal::after {
    content: '';
    position: absolute;
    left: 65%;
    top: -12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 12px 5px;
    border-color: transparent transparent #fff transparent;
  }
  .b-sp-header .b-sp-menu__link .b-sp-menu__modal__headline {
    font-size: 94%;
  }
  .b-sp-header .b-sp-menu__link .b-sp-menu__modal__list li a {
    display: block;
    margin-top: 1em;
    padding: .7em 0;
    background-color: #f0f0f0;
  }
  .b-sp-menu__modal__list__address {
    font-size: 84%;
    font-weight: bold;
    color: #000;
  }
  .b-sp-menu__modal__list__area {
    display: inline-block;
    margin: .5em 0;
    padding: .1em .8em;
    background: #c72826;
    border-radius: 3px;
    font-size: 76%;
  }
  .b-sp-menu__modal__list__dial {
    font-family: 'arial';
    font-size: 136%;
    font-weight: bold;
    color: #048c01;
  }
  .b-sp-menu__modal__list__dial img {
    position: relative;
    top: 3px;
    width: 22px;
    margin: 0 7px 0 0;
    vertical-align: top;
  }
  .b-sp-header .b-sp-menu__btn {
    min-width: 27px;
    min-height: 33px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background: url("../img/common/sp-menu_icon@2x.png") center center/contain no-repeat;
		z-index: 9999;
  }
  .b-sp-header .b-sp-menu__btn--open {
    background: url("../img/common/sp-menu_icon--close@2x.png") center center/contain no-repeat;
  }
  .b-sp-header .b-sp-gnav {
    width: 100%;
    position: relative;
  }
  .b-sp-header .b-sp-gnav__list {
    width: 100%;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    max-height: calc(100vh - 260px);
    overflow: auto;
  }
  .b-sp-header .b-sp-gnav__list li {
    border-bottom: 1px solid #048c01;
    text-align: center;
  }
  .b-sp-header .b-sp-gnav__list li a {
    padding: 1em 0;
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 82%;
    font-weight: 700;
  }
  .b-sp-header .b-sp-gnav__list li p {
    padding: 1em 0;
    color: #048c01;
    font-size: 82%;
    font-weight: 700;
  }
  .b-sp-header .b-sp-gnav ul li ul li {
    border-top: 1px dotted #048c01;
    border-bottom: none;
  }
}

/**-------------------------------------------------------------
 * .hero
 ------------------------------------------------------------**/
.b-hero {
	background-repeat: no-repeat;
	background-image: url("../img/mv@2x.png");
	background-color: #fff;/* 131px/1920px 250px no-repeat;*/ /*0403 min-height: 250px;*/
	background-position: center 131px;
	background-size: auto 250px;;
}

@media screen and (max-width: 767px) {
	.b-hero {
	background-repeat: no-repeat;
	background-image: none!important;
	background-size: auto 120px;
	background-position: right center;
}
  
.b-hero .b-title p {
  font-size: 100%!important;
}

.b-hero .b-title h1 {
	margin: 22px 0 0;
	font-size: 22px!important;
}
}

@media screen and (min-width: 600px) and (max-width: 959px) {
  .b-hero {
    max-width: 1200px;
  }
}

@media screen and (min-width: 767px) {
  .b-hero {
    padding-top: 175px;
	  padding-bottom: 20px;
  }
}

.b-hero .b-title {
/*0403  padding-top: 52px;*/
	padding-top:10px !important;
	padding-bottom: 10px;
  font-weight: bold;
  text-align: center;
}

.b-hero .b-title p {
  font-size: 202%;
}

.b-hero .b-title h1 {
	margin: 10px 0 10px;
	font-size: 46px;
	color: #000000;
}

.b-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .b-container {
    max-width: 1120px;
  }
}

.b-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.b-col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .b-container {
    width: 100%;
  }
}

/* banner
-------------------------------------------------------------- */
.common-banner {
  padding: 6% 3% 5%;
  background: #f0f0f0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .common-banner {
    margin: 0 3%;
    padding: 80px 0 50px;
    background: #fff;
  }
  .common-banner .b-pc-display img {
    border: 1px solid #d6d6d6;
  }
}

@media screen and (min-width: 1000px) {
  .common-banner {
    margin: 0;
  }
}

@media screen and (max-width: 999px) {
  .b-tab-display {
    display: none;
  }
}

/* margin
-------------------------------------------------------------- */
/**
 * margin-top
 */
.b-mt5 {
  margin-top: 5px;
}

.b-mt10 {
  margin-top: 10px;
}

.b-mt15 {
  margin-top: 15px;
}

.b-mt20 {
  margin-top: 20px;
}

.b-mt25 {
  margin-top: 25px;
}

.b-mt30 {
  margin-top: 30px;
}

.b-mt35 {
  margin-top: 35px;
}

.b-mt40 {
  margin-top: 40px;
}

.b-mt45 {
  margin-top: 45px;
}

.b-mt50 {
  margin-top: 50px;
}

.b-mt55 {
  margin-top: 55px;
}

.b-mt60 {
  margin-top: 60px;
}

.b-mt65 {
  margin-top: 65px;
}

.b-mt70 {
  margin-top: 70px;
}

.b-mt75 {
  margin-top: 75px;
}

.b-mt80 {
  margin-top: 80px;
}

.b-mt85 {
  margin-top: 85px;
}

.b-mt90 {
  margin-top: 90px;
}

.b-mt95 {
  margin-top: 95px;
}

.b-mt100 {
  margin-top: 100px;
}

.b-mt105 {
  margin-top: 105px;
}

.b-mt110 {
  margin-top: 110px;
}

.b-mt115 {
  margin-top: 115px;
}

.b-mt120 {
  margin-top: 120px;
}

.b-mt125 {
  margin-top: 125px;
}

.b-mt130 {
  margin-top: 130px;
}

.b-mt135 {
  margin-top: 135px;
}

.b-mt140 {
  margin-top: 140px;
}

.b-mt145 {
  margin-top: 145px;
}

.b-mt150 {
  margin-top: 150px;
}

@media screen and (max-width: 767px) {
  .b-sp-mt0 {
    margin-top: 0px !important;
  }
  .b-sp-mt5 {
    margin-top: 5px !important;
  }
  .b-sp-mt10 {
    margin-top: 10px !important;
  }
  .b-sp-mt15 {
    margin-top: 15px !important;
  }
  .b-sp-mt20 {
    margin-top: 20px !important;
  }
  .b-sp-mt25 {
    margin-top: 25px !important;
  }
  .b-sp-mt30 {
    margin-top: 30px !important;
  }
  .b-sp-mt35 {
    margin-top: 35px !important;
  }
  .b-sp-mt40 {
    margin-top: 40px !important;
  }
  .b-sp-mt45 {
    margin-top: 45px !important;
  }
  .b-sp-mt50 {
    margin-top: 50px !important;
  }
  .b-sp-mt55 {
    margin-top: 55px !important;
  }
  .b-sp-mt60 {
    margin-top: 60px !important;
  }
  .b-sp-mt65 {
    margin-top: 65px !important;
  }
  .b-sp-mt70 {
    margin-top: 70px !important;
  }
  .b-sp-mt75 {
    margin-top: 75px !important;
  }
  .b-sp-mt80 {
    margin-top: 80px !important;
  }
  .b-sp-mt85 {
    margin-top: 85px !important;
  }
  .b-sp-mt90 {
    margin-top: 90px !important;
  }
  .b-sp-mt95 {
    margin-top: 95px !important;
  }
  .b-sp-mt100 {
    margin-top: 100px !important;
  }
  .b-sp-mt105 {
    margin-top: 105px !important;
  }
  .b-sp-mt110 {
    margin-top: 110px !important;
  }
  .b-sp-mt115 {
    margin-top: 115px !important;
  }
  .b-sp-mt120 {
    margin-top: 120px !important;
  }
  .b-sp-mt125 {
    margin-top: 125px !important;
  }
  .b-sp-mt130 {
    margin-top: 130px !important;
  }
  .b-sp-mt135 {
    margin-top: 135px !important;
  }
  .b-sp-mt140 {
    margin-top: 140px !important;
  }
  .b-sp-mt145 {
    margin-top: 145px !important;
  }
  .b-sp-mt150 {
    margin-top: 150px !important;
  }
}

.b-mt1em {
  margin-top: 1em;
}

.b-mt2em {
  margin-top: 2em;
}

.b-mt3em {
  margin-top: 3em;
}

.b-mt4em {
  margin-top: 4em;
}

.b-mt5em {
  margin-top: 5em;
}

.b-mt6em {
  margin-top: 6em;
}

.b-mt7em {
  margin-top: 7em;
}

.b-mt8em {
  margin-top: 8em;
}

.b-mt9em {
  margin-top: 9em;
}

.b-mt10em {
  margin-top: 10em;
}

/**
 * margin-right
 */
.b-mr0 {
  margin-right: 0px;
}

.b-mr5 {
  margin-right: 5px;
}

.b-mr10 {
  margin-right: 10px;
}

.b-mr15 {
  margin-right: 15px;
}

.b-mr20 {
  margin-right: 20px;
}

.b-mr25 {
  margin-right: 25px;
}

.b-mr30 {
  margin-right: 30px;
}

.b-mr35 {
  margin-right: 35px;
}

.b-mr40 {
  margin-right: 40px;
}

.b-mr45 {
  margin-right: 45px;
}

.b-mr50 {
  margin-right: 50px;
}

/**
 * margin-bottom
 */
.b-mb5 {
  margin-bottom: 5px;
}

.b-mb10 {
  margin-bottom: 10px;
}

.b-mb15 {
  margin-bottom: 15px;
}

.b-mb20 {
  margin-bottom: 20px;
}

.b-mb25 {
  margin-bottom: 25px;
}

.b-mb30 {
  margin-bottom: 30px;
}

.b-mb35 {
  margin-bottom: 35px;
}

.b-mb40 {
  margin-bottom: 40px;
}

.b-mb45 {
  margin-bottom: 45px;
}

.b-mb50 {
  margin-bottom: 50px;
}

.b-mb55 {
  margin-bottom: 55px;
}

.b-mb60 {
  margin-bottom: 60px;
}

.b-mb65 {
  margin-bottom: 65px;
}

.b-mb70 {
  margin-bottom: 70px;
}

.b-mb75 {
  margin-bottom: 75px;
}

.b-mb80 {
  margin-bottom: 80px;
}

.b-mb85 {
  margin-bottom: 85px;
}

.b-mb90 {
  margin-bottom: 90px;
}

.b-mb95 {
  margin-bottom: 95px;
}

.b-mb100 {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .b-sp-mb5 {
    margin-bottom: 5px !important;
  }
  .b-sp-mb10 {
    margin-bottom: 10px !important;
  }
  .b-sp-mb15 {
    margin-bottom: 15px !important;
  }
  .b-sp-mb20 {
    margin-bottom: 20px !important;
  }
  .b-sp-mb25 {
    margin-bottom: 25px !important;
  }
  .b-sp-mb30 {
    margin-bottom: 30px !important;
  }
  .b-sp-mb35 {
    margin-bottom: 35px !important;
  }
  .b-sp-mb40 {
    margin-bottom: 40px !important;
  }
  .b-sp-mb45 {
    margin-bottom: 45px !important;
  }
  .b-sp-mb50 {
    margin-bottom: 50px !important;
  }
  .b-sp-mb55 {
    margin-bottom: 55px !important;
  }
  .b-sp-mb60 {
    margin-bottom: 60px !important;
  }
  .b-sp-mb65 {
    margin-bottom: 65px !important;
  }
  .b-sp-mb70 {
    margin-bottom: 70px !important;
  }
  .b-sp-mb75 {
    margin-bottom: 75px !important;
  }
  .b-sp-mb80 {
    margin-bottom: 80px !important;
  }
  .b-sp-mb85 {
    margin-bottom: 85px !important;
  }
  .b-sp-mb90 {
    margin-bottom: 90px !important;
  }
  .b-sp-mb95 {
    margin-bottom: 95px !important;
  }
  .b-sp-mb100 {
    margin-bottom: 100px !important;
  }
}

/**
 * margin-left
 */
.b-ml0 {
  margin-left: 0px;
}

.b-ml5 {
  margin-left: 5px;
}

.b-ml10 {
  margin-left: 10px;
}

.b-ml15 {
  margin-left: 15px;
}

.b-ml20 {
  margin-left: 20px;
}

.b-ml25 {
  margin-left: 25px;
}

.b-ml30 {
  margin-left: 30px;
}

.b-ml35 {
  margin-left: 35px;
}

.b-ml40 {
  margin-left: 40px;
}

.b-ml45 {
  margin-left: 45px;
}

.b-ml50 {
  margin-left: 50px;
}

.b-ml55 {
  margin-left: 55px;
}

.b-ml60 {
  margin-left: 60px;
}

.b-ml65 {
  margin-left: 65px;
}

.b-ml70 {
  margin-left: 70px;
}

.b-ml75 {
  margin-left: 75px;
}

.b-ml80 {
  margin-left: 80px;
}

.b-ml85 {
  margin-left: 85px;
}

.b-ml90 {
  margin-left: 90px;
}

.b-ml95 {
  margin-left: 95px;
}

.b-ml100 {
  margin-left: 100px;
}

.b-ml105 {
  margin-left: 105px;
}

.b-ml110 {
  margin-left: 110px;
}

.b-ml115 {
  margin-left: 115px;
}

.b-ml120 {
  margin-left: 120px;
}

.b-ml125 {
  margin-left: 125px;
}

.b-ml130 {
  margin-left: 130px;
}

.b-ml135 {
  margin-left: 135px;
}

.b-ml140 {
  margin-left: 140px;
}

.b-ml145 {
  margin-left: 145px;
}

.b-ml150 {
  margin-left: 150px;
}

@media screen and (max-width: 767px) {
  .b-sp-ml0 {
    margin-left: 0 !important;
  }
  .b-sp-ml5 {
    margin-left: 5 !important;
  }
  .b-sp-ml10 {
    margin-left: 10 !important;
  }
  .b-sp-ml15 {
    margin-left: 15 !important;
  }
  .b-sp-ml20 {
    margin-left: 20 !important;
  }
  .b-sp-ml25 {
    margin-left: 25 !important;
  }
  .b-sp-ml30 {
    margin-left: 30 !important;
  }
  .b-sp-ml35 {
    margin-left: 35 !important;
  }
  .b-sp-ml40 {
    margin-left: 40 !important;
  }
  .b-sp-ml45 {
    margin-left: 45 !important;
  }
  .b-sp-ml50 {
    margin-left: 50 !important;
  }
  .b-sp-ml55 {
    margin-left: 55 !important;
  }
  .b-sp-ml60 {
    margin-left: 60 !important;
  }
  .b-sp-ml65 {
    margin-left: 65 !important;
  }
  .b-sp-ml70 {
    margin-left: 70 !important;
  }
  .b-sp-ml75 {
    margin-left: 75 !important;
  }
  .b-sp-ml80 {
    margin-left: 80 !important;
  }
  .b-sp-ml85 {
    margin-left: 85 !important;
  }
  .b-sp-ml90 {
    margin-left: 90 !important;
  }
  .b-sp-ml95 {
    margin-left: 95 !important;
  }
  .b-sp-ml100 {
    margin-left: 100 !important;
  }
}

/* text-align
-------------------------------------------------------------- */
.b-tac {
  text-align: center;
}

.b-tal {
  text-align: left;
}

.b-tar {
  text-align: right;
}

.b-sp-display {
  display: none;
}

.b-pc-display {
  display: block;
}

.b-sp-display-inline {
  display: none;
}

.b-pc-display-inline {
  display: inline;
}

@media screen and (max-width: 767px) {
  .b-sp-display {
    display: block;
  }
  .b-pc-display {
    display: none;
  }
  .b-sp-display-inline {
    display: inline;
  }
  .b-pc-display-inline {
    display: none;
  }
}

/* ああああああ */
@media screen and (min-device-width: 1025px) {
  body {
    min-width: 320px;
  }
}

.wrap {
  padding: 0px 0 24px;
  background: #f2f2f2;
}

@media screen and (min-width: 768px) {
  .wrap {
    padding: 10px 0 0;
  }
}

.inner {
  margin: 0 4%;
}

@media screen and (min-width: 768px) {
  .inner {
    margin: 0 3%;
  }
  .inner::after {
    content: "";
    display: block;
    clear: both;
  }
}

@media screen and (min-width: 1000px) {
  .inner {
	width: 1120px;
	margin: auto;
  }
}

.contents {
  padding: 0 0 1px;
}

@media screen and (min-width: 768px) {
  .contents {
    float: left;
    width: 74%;
    padding: 0;
  }
}

@media screen and (min-width: 1000px) {
  .contents {
	width: 724px;
  }
}

@media screen and (min-width: 768px) {
  .side {
    float: right;
    width: 24%;
  }
}

@media screen and (min-width: 1000px) {
  .side {
	width: 300px;
  }
}

.list-latest {
	margin: 0 0 52px;
}

.list-data,
.list-corp {
  margin: 0 0 40px;
}

@media screen and (min-width: 768px) {
  .list-data,
  .list-corp {
    margin: 0 0 24px;
  }
}

@media screen and (min-width: 768px) {
  .list-latest ul,
  .list-data ul,
  .list-corp ul {
    margin: 0;
  }
  .list-latest ul::after,
  .list-data ul::after,
  .list-corp ul::after {
    content: "";
    display: block;
    clear: both;
  }
}

@media screen and (max-width: 767px) {
  .list-latest li,
  .list-data li,
  .list-corp li {
    padding: 16px 0;
  }
}

@media screen and (min-width: 768px) {
  .list-latest li,
  .list-data li,
  .list-corp li {
    position: relative;
    width: 100%;
    margin: 0 0 10px;
  }
	.list-latest li .list-latest-img{
	width: 160px;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
		padding: 10px;
	}
	.list-latest li .list-txtbox{
	width: calc(100% - 220px);
	display: inline-block;
	vertical-align: top;
		padding: 0 10px 0 0;
	}
}

@media screen and (min-width: 1000px) {
  .list-latest li,
  .list-data li,
  .list-corp li {
	width: 100%;
	clear: both;
	padding-bottom: 20px;
  }
}
.list-latest li a,
  .list-data li a,
  .list-corp li a {
	display: block;
	  transition: 0.2s;
  }
.list-latest li a:hover,
  .list-data li a:hover,
  .list-corp li a:hover {
	background: #fff;
  }
.list-latest h2 {
  font-size: 24px;
  font-weight: bold;
  color: #c72825;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .list-latest h2 {
    margin: 0 0 20px;
    font-size: 28px;
  }
}

.list-data h2,
.list-corp h2 {
  margin: 0 0 6px;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .list-data h2,
  .list-corp h2 {
    margin: 0;
    padding: 0 0 6px;
    font-size: 30px;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .list-latest-img,
  .list-data-img,
  .list-corp-img {
    display: inline-block;
    width: 35%;
  }
	.list-latest li .list-txtbox{
	width: 60%;
		margin-left: 1%;
	display: inline-block;
	vertical-align: top;
		padding: 0 1% 0 0;
	}
	.list-latest li a:hover,
  .list-data li a:hover,
  .list-corp li a:hover {
	background: #efefef;
  }
}

.list-latest-title,
.list-data-title,
.list-corp-title {
  font-weight: bold;
  text-align: justify;
  text-justify: inter-ideograph;
  color: #000;
}

@media screen and (max-width: 767px) {
  .list-latest-title,
  .list-data-title,
  .list-corp-title {
    font-size: 13px;
    line-height: 1.3;
  }
}

@media screen and (min-width: 768px) {
  .list-latest-title,
  .list-data-title,
  .list-corp-title {
	margin: 8px 0 0;
	font-size: 17px;
	line-height: 1.6;
  }
}

.list-latest-txt,
.list-data-txt,
.list-corp-txt {
  font-size: 12px;
  text-align: justify;
  text-justify: inter-ideograph;
  color: #575757;
}

@media screen and (max-width: 767px) {
  .list-latest-txt,
  .list-data-txt,
  .list-corp-txt {
    width: 100%;
    margin: 6px 0 0 3%;
    line-height: 1.4;
  }
}

@media screen and (min-width: 768px) {
  .list-latest-txt,
  .list-data-txt,
  .list-corp-txt {
    margin: 6px 0 6px;
    line-height: 1.8;
  }
}

@media screen and (min-width: 768px) {
  .list-useful {
    margin: 0 0 60px;
  }
}

.list-useful h2 {
  margin: 0 0 6px;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .list-useful h2 {
    margin: 0;
    padding: 0 0 6px;
    font-size: 30px;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .list-backup,
  .list-storage,
  .list-hdd {
    margin: 0 0 40px;
  }
}

.list-backup ul,
.list-storage ul,
.list-hdd ul {
  margin: 16px 0;
}

@media screen and (min-width: 768px) {
  .list-backup ul,
  .list-storage ul,
  .list-hdd ul {
    margin: 0 0 38px;
  }
}

.list-backup ul::after,
.list-storage ul::after,
.list-hdd ul::after {
  content: "";
  display: block;
  clear: both;
}

.list-backup li,
.list-storage li,
.list-hdd li {
  float: left;
  width: 48%;
}

@media screen and (min-width: 768px) {
  .list-backup li::after,
  .list-storage li::after,
  .list-hdd li::after {
    content: "";
    display: block;
    clear: both;
  }
}

.list-backup li:nth-child(2),
.list-storage li:nth-child(2),
.list-hdd li:nth-child(2) {
  margin: 0 0 0 4%;
}

@media screen and (min-width: 768px) {
  .list-backup-img,
  .list-storage-img,
  .list-hdd-img {
    float: left;
    width: 52%;
  }
}

@media screen and (max-width: 767px) {
  .list-backup-img img,
  .list-storage-img img,
  .list-hdd-img img {
    width: 100%;
  }
}

.list-backup-title,
.list-storage-title,
.list-hdd-title {
  margin: 8px 0 0;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.3;
  text-align: justify;
  text-justify: inter-ideograph;
  color: #000;
}

@media screen and (min-width: 768px) {
  .list-backup-title,
  .list-storage-title,
  .list-hdd-title {
    float: right;
    margin: 0 2% 0 0;
    width: 43%;
    font-size: 15px;
    line-height: 1.6;
  }
}

li a {
  text-decoration: none;
}

.tag-best {
  display: none;
}

@media screen and (min-width: 768px) {
  .tag-best {
    display: block;
    position: absolute;
    top: 10px;
    left: -4px;
    width: 56px;
    padding: 4px 0;
    font-size: 13px;
    color: #fff;
    background: #c72825;
    box-shadow: -3px 3px 12px rgba(0, 0, 0, 0.3);
    text-align: center;
  }
}
/* 0403 ボタンを書き換えてよければこれに変えたい*
.btn-next {
	position: relative;
	display: block;
	margin: 6px auto 12px;
	padding: 12px 0;
	width: 53%;
	background: #048c01;
	color: #fff;
	text-decoration: none;
	text-align: center;
}

.btn-next::after {
	content: "";
	position: absolute;
	top: 15px;
	right: 4%;
	display: block;
	width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
}

/* 0403 ボタンを書き換えてよければこれに変えたい*/

.btn_box {
    width: 260px;
    margin: 0 auto;
}
.flow-list__btn {
	position: relative;
	display: block;
	background: #048c01;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	text-align: center;
	/*width: 64%;*/
	max-width: 240px;
	margin: 16px auto 0;
	padding: 14px 0;
}
@media screen and (min-width:767px) {
	.flow-list__btn {
		width: 260px;
		max-width: inherit;
		margin: 20px 0 5px;
		padding: 14px 0;
		font-size: 20px;
	}
}

.flow-list__btn:hover {
    opacity: 0.5;
}

.flow-list__btn::after {
	content: "";
	display: block;
	position: absolute;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 16px;
	right: 8px;
	width: 8px;
	height: 8px;
}
@media screen and (min-width:767px) {
	.flow-list__btn::after {
		top: 18px;
		right: 12px;
		width: 9px;
		height: 9px;
	}
}

.list-icon {
  position: relative;
  height: 45px;
  padding: 0 0 0 45px;
  font-size: 16px;
  font-weight: bold;
  color: #048c01;
}

@media screen and (max-width: 767px) {
  .list-icon {
    border-bottom: 2px solid #dfdfdf;
  }
}

@media screen and (min-width: 768px) {
  .list-icon {
    height: 68px;
    border-top: 2px solid #dfdfdf;
  }
}

.list-data .list-icon,
.list-corp .list-icon {
  background: url(../img/common/icon_data.png) no-repeat 0 50%;
  background-size: 24px;
}

.list-backup .list-icon {
  background: url(../img/common/icon_backup.png) no-repeat 0 60%;
  background-size: 30px;
}

.list-storage .list-icon {
  background: url(../img/common/icon_storage.png) no-repeat 0 50%;
  background-size: 26px;
}

.list-hdd .list-icon {
  background: url(../img/common/icon_hdd.png) no-repeat 0 50%;
  background-size: 32px;
}

.list-icon-txt {
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
}

.btn-more {
  display: none !important;
  text-decoration: none;
  font-weight: normal;
  color: #fff;
  background: #048c01;
}

@media screen and (max-width: 767px) {
  .btn-more {
    position: relative;
    width: 53%;
    margin: 6px auto 0;
    padding: 9px;
    text-align: center;
  }
  .btn-more::after {
    content: "";
    position: absolute;
    top: 12px;
    right: 4%;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
  }
}

@media screen and (min-width: 768px) {
  .btn-more {
    position: absolute;
    right: 0;
    bottom: 50%;
    transform: translateY(50%);
  }
}

@media screen and (min-width: 767px) {
  .btn-more span {
    position: relative;
    display: block;
    width: 130px;
    padding: 7px 0;
    font-size: 14px;
    text-align: center;
  }
}

.btn-more span::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 6px;
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

.side h2 {
  margin: 0 0 12px;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .side h2 {
    margin: 40px 0 20px;
    font-size: 28px;
  }
}

@media screen and (min-width: 768px) {
  .side h2:nth-of-type(2) {
    font-size: 21px;
  }
}

@media screen and (min-width: 860px) {
  .side h2:nth-of-type(2) {
    font-size: 24px;
  }
}

@media screen and (min-width: 920px) {
  .side h2:nth-of-type(2) {
    font-size: 28px;
  }
}

.list-rank,
.list-recommend {
  padding: 0 7%;
  background: #fff;
}

@media screen and (min-width: 768px) {
  .list-rank,
  .list-recommend {
    padding: 12px 20px 12px 16px;
  }
}

.list-rank li,
.list-recommend li {
  padding: 24px 0;
}

.list-rank li a p,
.list-recommend li a p{
	font-size: 14px;
	line-height: 1.6;
	color:#333;
}
@media screen and (max-width: 767px) {
.list-rank li a p,
.list-recommend li a p{
	font-size: 12px;
	line-height: 1.6;
	color:#333;
}
}

@media screen and (min-width: 768px) {
  .list-rank li,
  .list-recommend li {
	padding: 20px 0;
  }
}

.list-rank li::after,
.list-recommend li::after {
  content: "";
  display: block;
  clear: both;
}

.list-rank li:not(:last-child),
.list-recommend li:not(:last-child) {
  border-bottom: 1px solid #dfdfdf;
}

.list-rank {
  margin: 0 0 46px;
  padding-top: 4px;
}

@media screen and (min-width: 768px) {
  .list-rank {
    margin: 0 0 36px;
    padding-top: 0;
  }
}

.list-rank li {
  counter-increment: section;
}

.list-rank-img,
.list-recommend-img {
	text-align: center;
	width: 100%;
}

@media screen and (min-width: 768px) {
  .list-rank-img,
  .list-recommend-img {
	width: 100%;
  }
}

.list-rank-title,
.list-recommend-title {
	float: right;
	width: 100%;
	font-size: 13px;
	font-weight: bold;
	color: #000;
	text-align: justify;
	text-justify: inter-ideograph;
}

@media screen and (min-width: 768px) {
  .list-rank-title,
  .list-recommend-title {
	width: 100%;
	font-size: 16px;
	line-height: 1.6;
	margin: 10px 0
  }
}
@media screen and (max-width: 767px) {
  .list-rank-title,
  .list-recommend-title {
	width: 100%;
	font-size: 14px;
	line-height: 1.6;
	margin: 10px 0
  }
}
.list-rank-img {
  position: relative;
}

.list-rank-img::before {
  content: counter(section);
  position: absolute;
  top: -18px;
  left: -16px;
  display: block;
  width: 35px;
  padding: 7px 0;
  color: #fff;
  background: #c72825;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
}

@media screen and (min-width: 768px) {
  .list-rank-img::before {
    top: -12px;
    left: -12px;
    display: block;
    width: 25px;
    padding: 5px 0;
    font-size: 16px;
  }
}

.detail .wrap {
  padding: 24px 0;
}

@media screen and (min-width: 768px) {
  .detail .wrap {
    padding: 200px 0 50px;
  }
}

@media screen and (min-width: 768px) {
  .detail .contents {
    width: 70%;
  }
}

@media screen and (min-width: 1000px) {
  .detail .contents {
	width: 724px;
  }
}

.detail-title {
  font-size: 23px;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .detail-title {
    margin: -.4em 0 0;
    font-size: 28px;
    line-height: 1.8;
  }
}

@media screen and (min-width: 1000px) {
  .detail-title {
	margin: -.3em 0 0;
	font-size: 31px;
	padding-top: 0px;
  }
}

.detail-subtitle {
  position: relative;
  margin: 0 0 16px;
  padding: 0 0 0 18px;
  font-weight: bold;
  line-height: 1.8;
}
.detail-subtitle2 {
  position: relative;
  margin: 0 0 16px;
  padding: 0 0 0 18px;
  font-weight: bold;
  line-height: 1.8;
}
.detail-subtitle3 {
  font-size: 18px;
  line-height: 1.8;
	font-weight: bold;
	margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
  .detail-subtitle {
    margin: 0 0 24px;
    padding: 0 0 0 16px;
    font-size: 20px;
    border-width: 7px;
  }
	.detail-subtitle2 {
    margin: 0 0 24px;
    padding: 0 0px 0 16px;
    font-size: 20px;
    border-width: 7px;
  }
	.detail-subtitle3 {
  font-size: 16px;
  line-height: 1.8;
	font-weight: bold;
	margin-bottom: 16px;
}
}

.detail-subtitle::before {
  content: "";
  display: block;
  position: absolute;
  top: 5%;
  left: 0;
  width: 6px;
  height: 90%;
  background: #048c01;
}
.detail-subtitle2::before {
  content: "";
  display: block;
  position: absolute;
  top: 0%;
  left: 0;
  width: 6px;
  height: 100%;
  background: #048c01;
}

@media screen and (min-width: 768px) {
  .detail-subtitle::before {
    top: 12%;
    width: 7px;
    height: 76%;
  }
	.detail-subtitle2::before {
    top: 0%;
    width: 7px;
    height: 100%;
  }
}

.detail-date {
  margin: 6px 0 0;
  font-size: 13px;
  color: #939393;
}

@media screen and (min-width: 768px) {
  .detail-date {
    margin: 2px 0 0;
    font-size: 18px;
  }
}

.detail-mv {
  margin: 16px 0 0;
}
.detail-mv-mb16 {
  margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
  .detail-mv {
    margin: 24px 0;
  }
}

.detail-img {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .detail-img {
    margin: 24px 0;
  }
}

.detail-txt {
    margin-top: 10px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 1.8;
    text-align: justify;
    text-justify: inter-ideograph;
    color: #000;
}
.detail-txt  strong{
    margin: 0px 0 10px;
    padding-top: 10px;
    font-size: 18px;
    font-weight: bold;
    display: block;
}
.detail-txt .bold{
	font-weight: bold;
}
.detail-txt  em{
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .detail-txt {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 24px;
    line-height: 1.6;
  }
}
.detail-list {
  margin-bottom: 32px;
}
.detail-list li {
  font-size: 16px;
  line-height: 1.8;
  text-align: justify;
  color: #000;
}
.detail-list-sub {
  margin-top: 5px;
  padding-left: 20px;
}

.detail .list-relate h2 {
  margin: 40px 0 0;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .detail .list-relate h2 {
    margin: 50px 0 0;
    padding: 0 0 6px;
    font-size: 24px;
    border-bottom: 2px solid #dfdfdf;
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  .detail .list-relate ul {
    margin: 20px 0 40px;
  }
  .detail .list-relate ul::after {
    content: "";
    display: block;
    clear: both;
  }
}

.detail .list-relate ul li {
  padding: 16px 0;
}

@media screen and (min-width: 768px) {
  .detail .list-relate ul li {
    float: left;
    width: 31%;
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  .detail .list-relate ul li:not(:first-child) {
    margin: 0 0 0 3.5%;
  }
}

@media screen and (max-width: 767px) {
  .detail .list-relate ul li:not(:last-child) {
    border-bottom: 2px solid #dfdfdf;
  }
}

@media screen and (max-width: 767px) {
  .detail .list-relate ul li::after {
    content: "";
    display: block;
    clear: both;
  }
}

@media screen and (max-width: 767px) {
  .detail .list-relate-img {
    float: left;
    width: 49%;
  }
}

.detail .list-relate-title {
  font-weight: bold;
  color: #000;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (max-width: 767px) {
  .detail .list-relate-title {
    float: left;
    width: 45%;
    margin: 0 0 0 3%;
    font-size: 13px;
    line-height: 1.3;
  }
}

@media screen and (min-width: 768px) {
  .detail .list-relate-title {
    margin: 20px 0 0;
    font-size: 14px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 900px) {
  .detail .list-relate-title {
    font-size: 15px;
  }
}

.detail .list-relate-txt {
  float: left;
  width: 45%;
  margin: 6px 0 0 3%;
  font-size: 12px;
  line-height: 1.4;
  text-align: justify;
  text-justify: inter-ideograph;
  color: #575757;
}

@media screen and (min-width: 768px) {
  .detail .list-relate-txt {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .detail .side h2:nth-of-type(1) {
    margin-top: 46px;
  }
	 .top .side h2:nth-of-type(1) {
    margin-top: 46px;
  }
}

@media screen and (max-width: 767px) {
  .detail-sns {
    padding: 12px;
    background: #fff;
  }
}

@media screen and (min-width: 768px) {
  .detail-sns {
    margin: 16px 0 0;
  }
  .detail-sns::after {
    content: "";
    display: block;
    clear: both;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .detail-sns ul {
    margin: 6px 0 0;
  }
}

@media screen and (min-width: 1000px) {
  .detail-sns ul {
    float: right;
  }
}

@media screen and (max-width: 767px) {
  .detail-sns ul::after {
    content: "";
    display: block;
    clear: both;
  }
}

@media screen and (min-width: 1000px) {
  .detail-sns ul::after {
    content: "";
    display: block;
    clear: both;
  }
}

@media screen and (max-width: 767px) {
  .detail-sns ul li {
    float: left;
    width: 24%;
  }
}

@media screen and (min-width: 768px) {
  .detail-sns ul li {
    float: left;
    width: 23.5%;
  }
}

.detail-sns ul li:not(:first-child) {
  margin: 0 0 0 1.3%;
}

@media screen and (min-width: 768px) {
  .detail-sns ul li:not(:first-child) {
    margin: 0 0 0 2%;
  }
}

.detail-sns ul li img {
  width: 100%;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .detail-fb {
    margin: 12px auto 0;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .detail-fb {
    width: 170px;
  }
}

@media screen and (min-width: 1000px) {
  .detail-fb {
    float: left;
  }
}

.detail-bnr {
  margin: 26px 5% 0;
}

@media screen and (min-width: 768px) {
  .detail-bnr {
    margin: 50px 0 0;
  }
  .detail-bnr::after {
    content: "";
    display: block;
    clear: both;
  }
}

@media screen and (min-width: 768px) {
  .detail-bnr li {
    float: left;
    width: 48%;
  }
}

.detail-bnr li:last-child {
  margin: 18px 0 0;
}

@media screen and (min-width: 768px) {
  .detail-bnr li:last-child {
    margin: 0 0 0 4%;
  }
}
.detail .detail-note {
	font-size: 12px;
	line-height: 1.2;
}
.detail .detail-talk {
	position: relative;
	display: flex;
	display: -webkit-flex;
	align-items: baseline;
}
@media screen and (max-width: 767px) {
  .detail .detail-talk {
    padding-bottom: 10px
  }
}
.detail .detail-talk-l {
	flex-direction: row;
}
.detail .detail-talk-r {
	flex-direction: row-reverse;
}
.detail .detail-talk--img_l {
	margin-right:30px;
}
.detail .detail-talk--img_r {
	margin-left:30px;
}
.detail .detail-talk--txt_l {
	position: relative;
	border-radius: 15px;
	box-sizing: border-box;
	width: 360px;
	padding:20px;
	font-size: 16px;
	line-height: 1.5;;
	background: #ffe321;
}
.detail .detail-talk--txt_l:before {
	content:"";
  position: absolute;
  display: block;
  width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 30px 15px 0;
	border-color: transparent #ffe121 transparent transparent;
  left: -15px;
  top: 15px;
}
.detail .detail-talk--txt_r {
	position: relative;
	border-radius: 15px;
	box-sizing: border-box;
	width: 360px;
	padding:20px;
	font-size: 16px;
	line-height: 1.5;
	background: #8dd7f3;
}
.detail .detail-talk--txt_r:before {
	content:"";
  position: absolute;
  display: block;
  width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 0 15px 30px;
	border-color: transparent transparent transparent #8dd8f3;
  right: -15px;
  top: 15px;
}
@media screen and (max-width: 767px) {
  .detail .detail-talk--txt_l,
	.detail .detail-talk--txt_r {
		width: 80%;
  }
}
@media screen and (min-width: 768px) {
  .detail .list-relate ul li {
    float: left;
    width: 31%;
    padding: 0;
  }
}

/*detail37.html*/

.wrap .useful {
	padding:10px;
	margin-bottom:30px;
	background: #fff;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
  justify-content: space-around;
}
.wrap .useful--box {
	width: 22%;
}
.wrap .useful--ttl {
	color: #b21d1c;
	font-size: 18px;
	font-weight: bolder;
	display: block;
	margin: 10px 0;
	text-align: center
}
.wrap .useful--img {
	display: block;
	margin: 0 auto 20px;
	max-width: 100%;
	height: auto
}
.wrap .useful--description {
	font-size: 14px;
	line-height: 1.6;
}
.wrap .useful--note {
	margin-top: 10px;
	display: block;
	font-size: 12px;
}
@media screen and (max-width: 767px) {
	.wrap .useful {
		-webkit-flex-wrap: wrap;
  	flex-wrap: wrap;
	}
	.wrap .useful--box {
		width: 45%;
	}
	.wrap .useful--ttl {
		font-size: 16px;
	}
	.wrap .useful--description {
		line-height: 1.4;
	}
}

.wrap .trable {
	margin: 0 0 50px 0
}
.wrap .trable--content {
	display: table;
	width: 100%;
	background-color: #ebebeb
}
.wrap .trable--content:nth-child(2n) {
	background-color: #fff
}
.wrap .trable--box {
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
	padding:10px 0;
	position: relative
}
.wrap .trable--box-left {
	width: 50%;
	border-right: 1px solid #333;
	text-align: center;
}
.wrap .trable--box-right {
	width: 50%;
}
.wrap .trable--box-ttl {
	background-color: #b21d1c;
	padding:10px 0;
	border-right: 1px solid #fff
}
.wrap .trable--ttl {
	color: #fff;
	display: block;
	font-size: 24px;
	text-align: center;
}
.wrap .trable--sub_ttl {
	color: #b21d1c;
	font-size: 20px;
	font-weight: bolder;
	display: block;
	text-align: center;
	padding:10px 10px 0 10px;
}
.wrap .trable--img {
	margin: -10px 0 0 0;
	width: 300px;
}
.wrap .trable--description {
	font-size: 14px;
	padding: 10px;
	box-sizing: border-box;
	line-height: 1.6;
}
@media screen and (max-width: 767px) {
	.wrap .trable--ttl {
		font-size: 16px;
		line-height: 1.4;
	}
	.wrap .trable--sub_ttl {
		font-size: 16px;
		line-height: 1.4;
	}
	.wrap .trable--img {
		margin: 0;
	}
	.wrap .trable .pc {
		display: none;
	}
}



/*# sourceMappingURL=style.css.map */
/*--------- style phone header ----------------*/


.area-list__item a {
  background-color: #3E8926;
  border-radius: 4px;
  color: #2D2D2F;
  display: table;
  padding: 1.5px;
  text-decoration: none;
  width: 100%;
}
.area-list__item:nth-child(2) .area-list__txt,
.area-list__item:nth-child(3) .area-list__txt {
  letter-spacing: 0.3em;
}
.area-list__txt,
.area-list__number {
  display: table-cell;
  vertical-align: middle;
}
.area-list__txt {
  background-color: #D2E3D2;
  font-size: 11px;
  line-height: 19px;
  font-weight: bold;
  width: 45px;
  padding-left: 10px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  margin-top: 0.5px;
}
.area-list__item span.area-list__txt:after,
.area-list__item span.area-list__number:after {
  display: none;
}
.area-list__number {
  background-color: #FFF;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.05em;
  padding-left: 12px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.detail-txt.mb10 {
  margin-bottom: 10px;
}
.link-padg {
  padding-left: 5px;
}

/*20191203追記*/

a.hoge {
	width: 80%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 2px solid #FF0000;
	height: 30px;
	text-decoration: none;
	line-height: 30px;
	border-radius: 20px;
	font-weight: bold;
	color: #C40000;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background-color: #FFFFFF;
 }
a.hoge:hover {
	background-color: #FF0000;
	color: #FFFFFF;
}

.before-area-list{
  width: 220px;
  margin-right: -40px;
}
@media screen and (max-width: 1050px) {
  .before-area-list{
    margin-right: 0;
  }
}



.menu_new_sp{
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  color: #3E8926;
  display: block;
  padding: 0 16px;
  margin-top: 8px;
  margin-bottom: 20px;
}
/*20210520追記*/
.tab-panel{
	background-color: #F2F2F2;
	padding: 20px 0px;
}
 .tab-group{
  text-align: center;
			  margin-bottom: 0px;
			  margin-top: 10px;
	 margin-left: auto;
	 margin-right: auto;
	 width: 1180px;
	 
}
.tab{
	display: inline-block;
	padding: 1% 1.5%;
	margin: 0.25%;
	vertical-align: middle;
	list-style: none;
	border: solid 1px #CCC;
	text-align: center;
	width: 15%;
	cursor: pointer;
	font-size:80%;
	background-color: #fff;
}
.panel-group{
}
.panel{
  display:none;
}
.tab.is-active{
	background-color: #048C01;
	color: #FFF;
	transition: all 0.2s ease-out;
}
.panel.is-show{
  display:block;
}
@media screen and (max-width: 1180px) {
	 .tab-group{
  text-align: center;
			  margin-bottom: 0px;
			  margin-top: 10px;
	 margin-left: auto;
	 margin-right: auto;
	 width: 100%;
	 
}
	.tab{
	display: inline-block;
  padding:2% 1.5% 0.5%!important;
	margin: 1% 0.5%!important;
	vertical-align: middle;
  list-style:none;
  border:solid 1px #CCC;
  text-align:center;
	width: 40%!important;
	font-size:12px;
	min-height: 26px;
  cursor:pointer;
}
}
@media screen and (max-width: 767px) {
	 .tab-group{
	display: block;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
	width: 100%;
}
.tab{
	display: inline-block;
  padding:4% 1.5% 1.0%!important;
	margin: 1% 0.5%!important;
	vertical-align: middle;
  list-style:none;
  border:solid 1px #CCC;
  text-align:center;
	width: 40%!important;
	font-size:12px;
	min-height: 26px;
  cursor:pointer;
}
.panel-group{
}
.panel{
  display:none;
}
.tab.is-active{
	color: #FFF;
	transition: all 0.2s ease-out;
}
.panel.is-show{
  display:block;
}


}

.bradlist {
	font-size: 12px;
	margin-bottom: 20px;
}
.bradlist a{
	color:#000;
}
/* 下層
-------------------------------------------------------------- */
.common-banner {
  padding: 6% 3% 5%;
/*  background: #f0f0f0;*/
  text-align: center;
}
.common-banner02 {
  padding: 0 3%!important;
}
@media screen and (min-width:768px) {
  .common-banner {
	margin: 0 3%;
	padding-top: 60px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 20px;
	background: #fff;
  }
  .common-banner .b-pc-display img {
    border: 1px solid #d6d6d6;
  }
}
@media screen and (min-width:1000px) {
  .common-banner {
    margin: 0;
  }
}
@media screen and (max-width:999px) {
  .b-tab-display {
    display: none;
  }


}
.pan {
	font-size: 12px;
	text-decoration: none;
	padding-bottom: 20px;
}
.float-r{
    float: right;
    padding-left: 20px;
    padding-bottom: 20px;
}
@media screen and (max-width:767px) {
	.pan {
	display: none;
}
	.float-r{
	float: none;
		padding-left: 0px;
    padding-bottom: 0px;
}
	.float-r img{
		width: 100%;
		height: auto;
	}
}
#acMenu dt{
    display: block;
    height: auto;
    text-align: center;
    padding-top: 20px;
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 20px;
    background-color: #048C01;
    cursor: pointer;
    border-radius: 20px;
    color: #FFFFFF;
    margin-bottom: 24px;
    position: relative;
    font-weight: bold;
	line-height: 1.8;
}
#acMenu dt::after{
	content: "▼";
	position: absolute;
	right:20px;
	top:28%;
	font-size:20px;
	font-weight: bold;
}
#acMenu dt.opened::after{
	content: "▲";
	position: absolute;
	right:20px;
	top:28%;
	font-size:20px;
	font-weight: bold;
}
#acMenu dd{
display:none;
}
.tbl{
	width: 100%;
	border-top:1px solid #666;
	border-left:1px solid #666;
}
.tbl th{
    padding: 2%;
    text-align: center;
    border-bottom: 1px solid #666;
    border-right: 1px solid #666;
    background-color: #048C01;
	color: #fff;
}
.tbl td{
	padding: 2%;
	text-align: center;
	border-bottom:1px solid #666;
	border-right:1px solid #666;
}
footer .add_txt_nasne{
  max-width: 952px;
  width: 100%;
  margin: 0 auto;
  font-size: 15px;
  line-height: 26px;
	display: none;
}
@media screen and (max-width: 767px) {
  footer .add_txt_nasne{
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 20px;
    max-width: 92%;
  }
	}

/*20220621追記*/
.product-media_list__name .txt1{
	line-height: 1;
	margin-top: -5px;
}
.product-media_list__name .txt1 small {
    font-size: 10px;
}
.product-media_list__name p.txt2{
	margin-top: 15px;
}



.before-area-list .before-area-list__item{
  width: 100%;
}

.before-area-list .before-area-list__item a{
	border: 2px solid #dc143c;
	background-color: rgba(199,40,37,0.10);
	/*color: #C72825;*/
	color:#dc143c;
	/*height: 49px;*/
	display: flex;
	align-items: center;
	border-radius: 6px;
	font-size: 12px;
	line-height: 18px;
	font-weight: 600;
	letter-spacing: 0;
	text-decoration: none;
	/*padding: 10px 13px;*/
	padding: 5px 13px;
	padding-right: 20px;
	box-sizing: border-box;
	text-align: left;
	position: relative;
	margin: 0 0 5px;
}

.before-area-list .before-area-list__item a::after{
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1px solid #dc143c;
  border-top: 1px solid #dc143c;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 9px;
  margin: auto;
  transform: rotate(45deg);
}

.before-area-list .before-area-list__item a span{
  width: 100%;
	text-align: center;
}