@charset "UTF-8";
/*Theme Name: 741_mizutani
Theme URI: http://example.com/
Description: 741_mizutani-template
Version: 1.0
Author: beaut imaging office.
Author URI: http://example.com/
*/

/*============================================================*/
/* Reset CSS
/*============================================================*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*============================================================*/
/* common
/*============================================================*/
html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

html {
    font-size: 62.5%;
    /*default size : 10px */
}

body {
    overflow-x: hidden;
    background-color: #FFF;
    line-height: 1.5;
    font-size: 1.6rem;
    font-family: 'Kosugi Maru', sans-serif;
    /*font-family: "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
    color: #333;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}

/* anchor */
a {
    text-decoration: underline;
    color: #74BDE8;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

a:hover {
    opacity: 0.7;
    text-decoration: none;
}


/* img (anchor) */
a:hover img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}

/* clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

/* placeholder */
:placeholder-shown {
    color: #a6a6a6;
}

::-webkit-input-placeholder {
    color: #a6a6a6;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
:-moz-placeholder {
    color: #a6a6a6;
    opacity: 1;
}

/* Firefox 18- */
::-moz-placeholder {
    color: #a6a6a6;
    opacity: 1;
}

/* Firefox 19+ */
:-ms-input-placeholder {
    color: #a6a6a6;
}

/* IE 10+ */



/*========================================================
fonts
========================================================*/
@font-face {
    font-family: 'icomoon';
    src: url('fonts/icomoon.eot?3kxpk0');
    src: url('fonts/icomoon.eot?3kxpk0#iefix') format('embedded-opentype'),
        url('fonts/icomoon.ttf?3kxpk0') format('truetype'),
        url('fonts/icomoon.woff?3kxpk0') format('woff'),
        url('fonts/icomoon.svg?3kxpk0#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-mail:before {
    content: "\e900";
}

.icon-rightarrow:before {
    content: "\e901";
}

.icon-tel:before {
    content: "\e902";
}

.icon-menu:before {
    content: "\e903";
}

@font-face {
    font-family: 'hannari';
    src: url('fonts/Hannari.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

/*========================================================
header
========================================================*/
.ghead {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    min-width: 320px;
    width: 100%;
    background-color: #ffffff;
}

.ghead .inr {
    max-width: 1200px;
    height: 103px;
    margin: 0 auto;
}

@media screen and (max-width: 1px) {
    .ghead .inr {
        padding: 0 10px;
    }
}

/* logo */
.ghead h1 {
    float: left;
    margin-top: 27px;
}

.ghead h1 a {
    position: relative;
    display: inline-block;
    text-decoration: none;
}

.ghead h1 img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 1000px) {}

@media screen and (max-width: 1200px) {
    .ghead h1 {
        max-width: 300px;
        margin-top: 25px;
    }
}

@media screen and (max-width: 769px) {

    /* .ghead h1 {
        width: 200px;
        height: auto;
    } */
    .ghead h1 {
        max-width: 220px;
        margin-top: 30px;
        /* width: 323px;
        height: 74px; */
    }

    .ghead h1 a {
        position: relative;
        display: inline-block;
        text-decoration: none;
    }
}

@media screen and (max-width: 480px) {
    .ghead h1 {
        max-width: 180px;
        margin-top: 15px;
    }

    .ghead .inr {
        height: 95px;
    }

    /* .ghead h1 {
		width: 105px;
		margin-top: 10px;
	} */
    .ghead h1 a {
        position: relative;
        display: inline-block;
        text-decoration: none;
    }
}

/* global navi */
.gnav {
    float: right;
    margin-top: 10px;
}

@media screen and (max-width: 480px) {
    .gnav {
        float: right;
        margin-top: 10px;
    }
}

.gnav h2 {
    float: left;
    border-right: 1px solid #74BDE8;
    border-left: 1px solid #74BDE8;

    width: 90px;
    height: 50px;
    padding: 36px 0 0;
    background: url(images/common/icon-burger.svg) no-repeat center 6px;
    background-size: 24px;
    line-height: 1;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    color: #74BDE8;
    cursor: pointer;

    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

/* .gnav h2:hover{
	background: url(images/common/icon-burger_over.svg) no-repeat center 6px;
    background-size: 24px;
	color: #5BAED7;
} */

.gnav ul {
    float: left;
    margin-top: .5em;
}

.gnav ul li {
    float: left;
}

.gnav ul li:first-child {}

.gnav ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    width: 87px;
    height: 64px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    font-size: 1.5rem;
    color: #50626B;
    letter-spacing: .05em;
    font-weight: 500;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.gnav ul li a:hover,
.gnav ul li.current a {
    background-color: #74BDE8;
    text-decoration: none;
    color: #fff;
    opacity: 1;
}

@media screen and (min-width:1100px) {
    .gnav h2 {
        display: none;
    }

    .gnav ul {
        display: block;
    }

    .gnav ul li a {
        width: 98px;
        letter-spacing: 0;
        font-size: 1.4rem;
        white-space: nowrap;
    }
}

@media screen and (max-width: 1099.98px) {
    .gnav h2 {
        display: block;
        position: relative;
        margin-top: 9px;
        width: 65px;
        color: #74BDE8;
    }

    .gnav ul {
        display: none;
        background-color: #fff;
        position: fixed;
        left: 0;
        top: 114px;
        width: calc(100% - 20px);
        box-sizing: border-box;
        margin: 4px 10px 10px;
        padding: 10px;
        border: 3px solid #74BDE8;

        -webkit-box-shadow: 0 0 8px 0 #666;
        box-shadow: 0 0 8px 0 #666;

        -webkit-border-radius: 4px;
        border-radius: 4px;

        /*
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000,endColorstr=#33000000);
		background: rgba(0, 0, 0, 0.75);
        */
    }

    .gnav ul:not(:target) {
        filter: none;
    }

    .gnav ul::before {
        content: "";
        display: block;
        position: absolute;
        top: -10px;
        right: 235px;
        z-index: -1;
        width: 14px;
        height: 14px;
        background-color: #74BDE8;
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        /*-webkit-box-shadow: 0 0 8px 0 #999999;
        box-shadow: 0 0 8px 0 #999999;*/
    }

    .gnav ul::after {
        content: "";
        display: block;
        opacity: 1;
        position: absolute;
        top: -7px;
        right: 235px;
        width: 14px;
        height: 14px;
        background-color: #fff;
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .gnav ul li {
        float: left;
        width: 50%;
        height: auto;
        border: none;
        border-bottom: 1px solid #daddd9;
    }

    .gnav ul li:first-child {
        border-left: none;
    }

    .gnav ul li:nth-child(odd) {
        border-right: 1px solid #daddd9;
    }

    .gnav ul li a {
        display: block;
        height: auto;
        padding: 10px 8px 10px 10px;
        text-align: left;
        line-height: 1.5;
        font-size: 1.6rem;
        width: auto;
    }

}

@media screen and (max-width:769px) {}

@media screen and (max-width:480px) {
    .gnav {
        margin-top: 5px;
    }

    .gnav h2 {
        overflow: hidden;
        width: auto;
        height: 0;
        max-width: 40px;
        padding: 40px 0 0;
        background-color: transparent;
        border-left: none;
        border-right: none;

        background: url(images/common/icon-burger.svg) no-repeat center 2px;
        background-size: 40px;
        margin-top: 0;
    }

    /* .gnav h2:hover {
        background: url(images/common/icon-burger_over.svg) no-repeat center 2px;
        background-size: 40px;
    } */

    .gnav ul::before,
    .gnav ul::after {
        right: 50%;
        margin-right: -7px;
    }

    .gnav ul li {
        width: 100% !important;
    }

    .gnav ul li:nth-child(odd) {
        border-right: none;
    }

    .gnav ul li:last-child {
        border-bottom: none;
    }

}

@media screen and (max-width:480px) {
    .gnav ul {
        top: 106px;
    }
}

/* contact */
.gContact {
    float: left;
    margin-left: 18px;
    margin-top: -6px;
}

.gContact .info {
    color: #fff;
    font-size: 1.4rem;
}

.gContact .text {
    font-size: 1.2rem;
}

.gContact .tel {
    line-height: 1;
    font-size: 2.9rem;
    color: #74BDE8;
}

.gContact .tel span {
    font-size: 2.2rem;
}

.gContact .mail a {
    display: block;
    padding: .4em .1em .3em;
    text-align: center;
    text-decoration: none;
    font-size: 1.4rem;
    color: #74BDE8;
    margin-top: .3em;
    border: 2px solid #74BDE8;
    background-color: #FFF;
}

.gContact .mail a:hover {
    background-color: #F0FAFE;
}

@media screen and (max-width: 769px) {}

@media screen and (max-width: 769px) {
    .gContact {
        float: left;
        margin-left: 13px;
        margin-top: 0;
    }

    .gContact .mail a {
        display: block;
        font-size: 1.2rem;
    }

    .gContact .tel {
        line-height: 1;
        font-size: 2rem;
    }

    .gContact .tel span {
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 480px) {
    .gContact {
        float: none;
        position: absolute;
        left: 0;
        bottom: 6px;

        display: flex;
        flex-flow: row nowrap;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        /* -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; */
        width: 100%;
        margin-left: 0;
        padding: 0 10px;
    }

    .gContact p:not(:last-child) {
        margin-right: 10px;
    }

    .gContact .tel {}

    .gContact .tel:before {}

    .gContact .text {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .gContact p:not(:last-child) {
        margin-right: 0;
    }

    .gContact .tel {
        position: relative;
        line-height: 1;
        font-size: 1.6rem;
        margin-top: 7px;
        /* margin-bottom: .5rem; */
    }

    .gContact .tel span {
        font-size: 1.4rem;
    }

    .gContact .mail a {
        margin-left: 20px;
    }

    /* .gContact .mail a .br{
        display: block;
    } */
}

/*========================================================
footer
========================================================*/
.gFoot {
    background-color: #4B9CC6;
}

.gFoot .inr {
    overflow: hidden;
    max-width: 1000px;
    margin: 0 auto;
    padding: 35px 0 35px 0;
}

/* footer navi */
.fnav {
    float: left;
    line-height: 15px;
}

.fnav li {
    display: inline-block;
    padding: 0 10px;
    border-left: 1px solid #ccc;
}

.fnav li:first-child {
    padding-left: 0;
    border-left: none;
}

.fnav li a {
    text-decoration: none;
    font-size: 1.5rem;
    color: #FFF;
}

@media screen and (max-width: 1000px) {
    .gFoot .inr {
        padding: 20px 10px;
    }

    .fnav li a {
        text-decoration: none;
        font-size: 1.2rem;
    }
}

@media screen and (max-width:480px) {
    .fnav {
        float: none;
        margin-bottom: 20px;
        text-align: center;
    }
}

/* copyright */
p.copyright {
    float: right;
    text-align: center;
    font-size: 1.5rem;
    color: #FFF;
}

@media screen and (max-width: 1000px) {
    p.copyright {
        float: right;
        text-align: center;
        font-size: 1.2rem;
        color: #FFF;
    }
}

@media screen and (max-width:480px) {
    p.copyright {
        float: none;
    }
}




/*========================================================
contents
========================================================*/
/* splash */
#splash {
    height: 520px;
    margin-top: 103px;
    padding: 0 10px;
    background: url(images/top/top_image.jpg) no-repeat center center;
    background-size: cover;
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#splash .block {
    width: 100%;
    max-width: 1100px;
}

#splash .catch-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#splash .catch-side {
    width: 324px;
    min-width: 140px;
}

#splash .catch-side img {
    max-width: 100%;
    height: auto;
}

#splash .catch-lead {
    display: inline-block;
    color: #4B9CC6;
    font-size: 1.9rem;
    padding: .5em 1em;
    margin-bottom: 1em;
    border: 2px solid #4B9CC6;
    text-shadow: #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px;
    -webkit-text-shadow: #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px;
    -ms-text-shadow: #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px;
    -moz-text-shadow: #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px;
    -o-text-shadow: #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px;
}

#splash .catch-heading {
    font-size: 4rem;
    margin-bottom: 1em;
    text-shadow: #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px;
    -webkit-text-shadow: #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px;
    -ms-text-shadow: #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px;
    -moz-text-shadow: #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px;
    -o-text-shadow: #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px;
}

#splash .catch-heading span.heading1 {
    display: block;
}

#splash .catch-heading span.heading2 span {
    color: #4B9CC6;
}

#splash .catch-text {
    font-size: 1.8rem;
    text-shadow: #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px;
    -webkit-text-shadow: #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px;
    -ms-text-shadow: #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px;
    -moz-text-shadow: #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px;
    -o-text-shadow: #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px, #fff 0 0 8px;
}

