﻿* {
    font-family: "Noto Sans Japanese";
    font-weight: 400;
    margin: 0;
    padding: 0;
    color: #333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: 'palt'
}

html {
    font-size: 62.5%;
    margin: 0;
    padding: 0
}

body {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1
}

img {
    border: 0;
    vertical-align: bottom
}

a {
    text-decoration: none
}

ul,
li {
    list-style: none
}

.fLeft {
    float: left !important
}

.fRight {
    float: right !important
}

.cf:after {
    content: "";
    display: block;
    clear: both
}

.cen {
    text-align: center !important
}

.left {
    text-align: left !important
}

.right {
    text-align: right !important
}

.indent {
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap
}

.wrapper {
    width: 100%;
    max-width: 980px;
    margin: auto
}

.conts-ttl {
    font-weight: bold;
    font-size: 1.7rem;
    text-align: center;
    letter-spacing: 0.2em
}

.conts-ttl .en {
    font-weight: bold
}

.fadein {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
    -moz-transform: translate(0, 50px);
    transform: translate(0, 50px);
    transition: all 500ms
}

.fadein.scrollin {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0)
}

.sp-nav-wrap {
    display: none
}

header {
    position: relative;
    padding: 8px 0 15px;
    margin-bottom: 25px
}

header .utility {
    position: absolute;
    top: 23px;
    right: 0
}

.utility li {
    display: inline-block;
    vertical-align: middle
}

.utility li:nth-of-type(1) {
    background: url("../images/h_icon_tel.png") no-repeat left bottom;
    margin-right: 25px
}

.utility a {
    display: block;
    font-weight: bold;
    letter-spacing: 0.08em;
    transition: all .3s ease-in-out
}

.u-tel {
    background: url("../images/h_tel_border.png") repeat-x left 25px bottom;
    color: #338cee;
    font-size: 1.6rem;
    padding-bottom: 6px;
    margin-left: 23px
}

.u-tel:hover {
    color: #3976a3
}

.u-contact {
    background: #338cee url("../images/h_icon_mail.png") no-repeat left 28px center;
    width: 230px;
    height: 36px;
    border-radius: 6px;
    color: #fff;
    font-size: 1.4rem;
    line-height: 36px;
    padding-left: 57px
}

.u-contact:hover {
    background-color: #3976a3
}

.u-contact._sml {
    width: 200px
}

.utility_con {
    margin: 30px 0;
    text-align: center
}

.utility_con li {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 25px
}

.utility_con li:nth-of-type(1) {
    background: url("../images/h_icon_tel.png") no-repeat left bottom;
    margin-right: 25px
}

.utility_con a {
    display: block;
    font-weight: bold;
    letter-spacing: 0.08em;
    transition: all .3s ease-in-out
}

.top-conts-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 820px;
    margin: 0 auto 60px
}

.top-conts-3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 820px;
    margin: 0 auto 60px
}

.top-conts-4 {
    justify-content: center;
    width: 100%;
    width: 750px;
    max-width: 100%;
    margin: 0 auto 60px
}

.top-conts-4._bg1 {
    background: url(../images/head_img1.jpg) no-repeat center center
}

.top-conts-4._bg2 {
    background: url(../images/head_img2.jpg) no-repeat center center
}

.top-conts-4._bg3 {
    background: url(../images/head_img3.jpg) no-repeat center center
}

.top-conts-4._bg4 {
    background: url(../images/head_img4.jpg) no-repeat center center
}

.top-conts-4._bg5 {
    background: url(../images/head_img5.jpg) no-repeat center center
}

#g-nav-wrap {
    width: 200px
}

#g-nav {
    width: 200px;
    text-align: center;
    border-top: 2px solid #338cee
}

#g-nav li {
    border-bottom: 1px solid #ddd
}

#g-nav li a {
    display: block;
    width: 100%;
    color: #338cee;
    font-weight: bold;
    line-height: 60px;
    letter-spacing: 0.2em;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden
}

#g-nav li a:hover {
    color: #3976a3
}

#g-nav li a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    background: #3976a3;
    width: 60%;
    height: 3px;
    margin: auto;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

