﻿#footer_con .con_box h2 {
    display: none;
}
#fix_banner {
    bottom: -200px;
    left: 10px;
    position: fixed;
    box-shadow: 5px 5px 10px #0000004a;
    width: 350px;
    z-index: 10;
    transition: all 0.4s;
}
#fix_banner:hover{
    transform:translateY(-5px);
}
#fix_banner.banner_active{
    bottom:10px;
}


#info_contact .con_img:before {
    background-color: rgb(51 59 86 / 56%);
}
.txt_color2 {
    color: #2f3a5e;
}
.bg_color3 {
    background-color: #2f3a5e;
}
.cate_list li a {
    background-color: #2f3a5e !important;
    color: white;
}
.cate_list li a:hover{
    background-color:#cbad61 !important;
}
.cate_list li a:before {
    color: rgb(255 255 255 / 70%) !important;
}
#page_title:before {
    background-color: rgb(47 58 94 / 50%);
}
a.linkStyle {
    color: #ab991b;
    text-decoration: underline;
}
#logo {
    max-width: 200px;
    box-sizing: border-box;
}
.border_color1 {
    border-color: #2f3a5e;
}
.pager li a {
    background-color: rgba(47,58,94,1) !important;
}
.pager li a:hover{
    opacity:0.6;
}
p.title_sub {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
    color: #333b56;
}
.line-l:before {
    background-color: rgba(51,59,86,0.5);
    display:none;
    
}
.back2:before{
    display:none;
}
.cms_title h3 {
    display: inline-block;
    position: relative;
}
.cms_title {
    text-align: center;
}
.cms_title h3:before {
    width: 80px;
    height: 130px;
    content: "";
    background: url(Dup/img/title_b.png) no-repeat;
    position: absolute;
    background-size: contain;
    z-index: -1;
    top: -70px;
    opacity: 0.3;
    left: calc(50% - 40px);
}
section#contents2 {
    margin-top: 100px;
    padding-bottom: 0;
}
section#intro {
    margin-bottom: 50px;
}
#contents1 .con_box {
    margin-top: 10%;
}
.portrait_img {
    height: 700px!important;
}
p.intro_title_sub {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
    color: #333b56;
}
.num{
    display:none;
}
/*
div#intro_wrap:before {
    content: "";
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 130px 70px 0;
    border-color: transparent #f6db96 transparent transparent;
}
*/
.back1:before{
    display:none;
}
div#top_pc_nav li a {
    color: black;
}
#top_pc_nav li a:after {
    background: #e3c883;
}
div#top_pc_nav {
    position: absolute;
    left: 50px;
    bottom: 50px;
    background: white;
    padding: 30px 50px;
}
div#main_b {
    position: absolute;
    right: 50px;
    bottom: 50px;
    width: 25vw;
    display:none;
}
#main_img .menu{
    display:none;
}
#main_img:before{
    display:none;
}
.border_color3 {
    border-color: #cbad61;
}
div#main_img {
    max-height: 100vh;
 
}
.bg_color1 {
    background-color: #cbad61;
}
.bg_color2 {
    background-color: #e7ddc4;
}
#top_cms.back1:before {
    z-index: -1;
}
.txt_color1 {
    color: #2f3a5e;
}
.hannari {
    font-family: "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
.num{
    opacity:1;
}
header.scr_header {
    background-color: rgb(51 59 86) !important;
}
body{
    color: #333333;
    background: #f9f9f4;
}
.back1:before,.back2:before{
    background-color: rgb(195 195 146 / 10%) !important;
}
.line:before {
    background-color: #f6db96 !important;
}
.txt_color3 {
    color: #2f3a5e;
}
#fakeloader{
        background-color: #333b56;
}
#fakeloader:before{
    display:none;
}

/*----------------------------タブレット--------------------------------*/
@media screen and (max-width:768px){
    p.intro_txt span {
    text-align: left;
}
div#wrap.top .back1 {
    padding-top: 0;
}
}
/*----------------------------スマホ--------------------------------*/
@media screen and (max-width:667px){
#logo {
    max-width: 130px;
    box-sizing: border-box;
}
#fix_banner{
    width:220px;
}
#page_title .page_title_box {
    padding-bottom: 28px;
    width: auto;
    display: inline-block;
    white-space: nowrap;
}
}