@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:wght@100;300;400;500;700;900&display=swap');

body {
  background: #fded8c;
	position: relative;
}
main {
	display: block;
	min-height: inherit;
}

/* header & footer */
header .container {
  position: relative;
}
header .logo {
	width: 25%;
	max-width: 150px;
	background: #fff;
	border-radius: 0 0 .75em .75em;
	text-align: center;
	padding: 1.5em 2em;
	position: absolute;
	top: 0;
	left: 0;
}
header .logo img {
	width: auto;
	max-width: 100%;
	height: auto;
}
footer {
	background: #fff;
  padding: 60px 0 30px;
}
footer .copy #f_logo img {
  width: 107px;
}
footer .copy #copy small span {
  display: inline-block;
  margin-left: 1em;
}

/* base style */
#ohisamacp {
	font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: clamp(16px, 1.171vw, 18px);
	font-weight: 400;
	font-feature-settings: "palt";
	line-height: 1.8;
  padding-bottom: 3em;
}
#ohisamacp a {
  color: #3b6daa;
  text-decoration: underline;
}
#ohisamacp a, #ohisamacp a img {
  transition: .5s;
}
#ohisamacp a:hover {
  color: #0A4591;
  text-decoration: none;
}
#ohisamacp a:hover img {
  opacity: .7;
}
#ohisamacp img {
	width: auto;
	max-width: 100%;
	height: auto;
}
#ohisamacp hr {
	border: none;
	width: 100%;
	height: 10px;
	background: radial-gradient(circle farthest-side, #231815 .1em, transparent .1em, transparent .4em);
	background-size: .5em;
	margin: 1em 0;
}

/* utility style */
#ohisamacp .mt025 {margin-top: .25em !important;}
#ohisamacp .mt05 {margin-top: .5em !important;}
#ohisamacp .mt10 {margin-top: 1em !important;}
#ohisamacp .fs_xxsmall {font-size: 75%;}
#ohisamacp .fs_xsmall {font-size: 85%;}
#ohisamacp .fs_small {font-size: 90%;}
#ohisamacp .fs_large {font-size: 110%;}
#ohisamacp .fs_xlarge {font-size: 120%;}
#ohisamacp .red {color: #E83820;}
#ohisamacp .txt_right {text-align: right;}
#ohisamacp .em {font-weight: 600;}
#ohisamacp .underline {text-decoration: underline;}
#ohisamacp .normal {font-weight: 400;}
#ohisamacp .list > li {
  position: relative;
  padding-left: 1.3em;
}
#ohisamacp .list.custom_0 > li {
  padding-left: 0;
}
#ohisamacp .list.custom_2 > li {
  padding-left: 2.3em;
}
#ohisamacp .list.custom_3 > li {
  padding-left: 3.3em;
}
#ohisamacp .list.custom_4 > li {
  padding-left: 4.3em;
}
#ohisamacp .list > li::before,
#ohisamacp .list > li > .num {
  position: absolute;
  top: 0;
  left: 0;
}
#ohisamacp .list.kome > li::before {
  content: "※";
}
#ohisamacp .list.smldot > li::before {
  content: "・";
}
#ohisamacp .list.dot > li::before {
  content: "";
  width: 1em;
  height: 1em;
  background: #dd4e00;
  clip-path: circle(40% at 50% 50%);
  top: .25em;
}
#ohisamacp .list.square > li::before {
  content: "■";
}
#ohisamacp .list.circle > li::before {
  content: "○";
}
#ohisamacp .list.number > li {
  padding-left: 2em;
}
#ohisamacp .list.number > li + li {
  margin-top: .35em;
}
#ohisamacp .list.number > li::before {
  content: counter(list-item);
  width: 1.4em;
  height: 1.4em;
  background: #e57c13;
  border-radius: 50%;
  color: #fff;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}
