@charset "utf-8";

* {
	line-height: 1.5em;
	font-family: 'M PLUS 1p', sans-serif;
    font-weight: 400;
	box-sizing: border-box;
}

body#top, 
body#qr,
body#manual {
    margin-top: 150px;
    margin-bottom: 70px;
}

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

a:hover {
    pointer-events: painted;
}

/*注意書*/
.attention_box {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto 20px auto;
}

.attention {
    color: #e95464;
    font-size: 12px;
    font-weight: 500;
    text-indent: -1em;
    padding-left: 1em;
    margin: 10px auto;
}

/*Js表示非表示切り替え用クラス*/
.hidden {
    display: none!important;
}

.show {
    display: block!important;
}

/*ボタン共通*/
.btn {
    display: inline-block;
    width: 1em;
    text-decoration: none;
    font-size: 22px;
    line-height: 1em;
    color: #fff;
    box-sizing: border-box;
    padding: 0.5em;
    border-radius: 3px;
}

td button:hover {
    opacity: 0.7;
}

/*クリック時の青線削除*/
button:focus {
    outline: none;
}

/*各種ボタン*/
a.pdfBtn, a.editBtn, .delete_btn, .downloadBtn {
    width: 1em;
    line-height: 0;
    font-size: 20px;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
}

.copy_box {
    /*display: inline-block; 200615削除*/
    position: relative;
    font-size: 18px; /*200615追加*/
}

.copy_btn i:hover {
    color: #e62f8b;
    cursor: pointer;
}

.copy_result {
    display: none;
    width: 4.5em;
    height: 2em;
    line-height: 2em;
    font-weight: 700;
    color: #fff;
    vertical-align: middle;
    font-size: 10px;
    letter-spacing: 0.04em;
    padding: 0 5px;
    border-radius: 3px;
    background: #e62f8b;
    position: absolute;
    left: -16px;
    top: -24px;
}

.copy_result:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 8px solid #e62f8b;
    border-right: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid transparent;
    position: absolute;
    top: 16px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

a.pdfBtn {
    font-size: 16px;
    width: auto;
    line-height: 1em;
    letter-spacing: 0.05em;
    padding: 4px 8px;
    border: 2px solid #35a2bf;
    background: #fff;
}

a.pdfBtn {
    color: #35a2bf;
    font-weight: 900;
}

#sheet_edit a.pdfBtn {
    margin-right: 10px;
}

a.editBtn {
    color: #fd6e00;
}

.delete_btn {
    color: #2f81b3;
}

a.downloadBtn {
    color: #ad7cd2;
    padding: 0;
}

a.pdfBtn:hover {
    color: #fff;
    background: #35a2bf;
}

#sheet_edit a.pdfBtn:hover {
    border: 2px solid #fff;
}

a.editBtn:hover {
    font-size: 18px;
}

a.downloadBtn:hover {
    position: relative;
    top: 3px;
}

.delete_btn:hover {
    transform: rotate(-20deg);
}

form.delete {
    margin: 0;
}

.fa-exclamation-triangle {
    color: #e81a30;
    margin-left: 4px;
}
/*各種ボタン end*/

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/*ヘッダー*/
header {
    width: 100%;
    background: #35a2bf;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    filter: drop-shadow(0 3px 0 rgba(0,0,0,0.3));
}

header #header_wrapper {
    width: 100%;
    max-width: 1080px;
    height: 80px;
    margin: 0 auto;
}

header a {
    text-decoration: none;
    color: #fff;
}

header h1 {
    height: 80px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 28px;
    margin: 0 auto;
    position: relative;
}

header h1 img {
    width: auto;
    height: 80px;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -2px;
}

div#gmenu_wrapper {
    width: 100%;
    height: 46px;
    background: #0f4e5f;
}

header #gmenu {
    display: flex;
    width: 100%;
    max-width: 1080px;
    height: 46px;
    list-style-type: none;
    text-align: center;
    vertical-align: middle;
    padding: 0;
    margin: 0 auto;
}

header #gmenu > li {
    border-left: 1px solid #5a92a0;
    position: relative;
}

header #gmenu > li:last-of-type {
    border-right: 1px solid #5a92a0;
}

header ul a, header ul li p {
    display: block;
    font-size: 16px;
    line-height: 46px;
    letter-spacing: 0.1em;
    font-weight: 500;
    padding: 0 1.3em;
}

header #gmenu > li a i {
    font-size: 20px;
    vertical-align: middle;
    line-height: 46px;
}

header #gmenu > li p {
    color: #fff;
    margin: 0;
}

header #gmenu > li p span {
    font-size: 0.7em;
    color: #35a2bf;
    margin-left: 0.5em;
}

.gmenu_innerlist {
    display: none;
    width: 100%;
    list-style-type: none;
    padding: 0;
    background: #0f4e5f;
    position: absolute;
}

.gmenu_innerlist li {
    text-align: left;
    border-top: 1px dotted #fff;
}

#gmenu > li:hover, #gmenu > a li:hover {
    cursor: pointer;
    background: #156175;
}

.gmenu_innerlist li:hover {
    cursor: pointer;
    background: #31798c;
}

@media screen and (max-width: 1080px) {
    header ul a, header ul li p {
        font-size: 1.5vw;
    }

    header #gmenu > li a i {
        font-size: 2vw;
    }
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

h2 {
	width: 100%;
	color: #fff;
	text-align: center;
	padding: 5px 0;
    margin: 15px 0;
	background: #bd1b72;
}

/*上に戻るボタン*/
.go_top {
    display: none;
    width: 60px;
    height: 60px;
    border: 2px solid #fff;
    background: rgba(0,0,0,0.5);
    position: fixed;
    bottom: 2%;
    right: 2%;
    z-index: 9999999;
    filter:drop-shadow(0 3px 0 rgba(0,0,0,0.3));
}

.go_top .arrow {
    width: 25px;
    height: 25px;
    transform: rotate(-45deg);
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    margin: 20px auto 0 auto;
}

footer {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 11px;
    text-align: center;
    color: #fff;
    box-sizing: border-box;
    background: #35a2bf;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    filter: drop-shadow(0 -3px 0 rgba(0,0,0,0.3));
}

footer address small {
    margin-left: 20px;
}

footer address {
    display: inline;
    line-height: 20px;
}

footer address a {
    color: #fff3b8!important;
}