﻿.cms_1-a a {
    color: #342c2c;
}
#fakeloader:before{
    background-color:white;
}
#page10 section#banner_wrap {
    background: #ffffff; 
}
.hvr_bg_color4:hover {
    background-color: #ffb6be;
}
#sp_nav {

    background: #abd2e7;
}
#page1 section#banner_wrap {
    margin-top: 0;
    max-width: 1000px;
}
#page8 section#banner_wrap {
    max-width: 1000px; 
}
.linkStyle {
    color: #0179bd;
    text-decoration: underline;
}
#fakeloader .fl {
    max-width: 200px;
}
.hvr_bg_color1:hover {
    background-color: #ffb6be;
}

.btn_container {
    margin-bottom: 50px;
}
.btn_container a {
    background: #ffb6be;
    padding: 10px 40px;
    display: inline-block;
    color: white;
    font-size: 20px;
    text-align: center;
}

#cms_6-c .btn_container a {
    background: #ffb6be;
    padding: 5px 40px;
    display: inline-block;
    color: white;
    font-size: 16px;
    text-align: center;
}
#cms_6-c .btn_container {
    margin-bottom: 0;
    margin-top: 20px;
}
.pagetitle_img:before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    background: #ffffff9e;
    left: 0;
    top: 0;
}

section#topCms {
    margin-top: 50px;
}
div#cms_2-g .cate_title {
    color: #0179bd;
}
div#cms_2-g .cate_title span {
    color: #c2d1de;
}
.qa_type1 .cate_box {
    border-radius: 10px;
    border: 1px solid #4e95d5;
}
.qa_type1 .cate_box .arrow {
	position: absolute;
	left: 2px;
	top: 50%;
	margin-top: 0px;
	transform: translateY(-50%);
}
.qa_type1 .cate_box .open_bt{
	position: relative;
	width: 100%;
	cursor: pointer;
	padding: 20px 0
}
.qa_type1 .cate_box .open_bt .arrow::before, .qa_type1 .cate_box .open_bt .arrow::after {
	position: absolute;
	content: '';
	width: 15px;
	height: 1px;
	background-color: #5c5c5c;
}
.qa_type1 .cate_box .open_bt .arrow::before {
	top: 48%;
	left: 15px;
	transform: rotate(0deg);
	transition: all 0.5s;
}
.qa_type1 .cate_box .open_bt .arrow::after {
	top: 48%;
	left: 15px;
	transform: rotate(90deg);
	transition: all 0.5s;
}
.qa_type1 .cate_box .open_bt .arrow.arrow_be::before {
	transform: rotate(-135deg);
	transition: all 0.5s;
}
.qa_type1 .cate_box .open_bt .arrow.arrow_be::after {
	transform: rotate(135deg);
	transition: all 0.5s;
}
.qa_type1 .cate_box .open_bt .box_title1 {
	display: inline-block;
	position: relative;
	letter-spacing: 1px;
	cursor: pointer;
	margin-left: 87px;
}
.qa_type1 .cate_box .open_bt .box_title1::before {
    content: "Q.";
    position: absolute;
    left: -32px;
    top: 0px;
    display: inline-block;
    vertical-align: baseline;
    color: #0179bd;
}
.qa_type1 .cate_box .box_item {
	display: none;
	padding: 0px 30px 0px;
}
.qa_type1 .cate_box .box_txt1 {
	padding: 1em;
	background-color: #f5f5f5;
	border-radius: 5px;
}
.cms_5-c.qa_type1 .cate_box .open_bt .box_title1::before {
    content: "Q.";
    position: absolute;
    left: -32px;
    top: 0px;
    display: inline-block;
    vertical-align: baseline;
    color: #0179bd;
    font-size: 20px;
    font-weight: normal;
    top: -2px;
}
@media screen and (max-width: 768px){
.qa_type1 .cate_box .open_bt .box_title1 {
	padding-right: 20px;
}
}
@media screen and (max-width: 667px){
.qa_type1 .cate_box .open_bt {
	padding: 5px 0 7px;
}
.qa_type1 .cate_box .open_bt .box_title1 {
	margin-left: 73px;
}
.qa_type1 .cate_box .box_txt1 {
	padding: 0.2em 1.2em;
}
}


.flow_type2 .cate_title {
    border-bottom: solid 3px #ccc;
    position: relative;
}
.flow_type2 .cate_title::after {
    content: '';
    display: block;
    background: #4e95d5;
    width: 30%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -3px;
}
.flow_type2 .box_wrap {
    border: 2px solid #4e95d5;
}
.flow_type2 .cate_box {
	padding: 30px;
	width: 100%!important;
}
.flow_type2 .box_txt1 {
    background-color: #f7f7f7;
    color: #4e95d5;
    text-align: center;
}
.flow_type2 .cate_box:not(:last-child) {
    border-bottom: 2px solid #4e95d5;
    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: 20px;
    border-top-color: #1c6fb9;
}
.flow_type2 .cate_box:not(:last-child)::after {
	border-width: 18px;
	border-top-color: #fff;
}

