@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	background: #fff;
	word-break: break-all;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
}

@media screen and (max-width: 767px) {
	body {
		font-size: 12px;
	}
}

* {
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p, em, strong, address {
	margin: 0;
	padding: 0;
}

ul, li, dl, dt, dd {
	list-style-type: none;
	line-height: 1.6;
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

a {
	text-decoration: none;
}

a:hover {
	opacity: 0.7 !important;
}

button{
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}

@media screen and (min-width: 768px) {
	.spOnly {
		display: none !important;
	}
}

@media screen and (max-width: 767px) {
	.pcOnly {
		display: none !important;
	}
}

/* header */
@media screen and (min-width: 768px) {
    #header {
        position: relative;
		z-index: 2;
		width: 100%;
		height: auto;
    }
	.header__outer {
		position: relative;
        z-index: 3;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        height: 120px;
        -webkit-transition: height .4s cubic-bezier(.645, .045, .355, 1);
        transition: height .4s cubic-bezier(.645, .045, .355, 1);
        border-bottom: 1px solid rgba(0, 0, 0, .07);
        background-color: #fafafa;
        background-image: url(/promotion/ordercard/os_card-tsumitate/account/images/header-bg.png);
        background-repeat: repeat-x;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
	}
	.header__inner {
		position: relative;
        width: 100%;
        max-width: 984px;
        height: 88px;
        margin: 0 auto;
        padding-top: 32px;
	}
	.header__logo {
		position: absolute;
		top: 54px;
	}
	.header__logo img {
		display: block;
		width: 58px;
		height: 44px;
	}
}
@media screen and (max-width: 767px) {
	#header {
        min-height: 44px;
        background-color: #fff;
    }
	.header__outer {
        position: relative;
        z-index: 3;
    }
	.header__inner {
		position: relative;
	}
	.header__logo {
		background-color: #fff;
        background-image: url(/promotion/ordercard/os_card-tsumitate/account/images/opacity_black.png);
        background-repeat: repeat-x;
        background-position: left bottom;
		position: absolute;
        width: 100%;
        height: 44px;
	}
	.header__logo img {
        position: absolute;
        top: 11px;
        left: 14px;
        width: 30px;
        height: 22px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .header__logo {
        z-index: 1;
		top: 54px;
        left: 28px;
    }
}
.header__logo p {
	font-weight: normal;
	margin: 0;
	padding: 0;
}

/* footer */
#footer {
	position: relative;
	z-index: 1;
	background-color: #191919;
}
.footer__inner {
	position: relative;
	max-width: 984px;
    margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .footer__inner {
        max-width: none;
        margin: 0 24px;
	}
}
@media screen and (max-width: 767px) {
	.footer__inner {
		max-width: none;
		margin: 0 16px;
	}
}
.footer__linkList {
	padding-top: 41px;
	padding-bottom: 0;
	font-size: 0;
    margin: 0 0 0 3px;
	margin-bottom: 12px;
}
.footer__linkList li {
	position: relative;
	vertical-align: top;
	display: inline-block;
	margin-bottom: 8px;
}
.footer__linkList li:not(:last-child):after {
	display: inline-block;
	width: 19px;
	height: 12px;
	margin: 0 7px;
	content: ' ';
	vertical-align: top;
	background-image: url(/promotion/ordercard/os_card-tsumitate/account/images/icon_navdisc.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.footer__linkList li a {
	font-size: 12px;
	line-height: 1.0;
	color: #fff;
}
.footer__linkList li a[target="_blank"]::after {
	display: inline-block;
	width: 10px;
	height: 12px;
	margin-left: 5px;
	content: '';
	vertical-align: middle;
	background-image: url(/promotion/ordercard/os_card-tsumitate/account/images/footer_blank.png);
	background-repeat: no-repeat;
}
.footer__info {
	height: 60px;
}
.footer__logo {
	margin-right: 21px;
	display: inline-block;
	vertical-align: middle;
}
.footer__logo img {
	display: block;
	width: 59px;
	height: 16px;
}
.footer__copyright {
	display: inline-block;
	vertical-align: middle;
	color: rgba(255, 255, 255, .6);
}
#footer__movePageTop span {
	display: block;
	overflow: hidden;
	margin: 0 auto;
	white-space: nowrap;
	text-indent: 100%;
	background-image: url(/promotion/ordercard/os_card-tsumitate/account/images/icon_pagetop.png);
	background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
    #footer__movePageTop {
        position: absolute;
        top: 23px;
        right: -12px;
    }
	#footer__movePageTop a {
        float: left;
        width: 48px;
        height: 48px;
		text-decoration: none;
    }
	#footer__movePageTop span {
		width: 48px;
        height: 48px;
        background-position: center;
        background-size: 24px 24px;
	}
}
@media screen and (max-width: 767px) {
	.footer__linkList {
		padding: 0;
		margin: 0;
		margin-bottom: 19px;
	}
	.footer__linkList li a[target="_blank"]::after {
        display: inline-block;
        width: 8px;
        height: 10px;
        margin-left: 3px;
        content: '';
        vertical-align: middle;
        background-image: url(/promotion/ordercard/os_card-tsumitate/account/images/footer_blank_sp.png);
        background-repeat: no-repeat;
	}
	.footer__logo {
		display: block;
	}
	.footer__logo img {
		width: 42px;
		height: 12px;
	}
	.footer__copyright {
		margin: 8px 0 0 0;
        padding-bottom: 22px;
	}
	#footer__movePageTop {
		margin-bottom: 11px;
		padding-top: 29px;
		zoom: 1;
		display: flex;
		justify-content: flex-end;
	}
	#footer__movePageTop span {
		width: 24px;
		height: 24px;
		background-size: contain;
	}
}