#g-nav li a:hover:before,
#g-nav li a:focus:before,
#g-nav li a:active:before {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.news {
    max-width: 550px
}

#mv {
    width: 100%;
    max-width: 550px
}

#mv_bx {
    width: 100%;
    max-width: 750px
}

#mv_bx img {
    max-width: 100%
}

#mv_bx._pcnone {
    display: none
}

#con_ttl ._title {
    color: #fff;
    font-size: 30px;
    text-align: left;
    padding: 90px 0 93px 20px
}

.mv-img {
    width: 100%;
    height: auto
}

footer {
    background-color: #dfedfa;
    padding: 50px 0
}

.foot-conts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 980px;
    margin: auto
}

.com-info p:nth-of-type(1) {
    margin-bottom: 20px
}

.com-info p:nth-of-type(2) {
    letter-spacing: 0.2em;
    line-height: 2.0
}

.foot-other {
    position: relative
}

#f-nav {
    padding-top: 17px
}

#f-nav li {
    display: inline-block;
    margin-left: 30px
}

#f-nav li:nth-of-type(1) {
    margin-left: 0
}

#f-nav li a {
    font-weight: bold;
    letter-spacing: 0.12em;
    transition: all .3s ease-in-out
}

#f-nav li a:hover {
    color: #338cee
}

.copy {
    position: absolute;
    right: 0;
    bottom: 8px
}

.top-conts-2 {
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    padding: 15px 0;
    margin-bottom: 60px
}

.n-b-l {
    border-right: 1px solid #aaa
}

.n-b {
    width: 550px
}

.n-b p,
.n-b .n-b-lists {
    display: table-cell;
    padding-top: 24px;
    padding-bottom: 24px
}

.n-b p {
    width: calc(480px - 71.4%);
    border-right: 1px solid #ddd;
    color: #338cee;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.12em
}

.n-b p:after {
    display: inline-block;
    content: "";
    background: url("../images/top_news_ttl_arrow.png") no-repeat left center;
    width: 21px;
    height: 6px;
    vertical-align: 0;
    margin-left: 8px
}

.shakun {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.shakun h2 {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 20px;
    text-align: center;
    padding: 20px;
    width: 30%
}

.shakun ._txt {
    width: 70%;
    display: flex;
    flex-wrap: wrap
}

.shakun ._txt>h3 {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    width: 100%;
    margin-bottom: 15px;
    letter-spacing: 1px
}

.n-b-lists {
    width: 71.4%;
    padding-right: 25px;
    padding-left: 25px
}

.n-b-lists * {
    letter-spacing: 0.08em
}

.n-b-lists li:not(:nth-last-of-type(1)) {
    margin-bottom: 25px
}

.n-b-lists li .date {
    display: block;
    margin-bottom: 11px
}

.n-b-lists li a {
    display: block;
    color: #aaa;
    line-height: 1.5;
    transition: all .3s ease-in-out
}

.n-b-lists li a:hover {
    color: #338cee
}

.message {
    margin-bottom: 60px
}

.message .conts-ttl {
    margin-bottom: 56px
}

.blog {
    padding: 0 50px 20px;
    box-sizing: border-box
}

.blog ._blog_ttl {
    margin-bottom: 15px;
    font-size: 1.8rem;
    line-height: 2
}

.blog ._blog_date {
    text-align: right
}

.blog ._blog_body {
    padding: 10px 10px 50px;
    line-height: 2
}

.pages {
    text-align: center
}

.page_next,
.page_prev {
    display: inline-block;
    padding: 10px
}

.service {
    padding: 0 50px 20px;
    box-sizing: border-box
}

.service ._service_ttl {
    margin-bottom: 15px;
    font-size: 1.8rem;
    line-height: 2;
    color: #338cee;
    border-top: 2px solid #338cee;
    border-bottom: 1px solid #338cee
}

.service ._service_ttl:before {
    font-family: "fontAwesome";
    content: "〇";
    margin-right: 8px
}

.service ._service_ttl_sub {
    font-size: 1.5rem;
    overflow: hidden;
    margin: 15px 0
}

.service ._service_ttl_sub a {
    color: #338cee;
    text-decoration: underline
}

.service ._blog_body {
    padding: 10px 10px 50px;
    line-height: 2
}

.conts-ttl .en {
    display: block;
    color: #338cee;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    margin-top: 12px
}

.mess-top {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
    margin-left: 140px
}

.mess-top .main-txt-area {
    font-size: 2.3rem;
    line-height: 1.78;
    letter-spacing: 0.1em;
    margin-left: 50px
}

.mess-top .main-txt-area:before {
    display: block;
    content: "";
    background-color: #3976a3;
    width: 50px;
    height: 1px;
    margin-bottom: 40px
}

.mess-bot {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.mess-bot .txt-area {
    width: 55.1%;
    line-height: 2.2;
    letter-spacing: 0.19em;
    padding-top: 10px;
    padding-left: 27px
}

.policy {
    text-align: center;
    margin-bottom: 120px
}

.policy:before {
    display: block;
    content: "";
    background-color: #3976a3;
    width: 1px;
    height: 80px;
    margin: 0 auto 60px
}

.c-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 125px
}

.c-nav-box a {
    display: block;
    background-color: #fff;
    width: 170px;
    border-bottom: 1px solid #ccc;
    text-align: center;
    font-weight: bold;
    line-height: 46px;
    margin: auto;
    transition: all .3s ease-in-out;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0) translateY(-50%);
    transform: perspective(1px) translateZ(0) translateY(-50%);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden
}

