/******************************************
IMPORT
******************************************/



[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-style: normal;
}

.flaticon-email:before {
  content: "\f100";
}

.flaticon-map-with-position-marker:before {
  content: "\f101";
}

.flaticon-share:before {
  content: "\f102";
}

.flaticon-html5:before {
  content: "\f103";
}

.flaticon-black-graduation-cap-tool-of-university-student-for-head:before {
  content: "\f104";
}

.flaticon-computer-tool-for-education:before {
  content: "\f105";
}

.flaticon-download-business-statistics-symbol-of-a-graphic:before {
  content: "\f106";
}

.flaticon-arrows:before {
  content: "\f107";
}

.flaticon-monitor-tablet-and-smartohone:before {
  content: "\f108";
}

.flaticon-css-3:before {
  content: "\f109";
}

.flaticon-online-course:before {
  content: "\f10a";
}

.flaticon-coffee-cup:before {
  content: "\f10b";
}

.flaticon-add:before {
  content: "\f10c";
}

.flaticon-html-coding:before {
  content: "\f10d";
}


/******************************************
SKELETON
******************************************/

body {
  background-color: #fff;
  line-height: 1.8;
  font-size: 15px;
  color: #333333;
 font-family: source-han-sans-japanese, sans-serif;
}




/*a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}*/

.course-details h4 a, .readmore, .testimonial strong, h1, h2, h3, h4, h5, h6 {
  color: #000;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
}

.cop-logo img, a {
  color: #000;
  text-decoration: none !important;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.check li {
  list-style: none;
  margin-bottom: 8px;
	font-size:16px;
	font-family: 'Akshar', sans-serif;
}

.check li:last-child {
  margin-bottom: 0;
}

.check .sm{
  list-style: none;
  margin-bottom: 5px;
	font-size:14px;
	margin-left:10px;
}

.check {
  margin-left: 0;
  padding-left: 0
}

.check li a {}

.authorbox, blockquote {
  border: 0;
  margin: 30px 0;
  position: relative;
  padding: 4rem 3rem;
  font-family: 'Akshar', sans-serif;
  font-style: italic;
  border: 1px solid #eaeaea;
  background-color: #f6f6f6;
}

blockquote:after {
  content: "\f10e";
  padding: 5px;
  font-family: FontAwesome;
  position: absolute;
  bottom: 0px;
  color: #f6f6f6;
  font-size: 24px;
  right: 10px;
}

blockquote:before {
  content: "\f10d";
  padding: 5px;
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  color: #f6f6f6;
  font-size: 24px;
  left: 10px;
}


/******************************************
HEADER
******************************************/

.topbar {
  background-color: transparent;
}

.topbar a, .topbar p {
  color: #000;
  font-size: 14px;
  margin: 0;
}

.topbar .text-left p {
  margin-top: 3px;
}

.topbar .text-left i {
  padding-right: 3px;
}

.header {
  position: absolute;
  z-index: 9999;
  left: 0;
  top: 0;
  right: 0;
  padding: 0;
  background-color: rgba( 255, 255, 255, 1.0 );
  text-decoration: none !important;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
	border-bottom: #faf9f5 1px solid;
}

.hed_right {
    margin-left: auto;
}

.header.without-topbar {
  padding: 30px 0;
}

.header-normal {
  position: relative;
  padding: 0 0 24px;
  background-color: #fff;
}

.header-normal .navbar-default .nav>li>a {
  color: #848484 !important;
}

.header.affix {
  position: fixed;
  top: 0;
  z-index: 9999;
  background-color: #fff;
  left: 0;
  padding: 0;
  right: 0;
	border-bottom: #faf9f5 1px solid;
}

.header.header-normal.affix {
  background-color: #ffffff;
}

.header.affix .topbar {
  visibility: hidden;
  opacity: 0;
  display: none;
}

.navbar-default {
  margin: 0;
  background-color: transparent;
  background: none;
  border: 0;
  padding-bottom: 5px;
}

.navbar-default .nav>li>a {
  color: #000;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 500;
  outline: none;
	text-align:center;
	letter-spacing: 0;
　transition: all 0.3s;
}
.navbar-default .nav>li>a:hover{
  color: #875f87;
}


.navbar-nav .has-submenu .dropdown-menu li a {
  padding: 14px 20px;
}

.navbar-default .dropdown-menu {
  box-shadow: none;
}

.navbar-default .dropdown-menu li a {
  color: #222;
  font-size: 14px;
}

.navbar-default .fa-angle-right {
  position: absolute;
  right: 30px;
}

.navbar-brand img {
  margin: -3px 0 0 !important;
	width:200px;
}

.social {
	text-align:right;
}

.social a {
  font-size: 21px;
  color: #fff !important;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.1);
  width: 45px;
  text-align: center;
  border-radius: 1px;
  margin-left: 2px;
  height: 45px;
  line-height: 45px;
	margin:0 0 0 10px;
}

.social a:hover {
  opacity: 0.8;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a, .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
  background-color: transparent !important;
}

.navbar-brand {
  padding: 0 10px 0 0;
}

.social a.facebook {
  background-color: #3b5998;
}

.social a.twitter {
  background-color: #1da1f2;
}

.social a.instagram {
  background-image: url(images/ins_bg.jpg);
	background-size:cover;
	background-repeat:no-repeat;
}

.modal {
  top: 40%;
  margin: -20px auto;
}

.modal-backdrop.in {
  opacity: 1;
  background: url(images/pattern.png) repeat center center rgba(0, 0, 0, 1);
}

.modal-header {
  border-bottom: 0;
  padding: 15px;
  background: none;
}

.modal-content {
  background-clip: padding-box;
  background-color: transparent;
  border: 0;
  border-radius: 6px;
  box-shadow: none !important;
  outline: 0 none;
  position: relative;
}

.modal .close {
  font-size: 13px;
  height: 40px;
  padding: 0;
  position: absolute;
  right: 14px;
  top: 27px;
  width: 40px;
  z-index: 111;
  transform: rotate(315deg);
}

.close, .close:focus, .close:hover {
  color: #ffffff;
  opacity: 1;
  text-shadow: none;
}

.modal .form-control {
  background-color: transparent;
  background-image: none;
  border: 0;
  border-radius: 0;
  font-family: 'Akshar', sans-serif;
  box-shadow: none;
  color: #555;
  display: block;
  font-size: 16px;
  line-height: 1.42857;
  font-style: italic;
  padding: 6px 12px;
  width: 100%;
  border-bottom: 4px solid #222;
  height: 70px;
  padding-left: 0;
}

.iconitem a {
  padding-left: 8px !important;
}


/******************************************
MEGA MENU
******************************************/

.yamm .nav, .yamm .collapse, .yamm .dropup, .yamm .dropdown {
  position: static;
}

.yamm .dropdown.yamm-fw {
  position: static;
}

.yamm .container {
  position: relative;
}

.yamm .dropdown.yamm-fw .dropdown-menu {}

.yamm .dropdown {
  position: relative;
}

.hassubmenu .dropdown-menu, .yamm .dropdown.yamm-fw.yamm-half .dropdown-menu {
  left: auto;
  right: auto;
}

.yamm h4 {
  font-size: 16px;
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 20px;
}

.yamm .dropdown-menu ul {
  padding: 0 !important;
  list-style: none;
}

.yamm .dropdown-menu li {
  padding: 0px;
  margin: 10px 0;
}

.yamm .dropdown-menu li a {
  padding: 0 !important;
  color: #848484;
}

.yamm .dropdown-menu li:hover a {
  padding-left: 10px !important;
  background-color: transparent;
}

.yamm-fw .dropdown-menu li:hover a {
  padding-left: 0 !important;
}

.yamm .dropdown .dropdown-menu {
  border-radius: 0;
  margin-top: 30px;
  min-width: 200px;
}

.yamm .dropdown .dropdown-menu {
  border-radius: 0;
  border-top: 3px solid #ddd;
  background-color: #fff !important;
  margin-top: 0;
  padding: 20px 30px;
}

.header.affix .yamm .dropdown .dropdown-menu {
  margin-top: 15px !important;
}

.yamm .dropdown .dropdown-menu .show-left {
  margin-top: 0
}

.yamm ul {
  padding:8px 0 0;
}

.menu-widget {
  padding: 0 10px;
}

.menu-widget img {
  border-radius: 6px 6px 0 0;
}

.menu-widget small {
  display: block;
  font-size: 16px;
  font-weight: bold;
}

.menu-widget h5, .menu-widget h5 a {
  font-size: 16px !important;
  font-weight: 700;
  margin: 0 !important;
  padding: 10px 0 5px !important;
  color: #000 !important;
}

.yamm .dropdown-menu li:hover .menu-button, .yamm .dropdown-menu li .menu-button {
  border-radius: 0 !important;
  font-size: 13px !important;
  border: 1px solid #fff;
  font-weight: bold;
  color: #ffffff !important;
  display: block;
  background-color: #111;
  padding: 5px 20px !important;
  max-width: 140px;
  margin: 10px auto 0;
  text-transform: capitalize;
}


/******************************************
PAGES
******************************************/

.page-title h2 {
	font-family: zen-maru-gothic, sans-serif;
	font-size:36px;
	font-weight:700;
	letter-spacing:5px;
	color:#875f87;
	margin:0;
	padding:0;
}
.page-title h2 span{
	font-size:28px;
}
.page-title .sub_title {
	font-family: zen-maru-gothic, sans-serif;
	font-size:21px;
	font-weight:700;
	letter-spacing:2px;
	color:#875f87;
	margin:7px 0 0;
	padding:0;
}
.page-title h3 {
 font-family: source-han-sans-japanese, sans-serif;
	font-size:16px;
	font-weight:600;
	letter-spacing:5px;
	color:#fff;
	text-shadow: 0px 0px 5px #000;
	margin:0;
}

.breadcrumb {
  background-color: transparent;
  border-radius: 0;
  color: #aaa;
  font-size: 13px;
  list-style: outside none none;
  margin-bottom: 0;
  padding: 0;
}

.breadcrumb>li a, .breadcrumb>li+li::before, .breadcrumb>.active {
  color: #aaa;
}

.section.cb .breadcrumb>li a, .section.cb .breadcrumb>li+li::before, .section.cb .breadcrumb>.active {
  color: #fff;
}

.section.cb {
  padding: 40px 0 !important;
}

.section.cb .breadcrumb {
  margin-top: 10px;
}

.section.cb h3 {
  font-size: 24px;
  padding: 0 !important;
  margin: 0 !important;
}

.breadcrumb>li+li::before {
  content: "\f107";
  vertical-align: middle;
  padding-left: 5px;
  font-family: "Flaticon";
  font-size: 11px;
  padding: 0 6px 0 3px;
}

.tags-widget a {
  color: #ffffff !important;
  padding: 4px 10px;
  border-radius: 2px;
  font-size: 13px;
}

.pagination>li:first-child>a, .pagination>li:first-child>span, .pagination>li:last-child>a, .pagination>li:last-child>span {
  border-radius: 0;
}

.pagination {
  margin: 0;
}

.pager {
  margin: 0;
}

.pagination>li>a, .pagination>li>span {
  background-color: #fff;
  border: 1px solid #eeeeee !important;
  color: #999;
  float: left;
  line-height: 1.42857;
  margin-left: 0;
  margin-right: 5px;
  padding: 8px 15px;
  position: relative;
  text-decoration: none;
}

.pager li>a, .pager li>span {
  background-color: #2c2f33;
  border: 1px solid #2c2f33;
  color: #fff;
  float: none;
  line-height: 1.42857;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 11px;
  margin-right: 10px;
  margin-left: 0;
  border-radius: 0;
  padding: 8px 15px;
  display: inline-block;
  position: relative;
  text-decoration: none;
}

.pager i {
  font-size: 13px;
  vertical-align: baseline;
}


/******************************************
EVENTS
******************************************/

.event-title.tagline-message h3 {
  font-size: 64px;
}

.event-title p {
  font-size: 18px;
  padding: 10px 0 20px;
}

.event-boxes .box {
  padding: 10px;
}

.event-desc {
  padding: 20px 20px 10px;
}

.box .event-desc h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  padding: 0;
}