/* main */
.contents__inner {
	position: relative;
	max-width: 816px;
	margin: 0 auto;
	padding-bottom: 95px;
}
.contents__inner h1,
.contents__inner h2,
.contents__inner p {
	margin-bottom: 14px;
}
.contents__inner br {
	margin-bottom: 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .contents__inner {
        max-width: none;
        margin: 0 24px;
	}
}
@media screen and (max-width: 767px) {
	.contents__inner {
		max-width: none;
		margin: 0 30px;
	}
}

.ttlType1 {
	padding-top: 75px;
	margin-bottom: 53px;
	color: #000;
	text-align: center;
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
}
.ttlType2 {
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 46px;
}
.txtBold {
	font-weight: 700;
}
@media screen and (max-width: 767px) {
	.ttlType1 {
		padding-top: 65px;
		margin-bottom: 45px;
		font-size: 25px;
	}
	.ttlType2 {
		color: #000;
		font-size: 18px;
		margin-top: 30px;
	}
}

.list {
	padding-left: 1.5em;
}

.list li {
	list-style: disc;
	margin-bottom: 0;
}

.list + * {
	margin-top: 14px;
}

.note li {
	margin-bottom: 0;
    position: relative;
    padding-left: 1em;
}

.note li::before {
    content: "※";
    position: absolute;
    left: 0;
}

