@charset "utf-8";

/* CSS Document */
body {
    margin: 0px;
    padding: 0px;
    font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", Osaka, "Hiragino Kaku Gothic Pro", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    line-height: 200%;
    color: #333333;
    /*background:url(../../images/testBg.png) rgba(233,233,255,1);*/
}

h1,
h2,
h3,
h4,
h5,
h6,
h7 {
    font-size: 16px;
    margin: 0;
    padding: 0;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

p {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
}

a:link,
a:visited,
a:active {
    color: #0053AB;
    text-decoration: none;
    text-decoration: underline;
}

a:hover {
    color: #D41919;
    text-decoration: none;
    text-decoration: underline;
}

#MyHeader,
#MyContents,
#MyFooter {
    display: block;
    padding: 5px;
}

#MainBox {
    width: 90%;
    min-width: 960px;
    margin: 20px auto;
    /*border:#999999 1px solid;*/
    padding: 10px;
}

#MyHeader {
    border-bottom: #CCCCCC 1px solid;
}


h1.MainTitle {
    font-size: 18px;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 24px;
    display: block;
    font-weight: bold;
    position: relative;
}


a.DetailSet {
    display: block;
    width: 96%;
    min-height: 20px;
    height: 100%;
}

.Confidential {
    color: firebrick;
    font-weight: bold;
}


.LoigInInnersBox {
    width: 400px;
    margin: 10px auto;
}


.mess {
    color: #5b2f2f;
    font-size: 1.3em;
    padding: 2px 0 5px 0;
}


.LogInUserData {
    display: compact;
    text-align: right;

}

.menueBoxA,
.menueBoxB {
    display: compact;
    margin-bottom: 14px;
    width: 46%;
    display: inline-flex;

}

.menueBoxA a,
.menueBoxB a {
    width: 100%;
}

.menueBoxA .menueBoxAin,
.menueBoxB .menueBoxBin {
    width: 98%;
    margin: 0 auto;
    padding: 50px 0;
    box-sizing: border-box;
    height: 130px;
    text-align: center;
    font-size: 160%;
    font-weight: bold;
}

.menuBox {
    margin-bottom: 14px;
    width: 46%;
    display: inline-flex;
    vertical-align: top;
}

.menuBox a {
    display: block;
    width: 100%;
}

.menuBox .menuBoxin {
    width: 98%;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    height: 130px;
    text-align: center;
    font-size: 160%;
    font-weight: bold;
    cursor: pointer;
}

.menuBox .menuBoxIn2Line {
    width: 98%;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    height: 130px;
    text-align: center;
    font-size: 160%;
    font-weight: bold;
    cursor: pointer;
}

input:disabled {
    opacity: 0.5;
}

.clearBoth {
    display: block;
    clear: both;
    content: ".";
    height: 1px;
    font-size: 0px;
    line-height: 0px;
    visibility: hidden;
}

.SetBtn a.btnSetBlue01 {
    display: compact;
    padding: 3px 10px;
    margin: 3px 5px;
    text-align: center;
    background: #697caa;
    font-size: 16px;
    line-height: 16px;
    color: #FFFFFF;
    font-weight: bold;
    border-radius: 4px;
    text-decoration: none;
}

.SetBtn a.btnSetBlue01:hover {
    background: #8a9ac2;
}


.thisHidden {
    display: none;
}

iframe {
    margin: 0;
    padding: 3px 0 3px 3px;
    border: #CCCCCC 1px solid;
    border-radius: 3px;
    background: #fff;
}


/*******************************
		ヘッダー部分
*******************************/
#header {
    width: 100%;
    margin: 0 auto;
    line-height: 0;
}

#headerTop {
    width: 980px;
    margin: 0 auto;
    min-height: 37px;
}

#logo {
    width: 373px;
    height: auto;
    float: left;
    margin: 5px 0 0 21px;
}

.helpLink a {
    display: block;
    width: 420px;
    font-size: 12px;
    line-height: 16px;
    display: block;
    padding: 2px 1px 2px;
    background: #adcff1;
    text-align: center;
    margin: 5px 0 5px;
    float: left;
    text-decoration: none;
    border-radius: 5px;
}

.helpLink a:hover {
    background: #c2dcf8;
    color: #333;
}

@media screen and (max-width: 980px) {
    #header {
        width: 100%;
    }

    #headerTop {
        width: 100%;
        min-height: 58px;
    }

    #logo {
        margin: 15px 0 0 21px;
    }
}

