@charset 'UTF-8';


/* --------------------------------------------------
* Font Family
* -------------------------------------------------- */
body,
select,
input,
button,
textarea,
:before,
:after {
font-family: Avenir, 'Open Sans', 'Helvetica Neue', Helvetica, Arial, Verdana, 'ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'ãƒ¡ã‚¤ãƒªã‚ª', Meiryo, 'ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯', 'MS PGothic', Osaka, sans-serif;
}
.u-font-serif,
.u-font-serif-before:before,
.u-font-serif-after:after {
font-family: YuMincho, 'æ¸¸æ˜Žæœ', 'HiraMinProN-W3', 'ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro W3', 'Hiragino Mincho Pro W3', 'Hiragino Mincho Pro', 'å¹³æˆæ˜Žæœ', 'ç´°æ˜Žæœä½“', 'ï¼­ï¼³ ï¼°æ˜Žæœ', 'MS P Mincho', serif;
}


/* --------------------------------------------------
* Layout
* -------------------------------------------------- */

/* Global
* -------------------------------------------------- */
html {
}
body {
overflow: hidden;
background: #d2cec3;
width: 100%;
color: #666;
font-size: 16px;
font-size: 1.6rem;
line-height: 1.6;
letter-spacing: .05em;
-webkit-text-size-adjust: 100%;
}

a {
color: #666;
text-decoration: underline;
}
.no-touch a:hover {
text-decoration: none;
}
.no-touch a:hover img {
opacity: .65;
filter: alpha(opacity=65);
}

*,
:before,
:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

::-moz-selection {
color: #fff;
background: #003265;
}
::selection {
color: #fff;
background: #003265;
}

.fa-caret-right:before {
font-family: fontAwesome;
}

.fa-angle-right:before {
font-family: fontAwesome;
}

/* Utility
* -------------------------------------------------- */
.u-inner {
max-width: 1020px;
margin: 0 auto;
padding: 0 15px;
}
.u-show-only-default {
display: block;
}
.u-show-only-desktop {
display: block;
}
.u-show-only-tablet {
display: none;
}
.u-show-only-media {
display: none;
}
.u-hide-only-default {
display: none;
}
.u-hide-only-desktop {
display: none;
}
.u-hide-only-tablet {
display: none;
}
.u-hide-only-media {
display: block;
}
.u-radius {
border-radius: 5px;
}
.u-text-center {
text-align: center;
}
.u-text-left {
text-align: left;
}
.u-text-right {
text-align: right;
}
.u-float-left {
float: left;
}
.u-float-right {
float: right;
}
.u-font-bold {
font-weight: bold;
}


/* Wrap
* -------------------------------------------------- */
#wrapper {
font-size: 120% !important;
letter-spacing: 0.3px;
font-weight: 500;
}
#container {}


/* Header
* -------------------------------------------------- */
#header {
position: relative;
background: #fff;
z-index: 11;
}
.header-inner {
position: relative;
}

/* ***** Logo ***** */
.header-logo {
float: left;
padding: 15px 0 10px;
font: 0/0 aa;
color: transparent;
}
.header-logo-img {
width: 100%;
}
.header-logo-link {
display: block;
}
.header-logo-link:hover .header-logo-img {
opacity: 1;
-webkit-filter: none;
filter: none;
}

/* ***** Sub Navigation ***** */
.header-sNav {
float: right;
padding: 40px 0 0;
color: #939393;
font-size: 14px;
font-size: 1.4rem;
}
.header-sNav-list {
width: 395px;
letter-spacing: -.4em
}
.header-sNav-list-item {
display: inline-block;
vertical-align: bottom;
letter-spacing: normal;
}

.header-sNav-list-item.english {
margin: 0 20px 0 0;
}

.header-sNav-list-item.search {
position: relative;
margin: 0 160px 0 0;
}
.header-sNav-list-item.search input[type="text"] {
display: block;
width: 165px;
padding: 5px 30px 5px 10px;
line-height: 1;
border: 1px solid #ccc;
border-radius: 30px;
}
.header-sNav-list-item.search input[type="submit"] {
position: absolute;
top: 0;
right: 0;
background: url(../../img/common/icon_search_gray.png) no-repeat center center;
background-size: 12px auto;
width: 30px;
height: 100%;
color: transparent;
font: 0/0 aa;
cursor: pointer;
}
.header-sNav-list-item.search input[type="submit"]:hover {
opacity: .65;
filter: alpha(opacity=65);
}
.header-sNav-list-item.inquiry {
position: absolute;
top: 0;
right: 30px;
}
.header-sNav-list-item_inquiry-a {
display: block;
background: #003265;
padding: 45px 20px 6px;
color: #fff;
line-height: 1;
text-decoration: none;
text-align: center;
border-radius: 0 0 4px 4px;
}
.no-touch .header-sNav-list-item_inquiry-a:hover {
opacity: .65;
filter: alpha(opacity=65);
}
.header-sNav-list-item_inquiry-txt {
display: inline-block;
background: url(../../img/common/icon_mail.png) no-repeat 0 center;
background-size: 18px auto;
padding: 0 0 0 25px;
}


/* ***** Global Navigation ***** */
.header-gNav {
clear: both;
position: relative;
}
.header-gNav-list {
float: right;
margin: 0 -5px;
letter-spacing: -.4em;
}
.header-gNav-list-item {
display: inline-block;
vertical-align: top;
width: 155px;
max-width: 20%;
padding: 0 5px;
letter-spacing: normal;
}
.header-gNav-list-item img {
width: 100%;
}
.header-gNav-list-item a {
display: block;
}
.header-gNav-list-item .gNav-btn {
display: block;
width: 100%;
line-height: 1;
text-align: center;
}
.header-gNav-list-item .gNav-btn .anchor {
overflow: hidden;
background: url(../../img/common/texture_gray.png);
width: 100%;
padding: 1px 1px 0 1px;
text-decoration: none;
border-radius: 5px 5px 0 0
}
.header-gNav-list-item.way .gNav-btn .anchor {
background-image: url(../../img/common/texture_blue.png);
}
.header-gNav-list-item.is-active .gNav-btn .anchor,
.no-touch .header-gNav-list-item:hover .gNav-btn .anchor,
#corporate .header-gNav-list-item.corporate .gNav-btn .anchor,
#ir .header-gNav-list-item.ir .gNav-btn .anchor,
#csr .header-gNav-list-item.csr .gNav-btn .anchor,
#saiyou .header-gNav-list-item.saiyou .gNav-btn .anchor,
#way .header-gNav-list-item.way .gNav-btn .anchor {
background-image: url(../../img/common/texture_blue.png);
}
.header-gNav-list-item .gNav-btn .anchor-in {
overflow: hidden;
display: block;
background: #fff;
width: 100%;
height: 45px;
padding: 15px 0 0;
color: #666;
font-size: 14px;
font-size: 1.4rem;
line-height: 1;
border-radius: 4px 4px 0 0
}

.header-gNav-list-item.way .gNav-btn .anchor-in {
color: #003265;
}
.header-gNav-list-item.is-active .gNav-btn .anchor-in,
.no-touch .header-gNav-list-item:hover .gNav-btn .anchor-in,
#corporate .header-gNav-list-item.corporate .gNav-btn .anchor-in,
#ir .header-gNav-list-item.ir .gNav-btn .anchor-in,
#csr .header-gNav-list-item.csr .gNav-btn .anchor-in,
#saiyou .header-gNav-list-item.saiyou .gNav-btn .anchor-in,
#way .header-gNav-list-item.way .gNav-btn .anchor-in {
background-color: #003265;
color: #fff;
}

/* Slide */
.header-gNav-slide {
display: none;
position: absolute;
top: 46px;
left: 0;
width: 100%;
padding: 30px 0 0;
z-index: 11;
}
.head-nav-cover {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 10;
}
.header-gNav-slide-wrap {
position: relative;
background-color: #003265;
background-color: rgba(0, 50, 101, .85);
padding: 15px 25px 25px;
}
.header-gNav-slide-wrap:before {
content: '';
position: absolute;
top: -26px;
background: url(../../img/common/header_slide_arrow.png) no-repeat center 0;
background-size: 51px auto;
width: 155px;
height: 26px;
}
.header-gNav-list-item.corporate .header-gNav-slide-wrap:before {
right: 615px;
}
.header-gNav-list-item.ir .header-gNav-slide-wrap:before {
right: 460px;
}
.header-gNav-list-item.csr .header-gNav-slide-wrap:before {
right: 305px;
}
.header-gNav-list-item.saiyou .header-gNav-slide-wrap:before {
right: 150px;
}
.header-gNav-list-item.way .header-gNav-slide-wrap:before {
right: 0;
}
.header-gNav-slide-close {
display: none;
position: absolute;
bottom: 0;
right: 30px;
background: #003265;
padding: 10px 20px;
color: #fff;
font-size: 14px;
font-size: 1.4rem;
line-height: 1;
letter-spacing: .1em;
border-radius: 4px 4px 0 0;
cursor: pointer;
}
.no-touch .header-gNav-slide-close:hover {
opacity: .65;
filter: alpha(opacity=65);
}

