.title .lead_center {
    margin-top: 32px;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.8
}

.button_list {
    text-align: center;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    margin-top: 64px
}

.button_list a {
    font-family: -apple-system;
    font-variant-caps: normal;
    box-sizing: border-box;
    margin-left: 0;
    margin-right: 0;
    width: 300px;
    padding: 14px 20px;
    font-size: 1.3rem;
    font-weight: 500;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(190, 190, 190, 0.5);
    display: block;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #609e8f;
    color: #FFF;
    border: none;
    padding: 14px 20px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.button_list a:hover {
    font-family: -apple-system;
    font-variant-caps: normal;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background: #FFF;
    color: #609e8f
}

.button_list .left_button {
    font-family: -apple-system;
    font-variant-caps: normal;
    box-shadow: 0 0 10px rgba(190, 190, 190, 0.5);
    margin-right: 24px;
    display: block;
    border: 1px solid #ebebeb;
    margin-bottom: 0;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

@media screen and (max-width: 800px) {
    .customTables {
        display: block;
    }
    .customOption {
        width: 50%;
        font-size: 1.4rem
    }
}

@media screen and (max-width: 599px) {
    .title .lead_center {
        font-size: 1.3rem;
        text-align: center
    }
}

p.over-text {
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    /* Opera9,10対応 */
}

.front_page #hero .hero-contents .flower_text {
    font-family: 'Handlee', cursive;
    font-weight: 600;
    text-align: center;
    font-size: 6rem;
    letter-spacing: 3px;
    text-shadow: 0 0 10px rgba(33, 33, 33, 0.9)
}

.front_page #hero .hero-contents h1 {
    font-size: 1.6rem;
    line-height: 1.8;
    font-weight: 600;
    text-shadow: 0 0 10px rgba(33, 33, 33, 0.9);
    display: inline;
}

.front_page #hero .hero-contents p {
    display: inline;
}

@media only screen and (max-width: 1120px) {
    .front_page #hero .hero-contents .flower_text {
        font-size: 5rem
    }
    .front_page #hero .hero-contents h1 {
        font-size: 1.4rem
    }
}

@media screen and (max-width: 800px) {
    .front_page #hero .hero-contents .flower_text {
        font-size: 4.4rem
    }
    .front_page #hero .hero-contents h1 {
        font-size: 1.2rem
    }
}

@media screen and (max-width: 599px) {
    .front_page #hero .hero-contents .flower_text {
        font-size: 2.6rem
    }
    .front_page #hero .hero-contents h1 {
        font-size: 1.2rem
    }
}

.front_page #header .g-nav ul li img {
    opacity: 0.7
}

.description {
    padding-top: 10px;
    max-width: 350px;
    color: #333333;
    text-align: center;
    margin: auto;
}

#sp-header .g-nav ul li a {
    margin: -4px;
}

#dl-button a {
    text-align: center;
    width: 200px;
    margin-top: 20px;
    margin-left: auto;
    display: block;
    border-radius: 20px;
    background-color: #609e8f;
    border: 1px solid #609e8f;
    padding: .5em 1em;
    font-size: 1.4rem;
    color: #FFF;
    font-weight: 600;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgba(190, 190, 190, 0.5);
    letter-spacing: normal;
    cursor: pointer;
}

#dl-button input {
    text-align: center;
    width: 200px;
    margin-top: 20px;
    margin: 10px auto;
    display: block;
    border-radius: 20px;
    background-color: #609e8f;
    border: 1px solid #609e8f;
    padding: .5em 1em;
    font-size: 1.4rem;
    color: #FFF;
    font-weight: 600;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgba(190, 190, 190, 0.5);
    letter-spacing: normal;
    cursor: pointer;
}
#footer .logo {
    width: 160px;
    color: #263f39;
}

#footer .logo svg .st0 {
    fill: #263f39;
}

#footer .logo svg .st1 {
    stroke: #263f39;
}

@media only screen and (min-width: 1121px) {
    #footer .f-container {
        display: flex;
        flex-flow: row-reverse;
        justify-content: flex-end;
    }
    #footer .f-item-text {
        width: 40%;
    }
    #footer .f-item-nav {
        width: 60%;
    }
    #footer .nav-container {
        display: flex;
        flex-flow: nowrap;
        padding-left: 48px;
    }
    #footer .nav-item ul {
        align-items: center;
    }
    #footer .nav-item ul li {
        margin-left: 32px;
        line-height: 24px;
    }
    #footer .nav-container>li:nth-child(n + 2) ul li {
        padding-left: 20%;
    }
}

@media only screen and (max-width: 1120px) {
    #footer .nav-container {
        flex-wrap: nowrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        align-items: center;
    }
    #footer .nav-item ul {
        flex-wrap: wrap;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: flex-end;
        align-items: center;
        justify-content: end;
    }
    #footer .nav-item ul li {
        flex-basis: 50%;
        margin-left: 0;
        margin-bottom: 16px;
    }
    #footer .logo {
        width: 100%;
        text-align: center;
        flex-basis: auto;
    }
    #footer .logo svg {
        width: 120px;
    }
}

#footer .nav-item ul li a {
    white-space: nowrap;
    line-height: 1;
    font-size: 1.3rem;
    color: #263f39;
    font-weight: 500;
}


/* 下記作業中 */


/*
.normalButton {
	float: left;
	font-style: normal;
	writing-mode: horizontal-tb !important;
	font-family: -apple-system;
	font-variant-caps: normal;
	letter-spacing: normal;
	word-spacing: normal;
	line-height: normal;
	text-transform: none;
	text-indent: 0px;
	text-shadow: none;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-sizing: border-box;
	background: #609e8f;
	color: #FFF;
	border: none;
	font-size: 1.4rem;
	padding: 14px 20px;
	font-weight: 500;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	align-items: flex-start;
}

.normalButton:hover {
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	background: #FFF;
	color: #609e8f;
}

.normalButton {
	width: 200px;
	margin: 0px;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(190, 190, 190, 0.5);
}

.boxContainer {
	position: relative;
}

.boxSubContainer {
	width: 300px;
	height: 50px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	margin: auto;
}



@media screen and (max-width: 800px) {
	.normalButton {
		width: 100%;
		-webkit-justify-content: center;
		justify-content: center;
		align-items: center;
	}
}
@media screen and (max-width: 599px) {
	.normalButton i {
		display: inline-block;
		margin-right: 5px;
	}
}
*/

.error-input {
    background: #ffe8e8 !important;
}