@charset "UTF-8";

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */


/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}


/**
 * Remove the margin in all browsers (opinionated).
 */

body {
    margin: 0;
}


/* HTML5 display definitions
   ========================================================================== */


/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article, aside, details,
/* 1 */

figcaption, figure, footer, header, main,
/* 2 */

menu, nav, section, summary {
    /* 1 */
    display: block;
}


/**
 * Add the correct display in IE 9-.
 */

audio, canvas, progress, video {
    display: inline-block;
}


/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}


/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}


/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

template,
/* 1 */

[hidden] {
    display: none;
}


/* Links
   ========================================================================== */


/**
 * 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;
}


/* Text-level semantics
   ========================================================================== */


/**
 * 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;
}


/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
    font-style: italic;
}


/**
 * 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;
}


/**
 * 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
   ========================================================================== */


/**
 * Remove the border on images inside links in IE 10-.
 */

img {
    border-style: none;
}


/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
    overflow: hidden;
}


/* Grouping content
   ========================================================================== */


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code, kbd, pre, samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/**
 * 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 */
}


/* Forms
   ========================================================================== */


/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button, input, select, textarea {
    font: inherit;
    /* 1 */
    margin: 0;
    /* 2 */
}


/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
    font-weight: bold;
}


/**
 * 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 */
}


/**
 * 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 OS X.
 */

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}


/**
 * 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 */
}


/*  main　css
  ========================================================================== */

body {
    background: #fff none repeat scroll 0 0;
    color: #3c3c3c;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "EE EゴシチE", sans-serif;
}

html {
    box-sizing: border-box;
    font-size: 62.5%;
    line-height: 1.5;
}

*, *:before, *:after {
    box-sizing: inherit;
}


/* clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.wrap {
    min-width: 1005px;
}


/* display none */

.pc_off {
    display: none;
}


/* header
  ========================================================================== */

.header {
    height: 80px;
    width: 100%;
    border-bottom: 3px solid rgb(49, 90, 175);
}

.header .header__area {
    height: 80px;
    margin: 0 auto;
    width: 960px;
}

.header__area .header__area__sitelogo {
    float: left;
}

.header__area .header__area__catchCopy {
    float: left;
    margin-top: 3em;
    margin-left: 2em;
    color: rgb(153, 153, 153);
}

.header__area .header__area__title {
    float: right;
    font-size: 3em;
    font-weight: 900;
    margin: 0.67em 0;
}

.header__area__title--blue {
    color: rgb(49, 90, 175);
}


/* footer
  ========================================================================== */

.footer {
    width: 100%;
    position: relative;
}

.footer--gray {
    background-color: rgb(239, 239, 239);
}

.pagetop {
    background-color: rgb(180, 180, 180);
    font-size: 1.2em;
    margin: 0;
    padding: 0.5em 1em;
    position: absolute;
    right: 100px;
    top: -30px;
    width: 140px;
}