.header-gNav-slide-column {
letter-spacing: -.4em;
}
.header-gNav-slide-column .left,
.header-gNav-slide-column .right {
display: inline-block;
vertical-align: top;
width: 50%;
}
.header-gNav-slide-column .left {
padding: 0 8px 0 0;
}
.header-gNav-slide-column .right {
padding: 0 0 0 8px;
}
.header-gNav-slide-column a {
overflow: hidden;
background: url(../../img/common/texture_gray.png);
padding: 1px;
text-decoration: none;
border-radius: 5px;
}
.header-gNav-slide-column a span {
overflow: hidden;
display: block;
width: 100%;
height: 100%;
background: #fff;
padding: 10px;
border-radius: 4px;
}
.header-gNav-slide-column-list {
margin: 0 -5px;
letter-spacing: -.4em;
}
.header-gNav-slide-column-list-item {
display: inline-block;
vertical-align: top;
max-width: none;
width: 50%;
padding: 0 8px;
letter-spacing: normal;
}
.header-gNav-slide-column-link {
margin: 15px 0 0;
letter-spacing: normal;
}
.header-gNav-slide-column-link .subject,
.header-gNav-slide-column-link .thumb {
display: block;
}
.header-gNav-slide-column-link .subject {
padding: 5px 0;
font-size: 14px;
font-size: 1.4rem;
line-height: 1.4;
}
.no-touch .header-gNav-slide-column-link a:hover b {
text-decoration: underline;
}
.header-gNav-slide-column-link .thumb {
margin: 5px 0 0;
line-height: 0;
}
.header-gNav-slide-column-link .thumb.caption {}
.header-gNav-slide-column-link .thumb.caption img {
width: auto;
margin: 0 0 0 10px;
}
.header-gNav-slide-column-link .thumb.caption img:first-child {
margin-left: 0;
}
.header-gNav-slide-column-link .thumb em {
float: right;
display: inline-block;
vertical-align: top;
width: 150px;
font-size: 13px;
font-size: 1.3rem;
font-style: normal;
line-height: 1.4;
}
.header-gNav-slide-column-link .thumb em.is-office {
width: 260px;
}

.header-gNav-slide-column-block {
overflow: hidden;
background: url(../../img/common/texture_gray.png);
margin: 15px 0 0;
padding: 1px;
text-decoration: none;
border-radius: 5px;
}
.header-gNav-slide-column-block.block-bg-clear {
background: none;
}
.header-gNav-slide-column-block-wrap {
overflow: hidden;
display: block;
width: 100%;
height: 100%;
background: #fff;
padding: 15px 10px;
border-radius: 4px;
}
.header-gNav-slide-column-block.block-bg-clear .header-gNav-slide-column-block-wrap {
background: none;
padding: 0;
}
.header-gNav-slide-column-block .block-left,
.header-gNav-slide-column-block .block-right {
margin: 15px 0 0;
}
.header-gNav-slide-column-block-sub {
font-size: 14px;
font-size: 1.4rem;
font-weight: bold;
line-height: 1.4;
letter-spacing: 0;
}

.header-gNav-slide-column-link.link2 {
margin: 10px 0 0;
}
.header-gNav-slide-column-link.link2:first-child {
margin: 0;
}
.header-gNav-slide-column-link.link2 a {
background-image: url(../../img/common/texture_blue.png);
}
.header-gNav-slide-column-link.link2 .thumb {
float: left;
margin: 0 10px 0 0;
}
.header-gNav-slide-column-link.link2 .subject {
overflow: hidden;
color: #003265;
}
.header-gNav-slide-column-link.link2 .subject-desc {
display: block;
margin: 5px 0 0;
color: #666;
font-size: 13px;
font-size: 1.3rem;
font-style: normal;
font-weight: normal;
}

.header-gNav-slide-column-list2 {
margin: -7px -5px 0;
letter-spacing: -.4em;
}
.header-gNav-slide-column-list2-item {
display: inline-block;
vertical-align: top;
width: 50%;
margin: 8px 0 0;
padding: 0 5px;
letter-spacing: normal;
}
.header-gNav-slide-column-list2-item .list2-item-a {
background-image: url(../../img/common/texture_blue.png);
color: #003265;
text-decoration: none;
}
.no-touch .header-gNav-slide-column-list2-item .list2-item-a:hover {
text-decoration: underline;
}
.header-gNav-slide-column-list2-item .list2-item-a-in {
font-size: 14px;
font-size: 1.4rem;
font-weight: bold;
line-height: 1.2;
}

.header-gNav-slide-column-link.link2 .thumb-ir-01 {
width: 157px;
}
.header-gNav-slide-column-link.link2 .thumb-ir-02 {
width: 107px;
}

.header-gNav-slide-column-list3 {
margin: 15px 0 0;
letter-spacing: normal;
}
.header-gNav-slide-column-list3-title {
display: block;
margin: 0 0 5px;
font-size: 14px;
font-size: 1.4rem;
font-weight: bold;
line-height: 1.4;
}
.header-gNav-slide-column-list3-title .title-a {
display: inline-block;
background: none;
color: #003265;
}
.no-touch .header-gNav-slide-column-list3-title .title-a:hover {
text-decoration: underline;
}
.header-gNav-slide-column-list3-item {
font-size: 13px;
font-size: 1.3rem;
line-height: 1;
}
.header-gNav-slide-column-list3-item .list3-item-a {
display: inline-block;
position: relative;
background: none;
padding: 0 0 0 1em;
line-height: 1.4;
text-decoration: underline;
}
.no-touch .header-gNav-slide-column-list3-item .list3-item-a:hover {
text-decoration: none;
}
.header-gNav-slide-column-list3-item .list3-item-a:before {
content: '\30FB';
position: absolute;
top: 0;
left: 0;
}

.header-gNav-slide-column-list4 {
margin: -10px -5px 0;
letter-spacing: -.4em;
}
.header-gNav-slide-column-list4-item {
display: inline-block;
vertical-align: top;
width: 50%;
margin: 10px 0 0;
padding: 0 5px;
}
.header-gNav-slide-column-list4-item .list4-item-border {
overflow: hidden;
display: block;
background: url(../../img/common/texture_blue.png);
padding: 1px;
text-decoration: none;
border-radius: 5px;
}
.header-gNav-slide-column-list4-item .list4-item-in {
overflow: hidden;
display: block;
width: 100%;
height: 100%;
background: #fff;
padding: 15px 10px;
border-radius: 4px;
}
.header-gNav-slide-column-list4 .header-gNav-slide-column-list3 {
margin: 0;
}

.header-gNav-slide-column-list5 {
margin: 0 -7.5px;
letter-spacing: -.4em;
}
.header-gNav-slide-column-list5-item {
display: inline-block;
vertical-align: top;
width: 50%;
padding: 15px 7.5px 0;
letter-spacing: normal;
}
.list-type-column3 .header-gNav-slide-column-list5-item {
width: 33.3%;
}
.header-gNav-slide-column-list5-item a {
overflow: hidden;
background: none;
padding: 0;
border-radius: 0;
}
.header-gNav-slide-column-list5-item .item-border {
overflow: hidden;
display: block;
background: url(../../img/common/texture_blue.png);
padding: 1px;
text-decoration: none;
border-radius: 5px;
}
.header-gNav-slide-column-list5-item .item-in {
overflow: hidden;
display: block;
width: 100%;
height: 100%;
min-height: 135px;
background: #fff;
padding: 20px;
border-radius: 4px;
}
.header-gNav-slide-column-list5-item-thumb {
float: left;
width: 130px;
margin: 0 10px 0 0;
color: transparent;
font: 0/0 aa;
}
.header-gNav-slide-column-list5-item-title {
overflow: hidden;
font-size: 14px;
font-size: 1.4rem;
font-weight: bold;
line-height: 1.4;
}
.header-gNav-slide-column-list5-item-title .item-title-a {
display: inline-block;
color: #003265;
}
.no-touch .header-gNav-slide-column-list5-item-title .item-title-a:hover {
text-decoration: underline;
}
.header-gNav-slide-column-list5-item-desc {
overflow: hidden;
margin: 5px 0 0;
font-size: 13px;
font-size: 1.3rem;
line-height: 1.4;
}
.header-gNav-slide-column-list5-item-link {
overflow: hidden;
letter-spacing: -.4em;
}
.header-gNav-slide-column-list5-item-link-item {
display: inline-block;
vertical-align: top;
margin: 5px 0 0;
padding: 0 5px 0 0;
font-size: 13px;
font-size: 1.3rem;
line-height: 1;
letter-spacing: normal;
}
.list-type-column1 .header-gNav-slide-column-list5-item-link-item {
width: 100%;
}
.list-type-column2 .header-gNav-slide-column-list5-item-link-item {
width: 50%;
}
.header-gNav-slide-column-list5-item-link-item .link-item-a {
position: relative;
padding: 0 0 0 1em;
line-height: 1.4;
text-decoration: underline;
}
.header-gNav-slide-column-list5-item-link-item .link-item-a:before {
content: '\30FB';
position: absolute;
top: 0;
left: 0;
}

.list-type-column3 .header-gNav-slide-column-list5-item .item-border {
text-decoration: none;
}
.list-type-column3 .header-gNav-slide-column-list5-item .item-in {
padding: 20px 10px;
}
.list-type-column3 .header-gNav-slide-column-list5-item-thumb {
width: 110px;
height: 102px;
}
.list-type-column3 .header-gNav-slide-column-list5-item-title {
padding: 20px 0 0;
color: #003265;
}
.no-touch .list-type-column3 .item-border:hover .header-gNav-slide-column-list5-item-title {
text-decoration: underline;
}
.no-touch .list-type-column3 .item-border:hover .header-gNav-slide-column-list5-item-desc {
text-decoration: underline;
}