.flow_type2 .cate{counter-reset: number 0;}
.cms_2-b.flow_type2 .box_wrap{counter-reset: number 0;}
.flow_type2 .box_txt1::before {
    counter-increment: number 1;
    content: "step." counter(number);
    background-color: #ffb6be;
    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%;
}
}
/*-------- FireFox --------*/
@-moz-document url-prefix() {
.flow_type2 .cate_box:not(:last-child)::before, .flow_type2 .cate_box:not(:last-child)::after {top: 98% !important;}
}



.border_color1 {
    border-color: #4e95d5;
}
.logo1 {
    max-width: 220px;
    padding-left: 20px;
    padding-right: 40px;
}
.footer.bg_color2 {
    background: #1584c2;
}
.fa-check-circle:before {
    content: "\f058";
    color: #ffb6be;
}
.f_contact_box h4 {
    margin-bottom: 15px;
}
span.font_15.d_block.txt_center.txt_color_nomal.en {
    color: #c3d2df;
}
.border_color2 {
    border-color: #abd2e7;
}
.cmstitle .en {
    color: #1584c2;
}
section#banner_wrap p {
    line-height: 1em;
    color: #07547e;
}
#page1 section#banner_wrap{
    margin-top:0;
}
section#banner_wrap .wrap {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
section#banner_wrap {
    max-width: 900px;
    width: 90%;
    margin: 0 auto;
    background: #f3f8f9;
    padding: 3% 5%;
    text-align: center;
    font-size: 24px;
    border-radius: 15px;
    margin-top: 50px;
    box-sizing: border-box;
}
section#banner_wrap .wrap a {
    display: block;
    width: 48%;
    margin: 0 1%;
    transition:all 0.3s;
}
section#banner_wrap .wrap a:hover{
    transform:translateY(-5px);
}
section#con4:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 100px 100px 100px;
    border-color: transparent transparent #f3f8f9 transparent;
    content: "";
    position: absolute;
    bottom: -50px;
    transform: rotate(180deg);
    left: calc(50% - 100px);
}
section#con4 {
    position: relative;
}
.cmstitle p {
    font-size: 20px;
    margin-top: 5px;
}
#con3 .title .en {
    font-size: 30px;
    font-weight: 500;
    color: #1584c2;
}
#con3 .box .icon{
    display:none;
}
.con4_list li {
    position: relative;
    font-size: 18px;
    padding-left: 50px;
}
.con4_list li i {
    position: absolute;
    top: 41%;
    left: 20px;
}
.intro_img {
    max-width: 550px;
    margin: auto;
    margin-top: 50px;
}
.con1_squ {

    z-index: 2;
}
.txt_color2 {
    color: #0179bd;
}
.bg_color3 {
    background-color: #ffb6be;
}
.bg_color1 {
    background-color: #4e95d5;
}
.txt_color3 {
    color: #0179bd;
}
.txt_color1 {
    color: #4e95d5;
}
.bg_color5 {
    background-color: #fafbfd;
}
.bg_color5 {
    background-color: #f3f8f9;
}
.txt_color2 {
    color: #ffb6be;
}
#main_img{
    padding-top:0;
    position:relative;
}
#main_img:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #44aaee12;
    mix-blend-mode: color-burn;
}
#main_img:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #085070;
    mix-blend-mode: multiply;
   opacity: 0.05;
}
/*
#main_txt {
    position: absolute;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    z-index: 5;
    top: 0;
    display: flex;
    text-align: center;
    font-size: 52px;
    line-height: 1.3em;
    color: white;
    text-shadow: 0 0 20px #585858c9;
    font-family: 'Shippori Mincho', serif;
}
*/
#main_txt {
    position: absolute;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    z-index: 5;
    top: 0;
    display: flex;
     font-size: calc(24px + 1vw);
    line-height: 1.3em;
    color: white;
    text-shadow: 0 0 20px #5c5c5c;
    font-family: 'Shippori Mincho', serif;
    writing-mode: tb-rl;
    letter-spacing: 2px;
    background: url(Dup/img/main_b.png) no-repeat;
    background-position: center;
    background-size: 35vw;
}
.bg_color2 {
    background-color: #abd2e7;
}
#con1 h2 {
    font-size: 32px;
    font-weight: 500;
    color: #0179bd;
}
.border_color3 {
    border-color: #4e95d5;
}
h3.con_title {
    font-size: 20px;
    text-align: left;
    line-height: 1.3em;
    margin-top: 70px;
    color: #0179bd;
    font-weight: 500;
}
#con2 p.box_ttl {
    color: #0b7ec0;
}
#con4 h4 {
    color: #1584c2;
    margin-bottom: 50px;
    font-weight: 500;
}
.header-in {
    height: 100px;
}

