@charset "utf-8";

/* ****************************************************************************

 個別定義を記載してください。

******************************************************************************* */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}

html {
    font-size: 62.5%;
    letter-spacing: 0.05em;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 共通
*****************************************/
body {
    line-height: 1.5;
    background-color: #fff;
    color: #333;
    font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Arial, Helvetica, sans-serif;
    -webkit-text-size-adjust: 100%;
    background-color: rgba(254, 184, 17, 1);
    font-size: 2rem;
}

a {
    color: #800000;
    transition: 0.3s;
}

a:hover {
    opacity: 0.5;
}

.seurat {
    font-family: fot-seurat-pron, sans-serif;
}

.white {
    color: white;
}

.brown {
    color: #800000;
}

.pc {
    display: initial;
}

.sp {
    display: none
}

img.w100 {
    width: 100%
}

@media screen and (max-width:768px) {
    .pc {
        display: none;
    }

    .sp {
        display: initial;
    }
}

.aCenter {
    width: 100%;
}

.container {
    width: 96%;
    margin: 0 auto;
    max-width: 1000px;
}

@font-face {
    font-family: 'seuratpro-eb';
    src: url(../inc/font/FOT-SeuratPro-EB.otf);
}

@font-face {
    font-family: 'seuratpro-l';
    src: url(../inc/font/FOT-SeuratPro-L.otf);
}

@font-face {
    font-family: 'seuratpro-ub';
    src: url(../inc/font/FOT-SeuratPro-UB.otf);
}

.seuratpro-eb {
    font-family: seuratpro-eb;
}

.seuratpro-l {
    font-family: seuratpro-l;
}

.seuratpro-ub {
    font-family: seuratpro-ub;
}

/* mv
*****************************************/
.mv {
    background: url("../images/mv-bg.png") top center repeat-x;
    width: 100%;
    margin: 0 auto;
}

.mv h1 img {
    width: 100%;
    padding: 12em 0;
}

/* flow
*****************************************/
.flow {
    background: url("../images/flow-bg-01.png"), url("../images/flow-bg-02.png"), #FFF0CE;
    background-position: right top, 0 70%, center;
    background-repeat: no-repeat, no-repeat;
    padding-bottom: 5em;
}

.flow ul {
    display: flex;
    justify-content: space-between;
    position: relative;
    top: -5em;
}

.flow ul li {
    font-family: fot-seurat-pron, sans-serif;
    font-size: 2.5rem;
    background: #fff;
    padding: 0 1em 1em 1em;
    border-radius: 10px;
    width: 30%;
    max-width: 272px;
    text-align: center;
    color: #FFAF00;
}

.flow ul li b {
    color: #F38200;
    font-size: 3.5rem;
}

.flow ul li::before {
    position: relative;
    bottom: 2.5em;
    display: block;
}

.flow ul li.first::before {
    content: url("../images/flow01.png");
}

.flow ul li.second::before {
    content: url("../images/flow02.png");
}

.flow ul li.therd::before {
    content: url("../images/flow03.png");
}

.flow ul li img {
    width: 100%;
    margin-top: -2.5em;
    margin-bottom: 0.5em;
}

/* outline
*****************************************/
.outline {
    text-align: center;
}

.outline p.linepoint {
    margin-top: -3em;
    z-index: 99;
}

.outline p.linepoint::before {
    content: url("../images/linepoint-before.png");
    display: inline;
    position: relative;
    right: 10em;
}

.outline p.linepoint::after {
    content: url("../images/linepoint-after.png");
    display: inline;
    position: relative;
    left: 10em;
}

/* check
*****************************************/
.check {
    text-align: center;
    padding: 2em 0;
    background: url("../images/check-bg01.png"), url("../images/check-bg02.png");
    background-position: right center, 0 10%;
    background-repeat: no-repeat, no-repeat;
    position: relative;
}

.check p.image {
    position: absolute;
    right: 0em;
    top: -6em;
}

.check h2 {
    font-size: 4rem;
    color: #fff;
}

.check dl {
    z-index: 99;
    width: 96%;
    max-width: 1000px;
    margin: 1em auto;
    background: #fff;
    border-radius: 10px;
    padding: 1em;
}

.check dl dt {
    font-weight: 600;
    font-size: 2.8rem;
    margin: 1em auto;
    color: #000;
}

.check dl dd img {
    width: 96%;
    max-width: 320px;
}

.check p {
    font-size: 2.8rem;
    font-weight: 600;
}

.check p small {
    font-size: 2rem;
}

/* tomodachitouroku
*****************************************/
.tomodachitouroku {
    position: relative;
    text-align: center;
    padding: 3em 0;
    background: url("../images/tomodachitouroku-bg01.png"), #FFF0CE;
    background-position: left center, center;
    background-repeat: no-repeat, no-repeat;
}

.tomodachitouroku p.image {
    position: absolute;
    right: 0em;
    top: -6em;
}

.tomodachitouroku h2 {
    font-size: 4rem;
    font-weight: 400;
    margin-bottom: 1em;
}

.tomodachitouroku img {
    width: 96%;
    max-width: 265px;
}

/* id-renkei
*****************************************/
.id-renkei {
    position: relative;
    text-align: center;
    padding: 3em 0;
}

.id-renkei p.image {
    position: absolute;
    right: 0em;
    top: -6em;
}

.id-renkei h2 {
    font-size: 4rem;
    font-weight: 300;
    margin-bottom: 1em;
}

.id-renkei .inner {
    display: flex;
    justify-content: space-between;
}

.id-renkei .inner dl {
    width: 49%;
    max-width: 490px;
}

.id-renkei .inner dl dt {
    padding: 0.5em;
    font-size: 3rem;
    font-weight: 600;
    -webkit-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
    border-radius: 10px 10px 0 0 / 10px 10px 0 0;
}

.id-renkei .inner dl dd {
    font-weight: 600;
    padding: 1em 0;
    background: #fff;
    -webkit-border-radius: 0 0 10px 10px / 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px / 0 0 10px 10px;
    border-radius: 0 0 10px 10px / 0 0 10px 10px;
}

.id-renkei .inner dl.id dd img {
    margin-top: .5em;
    width: 96%;
    max-width: 375px;
}

.id-renkei .inner dl.idnone dd img {
    width: 96%;
    max-width: 220px;
}

.id-renkei .inner dl dt small {
    display: block;
    font-size: 2rem;
    font-weight: 300;
}

.id-renkei .inner dl.id dt {
    background: #E32833;
}

.id-renkei .inner dl.idnone dt {
    background: #FE9910;
}

.id-renkei .inner dl.idnone p {
    text-align: left;
    margin-top: 1em;
    font-size: 1.4rem;
}

/* caution
*****************************************/
.caution {
    position: relative;
    text-align: center;
    padding: 3em 0;
    background: #FFF0CE;
}

.caution p.image {
    position: absolute;
    left: 0em;
    top: -3em;
}

.caution h2 {
    font-size: 4rem;
    font-weight: 400;
    margin-bottom: 1em;
}

.caution ul {
    text-align: left;
    font-size: 1.8rem;
    color: #626262;
    letter-spacing: normal;
}

/* caution-bottom
*****************************************/
.caution-bottom ul {
    text-align: left;
    font-size: 1.8rem;
    color: #fff;
    letter-spacing: normal;
    padding: 2em 0;
}

/* レスポンシブ 768px
*****************************************/
@media screen and (max-width:768px) {
    .mv {
        background-size: contain;
    }

    .mv h1 img {
        padding: 10em 0 4em;
    }

    .tomodachitouroku h2,
    .id-renkei h2,
    .caution h2 {
        font-size: 3rem;
    }

    .flow {
        background: none;
        padding-bottom: 0;
    }

    .flow ul {
        display: block;
        position: initial;
        top: 0;
    }

    .flow ul li {
        width: 100%;
        max-width: 100%;
        margin-bottom: 3em;
        padding: 1em 0;
        font-size: 2rem
    }

    .flow ul li img {
        width: 80%;
        max-width: 275px;
        display: inline-block;
    }

    .check p img {
        width: 100%;
    }

    .outline {
        overflow: hidden;
        padding: 8em 0 1em;
        background: #FFEFCB;
    }

    .outline p.linepoint::before {
        display: none;
    }

    .outline p.linepoint::after {
        display: none;
    }

    .outline p.linepoint {
        margin-top: -6em;
        margin-bottom: 1em;
    }

    .check dl {
        width: 90%;
    }

    .check dl dd img {
        width: 49%;
    }

    .id-renkei .inner {
        display: block;
    }

    .id-renkei .inner dl {
        width: 100%;
        max-width: 100%;
        margin-bottom: 2em;
    }

    .id-renkei .inner dl img {
        width: 49%;
    }

    .tomodachitouroku {
        background: #FFEFCB;
    }
}

/* レスポンシブ 375px
*****************************************/
@media screen and (max-width:640px) {
    .mv h1 img {
        padding: 3em 0 4em;
    }

    .check {
        background: none;
    }

    .check h2 {
        font-size: 2.3rem;
    }

    .check dl dt {
        font-size: 1.6rem;
    }

    .check p {
        font-size: 2rem;
        font-weight: 600;
    }

    .id-renkei .inner dl dt small {
        font-size: 1.8rem;
    }

    .tomodachitouroku h2,
    .id-renkei h2,
    .caution h2 {
        font-size: 2rem;
    }

    .id-renkei .inner dl.idnone p {
        font-size: 1.8rem;
        margin-left: 1em;
        text-indent: -1em;
    }

    .id-renkei .inner dl img {
        width: 100%;
    }

    .flow ul li::before {
        bottom: 3.8em;
    }

    .flow ul li img {
        margin-top: -4em;
        margin-bottom: 1em;
    }
}

.id-renkei .inner dl dd p span {
    display: inline;
}

.caution ul li p {
    margin-left: 1em;
    text-indent: -1em;
}

.caution ul li span {
    display: inline;
}

.caution-bottom ul li p {
    display: inline;
}

.caution-bottom ul li span {
    display: inline;
}

/* ADD DHF */
.subFooter_in {
    font-size:60%;
    letter-spacing:0
}