@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong,  tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

/* smartphone layout break point*/
/* max width device : iPhone6 plus(Landscape) */
* {
  box-sizing: border-box;
}

body {
  -webkit-text-size-adjust: 100%;
}

img {
  max-width:100%;
  margin:0 auto;
  display:block;
}

import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

.noto100 {font-weight:100;}
.noto200 {font-weight:200;}
.noto300 {font-weight:300;}
.noto400 {font-weight:400;}
.noto500 {font-weight:500;}
.noto600 {font-weight:600;}
.noto700 {font-weight:700;}
.noto800 {font-weight:800;}
.noto900 {font-weight:900;}

/***** common *****/
html,
body {
  font-family: ‘Noto Sans Japanese’, sans-serif;
  min-width: 320px;
  color: #000;
}

main {
  z-index: 0;
}

header {
  width:100%;
  height:50px;
  z-index: 10;
  position:fixed;
  top:0;
  overflow: visible;
}
header button {
  width:50px;
  height:50px;
  padding:0;
  margin:0;
  border:0;
  float: right;
}
.drawer-open .drawer-menu {
  background:#19446e;
}
.drawer-brand {
  text-align: right;
  padding:0;
}
.menuClose {
  width:50px;
  height:50px;
  position: absolute;
  top:0;
  right:0;
}
#spMenu ul li {
  border-top:solid 1px #dee5e9;
}
#spMenu ul li a {
  color:#fff;
  font-size:13px;
  line-height: 1;
  text-decoration: none;
  padding:15px;
  display:block;
}
#spMenu ul li.open a {
  padding:15px 15px 10px;
}
#spMenu ul li.linkOff {
  color:#aaa;
  font-size:13px;
  line-height: 1;
  padding:15px;
}
.drawer-dropdown-menu {
  padding:0 0 10px;
  background-color:#19446e;
}
#spMenu ul li.open .drawer-dropdown-menu {
  display:block;
}
#spMenu ul li .drawer-dropdown-menu p a {
  font-size:12px;
  padding:8px 15px 8px 25px;
  background:url(../images/ico_arrow.png) no-repeat 15px center;
  background-size:auto 8px;
}
.drawer-footer {
  color:#fff;
  font-size:12px;
  line-height: 1;
  text-align: center;
  padding:15px 0;
  border-top:solid 1px #dee5e9;
  background:#1cb1ec;
}

.clearfix {
  overflow: hidden;
  *zoom: 1;
}

#spMenu {
  padding:50px 0 0;
}

#wrapper {
  margin:0;
}

#gmenu {
  display:none;
}

#foot {
  padding: 8px 0 18px;
  margin: 50px 0 0;
  background: url(../images/bg_ftlink.png) no-repeat center 0;
  background-size: cover;
}

#footerLinks ul {
  text-align: center;
}
#footerLinks ul li {
  font-size:10px;
  line-height:12px;
  padding:0 10px 0 6px;
  margin: 10px 6px 0;
  display: inline-block;
}
#footerLinks ul li:nth-child(3), #footerLinks ul li:last-child {
  border-right:0;
}
#footerLinks ul li a {
  color: #fff;
  text-decoration: none;
  padding: 0 0 0 8px;
  display: block;
  background: url(../images/ico_arrow_b.png) no-repeat 0 center;
  background-size: 5px auto;
}
#footerLinks ul li:nth-child(5) {
  position: relative;
  left:4px;
}

footer {
  position: relative;
}
#footer ul.bannerLogo {
  padding:30px 10px;
}
#footer ul.bannerLogo li {
  display: inline-block;
  float:left;
}
#footer ul.bannerLogo li:nth-child(1) {width:28%;}
#footer ul.bannerLogo li:nth-child(2) {width:34%;}
#footer ul.bannerLogo li:nth-child(3) {width:38%;}
#footer ul.bannerLogo li img {
  max-height: 23px;
  margin:0;
}