#splash .catch-text span {
    color: #4B9CC6;
}

#splash .catch-arrow span:not(:last-child) {
    margin-left: 1em;
}

@media screen and (max-width:1100px) {
    #splash .catch-lead {
        font-size: 1.8rem;
    }

    #splash .catch-heading {
        font-size: 3.2rem;
    }

    #splash .catch-text {
        font-size: 1.6rem;
    }
}

@media screen and (max-width:1000px) {
    #splash .block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media screen and (max-width:860px) {
    #splash .catch-heading .br {
        display: inline;
    }

    #splash .catch-heading {
        font-size: 2rem;
    }
}

@media screen and (max-width:480px) {
    #splash {
        height: auto;
        margin-top: 100px;
        padding: 20px 10px;
    }

    #splash .catch-lead {
        font-size: 1.6rem;
    }

    #splash .catch-text {
        font-size: 1.4rem;
    }
}

/* category cover */
#cover {
    height: 200px;
    margin-top: 103px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#cover.cat {
    background-image: url(images/under_image.jpg);
}

@media screen and (max-width:400px) {
    #cover {
        margin-top: 51px;
    }
}

/* frame set */
.section {
    padding: 40px 10px;
    padding-top: 80px;
}

.block {
    max-width: 1100px;
    margin: 0 auto;
}

