@charset "UTF-8";
/**
 * 目次
 *
 * 01. reset
 * 02. BaseSet
 * 03. Layout
 * 04. Parts
 *
 */
/* ==========================================================================
   01. reset
   ========================================================================== */
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; }

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

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 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;
  cursor: help; }

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

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

input, select {
  vertical-align: middle; }

/* ==========================================================================
   02. BaseSet
   ========================================================================== */
html {
  overflow-y: scroll;
  font-size: 62.5%; }

body {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 140%;
  line-height: 1.7;
  min-width: 980px;
  -webkit-text-size-adjust: 100%; }

@media screen and (max-width: 767px) {
  body {
    font-size: 120%;
    min-width: inherit; } }
/* link
   ========================================================================== */
a {
  color: #000;
  text-decoration: none; }

a:visited {
  color: #000;
  text-decoration: none; }

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

a.blue {
  color: #5284cc; }

/*#main{
	a{
		color:#3f6db0;
		text-decoration:underline;
	}


}*/
@media screen and (max-width: 767px) {
  a:hover {
    text-decoration: none; } }
/* fontsize
   ========================================================================== */
.text10 {
  font-size: 71.4285714286%; }

.text11 {
  font-size: 78.5714285714%; }

.text12 {
  font-size: 85.7142857143%; }

.text13 {
  font-size: 92.8571428571%; }

.text14 {
  font-size: 100%; }

.text15 {
  font-size: 107.1428571429%; }

.text16 {
  font-size: 114.2857142857%; }

.text17 {
  font-size: 121.4285714286%; }

.text18 {
  font-size: 128.5714285714%; }

.text19 {
  font-size: 135.7142857143%; }

.text20 {
  font-size: 142.8571428571%; }

.text21 {
  font-size: 150%; }

.text22 {
  font-size: 157.1428571429%; }

.text23 {
  font-size: 164.2857142857%; }

.text24 {
  font-size: 171.4285714286%; }

.text25 {
  font-size: 178.5714285714%; }

.text26 {
  font-size: 185.7142857143%; }

ul.inner li,
td.inner {
  font-size: 100% !important; }

/* image
   ========================================================================== */
img {
  vertical-align: bottom;
  line-height: 1.0;
  max-width: 100%;
  height: auto; }

.ielt8 img,
.ie8 img {
  max-width: none;
  width: auto; }

table th img,
table td img {
  vertical-align: middle; }

/* ClearFix
   ========================================================================== */
.clear {
  clear: both; }

/* modern browsers */
.clearfix:after,
.fbox:after,
#contents:after,
.item-wrap:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

/* IE7 */
.clearfix,
.fbox,
#contents,
.item-wrap {
  display: inline-block; }

/* legacy IE */
* html .clearfix,
* html .fbox,
* html #contents,
* html .item-wrap {
  height: 1%; }

.clearfix,
.fbox,
#contents,
.item-wrap {
  display: block; }

/* float
   ========================================================================== */
.fr {
  float: right; }

.fl {
  float: left; }

ul.fbox li {
  float: left;
  display: inline; }

.in-block {
  letter-spacing: -.40em; }

.in-block li,
.in-block dt,
.in-block dd {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  vertical-align: top; }

/* text style
   ========================================================================== */
.text-bold {
  font-weight: bold; }

/* margin
   ========================================================================== */
.mt0 {
  margin-top: 0 !important; }

.mt5 {
  margin-top: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt50 {
  margin-top: 50px !important; }

.mt60 {
  margin-top: 60px !important; }

.mb0 {
  margin-bottom: 0 !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mr5 {
  margin-right: 5px !important; }

.mr10 {
  margin-right: 10px !important; }

.mr15 {
  margin-right: 15px !important; }

.mr20 {
  margin-right: 20px !important; }

.ml5 {
  margin-left: 5px !important; }

.ml10 {
  margin-left: 10px !important; }

.ml15 {
  margin-left: 15px !important; }

.ml20 {
  margin-left: 20px !important; }

/* padding
   ========================================================================== */
.pt0 {
  padding-top: 0 !important; }

.pb0 {
  padding-botttom: 0 !important; }

/* form label
   ========================================================================== */
input,
textarea {
  vertical-align: middle; }

label {
  vertical-align: middle; }

/* position
   ========================================================================== */
.text-r {
  text-align: right !important; }

.text-c,
table.text-c th,
table.text-c td,
table.th-c th {
  text-align: center !important; }

.text-l {
  text-align: left !important; }

/* display
   ========================================================================== */
.block {
  display: block; }

.sp-item {
  display: none; }

.pc-block {
  display: block; }

@media screen and (max-width: 767px) {
  .sp-item {
    display: block; }

  .pc-item {
    display: none !important; }

  .pc-block {
    display: inline; }

  .sp-block {
    display: block; } }
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?1kwi3q");
  src: url("fonts/icomoon.eot?1kwi3q#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?1kwi3q") format("truetype"), url("fonts/icomoon.woff?1kwi3q") format("woff"), url("fonts/icomoon.svg?1kwi3q#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"]:before, [class^="icon-"]:after, [class*=" icon-"]:before, [class*=" icon-"]:after, #header-nav-wrap li:before, #header-nav-wrap li:after, .fnav-list li:before, .fnav-list li:after, #content-info li:before, #content-info li:after, .nav-child li:before, .nav-child li:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow01:after,
.nav-child li:after {
  content: "\e901";
  font-size: 12px; }

.icon-arrow03:before {
  content: "\e903";
  font-size: 12px; }

.icon-tel:before {
  content: "\e90b"; }

.footer-tel .icon-tel:before {
  font-size: 35px;
  margin-right: 6px; }

@media screen and (max-width: 767px) {
  .footer-tel .icon-tel:before {
    font-size: 20px; }

  #content-info li:after,
  #header-nav-wrap li:after,
  .fnav-list li:after {
    content: "\e901";
    font-size: 12px; }

  #ttl-h1:before {
    content: "\e901"; } }
/* ==========================================================================
   03. Layout
   ========================================================================== */
/**
 * レイアウト
 */
/* ==========================================================================
   wrapper
   ========================================================================== */
#wrapper {
  position: relative; }

/* ==========================================================================
   header
   ========================================================================== */
#header-wrap {
  position: relative;
  z-index: 100; }

