@charset "UTF-8";


/* ----------------------------------------------------------------------
 reset css
---------------------------------------------------------------------- */
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:not(.tinymce-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;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

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

audio, canvas, video {
  display: inline-block;
  max-width: 100%;
}

html {
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
    font-size: 62.5%;
    overflow: auto;
}
ul, ol {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
a:focus {outline: none;}
ins {text-decoration: none;}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

/* ----------------------------------------------------------------------
 基本設定
---------------------------------------------------------------------- */
body {
  background: #fff;
  color: #323232;
  line-height: 1;
    overflow-x: hidden;
    height: 100%;
    margin: 0;
}

a {
  color: #666;
  text-decoration: none;
}
.red{color: red;}
.blue{color: blue;}
.txtL{text-align: left;}

@media print,screen and (min-width: 892px) {
    body {font-size: 16px;}
    .pcOff{display: none;}
.contentsFlex {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    }
.download{
    text-align: center;
    margin: 50px auto;
    width: calc(100% - 200px);
    max-width: 1300px;
}
.download h2{
    font-size: 32px;
    margin: 40px auto 20px;
}
.download p{line-height: 2;}
.download p em{
    font-style: normal;
    font-weight: bold;
}
.download p em a{
    text-decoration: underline;
    color: #00a967!important;
}
.flow{text-align: left;}
.flow li{
    margin: 20px auto;
    line-height: 1.6;
}

.htmlsample{
    width: 100%;
    padding: 20px 0;
    text-align: left;
    margin: 20px auto;
    line-height: 60px;
    box-sizing: border-box;
}
.htmlsample .samplecode{
    background-color: #e6e6e6;
    padding: 20px 10px;
    box-sizing: border-box;
    font-size: 14px;
}
.bannerList {
    text-align: left;
    margin: 80px auto;
    width: calc(100% - 200px);
    max-width: 1300px;
}
.bannerList h2{
    font-size: 18px;
    text-align: left;
    margin-bottom: 20px;
    font-weight: normal;
}
.bannerList dl{
    width: 50%;
    margin: 5% auto;
}
.bannerList dl dt{margin-bottom: 10px;}
.htmltxt{
    text-align: left;
    border-top: 1px solid #323232;
    padding: 40px 0 20px;
    margin-top: 40px;
}

.htmlLink{
    margin: 20px auto;
}
.htmlLink p{
    background-color: #e6e6e6;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    margin: 20px auto;
    font-size: 14px;
}
.widthB {margin-bottom: 80px;}
.widthB dl{
    text-align: left;
    width: 100%!important;
}
.widthB .htmltxt {margin-top: 50px;}
}

@media screen and (max-width: 891px) {
.contentsFlex{display: block;}
img{
    max-width: 100%;
    height: auto;
}
.download{
   text-align: center;
    margin: 5% auto;
    width:90%;
    font-size: 1.5rem;
}
.download h2{
    font-size: 3.2rem;
    margin: 40px auto 20px;
}
.download p{
    line-height: 2;
    text-align: left;
}
.download p em{
    font-style: normal;
    font-weight: bold;
}
.download p em a{
    text-decoration: underline;
    color: #00a967!important;
}
.flow{text-align: left;}
.flow li{
    margin: 20px auto 0;
    line-height: 1.6;
}
.htmlsample{
    width: 100%;
    padding: 15px 0;
    text-align: left;
    margin: 0px auto 40px;
    line-height: 2;
    box-sizing: border-box;
}
.htmlsample .samplecode{
    background-color: #e6e6e6;
    padding: 10px 0;
        font-size: 1.2rem;
}
.bannerList {
    text-align: left;
    width:100%;
    font-size: 1.5rem;
    margin:0 auto 60px;
}
.bannerList h2{
    font-size: 1.8rem;
    text-align: left;
    margin-bottom: 20px;
    font-weight: normal;
}
.bannerList dl{
    width: 100%;
    margin: 5% auto;
}
.bannerList dl dt{margin-bottom: 10px;}
.htmltxt{
    border-top: 1px solid #323232;
    padding: 18px 0 0;
    margin-top: 20px;
    box-sizing: border-box;
    font-size: 1.3rem;
    text-align: left;
}

.htmlLink{
    margin: 20px auto;
        width: 100%;
    line-height: 3;
    font-size: 1.2rem;
}
.htmlLink p{
    background-color: #e6e6e6;
    padding: 12px 8px;
    text-align: left;
    margin: 20px auto;
    font-size: 1.2rem;
}
    
.widthB {margin-bottom: 80px;}
.widthB dl{
    text-align: left;
    width: 100%!important;
}
.widthB .htmltxt {margin-top: 50px;}
}