@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

html {
    width: 100%;
	height:100%;
}

body {
	width:100%;
	height:100%;
	color:#333333;
	font-size: 13px;
	line-height:160%;
    font-family:"BIZ UDPGothic","Noto Sans JP", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "Lucida Grande", sans-serif;
	/*font-family:"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Verdana,"Lucida Grande",sans-serif;*/
	/* mac \*/
	letter-spacing:1px;
	/* ここまで */
}
h1,h2,h3,h4,h5,h6,p,ul,ol,dl {
	display:block;
}
/* for IE6　開始 */
* html body {
  font-size: 82%;
}
/* for IE6　終了 */


/* for IE7　開始 */
*:first-child+html body {
    font-size: 82%;
}
/* for IE7　終了 */

a {
	color:#333333;
}
a:hover {
	color: #FF6600;
}

li {
	list-style:none;
}
img {
	border:0;
}
hr {
	border:none 0px;
	height:1px;
	background:#CCCCCC;
	margin-bottom: 10px;
}
.di {
	display:inline-block;
}
@media screen and (max-width: 750px) {
    html,body {
        overflow-x: hidden;
    }
}

/* 共通
---------------------------------------------- */
/* PC・SP出し分け */
.-pc_block {
    display: block !important;
}
.-pc_inline {
    display: inline !important;
}
.-sp_block,
.-sp_inline {
    display: none !important;
}
@media screen and (max-width: 750px) {
    .-sp_block {
        display: block !important;
    }
    .-sp_inline {
        display: inline !important;
    }
    .-pc_block,
    .-pc_inline {
        display: none !important;
    }
}


/* フォーム共通
---------------------------------------------- */
select,
input {
    font-size: 16px;
    padding: 8px 16px;
    border: 1px solid #A8A8A8;
    border-radius: 6px;
}
label {
    font-size: 16px;
}
/* 入力フォーム幅調整（PC） */
.-p_w40 {
    width: 40px;
}
.-p_w50 {
    width: 50px;
}
.-p_w60 {
    width: 60px;
}
.-p_w100 {
    width: 100px;
}
.-p_w100_mr20 {
    width: 100px;
    margin-right: 20px;
}
.-p_w160 {
    width: 160px;
}
.-p_w166 {
    width: 166px;
}
.-p_w200 {
    width: 200px;
}
.-p_w320 {
    width: 320px;
}
.-p_w340 {
    width: 340px;
}
.-p_w408 {
    width: 408px;
}
@media screen and (max-width: 750px) {
    body {
        font-size: calc(32 * 100vw / 750);
        line-height:1.6;
    }
    select,
    input {
        font-size: calc(32 * 100vw / 750);
        padding: calc(20 * 100vw / 750);
        border-radius: calc(8 * 100vw / 750);
        box-sizing: border-box;
    }
    label {
        font-size: calc(32 * 100vw / 750);
    }
    /* 入力フォーム幅調整（SP） */
    .-p_w40 {width: 0;}
    .-p_w50 {width: 0;}
    .-p_w60 {width: 0;}
    .-p_w100 {width: 0;}
    .-p_w100_mr20 {width: 0;margin-right: 0;}
    .-p_w160 {width: 0;}
    .-p_w166 {width: 0;}
    .-p_w200 {width: 0;}
    .-p_w320 {width: 0;}
    .-p_w340 {width: 0;}
    .-p_w408 {width: 0;}
    .-s_wfull {
        width: 100%;
    }
    .-s_w150 {
        width: calc(150*100vw/750);
    }
    .-s_w200 {
        width: calc(200*100vw/750);
    }
    .-s_w270 {
        width: calc(270*100vw/750);
    }
    .-s_w294 {
        width: calc(294*100vw/750);
    }
    .-s_w400 {
        width: calc(400*100vw/750);
    }
}


/* リンク共通
---------------------------------------------- */
.link {
    margin: 10px 0 0;
    font-size: 14px;
}
.link_arrow::before {
    content: "";
    width: 14px;
    height: 14px;
    background: url(https://nenga.aisatsujo.jp/group_common/images/link/img_arrow_y.webp) 0 0 no-repeat;
    background-size: cover;
}
@media screen and (max-width: 750px) {
    .link {
        margin: calc(30 * 100vw / 750) 0 0;
        font-size: calc(32 * 100vw / 750);
    }
    /* リンク矢印 */
    .link_arrow {
        display: flex;
        align-items: center;
        gap: 0 4px;
    }
    .link_arrow::before {
        content: "";
        width: 14px;
        height: 14px;
        background: url(https://nenga.aisatsujo.jp/group_common/images/link/img_arrow_y.webp) 0 0 no-repeat;
        background-size: cover;
    }
}


/* -------------------------- PAGE LAYOUT START -------------------------- */
#container {
	text-align:center;
	height:100%;
	width:100%;
	min-width:100%;
}
#container #contents {
	margin: 0 auto;
}

/* HEADER LAYOUT　開始
---------------------------------------------- */
#header {
	width:1000px;
	height: 72px;
	text-align: left;
    margin: 0 auto;
}
#logo {
	width:320px;
	float: left;
}
#logo img {
	width: 293px;
	position: absolute;
    top: 32px;
}
#logo div {
	width:320px;
}
#logo h1 {
	width:320px;
	font-size:12px;
	line-height: 200%;
	font-weight: normal;
    position: absolute;
    top: 8px;
}
#logo h1 a {
	width:320px;
	display:inline;
	text-decoration:none;
	overflow:hidden;
}
#tnumber {
	width:424px;
	height:65px;
	float:right;
}
.logo_s {
    display: none;
}
@media screen and (max-width: 750px) {
    #header {
        width: 100%;
        height: calc(100*100vw/750);
    }
    .logo_s {
        display: block;
        position: relative;
    }
    .logo_s h1 {
        position: absolute;
        top: calc(30*100vw/750);
        left: calc(25*100vw/750);
    }
    .logo_s img {
        width: calc(445*100vw/750);
        height: auto;
    }
    #logo,
    #tnumber {
        display: none;
    }
}

/* TOP LAYOUT　開始
---------------------------------------------- */
/* ステップ表示 */
#box_step {
	text-align:center;
	margin-bottom: 80px;
    padding: 64px 0;
    background: #EEE;
    box-sizing: border-box;
}
#box_step h2 {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 68px;
}
#box_step h2.login,
#box_step h2.history {
    margin-bottom: 0;
}
#box_step ul {
    width: 840px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    position: relative;
}
#box_step ul::before {
    content: "";
    width: 720px;
    height: 2px;
    background: #FFF;
    position: absolute;
    top: -25px;
    left: 60px;
}
#box_step li {
    font-size: 16px;
    width: 120px;
    position: relative;
}
#box_step li::before {
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 8px;
    background: #FFF;
    position: absolute;
    top: -32px;
    left: 53px;
}
#box_step li.active {
    font-weight: bold;
}
#box_step li.active::before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 11px;
    background: #1C2F61;
    position: absolute;
    top: -35px;
    left: 50px;
}
#box_step li.pass::before {
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 8px;
    background: #1C2F61;
    position: absolute;
    top: -32px;
    left: 53px;
}
#box_step li.pass::after {
    content: "";
    width: 132px;
    height: 4px;
    background: #1C2F61;
    position: absolute;
    top: -26px;
    left: 66px;
}
@media screen and (max-width: 750px) {
    #box_step {
        text-align:center;
        margin-bottom: calc(80*100vw/750);
        padding: calc(52*100vw/750) 0 calc(60*100vw/750);
    }
    #box_step h2 {
        font-size: calc(44*100vw/750);
        margin-bottom: calc(56*100vw/750);
    }
    #box_step ul {
        width: 100%;
    }
    #box_step ul::before {
        width: calc(610*100vw/750);
        height: calc(3*100vw/750);
        top: calc(-24*100vw/750);
        left: calc(70*100vw/750);
    }
    #box_step li {
        font-size: calc(24*100vw/750);
        width: 100%;
    }
    #box_step li::before {
        content: "";
        width: calc(14*100vw/750);
        height: calc(14*100vw/750);
        border-radius: calc(14*100vw/750);
        top: calc(-29*100vw/750);
        left: calc(56*100vw/750);
    }
    #box_step li.active::before {
        content: "";
        width: calc(20*100vw/750);
        height: calc(20*100vw/750);
        border-radius: calc(20*100vw/750);
        top: calc(-34*100vw/750);
        left: calc(70*100vw/750);
    }
    #box_step li.pass::before {
        content: "";
        width: calc(14*100vw/750);
        height: calc(14*100vw/750);
        border-radius: calc(14*100vw/750);
        top: calc(-29*100vw/750);
        left: calc(56*100vw/750);
    }
    #box_step li.pass::after {
        width: calc(144*100vw/750);
        height: calc(3*100vw/750);
        top: calc(-24*100vw/750);
        left: calc(56*100vw/750);
    }
}


/* ▼おそらく不要　＝＝＝＝＝ */
.box_left {
	width:190px;
	float:left;
	padding-left: 75px;
}
.box_left2 {
	width:190px;
	float:left;
	padding:10px 0 0 75px;
}
.box_center {
	width:410px;
	float:left;
	text-align:center;
	padding: 0 10px;
}
.box_center2 {
	width:190px;
	float:left;
	text-align:center;
	padding: 10px 120px 0;
}
.box_right {
	width:190px;
	float:right;
	padding-right: 75px;
}
#container #top {
	height:260px;
	margin-bottom: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position:relative;
}
/* ▲//おそらく不要　＝＝＝＝＝ */
/* TOP LAYOUT　終了 */

/* MYPAGE MENU　開始
---------------------------------------------- */
#mpmenu_all {
    margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
    #mpmenu_all {
        margin-bottom: calc(40*100vw/750);
        padding: 0 calc(22*100vw/750);
    }
}

