@charset "utf-8";

/* -----------------------------
content
------------------------------*/
#content {
font-size: 20px;
color: #333;
line-height: 1.7;
font-feature-settings: "palt" 1;
letter-spacing: .08em;
}
#content p.noSelect {
user-select: none;
}
@media screen and (max-width: 640px) {
#content {
margin-top: 50px;
font-size: 16px;
letter-spacing: .04em;
}
}
/* -----------------------------
inner
------------------------------*/
#content .inner {
width: 1100px;
margin: auto;
padding: 0 50px;
box-sizing: border-box;
}
#content .inner h2 {
color: #32805f;
font-size: 24px;
width: fit-content;
text-align: center;
font-weight: bold;
margin: 0 auto 40px;
position: relative;
}
#content .inner h2::before,
#content .inner h2::after {
content: "";
display: block;
width: 35px;
height: 3px;
background-color: #32805f;
position: absolute;
top: 50%;
transform: translateY(-50%);
left: -60px;
}
#content .inner h2::after {
left: auto;
right: -60px;
}
@media screen and (max-width: 640px) {
#content .inner {
width: 100%;
padding: 0 35px;
}
#content .inner h2 {
font-size: 20px;
margin: 0 auto 20px;
}
#content .inner h2::before,
#content .inner h2::after {
width: 25px;
height: 2px;
left: -40px;
}
#content .inner h2::after {
left: auto;
right: -40px;
}
}
/* -----------------------------
mainVisual
------------------------------*/
#content #mainVisual {
margin: 0 auto;
background-color: #244638;
padding-top: 30px;
}
#content #mainVisual {
text-align: center;
}
#content #mainVisual h1 {
text-align: center;
}
#content #mainVisual .bgArea {
background: url("/campaign/2506owners/img/bg01.webp") repeat-x center;
padding: 20px 0; 
}
#content #mainVisual img {
margin: auto;
}
@media screen and (max-width: 640px) {
#content #mainVisual {
height: auto;
padding-top: 15px;
}
#content #mainVisual .bgArea {
padding: 10px 30px;
}
#content #mainVisual img {
width: 100%;
height: auto;
}
}
/*--------
code- */
#content #mainVisual #code {
	margin: 23px auto 30px;
}
#content #mainVisual #code .inner {
width: 650px;
padding: 10px 0 5px;
background-color: #fff;
border: 3px solid #70bb61;
border-radius: 10px;
}
#content #mainVisual #code p {
font-size: 14px;
color: #8e8e8e;
text-align: center;
}
#content #mainVisual #code p span{
line-height: 1.8;
font-size: 40px;
font-weight: bold;
color: #70bb61;
}
@media screen and (max-width: 640px) {
#content #mainVisual h1 img {
width: 100%;
padding-top: 0;
}
/*--------
code- */
#content #mainVisual #code {
margin: 15px auto 20px;
}
#content #mainVisual #code .inner {
width: 80%;
padding: 6px 0px 6px;
background-color: #fff;
}
#content #mainVisual #code h2{
width: auto;
margin: 0 auto;
font-size: 15px;
}
#content #mainVisual #code p {
font-size: 12px;
}
#content #mainVisual #code p span{
line-height: 1.6;
font-size: 25px;
font-weight: bold;
}
}
/* ----------------------------
btn
---------------------------- */
.btn_area a:hover {
text-decoration: none;
}
.btn_area a:visited {
text-decoration: none;
color: #fff;
}
.btn_area >a{
display: block;
width: 410px;
border-radius: 8px;
}
#content .btn_area {
width: 1200px;
margin: auto;
padding: 50px;
box-sizing: border-box;
text-align: center;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
#content .btn_area .shindan_btn{
position: relative;
width: 410px;
height: 71px;
line-height: 56px;
font-size: 20px;
color: #b60081;
font-weight: bold;
padding: 5px;
box-shadow: 4px 4px 7px 0px rgba(197, 124, 176,.4);
margin: 0 0 0 50px;
border: solid 4px #b60081;
box-sizing: border-box;
}
#content .btn_area .shindan_btn ::before{
position: absolute;
content: '';
background: url('/img/sec01_icon.png') no-repeat;
background-size: contain;
width: 38px;height: 33px;
display: inline-block;
left:25px;bottom: 0;top: 0;margin: auto 0;
}