header {
  margin: 0 auto;
  width: 980px;
  position: relative; }

#header-logo {
  left: 0;
  position: absolute;
  top: 31px; }
  #header-logo a {
    background: url(img/logo.svg) no-repeat left top;
    background-size: 277px auto;
    display: block;
    height: 39px;
    width: 277px;
    /*&:before{
    	height:39px;
    	width:277px;
    	display:block;
    	font-size:39px;
    }*/ }
    #header-logo a:hover {
      text-decoration: none; }
  #header-logo span {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    zoom: 1;
    display: block; }

#header-utility {
  letter-spacing: -.40em;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  width: 490px; }
  #header-utility li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    font-family: 新ゴ R;
    font-size: 85.7142857143%;
    margin-left: 30px; }
  #header-utility .header-contact {
    font-size: 92.8571428571%; }
    #header-utility .header-contact a {
      background-color: #668fcc;
      color: #FFF;
      display: block;
      padding: 5px 18px;
      -webkit-transition: all .25s ease;
      -moz-transition: all .25s ease;
      -o-transition: all .25s ease;
      transition: all .25s ease; }
      #header-utility .header-contact a:hover {
        background-color: #33588f;
        text-decoration: none; }

@media screen and (max-width: 767px) {
  header {
    padding-bottom: 12px;
    padding-top: 11px;
    border-bottom: 0px;
    width: 100%; }

  #header-logo {
    height: auto;
    left: auto;
    margin-left: 15px;
    position: relative;
    top: 0px;
    width: 200px; }
    #header-logo a {
      background-size: 200px auto;
      height: 28px;
      width: 200px; }
      #header-logo a:before {
        height: 28px;
        width: 200px;
        display: block;
        font-size: 28px; }
      #header-logo a:hover {
        text-decoration: none; }

  #sp-header-menu {
    height: 51px;
    position: absolute;
    right: 15px;
    top: 0;
    width: 40px; }
    #sp-header-menu span {
      background: url(img/sp_header_menu.png) no-repeat left top;
      background-size: 40px auto;
      display: block;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
      zoom: 1;
      height: 51px;
      width: 40px; }

  #sp-header-menu.close span {
    background-position: left -51px; }

  #header-utility {
    position: relative;
    text-align: left;
    width: 100%;
    background-color: #5284cc; }
    #header-utility li {
      border-bottom: 1px solid #FFF;
      display: block;
      font-size: 100%;
      margin-left: 0;
      position: relative; }
      #header-utility li:after {
        color: #FFF;
        top: 14px;
        display: block;
        position: absolute;
        right: 10px; }
    #header-utility .header-contact {
      font-size: 100%; }
      #header-utility .header-contact a {
        background-color: #5284cc !important;
        color: #FFF !important; }
    #header-utility a {
      color: #FFF;
      display: block;
      padding: 15px !important; } }
