@charset "UTF-8";
@media screen and (max-width: 1180px) {
  #wrapper {
    position: relative;
    overflow: hidden;
  }
  /* -----------------------------------------------------------------------------

		  header

	  ----------------------------------------------------------------------------- */
  .site-header {
    width: 100%;
    height: 60px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5000;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .site-header .fixed-width {
    width: 100%;
    max-width: 100%;
    position: inherit;
  }
  .site-header .logo {
    position: absolute;
    top: 12px;
    left: 10px;
  }
  .site-header .logo span {
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    display: inline-block;
  }
  .site-header .logo span img {
    width: 100%;
  }
  .site-header .logo .corporate {
    width: 82px;
  }
  .site-header .logo .corporate_80th {
    width: 120px;
  }
  .site-header .logo .group {
    width: 94px;
    margin-left: 14px;
  }
  .site-header .headerSearch {
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .site-header .headerRight .headerSearch {
    display: none;
  }
  .site-header .headerSearch .searchBox {
    padding: 25px 0 15px;
    background: #fff;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .site-header .headerSearch .searchBox input.inputSearch {
    width: 80%;
    background: #edf0f2 url(../img/icon_search.png) no-repeat 10px center / 15px;
    height: 50px;
    line-height: 40px;
    padding: 5px 15px 5px 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    float: left;
    font-size: 1.6rem;
    box-sizing: border-box;
  }
  .site-header .headerSearch .searchBox input.inputBtnSearch {
    background: #6d6d6d;
    width: 20%;
    height: 50px;
    line-height: 50px;
    color: #fff;
    cursor: pointer;
    display: block;
    float: left;
  }
  .site-header .headerRight .navRight li {
    width: 50%;
    float: left;
    display: table;
  }
  .site-header .headerRight .navRight li + li {
    border-left: 1px solid #004e25;
  }
  .site-header .headerRight .navRight li a {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 60px;
    padding-left: 50px;
    background-color: #01622f;
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: 15px center;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .site-header .headerRight .navRight li a:hover {
    background-color: #187042;
  }
  .site-header .headerRight .navRight li a span {
    font-size: 1.1rem;
    color: #fff;
    position: relative;
  }
  .site-header .headerRight .navRight li.pamphlet a {
    background-image: url(../img/icon_pamphlet.png);
  }
  .site-header .headerRight .navRight li.contact a {
    background-image: url(../img/icon_contact.png);
  }
  .site-header .headerRight .language {
    width: 140px;
    margin: 15px auto 25px;
  }
  .site-header .headerRight .language li {
    width: 70px;
    height: 45px;
    float: left;
    background: #edf0f2;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .site-header .headerRight .language li a {
    display: block;
    line-height: 45px;
    text-align: center;
    color: #6d6d6d;
    font-size: 1.4rem;
  }
  .site-header .headerRight .language li.active {
    background: #009a44;
  }
  .site-header .headerRight .language li.active a {
    color: #fff;
  }
  .site-header .navBtn {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .site-header .btnGnav {
    width: 60px;
    height: 60px;
    cursor: pointer;
    text-align: center;
    position: relative;
    padding-top: 14px;
  }
  .site-header .btnGnav .toggle {
    position: relative;
    width: 30px;
    height: 17px;
    margin: 0 auto 7px;
  }
  .site-header .btnGnav .toggle span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #222;
  }
  .site-header .btnGnav .toggle span:first-child {
    top: 0;
  }
  .site-header .btnGnav .toggle span:nth-child(2) {
    top: 8px;
  }
  .site-header .btnGnav .toggle span:last-child {
    bottom: 0;
  }
  .site-header .btnGnav p {
    font-size: 1rem;
    font-family: "Montserrat", "Noto Sans JP";
  }
  .site-header .navBtn.active span:first-child {
    -webkit-transform: translateY(8px) rotate(-45deg);
        -ms-transform: translateY(8px) rotate(-45deg);
            transform: translateY(8px) rotate(-45deg);
  }
  .site-header .navBtn.active span:nth-child(2) {
    opacity: 0;
  }
  .site-header .navBtn.active span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
        -ms-transform: translateY(-8px) rotate(45deg);
            transform: translateY(-8px) rotate(45deg);
  }
  /* -----------------------------------------------------------------------------

		  search

 ----------------------------------------------------------------------------- */
  .site-header .headerSearch {
    position: fixed;
    top: 0;
    right: 60px;
    width: 50px;
    height: 60px;
  }
  .site-header .headerSearch .btnHeaderSearch {
    width: 50px;
    text-align: center;
    background: url(../img/icon_search.png) no-repeat center 12px/21px;
    height: 60px;
  }
  .site-header .headerSearch .btnHeaderSearch.active {
    background-image: url(../img/icon_search_close.png);
  }
  .site-header .headerSearch .btnHeaderSearch span {
    font-size: 1.1rem;
    padding-top: 37px;
    display: block;
    text-align: center;
    color: #6d6d6d;
  }
  .site-header .headerSearch .btnHeaderSearch + .searchBox {
    position: fixed;
    left: 0;
    top: 70px;
    width: 100%;
    padding: 0 15px;
    background: none;
    display: none;
    -webkit-animation: fadein 0.2s linear 0s forwards;
            animation: fadein 0.2s linear 0s forwards;
  }
  .site-header .headerSearch .btnHeaderSearch.active + .searchBox {
    display: block;
  }
  .site-header  .mf_finder_header .mf_finder_searchBox_items {
    display: flex;
  }
  .site-header .mf_finder_header .mf_finder_searchBox_query_wrap {
    position: relative;
    z-index: 1;
  }
  .site-header .mf_finder_header .mf_finder_searchBox_query_input {
    background: #fff;
    height: 48px;
    padding: 0 0 0 15px;
    box-shadow: 0px 0px 15px 0 #666;
    border-radius: 50px 0 0 50px;
    font-size: 1.6rem;
  }
  .site-header .mf_finder_header .mf_finder_searchBox_query_input::placeholder {
    line-height: 1.3;
    display: block;
  }
  .site-header .mf_finder_header .mf_finder_searchBox_submit {
    width: 83px;
    height: 48px;
    background: #01622f;
    color: #fff;
    box-shadow: 0px 0px 15px 0 #666;
    border-radius: 0 50px 50px 0;
    font-size: 1.5rem;
    cursor: pointer;
  }
  .site-header .mf_finder_header .mf_finder_searchBox_submit:before {
    display: none;
  }
  .site-header .mf_finder_header .mf_finder_searchBox_suggest_items {
    font-size: 1.5rem;
  }
  .site-header .mf_finder_header .mf_finder_searchBox_suggest_items a {
    padding: 5px;
  }
  /* 検索結果 */
  .mf_finder_container .mf_finder_organic_doc_title {
    font-size: 1.6rem;
    line-height: 1.2;
  }
  .mf_finder_container .mf_finder_organic_doc_url {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .mf_finder_container .mf_finder_organic_doc_body {
    height: auto;
    font-size: 1.3rem;
    line-height: 1.7;
  }
  .mf_finder_container .mf_finder_organic_doc_zoom {
    display: none !important;
  }
  .mf_finder_container .mf_finder_organic_pager_wrapper {
    margin-top: 40px;
  }
  .mf_finder_container .mf_finder_organic .mf_finder_logo {
    margin-top: 30px;
  }
  .mf_finder_container .mf_finder_pager_item_current,
  .mf_finder_container .mf_finder_pager_items li a {
    padding: 4px 15px;
    background: #fff;
    color: #01622f;
    border: 1px solid #01622f;
    border-radius: inherit;
    height: 40px;
  }
  .mf_finder_container .mf_finder_pager_item_current {
    background: #01622f;
    color: #fff;
    border: 1px solid #01622f;
  }
  .mf_finder_container .mf_finder_pager_items .mf_finder_pager_item_next a {
    padding-left: 17px;
    padding-right: 13px;
  }
  .mf_finder_container .mf_finder_searchBox_doctype select {
    height: 40px;
    width: 60px;
    font-size: 1.6rem;
  }
  .mf_finder_container .mf_finder_searchBox_query_wrap .mf_finder_searchBox_query_input {
    font-size: 1.6rem;
    padding: 0 14px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  .mf_finder_container .mf_finder_pager_item_first,
  .mf_finder_organic_doc_img_wrapper.mf_gui_img_frame {
    display: none;
  }
  .mf_finder_organic_doc_contents_wrapper {
    margin-left: 0 !important;
  }
  .mf_finder_organic_doc,
  .mf_finder_organic_header_wrapper,
  .mf_finder_searchBox {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mf_finder_searchBox_submit {
    background: #01622f !important;
    width: 50px;
    cursor: pointer;
    position: relative;
  }
  .mf_finder_searchBox_submit:before {
    position: absolute;
    top: 11px;
    left: 15px;
  }
  .mf_finder_organic_header {
    line-height: 1.6;
  }
  .mf_finder_organic_header_wrapper:lang(ja) .mf_finder_organic_range_from:after,
  .mf_finder_organic_header_wrapper:lang(ja) .mf_finder_organic_range_from:before,
  .mf_finder_organic_header_wrapper:lang(ja) .mf_finder_organic_range_to:after,
  .mf_finder_organic_header_wrapper:lang(ja) .mf_finder_organic_range_to:before,
  .mf_finder_organic_header_wrapper:lang(ja) .mf_finder_organic_total:after,
  .mf_finder_organic_header_wrapper:lang(ja) .mf_finder_organic_total:before,
  .mf_finder_organic_header_wrapper:lang(ja) .mf_finder_query:after,
  .mf_finder_organic_header_wrapper:lang(ja) .mf_finder_query:before,
  .mf_finder_organic_header_wrapper:lang(ja-JP) .mf_finder_organic_range_from:after,
  .mf_finder_organic_header_wrapper:lang(ja-JP) .mf_finder_organic_range_from:before,
  .mf_finder_organic_header_wrapper:lang(ja-JP) .mf_finder_organic_range_to:after,
  .mf_finder_organic_header_wrapper:lang(ja-JP) .mf_finder_organic_range_to:before,
  .mf_finder_organic_header_wrapper:lang(ja-JP) .mf_finder_organic_total:after,
  .mf_finder_organic_header_wrapper:lang(ja-JP) .mf_finder_organic_total:before,
  .mf_finder_organic_header_wrapper:lang(ja-JP) .mf_finder_query:after,
  .mf_finder_organic_header_wrapper:lang(ja-JP),
  .mf_finder_organic_header_wrapper:lang(en) .mf_finder_organic_range_from:before,
  .mf_finder_organic_header_wrapper:lang(en-US) .mf_finder_organic_range_from:before,
  .mf_finder_organic_header_wrapper:lang(en) .mf_finder_organic_total:before,
  .mf_finder_organic_header_wrapper:lang(en-US) .mf_finder_organic_total:before,
  .mf_finder_organic_header_wrapper:lang(en) .mf_finder_query:before,
  .mf_finder_organic_header_wrapper:lang(en-US) .mf_finder_query:before,
  .mf_finder_organic_header_wrapper:lang(en) .mf_finder_query:after,
  .mf_finder_organic_header_wrapper:lang(en-US) .mf_finder_query:after {
    font-size: 1.5rem !important; 
  }
  .mf_finder_organic_header_wrapper:lang(ja) .mf_finder_organic_range_from,
  .mf_finder_organic_header_wrapper:lang(ja) .mf_finder_organic_range_to,
  .mf_finder_organic_header_wrapper:lang(ja) .mf_finder_organic_total,
  .mf_finder_organic_header_wrapper:lang(ja) .mf_finder_query,
  .mf_finder_organic_header_wrapper:lang(ja-JP) .mf_finder_organic_range_from,
  .mf_finder_organic_header_wrapper:lang(ja-JP) .mf_finder_organic_range_to,
  .mf_finder_organic_header_wrapper:lang(ja-JP) .mf_finder_organic_total,
  .mf_finder_organic_header_wrapper:lang(ja-JP) .mf_finder_query,
  .mf_finder_organic_range_from,
  .mf_finder_organic_total,
  .mf_finder_organic_range_to,
  .mf_finder_query {
    font-size: 1.7rem !important;
  }
  .mf_finder_organic_doc_contents {
    word-break: break-all;
  }
  /* navBtn
	  ---------------------------------------------*/
  /* -----------------------------------------------------------------------------

		  gnav

	  ----------------------------------------------------------------------------- */
  .gnavWrap {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 0 10px;
    border-top: 1px solid #edf0f2;
    overflow-y: auto;
    z-index: 1;
  }
  #gnav {
    margin: 0;
  }
  #gnav .lv01 > li {
    width: 100%;
    margin: 0;
    background: #fff;
    border-bottom: 1px solid #edf0f2;
  }
  #gnav .lv01 > li > p {
    cursor: pointer;
  }
  #gnav .lv01 > li > p a {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 55px;
    height: 55px;
    position: relative;
    display: block;
    padding: 0 15px;
  }
  #gnav .lv01 > li > p a:after {
    content: "";
    width: 10px;
    height: 14px;
    display: block;
    background: url(../img/icon_arrow_g.png) no-repeat;
    background-size: 9px;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -7px;
  }
  #gnav .lv01 > li > p.acd > a,
  #gnav .lv01 > li > p.acd > span {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 55px;
    height: 55px;
    position: relative;
    display: block;
    padding: 0 15px;
  }
  #gnav .lv01 > li > p.acd > a:before,
  #gnav .lv01 > li > p.acd > span:before {
    content: "";
    width: 14px;
    height: 2px;
    display: block;
    background: #017739;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -1px;
  }
  #gnav .lv01 > li > p.acd > a:after,
  #gnav .lv01 > li > p.acd > span:after {
    content: "";
    width: 14px;
    height: 2px;
    display: block;
    background: #017739;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -1px;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  #gnav .lv01 > li > p.active.acd > a:after,
  #gnav .lv01 > li > p.active.acd > span:after {
    opacity: 0;
  }
  /* -----------------------------------------------------------------------------

		  megaMenu

	  ----------------------------------------------------------------------------- */
  .megaMenu {
    display: none;
    width: 100%;
    background: #fafafb;
    z-index: 5000;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .megaMenu .topLinkArea {
    width: 100%;
  }
  .megaMenu .topLinkArea .topLink a {
    position: relative;
    display: block;
    padding: 20px 30px 20px 15px;
    border-top: 1px solid #edf0f2;
    border-left: 1px solid #edf0f2;
    border-right: 1px solid #edf0f2;
  }
  .megaMenu .topLinkArea .topLink a:after {
    content: "";
    width: 10px;
    height: 14px;
    display: block;
    background: transparent url("/common/img/icon_arrow_g.png") center center no-repeat;
    background-size: contain;
    background-size: 9px;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -7px;
  }
  .megaMenu .topLinkArea .topLink a b {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.2;
    color: #6d6d6d;
  }
  .megaMenu .topLinkArea .topLink a span {
    display: none;
  }
  .megaMenu .textNav,
  .megaMenu .imageNav {
    border-top: 1px solid #edf0f2;
    border-left: 1px solid #edf0f2;
  }
  .megaMenu .textNav ul,
  .megaMenu .imageNav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .megaMenu .textNav ul li,
  .megaMenu .imageNav ul li {
    float: left;
    width: 50%;
    position: relative;
    border-bottom: 1px solid #edf0f2;
    border-right: 1px solid #edf0f2;
  }
  .megaMenu .textNav ul li figure,
  .megaMenu .imageNav ul li figure {
    display: none;
  }
  .megaMenu .textNav ul li p,
  .megaMenu .imageNav ul li p {
    font-size: 1.4rem;
    color: #6d6d6d;
    display: inline;
    line-height: 1.3;
  }
}