@media screen and (max-width: 767px) {
    #logo {
        width: 230px;
        margin: 15px 0 0 4%;
    }



    #MyHeader,
    #MyContents,
    #MyFooter {
        display: block;
        padding: 5px;
    }

    #MyHeader {
        border-bottom: #CCCCCC 1px solid;
    }


    #MainBox {

        width: 100%;
        margin: 0px auto;
        border: none;
        padding: 5px;
    }



    h1.MainTitle {
        font-size: 18px;
        font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
        line-height: 24px;
        display: block;
        font-weight: bold;
    }






}

#headerBtnSet {
    width: 412px;
    float: right;
}

#headerBtn1 {
    width: 139px;
    height: auto;
    float: right;
    margin: 0 4px 0 0;
}

#headerBtn2 {
    width: 139px;
    height: auto;
    float: right;
    margin: 0 5px 0 0;
}

#facebook {
    width: 109px;
    height: auto;
    float: right;
    margin: 0 16px 0 0;
}

@media screen and (max-width: 980px) {
    #headerBtnSet {
        width: 322px;
    }

    #headerBtn1 {
        width: 108px;
    }

    #headerBtn2 {
        width: 108px;
    }

    #facebook {
        width: 36px;
    }
}

@media screen and (max-width: 767px) {
    #headerBtnSet {
        width: 90%;
        padding: 25px 5% 15px;
        margin: 0 auto;
    }

    #headerBtn1 {
        width: 44.4%;
        margin: 0 1% 0 0;
    }

    #headerBtn2 {
        width: 44.4%;
        margin: 0 1% 0 0;
    }

    #facebook {
        width: 9.2%;
        margin: 0;
    }
}

/*******************************
		ENDヘッダー部分
*******************************/



/*******************************
		ナビゲーション部分
*******************************/
/*ナビゲーション*/
#naviWrapper {
    position: relative;
    width: 100%;
    height: 649px;
    overflow: hidden;
}

#naviWrapper_02 {
    position: relative;
    width: 100%;
    height: 48px;
    overflow: hidden;
}

#naviArea {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    line-height: 0;
    z-index: 1000;
}

@media screen and (max-width: 980px) {
    #naviArea {
        display: none;
    }

    #naviWrapper_02 {
        height: 0;
    }
}

/*********上ナビ*********/
#naviBtn_tArea {
    width: 100%;
    margin: 0 auto;
    background-color: #747272;
}

#naviBtn_tArea ul {
    width: 383px;
    margin: 0 auto;
    padding: 0 0 0 597px;
}

#naviBtn_tArea ul li {
    float: left;
}

#naviBtn_tArea #naviBtn_t1 {
    width: 100px;
    height: auto;
}

#naviBtn_tArea #naviBtn_t2 {
    width: 102px;
    height: auto;
}

#naviBtn_tArea #naviBtn_t3 {
    width: 61px;
    height: auto;
}

#naviBtn_tArea #naviBtn_t4 {
    width: 120px;
    height: auto;
}

@media screen and (max-width: 980px) {
    #naviBtn_tArea {
        width: 100%;
        height: 33px;
        position: relative;
    }

    #naviBtn_tArea ul {
        width: 459px;
        position: absolute;
        top: 0px;
        left: 0px;
        margin: 0;
        padding: 3px 0;
        overflow: hidden;
    }

    #naviBtn_tArea ul li {
        display: inline;
        word-wrap: normal;
    }

    #naviBtn_tArea #naviBtn_t1 {
        width: 120px;
    }

    #naviBtn_tArea #naviBtn_t2 {
        width: 122px;
    }

    #naviBtn_tArea #naviBtn_t3 {
        width: 73px;
    }

    #naviBtn_tArea #naviBtn_t4 {
        width: 144px;
    }
}

/*********下ナビ*********/
#naviBtn_bArea {
    width: 100%;
    margin: 0 auto;
    background-image: url(../images/common/naviBtn_bAreaBack.png);
}

#naviBtn_bArea ul {
    width: 980px;
    margin: 0 auto;
}

#naviBtn_bArea ul li {
    float: left;
    background: url(../images/common/pc_naviBtn_line.png) center left no-repeat;
    background-size: 1px 25px;
}

#naviBtn_b1 {
    width: 84px;
    height: auto;
}

#naviBtn_b2 {
    width: 128px;
    height: auto;
}

#naviBtn_b3 {
    width: 155px;
    height: auto;
}

#naviBtn_b4 {
    width: 110px;
    height: auto;
}

#naviBtn_b5 {
    width: 83px;
    height: auto;
}

#naviBtn_b6 {
    width: 106px;
    height: auto;
}

#naviBtn_b7 {
    width: 111px;
    height: auto;
}

#naviBtn_b8 {
    width: 193px;
    height: auto;
    background: url(../images/common/pc_naviBtn_line.png) center right no-repeat;
    background-size: 1px 25px;
}