/* ==========================================================================
   navigation
   ========================================================================== */
#header-nav-wrap {
  text-align: right;
  padding-top: 30px; }

#header-nav {
  letter-spacing: -.40em; }
  #header-nav > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    zoom: 1;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    padding-left: 15px;
    padding-right: 15px; }
    #header-nav > li:first-child {
      padding-left: 0; }
  #header-nav a,
  #header-nav span {
    display: block; }
  #header-nav a:hover {
    text-decoration: none; }
  #header-nav .nav-parent {
    font-family: 新ゴ R;
    line-height: 1;
    padding-top: 15px;
    height: 35px; }
  #header-nav .active .nav-parent {
    border-bottom: 2px solid #488ac2;
    height: 33px; }
  #header-nav .nav-parent.show {
    border-bottom: 2px solid #488ac2;
    height: 33px; }

.nav-child {
  background-color: #6297c5;
  background: url(img/nav_child.png) repeat left top;
  position: absolute;
  text-align: left;
  left: 0;
  display: none; }
  .nav-child li {
    position: relative; }
    .nav-child li:after {
      font-size: 10px;
      color: #a8c6e0;
      position: absolute;
      right: 20px;
      top: 18px; }
  .nav-child a {
    color: #FFF;
    display: block;
    padding: 13px 70px 13px 20px;
    white-space: nowrap; }
    .nav-child a:hover {
      text-decoration: underline !important; }
  .nav-child .active {
    color: #FFF;
    font-weight: bold;
    padding: 13px 70px 13px 20px;
    white-space: nowrap; }
    .nav-child .active:after {
      display: none; }

#nav01 .nav-child {
  left: -20px; }

#nav05 .nav-child,
#nav06 .nav-child {
  left: auto;
  right: 0; }

@media screen and (max-width: 767px) {
  #header-nav-wrap {
    display: none;
    padding-top: 10px;
    text-align: left; }

  #header-nav {
    background-color: #5284cc; }
    #header-nav li {
      padding: 0;
      border-bottom: 1px solid #FFF;
      position: relative;
      display: block;
      width: 100%; }
      #header-nav li:after {
        color: #FFF;
        top: 14px;
        display: block;
        position: absolute;
        right: 10px; }
    #header-nav .nav-parent {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      position: relative;
      zoom: 1;
      background: none;
      color: #FFF;
      height: auto;
      overflow: auto;
      padding: 15px;
      text-indent: inherit;
      white-space: normal;
      width: 100%; }
    #header-nav .active .nav-parent {
      border-bottom: none;
      height: auto; } }
/* ==========================================================================
   contents
   ========================================================================== */
#main {
  padding-bottom: 80px; }

.inner-cont {
  margin: 0 auto;
  width: 980px; }

@media screen and (max-width: 767px) {
  #contents {
    width: 100%; }

  #main {
    padding-bottom: 40px; }

  .inner-cont {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    zoom: 1;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%; } }
/* ==========================================================================
   footer-contact
   ========================================================================== */
#footer-contact {
  background-color: #f4f7f8;
  padding-bottom: 35px;
  padding-top: 35px;
  text-align: left; }

.inner-footer {
  margin: 0 auto;
  text-align: left;
  width: 980px; }

.footer-contact-ttl {
  font-size: 114.2857142857%;
  font-weight: normal;
  text-align: center;
  vertical-align: middle; }

.footer-contact-list {
  display: block;
  vertical-align: bottom;
  margin: 13px auto;
  width: 235px; }
  .footer-contact-list li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    *display: inline;
    *zoom: 1; }

.footer-tel {
  color: #5284cc;
  font-family: 'Fjalla One', sans-serif;
  font-size: 328.5714285714%;
  margin-left: 85px;
  line-height: 1; }

.footer-form {
  font-size: 128.5714285714%;
  font-family: 新ゴ M;
  line-height: 1; }
  .footer-form a {
    background-color: #f3c21a;
    color: #FFF;
    display: block;
    padding: 16px 27px;
    text-align: center; }
    .footer-form a:hover {
      text-decoration: none; }