#footer .copyright {
  font-size:9px;
  line-height: 14px;
  height:76px;
  letter-spacing: -0.05em;
  text-align: center;
  padding:18px 0 10px;
  border-top:solid 1px #e5e5e5;
  clear: both;
  box-sizing: border-box;
}

#totop {
  width:100%;
  height:0;
  position:fixed;
  bottom:20px;
  overflow: visible;
  z-index:100;
}
#totop a {
  position: absolute;
  bottom:0;
  right:0;
  text-align: center;
  width:35px;
  height:35px;
  padding:10px 11px 0;
  background:#039edf;
  box-sizing: border-box;
}
#totop a img {
  width:13px;
  height:auto;
  margin:0 auto;
  display: block;
}

/***** SP *****/
.pc {
  display: none;
}

a:link {
  color: #666;
  text-decoration: none;
}

a:visited {
  color: #999;
}

a:hover {
  color: #f29a76;
  text-decoration: underline;
}

/***** Sec Pages *****/
article {
  background:url(../images/bg_contents_sp.png) no-repeat center 0;
  background-size:100% auto;
}
#topContent {
  padding:3px 0 1px;
  background:url(../images/bg_sec_head.png) no-repeat center 0;
  background-size:100% auto;
}
#topContent p {
  text-align: center;
  padding:0 57px 0 3px;
}
#topContent .contctBtn {
  display: none;
}

#secPages {
  padding:25px 0 0;
}
#secPages .inner {
  padding:0 10px;
}
#secPages h1 {
  color:#2b5fa0;
  font-size:20px;
  font-weight:bold;
  line-height:35px;
  text-align: center;
  margin:0 0 20px;
}
#secPages h2 {
  color:#000;
  font-size:15px;
  font-weight:bold;
  line-height:35px;
  text-align: center;
  margin:0 0 10px;
}
#secPages p {
  font-size:11px;
  line-height:16px;
  margin:0 0 10px;
  clear: both;
}
#message p {
  font-size:12px;
  line-height:20px;
  margin:0 0 10px;
}

#profileBox #profile {
  width:45%;
  margin:0 0 10px;
  box-sizing: border-box;
  float: left;
}
#profileBox #profileText {
  width:55%;
  padding:0 0 0 15px;
  box-sizing: border-box;
  float: left;
}
#profileBox #profileText h3 {
  font-size:10px;
  line-height:13px;
  margin:0 0 9px;
}
#profileBox #profileText h4 {
  padding:0 70px 0 0;
  margin:0 0 20px;
}
#secContent p {
  font-size:11px;
  line-height:16px;
  margin:0;
}
#secContent h5 {
  font-size:13px;
  font-weight:bold;
  line-height:16px;
  margin:10px 0 6px;
  clear: both;
}

#tokushu {
  margin:20px 0 0;
  border:#2b5fa0 solid 1px;
}
#tokushu h2 {
  color:#fff;
  background:#2b5fa0;
}
#tokushu ul {
  padding:5px 10px;
}
#tokushu ul li {
  margin:0 0 10px;
}
#tokushu ul li a {
  color:#000;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  padding:0 0 0 16px;
  background:url(../images/ico_arrow_g.png) no-repeat 0 4px;
  display: inline-block;
}

#assistant {
  padding:40px 10px 0;
}
#assistant h2 {
  font-size: 18px;
  font-weight: normal;
  line-height: 26px;
  margin: 0 0 10px;
}
#assistant h2 .yomi {
  font-size: 12px;
}
#assistant .image {
  padding:20px 30px;
  margin:0 30px 15px;
  background:#fff;
  border:solid 1px #eee;
}
#assistant ul li {
  margin:0 0 30px;
}

@media screen and (min-width: 370px) {
  #footer ul.bannerLogo li img {
    max-height: 28px;
  }
  #footer .copyright {
    height:71px;
    padding:28px 0;
  }
  #assistant .image {
    margin:0 60px 15px;
  }


}


