@charset "utf-8";

/* モニターサイズ判別用 */
#monitorCheck {
    font-size: 8px;
    width: 37px;
    letter-spacing: 0;
    line-height: 1;
    color: #fff;
}
body{font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;}
#wrap {display: none}
#loader-bg {
  /* display: none; */
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 88888;
}
#loader {
  /* display: none; */
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #333;
  z-index: 99999;
}

body {overflow-x: hidden;}
/* header
--------------------------------------------------------------- */
.header {
    padding: 30px 0 20px 0;
    background: #00A0E9;
    border-bottom: 3px solid #0062A0;

    display: flex;
    justify-content: center;
    align-items: center;

    z-index: 900;
    position: relative;
}

.title_logo {
    text-align: center;
    color: #fff;
    font-size: 32px;
    letter-spacing: 0px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 5px;
    font-family: font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
.title_logo_sub {
    display: block;
    font-size: 10px;
    line-height: 1;
    letter-spacing: 4px;
    font-weight: 400;
}
.title_logo_img {
    width: 147px;
}
.title_logo_img img{
    width: 100%;
}
/* .title_logo img{
    width: 20vw;
    max-width: 200px;
    min-width: 120px;
} */

/* main 入力画面
--------------------------------------------------------------- */
.main {
    /* background: #f2f2f2; */
    /* min-height: calc(100vh - 197px); */
}
.main_inner {
    padding: 50px 0 0 0;
}

.step {
    padding-bottom: 70px;
}

#part_list {
    height: 100%;
}


/* 各サイズの入力フォームを非表示に
----------------------- */
.input_disp {
    display: none;
}


.step_no {
    background: #0062A0;
    border-radius: 4px 4px 0 0;
    padding: 5px 10px;
    color: #fff;
}
.step_item_title {
    border-left: 4px solid #0062A0;
    border-bottom: 1px dotted #0062A0;
    padding-left: 9px;
    margin-bottom: 8px;
    color: #0062A0;
}
.template_no {
    /* background: #00A0E9;
    border-radius: 4px;
    padding: 3px 10px;
    margin: 0 auto 20px auto;
    display: block;
    color: #fff;
    text-align: center; */

    background: #0062A0;
    padding: 3px 10px 1px 10px;
    margin: 0 0 20px 0;
    display: block;
    color: #fff;
    text-align: center;
    font-weight: bold;
    width: 100%;

}
.step_item {
	position: relative;
	background: #fff;
	border: 4px solid #0062A0;
    padding: 17px 20px;
    border-radius: 0 5px 5px 5px;
}
.step_item:after, .step_item:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.step_item:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 30px;
	margin-left: -30px;
}
.step_item:before {
	border-color: rgba(194, 225, 245, 0);
	border-top-color: #0062A0;
	border-width: 36px;
	margin-left: -36px;
}

.images_box {
	background: #fff;
	border-top: 4px solid #0062A0;
    border-right: 4px solid #0062A0;
    border-left: 4px solid #0062A0;
    padding: 17px 20px;
}
.images_box:first-child {
    border-top-right-radius: 5px;
}.images_box:last-child {
    border-bottom: 4px solid #0062A0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.addImageContents .images_box {
    border: none;
    padding: 25px 20px;
    border-radius: 10px;
}
.preview_add {
    text-align: center;
    margin-bottom: 10px;
}
.preview_add img {
    height: auto;
    max-height: 200px;
    width: auto;
    max-width: 390px;
}
/* step1 ラジオボタン
----------------------- */
input[type="checkbox"],
input[type="radio"] {
    display: none;
}
input[type="checkbox"]:checked + label,
input[type="radio"]:checked + label {
    color: #3275bc;
    border: 2px solid #3275bc;
    background-color: #d0e6fd;
}
label {
    color: #ddd;
    border: 2px solid #ddd;
    text-align: center;
    display: inline-block;
    padding: 5px 0px;
    width: 120px;
}
label:hover {
    color: #aaa;
    border: 2px solid #aaa;
    cursor: pointer;
}


.editLine1 {
    display: none;
    width: 2px;
    border-right: 2px dashed rgb(51, 51, 51);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
}
.editLine2 {
    display: none;
    width: 100%;
    border-top: 2px dashed rgb(51, 51, 51);
    position: absolute;
    /* height: 2px;
    right: 0;
    top: -83px;
    bottom: 0;
    left: 0;
    margin: auto 0; */
}

.edit_tool2 label {
    color: #333;
    border: 1px solid #333;
    text-align: center;
    border-radius: 2px;
    background: #fff;
    box-sizing: border-box;
    display: inline-block;
    padding: 0 6px;
    width: auto;
    margin-bottom: 0;
}
.edit_tool2 input[type="checkbox"]:checked + label,
.edit_tool2 input[type="radio"]:checked + label {
    color: #3275bc;
    border: 1px solid #3275bc;
    border-radius: 2px;
    background-color: #d0e6fd;
}
.edit_tool2 select {
    border-radius: 3px
}