@media screen and (max-width: 767px) {
  #footer-contact {
    padding-top: 13px;
    text-align: center; }

  .inner-footer {
    width: 100%; }

  .footer-contact-ttl,
  .footer-contact-list,
  .footer-contact-list li {
    display: block; }

  .footer-contact-list {
    width: 100%;
    margin: 0; }

  .footer-tel,
  .footer-form {
    margin-left: 0; }

  .footer-contact-ttl {
    font-size: 116.6666666667%; }

  .footer-tel {
    font-size: 233.3333333333%;
    margin-top: 15px; }
    .footer-tel span {
      background-color: #5284cc;
      color: #FFF;
      display: block;
      position: relative;
      padding-bottom: 10px;
      padding-top: 10px; }
      .footer-tel span:before {
        position: absolute;
        left: 28px;
        top: 13px; }
      .footer-tel span.sp-tel-linktext {
        padding-bottom: 0;
        padding-top: 0; }
    .footer-tel a {
      color: #FFF;
      display: block;
      padding-top: 10px;
      padding-bottom: 10px; }

  .footer-form {
    font-size: 133.3333333333%;
    margin-top: 15px; }
    .footer-form a {
      display: block;
      padding: 16px 0;
      width: 100%; } }
/* ==========================================================================
   footer
   ========================================================================== */
footer {
  text-align: center;
  padding: 30px 0;
  position: relative; }

#footer-side {
  float: left;
  width: 390px; }
  #footer-side p {
    font-size: 92.8571428571%;
    text-align: left; }

#footer-map {
  margin-top: 20px; }

#footer-side p,
.footer-logo {
  display: inline-block;
  vertical-align: middle; }

.footer-logo.sp-item {
  display: none; }

.footer-logo {
  padding-right: 20px;
  margin-bottom: 10px; }
  .footer-logo a {
    background: url(img/logo.svg) no-repeat left top;
    background-size: 277px auto;
    display: block;
    height: 39px;
    width: 277px; }
    .footer-logo a:hover {
      text-decoration: none; }
  .footer-logo span {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    zoom: 1;
    display: block; }

#fnav {
  letter-spacing: -.40em; }

.fnav-ttl {
  font-size: 107.1428571429%; }
  .fnav-ttl a {
    color: #5284cc; }

.fnav-box {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  box-sizing: border-box;
  margin-bottom: 25px;
  padding-right: 10px;
  vertical-align: top;
  width: 20%; }
  .fnav-box:nth-child(5n) {
    padding-right: 0; }

.fnav-list {
  margin-bottom: 20px; }
  .fnav-list:last-child {
    margin-bottom: 0; }
  .fnav-list li {
    font-size: 92.8571428571%;
    margin-top: 5px; }
  .fnav-list .active {
    font-weight: bold; }

#copyright-wrap {
  border-top: 1px solid #f4f7f8;
  padding-top: 20px;
  text-align: left; }
  #copyright-wrap .inner-cont {
    position: relative; }

#content-info {
  letter-spacing: -.40em;
  position: absolute;
  right: 0;
  bottom: 2em; }
  #content-info li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    font-size: 92.8571428571%;
    margin-left: 14px; }
    #content-info li:first-child {
      margin-left: 0; }

#copyright {
  font-size: 85.7142857143%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right; }

@media screen and (max-width: 767px) {
  footer {
    padding: 0; }

  #fnav {
    float: none;
    width: 100%; }

  .footer-logo.sp-item {
    display: block; }

  .fnav-box {
    display: block;
    margin-bottom: 0;
    padding-right: 0;
    width: 100%; }

  .fnav-list {
    background-color: #dfe7ea;
    display: none; }
    .fnav-list li {
      border-bottom: 1px solid #FFF;
      margin-top: 0;
      position: relative; }
      .fnav-list li:after {
        color: #FFF;
        position: absolute;
        right: 15px;
        top: 18px; }
    .fnav-list a {
      display: block;
      padding: 12px 15px; }
    .fnav-list .active {
      padding: 12px 15px; }
      .fnav-list .active:after {
        display: none; }

  .fnav-ttl {
    border-bottom: 1px solid #dfe7ea;
    font-weight: normal;
    font-size: 116.6666666667%;
    position: relative;
    padding: 12px 15px; }
    .fnav-ttl a {
      color: #333; }
    .fnav-ttl:after {
      content: '┼';
      color: #5284cc;
      font-size: 10px;
      position: absolute;
      right: 15px;
      top: 15px; }

  .fnav-ttl-open:after {
    content: '─';
    font-size: 10px; }

  #copyright-wrap {
    border-top: none;
    padding-top: 0; }
    #copyright-wrap .inner-cont {
      padding: 0; }

  #content-info {
    margin-bottom: 15px;
    position: relative;
    right: auto;
    bottom: auto; }
    #content-info li {
      border-bottom: 1px solid #dfe7ea;
      display: block;
      margin-left: 0;
      margin-top: 0;
      position: relative;
      font-size: 100%; }
      #content-info li:after {
        color: #5284cc;
        font-size: 10px;
        position: absolute;
        right: 15px;
        top: 18px; }
    #content-info a {
      display: block;
      padding: 12px 15px; }

  #copyright {
    font-size: 83.3333333333%;
    position: relative;
    text-align: center; }

  .footer-logo {
    margin-bottom: 5px;
    padding-right: 0; }
    .footer-logo a {
      background: url(img/logo.svg) no-repeat left top;
      background-size: 210px auto;
      height: 30px;
      margin: 0 auto;
      width: 210px; } }
