@charset "utf-8";
/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0; padding: 0; border: 0; font: inherit;	vertical-align: baseline;	box-sizing: border-box;	-box-sizing: border-box;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
ol, ul {list-style: none;}

/* 共通 */
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, "メイリオ", sans-serif;
	font-size: 16px;
	font-weight: 500;
}
.center {
	text-align: center;
}
small {
	display: block;
}
img.w100 {
	width: auto;
	max-width: 100%;
}
.none {
	display: none;
}
.inline-block {
	display: inline-block;
}
.fontLarge {
	font-size: 1.5rem;
	font-weight: bold;
}
strong {
	color: #ff002a;
}
.pcNone {
	display: none;
}
.spNone {
	display: block;
}
.spNone-inline {
	display: inline;
}
h2, h3 {
	color: #1f5a38;
	font-weight: 900;
}
.underLine {
	border-bottom: solid 2px;
	display: inline;
	line-height: 1.7;
}
.CPfinishArea {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    background: #fff;
    padding: 1rem;
}
#CPfinish {
    width: 88%;
    color: #e20000;
    font-weight: bold;
    text-align: center;
    border: solid 2px #e20000;
    padding: 10px 5px;
    margin: auto;
}
a {
	color: #0f91ff;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.2);
}
a:hover {
	text-decoration: underline;
}
a img:hover {
	opacity: 0.8;
}
/* ヘッダー */
header {
	width: 100%;
	max-width: 1080px;
	box-sizing: border-box;
	margin: auto;
	padding:  8px 9px;
}
header img {
	padding-right: 0.9%;
	vertical-align: middle;
}
header .code {
	font-size: 0.75rem;
}

/* メイン */
main {
	background: repeating-linear-gradient(90deg,#fef7d5, #fef7d5 5px, #fdf3bf 5px, #fdf3bf 10px);
	font-size: 1.25rem;
	line-height: 1.5;
	color: #535353;
	padding-bottom: 6.25rem;
	display: block;
}
main .wrap {
	width: 100%;
	max-width: 1080px;
	margin: auto;
}
main > div > section {
	width: 100%;
	background: #fff;
	margin-bottom: 6.25rem;
}
main > div > section:not(.accordion-container){
	padding: 3.75rem 3.75rem;
}
main > div > section:last-child {
	margin-bottom: 0;
}
.secBox {
	margin-bottom: 6.25rem;
}
h1 {
	padding: 20px 0 50px;
	border-bottom: dotted 7px #1f5a38;
}
h2 {
	display: inline-block;
	font-size: 1.875rem;
	position: relative;
	margin-bottom: 50px;
}
h2:after {
  position: absolute;
  content: " ";
  display: inline-block;
  border-bottom: dotted 5px #1f5a38;
	bottom: -15px;
	left: 0;
	width: 100%;
}
h2 span::after {
		border-bottom: none;
	}
main > div > section.campaignStep {
	background: none;
	padding: 0 30px;
}
.schedule {
	text-align: center;
	padding: 100px 0;
}
.campaignStepList {
	width: 1000px;
	max-width: 100%;
	text-align: center;
}
.campaignStepList li{
	width: 310px;
	height: 300px;
	padding: 20px 0;
	background: #fff;
	display: inline-block;
	position: relative;
	text-align: center;
	box-sizing: border-box;
	vertical-align: middle;
	position: relative;
}
.campaignStepList li:not(:last-child) {
	margin-right: 26px;
}
.campaignStepList li h3 {
	font-size: 1.375rem;
}
.campaignStepList li h3 span {
	font-size: 1.625rem;
	padding-left: 0.187rem;
}
.campaignStepList li img{
	position: absolute;
	top: 40%;
  left: 50%;
  transform: translateY(-40%) translateX(-50%);
}
.campaignStepList li p {
	width: 100%;
	position: absolute;
	top: 225px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 1.125rem;
	font-weight: bold;
}
.campaignStepList li:not(:last-child)::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 50%;
	transform: translateY(50%);
	right: -28px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 18px 0 18px 20px;
	border-color: transparent transparent transparent #1f5a38;
}