.c-nav-box a:hover {
    color: #338cee
}

.c-nav-box a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: -1px;
    background: #338cee;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.c-nav-box a:hover:before,
.c-nav-box a:focus:before,
.c-nav-box a:active:before {
    left: 0;
    right: 0
}

.news-bl dt {
    float: left;
    width: 7em;
    padding: 3px 5px;
    line-height: 1.3;
    background: #338cee;
    color: #FFFFFF;
    text-align: center;
    margin: 0px 0
}

.news-bl dd {
    padding-left: 8em;
    padding-top: 0px;
    padding-bottom: 10px;
    line-height: 1.6;
    border-bottom: dotted 1px #aaa;
    margin: 0px 0 10px;
    letter-spacing: 0.9px
}

.news-bl dd ._rgt {
    display: block;
    text-align: right
}

b.bold {
    font-weight: bold
}

.service_list li {
    margin: 5px 0
}

.tcenter {
    text-align: center
}

.rec_img {
    display: block;
    margin-bottom: 30px;
    text-align: right
}

.rec_img img {
    max-width: 95%
}

.flex_img {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.flex_img ._child {
    width: 200px
}

.flex_img ._child img {
    max-width: 100%
}

.imgNoneBox {
    display: none
}

.form {
    margin: 10px 0 10px
}

.form dt span {
    color: #fff;
    background: #FF4F4F;
    padding: 0 5px 0;
    margin-right: 5px;
    font-size: 1.1rem;
    border-radius: 2px;
    position: relative;
    top: -2px
}

.form dl {
    margin: 10px 0
}

.form dt {
    float: left;
    width: 280px;
    padding-top: 20px
}

.form dd {
    padding-left: 280px;
    padding-bottom: 20px;
    padding-top: 23px;
    line-height: 1.9;
    border-bottom: 1px solid #eee
}

.form dd p {
    color: #019934
}

.form dd:last-child {
    border-bottom: 0px;
    margin-bottom: 0px
}

.textarea,
textarea,
.dropdown {
    border-radius: 2px;
    border: 1px solid #ddd
}

.textarea {
    border-radius: 2px;
    border: 1px solid #ddd;
    height: 30px;
    padding: 0 5px
}

.form-button {
    padding: 5px;
    border-radius: 5px;
    text-align: center;
    margin: 10px 0
}

#mailform button {
    cursor: pointer;
    display: block;
    margin: 0 auto 5px;
    padding: 10px 0 10px;
    color: #fff;
    text-align: center;
    width: 250px;
    border-radius: 30px;
    background: #338cee;
    font-weight: bold;
    border: 2px solid #338cee
}

#mailform button:hover {
    background: #fff;
    color: #019934
}

#mailform button * {
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s
}

.form-button * {
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s
}

