body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    background-color: #FFFFFF;
    color: #252525;
}

/** スマホ 用 */
@media (max-width: 1000px) {
    html {
        font-size: 80%;
    }
}

.container {
    max-width: 1100px;
}

.container2 {
    display: flex;
    justify-content: center;
    align-items: center;
}




a {
    color: #2D2D2D;
}

a:hover {
    color: #2D2D2D;
}

.btn:hover {
    color: #2D2D2D;
}



.text-primary {
    color: #2962ae !important;
}

.border-primary {
    border-color: #2962ae !important;
}

.btn-primary {
    color: #fff;
    background-color: #2962ae;
    border-color: #2962ae;
}

.bg-primary {
    color: #fff;
    background-color: #2962ae !important;
}

.btn-outline-primary {
    border-color: #2962ae !important;
    color: #2962ae !important;
}

.btn-outline-primary:hover {
    color: #FFFFFF !important;
    background-color: #2962ae !important;
}



.form-select {
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 0.8rem;
    line-height: 2;
}


.form-control {
    padding: 0.1rem 1rem;
}





.rollover-c :hover {
    color: #00427b;
    background-color: #F4FCFF !important;
}

.rollover-btn:hover {
    color: #06243a;
    background-color: #B9CEE0 !important;
}


.g_menu a:hover {
    color: #545454;
}

/* 背景色追加 */
.bg-beige {
    background-color: #f9f5f2;
}

.bg-darkblue {
    background-color: #06243a;
}

.bg-white {
    background-color: #FFFFFF;
}

.bg-orange {
    background-color: #F4690B;
}

/* 文字色追加 */
.txt-daigaku {
    color: #870f49;
}

.txt-cha {
    color: #bb4f32;
}

.txt-orange {
    color: #F4690B;
}

/* 事業所ごとの配色 */
.bg-a {
    background-color: #a2634d;
}

.bg-b {
    background-color: #82973a;
}

.bg-c {
    background-color: #9b3e5b;
}

.bg-d {
    background-color: #275f76;
}

.txt-a {
    color: #a2634d;
}

.txt-b {
    color: #82973a;
}

.txt-c {
    color: #9b3e5b;
}

.txt-d {
    color: #275f76;
}






.btn-contest {
    color: #FFFFFF;
    background-color: #6cbaa3;
    border-color: #6cbaa3;
}

.btn-contest a:hover {
    color: #EE7800;
}


/* ボタンの装飾変更 */
.btn-cha {
    color: #fff;
    background-color: #9d2e34;
    border-color: #9d2e34;
}

.btn-cha:hover {
    color: #fff;
    background-color: #6D1314;
}

.btn-daigaku {
    color: #fff;
    background-color: #870f49;
    border-color: #870f49;
}

.btn-daigaku:hover {
    color: #fff;
    background-color: #750c43;
}






.alert-blue {
    background-color: #DDF1FF;
}



/** リスト表示 */
.none_ul li {
    list-style: none;
    margin-bottom: 10px;
    margin-left: -25px;
}

.none_ul2 li {
    list-style: none;
    margin-bottom: 5px;
}

.fs-9 {
    font-size: 0.9rem !important;
}

.fs-10 {
    font-size: 0.8rem !important;
}




.shadow-b {
    text-shadow: 0 0 10px #000000;
}






/* サイドメニュー */
.side_btn {
    border-bottom: 1px solid #f4f4f4;
    padding: 10px 25px;
}

.side_btn a {
    text-decoration: none;
}

.side_btn:hover {
    background-color: #FFF;
}

.side_btn_current {
    background-color: #E1EBF0 !important;
}



/* 背景色ありの文字装飾 */
.tittle_a {
    background-color: #89f7df;
    border-radius: 5px;
}

.tittle_saiyo {
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 1px;
}

.mojihaikei_white {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
}


.saiyo_section {
    background-color: #000000;
    display: inline-block;
}

.saiyo_section img {
    opacity: 0.5;
    display: block;
}







/* H2装飾 */
.tittle2 {
    padding: 8px 10px;
    background-color: #008042;
    color: #FFFFFF;
    border-radius: 5px;
}


.tittle2-kashima {
    padding: 8px 10px;
    background-color: #9b3e5b;
    color: #FFFFFF;
    border-radius: 5px;
}

.tittle2-mifune {
    padding: 8px 10px;
    background-color: #275f76;
    color: #FFFFFF;
    border-radius: 5px;
}

.tittle2-minnano {
    padding: 8px 10px;
    background-color: #82973a;
    color: #FFFFFF;
    border-radius: 5px;
}

.tittle2-yokoen {
    padding: 8px 10px;
    background-color: #a2634d;
    color: #FFFFFF;
    border-radius: 5px;
}







/* H3装飾 */
.tittle3 {
    padding: 3px 10px;
    border-bottom: 3px dotted #000;
}



/* 角丸め */
.card-img-right {
    height: 100%;
    border-radius: 0 3px 3px 0;
}

/* 表 */
.table-regular th {
    background-color: #2c88d9;
    color: #FFF;
}