@media screen and (max-width: 980px) {
    #naviBtn_bArea {
        width: 1165px;
        height: 49px;
        position: relative;
    }

    #naviBtn_bArea ul#naviBtn_bAreaUl {
        width: 1165px;
        position: absolute;
        top: 0px;
        left: 0px;
        margin: 0;
        padding: 5px 0;
        overflow: hidden;
    }

    #naviBtn_bArea ul li {
        display: inline;
        word-wrap: normal;
    }

    #naviBtn_b1 {
        width: 101px;
    }

    #naviBtn_b2 {
        width: 154px;
    }

    #naviBtn_b3 {
        width: 186px;
    }

    #naviBtn_b4 {
        width: 132px;
    }

    #naviBtn_b5 {
        width: 100px;
    }

    #naviBtn_b6 {
        width: 127px;
    }

    #naviBtn_b7 {
        width: 133px;
    }

    #naviBtn_b8 {
        width: 232px;
    }
}


/*メニュー開閉*/
#menuBtn {
    float: right;
    margin: 6px 20px 0 0;
    display: none;
}

#menuBtn img {
    width: 25px;
    height: auto;
}

@media screen and (max-width: 980px) {
    #menuBtn {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    #menuBtn {
        margin: 18px 20px 0 0;
    }
}

/*******************************
		ENDナビゲーション部分
*******************************/


/*******************************
		コンテンツ部分
*******************************/

h2 {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 50px 0 30px;
}

h2 img {
    width: 100%;
    height: auto;
}

.MeinSCBox {
    display: block;
    margin: 5px 0;
    border: #eee 1px solid;
    min-height: 300px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 8px;
    background: rgba(255, 255, 255, 0.8);
}


@media screen and (max-width: 767px) {
    h2 {
        padding: 15px 0 20px;
    }

    h2 img {
        width: 188%;
    }
}

h3 {
    font-size: 22px;
    font-weight: normal;
    margin: 50px 0 30px;
    padding: 0;

}

@media screen and (max-width: 767px) {
    h3 {
        font-size: 18px;
        margin: 25px 0 20px;

    }
}


#contents {
    width: 980px;
    margin: 0 auto;
    padding: 0 0 100px;
    text-align: justify;
    text-justify: inter-ideograph;
    background: no-repeat;
}

@media screen and (max-width: 980px) {
    #contents {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    #contents {
        padding: 0 0 50px;
    }
}

.wrapper920 {
    width: 93.877%;
    margin: 0 auto;
}

/*******************************
		ENDコンテンツ部分
*******************************/




/*******************************
		フッター部分
*******************************/

.FooterCopy {
    width: 100%;
    height: 30px;
    font-size: 10px;
    line-height: 30px;
    text-align: center;
    border: #f3f3f5 1px solid;
    border-right: none;
    border-left: none;
    margin: 10px auto 10px;
}

.pageUp {
    width: 980px;
    margin: 0 auto;
    padding: 10px 0;
    text-align: right;
}

.pageUp img {
    width: 30px;
    height: auto;
    margin: 0 30px 0 0;
}

@media screen and (max-width: 980px) {
    .pageUp {
        width: 100%;
    }
}

#footerWrapper {
    width: 100%;
    background-color: #ededee;
}

#footer {
    width: 980px;
    margin: 50px auto 0;
    padding: 10px 0;
    text-align: center;
}

@media screen and (max-width: 980px) {
    #footer {
        width: 100%;
    }
}

#footer h4 {
    margin: -10px 0 30px;
}

#footer h4 img {
    width: 552px;
    height: auto;
}

#footer #footerBtnArea {
    width: 570px;
    margin: 0 auto 50px;
}

#footer #footerBtnArea #footerBtn01 {
    float: left;
}

#footer #footerBtnArea #footerBtn02 {
    float: right;
}

#footer #footerBtnArea #footerBtn01 img,
#footer #footerBtnArea #footerBtn02 img {
    width: 275px;
    height: auto;
}

#footer #footerTxt02 {
    margin: 0 0 30px;
}

#footer #footerTxt02 img {
    width: 347px;
    height: auto;
}

#footer #footerTxt03 {
    margin: 0 0 30px;
}

#footer #footerTxt03 img {
    width: 291px;
    height: auto;
}

#footer #copyright {
    font-size: 10px;
}

