@charset "utf-8";

@media screen and (max-width: 768px) {

body {
    min-width: 375px;
}

.break {
    display: block;
}

/* =====key===== */
.key {
    position: relative;
    width: 100%;
    height: 405px;
    margin: 80px 0 0;
    background: url(../img/kenpo_hihokensya01_1.jpg) left center/cover no-repeat;
    text-align: center;
}

.key:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 405px;
    background: url(../img/kenshincenter02.png) left top/contain no-repeat;
    background-size: 50%;
}

.key:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 405px;
    background: url(../img/kenshincenter03.png) right bottom/contain no-repeat;
    background-size: 50%;
}

.key_text {
    position: static;
    top: 50%;
    left: 50%;
    transform: none;
    padding: 150px 0 10px;
    font-weight: bold;
    letter-spacing: 0.16em;
    text-shadow:  #fff 2px 0px,  #fff -2px 0px,
                #fff 0px -2px, #fff 0px 2px,
                #fff 2px 2px , #fff -2px 2px,
                #fff 2px -2px, #fff -2px -2px,
                #fff 1px 2px,  #fff -1px 2px,
                #fff 1px -2px, #fff -1px -2px,
                #fff 2px 1px,  #fff -2px 1px,
                #fff 2px -1px, #fff -2px -1px;
}

.key_text:after {
    content: "";
    position: absolute;
    top: 225px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 1px;
    background: #4C4948;
}

.key_text .upper {
    display: block;
    margin: 0 0 35px;
    font-size: 20px;
    font-weight: bold;
}

.key_text .lower {
    display: block;
    font-size: 24px;
    font-weight: bold;
}

.key_text .lower .small {
    font-size: 21px;
    font-weight: bold;
}

/* =====sec01====== */
.sec01 {
    width: 100%;
    padding: 50px 20px 60px;
    box-sizing: border-box;
    letter-spacing: 0.16em;
}

.sec01_title {
    position: relative;
    width: 100%;
    padding: 30px 0;
    margin: 0 auto 58px;
    background: #E7270F;
    opacity: 0.78;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.sec01_title:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 20px);
    border: 1px solid #fff;
    background: transparent;
}

.sec01_title .large {
    font-size: 18px;
    font-weight: bold;
}

.sec01_text {
    width: 100%;
    margin: 0 auto 50px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.8;
    letter-spacing: 0.11em;
}

.sec01 .cont01 {
    width: 100%;
    height: auto;
    padding: 17px 20px 30px;
    box-sizing: border-box;
    margin: 0 auto 33px;
    background: rgba(111, 158, 212, 0.2);
}

.sec01 .cont_title {
    width: 95%;
    height: 48px;
    margin: 0 auto 37px;
    background: #1F296E;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    line-height: 48px;
}

.sec01 .cont01 .box {
    display: flex;
    justify-content: center;
    margin: 0 0 30px;
}

.sec01 .cont01 .btn, 
.sec01 .cont02 .btn {
    height: 80px;
    border: 2px solid #1F296E;
    box-sizing: border-box;
    box-shadow: 7px 7px 5px rgba(153, 152, 152, 0.75);
}

.sec01 .cont01 .btn a, 
.sec01 .cont02 .btn a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 0 0;
    box-sizing: border-box;
    background: #fffef2 url(../img/ningendokku_arrow01.png) center bottom 3px no-repeat;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #1F296E;
}

.sec01 .cont01 .btn:nth-of-type(1) {
    width: 48%;
    margin: 0 15px 0 0;
}

.sec01 .cont01 .btn:nth-of-type(1) a {
    padding: 25px 0 0;
}

.sec01 .cont01 .btn:nth-of-type(2) {
    width: 48%;
}

.sec01 .cont01 .btn.btn03 {
    width: 100%;
    margin: 0 auto;
}

.sec01 .cont01 .btn.btn03 a {
    padding: 25px 0 0;
    font-size: 18px;
}

.sec01 .cont02 {
    width: 100%;
    height: auto;
    padding: 17px 20px 30px;
    margin: 0 auto;
    box-sizing: border-box;
    background: rgba(111, 158, 212, 0.2);
}

.sec01 .cont02 .btn {
    width: 100%;
    margin: 0 auto;
}

.sec01 .cont02 .btn a {
    padding: 25px 0 0;
    position: relative;
    font-size: 18px;
    color: #E00064;
}

.sec01 .cont02 .btn a:after {
    position: absolute;
    right: 35px;
    content: "";
    width: 17px;
    height: 32px;
}

/* =====sec02===== */
.sec02 {
    letter-spacing: 0.16em;
}

.sec02_head {
    width: 100%;
    height: 335px;
    margin: 0 0 50px;
    padding: 0 20px;
    box-sizing: border-box;
    background: url(../img/kenpo_hihokensya02.jpg) center top 20%/cover no-repeat;
}

.sec02 .head_inner {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.sec02 .sec_title {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    text-shadow:  #fff 2px 0px,  #fff -2px 0px,
                #fff 0px -2px, #fff 0px 2px,
                #fff 2px 2px , #fff -2px 2px,
                #fff 2px -2px, #fff -2px -2px,
                #fff 1px 2px,  #fff -1px 2px,
                #fff 1px -2px, #fff -1px -2px,
                #fff 2px 1px,  #fff -2px 1px,
                #fff 2px -1px, #fff -2px -1px;
}

.sec02 .sec_title .small {
    font-size: 25px;
    font-weight: bold;
}

.sec02_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 0 0 50px;
}

.sec02_list .item {
    width: 45%;
    height: 100px;
    border: 2px solid #1f296e;
    box-sizing: border-box;
    box-shadow: 7px 7px 5px rgba(147, 147, 147, 0.75);
    margin: 0 5px 10px;
    text-align: center;
}

.sec02_list .item a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px 0 0;
    box-sizing: border-box;
    background: #fffef2 url(../img/ningendokku_arrow01.png) center bottom 5px no-repeat;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
}

.sec02_list .item:nth-of-type(3) a {
    padding: 30px 0 0;
}

.sec02_list .item:nth-of-type(4) a {
    padding: 8px 0 0;
    background: #fffef2 url(../img/ningendokku_arrow01.png) center bottom 5px no-repeat;
    font-size: 16px;
}

.sec02_list .item:nth-of-type(4) a .small {
    font-size: 14px;
    font-weight: bold;
}

