@charset "utf-8";

/* ===================================================================
 style info : リセット及びフォントサイズ
=================================================================== */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  background-color: #fff;
  color: #000;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.1
*/
body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

/* ===================================================================
fonts
 10px = 77%   11px = 85%   12px = 93%   13px = 100%
 14px = 108%  15px = 116%  16px = 123.1%  17px = 131%
 18px = 138.5%  19px = 146.5%  20px = 153.9%? 21px = 161.6%
 22px = 167%  23px = 174%  24px = 182%  25px = 189%
 26px = 197%
=================================================================== */

/*----------------------------------------------------
  common
----------------------------------------------------*/
html { overflow-y: scroll; }

body {
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  color: #4c4c4c;
  line-height: 1.5;
}

/* for IE6 */
* html body { font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif; }

.both { clear: both;}
p { margin-bottom: 1.5em;}


/* link
----------------------------------------------------*/
a { color: #24a7b2; text-decoration: none;}
a:hover { text-decoration: none;}


/* margin
----------------------------------------------------*/

.mgB00 { margin-bottom: 0 !important;}
.mgB05 { margin-bottom: 5px !important;}
.mgB10 { margin-bottom: 10px !important;}
.mgB20 { margin-bottom: 20px !important;}
.mgB30 { margin-bottom: 30px !important;}
.mgB40 { margin-bottom: 40px !important;}
.mgB50 { margin-bottom: 50px !important;}
.mgB60 { margin-bottom: 60px !important;}
.mgB70 { margin-bottom: 70px !important;}
.mgB80 { margin-bottom: 80px !important;}
.mgB85 { margin-bottom: 85px !important;}
.mgB90 { margin-bottom: 90px !important;}
.mgB100 { margin-bottom: 100px !important;}
.mgB120 { margin-bottom: 120px !important;}
.mgB140 { margin-bottom: 140px !important;}

.mgB16 { margin-bottom: 16px !important;}
.mgB24 { margin-bottom: 24px !important;}
.mgB32 { margin-bottom: 32px !important;}
.mgB40 { margin-bottom: 40px !important;}


/* header
----------------------------------------------------*/

header {
  width: 100%;
  background-color: #fff;
}

header .inner {
  width: 100%;
  margin: 0 auto;
  display: table;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 1.5% 10px 1.5%;
}

header h1 {
  /* width: 18.5%; */
  display: table-cell;
  vertical-align: middle;
}

header h1 img { 
  /* width: 100%;  */
  vertical-align: middle;
  /* 251105_25thロゴ差し替え対応 */
  /* height: 65px; */
  height: 50px;
}

header ul#headNavi {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  font-size: 93%;
}

header ul#headNavi li {
  display: inline-block;
}

header ul#headNavi li#inq {
  margin: 0 8px 0 0;
}

header ul#headNavi li#app {
  width: auto;
}
header ul#headNavi li#app a {
  background-color: #e5b217;
  border-radius: 5px;
  -moz-box-shadow: 0 2px 0 0 rgba(179,138,18,1);
  -webkit-box-shadow: 0 2px 0 0 rgba(179,138,18,1);
  -o-box-shadow: 0 2px 0 0 rgba(179,138,18,1);
  -ms-box-shadow: 0 2px 0 0 rgba(179,138,18,1);
  box-shadow: 0 2px 0 0 rgba(179,138,18,1);
  display: block;
}
header ul#headNavi li#app a:hover{
  background-color: #ac8511;
  -moz-box-shadow: 0 2px 0 0 rgba(134,103,13,1);
  -webkit-box-shadow: 0 2px 0 0 rgba(134,103,13,1);
  -o-box-shadow: 0 2px 0 0 rgba(134,103,13,1);
  -ms-box-shadow: 0 2px 0 0 rgba(134,103,13,1);
  box-shadow: 0 2px 0 0 rgba(134,103,13,1);
}

header ul#headNavi li#app span {
  display: block;
  background: url("/common/images/icon_apply.png");
  background-repeat:no-repeat;
  background-position:13px center;
  background-size: 19px auto;
  padding: 10px 15px 10px 40px;
  color: #FFFFFF;
}


/* MainVisual
---------------------------*/
.topMainVisual {
  /*background: url("../../images/top/a-01_background_01.jpg") no-repeat scroll center top / cover rgba(0, 0, 0, 0);*/
  background-image: url("../../images/top/a-01_background_01.jpg");
  background-repeat:no-repeat;
  background-attachment:scroll;
  background-color:rgba(0, 0, 0, 0);
  background-size: cover;
  background-position: center top;
  /* height:270px; */
  padding-bottom:24px;
}
.topMainVisual .contents{
  width:90%;
}

.topMainVisual .contents h1{
  text-align:center;
  font-size:16px;
  font-weight:bold;
  margin-top:40px;
}

.topMainVisual.top .contents h1{
  margin:69px 0;
}