.section .block+.block {
    margin-top: 30px;
}


/* flex set */
.flexSet {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.flexSet.col2 {}

.flexSet.col2>* {
    width: calc(100% / 2);
}

.flexSet.partition.col2>* {
    width: 50%;
}

.flexSet.partition.col2>*:nth-child(odd) {
    padding-right: 20px;
    border-right: 1px solid #daddd9;
}

.flexSet.partition.col2>*:nth-child(even) {
    padding-left: 20px;
}

.mb-3 {
    margin-bottom: 3em;
}

@media screen and (max-width:998px) {
    .flexSet.col2>* {
        width: calc((100% - 20px) / 2);
    }
}

@media screen and (max-width:925px) {
    .flexSet {
        display: block;
    }

    .flexSet.col2>* {
        width: 100%;
        margin-top: 30px;
    }

    .flexSet.col2>*:first-child {
        margin-top: 0;
    }

    .flexSet.partition.col2>* {
        width: 100%;
    }

    .flexSet.partition.col2>*:nth-child(odd) {
        padding-right: 0;
        border-right: none;
    }

    .flexSet.partition.col2>*:nth-child(even) {
        margin-top: 0;
        padding-left: 0;
        border-top: 1px solid #daddd9;
    }
}

@media screen and (max-width:480px) {
    .mb-3 {
        margin-bottom: 0;
    }
}

.article-section {
    padding: 4em 10px;
    background: url("../images/line.png") repeat-x top left;
    margin: 0 -1em;
}

@media screen and (max-width:480px) {
    .article-section {
        padding: 4em 15px;
        background: url("../images/line.png") repeat-x top left;
        margin: 0 -1em;
    }
}

.article-section:first-of-type {
    margin-top: 6em;
}

.section-header {
    position: relative;
    margin-bottom: 1.8em;
    padding-bottom: 1.1em;
}

.link-more {
    text-align: center;
}

.section-header::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 7px;
    border-radius: 10em;
    -webkit-border-radius: 10em;
    -ms-border-radius: 10em;
    background-color: #eee;
}

.section-heading {
    position: relative;
    font-size: 3.2rem;
    line-height: 1.2;
    color: #000;
    padding-left: .8em;
    padding-top: .1em;
    padding-bottom: .1em;
    border-left: 2px solid #74BDE8;
}

.section-heading::before {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    bottom: 0;
    border-left: 9px solid #74BDE8;
}

.frmBox-article {}

@media screen and (max-width:768px) {
    .section-heading {
        position: relative;
        font-size: 2.2rem;
        line-height: 1.2;
        color: #000;
        padding-left: .8em;
        padding-top: .1em;
        padding-bottom: .1em;
        border-left: 2px solid #74BDE8;
    }
}

/*========================================================
design format
========================================================*/

/* frame box -------------------------------------------*/
.frmBox {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}

.frmBox:first-child {
    padding-right: 1.1em;
}

.frmBox:last-child {
    padding-left: 1.1em;
}

/* frame head */
.frmHead {
    position: relative;
    margin-bottom: 2em;
}

.box-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.box-area {
    padding: 0 5px;
}

.box-area .box-intro {
    font-size: 1.8rem;
    font-weight: 700;
    color: #333;
    margin-bottom: .8em;
}

.box-area-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1em;
}

.box-txt {
    line-height: 1.8;
    font-feature-settings: 'palt';
}

.box-main dl {
    margin-top: .8em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    line-height: 1.2;
}

.box-main dl dt {
    font-size: 1.6rem;
    color: #74BDE8;
    line-height: 1.2;
    font-weight: 500;
    padding-right: .2em;
}

.box-main dl dd {
    font-size: 2.4rem;
    color: #333;
    font-weight: 500;
    font-feature-settings: 'palt';
}

.box-main dl dd span {
    font-size: 1.4rem;
    font-weight: 500;
    color: #333;
}

.box-area-list li {
    list-style: none;
    color: #7CBFE0;
    font-size: 1.8rem;
    font-weight: bold;
    position: relative;
    display: inline-block;
    padding-left: 1.8em;
    line-height: 1.2;
}

.box-area-list li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    display: block;
    width: 25px;
    height: 21px;
    background: url("../images/common/icon-check_pink.svg") no-repeat center;
    background-size: cover;
}

.box-area-list li:not(:last-child) {
    margin-right: 2em;
}

.box-wrap .br {
    display: block;
}