#pagetop {
  position: fixed;
  right: 15px;
  bottom: 15px; }

@media screen and (max-width: 767px) {
  #pagetop {
    display: none !important; }

  #sp-pagetop {
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center; } }
/* ==========================================================================
   04. Parts
   ========================================================================== */
/**
 * 共通パーツ
 */
/* ==========================================================================
   title
   ========================================================================== */
/* ヘッダータイトル
   ========================================================================== */
#header-ttl-wrap {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  zoom: 1;
  background-color: #F4F7F8;
  background-repeat: no-repeat;
  background-position: center center;
  height: 200px;
  padding-top: 5px; }

#header-ttl {
  background: url(img/main_header_item.png) no-repeat left top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  zoom: 1;
  font-family: 新ゴ M;
  font-size: 285.7142857143%;
  line-height: 1;
  height: 195px;
  padding-top: 100px;
  text-align: center;
  width: 412px; }

.ttl-eng {
  color: #5284cc;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 45%;
  font-weight: normal;
  margin-top: 10px; }

#header-ttl-wrap.cattop {
  background-position: center top;
  background-color: #F4F7F8;
  height: 300px;
  padding-top: 94px; }
  #header-ttl-wrap.cattop #header-ttl {
    height: 206px; }

@media screen and (max-width: 767px) {
  #header-ttl-wrap,
  #header-ttl-wrap.cattop {
    background-size: 140% auto;
    height: 90px;
    padding-top: 10px; }
    #header-ttl-wrap #header-ttl,
    #header-ttl-wrap.cattop #header-ttl {
      background-size: 100% auto;
      font-size: 150%;
      height: 80px;
      padding-top: 39px;
      width: 180px; }

  .ttl-eng {
    font-size: 83.3333333333%;
    margin-top: 5px; } }
/* h1-h4
   ========================================================================== */
#h1-wrap {
  background: url(img/h1_image.jpg) no-repeat center top;
  background-color: #3f6db0;
  color: #FFF;
  font-size: 200%;
  font-family: 新ゴ M;
  margin-bottom: 30px;
  padding-bottom: 30px;
  padding-top: 30px; }

#h1-wrap-inner {
  margin: 0 auto;
  width: 980px; }

.ttl-h2 {
  background: url(img/ttl_h2.gif) no-repeat left bottom;
  font-size: 157.1428571429%;
  font-family: 新ゴ M;
  margin-bottom: 30px;
  margin-top: 40px;
  padding-bottom: 10px; }

.ttl-h2-side {
  text-align: right;
  margin-bottom: 40px !important;
  margin-top: -60px; }

.ttl-h3 {
  font-size: 142.8571428571%;
  font-family: 新ゴ M;
  margin-bottom: 15px;
  margin-top: 30px; }
  .ttl-h3 span {
    border-left: 4px solid #3f6db0;
    padding-left: 7px; }
    .ttl-h3 span .inner {
      border-left: none !important;
      padding-left: 0;
      font-size: 64.2857142857%; }

.ttl-h4 {
  color: #3f6db0;
  font-size: 128.5714285714%;
  font-family: 新ゴ M;
  margin-bottom: 30px;
  margin-top: 30px; }

/* カテゴリトップのタイトル */
.cattop-ttl {
  font-size: 214.2857142857%;
  font-family: 新ゴ M; }
  .cattop-ttl.contact-ttl {
    font-size: 200%; }

