html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    line-height: 1.4;
}

p {
    margin: 0 0 10px;
    line-height: 1.6;
    font-size: 18px;
}

a {
    transition: all 200ms linear 0s;
    text-decoration: none;
    color: #0276c1;
    font-size: 18px;
}

button {
    font-size: 18px;
}

a.underline {
    text-decoration: underline;
}

a:hover {
    opacity: .8;
}

ul,
li,
figure {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 18px;
}

h1,
h2,
h3,
h4 {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3 {
    font-size: 36px;
    font-weight: bold;
}

table,
th,
td {
    border: 1px solid #888;
    border-collapse: collapse;
}

th,
td {
    padding: 8px;
}

th {
    width: 15%;
    background: #f9f9f9;
    font-weight: normal;
}

.wrapper {
    min-height: 100%;
    overflow: hidden;
    width: 100%;
}

main {}

section {
    position: relative;
    padding: 90px 0;
}

.container {
    width: 100%;
    max-width: 1040px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}

.inner {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

.tac {
    text-align: center !important;
}

.tal {
    text-align: left !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb1 {
    margin-bottom: 10px !important;
}

.mb2 {
    margin-bottom: 20px !important;
}

.mb3 {
    margin-bottom: 30px !important;
}

.mb4 {
    margin-bottom: 40px !important;
}

.mb5 {
    margin-bottom: 50px !important;
}

.mb6 {
    margin-bottom: 60px !important;
}

.mb9 {
    margin-bottom: 90px !important;
}

.mt1 {
    margin-top: 10px !important;
}

.mt2 {
    margin-top: 20px !important;
}

.mt3 {
    margin-top: 30px !important;
}

.mt6 {
    margin-top: 60px !important;
}

.mt7 {
    margin-top: 70px !important;
}

.mr1 {
    margin-right: 10px !important;
}

.mr2 {
    margin-right: 20px !important;
}

.mr4 {
    margin-right: 40px !important;
}

.ml0 {
    margin-right: 0 !important;
}

.mt12 {
    margin-top: 120px !important;
}

.mt3 {
    margin-top: 30px !important;
}

.mcenter {
    margin: 0 auto !important;
}

.pb-none {
    padding-bottom: 0 !important;
}

.pd0 {
    padding: 0 !important;
}

.pd3 {
    padding: 30px !important;
}

.pd4 {
    padding: 40px !important;
}

.pt0 {
    padding-top: 0 !important;
}

.pt3 {
    padding-top: 30px !important;
}

.pt5 {
    padding-top: 50px !important;
}

.pb5 {
    padding-bottom: 50px !important;
}

.pt1 {
    padding-top: 10px !important;
}

.pt6 {
    padding-top: 60px !important;
}

.pt9 {
    padding-top: 90px !important;
}

.pb0 {
    padding-bottom: 0 !important;
}

.pb1 {
    padding-bottom: 10px !important;
}

.pb6 {
    padding-bottom: 60px !important;
}

.pr2 {
    padding-right: 20px !important;
}

.pr3 {
    padding-right: 30px !important;
}

.pl1 {
    padding-left: 10px !important;
}

.pl2 {
    padding-left: 20px !important;
}

.pl3 {
    padding-left: 30px !important;
}

.pl6 {
    padding-left: 60px !important;
}

.plr2 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.plr3 {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.plr12 {
    padding-left: 120px !important;
    padding-right: 120px !important;
}

.ptb4 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.ptb3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.pc-hidden {
    display: none !important
}

.sp-hidden {
    display: block !important
}

.sp-hidden.flx {
    display: flex !important
}

br.pnone {
    display: none !important
}

br.snone {
    display: inline !important
}

.pe-none {
    pointer-events: none !important;
}

.txt-sm {
    font-size: .8em !important;
}

.txt-md {
    font-size: 1.2em !important;
}

.txt-16 {
    font-size: 16px !important;
}

.txt-24 {
    font-size: 24px !important;
}

.txt-28 {
    font-size: 28px !important;
}

.txt-36 {
    font-size: 36px !important;
}

.txt-blu {
    color: #094067 !important;
}

.txt-wht {
    color: #fff !important;
}

.ilb {
    display: inline-block !important;
}

.blk {
    display: block !important;
}

.flx {
    display: flex !important;
}

.flw {
    flex-wrap: wrap !important;
}

.rrvs {
    display: flex !important;
    flex-direction: row-reverse;
}

.aic {
    align-items: center !important;
}

.aifs {
    align-items: flex-start !important;
}

.aife {
    align-items: flex-end !important;
}

.jcsb {
    justify-content: space-between !important;
}

.jcsa {
    justify-content: space-around !important;
}

.jcc {
    justify-content: center !important;
}

.left {
    text-align: left;
}

.step {
    font-size: 24px;
    line-height: calc(24 / 24);
    font-weight: bold;
    color: #094067;
    border-left: 13px solid #094067;
    text-align: left;
    padding-left: 6px;
    padding-bottom: 2px;
}

.flx-fx {
    flex: 0 0 auto;
}

.cf::after {
    content: "";
    display: block;
    clear: both;
}

.w50 {
    width: 50% !important;
}

.w40 {
    width: 40% !important;
}

.w60 {
    width: 60% !important;
}

.w70 {
    width: 70% !important;
}

.w30 {
    width: 30% !important;
}

.w100 {
    width: 100% !important;
}

.wauto {
    width: auto !important;
}

.w7px {
    width: 100% !important;
    max-width: 700px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

.w78px {
    width: 100% !important;
    max-width: 780px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

.w100px {
    width: 100% !important;
    max-width: 1000px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

.ofv {
    overflow: visible !important;
}

br.sp {
    display: none !important;
}

br.pc {
    display: inline !important;
}

.eph01 {
    font-weight: bold;
    text-decoration: underline;
}

.btn {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    border: 3px solid #3DA9FC;
    border-radius: 200px;
    padding: 10px 35px;
    color: #3DA9FC;
    background: #fff;
    cursor: pointer;
}

.btn>span {
    display: inline-block;
    position: relative;
    line-height: 1;
}

.btn>span:after {
    content: "\f105";
    width: 8px;
    height: 15px;
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -12px;
    margin: auto;
    display: inline-block;
    font-size: 20px;
}

.circle {
    border-radius: 300px !important;
    overflow: hidden !important;
}

#nav-toggle {
    bottom: 0;
    right: 20px;
    height: 26px;
    cursor: pointer;
    padding: 0 0;
    transition: all 200ms linear 0s;
    z-index: 1000;
    position: absolute;
    width: 28px;
    margin: auto;
    top: 0;
}

#nav-toggle>div {
    position: relative;
}

#nav-toggle span {
    width: 100%;
    height: 1px;
    left: 0;
    display: block;
    background: #094067;
    position: absolute;
    transition: transform .4s ease-in-out, top .3s ease;
}

#nav-toggle span:nth-child(1) {
    top: 0;
}

#nav-toggle span:nth-child(2) {
    top: 12px;
}

#nav-toggle span:nth-child(3) {
    top: 24px;
}

.open #nav-toggle span {
    background: #FFFFFF;
}

