@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,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/setting/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/setting/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: 0;
	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/setting/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/setting/images/footer_blank.png);
	background-repeat: no-repeat;
}
.footer__info {
	height: 60px;
}
.footer__logo {
	margin: 0;
	margin-right: 21px;
	display: inline-block;
	vertical-align: middle;
}
.footer__logo img {
	display: block;
	width: 59px;
	height: 16px;
}
.footer__copyright {
	margin: 0;
	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/setting/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/setting/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;
	}
}

/* account_css */
body {
    background: #fff;
}
div#footer {
    border-top: none;
}

/***** header, footerここまで *****/

/* h1タイトル */
.mainContents .ttlArea .ttlType1{
  text-align: center;
  font-family: Inter;
}
.mainContents .contents__inner .sub_ttl_box{
  font-family: Inter;
}
.mainContents .contents__inner .sub_ttl_box p{
	margin-block-start: 1em;
    margin-block-end: 1em;
}

@media screen and (max-width: 767px){
	.mainContents .contents__inner {
    margin: 0 30px 95px;
  }
  .mainContents .ttlArea .ttlType1{
    font-size: 25px;
    line-height: 150%;
    font-weight: 400;
    margin-top: 65px;
  }
  .mainContents .contents__inner .sub_ttl_box{
    margin-top: 45px;
  }
  .mainContents .contents__inner .sub_ttl{
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
  }
}

@media screen and (min-width: 768px){
  .mainContents{
    max-width: 816px;
    margin: 0 auto 95px;
  }
  .mainContents .ttlArea .ttlType1{
  font-size: 36px;
  line-height: 150%;
  font-weight: 400;
  margin-top: 75px;
}
.mainContents .contents__inner .sub_ttl_box{
  margin-top: 53px;
}
.mainContents .contents__inner .sub_ttl{
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}
}

/* main_area */
.section_box .content_01 .process_ttl_box{
  display: flex;
  width: 100%;
}
.section_box .content_01 .process_numbox{
  background-color: #008EED;
  width: 17px;
  font-size: 14px;
  height: 17px;
  border-radius: 3px;
  margin-top: 6px;
}
.section_box .content_01 .process_numbox .process_numtxt{
  color: #fff;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 700;
  line-height: 125%;
  text-align: center;
}
.section_box .content_01 .process_txt{
  width: calc((786 / 816)* 100%);
  padding-left: 8px;
  font-family: "Noto Sans JP";
  font-weight: 700;
  line-height: 180%;
}
@media screen and (max-width: 767px){
  .section_box .content_01 .process_ttl_box{
  margin-top: 14px;
  }
  .section_box .content_01 .process_txt{
    font-size: 14px;
  }
}
@media screen and (min-width: 768px){
  .section_box .content_01 .process_ttl_box{
    margin-top: 20px;
    }
    .section_box .content_01 .process_txt{
      font-size: 16px;
    }
}

