@charset "utf-8";
body{position: relative;}

/* アニメーションスタイル */
/* アニメーション前 */
.u-fade-type-up{
    transform: translateY(50px);
    opacity: 0;
}
/* トリガー発火でis-activeを付与 */
.u-fade-type-up.is-active{
    transition: .6s;
    transform: translateY(0);
    opacity: 1;
}
/* ボタンデザイン */
.cv{
    width: 100%;
    padding: 30px 10px;
    text-align: center;
	background: -moz-linear-gradient(right,#fe667c,40%,#f8c4b7,100%,#fe667c);background: -webkit-linear-gradient(right,#fe667c,40%,#f8c4b7,100%,#fe667c);
	background: linear-gradient(to right,#fe667c,40%,#f8c4b7,100%,#fe667c);
}
a.btn{
	margin: 0 auto;
	display: flex;
    justify-content: center;
    align-items: center;
    background: #00a99d;
	border-radius: 100vh;
    width: 450px;
	padding: 20px 0;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	border-bottom: solid 5px #fe667c;
}
a.btn:after {
    content: '';
    width: 13px;
    height: 13px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 50px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}

.shiny-btn1{
    display: block;
    position: relative;
    overflow: hidden;
}
.shiny-btn1:hover {
    text-decoration: none;
    color: #fff;
}
.shiny-btn1::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn1 3s ease-in-out infinite;
}
@-webkit-keyframes shiny-btn1 {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    90% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    91% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
@media screen and (max-width: 640px) {
	a.btn{
		width: 80vW;
		font-size: 1em;
	}
}
/* .cv */
section.cv img.cv_voice1{width: 223px;}
section.cv img.cv_voice1_pc{width: 400px;}

@media screen and (max-width: 640px) {
	a.btn{
		width: 80vW;
		font-size: 1em;
	}
}
header{
	background: url("../images/fv_bg.png") no-repeat top center/cover;
    z-index: 1;
}
header .wrap{
    width:95%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    min-height: 380px;
}
header h1{text-align: left;}
header .ttl{
    width: 300px;
    position: absolute;
    top:20px;
    left:0;
    z-index: 1000;
}
header .woman{
    width: 300px;
    position: absolute;
    top:0;
    right:0;
    z-index: 10;
}
header .fv_subttl{
    position: absolute;
    overflow: hidden;
    width: 100vw;
    padding: 30px 0;
    top:220px;
    z-index: 100;
    text-align: center;
}
header .fv_subttl::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 100px;
  margin: 2% -10% 0;
  background: -moz-linear-gradient(right,#fe667c,40%,#f8c4b7,100%,#fe667c);
  background: -webkit-linear-gradient(right,#fe667c,40%,#f8c4b7,100%,#fe667c);
  background: linear-gradient(to right,#fe667c,40%,#f8c4b7,100%,#fe667c);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  z-index: 100;
}
header .fv_subttl .txt{
    width: 350px;
    margin-top: 10px;
    position: relative;
    z-index: 9999;
}

@media screen and (min-width: 500px) {
    header .ttl{left:50px;}
    header .woman{right:30px;}
    header .txt{width: 400px;}
}
@media screen and (min-width: 600px) {
    header .wrap{
        min-height: 450px;
    }
    header .ttl{width: 350px;}
    header .woman{width: 350px;}
    header .fv_subttl{
        top:260px;
    }
    header .fv_subttl .txt{
        margin-top: 20px;
    }
}
@media screen and (min-width: 800px) {
    header .wrap{
        min-height: 450px;
    }
    header .ttl{
        width: 400px;
    }
    header .woman{
        width: 400px;
    }
    header .fv_subttl{
        top:300px;
    }
    header .fv_subttl .txt{
        margin-top: 30px;
    }
}
@media screen and (min-width: 900px) {
    header .wrap{
        min-height: 600px;
    }
    header .ttl{
        width: 500px;
    }
    header .woman{
        width: 500px;
    }
    header .fv_subttl{
        top:350px;
    }
    header .fv_subttl::before {
        height: 150px;
    }
    header .fv_subttl .txt{
        width: 600px;
    }
}
@media screen and (min-width: 1200px) {
    header .wrap{
        width: 1200px;
        min-height: 700px;
    }
    header .ttl{
        width: 600px;
        left: 80px;
    }
    header .woman{
        width: 600px;
        right: 80px;
    }
    header .fv_subttl{
        top:400px;
        padding: 70px 0;
    }
    header .fv_subttl::before {
        height: 200px;
    }
    header .fv_subttl .txt{
        margin-top: 50px;
    }
}

/* #section全体 */
section{width:100%}
section h1,section h2{text-align: center;}
p img,section h1 img{
    text-align: center;
    display: block;
    margin: 0 auto;
}
div.matome{
    width: 100%;
    padding: 30px 10px;
    text-align: center;
	background: -moz-linear-gradient(right,#fe667c,40%,#f8c4b7,100%,#fe667c);background: -webkit-linear-gradient(right,#fe667c,40%,#f8c4b7,100%,#fe667c);
	background: linear-gradient(to right,#fe667c,40%,#f8c4b7,100%,#fe667c);
}
div.box{
    max-width: 750px;
    margin: 40px auto;
    background: #fff;
    padding: 20px;
    border-radius: 5px 20px 5px 20px;
    -moz-box-shadow: 3px 5px 10px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 3px 5px 10px 2px rgb(0 0 0 / 10%);
    -ms-box-shadow: 3px 5px 10px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 5px 10px 2px rgb(0 0 0 / 10%);
}
.wrap{
    max-width:600px;
    margin: 20px auto;
}
/* #section1 */
section#sect1 h1 img{width: 281px;}
section#sect1 img.img1{width: 361px;}
section#sect1 img.img2{width: 223px;}
section#sect1 img.img3{width: 333px;}
section#sect1{
	background: url(../images/sect1_bg.png)no-repeat top center/cover;
    padding: 0 0 40px 0;
}
/* #section2 */
section#sect2 h1 img{width: 156px;}
section#sect2 img.img1{width: 156px;}
section#sect2{
	/* 方眼紙模様 */
	background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(200,201,202,20%) calc(100% - 1px)),
	linear-gradient(90deg, transparent calc(100% - 1px), rgba(200,201,202,20%) calc(100% - 1px));
	background-size: 16px 16px;
	background-repeat: repeat;
	background-position: center center;
    padding: 40px 0;
}
section#sect2 p img.img1{padding: 20px 0;}
section#sect2 div.wrap p{margin-bottom: 1.5em;}
section#sect2 div.box ul li{
    padding-left: 20px;
	line-height: 1.6em;
	background: url(../images/img_check.png) left 0px top 7px no-repeat;
	background-size: 15px auto;
    color: #eb4561;
    font-weight: bold;
}
/* #section3 */
section#sect3 h1 img.sect3_ttl{width: 266px;}
section#sect3 img.img1{width: 348px;}
section#sect3 img.img2{width: 314px;}
section#sect3 img.img3{width: 348px;}
section#sect3 img.img4{width: 257px;}
section#sect3 img.img1_pc{width: 600px;}
section#sect3 img.img2_pc{width: 600px;}
section#sect3 img.img3_pc{width: 600px;}
section#sect3 img.img4_pc{width: 600px;}
section#sect3{
	/* 方眼紙模様 */
	background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(200,201,202,20%) calc(100% - 1px)),
	linear-gradient(90deg, transparent calc(100% - 1px), rgba(200,201,202,20%) calc(100% - 1px));
	background-size: 16px 16px;
	background-repeat: repeat;
	background-position: center center;
}

