@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@700&display=swap');

header {
  padding: 25px 0;
}
header .logo img {
  width: 20%;
	max-width: 120px;
}
footer {
  padding: 60px 0 0;
}
footer .copy #f_logo img {
  width: 107px;
}
footer .copy #copy small span {
  display: inline-block;
  margin-left: 1em;
}
#dr {
	background: #fff9cc;
	font-family: "游ゴシック","Yu Gothic","游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
}
#dr a {
  color: #0080d6;
  text-decoration: underline;
}
#dr a:hover {
  text-decoration: none;
}
#dr a:hover img {
	opacity: .7;
}
#dr img {
	width: auto;
	max-width: 100%;
	height: auto;
	transition: .5s;
}
#dr .zen_m {
	font-family: 'Zen Maru Gothic', sans-serif;
}
#dr .kerning {
	margin-left: -.25em;
}
#dr .fs_xxsmall {font-size: 75%;}
#dr .fs_xsmall {font-size: 85%;}
#dr .fs_small {font-size: 90%;}
#dr .fs_large {font-size: 110%;}
#dr .fs_xlarge {font-size: 120%;}
#dr .red {color: #d12039;}
#dr .yellow {color: #fff100;}
#dr .txt_center {text-align: center;}
#dr .txt_right {text-align: right;}
#dr .em {font-weight: bold;}
#dr .underline {text-decoration: underline;}
#dr .normal {font-weight: normal;}
#dr .palt {font-feature-settings: "palt";}
#dr .list > li {
  position: relative;
  padding-left: 1.3em;
}
#dr .list.custom_0 > li {
  padding-left: 0;
}
#dr .list.custom_2 > li {
  padding-left: 2.3em;
}
#dr .list.custom_3 > li {
  padding-left: 3.3em;
}
#dr .list.custom_4 > li {
  padding-left: 4.3em;
}
#dr .list > li + li {
  margin-top: .2em;
}
#dr .list > li::before,
#dr .list > li > .num {
  position: absolute;
  top: 0;
  left: 0;
}
#dr .list.kome > li::before {
  content: "※";
}
#dr .list.smldot > li::before {
  content: "・";
}
#dr .list.circle > li::before {
  content: "○";
}
#dr .list.inline,
#dr .list.inline > li {
	display: inline-block;
	text-align: left;
}
#dr .container {
	width: 92%;
	max-width: 1024px;
	margin: 0 auto;
}
#dr .flex {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}

/* mainimg */
#dr .mainimg {
	background: #fff9cc url("../images/bg01.png") no-repeat center top / 100% auto;
	padding-top: 2.5vw;
	text-align: center;
}
#dr .mainimg_foot {
	background: #00a7ea;
	color: #fff;
	text-align: center;
	padding: 20px 0;
}
#dr .mainimg_foot .container > * + * {
	margin-top: 1em;
}
#dr .mainimg_foot_tit {
	width: 100%;
	margin: 0 auto;
}
#dr .mainimg_foot_tit > * {
	display: inline-block;
	vertical-align: text-bottom;
}
#dr .mainimg_foot_tit > .zen_m {
	font-size: clamp(20px, 1.7vw, 25px);
	line-height: 1;
	padding: .5em .75em .6em 1em;
	background: #ffe100;
	border-radius: 999px;
	color: #00a7ea;
	margin-right: 1%;
}
#dr .mainimg_foot_tit > img {
	width: calc(100% - 17em);
	max-width: 730px;
}
#dr .mainimg_foot._dlcam {
	padding-top: 5px;
}
#dr ._dlcam .mainimg_foot_tit > img {
	width: auto;
	max-width: 100%;
	margin-top: -10px;
}
#dr .mainimg_foot._dlcp {
	padding: 0;
}
#dr .mainimg_foot .bnrbox {
	width: 100%;
	max-width: 640px;
	margin: 10px auto;
}
#dr .mainimg_foot .bnrbox img {
	border: 1px solid #fff;
}

/* lnav */
#dr .lnav {
	background: #D9EFE2;
	padding: 40px 0;
}
#dr .lnav li {
	width: 15.8%;
}
#dr .lnav li a {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	height: 100%;
	background: #00a7ea;
	box-shadow: -2px -6px 0 rgba(0,0,0,.1) inset;
	text-decoration: none;
	padding: 20px 5px 40px;
	border-radius: .5em;
	position: relative;
	z-index: 1;
	transition: .5s;
}
#dr .lnav li a::after {
	content: "";
	width: .75em;
	height: .75em;
  border-right: 4px solid #ffe100;
	border-bottom: 4px solid #ffe100;
	position: absolute;
	left: 50%;
	bottom: 15px;
	transform: rotate(45deg) translateX(-50%);
	transition: .5s;
}
#dr .lnav li a:hover {
	background: #0080d6;
	box-shadow: none;
}
#dr .lnav li a:hover img {
	opacity: 1;
}
#dr .lnav li a:hover::after {
	bottom: 8px;
}
#dr .lnav li a img {
	height: 24px;
}
#dr .lnav li a img + img {
	margin-top: .4em;
}

/* main_block */
.main_block {
	position: relative;
}
.main_block::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../images/bg02.png") repeat-y center top / 100% auto;
}
#dr section {
	padding: 0 0 100px;
}
#dr section > * {
	position: relative;
	z-index: 1;
}
section > .container > * + * {
	margin-top: 30px;
}
#dr .sec_tit {
	text-align: center;
	overflow: hidden;
	position: relative;
	z-index: 1;
	padding: 50px 0 70px;
	margin-bottom: 50px;
}
#dr .sec_tit img {
	height: 36px;
}
#dr #process .sec_tit {
	padding: 38px 0 58px;
}
/*
#dr #process .sec_tit img {
	height: 60px;
}
*/
#dr #hint .sec_tit {
	padding: 30px 0 50px;
}
#dr #hint .sec_tit img {
	height: 76px;
}
#dr .sec_heading {
	position: relative;
}
#dr .sec_heading ._new {
	position: absolute;
	top: -25px;
	left: calc(50% - 240px);
	width: 90px;
	z-index: 2;
}
#dr .sec_tit::before {
	content: "";
	width: 700px;
	height: 700px;
	border-radius: 50%;
	background: #fabe00;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
#dr .sec_stit {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	font-size: 28px;
	font-family: 'Zen Maru Gothic', sans-serif;
	margin-bottom: 1em;
}
#dr .sec_stit::before,
#dr .sec_stit::after {
	content: "";
	height: .9em;
	background: repeating-linear-gradient(#fabe00, #fabe00 .1em, transparent .1em, transparent .3em);
	flex-grow: 1;
	margin-top: .3em;
}
#dr .sec_stit::before {
	margin-right: 1em;
}
#dr .sec_stit::after {
	margin-left: 1em;
}
#dr .sec_tit + .sec_stit {
	margin-top: 0;
}
#dr .sec_lead {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.8;
	text-align: center;
}
#dr .sec_lead.fs_large {
	font-size: 21px;
}
#dr .box {
	background: #fff;
	border-radius: 30px;
	padding: 40px;
}
#dr .box .sec_stit > span {
	background: #fff;
}
#dr .pr_list > div {
	position: relative;
	padding-left: 28px;
}
#dr .pr_list > div + div {
	margin-top: 2em;
}
#dr .pr_list_tit {
	font-size: 18px;
	font-weight: bold;
}
#dr .pr_list_tit .num {
	position: absolute;
	top: 0;
	left: 0;
}
#dr .pr_list_body {
	padding: 1em 0;
}
#dr .pr_list_body .flex._login > div:nth-child(1) {
	width: 60%;
}
#dr .pr_list_body .flex._login > div:nth-child(2) {
	width: 37%;
}
#dr .pr_list_body .sec_stit {
	flex-direction: column;
	font-size: 18px;
	line-height: 1.3;
	letter-spacing: -.05em;
	margin: 0 0 1.5em;
	background: #0080d6;
	color: #fff;
	height: auto;
	text-align: center;
	padding: .5em 1em .75em;
	position: relative;
}
#dr .pr_list_body .sec_stit::before {
	content: none;
}
#dr .pr_list_body .sec_stit::after {
	width: 0;
	height: 0;
	background: none;
	margin-left: auto;
	border-top: 1.2em solid #0080d6;
	border-borrom: 1.2em solid transparent;
	border-left: .6em solid transparent;
	border-right: .6em solid transparent;
	position: absolute;
	left: 50%;
	bottom: -1em;
	transform: translateX(-50%);
}
#dr .pr_flow {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
#dr .pr_flow > div {
	width: 31%;
	padding: 0 15px 15px;
	position: relative;
}
#dr .pr_flow > div + div::before {
	content: "";
	width: 1em;
	height: 1em;
	border-top: 4px solid #00a7ea;
	border-right: 4px solid #00a7ea;
	position: absolute;
	left: -2.5em;
	top: 50%;
	transform: rotate(45deg) translateY(-50%);
}
#dr .pr_flow._explain > div + div::before {
	top: 45%;
}
#dr .pr_flow > div > * + * {
	margin-top: 1em;
}
#dr .pr_flow_tit {
	background: #ccedfb;
	border-radius: 999px;
	color: #00a7ea;
	font-size: 19px;
	line-height: 1.4;
	text-align: center;
	padding: .3em .5em .4em;
	width: 100%;
	max-width: 11em;
	margin: auto;
}
#dr .pr_flow_tit ._kerning {
	letter-spacing: -.1em;
}
#dr .pr_flow_tit ._kerning2 {
	display: inline-block;
	letter-spacing: -.1em;
	width: 110%;
	transform: scaleX(90%) translateX(-5%) translateY(-5%);
}
#dr .pr_flow_img {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}
#dr .pr_flow_txt {
	font-size: 15px;
}
#dr .pr_flow_txt.txt_center {
	text-align: center;
}
#dr .pr_flow > div + div._notes::before {
	content: none;
}
#dr .pr_flow > div._notes {
	padding: 0;
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	margin-top: 1em;
}
#dr .pr_flow > div._notes .guide_box {
	width: 48.5%;
	height: 100%;
	margin: 0;
}
#dr .pr_flow._image {
	justify-content: center;
}
#dr .pr_flow._image > div + div::before {
	content: none;
}
#dr .pr_flow._image > div {
	width: 45%;
	padding: 0 20px;
}
#dr .pr_flow._image .pr_flow_tit {
	font-size: 21px;
	max-width: 10em;
}
#dr .pr_flow._image .pr_flow_img {
	width: 52.795%;
}
#dr #acquisition .pr_flow._image {
	justify-content: space-between;
}
#dr #acquisition .pr_flow._image > div {
	width: 33.33%;
}
#dr #acquisition .pr_flow._image > div._wimg .pr_flow_img {
	width: 96.75%;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}
