@charset "utf-8";
/*
---------------------------------------
reset
---------------------------------------
*/

html {
    color: #000;
    background: #FFF;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset, img {
    border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}
caption, th {
    text-align: left;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
abbr, acronym {
    border: 0;
    font-variant: normal;
}
sup {
    vertical-align: text-top;
}
sub {
    vertical-align: text-bottom;
}
input, textarea, select {
    font-family: inherit;
    font-size: inherit;
 *font-size: 100%;
    font-weight: inherit;
}
q:before, q:after {
    content: '';
}
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 {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    box-sizing: border-box;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block;
}
audio, canvas, video {
    display: inline-block;
 *display: inline;
 *zoom: 1;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden] {
    display: none;
}
/*
---------------------------------------
style
---------------------------------------
*/

html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
}
body {
	font-family: -apple-system, blinkMacSystemFont,'Helvetica Neue','Segoe UI',YuGothicM,YuGothic,Meiryo,sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
    -webkit-text-size-adjust: 100%;
}
/* Windows */
@font-face {
  font-family: YuGothicM;
  font-weight: normal;
  src: local('YuGothic-Medium'),
       local('Yu Gothic Medium'), /* Chrome */
       local('YuGothic-Regular'); /* for Windows8.1 */
}
@font-face {
  font-family: YuGothicM;
  font-weight: bold;
  src: local('YoGothic-Bold'), /* Bold */
       local('Yu Gothic');     /* Chrome */
}
main {
    display: block; /* for IE */
}
pre, code {
    font-family: Courier, 'Courier New', monospace;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
.ie8 img {
    width: auto;
}
ul, ol {
    list-style: none;
}
/*
---------------------------------------
common
---------------------------------------
*/
.wrapper {
    max-width: 1170px;
    margin: 0 auto;
}
.inner {
    max-width: 970px;
    margin: 0 auto;
}
a {
    color: #000000;
    text-decoration: none;
    display: block;
    opacity: 1;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
a:hover {
    opacity: 0.6;
}
/*
---------------------------------------
header
---------------------------------------
*/
#header {
    padding-top: 25px;
    border-top: #003280 solid 10px;
}
#header .wrapper {
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
#header h1 {
    margin-right: auto;
    line-height: 1;
    font-size: 18px;
    padding-bottom: 15px;
}
#header h1 span {
    display: block;
    font-size: 47px;
    font-weight: bold;
    color: #003280;
    letter-spacing: -0.03em;
    margin-bottom: 8px;
}
#header h1 small {
    font-size: 80%;
    margin-right: 0.5em;
}
/*
---------------------------------------
navigation
---------------------------------------
*/
#gnav ul {
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
#gnav ul li a {
    width: 153px;
    text-align: center;
    transition: none;
    font-weight: bold;
    letter-spacing: 0.12em;
    padding: 17px 0 34px;
    box-shadow: -1px 0 0 0 transparent;
}
#gnav ul li a:hover, #gnav ul li a.active {
    background: url(../img/pattern01.png) repeat 50% 50% #003280;
    box-shadow: -1px 0 0 0 #003280;
    color: white;
    opacity: 1;
}
#gnav ul li a div {
    border-right: #003280 solid 1px;
}
#gnav ul li:first-child a div {
    border-left: #003280 solid 1px;
}
#gnav ul li a span {
    display: block;
    line-height: 1;
}
/*
---------------------------------------
mobile menu
---------------------------------------
*/
.drawer {
    display: none;
}
/*
---------------------------------------
main common
---------------------------------------
*/
br.sp {
    display: none;
}
.section {
    padding: 60px 0;
}
.ttl {
    background: url(../img/pattern01.png) repeat 50% 50%;
    height: 290px;
}
.ttl div {
    max-width: 1170px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: 50% 0;
    height: 290px;
    position: relative;
}
.ttl h2 {
    position: absolute;
    bottom: 15px;
    left: 70px;
}
.ttl h2 span {
    font-size: 20px;
    margin-left: 1em;
    letter-spacing: 0.12em;
    color: white;
}
.head01 {
    font-size: 20px;
    letter-spacing: 0.12em;
    line-height: 1;
    color: #003280;
    position: relative;
    padding-left: 45px;
    margin-bottom: 30px;
}
.head01:before {
    content: "";
    position: absolute;
    top: -3px;
    left: 0;
    width: 30px;
    height: 30px;
    background: url(../img/pattern01.png) repeat 50% 50%;
}
.head01 span {
    margin-left: 1em;
}
.head02 {
    text-align: center;
    color: #003280;
    font-size: 32px;
    margin-bottom: 30px;
    letter-spacing: 0.12em;
}
.head02 span {
    position: relative;
    display: inline-block;
}
.head02 small {
    display: block;
    font-size: 20px;
}
.head02 span:before, .head02 span:after {
    content: "";
    position: absolute;
    top: 0;
    width: 52px;
    height: 100%;
    background: url(../img/pattern01.png) repeat 50% 50%;
}
.head02 span:before {
    left: -92px;
}
.head02 span:after {
    right: -92px;
}
.intro {
    font-size: 18px;
    line-height: 1.666;
    text-align: center;
    margin-top: 60px;
}
.table {
    width: 100%;
}
.table th {
    background: #516a9f;
    color: white;
    border-bottom: solid 1px;
    width: 215px;
    padding: 15px 20px;
}
.table td {
    background: #e5e9f2;
    border-bottom: #fff solid 1px;
    padding: 15px 20px;
}
.table tr:last-child th, .table tr:last-child td {
    border-bottom: none;
}
/*
---------------------------------------
toTop
---------------------------------------
*/
#toTop {
    position: fixed;
    right: 30px;
    z-index: 20;
	max-width: 56px;
}
/*
---------------------------------------
footer
---------------------------------------
*/
#footer {
    margin-top: 60px;
}
#footerUpper {
    background: url(../img/pattern01.png) repeat 50% 50%;
    padding: 14px 0 0 0;
}
#footerUpper ul {
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
#footerUpper ul li {
    margin-bottom: 14px;
}
#footerUpper ul li:last-child a {
    border-right: white solid 1px;
}
#footerUpper ul li a {
    color: white;
    font-size: 14px;
    padding: 0 30px;
    border-left: solid 1px;
    line-height: 1.5;
}
#footerBottom {
    padding: 20px 0;
}
#footerBottom .wrapper {
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
#footerBottom p {
    margin-right: auto;
    font-size: 21px;
    letter-spacing: 0.06em;
}
#footerBottom p span {
    font-size: 75%;
    margin-right: 0.5em;
}
#footerBottom small {
    font-size: 14px;
    letter-spacing: 0.01em;
}