@media screen and (max-width: 767px) {
    #footer h4 {
        margin: -20px 0 50px;
    }

    #footer h4 img {
        width: 90%;
    }

    #footer #footerBtnArea {
        width: 70%;
        margin: 0 auto 50px;
    }

    #footer #footerBtnArea #footerBtn01 {
        margin: 0 0 10px;
        float: none;
    }

    #footer #footerBtnArea #footerBtn02 {
        float: none;
    }

    #footer #footerBtnArea #footerBtn01 img,
    #footer #footerBtnArea #footerBtn02 img {
        width: 100%;
    }

    #footer #footerTxt02 {
        margin: 0 0 30px;
    }

    #footer #footerTxt02 img {
        width: 75%;
    }

    #footer #footerTxt03 img {
        width: 60%;
    }
}

/*******************************
		ENDフッター部分
*******************************/



/*******************************
		フローティングバナー
*******************************/
#floating {
    position: fixed;
    top: 10px;
    left: 0px;
    z-index: 9000000;
}

@media screen and (max-width: 767px) {
    #floating {
        display: none;
    }
}

#floating p {
    margin: 0 0 5px;
}

#floating p img {
    width: 48px;
    height: auto;
}

/*******************************
		フローティングバナー
*******************************/



/************ クリア ************/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    min-height: 1px;
}

* html .clearfix {
    height: 1px;
    /*¥*/
    /*/
  height: auto;
  overflow: hidden;
  /**/
}





/************ マージン パディング************/
.pt5 {
    padding-top: 5px;
}

.pt10 {
    padding-top: 10px;
}

.pt15 {
    padding-top: 15px;
}

.pt20 {
    padding-top: 20px;
}

.pt25 {
    padding-top: 25px;
}

.pt30 {
    padding-top: 30px;
}

.pt35 {
    padding-top: 35px;
}

.pt50 {
    padding-top: 50px;
}

.pb5 {
    padding-bottom: 5px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb15 {
    padding-bottom: 15px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb25 {
    padding-bottom: 25px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb35 {
    padding-bottom: 35px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mt30 {
    margin-top: 30px;
}

.mt35 {
    margin-top: 35px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb35 {
    margin-bottom: 35px;
}




/************ フォント ************/
.f10 {
    font-size: 10px;
}

.f12 {
    font-size: 12px;
}

.f14 {
    font-size: 14px;
}

.fc_red {
    color: #ff0606;
}

/************ フロート ************/
.fl {
    float: left;
}

.fr {
    float: right;
}




/************ 追加ライトボックス*********/

.overlay {
    position: absolute;
    display: none;
    top: 0;
    width: 100%;
    z-index: 10;
    background: rgba(0, 0, 0, 0.3);
}

.overlay .windSet {
    display: inline-block;
    position: absolute;
    width: 900px;
    background: #FFF;
    -webkit-box-shadow: 0px 0px 20px 0px #333;
    -moz-box-shadow: 0px 0px 20px 0px #333;
    box-shadow: 0px 0px 20px 0px #333;
}

#cursol {
    position: absolute;
    padding: 5px;
    color: #fff;
    background: #666;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 2px 2px 5px 0px #333;
    -moz-box-shadow: 2px 2px 5px 0px #333;
    box-shadow: 2px 2px 5px 0px #333;
}


/************ 閉じるボタン*********/
.close-btn {
    position: absolute;
    width: 20px;
    height: 20px;
    top: -23px;
    right: 0;
    cursor: pointer;
    z-index: 220;
    border-radius: 3px;
    border: #CCCCCC 1px solid;
    background: url('../img/close.png') no-repeat, rgba(255, 255, 255, 1);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


/*********************/




/***** MODAL STYLE *****/

.modal-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: grey;
    opacity: .6;
    display: none;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
}

.modal {
    width: 650px;
    height: 600px;
    border: 1px solid #000;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    display: none;
    z-index: 20;
}

.modal .inner-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 84%;
    text-align: left;
    transform: translate(-50%, -50%);
    z-index: 20;
    font-size: 14px;
}

.modal .inner-wrap h2 {
    text-align: center;
    font-size: 1.2em;
}

.modal .inner-wrap p.contact {
    margin-top: 20px;
    text-align: center;
}

.modal .inner-wrap > div {
    text-align: center;
}

.modal-close__wrap {
    position: absolute;
    right: 40px;
    top: 20px;
}

.modal-close {
    background: transparent;
    border-color: transparent;
    padding: 0;
    margin: 0;
    cursor: pointer;
    width: 28px;
    display: block;
    height: 28px;
}

.modal-close span {
    position: relative;
    width: 100%;
    height: 1px;
    background: black;
    display: block;
}

.modal-close span:nth-child(1) {
    transform: rotate(45deg);
}

.modal-close span:nth-child(2) {
    transform: rotate(-45deg);
}

.modal-open {
    cursor: pointer;
    background: orange;
    border: orange;
    color: #fff;
    padding: 10px 12px;
}


.modal-overlay.open {
    display: block;
}

.modal.open {
    display: block;
}