/* step0000_1 入力フォーム
----------------------- */
input[type="text"] {
    width: 100%
}

/* カラーピッカー */
.bg_pick {
    display: none;
}
.bgcolor {
    width: 200px!important;
    vertical-align: top;
    /* background: #fff; */
}
.edit_tool2 .bgcolor,
.edit_tool2 .fuchicolor,
.edit_tool3 .bgcolor {
    width: 64px!important;
    vertical-align: top;
    border: none;
    border-radius: 2px;
    padding: 1px 1px;
    font-size: 13px;
    height: 26px;
    color: #fff;
    text-align: center;
}
#edit-fontColor,
#edit-fuchiColor {
    text-stroke: .3px #000;
    -webkit-text-stroke: .3px #000;
}
.colorpick_box {
    display: inline-block;
    width: 48px;
    height: 48px;
    background: #fff;
    border: 1px solid #aaa;
}

/* step0000_2 画像添付
----------------------- */
.preview01, .preview02, .preview03, .preview04, .preview05, .preview06 {
    margin: 15px 0 0 5px;
    position: relative;
}
.imageClose {
    position: absolute;
    top: -4px;
    left: 290px;
    color: #00A0E9;
    padding: 9px 10px;
    cursor: pointer;
}

/* PCの時はドラッグアンドドロップを非表示*/
.dragandrophandler_01, .dragandrophandler_02, .dragandrophandler_03, .dragandrophandler_04, .dragandrophandler_05, .dragandrophandler_06, .dragandrophandler_addImage {
    display: none;
}

@media screen and (min-width: 769px) {
    /* step0000_2 画像添付
    ----------------------- */
    .dragandrophandler_01, .dragandrophandler_02, .dragandrophandler_03, .dragandrophandler_04, .dragandrophandler_05, .dragandrophandler_06, .dragandrophandler_addImage {
        display: block;
        border:2px dotted #0B85A1;
        width:calc(100% - 20px);
        color:#92AAB0;
        text-align:left;vertical-align:middle;
        padding:10px 10px 5px 10px;
        margin: 10px 0 10px 10px;
        font-size:150%;
    }
}





.step_item_inner {
    padding: 10px 0;
}

.edit_box_cover2 .step_item_inner {
    width: 90%;
}

.train {margin: 0 0 30px 0;}

/* .input_sub_wrap {
    display: none;
} */
.input_sub{
    display: block;
    padding: 0.5em 1em;
    text-decoration: none;
    text-align: center;
    background: #00A0E9;/*ボタン色*/
    color: #FFF;
    border-bottom: solid 4px #0062A0;
    border-radius: 3px;
    width: 50%;
    margin: 0 auto 20px auto;
}


/*
.btn_to_list,
.btn_to_input {
    display: block;
    padding: 0.5em 1em;
    text-decoration: none;
    text-align: center;
    background: #00A0E9;//ボタン色
    color: #FFF;
    border-bottom: solid 4px #0062A0;
    border-radius: 3px;
    width: 50%;
    margin: 0 auto;
}
.save {
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 15px 0 50px 0;
}
button {
    -webkit-flex: 1;
    flex: 1;
    width: 100%;
    padding: 0.5em 1em;
    text-decoration: none;
    text-align: center;
    background: #00A0E9;//ボタン色
    color: #FFF;
    border-bottom: solid 4px #0062A0;
    border-radius: 3px;
    margin: 0 10px;
}
button a{
    color: #FFF;
}
.btn_to_list:active,
.btn_to_input:active {//ボタンを押したとき
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);//下に動く
    border-bottom: none;//線を消す
}

.edit_button {
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 50px 0;
}
.edit_button a {
   -webkit-flex: 1;
   flex: 1;
   width: 100%;
   padding: 0.5em 1em;
   text-decoration: none;
   text-align: center;
   background: #0062A0;//ボタン色
   color: #FFF;
   border-bottom: solid 4px #00A0E9;
   border-radius: 3px;
   margin: 0 50px;
}
input {width: 100%;}

/* footer
--------------------------------------------------------------- */
.footer {
    background: #0062A0;
    color: #fff;
    padding: 25px 10px 25px 10px;
    text-align: center;
    font-size: 14px;
}
.footer_item {
    display: flex;justify-content: center;align-items: center;margin-bottom: 13px;
}
.footer_item_left {
    margin-right: 38px;
}

/* footer
---------------------------------------------------------------
.fa-fw {
    text-align: center;
    width: auto;
    padding: 0 15px 0 0!important;
}






*/