@media screen and (max-width: 1180px) and (max-width: 360px) {
  .megaMenu .textNav ul li p,
  .megaMenu .imageNav ul li p {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 1180px) {
  .megaMenu .textNav ul li a,
  .megaMenu .imageNav ul li a {
    position: relative;
    display: block;
    padding: 20px 25px 20px 15px;
    font-size: 1.4rem;
    color: #6d6d6d;
    position: relative;
  }
}

@media screen and (max-width: 1180px) and (max-width: 360px) {
  .megaMenu .textNav ul li a,
  .megaMenu .imageNav ul li a {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 1180px) {
  .megaMenu .textNav ul li a:after,
  .megaMenu .imageNav ul li a:after {
    content: "";
    width: 10px;
    height: 14px;
    display: block;
    background: transparent url("/common/img/icon_arrow_g.png") center center no-repeat;
    background-size: contain;
    background-size: 9px;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -7px;
  }
  .megaMenu .sp-menu-list {
    border-top: 1px solid #edf0f2;
    border-left: 1px solid #edf0f2;
  }
  .megaMenu .sp-menu-list:after {
    content: "";
    display: block;
    clear: both;
  }
  .megaMenu .sp-menu-list li {
    float: left;
    width: 50%;
    position: relative;
    border-bottom: 1px solid #edf0f2;
    border-right: 1px solid #edf0f2;
  }
  .megaMenu .sp-menu-list li figure {
    display: none;
  }
  .megaMenu .sp-menu-list li p {
    font-size: 1.4rem;
    color: #6d6d6d;
    display: inline;
    line-height: 1.3;
  }
}

@media screen and (max-width: 1180px) and (max-width: 360px) {
  .megaMenu .sp-menu-list li p {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 1180px) {
  .megaMenu .sp-menu-list li a {
    position: relative;
    display: block;
    padding: 20px 25px 20px 15px;
    font-size: 1.4rem;
    color: #6d6d6d;
    position: relative;
  }
}

@media screen and (max-width: 1180px) and (max-width: 360px) {
  .megaMenu .sp-menu-list li a {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 1180px) {
  .megaMenu .sp-menu-list li a:after {
    content: "";
    width: 10px;
    height: 14px;
    display: block;
    background: transparent url("/common/img/icon_arrow_g.png") center center no-repeat;
    background-size: contain;
    background-size: 9px;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -7px;
  }
  .megaMenu .sp-menu-list li:first-child {
    width: 100%;
  }
  .megaMenu .relationNav {
    display: none;
  }
  .navBusiness .megaMenu .sp-menu-list li:nth-child(8) a {
    padding-top: 27px;
    height: 68px;
  }
}

@media screen and (max-width: 1180px) and (max-width: 360px) {
  .navBusiness .megaMenu .sp-menu-list li:nth-child(8) a {
    height: 64px;
  }
}

@media screen and (max-width: 1180px) and (max-width: 360px) {
  .navBusiness .megaMenu .sp-menu-list li:nth-child(9) a {
    height: 64px;
  }
}

@media screen and (max-width: 1180px) {
  .navBusiness .megaMenu .sp-menu-list li:nth-child(11) a {
    border-bottom: 0 none;
  }
  .navInvestor .megaMenu .sp-menu-list li a {
    line-height: 1.2;
  }
  .navInvestor .megaMenu .sp-menu-list li:nth-child(11) a {
    padding-top: 30px;
    height: 82px;
  }
  .navInvestor .megaMenu .sp-menu-list li:nth-child(11) p {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 1180px) and (max-width: 360px) {
  .navInvestor .megaMenu .sp-menu-list li:nth-child(11) p {
    font-size: 1rem;
  }
}

@media screen and (max-width: 1180px) {
  .navInvestor .megaMenu .sp-menu-list li:nth-child(10) a {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 1180px) and (max-width: 360px) {
  .navInvestor .megaMenu .sp-menu-list li:nth-child(10) a {
    font-size: 1rem;
  }
}

@media screen and (max-width: 1180px) {
  /* -----------------------------------------------------------------------------

		  footer

	  ----------------------------------------------------------------------------- */
  .site-footer {
    position: relative;
  }
  .site-footer .footerTop {
    background: url(../img/bg_footer.jpg) no-repeat center bottom;
    background-size: cover;
    padding: 25px 20px 30px;
  }
  .site-footer .footerTop .logo {
    text-align: center;
  }
  .site-footer .footerTop .logo img {
    width: 120px;
  }
  .site-footer .footerTop .logo span {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
    padding: 15px 0 0;
    display: block;
  }
  .site-footer .footerTop .footerNav {
    display: none;
  }
  .site-footer .footerBtm {
    padding: 25px 0;
  }
  .site-footer .footerBtm ul {
    text-align: center;
  }
  .site-footer .footerBtm ul li {
    padding: 0 5px;
    display: inline-block;
  }
  .site-footer .footerBtm ul li + li:before {
    content: "";
    width: 1px;
    height: 12px;
    background: #9d9fa0;
    display: inline-block;
    position: relative;
    left: -5px;
    top: 1px;
  }
  .site-footer .footerBtm ul li a {
    font-size: 1.2rem;
  }
  .site-footer .footerBtm .copyright {
    display: block;
    margin-top: 15px;
    text-align: center;
    font-size: 1.0rem;
  }
  /* pagetop
	 * ---------------------------------------------*/
  .site-footer .pagetop {
    position: absolute;
    right: 10px;
    z-index: 400;
    margin-top: -60px !important;
  }
  .site-footer .pagetop a img {
    width: 50px;
  }
  .site-footer .pagetop.fixed {
    position: fixed;
    right: 10px;
    bottom: 10px;
  }
  /* -----------------------------------------------------------------------------

		  main

	  ----------------------------------------------------------------------------- */
  main {
    display: block;
  }
  #container {
    padding-top: 60px;
  }
  /* -----------------------------------------------------------------------------

		  parts

	  ----------------------------------------------------------------------------- */
}

/* -----------------------------------------------------------------------------

	画面幅　表示調整

----------------------------------------------------------------------------- */
@media print, screen and (max-width: 350px) {
  .site-header .headerSearch .searchBox form {
    position: relative;
    display: block;
    background: #edf0f2;
  }
  .site-header .headerSearch .searchBox input.inputSearch {
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
    padding: 5px 0 5px 20px;
    background-position: left center;
    letter-spacing: -0.04em;
  }
  .site-footer .footerBtm ul li a {
    font-size: 1.1rem;
  }
}
/* -----------------------------------------------------------------------------

	animation

----------------------------------------------------------------------------- */
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}