.box-main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 1.8;
    font-feature-settings: 'palt';
}

.box-main p {
    font-size: 1.5rem;
}

.box-main p:not(:last-child) {
    margin-bottom: .8em;
}

.link-more {
    text-align: right;
}

.box-side {
    margin-left: 2em;
}

.box-img img {
    vertical-align: top;
}

.frmBox:nth-child(2) .box-side {
    margin-left: 1.5em;
}

.box-main .box-name {
    font-size: 1.62em;
    text-align: right;
    line-height: 1.4;
}

.box-name span.kana {
    display: block;
    color: #74BDE8;
    font-size: 1.4rem;
    font-style: italic;
}

.box-name span.belonging {
    font-size: 1.6rem;
}

.box-list {
    line-height: 1.8;
}

.box-list li {
    position: relative;
    font-size: 1.4rem;
    padding-left: .8em;
    list-style: none;
    color: #333;
}

.box-list li::before {
    content: "";
    position: absolute;
    top: .55em;
    left: 0;
    display: block;
    width: 6px;
    height: 6px;
    background-color: #74BDE8;
}

.link-button {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #74BDE8;
    font-size: 1.5rem;
    line-height: 1.2;
    padding: 1em 3.5em 1em 1em;
    max-width: 220px;
    width: 100%;
    font-weight: 500;
    text-align: left;
    margin-top: 3em;
    border: 2px solid #74BDE8;
    background-color: #FFF;
}

.link-button:hover {
    background-color: #F0FAFE;
}

.link-button::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%);
    display: block;
    width: 7px;
    height: 7px;
    border-top: 2px solid #74BDE8;
    border-right: 2px solid #74BDE8;
}

.link-button::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 22px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    display: block;
    width: 30px;
    height: 2px;
    background-color: #74BDE8;
}

.box-side .staff-name {
    text-align: center;
    font-size: 1.8rem;
    color: #333;
    margin-top: .1em;
}

.frmHead h3 {
    font-size: 3rem;
    color: #333;
}

.frmHead span {
    color: #4B9CC6;
    font-size: 1.6rem;
    padding-left: 2em;
}

@media screen and (max-width:925px) {
    .frmBox:first-child {
        padding-right: 0;
        margin-right: 0;
        border-bottom: 1px dotted #AAAAAA;
        border-right: none;
        padding-bottom: 3em;
    }
}

@media screen and (max-width:768px) {
    .frmHead h3 {
        font-size: 2.1rem;
    }

    .frmHead {
        position: relative;
        margin-bottom: 1em;
        padding-left: 0;
    }

    .box-main .box-name {
        font-size: 1.3em;
    }
}

@media screen and (max-width:480px) {
    .box-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
    }

    .box-side {
        margin-left: 0;
        margin-bottom: 1em;
    }

    .frmBox:nth-child(2) .box-side {
        margin-left: 0;
    }

    .box-main {
        width: 100%;
    }
}

/* frame body */
.frmBox .frmBody {
    overflow: hidden;
}

.frmBox .frmBody .box {
    float: right;
    width: 48.5%;
}

.frmBox .frmBody .box:first-child {
    float: left;
}

@media screen and (max-width:639px) {
    .box-wrap .br {
        display: none;
    }
}

@media screen and (max-width:960px) {
    .frmBox .frmBody .box {
        float: none;
        width: auto;
        margin-top: 20px;
    }

    .frmBox .frmBody .box:first-child {
        float: none;
        margin-top: 0;
    }
}

.info-section {
    padding: 3em 1em;
    margin: -80px -1em 0;
    position: relative;
    background-color: #F4FBFE;
}

.business-section {
    padding: 5em 1em;
    margin: 0 -1em;
}

.business-body {
    max-width: 960px;
    margin: auto;
}

.business-lead {
    max-width: 800px;
    margin: 0 auto 2em;
    padding: 1.2em 1.5em;
    border: 2px solid #B8DFF2;
    background-color: #F4FBFE;
    text-align: center;
    color: #50626B;
}

.business-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0;
}

.business-wrap .business-item {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    max-width: 70%;
    padding: 0;
}

.business-more {
    text-align: center;
    margin-top: 1em;
}

.business-image {
    padding: .5em .5em 3em .5em;
    border: 3px solid #B8DFF2;
    text-align: center;
}

.business-image img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 2em;
}

.business-heading {
    font-size: 2.6rem;
    color: #333;
}

.business-heading span {
    display: block;
    font-size: 1.5rem;
}

.business-item a {
    display: block;
    text-decoration: none;
}

.business-item a:hover {
    text-decoration: none;
    background-color: #B8DFF2;
}

@media screen and (max-width:1000px) {}

@media screen and (max-width:768px) {
    .business-section {
        padding: 3em 1em;
        margin: 0 -1em;
    }

    .business-wrap .business-item {
        -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
        max-width: 80%;
    }
}

@media screen and (max-width:480px) {
    .business-heading {
        font-size: 2rem;
    }

    .business-wrap .business-item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
}

.access-section {
    padding: 4em 1em 2em 1em;
    margin: 0 -1em;
    background: url(images/top/top_access01.jpg) no-repeat center;
    background-size: cover;
}

.access-body {
    background-color: rgba(255, 255, 255, 0.95);
    padding: 2em 2em 3.5em 2em;
}

.access-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: flex;
}

.access-main {
    margin-right: 2em;
}

.access-main,
.access-map {
    width: 50%;
}

.access-map {
    position: relative;
    padding-top: 42%;
}

.access-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.access-more {
    text-align: right;
    margin-top: 2em;
}

.access-table {
    display: table;
    border-collapse: collapse;
}

.access-table th,
.access-table td {
    font-size: 1.5rem;
    vertical-align: top;
    text-align: left;
    padding: 13px 0;
}

.access-table th {
    width: 7em;
}

@media screen and (max-width:900px) {
    .access-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 2em 2em 3.5em 2em;
    }

    .access-main,
    .access-map {
        width: 100%;
    }

    .access-main {
        margin-right: 0;
        margin-bottom: 2em;
    }

    .access-section {
        padding: 2em 1em 2em 1em;
    }
}

