@charset "utf-8";
/*
Theme Name: rinsyou_themes_2026_v1
Theme URI:
Description: rinsyou_themes_2026_v1
Version: 1.0
Author:
Author URI:
/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W0);
  font-weight: 100;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W1);
  font-weight: 200;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W2);
  font-weight: 300;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W3);
  font-weight: 400;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W4);
  font-weight: 500;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W5);
  font-weight: 600;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W6);
  font-weight: 700;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W7);
  font-weight: 800;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W8);
  font-weight: 900;
}
@font-face {
  font-family: "Hiragino Sans W9";
  src: local(HiraginoSans-W9);
  font-weight: 900;
}

@font-face {
    font-family: 'genj';
    font-style: normal;
    font-weight: 200;
    src: url('font/GenJyuuGothicL-Light.eot');
    src: url('font/GenJyuuGothicL-Light-.eot#iefix') format('embedded-opentype'),
    url('font/GenJyuuGothicL-Light.ttf') format('truetype'),
    url('font/GenJyuuGothicL-Light.woff') format('woff');
}
@font-face {
    font-family: 'genj';
    font-style: normal;
    font-weight: 400;
    src: url('font/GenJyuuGothicL-Regular.eot');
    src: url('font/GenJyuuGothicL-Regular-.eot#iefix') format('embedded-opentype'),
    url('font/GenJyuuGothicL-Regular.ttf') format('truetype'),
    url('font/GenJyuuGothicL-Regular.woff') format('woff');
}
@font-face {
    font-family: 'genj';
    font-style: normal;
    font-weight: 500;
    src: url('font/GenJyuuGothicL-Medium.eot');
    src: url('font/GenJyuuGothicL-Medium-.eot#iefix') format('embedded-opentype'),
    url('font/GenJyuuGothicL-Medium.ttf') format('truetype'),
    url('font/GenJyuuGothicL-Medium.woff') format('woff');
}
@font-face {
    font-family: 'genj';
    font-style: normal;
    font-weight: 700;
    src: url('font/GenJyuuGothicL-Bold.eot');
    src: url('font/GenJyuuGothicL-Bold-.eot#iefix') format('embedded-opentype'),
    url('font/GenJyuuGothicL-Bold.ttf') format('truetype'),
    url('font/GenJyuuGothicL-Bold.woff') format('woff');
}

@font-face {
    font-family: 'genj';
    font-style: normal;
    font-weight: 900;
    src: url('font/GenJyuuGothicL-Heavy.eot');
    src: url('font/GenJyuuGothicL-Heavy-.eot#iefix') format('embedded-opentype'),
    url('font/GenJyuuGothicL-Heavy.ttf') format('truetype'),
    url('font/GenJyuuGothicL-Heavy.woff') format('woff');
}

/* Utilities
------------------------------------------------------------------- */
.sec_lv1 {
	margin-top: 50px;
}

.sec_lv2 {
	margin-top: 40px;
}

.sec_lv3 {
	margin-top: 30px;
}

.sec_lv4 {
	margin-top: 20px;
}
.inner_base {
	margin-right: auto;
	margin-left: auto;
	padding-right: 0;
	padding-left: 0;
	max-width: 1200px;
}
@media print,screen and (max-width: 1200px){
.inner_base {
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
	width: 100%;
}
.sec_lv1 {
	margin-top: 25px;
}
.sec_lv2 {
	margin-top: 20px;
}
.sec_lv3 {
	margin-top: 15px;
}
.sec_lv4 {
	margin-top: 10px;
}
}
@media print,screen and (max-width: 768px){
.inner_base {
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
	width: 100%;
	box-sizing: border-box;
}
}
.inner_lv1 {
	padding-top: 40px;
	padding-bottom: 40px;
}

.inner_lv2 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.inner_lv3 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.inner_lv4 {
	padding-top: 15px;
	padding-bottom: 15px;
}
.ib {
	display: inline-block;
}

/* Button
------------------------------------------------------------------- */
.btn {
	margin: auto;
	line-height: 1;
	text-align: center;
	text-decoration: none !important;
	color: #fff !important;
	border: none;
	width: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	cursor: pointer;
	outline: none;
	position: relative;
	transition: all .5s;
}

/* Default */
.btn_default {
  color: #ffffff !important;
	background:#00b0b0;
  border-radius: 6px;
}

/* main */
.btn_main {
	color: #ffffff !important;
	background: #b3b3b3;
	border-radius: 50px ;
}

/* Sub */
.btn_sub {
	color: #40220F !important;
	background: #FDE9C0;
}
/* Index */
.btn_index {
	color: #ffffff !important;
	background: #00afb0;
  border-radius: 6px;
}

/* Button Size */
.btn_xs {
	padding: 1px 5px;
	font-size: 1.1rem;
}

