@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho&display=swap');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css');

/* html5 reset*/
html {
  overflow-y: scroll;
}
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, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset, img {
  border: 0;
}
h1, h2, h3, h4, h5, h6, address, caption, cite, code, dfn, em, strong, th, var, span {
  font-style: normal;
  font-weight: normal;
}
li {
  list-style: none;
}
article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}
q:before, q:after {
  content: '';
}
abbr, acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
img {
  vertical-align: bottom;
}
/* original reset */
html {
  font-size: 100%; /* (16px) */
  line-height: 1.0;
  overflow-x: hidden;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #000000;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
a:link {
  color: #000000;
}
a:visited {
  text-decoration: none;
}
a:hover {
  color: #000000;
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
a[href^="tel:"] {
  cursor: default;
}
/* html5 reset +alpha */
/* common item */
.clrfx:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}
.clrfx {
  zoom: 1;
}
.clr {
  clear: both;
}
.fltl {
  float: left;
}
.fltr {
  float: right;
}
.leftAdjust {
  text-align: left;
}
.rightAdjust {
  text-align: right;
}
.centerAdjust {
  text-align: center;
}
.topAdjust {
  vertical-align: top;
}
.middleAdjust {
  vertical-align: middle;
}
.bottomAdjust {
  vertical-align: bottom;
}
.rlt {
  position: relative;
}
.abs {
  position: absolute;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
del {
  text-decoration: line-though;
}
img {
  max-width: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  height: auto;
}
a img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
iframe {
  max-width: 100%;
  line-height: 1;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: alpha(opacity=70);
}
a:hover img.opa100 {
  opacity: 1.0;
  filter: alpha(opacity=100);
  -ms-filter: alpha(opacity=100);
}
.grecaptcha-badge {
  display: none;
}
/* body style */
body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-style: normal;
  color: #000000;
   font-size: 100%;
  -webkit-text-size-adjust: 100%;
  font-weight: 400;
  line-height: 1;
	padding-top: 100px;
}
@media screen and (max-width: 1280px) {
	  body {
   padding-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 100%;
  }
}

/*-------------------------------------*/
/*	contents	*/
/*-------------------------------------*/
main {

}
main p {
    line-height: 1.5;
}
hr {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #FFFFFF;
}
#wrapper {
  position: relative;
}
.content {
  max-width: 1350px;
  margin: 0 auto;
}
.w800 {
  max-width: 800px;
  margin: 0 auto;
}
.section {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.section_t {
  padding-top: 80px !important;
}
.section_b {
  padding-bottom: 80px !important;
}
@media print, screen and (min-width: 768px) {
  .sp_view {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc_view {
    display: none !important;
  }
}
@media screen and (max-width:768px) {
  .section {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .section_t {
    padding-top: 60px !important;
  }
  .section_b {
    padding-bottom: 60px !important;
  }
}
/*-------------------------------------*/
/*	ヘッダー関連	*/
/*-------------------------------------*/
header h1 {
  text-indent: -9999px;
  display: none;
}
header {
  width: 100%;
  height: 100px;
  background-color: #F5D03A;
	transition: .3s;
  z-index: 10;
	  position: fixed;
  top: 0;
  left: 0;

}

header .inner {
height: 100px;
  width: 100%;
  padding: 0 30px;
	transition: .3s;
	position: relative;
}
header .inner .logo {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 20%;
  max-width: 250px;
  display: block;
  transition: .3s;
}

#gbl {
  display: flex;
  justify-content: flex-end;
  transition: .3s;
  align-items: center;
    margin: 0 0 0 auto;
}
#gbl ul.nav_list {
  height: 100px;
  transition: .3s;
  text-align: right;
}
#gbl ul.nav_list >li{
	display: inline-block;
	position: relative;
  vertical-align: middle;
}
#gbl ul.nav_list li.gbl_nav{
  font-weight: 500;
}

header #gbl ul.nav_list li  a {
  display: block;
  padding: 0 0.5em;
  line-height: 100px;
  height: 100px;
  font-size: 113%;
  letter-spacing: 0.05em;
  color: #232323;
}
header #gbl ul.nav_list li.tel  a {
  display: flex;
  align-items: center;
  padding: 0 0.5em;
  line-height: 0;
  height: 100px;
}