#ohisamacp .mnum {
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  background: #e57c13;
  border-radius: 50%;
  color: #fff;
  font-size: 90%;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  vertical-align: text-bottom;
  margin: 0 .2em;
}
#ohisamacp .list.fs_large.em > li .normal {
  font-size: clamp(16px, 1.171vw, 18px);
  font-weight: 400;
}
#ohisamacp .list.inline,
#ohisamacp .list.inline > li {
	display: inline-block;
}
#ohisamacp .list.inline > li {
	text-align: left;
}
#ohisamacp .list.flow > li {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 1em 0 0 0;
}
#ohisamacp .list.flow > li + li {
  border-top: 1px solid #ccc;
  margin-top: 1em;
}
#ohisamacp .list.flow > li ._img {
  width: 20%;
}
#ohisamacp .list.flow > li ._body {
  width: 75%;
}
#ohisamacp .container {
	width: 92%;
	max-width: 1024px;
	margin: 0 auto;
}
#ohisamacp .flex {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}

/* contents style */
#ohisamacp .mv_block {
	background: url("../images/bg_main.png") no-repeat center center / cover;
	text-align: center;
	padding-top: 5em;
}
#ohisamacp .mv_tit {
	width: 94%;
	max-width: 1080px;
	margin: 0 auto;
}
#ohisamacp .mv_kikan {
	background: #dd4e00;
	color: #fff;
	padding: 1em 0;
}
#ohisamacp .mv_kikan_body {
  display: flex;
	flex-flow: row nowrap;
  align-items: center;
	letter-spacing: .05em;
  line-height: 1.3;
  gap: 1em;
}
#ohisamacp .mv_kikan_tit {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  border: 2px solid #fff;
  border-radius: .5em;
  color: #fff;
  font-size: clamp(20px, 1.610vw, 22px);
	font-weight: 800;
  text-align: center;
  padding: .5em;
  flex: 1 0 auto;
}
#ohisamacp .mv_kikan_date {
  font-size: clamp(22px, 2.049vw, 28px);
	font-weight: 700;
  text-align: left;
  flex: 0 0 auto;
}
#ohisamacp .mv_kikan_body .mv_date .list.fs_small {
  font-size: clamp(14px, 1.024vw, 16px);
  font-weight: 400;
}
#ohisamacp .mv_date {
  display: flex;
	flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}
#ohisamacp .mv_date ._tit {
	line-height: 1.6;
}
#ohisamacp .mv_date ._tit::after {
	content: "：";
	margin: 0 .25em;
}
#ohisamacp .mv_date ._day .num {
	font-size: 115%;
	line-height: .8;
}
#ohisamacp .mv_date ._day .num.large {
	font-size: 180%;
	line-height: .5;
}
#ohisamacp .mv_date.hp {
  font-size: 15px;
  font-weight: 500;
  margin-top: .35em;
}
#ohisamacp .mv_date.hp ._day .num.large {
	font-size: 150%;
}
#ohisamacp .box {
	background: #fff;
	border-radius: 1.5em;
	padding: 3em 4em;
  position: relative;
}
#ohisamacp .box._bbox {
	padding: 3em 2em 2em;
}
#ohisamacp .box._tokuten {
  padding: 0;
}
#ohisamacp .box + .box._tokuten {
  margin-top: 3em;
}
#ohisamacp .box._tokuten .trigger_tit {
  background: #dd4e00;
	border-radius: .75em .75em 0 0;
  color: #fff;
  font-size: clamp(20px, 1.756vw, 24px);
  font-weight: 700;
  letter-spacing: .05em;
  padding: .75em 1em;
  text-align: center;
}
#ohisamacp .box._tokuten .trigger_target {
  padding: 2em;
}
#ohisamacp .box + .box {
  margin-top: 5em;
}
#ohisamacp .box.detail_block {
	border: none;
	border-radius: 0;
	padding: 3em;
}
#ohisamacp .box_tit {
  font-size: clamp(20px, 1.903vw, 26px);
  font-weight: 700;
	line-height: 1;
  letter-spacing: .05em;
	text-align: center;
  position: absolute;
  top: -.5em;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