.btn_sm {
	padding: .8em 1em;
	font-size: 1.6rem;
	width: 80%;
}

.btn_md {
	padding: .6em 3em;
	font-size: 1.6rem;
	line-height: 1.4;
}

.btn_lg {
	padding: 1.2em 2em;
	font-size: 1.8rem;
}

.btn_block {
	width: 100%;
	display: block;
}

/* Option */
.btn_download::before {
	font-size: 150%;
	vertical-align: middle;
	content: "\f101";
	font-family: 'fontello';
}

.btn_download::after {
	display: none;
}

.btn_close::before {
	margin-right: .5em;
	content: "\e821";
	font-family: 'fontello';
}

.btn_blank::after {
	margin-left: .5em;
	font-size: 120%;
	vertical-align: middle;
	content: "\e820";
	font-family: 'fontello';
}

.btn_list::before {
	margin-right: 5px;
	content: "\e818";
	font-family: 'fontello';
}
.btn::after {
  margin-top: -.5em;
  line-height: 1;
  color: 
  #ffffff;
  position: absolute;
  right: 0;
  top: 50%;
  width: 20px;
  content: "\e844";
  font-family: 'fontello';
}
a.btn:hover{
	background-color:rgba(0, 176, 176, 0.29);
}
/* 表示非表示切り替え
------------------------------------------------------------------- */
.pc_only {
    display: block !important;
}
.sp_only {
    display: none !important;
}
@media print,screen and (max-width: 767px){
.pc_only {
    display: none !important;
}
.sp_only {
    display: block !important;
}
}
/* label
------------------------------------------------------------------- */
.label,
a.label {
  background: darkgray;
  color: #ffffff;
  margin: 0 5px 0 0;
  padding: 4px 2px 4px;
  width: 128px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 1;
	font-size: 1.2rem;
	letter-spacing: 1px;
}
.label:hover,
a.label:hover {
  color: #ffffff !important;
}
.label-center,
a.label-center {
  background-color: #00AFB0;
}
.label-support,
a.label-support {
  background-color: #00AFB0;
}
.label-consult,
a.label-consult {
  background-color: #00AFB0;
}
.label-training,
a.label-training {
  background-color: #00AFB0;
}
/* Heading
------------------------------------------------------------------- */
h1{
	
}
h2{
	display: inline-block;
	width: 300px;
	position: absolute;
	margin: auto;
	top: -90px;
	left: 0;
	right: 0;	
	padding: 0;
	text-align: center;
	color: #333333;
	font-size: 3.6rem;
	letter-spacing: 8px;
  line-height: 1.2;
  display: block;
  color: #00afb0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
h2 span{
  display: block;
  color: #000000;
	letter-spacing: 5px;
	font-size: 1.5rem;
	padding: 3px 0 0 0;
	font-weight: normal;
}
h3 {
	width: 100%;
	padding: 38px 0;
	margin: 0 0 20px;
	background-image: url(images/com/bg_01.png);
}
h3 span{
	text-align: center;
	width: 60%;
	padding: 30px 0;
	margin: auto;
	font-size: 3.0rem;
	background-color: #ffffff;
	display: block;
	line-height: 1;
}
h4{
	font-size: 2.6rem;
	margin: 0 0 47px;
	padding: 0 0 12px;
	border-bottom: 1px solid #00afb0;
	line-height: 1.4;
	text-align: center;
}
h5{
	width: 86%;
	margin: 0 auto 10px;
	padding: 0 0;
	box-sizing: border-box;
	font-size: 1.6rem;
	color: #00afb0;
	font-weight: bold;
}
h6{
	font-size: 2.1rem;
	margin: 0 0 40px;
	padding: 0;
	background: linear-gradient(transparent 50%,#CCEFEF 50%);
	line-height: 1.6;
	text-align: center;
}
/*postpage*/
@media all and (max-width: 767px){
h2{
	font-size: 3.0rem;
}
h3 {
	width: 100%;
	padding: 28px 0;
	margin: 0 0 20px;
	background-image: url(images/com/bg_01.png);
}
h3 span{
	text-align: center;
	width: 80%;
	padding: 20px 0;
	margin: auto;
	font-size: 2.0rem;
	background-color: #ffffff;
	display: block;
	line-height: 1;
}
h4{
	font-size: 2.2rem;
	margin: 0 0 27px;
}
h5{
	width: 100%;
}
h6{
	font-size: 1.8rem;
}

}

/* ==========================================================================
   common
   ========================================================================== */
.container{
	width: 100%;
	margin: 0;
	padding: 0;
}
/* ==========================================================================
   header
   ========================================================================== */
/*top-header*/
.site_header{
	width: 100%;
	margin: 0;
	padding: 70px 0 0;
	background-image: url(images/com/bg_01.png);
	background-repeat: repeat-x;
	background-position: center top;
}
.site_header .inner_base{
	max-width: 1600px;
	padding: 0 15px;
	margin: 0 auto;
}
.site_header .header_sub{
	padding: 0;
	margin: 0 auto 0;
	position: relative;
	border-bottom: 1px solid #333333;
	width: 100%;
}
.site_header .header_sub_set{
	width: 100%;
	margin: 0 0 50px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
}
@media all and (max-width: 767px){
.site_header{
	padding: 16px 0 0;
	background-image: none;
}
.site_header .header_sub{
	border-bottom: 0px solid #333333;
}
.site_header .header_sub_set{
	width: 100%;
	margin: 0 0 20px 0;
}
}

.site_header .header_sub_set li:nth-child(1){
	width: 200px;
	margin: 0;
}
.site_header .header_sub_set li:nth-child(2){
	width: 340px;
	margin: 0 auto;
	text-align: center;
}
.site_header .header_sub_set li:nth-child(2) span{
	font-size: 1.8rem;
	margin: 0 0 10px 0;
	display: block;
	line-height: 1.2;
	letter-spacing: 2px;
	color: #646464;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media all and (max-width: 799px){
.site_header .header_sub_set li:nth-child(2){
	width: 300px;
	margin: 0 auto;
	text-align: center;
}
}
@media all and (max-width: 767px){
.site_header .header_sub_set li:nth-child(2) span{
	font-size: 1.5rem;
	margin: 0 0 6px 0;
	display: block;
	line-height: 1.2;
	letter-spacing: 1px;
	color: #646464;
}
.site_header .header_sub_set li:nth-child(2) img{
	display: inline-block;
	width: 240px;
}
}
.site_header .header_sub_set li:nth-child(3) .contact_btn {
  display: inline-block;
  padding: 5px 30px;
  text-decoration: none;
  color: #00afb0;
  border: solid 3px #00afb0;
  border-radius: 30px;
  transition: .4s;
}
.site_header .header_sub_set li:nth-child(3) .contact_btn:hover {
  background: rgba(0, 176, 176, 0.29);
}
.site_header .header_sub_set li:nth-child(3) .contact_btn:before{
	font-size: 1.8rem;
	content: "\e855";
	font-family: 'fontello';
	color: #00afb0;
	margin-right: 6px;
	line-height: 1;
}
@media all and (max-width: 767px){
.site_header .header_sub_set li:nth-child(1){
	display: none;
}
.site_header .header_sub_set li:nth-child(3){
	display: none;
}
}
@media all and (max-width: 960px){
.header_sub{
	padding-right: 15px;
	padding-left: 15px;
	width: 100%;
}	
}
/*top-header END*/

/*lower-header*/
.site_header_lower{
	width: 100%;
	margin: 0;
	padding: 0 0 0;
}
.site_header_lower .inner_base{
	max-width: 1600px;
	padding: 0 15px;
	margin: 0 auto;
}
.site_header_lower .header_sub_lower{
	padding: 0;
	margin: 0 auto 0;
	position: relative;
	border-bottom: 1px solid #333333;
	width: 100%;
}
.site_header_lower .header_sub_set_lower{
	width: 100%;
	margin: 0 0 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
}
@media all and (max-width: 767px){
.site_header_lower .header_sub_lower{
	border-bottom: 0px solid #333333;
}
.site_header_lower .header_sub_set_lower{
	width: 100%;
	margin: 0 0 10px 0;
}
}

.site_header_lower .header_sub_set_lower li:nth-child(1){
	width: 125px;
	margin: 0;
	padding: 10px 0;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.site_header_lower .header_sub_set_lower li:nth-child(1) img{
	width: 125px;
}
.site_header_lower .header_sub_set_lower li:nth-child(2){
	margin: 0 auto;
	line-height: 1;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.site_header_lower .header_sub_set_lower li:nth-child(2) img{
	display: inline-block;
	width: 260px;
	height: 30px;
}
.site_header_lower .header_sub_set_lower li:nth-child(2) span{
	font-size: 1.5rem;
	margin: 0 10px 0 0;
	line-height: 1.2;
	letter-spacing: 1px;
	color: #646464;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media all and (max-width: 900px){
.site_header_lower .header_sub_set_lower li:nth-child(2){
	margin: 0 auto;
	padding: 10px 0 10px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
}
.site_header_lower .header_sub_set_lower li:nth-child(2) img{
	display: block;
	width: 240px;
}
.site_header_lower .header_sub_set_lower li:nth-child(2) span{
	font-size: 1.5rem;
	margin: 0 0 6px 0;
	line-height: 1.2;
	letter-spacing: 1px;
	color: #646464;
}
}

.site_header_lower .header_sub_set_lower li:nth-child(3) .contact_btn {
  display: inline-block;
  padding: 17px 30px;
  text-decoration: none;
  color: #ffffff;
  border: solid 0 #00afb0;
  border-radius: 0;
  transition: .4s;
  background-color: #00afb0;
}
.site_header_lower .header_sub_set_lower li:nth-child(3) .contact_btn:hover {
  background: rgba(0, 176, 176, 0.29);
}
.site_header_lower .header_sub_set_lower li:nth-child(3) .contact_btn:before{
	font-size: 1.8rem;
	content: "\e855";
	font-family: 'fontello';
	color: #ffffff;
	margin-right: 6px;
	line-height: 1;
}
@media all and (max-width: 767px){
.site_header_lower .header_sub_set_lower li:nth-child(1){
	display: none;
}
.site_header_lower .header_sub_set_lower li:nth-child(3){
	display: none;
}
}
@media all and (max-width: 960px){
.header_sub_set_lower{
/*
	padding-right: 15px;
	padding-left: 15px;
*/
	width: 100%;
}	
}
/*lower-header END*/










.header_main{
	padding: 0;
	margin: 0 auto;
	background-color: rgba(255, 255, 255, 0.9);
}
.global_nav {
	width: 100%;
	position: relative;
}
.global_nav .nav_global_set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 30px;
}
@media print,screen and (max-width: 767px){
.site_logo {
	margin: 0 auto 0;
	padding: 24px 0 0;
  height: auto;
  text-align: center;
  font-size: 2.2rem;
}
.global_nav{
	display: none;
}
.site_logo {
  max-width: 280px;
  text-align: center;
}
.site_member{
	display: none;
}
}
/* dropdownmenu */
ul.nav_global_set {
	max-width: 1600px;
	margin: 0 auto;
} 
ul.nav_global_set li.parent {
	position: relative;
	width: 20%;
	text-align: center;
	border-left:0px solid #999999;
	z-index: 100;
}
ul.nav_global_set li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
	margin: 0;
	padding: 20px 0;
	color: #333333;
	line-height: 1;
	width: 100%;
}
ul.nav_global_set > li.parent a .menu_ttl {
  display: inline-block;
  margin: 0 auto 0;
  line-height: 1;
	font-size: 1.7rem;
}
ul.nav_global_set > li.parent a.nav_item::after {
	content: "";
	width:3px;
	border-right: 1px solid #000000;
	position: absolute;
	right: 0px;
	top: 8px;
	bottom: 8px;
}
ul.nav_global_set > li.parent a.nav_item.afnone::after {
	content: "";
	width:3px;
	border-right: 0px solid #000000;
	position: absolute;
	right: 0px;
	top: 8px;
	bottom: 8px;
}

ul.nav_global_set > li a.nav_item:hover {
	background-image: url(images/com/bg_02.png);
	background-repeat: repeat;
	background-position: center top;
}
ul.nav_global_set > li a.nav_item:hover:before {
	content: '';
  display: block;
  background: #00afb0;
  height: 1px;
  width: 100%;
	position: absolute;
	bottom: 1px;
}
ul.nav_global_set li.parent.current {
	background-image: url(images/com/bg_02.png);
	background-repeat: repeat;
	background-position: center top;
}
ul.nav_global_set li.parent.current:before{
	content: '';
  display: block;
  background: #00afb0;
  height: 1px;
  width: 100%;
	position: absolute;
	bottom: 1px;
}
ul.nav_global_child_set {
	padding: 0 0 0 0;
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
}
ul.nav_global_child_set > li{
	width: 280px;
	color: #fff;
}
ul.nav_global_child_set > li:first-child{
 	border-top: 0;
}
ul.nav_global_child_set > li:last-child{
  	border-bottom: 0;
}
ul.nav_global_child_set > li{
	background: rgba(255, 255, 255, 0.94);
}
ul.nav_global_child_set > li:nth-child(odd){
	background: rgba(240, 240, 240, 0.94);
}

/*
ul.nav_global_child_set > li:last-child a{
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
}
*/
ul.nav_global_child_set > li a{
	padding: 14px 15px 14px 20px;
	text-align: left;
	font-size: 1.5rem;
	color: #646464;
	display: block;
}
ul.nav_global_child_set > li a i{
	color: #e22626;
}

/*
ul.nav_global_child_set li a::before {
  margin-right: 5px;
  content: "\e83c";
  font-family: 'fontello';
  color: #0089ac;
}
*/
/* dropdownmenu：rollover */
ul.nav_global_set li.parent a:hover {
	color: #646464;
	opacity: 1;
}
ul.nav_global_child_set li a:hover{
	background-color: #b2e7e7;
	color: #646464 !important;
}
/* dropdownmenu：current */
ul.nav_global_set li.parent.current a {
	color: #646464;
	opacity: 1;
}
ul.nav_global_child_set li.current a{
	background-color: #b2e7e7;
}
.visual_area {
	margin: 0 0 0;
	width: 100%;
	position: relative;
}
.visual_area .center_slide {
	margin: 0 0 50px;
}
.visual_area .center_slide img {
	width: 100%;
	height: auto;
	padding: 0 5px;
}
.visual_area .center_slide .slick-next {
	right: 20px;
	z-index: 99;
}
.visual_area .center_slide .slick-prev {
	left: 15px;
	z-index: 100;
}
.visual_area .center_slide div{
	position: relative;
}
.visual_area .center_slide div .info_area{
	width: 400px;
	margin: 0;
	padding: 20px 30px 16px;
	background-color: rgba(255, 255, 255, 0.94);
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 1;
	box-sizing: border-box;
/* 	box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.33); */
}
.visual_area .info_ttl{
	color: #00afb0;
	font-size: 3.0rem;
	line-height: 1.4;
	margin: 0 0 10px;
}
.visual_area .info_ttl span{
	color: #00afb0;
	font-size: 1.7rem;
	line-height: 1.4;
	margin: 0 0 0;
	display: block;
}
.visual_area .info_ttl a{
	color: #00afb0;
}

.visual_area .info_content{
	font-size: 1.5rem;
	line-height: 1.6;
	margin: 0 0 10px;
}
.visual_area .info_list{
	text-align: right;
	width: 100%;
	margin: 0;
	padding: 0 30px 0 0;
	font-size: 1.4rem;
	position: relative;
	line-height: 1;
}
.visual_area .info_list a{
	color: #00afb0;
}
.visual_area .info_list a:after{
	margin-left: 6px;
	line-height: 1;
	display: inline-block;
	content: "\e832";
	font-family: 'fontello';
	color: #00afb0;
	font-size: 1.2rem;
	top: 1px;
	position: absolute;
}
@media all and (max-width: 767px){
.visual_area {
	padding: 0 5px 0;
	width: 100%;
}
.visual_area .center_slide div .info_area{
	width: 97%;
  margin: auto;
	padding: 10px 15px 10px;
	background-color: rgba(255, 255, 255, 0.94);
	position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
	z-index: 100;
	box-sizing: border-box;
/* 	box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.33); */
}
.visual_area .info_ttl{
	color: #00afb0;
	font-size: 2.0rem;
	line-height: 1.4;
	margin: 0 0 3px;
}
.visual_area .info_ttl span{
	color: #00afb0;
	font-size: 1.4rem;
	line-height: 1.4;
	margin: 0 0 0;
	display: inline-block;
}

.visual_area .info_content{
	display: none;
}
}
.sub_visual_area{
	margin: 30px 0 0;
	width: 100%;
}
.sub_visual_area .inner{
	margin: 0 auto;
	padding: 0 15px;
	max-width: 960px;
	height: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sub_visual_area.bg_news{
	background-image: url(images/com/visual_bg_news.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}
@media print,screen and (max-width: 980px){
.sp-image-container{
	padding: 0;
}
.sub_visual_area .inner{
	margin: 0 auto;
	padding: 0 15px;
	max-width: 900px;
	height: 140px;
}
.sub_visual_area.consultation{
	background-size:1000px auto;
}

}
/* consultation nav */

.header_sub_nav_consultation{
	width: 100%;
	margin: 0;
	padding: 22px 0;
	background-color: #edf3f5;
}
.consultation_nav{
	margin: 0;
	padding: 0;
}
.nav_consultation_set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.nav_consultation_set li{
  width: 13.3%;
  text-align: center;
}
.nav_consultation_set a.nav_consultation_item {
  display: block;
  padding: 0.5em 0.1em;
  text-decoration: none;
  color: #4e8aeb;
  border: solid 2px #4e8aeb;
  transition: .4s;
  font-size: 1.4rem;
  position: relative;
  line-height: 1.4;
}
.nav_consultation_set a.nav_consultation_item:hover {
  background: #4e8aeb;
  color: #ffffff;
}
.nav_consultation_set a.nav_consultation_item:hover:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 15px solid #4e8aeb;
}
.nav_consultation_set li.parent.current a {
  background: #4e8aeb;
  color: #ffffff;
}
.nav_consultation_set li.parent.current a:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 15px solid #4e8aeb;
}
@media all and (max-width: 767px){
.header_sub_nav_consultation{
	display: none;
}
}
/* ==========================================================================
   main
   ========================================================================== */
.pankuzu{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto 30px;
	padding: 0 0 0 10px;
	font-size: 1.3rem;
}
.side_bar .ttl{
	width: 100%;
	margin: 0;
	padding: 10px 0;
	box-sizing: border-box;
	text-align: center;
	font-size: 1.9rem;
	color: #ffffff;
	background-color: #00afb0;
}
.side_bar {
	width: 24.1%;
	position: relative;
}
.side_nav .side_nav_set {
  margin: 0 0 10px 0;
  padding: 0;
  flex-direction: column;
}
.side_nav .side_nav_set li{
	border-bottom: 1px solid #646464;
}
.side_nav .side_nav_set li a{
  display: inline-block;
  padding: 16px 0 16px 28px;
  text-decoration: none;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  color: #646464;
  font-size: 1.6rem;
  line-height: 1.2;
}
.side_nav .side_nav_set li a:hover{
  color: #00afb0;
}
.side_nav .side_nav_set li a.current{
	color: #00afb0;
}
.side_bar>.side_content {
	width: 100%;
}
.side_bar>.side_content.s_fixed {
	left: auto;
}
.side_bar>.side_content>div {
	width: 100%;
	margin: 0;
	background-color: #fff;
	text-align: center;
	padding: 0 0 10px 0;
}
@media all and (max-width:767px) {
	.side_bar {
		width: 100%;
		order: 2;
	}
	.side_bar>.side_content {
		width: 100%;
	}
}
main {
	width: 100%;
	margin: 0 auto;
}
@media all and (max-width:767px) {
	main {
		flex-direction: column;
		min-height: 100%;
	}
}
.wrap{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto 50px;
	padding: 0 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
}
@media all and (max-width:1200px) {
.wrap{
	max-width: 1200px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto 30px;
}
}
.cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	color: #646464;
}
.cp_actab .current{
	color: #00afb0;
}
.cp_actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.cp_actab label {
	line-height: 1;
	position: relative;
	display: block;
	padding: 16px 0 16px 28px;
	cursor: pointer;
	margin: 0 0 0 0;
	text-align: left;
	border-bottom: 1px solid #646464;
}
.cp_actab > a{
	line-height: 1.3;
	position: relative;
	display: block;
	padding: 14px 0 14px 26px;
	cursor: pointer;
	margin: 0 0 0 0;
	text-align: left;
	border-bottom: 1px solid #646464;
}
.cp_actab > a i.icon-file-pdf{
	color: #e22626;
}
.cp_actab > a i.icon-link-ext{
	color: #00afb0;
}

@media all and (max-width:768px) {
.cp_actab label {
	padding: 16px 0 16px 8px;
}
.cp_actab > a{
	padding: 16px 0 16px 8px;
}
}
.cp_actab .cp_actab-content {
	overflow: hidden;
	max-height: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
	color: #333333;
	background: #eaeaea;
}
.cp_actab .cp_actab-content p {
	font-size: 14px;
  border-bottom: 1px solid #646464;
}
.cp_actab .cp_actab-content p a{
	padding: 16px;
	display: block;
	line-height: 1; 
}
.cp_actab p{
	margin-bottom:0px;
}
/* :checked */
.cp_actab input:checked ~ .cp_actab-content {
	max-height: 20em;
}
/*チェックのアイコン（↓）*/
.cp_actab label:after{
	color: #333333;
	content: "\e803";
	font-family: 'fontello';
	position: absolute;
	top: 18px;
	right: 10px;
}
/*チェックのアイコン（↑）*/
.cp_actab input:checked ~ label::after {
	color: #333333;
	content: "\e806";
	font-family: 'fontello';
}




/* contents_area
-------------------------------------- */

.contents {
	width: 67.5%;
	padding: 0;
}
@media all and (max-width:767px) {
	.contents {
		order: 1;
		width: 100%;
		padding: 0 0 30px;
	}
}
.news_area{
	width: 100%;
	padding: 70px 0 10px;
	margin: 0 0 120px;
	background-image: url(images/com/bg_01.png);
}
.news_area .inner_base{
	position: relative;
}
@media all and (max-width: 767px){
.news_area{
	margin: 0 0 30px;
}
}
.news_area .topics {
	width: 80%;
	margin: 0 auto 20px;
	padding: 40px 50px;
	line-height: 1.4;
  font-size: 1.6rem;
  background-color: #ffffff;
  box-sizing: border-box;
}
.news_area .topics dl {
	padding: 15px 0 13px;
	border-bottom: 1px solid #00afb0;
}
.news_area .topics dl:last-child {
	border-bottom: 0px solid #00afb0;
}
.news_area .topics dt {
	padding-bottom: 5px;
	padding-left: 20px;
	font-size: 1.3rem;
	color: #00afb0;
}
@media all and (min-width: 768px) {
.news_area .topics dt {
	clear: left;
	float: left;
	width: 20%;
}
.news_area .topics dd {
	margin-left: 21%;
}
}
.news_area .list{
	text-align: right;
	width: 80%;
	margin: 0 auto 20px;
	padding: 0 30px 0 0;
	font-size: 1.4rem;
	position: relative;
	line-height: 1;	
}
.news_area .list a{
	color: #00afb0;;
}
.news_area .list::after{
	margin-left: 6px;
	line-height: 1;
	display: inline-block;
	content: "\e832";
	font-family: 'fontello';
	color: #00afb0;
	font-size: 1.2rem;
	top: 1px;
	position: absolute;
}
@media all and (max-width: 767px) {
.news_area .topics {
	width: 100%;
	margin: 0 auto 20px;
	padding: 0 20px;
}
.news_area .topics dt {
	padding-bottom: 5px;
	padding-left: 0;
}
.news_area .list{
	width: 100%;
	margin: 0 auto 20px;
	padding: 0 30px 0 0;
	font-size: 1.4rem;
	position: relative;
	line-height: 1;	
}
}
/*info_area*/
.info_area{
	width: 100%;
	padding: 0 0;
	margin: 0 0 30px;
}
@media all and (max-width: 767px){
.info_area{
	width: 100%;
	padding: 20px 0;
	margin: 0 0 0;
}
}
.info_area dl dd a{
	width: 100%;
	display: block;
	margin: 0 0 10px;
	padding: 0 0 4px 0;
	border-bottom: 1px dotted #333333;
}
.info_area dl dd a:hover{
	color: #008cce;
  opacity: 1;
}
.info_area dl {
	margin: 0;
	padding: 0;
	width: 100%;
	box-sizing:border-box;
}
.info_area dt {
	width: 100%;
	margin-bottom: 0px;
}
.info_area dt .time {
	width: 100%;
	margin: 0 10px 0 0;
	font-size: 1.4rem;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
}
.info_area dt .newicon{
  background: #bc0000;
  color: #ffffff;
  margin: 0 5px 0 0;
  padding: 4px 2px 4px;
  width: 54px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 1;
	font-size: 1.2rem;
	font-family: 'Roboto', sans-serif;
	border-radius: 10px;
}
.info_area dd {
	width: 100%;
}
.info_area dd{
	font-size: 1.6rem;
}
.info_area dd a:hover{
	color: #333333;
}
.info_area .list{
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: right;
}
.info_area .list::before {
  margin-right: 5px;
  content: "\e818";
  font-family: 'fontello';
  color: #008cce;
}
/* ==========================================================================
   footer
   ========================================================================== */
.footer_sub{
	width: 100%;
	margin: 0 auto;
	padding: 30px 0 30px;
	background-color: #efefef;
	line-height: 1.4;
}
.footer_sub .add{
	margin: 0 auto 4px;
	padding: 0;
	text-align: center;
	font-size: 1.4rem;
}
.footer_sub .tel{
	margin: 0 auto 0;
	padding: 0;
	text-align: center;
	font-size: 1.4rem;
}

.footer_main{
	width: 100%;
	margin: 0;
	padding: 0 0 0;
}
.footer_main .inner_base{
	border-top: 1px solid #646464;
}
.footer_main .nav_main_set{
	margin: 0;
	padding: 40px 0;
	width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	flex-wrap: nowrap;
}
.footer_main .nav_main_set > li{
	margin: 0;
	padding: 0 20px;
	font-size: 1.4rem;
	text-align: center;
	display: inline-block;
	border-right: 1px solid #333333;
	line-height: 1;
}
.footer_main .nav_main_set > li:last-child{
	border-right: 0px solid #333333;
}
.footer_main .nav_main_set > li a i.icon-link-ext{
	color: #00afb0;
	margin: 0 0 0 3px;
}
@media all and (max-width: 767px){
.footer_main .nav_main_set{
	margin: 0;
	padding: 10px 0;
	width: 100%;
	flex-direction: column;
}
.footer_main .nav_main_set > li{
	margin: 0;
	padding: 10px 0;
	font-size: 1.4rem;
	text-align: center;
	display: inline-block;
	border-bottom: 0px solid #333333;
	border-right: 0px solid #333333;
	line-height: 1;
}
}

footer small{
	font-size: 1.1rem;
	padding: 5px 0;
	text-align: center;
	background-color: #00afb0;
	color: #ffffff;
	display: block;
	letter-spacing: 1px;
}
#page-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 93px;
  height: 93px;
  z-index: 2;
}
@media all and (max-width: 767px) {
#page-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  margin-bottom: -60px;
}
}
@media all and (max-width: 480px) {
#page-top {
	display: none !important;
}
}
/* ==========================================================================
   drawer
   ========================================================================== */

