@charset "UTF-8";
/*------------------------------------------------------------
共通
------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  /*font-family: Verdana, Roboto, 'Droid Sans', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;*/
  font-family: sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #363636;
}

img {
  vertical-align: bottom;
  border: none;
}

a {
  color: #004098;
}

li {
  list-style: none;
}

iframe {
  height: 0 !important;
    
}
/*------------------------------------------------------------
コメント
------------------------------------------------------------*/
.pc_t{
    display:block !important;
    margin:0 auto;
}
#consult .pc_t{
    margin-top:15px;
}
.sp_t{
    display:none !important;
}
@media only screen and (max-width: 959px){
    .pc_t{
    display:none !important;
}
.sp_t{
    display:block !important;
}
}
/*------------------------------------------------------------
汎用
------------------------------------------------------------*/
#contents_fulwrapper {
  width: 100%;
  overflow: hidden;
}

.pc {
  display: none;
}

@media only screen and (min-width: 960px) {
  .pc {
    display: inline-block;
  }

  .sp {
    display: none;
  }
}
/****

btnのマウスオーバーで背景灰色

****/
.btn_g {
  background: #fff;
}
.btn_g:hover {
  background: #e3e3e3;
}

/*------------------------------------------------------------
header
------------------------------------------------------------*/
_::-webkit-full-page-media, _:future, :root #iconBtnNational {
  top: 0;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-color-index: 0) {
  #iconBtnNational {
    (; top: 0 ;);
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #iconBtnNational {
    top: 0;
  }
}
#iconBtnNational {
  line-height: 1;
  font-size: 1px;
  vertical-align: bottom;
}

#header #header_Right #accountMenu {
  width: 600px;
}

#splogo {
  display: none;
}

@media only screen and (max-width: 959px) {
  #wrapper {
    overflow: hidden;
    min-width: 320px !important;
    padding: 5px 0;
  }
  #wrapper #site_copy, #wrapper #unique_copy, #wrapper #header_Right {
    display: none !important;
    background-color: #E9D4D5;
  }
  #wrapper #logo {
    display: none;
  }
  #wrapper #header .inner {
    width: 100%;
    padding: 0;
  }
  #wrapper #header #header_Left {
    width: auto;
  }
  #wrapper #header .headerLine {
    border-bottom: #fff;
  }

  #splogo {
    display: block;
    padding: 10px 0 0 10px !important;
  }
}
/*------------------------------------------------------------
pankuzu
------------------------------------------------------------*/
#pankuzu {
  display: none;
}

@media only screen and (min-width: 960px) {
  #pankuzu {
    display: block;
    padding: 15px 0;
    font-size: 78%;
  }
  #pankuzu p {
    width: 960px;
    margin: 0 auto;
  }
  #pankuzu a {
    display: inline-block;
    color: #363636;
    padding-right: 20px;
    margin-right: 10px;
    background: url(../common/images/icon_pankuzu.gif) no-repeat right center;
  }
  #pankuzu a:hover {
    text-decoration: underline;
  }
}
/*------------------------------------------------------------
headerinfo
------------------------------------------------------------*/
#header_info {
  text-align: center;
  color: #fff;
  background: url(../common/images/bg_porigon.gif) repeat center top;
  -webkit-background-size: 140px 71px;
  background-size: 140px 71px;
  padding: 20px 0;
  margin-bottom: 30px;
}
#header_info h3 {
  font-size: 142%;
  margin-bottom: 10px;
}
#header_info dt {
  margin-bottom: 5px;
}
#header_info dd {
  font-size: 85%;
  margin-bottom: 5px;
}