/* ▼おそらく不要（しばらくして問題無ければ削除）　＝＝＝＝＝ */
/*#mpmenu, #mpmenu_a {
	width:280px;
	float:left;
	margin-right: 10px;
}
#mpmenu h3, #mpmenu_a h3 {
	width:268px;
	height:20px;
	border:#444444 solid 1px;
	background:url(../img/bg_caption.gif) repeat-x;
	color:#FFFFFF;
	font-size:108%;
	padding: 4px 5px;
	overflow: hidden;
}
#mpmenu h3 span, #mpmenu_a h3 span {
	border-left:#009900 solid 4px;
	padding-left:5px;
}
#mpmenu_l {
	width:710px;
	margin-right:10px;
	float:left;
	position: relative;
}
#mpmenu_l li img, #mpmenu_all li img {
	padding:5px 0;
}*/
/*#mpmenu_atena {
	width:700px;
	position: relative;
}
#box_mm, #box_mm_a {
	width:268px;
	padding:5px;
	border:#999999 solid 1px;
	height: 98px;
}
#box_mm_login, #box_mm_login_a {
	width:268px;
	padding:10px 5px 5px;
	border:#999999 solid 1px;
	height: 63px;
}
#box_mm_login_k {
	width:268px;
	padding:10px 5px 5px;
	border:#999999 solid 1px;
}
#box_mm dt,#box_mm dd, #box_mm_a dt, #box_mm_a dd {
	float:left;
	display:block;
}
#box_mm dt, #box_mm_a dt {
	width:135px;
	text-align:right;
	padding-right:5px;
	font-size: 93%;
	letter-spacing: 0px;
	line-height: 2.2em;
}
#box_mm dd, #box_mm_a dd {
	width:120px;
}
#box_mm p, #box_mm_a p {
	width:140px;
	float:left;
	font-size: 93%;
	line-height: 28px;
}
#box_mm dd input, #box_mm_a dd input {
	width:120px;
	height: 18px;
}
.box_lbtn {
	width:114px;
	float:right;
}*/
/*.btn_login {
	width:110px;
	height:28px;
	display:block;
	border:0;
	overflow:hidden;
	background:url(../img/img_btn.gif) no-repeat 0 0;
}
.btn_login_r {
	background:url(../img/img_btn.gif) no-repeat -110px 0;
}*/
/*.btn_mypage {
	width:110px;
	height:28px;
	display:block;
	border:0;
	overflow:hidden;
	background:url(../img/img_btn.gif) no-repeat 0 -28px;
	margin:0 auto;
}*/
/*.btn_mypage_r {
	background:url(../img/img_btn.gif) no-repeat -110px -28px;
}*/
/*.btn_logout {
	width:110px;
	height:28px;
	display:block;
	border:0;
	overflow:hidden;
	background:url(../img/img_btn.gif) no-repeat 0 -56px;
	margin:0 auto;
}*/
/*.btn_logout_r {
	background:url(../img/img_btn.gif) no-repeat -110px -56px;
}*/
/*.box_w134fl {
	width:134px;
	float:left;
	text-align:center;
}
.box_w134fr {
	width:134px;
	float:right;
	text-align:center;
}*/
/* ▲//おそらく不要（しばらくして問題無ければ削除）　＝＝＝＝＝ */


/* 会員登録せずに挨拶状作成 */
#box_notmember {
    width: 832px;
    margin: 0 auto 24px;
    border-bottom: 1px dotted #999;
    text-align: center;
}
#box_notmember p {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 30px;
}
#box_notmember input.btn_creating {
    width: 480px;
    font-family: "Noto Sans JP", sans-serif;
    height: 72px;
    padding: 0;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.05em;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity .3s;
    cursor:pointer;
    color: #FFF;
    background: linear-gradient(#FFDEAE, #FF9600, #DA8000);
    /*background: #FF9600;*/
    border: none;
    margin: 0 auto 48px;
    box-shadow: 0px 4px 8px 0px #00000052;
}
#box_notmember input.btn_creating:hover {
    opacity: .7;    
}
@media screen and (max-width: 750px) {
    #box_notmember {
        width: 100%;
        margin: 0 auto calc(80*100vw/750);
        border-bottom: 1px solid #999;
    }
    #box_notmember p {
        font-size: calc(44*100vw/750);
        margin-bottom: calc(60*100vw/750);
        line-height: 1.6;
    }
    #box_notmember input.btn_creating {
        width: 90%;
        height: calc(120*100vw/750);
        font-size: calc(36*100vw/750);
        border-radius: calc(100*100vw/750);
        margin: 0 auto calc(120*100vw/750);
        box-shadow: 0 calc(8*100vw/750) calc(16*100vw/750) 0 #00000052;
    }
}
/* マイページログインメニュー */
/* 未ログイン */
#box_mypage_menu {
    margin-bottom:40px; 
}
#box_mypage_menu > p {
    font-size: 18px;
    font-weight: bold;
    margin-bottom:20px; 
}
#box_mypage_menu .box_login {
    background: #EEE;
    padding: 20px 24px;
    box-sizing: border-box;
}
.box_login {
    display: flex;
    align-items: center;
}
.box_login dl {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.box_login dt {
    margin-right: 5px;
}
.box_login dd {
    margin-right: 10px;
}
.box_login dd.login_mail input,
.box_login dd.login_pass input {
    width: 90px;
}
.box_login .link {
    margin: 0;
}
.box_login .btn_login,
.box_login .btn_logout,
#box_option_mpmenu .btn_login {
    width: 110px;
    height: 32px;
    line-height: 32px;
    margin-right: 10px;
    padding: 0;
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    background: #1C2F61;
    border-radius: 16px;
    cursor: pointer;
    transition: all .3s;
}
.box_login .btn_logout{
    height: 26px;
    line-height: 26px;
    letter-spacing: 1px;
}
.box_login .btn_registration,
.box_login .btn_mypage,
#box_option_not_mpmenu .btn_registration {
    width: 144px;
    height: 32px;
    line-height: 32px;
    margin-left: 24px;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
    color: #1C2F61;
    background: #FFF;
    border: 1px solid #1C2F61;
    border-radius: 16px;
    cursor: pointer;
    transition: all .3s;
}
.box_login .btn_mypage{
    width: 110px;
    height: 24px;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 1px;
    margin-left: 0;
    margin-right: 10px;
    background: #FFF !important;
}
.box_login .btn_login:hover,
.box_login .btn_logout:hover,
#box_option_mpmenu .btn_login:hover {
    opacity: .7;
}
.box_login .btn_registration:hover,
.box_login .btn_mypage:hover,
#box_option_not_mpmenu .btn_registration:hover {
    background: #EEE !important;
}
@media screen and (max-width: 750px) {
#box_mypage_menu {
    margin-bottom: calc(40*100vw/750);
}
#box_mypage_menu > p {
    font-size: calc(32*100vw/750);
    margin-bottom: calc(20*100vw/750);
    padding-left: calc(18*100vw/750);
}
#box_mypage_menu .box_login {
    padding: calc(44*100vw/750) calc(22*100vw/750);
}
.box_login {
    display: block;
}
.box_login dl {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: start;
}
.box_login dt {
    margin-right: 0;
}
.box_login dd {
    width: 100%;
    margin-right: 0;
}
.box_login dd.login_mail {
    margin-bottom: calc(20 * 100vw / 750); 
}
.box_login dd.login_mail input,
.box_login dd.login_pass input {
    width: 100%;
}
    
.box_login .btn_login,
.box_login .btn_logout,
#box_option_mpmenu .btn_login {
    width: calc(460 * 100vw / 750);
    height: calc(90 * 100vw / 750);
    line-height: calc(90 * 100vw / 750);
    margin: calc(40 * 100vw / 750) auto calc(20 * 100vw / 750);
    font-size: calc(32 * 100vw / 750);
    border-radius: calc(100 * 100vw / 750);
    display: block;
}
    .-unable {
        text-align: center;
    }
.box_login .btn_registration,
.box_login .btn_mypage,
#box_option_not_mpmenu .btn_registration {
    width: calc(460 * 100vw / 750);
    height: calc(90 * 100vw / 750);
    line-height: calc(90 * 100vw / 750);
    margin: calc(60 * 100vw / 750) auto 0;
    padding: 0;
    font-size: calc(32 * 100vw / 750);
    border-radius: calc(100 * 100vw / 750);
    display: block;
}
    .box_login .btn_mypage {
        margin: calc(60 * 100vw / 750) auto calc(20 * 100vw / 750);
    }
}
/* ログイン中 */
.box_login p.login_name {
    width: auto;
    font-size: 14px;
    color: #333;
    text-align: left;
    line-height: 180%;
}
.box_login .login_name span {
    font-size: 16px;
    font-weight: bold;
    margin: 0 5px 5px 0;
    color: #333;
}
.box_login ul {
    width: auto;
    min-width: 684px;
    padding-left: 24px;
}
.box_login ul li:first-child{
    margin-bottom: 5px;
}
.box_login li p {
    font-size: 14px;
}
@media screen and (max-width: 750px) {
.box_login p.login_name {
    width: auto;
    font-size: calc(28*100vw/750);
    text-align: center;
}
.box_login .login_name span {
    font-size: calc(32*100vw/750);
    margin: 0 calc(20*100vw/750) 0 0;
}
.box_login li p {
    font-size: calc(28*100vw/750);
    text-align: center;
}
}

/* ログイン中（ボタンが無いver） */
.btn_none {
    display: none;
}
@media screen and (max-width: 750px) {
.box_login ul {
    min-width: auto;
    padding-left: 0;
}
}
/* オプションのログインフォーム（未ログイン） */
#block_atenamypage {
    background: #EEE;
    overflow: hidden;
    margin-top: 24px;
    padding: 24px;
    box-sizing: border-box;
}
.box_atenamypage {
    display: flex;
    justify-content: space-between;
}
#block_atenamypage h3 {
    height: auto !important;
    line-height: 100% !important;
    font-size: 16px !important;
    font-weight: bold;
    color: #333 !important;
    background: none !important;
    margin-bottom: 20px !important;
    padding: 0 !important;
    border: none !important;    
}
#box_option_mpmenu {
    width: 282px;
    padding: 0 24px 0 0;
    border-right: 1px dotted #CCC;
}
#box_option_mpmenu li:first-child {
    margin-bottom: 12px;
}
#box_option_mpmenu li input {
    width: 250px;
}
#box_option_not_mpmenu {
    width: auto;
    padding: 0 0 0 24px ;
}
#box_option_not_mpmenu h3 + p {
    font-size: 15px;
    margin-bottom: 12px;
}
#box_option_mpmenu .btn_login,
#box_option_not_mpmenu .btn_registration {
    margin-top: 20px;
}
#block_atenaupload,
#block_atenaprint,
#block_atenasentaku {
    background: #EEE;
    margin-bottom: 0 !important;
}
#block_atenaprint {
    padding: 12px 24px 24px;
}
#block_atenaupload,
#block_atenasentaku {
    padding: 24px 24px 12px;
}
#block_atenaupload,
#block_atenasentaku {
    margin-top: 20px;
}
@media screen and (max-width: 750px) {
#block_atenamypage {
    margin-top: calc(40*100vw/750);
    padding: calc(40*100vw/750) calc(20*100vw/750);
}
.box_atenamypage {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}
#block_atenamypage h3 {
    font-size: calc(32*100vw/750) !important;
    margin-bottom: calc(40*100vw/750) !important;
}
#box_option_mpmenu {
    width: 100%;
    margin-bottom: calc(60*100vw/750);
    padding: 0;
    border-right: none;
}
#box_option_mpmenu li input {
    width: 100%;
}
#box_option_not_mpmenu {
    padding: 0;
}
#box_option_not_mpmenu h3 + p {
    font-size: calc(32*100vw/750);
    margin-bottom: calc(20*100vw/750);
}
#block_atenaprint {
    padding: calc(16*100vw/750) calc(22*100vw/750) calc(22*100vw/750);
}
#block_atenaupload,
#block_atenasentaku {
    padding: calc(22*100vw/750) calc(22*100vw/750) calc(16*100vw/750);
}
#block_atenaupload,
#block_atenasentaku {
    margin-top: calc(40*100vw/750);
}
}
/* MYPAGE MENU　終了 */