.box .event-desc small {
  background-color: #111;
  color: #ffffff;
  padding: 0 10px;
}

.teammembers img {
  width: 100%;
}

.teammembers:hover {
  cursor: pointer;
}

teammembers .magnifier {
  overflow: hidden;
}

.teammembers .magnifier p {
  padding-bottom: 10px;
}

.teammembers:hover .magnifier, .entry:hover .magnifier {
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}

.teammembers {
  overflow: hidden;
  position: relative;
}

.visible-buttons1 {
  visibility: hidden;
  margin: 0 auto;
  opacity: 0;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -ms-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  bottom: -50%;
  left: 0;
  right: 0;
  padding: 50px 20px 40px;
  position: absolute;
  text-align: center;
}

.visible-buttons1 h4 {
  padding: 0;
  margin: 0;
  font-size: 18px;
}

.teammembers .magnifier {
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
  top: 0 !important;
}

.entry:hover .visible-buttons1 {
  opacity: 1;
  bottom: 0;
  visibility: visible;
}

.teambuttons p {
  color: #ffffff;
  padding: 0 30px 10px;
}

.teammembers .social-links i {
  color: #ffffff;
}

.teammembers .social-links a {
  color: #ffffff;
  display: inline-block;
  position: relative;
  width: 30px;
  font-size: 20px;
}

.teamdesc {
  border: 1px solid #eee;
  padding: 30px 30px;
}

.teamdesc h4 {
  padding: 0;
  margin: 0 0 5px;
  font-weight: 700;
  font-size: 18px;
}

.teamdesc p {
  display: block;
  font-style: italic;
  padding-bottom: 0;
  margin: 0;
}


/******************************************
CONTACT
******************************************/

.contactv2 {
  margin: 60px 0;
}

.small-box i {
  font-size: 54px;
  color: #232323;
  display: block;
}

.small-box h4 {
  font-weight: 600;
  font-size: 20px;
  margin: 20px 0;
  padding: 0;
  line-height: 1;
}

.small-box small {
  font-size: 18px;
  margin: 5px 0;
  display: block;
}

.small-box a {
  margin-top: 15px;
  display: block;
  text-decoration: underline !important;
  font-weight: 600;
  font-size: 16px;
}

.big-contact-form .form-control {
  margin-bottom: 10px;
  border-radius: 0;
  border-color: #eaeaea;
  height: 45px;
  box-shadow: none;
  color: #b9b9b9;
}

.big-contact-form textarea {
  height: 120px !important;
}

.big-contact-form .form-control::-moz-placeholder {
  color: #b9b9b9;
  opacity: 1;
}

.big-contact-form .form-control:-ms-input-placeholder {
  color: #b9b9b9;
}

.big-contact-form .form-control::-webkit-input-placeholder {
  color: #b9b9b9;
}

#map {
/*  height: 350px;
  position: relative;
  width: 100%;
  z-index: 1;*/
}

.mapv2 {
  padding: 10px;
  background-color: #f0f1f2;
  border: 1px solid #eee;
}

#map img {
  max-width: inherit;
}

.loader {
  margin-left: 10px;
}

.map {
  position: relative;
}

.map .row {
  position: relative;
}

.infobox img {
  width: 100% !important;
}

.map .searchmodule {
  padding: 18px 10px;
}

.infobox {
  display: block;
  margin: 0;
  padding: 0 0 10px;
  position: relative;
  width: 260px;
  z-index: 100;
}

.infobox .title {
  font-size: 13px;
  line-height: 1;
  margin-bottom: 0;
  margin-top: 15px;
  padding-bottom: 5px;
  text-transform: capitalize;
}


/******************************************
SECTIONS
******************************************/

.event-section {
  height: 100vh;
  height: 100%;
  padding: 30rem 0;
}

