@charset "UTF-8";

/********************

content

********************/
#content {
}







/***********************************************************
for smartphone
************************************************************/
@media screen and (max-width:736px){

/********************

content

********************/
#content {
}

#content div section {
    padding: 40px 0;
}

#content div section article h3 {
    padding-bottom: 20px;
    font-size: 1.4rem;
    font-weight: 600;
    text-align: center;
}

#content .titleArea {
    background-color: #0091DB;
    align-items: center;
}

#content .titleArea .text {
    padding: 0 5%;
    color: #FFF;
}

#content .titleArea .text .nendo {
    padding-top: 20px;
    line-height: normal;
}

#content .titleArea .text h1 {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2rem;
    padding: 20px 0;
}

#content .titleArea .text h1 .yellow {
    color: #FFE100;
}

#content .titleArea .text .sub {
    padding-bottom: 20px;
    line-height: normal;
}

#content .titleArea .img {
}

#content .titleArea .img img {
    width: 100%;
    height: auto;
}

/***
scheduleArea
***/
#content .scheduleArea {
    position: relative;
}

#content .scheduleArea section {
}

#content .scheduleArea section article.cost {
    padding: 0 5%;
}

#content .scheduleArea section article.cost img {
}

#content .scheduleArea section article.cost .caution {
    padding-top: 10px;
    line-height: normal;
}

#content .scheduleArea section article.schedule {
    padding-top: 40px;
}

#content .scheduleArea section article.schedule dl {
    display: flex;
    border-bottom: solid 1px #333;
}

#content .scheduleArea section article.schedule dl dt {
    width: 30%;
    padding: 18px;
    background-color: #FFE100;
}

#content .scheduleArea section article.schedule dl dd {
    display: flex;
    align-items: center;
    width: 70%;
    padding: 18px;
}

#content .scheduleArea section article.schedule .caution {
    padding-top: 10px;
    line-height: normal;
    margin: 0 5%;
}

/***
softArea
***/
#content .softArea {
    background-color: #0091DB;
    color: #FFF;
}

#content .softArea section {
}

#content .softArea section article {
}

#content .softArea section article .wrapbox {
    font-size: 0.98rem;
    line-height: normal;
}

#content .softArea section article .wrapbox .box {
    width: 90%;
    margin: 0px 5% 20px 5%;
    color: #000;
}

#content .softArea section article .wrapbox .box .softtitle {
    text-align: center;
    background-color: #FFE100;
    border: solid 1px #FFE100;
    border-radius: 15px 15px 0px 0px;
    padding: 10px 0;
}

#content .softArea section article .wrapbox .box .text {
    height: 110px;
    background-color: #FFF;
    border: solid 1px #FFF;
    border-radius: 0px 0px 15px 15px;
    padding: 16px;
}

#content .softArea section article .wrapbox .box1,
#content .softArea section article .wrapbox .box2,
#content .softArea section article .wrapbox .box3 {
    margin-right: 20px;
}

/***
howtoArea
***/
#content .howtoArea {
}

#content .howtoArea section {
}

#content .howtoArea section article {
}

#content .howtoArea section article p {
    padding: 0 5%;
}

/***
flowArea
***/
#content .flowArea {
    background-color: #0091DB;
    color: #FFF;
}

#content .flowArea section {
}

#content .flowArea section article {
}

#content .flowArea section article p {
    padding: 0 5% 20px 5%;
}

#content .flowArea section article .wrapbox {
    text-align: center;
    justify-content: center;
    letter-spacing: 0;
    overflow: hidden;
}

#content .flowArea section article .wrapbox .box {
    float: left;
    width: 70%;
    margin: 0 0 20px 5%;
    color: #000;
}

#content .flowArea section article .wrapbox .box .softtitle {
    background-color: #FFE100;
    border: solid 1px #FFE100;
    border-radius: 15px 15px 0px 0px;
    padding: 10px 0;
    font-weight: 600;
    line-height: 1.6rem;
}

#content .flowArea section article .wrapbox .box .text {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 110px;
    background-color: #FFF;
    border: solid 1px #FFF;
    border-radius: 0px 0px 15px 15px;
    padding: 10px;
}

#content .flowArea section article .wrapbox .box1 {
    margin-right: 25%;
}

#content .flowArea section article .wrapbox .wall {
    float: left;
    width: 25%;
    position: relative;
    padding-left: 30px;
}

#content .flowArea section article .wrapbox .wall::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 12px; /* 要素の左からの距離 */
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #FFF;
}

#content .flowArea section article .wrapbox .wall p {
    height: 156px;
    border: solid 1px #FFF;
    padding: 5px;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
}




}