/* 新規会員登録　開始 */
#box_new,
#box_new_a {
	width:390px;
	float:left;
}
#box_new .inner, #box_new_a .inner {
	padding:10px;
	border:#CCCCCC solid 1px;
}
#box_new_step6 {
	width:678px;
	padding:10px;
	border:#CCCCCC solid 1px;
	float:left;
	height: 118px;
}
#box_new_step6 p {
	margin-bottom:5px;
}
#box_new_login {
	width:388px;
	padding:10px;
	border:#CCCCCC solid 1px;
	float:left;
	height: 88px;
}
#box_new h3,
#box_new_login h3,
#box_new_a h4,
#box_new_step6 h3 {
	line-height:100%;
	font-size: 116%;
	margin-bottom: 5px;
}
#box_new ul, #box_new_login ul, #box_new_a ul {
	padding-left:20px;
	margin-bottom:5px;
}
#box_new li, #box_new_login li, #box_new_a li {
	list-style:disc;
	font-size: 93%;
	margin-bottom: 5px;
}
/* 新規会員登録　終了 */


#contents_inner {
	text-align:left;
}
#main {
	width:1000px;
	margin: 0 auto;
	text-align: left;
}
@media screen and (max-width: 750px) {
    #main {
        width:100%;
    }   
}

/* ▼Pマーク、グローバルサインは表示していないのでしばらくして問題無ければ削除 */
/* Pマーク＆Gサイン　開始 */
#box_security {
    display: none;
}
#box_security {
	width:auto;
    height: 100px;
	float:right;
	position: relative;
    top: 0;
    right: 0;
}
#box_w120fl {
	width:150px;
    position: absolute;
    top: 15px;
    right: 110px;
}
#box_w120fr {
	width:100px;
	position: absolute;
    top: 0;
    right: 0;
}
#box_security p {
    width: 230px;
	line-height:140%;
	font-size: 93%;
    position: absolute;
    top: 110px;
    right: 0;
}
/* Pマーク＆Gサイン　終了 */


/* データ入稿買い物カゴリンク　開始 */
dl.data_cart{
    margin:0 0 24px;
}
dl.data_cart dt{
    font-weight:bold;
    color:#D70C18;
    font-size:16px;
}
@media screen and (max-width: 750px) {
dl.data_cart{
    margin:0 calc(22*100vw/750) calc(40*100vw/750);
}
}
/* データ入稿買い物カゴリンク　終了 */


/* エラー表示　開始 */
div#box_error {
	background-color:#FFE6E6;
	padding:10px 10px 10px 30px;
	color:#FF0000;
	margin-bottom: 30px;
}
div#box_error p {
	font-weight: bold;
	margin-bottom:5px;
}
div#box_error p:last-child {
	margin-bottom:0;
}
@media screen and (max-width: 750px) {
div#box_error {
	padding: calc(18*100vw/750);
	margin-bottom: calc(40*100vw/750);
}
}
/* エラー表示　終了 */


/* テーブル基本設定　開始 */
#main table {
	width:100%;
    border-radius: 6px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
}
#main th {
	width:208px;
	padding:24px;
    box-sizing: border-box;
	background:#F8F8F8;
	border-top:#C8C8C8 dotted 1px;
	text-align:left;
    font-size: 16px;
	color:#444444;
}
#main #box_step4 th,
#main #box_step5 th,
#main #box_step6 th,
#main #box_step-h th {
	width:260px !important;
}
#main .box_order th {
    text-align: center;
    padding: 16px;
    border-right: 1px solid #C8C8C8;
}
#main .box_order th:last-child {
    border-right: none;
}
#main th.wauto {
	width:auto;
}
#main th.-pc_w155 {
    width: 155px;
}
#main th.box_tal {
	text-align:left;
}
#main th.box_w100 {
	width:100px!important;
}
#main th.box_w155 {
	width:155px!important;
}
#main th.required::after {
    content: "必須";
    background: #FF3300;
    font-size: 14px;
    color: #FFF;
    border-radius: 3px;
    padding: 2px 5px 0;
    float: right;
}

.sub_address {
    font-size: 13px;
}
#main td {
    font-size: 16px;
	padding:24px;
	background:#FFFFFF;
	border-top:#C8C8C8 dotted 1px;
}
#main .box_order td {
    padding: 8px 16px;
    border-right: 1px solid #C8C8C8;
    border-top: none;
}
#main .box_order td:last-child {
    border-right: none;
}
#main td .replaceCont {
    line-height: 150%;
}
#main td.subtotal {
	padding:16px;
	background-color:#F5E9E9;
}
#main td.box_vat {
	vertical-align:top;
}
table tr:first-child th,
table tr:first-child td {
    border-top: none !important;
}
.edit_link {
    font-size: 16px;
    text-align: right;
    margin: 0 20px 30px 0;
}
.edit_link a {
    position: relative;
}
.edit_link a::before {
    content: "";
    width: 14px;
    height: 14px;
    background: url(https://nenga.aisatsujo.jp/group_common/images/link/img_arrow_y.webp) 0 0 no-repeat;
    background-size: cover;
    position: absolute;
    top: 2px;
    left: -20px;
}
p.payment,
p.send {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 0 24px;
}
@media screen and (max-width: 750px) {
#main #box_step4 th,
#main #box_step5 th,
#main #box_step6 th,
#main #box_step-h th {
	width:100% !important;
}
#main .box_order th {
    text-align: left;
    padding: calc(18*100vw/750);
    border-right: none;
}
#main th.-pc_w155 {
    width: 100%;
}
#main th.required::after {
    font-size: calc(28*100vw/750);
    border-radius: calc(8*100vw/750);
    margin-left: calc(20*100vw/750);
    padding: calc(8*100vw/750);
    float: none;
}
.sub_address {
    font-size: calc(28*100vw/750);
}
#main .box_order td {
    /*padding: 8px 16px;*/
    border-right: none;
}
#main td.subtotal {
	padding:calc(30*100vw/750) 0 calc(30*100vw/750) calc(30*100vw/750) ;
}
#main td.subtotal:nth-child(2) {
	padding:calc(30*100vw/750) calc(30*100vw/750) calc(30*100vw/750) 0 ;
    text-align: right;
}
.edit_link {
    font-size:  calc(28*100vw/750);
    margin: calc(-44*100vw/750) calc(10*100vw/750) calc(40*100vw/750) 0;
}
.edit_link a::before {
    width: calc(28*100vw/750);
    height: calc(28*100vw/750);
    top: calc(1*100vw/750);
    left: calc(-40*100vw/750);
}
}
/* フォーム */
/*input.-long {
    width: 408px;
}*/
textarea.-map {
    width:600px;
    height:100px;
    padding: 10px;
}
@media screen and (max-width: 750px) {
#main table {
    display: block;
    max-width: 100%;
    border-radius: 0;
    box-shadow: none;
    border: none;
}
#main .aisatsujo_about-table table tbody,
#main .aisatsujo_about-table table tr,
#main .aisatsujo_text-table table tbody,
#main .aisatsujo_text-table table tr,
#main table tbody,
#main table tr {
    max-width: 100%;
    display: block;
}
#main th {
    display: block;
	width:100%;
	padding: calc(22*100vw/750);
    /*box-sizing: border-box;*/
	/*background:#F8F8F8;*/
	border-top:none;
	/*text-align:left;*/
    font-size: calc(36*100vw/750);
	/*color:#444444;*/
}
#main td {
    max-width: 100%;
    display: block;
    font-size: calc(32*100vw/750);
	padding:calc(22*100vw/750) calc(22*100vw/750) calc(42*100vw/750);
	border-top:none;
}
/* フォーム */
    input.-long {
        width: 100%;
    }
textarea.-map {
    width:100%;
    height:calc(100*100vw/750);
    padding: calc(12*100vw/750);
}
}
/* 挨拶状文章 */
#replaceCont {
    line-height: 180%;
}
.print_content {
    margin: 0 0 28px;
}
@media screen and (max-width: 750px) {
#replaceCont,
.replaceCont {
    max-width: 100%;
    display: block;
    font-size: calc(24*100vw/750);
    line-height: 180% !important;
}
}
/* テーブル基本設定　終了 */


/* 項目ボックス　開始 */
#main_inner {
	margin-bottom:80px;
}
#main_inner h3 {
	height:52px;
	border:#444444 solid 1px;
    background:#1C2F61;
	color:#FFF;
	font-size:170%;
    line-height: 52px;
    margin-bottom: 24px;
	padding: 0 24px;
	overflow: hidden;
}
#main_inner h3 span.sub_tittle {
    font-size: 16px;
    color: #1C2F61;
    background:#FFF;
    margin: 0 16px 0 12px;
    padding: 4px 10px;
    border-radius: 6px;
    
}
@media screen and (max-width: 750px) {
#main_inner h3 span.sub_tittle {
    font-size: calc(28*100vw/750);
    margin: 0 0 0 calc(20*100vw/750);
    padding: calc(8*100vw/750) calc(16*100vw/750);
    border-radius: calc(8*100vw/750);
    display: inline-block;
    
}
#main_inner h3 span.sub_tittle.-br {
    margin: 0;
}
}
#main_inner h3 span.caution_tittle {
    font-size: 14px;
    font-weight: normal;
}
@media screen and (max-width: 750px) {
#main_inner h3 {
	height:auto;
	font-size: calc(44*100vw/750);
    line-height: 1.4;
    margin-bottom: calc(60*100vw/750);
	padding: calc(20*100vw/750);
}
}
/* 買い物カゴ */
.cart_inner {
    background: #EEE;
    margin-bottom: 80px;
}
.cart_inner .box_tmain {
    width: 952px;
    margin: 0 auto;
    overflow: hidden;
}
.box_tmain {
    position: relative;
}
@media screen and (max-width: 750px) {
.cart_inner {
    background:none;
    margin-bottom: calc(80*100vw/750);
}
.cart_inner .box_tmain {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.box_tmain {
    max-width: 100%;
}
}
/* カートが空の場合の設定 */
p.cart_empty {
    font-size: 16px;
    font-weight: bold;
    color: #FF3300;
    text-align: center;
    margin:0 auto 30px;
}
/* 返信はがきリンク設定 */
.reply_card {
    font-size: 14px;
    margin-top: 10px;
}

.box_w530f {
    width: 530px;
    float: left;
}
.box_w210fr {
    width: 210px;
    float: right;
}
#box_img {
	width:380px;
	height: 380px;
    font-size: 16px;
    font-weight: bold;
    background: #F8F8F8;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box_img_s {
	width: 200px;
    height: 200px;
    background: #EEE;
	float:left;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}


