@charset "utf-8";



/* base
   ========================================================================== */
html,body a{
    color:#525252;
    text-decoration:none;
}

#pgcm {
  padding-bottom: 0;
  color: #333;
  font-size: 12px;
}

#pgcm .inner {
  max-width: 970px;
  padding: 0 10px;
  margin: 0 auto;
}

#pgcm > .inner {
  padding-bottom: 40px;
}

#pgcm .sp-none {
  display: block;
}

#pgcm .pc-none {
  display: none;
}

@media screen and (max-width: 600px) {
  
  #pgcm .sp-none {
    display: none;
  }
  
  #pgcm .pc-none {
    display: block;
  }
  
}

/* basic elements */

#pgcm img {
  max-width: 100%;
  display: block;
}

#pgcm a {
  color: #E68D2D;
}
/*
#pgcm h2 {
  margin-top: 30px;
  padding: 14px 18px;
  border-radius: 5px;
  background: #F9F4EC;
  font-size: 18px;
  font-weight: bold;
}
*/

@media screen and (max-width: 600px) {
  
/*  #pgcm h2 {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -25px;
    border-radius: 0;
  }*/
  
}

#pgcm h3 {
  margin-top: 30px;
  font-size: 14px;
  font-weight: bold;
  }

@media screen and (max-width: 600px) {
  
  #pgcm h3 {
    margin-top: 40px;
  }
  
}

#pgcm h4 {
  margin-top: 20px;
  font-weight: bold;
}

#pgcm p {
  margin-top: 10px;
  line-height: 1.6;
}

#pgcm .figure {
  margin-top: 30px;
}

@media screen and (max-width: 600px) {
  
  #pgcm .figure {
    margin-top: 15px;
  }
  
}

#pgcm .figure img {
  width: 100%;
}

#pgcm .link-list {
  margin-top: 10px;
  line-height: 1.6;
}

#pgcm .link-list li {
  margin-top: 4px;
  padding-left: 22px;
  background: url(../images/icon_links.png) 0 2px no-repeat;
}



/* buttons
   ========================================================================== */

#pgcm .btn-menu {
  display: inline-block;
  overflow: hidden;
  width: 30px;
  height: 30px;
  border: solid 1px #EEE;
  border-radius:4px;
  background:
    url(../images/icon_menu_btn.png) 50% 50% no-repeat #F7F7F7;
  background:
    url(../images/icon_menu_btn.png) 50% 50% no-repeat,
    -webkit-gradient(linear,50% 3%,50% 58%,color-stop(0, rgb(255,255,255)),color-stop(1, rgb(247,247,247)));
  background:
    url(../images/icon_menu_btn.png) 50% 50% no-repeat,
     -webkit-linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(247,247,247) 100%);
  background:
    url(../images/icon_menu_btn.png) 50% 50% no-repeat,
    linear-gradient(180deg,rgb(255,255,255) 0%,rgb(247,247,247) 100%);
  vertical-align: middle;
  *text-indent: -9999px;
}

#pgcm .btn-menu:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

#pgcm .btn-menu:hover {
  opacity: .75;
}



/* layout
   ========================================================================== */

#pgcm .layout {
  *zoom: 1;
}

#pgcm .layout:after {
  content: "";
  display: block;
  clear: both;
}

#pgcm .layout > .col{ float: left; }
#pgcm .layout > .col.left { float: left; clear: left; }
#pgcm .layout > .col.right { float: right; clear: right; }

#pgcm .layout-3 { margin-right: -35px; }
#pgcm .layout-3 > .col { padding-right: 35px; }
#pgcm .layout-3 > .col-2 { width: 66.66% }
#pgcm .layout-3 > .col-1 { width: 33.33%; }

#pgcm .layout-2 { margin-right: -62px; }
#pgcm .layout-2 > .col-1 { width: 50%; padding-right: 62px; }

@media screen and (max-width: 600px) {
  
  #pgcm .layout {
    margin-right: 0;
  }
  
  #pgcm .layout > .col,
  #pgcm .layout > .col.left,
  #pgcm .layout > .col.right {
    float: none;
    width: auto;
    padding-right: 0;
  }
  
}



/* pgcm-nav
   ========================================================================== */