/* WAY */
.header-gNav-slide-way {
margin: 15px -10px 0;
letter-spacing: -.4em;
text-align: center;
}
.header-gNav-slide-way_item {
display: inline-block;
vertical-align: top;
width: 25%;
padding: 0 10px;
letter-spacing: 0;
}
.header-gNav-slide-way_item .item-anchor {
overflow: hidden;
background: url(../../img/common/texture_gray.png);
padding: 1px;
border-radius: 5px;
}
.no-touch .header-gNav-slide-way_item .item-anchor:hover {
text-decoration: underline;
}
.header-gNav-slide-way_item .item-in {
background: #fff;
padding: 10px;
border-radius: 4px;
}
.header-gNav-slide-way_item .title {
color: #003265;
font-size: 14px;
font-size: 1.4rem;
font-weight: bold;
line-height: 1.4;
}
.header-gNav-slide-way_item .thumb {
display: table;
width: 100%;
height: 90px;
padding: 10px 0 0;
}
.header-gNav-slide-way_item .thumb-img {
width: auto;
}
.header-gNav-slide-way_item .desc {
font-size: 13px;
font-size: 1.3rem;
line-height: 1.4;
}


/* ***** Device Menu ***** */
.header-menu {
display: none;
}
.header-menu-btn {
position: absolute;
top: 0;
width: 50px;
height: 50px;
-webkit-transition: all .35s linear;
transition: all .35s linear;
cursor: pointer;
}
.header-menu-slide {
position: absolute;
top: 50px;
left: 0;
width: 100%;
z-index: 10;
}

/* English */
.header-menu-english {
position: absolute;
top: 0;
right: 150px;
border-left: 1px solid #ccc;
}
.header-menu-english-btn {
display: block;
background: url(../../img/common/icon_english.png) no-repeat center center;
background-size: 23px auto;
width: 50px;
height: 50px;
color: transparent;
font: 0/0 aa;
}

/* Search */
.header-menu-search .header-menu-btn {
right: 100px;
background: url(../../img/common/icon_search_blue.png) #fff no-repeat center center;
background-size: 18.5px auto;
border-left: 1px solid #ccc;
}
.header-menu-search.is-active .header-menu-btn {
background-color: #003265;
background-color: rgba(0, 50, 101, .85);
background-image: url(../../img/common/icon_close.png);
background-size: 20px auto;
}
.header-menu-search .header-menu-slide {
background-color: #003265;
background-color: rgba(0, 50, 101, .85);
padding: 15px 30px;
}
.header-menu-search-form {
display: block;
position: relative;
}
.header-menu-search-form input[type="text"] {
display: block;
width: 100%;
height: 30px;
padding: 0 50px 0 10px;
font-size: 13px;
font-size: 1.3rem;
line-height: 30px;
}
.header-menu-search-form input[type="submit"] {
position: absolute;
top: 0;
right: 0;
background: url(../../img/common/icon_search_white.png) #003265 no-repeat center center;
background-size: 19px auto;
width: 40px;
height: 30px;
color: transparent;
font: 0/0 aa;
border: 1px solid #fff;
}


/* Inquiry */
.header-menu-inquiry {
position: absolute;
top: 0;
right: 50px;
}
.header-menu-inquiry-btn {
display: block;
background: url(../../img/common/icon_mail.png) #003265 no-repeat center center;
background-size: 23px auto;
width: 50px;
height: 50px;
color: transparent;
font: 0/0 aa;
}

/* Page */
.header-menu-page-btn {
right: 0;
background: url(../../img/common/icon_menu.png) #fff no-repeat center center;
background-size: 23px auto;
}
.header-menu-page.is-active .header-menu-page-btn {
background-color: #003265;
background-color: rgba(0, 50, 101, .85);
background-image: url(../../img/common/icon_close.png);
background-size: 20px auto;
}

.header-menu-page-list {
overflow: hidden;
width: 100%;
}
.header-menu-page-list-item {
display: block;
}
.header-menu-page-list-item b {
display: block;
}
.header-menu-page-list-item b a {
display: block;
position: relative;
background: #003265;
background: rgba(0, 50, 101, .85);
padding: 0 15px;
text-decoration: none;
}
.header-menu-page-list-item b a:after {
content: '';
position: absolute;
top: 0;
right: 20px;
background: url(../../img/common/arrow_white.png) no-repeat right center;
background-size: 10px auto;
width: 10px;
height: 100%;
}
.header-menu-page-list-item b span {
display: block;
background: url(../../img/common/header_menu_line.png) no-repeat;
background-size: 100% auto;
padding: 15px 20px 15px 5px;
color: #fff;
font-size: 13px;
font-size: 1.3rem;
line-height: 1.4;
letter-spacing: .1em;
}
.header-menu-page-list-item:first-child b span {
background: none;
}



/* Footer
* -------------------------------------------------- */
#footer {
color: #333;
font-size: 14px;
font-size: 1.4rem;
line-height: 1.4;
}
.footer-inner {
position: relative;
padding-top: 60px;
padding-bottom: 20px;
}
.footer-inner a {
color: #333;
text-decoration: none;
}
.no-touch #footer a:hover {
text-decoration: underline;
}

/* ***** Page Top ***** */
.footer-pagetop {
position: absolute;
top: -30px;
right: 30px;
}
.footer-pagetop-a {
display: block;
background: #003265;
height: 30px;
padding: 10px 15px 0;
font-size: 13px;
font-size: 1.3rem;
line-height: 1;
text-align: center;
border-radius: 4px 4px 0 0;
}
.footer-inner .footer-pagetop-a {
color: #fff;
}
.no-touch .footer-pagetop-a:hover {
text-decoration: none;
opacity: .65;
filter: alpha(opacity=65);
}
.no-touch #footer .footer-pagetop-a:hover {
text-decoration: none;
}

/* ***** Link ***** */
.footer-link {
display: table;
width: 100%;
letter-spacing: -.4em;
}
.footer-link-block {
display: table-cell;
vertical-align: top;
width: 20%;
height: 100%;
padding: 0 15px 0 0;
}
.footer-link-block.block2 {
width: 40%;
padding: 0;
}
.footer-link-block.block4 {
padding: 0 0 0 15px;
border-left: 2px solid #a9a79e;
}
.footer-link-block-sub {
margin: 10px 0 0;
letter-spacing: normal;
}
.footer-link-block-sub:first-child {
margin-top: 0;
}
.footer-link-block-list {
margin: 5px 0 0;
letter-spacing: normal;
}
.footer-link-block.block2 .footer-link-block-list {
display: inline-block;
vertical-align: top;
width: 50%;
padding: 0 15px 0 0;
}
.footer-link-block-list-item {
display: block;
margin: 5px 0 0;
font-size: 12px;
font-size: 1.2rem;
}

/* ***** Banner ***** */
.footer-banner {
margin: 40px 0 0;
}
.footer-banner-list {
margin: 0 -5px;
letter-spacing: -.4em;
}
.footer-banner-list-item {
display: inline-block;
vertical-align: top;
margin: 10px 0 0;
padding: 0 5px;
line-height: 0;
letter-spacing: normal;
text-align:center;
}
.footer-banner-list-item .text {
margin: 10px 0 0;
font-size: 12px;
font-size: 1.2rem;
line-height: 1.4;
}

/* ***** Bottom ***** */
.footer-bottom {
overflow: hidden;
margin: 60px 0 0;
}
.footer-bottom-list {
float: left;
}
.footer-bottom-list-item {
display: inline-block;
margin: 0 20px 0 0;
font-size: 12px;
font-size: 1.2rem;
letter-spacing: normal;
}
.footer-bottom-copy {
display: inline-block;
float: right;
font-size: 12px;
font-size: 1.2rem;
letter-spacing: normal;
}


/* Contents
* -------------------------------------------------- */
#content {
overflow: hidden;
position: relative;
background: #eeede9;
min-height: 300px;
padding: 0 0 100px;
}


/* Main
* -------------------------------------------------- */
#main {
max-width: 1020px;
display: block;
padding: 0 15px;
margin: 0 auto;
position: relative;
}


/* Primary
* -------------------------------------------------- */
#primary {
float: left;
width: 695px;
}
#primary .u-inner {
padding: 0;
}

/* Side
* -------------------------------------------------- */
#side {
float: right;
width: 230px;
max-width: 100%;
}


/* Side Navigation
* -------------------------------------------------- */
.side-nav {}
.side-nav-title {}
.side-nav-title-a {
display: block;
background: url(../../img/common/texture_darkgray.png);
padding: 1px;
color: #fff;
text-decoration: none;
border-radius: 5px;
}
.no-touch .side-nav-title-a:hover {
background-image: url(../../img/common/texture_blue.png);
}
.side-nav-title-a .title-in {
display: block;
position: relative;
background: #999;
padding: 10px;
font-size: 16px;
font-size: 1.6rem;
font-weight: bold;
line-height: 1.4;
border-radius: 4px;
-webkit-transition: all .35s cubic-bezier(0.75, 0, .35, 1);
transition: all .35s cubic-bezier(0.75, 0, .35, 1);
color: #fff;
}
.no-touch .side-nav-title-a:hover .title-in {
background-color: #003265;
}
.side-nav-title-a .title-in:after {
content: '';
position: absolute;
top: 0;
right: 10px;
background: url(../../img/common/arrow_white.png) no-repeat right center;
background-size: 7px auto;
width: 7px;
height: 100%;
}
.side-nav-list {}
.side-nav-list-item {
background: url(../../img/common/line_gray.png) no-repeat center bottom;
background-size: 100% auto;
padding: 0 0 1px;
}
.side-nav-list-a {
display: block;
position: relative;
padding: 10px 10px 10px 20px;
color: #333;
font-size: 14px;
font-size: 1.4rem;
line-height: 1.4;
text-decoration: none;
}
.side-nav-list-item.is-active .side-nav-list-a {
background: #fff;
}
.no-touch .side-nav-list-a:hover {
color: #003265;
text-decoration: underline;
}
.side-nav-list-a:after {
content: '';
position: absolute;
top: 0;
left: 10px;
background: url(../../img/common/arrow_triangle_black.png) no-repeat 0 1.15em;
background-size: 4px auto;
width: 4px;
height: 100%;
}
.side-nav-list-item .side-nav-list2 {
display: none;
}
.side-nav-list-item.is-active .side-nav-list2 {
display: block;
}
.side-nav-list2 {
padding: 0 0 0 20px;
}
.side-nav-list2-item {
background: url(../../img/common/line_gray.png) no-repeat center 0;
background-size: 100% auto;
padding: 1px 0 0;
}
.side-nav-list2-a {
display: block;
position: relative;
padding: 10px 10px 10px 20px;
color: #333;
font-size: 14px;
font-size: 1.4rem;
line-height: 1.4;
text-decoration: none;
}
.side-nav-list2-item.is-active .side-nav-list2-a {
background: #fff;
}
.no-touch .side-nav-list2-a:hover {
color: #003265;
text-decoration: underline;
}
.side-nav-list2-a:after {
content: '';
position: absolute;
top: 0;
left: 10px;
background: url(../../img/common/arrow_triangle_black.png) no-repeat 0 1.15em;
background-size: 4px auto;
width: 4px;
height: 100%;
}