@media only screen and (min-width: 960px) {
  #header_info {
    text-align: left;
    background: #004098;
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }
  #header_info section {
    display: table;
    width: 960px;
    height: 100px;
    margin: 0 auto;
  }
  #header_info h3 {
    margin-bottom: 0px;
    display: table-cell;
    vertical-align: middle;
    width: 215px;
    text-align: center;
    border-left: 1px solid #668cc1;
    border-right: 1px solid #668cc1;
  }
  #header_info dl {
    display: table-cell;
    vertical-align: middle;
  }
  #header_info dt {
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px;
  }
  #header_info dd {
    display: table-cell;
    vertical-align: middle;
    font-size: 114%;
  }
  #header_info p {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
  }
}
/*------------------------------------------------------------
contents_fulwrapper
------------------------------------------------------------*/
@media only screen and (min-width: 960px) {
  #contents_fulwrapper {
    width: 960px;
    margin: 85px auto 100px;
  }
  #contents_fulwrapper:after {
    display: block;
    content: '';
    height: 0;
    clear: both;
  }

  #contents {
    float: left;
    zoom: 1;
    width: 720px;
  }
}
/*------------------------------------------------------------
menu
------------------------------------------------------------*/
#menu {
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
}
#menu nav {
  background: #fff;
  border-bottom: 2px solid #004098;
  padding-bottom: 20px;
  display: none;
  position: relative;
  top: 50px;
  left: 0;
}
#menu nav ul {
  margin-top: 2px;
}
#menu nav img {
  vertical-align: middle;
}
#menu nav a {
  color: #363636;
  text-decoration: none;
  display: block;
}
#menu nav .acc {
  border-right: 1px solid #f3f3f3;
  border-left: 1px solid #f3f3f3;
}
#menu nav .acc > dt {
  padding: 15px;
  background: #f3f3f3 url(../common/images/icon_minus.png) no-repeat 97% center;
  -webkit-background-size: 17px 3px;
  background-size: 17px 3px;
}
#menu nav .acc > dt.on {
  background: #f3f3f3 url(../common/images/icon_plus.png) no-repeat 97% center;
  -webkit-background-size: 17px 17px;
  background-size: 17px 17px;
}
#menu nav .acc p {
  border-bottom: 1px solid #f3f3f3;
}
#menu nav .acc p a {
  padding: 7px 15px;
  background: url(../common/images/icon_arrow_s.png) no-repeat 97% center;
  -webkit-background-size: 8px 12px;
  background-size: 8px 12px;
}
#menu nav .acc li {
  border-bottom: 1px solid #f3f3f3;
}
#menu nav .acc li a {
  padding: 7px 15px;
  background: url(../common/images/icon_arrow_s.png) no-repeat 97% center;
  -webkit-background-size: 8px 12px;
  background-size: 8px 12px;
}
#menu nav .acc li a:hover {
  text-decoration: underline;
  background: url(../common/images/icon_arrow_s.png) no-repeat 97% center;
  -webkit-background-size: 8px 12px;
  background-size: 8px 12px;
}
#menu nav dl dl dt {
  padding: 7px 15px;
}
#menu nav dl dl dd ul {
  overflow: hidden;
  *zoom: 1;
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
}
#menu nav dl dl dd li {
  float: left;
  zoom: 1;
  width: 50%;
}
#menu nav dl dl dd li:nth-of-type(2n+1) a {
  border-right: 1px solid #f3f3f3;
}
#menu nav dl dl dd li:last-child {
  border-bottom: none;
}
#menu nav li {
  border-bottom: 2px solid #fff;
}
#menu nav li a {
  padding: 15px;
  background: #f3f3f3 url(../common/images/icon_arrow.png) no-repeat 97% center;
  -webkit-background-size: 12px 17px;
  background-size: 12px 17px;
}
#menu .flame {
  margin-bottom: 10px;
  text-align: center;
}
#menu .flame a {
  display: block;
  padding: 10px 0;
  border: 2px solid #004098;
  background: url(../common/images/icon_arrow_top.png) no-repeat 97% center;
  -webkit-background-size: 17px 12px;
  background-size: 17px 12px;
}
#menu .bnr {
  padding-top: 20px;
}
#menu .bnr li {
  margin-bottom: 20px;
  text-align: center;
}
#menu .bnr li:nth-of-type(2) a {
  background: none;
}
#menu .bnr li a {
  display: block;
  padding: 10px 0;
  border: 2px solid #004098;
  background: url(../common/images/icon_arrow.png) no-repeat 97% center;
  -webkit-background-size: 12px 17px;
  background-size: 12px 17px;
}
#menu h2 {
  background: #004098;
  padding: 5px 0;
  text-align: center;
}

