
body {
	background-color: #9fafc4;
}
.header{
    position: relative;
} 
.header:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #ffffff70;
    position: absolute;
    bottom: 0;
}
.main_width, .main_width2, .main_width3{
    position: relative;
    width: 750px;
    margin: 0 auto;
}
.main_width{
	height: 100px;
}
.main_width3 {
    height: 115px;
}
.back_left_b{
    position: absolute;
    bottom: 23%;
	left: 5px;
}
header p{
    font-size: 25px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 17%;
}
.contents_inner{
    padding-top: 20px;
}
.hissukoumoku {
    position: absolute;
	font-size: 16px;
    left: -20px;
    color: #e61e19;
}
.login_input::placeholder, .login_input2::placeholder, .login_input3::placeholder{
	 color: #b4b5b5;
}
.input_box{
    display: flex;
    align-items: center;
    margin: 10px auto;
    justify-content: space-between;
    position: relative;
}
.login_input, .login_input2, .login_input3{
    background-color: #fff;
    height: 40px;
    font-size: 16px;
    padding: 0px 10px;
    border-radius: 5px;
}
.input_box textarea{
    width: 100%;
    background-color: #fff;
    height: 140px;
    font-size: 16px;
    padding: 10px;
    border-radius: 5px;
	text-align: justify;
}
.login_input{
    width: 100%;
}
.login_input2 {
    width: 88%;
}
.login_input3 {
    width: 49.5%;
}
.box_button {
    background-color: #5e849e;
    color: #fff;
    font-size: 16px;
    padding: 12px 9px;
    border-radius: 5px;
    line-height: 1;
}
.souryou{
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-align: right;
}
.login_kome{
    font-size: 14px;
    color: #fff;
    line-height: 25px;
	margin-top: 10px;
}
.contents_check{
    padding: 15px 0px;
}
.sp_check_block {
    display: flex;
    flex-wrap: wrap;
}
.sp_box {
    display: flex;
    align-items: center;
    padding: 10px 25px 10px 0;
}
.sp_box input {
    display: none;
}
.sp_box label {
    display: flex;
    position: relative;
    cursor: pointer;
}
.sp_box label::before, .sp_box label::after {
    content: "";
    display: block;
    position: absolute;
}
.sp_box label::before {
    top: -1px;
    left: 0px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: #ffffff;
}
.sp_box p{
    color: #fff;
    font-size: 16px;
    margin-left: 25px;
}
.sp_box label::after {
    top: 15%;
    left: 3%;
    width: 15px;
    height: 7px;
    transform: rotate(-45deg);
    border: 2px solid #da3c41;
    border-top-style: none;
    border-right-style: none;
    opacity: 0;
}
.sp_box input:checked + label::after {
    opacity: 1;
}
.hissu {
    text-align: right;
    color: #e61e19;
    font-size: 14px;
}
.buttons{
    padding-top: 35px;
	padding-bottom: 35px;
}
.login_button, .login_button2, .login_button3{
    width: 240px;
    text-align: center;
    border-radius: 30px;
}
.login_button{
    background-color: #5485AA;
	margin: 0 auto;
}
.login_button2{
    background-color: #888889;
	margin: 10px auto;
}
.login_button3{
    background-color: #F5A700;
	margin: 0 auto;
	display:none;
}
.login_button p, .login_button2 p, .login_button3 p{
    color: #fff;
    font-weight: bold;
    padding: 10px 0;
    font-size: 15px;
}
.marubatu{
    width: 40px;
    height: 40px;
    position: absolute;
    border: 1px solid #fff;
    border-radius: 40px;
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
}
.marubatu:before{
    content: '';
    height: 20px;
	width: 3px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)rotate(45deg);
}
.marubatu:after{
    content: '';
    height: 20px;
    width: 3px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)rotate(135deg);
}
.flower_name{
    color: #fff;
    text-align: center;
    padding-top: 40px;
}
.flower_name_p{
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
}
.flower_name_p2{
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
}
.flower_name_p2 span{
    font-size: 14px;
}
.ty_text{
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 35px;
    margin-top: 55px;
    margin-bottom: 55px;
    font-weight: bold;
}
.flower_img{
    width: 225px;
    margin: 0 auto;
}
.flower_img img{
    width: 100%;
}
.input_text{
    color: #fff;
    font-size: 16px;
}
.btn-success{
    color: #fff;
    font-weight: bold;
    padding: 10px 0;
    font-size: 15px;
    width: 100%;
}
@media screen and (max-width:900px) {
.main_width, .main_width2, .main_width3 {
    width: 640px;
}
.login_input2 {
    width: 86%;
}
}
@media screen and (max-width:480px) {
.main_width {
    height: 16vw;
}
.contents_inner {
    padding-top: 3vw;
}
.btn-success{
    padding: 2vw 0;
    font-size: 3vw;
}
.main_width, .main_width2, .main_width3 {
    width: 90%;
}
.header p{
    width: max-content;
    font-size: 4vw;
}
.login_input, .login_input2, .login_input3 {
    height: 7vw;
    font-size: 3vw;
    padding: 0px 2vw;
}
.login_input2 {
    width: 83%;
}
.login_input3 {
    width: 49%;
}
.box_button {
    font-size: 3vw;
    padding: 2vw 1vw;
}
.souryou {
    font-size: 3vw;
}
.input_box {
    margin: 1.5vw auto;
}
.hissukoumoku {
    font-size: 3vw;
    left: -4.3vw;
}
.login_kome {
    font-size: 3vw;
    color: #fff;
    line-height: 5vw;
    margin-top: 2vw;
}
.contents_check {
    padding: 3vw 0px;
}
.sp_box {
    align-items: center;
    padding: 1.2vw 2vw 1.2vw 0;
}
.sp_box p {
    color: #fff;
    font-size: 3vw;
    margin-left: 4.5vw;
}
.sp_box label::before {
    top: -0.2vw;
    left: 0px;
    width: 4vw;
    height: 4vw;
    cursor: pointer;
    background: #ffffff;
}
.sp_box label::after {
    top: 20%;
    left: 4%;
    width: 2.5vw;
    height: 1.2vw;
}
.buttons {
    padding-top: 5vw;
}
.login_button, .login_button2, .login_button3 {
    width: 44vw;
}
.main_width3 {
    height: 17vw;
}
.marubatu:before {
    height: 4vw;
    width: 0.7vw;
}
.marubatu:after {
    height: 4vw;
    width: 0.7vw;
}
.marubatu {
    width: 8vw;
    height: 8vw;
}
.flower_name {
    padding-top: 8vw;
}
.flower_name_p {
    font-size: 4.5vw;
}
.flower_name_p2 {
    font-size: 3.5vw;
    line-height: 6vw;
    font-weight: bold;
}
.flower_name_p2 span {
    font-size: 3.2vw;
}
.ty_text {
    font-size: 4vw;
    line-height: 7vw;
    margin-top: 10vw;
    margin-bottom: 10vw;
}
.login_button p, .login_button2 p, .login_button3 p {
    padding: 2vw 0;
    font-size: 3vw;
}
.hissu {
    font-size: 3vw;
}
.flower_img {
    width: 45vw;
}
.flower_img img {
    width: 100%;
}
}