.parallax {
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat;
  height: 100%;
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.parallax.parallax-off {
  background-attachment: scroll;
  display: block;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  position: relative;
  background-position: top center;
  vertical-align: sub;
  width: 100%;
  z-index: 2;
}

.no-scroll-xy {
  overflow: hidden !important;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.boxed {
  box-shadow: 0 30px 50px 0 rgba(1, 1, 1, 0.18);
  padding: 8rem 4rem 8rem;
  background-color: #ffffff;
  margin-top: -60px;
}

.boxed.boxedp4 {
  padding-top: 4rem;
}

.section {
  background-color: #fff;
  height:370px;
  position: relative;
  display: block;
}

.section-title {
  margin-bottom: 45px;
}

.text-widget h3, .section-title h3 {
  margin: 0 0 25px;
  padding: 0;
  line-height: 1;
  font-size: 30px;
  font-weight: 700;
}

.section-title p {
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
  font-size: 16px;
  font-family: 'Akshar', sans-serif;
  font-style: italic;
}

.section.gb {
  background-color: #f6f6f6;
}

.section.db {
  background-color: #000000;
}


.video-section {
  position: relative;
}

.slider-bottom {
  position: absolute;
  bottom: 40px;
  left: 0;
  font-size: 10px;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 3px;
  z-index: 11;
  right: 0;
  margin: auto;
  text-align: center;
}

.slider-bottom i {
  display: block;
  font-size: 14px;
  padding: 10px;
}

.home-text-wrapper {
  display: table;
  width: 100%;
  height: 100%;
  max-width: 900px;
  position: relative;
  text-align: center;
  z-index: 11;
}

.home-content {
  position: relative;
}

.home-message {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

.home-message p {
  font-size: 54px;
  color: #ffffff;
  padding: 0;
  margin: 0;
  font-weight: 700;
}

.home-message small {
  font-size: 16px;
  font-family: 'Akshar', sans-serif;
  font-style: italic;
  display: block;
  padding: 20px 0 35px;
  margin: 0;
}

.nopadtop {
  padding-top: 0 !important;
}

.box {
  background-color: #ffffff;
  padding: 4rem;
  position: relative;
  z-index: 11;
}

.box p {
  padding: 0;
  margin-bottom: 15px;
}

.box i {
  margin-bottom: 30px;
  display: inline-block;
  line-height: 1;
  font-size: 46px
}

.box h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  padding: 0;
}

.m30 {
  margin-top: -60px;
}

.readmore {
  font-weight: 700;
  font-size: 15px;
}

.readmore:after {
  content: "\f107";
  vertical-align: middle;
  padding-left: 5px;
  font-family: "Flaticon";
  font-size: 11px;
}

.image-box {
  position: relative;
}

.image-box .overlay {
  background-image: none;
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.2);
}

.image-box img {
  width: 100%;
}

.image-box h4 a, .image-box h4 {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 50%;
  z-index: 1;
  font-size: 20px;
  margin: -7px auto;
  color: #ffffff;
}

hr.invis {
  border: 0;
  margin: 30px 0;
}


/******************************************
COURSE MODULES
******************************************/

.course-box {
  border-radius: 6px 6px 0 0;
  background-color: #ffffff;
  border: 1px solid #eaeaea;
}

.course-box img {
  border-radius: 6px 6px 0 0;
  width: 100%;
}

.course-details {
  padding: 3rem 2rem;
}

.course-details h4 {
  font-size: 18px;
  padding: 0 0 1.5rem;
  font-weight: 700;
  margin: 0;
}

.course-box small {
  display: block;
  font-size: 80%;
  margin-bottom: 10px;
}

.course-details p {
  padding-bottom: 0;
  margin-bottom: 0;
}

.course-footer ul {
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.course-footer a {
  color: #aaa;
}

.course-footer i {
  padding-right: 3px;
}

.course-footer {
  border-top: 1px solid #eaeaea;
  padding: 15px;
}

.course-footer .pull-right a {
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  font-family: Arial
}

.entry {
  position: relative;
}

.magnifier {
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: hidden;
  right: 0;
  opacity: 0;
  top: 0;
  background-color: rgba(1, 186, 207, 0.8);
  -webkit-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
  -moz-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
  -o-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
  transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
}

.entry:hover .magnifier {
  opacity: 1;
  z-index: 1000;
  left: 5%;
  top: 5%;
  right: 5%;
  bottom: 5%;
  position: absolute;
  visibility: visible;
}

.magnifier a {
  position: absolute;
  top: 50%;
  text-align: center;
  left: 0;
  right: 0;
  margin: -20px auto;
  font-size: 30px;
  color: #fff !important;
}


/************************************
WIDGETS
************************************/

.sidebar .widget {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eaeaea;
}

.sidebar .widget-title {
  font-weight: 600;
  color: #000000;
}

.sidebar .tags-widget li {
  margin-bottom: 10px;
}

.sidebar .widget .form-control {
  margin-bottom: 10px;
  border-radius: 0;
  border-color: #eaeaea;
  height: 45px;
  box-shadow: none;
  color: #b9b9b9;
}

.sidebar .newsletter-widget .form-control {
  min-width: 260px;
  margin-bottom: 0;
  height: 48px;
}

.sidebar .alignleft {
  float: left;
  margin-right: 20px;
}

.sidebar .mt-0 {
  font-size: 16px;
  padding: 0;
  margin-bottom: 5px;
  margin-top: 0;
}

.sidebar .media {
  display: block;
  margin-bottom: 30px;
}

.sidebar .media:last-child {
  margin-bottom: 0;
}


/************************************
BLOG
************************************/

.site-publisher img {
  float: left;
  margin: 0 20px 0 0;
  max-width: 60px;
}

.authorbox img {
  margin: 10px 30px 0 0;
  min-width: 130px;
}

.site-small-desc h4, .site-publisher h4 {
  font-weight: 700;
  margin: 5px 0 15px;
  padding: 0;
}

.authorbox {
  background-color: #ffffff;
}

.authorbox p {
  margin-top: 10px;
  color: #b9b9b9;
}

.authorbox small {
  text-transform: capitalize;
  font-style: normal;
  padding-right: 5px;
}

.about-message small {
  text-transform: uppercase;
  letter-spacing: 2px;
}

.small-about-message .small-title {
  font-size: 24px;
  line-height: 24px;
  padding-bottom: 0;
  margin-bottom: 20px;
}

.user_name {
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 5px;
}

.media-right, .media>.pull-right {
  color: #999 !important;
  font-size: 11px;
  letter-spacing: 2px;
  padding-left: 10px;
  text-transform: uppercase;
}

.boxed-comment {
  border: 1px solid #eee;
  padding: 3rem;
  margin-top: 6rem;
  display: block;
}

.comments-list .media {
  padding: 15px;
  margin-bottom: 15px;
}

.media-body .btn-primary {
  padding: 5px 10px !important;
  font-size: 11px !important;
}

.last-child {
  margin-bottom: 0 !important;
}

.comments-list img {
  max-width: 80px;
  margin-right: 30px;
}

.authorbox-social li a {
  color: #999;
}

.authorbox-social ul {
  padding: 10px 0;
  margin-bottom: 0;
}

.authorbox {
  margin-bottom: 30px;
}

.authorbox img {
  min-width: 130px;
  margin: 10px 30px 0 0 !important;
}

.blog-list {
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.blog-meta .list-inline li span {
  font-style: italic;
  color: #999;
  text-transform: none;
  letter-spacing: 0;
  font-size: 14px;
  padding-right: 5px;
}

.blog-meta h3 {
  padding: 0;
  margin: 10px 0;
  font-size: 30px;
  font-weight: 700;
}

.blog-meta small, .blog-meta .list-inline li, .blog-meta .list-inline li a {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  color: #000;
}

.blog-meta .list-inline li {
  color: #b9b9b9;
  letter-spacing: 0;
}

.blog-media img {
  width: 100%;
}

.blog-media {
  display: block;
  margin: 25px 0;
}

.blog-desc-big .lead {
  color: #000000;
  font-weight: 600;
}

.blog-desc-big .btn {
  margin-top: 15px;
}

.image-wrap img {
  width: 100%;
}

.image-wrap:after {
  content: "";
  width: 60px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #111;
  right: 0;
}

.blog-box {
  background-color: #ffffff;
  border-radius: 6px 6px 0 0;
  border: 1px solid #eaeaea;
}

.blog-box .magnifier {
  border-radius: 6px 6px 0 0;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
}

.blog-box img {
  width: 100%;
  border-radius: 6px 6px 0 0;
}

.post-meta {
  padding: 15px 30px 10px;
  margin-top: -5px;
  border-top: 1px solid #eaeaea;
  line-height: 1;
}

.post-meta a {
  font-size: 13px;
  color: #aaa;
}

.post-meta .list-inline>li {
  padding-left: 0;
  padding-right: 0;
  margin-right: 10px;
}

.post-meta li:last-child:after {
  content: ""
}

.blog-desc {
  padding: 3rem 2rem;
  display: block;
  position: relative;
}

.blog-desc h4 a, .blog-desc h4 {
  font-size: 18px;
  font-weight: 700;
  padding: 0 0 15px;
  margin: 0;
  color: #000000;
}

.blog-desc p {
  padding: 0;
  margin: 0;
}

.stat-count h3, .stat-count h4 {
  color: #ffffff;
}

.stat-count h4 {
  font-size: 44px;
  line-height: 1;
  padding: 0;
  margin: 0;
}

.stat-count h3 {
  padding: 30px 0 25px;
  margin: 0;
  line-height: 1;
  font-size: 20px;
}

.stat-count h3 i {
  padding-right: 10px;
  border-right: 1px solid #fff;
  margin-right: 10px;
}

.stat-count p {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-family: 'Akshar', sans-serif;
  font-style: italic;
}

.blog-grid .col-md-6, .blog-grid .col-md-4 {
  margin-bottom: 30px
}


/******************************************
TESTIMONIAL
******************************************/



.rating {
  display: block;
}

.rating i {
  color: #f4af0b !important;
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 1;
  display: inline-block;
  font-size: 15px;
}

.p120 {
  padding-bottom: 120px !important;
}

.section.lb {
  border-top: 1px solid #eee;
}

.tagline-message h3 {
  padding: 0;
  font-size: 34px;
  margin: 0;
  color: #ffffff;
letter-spacing:3px;
	text-shadow:0 0 3px #000;
}

.section.lb .tagline-message h3, .section.gb .tagline-message h3 {
  color: #000;
}

.callout h3 {
  font-size: 90px;
  line-height: 90px;
  margin-top: 0;
  color: #ffffff;
  font-weight: 900;
}

.callout h4 {
  color: #ffffff;
}

.callout h3 sup {
  font-size: 34px;
  top: -0.2em;
  vertical-align: super;
}

.callout .lead {
  color: #ffffff;
  font-size: 29px;
  font-weight: bold;
  line-height: 36px;
  padding: 30px 8px 0;
}

.p40l {
  padding-left: 4rem;
}

.custom-module h2 {
  font-size: 28px;
  font-weight: bold;
  margin: 20px 0 30px;
  padding: 0;
}

.custom-module mark {
  line-height: 1;
  color: #ffffff;
  padding: 0 10px;
}

.custom-module p {
  padding: 0;
  margin: 0;
}


/******************************************
SHOP
******************************************/

.shop-top {
  margin-bottom: 30px;
  padding: 20px 0;
  display: block;
}

.shop-top p, .shop-box.course-details h4 {
  padding: 0;
  margin-bottom: 0;
}

.shop-wrapper {
  border: 0;
}

.shop-wrapper .course-details {
  padding: 2rem;
}

.shop-wrapper.course-box small {
  margin-bottom: 0;
  margin-top: 5px;
}

.shop-grid .col-md-3 {
  margin-bottom: 30px;
}

.btn-group.open .dropdown-toggle, .bootstrap-select>.dropdown-toggle {
  background: #ffffff none repeat scroll 0 0 !important;
  box-shadow: none !important;
  color: #b9b9b9 !important;
  padding: 0;
  border: 0 !important;
  outline: none;
  width: 100%;
  z-index: 1;
}

.shop-desc small {
  font-size: 20px;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}

.shop-meta {
  display: block;
  position: relative;
  margin: 30px 0;
  padding: 30px 0;
  border-top: 3px solid #f6f6f6;
  border-bottom: 3px solid #f6f6f6;
}

.shop-meta ul {
  margin-bottom: 0;
  padding-bottom: 0;
  margin-top: 20px;
}

.shop-media .image-wrap::after {
  display: none;
}

.shop-extra {
  margin-top: 40px;
  padding: 60px 60px 40px;
  border: 3px solid #f6f6f6;
}

.shop-extra .nav-tabs>li>a {
  background-color: #ffffff !important;
  border: 0 !important;
  border-bottom: 3px solid transparent !important;
  border-radius: 0;
  font-weight: 700;
  outline: none !important;
  font-size: 17px;
  line-height: 1.42857;
  padding: 10px 30px;
  box-shadow: none !important;
  margin-right: 15px;
}

.shop-extra .nav-tabs {
  border-bottom: 3px solid #f6f6f6 !important;
}

.shop-extra .nav-tabs>li:hover a, .shop-extra .nav-tabs>li.active a {
  border-bottom-color: #111 !important;
}

.shop-extra .tab-content {
  padding: 40px 0 30px;
}

.shop-extra strong {
  color: #000000;
}

.shop-extra .tab-content h3 {
  font-size: 20px;
  padding: 0 0 30px;
  margin: 0;
}

.shop-extra .form-control {
  margin-bottom: 20px;
}

.related-products {
  display: block;
  margin-top: 80px;
}

.related-products .text-widget h3 {
  font-size: 20px;
  padding-bottom: 10px;
}


/******************************************
FOOTER
******************************************/

.section.footer {
}
fotter {
	padding:20px 0;
}
footer p{
	font-size:15px;
	line-height:2;
}

.copyrights {
	background-image:url(images/bg_gray.svg);
	background-size:28px 28px;
  padding: 10px 0 5px;
  font-size: 12px;
	color:#000;
	text-align:center;
}

.copyrights ul {
  padding: 0 !important;
  margin: 15px 0 0 !important;
}

.copyrights ul li {
  line-height: 1;
  font-size: 15px;
  margin: 0 0 0 8px !important;
}

.cop-logo img {
  margin-top: 9px;
  opacity: 0.5;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.cop-logo img:hover {
  opacity: 1;
  -webkit-filter: grayscale(0);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0);
}

.newsletter-widget .form-control {
  border-radius: 0;
  font-size: 14px;
  box-shadow: none !important;
  height: 48px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  min-width: 280px;
}

.newsletter-widget img {
  display: block;
  max-width: 280px;
  margin-top: 40px;
}

.newsletter-widget p {
  margin-bottom: 30px;
}

.newsletter-widget .btn {
  padding-left: 23px;
  padding-right: 23px;
}

.footer ul {
  list-style: none;
  padding: 0;
}

.footer .list-widget li {
  margin: 0 0 5px !important;
}

.footer .tags-widget li {
  margin-bottom: 5px;
  margin-top: 5px;
}

.footer .form-control, .footer p, .footer a {
  color: #000;
	font-size:14px;
	letter-spacing:0;
}

.footer .list-widget a:hover {
  color: #875f87;
}

.absolute-widget {
  border-top: 0 none;
  display: block;
  margin-top: -45%;
  padding: 6rem 4rem;
  position: relative;
  background: url(upload/formbg.jpg) no-repeat top center #161616;
}

.absolute-widget .form-control {
  background-color: transparent;
  border: 0 solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0;
  font-size: 14px;
  height: 40px;
  padding-bottom: 15px;
  box-shadow: none !important;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 15px;
}

.absolute-widget textarea.form-control {
  height: 100px;
}

.absolute-widget .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
  opacity: 1;
}

.absolute-widget .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.absolute-widget .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}


/******************************************
BUTTONS
******************************************/

.btn {
  border-radius: 0;
  font-size: 14px;
  border: 1px solid #fff;
  font-weight: 400;
  color: #ffffff !important;
  padding: 5px 20px 3px;
  text-transform: capitalize;
  font-family: 'Akshar', sans-serif;
}

.btn-transparent {
  color: #ffffff;
  border: 1px solid #fff;
}


/************************************
MICS
************************************/

.loader {
  display: block;
  margin: 20px auto 0;
  vertical-align: middle;
}

#preloader {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 11000;
  position: fixed;
  display: block
}

