@charset "UTF-8";
.r2-main {
	color: #000; 
	font-family: "Lato", ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
}
.r2-main input {
	padding: 0;
}

.r2-contents__header {
	margin: 0 auto;
	padding: 30px 15px 20px;
	background-color: #fff;
}

.r2-contents__body {
	margin: 0 auto;
	padding: 0 15px;
	background-color: #fff;
}

.r2-contents__aside {
	margin: 0 auto;
}

.pad {
	padding-right: 15px; 
	padding-left: 15px;
}

.mgn {
	margin-right: 15px; 
	margin-left: 15px;
}

.r2-blk {
	margin-top: 40px;
}
.r2-blk > *:first-child {
	margin-top: 0;
}

.r2-isd-sec-bd {
	padding-top: 30px;
	padding-bottom: 15px;
	border-top: solid 1px #e5e5e5; 
	background-color: #fff;
}

.r2-blk60 {
	margin-top: 40px;
}

.r2-blk80 {
	margin-top: 40px;
}

.r2-blk100 {
	margin-top: 60px;
}

.r2-blk-bd {
	position: relative;
	overflow: hidden;
	margin-top: 40px;
	margin-bottom: 10px;
	padding-top: 41px;
	border-top: solid 1px #e5e5e5;
}
.r2-blk-bd > *:first-child {
	margin-top: 0;
}

.r2-box {
	margin-top: 20px;
}
.r2-box > *:first-child {
	margin-top: 0;
}

.r2-box-gray {
	margin-top: 20px;
	padding: 20px 15px;
	background-color: #f7f7f7;
}
.r2-box-gray > *:first-child {
	margin-top: 0;
}

.r2-box-home {
	position: relative; 
	margin-top: 20px;
	margin-bottom: 40px;
}
.r2-box-home .r2-lnk-gray-s a {
	margin: 0;
}