.ttl-engset {
  line-height: 1;
  text-align: center; }
  .ttl-engset .sub-h1,
  .ttl-engset .ttl-h1 {
    display: block; }
  .ttl-engset .sub-h1 {
    color: #d8e1f0;
    font-size: 585.7142857143%;
    font-family: 'Fjalla One', sans-serif; }
  .ttl-engset .ttl-h1 {
    font-size: 214.2857142857%;
    font-family: 新ゴ M;
    margin-bottom: 30px;
    margin-top: -60px; }

.h2-404 {
  font-family: 'Fjalla One', sans-serif;
  font-size: 392.8571428571%;
  color: #5284cc; }

.h2-sub {
  font-family: 新ゴ M;
  font-size: 142.8571428571%;
  margin-top: -10px; }

@media screen and (max-width: 767px) {
  #h1-wrap {
    background: #3f6db0;
    font-size: 141.6666666667%;
    margin-bottom: 0;
    padding: 11px 15px 11px;
    position: relative; }

  #h1-wrap-inner {
    width: 100%; }

  #ttl-h1:before {
    color: #3f6db0;
    position: absolute;
    right: 15px;
    top: 20px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    z-index: 2; }
  #ttl-h1:after {
    background-color: #6eabe7;
    content: '';
    display: block;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px; }

  .second-nav-open #ttl-h1:before {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); }

  .ttl-h2 {
    background: url(img/sp_ttl_h2.gif) no-repeat left bottom;
    background-size: 100% auto;
    font-size: 133.3333333333%;
    margin-bottom: 15px;
    margin-top: 20px; }

  .ttl-h2-side {
    margin-top: -40px; }

  .ttl-h3 {
    font-size: 116.6666666667%;
    margin-bottom: 10px;
    margin-top: 15px; }

  .ttl-h4 {
    font-size: 100%;
    margin-bottom: 15px;
    margin-top: 15px; }

  .cattop-ttl {
    font-size: 121.4285714286%; }

  .ttl-engset .sub-h1 {
    font-size: 316.6666666667%; }
  .ttl-engset .ttl-h1 {
    font-size: 141.6666666667%;
    margin-top: -30px; }

  .h2-404 {
    margin-top: 10px;
    font-size: 250%; }

  .h2-sub {
    font-size: 133.3333333333%; } }
/* ==========================================================================
   パンくず
   ========================================================================== */
#topicpath {
  padding-bottom: 10px;
  padding-top: 10px; }
  #topicpath li {
    font-size: 85.7142857143%; }
    #topicpath li:before {
      content: '>';
      margin-left: 5px;
      margin-right: 5px; }
    #topicpath li:first-child:before {
      display: none; }

/* ==========================================================================
   下層ナビ
   ========================================================================== */
.second-nav-wrap {
  background-color: #f4f7f8;
  margin: 0 auto;
  width: 980px; }

.second-nav {
  letter-spacing: -.40em;
  padding: 20px 23px; }
  .second-nav li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    margin-left: 36px;
    padding-left: 11px;
    position: relative; }
    .second-nav li:first-child {
      margin-left: 0; }
  .second-nav .icon-arrow01:after {
    font-size: 10px;
    position: absolute;
    left: 0;
    top: 5px; }
  .second-nav .active {
    color: #3f6db0;
    font-weight: bold; }

@media screen and (max-width: 767px) {
  .second-nav-wrap {
    display: none;
    width: 100%; }

  .second-nav {
    padding: 0; }
    .second-nav li {
      border-bottom: 1px solid #dfe7ea;
      display: block;
      margin-left: 0;
      padding-left: 0; }
    .second-nav span, .second-nav a {
      display: block; }
    .second-nav span {
      padding: 10px 15px; }
    .second-nav .icon-arrow01:after {
      color: #5284cc;
      left: auto;
      right: 15px;
      top: 16px; }
    .second-nav .active.icon-arrow01:after {
      display: none; } }
/* ==========================================================================
   テーブル
   ========================================================================== */