#pgcm .pgcm-nav {
  margin-bottom: 1em;
}

#pgcm .pgcm-nav .navbar {
  padding: 4px 0;
  border-top: solid 1px #DDDDCE;
  background: #F8F8F5;
}

#pgcm .pgcm-nav .title {
  display: none;
}

@media screen and (max-width: 600px) {
  
  #pgcm .pgcm-nav .title {
    display: block;
    float: left;
    font-size: 14px;
    line-height: 30px;
  }
  
}

#pgcm .pgcm-nav .breadcrumbs {
  color: #AAA;
}

@media screen and (max-width: 600px) {
  
  #pgcm .pgcm-nav .breadcrumbs {
/*    display: none;*/
  }
  
}

#pgcm .pgcm-nav .breadcrumbs *,
#pgcm .pgcm-nav .breadcrumbs *:before,
#pgcm .pgcm-nav .breadcrumbs *:after {
  vertical-align: middle;
}

#pgcm .pgcm-nav .breadcrumbs ol {
  display: table;
}

#pgcm .pgcm-nav .breadcrumbs li {
  display: table-cell;
  height: 28px;
}

#pgcm .pgcm-nav .breadcrumbs li + li:before {
  content: url(../images/icon_breadcrumbs_arrow.png);
  display: inline-block;
  margin: 0 6px 0 8px;
  line-height: 1;
}

#pgcm .pgcm-nav .breadcrumbs li img {
  display: inline-block;
}

#pgcm .pgcm-nav .breadcrumbs a {
  text-decoration: underline;
}

#pgcm .pgcm-nav .breadcrumbs-selector {
  overflow: hidden;
  display: inline-block;
  border: solid 1px #EEE;
  border-radius: 3px;
  background: url(../images/icon_breadcrumbs_select.png) no-repeat 96% 50% #fff;
}

#pgcm .pgcm-nav .breadcrumbs-selector select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
  width: 125%;
  margin: 0;
  padding: 4px 44px 4px 4px;
  border: none;
  border-radius: 0;
  background: none transparent;
  color: #AAA;
  font-size: inherit;
}

#pgcm .pgcm-nav .breadcrumbs-selector select option {
  color: #333;
}

#pgcm .pgcm-nav .option {
  display: inline;
  float: right;
}

@media screen and (max-width: 600px) {
  
  #pgcm .pgcm-nav .option {
    display: block;
    float: right;
  }
  
}

#pgcm .pgcm-nav .megamenu {
  display: none;
  border: 1px #EBEBEB;
  border-style: solid none;
  background: #FDFDFD;
}

#pgcm .pgcm-nav .megamenu a {
  display: block;
  color: inherit;
}

#pgcm .pgcm-nav .megamenu a:hover {
  opacity: .75;
}

#pgcm .pgcm-nav .megamenu .inner > ul > li + li {
  margin: 20px 0;
}

#pgcm .pgcm-nav .megamenu .inner > ul > li > a {
  padding: 16px 5px 16px 24px;
  border-bottom: solid 1px #EEE;
  background: url(../images/icon_menu_cat.png) 6px 50% no-repeat;
  font-weight: bold;
}

#pgcm .pgcm-nav .megamenu .inner > ul > li + li > a {
  border-top: solid 1px #EEE;
}

#pgcm .pgcm-nav .megamenu .inner > ul > li > ul {
  overflow: hidden;
  margin: 0 -5px;
}

#pgcm .pgcm-nav .megamenu .inner > ul > li > ul > li {
  float: left;
  width: 25%;
  padding: 0 5px;
}

@media screen and (max-width: 800px) {
  
  #pgcm .pgcm-nav .megamenu .inner > ul > li > ul > li {
    width: 33.33%;
  }
  
}

@media screen and (max-width: 600px) {
  
  #pgcm .pgcm-nav .megamenu .inner > ul > li > ul > li {
    width: 50%;
  }
  
}

@media screen and (max-width: 480px) {
  
  #pgcm .pgcm-nav .megamenu .inner > ul > li > ul > li {
    float: none;
    width: 100%;
  }
  
}

#pgcm .pgcm-nav .megamenu .inner > ul > li > ul > li > a {
  padding: 10px 5px 10px 24px;
  background: url(../images/icon_menu_arrow.png) 10px 50% no-repeat;
}