#dr .pr_flow._image ._wimg .pr_flow_img > div {
	width: 47.5%;
}
#dr .pr_flow._image ._wimg .pr_flow_img > div ._stit {
	background: #00a7ea;
	border-radius: 999px;
	color: #fff;
	font-size: 14px;
	letter-spacing: -.05em;
	line-height: 1;
	padding: .5em 0 .6em;
	margin-bottom: .5em;
}
#dr .pr_flow._image ._wimg .pr_flow_img > div:nth-child(2) ._stit {
	background: #35b240;
}
#dr #acquisition .pr_flow._image .pr_flow_tit._new {
	position: relative;
}
#dr #acquisition .pr_flow._image .pr_flow_tit._new::before {
	content: "";
	width: 65px;
	height: 65px;
	background: url("../images/icon_new.png?date=20240412") no-repeat 0 0 / cover;
	position: absolute;
	top: -25px;
	left: -38px;
}
#dr #acquisition .pr_flow._image > div:nth-child(3)::before {
	content: "";
	top: calc(50% - 2em);
	left: -1.5em;
}
#dr .guide_box {
	border: 2px solid #00a7ea;
	border-radius: 8px;
	display: flex;
	flex-flow: column nowrap;
}
#dr .guide_box_tit {
	background: #00a7ea;
	border-radius: 6px 6px 0 0;
	color: #fff;
	font-size: 18px;
	line-height: 1.4;
	text-align: center;
	padding: .25em .5em;
}
#dr .guide_box_txt {
	padding: 10px;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	height: 100%;
}
#dr .login_wrap {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}
#dr .login_wrap._btn {
	flex-direction: column;
}
#dr .login_wrap._btn .circle2 {
	background: #FFE72C;
	border-radius: 50%;
	box-shadow: 0px 2px 4px #EBEBEB;
	color: #00A6E9;
	font-weight: bold;
	text-align: center;
	padding: 1.2em 2em;
	margin-bottom: .8em;
}
#dr .login_wrap._btn a {
	font-size: 18px;
}
#dr .login_wrap .circle {
	width: 150px;
	height: 150px;
	background: #FFE72C;
	border-radius: 50%;
	position: relative;
	box-shadow: 0px 2px 4px #EBEBEB;
}
#dr .login_wrap .circle .txt {
	color: #00A6E9;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}
#dr .login_wrap .circle .txt .border {
	font-size: 15px;
	display: inline-block;
	border-top: 1px solid #00A6E9;
	border-bottom: 1px solid #00A6E9;
	padding: 2px 0;
}
#dr .login_wrap .login_btn_area {
	width: calc(100% - 180px);
}
#dr .login_wrap a {
	width: 100%;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	line-height: 1.4;
	padding: 1.2em 2.5em 1.2em 1em;
	background: #00A7EA;
	border-radius: .5em;
	color: #fff;
	box-shadow: 0px 2px 4px #EBEBEB;
	transition: .5s;
	position: relative;
}
#dr .login_wrap a:hover {
	opacity: .7;
}
#dr .login_wrap a + a {
	margin-top: 1em;
}
#dr .login_wrap .login_btn_area a {
	display: block;
}
#dr .login_wrap a::before,
#dr .login_wrap a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 1em;
	transform: translateY(-50%) rotate(45deg);
}
#dr .login_wrap a::before {
	width: 1.6em;
	height: 1.6em;
	background: #fff;
	border-radius: 50%;
}
#dr .login_wrap a::after {
	width: .4em;
	height: .4em;
	right: 1.65em;
	border-top: 2px solid #00A7EA;
	border-right: 2px solid #00A7EA;
}
#dr .login_wrap .login_btn_pink {
	background: #EF74B1;
	letter-spacing: .05em;
}
#dr .login_wrap .login_btn_pink::after {
	border-color: #EF74B1;
}
#dr .login_wrap .login_btn_movie {
	background: #FFE72C;
	color: #00A6E9;
	font-size: 14px;
	padding: .75em 3em .75em 1em;
}
#dr .login_wrap .login_btn_movie::before {
	background: #00A6E9;
}
#dr .login_wrap .login_btn_movie::after {
	border-color: #FFE72C;
}
#dr .login_wrap  .login_btn_movie > * {
	display: inline-block;
	vertical-align: middle;
}
#dr .login_wrap .login_btn_movie img {
	width: 2.8em;
}
#dr .login_wrap .login_btn_movie span {
	width: calc(100% - 3em);
}
#dr #terms .sec_lead {
	font-size: 20px;
}
#dr .terms_list {
	margin-top: 40px;
}
#dr .terms_list > li {
	width: 32%;
	background: #fff;
	border-radius: 1em;
	padding: 40px 15px 30px;
	border: 3px solid #00a7ea;
	text-align: center;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	font-size: 18px;
	font-weight: bold;
}
#dr .terms_list > li > .num {
	top: -1em;
	left: 50%;
	transform: translateX(-50%);
	width: 2em;
	height: 2em;
	line-height: 2;
	background: #00a7ea;
	border-radius: 50%;
	color: #fff;
	font-size: 28px;
}
#dr .terms_list > li ._narrow {
	display: inline-block;
	font-size: .9em;
	letter-spacing: -.1em;
	transform: scaleX(85%);
	margin: 0 -10%;
}
#dr .terms_list > li ._narrow > span {
	display: inline-block;
	font-size: 1.1em;
	transform: scaleX(110%);
}
#dr #terms .note_box {
	padding: 0 10px;
}
#dr .btn_link {
	display: inline-block;
	background: #0080d6;
	border-radius: 999px;
	color: #fff;
	text-decoration: none;
	padding: .75em 1.5em .75em 3em;
	line-height: 1.3;
	text-align: left;
	transition: .5s;
	position: relative;
}
#dr .btn_link::before,
#dr .btn_link::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
#dr .btn_link::before {
	width: 1.5em;
	height: 1.5em;
	line-height: 1.5;
	background: #fff;
	border-radius: 50%;
	left: .8em;
}
#dr .btn_link::after {
	width: 0;
	height: 0;
	border-left: .6em solid #0080d6;
	border-right: .6em solid transparent;
	border-top: .4em solid transparent;
	border-bottom: .4em solid transparent;
	left: 1.35em;
}
#dr .btn_link:hover {
	opacity: .7;
}
#dr #exchange .note_box._border {
	background: #fcde80;
	border-radius: .75em;
	padding: 20px;
	text-align: center;
	width: 100%;
	max-width: 840px;
	margin: 40px auto 0;
	font-size: 110%;
	font-weight: bold;
}
#dr .note_tit {
	font-weight: bold;
	margin-bottom: .5em;
}
#dr * + .note_tit {
	margin-top: 2em;
}
#dr .pricemenu {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}
#dr .pricemenu > *:nth-child(n+3) {
	margin-top: .5em;
}
#dr .pricemenu dt {
	width: 10em;
	text-align: center;
	background: #00a7ea;
	color: #fff;
	padding: 10px;
	border-radius: .5em;
	align-self: stretch;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	font-weight: bold;
}
#dr .pricemenu dd {
	width: calc(100% - 11em);
}
#dr .pricemenu dd .list.inline > li {
	margin-right: 1em;
}
#dr .wayto_catch {
	text-align: center;
}
#dr .wayto_catch > * {
	display: inline-block;
	vertical-align: middle;
}
#dr .wayto_catch > .zen_m {
	font-size: 26px;
	line-height: 1;
	padding: .5em .75em .6em 1em;
	background: #ff0033;
	border-radius: 999px;
	color: #fff;
	margin-right: 2%;
}
#dr .wayto_catch > img {
	width: 68%;
}
#dr .dl_block {
	text-align: center;
	background: #00a7ea;
	padding: 40px 0;
	position: relative;
	z-index: 1;
}
#dr .dl_block .dl_tit {
	width: 30%;
	margin: 0 auto 1.5em;
}
#dr .dl_block .dl_box {
	width: 100%;
	background: #fff;
	border-radius: 1em;
	padding: 30px 30px 20px 0;
}
#dr .dl_box > .flex {
	justify-content: center;
	align-items: center;
}
#dr .dl_badge > li {
	display: inline-block;
}
#dr .dl_badge > li + li {
	margin-left: .5em;
}
#dr .dl_badge > li img {
	height: 50px;
}
#dr .dl_stit {
	color: #00a7ea;
	font-size: 22px;
	width: 24%;
}
#dr .dl_app {
	width: 76%;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}