/* 表横スクロール */
.table-scroll th:first-child {
    position: sticky;
    left: 0;
    /* background-color: #FFF; */
}



/* メインビジュアル　バックグラウンドイメージ */
.bg-image01 {
    background-image: url("../img/other/bg01.jpg");
    background-size: cover;
    background-position: 0% 50%;
}

.bg-image02 {
    background-image: url("../img/other/bg02.jpg");
    background-size: cover;
    background-position: 0% 50%;
}

.bg-image03 {
    background-image: url("../img/other/bg03.jpg");
    background-size: cover;
    background-position: 0% 50%;
}

.bg-image04 {
    background-image: url("../img/other/bg04.jpg");
    background-size: cover;
    background-position: 0% 50%;
}






/* 要調査 */
.flex-auto {
    flex: 0 0 auto;
}

/* 参考までに取っておく */
.display-4 {
    font-size: 2.5rem;
}

@media (min-width: 768px) {
    .display-4 {
        font-size: 3rem;
    }
}

/* 参考までに取っておく */
.h-250 {
    height: 250px;
}

@media (min-width: 768px) {
    .h-md-250 {
        height: 250px;
    }
}



.card-link a {
    text-decoration: none !important;
    line-height: 1rem;
}





/* Footer */
.sitemap-txt {
    font-size: 12px !important;
    text-decoration: none !important;
    line-height: 0.5rem !important;
}

.sitemap-tittle {
    font-size: 13px !important;
    text-decoration: none !important;
}


.footer-color1 {
    background-color: #F5F5F5;
}

.footer-color2 {
    background-color: #EFEFEF;
}





/* 背景斜めの装飾　----------------------------------- */
.slant-bg {
    width: 100%;
    padding: 100px 0;
    clip-path: polygon(100% calc(100% - 7vw), 100% 0, 0 calc(0% + 7vw), 0 100%);
    background-color: #EAEAEA;
}

.slant-bg2 {
    width: 100%;
    padding: 10% 0;
    /* clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);*/
    clip-path: polygon(0 0, 100% calc(0% + 7vw), 100% 100%, 0 calc(100% - 7vw));


    background-color: #EAEAEA;
    background-image: url("https://images.unsplash.com/photo-1573883430060-1678c9cd4221?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2340&q=80");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


/* リボンラベル　----------------------------------- */
.ribbon16-wrapper {
    display: block;
    position: relative;
    /* margin: 15px auto; */
    /* padding: 10px 0; */
    /* width: 300px; */
    /* background: #f1f1f1; */
    box-sizing: border-box;
}

.ribbon16 {
    display: inline-block;
    position: absolute;
    top: -6px;
    left: 20px;
    margin: 0;
    padding: 10px 0 7px;
    z-index: 2;
    width: 40px;
    text-align: center;
    color: white;
    font-size: 13px;
    background: #fa8383;
    border-radius: 2px 0 0 0;
}

.ribbon16:before {
    position: absolute;
    content: '';
    top: 0;
    right: -5px;
    border: none;
    border-bottom: solid 6px #d07676;
    border-right: solid 5px transparent;
}

.ribbon16:after {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    height: 0;
    width: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 10px solid #fa8383;
}





/* LINE会話　----------------------------------- */
/*以下、①背景色など*/
.line-bc {
    padding: 20px 10px;
    max-width: 450px;
    margin: 15px auto;
    text-align: right;
    font-size: 14px;
    background: #7da4cd;
}

/*以下、②左側のコメント*/
.balloon6 {
    width: 100%;
    margin: 10px 0;
    overflow: hidden;
}

.balloon6 .faceicon {
    float: left;
    margin-right: -50px;
    width: 40px;
}

.balloon6 .faceicon img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.balloon6 .chatting {
    width: 100%;
    text-align: left;
}

.says {
    display: inline-block;
    position: relative;
    margin: 0 0 0 50px;
    padding: 10px;
    max-width: 250px;
    border-radius: 12px;
    background: #edf1ee;
}

.says:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 3px;
    left: -19px;
    border: 8px solid transparent;
    border-right: 18px solid #edf1ee;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
}

.says p {
    margin: 0;
    padding: 0;
}

/*以下、③右側の緑コメント*/
.mycomment {
    margin: 10px 0;
}

.mycomment p {
    display: inline-block;
    position: relative;
    margin: 0 12px 0 0;
    padding: 8px;
    max-width: 250px;
    border-radius: 12px;
    background: #30e852;
    font-size: 15px;
}

.mycomment p:after {
    content: "";
    position: absolute;
    top: 3px;
    right: -19px;
    border: 8px solid transparent;
    border-left: 18px solid #30e852;
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
}


/*以下、③右側の緑コメント*/
.balloon7 {
    width: 100%;
    margin: -10px 0;
    overflow: hidden;
}

.balloon7 .faceicon {
    float: right;
    margin: 10px 0;
    width: 40px;
}

.balloon7 .faceicon img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.balloon7 .chatting {
    width: 100%;
    text-align: right;
}