@media print, screen and (min-width:768px) {
	#globalToggleNav{
		display: none;
	}	
}
.sp_nav > .ttl{
	width: 100%;
	margin: 0;
	padding: 15px 0;
	text-align: center;
	font-size: 1.8rem;
	color: #333333;
	font-family: 'Roboto', sans-serif;
}

.sp_nav .nav_main {
	margin: 0 0 30px;
}
.sp_nav ul.nav_set {
	width: 90%;
	margin: 0 auto;
	padding: 0;
	border-top: solid 1px #aaaaaa;
	border-left: solid 0px #ddd;
	border-right: solid 0px #ddd;
}
.sp_nav ul.nav_set li.nav_item a{
	width: 100%;
	padding: 14px 0;
	margin: 0;
	text-decoration: none;
	position: relative;
	display: block;
	border-bottom: solid 1px #aaaaaa;
	text-align: center;
	background-color: #f7f7f7;
	color: #333333;
	font-size: 1.5rem;
}
.sp_nav ul.nav_set li.nav_item a:hover{
	background-color: #ffffff;
	opacity: 1.0;
}
/*
.sp_nav ul.nav_set li.nav_item a:after {
  margin-top: -.5em;
  line-height: 1;
  content: '\e803';
	font-family: 'fontello';
  position: absolute;
  top: 50%;
  right: 10px;
}
*/
.sp_nav ul.nav_set li.nav_item a.drawer-dropdown-menu-item{
	background-color: #e8eeee;
}
.sp_nav ul.nav_set li.nav_item a.drawer-dropdown-menu-item:hover{
	background-color: #ffffff;
}

