@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap');
html {
    font-size: 62.5%;
}
a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    transition: 0.3s;
}
a[href^="tel:"] {
    cursor: default;
}
a:link {
    color: #2e6eb0;
    text-decoration: underline;
}
a:visited {
    color: #2e6eb0;
    text-decoration: underline;
}
a:hover {
    color: #3cbdde;
    text-decoration: none;
}
button:focus {
    outline: 1px solid #24d9ec;
    outline: 2px solid transparent;
    box-shadow: 0 0 0 1px #24d9ec;
}
button {
    cursor: pointer;
}
input:focus, select:focus {
    outline: 2px solid transparent;
    border: 1px solid #24d9ec;
}
input::placeholder {
    color: #999999;
}
/* IE */
input:-ms-input-placeholder {
    color: #999999;
}
/* Edge */
input::-ms-input-placeholder {
    color: #999999;
}
.txt_red {
    color: #ff476e;
}
.pc_none {
    display: none;
}
body {
    font-size: 1.7rem;
    color: #333;
    line-height: 1.6;
    font-family: 'Noto Sans JP', sans-serif, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    font-weight: 400;
}
/* header
------------------------------------------------- */
header {
    padding: 25px 30px;
}
.main {
    max-width: 1600px;
    padding: 0 4% 30px;
    background-image: url("../../images/main_bg.png");
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    justify-content: space-between;
    margin: auto;
}
.main img {
    max-width: 100%;
    height: auto;
}
.main h2 {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color: #31a000;
    font-size: 2.6rem;
    font-size: 1.5vw;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20%;
    margin-bottom: 50px;
    font-family: 'Kosugi Maru', sans-serif;
}
/* メニュー
------------------------------------------------- */
nav {
    background-color: #2cbce6;
}
nav ul {
    max-width: 1100px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
nav ul li {
    width: 21.75%;
    text-align: center;
}
nav ul li:first-child {
    width: 13%;
}
nav ul li a:link {
    height: 88px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    padding: 0px 2px;
/*    display: block; */
    text-decoration: none;
    transition: 0.3s;
}
nav ul li a:visited {
    color: #FFF;
}
nav ul li a:hover {
    background-color: #0d6ebe;
}
nav ul li.active a {
    background-color: #0d6ebe;
}
nav ul li a:link br.pc {
    display: block;
}
/* コンテンツトップページ
------------------------------------------------- */
.contents_top {
    text-align: center;
    background-image: url("../../images/top_contents_bg.jpg");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 30%;
    padding: 100px 4% 0;
}
.contents {
    max-width: 1100px;
    margin: auto;
}
.contents_top h3 {
    max-width: 1100px;
    margin: 0 auto 40px;
    text-align: center;
    font-size: 3.6rem;
    font-weight: bold;
    color: #0d6ebe;
    letter-spacing: 0.2em;
}
.contents_top p {
    font-size: 2rem;
    color: #666666;
    text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.3);
}
ul.hoken {
    list-style: none;
    margin: 50px 0 0;
    display: flex;
    justify-content: space-between;
}
ul.hoken li {
    padding: 3% 1%;
    width: 23%;
    border: solid 1px #ddd;
    border-radius: 10px;
    font-size: 2rem;
    box-sizing: border-box;
    background-color: #f7fdff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
ul.hoken li span {
    margin-bottom: 20px;
    display: block;
}
ul.hoken li img {
    margin-top: auto;
}
.info {
    padding: 120px 4% 0;
}
.info_wrap {
    max-width: 1100px;
    border: solid 1px #ddd;
    padding: 20px;
    margin: auto;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.info h3 {
    width: 300px;
    font-size: 3.6rem;
    color: #0d6ebe;
    text-align: center;
    padding-right: 20px;
    font-weight: bold;
}
.info dl {
    border-left: solid 2px #ddd;
    padding: 40px 0 40px 60px;
    width: calc(100% - 320px);
    display: flex;
    flex-wrap: wrap;
}
.info dl dt {
    color: #2cbce6;
    width: 140px;
}
.info dl dd {
    width: calc(100% - 140px);
    margin-bottom: 20px;
}
.info dl dd:last-child {
    margin-bottom: 0;
}
footer {
    background-color: #0d6ebe;
    margin-top: 120px;
    color: #FFF;
    font-size: 1.6rem;
    padding: 50px 4% 20px;
}
footer img {
    display: block;
    margin-bottom: 20px;
}
.footer_wrap {
    max-width: 1100px;
    margin: auto;
}
address {
    font-style: normal;
}
footer dl {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
    font-size: 1.6rem;
}
footer dl dt {
    width: 85px;
}
footer dl dd {
    width: calc(100% - 85px);
}
.copy {
    text-align: right;
    font-size: 1.4rem;
    margin-top: 20px;
}
#page-top {
    position: fixed;
    bottom: 50px;
    right: 4%;
}
#page-top a {
    color: #FFFFFF;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    text-decoration: none;
    position: relative;
    background-color: #2cbce6;
    transition: 0.3s;
    border-radius: 50%;
}
#page-top a:hover {
    background-color: #45ccf4;
}
#page-top a:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    top: 40%;
    width: 10px;
    height: 10px;
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/* 中ページ
------------------------------------------------- */
.ttl {
    background-image: url("../../images/ttl_bg.jpg");
    background-position: bottom center;
    background-size: cover;
    padding: 130px 4%;
    text-align: center;
    max-width: 1920px;
    margin: auto;
}
.ttl h2 {
    color: #FFF;
    font-size: 3.2rem;
    text-align: center;
    background: rgba(13, 110, 190, 1);
    display: inline-block;
    padding: 10px 50px;
    letter-spacing: 0.1em;
    font-weight: 500;
}
.contents_in {
    max-width: 1100px;
    margin: auto;
    padding: 4%;
    line-height: 2;
}
h3.blue_left {
    xtext-align: center;
    font-size: 2.2rem;
    color: #0d6ebe;
    font-weight: 500;
    margin-bottom: 40px;
    line-height: 1.6;
}
h3.blue_center {
    text-align: center;
    font-size: 2.6rem;
    color: #0d6ebe;
    font-weight: 500;
    margin: 100px 0 40px;
    line-height: 1.6;
}
.contents_in p {
    margin-bottom: 40px;
}
dl.customer {
    margin-top: 50px;
    border-top: solid 2px #ddd;
    padding-top: 50px;
}
dl.customer dt {
    xcolor: #0d6ebe;
    font-size: 2.2rem;
    line-height: 1.6;
    margin-bottom: 10px;
}
dl.customer dt span {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    display: inline-block;
    font-size: 3rem;
    margin-right: 10px;
    color: #FFF;
    background-color: #2cbce6;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.phrase {
    font-size: 1.8rem;
    background-color: #f5f5f5;
    padding: 4%;
}
dl.customer dd table {
    border-collapse: collapse;
    background-color: #FFF;
    width: 100%;
    margin: 15px 0 10px;
    font-size: 1.6rem;
}
dl.customer dd table th, dl.customer dd table td {
    border: solid 1px #ddd;
    padding: 10px;
}
dl.customer dd table th {
    text-align: left;
    font-weight: normal;
    width: 180px;
    vertical-align: middle;
    background-color: #f7fdff;
}
ul.invitation {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
}
ul.invitation:after {
    content: "";
    width: 30%;
}
ul.invitation li {
    width: 30%;
    padding: 4%;
    background-color: #f5f5f5;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 50px;
}
ul.invitation li:after {
    content: '';
    display: block;
    position: absolute;
    top: 5%;
    left: 5%;
    width: 20px;
    height: 10px;
    border-left: 5px solid #2cbce6;
    border-bottom: 5px solid #2cbce6;
    transform: rotate(-45deg);
}
ul.invitation:last-child {
    margin-bottom: 0;
}
ol {
    margin: 20px 0 0 20px;
    line-height: 1.6;
}
ol li {
    margin-bottom: 10px;
}
.trading {
    border: solid 1px #ddd;
    padding: 30px;
    margin-top: 40px;
}
h3.border {
    color: #0d6ebe;
    font-weight: 500;
    margin: 0 0 10px;
    line-height: 1.6;
    border-bottom: solid 2px #ddd;
    margin-bottom: 30px;
    padding-bottom: 7px;
    font-size: 1.8rem;
}
.trading ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.trading ul li {
    width: 48%;
    font-size: 1.6rem;
}
.trading ul li a {
    display: block;
    background-color: #f5f5f5;
    border: solid 1px #f5f5f5;
    padding: 9px 20px 9px 35px;
    margin-bottom: 4%;
    text-decoration: none;
    color: #333;
    position: relative;
    transition: 0.3s;
}
.trading ul li a:hover {
    background-color: #FFF;
    border: solid 1px #ddd;
}
.trading ul li a:before {
    content: "";
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    border-top: 2px solid #2cbce6;
    border-right: 2px solid #2cbce6;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.contact {
    border: solid 1px #ddd;
    padding: 30px;
    margin-top: 40px;
}
.contact dl {
    line-height: 1.6;
}
.contact dl dd {
    color: #2cbce6;
    font-size: 3.6rem;
    margin-top: 20px;
}
.contact dl dd span {
    color: #666;
    font-size: 1.6rem;
    display: inline-block;
    margin-left: 30px;
}
.contact dl dd img {
    margin-right: 10px;
}