.open #nav-toggle span:nth-child(1) {
    top: 15px;
    transform: rotate(45deg);
}

.open #nav-toggle span:nth-child(2) {
    top: 15px;
    width: 0;
    left: 50%;
}

.open #nav-toggle span:nth-child(3) {
    top: 15px;
    transform: rotate(-45deg);
}

.open #gloval-nav {
    visibility: visible;
    opacity: 1;
    background: rgba(9, 64, 103, 0.93);
}

.opentwo #gloval-navTwo {
    visibility: visible;
    opacity: 1;
    background: rgb(255, 255, 255, 0.95);
}

ul.menu-list {
    display: none;
}

ul.menu-list>li {
    margin-right: 0;
    border-top: 1px solid #094067;
}

#gloval-nav ul.menu-list,
#gloval-navTwo ul.menu-list {
    display: block;
    padding: 30px 15px 0;
}

#gloval-nav {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 991;
    text-align: center;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
}

#gloval-navTwo {
    position: absolute;
    top: 52px;
    left: 0;
    right: 0;
    z-index: 990;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
    width: 100%;
    height: 100vh;
    margin: auto;
}

ul.menu-list>li>a {
    display: block;
    padding: 0 0 20px 0;
    position: relative;
    font-size: 20px;
    color: #fff;
}

header#masthead {
    position: fixed;
    width: 100%;
    z-index: 999;
}