span.point {
    font-size: 66px;
    font-family: 'Dancing Script', cursive;
    position: absolute;
    color: #ffb6be;
    transform: rotate(-10deg) translate(10px, -80px);
    right: 0;
    letter-spacing: 3px;
    text-shadow: 0 0 10px white;
}
.box{
    position:relative;
}
#con1 h2 span {
    font-size: 52px !important;
    line-height: 1.2em;
}
#con1 h2 {
    font-size: 24px;
    font-weight: 500;
    color: #0179bd;
    letter-spacing: 1px;
    text-align:center;
}

/*--------------------------タブレット-----------------------------*/
@media screen and (max-width:768px){
    .logo1 {
    max-width: 180px;
    position: relative;
    top: 5px;
}
    .header-in {
       height: 90px;
    padding: 10px;
    background:white;
}
.logo1 {
    max-width: 130px; 
}
#main_img {
    padding-top: 0;
    position: relative;
    margin-top: 90px;
}
.header {
    position: fixed;
    z-index: 99;
    top: 10px;
}
.header-in {
    box-shadow: 0 0 15px #0000001a;
}
#main_img:after {

    background: #c6d3d9;
    mix-blend-mode: multiply;
    opacity: 0.5;
}
#main_txt{
   font-size: calc(16px + 1vw); 
}
.intro_img {
    max-width: 450px; 
}
.con4_list li {
    width: 90%;
}
.con4_list {
    justify-content: center;
}
.con4_list li:nth-of-type(odd) {
    margin-right: 0;
}
#con3 .box figure {
    width: 70%;
}
#con3 .box {
    width: 80% !important;
    margin-bottom: 100px;
}
section#con3 .box_wrap {
    justify-content: center;
}
#con3 .box figure {
    width: 70%;
    margin: auto;
}
section#banner_wrap p{
    font-size:20px;
}
section#banner_wrap{
    padding:5% 8%;
    width:100%;
}
.menu_btn {
    width: 70px;
    height: 70px;
     padding: 24px 19px 14px 19px;
    position: relative;
    right: 0;
    top: 0;
    transform: translate(0,0);
}
.pagetitle {
    padding-top: 155px;
}
.cate_list li {
    width: 50% !important;
}
#page10 section#banner_wrap {

    width: 90%;
}
#con3 .box:last-of-type {
    margin-bottom: 0;
}
#page1 section#banner_wrap {
    margin-top: 0;
    width: 90%;
}
section#con1 {
    padding-top: 70px;
}
#con1 h2 {
    margin-top: 40px;
    margin-bottom: 30px;
}
}

/*---------------------------スマホ-----------------------------------*/
@media screen and (max-width:667px){
    .menu_btn {
    width: 60px;
    height: 60px;
    padding: 20px 18px 20px 18px;
    }
.header-in {
    height: 75px;
    padding: 0px 10px;
    background: white;
}
    .logo1 {
    max-width: 110px;
}
#main_img {
    margin-top: 60px;
}
#main_txt {
    font-size: calc(22px + 1vw);
    background-size: 80%;
}
#main_img:after {
    opacity: 0.8;
}
#con1 h2 {
    font-size: 18px;  
    white-space:nowrap;
}
#con1 h2 span {
    font-size: 41px !important;
    line-height: 1.2em;
}
.con4_list li {
    width: 100%;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.5em;
}
section#con4:before {
    left: calc(50% - 40px);
    bottom: -30px;
    border-width:0px 40px 30px 40px;
}
#con3 .title .en {
    font-size: 20px; 
}
#con4 h4 {
    color: #1584c2;
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5em;
}
section#con3 {
    padding-top: 70px;
}
#con3 .box {
    width: 100% !important;
    margin-bottom: 100px;
}
#con3 .box figure {
    width: 100%; 
}
span.point {
    font-size: 56px;
        transform: rotate(-10deg) translate(10px, -50px);
}
h3.con_title {
    font-size: 18px;
    text-align: left;
    line-height: 1.5em;
    margin-top: 70px;
    color: #0179bd;
    font-weight: 500;
}
#con3 .box {

    margin-bottom: 20px;
}
section#banner_wrap p {
    font-size: 16px;
    white-space: nowrap;
}
section#banner_wrap .wrap {
    flex-direction: column;
}
section#banner_wrap .wrap a {
    display: block;
    width: 100%;
    margin: 10px 0;
    transition: all 0.3s;
}
section#banner_wrap .wrap {
    margin-top: 10px;
}
section#banner_wrap {
    padding: 8% 8%; 
}
.f_contact_box h4 {
    font-size: 34px;
}
#fakeloader .fl {
    max-width: 150px;
}
section#banner_wrap p {
    font-size: 14px; 
}
.pagetitle {
    padding-top: 135px;
}
.cate_list li {
    width: 100% !important;
}
.btn_container a {
    background: #ffb6be;
    padding: 10px 0px;
    display: inline-block;
    color: white;
    font-size: 16px;
    text-align: center;
    width: 100%;
}
#cms_6-c .btn_container a {
    padding: 5px 0px;
    font-size: 16px;
    text-align: center;
    width: 100%;
}
.pagetitle h2 {
    font-size: 26px; 
}
.header-in{
    margin-top:0;
}
.logo1 {
    max-width: 140px;
    top: 0;
}
}