@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
.c-gnav>.menu-item>a .ttl {
font-size: 15px;
font-weight: 500;
letter-spacing: 1.3px;
}
.c-gnav { padding: 14px 0px; }
.c-gnav li{ padding: 0px 14px; border-right:1px solid #E6E6E6; }
.c-gnav li:first-child{ border-left:1px solid #E6E6E6;}

#body_wrap:not(.page-id-51,.page-id-66,.page-id-114) .sidebar-company{
display: none;
}

#body_wrap:not(.page-id-2,.page-id-31,.page-id-33,.page-id-35) .sidebar-business{
display: none;
}

/* フッター周り */
#footer{ padding: 0px 0px 20px 0px; margin: 0px;}
p.copyright{ margin-top:30px;}
/* フッター直前ウィジェット*/
.w-beforeFooter {
	margin-top:0!important;
}
.l-footer__nav li a{padding: 0px 15px; margin-top: 20px;}
.w-footer__box{font-size: 95%; padding: 3em; }
.w-footer__box ul li{
	position: relative;
	padding-left: 1em;
 padding-bottom: 10px;
}
.w-footer__box ul li::before {
content: '';
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #208fbf;
  border-radius: 5px;
}
.w-footer__box ul li:hover{
 color: #999;
}
.p-mainVisual__slideTitle{
line-height: 1.7em;
}
@media screen and (max-width:480px) {
    .w-footer__box{padding: 1em;}
}
.kadomaru {
border-radius:20px;
}
.stripe {
  background-image: repeating-linear-gradient(316deg, #eafcff, #eafcff 1px, transparent 1px, transparent 9px);
}