/***** TABLET *****/
@media screen and (min-width: 540px) {
  #secPages h1 {
    font-size:24px;
  }
  #secPages h2 {
    font-size:18px;
  }
  #message p {
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 10px;
  }
  #profileBox #profileText h3 {
    font-size: 12px;
    line-height: 18px;
    margin: 0 0 10px;
  }
  #secPages p {
    font-size: 12px;
    line-height: 20px;
    margin: 0 0 10px;
    clear: both;
  }
  #footerLinks ul li {
    font-size: 12px;
    line-height: 14px;
    margin: 8px 0 0;
  }
  #footerLinks ul li:nth-child(5) {margin-left:5px;}

}

@media screen and (min-width: 640px) {
  #secPages h1 {
    font-size:24px;
  }
  #secPages h2 {
    font-size:18px;
  }
  #message p {
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 10px;
  }
  #profileBox #profileText h3 {
    font-size: 14px;
    line-height: 22px;
  }
  #secPages p {
    font-size: 14px;
    line-height: 24px;
  }
  #profileText img {
    margin:0;
  }
  #tokushu ul li a {
    font-size: 14px;
    line-height: 22px;
    padding: 0 0 0 16px;
    background: url(../images/ico_arrow_g.png) no-repeat 0 4px;
  }

  #footerLinks ul li {
    font-size: 14px;
    line-height: 16px;
    margin: 10px 0 0;
  }
  #footerLinks ul li:nth-child(5) {margin-left:10px;}

  #footer ul.bannerLogo {
    padding:25px 10px;
  }
  #footer ul.bannerLogo li img {
    max-height: 38px;
  }
}

/***** PC *****/
@media screen and (min-width: 780px) {
.sp {
  display:none;
}
.pc {
  display:block;
}

header {display:none;}

#wrapper {
  min-width:1100px;
  overflow: hidden;
}

#gmenu {
  width:100%;
  height:81px;
  display:block;
  position: relative;
  bottom:0;
  background:#2b5fa0;
  z-index:10;
  border-bottom:solid 1px #fff;
}
#gmenu ul {
  width:1100px;
  margin:0 auto;
}
#gmenu ul li {
  width:157px;
  float:left;
  border-right:solid 1px #fff;
}
#gmenu ul li:first-child {
  width:157px;
  border-left:solid 1px #fff;
}
#gmenu ul li a {
  color:#fff;
  font-size:18px;
  line-height:28px;
  padding:26px 0;
  text-align: center;
  display: block;
}
#gmenu ul li.nigyo a {
  padding:12px 0;
}
#gmenu ul li.current a {
  padding:24px 0;
  border-bottom:#afe254 solid 4px;
}
#gmenu ul li.nigyo.current a {
  padding:10px 0;
  border-bottom:#afe254 solid 4px;
}

#gmenu ul li .linkOff {
  color:#999;
  font-size:18px;
  line-height:28px;
  padding:26px 0;
  text-align: center;
  display: block;
}
#gmenu ul li.nigyo .linkOff {
  padding:12px 0;
}

#gmenu ul li.accButton ul {
  width:156px;
  padding:10px 0 12px;
  margin:0;
  top:0;
  left:0;
  border-top:solid 1px #206ba4;
  display:none;
  overflow: hidden;
  background:rgba(43,95,160,0.9);
  box-sizing: content-box;
}
#gmenu ul li.accButton ul li {
  font-size:14px;
  float: none;
  clear: both;
  border:0 !important;
}
#gmenu ul li.accButton ul li a {
  font-size:14px;
  color:#fff;
  text-align: left;
  text-decoration: none;
  padding:11px 5px 11px 30px;
  display: block;
  background: url(../images/ico_arrow.png) no-repeat 15px center;
  background-size: 7px auto;
}
#gmenu ul li.current ul li a {
  padding:11px 5px 11px 30px;
  border-bottom:0 !important;
}
#gmenu ul li.accButton ul li a:hover {
  color:#fff;
  text-decoration: underline;
}

#foot {
  padding:50px 0;
}
#footerLinks ul li {
  font-size:16px;
  margin:0;
  padding:0 20px;
  letter-spacing: 0.1em;
}
#footerLinks ul li a:hover {
  text-decoration: underline;
}
#footerLinks br {display: none;}

