@charset "UTF-8";
/**
 * Foundation
**/
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */


/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
/* # =================================================================
   # Forms
   # ================================================================= */



/* # =================================================================
   # Specify media element style
   # ================================================================= */


/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */


/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */


/**
 * Project Base
**/

html {
  font-size: 16px;
}

@media screen and (max-width: 918px) {
  html {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 15px;
  }
}

@media screen and (max-width: 531px) {
  html {
    font-size: 15px;
  }
}

@media screen and (max-width: 342px) {
  html {
    font-size: 15px;
  }
}






body {
  color: #000;
}

#inpage_wrapper * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/**
 * Layout
**/




@media screen and (max-width: 767px) {
  #inpage {
    margin: 0 auto;
    max-width: 768px;
    width: 100%;
  }
}



/**
 * Layout: l-information
**/
.l-information {
  margin: 0 auto;
  max-width: calc( 1100px + 40px );
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .l-information {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .l-information {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }
}

/**
 * Component
**/



@media screen and (max-width: 350px){
.c-title01 {
    font-size: 6.3vw;
    text-align: left;
    padding: 27px 0 31px;
}
}













/**
 * Project
**/

/**
 * BLOCK: p-main-title
 * SPのヘッダーです
**/





.p-page-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/sites/default/files/shared_contents/information/assets/images/common/pc_title_area_bg.png");
}

.p-page-title {
  height: 200px;
}

@media screen and (max-width: 767px) {
  .p-page-title {
    height: 31.5vw;
  }
}

@media screen and (max-width: 767px) {
  .p-page-title {
    background-image: url("/sites/default/files/shared_contents/information/assets/images/common/sp_title_area_bg.png");
  }
}

.p-page-title.is-index,
.p-page-title.is-sindex {
  background-size: auto 100%;
}

.p-page-title.is-index,
.p-page-title.is-sindex {
  height: 400px;
}

@media screen and (max-width: 767px) {

  .p-page-title.is-index,
  .p-page-title.is-sindex {
    height: 300px;
  }
}

.p-page-title.is-index {
  display: none;
}

.p-page-title.is-index.active {
  display: block;
}

.p-page-title.is-index.is-s {
  background-image: url("/sites/default/files/shared_contents/information/assets/images/common/pc_title_area_bg_index_s.png");
  background-color: #f4edd9;
  border-bottom: 4px solid #75CE97;
}

@media screen and (max-width: 767px) {
  .p-page-title.is-index.is-s {
    border-width: 3px;
  }
}

.p-page-title.is-index.is-d {
  background-image: url("/sites/default/files/shared_contents/information/assets/images/common/pc_title_area_bg_index_d.png");
  background-color: #cce7e4;
  border-bottom: 4px solid #62b8c6;
}

@media screen and (max-width: 767px) {
  .p-page-title.is-index.is-d {
    border-width: 3px;
  }
}

@media screen and (max-width: 767px) {
  .p-page-title.is-sindex {
    background-position: 45% 50%;
    background-image: url("/sites/default/files/shared_contents/information/assets/images/common/sp_title_area_bg_sindex.png");
    border-width: 3px;
  }
}

.p-page-title>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}

.p-page-title>div {
  max-width: 326px;
}

@media screen and (max-width: 767px) {
  .p-page-title>div {
    max-width: 767px;
    height: 100%;
  }
}

.p-page-title>div>span {
  margin-right: 10.5px;
}





/**
 * BLOCK: p-footer
 * SPのフッターです
**/


/**
 * Utility
**/


/*# sourceMappingURL=information.css.map */

#headBreadcrumb {
  display: none !important;
}

.l-page-title {
  width: 100%;
}