/* Pop Up
* -------------------------------------------------- */
body#popup {
background: #eeede9;
}
#popup-wrapper {
padding: 15px 10px;
}
.popup-figure {
margin: 15px 0 0;
font: 0/0 aa;
}
.popup-figure:first-child {
margin-top: 0;
}
.popup-figure .img {
width: 100%;
}
.popup-note {
margin: 15px 0 0;
}
.popup-note-text {
overflow: hidden;
display: block;
background: url(../../img/common/texture_gray.png);
padding: 1px;
font-size: 12px;
font-size: 1.2rem;
line-height: 1.6;
text-decoration: none;
border-radius: 5px;
}
.popup-note-text .text-in {
overflow: hidden;
display: block;
position: relative;
background: #fff;
padding: 15px 20px;
border-radius: 4px;
}
.popup-print {
margin: 30px 0 0;
text-align: center;
}
.popup-print-button {
line-height: 1.2;
}
.popup-print-button .anchor {
overflow: hidden;
display: inline-block;
background: url(../../img/common/texture_blue.png);
padding: 1px;
text-decoration: none;
border-radius: 5px;
}
.popup-print-button .anchor-in {
overflow: hidden;
display: block;
position: relative;
background: #fff;
width: 200px;
max-width: 100%;
padding: 15px 30px;
color: #003265;
font-size: 14px;
font-size: 1.4rem;
font-weight: bold;
line-height: 1;
border-radius: 4px;
-webkit-transition: all .35s cubic-bezier(0.75, 0, .35, 1);
transition: all .35s cubic-bezier(0.75, 0, .35, 1);
}
.popup-print-button .anchor-in:before {
content: '';
position: absolute;
top: 0;
left: 10px;
background: url(../../img/common/arrow_circle_blue.png) no-repeat center center;
background-size: 12px auto;
width: 12px;
height: 100%;
-webkit-transition: all .35s cubic-bezier(0.75, 0, .35, 1);
transition: all .35s cubic-bezier(0.75, 0, .35, 1);
}
.no-touch .popup-print-button .anchor:hover .anchor-in {
background-color: #003265;
color: #fff;
}
.no-touch .popup-print-button .anchor:hover .anchor-in:before {
background-image: url(../../img/common/arrow_circle_white.png);
}



/* Breadrumbs
* -------------------------------------------------- */
#breadcrumbs {
line-height: 1;
}
.breadcrumbs-list {
padding: 10px 0 5px;
letter-spacing: -.4em;
}
.breadcrumbs-list-item {
display: inline-block;
vertical-align: top;
margin: 0 0 5px;
color: #003265;
font-size: 12px;
font-size: 1.2rem;
line-height: 1.3;
letter-spacing: normal;
}
.breadcrumbs-list-item:before {
content: '>';
display: inline-block;
margin: 0 .5em;
color: #939393;
}
.breadcrumbs-list-item:first-child:before {
display: none;
}
.breadcrumbs-list-a {
color: #939393;
}


/* Parent Title
* -------------------------------------------------- */
.parentTitle {
margin: 0;
text-align: center;
}
.parentTitle-title {
line-height: 1;
}
.parentTitle-title-img {
width: 100%;
max-width: 1099px;
}


/* Child Title
* -------------------------------------------------- */
.childTitle {
position: relative;
margin: 0;
padding: 13px 0;
}
.childTitle:after {
content: '';
position: absolute;
top: 0;
left: -67px;
background: url(../../img/common/childTitle_bg.png) repeat-y 0 0;
background-size: 100% auto;
width: 762px;
height: 100%;
z-index: 1;
}
.childTitle-title {
position: relative;
color: #003265;
font-size: 26px;
font-size: 2.6rem;
font-weight: bold;
line-height: 1;
z-index: 2;
}
.childTitle-title .note {
display: inline-block;
vertical-align: top;
margin: 0 0 0 10px;
padding: .1em 0 0;
font-size: 20px;
font-size: 2.0rem;
}


/* Child List
* -------------------------------------------------- */
.childList {
clear: both;
margin: 50px 0 0;
}
.childList-list {
margin: -10px;
letter-spacing: -.4em;
}
.childList-list-item {
display: inline-block;
vertical-align: top;
width: 25%;
padding: 10px;
letter-spacing: normal;
}
#primary .childList-list-item {
width: 33.3%;
}
.childList-list-item-a {
overflow: hidden;
display: block;
background: url(../../img/common/texture_gray.png);
padding: 1px;
color: #666;
text-decoration: none;
border-radius: 5px;
}
.no-touch .childList-list-item-a:hover {
background-image: url(../../img/common/texture_blue.png);
color: #003265;
}
.childList-list-item-in {
overflow: hidden;
display: block;
background: #fff;
padding: 10px;
border-radius: 4px;
}
.childList-list-thumb {
font: 0/0 aa;
}
.childList-list-thumb-img {
width: 100%;
}
.no-touch .childList-list-item-a:hover .childList-list-thumb-img {
opacity: 1;
-webkit-filter: none;
filter: none;
}
.childList-list-title {
margin: 10px 0 0;
font-size: 15px;
font-size: 1.5rem;
font-weight: bold;
line-height: 1.4;
text-align: center;
}
.childList-list-desc {
margin: 10px 0 0;
padding: 10px 0 0;
color: #666;
font-size: 14px;
font-size: 1.4rem;
line-height: 1.4;
border-top: 1px solid #ccc;
-webkit-transition: all .35s cubic-bezier(0.75, 0, .35, 1);
transition: all .35s cubic-bezier(0.75, 0, .35, 1);
}
.no-touch .childList-list-item-a:hover .childList-list-desc {
color: #003265;
border-color: #9aaec2;
}

/* Child List 2
* -------------------------------------------------- */
.childList2 {
margin: 50px 0 0;
}
.childList2-list {
margin: -10px;
letter-spacing: -.4em;
}
.childList2-list-item {
display: inline-block;
vertical-align: top;
width: 25%;
padding: 10px;
letter-spacing: normal;
}
#primary .childList2-list-item {
width: 33.3%;
}
.childList2-list-item-a {
overflow: hidden;
display: block;
background: url(../../img/common/texture_gray.png);
padding: 1px;
color: #666;
text-decoration: none;
border-radius: 5px;
}
.no-touch .childList2-list-item-a:hover {
background-image: url(../../img/common/texture_blue.png);
color: #003265;
}
.childList2-list-item-in {
overflow: hidden;
display: block;
background: #fff;
padding: 10px;
border-radius: 4px;
}
.childList2-list-thumb {
font: 0/0 aa;
}
.childList2-list-thumb-img {
width: 100%;
}
.no-touch .childList2-list-item-a:hover .childList2-list-thumb-img {
opacity: 1;
-webkit-filter: none;
filter: none;
}
.childList2-list-title {
margin: 10px 0 0;
font-size: 20px;
font-size: 2.0rem;
font-weight: bold;
line-height: 1.4;
text-align: center;
}
.childList2-list-desc {
margin: 10px 0 0;
padding: 10px 0 0;
color: #666;
font-size: 14px;
font-size: 1.4rem;
line-height: 1.4;
border-top: 1px solid #ccc;
-webkit-transition: all .35s cubic-bezier(0.75, 0, .35, 1);
transition: all .35s cubic-bezier(0.75, 0, .35, 1);
}
.no-touch .childList2-list-item-a:hover .childList2-list-desc {
color: #003265;
border-color: #9aaec2;
}

/* Child List 3
* -------------------------------------------------- */
.section-title + .childList3 {
margin-top: 20px;
}
.childList3-list {
margin: -10px;
letter-spacing: -.4em;
}
.childList3-list-item {
display: inline-block;
vertical-align: top;
width: 25%;
padding: 10px;
letter-spacing: normal;
}
#primary .childList3-list-item {
width: 50%;
}
.childList3-list-item-a {
overflow: hidden;
display: block;
background: url(../../img/common/texture_gray.png);
padding: 1px;
color: #666;
text-decoration: none;
border-radius: 5px;
}
.no-touch .childList3-list-item-a:hover {
background-image: url(../../img/common/texture_blue.png);
color: #003265;
}
.childList3-list-item-in {
overflow: hidden;
display: block;
background: #fff;
padding: 10px;
border-radius: 4px;
}
.childList3-list-num {
font: 0/0 aa;
text-align: left;
}
.childList3-list-num-img {
width: 100%;
}
.no-touch .childList3-list-item-a:hover .childList3-list-thumb-img {
opacity: 1;
-webkit-filter: none;
filter: none;
}