.sec02_list .item:nth-of-type(3) a:before {
    content: "おすすめ！";
    position: absolute;
    top: 15px;
    right: -59px;
    transform: rotate(33deg);
    display: inline-block;
    width: 180px;
    background: #cbd9ef;
    font-size: 13px;
    font-weight: bold;
    font-family: "游ゴシック体";
    color: #1F296E;
}

.sec02_body {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 0 auto;
}

/* cont */
.sec02 .cont01 {
    position: relative;
    width: 100%;
    padding: 0 20px 50px;
    border: 1px solid #1f296e;
    box-sizing: border-box;
    margin: 0 0 35px;
}

.sec02 .cont01:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    height: 38px;
    background: rgba(111, 158, 212, 0.35);
}

.sec02 .cont_title {
    position: relative;
    padding: 80px 0 20px;
    margin: 0 0 30px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.sec02 .cont_title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: inline-block;
    width: 244px;
    height: 1px;
    margin: 0 auto;
    background: #be9e3a;
}

.sec02 .cont_title .small {
    display: block;
    margin: 15px 0 0;
    font-size: 18px;
    font-weight: bold;
}

.sec02 .price {
    padding: 0 0 10px;
    border-bottom: 1px dotted #1f296e;
    margin: 0 0 40px;
    font-size: 16px;
    font-weight: bold;
    color: #1f296e;
    text-align: center;
    line-height: 2.5;
}

.sec02 .price .large {
    margin: 0 0 0 1em;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.27em;
}

.sec02 .price .small {
    font-size: 16px;
    font-weight: bold;
}

.sec02 .cont01_list {
    width: 100%;
    margin: 0 auto 30px;
}

.sec02 .cont01_list .first {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
}

.sec02 .cont01_list .item {
    width: 48%;
    height: 60px;
    border: 1px solid #be9e3a;
    box-sizing: border-box;
    padding: 0;
    margin: 0 0 10px;
    background: #fffef2;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
}

.sec02 .cont01_list .second {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
}

.sec02 .cont01_list .second .item {
    padding: 0;
}

.sec02 .cont01_list .second .item .small {
    font-size: 16px;
    font-weight: bold;
}

.sec02 .cont01_list .second .item:nth-of-type(2) {
    padding: 15px 0 0;
    line-height: 1.2;
}

.sec02 .cont01_list .second .item:nth-of-type(3) {
    padding: 5px 0 0;
    line-height: 1.2;
    font-size: 14px;
}

.sec02 .cont01_list .second .item:nth-of-type(3) .small {
    font-size: 13px;
}

.sec02 .cont01_list .third {
    display: flex;
    justify-content: space-between;
}

.sec02 .cont01_list .third .item:nth-of-type(3) ,
.sec02 .cont01_list .third .item:nth-of-type(4) ,
.sec02 .cont01_list .third .item:nth-of-type(5) {
    padding: 0 18px;
}

.sec02 .cont_link {
    width: 240px;
    height: 40px;
    border: 1px solid #fff;
    box-sizing: border-box;
    box-shadow: 2px 2px 5px rgba(35, 24, 21, 0.38);
    margin: 0 auto;
}

.sec02 .cont_link a {
    display: block;
    width: 100%;
    height: 100%;
    background: #1f296e;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
}

/* cont02 */
.sec02 .cont02 {
    position: relative;
    width: 100%;
    padding: 0 20px 50px;
    border: 1px solid #1f296e;
    box-sizing: border-box;
    margin: 0 0 35px;
}

.sec02 .cont02:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    height: 38px;
    background: rgba(111, 158, 212, 0.35);
}

.sec02 .cont02 .cont_title {
    padding: 80px 0 70px;
}

.sec02 .cont02 .cont_title .space {
    font-weight: bold;
}

.sec02 .cont02 .cont_title:before {
    content: "mini";
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translate(-50%);
    font-size: 16px;
}

.sec02 .cont_text {
    margin: 0 0 30px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.9;
    text-align: center;
}

.sec02 .cont02 .box {
    display: block;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin: 0 0 30px;
}

.sec02 .cont02 .box_l {
    position: relative;
    margin: 0 0 100px;
}

.sec02 .cont02 .box_l:after {
    content: "";
    position: absolute;
    top: auto;
    bottom: -75px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    width: 58px;
    height: 58px;
    background: url(../img/ningendokku_icon01.png) no-repeat;
}

.sec02 .cont02 .box_l .item {
    width: 100%;
    height: 80px;
    padding: 7px 0 0;
    border: 1px solid #be9e3a;
    box-sizing: border-box;
    box-shadow: 2px 2px 5px rgba(35, 24, 21, 0.38);
    background: #fffef2;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 2;
}

.sec02 .cont02 .box_l .item:after {
    content: "〉";
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    color: #be9e3a;
}

.sec02 .cont02 .box_l .item .small {
    font-size: 15px;
    font-weight: bold;
}

.sec02 .cont02 .box_r {
    width: 100%;
}

.sec02 .cont02 .box_r .item {
    width: 48%;
    height: 60px;
    border: 1px solid #be9e3a;
    box-sizing: border-box;
    padding: 0;
    margin: 0 0 10px;
    background: #fffef2;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
}

.sec02 .cont02 .box_r .first {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
}

.sec02 .cont02 .box_r .first .item:nth-of-type(2) {
    padding: 0;
}

.sec02 .cont02 .box_r .second {
    display: flex;
    justify-content: space-between;
}

.sec02 .cont02 .box_r .second .item:nth-of-type(2) {
    padding: 10px 0 0;
    line-height: 1.2;
}

.sec02 .cont02 .box_r .second .item .small {
    font-size: 16px;
    font-weight: bold;
}

/* cont03 */
.sec02 .cont03 {
    position: relative;
    width: 100%;
    padding: 0 20px 50px;
    border: 1px solid #1f296e;
    box-sizing: border-box;
    margin: 0 0 35px;
}

.sec02 .cont03:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    height: 38px;
    background: rgba(111, 158, 212, 0.35);
}

.sec02 .cont03 .cont_title {
    padding: 100px 0 70px;
}

.sec02 .cont03 .cont_title .space {
    margin: 0;
    font-weight: bold;
}

.sec02 .cont03 .cont_title:before {
    content: "semi-standard";
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translate(-50%);
    font-size: 16px;
}