.preloader {
  position: absolute;
  margin: 0 auto;
  left: 1%;
  right: 1%;
  top: 47%;
  width: 55px;
  height: 55px;
  background: center center no-repeat none;
  background-size: 65px 65px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%
}


/******************************************
COLOR BLUE
******************************************/

.yamm .dropdown .dropdown-menu {
  border-top-color: #000;
}

.iconitem a.shopicon i {
  color: #000 !important;
}

.shop-desc small, .shop-meta a, .authorbox small, blockquote:before, blockquote:after, .blog-meta small a, .small-box i, .copyrights ul li:hover a, .footer .readmore, .breadcrumb>li a, .yamm h4, .yamm-content li:hover a, .yamm .hassubmenu li:hover a, .check li:before, .stat-count h3, .blog-desc h4:hover a, .post-meta li:after, .course-box small, .course-details h4:hover a, .course-footer i, a:hover, a:focus, .box i, .topbar .text-left i {
  color: #000;
}

.shop-extra .nav-tabs>li:hover a, .shop-extra .nav-tabs>li.active a, .modal .form-control, .form-control:focus, .btn-transparent {
  border-color: #900b80 !important;
}

.cb, .box .event-desc small, .pagination a, .pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover, .tags-widget a, .owl-theme-01 .owl-nav [class*="owl-"]:hover, .yamm .dropdown-menu li:hover .menu-button, .yamm .dropdown-menu li .menu-button, mark, .bgcolor1, .image-wrap:before, .image-wrap:after, .btn-primary {
  border-color: #000;
  background-color: #000;
  box-shadow: inset 0 0 0 0 #000;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.pagination a:hover, .tags-widget a:hover, .btn-primary:hover {
  color: #ffffff !important;
  box-shadow: inset 0 100px 0 0 #900b80;
  border-color: #900b80;
}


/******************************************
COLOR GREEN
******************************************/

.menu-widget small, .course-footer .pull-right a {
  color: #82b440;
}

.btn-default {
  border-color: #82b440;
  background-color: #82b440;
  box-shadow: inset 0 0 0 0 #74a632;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.btn-default:hover {
  box-shadow: inset 0 100px 0 0 #74a632;
  border-color: #74a632;
}


/******************************************
RESPONSIVE
******************************************/

@media (max-width: 992px) {
  .p120 {
    padding-bottom: 8rem !important;
  }
  .boxed {
    margin-top: 4rem;
  }
  .blog-box, .testimonial, .stat-count {
    margin: 30px 0;
  }
  .m30 {
    margin-top: 30px;
  }
  .absolute-widget {
    background-image: none;
  }
  .sidebar {
    margin-top: 30px;
  }
  .container {
    min-width: 100% !important;
  }
  .footer .widget {
    margin: 30px 0;
  }
}

@media (max-width: 768px) {
  .shop-extra .nav-tabs>li>a, .shop-extra .nav-tabs>li {
    float: none;
    display: block;
    width: 100%;
    text-align: center;
  }
  .shop-extra {
    padding: 30px 10px;
  }
  .home-message p {
    font-size: 28px;
  }
  .topbar .text-left {
    text-align: center;
  }
  .authorbox img {
    float: none;
    margin: 0 0 30px !important;
    min-width: 100px;
  }
  .media-left, .media>.pull-left {
    display: block;
    float: none;
    margin: 0 0 30px;
    padding-right: 10px;
  }
}

@media (max-width: 468px) {
  .blog-meta h3 {
    font-size: 20px;
  }
}

@media (min-width: 992px) {
  .yamm-fw {
    position: relative;
  }
  .hassubmenu:hover>ul, .yamm-fw:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
  }
  .hassubmenu ul, .navbar-nav .yamm-fw ul {
    -webkit-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
    -moz-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
    -o-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
    transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
  }
  .yamm-fw .dropdown-menu {
    min-width: 240px;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .hassubmenu>ul, .yamm-fw>ul {
    position: absolute;
    top: 160%;
    visibility: hidden;
    display: block;
    opacity: 0;
  }
  .yamm-fw>ul li {
    position: relative;
  }
  .yamm-fw>ul li:hover>ul {
    visibility: visible;
    opacity: 1;
    left: 100%;
  }
}

@media (max-width: 1200px) {
  .nav>li>a {
    padding: 1em 0.7em;
  }
}


/*__________________________///____________________________________*/

.img_wrap img {
  width: 100%;
  cursor: pointer;
  transition-duration: 0.3s;
}
.img_wrap:hover img {
  opacity: 0.6;
  transition-duration: 0.3s;
}
/* マージンスタイル */
.flex_alb {
  display: flex;
  flex-wrap: wrap;
}
/* clearfix定義 */
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.mtb-10 {margin: -15px 0;
}
.mt-10a {margin-top: -10px;}