/* 必ずお読みくださいエリア */
.mustRead {
	position: relative;
	margin: 40px auto 40px;
	padding: 30px 30px 20px;
	border: 3px solid #008EED;
	border-radius: 18px;
	line-height: 1.5;
	font-family: 'Inter', sans-serif;
}
.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: fit-content;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mustRead p {
	margin-top: 15px;
	margin-bottom: 0;
}
.mustRead p:first-of-type {
	margin-top: 0;
}
.mustRead .txtBold {
	font-weight: bold;
}
.mustRead .txtBold + p {
	margin-top: 0;
}
.mustRead .txtIndent-2 {
	margin-top: 0;
    text-indent: -1.25em;
    padding-left: 1.25em;
    max-width: 774.5px;
}
.mustRead .note {
	margin-top: 0;
	margin-bottom: 0;
}
.mustRead a:hover {
	opacity: 0.7;
}
.mustRead .acc-btn {
	border-bottom: solid 1px #008EED;
	display: block;
    margin-top: 15px;
	cursor: pointer;
	margin: 0;
	margin-top: 15px;
	padding: 0;
	background-color: transparent;
	border: 0;
	border-radius: 0;
	outline: none;
	font: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.mustRead .acc-btn:hover {
	opacity: 0.7;
}
.mustRead .acc-btn p {
	position: relative;
	font-size: min(3.2vw, 14px);
	color: #008EED;
	padding-right: min(4.2666666667vw, 18.3466666667px);
}
.mustRead .acc-btn p::before, .mustRead .acc-btn p::after {
	content: "";
	display: inline-block;
	position: absolute;
    top: min(2.2vw, 11px);
    right: 0;
    width: min(3vw, 11px);
	height: min(0.2666666667vw, 1.1466666667px);
	background-color: #008EED;
	transition: opacity 1s;
}
.mustRead .acc-btn p::after {
	transform: rotate(90deg);
	transition: transform 1s;
}
.mustRead .acc-btn.is-active p::before {
	opacity: 0;
}
.mustRead .acc-btn.is-active p::after {
	transform: rotate(180deg);
}
.mustRead .acc-cont {
	display: none;
	padding-top: min(2.1333333333vw, 9.1733333333px);
}
.mustRead .acc-cont + .text {
	margin-top: min(6.4vw, 27.52px);
}

@media screen and (max-width: 767px) {
	.mustRead {
		margin: 34px auto 30px;
	}
	.mustRead .mustRead-title {
		top: -12.5px;
		font-size: 14px;
		height: 25px;
	}
}
.mainContents a {
	color: #008EED;
	text-decoration: underline;
	font-weight: 400;
}
.mainContents a:hover {
	opacity: 0.7;
}
.mainContents a[target="_blank"]::after {
	content: "";
    display: inline-block;
    margin-left: 6px;
	width: 10px;
    height: 10px;
    background-image: url(/promotion/ordercard/os_card-tsumitate/setting/images/icon_blank_blue.png);
    -webkit-background-size: 10px 10px;
    background-size: 10px 10px;
}
.note.note-mt5 {
	margin-top: 5px;
}
.note li {
	margin-bottom: 0;
    position: relative;
    padding-left: 1em;
}
.note li::before {
    content: "※";
    position: absolute;
    left: 0;
}
/* imgエリア */
.process_img_box{
  margin-top: 13px;
}
@media screen and (max-width: 767px){
  .process_img_pc{
    display: none;
  }
  .content_01 .process_img_sp .process_img_sp_inner{
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px){
  .process_img_sp{
    display: none;
  }
  .content_01 .process_img_pc .process_img_pc_inner{
    width: 100%;
    margin: 0 auto;
  }
}
/* 注釈テキスト */
.caption_txt{
  color: #757B80;
  line-height: 150%;
  font-weight: 400;
}
@media screen and (max-width: 767px){
  .caption_txt{
    margin-top: 13px;
    font-size: 12px;
  }
}
@media screen and (min-width: 768px){
  .caption_txt{
    margin-top: 20.5px;
    font-size: 14px;
  }
}

/* 青テキスト */
.bule_ttl_01{
  margin-top: 13px;
}
.bule_ttl_txt{
  color: #008EED;
  line-height: 180%;
  font-family: "Noto Sans JP";
  font-weight: 700;
}
@media screen and (max-width: 767px){
  .bule_ttl_02{
    margin-top: 13px;
  }
  .bule_ttl_txt{
    font-size: 12px;
  }
}
@media screen and (min-width: 768px){
  .bule_ttl_02{
    margin-top: 20px;
  }
  .bule_ttl_txt{
    font-size: 14px;
  }
}
/* spサイズ時のみ適用 */
.only_br{
  display: inline; 
}
@media screen and (max-width: 767px){
	.h1_br_pc_only{
		display: none;
	}
  .only_br.break{
    display: block; 
  }
  .caption_txt_sp_flex{
    display: flex;
    width: 100%;
  }
  .caption_txt.caption_txt_pc{
    display: none;
  }
  .caption_txt.cap_sp_inner{
    padding-left: 5px;
    width: calc((269 / 285)* 100%);
  }
}
/* pcサイズ時のみ適用 */
@media screen and (min-width: 768px){
	.h1_br_sp_only{
		display: none;
	}
  .caption_txt_sp_flex{
    display: none;
  }
}

.note {
	list-style: none;
	margin-top: 20px;
	padding: 0;
}
.note li {
	margin-bottom: 0;
    position: relative;
    padding-left: 1.2em;
	color: #757B80;
	font-family: "Noto Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
}
.note li::before {
    content: "※";
    position: absolute;
    left: 0;
}
.note li a {
	color: #008dec;
	text-decoration: underline;
}
.note li a[target="_blank"]::after {
	content: "";
    display: inline-block;
    margin-left: 6px;
	width: 10px;
    height: 10px;
    background-image: url(/promotion/ordercard/os_card-tsumitate/setting/images/icon_blank_blue.png);
    -webkit-background-size: 10px 10px;
    background-size: 10px 10px;
}
.note li a:hover {
	opacity: 0.7;
}
@media screen and (max-width: 767px){
	.note {
		margin-top: 13px;
	}
	.note li {
		font-size: 12px;
	}
}