/*  
  Theme Name: 社会福祉法人 浩和会　竹の里園のテーマ
  Theme URI: 
  Description: 社会福祉法人 浩和会　竹の里園のテーマ
  Version: 1.0.0
*/

@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url('//fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@300&display=swap');

/* Base Layout CSS */
body {
  font-size: 16px;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  line-height: 180%;
  letter-spacing: 2.4pt;
  color: #333;
  background: url(images/bg1.png) repeat-y center top;
  -webkit-text-size-adjust: 100%;
}

a:not(.btn) {
  transition: .4s;
}
a:not(.btn):hover {
  padding-left: 3px;
}
img {
  max-width: 100%;
  height: auto;
}
a:hover img {
  -moz-opacity:0.65;
  opacity:0.65;
  filter:alpha(opacity=65);
}
img, a:link img, a:visited img {
  border:0;
  vertical-align:bottom;
}
hr {
  margin: 50px 0;
  border: none;
  display: block;
  height: 2px;
  background-color: #E2E2E2;
}
figcaption {
	text-align: center;
}

/* Bootstrap CSS Customize */
h1,h2,h3,h4,h5,h6 { font-weight: bold; }

.breadcrumb {
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: '>';
}
@media (min-width:1400px){
  .container {
    max-width: 1360px;
  }
}
@media (max-width:992px){
  .container {
    max-width: 100%;
  }
}
.gothic {
  font-family: "游ゴシック", YuGothic, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
.minchou {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.marugothic {
  font-family: "M PLUS Rounded 1c", sans-serif;
}


/* Header CSS Customize */
body {
  padding-top: 90px;
}
#header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 90px;
  background-color: rgba(255, 255, 255, 1);
  /*overflow: hidden;*/
  padding: 5px 5px;
  z-index: 200;
}
body.home #header {
  background-color: rgba(255, 255, 255, 0.8);
/*  background-color: rgba(255, 255, 255, 0);*/
  transition: .4s;
}
body.home #header.nobgc {
  background-color: rgba(255, 255, 255, 0);
  transition: .4s;
}
#globalHeader {
  position: absolute;
  top: 10px;
  left: 20px;
  display: inline-block;
  max-width: 306px;
  z-index: 900;
}

#headerTitle {
  width: 300px;
}
#headerTitle h1 {
  display: inline-block;
  margin: 0;
  padding: 0;
}

#headerTitle .logo {
  position: absolute;
  top: 0;
  left: 0;
  transition: .4s;
  z-index: 900;
}
#headerTitle .logo img {
  width: 250px;
  max-width: 250px;
  height: auto;
  transition: .4s;
}
#headerTitle .logo.large {
  position: absolute;
  top: 50px;
  left: 50px;
  transition: .4s;
  z-index: 900;
}
#headerTitle .logo.large img {
  width: 380px;
  max-width: 380px;
  height: auto;
  transition: .4s;
}

#headerTitle .catch_copy {
  position: fixed;
  top: 5px;
  right: 130px;
  margin: 0;
  font-size: 12px;
  letter-spacing: 1.2pt;
  line-height: 150%;
  z-index: 900;
}

#headerTel {
  position: absolute;
  top: 0;
  right: 20px;
  display: inline-block;
  width: 380px;
  margin-left: auto;
  text-align: right;
  letter-spacing: 1pt;
}
#headerTel .tel {
  position: absolute;
  top: 0;
  right: 110px;
  display: inline-block;
  padding-top: 25px;
  font-size: 28px;
  font-weight: bold;
  color: #2BB99B;
  vertical-align: bottom;
}
#headerTel .tel .fas {
  font-size: 18px;
  vertical-align: top;
  padding-top: 9px;
  padding-right: 3px;
}
#headerTel .mail {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  background-color: #2BB99B;
  margin: 0 0 0 10px;
  line-height: 150%;
  font-size: 12px;
  color: #fff;
  letter-spacing: 1pt;
  text-align: center;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  z-index: 900;
}
#headerTel .mail .fas {
  font-size: 30px;
  display: block;
}
#headerTel .mail a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  padding: 5px 10px;
  width: 100px;
}
/*@media (max-width:1140px){*/
/*@media (max-width:1350px){*/
@media (max-width:992px){
  #headerTel {
    display: none;
  }
  #headerTitle .catch_copy {
    display: none;
  }
}



/* Navi CSS Customize */
#globalNavi {
  display: inline-block;
  font-size: 100%;
  font-weight: bold;
  width: 100%;
  letter-spacing: 1.2pt;
  text-align: right;
  margin-top: 30px;
  z-index: 100;
}