.sec02 .cont03 .cont_subtitle {
    margin: 0 0 60px;
}

.sec02 .cont03 .box {
    display: block;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin: 0 0 30px;
}

.sec02 .cont03 .box_l {
    position: relative;
    margin: 0 0 100px;
}

.sec02 .cont03 .box_l:after {
    content: "";
    position: absolute;
    top: auto;
    bottom: -75px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    width: 55px;
    height: 58px;
    background: url(../img/ningendokku_icon01.png) no-repeat;
}

.sec02 .cont03 .box_l .item {
    width: 100%;
    height: 80px;
    padding: 7px 0 0;
    border: 1px solid #be9e3a;
    box-sizing: border-box;
    box-shadow: 2px 2px 5px rgba(35, 24, 21, 0.38);
    background: #fffef2;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 2;
}

.sec02 .cont03 .box_l .item:after {
    content: "〉";
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    color: #be9e3a;
}

.sec02 .cont03 .box_l .item .small {
    font-size: 15px;
    font-weight: bold;
}

.sec02 .cont03 .box_r {
    width: 100%;
}

.sec02 .cont03 .box_r .item {
    width: 48%;
    height: 60px;
    border: 1px solid #be9e3a;
    box-sizing: border-box;
    padding: 0;
    margin: 0 0 10px;
    background: #fffef2;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
}

.sec02 .cont03 .box_r .first {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
}

.sec02 .cont03 .box_r .first .item:nth-of-type(2) {
    padding: 0;
}

.sec02 .cont03 .box_r .first .item:nth-of-type(3) {
    padding: 0;
}

.sec02 .cont03 .box_r .second {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
}

.sec02 .cont03 .box_r .second .item {
    display: block;
    justify-content: space-between;
    padding: 0;
}

.sec02 .cont03 .box_r .second .item:nth-of-type(2) {
    display: block;
    justify-content: space-between;
    padding: 10px 0 0;
    line-height: 1.2;
}

.sec02 .cont03 .box_r .second .item .small {
    font-size: 16px;
    font-weight: bold;
}

.sec02 .cont03 .box_r .third {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
}

.sec02 .cont03 .box_r .third .item {
    padding: 0;
}

.sec02 .cont03 .box_r .third .item:nth-of-type(2) {
    padding: 10px 0 0;
    line-height: 1.2;
}

.sec02 .cont03 .box_r .fourth {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sec02 .cont03 .box_r .fourth .item {
    padding: 0;
}

.sec02 .cont03 .box_r .fourth .item:nth-of-type(2) {
    padding: 10px 0 0;
    line-height: 1.2;
}

.sec02 .cont03 .box_r .fourth .item .small {
    font-size: 14px;
    font-weight: bold;
}

/* cont04 */
.sec02 .cont04 {
    position: relative;
    width: 100%;
    padding: 0 20px 50px;
    border: 1px solid #1f296e;
    box-sizing: border-box;
    margin: 0 0 35px;
}

.sec02 .cont04:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    height: 38px;
    background: rgba(111, 158, 212, 0.35);
}

.sec02 .cont04:after {
    content: "";
    position: absolute;
    top: -12px;
    right: 0;
    display: inline-block;
    width: calc(187px * 0.75);
    height: calc(151px * 0.75);
    background: url(../img/ningendokku_label02.png) no-repeat;
    background-size: 100%;
}

.sec02 .cont04 .cont_title {
    padding: 120px 0 70px;
}

.sec02 .cont04 .cont_title:before {
    content: "standard";
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translate(-50%);
    font-size: 16px;
}

.sec02 .cont04 .cont_title .space {
    margin: 0 1em 0 0;
    font-weight: bold;
}

.sec02 .cont04 .price {
    margin: 0 0 60px;
}

.sec02 .cont04 .box {
    display: block;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin: 0 0 30px;
}

.sec02 .cont04 .box_l {
    position: relative;
    margin: 0 0 100px;
}

.sec02 .cont04 .box_l:after {
    content: "";
    position: absolute;
    top: auto;
    bottom: -75px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    width: 55px;
    height: 58px;
    background: url(../img/ningendokku_icon01.png) no-repeat;
}

.sec02 .cont04 .box_l .item {
    width: 100%;
    height: 80px;
    padding: 7px 0 0;
    border: 1px solid #be9e3a;
    box-sizing: border-box;
    box-shadow: 2px 2px 5px rgba(35, 24, 21, 0.38);
    background: #fffef2;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 2;
}

.sec02 .cont04 .box_l .item:after {
    content: "〉";
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    color: #be9e3a;
}

.sec02 .cont04 .box_l .item .small {
    font-size: 15px;
    font-weight: bold;
}

.sec02 .cont04 .box_l .grade_title {
    margin: 0 0 5px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
}

.sec02 .cont04 .box_l .grade_title .large {
    font-size: 27px;
    font-weight: bold;
}