@media screen and (max-width:639px) {
    .access-wrap {
        padding: 1em;
    }

    .access-table th,
    .access-table td {
        padding: 8px 0;
        display: block;
    }

    .access-table {
        width: 100%;
    }

    .access-table th {
        width: 100%;
        display: block;
        font-weight: 500;
        border-bottom: 1px solid #ccc;
    }

    .access-more {
        margin-top: 0;
    }

    .access-map {
        position: relative;
        padding-top: 77%;
    }

    .access-body {
        background-color: rgba(255, 255, 255, 0.95);
        padding: 2em 1em;
    }
}

.banner-section {
    padding: 2em 1em;
    margin: 0 -1em;
}

.banner-image {
    text-align: center;
}

.news-section {
    position: relative;
    padding: 3em 1em;
    margin: 0 -1em -40px;
}

.news-section .frmBody {
    margin-top: 1.5em;
}

.news-section .frmBox:first-child {
    margin-right: 2.5em;
    padding-right: 2.5em;
}

.news-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.news-wrap .frmBox {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
}

.news-more {
    text-align: right;
    margin-top: 2em;
}

@media screen and (max-width:998px) {
    .news-section .frmBox:first-child {
        margin-right: 1.1em;
        padding-right: 1.1em;
    }
}

@media screen and (max-width:925px) {
    .news-section .frmBox:first-child {
        margin-right: 0;
        padding-right: 0;
        margin-bottom: 2em;
    }

    .news-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .news-wrap .frmBox {
        width: 100%;
    }
}

@media screen and (max-width:480px) {
    .news-section {
        padding: 1em 1em 0 1em;
    }

    .news-section .frmBox:first-child {
        margin-bottom: 1em;
        padding-bottom: 2em;
    }
}

.staff-table {
    margin-top: 2em;
}