#globalNavi .navbar {
  padding: 0;
}
#globalNavi ul {
  padding: 0;
  width: 100%;
  margin-top: 10px;
  margin-left: 10px;
}
#globalNavi ul li {
  display: inline-block;
  width: auto;
  text-align: center;
  line-height: 120%;
  vertical-align: middle;
  margin-right: 30px;
}
#globalNavi ul li:last-child {
  margin-right: 10px;
}
#globalNavi ul li a {
  color: #333;
  padding: 20px 0;
  display: inline-block;
  vertical-align: middle;
}
#globalNavi ul li a span {
  display: block;
}
#globalNavi .navbar-toggler {
/*
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 100;
*/
}

#globalNavi {
  position: relative;
}
#globalNavi .submenu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  z-index: 1000;
}
#globalNavi .mainmenu > ul li:hover .submenu {
  visibility: visible;
  opacity: 1;
  top: 52px;
}
#globalNavi .submenu ul {
  background-color: #fff;
  margin: 0;
  padding: 10px 0;
  text-align: left;
}
#globalNavi ul .submenu ul li {
  background-color: #fff;
  margin: 0;
  padding: 10px 20px;
  text-align: left;
}
#globalNavi ul .submenu ul li a {
  border-bottom: none;
  min-width: 200px;
}
@media (max-width:992px){
  #globalNavi .submenu {
    display: none;
  }
}

.navbar-toggler {
  width: 40px;
  height: 40px;
  padding: 0;
  border-color: #fff;
  background: #2BB99B;
  border-radius: 50%;
}
.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  width: 20px;
}
#globalNavi ul li.contact {
  display: none;
}

@media (max-width:992px){
  #globalNavi {
    position: absolute;
    top: 20px;
    right: 0px;
    width: 100%;
    padding-right: 10px;
    margin-top: 0px;
  }
  #globalNavi ul {
    background-color: #fff;
    margin-left: 0;
    width: calc(100% + 10px);
  }
  #globalNavi ul li a {
    display: block;
    padding: 20px;
    border-bottom: none;
  }
  #globalNavi ul li, #globalNavi ul li:last-child {
    margin-right: 0;
  }
  #globalNavi ul li.contact {
    display: inline-block;
  }
}



/* Visual Layout CSS */
#visual {
  margin-bottom: 50px;
}
#visual(not:.sub-visual) {
  background: url(images/topimage01.jpg) no-repeat right center;
  background-size: cover;
}
#visual.sub-visual {
  background-color: #EEE;
}
#visual h2 {
  display: inline-block;
  line-height: 180%;
  padding: 80px 50px;
  margin: 50px 0;
  font-size: 160%;
  background-color: #2BB99B;
  color: #FFF;
}
body.home #visual {
  background-size: 70% auto;
}
body.home #visual h2 {
  display: block;
  line-height: 180%;
  margin: 0;
  padding: 150px 0 100px;
  font-size: 250%;
  background-color: transparent;
  color: #333;
}
@media (min-width:767px){
  #visual .bg-video {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 100%;
    width: auto;
  	height: calc(100vw * 9 / 16 - 10px);
    z-index: -100;
  }
  #visual .overlay-video {
    background-color: rgba(255, 255, 255, 0.6);
    position: absolute;
    left: 0;
    top: 0;
    min-width: 100%;
    width: auto;
  	height: calc(100vw * 9 / 16 - 10px);
    z-index: -100;
  }
  #visual .wrap {
    position: relative;
  	width: 100%;
  	/*padding: 155px 0;*/
  	padding: 240px 0;
  	height: calc(100vw * 9 / 16 - 10px);
  	min-height: 100vh;
  }
  #visual .wrap .text-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    width: 100%;
  }
}
@media (max-width:767px){
  #visual .bg-video { display: none; }
  #visual .overlay-video { display: none; }
  #visual .wrap .text-video { position: relative; top: auto; left: auto; }
  #visual {
    background: url(images/topimage01.jpg) no-repeat right 40px;
    background-size: 50%;
  }
  #visual h2 {
    padding: 30px 50px;
    margin: 0 0 50px;
  }
  body.home #visual h2 {
    font-size: 150%;
    padding: 0 0 80px;
  }
}


#topics .body {
  background-color: #2BB99B;
  padding: 25px 40px 15px;
  border-radius: 10px;
  color: #FFF;
  width: 70%;
  opacity: .75;
}
#topics .page-title {
  margin-bottom: 30px;
  text-align: left;
}
#topics .entry-body {
  margin-bottom: 0;
  padding: 0;
  background-color: transparent;
}
#topics .entry-body p {
  line-height: 150%;
}
@media (max-width:992px){
   #visual {
    background-size: 70% auto;
  }
  #topics .body {
    width: 100%;
    padding: 25px 20px 15px;
  }
}