#btn_menu {
  position: absolute;
  top: 5px;
  right: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}

.menubtn {
  text-align: center;
}

@media only screen and (min-width: 960px) {
  #menu {
    position: inherit;
    top: 0px;
    left: 0;
    float: right;
    zoom: 1;
    width: 220px;
  }
  #menu a:hover {
    text-decoration: underline;
  }
  #menu nav {
    display: inline-block !important;
    border-bottom: none;
    padding-bottom: 0px;
    width: 220px;
    top: 0px;
  }
  #menu nav .acc > dt {
    background: #f3f3f3 url(../common/images/icon_minus.png) no-repeat 96% center;
    -webkit-background-size: 17px 3px;
    background-size: 17px 3px;
  }
  #menu nav .acc > dt:hover {
    background: #e5e5e5 url(../common/images/icon_minus.png) no-repeat 96% center;
    -webkit-background-size: 17px 3px;
    background-size: 17px 3px;
  }
  #menu nav .acc > dt.on {
    background: #f3f3f3 url(../common/images/icon_plus.png) no-repeat 96% center;
    -webkit-background-size: 17px 17px;
    background-size: 17px 17px;
  }
  #menu nav .acc > dt.on:hover {
    background: #e5e5e5 url(../common/images/icon_plus.png) no-repeat 96% center;
    -webkit-background-size: 17px 17px;
    background-size: 17px 17px;
  }
  #menu nav .acc dl li {
    border-bottom: none;
    background: url(../common/images/border_menu.gif) no-repeat left center;
  }
  #menu nav .acc dl li a {
    background: none;
  }
  #menu nav .acc p {
    border-top: 1px solid #f3f3f3;
    margin-top: 10px;
  }
  #menu nav .acc li a:hover {
    text-decoration: underline;
    background: url(../common/images/icon_arrow_s.png) no-repeat 97% center;
    -webkit-background-size: 8px 12px;
    background-size: 8px 12px;
  }
  #menu nav .acc dl dd {
    padding-left: 20px;
  }
  #menu nav .acc dl dd ul {
    border-top: none;
    border-left: 1px dotted #a0a0a0;
    border-bottom: none;
  }
  #menu nav .acc dl dd li {
    float: none;
    width: 100%;
  }
  #menu nav .acc dl dd li:nth-of-type(2n+1) a {
    border-right: none;
  }
  #menu nav .acc dl dd li:last-child {
    border-bottom: none;
  }
  #menu nav .acc dl dd li a:hover {
    background: none;
  }
  #menu nav li a:hover {
    background: #e5e5e5 url(../common/images/icon_arrow.png) no-repeat 97% center;
    -webkit-background-size: 12px 17px;
    background-size: 12px 17px;
  }
  #menu .flame {
    margin-bottom: 20px;
  }
  #menu .flame a {
    padding: 0;
    border: none;
    background: none;
  }
  #menu h2 {
    padding: 15px 0;
  }
  #menu .bnr {
    padding-top: 10px;
  }
  #menu .bnr li {
    margin-bottom: 10px;
  }
  #menu .bnr li:nth-of-type(2) a {
    background: none;
  }
  #menu .bnr li a {
    padding: 0;
    border: none;
    background: #fff;
  }

  #btn_menu {
    display: none;
  }

  .menubtn {
    display: none;
  }
}
/*------------------------------------------------------------
contents_bnr
------------------------------------------------------------*/
#contents_bnr {
  border-top: 1px solid #d9d9d9;
  padding-top: 20px;
  text-align: center;
}
#contents_bnr li {
  margin-bottom: 20px;
}

