@charset "utf-8";

body {
    position: relative;
    font-size: 14px;
}

#wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
}

.header__globalNavi,
.main__nav a,
.main__section h1,
.footer__wrap h4 {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}


/*===================================== */
/*        ヘッダー部分レイアウト        */
/*===================================== */

header {
    width: 100%;
    height: 300px;
    background: url('../../img/header.jpg') no-repeat center bottom;
    background-size: cover;
    position: static;
    top: 0;
}

.header__wrap  {
    width: 100%;
    position: fixed;
    top: 0;
    background-color: #FFF;
}

/* 画面スクロール時にjsでクラスを追加 */
.header__wrap--scrolling {
    border-bottom: 5px solid #CACFD2;
}

.header__wrap--scrolling nav ul li.active a {
    padding: 15% 0 8% 0;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
}

.header__wrap h1 {
    width: 157px;
    height: 36px;
    background: url( '../../img/pc/logo.png' ) no-repeat;
    margin: 16px 30px;
    float: left;
}

.header__wrap h1 img {
    height: 34px;
    padding: 16px 0;
}

.header__globalNavi {
    float: right;
    margin: 0 10px 0 0;
}

.header__mobileMenu {
    display: none;
}

.header__globalNavi ul li {
    float: left;
    width: 120px;
    height: 68px;
    line-height: 17px;
    font-size: 16px;
    text-align: center;
    margin: 0 5px 0 0;
    letter-spacing: 0.8px;
    background-color: #FFF;
    color: #022444;    
}

.header__globalNavi ul li a {
    display: block;
    padding: 18px 0;
}

.header__globalNavi ul li a,
.header__globalNavi ul li a:hover,
.header__globalNavi ul li a:visited,
.header__globalNavi li a:link
{
    text-decoration: none;
    color: #022444;
}

.header__globalNavi ul li:hover a,
.header__globalNavi ul li.active a
{
    color: #fff;
    background-color: #0C384E;
    box-shadow: 2px 2px 2px #082B3C inset;
    -webkit-box-shadow: 2px 2px 2px #082B3C inset;
}

.header__globalNavi ul li.active a span,
.header__globalNavi ul li:hover a span {
    color: #fff;
}

.header__globalNavi ul li span {
    font-size: 12px;
    font-weight: bold;
}

.header__globalNavi ul li:hover a,
.header__globalNavi ul li.active a
{
    width: 90%;
    height: 50%;
    padding: 12% 0 8% 0;
    margin: 5% auto;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
}

/*------------------------------------- */
/*        サイトTOPへ戻るボタン         */
/*------------------------------------- */

.header__btnHome {
    position: absolute;
    top: 90px;
    right: 0;
    text-align: center;
    margin: 0 20px;
    cursor: pointer;
    display: none;
    line-height: 1.6;
}

.header__btnHome a {
    display: block;
    padding: 2px 6px;
    border-radius: 5px;
    -webkit-border-radius: 5px;    
    background-color: rgba( 255, 255, 255, 0.8 );
    border: 1px solid #ddd;
}

.header__btnHome a:hover {
    background-color: rgba(52, 71, 88, 1);
    border: 1px solid rgb(98, 106, 113);
}

.header__btnHome a:hover span {
    color: #fff;
}

.header__btnHome a,
.header__btnHome a:link,
.header__btnHome a:visited
{
    text-decoration: none;
    color: #022444;
}

.header__btnHome a:hover .fa {
    color: #FFF;
}

.header__btnHome .fa {
    font-size: 16px;
    color: #022444;
}

.header__btnHome span {
    font-size: 12px;
}

/*===================================== */
/*           ページ内メニュー           */
/*===================================== */

.main__nav {
    margin: 25px auto 80px auto;
}

.main__nav ul {
    width: 922px;
    margin: 50px auto;
}

.business .main__nav ul {
    width: 742px;
}

.main__nav li {
    float: left;
    width: 254px;
    margin-left: 40px;
}

.business .main__nav li {
    margin-left: 80px;
}

.main__nav li div {
    width: 240px;
    height: 240px;
    cursor: pointer;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    border: 7px solid #F2F2F2;
}

.main__nav li div:hover {
    border: 7px solid #ddd;
}

.main__nav a {
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    box-sizing: border-box;
    padding: 5px;
    color: #004A8B;
}

.main__nav a.active {
    border: 10px solid #FFF;
    background-color: #012748;
    color: #FFF;
}

.main__nav li span {
    font-size: 17px;
    letter-spacing: 0em;
}

.main__nav p {
    text-align: center;
    margin: 30px 0 30px 0;
}

/*===================================== */
/*     ページ内メニュー：アイコン       */
/*===================================== */

.main__nav li span {
    display: block;
}

.main__nav__icon  {
    display: block;
    width: 65px;
    height: 65px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 50px auto 10px auto;
}


/*===================================== */
/*          ページ内コンテンツ          */
/*===================================== */


main {
    width: 100%;
}

.main__title {
    font-size: 24px;
    text-align: center;
    margin: 25px 0;
    color: #133A51;
}

.main__title img {
    height: 64px;
}

.main__section {
    text-align: left;
    line-height: 1.8;
    border-top: 1px solid #CCCCCC;
}

.main__section h1 {
    width: 800px;
    text-align: center;
    padding: 25px 0;
    margin: 15px auto;
    font-size: 18px;
    color: #666666;
}

.main__section h1 span {
    letter-spacing: 0;
}

.section__title {
    font-size: 30px;
    text-align: center;
    margin: 40px 0 20px 0;
    color: #133951;
}

.section__contents {
    margin: auto;
}

