@charset "UTF-8";

body {
    font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

p {
    font-size: 14px;
}

h1 {
    font-size: 25px;
    margin: 0 0 10px 0;
    padding: 2px 8px;
    border-width: 0 0 0 5px;
    border-color: darkgrey;
    border-style: solid;
    color: #fff;
    background-color: rgb(0, 0, 139);
    line-height: 140%;
    font-weight: normal;
}

h2 {
    border-bottom: solid 3px rgb(0, 0, 139);
    color: rgb(0, 0, 139);
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 20px;
    padding-top: 30px;
}


.l_main:after {
    content: "";
}

.l_main {
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
}

.l_main_left {
    flex: 1 0 20%;
}

.l_main_right {
    flex: 2 0 80%;
    padding-left: 30px;
}

.sidemenu {
    position: -webkit-sticky;
    position: sticky;
    top: 5%;
}

/*  ++++++++++++++ パンくずリスト start +++++++++++++++++  */

.bread {
    margin-bottom: 5px;
}

.bread ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bread li a {
    display: inline-block;
    padding: 5px;
    color: #000000;
    font-size: 12px;
    text-decoration: none;
}

.bread li a:hover {
    color: cornflowerblue;
    text-decoration: underline royalblue;

}

.bread ul:after {
    content: "";
    display: block;
    clear: both;
}

.bread li {
    float: left;
    width: auto;
}

.bread li:after {
    content: '\003e';
    color: black;
    margin-left: 10px;
    margin-right: 10px;
}

/*  ++++++++++++++ パンくずリスト end +++++++++++++++++  */

/* ++++++++  サイドメニュー +++++++++++  */

/* サイドメニュー */

.sidemenu h3 {
    font-size: 16px;
    /*    font-weight: normal;*/
    color: rgb(0, 0, 139);
    position: relative;
    padding-left: 10px;
    /*	text-shadow: 1px 2px 5px skyblue;*/
}

.sidemenu ul {
    border-top: solid rgb(0, 0, 139) 2px;
    /*上のボーダー*/
    border-bottom: solid rgb(0, 0, 139) 2px;
    /*下のボーダー*/
    color: deepskyblue;
    font-size: 14px;
    margin: 0;
    padding: 0.5em 0 0.5em 1.5em;
}

.sidemenu ul li {
    color: rgb(0, 0, 139);
    line-height: 1.5;
    padding: 0.5em 0;
}

.sidemenu li a {
    color: rgb(0, 0, 139);
    display: block;
    padding: 5px;
    text-decoration: none;

}

.sidemenu li a:hover {
    background-color: rgb(0, 0, 139);
    color: white;
}

.sidemenu h4 {
    background-color: rgb(0, 0, 139);
    color: white;
    padding-left: 10px;
}


/*電話番号*/

.con_telno {
    font-size: 14px;
    color: rgb(0, 0, 139);
    margin-bottom: 0;
}

.con_telno i {
    margin-right: 10px;
}

/*受付時間*/

.con_working-day {
    font-size: 14px;
    color: rgb(0, 0, 139);
    margin-bottom: 0;
}

.con_working-day i {
    margin-right: 10px;
}



/*メールアドレス*/

.con_mail {
    font-size: 14px;
    color: rgb(0, 0, 139);
    margin-bottom: 0;
    padding-bottom: 5px;
    vertical-align: middle;
}

.con_mail i {
    margin-right: 10px;
}

/*　問い合わせボタン　*/

.sidemenu button {
    margin: 0 auto;
    padding: 1em 2em;
    border: solid rgb(0, 0, 139) 2px;
    box-sizing: border-box;
    width: 170px;
    display: inline-block;
    font-size: 13px;
    position: relative;
    cursor: pointer;
    background-color: transparent;
    border-radius: 10px;
    color: rgb(0, 0, 139);
}

/*-------------------------２カラム（右）-----------------------------*/

/*top画面*/

.wrk_title_img {
    width: 100%;
}

.wrk_list {
    color: #1e366a;
    border: dotted #1e366a 1px;
    padding: 0.5em 0.5em 0.5em 2em;
}

/*オンデマンド出版*/
.wrk_odDescription1 {
    font-size: 20px;
    color: grey;
    font-weight: bold;
}

.wrk_odDescription2 {
    width: 610px;
}

.wrk_odDescription2 h4 {
    margin-top: 50px;
    font-size: 20px;
    color: grey;
    text-align: center;
    text-decoration: underline;
    font-weight: normal;
}

.wrk_odDescription2 p {
    font-size: 14px;
    font-weight: normal;
    color: grey;
    /*     text-align: center;*/
}

.wrk_odDescription2 span {
    color: rgb(245, 57, 169);
}

.wrk_odtitle1 {
    width: 50%;
    text-align: center;
    margin-top: 30px;
    color: #FFF;
    text-decoration: none;
    background: rgb(240, 144, 185);
    box-shadow: -10px 10px rgb(244, 180, 208);
    font-weight: normal;
    padding: 5px 0px;
    display: inline-block;
    font-size: 21px;
}

.wrk_odtitle2 {
    width: 50%;
    text-align: center;
    color: #FFF;
    text-decoration: none;
    background: rgb(162, 214, 104);
    box-shadow: -10px 10px rgb(207, 239, 195);
    font-weight: normal;
    padding: 5px 0px;
    display: inline-block;
    font-size: 21px;
    /*    margin-top:30px;*/
}

.wrk_odcontents2 {
    color: rgb(0, 112, 192);
    font-weight: bold;
}

.wrk_odtitle3 {
    width: 50%;
    text-align: center;
    color: #FFF;
    text-decoration: none;
    background: rgb(249, 202, 69);
    box-shadow: -10px 10px rgb(252, 226, 154);
    font-weight: normal;
    padding: 5px 0px;
    display: inline-block;
    font-size: 21px;
    /*    margin-top:30px;*/
}

.wrk_odtitle4 {
    width: 50%;
    text-align: center;
    color: #FFF;
    text-decoration: none;
    background: rgb(129, 192, 255);
    box-shadow: -10px 10px rgb(185, 220, 255);
    font-weight: normal;
    padding: 5px 0px;
    display: inline-block;
    font-size: 21px;
    /*    margin-top:30px;*/
}

.wrk_odcontents p {
    width: 70%;
}

/*4つのサービス*/

.wrk_servicekey {
    position: relative;
    color: black;
    font-size: 30px;
    padding: 10px 0;
    text-align: center;
    margin: 1.5em 0;
    /*    text-decoration: none;*/
}

.wrk_servicekey:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 50%;
    width: 200px;
    height: 85px;
    border-radius: 50%;
    border: 5px solid #fcf265;
    border-left-color: transparent;
    border-right-color: transparent;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.wrk_servicekey span {
    color: #ff8e9d;
    font-size: 50px;
}

.wrk_servicetitle {
    background: rgb(101, 187, 252);
    color: white;
    margin-bottom: 0px;
    text-align: center;

}

.wrk_servicecontents {
    background: rgb(252, 242, 101);
    margin-top: 0px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 12px;
}

.wrk_servicebox {
    width: 20%;
    float: left;
    padding: 0 5px;
}

.wrk_service1 h2 {
    margin-top: 100px;
    padding-top: 150px;
}

.wrk_serkiji1 {
    color: rgb(0, 112, 192);
    font-size: 18px;
    font-weight: bold;
}

.wrk_serkiji1 span {
    font-size: 14px;
    float: right;
}

.wrk_serkiji2 {
    position: relative;
    padding: 5px 5px 5px 42px;
    background: #77c3df;
    font-size: 20px;
    color: white;
    margin: 50px 0px 0px -10px;
    line-height: 1.3;
    z-index: -1;
    width: 50%;
}

.wrk_serkiji2:before {
    position: absolute;
    content: '';
    left: -2px;
    top: -2px;
    border: none;
    border-left: solid 40px white;
    border-bottom: solid 79px transparent;
    z-index: -2
}

.wrk_serkiji3 {
    color: grey;
    text-align: center;
}

.wrk-serkijia {
    font-size: 11px;
}

.wrk_contact {
    display: inline-block;
    padding: 0.2em 2em;
    text-decoration: none;
    background: rgb(250, 156, 130);
    color: #FFF;
    box-shadow: 0px 0px 0px 5px rgb(250, 156, 130);
    border: dashed 2px #FFF;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    width: 370px;
}

.wrk_contact:hover {
    border: dotted 2px #FFF;
}

.wrk_center {
    text-align: center;
    margin-bottom: 5%;
    margin-top: 5%;
}

.wrk_serkiji4 {
    font-size: 18px;
}

.wrk_serkiji4 span {
    font-size: 13px;
}

.wrk_serkiji9 {
    color: rgb(75, 172, 198);
    font-size: 20px;
    text-align: center;
}

.wrk_serkiji9 span {
    color: rgb(85, 142, 213);
}

.wrk_serkiji10 {
    color: rgb(85, 142, 213);
    font-size: 20px;
}

/*-------------------------メデイアクエリ-----------------------------

/* ############ 1281px 以上 ############ */

@media (min-width: 1281px) {

    .l_main {
        width: 1140px;
        margin-left: auto;
        margin-right: auto;
    }

}

/* ############ 960px 以上 & 1280px以下 ############ */

@media (min-width: 960px) and (max-width: 1280px) {

    .wrk_odtitle1,
    .wrk_odtitle2,
    .wrk_odtitle3,
    .wrk_odtitle4 {
        width: 60%;
    }

    .wrk_serkiji9,
    .wrk_serkiji10 {
        font-size: 19px;
    }
}

/* ############ 768px 以上 ############ */

@media (min-width: 768px) and (max-width: 959px) {

    /*	 モーダルウィンドウ 非表示 */
    .modal {
        display: none;
    }

    .wrk_odDescription2 {
        width: 100%;
    }

    .wrk_odtitle1,
    .wrk_odtitle2,
    .wrk_odtitle3,
    .wrk_odtitle4 {
        width: 100%;
    }

    .wrk_serkiji2 {
        width: 65%;
    }

    .wrk_odcontents p {
        width: 100%;
    }

    .wrk_servicecontents {
        padding: 0 10px;
        font-size: 13px;
    }

    .wrk_serkiji9 {
        font-size: 19px;
    }

    .wrk_serkiji10 {
        font-size: 16px;
    }
}

/* ############ 599px以下 ############ */

@media (max-width: 599px) {

    /* ｻｲﾄﾞﾒﾆｭｰ 非表示*/
    .l_main_left {
        display: none;
    }

    .sidemenu {
        display: none;
    }

    .l_main_right {
        width: 100%;
        padding: 0;
    }

    /*モーダルウィンドウ  開始　　*/
    .modal .modal-check {
        display: none;
    }

    .modal .modal-window {
        /*
		display: flex;
		justify-content: flex-end;
*/
        /*position: relative;*/
        position: fixed;
        top: 330px;
        right: 18px;

        z-index: 100001;
        animation: fadein .3s 1, zoomin .3s 1;
    }

    /*バッテン modal-window が親要素なので位置はそれに依存する　*/
    .modal .modal-label {

        position: absolute;
        /*		position: fixed;*/
        top: -5px;
        right: -10px;
        /*	left:180px;*/
        display: flex;

        align-items: center;
        justify-content: center;
        line-height: 1;
        background: #099;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        cursor: pointer;
        transition: all .2s ease;
    }

    /*
.modal .modal-label:hover {
	background: #00cccc;
}
*/
    .modal .modal-label:active {
        background: cyan;
    }

    .modal .modal-label svg {
        display: flex;
        align-items: center;
        fill: #fff;
    }

    .modal .modal-inner {
        /*
	width: 80vw;
	max-width: 500px;
*/
        max-width: 200px;
        background: rgb(204, 204, 255);
        /*背景透過*/
        /*background-color: rgba(0, 0, 139, 0.1);*/
        /*  背景文字透過*/
        /*
		background-color: rgb(0, 0, 139);
		opacity: 0.5;
*/
        /*  文字透過しない。背景透過*/
        /*		background-color: transparent;*/
        border-radius: 3px;
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
    }

    .modal .modal-content {
        color: #099;
    }

    .modal .modal-content p {
        padding: 0;
        margin: 0;
    }

    .modal .modal-check:checked + .modal-body {
        animation: fadeout .2s 1 forwards, hide .1s .2s 1 forwards;
    }

    .modal .modal-check:checked + .modal-body .modal-window {
        animation: zoomout .2s 1 forwards;
    }

    @keyframes fadein {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @keyframes fadeout {
        0% {
            opacity: 1;
        }

        100% {
            opacity: 0;
        }
    }

    @keyframes zoomin {
        0% {
            transform: scale(0.9);
        }

        100% {
            transform: scale(1);
        }
    }

    @keyframes zoomout {
        0% {
            transform: scale(1);
        }

        100% {
            transform: scale(0.9);
        }
    }

    @keyframes hide {
        0% {
            visibility: visible;
        }

        100% {
            visibility: hidden;
        }
    }

    /*モーダルウィンドウ 終了　　*/

    .wrk_list {
        font-size: 15px;
    }

    .wrk_odDescription2 {
        width: auto;
    }

    .wrk_odtitle1,
    .wrk_odtitle2,
    .wrk_odtitle3,
    .wrk_odtitle4 {
        width: 100%;
        font-size: 17px;
    }

    .wrk_odDescription1 {
        font-size: 15px;
    }

    .wrk_servicebox {
        width: 50%;
    }

    .wrk_service1 {
        padding-top: 220px;
    }

    .wrk_serkiji2 {
        width: 100%;
    }

    .wrk_serkiji9,
    .wrk_serkiji10 {
        font-size: 16px;
    }

    .wrk_odcontents p {
        width: 100%;
    }

    .wrk_servicecontents {
        font-size: 13px;
    }

    .wrk_contact {
        width: 350px;
        font-size: 19px;
    }

}