#content .btn_area .shindan_btn >div{
background: linear-gradient(150deg,#fffe8e 0%, #fffe8e 18%, #fff 18%, #fff 100%);
}
#content .btn_area .shindan_btn ::after{
position: absolute;
content: '';
background: url('/img/btn_arrow02.png') no-repeat;
background-size: contain;
width: 7px;height: 11px;
display: inline-block;
right:25px;
bottom: 0;
top: 0;
margin: auto 0;
}
#content .btn_area .shindan_btn:hover{
opacity: .6;
}
.btn_area a.web_btn{
position: relative;
height: 70px;
line-height: 70px;
font-size: 20px;
font-weight: bold;
color: #fff;
background: #b60081;
}
.btn_area a.web_btn::before{
position: absolute;
content: '';
background: url('/img/new_main_icon02.png') no-repeat;
background-size: contain;
width: 23px;
height: 19px;
display: inline-block;
left:35px;
bottom: 0;
top: 0;
margin: auto 0;
}
.btn_area a.web_btn:hover{
opacity: .7;
}
@media screen and (max-width: 640px) {
#content .btn_area {
display: block;
width: 100%;
padding: 30px 35px;
}
#content .btn_area>a{
width: 100%;
}
#content .btn_area .shindan_btn{
width: auto;
height: 52px;
line-height: 45px;
font-size: 15px;
border-radius: 4px;
padding: 2px;
margin: 20px 0 0;
border: solid 2px #b60081;
}
#content .btn_area .shindan_btn ::before{
width: 40px;
height: 30px;
left: 20px;
}
#content .btn_area a.web_btn{
height: 52px;
line-height: 52px;
font-size: 15px;
border-radius: 4px;
letter-spacing: .1rem;
}
#content .btn_area a.web_btn::before{
width: 20px;
height: 18px;
left: 25px;
}
}
/* -----------------------------
owners
------------------------------*/
#content .owners {
width: 1100px;
margin: auto;
padding: 0 50px;
box-sizing: border-box;
}
#content .owners p {
font-size: 15px;
}
@media screen and (max-width: 640px) {
#content .owners {
width: 100%;
padding: 0 35px;
}
#content .owners p {
font-size: 13px;
}
}
/* -----------------------------
campaign
------------------------------*/
#content .campaign {
margin: 60px auto 0;
padding: 60px 0;
background-color: #ebffe3;
}
#content .campaign dl dt {
font-size: 18px;
color: #32805f;
font-weight: bold;
position: relative;
padding-left: 30px;
}
#content .campaign dl dt::before {
content: "";
display: block;
width: 10px;
height: 10px;
background-color: #32805f;
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 5px;
}
#content .campaign dl:nth-of-type(n+2) dt {
margin-top: 30px;
}
#content .campaign dl dd {
font-size: 15px;
margin-top: 10px;
}
#content .campaign dl dd ul li {
position: relative;
padding-left: 1.2em;
}
#content .campaign dl dd ul li:before {
content: "・";
position: absolute;
top: 0;
left: 0;
}
#content .campaign dl dd .linkList li {
position: relative;
padding-left: 1.2em;
}
#content .campaign dl dd .linkList li:before {
content: "";
display: block;
width: 0;
height: 0;
border-top: 3px solid transparent;
border-bottom: 3px solid transparent;
border-left: 5px solid #32805f;
position: absolute;
top: 6px;
left: 5px;
}
#campaign .inner ul.att li {
position: relative;
margin-left: 1.2em;
padding-left: 1.2em;
}
#campaign .inner ul.att li:before {
content: "※";
position: absolute;
top: 0;
left: 0;
}
@media screen and (max-width: 640px) {
#content .campaign {
margin: 40px auto 0;
padding: 40px 0;
}
#content .campaign dl dt {
font-size: 16px;
}
#content .campaign dl:nth-of-type(n+2) dt {
margin-top: 20px;
}
#content .campaign dl dd {
font-size: 13px;
}
#content .campaign dl dd .linkList li:before {
top: 5px;
}
}
/* -----------------------------
attArea
------------------------------*/
#content .attArea {
margin: 60px auto;
}
#content .attArea p {
font-size: 15px;
}
@media screen and (max-width: 640px) {
#content .attArea {
margin: 40px auto;
}
#content .attArea p {
font-size: 13px;
}
}
/* -----------------------------
att
------------------------------*/
#content .att li {
position: relative;
margin-left: 1.2em;
padding-left: 1.2em;
}
#content .att li:before {
content: "※";
position: absolute;
top: 0;
left: 0;
}
/*--------
btn01 + att */

#content .btn01 + .att {
width: 838px;
margin: 0 auto;
font-size: 14px;
}
#content .btn01 + .att li + li {
margin-top: 5px;
}
@media screen and (max-width: 640px) {
#content .btn01 + .att {
width: auto;
margin: 0 10px;
font-size: 12px;
}
}