/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */



html {
    font-family: sans-serif; /* 1 */
    line-height: 1.15; /* 2 */
    -ms-text-size-adjust: 100%; /* 3 */
    -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
    margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
    display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
    margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
    background-color: transparent; /* 1 */
    -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
    outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
    font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
    font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
    background-color: #ff0;
    color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
    display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
    /*width: 100%;*/ /*20170818 inoue off*/
	max-width: 100%; /*20170818 inoue on*/
    height: auto;
    border-style: none;
    vertical-align: bottom;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
    overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
    -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
    display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
    display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
    display: none;
}

* {
    box-sizing: border-box;
}

@font-face {font-family: "YuGothic M";src: local(Yu Gothic Medium)}

body {
    font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "YuGothic M", 
                "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-weight:normal;
/*
    font-family:"游ゴシック" , "Yu Gothic" , "游 ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐ ゴシック" , "MS PGothic" , sans-serif;
*/
    line-height: 1.6;
    color: #333;
}

body.en {
    font-family:arial,helvetica,sans-serif;
}

a:link {
    color: #333;
}
a:visited {
    color: #844141;
}
a:hover {
    color: #c1484c;
}
ul, ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

img {
    vertical-align: bottom;
}

.clearfix::after {
    content: '\0020';
    display: block;
    clear: both;
}

.breadcrumbs {
    width: 100%;
    font-size: 0;
}
.single .breadcrumbs {
    margin: 0 0 1.3393%;
}
.breadcrumbs li {
    margin-right: 10px;
    font-size: 13px;
    display: inline-block;
}
.pcon { 
	display:block;
}
.spon {
	display: none;
}
.ac {
	text-align:center;
	text-align: -webkit-center;
}
.ar {
	text-align: right;
	text-align: -webkit-right;
}
.al {
	text-align:left;
	text-align: -webkit-left;
}

@media screen and (max-width: 1119px) {
    .breadcrumbs li {
        font-size: 1.1607vw;
    }
}
@media screen and (max-width: 767px) {
    .breadcrumbs li {
        display: none;
    }
	.pcon {
		/*display: none;*/
	}
    .page-header .inner p img.pcon { display: none; }
    .page-header .inner h2 .pcon { display: block!important; }
    .page-header .inner h2 .spon { display: none!important; }
    .page-header h3.spon { display: none!important; }
	.spon {
		/*display: block;*/
	}
}