#box_w550fr {
	width:550px;
	float:left;
}
#box_w550fr table {
	width:550px;
	height:404px;
}
.box_commodity {
	margin-bottom:24px;
    background: #FFF;
}
.box_commodity h3 {
    margin-bottom: 0 !important;
}
.box_commodity_inner {
	padding: 40px;
}
.txt_ctype2 {
    display:none;
}
.box_order {
	width:632px;
	float:right;
}
@media screen and (max-width: 750px) {
#box_img {
	width: 100%;
	height: calc(660*100vw/750);
    font-size: calc(28*100vw/750);
}
.box_img_s {
	width: 100%;
    height: calc(400*100vw/750);
    margin-bottom: calc(20*100vw/750);
	float:none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#box_w550fr {
	width:100%;
	float:none;
}
#box_w550fr table {
	width:100%;
	height:auto;
}
.box_commodity_inner {
	padding: calc(18*100vw/750);
}
.box_order {
	width:100%;
	float:none;
}
}

#freetext1 {
	width:740px;
    max-width: 740px;
	height:500px;
	display:block;
    font-size: 16px;
    margin: 10px 0 0;
    padding: 10px;
    border-radius: 6px;
    box-sizing: border-box;
}
#memo_item {
	width:600px;
    max-width: 740px;
	height:120px;
    font-size: 16px;
    padding: 10px;
    border-radius: 6px;
    box-sizing: border-box;
}
@media screen and (max-width: 750px) {
#memo_item {
	width:100%;
    max-width: 100%;
	height: calc(400 * 100vw / 750);
    font-size: calc(32 * 100vw / 750);
    padding: calc(20*100vw/750);
    border-radius: calc(8*100vw/750);
}
#freetext1 {
	width:100%;
    max-width:100%;
	height:calc(400*100vw/750);
    font-size: calc(32*100vw/750);
    margin: calc(20*100vw/750) 0 0;
    padding: calc(20*100vw/750);
    border-radius: calc(8*100vw/750);
}
}
#box_company dt {
	width:135px;
	float:left;
	text-align:right;
	height: 30px;
	margin-right: 5px;
}
#box_company dt span {
	color:#FF0000;
}
#box_company dd {
	width:580px;
	float:left;
	height: 30px;
}
#mypage_otype {
	padding-top:10px;
}
#cover_hojin dt,
#cover_kojin dt,
#cover_confirm dt {
	width:105px;
	float:left;
	text-align:right;
	height: 36px;
	margin: 0 30px 15px 0;
    display: flex;
    align-items: center;
    justify-content:flex-end;
}
#cover_hojin dt span,
#cover_kojin dt span {
	color:#FF0000;
}
#cover_hojin dd,
#cover_kojin dd,
#cover_confirm dd {
	width:606px;
	/* float:left; */
	/* height: 36px; */
    /* line-height: 36psx; */
    margin-bottom: 15px;
}
#cover_confirm dd {
	float:left;
	height: 36px;
    line-height: 36px;
    margin-bottom: 15px;
}
th.th_cardimg div{
    margin: 0 0 16px;
    text-align: center;
}
th.th_cardimg p{
    text-align: center;
}
th.th_cardimg p span.sub_title{
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0;
}
.memo_cover_area p {
    font-size: 14px;
    margin-bottom: 5px;
}
#memo_cover {
	width:600px;
    max-width: 740px;
	height:80px;
    font-size: 16px;
    padding: 10px;
    border-radius: 6px;
    box-sizing: border-box;
}
#blockproofreeding_TEL,
#ele_map_file_colormap,
#ele_map_make_colormap,
#ele_logo_file_colorlogo,
#ele_logo_make_colorlogo,
#block_atenaupload,
#block_atenasentaku {
	margin-bottom:5px;
}
#hope {
	display:none;
}
#box_btngroup {
	margin:28px 0 20px;
}
.select_type,
#blocko_hojin,
#blocko_kojin,
.type, #blockd_hojin,
#blockd_kojin,
#box_delivery {
	margin-bottom:24px;
}
#box_delivery p {
	padding-left:1.5em;
	margin-bottom: 10px;
	text-indent:-1.5em;
}
#haitatsu {
	margin-bottom:16px;
}
#haitatsu label {
	margin:0 10px 0 0;
}
#haitatsu input {
	margin:0 5px 0 0;
}
@media screen and (max-width: 750px) {
#cover_hojin dt,
#cover_kojin dt,
#cover_confirm dt {
	width:auto;
	float:none;
	text-align:left;
    font-weight: bold;
	height: auto;
	margin: 0 0 calc(10*100vw/750) 0;
    display: flex;
    align-items: center;
    justify-content:start;
}
#cover_hojin dd,
#cover_kojin dd,
#cover_confirm dd {
	width:100%;
	/* float:left; */
	/* height: 36px; */
    /* line-height: 36psx; */
    margin-bottom: calc(30*100vw/750);
}
#cover_confirm dd {
	float:none;
	height: 36px;
    line-height: 36px;
    margin-bottom: 15px;
}
.memo_cover_area p {
    font-size: calc(32*100vw/750);
    margin-bottom: calc(10*100vw/750);
}
#memo_cover {
	width:100%;
    max-width: 100%;
	height:calc(400*100vw/750);
    font-size: calc(32*100vw/750);
    padding: calc(20*100vw/750);
    border-radius: calc(8*100vw/750);
}
#haitatsu label {
    display: block;
	margin:0 calc(20*100vw/750) 0 0;
}    
}

/* 注文完了 */
p.txt_finish {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}
p.txt_sub_finish {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 40px !important;
}
.box_orderno {
    height: 60px;
    line-height: 60px;
	padding:0 28px;
	border:#FF3300 solid 4px;
	color:#000000;
	font-size:22px;
	font-weight: bold;
	margin-bottom: 64px;
}
#box_finish {
	margin-bottom:40px;
}
#box_finish p {
	margin-bottom:10px;
	padding-left:1.5em;
	text-indent:-1.5em;
}
#box_finish p.box_mb20 {
	margin-bottom:20px;
}
#box_kosei {
	margin-bottom:80px;
}
#box_kosei h4 {
    display: inline-block;
	margin-bottom:20px;
    padding: 12px 22px;
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
    background: #1C2F61;
    border-radius: 4px;
}
#box_kosei div {
    font-size: 16px;
}
@media screen and (max-width: 750px) {
.order_info {
    padding: 0 calc(18*100vw/750);
}
p.txt_sub_finish {
    font-size: calc(36*100vw/750);
    margin-bottom: calc(80*100vw/750);
}
p.txt_finish {
    font-size: calc(54*100vw/750);
}
.box_orderno {
    height: auto;
    line-height: 1;
    text-align: center;
    padding: calc(30 * 100vw / 750) 0;
    border: #FF3300 solid 4px;
    font-size: calc(36 * 100vw / 750);
    margin-bottom: calc(50 * 100vw / 750);
}
#box_finish {
	calc(80*100vw/750);
}
#box_finish p {
	padding-left:0;
	text-indent:0;
    text-align: left;
}
#box_kosei h4 {
    display: block;
	margin:0 auto calc(40*100vw/750);
    padding: calc(20*100vw/750);
    font-size: calc(32 * 100vw / 750);
    text-align: center;
    border-radius: calc(8 * 100vw / 750);
}
    
    
.select_type,
#blocko_hojin,
#blocko_kojin,
.type, #blockd_hojin,
#blockd_kojin,
#box_delivery {
	margin-bottom: calc(20*100vw/750);
}
    #box_delivery {
        padding: 0 calc(22*100vw/750);
    }
}
/* 項目ボックス　終了 */


/* 個人情報保護方針　開始 */
#kjoho {
	width:688px;
	margin:0 auto 10px;
	border: #009900 solid 2px;
}
#kjoho h4 {
	background:#009900;
    font-size: 16px;
	color:#FFFFFF;
    padding: 8px 0;
}
.box_att {
	text-align:center;
	margin-bottom: 56px;
}
.box_att p {
    font-size: 20px;
	font-weight:bold;
	margin-bottom:22px;
}
@media screen and (max-width: 750px) {
#kjoho {
	width:auto;
	/*margin:0 auto 10px;
	border: #009900 solid 2px;*/
    box-sizing: border-box;
    margin: 0 calc(18*100vw/750);
}
#kjoho h4 {
    font-size: calc(32*100vw/750);
    padding: calc(10*100vw/750); 0;
}
    .kjoho_caution {
        padding: calc(22*100vw/750);
    }
.box_att {
	margin-bottom: calc(30*100vw/750);
}
.box_att p {
    font-size: calc(36*100vw/750);
	margin-bottom:calc(30*100vw/750);
}
}
/* 個人情報保護方針　終了 */


/* お客様控え・注文内容確認　開始　*/
.history_text {
    font-size: 16px;
    margin: 0 0 10px;
}
.box_ly {
	background:#FFFFCC;
	padding:10px;
	border: #999999 solid 1px;
	margin-bottom: 20px;
}
.box_lg {
	background:#F7F7F7;
	padding:10px;
	border: #999999 solid 1px;
	margin-bottom: 20px;
}
.box_ly h4, .box_lg h4 {
	border-bottom:#999999 solid 1px;
	margin-bottom:10px;
}
#kjoho iframe {
    width: 688px;
    height: 200px;
}
.total_price {
    text-align: right;
    margin: 0 0 24px;
    color: #999;
}
@media screen and (max-width: 750px) {
    .history_text {
        font-size: calc(32*100vw/750);
        margin: 0;
        padding: 0 calc(22*100vw/750);
    }
#kjoho iframe {
    width: 100%;
    height: calc(300*100vw/750);
}
    .total_price {
        margin: 0 calc(22*100vw/750)  calc(40*100vw/750) 0;
    }
}
/* お客様控え・注文内容確認　開始　*/