/*
.add_images {
    position: absolute;
    top: 0px;
}
.add_images img {
    max-width: 720px;
    width: 100%;
    height: 100%;
}

.kakusu {
    display: none;
}


*/
.bg_gray {
    background: #f2f2f2;
}
/* ボタンの装飾
----------------------- */
.btn_wrap {
    padding-bottom: 70px;
    text-align: center;
}
.btn_part_input,
.btn_part_list,
.btn_part_edit {
    display: none;
}
.btn_part_edit {
    /* position: fixed; */
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 0;
    /* background: rgba(255,255,255,.8); */
    background: rgba(50, 50, 50, 0.8);
}
.btn_next {
    color: #fff;
    /* border: 2px solid #ccc; */
    text-align: center;
    display: inline-block;
    padding: 5px 0px;
    width: 200px;
    position: relative;
    background: #00A0E9;
    /* border-radius: 5px; */
    cursor: pointer
}
.btn_next span {
    position: relative;
    z-index: 1;
}
.btn_next::before,
.btn_next::after {
  content: "";
  display: block;
  /* background-color: #0062A0; */
  background-color: #aaa;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: .4s;
}
.btn_next::before {
  left: 0;
  /* border-top-left-radius: 5px;
  border-bottom-left-radius: 5px; */
}
.btn_next::after {
  right: 0;
  /* border-top-right-radius: 5px;
  border-bottom-right-radius: 5px; */
}
.btn_next:hover:before,
.btn_next:hover:after {
  width: 0;
  background-color: #aaa;
}
.btn_next:hover {
  color: #FFF;
}



/* 編集画面 レイヤー一覧
--------------------------------------------------------------- */

/* 編集入力 */
.edit_box_point {
    display: none;
    position: relative;
    border: #0062A0 solid 4px;
    border-radius: 10px;
    height: calc(43vh + 18px);
    box-sizing: border-box;
    padding: 0;
}
.tab_item {
    position: absolute;
    top:-42px;
    left: 10px;
    height: 42px;
    display: flex;
    align-items: center;
}
.tab_item div {
    border: #0062A0 solid 4px;
    margin: 0 5px;
    border-radius: 5px;
    background: #0062A0;
    color: #fff;
    padding: 5px 10px;
    box-sizing: border-box;
}
.edit_box_cover,
.edit_box_cover2 {
    position: absolute;
    top: 0;
    /*left: -748px;*/
    left: 0;
    content: ' ';
    display: none;
    width: 100%;
    margin: 0;
    max-width: 748px;
    height: calc(43vh + 10px);
    background: rgba(255,255,255,.9);
    z-index: 1100;
    border-radius: 6px;
    padding: 20px;
    box-sizing: border-box;
    overflow-y: scroll;
}

.edit_box_cover_close {
    position: absolute;
    top: 15px;
    right: 0px;
}

.edit_box_cover_item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #0062A0;
    padding: 10px 0;
}
.edit_box_cover_item:last-of-type {
    border-bottom: none;
}
.edit_box_cover_item dt {
    width: 75px;
}
.edit_box_cover_item dd {
    margin: 0;
}
.edit_box_cover_item label {
    margin-bottom: 0;
}
.edit_box_cover_item input,
.edit_box_cover_item select {
    width: 200px
}
.italic input,
.outline input {
    width: 30px!important;
}

.edit_box {
/*
    position: fixed;
    top: 10%;
    left: 0;
    right: 0;
    bottom: 0;
*/
    position: relative;
    /* display: none; */
    width: 100%;
    max-width: 748px;
    opacity: .8;
    overflow-y: scroll;
    height: 43vh;
    background: #fff;
    margin: 5px auto 5px auto;
    z-index: 999;
    box-sizing: border-box;
    padding: 0 20px;
}

.edit_row {
    width: 100%;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #0062A0;
}
.edit_row img {
    width:auto;
    height:auto;
    max-height:60px;
    max-width: 250px;
}
.edit_genre {
    width: 90px;
    font-weight: bold;
    display: inline-block;
}

.edit_btn {
    position: absolute;
    right: 90px;
    top: 12px;
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    text-align: center;
    background: #00A0E9;/*ボタン色*/
    color: #FFF;
    border-bottom: solid 4px #0062A0;
    border-radius: 3px;
    width: 80px;
    margin: 0 auto;
}
.edit_btn:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
}

.more_btn {
    position: absolute;
    right: 0;
    top: 12px;
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    text-align: center;
    background: #00A0E9;/*ボタン色*/
    color: #FFF;
    border-bottom: solid 4px #0062A0;
    border-radius: 3px;
    width: 80px;
    margin: 0 auto;
}

.btn_to_edit {
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    text-align: center;
    background: #00A0E9;
    color: #FFF;
    border-bottom: solid 4px #0062A0;
    border-radius: 3px;
    width: 120px;
    margin: 15px auto;
}
.btn_to_edit:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
}

