@charset "utf-8";

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. モジュール

******************************************************************************* */
/* ==

　01. モジュール

=============================================================================== */
.r2Main {
	max-width: 950px;
	margin: 0 auto;
	padding: 30px 0;
}
.r2Footer_social {
	display: none !important;
}
/* 見出し
------------------------------------------------------------------------------- */
.qaHeading01 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 20px;
}
.qaHeading01_tit {
	position: relative;
/*	width: 50%;*/
	line-height: 1.5;
	padding: 1px 0 3px 15px;
	font-size: 200%;
	font-weight: 500;
}
.qaHeading01_tit::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 3px;
	background-color: #fa0047;
}
.qaHeading01_btn {
	width: 192px;
	line-height: 1.5;
}
.qaHeading01_btn a {
	display: block;
	line-height: 33px;
	border: 1px solid #b1b8be;
	font-size: 125%;
	text-align: center;
	text-decoration: none;
}
.qaHeading01_btn a::after {
	content: "";
	display: inline-block;
	width: 15px;
	height: 11px;
	margin: 0 0 0 5px;
	background-color: #000;
}
.qaHeading01_btn a::after {
	content: "";
	display: inline-block;
	width: 15px;
	height: 10px;
	margin: 0 0 0 10px;
	background: url(/common/images/rn03/svg/blank_ico01.svg) left top no-repeat;
	background-size: 15px 10px;
	vertical-align: 0.05em;
}
.qaHeading02 {
	line-height: 1.5;
	padding: 11px 20px 12px;
	background-color: #404040;
	color: #fff;
	font-size: 134%;
	font-weight: 500;
}
.qaHeading02 span {
	color: #FF4656;
}
/* 表組
------------------------------------------------------------------------------- */
.qaForm01 {
	width: 100%;
}
.qaForm01 th {
	position: relative;
	line-height: 1.5;
	padding: 30px 20px 20px;
	border-bottom: 1px solid #dcdcdc;
	color: #999;
	font-size: 134%;
	font-weight: 500;
	vertical-align: top;
}
.qaForm01 td {
	line-height: 1.5;
	padding: 20px 0 20px 50px;
	border-bottom: 1px solid #dcdcdc;
	vertical-align: middle;
}
.qaForm01_w1 {
	width: 245px;
}
.qaConfirm01 {
	width: 100%;
}
.qaConfirm01 th {
	position: relative;
	line-height: 1.5;
	padding: 25px 20px 25px;
	border-bottom: 1px solid #dcdcdc;
	color: #999;
	font-size: 134%;
	font-weight: 500;
	vertical-align: top;
}
.qaConfirm01 td {
	line-height: 1.5;
	padding: 25px 0 25px 50px;
	border-bottom: 1px solid #dcdcdc;
	font-size: 134%;
	font-weight: 500;
	vertical-align: middle;
}
.qaConfirm01_w1 {
	width: 245px;
}
/* レイアウト
------------------------------------------------------------------------------- */
.qaBlock01 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.qaBlock01_item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 20px 0 0;
}
.qaBlock01_item-w1 {
	width: 230px;
}
.qaBlock01_head {
	width: 3em;
	margin: 0;
	font-size: 134%;
	font-weight: bold;
}
.qaBlock01_body {
	width: -webkit-calc(100% - 40px);
	width: calc(100% - 40px);
}
.qaBlock05 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.qaBlock05_item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.qaBlock05_head {
	width: 5em;
	margin: 0;
	font-size: 134%;
	font-weight: bold;
}
.qaBlock05_body {
	width: 200px;
}
.qaBlock02 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.qaBlock02_item {
	width: 100px;
}
.qaBlock02_sp {
	width: 28px;
	line-height: 1;
	text-align: center;
}
.qaBlock02_note {
	color: #999;
	font-size: 117%;
}
.qaBlock03 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 10px 0 0;
}
.qaBlock03:first-child {
	margin-top: 0;
}
.qaBlock03_head {
	line-height: 29px;
	font-size: 125%;
	font-weight: bold;
}
.qaBlock03_body {
	width: -webkit-calc(100% - 85px);
	width: calc(100% - 85px);
}
.qaBlock03_head-w1 {
	width: 85px;
}
.qaBlock03_head-w2 {
	width: 170px;
}
.qaBlock03_head-w3 {
	width: 45px;
}
.qaBlock03_head-w1+.qaBlock03_body {
	width: -webkit-calc(100% - 85px);
	width: calc(100% - 85px);
}
.qaBlock03_head-w2+.qaBlock03_body {
	width: -webkit-calc(100% - 170px);
	width: calc(100% - 170px);
}
.qaBlock03_head-w3+.qaBlock03_body {
	width: -webkit-calc(100% - 45px);
	width: calc(100% - 45px);
}
.qaBlock04 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.qaBlock04_item {
	width: 100px;
}
.qaBlock04_sp {
	width: 28px;
	line-height: 1;
	text-align: center;
}
.qaBlock04_note {
	color: #999;
	font-size: 117%;
}
/* フォーム部品
------------------------------------------------------------------------------- */
.qaText {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: 46px;
	line-height: 1;
	padding: 0 10px;
	border: 1px solid #ccc;
	background-color: #fff;
	color: #000;
	font-family: inherit;
	font-size: 134%;
	border-radius: 0;
	box-sizing: border-box;
	transition: border 0.3s, background 0.3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	outline: none;
}
.qaText::placeholder {
	color: #bbb;
}
.qaText:-ms-input-placeholder {
	color: #bbb;
}
.qaText::-ms-input-placeholder {
	color: #bbb;
}
.qaText::-webkit-input-placeholder {
	padding-top: 0.25em;
}
.qaText::-ms-clear {
	visibility:hidden;
}
.qaText-required {
	border-color: #ffe2ec;
	background-color: #ffe2ec;
}
.qaText-ok {
	background-color: rgb(250, 255, 189);
	border-color: rgb(250, 255, 189);
}
.qaText-bdnone {
	border: none;
}
.qaArea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	line-height: 1.3;
	padding: 15px 10px;
	border: 1px solid #ccc;
	border-radius: 0;
	background-color: #f0f0f0;
	color: #000;
	font-family: inherit;
	font-size: 16px;
	resize: none;
	box-sizing: border-box;
	-webkit-appearance: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	outline: none;
}
.qaArea::placeholder {
	color: #bbb;
}
.qaArea:-ms-input-placeholder {
	color: #bbb;
}
.qaArea::-ms-input-placeholder {
	color: #bbb;
}
.qaArea::-webkit-input-placeholder {
	padding-top: 0.25em;
}
.qaArea-required {
	border-color: #ffe2ec;
	background-color: #ffe2ec;
}
.qaArea-ok {
	background-color: rgb(250, 255, 189);
	border-color: rgb(250, 255, 189);
}
.qaArea-h1 {
	height: 136px;
}
.qaSelect select {
	width: 100%;
	height: 46px;
	padding: 0 40px 0 10px;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: 1px solid #ccc;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	color: #000;
	font-size: 134%;
	font-weight: 400;
	font-family: inherit;
}
.qaSelect select::-ms-expand {
	display: none;
}
.qaSelect {
	display: inline-block;
	position: relative;
	border: none;
	background: #fff;
	overflow: hidden;
	cursor: pointer;
	vertical-align: middle;
}
.qaSelect-required {
	background: #ffe2ec;
}
.qaSelect-required select {
	border-color: #ffe2ec;
}
.qaSelect-ok {
	background-color: rgb(250, 255, 189);
	border-color: rgb(250, 255, 189);
}
.qaSelect-inline {
	display: inline-block;
	vertical-align: middle;
}
.qaSelect-disabled {
	background-color: #eee;
	opacity: 0.5;
	cursor: default;
}
.qaSelect::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 12px;
	width: 8px;
	height: 8px;
	margin: -7px 0 0;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	pointer-events: none;
	transform: rotate(45deg);
}
.qaRadio01 {
	line-height: 1.5;
	padding: 8px 0 8px;
	font-size: 134%;
	letter-spacing: -0.5em;
}
.qaRadio01 li {
	display: inline-block;
	margin: 0 30px 0 0;
	letter-spacing: normal;
}
.qaRadio01 li:last-child {
	margin-right: 0;
}
.qaRadio02 {
	line-height: 1.5;
	font-size: 134%;
}
.qaRadio02 li {
	margin: 5px 0 0;
	letter-spacing: normal;
}
.qaRadio02 li:first-child {
	margin-top: 0;
}
.qaCheck01 {
	line-height: 1.5;
	font-size: 134%;
	letter-spacing: -0.5em;
}
.qaCheck01 li {
	display: inline-block;
	margin: 0 30px 0 0;
	letter-spacing: normal;
}
.qaCheck01 li:last-child {
	margin-right: 0;
}
.qaCheck02 {
	line-height: 1.5;
	font-size: 134%;
}
.qaCheck02 li {
	margin: 5px 0 0;
	letter-spacing: normal;
}
.qaCheck02 li:first-child {
	margin-top: 0;
}
.qaCheck_wrap {
	display: inline-block;
	position: relative;
	min-height: 23px;
	line-height: 1.3;
	padding: 1px 0 0 23px;
	box-sizing: border-box;
	vertical-align: middle;
	cursor: pointer;
}
.qaCheck-hide {
	display: none !important;
}
.qaCheck+span {
	display: inline-block;
	position: absolute;
	top: 4px;
	left: 0;
	width: 15px;
	height: 15px;
	margin: 0 10px 0 0;
	cursor: pointer;
	outline: none;
}
.qaCheck+span::before {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	border: 1px solid #aaa;
	background-color: #fff;
	box-sizing: border-box;
}
.qaCheck+span::after {
	content: "";
	position: absolute;
	top: 3px;
	left: 3px;
	width: 7px;
	height: 4px;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.qaCheck+.disable {
	opacity: 0.5;
	cursor: default;
}
.qaCheck-required+span::before {
	border: 1px solid #aaa;
	background-color: #fcc;
}
.qaCheck-required+span::after {
	border-color: #fcc;
}
.qaCheck:checked+span::before {
	border-color: #aaa;
	background-color: #fff;
}
.qaCheck:checked+span::after {
	border-color: #000;
}
.qaRadio_wrap {
	display: inline-block;
	position: relative;
	min-height: 23px;
	line-height: 1.3;
	padding: 1px 0 0 24px;
	box-sizing: border-box;
	vertical-align: middle;
	cursor: pointer;
}
.qaRadio-hide {
	display: none !important;
}
.qaRadio+span {
	display: inline-block;
	position: absolute;
	top: 4px;
	left: 0;
	width: 15px;
	height: 15px;
	margin: 0 10px 0 0;
	cursor: pointer;
	outline: none;
}
.qaRadio+span::before {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	border: 1px solid #aaa;
	border-radius: 100%;
	box-sizing: border-box;
}
.qaRadio+span::after {
	content: "";
	position: absolute;
	top: 4px;
	left: 4px;
	width: 7px;
	height: 7px;
	border-radius: 100%;
}
.qaRadio+.disable {
	opacity: 0.5;
	cursor: default;
}
.qaRadio-required+span::before {
	border: 1px solid #aaa;
	background-color: #fcc;
}
.qaRadio:checked+span::before {
	border-color: #0075FF;
	background-color: #fff;
}
.qaRadio:checked+span::after {
	background-color: #0075FF;
}
/* テキスト装飾
------------------------------------------------------------------------------- */
.qaNote01 {
	line-height: 1.78;
	margin: 10px 0 11px 1em;
	color: #999;
	font-size: 117%;
	text-indent: -1em;
}
.qaNote01:last-child {
	margin-bottom: 0;
}
.qaTxt01 {
	line-height: 1.5;
	margin: 2px 0 0;
	font-size: 134%;
}
.qaTxt01::after {
	content: "";
	display: inline-block;
	width: 15px;
	height: 10px;
	margin: 0 0 0 10px;
	background: url(/common/images/rn03/svg/blank_ico01.svg) left top no-repeat;
	background-size: 15px 10px;
	vertical-align: 0.05em;
}
.qaTxt01 a {
	color: #404F6F;
}
.qaTxt02 {
	line-height: 1.6;
	margin: 50px 0 15px;
	font-size: 134%;
	text-align: center;
}
.qaTxt02+.qaTxt02 {
	margin-top: 0;
}
.qaTxt02 em {
	font-size: 130%;
}
.qaTxt03 {
	line-height: 1.75;
	margin: 40px 0 0;
	font-size: 134%;
	text-align: center;
}
.qaList01 {
	margin: 38px 20px 0;
}
.qaList01 li {
	position: relative;
	line-height: 1.78;
	margin: 0;
	padding: 0 0 0 17px;
	font-size: 117%;
}
.qaList01 li::before {
	content: "";
	display: block;
	position: absolute;
	top: 0.5em;
	left: 0;
	width: 12px;
	height: 12px;
	background-color: #666;
}
/* ポリシー
------------------------------------------------------------------------------- */
.qaPolicy01 {
	height: 280px;
	margin: 37px 0 0;
	background-color: #f0f4f7;
	overflow-y: scroll;
}
.qaPolicy01_in {
	padding: 17px 20px;
}
.qaPolicy01_tit {
	line-height: 1.866;
	margin: 0 0 5px;
	font-size: 134%;
	font-weight: 500;
}
.qaPolicy01_txt {
	line-height: 1.78;
	margin: 0 0 25px;
	color: #666;
	font-size: 117%;
}
.qaPolicy01_txt:last-child {
	margin-bottom: 0;
}
/* ボタン
------------------------------------------------------------------------------- */
.qaBtns01 {
	margin: 30px 0 0;
}
.qaBtns01_btn {
	display: block;
	-webkit-appearance: none;
	appearance: none;
	position: relative;
	width: 300px;
	line-height: 1.5;
	margin: 0 auto;
	padding: 19px 10px 19px;
	border: none;
	border-radius: 6px;
	color: #fff;
	font-family: inherit;
	font-size: 134%;
	text-decoration: none;
	box-sizing: border-box;
	cursor: pointer;
	vertical-align: top;
	text-align: center;
}
.qaBtns01_btn-t1 {
	background-color: #a0a0a0;
	cursor: default;
}
.qaBtns01_btn-t2 {
	background: linear-gradient(90deg, rgba(226, 0, 64, 1) 0%, rgba(194, 20, 60, 1) 100%);
	background-repeat: no-repeat;
}
.qaBtns01_btn-t3 {
	background-color: #a0a0a0;
}
.qaBtns02 {
	margin: 60px 0 0;
	letter-spacing: -0.5em;
	text-align: center;
}
.qaBtns02_btn {
	display: inline-block;
	position: relative;
	width: 300px;
	line-height: 1.5;
	margin: 0 10px;
	padding: 19px 10px 19px;
	border: none;
	border-radius: 6px;
	color: #fff;
	font-family: inherit;
	font-size: 134%;
	text-decoration: none;
	box-sizing: border-box;
	cursor: pointer;
	vertical-align: top;
	text-align: center;
	letter-spacing: normal;
}
.qaBtns02_btn-t1 {
	background: linear-gradient(90deg, rgba(102, 102, 102, 1) 0%, rgba(102, 102, 102, 1) 100%);
	background-repeat: no-repeat;
}
.qaBtns02_btn-t2 {
	background: linear-gradient(90deg, rgba(226, 0, 64, 1) 0%, rgba(194, 20, 60, 1) 100%);
	background-repeat: no-repeat;
}
/* 必須
------------------------------------------------------------------------------- */
.qaRequired01 {
	display: block;
	position: absolute;
	top: 30px;
	right: 0;
	bottom: 0;
	width: 24px;
	text-align: center;
	color: #ff4656;
}