/* category frame --------------------------------------*/
.catFrm {
    max-width: 1000px;
    margin: 0 auto;
    background-color: #FFFFFF;
    border: 1px solid #DADDD9;

    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.catFrm .catFrmHead {
    margin-top: -1px;
    padding: 0 15px 15px;
    border-bottom: 1px solid #DADDD9;
}

.catFrm .catFrmHead .catPass {
    float: left;
    padding-top: 15px;
    border-top: 4px solid #74BDE8;
    text-align: left;
    font-size: .7em;
}

.catFrm .catFrmHead .catPass a {
    color: #74BDE8;
}

.catFrm .catFrmBody {
    padding: 59px;
}

@media screen and (max-width:768px) {
    .catFrm .catFrmBody {
        padding: 29px;
    }
}

@media screen and (max-width:400px) {
    .catFrm .catFrmBody {
        padding: 15px;
    }
}



/* category title */
.catTitle {}

.catTitle h1 {
    font-size: 3rem;
}

.catTitle p {
    margin-top: 30px;
    font-size: 108%;
}

/* inner block */
.catFrm .catFrmBody .catBlock {
    margin-top: 60px;
}

.catFrm .catFrmBody .catBox {
    margin-top: 30px;
}

@media screen and (max-width:768px) {
    .catFrm .catFrmBody .catBlock {
        margin-top: 40px;
    }
}

@media screen and (max-width:400px) {
    .catFrm .catFrmBody .catBlock {
        margin-top: 20px;
    }
}



.catBlockTitle {
    margin-bottom: 30px;
}

.catBlockTitle h2 {
    padding: 10px;
    background-color: #74BDE8;
    font-size: 2rem;
    color: #FFF;

    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.catBlockTitle p {
    margin-top: 30px;
    font-size: 1.2em;
}

/* detail */
.catBlock .catBoxTitle {
    margin: 60px 0 10px;
    padding: 9px 8px;
    border: 2px solid #DADDD9;
    font-weight: bold;
    font-size: 1.6rem;
    color: #74BDE8;

    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.catBlock .catBoxTitle:first-child {
    margin-top: 0;
}

.catBlock .hdlv04 {
    margin-top: 30px;
    font-weight: bold;
}

.catBlock p {
    font-size: 1.5rem;
    line-height: 1.8;
}

.catBlock .flt-l+p,
.catBlock .flt-r+p {
    margin-top: 0;
}

.catBlock p em {
    font-weight: bold;
}

.catBlock p strong {
    font-weight: bold;
}


/* page index */
.catBlockTitle+dl.catIndexPage {
    margin-top: 60px;
}

dl.catIndexPage {
    margin-top: 30px;
    border: 2px solid #DADDD9;

    -webkit-border-radius: 2px;
    border-radius: 2px;
}

dl.catIndexPage dt {
    padding: 14px;
    background-color: #F1FAFE;
    font-weight: bold;
    font-size: 116%;
}

dl.catIndexPage dd {
    padding: 29px;
}

dl.catIndexPage dd p {
    font-size: 1.1em;
}

dl.catIndexPage dd p:first-child {
    margin-top: 0;
}

dl.catIndexPage dd ul.pageList {
    margin-top: 30px;
}

dl.catIndexPage dd ul.pageList li {
    float: left;
    width: 23.5%;
    margin-left: 2%;
    margin-top: -1px;
    padding: 15px 0;
    border-top: 1px dotted #DADDD9;
    border-bottom: 1px dotted #DADDD9;
}

dl.catIndexPage dd ul.pageList li.clr {
    margin-left: 0;
}

dl.catIndexPage dd ul.pageList li a {
    display: inline-block;
    line-height: 1.2;
    padding-left: 20px;
    background: url(images/common/link_bullet_arr.png) no-repeat left 0.1em;
    font-size: 1.2em;
}

@media screen and (max-width:400px) {
    dl.catIndexPage dd {
        padding: 9px;
    }
}

/* hedding ------------------------------------------*/
.blockTitle {
    margin-bottom: 30px;
    padding: 10px;
    background-color: #5BAED7;
    font-weight: bold;
    font-size: 2rem;
    color: #FFF;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}



/* form ----------------------------------------------*/
#formArea {}

.formList {
    display: flex;
    flex-flow: row wrap;
    align-content: space-between;

    background-color: #FFF;
    border: 2px solid #daddd9;
}

.formList dt {
    position: relative;
    width: 240px;
    padding: 10px 30px 10px 10px;
    border-top: 1px solid #daddd9;
    font-weight: bold;
    font-size: 1.2rem;
}

.formList dt small {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 13px;
    padding: 0 4px;
    background-color: #74BDE8;
    font-size: 1rem;
    color: #FFF;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.formList>*:nth-child(-n+2) {
    border-top: none;
}

.formList dd {
    display: flex;
    flex-flow: row wrap;
    align-content: space-between;

    width: calc(100% - 240px);
    padding: 10px;
    border-top: 1px solid #daddd9;
}

.formList dd>div:nth-child(odd) {
    flex: 1;
}

.formList dd>div:nth-child(even) {
    width: 200px;
    padding-left: 10px;
}

.formList dd>div:nth-child(even) p {
    font-size: 1.2rem;
}

@media screen and (max-width:768px) {
    .formList dd {
        display: block;
    }

    .formList dd>div:nth-child(even) {
        width: auto;
        margin-top: 5px;
        padding-left: 0;
    }
}

@media screen and (max-width:600px) {
    .formList {
        display: block;
    }

    .formList dt {
        position: relative;
        width: auto;
        padding: 10px;
    }

    .formList dt small {
        position: static;
        margin-left: 10px;
    }

    .formList dd {
        width: 100%;
        padding: 0 10px 10px;
        border-top: none;
    }
}

/* フォームボタン */
#formArea .btnArea {
    margin-top: 30px;
}

#formArea .btnArea input[type=submit] {
    display: inline-block;
    width: 200px;
    background-color: #74BDE8;
}



/* form */
.formList input[type=text],
.formList input[type=password],
.formList input[type=email],
.formList input[type=tel],
.formList textarea {
    box-sizing: border-box;
    padding: 9px;
    border: 1px solid #CCC;
    line-height: 1.2;
    text-align: left;
    font-size: 1.4rem;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    outline: none;
}

.formList input[type=text]:focus,
.formList input[type=password]:focus,
.formList input[type=email]:focus,
.formList input[type=tel]:focus,
.formList textarea:focus {
    border: 1px solid #74BDE8;
}

.formList input[type=radio],
.formList input[type=checkbox] {}

.formList select {
    height: 36px;
    border: 1px solid #CCC;
    background-color: #FFF;
    outline: none;
}

.formList select:focus {
    border: 1px solid #74BDE8;
}

.full {
    width: 100%;
}

.zip1,
.zip2,
.tel1,
.tel2,
.tel3 {
    width: 60px;
}






/* pager -----------------------------------------------*/
.pager {
    clear: both;
    margin: 30px 0;
    position: relative;
    line-height: 1em;
    text-align: center;
    /*font-size: 0;*/
}

.pager .inr {
    display: inline-block;
}

.pager span,
.pager a {
    float: left;
    display: block;
    margin-left: 8px;
    width: 36px;
    height: 36px;
    padding: 8px 0;
    text-decoration: none;
    background-color: #FFF;
    border: 2px solid #5BAED7;
    text-align: center;
    line-height: 1;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 1.6rem;
    color: #5BAED7;

    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.pager *:first-child {
    margin-left: 0;
}

.pager a:hover {
    opacity: 1;
    background-color: #EAF7FD;
    color: #7FC7E6;
}

.pager .current {
    background-color: #5BAED7;
    color: #FFF;
}

.pager .page-prev,
.pager .page-next {
    overflow: hidden;
    width: 36px;
    height: 0;
    padding: 32px 0 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px 24px;
}

.pager .page-prev {
    background-image: url(images/common/pager_prev_gr.svg);
}

.pager .page-next {
    background-image: url(images/common/pager_next_gr.svg);
}

.pager .page-of {
    display: none;
}

@media only screen and (max-width: 480px) {
    .pager {
        font-size: 12px;
        line-height: 12px;
    }

    .pager span,
    .pagination a {
        padding: 7px 10px 7px 10px;
    }

    .pager .current {
        padding: 7px 10px 7px 10px;
    }
}


/* box layout */
.flt-r {
    float: right;
    margin-left: 20px;
}

.flt-l {
    float: left;
    margin-right: 20px;
}

.flt-r+*,
.flt-r+* {
    margin-top: 0 !important;
}

.flt-r img,
.flt-l img {
    max-width: 100%;
    height: auto;
}

@media screen and (max-width:480px) {

    .flt-r,
    .flt-l {
        float: none;
        margin: 0 auto;
        text-align: center;
    }
}

/* ２列リスト（交互背景） */
ul.plaid {
    display: flex;
    flex-flow: row wrap;
    align-content: space-between;
    border-bottom: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
}

ul.plaid li {
    width: 50%;
    padding: 8px;
    border-top: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
}

ul.plaid li:nth-child(4n+1),
ul.plaid li:nth-child(4n) {
    background-color: #f2f2f2;
}

/* リンクリスト */
.linkList {}

.linkList li {
    padding: 4px 0;
    border-top: 1px solid #daddd9;
}

.linkList li:first-child {
    border-top: none;
}

.linkList li a {
    display: inline-block;
    padding-left: 14px;
    background: url(images/common/blt_wdg_r_gr.svg) no-repeat left 0.2em;
    background-size: 14px 14px;
}


/* general tag format ----------------------------------*/
/* table - format01 */
table.fmt01 {
    width: 100%;
    font-size: 92%;
}

table.fmt01 th {
    padding: 8px 4px;
    background-color: #F8FCFE;
    border: 1px solid #DADDD9;
}

table.fmt01 td {
    padding: 8px 4px;
    border: 1px solid #DADDD9;
    text-align: center;
    line-height: 1.2;
}

/* table - format02 */
table.fmt02 {
    width: 100%;
    font-size: 92%;
}

table.fmt02 thead th,
table.fmt02 thead td {
    padding: 8px;
    background-color: #ccc;
    border: 1px solid #CCC;
    text-align: center;
    font-weight: bold;
    line-height: 1.2;
}

table.fmt02 tbody th,
table.fmt02 tbody td {
    padding: 8px;
    border: 1px solid #CCC;
    line-height: 1.2;
}

table.fmt02 th {
    width: 20%;
    background-color: #EEF9FE;
    text-align: center;
}

/* table - text decoration */
table span.cap {
    display: inline-block;
    font-size: .8em;
}



/* ul - default */
ul.default {
    margin-top: 20px;
    list-style: disc;
    margin-left: 30px;
}

ul.default li {
    margin-top: 3px;
}

/* ol - default */
ol.default {
    margin-top: 20px;
    list-style: decimal;
    margin-left: 30px;
}

ol.default li {
    margin-top: 3px;
}


/* ul - data format */
ul.dataFmt {
    margin-top: 20px;
}

ul.dataFmt li {
    position: relative;
    margin-top: 8px;
    padding-left: 30px;
}

ul.dataFmt li:before {
    position: absolute;
    left: 13px;
    top: 0;
    content: "";
    width: 4px;
    height: 100%;
    background-color: #74BDE8;

    -webkit-border-radius: 2px;
    border-radius: 2px;
}


/* dl - data format */
dl.dataBox {
    margin-top: 30px;
    border: 2px solid #daddd9;
}

dl.dataBox dt {
    padding: 8px;
    background-color: #8CCFED;
    font-weight: bold;
    font-size: 1.6rem;
    color: #FFF;
}

dl.dataBox dd {
    padding: 28px;
}


/* dl - data format */
dl.dataFmt {
    display: flex;
    flex-flow: row wrap;
    align-content: space-between;
}

dl.dataFmt dt {
    position: relative;
    min-width: 100px;
    padding: 10px 0;
    border-top: 1px solid #daddd9;
    white-space: nowrap;
    font-weight: bold;
    font-size: 1.2rem;
}

dl.dataFmt dt::before {
    position: absolute;
    right: -2px;
    top: 10px;
    content: "";
    width: 4px;
    height: calc(100% - 20px);
    background-color: #74BDE8;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

dl.dataFmt dt:nth-of-type(1)::before {
    top: 0;
    height: calc(100% - 10px);
}

dl.dataFmt dt:nth-last-of-type(1)::before {
    height: calc(100% - 10px);
}

dl.dataFmt dd {
    min-width: calc(100% - 100px);
    padding: 10px 0 10px 10px;
    border-top: 1px solid #daddd9;
    font-size: 1.4rem;
}

dl.dataFmt>*:nth-child(-n+2) {
    padding-top: 0;
    border-top: none;
}

dl.dataFmt>*:nth-last-child(-n+2) {
    padding-bottom: 0;
}



/* button */
.btnArea {
    text-align: center;
}

.btn {
    display: block;
    padding: 10px;
    background-color: #74BDE8;
    border: none;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;

    -webkit-border-radius: 4px;
    border-radius: 4px;

    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.btn:hover {
    text-decoration: none;

    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}




/* anchor */
a.anc {
    display: inline-block;
    padding-left: 20px;
}

a.anc:link {
    background: url(images/common/link_bullet_arr.png) no-repeat left center;
    color: #5BAED7;
}

a.anc:visited {
    background: url(images/common/link_bullet_arr_visited.png) no-repeat left center;
    color: #6A8FB0;
}

a.anc:hover {
    background: url(images/common/link_bullet_arr_hover.png) no-repeat left center;
    color: #3E88AF;
}

a.anc:active {
    background: url(images/common/link_bullet_arr.png) no-repeat left center;
    color: #5BAED7;
}

/* notes  */
.note {
    padding-left: 1em;
    text-indent: -1em;
}

.notes li {
    margin-top: 4px;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.2;
}

.notes li:first-child {
    margin-top: 0;
}


/*========================================================
   個別装飾
========================================================*/
/* top -----------------------------------------------------*/

/* グーグルマップ */
.map {
    width: 100%;
    height: 360px;
    background-color: #FFF;
}

/* アクセスマップ */
#accessMap .map {
    margin-bottom: 10px;
}


/* お知らせ一覧 */
ul.infoList {
    max-width: 1060px;
    margin: 0 auto 1em;
}

ul.infoList li {
    display: flex;
    flex-flow: row nowrap;
    align-content: space-between;

    padding: 17px 0;
    padding-left: 13px;
    border-bottom: 1px solid #EEE;
}

ul.infoList li:first-child {
    border-top: none;
    padding-top: 0;
}

ul.infoList li em {
    width: 110px;
    vertical-align: middle;
    font-size: 1.5rem;
    color: #74BDE8;
}

ul.infoList li a {
    text-decoration: none;
    font-size: 1.5rem;
    color: #333;
}

ul.infoList li a:hover {
    color: #74BDE8;
}

ul.infoList li p {
    flex: 1;
    position: relative;
    margin-top: 0;
    font-size: 1.5rem;
}

.catBlock ul.infoList {
    margin-top: 30px;
}

@media screen and (max-width:768px) {
    ul.infoList li {
        display: block;
        padding: 10px 5px;
    }

    ul.infoList li em {
        display: block;
        width: auto;
        margin-bottom: 10px;
    }
}


/* archive--------------------------------------------- */
/* 記事リスト */
dl.articleFmt {
    display: table;
    width: 100%;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px dotted #DADDD9;
}

dl.articleFmt dt {
    clear: both;
    display: table-cell;
    width: 9em;
    padding: 5px 10px 0 0;
    white-space: nowrap;
    vertical-align: top;
    line-height: 1.5;
    font-weight: bold;
}

dl.articleFmt dd {
    position: relative;
    display: table-cell;
    padding-left: 14px;
    vertical-align: top;
    line-height: 1.5;
}

dl.articleFmt dd:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    display: block;
    width: 4px;
    height: 100%;
    background-color: #5BAED7;

    -webkit-border-radius: 2px;
    border-radius: 2px;
}

dl.articleFmt dd em {}

dl.articleFmt dd h3 {
    line-height: 1.5;
}

dl.articleFmt dd h3 a {
    font-size: 164%;
}

dl.articleFmt dd p {}

dl.articleFmt dd p.continue {
    text-align: right;
}

@media screen and (max-width:600px) {
    dl.articleFmt {
        display: block;
    }

    dl.articleFmt dt {
        position: relative;
        display: block;
        width: auto;
        margin-top: 10px;
        padding: 0 0 0 10px;
    }

    dl.articleFmt dt:before {
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        display: block;
        width: 4px;
        height: 100%;
        background-color: #5BAED7;

        -webkit-border-radius: 2px;
        border-radius: 2px;
    }

    dl.articleFmt dd {
        display: block;
        width: auto;
        padding: 10px 0 0 10px;
        line-height: 1.5;
    }

    dl.articleFmt dd:before,
    dl.articleFmt dd:after {
        display: none;
    }
}

/* detail --------------------------------------------- */
p.detailPageDate {
    margin: 0;
    margin-bottom: 20px;
}

.detailPageNavi p {
    text-align: right;
}

/* 記事中のノーマライズ化 */
.normalize {}

.normalize h2 {
    display: block;
    margin: 0.83em 0;
    /* Webkit, Firefoxは、margin-before: 0.83em; margin-after: 0.83em; */
    font-size: 1.5em;
    font-weight: bold;
    page-break-after: avoid;
    /* IEのみ */
}

.normalize h3 {
    display: block;
    margin: 1em 0;
    /* Webkit, Firefoxは、margin-before: 1em; margin-after: 1em; */
    font-size: 1.17em;
    font-weight: bold;
    page-break-after: avoid;
    /* IEのみ */
}

.normalize p {
    display: block;
    margin: 1em 0;
    /* Webkit, Firefoxは、margin-before: 1em; margin-after: 1em; */
}

.normalize ul {
    display: block;
    margin: 1em 0;
    /* Webkit, Firefoxは、margin-before: 1em; margin-after: 1em; */
    padding-start: 40px;
    /* IEは、padding-left: 30pt; Operaは、padding-left: 40px; */
    list-style-type: disc;
    list-style-position: outside;
}

.normalize ol {
    display: block;
    margin: 1em 0;
    /* Webkit, Firefoxは、margin-before: 1em; margin-after: 1em; */
    padding-start: 40px;
    /* IEは、padding-left: 30pt; Operaは、padding-left: 40px; */
    list-style-type: decimal;
    list-style-position: outside;
}

.normalize li {
    display: list-item;
}

.normalize dl {
    display: block;
    margin: 1em 0;
    /* Webkit, Firefoxは、margin-before: 1em; margin-after: 1em; */
}

.normalize dt {
    display: block;
}

.normalize dd {
    display: block;
    margin-left: 40px;
    /* Webkit, Firefoxは、margin-start: 40px; */
}

.normalize img {}

.normalize strong {
    font-weight: bold;
}

.normalize em {
    font-weight: italic;
}


/* サイトマップ */
.wsp-pages-list {
    list-style: disc;
    list-style-position: inside;
}

/* 前の記事へ、次の記事へ　リンク  */
.paging {
    overflow: hidden;
    padding: 20px 0;
}

.paging .prev {
    float: left;
}

.paging .prev a {
    font-size: 16px;
    font-weight: bold;
}

.paging .next {
    float: right;
}

.paging .next a {
    font-size: 16px;
    font-weight: bold;
}

.paging .back {
    text-align: center;
}

.paging .back a {
    font-size: 16px;
    font-weight: bold;
}

/*240617*/
.normalize h2 {
    padding: 10px;
    background-color: #74BDE8;
    font-size: 1.8rem;
    color: #FFF;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 3.5em 0 1.5em;
}

@media screen and (min-width: 768px),
print {
    .normalize h2 {
        font-size: 2rem;
    }
}

.normalize h2 strong {
    font-weight: normal;
}

.normalize h3 {
    position: relative;
    font-size: 1.1em;
    padding: 0 0 .3em 1.5em;
    margin: 3.5em 0 1.5em;
    border-bottom: 2px solid #74BDE8;
}

.normalize h3:before {
    position: absolute;
    display: block;
    content: "";
    top: 40%;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #74BDE8;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
}

.normalize h3 strong {
    font-weight: normal;
}

.normalize strong {
    font-weight: 700;
}

.normalize blockquote {
    padding: 1.5em;
    border-radius: .5em;
    border: 2px solid #ccc;
    background-color: #f7f7f7;
    text-align: center;
}

.normalize blockquote p,
.normalize blockquote strong,
.normalize blockquote em {
    font-style: italic;
    font-weight: 700;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #444;
}

.normalize blockquote p {
    margin-bottom: 1em;
}

.normalize blockquote p:last-child {
    font-style: normal;
    margin-bottom: 0;
}

.normalize table {
    width: 100%;
    border-collapse: collapse;
}

.normalize table th,
.normalize table td {
    padding: .5em 1em;
    border: 1px solid #CCC;
}

.normalize table th {
    text-align: center;
    background-color: #EEF9FE;
}

.normalize .list1>li {
    position: relative;
    padding: 0 0 0 1.5em;
    margin: 0;
    font-size: 16px;
    list-style: none;
    counter-increment: list-counter;
}

.normalize .list1>li:not(:last-child) {
    margin-bottom: 1em;
}

.normalize .list1>li:before {
    content: counter(list-counter);
    display: inline-block;
    position: absolute;
    top: .3em;
    left: 0;
    border: 1px solid #333;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    color: #333;
    font-size: 1.1rem;
    line-height: 15px;
    text-align: center;
    margin-right: 5px;
}

.normalize ul li {
    list-style: disc;
    margin: 0 0 0 1.5em;
}

.normalize ol li {
    list-style: decimal;
    margin: 0 0 0 1.5em;
}

.normalize ul>li:not(:last-child),
.normalize ol>li:not(:last-child) {
    margin-bottom: .5em;
}

.normalize ul>li>ul>li:not(:last-child),
.normalize ol>li>ul>li:not(:last-child),
.normalize ul>li>ol>li:not(:last-child),
.normalize ol>li>ol>li:not(:last-child) {
    margin-bottom: 0;
}


/*240927*/
.normalize h4 {
    position: relative;
    font-size: 1.05em;
    font-weight: bold;
    padding: 0 0 0 1.8em;
    margin: 2.5em 0 1em;
}

.normalize h4:before {
    position: absolute;
    display: block;
    content: "";
    top: 1rem;
    left: 0;
    width: 20px;
    height: 4px;
    background-color: #74BDE8;
}