#dr .dl_app > div {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}
#dr .dl_app > div ._tit .zen_m {
	font-size: 20px;
}
#dr .dl_app > div ._tit img {
	height: 50px;
	margin-top: .25em;
}
#dr .dl_app > div ._qr {
	width: 25%;
}
#dr .dl_app > div ._icon {
	width: 25%;
	line-height: 1;
	border: 1px solid #ccc;
	border-radius: 1em;
	overflow: hidden;
	align-self: center;
}
#dr .dl_app > div:nth-child(2) {
	margin-left: 5%;
}
#dr .dl_app > div:nth-child(2) ._icon {
	border-radius: 50%;
}
#dr .dl_tit_text {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	justify-content: center;
	align-items: center;
	margin-bottom: .75em;
}
#dr .dl_tit_text .foot_num > span {
	background: #fff;
	color: #00a7ea;
}
#dr .dl_lead {
	padding-left: 15px;
}
#dr .wayto_flow {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin-top: 0;
}
#dr .wayto_flow > div {
	width: 23%;
	background: #fff;
	border-radius: 1em;
	text-align: center;
	padding: 70px 20px 20px;
	margin-top: 40px;
	position: relative;
}
#dr .wayto_flow > div + div::before {
	content: "";
	width: 1em;
	height: 1em;
	border-top: 4px solid #00a7ea;
	border-right: 4px solid #00a7ea;
	position: absolute;
	left: -2.2em;
	top: 50%;
	transform: rotate(45deg) translateY(-50%);
}
#dr #questionnaire .wayto_flow {
	justify-content: center;
}
#dr #questionnaire .wayto_flow > div:nth-child(2) {
	margin-left: 2.66%;
	margin-right: 2.66%;
}
#dr .wayto_flow_tit {
	width: 100%;
	text-align: center;
}
#dr .wayto_flow_tit > span {
	display: inline-block;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 24px;
	line-height: 1;
	color: #e48e00;
	background: #fff;
	border: 3px solid #fabe00;
	border-radius: 999px;
	padding: .5em 1.5em .6em;
}
#dr .wayto_step {
	width: 5em;
	height: 5em;
	background: #fabe00;
	border-radius: 50%;
	line-height: 1;
	padding-top: .75em;
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
}
#dr .wayto_step > span {
	display: block;
	font-size: 34px;
}
#dr .wayto_tit {
	font-size: 21px;
	line-height: 1.3;
}
#dr .wayto_img {
	width: 80%;
	margin: 1em auto;
}
#dr .wayto_txt {
	font-size: 15px;
	text-align: left;
}
#dr .wayto_txt > * + * {
	margin-top: .5em;
}
#dr .wayto_txt ._border {
	border: 1px solid #000;
	padding: .2em .5em;
}
#dr #about,
#dr #hirutoku,
#dr #about2 {
	margin-top: 60px;
}
#dr .about_box {
	flex-wrap: wrap;
}
#dr .about_img {
	width: 40%;
	background: #fff;
	padding: 30px;
	border-radius: 1em;
	text-align: center;
}
#dr #about2 .about_img {
	padding: 30px 15px;
}
#dr #about2 .about_img img {
	width: 100%;
	padding-left: 5%;
}
#dr .flex.about_box .about_body {
	width: 55%;
}
#dr .about_body > * + * {
	margin-top: 1em;
}
#dr .about_body .sec_lead {
	line-height: 1.6;
	text-align: left;
}
#dr .about_graf.flex {
	margin-top: 2em;
}
#dr .about_graf.flex > div {
	width: 48.5%;
	background: #fff;
	border-radius: 1em;
}
#dr .about_graf.flex ._tit {
	background: #0071bc;
	border-radius: .8em .8em 0 0;
	color: #fff;
	font-size: 140%;
	font-weight: bold;
	text-align: center;
	padding: .3em 1em;
}
#dr .about_graf.flex > div:nth-child(2) ._tit {
	background: #009245;
}
#dr .about_graf.flex ._tit._new {
	position: relative;
}
#dr .about_graf.flex ._tit._new::before {
	content: "";
	width: 65px;
	height: 65px;
	background: url("../images/icon_new.png?date=20240412") no-repeat 0 0 / cover;
	position: absolute;
	top: -20px;
	left: 10px;
}
#dr .about_graf.flex ._body {
	padding: 1.5em;
}
#dr .about_graf.flex ._img {
	width: 100%;
	max-width: 400px;
	margin: 0 auto 1em;
}
#dr .about_graf.flex ._body .list {
	font-size: 110%;
}
#dr .about_graf.flex ._body .list > li::before {
	content: "●";
	color: #0071bc;
}
#dr .about_graf.flex > div:nth-child(2) ._body .list > li::before {
	color: #009245;
}
#dr #challenge * + .sec_stit {
	margin-top: 2em;
}
#dr .about_inner {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
#dr .about_inner + .about_inner {
	margin-top: 1em;
}
#dr .about_inner > div {
	width: calc(100% - 10em);
	align-self: center;
}
#dr .about_stit {
	width: 7em;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	background: #fabe00;
	border-radius: .3em;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	padding: 1em;
}
#dr .about_body .note_box {
	width: 100%;
	border: 1px solid #666;
	padding: .75em 1em;
	background: rgba(255,249,204,.8);
	margin-top: 1em;
}