.header-shadow {
    background: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.header-height {
    height: 81px;
}

header a.top-logo {
    width: 100%;
    max-width: 118px;
}

header a.txt {
    color: #094067;
}

header.entry-header {
    background: none;
}

.entry-date.published {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    color: #094067;
}

.entry-date.published:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/wp-content/themes/akinaga/images/icon-clock.png)no-repeat center center;
    background-size: contain;
    width: 16px;
    height: 16px;
    bottom: 0;
    margin: auto;
}

.addtoany_content {
    margin: 30px auto 60px !important;
    text-align: center;
}

.addtoany_header {
    margin: 0 0 16px;
    font-size: 18px;
    color: #094067;
}

nav.h-menu {
    background: rgb(255, 255, 255, 0.8);
    position: relative;
}

nav.h-menu ul>li {}

nav.h-menu ul>li>a {
    position: relative;
    display: block;
    padding: 28px 30px 27px 20px;
    color: #094067;
    text-align: left;
}

nav.h-menu ul>li>a:after {
    content: "\f105";
    width: 6px;
    height: 24px;
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 8px;
    margin: auto;
    display: inline-block;
    font-size: 20px;
}

.pc-header-nav {
    height: 81px;
}

/*
section.fv {
    background: url(/wp-content/themes/akinaga/images/head_bg0.jpg)no-repeat center center;
    background-size: cover;
    padding: 0 20px;
}
*/
.fv {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 450px;
    margin-top: -81px;
    background: url(/wp-content/themes/akinaga/images/add-img/fv-back.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    box-shadow: 0px 30px 40px #D8EEFE;
}

/*
div.fv:after {
    content: "";
    background: url(/wp-content/themes/akinaga/images/img_head.png)no-repeat center center;
    background-size: contain;
    width: 664px;
    height: 219px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: block;
    z-index: 2;
}
*/
.fv-title {
    width: 400px;
    height: 82px;
    margin-top: 100px;
    margin-left: 20px;
}

/*
section.fv:before {
    content: "";
    
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: block;
    z-index: 1;
    mix-blend-mode: multiply;
}
*/
.flx>#primary {
    width: 68%;
}

#secondary h2 {
    font-size: 24px;
    color: #094067;
    margin: 0 0 10px;
}

section.widget {
    padding: 0 0 0;
}

.flx>#secondary {
    width: 30%;
}

.reason-img {
    width: 100%;
    max-width: 436px;
}

.rsn-label {
    font-family: Gill Sans, Gill Sans MT, Calibri, sans-serif;
    color: #C84630;
    font-size: 26px;
    font-style: italic;
    font-weight: bold;
}

.bg-gradetion {
    background: linear-gradient(180deg, rgb(216, 238, 254), rgb(255, 255, 255));
}

.bg-blu {
    background: #094067 !important;
}

.bg-sblu {
    background: #D8EEFE !important;
}

.bg-wht {
    background: #fff !important;
}

.bg-grey {
    background: #F5F5F4 !important;
}

.txt-bld {
    font-weight: bold !important;
}

.bdrrds-01 {
    border-radius: 10px !important;
    overflow: hidden !important;
}

.bdr-01 {
    border: 1px solid #094067;
}

ul.tlist-01>li>div {
    padding: 15px 15px 30px;
}

ul.dot>li {
    padding: 0 0 0 20px;
    position: relative;
    margin: 0 0 8px;
}

ul.dot>li:before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
}

.bg-t01 {
    background: url(/wp-content/themes/akinaga/images/img_bg.jpg)no-repeat center center;
    background-size: cover;
    height: 180px;
    margin-top: 210px;
}

ul.reason-list>li>div>div {
    width: 100%;
}

ul.service-list {}

ul.service-list>li>p {
    font-size: 17px;
}

ul.service-list>li {
    padding: 20px 15px;
    margin-right: 15px;
}

ul.service-list>li:last-child {
    margin-right: 0;
}

ul.service-list>li>p.first {
    position: relative;
    padding-bottom: 15px;
}

ul.service-list>li>p.first:after {
    content: "";
    background: url(/wp-content/themes/akinaga/images/icon-bbl@2x.png)no-repeat center center;
    background-size: contain;
    position: relative;
    top: 10px;
    left: 0;
    display: block;
    width: 280px;
    height: 21.5px;
    margin: 0 auto;
}

ul.service-list>li>figure {
    width: 100%;
    max-width: 214px;
    margin: 0 auto;
}

ul.wlist-one {}