.childList3-list-title {
color: #666;
font-size: 16px;
font-size: 1.6rem;
font-weight: bold;
line-height: 1;
text-align: center;
}

.childList3-list-title .note {
display: inline-block;
vertical-align: top;
margin: 0 0 0 5px;
padding: .25em 0 0;
font-size: 12px;
font-size: 1.2rem;
font-weight: normal;
}

.childList3-list-data {
text-align: center;
}
.childList3-list-data .number {
display: inline-block;
margin: 0 5px 0;
color: #003265;
font-size: 40px;
font-size: 4.0rem;
font-weight: bold;
}
.childList3-list-desc {
margin: 10px 0 0;
padding: 10px 0 0;
color: #666;
font-size: 14px;
font-size: 1.4rem;
line-height: 1.4;
border-top: 1px solid #ccc;
-webkit-transition: all .35s cubic-bezier(0.75, 0, .35, 1);
transition: all .35s cubic-bezier(0.75, 0, .35, 1);
}
.no-touch .childList3-list-item-a:hover .childList3-list-desc {
color: #003265;
border-color: #9aaec2;
}

.childList3-list-item.pict-1 {
background-image: url(/assets/img/ir/number/num-1.png);
}
.childList3-list-item.pict-2 {
background-image: url(/assets/img/ir/number/num-2.png);
}
.childList3-list-item.pict-3 {
background-image: url(/assets/img/ir/number/num-3.png);
}
.childList3-list-item.pict-4 {
background-image: url(/assets/img/ir/number/num-4.png);
}
.childList3-list-item.pict-5 {
background-image: url(/assets/img/ir/number/num-5.png);
}

/* Tab Navigation
* -------------------------------------------------- */
.tabNav {
margin: 60px 0 0;
border-bottom: 3px solid #003265;
}
.tabNav-list {
display: block;
margin: 0 -10px;
letter-spacing: -.5em;
}
.tabNav-item {
display: inline-block;
vertical-align: top;
padding: 0 10px;
letter-spacing: normal;
}
.is-piece2 .tabNav-item {
width: 50%;
}
.is-piece3 .tabNav-item {
width: 33.3%;
}
.tabNav-item .anchor {
display: block;
text-decoration: none;
}
.tabNav-item .button {
overflow: hidden;
display: block;
background: url(../../img/common/texture_gray.png);
padding: 1px 1px 0;
border-radius: 5px 5px 0 0;
-webkit-transition: all .35s cubic-bezier(0.75, 0, .35, 1);
transition: all .35s cubic-bezier(0.75, 0, .35, 1);
}
.no-touch .tabNav-item .anchor:hover .button,
.tabNav-item.is-active .button {
background-image: url(../../img/common/texture_blue.png);
}
.tabNav-item .button-in {
overflow: hidden;
display: block;
background: #fff;
padding: 15px 0 12px;
color: #003265;
font-size: 18px;
font-size: 1.8rem;
font-weight: bold;
line-height: 1;
text-align: center;
border-radius: 4px 4px 0 0;
-webkit-transition: all .35s cubic-bezier(0.75, 0, .35, 1);
transition: all .35s cubic-bezier(0.75, 0, .35, 1);
}
.no-touch .tabNav-item .anchor:hover .button-in,
.tabNav-item.is-active .button-in {
background-color: #003265;
color: #fff;
}


/* Primary Section
* -------------------------------------------------- */
.section {
margin: 60px 0 0;
color: #333;
}

.section-block {
margin: 30px 0 0;
}
.section-block.is-white {
background: #fff;
padding: 20px;
border-radius: 10px;
}

.section-title {
display: block;
background: url(../../img/common/line_gray.png) no-repeat center bottom;
background-size: 100% auto;
margin: 0 0 30px;
padding: 0 0 10px;
font-size: 21px;
font-size: 2.1rem;
font-weight: bold;
line-height: 1.3;
}
.section-title .anchor {
color: #003265;
text-decoration: none;
}
.no-touch .section-title .anchor:hover {
text-decoration: underline;
}
.section-title .note {
display: inline-block;
margin: 0 0 0 10px;
font-size: 14px;
font-size: 1.4rem;
font-weight: normal;
text-align:right;
}
.section-subtitle {
margin: 0 0 20px;
font-size: 17px;
font-size: 1.7rem;
line-height: 1.6;
font-weight: bold;
}
.section-subtitle.is-line {
background: url(../../img/common/line_gray.png) no-repeat center bottom;
background-size: 100% auto;
padding-bottom: 10px;
}
.section-block.is-white .section-subtitle {
color: #003265;
}
.section-text {
margin: 30px 0 0;
font-size: 16px;
font-size: 1.6rem;
line-height: 1.8;
}
.section-text:first-child {
margin-top: 0;
}
.section-block .section-text {
margin-top: 10px;
}
.section-block .section-text:first-child {
margin-top: 0;
}
.section-figure2 .section-text {
margin-top: 10px;
}

.section-float-figure + .section-text,
.section-figure2-img + .section-text,
.section-figure2 .section-text:first-child {
margin-top: 0;
}
.section-text.is-arrow {
text-align: center;
}
.section-text-img-c {
margin: 30px 0 0;
font-size: 16px;
font-size: 1.6rem;
line-height: 1.8;
overflow: hidden;
}
.section-text-min {
margin: 15px 0 0;
font-size: 14px;
font-size: 1.4rem;
line-height: 1.6;
}
.section-text-min.is-right {
text-align: right;
}
.section-text-min:first-child {
margin-top: 0;
}

.section.is-column {
margin-left: -10px;
margin-right: -10px;
letter-spacing: -.4em;
}
.section-column {
display: inline-block;
vertical-align: top;
padding: 0 10px;
letter-spacing: normal;
}
.section-column.is-col2 {
width: 50%;
}
.section-column.is-col3 {
width: 33.3%;
}
.section-column .section-block:first-child {
margin-top: 0;
}
.section-column_figure {
line-height: 0;
}
.section-column_figure .anchor {
display: block;
}
.section-column_figure .img {
width: 100%;
}

.section-list {
margin: 30px 0 0;
font-size: 16px;
font-size: 1.6rem;
line-height: 1.4;
list-style-position: inside;
}
.section-block .section-list {
margin-top: 10px;
}
.section-list-item {
margin: .5em 0 0;
}
.section-list-item:first-child {
margin: 0;
}

.section-list.is-text {
list-style-type: none;
}
.section-list.is-text .section-list-item {
padding-left: 1.2em;
text-indent: -1.2em;
}
.section-list.is-decimal {
list-style-type: decimal;
}
.section-list.is-decimal .section-list-item {
padding-left: 1.3em;
text-indent: -1.3em;
}
.section-list.is-disc {
list-style-type: disc;
}
.section-list.is-disc .section-list-item {
padding-left: 1.3em;
text-indent: -1.3em;
}
.section-list.is-lower-alpha {
list-style-type: lower-alpha;
}
.section-list.is-lower-alpha .section-list-item {
padding-left: 1.3em;
text-indent: -1.3em;
}
.section-list.is-upper-alpha {
list-style-type: upper-alpha;
}
.section-list.is-upper-alpha .section-list-item {
padding-left: 1.3em;
text-indent: -1.3em;
}
.section-list.is-katakana-iroha {
list-style-type: katakana-iroha;
}
.section-list.is-katakana-iroha .section-list-item {
padding-left: 1.7em;
text-indent: -1.7em;
}
.section-list.is-annot .section-list-item {
padding-left: 1em;
text-indent: -1em;
}
.section-list.is-annot .section-list-item:before {
content: 'â€»';
}
.section-float-figure {
line-height: 0;
text-align: center;
margin:1 0px 0 0;
}
.section-float-figure.is-left {
float: left;
margin: 0 15px 15px 0;
}
.section-float-figure.is-right {
float: right;
margin: 0 0 15px 15px;
}
.section-float-figure .caption {
display: block;
margin: 10px 0 0;
font-size: 13px;
font-size: 1.3rem;
line-height: 1.4;
}

.section-subtitle + .section-float-figure.is-left,
.section-subtitle + .section-float-figure.is-right {
margin-top: 20px;
}

.section-figure2 .section-float-figure.is-left,
.section-figure2 .section-float-figure.is-right {
margin-top: 0;
}

