.cp_hr05 {
    position: relative;
    height: 1px;
    border-width: 0;
    background-color: #00bcd4;
    background-image: -webkit-linear-gradient(left,
            #00bcd4 0%, #283593 50%, #00bcd4 100%);
    background-image: linear-gradient(90deg,
            #00bcd4 0%, #283593 50%, #00bcd4 100%);
}

.cp_ipradio1 {
	width: 90%;
	margin: 2em auto;
	text-align: left;
}
.cp_ipradio1 input[type='radio'] {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.cp_ipradio1 label {
	position: relative;
	display: inline-block;
	margin-right: 30px;
	padding-right: 10px;
	padding-left: 35px;
	cursor: pointer;
}
.cp_ipradio1 label::before {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	display: block;
	width: 24px;
	height: 24px;
	content: ' ';
	border: 2px solid #2bb7b3;
	border-radius: 4px;
}
.cp_ipradio1 input[type='radio'] + label::before {
	border-radius: 18px;
}
.cp_ipradio1 input[type='radio']:checked + label {
	padding-left: 10px;
	color: #150c15;
}
.cp_ipradio1 input[type='radio']:checked + label::before {
	top: 0;
	width: 100%;
	height: 100%;
	background: #2bb7b3;
}
/* Transition */
.cp_ipradio1 label, .cp_ipradio1 label::before {
	-webkit-transition: 0.25s all ease;
	        transition: 0.25s all ease;
}

.cp_ipradio {
    width: 90%;
    text-align: left;
}

.cp_ipradio input[type='radio'] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.cp_ipradio label {
    position: relative;
    display: inline-block;
    margin-right: 30px;
    padding-right: 10px;
    padding-left: 35px;
    cursor: pointer;
}

.cp_ipradio label::before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    display: block;
    width: 24px;
    height: 24px;
    content: ' ';
    border: 2px solid #2bb7b3;
    border-radius: 4px;
}

.cp_ipradio input[type='radio']+label::before {
    border-radius: 18px;
}

.cp_ipradio input[type='radio']:checked+label {
    padding-left: 10px;
    color: #150c15;
}

.cp_ipradio input[type='radio']:checked+label::before {
    top: 0;
    width: 100%;
    height: 100%;
    background: #2bb7b3;
}

/* Transition */
.cp_ipradio label,
.cp_ipradio label::before {
    -webkit-transition: 0.25s all ease;
    transition: 0.25s all ease;
    transition: 0.25s all ease;
}

.cp_ipradio2 {
    width: 90%;
    text-align: left;
}

.cp_ipradio2 input[type='radio'] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.cp_ipradio2 label {
    position: relative;
    display: inline-block;
    margin-right: 30px;
    padding-right: 10px;
    padding-left: 35px;
    cursor: pointer;
}

.cp_ipradio2 label::before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    display: block;
    width: 24px;
    height: 24px;
    content: ' ';
    border: 2px solid #2bb7b3;
    border-radius: 4px;
}

.cp_ipradio2 input[type='radio']+label::before {
    border-radius: 18px;
}

.cp_ipradio2 input[type='radio']:checked+label {
    padding-left: 10px;
    color: #150c15;
}

.cp_ipradio2 input[type='radio']:checked+label::before {
    top: 0;
    width: 100%;
    height: 100%;
    background: #2bb7b3;
}

/* Transition */
.cp_ipradio2 label,
.cp_ipradio2 label::before {
    -webkit-transition: 0.25s all ease;
    transition: 0.25s all ease;
    transition: 0.25s all ease;
}

.cp_ipradio3 {
    width: 90%;
    margin: 2em 0;
    text-align: left;
}

.cp_ipradio3 input[type='radio'] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.cp_ipradio3 div label {
    position: relative;
    display: inline-block;
    padding-left: 35px;
    cursor: pointer;
}

.cp_ipradio3 div label::before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    display: block;
    width: 24px;
    height: 24px;
    content: ' ';
    border: 2px solid #2bb7b3;
    border-radius: 4px;
}

.cp_ipradio3 input[type='radio']+label::before {
    border-radius: 18px;
}