.sec02 .cont04 .box_l .grade_list .item {
    width: 305px;
    height: 100px;
    border: 1px solid #1f296e;
    padding: 10px 0;
    box-sizing: border-box;
    margin: 0 auto;
    background: url(../img/ningendokku_arrow02.png) center center no-repeat;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.sec02 .cont04 .box_l .grade_list .item:nth-of-type(1) {
    margin: 0 auto 10px;
}

.sec02 .cont04 .box_l .grade_list .item .color {
    display: block;
    margin: 25px 0 0;
    font-size: 21px;
    font-weight: bold;
    color: #be9e3a;
}

.sec02 .cont04 .box_l .grade_list .item .color .small {
    font-size: 18px;
    font-weight: bold;
}

.sec02 .cont04 .box_r {
    width: 100%;
}

.sec02 .cont04 .box_r .item {
    width: 48%;
    height: 60px;
    border: 1px solid #be9e3a;
    box-sizing: border-box;
    padding: 0;
    margin: 0 0 10px;
    background: #fffef2;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
}

.sec02 .cont04 .box_r .first {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
}

.sec02 .cont04 .box_r .first .item:nth-of-type(2) {
    padding: 0;
}

.sec02 .cont04 .box_r .first .item:nth-of-type(2) {
    padding: 0;
}

.sec02 .cont04 .box_r .second {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
}

.sec02 .cont04 .box_r .second .item {
    padding: 0;
}

.sec02 .cont04 .box_r .second .item:nth-of-type(2) {
    padding: 10px 0 0;
    line-height: 1.2;
}

.sec02 .cont04 .box_r .second .item .small {
    font-size: 16px;
    font-weight: bold;
}

.sec02 .cont04 .box_r .third {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
}

.sec02 .cont04 .box_r .third .item:nth-of-type(2) {
    padding: 0;
}

.sec02 .cont04 .box_r .fourth {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
}

.sec02 .cont04 .box_r .fourth .item {
    padding: 0;
}

.sec02 .cont04 .box_r .fourth .item:nth-of-type(2) {
    padding: 10px 0 0;
    line-height: 1.2;
}

.sec02 .cont04 .box_r .fourth .item .small {
    font-size: 14px;
    font-weight: bold;
}

.sec02 .cont04 .box_r .fifth {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
}

.sec02 .cont04 .box_r .fifth .item:nth-of-type(3) {
    padding: 0;
}

.sec02 .cont04 .box_r .sixth {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sec02 .cont04 .box_r .sixth .item:nth-of-type(1) {
    padding: 0;
}

.sec02 .cont04 .box_r .sixth .item:nth-of-type(2) {
    padding: 0;
}

.sec02 .cont04 .box_r .sixth .item:nth-of-type(3) {
    padding: 10px 10px 0;
    line-height: 1.2;
}

.sec02 .cont04 .box_r .sixth .item:nth-of-type(3) .small {
    font-size: 14px;
}

/* =====sec03===== */

.sec03 {
    letter-spacing: 0.16em;
}

.sec03_head {
    width: 100%;
    height: 335px;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 0 0 50px;
    background: url(../img/kenpo_hihokensya03.jpg) center top 20%/cover no-repeat;
}

.sec03 .head_inner {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.sec03 .sec_title {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    text-shadow:  #fff 2px 0px,  #fff -2px 0px,
                #fff 0px -2px, #fff 0px 2px,
                #fff 2px 2px , #fff -2px 2px,
                #fff 2px -2px, #fff -2px -2px,
                #fff 1px 2px,  #fff -1px 2px,
                #fff 1px -2px, #fff -1px -2px,
                #fff 2px 1px,  #fff -2px 1px,
                #fff 2px -1px, #fff -2px -1px;
}

.sec03 .sec_title .small {
    font-size: 25px;
    font-weight: bold;
}

.sec03_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 0 0 50px;
}

.sec03_list .item {
    width: 48%;
    height: 120px;
    border: 2px solid #1f296e;
    box-sizing: border-box;
    box-shadow: 7px 7px 5px rgba(147, 147, 147, 0.75);
    margin: 0 0 10px;
    text-align: center;
}

.sec03_list .item:nth-child(2n-1) {
    margin: 0 10px 10px 0;
}

.sec03_list .item a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px 0 0;
    box-sizing: border-box;
    background: #fffef2 url(../img/ningendokku_arrow01.png) center bottom 8px no-repeat;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
}

.sec03_list .item:nth-of-type(1) .lower {
    position: relative;
    display: block;
    margin: 20px 0 0;
    font-weight: bold;
}

.sec03_list .item:nth-of-type(1) .lower:after {
    content: "＋";
    position: absolute;
    top: -23px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
}

.sec03_list .item:nth-of-type(2) a {
    padding: 30px 0 0;
}

.sec03_list .item:nth-of-type(3) a {
    padding: 30px 0 0;
}

.sec03_list .item:nth-of-type(4) a {
    padding: 18px 0 0;
    font-size: 16px;
}

.sec03_list .item:nth-of-type(4) a .small {
    font-size: 14px;
    font-weight: bold;
}

.sec03_list .item:nth-of-type(3) a:before {
    content: "おすすめ！";
    position: absolute;
    top: 15px;
    right: -59px;
    transform: rotate(33deg);
    display: inline-block;
    width: 180px;
    background: #cbd9ef;
    font-size: 13px;
    font-weight: bold;
    font-family: "游ゴシック体";
    color: #1F296E;
}

.sec03_body {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 0 auto;
}

/* cont */
.sec03 .cont01 {
    position: relative;
    width: 100%;
    padding: 0 20px 50px;
    border: 1px solid #1f296e;
    box-sizing: border-box;
    margin: 0 0 35px;
}

.sec03 .cont01:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    height: 38px;
    background: rgba(111, 158, 212, 0.35);
}

.sec03 .cont_title {
    position: relative;
    padding: 80px 0 20px;
    margin: 0 0 30px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.sec03 .cont_title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: inline-block;
    width: 244px;
    height: 1px;
    margin: 0 auto;
    background: #be9e3a;
}

.sec03 .cont_title .small {
    display: block;
    margin: 15px 0 0;
    font-size: 18px;
    font-weight: bold;
}

.sec03 .price {
    padding: 0 0 10px;
    border-bottom: 1px dotted #1f296e;
    margin: 0 0 40px;
    font-size: 16px;
    font-weight: bold;
    color: #1f296e;
    text-align: center;
    line-height: 2.5;
}

.sec03 .price .large {
    margin: 0 0 0 1em;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.27em;
}

.sec03 .price .small {
    font-size: 16px;
    font-weight: bold;
}

.sec03 .cont01_list {
    width: 100%;
    margin: 0 auto 30px;
}

.sec03 .cont01_list .first {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
}

.sec03 .cont01_list .item {
    width: 48%;
    height: 60px;
    border: 1px solid #be9e3a;
    box-sizing: border-box;
    padding: 0;
    margin: 0 0 10px;
    background: #fffef2;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
}

.sec03 .cont01_list .second {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
}

.sec03 .cont01_list .second .item {
    padding: 0;
}

.sec03 .cont01_list .second .item .small {
    font-size: 16px;
    font-weight: bold;
}

.sec03 .cont01_list .second .item:nth-of-type(2) {
    padding: 10px 0 0;
    line-height: 1.2;
}

.sec03 .cont01_list .second .item:nth-of-type(3) {
    padding: 5px 0 0;
    line-height: 1.2;
    font-size: 15px;
}

.sec03 .cont01_list .second .item:nth-of-type(3) .small {
    font-size: 14px;
}