@media only screen and (max-width:480px) {/*　画面サイズが480pxからはここを読み込む　*/
  .mt-10a {  margin-top: 10px;
  }
}
.mt-10 {margin-top: -10px;}
.mt05 {margin-top: 5px;}
.mt10 {margin-top: 10px;}
.mt20 {margin-top: 20px;}
.mt30 {margin-top: 30px;}
.mt40 {margin-top: 40px;}
.mt50 {margin-top: 50px;}
.mt60 {margin-top: 60px;}
.mt70 {margin-top: 70px;}
.mt80 {margin-top: 80px;}
.mt90 {margin-top: 90px;}
.mt100 {margin-top: 100px;}
.mt_auto {margin-top: 300px;}
.mb10 {margin-bottom: 10px;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.mb40 {margin-bottom: 40px;}
.mb50 {margin-bottom: 50px;}
.mb60 {margin-bottom: 60px;}
.mb70 {margin-bottom: 70px;}
.mb80 {margin-bottom: 80px;}
.mb90 {margin-bottom: 90px;}
.mb100 {margin-bottom: 100px;}
.mr10 {margin-right: 10px;}

@media screen and (min-width:480px) {/*　画面サイズが480pxからはここを読み込む　*/
  .mr10 {  margin-right: 10px;
  }
}


/* paddingタイル */

.pt10 {padding-top: 10px;}
.pt20 {padding-top: 20px;}
.pt30 {padding-top: 30px;}
.pt40 {padding-top: 40px;}
.pt50 {padding-top: 50px;}
.pt60 {padding-top: 60px;}
.pt70 {padding-top: 70px;}
.pt80 {padding-top: 80px;}
.pt90 {padding-top: 90px;}
.pt100 {padding-top: 100px;}
.pt200 {padding-top: 200px;}
.pt300 {padding-top: 300px;}
.pb10 {padding-bottom: 10px;}
.pb20 {padding-bottom: 20px;}
.pb30 {padding-bottom: 30px;}
.pb40 {padding-bottom: 40px;}
.pb50 {padding-bottom: 50px;}
.pb60 {padding-bottom: 60px;}
.pb70 {padding-bottom: 70px;}
.pb80 {padding-bottom: 80px;}
.pb90 {padding-bottom: 90px;}
.pb100 {padding-bottom: 100px;}
.pb200 {padding-bottom: 200px;}
.pb300 {padding-bottom: 300px;}
.pb400 {padding-bottom: 400px;}

/* 追加：リンク画像ホバー時に半透明に */
a img {
border:none;
verticle-align:top;
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
a:hover img {
opacity: 0.7;     /* 透過レベル */
filter: alpha(opacity=80);
}

.logo-normal h1{
	margin:0;
}
.logo-normal h2{
	padding:11px 0 0;margin:0;
	font-size:11px;
	color:#a295c8;
}

.rsttop-headline__logo-img {
  display: inline-block;
  width: 250px;
  height: 20px;
  overflow: hidden;
  text-indent: 100%;
  word-wrap: normal;
  overflow-wrap: normal;
  white-space: nowrap;
  vertical-align: middle;
  background: url(images/logo.png) no-repeat 0 0/contain;
}

.navbar-brand {
  float: left;
  height: 0px;
  padding: 5px 0 0 0;
}

.navbar {
    position: relative;
    min-height: 20px;
    margin-bottom: 0;
    border: 1px solid transparent;
}
/*____top____________*/
.text-right_waku {
	background-color:#a295c8;
	border-radius:0 0 10px 10px;
	padding:10px 20px;
}
.text-right_waku p{
	padding:0;margin:0;
	color:#fff;
}
.text-right_waku .time{
	font-size:14px;
	text-spacing-trim: space-all;
	line-height:1.2;
}
.text-right_waku .time span{
	font-size:12px;
	font-weight:400;
}
.text-right_waku .tel{
	font-size:33px;
	line-height:1;
	text-align:right;
}
#aboutus .balloon1 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 35px;
  min-width: 120px;
  max-width: 100%;
  background: #a295c8;
	border-radius:50px;
}
#aboutus .balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #a295c8;
}
#aboutus .balloon1 h2{
	padding:0;margin:0;
	font-family: zen-maru-gothic, sans-serif;
	color:#fff;
	font-size:32px;
	line-height:1.8;
}
#aboutus .balloon2,
.page_title .balloon2  {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 20px;
  /*min-width: 120px;
  max-width: 100%;*/
	width:100%;
  background: #FFF;
  border: solid 2px #a295c8;
  box-sizing: border-box;
	border-radius:50px;
}
#support .balloon2 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 40px;
  min-width: 200px;
  max-width: 100%;
	/*width:100%;*/
  background: #FFF;
  border: solid 2px #a295c8;
  box-sizing: border-box;
	border-radius:50px;
}
#aboutus .balloon2:before,
#support .balloon2:before,
.page_title .balloon2:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}
#aboutus .balloon2:after,
#support .balloon2:after,
.page_title .balloon2:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #a295c8;
  z-index: 1;
}
#aboutus .balloon2 h3{
	padding:0;margin:0;
	font-family: zen-maru-gothic, sans-serif;
	font-size:17px;
	line-height:1.8;
  color: #875f87;
}
#support .balloon2 p{
	padding:0;margin:0;
	font-family: zen-maru-gothic, sans-serif;
	font-size:24px;
	line-height:1.8;
  color: #875f87;
	font-weight:700;
}
.page_title .balloon2 p{
	padding: 0;
    margin: 0;
    font-family: zen-maru-gothic, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #875f87;
    font-weight: 700;
    text-align: center;
}
#aboutus p{
	padding:0;margin:0;
	font-size:17px;
	line-height:1.8;
}
#service .waku{
	background-color:#fff;
	padding:30px;
	border-radius:10px;
	margin-bottom:30px;
}
#service .waku h4{
	padding:15px 0 10px;margin:0;
	font-size:20px;
	line-height:1.5;
	text-align:center;
	color:#a295c8;
	font-weight:700;	
	font-family: zen-maru-gothic, sans-serif;
}
#service .waku p{
	padding:0 0 15px;margin:0;
	line-height:1.5;
	text-align:justify;
}
#plan .waku {
	background-image:url(images/top_plan_bg_l.svg), url(images/top_plan_bg_r.svg);
	background-size:50% auto;
	background-repeat:no-repeat;
	background-position:bottom 10px left, bottom 10px right;
	padding:100px 0;
}
#sugoroku .waku{
	background-color:#fff;
	padding:65px 30px;
	border-radius:20px;
	text-align:center;
}
#sugoroku .img_l img{
	border-radius:0 20px 20px 0;
	width:100%;
}
#sugoroku .img_r img{
	border-radius:20px 0 0 20px;
	width:100%;
}
#sugoroku .title_tex h3{
	padding:0 0 30px;margin:0;
	font-size:21px;
	line-height:1.8;
	color:#875f87;
	font-weight:700;
	font-family: zen-maru-gothic, sans-serif;
}
#voice {
	border-bottom:2px solid #b3b3b3;
}
#voice .waku .waku_s,
.page_item_voice .waku .waku_s{
	text-align:center;
}
#voice .waku .waku_s img {
	width:50%;
	margin:0 auto;
}
#voice .waku h4,
.page_item_voice .waku h4{
	padding:15px 0 0;margin:0;
	font-size:18px;
	line-height:1.8;
	text-align:center;
	font-weight:700;	
	font-family: zen-maru-gothic, sans-serif;
}
#voice .waku h5,
.page_item_voice .waku h5{
	padding:2px 0 0;margin:0;
	font-size:13px;
	line-height:1;
	text-align:center;
	font-weight:700;	
	font-family: zen-maru-gothic, sans-serif;
}
#voice .waku h6,
.page_item_voice .waku h6{
	padding:15px 0;margin:0;
	font-size:15px;
	line-height:1.8;
	text-align:center;
	font-weight:700;	
	font-family: zen-maru-gothic, sans-serif;
}
#voice .waku p,
.page_item_voice .waku p{
	padding:0;margin:0;
	text-align:justify;
}
#column .title_tex h3{
	padding:0 0 30px;margin:0;
	font-size:18px;
	line-height:1.8;
	font-weight:500;
}
#column .waku,
.page_item_column .waku {
	margin:0 0 20px;
}
#column .waku .img,
.page_item_column .waku .img {
    width: 95%;
    aspect-ratio: 5 / 5;
    object-fit: cover;
}
#column .waku .cate,
.page_item_column .waku .cate{
	padding:0;margin:15px 0 8px 0;
	font-size:12px;
	line-height:1.8;
	font-weight:500;
	color:#875f87;	
	font-family: zen-maru-gothic, sans-serif;
}
#column .waku .cate span,
.page_item_column .waku .cate span {
	padding:3px 5px;
	border:1px solid #875f87;
}
#column .waku .posted_on,
.page_item_column .waku .posted_on{
	padding:0px 0 3px;margin:0;
	font-size:14px;
	line-height:1.8;
	font-weight:500;
	color:#a295c8;
}
#column .waku h4,
.page_item_column .waku h4{
	padding:0px 0 0px;margin:0;
	font-size:15px;
}
#contact p{
	padding:20px 0;
}
#contact .sample_btn {
	font-size:24px;
	margin-top:0;
	margin-bottom:20px;
}
.footer .sample_btn {
	font-size:21px;
	margin-top:0;
	margin-bottom:5px;
	color:#fff;
}
#support p{
	padding:0;margin:0;
	font-size:17px;
	font-weight:500;
	line-height:2.2;
}
#support img{
	border-radius:10px;
}
#news .title_tex{
	margin:0 0 25px;
}
#news img{
	border-radius:10px;
}
#news .sample_btn_w{
	margin:0 0 0;
  line-height: 40px;
}
#news .waku{
	background-color:#fff;
	padding:10px 20px;
	margin:0 0 15px;
	border-radius:10px;
}
.page_item_news .waku{
	background-color:#f2f2f2;
	padding:10px 20px;
	margin:0 0 15px;
	border-radius:10px;
}
#news .waku .posted_on,
#news .waku h3,
.page_item_news .posted_on,
.page_item_news h3{
	padding:0;margin:0;
	font-size:15px;
	font-weight:400;
	line-height:1.8;
}
#news .sns_bana img{
	margin:0 0 15px;
}
.footer{
	padding:50px 0;
}
.footer .title_tex h2{
	padding:0 0 8px;margin:0;
	font-size:13px;
	color:#a295c8;
}
.footer .title_tex .fot_add{
	padding:0 0 10px;margin:0;
	font-size:15px;
	line-height:1.5;
}
.footer .example2{
    /*追加*/display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer .example2 li{
    /*追加*/width: 100%;
    /*追加*/box-sizing: border-box;
    /*追加*/text-align: left;
    padding: 0;
    margin: 0;
}
.footer .example2 li i{
    font-size:32px;
}
.footer .fot_phone {
	padding:0 ;margin:0;
	font-size:14px;
}
#service .balloon1 {
  position: relative;
  display: inline-block;
  margin: 0em 0 1.0em 0;
  padding: 15px 35px;
  width: 100%;
  background: #a295c8;
	border-radius:50px;
}
#service .balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #a295c8;
}
#service .balloon1 p{
	padding: 0;
    margin: 0;
    font-family: zen-maru-gothic, sans-serif;
    color: #fff;
    font-size: 21px;
    line-height: 1.3;
    text-align: center;
}
#service .line_waku {
	border-top:2px solid #b3b3b3;
	border-bottom:2px solid #b3b3b3;
	padding:8px 0;
	margin:20px 0 30px;
}
#service .line_waku h3{
	padding:0;
	margin:0;
    font-family: zen-maru-gothic, sans-serif;
    font-size: 21px;	
}
#service .waku_s {
    background-color: #fff;
    padding:10px 15px;
    border-radius: 10px;
    margin-bottom: 15px;
}
#service .oth_sev01 h4,
#service .oth_sev02 h4,
#service .oth_sev03 h4,
#service .oth_sev04 h4,
#service .oth_sev05 h4,
#service .oth_sev06 h4,
#service .oth_sev07 h4,
#service .oth_sev08 h4 {
    padding: 12px 0px 12px 55px;
    background-size: auto 40px;
	margin:0;
    font-size: 18px;
    line-height: 1;
    color: #a295c8;
    font-weight: 700;
    font-family: zen-maru-gothic, sans-serif;
	background-repeat:no-repeat;
	background-position:left center;
}
#service .oth_sev01 h4{
	background-image: url(images/service_s_ico01.svg);
}
#service .oth_sev02 h4{
	background-image: url(images/service_s_ico02.svg);
}
#service .oth_sev03 h4{
	background-image: url(images/service_s_ico03.svg);
}
#service .oth_sev04 h4{
	background-image: url(images/service_s_ico04.svg);
}
#service .oth_sev05 h4{
	background-image: url(images/service_s_ico05.svg);
}
#service .oth_sev06 h4{
	background-image: url(images/service_s_ico06.svg);
}
#service .oth_sev07 h4{
	background-image: url(images/service_s_ico07.svg);
}
#service .oth_sev08 h4{
	background-image: url(images/service_s_ico08.svg);
}
#sugoroku .container_sub {
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}
#sugoroku .container_sub .row {
    margin-right: 0;
    margin-left: 0;
}
#sugoroku .container_sub .col-sm-6 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.hed_slider_pc {
	background-image: url(images/pc_slider01.jpg);
	height:85vh;
	margin:60px 0 0;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}