header #gbl ul.nav_list > li.gbl_nav > a:after {
  position: absolute;
  opacity: 0;
  width: 0%;
  height: 1px;
  content: '';
  transition: all 0.3s;
  background: #232323;
}
header #gbl ul.nav_list > li.gbl_nav > a:after {
  left: 0;
  bottom: 20px;
}
header #gbl ul.nav_list > li.gbl_nav > a:hover:after {
  opacity: 1;
  width: 100%;
}
@keyframes fadein{
  from{
  opacity: 0;
  }
  to{
  opacity: 1;
  }
}
/* ドロップダウンメニュー */
.drop-menu {
  position: relative;
}

.drop-menu-list {
  left: 50%;
  position: absolute;
  top: 100%;
  /*transform: scaleY(0);
    transform-origin: center top;
    transition: transform .3s;*/
    transition : .5s;
  z-index: 1;
	padding: 10px;
  visibility: hidden;/*デフォルトでは非表示の状態にしておく*/
    opacity: 0;/*不透明度0*/
    transition: all .3s;/*表示の変化を0.3秒に指定*/
}
/* メニューアイテムのホバースタイル */
#gbl ul.nav_list li:hover .drop-menu-list {
  /* transform: scale(1); ドロップダウンメニューの表示 
  display: block;
animation-name: fadein;
    animation-duration: 1s;*/
    transition : 1s;
    visibility: visible;/*Gナビメニューにホバーしたら表示*/
    opacity: 1;/*不透明度1*/
}
.drop-menu-list.drop01{
  margin-left: -150px;
  width: 545px;
  border-radius: 20px;
}
.drop-menu-list.drop02{
  width: 1000px;
  border-radius: 20px;
  margin-left: -500px;
}
.drop-menu-list ul{
  background:rgba(245, 208, 58, 0.80);
  padding: 10px;
  height: 195px;
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
}
.drop-menu-list ul li a img{
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
  overflow: hidden;
  transition: ease .2s;
}
.drop-menu-list ul li a:hover img{
  opacity: 1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  transform: translateY(2px);
}

.drop-menu-item {
  transition: opacity .3s; /* 不透明度の変化をアニメーション化 */
	border-bottom: 1px solid #FFFFFF;
	text-align: left;
}
.drop-menu-item:last-child {
	border-bottom: none;
}
.drop-menu-item:hover {
  opacity: .8; /* ドロップダウンメニューアイテムのホバー時の不透明度 */
  transition: opacity .3s; /* 不透明度の変化をアニメーション化 */
}
.drop-menu-item a{
  display: block;
	padding: 0.8em 0.5em 1em 1.2em;
	line-height: 1.5;
	color: #FFFFFF;
	position: relative;
}

.drop-menu-list .drop-menu-item a:hover{
	background:rgba(0,0,0,0.80); 
}
header .inner ul li.top a span{
  background-color: #FFFFFF;
  padding: 0.3em 0.7em;
  border-radius: 50px;
}
header .inner ul li.hour{
  font-size: 100%;
  line-height: 1.5;
  text-align: left;
}

@media print {
  .menu, .gnav {
    display: none;
  }
}
@media screen and (max-width:1522px) {
  header #gbl ul.nav_list li  a {
    font-size: 100%;;
  }
  header .inner ul li.hour{
    font-size: 75%;
  }
  #gbl ul.nav_list >li.tel {
      max-width: 200px;
  }
  header .inner .logo {
    max-width: 200px;
}
}
@media screen and (min-width:1281px) {
  .menu, .gnav ,.sp_caption{
    display: none;
  }
}
@media screen and (max-width:1280px) {
  .sp_caption{
    display: block;
    font-size: 65%;
    position: absolute;
    top: 50%;
    right: 70px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    text-align: right;
    line-height: 1.5;

  }  
  #gbl{
    display: none;
  }
header {
    height: 70px;
    top: 0;
  }
  header .inner {
    height: 70px;
    width: 100%;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
	  background: none;
  }

  header .inner .logo {
    width: 40%;
    max-width: 250px;
    left: 15px;
  }
  header .inner .logo a img {
    height: 40px;
  }
  header.is-animation .inner .logo {
    width: 60%;
    max-width: 250px;
  }
  #gbl {
    display: none;
  }
  /*ハンバーガーメニュー*/
  .menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 70px;
    height: 70px;
    z-index: 100;
    cursor: pointer;
    display: block;
    transition: .5s;
  }
  .menu__line {
    display: block;
    height: 2px;
    position: absolute;
    transition: transform .3s;
    width: 50%;
    left: 50%;
    margin-left: -25%;
  }
  .menu_ttl {
    display: block;
    position: absolute;
    transition: transform .3s;
    width: 60%;
    left: 50%;
    bottom: 10px;
    margin-left: -30%;
  }