section#sect3 h1{position: relative;}
section#sect3 h1 img.sect3_bg{
    text-align: center;
    height: 283px;
}
section#sect3 h1 img.sect3_ttl{
    position: absolute;
    top:30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
section#sect3 div.wrap p{margin-bottom: 1.5em;}
/* #section4 */
section#sect4 h1 img.sect4_ttl{width: 266px;}
section#sect4 img.img1{width: 294px;}
section#sect4 img.img2{width: 254px;}
section#sect4 img.img1_pc,section#sect4 img.img2_pc{width: 600px;}
section#sect4{
	/* 方眼紙模様 */
	background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(200,201,202,20%) calc(100% - 1px)),
	linear-gradient(90deg, transparent calc(100% - 1px), rgba(200,201,202,20%) calc(100% - 1px));
	background-size: 16px 16px;
	background-repeat: repeat;
	background-position: center center;
}
section#sect4 h1{position: relative;}
section#sect4 h1 img.sect4_bg{
    text-align: center;
    height: 214px;
}
section#sect4 h1 img.sect4_ttl{
    position: absolute;
    top:30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
section#sect4 div.wrap p{margin-bottom: 1.5em;}
section#sect4 h2{
    color: #eb4561;
    font-weight: bold;
    font-size: 22px;
    margin: 20px 0 40px 0;
}
section#sect4 div.box_img{
    background: url(../images/sect4_img2.png)no-repeat top center;
    height:0;
    padding-top: 59.3%;/* 画像の高さ ÷ 画像の幅 × 100 */
    position: relative;
    background-size:cover;
    position: relative;
    margin-bottom: 40px;
}
section#sect4 div.box_img ul{
    position: absolute;
    top:15px;
    left:70px;
    margin-right: 15px;
}
section#sect4 div.box_img ul li{
    padding-left: 20px;
	line-height: 1.6em;
	background: url(../images/img_check.png) left 0px top 7px no-repeat;
	background-size: 15px auto;
    margin-bottom: 10px;
}
@media screen and (min-width: 600px) {
    section#sect4 div.box_img ul{
        margin-right: 40px;
    }
    section#sect4 div.box_img ul li{
        padding-left: 30px;
        background: url(../images/img_check.png) left 20px top 7px no-repeat;
    }
    section#sect4 div.box_img ul li{
        padding-left: 50px;
        font-size: 22px;
    }
    
}
/* #section5 */
section#sect5 h1 img{width: 360px;}
section#sect5 img.img1{width: 328px;}
section#sect5 img.img1_pc{width: 600px;}
section#sect5{
	/* 方眼紙模様 */
	background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(200,201,202,20%) calc(100% - 1px)),
	linear-gradient(90deg, transparent calc(100% - 1px), rgba(200,201,202,20%) calc(100% - 1px));
	background-size: 16px 16px;
	background-repeat: repeat;
	background-position: center center;
}
section#sect5 h1{padding: 20px 0 40px 0;}
section#sect5 div.wrap p{margin-bottom: 1.5em;}
/* #section6 */
section#sect6 h1 img{width: 400px; max-width: 350px;}
section#sect6 img.img1{width: 276px;}
section#sect6 img.img1_pc{width: 600px;}
section#sect6{
    /* 方眼紙模様 */
	background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(200,201,202,20%) calc(100% - 1px)),
	linear-gradient(90deg, transparent calc(100% - 1px), rgba(200,201,202,20%) calc(100% - 1px));
	background-size: 16px 16px;
	background-repeat: repeat;
	background-position: center center;
}
section#sect6 h1{padding: 20px 0 40px 0;}
section#sect6 div.wrap p{margin-bottom: 1.5em;}
section#sect6 div.box ul li{
    padding-left: 20px;
	line-height: 1.6em;
	background: url(../images/img_check.png) left 0px top 7px no-repeat;
	background-size: 15px auto;
    margin-bottom: 10px;
    color: #ff687f;
}
/* #section7 */
section#sect7 h1 img.sect7_ttl{width: 330px;}
section#sect7 img.img1{width: 348px;}
section#sect7 img.img2{width: 300px;}
section#sect7 img.img1_pc,section#sect7 img.img2_pc{width: 600px;}
section#sect7{
	/* 方眼紙模様 */
	background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(200,201,202,20%) calc(100% - 1px)),
	linear-gradient(90deg, transparent calc(100% - 1px), rgba(200,201,202,20%) calc(100% - 1px));
	background-size: 16px 16px;
	background-repeat: repeat;
	background-position: center center;
}
section#sect7 h1{position: relative;}
section#sect7 h1 img.sect7_bg{
    text-align: center;
    height: 216px;
}
section#sect7 h1 img.sect7_ttl{
    position: absolute;
    top:30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