@media print {
body {
    width: 1170px;
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    transform-origin: 0 0;
}
}

@media screen and (max-width: 1170px) {
.wrapper {
    margin: 0 30px;
}
#gnav {
    width: 100%;
}
#gnav ul li {
    width: 20%;
}
#gnav ul li a {
    width: auto;
    padding: 15px 0;
}
}

@media screen and (max-width: 1010px) {
.inner {
    margin: 0 30px;
}
}

@media screen and (max-width: 768px) {
#header {
    padding-bottom: 10px;
}
#gnav {
    display: none;
}
/*
---------------------------------------
mobile menu
---------------------------------------
*/
.drawer {
    display: block;
}
.drawer a:hover {
    text-decoration: none;
}
.drawer-hamburger:hover {
    background-color: white !important;
    opacity: 1;
}
.drawer-nav {
    z-index: 20 !important;
}
.drawer-hamburger {
    z-index: 22 !important;
    box-sizing: border-box;
    /*width: 70px;
    padding: 18px 14px 16px;
	top: 25px;*/
	width: 60px;
    padding: 9px;
    top: 32px;
}
.drawer-nav, .drawer--right .drawer-hamburger, .drawer--right.drawer-open .drawer-nav, .drawer--right.drawer-open .drawer-navbar .drawer-hamburger, .drawer--top .drawer-hamburger, .drawer--top.drawer-open .drawer-nav, .drawer--top.drawer-open .drawer-navbar .drawer-hamburger {
    background-color: #003280 !important;
    margin: 0 !important;
}
.drawer--right .drawer-hamburger, .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
    right: 30px;
}
.drawer--right.drawer-open .drawer-hamburger {
    right: 0 !important;
}
.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
    background-color: white !important;
    height: 7px;
}
.drawer-hamburger-icon {
    margin-top: 12px;
}
.drawer-hamburger-icon:after {
    top: 12px;
}
.drawer-hamburger-icon:before {
    top: -12px;
}
.drawer-open .drawer-hamburger-icon {
    background-color: transparent !important;
}
.drawer--right.drawer-open .drawer-hamburger, .drawer--top.drawer-open .drawer-hamburger {
    top: 0 !important;
}
.drawer-menu li a {
    display: block;
    color: white;
    font-size: 14px;
    border-bottom: solid 1px rgba(255,255,255,.50);
    padding: 20px 1em;
}
.drawer-brand {
    line-height: 5.25rem;
}
.drawer-menu-item:hover {
    color: #003280 !important;
}
.drawer-name {
    color: white;
    margin-top: 18px;
    display: block;
}
br.sp {
    display: block;
}
.table th, .table td {
    display: block;
    width: 100% !important;
    border: none;
}
.table th {
    padding: 10px !important;
}
.table td {
    padding: 20px 10px !important;
}
.table td ul li {
    text-indent: -1em;
    padding-left: 1em;
}
/*.intro {
    text-align: left;
}*/
#footerUpper ul, #footerBottom .wrapper {
    -webkit-justify-content: center;
    justify-content: center;
}
#footerBottom p {
    margin-right: 0;
}
#footerBottom .wrapper small {
    margin-top: 10px;
    text-align: center;
}
}