.section-figure {
margin: 30px -5px 0;
letter-spacing: -.4em;
text-align: center;
}
.section-block .section-figure {
margin-top: 10px;
}
.section-figure-item {
display: inline-block;
vertical-align: top;
padding: 0 5px;
font-size: 14px;
font-size: 1.4rem;
line-height: 1.3;
letter-spacing: normal;
}
.section-figure.is-column2 .section-figure-item {
width: 50%;
}
.section-figure.is-column3 .section-figure-item {
width: 33.3%;
}
.section-figure-item.is-media-tap a {
cursor: default;
}
.section-figure-item .img {
max-width: 100%;
font: 0/0 aa;
}
.section-figure-item.is-media-tap a:hover .img {
opacity: 1;
-webkit-filter: none;
filter: none;
}
.section-figure-item.is-media-tap .caption {
display: none;
}
.section-figure.is-column2 .section-figure-item .img,
.section-figure.is-column3 .section-figure-item .img {
width: 100%;
}
.section-figure.is-bg-white .section-figure-item .img {
background: #fff;
padding: 10px;
border-radius: 5px;
}
.section-figure-item .caption {
margin: 10px 0 0;
font-size: 12px;
font-size: 1.2rem;
line-height: 1.3;
}
.section-figure-item .head {
display: block;
margin: 0 0 5px;
font-size: 20px;
font-size: 2.0rem;
font-weight: bold;
line-height: 1.6;
letter-spacing: .1em;
}
.section-figure2 {
overflow: hidden;
margin: 10px 0 0;
}
.section-title + .section-figure2,
.section-subtitle + .section-figure2 {
margin-top: 0;
}
.section-figure2-img {}
.section-figure2-img.is-right {
float: right;
margin: 0 0 10px 10px;
}
.section-figure2-img.is-left {
float: left;
margin: 0 10px 10px 0;
}
.section-figure2-text {
overflow: hidden;
}

.section-button {
margin: 15px 0 0;
line-height: 1.2;
}
.section-button_item {
display: inline-block;
}
.section-button .anchor {
overflow: hidden;
display: inline-block;
background: url(../../img/common/texture_blue.png);
padding: 1px;
text-decoration: none;
border-radius: 5px;
}
.section-button .anchor-in {
overflow: hidden;
display: block;
position: relative;
background: #fff;
padding: 15px 15px 15px 30px;
color: #003265;
font-size: 14px;
font-size: 1.4rem;
font-weight: bold;
line-height: 1;
border-radius: 4px;
-webkit-transition: all .35s cubic-bezier(0.75, 0, .35, 1);
transition: all .35s cubic-bezier(0.75, 0, .35, 1);
}
.section-button .gray {
background-color:#dcf6fc;
}
.section-button .gray:before {
background-color:#003265;
}

.section-button .anchor-in:before {
content: '';
position: absolute;
top: 0;
left: 10px;
background: url(../../img/common/arrow_circle_blue.png) no-repeat center center;
background-size: 12px auto;
width: 12px;
height: 100%;
-webkit-transition: all .35s cubic-bezier(0.75, 0, .35, 1);
transition: all .35s cubic-bezier(0.75, 0, .35, 1);
}
.no-touch .section-button .anchor:hover .anchor-in {
background-color: #003265;
color: #fff;
}
.no-touch .section-button .anchor:hover .anchor-in:before {
background-image: url(../../img/common/arrow_circle_white.png);
}
.section-option-text-box{
border: 1px;
border-color: #808080;
margin: 10px 0 0;
}

.section-option-text {
margin: 5px 0 0;
font-size: 11px;
font-size: 1.1rem;
line-height: 1.2;
}

.section-option-text-w {
font-size: 13px;
font-size: 1.3rem;
font-weight: bold;
}

.head-small{
font-size: 14px;
font-size: 1.4rem;
margin: 10px 10px 0 0;
}

.small-text{
font-size:small;
}


/* Anchor Link
* -------------------------------------------------- */
.anchor-arrow {
display: inline-block;
position: relative;
padding: 0 0 0 10px;
}
.anchor-arrow:before {
content: '';
position: absolute;
top: 0;
left: 0;
background: no-repeat 0 .5em;
background-size: 4px auto;
width: 4px;
height: 100%;
}
.anchor-arrow.is-black:before {
background-image: url(../../img/common/arrow_triangle_black.png);
}
.anchor-arrow.is-blue:before {
background-image: url(../../img/common/arrow_triangle_blue.png);
}
.anchor-arrow.is-white:before {
background-image: url(../../img/common/arrow_triangle_white.png);
}


/* Anchor List
* -------------------------------------------------- */
.anchorList {
margin: 20px 0 0;
}
.anchorList:first-child {
margin-top: 0;
}
.anchorList-list {
margin: 0 -5px -10px;
letter-spacing: -.4em;
}
.anchorList-list-item {
display: inline-block;
vertical-align: top;
width: 50%;
padding: 0 5px 10px;
letter-spacing: normal;
}
.anchorList-list-item .anchor {
overflow: hidden;
display: block;
background: url(../../img/common/texture_blue.png);
padding: 1px;
text-decoration: none;
border-radius: 5px;
}
.anchorList-list-item .anchor-in {
overflow: hidden;
display: block;
position: relative;
background: #fff;
padding: 15px 15px 15px 30px;
color: #003265;
font-size: 14px;
font-size: 1.4rem;
font-weight: bold;
line-height: 1;
border-radius: 4px;
-webkit-transition: all .35s cubic-bezier(0.75, 0, .35, 1);
transition: all .35s cubic-bezier(0.75, 0, .35, 1);
}
.anchorList-list-item .anchor-in:before {
content: '';
position: absolute;
top: 0;
left: 10px;
background: url(../../img/common/arrow_circle_blue.png) no-repeat center center;
background-size: 12px auto;
width: 12px;
height: 100%;
-webkit-transition: all .35s cubic-bezier(0.75, 0, .35, 1);
transition: all .35s cubic-bezier(0.75, 0, .35, 1);
}
.no-touch .anchorList-list-item .anchor:hover .anchor-in {
background-color: #003265;
color: #fff;
}
.no-touch .anchorList-list-item .anchor:hover .anchor-in:before {
background-image: url(../../img/common/arrow_circle_white.png);
}

/* Anchor Link 2
* -------------------------------------------------- */
.anchor2-arrow {
display: inline-block;
position: relative;
padding: 0 0 0 10px;
}
.anchor2-arrow:before {
content: '';
position: absolute;
top: 0;
left: 0;
background: no-repeat 0 .5em;
background-size: 4px auto;
width: 4px;
height: 100%;
}
.anchor2-arrow.is-black:before {
background-image: url(../../img/common/arrow_triangle_black.png);
}
.anchor2-arrow.is-blue:before {
background-image: url(../../img/common/arrow_triangle_blue.png);
}
.anchor2-arrow.is-white:before {
background-image: url(../../img/common/arrow_triangle_white.png);
}
/* Anchor List 2
* -------------------------------------------------- */
.anchorList2 {
margin: 20px 0 0;
}
.anchorList2:first-child {
margin-top: 0;
}
.anchorList2-list {
margin: 0 -5px -10px;
letter-spacing: -.4em;
}
.anchorList2-list-item {
display: inline-block;
vertical-align: top;
width: 50%;
padding: 0 5px 10px;
letter-spacing: normal;
}
.anchorList2-list-item .anchor2 {
overflow: hidden;
display: block;
background: url(../../img/common/texture_gray.png);
padding: 1px;
text-decoration: none;
border-radius: 5px;
}
.anchorList2-list-item .anchor2-in {
overflow: hidden;
display: block;
position: relative;
background: #fff;
padding: 15px 15px 15px 30px;
color: #666;
font-size: 14px;
font-size: 1.4rem;
line-height: 1;
border-radius: 4px;
-webkit-transition: all .35s cubic-bezier(0.75, 0, .35, 1);
transition: all .35s cubic-bezier(0.75, 0, .35, 1);

}
.anchorList2-list-item .anchor2-in:before {
content: '';
position: absolute;
top: 0;
left: 10px;
background: url(../../img/common/arrow_circle_blue.png) no-repeat center center;
background-size: 12px auto;
width: 12px;
height: 100%;
-webkit-transition: all .35s cubic-bezier(0.75, 0, .35, 1);
transition: all .35s cubic-bezier(0.75, 0, .35, 1);
}
.no-touch .anchorList2-list-item .anchor2:hover .anchor2-in {
background-color: #003265;
color: #fff;
}
.no-touch .anchorList2-list-item .anchor2:hover .anchor2-in:before {
background-image: url(../../img/common/arrow_circle_white.png);
}
.anchorList2-list-desc {
margin: 10px 0 0;
padding: 10px 0 0;
color: #666;
font-size: 14px;
font-size: 1.4rem;
line-height: 1.4;
border-top: 1px solid #ccc;
-webkit-transition: all .35s cubic-bezier(0.75, 0, .35, 1);
transition: all .35s cubic-bezier(0.75, 0, .35, 1);
}

.anchorList2-list-desc2 {
margin: 10px 0 0;
padding: 10px 0 0;
color: #666;
font-size: 14px;
font-size: 1.4rem;
line-height: 1.4;
letter-spacing: 10px;
border-top: 1px solid #ccc;
-webkit-transition: all .35s cubic-bezier(0.75, 0, .35, 1);
transition: all .35s cubic-bezier(0.75, 0, .35, 1);
}

.no-touch .anchorList2-list-item .anchor2:hover .anchorList2-list-desc {
color: #fff;
}

.anchorList2-sub-title{
margin: 10px 0 0;
font-size: 16px;
font-size: 1.6rem;
font-weight: bold;
line-height: 1.4;
text-align: center;
}

/* Number Block
* -------------------------------------------------- */

/* ***** Parent ***** */
.number-count {
counter-increment: numberCount;
}
.number-title {
position: relative;
padding-left: 40px;
color: #003265;
}
.number-title:before {
content: counter(numberCount);
position: absolute;
top: -.1em;
left: 0;
background: #003265;
width: 30px;
height: 30px;
padding: .35em 0 0;
color: #fff;
font-size: 18px;
font-size: 1.8rem;
font-weight: bold;
line-height: 1;
text-align: center;
border-radius: 100%;
}
.number-text {
padding-left: 40px;
}