.hed_slider_pc .absolute-middle {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
}
.hed_slider_pc .absolute-middle p {
  padding:10px 10px 10px 10px;
	margin:0 0 0;
	font-size:28px;
	line-height:1;
	background-color:#fff;
	color:#3A4277;
	font-weight:700;
}
.hed_slider_pc .absolute-middle h1 {
  padding:0px 10px 10px 10px;
	margin:0;
	font-size:18px;
	line-height:1;
	background-color:#fff;
	color:#3A4277;
}
.hed_slider_pc .hed_slider_pc_waku {
position: absolute;
  bottom: 12vh;   /* ← ここがポイント */
  left: 0;
  width: 100%;
}
.hed_slider_pc .hed_slider_pc_waku .absolute-middle_bottom {
	background-color:#EFEEF8;
	padding:20px;
}
.hed_slider_pc .hed_slider_pc_waku .absolute-middle_bottom .hed_slider_pc_waku_sub {
	background-color:#fff;
	padding:15px;
}
.hed_slider_pc .hed_slider_pc_waku .absolute-middle_bottom .hed_slider_pc_waku_sub h2{
	padding:0;margin:0;
	font-size:18px;
	text-align:center;
	font-weight:600;
	line-height:1.5;
	color:#3A4277;
}
.hed_slider_pc_sub {
	background-color:#A295C8;
	padding:20px 0;	
}
.hed_slider_pc_sub a{
	font-size:26px;
	text-align:center;
	font-weight:600;
	line-height:1.5;
	color:#fff;
}
#spec .sample_btn {
    margin: 0;
}
#spec .balloon1-left {
  position: relative;
  display: inline-block;
  margin: 0 0 0em 15px;
  padding: 15px 35px;
  width: 95%;
  color: #fff;
  font-size: 18px;
  background: #a295c8;
	border-radius:15px;
}
#spec .balloon1-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -25px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #a295c8;
}
#spec .balloon1-left p {
  margin: 0;
  padding: 0;
	line-height:1.5;
}
#spec .mb-0 .wp-block-columns {
	margin-bottom:0 !important;
}

/*____page____________*/
#page_item .content_tex p,
#page_item .content_tex_com {
	padding:0 0 50px;margin:0;
	font-size:16px;
	font-weight:600;
	letter-spacing:2px;
	line-height:1.8;
}
.page_item_column .content_tex p {
	padding:0 0 0px !important;
}
.page_item_column .content_tex  {
	padding:0 0 50px !important;
}
#page_item .content_tex ul{
	padding:20px 0 20px 25px;margin:0;
}
#page_item .content_tex li{
	font-size:16px;
	font-weight:500;
	letter-spacing:2px;
	line-height:1.8;
}
.page_item_voice .waku{
	margin-bottom:30px;
}
.page_item_voice .waku .waku_s img{
	width:100%;
	margin:0 auto;
}
.page_item_voice .waku h4,
.page_item_voice .waku h5,
.page_item_voice .waku h6{
	text-align:left;
}
#sidebar .border-gradation{
	padding:0 0 0px;margin:0 0 8px;
	font-size:18px;
	font-weight:600;
	letter-spacing:2px;
	line-height:1.8;
	border-bottom:2px dotted #9a8fc2;
}
#sidebar ul{
	padding:0 0 0 0px;
	margin:0;
	list-style:none;
}
#page_item .zen_maru{
font-family: zen-maru-gothic, sans-serif;
}
#page_item .font13{
	font-size:13px;
	line-height:1.5;
}
#page_item .font16{
	font-size:16px;
	line-height:2;
}
#page_item .font18{
	font-size:18px;
	line-height:2;
}
#page_item .page_bg_g{
	background-image:url(images/bg_gray.svg);
	padding:30px;
	background-size:28px 28px;
	border-radius:10px;
}
#page_item .page_bg_pa{
	background-image:url(images/bg_paple_mel.svg);
	padding:30px;
	background-size:28px 28px;
	border-radius:10px;
}
#page_item .page_bg_pa_s{
	background-image:url(images/bg_paple_mel.svg);
	padding:20px;
	background-size:28px 28px;
	border-radius:10px;
}
#page_item .page_bg_lpa{
	border:2px solid #a295c8;
	padding:20px;
	border-radius:10px;
}
#page_item .page_bg_pa p,
#page_item .page_bg_g p{
	padding:0;margin:0;
}
.page_hed_service h3,
.page_title h3{
    position: relative;
    padding: .5em .7em .4em 0;
    border-bottom: 3px solid #987cb4;
    color: #875f87;
	margin:20px 0 35px;
	font-family: zen-maru-gothic, sans-serif;
	font-weight:700;
	font-size:26px;
}
.page_hed_service h3::before,
.page_hed_service h3::after,
.page_title h3::before,
.page_title h3::after {
    position: absolute;
    left: 30px;
    bottom: -15px;
    width: 30px;
    height: 15px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}
.page_hed_service h3::before,
.page_title h3::before{
    background-color: #987cb4;
}
.page_hed_service h3::after,
.page_title h3::after {
    bottom: -11px;
    background-color: #fff;
}
.page_hed_service h4{
	padding:0;margin:0 0 8px;
	font-size:20px;
    color: #9a8fc2;
	font-weight:600;
}
.page_title h4{
	padding:0;margin:0 0 15px;
	font-size:24px;
    color: #9a8fc2;
	font-weight:600;
}
.page_hed_service h4::before,
.page_title h4::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900; /* solid アイコン用 */
  content: "\f138"; /* circle-chevron-right */
  margin-right: 0.5em;
  color: #9a8fc2; /* 好みで変更してOK */
}
.page_hed_service ul{
	padding:0;margin:0;
	list-style:none;
}
.page_hed_service ul li{
	padding:0 0 5px 0;
	font-weight:600;
}
.page_hed_service ul li::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900; /* solid アイコン用 */
  content: "\f00c"; /* circle-chevron-right */
  margin-right: 0.5em;
  color: #875f87; /* 好みで変更してOK */
}
.page_hed_service li:last-child {
	padding:0 0 0 0;
}
.page_item_consulting .flow{
	text-align:center;
}
.flow .page_bg_pa{
	padding:15px !important;
}
.flow .nom{
	padding:0;margin:0 0 10px;
	font-size:17px;
	font-weight:600;
	text-align:center;
  color: #875f87; /* 好みで変更してOK */
}
.page_item_consulting .flow img{
	width:50%;
	margin:0 auto;
}
.fot_plan{
	background-image:url(images/bg_gray.svg);
	padding:50px 0;
	background-size:28px 28px;
}
.fot_plan .title{
	padding:0;margin:0 0 5px;
	font-size:24px;
    color: #875f87;
	font-weight:600;
}
.fot_plan .tex{
	padding:0;margin:0 0 0;
	font-size:16px;
    color: #000;
	font-weight:600;
}
.fot_plan .sample_btn{
	margin:15px 0 0;
	font-size:18px;
	font-weight:600;
}

.page_item_greeting .waku{
	border:2px solid #987cb4;
	border-radius:15px;
	padding:20px 20px 1px 20px;
	margin-top:40px;
}
.page_item_greeting .waku h3{
	padding:0;
    color: #875f87;
    margin: 0 0 15px;
    font-family: zen-maru-gothic, sans-serif;
    font-weight: 700;
    font-size: 21px;
}
.page_item_greeting .waku h3 span{
    font-size: 18px;
}
.page_item_greeting .waku p{
	margin:0 0 20px;
}

.page_hed_service table	{ width: 100%; }
.page_hed_service th	{ padding: 20px 10px; border-bottom: 1px solid #a295c8; border-right: 1px solid #a295c8;font-weight:400; }
.page_hed_service td	{ padding: 20px 10px; border-bottom: 1px solid #a295c8; }
.page_hed_service td span { font-weight:600; }
.page_hed_service th	{ background: #fff; }

/*----------------------------------------------------
	.demo01
----------------------------------------------------*/
.page_hed_service .demo01 th	{ width: 30%; text-align: left; }
.page_item_contact .demo01 small{font-size:13px;font-weight:400;letter-spacing:0;}
.page_item_contact .demo01 p{padding:0;margin:0;}

.reco_title {
	background-image:url(images/label_recomend.svg);
	padding:3px 0 3px 70px;
	background-size:60px auto;	
	background-repeat:no-repeat;
	background-position:left center;
}
.waku_keiyaku {
	text-align:center;
}
.waku_keiyaku img{
	width:80%;
	margin:0 auto;
}
@media only screen and (max-width:480px){
    /*.page_hed_service .demo01	{ margin: 0 -10px; }*/
    .page_hed_service .demo01 th,
    .page_hed_service .demo01 td{
		width: 100%;
		display: block;
		border-top: none;
    }
	/*.page_hed_service .demo01 tr:first-child th	{ border-top: 1px solid #ddd; }*/
}
#youtube i{
	font-size:36px;
	margin:0 0 15px;
}
#youtube p{
	padding:0 0 20px;margin:0;
}

.page_title .flow .page_bg_pa .font13{
	font-size:18px !important;
	text-align:center;
}
.page_title .flow .page_bg_g .font16{
	font-size:14px !important;
}
.page_title .flow .svg-inline--fa{
	margin:20px 0;
}
.page_title .flow .page_bg_pa :where(.wp-block-columns) {
    margin-bottom: 0;
}
.establishment .page_bg_pa {
	font-size:17px !important;	
	font-weight:400 !important;	
}
.establishment .page_bg_pa span{
	font-size:24px !important;	
	font-weight:600 !important;	
}
#service .paln_bana_waku{
	margin:0 0 30px;
}
#paln_bana {
	border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    padding: 30px 0;
}
#page_item .mb-0 .page_bg_pa:where(.wp-block-columns.is-layout-flex) {
    gap: 0em;
}
#page_item .mb-0 .page_bg_pa:where(.wp-block-columns) {
    margin-bottom: 15px;
}
.top3_table .fukidashi{
  position: relative;padding:0;margin:0 0 10px;
}
.top3_table .fukidashi span{
  padding:5px 15px;
	font-size:13px;
	background: #a295c8;
	color:#fff;
	border-radius:15px;
}
.top3_table .fukidashi:after {
  position: absolute;
    content: '';
    top: 100%;
    left: 15px;
    border: 8px solid transparent;
    border-top: 10px solid #a295c8;
    width: 0;
    height: 0;
}
.top3_table h3 {
    padding:5px 0  0;
    margin: 0 0 15px;
    font-size: 26px;
    color: #875f87;
    font-weight: 600;
}
.top3_table h4 {
    padding: 0;
    margin: 0 0 15px;
    font-size: 21px;
    color: #9a8fc2;
    font-weight: 600;
    border-bottom: 1px solid #a295c8;
}
.list_works ul{
	padding:0 0 0 20px;
}
.list_works li{
	padding:0 0 8px;
}