/*カルーセル　キャプション位置上書き*/
.carousel-caption-center {
    position: absolute;
    right: 15%;
    top: 30% !important;
    bottom: 0%;
    left: 15%;
    padding-top: 2rem;
    padding-bottom: 5rem;
    color: #fff;
    text-align: center;
}


/*カルーセル　キャプション位置上書き*/
.carousel-caption-center-sp {
    position: absolute;
    right: 15%;
    top: 0% !important;
    bottom: 0%;
    left: 15%;
    padding-top: 4rem;
    padding-bottom: 5rem;
    color: #fff;
    text-align: center;
}











/* 画像の上に文字や画像（中央に） */
.overlay_elements {
    position: relative;
    background-color: #000000;
    border-radius: 5px;
}

.overlay_elements p {
    /*pタグを画像の真ん中に*/
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    /*余計な隙間を除く*/
    padding: 0;
    /*余計な隙間を除く*/
    line-height: 40px;
    text-align: center;
    /*pタグ内で更に中央寄せ*/
}

.overlay_elements p .fa {
    /*アイコンに対して 使わなくてもいい*/
    display: block;
    /*前後に改行*/
    padding-bottom: 10px;
    /*文字との隙間*/
    font-size: 3em;
    /*文字の3倍のサイズに*/
    color: rgba(255, 255, 255, 0.6);
    /*半透明*/
}

.overlay_elements img {
    width: 100%;
    opacity: 0.9;
    display: block;
}








/* ---------- スクロールでふわっと表示 ---------- */
/* 画面外 */
.fade-block1 {
    opacity: .1;
    transition: all 1.5s;
}

/* 画面に入った時の動き */
.fade-block1.blockIn {
    opacity: 1;
}





/*チェックボックス・ラジオボタン　装飾変更*/
label {
    margin-right: 0px;
    /* ボタン同士の間隔 */
    width: 100%;
    box-sizing: border-box;
}

label input {
    display: none;
    /* opacity: 0; */
    /* デフォルトのinputは非表示にする */
}

label div {
    color: #333;
    /* 文字色を黒に */
    font-size: 14px;
    /* 文字サイズを14pxに */
    border: 2px solid #2962ae;
    /* 淵の線を指定 */
    border-radius: 0px;
    /* 角丸を入れて、左右が丸いボタンにする */
    padding: 6px 2px;
    /* 上下左右に余白をトル */
    margin: 0px;
}

label input:checked+div {
    color: #FFF;
    /* 文字色を白に */
    background: #2962ae;
    /* 背景色を薄い赤に */
    box-sizing: border-box;
    border: 2px solid #2962ae;
    /* 淵の線を薄い赤に */
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .5);
}

label.disabled {
    background-color: #818284;
}



/*テーブル内のINPUT　装飾変更*/
.tableinput {
    display: inline-block;
    width: 100%;
    padding: 0em 0.5em;
    line-height: 0;
    border: 1px solid #999;
    box-sizing: border-box;
    background: #FFFFFF;
    margin: 0;
}

/* ---------- テーブルを横スクロール可能に ---------- */
@media (max-width: 600px) {
    .table-scroll {
        overflow: scroll;
    }
}


/*戻るボタン*/
.back {
    position: fixed;
    top: 25px;
    right: 40px;

}

/*SAT追加*/
.op_area_hide {
    display: none;
}

.op_area_show {
    display: flex;
}

.about-estimate-list {
    padding-left: 1.5rem;
}

.about-estimate-list li {
    list-style-type: "＊ ";
}

.question-and-answer-list .question {
    list-style-type: "Q. ";
    font-weight: bold;
}

.question-and-answer-list .answer {
    list-style-type: "A. ";
}

input[type="text"].error {
    /* background-color: red; */
    border-color: red !important;
}

input[type="radio"].error + div{
    border: 2px solid red;
}

select.error {
    border-color: red !important;
}

input[type="text"][readonly] {
    background-color: #fff !important;
    border-width: 1px !important;
    border-color: #6c757d !important;
}

span.error {
    /* background-color: red; */
    border-color: red !important;
}

p.disabled {
    background-color: #818284;
    color: #818284;
}

/*画像アップロードにて文字('削除')のずれが起こるのを防ぐため*/
div[class*="fieldinput-imagefile-value"] label {
    margin-right: 0px;
    width: auto;
    box-sizing: border-box;
    
}

.center {
    text-align: center;
}

.pb-10 {
    padding-bottom: 10px;
}

/* スマホ表示用にメディアクエリを使用 */
@media (max-width: 768px) {
    #responsiveImg {
    /* スマホサイズ時に上書き */
    flex: 0 0 58.333333%; /* col-7相当の幅 */
    max-width: 58.333333%; /* col-7相当の幅 */
    }
    #responsiveLogo {
        /* スマホサイズ時に col-10 相当の幅に変更 */
        flex: 0 0 83.333333%; /* col-10相当の幅 */
        max-width: 83.333333%; /* col-10相当の幅 */
    }
}