.pagetop .pagetop__link {
    text-decoration: none;
    color: rgb(250, 250, 250);
    background-image: url(../img/ico_footer_pagetop.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 1.5em;
}

.footer__local {
    margin: 0 auto;
    padding-top: 1em;
    width: 960px;
}

.local__link .local__link__left {
    float: left;
    padding-right: 1em;
}

.local__link .local__link__center {
    float: left;
    padding: 1em;
    border-left: 1px solid rgb(153, 153, 153);
    border-right: 1px solid rgb(153, 153, 153);
}

.local__link .local__link__right {
    float: left;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 1em;
    padding-right: 1em;
}

.left__area .left__area__col__icon {
    float: left;
}

.center__area .center__area__ul {
    list-style: outside none none;
}

.center__area__ul .center__area__ul__li:first-child {
    margin-right: 1em;
}

.center__area__ul .center__area__ul__li {
    float: left;
}

.center__area .center__area__p {
    margin: 0;
}

.center__area .center__area__address__tel, .center__area .center__area__address__fax {
    font-size: 1.5em;
    margin: 0;
}

.center__area__address__tel .center__area__address__tel__ico {
    background-image: url(../img/ico_footer_tel.jpg);
    background-repeat: no-repeat;
    background-position: left;
    text-decoration: none;
    padding-left: 2em;
    font-size: 1.4em;
}

.center__area__address__fax .center__area__address__fax__ico {
    background-image: url(../img/ico_footer_fax.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    padding-left: 2em;
    font-size: 1.4em;
}

.center__area__address__tel .center__area__address__telBody {
    margin-left: 3em;
}

.center__area__address__tel__ico--fontSize {
    font-size: 0.8em;
}

.center__area__address--lightBlue {
    color: rgb(0, 177, 217);
}

.right__area .right__area__ico {
    padding: 0;
    margin: 0;
    list-style: outside none none;
}

.global__footer {
    border-bottom: 3px solid rgb(49, 90, 175);
}

.global__footer--black {
    background: rgb(51, 51, 51);
}

.global__footer .global__footer__area {
    width: 960px;
    margin: 0 auto;
}

.global__footer__area .global__footer__area__ul {
    padding-top: 2em;
    padding-left: 0;
    margin: 0 auto;
    list-style: outside none none;
    font-size: 1.2em;
    width: 460px;
}

.sub__contents .sub__contents__li {
    float: left;
    padding-left: 1em;
    padding-right: 1em;
    border-right: 1px solid rgb(250, 250, 250);
}

.sub__contents .sub__contents__li:last-child {
    float: left;
    padding-right: 0;
    border-right-width: 0;
}

.sub__contents__li__link {
    color: rgb(250, 250, 250);
}

.sub__contents__li__link:hover {
    text-decoration: none;
}

.global__footer__area .global__footer__area__p {
    color: rgb(250, 250, 250);
    text-align: center;
}

.copy {
    margin: 0;
    padding-top: 1em;
    padding-bottom: 1em;
    text-align: center;
}


/* contents
  ========================================================================== */

.contents {
    width: 960px;
    margin: 0 auto 50px;
}

.breadcrumb .breadcrumb__path {
    padding-left: 0;
    list-style: outside none none;
    font-size: 1.2em;
}

.breadcrumb__path .path__item {
    display: inline;
}

.path__item .path__item__font {
    font-weight: 900;
    color: rgb(49, 90, 175);
}

.path__item__ico {
    background-image: url(../img/ico_home.gif);
    background-repeat: no-repeat;
    padding-left: 1.5em;
}

.path__item__a {
    color: rgb(59, 97, 173);
}

.path__item__a:hover {
    color: rgb(255, 128, 0);
    text-decoration: underline;
}

.breadcrumb__path .path__item+.path__item:before {
    content: ">";
    display: inline-block;
    margin: 0 0.2em;
}

.sidenavi {
    float: left;
}

.sidenavi .sidenavi__category {
    width: 200px;
}

.sidenavi__category .sidenavi__category__h1 {
    background-color: rgb(49, 90, 175);
    color: rgb(250, 250, 250);
    padding: 0.5em;
    margin-bottom: 0;
    font-size: 1.5em;
}

.sidenavi__category .sidenavi__category__h2 {
    background-color: rgb(49, 90, 175);
    color: rgb(250, 250, 250);
    padding: 0.5em;
    margin-bottom: 0;
}

.sidenavi__link .sidenavi__link__ul {
    padding: 0;
    margin: 0;
    list-style: outside none none;
}

.link__item .link__item__btn {
    background-color: rgb(239, 239, 239);
    border-bottom: 1px solid rgb(212, 212, 212);
    padding: 1em;
    width: 200px;
}

.link__item__btn .link__item__btn__a {
    background-image: url(../img/ico_right_arrow.png);
    background-position: left center;
    background-repeat: no-repeat;
    color: rgb(0, 91, 207);
    display: block;
    font-size: 1.2em;
    font-weight: 900;
    padding-left: 1.5em;
}

.link__item__btn .link__item__btn__a:hover {
    color: rgb(255, 128, 0);
    text-decoration: underline;
}

.mainarea {
    float: right;
    width: 940px;
}

.mainarea .dictionary__subTitle {
    font-size: 1.5em;
}

.mainarea .dictionary__title {
    border-bottom: 1px solid rgb(220, 220, 220);
    border-top: 3px solid rgb(27, 173, 207);
    margin-top: 1.2em;
    height: auto;
    width: auto;
}

.mainarea .dictionary__imgBlock {
    margin-bottom: 30px;
}

.mainarea .dictionary__imgBuyBlock {
    margin-bottom: 30px;
    width: 80%;
    margin: 0 auto;
}

.dictionary__imgBlock .dictionary__imgBlock__img, .dictionary__imgBuyBlock .dictionary__imgBuyBlock__img {
    width: 100%;
}

.mainarea .dictionary__category {
    padding: 0;
    list-style: outside none none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.dictionary__category .dictionary__category__item {
    margin-right: 0.5em;
    width: 240px;
    height: 160px;
    float: left;
}

.dictionary__category .dictionary__category__block {
    margin-right: 2.5em;
    width: 200px;
    height: auto;
    float: left;
}

.dictionary__category .dictionary__category__item:last-child, .dictionary__category .dictionary__category__block:last-child {
    margin-right: 0;
}

.item__link, .block__link {
    text-decoration: none;
    display: table;
    margin-bottom: 2em;
}

.item__link .item__link__subhead, .block__link .block__link__subhead {
    background-image: url(../img/bnr_subhead.png);
    background-repeat: no-repeat;
    display: inline-block;
    font-size: 1.5em;
    height: 35px;
    padding-left: 2em;
    padding-top: 0.5em;
    width: 240px;
    color: rgb(250, 250, 250);
}

.item__link .item__link__subhead__text, .block__link .block__link__subhead__text {
    background-image: url(../img/ico_right_arrow.png);
    background-repeat: no-repeat;
    background-position: left center;
    display: inline-block;
    font-size: 1.5em;
    font-weight: 900;
    min-height: 35px;
    padding-left: 1em;
    padding-top: 0.2em;
    width: 220px;
    color: rgb(0, 91, 207);
}

.block__link .block__link__subhead__text {
    display: table-caption;
}

.block__link .block__link__subhead__text__2row {
    background-image: url(../img/ico_right_arrow.png);
    background-repeat: no-repeat;
    background-position: left 11px;
    display: inline-block;
    font-size: 2em;
    font-weight: 900;
    height: 54px;
    padding-left: 1em;
    padding-top: 0.2em;
    width: 206px;
    color: rgb(0, 91, 207);
}

.item__link .item__link__text, .block__link .block__link__text {
    color: rgb(60, 60, 60);
    display: inline-block;

    vertical-align: top;
    width: 200px;
}

.block__link .block__link__text {
    display: table-cell;
}

.item__link .item__link__img {
    padding-top: 1em;
    float: left;
}

.block__link .block__link__img {
    padding-top: 1em;
    margin-right: 1em;
    float: left;
}

.col__header .col__header__title {
    background-color: rgb(241, 240, 226);
    padding-top: 1em;
    padding-right: 1em;
    padding-bottom: 1em;
    padding-left: 3em;
    margin-top: 3em;
    text-indent: -1.5em;
    font-size: 1.2em;
}

.col__header__title .col__header__title__a {
    background-image: url(../img/ico_right_arrow.png);
    background-position: left center;
    background-repeat: no-repeat;
    color: rgb(0, 91, 207);
    font-size: 1.4em;
    text-decoration: none;
    padding-left: 1em;
}

.mainarea .dictionary__links__col__ul {
    padding: 0;
    margin: 0;
    list-style: outside none none;
}

.col__body .col__body__li {
    padding: 1em;
    width: 180px;
    display: inline-block;
    vertical-align: top;
}

.col__body__li .col__body__li__link {
    background-image: url(../img/ico_right_arrow.png);
    background-position: left center;
    background-repeat: no-repeat;
    color: rgb(0, 91, 207);
    display: block;
    font-size: 1.3em;
    padding-left: 1.5em;
}

.col__body__li .col__body__li__link:hover {
    color: rgb(255, 128, 0);
    text-decoration: underline;
}

.mainarea .dictionary__subBlock {

    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 1.2em;
}

.dictionary__subBlock .dictionary__subBlock__title {
    margin-top: 1em;
    margin-bottom: 0.5em;
    font-size: 1.5em;
    color: #f0f8ff;
    padding: 5px 10px 5px 20px;
    height: 35px;
    background-color: #1BADCF;
}

.dictionary__subBlock .dictionary__subBlock__img {
    float: left;
    margin-bottom: 1em;
    margin-right: 1em;
    width: 50%;
}

.dictionary__subBlock .dictionary__subBlock__img__long {
    float: left;
    margin-bottom: 1em;
    margin-right: 1em;
    width: 80%;
}

.dictionary__subBlock .dictionary__subBlock__link {
    padding: 0;
    margin: 0;
    list-style: outside none none;
}

.subLink .subLink__li {
    float: left;
    padding: 0.5em;
}

.dictionary__subBlock .dictionary__subBlock__left {
    float: left;
    padding: 1em;
    width: 78%;
}

.dictionary__subBlock .dictionary__subBlock__left__widthSmall {
    float: left;
    padding: 0;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 2em;
    width: 65%;
}

.dictionary__subBlock .dictionary__subBlock__left__widthSSmall {
    float: left;
    padding: 0;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 2em;
    width: 45%;
}

.dictionary__subBlock .dictionary__subBlock__right {
    float: right;
    padding: 1em;
    width: 35%;
}

.leftText .leftText__weight {
    font-weight: 900;
}

.rightBlock .rightBlock__img {
    width: 80%;
}

.dictionary__subBlock .dictionary__subBlock__rightImg {
    padding: 1em;
    width: 18%;
}

.dictionary__subBlock .dictionary__subBlock__rightImg__long {
    padding: 1em;
    width: 30%;
}

.dictionary__subBlock .dictionary__subBlock__leftImg {
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;
    width: 20%;
}

.dictionary__subBlock .dictionary__subBlock__leftImg__large {
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;
    width: 30%;
}

.dictionary__subBlock .dictionary__subBlock__leftImg__Xlarge {
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;
    width: 50%;
}

.dictionary__subBlock .dictionary__subBlock__text {
    float: left;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 2em;
    width: 77%;
}

.dictionary__subBlock .dictionary__subBlock__text__right {
    float: right;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 2em;
    width: 77%;
}

.dictionary__subBlock .dictionary__subBlock__text__widthSmall {
    float: left;
    margin: 0;
    width: 45%;
}

.dictionary__subBlock .dictionary__subBlock__text__widthMedium {
    float: left;
    margin: 0;
    width: 65%;
}

.dictionary__subBlock .dictionary__subBlock__text__widthLarge {
    float: left;
    width: 100%;
}

.dictionary__subBlock__text .dictionary__subBlock__text__weight {
    font-weight: 900;
}

.dictionary__subBlock .dictionary__subBlock__iframe {
    float: left;
    margin-right: 2em;
    width: 370px;
    height: 277px;
}

.dictionary__subBlock .dictionary__subBlock__lineup {
    padding: 0;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 4em;
    list-style: outside none none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.lineuplink .lineuplink__li {
    width: 50%;
    float: left;
    padding: 1em;
}

.lineuplink .lineuplink__li--widthSmall {
    width: 25%;
}

.lineuplink__li .lineuplink__li__a {
    background-image: url(../img/ico_right_arrow.png);
    background-position: left 2px;
    background-repeat: no-repeat;
    text-decoration: none;
    color: rgb(0, 91, 207);
    font-size: 1.2em;
    font-weight: 900;
    padding-left: 1em;
    margin-bottom: 0.5em;
    float: left;
    width: 100%
}

.lineuplink__li .lineuplink__li__a:hover {
    color: rgb(255, 128, 0);
}

.lineuplink__li .lineuplink__li__a__highlight:hover {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
}

.lineuplink__li .lineuplink__li__nolink {
    background-image: url(../img/ico_right_arrow.png);
    background-position: left 2px;
    background-repeat: no-repeat;
    text-decoration: none;
    color: rgb(0, 91, 207);
    font-size: 1.2em;
    font-weight: 900;
    padding-left: 1em;
    margin-bottom: 0.5em;
    float: left;
    width: 100%
}

.lineuplink__li .lineuplink__li__img {
    float: left;
    margin-right: 1em;
}

.lineuplink__li__a__highlight:hover .lineuplink__li__img {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
}

.lineuplink__li .lineuplink__li__rightBox {
    float: left;
    width: 60%;
}

.lineuplink__li .lineuplink__li__p {
    float: left;
    width: 60%;
}

.lineuplink__li .lineuplink__li__p__widthLarge {
    float: left;
    width: 100%;
}

.lineuplink__li__p .lineuplink__li__p__weight {
    font-weight: 900;
}

.lineuplink__li .lineuplink__li__table {
    border-collapse: collapse;
    width: 60%;
}

.lineupTable .lineupTable__th {
    border: 1px solid rgb(220, 220, 220);
    background-color: rgb(230, 230, 230);
    padding: 0.5em;
}

.lineupTable .lineupTable__td {
    border: 1px solid rgb(220, 220, 220);
    padding: 0.5em;
}

.dictionary__subBlock .dictionary__subBlock__subtitle {
    float: left;
    margin: 0;
}

.dictionary__subBlock .dictionary__subBlock__unit {
    float: right;
    margin: 0;
}

.dictionary__subBlock .dictionary__subBlock__table {
    border-collapse: collapse;
    margin-top: 1em;
    margin-bottom: 1em;
    width: 740px;
}

.subBlock__table .subBlock__table__th {
    border: 1px solid rgb(220, 220, 220);
    padding: 0.5em;
    word-break: break-all;
    background-color: rgb(220, 220, 220);
}


.subBlock__table .subBlock__table__td {
    border: 1px solid rgb(220, 220, 220);
    padding: 0.5em;
    word-break: break-all;
}


.dictionary__subBlock .dictionary__subBlock__a, .subLink__li .subLink__li__a, .subBlock__table__td .subBlock__table__td__a {
    color: rgb(0, 91, 207);
}

.dictionary__subBlock .dictionary__subBlock__a:hover, .subLink__li .subLink__li__a:hover, .subBlock__table__td .subBlock__table__td__a:hover {
    color: rgb(255, 128, 0);
}


/* breakpoint 768px
  ========================================================================== */

@media screen and (max-width:768px) {
    img {
        display: block;
        height: auto;
        max-width: 100%;
        width: auto;
    }
    .pc_off {
        display: block;
    }
    /* display none */
    .sp_off {
        display: none;
    }
    .wrap {
        min-width: 100%;
        width: 100%;
        position: relative;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }
    .wrap.open {
        -moz-transform: translateX(-220px);
        -ms-transform: translateX(-220px);
        -webkit-transform: translateX(-220px);
        transform: translateX(-220px);
    }
    /* header
	  ========================================================================== */
    .header {
        width: 100%;
        height: auto;
        position: absolute;
        top: 0;
        z-index: 9999;
        background: rgb(255, 255, 255);
        padding: 1em;
    }
    .header .header__area {
        width: 100%;
        height: auto;
    }
    .header__area .header__area__sitelogo {
        width: 80%;
    }
    .header .sb_toggle_right {
        float: right;
        cursor: pointer;
        height: 35px;
        transition: all 0.5s ease 0s;
        width: 35px;
        margin: 2em 2em 0 0;
    }
    .sb_toggle_right .navicon_line01, .sb_toggle_right .navicon_line02, .sb_toggle_right .navicon_line03 {
        background-color: rgb(49, 90, 175);
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        height: 4px;
        margin-bottom: 8px;
        width: 35px;
        display: block;
    }
    .sb_toggle_open .navicon_line01 {
        top: 50%;
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        background: rgb(49, 90, 175) none repeat scroll 0 0;
        height: 4px;
        right: 4%;
        position: relative;
        top: 35%;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease;
        -webkit-transition-delay: 0s;
        transition: all 0.5s ease 0s;
        width: 40px;
    }
    .sb_toggle_open .navicon_line02 {
        filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        top: 50%;
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background: rgb(49, 90, 175) none repeat scroll 0 0;
        right: 50%;
        position: relative;
        top: 50%;
        width: 35px;
    }
    .sb_toggle_open .navicon_line03 {
        top: 50%;
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        background: rgb(49, 90, 175) none repeat scroll 0 0;
        height: 4px;
        right: 4%;
        position: relative;
        top: -31%;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease;
        -webkit-transition-delay: 0s;
        transition: all 0.5s ease 0s;
        width: 40px;
    }
    .overlay {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 9998;
        background: rgba(0, 0, 0, 0.3);
        display: none;
    }
    .side_menu_wrapper.side_open_all {
        width: 220px;
        -moz-transform: translateX(220px);
        -ms-transform: translateX(220px);
        -webkit-transform: translateX(220px);
        transform: translateX(220px);
        right: 0;
    }
    .side_menu_wrapper {
        background: rgb(239, 239, 239) none repeat scroll 0 0;
        border-top: 1px solid rgb(49, 90, 175);
        right: -220px;
        overflow: hidden;
        position: fixed;
        top: 0;
        -moz-transition: all 0.2;
        -o-transition: all 0.2;
        -webkit-transition: all 0.2;
        transition: all 0.2;
        width: 220px;
        height: 100%;
        z-index: 9999;
    }
    .side_menu_wrapper .side_menu {
        padding: 0;
        margin: 0;
    }
    .side_menu_wrapper .side_menu li {
        border-bottom: 1px solid rgb(49, 90, 175);
        display: block;
        height: 100%;
        padding: 10px 20px 10px 10px;
        font-size: 1.3em;
        background-color: rgb(239, 239, 239);
    }
    .side_menu_wrapper .side_menu li a {
        background-image: url(../img/ico_right_arrow.png);
        background-position: left center;
        background-repeat: no-repeat;
        color: rgb(0, 91, 207);
        display: block;
        text-decoration: none;
        font-size: 1.4em;
        font-weight: 900;
        padding-left: 1.5em;
        width: 100%;
        height: 100%;
    }
    .header__area .header__area__catchCopy, .header__area .header__area__title {
        text-align: center;
        float: none;
        clear: both;
    }
    /* footer
	  ========================================================================== */
    .pagetop {
        right: 0;
    }
    .footer__local, .global__footer .global__footer__area, .global__footer__area .global__footer__area__ul {
        width: 100%;
    }
    .local__link .local__link__left {
        padding-left: 1em;
    }
    .local__link .local__link__left, .local__link .local__link__right {
        float: none;
    }
    .left__area .left__area__col__icon {
        float: none;
        display: inline-block;
    }
    .local__link .local__link__center {
        float: none;
        border-left-width: 0;
        border-right-width: 0;
    }
    .left__area .left__area__col, .center__area .center__area__address, .local__link .local__link__right {
        text-align: center;
    }
    .center__area .center__area__ul {
        display: inline-block;
        margin: 1em auto;
    }
    .right__area .right__area__ico {
        display: inline-block;
    }
    .local__link .local__link__right {
        padding-bottom: 2em;
    }
    .global__footer .global__footer__area {
        padding: 1em;
    }
    .global__footer__area .global__footer__area__ul {
        padding-top: 1em;
    }
    /* contents
	  ========================================================================== */
    .contents {
        width: 100%;
        padding-left: 1em;
        padding-right: 1em;
        padding-top: 20em;
    }
    .breadcrumb .breadcrumb__path {
        font-size: 1.4em;
    }
    .sidenavi {
        float: none;
    }
    .mainarea {
        float: none;
        width: 100%;
    }
    .mainarea .dictionary__category {
        text-align: center;
    }
    .dictionary__category .dictionary__category__item {
        display: inline-block;
        float: none;
        vertical-align: top;
        margin: 0 auto;
    }
    .dictionary__category .dictionary__category__block {
        display: inline-block;
        float: none;
        vertical-align: top;
        width: 100%;
        height: 100%;
        margin-right: 0;
    }
    .dictionary__imgBlock .dictionary__imgBlock__img_widthSmall {
        margin: 0 auto;
        width: 50%;
    }
    .block__link .block__link__subhead__text, .block__link .block__link__subhead__text__2row {
        width: 100%;
        float: left;
    }
    .block__link .block__link__text {
        width: 100%;
        display: block;
        padding-top: 4em;
    }
    .item__link .item__link__subhead, .item__link .item__link__text, .block__link .block__link__subhead__text, .block__link .block__link__text, .block__link .block__link__subhead__text__2row {
        text-align: left;
    }
    .item__link .item__link__img {
        display: inline-block;
    }
    .col__header__title .col__header__title__btn {
        cursor: pointer;
        color: rgb(0, 91, 207);
        float: right;
        font-size: 1.3em;
        padding-left: 2.5em;
        width: 70px;
    }
    .col__header__title__btn__plus {
        background-image: url(../img/ico_plus.png);
        background-position: left center;
        background-repeat: no-repeat;
    }
    .col__header__title__btn__minus {
        background-image: url(../img/ico_minus.png);
        background-position: left center;
        background-repeat: no-repeat;
    }
    .col__body .col__body__li {
        width: 100%;
        border-bottom: 1px solid #e4e4e4;
    }
    .dictionary__subBlock .dictionary__subBlock__img, .dictionary__subBlock .dictionary__subBlock__img__long {
        width: 100%;
    }
    .dictionary__subBlock .dictionary__subBlock__left, .dictionary__subBlock .dictionary__subBlock__left__widthSmall, .dictionary__subBlock .dictionary__subBlock__left__widthSSmall {
        width: 100%;
        padding: 0;
        float: none;
    }
    .dictionary__subBlock .dictionary__subBlock__rightImg, .dictionary__subBlock .dictionary__subBlock__rightImg__long {
        width: 40%;
        padding: 0;
        margin-left: 1em;
        float: right;
    }
    .dictionary__subBlock .dictionary__subBlock__leftImg, .dictionary__subBlock .dictionary__subBlock__leftImg__large {
        width: 40%;
    }
    .dictionary__subBlock .dictionary__subBlock__leftImg__Xlarge {
        width: 100%;
    }
    .dictionary__subBlock .dictionary__subBlock__text, .dictionary__subBlock .dictionary__subBlock__text__widthMedium, .dictionary__subBlock .dictionary__subBlock__text__widthSmall {
        width: 100%;
        margin-bottom: 3em;
        float: none;
    }
    .dictionary__subBlock .dictionary__subBlock__iframe {
        width: 100%;
        height: auto;
        float: none;
    }
    .dictionary__subBlock .dictionary__subBlock__table {
        width: 100%;
    }
    .lineuplink .lineuplink__li {
        width: 100%;
    }
    .lineuplink .lineuplink__li--widthSmall {
        width: 50%;
    }
    .lineuplink__li .lineuplink__li__p {
        width: 54%;
    }
}