.sec03 .cont01_list .third {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sec03 .cont01_list .third .item:nth-of-type(3) ,
.sec03 .cont01_list .third .item:nth-of-type(4) ,
.sec03 .cont01_list .third .item:nth-of-type(5) {
    padding: 0;
}

.sec03 .cont_link {
    width: 240px;
    height: 40px;
    border: 1px solid #fff;
    box-sizing: border-box;
    box-shadow: 2px 2px 5px rgba(35, 24, 21, 0.38);
    margin: 0 auto;
}

.sec03 .cont_link a {
    display: block;
    width: 100%;
    height: 100%;
    background: #1f296e;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
}

/* cont02 */
.sec03 .cont02 {
    position: relative;
    width: 100%;
    padding: 0 20px 50px;
    border: 1px solid #1f296e;
    box-sizing: border-box;
    margin: 0 0 35px;
}

.sec03 .cont02:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    height: 38px;
    background: rgba(111, 158, 212, 0.35);
}

.sec03 .cont02 .cont_title {
    padding: 80px 0 20px;
}

.sec03 .cont_text {
    padding: 20px 0;
    margin: 0 0 30px;
    background: rgba(31, 41, 110, 0.06);
    font-size: 16px;
    font-weight: bold;
    line-height: 1.9;
    text-align: center;
}

.sec03 .cont02 .box {
    display: block;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin: 0 0 30px;
}

.sec03 .cont02 .box_l {
    position: relative;
    margin: 0 0 100px;
}

.sec03 .cont02 .box_l:after {
    content: "";
    position: absolute;
    top: auto;
    bottom: -75px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    width: 55px;
    height: 58px;
    background: url(../img/ningendokku_icon01.png) no-repeat;
}

.sec03 .cont02 .box_l .item {
    width: 100%;
    height: 80px;
    padding: 7px 0 0;
    border: 1px solid #be9e3a;
    box-sizing: border-box;
    box-shadow: 2px 2px 5px rgba(35, 24, 21, 0.38);
    background: #fffef2;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 2;
}

.sec03 .cont02 .box_l .item:after {
    content: "〉";
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    color: #be9e3a;
}

.sec03 .cont02 .box_l .item .small {
    font-size: 15px;
    font-weight: bold;
}

.sec03 .cont02 .box_r {
    width: 100%;
}

.sec03 .cont02 .box_r .item {
    width: 48%;
    height: 60px;
    border: 1px solid #be9e3a;
    box-sizing: border-box;
    padding: 0;
    margin: 0 0 10px;
    background: #fffef2;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
}

.sec03 .cont02 .box_r .first {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
}

.sec03 .cont02 .box_r .first .item:nth-of-type(2) {
    padding: 0;
}

.sec03 .cont02 .box_r .second {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
}

.sec03 .cont02 .box_r .second .item:nth-of-type(2) {
    padding: 10px 0 0;
    line-height: 1.2;
}

.sec03 .cont02 .box_r .second .item .small {
    font-size: 16px;
    font-weight: bold;
}

/* cont03 */
.sec03 .cont03 {
    position: relative;
    width: 100%;
    padding: 0 20px 50px;
    border: 1px solid #1f296e;
    box-sizing: border-box;
    margin: 0 0 30px;
}

.sec03 .cont03:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    height: 38px;
    background: rgba(111, 158, 212, 0.35);
}

.sec03 .cont03 .cont_title {
    padding: 100px 0 70px;
}

.sec03 .cont03 .cont_title .space {
    margin: 0;
    font-weight: bold;
}

.sec03 .cont03 .cont_title:before {
    content: "semi-standard";
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translate(-50%);
    font-size: 16px;
}

.sec03 .cont_text {
    background: none;
}

.sec03 .cont03 .box {
    display: block;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin: 0 0 50px;
}

.sec03 .cont03 .box_l {
    position: relative;
    margin: 0 0 100px;
}

.sec03 .cont03 .box_l:after {
    content: "";
    position: absolute;
    top: auto;
    bottom: -75px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    width: 55px;
    height: 58px;
    background: url(../img/ningendokku_icon01.png) no-repeat;
}

.sec03 .cont03 .box_l .item {
    width: 100%;
    height: 80px;
    padding: 7px 0 0;
    border: 1px solid #be9e3a;
    box-sizing: border-box;
    box-shadow: 2px 2px 5px rgba(35, 24, 21, 0.38);
    background: #fffef2;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 2;
}

.sec03 .cont03 .box_l .item:after {
    content: "〉";
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    color: #be9e3a;
}

.sec03 .cont03 .box_l .item .small {
    font-size: 15px;
    font-weight: bold;
}

.sec03 .cont03 .box_r {
    width: 100%;
}

.sec03 .cont03 .box_r .item {
    width: 48%;
    height: 60px;
    border: 1px solid #be9e3a;
    box-sizing: border-box;
    padding: 0;
    margin: 0 0 10px;
    background: #fffef2;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
}

.sec03 .cont03 .box_r .first {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
}

.sec03 .cont03 .box_r .first .item:nth-of-type(2) {
    padding: 0;
}

.sec03 .cont03 .box_r .first .item:nth-of-type(3) {
    padding: 0;
}

.sec03 .cont03 .box_r .second {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
}

.sec03 .cont03 .box_r .second .item {
    display: block;
    justify-content: space-between;
    padding: 0;
}

.sec03 .cont03 .box_r .second .item:nth-of-type(2) {
    padding: 10px 0 0;
    line-height: 1.2;
}

.sec03 .cont03 .box_r .second .item .small {
    font-size: 16px;
    font-weight: bold;
}

.sec03 .cont03 .box_r .third {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
}

.sec03 .cont03 .box_r .third .item {
    padding: 0;
}

.sec03 .cont03 .box_r .third .item:nth-of-type(2) {
    padding: 10px 0 0;
    line-height: 1.2;
}

.sec03 .cont03 .box_r .fourth {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
}

.sec03 .cont03 .box_r .fourth .item {
    padding: 0;
}

.sec03 .cont03 .box_r .fourth .item:nth-of-type(2) {
    padding: 10px 0 0;
    line-height: 1.2;
}

.sec03 .cont03 .box_r .fourth .item .small {
    font-size: 14px;
    font-weight: bold;
}

/* cont04 */
.sec03 .cont04 {
    position: relative;
    width: 100%;
    padding: 0 20px 50px;
    border: 1px solid #1f296e;
    box-sizing: border-box;
    margin: 0 0 30px;
}

.sec03 .cont04:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    height: 38px;
    background: rgba(111, 158, 212, 0.35);
}