#facilities {
  background: url(images/bg2.png) repeat left top;
  /*margin-bottom: 50px;*/
}
#facilities .photo {
  background-position: center center;
  background-size: cover;
  height: 350px;
}
#facilities .content-block {
  padding: 20px 0;
}
#facilities .entry-body {
  padding: 20px;
}
#facilitylist .facility {
  letter-spacing: 1pt;
  margin-bottom: 30px;
}
#facilitylist .facility .image {
  margin-bottom: 10px;
  text-align: center;
}
#facilitylist .facility .image img {
  width: 100%;
  height: auto;
}
#facilitylist .facility .name {
  font-size: 90%;
  margin-bottom: 0;
}
#facilitylist .facility .name a {
  color: #333;
}
#facilitylist .facility .name .fas {
  color: #2BB99B;
}
#facilitylist .facility .comment {
  font-size: 80%;
  line-height: 150%;
}

#facilities2 #facilitylist .facility .image img {
  height: 120px;
  object-fit: cover;
}


#activities {
  /*margin-bottom: 50px;*/
}
#activities .content-block {
  padding: 20px 0;
}
#activities .entry-body {
  background-color: transparent;
  margin-bottom: 0;
}
#activities .activity {
  letter-spacing: 1pt;
  margin-bottom: 30px;
  background-color: #F8FBF1;
  border-radius: 10px;
}
#activities .activity .image {
  margin-bottom: 10px;
  text-align: center;
}
#activities .activity .image img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  height: auto;
}
#activities .activity .name {
  font-size: 90%;
  margin-bottom: 0;
  padding: 0 10px;
}
#activities .activity .name a {
  color: #2BB99B;
}
#activities .activity .date {
  font-size: 120%;
}
#activities .activity .label {
  vertical-align: top;
  margin-top: 4px;
}
#activities .activity .comment {
  font-size: 80%;
  line-height: 150%;
  padding: 0 10px 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}



#news {
}
#news ul {
  list-style: none;
  padding-left: 0;
}
#news ul li {
  border-bottom: 1px solid #a4eadb;
  margin-bottom: 20px;
  padding: 10px 20px 5px;
}
#news ul li .date {
  display: inline-block;
  margin-right: 20px;
}
#news ul li .comment {
  display: inline-block;
}




#access {
  /*margin-bottom: 50px;*/
}
#access .entry-body {
  background-color: transparent;
}
body.home #access .entry-body {
  margin-bottom: 0;
  padding: 0;
  background-color: #2BB99B;
}

.bg-green {
  background-color: #C5ECE4;
  padding-top: 20px;
  padding-bottom: 20px;
}


#description {
  margin-bottom: 50px;
}
#description .page-title {
  text-align: left;
}
#description .page-title h2 {
  border: none;
  background-color: #2BB99B;
  color: #FFF;
  padding: 20px;
}



#gallery {
  letter-spacing: 1pt;
  margin-bottom: 30px;
  background-color: #F2F2F2;
  border-radius: 10px;
}
#gallery .content-block {
  padding: 20px 0;
}
#gallery .entry-body {
  background-color: transparent;
}
#gallery div.gallery {
  list-style: none;
  margin: 0;
  padding: 0;
}
#gallery div.gallery dl.gallery-item {
  display: inline-block;
  width: 28%;
  margin: 0 1.5% 3%;
  padding: 0;
}
#gallery #gallery_main_image_display img {
  width: 100%;
  border-radius: 5%;
}
#gallery div.gallery dl.gallery-item img {
  width: 100%;
  border-radius: 10%;
}
#gallery img {
  border: none !important;
}


/* Main Layout CSS */
.page-title {
  text-align: center;
}
.page-title h2 {
  display: inline-block;
  margin: 30px auto;
  padding: 5px 20px;
  min-width: 300px;
  border-left: 2px solid #2BB99B;
  border-right: 2px solid #2BB99B;
  font-size: 150%;
}
.entry-body {
  background-color: #FFF;
  padding: 10px;
}
.entry-body h2 {
  margin: 30px auto;
  padding: 5px 20px;
  min-width: 300px;
  font-size: 150%;
}
.entry-body h2:before {
  content: '';
  color: #2BB99B;
  border-left: 2px solid #2BB99B;
  margin-right: 30px;
}
.entry-body h2:after {
  content: '';
  color: #2BB99B;
  border-right: 2px solid #2BB99B;
  margin-left: 30px;
}
.entry-body h3 {
  /*color: #2BB99B;*/
  font-size: 140%;
  border-bottom: 2px solid #2BB99B;
  margin: 10px 0 20px;
  padding: 0 0 5px;
}
.entry-body h4 {
  font-size: 130%;
  border-bottom: 2px solid #CCC;
  margin: 10px 0 20px;
  padding: 0 0 5px;
}
.entry-body h5 {
  color: #2BB99B;
  font-size: 120%;
  border-bottom: 2px solid #2BB99B;
  margin: 10px 0 20px;
}
.entry-body h2, .entry-body h3, .entry-body h4, .entry-body h5 {
  margin-top: 40px;
}
.entry-body h2:first-child, .entry-body h3:first-child, .entry-body h4:first-child, .entry-body h5:first-child {
  margin-top: 10px;
}