ul.wlist-one>li {
    margin: 0 0 10px;
}

ul.wlist-one>li>a {
    position: relative;
    display: inline-block;
    padding: 0 0 0 10px;
}

ul.wlist-one>li>a:before {
    content: "\f105";
    width: 8px;
    height: 30px;
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    font-size: 20px;
    bottom: 0;
    margin: auto;
}

ul.post-list01 {}

ul.post-list01>li {
    width: 32.33333333%;
    margin-right: 1.5%;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
}

ul.post-list01.fav>li {
    width: 32.33333333% !important;
    margin-right: 1.5% !important;
    margin-bottom: 0;
}

ul.post-list01.fav>li:nth-child(3) {
    margin-right: 0 !important;
}

ul.post-list01>li:nth-child(1),
ul.post-list01>li:nth-child(2) {
    width: 49%;
    margin-right: 2%;
}

ul.post-list01>li:nth-child(2),
ul.post-list01>li:nth-child(5),
ul.post-list01>li:nth-child(8) {
    margin-right: 0;
}

ul.post-list01>li>a.fgr {
    position: relative;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #fff;
    display: block;
    border: 1px solid #094067;
    margin: 0 0 5px;
}

ul.post-list01>li>a.fgr:before {
    content: "";
    display: block;
    padding-top: 60%;
}

ul.post-list01>li>a.fgr>img {
    width: 100%;
}

#secondary ul.post-list01.fav>li {
    width: 100% !important;
    margin-bottom: 10px;
}

#secondary ul.post-list01.fav>li:last-child {
    margin-bottom: 0;
}

#secondary ul.post-list01>li>a.fgr {
    width: 80px;
    flex: 0 0 auto;
}

#secondary ul.post-list01>li>a.fgr:before {
    padding-top: 75%;
}

#secondary .pl-tag-list>a {
    font-size: 14px;
}

#secondary ul.post-list01.fav>li p {
    line-height: 1.4;
}

.pl-tag-list {}

.pl-tag-list>a {
    display: inline-block;
    padding: 0 5px 0 0;
    position: relative;
    color: #094067;
    font-size: 18px;
}

.pl-tag-list>a:before {
    content: "#";
    display: inline-block;
}

a.txt-link01 {
    display: inline-block;
    color: #3DA9FC;
    position: relative;
    padding-left: 12px;
}

a.txt-link01:after {
    content: "\f105";
    width: 8px;
    height: 30px;
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    font-size: 20px;
    bottom: 0;
    margin: auto;
}

ul.post-list01>li>a.txt-link01 {
    margin-top: auto;
}

ul.tag-list {}

ul.tag-list>li {
    display: inline-block;
}

ul.tag-list>li>a {
    color: #094067;
}

a.txt-link01 {
    font-size: 18px;
    text-decoration: underline;
    display: inline-block;
}