.cp_ipradio3 input[type='radio']:checked+label {
    padding-left: 10px;
    color: #150c15;
}

.cp_ipradio3 input[type='radio']:checked+label::before {
    top: 0;
    width: 100%;
    height: 100%;
    background: #2bb7b3;
}

/* Transition */
.cp_ipradio3 label,
.cp_ipradio3 label::before {
    -webkit-transition: 0.25s all ease;
    transition: 0.25s all ease;
}

@charset "utf-8";

header {
    margin-top: 30px;
    color: #43A047;
}

hr {
    border-width: 3px;
    border-color: #43A047;
}

h1 {
    font-size: 25px;
    font-weight: bold;
    margin: 0;
    text-align: center;
}

.align-light {
    text-align: right;
}

.form-group {
    margin-top: 25px;
    margin-bottom: 0px;
}

footer p {
    text-align: center;
}

input[type="email"]:invalid {
    background: #ffcdd2;
}


input:focus {
    background: #DCEDC8;
}

.contact-form {
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 13px;
    font-family: sans-serif;
}

.contact-form .item {
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
}

.contact-form .item.no-label {
    padding: 5px 0px 5px 60px;
}

.contact-form .item .label {
    float: left;
    padding: 5px;
    margin: 0;
}

.contact-form .item .radio-group {
    padding: 5px 0px 5px 60px;
}

.contact-form .item input[type=text],
.contact-form .item input[type=email],
.contact-form .item input[type=tel],
.contact-form .item textarea {
    display: block;
    margin-left: 60px;
    width: 200px;
    padding: 5px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    font-size: 13px;
}

.cp_ipselect {
    overflow: hidden;
    width: 100%;
    text-align: center;
}

.cp_ipselect select {
    width: 100%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}

.cp_ipselect select::-ms-expand {
    display: none;
}

.cp_ipselect.cp_sl05 {
    position: relative;
    border-radius: 2px;
    border-radius: 50px;
    background: #2bb7b3;
}

.cp_ipselect.cp_sl05 select {
    padding: 8px 38px 8px 8px;
    color: #150c15;
}

.contact-form .item ::placeholder {
    color: #ccc;
}

.contact-form .item textarea {
    outline: none;
    border: 1px solid #ccc;
    resize: vertical;
}

button[type=submit] {
    border: none;
    outline: none;
    line-height: 30px;
    width: 160px;
    text-align: center;
    font-size: 13px;
    background-color: #696;
    cursor: pointer;
    box-sizing: content-box;
}

.ef~.focus_line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    transition: 0.4s;
    background-color: #da3c41;
}

.ef:focus~.focus_line,
.cp_iptxt.ef~.focus_line {
    width: 100%;
    transition: 0.4s;
}

.ef~label {
    position: absolute;
    z-index: -1;
    top: 4px;
    left: 0;
    width: 100%;
    transition: 0.3s;
    letter-spacing: 0.5px;
    color: #aaaaaa;
}

.ef:focus~label,
.cp_iptxt.ef~label {
    font-size: 12px;
    top: -16px;
    transition: 0.3s;
    color: #da3c41;
}

.cp_ipselect {
    overflow: hidden;
    width: 90%;
    text-align: center;
}

.cp_ipselect select {
    width: 100%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}

.cp_ipselect select::-ms-expand {
    display: none;
}

.cp_ipselect.cp_sl05::before {
    position: absolute;
    top: 1em;
    right: 0.8em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #150c15;
    pointer-events: none;
}

.cp_ipselect.cp_sl05 select {
    padding: 8px 38px 8px 8px;
    color: #000000;
}

.cp_headline07 {
    position: relative;
    overflow: hidden;
    margin-bottom: 8px;
    padding: 12px 14px;
    color: #ffffff;
    background: #4db6ac;
}

.cp_headline07::before,
.cp_headline07::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
}

.cp_headline07::before {
    -webkit-transform: rotate(1.5deg);
    transform: rotate(1.5deg);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
    background: #009688;
}

.cp_headline07::after {
    -webkit-transform: rotate(-2.5deg);
    transform: rotate(-2.5deg);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    background: #00796b;
}