/* クレジット関係　開始　*/
.box_credit {
	background:#FFFFCC;
	padding:10px;
	border: #999999 solid 1px;
	margin-bottom: 20px;
}
.box_credit h4 {
	border-bottom:#999999 solid 1px;
	margin-bottom:10px;
}
#box_c_finish, #box_c_nofinish {
	background:#FFFFCC;
	padding:24px;
	margin-bottom: 20px;
	text-align:center;
}
#box_c_finish strong {
	display:block;
	font-size:124%;
}
#box_c_nofinish strong {
	display:block;
	color:#FF3300;
}
#btn_credit {
	width:360px;
	margin:0 auto;
	text-align:center;
	height: 40px;
    line-height: 40px;
}
/* クレジット関係　終了　*/


/* アンケート　開始 */
#box_enquate p {
    font-size: 16px;
    margin: 0 0 28px;
}
#box_enquate dt {
    font-size: 18px;
	font-weight:bold;
	margin-bottom:20px;
}
#box_enquate dd {
	font-size: 16px;
}
#box_enquate dd dt {
	width:140px;
    font-size: 16px;
	float:left;
	margin:0 5px 10px 0;
	height: 30px;
	display: block;
}
#box_enquate dd dd {
	width:790px;
    font-size: 16px;
	float:left;
	margin-bottom:10px;
	height: 30px;
	display: block;
}
#box_enquate dd span {
	color:#333333;
	margin-right:15px;
}
.mail_magazine input {
    margin-right: 5px;
}
.enquate_inner > dt {
    text-indent: -1.5em;
    padding-left: 1.5em;
}
@media screen and (max-width: 750px) {
#box_enquate {
    padding: 0 calc(20*100vw/750);
}
#box_enquate p {
    font-size: calc(32*100vw/750);
    margin: 0 0 calc(20*100vw/750);
}
#box_enquate dt {
    font-size: calc(32*100vw/750);
	margin-bottom:calc(34*100vw/750);
}
#box_enquate dd {
	font-size: calc(32*100vw/750);
}
#box_enquate dd dt {
	width:100%;
    height: auto;
    font-size: calc(32*100vw/750);
	float:none;
	margin:0 0 calc(8*100vw/750) 0;
}
#box_enquate dd dd {
	width:100%;
    height: auto;
    font-size: calc(32*100vw/750);
    line-height: 2;
	float:none;
	margin-bottom:calc(20*100vw/750);
}
#box_enquate dd span {
	margin-right:calc(12*100vw/750);
}
#box_enquate dd dd input[type="checkbox"] {
    /*transform: scale(1.4);*/
    margin: 0;
}
}
/* アンケート　終了 */


/* 決済関係　開始 */
#kessai {
	margin-bottom:10px;
}
.method dt {
    font-size: 16px;
	font-weight:bold;
    margin-bottom: 18px;
    padding: 10px;
	color:#FFF;
    background: #009140;
}
.method dt span {
    font-size: 14px;
	font-weight:bold;
	color:#009140;
    margin-left: 24px;
    padding: 4px 10px;
    background: #FFF;
    border-radius: 4px;
}
.method dd {
    font-size: 16px;
	padding:0 0 28px 0;
}
.method dd:last-child {
	padding:0;
}
.method dd #box_urikake dl {
    background: #EEE;
    margin: 34px 24px 0;
    padding: 20px;
    box-sizing: border-box;
}
.method #box_urikake dt {
    font-size: 16px;
	font-weight:bold;
    margin-bottom: 18px;
    padding: 0;
	color:#333;
    background: none;
}
.method #box_urikake dt span {
    font-size: 13px;
	font-weight:bold;
	color:#FFF;
    margin-left: 10px;
    padding: 4px 10px;
    background: #009140;
    border-radius: 4px;
}
.method #box_urikake dd {
    font-size: 14px;
}
.coupon input,
.keyword input {
	float:left;
}
.price {
	width:200px;
	text-align:right;
	float:right;
}
.recast {
	background:#FAFAE3;
	padding:48px 20px;
	text-align:center;
    box-sizing: border-box;
}
.recast p {
    font-size: 18px;
	font-weight:bold;
	margin-bottom:32px;
}

/* 料金を反映させるボタン */
.recast div {
    display: inline-block;
    position: relative;
}
.btn_recast {
    width: 320px;
    font-family: "Noto Sans JP", sans-serif;
    position: relative;
    height: 56px;
    line-height: 56px;
    margin: 0 auto;
    padding: 0;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-decoration: none;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity .3s;
    cursor:pointer;
    color: #FFF;
    background-color: #FF9600;
    border: none;
}
.btn_arrow-d {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #FFF;
    top: 18px;
    right: 15px;
}
.btn_arrow-d::after {
    position: absolute;
    content: "";
    top: 56%;
    left: 10px;
    transform: translate(-50%, -50%) rotate(90deg);
    width: 8px;
    height: 10px;
    background-color: #FF9600;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
}
.btn_recast:hover {
    opacity: .7;
}
#tbl_total td {
	text-align:right;
}
#box_total {
	border:#009900 solid 4px;
	padding:22px;
	text-align:right;
    font-size: 22px;
	font-weight:bold;
}
#box_check {
	background:#EEE;
	padding:48px 40px;
}
#box_check h4 {
    font-size: 18px;
	margin-bottom:36px;
}
#box_check p {
    font-size: 16px;
	margin-bottom: 26px;
    padding-left:1.5em;
	text-indent:-1.5em;
}
#box_check p .caution14_r {
    display: inline-block;
    margin: 5px 0 0;
}
#box_check p:last-child {
	margin-bottom: 0;
}
.select {
	margin-bottom:5px;
}
@media screen and (max-width: 750px) {
.method dt {
    font-size: calc(32*100vw/750);
    margin-bottom: calc(30*100vw/750);
    padding: calc(20*100vw/750);
}
.method dt span {
    font-size: calc(28*100vw/750);
    margin-left: calc(20*100vw/750);
    padding: calc(8*100vw/750);
    border-radius: calc(8*100vw/750);
}
.method dd {
    font-size: calc(32*100vw/750);
	padding:0 0 calc(60*100vw/750) 0;
}
.method dd #box_urikake dl {
    background: #EEE;
    margin: calc(40*100vw/750) 0 0;
    padding: calc(22*100vw/750);
}
.method #box_urikake dt {
    font-size: calc(32*100vw/750);
    margin-bottom: calc(40*100vw/750);
}
.method #box_urikake dt span {
    font-size: calc(28*100vw/750);
    /*margin-left: calc(20*100vw/750);*/
    margin-left: 0;
    padding: calc(8*100vw/750);
    border-radius: calc(8*100vw/750);
}
.method #box_urikake dd {
    font-size: calc(32*100vw/750);
}
#box_total {
	border:#009900 solid calc(8*100vw/750);
    margin: 0 calc(18 * 100vw / 750);
	padding:calc(22*100vw/750);
	text-align:center;
    font-size: calc(44*100vw/750);
}
#box_total span {
    font-size: calc(32*100vw/750);
    margin-right: calc(20*100vw/750);
}
#box_check {
	background:#EEE;
	padding:calc(22*100vw/750);
}
#box_check h4 {
    font-size: calc(36*100vw/750);
	margin-bottom:calc(40*100vw/750);
}
#box_check p {
    font-size: calc(32*100vw/750);
	margin-bottom: calc(20*100vw/750);
}
}
/* 決済関係　終了 */


/* ボタン類　開始 */
/* サイト下部ボタン設定 */
ul#box_button {
    display: flex;
    justify-content: space-between;
}
ul#box_button li {
    position: relative;
}
.btn_prev,
.btn_next {
    width: 304px;
    font-family: "Noto Sans JP", sans-serif;
    position: relative;
    height: 56px;
    line-height: 56px;
    padding: 0;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-decoration: none;
    border-radius: 30px;
    display: flex;
    /*align-items: center;*/
    justify-content: center;
    transition: all .3s;
    cursor:pointer;
}
.btn_prev {
    color: #333;
    background-color: #FFF;
    border: 1px solid #A8A8A8;
}
.btn_next {
    color: #FFF;
    background-color: #FF9600;
    border: none;
}
@media screen and (max-width: 750px) {
ul#box_button {
margin-bottom: calc(40 * 100vw / 750); 
justify-content: center;
    flex-direction: column-reverse;
}
.btn_prev,
.btn_next {
    /*width: 304px;
    font-family: "Noto Sans JP", sans-serif;
    position: relative;
    height: 56px;
    line-height: 56px;
    padding: 0;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-decoration: none;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    transition: all .3s;
    cursor:pointer;*/
}
.btn_next {
    width: 100%;
    height: calc(120*100vw/750);
    line-height: calc(120*100vw/750);
    font-size: calc(44*100vw/750);
    border-radius: calc(120*100vw/750);
}
    .btn_prev {
    width: calc(500*100vw/750);
    height: calc(100*100vw/750);
    line-height: calc(100*100vw/750);
    font-size: calc(34*100vw/750);
        font-weight: 400;
        border-radius: calc(100*100vw/750);
    }
    .btn_step1-r,
    .btn_step2-r,
    .btn_step3-r,
    .btn_step4-r,
    .btn_step5-r {
    margin: 0 calc(18*100vw/750) calc(80*100vw/750);
    }
    .btn_login-l,
    .btn_step1-l,
    .btn_step2-l,
    .btn_step3-l,
    .btn_step4-l,
    .btn_step5-l {
    margin: 0 auto;
    }
    .btn_step5-c {
    margin: 0 auto calc(40*100vw/750);
    }
}