/* ***** Child ***** */
.numberChild-count {
counter-increment: numberChildCount;
}
.numberChild-title {
position: relative;
padding-left: 25px;
}
.numberChild-title:before {
content: counter(numberChildCount);
position: absolute;
top: .2em;
left: 0;
background: #999;
width: 20px;
height: 20px;
padding: .2em 0 0;
color: #fff;
font-size: 14px;
font-size: 1.4rem;
font-weight: bold;
line-height: 1;
text-align: center;
border-radius: 100%;
}
.numberChild-text {
padding-left: 25px;
}


/* Faq Block
* -------------------------------------------------- */
.faq-counter {
counter-increment: numCount;
}
.faq-title,
.faq-text {
position: relative;
padding-left: 40px;
}
.faq-title:before,
.faq-text:before {
position: absolute;
top: -.1em;
left: 0;
width: 30px;
height: 30px;
padding: .5em 0 0;
color: #fff;
font-size: 16px;
font-size: 1.6rem;
font-weight: bold;
line-height: 1;
text-align: center;
border-radius: 100%;
}
.faq-title {
color: #003265;
}
.faq-title:before {
content: 'Q';
background: #003265;
}
.faq-title.is-count:before {
content: 'Q' counter(numCount);
}
.faq-text {}
.faq-text:before {
content: 'A';
background: #999;
}
.faq-text.is-count:before {
content: 'A' counter(numCount);
}


/* Flow Block
* -------------------------------------------------- */
.flow-block {}
.flow-block + .flow-block {
background: url(../../img/common/arrow_circle_blue-under.png) no-repeat center 0;
background-size: 20px auto;
padding-top: 50px;
}


/* Date List
* -------------------------------------------------- */
.dataList {
margin: 30px 0 0;
}
.section-title + .dataList {
margin-top: 0;
}
.section-subtitle + .dataList {
margin-top: 0;
}
.dataList-list {
border-top: 1px dotted #989898;
}
.section-title + .dataList .dataList-list {
border-top: none;
}
.section-subtitle .note{
text-align:right;
}

.dataList-item {
display: table;
width: 100%;
line-height: 1;
border-bottom: 1px dotted #989898;
}
.dataList-item .anchor {
display: block;
text-decoration: none;
}
.dataList-item .box {
display: table;
width: 100%;
padding: 10px;
}
.dataList-item .box.is-child {
position: relative;
margin: 0 0 0 20px;
padding: 0 10px 10px 10px;
}
.dataList-item .anchor .box {
position: relative;
}
.dataList-item .anchor .box:before {
content: '';
position: absolute;
top: 0;
left: 0;
background: url(../../img/common/arrow_triangle_black.png) no-repeat 0 center;
background-size: 4px auto;
width: 4px;
height: 100%;
}
.dataList-item .anchor .box.is-child:before {
left: 0;
background-position: 0 .4em;
}
.dataList-item .data,
.dataList-item .name,
.dataList-item .time {
display: table-cell;
vertical-align: top;
font-size: 14px;
font-size: 1.4rem;
line-height: 1.4;
}
.dataList-item .data {
width: 8em;
padding: 0;
}
.dataList-item .name {
padding: 0 0 0 10px;
}
.dataList-item .name:first-child {
padding-left: 0;
}
.dataList-item .anchor .name {
text-decoration: underline;
}
.no-touch .dataList-item .anchor:hover .name {
text-decoration: none;
}
.dataList-item .time {
font-size: 12px;
font-size: 1.2rem;
text-align: right;
}
.dataList-item .size {
display: inline-block;
margin: 0 0 0 10px;
font-size: 12px;
font-size: 1.2rem;
font-style: normal;
}
.dataList-item .size.is-pdf:before {
content: 'PDF';
display: inline-block;
background: #a00000;
margin: 0 5px 0 0;
padding: 2px;
color: #fff;
font-size: 10px;
font-size: 1.0rem;
line-height: 1;
border-radius: 2px;
}

.dataList-note {
margin: 15px 0 0;
font-size: 14px;
font-size: 1.4rem;
line-height: 1.4;
text-align: right;
}





/* Faq Navigation
* -------------------------------------------------- */
.faqNav {
margin: 30px 0 0;
}
.faqNav-list {
font-size: 16px;
font-size: 1.6rem;
line-height: 1.4;
}
.faqNav-list-item {
display: block;
margin: 14px 0 0;
}
.faqNav-list-item:first-child {
margin-top: 0;
}
.faqNav-list-item .anchor {
display: inline-block;
position: relative;
padding: 0 0 0 40px;
}
.faqNav-list-item .anchor:before {
content: 'Q';
position: absolute;
top: -.15em;
left: 0;
background: #003265;
width: 26px;
height: 26px;
padding: .35em 0 0;
color: #fff;
font-size: 14px;
font-size: 1.4rem;
font-weight: bold;
line-height: 1;
text-align: center;
border-radius: 100%;
}


/* Table
* -------------------------------------------------- */

/* ***** Table Type1 ***** */
.table-type1 {
width: 100%;
margin: 30px 0 0;
font-size: 17px;
font-size: 1.7rem;
line-height: 1.4;
}
.table-type1-caption {
padding: 10px;
}
.table-type1-body {}
.table-type1-row {}
.table-type1-subject {
width: 25%;
padding: 10px 0 10px 10px;
font-weight: bold;
text-align: left;
}
.table-type1-subject {
padding: 10px 10px 10px 0;
}

/* ***** Table Type2 ***** */
.table-type2 {
width: 100%;
margin: 30px 0 0;
font-size: 12px;
font-size: 1.2rem;
line-height: 1.2;
border-bottom: 1px solid #bfbebb;
}
.section-block .table-type2 {
margin: 10px 0 0;
}
.table-type2-head {}
.table-type2-body {}
.table-type2-row {
border-top: 1px solid #bfbebb;
}
.table-type2-subject,
.table-type2-data {
vertical-align: middle;
padding: 10px;
border-left: 1px solid #bfbebb;
}
.table-type2-subject:first-child,
.table-type2-data:first-child {
border: none;
}
.table-type2-subject {
font-weight: bold;
text-align: left;
}
.table-type2 .cell {}

/* ***** Table Type3 ***** */
.table-type3 {
width: 100%;
margin: 30px 0 0;
font-size: 12px;
font-size: 1.2rem;
line-height: 1.2;
text-align: center;
border-bottom: 1px solid #bfbebb;
}
.table-type3-head {}
.table-type3-body {}
.table-type3-row {
border-top: 1px solid #bfbebb;
}
.table-type3-subject,
.table-type3-data {
vertical-align: middle;
padding: 10px;
border-left: 1px solid #bfbebb;
}
.table-type3-subject:first-child,
.table-type3-data:first-child {
border: none;
}
.table-type3-subject {
font-weight: bold;
}
.table-type3 .cell {}
.table-type3 .caption-note {
text-align: right;
margin: 0 0 10px;
font-size: 12px;
font-size: 1.2rem;
}

/* ***** Table Type4 ***** */
.table-type4 {
width: 100%;
margin: 30px 0 0;
font-size: 14px;
font-size: 1.4rem;
line-height: 1.4;
border-bottom: 1px solid #bfbebb;
}
.section-subtitle + .table-type4 {
margin-top: 15px;
}
.table-type4-caption {
background: #d4d1c4;
padding: 10px;
font-weight: bold;
}
.table-type4-body {}
.table-type4-row {
border-top: 1px solid #bfbebb;
}
.table-type4-subject {
width: 20%;
padding: 10px 10px 10px 0;
font-weight: bold;
text-align: right;
border-right: 1px solid #bfbebb;
}
.table-type4-data {
padding: 10px;
}

/* ***** Table Type5 ***** */
.table-type5 {
width: 100%;
margin: 30px 0 0;
font-size: 14px;
font-size: 1.4rem;
line-height: 1.4;
text-align: center;
border-bottom: 1px solid #bfbebb;
}
.table-type5-head {}
.table-type5-body {}
.table-type5-row {
border-top: 1px solid #bfbebb;
}
.table-type5-subject,
.table-type5-data {
padding: 10px;
border-left: 1px solid #bfbebb;
}
.table-type5-subject:first-child,
.table-type5-data:first-child {
border-left: none;
}
.table-type5-subject {}
.table-type5-data {}


/* Archive Navigation
* -------------------------------------------------- */
.archiveNav {
margin: 50px 0 0;
}
.archiveNav-list {
overflow: hidden;
/*display: table;*/
display:flex;
/*width: 100%;*/
width:auto;
text-align: center;
border-radius: 5px;
}
.archiveNav-item {
width: 20%;
max-width: 69px;
display: table-cell;
vertical-align: middle;
background: url(../../img/common/texture_blue.png);
padding: 0 0 0 1px;
}
.archiveNav-item:first-child {
padding: 0;
}
.archiveNav-item .anchor,
.archiveNav-item .text {
display: block;
}
.archiveNav-item .text{
width: 100%;
}
.archiveNav-item:nth-of-type(1),
.archiveNav-item:nth-of-type(1) .text{
border-radius: 5px 0 0 5px;
}
.archiveNav-item:nth-last-of-type(1),
.archiveNav-item:nth-last-of-type(1) .text{
border-radius: 0 5px 5px 0;
}
.archiveNav-item .anchor {
color: #fff;
text-decoration: none;
}
.archiveNav-item .text {
background: #003265;
padding: 15px 0;
color: #fff;
font-size: 14px;
font-size: 1.4rem;
font-weight: bold;
line-height: 1;
-webkit-transition: all .35s cubic-bezier(0.75, 0, .35, 1);
transition: all .35s cubic-bezier(0.75, 0, .35, 1);
}
.archiveNav-item .anchor .text {
background: #fff;
color: #003265;
font-weight: normal;
}
.no-touch .archiveNav-item .anchor:hover .text {
background: #003265;
color: #fff;
}