.sp_nav ul.nav_set li.nav_item a i{
	font-size: 2.0rem;
}
.sp_nav ul.nav_set li.nav_item.drawer-dropdown a:after {
  margin-top: -.5em;
  line-height: 1;
  content: '\e806';
	font-family: 'fontello';
  position: absolute;
  top: 50%;
  right: 10px;
}
.drawer-dropdown-menu li a{
	margin: 0;
	padding: 0;
	background-color: #eeeeee;
	line-height: 1.6rem;
}
.drawer-dropdown-menu li a::after {
  margin-top: -.5em !important;
  line-height: 1 !important;
  content: '\f105' !important;
	font-family: 'fontello' !important;
  position: absolute !important;
  top: 50% !important;
  right: 10px !important;
}
.sp_nav .nav_sub .nav_set {
  border-top: 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.sp_nav .nav_sub a {
    padding: 1em 10px;
    font-size: 1.2rem;
    background-color: #ffffff !important;
    border-bottom: 0px !important;
}
.sp_nav .nav_sub .nav_item {
    border-bottom: 0px !important;
    width: 48%;
    background-color: #ffffff;
}
.sp_nav .contact_area {
  margin: 0;
  padding: 20px 20px;
  background: #ffffff;
}
.sp_nav .contact_area .ttl{
	width: 100%;
	margin: 0 0 5px 0;
	padding: 0;
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
}
.sp_nav .contact_area .tel_box{
	width: 100%;
	margin: 0;
	padding: 0;
}
.sp_nav .contact_area .tel a {
  font-size: 30px;
  line-height: 1.1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Roboto', sans-serif;
  color: #00afb0;
}
.sp_nav .contact_area .tel a:before{
  line-height: 1;
  content: '\e810';
	font-family: 'fontello';
	margin-right: 0.2em;
  color: #00afb0;
}
.sp_nav .contact_area .time {
  font-size: 1.4rem;
  text-align: center;
  display: block;
  margin: 0 0 10px 0;
}
.sp_nav ul.contact_btn_set{
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.sp_nav ul.contact_btn_set li{
	width: calc((100% - 10px) / 2);
}


.sp_nav ul.contact_btn_set li a {
	margin: 0;
	padding: 16px 0 14px;
  line-height: 1;
  text-align: center;
  text-decoration: none !important;
  color: #fff !important;
  border: none;
  border-radius: 50px;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  outline: none;
  transition: all .5s;
  background-color: #00afb0;
}
.sp_nav ul.contact_btn_set li a:hover{
  background-color: #3ad9d9;
}
.close_area{
  margin: 0;
  padding: 20px 20px 20px;
}
.sp_nav #close {
  display: inline-block;
  width: 100%;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  background-color: #b5bec3;
  color: #fff;
  font-size: 1.4rem;
}
.sp_nav #close:hover {
  background-color: #757c7f;
  cursor: pointer;
}
.sp_nav #close::before,
.sp_nav #close::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.sp_nav #close,
.sp_nav #close::before,
.sp_nav #close::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
a.drawer-dropdown-menu-item i.icon-file-pdf {
  color: #e22626;
  font-size: 1.5rem !important;
}
.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  border-bottom: 1px solid #eeeeee;
}