@media screen and (max-width: 640px) {
.wrapper, .inner {
    margin: 0 4.6875%;
}
.drawer--top .drawer-hamburger, .drawer--top.drawer-open .drawer-hamburger, .drawer--right .drawer-hamburger, .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
    right: 4.6875%;
}
.intro {
    margin: 30px 0 20px;
}
.section {
    padding: 40px 0 !important;
}
.tel a {
    display: inline;
    text-decoration: underline;
}
.ttl h2 {
    left: 30px;
}
#toTop {
    right: 4.6875%;
}
#footerBottom {
    padding: 0 0 10px 0;
}
#footerBottom p {
    display: none;
}
#footerUpper ul li:nth-child(4) a {
    border-right: solid 1px;
}
}

@media screen and (max-width: 474px) {
.ttl h2 {
    bottom: 2%;
    left: 2%;
}
.ttl h2 span {
    margin-left: 0;
    display: block;
}
.head01 {
    padding-left: 37px;
    margin-bottom: 20px;
    font-size: 18px;
}
.head02 {
    letter-spacing: normal;
}
.head02 span {
    display: block;
}
.head02 span:before, .head02 span:after {
    width: 36px;
}
.head02 span:before {
    left: 0;
}
.head02 span:after {
    right: 0;
}
#header h1 {
    font-size: 16px;
    width: 75%;
}
#header h1 span {
    font-size: 30px;
}
#footerUpper ul li a {
    padding: 0 24px;
}
#footerUpper ul li:nth-child(3) a {
    border-right: solid 1px;
}
#footerUpper ul li:nth-child(4) a {
    border-right: none;
}
}
@media screen and (max-width: 375px) {
#header h1{
	width: 72%;
}
.head01 span {
    margin: 10px 0 0 0;
    display: block;
}
.intro {
    font-size: 16px;
	letter-spacing: 0.7;
}
}
@media screen and (max-width: 320px) {
.intro {
    font-size: 14px;
}
}