.flexcontainer{
  /* display: flex; */
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.flexcontainer_btn_wrap{
    background: #aaa;
    border-radius: 5px;
    padding: 2px;
}
.flexcontainer_btn_wrap_item{
    font-size: 16px;
    text-align: center;
    padding: 2px 6px;
    color: #aaa;
    border: none;
    cursor: pointer;
    background: #fff;
    border-radius: 5px;
}
.flexitem{
    font-size: 16px;
    text-align: center;
    padding: 2px 6px;
    margin: 0 0 0 10px;
    color: #aaa;
    border: 2px solid #aaa;
    cursor: pointer;
    background: #fff;
    border-radius: 5px;
}
@media screen and (max-width: 768px) {
    #pdf_btn,
    #printModal,
    #pdfList_btn {display: none;}
}
/* .zoom_btn {
    visibility: unset;
}
@media screen and (max-width:769px) {
    .zoom_btn {
        visibility: hidden;
    }
} */

#layer_btn {
    position: relative;
}
.layerNo {
    background: #3275bc;
    color: #d0e6fd;
    border-radius: 15px;
    font-size: 12px;
    padding: 3px 5px;
    position: absolute;
    top: -12px;
    right: -13px;
    width: 25px;
    height: 23px;
}
.flexitem:hover {
    color: #3275bc;
    border: 2px solid #3275bc;
    background-color: #d0e6fd;
}


/* モーダル
--------------------------------------------------------------- */
.modalArea,
.layerArea {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30,30,30,0.9);
}
.modalWrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 748px;
    height: 531px;
    max-width: 748px;
    max-height: 564px;
    box-sizing: border-box;
    background-color: #fff;
    background-size: cover;
    border-radius: 10px;
}
.layermodalWrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 90%;
    max-width: 450px;
    max-height: 564px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 10px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.addImageModalWrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 90%;
    max-width: 450px;
    max-height: 450px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 10px;
}
.modalContents .template_wrap {
    overflow: hidden;
}
.template_wrap > div{
    cursor:pointer;
}
.template_wrap .pet{
    cursor:default;
}
.closeModal {
    position: absolute;
    top: -30px;
    right: -7px;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    font-size: 27px;
    line-height: 1;
    padding: 5px;
}
.monitorBtn {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: -64px;
    left: 0;
    right: 0;
    border: 0;
    width: 415px;
    margin: 0 auto;
}
.changeModal,
.printModal {
    border-radius: 5px;
    background-color: #3085d6;
    color: #fff;
    font-size: 16px;
    padding: 8px 15px;
    width: 200px;
    margin: 15px auto;
    text-align: center;
    cursor: pointer;
}
.layerCloseModal {
    position: absolute;
    top: -9px;
    right: -8px;
    cursor: pointer;
    color: #ccc;
    font-weight: bold;
    font-size: 27px;
    line-height: 1;
    padding: 5px;
}
.layerContents {
}
.layerPublic,
.addImageBtn {
    border: 0;
    border-radius: 5px;
    background: initial;
    background-color: #3085d6;
    color: #fff;
    font-size: 16px;
    padding: 8px 15px;
}
.goToEdit {
    border: 0;
    border-radius: 5px;
    background: initial;
    background-color: #3085d6;
    color: #fff;
    font-size: 16px;
    padding: 8px 15px;
    width: 200px;
    margin: 15px auto;
    text-align: center;
    cursor: pointer;
}
.goToEdit:hover {
    opacity: .8;
}
.layer_bk {
    width: 50px;
    height: 50px;
    border: 1px solid #ccc;
}


/* 編集画面 片面・両面テンプレ選択
--------------------------------------------------------------- */
.templeImageSwitch {
    visibility: hidden;
    position: absolute;
    right: 0;
    display: flex;
    box-sizing: border-box;
    justify-content: space-between;
    padding: 0 5px 5px 5px;
    background: rgba(50, 50, 50, 0.8);
}
.templeImageSwitch .first img {width: 80px}
.templeImageSwitch .second img {width: 80px;padding-left:5px;}

/* 以下ボタンスタイル */
button {
  padding: 10px;
  background-color: #fff;
  border: 1px solid #282828;
  border-radius: 2px;
  cursor: pointer;
}


/* 掲出イメージ
--------------------------------------------------------------- */
#part_monitor {
    display: none;
}

.monitor1 .modalWrapper,
.monitor2 .modalWrapper {
    position: static!important;
    width: 748px!important;
    height: 533px!important;
    top: 0!important;
    left: 0!important;
    transform: none!important;
    max-width: 748px!important;
    max-height: 616px!important;
    box-sizing: border-box!important;
    background-color: #fff!important;
    background-size: cover!important;
    border-radius: 10px!important;
}

/* 共通スタイル
--------------------------------------------------------------- */
.textCenter { text-align: center;}

.mgLeft5 {margin-left: 5px;}