.section__desc  {
    text-align: center;
    margin: 30px 0 30px 0;
}

.section__contents h2 {
    font-size: 20px;
    padding-left: 15px;
    margin-top: 40px;
    font-weight: normal;
    border-left: 2px solid #ccc;
}

.section__contents__inner p {
    margin: 15px 0;
    font-size: 13px;
    color: #333;

    /*-- Galaxy端末用の対処 --*/
    background: url('../../img/pc/transparent_1px.gif');
    
}


/*===================================== */
/*                フッター              */
/*===================================== */

footer {
    width: 100%;
    background: url('../../img/pc/footer_bg.png') no-repeat bottom center;
    background-size: cover;
    border-top: 12px solid #999;
    color: #8E8E8E;}

.footer__wrap {
    width: 960px;
    padding: 40px 0;
    margin: auto;
}

.footer__wrap a,
.footer__wrap a:visited,
.footer__wrap a:link {
    text-decoration: none;
    color: #8E8E8E;
    text-decoration: none;
}

.footer__wrap a:hover {
    text-decoration: underline;
    color: #FFF;
}

.footer__links,
.footer__information,
.footer__aboutCompany {
    float: left;
    box-sizing: border-box;
}

.footer__wrap h4 {
    font-size: 16px;
    padding-bottom: 8px;
    color: #EEE;
}

.footer__wrap h5 {
    font-size: 15px;
    font-weight: normal;
    color: #EDEDED;
}

.footer__wrap h5,
.footer__wrap ul li,
.footer__links__sitemap ul 
{
    float: left;
}

.footer__wrap ul li {
    font-size: 13px;
}

.footer__wrap h5,
.footer__wrap ul li {
    line-height: 22px;
    margin: 5px 0;
}


/*-------------------------------------*/
/*    フッター：SITEMAP,SERVICE        */
/*-------------------------------------*/

.footer__links {
    width: 340px;
    margin-left: 5px;
    box-sizing: border-box;
}

.footer__links__service {
    margin: 40px 0 0 0;
}

.footer__links__sitemap div {
    margin: 5px 0;
}

.footer__links__sitemap ul li {
    margin-left: 10px;
}

.footer__links__sitemap p {
    font-size: 12px;
    line-height: 18px;
    margin: 10px 0 0 3px;
}

.footer__links__sitemap p .fa-home {
    font-size: 16px;
}


.footer__information ul li {
    padding-left: 35px;
    line-height: 35px;
    margin: 0 10px 5px 0;
    width: 120px;
    box-sizing: border-box;
}

.footer__information ul li.sm {
    background: url('../../img/pc/footer_icon_sm.png') no-repeat left 50%;
}

.footer__information ul li.tm {
    background: url('../../img/pc/footer_icon_tm.png') no-repeat left 50%;
}

.footer__information ul li.de {
    background: url('../../img/pc/footer_icon_de.png') no-repeat left 50%;
}

.footer__information ul li.fm {
    background: url('../../img/pc/footer_icon_fm.png') no-repeat left 50%;
}

.footer__information ul li.sg {
    background: url('../../img/pc/footer_icon_sg.png') no-repeat left 50%;
}

.footer__links__sitemap .home {
  width: 80px;
  float: left;
}

.footer__links__sitemap .news {
  width: 200px;
  float: left;
  margin: 8px 0 0 0;
}

/*-------------------------------------*/
/*      フッター：INFORMATION          */
/*-------------------------------------*/

.footer__information {
    width: 280px;
    margin: 0 10px 0 10px;
}

.footer__information h4 {
    padding-bottom: 10px;
}

.footer__information .col {
    border-bottom: 1px solid #514F4F;
    padding: 10px 2px;
}

.footer__information span {
    display: block;
    color: #EDEDED;
}

.footer__information .col p {
    margin-top: 2px;
}



/*-------------------------------------*/
/*       フッター：会社情報            */
/*-------------------------------------*/

.footer__aboutCompany {
    width: 300px;
    background-color: #2A2929;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 15px 20px;
    font-size: 11px;
}

.footer__aboutCompany__logo {
    height: 40px;
    line-height: 40px;
    margin: 5px 0 10px 0;
    border-bottom: 1px solid #363838;
    font-size: 12px;
}

.footer__aboutCompany__logo p {
    float: left;
    margin-left: 1.4em;
    line-height: 30px;
}

.footer__aboutCompany__logo  img {
    display: block;
    float: left;
    height: 30px;
}

.footer__aboutCompany__contact {
    margin: 10px 0;
}

.footer__wrap  .footer__aboutCompany__contact a {
    text-decoration: underline;
}


/*-------------------------------------*/
/*       フッター：copyright           */
/*-------------------------------------*/

.footer__copyright {
    background-color: rgba(0,0,0,0.3);
    color: #999;
    text-align: center;
    padding: 10px 0;
    font-size: 11px;
    
}


/*===================================== */
/*         ページトップボタン           */
/*===================================== */

.pagetop {
    display: none;
    position: fixed;
    bottom: 50px;
    right: 25px;
    font-size: 40px;
}

.pagetop a {
    color: #FFF;
    background: rgba(52, 71, 88, 0.75);
    border-radius: 5px;
    text-align: center;
    /* padding: 2px 15px; */
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
}

.pagetop a .fa {
    margin: 0;
}


.pagetop a:hover {
    background-color: rgba(52, 71, 88, 1);
}

.pagetop_txt {
    width: 900px;
    margin: auto;
    padding: 15px 0 30px 0;
    text-align: right;
    font-size: 12px;
    color: #666;
}