.menu__line {
    background: #FFFFFF;
  }
  .menu__line--top {
    top: 20px;
  }
  .menu__line--center {
    top: 30px;
  }
  .menu__line--bottom {
    top: 40px;
  }
  .menu__line--top.open {
    top: 30px;
    transform: rotate(45deg);
    background: #FFFFFF;
  }
  .menu__line--center.open {
    transform: scaleX(0);
  }
  .menu__line--bottom.open {
    top: 30px;
    transform: rotate(135deg);
    background: #FFFFFF;
  }
  /*gnav*/
  .gnav {
    background-color: #F6EAB3;
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 98;
    top: 70px;
    left: 0;
  }

  .gnav__wrap {
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    overflow-y: scroll;
  }
  .gnav__inner {
    width: 95%;
    max-width: 400px;
    margin: 40px auto 0 auto;
	padding-bottom: 120px;
  }
  .gnav__inner .caption{
    font-size: 88%;
    margin-bottom: 10px;
    line-height: 1.5;
  }
  .gnav__inner ul.main_menu{
    margin-bottom: 40px;
    width: 100%;
  }
  .gnav__inner ul.main_menu > li {
    font-size: 113%;
	  font-weight: 500;
    position: relative;
  }
  .gnav__inner ul.main_menu > li::before {
    content: '';
    background-image: url(../images/bg_menu_sp.svg);
    background-position: center;
    background-repeat: repeat-x;
    height: 10px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .gnav__inner ul.main_menu > li:first-child::after {
    content: '';
    background-image: url(../images/bg_menu_sp.svg);
    background-position: center;
    background-repeat: repeat-x;
    height: 10px;
    width: 100%;
    height: 10px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .gnav__inner ul.main_menu > li > a {
    display: block;
    padding: 1.5em 1em;
    position: relative;
    color: #000000;
  }
  .gnav__inner ul.main_menu > li:first-child a::before {
    content: "\f0da";
    position:absolute;
    top:50%;
    right:8px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index:1;
    font-family: FontAwesome;
    color: #705E12;
    font-size: 24px;

  }
	  .gnav__inner ul.main_menu li.img{
      padding: 1em;
  }
  .gnav__inner ul.main_menu li.img ul{
    display: flex; 
    gap: 10px 10px;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 1em;

}
.gnav__inner ul.main_menu li.img ul li{
  width: calc(100% / 2 - 10px);
}
.gnav__inner ul.main_menu li.img ul li a img{
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius:13px;
  overflow: hidden;
  transition: ease .2s;
}
.gnav__inner ul.main_menu li.img ul li a:hover img{
  opacity: 1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  transform: translateY(2px);
}
}
@media screen and (max-width:768px) {}
@media screen and (max-width:550px) {
}
/*-------------------------------------*/
/*	area	*/
/*-------------------------------------*/
#area .content{
  padding: 0 15px;
}
.area{
  background-color: #857017;
  max-width: 960px;
  margin: 0 auto;
  padding: 80px 100px;
  color: #FFFFFF;
  border-radius: 20px;
  position: relative;
}
.area::before{
  content: "";
  background-image: url(../images/point_aria.svg);
  width: 170px;
  height: 140px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 40px;
  bottom: -50px;

}
.area ul{
  display: flex;
  margin-bottom: 45px;
  align-items: center;
}

