﻿/*===========================================================*/
/* 個別 */
/*===========================================================*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&family=Noto+Sans+JP:wght@500&display=swap');
body,.font_bar{
        font-family: 'Montserrat',"Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
        font-weight: 500;
}
#intro,#top_cms{background-color: #E6F3F1;}
#contents .con_bg{background-color: #C2EDED;}
.custom_title{bottom: 5%;}
.con_title,.con_no{
    color: #009ee7;
}
.con_title{border-bottom: 4px dotted #009ee7;}
#contents .con_box1::before{background-color: #009ee7;}
.con_box1,.con_box2{
    color: #333;
    background-color: #fff;
    padding: 5%;
    box-shadow: 0px 20px 51.6px 8.4px rgb(48 145 179 / 20%);
}
#contents .con_wrap{padding: 5%;}
#contents .con_img,.more a,#pp-nav.right,#menu_stick{
    box-shadow: 0px 20px 51.6px 8.4px rgba(48,145,179,0.2);
}
#pp-nav {
    background-color: #fff;
    border-radius: 50px;
}
.awa{
        opacity: 0.2;
    top: 0;
    left: 5%;
}
.awa2{
    opacity: 0.2;
    max-width: 300px;
    bottom: 0;
    right: 0;
}
.slide {
    animation: slide 3s infinite ease-in-out .8s alternate;
    display: inline-block;
    transition: 2s ease-in-out;
}
.awa2.slide{transition: 4s ease-in-out;}
@keyframes slide{
    0% {
    transform: translate(0, -5px);
}
100% {
    transform: translate(0, 5px);
}
}
.cms_title p{
    color: #009ee7;
    background-image: url(Dup/img/title_item.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
#contents .con_box1::before{content: none;}
/*===========================================================*/
/* 下層 */
/*===========================================================*/
#page_title{background-color: #009ee7;}
#cms_2-a .cate_title{
        background-image: url(Dup/img/awa.png);
    background-repeat: no-repeat;
    background-position: left 20px top;
    background-size: 70px;
    border: none;
    border-top: none;
    border-bottom: 4px dotted #4ae;
}



/*===========================================================*/
/* タブレット */
/*===========================================================*/
@media screen and (max-width: 768px){
#cms_2-a .cate_title{
    background-position: left 0px top;

}

}



/*===========================================================*/
/* スマホ */
/*===========================================================*/
@media screen and (max-width: 667px){
#custom{height: 70vh!important;position: relative;}
.awa{top: 10%;}
#cms_2-a .cate_title{background-size: 60px;
}
.con_title{font-size: 18px;}


}


/*===========================================================*/
/* IE */
/*===========================================================*/
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none){
#cms_2-a .cate .cate_title{padding-top: 10px!important;}
#page09 a{padding-top: 0!important;}

}


/*===========================================================*/
/* Firefox */
/*===========================================================*/
@-moz-document url-prefix(){

}