.tbl01 {
  border-left: 1px solid #dfe7ea;
  border-bottom: 1px solid #dfe7ea;
  margin-bottom: 30px;
  width: 100%; }
  .tbl01 th,
  .tbl01 td {
    border-right: 1px solid #dfe7ea;
    border-top: 1px solid #dfe7ea;
    padding: 10px 20px; }
  .tbl01 th {
    background-color: #f4f7f8; }

@media screen and (max-width: 767px) {
  .table-notes {
    color: #999;
    display: block;
    font-size: 12px;
    margin: 21px 0 0;
    text-align: center; }

  .sp-scroll {
    overflow-x: auto; }
    .sp-scroll table {
      width: 900px; } }
/* ==========================================================================
   dl
   ========================================================================== */
.dl01 {
  margin-bottom: 20px; }
  .dl01 dt,
  .dl01 dd {
    padding-left: 19px; }
  .dl01 dt {
    background: url(img/circle.svg) no-repeat left 5px;
    background-size: 12px 12px;
    font-size: 114.2857142857%;
    font-weight: bold; }

@media screen and (max-width: 767px) {
  .dl01 {
    margin-bottom: 10px; }

  dt {
    font-size: 116.6666666667%; } }
/* ==========================================================================
   ul
   ========================================================================== */
.disc-list li {
  list-style: disc;
  margin-left: 20px; }

/* ==========================================================================
   icon
   ========================================================================== */
a[target="_blank"] {
  padding-right: 18px;
  background: url(img/blank.svg) no-repeat right center;
  background-size: 13px auto; }

a[class="pdf"] {
  padding-right: 18px;
  background: url(img/pdf.svg) no-repeat right center;
  background-size: 13px auto; }

/* ==========================================================================
   text
   ========================================================================== */
#main p {
  margin-bottom: 20px; }

/* テキストと画像の配置
   ========================================================================== */
.item-wrap {
  margin-bottom: 40px;
  _zoom: 1;
  overflow: hidden; }
  .item-wrap .img-l {
    float: left;
    margin-right: 30px; }
  .item-wrap .img-r {
    float: right;
    margin-left: 30px; }
  .item-wrap .item-text {
    overflow: hidden;
    _zoom: 1; }

@media screen and (max-width: 767px) {
  .item-wrap {
    margin-bottom: 20px; }
    .item-wrap .img-l {
      float: none;
      margin-right: 0;
      width: 100%; }
      .item-wrap .img-l img {
        width: 100%; }
    .item-wrap .img-r {
      float: none;
      margin-left: 0;
      width: 100%; }
      .item-wrap .img-r img {
        width: 100%; } }
/* 2カラム
   ========================================================================== */
.half-box {
  width: 470px; }

@media screen and (max-width: 767px) {
  .half-box {
    float: none;
    width: 100%; } }
/* 3カラム
   ========================================================================== */
.three-box {
  width: 313px;
  display: inline-block;
  margin-right: 15px; }
  .three-box:last-child {
    margin-right: 0; }
  .three-box h3 {
    margin-top: 0; }

@media screen and (max-width: 767px) {
  .three-box {
    float: none;
    width: 100%;
    margin-right: 0; } }
/* ==========================================================================
   button
   ========================================================================== */
#main .btn-large {
  background-color: #3f6db0;
  color: #FFF;
  display: inline-block;
  font-family: 新ゴ M;
  font-size: 128.5714285714%;
  text-decoration: none;
  text-align: center;
  min-width: 450px;
  padding: 15px 10px;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease; }
  #main .btn-large:hover {
    background-color: #33588f; }
  #main .btn-large .icon-arrow01:after {
    margin-left: 15px; }

#main .btn-small {
  border: 1px solid #dfe7ea;
  color: #333;
  display: inline-block;
  min-width: 180px;
  padding: 7px 10px;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease; }
  #main .btn-small:hover {
    background-color: #f4f7f8; }
  #main .btn-small .icon-arrow01:after {
    color: #9c9c9c;
    margin-left: 15px; }
  #main .btn-small .icon-arrow03:before {
    color: #9c9c9c;
    margin-right: 15px; }

@media screen and (max-width: 767px) {
  #main .btn-large,
  #main .btn-small {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    zoom: 1;
    min-width: inherit;
    width: 100%; }

  #main .btn-small {
    display: block;
    margin: 0 auto;
    width: 50.8%; } }
/* ==========================================================================
   スライドショー（スマホ時）
   ========================================================================== */
/* ==========================================================================
   カテゴリトップ
   ========================================================================== */
.cattop-2column {
  padding-bottom: 54px;
  padding-top: 60px; }
  .cattop-2column.ir-cattop-lib {
    padding-top: 30px; }

.cattop-inner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  zoom: 1;
  padding-left: 20px;
  padding-right: 20px; }

.cattop-thumb {
  display: block;
  margin-bottom: 15px; }

@media screen and (max-width: 767px) {
  .cattop-2column {
    padding-bottom: 20px;
    padding-top: 20px; }

  .cattop-inner {
    padding-left: 0;
    padding-right: 0; }

  .cattop-thumb {
    margin-bottom: 5px; } }
