@charset "UTF-8";
/*
	Filename: common
	Version: 1.0.1
*/
/*-----------------------------------------------------
	Typography
------------------------------------------------------*/
em {
	font-weight: bold;
}
address {
	font-style: normal;
}
/*-----------------------------------------------------
	Elements
------------------------------------------------------*/
body {
	word-wrap: break-word;
}
@media screen and (max-width: 900px) {
  body {
    padding-top: 0 !important;
  }
}
ul li {
	list-style-type: none;
}
ol li {
	list-style-type: decimal;
}
img {
	vertical-align: bottom;
}
iframe {
	width: 100%;
}

/*-----------------------------------------------------
	Link
------------------------------------------------------*/
a {
	text-decoration: none;
	color: #1a1a1a;
	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
	    -ms-transition: all .25s;
	     -o-transition: all .25s;
	        transition: all .25s;
}
a > img {
	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
	    -ms-transition: all .25s;
	     -o-transition: all .25s;
	        transition: all .25s;
}
a:hover > img, a:hover{
	opacity: 0.65;
}
a[href^="tel:"] {
  pointer-events: none;
}
/*-----------------------------------------------------
	ポップアップ　フェード
------------------------------------------------------*/
.mfp-bg{
  opacity: 0;
  transition: opacity 1s;
}
.mfp-bg.mfp-ready　{
  opacity: 0.8;
}
.mfp-bg.mfp-removing　{
  opacity: 0;
}
.mfp-wrap .mfp-content{
  opacity: 0;
  transition: opacity 1s;
}
.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
/*-----------------------------------------------------
	haeder
------------------------------------------------------*/
header {
	width: 100%;
  padding-top: 25px;
}
.header_top {
  margin-bottom: 25px;
}
.header_l {
  width: 57%;
}
.header_logo {
  position: relative;
  padding-right: 40px;
  padding-left: 16px;
}
.header_logo::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: #0F76B9;
  border-radius: 3px;
}
.header_logo:last-of-type {
  padding-right: 0;
}
.header_logo:last-of-type::before {
  background: #E67612;
}
.header_logo .logo_en {
  margin-bottom: 10px;
  font-size: 12px;
  color: #767676;
  line-height: 1;
}
.header_logo .logo_title {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
.header_logo .logo_title:lang(en) {
  font-size: 18px;
}
.header_logo .logo_tel {
  font-size: 12px;
  font-weight: 700;
  color: #767676;
  line-height: 1;
}
.header_logo .logo_tel i {
  margin-right: 6px;
  transform: scale(-1, 1);
}
.header_r {
  width: 32%;
}
.header_r_top {
  -webkit-box-align: center;
  align-items: center;
}
.header_sns {
  width: 41%;
}
.header_sns ul li a {
  position: relative;
  padding-left: 25px;
  font-size: 12px;
  font-weight: 700;
}
.header_sns ul li a::before {
  content: "";
  display: block;
  position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background: url("../img/common/instagram_icon.svg") no-repeat center center;
  background-size: cover;
}
.header_lang {
  width: 54%;
  margin-bottom: 5px;
}
.glink img {
  display: none;
}
.header_lang a {
  display: inline-block;
  margin-right: 13px;
}
.header_lang a:last-of-type {
  margin-right: 0;
}
.header_lang a span {
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #767676;
}
.header_lang a.gt-current-lang span, .header_lang a:hover span {
  color: #0EA4B3;
}
.header_sitemap {
  width: 41%;
  margin-top: 5px;
}
.header_sitemap a {
  display: block;
  padding: 10px;
  border: 1px solid #767676;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 700;
  color: #767676;
  text-align: center;
}
.header_fontsize {
  -webkit-box-align: center;
  align-items: center;
  width: 54%;
}
.fonsize_title {
  width: 41%;
  font-size: 12px;
  text-align: left;
}
.fonsize_btn {
  width: 59%;
  padding: 3px;
  border: 1px solid #767676;
  border-radius: 8px;
}
.bl_sizeBtn {
  display: block;
  width: 48%;
  padding: 8px 5px;
  background: none;
  border: none;
  border-radius: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #767676;
  cursor: pointer;
}
.bl_sizeBtn:last-of-type {
  font-size: 16px;
}
.bl_sizeBtn.is_active, .bl_sizeBtn:hover {
  background: #0EA4B3;
  color: #fff;
}
.nav-menu.m_fixed {
	position: fixed;
	left: 0;
	top: 0;
  z-index: 100;
  width: 100%;
  background: #fff;
}
.menu-list {
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: nowrap;
}
.menu-item {
  position: relative;
  padding: 10px 25px 15px;
  text-align: center;
  white-space: nowrap;
}
.menu-item:lang(en) {
  padding: 10px 10px 15px;
}
.drop-menu::after {
  content: "";
  display: block;
  position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
  width: 16px;
  height: 16px;
  background: url("../img/common/drop_downarrow.png") no-repeat center center;
  background-size: cover;
}
.drop-menu:hover::after {
  background: url("../img/common/drop_uparrow.png") no-repeat center center;
  background-size: cover;
}
.menu-item:hover .drop-menu-list {
  transform: scaleY(1);
}
.menu-item a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
.menu-item:first-of-type a {
  margin-bottom: 20px;
}
.menu-item:lang(en) a {
  font-size: 12px;
}
.menu-item a span {
  display: block;
  margin-top: 5px;
  font-size: 11px;
  font-weight: 400;
  color: #767676;
}
.menu-item:first-of-type a span {
  position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.menu-item:lang(en) a span {
  display: none;
}
.drop-menu {
  position: relative;
}
.drop-menu-list {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  transform: scaleY(0);
  transform-origin: center top;
  transition: transform .3s;
  width: 100%;
}
.drop-menu-item {
  background-color: #fff;
  white-space: normal;
}
.drop-menu-item a {
  display: block;
  padding: 10px 0;
  font-size: 12px;
}
.drop-menu-item a i {
  margin-left: 5px;
}
@media screen and (max-width: 1196px) {
  .header_l {
    -webkit-box-pack: start;
    justify-content: flex-start;
    width: 57%;
  }
  .header_logo {
    padding-right: 10px;
  }
  .header_logo .logo_en {
    margin-bottom: 13px;
  }
  .header_logo .logo_title {
    margin-bottom: 13px;
    font-size: 18px;
  }
  .header_logo .logo_title:lang(en) {
    font-size: 14px;
  }
  .header_r {
    width: 40%;
  }
  .header_sns {
    width: 36%;
  }
  .header_lang {
    width: 59%;
    text-align: right;
  }
  .header_sitemap {
    width: 36%;
  }
  .header_fontsize {
    width: 58%;
  }
  .fonsize_title {
    width: 41%;
    padding-right: 10px;
    text-align: right;
  }
  .fonsize_btn {
    width: 59%;
  }
  .menu-item {
    padding: 10px 15px 15px;
  }
  .menu-item:lang(en) {
    width: 14%;
    padding: 10px 2px 15px;
  }
  .drop-menu-item a {
    font-size: 11px;
  }
  .drop-menu-item:lang(en) a {
    padding: 10px 3px;
  }
}
@media screen and (min-width: 901px) {
	.fat-nav, .fat-nav_menu_title, .fat-nav_menu_list {
		display: none;
	}
}
@media screen and (max-width: 900px) {
  .header_r, .header_logo .logo_en, .header_logo .logo_tel, .nav-menu, .nav-menu.m_fixed {
    display: none;
  }
  header {
    position: fixed;
    z-index: 100;
    padding: 8.5px 0;
    background: #fff;
    box-shadow: 0px 4px 16px -6px rgba(0,0,0,0.3);
  }
  .header_top {
    margin-bottom: 0;
  }
  .header_l {
    display: block;
    width: auto;
  }
  .header_logo .logo_title {
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
  }
  .header_logo:last-of-type .logo_title {
    margin-bottom: 0;
  }
	/* SPメニュー */
  .hamburger {
    width: 15px ;
    height: 13px;
    display: block;
    position: fixed;
    top: 30.5px;
    right: 20px;
    z-index: 10002;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
  }
  .hamburger__icon {
    position: relative;
    margin-top: 5px;
  }
  .hamburger__icon, .hamburger__icon::before, .hamburger__icon::after {
    width: 15px;
    height: 2px;
		position: absolute;
		right: 0;
    display: block;
    background-color: #1C1B1F;
    -moz-transition-property: background-color, -moz-transform;
    -o-transition-property: background-color, -o-transform;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
  }
  .hamburger__icon::before, .hamburger__icon::after {
    content: "";
  }
  .hamburger__icon::before {
		width: 15px;
    top: -5px;
  }
  .hamburger__icon::after {
		width: 15px;
    top: 5px;
  }
  .hamburger.active {
    right: 20px;
  }
	.hamburger.active .hamburger__icon {
    background-color: transparent;
  }
  .hamburger.active .hamburger__icon:before, .hamburger.active .hamburger__icon:after {
		width: 15px;
    height: 2px;
  }
  .hamburger.active .hamburger__icon:before {
    -moz-transform: translateY(5px) rotate(45deg);
    -ms-transform: translateY(5px) rotate(45deg);
    -webkit-transform: translateY(5px) rotate(45deg);
    transform: translateY(5px) rotate(45deg);
  }
  .hamburger.active .hamburger__icon:after {
    -moz-transform: translateY(-5px) rotate(-45deg);
    -ms-transform: translateY(-5px) rotate(-45deg);
    -webkit-transform: translateY(-5px) rotate(-45deg);
    transform: translateY(-5px) rotate(-45deg);
  }
  .fat-nav {
    top: 74px;
    left: 0;
    z-index: 9999;
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    background: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid #ccc;
  }
  .fat-nav__wrapper {
    width: 100%;
    height: 100%;
    padding: 40px 20px;
    display: table;
    table-layout: fixed;
  }
  .fat-nav_menu_title {
    position: relative;
    margin-bottom: 30px;
  }
  .fat-nav_menu_title a {
    display: block;
    font-size: 14px;
    font-weight: 700;
  }
  .fat-nav_menu_title.aco {
    cursor: pointer;
    z-index: 1;
  }
  .fat-nav_menu_title.aco::after {
    content: "＋";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    font-size: 14px;
  }
  .fat-nav_menu_title.aco.is-active::after {
    content: "ー";
  }
  .fat-nav_menu_list ul li {
    margin-bottom: 14px;
    font-size: 12px;
    font-weight: 400;
    color: #767676;
  }
  .fat-nav_menu_list ul li:last-child {
    margin-bottom: 32px;
  }
  .fat-nav_menu_list ul li a i {
    margin-left: 10px;
  }
  .fat-nav_menu_list {
    height: 0;
    overflow: hidden;
    transition: 0.4s;
  }
  .aco.is-active + .fat-nav_menu_list {
    height: auto;
    transition: 0.4s;
  }
}
/*-----------------------------------------------------
	Layout
------------------------------------------------------*/
.wrap {
  position: relative;
  width: 1136px;
  margin: 0 auto;
}
.col2 {
  width: 49.3%;
}
@media screen and (max-width: 1196px) {
  .wrap {
    width: 100%;
    padding: 0 30px;
  }
}
@media screen and (max-width: 900px) {
  .wrap {
    padding: 0 20px;
  }
}
@media screen and (max-width: 750px) {
  .col2 {
    width: 100%;
    margin-bottom: 14px;
  }
}
/*-----------------------------------------------------
	.page_link
------------------------------------------------------*/
.page_link_child {
  position: relative;
  width: 20%;
  padding: 15px 10px;
  text-align: center;
}
.page_link_child:last-of-type::after {
  display: none;
}
.page_link_child::after {
  content: "";
  display: block;
  position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
  width: 2px;
  height: 50%;
  background: #ccc;
}
.page_link_child img {
  height: 36px;
  margin-bottom: 15px;
}
.page_link_child h2 {
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
}
.page_link_child p {
  font-size: 1.2rem;
  font-weight: 400;
  color: #767676;
}
.page_link_child p i {
  margin-left: 5px;
}
@media screen and (max-width: 900px) {
  .page_link_child h2 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 750px) {
  .page_link_child {
    width: 100%;
    margin-bottom: 8px;
    padding: 12px 16px;
    border: 1px solid #CCCCCC;
    border-radius: 8px;
  }
  .page_link_child::after {
    display: none;
  }
  .page_link_child img {
    margin-bottom: 8px;
  }
  .page_link_child h2 {
    margin-bottom: 5px;
    font-size: 14px;
  }
  .page_link_child p {
    font-size: 11px;
  }
}
/*-----------------------------------------------------
	midasi
------------------------------------------------------*/
.midasi_01 {
  font-family: "Concert One", sans-serif;
  font-size: 72px;
  font-weight: 400;
  color: #50ae50;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.midasi_01 span {
  display: block;
  width: 407px;
  margin: 0 auto;
  padding: 3px 10px;
  background: #ffe600;
  border: 1px solid #00805c;
  border-radius: 20px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
}
.midasi_02 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
}
.midasi_03 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.3;
}
.midasi_04 {
  border-left: 
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
}
.midasi_04 {
  position: relative;
  margin-bottom: 40px;
  padding-left: 16px;
  font-size: 2.4rem;
  font-weight: 700;
}
.midasi_04::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: #0F76B9;
  border-radius: 3px;
}
.center {
  text-align: center;
}
@media screen and (max-width: 750px) {
  .midasi_01 {
    font-size: 45px;
  }
  .midasi_01 span {
    display: inline-block;
    width: auto;
    padding: 3px 50px;
  }
  .midasi_02 {
    font-size: 16px;
  }
  .midasi_03 {
    font-size: 20px;
  }
  .midasi_04 {
    margin-bottom: 24px;
    font-size: 16px;
  }
}
/*-----------------------------------------------------
	table
------------------------------------------------------*/
/*-table_01*/
table.table_01 {
  width: 100%;
  margin-bottom: 16px;
}
table.table_01 tr th {
  padding: 16px 24px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.3;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
}
table.table_01 tr th:first-child {
  border-right: 1px solid #ccc;
}
table.table_01 tr:last-of-type td {
  border-bottom: 1px solid #ccc;
}
table.table_01 tr th:last-child {
  border-left: 1px solid #ccc;
}
table.table_01 tr td {
  padding: 16px 24px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
  vertical-align: middle;
}
table.table_01 tr td:first-child {
  border-right: 1px solid #ccc;
}
table.table_01 tr:last-of-type td {
  border-bottom: 1px solid #ccc;
}
table.table_01 tr td:last-child {
  border-left: 1px solid #ccc;
}
table.table_01 tr:nth-child(even) td {
  background: #F5FBFF;
}
@media screen and (max-width: 900px) {
  .table_wrap {
    width: 100%;
    margin-bottom: 30px;
    padding-top: 10px;
    overflow-x: auto;
    white-space: nowrap;
  } 
}
@media screen and (max-width: 750px) {
  table.table_01 {
    margin-bottom: 12px;
  }
  table.table_01 tr th {
    padding: 8px 12px;
    font-size: 12px;
  }
  table.table_01 tr td {
    padding: 8px 12px;
    font-size: 14px;
  }
}
/*-table_02*/
table.table_02 {
  width: 100%;
}
table.table_02 tr th {
  width: 24%;
  padding: 16px 0;
  border-bottom: 1px solid #ccc;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.3;
  color: #767676;
  text-align: left;
}
table.table_02 tr th:first-child {
  border-bottom: none;
}
table.table_02 tr th:nth-child(2) {
  border-right: 26px solid #fff;
  border-left: 26px solid #fff;
}
table.table_02 tr th:last-child {
  width: 76%;
}
table.table_02 tr td {
  padding: 16px;
  border-bottom: 16px solid #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: left;
  vertical-align: middle;
}
table.table_02 tr td:first-child {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}
table.table_02 tr:nth-of-type(2) td {
}
table.table_02 .blue_bg {
  padding: 16px 24px;
  border-radius: 8px;
  background: #F5FBFF;
}
table.table_02 .blue_bg span {
  margin-right: 12px;
  color: #0F76B9;
}
table.table_02 tr td .flex {
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 0 !important;
}
table.table_02 tr td .flex p {
  width: 60%;
  margin-bottom: 0 !important;
  white-space: normal;
}
@media screen and (max-width: 750px) {
  table.table_02 tr th {
    padding: 8px 0;
    font-size: 14px;
  }
  table.table_02 tr td {
    padding: 8px;
    font-size: 14px;
  }
  table.table_02 .blue_bg {
    padding: 8px 12px;
  }
  table.table_02 .blue_bg span {
    margin-right: 8px;
  }
}
/*-table_03*/
table.table_03 {
  width: 100%;
}
table.table_03 tr th {
  width: 33%;
  padding: 16px 24px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.3;
  text-align: left;
}
table.table_03 tr td {
  width: 67%;
  padding: 16px 24px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.3;
}
table.table_03 tr:nth-child(odd) th, table.table_03 tr:nth-child(odd) td {
  background: #F5FBFF;
}
table.table_03 tr td a.link_btn {
  display: inline-block;
  margin-top: 10px;
}
@media screen and (max-width: 750px) {
  table.table_03 tr th {
    padding: 8px 14px;
    font-size: 14px;
  }
  table.table_03 tr td {
    padding: 8px 14px;
    font-size: 14px;
  }
}
.bold_none {
  font-weight: 400 !important;
}
.color_glay {
  color: #767676 !important;
}
.t_center {
  text-align: center !important;
}
.t_left {
  text-align: left !important;
}
.t_right {
  text-align: right !important;
}
.small {
  font-size: 1.2rem !important;
  font-weight: 400 !important;
}
.border-top {
  border-top: 1px solid #ccc !important;
}
.border-right {
  border-right: 1px solid #ccc !important;
}
.border-right_none {
  border-right: none !important;
}
.border-left_none {
  border-left: none !important;
}
.bold {
  font-weight: 700 !important;
}
/*-----------------------------------------------------
	ボタン
------------------------------------------------------*/
.view_link {
  display: inline-block;
  position: relative;
  padding: 10px 12px 10px 44px;
  background: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  border: 1px solid #ccc;
  border-radius: 8px;
}
.view_link::before {
  content: "";
  display: block;
  position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url("../img/common/view.svg") no-repeat center center;
  background-size: cover;
}
.link_btn {
  display: inline-block;
  position: relative;
  background: #fff;
  padding: 10px 36px 10px 12px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 1.6rem;
  font-weight: 700;
}
.link_btn::after {
  content: "";
  display: block;
  position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url("../img/common/arrow.svg") no-repeat center center;
  background-size: cover;
}
.blank.link_btn::after {
  width: 16px;
  height: 16px;
  background: url(../img/common/blank.svg) no-repeat center center;
  background-size: cover;
}
.icon_link {
  position: relative;
  border: 1px solid #CCCCCC;
  border-radius: 8px;
  text-align: center;
}
.icon_link::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.icon_link a {
  display: block;
  padding: 24px 24px 24px 55px;
}
@media screen and (max-width: 750px) {
  .view_link {
    padding: 12px 12px 12px 44px;
    font-size: 14px;
    text-align: center;
  }
  .view_link::before {
    left: 12px;
  }
  .link_btn {
    font-size: 14px;
    text-align: center;
  }
  .icon_link::before {
    left: 12px;
  }
  .icon_link a {
    padding: 24px 24px 24px 45px;
  }
}
@media screen and (max-width: 414px) {
  .view_link {
    width: 100%;
    padding: 12px;
  }
  .link_btn {
    width: 100%;
    padding: 10px 32px 10px 16px;
  }
  .link_btn::after {
    right: 13px;
  }
  .icon_link {
    width: 100%;
    margin-bottom: 12px;
  }
  .icon_link::before {
    left: 16px;
  }
  .icon_link a {
    display: block;
    padding: 20px 16px 20px 55px;
  }
}
/*-----------------------------------------------------
	#news
------------------------------------------------------*/
#news .wrap .news_title {
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 32px;
}
#news .wrap .news_title h1 {
  font-size: 3.2rem;
  font-weight: 700;
}
#news .wrap .news_title h2 {
  margin-right: 40px;
  font-size: 2.4rem;
  font-weight: 700;
}
.tabs {
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.tab_item {
  display: block;
  position: relative;
  margin-bottom: 20px;
  padding: 0 24px 20px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #767676;
  text-align: center;
  transition: all 0.2s ease;
  cursor: pointer;
}
.tab_item::after {
  content: "";
  display: block;
  position: absolute;
	bottom: 0;
	left: 0;
  width: 100%;
  height: 4px;
  background: #fff;
  border-radius: 2px;
}
.tabs input:checked + .tab_item {
  color: #1A1A1A;
}
.tabs input:checked + .tab_item::after, .tab_item:hover::after {
  background: #0EA4B3;
}
input[name="tab_item"] {
  display: none;
}
#all:checked ~ #all_content,
#tab01:checked ~ #tab01_content,
#tab02:checked ~ #tab02_content {
  display: block;
}
.tab_content {
  display: none;
  overflow: hidden;
  width: 100%;
}
.tab_content ul li {
  margin-bottom: 12px;
}
.tab_content ul li:last-of-type {
  margin-bottom: 0;
}
.tab_content ul li a {
  position: relative;
  display: block;
  padding: 16px 45px 16px 24px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
}
.tab_content ul li a h2, .tab_content ul li a h3 {
  font-weight: 400;
}
.tab_content ul li a::after {
  content: "";
  display: block;
  position: absolute;
	top: 50%;
	right: 24px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url("../img/common/arrow.svg") no-repeat center center;
  background-size: cover;
}
.tab_content ul li a .flex {
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 10px;
}
.tab_content ul li a .flex .category span {
  display: inline-block;
  margin-right: 12px;
  padding: 4px 8px;
  background: #EBF4F5;
  border-radius: 8px;
  font-size: 1.2rem;
  font-weight: 400;
}
.tab_content ul li a .flex .date {
  margin-right: 12px;
  font-size: 1.2rem;
  font-weight: 400;
}
.tab_content ul li a .flex .post_type {
  font-size: 1.2rem;
  font-weight: 700;
}
.terminal_news_color {
  color: #0F76B9;
}
.center_news_color {
  color: #E67612;
}
@media screen and (max-width: 900px) {
  #news .wrap .news_title {
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (max-width: 750px) {
  #news .wrap .news_title {
    margin-bottom: 25px;
  }
  #news .wrap .news_title h1 {
    font-size: 20px;
  }
  #news .wrap .news_title h2 {
    margin-right: 0;
    font-size: 16px;
  }
  .tabs {
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .tab_item {
    margin-bottom: 10px;
    padding: 0 10px 10px;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
  }
  .tab_content ul li {
    margin-bottom: 8px;
  }
  .tab_content ul li:last-of-type {
    margin-bottom: 24px;
  }
  .tab_content ul li a {
    padding: 14px 16px;
    font-size: 14px;
  }
  .tab_content ul li a::after {
    top: auto;
    right: 16px;
    bottom: 30px;
    transform: none;
    -webkit-transform: noned;
  }
  .tab_content ul li a .flex {
    margin-top: 12px;
  }
  .tab_content ul li a .flex .category {
    width: 100%;
    margin-bottom: 8px;
  }
  .tab_content ul li a .flex .category span {
    margin-right: 0;
    padding: 4px 8px;
    font-size: 11px;
  }
  .tab_content ul li a .flex .date {
    margin-right: 12px;
    font-size: 11px;
  }
  .tab_content ul li a .flex .post_type {
    font-size: 11px;
  }
}
/*-----------------------------------------------------
	pagetop
------------------------------------------------------*/
#page-top {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0;
  transform: translateY(100px);
}
#page-top.UpMove{
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#page-top.DownMove{
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
    opacity: 1;
  transform: translateY(0);
  }
  to {
    opacity: 1;
  transform: translateY(100px);
  }
}
#page-top img {
	width: 143px;
  height: 131px;
	transition: .3s;
}
#page-top img:hover {
	opacity: .6;
	transition: .3s;
}
@media screen and (max-width: 750px) {
  #page-top img {
    width: 80px;
    height: 73px;
  }
}
/*-----------------------------------------------------
	footer
------------------------------------------------------*/
footer {
  border-top: 1px solid #ccc;
}
.footer_menu {
  padding: 60px 30px 10px;
}
.footer_menu_title {
  margin-bottom: 25px;
  font-size: 1.6rem;
  font-weight: 700;
}
.footer_menu_list {
  margin-bottom: 50px;
}
.footer_menu_list ul li {
  margin-bottom: 16px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #767676;
}
.footer_menu_list ul li:last-child {
  margin-bottom: 0;
}
.footer_menu_list ul li a i {
  margin-left: 10px;
}
.footer_bottom {
  padding: 40px 0 60px;
  background: #EBF4F5;
}
.footer_bottom_child {
  width: 33.3333333333%;
}
.footer_bottom_child h2 {
  margin-bottom: 16px;
  font-size: 1.6rem;
  font-weight: 700;
}
.footer_bottom_child address {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
}
.footer_bottom_child small {
  margin-top: auto;
  margin-left: auto;
  font-size: 1.2rem;
  color: #767676;
}
@media screen and (max-width: 1196px) {
  .footer_bottom_child {
    width: 41%;
  }
  .footer_bottom_child:last-of-type {
    width: 18%;
  }
}
@media screen and (max-width: 1050px) {
  .footer_menu::after {
    display: block;
    content:"";
    width: 32%;
  }
  .footer_menu_child {
    width: 32%;
  }
  .footer_bottom_child {
    width: 48%;
  }
  .footer_bottom_child:last-of-type {
    width: 100%;
    margin-top: 30px;
  }
  .footer_bottom_child small {
    margin-top: auto;
    margin-left: 0;
  }
}
@media screen and (max-width: 750px) {
  .footer_menu {
    padding: 40px 20px 0;
  }
  .footer_menu::after {
    display: none;
  }
  .footer_menu_child {
    width: 48%;
  }
  .footer_menu_title {
    position: relative;
    margin-bottom: 30px;
    font-size: 14px;
  }
  .footer_menu_title.aco {
    cursor: pointer;
    z-index: 1;
  }
  .footer_menu_title.aco::after {
    content: "＋";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    font-size: 14px;
  }
  .footer_menu_title.aco.is-active::after {
    content: "ー";
  }
  .footer_menu_list {
    height: 0;
    overflow: hidden;
    margin-top: -10px;
    margin-bottom: 30px;
    transition: 0.4s;
  }
  .footer_menu_list ul li {
    font-size: 12px;
  }
  .aco.is-active + .footer_menu_list {
    height: auto;
    transition: 0.4s;
  }
  .footer_bottom {
    padding: 40px 0;
  }
  .footer_bottom_child {
    width: 100%;
    margin-bottom: 50px;
  }
  .footer_bottom_child:last-of-type {
    margin-top: 0;
    margin-bottom: 0;
  }
  .footer_bottom_child h2 {
    font-size: 14px;
  }
  .footer_bottom_child address {
    font-size: 12px;
  }
}
@media screen and (max-width: 600px) {
  .footer_menu_child {
    width: 100%;
  }
  .footer_menu_child:first-of-type .footer_menu_title {
    margin-bottom: 50px;
  }
}
/*-----------------------------------------------------
	404
------------------------------------------------------*/
#notfound {
  min-height: 560px;
  padding: 80px 0 80px;
  text-align: center;
}
#notfound h1 {
  margin-bottom: 40px;
  font-size: 2.4rem;
  font-weight: 700;
}
#notfound p {
  margin-bottom: 30px;
  line-height: 1.6;
}
@media screen and (max-width: 900px) {
  #notfound {
    min-height: 400px;
    padding: 154px 0 80px;
  }
}
@media screen and (max-width: 750px) {
  #notfound h1 {
    margin-bottom: 20px;
    font-size: 16px;
  }
  #notfound p {
    margin-bottom: 20px;
    font-size: 14px;
  }
}

/*-----------------------------------------------------
	others
------------------------------------------------------*/
.sp {
	display: none !important;
}

/*---------------------------------------------------------------------------------------------------------------------------------------------------------------
	~767px SP
----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 750px) {
	/*-----------------------------------------------------
		Elements
	------------------------------------------------------*/	
    img {
      max-width: 100%;
      height: auto;
    }
	/*-----------------------------------------------------
		Elements
	------------------------------------------------------*/
	body {
		word-wrap: break-word;
	}
	a[href^="tel:"] {
		pointer-events: auto;
	}


    
    /*-----------------------------------------------------
        pagetop
    ------------------------------------------------------*/
    .pageTop {
        margin: 30px auto 30px;
    }

	/*-----------------------------------------------------
		others
	------------------------------------------------------*/
	.sp {
		display: block !important;
	}
	
	.pc {
		display: none !important;
	}

}