section#sect7 div.wrap p{margin-bottom: 1.5em;}
section#sect7 h2{
    color: #eb4561;
    font-weight: bold;
    font-size: 22px;
    margin: 20px 0 40px 0;
}
/* #section8 */
section#sect8 img.img1{width: 351px;}
section#sect8 img.img1_pc{width: 600px;}
section#sect8{
    background: #fffff0;
    padding: 40px 0;
}
section#sect8 h1{
    background: #fe667c;
    border-radius: 100vh;
    width: 80%;
    margin: 0 auto;
    padding: 10px 0;
	color: #fff;
	font-weight: bold;
	font-size: 22px;
}
section#sect8 div.box ul li{
    padding-left: 20px;
	line-height: 1.6em;
	background: url(../images/img_check.png) left 0px top 7px no-repeat;
	background-size: 15px auto;
    margin-bottom: 10px;
}
section#sect8 div.wrap p{margin-bottom: 1.5em;}
/* 講座内容紹介 */
.intro{
    max-width: 650px;
    margin: 0 auto;
}
.intro .intro_box {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0;
    background: #fff;
}
.intro .intro_box input {
	position: absolute;
	opacity: 0;
}
/* タイトル部分 */
.intro .intro_box label {
	font-weight: bold;
	line-height: 1.6em;
	position: relative;
	display: block;
	margin: 0 0 0 0;
	padding: 1em 2em 1em 2.5em;
	cursor: pointer;
	text-indent: 1em;
	background: -moz-linear-gradient(top,#fe667c,40%,#f8c4b7,100%,#fe667c);background: -webkit-linear-gradient(top,#fe667c,40%,#f8c4b7,100%,#fe667c);
	background: linear-gradient(to bottom,#fe667c,40%,#f8c4b7,100%,#fe667c);
    color: #fff;
}
.intro .intro_box label::before {
	font-family: serif;
	font-size: 1em;
	margin-left: -2em;
	padding-right: 0.5em;
	content: '■';
}
.intro .intro_box label:hover {
	transition: all 0.3s;
	color: #f8c4b7;
}
/* --タイトルの＋アイコン */
.intro .intro_box label::after {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 2em;
	position: absolute;
	top: 30%;
	right: 0;
	content: '\2b';
	display: inline-block;
	width: 2em;
	height: 2em;
	-webkit-transition: transform 0.4s;
	        transition: transform 0.4s;
}
.intro .intro_box label:hover{
    color:#ffff00;;
}
/* 内容 */
.intro .intro_box .intro_box_inner {
	position: relative;
	overflow: hidden;
    background: #fff;
	max-height: 0;
	-webkit-transition: max-height 0.2s;
	        transition: max-height 0.2s;
    max-width: 600px;
    margin: 0 auto;
}
.intro .intro_box .intro_box_inner p {
	margin: 1em;
}
/* 内容を開いた時の仕様 */
/* --内容の高さ */
.intro .intro_box input:checked ~ .intro_box_inner {
	max-height: 40em;
}
/* タイトルをクリックした時のアイコンの動き */
.intro .intro_box input:checked ~ label {
	color:#ffff00;
}
/* タイトルをクリックした時の+の動き */
.intro .intro_box input[type=checkbox]:checked + label::after {
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

/* #section9 */
section#sect9 h1 img.sect9_ttl{width:80%; max-width: 487px;}
section#sect9 img.badge{width: 60px;}
section#sect9 img.img1{width: 150px;}
section#sect9 img.img2{width: 106px;}
section#sect9 img.img3{width: 100px;}
section#sect9 img.img4{width: 104px;}
section#sect9 img.img5{width: 148px;}
section#sect9 img.img6{width: 110px;}
section#sect9 img.img7{width: 96px;}

section#sect9{
    background: -moz-linear-gradient(bottom,#ffc6cf,5%,#fff6ff);
    background: -webkit-linear-gradient(bottom,#ffc6cf,5%,#fff6ff);
    background: linear-gradient(to bottom,#ffc6cf,5%,#fff6ff);
}
section#sect9 h1{position: relative;}
section#sect9 h1 img.sect9_bg{
    text-align: center;
    height: 286px;
}
section#sect9 h1 img.sect9_ttl{
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
section#sect9 .badge_box{
    width: 95%;
    max-width: 650px;
    padding: 10px;
    position: relative;
    margin: 40px auto;
    background: -moz-linear-gradient(45deg,#fe667c,40%,#f8c4b7,100%,#fe667c);
    background: -webkit-linear-gradient(45deg,#fe667c,40%,#f8c4b7,100%,#fe667c);
    background: linear-gradient(45deg,#fe667c,40%,#f8c4b7,100%,#fe667c);
}
section#sect9 .badge_box .badge{
    position: absolute;
    top: -20px;
    left: 10px;
    margin: 0;
    display: inline;
    z-index: 10;
}
section#sect9 .badge_box .badge_box_inner{
    width:100%;
    max-width: 630px;
    margin: 0 auto;
    background: #fff;
    padding: 10px;
}
section#sect9 .badge_box .badge_box_inner .mr05{
    width: 30%;
}
section#sect9 .badge_box .badge_box_inner .flexbox{
    margin: 20px 0;
    justify-content: center;
}
section#sect9 .badge_box .badge_box_inner .flexbox_c{
    flex-direction: column;
}
section#sect9 .badge_box .badge_box_inner .flexbox_c p{
    background: #ff687f;
    color: #fff;
    text-align: center;
}
section#sect9 .badge_box .badge_box_inner .flexbox_c h2{
    text-align: left;
}
section#sect9 .badge_box .badge_box_inner .txt_box p{
    margin-bottom: 1.5em;
}
section#sect9 .badge_box .badge_box_inner .txt_box ul{
    list-style-position: inside;
    list-style-type: disc;
    margin: 10px auto;
}
section#sect9 .badge_box .badge_box_inner .txt_box ul li{
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 10px;
}