#ohisamacp .box_tit > span {
  background: #dd4e00;
  color: #fff;
  white-space: nowrap;
  padding: .5em 1.25em;
}
#ohisamacp .box_tit::before,
#ohisamacp .box_tit::after {
  content: "";
  width: 2em;
  height: 2em;
  background: #d43e00;
  position: absolute;
  top: -.1em;
  z-index: -1;
}
#ohisamacp .box_tit::before {
  clip-path: polygon(100% 0, 100% 100%, 0% 100%, 30% 50%, 0% 0%);
  left: -1.5em;
}
#ohisamacp .box_tit::after {
  clip-path: polygon(100% 0%, 70% 50%, 100% 100%, 0 100%, 0 0);
  right: -1.5em;
}

#ohisamacp .cashback {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: flex-end;
	margin-top: 1em;
}
#ohisamacp .cashback > *:nth-child(1) {
	width: 30%;
}
#ohisamacp .cashback > *:nth-child(2) {
	width: 25%;
}
#ohisamacp .cashback > *:nth-child(3) {
	width: 40%;
	color: #e50012;
	font-size: 105%;
	font-weight: 700;
	line-height: 1.6;
}
#ohisamacp .sec_block {
	padding-bottom: 5em;
}
#ohisamacp .sec_block.first {
	padding-top: 3em;
}
#ohisamacp .sec_stit {
	font-size: clamp(16px, 1.464vw, 20px);
	font-weight: 700;
	margin-bottom: .5em;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}
#ohisamacp .sec_lead {
	font-size: clamp(14px, 1.464vw, 20px);
	font-weight: 600;
	line-height: 1.6;
}
#ohisamacp .about_block .bbox {
  border: 4px dotted #dd6f00;
	border-radius: 1.5em;
  padding: 0;
}
#ohisamacp .detail_tit {
	color: #dd4e00;
	font-size: clamp(20px, 1.756vw, 24px);
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 1em;
}
#ohisamacp .detail_body {
	line-height: 1.6;
	padding: 0 1em;
}
#ohisamacp .detail_body._bbox {
	padding: 0;
}
#ohisamacp .box_tit + .detail_body {
  padding-top: 1em;
}
#ohisamacp .detail_body + .detail_tit {
	margin-top: 2em;
}
#ohisamacp .detail_body > * + * {
	margin-top: 1em;
}
#ohisamacp .detail_body._closing {
	text-align: center;
}
#ohisamacp .detail_body._closing .list.inline > li + li {
	margin-left: 1em;
}
#ohisamacp .detail_body .list.dot > li + li {
  margin-top: .25em;
}
#ohisamacp .detail_body .list.dot.fs_large.em {
  font-size: 120%;
}
#ohisamacp .detail_body .list.dot.fs_large.em > li .list {
  font-size: clamp(16px, 1.171vw, 18px);
  font-weight: 400;
}
#ohisamacp .detail_body .list.dot.fs_large > li + li {
  margin-top: .5em;
}
#ohisamacp .detail_lead {
	font-size: clamp(18px, 1.610vw, 22px);
	font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