/* 矢印位置調整（文字位置） */
.btn_login-l input,
.btn_step1-l input {
    box-sizing: border-box;
}
.btn_login-l input,
.btn_step1-l input {
    padding-left :26px; 
}
.btn_step1-r input {
    padding-right :20px; 
}
.btn_step2-l input {
    padding-left :28px; 
}
.btn_step2-r input {
    padding-right :28px; 
}
.btn_step3-l a {
    padding-left :28px;
    box-sizing: border-box;
}
.btn_step3-r input {
    padding-right :28px; 
}
.btn_step4-l input {
    padding-left :26px;
}
.btn_step4-r input {
    padding-right :26px; 
}
.btn_step5-l input {
    padding-left :26px;
}
.btn_step5-c input {
    padding-left :24px; 
}
.btn_step5-r input {
    padding-right :24px; 
}
@media screen and (max-width: 750px) {
.btn_login-l input,
.btn_step1-l input {
    padding-left : calc(52*100vw/750);
}
}
/* 矢印位置（左） */
.btn_arrow-l {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #333;
    top: 18px;
}
.btn_login-l .btn_arrow-l,
.btn_step1-l .btn_arrow-l {
    left: 32px;
}
.btn_step2-l .btn_arrow-l {
    left: 40px;
}
.btn_step3-l .btn_arrow-l {
    left: 62px;
}
.btn_step4-l .btn_arrow-l {
    left: 52px;
}
.btn_step5-l .btn_arrow-l {
    left: 52px;
}
.btn_step5-c .btn_arrow-l {
    left: 30px;
}
.btn_arrow-l::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 9px;
    transform: translate(-50%, -50%) rotate(180deg);
    width: 8px;
    height: 10px;
    background-color: #FFF;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
}
@media screen and (max-width: 750px) {
.btn_arrow-l {
    width: calc(34*100vw/750);
    height: calc(34*100vw/750);
    top: calc(34*100vw/750);
}
.btn_login-l .btn_arrow-l,
.btn_step1-l .btn_arrow-l,
.btn_step2-l .btn_arrow-l,
.btn_step3-l .btn_arrow-l,
.btn_step4-l .btn_arrow-l,
.btn_step5-l .btn_arrow-l,
.btn_step5-c .btn_arrow-l {
    left: calc(36*100vw/750);
}
.btn_arrow-l::after {
    left: calc(15*100vw/750);
    width: calc(14*100vw/750);
    height: calc(18*100vw/750);
}
}
/* 矢印位置（右） */
.btn_arrow-r {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #FFF;
    top: 18px;
}
.btn_step1-r .btn_arrow-r {
    right: 40px;
}
.btn_step2-r .btn_arrow-r {
    right: 48px;
}
.btn_step3-r .btn_arrow-r {
    right: 48px;
}
.btn_step4-r .btn_arrow-r {
    right: 40px;
}
.btn_step5-r .btn_arrow-r {
    right: 22px;
}
.btn_arrow-r::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 11px;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 10px;
    background-color: #FF9600;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
}
.btn_prev:hover {
    background: #EEE;
    color: #333;
}

.btn_next:hover {
    opacity: .7;
}
.btn_continue a {
	width:190px;
	height:34px;
	display:block;
	overflow:hidden;
	text-decoration:none;
}
@media screen and (max-width: 750px) {
.btn_arrow-r {
    width: calc(34*100vw/750);
    height: calc(34*100vw/750);
    top: calc(42*100vw/750);
}
.btn_step1-r .btn_arrow-r,
.btn_step2-r .btn_arrow-r,
.btn_step3-r .btn_arrow-r,
.btn_step4-r .btn_arrow-r,
.btn_step5-r .btn_arrow-r {
    right: calc(56*100vw/750);
}
.btn_arrow-r::after {
    left: calc(19*100vw/750);
    width: calc(15*100vw/750);
    height: calc(20*100vw/750);
}
}
/* 買い物カゴの中　各商品エリア */
#box_btngroup ul {
    display: flex;
    justify-content: space-between;    
}
#box_btngroup ul li input {
    width: 200px;
    height: 40px;
    padding: 0;
    border: 1px solid #A8A8A8;
    border-radius: 25px;
    display: block;
    text-align: center;
    text-decoration: none;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    background: #FFF;
    cursor:pointer;
    transition: all .3s;
}
#box_btngroup ul li input:hover {
    background: #EEE;
}
#block_atenasentaku a,
.custom-file-upload {
    display: inline-block;
    text-decoration: none;
    padding: 10px 30px ;
    font-size: 14px;
    font-weight: bold;
    line-height: 1em;
    border-radius: 6px;
    border: 1px solid #E5E5E5;
    background: linear-gradient(180deg, #FFF 0%, #E7E7E7 100%);
    box-shadow: 0 0 4px #00000029;
    text-align: center;
    cursor: pointer;
}
#block_atenasentaku a:hover,
.custom-file-upload:hover {
    color: #333;
    opacity: .7;
}
.btn_top {
	width:304px;
	height:56px;
	margin: 0 auto;
}
.btn_top a {
    font-family: "Noto Sans JP", sans-serif;
    position: relative;
    height: 56px;
    line-height: 56px;
    padding:0 22px 0 0;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-decoration: none;
    border-radius: 60px;
    display: flex;
    /*align-items: baseline;*/
    justify-content: center;
    color: #333;
    background-color: #FFF;
    transition: opacity .3s;
    border: 1px solid #A8A8A8;
}
.btn_top a:hover {
    opacity: .7;
}
.btn_top_arrow-r {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #333;
    top: 18px;
    right: 50px;
}
.btn_top_arrow-r::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 11px;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 10px;
    background-color: #FFF;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
}
.btn_reg {
	width:190px;
	height:54px;
}
.btn_reg a {
	width:190px;
	height:54px;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	text-decoration:none;
	background:url(../img/img_btn.gif) no-repeat 0 -710px;
}
.btn_reg a:hover {
	background:url(../img/img_btn.gif) no-repeat -190px -710px;
}
.btn_credit {
    color: #FFF;
    background-color: #FF9600;
    border: none;
    width: 360px;
    font-family: "Noto Sans JP", sans-serif;
    position: relative;
    height: 40px;
    line-height: 40px;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-decoration: none;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
    cursor: pointer;
}
.btn_credit:hover {
    opacity: .7;
}
.btn_preview {
	margin-bottom:5px;
}
.btn_preview a{
	width:120px;
	height:26px;
    line-height:26px;
    background: #1C2F61;
    border-radius: 13px;
    font-size: 12px;
    text-align: center;
    color: #FFF;
	margin:0 auto;
	display:block;
	overflow:hidden;
	text-decoration:none;
}
.btn_preview a:hover {
    opacity: .7;
}
.ico_link-arrow {
    display: inline-block;
    position: relative;
    top: 2px;
    width: 14px;
    height: 14px;
    border-radius: 4px;
    background: #ffb400;
    margin-right: 6px;
}
.ico_link-arrow::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 8px;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 8px;
    background-color: #fff;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
@media screen and (max-width: 750px) {
#box_btngroup ul li input {
    width: 100%;
    height: calc(90*100vw/750);
    /*padding: 0;
    border: 1px solid #A8A8A8;*/
    border-radius: calc(100*100vw/750);
    /*display: block;
    text-align: center;
    text-decoration: none;*/
    line-height: calc(90*100vw/750);
    font-size: calc(32*100vw/750);
    /*font-weight: bold;
    background: #FFF;
    cursor:pointer;
    transition: all .3s;*/
}
#block_atenasentaku a,
.custom-file-upload {
    padding: calc(20*100vw/750) calc(30*100vw/750);
    font-size: calc(32*100vw/750);
    border-radius: calc(8*100vw/750);
}
    .order_cart_btn {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        gap:calc(30*100vw/750);
    }
    
.btn_top {
	width: calc(500*100vw/750);
	height: calc(100*100vw/750);
}
.btn_top a {
    font-family: "Noto Sans JP", sans-serif;
    position: relative;
    height: calc(100*100vw/750);
    line-height: calc(100*100vw/750);
    padding:0 calc(30*100vw/750) 0 0;
    font-size: calc(34*100vw/750);
    font-weight: 400;
    border-radius: calc(100*100vw/750);
}
.btn_top_arrow-r {
    width: calc(34*100vw/750);
    height: calc(34*100vw/750);
    top: calc(34*100vw/750);
    right: calc(36*100vw/750);
}
.btn_top_arrow-r::after {
    left: calc(19*100vw/750);
    width: calc(14*100vw/750);
    height: calc(18*100vw/750);
}
    
    
.ico_link-arrow {
    top: calc(4*100vw/750);
    width: calc(32*100vw/750);
    height: calc(32*100vw/750);
    border-radius: calc(8*100vw/750);
    margin-right: calc(8*100vw/750);
}
.ico_link-arrow::after {
    left: calc(18*100vw/750);
    width: calc(12*100vw/750);
    height: calc(18*100vw/750);
}
}



/* ボタン類　終了 */


/* フッター　開始 */
#footer {
	padding:32px 0 20px;
	text-align: center;
	border-top: #1C2F61 solid 2px;
}
#footer dt {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 16px;
}
#footer dd {
    font-size: 11px;
    margin-bottom: 30px;
}
#footer p {
	font-size: 10px;
}
#footer a {
	text-decoration:none;
}
#nsite {
	width:240px;
	float:left;
}
#cr img {
	margin-bottom:3px;
}
@media screen and (max-width: 750px) {
#footer {
	padding:calc(50*100vw/750) 0 calc(30*100vw/750);
	border-top: #1C2F61 solid calc(4*100vw/750);
}
#footer dt {
    font-size: calc(22*100vw/750);
    font-weight: 600;
    margin-bottom: calc(10*100vw/750);
}
#footer dd {
    font-size: calc(20*100vw/750);
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: calc(30*100vw/750);
}
#footer p {
    font-size: calc(20*100vw/750);
    font-weight: 400;
}
}
/* フッター　終了 */


/* スライド　開始 */
.open a {
	/*color: #003366;*/
	font-weight:bold;
	font-size:18px;
	display: block;
	padding-left:20px;
	height:40px;
	line-height:40px;
	background: #F8F8F8 url(../img/togglerc.gif) 5px center no-repeat;
	border: solid 1px #A8A8A8;
	text-decoration:none;
}
.open a:hover {
	background: #FDFDFD url(../img/togglerch.gif) 5px center no-repeat;
}
.active a{
	background: #F7F7F7 url(../img/togglero.gif)5px  center no-repeat;
}
.active a:hover{
	background: #F7F7F7 url(../img/toggleroh.gif)5px  center no-repeat;
}
.slide {
	padding:24px;
	border-left: solid 1px #A8A8A8;
    border-right: solid 1px #A8A8A8;
    border-bottom: solid 1px #A8A8A8;
}
@media screen and (max-width: 750px) {
.open a {
	font-size:calc(30*100vw/750);
	padding-left:calc(56*100vw/750);
	height:calc(100*100vw/750);
	line-height:calc(100*100vw/750);
	background: #F8F8F8 url(../img/togglerc.gif) calc(20*100vw/750) center no-repeat;
	border: solid 1px #A8A8A8;
	text-decoration:none;
}
.open a:hover {
	background: #FDFDFD url(../img/togglerch.gif) calc(20*100vw/750) center no-repeat;
}
.active a{
	background: #F7F7F7 url(../img/togglero.gif) calc(20*100vw/750) center no-repeat;
}
.active a:hover{
	background: #F7F7F7 url(../img/toggleroh.gif) calc(20*100vw/750) center no-repeat;
}
.slide {
	padding:calc(18*100vw/750);
}    
}
/* スライド　終了 */