.title-block h2 {
  border: none;
  background-color: #2BB99B;
  color: #FFF;
  padding: 20px;
  margin-top: 0;
}

ol.ol-flow {
  text-align: center;
  list-style: none;
}
ol.ol-flow li {
  display: inline-block;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: #ccc;
}
.btn-area {
  text-align: right;
  margin: 40px 0;
}
.btn-area .button {
  width: 320px;
}
.photo-area {
  min-height: 300px;
  display: block;
}




/* Sidebar Layout CSS */
#sidebar {
  width: 23%;
  float: right;
}
@media (max-width:767px){
  #sidebar {
    width: 100%;
    float: none;
  }
}

#categorylist .sidebox {
  /*border: 1px solid #CCC;*/
  margin-bottom: 50px;
}
#categorylist .title {
  margin: 0;
  padding: 15px 0;
  background-color: #2BB99B;
  color: #FFF;
  font-size: 130%;
}
#categorylist .title:before {
  content: "";
  padding-left: 15px;
}
#categorylist ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#categorylist li {
  margin: 10px 0;
  padding: 0;
}
#categorylist li a, #categorylist ul.children li a {
  display: block;
  padding: 15px 10px 15px 45px;
  text-decoration: none;
  color: #333;
  background: url(images/list_icon.png) no-repeat 20px center;
  background-color: #FFF;
  transition: .4s;
}
#categorylist li a:hover, #categorylist li a.active,
#categorylist li.current_page_item a, #categorylist li.current_page_parent a,
#categorylist ul.children li a:hover, #categorylist ul.children li a.active,
#categorylist ul.children li.current_page_item a, #categorylist ul.children li.current_page_parent a
{
  display: block;
  padding: 15px 10px 15px 45px;
  background: url(images/list_icon_on.png) no-repeat 20px center;
  background-color: #2BB99B;
  color: #FFF;
}
#categorylist li a:hover, #categorylist ul.children li a:hover {
  background-position: 15px center;
  padding-left: 35px;
  padding-right: 10px;
  padding: 15px 10px 15px 35px;
}
#categorylist li:last-child {
  border-bottom: none;
}
.fa-green {
  color: #2BB99B;
}
#categorylist li a:hover .fa-green {
  color: #fff;
}
#categorylist ul ul {
  list-style: none;
  margin: 0 0 0 20px;
  padding: 0;
}



/* Footer CSS Customize */
#footer {
  background-color: #2BB99B;
  color: #fff;
  padding: 40px 0 10px;
  /*margin-top: 30px;*/
}
body.home #footer {
  margin-top: 0;
}
#globalFooter address {
  margin: 0;
}
#globalFooter .copyright {
  font-size: 80%;
  margin-bottom: 0;
}

#pagetop {
  position: fixed;
  bottom: 10px;
  right: 20px;
}