/* 必ずお読みくださいエリア */
.mainContents {
	font-family: 'Inter', sans-serif;
}
.mustRead {
	position: relative;
	margin: 46px auto 0;
	padding: 30px 30px 20px;
	border: 3px solid #008EED;
	border-radius: 18px;
}
.mustRead .mustRead-title {
	text-align: center;
	position: absolute;
    top: -14px;
	left: 0;
	right: 0;
	margin: auto;
	line-height: 1;
	padding: 2px 16px;
	background: #008EED;
	border-radius: 100px;
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
    width: 176px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mustRead p {
	margin: 0;
	padding: 0;
}
@media screen and (max-width: 767px) {
	.mustRead .mustRead-title {
		top: -12.5px;
		font-size: 14px;
		width: 158px;
		height: 25px;
	}
}
/* スクロール */
.mainContents .scroll {
    margin: 0 auto;
    max-height: 450px;
    overflow: auto;
    padding: 16px;
	border: solid 1px #e8e8e8;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.mainContents .scroll::-webkit-scrollbar {
    display: none;
}
.mainContents .scroll > *:last-child {
	margin-bottom: 0;
}
.mainContents .scroll .txtIndent {
    text-indent: -1em;
    padding-left: 1em;
    max-width: 778px;
}
.mainContents .scroll .txtIndent-2 {
    text-indent: -1.25em;
    padding-left: 1.25em;
    max-width: 774.5px;
}
/* チェックボックス */
.mainContents .checkbox_area {
    text-align: center;
    margin: 14px auto 78px;
    padding: 18.5px 14px;
    max-width: 314px;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
}
.mainContents .checkbox_area:last-of-type {
    margin-bottom: 54px;
}
.mainContents .checkbox_area.-active {
    border: 1px solid #1169EE;
}
.mainContents label.checkbox_area {
	display: flex;
	justify-content: center;
	align-items: center;
    font-size: 16px;
	font-weight: bold;
	cursor: pointer;
}
.mainContents .checkbox_area input {
    display: inline-block;
	margin-bottom: 0;
}
@media screen and (max-width: 767px) {
    .mainContents .checkbox_area {
        margin: 14px auto 46px;
        padding: 20.5px 14px;
    }
    .mainContents label.checkbox_area {
        font-size: 14px;
        line-height: 1.86;
    }
}
/* ボタン */
.mainContents .link_btn {
    pointer-events: none;
    text-align: center;
    margin: 0 auto;
    padding: 10px 0;
    display: block;
    max-width: 415px;
    position: relative;
    background-color: #e8e8e8;
    border-radius: 40px;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
}
.mainContents .link_btn.-active {
    pointer-events: all;
    background-color: #008EED;
    color: #fff;
}
.mainContents .link_btn::after {
    content: "";
    background-image: url(/promotion/ordercard/os_card-tsumitate/account/images/icon_blank.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5%;
    margin: auto;
    display: inline-block;
    width: 18px;
    height: 18px;
}
.mainContents p.link_btn_under {
    text-align: center;
    margin-top: 16px;
    font-size: 12px;
    color: #008EED;
}

.checkbox_area .agree {
	opacity: 0;
	width: 0;
	height: 0;
	position: absolute;
}

.checkbox_area .checkbox-icon {
	display: inline-block;
	width: 14px;
	height: 14px;
	border: 1px solid #ccc;
	background-color: #fff;
	margin: 0 8px 0 0;
	border-radius: 3px;
	transition: background-color 0.2s, border-color 0.2s;
}

.checkbox_area .agree:checked + .checkbox-icon {
	background-color: #1169EE;
	border-color: #1169EE;
}

.checkbox_area .agree:checked + .checkbox-icon::after {
	content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2210%22%20height%3D%228%22%20viewBox%3D%220%200%2010%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cline%20x1%3D%220.707107%22%20y1%3D%223.29289%22%20x2%3D%223.70711%22%20y2%3D%226.29289%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%3Cline%20x1%3D%228.70711%22%20y1%3D%220.707107%22%20x2%3D%222.70711%22%20y2%3D%226.70711%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px auto;
}

.simplebar-scrollbar::before {
	background: #D9D9D9;
	border-radius: 0;
	top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.simplebar-track.simplebar-vertical {
	width: 10px;
	border-left: solid 1px #e8e8e8;
}

.txt-link.-blank {
  color: #008EED;
  border-bottom: 1px solid #008EED;
  text-decoration: none;
}
.txt-link.-blank::after {
  content: "";
  display: inline-block;
  background: url(/promotion/ordercard/os_card-tsumitate/account/images/icon_blank10-blue.png) no-repeat right;
  background-size: cover;
  width: min(2.6666666667vw, 11.4666666667px);
  height: min(2.6666666667vw, 11.4666666667px);
  margin-left: min(0.8vw, 3.44px);
}
.txt-link_under {
  color: #757B80;
}