@media only screen and (min-width: 960px) {
  #contents_bnr {
    background: #f3f3f3;
    border-top: none;
    padding-top: 0;
  }
  #contents_bnr ul {
    width: 910px;
    margin: 0 auto;
    overflow: hidden;
    *zoom: 1;
    padding: 40px 0 30px;
  }
  #contents_bnr li {
    float: left;
    zoom: 1;
    width: 220px;
    margin: 0 10px 10px 0;
  }
  #contents_bnr li img {
    width: 220px;
    height: auto;
  }
  #contents_bnr li:nth-of-type(4n) {
    margin: 0 0 10px 0;
  }
}
/*------------------------------------------------------------
contents_contact
------------------------------------------------------------*/
#contents_contact {
  background: url(../common/images/bg_porigon.gif) repeat center top;
  -webkit-background-size: 140px 71px;
  background-size: 140px 71px;
  text-align: center;
  padding: 25px 0 70px;
}
#contents_contact h3 {
  margin-bottom: 15px;
  color: #fff;
  font-size: 142%;
  font-weight: normal;
}
#contents_contact dt {
  margin-bottom: 5px;
}
#contents_contact dt img {
  padding-bottom: 10px;
}

@media only screen and (min-width: 960px) {
  #contents_contact {
    padding: 20px 0;
    text-align: left;
  }
  #contents_contact section {
    width: 960px;
    display: table;
    margin: 0 auto;
  }
  #contents_contact h3 {
    margin-bottom: 0px;
    display: table-cell;
    vertical-align: middle;
    padding: 10px 10px 10px 0;
    border-right: 1px solid #6686c8;
  }
  #contents_contact dl {
    padding: 10px 0;
  }
  #contents_contact dt {
    margin-bottom: 0px;
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px;
    text-align: center;
  }
  #contents_contact dd {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
  }
  #contents_contact dd img {
    width: 240px;
    height: auto;
  }
}
/*------------------------------------------------------------
footer_wrap
------------------------------------------------------------*/
#footer_wrap {
  position: inherit;
}

#footer_wrap.on {
  position: relative;
}

#pagetop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 1000;
  display: none;
}

#pagetop.on {
  position: absolute;
  top: -60px;
  right: 10px;
}

#seo {
  color: #838383;
  padding: 20px;
}

#footer_service h2 {
  font-size: 114%;
  text-align: center;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d9d9d9;
}
#footer_service h2 a {
  color: #363636;
  text-decoration: none;
}
#footer_service h2 a:hover {
  text-decoration: underline;
}
#footer_service p {
  padding: 0 20px 20px;
  border-bottom: 1px solid #d9d9d9;
}
#footer_service p a {
  text-decoration: underline;
}

#footer_group h2 {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 10px;
  font-size: 114%;
  padding: 10px 20px;
}
#footer_group ul {
  padding: 0 20px 10px;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 10px;
}
#footer_group a {
  display: block;
  margin-bottom: 10px;
  padding: 0 0 0 15px;
  background: url(../common/images/icon_blank.png) no-repeat left 8px;
  -webkit-background-size: 10px 8px;
  background-size: 10px 8px;
}

#footer_company ul {
  padding: 10px 20px;
}
#footer_company li a {
  display: block;
  margin-bottom: 10px;
  padding: 0 0 0 15px;
  background: url(../common/images/icon_arrow_s.png) no-repeat left 8px;
  -webkit-background-size: 8px 12px;
  background-size: 8px 12px;
}
#footer_company p {
  margin-bottom: 10px;
  padding: 0 20px 10px;
  border-bottom: 1px solid #d9d9d9;
}
#footer_company footer {
  padding: 15px 20px 20px 15px;
  display: table;
}
#footer_company footer p {
  margin-bottom: 0px;
  padding: 0px;
  border-bottom: none;
  display: table-cell;
  vertical-align: middle;
}
#footer_company footer p:nth-of-type(2) {
  padding-left: 10px;
}