/*
ul.post-list01 > li:last-child {
    margin-bottom: 0;
}
*/
section.two-color01 {
    background: linear-gradient(180deg, #094067 0%, #094067 300px, #d8eefe 300px, #d8eefe 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 300px;
}

section.two-color02 {
    background: linear-gradient(180deg, #d8eefe 0%, #d8eefe 300px, #f5f5f4 300px, #f5f5f4 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

body.home .breadcrumbs {
    display: none !important;
}

.breadcrumbs a,
.breadcrumbs span {
    display: inline-block;
    color: #000;
    font-size: 12px;
}

.breadcrumbs.bg-blu ul>li,
.breadcrumbs.bg-blu ul>li>a,
.breadcrumbs.bg-blu ul>li>span {
    color: #fff;
}

.breadcrumbs .container {
    padding-top: 20px;
    padding-bottom: 40px;
}

.pf-ttl {
    position: absolute;
    width: 595px;
    height: 380px;
    top: -230px;
    margin: auto;
    right: 0;
    left: 0;
}

.pf-ttl figure {
    width: 100%;
    max-width: 595px;
}

.bg-wht.pf {
    padding-top: 160px;
}

.bdr01 {
    border-top: 1px solid #094067;
}

ul.card-list {}

ul.card-list>li {
    width: 31%;
    background: #D8EEFE;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
}

ul.card-list>li>p {
    color: #094067;
    margin: 0;
}

ul.card-list>li>p:last-child {
    margin-top: auto;
    text-align: left;
}

span.label {
    display: inline-block;
    background: #094067;
    padding: 6px 30px;
    border-radius: 250px;
    color: #fff;
    font-size: 18px;
    margin: 0 0 10px;
}

ul.dng-list {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

ul.dng-list>li {
    width: 48%;
    background: #fff;
    margin: 0 0 20px;
}

ul.dng-list>li>.img {
    position: relative;
    display: flex;
    justify-content: center;
    padding-top: 61.5%;
    overflow: hidden;
}

ul.dng-list>li>.img:before {
    content: "";
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

ul.dng-list>li:nth-child(1)>.img {
    background: url(/wp-content/themes/akinaga/images/Green22_bag20141123111535_TP_V@2x.jpg)no-repeat center center;
    background-size: cover;
}

ul.dng-list>li:nth-child(2)>.img {
    background: url(/wp-content/themes/akinaga/images/AdobeStock_40515377@2x.jpg)no-repeat center center;
    background-size: cover;
}

ul.dng-list>li:nth-child(3)>.img {
    background: url(/wp-content/themes/akinaga/images/AdobeStock_201458062@2x.jpg)no-repeat center center;
    background-size: cover;
}

ul.dng-list>li:nth-child(4)>.img {
    background: url(/wp-content/themes/akinaga/images/AdobeStock_238720949@2x.jpg)no-repeat center center;
    background-size: cover;
}

ul.dng-list>li>.txt {
    background: #fff;
    padding: 30px 20px;
}

ul.dng-list>li>.txt>h3 {
    font-size: 28px;
    margin: 0 0 15px;
    color: #094067;
}

ul.dng-list>li>.txt>p {}

.labeltwo {
    bottom: 25px;
    position: relative;
    color: #C84630;
    font-size: 18px;
    padding: 12px 30px;
    border-radius: 250px;
    background: #fff;
    display: inline-block;
    text-align: center;
    font-weight: bold;
}

.ph {
    padding-top: 60px;
    padding-bottom: 60px;
}

ul.cat-list {}

ul.cat-list>li {
    display: inline-block;
    margin: 0 15px 20px;
}

ul.cat-list>li>a {
    border: 1px solid #094067;
    border-radius: 250px;
    padding: 8px 30px;
    text-align: center;
    color: #094067;
    font-size: 18px;
    display: block;
}

ul.cat-list>li>a:before {
    content: "#";
    position: relative;
}

body.page-id-11 .breadcrumbs,
body.page-id-7 .breadcrumbs,
body.page-id-3660 .breadcrumbs,
body.page-id-3664 .breadcrumbs {
    background: #d8eefe;
}

body.page-id-13 .breadcrumbs {
    background: #094067;
}

body.page-id-11 .breadcrumbs .container,
body.page-id-13 .breadcrumbs .container,
body.page-id-7 .breadcrumbs .container {
    padding-bottom: 0;
}

body.page-id-13 .breadcrumbs,
body.page-id-13 .breadcrumbs a,
body.page-id-13 .breadcrumbs span {
    color: #fff;
}

.wp-pagenavi a,
.wp-pagenavi span {
    border: 1px solid #094067;
    color: #094067;
    background: #fff;
}

.wp-pagenavi a.page {
    background: #094067;
    color: #fff;
}

#categories-2>ul>li {
    margin: 0 0 10px;
}

#categories-2>ul>li:first-child {
    display: none;
}

#categories-2>ul>li:last-child {
    margin: 0 0 0;
}

#categories-2>ul>li>a {
    position: relative;
    display: inline-block;
    padding: 0 0 0 10px;
}

#categories-2>ul>li>a:before {
    content: "\f105";
    width: 8px;
    height: 30px;
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    font-size: 20px;
    bottom: 0;
    margin: auto;
}

.cta-wrap {
    overflow: hidden;
}

.cta-cont {
    margin-top: -160px;
}

/* contact */
.contact {
    background-color: white;
}

.contact-inner {
    padding: 37px 64px 70px 64px;
}

.contact-title {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    line-height: calc(32 / 24);
    margin-bottom: 16px;
}

.form__row {
    margin-bottom: 16px;
}

.form__label {
    color: #094067;
    font-size: 18px;
    line-height: calc(32 / 18);
    font-weight: bold;
    margin-bottom: 0 !important;
}

.hissu {
    color: #C84630;
    margin: 0 1em;
}