/* カート（テーブル調整） */
@media screen and (max-width: 750px) {
    .order_cart_table {
        margin-bottom: calc(40*100vw/750);
    }
.order_cart_table,
.order_cart_table tbody,
.order_history_table,
.order_history_table tbody {
display: flex !important;
flex-direction: column;
width: 100%;
text-align: left;
}
.order_cart_table tr,
.order_history_table tr {
display: contents !important;
}
.order_cart_table th:nth-child(1),.order_history_table th:nth-child(1) { order: 1; }
.order_cart_table td:nth-child(1),.order_history_table td:nth-child(1) { order: 2; }
.order_cart_table th:nth-child(2),.order_history_table th:nth-child(2) { order: 3; }
.order_cart_table td:nth-child(2),.order_history_table td:nth-child(2) { order: 4; }
.order_cart_table th:nth-child(3),.order_history_table th:nth-child(3) { order: 5; }
.order_cart_table td:nth-child(3),.order_history_table td:nth-child(3) { order: 6; }
.order_cart_table th:nth-child(4),.order_history_table th:nth-child(4) { order: 7; }
.order_cart_table td:nth-child(4),.order_history_table td:nth-child(4) { order: 8; }
    
.order_cart_table th,
.order_cart_table td,
.order_history_table th,
.order_history_table td {
display: block;
padding: calc(18*100vw/750);
width: 100%;
box-sizing: border-box;
}
}

/* 穴埋め項目部分　開始 */
.target_text {
    font-weight: bold;
	color: #FF3300;
}
/* 穴埋め項目部分　終了 */


/* Yahoo!メールボタン　開始 */
#btn_ym {
	width:200px;
	height:70px;
	display:block;
	position: relative;
	margin:0 0 10px 1.5em;
}
#btn_ym a {
	width:200px;
	height:70px;
	display:block;
	background:url(../img/btn_ym.gif) no-repeat;
	overflow:hidden;
	text-indent:-9999px;
	text-decoration:none;
}
#btn_ym a:hover {
	background-position:-200px 0;
}
/* Yahoo!メールボタン　終了 */


/* アンケートキャンペーン　開始 */
.box_cpnbnr,.box_cpnbnr-n {
	width:600px;
	margin:0 auto 50px;
	text-align: center;
	padding: 10px;
	border: #999999 solid 1px;
}
.box_cpnbnr-n{
	margin:0 auto 30px;
}
.box_cpnbnr a,.box_cpnbnr-n a {
	display:block;
}
.box_cpnbnr a:hover img,.box_cpnbnr-n a:hover img {
	filter:alpha(opacity=70);
	-ms-filter:"alpha(opacity=70)";
	-moz-opacity:0.7;
	opacity:0.7;
}
.box_cpnbnr strong {
	font-size:124%;
	margin-bottom:5px;
	display: block;
}
#main .box_cpnbnr td {
	border:0;
}
.box_term {
	margin:10px 0;
}
.btn_enqform {
	width:230px;
	height:34px;
	text-align:left;
	margin: 0 auto;
}
.btn_enqform a {
	width:230px;
	height:34px;
	display:block;
	background:url(../img/img_btn.gif) no-repeat 0 -798px;
	text-indent:-9999px;
	text-decoration:none;
}
.btn_enqform a:hover {
	background-position:-230px -798px;
}
/* アンケートキャンペーン　終了 */


.guide_index {
    font-size: 14px;
	color: #FF3300;
	font-weight: bold;
    border: 2px solid #FF3300;
    margin: 0 8px;
    padding: 0 4px 0 8px;
    border-radius: 4px;
    line-height: 0;
}
.box_tmain th span.guide_index {
    float: right;
    line-height: 100%;
    margin: 0;
    padding: 3px 8px;
}

#pastelList, .paperItems {
	display: none;
}
.box_tag {
	display:none;
}
#blockt11_etcetcetc,
#blockt12_etcetcetc,
#blockt21_etcetcetc,
#blockt22_etcetcetc,
#blocke11_etcetcetc,
#blocke12_etcetcetc {
	padding:10px 0;
}
.add_free {
	margin-top:8px;
	color:red;
}
@media screen and (max-width: 750px) {
.box_tmain th span.guide_index {
    float: none;
    font-size: calc(28 * 100vw / 750);
    line-height: 1;
    margin-left: calc(20 * 100vw / 750);
    padding: calc(8 * 100vw / 750);
}
#blockt11_etcetcetc,
#blockt12_etcetcetc,
#blockt21_etcetcetc,
#blockt22_etcetcetc,
#blocke11_etcetcetc,
#blocke12_etcetcetc {
	padding:0 0 calc(28 * 100vw / 750) 0 ;
}
}

/* 料金明細 開始 */
#main td.wrapper_details{
	padding:0;
}
#item_details{
	border-collapse:collapse;
	border:none;
    box-shadow: none !important;
}
#item_details td{
	border:none;
	padding:1px 8px 1px 8px;
}
#item_details tr:first-child td{
	padding-top:8px;
}
#item_details tr:last-child td{
	padding-bottom:8px;
}
#item_details .label{
	width:500px;
	border-right:1px #CCC solid;
}
#item_details .price{
	width:124px;
}
#item_details tr.addorder,
#item_details tr.number_discount,
#item_details tr.term_discount{
	color:red;
}
@media screen and (max-width: 750px) {
#main  .order_cart_price tr {
        display: flex !important;
     flex-wrap: nowrap;
     flex-direction: row;
    }
    /*#main table#item_details tr.item_price {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
    }*/
    table#item_details tbody {
        display: inline-table;
    }
/*.order_cart_price tr > th,
.order_cart_price tr > td {
        display: inline-block !important;
    } */   
#item_details th,
#item_details td {
        display: inline !important;
    }
.order_cart_price tr > th:nth-child(1) {
        width:calc(414*100vw/750) !important;
    box-sizing: border-box !important;
    }
.order_cart_price tr > th:nth-child(2) {
        width:calc(300*100vw/750) !important;
    box-sizing: border-box !important;
    }
.order_cart_price tr > td:nth-child(1) {
        width:calc(414*100vw/750);
    box-sizing: border-box;
    }
.order_cart_price tr > td:nth-child(2) {
        width:calc(300*100vw/750);
    box-sizing: border-box;
    }
#item_details .label{
	width:calc(414*100vw/750);
	border-right:none;
}
#item_details .price{
	width:calc(300*100vw/750);
}
}
/* 料金明細 終了 */


/* 印刷内容入力（step1）ーーーーーーーーーーーーーーー */
/* 挨拶状について */
.aisatsujo_about {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    justify-content: space-evenly;
}
.aisatsujo_about #box_img img {
    width: 380px;
    height: auto;
}
.aisatsujo_about-table {
    width: 550px;
}
@media screen and (max-width: 750px) {
.aisatsujo_about {
    display: flex;
    flex-wrap: wrap-reverse;
    flex-direction: row;
}
.aisatsujo_about #box_img img {
    width: calc(660*100vw/750);
    height: auto;
}
.aisatsujo_about-table {
    width: 100%;
}
}

/* オプション（ラジオボタン部分　開始） */
.txt_description {
    margin-bottom: 32px;
}
.txt_description p.link {
    margin-top: 5px;
    display: inline-block;
}
.txt_description p:nth-of-type(3) {
    margin-left: 24px;
}
@media screen and (max-width: 750px) {
.txt_description {
    margin-bottom: calc(60*100vw/750);
}
.txt_description p:nth-of-type(3) {
    margin-left: 0;
}
}
/* 宛名印刷 */
#block_atenasentaku_alert {
    margin: 0 0 0 20px;
}
/* 電話番号・メールアドレス */
select#sender_lbltels11,
select#sender_lbltels12,
select#sender_lbltels21,
select#sender_lbltels22,
select#sender_lblemails11,
select#sender_lblemails12 {
    margin: 0 15px 0 0;
}
@media screen and (max-width: 750px) {
#block_atenasentaku_alert {
    display: block;
    margin: calc(20*100vw/750) 0 0 0;
    font-size: calc(26*100vw/750);
}
select#sender_lbltels11,
select#sender_lbltels12,
select#sender_lbltels21,
select#sender_lbltels22,
select#sender_lblemails11,
select#sender_lblemails12 {
    margin: 0 0 calc(28*100vw/750) 0;
}
}
/* 地図印刷 */
#blockmap_map_file,
#blockmap_map_make {
    background: #EEE;
    padding: 24px;
    box-sizing: border-box;
}
#blockmap_map_file input {
    border: none !important;
    padding: 0;
    border-radius: unset;
}
#ele_map_file_colormap,
#ele_map_make_colormap {
    margin-bottom: 24px;
}
p#logo_file_text,
p#map_file_text {
    margin-left: 10px;
    font-size: 14px;
    display: inline-block;
}
textarea#ele_map_make_memo_map {
    width: 600px;
    max-width: 670px;
    height: 100px;
    padding: 10px;
}
@media screen and (max-width: 750px) {
#blockmap_map_file,
#blockmap_map_make {
    padding: calc(22*100vw/750);
}
#ele_map_file_colormap,
#ele_map_make_colormap {
    margin-bottom: calc(60*100vw/750);
}
p#logo_file_text,
p#map_file_text {
    margin-left: calc(20*100vw/750);
    font-size: calc(28*100vw/750);
}
textarea#ele_map_make_memo_map {
    width: 100%;
    max-width: 100%;
    height: calc(400*100vw/750);
    padding: calc(20*100vw/750);
    box-sizing: border-box;
    border: 1px solid #CCC;
    border-radius: calc(8*100vw/750);
}    
}
/* ロゴ・写真挿入 */
#blocklogo_logo_file,
#blocklogo_logo_make {
    background: #EEE;
    padding: 24px;
    box-sizing: border-box;
}
#blocklogo_logo_file input {
    border: none !important;
    padding: 0;
    border-radius: unset;
}
#ele_logo_file_colorlogo {
    margin-bottom: 24px;
}
#blocklogo_logo_file dl,
#blocklogo_logo_make dl {
    margin-top: 20px;
}
#blocklogo_logo_file dt,
#blocklogo_logo_make dt {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
#blocklogo_logo_file,
#blocklogo_logo_make {
    padding: calc(22*100vw/750);
}
#ele_logo_file_colorlogo {
    margin-bottom: calc(60*100vw/750);
}
#blocklogo_logo_file dl,
#blocklogo_logo_make dl {
    margin-top: calc(40*100vw/750);
}
#blocklogo_logo_file dt,
#blocklogo_logo_make dt {
    font-size: calc(32*100vw/750);
    margin-bottom: calc(12*100vw/750);
}
}
/* 料金別納・切手貼り・封入　*/
#blockpoststamp_postpaidstamped,
#blockinclusion_hope {
    background: #EEE;
    padding: 24px;
    box-sizing: border-box;
}
#blockpoststamp_postpaidstamped label,
#blockinclusion_hope label {
    display: block;
}
#blockpoststamp_postpaidstamped p,
#blockinclusion_hope p {
    margin-bottom: 12px;
}
#blockpoststamp_postpaidstamped input,
#blockinclusion_hope input {
    margin-right: 5px;
}
@media screen and (max-width: 750px) {
#blockpoststamp_postpaidstamped,
#blockinclusion_hope {
    padding: calc(22*100vw/750);
}
#blockpoststamp_postpaidstamped p,
#blockinclusion_hope p {
    margin-bottom: calc(20*100vw/750);
}
}
/* 「ファイルアップロード」ボタン */
input[type="file"] {
  display: none;
}
/* オプション（ラジオボタン部分　終了） */