[class^="list_"] {
	padding-left: 1.5rem;
}
[class^="list_"] > * {
	display: block;
	text-indent: -1.5rem;
}
[class^="list_"] > *:before {
	margin-right: 0.3rem;
}
[class^="list_note"] > *:before {
	content: "※";
}
[class^="list_circle"] > *:before {
	content: "・";
	color: #3e9cda;
}
.list_circle li {
	margin-bottom: 5px;
}
.list_note_01 {
	margin-top: 3.125rem;
	color: #671f1b;
	font-size: 1.375rem;
	font-weight: bold;
}
.list_note_02 {
	margin-top: 20px;
}
.list_circle_02 > *:before {
	content: "●";
	font-size: 1.25rem;
	color: #b97dd9;
}
.btn_account {
	display: block;
	width: 900px;
	max-width: 100%;
	height: 100px;
	background: #fb8843;
	box-shadow: 0 0.8rem 0 0 #c4875a;
	border-radius: 10px;
	font-size: 1.875rem;
	font-weight: 500;
	color: #fff;
	position: relative;
	margin: auto;
	text-align: center;
}
.btn_account:hover {
	text-decoration: none;
	opacity: 0.7;
}
.btn_account span:first-child {
	position: absolute;
	top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
	width: 100%
}
.btn_account span:last-child {
	position: absolute;
	top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
.btn_02 {
	background: #ff9c00;
	box-shadow: inset 0 -0.5rem 0 0 #de8806;
	height: 160px;
}
.btn_03 {
	margin-top: 20px;
	margin-bottom: 30px;
	border-radius: 5px;
  background-image: -moz-linear-gradient( -90deg, rgb(255,155,97) 1%, rgb(224,124,60) 75%, rgb(193,92,23) 100%);
  background-image: -webkit-linear-gradient( -90deg, rgb(255,155,97) 1%, rgb(224,124,60) 75%, rgb(193,92,23) 100%);
	background-image: -ms-linear-gradient( -90deg, rgb(255,155,97) 1%, rgb(224,124,60) 75%, rgb(193,92,23) 100%);
	width: 300px;
	height: 80px;
	box-shadow: 0 5px 5px rgba(0,0,0,.2);
}
.btn_03 span {
	position: relative;
}
.btn_03 span:first-child::before {
	position: absolute;
	content:"";
	background-image:url(/oos/adv/image/tmp_217/btn_03_icon.png);
	top: 50%;
  transform: translateY(-50%);
	left: 1rem;
	width: 26px;
	height: 48px;
	background-size: contain;
  vertical-align: middle;
}
.appli_download h3 {
	font-size: 1.875rem;
}
.appli_download ul {
	display: inline-block;
}
.appli_download li {
	display: inline-block;
	text-align: center;
}
.appli_download li:first-child {
	margin-right: 30px;
}
.appli_download a {
	display: inline;
}
.appli_download img, .appli_download span {
	vertical-align: middle;
}
.secGaiyou h3{
	max-width: 400px;
	width: 70%;
	color: #fff;
	display: block;
	margin: auto;
	background: #1f5a38;
	text-align: center;
	line-height: 2;
	margin-bottom: 20px;
}
.secGaiyou > section:not(:last-child) {
	margin-bottom: 50px;
}

[class^="colorBox"] {
	margin-top: 30px;
}

[class^="colorBox"] > *:not(h3) {
	margin-top: 20px;
}

.colorBox_01 {
	background: #e0f1cd;
	padding: 20px;
}

.colorBox_01 h3, .colorBox_02 h3 {
	padding: 0 25px;
	line-height: 2;
	color: #fff;
	display: inline-block;
	border-radius: 20px;
}
.colorBox_01 h3 {
	background: #619a21;
}
.colorBox_02 {
	background: #ead3f6;
	padding: 20px;
}
.colorBox_02 h3 {
	background: #b97dd9;
}
.colorBox_02 h4 {
	font-size: 1.5rem;
	font-weight: bold;
}
.accordion-content {
	border: solid 6px #1f5a38;
	border-top: none;
	box-sizing: border-box;
	padding: 60px;
}
.accordion-container .accordion-title {
  position: relative;
  margin: 0;
	cursor: pointer;
	padding: 35px 0;
	text-align: center;
	font-size: 1.875rem;
	border: solid 6px #1f5a38;
	line-height: 0;
	box-sizing: border-box;
}
.accordion-container .accordion-title:hover {
	opacity: 0.8;
}
.accordion-container .accordion-title::before {
  content: "";
  position: absolute;
  top: 47%;
  right: 25px;
  width: 30px;
  height: 5px;
  /*縦線に*/
  transform: rotate(90deg);
  background: #1f5a38;
  transition: all .3s ease-in-out;
}
.accordion-container .accordion-title::after {
  content: "";
  position: absolute;
  top: 47%;
  right: 25px;
  /*横線*/
  width: 30px;
  height: 5px;
  background: #1f5a38;
  transition: all .2s ease-in-out;
}
.accordion-container .accordion-title.open::before {
  transform: rotate(180deg);
}
.accordion-container .accordion-title.open::after {
  opacity: 0;
}
.recommend > * {
	margin-top: 20px;
}
.recommend h3 {
	color: #535353;
}
.recommend .list_circle {
	margin-top: 10px;
}

.flatList li {
	display: inline-block;
	vertical-align: top;
}
.flatList li:first-child {
	margin-right: 2rem;
}
.footerContents {
	width: 100%;
	max-width: 1080px;
	margin: auto;
	padding: 3.125rem 0;
	text-align: right;
}
.footerContents div *:not(:first-of-type), .logoArea * {
	margin-top: 0.625rem;
}
footer .logoArea {
	text-align: center;
}
.link_arrow::after {
	content:url(/oos/adv/image/tmp_217/icon_arrow_gray.png);
	margin:0 1px;
}
.link_window {
	margin: 0 5px;
}
.pagetop {
    display: none;
    position: fixed;
    bottom: 1rem;
    right: 1.3rem;
}
.pagetop a {
	 text-align: center;
}
.pagetop a:hover {
    opacity: 0.8;
}

/* 中間層 */
@media screen and (max-width: 1079px){
	html {
		font-size: 14px;
	}
	main .wrap {
		padding: 0 5vw;
	}
	header,footer {
		padding: 0.8rem 1.1rem;
	}
	main img {
		max-width: 100%;
	}
	main > div > section.campaignStep {
		padding: 0;
	}
	.campaignStepList li{
	display: block;
	width: 100%;
	height: 26vw;
 }
	.campaignStepList li:not(:last-child) {
		margin-right: 0;
		margin-bottom: 5vw;
	}
	.campaignStepList li:not(:last-child)::after {
		bottom: -2.1rem;
    left: 50%;
    transform: translatex(-50%);
    width: 0;
		height: 0;
		border-style: solid;
		border-width: 1.25rem 1.1rem 0 1.1rem;
		border-color: #1f5a38 transparent transparent transparent;
	}
 .campaignStepList li img {
    position: absolute;
    top: 40%;
    left: 6%;
	transform: translateY(-40%);
	width: auto;
	}
	.campaignStepList li:first-child img {
		left: 10%;
	}
	.campaignStepList li{
		padding: 1rem 0;
	}
	.campaignStepList li h3, .campaignStepList li p {
		position: absolute;
		left: 40%;
		padding-right: 5px;
	}
	.campaignStepList li h3 {
		top: 10%;
	}
	.campaignStepList li p {
		top: 30%;
		transform: translateX(0);
		text-align: left;
		width: 60%;
		margin-top: 5px;
		font-size: 1.375rem;
	}
		.appli_download ul {
		width: 100%;
	}
	.appli_download li {
		width: 46%;
	}
	.appli_download li:first-child {
		margin-right: 5%;
	}
	.appli_download li img {
		width: 60%;
	}
	.appli_download li span img {
		width: 30%;
	}
	.btn_account {
		font-size: 1.6rem;
	}
}

@media screen and (max-width: 768px) {
	.pcNone {
		display: block;
		line-height: 0;
	}
	[class^="spNone"]  {
		display: none;
	}
	html {
		font-size: 12px;
	}
	main {
		padding-bottom: 4.166rem;
	}
	main .wrap {
    padding: 0 7vw;
}
	header > div img {
		width: 40%;
	}
	h1 {
		padding: 5vw 0;
    border-bottom: dotted 4px #1f5a38;
	}
	.schedule {
		padding: 10vw 0;
	}
	.btn_account {
		font-size: 1.166rem;
		height: 16vw;
		margin-top: 1rem;
		margin-bottom: 1rem;
		box-shadow: 0 0.8rem 0 0 #c4875a;
	}
 .btn_account .link_window {
	 width: 50%;
	 margin: 0;
 }
 .btn_02 {
	box-shadow: inset 0 -0.5rem 0 0 #de8806;;
 }
 .btn_03 {
	font-size: 1.8rem;
	box-shadow: 0 5px 5px rgba(0,0,0,.2);
 }
 .btn_03 span:first-child::before {
	width: 20px;
	height: 38px;
 }
 	main > div > section:not(.accordion-container) {
    padding: 5vw 5vw;
	}
	main > div > section.campaignStep {
	  padding: 0 0;
	}
	main > div > section, .secBox{
    margin-bottom: 8vw;
	}
	.appli_download h3 {
		font-size: 4vw;
	}
	h2 {
		font-size: 1.583rem;
		margin-bottom: 3.166rem;
		line-height: 2;
	}
	h2::after {
		border: none;
	}
	h2 span {
		display: inline-block;
		position: relative;
	}
	h2 span::after {
		position: absolute;
  	content: " ";
  	display: inline-block;
		bottom: 0;
		left: 0;
		width: 100%;
		border-bottom: dotted 3px #1f5a38;
	}
	.secGaiyou > section:not(:last-child) {
    margin-bottom: 2.333rem;
	}
	[class^="colorBox"] h3 {
		width: 100%;
		text-align: center;
	}
	.colorBox_02 h3 {
		line-height: 1.5;
    padding: 5px 25px;
	}
	header .code {
		display: block;
		margin-top: 5px;
	}
	.campaignStepList li{
		height: 35vw;
 }
	.campaignStepList li:not(:last-child) {
		margin-bottom: 3rem;
	}
	.campaignStepList li p {
		font-size: 3.9vw;
		top: 35%;
	}
	.campaignStepList li img {
		width: 32%;
		left: 3.5%;
	}
	.campaignStepList li:first-child img {
		left: 4%;
	}
	.appli_download li img {
		width: 100%;
	}
	.accordion-container .accordion-title {
		padding-right: 5%;
	}
	.accordion-content {
		padding: 5vw;
	}
	.accordion-container .accordion-title::before, .accordion-container .accordion-title::after {
		width: 25px;
		right: 1.3rem;
	}
	.footerContents {
		 padding: 2rem 0;
		 font-size: 1.2rem;
	}
	.footerContents .logoArea img {
		width: 60%;
	}

	.pagetop img {
		width: 60%;
	}
	.pagetop {
		right: 7w;
	}
	.recommend > h3:first-of-type {
		margin-top: 0;
	}
	.flatList li:first-child {
		margin-right: 0;
	}
}

@media screen and (max-width: 320px) {
	.accordion-container .accordion-title {
		font-size: 1.7rem;
	}
}