@charset "UTF-8";
/* CSS Document */
/***************************************
01.Reset
***************************************/
/* 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, 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-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
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;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/***************************************
02.共通
***************************************/
body {
    font-size: 18px;
    line-height: 1.5em;
    color: #333;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",  Arial, Helvetica, "sans-serif";
    font-weight: 400;
    text-align: justify;
    background: #fff;
	-webkit-text-size-adjust: 100%;
	background-image: url("img/bg-04-2.jpg");
    background-attachment: fixed;
	background-size: cover;
}

h1, h3, h4, h5, h6 {
	font-weight: normal;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
	vertical-align: middle;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clear {
	clear: both;
}

.pc-only {
    display: block;
}
.sp-only {
    display: none;
}

/*カラー*/
.text-pink {
    color: #ec75b6;
}
.text-red {
    color: #ff0152;
}
.text-blue {
    color: #2f639e;
}
.text-blue-2 {
	color: #18185f;
}
.text-pink-2 {
	color: #fb349e;
}
.emphas {
	font-family: YuMin-Demibold, YuMincho, 游明朝, "Yu Mincho", 游明朝体,'Noto Serif JP', serif;
    font-size: 2em;
    text-align: center;
    line-height: 1.5em;
    margin: 50px 0 0;
}

.text-l-c-red {
	
}
.text-ll-c-red {
	
}
.text-ll-c-red-2 {
	
}
/*マーカー*/
.font-p-uline {
    /*background: linear-gradient(#0000 70%, #f4acd4 30%);*/
	background: #f9e349
}
.font-b-uline {
    background: linear-gradient(#0000 70%, #a1dcf7 30%);
}
.bg-ul {
	background: #f9e449;
    padding: 0.3em 0.5em;
    display: inline-block;
}
.bg-ul p {
	padding-bottom: 0!important;
}
header {
    width: 100%;
    background-color: #fff;
    padding: 0;
}
/*文字*/
.f-w-b {
	font-weight: bold;
}
.text-bar-70 {
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.25em;
}
.text-bar-60 {
	font-size: 2.25rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.25em;
}
.text-bar-50 {
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.25em;
}

.contents {
	width: 100%;
    margin: 0 auto;
}
/***************************************
03.メインビジュアル
***************************************/
.mv_area {
    
}
.mvArea-02 .mv_area {
    background: url("img/thanks-pc-mv2-2.jpg") no-repeat center center/cover;
    height: 0;
    padding-top: calc(1150 / 1920 * 100%);
}
.mvArea-03 .mv_area {
    background: url("img/thanks-pc-mv-2.jpg") no-repeat center center/cover;
    height: 0;
    padding-top: calc(1150 / 1920 * 100%);
}
.mvArea-04 .mv_area {
    background: url("img/thanks-pc-mv-4.jpg") no-repeat center center/cover;
    height: 0;
    padding-top: calc(1150 / 1920 * 100%);
}
.mvArea-01-01 .mv_area {
    background: url("img/thanks-pc-mv01-01.jpg") no-repeat center center/cover;
    height: 0;
    padding-top: calc(1150 / 1920 * 100%);
}
.mvArea-02-2 .mv_area {
    background: url("img/thanks-pc-mv2-2.jpg") no-repeat center center/cover;
    height: 0;
    padding-top: calc(1150 / 1920 * 100%);
}
/***************************************
04.登録エリア
***************************************/

.entry-area-01 .bg-grad {
	/*background: url("img/bg-08.jpg")no-repeat;
	background-size: cover;*/
	padding: 30px 0 80px;
	border-top: 20px solid #c6ad61;
	border-bottom: 20px solid #c6ad61;
    border-image: linear-gradient(to right, #c6ad61 30%, #fffce9 50%, #c6ad61 100%);
    border-image-slice: 1;
	background-color: #a7e1f8;
	background: linear-gradient(
90deg
, rgb(69, 134, 228) 0%, rgb(222, 245, 249) 50%, rgb(69, 134, 228) 100%);
}

.entry-area-01 .inner-03 {
	width: 70%;
	max-width: 1200px;
    margin: 0px auto;
}

.entry-area-01 .inner-03 .btn-bg-01 {
	background: url(img/entry-bg-thanks-01.png)no-repeat center center/contain;
    height: 0;
    padding-top: calc(1911 / 1699 * 100%);
    border: none;
    width: 100%;
    position: relative;
    margin: 0 auto;
	filter: drop-shadow(0px 0px 30px #06055e);
}
/*.thanks-01 .entry-area-01 .inner-03 .btn-bg-01 {
	background: url(img/entry-bg-thanks-02.png)no-repeat center center/contain;
    height: 0;
    padding-top: calc(2006 / 1699 * 100%);
    border: none;
    width: 100%;
    position: relative;
    margin: 0 auto;
	filter: drop-shadow(0px 0px 30px #06055e);
}
*/
.entry-area-01 .inner-03 .btn-bg-02 {
	background: url(img/entry-bg.png)no-repeat center center/contain;
    height: 0;
    padding-top: calc(1781 / 1699 * 100%);
    border: none;
    width: 100%;
    position: relative;
    margin: 0 auto;
	filter: drop-shadow(0px 0px 30px #06055e);
}
.entry-area-01 .inner-03 .btn-bg-01 a{
	position: absolute;
    width: 70%;
    bottom: 4%;
    left: 17%;
}
.entry-area-01 .inner-03 .btn-bg-02 a{
	position: absolute;
    width: 70%;
    bottom: 4%;
    left: 17%;
}

.entry-area-01 {
	margin: 0 auto;
}

.entry-area-02 {
	width: 100%;
    margin: 30px auto;
}
.entry-area-02 .bg-grad {
	border-top: 20px solid #c6ad61;
    border-bottom: 20px solid #c6ad61;
    border-image: linear-gradient(to right, #c6ad61 30%, #fffce9 50%, #c6ad61 100%);
    border-image-slice: 1;
	background-color: #a7e1f8;
    background: linear-gradient( 
90deg
 , rgb(69, 134, 228) 0%, rgb(222, 245, 249) 50%, rgb(69, 134, 228) 100%);
}
.entry-area-02 .inner-03 {
	width: 70%;
	max-width: 1200px;
    margin: 0px auto;
}
.entry-area-02 .text-07 {
	font-size: 2rem;
	font-weight: bold;
    text-align: center;
	padding-bottom: 50px;
	line-height: 1.5em;
}
.entry-area-02 .text-07 span {
	color: red;
}
.entry-area-01 .evidence-area {
	width: 70%;
    margin: 0 auto 50px;
    padding-right: 3%;
}
/*フッターボタン*/
.f-btn {
	background: rgba(255,255,255,0.7);
    width: 100%;
    padding: 20px;
    position: fixed;
    bottom: 0;
    box-sizing: border-box;
}
.f-btn .btn-box {
	width: 90%;
	margin: 0 auto;
}
/***************************************
05.共通
***************************************/
.low {
	padding: 30px 0;
}
.inner {
	width: 80%;
    max-width: 1200px;
    margin: 0 auto;
	padding: 50px;
	background: url(img/bg-09-2.jpg);
	/*background-color: rgba(255,255,255,0.85);*/
	border: 4px solid #c6ad61;
    border-image: linear-gradient(to right, #c6ad61 30%, #fffce9 50%, #c6ad61 100%);
    border-image-slice: 1;
	box-sizing: border-box;
}
.inner p {
	padding-bottom: 20px;
}
.inner ul li {
	padding-bottom: 20px;
}
.ttl-img {
	width: 40vw;
    margin: 3vw auto 5vw;
}
/***************************************
07.
***************************************/
.low-01 .inner .text-bar-70 .text-01 ,
.low-06 .inner .text-bar-70 .text-01-1{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.5em;
    padding: 50px 0;
}
.low-01 .inner .text-bar-70 .text-01::before,
.low-06 .inner .text-bar-70 .text-01-1::before{
	content: "";
	display: inline-block;
	background: url("img/flower-28.png");
	transform: scale(-1, 1);
	background-size: contain;
    width: 58px;
    height: 49px;
	margin-right: 20px;
}
.low-01 .inner .text-bar-70 .text-01::after,
.low-06 .inner .text-bar-70 .text-01-1::after{
	content: "";
	display: inline-block;
	background: url("img/flower-28.png");
	background-size: contain;
    width: 58px;
    height: 49px;
	margin-left: 20px;
}
.low-01 .inner .text-bar-70 .text-02 {
	color: #ef205e;
}
.low-01 .inner .text-bar-70 p.text-02 {
	padding-bottom: 0;
}
.low-01 .inner .text-bar-70 .text-03 {
	font-size: 2rem;
	line-height: 1em;
	padding-bottom: 30px;
}

.low-01 .evidence-area ul {
	display: flex;
	justify-content: center;
	width: 100%;
	margin: 0 auto;
}
.low-01 .evidence-area ul li {
	width: 33%;
}
.low-01 .year11-area {
	width: 80%;
	margin: 30px auto;
}
/***************************************
08.
***************************************/
.entry-info-02 {
	width: 100%;
    margin: 80px auto;
    padding: 6px 0;
    background: rgb(198,173,97);
    background: linear-gradient(
90deg
, rgba(198,173,97,1) 0%, rgba(255,252,233,1) 50%, rgba(198,173,97,1) 100%);
}

.entry-info-02 .inner-box {
	border-top: 20px solid #c6ad61;
    border-bottom: 20px solid #c6ad61;
    border-image: linear-gradient(to right, #c6ad61 30%, #fffce9 50%, #c6ad61 100%);
    border-image-slice: 1;
    background-color: #a7e1f8;
    background: linear-gradient( 
90deg
 , rgb(69, 134, 228) 0%, rgb(222, 245, 249) 50%, rgb(69, 134, 228) 100%);
}
.entry-info-02 .inner-box .text-box-01 {
	text-align: center;
	width: 90%;
	margin: 30px auto;
}
.entry-info-02 .inner-box .text-box-01 .text-01 {
	font-size: 3rem;
    line-height: 1.15em;
    color: #0072ff;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", 'Noto Serif JP', serif;
}
.entry-info-02 .inner-box .text-box-01 .text-02 {
    font-size: 4rem;
    color: #ff0153;
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
    padding: 35px;
    margin-bottom: 10px;
}

.entry-info-02 .inner-box .text-box-01 .text-04 span {
	
}
.entry-info-02 .inner-box .text-box-02 {
	color: #0371d2;
	font-size: 1.25em;
	padding-bottom: 30px;
}
.f-btn {
	background: none;
    width: 40%;
    padding: 20px;
    position: fixed;
    bottom: 0;
    right: 0;
    box-sizing: border-box;
}
.low-01 .l-text {
	text-align: center;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.25em;
}

/***************************************
09.
***************************************/
.schedule-area .ttl {
	font-size: 1.5rem;
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
    padding: 20px;font-weight: bold;
	text-align: center;
	margin: 30px 10%;
	color: #ff0153;
}
.schedule-area .ttl p {
	padding-bottom: 0;
}
.schedule-area table {
	border-collapse: collapse;
    font-size: 24px;
    line-height: 27px;
    border: solid 2px #AAAAAA;
    margin: -2px auto 40px;
    width: 80%;
	background-color: #fff;
}
.schedule-area table thead {
	background-color: #6fc9fd;
	font-weight: bold;
	color: #fff;
}
.schedule-area table thead th {
	width: 25%;
    font-weight: normal;
    text-align: center;
    vertical-align: top;
    border-right: solid 1px #BBBBBB;
    border-bottom: solid 1px #BBBBBB;
    padding: 10px;
}
.schedule-area table thead tr {
	
}
.schedule-area table tbody{
	
}
.schedule-area table tbody td {
	width: 25%;
    border-right: solid 1px #BBBBBB;
    border-bottom: solid 1px #BBBBBB;
    padding: 30px 10px;
    vertical-align: baseline;
    text-align: center;
}
.schedule-area table tbody tr:nth-child(even){
	background-color: #d9ecf7;
}
.schedule-area .capacity .cap-text{
	text-decoration: line-through;
}
/***************************************
09.
***************************************/
.low-02 .inner .change-area,
.low-09 .inner .change-area {
	text-align: center;
    font-size: 2rem;
    font-weight: bold;
}
.low-02 .inner .change-area .text-01,
.low-09 .inner .change-area .text-01 {
	color: #000;
	line-height: 1.25em;
}
.low-02 .inner .change-area .text-02,
.low-09 .inner .change-area .text-02 {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ff0153;
	font-size: 1.4em;
	font-weight: bold;
    padding-bottom: 50px;
}
.low-02 .inner .change-area .text-02::before,
.low-09 .inner .change-area .text-02::before {
	content: "";
	display: inline-block;
	background: url("img/bg-hana-08.png")no-repeat;
	background-size: contain;
    width: 90px;
    height: 78px;
	margin-right: 20px;
}
.low-02 .inner .change-area .text-02::after,
.low-09 .inner .change-area .text-02::after {
	content: "";
	display: inline-block;
	background: url("img/bg-hana-08.png")no-repeat;
	transform: scale(-1, 1);
	background-size: contain;
    width: 90px;
    height: 78px;
	margin-left: 20px;
}
.low-02 .inner .voice-area-01,
.low-09 .inner .voice-area-01{
	margin-top: 30px;
}
.low-02 .inner .voice-area-01 .voice-box-01,
.low-09 .inner .voice-area-01 .voice-box-01{
	background-color: #fff;
    box-shadow: 2px 2px 4px #b7b7b7;
    margin-bottom: 80px;
    padding: 10px 30px;
	
}
.low-02 .inner .voice-area-01 .ttl-area,
.low-09 .inner .voice-area-01 .ttl-area{
	width: 50%;
	margin-top: -50px;
	margin-left: -10%;
}
.low-02 .inner .voice-area-01 .head-area,
.low-09 .inner .voice-area-01 .head-area{
	display: flex;
	align-items: center;
}
.low-02 .inner .voice-area-01 .img-area,
.low-09 .inner .voice-area-01 .img-area{
	width: 25%;
	padding-bottom: 10px;
}
.low-02 .inner .voice-area-01 .img-area p,
.low-09 .inner .voice-area-01 .img-area p{
	font-size: 1.25rem;
	font-weight: bold;
	text-align: center;
}
.low-02 .inner .voice-area-01 .img-area p span,
.low-09 .inner .voice-area-01 .img-area p span{
	font-size: 0.875rem;
	font-weight: normal;
}
.low-02 .inner .voice-area-01 .head-area .text-area 
.low-09 .inner .voice-area-01 .head-area .text-area{
	color: #ff0152;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.5em;
}
.low-02 .inner .voice-area-01 .text-area,
.low-09 .inner .voice-area-01 .text-area{
	width: 70%;
	box-sizing: border-box;
	color: #ff0152;
    font-size: 1.75rem;
    font-weight: bold;
    line-height: 1.25em;
    padding-left: 20px;
}
.low-02 .inner .voice-area-01 .bottom,
.low-09 .inner .voice-area-01 .bottom{
	font-size: 1.25rem;
	line-height: 1.75em;
}
.low-02 .inner .voice-area-01 .footer,
.low-09 .inner .voice-area-01 .footer{
	font-size: 0.75em;
}
.low-02 .text-01-2 {
	text-align: center;
	font-size: 1.5em;
	line-height: 1.5em;
	font-weight: bold;
}
.low-02 .text-01-2 span {
	color: #f66400;
}
.low-02 .img-area-02 {
	width: 100%;
	margin: 0 auto 30px;
}
.low-02 .text-03 .text-bg {
	background-color: #ff0152;
    padding: 0.2em 0.5em;
    color: #fff;
    border-radius: 5px;
	display: inline-block;
    margin-right: 5px;
}

.low-02 .text-04 {
    font-size: 1.5em;
    text-align: center;
	font-weight: bold;
    line-height: 1.5em;
	color: #ff01cf;;
}
    
/***************************************
09.
***************************************/
.low-03 .inner .text-bar .text-01 {
	font-size: 3rem;
    line-height: 1.25em;
    text-align: center;
    font-weight: bold;
	display: flex;
	justify-content: center;
}
.low-03 .inner .text-bar .text-01::before {
	content: "";
	display: inline-block;
	background: url("img/flower-22.png");
	background-size: cover;
	width: 105px;
	height: 225px;
	margin-right: 20px;
}
.low-03 .inner .text-bar .text-01::after {
	content: "";
	display: inline-block;
	background: url("img/flower-21.png");
	background-size: cover;
	width: 130px;
	height: 225px;
	margin-left: 20px;
}
.low-03 .inner .text-bar .text-02 {
	font-size: 2rem;
    line-height: 2.5em;
    text-align: center;
    font-weight: bold;
}
.low-03 .inner .text-bar .text-02 .text-02-1 {
	background-color: #ff0153;
	color: #fff;
	padding: 0.5em;
}
.low-03 .inner .text-bar .text-02 .text-02-2 {
	color: #ff0153;
	font-size: 1.5em;
}
.low-03 .inner .allow-area {
	width: 50%;
    margin: 20px auto;
} 
.low-03 .inner .btn-area {
	width: 80%;
	margin: 0 auto;
}
.low-03 .present-area .box-01 {
	margin: 80px 30px;
	background-color: #fff;
    box-shadow: 2px 2px 4px #b7b7b7;
	position: relative;
	padding: 30px;
    box-sizing: border-box;
}
.low-03 .present-area .box-01::before,
.low-03 .present-area .box-01::after{
	content:"";
    position: absolute;
    z-index: -1;/*影を下の層に持っていく*/
    bottom: 10px;
    display: block;
    width: 50%;
    height: 50%;
    box-shadow: 0 10px 5px #5d5d5d;
}
.low-03 .present-area .box-01::before{
	left: 5px;
    transform:rotate(-3deg);
}
.low-03 .present-area .box-01::after{
	right: 5px;
    transform:rotate(3deg);
}
.low-03 .present-area .tti-img {
	width: 40%;
    margin-top: -50px;
    margin-left: -7%;
}
.low-03 .present-area .ttl-area {
	font-size: 2rem;
    font-weight: bold;
    padding-top: 10px;
	line-height: 1.5em;
}
.low-03 .present-area .ttl-area span {
	color: #ff0153;
	font-size: 1.25em;
}
.low-03 .present-area .contents-area {
	display: flex;
}
.low-03 .present-area .text-area {
	width: 70%;
    padding-right: 20px;
    box-sizing: border-box;
}
.low-03 .present-area .img-area {
	width: 30%;
    margin: 0 auto;
}
.low-03 .present-area .hosoku {
	font-size: 0.7em;
}

/***************************************
09.
***************************************/
.inner-box-shadow {
	background-color: #fff;
    box-shadow: 2px 2px 4px #b7b7b7;
	padding: 30px;
	box-sizing: border-box;
}
.low-04 .inner .text-01 {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", 'Noto Serif JP', serif;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    padding-top: 50px;
}
.low-04 .inner .text-01 span {
	font-size: 0.8em;
}
.low-04 .inner .img-area {
	width: 80%;
    margin: 50px auto;
}
.low-04 .inner .img-area-02,
.low-04-2 .inner .img-area-02{
	width: 80%;
    margin: 30px auto;
    box-shadow: 2px 2px 4px #b7b7b7;
}
.low-04 .inner .text-01-2 {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", 'Noto Serif JP', serif;
    text-align: center;
    font-weight: bold;
}
.low-04 .list-area ul {
	padding-left: 2em;
}
.low-04 .list-area ul li {
	list-style: disc;
	list-style-position: outside;
}
.low-04 .ttl-img {
	background-color: #b2d7fb;
    padding: 2em;
    box-sizing: border-box;
}
/***************************************
09.
***************************************/
.low-05 .inner .text-bar-50 .text-01{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ff0153;
	font-size: 2.5rem;
	line-height: 1.25em;
	font-weight: bold;
}

.low-05 .inner .text-bar-50 .text-01::before {
	content: "";
	display: inline-block;
	background: url("img/flower-12.png")no-repeat;
	background-size: cover;
	width: 100px;
	height: 160px;
	margin-right: 20px;
}
.low-05 .inner .text-bar-50 .text-01::after {
	content: "";
	display: inline-block;
	background: url("img/flower-12.png")no-repeat;
	background-size: cover;
	transform: scale(-1, 1);
	width: 100px;
	height: 160px;
	margin-left: 20px;
}

.low-05 .inner .list-area-01{
	background-color: #fff;
    padding: 40px;
    border: 20px solid #f5dadb;
    width: 80%;
	font-size: 1.5rem;
    margin: 50px auto;
}
.low-05 .inner .list-area-01 ul{
	padding: 0 30px 30px;
}
.low-05 .inner .list-area-01 ul li{
	padding: 20px 0;
    border-bottom: 1px dashed #666;
	margin-left: 1.5em;
    text-indent: -3.2em;
}
.low-05 .inner .list-area-01 ul li::before{
	content: "";
    display: inline-block;
    background: url("img/flower-10.png")no-repeat;
    background-size: contain;
	vertical-align: middle;
    width: 70px;
    height: 50px;
    margin-right: 10px;
}
.low-05 .inner .text-01 {
	width: 90%;
	margin: 0 auto;
	font-size: 1.1rem;
	line-height: 1.5em;
	text-align: center;
	font-weight: bold;
    padding-top: 20px;
}
.low-05 .inner .text-02 {
	text-align: center;
    font-weight: bold;
    font-size: 1.75rem;
    padding: 50px 0;
    color: #fe1493;
}
.low-05 .inner .text-03 p{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ff0153;
	font-size: 3rem;
	font-weight: bold;
}
.low-05 .inner .text-03 p::before {
	content: "";
	display: inline-block;
	background: url("img/bg-hana-04-2.png")no-repeat;
	background-size: cover;
	width: 120px;
	height: 140px;
	margin-right: 20px;
}
.low-05 .inner .text-03 p::after {
	content: "";
	display: inline-block;
	background: url("img/bg-hana-04.png")no-repeat;
	background-size: cover;
	width: 120px;
	height: 130px;
	margin-left: 20px;
}
.low-05 .inner .text-04 {
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5em;
}
.low-05 .inner .text-04 span {
	color: #ff0153;
}
.low-05 .inner .list-area-02,
.low-13 .inner .text-02,
.low-04-2 .inner .text-03{
	background-color: #fff;
    padding: 40px;
    border: 15px solid #f5dadb;
    width: 90%;
    font-size: 1.5rem;
    margin: 0 auto 50px;
	box-sizing: border-box;
}
.low-05 .inner .list-area-02 ul,
.low-13 .inner .text-02 ul,
.low-04-2 .inner .text-03 ul{
	padding: 0 30px 30px;
}
.low-05 .inner .list-area-02 ul li,
.low-13 .inner .text-02 ul li,
.low-04-2 .inner .text-03 ul li{
	padding: 20px 0;
    border-bottom: 1px dashed #666;
	margin-left: 1.5em;
    text-indent: -1.5em;
}
.low-05 .inner .list-area-02 ul li::before,
.low-13 .inner .text-02 ul li::before,
.low-04-2 .inner .text-03 ul li::before{
	content: "";
    display: inline-block;
    background: url("img/check.png")no-repeat;
    background-size: contain;
	vertical-align: middle;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.low-05 .inner .inner-02 .img-area {
	width: 60%;
	margin: 50px auto;
}
.low-05 .text-05 {
	font-weight: bold;
	text-align: center;
    font-size: 3rem;
    line-height: 1.15em;
    color: #0072ff;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "Times New Roman", 'Noto Serif JP', serif;
	padding-top: 50px;
}
.low-05 .text-06 {
    font-size: 4rem;
	font-weight: bold;
	text-align: center;
    color: #ff0153;
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
    padding: 35px;
    margin-bottom: 10px;
}
.low-05 .text-07 {
	font-weight: bold;
	text-align: center;
	padding-bottom: 30px;
	font-size: 2rem;
}

.low-05-1 .low-inner01 {
	width: 80%;
	margin: 0 auto;
	font-size: 1.15rem;
    line-height: 1.5em;
}
/***************************************
09.
***************************************/

.low-06 .inner .flow-area{
	display: flex;
	justify-content: space-around;
	padding: 50px 0;
}
.low-06 .inner .flow-area .flow-box{
	width: 28%;
}
.low-06 .inner .flow-area .img-area-02 {
	width: 4%;
    margin-top: 50px;
}

.low-06 .inner .flow-area .flow-box .text-area{
	/*font-size: 1.25rem;*/
	padding-top: 10px;
}

.low-06 .inner .text-bar-30 {
	font-size: 2rem;
	font-weight: bold;
    color: #ff0153;
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
    padding: 35px;
    margin-bottom: 10px;
	text-align: center;
    line-height: 1.25em;
}
.low-06 .inner .text-bar-30 p {
	padding-bottom: 0;
}

.low-06 .inner .application-area .box-01 {
	padding: 20px 0 30px;
}
.low-06 .inner .application-area .box-01 .text-01 {
	color: #3295ec;
    font-weight: bold;
    font-size: 2rem;
}
.low-06 .inner .application-area .box-01 .text-02 {
	font-weight: bold;
	font-size: 1.25rem;
}
.low-06 .inner .application-area .box-01 .text-02 span {
	font-size: 1.5em;
}
.low-06 .inner .detail-area .ttl-area,
.low-14 .inner .ttl-area {
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
    padding: 35px;
    margin-bottom: 10px;
}
.low-06 .inner .detail-area .ttl-area p,
.low-14 .inner .ttl-area p{
	padding-bottom: 0;
}
.low-06 .inner .detail-area .ttl-area span,
.low-14 .inner .ttl-area span{
	color: #046bd8;
}
.low-06 .inner .detail-area .text-01 {
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
    line-height: 1.5em;
}
.low-06 .inner .detail-area .text-01 span {
    color: #ff0153;
}
.low-06 .inner .detail-area .text-bar-70 .text-01-2 {
	text-align: center;
	font-weight: bold;
	font-size: 3.88rem;
	line-height:  1.5em;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 50px;
}
.low-06 .inner .detail-area .img-area {
	width: 80%;
    margin: 30px auto;
}
.low-14 .inner .text-02,
.low-04 .inner .text-02{
	background-color: #fff;
    padding: 40px;
    border: 15px solid #b2d7fb;;
    width: 90%;
    font-size: 1.5rem;
    margin: 50px auto;
	box-sizing: border-box;
}
.low-14 .inner .text-02 ul,
.low-04 .inner  .text-02{
	padding: 0 30px 30px;
}
.low-14 .inner .text-02 ul li,
.low-04 .inner .text-02 ul li{
	padding: 20px 0;
    border-bottom: 1px dashed #666;
    margin-left: 1.5em;
    text-indent: -1.5em;
}
.low-14 .inner .text-02 ul li::before,
.low-04 .inner .text-02 ul li::before{
	content: "";
    display: inline-block;
    background: url(img/check-02.png)no-repeat;
    background-size: contain;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.low-06 .inner .text-bar-70 .text-01::before {
	content: "";
	display: inline-block;
	background: url("img/flower-28.png");
	transform: scale(-1, 1);
	background-size: cover;
	width: 115px;
	height: 99px;
	margin-right: 20px;
}
.low-06 .inner .text-bar-70 .text-01::after {
	content: "";
	display: inline-block;
	background: url("img/flower-28.png");
	background-size: cover;
	width: 115px;
	height: 99px;
	margin-left: 20px;
}
.low-06 .inner .text-bar-70 .text-02-2 {
    color: #ef205e;
}
.low-06 .tokuten-area {
	width: 60%;
	margin: 30px auto 100px;
}
.low-06 .inner .detail-area .text-03 {
	text-align: center;
    font-size: 2rem;
    font-weight: bold;
}

.low-06 .btn-area {
	width: 80%;
    margin: 50px auto;
}

/***************************************
09.
***************************************/
.low-07 .inner .img-area {
    width: 30%;
    margin: 50px auto;
}
.low-07 .inner .text-01 {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 50px;
	font-size: 3rem;
    font-weight: bold;
}
.low-07 .inner .text-01 p {
	padding-bottom: 0;
}
.low-07 .inner .text-01::before {
	content: "";
	display: inline-block;
	background: url("img/flower-28.png")no-repeat;
	transform: scale(-1, 1);
	background-size: contain;
	width: 58px;
    height: 49px;
	margin-right: 20px;
}
.low-07 .inner .text-01::after {
	content: "";
    display: inline-block;
    background: url(img/flower-28.png)no-repeat;
    background-size: contain;
    width: 58px;
    height: 49px;
    margin-left: 20px;
}
.low-07 .inner .text-02 .text-02-1 {
	text-align: center;
    font-weight: bold;
    font-size: 1.5rem;
    color: #ef1f5d;
}
.low-07 .inner .text-02 .text-02-2 {
	text-align: center;
    font-weight: bold;
    font-size: 2rem;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "Times New Roman", 'Noto Serif JP', serif;
}
.low-07 .inner .text-02 .text-02-2 span {
	font-size: 1rem;
    display: block;
    padding-top: 5px;
}
.low-07 .inner .movie-area {
	text-align: center;
}
/*プロフィール追加 20250811*/
.low-07 .inner .achievement {
	padding-top: 30px;
}
.low-07 .inner .achievement .text-01-2 {
	font-size: 1.25em;
	font-weight: bold;
	padding-bottom: 5px;
}
.low-07 .b-ttl {
    width: 80%;
    font-size: 24px;
    font-weight: bold;
    margin: 0 auto;
    padding-top: 50px;
}
.low-07 .b-ttl p {
    align-items: center;
    display: flex;
}
.low-07 .b-ttl p::before,
.low-07 .b-ttl p::after {
    background-color: #ec75b6;
    content: "";
    flex-grow: 1;
    height: 2px;
}
.low-07 .b-ttl p::before {
    margin-right: 15px;
}
.low-07 .b-ttl p::after {
    margin-left: 15px;
}
.low-07 .ttl-2 {
    text-align: center;
    padding: 70px 0 40px;
}
.low-07 .ttl-2 p{
    display: inline-block;
    padding-bottom: 5px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    border-bottom: 2px solid #eb408d;
}
.achievement ul {
    width: 80%;
    margin: 0 auto;
    padding-left: 50px;
    list-style-type: disc;
    list-style-position: outside;
}

.low-07 .inner .text-03-1 {
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
    padding: 2em 0;
    color: #ef205d;
	line-height: 1.5em;
}
.low-07 .inner .book_area {
    width: 80%;
    margin: 0 auto;
    padding: 50px 0;
}
.book_text {
	width: 80%;
    margin: 0 auto;
}
.book_text .book_text_inner{
	width: 60%;
    margin: 0 auto;
    padding: 50px 0;
}
.book_text p.text-01-2 {
	font-weight: bold;
	padding-bottom: 5px;
}
.book_text p.text-s {
	font-size: 0.8em;
	padding-left: 1em;
}
/*.book_text .text-02 {
	font-weight: bold;
    text-align: center;
    font-size: 1.5em;
    color: #fff;
    background: #e57daa;
    padding: 10px 0;
    margin: 70px 0 20px;
}*/
.book_text .text-02-2 {
	color: #eb418d;
    font-weight: bold;
    text-align: center;
    padding-top: 60px;
    font-size: 1.25em;
}


.book_text .text-02-3 {
	color: #eb418d;
    font-weight: bold;
    text-align: center;
    font-size: 1.25em;
	padding-top: 30px;
}
.book_text .link {
	text-align: center;
	text-decoration: underline;
}
.book_text .img-area-2 {
	
}
.book_text .img-area-3 {
	width: 60%;
	margin: 0 auto;
	padding-bottom: 80px;
}


/*youtube*/
.yt {
	position:relative;
	margin: 0 auto;
}
.yt_play {
	position: absolute;
	width: 100%;
}
.yt_play:hover {
	cursor:pointer;
}
.yt_play::before { /* YouTubeアイコン */
	position: absolute;
	background: url(img/yt_icon_mono_light.png);
	content: "";
	background-size: 100%;
	width: 70px;
	height: 50px;
	top: 50%;
	left: 50%;
	transform : translate(-50%,-50%);
	opacity: .90;
	transition:.5s;
}

.yt_play:hover::before { /* YouTubeアイコン */
	cursor: pointer;
	background-image:url(img/yt_icon_rgb.png);
}

/***************************************
09.
***************************************/
.low-09 .btn-area {
	width: 90%;
	margin: 0 auto;
}


/***************************************
09.
***************************************/
.low-10 .inner .text-bar-60 p,
.low-10 .inner .text-bar-50 p{
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 50px;
	font-size: 2.5rem;
    font-weight: bold;
}
.low-10 .inner .text-bar-60 p::before,
.low-10 .inner .text-bar-50 p::before{
	content: "";
	display: inline-block;
	background: url("img/flower-28.png");
	transform: scale(-1, 1);
	background-size: contain;
    width: 58px;
    height: 49px;
	margin-right: 20px;
}
.low-10 .inner .text-bar-60 p::after,
.low-10 .inner .text-bar-50 p::after{
	content: "";
	display: inline-block;
	background: url("img/flower-28.png");
	background-size: contain;
    width: 58px;
    height: 49px;
	margin-left: 20px;
}

.low-10 .inner .list-area {
	background-color: #fff;
    padding: 40px;
    border: 15px solid #d0f1f9;
    width: 90%;
    font-size: 1.5rem;
    margin: 50px auto;
	box-sizing: border-box;
}
.low-10 .inner .list-area ul {
	padding: 0 30px 30px;
}
.low-10 .inner .list-area ul li{
	padding: 20px 0;
    border-bottom: 1px dashed #666;
    margin-left: 1.5em;
    text-indent: -3.2em;
}
.low-10 .inner .list-area ul li::before {
	content: "";
    display: inline-block;
    background: url(img/check-02.png)no-repeat;
    background-size: contain;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.low-10 .inner .text-05 {
	font-size: 1.5rem;
    font-weight: bold;
    text-align: right;
}
.low-10 .inner .img-area {
	width: 80%;
    margin: 30px auto;
}
.entry-area-01 .inner {
	margin-bottom: 80px;
}
.low-10-1 .text-bar-40 p{
	display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.25em;
    text-align: center;
    /*background-color: rgba(255,255,255,0.7);;*/
    width: 80%;
    margin: 0 auto;
}
.low-10-1 .text-bar-40 p::before {
	content: "";
	display: inline-block;
	background: url("img/flower-22.png")no-repeat;
	
	background-size: cover;
	width: 140px;
	height: 300px;
	margin-right: 20px;
}
.low-10-1 .text-bar-40 p::after {
	content: "";
	display: inline-block;
	background: url("img/flower-21.png")no-repeat;
	background-size: cover;
	width: 170px;
	height: 300px;
	margin-left: 20px;
}
.low-10 .text-04 {
	text-align: center;
    font-weight: bold;
	color: #ff0153;
    font-size: 2rem;
	line-height: 1.5em;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "Times New Roman", 'Noto Serif JP', serif; 
}

/***************************************
0.low-11 
***************************************/

/***************************************
0.low-12
***************************************/
.low-12 .text-01 {
	padding-top: 50px;
}
.low-12 .text-01-2 {
	margin-bottom: 20px;
	text-align: center;
}
.low-12 .text-01 p {
	padding-bottom: 0;
}
.low-12 .img-area-01 {
	padding: 30px 0;
}

/***************************************
0.low-13
***************************************/
.low-13 .text-01 {
	text-align: center;
	font-weight: bold;
}
.low-13 .text-01 .text-01-1{
    padding: 0.3em 0.5em;
    font-size: 1.5em;
    line-height: 1.5em;
    color: #ff0152;
}
.low-13 .text-01 .text-01-2{
	background: #f9e449;
    padding: 0.3em 0.5em;
    font-size: 1.5em;
    line-height: 1.5em;
    color: #fa359f;
    display: inline-block;
}

/***************************************
09.low-14
***************************************/
.low-14 .tokuten-area {
	width: 40%;
	margin: 30px auto 0;
}
.low-14 .inner .text-05 {
	width: 80%;
    margin: 0 auto;
    font-size: 1.25rem;
    line-height: 1.5em;
    background-color: #fec1dc;
    padding: 20px;
    box-sizing: border-box;
}
.low-14 .inner .text-03 {
	text-align: center;
	font-weight: bold;
	font-size: 2em;
}
.low-14 .text-02-2 {
	text-align: center;
}
/***************************************
09.low-f
***************************************/
.low-f {
	background-color: #fff;
}
.low-f .img-area-01 {
	width: 70%;
	max-width: 950px;
	margin: 0 auto;
	padding: 30px 0;
}
/***************************************
10.フッター
***************************************/
footer {
    background-color: #6fc9fd;
    color: #fff;
    padding: 40px 0;
    font-size: 0.75em;
	border-top: 4px solid #c6ad61;
    border-image: linear-gradient(to right, #c6ad61 30%, #fffce9 50%, #c6ad61 100%);
    border-image-slice: 1;
    box-sizing: border-box;
}
footer a {
    color: #fff;
}
footer ul {
    width: 50%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding-bottom: 10px;
}
footer .copy {
	text-align: center;
}
footer .inner {
    width: 60%;
    margin: 0 auto;
    text-align: center;
}
#pagetop {
    position: fixed;
    bottom: 10px;
    right: 20px;
    float: right;
    width: 80px;
    height: 80px;
}
#pagetop img {
    width: 100%;
    height: auto;
}

/***************************************
11.レスポンシブ
***************************************/
@media screen and (min-width:1681px) {
    
}
@media screen and (max-width:1100px) {
	.low-02 .inner .voice-area-01 .head-area,
	.low-09 .inner .voice-area-01 .head-area{
		display: block;
	}
	.low-02 .inner .voice-area-01 .img-area,
	.low-09 .inner .voice-area-01 .img-area{
		width: 40%;
		margin: 0 auto;
	}
	.low-02 .inner .voice-area-01 .head-area .text-area,
	.low-09 .inner .voice-area-01 .head-area .text-area{
		width: 100%;
		color: #ff0152;
		font-size: 1.75rem;
		font-weight: bold;
		line-height: 1.25em;
	}
}
@media screen and (max-width:1400px) {
	.ttl-img {
			width: 60vw;
		}
	.entry-area-02 .text-07 {
			font-size: 1.25rem;
		}
	}
@media screen and (min-width:768px) and ( max-width:1023px) {
	.inner {
		width: 90%;
	}
	.low-05 .inner .list-area-02,
	.low-06 .inner .detail-area .text-02{
		width: 100%;
	}
}
@media screen and (max-width:767px) {

    img {
        width: 100%;
        margin: 0 auto;
    }
    .pc-only {
        display: none;
    }
    .sp-only {
        display: block;
    }
    section .inner {
        width: 90%;
        margin: 0 auto;
    }
	.low {
		padding: 15px 0;
	}
    .inner {
		width: 95%;
		max-width: 100%;
		margin: 0 auto;
		padding: 10px;
    }
	.emphas {
		font-size: 1.25em;
		margin: 30px auto 20px;
	}
	footer {
		padding: 40px 0 150px;
	}
    footer .inner {
        width: 90%;
    }
    footer ul {
        width: 80%;
    }
    .inner-box-shadow {
		padding: 10px;
	}
	.ttl-img {
    	width: 80vw;
	}
	#pagetop {
		position: fixed;
		bottom: 100px;
		right: 10px;
		float: right;
		width: 80px;
		height: 80px;
	}

    /*メインビジュアル*/
    .mv_area {
        
    }
	.mvArea-02 .mv_area {
		background: url("img/thanks-sp-mv-2-2.jpg") no-repeat center center/cover;
		height: 0;
        padding-top: calc(1080 / 1000 * 100%);
	}
	.mvArea-03 .mv_area {
		background: url("img/thanks-sp-mv-2.jpg") no-repeat center center/cover;
		height: 0;
        padding-top: calc(1250 / 1000 * 100%);
	}
	.mvArea-04 .mv_area {
		background: url("img/thanks-sp-mv-4.jpg") no-repeat center center/cover;
		height: 0;
        padding-top: calc(1250 / 1000 * 100%);
	}
	.mvArea-01-01 .mv_area {
		background: url("img/thanks-sp-mv01-01.jpg") no-repeat center center/cover;
		height: 0;
        padding-top: calc(1250 / 1000 * 100%);
	}
	.mvArea-02-2 .mv_area {
		background: url("img/thanks-sp-mv-2-2.jpg") no-repeat center center/cover;
		height: 0;
        padding-top: calc(1080 / 1000 * 100%);
	}
    /*Entry*/
	.entry-area-01 .bg-grad {
		padding: 0;
		border-top: 10px solid #c6ad61;
		border-bottom: 10px solid #c6ad61;
		border-image: linear-gradient(to right, #c6ad61 30%, #fffce9 50%, #c6ad61 100%);
		border-image-slice: 1;
	}
	.entry-area-01 .inner-03 .btn-bg-01 {
		background: url(img/entry-sp-bg-thanks-01.png)no-repeat center center/contain;
		height: 0;
		padding-top: calc(2187 / 1690 * 90%);
		border: none;
		width: 100%;
		position: relative;
		margin: 0 auto 30px;
	}
	/*.thanks-01 .entry-area-01 .inner-03 .btn-bg-01 {
		background: url(img/entry-bg-thanks-02.png)no-repeat center center/contain;
		height: 0;
		padding-top: calc(2006 / 1699 * 100%);
		border: none;
		width: 100%;
		position: relative;
		margin: 0 auto;
		filter: drop-shadow(0px 0px 30px #06055e);
	}*/
	.entry-area-01 .inner-03 .btn-bg-02 {
		background: url(img/entry-sp-bg.png)no-repeat center center/contain;
		height: 0;
		padding-top: calc(2187 / 1690 * 90%);
		border: none;
		width: 100%;
		position: relative;
		margin: 0 auto 30px;
	}
	.entry-area-01 .inner-03 {
		width: 90%;
	}
	.entry-area-02 .bg-grad {
		border-top: 10px solid #c6ad61;
		border-bottom: 10px solid #c6ad61;
		border-image: linear-gradient(to right, #c6ad61 30%, #fffce9 50%, #c6ad61 100%);
		border-image-slice: 1;
		background-color: #a7e1f8;
		background: linear-gradient( 
	90deg
	 , rgb(69, 134, 228) 0%, rgb(222, 245, 249) 50%, rgb(69, 134, 228) 100%);
	}
	.entry-area-02 .text-07 {
		font-size: 1rem;
		padding-bottom: 10px;
	}
	.entry-area-02 .inner-03 {
		width: 100%;
	}
	.entry-area-01 .evidence-area {
		width: 90%;
		margin: 0 auto;
		padding-right: 0;
	}
	.entry-area-01 .inner-03 .btn-area a {
		position: absolute;
		width: 70%;
		bottom: 5%;
		left: 16%;
	}
	.f-btn {
		background: rgba(255,255,255,0.8);
		width: 100%;
		padding: 20px;
		position: fixed;
		bottom: 0;
		box-sizing: border-box;
	}
    /*low-01*/
	.text-bar-70 {
		font-size: 2rem;
	}
	.low-01 .inner .text-bar-70 .text-01, .low-06 .inner .text-bar-70 .text-01-1 {
		padding-top: 0;
	}
	.low-01 .inner .text-bar-70 .text-01::before, .low-06 .inner .text-bar-70 .text-01-1::before {
		content: "";
		display: inline-block;
		background: url(img/flower-28.png);
		transform: scale(-1, 1);
		background-size: contain;
		width: 29px;
		height: 25px;
		margin-right: 20px;
	}
	.low-01 .inner .text-bar-70 .text-01::after, .low-06 .inner .text-bar-70 .text-01-1::after {
		content: "";
		display: inline-block;
		background: url(img/flower-28.png);
		background-size: contain;
		width: 29px;
		height: 25px;
		margin-left: 20px;
	}
	.low-01 .tokuten-area {
		width: 80%;
		margin: 30px auto 0;
	}
	.low-01 .evidence-area ul {
		display: block;
	}
	.low-01 .evidence-area ul li {
		width: 80%;
    	margin: 0 auto;
	}
	.low-01 .year11-area {
		width: 100%;
		margin: 20px auto;
	}
	.entry-info-02 {
		margin: 30px auto;
	}

	.low-01 .l-text {
		font-size: 1rem;
	}
	.schedule-area table {
		font-size: 18px;
		width: 100%;
	}
	.schedule-area {
		padding-bottom: 0px;
	}
    /*low-02*/
	.low-02 .inner .change-area, .low-09 .inner .change-area {
		font-size: 1.25rem;
	}
	.low-02 .inner .change-area .text-02, .low-09 .inner .change-area .text-02 {
		font-size: 1.2em;
		line-height: 1.25em;
	}
	.low-02 .inner .change-area .text-02::before, .low-09 .inner .change-area .text-02::before {
		content: "";
		display: inline-block;
		background: url(img/bg-hana-08.png)no-repeat;
		background-size: contain;
		width: 40px;
    	height: 35px;
		margin-right: 10px;
	}
	.low-02 .inner .change-area .text-02::after, .low-09 .inner .change-area .text-02::after {
		content: "";
		display: inline-block;
		background: url(img/bg-hana-08.png)no-repeat;
		background-size: contain;
		transform: scale(-1, 1);
		width: 40px;
    	height: 35px;
		margin-left: 10px;
	}
	.low-02 .inner .voice-area-01 .ttl-area,
	.low-09 .inner .voice-area-01 .ttl-area{
		width: 80%;
		margin-top: -30px;
		margin-left: -20%;
	}
	.low-02 .inner .voice-area-01 .voice-box-01,
	.low-09 .inner .voice-area-01 .voice-box-01{
		padding: 10px 15px;
		margin: 50px auto 0;
	}
	.low-02 .inner .voice-area-01 .head-area,
	.low-09 .inner .voice-area-01 .head-area{
		display: block;
	}
	.low-02 .inner .voice-area-01 .img-area,
	.low-09 .inner .voice-area-01 .img-area{
		width: 90%;
		margin: 0 auto;
		text-align: center;
	}
	.low-02 .inner .voice-area-01 .img-area img,
	.low-09 .inner .voice-area-01 .img-area img{
		width: 60%;
		margin: 0 auto;
	}
	.low-02 .inner .voice-area-01 .head-area .text-area,
	.low-09 .inner .voice-area-01 .head-area .text-area{
		font-size: 1.25rem;
	}
	.low-02 .inner .voice-area-01 .text-area,
	.low-09 .inner .voice-area-01 .text-area{
		width: 100%;
		padding-left: 0px;
		box-sizing: border-box;
	}
	.low-02 .inner .voice-area-01 .bottom ,
	.low-09 .inner .voice-area-01 .bottom{
		font-size: 1rem;
	}
	.low-02 .inner .text-01 {
		padding: 20px;
	}
	.low-02 .text-01-2 {
		text-align: left;
		font-size: 1.25em;
	}
	.low-02 .text-04 {
		font-size: 1.1rem;
	}
	.low-04-2 .emphas p {
		padding-bottom: 0;
	}
	.low-04-2 .inner .img-area-02 {
		margin: 0 auto 30px;
	}
	.low-04-2 .inner .text-03 {
		margin-bottom: 30px!important;
	}
    /*low-03*/
    .low-03 .inner .text-bar .text-01 {
		font-size: 1.25rem;
	}
	.low-03 .inner .text-bar .text-01::before {
		content: "";
		display: inline-block;
		background: url(img/flower-22.png)no-repeat;
		background-size: contain;
		width: 50px;
		height: 85px;
		margin-right: 5px;
	}
	.low-03 .inner .text-bar .text-01::after {
		content: "";
		display: inline-block;
		background: url(img/flower-21.png)no-repeat;
		background-size: contain;
		width: 50px;
		height: 85px;
		margin-left: 20px;
	}
	.low-03 .inner .text-bar .text-02 {
		font-size: 1rem;
		line-height: 1.25em;
	}
	.low-03 .inner .text-bar .text-02 .text-02-1 {
		line-height: 2.5em;
	}
	.low-03 .inner .text-bar .text-02 .text-02-2 {
		font-size: 1.5em;
		padding-top: 10px;
    	display: inline-block;
	}
	.low-03 .inner .allow-area {
		margin: 0px auto 10px;
	}
	.low-03 .inner .btn-area {
		width: 100%;
		margin: 0 auto;
	}
	.low-03 .present-area .box-01 {
		margin: 80px 0 0;
		padding: 20px;
	}
	.low-03 .present-area .tti-img {
		width: 90%;
		margin-top: -70px;
		margin-left: -20%;
	}
	.low-03 .present-area .ttl-area {
		font-size: 1.5rem;
	}
	.low-03 .present-area .ttl-area span {
		font-size: 1.1em;
		line-height: 1.25em;
	}
	.low-03 .present-area .img-area {
		width: 50%;
		margin: 0 auto;
	}
	.low-03 .present-area .contents-area {
		display: block;
	}
	.low-03 .present-area .text-area {
		width: 100%;
	}
	/*low-04*/
	.low-04 .inner .text-01 {
		font-size: 1.5rem;
		padding-top: 20px;
	}
	.low-04 .inner .img-area {
		width: 80%;
		margin: 20px auto;
	}
	.low-14 .inner .text-02, .low-04 .inner .text-02 {
		padding: 0 15px;
		border: 10px solid #b2d7fb;
		width: 100%;
		font-size: 1.1rem;
		margin: 20px auto;
		box-sizing: border-box;
	}
	.low-14 .inner .text-02 ul li::before,
	.low-04 .inner .text-02 ul li::before{
		content: "";
		display: inline-block;
		background: url(img/check-02.png)no-repeat;
		background-size: contain;
		vertical-align: middle;
		width: 15px;
		height: 15px;
		margin-right: 10px;
	}
	.low-05 .inner .list-area-02 ul li::before, 
	.low-13 .inner .text-02 ul li::before,
	.low-04 .inner .text-03 ul li::before,
	.low-04-2 .inner .text-03 ul li::before {
		content: "";
		display: inline-block;
		background: url(img/check.png)no-repeat;
		background-size: contain;
		vertical-align: middle;
		width: 15px;
		height: 15px;
		margin-right: 10px;
	}
	.low-05 .inner .list-area-02, 
	.low-13 .inner .text-02, 
	.low-04 .inner .text-03,
	.low-04-2 .inner .text-03{
		padding: 0 15px;
		border: 10px solid #f5dadb;
		width: 100%;
		font-size: 1.1rem;
		margin: 0 auto;
	}
	.low-05 .inner .list-area-02 ul, 
	.low-13 .inner .text-02 ul,
	.low-04 .inner .text-03 ul,
	.low-04-2 .inner .text-03 ul{
		padding: 0 0 30px;
	}
	.low-04 .inner .img-area-02 {
		width: 80%;
		border: 10px solid #fff;
	}
	.low-14 .inner .text-02, .low-04 .inner .text-02 {
		padding: 0 0 30px;
	}
	.low-14 .inner .text-02 ul, .low-04 .inner .text-02 ul {
		padding: 0 15px;
	}
	/*low-05*/
	.low-05 .inner .text-bar-50 .text-01 {
		font-size: 1.75rem;
		align-items: flex-start;
	}
	.low-05 .inner .text-bar-50 .text-01::before {
		content: "";
		display: inline-block;
		background: url(img/flower-12.png)no-repeat;
		background-size: cover;
		width: 65px;
		height: 50px;
		margin-right: 5px;
	}
	.low-05 .inner .text-bar-50 .text-01::after {
		content: "";
		display: inline-block;
		background: url(img/flower-12.png)no-repeat;
		background-size: cover;
		transform: scale(-1, 1);
		width: 65px;
		height: 50px;
		margin-left: 5px;
	}
	.low-05 .inner .list-area-01 {
		border: 10px solid #f5dadb;
		box-sizing: border-box;
		width: 100%;
		padding: 10px;
		font-size: 1.25rem;
		margin: 0 auto;
	}
	.low-05 .inner .list-area-01 ul {
		padding: 0 10px 30px;
	}
	.low-05 .inner .list-area-01 ul li::before {
		content: "";
		display: block;
		background: url(img/flower-10.png)no-repeat;
		background-size: contain;
		vertical-align: middle;
		width: 50px;
		height: 40px;
		margin: 0 auto;
	}
	.low-05 .inner .list-area-01 ul li {
		margin-left: 0em;
		text-indent: 0em;
	}
	.low-05 .inner .text-03 p {
		font-size: 1.5rem;
	}
	.low-05 .inner .text-03 p::before {
		content: "";
		display: inline-block;
		background: url(img/bg-hana-04-2.png)no-repeat;
		background-size: cover;
		width: 90px;
		height: 70px;
		margin-right: 5px;
	}
	.low-05 .inner .text-03 p::after {
		content: "";
		display: inline-block;
		background: url(img/bg-hana-04.png)no-repeat;
		background-size: cover;
		width: 100px;
		height: 70px;
		margin-left: 5px;
	}
	.low-05 .inner .text-04 {
		font-size: 1.25rem;
	}
	.low-05 .text-07 {
		font-size: 1.25rem;
		padding-bottom: 0;
	}
	.low-05 .inner .text-02 {
		font-size: 1rem;
		line-height: 1.25em;
		padding: 10px 0;
	}
	.low-05 .inner .list-area-02 {
		background-color: #fff;
		padding: 10px;
		border: 10px solid #f5dadb;
		width: 100%;
		font-size: 1.15rem;
		margin: 0 auto 50px;
		box-sizing: border-box;
	}
	.low-05 .inner .list-area-02 ul {
		padding: 0 0 30px;
	}
	.low-05 .inner .list-area-02 ul li {
		padding: 20px 0;
		border-bottom: 1px dashed #666;
		margin-left: 1.5em;
		text-indent: -1.8em;
	}
	.low-05 .inner .list-area-02 ul li::before {
		content: "";
		display: inline-block;
		background: url(img/check.png)no-repeat;
		background-size: contain;
		vertical-align: middle;
		width: 20px;
		height: 20px;
		margin-right: 10px;
	}
	.low-05 .inner .inner-02 .img-area {
		width: 80%;
		margin: 30px auto;
	}
	.low-05-1 .low-inner01 {
		width: 100%;
		margin: 0 auto;
	}
	/*low-06*/
	.low-06 .inner .text-bar-30 {
		font-size: 1.5rem;
		padding: 15px;
	}
	.low-06 .inner .application-area .box-01 .text-01 {
		font-size: 1.5rem;
		line-height: 1.25em;
	}
	.low-06 .inner .application-area .box-01 .text-02 {
		font-size: 1.1rem;
	}
	.low-06 .inner .flow-area {
		display: block;
		padding: 0px;
	}
	.low-06 .inner .flow-area .flow-box {
		width: 90%;
		margin: 0 auto;
	}
	.low-06 .inner .flow-area .img-area-02 {
		width: 15%;
		margin: 5px auto 15px;
		transform: rotate(90deg);
	}
	.low-06 .inner .detail-area .text-01 {
		font-size: 1.5rem;
	}
	.low-06 .inner .detail-area .ttl-area {
		font-size: 1.5rem;
		line-height: 1.25em;
		padding: 20px;
	}
	.low-06 .inner .detail-area .text-02 {
		padding: 10px;
		border: 10px solid #b2d7fb;
		width: 100%;
		font-size: 1.15rem;
		margin: 50px auto;
		box-sizing: border-box;
	}
	.low-06 .inner .detail-area .text-02 ul {
		padding: 0 10px 30px;
	}
	.low-06 .inner .detail-area .text-02 ul li {
		padding: 20px 0;
		border-bottom: 1px dashed #666;
		margin-left: 1.5em;
		text-indent: -1.8em;
	}
	.low-06 .inner .detail-area .text-02 ul li::before {
		content: "";
		display: inline-block;
		background: url(img/check-02.png)no-repeat;
		background-size: contain;
		vertical-align: middle;
		width: 20px;
		height: 20px;
		margin-right: 10px;
	}
	.low-06 .inner .detail-area .text-03 {
		text-align: center;
		font-size: 1.5rem;
		font-weight: bold;
	}
	.low-06 .inner .detail-area .img-area {
		width: 100%;
	}
	.text-bar-70 {
		font-size: 1.75rem;
		line-height: 1.25em;
	}
	.low-06 .tokuten-area {
		width: 90%;
		margin: 30px auto;
	}
	.low-06 .inner .detail-area .text-05 {
		font-size: 1rem;
		width: 90%;
	}
	.low-06 .btn-area {
		width: 100%;
		margin: 50px auto 20px;
	}
	.low-06 .inner .detail-area .ttl-area, .low-14 .inner .ttl-area {
		font-size: 1.5rem;
		padding: 20px;
		margin-bottom: 10px;
	}
	/*low-07*/
	.low-07 .inner .text-02 .text-02-1 {
		font-size: 1.5rem;
	}
	.low-07 .inner .text-01 {
		padding-top: 10px;
		font-size: 1.5rem;
	}
	.low-07 .inner .text-01::before {
		content: "";
		display: inline-block;
		background: url(img/flower-28.png);
		transform: scale(-1, 1);
		background-size: contain;
		width: 29px;
		height: 25px;
		margin-right: 5px;
	}
	.low-07 .inner .text-01::after {
		content: "";
		display: inline-block;
		background: url(img/flower-28.png);
		background-size: contain;
		width: 29px;
		height: 25px;
		margin-left: 5px;
	}
	.low-07 .inner .img-area {
		width: 60%;
		margin: 50px auto;
	}
	
	.low-07 .inner .text-02 .text-02-3 {
		font-size: 1.25rem;
	}
	.achievement ul {
		padding-left: 10px;
	}
	.book_text {
		width: 90%;
		margin: 0 auto;
	}
	.book_text .text-02 {
		font-size: 1.3em;
	}
    .book_text .book_text_inner {
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }
	.entry-area-01 .inner-03 {
		width: 100%;
	}

	.low-10 .inner .list-area {
		background-color: #fff;
		padding: 20px;
		border: 10px solid #d0f1f9;
		width: 100%;
		font-size: 1.1rem;
		margin: 20px auto;
		box-sizing: border-box;
	}
	.low-10 .inner .list-area ul li::before {
		content: "";
		display: inline-block;
		background: url(img/check-02.png)no-repeat;
		background-size: contain;
		vertical-align: middle;
		width: 20px;
		height: 20px;
		margin-right: 10px;
	}
	.low-10 .inner .list-area ul li {
		padding: 10px 0;
		border-bottom: 1px dashed #666;
		margin-left: 1.5em;
		text-indent: -1.8em;
	}
	.low-10 .inner .list-area ul {
		padding: 0 0 30px;
	}
	.low-10 .inner .text-bar-60 p, .low-10 .inner .text-bar-50 p {
		padding-top: 20px;
		font-size: 1.5rem;
	}
	.low-10 .inner .text-bar-60 p::before, .low-10 .inner .text-bar-50 p::before {
		content: "";
		display: inline-block;
		background: url(img/flower-28.png)no-repeat;
		transform: scale(-1, 1);
		background-size: contain;
		width: 29px;
    	height: 25px;
		margin-right: 5px;
	}
	.low-10 .inner .text-bar-60 p::after, .low-10 .inner .text-bar-50 p::after {
		content: "";
		display: inline-block;
		background: url(img/flower-28.png)no-repeat;
		background-size: contain;
		width: 29px;
	 	height: 25px;
		margin-left: 5px;
	}
	.low-10-1 .text-bar-40 p {
		width: 90%;
		padding: 10px;
		font-size: 1.5rem;
		line-height: 1.25em;
		box-sizing: border-box;
		margin-top: 30px;
	}
	.low-10-1 .text-bar-40 p::before {
		content: "";
		display: inline-block;
		background: url(img/flower-22.png)no-repeat;
		background-size: contain;
		width: 65px;
		height: 150px;
		margin-right: 5px;
	}
	.low-10-1 .text-bar-40 p::after {
		content: "";
		display: inline-block;
		background: url(img/flower-21.png)no-repeat;
		background-size: contain;
		width: 70px;
		height: 150px;
		margin-left: 5px;
	}
	.low-10 .inner .img-area {
		width: 100%;
		margin: 30px auto;
	}
	.low-10 .text-04 {
		font-size: 1.5rem;
	}
	.low-14 .inner .text-03 {
		font-size: 1.25em;
	}
	.low-14 .inner .text-05 {
		width: 100%;
		font-size: 1rem;
		padding: 20px 20px 0;
	}
}