/* ==========================================================================
   フッター4カラムナビ
   ========================================================================== */
.foot-btnlist {
  margin: 60px auto 0;
  width: 980px; }
  .foot-btnlist li {
    font-size: 171.4285714286%;
    font-family: 新ゴ M;
    line-height: 1.4;
    margin-left: 6px;
    position: relative;
    width: 240px; }
    .foot-btnlist li:first-child {
      margin-left: 0; }
  .foot-btnlist a {
    background-color: #aac2d4;
    color: #FFF;
    display: block;
    padding: 238px 23px 23px; }
  .foot-btnlist .foot-btnlist-thumb {
    position: absolute;
    left: 0;
    height: 150px;
    top: 0;
    overflow: hidden; }
    .foot-btnlist .foot-btnlist-thumb img {
      height: auto;
      width: 100%; }
  .foot-btnlist #foot-advantage-wrap a {
    background: #aac2d4 url(img/foot_icon_advantage.png) no-repeat center 156px; }
  .foot-btnlist #foot-what-wrap a {
    background: #aac2d4 url(img/foot_icon_what.png) no-repeat center 156px; }
  .foot-btnlist #foot-history-wrap a {
    background: #aac2d4 url(img/foot_icon_history.png) no-repeat center 156px; }
  .foot-btnlist #foot-info-wrap a {
    background: #aac2d4 url(img/foot_icon_info.png) no-repeat center 156px; }

.zoom-img img {
  -moz-transition: -moz-transform 0.3s linear;
  -webkit-transition: -webkit-transform 0.3s linear;
  -o-transition: -o-transform 0.3s linear;
  -ms-transition: -ms-transform 0.3s linear;
  transition: transform 0.3s linear; }
.zoom-img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.none a {
  pointer-events: none; }
.none a:hover {
  text-decoration: none; }

@media screen and (max-width: 767px) {
  .foot-btnlist {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    zoom: 1;
    margin: 20px auto 0;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%; }
    .foot-btnlist li {
      font-size: 107.1428571429%;
      margin-bottom: 3.4%;
      margin-left: 3.4%;
      width: 47.4%; }
      .foot-btnlist li:nth-child(odd) {
        margin-left: 0; }
    .foot-btnlist a {
      padding: 120px 10px 10px; }
    .foot-btnlist .foot-btnlist-thumb {
      height: 75px; }
    .foot-btnlist #foot-advantage-wrap a,
    .foot-btnlist #foot-what-wrap a,
    .foot-btnlist #foot-history-wrap a,
    .foot-btnlist #foot-info-wrap a {
      background-position: center 80px;
      background-size: 35px auto; } }
/* ==========================================================================
   div
   ========================================================================== */
.sectionTop {
  margin-top: 40px; }

@media screen and (max-width: 767px) {
  .sectionTop {
    margin-top: 20px !important; } }
/* ==========================================================================
   罫囲み
   ========================================================================== */
.border-wrap {
  border: 1px solid #DFE7EA;
  padding: 15px;
  border-radius: 10px; }

.border-wrap2 {
  border: 1px solid #DFE7EA;
  padding: 10px; }

/* ==========================================================================
   blankアイコン重複防止
   ========================================================================== */
#header-nav a[target="_blank"] {
  background: none; }

@media screen and (max-width: 767px) {
  #fnav a[target="_blank"] {
    background: none; }

  .second-nav a[target="_blank"] {
    background: none; }

  .sp-zoom a[target="_blank"] {
    background: none; } }
/* ==========================================================================
   一番上の項目のmargin-topを調整
   ========================================================================== */
.pcmt0 {
  margin-top: 0; }

@media screen and (max-width: 767px) {
  .pcmt0 {
    margin-top: 15px; } }
/* ==========================================================================
   上付き文字
   ========================================================================== */
sup {
  vertical-align: super;
  font-size: 65%; }

/* ==========================================================================
   スマホのときに画像を拡大できるようにする
   ========================================================================== */
@media screen and (max-width: 767px) {
  .sp-zoom {
    background-color: #FFF; }

  .sp-link {
    display: block;
    position: relative;
    pointer-events: auto;
    cursor: pointer; }
    .sp-link:after {
      background: url(img/icon_zoom.png) no-repeat left top;
      background-size: 31px 31px;
      content: '';
      display: block;
      height: 31px;
      position: absolute;
      right: 10px;
      bottom: 10px;
      width: 31px; } }