#dr .link_btn_wrap {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}
#dr .link_btn_wrap a {
	width: 24%;
	text-decoration: none;
	background: #fff;
	border-radius: 1em;
	padding: 20px 10px 35px;
	border: 3px solid #00a7ea;
	text-align: center;
	color: #000;
	position: relative;
}
#dr .link_btn_wrap a::before,
#dr .link_btn_wrap a::after {
	content: "";
	position: absolute;
}
#dr .link_btn_wrap a::before {
	width: 1.75em;
	height: 1.75em;
	background: #00a7ea;
	border-radius: 50%;
	right: 10px;
	bottom: 10px;
}
#dr .link_btn_wrap a::after {
	width: .5em;
	height: .5em;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(45deg);
	right: calc(10px + .6em);
	bottom: calc(10px + .5em);
}
#dr .link_btn_block ._img {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	height: 90px;
	margin-bottom: 1em;
}
#dr .link_btn_block ._img img {
	transform: scale(.6,.6);
}
#dr .link_btn_block ._ttl {
	font-size: 20px;
	font-weight: bold;
}
#dr .link_btn_block ._txt {
	font-size: 14px;
	height: 4em;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
}
#dr .sc_box {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	margin-top: 3em;
	text-align: center;
}
#dr .sc_img {
	width: 100px;
	margin-right: 30px;
}
#dr .sc_lead {
	font-size: 18px;
	font-weight: bold;
}
#dr .sc_link {
	font-size: 26px;
	font-weight: bold;
}
#dr .bnr_box {
	padding: 3em 4% 0;
	text-align: center;
	position: relative;
	z-index: 1;
}
#dr .bnr_box a {
	display: block;
	width: 100%;
	max-width: 690px;
	margin: 0 auto;
}
#dr .bnr_box a img {
	border: 1px solid #ccc;
}
#dr .bnr_catch {
	display: inline-block;
	margin-bottom: .5em;
	color: #0071bc;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.4;
	position: relative;
}
#dr .bnr_catch::before,
#dr .bnr_catch::after,
#dr .bnr_catch > span::before,
#dr .bnr_catch > span::after {
	content: "";
	width: 2px;
	height: 1.75em;
	background: #0071bc;
	position: absolute;
	top: 0;
}
#dr .bnr_catch::before {
	transform: rotate(-25deg);
	left: -1.15em;
}
#dr .bnr_catch::after {
	transform: rotate(25deg);
	right: -1.15em;
}
#dr .bnr_catch > span::before {
	transform: rotate(-20deg);
	left: -1em;
	top: -.2em;
}
#dr .bnr_catch > span::after {
	transform: rotate(20deg);
	right: -1em;
	top: -.2em;
}
#dr #process,
#dr #acquisition,
#dr #questionnaire {
	background: #ccedfb;
}
#dr #process .sec_tit::before,
#dr #acquisition .sec_tit::before,
#dr #questionnaire .sec_tit::before {
	background: #00a7ea;
}
#dr .faq_box {
	background: #fff;
	border-radius: 30px;
}
#dr .faq_btn {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	border-bottom: 5px solid #00a7ea;
}
#dr .faq_btn .tab_btn {
	width: 50%;
	font-size: 22px;
	text-align: center;
	padding: .75em;
	background: #4cc1f0;
	color: #fff;
	cursor: pointer;
	transition: .5s;
}
#dr .faq_btn .tab_btn:nth-child(1) {
	border-radius: 30px 0 0 0;
}
#dr .faq_btn .tab_btn:nth-child(2) {
	border-radius: 0 30px 0 0;
}
#dr .faq_btn .tab_btn:hover {
	background: #00a7ea;
}
#dr .faq_btn .tab_btn.active,
#dr .faq_btn .tab_btn.active:hover {
	background: #fff;
	color: #000;
	cursor: default;
}
#dr .tab_panel {
	padding: 10px 30px;
	display: none;
}
#dr .tab_panel.active {
	display: block;
}
#dr .faq_box .trigger_box {
	padding: 1em;
}
#dr .faq_box .trigger_box + .trigger_box {
	border-top: 2px solid #ccc;
}
#dr .faq_box .trigger_btn {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 20px;
	position: relative;
	padding: .5em 1.5em .5em 65px;
	cursor: pointer;
}
#dr .faq_box .trigger_btn i,
#dr .faq_box .trigger_target i {
	display: block;
	width: 1.5em;
	height: 1.5em;
	font-size: 30px;
	font-style: normal;
	line-height: 1;
	padding-top: .15em;
	text-align: center;
	background: #00a7ea;
	border-radius: 50%;
	color: #fff;
	position: absolute;
	top: .15em;
	left: 0;
}
#dr .trigger_btn::before,
#dr .trigger_btn::after {
	content: "";
	width: 1.2em;
	height: 4px;
	background: #00a7ea;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: .5s;
}
#dr .trigger_btn::after {
	transform: translateY(-50%) rotate(90deg);
}
#dr .faq_box .trigger_target {
	display: none;
	position: relative;
	padding: 25px 20px 25px 85px;
	line-height: 1.7;
	margin-top: 1em;
	background: #fff9cc;
}
#dr .faq_box .trigger_target i {
	font-family: 'Zen Maru Gothic', sans-serif;
	background: #e48e00;
	top: 15px;
	left: 20px;
}
#dr .faq_box .faq_a > * + *:not(i) {
	margin-top: 1em;
}
#dr .faq_box .faq_a .list > li + li {
	margin-top: 0;
}
#dr .faq_box .trigger_btn:hover::before,
#dr .faq_box .trigger_btn:hover::after {
	opacity: .7;
}
#dr .faq_box .trigger_box.open .trigger_btn::after {
	transform: translateY(-50%);
}
#dr .faq_cap {
	text-align: center;
}
#dr .faq_cap img {
	width: 40%;
	max-width: 200px;
}

/* login_foot_box */
#dr .login_foot_box {
	background: #a3dcf7;
	padding: 50px 0;
	position: relative;
	z-index: 1;
}
#dr .login_foot_box > .container {
	position: relative;
	z-index: 1;
}
#dr #tokuten .login_foot_box {
	padding-top: 40px;
}
#dr .login_foot_box > .container {
	border: 3px solid #00A6E9;
	border-radius: 20px;
	background: #fff;
	position: relative;
	padding: 40px 40px 40px 180px;
}
#dr .login_foot_circle {
	width: 200px;
	height: 200px;
	background: #FDE52A;
	border-radius: 50%;
	color: #00A6E9;
	text-align: center;
	box-shadow: 0 2px 4px #EBEBEB,
							0 -2px 4px rgba(0,0,0,.2);
	position: absolute;
	top: -50px;
	left: -50px;
}
#dr .login_foot_circle > p {
	font-size: 39px;
	font-weight: bold;
	line-height: 1;
	height: 94px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
#dr .login_foot_circle > p > span {
	display: inline-block;
	font-size: 20px;
	border-top: 1px solid #00A6E9;
	border-bottom: 1px solid #00A6E9;
	padding: 6px 0;
	margin-bottom: 12px;
}
#dr .login_foot_tit {
	font-size: 24px;
	font-weight: bold;
	color: #0089DF;
	justify-content: center;
	align-items: center;
	margin-bottom: .75em;
}
#dr .foot_num {
	letter-spacing: .05em;
	background: linear-gradient(transparent 80%, #FFE72C 80%);
	padding: 0 .2em;
}
#dr .foot_num > span {
	display: inline-block;
	vertical-align: text-bottom;
	background: #0089DF;
	color: #fff;
	border-radius: 50%;
	width: 1.4em;
	height: 1.4em;
	line-height: 1.4;
	text-align: center;
	margin-left: .2em;
}
#dr .login_foot_lead {
	padding-left: 15px;
	text-align: center;
}
#dr .login_foot_btngroup > div:nth-child(1) {
	width: 49%;
	color: #EF74B1;
}
#dr .login_foot_btngroup > div:nth-child(2) {
	width: 49%;
	color: #00A6E9;
}
#dr .login_foot_btngroup .btn {
	margin-bottom: 10px;
}
#dr .login_foot_box .btn {
	text-decoration: none;
	text-align: center;
	color: #fff;
	box-shadow: 0px 2px 4px #EBEBEB;
	padding: 22px;
	font-size: 20px;
	font-weight: bold;
	border-radius: 10px;
	position: relative;
	transition: .5s;
}
#dr .login_foot_box .btn::before,
#dr .login_foot_box .btn::after {
	content: "";
	position: absolute;
	display: block;
	margin: auto;
	top: 0;
	bottom: 0;
}
#dr .login_foot_box .btn::before {
	width: 26px;
	height: 26px;
	background: #fff;
	border-radius: 50px;
	right: 20px;
}
#dr .login_foot_box .btn::after {
	width: 5px;
	height: 5px;
	border-top: 2px solid #EF74B1;
	border-right: 2px solid #EF74B1;
	transform: rotate(45deg);
	right: 31px;
}
#dr .login_foot_box .btn.btn_shinki {
	background: #EF74B1;
}
#dr .login_foot_box .btn.btn_login::after {
	border-color: #00A7EA;
}
#dr .login_foot_box .btn.btn_login {
	background: #00A7EA;
}
#dr .login_foot_box .btn.btn_movie {
	background: #FFE72C;
	color: #00A6E9;
	padding: 15px;
	font-size: 16px;
}
#dr .login_foot_box .btn.btn_movie::before {
	background: #00A6E9;
}
#dr .login_foot_box .btn.btn_movie::after {
	border-color: #FFE72C;
}
#dr .login_foot_box .btn.btn_movie .icon {
	display: inline-block;
	width: 32px;
	vertical-align: middle;
	margin-right: 10px;
}
#dr .login_foot_btngroup > div:nth-child(1) .login_foot_fbtn {
	margin-top: 10px;
}
#dr .login_foot_copy {
	font-weight: bold;
	margin-top: 10px;
}
#dr .login_foot_fbtn {
	margin-top: 20px;
}
#dr .login_foot_catch {
	font-weight: bold;
	text-align: center;
	padding-bottom: .5em;
}
#dr .login_foot_catch::before,
#dr .login_foot_catch::after,
#dr .login_foot_catch > span::before,
#dr .login_foot_catch > span::after {
	content: "";
	width: 2px;
	height: 2em;
	display: inline-block;
	vertical-align: bottom;
	background: #EF74B1;
}
#dr .login_foot_catch::before,
#dr .login_foot_catch::after {
	height: 1.5em;
	margin-bottom: -.2em;
}
#dr .login_foot_catch::before {
	transform: rotate(-35deg);
}
#dr .login_foot_catch::after {
	transform: rotate(35deg);
}
#dr .login_foot_catch > span::before {
	transform: rotate(-25deg);
	margin-right: 1em;
}
#dr .login_foot_catch > span::after {
	transform: rotate(25deg);
	margin-left: 1em;
}
#dr .login_foot_btngroup > div:nth-child(2) .login_foot_catch::before,
#dr .login_foot_btngroup > div:nth-child(2) .login_foot_catch::after,
#dr .login_foot_btngroup > div:nth-child(2) .login_foot_catch > span::before,
#dr .login_foot_btngroup > div:nth-child(2) .login_foot_catch > span::after {
	background: #00A6E9;
}