.topMainVisual .contents #categoryArea{
    margin: 24px auto 0;
    width: 100%;
  text-align:center;
}
.topMainVisual.lower{
  background:none;
  padding-bottom:0;
}
.topMainVisual.lower .inner{
  text-align:left;
  height:266x;
}
/* temp用
---------------------------*/
.topMainVisual.lower .inner#temp{
  background: url("../../images/top/campaign_mainvisual.png");
  background-repeat:no-repeat;
  background-attachment:scroll;
  background-position:center top;
  background-size:cover;
  background-color:rgba(0, 0, 0, 0);
}
/* temp用
---------------------------*/

.topMainVisual.lower .discription{
  width:90%;
  margin:0 auto;
  padding:40px 0;
}
.topMainVisual.lower .discription h1{
  /* margin-top:41px; */
  font-size:16px;
  font-weight:bold;
}

.topMainVisual.lower .discription p.text{
  margin-top:25px;
  font-size:13px;
  margin-bottom:0;
}

/* gNavi
---------------------------*/
nav#gNavi .menu_area .menu_line {
    margin: 0 auto 0 0;
    padding: 9px 0 9px 5%;
    width: 100%;
}


nav#gNavi .menu_area .menu_line p {
    margin-bottom: 0;
}


nav#gNavi .menu_area .menu_line p img {
    padding-bottom: 9px;
}
nav#gNavi .menu_area img {
    padding: 0;
    width: 25px;
}
nav#gNavi .accordion_btn {
    float: left;
    margin: 0 5px 0 0;
}

nav#gNavi {
  position: relative;
  z-index: 100;
}

nav#gNavi .menu_area {
  margin-bottom: 0;
  overflow:hidden;
  text-align:center;
}

nav#gNavi .accordion_btn{
  margin:0 5px 0 0;
  float:left;
}


nav#gNavi .menu_area img{
  padding: 0;
  width:25px;
}
nav#gNavi .menu_area .menu_line {
  width:100%;
  margin:0 auto 0 0;
  padding:9px 0 9px 5%;
}
nav#gNavi .menu_area .menu_line p {
  margin-bottom:0
}
nav#gNavi .menu_area .menu_line p img {
  padding-bottom:9px
}

/* topickPath
----------------------------------------------------*/
nav#gNavi .menu_area .menu_line .topickPath {
  margin-left:15px;
}
nav#gNavi .menu_area .menu_line .topickPath {
  display:table;
  white-space: nowrap;
  overflow-x: hidden;
    color: #ffffff;
    float: left;
    font-size: 10px;
    padding: 9px 0 9px 0;
  overflow:hidden;
}

nav#gNavi .menu_area .menu_line .topickPath li{
  /* float:left; */
  width:auto;
  font-size:11px;
  display:table-cell;
  white-space:nowrap;
}

nav#gNavi .menu_area .menu_line .topickPath li::after{
  content:">";
  padding: 0 5px;
}

nav#gNavi .menu_area .menu_line .topickPath li:last-child::after{
  content:"";
  padding: 0;
}

nav#gNavi .menu_area .menu_line .topickPath .home{
  background-image:url(../../../common/images/icon_nav_home.png);
  background-repeat:no-repeat;
  background-positipn:left center;
  background-size:13px;
  padding: 0 5px 0 2em;
}



/* MainVisual tab
---------------------------*/
.topMainVisual.lower .tab{
  background-color:#aeece1;
  overflow:hidden;
  padding: 24px 0;
  font-size:12px;
}
.topMainVisual.lower .tab ul{
  width:90%;
  margin:0 auto;
}

.topMainVisual.lower .tab ul li{
  list-style: none;
  border-top: solid 1px #FFFFFF;
}

.topMainVisual.lower  .tab ul li span{
  margin: 0 0.5em 0 0 ;

}

.topMainVisual.lower .tab ul li a{
  display:block;
  padding:12px 13px;
}

.topMainVisual.lower .tab ul li a:hover{
  color:#24a7b2 ;
  background-color:#9cd4ca;
}


.topMainVisual.lower .tab ul .active{
  color:#24a7b2 ;
  background-color:#9cd4ca;

}

.topMainVisual.lower .tab ul li:last-child{
  border-bottom: solid 1px #FFFFFF;


}

/* accordion_contents
---------------------------*/