.sec03 .cont04:after {
    content: "";
    position: absolute;
    top: -12px;
    right: 0;
    display: inline-block;
    width: calc(187px * 0.75);
    height: calc(151px * 0.75);
    background: url(../img/ningendokku_label02.png) no-repeat;
    background-size: 100%;
}

.sec03 .cont04 .cont_title {
    padding: 120px 0 70px;
}

.sec03 .cont04 .cont_title:before {
    content: "standard";
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translate(-50%);
    font-size: 16px;
}

.sec03 .cont04 .cont_title .space {
    margin: 0;
    font-weight: bold;
}

.sec03 .cont04 .price {
    margin: 0 0 30px;
}

.sec03 .cont04 .box {
    display: block;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin: 0 0 50px;
}

.sec03 .cont04 .box_l {
    position: relative;
    margin: 0 0 100px;
}

.sec03 .cont04 .box_l:after {
    content: "";
    position: absolute;
    top: auto;
    bottom: -75px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    width: 55px;
    height: 58px;
    background: url(../img/ningendokku_icon01.png) no-repeat;
}

.sec03 .cont04 .box_l .item {
    width: 100%;
    height: 80px;
    padding: 7px 0 0;
    border: 1px solid #be9e3a;
    box-sizing: border-box;
    box-shadow: 2px 2px 5px rgba(35, 24, 21, 0.38);
    background: #fffef2;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    line-height: 2;
}

.sec03 .cont04 .box_l .item:after {
    content: "〉";
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    color: #be9e3a;
}

.sec03 .cont04 .box_l .item .small {
    font-size: 15px;
    font-weight: bold;
}

.sec03 .cont04 .box_l .grade_title {
    margin: 0 0 5px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
}

.sec03 .cont04 .box_l .grade_title .large {
    font-size: 27px;
    font-weight: bold;
}

.sec03 .cont04 .box_l .grade_list .item {
    width: 305px;
    height: 100px;
    border: 1px solid #1f296e;
    padding: 10px 0;
    box-sizing: border-box;
    margin: 0 auto;
    background: url(../img/ningendokku_arrow02.png) center center no-repeat;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.sec03 .cont04 .box_l .grade_list .item:nth-of-type(1) {
    margin: 0 auto 10px;
}

.sec03 .cont04 .box_l .grade_list .item .color {
    display: block;
    margin: 25px 0 0;
    font-size: 21px;
    font-weight: bold;
    color: #be9e3a;
}

.sec03 .cont04 .box_l .grade_list .item .color .small {
    font-size: 18px;
    font-weight: bold;
}

.sec03 .cont04 .box_r {
    width: 100%;
}

.sec03 .cont04 .box_r .item {
    width: 48%;
    height: 60px;
    border: 1px solid #be9e3a;
    box-sizing: border-box;
    padding: 0;
    margin: 0 0 10px;
    background: #fffef2;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
}

.sec03 .cont04 .box_r .first {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
}

.sec03 .cont04 .box_r .first .item:nth-of-type(2) {
    padding: 0;
}

.sec03 .cont04 .box_r .first .item:nth-of-type(2) {
    padding: 0;
}

.sec03 .cont04 .box_r .second {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
}

.sec03 .cont04 .box_r .second .item {
    padding: 0;
}

.sec03 .cont04 .box_r .second .item:nth-of-type(2) {
    padding: 10px 0 0;
    line-height: 1.2;
}

.sec03 .cont04 .box_r .second .item .small {
    font-size: 16px;
    font-weight: bold;
}

.sec03 .cont04 .box_r .third {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
}

.sec03 .cont04 .box_r .third .item:nth-of-type(2) {
    padding: 10px 0 0;
    line-height: 1.2;
}

.sec03 .cont04 .box_r .fourth {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
}

.sec03 .cont04 .box_r .fourth .item {
    padding: 0;
}

.sec03 .cont04 .box_r .forth .item:nth-of-type(2) {
    padding: 10px 0 0;
    line-height: 1.2;
}

.sec03 .cont04 .box_r .fourth .item .small {
    font-size: 14px;
    font-weight: bold;
}

.sec03 .cont04 .box_r .fifth {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
}

.sec03 .cont04 .box_r .fifth .item:nth-of-type(3) {
    padding: 0;
}

.sec03 .cont04 .box_r .sixth {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
}

.sec03 .cont04 .box_r .sixth .item:nth-of-type(1) {
    padding: 0;
}

.sec03 .cont04 .box_r .sixth .item:nth-of-type(2) {
    padding: 0;
}

.sec03 .cont04 .box_r .sixth .item:nth-of-type(3) {
    padding: 10px 0 0;
    line-height: 1.2;
}

.sec03 .cont04 .box_r .sixth .item:nth-of-type(3) .small {
    font-size: 14px;
}

/* =====sec04===== */
.sec04 {
    letter-spacing: 0.16em;
}

.sec04_head {
    width: 100%;
    height: 335px;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 0 0 50px;
    background: url(../img/kenpo_hihokensya04.jpg) center top 20%/cover no-repeat;
}

.sec04 .head_inner {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.sec04 .sec_title {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    text-shadow:  #fff 2px 0px,  #fff -2px 0px,
                #fff 0px -2px, #fff 0px 2px,
                #fff 2px 2px , #fff -2px 2px,
                #fff 2px -2px, #fff -2px -2px,
                #fff 1px 2px,  #fff -1px 2px,
                #fff 1px -2px, #fff -1px -2px,
                #fff 2px 1px,  #fff -2px 1px,
                #fff 2px -1px, #fff -2px -1px;
}

.sec04 .sec_title .small {
    font-size: 25px;
    font-weight: bold;
}

.sec04_list {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 0 0 30px;
}

.sec04_list .item {
    width: 48%;
    height: 90px;
    border: 2px solid #1f296e;
    box-sizing: border-box;
    box-shadow: 7px 7px 5px rgba(147, 147, 147, 0.75);
    margin: 0;
    text-align: center;
}

.sec04_list .item:nth-of-type(1) {
    margin: 0 10px 0 0;
}

.sec04_list .item a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 25px 0 0;
    box-sizing: border-box;
    background: #fffef2 url(../img/ningendokku_arrow01.png) center bottom 8px no-repeat;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
}

.sec04_list .item:nth-of-type(2) a {
    padding: 15px 0 0;
}

.sec04_body {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 0 auto;
}

/* cont */
.sec04 .cont01 {
    position: relative;
    width: 100%;
    padding: 0 20px 50px;
    border: 1px solid #1f296e;
    box-sizing: border-box;
    margin: 0 0 35px;
}

.sec04 .cont01:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    height: 38px;
    background: rgba(111, 158, 212, 0.35);
}