.r2-box-oc {
	border-top: solid 2px #e5e5e5;
	border-right: solid 1px #e5e5e5;
	border-bottom: solid 1px #e5e5e5;
	border-left: solid 1px #e5e5e5;
	border-bottom-right-radius: 4px; 
	border-bottom-left-radius: 4px;
}
.r2-box-oc__ttl {
	position: relative;
	padding: 20px 15px;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 2.5;
	cursor: pointer;
}
.r2-box-oc__ttl:before,
.r2-box-oc__ttl:after {
	position: absolute;
	top: 50%;
	right: 15px;
	display: block;
	margin-top: -1px;
	width: 10px;
	height: 2px;
	background: #666;
	content: "";
	-webkit-transition: all .2s;
	transition: all .2s;
}
.r2-box-oc__ttl:before {
	-webkit-transform: none;
	transform: none;
}
.r2-box-oc__ttl:after {
	opacity: 0;
	-webkit-transform: rotate(0);
	transform: rotate(0);
}
.r2-box-oc__ttl.is-close:after {
	opacity: 1;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.r2-box-oc__contents {
	padding: 20px 15px;
}
.r2-box-oc__contents > p:not(:first-child),
.r2-box-oc__contents > dl:not(:first-child),
.r2-box-oc__contents > div:not(:first-child),
.r2-box-oc__contents > ul:not(:first-child) {
	margin-top: 20px;
}
.r2-box-oc__contents > .r2-formtable:first-child > dt:first-child {
	padding-top: 0; 
	border-top: 0;
}
.r2-box-oc__contents .r2-formtable {
	padding-bottom: 0; 
	border-bottom: none;
}
.r2-box-oc__contents .r2-formtable dl:last-child {
	border-bottom: none;
}
.r2-box-oc__contents .r2-radiotable {
	border-bottom: solid 1px #e5e5e5;
}
.r2-box-oc__contents + .r2-box-oc__ttl {
	border-top: solid 1px #e5e5e5;
}

.r2-box-ocform {
	border-top: solid 2px #e5e5e5;
}
.r2-box-ocform:first-of-type {
	margin-top: 40px;
}
.r2-box-ocform:last-of-type {
	border-bottom: solid 2px #e5e5e5;
}
.r2-box-ocform .r2-txt,
.r2-box-ocform .r2-txt-cntr,
.r2-box-ocform .r2-txt-l,
.r2-box-ocform .r2-txt-l-cntr,
.r2-box-ocform .r2-dl dd,
.r2-dl .r2-box-ocform dd,
.r2-box-ocform .r2-dl-circle dd,
.r2-dl-circle .r2-box-ocform dd,
.r2-box-ocform .r2-list li,
.r2-list .r2-box-ocform li,
.r2-box-ocform .r2-list-l li,
.r2-list-l .r2-box-ocform li,
.r2-box-ocform .r2-list-circle li,
.r2-list-circle .r2-box-ocform li,
.r2-box-ocform .r2-list-square li,
.r2-list-square .r2-box-ocform li,
.r2-box-ocform .r2-list-cntr li,
.r2-list-cntr .r2-box-ocform li,
.r2-box-ocform .r2-list-l-cntr li,
.r2-list-l-cntr .r2-box-ocform li,
.r2-box-ocform .r2-btnwrap .r2-attention li,
.r2-btnwrap .r2-attention .r2-box-ocform li,
.r2-box-ocform .r2-btnwrap-l .r2-attention li,
.r2-btnwrap-l .r2-attention .r2-box-ocform li,
.r2-box-ocform .r2-lnk-gray-s {
	margin-bottom: 20px;
}
.r2-box-ocform__ttl {
	position: relative; 
	text-align: left;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1.5;
}
.r2-box-ocform__ttl:after {
	position: absolute;
	top: calc(50% - 2px);
	left: 0; 
	display: none;
	width: 8px;
	height: 4px;
	background-color: #df2e59;
	content: "";
}
.r2-box-ocform__ttl a {
	position: relative; 
	display: block;
	padding: 30px 15px;
}
.r2-box-ocform__ttl a:before,
.r2-box-ocform__ttl a:after {
	position: absolute;
	top: 50%;
	right: 15px;
	display: block;
	margin-top: -1px;
	width: 10px;
	height: 2px;
	background: #666;
	content: "";
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
.r2-box-ocform__ttl a:after {
	-webkit-transform: rotate(0);
	transform: rotate(0);
}
.is-close .r2-box-ocform__ttl a:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.r2-box-ocform__contents {
	margin-top: 0;
}

.r2-panel-attn {
	margin-top: 20px;
	margin-bottom: 40px;
	padding: 20px 15px;
	background-color: #fff2f2; 
	color: #c33;
	font-size: 1.4rem;
	line-height: 1.5;
}
.r2-panel-attn__ttl {
	text-align: center; 
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 1.5;
}
.r2-panel-attn__ttl--large {
	margin-bottom: 24px; 
	font-size: 2rem;
	line-height: 1.5;
}
.r2-panel-attn__sttl {
	margin-top: 20px; 
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 1.5;
}
.r2-panel-attn .r2-list-circle li {
	color: #c33;
}
.r2-panel-attn a {
	color: #c33;
	text-decoration: underline;
}
.r2-panel-attn a:hover {
	text-decoration: none;
}
.r2-panel-attn a[target="_blank"]:after {
	background-position: -36px -134px;
}

.r2-panel {
	margin: 40px 15px;
	text-align: center;
}
.r2-panel p,
.r2-panel span {
	display: inline-block;
	margin: 0 auto;
	padding: 17px 39px;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	text-align: center;
	word-break: break-all; 
	font-size: 1.6rem;
	line-height: 1.5;
}

.r2-blk-hdl1 {
	position: relative; 
	margin-bottom: 40px;
	padding-top: 10px;
	padding-bottom: 18px;
	color: #000;
	text-align: center;
	font-weight: bold;
	font-size: 2.2rem;
	line-height: 1.5;
}
.r2-blk-hdl1:after {
	position: absolute;
	bottom: 0;
	left: calc(50% - 33px);
	display: block;
	width: 66px;
	height: 4px;
	background-color: #df2e59; 
	content: "";
}
.r2-blk-hdl1 span {
	display: inline-block;
}
.r2-blk-hdl1.mb20 {
	margin-bottom: 20px;
}

.r2-blk-hdl2 {
	margin-top: 40px;
	margin-right: 15px;
	margin-bottom: 20px;
	margin-left: 15px;
	color: #000; 
	text-align: center;
	font-weight: bold;
	font-size: 2rem;
	line-height: 1.5;
}
.r2-blk-hdl2.nomgn-side {
	margin-right: 0; 
	margin-left: 0;
}

.r2-blk-hdl3 {
	position: relative; 
	margin: 40px 0 20px;
	padding: 6px 0 6px 20px;
	color: #000;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.55556;
}
.r2-blk-hdl3:after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 4px;
	height: 100%;
	background-color: #df2e59; 
	content: "";
}
.r2-blk-hdl3.mgn {
	margin-right: 15px; 
	margin-left: 15px;
}
.r2-blk-hdl3.nomgn-side {
	margin-right: 0; 
	margin-left: 0;
}

.r2-blk-hdl4 {
	position: relative;
	margin-top: 40px;
	margin-bottom: 20px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 20px;
	text-align: left; 
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.55556;
}
.r2-blk-hdl4:after {
	position: absolute;
	top: calc(50% - 2px);
	left: 0;
	display: block;
	width: 8px;
	height: 4px;
	background-color: #df2e59; 
	content: "";
}
.r2-blk-hdl4.nomgn-side {
	margin-right: 0; 
	margin-left: 0;
}

.r2-blk-hdl5 {
	margin-bottom: 8px; 
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.5;
}
.r2-blk-hdl5.mgn {
	margin-right: 15px; 
	margin-left: 15px;
}
.r2-blk-hdl5.nomgn-side {
	margin-right: 0; 
	margin-left: 0;
}

.r2-main a[target="_blank"]:after {
	display: inline-block;
	margin-left: 6px;
	width: 12px;
	height: 12px;
	background-image: url(../images/r2_common_parts/icons_tool.svg);
	background-position: 0 -134px; 
	background-size: 140px 146px;
	background-repeat: no-repeat;
	content: "";
	vertical-align: middle;
}

.r2-txt,
.r2-txt-cntr,
.r2-txt-l,
.r2-txt-l-cntr,
.r2-dl dd,
.r2-dl-circle dd,
.r2-list li,
.r2-list-l li,
.r2-list-circle li,
.r2-list-square li,
.r2-list-cntr li,
.r2-list-l-cntr li,
.r2-btnwrap .r2-attention li,
.r2-btnwrap-l .r2-attention li {
	color: #000;
	word-wrap: break-word;
	word-break: break-all; 
	font-size: 1.4rem;
	line-height: 1.5;
}
.r2-txt.gray,
.gray.r2-txt-cntr,
.gray.r2-txt-l,
.gray.r2-txt-l-cntr,
.r2-dl dd.gray,
.r2-dl-circle dd.gray,
.r2-list li.gray,
.r2-list-l li.gray,
.r2-list-circle li.gray,
.r2-list-square li.gray,
.r2-list-cntr li.gray,
.r2-list-l-cntr li.gray,
.r2-btnwrap .r2-attention li.gray,
.r2-btnwrap-l .r2-attention li.gray,
.r2-txt .gray,
.r2-txt-cntr .gray,
.r2-txt-l .gray,
.r2-txt-l-cntr .gray,
.r2-dl dd .gray,
.r2-dl-circle dd .gray,
.r2-list li .gray,
.r2-list-l li .gray,
.r2-list-circle li .gray,
.r2-list-square li .gray,
.r2-list-cntr li .gray,
.r2-list-l-cntr li .gray,
.r2-btnwrap .r2-attention li .gray,
.r2-btnwrap-l .r2-attention li .gray {
	color: #666;
}
.r2-txt.gray a,
.gray.r2-txt-cntr a,
.gray.r2-txt-l a,
.gray.r2-txt-l-cntr a,
.r2-dl dd.gray a,
.r2-dl-circle dd.gray a,
.r2-list li.gray a,
.r2-list-l li.gray a,
.r2-list-circle li.gray a,
.r2-list-square li.gray a,
.r2-list-cntr li.gray a,
.r2-list-l-cntr li.gray a,
.r2-btnwrap .r2-attention li.gray a,
.r2-btnwrap-l .r2-attention li.gray a,
.r2-txt .gray a,
.r2-txt-cntr .gray a,
.r2-txt-l .gray a,
.r2-txt-l-cntr .gray a,
.r2-dl dd .gray a,
.r2-dl-circle dd .gray a,
.r2-list li .gray a,
.r2-list-l li .gray a,
.r2-list-circle li .gray a,
.r2-list-square li .gray a,
.r2-list-cntr li .gray a,
.r2-list-l-cntr li .gray a,
.r2-btnwrap .r2-attention li .gray a,
.r2-btnwrap-l .r2-attention li .gray a {
	color: #666;
}
.r2-txt.key,
.key.r2-txt-cntr,
.key.r2-txt-l,
.key.r2-txt-l-cntr,
.r2-dl dd.key,
.r2-dl-circle dd.key,
.r2-list li.key,
.r2-list-l li.key,
.r2-list-circle li.key,
.r2-list-square li.key,
.r2-list-cntr li.key,
.r2-list-l-cntr li.key,
.r2-btnwrap .r2-attention li.key,
.r2-btnwrap-l .r2-attention li.key,
.r2-txt .key,
.r2-txt-cntr .key,
.r2-txt-l .key,
.r2-txt-l-cntr .key,
.r2-dl dd .key,
.r2-dl-circle dd .key,
.r2-list li .key,
.r2-list-l li .key,
.r2-list-circle li .key,
.r2-list-square li .key,
.r2-list-cntr li .key,
.r2-list-l-cntr li .key,
.r2-btnwrap .r2-attention li .key,
.r2-btnwrap-l .r2-attention li .key {
	color: #df2e59;
}
.r2-txt.key a,
.key.r2-txt-cntr a,
.key.r2-txt-l a,
.key.r2-txt-l-cntr a,
.r2-dl dd.key a,
.r2-dl-circle dd.key a,
.r2-list li.key a,
.r2-list-l li.key a,
.r2-list-circle li.key a,
.r2-list-square li.key a,
.r2-list-cntr li.key a,
.r2-list-l-cntr li.key a,
.r2-btnwrap .r2-attention li.key a,
.r2-btnwrap-l .r2-attention li.key a,
.r2-txt .key a,
.r2-txt-cntr .key a,
.r2-txt-l .key a,
.r2-txt-l-cntr .key a,
.r2-dl dd .key a,
.r2-dl-circle dd .key a,
.r2-list li .key a,
.r2-list-l li .key a,
.r2-list-circle li .key a,
.r2-list-square li .key a,
.r2-list-cntr li .key a,
.r2-list-l-cntr li .key a,
.r2-btnwrap .r2-attention li .key a,
.r2-btnwrap-l .r2-attention li .key a {
	color: #df2e59;
}
.r2-txt.red,
.red.r2-txt-cntr,
.red.r2-txt-l,
.red.r2-txt-l-cntr,
.r2-dl dd.red,
.r2-dl-circle dd.red,
.r2-list li.red,
.r2-list-l li.red,
.r2-list-circle li.red,
.r2-list-square li.red,
.r2-list-cntr li.red,
.r2-list-l-cntr li.red,
.r2-btnwrap .r2-attention li.red,
.r2-btnwrap-l .r2-attention li.red,
.r2-txt .red,
.r2-txt-cntr .red,
.r2-txt-l .red,
.r2-txt-l-cntr .red,
.r2-dl dd .red,
.r2-dl-circle dd .red,
.r2-list li .red,
.r2-list-l li .red,
.r2-list-circle li .red,
.r2-list-square li .red,
.r2-list-cntr li .red,
.r2-list-l-cntr li .red,
.r2-btnwrap .r2-attention li .red,
.r2-btnwrap-l .r2-attention li .red {
	color: #c33;
}
.r2-txt.red a,
.red.r2-txt-cntr a,
.red.r2-txt-l a,
.red.r2-txt-l-cntr a,
.r2-dl dd.red a,
.r2-dl-circle dd.red a,
.r2-list li.red a,
.r2-list-l li.red a,
.r2-list-circle li.red a,
.r2-list-square li.red a,
.r2-list-cntr li.red a,
.r2-list-l-cntr li.red a,
.r2-btnwrap .r2-attention li.red a,
.r2-btnwrap-l .r2-attention li.red a,
.r2-txt .red a,
.r2-txt-cntr .red a,
.r2-txt-l .red a,
.r2-txt-l-cntr .red a,
.r2-dl dd .red a,
.r2-dl-circle dd .red a,
.r2-list li .red a,
.r2-list-l li .red a,
.r2-list-circle li .red a,
.r2-list-square li .red a,
.r2-list-cntr li .red a,
.r2-list-l-cntr li .red a,
.r2-btnwrap .r2-attention li .red a,
.r2-btnwrap-l .r2-attention li .red a {
	color: #c33;
}
.r2-txt a,
.r2-txt-cntr a,
.r2-txt-l a,
.r2-txt-l-cntr a,
.r2-dl dd a,
.r2-dl-circle dd a,
.r2-list li a,
.r2-list-l li a,
.r2-list-circle li a,
.r2-list-square li a,
.r2-list-cntr li a,
.r2-list-l-cntr li a,
.r2-btnwrap .r2-attention li a,
.r2-btnwrap-l .r2-attention li a {
	color: #000;
	text-decoration: underline;
}
.r2-txt a[target="_blank"]:after,
.r2-txt-cntr a[target="_blank"]:after,
.r2-txt-l a[target="_blank"]:after,
.r2-txt-l-cntr a[target="_blank"]:after,
.r2-dl dd a[target="_blank"]:after,
.r2-dl-circle dd a[target="_blank"]:after,
.r2-list li a[target="_blank"]:after,
.r2-list-l li a[target="_blank"]:after,
.r2-list-circle li a[target="_blank"]:after,
.r2-list-square li a[target="_blank"]:after,
.r2-list-cntr li a[target="_blank"]:after,
.r2-list-l-cntr li a[target="_blank"]:after,
.r2-btnwrap .r2-attention li a[target="_blank"]:after,
.r2-btnwrap-l .r2-attention li a[target="_blank"]:after {
	margin-right: 6px;
}

.r2-txt-cntr {
	text-align: center;
}

.r2-txt-l {
	font-size: 1.6rem;
	line-height: 1.5;
}
.r2-txt-l small {
	font-size: 1.4rem;
	line-height: 1.5;
}

.r2-txt-l-cntr {
	text-align: center; 
	font-size: 1.6rem;
	line-height: 1.5;
}
.r2-txt-l-cntr small {
	font-size: 1.4rem;
	line-height: 1.5;
}

.r2-txt-res {
	text-align: left;
}

.r2-dl,
.r2-dl-circle {
	color: #000; 
	font-size: 1.4rem;
	line-height: 1.5;
}
.r2-dl.gray dt,
.gray.r2-dl-circle dt,
.r2-dl.gray dd,
.gray.r2-dl-circle dd,
.r2-dl.gray a,
.gray.r2-dl-circle a {
	color: #666;
}
.r2-dl.key dt,
.key.r2-dl-circle dt,
.r2-dl.key dd,
.key.r2-dl-circle dd,
.r2-dl.key a,
.key.r2-dl-circle a {
	color: #df2e59;
}
.r2-dl.red dt,
.red.r2-dl-circle dt,
.r2-dl.red dd,
.red.r2-dl-circle dd,
.r2-dl.red a,
.red.r2-dl-circle a {
	color: #c33;
}
.r2-dl a,
.r2-dl-circle a {
	color: #000;
}
.r2-dl dt,
.r2-dl-circle dt {
	margin-top: 20px;
	font-weight: bold;
}
.r2-dl dt:first-child,
.r2-dl-circle dt:first-child {
	margin-top: 0;
}
.r2-dl dd.notice,
.r2-dl-circle dd.notice {
	position: relative;
	padding-left: 1em;
}
.r2-dl dd.notice:before,
.r2-dl-circle dd.notice:before {
	display: inline-block;
	margin-left: -1em; 
	width: 1em;
	content: "\203B";
}

.r2-dl-circle dd:not([class]) {
	position: relative;
	padding-left: 1em;
}
.r2-dl-circle dd:not([class]):before {
	display: inline-block;
	margin-left: -1em; 
	width: 1em;
	content: "\30FB";
}

.r2-list.gray li,
.gray.r2-list-l li,
.gray.r2-list-circle li,
.gray.r2-list-square li,
.gray.r2-list-cntr li,
.gray.r2-list-l-cntr li,
.r2-btnwrap .gray.r2-attention li,
.r2-btnwrap-l .gray.r2-attention li,
.r2-list.gray a,
.gray.r2-list-l a,
.gray.r2-list-circle a,
.gray.r2-list-square a,
.gray.r2-list-cntr a,
.gray.r2-list-l-cntr a,
.r2-btnwrap .gray.r2-attention a,
.r2-btnwrap-l .gray.r2-attention a {
	color: #666;
}

.r2-list.key li,
.key.r2-list-l li,
.key.r2-list-circle li,
.key.r2-list-square li,
.key.r2-list-cntr li,
.key.r2-list-l-cntr li,
.r2-btnwrap .key.r2-attention li,
.r2-btnwrap-l .key.r2-attention li,
.r2-list.key a,
.key.r2-list-l a,
.key.r2-list-circle a,
.key.r2-list-square a,
.key.r2-list-cntr a,
.key.r2-list-l-cntr a,
.r2-btnwrap .key.r2-attention a,
.r2-btnwrap-l .key.r2-attention a {
	color: #df2e59;
}

.r2-list.red li,
.red.r2-list-l li,
.red.r2-list-circle li,
.red.r2-list-square li,
.red.r2-list-cntr li,
.red.r2-list-l-cntr li,
.r2-btnwrap .red.r2-attention li,
.r2-btnwrap-l .red.r2-attention li,
.r2-list.red a,
.red.r2-list-l a,
.red.r2-list-circle a,
.red.r2-list-square a,
.red.r2-list-cntr a,
.red.r2-list-l-cntr a,
.r2-btnwrap .red.r2-attention a,
.r2-btnwrap-l .red.r2-attention a {
	color: #c33;
}

.r2-list li.notice,
.r2-list-l li.notice,
.r2-list-circle li.notice,
.r2-list-square li.notice,
.r2-list-cntr li.notice,
.r2-list-l-cntr li.notice,
.r2-btnwrap .r2-attention li.notice,
.r2-btnwrap-l .r2-attention li.notice {
	position: relative;
	padding-left: 1em;
}
.r2-list li.notice:before,
.r2-list-l li.notice:before,
.r2-list-circle li.notice:before,
.r2-list-square li.notice:before,
.r2-list-cntr li.notice:before,
.r2-list-l-cntr li.notice:before,
.r2-btnwrap .r2-attention li.notice:before,
.r2-btnwrap-l .r2-attention li.notice:before {
	display: inline-block;
	margin-left: -1em; 
	width: 1em;
	content: "\203B";
}

.r2-list-circle li {
	position: relative;
	padding-left: 1em;
}
.r2-list-circle li:before {
	display: inline-block;
	margin-left: -1em;
	width: 1em;
	content: "\30FB";
	vertical-align: 2px;
}

.r2-list-square li {
	position: relative;
	padding-left: 1em;
}
.r2-list-square li:before {
	display: inline-block;
	margin-left: -1em;
	width: 1em;
	content: "\25A0";
	vertical-align: 2px;
}

.r2-list-cntr li {
	text-align: center;
}

.r2-list-l li {
	font-size: 1.6rem;
	line-height: 1.5;
}

.r2-list-l-cntr li {
	text-align: center; 
	font-size: 1.6rem;
	line-height: 1.5;
}

.r2-lnk-bd-s {
	display: block; 
	margin-top: 15px;
}
.r2-lnk-bd-s a {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 1em;
	width: 100%;
	height: 100%;
	border: solid 1px #e5e5e5;
	border-radius: 4px;
	color: #000; 
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.5;
}
.r2-lnk-bd-s a:before {
	position: absolute;
	top: 50%;
	right: 15px;
	display: block;
	width: 10px;
	height: 10px;
	background-image: url(../images/r2_common_parts/arrow.svg);
	background-position: 0 -30px;
	background-repeat: no-repeat;
	content: "";
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.r2-formagree {
	margin-top: 80px;
	text-align: center;
}
.r2-formagree > .r2-btn-key,
.r2-formagree > .r2-btn-gray,
.r2-formagree > .r2-link-key,
.r2-formagree > .r2-link-gray {
	margin: 0 auto;
}

.r2-btnwrap > p,
.r2-btnwrap-l > p {
	margin-top: 20px;
}
.r2-btnwrap > p .red,
.r2-btnwrap-l > p .red {
	color: #c33;
}

.r2-btnwrap > p:not([class*="cntr"]),
.r2-btnwrap-l > p:not([class*="cntr"]) {
	text-align: left;
}

.r2-btnwrap a,
.r2-btnwrap-l a {
	text-decoration: underline;
}

.r2-btnwrap .r2-attention,
.r2-btnwrap-l .r2-attention {
	margin-top: 20px;
}

.r2-btnwrap ul:not(.r2-attention),
.r2-btnwrap-l ul:not(.r2-attention) {
	margin-top: 20px;
}
.r2-btnwrap ul:not(.r2-attention) li,
.r2-btnwrap-l ul:not(.r2-attention) li {
	width: 100%;
}

.r2-btnwrap ul:not([class]) li:not(:first-child),
.r2-btnwrap-l ul:not([class]) li:not(:first-child) {
	margin-top: 10px;
}

.r2-btnwrap {
	margin-top: 40px;
}

.r2-btnwrap-l {
	margin-top: 40px;
}

.r2-lnk,
.r2-lnk-key,
.r2-lnk-gray {
	display: block;
	margin: 0;
	width: 100%;
}
.r2-lnk a,
.r2-lnk-key a,
.r2-lnk-gray a {
	position: relative;
	display: block;
	padding: 13px 1em;
	width: 100%;
	text-align: center;
	text-decoration: none;
	font-weight: bold; 
	font-size: 1.6rem;
	line-height: 1.5;
	-webkit-transition: background .2s ease;
	transition: background .2s ease;
}
.r2-lnk a:before,
.r2-lnk-key a:before,
.r2-lnk-gray a:before {
	position: absolute;
	top: 50%;
	right: 15px;
	display: block;
	width: 10px;
	height: 10px;
	background-image: url(../images/r2_common_parts/arrow.svg);
	background-position: 0 -20px;
	background-repeat: no-repeat;
	content: "";
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.r2-lnk.return a,
.return.r2-lnk-key a,
.return.r2-lnk-gray a {
	padding: 10px 16px; 
	font-size: 1.4rem;
	line-height: 1.5;
}
.r2-lnk.return a:before,
.return.r2-lnk-key a:before,
.return.r2-lnk-gray a:before {
	right: auto;
	left: 15px;
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}
.r2-lnk.return50,
.return50.r2-lnk-key,
.return50.r2-lnk-gray {
	height: 50px;
}
.r2-lnk.return50 a,
.return50.r2-lnk-key a,
.return50.r2-lnk-gray a {
	padding: 18px 16px; 
	font-size: 1.4rem;
	line-height: 1.5;
}
.r2-lnk.return50 a:before,
.return50.r2-lnk-key a:before,
.return50.r2-lnk-gray a:before {
	right: auto;
	left: 15px;
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

.r2-lnk-key a {
	background: #df2e59;
	color: #fff;
}

.r2-lnk-gray a {
	background: #666;
	color: #fff;
}

.r2-lnk-s,
.r2-lnk-key-s,
.r2-lnk-gray-s {
	display: inline-block;
	margin: 0;
}
.r2-lnk-s a,
.r2-lnk-key-s a,
.r2-lnk-gray-s a {
	position: relative;
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 30px;
	width: 100%;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 1.42857;
	cursor: pointer; 
	-webkit-transition: .2s ease; 
	transition: .2s ease;
}
.r2-lnk-s a:before,
.r2-lnk-key-s a:before,
.r2-lnk-gray-s a:before {
	position: absolute;
	top: 50%;
	right: 15px;
	display: block;
	width: 10px;
	height: 10px;
	background-image: url(../images/r2_common_parts/arrow.svg);
	background-position: 0 -20px;
	background-repeat: no-repeat;
	content: "";
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.r2-lnk-s.right,
.right.r2-lnk-key-s,
.right.r2-lnk-gray-s {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 20px;
	width: 100%;
	text-align: right;
}
.r2-lnk-s.right a,
.right.r2-lnk-key-s a,
.right.r2-lnk-gray-s a {
	width: auto;
}
.r2-lnk-s.blank,
.blank.r2-lnk-key-s,
.blank.r2-lnk-gray-s {
	background-image: url(../images/r2_common_parts/arrow.svg);
}

.r2-lnk-key-s a {
	background: #df2e59;
	color: #fff;
}

.r2-lnk-gray-s a {
	background: #666;
	color: #fff;
}

.r2-btn,
.r2-btn-key,
.r2-btn-gray {
	position: relative;
	display: block;
	margin: 0;
	width: 100%;
}
.r2-btn:before,
.r2-btn-key:before,
.r2-btn-gray:before {
	position: absolute;
	top: 50%;
	right: 15px;
	display: block;
	width: 10px;
	height: 10px;
	background-image: url(../images/r2_common_parts/arrow.svg);
	background-position: 0 -20px;
	background-repeat: no-repeat;
	content: "";
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.r2-btn input[type="submit"],
.r2-btn-key input[type="submit"],
.r2-btn-gray input[type="submit"],
.r2-btn input[type="button"],
.r2-btn-key input[type="button"],
.r2-btn-gray input[type="button"] {
	padding: 12px 1em; 
	width: 100%;
	height: auto;
	border: none;
	border-radius: 0;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1.5;
	cursor: pointer;
	-webkit-transition: background .2s ease;
	transition: background .2s ease;

	-webkit-appearance: none;

	-moz-appearance: none;

	appearance: none;
}
.r2-btn.return:before,
.return.r2-btn-key:before,
.return.r2-btn-gray:before {
	right: auto;
	left: 15px;
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}
.r2-btn.return input[type="submit"],
.return.r2-btn-key input[type="submit"],
.return.r2-btn-gray input[type="submit"],
.r2-btn.return input[type="button"],
.return.r2-btn-key input[type="button"],
.return.r2-btn-gray input[type="button"] {
	padding: 10px 1em; 
	font-size: 1.4rem;
	line-height: 1.5;
}
.r2-btn.return50,
.return50.r2-btn-key,
.return50.r2-btn-gray {
	height: 50px;
}
.r2-btn.return50:before,
.return50.r2-btn-key:before,
.return50.r2-btn-gray:before {
	right: auto;
	left: 15px;
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}
.r2-btn.return50 input[type="submit"],
.return50.r2-btn-key input[type="submit"],
.return50.r2-btn-gray input[type="submit"],
.r2-btn.return50 input[type="button"],
.return50.r2-btn-key input[type="button"],
.return50.r2-btn-gray input[type="button"] {
	font-size: 1.4rem;
	line-height: 3.57143;
}

.r2-btn-key input[type="submit"],
.r2-btn-key input[type="button"] {
	background: #df2e59;
	color: #fff;
}
.r2-btn-key input[type="submit"]:disabled,
.r2-btn-key input[type="button"]:disabled {
	background: #ccc;
	opacity: 1;
	cursor: auto;
	pointer-events: none;
}

.r2-btn-gray input[type="submit"],
.r2-btn-gray input[type="button"] {
	background: #666;
	color: #fff;
}
.r2-btn-gray input[type="submit"]:disabled,
.r2-btn-gray input[type="button"]:disabled {
	background: #ccc;
	opacity: 1;
	cursor: auto;
	pointer-events: none;
}

.r2-btn-s,
.r2-btn-key-s,
.r2-btn-gray-s {
	position: relative;
	display: inline-block;
	margin: 0;
}
.r2-btn-s:before,
.r2-btn-key-s:before,
.r2-btn-gray-s:before {
	position: absolute;
	top: 50%;
	right: 15px;
	display: block;
	width: 10px;
	height: 10px;
	background-image: url(../images/r2_common_parts/arrow.svg);
	background-position: 0 -20px;
	background-repeat: no-repeat;
	content: "";
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.r2-btn-s input[type="submit"],
.r2-btn-key-s input[type="submit"],
.r2-btn-gray-s input[type="submit"],
.r2-btn-s input[type="button"],
.r2-btn-key-s input[type="button"],
.r2-btn-gray-s input[type="button"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 30px;
	width: 100%;
	height: auto;
	border: none;
	border-radius: 0; 
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 1.42857;
	cursor: pointer;
	-webkit-transition: background .2s ease;
	transition: background .2s ease;

	-webkit-appearance: none;

	-moz-appearance: none;

	appearance: none;
}
.r2-btn-s.right,
.right.r2-btn-key-s,
.right.r2-btn-gray-s {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 20px;
	margin-left: 15px; 
	width: calc(100% - 30px);
	text-align: right;
}
.r2-btn-s.right input[type="submit"],
.right.r2-btn-key-s input[type="submit"],
.right.r2-btn-gray-s input[type="submit"],
.r2-btn-s.right input[type="button"],
.right.r2-btn-key-s input[type="button"],
.right.r2-btn-gray-s input[type="button"] {
	width: auto;
}

.r2-btn-key-s input[type="submit"],
.r2-btn-key-s input[type="button"] {
	background: #df2e59;
	color: #fff;
}
.r2-btn-key-s input[type="submit"]:disabled,
.r2-btn-key-s input[type="button"]:disabled {
	background: #ec819b;
	opacity: 1; 
	cursor: auto;
}

.r2-btn-gray-s input[type="submit"],
.r2-btn-gray-s input[type="button"] {
	background: #666;
	color: #fff;
}
.r2-btn-gray-s input[type="submit"]:disabled,
.r2-btn-gray-s input[type="button"]:disabled {
	background: #999;
	opacity: 1; 
	cursor: auto;
}

.r2-lst-atten > li {
	padding-left: 1em; 
	color: #666;
	font-size: 1.4rem;
	line-height: 1.5;
}
.r2-lst-atten > li::before {
	margin-left: -1em; 
	content: "\203B";
}

.members-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 60px;
	border-bottom: 1px solid #e5e5e5; 

	-webkit-box-pack: center; 

	-ms-flex-pack: center; 

	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.members-header__title {
	width: 160px;
	height: 13px;
	line-height: 1;
}
.members-header__title img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.r2-main-wrap--mail_info {
	padding-top: 24px;
}

.r2-main--mail_info {
	background-color: #fff;
}

.r2-lnk-key[aria-hidden="true"] {
	display: none;
}

.mi-contents {
	margin-right: 15px;
	margin-bottom: 50px; 
	margin-left: 15px;
}

.mi-header__title {
	margin-bottom: 24px;
}

.mi-header__lead {
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.5;
}

.mi-about {
	margin-top: 40px;
	padding-top: 40px; 
	border-top: 1px solid #e5e5e5;
}
.mi-about__lead {
	font-size: 1.4rem;
	line-height: 1.5;
}
.mi-about__btn {
	margin-top: 30px;
}
.mi-about + .mi-section {
	margin-top: 40px;
}

.mi-section__title {
	position: relative;
	margin: 0 0 30px;
	padding: 6px 0 26px 20px;
	border-bottom: 1px solid #e5e5e5; 
	color: #000;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.55556;
}
.mi-section__title:after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 4px;
	height: 40px;
	background-color: #df2e59; 
	content: "";
}

.mi-section + .mi-section {
	margin-top: 50px;
}

.mi-magazines__title {
	position: relative;
	margin-bottom: 20px;
	padding-left: 20px;
	font-weight: bold; 
	font-size: 1.6rem;
	line-height: 1.75;
}
.mi-magazines__title:after {
	position: absolute;
	top: calc(50% - 2px);
	left: 0;
	display: block;
	width: 10px;
	height: 3px; 
	background-color: #df2e59;
	content: "";
}

.mi-magazines + .mi-magazines {
	margin-top: 36px;
}

.mi-magazine {
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
}
.mi-magazine__title {
	font-weight: bold;
	font-size: 1.5rem;
	line-height: 1.66667;
}
.mi-magazine__title + .mi-magazine__desc {
	margin-top: 15px;
}
.mi-magazine__desc {
	margin: 0;
	padding: 0;
	font-size: 1.4rem;
	line-height: 1.5;
}
.mi-magazine__desc + .mi-magazine__title {
	margin-top: 20px;
	padding-top: 24px; 
	border-top: 1px solid #e5e5e5;
}
.mi-magazine + .mi-magazine {
	margin-top: 40px;
}

.mi-howto__title {
	margin-bottom: 12px; 
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 1.5;
}

.mi-howto__image {
	margin: 24px auto 0;
}
.mi-howto__image img {
	width: 100%;
	height: auto;
}

.mi-howto__btn {
	margin-top: 40px;
}

.mi-howto + .mi-howto {
	margin-top: 50px;
}

.mi-banner {
	position: fixed;
	right: 0;
	bottom: 10%; 
	display: none;
}
.mi-banner a {
	position: relative;
	display: block;
	padding-top: 12px;
	width: 110px;
	height: 68px;
	border: 1px solid #e6e6e6; 
	border-radius: 4px 0 0 4px;
	background-color: #f2f2f2;
	-webkit-box-shadow: 0 2px 5px rgba(173, 173, 173, .34);
	box-shadow: 0 2px 5px rgba(173, 173, 173, .34);
	text-align: center;
	font-weight: bold;
	font-size: 1.1rem;
	line-height: 1.54545;
}
.mi-banner a::after {
	position: absolute;
	bottom: 12px;
	left: 50%;
	z-index: 2;
	display: block;
	margin-left: -5px;
	width: 10px;
	height: 6px;
	background-image: url(../images/arrow_down.svg);
	background-position: 0 0;
	background-size: contain; 
	background-repeat: no-repeat;
	content: "";
}
@media screen and (min-width: 769px) {
	.r2-contents.nobc {
		padding-top: 60px;
	}
	.r2-contents__header {
		padding: 94px 3.90625% 0; 
		max-width: 1280px;
	}
	.r2-contents__body {
		padding: 0 3.90625% 0; 
		max-width: 1280px;
	}
	.r2-contents__aside {
		padding: 0 3.90625% 0; 
		max-width: 1280px;
	}
	.pad {
		margin-right: 0; 
		margin-left: 0;
	}
	.mgn {
		margin-right: 0; 
		margin-left: 0;
	}
	.r2-isd-sec-bd {
		padding-top: 60px;
		padding-bottom: 80px;
	}
	.r2-blk60 {
		margin-top: 60px;
	}
	.r2-blk80 {
		margin-top: 80px;
	}
	.r2-blk100 {
		margin-top: 100px;
	}
	.r2-box-home {
		margin-bottom: 0;
	}
	.r2-box-home .r2-radio {
		display: block;
		margin-bottom: 18px; 
		width: 100%;
	}
	.r2-box-home .r2-list,
	.r2-box-home .r2-list-l,
	.r2-box-home .r2-list-circle,
	.r2-box-home .r2-list-square,
	.r2-box-home .r2-list-cntr,
	.r2-box-home .r2-list-l-cntr,
	.r2-box-home .r2-btnwrap .r2-attention,
	.r2-btnwrap .r2-box-home .r2-attention,
	.r2-box-home .r2-btnwrap-l .r2-attention,
	.r2-btnwrap-l .r2-box-home .r2-attention {
		padding: 0 20px;
	}
	.r2-box-home .r2-radiotable {
		margin-right: 0;
		margin-left: 0;
		border-bottom-right-radius: 0; 
		border-bottom-left-radius: 0;
	}
	.r2-box-home .r2-lnk-gray-s {
		position: absolute;
		top: 20px;
		right: 20px; 
		margin-top: 0;
		width: 242px;
	}
	.r2-box-home .r2-lnk-gray-s a {
		margin: 0;
	}
	.r2-box-oc {
		border-top: none;
	}
	.r2-box-oc__ttl {
		padding: 20px;
	}
	.r2-box-oc__ttl:before,
	.r2-box-oc__ttl:after {
		right: 20px;
	}
	.r2-box-oc__contents {
		padding: 20px 20px 0;
	}
	.r2-box-oc__contents .r2-radio {
		display: block;
		margin-bottom: 18px; 
		width: 100%;
	}
	.r2-box-oc__contents .r2-list,
	.r2-box-oc__contents .r2-list-l,
	.r2-box-oc__contents .r2-list-circle,
	.r2-box-oc__contents .r2-list-square,
	.r2-box-oc__contents .r2-list-cntr,
	.r2-box-oc__contents .r2-list-l-cntr,
	.r2-box-oc__contents .r2-btnwrap .r2-attention,
	.r2-btnwrap .r2-box-oc__contents .r2-attention,
	.r2-box-oc__contents .r2-btnwrap-l .r2-attention,
	.r2-btnwrap-l .r2-box-oc__contents .r2-attention {
		padding: 0 20px;
	}
	.r2-box-oc__contents .r2-radiotable {
		margin-bottom: 20px;
	}
	.r2-box-ocform {
		margin-top: 80px;
		border-top: none;
	}
	.r2-box-ocform:last-of-type {
		border-bottom: none;
	}
	.r2-box-ocform .r2-txt,
	.r2-box-ocform .r2-txt-cntr,
	.r2-box-ocform .r2-txt-l,
	.r2-box-ocform .r2-txt-l-cntr,
	.r2-box-ocform .r2-dl dd,
	.r2-dl .r2-box-ocform dd,
	.r2-box-ocform .r2-dl-circle dd,
	.r2-dl-circle .r2-box-ocform dd,
	.r2-box-ocform .r2-list li,
	.r2-list .r2-box-ocform li,
	.r2-box-ocform .r2-list-l li,
	.r2-list-l .r2-box-ocform li,
	.r2-box-ocform .r2-list-circle li,
	.r2-list-circle .r2-box-ocform li,
	.r2-box-ocform .r2-list-square li,
	.r2-list-square .r2-box-ocform li,
	.r2-box-ocform .r2-list-cntr li,
	.r2-list-cntr .r2-box-ocform li,
	.r2-box-ocform .r2-list-l-cntr li,
	.r2-list-l-cntr .r2-box-ocform li,
	.r2-box-ocform .r2-btnwrap .r2-attention li,
	.r2-btnwrap .r2-attention .r2-box-ocform li,
	.r2-box-ocform .r2-btnwrap-l .r2-attention li,
	.r2-btnwrap-l .r2-attention .r2-box-ocform li,
	.r2-box-ocform .r2-lnk-gray-s {
		margin-bottom: 0;
	}
	.r2-box-ocform__ttl {
		margin-top: 40px;
		margin-bottom: 20px;
		padding-top: 6px;
		padding-bottom: 6px;
		padding-left: 20px; 
		font-size: 1.8rem;
		line-height: 1.55556;
	}
	.r2-box-ocform__ttl:after {
		display: block;
	}
	.r2-box-ocform__ttl a {
		padding: 0;
	}
	.r2-box-ocform__ttl a:before,
	.r2-box-ocform__ttl a:after {
		display: none;
	}
	.r2-panel-attn__ttl--large {
		margin-bottom: 32px;
	}
	.r2-panel-attn__sttl {
		margin-top: 24px; 
		font-size: 1.4rem;
		line-height: 1.5;
	}
	.r2-panel-attn__sttl:first-child {
		margin-top: 0;
	}
	.r2-blk-hdl1 {
		margin-bottom: 60px; 
		padding-top: 0;
		font-size: 2.8rem;
		line-height: 1.5;
	}
	.r2-blk-hdl1:after {
		left: calc(50% - 28px); 
		width: 56px;
	}
	.r2-blk-hdl2 {
		margin-top: 60px;
		margin-bottom: 40px; 
		font-size: 2.4rem;
		line-height: 1.5;
	}
	.r2-blk-hdl3 {
		margin: 60px 0 40px;
	}
	.r2-blk-hdl3.mgn {
		margin-right: 0; 
		margin-left: 0;
	}
	.r2-txt a:hover,
	.r2-txt-cntr a:hover,
	.r2-txt-l a:hover,
	.r2-txt-l-cntr a:hover,
	.r2-dl dd a:hover,
	.r2-dl-circle dd a:hover,
	.r2-list li a:hover,
	.r2-list-l li a:hover,
	.r2-list-circle li a:hover,
	.r2-list-square li a:hover,
	.r2-list-cntr li a:hover,
	.r2-list-l-cntr li a:hover,
	.r2-btnwrap .r2-attention li a:hover,
	.r2-btnwrap-l .r2-attention li a:hover {
		text-decoration: none;
	}
	.r2-txt-res {
		text-align: center;
	}
	.r2-btnwrap .r2-btn-key:only-child,
	.r2-btnwrap .r2-lnk-gray:only-child,
	.r2-btnwrap-l .r2-btn-key:only-child,
	.r2-btnwrap-l .r2-lnk-gray:only-child {
		margin: 0 auto; 
		max-width: 300px;
	}
	.r2-btnwrap > p:not([class*="cntr"]),
	.r2-btnwrap-l > p:not([class*="cntr"]) {
		text-align: center;
	}
	.r2-btnwrap a:hover,
	.r2-btnwrap-l a:hover {
		text-decoration: none;
	}
	.r2-btnwrap ul:not(.r2-attention),
	.r2-btnwrap-l ul:not(.r2-attention) {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-top: 40px;
		margin-right: auto;
		margin-left: auto;
		max-width: 640px;

		-webkit-box-orient: horizontal;

		-webkit-box-direction: reverse;

		-ms-flex-flow: row-reverse nowrap;

		flex-flow: row-reverse nowrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}
	.r2-btnwrap ul:not(.r2-attention) li + li,
	.r2-btnwrap-l ul:not(.r2-attention) li + li {
		margin-right: 40px;
	}
	.r2-btnwrap ul:not([class]) li:not(:first-child),
	.r2-btnwrap-l ul:not([class]) li:not(:first-child) {
		margin-top: 0;
	}
	.r2-btnwrap p[class^="r2-btn"],
	.r2-btnwrap p[class^="r2-lnk"],
	.r2-btnwrap-l p[class^="r2-btn"],
	.r2-btnwrap-l p[class^="r2-lnk"] {
		margin-right: auto; 
		margin-left: auto;
		max-width: 300px;
	}
	.r2-btnwrap.no-reverse ul,
	.r2-btnwrap-l.no-reverse ul {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
	}
	.r2-btnwrap.no-reverse ul li + li,
	.r2-btnwrap-l.no-reverse ul li + li {
		margin-right: 0; 
		margin-left: 40px;
	}
	.r2-btnwrap {
		margin-top: 60px;
	}
	.r2-btnwrap-l {
		margin-top: 80px;
	}
	.r2-lnk a,
	.r2-lnk-key a,
	.r2-lnk-gray a {
		padding: 18px 1em;
	}
	.r2-lnk a:hover,
	.r2-lnk-key a:hover,
	.r2-lnk-gray a:hover {
		opacity: .8;
	}
	.r2-lnk.return a,
	.return.r2-lnk-key a,
	.return.r2-lnk-gray a {
		padding: 18px 1em; 
		font-size: 1.6rem;
		line-height: 1.5;
	}
	.r2-lnk-s a:hover,
	.r2-lnk-key-s a:hover,
	.r2-lnk-gray-s a:hover {
		opacity: .8;
	}
	.r2-lnk-s.right,
	.right.r2-lnk-key-s,
	.right.r2-lnk-gray-s {
		margin-top: 40px;
	}
	.r2-btn input[type="submit"],
	.r2-btn-key input[type="submit"],
	.r2-btn-gray input[type="submit"],
	.r2-btn input[type="button"],
	.r2-btn-key input[type="button"],
	.r2-btn-gray input[type="button"] {
		padding: 18px 1em;
	}
	.r2-btn.return input[type="submit"],
	.return.r2-btn-key input[type="submit"],
	.return.r2-btn-gray input[type="submit"],
	.r2-btn.return input[type="button"],
	.return.r2-btn-key input[type="button"],
	.return.r2-btn-gray input[type="button"] {
		padding: 18px 1em; 
		font-size: 1.6rem;
		line-height: 1.5;
	}
	.r2-btn-key input[type="submit"]:hover,
	.r2-btn-key input[type="button"]:hover {
		background: #ec819b;
	}
	.r2-btn-gray input[type="submit"]:hover,
	.r2-btn-gray input[type="button"]:hover {
		background: #999;
	}
	.r2-btn-key-s input[type="submit"]:hover,
	.r2-btn-key-s input[type="button"]:hover {
		background: #ec819b;
	}
	.r2-btn-gray-s input[type="submit"]:hover,
	.r2-btn-gray-s input[type="button"]:hover {
		background: #999;
	}
	.members-header {
		height: 100px;
	}
	.members-header__title {
		width: 256px;
		height: 21px;
	}
	.members-header__title a {
		-webkit-transition: opacity .3s ease;
		transition: opacity .3s ease;
	}
	.members-header__title a:hover {
		opacity: .6;
	}
	.r2-main-wrap--mail_info {
		padding-top: 0;
	}
	.r2-lnk-key a {
		-webkit-transition: opacity .3s ease;
		transition: opacity .3s ease;
	}
	.mi-contents {
		margin-right: auto;
		margin-bottom: 120px; 
		margin-left: auto;
		padding-top: 72px;
		width: 900px;
	}
	.mi-header__title {
		margin-bottom: 32px;
	}
	.mi-header__lead {
		font-size: 1.6rem;
		line-height: 1.5;
	}
	.mi-about {
		margin-top: 60px;
	}
	.mi-about__lead {
		text-align: center; 
		font-size: 1.6rem;
		line-height: 1.5;
	}
	.mi-about__btn {
		margin-right: auto;
		margin-left: auto;
		width: 430px;
	}
	.mi-about + .mi-section {
		margin-top: 70px;
	}
	.mi-section__title {
		margin-bottom: 50px;
		padding-top: 0;
		padding-bottom: 24px;
		padding-left: 24px; 
		font-size: 2.4rem;
		line-height: 1.5;
	}
	.mi-section__title:after {
		height: 36px;
	}
	.mi-section__title--magazine {
		margin-bottom: 65px;
	}
	.mi-section + .mi-section {
		margin-top: 80px;
	}
	.mi-magazines__title {
		margin-bottom: 45px; 
		padding-left: 24px;
		font-size: 2rem;
		line-height: 1.5;
	}
	.mi-magazines__title:after {
		width: 14px;
		height: 4px;
	}
	.mi-magazines + .mi-magazines {
		margin-top: 50px;
	}
	.mi-magazine {
		padding-bottom: 36px;
	}
	.mi-magazine__title {
		font-size: 1.8rem;
		line-height: 1.55556;
	}
	.mi-magazine__title + .mi-magazine__desc {
		margin-top: 10px;
	}
	.mi-magazine__desc + .mi-magazine__title {
		margin-top: 36px;
		padding-top: 36px;
	}
	.mi-magazine + .mi-magazine {
		margin-top: 60px;
	}
	.mi-howto__title {
		margin-bottom: 16px; 
		font-size: 1.8rem;
		line-height: 1.55556;
	}
	.mi-howto__image {
		margin-top: 40px;
	}
	.mi-howto__btn {
		margin-top: 48px;
		margin-right: auto;
		margin-left: auto;
		width: 430px;
	}
	.mi-howto + .mi-howto {
		margin-top: 80px;
	}
	.mi-banner {
		top: 50%;
		bottom: auto;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.mi-banner a::after {
		bottom: 14px;
		-webkit-transition-timing-function: ease;
		transition-timing-function: ease; 
		-webkit-transition-duration: .3s; 
		transition-duration: .3s;
		-webkit-transition-property: bottom, opacity;
		transition-property: bottom, opacity;
	}
	.mi-banner a {
		padding-top: 20px;
		width: 160px;
		height: 100px;
		-webkit-box-shadow: 0 3px 10px rgba(173, 173, 173, .34);
		box-shadow: 0 3px 10px rgba(173, 173, 173, .34);
		font-size: 1.6rem;
		line-height: 1.5;
		-webkit-transition-timing-function: ease;
		transition-timing-function: ease; 
		-webkit-transition-duration: .3s; 
		transition-duration: .3s;
		-webkit-transition-property: opacity;
		transition-property: opacity;
	}
	.mi-banner a:hover {
		opacity: .6;
	}
	.mi-banner a:hover::after {
		bottom: 12px;
	}
}
@media screen and (min-width: 1280px) {
	.r2-contents__header {
		padding: 94px 50px 0;
	}
	.r2-contents__body {
		padding: 0 50px 0;
	}
	.r2-contents__aside {
		padding: 0 50px 0;
	}
}
@media screen and (max-width: 768px) {
	.r2-isd-sec-bd + .r2-isd-sec-bd {
		margin-top: 10px;
	}
	.r2-box-home .r2-lnk-gray-s.right {
		padding-right: 15px;
	}
	.r2-box-ocform__contents dl:first-child {
		padding-top: 0;
		border-top: none;
	}
	.r2-box-ocform__contents dl:last-child {
		border-bottom: none;
	}
	.r2-box-ocform__contents .r2-formtable {
		margin: 0 15px;
	}
	.r2-blk-hdl4.mgn {
		margin-right: 15px; 
		margin-left: 15px;
	}
	.r2-btnwrap.mgn-side,
	.r2-btnwrap-l.mgn-side {
		margin-right: 15px; 
		margin-left: 15px;
	}
}