ul.accordion_contents {
  list-style: none;
  width: 100%;
  display: none;
  background-color: rgba(51, 51, 51, 0.95);
  position: absolute;
  border-bottom: 5px solid #145f66;
  -moz-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.3);
  -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.3);
  -o-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.3);
  -ms-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.3);
  box-shadow: 0 3px 5px 0 rgba(0,0,0,0.3);
}
ul.accordion_contents li {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

ul.accordion_contents li.another {
  border-top:1px solid #808080;
  padding-top: 13px;
  padding-bottom: 13px;
}
ul.accordion_contents li.another a {
  background-image: url("/common/images/icon_external-1.svg");
  background-repeat:no-repeat;
  background-attachment:scroll;
  background-position:95% center;
  background-size:14px 14px;
  background-color:rgba(0, 0, 0, 0);
}
ul.accordion_contents li.another a:hover {
  background-image: url("/common/images/icon_external-1.svg");
  background-repeat:no-repeat;
  background-attachment:scroll;
  background-position:95% center;
  background-size:14px 14px;
  background-color:rgba(0, 0, 0, 0.25);
}

ul.accordion_contents li a{
  display: block;
  padding: 12px 2.5%;
  font-size: 13px;
  color: #fff;
  line-height: 1;
}
ul.accordion_contents li:first-child {
  margin-top: 13px;
}
ul.accordion_contents li.last {
  margin-bottom: 13px;
}

ul.accordion_contents li a:hover {
  background-color: rgba( 0, 0, 0, 0.25 );
}

ul.accordion_contents li#info ul li.important a {
  background: url(/common/images/icon_imp.svg);
  background-repeat:no-repeat;
  background-position:95% center ;
  background-size: 27px 24px;
}
ul.accordion_contents li#info ul li.important a:hover {
  background-image: url(/common/images/icon_imp.svg);
  background-repeat:no-repeat;
  background-position::5% center;
  background-color:rgba( 0, 0, 0, 0.1 );
  background-size: 27px 24px;
}
ul.accordion_contents li#info ul li.another a {
  background: url(/common/images/icon_external-2.svg);
  background-repeat:no-repeat;
  background-position:95% center;
  background-size: 14px 14px;
}

ul.accordion_contents li#info ul li.another a:hover {
  background-image: url(/common/images/icon_external-2.svg);
  background-repeat:no-repeat;
  background-position:95% center;
  background-color:rgba( 0, 0, 0, 0.1 );
  background-size: 14px 14px;
}

/* Link Area
----------------------------------------------------*/

#linkArea {
  background-color: #FFFFFF;
}
#linkArea .inner {
  /* width: 100%;
  padding: 30px 0; */
    padding: 40px 5%;
  margin: 0 auto;
}
#linkArea .column1{
  margin-bottom: 30px;
}
#linkArea .column1 p{
  display: table;
    width: 100%;
  /* width: 95%;
  margin: 0 auto 15px; */
}

#linkArea .column1 p:last-child{
  margin-bottom: 0;
}

#linkArea .column1 a {
  height: 100px;
  display: table-cell;
  background-image: url(/common/images/icon_external-1.svg);
  background-repeat:no-repeat;
  background-position:95% center;
  background-color:#24a7b2;
  background-size: 14px 14px;
  color: #fff;
  margin: 0 auto;
  vertical-align: middle;
  padding: 0 5%;
  font-size: 14px;
  height: 79px;
}
#linkArea .column1 a:hover {
  background-color:#1b7d85;
}

#linkArea .column2{
  margin: 0 auto;
}

#footerLink dl{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
  width: 100%;
  font-size: 0;
  margin-bottom: 5px;
}

#footerLink dl dt{
  display: table-cell;
  width: 25%;
  border: 1px #cdcdcd solid;
  padding: 2px;
  border-right: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}

#footerLink dl dd {
  display: table-cell;
  width: 75%;
  padding: 5px 20px;
  font-size: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px #cdcdcd solid;
  text-align: center;
  vertical-align: middle;
}

#footerLink dl img{width: 100%; height: auto; vertical-align: bottom; display: block;}


/* search Area
----------------------------------------------------*/

#searchArea {
  background-color: #f2f2f2;
  border-top: 1px #e5e5e5 solid;
  border-bottom: 1px #e5e5e5 solid;
}

#searchArea .inner {
  width: 100%;
  margin: 0 auto;
  padding: 15px 0;
  text-align: center;
}

#searchArea input.txtArea {
  width: 68%;
  height: 2.5em;
  border: 1px #bfbfbf solid;
  margin: 0 1% 0 0;
  padding: 1% 0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#searchArea input.btn {
  width: 18%;
  height: 2.5em;
  background-color: #24a7b2;
  background-image:url(../../../../common/images/icon_search.svg);
  background-repeat:no-repeat;
  background-position:center center;
  background-size: auto 65%;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#searchArea input.btn:hover {
  background-color: #2395a3;
  background-image:url(../../../../common/images/icon_search.svg);
  background-repeat:no-repeat;
  background-position:center center;
  background-size: auto 65%;

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

footer {
  width: 100%;
}

footer section#linkArea2 {
  background-color: #f2f2f2;
  padding: 20px 0;
}

footer section#linkArea2 ul {
  list-style: none;
  width: 100%;
  margin: 0 auto;
}

footer section#linkArea2 ul li {
  float: left;
  width: 50%;
  text-align: center;
  margin: 10px 0;
  padding: 0;
  font-size: 93%;
}

footer #copyright {
  background-color: #001a4c;
  text-align: center;
  font-size: 93%;
  color: #FFFFFF;
  margin: 0;
  padding: 12px 0;
}




/* clerfix
----------------------------------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix { min-height: 1px; }

* html .clearfix { height: 1px;/*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* image
----------------------------------------------------*/
img.fullscale{
  width:100%;
}
#gNavi{
  background-color: rgba(0, 0, 0, 0.8);
}

#gNavi.scroll{
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.8);
}