#footer ul.bannerLogo {
  width:1100px;
  padding:45px 0;
  margin:0 auto;
}
#footer ul.bannerLogo li {
  width:auto !important;
  display:block;
}
#footer ul.bannerLogo li:nth-child(1) {margin:0 0 0 142px;}
#footer ul.bannerLogo li:nth-child(2) {margin:0 0 0 100px;}
#footer ul.bannerLogo li:nth-child(3) {margin:0 0 0 100px;}
#footer ul.bannerLogo li img {
  max-height: 56px;
}
#footer ul.bannerLogo li a {
  display:block;
}
#footer ul.bannerLogo li a:hover img {
  opacity: 0.7;
}

#footer .copyright {
  font-size:14px;
  letter-spacing:0;
  padding:50px 0;
}

.pcInner {
  width:1100px;
  margin:0 auto;
  position: relative;
}

#totop a {
  bottom:20px;
  right:-80px;
  width:70px;
  height:70px;
  padding:20px 22px 0;
}
#totop.bott a {
  bottom:-96px;
}
#totop a img {
  width:27px;
}


article {
  background:url(../images/bg_contents.png) no-repeat center 0;
  background-size:100% auto;
}
#topContent {
  padding:13px 0 4px;
  background:url(../images/bg_sec_head.png) no-repeat center 0;
  background-size:100% auto;
}
#topContent .inner {
  width:1100px;
  margin:0 auto;
  position: relative;
}
#topContent p {
  text-align: left;
  padding:0;
}
#topContent p img {
  margin:0;
}
#topContent .contctBtn {
  position: absolute;
  top:18px;
  right:0;
  display:none !important;
}
#topContent .contctBtn a, #topContent .contctBtn a img {
  display: block;
}

#secPages {
  padding:50px 0 0;
}
#secPages .inner {
  width:1080px;
  margin:0 auto;
  padding:0;
}
#secPages h1 {
  font-size:40px;
  line-height:40px;
  margin:0 0 40px;
}
#secPages h2 {
  font-size:30px;
  line-height:35px;
  margin:0 0 20px;
}
#secPages p {
  font-size:16px;
  line-height:26px;
  margin:0 0 20px;
}
#message p {
  font-size:20px;
  line-height:40px;
  margin:0 0 40px;
}

#profileBox {
  position: relative;
}
#profileBox #profile {
  width:300px;
  margin:0;
  float: none;
  position: absolute;
  left:0;
}
#profileBox #profileText {
  width:1080px;
  padding:0 0 0 325px;
  float: none;
  clear: both;
}
#profileBox #profileText h3 {
  font-size:16px;
  line-height:26px;
  margin:0 0 15px;
}
#profileBox #profileText h3 br {
  display: none;
}
#profileBox #profileText h4 {
  padding:0;
  margin:0 0 15px;
}
#profileBox #profileText h4 img {
  margin:0;
}
#profileBox p {
  font-size:16px;
  line-height:30px;
  margin:0 0 20px 330px;
}

#tokushu h2 {
  font-size: 24px;
  line-height: 50px;
}
#tokushu ul {
  padding:0 20px 10px;
}
#tokushu ul li {
  margin:0 0 10px;
}
#tokushu ul li a {
  font-size:20px;
  line-height: 28px;
  padding:0 0 0 20px;
  background:url(../images/ico_arrow_g.png) no-repeat 0 8px;
}

#assistant {
  padding:100px 0 20px;
}
#assistant h2 {
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 20px;
  text-align: left;
}
#assistant h2 .yomi {
  font-size: 14px;
}
#assistant .image {
  padding:39px 60px;
  margin:0 0 25px;
}
#assistant ul {
  padding:20px 0 0;
}
#assistant ul li {
  width:333px;
  margin:0 0 0 40px;
  float:left;
}
#assistant ul li:first-child {
  margin:0;
}

}
