body {
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
font-size: 16px;
}

h1, h2 {
    margin-bottom: 30px;
}

h3 {
    margin-bottom: 20px;
}

p {
    line-height: 1.8;
}

ul {
    list-style: none;
    padding: 0;
}

li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 1.2em;
}

li:before {
    font-family: FontAwesome;
    content: "\f046";
    position: absolute;
    top:0;
    left: 0;
}

img {
    max-width: 100%;
    height: auto;
}

strong {
    font-size: 120%;
}

.bg-light-gray {
    background: #eee;
}
section {
    padding: 50px 0;
}

#header img {
    width: 100%;
}


h3.arrow {
    background: #fe9300;
    font-weight: bold;
    color: #fff;
    padding: 10px 50px 10px 10px;
    display: inline-block;
    position: relative;
    line-height: 1;
    height: 40px;
}
h3.arrow:after{
  content: "";
  position: absolute;
  top: 0;
  right: -12px;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 12px solid #fe9300;
}

h3.arrow2 {
    background: #000080;
    font-weight: bold;
    color: #fff;
    padding: 0 50px 0 10px;
    display: inline-block;
    position: relative;
    line-height: 40px;
    height: 40px;
}
h3.arrow2:after{
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 10px solid #000080;
}

.arrow_orange {
    background: #fe9300;
    font-weight: bold;
    color: #fff;
    padding: 10px 50px 10px 10px;
    display: inline-block;
    position: relative;
    line-height: 1;
    height: 40px;
    font-size: 20px;
}
.arrow_orange:after{
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 10px solid #fe9300;
}

.arrow_blue {
    background: #00a8fe;
    font-weight: bold;
    color: #fff;
    padding: 10px 50px 10px 10px;
    display: inline-block;
    position: relative;
    line-height: 1;
    height: 40px;
    font-size: 20px;
}
.arrow_blue:after{
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 10px solid #00a8fe;
}

.arrow_green {
    background: #3acb00;
    font-weight: bold;
    color: #fff;
    padding: 10px 50px 10px 10px;
    display: inline-block;
    position: relative;
    line-height: 1.2;
    height: 64px;
    font-size: 20px;
}
.arrow_green:after{
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  border-top: 32px solid transparent;
  border-bottom: 32px solid transparent;
  border-left: 10px solid #3acb00;
}



.pr2 h3 {
    color: #32cd32;
    margin-bottom: 5px;
}

.pr2 img,.merit img {
    margin: 10px auto;
}

.price_list {
    text-align: right;
    background: #fff;
    display: none;
    transition: 0.2s;
}

.price_list.open {
    display: table;
}

.price_list th {
    text-align: center;
}

.tel {
    font-size: 28px;
}

#map_area {
    width: 100%;
}

#map_area td {
    width: 50%;
    text-align: center;
}

#map_area a {
    display: block;
    border-radius: 5px;
    background: #1da361;
    padding: 10px;
    color: #fff;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 20px;
}

#map_area td:last-child a {
    background: #4b8af1;
    margin-right: 0;
    margin-left: 5px;
}

#map_area a:hover {
    text-decoration: none;
    opacity: .7;
}

.flow_box {
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 5px 10px;
    box-sizing: border-box;
    background: #f9f9f9;
}

.green {
    color: #32cd32;
}

.navy {
    color: #000080;
}

.red {
    color: red;
}

.mt30 {
    margin-top: 30px;
}

.mb0 {
    margin-bottom: 0;
}

.mb10 {
    margin-bottom: 10px;
}


.fontL {
    font-size: 30px;
    display: inline-block;
    padding-left: 5px;
}

.btn-primary {
    background-color: #fe9300;
    border-color: #fe9300;
    font-size: 26px;
    font-weight: bold;
}


.btn-primary:active,
.btn-primary:hover,
.btn-primary:focus{
    background-color: #ffa932;
    border-color: #ffa932;
}

.wpcf7 input[type="text"],.wpcf7 input[type="email"],.wpcf7 textarea {
    width: 100%;
    border: 1px solid #ccc;
    padding: 3px;
}

.wpcf7 label {
    font-weight: normal;
    width: 100%;
}

.copyright {
    font-size: 13px;
    display: block;
    margin: 10px 0 20px;
}

@media screen and (max-width: 480px) {
    #header img {
         max-width: 100%;
    }
    section {
        padding: 25px 0;
    }
    section#header {
        height: auto;
    }

    h1, h2 {
        font-size: 21px;
        margin-bottom: 20px;
        font-weight: bold;
        line-height: 1.3;
    }

    h3 {
        margin-bottom: 10px;
        font-size: 20px;
        font-weight: bold;
    }
    h4 {
        font-size: 18px;
    }
    .tel {
        font-size: 26px;
    }
    .btn-primary {
        font-size: 20px;
    }
    .flow_box {
        padding: 5px 0;
        margin: 0 5px;
    }
    #jouken .lead {
        font-weight: bold;
    }

}


/*フォーム*/
form label {
    display: block;
}

form label span {
    padding-left: 5px;
    font-weight: normal;
    font-size: 90%;
    color: red;
}

.form-group.jugyoin input {
    width: 100px;
    display: inline;
}


#MyMailForm_button {
    text-align: center;
}

#MyMailForm_button .btn-primary {
    font-size: 18px;
    margin-top: 20px;
}