/* 注意書き 開始 */
.caution,
.caution_r,
.caution_r_b,
.caution12,
.caution12_r,
.caution12_r_b,
.caution14,
.caution14_r,
.caution14_r_b,
.caution16,
.caution16_r,
.caution16_r_b {
    line-height: 140%;
	padding-left:1.5em !important;
	text-indent:-1.5em !important;
}
.caution_r,
.caution_r_b,
.caution12_r,
.caution12_r_b,
.caution14_r,
.caution14_r_b,
.caution16_r,
.caution16_r_b {
	color:#D70C18 !important;
}
.caution:before,
.caution_r:before,
.caution_r_b:before,
.caution12:before,
.caution12_r:before,
.caution12_r_b:before,
.caution14:before,
.caution14_r:before,
.caution14_r_b:before,
.caution16:before,
.caution16_r:before,
.caution16_r_b:before {
	content:"※ ";
}
.caution_r_b,
.caution12_r_b,
.caution14_r_b,
.caution16_r_b {
    font-weight: bold;
}
.caution12,
.caution12_r,
.caution12_r_b {
    font-size:12px;
}
.caution14,
.caution14_r,
.caution14_r_b {
    font-size:14px;
}
.caution16,
.caution16_r,
.caution16_r_b{
    font-size:16px;
}
@media screen and (max-width: 750px) {
.caution12,
.caution12_r,
.caution12_r_b {
    font-size:calc(28*100vw/750);
}
.caution14,
.caution14_r,
.caution14_r_b {
    font-size:calc(28*100vw/750);
}
.caution16,
.caution16_r,
.caution16_r_b{
    font-size:calc(28*100vw/750);
}
    .-mbs20 {
        margin-bottom: calc(20*100vw/750) !important;
    }
    .-ex_small {
        font-size:calc(28*100vw/750);
        margin-left: calc(20*100vw/750);
    }
    .box_mb16 {
        margin-bottom: calc(30*100vw/750);
    }
    .box_mb20 {
        margin-bottom: calc(40*100vw/750);
    }
    .box_mb30 {
        margin-bottom: calc(40*100vw/750);
    }
    .box_mb80 {
        margin-bottom: calc(80*100vw/750);
    }
}
/* 注意書き 終了 */

.txt_hagaki,
.txt_ohagaki,
.txt_hhagaki {
    display: none;
}


/* ログインページ設定（24.4.4 新規追加）　開始 */
#box_login {
    width: 832px;
    margin: 0 auto 80px;
    display: flex;
    flex-wrap: nowrap;
}
#mpmember,
#not_mpmember {
    width: 416px;
}
#mpmember h3,
#not_mpmember h3 {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 40px;
    
    height: auto;
    border: none;
    background: none;
    line-height: 100%;
    padding: 0;
    overflow: unset;
}
#mpmember {
    padding: 0 56px 0 0;
    border-right: 1px dotted #999;
}
#not_mpmember {
    padding: 0 0 0 56px;
}
/* マイぺージ会員の方 */
#mpmember li input {
    width: 360px;
    height: 64px;
    box-sizing: border-box;
}
#mpmember li:first-child {
    margin-bottom: 14px;
}
#mpmember p.link {
    text-align: right;
    margin-bottom: 38px;
}
#mpmember p.btn_login input {
    width: 360px;
    font-family: "Noto Sans JP", sans-serif;
    height: 56px;
    padding: 0;
    font-size: 22px;
    font-weight: bold;
    color: #FFF;
    background: #1C2F61;
    letter-spacing: 0.05em;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity .3s;
    cursor:pointer;
}
#mpmember p.btn_login input:hover {
    opacity: .7;    
}
/* 会員登録されていない方 */
#not_mpmember h3 + p {
    font-size: 15px;
    line-height: 160%;
    margin-bottom: 24px;
}
#not_mpmember input.btn_creating,
#not_mpmember input.btn_registration {
    width: 360px;
    font-family: "Noto Sans JP", sans-serif;
    height: 56px;
    padding: 0;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.05em;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity .3s;
    cursor:pointer;
}
#not_mpmember input.btn_creating {
    color: #FFF;
    background: #FF9600;
    border: none;
    margin-bottom: 42px;
}
#not_mpmember input.btn_registration {
    color: #1C2F61;
    background: #FFF;
    border: 1px solid #1C2F61;
}
#not_mpmember input.btn_creating:hover,
#not_mpmember input.btn_registration:hover {
    opacity: .7;    
}
/* 移動ボタン */
.box_button.-login {
    width: 832px;
    margin: 0 auto;
}




@media screen and (max-width: 750px) {
    #box_login {
        width: 100%;
        margin: 0 auto calc(80*100vw/750);
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
    #mpmember,
    #not_mpmember {
        width: 100%;
        text-align: center;
        padding: 0 calc(18*100vw/750);
        box-sizing: border-box;
    }
    #mpmember h3,
    #not_mpmember h3 {
        font-size: calc(44*100vw/750);
        margin-bottom: calc(60*100vw/750);
    }
    #mpmember {
        margin-bottom: calc(120*100vw/750);
        border-right: none;
    }
    #not_mpmember {
        background: #EEE;
        padding: calc(80*100vw/750) calc(18*100vw/750) calc(120*100vw/750);
    }
    /* マイぺージ会員の方 */
    #mpmember li input {
        width: 100%;
        height: auto;
    }
    #mpmember li:first-child {
        margin-bottom: calc(32*100vw/750);
    }
    #mpmember p.link {
        text-align: right;
        margin-bottom: calc(80*100vw/750);
    }
    #mpmember p.btn_login input {
        width: 90%;
        height: calc(100*100vw/750);
        font-size: calc(34*100vw/750);
        border-radius: calc(50*100vw/750);
        margin: 0 auto;
    }
    /* 会員登録されていない方 */
    #not_mpmember h3 + p {
        font-size: calc(32*100vw/750);
        line-height: 1.6;
        margin-bottom: calc(80 * 100vw / 750);
    }
    #not_mpmember input.btn_creating,
    #not_mpmember input.btn_registration {
        width: 90%;
        height: calc(100*100vw/750);
        font-size: calc(34*100vw/750);
        border-radius: calc(50*100vw/750);
        margin: 0 auto;
    }
    /* 移動ボタン */
    .box_button.-login {
        width: 100%;
    }
}

/* ▼不要？＝＝＝＝＝ */
.box_privacy {
    width: 832px;
    margin: 0 auto 96px;
    padding: 36px 42px;
    background: #EEE;
    display: flex;
    box-sizing: border-box;
}
.box_privacy > a {
    width: 120px;
    margin-right: 42px;
    align-self: center;
    display: inline-block;
}
.box_privacy img {
    width: 120px;
    height: auto;
}
.box_privacy dt {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.box_privacy dd {
    font-size: 15px;
    line-height: 160%;
}

#login #box_security {
    display: none;
}


/* 注釈ボックス */
.kjoho_cautioun {
  box-sizing: border-box;
  margin: 20px auto;
  padding: 20px 36px;
  width: 88%;
  font-weight: bold;
  line-height: 1.75;
  background: #FFEEEE;
  color: #ff0000;
}
.kjoho_cautioun a {
  text-decoration: none;
  color: #ff0000;
}
.kjoho_cautioun a:hover {
  text-decoration: underline;
}






/* 記載場所検討 */

.from_caution {
    margin: 16px 0;
}


@media screen and (max-width: 750px) {
.from_caution {
    margin: 0 calc(22*100vw/750) calc(42*100vw/750);
}
    
    
    
.box_mb10 {
    margin-bottom:calc(12*100vw/750);
}
}



/* お客さま控え（領収書・請求書DL） */
.note_receipt,
.note_invoice {
    font-size: 16px;
    text-align: center;
    background: #FFEEEE;
    margin: 0 0 20px;
    padding: 20px 24px;
}
/*.note_invoice {
    text-align: center;
    background: #FFEEEE;
}*/
.note_receipt p,
.note_invoice > p:last-child {
    display: inline-block;
    position: relative;
}
.note_invoice > p:last-child {
    margin-top: 8px;
}
.note_receipt p::before,
.note_invoice p::before{
    content: "";
    width: 14px;
    height: 14px;
    background: url(https://nenga.aisatsujo.jp/group_common/images/link/ico_download.svg) 0 0 no-repeat;
    background-size: cover;
    position: absolute;
    top: 3px;
    left: -22px;
}
@media screen and (max-width: 750px) {
    .note_receipt,
    .note_invoice {
        font-size: calc(28*100vw/750);
        text-align: center;
        margin: 0 0 calc(40*100vw/750);
        padding: calc(40*100vw/750) 0;
    }
    .note_invoice > p:last-child {
        margin-top: calc(12*100vw/750);
    }
    .note_receipt p::before,
    .note_invoice p::before{
        width: calc(28*100vw/750);
        height: calc(28*100vw/750);
        top: calc(8*100vw/750);
        left: calc(-40*100vw/750);
    }
}
