@charset "utf-8";
/* CSS Document */

/*===============================

    Reset

================================*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
    -webkit-overflow-scrolling: touch !important;

}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}

a:link,
a:visited,
a:hover,
a:active {
    color: #222;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input,
select {
    vertical-align: middle;
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-repeat: no-repeat;
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

address {
    font-style: normal;
    margin: 0;
    padding: 0;
}

.hidden {
    display: none;
}

body {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

/*-----------------------------------*/

.sp {
  display: none;
}

@media screen and (max-width:750px) {
.pc {
  display: none;
}
.sp {
  display: block;
}
}




.campaign_main {
    max-width: 750px;
    margin: 0 auto;
}

.please_note {
    margin-top: 60px;
    padding-top: 50px;
    padding-bottom: 80px;
    background-color: #f2f2f2;
}

.please_note .please_note_wrap {
    max-width: 750px;
    margin: 0 auto;
    padding: 0 20px;
}


.please_note .please_note_wrap > h2 {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1.2px;
    color: #333;
    margin-bottom: 30px;
}

.please_note .please_note_wrap dt,
.please_note .please_note_wrap dd,
p {
    color: #333;
}

.please_note .please_note_wrap dl div {
    margin-bottom: 40px;
}

.please_note .please_note_wrap dl div dt {
    font-weight: 600;
    margin-bottom: 8px;
}

.please_note .please_note_wrap p {
    line-height: 1.8;
}

.please_note .sub_address {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    margin-top: 6px;
    padding-top: 8px;
    margin-bottom: 6px;
    padding-bottom: 8px;
}

.links {
max-width: 95%;
    margin: 0 auto;
    margin-top: 20px;
}

.l_link{
    line-height: 3;
}

.links .l_link a {
    color: #e80000;
    border-bottom: 1px solid;
}

.l_link0{
    text-align: center;
}

.links a img {
    max-width: 95%;
}

.m_link {
    text-align: center;
}

.detailImage_maga {
    margin-top: 30px;
}
.detailImage_maga img {
    max-width: 95%;
}

.m_maga_note {
    line-height: 1.7;
    margin-top: 20px;
}

@media screen and (max-width:750px) {

    .campaign_main .main_image img {
        width: 100%;
    }
    .please_note {
        width: 100vw;
    }
    .please_note .please_note_wrap > h2 {
        font-size: 20px;
    }
    
}