#ohisamacp .detail_lead .fs_large {
	font-size: 150%;
  line-height: 1;
}
#ohisamacp .detail_lead .fs_xsmall {
	font-size: 80%;
}
#ohisamacp .detail_date {
  font-size: clamp(20px, 1.756vw, 24px);
	font-weight: 700;
  letter-spacing: .05em;
  text-align: center;
}
#ohisamacp .detail_date ._datetit::after {
  content: ":";
  margin: 0 .5em;
}
#ohisamacp .howto > .list.circle > li + li {
	margin-top: 1.5em;
	padding-top: 1.5em;
	position: relative;
}
#ohisamacp .howto > .list.circle > li + li::after {
	content: "";
	display: block;
	width: 100%;
	height: 10px;
	background: radial-gradient(circle farthest-side, #231815 .1em, transparent .1em, transparent .4em);
	background-size: .5em;
	position: absolute;
	top: 0;
	left: 0;
}
#ohisamacp .howto > .list.circle > li + li::before {
	top: 1.5em;
}
#ohisamacp .howto_paper.flex {
	align-items: flex-start;
}
#ohisamacp .howto_paper.flex ._body {
	width: 70%;
}
#ohisamacp .howto_paper.flex ._img {
	width: 25%;
	text-align: center;
}
#ohisamacp .howto_paper.flex ._img > div {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	width: 12em;
	height: auto;
	margin: 0 auto;
}
#ohisamacp .howto_paper.flex ._img > div img {
	border: 1px solid #666;
}
#ohisamacp .address {
	margin-top: 1.5em;
}
#ohisamacp .address > * {
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
}
#ohisamacp .address > *:nth-child(1) {
	width: 10em;
	border: 1px solid #231815;
	line-height: 2;
	text-align: center;
	margin-bottom: .5em;
}
#ohisamacp .address_tit {
	font-weight: 600;
}
#ohisamacp .bbox {
  background: #fff;
	border: 2px solid #ff9933;
	border-radius: 1em;
  padding: 1.5em;
}
#ohisamacp .bbox + .bbox {
	margin-top: 2em;
}
#ohisamacp .bbox_tit {
	background: linear-gradient(#faefa6 0%, #fff 100%);
	border-radius: 1em 1em 0 0;
	color: #dd4e00;
	font-size: clamp(22px, 1.756vw, 26px);
	font-weight: 600;
	letter-spacing: .05em;
	text-align: center;
	padding: .75em 3em 1em;
}
#ohisamacp .bbox_body {
	background: #fff;
	border-radius: 0 0 1.3em 1.3em;
	padding: 0 3em 3em;
}
#ohisamacp .cbox {
	background: #FFFCD1;
	border-radius: 1em;
	padding: 1.5em;
}
#ohisamacp .cbox_tit {
	font-size: clamp(16px, 1.610vw, 22px);
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: .25em;
}
#ohisamacp .btn_block {
	text-align: center;
}
#ohisamacp * + .btn_block {
	margin-top: 1em;
}
#ohisamacp .btn_link {
	display: inline-block;
	width: 100%;
	max-width: 15em;
	background: #004290;
	border-radius: .5em;
	color: #fff;
	font-size: clamp(16px, 1.610vw, 22px);
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: .05em;
	text-align: center;
	text-decoration: none;
	padding: .75em 1em;
	box-shadow: 3px 3px 0 rgba(255,255,255,.3) inset,
							-3px -3px 0 rgba(0,0,0,.2) inset;
}
#ohisamacp .btn_link:hover {
	color: #fff;
	filter: brightness(70%);
}
#ohisamacp * + .btn_link {
	margin-top: .75em;
}
#ohisamacp .link_txt_block {
	margin-top: 1em;
}
#ohisamacp a.link_txt {
	display: block;
	background: #dd6f00;
	border-radius: .5em;
	text-decoration: none;
	text-align: center;
	color: #fff;
	font-weight: 600;
	line-height: 1.4;
	padding: 1em 2em;
}
#ohisamacp a.link_txt::before {
	content: "";
	display: inline-block;
	width: .6em;
	height: .8em;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	background: #fff;
	vertical-align: -.05em;
	margin-right: .5em;
}
#ohisamacp a.link_txt:hover {
	filter: brightness(80%);
}
#ohisamacp .notenav {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 1em 2%;
  margin-top: 2em;
}
#ohisamacp .notenav > a {
  flex: 0 0 49%;
  background: #fff8f0;
  border: 3px solid #dd4e00;
  border-radius: .5em;
  box-shadow: 0 -3px 0 rgba(221,78,0,.15) inset;
  color: #231815;
  font-size: clamp(18px, 1.464vw, 20px);
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  text-align: center;
  padding: .75em 2em .75em 1em;
  position: relative;
}
#ohisamacp .notenav > a::before {
  content: "";
  width: .4em;
  height: .4em;
  border-right: 3px solid #dd4e00;
  border-bottom: 3px solid #dd4e00;
  position: absolute;
  top: calc(50% - .4em);
  right: 1em;
  transform: rotate(45deg);
}
#ohisamacp .notenav > a:hover {
  background: #fded8c;
  box-shadow: 0 3px 0 rgba(0,8,0,.15) inset;
  color: #dd4e00;
  filter: brightness(.95);
}
#ohisamacp .bb_link {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  padding-bottom: 2em;
  margin-top: 4em;
}
#ohisamacp .bb_link._entry {
  justify-content: center;
}
#ohisamacp .bb_link > div {
  width: 48.5%;
}
#ohisamacp .bb_link .bb_copy {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
}
#ohisamacp .bb_link .bb_btn {
  display: block;
  background: linear-gradient(#fa753f 0%, #fb713d 5%, #dd332d 50%, #c4281d 100%);
  border-radius: .5em;
  box-shadow: 0 -8px 0 #b01711 inset,
              0 8px 10px rgba(0,0,0,.2);
  color: #fff;
  font-size: clamp(26px, 2.1961vw, 30px);
  font-weight: 700;
  letter-spacing: .1em;
  text-decoration: none;
  text-align: center;
  text-shadow: 2px 2px 0 rgba(0,0,0,.3);
  padding: 1em;
  margin: .5em auto 0;
  transition: .5s;
}
#ohisamacp .bb_link .bb_btn.blue {
  background: linear-gradient(#1ba7ba 0%, #19a3b6 5%, #047693 50%, #025e81 100%);
  box-shadow: 0 -8px 0 #06536c inset,
              0 8px 10px rgba(0,0,0,.2);
}
#ohisamacp .bb_link .bb_btn.green {
  background: linear-gradient(#39b59c 0%, #32aa92 5%, #178766 50%, #08714d 100%);
  box-shadow: 0 -8px 0 #04623f inset,
              0 8px 10px rgba(0,0,0,.2);
}
#ohisamacp .bb_link .bb_btn:hover {
  filter: brightness(1.1);
  opacity: .9;
}
#ohisamacp .flow_box {
  display: grid;
  grid-template-columns: 31% 31% 31%;
  justify-content: space-between;
}
#ohisamacp .flow_box > div {
  background: #ffebd6;
  border-radius: 1em;
  padding: 1em;
  margin-top: 1.25em;
  position: relative;
}
#ohisamacp .flow_box > div:nth-child(n+4) {
  margin-top: 3em;
}
#ohisamacp .flow_step {
  width: 2em;
  height: 2em;
  background: #dd4e00;
  border-radius: 50%;
  color: #fff;
  font-size: clamp(20px, 1.756vw, 24px);
  font-weight: 700;
  line-height: 2;
  text-align: center;
  position: absolute;
  top: -.25em;
  left: -.5em;
}
#ohisamacp .flow_step::before {
  content: "";
  width: 2.5em;
  height: 1.018em;
  background: url("../images/flow_step.png") no-repeat 0 0 / cover;
  position: absolute;
  top: -1em;
  left: -.25em;
}
#ohisamacp .flow_txt {
  font-size: 14px;
  line-height: 1.6;
}
#ohisamacp .flow_txt .em {
  font-size: clamp(16px, 1.244vw, 17px);
  font-weight: 600;
  letter-spacing: .05em;
  text-indent: 1.5em;
  margin-bottom: .25em;
}
#ohisamacp .flow_img {
  background: #fff;
  border-radius: .5em;
  text-align: center;
  margin-top: .75em;
  overflow: hidden;
}
#ohisamacp .flow_box._g2 > div._last .flow_txt {
  font-size: 16px;
  line-height: 1.8;
}
#ohisamacp ._last .flow_txt .notes,
#ohisamacp .flow_box._g2 > div._last .flow_txt .notes {
  line-height: 1.5;
  margin-top: .5em;
}
#ohisamacp .flow_box._g2 {
  grid-template-columns: 48% 48%;
}
#ohisamacp .flow_box._g2 > div:nth-child(n+3) {
  margin-top: 3em;
}
#ohisamacp .bnr_box {
  line-height: 1.5;
  text-align: center;
  margin-top: 4em;
}
#ohisamacp .bnr_box > a {
  display: block;
  width: 100%;
  max-width: 1024px;
  margin: .5em auto 0;
  border: 1px solid #ccc;
  border-radius: 1em;
  overflow: hidden;
}
#ohisamacp .pp_box {
  width: 100%;
  max-width: 960px;
  margin: 5em auto 0;
}
#ohisamacp .pp_boxtit {
  font-size: 125%;
  font-weight: 600;
  letter-spacing: .05em;
  border-bottom: 2px solid #231815;
  text-align: center;
  padding-bottom: .25em;
  margin-bottom: .75em;
}
#ohisamacp .graf_box {
  background: #ffebd6;
  border-radius: .75em;
  text-align: center;
  padding: 1em;
  margin-top: 1.5em;
}
#ohisamacp .graf_tit {
  font-size: 110%;
  font-weight: 700;
  line-height: 1.4;
  margin: .5em 0 .75em;
}
#ohisamacp .graf_tit .fs_small {
	display: block;
	font-size: 80%;
	font-weight: 400;
	margin-top: .2em;
}
#ohisamacp .graf_img {
  background: #fff;
  border-radius: .5em .5em 0 0;
  padding: 1.5em 1.5em 0;
}
#ohisamacp .graf_att {
  background: #fcd5b3;
  border-radius: 0 0 .5em .5em;
  text-align: left;
  padding: 1em;
}
#ohisamacp .graf_att .red {
  color: #e00405;
}