#dr #campaign {
	background: url("../images/bg_dlcam.jpg") no-repeat center center / cover;
	padding: 60px 0 100px;
	position: relative;
	z-index: 2;
}
#dr #campaign > .container {
	position: relative;
	z-index: 4;
}
#dr #campaign .trigger_box {
	margin-top: 3em;
}
#dr #campaign .trigger_btn {
	display: block;
	background: #ff0033;
	border-radius: .5em;
	color: #fff;
	width: 100%;
	font-size: 140%;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
	padding: .75em 1em;
	position: relative;
	cursor: pointer;
	transition: .5s;
}
#dr #campaign .trigger_btn:hover {
	opacity: .7;
}
#dr #campaign .trigger_btn::before {
	width: 1.4em;
	height: 1.4em;
	background: #fff;
	border-radius: 50%;
	right: auto;
	left: 1em;
}
#dr #campaign .trigger_btn::after {
	width: 0;
	height: 0;
	background: transparent;
	border-top: .5em solid #ff0033;
	border-bottom: .5em solid transparent;
	border-left: .35em solid transparent;
	border-right: .35em solid transparent;
	right: auto;
	left: 1.35em;
	transform: translateY(-50%);
	margin-top: .3em;
}
#dr #campaign .open .trigger_btn {
	border-radius: .5em .5em 0 0;
}
#dr #campaign .open .trigger_btn::after {
	transform: translateY(-50%) rotate(180deg);
	margin-top: -.25em;
}
#dr #campaign .trigger_target {
	background: #fff;
	border-radius: 0 0 .5em .5em;
	padding: 2em 2em 3em;
	display: none;
}
#dr #campaign .trigger_target dt {
	font-weight: bold;
	position: relative;
	padding-left: 1.3em;
	margin-bottom: .25em;
}
#dr #campaign .trigger_target dt::before {
	content: "●";
	color: #ff0033;
	position: absolute;
	top: 0;
	left: 0;
}
#dr #campaign .trigger_target dd + dt {
	margin-top: 1.5em;
}
#dr #campaign .trigger_target dd {
	padding-left: 1.3em;
}
#dr #campaign .cam_stit {
	font-weight: bold;
	color: #ff0033;
	margin-bottom: .25em;
}
#dr #campaign .cam_stit._blue {
	color: #0080d6;
	margin-top: .5em;
}
#dr .pr_flow > div.exp_dl .pr_flow_tit {
	letter-spacing: -.05em;
	padding: .3em .5em .4em .4em;
}
#dr .pr_flow > div.exp_dl > .flex {
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
#dr .pr_flow > div.exp_dl > .flex ._tit {
	text-align: center;
	margin-bottom: 1em;
}
#dr .pr_flow > div.exp_dl > .flex ._tit .zen_m {
	font-size: 19px;
	margin-bottom: .25em;
}
#dr .pr_flow > div.exp_dl > .flex ._tit > a {
	display: block;
	width: 60%;
	margin: 0 auto;
}
#dr .pr_flow > div.exp_dl > .flex ._qr {
	width: 40%;
}
#dr .pr_flow > div.exp_dl > .flex ._icon {
	width: 35%;
	margin-left: 1em;
	border: 1px solid #ccc;
	border-radius: 1em;
	overflow: hidden;
}
#dr .pr_flow > div.exp_dl > .flex + .flex {
	margin-top: 2em;
}
#dr .pr_flow > div.exp_dl > .flex + .flex ._icon {
	border-radius: 50%;
}
#dr .hint_tit {
	width: 100%;
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 2em;
	position: relative;
	padding-left: 1.3em;
}
#dr .hint_tit::before {
	content: "■";
	color: #00a7ea;
	position: absolute;
	top: 0;
	left: 0;
}
#dr .hint_list {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
#dr .trigger_target .hint_list {
  margin-top: 1em;
}
#dr .hint_list > div {
	width: 32%;
	background: #fff;
	border-radius: 1em;
	padding: 0 1em 1em;
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	align-items: center;
	font-size: 120%;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
}
#dr .hint_list > div:nth-child(n+5) {
	margin-top: 3em;
}
#dr .hint_list ._icon {
	width: 50%;
	max-width: 115px;
	margin-top: -1.25em;
}
#dr .hint_list ._time,
#dr .hint_list ._result {
	color: #00a7ea;
	font-size: 120%;
}
#dr .hint_list ._time ._num,
#dr .hint_list ._result ._num {
	font-size: 150%;
	vertical-align: -.05em;
	margin: 0 .05em;
}
#dr .hint_list ._subject2 {
	font-size: 90%;
	margin: .25em 0;
}
#dr .copy_pointup {
	width: 90%;
	max-width: 884px;
	margin: 0 auto;
}
#dr .gaiyo_box {
	width: 92%;
	max-width: 1024px;
	margin: 0 auto 2em;
	background: #fff;
	border: 2px solid #ffe100;
	border-radius: .5em;
	font-size: 120%;
	text-align: center;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
#dr .gaiyo_tit {
	background: #ffe100;
	font-size: 130%;
	font-weight: bold;
	padding: .5em 1em;
}
#dr .gaiyo_body {
	padding: 1em;
}
#dr .gaiyo_copy {
	display: inline-block;
	font-weight: bold;
	text-align: left;
	position: relative;
	padding-left: 1.3em;
}
#dr .gaiyo_copy::before {
	content: "■";
	position: absolute;
	top: 0;
	left: 0;
}
#dr #attention .container > .list {
	font-size: 110%;
	line-height: 1.8;
}
#dr #attention .container > .list > li + li {
	margin-top: .5em;
}
#dr .about_body.attention > .list {
	font-size: 110%;
	line-height: 1.8;
}
#dr .about_body.attention > .list > li + li {
	margin-top: .5em;
}
#dr .exam_tit {
	font-size: clamp(16px, 1.610vw, 22px);
	font-weight: 700;
	text-align: center;
	margin-bottom: 1em;
}
#dr .exam_graf {
	width: 100%;
	max-width: 636px;
	margin: 0 auto;
}
#dr .exam_box .exam_graf + .list {
	margin-top: 2.5em;
}
#dr .exam_box .list {
	width: 100%;
	max-width: 51em;
	margin: 0 auto;
}
#dr .table_d {
	overflow-x: auto;
}
#dr .table_d table {
	width: auto;
	min-width: 100%;
	margin-bottom: .5em;
}
#dr .table_d caption {
	font-size: 105%;
	font-weight: bold;
	text-align: left;
	margin-bottom: .25em;
}
#dr .table_d tr > * {
	background: #fff;
	border: 1px solid #ccc;
	line-height: 1.4;
	text-align: left;
	vertical-align: middle;
	padding: .5em 1em;
}
#dr .table_d tr > th {
	background: #eee;
	font-weight: normal;
	white-space: nowrap;
}
#dr .trigger_target .table_d table {
	min-width: inherit;
}
#dr .trigger_target .table_d tr > * {
	border-color: #ccc7a3;
}
#dr .trigger_target .table_d tr > th {
	background: #f5f4ed;
	text-align: center;
}
#dr .hirutoku_hint .trigger_btn {
	background: #fff;
	border-radius: 30px;
	font-size: 21px;
	font-weight: bold;
	line-height: 60px;
	text-align: center;
	padding: 0 1em;
	position: relative;
	cursor: pointer;
	transition: .5s;
}
#dr .hirutoku_hint .trigger_btn::before {
	background: #fabe00;
	border-radius: 50%;
	width: 1.5em;
	height: 1.5em;
	right: 1.5em;
}
#dr .hirutoku_hint .trigger_btn::after {
	clip-path: polygon(0 40%, 40% 40%, 40% 0%, 60% 0%, 60% 40%, 100% 40%, 100% 60%, 60% 60%, 60% 100%, 40% 100%, 40% 60%, 0 60%);
	background: #fff;
	width: .9em;
	height: .9em;
	right: 1.8em;
}
#dr .hirutoku_hint.open .trigger_btn {
	background: rgba(250,190,0,.3);
	border-radius: 30px 30px 0 0;
}
#dr .hirutoku_hint.open .trigger_btn::after {
	clip-path: polygon(40% 0, 60% 0, 60% 100%, 40% 100%);
}
#dr .hirutoku_hint .trigger_target {
	display: none;
	background: rgba(250,190,0,.3);
	border-radius: 0 0 30px 30px;
	padding: 0 40px 40px;
}
#dr .pricemenu_table tr > * {
	border: 1px solid #ccc;
	padding: .5em 1em;
	vertical-align: middle;
}
#dr .pricemenu_table tr > th {
	white-space: nowrap;
	text-align: center;
	background: #CCEDFB;
}
#dr .att_box {
	border: 1px solid #ccc;
	padding: .75em 1em;
	margin-top: 2em;
}
#dr .att_tit {
	font-size: 105%;
	font-weight: bold;
	text-align: center;
	margin-bottom: .5em;
}
#dr .att_box > .list {
	margin-top: .75em;
}