/* #section10 */
section#sect10 img.img1{width: 100px;}
section#sect10{
	/* 方眼紙模様 */
	background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(200,201,202,20%) calc(100% - 1px)),
	linear-gradient(90deg, transparent calc(100% - 1px), rgba(200,201,202,20%) calc(100% - 1px));
	background-size: 16px 16px;
	background-repeat: repeat;
	background-position: center center;
    padding: 40px 0 0 0;
}
section#sect10 h1{
    color: #eb4561;
    font-weight: bold;
    font-size: 30px;
    margin: 0 0 20px 0;
}
section#sect10 div.wrap p{margin-bottom: 1.5em;}
section#sect10 div.wrap p.price{margin-bottom: 0;}
section#sect10 div.box ul li{line-height: 1.8em;}
section#sect10 h2{
    font-size: 24px;
    margin-top: 40px;
}
section#sect10 div.wrap .pay p{margin-bottom: 0;}
section#sect10 h3{
    background: #ff687f;
    color: #fff;
    font-weight: bold;
    padding-left: 20px;
    line-height: 2;
}
section#sect10 .h3_description{
    background: #fff;
    padding: 20px;
}
/* #section11 */
section#sect11 h1 img{width: 70px;}
section#sect11{
    background: #fffff0;
    padding: 40px 0 60px 0;
}
section#sect11 h1{
    font-size: 30px;
}
section#sect11 h2{
    font-size: 18px;
    font-weight: bold;
    color: #eb4561;
}
div.voice_box{
    width: 90%;
    max-width: 650px;
	padding: 30px;
	border: 1px solid #ddd;
	background-size: cover;
	background-clip: padding-box;
	background-color: #fff;
	position: relative;
	margin: auto;
	top: 30px;
}
div.voice_box::after {
	content: "";
	display: block;
	position: absolute;
	border: 50px solid transparent;
	border-bottom: 50px solid #fffff0;
	bottom: -60px;
	right: -65px;
	box-shadow: 0px 7px 6px -9px black;
	transform: rotate(135deg);
}
div.voice_box::before {
	content: "";
	display: block;
	position: absolute;
	border: 50px solid transparent;
	border-top: 50px solid #fffff0;
	top: -60px;
	left: -65px;
	box-shadow: 0px -7px 6px -9px black;
	transform: rotate(135deg);
}
section#sect11 .voice_box p{margin-bottom: 1.5em;}
/* #section12 */
section#sect12 img.icon{width: 50px;}
section#sect12{
	/* 方眼紙模様 */
	background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(200,201,202,20%) calc(100% - 1px)),
	linear-gradient(90deg, transparent calc(100% - 1px), rgba(200,201,202,20%) calc(100% - 1px));
	background-size: 16px 16px;
	background-repeat: repeat;
	background-position: center center;
    padding: 40px 0 0 0;
}
section#sect12 h1{
    color: #eb4561;
    font-weight: bold;
    font-size: 30px;
    margin: 0 0 20px 0;
}
section#sect12 .qa_box{
    width: 90%;
    max-width: 650px;
    margin: 0 auto;
}
section#sect12 .q_box.flexbox{
    justify-content:flex-start;
}
section#sect12 .q_box .fukidashi{
    position: relative;
	display: inline-block;
	margin: 1em 0 1em 15px;
	padding: 10px 20px;
	min-width: 120px;
	max-width: 100%;
	background: #fff;
    border-radius: 5px;
	-moz-box-shadow: -3px 5px 10px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: -3px 5px 10px 2px rgb(0 0 0 / 10%);
    -ms-box-shadow: -3px 5px 10px 2px rgba(0, 0, 0, 0.1);
    box-shadow: -3px 5px 10px 2px rgb(0 0 0 / 10%);
}
section#sect12 .q_box .fukidashi::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-right: 15px solid #fff;
}
section#sect12 .q_box .fukidashi.q1{background: #fdd392;}
section#sect12 .q_box .fukidashi.q2{background: #fdeaff;}
section#sect12 .q_box .fukidashi.q3{background: #dfffe7;}
section#sect12 .q_box .fukidashi.q4{background: #fdffd8;}
section#sect12 .q_box .fukidashi.q5{background: #e1efff;}
section#sect12 .q_box .fukidashi.q1::before{border-right: 15px solid #fdd392;}
section#sect12 .q_box .fukidashi.q2::before{border-right: 15px solid #fdeaff;}
section#sect12 .q_box .fukidashi.q3::before{border-right: 15px solid #dfffe7;}
section#sect12 .q_box .fukidashi.q4::before{border-right: 15px solid #fdffd8;}
section#sect12 .q_box .fukidashi.q5::before{border-right: 15px solid #e1efff;}
section#sect12 .a_box.flexbox{
    justify-content:flex-end;
}
section#sect12 .a_box .fukidashi{
    position: relative;
	display: inline-block;
	margin: 1em 15px 1em 0;
	padding: 10px 20px;
	min-width: 120px;
	max-width: 100%;
	background: #fff;
    border-radius: 5px;
	-moz-box-shadow: -3px 5px 10px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: -3px 5px 10px 2px rgb(0 0 0 / 10%);
    -ms-box-shadow: -3px 5px 10px 2px rgba(0, 0, 0, 0.1);
    box-shadow: -3px 5px 10px 2px rgb(0 0 0 / 10%);
}
section#sect12 .a_box .fukidashi::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -30px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-left: 15px solid #fff;
}
/* #section13 */
section#sect13 h1 img{width: 333px;}
section#sect13 img.img1{width: 243px;}
section#sect13 img.img1_pc{width: 600px;}
section#sect13{
    background: url(../images/sect13_bg.png) #fff6ff no-repeat center;
    padding: 40px 0 0 0;
}
section#sect13 h1{
    margin-bottom: 20px;
}
section#sect13 .wrap{
    width: 95%;
    max-width: 630px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.9);
    padding: 10px;
}
section#sect13 .wrap p{margin-bottom: 1.5em;}
/* #section14 */
section#sect14 h1 img{
    width: 377px;
    z-index: 10;
}
section#sect14 img.img1{width: 348px;}
section#sect14 img.img1_pc{width: 600px;}
section#sect14{
	/* 方眼紙模様 */
	background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(200,201,202,20%) calc(100% - 1px)),
	linear-gradient(90deg, transparent calc(100% - 1px), rgba(200,201,202,20%) calc(100% - 1px));
	background-size: 16px 16px;
	background-repeat: repeat;
	background-position: center center;
    padding: 40px 0 20px 0;
    position: relative;
    z-index: -9999;
}
section#sect14 .wrap p{margin-bottom: 1.5em;}
section#sect14 .h1_bg{
    position: relative;
    overflow: hidden;
    padding: 80px 0;
}
.h1_bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 80%;
  margin: 2% -10% 0;
  background: #eb4561;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  z-index: -1;
}

  

/* #footer */
footer{
	background-color: #ff687f;
	font-size: 12px;
	padding: 5px 0;
	color: #fff;
}
footer .flexbox{
    width: 90%;
	max-width: 600px;
	margin: 0 auto;
	justify-content:center;
}
footer p{
	max-width:650px;
	margin: 0 auto;
}
@media screen and (max-width: 750px) {
	footer p{
		max-width: 80%;
	}
}