﻿#page_title {
    background-position-y: -300px;
}
.linkStyle {
    color: #1f8ab1;
}
.main_txt, .en_font, h2, h3 {
    font-family: 'M PLUS 1', sans-serif !important;
}
.g-menu-btn:after {
    background: rgba(39,39,39,0);
    background: rgba(255, 255, 255,0.6);
}
#cms_6-b .cate_box .box_txt2 {
    background-color: #fff;
}
.more a:after {
    width: 10%;
}
/*************cms_custom*************/
.flow_type2 .cate_title {
    border-bottom: solid 3px #ccc;
    position: relative;
}
.flow_type2 .cate_title::after {
    content: '';
    display: block;
    background: #2384a8;
    width: 30%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -3px;
}
.flow_type2 .box_wrap {
	border: 3px solid #000;
}
.flow_type2 .cate_box {
	padding: 30px;
	width: 100%!important;
}
.flow_type2 .box_txt1 {
    background-color: #f7f7f7;
    color: #000;
    text-align: center;
}
.flow_type2 .cate_box:not(:last-child) {
	border-bottom: 3px solid #000;
	position: relative;
}
.flow_type2 .cate_box:not(:last-child)::before,
.flow_type2 .cate_box:not(:last-child)::after {
	content: "";
	border: solid transparent;
	position: absolute;
	top: 100%;
	left: 17%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.flow_type2 .cate_box:not(:last-child)::before {
	border-width: 22px;
	border-top-color: #000;
}
.flow_type2 .cate_box:not(:last-child)::after {
	border-width: 18px;
	border-top-color: #eee;
}

.flow_type2{counter-reset: number 0;}

.flow_type2 .box_txt1::before {
    counter-increment: number 1;
    content: "step." counter(number);
    background-color: #000;
    padding: 5px 10px;
    font-weight: 700;
    color: #ffffff;
    display: block;
    margin: 0px auto 10px;
    width: 50%;
}
/*-------- スマートフォン --------*/
@media screen and (max-width: 667px){
.flow_type2 .cate_box:first-child {
    padding: 20px 20px 30px 20px;
}
.flow_type2 .cate_box:not(:first-child) {
    padding: 40px 20px 20px 20px;
}
.flow_type2 .cate_box:not(:last-child)::before, .flow_type2 .cate_box:not(:last-child)::after {
    left: 50%;
}
.flow_type2 .cate_box:not(:last-child)::after {
    border-top-color: #eee;
}
}
/*-------- IE --------*/
@media all and (-ms-high-contrast:none){
.flow_type2 :not(:last-child).cate_box::before, .flow_type2 :not(:last-child).cate_box::after{top:98.1%;}
}

/**************************************/

.back_color {
    background: -webkit-gradient(linear, rgba(0255,255,255,0.5) 0%, rgba(255,255,255,0.975) 20%, rgba(255,255,255,0.975) 80%,rgba(255,255,255,0.5) 100%);
    background: -webkit-linear-gradient(rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.975) 20%, rgba(255,255,255,0.975) 80%,rgba(255,255,255,0.5) 100%);
    background: linear-gradient(rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.975) 20%, rgba(255,255,255,255.975) 80%,rgba(255,255,255,0.5) 100%);
}

.catch_txt {
    background-color: rgba(31,138,177,0.6);
    padding: 40px 40px;
    width: 50% !important;
    min-width: 600px;
    z-index: 1;
    position: relative;
    margin: auto;
}
.no {
    background-color: #1f8ab1;
    color: #fff;
}
#contents .box .box_item:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 5%;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom left, rgba(255,255,255,0) 50%, #1f8ab1 50.5%) no-repeat top left/100% 100%;
}
#contents .box .box_item:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.85);
    top: 0;
    left: 0;
}
#contents h2, #contents p {
    color: #222222;
}
#header {
    background-color: rgba(255, 255, 255,0.85);
}
.header_menu a {
    color: #222222;
}
.info, .contact {
    color: #111;
    background-color: #eee;
    /*background-image: url(./Dup/img/contact_back.jpg);
    background-repeat: no-repeat;
    background-size: cover;*/
}
.page2, .page3, .page4, .page5, .page6, .page7, .page8, .page9, .page10 {
    background-color: #fff;
}
.content_wrap {
    background-color: rgba(200, 200, 200, 0.3);
}