.sec04 .cont_title {
    position: relative;
    padding: 80px 0 20px;
    margin: 0 0 30px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.sec04 .cont_title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: inline-block;
    width: 244px;
    height: 1px;
    margin: 0 auto;
    background: #be9e3a;
}

.sec04 .cont_text {
    margin: 0 0 30px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.7;
    text-align: center;
}

.sec04 .cont_text02 {
    width: 100%;
    margin: 0 auto 30px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.7;
}

.sec04 .price {
    padding: 0 0 10px;
    border-bottom: 1px dotted #1f296e;
    margin: 0 0 30px;
    font-size: 16px;
    font-weight: bold;
    color: #1f296e;
    text-align: center;
    line-height: 2.5;
}

.sec04 .price .large {
    margin: 0 0 0 1em;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.27em;
}

.sec04 .price .small {
    font-size: 18px;
    font-weight: bold;
}

.sec04 .cont01_list {
    width: 100%;
    margin: 0 auto 30px;
}

.sec04 .cont01_list .first {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
}

.sec04 .cont01_list .item {
    width: 48%;
    height: 60px;
    border: 1px solid #be9e3a;
    box-sizing: border-box;
    padding: 0;
    margin: 0 0 10px;
    background: #fffef2;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
}

.sec04 .cont01_list .item:nth-child(2n-1) {
    margin: 0;
}

.sec04 .cont01_list .second {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
}

.sec04 .cont01_list .second .item:nth-of-type(3) {
    padding: 10px 0 0;
    line-height: 1.2;
}

.sec04 .cont01_list .second .item .small {
    font-size: 16px;
    font-weight: bold;
}

.sec04 .cont_link {
    width: 240px;
    height: 40px;
    border: 1px solid #fff;
    box-sizing: border-box;
    box-shadow: 2px 2px 5px rgba(35, 24, 21, 0.38);
    margin: 0 auto;
}

.sec04 .cont_link a {
    display: block;
    width: 100%;
    height: 100%;
    background: #1f296e;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
}

/* cont02 */
.sec04 .cont02 {
    position: relative;
    width: 100%;
    padding: 0 20px 50px;
    border: 1px solid #1f296e;
    box-sizing: border-box;
    margin: 0 0 30px;
}

.sec04 .cont02:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    height: 38px;
    background: rgba(111, 158, 212, 0.35);
}

.sec04 .cont02 .cont_text02 {
    width: 100%;
    margin: 0 auto 40px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.7;
}

.sec04 .cont02_list {
    width: 100%;
    margin: 0 auto 30px;
}

.sec04 .cont02_list .first {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
}

.sec04 .cont02_list .item {
    width: 48%;
    height: 60px;
    border: 1px solid #be9e3a;
    box-sizing: border-box;
    padding: 0;
    margin: 0 0 10px;
    background: #fffef2;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
}

.sec04 .cont02_list .item:nth-child(2n-1) {
    margin: 0 0 10px;
}

.sec04 .cont02_list .second {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
}

.sec04 .cont02_list .second .item:nth-of-type(3) {
    padding: 10px 0 0;
    line-height: 1.2;
}

.sec04 .cont02_list .third {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
}

.sec04 .cont02_list .third .item:nth-of-type(1) {
    padding: 10px 0 0;
    font-size: 16px;
    line-height: 1.2;
}

.sec04 .cont02_list .third .item .small {
    font-size: 15px;
    font-weight: bold;
}

/* =====sec05===== */
.sec05 {
    letter-spacing: 0.16em;
}

.sec05_head {
    width: 100%;
    height: 335px;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 0 0 30px;
    background: url(../img/kenpo_hihokensya05.jpg) center top 20%/cover no-repeat;
}

.sec05 .head_inner {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.sec05 .sec_title {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    text-shadow:  #fff 2px 0px,  #fff -2px 0px,
                #fff 0px -2px, #fff 0px 2px,
                #fff 2px 2px , #fff -2px 2px,
                #fff 2px -2px, #fff -2px -2px,
                #fff 1px 2px,  #fff -1px 2px,
                #fff 1px -2px, #fff -1px -2px,
                #fff 2px 1px,  #fff -2px 1px,
                #fff 2px -1px, #fff -2px -1px;
}

.sec05_list {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 0 0 30px;
}

.sec05_list .item {
    width: 48%;
    height: 90px;
    border: 2px solid #1f296e;
    box-sizing: border-box;
    box-shadow: 7px 7px 5px rgba(147, 147, 147, 0.75);
    margin: 0;
    text-align: center;
}

.sec05_list .item:nth-of-type(1) {
    margin: 0 30px 0 0;
}

.sec05_list .item a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 25px 0 0;
    box-sizing: border-box;
    background: #fffef2 url(../img/ningendokku_arrow01.png) center bottom 8px no-repeat;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
}

.sec05_body {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 0 auto;
}

/* cont */
.sec05 .cont01 {
    position: relative;
    width: 100%;
    padding: 0 20px 30px;
    border: 1px solid #1f296e;
    box-sizing: border-box;
    margin: 0 0 30px;
}

.sec05 .cont01:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    height: 38px;
    background: rgba(111, 158, 212, 0.35);
}

.sec05 .cont_title {
    position: relative;
    padding: 80px 0 20px;
    margin: 0 0 30px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.sec05 .cont_title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: inline-block;
    width: 244px;
    height: 1px;
    margin: 0 auto;
    background: #be9e3a;
}

.sec05 .cont_text {
    margin: 0 0 30px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.7;
    text-align: center;
}

.sec05 .cont_text02 {
    margin: 0 0 25px;
    font-weight: bold;
    text-align: center;
}

.sec05 .text_box {
    width: 100%;
    padding: 20px;
    margin: 0 auto 30px;
    box-sizing: border-box;
    background: rgba(31, 41, 110, 0.06);
}