/* knowledge-header
   ========================================================================== */

#pgcm .knowledge-header {
  margin: 25px 0;
}

#pgcm .knowledge-header .option {
  float: right;
}

@media screen and (max-width: 600px) {
  
  #pgcm .knowledge-header {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  
  #pgcm .knowledge-header .option {
    display: none;
  }
  
}

#pgcm .knowledge-header h1 {
  line-height: 1.2;
}

#pgcm .knowledge-header h1 > .main {
  font-size: 22px;
}

#pgcm .knowledge-header h1 > .sub {
  font-size: 18px;
}

@media screen and (max-width: 600px) {
  
  #pgcm .knowledge-header h1 > .main,
  #pgcm .knowledge-header h1 > .sub {
    display: block;
  }
  
}



/* pgcm-lead
   ========================================================================== */

#pgcm .pgcm-lead {
  overflow: hidden;
  margin: 30px 0;
  border-radius: 5px;
}

@media screen and (max-width: 600px) {
  
  #pgcm .pgcm-lead {
    overflow: visible;
    margin-top: 15px;
    margin-bottom: 20px;
    border-radius: 0;
  }
  
}

#pgcm .pgcm-lead .keyvisual {
  
}

@media screen and (max-width: 600px) {
  
  #pgcm .pgcm-lead .keyvisual {
    overflow: hidden;
    border-radius: 5px;
  }
  
}

#pgcm .pgcm-lead .keyvisual img {
  width: 100%;
}

#pgcm .pgcm-lead .info {
  display: table;
  width: 100%;
  padding: 10px 0;
  border: solid 1px #EEE;
  border-radius: 0 0 5px 5px;
}

@media screen and (max-width: 600px) {
  
  #pgcm .pgcm-lead .info {
    display: block;
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    border: none;
    border-radius: 0;
  }
  
}

#pgcm .pgcm-lead .info > .col {
  display: table-cell;
  width: 33.33%;
  vertical-align: middle;
}

@media screen and (max-width: 600px) {
  
  #pgcm .pgcm-lead .info > .col {
    display: block;
    width: auto;
    height: auto !important;
    margin: 4px 0;
  }
  
}

#pgcm .pgcm-lead .info .desc {
  margin: 0 10px;
  color: #FC9496;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 600px) {
  
  #pgcm .pgcm-lead .info .desc {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  
}

#pgcm .pgcm-lead .info .measure {
  display: table;
  width: 100%;
  height: 100%;
  line-height: 1.6;
}

#pgcm .pgcm-lead .info .measure .title {
  display: table-cell;
  width: 32%;
  height: 60px;
  padding: 5px;
  border-radius: 5px;
  background: #FFEEEE;
  text-align: center;
  vertical-align: middle;
}

#pgcm .pgcm-lead .info .measure .title.yellow {
  background: #FFEEEE;
}

#pgcm .pgcm-lead .info .measure .title.yellow {
  background: #FDEECA;
}

#pgcm .pgcm-lead .info .measure .data {
  display: table-cell;
  width: 68%;
  padding-left: 10px;
  vertical-align: middle;
}

#pgcm .pgcm-lead .info .measure table {
  border-spacing: 10px 0;
}

#pgcm .pgcm-lead .info .measure table th {
  white-space: nowrap;
}

/* common parts layout */

#pgcm img {
	display: inline;
}

#pgcm h2 > img {
	display: inline;
}

.look img {
	display: inline;
}


/* pagetop
   ========================================================================== */

#pgcm .pagetop {
  background: #AEA28E;
  color: #FFF;
  font-size: 11px;
  text-align: center;
}

#pgcm .pagetop a {
  display: block;
  padding: 10px;
  color: inherit;
  line-height: 1;
}

#pgcm .pagetop a:before {
  content: url(../images/icon_pagetop.png);
  display: inline-block;
  margin-right: 7px;
  line-height: 1;
  vertical-align: middle;
}

#pgcm .pageTop img {
  display: inline;
}
.pageTop {
	clear: both;
	text-align: right;
	margin-bottom: 8px;
}

/* pagination by pagenavi
   ========================================================================== */