/* Page CSS Customize */
ul.child_post_type_list {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.child_post_type_list li {
  margin: 10px 0;
  padding: 0;
  border: 1px solid #2BB99B;
  width: 49%;
  margin-left: 0%;
  margin-right: 1%;
  float: left;
}
ul.child_post_type_list li:nth-child(even) {
  width: 49%;
  margin-left: 1%;
  margin-right: 0%;
  float: right;
}
ul.child_post_type_list li a {
  display: block;
  padding: 15px 10px 15px 45px;
  text-decoration: none;
  color: #333;
  background: url(images/list_icon.png) no-repeat 20px center;
  background-color: #FFF;
  transition: .4s;
}
ul.child_post_type_list li a:hover, ul.child_post_type_list li a.active
{
  display: block;
  padding: 15px 10px 15px 45px;
  background: url(images/list_icon_on.png) no-repeat 20px center;
  background-color: #2BB99B;
  color: #FFF;
}
ul.child_post_type_list li a:hover {
  background-position: 15px center;
  padding-left: 35px;
  padding-right: 10px;
  padding: 15px 10px 15px 35px;
}
ul.child_post_type_list li a:hover .fa-green {
  color: #fff;
}



/* Form Layout CSS */
form label {
  width: 100%;
}
form input[type=text], form input[type=email], form textarea, form select {
  width: 100%;
}
form input[type=submit] {
  padding-left: 50px;
  padding-right: 50px;
  text-align: center;
}



/* Common CSS */
.content-block {
}
.content-block-column {
  opacity : 0;
  transform: translateY(30px);
  transition: 1s;
}
.entry-body {
  margin-bottom: 50px;
  overflow: hidden;
}

.btn-wide {
  width: 100%;
}
.btn-wide180 {
  width: 180px;
}

.panel-pink {
  border: 2px solid #E46379;
  padding: 20px;
  margin-bottom: 10px;
  border-radius: 10px;
  min-height: 190px;
}
@media (max-width:767px){
  .panel-pink {
    padding: 15px 10px;
  }
}

.text-pink {
  color: #E46379;
}

.button {
  display: inline-block;
  text-align: center;
  color: #FFF;
  background-color: #2BB99B;
  padding: 14px 50px;
  position: relative;
  border-radius: 25px;
  -webkit-transition: all 0.3s;
  min-width: 320px;
}
.button:hover {
  color: #FFF;
  text-decoration: none;
  padding: 14px 50px;
  background-color: #249982;
}
a.button:hover, .button a:hover {
  padding-left: 50px;
}
.button a {
  padding: 14px 50px;
  color: #FFF;
}
.button:focus, .button a:focus {
  box-shadow: none;
}
.fa-position-right {
  position: absolute;
  top: calc(50% - .5em);
  right: .5rem;
}

.box {
  background-color: #F7F9F6;
  padding: 20px 30px;
  margin-bottom: 30px;
}
@media (max-width:767px){
  .box {
    padding: 10px 15px;
  }
}
.col-md-6 .box ul {
  margin: 5px;
  padding: 0 0 0 20px;
}


.label {
  display: inline-block;
  vertical-align: baseline;
  background-color: #ccc;
  padding: 3px 10px;
  font-size: 80%;
  line-height: 135%;
  color: #333;
  border-radius: 5px;
}
.label-green {
  background-color: #39B54A;
}
.label-lightgreen {
  background-color: #8CC63F;
}
.label-blue {
  background-color: #29ABE2;
}
.label-pink {
  background-color: #F9B3D2;
}


.underline {
  background: linear-gradient(transparent 70%, #a2f595 30%);
  margin-bottom: 10px;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.625em;
  margin-bottom: 0.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.625em;
  margin-bottom: 0.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.5em;
}
.wp-caption-text {
  text-align: center;
}
@media (max-width:767px){
  .alignleft,.alignright {
    float: none;
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.5em;
  }
}


table:not(.table) {
  border: none;
  border-collapse: collapse;
  margin-top: 10px;
  margin-bottom: 30px;
  width: 100%;
  border-top: 1px solid #ddd;
}
table:not(.table) th {
  padding: 20px 15px;
  vertical-align: middle;
  text-align: center;
  line-height: 180%;
  border-bottom: 1px solid #ddd;
  background-color: #C5ECE4;
  white-space: nowrap;
}
table:not(.table) td {
  margin: 0;
  padding: 20px 15px;
  vertical-align: middle;
  line-height: 180%;
  border-bottom: 1px solid #ddd;
}
table:not(.table) tr:nth-child(even) th,
table:not(.table) tr:nth-child(even) td {
  background-color: #F7F9F6
}
table:not(.table) tr:last-child th,
table:not(.table) tr:last-child td {
  border-bottom: 1px solid #2BB99B;
}

.table-middle, .table-middle th, .table-middle td {
  vertical-align: middle;
}

.mt0{margin-top:0 !important;}
.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}

.mr0{margin-right:0 !important;}
.mr5{margin-right:5px;}
.mr10{margin-right:10px;}
.mr20{margin-right:20px;}
.mr30{margin-right:30px;}
.mr40{margin-right:40px;}
.mr50{margin-right:50px;}

.mb0{margin-bottom:0 !important;}
.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}

.ml0{margin-left:0 !important;}
.ml5{margin-left:5px;}
.ml10{margin-left:10px;}
.ml20{margin-left:20px;}
.ml30{margin-left:30px;}
.ml40{margin-left:40px;}
.ml50{margin-left:50px;}

@media (min-width:768px){
  .sp-only {display: none !important;}
}
@media (max-width:767px){
  .pc-only {display: none !important;}
}