.sec05 .text_box .title {
    margin: 0 0 30px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.sec05 .text_box .text01 {
    position: relative;
    padding: 0 0 0 1em;
    margin: 0 0 20px;
    font-weight: bold;
}

.sec05 .text_box .text01:before {
    content: "1.";
    position: absolute;
    left: 0;
    font-weight: bold;
}

.sec05 .text_box .text02 {
    position: relative;
    padding: 0 0 0 1em;
    margin: 0 0 20px;
    font-weight: bold;
}

.sec05 .text_box .text02:before {
    content: "2.";
    position: absolute;
    left: 0;
    font-weight: bold;
}

.sec05 .price {
    padding: 0 0 10px;
    border-bottom: 1px dotted #1f296e;
    font-size: 16px;
    font-weight: bold;
    color: #1f296e;
    text-align: center;
    line-height: 2.5;
}

.sec05 .price .lower {
    font-size: 16px;
    font-weight: bold;
}

.sec05 .price .large {
    margin: 0 0 0 1em;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.27em;
}

.sec05 .price .small {
    font-size: 16px;
    font-weight: bold;
}

.sec05 .cont01_list {
    width: 520px;
    margin: 0 auto 50px;
}

.sec05 .cont01_list .first {
    display: flex;
    justify-content: space-between;
    margin: 0 0 14px;
}

.sec05 .cont01_list .item {
    height: 72px;
    border: 1px solid #be9e3a;
    box-sizing: border-box;
    padding: 0 30px;
    background: #fffef2;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 72px;
}

.sec05 .cont01_list .second {
    display: flex;
    justify-content: space-between;
    margin: 0 0 14px;
}

.sec05 .cont01_list .second .item:nth-of-type(3) {
    padding: 0 40px;
}

.sec05 .cont01_list .second .item .small {
    font-size: 16px;
    font-weight: bold;
}

.sec05 .cont_link {
    width: 240px;
    height: 40px;
    border: 1px solid #fff;
    box-sizing: border-box;
    box-shadow: 2px 2px 5px rgba(35, 24, 21, 0.38);
    margin: 0 auto;
}

.sec05 .cont_link a {
    display: block;
    width: 100%;
    height: 100%;
    background: #1f296e;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
}

/* cont02 */
.sec05 .cont02 {
    position: relative;
    width: 100%;
    padding: 0 20px 30px;
    border: 1px solid #1f296e;
    box-sizing: border-box;
    margin: 0 0 30px;
}

.sec05 .cont02:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    height: 38px;
    background: rgba(111, 158, 212, 0.35);
}

.sec05 .cont02 .cont_text02 {
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: bold;
}

.sec05 .cont02 .cont_text03 {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto 100px;
    background: rgba(111, 158, 212, 0.13);
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 2;
}

.sec05 .cont02 .cont_text03:after {
    content: "";
    position: absolute;
    bottom: -80px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    width: 58px;
    height: 58px;
    background: url(../img/ningendokku_icon01.png) no-repeat;
}

.sec05 .cont02 .box {
    display: block;
    justify-content: center;
    margin: 0 0 30px;
}

.sec05 .cont02 .box_l {
    margin: 0 0 30px;
}

.sec05 .cont02 .box .text01 {
    width: 100%;
    height: auto;
    padding: 0;
    box-sizing: border-box;
    margin: 0 0 15px;
    background: rgba(111, 158, 212, 0.13);
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 2;
}

.sec05 .cont02 .box .text02 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 2;
}

.sec05 .cont02 .box .text02 .color {
    font-size: 20px;
    font-weight: bold;
    color: #1F296E;
    letter-spacing: 0.27em;
}

.sec05 .cont02 .box .text02 .color .small {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.16em;
}

.sec05 .cont02 .price {
    margin: 0;
}

/* =====アイテムを100%に===== */


.sec02 .item:nth-child(2n-1):last-child,
.sec03 .item:nth-child(2n-1):last-child,
.sec04 .item:nth-child(2n-1):last-child,
.sec05 .item:nth-child(2n-1):last-child {
    width: 100%;
}

/* =====sec06===== */

.sec06 {
    width: 100%;
    padding: 146px 20px 51px;
    border-top: 1px solid #be9e3a;
    border-bottom: 1px solid #be9e3a;
    box-sizing: border-box;
    background: url(../img/logo04.png) center top 42px no-repeat;
    background-color: #fffef5;
    text-align: center;
}

.sec06_box {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.sec06_contact {
    width: 469px;
    max-width: 100%;
}

.sec06_contact .title {
    padding: 8px 0;
    margin: 0 0 12px;
    background: #1f296e;
    font-size: 16px;
    font-family: "游ゴシック体";
    color: #fff;
}

.sec06_contact .tel {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin: 0 0 22px;
}

.sec06_contact .num {
    padding: 0 0 0 35px;
    margin: 0 20px;
    background: url(../img/home_icon12.png) center left no-repeat;
    font-size: 25px;
    font-weight: bold;
    font-family: "游ゴシック体";
}

.sec06_contact .time {
    padding: 0;
    font-size: 15px;
    font-family: "小塚ゴシック Pro";
    vertical-align: middle;
}

.sec06 .reservebox {
    position: relative;
    display: block;
    justify-content: center;
    width: 100%;
    padding: 25px 0 20px;
    border: 1px solid #be9e3a;
    box-sizing: border-box;
    margin: 0 auto;
    background: #fff;
}

.sec06 .reservebox:before {
    content: "オンライン予約";
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    width: 170px;
    height: 34px;
    padding: 0 0 0 53px;
    box-sizing: border-box;
    background: url(../img/home_icon02.png) top left 12px/25px no-repeat;
    background-color: #fff;
    font-size: 15px;
    font-family: "小塚ゴシック Pro";
    color: #be9e3a;
    line-height: 34px;
}

.sec06 .reserve {
    width: 204px;
    height: 38px;
    margin: 0 auto;
    background: #be9e3a;
    box-shadow: 1.5px 1.5px 1.5px rgba(82, 78, 35, 0.75);
}

.sec06 .reserve01 {
    margin: 0 auto;
}

.sec06 .reserve a {
    display: block;
    box-sizing: border-box;
    font-size: 18px;
    color: #fff;
    font-family: "小塚ゴシック Pro";
    text-shadow: 3px 3px 3px rgba(82, 78, 35, 0.75);
    line-height: 38px;
}

.sec06 .reserve01 a {
    padding: 0 62px 0 30px;
    background: url(../img/home_icon14.png) top 9px right 28px no-repeat;
}


}