#contents .pgpagenavi .pagination {
  position: relative;
  overflow: hidden;
  margin: 20px 0;
}
#contents .pgpagenavi .pagination ul {
  position: relative;
  left: 50%;
  float: left;
  margin: -2px 0;
}
#contents .pgpagenavi .pagination li {
  position: relative;
  left: -50%;
  float: left;
  padding: 2px;
}

#contents .pgpagenavi .pagination .btn {
  display: block;
  padding: 10px;
  border: solid 1px #EEE;
  border-radius: 4px;
  background: #F9F7F4;
  color: inherit;
}

@media screen and (max-width: 600px) {
  
  #contents .pgpagenavi .pagination .btn {
    padding-left: 8px;
    padding-right: 8px;
  }
  
}

#contents .pgpagenavi .pagination .btn.is-active {
  background: #FD9BB9;
  color: #fff;
}

#contents .pgpagenavi .pagination a:hover {
  opacity: .75;
}

#contents .pgpagenavi .pagination .btn.is-active:hover {
  opacity: 1;
}

/* social btn 2022 */
 .social_sec .social_box, #pgcm .social_sec .social_box {
  width:198px;
  padding:10px 6px;
  background-color:#F2F2F2;
  border-radius:4px;
  margin: 0 0 0 auto;
}
.social_sec .social_box ul, #pgcm .social_sec .social_box ul {
  display: flex;
  justify-content: space-around;
}
.social_sec .social_box li, #pgcm .social_sec .social_box li {
  width:50%;
  text-align:center;
}
.social_sec .social_box li a, #pgcm .social_sec .social_box li a {
  display:block;
}
.social_sec .social_box li img, #pgcm .social_sec .social_box li img {
  width:32px;
  height:auto;
  margin:0 auto 5px;
  display: block!important;
}
#contents .social_sec .social_box a, #pgcm .social_sec .social_box a {
    color: #525252;
    font-size: 10px;
}

@media screen and (max-width: 640px) {
   .social_sec, #pgcm .social_sec {
    width:100%;
    max-width: 300px;
    margin: 0 auto;
  }
    .social_sec .ttl, #pgcm .social_sec .ttl {
    padding-left:5px;
    margin-bottom:10px;
  }
  .social_sec .ttl img, #pgcm .social_sec .ttl img {
    width:auto;
    height:34px;
  }
   .social_sec .social_box, #pgcm .social_sec .social_box {
    width:80%;
    padding:15px 0;
    position:static;
    border-radius:0;
    margin: 0 auto;
    width: auto;
  }
  #contents .social_sec .social_box a, #pgcm .social_sec .social_box a {
    font-size: 8px;
  }
}
/* inherit from common.css
#contents a {
  text-decoration: none;
}
#contents img {
  display: block;
}
#contents .font_set {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 12px;
}

#contents .left {
  float: left;
}
#contents .right {
  float: right;
}
#contents .op_set {
  filter: alpha(opacity=20);
  -moz-opacity: 0.2;
  opacity: 0.2;
}
#contents .radius_box {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
#contents .radius_t_box {
  -webkit-border-radius: 4px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius: 4px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-bottomright: 0px;
  border-radius: 4px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
#contents .radius_b_box {
  -webkit-border-radius: 4px;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius: 4px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  border-radius: 4px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
#contents .btn_01 {
  display: block;
  width: 100%;
  height: 45px;
  font-size: 14px;
  color: #FFF;
  line-height: 45px;
  text-align: center;
}
#contents .btn_02 {
  display: block;
  width: 140px;
  height: 35px;
  font-size: 13px;
  color: #524E41;
  line-height: 35px;
  text-align: center;
}
#contents .btn_03 {
  display: block;
  width: 50%;
  height: 35px;
  font-size: 12px;
  color: #524E41;
  line-height: 35px;
  text-align: center;
}
#contents .bg_01 {
  background: #E65B6C;
  border: #DD484D 1px solid;
}
#contents .bg_02 {
  background: #BB745B;
  border: #B56A51 1px solid;
}
#contents .bg_03 {
  background: #F7F7F7;
  border: #EEEEEE 1px solid;
}
#contents .bg_04 {
  background: #FFF;
}
#contents .bg_05 {
  background: #A09E94;
}
*/