.page_item_greeting .balloon1 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 15px 35px;
  width: 100%;
  background: #a295c8;
	border-radius:50px;
	text-align:center;
}
.page_item_greeting .balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #a295c8;
}
.page_item_greeting .balloon1 p{
	padding:0;margin:0;
	font-family: zen-maru-gothic, sans-serif;
	color:#fff;
	font-size:21px;
	line-height:1.3;
	letter-spacing:2px;
}
.page_item_greeting .balloon1 h3{
	padding:0;margin:0;
	font-family: zen-maru-gothic, sans-serif;
	color:#fff;
	font-size:28px;
	line-height:1.3;
	letter-spacing:2px;
}
.page_item_privacy-policy h4{
    padding: 0;
    margin: 0 0 20px;
    font-size: 26px;
    line-height: 1.8;
    color: #875f87;
    font-weight: 700;
    font-family: zen-maru-gothic, sans-serif;
    border-bottom: 2px solid #e0ddf2;
}
.page_item_privacy-policy p{
    padding: 0;
    margin: 0 0 30px;
}
/*____bg____________*/
#aboutus,
#voice,
#column,
#faq {
	padding:100px 0;
}
#youtube {
	padding:50px 0;
	border-top:1px solid #F0F4F6;
	border-bottom:1px solid #F0F4F6;
	text-align:center;
}
#service,
#news{
	background-image:url(images/bg_gray.svg);
	padding:100px 0 70px;
	background-size:28px 28px;
}
#sugoroku{
	background-image:url(images/bg_paple.svg);
	padding:100px 0 100px;
	background-size:28px 28px;
}
#contact{
	background-image:url(images/bg_paple.svg);
	padding:50px 0 30px;
	background-size:28px 28px;
	text-align:center;
	color:#fff;
}
#voice .waku,
.page_item_voice .waku{
	background-image:url(images/bg_gray.svg);
	padding:30px;
	background-size:28px 28px;
	border-radius:10px;
}
#support{
	background-image:url(images/top_support_bg_t.svg), url(images/top_support_bg_b.svg);
	background-repeat:no-repeat;
	background-position:top center, bottom center;
	padding:100px 0;
	background-size:1920px auto;
}
#service .title_tex,
#plan .title_tex,
#voice .title_tex,
#column .title_tex,
#support .title_tex,
#faq .title_tex{
	text-align:center;
}
#service .title_tex h2,
#plan .title_tex h2,
#sugoroku .title_tex h2,
#voice .title_tex h2,
#column .title_tex h2,
#support .title_tex h2,
#news .title_tex h2,
#faq .title_tex h2{
	padding:0;margin:0;
	font-size:32px;
	line-height:1.8;
	color:#875f87;
	font-weight:700;
	font-family: zen-maru-gothic, sans-serif;
}
#contact .title_tex h2{
	padding:0;margin:0;
	font-size:32px;
	line-height:1.8;
	color:#fff;
	font-weight:700;
	font-family: zen-maru-gothic, sans-serif;
}
#service .title_tex hr,
#plan .title_tex hr,
#voice .title_tex hr,
#column .title_tex hr,
#support .title_tex hr,
#faq .title_tex hr {
    margin-top: 10px;
    margin-bottom: 30px;
    border: 0;
    border-top: 3px solid #b3b3b3;
	width:100px;
}
#service h3,
#plan h3 {
	padding:0 0 50px;margin:0;
	font-size:15px;
	line-height:2;
	text-align:center;
}
#service .sample_btn,
#plan .sample_btn {
	margin:0px 0 0;
}
.page_hed{
	margin-top:65px;
	padding:120px 0;
	text-align:center;
}
.page_hed_greeting,
.page_hed_insurance-procedures,
.page_hed_payroll-calculation,
.page_hed_grant,
.page_hed_work-rules,
.page_hed_trouble,
.page_hed_consulting,
.page_hed_plan,
.page_hed_flow,
.page_hed_sugoroku,
.page_hed_column,
.page_hed_voice,
.page_hed_faq,
.page_hed_news,
.page_hed_contact,
.page_hed_training-and-interviews,
.page_hed_audit-support,
.page_hed_pension-advice,
.page_hed_recruitment-consulting,
.page_hed_establishment-pack,
.page_hed_hr-hearing-training,
.page_hed_care-hr-improvement,
.page_hed_harassment-prevention,
.page_hed_privacy-policy {
	background-image:url(images/page_hed_bg_t.svg), url(images/page_hed_bg_b.svg), url(images/bg_paple_se.svg);
	background-repeat:no-repeat,no-repeat,repeat;
	background-position:top center, bottom center,top center;
	background-size:100% auto,100% auto, 28px 28px;
	background-color:#fdfdff;
}
#page_item {
	padding:100px 0;
}
#page_item_s {
	padding:100px 0 0;
}
.fh5co-bg-section22 {
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	padding:10px 0;
}
.fh5co-bg-section22 .font12{
	padding:0;margin:0;
	font-size:12px;
}
.pagination{
   margin:20px 0 0;
}
.nav-links{
   display:flex;
}
.pagination .page-numbers{
   display:inline-block;
   margin-right:10px;
   padding:10px 15px;
   color:#875f87;
   background:#fff;
}
.pagination .current{
   padding:10px 15px;
   background:#222c3f;
   color:#fff;
}
.pagination .prev,
.pagination .next{
   background:transparent;
   box-shadow:none;
   color:#875f87;
}
.pagination .dots{
   background:transparent;
   box-shadow:none;
}
.page_item_contact .waku_mail h3,
.page_item_contact .waku_line h3{
padding: 0;
    margin: 0 0 20px;
    font-size: 26px;
    line-height: 1.8;
    color: #875f87;
    font-weight: 700;
    font-family: zen-maru-gothic, sans-serif;
	border-bottom: 2px solid #e0ddf2;
}
.page_item_contact .waku_line p{
padding: 0;
    margin: 0 0 0;
    font-size: 17px;
    line-height: 2;
}

/*_____sozai__________*/
.sample_btn {
  display: inline-block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  line-height: 50px;
  outline: none;
  color: #fff;
  border:1px solid #3a4277;
  background-color: #3a4277;
  -webkit-transition: all .3s;
  transition: all .3s;
	margin:30px 0 0;
	border-radius:10px;
}
.sample_btn:hover {
  color: #3a4277;
  border:1px solid #3a4277;
  background-color: #fff;
}
.sample_btn_w {
  display: inline-block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  line-height: 50px;
  outline: none;
  color: #3a4277;
  border:1px solid #fff;
  background-color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
	margin:30px 0 0;
	border-radius:10px;
}
.sample_btn_w:hover {
  color: #fff;
  border:1px solid #3a4277;
  background-color: #3a4277;
}

/*____sugoroku________________*/
/* ========= すごろく共通レイアウト ========= */

.sugo-wrap {
  width: 100%;
  background: #f8f8f8;
}