.Text-Span {
  position: relative;
  z-index: 1;
}
.Text-Span:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 0%;
  height: 6px;
  background: #1f8ab1;
  z-index: -1;
  transition: all 0.8s;
}
.Text-Span.isActive:after {
  width: 100%;
}
.catch_box h2 {
    text-align: center;
}
.cms_title::before {
    font-size: 70px;
    color: #1f8ab1;
}
#main .main_box {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit- transform: translate(-50%, -50%);
    max-width: 540px;
    width: 50%;
    text-align: center;
}
.home_e {
    bottom: 0px;
    /* right: 0; */
    width: 40%;
    left: 50%;
    transform: translateX(-50%);
}
#catch {
    padding-bottom: 200px;
}
.contact {
    background-image: url(./Dup/img/contents10.jpg);
    background-size: cover;
    background-position: center;
}
.info {
    background-image: url(./Dup/img/contents1.jpg);
    background-size: cover;
    background-position: center;
}
.info::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: inherit;
    filter: brightness(75%);
    z-index: 0;
    left: 0;
    top: 0;
}
.contact::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: inherit;
    filter: brightness(75%);
    z-index: 0;
    left: 0;
    top: 0;
}
.shop_info h2 {
    color: #fff;
    text-shadow: 0 2px 2px #666;
}
.cms_title .letter_3 {
    font-size: -webkit-calc(1rem + 50px);
    font-size: calc(1rem + 50px);
}
.cms_title .font_2up {
    line-height: 0.8;
}
.cms_title .letter_1 {
    font-size: -webkit-calc(1rem + 6px);
    font-size: calc(1rem + 6px);
}
.page_title .font_30up {
    font-size: -webkit-calc(1rem + 15px);
    font-size: calc(1rem + 15px);
}
.page_title .font_9up span {
    font-size: 100px;
}
.cate_list span {
    background-color: #2384a8;
}
.eigo {
    width: 70%;
    right: 0;
    top: 0%;
    z-index: 1;
}
.main_box .more a {
    left: 26%;
}
.main_box {
    z-index: 2;
}
.first {
    width: 1000px;
}
#footer .logo img {
    width: 70% !important;
}
.info, .contact {
    border-bottom: 10px solid;
    border-top: 10px solid;
}
.page_title .font_30up {
    font-size: -webkit-calc(1rem + 7px);
    font-size: calc(1rem + 7px);
}
#page_title:before {
    background: linear-gradient(to bottom right, rgba(255,255,255,0) 50%, #2384a8 50.5%) no-repeat top left/100% 100%;
    content: '';
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100px;
    z-index: 2;
    bottom: 0;
}
#header .width_20per {
    width: 5%!important;
}
/*.main_box .logo img {
    width: 30% !important;
    height: auto;
}*/
.main_box .mg_b-40px {
    margin-bottom: 15px;
}
/*-------- タブレット --------*/
@media screen and (max-width: 768px){
.home_e {
    bottom: 0px;
    width: 70%;
}
.first {
    width: 700px;
}
.eigo {
    width: 100%;
    right: 0;
    top: 0%;
    z-index: 1;
}
#footer .logo img {
    width: 95% !important;
}
.page_title .font_30up {
    font-size: -webkit-calc(1rem + 7px);
    font-size: calc(1rem + 7px);
}
#header .width_20per {
    width: 15%!important;
}
}
/*-------- スマートフォン --------*/
@media screen and (max-width: 667px){
#main .main_box h2 {
    line-height: 1.5;
    font-size: -webkit-calc(1rem + 3px);
    font-size: calc(1rem + 3px);
}
.main_box .more a {
    left: 10%;
}
.first {
    width: 100%;
}
.main_box .logo {
    position: relative;
    top: 21px;
    left: -53px;
    width: 350px;
}
#main .main_box {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit- transform: translate(-50%, -50%);
    max-width: 540px;
    width: 64%;
    text-align: center;
}
.catch_txt {
    padding: 20px 20px;
    min-width: 100%;
}
#contents .box .box_item:after {
    content: '';
    height: 30px;
    width: 100%;
    top: 0;
    background: linear-gradient(to top left, rgba(255,255,255,0) 50%, #1f8ab1 50.5%) no-repeat bottom left/100% 100%;
}
#footer .logo img {
    width: 70% !important;
}
.cms_title .letter_1 {
    font-size: -webkit-calc(1rem + 3px);
    font-size: calc(1rem + 3px);
}
.cms_title .letter_3 {
    font-size: -webkit-calc(1rem + 40px);
    font-size: calc(1rem + 40px);
}
.cms_title::before {
    font-size: 60px;
    color: #1f8ab1;
}
.page_title .font_30up {
    font-size: -webkit-calc(1rem + 3px);
    font-size: calc(1rem + 3px);
}
.page_title .font_9up span {
    font-size: calc(1rem + 27px);
}
.eigo {
    display: none;
}
.shop_info h2 {
    font-size: -webkit-calc(1rem + 12px);
    font-size: calc(1rem + 12px);
}
.home_e {
    bottom: 0px;
    width: 90%;
}
#page_title {
    background-position-y: 0px;
}
.main_box .logo img {
    width: 50% !important;
    height: auto;
}
#main .main_box h2 {
    line-height: 1.5;
    font-size: -webkit-calc(1rem + 2px);
    font-size: calc(1rem + 2px);
    margin-top: 30px;
}
}