@charset "UTF-8";
/*
 Theme Name: SANGO Child
 Theme URI: https://saruwakakun.design
 Author: SARUWAKA
 Author URI: https://saruwakakun.com
 Template: sango-theme
*/
/*こちらはSANGOの子テーマ用CSSです。以下にCSSを記入していきましょう。*/

/* ==========================================================================
   form
   ========================================================================== */
.inputError {
  border: 2px solid #ee0101!important;
  background-color: #fff7f7 !important;
}

.inputOk {
  border: 2px solid #0fbd85!important;
  background-color: #f7fff5 !important;
}

#zip_footer {
  display: none;
}

span.error{
  outline: none;
  border: 1px solid #800000;
  box-shadow: 0 0 5px 1px #800000;
}

.flex_wrapper{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.fm section div.th {
  width: 100%;
}

.fm section div.td {
  width: 100%;
}

.fm.typ_1 section div.td {
  width: 40%;
  margin-right: 2%;
}

.fm.typ_3 section div.td {
  width: 90%;
}

.fm.typ_4 section div.td {
  width: 24%;
}

.fm.typ_4 section div.separator {
  line-height: 45px;
  height: 45px;
  margin: 10px 15px 0;
}

firstname-error{
	color:red;
}
	
/*web font*/
.wf-roundedmplus1c { font-family: "Rounded Mplus 1c";font-weight: 800; }

/*kirabutton02*/
.kirabutton02{
    display: block;
    width: 70%;
    margin: 20px auto;
    border-bottom: 8px solid #1D6B01;
    border-radius: 10px;
    background: linear-gradient(#70BB3A, #53A006);
    background-color: #53A006;
    color: #ffffff;
    padding: 20px 10px;
    font-size:30px;
    text-align: center;
    text-decoration: none;
    position: relative;
    z-index: 2;
    overflow: hidden;
    transition: .25s linear;
    -webkit-transition: .25s linear;
    -moz-transition: .25s linear;
}
.kirabutton02:before {
    display: block;
    position: absolute;
    z-index: -1;
    left: -30%;
    top: -50%;
    content: "";
    width: 30px;
    height: 200px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    background-image: linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
    background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,1)),color-stop(100%,rgba(255,255,255,0)));
    background-image: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, #ffffff rgba(255,255,255,1),rgba(255,255,255,0) 100%);
    animation: KiraKira2 3s infinite linear;
    -webkit-animation: KiraKira2 3s infinite linear;
    -moz-animation: KiraKira2 3s infinite linear;
}
@keyframes KiraKira2 {
    0% {left: -30%;}
    20% {left: 120%;}
    100% {left: 120%;}
}
@-webkit-keyframes KiraKira2 {
    0% {left: -30%;}
    20% {left: 120%;}
    100% {left: 120%;}
}
@-moz-keyframes KiraKira2 {
    0% {left: -30%;}
    20% {left: 120%;}
    100% {left: 120%;}
}
@media only screen and (max-width: 480px) {
.kirabutton02{
    width: 90%;
    font-size:24px;
    }
}