@media only screen and (min-width: 960px) {
  #pagetop img {
    width: 100px;
    height: auto;
  }

  #pagetop.on {
    top: -110px;
  }

  #seo {
    background: #f3f3f3;
    padding: 10px 0;
  }
  #seo span {
    width: 960px;
    display: block;
    margin: 0 auto;
    font-size: 85%;
  }

  #footer_service {
    background: #f3f3f3;
    padding-bottom: 20px;
  }
  #footer_service h2 {
    font-size: 13px;
    text-align: left;
    margin-bottom: 10px;
    padding-bottom: 0px;
    border-bottom: none;
    width: 900px;
    margin: 0 auto;
  }
  #footer_service p {
    width: 900px;
    margin: 0 auto;
    padding: 0;
    border-bottom: none;
    font-size: 85%;
    line-height: 2;
  }
  #footer_service p a {
    text-decoration: none;
  }
  #footer_service p a:hover {
    text-decoration: underline;
    color: #65CDFF;
  }

  #footer_group {
    width: 960px;
    margin: 0 auto 20px;
    padding-top: 20px;
  }
  #footer_group h2 {
    padding: 0;
    border-bottom: none;
    margin-bottom: 5px;
    font-size: 13px;
  }
  #footer_group ul {
    padding: 0;
    border-bottom: none;
    margin-bottom: 10px;
    display: block;
    overflow: hidden;
    *zoom: 1;
  }
  #footer_group li {
    float: left;
    zoom: 1;
    width: auto;
    margin-right: 21px;
  }
  #footer_group a {
    display: block;
    margin-bottom: 0px;
    font-size: 78%;
    padding: 0 0 0 10px;
    background: url(../common/images/icon_blank_pc.gif) no-repeat left 5px;
    color: #363636;
    text-decoration: none;
  }
  #footer_group a:hover {
    text-decoration: underline;
  }

  #footer_company ul {
    padding: 0;
    text-align: right;
    width: 960px;
    margin: 0 auto 5px;
  }
  #footer_company li {
    display: inline-block;
    font-size: 78%;
    padding: 0 5px;
    border-right: 1px dotted #ccc;
  }
  #footer_company li:last-child {
    padding-right: 0;
    border-right: none;
  }
  #footer_company li a {
    display: inline;
    margin-bottom: 0;
    padding: 0;
    background: none;
    color: #363636;
    text-decoration: none;
  }
  #footer_company li a:hover {
    text-decoration: underline;
  }
  #footer_company p {
    margin-bottom: 0px;
    padding: 0 0 5px;
    border-bottom: none;
    text-align: right;
    width: 960px;
    margin: 0 auto;
    font-size: 78%;
  }
  #footer_company p a {
    display: inline;
    margin-bottom: 0;
    padding: 0;
    background: none;
    color: #363636;
    text-decoration: none;
  }
  #footer_company p a:hover {
    text-decoration: underline;
  }
  #footer_company footer {
    padding: 0 0 40px;
    display: block;
    width: 960px;
    margin: 0 auto;
    position: relative;
  }
  #footer_company footer p {
    margin-bottom: 0px;
    padding: 0px;
    border-bottom: none;
    display: inline-block;
  }
  #footer_company footer p:nth-of-type(1) {
    position: absolute;
    top: -50px;
    left: 0;
    width: 80px;
  }
  #footer_company footer p:nth-of-type(1) img {
    height: 80px;
    width: auto;
  }
  #footer_company footer p:nth-of-type(2) {
    padding-left: 0px;
  }
}