.kome {
    color: #212121;
    font-weight: 400;
    display: block;
}

/* テキストフィールド */
.wpcf7 .template01 input[type=text],
.wpcf7 .template01 input[type=tel],
.wpcf7 .template01 input[type=email],
.wpcf7 .template01 input[type=url],
.wpcf7 .template01 input[type=date],
.wpcf7 .template01 input[type=number],
.wpcf7 .template01 textarea {
    width: 100%;
    margin: 0;
    padding: .5em 1em;
    border: 1px solid #707070;
    border-radius: 0;
    box-shadow: none;
    background-color: #fff;
    color: inherit;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.wpcf7 .template01 textarea {
    height: 135px;
}

.submit-btn {
    margin-top: 70px;
    text-align: center;
}

input[type="submit" i] {
    width: 100%;
    max-width: 408px;
    margin-left: auto;
    margin-right: auto;
    border: none;
    background: #C84630;
    color: white;
    font-size: 22px;
    line-height: calc(22 / 22);
    font-weight: 600;
    padding: 20px 0;
}

.wpcf7-spinner {
    display: none;
}

.attention {
    text-align: center;
    font-size: 18px;
    line-height: calc(32 / 18);
    font-weight: 400;
    color: #212121;
}

/*Footer*/
.button_totop {
    position: fixed;
    cursor: pointer;
    transform: translateY(150px);
    transition: transform .5s;
    z-index: 999;
}

.button_totop {
    right: 15px;
    bottom: 10px;
}

.show_scroll_button .button_totop {
    transform: translateY(0);
}

.button_totop>.icon {
    position: relative;
}

.button_totop>.icon {
    width: 50px;
    height: 50px;
    background-size: 10px auto;
    border-radius: 200px;
    background: rgba(255, 255, 255, 0.5);
}

.button_totop>.icon:before {
    content: "";
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    border-top: 2px solid #c4ae93;
    border-right: 2px solid #c4ae93;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 20px;
    right: 0;
    margin: auto;
}

.button_totop span {
    display: none;
}

footer>.container {
    padding-top: 30px;
    padding-bottom: 30px;
}

footer {}

footer li {}

ul.f-menu li {
    margin: 0 0 5px;
}

ul.f-menu li a {
    color: #094067;
    display: block;
}

footer .one {}

footer .one p {}

footer br {}

footer .fb {}

footer .fbfooter img {}

.button_totop {
    position: fixed;
    cursor: pointer;
    transform: translateY(150px);
    transition: transform .5s;
    z-index: 999;
}

.button_totop {
    right: 15px;
    bottom: 10px;
}

.show_scroll_button .button_totop {
    transform: translateY(0);
}

.button_totop>.icon {
    position: relative;
}

.button_totop>.icon {
    width: 50px;
    height: 50px;
    background-size: 10px auto;
    border-radius: 200px;
    background: rgba(255, 255, 255, 0.5);
}

.button_totop>.icon:before {
    content: "";
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    border-top: 2px solid #094067;
    border-right: 2px solid #094067;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 20px;
    right: 0;
    margin: auto;
}

.button_totop span {
    display: none;
}

footer p.cr {
    padding-top: 10px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    background: #094067;
    padding-bottom: 10px;
}

/* サンクスページ */

.thanks {
    background: #D8EEFE;
}

.thanks__inner {
    text-align: center;
    padding: 100px 0 180px 0;
}

.thanks__title {
    font-size: 48px;
    line-height: calc(48 / 48);
    font-weight: bold;
    color: #094067;
}

.thanks__text {
	max-width: 750px;
	width: 100%;
	text-align: left;
    font-size: 18px;
    line-height: calc(30 / 18);
    font-weight: 500;
    color: #212121;
    margin: 72px auto 36px;
}

.thanks__text--red {
	color:  #C84630;
	font-weight: bold;
}


.thanks__btn {
    display: block;
    width: 100%;
    max-width: 408px;
    margin-left: auto;
    margin-right: auto;
    border: none;
    background: #C84630;
    color: white;
    font-size: 22px;
    line-height: calc(22 / 22);
    font-weight: 600;
    padding: 20px 0;
}

@media screen and (max-width: 720px) {
    div.fv:after {
        max-width: 465px;
        height: 153px;
        width: 100%;
    }

    .plr12 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

@media screen and (max-width: 640px) {
    .sp-pd0 {
        padding: 0 !important;
    }

    .sp-pt0 {
        padding-top: 0 !important;
    }

    .sp-pt3 {
        padding-top: 30px !important;
    }

    .sp-pt6 {
        padding-top: 60px !important;
    }

    .sp-pt2 {
        padding-top: 20px !important;
    }

    .sp-pb0 {
        padding-bottom: 0 !important;
    }

    .sp-pb1 {
        padding-bottom: 10px !important;
    }

    .sp-pb2 {
        padding-bottom: 20px !important;
    }

    .sp-pb3 {
        padding-bottom: 30px !important;
    }

    .sp-pd1 {
        padding: 10px !important;
    }

    .sp-pd2 {
        padding: 20px !important;
    }

    .sp-pl0 {
        padding-left: 0 !important;
    }

    .sp-pl1 {
        padding-left: 10px !important;
    }

    .sp-pr0 {
        padding-right: 0 !important;
    }

    .sp-pr1 {
        padding-right: 10px !important;
    }

    .sp-plr1 {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }

    .sp-ptb2 {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .sp-p3 {
        padding: 30px !important;
    }

    .sp-p2 {
        padding: 20px !important;
    }

    .sp-p1 {
        padding: 10px !important;
    }

    .sp-mb0 {
        margin-bottom: 0 !important;
    }

    .sp-mb1 {
        margin-bottom: 10px !important;
    }

    .sp-mb2 {
        margin-bottom: 20px !important;
    }

    .sp-mb3 {
        margin-bottom: 30px !important;
    }

    .sp-mt0 {
        margin-top: 0px !important;
    }

    .sp-hidden {
        display: none !important
    }

    .pc-hidden {
        display: block !important
    }

    br.pnone {
        display: inline !important
    }

    br.snone {
        display: none !important
    }

    .pc-hidden {
        display: block !important
    }

    .sp-hidden,
    .sp-hidden.flx {
        display: none !important
    }

    .spfwrap {
        flex-wrap: wrap !important;
    }

    .spflx {
        display: flex !important;
    }

    .spaic {
        align-items: center !important;
    }

    .spcol {
        flex-direction: column !important;
    }

    .spcolr {
        flex-direction: column-reverse !important;
    }

    .spflxcol {
        flex-direction: column !important;
    }

    .flx-fx {}

    .bg-brwn {
        font-size: 18px !important;
    }

    .spw100 {
        width: 100% !important;
        max-width: 100% !important;
    }

    .spw50 {
        width: 50% !important;
    }

    .spw33 {
        width: 33.33333333% !important;
    }

    .spwauto {
        width: auto !important;
    }

    .sp-blk {
        display: block !important;
    }

    .sp-bgnone {
        background: none !important;
    }

    .sp-tal {
        text-align: left !important;
    }

    .ep-none.sp {
        pointer-events: auto !important;
    }

    .txt-lg {
        font-size: 20px !important;
    }

    .txt-24 {
        font-size: 18px !important;
    }

    .txt-28 {
        font-size: 20px !important;
    }

    body {
        min-width: auto;
    }

    section {
        padding: 40px 0;
    }

    p {
        font-size: 14px;
    }

    h1,
    h2,
    h3 {
        font-size: 22px;
    }

    ul,
    li,
    figure {
        font-size: 16px;
    }

    .container {
        padding: 0 10px;
    }

    .container-sp {
        max-width: 375px;
        width: 100%;
        margin: 0 auto;
        padding: 0 10px;
    }

    .container.ph {
        padding: 25px 10px;
    }

    nav.h-menu>p {
        padding: 15px 20px;
    }

    #nav-toggleTwo {
        position: relative;
        padding: 27px 10px;
    }

    .icon-menu-right {
        width: 0;
        height: 0;
        border-left: 15px solid #094067;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        right: 24px;
        transition: all 200ms linear 0s;
    }

    .fv {
        height: 300px;
        margin-top: 0;
        background: url(/wp-content/themes/akinaga/images/add-img/fv-back-sp.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        box-shadow: 0px 30px 50px #d8eefe;
    }

    .fv-title {
        width: 150px;
        height: 90px;
        margin-top: 0;
        margin-left: 40px;
    }

    body.opentwo,
    body.open {
        position: fixed;
        width: 100%;
    }

    body.opentwo .icon-menu-right {
        border: none;
        background: url(/wp-content/themes/akinaga/images/icon-close.png);
        background-size: contain;
        width: 21px;
        height: 21px;
    }

    .flx>#primary {
        width: 100%;
    }

    .flx>#secondary {
        width: 100%;
    }

    nav.h-menu ul>li>a {
        font-size: 16px;
    }

    .bg-t01 {
        height: auto;
        margin-top: 0;
    }

    ul.reason-list>li:last-child {
        margin-bottom: 0 !important;
    }

    ul.service-list>li {
        padding: 20px 15px;
        margin-right: 0;
        margin-bottom: 10px;
    }

    ul.post-list01>li p.txt-24 {
        font-size: 16px !important;
        margin-bottom: 5px;
    }

    ul.post-list01>li {
        width: 49%;
        margin-bottom: 20px;
    }

    ul.post-list01>li:nth-child(2n) {
        margin-right: 0;
    }

    ul.post-list01>li:nth-child(5) {
        margin-right: 1.5%;
    }

    ul.tag-list>li>a {
        color: #094067;
        font-size: 14px;
    }

    .pf-ttl {
        width: 480px;
        height: 270px;
        top: -260px;
    }

    .bg-wht.pf {
        padding-top: 20px;
    }

    ul.card-list>li {
        width: 100%;
        margin: 0 0 10px;
    }

    ul.dng-list>li {
        width: 100%;
    }

    .labeltwo {
        bottom: 25px;
        font-size: 14px;
        padding: 8px 20px;
    }

    ul.dng-list>li>.txt {
        padding: 10px 10px;
    }

    ul.dng-list>li>.txt>h3 {
        font-size: 20px;
        margin: 0 0 10px;
    }

    ul.cat-list>li {
        margin: 0 5px 10px;
    }

    ul.cat-list>li>a {
        padding: 6px 20px;
        font-size: 14px;
    }

    .pl-tag-list>a,
    a.txt-link01 {
        font-size: 14px;
    }

    footer>.container {
        padding-top: 20px;
        padding-bottom: 10px;
    }

    footer p.cr {
        font-size: 12px;
    }

    ul.f-menu li a {
        font-size: 14px;
    }

    footer .fb {
        width: 31.5px;
    }

    .contact-inner {
        padding: 40px 10px 30px 10px;
    }

    .kome {
        font-size: 12px;
        line-height: calc(18 / 12);
    }

    .contact-title {
        font-size: 20px;
        line-height: calc(20 / 20);
        margin-bottom: 16px;
    }

    .form__label {
        font-size: 14px;
        line-height: calc(26 / 14);
        font-weight: bold;
    }

    .kome {
        color: #212121;
        font-weight: 400;
        display: block;
    }

    /* テキストフィールド */
    .wpcf7 .template01 input[type=text],
    .wpcf7 .template01 input[type=tel],
    .wpcf7 .template01 input[type=email],
    .wpcf7 .template01 input[type=url],
    .wpcf7 .template01 input[type=date],
    .wpcf7 .template01 input[type=number],
    .wpcf7 .template01 textarea {
        width: 100%;
        margin: 0;
        padding: .5em 1em;
        border: 1px solid #707070;
        border-radius: 0;
        box-shadow: none;
        background-color: #fff;
        color: inherit;
        font-family: inherit;
        font-weight: inherit;
        font-size: inherit;
        box-sizing: border-box;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .submit-btn {
        margin-top: 35px;
        text-align: center;
    }

    input[type="submit" i] {
        width: 100%;
        max-width: 408px;
        font-size: 18px;
        line-height: calc(22 / 22);
        font-weight: 600;
        padding: 16px 0;
    }

    .attention {
        text-align: center;
        font-size: 12px;
        line-height: calc(20 / 12);
    }


    .thanks__inner {
        padding: 100px 10px 180px 10px;
    }

    .thanks__title {
        font-size: 36px;
        line-height: calc(36 / 36);
    }

    .thanks__text {
        font-size: 24px;
        line-height: calc(32 / 24);
        margin: 72px 0 36px 0;
    }

    .thanks__btn {
        font-size: 18px;
        line-height: calc(18 / 18);
        padding: 20px 0;
    }

}

@media screen and (max-width: 500px) {
    .pf-ttl {
        width: 320px;
        height: 220px;
        top: -270px;
    }
}

@media screen and (max-width: 480px) {
    .fv-title {
        margin-left: 20px;
    }
}