﻿@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');
#body{
     font-family: 'Noto Sans JP', sans-serif;
}

@charset "utf-8";
/* color */
body,.txt_color_nomal{color: #021039;}
.txt_white{color: white;}
.txt_red{color: red;}
.txt_color1{color: #14358f} /* メインカラー */
.txt_color2{color: #d3ecf2} /* サブカラー */
.txt_color3{color: #181f7c} /* アクセントカラー1 */
.txt_color4{color: #efefef} /* アクセントカラー2 */

/* background-color */
.bg_white{background-color: white} /* 白背景 */
.bg_black{background-color: black} /* 黒背景 */
.bg_color1{background-color: #14358f} /* メインカラー */
.bg_color2{background-color: #d3ecf2} /* サブカラー */
.bg_color3{background-color: #181f7c} /* アクセントカラー1 */
.bg_color4{background-color: #f6f9fb} /* アクセントカラー2 */
.bg_color_clear{background-color: transparent!important}


/* border-color ※!important */
.border_color1{border-color: #14358f}
.border_color2{border-color: #d3ecf2}
.border_color3{border-color: #181f7c}
.border_color4{border-color: #f6f9fb}


/* hover ---------------------------------------------------------------------------------------------*/
/* color */
.hvr_txt_color_nomal:hover{color: #333333;}
.hvr_txt_white:hover{color: white;}
.hvr_txt_red:hover{color: red;}
.hvr_txt_color1:hover{color: #14358f} /* メインカラー */
.hvr_txt_color2:hover{color: #d3ecf2} /* サブカラー */
.hvr_txt_color3:hover{color: #181f7c} /* アクセントカラー1 */
.hvr_txt_color4:hover{color: #efefef} /* アクセントカラー2 */

/* background-color */
.hvr_bg_white:hover{background-color: white} /* 白背景 */
.hvr_bg_black:hover{background-color: black} /* 黒背景 */
.hvr_bg_color1:hover{background-color: #14358f} /* メインカラー */
.hvr_bg_color2:hover{background-color: #d3ecf2} /* サブカラー */
.hvr_bg_color3:hover{background-color: #181f7c} /* アクセントカラー1 */
.hvr_bg_color4:hover{background-color: #f6f9fb} /* アクセントカラー2 */
.hvr_bg_color_clear:hover{background-color: transparent!important}


/* border-color ※!important */
.hvr_border_color1:hover{border-color: #14358f}
.hvr_border_color2:hover{border-color: #d3ecf2}
.hvr_border_color3:hover{border-color: #181f7c}
.hvr_border_color4:hover{border-color: #f6f9fb}


/*全ページ*/
footer{
    background-color:#f6f9fb!important;
    color:#021039!important;
    background-image:url(dup/img/bg.png);
}
#footer_wrap .tel a{
    color:#021039!important;
}

/*TOP*/
#body{
   overflow:hidden;
}
#intro{
   background-image:url(dup/img/top_bg.png);
   background-repeat:no-repeat;
   background-size:contain;
}

#intro_txt > div::before{
    content:'';
    position:absolute;
    background-image:url(dup/img/item.png);
   background-repeat:no-repeat;
   width:506px;
    height:88px;
    top:300px;
   left:0;
   z-index:1;
}
#intro_txt h2,#intro_txt p{
   z-index:2;
}
#intro_txt h2{
    font-size:27px!important;
}
#intro_txt p{
   line-height:3!Important;
}
.stripe:after{
    display:none!important;
}
#contents p{
   line-height:3!important;
   z-index:2;
}
.con_img1,.con_img2{
   position:relative;
}
.con_img1::before,.con_img2::before{
   content:'';
    background-repeat:no-repeat;
   position:absolute;
   z-index:1;

}
.con_img1::before{
    background-image:url(dup/img/item2.png);
    width:406px;
    height:255px;
    bottom:0;
    left:0;
}
.con_img2::before{
    background-image:url(dup/img/item3.png);
    width:510px;
    height:235px;
    bottom:50px;
    right:0;
}
.con_box_inner {
    background-image:url(dup/img/bg.png);
}

/*下層ページ*/
#cms_2-c .cate_list li span{
    letter-spacing:1px!important;
}

/*サイトマップ*/
#page10 li a:hover{
     background-color: rgba(10,53,172,0.1)!important;
} 





/* ---------- レスポンシブ ---------- */
@media screen and (max-width: 1440px){
.con_img1::before,.con_img2::before{
      bottom: 80px;
}
@media screen and (max-width: 1400px){
.con_img2::before{
      bottom: 200px;
}
}
@media screen and (max-width: 1330px){
.con_img1::before{
      bottom: 150px;
}
}
@media screen and (max-width: 1210px){
.con_img1::before{
      bottom: 200px;
}
}
@media screen and (max-width: 1195px){
.con_img2::before{
      bottom: 320px;
}
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
.con_img1::before,.con_img2::before {
    bottom: -400px;
}
#menu_bt li a:nth-of-type(2){
   padding-top:20px!important;
   padding-bottom:20px!important;
   font-size:18px;
}
}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
#intro_txt > div::before{
    background-size: 60%;
}
.con_img1::before, .con_img2::before {
    background-size: 80%;
}
.con_img2::before {
    background-size: 60%;
     left:0;
     right:0;
     margin:0 auto;
}
#copyright{
    padding-bottom:30px;
}
}

/* ---------- IEの処理 ---------- */
@media all and (-ms-high-contrast: none){

}