.sugo-block {
  position: relative;
  padding: 160px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

.sugo-inner {
  width: min(1100px, 90%);
  margin: 0 auto;
  position: relative;
}

/* --- STEPカード --- */

.sugo-step {
  width: 380px;
  background: #ffffff;
  border-radius: 24px;
  padding: 26px 30px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
  position: relative;
}

/* 位置指定 */
.sugo-step.pos-left   { margin-left: 0; }
.sugo-step.pos-center { margin: 0 auto; }
.sugo-step.pos-right  { margin-left: auto; }

/* STEP番号 */
.sugo-step .step-num {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  color: #875F87;
  margin-bottom: 4px;
}

/* タイトル */
.sugo-step h3 {
  margin: 4px 0 10px;
  font-size: 20px;
  font-weight: 700;
}

/* 箇条書き */
.sugo-step ul {
  margin: 8px 0 0;
  padding-left: 20px;
  font-size: 14px;
}

/* イベントラベル（黒帯） */
.sugo-step .event-label {
  position: absolute;
  top: -36px;
  left: 0;
  padding: 6px 12px;
  border-radius: 16px;
  background: #222;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.sugo-step .event-label.good  { background: #444; }
.sugo-step .event-label.bad   { background: #000; }
.sugo-step .event-label.neut  { background: #555; }

/* マス自体の色バリエーション（必要なら） */
.sugo-step.is-red   { background: #FF6B6B; color:#fff; }
.sugo-step.is-gray  { background: #F2F2F2; }
.sugo-step.is-violet{ background: #875F87; color:#fff; }

/* ========= 背景SVGの割り当て ========= */
/* パスは実際にアップした場所に変更してね */

.sugo-block.block-1  { background-image: url('images/sugoroku/block-01.svg'); }
.sugo-block.block-2  { background-image: url('/wp-content/uploads/sugoroku/block-02.svg'); }
.sugo-block.block-3  { background-image: url('/wp-content/uploads/sugoroku/block-03.svg'); }
.sugo-block.block-4  { background-image: url('/wp-content/uploads/sugoroku/block-04.svg'); }
.sugo-block.block-5  { background-image: url('/wp-content/uploads/sugoroku/block-05.svg'); }
.sugo-block.block-6  { background-image: url('/wp-content/uploads/sugoroku/block-06.svg'); }
.sugo-block.block-7  { background-image: url('/wp-content/uploads/sugoroku/block-07.svg'); }
.sugo-block.block-8  { background-image: url('/wp-content/uploads/sugoroku/block-08.svg'); }
.sugo-block.block-9  { background-image: url('/wp-content/uploads/sugoroku/block-09.svg'); }
.sugo-block.block-10 { background-image: url('/wp-content/uploads/sugoroku/block-10.svg'); }
.sugo-block.block-11 { background-image: url('/wp-content/uploads/sugoroku/block-11.svg'); }
.sugo-block.block-12 { background-image: url('/wp-content/uploads/sugoroku/block-12.svg'); }
.sugo-block.block-13 { background-image: url('/wp-content/uploads/sugoroku/block-13.svg'); }
.sugo-block.block-14 { background-image: url('/wp-content/uploads/sugoroku/block-14.svg'); }
.sugo-block.block-15 { background-image: url('/wp-content/uploads/sugoroku/block-15.svg'); }
.sugo-block.block-16 { background-image: url('/wp-content/uploads/sugoroku/block-16.svg'); }
.sugo-block.block-17 { background-image: url('/wp-content/uploads/sugoroku/block-17.svg'); }
.sugo-block.block-18 { background-image: url('/wp-content/uploads/sugoroku/block-18.svg'); }
.sugo-block.block-19 { background-image: url('/wp-content/uploads/sugoroku/block-19.svg'); }
.sugo-block.block-20 { background-image: url('/wp-content/uploads/sugoroku/block-20.svg'); }
.sugo-block.block-21 { background-image: url('/wp-content/uploads/sugoroku/block-21.svg'); }
.sugo-block.block-22 { background-image: url('/wp-content/uploads/sugoroku/block-22.svg'); }
.sugo-block.block-23 { background-image: url('/wp-content/uploads/sugoroku/block-23.svg'); }
.sugo-block.block-24 { background-image: url('/wp-content/uploads/sugoroku/block-24.svg'); }

/* ========= スマホ対応 ========= */

@media (max-width: 768px) {
  .sugo-block {
    padding: 60px 0;
    background-image: none !important;
    background-color: #f8f8f8;
  }

  .sugo-step {
    width: 100%;
    margin: 0 auto 40px;
  }

  .sugo-step .event-label {
    left: 10px;
  }
}



/*ContactForm7カスタマイズ*/
table.CF7_table{
	width:100%;
	margin:0 auto;
}
table.CF7_table th,
table.CF7_table td{
	padding:15px 0;
	border-bottom:#eeefea 1px solid;
}
.single .entry-content table.CF7_table,
.page .entry-content table.CF7_table{
	display:table;
}
/*入力欄*/
.CF7_table input, .CF7_table textarea {
	border: 1px solid #d8d8d8;
}
.CF7_table ::placeholder {
	color:#797979;
}
/*「必須」文字*/
.CF7_req{
	font-size:.9em;
	padding: 5px;
	background: #987CB4;/*オレンジ*/
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
}
/*「任意」文字*/
.CF7_unreq{
	font-size:.9em;
	padding: 5px;
	background: #999999;/*グレー*/
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
}
/* タイトル列 */
@media screen and (min-width: 768px){
	.CF7_table th{
	width:30%;/*横幅*/
	background-color:#fff;/*ブルーグレー*/
	}
}
/* レスポンシブ */
@media screen and (max-width: 768px){
	table.CF7_table{
	width:95%;
	}
	.CF7_table tr, .CF7_table td, .CF7_table th{
	display: block;
	width: 100%;
	line-height:2.5em;
	}
	.CF7_table th{
	background-color:#fff;
	}
}
/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit {
	background-color:#333;/* オレンジ*/
	border:0;
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
	margin:0 auto;
	/*width:30%;*/
	letter-spacing:2px;
	padding:8px 15px;
}
.CF7_btn{
	text-align:center;
	margin-top:20px;
}
.wpcf7-spinner{
	width:0;
	margin:0;
}
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 input[type="text"], .CF7_table textarea, .CF7_table select {
    padding:5px;
	width:100%;
}
.CF7_table label {
    font-weight: 500;
}
.rec_font12{
	padding:30px 0 0;margin:0;
	font-size:10px;
	font-weight:400;
	text-align:right;
}
.qa-1 {
    width: 100%;
    margin-bottom: 7px;
    border: 1px solid #d6dde3;
    border-radius: 5px;
}
.qa-1 a{
    color:#987cb4;
	text-decoration: underline !important;
}
.qa-1 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}
.qa-1 summary::before,
.qa-1 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}
.qa-1 summary::before {
    color: #75bbff;
    content: "Q";
}
.qa-1 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}
.qa-1[open] summary::after {
    transform: rotate(225deg);
}
.qa-1 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
}
.qa-1[open] p {
    transform: none;
    opacity: 1;
}
.qa-1 p::before {
    color: #ff8d8d;
    line-height: 1.2;
    content: "A";
}

.map {
    position: relative;
    width: 100%;
    padding-top: 20%;
    /* 16:9のアスペクト比 */
    height: 0;
}
.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.grecaptcha-badge { visibility: hidden; }
/*_____________mb____________*/

/*PCで無効*/
.br-sp{
    display: none;
}
.br-pc{
    display: block;
}
/* PCだけ表示 */
.only-pc { display: block; !important}
.only-sp { display: none; !important}
/*スマートフォンで有効*/
@media screen and (max-width:768px) {
    .br-sp{
        display: block;
    }
    .br-pc{
        display: none;
    }
}

@media screen and (max-width: 480px) {
.only-pc { display: none; !important}
.only-sp { display: block; !important}

.logo-normal h2 {
    padding: 7px 0 0;
}
.navbar-default .nav>li>a {
    font-size: 16px;
    text-align: left;
}
.navbar-toggle {
    margin-top: 11px;
    margin-bottom: 5px;
}
#aboutus .mb30 {
    margin-bottom: 10px;
}
#aboutus .balloon1 h2 {
    padding: 5px 0;
    font-size: 26px;
    line-height: 1.4;
    text-align: center;
}
	#aboutus img{
		width:70%;
		margin:0 auto;
		padding:0 0 20px;
	}
#aboutus, #voice, #column, #faq {
    padding: 80px 0;
}
#aboutus .balloon2, .page_title .balloon2 {
    margin: 1em 0;
}
#service, #news {
    padding: 80px 0 50px;
}
#plan .waku {
	background-position: top left, top right;
    padding: 80px 0;
}
#sugoroku {
    padding: 80px 0;
}
#sugoroku .img_l img {
    border-radius: 20px;
}
#sugoroku .waku {
    padding: 30px 15px;
    margin: 20px 0;
}
#service .title_tex h2, #plan .title_tex h2, #sugoroku .title_tex h2, #voice .title_tex h2, #column .title_tex h2, #support .title_tex h2, #news .title_tex h2, #faq .title_tex h2 {
    font-size: 28px;
}
#sugoroku .title_tex h3 {
    padding: 10px 0 10px;
    line-height: 1.5;
}
#voice .waku, .page_item_voice .waku {
    padding: 30px 15px;
    margin: 15px 0;
}
#contact {
    padding: 30px 0 10px;
}
#support {
    padding:60px 0 80px 0;
	background-size: cover;
}
#service .title_tex hr, #plan .title_tex hr, #voice .title_tex hr, #column .title_tex hr, #support .title_tex hr, #faq .title_tex hr {
    margin-bottom: 15px;
}
#support img {
	margin-top:30px;
}
.map {
    padding-top: 70%;
}
.footer .title_tex .fot_add {
    padding: 5px 0 20px;
}
.footer .example2 li i {
    font-size: 40px;
	padding: 0 0 20px;
}
.footer .example2 {
    width: 70%;
}
.footer {
    padding: 50px 0 25px;
}
.footer .form-control, .footer p, .footer a {
    font-size: 15px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #fff;
}
.page_hed {
    margin-top: 57px;
    padding: 80px 0;
}
    .page-title h2 {
        font-size: 26px;
        letter-spacing: 1px;
    }
#page_item,
#page_item_s {
    padding: 70px 0;
}
.page_hed_service h3, .page_title h3 {
    margin: 20px 0 25px;
	font-size: 24px;
}
#page_item .content_tex p, #page_item .content_tex_com {
    padding: 0 0 30px;
}
.navbar-default .dropdown-menu li a {
    font-size: 15px;
}
.yamm .dropdown-menu li a {
    padding: 10px 0 0 !important;
}
#page_item .page_bg_pa {
    padding: 25px 15px;
}
#spec .balloon1-left:before {
    display:none;
}
#spec .balloon1-left {
    margin: 0;
    padding: 15px 15px;
    width: 100%;
}
#page_item .wp-block-columns.is-layout-flex {
    gap: 1em;
}
#page_item .wp-block-columns {
    margin-bottom: 1.0em;
}
#page_item .page_bg_g {
    padding: 25px 15px;
}
.page_item_consulting .flow img {
    width: 100%;
}
.page_item_consulting .sp_style .page_bg_pa {
        padding: 10px 10px !important;
}
.page_hed_service th {
    padding: 20px 0px 0px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    font-weight: 600;
}
.page_hed_service td {
    padding: 10px 0px 20px;
}
.page_hed_service td span {
    font-size: 120%;
}
	.page_item_sugoroku .content_tex_com{
		text-align:justify !important;
	}
#column .waku .cate, .page_item_column .waku .cate {
    font-size: 11px;
}
.page_item_voice .waku .waku_s img {
    width: 60%;
}
table.CF7_table th {
    padding: 15px 0 5px;
    border-bottom: #fff 1px solid;
}
table.CF7_table td {
    padding:0 0 15px 0;
}

.page_item_privacy-policy h4{
    font-size: 21px;
}
.hed_slider_pc {
    background-image: url(images/slider_sm.jpg);
    height: 85vh;
    margin: 57px 0 0;
	background-position: center right;
}
.hed_slider_pc .absolute-middle {
    top: 19%;
	width: 100%;
}
.hed_slider_pc .absolute-middle .waku{
	background-color: rgb(255 255 255 / 90%); 
}
.hed_slider_pc .absolute-middle p {
    font-size: 26px;
    line-height: 1.3;
	background-color: rgb(255 255 255 / 0%); 
}
.hed_slider_pc .absolute-middle h1 {
    font-size: 16px;
    line-height: 1.3;
	background-color: rgb(255 255 255 / 0%); 
}
.hed_slider_pc .hed_slider_pc_waku .absolute-middle_bottom .hed_slider_pc_waku_sub h2 {
    font-size: 16px;
}
.hed_slider_pc .hed_slider_pc_waku .absolute-middle_bottom .hed_slider_pc_waku_sub {
    padding: 10px 15px;
    margin: 5px 0;
}
.hed_slider_pc .hed_slider_pc_waku .absolute-middle_bottom {
    padding: 10px 15px;
}
.hed_slider_pc .hed_slider_pc_waku {
    bottom: 10vh;
}


}