/* -----------------------------------------------
		スマホ向けのスタイル（～768px）
----------------------------------------------- */
@media only screen and (max-width: 768px) {
	
	/* header & footer */
  header .container {
    margin: auto;
  }
	header .logo {
    left: 3%;
		border-radius: 0 0 .5em .5em;
		padding: 1em;
	}
	footer {
		padding: 0 0 20px;
	}
	footer .fnav {
		padding-top: 40px;
	}
  footer .copy #f_logo img {
    width: 87px;
  }
	footer .copy #copy small span {
		display: block;
	}
	
	/* base style */
  #ohisamacp {
    font-size: clamp(14px, 3.733vw, 16px);
		padding-bottom: 10vw;
  }
	#ohisamacp.coming {
		padding-bottom: 0;
  }
  #ohisamacp .list.flow > li {
    flex-direction: column;
    justify-content: center;
  }
  #ohisamacp .list.flow > li ._img {
    width: 100%;
    max-width: 200px;
  }
  #ohisamacp .list.flow > li ._body {
    width: 100%;
    margin-top: 1em;
  }
  
	/* utility style */
	#ohisamacp .flex {
		flex-direction: column;
		justify-content: center;
	}
	
	/* contents style */
	#ohisamacp .mv_block {
		padding-top: 5em;
	}
	#ohisamacp .mv_catch::before,
	#ohisamacp .mv_catch::after {
		width: 1px;
		height: 4em;
	}
	#ohisamacp .mv_catch::before {
		left: -1.25em;
	}
	#ohisamacp .mv_catch::after {
		right: -1em;
	}
  
  #ohisamacp .mv_kikan_body {
    flex-direction: column;
    align-items: stretch;
    gap: .5em;
  }
  #ohisamacp .mv_kikan_tit {
    flex: 0 0 100%;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    font-size: clamp(16px, 4.266vw, 18px);
    padding: 0 0 .5em;
  }
  #ohisamacp .mv_kikan_date {
    flex: none;
    text-align: center;
  }
  #ohisamacp .mv_kikan_body .mv_date .list.fs_small {
    font-size: clamp(14px, 3.733vw, 16px);
    font-weight: 400;
  }
  
	#ohisamacp .mv_date {
		flex-direction: column;
		font-size: clamp(16px, 4.266vw, 22px);
    letter-spacing: .01em;
	}
	#ohisamacp .mv_date ._tit {
		font-size: 90%;
    margin-bottom: .25em;
	}
	#ohisamacp .mv_date ._tit::before {
		content: "〈";
		margin-right: .25em;
	}
	#ohisamacp .mv_date ._tit::after {
		content: "〉";
		margin: 0 0 0 .25em;
	}
	#ohisamacp .mv_date ._day .num.large {
		font-size: 150%;
	}
  #ohisamacp .mv_date.hp {
    font-size: clamp(13px, 3.466vw, 17px);
    margin-top: .75em;
  }
	#ohisamacp .box {
		border-radius: 1em;
		padding: 1.5em;
	}
  #ohisamacp .box._bbox {
    padding: 2em 1em 1em;
  }
  #ohisamacp .box + .box._tokuten {
    margin-top: 2em;
  }
  #ohisamacp .box._tokuten .trigger_tit {
    border-radius: .5em .5em 0 0;
    font-size: clamp(17px, 4.533vw, 19px);
    padding: .5em 1.5em;
  }
  /*
  #ohisamacp .box._tokuten .trigger::before {
    border-right-width: 3px;
    border-bottom-width: 3px;
    right: 1.5em;
  }
  #ohisamacp .box._tokuten .trigger.open {
    border-radius: .8em .8em 0 0;
  }
  */
  #ohisamacp .box + .box {
    margin-top: 3em;
  }
  #ohisamacp .box._tokuten .trigger_target {
    padding: 1.5em 1em;
  }
	#ohisamacp .box.detail_block {
		padding: 1.5em;
	}
  #ohisamacp .box_tit {
    font-size: clamp(17px, 4.358vw, 20px);
  }
  #ohisamacp .box_tit > span {
    padding: .5em 1em;
  }
  #ohisamacp .box_tit::before,
  #ohisamacp .box_tit::after {
    width: 1.5em;
    height: 2em;
  }
  #ohisamacp .box_tit::before {
    left: -1em;
  }
  #ohisamacp .box_tit::after {
    right: -1em;
  }
	#ohisamacp .cashback {
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
	#ohisamacp .cashback > *:nth-child(1) {
		width: 50%;
		max-width: 400px;
	}
	#ohisamacp .cashback > *:nth-child(2) {
		width: 35%;
		max-width: 268px;
		margin-left: .5em;
	}
	#ohisamacp .cashback > *:nth-child(3) {
		width: 100%;
		margin-top: .5em;
	}
	#ohisamacp .sec_block {
		padding-bottom: 3em;
	}
	#ohisamacp .sec_block.first {
		padding-top: 2em;
	}
	#ohisamacp .sec_tit {
		margin-bottom: 1em;
	}
	#ohisamacp .sec_stit::after {
		border-bottom-width: 1px;
	}
  #ohisamacp .about_block .bbox {
    border-width: 2px;
    border-radius: 1em;
  }
  #ohisamacp .detail_tit {
    font-size: clamp(17px, 4.533vw, 19px);
    margin-bottom: .5em;
  }
	#ohisamacp .detail_body {
		padding: 0;
	}
	#ohisamacp .detail_body._closing {
		text-align: left;
	}
	#ohisamacp .detail_body._closing .list.inline,
	#ohisamacp .detail_body._closing .list.inline > li {
		display: block;
	}
	#ohisamacp .detail_body._closing .list.inline > li + li {
		margin-left: 0;
		margin-top: .5em;
	}
  #ohisamacp .detail_lead {
    font-size: clamp(16px, 4.266vw, 18px);
  }
  #ohisamacp .detail_date {
    font-size: clamp(18px, 4.8vw, 20px);
    letter-spacing: 0;
  }
  #ohisamacp .detail_date ._datetit {
    display: block;
    font-size: 80%;
  }
  #ohisamacp .detail_date ._datetit::before {
    content: "〈";
    margin-right: .25em;
  }
  #ohisamacp .detail_date ._datetit::after {
    content: "〉";
    margin: 0 0 0 .25em;
  }
	#ohisamacp .howto_paper.flex ._body {
		width: 100%;
	}
	#ohisamacp .howto_paper.flex ._img {
		width: 100%;
		margin-top: 1em;
	}
	#ohisamacp .bbox {
		border-width: 1px;
		border-radius: .75em;
    padding: 1em;
	}
	#ohisamacp .bbox_tit {
		font-size: clamp(18px, 4.8vw, 22px);
		text-align: left;
		line-height: 1.4;
		padding: 1em;
	}
	#ohisamacp .bbox_body {
		background: #fff;
		padding: 0 1.5em 1.5em;
	}
	#ohisamacp .btn_link {
		margin-left: auto;
		margin-right: auto;
	}

  #ohisamacp .notenav {
    flex-direction: column;
    align-items: stretch;
    gap: 1em;
  }
  #ohisamacp .notenav > a {
    flex: 0 0 100%;
    border-width: 2px;
    font-size: clamp(16px, 4.266vw, 20px);
  }
	#ohisamacp .bb_link {
    flex-direction: column;
    justify-content: center;
    margin-top: 2em;
  }
  #ohisamacp .bb_link > div {
    width: 100%;
  }
  #ohisamacp .bb_link > div + div {
    margin-top: 2em;
  }
  #ohisamacp .bb_link .bb_copy {
    width: 80%;
  }
  #ohisamacp .bb_link .bb_btn {
    font-size: clamp(20px, 5.333vw, 26px);
    box-shadow: 0 -5px 0 #b01711 inset,
                0 8px 10px rgba(0,0,0,.2);
  }
  #ohisamacp .bb_link .bb_btn.blue {
    box-shadow: 0 -5px 0 #06536c inset,
                0 8px 10px rgba(0,0,0,.2);
  }
  #ohisamacp .flow_box {
    grid-template-columns: 100%;
    justify-content: center;
  }
  #ohisamacp .flow_box > div {
    border-radius: .75em;
    padding-top: 2em;
    margin-top: 3em;
  }
  #ohisamacp .flow_box > div:nth-child(n+2) {
    margin-top: 4em;
  }
  #ohisamacp .flow_box._g2 {
    grid-template-columns: 100%;
  }
  #ohisamacp .flow_box._g2 > div:nth-child(n+2) {
    margin-top: 4em;
  }
  #ohisamacp .flow_step {
    font-size: clamp(18px, 4.8vw, 20px);
    top: -1em;
    left: calc(50% - 1em);
  }
  #ohisamacp .flow_txt .em {
    text-indent: 0;
  }
  #ohisamacp .flow_box._g2 > div._last .flow_txt {
    font-size: 14px;
  }
  #ohisamacp .flow_box._g2 > div._last .flow_txt .notes {
    font-size: 14px;
    line-height: 1.6;
  }
  #ohisamacp .bnr_box {
    margin-top: 2em;
  }
  #ohisamacp .bnr_box > a {
    border-radius: .5em;
  }
  #ohisamacp .pp_box {
    margin-top: 3em;
  }
  #ohisamacp .pp_boxtit {
    font-size: 120%;
    border-bottom-width: 1px;
  }
  #ohisamacp .graf_tit {
    font-size: 100%;
    margin: 0 0 .5em;
  }
  #ohisamacp .graf_img {
    padding: 1em 1em 0;
    overflow-x: auto;
  }
  #ohisamacp .graf_img img {
    width: auto;
    max-width: none;
    height: 70vw;
  }
	


}

/* -----------------------------------------------
		タブレット＆PCのスタイル（769px～）
----------------------------------------------- */
@media only screen and (min-width: 769px) {
  
  #ohisamacp .flow_txt {
    min-height: 9em;
  }
  #ohisamacp .flow_box > div:nth-child(n+4) .flow_txt {
    min-height: 5.5em;
  }
  
  #ohisamacp .flow_box._g2 .flow_txt {
    min-height: 7.5em;
  }
  #ohisamacp .flow_box._g2 > div:nth-child(n+3) .flow_txt {
    min-height: inherit;
  }
	
}


