@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700&display=swap');

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

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 {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */

ins {
  background-color: #fff;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

html {
  color: #000000;
  font-weight: 500;
  font-size: 100%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: 100%;
}

body {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.8;
}

a {
  color: #000000;
  text-decoration: none;
}

a:hover {
  color: #000000;
  text-decoration: none;
}

li {
  list-style: none;
}

img {
  width: 100%;
  height: auto;
  border: 0;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 0;
  vertical-align: bottom;
}

video {
	width  : 100%;
	height : auto;
	border : 0;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input::-ms-expand,
button::-ms-expand,
textarea::-ms-expand,
select::-ms-expand {
  display: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

caption,
th,
td {
  text-align: left;
  vertical-align: top;
  font-weight: normal;
}

main {
  display: block;
}

.page__content {
	margin-bottom: 60px;
}

.breadcrumb {
	padding: 10px;
	border-top: 1px solid #cccccc;
	line-height: 1.6;
	font-size: 0;
	height: auto;
	overflow: visible;
	word-break: break-word;
	background-color: #FFFFFF;
}

.breadcrumb__item {
	display: inline;
	color: #777777;
	font-size: 10px;
	line-height: 1.6;
	vertical-align: middle;
	white-space: normal;
}

.breadcrumb__item.hidden {
	display: none;
}

.breadcrumb__item > a {
	color : #BFAB84;
}

.breadcrumb__item > a:hover {
	color           : #BFAB84;
	text-decoration : underline;
}

.breadcrumb__item::after {
	content: ">";
	margin: 0 4px 0 3px;
	font-size: 9px;
	/*! line-height: 376%; */
	color: #777;
	position: relative;
	top: -1px;
}

.breadcrumb__item:last-child::after {
	content : none;
}

.btn {
  display: block;
  width: 100%;
  height: 44px;
  border: 1px solid #000000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 42px;
  font-family: "Lato", sans-serif;
  text-align: center;
  cursor: pointer;
	color: #000000;
}

.btn > i {
  position: relative;
  top: -0.1em;
  margin-left: 10px;
  font-size: 10px;
  font-size: 0.625rem;
  vertical-align: middle;
}

.btn--1 {
	color: #ffffff;
	background: #000000;
}

.btn--1:hover {
	color: #ffffff;
}

.checkbox {
  display: block;
  line-height: 1;
  cursor: pointer;
}

.checkbox > input {
  display: none;
}

.checkbox > input:checked + span::after {
  display: block;
  position: absolute;
  top: 1px;
  left: 5px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 3px;
  height: 6px;
  border-bottom: 2px solid #000000;
  border-right: 2px solid #000000;
  content: "";
}

.checkbox > span {
  display: block;
  position: relative;
  padding-left: 20px;
  font-weight: bold;
  font-size: 12px;
  font-size: 0.75rem;
}

.checkbox > span::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  border: 1px solid #cccccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
}

.content__title {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.5;
}

.sec {
  padding-bottom: 30px;
  border-bottom: 1px dotted #cccccc;
}

.sec:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.sec__title {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
}

.sec__title.margin-bottom-zero{
	margin-bottom: 0;
}

.sec__item {
  margin-bottom: 20px;
  color: #333333;
}

.sec__item > a {
  color: #333333;
  font-weight: bold;
  text-decoration: underline;
}

.sec__item > a:hover {
  color: #333333;
  text-decoration: underline;
}

.sec__item:last-child {
  margin-bottom: 0;
}

.selectbox {
  width: 100%;
  height: auto;
  padding: 10px 15px;
  border: 1px solid #cccccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url(../img/common/arrow-select-1.svg);
  background-position: right 10px top 50%;
  background-size: 14px auto;
  background-repeat: no-repeat;
  font-size: 13px;
  font-size: 0.8125rem;
  cursor: pointer;
}

span.underline {
  text-decoration: underline;
  font-size: 12px;
}

#idCampaignBanner.hidden {
	display : none !important;
}

#idCampaignBanner2.hidden {
	display : none !important;
}