.area ul li h2{
  font-family: "Kiwi Maru", serif;
  font-size: 187%;
}
.area ul li h2 span{
  font-size: 16px;
  display: block;
  margin-top: 8px;
}
.area ul li p{
  line-height: 1.5;
}
.area ul li:first-child{
  width: 22%;
}
.area ul li:last-child{
  width: 78%;
  padding-left: 60px;
}
.area dl{
  display: flex;
  flex-wrap: wrap;
}
.area dl dt{
  width: 15%;
  font-size: 125%;
  font-weight: 400;
  line-height: 1.5;
  text-align: right;
  margin-bottom: 20px;
}
.area dl dd{
  width: 85%;
  margin-bottom: 20px;
  font-size: 107%;
  padding-left: 1em;
  line-height: 1.7;
}
@media screen and (max-width:960px) {
  .area{
    padding: 30px 15px 75px 15px;
    border-radius: 20px;
  }
  .area::before{
    content: "";
    background-image: url(../images/point_aria.svg);
    width: 100px;
    height: 86px;
    right: 20px;
    bottom: -40px;
  
  }
  .area ul{
    flex-direction: column;
  }
  .area ul li h2{
    font-size: 157%;
    margin-bottom: 25px;
    text-align: center;

  }
  .area ul li h2 span{
    font-size: 13px;
    display: block;
    margin-top: 8px;
  }
  .area ul li p{
    line-height: 1.5;
  }
  .area ul li:first-child{
    width: 100%;
  }
  .area ul li:last-child{
    width: 100%;
    padding-left: 0;
  }
  .area dl dt{
    width: 15%;
    font-size: 100%;
    margin-bottom: 20px;
    line-height: 1.7;
  }
  .area dl dd{
    width: 85%;
    margin-bottom: 20px;
    font-size: 100%;
    padding-left: 0.5em;
    line-height: 1.7;
  }
  
}
@media screen and (max-width:768px) {
  .area dl dt{
    width: 20%;
  }
  .area dl dd{
    width: 80%;
  }
}
/*-------------------------------------*/
/*	footer	*/
/*-------------------------------------*/
#side_bt{
  position: fixed;
  right: 2%;
  bottom: 70px;
  z-index: 1;
  transition-duration: .6s;
}
.is-hidden {
  visibility: hidden;
  opacity: 0;
}
footer {
  padding: 25px 15px;
  position: relative;
  background-color: #F5D03A;
}
footer a:link {
  color: #333333;
  text-decoration: underline;
}
footer a:hover {
  opacity: 0.7;
}
footer ul{
  text-align: right;
}
footer ul li{
  display: inline-block;
  margin-right: 20px;
}
footer ul li:last-child{
  margin-right: 0;
}
#fix_menu{
  display: none;
}
@media screen and (max-width:1000px) {

}
@media screen and (max-width:768px) {
  #fix_menu{
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1;
  }
  #top #fix_menu, #house-cleaning #fix_menu, #ihin #fix_menu, #pet #fix_menu{
    background-color: #857017;
    width: 100%;
    height: 60px;
    line-height: 50px;
    text-align: center;
  }
  #seiri #fix_menu,#shukatsu #fix_menu,#noukotsu #fix_menu,#shiroari #fix_menu{
    display: flex;
    width: 100%;
  }
  #seiri #fix_menu li, #shukatsu #fix_menu li, #noukotsu #fix_menu li, #shiroari #fix_menu li{
    width: 50%;
  }
  #seiri #fix_menu li a, #shukatsu #fix_menu li a, #noukotsu #fix_menu li a, #shiroari #fix_menu li a{
    height: 60px; 
    display: flex;
    align-items: center;
    padding: 5px 10px;    
  }
  #seiri #fix_menu li a img,#shukatsu #fix_menu li a img,#noukotsu #fix_menu li a img,#shiroari #fix_menu li a img{
    margin: 0 auto;
  }
  #seiri #fix_menu li:first-child a,#shukatsu #fix_menu li:first-child a,
  #noukotsu #fix_menu li:first-child a,#shiroari #fix_menu li:first-child a{
    background-color:  #857017;
  }
  #seiri #fix_menu li:last-child a{
    background-color:  #FFA41C;
  }
  #shukatsu #fix_menu li:last-child a,  #noukotsu #fix_menu li:last-child a{
    background-color:  #15C29F;
  }
    #shiroari #fix_menu li:last-child a{
    background-color:  #FF141C;
  }
  footer {
    padding: 25px 15px 85px 15px;
    position: relative;
    background-color: #F5D03A;
  }
  footer ul{
    text-align: center;
  }
  footer ul li{
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
  footer ul li:last-child{
    margin-right: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width:550px) {

}
/*----------------------------------------------------------
【font-size】フォントサイズの設定
----------------------------------------------------------*/
.b {
  font-weight: bold !important;
} /*太字*/
.normal {
  font-weight: normal !important;
} /*太字を解除*/
.f08 {
  font-size: 8px;
  font-size: 0.8rem;
}
.f09 {
  font-size: 9px;
  font-size: 0.9rem;
}
.f10 {
  font-size: 10px;
  font-size: 1.0rem;
}
.f11 {
  font-size: 11px;
  font-size: 1.1rem;
}
.f12 {
  font-size: 12px;
  font-size: 1.2rem;
}
.f13 {
  font-size: 13px;
  font-size: 1.3rem;
}
.f14 {
  font-size: 14px;
  font-size: 1.4rem;
}
.f15 {
  font-size: 15px;
  font-size: 1.5rem;
}
.f16 {
  font-size: 16px;
  font-size: 1.6rem;
}
.f17 {
  font-size: 17px;
  font-size: 1.7rem;
}
.f18 {
  font-size: 18px;
  font-size: 1.8rem;
}
.f19 {
  font-size: 19px;
  font-size: 1.9rem;
}
.f20 {
  font-size: 20px;
  font-size: 2.0rem;
}
.f21 {
  font-size: 21px;
  font-size: 2.1rem;
}
.f22 {
  font-size: 22px;
  font-size: 2.2rem;
}
.f23 {
  font-size: 23px;
  font-size: 2.3rem;
}
.f24 {
  font-size: 24px;
  font-size: 2.4rem;
}
.f25 {
  font-size: 25px;
  font-size: 2.5rem;
}
.f26 {
  font-size: 26px;
  font-size: 2.6rem;
}
.f27 {
  font-size: 27px;
  font-size: 2.7rem;
}
.f28 {
  font-size: 28px;
  font-size: 2.8rem;
}
.f29 {
  font-size: 29px;
  font-size: 2.9rem;
}
.f30 {
  font-size: 30px;
  font-size: 3.0rem;
}
.f31 {
  font-size: 31px;
  font-size: 3.1rem;
}
.f32 {
  font-size: 32px;
  font-size: 3.2rem;
}
.f33 {
  font-size: 33px;
  font-size: 3.3rem;
}
.f34 {
  font-size: 34px;
  font-size: 3.4rem;
}
.f35 {
  font-size: 35px;
  font-size: 3.5rem;
}
.f36 {
  font-size: 36px;
  font-size: 3.6rem;
}
/*----------------------------------------------------------
【color】フォントカラーの設定
----------------------------------------------------------*/
.red {
  color: #FF0000 !important;
}
.maroon {
  color: #800000 !important;
}
.fuchsia {
  color: #ff00ff !important;
}
.purple {
  color: #660099 !important;
}
.lime {
  color: #00ff00 !important;
}
.green {
  color: #008000 !important;
}
.yellow {
  color: #ffff00 !important;
}
.olive {
  color: #808000 !important;
}
.blue {
  color: #0000dd !important;
}
.navy {
  color: #000080 !important;
}
.aqua {
  color: #00ffff !important;
}
.teal {
  color: #008080 !important;
}
.white {
  color: #fff !important;
}
.silver {
  color: #c0c0c0 !important;
}
.gray {
  color: #808080 !important;
}
.black {
  color: #000 !important;
}
.orange {
  color: #ffa500 !important;
}
.pink {
  color: #ffc0c8 !important;
}
/*----------------------------------------------------------
【box】蛍光ペンのような文字背景の設定
----------------------------------------------------------*/
.glow-red {
  padding: 2px;
  background-color: #ff0000 !important;
}
.glow-lime {
  padding: 2px;
  background-color: #00ff00 !important;
}
.glow-yellow {
  padding: 2px;
  background-color: #ffff00 !important;
}
.glow-aqua {
  padding: 2px;
  background-color: #00ffff !important;
}
.glow-gray {
  padding: 2px;
  background-color: #808080 !important;
}
.glow-black {
  padding: 2px;
  background-color: #000 !important;
}
/*----------------------------------------------------------
【line-height】行間の設定
----------------------------------------------------------*/
.lh10 {
  line-height: 1.0 !important;
}
.lh11 {
  line-height: 1.1 !important;
}
.lh12 {
  line-height: 1.2 !important;
}
.lh13 {
  line-height: 1.3 !important;
}
.lh14 {
  line-height: 1.4 !important;
}
.lh15 {
  line-height: 1.5 !important;
}
.lh20 {
  line-height: 2.0 !important;
}
/*----------------------------------------------------------
下線や取消線の設定
----------------------------------------------------------*/
.underline {
  text-decoration: underline !important;
}
.del {
  text-decoration: line-through;
}
/*----------------------------------------------------------
【align】文字や画像の横位置設定
----------------------------------------------------------*/
.al-c {
  text-align: center;
}
.al-r {
  text-align: right;
}
.al-l {
  text-align: left;
}
.al-l-c {
  text-align: left;
}
.al-c-l {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .al-l-c {
    text-align: center;
  }
  .al-c-l {
  text-align: left;
}
}
/*----------------------------------------------------------
ボックスの角を丸くする設定
----------------------------------------------------------*/
.radius1 {
  border-radius: 1px;
}
.radius2 {
  border-radius: 2px;
}
.radius3 {
  border-radius: 3px;
}
.radius4 {
  border-radius: 4px;
}
.radius5 {
  border-radius: 5px;
}
.radius6 {
  border-radius: 6px;
}
.radius7 {
  border-radius: 7px;
}
.radius8 {
  border-radius: 8px;
}
.radius9 {
  border-radius: 9px;
}
.radius10 {
  border-radius: 10px;
}
/*----------------------------------------------------------
ボックスの枠線サイズ設定
----------------------------------------------------------*/
.box-bd2 {
  border-width: 2px;
}
.box-bd3 {
  border-width: 3px;
}
.box-bd4 {
  border-width: 4px;
}
.box-bd5 {
  border-width: 5px;
}
/*----------------------------------------------------------
ボックスの枠線色設定
----------------------------------------------------------*/
.box-c-black {
  border-color: #1d1d1d;
}
.box-c-red {
  border-color: #ff0000;
}
.box-c-blue {
  border-color: #0000ff;
}
.box-c-yellow {
  border-color: #ffff00;
}
.box-c-white {
  border-color: #fff;
}
/*----------------------------------------------------------
【margin】周りのブロックからの距離設定
----------------------------------------------------------*/
.m0 {
  margin: 0 !important;
}
.m0-t {
  margin-top: 0 !important;
}
.m0-r {
  margin-right: 0 !important;
}
.m0-b {
  margin-bottom: 0 !important;
}
.m0-l {
  margin-left: 0 !important;
}
.m5 {
  margin: 5px !important;
}
.m5-t {
  margin-top: 5px !important;
}
.m5-r {
  margin-right: 5px !important;
}
.m5-b {
  margin-bottom: 5px !important;
}
.m5-l {
  margin-left: 5px !important;
}
.m10 {
  margin: 10px !important;
}
.m10-t {
  margin-top: 10px !important;
}
.m10-r {
  margin-right: 10px !important;
}
.m10-b {
  margin-bottom: 10px !important;
}
.m10-l {
  margin-left: 10px !important;
}
.m15 {
  margin: 15px !important;
}
.m15-t {
  margin-top: 15px !important;
}
.m15-r {
  margin-right: 15px !important;
}
.m15-b {
  margin-bottom: 15px !important;
}
.m15-l {
  margin-left: 15px !important;
}
.m20 {
  margin: 20px !important;
}
.m20-t {
  margin-top: 20px !important;
}
.m20-r {
  margin-right: 20px !important;
}
.m20-b {
  margin-bottom: 20px !important;
}
.m20-l {
  margin-left: 20px !important;
}
.m25 {
  margin: 25px !important;
}
.m25-t {
  margin-top: 25px !important;
}
.m25-r {
  margin-right: 25px !important;
}
.m25-b {
  margin-bottom: 25px !important;
}
.m25-l {
  margin-left: 25px !important;
}
.m30 {
  margin: 30px !important;
}
.m30-t {
  margin-top: 30px !important;
}
.m30-r {
  margin-right: 30px !important;
}
.m30-b {
  margin-bottom: 30px !important;
}
.m30-l {
  margin-left: 30px !important;
}
.m35 {
  margin: 35px !important;
}
.m35-t {
  margin-top: 35px !important;
}
.m35-r {
  margin-right: 35px !important;
}
.m35-b {
  margin-bottom: 35px !important;
}
.m35-l {
  margin-left: 35px !important;
}
.m40 {
  margin: 40px !important;
}
.m40-t {
  margin-top: 40px !important;
}
.m40-r {
  margin-right: 40px !important;
}
.m40-b {
  margin-bottom: 40px !important;
}
.m40-l {
  margin-left: 40px !important;
}
.m45 {
  margin: 45px !important;
}
.m45-t {
  margin-top: 45px !important;
}
.m45-r {
  margin-right: 45px !important;
}
.m45-b {
  margin-bottom: 45px !important;
}
.m45-l {
  margin-left: 45px !important;
}
.m50 {
  margin: 50px !important;
}
.m50-t {
  margin-top: 50px !important;
}
.m50-r {
  margin-right: 50px !important;
}
.m50-b {
  margin-bottom: 50px !important;
}
.m50-l {
  margin-left: 50px !important;
}
.m55 {
  margin: 55px !important;
}
.m55-t {
  margin-top: 55px !important;
}
.m55-r {
  margin-right: 55px !important;
}
.m55-b {
  margin-bottom: 55px !important;
}
.m55-l {
  margin-left: 55px !important;
}
.m60 {
  margin: 60px !important;
}
.m60-t {
  margin-top: 60px !important;
}
.m60-r {
  margin-right: 60px !important;
}
.m60-b {
  margin-bottom: 60px !important;
}
.m60-l {
  margin-left: 60px !important;
}
/*----------------------------------------------------------
【padding】ブロック内の距離設定
----------------------------------------------------------*/
.p0 {
  padding: 0 !important;
}
.p0-t {
  padding-top: 0 !important;
}
.p0-r {
  padding-right: 0 !important;
}
.p0-b {
  padding-bottom: 0 !important;
}
.p0-l {
  padding-left: 0 !important;
}
.p5 {
  padding: 5px !important;
}
.p5-t {
  padding-top: 5px !important;
}
.p5-r {
  padding-right: 5px !important;
}
.p5-b {
  padding-bottom: 5px !important;
}
.p5-l {
  padding-left: 5px !important;
}
.p10 {
  padding: 10px !important;
}
.p10-t {
  padding-top: 10px !important;
}
.p10-r {
  padding-right: 10px !important;
}
.p10-b {
  padding-bottom: 10px !important;
}
.p10-l {
  padding-left: 10px !important;
}
.p15 {
  padding: 15px !important;
}
.p15-t {
  padding-top: 15px !important;
}
.p15-r {
  padding-right: 15px !important;
}
.p15-b {
  padding-bottom: 15px !important;
}
.p15-l {
  padding-left: 15px !important;
}
.p20 {
  padding: 20px !important;
}
.p20-t {
  padding-top: 20px !important;
}
.p20-r {
  padding-right: 20px !important;
}
.p20-b {
  padding-bottom: 20px !important;
}
.p20-l {
  padding-left: 20px !important;
}
.p25 {
  padding: 25px !important;
}
.p25-t {
  padding-top: 25px !important;
}
.p25-r {
  padding-right: 25px !important;
}
.p25-b {
  padding-bottom: 25px !important;
}
.p25-l {
  padding-left: 25px !important;
}
.p30 {
  padding: 30px !important;
}
.p30-t {
  padding-top: 30px !important;
}
.p30-r {
  padding-right: 30px !important;
}
.p30-b {
  padding-bottom: 30px !important;
}
.p30-l {
  padding-left: 30px !important;
}
.p35 {
  padding: 35px !important;
}
.p35-t {
  padding-top: 35px !important;
}
.p35-r {
  padding-right: 35px !important;
}
.p35-b {
  padding-bottom: 35px !important;
}
.p35-l {
  padding-left: 35px !important;
}
.p40 {
  padding: 40px !important;
}
.p40-t {
  padding-top: 40px !important;
}
.p40-r {
  padding-right: 40px !important;
}
.p40-b {
  padding-bottom: 40px !important;
}
.p40-l {
  padding-left: 40px !important;
}
.p45 {
  padding: 45px !important;
}
.p45-t {
  padding-top: 45px !important;
}
.p45-r {
  padding-right: 45px !important;
}
.p45-b {
  padding-bottom: 45px !important;
}
.p45-l {
  padding-left: 45px !important;
}
.p50 {
  padding: 50px !important;
}
.p50-t {
  padding-top: 50px !important;
}
.p50-r {
  padding-right: 50px !important;
}
.p50-b {
  padding-bottom: 50px !important;
}
.p50-l {
  padding-left: 50px !important;
}
.p55 {
  padding: 55px !important;
}
.p55-t {
  padding-top: 55px !important;
}
.p55-r {
  padding-right: 55px !important;
}
.p55-b {
  padding-bottom: 55px !important;
}
.p55-l {
  padding-left: 55px !important;
}
.p60 {
  padding: 60px !important;
}
.p60-t {
  padding-top: 60px !important;
}
.p60-r {
  padding-right: 60px !important;
}
.p60-b {
  padding-bottom: 60px !important;
}
.p60-l {
  padding-left: 60px !important;
}