label.radio_text {
    cursor: pointer;
    position: relative;
    margin-right: 20px;
    overflow: hidden;
    padding-left: 20px;
    display: inline-block
}

label.radio_text:before {
    position: absolute;
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
    border-radius: 50%;
    left: 0px;
    top: 2px;
    content: "";
    z-index: 3
}

label.radio_text:after {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 100%;
    left: 3px;
    top: 5px;
    background-color: #64BCFF;
    z-index: 1
}

label.radio_text input[type=radio] {
    -moz-appearance: none;
    -webkit-appearance: none;
    position: absolute;
    z-index: 2;
    width: 20px;
    height: 20px;
    left: -23px;
    top: 0px;
    margin: 0px;
    box-shadow: 20px -1px #fff
}

label.radio_text input[type=radio]:checked {
    box-shadow: none
}

label.radio_text input[type=radio]:focus {
    opacity: 0.2;
    box-shadow: 20px -1px #FFF
}

label.checkbox_text {
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 20px;
    overflow: hidden;
    display: inline-block;
    box-sizing: border-box
}

label.checkbox_text:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0px;
    top: 0;
    border: 1px solid #ccc;
    z-index: 3
}

label.checkbox_text:after {
    content: "";
    position: absolute;
    top: 40%;
    left: 5px;
    display: block;
    margin-top: -9px;
    width: 8px;
    height: 12px;
    border-right: 3px solid #019934;
    border-bottom: 3px solid #019934;
    transform: rotate(45deg);
    z-index: 1
}

label.checkbox_text input[type=checkbox] {
    -moz-appearance: none;
    -webkit-appearance: none;
    position: absolute;
    left: -40px;
    width: 20px;
    height: 20px;
    display: block;
    box-shadow: 41px 0px #FFF;
    z-index: 2;
    margin: 0px;
    padding: 0px
}

label.checkbox_text input[type=checkbox]:checked {
    box-shadow: none
}

label.checkbox_text input[type=checkbox]:checked:focus {
    box-shadow: 40px 0px #666;
    opacity: 0.1
}

label.checkbox_text input[type=checkbox]:focus {
    box-shadow: 41px 0px #EEE
}

.fm-text {
    padding: 10px;
    margin: 10px 0;
    text-align: center
}

.contact_box {
    width: 750px;
    max-width: 100%;
    margin: 0 auto
}

.top_img {
    width: 750px;
    max-width: 100%;
    margin: 0 auto 40px auto
}

.waku {
    border: 2px solid red;
    margin-top: 20px;
    padding: 20px;
    box-sizing: border-box
}

.waku p b {
    font-weight: bold;
    font-size: 16px
}

.waku p span {
    color: red
}

.form-contents form dl dd:not(.pattern-exclusion) {
	padding-top:8px!important;
	padding-bottom:10px!important;
	}
	.form-contents form dl dt:not(.pattern-exclusion) {
	padding-top:8px!important;
	}
	.form-pattern-1{
	background:none!important;
	}
	.form-contents{
	padding-top:0!important;
	padding-bottom:10px!important;
	}

  @media screen and (max-width: 1024px){
  .form-contents form dl dt:not(.pattern-exclusion) {
	margin-top: 0;
	width: 100%!important;
	}
  .form-contents form dl dd:not(.pattern-exclusion) {
	padding-left: 0!important;
	}
}

.form-contents form dl {
    margin-bottom: 0!important;
}

.form-contents .submit-btn{
    background: #338cee!important;
    border: solid 2px #338cee!important;
  }
  .form-contents :not(.pattern-exclusion) button:hover {
    color: #338cee!important;
    background: #fff!important;
    border: solid 2px #338cee!important;
  }
  .form-contents .submit-btn:hover::before {
        background-color: #338cee!important;
  }
  
  .form-contents dl dt:not(.pattern-exclusion) span.optional::before {
    padding:0 5px 0;
    margin-right: 5px;
    font-size: 11px;
    border-radius: 2px;
    position: relative;
    top: -2px;
  }
  .form-contents dl dt:not(.pattern-exclusion) span.optional::before {
    content: '任意';
    color: #fff!important;
    background: #aaa!important;
  }
  
  
/*# sourceMappingURL=style.css.map */