/************************************************************
for pc  width 737px 以上はpc表示
************************************************************/
@media print, screen and (min-width:737px){

/********************

content

********************/
#content {
}

#content div section {
    padding: 80px 0;
}

#content div section article h3 {
    padding-bottom: 40px;
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
}

#content .titleArea {
    display: flex;
    width: 100%;
    background-color: #0091DB;
    align-items: center;
}

#content .titleArea .text {
    width: 50%;
    padding: 0 5%;
    color: #FFF;
}

#content .titleArea .text .nendo {
    font-size: 1.4rem;
}

#content .titleArea .text h1 {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 3.4rem;
    padding: 30px 0;
}

#content .titleArea .text h1 .yellow {
    color: #FFE100;
}

#content .titleArea .text .sub {
    font-size: 1.4rem;
}

#content .titleArea .img {
    width: 50%;
}

#content .titleArea .img img {
    width: 100%;
    height: auto;
}

/***
scheduleArea
***/
#content .scheduleArea {
    position: relative;
}

#content .scheduleArea section {
    display: flex;
}

#content .scheduleArea section article.cost {
    width: 50%;
    padding: 0 2%;
}

#content .scheduleArea section article.cost img {
}

#content .scheduleArea section article.cost .caution {
    padding-top: 20px;
    line-height: normal;
}

#content .scheduleArea section article.schedule {
    width: 50%;
    padding: 0 2%;
}

#content .scheduleArea section article.schedule dl {
    display: flex;
    border-bottom: solid 1px #333;
}

#content .scheduleArea section article.schedule dl dt {
    width: 30%;
    padding: 18px;
    background-color: #FFE100;
}

#content .scheduleArea section article.schedule dl dd {
    width: 70%;
    padding: 18px;
}

#content .scheduleArea section article.schedule .caution {
    padding-top: 20px;
    line-height: normal;
}

/***
softArea
***/
#content .softArea {
    background-color: #0091DB;
    color: #FFF;
}

#content .softArea section {
}

#content .softArea section article {
}

#content .softArea section article .wrapbox {
    display: flex;
    font-size: 0.98rem;
    letter-spacing: 0;
    line-height: 1.6rem;
}

#content .softArea section article .wrapbox .box {
    width: 285px;
    color: #000;
}

#content .softArea section article .wrapbox .box .softtitle {
    text-align: center;
    background-color: #FFE100;
    border: solid 1px #FFE100;
    border-radius: 15px 15px 0px 0px;
    padding: 10px 0;
}

#content .softArea section article .wrapbox .box .text {
    height: 110px;
    background-color: #FFF;
    border: solid 1px #FFF;
    border-radius: 0px 0px 15px 15px;
    padding: 16px;
}

#content .softArea section article .wrapbox .box1,
#content .softArea section article .wrapbox .box2,
#content .softArea section article .wrapbox .box3 {
    margin-right: 20px;
}

/***
howtoArea
***/
#content .howtoArea {
}

#content .howtoArea section {
}

#content .howtoArea section article {
}

#content .howtoArea section article p {
    text-align: left;
    inline-size: fit-content;
    margin: 0 auto;
}

/***
flowArea
***/
#content .flowArea {
    background-color: #0091DB;
    color: #FFF;
}

#content .flowArea section {
}

#content .flowArea section article {
    text-align: center;
}

#content .flowArea section article p {
    padding-bottom: 20px;
}

#content .flowArea section article .wrapbox {
    display: flex;
    justify-content: center;
    letter-spacing: 0;
    padding-bottom: 20px;
}

#content .flowArea section article .wrapbox .box {
    width: 285px;
    color: #000;
}

#content .flowArea section article .wrapbox .box .softtitle {
    background-color: #FFE100;
    border: solid 1px #FFE100;
    border-radius: 15px 15px 0px 0px;
    padding: 10px 0;
    font-weight: 600;
    line-height: 1.6rem;
}

#content .flowArea section article .wrapbox .box .text {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 110px;
    background-color: #FFF;
    border: solid 1px #FFF;
    border-radius: 0px 0px 15px 15px;
    padding: 10px;
}

#content .flowArea section article .wrapbox .box1 {
    margin-right: 30px;
}

#content .flowArea section article .wrapbox .wall {
    position: relative;
    padding: 0 40px;
}

#content .flowArea section article .wrapbox .wall::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px; /* 要素の左からの距離 */
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #FFF;
}

#content .flowArea section article .wrapbox .wall::after {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px; /* 要素の左からの距離 */
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #FFF;
}

#content .flowArea section article .wrapbox .wall p {
    height: 156px;
    border: solid 1px #FFF;
    padding: 5px;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
}





}