/*! ======================================================================================= ^^
  page-header
=========================================================================================== ^^ */
.page-header.stratum_off,.page-header.page-etc {
    position: relative;
}
.page-header.stratum_off .inner,.page-header.page-etc .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: auto;
}
.page-header.stratum_off .inner h2,.page-header.page-etc .inner h2 {
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    margin: 0.83em 0;
    background: none;
}
.page-header.stratum_off .inner p,.page-header.page-etc .inner p {
    text-align: center;
    position: static;
    margin: 1em 0;
}
.page-header.stratum_off .inner p img,.page-header.page-etc .inner p img{
    width: 82px;
}
@media screen and (min-width: 767px) {
    .page-header.stratum_off .inner h2 {
        background-image: none!important;
    }
}
@media screen and (max-width: 767px) {
    .page-header.stratum_off,.page-header.page-etc {
        height: 27.25vw;
        border-bottom: 2px solid #C2494D;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .page-header.stratum_off .inner,.page-header.page-etc .inner {
        background: none;
        padding: 0;
        width: 100%;
    }
    .page-header.stratum_off .inner p,.page-header.page-etc .inner p {
        display: none;
    }
    .page-header.stratum_off .inner p img,.page-header.page-etc .inner p img {
        width: auto;
        height: 11vw;
    }
    .page-header.stratum_off .inner h2,.page-header.page-etc .inner h2 {
        font-size: 5.8625vw;
        text-align: center;
        float: none;
        margin: 0 auto;
        /*text-indent: 2.5em;*/
        display: table;
        background-size: contain;
        background-position: 0 center;
        background-repeat: no-repeat;
        background: none!important;
    }
    .page-header.stratum_off .inner h2:after,.page-header.page-etc .inner h2:after {
        transform: translate(-50%, -50%);*/
    }
}
@media screen and (min-width: 767px) {
    .page-header.stratum_on .inner h2 {
        background-image: none!important;
    }
}
@media screen and (max-width: 767px) {
    .page-header.stratum_on {
        height: 27.25vw;
        position: relative;
        border-bottom: 2px solid #C2494D;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .page-header.stratum_on .inner {
        background: none;
        padding: 0;
        width: 100%;
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .page-header.stratum_on .inner p {
        display: none;
    }
    .page-header.stratum_on .inner p img {
        width: auto;
        height: 11vw;
    }
    .page-header.stratum_on .inner h2 {
        font-size: 5.8625vw;
        text-align: center;
        float: none;
        margin: 0 auto;
        /*text-indent: 2.5em;*/
        height: auto;

        background-size: contain;
        background-position: 0 center;
        background-repeat: no-repeat;
        background: none!important;
    }
    .page-header.stratum_on .inner h2:after {
        transform: translate(-50%, -50%);*/
    }
}
/*! ======================================================================================= ^^
  Layout header
=========================================================================================== ^^ */
.site-header {
    width: 100%;
    background:#414141 !important;
    /*background:#ffffff;*/
    font-size: 0;
	position: absolute;
    /*position: fixed;*/
    top: 0;
    left: 0;
    z-index: 2000;
}
.site-header .header-inner {
    max-width: 1120px;
    margin: 0 auto;
    position: relative;
}
.search-layer-header {
    width: 100%;
    height: 106px;
    background: #ffffff;
    position: absolute;
    top: 28px;
    right: 0;
    left: 0;
    z-index: -1;
}
/*.search-layer-header {
    width: 100%;
    height: 134px;
    background: url(../images/bg01.png) repeat;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    display: none;
}*/
.search-layer-header.on {
    display: block;
}
.site-header .header-sub-menu {
/*    width: 20.9%;*/
    width: 30%;
    font-size: 0;
    position: absolute;
    top: 0;
    right: 0;
}
.site-header .header-sub-menu ul {
    width: 100%;
	font-size: 0;
text-align:right;
}
.site-header .header-sub-menu li {
    display: inline-block;
text-align:left;
	width: 45%;
}
.site-header .header-sub-menu li:first-child {
	margin-right: 2%;
/*	width: 53%;*/
width: 35%;
}
.site-header .header-sub-menu .contact a {
    padding: 4.38% 0 4.38% 25px;
    background: url(../images/ico-mail-off.png) no-repeat 0 50%;
    font-size: 14px;
    line-height: 1.1;
    text-decoration: none;
	color: #fff;
}
.site-header .header-sub-menu .contact a:hover {
    background: url(../images/ico-mail-on.png) no-repeat 0 50%;
	color: #c1484c;
}
.site-header .header-sub-menu .language a,
.site-header .header-sub-menu .language span {
    width: 100%;
    height: 100%;
    padding: 4% 14.3%;
    background-color: #22b5be;
    font-size: 17px;
    color: #fff;
    line-height: 1.1;
    text-decoration: none;
    text-align: center;
    display: block;
}
.site-header .header-sub-menu .language a:hover {
    background-color: #cae7e7;
    color: #666;
}
.site-header .site-description {
    padding: 0.394% 0;
    margin: 0;
    font-size: 12px;
    font-weight: normal;
	background-color:#414141;
	color: #ffffff;
}
.site-header .site-logo {
    width: 27.1429%;
    margin-right: 1.877%;
    display: inline-block;
    vertical-align: middle;
}
.site-header .site-navigation {
    width: 70.9821%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
	background: #ffffff;
}
.site-header .site-navigation ul {
    width: 100%;
    height: 100%;
    font-size: 0;
}
.site-header .site-navigation ul li {
    width: 13.2075%;
    height: 100%;
    border-left: 1px solid #d6dde2;
    display: inline-block;
    vertical-align: top;
}
.site-header .site-navigation ul li.current {
	background-color: rgba(247,251,251,0.7);
}
.site-header .site-navigation ul .facebook {
    width: 7.2956%;
}
.site-header .site-navigation ul .search {
    width: 13.4591%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2500;
}
.site-header .site-navigation ul li a {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 14px;
    line-height: 1.3;
    text-decoration: none;
    text-align: center;
    overflow: hidden;
}
.site-header .site-navigation ul .facebook a {
	height:auto;
}

.site-header .site-navigation ul .facebook a:hover {
       opacity: 0.8;
}

.site-header .site-navigation ul .facebook a:first-of-type {
        margin: 18px 0;
}

.site-header .site-navigation ul li.current a {
    color: #c1484c;
}
.site-header .site-navigation ul .search a:hover,
.site-header .site-navigation ul .search.open a{
    background-color: #40aaa6;
}
.site-header .site-navigation .menu07,
.site-header .site-navigation .menu08,
.site-header .site-navigation .menu09,
.site-header .site-navigation .menu10,
.site-header .site-navigation .menu11,
.site-header .site-navigation .menu12 {
    display: none;
}
.site-header .site-navigation ul li a .text {
    width: 100%;
    display: block;
}
.site-header .site-navigation ul .facebook a .text {
    display: none;
}
.site-header .site-navigation ul li a .text::before {
    width: 1px;
    height: 100%;
    content: '\0020';
    display: inline-block;
    vertical-align: middle;
}
.site-header .site-navigation ul li a .text span {
    display: inline-block;
    vertical-align: middle;
}
.header-search-box {
    width: 100%;
    background-color: #40aaa6;
    display: none;
}
.header-search-box.open {
    display: block;
}
.header-search-box-inner {
    max-width: 1120px;
    width: 100%;
    padding: 52px 0;
    margin: 0 auto;
}
.header-search-box input[type=text] {
    width: 89.2857%;
    height: 46px;
    padding: 0 2.0942%;
    margin: 0 1.25% 0 0;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
}
.header-search-box .btn-search {
    width: 9.4643%;
    height: 46px;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 5px;
    background: #cae7e7;
    font-size: 16px;
    color: #3d8888;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.search-layer {
    width: 100%;
    height: 100%;
    background: url(../images/bg01.png) repeat;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: none;
}
.search-layer.on {
    display: block;
}
.btn-menu {
    width: 8.2813%;
    padding: 0;
    border: none;
    background: none;
    float:right;
    display: none;
}
.btn-close1 {
    width: 8.2813%;
    padding: 0;
    border: none;
    background: none;
    float: right;
    display: none;
}
.btn-close2 {
    width: 25.5357%;
    padding: 0;
    margin-bottom: 10.7143%;
    border: none;
    background: none;
    float: right;
    display: none;
}
@media screen and (max-width: 1119px) {
    .site-header .site-description {
        padding-left: 0.8929%;
        box-sizing: border-box;
    }
    .site-header .site-logo {
        margin-left: 0.8929%;
        margin-right: 0.9841%;
    }
    .site-header .header-sub-menu .contact a {
        font-size: 1.25vw;
    }
    .site-header .header-sub-menu .language a {
        font-size: 1.5179vw
    }
    .site-header .site-description {
        font-size: 1.0714vw;
		background:#414141;
		color:#ffffff;
    }
    .site-header .site-navigation ul li a {
        font-size: 1.25vw;
    }
}
@media screen and (max-width: 767px) {
    .site-header {
        padding: 2.3438% 3.125%;
        background: #ffffff !important;
        position: static;
    }
    .site-header .header-sub-menu {
        display: none;
    }
    .site-header .site-logo {
        width: 67%;
        margin: 1% 0 0;
        float: left;
    }
    .site-header .site-description {
        display: none;
    }
    .site-header .site-navigation {
        width: 100%;
        height: 100%;
        padding: 3.90625% 6.25%;
        background: url(../images/bg01.png) repeat;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 4000;
        overflow: auto;
        display: none;
    }
    .site-header .site-navigation.menu-open {
        display: block;
    }
    .site-header .site-navigation ul {
        height: auto;
        padding-top: 3.5714%;
        clear: both;
    }
    .site-header .site-navigation ul li {
        width: 100%;
        border-bottom: 1px solid #c24a4e;
        border-left: none;
        display: block;
    }
    .site-header .site-navigation ul .search {
        display: none;
    }
    .site-header .site-navigation ul li a,
    .site-header .site-navigation ul li span{
        padding: 3.24% 0;
        background: url(../images/ico-arrow02.png) no-repeat 96.7857% 50% / 5.7143% auto;
        /*font-size: 4.2857vw;*/
        font-size: 5vw;
        color: #333;
        line-height: 1;
        text-align: left;
    }
    .site-header .site-navigation ul .facebook {
        width: 100%;
        margin-top: 3.5714%;
        margin-bottom: 7.5714%;
        display: block;
		border: none;
    }
	/*.site-header .site-navigation ul .facebook a:first-child {
		background: url(../images/ico-twitter02.png) no-repeat 14.2857% 50%;
        background-size: 3.75% auto;
		margin-bottom: 3.5714%;
	}*/
    .site-header .site-navigation ul .facebook a {
        width: 100%;
        padding: 4.51% 0 4.51% 20%;
        background: url(../images/ico-twitter.png) no-repeat 4.2857% 50%;
        background-size: 10% auto;
        text-align: left;
		border: 1px solid #c24a4e;
    }

    .site-header .site-navigation ul .facebook a:first-of-type {
       background: url(../images/ico-facebook.png) no-repeat 4.2857% 50% ;
       background-size: 10% auto;
       margin: 10px 0;
    }

    .site-header .site-navigation ul .facebook a:hover {
       opacity: 1;
    }

    .site-header .site-navigation ul .facebook a .text {
        display: inline-block;
    }
    .site-header .site-navigation .menu07 {
        margin-bottom: 3.5714%;
        border: none;
        display: block;
    }
    .site-header .site-navigation .menu07 a,
    .site-header .site-navigation .menu07 span{
display:block;
        width: 100%;
        padding: 4.25% 0;
        background: url(../images/ico-arrow02.png) no-repeat 96.7857% 50% #c2494d;
        background-size: 5.7143% auto;
        color: #fff;
        text-align: center;
    }
    .site-header .site-navigation .menu08 {
        margin-bottom: 3.5714%;
        border: 1px solid #c24a4e;
        display: block;
    }
    .site-header .site-navigation .menu08 a {
        width: 100%;
        padding: 6.51% 0;
        text-align: center;
    }
    .site-header .site-navigation .menu09 {
        width: 46.4286%;
        margin-bottom: 3.5714%;
        border: 1px solid #c24a4e;
        float: left;
        display: block;
    }
    .site-header .site-navigation .menu09 a {
        width: 100%;
        padding: 14.07% 0;
        background-position: 95.3846% 50%;
        background-size: 12.3077% auto;
        text-align: center;
    }
    .site-header .site-navigation .menu10 {
        width: 46.4286%;
        margin-bottom: 3.5714%;
        border: 1px solid #c24a4e;
        float: right;
        display: block;
    }
    .site-header .site-navigation .menu10 a {
        width: 100%;
        padding: 14.07% 0;
        background-position: 95.3846% 50%;
        background-size: 12.3077% auto;
        text-align: center;
    }
    .site-header .site-navigation .menu11 {
        display: none;
        /*width: auto;
        margin: 0 auto;
        border: none;
        text-align: center;
        display: block;*/
    }
    .site-header .site-navigation .menu11 a {
        width: auto;
        padding: 7.24% 8% 7.24% 0;
        background-position: 100% 50%;
        background-size: 25.1969% auto;
        font-size: 4.0625vw;
        display: inline-block;
    }


    .site-header .site-navigation .menu12 {
margin-bottom: 3.5714%;
    border: 1px solid #c24a4e;
    display: inline-block;
        width: 100%;
    }
    .site-header .site-navigation .menu12 input {

font-size: 4.2857vw;
    padding: 17px 0 12px 0;
/*
        padding: 4.25% 0;
*/
width:80%;
        background: url(../images/ico-search-sp.png) no-repeat 3.2143% 50%;
        background-size: 7% auto;
        color: #333;
border:none;
    display: inline-block;
/*height:100%;*/
text-indent:2em;
    vertical-align: middle;
    }

.site-header .site-navigation .menu12 button {

width: 20%;
    padding: 18px 0;
    margin: 0;
    border: none;
/*    border-radius: 5px;*/
    background: #c2494d;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}


    .site-header .site-navigation ul li br {
        display: none;
    }
    .site-header .site-navigation ul li img {
        display: none;
    }
    .btn-menu {
        display: block;
    }
    .btn-close1 {
        display: block;
    }
    .btn-close2 {
        display: block;
    }
}

/*! ======================================================================================= ^^
  Layout contents
=========================================================================================== ^^ */
.site-contents {
    max-width: 1120px;
    width: 100%;
    margin: 0 auto 100px;
}
.site-contents::after {
    content: '\0020';
    display: block;
    clear: both;
}
.home .site-contents {
    max-width: none;
    margin-bottom: 0;
}
.site-main {
    width: 65.1786%;
    float: left;
}
.home .site-main {
    width: 100%;
    float: none;
}

.sidebar {
    width: 20.5357%;
    float: right;
}
.home .sidebar {
    display: none;
}

.side-area {
	width: 25.8929%;
	float: right;
	font-size: 15px;
}
.side-area .snavi li {
	border: #d6dee2 1px solid;
	margin-bottom: 20px;
position:relative;
}
.side-area .snavi li:last-child {
	margin-bottom: 0;
}
.side-area .snavi li a {
	text-decoration: none;
	display: block;
	padding:12px 12% 12px 3.5%;
}

.side-area .snavi li .slide-trigger {
/*	background: url(../images/ico-add.gif) no-repeat 96% center;*/

    background: url(../images/ico-add.gif) no-repeat center center;
    position: absolute;
    text-indent: -5000px;
    top: 0;
    right: 0;
    padding: 12px 0;
    width: 40px;

}
.side-area .snavi li .slide-trigger.open {
/*	background: url(../images/ico-less.gif) no-repeat 96% center;*/
    background: url(../images/ico-less.gif) no-repeat center center;
	color:#c1484c;
}

.side-area .snavi li .trigger {
	background: url(../images/ico-add.gif) no-repeat 96% center;
}
.side-area .snavi li .trigger.open {
	background: url(../images/ico-less.gif) no-repeat 96% center;
	color:#c1484c;
}
.side-area .snavi li .smenu {
	width: 93%;
	margin: 0 auto;
	display: none;
	font-size:13px;
	padding:8px 0 12px;
}
/*
.side-area .snavi li:last-child .smenu {
	display: block;
}
*/
.side-area .snavi li:last-child .trigger {
	background: url(../images/ico-less.gif) no-repeat 96% center;
}
.side-area .snavi li:last-child .trigger.open {
	background: url(../images/ico-add.gif) no-repeat 96% center;
}
.side-area .snavi li .smenu li {
	margin: 0;
	border:none;
	border-bottom: #999 1px solid;
}
.side-area .snavi li .smenu li a {
	padding:13px 12% 13px 3.5%;
}
.side-area .snavi li .smenu li.navon .slinks {
	background: #f3f3f1;
}
.side-area .snavi li .smenu li.navon .slinks li:last-child {
	border-bottom: none;
}
.side-area .snavi li .smenu li.navon .slinks li a {
	padding: 3.8% 3.5%;
}
.side-area .snavi li .smenu li.navon .slinks li a.son {
	color: #bf464c;
}
.side-area .snavi li .smenu li.navon .slinks .list {
	margin-top: -0.5%;
	padding-bottom: 2%;
}
.side-area .snavi li .smenu li.navon .slinks .list li {
	border-bottom: none;
	padding: 0 3.5%;
	margin-bottom: 2%;
}
.side-area .snavi li .smenu li.navon .slinks .list li a {
	padding: 0 0 0 12px;
	background: url(../images/ico-dot.png) no-repeat left 8px;
}
.side-area .snavi li .smenu li.navon .slinks .list li a:hover,
.side-area .snavi li .smenu li.navon .slinks .list li a.son {
	background: url(../images/ico-dot-on.png) no-repeat left 8px;
}
.norm-name {
    font-size: 18px;
    margin-bottom: 0;
}
.wp-caption-text {
	text-align: left;
}
@media screen and (max-width: 1119px) {
    .site-contents {
        padding: 0 0.8929%;
    }
    .home .site-contents {
        padding: 0;
    }
    .home .site-main {
        padding: 0 0.8929%;
    }
}
@media screen and (min-width: 767px) {
	.side-area .snavi li .smenu li.navon {
		border-bottom: none;
	}
	.side-area .snavi li .smenu li.navon a.on {
		color: #fff;
		background: #c1484c;
	}
}
@media screen and (max-width: 767px) {
    .site-contents {
        padding: 0;
    }
    .site-main {
        width: 100%;
        padding: 0 5.9375%;
        float: none;
    }
    .sidebar {
        display: none;
    }
	.side-area {
		width: 88%;
		margin: 0 auto;
		float: none;
		padding-top: 50px;
		font-size: 4.3625vw;
	}
	.side-area .snavi li .smenu {
		font-size: 4.3625vw;
	}
}

/*! ======================================================================================= ^^
  Layout footer
=========================================================================================== ^^ */
.site-footer {
    width: 100%;
background-color: #414141;
}
.site-footer .footer-pagetop {
    width: 100%;
    height: 80px;
	display: block;
}
.site-footer .footer-pagetop a {
    width: 100%;
    height: 100%;
    background-color: #f2f4f3;
    text-align: center;
    display: block;
}
.site-footer .footer-pagetop a:hover {
    background-color: #32ab9c;
}
.site-footer .footer-pagetop a::before {
    width: 1px;
    height: 100%;
    content: '\0020';
    display: inline-block;
    vertical-align: middle;
}
.site-footer .footer-pagetop a img {
    width: 36px;
    vertical-align: middle;
}
.footer-navigation-wrapper {
    width: 100%;
    height: 0;
    padding-top: 460px;
    background-color: #666666;
    position: relative;
    overflow: hidden;
}
.footer-navigation-inner {
    width: 100%;
    height: 100%;
    padding: 3.3333% 4.0179%;
    position: absolute;
    top: 0;
    left: 0;
}
.footer-navigation {
    max-width: 1120px;
    width: 100%;
    margin: 0 auto;
}
.footer-navigation > ul {
    width: 100%;
    font-size: 0;
}
.footer-navigation ul > li {
    font-size: 16px;
    line-height: 1.2;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
    width: 19%;
	margin-right: 0.8%;
}
.footer-navigation ul > li a {
    text-decoration: none;
    display: inline-block;
    color: #ffffff;
}
.footer-navigation .menu11 {
    display: none;
}
.footer-navigation .menu12 {
    display: none;
}
.footer-navigation .sub-menu {
    margin-bottom: 17%;
	margin-top: 5%;
}
.footer-navigation .sub-menu li {
    margin-bottom: 7px;
    font-size: 13px;
    font-weight: normal;
    display: block;
    width:auto;
}
.footer-navigation .sub-menu li a {
    margin-bottom: 0;
}
.footer-sub-navigation-wrap {
    width: 100%;
    max-height: 80px;
    padding: 1.606% 0;
    background-color: #00a499;
    font-size: 0;
    text-align: center;
    margin-bottom: 35px;
}
.footer-sub-navigation li {
    margin: 0 2.4107%;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
}
.footer-sub-navigation li a {
    text-decoration: none;
    color: #fff;
}
.footer-sub-navigation li a:hover {
	color: #c1484c;
}
.footer-bg {
	background: #414141;
	overflow: hidden;
	padding-top: 35px;
}
.footer-logo {
	width:37.1429%;
    margin: 0 auto 0;
}
.footer-logo a img {
    display: block;
    padding: 45px auto 45px !important;
	margin: 0 auto;
}
.copyright {
    width: 100%;
    padding: 35px 0 60px;
    text-align: center;
    color: #fff;
}
.copyright small {
    font-size: 14px;
}

.pagetop {
    width: 80px;
    height: 80px;
    border: 1px solid #32ab9c;
    background-color: #f2f4f3;
    position: fixed;
    bottom: 20px;
    right: 20px;
}
.pagetop a {
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
}
.pagetop a::before {
    width: 1px;
    height: 100%;
    content: '\0020';
    display: inline-block;
    vertical-align: middle;
}
.pagetop a img {
    width: 36px;
    vertical-align: middle;
}
@media screen and (max-width: 1349px) {
    .footer-navigation-wrapper {
        background-size: auto 100%;
    }
}
@media screen and (max-width: 1119px) {
    .footer-navigation-wrapper {
        padding-top: 50%;
    }
    .footer-navigation ul > li {
        font-size: 1.4286vw;
    }
    .footer-navigation .sub-menu li {
        font-size: 1.25vw;
    }
    .footer-sub-navigation li {
        font-size: 1.4286vw;
    }
    .copyright small {
        font-size: 1.25vw;
    }
}
@media screen and (max-width: 767px) {
    .footer-navigation-wrapper {
        height: auto;
        padding-top: 0;
        background: none;
    }
    .footer-navigation-inner {
        padding: 0;
        position: static;
    }
    .site-footer .footer-pagetop {
        width: 100%;
        height: auto;
        padding: 2.5% 0;
        margin-bottom: 3.125%;
        border: none;
        background-color: #f7f4f0;
        position: static;
    }
    .site-footer .footer-pagetop a {
        background-color: #f7f4f0;
    }
    .site-footer .footer-pagetop a:hover {
        background-color: #f7f4f0;
    }
    .site-footer .footer-pagetop img {
        width: 8.2813%;
    }
    .home .site-footer .footer-pagetop {
        display: none !important;
    }
    .footer-navigation {
        max-width: 1120px;
        width: 100%;
        margin: 0 auto;
    }
    .footer-navigation > ul {
        width: 100%;
        font-size: 0;
    }
    .footer-navigation ul > li {
        background-color: #c2494d;
        font-size: 16px;
        font-weight: bold;
        display: block;
        vertical-align: top;
    }
    .footer-navigation ul > li > a {
        width: 100%;
        padding: 0;
        margin-bottom: 0;
        border-bottom: 1px solid #fff;
        background-color: #c2494d;
        font-size: 3.75vw;
        color: #fff;
        line-height: 1;
        text-decoration: none;
        display: block;
    }
    .footer-navigation ul > li > a span {
        width: 100%;
        padding: 4.766% 5.9375%;
        display: block;
    }
    .footer-navigation ul .has-sub-menu a {
        background: url(../images/ico-plus.png) no-repeat 95% 50% #c2494d;
        background-size: 5.3191% auto;
    }
    .footer-navigation .menu01,
    .footer-navigation .menu02,
    .footer-navigation .menu03,
    .footer-navigation .menu04,
    .footer-navigation .menu05,
    .footer-navigation .menu06,
    .footer-navigation .menu07,
    .footer-navigation .menu08,
    .footer-navigation .menu09,
    .footer-navigation .menu10 {
        width: 100%;
    }
    .footer-navigation .menu06 a,
    .footer-navigation .menu07 a,
    .footer-navigation .menu08 a,
    .footer-navigation .menu10 a {
        background-color: #cd6d71;
    }
    .footer-navigation .menu09 {
        display: none;
    }
    .footer-navigation .menu11 {
        display: none;
    }
    .footer-navigation .menu12 {
        display: none;
    }
    .footer-navigation .menu01 a span {
        padding-left: 13.4375%;
        background: url(../images/ico-fmenu01.png) no-repeat 3.5% 50%;
        background-size: 7.8014% auto;
    }
    .footer-navigation .menu02 a span {
        padding-left: 13.4375%;
        background: url(../images/ico-fmenu02.png) no-repeat 3.5% 50%;
        background-size: 7.8014% auto;
    }
    .footer-navigation .menu03 a span {
        padding-left: 13.4375%;
        background: url(../images/ico-fmenu03.png) no-repeat 3.5% 50%;
        background-size: 7.8014% auto;
    }
    .footer-navigation .menu04 a span {
        padding-left: 13.4375%;
        background: url(../images/ico-fmenu04.png) no-repeat 3.5% 50%;
        background-size: 7.8014% auto;
    }
    .footer-navigation .menu05 a span {
        padding-left: 13.4375%;
        background: url(../images/ico-fmenu07.png) no-repeat 3.5% 50%;
        background-size: 7.8014% auto;
    }
    .footer-navigation .menu11 a span {
        padding-left: 13.4375%;
        background: url(../images/ico-fmenu05.png) no-repeat 3.5% 50%;
        background-size: 7.8014% auto;
    }
    .footer-navigation .menu12 a span {
        padding-left: 13.4375%;
        background: url(../images/ico-fmenu06.png) no-repeat 3.5% 50%;
        background-size: 7.8014% auto;
    }
    .footer-navigation .sub-menu {
        margin-bottom: 0;
        display: none;
    }
    .footer-navigation .sub-menu.acc-open {
        display: block;
    }
    .footer-navigation .sub-menu li {
        font-size: 14px;
        font-weight: normal;
        display: block;
    margin-bottom: 0px;
    }
    .footer-navigation .sub-menu li a {
        padding: 4.766% 5.9375%;
        border-bottom: 1px solid #c9c9c9;
        background-color: #fff;
        font-size: 3.75vw;
        color: #333;
        line-height: 1;
    }
    .footer-sub-navigation-wrap {
        max-height: none;
        padding: 0;
        background-color: #00a499;
        text-align: left;
    }
    .footer-sub-navigation li {
        width: 100%;
        margin: 0;
        font-size: 16px;
        font-weight: bold;
        display: block;
    }
    .footer-sub-navigation li a {
        width: 100%;
        padding: 4.766% 5.9375%;
        border-bottom: 1px solid #fff;
        font-size: 3.75vw;
        color: #fff;
        line-height: 1;
        text-decoration: none;
        display: block;
    }
    .pagetop {
        width: 100%;
        height: auto;
        padding: 2.5% 0;
        margin-bottom: 0;
        border: none;
        background-color: #f7f4f0;
        position: static;
    }
    .pagetop a {
        text-align: center;
    }
    .pagetop img {
        width: 8.2813%;
    }
	.footer-bg {
		/*padding-top: 50%;
		background: url(../images/img-footer-sp.jpg) no-repeat center top #414141;*/
		background-size: 100% auto;
		background-color: #666666;
	}
    .footer-logo {
        max-width: none;
        width: 63.125%;
        margin: 0 auto 7.8125%;
    }
    .copyright {
        margin: 0 0 9.375%;
        padding:0;
    }
    .copyright small {
        font-size: 3.75vw;
    }

}

.en .site-main h2,
.en .site-main h3,
.en .site-main h4{
	font-family:georgia, palatino,  serif;
}


/* 追加 */
.manage-box ol {
    list-style: decimal;
}
