@charset "UTF-8";

body{font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;}

.wrapper{width:320px}

.d-block{display:block!important}
.d-flex{display:flex}
.d-inline-block{display:inline-block}

.items-center{align-items:center!important}
.content-between{justify-content: space-between!important}
.content-center{justify-content: center}

.font-11{font-size: 11px}
.font-12{font-size: 12px}
.font-13{font-size: 13px}
.font-18{font-size: 18px}
.font-24{font-size: 24px}

.h-100{height:100vh}

.mx-auto{margin-left:auto;margin-right:auto}
.me-5{margin-right:5px}
.ms-15{margin-left:15px}
.mt-50{margin-top:50px}
.mt-10{margin-top:10px}
.mt-15{margin-top:15px}
.mb-15{margin-bottom:15px}

.pt-15{padding-top:15px}
.pb-15{padding-bottom:15px}

.btn{display: inline-block; padding:2px 10px; background:#CCCCCC; color:#FFF; border-radius:50rem}

.border-top{border-top:1px solid gray}
.border-bottom{border-bottom:1px solid gray}

.text-center{text-align:center}
.font-bold{font-weight:bold}

.text-gray{color:#999}
.text-red{color:#cc0000}

#required-toggle:hover{cursor: pointer}
#required-toggle::before{content: '▶'; margin-right:5px}
#required-toggle.open::before{content: '▼'}
#required-items{display:none;}
.check-sheet-detail{display:none;padding:5px}

a.toggle:hover{cursor: pointer}
a.toggle::before{content: '▶'; margin-right:5px}
a.toggle.open::before{content: '▼'}
a.toggle-none::before{content: '●'; margin-right:5px}


.approve-btn{padding:10px;background:#06c755;color:#FFF;text-decoration:none;text-align: center; border-radius:10px}
.cancel-btn{padding:10px;color:#000}

.center-box{}

.footer-link{color:#000}