.cp_headline07_cont {
    position: relative;
    z-index: 1;
}

.cp_form {
    position: relative;
    width: 200px;
    margin: 40px auto;
    padding: 1em 2em;
    box-shadow: 0px 0px 3px 2px #ededed;
}

.cp_form form>.cp_tx {
    position: relative;
    width: 100%;
    margin: 1em 0;
}

.cp_form form input[type=button],
.cp_form form input[type=submit],
    {
    font-family: inherit;
    font-size: 1rem;
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #cccccc;
    outline: 0;
    background: none;
}

.cp_form .btn_cont {
    text-align: center;
}

.cp_form .btn {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0 auto;
    padding: 0.75rem 3em;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    border: solid 1px #ffffff;
    background: #4db6ac;
    font-size: 1rem;
}

.cp_form .btn:before {
    position: absolute;
    top: -25px;
    left: -20px;
    width: 20px;
    height: 90px;
    content: '';
    transition: 0.3s;
    transform: rotate(40deg);
    opacity: 0.3;
    background: #ffffff;
}

.cp_form .btn:hover:before {
    left: 95%;
}

.cp_button02 {
    display: inline-block;
    width: 180px;
    padding: 1em;
    line-height: 1.4em;
    cursor: pointer;
    user-select: none;
    transition: box-shadow 0.2s, transform 0.2s;
    color: #ea7fa2;
    text-align: center;
    border-width: 0;
    border-style: solid;
    border-radius: 12% / 50%;
    background: #ffffff;
    border-color: #ea7fa2;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}

.cp_button02:hover {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.2);
    color: #ec407a;
}

.cp_button02:active {
    transition-duration: 0.05s;
    -webkit-transform: scale(0.99);
    transform: scale(0.99);
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.15) inset;
}

.cp_ipcheck {
    width: 100%;
}

.cp_ipcheck ul {
    margin: 0.5rem 0.5rem 2rem 0.5rem;
    padding: 0.5rem 1rem;
    list-style: none;
    border: 1px solid #cccccc;
}

.cp_ipcheck .list_item {
    margin: 0 0 0.5rem 0;
    padding: 0;
}

.cp_ipcheck label {
    line-height: 135%;
    position: relative;
    margin: 0.5rem;
    cursor: pointer;
}

.cp_ipcheck .option-input05 {
    position: relative;
    margin: 0 1rem 0 0;
    cursor: pointer;
    transform: scale(1.5);
}

.cp_ipcheck .option-input05:before {
    position: absolute;
    z-index: 1;
    top: 0.125rem;
    left: 0.1875rem;
    width: 0.75rem;
    height: 0.375rem;
    content: '';
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -webkit-transform: rotate(-45deg) scale(0, 0);
    transform: rotate(-45deg) scale(0, 0);
    border: 2px solid #da3c41;
    border-top-style: none;
    border-right-style: none;
}

.cp_ipcheck .option-input05:checked:before {
    -webkit-transform: rotate(-45deg) scale(1, 1);
    transform: rotate(-45deg) scale(1, 1);
}

.cp_ipcheck .option-input05:after {
    position: absolute;
    left: 0;
    width: 1rem;
    height: 1rem;
    content: '';
    cursor: pointer;
    border: 2px solid #00796b;
    background: #ffffff;
}

.required::after {
    content: "必須";
    background-color: #f21641;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    min-width: 10px;
    padding: 3px 7px;
    margin: 0px 5px;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    border-radius: 10px;
    display: inline-block;
}

.required{
    background-color: #f8e3e9;
    color: #555656;
    border-color: #f8e3e9;
}


input.no-required {
    background-color: #f2f2f2;
    color: #555656;
    border-color: #f2f2f2;
}

input.valid, select.valid {
    background: transparent;
    border-color: #cccccc;
}


button[type=submit] {
    background-color: #00796b!important;
    font-size: 18px;
}

.cp_ipselect.cp_sl05 {
    position: relative;
    border-radius: 2px;
    border-radius: 50px;
    background: #338381;
    border-color: #338381;
}