/* -------------------------------------------------
  Media Queries による切り替え
------------------------------------------------- */
/* スマホ向けのスタイル：768px */
@media only screen and (max-width: 768px) {
  header {
    padding: 10px 0;
  }
	header .logo img {
		max-width: 90px;
	}
	footer {
		padding: 0;
	}
	footer .fnav {
		padding-top: 40px;
	}
	footer .copy #copy small span {
		display: block;
	}
  #dr {
    font-size: 14px;
  }
	#dr .flex {
		flex-direction: column;
	}
	
	/* mainimg */
	#dr .mainimg {
		background-image: url("../images/bg01_sp.png");
		padding-top: 20px;
	}
	#dr .mainimg .container {
		width: 100%;
	}
	#dr .mainimg_foot_tit {
		width: 100%;
	}
	#dr .mainimg_foot_tit > .zen_m {
		font-size: clamp(16px, 3vw, 20px);
		margin: 0 0 .5em;
	}
	#dr .mainimg_foot_tit > img.pc {
		display: none;
	}
	#dr .mainimg_foot_tit > img.sp {
		width: 90%;
		max-width: 430px;
		display: block;
		margin: 0 auto;
	}
	#dr ._dlcam .mainimg_foot_tit > img.sp {
		width: auto;
		max-width: 100%;
		margin-top: -15px;
	}
	#dr .mainimg_foot .bnrbox {
		margin: 0 auto;
	}
	
	/* lnav */
	#dr .lnav {
		padding: 20px 0;
	}
	#dr .lnav .flex {
		flex-flow: row wrap;
	}
	#dr .lnav li {
		width: 48.5%;
	}
	#dr .lnav li:nth-child(n+3) {
		margin-top: 10px;
	}
	#dr .lnav li a {
		box-shadow: -1px -3px 0 rgba(0,0,0,.1) inset;
		padding: 10px 20px 10px 5px;
		flex-direction: row;
	}
	#dr .lnav li a::after {
		width: .4em;
		height: .4em;
		border-right-width: 2px;
		border-bottom-width: 2px;
		left: auto;
		bottom: 50%;
		right: 8px;
		transform: rotate(45deg) translateY(50%);
	}
	#dr .lnav li a img {
		height: 3.8vw;
		max-height: 24px;
	}
	#dr .lnav li a img + img {
		margin-top: 0;
	}
	
  /* main_block */
	.main_block::after {
		background-image: url("../images/bg02_sp.png");
	}
	#dr section {
		padding: 0 0 50px;
	}
	section > .container > * + * {
		margin-top: 20px;
	}
	#dr .sec_tit {
		padding: 20px 0 35px;
		margin-bottom: 20px;
	}
	#dr .sec_tit img {
		height: 20px;
	}
	#dr #process .sec_tit {
		padding: 14px 0 24px;
	}
	/*
	#dr #process .sec_tit img {
		height: 34px;
	}
	*/
	#dr #hint .sec_tit {
		padding: 10px 0 20px;
	}
	#dr #hint .sec_tit img {
		height: 42px;
	}
	#dr .sec_heading ._new {
		top: -15px;
		left: calc(50% - 140px);
		width: 55px;
	}
	#dr .sec_tit::before {
		width: 400px;
		height: 400px;
	}
	#dr .sec_stit {
		font-size: 20px;
	}
	#dr .sec_stit::before {
		margin-right: .5em;
	}
	#dr .sec_stit::after {
		margin-left: .5em;
	}
	#dr .sec_lead {
		font-size: 15px;
		text-align: left;
	}
	#dr .sec_lead.fs_large {
		text-align: center;
		font-size: 17px;
		line-height: 1.4;
	}
	#dr .box {
		border-radius: 15px;
		padding: 20px 4%;
	}
	#dr .pr_list > div {
		padding-left: 22px;
	}
	#dr .pr_list_tit {
		font-size: 15px;
	}
	#dr .pr_list_body .flex._login > div:nth-child(1),
	#dr .pr_list_body .flex._login > div:nth-child(2) {
		width: 100%;
	}
	#dr .pr_list_body .sec_stit {
		font-size: 15px;
	}
	#dr .pr_flow > div {
		width: 48%;
		padding: 0;
	}
	#dr .pr_flow > div + div::before {
		width: .75em;
		height: .75em;
		border-top-width: 3px;
		border-right-width: 3px;
		left: -1.5em;
	}
	#dr .pr_flow._explain > div + div::before {
		top: 40%;
	}
	#dr .pr_flow > div > * + * {
		margin-top: .75em;
	}
	#dr .pr_flow_tit {
		font-size: 15px;
		line-height: 1.1;
	}
	#dr .pr_flow_tit ._sp_narrow {
		display: block;
		transform: scaleX(.8);
		margin-left: -.2em;
		white-space: nowrap;
	}
	#dr .pr_flow_tit ._kerning2 {
		font-size: 15px;
		width: auto;
		letter-spacing: 0;
		transform: none;
	}
	#dr .pr_flow_img {
		width: 100%;
		padding: 0 1em 1em;
	}
	#dr .pr_flow_txt {
		font-size: 13px;
	}
	#dr .pr_flow > div:nth-child(3) {
		width: 100%;
		margin: 1em auto 0;
	}
	#dr .pr_flow > div:nth-child(3) .pr_flow_img img {
		width: 54.7%;
	}
	#dr .pr_flow > div:nth-child(3) .pr_flow_txt {
		padding: 0 1em;
		font-size: 14px;
	}
	#dr .pr_flow > div:nth-child(3) .pr_flow_txt .fs_small {
		font-size: 13px;
	}
	#dr .pr_flow > div._notes {
		width: 100%;
	}
	#dr .pr_flow > div._notes {
		flex-direction: column;
	}
	#dr .pr_flow > div._notes .guide_box {
		width: 100%;
		height: auto;
		margin: 1em 0 0;
	}
	#dr .pr_flow._image {
		flex-direction: column;
	}
	#dr .pr_flow._image > div {
		width: 100%;
		padding: 0 4%;
	}
	#dr .pr_flow._image > div + div {
		margin-top: 2em;
	}
	#dr .pr_flow._image .pr_flow_tit {
		font-size: 19px;
	}
	#dr .pr_flow._image .pr_flow_img {
		width: 60.39%;
		padding-bottom: 0;
	}
	#dr #acquisition .pr_flow._image > div {
		width: 100%;
	}
	#dr #acquisition .pr_flow._image > div:nth-child(2) {
		margin-top: 3em;
	}
	#dr #acquisition .pr_flow._image .pr_flow_tit._new::before {
		width: 50px;
		height: 50px;
		top: -15px;
		left: -30px;
	}
	#dr #acquisition .pr_flow._image > div:nth-child(3) {
		margin-top: 3.25em;
	}
	#dr #acquisition .pr_flow._image > div:nth-child(3)::before {
		border-top: none;
		border-right-width: 3px;
		border-bottom: 3px solid #00a7ea;
		left: 50%;
		top: -1.75em;
		transform: rotate(45deg) translateX(-50%);
		font-size: 133%;
	}
	#dr #acquisition .pr_flow._image > div:nth-child(3) .pr_flow_img img {
		width: auto;
	}
	#dr .guide_box {
		border-width: 1px;
	}
	#dr .guide_box_tit {
		font-size: 16px;
	}
	#dr .login_wrap {
		flex-direction: column;
		justify-content: center;
	}
	#dr .login_wrap._btn {
		border: 2px solid #FFE72C;
		border-radius: .75em;
		padding: 4.3em 1em 1em;
		position: relative;
	}
	#dr .login_wrap._btn .circle2 {
		font-size: 16px;
		width: 100%;
		border-radius: .7em .7em 0 0;
		padding: .75em 1em .5em;
		margin-bottom: 0;
		position: absolute;
		top: 0;
		left: 0;
	}
	#dr .login_wrap._btn a {
		font-size: 16px;
	}
	#dr .login_wrap .circle {
		width: 100%;
		height: auto;
		border-radius: .75em .75em 0 0;
		padding: 1em;
	}
	#dr .login_wrap .circle .txt br {
		display: none;
	}
	#dr .login_wrap .circle .txt {
		font-size: 28px;
		position: static;
		transform: translate(0, 0);
		border-top: 1px solid #00A6E9;
		border-bottom: 1px solid #00A6E9;
	}
	#dr .login_wrap .circle .txt .border {
		border: none;
		vertical-align: middle;
		margin-right: .75em;
		padding: 0;
	}
	#dr .login_wrap .login_btn_area {
		width: 100%;
		border: 2px solid #FFE72C;
		border-top: none;
		border-radius: 0 0 .75em .75em;
		padding: 1em;
		margin-bottom: 2.5em;
	}
	#dr .login_wrap a::before {
		width: 1.5em;
		height: 1.5em;
	}
	#dr .login_wrap a::after {
		width: .35em;
		height: .35em;
		right: 1.6em;
	}
	#dr .login_wrap .login_btn_pink {
		font-size: 16px;
	}
	#dr .login_wrap .login_btn_movie span {
		padding-left: .5em;
		text-align: left;
	}
	#dr #terms .sec_lead {
		font-size: 16px;
		line-height: 1.6;
		text-align: center;
	}
	#dr .terms_list {
		margin-top: 30px;
	}
	#dr .terms_list > li {
		width: 100%;
		padding: 30px 15px 20px;
		border-width: 2px;
		font-size: 16px;
	}
	#dr .terms_list > li + li {
		margin-top: 30px;
	}
	#dr .terms_list > li > .num {
		font-size: 20px;
	}
	#dr .terms_list > li ._narrow {
		font-size: .95em;
		letter-spacing: -.05em;
		transform: scaleX(90%);
		margin: 0 -5%;
	}
	#dr #terms .note_box {
		padding: 0 5px;
	}
	#dr #exchange .note_box._border {
		padding: 10px 4%;
		text-align: left;
		margin-top: 20px;
	}
	#dr .pricemenu {
		flex-flow: column nowrap;
		justify-content: center;
	}
	#dr .pricemenu > *:nth-child(n+3) {
		margin-top: 0;
	}
	#dr .pricemenu > *:nth-child(odd) {
		margin-top: 1em;
	}
	#dr .pricemenu > *:first-child {
		margin-top: 0;
	}
	#dr .pricemenu dt {
		width: 100%;
		padding: 5px;
		margin-bottom: .75em;
	}
	#dr .pricemenu dd {
		width: 100%;
	}
	#dr .wayto_catch > .zen_m {
		display: block;
		width: 42%;
		font-size: 16px;
		text-align: center;
		margin: 0 auto .5em;
	}
	#dr .wayto_catch > img {
		width: 100%;
	}
	#dr .dl_block {
		padding: 20px 0;
	}
	#dr .dl_block .dl_tit {
		width: 55%;
		margin-bottom: 1em;
	}
	#dr .dl_box > .flex {
		display: flex;
		flex-direction: column;
	}
	#dr .dl_block .dl_box {
		padding: 15px 4%;
	}
	#dr .dl_stit {
		font-size: 18px;
		width: 100%;
		margin-bottom: .5em;
	}
	#dr .dl_app {
		width: 100%;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#dr .dl_app > div {
		width: 50%;
		flex-direction: column;
		justify-content: center;
	}
	#dr .dl_app > div ._tit .zen_m {
		font-size: 16px;
	}
	#dr .dl_app > div ._tit img {
		height: 40px;
	}
	#dr .dl_app > div ._qr {
		display: none;
	}
	#dr .dl_app > div ._icon {
		width: 40%;
		margin: 10px auto 0;
	}
	#dr .dl_app > div:nth-child(2) {
		margin-left: auto;
	}
	#dr .dl_tit_text {
		font-size: 18px;
	}
	#dr .dl_lead {
		padding-left: 0;
		margin-top: 10px;
	}
	#dr .wayto_flow {
		flex-flow: column nowrap;
		justify-content: center;
		margin-top: 0;
	}
	#dr .wayto_flow + .wayto_flow {
		margin-top: 40px;
	}
	#dr .wayto_flow > div {
		width: 94%;
		padding: 60px 4% 20px;
		margin-top: 60px;
		align-self: center;
	}
	#dr .wayto_flow > div:first-child {
		margin-top: 30px;
	}
	#dr .wayto_flow > div + div::before {
		border-top: none;
		border-right-width: 3px;
		border-bottom: 3px solid #00a7ea;
		left: 50%;
		top: -3.2em;
		transform: rotate(45deg) translateX(-50%);
	}
	#dr .wayto_flow_tit > span {
		font-size: 18px;
		border-width: 2px;
	}
	#dr #questionnaire .wayto_flow > div:nth-child(2) {
		margin-left: 0;
		margin-right: 0;
	}
	#dr .wayto_step > span {
		font-size: 30px;
	}
	#dr .wayto_tit {
		font-size: 19px;
	}
	#dr .wayto_img {
		width: 50%;
	}
	#dr .wayto_txt {
		font-size: 14px;
	}
	#dr #about,
	#dr #hirutoku,
	#dr #about2 {
		margin-top: 30px;
	}
	#dr .about_img {
		width: 100%;
		padding: 15px 4%;
		order: 2;
		margin-top: 1.5em;
	}
	#dr #about2 .about_img {
		padding: 15px 2%;
	}
	#dr .about_body {
		width: 100%;
		order: 1;
	}
	#dr .about_graf.flex > div {
		width: 100%;
	}
	#dr .about_graf.flex > div + div {
		margin-top: 1.5em;
	}
	#dr .about_graf.flex ._tit {
		font-size: 130%;
	}
	#dr .about_box .note_box {
		padding: 15px 4%;
		order: 3;
	}
	#dr .about_inner {
		flex-direction: column;
	}
	#dr .about_inner + .about_inner {
		margin-top: 2em;
	}
	#dr .about_inner > div {
		width: 100%;
	}
	#dr .about_stit {
		width: 100%;
		font-size: 110%;
		padding: .5em 1em;
		margin-bottom: 1em;
	}
	#dr .about_graf.flex ._tit._new::before {
		width: 50px;
		height: 50px;
		top: -10px;
	}
	#dr .link_btn_wrap {
		flex-direction: column;
		justify-content: center;
	}
	#dr .link_btn_wrap a {
		width: 100%;
		border-radius: .75em;
		padding: 15px 3em 15px 0;
		border-width: 1px;
		text-align: left;
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		align-items: center;
	}
	#dr .link_btn_wrap a::before {
		right: 4%;
		bottom: auto;
		top: 50%;
		transform: translateY(-50%);
	}
	#dr .link_btn_wrap a::after {
		border-top-width: 2px;
		border-right-width: 2px;
		transform: translateY(-50%) rotate(45deg);
		right: calc(4% + .6em);
		bottom: auto;
		top: 50%;
	}
	#dr .link_btn_wrap a + a {
		margin-top: 1em;
	}
	#dr .link_btn_block ._img {
		width: 30%;
		margin-bottom: 0;
		height: 70px;
	}
	#dr .link_btn_block ._img img {
		transform: scale(.4,.4);
	}
	#dr .link_btn_wrap a:nth-child(1) ._img img {
		transform: scale(.7,.7);
	}
	#dr .link_btn_wrap a:nth-child(3) ._img img {
		transform: scale(.35,.35);
	}
	#dr .link_btn_block ._txtArea {
		width: 70%;
	}
	#dr .link_btn_block ._ttl {
		font-size: 16px;
		margin-bottom: .25em;
	}
	#dr .link_btn_block ._txt {
		height: auto;
		font-size: 13px;
	}
	#dr .sc_box {
		margin-top: 2em;
	}
	#dr .sc_img {
		width: 64px;
		margin-right: 10px;
	}
	#dr .sc_lead {
		font-size: 14px;
	}
	#dr .sc_link {
		font-size: 19px;
	}
	#dr .bnr_box {
		padding-top: 2em;
	}
	#dr .bnr_box a {
		max-width: 640px;
	}
	#dr .bnr_catch {
		font-size: 18px;
	}
	#dr .bnr_catch::before,
	#dr .bnr_catch::after,
	#dr .bnr_catch > span::before,
	#dr .bnr_catch > span::after {
		width: 1px;
	}
	#dr .faq_box {
		border-radius: 15px;
	}
	#dr .faq_btn {
		border-bottom-width: 3px;
	}
	#dr .faq_btn .tab_btn {
		font-size: 15px;
		line-height: 1.3;
		padding: .5em;
	}
	#dr .faq_btn .tab_btn:nth-child(1) {
		border-radius: 15px 0 0 0;
	}
	#dr .faq_btn .tab_btn:nth-child(2) {
		border-radius: 0 15px 0 0;
	}
	#dr .tab_panel {
		padding: 10px 4%;
	}
	#dr .faq_box .trigger_box {
		padding: 10px 0;
	}
	#dr .faq_box .trigger_box + .trigger_box {
		border-top-width: 1px;
	}
	#dr .faq_box .trigger_btn {
		font-size: 16px;
		padding-left: 45px;
	}
	#dr .trigger_btn::before,
	#dr .trigger_btn::after {
		width: 1em;
		height: 3px;
	}
	#dr .faq_box .trigger_btn i,
	#dr .faq_box .trigger_target i {
		font-size: 22px;
		top: .3em;
	}
	#dr .faq_box .trigger_target {
		padding: 15px 15px 15px 55px;
		border-top-width: 1px;
		margin-top: .25em;
	}
	#dr .faq_box .trigger_target i {
		top: 10px;
		left: 10px;
	}
	
	/* login_foot_box */
	#dr .login_foot_box {
		padding: 25px 0;
	}
	#dr #tokuten .login_foot_box {
		padding: 10px 1% 40px;
	}
	#dr .login_foot_box > .container {
		border-width: 2px;
		border-color: #FFE72C;
		border-radius: 10px;
		padding: 0;
	}
	#dr .login_foot_circle {
		width: 100%;
		height: auto;
		border-radius: 8px 8px 0 0;
		position: static;
		padding: 15px;
		box-shadow: 0 2px 4px #EBEBEB;
	}
	#dr .login_foot_circle > p {
		font-size: 28px;
		height: auto;
		position: static;
		border-top: 1px solid #00A6E9;
		border-bottom: 1px solid #00A6E9;
		padding: 10px 0;
	}
	#dr .login_foot_circle > p > span {
		font-size: 16px;
		border-top: none;
		border-bottom: none;
		padding: 0;
		margin-bottom: 0;
		margin-right: 10px;
		vertical-align: middle;
	}
	#dr .login_foot_body {
		padding: 20px;
	}
	#dr .login_foot_tit {
		font-size: 18px;
	}
	#dr .login_foot_lead {
		width: 100%;
		padding-left: 0;
		margin-top: 10px;
	}
	#dr .login_foot_btngroup > div:nth-child(1),
	#dr .login_foot_btngroup > div:nth-child(2) {
		width: 100%;
	}
	#dr .login_foot_btngroup > div:nth-child(2) {
		margin-top: 15px;
	}
	#dr .login_foot_box .btn {
		padding: 20px;
		font-size: 16px;
	}
	#dr .login_foot_box .btn::before {
		width: 18px;
		height: 18px;
		right: 15px;
	}
	#dr .login_foot_box .btn::after {
		width: 3px;
		height: 3px;
		right: 23px;
	}
	#dr .login_foot_box .btn.btn_movie {
		background: #FFE72C;
		color: #00A6E9;
		padding: 15px 15px 15px 60px;
		font-size: 14px;
		line-height: 1.4;
		text-align: left;
	}
	#dr .login_foot_box .btn.btn_movie::before {
		background: #00A6E9;
	}
	#dr .login_foot_box .btn.btn_movie::after {
		border-color: #FFE72C;
	}
	#dr .login_foot_box .btn.btn_movie .icon {
		position: absolute;
		width: 38px;
		left: 15px;
		top: 0;
		bottom: 0;
		margin: auto;
	}
	#dr .login_foot_catch::before,
	#dr .login_foot_catch::after,
	#dr .login_foot_catch > span::before,
	#dr .login_foot_catch > span::after {
		width: 1px;
	}
	
	#dr #campaign {
		padding: 30px 0 50px;
	}
	#dr #campaign > .container {
		width: 100%;
	}
	#dr #campaign .cam_main {
		width: 100%;
		max-width: 576px;
		margin: 0 auto;
	}
	#dr #campaign .trigger_box {
		width: 91%;
		margin: 2em auto 0;
	}
	#dr #campaign .trigger_btn {
		font-size: 120%;
	}
	#dr #campaign .trigger_target {
		padding: 1.5em 4%;
	}
	#dr .pr_flow > div.exp_dl .pr_flow_tit {
		font-size: 14px;
		padding: .3em .3em .4em .2em;
	}
	#dr .pr_flow > div.exp_dl > .flex ._tit {
		margin-bottom: .5em;
	}
	#dr .pr_flow > div.exp_dl > .flex ._tit .zen_m {
		font-size: 16px;
	}
	#dr .pr_flow > div.exp_dl > .flex ._tit > a {
		width: 100%;
	}
	#dr .pr_flow > div.exp_dl > .flex ._tit > a img {
		height: 40px;
	}
	#dr .pr_flow > div.exp_dl > .flex ._qr {
		display: none;
	}
	#dr .pr_flow > div.exp_dl > .flex ._icon {
		width: 45%;
		margin-left: 0;
	}
	#dr .pr_flow > div.exp_dl > .flex + .flex {
		margin-top: 1em;
	}
	#dr .hint_list > div {
		width: 48.5%;
		border-radius: .75em;
		padding: 0 3% 1em;
	}
	#dr .hint_list > div:nth-child(n+4) {
		margin-top: 1.5em;
	}
	#dr .copy_pointup {
		max-width: 668px;
	}
	#dr .gaiyo_box {
		border-width: 1px;
		font-size: 100%;
	}
	#dr .gaiyo_tit {
		font-size: 110%;
	}
	#dr .table_d tr > * {
		padding: .5em;
	}
	#dr .hirutoku_hint .trigger_btn {
		border-radius: 15px;
		font-size: 17px;
		line-height: 1.4;
		padding: .5em 1em;
	}
	#dr .hirutoku_hint .trigger_btn::before {
		right: 1em;
	}
	#dr .hirutoku_hint .trigger_btn::after {
		right: 1.3em;
	}
	#dr .hirutoku_hint.open .trigger_btn {
		border-radius: 15px 15px 0 0;
	}
	#dr .hirutoku_hint .trigger_target {
		border-radius: 0 0 15px 15px;
		padding: 0 20px 20px;
	}
	#dr .pricemenu_table,
	#dr .pricemenu_table tbody,
	#dr .pricemenu_table tr,
	#dr .pricemenu_table tr > * {
		display: block;
	}
	#dr .pricemenu_table tr > * + *,
	#dr .pricemenu_table tr + tr > *:first-child {
		border-top: none;
	}
	
	


}


/* タブレット＆PCのスタイル：769px */
@media only screen and (min-width: 769px) {	
  /* login_foot_box */
	#dr .login_foot_box .btn:hover {
		opacity: .7;
	}
	#dr .login_foot_btngroup > div:nth-child(1) .btn.btn_movie {
		padding: 10px 30px 10px 10px;
		font-size: 12px;
	}
	#dr .login_foot_btngroup > div:nth-child(1) .btn.btn_movie::before {
		width: 20px;
		height: 20px;
		right: 10px;
	}
	#dr .login_foot_btngroup > div:nth-child(1) .btn.btn_movie::after {
		right: 18px;
	}
	#dr .login_foot_btngroup > div:nth-child(1) .btn.btn_movie .icon {
		width: 26px;
	}
	
	

}