/* Post List
* -------------------------------------------------- */
.postList {
margin: 50px 0 0;
}
.postList-list {
background: url(../../img/common/line_gray.png) no-repeat center bottom;
background-size: 100% auto;
}
.postList-item {
background: url(../../img/common/line_gray.png) no-repeat center 0;
background-size: 100% auto;
}
.postList-item .anchor {
display: block;
}
.postList-item .box {
display: block;
position: relative;
padding: 15px 0;
text-decoration: none;
}
.is-news .postList-item .box {
padding-left: 75px;
}
.is-news .postList-item .box:before {
content: '';
position: absolute;
top: 0;
left: 0;
background: no-repeat center center;
width: 75px;
height: 100%;
}
.is-news .postList-item.ie .box:before {
background-image: url(../../img/news/icon_ie.png);
}
.is-news .postList-item.homebank .box:before {
background-image: url(../../img/news/icon_homebank.png);
}
.is-news .postList-item.corporate .box:before {
background-image: url(../../img/news/icon_corporate.png);
}
.is-news .postList-item.ir .box:before {
background-image: url(../../img/news/icon_ir.png);
}
.is-news .postList-item.land .box:before {
background-image: url(../../img/news/icon_land.png);
}
.is-news .postList-item.mansion .box:before {
background-image: url(../../img/news/icon_mansion.png);
}
.postList-note {
display: block;
line-height: 1;
}
.postList-note .date,
.postList-note .place {
display: inline-block;
}
.postList-note .date {
margin: 0 10px 0 0;
color: #939393;
font-size: 13px;
font-size: 1.3rem;
font-style: normal;
}
.postList-note .place {
color: #003265;
font-size: 13px;
font-size: 1.3rem;
font-weight: normal;
}
.postList-title {
margin: 10px 0 0;
font-size: 14px;
font-size: 1.4rem;
line-height: 1.4;
}
.postList-title:first-child {
margin-top: 0;
}
.postList-item .anchor .postList-title {
text-decoration: underline;
}
.no-touch .postList-item .anchor:hover .postList-title {
text-decoration: none;
}


/* Form
* -------------------------------------------------- */
.form {
margin: 30px 0 0;
}
.form .notice {
display: inline-block;
vertical-align: top;
padding: .1em 0 0;
color: #a00000;
font-size: 14px;
font-size: 1.4rem;
}
.form .text,
.form .textarea,
.form .select {
width: 100%;
padding: 10px;
font-size: 16px;
font-size: 1.6rem;
border: 1px solid #ccc;
}
.form .text,
.form .select {
line-height: 1;
}
.form .select {
cursor: pointer;
}
.form .text.is-size2 {
width: 15%;
}
.form .text.is-size3 {
width: 25%;
}
.form .text.is-size4 {
width: 35%;
}
.form .text.is-size5 {
width: 50%;
}
.form .text.is-size9 {
width: 80%;
}
.form .space {
display: inline-block;
padding: 0 .5em;
}
.form .space:first-child {
padding-left: 0;
}
.form .label {
position: relative;
display: inline-block;
vertical-align: top;
line-height: 1.4;
cursor: pointer;
}
.form .checkbox {
display: none;
}
.form .checkbox + .label {
padding: 0 0 0 25px;
}
.form .checkbox + .label:before {
content: '';
position: absolute;
top: 50%;
left: 0;
background: #fff;
width: 18px;
height: 18px;
border: 1px solid #ccc;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.form .checkbox + .label:after {
content: '';
position: absolute;
top: 50%;
left: 3px;
background: #fff;
width: 12px;
height: 12px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.form .checkbox:checked + .label:after {
background-color: #003265;
}
.form .radio {
display: none;
}
.form .radio + .label {
padding: 0 0 0 25px;
}
.form .radio + .label:before {
content: '';
position: absolute;
top: 50%;
left: 0;
background: #fff;
width: 18px;
height: 18px;
border: 1px solid #ccc;
border-radius: 100%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.form .radio + .label:after {
content: '';
position: absolute;
top: 50%;
left: 3px;
background: #fff;
width: 12px;
height: 12px;
border-radius: 100%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.form .radio:checked + .label:after {
background-color: #003265;
}

.form-consent {
background: #e8dede;
margin: 30px 0 0;
padding: 15px;
font-size: 16px;
font-size: 1.6rem;
text-align: center;
border: 3px solid #a00000;
border-radius: 5px;
}
.form-consent .label {}
.form-consent .checkbox {
margin: 0 10px 0 0;
}
.form-consent + .section-text-min {
margin-top: 30px;
}
.form-consent .notice {
display: inline-block;
vertical-align: top;
padding: 0;
color: #a00000;
font-size: 16px;
font-size: 1.6rem;
}

.form-table {
width: 100%;
}
.form-table + .section-text {
margin: 20px 0 0;
}
.form-table-body {}
.form-table-row {}
.form-table-subject,
.form-table-data {
vertical-align: top;
}
.form-table-subject {
width: 25%;
padding: 15px 15px 15px 0;
text-align: left;
}
.form-table-subject .notice {
margin: 0 0 0 .5em;
}
.form-table-subject .note {
display: block;
font-size: 14px;
font-size: 1.4rem;
line-height: 1.4;
font-weight: normal;
}
.form-table-data {
padding: 15px 0;
word-break: break-all;
}
.form-table-data .note {
display: block;
margin: 10px 0 0;
font-size: 14px;
font-size: 1.4rem;
}
.form-table-data .note:first-child  {
margin: 0;
}
.form-table-data .break {
line-height: 50px;
}

.form-table-list {}
.form-table-list-item {
margin: 10px 0 0;
line-height: 1;
}
.form-table-list-item:first-child {
margin-top: 0;
}
.form-table-list-item .column .label {
margin-top: .45em;
}

.form-button {
width: 100%;
margin: 30px 0 0;
letter-spacing: -.4em;
text-align: center;
}
.form-button-item {
display: inline-block;
vertical-align: top;
width: 50%;
max-width: 300px;
padding: 0 15px;
letter-spacing: normal;
}
.form-button-item .border {
overflow: hidden;
display: block;
padding: 1px;
border-radius: 5px;
}
.form-button-item.is-submit .border {
background: url(../../img/common/texture_blue.png);
}
.form-button-item.is-reset .border,
.form-button-item.is-back .border {
background: url(../../img/common/texture_darkgray.png);
}
.form-button-item .button {
overflow: hidden;
display: block;
width: 100%;
padding: 15px 0;
font-size: 18px;
font-size: 1.8rem;
font-weight: bold;
line-height: 1;
border-radius: 4px;
cursor: pointer;
-webkit-transition: all .35s cubic-bezier(0.75, 0, .35, 1);
transition: all .35s cubic-bezier(0.75, 0, .35, 1);
}
.form-button-item.is-submit .button {
background: #003265;
color: #fff;
}
.form-button-item.is-submit .button,
.form-button-item.is-back .button {
letter-spacing: 1em;
text-indent: 1em;
}
.no-device .form-button-item.is-submit .button:hover {
background: #fff;
color: #003265;
}
.form-button-item.is-reset .button,
.form-button-item.is-back .button {
background: #999;
color: #fff;
}
.no-device .form-button-item.is-reset .button:hover,
.no-device .form-button-item.is-back .button:hover {
background: #fff;
color: #999;
}


/* SMART SHOUSYU
* -------------------------------------------------- */
.shousyu {
display: table;
width: 100%;
padding: 20px 30px;
background: #fff;
border: solid 1px #ccc;
border-radius: 6px;
}
.shousyu_cell {
display: table-cell;
vertical-align: middle;
}
.shousyu_head {
line-height: 0;
}
.shousyu_head .img {}
.shousyu_body {
padding: 0 10px 0 30px;
}
.shousyu_text {
font-size: 14px;
font-size: 1.4rem;
}
.shousyu_link {
margin-top: 10px;
}
.shousyu_logo {
width: 130px;
}
.shousyu_code {
line-height: 0;
text-align: right;
}
.shousyu_code img {
width: 80px;
}


/* jQuery plugIn Boxer
* -------------------------------------------------- */
#boxer-overlay {
background: #003265 !important;
}
#boxer.mobile {
background: #003265 !important;
background-color: rgba(0, 50, 101, 0.65) !important
}
#boxer.mobile .boxer-container {
background: none !important;
}
#boxer.mobile .boxer-content {
background: none !important;
}
#boxer.mobile .boxer-meta {
background: none !important;
}
#boxer.mobile .boxer-close,
#boxer.mobile .boxer-close:hover {
top: 10px !important;
right: 10px !important;
background: #fff !important;
}
#boxer.mobile .boxer-close:before,
#boxer.mobile .boxer-close:hover:before {
color: #003265 !important;
}

/* --------------------------------------------------
* CSS3 Transition
* -------------------------------------------------- */
a,
a img,
a:before,
a:after,
.header-gNav-list-item > b a span,
.header-gNav-slide-close,
.header-sNav-list-item.search input[type="submit"] {
-webkit-transition: all .35s cubic-bezier(0.75, 0, .35, 1);
transition: all .35s cubic-bezier(0.75, 0, .35, 1);
}


/* --------------------------------------------------
* ClearFix
* -------------------------------------------------- */
.u-clearfix,
#header,
#footer {
*zoom: 1;
}
.u-clearfix:after,
#header:after,
#footer:after {
content: '';
display: block;
clear: both;
height: 0;
visibility: hidden;
}