@charset "UTF-8";
/*----------------------------------
Variables Style
----------------------------------*/
/*----------------------------------
Function Style
----------------------------------*/
/*----------------------------------
Extend Style
----------------------------------*/
.cl, .l-footerInner, .p-underWrap, .p-productDesc_title, .p-irUnder_cnt, .p-historyInner, .c-imgLead--imgRight, .c-imgLead--imgLeft, .c-areaMap, .c-areaMap_desc_block {
  display: inline-block;
  min-height: 1%;
  display: block;
  *zoom: 1;
}

.cl:after, .l-footerInner:after, .p-underWrap:after, .p-productDesc_title:after, .p-irUnder_cnt:after, .p-historyInner:after, .c-imgLead--imgRight:after, .c-imgLead--imgLeft:after, .c-areaMap:after, .c-areaMap_desc_block:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}

* html .cl, * html .l-footerInner, * html .p-underWrap, * html .p-productDesc_title, * html .p-irUnder_cnt, * html .p-historyInner, * html .c-imgLead--imgRight, * html .c-imgLead--imgLeft, * html .c-areaMap, * html .c-areaMap_desc_block {
  height: 1%;
}

/*----------------------------------
Mixins Style
----------------------------------*/
/*----------------------------------
Reset Style
----------------------------------*/
dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, figure, input, textarea, p, blockquote {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

fieldset, img {
  border: 0;
  vertical-align: top;
}

ol, ul {
  list-style: none;
}

q:before, q:after {
  content: " ";
}

abbr, acronym {
  border: 0;
}

a {
  color: #333;
  text-decoration: none;
}


a:hover {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}

a:active {
  color: #333;
  text-decoration: none;
}

a:active, a:focus {
  outline: none;
}

li img,
dt img,
dd img {
  vertical-align: top;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/*----------------------------------
Base Style
----------------------------------*/
/* Body Style */
html {
  font-size: 62.5%;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'Noto Sans Japanese', Roboto, "Droid Sans", '游ゴシック体', 'YuGothic', '游ゴシック', 'Yu Gothic', 'メイリオ', Meiryo, sans-serif;
  font-size: 10px;
  font-size: 1.0rem;
  line-height: 1.7;
  color: #333;
  -webkit-tap-highlight-color: transparent;
  min-width: 1170px;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'Noto Sans Japanese', Roboto, "Droid Sans", '游ゴシック体', 'YuGothic', '游ゴシック', 'Yu Gothic', sans-serif;
  }
}

@media only handheld and (orientation: landscape) {
  body {
    min-width: initial;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
  }
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  body {
    min-width: 320px;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
  }
}

/* Image Style */
img {
  max-width: 100%;
  height: auto;
}

a:hover img {
  opacity: .8;
}

/* Tel Style */
a[href^="tel:"] {
  color: #333;
  text-decoration: none;
  cursor: default;
}

a[href^="tel:"]:hover img {
  opacity: 1;
}

/*----------------------------------
Header Style
----------------------------------*/
header {
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  header {
    position: fixed;
    z-index: 10000;
  }
}

.l-header {
  position: relative;
  border-top: 4px solid #e60012;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .l-header {
    border-top: none;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  }
}

.l-headerInner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.l-headerInner--en {
  -ms-flex-align: stretch;
      align-items: stretch;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .l-headerLogo {
    margin: 10px 0 8px;
  }
  .l-headerLogo img {
    height: 50px;
  }
}

.l-headerBnr {
  width:240px;
  margin:0 30px 0 auto;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .l-headerBnr {
    width:150px;
    margin:0 55px 0 auto;
  }
}


@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .l-headerCnt {
    display: none;
  }
}

.l-headerCnt_sp {
  display: none;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .l-headerCnt_sp {
    display: block;
  }
  .l-headerCnt_sp > p {
    background: #e60012;
    text-align: center;
    margin: 0 -15px 88px;
  }
  .l-headerCnt_sp > p a {
    color: #fff;
    font-weight: bold;
    display: block;
    padding: 15px 0;
  }
  .l-headerCnt_sp > p a span {
    background: url(/assets/images/common/ico_close.png) no-repeat 100% 50%;
    background-size: 12px auto;
    padding-right: 20px;
  }
}

.l-headerCnt_top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .l-headerCnt_top {
    display: block;
    margin: 0 -15px;
  }
}

.l-headerCnt_top ul {
  font-size: 13px;
  font-size: 1.3rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: 30px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .l-headerCnt_top ul {
    margin: 0 0 20px 0;
  }
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .l-headerCnt_top ul li {
    width: 50%;
    background: #f7f7f7;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    margin-right: 0;
    box-sizing: border-box;
  }
}

.l-headerCnt_top ul li:nth-child(1), .l-headerCnt_top ul li:nth-child(2) {
  margin-right: 37px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .l-headerCnt_top ul li:nth-child(1), .l-headerCnt_top ul li:nth-child(2) {
    margin-right: 0;
  }
  .l-headerCnt_top ul li:nth-child(1) {
    border-right: 1px solid #e0e0e0;
  }
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .l-headerCnt_top ul li:nth-child(3) {
    border-top: none;
    border-right: 1px solid #e0e0e0;
  }
}

.l-headerCnt_top ul li a {
  position: relative;
  padding-left: 10px;
  display: block;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .l-headerCnt_top ul li a {
    padding: 15px;
  }
}

.l-headerCnt_top ul li a:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #e60012;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .l-headerCnt_top ul li a:before {
    background: url(/assets/images/common/arw_hdg.png) no-repeat;
    background-size: 6px auto;
    width: 6px;
    height: 11px;
    border: none;
    left: inherit;
    right: 20px;
  }
}

.l-headerCnt_top ul li a:hover {
  color: #e60012;
  text-decoration: underline;
}

.l-headerCnt_top--en {
  margin: 15px 0 0;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .l-headerCnt_top--en {
    margin: 0 -15px;
    position: relative;
  }
  .l-headerCnt_top--en:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #e0e0e0;
  }
}

.l-headerCnt_top--en ul {
  margin-right: 0;
  line-height: 1;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .l-headerCnt_top--en ul li {
    width: 100%;
    border-top: none;
  }
}

.l-headerCnt_top--en ul li:first-child {
  margin-right: 18px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .l-headerCnt_top--en ul li:first-child {
    border-right: none;
    margin-right: 0;
  }
}

.l-headerCnt_top--en ul li a:before {
  margin-top: -4px;
  right: 20px;
}

.l-headerCnt_bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .l-headerCnt_bottom {
    display: block;
  }
}

.l-headerCnt_bottom > p {
  width: 140px;
  text-align: center;
  line-height: 1;
  margin-right: 12px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .l-headerCnt_bottom > p {
    width: 100%;
    margin: 0;
  }
  .l-headerCnt_bottom > p:first-child {
    margin-bottom: 20px;
  }
  .l-headerCnt_bottom > p:last-child {
    margin-bottom: 30px;
  }
}

.l-headerCnt_bottom > p a {
  display: block;
  color: #e60012;
  border: 2px solid #e60012;
  border-radius: 4px;
  padding: 9px 0;
}

.l-headerCnt_bottom > p a span {
  position: relative;
  padding-left: 25px;
}

.l-headerCnt_bottom > p a span:before {
  content: " ";
  position: absolute;
  background: url(/assets/images/common/ico_inquiry--off.svg) no-repeat;
  width: 17px;
  height: 12px;
  top: 50%;
  left: 0;
  margin-top: -7px;
}

.l-headerCnt_bottom > p a:hover {
  color: #fff;
  background: #e60012;
  text-decoration: none;
}

.l-headerCnt_bottom > p a:hover span:before {
  background: url(/assets/images/common/ico_inquiry--on.svg) no-repeat;
}

.l-header_alpha {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  background: rgba(0, 0, 0, 0.5);
  z-index: 5;
  display: none;
}

/*----------------------------------
Footer Style
----------------------------------*/
.l-footer {
  border-top: 1px solid #e6e6e6;
  margin-top: 120px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .l-footer {
    border-top: none;
    margin-top: 80px;
  }
}

.l-footerInner {
  padding: 30px 0 40px;
  position: relative;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .l-footerInner {
    margin: 0 -15px;
    padding: 0;
  }
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .l-footerSubmenu {
    display: none;
    border-bottom: 1px solid #e0e0e0;
  }
}

.l-footerCnt {
  float: left;
  width: 195px;
  padding-right: 25px;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .l-footerCnt {
    width: 100%;
    padding-right: 0;
    float: none;
  }
  
}

.l-footerCnt:first-of-type {
  display: none;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .l-footerCnt:first-of-type {
    display: block;
    border-top: 1px solid #e0e0e0;
  }
  .l-footerCnt:first-of-type a {
    position: relative;
  }
  .l-footerCnt:first-of-type a:before {
    content: " ";
    position: absolute;
    background: url(/assets/images/common/arw_hdg.png) no-repeat;
    background-size: 6px auto;
    width: 6px;
    height: 11px;
    right: 20px;
    top: 50%;
    margin-top: -4px;
  }
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .l-footerCnt:last-child > p {
    margin-bottom: 0;
  }
  .l-footerCnt:last-child > p:nth-of-type(2) a {
    position: relative;
  }
  .l-footerCnt:last-child > p:nth-of-type(2) a:before {
    content: " ";
    position: absolute;
    background: url(/assets/images/common/arw_hdg.png) no-repeat;
    background-size: 6px auto;
    width: 6px;
    height: 11px;
    right: 20px;
    top: 50%;
    margin-top: -4px;
  }
}

.l-footerCnt p {
  font-weight: bold;
  text-indent: -10px;
  padding-left: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .l-footerCnt p {
    text-indent: inherit;
    padding-left: 0;
    margin-bottom: 0;
    line-height: 1;
    background: #f7f7f7;
    border-bottom: 1px solid #e0e0e0;

  }
}

.l-footerCnt p a:hover {
  color: #e60012;
  text-decoration: underline;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .l-footerCnt p a {
    display: block;
    padding: 15px;
    position: relative;
    z-index: 2;
  }
  .l-footerCnt p a span {
    padding-left: 0;
  }
  .l-footerCnt p a span:before {
    display: none;
  }
}

.l-footerCnt ul {
  margin-left: 10px;
  font-size: 14px;
  font-size: 1.4rem;
}
.l-footerCnt ul li a[target="_blank"] span:after {
content: "";
width: 20px;
height: 14px;
display:  inline-block;
background: url(/assets/images/common/ico_blank.png) no-repeat;
vertical-align: middle;
margin-left: 5px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .l-footerCnt ul {
    margin-left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-top: 1px solid #e0e0e0;
    margin: -1px;
  }
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .l-footerCnt ul li {
    width: 50%;
    box-sizing: border-box;
    border-bottom: 1px solid #e0e0e0;
  }
  .l-footerCnt ul li:nth-child(odd) {
    border-right: 1px solid #e0e0e0;
  }
  .l-footerCnt ul li:nth-child(1), .l-footerCnt ul li:nth-child(2) {
    border-top: none;
  }
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .l-footerCnt ul li a {
    display: block;
    padding: 12px 15px;
    line-height: 1.1428;
  }
  .l-footerCnt ul li a span {
    position: relative;
    padding-left: 12px;
    display: block;
  }
  .l-footerCnt ul li a span:before {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.5px 0 3.5px 4px;
    border-color: transparent transparent transparent #e60012;
    top: 4px;
    left: 0;
  }
}

.l-footerCnt ul li a:hover {
  color: #e60012;
  text-decoration: underline;
}

.l-footerCnt_open {
  position: relative;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .l-footerCnt_open {
    z-index: 2;
  }
  .l-footerCnt_open .l-subMenu_open {
    background: #ececec;
    border-left: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    position: absolute;
    display: block;
    width: 45px;
    height: 45px;
    box-sizing: border-box;
    background-image: url(/assets/images/common/ico_gmenu--off.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 50% 50%;
    top: -1px;
    right: 0;
    z-index: 2;
  }
  .l-footerCnt_open.is-open .l-subMenu_open {
    background-image: url(/assets/images/common/ico_gmenu--on.png);
  }
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .l-footerCnt_sp {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-footerCnt_sp p {
    width: 50%;
    box-sizing: border-box;
    position: relative;
    display: table;
    height: 60px;
  }
  .l-footerCnt_sp p:nth-child(odd) {
    border-right: 1px solid #e0e0e0;
  }
  .l-footerCnt_sp p:last-child{
      width: 100%;
  }
  .l-footerCnt_sp p:after {
    content: " ";
    position: absolute;
    background: url(/assets/images/common/arw_hdg.png) no-repeat;
    background-size: 6px auto;
    width: 6px;
    height: 11px;
    right: 20px;
    top: 50%;
    margin-top: -4px;
  }
  .l-footerCnt_sp p a {
    display: table-cell;
    vertical-align: middle;
  }
  .l-footerCnt_sp p a span {
    margin-right: 15px;
    display: block;
  }
  
  
  .l-footerCnt_sp li a[target="_blank"] span.-pdf_icon:after {
  content: "";
  width: 16px;
  height: 16px;
  display:  inline-block;
  background: url(/assets/images/common/ico_pdf.png) no-repeat;
  background-size: contain;
  vertical-align: top;
  margin-left: 5px;
  }

  
}

.l-footerCnt_sp--csr {
  display: none;
}

.l-footerCnt--en {
  width: 33%;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .l-footerCnt--en {
    width: auto;
  }
  .l-footerCnt--en ul li {
    width: 100%;
  }
}

.l-footerCnt--en:last-child p {
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .l-footerCnt--en:last-child p {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .l-footerCopy {
    padding-top: 10px;
    line-height: 1;
  }
}

.l-footerCopy small {
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .l-footerCopy small {
    font-size: 1.1rem;
  }
}

.l-footerCopy--en {
  background: #e60012;
  text-align: center;
  color: #fff;
  padding: 30px 0;
}

.l-footerBottom {
  background: #e60012;
  color: #fff;
  padding: 25px 0;
}

.l-footerBottom_inner {
  max-width: 1170px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.l-footerBottom_inner ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.l-footerBottom_inner ul li {
  font-size: 14px;
  font-size: 1.4rem;
}

.l-footerBottom_inner ul li:first-child {
  margin-right: 20px;
}

.l-footerBottom_inner ul li a {
  color: #fff;
}

.l-footerBottom_inner ul li a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .l-footerBottom {
    padding: 20px 0;
  }
  .l-footerBottom_inner {
    max-width: 100%;
    display: block;
    text-align: center;
  }
  .l-footerBottom_inner ul {
    -ms-flex-pack: center;
        justify-content: center;
  }
  .l-footerBottom_inner ul li {
    font-size: 1.1rem;
  }
}

.l-toTop {
  position: fixed;
  right: 0;
  bottom: 40px;
  display: none;
  z-index: 1;
}

.l-toTop.is-fixed {
  position: absolute;
  top: -60px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {

  .l-footerCnt .l-footerCnt_icon {
    background: #f7f7f7 url(../images/common/ico_nav01.png) no-repeat 10px center;
    background-size:20px;
    padding-left:30px;
  }

  .l-footerCnt .l-footerCnt_icon.-type01  {
    background-image:url(../images/common/ico_nav01.png);
  }
  .l-footerCnt .l-footerCnt_icon.-type02  {
    background-image:url(../images/common/ico_nav02.png);
  }
  .l-footerCnt .l-footerCnt_icon.-type03  {
    background-image:url(../images/common/ico_nav03.png);
  }
  .l-footerCnt .l-footerCnt_icon.-type04  {
    background-image:url(../images/common/ico_nav04.png);
  }
  .l-footerCnt .l-footerCnt_icon.-type05  {
    background-image:url(../images/common/ico_nav05.png);
  }
  .l-footerCnt .l-footerCnt_icon.-type06  {
    background-image:url(../images/common/ico_nav06.png);
  }
  .l-footerCnt .l-footerCnt_icon.-type07  {
    background-image:url(../images/common/ico_nav07.png);
  }
}
/*----------------------------------
Content Style
----------------------------------*/
/* Wrapper Style */
.l-wrapper {
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .l-wrapper {
    font-size: 1.4rem;
  }
}

.l-wrap {
  max-width: 1170px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .l-wrap {
    width: 100%;
    padding: 0 15px;
  }
}

/* Body Style*/
body.is-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

/*Icon Style*/
a[href$=".pdf"] {
  padding-right: 30px;
  background: url(/assets/images/common/ico_pdf.png) no-repeat 100% 0;
  background-size: 20px auto;
  padding: 2px 25px 3px 0;
}

a[href$=".pdf"].-no_icon {
  background-image:none;
}


/*----------------------------------
Main Style
----------------------------------*/
/*----------------------------------
Navigation Style
----------------------------------*/
.l-humMenu {
  display: none;
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 999;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .l-humMenu {
    /* For SP*/
    display: block;
  }
}

.l-humMenu_btn {
  background: #e60012;
  border-radius: 3px;
  position: relative;
  width: 45px;
  height: 45px;
}

.l-humMenu_btn a {
  position: relative;
  display: block;
  width: 45px;
  height: 45px;
  vertical-align: middle;
  box-sizing: border-box;
  overflow: hidden;
  transition: all .2s;
}

.l-humMenu_btn a span {
  color: #fff;
  position: absolute;
  display: block;
  font-size: 10px;
  font-size: 1.0rem;
  font-weight: bold;
  width: 16px;
  height: 2px;
  background: #fff;
  border-radius: 3px;
  transition: all .2s;
  left: 50%;
  -ms-transform: translate(-50%);
      transform: translate(-50%);
  transition: all .2s;
  line-height: 1;
  text-align: center;
}

.l-humMenu_btn a span:nth-child(1) {
  top: 10px;
}

.l-humMenu_btn a span:nth-child(2) {
  top: 14px;
}

.l-humMenu_btn a span:nth-child(3) {
  top: 18px;
}

.l-humMenu_btn a span:nth-child(4) {
  width: 44px;
  background: none;
  bottom: 7px;
  height: auto;
}

.l-humMenu_btn a span:nth-child(5) {
  width: 33px;
  background: none;
  bottom: 7px;
  height: auto;
  display: none;
}

.l-humMenu_btn.is-open a span:nth-child(1) {
  top: 3px;
  left: 24px;
  -ms-transform: rotate(45deg) translateY(15px);
      transform: rotate(45deg) translateY(15px);
}

.l-humMenu_btn.is-open a span:nth-child(2) {
  opacity: 0;
}

.l-humMenu_btn.is-open a span:nth-child(3) {
  top: 19px;
  left: 18px;
  -ms-transform: rotate(-45deg) translateY(-7px);
      transform: rotate(-45deg) translateY(-7px);
}

.l-humMenu_btn.is-open a span:nth-child(4) {
  display: none;
}

.l-humMenu_btn.is-open a span:nth-child(5) {
  display: block;
}

.l-humMenu_btn--en a span:nth-child(4) {
  width: 26px;
}

.l-globalNavi {
  background: #fff;
  width: 100%;
}

.l-globalNavi.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: #fff;
  padding-top: 10px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .l-globalNavi {
    /* For SP*/
    display: none;
    overflow-y: auto;
    height: calc(100vh - 68px);
  }
  .l-globalNavi.is-fixed {
    position: relative;
    padding-top: 0;
  }
  .l-globalNavi.is-open {
    display: block;
  }
}

.l-globalNavi_inner {
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .l-globalNavi_inner {
    /* For SP*/
    display: block;
  }
  .l-globalNavi_inner > div:nth-last-child(2) p a:before {
    content: " ";
    position: absolute;
    background: url(/assets/images/common/arw_hdg.png) no-repeat;
    background-size: 6px auto;
    width: 6px;
    height: 11px;
    right: 20px;
    top: 50%;
    margin-top: -4px;
  }
}

.l-globalNavi_inner--en > div {
  width: 25%;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .l-globalNavi_inner--en > div {
    width: auto;
  }
  .l-globalNavi_inner--en > div:first-child p a:before {
    content: " ";
    position: absolute;
    background: url(/assets/images/common/arw_hdg.png) no-repeat;
    background-size: 6px auto;
    width: 6px;
    height: 11px;
    right: 20px;
    top: 50%;
    margin-top: -4px;
  }
  .l-globalNavi_inner--en > div:nth-last-child(2) p a:before {
    display: none;
  }
}

.l-globalNavi_cnt {
  width: 14.28571%;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .l-globalNavi_cnt {
    /* For SP*/
    margin: 0 -15px;
    width: auto;
  }
  


  
}

.l-globalNavi_cnt:first-child > p a {
  border-left: 1px solid #e0e0e0;
}

.l-globalNavi_cnt:first-child > p a.l-subMenu_open {
  border-left: 1px solid #e0e0e0;
}

.l-globalNavi_cnt > p {
  font-size: 15px;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1;
  padding-bottom: 10px;
  position: relative;
}



@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .l-globalNavi_cnt > p {
    /* For SP*/
    border-right: none;
    text-align: left;
    background: #f7f7f7;
    border-top: 1px solid #e0e0e0;
    font-size: 1.4rem;
    font-weight: bold;
    padding-bottom: 0;
  }
  .l-globalNavi_cnt:first-child > p a {
    border-left: none;
  }
  
  .l-globalNavi_cnt p {
    background: #f7f7f7 url(../images/common/ico_nav01.png) no-repeat 10px center;
    background-size:20px;
    padding-left:30px;
  }
  
  .l-globalNavi_cnt:nth-child(2)  p{
    background-image: url(../images/common/ico_nav02.png) 
  }
  
  .l-globalNavi_cnt:nth-child(3)  p{
    background-image: url(../images/common/ico_nav03.png) 
  }
  
  .l-globalNavi_cnt:nth-child(4)  p{
    background-image: url(../images/common/ico_nav04.png) 
  }
  
  .l-globalNavi_cnt:nth-child(5)  p{
    background-image: url(../images/common/ico_nav05.png) 
  } 
  
  .l-globalNavi_cnt:nth-child(6)  p{
    background-image: url(../images/common/ico_nav06.png) 
  }  
  
  .l-globalNavi_cnt:nth-child(7)  p{
    background-image: url(../images/common/ico_nav07.png) 
  }  

}

.modePC .l-globalNavi_cnt > p:hover:before {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #e60012;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .l-globalNavi_cnt > p:hover:before {
    /* For SP*/
    display: none;
  }
}

.l-globalNavi_cnt > p a {
  display: block;
  padding: 11px 15px 14px;
  border-right: 1px solid #e0e0e0;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .l-globalNavi_cnt > p a {
    /* For SP*/
    padding: 15px;
    border-right: none;
  }
}

.l-globalNavi_cnt > p a span {
  position: relative;
}

.l-globalNavi_cnt > p a span:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #e60012 transparent transparent transparent;
  top: 50%;
  left: -15px;
  margin-top: -3px;
}

.l-globalNavi_cnt > p a[target="_blank"] span:last-child:before {
  width: 20px;
  height: 14px;
  background: url(/assets/images/common/ico_blank.png) no-repeat;
  vertical-align: middle;
  top: 50%;
  left: -20px;
  margin-top: -5px;
  border: none;
}


@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .l-globalNavi_cnt > p a span:before {
    /* For SP*/
    display: none;
  }
}

.modePC .l-globalNavi_cnt > p a:hover {
  color: #e60012;
  text-decoration: none;
}

.l-globalNavi_cnt > p.is-open .l-subMenu_open {
  background-image: url(/assets/images/common/ico_gmenu--on.png);
}

.l-globalNavi_cnt > p.is-current a {
  color: #e60012;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .l-globalNavi_cnt > p.is-current a {
    /* For SP*/
    color: #333;
  }
}

.l-globalNavi_cnt > p.is-current:before {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #e60012;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .l-globalNavi_cnt > p.is-current:before {
    /* For SP*/
    display: none;
  }
}

.l-globalNavi_cnt > p .l-subMenu_open {
  background: #ececec;
  border-left: 1px solid #e0e0e0;
  position: absolute;
  display: block;
  width: 45px;
  height: 45px;
  box-sizing: border-box;
  background-image: url(/assets/images/common/ico_gmenu--off.png);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 50% 50%;
  top: 0;
  right: 0;
}

.l-globalNavi_open a {
  position: relative;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .l-globalNavi_open.is-open a:before {
    display: none;
  }
}

.l-dropDown {
  position: fixed;
  top: 160px;
  left: 0;
  z-index: 10;
  display: none;
  width: 100%;
  box-shadow: 0px 8px 5px -5px rgba(0, 0, 0, 0.1);
  background: #fef8eb;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .l-dropDown {
    /* For SP*/
    padding: 0;
    position: static;
    background: none;
  }
}

.l-dropDown_menu {
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .l-dropDown_menu {
    /* For SP*/
    max-width: 100%;
    margin: 0;
    border-top: 2px solid #e0e0e0;
  }
}

.l-dropDown_menu ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 25px 0;
  margin-top: -20px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .l-dropDown_menu ul {
    /* For SP*/
    background: #fff;
    margin: -1px;
    padding: 0;
  }
}

.l-dropDown_menu ul li {
  width: calc(100% / 4 - 25px);
  margin: 20px 25px 0 0;
  line-height: 1.5;
}

/* 190218 menu */
.l-dropDown_menu .c-grpList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-dropDown_menu .c-grpList_cnt {
  width: calc(100% / 4 - 25px);
  margin: 20px 25px 25px 0;
  padding: 0 25px 20px 0;
  line-height: 1.5;
  border-right: 1px solid #e0e0e0;
  box-sizing: border-box;
}

.l-dropDown_menu .c-grpList_cnt:last-of-type {
  border-right: none;
}

.l-dropDown_menu .c-grpList_cnt ul {
  padding: 0;
  margin-top: 0;
}

.l-dropDown_menu .c-grpList_cnt ul li {
  width: 100%;
  margin-top: 15px;
}

.l-dropDown_menu .c-grpList_cnt .c-grpList_pageHdg {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .l-dropDown_menu .c-grpList_cnt .c-grpList_pageHdg {
    font-size: 1.4rem;
    margin-top: -1px;
    border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    padding: 5px 15px;
    background: #ececec;
  }
  .l-dropDown_menu .c-grpList_cnt:first-of-type .c-grpList_pageHdg {
    border-top: none;
  }
}
@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .l-dropDown_menu .c-grpList_cnt {
    /* For SP*/
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 1.5;
    border-right: none;
    box-sizing: border-box;
  }
  
  .l-dropDown_menu .c-grpList_cnt ul {
    /* For SP*/
    margin: 0;
  }
  
  .l-dropDown_menu .c-grpList_cnt:last-of-type ul{
    /* For SP*/
    margin-bottom: -1px;
  }
  
  .l-dropDown_menu .c-grpList_cnt ul li {
    /* For SP*/
    width: 50%;
    font-weight: normal;
    box-sizing: border-box;
    margin: 0;
    line-height: 1.14;
    position: relative;
    border-bottom: 1px solid #e0e0e0;
  }
  .l-dropDown_menu .c-grpList_cnt ul li:nth-child(odd) {
    /* For SP*/
    border-right: 1px solid #e0e0e0;
  }
}
/* 190218 menu end */

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .l-dropDown_menu ul li {
    line-height: 1.7;
    margin: 0;
    width: 50%;
  }
}

.l-dropDown_menu ul li a {
  color: #06c;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .l-dropDown_menu ul li a {
    /* For SP*/
    color: #333;
    padding: 15px;
    display: block;
  }
}

.l-dropDown_menu ul li a span {
  position: relative;
  padding-left: 14px;
  display: block;
}
.l-dropDown_menu ul li a[target="_blank"] span:after {
content: "";
width: 20px;
height: 14px;
display:  inline-block;
background: url(/assets/images/common/ico_blank.png) no-repeat;
vertical-align: middle;
margin-left: 5px;
}

.l-dropDown_menu ul li a[target="_blank"] span.-pdf_icon:after {
content: "";
width: 22px;
height: 22px;
background: url(/assets/images/common/ico_pdf.png) no-repeat;
vertical-align: top;
margin-left: 5px;
margin-top:-2px;
}



.l-dropDown_menu ul li a span:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 4px;
  border-color: transparent transparent transparent #e60012;
  top: 9px;
  left: 0;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  
  
  .l-dropDown_menu ul li a[target="_blank"] span.-pdf_icon:after {
    width: 16px;
    height: 16px;
    background-size: contain;
    margin-top:0;
  }
  
  .l-dropDown_menu ul li a span:before {
    /* For SP*/
    top: 4px;
  }
}

.l-dropDown_menu ul li a:hover {
  color: #e60012;
  text-decoration: underline;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .l-dropDown_menu ul li {
    /* For SP*/
    width: 50%;
    font-weight: normal;
    box-sizing: border-box;
    line-height: 1.14;
    position: relative;
    border-bottom: 1px solid #e0e0e0;
  }
  .l-dropDown_menu ul li:nth-child(odd) {
    border-right: 1px solid #e0e0e0;
  }
  .l-dropDown_menu ul li a {
    display: block;
    padding: 15px;
  }
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .l-dropDown_menu_title {
    /* For SP*/
    display: none;
  }
}

.l-dropDown_menu_title_inner {
  position: relative;
  height: 79px;
}

.l-dropDown_menu_title_inner p {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.l-dropDown_menu_title_inner p:first-child {
  left: 0;
}

.l-dropDown_menu_title_inner p:last-child {
  right: 0;
  width: 103px;
  text-align: center;
}

.l-dropDown_menu_title_inner p:last-child a {
  background: #e60012;
  border-radius: 4px;
  color: #fff;
  display: block;
  padding: 8px 0;
}

.l-dropDown_menu_title_inner p:last-child a span {
  padding-right: 20px;
  background: url(/assets/images/common/ico_close-mega.png) no-repeat 100% 50%;
}

.l-dropDown.is-open {
  display: block;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .l-dropDown--en ul li {
    /* For SP*/
    width: 100%;
  }
}

.l-topicPath {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .l-topicPath {
    /* For SP*/
    margin: 68px 0 25px;
  }
}

.l-topicPath_inner {
  width: 1170px;
  margin: 0 auto;
  padding: 13px 0;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .l-topicPath_inner {
    /* For SP*/
    width: 100%;
    padding: 10px 15px;
    box-sizing: border-box;
  }
}

.l-topicPath_inner ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.l-topicPath_inner li {
  font-size: 13px;
  font-size: 1.3rem;
}

.l-topicPath_inner li:first-child img {
  position: relative;
  top: 4px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .l-topicPath_inner li:first-child img {
    /* For SP*/
    top: 3px;
    height: 11px;
  }
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .l-topicPath_inner li {
    /* For SP*/
    font-size: 1.1rem;
  }
}

.l-topicPath_inner li a {
  position: relative;
  padding-right: 20px;
  margin-right: 2px;
  display: block;
}

.l-topicPath_inner li a:after {
  content: "";
  position: absolute;
  top: 8px;
  right: 6px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .l-topicPath_inner li a:after {
    /* For SP*/
    top: 7px;
    width: 4px;
    height: 4px;
  }
}

.l-topicPath_inner li a:hover {
  color: #e60012;
  text-decoration: underline;
}

.l-topicPath_inner li a:hover:after {
  color: #333;
  text-decoration: none;
}

/*----------------------------------
Side Style
----------------------------------*/
/*----------------------------------
Project Style
----------------------------------*/
.p-pageTitle {
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-pageTitle {
    /* For SP*/
    margin-bottom: 25px;
  }
}

.p-pageTitle_btn {
  position: relative;
}

.p-pageTitle_btn p {
  position: absolute;
  top: 50%;
  right: 15px;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.p-pageTitle02 {
  margin-bottom: 35px;
}

.p-pageTitle03 {
  margin-bottom: 40px;
}

.p-cntBlock {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -30px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-cntBlock {
    /* For SP*/
    margin-top: -20px;
  }
}

.p-homeInfo {
  border: 2px solid #e60012;
  margin-bottom: 55px;
  display: table;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-homeInfo {
    /* For SP*/
    display: block;
  }
}

.p-homeInfo_title {
  background: #e60012;
  width: 220px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  padding: 15px 0;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-homeInfo_title {
    /* For SP*/
    width: auto;
    display: block;
    padding: 3px 0;
  }
}

.p-homeInfo_title p {
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-homeInfo_title p {
    /* For SP*/
    font-size: 1.4rem;
    text-align: center;
  }
}

.p-homeInfo_inner {
  -ms-flex: 1;
      flex: 1;
  background: #fff;
  display: table-cell;
  vertical-align: middle;
  width: 950px;
  padding: 5px 0;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-homeInfo_inner {
    /* For SP*/
    display: block;
    width: auto;
    padding: 0;
  }
}

.p-homeInfo_inner dl {
  display: -ms-flexbox;
  display: flex;
  margin-left: 15px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-homeInfo_inner dl {
    /* For SP*/
    display: block;
    margin: 0 14px;
    padding: 10px 0;
  }
}

.p-homeInfo_inner dl dt {
  margin-right: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  white-space: nowrap
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-homeInfo_inner dl dt {
    /* For SP*/
    font-size: 1.1rem;
    margin-right: 0;
  }
}

.p-homeInfo_inner dl dd {
  font-size: 15px;
  font-size: 1.5rem;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-homeInfo_inner dl dd {
    /* For SP*/
    font-size: 1.4rem;
  }
}

.p-homeInfo_inner dl dd a {
  color: #0066cc;
}

.p-homeInfo_inner dl dd a:hover {
  color: #e60012;
  text-decoration: underline;
}

.p-homeInfo_inner dl dd a[target="_blank"] {
  padding-right: 20px;
  background: url(/assets/images/common/ico_blank.png) no-repeat 100% 50%;
}

.p-homeInfo_inner dl dd a[href$=".pdf"] {
  padding-right: 20px;
  background: url(/assets/images/common/ico_pdf.png) no-repeat 100% 0;
  background-size: 20px auto;
  padding: 2px 25px 3px 0;
}

.p-topSec {
  margin-bottom: 100px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-topSec {
    /* For SP*/
    margin-bottom: 50px;
  }
}

.p-topSec .c-cntTitle {
  margin-bottom: 55px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-topSec .c-cntTitle {
    /* For SP*/
    margin-bottom: 30px;
  }
}

.p-topSec .c-text_center {
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-topSec .c-text_center {
    /* For SP*/
    font-size: 1.4rem;
    text-align: left;
    margin-bottom: 20px;
  }
}

.p-topSec_special {
  margin-bottom: 45px;
}



.p-topSec_tenpura_img_block {
  position: relative;
  text-align: center;
}

.p-topSec_tenpura_img_link .p-topSec_tenpura_img {
  transition: 0.4s;
}

.p-topSec_tenpura_img_link:hover .p-topSec_tenpura_img {
  transition: 0.4s;
  transform: translateY(-20px);
  opacity: 1;
}

.p-topSec_tenpura_img_arrow {
  transition:0.4s;
  position: absolute;
  bottom:10px;
  right:60px;
}

.p-topSec_tenpura_img_link:hover .p-topSec_tenpura_img_arrow{
  transform: translateX(20px);
}


@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-topSec_tenpura_img_block {
    width:80%;
    max-width:370px;
    margin:0 auto;
  }

}

@media only screen and (max-width: 414px) {
  .p-topSec_tenpura_img_arrow {
    right:12vw;
    width:12vw;
  }
  
}


.p-info {
  background: #fdf0e5;
}

.p-infoInner {
  padding: 30px 0 48px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-infoInner {
    /* For SP*/
    padding: 0 0 20px;
  }
}

.p-infoInner > ul {
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-infoInner > ul {
    /* For SP*/
    margin: 0 -15px 20px;
  }
}

.p-infoInner > ul li {
  width: 25%;
  text-align: center;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-infoInner > ul li {
    /* For SP*/
    width: 50%;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
  }
  .p-infoInner > ul li:nth-child(odd) {
    border-right: 1px solid #fff;
  }
}

.p-infoInner > ul li a {
  padding: 18px 0;
  line-height: 1;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-infoInner > ul li a {
    /* For SP*/
    padding: 15px 0;
  }
}

.p-infoInner > ul li a:hover {
  color: #e60012;
  text-decoration: underline;
}

/* topのニュース */
.p-info .p-infoCnt li {
  border-bottom: 1px solid #fbda99;
}

/* top以外のニュース */
.p-infoCnt li {
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 15px;
  border-bottom: 1px solid #c4c4c4;
  margin-bottom: 15px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-infoCnt li {
    /* For SP*/
    display: block;
  }
}

.p-infoCnt li:last-child {
  margin-bottom: 0;
}

.p-infoCnt li p:first-child {
  margin-right: 10px;
  letter-spacing: .1em;
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-infoCnt li p:first-child {
    /* For SP*/
    font-size: 1.1rem;
    margin-bottom: 10px;
  }
}

.p-infoCnt li p:last-child {
  font-size: 15px;
  font-size: 1.5rem;
  -ms-flex: 1;
      flex: 1;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-infoCnt li p:last-child {
    /* For SP*/
    font-size: 1.4rem;
  }
}

.p-infoCnt li p:last-child a:before {
  top: 8px;
}

.p-infoCnt li p:last-child a:hover {
  text-decoration: underline;
}

.p-newsIcon span {
  position: relative;
  padding-right: 150px;
}

.p-newsIcon span:after {
  content: " ";
  font-size: 11px;
  font-size: 1.1rem;
  color: #fff;
  border-radius: 11px;
  text-align: center;
  padding: 2px 12px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -12px;
  width: 112px;
}

.p-newsIcon_release span:after {
  content: "ニュースリリース";
  background: #e60012;
}

.p-newsIcon_info span:after {
  content: "お知らせ";
  background: #ec6d00;
}

.p-newsIcon_ir span:after {
  content: "IRニュース";
  background: #f6a200;
}

.p-newsIcon_update span:after {
  content: "更新情報";
  background: #e60012;
}

.p-newsIcon_open span:after {
  content: "適時開示";
  background: #ec6d00;
}

.p-newsIcon_news span:after {
  content: "ニュース";
  background: #f6a200;
}

.p-underSec .c-productBlock {
  margin-bottom: 30px;
}

.p-underSec .c-productBlock:last-child {
  margin-bottom: 40px;
}

.p-underSec .c-btn {
  width: 670px;
  margin: 0 auto;
}

.p-relation {
  padding: 40px 0;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-relation {
    /* For SP*/
    padding: 20px 0;
  }
}

.p-relation .c-cntTitle_dot {
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-relation .c-cntTitle_dot {
    /* For SP*/
    margin-bottom: 25px;
  }
}

.p-panel {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -30px 0 40px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-panel {
    /* For SP*/
    margin: -15px 0 20px;
  }
}

.p-panelBlock {
  margin-bottom: 60px;
}

.p-pdtList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -30px 0 40px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-pdtList {
    /* For SP*/
    margin: -15px 0 40px;
  }
}

.p-linkPanel {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -30px 0 40px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-linkPanel {
    /* For SP*/
    margin: -15px 0 40px;
  }
}

.p-linkPanel_col3 {
  width: 280px;
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  box-sizing: border-box;
  margin: 30px 15px 0 0;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-linkPanel_col3 {
    /* For SP*/
    width: 48%;
    margin: 15px 0 0;
    padding-bottom: 20px;
  }
  .p-linkPanel_col3:nth-child(odd) {
    margin-right: 4%;
  }
}

.p-linkPanel_col3:nth-child(3n) {
  margin-right: 0;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-linkPanel_col3:nth-child(3n) {
    /* For SP*/
    margin-right: auto;
  }
}

.p-linkPanel_col3 a {
  display: -ms-flexbox;
  display: flex;
  padding: 10px 10px 8px 0;
  -ms-flex-align: center;
      align-items: center;
  color: #06c;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-linkPanel_col3 a {
    /* For SP*/
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 0 10px;
  }
}

.p-linkPanel_col3 a:hover {
  color: #e60012;
  text-decoration: underline;
}

.p-linkPanel_col3 p {
  -ms-flex: 1;
      flex: 1;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-linkPanel_col3 p {
    /* For SP*/
  -ms-flex: auto;
      flex: auto;
  max-width: 100%;
  }
}

.p-linkPanel_col3 p span {
  display: block;
  padding-left: 12px;
  position: relative;
}

.p-linkPanel_col3 p span:before {
  content: " ";
  position: absolute;
  top: 10px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #e60012;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-linkPanel_col3 p span:before {
    /* For SP*/
    top: 8px;
    margin-top: 0;
  }
}

.p-linkPanel_col3 p em {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-linkPanel_col3 p em {
    /* For SP*/
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-linkPanel_col3 p br {
    /* For SP*/
    display: none;
  }
}

.p-linkPanel_photo {
  width: 120px;
  height: 120px;
}

.p-linkPanel_paragraph p em {
  display: block;
}

.p-linkPanel_lineUp {
  margin-bottom: 55px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-linkPanel_lineUp {
    /* For SP*/
    margin-bottom: 25px;
  }
}

.p-content {
  margin-bottom: 60px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-content {
    /* For SP*/
    margin-bottom: 30px;
  }
}

.p-content .c-cntTitle {
  margin-bottom: 55px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-content .c-cntTitle {
    /* For SP*/
    margin-bottom: 30px;
  }
}

.p-contentPdt {
  margin-bottom: 80px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-contentPdt {
    /* For SP*/
    margin-bottom: 40px;
  }
}

.p-contentPdt .c-btn {
  width: 670px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-contentPdt .c-btn {
    /* For SP*/
    width: 100%;
  }
}

.p-contentBg_beige {
  background: #fef6e5;
}

.p-underCnt {
  width: 870px;
  float: left;
  margin-right: 30px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-underCnt {
    /* For SP*/
    width: 100%;
    float: none;
    margin: 0 0 30px 0;
  }
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-underCnt_product h1 {
    /* For SP*/
    margin-top: -25px;
  }
}

.p-sideBar {
  border-top: 4px solid #e6e6e6;
  width: 270px;
  float: left;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-sideBar {
    /* For SP*/
    width: auto;
    float: none;
    border-width: 2px;
    margin: 0 -15px 80px;
  }
}

.p-sideBar_title {
  padding: 18px 0;
}

.p-sideBar_title p a:hover {
  color: #e60012;
  text-decoration: underline;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-sideBar_title {
    /* For SP*/
    padding: 20px 15px;
  }
  .p-sideBar_title p {
    font-size: 1.7rem;
  }
}

.p-sideBar_cnt {
  border-top: 1px solid #e6e6e6;
  font-size: 15px;
  font-size: 1.5rem;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-sideBar_cnt {
    /* For SP*/
    font-size: 1.4rem;
  }
}

.p-sideBar_cnt:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.p-sideBar_cnt p a {
  padding: 12px 12px 12px 6px;
  display: block;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-sideBar_cnt p a {
    /* For SP*/
    padding: 12px 12px 12px 17px;
  }
}

.p-sideBar_cnt p a span {
  padding-left: 15px;
  display: block;
}

.p-sideBar_cnt p a span:before {
  top: 9px;
}

.p-sideBar_cnt p a[target="_blank"] span:after {
content: "";
width: 20px;
height: 14px;
display:  inline-block;
background: url(/assets/images/common/ico_blank.png) no-repeat;
vertical-align: middle;
margin-left: 5px;
}


@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-sideBar_cnt p a span:before {
    /* For SP*/
    top: 7px;
  }
}

.p-sideBar_cnt p a:hover {
  color: #e60012;
  text-decoration: underline;
}

.p-sideBar_cnt p.is-open a span:before {
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
  margin-top: 2px;
}

.p-sideBar_cnt p.is-open + ul {
  display: block;
}

.p-sideBar_cnt p.is-active {
  background: #fdebec;
}

.p-sideBar_cnt p.is-active a {
  color: #e60012;
}

.p-sideBar_cnt ul {
  display: none;
}

.p-sideBar_cnt ul.is-open {
  display: block;
}

.p-sideBar_cnt li {
  border-top: 1px solid #e6e6e6;
}

.p-sideBar_cnt li a {
  display: block;
  padding: 12px 12px 12px 20px;
}
.side_bnr_01{
  margin-top: 30px;
  text-align: center;
}
@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-sideBar_cnt li a {
    /* For SP*/
    padding: 10px 10px 10px 30px;
  }
  .side_bnr_01 {
    padding: 0 15px;
  }
}

.p-sideBar_cnt li a span {
  display: block;
}

.p-sideBar_cnt li a span:before {
  top: 9px;
}
.p-sideBar_cnt li.is-open > ul li a {
  padding: 12px 12px 12px 32px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-sideBar_cnt li a span:before {
    /* For SP*/
    top: 7px;
  }
  .p-sideBar_cnt li.is-open > ul li a {
    padding: 10px 10px 10px 47px;
  }
}

.p-sideBar_cnt p a[href$=".pdf"],
.p-sideBar_cnt li a[href$=".pdf"] {
  background: none;
}

.p-sideBar_cnt p a[href$=".pdf"] span:after,
.p-sideBar_cnt li a[href$=".pdf"] span:after {
  content: "";
  display: inline-block;
  background: url(/assets/images/common/ico_pdf.png) no-repeat;
  background-size: 20px auto;
  width: 20px;
  height: 20px;
  margin-left: 3px;
  vertical-align: top;
}

.p-sideBar_cnt li a:hover {
  color: #e60012;
  text-decoration: underline;
}

/*
.p-sideBar_cnt li.is-active {
  background: #fdebec;
}
*/

.p-sideBar_cnt li.is-active > a {
  color: #e60012;
  background: #fdebec;
}

.p-sideBar_cnt li.is-open > a span:before {
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
  margin-top: 2px;
}

.p-sideBar_cnt li.is-open > ul {
  display: block;
}


.p-productDetail {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}

.p-productPhoto {
  width: 330px;
  margin-right: 30px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-productPhoto {
    /* For SP*/
    width: 100%;
    margin-right: 0;
  }
}

.p-productPhoto dl + p {
  width: 60%;
  margin: 0 auto 30px;
}

.p-productPhoto figure {
  text-align: center;
}

.p-productPhoto_list {
  position: relative;
  height: 354px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-productPhoto_list {
    /* For SP*/
    height: 0;
    padding-top: 100%;
    margin-bottom: 40px;
  }
}

.p-productPhoto_list dl {
  position: absolute;
  display: none;
  text-align: center;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-productPhoto_list dl {
    /* For SP*/
    width: 100%;
    top: 0;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
  }
}

.p-productPhoto_list dl:first-child {
  z-index: 1;
  display: block;
}

.p-productPhoto_list dl dt img {
  width: 330px;
  height: 330px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-productPhoto_list dl dt img {
    /* For SP*/
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-productPhoto_list dl dd {
    /* For SP*/
    font-size: 1.2rem;
  }
}

.p-productPhoto .c-btn {
  width: 100%;
}

.p-productDesc {
  width: 510px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-productDesc {
    /* For SP*/
    width: 100%;
  }
}

.p-productDesc_title {
  display: none;
  -ms-flex-align: center;
      align-items: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.p-productDesc_title .br:before,
.p-productPhoto_list .br:before,
.p-productDesc_lineup ul li .br:before{
    content: "\A" ;
    white-space: pre ;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-productDesc_title {
    /* For SP*/
    font-size: 1.5rem;
    margin: 15px 0 10px;
  }
}

.p-productDesc_title dt {
  margin-right: 20px;
  display: inline-block;
  float: left;
}

.p-productDesc_title dd {
  display: inline-block;
}

.p-productDesc_title.is-active {
  display: block;
}

.p-productDesc_lineup p {
  background: #f7f7f7;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 15px 20px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-productDesc_lineup p {
    /* For SP*/
    font-size: 1.4rem;
    padding: 7px 15px;
  }
}

.p-productDesc_lineup ul {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.p-productDesc_lineup li {
  text-align: center;
  margin-right: 21px;
  width: 20%;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-productDesc_lineup li {
    /* For SP*/
    width: 33.33333%;
    margin-right: 10px;
  }
  .p-productDesc_lineup li img {
    width: 100%;
  }
}

.p-productDesc_lineup li:last-child {
  margin-right: 0;
}

.p-productDesc_lineup li a {
  display: block;
}

.p-productDesc_lineup li.is-active a dt {
  border: 1px solid #e60012;
  margin: -1px;
}

.p-productDesc_table .c-tableHdg_left {
  display: none;
}

.p-productDesc_table .c-tableHdg_left.is-active {
  display: block;
}

.p-nutrient {
  margin-bottom: 40px;
}

.p-nutrient .c-pageTitle_bg {
  margin-bottom: 35px;
}

.p-nutrient h2 small {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  margin-left: 20px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-nutrient h2 small {
    /* For SP*/
    margin-left: 10px;
  }
}

.p-nutrient p small {
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-nutrient p small {
    /* For SP*/
    font-size: 1.2rem;
  }
}

.p-nutrientTable {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-nutrientTable {
    /* For SP*/
    display: block;
  }
}

.p-nutrientTable_inner {
  width: 420px;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-nutrientTable_inner {
    /* For SP*/
    width: 100%;
    margin-bottom: 15px;
  }
}

.p-nutrientTable_inner:first-child {
  margin-right: 30px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-nutrientTable_inner:first-child {
    /* For SP*/
    margin-right: 0;
  }
}

.p-nutrientTable_inner th {
  width: 150px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-nutrientTable_inner th {
    /* For SP*/
    width: 26.6666%;
  }
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-nutrientTable_inner td {
    /* For SP*/
    width: 65.3333%;
  }
}

.p-nutrientTable_inner p {
  margin-top: 5px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-nutrientTable_inner p {
    /* For SP*/
    margin-top: 7px;
  }
}

.p-allergy {
  /* margin-bottom: 70px;*/
    margin-bottom: 50px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-allergy {
    /* For SP*/
    margin-bottom: 40px;
  }
}

.p-allergy .c-pageTitle_bg {
  margin-bottom: 35px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-allergy .c-pageTitle_bg {
    /* For SP*/
    margin-bottom: 25px;
  }
}

.p-allergy .c-text {
  margin-bottom: 20px;
}

.p-allergyList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -10px;
  margin: -10px 0 20px;
}

.p-allergyList li {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  width: 100px;
  box-sizing: border-box;
  margin: 10px 10px 0 0;
  text-align: center;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-allergyList li {
    /* For SP*/
    font-size: 1.2rem;
    width: calc(100% / 5 - 10px);
  }
}

.p-allergyList li:nth-of-type(8) {
  margin-right: 0;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-allergyList li:nth-of-type(8) {
    /* For SP*/
    margin-right: 10px;
  }
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-allergyList li:nth-child(5n) {
    /* For SP*/
    margin-right: 0;
  }
}

.p-allergyList li span {
  display: block;
  background-repeat: no-repeat;
  background-position: 50% 0;
  margin-top: 13px;
  padding: 74px 0 10px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-allergyList li span {
    /* For SP*/
    background-position: 50% 0;
    background-size: 32px auto;
    padding: 40px 0 10px;
  }
}

.p-allergyList_wheat span {
  background-image: url(/assets/images/common/img_allergy_01.jpg);
}

.p-allergyList_milk span {
  background-image: url(/assets/images/common/img_allergy_02.jpg);
}

.p-allergyList_soy span {
  background-image: url(/assets/images/common/img_allergy_03.jpg);
}

.p-allergyList_egg span {
  background-image: url(/assets/images/common/img_allergy_04.jpg);
}

.p-allergyList_chicken span {
  background-image: url(/assets/images/common/img_allergy_05.jpg);
}

.p-allergyList_mackerel span {
  background-image: url(/assets/images/common/img_allergy_06.jpg);
}

.p-allergyList_seafood span {
  background-image: url(/assets/images/common/img_allergy_07.jpg);
}

.p-allergyList_gelatin span {
  background-image: url(/assets/images/common/img_allergy_08.jpg);
}

.p-allergyList_beef span {
  background-image: url(/assets/images/common/img_allergy_09.jpg);
}

.p-allergyList_pork span {
  background-image: url(/assets/images/common/img_allergy_10.jpg);
}

.p-allergyList_yam span {
  background-image: url(/assets/images/common/img_allergy_11.jpg);
}

.p-allergyList_crab span {
  background-image: url(/assets/images/common/img_allergy_12.jpg);
}


.p-allergyList + p {
  margin-bottom: 35px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-allergyList + p {
    /* For SP*/
    margin-bottom: 25px;
  }
}

/*--190731追記--*/

.p-voice {
  /* margin-bottom: 100px; */
	margin-bottom: 70px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-voice {
    margin-bottom: 60px;
  }
}

.p-voice .c-btn {
  width: 270px;
  margin-top: 50px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-voice .c-btn {
    width: 100%;
  }
}

.p-voice .c-btn a:after {
  display: none;
}

.c-voiceBlockUnit {
  margin-bottom: 40px;
}

.c-voiceBlockUnit > *:last-child {
  margin-bottom: 0 !important;
}

.c-voiceBlockUnit > *:nth-child(n+6) {
  display: none;
}

.c-voiceBlock {
  margin-bottom: 30px;
}

.c-voiceBlock .c-voiceBlock_inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.c-voiceBlock .c-voiceBlock_icon {
  width: 70px;
  margin-right: 30px;
}

.c-voiceBlock .c-voiceBlock_icon img {
  max-width: 100%;
  height: auto;
}

.c-voiceBlock .c-voiceBlock_desc {
  position: relative;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  padding: 15px 25px;
  background-color: #fff;
}

@media only screen and (max-width: 768px) {
  .c-voiceBlock .c-voiceBlock_desc {
    padding: 10px 15px;
  }
}

.c-voiceBlock .c-voiceBlock_desc:before, .c-voiceBlock .c-voiceBlock_desc:after {
  content: " ";
  border-width: 5px 10px;
  border-style: solid;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 100%;
}

.c-voiceBlock .c-voiceBlock_desc:before {
  border-color: transparent #c4c4c4 transparent transparent;
}

.c-voiceBlock .c-voiceBlock_desc:after {
  border-color: transparent #fff transparent transparent;
  right: calc(100% - 2px);
}

.c-voiceBlock .c-voiceBlock_desc .c-voiceBlock_desc_text {
  margin-bottom: 10px;
  font-weight: bold;
}

.c-voiceBlock .c-voiceBlock_desc .c-voiceBlock_desc_prof {
  text-align: right;
  font-size: 22px;
  font-size: 1.4rem;
}

.p-descArea {
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-descArea {
    /* For SP*/
    margin-bottom: 0;
  }
}

.p-descArea_text {
  margin-bottom: 45px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-descArea_text {
    /* For SP*/
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
}

.p-descArea .c-note {
  margin-bottom: 45px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-descArea .c-note {
    /* For SP*/
    margin-bottom: 35px;
  }
}

.p-descArea .c-btn_prev {
  display: inline-block;
  min-width: 270px;
  width: auto;
  margin: 0 auto 0 0;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-descArea .c-btn_prev {
    /* For SP*/
    width: 100%;
  }
}

.p-gift .c-text {
  margin-bottom: 30px;
}

.p-giftCnt {
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-giftCnt {
    /* For SP*/
    margin-bottom: 30px;
  }
}

.p-giftCnt_inner:first-child {
  margin-bottom: 20px;
}

.p-giftCnt_inner > p {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 12px;
}

.p-giftCnt_inner ul,
.p-tenpuraCnt_inner ul {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1px;
  border-style: solid;
  border-color: #c4c4c4;
  border-width: 1px 0 0 1px;
  font-size: 14px;
  font-size: 1.4rem;
}
.anc_01{
margin-bottom: 30px;
}
.anc_01 ul {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1px;
  border-style: solid;
  border-color: #c4c4c4;
  border-width: 1px 0 0 1px;
  font-size: 14px;
  font-size: 1.4rem;
  width: 100%;
}
.p-tenpuraCnt_inner ul {
  text-align: center;
  width: 100%;
}


@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-giftCnt_inner ul,
  .anc_01 ul,
  .p-tenpuraCnt_inner ul {
    /* For SP*/
    margin-left: 0;
    display: -ms-flexbox;
    display: flex;
    border-width: 1px 0 0 1px;
  }
}

.p-giftCnt_inner ul li {
  width: 290px;
  height: 54px;
  border-bottom: 1px solid #c4c4c4;
  border-right: 1px solid #c4c4c4;
  box-sizing: border-box;
  border-style: solid;
  border-color: #c4c4c4;
  border-width: 0 1px 1px 0;
  display: table;
  padding: 0 12px;
}
.anc_01 ul li {
  width: calc(100% / 3);
  height: 54px;
  border-bottom: 1px solid #c4c4c4;
  border-right: 1px solid #c4c4c4;
  box-sizing: border-box;
  border-style: solid;
  border-color: #c4c4c4;
  border-width: 0 1px 1px 0;
  display: table;
  padding: 0 12px;
}

.p-tenpuraCnt_inner ul li {
  width: 290px;
  border-bottom: 1px solid #c4c4c4;
  border-right: 1px solid #c4c4c4;
  box-sizing: border-box;
  border-style: solid;
  border-color: #c4c4c4;
  border-width: 0 1px 1px 0;
  display: table;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-giftCnt_inner ul li,
  .anc_01 ul li {
    /* For SP*/
    width: 50%;
    height: auto;
    border-width: 0 1px 1px 0;
    padding: 12px;
    display: block;
  }
  .p-tenpuraCnt_inner ul li {
    width: 50%;
    height: auto;
    border-width: 0 1px 1px 0;
    display: block;
  }
  
}

.p-giftCnt_inner ul li p,
.anc_01 ul li p,
.p-tenpuraCnt_inner ul li p {
  line-height: 1.2857;
  display: table-cell;
  vertical-align: middle;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-giftCnt_inner ul li p,
  .anc_01 ul li p,
  .p-tenpuraCnt_inner ul li p {
    display: block;
  }
}

.p-giftCnt_inner ul li p a,
.anc_01 ul li p a {
  color: #06c;
}

.p-tenpuraCnt_inner ul li p a {
  display: block;
  width: 100%;
  padding: 24px 0;
  color: #06c;
}

.p-giftCnt_inner ul li p a:hover,
.anc_01 ul li p a:hover {
  color: #e60012;
  text-decoration: underline;
}

.p-tenpuraCnt_inner ul li p a:hover {
  background-color: #fceaeb;
}

.p-tenpuraCnt_inner ul li a:before {
  content: '';
  display: inline-block;
  padding-right: 20px;
  margin-bottom: -2px;
}

.p-tenpuraCnt_inner ul li:nth-of-type(1) a:before {
  width: 57px;
  height: 55px;
  background: url(/assets/images/enjoy/encyclopedia/04/ico_m_glass.svg) no-repeat;
  background-size: 57px 55px; 
}

.p-tenpuraCnt_inner ul li:nth-of-type(2) a:before {
  width: 55px;
  height: 55px;
  background: url(/assets/images/enjoy/encyclopedia/04/ico_fried_prawns.svg) no-repeat;
  background-size: 55px 55px; 
}

.p-tenpuraCnt_inner ul li:nth-of-type(3) a:before {
  width: 38px;
  height: 55px;
  background: url(/assets/images/enjoy/encyclopedia/04/ico_tenpura.svg) no-repeat;
  background-size: 38px 55px; 
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-tenpuraCnt_inner ul li a:before {
    /* For SP*/
    display: block;
    padding-right: 0;
    text-align: center;
    margin: 0 auto 10px;
  }
}

.p-giftCnt_inner ul li p a span,
.anc_01 ul li p a span {
  padding-left: 15px;
  display: block;
  position: relative;
}

.p-tenpuraCnt_inner ul li span {
  display: inline-block;
  text-align: left;
}
@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-tenpuraCnt_inner ul li span {
    /* For SP*/
    text-align: center;
  }
}

.p-giftCnt_inner ul li p a span:before,
.anc_01 ul li p a span:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #e60012 transparent transparent transparent;
  margin-top: -4px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-giftCnt_inner ul li p a span:before,
  .anc_01 ul li p a span:before {
    /* For SP*/
    top: 8px;
    margin-top: 0;
  }
}

.p-assortTable {
  margin-bottom: 35px;
}

.p-assortTable th {
  width: 175px;
}

.p-assortTable th:first-child {
  width: 522px;
}

.p-assort .c-btn {
  margin-top: 40px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-assort .c-btn {
    /* For SP*/
    margin-top: 25px;
    width: 100%;
  }
}

.p-faqInner {
  margin-bottom: 40px;
}

.p-faqInner02 h3 {
  margin-bottom: 30px;
}

.p-faqCnt {
  margin-bottom: 25px;
}

.p-faqCnt:last-child {
  margin-bottom: 0;
}

.p-faqCnt_title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 0 10px 2px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-faqCnt_title {
    /* For SP*/
    font-size: 1.6rem;
  }
}

.p-faqCnt_title a {
  display: block;
  padding-left: 15px;
  color: #06c;
  position: relative;
}

.p-faqCnt_title a:hover {
  color: #e60012;
  text-decoration: underline;
}

.p-faqCnt_title a:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #e60012 transparent transparent transparent;
  top: 50%;
  left: 0;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.p-faqCnt_list li {
  position: relative;
  margin-bottom: 10px;
  padding: 0 0 0 2.0em;
}

.p-faqCnt_list .p-qTwodig {
  padding: 0 0 0 2.8em;
}

.p-faqCnt_list li:last-child {
  margin-bottom: 0;
}

.p-faqCnt_list li span {
  position: absolute;
  left: 0;
  font-weight: bold;
  color: #ec6d00;
}

.p-faqCnt_list li a {
  color: #06c;
}

.p-faqCnt_list li a:hover {
  color: #e60012;
  text-decoration: underline;
}

.p-faqDesc {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #c4c4c4;
}

.p-faqDesc--square {
  padding-bottom: 0;
  border-bottom: none;
}

.p-faqDesc > dl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
}

.p-faqDesc > dl > dt {
  display: table;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  margin-right: 20px;
  box-sizing: border-box;
}

.p-faqDesc--square > dl > dt {
  border-radius: 0;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-faqDesc > dl > dt {
    /* For SP*/
    width: 38px;
    height: 38px;
    font-size: 1.2rem;
    margin-right: 12px;
  }
}

.p-faqDesc > dl > dt span {
  display: table-cell;
  vertical-align: middle;
}

.p-faqDesc > dl > dd {
  padding-top: 10px;
  width: 100%;
  -ms-flex: 1;
      flex: 1;
  word-break: break-all;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-faqDesc > dl > dd {
    /* For SP*/
    padding-top: 0;
  }
}

.p-faqDesc_question {
  margin-bottom: 20px;
}

.p-faqDesc_question > dt {
  background: #ec6d00;
  color: #fff;
}

.p-faqDesc_question > dd {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #ec6d00;
}

.p-faqDesc--square .p-faqDesc_question > dt {
  background: #999;
  color: #fff;
}

.p-faqDesc--square .p-faqDesc_question > dd {
  color: #333;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-faqDesc_question > dd {
    /* For SP*/
    font-size: 1.6rem;
  }
}

.p-faqDesc_answer > dt {
  border: 2px solid #ec6d00;
  color: #ec6d00;
  margin-right: 20px;
}

.p-faqDesc--square .p-faqDesc_answer > dt {
  border: none;
  color: #fff;
  background: #e60012;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-faqDesc_answer > dt {
    /* For SP*/
    margin-right: 12px;
  }
}

.p-faqDesc_answer > dd {
  font-size: 16px;
  font-size: 1.6rem;
  padding-top: 12px;
}

.p-faqDesc--square .p-faqDesc_answer > dd {
  color: #e60012;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-faqDesc_answer > dd {
    /* For SP*/
    padding-top: 0;
  }
  .p-faqDesc--square .p-faqDesc_answer > dd {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.p-faqDesc_answer > dd p {
  margin-bottom: 15px;
}

.p-faqDesc_answer .c-listBlock {
  margin-bottom: 10px;
}

.p-faqDesc_answer .c-listBlock:last-child {
  margin-bottom: 0;
}

.p-enTable {
  margin-bottom: 30px;
}

.p-enTable:last-child {
  margin-bottom: 0;
}

.p-enTable table {
  width: 100%;
}

.p-enTable table thead {
  border-bottom: 2px solid #a0a0a0;
}

.p-enTable table thead th {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 12px 0;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-enTable table thead th {
    /* For SP*/
    font-size: 1.4rem;
  }
}

.p-enTable table thead th:nth-child(1) {
  padding-left: 18px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-enTable table thead th:nth-child(1) {
    /* For SP*/
    padding-left: 0;
  }
}

.p-enTable table thead th:nth-child(2), .p-enTable table thead th:nth-child(3) {
  width: 125px;
  text-align: center;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-enTable table thead th:nth-child(2), .p-enTable table thead th:nth-child(3) {
    /* For SP*/
    width: 21.0144%;
  }
}

.p-enTable table tbody {
  font-size: 15px;
  font-size: 1.5rem;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-enTable table tbody {
    /* For SP*/
    font-size: 1.3rem;
  }
}

.p-enTable table tbody tr:last-child {
  border-bottom: 2px solid #a0a0a0;
  background: #fef8f2;
}

.p-enTable table tbody th,
.p-enTable table tbody td {
  padding: 12px 0;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-enTable table tbody th,
  .p-enTable table tbody td {
    /* For SP*/
    padding: 11px 0;
  }
}

.p-enTable table tbody th p em {
  font-weight: bold;
  display: block;
  padding-left: 18px;
}

.p-enTable table tbody td {
  width: 125px;
  text-align: center;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-enTable table tbody td {
    /* For SP*/
    width: 21.0144%;
  }
}

.p-enTable_inner th p span {
  padding-left: 2em;
  display: block;
}

.p-enTable_bg {
  background: #f5f5f5;
}

.p-enTable_bg--subColor {
  background: #fef6f0;
  border-top: 1px solid #a0a0a0;
}

.p-enTable--sml {
  margin-bottom: 50px;
}

.p-enTable--sml table {
  width: 100%;
  border: 1px solid #c4c4c4;
}

.p-enTable--sml table th {
  width: 52.8571%;
  font-weight: bold;
  border-right: 1px solid #c4c4c4;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-enTable--sml table th {
    /* For SP*/
    width: 100%;
  }
}

.p-enTable--sml table thead {
  border-bottom: 1px solid #c4c4c4;
}

.p-enTable--sml table thead th {
  font-size: 13px;
  font-size: 1.3rem;
  padding: 14px 0;
  background: #f5f5f5;
}

.p-enTable--sml table thead th:nth-child(2), .p-enTable--sml table thead th:nth-child(3) {
  width: 22.8095%;
  text-align: center;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-enTable--sml table thead th:nth-child(2), .p-enTable--sml table thead th:nth-child(3) {
    /* For SP*/
    width: 100%;
  }
}

.p-enTable--sml table tbody tr {
  font-size: 13px;
  font-size: 1.3rem;
  border-bottom: 1px solid #c4c4c4;
}

.p-enTable--sml table tbody tr th {
  vertical-align: middle;
  padding: 14px 0;
  border-right: 1px solid #c4c4c4;
  text-align: left;
}

.p-enTable--sml table tbody tr th p em {
  font-weight: bold;
  display: block;
  padding-left: 15px;
}

.p-enTable--sml table tbody tr th p span {
  font-weight: normal;
}

.p-enTable--sml table tbody tr td {
  border-right: 1px solid #c4c4c4;
  text-align: right;
  padding-right: 15px;
  vertical-align: middle;
  width: auto;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-enTable--sml table tbody tr td {
    /* For SP*/
    padding-right: 10px;
  }
}

.p-enTable--sml .p-enTable_bg--subColor {
  border-top: none;
}

.p-business .c-pageTitle_bg {
  margin-bottom: 30px;
}

.p-business_cnt .c-leadText {
  font-size: 26px;
  font-size: 2.6rem;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-business_cnt .c-leadText {
    /* For SP*/
    font-size: 2.0rem;
  }
}

.p-business_cnt .c-leadText + p {
  margin-top: 10px;
}

.p-business_cnt .c-cntTitle_line {
  margin: 30px 0 25px;
  padding-bottom: 15px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-business_cnt .c-cntTitle_line {
    /* For SP*/
    margin: 20px 0;
  }
}

.p-businessImage {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-businessImage_cnt {
    /* For SP*/
  }
  .p-businessImage_cnt:last-child {
    margin: 20px auto 0;
  }
}

.p-businessImage_cnt .c-leadText_sml {
  font-size: 20px;
  font-size: 2.0rem;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-businessImage_cnt .c-leadText_sml {
    /* For SP*/
    font-size: 1.7rem;
    margin-bottom: 15px;
  }
}

.p-businessImage_cnt .c-text {
  width: 684px;
  margin-right: 35px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-businessImage_cnt .c-text {
    /* For SP*/
    width: 100%;
    margin-right: 0;
  }
}

.p-corporatePanel {
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-corporatePanel {
    /* For SP*/
    display: block;
  }
}

.p-foodSafety {
  border: 2px solid #f5b680;
  padding: 20px 27px 30px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-foodSafety {
    /* For SP*/
    padding: 20px 15px 17px;
  }
}

.p-foodSafety .c-leadText {
  font-size: 26px;
  font-size: 2.6rem;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-foodSafety .c-leadText {
    /* For SP*/
    font-size: 2.0rem;
  }
}

.p-contactInner_btn {
  width: 435px;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 auto;
  background: #e60012;
  border-radius: 5px;
  transition: all .4s;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-contactInner_btn {
    /* For SP*/
    width: 100%;
    font-size: 1.5rem;
    padding: 0;
  }
}

.p-contactInner_btn span {
  padding: 19px 0;
  display: block;
  position: relative;
  font-weight: bold;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-contactInner_btn span {
    /* For SP*/
    padding: 12px 35px;
  }
}

.p-contactInner_btn span:after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background: url(/assets/images/common/arw_btn_next.svg) no-repeat;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-contactInner_btn span:after {
    /* For SP*/
    margin-top: -7px;
    width: 15px;
    height: 15px;
    background-size: 15px auto;
  }
}

.p-contactInner_btnWrap {
  text-align: center;
}

.p-contactInner_btnWrap.is-error button {
  background: #a0a0a0;
}

.p-contactInner_btnWrap.is-error button:hover {
  opacity: 1;
  cursor: default;
}

.p-contactInner_btnWrap.is-error button span:after {
  background: url(/assets/images/common/arw_btn_none_02.svg) no-repeat;
  background-size: 20px auto;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-contactInner_btnWrap.is-error button span:after {
    background-size: 15px auto;
  }
}

.p-contactInner_btn:hover {
  opacity: .5;
}

.p-contactInner_btnList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 30px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-contactInner_btnList {
    /* For SP*/
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-contactInner_btnList li {
    /* For SP*/
    width: 48%;
  }
}

.p-contactInner_btnList li button {
  width: 270px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-contactInner_btnList li button {
    /* For SP*/
    width: 100%;
  }
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-contactInner_btnList li:first-child {
    /* For SP*/
    margin-right: 4%;
  }
}

.p-contactInner_btnList li:first-child button {
  margin-right: 35px;
  background: #a0a0a0;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-contactInner_btnList li:first-child button {
    /* For SP*/
    margin-right: 0;
  }
}

.p-contactInner_btnList li:first-child button span:after {
  right: inherit;
  left: 20px;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background: url(/assets/images/common/arw_btn_revise.svg) no-repeat;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-contactInner_btnList li:first-child button span:after {
    /* For SP*/
    margin-top: -7px;
    width: 15px;
    height: 15px;
    background-size: 15px auto;
  }
}

.p-siteMap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -30px;
}

.p-parts {
  position: relative;
}

.p-partsNav {
  width: 270px;
  position: absolute;
  top: 0;
  right: 0;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-partsNav {
    /* For SP*/
    width: auto;
    margin: 40px -15px 0;
    position: relative;
  }
}

.p-partsWrap {
  width: 870px;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-partsWrap {
    /* For SP*/
    width: 100%;
  }
}

.p-partsList {
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-partsList {
    /* For SP*/
    width: 100%;
  }
}

.p-partsList_title {
  margin-bottom: 28px;
  background: #999;
  padding: 3px 10px;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-partsList_title {
    /* For SP*/
    margin: 0 -15px 25px;
    font-size: 1.0rem;
  }
}

.p-partsList_body {
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-partsList_body {
    /* For SP*/
    margin-bottom: 30px;
  }
}

.p-utilityMemo {
  margin-bottom: 15px;
  padding: 20px;
  background: #fef2f3;
}

.p-utilityTable th {
  background: #f7f7f7;
  font-weight: bold;
  padding-left: 20px;
}

.p-utilityTable td {
  padding-left: 20px;
}

.p-utilityCode {
  margin: 30px 0;
}

.p-utilityCode_label {
  font-weight: bold;
  margin-bottom: 10px;
}

.p-utilityCode_detail {
  background-color: #e6e6e6;
  padding: 10px 0;
}

.p-pdtDesc .c-pageTitle_bg_radius {
  padding: 17px 0 17px 12px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-pdtDesc .c-pageTitle_bg_radius {
    /* For SP*/
    padding: 13px 0 13px 12px;
  }
}

.p-pdtDesc .c-hdgBorder_sml {
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-pdtDesc .c-hdgBorder_sml {
    /* For SP*/
    font-size: 1.5rem;
  }
}

.p-pdtDesc .c-btn_pdf {
  width: 120px;
  font-weight: bold;
  font-size: 15px;
  font-size: 1.5rem;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-pdtDesc .c-btn_pdf {
    /* For SP*/
    width: 90px;
    font-weight: normal;
    font-size: 1.4rem;
  }
}

.p-pdtDesc .c-btn_pdf a[href$=".pdf"] {
  padding: 9px 0;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-pdtDesc .c-btn_pdf a[href$=".pdf"] {
    /* For SP*/
    padding: 6px 0;
  }
}

.p-pdtDesc .c-btn_pdf a[href$=".pdf"] span {
  background: none;
  padding-right: 0;
  position: relative;
  padding-right: 25px;
}

.p-pdtDesc .c-btn_pdf a[href$=".pdf"] span:after {
  content: " ";
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  right: 0;
  margin-top: -12px;
  background: url(/assets/images/common/ico_pdf.png) no-repeat 100% 50%;
}

.p-pdtDesc .c-tableHdg_left td {
  line-height: 1.3;
  width: auto;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-pdtDesc .c-tableHdg_left td {
    /* For SP*/
    padding: 5px 8px;
  }
}

.p-glucoseTop_list {
  margin-bottom: 30px;
}

.p-glucoseTop_list .c-cntTitle_line {
  margin-bottom: 25px;
}

.p-glucoseTop_list:last-child {
  margin-bottom: 0;
}

.p-glucoseAbout .c-text {
  margin-bottom: 40px;
}

.p-glucoseAbout_table figure {
  margin-top: 35px;
  text-align: center;
}

.p-glucoseUnder_cnt {
  margin-bottom: 50px;
}

.p-glucoseUnder_cnt:last-child {
  margin-bottom: 0;
}

.p-glucoseUnder_table {
  margin: 35px 0 50px;
}

.p-glucoseUnder_frame .c-cntTitle_line {
  margin-bottom: 25px;
}

.p-glucoseUnder_list .c-cntTitle_line {
  margin-top: 40px;
}

.p-glucoseUnder_list .c-listBlock_unordered {
  margin-top: 25px;
}

.p-glucoseUnder_list .c-listBlock_note {
  margin-top: 20px;
}

.p-irUnder_inner {
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-irUnder_inner {
    /* For SP*/
    margin-bottom: 30px;
  }
}

.p-irUnder_cnt_miLink {
  width: 770px;
  float: left;
  margin-right: 30px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-irUnder_cnt_miLink {
    /* For SP*/
    width: 100%;
    float: none;
  }
}

.p-irUnder_cnt_miLink .c-frameBg {
  padding: 30px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-irUnder_cnt_miLink .c-frameBg {
    /* For SP*/
    padding: 15px;
  }
}

.p-irUnder_cnt_miLink .c-pageHdg {
  border-bottom: 4px solid #e60012;
  padding-bottom: 10px;
  margin-bottom: 28px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-irUnder_cnt_miLink .c-pageHdg {
    /* For SP*/
    font-size: 1.7rem;
    border-width: 2px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-irUnder_cnt_miLink ul {
    /* For SP*/
    margin-top: -15px;
  }
}

.p-irUnder_cnt_miLink ul li {
  width: 230px;
  margin-right: 10px;
  line-height: 1.4375;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-irUnder_cnt_miLink ul li {
    /* For SP*/
    width: calc(100% / 2 - 8px);
    float: none;
    margin: 15px 15px 0 0;
  }
  .p-irUnder_cnt_miLink ul li:nth-child(even) {
    margin-right: 0;
  }
}

.p-irUnder_cnt_miLink ul li:last-child {
  margin-right: 0;
}

.p-irUnder_cnt_miLink ul li a:before {
  display: none;
}

.p-irUnder_cnt_miLink ul li a span {
  display: block;
  padding-left: 10px;
}

.p-irUnder_cnt_miLink ul li a span:before {
  content: " ";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #e60012;
  margin-top: -4px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-irUnder_cnt_miLink ul li a span:before {
    /* For SP*/
    top: 6px;
    margin-top: 0;
  }
}

.p-irUnder_cnt_performance {
  width: 370px;
  float: left;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-irUnder_cnt_performance {
    /* For SP*/
    width: 100%;
    float: none;
    margin-top: 30px;
  }
  .p-irUnder_cnt_performance img {
    width: 100%;
  }
}

.p-irNews {
  background: #fadabf;
}

.p-irNews_title {
  max-width: 1170px;
  margin: 0 auto 30px;
  position: relative;
  padding: 17px 0;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-irNews_title {
    /* For SP*/
    width: auto;
    padding: 15px 0;
    margin: 0 15px 20px;
  }
}

.p-irNews_title h2 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-irNews_title h2 {
    /* For SP*/
    font-size: 1.8rem;
  }
}

.p-irNews_title .c-btn {
  width: 183px;
  height: 40px;
  font-weight: normal;
  position: absolute;
  top: 50%;
  right: 0;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-irNews_title .c-btn {
    /* For SP*/
    width: 152px;
    height: 35px;
  }
}

.p-irNews_title .c-btn a {
  padding: 6px 0;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-irNews_title .c-btn a {
    /* For SP*/
    padding: 5px 0;
  }
}

.p-irNews_title .c-btn a:after {
  right: 10px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-irNews_title .c-btn a:after {
    /* For SP*/
    right: 5px;
  }
}

.p-irNews_inner {
  padding-bottom: 50px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-irNews_inner {
    /* For SP*/
    padding-bottom: 40px;
  }
  .p-irNews_inner li:last-child {
    margin-bottom: 0;
  }
}

.p-btnList_ir {
  margin: 60px 0;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-btnList_ir {
    /* For SP*/
    margin: 20px 0 40px;
  }
}

.p-indexList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -30px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-indexList--sml {
    /* For SP*/
    margin-top: -15px;
  }
}

.p-indexList_panel {
  width: 570px;
  margin: 30px 30px 0 0;
  background: #f7f7f7;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-indexList_panel {
    /* For SP*/
    width: 100%;
    margin-right: 0;
  }
}

.p-indexList_panel:nth-child(even) {
  margin-right: 0;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-indexList_panel .c-pageHdg {
    /* For SP*/
    font-size: 1.7rem;
  }
}

.p-indexList_panel .c-pageHdg a {
  color: #06c;
}

.p-indexList_panel .c-pageHdg a:hover {
  color: #e60012;
  text-decoration: underline;
}

.p-indexList_panel .c-textLink_col3 {
  padding-bottom: 20px;
  margin: -10px 20px 0;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-indexList_panel .c-textLink_col3 {
    /* For SP*/
    margin: 0 21px -10px;
  }
}

.p-indexList_panel .c-textLink_col3 li {
  width: calc(100% / 3 - 15px);
  margin: 10px 15px 0 0;
  line-height: 1.4375;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-indexList_panel .c-textLink_col3 li {
    /* For SP*/
    width: calc((100% - 30px) / 2);
    margin: 0 30px 10px 0;
  }
}

.p-indexList_panel .c-textLink_col3 li span {
  display: block;
}

.p-indexList_panel .c-textLink_col3 li span:before {
  top: 7px;
}

.p-indexList_panel_single {
  background: none;
}

.p-indexList_panel_single .c-indexBlock_title {
  padding: 23px 20px;
  background: #f7f7f7;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-indexList_panel_single .c-indexBlock_title {
    /* For SP*/
    padding: 15px;
  }
}

.p-indexList_panel--sml {
  width: 420px;
  margin-right: 30px;
  padding-bottom: 25px;
}

.p-indexList_panel--sml.-no_desc {
  padding-bottom: 10px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-indexList_panel--sml {
    /* For SP*/
    width: 100%;
    margin: 15px 0 0 0;
    padding-bottom: 20px;
  }
}

.p-indexList_panel--sml:nth-child(even) {
  margin-right: 0;
}

.p-indexList_panel--sml .c-indexBlock_title {
  padding: 20px 20px 10px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-indexList_panel--sml .c-indexBlock_title {
    /* For SP*/
    padding: 13px 15px;
  }
}

.p-noteContent .c-pagenation {
  margin: 50px 0;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-noteContent .c-pagenation {
    /* For SP*/
    margin: 30px 0;
  }
}

.p-irLibrary_wrap .c-table {
  margin: 40px 0 50px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-irLibrary_wrap .c-table {
    /* For SP*/
    margin: 25px 0;
  }
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-irLibrary_wrap .c-tableWrap_text {
    /* For SP*/
    margin-bottom: 30px;
  }
}

.p-irLibrary_wrap .c-pagenation {
  margin-top: 50px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-irLibrary_wrap .c-pagenation {
    /* For SP*/
    margin-top: 30px;
  }
}

.p-irLibrary_wrap .c-frame {
  margin-top: 50px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-irLibrary_wrap .c-frame {
    /* For SP*/
    margin-top: 30px;
  }
}

.p-imgBlock_wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -30px 0 60px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-imgBlock_wrap {
    /* For SP*/
    margin: -15px 0 35px;
  }
}

.p-accordion {
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-accordion {
    /* For SP*/
    margin-bottom: 25px;
  }
}

.p-accordion:last-child {
  margin-bottom: 0;
}

.p-performance {
  margin-top: -75px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-performance {
    /* For SP*/
    margin-top: -35px;
  }
}

.p-csrFrame {
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-csrFrame {
    /* For SP*/
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-csrFrame .c-imgLead--imgLeft > div:first-child {
    /* For SP*/
    margin: 0 0 14px 0;
    padding: 0;
  }
}

.p-csrFrame p:first-child {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-csrFrame p:first-child {
    /* For SP*/
    font-size: 1.7rem;
    margin-bottom: 15px;
    top: 0;
  }
}

.p-csrFrame p:first-child a {
  color: #06c;
}

.p-csrFrame p:first-child a:hover {
  color: #e60012;
  text-decoration: underline;
}

.p-csrFrame p:first-child span {
  position: relative;
  padding-left: 28px;
}

.p-csrFrame p:first-child span:before {
  content: " ";
  position: absolute;
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  background: url(/assets/images/common/arw_pagehdg.png) no-repeat;
}

.p-shopCnt {
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-shopCnt {
    /* For SP*/
    margin-bottom: 40px;
  }
}

.p-fastfactTop {
  margin-bottom: 35px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-fastfactTop {
    /* For SP*/
    display: none;
  }
}

.p-fastfactCnt {
  position: relative;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-fastfactCnt h2 img {
    /* For SP*/
    height: 55px;
  }
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-fastfactCnt:last-child h2 img {
    /* For SP*/
    height: 80px;
  }
}

.p-fastfactNavi {
  position: absolute;
  top: 50px;
  left: 0;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-fastfactNavi {
    /* For SP*/
    position: static;
  }
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-fastfactNavi ul {
    /* For SP*/
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -10px 0 15px;
  }
}

.p-fastfactNavi li {
  color: #06c;
  font-weight: bold;
  height: 60px;
  line-height: 60px;
  margin-bottom: 10px;
  box-sizing: border-box;
  width: 220px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-fastfactNavi li {
    /* For SP*/
    height: 45px;
    line-height: 45px;
    width: 48%;
    margin: 10px 4% 0 0;
  }
  .p-fastfactNavi li:nth-child(even) {
    margin-right: 0;
  }
}

.p-fastfactNavi li:last-child {
  margin-bottom: 0;
}

.p-fastfactNavi li a {
  color: #06c;
  display: block;
  padding-left: 20px;
  background: #fef6e5;
  border-radius: 30px 0 0 30px;
  transition: all .4s;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-fastfactNavi li a {
    /* For SP*/
    border-radius: 22px;
  }
}

.p-fastfactNavi li a:hover {
  opacity: .5;
}

.p-fastfactNavi li span {
  position: relative;
  padding-left: 27px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-fastfactNavi li span {
    /* For SP*/
    padding-left: 23px;
  }
}

.p-fastfactNavi li span:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  border: 4px solid #f6a200;
  border-radius: 50%;
  margin-top: -9px;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-fastfactNavi li span:before {
    /* For SP*/
    width: 14px;
    height: 14px;
    border-width: 3px;
    margin-top: -7px;
  }
}

.p-fastfactNavi li.is-active a {
  background: #e60012;
  color: #fff;
}

.p-fastfactInner {
  background: #fff;
  text-align: center;
  padding: 80px 90px;
  width: 950px;
  border: 1px solid #c4c4c4;
  border-radius: 20px;
  box-sizing: border-box;
  margin: 0 0 40px auto;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-fastfactInner {
    /* For SP*/
    width: 100%;
    padding: 40px 15px;
    border-radius: 10px;
    margin: 0 auto 30px;
  }
}

.p-fastfactInner_title {
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-fastfactInner_title {
    /* For SP*/
    margin-bottom: 25px;
  }
}

.p-fastfactInner_title + div {
  text-align: left;
}

.p-fastfactInner figure {
  margin: 0 auto;
}

.p-fastfactInner01_txt {
  margin-bottom: 44px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-fastfactInner01_txt {
    /* For SP*/
    margin-bottom: 25px;
  }
}

.p-fastfactInner01_txt + figure {
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-fastfactInner01_txt + figure {
    /* For SP*/
    margin-bottom: 30px;
  }
}

.p-fastfactInner02_txt {
  margin-bottom: 60px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-fastfactInner02_txt {
    /* For SP*/
    margin-bottom: 35px;
  }
}

.p-fastfactInner02_txt + figure {
  margin-bottom: 65px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-fastfactInner02_txt + figure {
    /* For SP*/
    margin-bottom: 30px;
  }
}

.p-fastfactInner03_txt {
  margin-bottom: 35px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-fastfactInner03_txt {
    /* For SP*/
    margin-bottom: 25px;
  }
}

.p-fastfactInner03_txt p:last-child {
  text-align: right;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-fastfactInner03_txt p:last-child {
    /* For SP*/
    text-align: left;
  }
}

.p-fastfactInner03_txt + figure {
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-fastfactInner03_txt + figure {
    /* For SP*/
    margin-bottom: 25px;
  }
}

.p-fastfactInner04_txt {
  margin-bottom: 60px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-fastfactInner04_txt {
    /* For SP*/
    margin-bottom: 35px;
  }
}

.p-fastfactInner04_txt + figure {
  margin-bottom: 35px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-fastfactInner04_txt + figure {
    /* For SP*/
    margin-bottom: 25px;
  }
}

.p-historyLead {
  margin-bottom: 40px;
  text-align: center;
}

.p-historyLead h2 {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 15px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-historyLead {
    /* For SP*/
  }
  .p-historyLead h2 {
    font-size: 2.0rem;
    text-align: left;
  }
  .p-historyLead p {
    text-align: left;
  }
}

.p-historyInner_title {
  padding-top: 16px;
  font-weight: bold;
  border-top: 6px solid #e60012;
  text-align: center;
  width: 170px;
  float: left;
  margin-right: 15px;
}

.p-historyInner_title span {
  font-size: 28px;
  font-size: 2.8rem;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-historyInner_title {
    /* For SP*/
    width: 100%;
    margin-right: 0;
    float: none;
    padding: 8px 0;
  }
  .p-historyInner_title span {
    font-size: 2.4rem;
  }
}

.p-historyInner_cnt {
  border-top: 6px solid #c4c4c4;
  padding-top: 30px;
  padding: 30px 0 0 15px;
  width: 685px;
  float: left;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-historyInner_cnt {
    /* For SP*/
    width: 100%;
    float: none;
    padding-left: 0;
  }
}

.p-historyInner_cnt_block {
  border-bottom: 1px solid #c4c4c4;
  padding-bottom: 25px;
  margin-bottom: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.p-historyInner_cnt_block:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.p-historyInner_cnt_block_desc {
  -ms-flex: 1;
      flex: 1;
  margin-right: 30px;
}

.p-historyInner_cnt_block_desc p:first-child {
  background: #ec6d00;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
  display: inline-block;
  padding: 0px 20px 1px;
}

.p-historyInner_cnt_block_desc p:first-child span {
  font-size: 20px;
  font-size: 2.0rem;
}

.p-historyInner_cnt_block_desc p a {
  color: #0066cc;
}

.p-historyInner_cnt_block_desc p a:hover {
  color: #e60012;
  text-decoration: underline;
}

.p-historyInner_cnt_block figure {
  text-align: center;
  width: 170px;
}

.p-historyInner_cnt_block figure figcaption {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 10px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-historyInner_cnt_block {
    /* For SP*/
    padding-bottom: 20px;
  }
  .p-historyInner_cnt_block_desc {
    margin-right: 20px;
  }
  .p-historyInner_cnt_block_desc p:first-child {
    padding: 2px 20px;
  }
  .p-historyInner_cnt_block_desc p:first-child span {
    font-size: 1.7rem;
  }
  .p-historyInner_cnt_block figure {
    width: 120px;
  }
}

.p-history02 {
  margin-bottom: 25px;
}

.p-history02_block {
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #c4c4c4;
  padding: 25px 0;
}

.p-history02_block_wrap {
  position: relative;
  padding-top: 4px;
}

.p-history02_block_wrap:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 170px;
  border-top: 6px solid #e60012;
}

.p-history02_block_wrap:after {
  content: " ";
  border-top: 6px solid #c4c4c4;
  position: absolute;
  top: 0;
  right: 0;
  width: 685px;
}

.p-history02_block:first-child {
  border-top: none;
}

.p-history02_block_year {
  font-weight: bold;
  text-align: center;
  margin-right: 15px;
  width: 170px;
  color: #e60012;
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
}

.p-history02_block_year small {
  margin-top: 10px;
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
}

.p-history02_block_item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-left: 15px;
  width: 685px;
  box-sizing: border-box;
  -ms-flex: 1;
      flex: 1;
}

.p-history02_block_item_desc {
  -ms-flex: 1;
      flex: 1;
}

.p-history02_block_item_desc > *:last-child {
  margin-bottom: 0 !important;
}

.p-history02_block_item_desc p {
  margin-bottom: 15px;
}

.p-history02_block_item_img {
  margin-left: 30px;
  width: 170px;
}

.p-history02_block_item_img > *:last-child {
  margin-bottom: 0 !important;
}

.p-history02_block_item_img figure {
  margin-bottom: 25px;
  text-align: center;
}

.p-history02_block_item_img figure figcaption {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 10px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-history02 {
    /* For SP*/
  }
  .p-history02_block {
    display: block;
    padding: 30px 0;
  }
  .p-history02_block_wrap:before {
    width: 100%;
    border-top: 4px solid #e60012;
  }
  .p-history02_block_wrap:after {
    display: none;
  }
  .p-history02_block_year {
    text-align: left;
    margin: 0 0 25px 0;
    width: 100%;
  }
  .p-history02_block_year small {
    margin: 0;
    display: inline;
  }
  .p-history02_block_item {
    padding: 0;
    width: 100%;
  }
  .p-history02_block_item_desc {
    -ms-flex: 1;
        flex: 1;
  }
  .p-history02_block_item_desc > *:last-child {
    margin-bottom: 0 !important;
  }
  .p-history02_block_item_desc p {
    margin-bottom: 25px;
  }
  .p-history02_block_item_img {
    margin-left: 20px;
    width: 120px;
  }
}

.p-result_error {
  font-weight: bold;
  text-align: center;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-result_error {
    /* For SP*/
    text-align: left;
  }
}

.p-enTop {
  margin-bottom: 55px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-enTop {
    /* For SP*/
    margin-bottom: 40px;
  }
}

.p-companyBland {
  width: 514px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-companyBland {
    /* For SP*/
    width: auto;
    max-width: 514px;
  }
}

.p-linkList {
  margin-bottom: 40px;
}

.p-linkList_panel {
  margin-top: 15px;
  padding: 20px;
  border: 1px solid #c4c4c4;
  border-radius: 4px;
}

.p-linkList_panel a {
  display: -ms-flexbox;
  display: flex;
}

.p-linkList_panel a figure {
  margin-right: 25px;
}

.p-linkList_panel a:hover .c-arw {
  text-decoration: underline;
  color: #e60012;
}

.p-linkList_panel_desc {
  margin-top: -5px;
}

.p-linkList_panel_desc .c-arw {
  font-size: 20px;
  font-size: 2rem;
  color: #0066cc;
  font-weight: bold;
}

.p-linkList_panel_desc .c-arw span:before {
  top: 10px;
}

.p-linkList_panel_desc .c-arw + p {
  padding-left: 10px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-linkList {
    /* For SP*/
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: -15px;
  }
  .p-linkList_panel {
    width: 47.82609%;
    margin-right: 4.34783%;
    padding: 20px 10px;
    box-sizing: border-box;
  }
  .p-linkList_panel:nth-child(2n) {
    margin-right: 0;
  }
  .p-linkList_panel a {
    display: block;
  }
  .p-linkList_panel a figure {
    margin: 0 0 15px 0;
  }
  .p-linkList_panel a figure img {
    width: 100%;
  }
  .p-linkList_panel_desc {
    margin-top: 0;
  }
  .p-linkList_panel_desc .c-arw {
    font-size: 1.7rem;
  }
  .p-linkList_panel_desc .c-arw span:before {
    top: 7px;
  }
}

.p-movie {
  position: relative;
  width: 640px;
  height: 360px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.p-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-movie {
    /* For SP*/
    width: 100%;
    padding-top: 56.25%;
    height: auto;
  }
}
.p-arwCnt {
  margin-top: 80px;
  position: relative;
}
.p-arwCnt:nth-of-type(1){
  margin-top: 60px;
}

.p-arwCnt:before {
  content: '';
  display: block;
  position: absolute;
  width: 38px;
  height: 30px;
  margin: 0 auto;
  top: -70px;
  background: url(/assets/images/common/arw_next_down.svg) 50% 50% no-repeat;
  left: 50%;
  transform: translateX(-50%);
}
.p-arwCnt:nth-of-type(1):before {
  display: none;
}
.p-arwCnt_orange:before {
  background: url(/assets/images/common/arw_next_down_orange.svg) 50% 50% no-repeat;
}
.p-arwCnt_yellow:before {
  background: url(/assets/images/common/arw_next_down_yellow.svg) 50% 50% no-repeat;
}

.p-ctgLink_wrapper{
  margin-bottom: 75px;
}

.p-ctgLink {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 14px;
  font-size: 1.4rem;
}
.p-ctgLink li{
  box-sizing: border-box;
  width: calc(33.33%);
  border-top: 1px solid #c4c4c4;
  border-right: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
  text-align: center;
}
.p-ctgLink li:first-of-type {
  border-left: 1px solid #c4c4c4;
}
.p-ctgLink li a{
  display: block;
  width: 100%;
  padding: 18px 0;
  color: #0066cc;
}
.p-ctgLink li a:hover{
  background: #fdebec;
  color: #e60012;
  text-decoration: underline;
}
.p-ctgLink li a img{
  display: block;
  height: auto;
  margin: 0 auto 10px;
}
.p-ctgLink li a span {
  position: relative;
  padding-left: 15px;
}
.p-ctgLink li a span:before {
  display: block;
  content: " ";
  position: absolute;
  top: 7px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #e60012 transparent transparent transparent;
}
.p-ctgTitle {
  background: #fef6f0;
  margin: 60px 0 30px;
  padding: 15px 0;
  border-bottom: 2px solid #e60012;
  font-size: 20px;
  font-size: 2.0rem;
  text-align: center;
}
/*.p-ctgTitle_inner {
  position: relative;
  display: inline-block;
}*/
.p-ctgTitle_innerText {
  display: inline-block;
  font-weight: bold;
}
.-tempura01 .p-ctgTitle_innerText {
  margin: 55px 0 0 -48px;
}
.-tempura02 .p-ctgTitle_innerText {
  margin: 54px 0 0 -60px;
}
.-tempura03 .p-ctgTitle_innerText {
  margin: 58px 0 0 -58px;
}


@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-ctgLink_wrapper{
    margin-bottom: 60px;
  }
  .p-ctgLink {
    border: none;
    line-height: 1.3;
  }
  .p-ctgLink li {
    width: 50%;
    border-left: 1px solid #c4c4c4; 
  }
  .p-ctgLink li:nth-of-type(n+3) {
    border-top: none;
  }
  .p-ctgLink li:nth-of-type(even) {
    border-left: none;
  }
  .p-ctgLink li a {
    padding: 14px 0;
    text-align: center;
  }
  .p-ctgLink li a span {
    display: inline-block;
    padding-left: 12px;
    text-align: left;
  }
  .p-ctgLink li a img{
    margin: 0 auto 8px;
  }
  .p-ctgLink li a[href="#ctg_01"] img{
    width: 126px;
  }
  .p-ctgLink li a[href="#ctg_02"] img{
    width: 138px;
  }
  .p-ctgLink li a[href="#ctg_03"] img{
    width: 138px;
  }
  .p-ctgTitle{
    margin: 45px 0 15px;
  }
  .p-ctgTitle_inner{
    text-align: center;
  }
  .p-ctgTitle_inner img{
    margin: 0 auto 10px;
  }
  .-tempura01 .p-ctgTitle_innerText,
  .-tempura02 .p-ctgTitle_innerText,
  .-tempura03 .p-ctgTitle_innerText {
    margin: 0;
  }
}

/*----------------------------------
Utility Style
----------------------------------*/
.u- {
  /* margin-top*/
  /* margin-bottom*/
  /* margin-right*/
  /* margin-left*/
  /* padding-top*/
  /* padding-bottom*/
  /* padding-right*/
  /* padding-left*/
  /* only PC*/
  /* only SP*/
  /* text position*/
  /* width */
  /* font size */
  /* color */
  /* font weight */
  /* overflow */
}

.u-mt0 {
  margin-top: 0px !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mt65 {
  margin-top: 65px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mt75 {
  margin-top: 75px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mt85 {
  margin-top: 85px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mt95 {
  margin-top: 95px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-mt110 {
  margin-top: 110px !important;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-mb65 {
  margin-bottom: 65px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-mb75 {
  margin-bottom: 75px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-mb85 {
  margin-bottom: 85px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-mb95 {
  margin-bottom: 95px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-mr0 {
  margin-right: 0px !important;
}

.u-mr5 {
  margin-right: 5px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-mr35 {
  margin-right: 35px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-mr45 {
  margin-right: 45px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-mr55 {
  margin-right: 55px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-mr65 {
  margin-right: 65px !important;
}

.u-mr70 {
  margin-right: 70px !important;
}

.u-mr75 {
  margin-right: 75px !important;
}

.u-mr80 {
  margin-right: 80px !important;
}

.u-mr85 {
  margin-right: 85px !important;
}

.u-mr90 {
  margin-right: 90px !important;
}

.u-mr95 {
  margin-right: 95px !important;
}

.u-mr100 {
  margin-right: 100px !important;
}

.u-ml0 {
  margin-left: 0px !important;
}

.u-ml5 {
  margin-left: 5px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-ml35 {
  margin-left: 35px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-ml45 {
  margin-left: 45px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-ml55 {
  margin-left: 55px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}

.u-ml65 {
  margin-left: 65px !important;
}

.u-ml70 {
  margin-left: 70px !important;
}

.u-ml75 {
  margin-left: 75px !important;
}

.u-ml80 {
  margin-left: 80px !important;
}

.u-ml85 {
  margin-left: 85px !important;
}

.u-ml90 {
  margin-left: 90px !important;
}

.u-ml95 {
  margin-left: 95px !important;
}

.u-ml100 {
  margin-left: 100px !important;
}

.u-pt0 {
  padding-top: 0px !important;
}

.u-pt5 {
  padding-top: 5px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pt15 {
  padding-top: 15px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pt25 {
  padding-top: 25px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pt35 {
  padding-top: 35px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pt45 {
  padding-top: 45px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pt55 {
  padding-top: 55px !important;
}

.u-pt60 {
  padding-top: 60px !important;
}

.u-pt65 {
  padding-top: 65px !important;
}

.u-pt70 {
  padding-top: 70px !important;
}

.u-pt75 {
  padding-top: 75px !important;
}

.u-pt80 {
  padding-top: 80px !important;
}

.u-pt85 {
  padding-top: 85px !important;
}

.u-pt90 {
  padding-top: 90px !important;
}

.u-pt95 {
  padding-top: 95px !important;
}

.u-pt100 {
  padding-top: 100px !important;
}

.u-pb0 {
  padding-bottom: 0px !important;
}

.u-pb5 {
  padding-bottom: 5px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-pb35 {
  padding-bottom: 35px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-pb45 {
  padding-bottom: 45px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-pb55 {
  padding-bottom: 55px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

.u-pb65 {
  padding-bottom: 65px !important;
}

.u-pb70 {
  padding-bottom: 70px !important;
}

.u-pb75 {
  padding-bottom: 75px !important;
}

.u-pb80 {
  padding-bottom: 80px !important;
}

.u-pb85 {
  padding-bottom: 85px !important;
}

.u-pb90 {
  padding-bottom: 90px !important;
}

.u-pb95 {
  padding-bottom: 95px !important;
}

.u-pb100 {
  padding-bottom: 100px !important;
}

.u-pr0 {
  padding-right: 0px !important;
}

.u-pr5 {
  padding-right: 5px !important;
}

.u-pr10 {
  padding-right: 10px !important;
}

.u-pr15 {
  padding-right: 15px !important;
}

.u-pr20 {
  padding-right: 20px;
}

.u-pr25 {
  padding-right: 25px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}

.u-pr35 {
  padding-right: 35px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

.u-pr45 {
  padding-right: 45px !important;
}

.u-pr50 {
  padding-right: 50px !important;
}

.u-pr55 {
  padding-right: 55px !important;
}

.u-pr60 {
  padding-right: 60px !important;
}

.u-pr65 {
  padding-right: 65px !important;
}

.u-pr70 {
  padding-right: 70px !important;
}

.u-pr75 {
  padding-right: 75px !important;
}

.u-pr80 {
  padding-right: 80px !important;
}

.u-pr85 {
  padding-right: 85px !important;
}

.u-pr90 {
  padding-right: 90px !important;
}

.u-pr95 {
  padding-right: 95px !important;
}

.u-pr100 {
  padding-right: 100px !important;
}

.u-pl0 {
  padding-left: 0px !important;
}

.u-pl5 {
  padding-left: 5px !important;
}

.u-pl10 {
  padding-left: 10px !important;
}

.u-pl15 {
  padding-left: 15px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-pl25 {
  padding-left: 25px !important;
}

.u-pl30 {
  padding-left: 30px !important;
}

.u-pl35 {
  padding-left: 35px !important;
}

.u-pl40 {
  padding-left: 40px !important;
}

.u-pl45 {
  padding-left: 45px !important;
}

.u-pl50 {
  padding-left: 50px !important;
}

.u-pl55 {
  padding-left: 55px !important;
}

.u-pl60 {
  padding-left: 60px !important;
}

.u-pl65 {
  padding-left: 65px !important;
}

.u-pl70 {
  padding-left: 70px !important;
}

.u-pl75 {
  padding-left: 75px !important;
}

.u-pl80 {
  padding-left: 80px !important;
}

.u-pl85 {
  padding-left: 85px !important;
}

.u-pl90 {
  padding-left: 90px !important;
}

.u-pl95 {
  padding-left: 95px !important;
}

.u-pl100 {
  padding-left: 100px !important;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .u-pc {
    display: none !important;
  }
}

.u-sp {
  display: none !important;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .u-sp {
    display: block !important;
  }
}

.u-al {
  text-align: left !important;
}

.u-ar {
  text-align: right !important;
}

.u-ac {
  text-align: center !important;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {

.u-ac-sp {text-align: center !important;}
.u-ar-sp {text-align: right !important;}
.u-al-sp {text-align: left !important;}

}


.u-vt {
  vertical-align: top !important;
}

.u-vm {
  vertical-align: middle !important;
}

.u-vb {
  vertical-align: bottom !important;
}

.u-wAuto {
  width: auto !important;
}

.u-w5 {
  width: 5% !important;
}

.u-w10 {
  width: 10% !important;
}

.u-w15 {
  width: 15% !important;
}

.u-w20 {
  width: 20% !important;
}

.u-w25 {
  width: 25% !important;
}

.u-w30 {
  width: 30% !important;
}

.u-w35 {
  width: 35% !important;
}

.u-w40 {
  width: 40% !important;
}

.u-w45 {
  width: 45% !important;
}

.u-w50 {
  width: 50% !important;
}

.u-w55 {
  width: 55% !important;
}

.u-w60 {
  width: 60% !important;
}

.u-w65 {
  width: 65% !important;
}

.u-w70 {
  width: 70% !important;
}

.u-w75 {
  width: 75% !important;
}

.u-w80 {
  width: 80% !important;
}

.u-w85 {
  width: 85% !important;
}

.u-w90 {
  width: 90% !important;
}

.u-w95 {
  width: 95% !important;
}

.u-w100 {
  width: 100% !important;
}

.u-fs11 {
  font-size: 11px !important;
}

.u-fs12 {
  font-size: 12px !important;
}

.u-fs13 {
  font-size: 13px !important;
}

.u-fs14 {
  font-size: 14px !important;
}

.u-fs15 {
  font-size: 15px !important;
}

.u-fs16 {
  font-size: 16px !important;
}

.u-fs17 {
  font-size: 17px !important;
}

.u-fs18 {
  font-size: 18px !important;
}

.u-fs19 {
  font-size: 19px !important;
}

.u-fs20 {
  font-size: 20px !important;
}

.u-fs21 {
  font-size: 21px !important;
}

.u-fs22 {
  font-size: 22px !important;
}

.u-fs23 {
  font-size: 23px !important;
}

.u-fs24 {
  font-size: 24px !important;
}

.u-fs25 {
  font-size: 25px !important;
}

.u-fs26 {
  font-size: 26px !important;
}

.u-fs27 {
  font-size: 27px !important;
}

.u-fs28 {
  font-size: 28px !important;
}

.u-fs29 {
  font-size: 29px !important;
}

.u-fs30 {
  font-size: 30px !important;
}

.u-fs31 {
  font-size: 31px !important;
}

.u-fs32 {
  font-size: 32px !important;
}

.u-fs34 {
  font-size: 34px !important;
}

.u-fs35 {
  font-size: 35px !important;
}

.u-color_Blue {
  color: #0066cc !important;
}
.u-fc_orange {
  color:#EC6D00;
}

.u-color_Blue:hover {
  text-decoration: underline;
  color: #e60012 !important;
}

.u-fw_normal {
  font-weight: normal !important;
}

.u-fw_bold {
  font-weight: bold !important;
}

.u-ovrHidden {
  overflow: hidden !important;
}

.u-wbBreakall {
  word-break: break-all !important;
}

.u-wsNowrap {
  white-space: nowrap !important;
}

.u-imgBorder_radius {
  border:solid 1px #E6E6E6;
  border-radius:4px;
}



/*----------------------------------
Button Style
----------------------------------*/
.c-btn {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  width: 435px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-btn {
    /*For SP*/
    font-size: 1.5rem;
    width: 100%;
  }
}

.c-btn button,
.c-btn a {
  display: block;
  color: #fff;
  background: #e60012;
  padding: 16px 40px;
  position: relative;
  border-radius: 5px;
  transition: all .4s;
}
.w-btn {
text-align: center;
font-size: 13px;
font-size: 1.3rem;
font-weight: normal;
width: 100%;
margin: 0 auto;
padding: 20px 0;
}
.w-btn a{
display: inline-block;
width: 100%;
background: #FFF;
border-radius: 5px;
transition: all .4s;
border: 1px solid #CCC;
font-weight: bold;
}
.w-btn a span{
position: relative;
padding: 10px 40px;
display: inline-block;
}
.w-btn a span::before{
content: " ";
position: absolute;
top: 50%;
left: 20px;
margin-top: -8px;
width: 14px;
height: 16px;
background: url(/assets/images/common/ico_nf.svg) no-repeat;
}
.w-btn a:hover{
background-color: #DDDDDD;
transition: background .4s;
}

/* 190305 pro contact */
.p-pro_contact_btn {
  left: auto;
  margin: 0 0 0 217px;
  position: fixed;
  bottom: 30px;
  background: #FFF;
  border-radius: 5px;
}

.p-pro_contact_btn span {
  position: relative;
  padding-left: 80px;
  display: inline-block;
}
.p-pro_contact_btn span::before {
  content: " ";
  position: absolute;
  top: 50%;
  left: -4px;
  margin-top: -16px;
  width: 68px;
  height: 32px;
  background: url(/assets/images/pro/ico_pro_contact.svg) no-repeat;
}
.c-btn.p-pro_contact_btn a:after {
  background: none;
}

.p-pro_contact_btn a {
  box-shadow: 0 5px 11px rgba(0,0,0,0.25);
}
.p-pro_contact_btn.isStop a {
  box-shadow: none;
}
.p-pro_contact_btn.isFixed a {
  border-radius: 5px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-pro_contact_btn {
    left: auto;
    margin: 0;
    bottom: 0;
  }
  
  .c-btn.p-pro_contact_btn a,
  .c-btn.p-pro_contact_btn.isFixed a {
    /*margin: 0 0 0 -15px;*/
    margin: 0 -15px;
    border-radius: 0;
    padding: 9px 55px 9px 0px;
    box-shadow: none;
    transition: none;
  }
  .c-btn.p-pro_contact_btn.isStop a {
    margin: 0 ;
    border-radius: 5px;
    padding: 9px 35px 9px 10px;
    transition: none;
  }

  /* アイコン */
  .p-pro_contact_btn span:before {
    top: 50%;
    margin-top: -16px;
  }
  
}
/* end 190305 pro contact */

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-btn a {
    /*For SP*/
    padding: 9px 35px;
  }
.w-btn a span{
padding: 10px 30px;
}
.w-btn a span::before{
left: 10px;
}
}

.c-btn button:after,
.c-btn a:after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background: url(/assets/images/common/arw_btn_next.svg) no-repeat;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-btn button:after,
  .c-btn a:after {
    /*For SP*/
    right: 15px;
    width: 15px;
    height: 15px;
    margin-top: -7px;
    background-size: 15px auto;
  }
}

.c-btn button:hover,
.c-btn a:hover {
  text-decoration: none;
  opacity: .5;
}

.c-btn a[href$=".pdf"]:after {
  display: none;
}

.c-btn a[href$=".pdf"] span {
  background: url(/assets/images/common/ico_pdf.png) no-repeat 100% 1px;
  background-size: 20px auto;
  padding: 2px 30px 3px 0;
}

.c-btn a[href$=".pdf"] span + span {
  background: none;
}

.c-btn_right {
  min-width: 270px;
  width: auto;
  margin: 0 0 0 auto;
  display: table;
}

.c-btn_right a {
  display: table-cell;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-btn_right {
    /*For SP*/
    min-width: 165px;
  }
}

.c-btn_prev a {
  padding: 16px 40px 16px 55px;
}

.c-btn_prev a:after {
  right: inherit;
  left: 20px;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background: url(/assets/images/common/arw_btn_prev.svg) no-repeat;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-btn_prev a:after {
    /*For SP*/
    left: 15px;
    width: 15px;
    height: 15px;
    margin-top: -7px;
    background-size: 15px auto;
  }
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-btn_prev a {
    padding: 9px 35px;
  }
}

.c-btn_prevLeft {
  margin: 0 auto 0 0;
  display: inline-block;
  min-width: 270px;
  width: auto;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-btn_prevLeft {
    /*For SP*/
    min-width: 165px;
  }
}

.c-btn_pdf {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  width: 170px;
}

.c-btn_pdf a {
  padding: 12px 0 8px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-btn_pdf a {
    padding: 6px 11px;
  }
}

.c-btn_pdf a:after {
  display: none;
}

.c-btn_pdf a span {
  padding-right: 23px;
  background: url(/assets/images/common/ico_pdf.png) no-repeat 100% 50%;
}

.c-btn_sizeLarge {
  width: 100%;
}

.c-btn_sizeMiddle {
  width: 75%;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-btn_sizeMiddle {
    /*For SP*/
    width: 100%;
  }
}

.c-btn_sizeSmall {
  width: 50%;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-btn_sizeSmall {
    /*For SP*/
    width: 100%;
  }
}

.c-btn_gray {
  background: #f7f7f7;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  width: 100%;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-btn_gray {
    /* For SP*/
    font-size: 1.7rem;
  }
}

.c-btn_gray a {
  color: #06c;
  display: block;
  padding: 18px 0;
}

.c-btn_gray a span {
  position: relative;
  padding-left: 28px;
  margin-left: 30px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-btn_gray a span {
    /* For SP*/
    margin-left: 15px;
  }
}

.c-btn_gray a span:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  background: url(/assets/images/common/arw_pagehdg.png) no-repeat;
  margin-top: -9px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-btn_gray a span:before {
    /* For SP*/
    margin-top: 0;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
  }
}

.c-btn_gray a:hover {
  color: #e60012;
  text-decoration: underline;
}

/*----------------------------------
Dialog Style
----------------------------------*/
/*----------------------------------
Grid Style
----------------------------------*/
/*----------------------------------
Heading Style
----------------------------------*/
.c-cntTitle {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  position: relative;
  text-align: center;
  margin-bottom: 45px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-cntTitle {
    /* For SP*/
    font-size: 1.8rem;
    margin-bottom: 35px;
  }
}

.c-cntTitle span {
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 0 50px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-cntTitle span {
    /* For SP*/
    padding: 0 22px;
  }
}

.c-cntTitle:before, .c-cntTitle:after {
  content: " ";
  position: absolute;
  top: 50%;
  width: 100%;
  height: 14px;
  background: #e60012;
  margin-top: -7px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-cntTitle:before, .c-cntTitle:after {
    /* For SP*/
    height: 7px;
    margin-top: -3.5px;
  }
}

.c-cntTitle:before {
  left: 0;
}

.c-cntTitle:after {
  right: 0;
}

.c-cntTitle_orange:before, .c-cntTitle_orange:after {
  background: #ec6d00;
}

.c-cntTitle_yellow:before, .c-cntTitle_yellow:after {
  background: #f6a200;
}

.c-cntTitle_dot {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
}

.c-cntTitle_dot span {
  position: relative;
  padding: 0 20px;
}

.c-cntTitle_dot span:before, .c-cntTitle_dot span:after {
  content: " ";
  position: absolute;
  top: 50%;
  margin-top: -4px;
  width: 41px;
  height: 8px;
}

.c-cntTitle_dot span:before {
  background: url(/assets/images/common/bg_dot_01.png) no-repeat;
  left: -41px;
}

.c-cntTitle_dot span:after {
  background: url(/assets/images/common/bg_dot_02.png) no-repeat;
  right: -41px;
}

.c-cntTitle_line {
  font-weight: bold;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-cntTitle_line {
    /* For SP*/
    padding-bottom: 15px;
  }
}

.c-cntTitle_line:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #e60012;
}
.c-cntTitle_line_yellow:after {
  background: #f6a200;
}
.c-cntTitle_line_orange:after {
  background: #ec6d00;
}

.c-cntTitle_gray {
  background: #f7f7f7;
  padding: 3px 10px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 25px;
}

.c-pageHdg {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  padding-left: 28px;
  position: relative;
}

.c-pageHdg:before {
  content: " ";
  position: absolute;
  top: 8px;
  left: 0;
  width: 18px;
  height: 18px;
  background: url(/assets/images/common/arw_pagehdg.png) no-repeat;
}
.c-imgBlock a[target="_blank"] dt.c-pageHdg:after {
content: "";
width: 20px;
height: 14px;
display:  inline-block;
background: url(/assets/images/common/ico_blank.png) no-repeat;
vertical-align: middle;
margin-left: 5px;
}


@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-pageHdg:before {
    /* For SP*/
    top: 6px;
  }
}

.c-pageHdg_blue {
  color: #06c;
}

.c-pageHdg_blue a {
  color: #06c;
}

.c-pageHdg_blue a:hover {
  color: #e60012;
  text-decoration: underline;
}

.c-pageHdg_mov {
  font-size: 18px;
  font-size: 1.8rem;
  padding-left: 37px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-pageHdg_mov {
    /* For SP*/
    font-size: 1.6rem;
    padding-left: 30px;
  }
}

.c-pageHdg_mov:before {
  width: 28px;
  height: 20px;
  background: url(/assets/images/common/ico_movie.png) no-repeat;
  top: 3px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-pageHdg_mov:before {
    /* For SP*/
    top: 5px;
    width: 21px;
    height: 15px;
    background-size: 21px 15px;
  }
}

.c-hdgLevel01 {
  font-size: 34px;
  font-size: 3.4rem;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-hdgLevel01 {
    font-size: 2.3rem;
  }
}

.c-hdgLevel02 {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-hdgLevel02 {
    /* For SP*/
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
}

.c-hdgLevel03 {
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-hdgLevel03 {
    /* For SP*/
    font-size: 1.5rem;
  }
}

.c-hdgLevel04 {
  font-weight: bold;
}

.c-hdgBorder {
  font-size: 30px;
  font-size: 3.0rem;
  position: relative;
  background: #fef8eb;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-hdgBorder {
    /* For SP*/
    font-size: 2.0rem;
    line-height: 1.2;
  }
}

.c-hdgBorder:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, #e60012 0%, #e60012 60%, #ec6d00 60%, #ec6d00 80%, #f6a200 80%, #f6a200 100%);
  width: 12px;
  height: 100%;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-hdgBorder:before {
    /* For SP*/
    width: 6px;
  }
}

.c-hdgBorder span {
  display: block;
  padding: 13px 15px 8px 34px;
}

.c-hdgBorder span em{
  margin: 0 0 5px 10px;
  padding: 3px 15px;
  font-size: 1.2rem;
  color: #FFF;
  display: inline-block;
  vertical-align: middle;
}

.c-hdgBorder span em.tag01{
  background-color: #e60012;
}

.c-hdgBorder span em.tag02{
  background-color: #ec6d00;
}

.c-hdgBorder span em.tag03{
  background-color: #a0a0a0;
}

.c-hdgBorder.-subtext span {
  line-height: 1.4;
}

.c-hdgBorder.-subtext .-sub {
  font-size: 22px;
  font-weight: normal;
}


@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-hdgBorder span {
    /* For SP*/
    padding: 25px 15px;
  }
  .c-hdgBorder span em{
    margin: 0 0 2px 10px;
    padding: 3px 10px;
  }
  
  .c-hdgBorder.-subtext .-sub {
    font-size: 16px;
  }

}

.c-hdgBorder_sml {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  position: relative;
  padding: 3px 15px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-hdgBorder_sml {
    /* For SP*/
    font-size: 1.7rem;
    padding: 0 9px;
    line-height: 1.3;
  }
}

.c-hdgBorder_sml:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, #ec6d00 0%, #ec6d00 50%, #f6a200 50%, #f6a200 100%);
  width: 6px;
  height: 100%;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-hdgBorder_sml:before {
    /* For SP*/
    width: 3px;
  }
}

.c-pageTitle {
  line-height: 1;
}

.c-pageTitle_bg {
  margin-bottom: 40px;
}

.c-pageTitle_bg_ico {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background: #fef8eb;
}

.c-pageTitle_bg_ico > p {
  background: #a0a0a0;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 3px 15px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-pageTitle_bg {
    /* For SP*/
    margin: 0 -15px 30px;
  }
  .c-pageTitle_bg_ico {
    display: block;
    position: relative;
  }
  .c-pageTitle_bg_ico > p {
    font-size: 10px;
    font-size: 1.0rem;
    padding: 1px 7px;
    position: absolute;
    top: 0;
    right: 0;
  }
}

.c-pageTitle_bg_radius {
  background: #fef6f0;
  border-radius: 4px;
  padding: 15px 0 15px 12px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-pageTitle_bg_radius {
    /* For SP*/
    margin: 0 0 25px 0;
    padding: 11px 0 11px 12px;
  }
}

.c-corporateHdg {
  text-align: center;
  margin-bottom: 35px;
}

.c-corporateHdg_title {
  font-weight: bold;
  margin-bottom: 8px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-corporateHdg_title {
    /* For SP*/
  }
}

.c-corporateHdg_text {
  font-size: 28px;
  font-size: 2.8rem;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-corporateHdg {
    text-align: left!important;
    }
  .c-corporateHdg_text {
    /* For SP*/
    font-size: 1.9rem;
  }
    .c-leadText.u-ac{
    text-align: left!important;
    }
}

/*----------------------------------
Box Style
----------------------------------*/
.c-iconBlock figure {
  position: relative;
}

.c-iconBlock a[href$=".pdf"] {
  padding-right: 0;
  background: none;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-iconBlock figure {
    /* For SP*/
  }
  .c-iconBlock figure img {
    width: 100%;
  }
}

.c-iconBlock figure:before {
  content: " ";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-width: 0 0 40px 40px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  z-index: 1;
}

.c-iconBlock figure:after {
  content: " ";
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(/assets/images/common/arw_accent.png) no-repeat;
  width: 40px;
  height: 40px;
  z-index: 1;
}

.c-imageCnt {
  text-align: center;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-imageCnt {
    /* For SP*/
  }
  .c-imageCnt figure img {
    width: 100%;
  }
}

.c-imageCntCaption {
  background: #f7f7f7;
  margin: 0 auto;
}

.c-imageCntCaption img {
  width:100%;
}
.c-imageCntCaption .-caption {
  font-size: 1.4rem;
  padding: 15px 20px;
  text-align: left;
}

.c-imageCntCaption.-w570 {
  max-width: 570px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-imageCntCaption.-w570 {
    max-width: 100%;
  }
}


.c-imageCnt--recipe {
  max-width: 670px;
  margin: 0 auto 50px;
  background: #f7f7f7;
}

.c-imageCnt--recipe_w02 {
  max-width: 470px;
}

.c-imageCnt--recipe02 {
  position: relative;
}

.c-imageCnt--recipe02 .p-comment {
  position: absolute;
  background: #e60012;
  padding: 10px 20px;
  color: #FFF;
  font-size: 14px;
  right: -20px;
  top: -30px;
  border-radius: 5px;
}
.c-imageCnt--recipe02 .p-comment:after {
  content: '';  
  position: absolute;
  display: block;
  left: 50%;
  bottom: -16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 10px 0;
  border-color: #e60012 transparent transparent;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.c-imageCnt--recipe02 .p-comment_yellow {
  background: #f6a200;
}
.c-imageCnt--recipe02 .p-comment_yellow:after {
  border-color: #f6a200 transparent transparent;
}

.c-imageCnt--recipe02 .p-comment_orange {
  background: #ec6d00;
}
.c-imageCnt--recipe02 .p-comment_orange:after {
  border-color: #ec6d00 transparent transparent;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-imageCnt--recipe02 .p-comment {
    right: 0;
  }
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-imageCnt--recipe_w02,
  .c-imageCnt--recipe02,
  .c-imageCnt--recipe {
    /* For SP*/
    max-width: 100%;
    margin: 0 auto 40px;
  }
}
.c-imageCnt--recipe02 figcaption,
.c-imageCnt--recipe figcaption {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 15px 20px;
  /*--background: #f7f7f7;--*/
  text-align: left;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-imageCnt--recipe figcaption {
    /* For SP*/
    padding: 10px 15px;
  }
}

.c-pdtList_cnt {
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  width: 370px;
  box-sizing: border-box;
  margin: 30px 30px 0 0;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-pdtList_cnt {
    width: 48%;
    margin: 15px 0 0;
    padding-bottom: 20px;
  }
  .c-pdtList_cnt:nth-child(odd) {
    margin-right: 4%;
  }
}

.c-pdtList_cnt:nth-child(3n) {
  margin-right: 0;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-pdtList_cnt:nth-child(3n) {
    margin-right: auto;
  }
}

.c-pdtList_cnt a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #06c;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-pdtList_cnt a {
    display: block;
    text-align: center;
    font-size: 1.6rem;
  }
}

.c-pdtList_cnt a:hover {
  color: #e60012;
  text-decoration: underline;
}

.c-pdtList_cnt a p {
  width: 50%;
  text-align: center;
  -ms-flex: 1;
      flex: 1;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-pdtList_cnt a p {
    width: 100%;
    display: table;
    line-height: 1.25;
    height: 60px;
  }
  .c-pdtList_cnt a p span {
    display: table-cell;
    vertical-align: middle;
  }
}

.c-pdtList_cnt_image {
  width: 185px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-pdtList_cnt_image {
    /* For SP*/
    width: 100%;
  }
  .c-pdtList_cnt_image img {
    width: 100%;
  }
}

.c-imgBlock {
  word-wrap: break-word;
}

.c-imgBlock a {
  color: #0066cc;
  display: block;
}

.c-imgBlock a:hover {
  color: #e60012;
}

.c-imgBlock figure {
  position: relative;
  display: inline-block;
  background: #fff;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-imgBlock figure {
    /* For SP*/
    display: block;
  }
}

.c-imgBlock_col2 {
  background: #f7f7f7;
  width: 570px;
  margin: 30px 30px 0 0;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-imgBlock_col2 {
    /* For SP*/
    width: 100%;
    margin: 15px 0 0 0;
  }
}

.c-imgBlock_col2:nth-child(even) {
  margin-right: 0;
}

.c-imgBlock_col2 figure:before {
  content: " ";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-width: 0 0 40px 40px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  z-index: 1;
}

.c-imgBlock_col2 figure:after {
  content: " ";
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(/assets/images/common/arw_accent.png) no-repeat;
  width: 40px;
  height: 40px;
  z-index: 1;
}

.c-imgBlock_col2 figure img {
  width: 100%;
}

.c-imgBlock_col2 dl {
  padding: 20px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-imgBlock_col2 dl {
    /* For SP*/
    padding: 10px 15px 15px;
  }
}

.c-imgBlock_col2 dt {
  color: #06c;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  padding-left: 28px;
  position: relative;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-imgBlock_col2 dt {
    /* For SP*/
    font-size: 1.7rem;
    padding-left: 20px;
  }
}

.c-imgBlock_col2 dt:before {
  content: " ";
  position: absolute;
  top: 8px;
  left: 0;
  width: 18px;
  height: 18px;
  background: url(/assets/images/common/arw_pagehdg.png) no-repeat;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-imgBlock_col2 dt:before {
    /* For SP*/
    width: 15px;
    height: 15px;
    background-size: 15px auto;
  }
}

.c-imgBlock_col2 dd {
  font-size: 15px;
  font-size: 1.5rem;
  color: #333;
  margin-top: 10px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-imgBlock_col2 dd {
    /* For SP*/
    font-size: 1.4rem;
    margin-top: 5px;
  }
}

.c-imgBlock_col2 a:hover dt {
  color: #e60012;
  text-decoration: underline;
}

.c-imgBlock_col3 {
  max-width: 370px;
  margin: 30px 30px 0 0;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-imgBlock_col3 {
    /* For SP*/
    max-width: 100%;
    width: 100%;
    margin: 20px 0 0 0;
  }
}

.c-imgBlock_col3:nth-child(3n) {
  margin-right: 0;
}

.c-imgBlock_col3 a > p {
  margin-top: 10px;
}
.c-imgBlock_col3 a[target="_blank"] .c-pageHdg:after {
content: "";
width: 20px;
height: 14px;
display:  inline-block;
background: url(/assets/images/common/ico_blank.png) no-repeat;
vertical-align: middle;
margin-left: 5px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-imgBlock_col3 a > p {
    /* For SP*/
    font-size: 1.7rem;
    margin-top: 15px;
  }
}

.c-imgBlock_col3 a:hover > p {
  text-decoration: underline;
}

.c-imgBlock_col3 span > p {
  margin-top: 10px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-imgBlock_col3 span > p {
    /* For SP*/
    font-size: 1.7rem;
    margin-top: 15px;
  }
}

.c-imgBlock_col3 span:hover > p {
  text-decoration: underline;
}

.c-imgBlock_col3 figure {
  position: relative;
}

.c-imgBlock_col3 figure:before {
  content: " ";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-width: 0 0 40px 40px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  z-index: 1;
}

.c-imgBlock_col3 figure:after {
  content: " ";
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(/assets/images/common/arw_accent.png) no-repeat;
  width: 40px;
  height: 40px;
  z-index: 1;
}

.c-imgBlock_col3 figure img {
  width: 100%;
}

.c-imgBlock_col3 > p {
  margin-top: 5px;
  font-size: 14px;
  font-size: 1.4rem;
}

.c-imgBlock_col3--bg {
  background: #f7f7f7;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-imgBlock_col3--bg {
    /* For SP*/
    margin: 30px 0 0 0;
  }
}

.c-imgBlock_col3--bg dl {
  padding: 20px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-imgBlock_col3--bg dl {
    /* For SP*/
    padding: 10px 15px 15px;
  }
}

.c-imgBlock_col3--bg dt {
  color: #06c;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  padding-left: 28px;
  position: relative;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-imgBlock_col3--bg dt {
    /* For SP*/
    font-size: 1.7rem;
    padding-left: 20px;
  }
}

.c-imgBlock_col3--bg dt:before {
  content: " ";
  position: absolute;
  top: 8px;
  left: 0;
  width: 18px;
  height: 18px;
  background: url(/assets/images/common/arw_pagehdg.png) no-repeat;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-imgBlock_col3--bg dt:before {
    /* For SP*/
    width: 15px;
    height: 15px;
    background-size: 15px auto;
  }
}

.c-imgBlock_col3--bg dd {
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  margin-top: 10px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-imgBlock_col3--bg dd {
    /* For SP*/
    margin-top: 5px;
  }
}

.c-imgBlock_col3--bg a:hover dt {
  color: #e60012;
  text-decoration: underline;
}

.c-imgBlock_col4 {
  width: 270px;
  margin: 30px 30px 0 0;
  box-sizing: border-box;
  background: #f7f7f7;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-imgBlock_col4 {
    width: 100%;
    margin: 15px 0 0 0;
  }
}

.c-imgBlock_col4:nth-child(4n) {
  margin-right: 0;
}

.c-imgBlock_col4 a {
  display: block;
  padding: 0 19px 20px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-imgBlock_col4 a {
    height: auto;
    padding: 0 15px 20px;
  }
}

.c-imgBlock_col4 a:hover dt {
  text-decoration: underline;
}

.c-imgBlock_col4 > span {
  height: 370px;
  display: block;
  padding: 0 19px;
  transition: all .4s;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-imgBlock_col4 > span {
    height: auto;
    padding: 0 15px 20px;
  }
}

.c-imgBlock_col4 dd {
  color: #333;
  font-size: 14px;
  font-size: 1.4rem;
}

.c-imgBlock_col4_photo {
  position: relative;
  height: 175px;
  margin: 0 -19px 10px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-imgBlock_col4_photo {
    height: auto;
    margin: 0 -15px 10px;
  }
}

.c-imgBlock_col4_photo:before {
  content: " ";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-width: 0 0 40px 40px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  z-index: 1;
}

.c-imgBlock_col4_photo:after {
  content: " ";
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(/assets/images/common/arw_accent.png) no-repeat;
  width: 40px;
  height: 40px;
  z-index: 1;
}

.c-imgBlock_col4_photo:hover:after {
  opacity: .8;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-imgBlock_col4_photo img {
    width: 100%;
  }
}

.c-imgBlock_col1 figure {
  max-width: 870px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-imgBlock_col1 figure {
    /* For SP*/
    width: 100%;
  }
}

.c-imgBlock_col1 figure figcaption {
  margin-top: 20px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-imgBlock_col1 figure figcaption {
    /* For SP*/
    margin-top: 10px;
  }
}

.c-imgBlock_col1--bg {
  background: #f7f7f7;
  margin-bottom: 35px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-imgBlock_col1--bg {
    /* For SP*/
    margin-bottom: 30px;
  }
}

.c-imgBlock_col1--bg dl {
  padding: 20px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-imgBlock_col1--bg dl {
    /* For SP*/
    padding: 10px 15px 15px;
  }
}

.c-imgBlock_col1--bg dt {
  color: #06c;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  padding-left: 28px;
  position: relative;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-imgBlock_col1--bg dt {
    /* For SP*/
    font-size: 1.7rem;
    padding-left: 20px;
  }
}

.c-imgBlock_col1--bg dt:before {
  content: " ";
  position: absolute;
  top: 8px;
  left: 0;
  width: 18px;
  height: 18px;
  background: url(/assets/images/common/arw_pagehdg.png) no-repeat;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-imgBlock_col1--bg dt:before {
    /* For SP*/
    width: 15px;
    height: 15px;
    background-size: 15px auto;
  }
}

.c-imgBlock_col1--bg dd {
  font-size: 15px;
  font-size: 1.5rem;
  color: #333;
  margin-top: 10px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-imgBlock_col1--bg dd {
    /* For SP*/
    font-size: 1.4rem;
    margin-top: 5px;
  }
}

.c-imgBlock_col1--bg:hover dt {
  color: #e60012;
  text-decoration: underline;
}

.c-bnrBlock {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-bnrBlock a {
  color: #06c;
}

.c-bnrBlock a:hover {
  color: #e60012;
  text-decoration: underline;
}

.c-bnrBlock p {
  font-weight: bold;
}

.c-bnrBlock_col3 {
  margin-top: -10px;
}

.c-bnrBlock_col3 li a[target="_blank"] span:after {
content: "";
width: 20px;
height: 14px;
display:  inline-block;
background: url(/assets/images/common/ico_blank.png) no-repeat;
vertical-align: middle;
margin-left: 5px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-bnrBlock_col3 {
    /* For SP*/
    margin-top: -20px;
  }
}

.c-bnrBlock_col3 li {
  width: 370px;
  margin: 10px 30px 0 0;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-bnrBlock_col3 li {
    width: 100%;
    margin: 20px 0 0 0;
  }
}

.c-bnrBlock_col3 li:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-bnrBlock_col3 li figure img {
    /* For SP*/
    width: 100%;
  }
}

.c-bnrBlock_col5 {
  margin-top: -10px;
}

.c-bnrBlock_col5 li {
  font-size: 15px;
  font-size: 1.5rem;
  width: 210px;
  box-sizing: border-box;
  margin: 10px 30px 0 0;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-bnrBlock_col5 li {
    /* For SP*/
    width: 48%;
    margin: 20px 4% 0 0;
  }
  .c-bnrBlock_col5 li:nth-child(even) {
    margin-right: 0;
  }
}

.c-bnrBlock_col5 li:nth-child(5n) {
  margin-right: 0;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-bnrBlock_col5 li:nth-child(5n) {
    /* For SP*/
    margin-right: 4%;
  }
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-bnrBlock_col5 li figure img {
    /* For SP*/
    width: 100%;
  }
}

.c-bnrBlock_col5 li p span {
  display: block;
}

.c-bnrBlock_col5 li p span:before {
  top: 8px;
}
.c-bnrBlock_col5 li a[target="_blank"] span:after {
content: "";
width: 20px;
height: 14px;
display:  inline-block;
background: url(/assets/images/common/ico_blank.png) no-repeat;
vertical-align: middle;
margin-left: 5px;
}

.c-panelList_unit {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-panelList_unit {
    /* For SP*/
    margin-top: -15px;
  }
}

.c-panelList_unit02 {
  margin-top: -15px;
}

.c-panelList_unit li a {
  display: block;
  color: #06c;
  font-weight: bold;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-panelList_unit li a {
    /* For SP*/
    font-size: 1.4rem;
  }
}

.c-panelList_unit li a figure {
  background: #fff;
}

.c-panelList_unit li a span {
  position: relative;
  padding-left: 10px;
}

.c-panelList_unit li a span:before {
  content: " ";
  position: absolute;
  top: 10px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #e60012;
}
.c-panelList_unit li a[target="_blank"] span:after {
content: "";
width: 20px;
height: 14px;
margin-top: 2px;
display:  inline-block;
background: url(/assets/images/common/ico_blank.png) no-repeat;
vertical-align: middle;
margin-left: 5px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-panelList_unit li a span:before {
    /* For SP*/
    top: 8px;
  }
}
.c-panelList_unit li a:hover span,
.c-panelList_unit li a:hover {
  color: #e60012;
  text-decoration: underline;
}

.c-panelList_col4 {
  margin-right: 30px;
  width: 270px;
  box-sizing: border-box;
  background: #fff;
}

.c-panelList_col4:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-panelList_col4 {
    /* For SP*/
    width: 48%;
    margin: 15px 0 0;
  }
  .c-panelList_col4:nth-child(odd) {
    margin-right: 4%;
  }
}

.c-panelList_col4 a figure {
  height: 175px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-panelList_col4 a figure {
    /* For SP*/
    height: auto;
  }
  .c-panelList_col4 a figure img {
    width: 100%;
  }
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-panelList_col4 a p {
    /* For SP*/
    padding: 5px 15px 5px 7px;
  }
}

.c-panelList_col3 {
  border: 1px solid #c4c4c4;
  background: #f7f7f7;
  margin: 15px 15px 0 0;
  width: 280px;
  box-sizing: border-box;
}
.c-panelList_col3_02 {
  background: #f7f7f7;
  margin: 30px 30px 0 0;
  width: 270px;
  box-sizing: border-box;
}


@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-panelList_col3_02,
  .c-panelList_col3 {
    /* For SP*/
    width: 48%;
    margin: 15px 0 0;
    box-sizing: border-box;
  }
  .c-panelList_col3_02:nth-child(odd),
  .c-panelList_col3:nth-child(odd) {
    margin-right: 4%;
  }
}

.c-panelList_col3_02:nth-child(3n),
.c-panelList_col3:nth-child(3n) {
  margin-right: 0;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-panelList_col3_02:nth-child(3n),
  .c-panelList_col3:nth-child(3n) {
    /* For SP*/
    margin-right: auto;
  }
}

.c-panelList_col3 a figure {
  padding: 12px 13px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-panelList_col3_02 a figure,
  .c-panelList_col3 a figure {
    /* For SP*/
    height: auto;
  }
}

.c-panelList_col3 a figure img {
  height: 252px;
  object-fit: cover;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-panelList_col3_02 a figure img,
  .c-panelList_col3 a figure img {
    /* For SP*/
    height: auto;
    width: 100%;
  }
}

.c-panelList_text {
  padding: 15px 20px 20px;
  background: #fff;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-panelList_text {
    /* For SP*/
    padding: 0 0;
  }
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-panelList_text p {
    /* For SP*/
  }
  .c-panelList_text p span {
    position: relative;
  }
  .c-panelList_text p span:before {
    content: " ";
    position: absolute;
    top: 10px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 5px;
    border-color: transparent transparent transparent #e60012;
  }
}

.c-panelList_text03 {
  display: table;
  width: 100%;
  height: 65px;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-panelList_text03 {
    /* For SP*/
    height: 60px;
  }
}

.c-panelList_text03 p {
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-panelList_text03 p {
    /* For SP*/
    padding: 5px 15px;
  }
}

.c-panelList_text03 p span {
  display: block;
}

.c-imgLead {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}


@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-imgLead {
    /* For SP*/
    display: block;
  }
}

.c-imgLead--imgRight {
  display: block;
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-imgLead--imgRight {
    /* For SP*/
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    margin-bottom: 25px;
  }

  .c-imgLead--imgRight.-imgBottom {
    /* For SP*/
    flex-direction: column;
  }
}

.c-imgLead--imgRight > div:first-child {
  float: right;
  max-width: 435px;
  margin-left: 30px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-imgLead--imgRight > div:first-child {
    /* For SP*/
    float: none;
    max-width: 100%;
    margin: 25px 0 0 0;
    padding: 0 8.1159%;
    width: 100%;
    box-sizing: border-box;
  }
  .c-imgLead--imgRight.-imgBottom > div:first-child {
    /* For SP*/
    margin:  0 0 25px 0;
  }
}

.c-imgLead--imgRight > div:first-child {
  overflow: hidden;
}

.c-imgLead--imgLeft {
  display: block;
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-imgLead--imgLeft {
    /* For SP*/
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    margin-bottom: 25px;
  }
}

.c-imgLead--imgLeft > div:first-child {
  float: left;
  max-width: 435px;
  margin-right: 30px;
    min-height: 0%;
}
@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-imgLead--imgLeft > div {
    min-height: 0%;
  }
}


@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-imgLead--imgLeft > div:first-child {
    /* For SP*/
    float: none;
    max-width: 100%;
    margin: 0 0 25px 0;
    padding: 0 8.1159%;
    width: 100%;
    box-sizing: border-box;
  }
}

.c-imgLead--imgLeft > div:last-child {
  overflow: hidden;
}

.c-imgLead--imgCol2 > div {
  width: calc(100% / 2 - 15px);
  margin-right: 30px;
}

.c-imgLead--imgCol2_02 > div {
  width: calc(100% / 2 - 35px);
  margin-right: 50px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-imgLead--imgCol2 > div {
    /* For SP*/
    width: auto;
    margin: 0 0 25px 0;
  }
  .c-imgLead--imgCol2_02 > div {
    width: auto;
    margin: inherit;
  }
  
  .c-imgLead--imgCol2 .c-imgLead_block.-slim {
    padding:0 30px;
  }
  .c-imgLead--imgCol2 .c-imgLead_block.-slim + .-slim {
    margin-bottom:0;
  }
}

.c-imgLead--imgCol2_02 > div:nth-child(even),
.c-imgLead--imgCol2 > div:nth-child(even) {
  margin-right: 0;
}

.c-imgLead--imgCol3 > div {
  width: 278px;
  margin-right: 18px;
  margin-left: 0;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-imgLead--imgCol3 > div {
    /* For SP*/
    width: auto;
    margin: 0 0 25px 0;
    padding: 0 8.1159%;
  }
}

.c-imgLead--imgCol3.-flex {
  margin-right: -18px;
}

.c-imgLead--imgCol3.-flex > div {
  width: calc(33.3333333% - 18px);
  margin-right: 18px;
  margin-left: 0;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-imgLead--imgCol3.-flex {
    margin-right: 0;

  }
  
  .c-imgLead--imgCol3.-flex > .c-imgLead_block {
    width: auto;
    margin-right: 0;
    margin-left: 0;
    padding: 0;
  }
}




.c-imgLead--imgCol3 > div:nth-child(3n) {
  margin-right: 0;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-imgLead--imgCol4 {
    /* For SP*/
    display: -ms-flexbox;
    display: flex;
  }
}

.c-imgLead--imgCol4 > div {
  width: 204px;
  margin-right: 18px;
  text-align: center;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-imgLead--imgCol4 > div {
    /* For SP*/
    width: 48%;
    margin: 0 4% 25px 0;
  }
  .c-imgLead--imgCol4 > div:nth-child(even) {
    margin-right: 0;
  }
}

.c-imgLead--imgCol4 > div:nth-child(4n) {
  margin-right: 0;
}

.c-imgLead--imghalf > div {
  width: 420px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-imgLead--imghalf {
    /* For SP*/
  }
  .c-imgLead--imghalf > div {
    width: 100%;
  }
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-imgLead_block figure img {
    /* For SP*/
    width: 100%;
  }
}

.c-imgLead_block figcaption {
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 15px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-imgLead_block figcaption {
    /* For SP*/
    margin-top: 10px;
  }
}

.c-imgLead_block:last-child {
  margin-right: 0;
}

.c-imgLead_block--row {
  overflow: hidden;
}

.c-mapBlock_inner {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 50%;
  margin-bottom: 20px;
}

.c-mapBlock_inner iframe,
.c-mapBlock_inner object,
.c-mapBlock_inner embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-mapBlock ul > li {
  font-weight: normal;
  margin-bottom: 10px;
}

.c-mapBlock ul > li > ul {
  margin-top: 10px;
}

.c-frameBg {
  padding: 25px 30px 25px 32px;
}

.c-frameBg02 {
  padding: 20px;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-frameBg {
    /* For SP*/
    padding: 16px 16px 20px 16px;
  }
}

.c-frameBg--gray {
  background: #f7f7f7;
}

.c-frameBg--white {
  background: #fff;
}

.c-frameBg--subColor {
  background: #fef6f0;
}

.c-frameImage {
  padding: 50px 100px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-frameImage {
    /* For SP*/
    padding: 25px 50px;
  }
}

.c-frame_pdf {
  font-size: 15px;
  font-size: 1.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-frame_pdf {
    /* For SP*/
    font-size: 1.3rem;
    display: block;
  }
}

.c-frame_pdf dl {
  position: relative;
  top: -6px;
  width: 602px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-frame_pdf dl {
    /* For SP*/
    top: 0;
    width: 100%;
  }
}

.c-frame_pdf dl dd {
  text-align: right;
  margin: 10px 15px 0 0;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-frame_pdf dl dd {
    /* For SP*/
    text-align: left;
  }
}

.c-frame_pdf dl + p {
  margin-right: 30px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-frame_pdf dl + p {
    /* For SP*/
    margin: 10px 0 0 0;
  }
}

.c-frame_line {
  border: 2px solid #f5b680;
}

.c-frame_line.-red {
  border-color: #e60012;
}


.c-frame_title {
  border: 2px solid #fdf0e5;
}

.c-frame_title > p {
  background: #fdf0e5;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
  padding: 13px 0 11px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-frame_title > p {
    /* For SP*/
    font-size: 1.7rem;
    padding: 18px 0 13px;
  }
}

.c-indexPanel {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -30px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-indexPanel {
    /* For SP*/
    display: block;
    margin-top: 0;
  }
}

.c-indexPanel_block {
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  box-sizing: border-box;
  width: calc(100% / 2 - 15px);
  margin: 30px 30px 0 0;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-indexPanel_block {
    /* For SP*/
    width: 100%;
    margin: 20px 0 0 0;
  }
}

.c-indexPanel_block:nth-child(even) {
  margin-right: 0;
}

.c-indexPanel_block a {
  display: block;
  color: #06c;
  padding: 25px 28px 30px;
  background: none;
}

.c-indexPanel_block a p:first-child {
  border-bottom: 4px solid #e60012;
  padding-bottom: 10px;
  margin-bottom: 12px;
}

.c-indexPanel_block a[href$=".pdf"] p:first-child:after {
  content: "";
  display: inline-block;
  background: url(/assets/images/common/ico_pdf.png) no-repeat;
  background-size: 20px auto;
  width: 20px;
  height: 20px;
  margin-left: 3px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-indexPanel_block a p:first-child {
    /* For SP*/
    border-width: 2px;
    font-size: 1.7rem;
  }
}

.c-indexPanel_block a p:last-child {
  font-size: 15px;
  font-size: 1.5rem;
  color: #333;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-indexPanel_block a p:last-child {
    /* For SP*/
    font-size: 1.3rem;
  }
}

.c-indexPanel_block a:hover {
  opacity: .5;
}

.c-indexPanel_block a:hover p {
  color: #e60012;
  text-decoration: underline;
}
.c-indexPanel_block a:hover p:last-child {
  color: #333;
  text-decoration: none;
}

.c-indexPanel_block span {
  display: block;
  padding: 25px 28px 30px;
}

.c-indexPanel_block span p:first-child {
  border-bottom: 4px solid #e60012;
  padding-bottom: 10px;
  margin-bottom: 12px;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-indexPanel_block span p:first-child {
    /* For SP*/
    border-width: 2px;
    font-size: 1.7rem;
  }
}

.c-indexPanel_block span p:last-child {
  font-size: 15px;
  font-size: 1.5rem;
  color: #333;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-indexPanel_block span p:last-child {
    /* For SP*/
    font-size: 1.3rem;
  }
}

.c-foodSafety_block {
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-foodSafety_block {
    /* For SP*/
    display: block;
  }
}

.c-foodSafety_block_cnt {
  background: #fdf0e5;
  width: 250px;
  padding: 15px 25px 22px;
  margin-right: 30px;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-foodSafety_block_cnt {
    /* For SP*/
    width: 100%;
    padding: 12px 0 15px;
    margin: 15px 0 0 0;
  }
}

.c-foodSafety_block_cnt:last-child {
  margin-right: 0;
}

.c-foodSafety_block_cnt dl {
  text-align: center;
}

.c-foodSafety_block_cnt dl dt {
  font-weight: bold;
  margin-bottom: 10px;
}

.c-corporatePanel_list {
  width: 280px;
  background: #f7f7f7;
  margin-right: 15px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-corporatePanel_list {
    /* For SP*/
    width: 100%;
    margin: 15px 0 0 0;
  }
}

.c-corporatePanel_list:last-child {
  margin-right: 0;
}

.c-corporatePanel_title {
  color: #fff;
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: bold;
  text-align: center;
  height: 120px;
  display: table;
  width: 100%;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-corporatePanel_title {
    /* For SP*/
    font-size: 2.3rem;
    height: 100px;
  }
}

.c-corporatePanel_title p {
  display: table-cell;
  vertical-align: middle;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
}

.c-corporatePanel_title p span {
  display: block;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.8rem;
  text-shadow: none;
  margin-top: -10px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-corporatePanel_title p span {
    font-size: 1.5rem;
    margin-top: -7px;
  }
}

.c-corporatePanel_title_sml {
  font-size: 20px;
  font-size: 2.0rem;
  padding: 23px 0 15px;
  height: 148px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-corporatePanel_title_sml {
    /* For SP*/
    font-size: 1.7rem;
    padding: 15px 0;
    height: 100px;
  }
}

.c-corporatePanel_title_sml p {
  display: block;
  line-height: 1.4;
}

.c-corporatePanel_title_sml p span {
  font-size: 15px;
  font-size: 1.5rem;
  margin-top: 10px;
  padding: 0 20px 0 12px;
}

.c-corporatePanel_title_sml .title {
  height: 55px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-corporatePanel_title_sml p {
    /* For SP*/
  }
  .c-corporatePanel_title_sml p br {
    display: none;
  }
  .c-corporatePanel_title_sml p span {
    font-size: 1.4rem;
    margin-top: 7px;
    padding: 0 30px 0 20px;
  }
  .c-corporatePanel_title_sml .title {
  height: auto;
}
}

.c-corporatePanel_bg_blue {
  background: #518acc;
}

.c-corporatePanel_bg_green {
  background: #57b284;
}

.c-corporatePanel_bg_yellow {
  background: #f2ab1b;
}

.c-corporatePanel_bg_orange {
  background: #ec6d00;
}

.c-corporatePanel_text {
  padding: 20px 15px 25px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-corporatePanel_text {
    /* For SP*/
    padding: 17px 20px;
  }
}

.c-pdtDesc {
  display: -ms-flexbox;
  display: flex;
  margin: 35px 0 30px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-pdtDesc {
    /* For SP*/
    margin: 30px 0 25px;
  }
}

.c-pdtDesc_img {
  border: 1px solid #c4c4c4;
  width: 170px;
  height: 170px;
  box-sizing: border-box;
  padding: 24px;
  margin-right: 14px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-pdtDesc_img {
    /* For SP*/
    width: 136px;
    height: 136px;
    padding: 25px;
  }
}

.c-pdtDesc_text {
  -ms-flex: 1;
      flex: 1;
}

.c-indexBlock_title {
  padding: 19px 20px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-indexBlock_title {
    /* For SP*/
    padding: 10px 15px;
  }
}

.c-indexBlock_desc {
  font-size: 15px;
  font-size: 1.5rem;
  padding: 0 20px;
}

.c-indexBlock_desc_open {
  color: #e60012;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 20px;
  margin-top: 10px;
}

.c-indexBlock_desc_open span {
  border: 1px solid #e60012;
  display: block;
  padding: 5px 10px;
}

.c-indexBlock_desc_close {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 20px;
  margin-top: 10px;
  text-align: center;
}

.c-indexBlock_desc_close span {
  background: #a0a0a0;
  display: block;
  padding: 5px 10px;
}

.c-indexBlock_title a[target="_blank"] {
  padding-right: 20px;
  background: url(/assets/images/common/ico_blank.png) no-repeat 100% 50%;
}

.c-indexBlock_title a[href$=".pdf"] {
  padding-right: 30px;
  background: url(/assets/images/common/ico_pdf.png) no-repeat 100% 50%;
  background-size: 20px auto;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-indexBlock_desc {
    /* For SP*/
    font-size: 1.4rem;
    padding: 0 15px;
  }
  .c-indexBlock_desc_open {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .c-indexBlock_desc_close {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.c-isomaltoImage figure {
  text-align: center;
}

.c-framePanel {
  background: #f7f7f7;
  padding: 30px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-framePanel {
    /* For SP*/
    padding: 18px 15px 15px;
  }
}

.c-framePanel_title {
  color: #06c;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 30px;
  padding: 0 0 20px 28px;
  position: relative;
  border-bottom: 4px solid #e60012;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-framePanel_title {
    /* For SP*/
    font-size: 1.7rem;
    margin-bottom: 0;
    padding: 0 0 15px 20px;
    border-width: 2px;
  }
}

.c-framePanel_title:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  background: url(/assets/images/common/arw_pagehdg.png) no-repeat;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-framePanel_title:before {
    /* For SP*/
    width: 15px;
    height: 15px;
    background-size: 15px auto;
  }
}

.c-framePanel_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-framePanel_list li {
  background: #fff;
  margin-right: 10px;
  width: 270px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-framePanel_list li {
    /* For SP*/
    margin: 15px 4% 0 0;
    width: 48%;
  }
  .c-framePanel_list li:nth-child(even) {
    margin-right: 0;
  }
  .c-framePanel_list li figure img {
    width: 100%;
  }
}

.c-framePanel_list li:nth-child(4n) {
  margin-right: 0;
}

.c-framePanel_list li a {
  display: block;
}

.c-framePanel_list li a:hover span {
  color: #e60012;
  text-decoration: underline;
}

.c-framePanel_list li p {
  font-weight: bold;
  color: #06c;
  padding: 20px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-framePanel_list li p {
    /* For SP*/
    padding: 15px 15px 15px 7px;
  }
}

.c-framePanel_list li p span {
  display: inline-block;
  position: relative;
  padding-left: 10px;
}

.c-framePanel_list li p span:before {
  content: " ";
  position: absolute;
  top: 10px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #e60012;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-framePanel_list li p span:before {
    /* For SP*/
    top: 7px;
  }
}

.c-performanceBlock {
  width: 570px;
  margin: 75px 30px 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-performanceBlock {
    /* For SP*/
    width: 100%;
    margin: 35px 0 0 0;
  }
}

.c-performanceBlock:nth-child(even) {
  margin-right: 0;
}

.c-performanceBlock:nth-child(5) > div:last-child, .c-performanceBlock:nth-child(6) > div:last-child {
  min-height: 133px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-performanceBlock:nth-child(5) > div:last-child, .c-performanceBlock:nth-child(6) > div:last-child {
    /* For SP*/
    min-height: auto;
  }
}

.c-performanceBlock > p {
  border: 2px solid #e60012;
  border-radius: 30px;
  position: relative;
  margin-bottom: 55px;
  padding: 17px 0 12px;
  text-align: center;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-performanceBlock > p {
    /* For SP*/
    border-radius: 22px;
    margin-bottom: 40px;
    padding: 12px 0 11px;
  }
  .c-performanceBlock > p img {
    height: 20px;
  }
}

.c-performanceBlock > p:before {
  content: " ";
  border-style: solid;
  border-width: 16px 12px 0 12px;
  border-color: #e60012 transparent transparent transparent;
  position: absolute;
  bottom: -16px;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}

.c-performanceBlock > p:after {
  content: " ";
  border-style: solid;
  border-width: 13px 9.5px 0 9.5px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  bottom: -13px;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  z-index: 2;
}

.c-performanceBlock_img {
  text-align: center;
}

.c-performanceBlock_txt {
  min-height: 106px;
  margin-top: 40px;
  padding: 0 36px 0 38px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-performanceBlock_txt {
    /* For SP*/
    min-height: auto;
    margin-top: 35px;
    padding: 0;
  }
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-areaMap_inner {
    /* For SP*/
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.c-areaMap_inner:first-child > figure {
  margin-bottom: 30px;
}

.c-areaMap_inner:last-child > figure {
  margin-top: 30px;
}

.c-areaMap_inner > figure {
  margin-right: 30px;
  float: left;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-areaMap_inner > figure {
    /* For SP*/
    margin-right: 0;
    float: none;
    text-align: center;
    margin: 0 auto 30px;
  }
}

.c-areaMap_desc {
  float: right;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-areaMap_desc {
    /* For SP*/
    float: none;
  }
}

.c-areaMap_desc_block {
  border: 1px solid #e6e6e6;
  padding: 25px 40px;
  box-sizing: border-box;
  width: 570px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-areaMap_desc_block {
    /* For SP*/
    float: none;
    width: 100%;
    padding: 25px 20px;
  }
  .c-areaMap_desc_block:last-child {
    margin-bottom: 0;
  }
}

.c-areaMap_desc_block_image {
  float: right;
  width: 170px;
  margin-left: 30px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-areaMap_desc_block_image {
    /* For SP*/
    width: 120px;
    margin-left: 20px;
  }
}

.c-areaMap_desc_block_text {
  overflow: hidden;
}

.c-areaMap_desc_block_text p:first-child {
  font-weight: bold;
  margin-bottom: 10px;
}

.c-companyBland_logo {
  text-align: center;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-companyBland_logo {
    /* For SP*/
    margin-bottom: 15px;
  }
  .c-companyBland_logo img {
    height: 100px;
  }
}

.c-companyBland_inner {
  margin-bottom: 50px;
}

.c-companyBland_inner ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-top: 5px;
  margin: 0 auto;
  width: 455px;
}

.c-companyBland_inner ul li:last-child {
  margin: 20px auto 15px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-companyBland_inner ul {
    /* For SP*/
    width: auto;
    max-width: 455px;
  }
  .c-companyBland_inner ul li {
    width: 48%;
  }
  .c-companyBland_inner ul li:first-child {
    margin-right: 4%;
  }
}

/*----------------------------------
Table Style
----------------------------------*/
.c-table {
  margin-bottom: 50px;
}

.c-table table {
  width: 100%;
  border: 1px solid #c4c4c4;
  box-sizing: border-box;
}

.c-table tr {
  border-bottom: 1px solid #c4c4c4;
  font-size: 15px;
  font-size: 1.5rem;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-table tr {
    /* For SP*/
    font-size: 1.4rem;
  }
}

.c-table tr:last-child {
  border-bottom: none;
}

.c-table01 table {
  width: 100%;
  border: 1px solid #e6e6e6;
}

.c-table01 table tr {
  border-bottom: 1px solid #e6e6e6;
}

.c-table01 table tr:last-child {
  border-bottom: none;
}

.c-table01 table tr th {
  text-align: center;
  font-weight: bold;
  background: #f7f7f7;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  height: 50px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-table01 table tr th {
    /* For SP*/
    height: auto;
    padding: 0 8px;
  }
}

.c-table01 table tr td {
  border-right: 1px solid #e6e6e6;
  padding-left: 15px;
  height: 50px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-table01 table tr td {
    /* For SP*/
    height: auto;
    padding: 0 8px;
  }
}

.c-table_spLabel {
  display: none;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-table_spLabel {
    /* For SP*/
    display: inline;
  }
}

.c-tableIcon {
  border-radius: 4px;
  color: #fff;
  padding: 2px 0;
  text-align: center;
  width: 70px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-tableIcon {
    /* For SP*/
    font-size: 1.3rem;
    width: 58px;
  }
}

.c-tableIcon_red {
  background: #e60012;
}

.c-tableIcon_yellow {
  background: #f6a200;
}

.c-tableIcon_orange {
  background: #ec6d00;
}

.c-tableIcon_gray {
  background: #999;
}

.c-tableIcon_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 15px;
  font-size: 1.5rem;
  margin-top: 50px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-tableIcon_list {
    /* For SP*/
    margin-top: 25px;
    font-size: 1.3rem;
  }
}

.c-tableIcon_list li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-right: 15px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-tableIcon_list li {
    /* For SP*/
    width: 49%;
    margin: 15px 2% 0 0;
  }
  .c-tableIcon_list li:nth-child(even) {
    margin-right: 0;
  }
  .c-tableIcon_list li:nth-child(3) p:first-child {
    margin-right: 5px;
  }
}

.c-tableIcon_list li p:first-child {
  margin-right: 10px;
}

.c-tableWrap_text {
  margin-bottom: 50px;
}

.c-tableWrap_text:last-child {
  margin-bottom: 0;
}

.c-tableWrap_text ul li:first-child {
  border-top: none;
}

.c-tableSet > li {
  padding: 13px 0 9px;
  border-bottom: 1px solid #c4c4c4;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-tableSet > li {
    /* For SP*/
    padding: 10px 0;
  }
}

.c-tableSet > li:first-child {
  border-top: 1px solid #c4c4c4;
}

.c-tableSet02 > li {
  padding: 10px 0 14px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-tableSet02 > li {
    /* For SP*/
    padding: 12px 0;
  }
}

.c-tableSet_inner {
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-tableSet_inner {
    /* For SP*/
    display: block;
    padding: 0 0 0 10px;
  }
}

.c-tableSet_inner > p:first-child {
  font-weight: bold;
  font-size: 15px;
  font-size: 1.5rem;
  margin-right: 45px;
  letter-spacing: .1em;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-tableSet_inner > p:first-child {
    /* For SP*/
    font-size: 1.4rem;
  }
}

.c-tableSet_inner .c-arw_blue {
  -ms-flex: 1;
      flex: 1;
}

.c-tableSet_inner ul li {
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-tableSet_inner ul li {
    /* For SP*/
    margin-bottom: 8px;
  }
  .c-tableSet_inner ul li:last-child {
    margin-bottom: 0;
  }
}

.c-tableSet_inner ul li p {
  font-size: 15px;
  font-size: 1.5rem;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-tableSet_inner ul li p {
    /* For SP*/
    font-size: 1.4rem;
  }
}

.c-tableSet_inner ul li p span {
  font-weight: bold;
}

.c-tableSet_inner--category {
  -ms-flex: 1;
      flex: 1;
}

.c-tableSet_inner--category p.is-category {
  color: #f6a200;
  font-weight: bold;
  border-radius: 11px;
  margin-bottom: 5px;
  padding: 0 12px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-tableSet_inner--category p.is-category {
    /* For SP*/
    line-height: 1.25;
    padding: 2px 5px;
  }
}

.c-tableSet_inner--category p.is-article {
  padding: 0 16px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-tableSet_inner--category p.is-article {
    /* For SP*/
    padding: 0 8px;
  }
}

.c-tableSet_inner--category a {
  color: #06c;
}

.c-tableSet_inner--category a:hover {
  color: #e60012;
  text-decoration: underline;
}

.c-tableSet--category li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
      align-items: baseline;
  padding: 9px 10px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-tableSet--category li {
    /* For SP*/
    display: block;
    padding: 10px;
  }
}

.c-tableSet--category li > p {
  font-weight: bold;
  font-size: 15px;
  font-size: 1.5rem;
  margin-right: 30px;
  letter-spacing: .1em;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-tableSet--category li > p {
    /* For SP*/
    margin: 0 0 5px 0;
  }
}

.c-tableSet_nest {
  padding-bottom: 20px;
  border-bottom: 1px solid #c4c4c4;
  margin-bottom: 25px;
}

.c-tableSet_nest > ul {
  margin: 15px 0 0 190px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-tableSet_nest > ul {
    /* For SP*/
    margin: 5px 0 0 8px;
  }
}

.c-tableSet_nest > ul > li:nth-child(n) {
  margin-bottom: 10px;
}

.c-tableSet_nest > ul > li:last-child {
  margin-bottom: 0;
}

.c-tableSet_nest > ul > li ul {
  margin-top: 10px;
}

.c-tableSet_nest > ul > li ul li {
  padding-left: 5px;
  font-size: 15px;
  font-size: 1.5rem;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-tableSet_nest > ul > li ul li {
    /* For SP*/
    font-size: 1.4rem;
  }
}

.c-tableSet_nest > ul > li ul li:before {
  display: none;
}

.c-tableSet_text > p:first-child {
  margin-right: 35px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-tableSet_text > p:first-child {
    /* For SP*/
    margin: 0 0 10px 0;
  }
}

.c-tableSet_text li p:first-child {
  min-width: 70px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-tableSet_text li p:first-child {
    /* For SP*/
    min-width: 62px;
  }
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-tableSet_text02 {
    /* For SP*/
    padding: 0;
  }
}

.c-tableSet_text02 > p:first-child {
  min-width: 145px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-tableSet_text02 > p:first-child {
    /* For SP*/
    margin: 0;
  }
  .c-tableSet_text02 > p:first-child + p {
    text-indent: inherit;
    padding-left: 0;
  }
}

.c-tableSet_text03 > p:first-child {
  margin-right: 22px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-tableSet_text03 > p:first-child {
    /* For SP*/
    margin: 0 0 5px 0;
  }
}

.c-table_support table {
  width: 100%;
}

.c-table_support tr {
  border-top: 1px solid #e6e6e6;
  border-radius: 4px;
}

.c-table_support tr:last-child {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 4px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-table_support tr:last-child {
    /* For SP*/
    border-bottom: none;
  }
}

.c-table_support th {
  background: #f7f7f7;
  width: 470px;
  padding: 30px;
  box-sizing: border-box;
  vertical-align: top;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-table_support th {
    /* For SP*/
    width: 100%;
    display: block;
    padding: 15px;
    border-bottom: 1px solid #e6e6e6;
  }
}

.c-table_support th h2 {
  margin-bottom: 25px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-table_support th h2 {
    /* For SP*/
    margin-bottom: 15px;
  }
}

.c-table_support td {
  padding: 40px 40px 30px 107px;
  vertical-align: top;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-table_support td {
    /* For SP*/
    width: auto;
    display: block;
    padding: 35px 15px 20px;
  }
}

.c-table_support_title {
  margin-bottom: 15px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-table_support_title {
    /* For SP*/
    margin-bottom: 30px;
    font-size: 1.5rem;
  }
}

.c-table_support_title--tel p span:before {
  background: url(/assets/images/support/ico_tel.svg) no-repeat;
}

.c-table_support_title--email p span:before {
  background: url(/assets/images/support/ico_email.svg) no-repeat;
}

.c-table_support_title--email + div p {
  margin: 0;
}

.c-table_support_title--email + div p a {
  background: #fff;
  color: #e60012;
  border: 2px solid #e60012;
  border-radius: 5px;
  padding: 14px 40px;
  transition: background .4s;
}

.c-table_support_title--email + div p a:after {
  background: url(/assets/images/common/arw_btn_wh.svg) no-repeat;
}

.c-table_support_title--email + div p a:hover {
  color: #fff;
  background: #e60012;
  opacity: 1;
  transition: all .4s;
}

.c-table_support_title--email + div p a:hover:after {
  background: url(/assets/images/common/arw_btn_next.svg) no-repeat;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-table_support_title--email + div p a {
    /* For SP*/
    padding: 9px 35px;
  }
  .c-table_support_title--email + div p a:after {
    right: 15px;
    width: 15px;
    height: 15px;
    margin-top: -7px;
    background-size: 15px auto;
  }
  .c-table_support_title--email + div p a:hover:after {
    right: 15px;
    width: 15px;
    height: 15px;
    margin-top: -7px;
    background-size: 15px auto;
  }
}

.c-table_support_title--letter p span:before {
  background: url(/assets/images/support/ico_letter.svg) no-repeat;
}

.c-table_support_title p {
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-table_support_title p {
    /* For SP*/
    font-size: 1.5rem;
  }
}

.c-table_support_title p span {
  position: relative;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-table_support_title p span {
    /* For SP*/
    padding-left: 60px;
  }
}

.c-table_support_title p span:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: -75px;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  width: 60px;
  height: 60px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-table_support_title p span:before {
    /* For SP*/
    width: 50px;
    height: 50px;
    left: 0;
    background-size: 50px auto;
  }
}

.c-table_support_cnt {
  margin-bottom: 15px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-table_support_cnt {
    /* For SP*/
    margin-bottom: 40px;
  }
}

.c-table_support_cnt:nth-child(4) {
  margin-bottom: 40px;
}

.c-table_support_cnt:last-child {
  margin-bottom: 0;
}

.c-table_support_tel {
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 13px;
}

.c-table_support_tel a {
  color: #319e2e;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-table_support_tel {
    /* For SP*/
    font-size: 2.3rem;
    margin-bottom: 5px;
  }
  .c-table_support_tel a {
    text-decoration: underline;
  }
}

.c-table_support_tel span {
  padding-left: 50px;
  background-image: url(/assets/images/support/ico_free.svg);
  background-repeat: no-repeat;
  background-position: 0 50%;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-table_support_tel span {
    /* For SP*/
    padding-left: 37px;
    background-size: 32px auto;
    background-position: 0 55%;
  }
}

.c-nestList_table {
  margin-bottom: 50px;
}

.c-nestList_table > div:first-child {
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-nestList_table > div:first-child {
    /* For SP*/
    margin-bottom: 20px;
  }
}

.c-tableHdg_top {
  font-size: 15px;
  font-size: 1.5rem;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-tableHdg_top {
    /* For SP*/
    font-size: 1.4rem;
  }
}

.c-tableHdg_top dt {
  font-weight: bold;
  text-align: center;
  background: #f7f7f7;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-tableHdg_top {
    /* For SP*/
    display: -ms-flexbox;
    display: flex;
  }
}

.c-tableHdg_left tr {
  height: 60px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-tableHdg_left tr {
    /* For SP*/
    height: auto;
  }
}

.c-tableHdg_left th {
  font-weight: bold;
  background: #f7f7f7;
  border-right: 1px solid #c4c4c4;
  box-sizing: border-box;
  line-height: 1.26;
  padding: 10px 20px;
  width: 150px;
  text-align: left;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-tableHdg_left th {
    /* For SP*/
    padding: 8px 10px;
    width: 26.6666%;
  }
}

.c-tableHdg_left td {
  padding: 10px 20px;
  width: 360px;
  text-align: left;
}
.c-tableHdg_left td.icon_srecipe a{
    position: relative;
    display: block;
    padding-left: 36px;
}
.c-tableHdg_left td.icon_srecipe a:before{
content: " ";
position: absolute;
width: 28px;
height: 28px;
top: 50%;
left: 0;
margin-top: -14px;
background: url(/assets/images/common/ico_cock.svg) no-repeat;
background-size:28px auto;
}
.c-tableHdg_left td.icon_srecipe a:hover{
color: #e60012;
text-decoration: underline;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-tableHdg_left td {
    /* For SP*/
    padding: 8px 10px;
    width: 65.3333%;
  }
    .c-tableHdg_left td.icon_srecipe{
        padding: 8px;
    }
    .c-tableHdg_left td.icon_srecipe a:before{
    width: 20px;
    height: 20px;
    background-size:20px auto;
    margin-top: -10px;
    }
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-partsTable table {
    display: block;
    width: 100%;
  }
  .c-partsTable table tbody {
    display: block;
    width: 100%;
    overflow: hidden;
  }
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-partsTable tr {
    /* For SP*/
    display: block;
    width: 100%;
  }
}

.c-partsTable th {
  background: #f5f5f5;
  border-right: 1px solid #c4c4c4;
  font-weight: bold;
  box-sizing: border-box;
  vertical-align: top;
  text-align: left;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-partsTable th {
    /* For SP*/
    display: block;
    width: 100%;
    padding: 8px 10px;
  }
}

.c-partsTable td {
  padding: 12px 10px 12px 12px;
  vertical-align: top;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-partsTable td {
    /* For SP*/
    display: block;
    padding: 8px 10px;
  }
}

.c-partsTable01 th {
  width: 220px;
  padding: 12px 10px 12px 12px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-partsTable01 th {
    /* For SP*/
    display: block;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #c4c4c4;
    padding: 8px 10px;
  }
}

.c-partsTable01 td {
  padding: 12px 10px 12px 12px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-partsTable01 td {
    /* For SP*/
    display: block;
    padding: 8px 10px;
  }
}

.c-partsTable01 td p {
  display: inline-block;
  margin-left: 12px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-partsTable01 td p {
    /* For SP*/
    margin-left: 7px;
  }
}

.c-partsTable01--large th {
  width: 370px;
  text-align: left;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-partsTable01--large th {
    /* For SP*/
    width: 100%;
  }
}

.c-partsTable01--sml table {
  width: auto;
}

.c-partsTable01--sml table th {
  width: 170px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-partsTable01--sml table th {
    /* For SP*/
    width: 100%;
  }
}

.c-partsTable01--sml table td {
  width: 400px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-partsTable01--sml table td {
    /* For SP*/
    width: 100%;
  }
}

.c-partsTable01--sml_w100 table {
  width: 100%;
}

.c-partsTable01--sml_w100 table td {
  width: auto;
}

.c-partsTable01--en th {
  width: 270px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-partsTable01--en th {
    /* For SP*/
    width: 100%;
  }
}


.c-partsTable01--col3 th {
  width: 235px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-partsTable01--col3 th {
    /* For SP*/
    width: 100%;
  }
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-partsTable01--col3 td {
    /* For SP*/
    display: table-cell;
  }
}

.c-partsTable01--col3 td:first-of-type {
  border-right: 1px solid #c4c4c4;
  width: 166px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-partsTable01--col3 td:first-of-type {
    /* For SP*/
    width: 95px;
  }
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-partsTable02 tr {
    /* For SP*/
  }
  .c-partsTable02 tr:first-child {
    display: none;
  }
}

.c-partsTable02 th {
  padding: 12px 10px 12px 12px;
  text-align: center;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-partsTable02 th {
    /* For SP*/
    display: block;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #c4c4c4;
    padding: 8px 10px;
  }
}

.c-partsTable02 td {
  border-right: 1px solid #c4c4c4;
  text-align: left;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-partsTable02 td {
    /* For SP*/
    display: -ms-flexbox;
    display: flex;
    border-right: none;
    padding: 7px 10px;
  }
  .c-partsTable02 td:first-child {
    padding-bottom: 0;
  }
  .c-partsTable02 td:last-child {
    padding-top: 0;
  }
  .c-partsTable02 td span {
    font-weight: bold;
  }
}

.c-partsTable02--sml th:first-child {
  width: 200px;
}

.c-partsTable02--bg tr:nth-child(odd) {
  background: #fafafa;
}

.c-partsTable_col3 th {
  width: 33.33333%;
}

.c-partsTable_place th {
  width: 385px;
}

.c-partsTable_place th:first-child {
  width: 100px;
}

.c-partsTable_place td:nth-child(1) {
  padding: 12px 15px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-partsTable_place td:nth-child(1) {
    /* For SP*/
    padding: 10px 10px 0;
  }
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-partsTable_place td {
    /* For SP*/
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .c-partsTable_place td:nth-child(2) {
    padding: 10px 10px 0;
  }
  .c-partsTable_place td:nth-child(3) {
    padding: 0 10px 10px;
  }
}

.c-partsTable_place td em {
  font-weight: bold;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-partsTable_place td em {
    /* For SP*/
    font-weight: normal;
  }
}

.c-partsTable_place td em a {
  color: #06c;
}

.c-partsTable_place td em a[target="_blank"] {
  padding-right: 20px;
  background: url(/assets/images/common/ico_blank.png) no-repeat 100% 50%;
}

.c-partsTable_place td em a:hover {
  color: #e60012;
  text-decoration: underline;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-partsTable_place td em a {
    /* For SP*/
    font-weight: normal;
  }
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-partsTable_sml tr {
    /* For SP*/
    font-size: 1.3rem;
  }
}

.c-partsTable_sml th {
  width: 195px;
}

.c-partsTable_sml th:last-child {
  width: 95px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-partsTable_sml td {
    /* For SP*/
    padding: 0 10px;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .c-partsTable_sml td:first-child {
    padding: 10px 10px 0;
  }
  .c-partsTable_sml td:last-child {
    padding: 0 10px 10px;
  }
}

.c-partsTable_info th {
  vertical-align: middle;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-partsTable_info td {
    /* For SP*/
    padding: 0 10px;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .c-partsTable_info td:first-child {
    padding: 10px 10px 0;
  }
  .c-partsTable_info td:last-child {
    padding: 0 10px 10px;
  }
}

.c-rowBg {
  background: #fafafa;
}

.c-rowWidth th:nth-child(1), .c-rowWidth th:nth-child(2) {
  width: 95px;
}

.c-rowWidth th:nth-child(3) {
  width: 253px;
}

.c-rowWidth th:nth-child(4), .c-rowWidth th:nth-child(5) {
  width: 145px;
}

.c-rowWidth th:nth-child(6) {
  width: 147px;
}

/*----------------------------------
Form Style
----------------------------------*/
/*--formParts--*/
input[type=text], input[type=tel], input[type=email], textarea {
  width: 100%;
  padding: 0 15px;
  font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'Noto Sans Japanese', Roboto, "Droid Sans", '游ゴシック体', 'YuGothic', '游ゴシック', 'Yu Gothic', 'メイリオ', Meiryo, sans-serif;
  border: none;
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  border-radius: 4px;
}

input[type=text], input[type=tel], input[type=email] {
  height: 34px;
  line-height: 34px;
}

button {
  outline: none;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  input[type=text], input[type=email], textarea {
    max-width: 100%;
  }
}

input[type=submit], button {
  width: 100%;
  font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'Noto Sans Japanese', Roboto, "Droid Sans", '游ゴシック体', 'YuGothic', '游ゴシック', 'Yu Gothic', 'メイリオ', Meiryo, sans-serif;
  border: none;
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background: none;
}

input::-webkit-input-placeholder {
  color: #999999;
  font-weight: normal;
}

input:-ms-input-placeholder {
  color: #999999;
  font-weight: normal;
}

input::-moz-placeholder {
  color: #999999;
  font-weight: normal;
}

input:disabled, select:disabled, textarea:disabled {
  color: #bdbdbd;
  cursor: default;
}

input[type=radio] {
  display: inline-block;
  margin-right: 6px;
}

input[type=radio] + span {
  position: relative;
  display: inline-block;
  cursor: pointer;
  white-space: nowrap;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

@media (min-width: 1px) {
  input[type=radio] {
    display: none;
    margin: 0;
  }
  input[type=radio] + span {
    padding: 0 0 0 23px;
  }
  input[type=radio] + span:before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;
    box-sizing: border-box;
    display: block;
    width: 14px;
    height: 14px;
    margin-top: -8px;
    background: #fff;
    border-radius: 2px;
  }
  input[type=radio] + span:before {
    border: 1px solid #dadada;
    border-radius: 50%;
  }
  input[type=radio]:checked + span:after {
    content: " ";
    position: absolute;
    top: 50%;
    box-sizing: border-box;
    display: block;
  }
  input[type=radio]:checked + span:after {
    left: 5px;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    margin-left: -2px;
    background: #006bb3;
    border-radius: 8px;
  }
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-siteSearch {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-siteSearch p:first-child {
    width: 100%;
  }
}

.c-siteSearch input[type=text] {
  background: #f7f7f7;
  border-radius: 4px 0 0 4px;
  width: 212px;
  padding: 0 0 0 12px;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-siteSearch input[type=text] {
    width: 100%;
  }
}

.c-siteSearch button {
  background: #999999;
  border-radius: 0 4px 4px 0;
  width: 44px;
  height: 34px;
  position: relative;
}

.c-siteSearch button:before {
  content: " ";
  background: url(/assets/images/common/ico_search.png) no-repeat;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}

.c-siteSearch button:hover {
  background: #e60012;
}

.c-siteSearch--result {
  margin-bottom: 30px;
}

.c-siteSearch--result form {
  -ms-flex-pack: center;
      justify-content: center;
}

.c-siteSearch--result input[type=text] {
  width: 570px;
}

.c-siteSearch--result + p {
  margin-bottom: 25px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-siteSearch--result {
    /* For SP*/
    margin-bottom: 25px;
  }
  .c-siteSearch--result input[type=text] {
    width: 100%;
  }
  .c-siteSearch--result + p {
    margin-bottom: 20px;
  }
}

.c-siteSearch_list li {
  border-top: 1px solid #c4c4c4;
  padding: 15px 0 20px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-siteSearch_list li {
    /* For SP*/
    padding-top: 20px;
  }
}

.c-siteSearch_list li:last-child {
  border-bottom: 1px solid #c4c4c4;
  margin-bottom: 30px;
}

.c-siteSearch_list_category {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.c-siteSearch_list_category a {
  color: #06c;
  display: inline-block;
  position: relative;
  padding-left: 10px;
}

.c-siteSearch_list_category a span {
}

.c-siteSearch_list_category a[href$=".pdf"] {
  padding-right: 0;
  background: none;
}

.c-siteSearch_list_category a[href$=".pdf"] span {
  background: url(/assets/images/common/ico_pdf.png) no-repeat 100% 0%;
  background-size: 20px auto;
  padding: 0px 25px 3px 0;
}

.c-siteSearch_list_category a span:before {
  content: " ";
  position: absolute;
  top: 10px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #e60012;
}

.c-siteSearch_list_category a:hover {
  color: #e60012;
  text-decoration: underline;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-siteSearch_list_category {
    /* For SP*/
    font-size: 1.5rem;
  }
}

.c-siteSearch_list_inner p {
  word-wrap: break-word;
}

.c-siteSearch_list_inner_text {
  margin-bottom: 7px;
}

.c-siteSearch_list_inner a {
  color: #06c;
}

.c-siteSearch_list_inner a:hover {
  color: #e60012;
  text-decoration: underline;
}

.c-searchForm {
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-size: 1.4rem;
}

.c-contactTitle {
  margin-bottom: 30px;
}

.c-contactTitle_inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  counter-reset: number;
}

.c-contactTitle_inner li {
  width: 360px;
  height: 60px;
  background: #f0f0f0;
  text-align: center;
  font-weight: bold;
  margin-right: 33px;
  position: relative;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-contactTitle_inner li {
    /* For SP*/
    width: 26.8115%;
    height: 50px;
    margin-right: 7%;
  }
}

.c-contactTitle_inner li:before {
  content: " ";
  position: absolute;
  left: 100%;
  top: 0;
  border-style: solid;
  border-width: 30px 0 30px 23px;
  border-color: transparent transparent transparent #f0f0f0;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-contactTitle_inner li:before {
    /* For SP*/
    border-width: 25px 0 25px 17px;
  }
}

.c-contactTitle_inner li:last-child {
  margin-right: 0;
  width: 383px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-contactTitle_inner li:last-child {
    /* For SP*/
    width: 31.5942%;
    height: 50px;
    margin-right: 0;
  }
}

.c-contactTitle_inner li:last-child:before {
  display: none;
}

.c-contactTitle_inner li > span {
  line-height: 60px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-contactTitle_inner li > span {
    /* For SP*/
    line-height: 50px;
  }
}

.c-contactTitle_inner li > span span {
  vertical-align: middle;
  padding-left: 30px;
  position: relative;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-contactTitle_inner li > span span {
    /* For SP*/
    padding-left: 23px;
  }
}

.c-contactTitle_inner li > span span:before {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  line-height: 24px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-contactTitle_inner li > span span:before {
    /* For SP*/
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 1.0rem;
  }
}

.c-contactTitle_inner li.is-active {
  color: #fff;
  background: #ec6d00;
}

.c-contactTitle_inner li.is-active:before {
  border-color: transparent transparent transparent #ec6d00;
}

.c-contactTitle_inner li.is-active span:before {
  color: #ec6d00;
}

.c-formTable_wrap {
  margin-bottom: 50px;
}

.c-formTable table {
  width: 100%;
}

.c-formTable table tr {
  border-top: 1px solid #e6e6e6;
}

.c-formTable table tr:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.c-formTable table th {
  vertical-align: top;
  font-weight: bold;
  padding: 25px 18px;
  background: #f7f7f7;
  width: 278px;
  text-align: left;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-formTable table th {
    /* For SP*/
    width: auto;
    display: block;
    padding: 13px 14px;
    border-bottom: 1px solid #e6e6e6;
  }
}

.c-formTable table td {
  padding: 25px 28px;
  word-break: break-all;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-formTable table td {
    /* For SP*/
    width: auto;
    display: block;
    padding: 20px 14px;
  }
}

.c-formTable table td input[type="text"],
.c-formTable table td input[type="email"],
.c-formTable table td input[type="tel"] {
  border: 1px solid #bbb;
  border-radius: 2px;
  font-size: 15px;
  font-size: 1.5rem;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  max-width: 762px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-formTable table td input[type="text"],
  .c-formTable table td input[type="email"],
  .c-formTable table td input[type="tel"] {
    /* For SP*/
    max-width: 100%;
  }
}

@media (min-width: 1px) {
  .c-formTable table td input[type=radio] + span {
    padding: 0 0 0 31px;
    margin-left: 2px;
  }
  .c-formTable table td input[type=radio] + span:before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;
    box-sizing: border-box;
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background: #fafafa;
    border: 1px solid #bbb;
    border-radius: 50%;
  }
  .c-formTable table td input[type=radio]:checked + span:after {
    content: " ";
    position: absolute;
    top: 50%;
    box-sizing: border-box;
    display: block;
    left: 7px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: #ec6d00;
    border-radius: 50%;
  }
}

.c-formTable_required p {
  position: relative;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-formTable_required p {
    /* For SP*/
    display: inline;
    padding-right: 60px;
  }
}

.c-formTable_required p:before {
  content: "必須";
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
  background: #ec6d00;
  border-radius: 4px;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  text-align: center;
  padding: 2px 0;
  font-weight: normal;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-formTable_required p:before {
    /* For SP*/
    font-size: 1.3rem;
    padding: 1px 0;
    border-radius: 2px;
    top: -3px;
  }
}

.c-formTable_item dl {
  margin-bottom: 10px;
}

.c-formTable_item dl:last-of-type {
  margin-bottom: 0;
}

.c-formTable_item dl dt {
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-formTable_item dl dt {
    /* For SP*/
    margin-bottom: 15px;
  }
}

.c-formTable_item dl dt span {
  color: #333;
  display: block;
}

.c-formTable_item dl.is-error select {
  border: 1px solid #f28088;
  background-color: #fef2f3;
}

.c-formTable_item.is-error input[type=radio] + span:before {
  border: 1px solid #f28088;
}

.c-formTable_item.is-error textarea {
  border: 1px solid #f28088;
  background: #fef2f3;
}

.c-formTable_item.is-error input[type="text"],
.c-formTable_item.is-error input[type="email"],
.c-formTable_item.is-error input[type="tel"] {
  border: 1px solid #f28088;
  background: #fef2f3;
}

.c-formTable_item_note {
  color: #e60012;
}

.c-formTable_item textarea {
  border: 1px solid #bbb;
  border-radius: 2px;
  height: 180px;
  width: 762px;
  padding-top: 10px;
  margin-bottom: 5px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-formTable_item textarea {
    /* For SP*/
    width: 100%;
    height: 157px;
  }
}

.c-formTable_item--name dl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 5px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-formTable_item--name dl {
    /* For SP*/
    margin-bottom: 0;
  }
}

.c-formTable_item--name dl dt {
  margin: 0 5px 0 0;
}

.c-formTable_item--name dl dd {
  margin-right: 15px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-formTable_item--name dl dd {
    /* For SP*/
    -ms-flex: 1;
        flex: 1;
  }
}

.c-formTable_item--name dl dd:last-child {
  margin-right: 0;
}

.c-formTable_item--name dl dd input[type="text"] {
  width: 210px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-formTable_item--name dl dd input[type="text"] {
    /* For SP*/
    font-size: 1.25rem;
    width: 100%;
  }
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-formTable_item--name p input[type="text"] {
    /* For SP*/
    font-size: 1.4rem;
  }
}

.c-formTable_item--mail p {
  margin-bottom: 10px;
}

.c-formTable_item--mail p:last-child {
  margin-bottom: 0;
}

.c-formTable_item--tel p {
  margin-bottom: 10px;
}

.c-formTable_item--tel p:last-child {
  margin-bottom: 0;
}

.c-formTable_item--post p {
  display: inline-block;
  vertical-align: middle;
}

.c-formTable_item--post p:nth-child(2) {
  padding: 0 9px;
}

.c-formTable_item--post.is-error p input[type="text"] {
  border: 1px solid #f28088;
  background: #fef2f3;
}

.c-formTable_item--post input[type="text"] {
  font-size: 16px;
  font-size: 1.6rem;
  width: 167px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-formTable_item--post input[type="text"] {
    /* For SP*/
    font-size: 1.4rem;
    width: 115px;
  }
}

.c-formTable_item--post button {
  background: #a0a0a0;
  border-radius: 5px;
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 7px 0;
  width: 220px;
  margin-left: 20px;
  transition: all .4s;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-formTable_item--post button {
    /* For SP*/
    width: 100%;
    margin: 20px 0 0 0;
    border-radius: 2px;
    padding: 12px 0;
  }
}

.c-formTable_item--post button:hover {
  opacity: .5;
}

.c-formTable_item_required {
  font-weight: bold;
  color: #e60012;
}

.c-formTable_item_any input[type="text"] {
  border: 1px solid #bbb;
  background: #fff;
}

.c-formTable_radio li {
  margin-bottom: 10px;
}

.c-formTable_radio li:last-child {
  margin-bottom: 0;
}

.c-formTable_radio--col2 {
  display: -ms-flexbox;
  display: flex;
}

.c-formTable_radio--col2 li {
  margin-right: 40px;
  margin: 0 40px 0 0;
}

.c-formTable_radio--col2 li:last-child {
  margin-right: 0;
}

.c-formTable_selected select {
  width: 460px;
  height: 38px;
  border: 1px solid #bbb;
  border-right: none;
  background: url(/assets/images/common/btn_select.svg) no-repeat 100% 50%;
  background-size: 40px auto;
  padding-left: 10px;
  font-size: 15px;
  font-size: 1.5rem;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-formTable_selected select {
    /* For SP*/
    width: 100%;
    height: 45px;
    background-size: 45px auto;
    padding-right: 50px;
  }
}

.c-formTable_selected.is-error select {
  border: 1px solid #f28088;
  background-color: #fef2f3;
}

.c-error_text {
  color: #e60012;
  font-weight: bold;
  margin-top: 7px;
}

/*----------------------------------
Media Style
----------------------------------*/
.c-movList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 40px 0;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-movList {
    /* For SP*/
    margin: 25px 0;
  }
}

.c-movList_cnt {
  width: 278px;
  margin-right: 18px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-movList_cnt {
    /* For SP*/
    width: 100%;
    margin: 25px 0 0 0;
  }
  .c-movList_cnt:first-child {
    margin-top: 0;
  }
  .c-movList_cnt dd img {
    width: 100%;
  }
}

.c-movList_cnt:last-child {
  margin-right: 0;
}

/*----------------------------------
Visual Style
----------------------------------*/
.c-movieContainer {
  width: 100%;
  height: 490px !important;
  position: relative;
  overflow: hidden;
  background: url(/assets/images/top/bg_mv--pc.jpg) no-repeat 50% 50%;
  background-size: cover;
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-movieContainer {
    /* For SP*/
    height: auto !important;
    margin-top: 68px;
    background-image: url(/assets/images/top/bg_mv--sp.jpg);
  }
}

.c-moviePlayer {
  position: absolute;
  z-index: 1;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-moviePlayer {
    /* For SP*/
    display: none;
  }
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-mv {
    /* For SP*/
    margin: 0 -15px;
  }
  .c-mv img {
    width: 100%;
  }
}

.c-mvWrap {
  width: 100%;
  height: 490px;
  margin: 0;
  position: absolute;
  z-index: 2;
  text-align: center;
}

@keyframes mvBg {
  0% {
    background: #fff;
  }
  50% {
    background: #fff;
  }
  100% {
    background: none;
  }
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-mvWrap {
    /* For SP*/
    position: relative;
    height: 0;
    padding-top: 65.3333%;
    animation-name: mvBg;
    animation-duration: 8s;
    background: #fff;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
  }
}

.c-mvTop {
  width: 100%;
  margin: 0 auto;
  display: table;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-mvTop {
    /* For SP*/
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
  }
}

@keyframes fadeIn01 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeIn02 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

.c-mvTop h1 {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}

.c-mvTop p {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%,-50%);
  animation-name: fadeIn01;
  animation-duration: 6s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  width: 84.8%;
}

.mvTextBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

#mvText03 {
  opacity:0;
  margin-right:20px;

}

#mvText04 {
  opacity:0;
}

@media only screen and (max-width: 769px) {
#mvText03 ,
#mvText04 {
    opacity: 0;
  }
}


@media only screen and (min-width: 769px) {
.c-mvTop p {
    display: none;
  }
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-mvTop h1 {
    /* For SP*/
    display: block !important;
    opacity: 0;
    animation-name: fadeIn02;
    animation-duration: 6s;
    animation-delay: 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    width: 81.3333%;
  }
}

.c-mv_pro {
  margin-bottom: 60px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-mv_pro {
    /* For SP*/
    margin-bottom: 35px;
  }
}

.c-mv_ir {
  margin-bottom: 40px;
}

.c-mv_ir--en {
  margin-bottom: 30px;
}

.c-mv_research {
  margin-bottom: 45px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-mv_research {
    /* For SP*/
    margin: 0 0 25px;
  }
}

.c-mv_campaign {
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-mv_campaign img {
    /* For SP*/
    width: 100%;
  }
}

.c-mv_campaign + p {
  margin-bottom: 40px;
}

.c-mv_csr {
  background: url(/assets/images/csr/bg_mv--pc.jpg) no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 40px;
  padding-top: 35.0427%;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-mv_csr {
    /* For SP*/
    background-image: url(/assets/images/csr/bg_mv--sp.jpg);
    margin-bottom: 30px;
    padding-top: 0;
    height: 420px;
    background-position: 50% 78%;
  }
}

.c-mv_csr_text {
  position: absolute;
  top: 48px;
  left: 40px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-mv_csr_text {
    /* For SP*/
    top: 8.9285%;
    left: 25px;
  }
}

.c-mv_csr_title {
  background: none;
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: bold;
  margin-bottom: 30px;
  padding-left: 42px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-mv_csr_title {
    /* For SP*/
    font-size: 2.5rem;
    padding-left: 15px;
  }
}

.c-mv_csr_title + p {
  font-weight: bold;
  margin-left: 55px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-mv_csr_title + p {
    /* For SP*/
    margin-left: 22px;
    padding-right: 20px;
  }
}

.c-mv_motion {
  position: relative;
  height: 410px;
  margin-bottom: 60px;
  opacity: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transition: opacity 1s;
}

.c-mv_motion_wrap {
  position: absolute;
  top: 193px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.c-mv_motion p {
  position: absolute;
  top: 64px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  opacity: 0;
  transition: opacity 2s;
  transition-delay: .2s;
}

.c-mv_motion ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-mv_motion li > img {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  top: -76px;
  opacity: 0;
  transition: top 1s ease-out,opacity 2s ease-out;
}

.c-mv_motion li picture {
  position: relative;
  top: 38px;
  left: 0;
  opacity: 0;
  transition: top 1s ease-out,opacity 2s ease-out;
}

.c-mv_motion li:nth-child(1) > img,
.c-mv_motion li:nth-child(1) picture {
  transition-delay: .4s;
}

.c-mv_motion li:nth-child(2) > img,
.c-mv_motion li:nth-child(2) picture {
  transition-delay: .5s;
}

.c-mv_motion li:nth-child(3) > img,
.c-mv_motion li:nth-child(3) picture {
  transition-delay: .6s;
}

.c-mv_motion li:nth-child(4) > img,
.c-mv_motion li:nth-child(4) picture {
  transition-delay: .7s;
}

.c-mv_motion li:nth-child(5) > img,
.c-mv_motion li:nth-child(5) picture {
  transition-delay: .8s;
}

.c-mv_motion li:nth-child(6) > img,
.c-mv_motion li:nth-child(6) picture {
  transition-delay: .9s;
}

.c-mv_motion li:nth-child(7) > img,
.c-mv_motion li:nth-child(7) picture {
  transition-delay: 1s;
}

.c-mv_motion li:nth-child(8) > img,
.c-mv_motion li:nth-child(8) picture {
  transition-delay: 1.1s;
}

.c-mv_motion li:nth-child(9) > img,
.c-mv_motion li:nth-child(9) picture {
  transition-delay: 1.2s;
}

.c-mv_motion.motion_active {
  opacity: 1;
}

.c-mv_motion.motion_active p {
  opacity: 1;
}

.c-mv_motion.motion_active li > img {
  top: 0;
  opacity: 1;
}

.c-mv_motion.motion_active li picture {
  top: 0;
  opacity: 1;
}

.c-mv_motion--home {
  background-image: url(/assets/images/home/img_mv_bg--pc.png);
}

.c-mv_motion--pro {
  background-image: url(/assets/images/pro/img_mv_bg--pc.png);
}

.c-mv_motion--home li {
  margin-left: 23px;
}

.c-mv_motion--home li:first-child {
  margin-left: 0;
}

.c-mv_motion--pro li {
  margin-left: 40px;
}

.c-mv_motion--pro li:first-child {
  margin-left: 0;
}


@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  /* For SP*/
  .c-mv_motion {
    height: 0;
    margin: 0 -15px 35px;
    padding-top: 64.6666%;
  }
  .c-mv_motion p {
    top: 15.0515%;
  }
  .c-mv_motion_wrap {
    top: 58.7628%;
  }
  .c-mv_motion li > img {
    top: -40%;
  }
  .c-mv_motion li picture {
    top: 20%;
  }
  .c-mv_motion--home {
    background-image: url(/assets/images/home/img_mv_bg--sp.png);
  }
  .c-mv_motion--home p {
    width: 61.3333%;
  }
  .c-mv_motion--home ul {
    padding: 0 2%;
  }
  .c-mv_motion--home li {
    margin-left: 2%;
  }
  .c-mv_motion--pro {
    background-image: url(/assets/images/pro/img_mv_bg--sp.png);
  }
  .c-mv_motion--pro p {
    width: 74.6666%;
  }
  .c-mv_motion--pro ul {
    padding: 0 4%;
  }
  .c-mv_motion--pro li {
    margin-left: 4%;
  }
}

.c-topSlide {
  padding-bottom: 70px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-topSlide {
    /* For SP*/
    padding-bottom: 35px;
  }
}

.c-topSlide_inr {
  position: relative;
}

.c-topSlide_inr .slick-dotted.slick-slider {
  margin-bottom: 60px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-topSlide_inr .slick-dotted.slick-slider {
    /* For SP*/
    margin-bottom: 30px;
  }
}

.c-topSlide_inr .slick-dots {
  bottom: -35px;
}

.c-topSlide_inr .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  position: relative;
}

.c-topSlide_inr .slick-dots li button:before {
  content: " ";
  width: 10px;
  height: 10px;
  background: #e6e6e6;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  opacity: 1;
}

.c-topSlide_inr .slick-dots li.slick-active button:before {
  background: #e60012;
}

.c-topSlide_inr .slick-dots li.slick-active button:hover:before {
  background: #e60012;
}

.c-topSlide_prev, .c-topSlide_next {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-topSlide_prev, .c-topSlide_next {
    /* For SP*/
  }
  .c-topSlide_prev img, .c-topSlide_next img {
    height: 35px;
  }
}

.c-topSlide_prev {
  left: 30px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-topSlide_prev {
    /* For SP*/
    left: 7px;
  }
}

.c-topSlide_next {
  right: 30px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-topSlide_next {
    /* For SP*/
    right: 7px;
  }
}

.c-corporateSlide {
  padding-bottom: 0;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-corporateSlide {
    /* For SP*/
    padding-bottom: 40px;
  }
}

.c-corporateSlide p {
  width: 330px;
  background: #fff;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  margin-top: 55px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-corporateSlide p {
    /* For SP*/
    width: 68%;
    margin-top: 35px;
  }
}

/*----------------------------------
Text Style
----------------------------------*/
.c-text {
  margin-bottom: 20px;
}

.c-text_sml {
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-text_sml {
    /* For SP*/
    font-size: 1.2rem;
  }
}

.c-text_bold {
  font-weight: bold;
}

.c-text_red {
  color: #e60012;
}

.c-text_center {
  text-align: center;
}

.c-text_right {
  text-align: right;
}

.c-textLink a {
  color: #06c;
}

.c-textLink a:hover {
  color: #e60012;
  text-decoration: underline;
}

.c-textLink .c-btn a {
  color: #fff;
}

.c-textLink .c-btn a:hover {
  text-decoration: none;
}

.c-textLink_col2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-textLink_col2 li {
  width: calc((100% - 30px) / 2);
  margin: 0 30px 10px 0;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-textLink_col2 li {
    /* For SP*/
    width: 100%;
    margin-right: 0;
  }
}

.c-textLink_col2 li:nth-child(even) {
  margin-right: 0;
}

.c-textLink_col3 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-textLink_col3 li {
  width: 270px;
  margin: 0 24px 10px 0;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-textLink_col3 li {
    /* For SP*/
    width: calc((100% - 30px) / 2);
    margin: 0 30px 10px 0;
  }
  .c-textLink_col3 li:nth-child(even) {
    margin-right: 0;
  }
}

.c-textLink_col3 li:nth-child(3n) {
  margin-right: 0;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-textLink_col3 li:nth-child(3n) {
    /* For SP*/
    margin-right: auto;
  }
}

.c-pagenation {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 40px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-pagenation {
    /* For SP*/
    display: block;
    margin-top: 30px;
  }
}

.c-pagenation dl {
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-size: 1.4rem;
  margin-right: 20px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-pagenation dl {
    /* For SP*/
    -ms-flex-pack: center;
        justify-content: center;
    font-size: 1.2rem;
    margin-right: 0;
    margin: 0 0 17px 0;
  }
}

.c-pagenation dl dt {
  padding-right: 15px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-pagenation dl dt {
    /* For SP*/
    padding-right: 12px;
  }
}

.c-pagenationInner {
  display: -ms-flexbox;
  display: flex;
}

.c-pagenationInner_num {
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-pagenationInner_num {
    /* For SP*/
    display: none;
  }
  .c-pagenationInner {
    justify-content: center;
  }
}

.c-pagenationInner_num > span {
  font-weight: bold;
  display: inline-block;
  color: #e60012;
  background: #fce5e7;
  border: 1px solid #e60012;
  text-align: center;
  padding-top: 5px;
  border-radius: 4px;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  margin-right: 6px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-pagenationInner_num > span {
    /* For SP*/
    display: none;
  }
}

.c-pagenationInner_num > a {
  color: #06c;
  display: block;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  padding-top: 6px;
  font-size: 15px;
  font-size: 1.5rem;
  margin-right: 6px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-pagenationInner_num > a {
    /* For SP*/
    display: none;
  }
}

.c-pagenationInner_num > a:last-child {
  margin-right: 10px;
}

.c-pagenationInner_num > a:hover {
  border: 1px solid #e60012;
  color: #e60012;
}

.c-pagenationInner_btn {
  width: 90px;
  text-align: center;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-pagenationInner_btn {
    /* For SP*/
    width: 26.0869%;
    font-size: 1.5rem;
    font-weight: bold;
    margin-right: 2.3188%;
  }
  .c-pagenationInner_btn:first-child, .c-pagenationInner_btn:last-child {
    width: 20.2898%;
  }
  .c-pagenationInner_btn:last-child {
    margin-right: 0;
  }
}

.c-pagenationInner_btn a {
  color: #fff;
  line-height: 1;
  display: block;
  padding: 12px 0;
  background: #e60012;
  border-radius: 4px;
  position: relative;
}

.c-pagenationInner_btn a:before {
  content: " ";
  position: absolute;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  background-size: 16px auto;
  background-repeat: no-repeat;
}

.c-pagenationInner_btn a:hover {
  opacity: .5;
}

.c-pagenationInner_prev {
  margin-right: 10px;
}

.c-pagenationInner_prev a {
  text-indent: 1em;
}

.c-pagenationInner_prev a:before {
  left: 12px;
  background-image: url(/assets/images/common/arw_btn_prev.svg);
}

.c-pagenationInner_prev.is-none a {
  background: #a0a0a0;
}

.c-pagenationInner_prev.is-none a:before {
  background-image: url(/assets/images/common/arw_btn_none_01.svg);
}

.c-pagenationInner_next a {
  text-indent: -1em;
}

.c-pagenationInner_next a:before {
  right: 12px;
  background-image: url(/assets/images/common/arw_btn_next.svg);
}

.c-pagenationInner_next.is-none a {
  background: #a0a0a0;
}

.c-pagenationInner_next.is-none a:before {
  background-image: url(/assets/images/common/arw_btn_none_02.svg);
}

.c-pagenation--result {
  -ms-flex-pack: center;
      justify-content: center;
}

.c-pagenation--result p:first-child {
  margin-right: 30px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-pagenation--result {
    /* For SP*/
  }
  .c-pagenation--result > div {
    -ms-flex-pack: center;
        justify-content: center;
  }
  .c-pagenation--result p:first-child {
    margin-right: 10px;
    width: 90px;
  }
  .c-pagenation--result p:last-child {
    width: 90px;
  }
}

.c-pagenation_type02 {
  -ms-flex-pack: center;
      justify-content: center;
}

.c-pagenation_type02 .c-pagenationInner_btn {
  width: 184px;
  margin: 0 15px !important;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-pagenation_type02 .c-pagenationInner {
    display: block;
  }
  .c-pagenation_type02 .c-pagenationInner_btn {
    width: 100%;
    margin: 20px 0 0 !important;
  }
  .c-pagenation_type02 .c-pagenationInner_btn a {
    text-indent: 0 !important;
  }
  .c-pagenation_type02 .c-pagenationInner_btn:first-child {
    margin-top: 0 !important;
  }
}

.c-leadText {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-leadText {
    /* For SP*/
    font-size: 2.0rem;
    margin-bottom: 25px;
  }
}

.c-leadText_sml {
  font-size: 18px;
  font-size: 1.8rem;
  color: #ec6d00;
  font-weight: bold;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-leadText_sml {
    /* For SP*/
    font-size: 1.6rem;
  }
}

.c-note {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-note {
    /* For SP*/
    font-size: 1.2rem;
  }
}

.c-noteIcon {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: normal;
  color: #fff;
  background: #ec6d00;
  border-radius: 12px;
  padding: 2px 15px;
  margin-left: 10px;
  display: inline-block;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-noteIcon {
    /* For SP*/
    font-size: 1.1rem;
    padding: 1px 5px;
    margin-left: 5px;
  }
}

.c-noteText {
  padding-left: 3em;
  position: relative;
  margin-bottom: 25px;
}

.c-noteText span {
  position: absolute;
  left: 0;
}

.c-arw span {
  position: relative;
  padding-left: 10px;
}

.c-arw span:before {
  content: " ";
  position: absolute;
  top: 5px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #e60012;
}

.c-arw_blue a {
  color: #0066cc;
  display: inline-block;
  position: relative;
  padding-left: 10px;
}

.c-arw_blue a:before {
  content: " ";
  position: absolute;
  top: 10px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #e60012;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-arw_blue a:before {
    /* For SP*/
    top: 7px;
  }
}

.c-arw_blue a span {
  padding-left: 0;
}

.c-arw_blue a span:before {
  display: none;
}

.c-arw_blue a[target="_blank"] span {
  padding-right: 20px;
  background: url(/assets/images/common/ico_blank.png) no-repeat 100% 50%;
}

.c-arw_blue a[href$=".pdf"] {
  background: none;
  padding-right: 0;
}

.c-arw_blue a[href$=".pdf"] span {
  background: url(/assets/images/common/ico_pdf.png) no-repeat 100% 0;
  background-size: 20px auto;
  padding: 2px 25px 3px 0;
}

.c-arw_blue a[href$=".docx"] {
  background: none;
  padding-right: 0;
}

.c-arw_blue a[href$=".docx"] span {
  background: url(/assets/images/common/ico_word.png) no-repeat 100% 0;
  background-size: 18px auto;
  padding: 0 25px 3px 0;
}

.c-arw_blue a[href$=".xlsx"], .c-arw_blue a[href$=".xls"] {
  background: none;
  padding-right: 0;
}

.c-arw_blue a[href$=".xlsx"] span, .c-arw_blue a[href$=".xls"] span {
  background: url(/assets/images/common/ico_excel.png) no-repeat 100% 0;
  background-size: 18px auto;
  padding: 0 25px 3px 0;
}

.c-arw_blue a:hover {
  color: #e60012;
  text-decoration: underline;
}

.c-arw_blue.pdflist a {
  background: url(/assets/images/common/ico_pdf.png) no-repeat 100% 50%;
  background-size: 20px auto;
  padding: 2px 25px 3px 0;
}

.c-arw_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-arw_list li a {
  display: block;
}

.c-arw_list li a:hover {
  background: #fadabf;
}

.c-arw_list li a span {
  position: relative;
}

.c-arw_list li a span:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #e60012 transparent transparent transparent;
  top: 50%;
  left: -15px;
  margin-top: -3px;
}

.c-arw_list li.is-active a {
  background: #fadabf;
}

.c-arw_list02 {
  margin-bottom: 45px;
}

.c-arw_list02 li {
  margin-top: -1px;
  border: 1px solid #c4c4c4;
  padding: 15px;
}

.c-arw_list02 li a {
  display: block;
}

.c-arw_list02 li.is-current {
  background: #fdebec;
}

.c-arw_list02 li.is-current a {
  color: #e60012;
}

.c-arw_list03 {
margin-bottom: 45px;
}
.c-arw_list03 li {
margin-top: -1px;
border: 1px solid #c4c4c4;
padding: 15px;
}
.c-arw_list03 li.-current {
  background:#FDEBEC;
}

.c-arw_list03 li a{
display: table;
width: 100%;
padding-left: 0;
}
.c-arw_list03 li a:hover{
text-decoration: none;
}
.c-arw_list03 li a:before{
display: none;
}
.c-arw_list03 li  figure,
.c-arw_list03 li  dl{
display: table-cell;
vertical-align: top;
}
.c-arw_list03 li  figure{
width: 120px;
padding-right: 15px;
}
.c-arw_list03 li  figure img {
width: 120px;
}

.c-arw_list03.-col02 {
  display: flex;
  flex-wrap: wrap;
  margin-left:-30px;
  margin-top:-30px;

}

.c-arw_list03.-col02 li {
  width:calc(50% - 30px );
  box-sizing: border-box;
  margin-top:0;
  margin-left:30px;
  margin-top:30px;

}

.c-arw_list03.-col02.-radius li {
  border-radius: 5px;
}

.c-arw_list03.-col02.-collapse {
  border-left:1px solid #c4c4c4;
  border-top:1px solid #c4c4c4;
  margin-left:0;
  margin-top:0;
}

.c-arw_list03.-col02.-collapse li {
  width:50%;
  border:none;
  border-right:1px solid #c4c4c4;
  border-bottom:1px solid #c4c4c4;
  margin-top:0;
  margin-left:0;
}


.c-arw_list03.-col02.-collapse.-only {
  border:none;
}

.c-arw_list03.-col02.-collapse.-only li {
  border:1px solid #c4c4c4;
}




@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-arw_list03 li figure img {
    width: 100%;
  }

  .c-arw_list03.-col02 {
    display: block;
    margin-top:0;

  }
  
  .c-arw_list03.-col02 li {
    width:auto;
  }

  
  .c-arw_list03.-col02.-collapse {
    margin-left:0;
    margin-top:0;
  }
  
  .c-arw_list03.-col02.-collapse li {
    width:auto;
    margin-top:0;
    margin-left:0;
  }
  

  
}

.c-arw_list03 li dl dt {
color: #0066cc;
position: relative;
padding-left: 10px;
}
.c-arw_list03 li dl dt:before {
content: " ";
position: absolute;
top: 10px;
left: 0;
width: 0;
height: 0;
border-style: solid;
border-width: 4px 0 4px 5px;
border-color: transparent transparent transparent #e60012;
}
.c-arw_list03 li a:hover dl dt {
text-decoration: underline;
color: #e60012;
}

.c-arw_list03 li.-current dt{
  color: #e60012;
}

.c-arw_list03 li dl dd{
color: #333;
text-decoration: none;
}
.c-arw_list03 li.is-current {
background: #fdebec;
}
.c-arw_list03 li.is-current dl dt {
color: #e60012;
}
@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-arw_list02 {
    margin-bottom: 30px;
  }
  .c-arw_list02 li {
    padding: 10px;
  }
.c-arw_list03 {
margin-bottom: 30px;
}
.c-arw_list03 li a{
display: block;
}

.c-arw_list03 li:not(.-sp_col)  figure,
.c-arw_list03 li:not(.-sp_col)  dl{
display: block;
width: 100%;
}
.c-arw_list03 li dl dt {
margin-top: 10px;
}
.c-arw_list03 li dl dt:before {
top: 7px;
}
    
}
.c-titleLink {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 45px 10px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-titleLink {
    /* For SP*/
    font-size: 1.4rem;
    margin: 0 0 20px 12px;
  }
}

.c-titleLink li {
  position: relative;
  margin-bottom: 5px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-titleLink li {
    /* For SP*/
    margin-bottom: 10px;
  }
}

.c-titleLink li:before {
  content: " ";
  width: 1px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  background: #ccc;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-titleLink li:before {
    /* For SP*/
    height: 12px;
    -ms-transform: translateY(0);
        transform: translateY(0);
    margin-top: -7px;
  }
}

.c-titleLink li:last-child:after {
  content: " ";
  width: 1px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 0;
  background: #ccc;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-titleLink li:last-child:after {
    /* For SP*/
    height: 12px;
    -ms-transform: translateY(0);
        transform: translateY(0);
    margin-top: -7px;
  }
}

.c-titleLink li.is-active {
  font-weight: bold;
}

.c-titleLink li.is-active a {
  color: #333;
  border-bottom: 2px solid #e60012;
}

.c-titleLink a {
  color: #06c;
  padding: 0 10px 5px;
}

.c-titleLink a:hover {
  color: #e60012;
  border-bottom: 2px solid #e60012;
}

.c-listBlock_base {
  margin-bottom: 20px;
}

.c-listBlock_base dt {
  font-weight: bold;
  margin-bottom: 5px;
}

.c-listBlock_base:last-child {
  margin-bottom: 0;
}

.c-listBlock_mark {
  margin-bottom: 20px;
  padding-left: 12px;
}

.c-listBlock_mark:last-child {
  margin-bottom: 0;
}

.c-listBlock_mark dt {
  font-weight: bold;
  position: relative;
  padding-left: 16px;
}

.c-listBlock_mark dt:before {
  content: " ";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ec6d00;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -3px;
}

.c-listBlock_mark dd {
  padding-left: 16px;
}

.c-listBlock_note {
  margin-bottom: 35px;
}

.c-listBlock_note li:before {
  content: "※";
}

.c-listBlock_noteSml {
  font-size: 14px;
  font-size: 1.4rem;
}

.c-listBlock_unordered {
  padding-left: 12px;
}

.c-listBlock_unordered li {
  margin-bottom: 10px;
  padding-left: 16px;
  position: relative;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-listBlock_unordered li {
    /* For SP*/
    margin-bottom: 10px;
  }
}

.c-listBlock_unordered li:last-child {
  margin-bottom: 0;
}

.c-listBlock_unordered li:before {
  content: " ";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ec6d00;
  position: absolute;
  top: 10px;
  left: 0;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-listBlock_unordered li:before {
    /* For SP*/
    top: 7px;
  }
}

.c-listBlock_unordered02 li {
  margin-bottom: 25px;
}

.c-listBlock_unordered03 li {
  margin-bottom: 20px;
}

.c-listBlock_unordered04 > li {
  font-weight: bold;
  margin-bottom: 20px;
}

.c-listBlock_unordered04 > li > ul {
  font-weight: normal;
  margin: 15px 0 0 2px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-listBlock_unordered04 > li > ul {
    /* For SP*/
    margin: 10px 0 0 2px;
  }
}

.c-listBlock_unordered04 > li > ul li:before {
  background: #fff;
  border: 1px solid #ec6d00;
}

.c-listBlock_unorderedCol2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-listBlock_unorderedCol2 li {
  width: calc((100% - 30px) / 2);
  margin-right: 30px;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-listBlock_unorderedCol2 li {
    /* For SP*/
    width: 100%;
  }
}

.c-listBlock_unorderedCol2 li:nth-child(even) {
  margin-right: 0;
}

.c-listBlock_unorderedCol3 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-listBlock_unorderedCol3 li {
  width: 270px;
  margin-right: 24px;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-listBlock_unorderedCol3 li {
    /* For SP*/
    width: 48%;
    margin-right: 4%;
  }
  .c-listBlock_unorderedCol3 li:nth-child(even) {
    margin-right: 0;
  }
}

.c-listBlock_unorderedCol3 li:nth-child(3n) {
  margin-right: 0;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-listBlock_unorderedCol3 li:nth-child(3n) {
    /* For SP*/
    margin-right: auto;
  }
}

.c-listBlock_ordered {
  counter-reset: number;
}

.c-listBlock_ordered > li {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-listBlock_ordered > li {
    /* For SP*/
    margin-bottom: 10px;
  }
}

.c-listBlock_ordered > li:last-child {
  margin-bottom: 0;
}

.c-listBlock_ordered > li:before {
  counter-increment: number;
  content: counter(number) ".";
  position: absolute;
  left: 0;
}

.c-listBlock_ordered02 > li {
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-listBlock_ordered02 > li {
    /* For SP*/
    margin-bottom: 25px;
  }
}

.c-listBlock_ordered03 li:before {
  content: counter(number) ")";
}

.c-listBlock_ordered04 li:before {
  content: "(" counter(number) ")";
}

.c-listBlock_ordered05 {
  font-size: 14px;
  font-size: 1.4rem;
}

.c-listBlock_ordered05 li:before {
  content: "※" counter(number);
}

.c-listBlock_circle > li:before {
  content: counter(number);
  font-size: 11px;
  font-size: 1.1rem;
  margin-top: 3px;
  text-align: center;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  border: 1px solid #333;
  box-sizing: border-box;
  line-height: 22px;
}

.c-listBlock_space li {
  padding-left: 2em;
  position: relative;
}

.c-listBlock_space li:before {
  position: absolute;
  left: 0;
}

.c-listBlock_space_none li {
  padding-left: 1em;
  position: relative;
}

.c-listBlock_space02 li {
  padding-left: 3em;
}

.c-listBlock_space02 li:before {
  position: absolute;
  left: 0;
}

.c-listBlock_space03 li {
  padding-left: 4em;
}

.c-listBlock_space03 li:before {
  position: absolute;
  left: 0;
}

.c-corporateList {
  counter-reset: number;
  margin-bottom: 40px;
}

.c-corporateList > li {
  position: relative;
  padding-left: 27px;
  margin-bottom: 15px;
}

.c-corporateList > li:before {
  counter-increment: number;
  content: counter(number) ".";
  position: absolute;
  left: 0;
}

.c-corporateList > li:first-child:before {
  visibility: hidden;
}

.c-corporateList > li:last-child {
  margin-bottom: 0;
}

.c-corporateList_title {
  margin-bottom: 10px;
}

.c-siteMapInner {
  width: 370px;
  margin-right: 30px;
  margin: 30px 30px 0 0;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-siteMapInner {
    /* For SP*/
    width: 100%;
    margin: 30px 0 0 0;
  }
}

.c-siteMapInner:nth-child(3n) {
  margin-right: 0;
}

.c-siteMapInner_title {
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  margin-bottom: 25px;
}

.c-siteMapInner_title p {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-siteMapInner_title p {
    /* For SP*/
    font-size: 1.7rem;
  }
}

.c-siteMapInner_title p a {
  display: inline-block;
  padding: 15px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-siteMapInner_title p a {
    /* For SP*/
    padding: 20px 16px;
  }
}

.c-siteMapInner_title p a:before {
  display: none;
}

.c-siteMapInner_title p a span {
  padding-left: 10px;
}

.c-siteMapInner_title p a span:before {
  content: " ";
  position: absolute;
  top: 8px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #e60012;
  display: block;
}

.c-siteMapInner_list {
  margin-left: 15px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-siteMapInner_list {
    /* For SP*/
    margin-left: 20px;
  }
}

.c-siteMapInner_list li {
  margin-bottom: 5px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-siteMapInner_list li {
    /* For SP*/
    margin-bottom: 15px;
  }
}

.c-siteMapInner_list li:last-child {
  margin-bottom: 0;
}

.c-btnList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-btnList_col2 {
    /* For SP*/
    margin-top: -15px;
  }
}

.c-btnList_col2 li {
  width: calc(100% / 2 - 15px);
  margin-right: 30px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-btnList_col2 li {
    /* For SP*/
    width: 100%;
    margin: 15px 0 0 0;
  }
}

.c-btnList_col2 li:nth-child(even) {
  margin-right: 0;
}

.c-btnList_col3 {
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}

.c-btnList_col3 li {
  width: 130px;
  margin: 0 20px 0 0;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-btnList_col3 {
    margin: 10px 0 0 -5px;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .c-btnList_col3 li {
    margin: 5px 0 0 5px;
    width: calc(100% / 2 - 5px);
  }
}

.c-btnList_col4 {
  margin-bottom: 60px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-btnList_col4 {
    /* For SP*/
    margin-bottom: 40px;
  }
}

.c-btnList_col4 li {
  background: #f7f7f7;
  width: 270px;
  margin-right: 30px;
  font-weight: bold;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-btnList_col4 li {
    /* For SP*/
    width: 48%;
    margin: 15px 4% 0 0;
    height: 55px;
    display: table;
  }
  .c-btnList_col4 li:nth-child(even) {
    margin-right: 0;
  }
}

.c-btnList_col4 li:nth-child(4n) {
  margin-right: 0;
}

.c-btnList_col4 li a {
  color: #06c;
  display: block;
  padding: 21px 20px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-btnList_col4 li a {
    /* For SP*/
    padding: 0 7px;
    display: table-cell;
    vertical-align: middle;
  }
}

.c-btnList_col4 li a span {
  display: inline-block;
  position: relative;
  padding-left: 10px;
}

.c-btnList_col4 li a span:before {
  content: " ";
  position: absolute;
  top: 10px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #e60012;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-btnList_col4 li a span:before {
    /* For SP*/
    top: 8px;
  }
}

.c-btnList_col4 li a:hover {
  color: #e60012;
}

.c-btnList_col4 li a:hover span {
  text-decoration: underline;
}

.c-btnList--wh li {
  background: #fff;
  font-weight: bold;
  display: table;
  height: 70px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-btnList--wh li {
    /* For SP*/
    height: 55px;
  }
}

.c-btnList--wh li a {
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-btnList--wh li a {
    /* For SP*/
    padding: 0 10px 0 7px;
  }
}

.c-ico a {
  color: #06c;
  padding-right: 12px;
}

.c-ico a:hover {
  color: #e60012;
  text-decoration: underline;
}

.c-ico_map a {
  background: url(/assets/images/common/ico_map.png) no-repeat 100% 50%;
}

.c-ico_tab a[target="_blank"] {
  padding-right: 20px;
  background: url(/assets/images/common/ico_blank.png) no-repeat 100% 50%;
}

.c-ico_extarnal {
  position: relative;
  padding-right: 0px;
}

.c-ico_extarnal:after {
  content:"";
  display: inline-block;
  width:14px;
  height:10px;
  margin-left:5px;
  background: url(/assets/images/common/ico_blank.png) no-repeat 100% 50%;
}

.c-img_border {
  border:solid 1px #c4c4c4;
  box-sizing: border-box;
}

.c-accordion_title {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
  background: #fdf0e5;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-accordion_title {
    /* For SP*/
    font-size: 1.7rem;
  }
}

.c-accordion_title a {
  display: block;
  padding: 13px 0px;
  position: relative;
}

.c-accordion_title a:after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 14px;
  background-image: url(/assets/images/common/ico_accordion--off.svg);
  width: 32px;
  height: 32px;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.c-accordion_title.is-open a:after {
  background-image: url(/assets/images/common/ico_accordion--on.svg);
}

.c-accordion_cnt {
  display: none;
  border: 1px solid #fdf0e5;
  border-top-width: 0;
  padding: 30px 30px 25px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-accordion_cnt {
    /* For SP*/
    padding: 15px 20px;
  }
}

.c-pageLink {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 14px;
  font-size: 1.4rem;
  width:100%;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-pageLink {
    /* For SP*/
    display: -ms-flexbox;
    display: flex;
    border-width: 0 0 0 1px;
  }
}

.c-pageLink li {
  width: 218px;
  border-style: solid;
  border-color: #c4c4c4;
  border-width: 1px;
  box-sizing: border-box;
  padding: 13px 14px 13px;
  margin-right: -1px;
  margin-top:-1px;
}

.c-pageLink li:last-child {
  margin-right: 0;
}

.c-pageLink.-col02 li {
  width:calc(50% + 0px);
}

.c-pageLink.-col03 li {
  width:calc(33.33333333% + 0.5px);
}

.c-pageLink.-col04 li {
  width:calc(25% + 0.5px);
}

.c-pageLink.-col05 li {
  width:calc(20% + 1px);
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-pageLink li {
    /* For SP*/
    width: 50%;
    padding: 10px 12px 8px;

  }
}

.c-pageLink li a {
  padding-left: 0;
  display: block;
}

.c-pageLink li a:before {
  display: none;
}

.c-pageLink li a span {
  padding-left: 15px;
  display: block;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-pageLink li a span {
    /* For SP*/
    display: block;
    padding-left: 14px;
    line-height: 1.42;
  }
}

.c-pageLink li a span:before {
  display: block;
  content: " ";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #e60012;
  transform: translateY(-50%) rotate(90deg);
}

.c-pageLink--red {
  border: none;
  margin-top: -1px;
}

.c-pageLink--red li {
  width: 217px;
  margin-top: 1px;
  margin-right: 0;
  background: #e60012;
  border: none;
  border-right: 1px solid #fff;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-pageLink--red li {
    width: 50%;
  }
  .c-pageLink--red li:nth-child(1),
  .c-pageLink--red li:nth-child(2) {
    border-top: none;
  }
}

.c-pageLink--red li:first-child {
  border-left: none;
}

.c-pageLink--red li a {
  color: #fff;
}

.c-pageLink--red li a:hover {
  text-decoration: underline;
}

.c-pageLink--red li a span:before {
  border-color: transparent transparent transparent #fff;
}

.tagList li a{
position: relative;
}
.tagList li em{
display: block;
position: absolute;
top: 0;
left: 0;
font-size: 1.2rem;
padding: 3px 15px;
color: #FFF;
z-index: 1;
}
.tagList li em.tag01{
background-color: #e60012;
}
.tagList li em.tag02{
background-color: #ec6d00;
}

.tagList .c-panelList_col3 a figure{
padding: 25px 13px 12px 13px;
}

img.showa_text01 {
  vertical-align: middle;
  padding-bottom: 4px;
  height: 15px;
}

img.showa_text02 {
  vertical-align: middle;
  padding-bottom: 3px;
  height: 14px;
}

img.showa_text03 {
  vertical-align: middle;
  padding-bottom: 4px;
  height: 13px;
}

.p-campaignCnt figure {
  margin-bottom: 40px;
}

.p-campaignCnt .c-textLink a[href^="tel:"] {
  color: #333;
}

.p-campaignCnt .c-textLink a[href^="tel:"]:hover {
  text-decoration: none;
}

.p-campaignCnt_lead_wrap {
  margin-bottom: 30px;
}

.p-campaignCnt_lead_wrap > ol {
  font-size: 16px;
  font-size: 1.6rem;
}

.p-campaignCnt_lead_wrap > ol li {
  margin-bottom: 0;
}

.p-campaignCnt_lead {
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-campaignCnt_lead_wrap > ol {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/* Only WYSIWYG content .l-wysiwyg */
.l-wysiwyg h2 {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  position: relative;
  background: #fef6f0;
  border-radius: 4px;
  padding: 18px 15px 18px 27px;
  margin-bottom: 40px;
  clear: both;
}

.l-wysiwyg h2:before {
  content: " ";
  position: absolute;
  top: 15px;
  left: 12px;
  background: linear-gradient(to bottom, #ec6d00 0%, #ec6d00 50%, #f6a200 50%, #f6a200 100%);
  width: 6px;
  height: calc(100% - 30px);
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .l-wysiwyg h2 {
    /* For SP*/
    font-size: 1.7rem;
    padding: 0 9px;
    line-height: 1.3;
    margin: 0 0 25px 0;
    padding: 11px 9px 11px 21px;
  }
  .l-wysiwyg h2:before {
    /* For SP*/
    top: 11px;
    width: 3px;
    height: calc(100% - 22px);
  }
}

.l-wysiwyg h3 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 30px;
  position: relative;
  clear: both;
}

.l-wysiwyg h3:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #e60012;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .l-wysiwyg h3 {
    /* For SP*/
    font-size: 1.5rem;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
}

.l-wysiwyg ul {
  padding-left: 12px;
  margin-bottom: 30px;
}

.l-wysiwyg ul li {
  margin-bottom: 10px;
  padding-left: 16px;
  padding-bottom: 0;
  border-bottom: none;
  position: relative;
}

.l-wysiwyg ul li:last-child {
  margin-bottom: 0;
}

.l-wysiwyg ul li:before {
  content: " ";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ec6d00;
  position: absolute;
  top: 10px;
  left: 0;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .l-wysiwyg ul li:before {
    /* For SP*/
    top: 7px;
  }
}

.l-wysiwyg ol {
  margin-bottom: 30px;
  counter-reset: number;
}

.l-wysiwyg ol > li {
  margin-bottom: 10px;
  padding-left: 30px;
  padding-bottom: 0;
  border-bottom: none;
  position: relative;
}

.l-wysiwyg ol > li:last-child {
  margin-bottom: 0;
}

.l-wysiwyg ol > li:before {
  counter-increment: number;
  content: counter(number) ".";
  position: absolute;
  left: 0;
}

.l-wysiwyg .c-text {
  margin-bottom: 30px;
}

.l-wysiwyg img {
  margin-bottom: 30px;
}

.l-wysiwyg a[href$=".pdf"] {
  background: url(/assets/images/common/ico_pdf.png) no-repeat 100% 0;
  background-size: 20px auto;
  padding: 2px 30px 3px 0;
}

/*----------------------------------
ご当地天ぷら
----------------------------------*/
.p-tenpura_map {
  background: url(/assets/images/enjoy/encyclopedia/07/bg_tenpura_map.png) no-repeat;
  width: 670px;
  height: 690px;
  margin: 70px 90px 0 110px;
  position: relative;
}
.p-tenpura_text {
  width: 470px;
  position: absolute;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-tenpura_map {
    background: none;
    width: auto;
    height: auto;
    position: static;
    margin: 0;
  }
  .p-tenpura_text {
    width: 100%;
    margin-bottom: 40px;
    position: static;
  }
}

.p-tenpura_map .p-pinList .pin01,
.p-tenpura_map .p-pinList .pin02,
.p-tenpura_map .p-pinList .pin03,
.p-tenpura_map .p-pinList .pin04,
.p-tenpura_map .p-pinList .pin05,
.p-tenpura_map .p-pinList .pin06,
.p-tenpura_map .p-pinList .pin07,
.p-tenpura_map .p-pinList .pin08,
.p-tenpura_map .p-pinList .pin09,
.p-tenpura_map .p-pinList .pin10,
.p-tenpura_map .p-pinList .pin11 {
  position: absolute;
}


.p-tenpura_map .p-pinList .pin01 {
  top: -44px;
  right: 90px;
}
.p-tenpura_map .p-pinList .pin02 {
  top: 160px;
  right: -35px;
}
.p-tenpura_map .p-pinList .pin03 {
  top: 185px;
  right: 161px;
}
.p-tenpura_map .p-pinList .pin04 {
  top: 397px;
  right: 97px;
}
.p-tenpura_map .p-pinList .pin05 {
  top: 399px;
  right: 232px;
}
.p-tenpura_map .p-pinList .pin06 {
  top: 241px;
  right: 254px;
}
.p-tenpura_map .p-pinList .pin07 {
  top: 284px;
  right: 325px;
}
.p-tenpura_map .p-pinList .pin08 {
  top: 400px;
  right: 369px;
}
.p-tenpura_map .p-pinList .pin09 {
  top: 296px;
  right: 491px;
}
.p-tenpura_map .p-pinList .pin10 {
  top: 500px;
  right: 507px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-tenpura_map .p-pinList_cnt {
    margin-bottom: 30px;
  }
  .p-tenpura_map .p-pinList .pin01,
  .p-tenpura_map .p-pinList .pin02,
  .p-tenpura_map .p-pinList .pin03,
  .p-tenpura_map .p-pinList .pin04,
  .p-tenpura_map .p-pinList .pin05,
  .p-tenpura_map .p-pinList .pin06,
  .p-tenpura_map .p-pinList .pin07,
  .p-tenpura_map .p-pinList .pin08,
  .p-tenpura_map .p-pinList .pin09,
  .p-tenpura_map .p-pinList .pin10,
  .p-tenpura_map .p-pinList .pin11 {
    position: static;
  }
  .p-tenpura_map .p-pinList .p-pinList_item {
    width: calc((100% - 40px) / 3);
    text-align: center;
    display: inline-block;
    margin-right: 20px;
  }
  .p-tenpura_map .p-pinList .p-pinList_item:nth-of-type(3n) {
    margin-right: 0;
  }
  .p-tenpura_map .p-pinList .p-pinList_item img {
    text-align: center;
    border-radius: 50%;
    box-shadow: 5px 1px 15px rgba(0,0,0,0.15);
    margin-bottom: 5px;
    width: 100%;
  }
  
}
.p-title_pin01.c-hdgBorder_sml {
  background: url(/assets/images/enjoy/encyclopedia/07/ico_pin01.svg) no-repeat 0 50%;
  background-size: 50px 30px;
  padding-left: 57px;
}
.p-title_pin02.c-hdgBorder_sml {
  background: url(/assets/images/enjoy/encyclopedia/07/ico_pin02.svg) no-repeat 0 50%;
  background-size: 30px 30px;
  padding-left: 42px;
}
.p-title_pin03.c-hdgBorder_sml {
  background: url(/assets/images/enjoy/encyclopedia/07/ico_pin03.svg) no-repeat 0 50%;
  background-size: 55px 30px;
  padding-left: 64px;
}
.p-title_pin04.c-hdgBorder_sml {
  background: url(/assets/images/enjoy/encyclopedia/07/ico_pin04.svg) no-repeat 0 50%;
  background-size: 38px 30px;
  padding-left: 47px;
}
.p-title_pin05.c-hdgBorder_sml {
  background: url(/assets/images/enjoy/encyclopedia/07/ico_pin05.svg) no-repeat 0 50%;
  background-size: 38px 30px;
  padding-left: 54px;
}
.p-title_pin06.c-hdgBorder_sml {
  background: url(/assets/images/enjoy/encyclopedia/07/ico_pin06.svg) no-repeat 0 50%;
  background-size: 35px 30px;
  padding-left: 52px;
}
.p-title_pin07.c-hdgBorder_sml {
  background: url(/assets/images/enjoy/encyclopedia/07/ico_pin07.svg) no-repeat 0 50%;
  background-size: 46px 30px;
  padding-left: 55px;
}
.p-title_pin08.c-hdgBorder_sml {
  background: url(/assets/images/enjoy/encyclopedia/07/ico_pin08.svg) no-repeat 0 50%;
  background-size: 35px 30px;
  padding-left: 52px;
}
.p-title_pin09.c-hdgBorder_sml {
  background: url(/assets/images/enjoy/encyclopedia/07/ico_pin09.svg) no-repeat 0 50%;
  background-size: 29px 30px;
  padding-left: 38px;
}
.p-title_pin10.c-hdgBorder_sml {
  background: url(/assets/images/enjoy/encyclopedia/07/ico_pin10.svg) no-repeat 0 50%;
  background-size: 40px 30px;
  padding-left: 52px;
}


@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-title_pin10.c-hdgBorder_sml,
  .p-title_pin09.c-hdgBorder_sml,
  .p-title_pin08.c-hdgBorder_sml,
  .p-title_pin07.c-hdgBorder_sml,
  .p-title_pin06.c-hdgBorder_sml,
  .p-title_pin05.c-hdgBorder_sml,
  .p-title_pin04.c-hdgBorder_sml,
  .p-title_pin03.c-hdgBorder_sml,
  .p-title_pin02.c-hdgBorder_sml,
  .p-title_pin01.c-hdgBorder_sml {
    background-size: auto 22px;
  }
  .p-title_pin01.c-hdgBorder_sml {
    padding-left: 40px;
  }
  .p-title_pin02.c-hdgBorder_sml {
    padding-left: 30px;
  }
  .p-title_pin03.c-hdgBorder_sml {
    padding-left: 52px;
  }
  .p-title_pin04.c-hdgBorder_sml {
    padding-left: 35px;
  }
  .p-title_pin05.c-hdgBorder_sml {
    padding-left: 42px;
  }
  .p-title_pin06.c-hdgBorder_sml {
    padding-left: 40px;
  }
  .p-title_pin07.c-hdgBorder_sml {
    padding-left: 43px;
  }
  .p-title_pin08.c-hdgBorder_sml {
    padding-left: 40px;
  }
  .p-title_pin09.c-hdgBorder_sml {
    padding-left: 26px;
  }
  .p-title_pin10.c-hdgBorder_sml {
    padding-left: 40px;
  }  
}

/* アニメーション */
 .p-tenpura_map .p-pinList_item .u-pc {
    opacity: 0;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }
  .p-tenpura_map-anim .p-pinList_item .u-pc {
    -webkit-animation-name: listItem;
            animation-name: listItem;
    -webkit-animation-duration: .5s;
            animation-duration: .5s;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.8);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.8);
  }
  .p-tenpura_map-anim .p-pinList_item.pin02 .u-pc {
    -webkit-animation-delay: .2s;
            animation-delay: .2s;
  }
  .p-tenpura_map-anim .p-pinList_item.pin03 .u-pc {
    -webkit-animation-delay: .4s;
            animation-delay: .4s;
  }
  .p-tenpura_map-anim .p-pinList_item.pin04 .u-pc {
    -webkit-animation-delay: .6s;
            animation-delay: .6s;
  }
  .p-tenpura_map-anim .p-pinList_item.pin05 .u-pc {
    -webkit-animation-delay: .8s;
            animation-delay: .8s;
  }
  .p-tenpura_map-anim .p-pinList_item.pin06 .u-pc {
    -webkit-animation-delay: 1.0s;
            animation-delay: 1.0s;
  }
  .p-tenpura_map-anim .p-pinList_item.pin07 .u-pc {
    -webkit-animation-delay: 1.1s;
            animation-delay: 1.1s;
  }
  .p-tenpura_map-anim .p-pinList_item.pin08 .u-pc {
    -webkit-animation-delay: 1.2s;
            animation-delay: 1.2s;
  }
  .p-tenpura_map-anim .p-pinList_item.pin09 .u-pc {
    -webkit-animation-delay: 1.3s;
            animation-delay: 1.3s;
  }
  .p-tenpura_map-anim .p-pinList_item.pin10 .u-pc {
    -webkit-animation-delay: 1.4s;
            animation-delay: 1.4s;
  }
  @-webkit-keyframes listItem {
    0% {
      opacity: 0;
      -webkit-transform: scale(0.5);
              transform: scale(0.5); }
    10% {
      opacity: 1; }
    100% {
      opacity: 1;
      -webkit-transform: scale(1);
              transform: scale(1); }
  }
  @keyframes listItem {
    0% {
      opacity: 0;
      -webkit-transform: scale(0.5);
              transform: scale(0.5); }
    10% {
      opacity: 1; }
    100% {
      opacity: 1;
      -webkit-transform: scale(1);
              transform: scale(1); }
  }

/* ホバー */
.p-tenpura_map-anim .p-pinList_item a:hover img {
  padding-top: 5px;
  transition: .3s;
}
@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-tenpura_map-anim .p-pinList_item a:hover img {
    padding-top: 0;
    transition: auto;
  }
}

/*----------------------------------
世界の天ぷら
----------------------------------*/
.p-world_map {
  background: url(/assets/images/enjoy/encyclopedia/08/img_map_world.svg) no-repeat;
  width: 730px;
  height: 396px;
  margin: 0 25px 0 115px;
  position: relative;
}

.p-world_map ul li {
  position: absolute;
}

.p-world_map ul li.pin01 {
  top: 159px;
  left: -108px;
}
.p-world_map ul li.pin02 {
  top: 47px;
  left: -84px;
}
.p-world_map ul li.pin03 {
  top: 46px;
  left: 34px;
}
.p-world_map ul li.pin04 {
  top: 186px;
  left: -19px;
}
.p-world_map ul li.pin05 {
  top: 157px;
  left: 70px;
}
.p-world_map ul li.pin06 {
  top: 202px;
  left: 181px;
}
.p-world_map ul li.pin07 {
  top: 150px;
  right: 26px;
}
@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-world_map {
    width: auto;
    height: 100%;
    margin: 0 auto;
    position: static;
    background-position: center top;
  }
  .p-world_map ul {
    text-align: center;
    padding-top: 20px;
  }
  .p-world_map ul li {
    position: static;
    display: inline-block;
    width: calc((100% - 30px) / 4);
    vertical-align: top;
    margin-right: 10px;
  }
  .p-world_map ul li:last-child {
    margin-right: 0;
  }
  .p-world_map ul li img {
    width: 100%;
    border-radius: 50%;
    box-shadow: 5px 0 10px rgba(0,0,0,0.15);
    border: 4px solid #FFF;
    box-sizing: border-box;
  }
}

/* タイトル部分 */
.p-title_world_pin07,
.p-title_world_pin06,
.p-title_world_pin03,
.p-title_world_pin02,
.p-title_world_pin01 {
  padding-left: 52px;
}
.p-title_world_pin045 {
  padding-left: 98px;
}
.p-title_world_pin01.c-hdgBorder_sml {
  background: url(/assets/images/enjoy/encyclopedia/08/img_pin01_world_sp.svg) no-repeat 0 50%;
  background-size: 40px 40px;
}
.p-title_world_pin02.c-hdgBorder_sml {
  background: url(/assets/images/enjoy/encyclopedia/08/img_pin02_world_sp.svg) no-repeat 0 50%;
  background-size: 40px 40px;
}
.p-title_world_pin03.c-hdgBorder_sml {
  background: url(/assets/images/enjoy/encyclopedia/08/img_pin03_world_sp.svg) no-repeat 0 50%;
  background-size: 40px 40px;
}
.p-title_world_pin045.c-hdgBorder_sml {
  background: url(/assets/images/enjoy/encyclopedia/08/img_pin045_world_sp.svg) no-repeat 0 50%;
  background-size: 88px 40px;
}
.p-title_world_pin06.c-hdgBorder_sml {
  background: url(/assets/images/enjoy/encyclopedia/08/img_pin06_world_sp.svg) no-repeat 0 50%;
  background-size: 40px 40px;
}
.p-title_world_pin07.c-hdgBorder_sml {
  background: url(/assets/images/enjoy/encyclopedia/08/img_pin07_world_sp.svg) no-repeat 0 50%;
  background-size: 40px 40px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-title_world_pin07.c-hdgBorder_sml,
  .p-title_world_pin06.c-hdgBorder_sml,  
  .p-title_world_pin03.c-hdgBorder_sml,  
  .p-title_world_pin02.c-hdgBorder_sml,  
  .p-title_world_pin01.c-hdgBorder_sml {
    background-size: 20px 20px;
  }
  .p-title_world_pin07,
  .p-title_world_pin06,
  .p-title_world_pin03,
  .p-title_world_pin02,
  .p-title_world_pin01 {
    padding-left: 30px;
  }
  
  .p-title_world_pin045.c-hdgBorder_sml {
    background-size: 44px 20px;
  }
  .p-title_world_pin045 {
    padding-left: 55px;
  }
  .p-world_name {
    color: #0066cc;
  }
  .p-world_name span {
    display: inline-block;
    position: relative;
    padding-left: 7px;
  }
  .p-world_name span:before {
    content: " ";
    position: absolute;
    top: 8px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 5px;
    border-color: transparent transparent transparent #e60012;
  }
  .p-world_name.p-world_america span {
    padding-top: 3px;
  }
  
}

/* アニメーション */
.p-world_map li .u-pc {
  opacity: 0;
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
}
.p-world_map-anim li .u-pc {
  -webkit-animation-name: listItem;
          animation-name: listItem;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.8);
          animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.8);
}
.p-world_map-anim li.pin02 .u-pc {
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
}
.p-world_map-anim li.pin03 .u-pc {
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
}
.p-world_map-anim li.pin04 .u-pc {
  -webkit-animation-delay: .6s;
          animation-delay: .6s;
}
.p-world_map-anim li.pin05 .u-pc {
  -webkit-animation-delay: .8s;
          animation-delay: .8s;
}
.p-world_map-anim lim.pin06 .u-pc {
  -webkit-animation-delay: 1.0s;
          animation-delay: 1.0s;
}
.p-world_map-anim li.pin07 .u-pc {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
@-webkit-keyframes listItem {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0); }
  10% {
    opacity: 1; }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
}
@keyframes listItem {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0); }
  10% {
    opacity: 1; }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
}

/* ホバー */
.p-world_map li a:hover img {
  padding-top: 5px;
  transition: .3s;
}
@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-world_map li a:hover img {
    padding-top: 0;
    transition: auto;
  }
}
/*----------------------------------
modal
----------------------------------*/
.p-modal_content {
  display: none;
  max-width: 870px;
  padding: 40px;
}
.p-modal_content .c-btn button,
.p-modal_content >* {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'Noto Sans Japanese', Roboto, "Droid Sans", '游ゴシック体', 'YuGothic', '游ゴシック', 'Yu Gothic', 'メイリオ', Meiryo, sans-serif;
}
.p-modal_btn {
  width: 35%;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-modal_btn {
    width: 100%;
  }
}

/*----------------------------------
mottainai-life
----------------------------------*/
.p-indexList_panel--green {
  background: url(/assets/images/csr/mottainai-life/05/bg_green.gif) ;
}
/*.p-green_Hdg {
  background: url(/assets/images/csr/mottainai-life/05/bg_green_ribbon.png) no-repeat center top;
  height: 50px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  padding-top: 6px;
}*/
.c-cntTitle_green {
  background: url(/assets/images/csr/mottainai-life/05/bg_green.gif);
  padding: 15px 0 15px 15px;
  border-bottom: 2px solid #6dc248;
  font-weight: bold;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-indexList_panel--green figure img {
    width: 100%;
  }
}

.p-greenRibbon_Hdg {
  display: block;
  position: relative;
  height: 40px;
  vertical-align: middle;
  text-align: center;
  box-sizing: border-box;
  margin: -10px 20px 25px;
}
.p-greenRibbon_Hdg:before {/*左側のリボン端*/
  content: '';
  position: absolute;
  width: 10px;
  bottom: -10px;
  left: -20px;
  z-index: 0;
  border: 20px solid #6dc248;
  border-left-color: transparent;
  border-left-width: 10px;
  background: #FFF;
}

.p-greenRibbon_Hdg:after {/*右側のリボン端*/
  content: '';
  position: absolute;
  width: 10px;
  bottom: -10px;
  right: -20px;
  z-index: 0;
  border: 20px solid #6dc248;
  border-right-color: transparent;/*山形に切り抜き*/
  border-right-width: 10px;
  background: #FFF;
}

.p-greenRibbon_Hdg h3 {
  display: block;
  position: relative;
  margin: 0;
  padding: 0 20px;
  line-height: 40px;
  color: #FFF;
  font-weight: bold;
  background: #6dc248;/*真ん中の背景色*/
}
.p-greenRibbon_Hdg h3:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-right: solid 20px #2f9414;
}
.p-greenRibbon_Hdg h3:after {
  position: absolute;
  content: '';
  top: 100%;
  right: 0;
  z-index: 1;
  border: none;
  border-bottom: solid 10px transparent;
  border-left: solid 20px #2f9414;/*右の折り返し部分*/
}

.p-greenRibbon_Hdg h3 span {
  display: inline-block;
  position: relative;
  padding-left: 10px;
}
.p-greenRibbon_Hdg h3 span:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #FFF;
  top: 50%;
  left: 0;
  margin-top: -4px;
}
.p-greenRibbon_Hdg--large {
  height: 50px;
}
.p-greenRibbon_Hdg--large:before {
  border: 25px solid #6dc248;
  border-right: 20px solid #6dc248;
  border-left-color: transparent;
  border-left-width: 10px;
}

.p-greenRibbon_Hdg--large:after {
  border: 25px solid #6dc248;
  border-left: 20px solid #6dc248;
  border-right-color: transparent;
  border-right-width: 10px;
}

.p-greenRibbon_Hdg--large h3 {
  line-height: 50px;
  font-size: 20px;
  font-size: 2.0rem;
}
.p-greenRibbon_Hdg--large h3 span:before {
  content: " ";
  position: absolute;
  top: 16px;
  left: 0;
  width: 18px;
  height: 18px;
  background: url(/assets/images/csr/mottainai-life/arw_pagehdg_green.png) no-repeat;
  border: none;
  margin-top: 0;
}
.p-greenRibbon_Hdg--large h3 span {
  padding-left: 25px;
}
@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-greenRibbon_Hdg {
    min-height: 40px;
    height: auto;
  }
  .p-greenRibbon_Hdg h3 {
    line-height: 1.3;
    padding: 10px 20px;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
  }
  .p-modal_content .p-greenRibbon_Hdg h3 {
    text-align: center;
  }
  
  /* p-greenRibbon_Hdg--large */
  .p-greenRibbon_Hdg--large h3 span:before {
    width: 15px;
    height: 15px;
    background-size: 15px;
    top: 0px;
  }
  
}
@media screen and (max-width: 480px){
  /* p-greenRibbon_Hdg--large */
  .p-greenRibbon_Hdg--large {
    min-height: 50px;
    height: auto;
  }
  .p-greenRibbon_Hdg--large h3 {
    line-height: 1.3;
    padding: 7px 20px;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
  }
  .p-greenRibbon_Hdg--large h3 span:before {
    width: 15px;
    height: 15px;
    background-size: 15px;
    top: 10px;
  }
}

.p-mottainai-recipe_pdtList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -20px 0 40px;
}
.p-mottainai-recipe_pdtList_cnt {
  margin: 30px 18px 0 0;
  width: 200px;
}

.p-mottainai-recipe_pdtList_cnt:nth-child(2n) {
  margin-right: 0;
}
.p-mottainai-recipe_pdtList_cnt_inner {
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 10px 0;
  margin-bottom: 10px;
}
.p-mottainai-recipe_pdtList_cnt_image {
  width: 170px;
  margin: 0 auto;  
}
.p-mottainai-recipe_yellow01 {
  background: #fcea8b;
  padding: 2px 5px;
}
.p-mottainai-recipe_yellow02 {
  background: #fceea8;
  padding: 2px 5px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-mottainai-recipe_pdtList_cnt {
    margin-right: 4%;
    width: 48%;
  }
  .p-mottainai-recipe_pdtList_cnt_inner {
    width: 100%;
    padding: 10px;
  }
  .p-mottainai-recipe_pdtList_cnt_image {
    width: 100%;
  }
  
  /* table */
  .p-mottainai-recipe_Table tr {
    display: table;
  }
  
  .p-mottainai-recipe_Table th,
  .p-mottainai-recipe_Table td {
    display: table-cell;
    width: 50%;
    border-bottom: none;
  }
  .p-mottainai-recipe_Table td {
    border-left: 1px solid #c4c4c4;
  }
}


/* mottainai-life top page */
.p-mottainai_list01 li {
  margin-top: 10px;
}
.p-mottainai_list01 li a {
  display: table;
  padding-left: 0;
  color: #0066cc;
  background: #f7f7f7;
}
.p-mottainai_list01 li a figure,
.p-mottainai_list01 li a div {
  display: table-cell;
  vertical-align: middle;
}
.p-mottainai_list01 li a div {
  width: 520px;
  padding: 20px;
  box-sizing: border-box;
}
.p-mottainai_list01 li a figure img,
.p-mottainai_list01 li a figure {
  width: 170px;
}
/*.p-mottainai_list01 li a dl {
  width: 510px;
  background: #f7f7f7;
  padding: 25px 30px 0;
  box-sizing: border-box;
}
.p-mottainai_list01 li a dl dt {
  color: #0066cc;
  margin-bottom: 10px;
}
.p-mottainai_list01 li a:hover dl dt {
  text-decoration: underline;
  color: #e60012;
}
.p-mottainai_list01 li dl dd{
  color: #333;
  text-decoration: none;
}*/
@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-imgLead--imgRight--column {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-imgLead--imgRight--column .c-imgLead_block {
    /*For IE11 */
    min-height: 0%
  }
  .p-mottainai_list01 li a {
    display: inherit;
  }
  .p-mottainai_list01--cln_reverse li a {
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .p-mottainai_list01 li a figure,
  .p-mottainai_list01 li a div {
    display: block;
    min-height: 0%;
  }
  .p-mottainai_list01 li a div,
  .p-mottainai_list01 li a figure img,
  .p-mottainai_list01 li a figure {
    width: 100%;
    height: auto;
  }
  .p-mottainai_list01 li .c-pageHdg {
    font-size: 1.7rem;
  }
  
}

.p-frameBg--greenChecked {
  background: url(/assets/images/csr/mottainai-life/05/bg_green.gif);
  padding: 30px;
}
.p-mottainai_recipeLink figure figcaption {
  margin-top: -25px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-frameBg--greenChecked {
    padding: 15px;
  }
}


.p-mottainai_list02 li {
  background: #FFF;
  margin-top: 10px;
}
.p-mottainai_list02 li a {
  display: table;
  width: 100%;
  padding-left: 0;
}
.p-mottainai_list02 li a figure,
.p-mottainai_list02 li a dl {
  display: table-cell;
}
.p-mottainai_list02 li a figure{
  width: 135px;
  background: #6dc248;
  vertical-align: middle;
  text-align: center;
}
.p-mottainai_list02 li a dl {
  vertical-align: top;
  padding: 20px 25px;
}
.p-mottainai_list02 li dl dt {
  color: #0066cc;
  position: relative;
  padding-left: 10px;
  font-weight: bold;
  margin-bottom: 15px;
}
.p-mottainai_list02 li dl dt:before {
  content: " ";
  position: absolute;
  top: 10px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #e60012;
}
@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-mottainai_list02 li a {
    display: block;
  }
  .p-mottainai_list02 li a figure,
  .p-mottainai_list02 li a dl{
    display: block;
    width: 100%;
    /*padding: 15px;*/
    box-sizing: border-box;
  }
  .p-mottainai_list02 li a figure {
    height: 85px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .p-mottainai_list02 li a figure img {
    vertical-align: middle;
  }    
  .p-mottainai_list02 li:first-child a figure img {
    height: 65px;
  }  
  
/*  .p-mottainai_list02 li a figure img {
    height: 65px;
  }*/
  
}

.js-currentLinkCheck .is-active {
  /*自身のページの時、リンクから削除*/
  display: none;
}


.p-circleArrow {
  position: relative;
  margin-top:40px;
  text-align: center;
}

.p-circleArrow:before {
  content: '';
  display: block;
  position: absolute;
  width: 78px;
  height: 47px;
  margin: 0 auto;
  top: -20px;
  background: url(/assets/images/common/ico_arrow.png) 50% 50% no-repeat;
  left: 50%;
  transform: translateX(-50%);
}

.p-numDeco {
  position: relative;
}

.p-numDeco i {
  font-style:normal;
  color:#E60012;
  font-weight: 700;
  margin-right:1em;
}

.p-numDeco b {
  font-size: 1.6em;
  margin-right:0.1em;
  position: relative;
  top:2px;
}

.p-stepList {
  display: flex;
  margin-left:-5%;
}

.p-stepList_item {
  position: relative;
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
  width:28.33333%;
  margin-left:5%;
  background:#fff;
  border:solid 1px #C4C4C4;
  border-radius:4px;
  padding:15px;
  min-height: 1%;
}

.p-stepList_item:after {
  content: '';
  display: block;
  position: absolute;
  top:50%;
  left:-15.5%;
  transform:translateY(-50%) rotate(-90deg);
  width: 32px;
  height: 26px;
  background: url(/assets/images/common/arw_next_down.svg) 50% 50% no-repeat;
}

.p-stepList_item:first-child:after {
  display: none;;
}

.p-stepList_item_shoulder {
  color:#E60012;
}

.p-stepList_item_title {
  margin-bottom:15px;
}

.p-stepList_item_img {
  
}



@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  
  .p-circleArrow {
    position: relative;
    margin-top:0px;
  }
  
  .p-circleArrow:before {
    content: '';
    display: block;
    position: absolute;
    width: 78px;
    height: 47px;
    margin: 0 auto;
    top: 50%;
    left: auto;
    right:-5px;
    transform: translateX(0) translateY(-50%) rotate(90deg);
    background: url(/assets/images/common/ico_arrow.png) 50% 50% no-repeat;

  }

  
  .p-stepList {
    display: flex;
    margin-left:-0%;
    margin-bottom:-50px;
    flex-direction: column;
  }
  
  .p-stepList_item {
    position: relative;
    font-weight: 700;
    font-size: 1.3rem;
    font-size: 3.5vw;
    text-align: center;
    width:auto;
    margin-left:0;
    margin-bottom:50px;

    background:#fff;
    border:solid 1px #C4C4C4;
    border-radius:4px;
    padding:5px 5px 5px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .p-stepList_item:after {
    content: '';
    display: block;
    position: absolute;
    top:-40px;
    left:50%;
    transform:translateX(-50%) rotate(0deg);
    width: 32px;
    height: 26px;
    background: url(/assets/images/common/arw_next_down.svg) 50% 50% no-repeat;
  }
  

  .p-stepList_item_title {
    margin-bottom:0px;
    flex-grow:1;
  }
  
  .p-stepList_item_img {
    width:33%;
    flex-shrink: 0;
  }

}


.p-panelListR {
  
}

.p-panelListR_item {
  background:#f7f7f7;
}

.p-panelListR_item_title {
  background-color: #ec6d00;
  color:#fff;
  position: relative;
  padding:15px 10px 15px 55px;
  font-weight: bold;
  font-size: 16px;
}

.p-panelListR_item_title img {
    position: absolute;
    top:9px;
    left:10px;
}

.p-panelListR_item_title img + span {

}

.p-panelListR_item_text {
  padding:20px 15px 25px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {

  .p-panelListR_item_title img + span {
      letter-spacing: 0.1em;
  }

}


.p-linkNavList {
  
}

.p-linkNavList_item {
  
}

.p-linkNavList_item_link {
  display: flex;
  color:#0066cc;
  background: #f7f7f7;

}


.p-linkNavList_item_link:hover {
  color:#0066cc;
}

.p-linkNavList_item_imgbox {
  flex-shrink:0;
}

.p-linkNavList_item_textbox {
  padding:20px 15px 10px;
}

.p-linkNavList_item_text {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
  padding-left: 28px;
  position: relative;

}

.p-linkNavList_item_text:before {
  content: " ";
  position: absolute;
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  background: url(/assets/images/common/arw_pagehdg.png) no-repeat;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  
  .p-linkNavList_item_link {
    flex-direction: column;
  }

  .p-linkNavList_item_imgbox img {
    width:100%;  
  }

}

.p-profile {
  display: flex;
  align-items: center;
}

.p-profile.-imgRight {
  justify-content: flex-end;
}

.p-profile_item {
  
}

.p-profile_item_imgbox {
  flex-shrink:0;
}

.p-profile.-imgRight .p-profile_item_imgbox {
  margin-left:20px;
}

.p-profile_item_textbox {
  text-align: right;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .p-profile_item_textbox {
    text-align: left;
  }

}

.p-global-environment_table {
  border-left: 1px solid #c4c4c4;
  border-top: 1px solid #c4c4c4;
  width:100%;

}

.p-global-environment_table th {
  background: #f5f5f5;
  border-right: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
  font-weight: bold;
  text-align: center;
  padding:10px;
  font-size: 15px;
}

.p-global-environment_table th:first-child {
  width:200px;
}

.p-global-environment_table td {
  border-right: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
  text-align: left;
  padding:15px;
  font-size: 15px;

}

.p-global-environment_table td:first-child {
  text-align: center;
}


@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  
  .p-global-environment_table th {
    padding:10px;
    font-size: 14px;
  }
  
  .p-global-environment_table th:first-child {
    width:100px;
  }
  
  .p-global-environment_table td {
    padding:10px;
    font-size: 14px;
  }

}

.p-iconTopBorderBox {
  padding:70px 30px 40px;
  margin: 130px 0 50px 0;
  position: relative;
}

.p-iconTopBorderBox.-yellow {
  border-top:solid 1px #fff464;
  background: #fffeed;
}

.p-iconTopBorderBox.-blue {
  border-top:solid 1px #89abda;
  background: #edfaff;
}

.p-iconTopBorderBox.-green {
  border-top:solid 1px #a6d398;
  background: #f3ffef;
}

.p-iconTopBorderBox_icon {
  position: absolute;
  top:-90px;
  left:50%;
  transform:translateX(-50%);
  
}

.p-iconTopBorderBox_title {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
}


.p-iconTopBorderBox.-yellow .p-iconTopBorderBox_title {
  color:#ec6d00;
}
.p-iconTopBorderBox.-blue .p-iconTopBorderBox_title {
  color:#625ba6;
}
.p-iconTopBorderBox.-green .p-iconTopBorderBox_title {
  color:#20a892;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  
  .p-iconTopBorderBox {
    padding:70px 15px 40px;
    margin: 130px 0 50px 0;
    position: relative;
  }
  
  .p-iconTopBorderBox_title {
    font-size: 5vw;
  }
}


.c-hoverAnimation:hover {
  transition:0.4s;
}

.c-hoverAnimationTarget {
  transition:0.4s;
}

.c-hoverAnimation:hover .c-hoverAnimationTarget.-bottomToTop {
  transform: translateY(-20px);
}

.c-hoverAnimation:hover .c-hoverAnimationTarget.-leftToRight {
  transform: translateX(20px);
}



/*----------------------------------
もっと見るボタン
----------------------------------*/

.c-moreContentBtn {
  display: inline-block;
  width: 570px;
  padding: 16px 40px;
  position: relative;
  border-radius: 5px;
  color: #e60012;
  background: #fff;
  border:solid 2px #e60012;
  text-align: center;
  font-weight: 700;
  cursor: pointer;
  box-sizing: border-box;
  transition: background .4s;
}

.c-moreContentBtn:before {
  position: absolute;
  top: 50%;
  right: 17px;
  width: 2rem;
  height: 0.3rem;
  transform: translateY(-50%);
  background: #e60012;
  content: "";
  transition: .4s ease;
}

.c-moreContentBtn:after {
  position: absolute;
  top: 50%;
  right: 17px;
  width: 2rem;
  height: 0.3rem;
  transform: translateY(-50%) rotate(-90deg);
  background: #e60012;
  content: "";
  transition: .4s ease;
}

.c-moreContentBtn.-active:after {
  transform: rotate(0deg);
  transition: .4s ease;
}

.c-moreContentBtn:hover {
  background: #e60012;
  color:#fff;

}

.c-moreContentBtn:hover:before ,
.c-moreContentBtn:hover:after {
  background: #fff;
  
}
@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .c-moreContentBtn {
    width: 100%;
    padding: 9px 40px;
  }

}
.js-moreContentItem {
  display: none;
}
/*----------------------------------
MTサイトサーチ　検索結果ページ
----------------------------------*/
#mt-site-search-container3 form {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
#mt-site-search-container3 input {
  width: 820px;
  background: #f7f7f7;
  border-radius: 4px 0 0 4px;
  padding: 0 0 0 12px;
  box-sizing: border-box;
  box-shadow: none;
  border: none;
  background-color: #f0f0f0;
  font-size: 1.4rem;
  font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'Noto Sans Japanese', Roboto, "Droid Sans", '游ゴシック体', 'YuGothic', '游ゴシック', 'Yu Gothic', 'メイリオ', Meiryo, sans-serif;
}
@media all and (-ms-high-contrast: none) {
  #mt-site-search-container3 input {
    padding-top: 4px;
  }
}
.mt-site-search-form__button {
  background: #999999;
  border-radius: 0 4px 4px 0;
  width: 50px;
  height: 40px;
  margin: 0;
  position: relative;
  border: none;
  box-sizing: border-box;
  -webkit-appearance: none;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
}
.mt-site-search-form__button:before {
  content: " ";
  background: url(/assets/images/common/ico_search.png) no-repeat;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.mt-site-search-form__button:hover {
  background: #e60012;
}
.mt-site-search-result__message {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.mt-site-search-result-item {
  border-top: 1px solid #c4c4c4;
  padding: 15px 0 20px;
  margin: 0;
}
.mt-site-search-result-item a[href$=".pdf"] {
  display: block;
  background: none;
}

.mt-site-search-result-item a:hover .mt-site-search-result-item__label {
  color: #e60012;
  text-decoration: underline;
}
.mt-site-search-result-item__label {
  display: inline-block;
  position: relative;
  padding-left: 10px;
  margin-bottom: 10px;
  color: #06c;
  font-size: 1.8rem;
  font-weight: bold;
}
.mt-site-search-result-item__label:before {
  content: " ";
  position: absolute;
  top: 10px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #e60012;
}
.mt-site-search-result-item__label:hover {
  color: #e60012;
  text-decoration: underline;
}
.mt-site-search-result-item a[href$=".pdf"] .mt-site-search-result-item__label {
  background: url(/assets/images/common/ico_pdf.png) right top 4px no-repeat;
  background-size: 20px auto;
  padding-right: 25px;
}
.mt-site-search-result-item__url {
  color: #333;
  font-size: 1.4rem;
  margin-bottom: 7px;
  word-break: break-all;
}
.mt-site-search-result-item__url cite {
  display: block;
  width: 100%;
}
.mt-site-search-result-item__excerpt {
  font-size: 1.6rem;
}
.mt-site-search-result-item__excerpt br {
  display: none;
}
.mt-site-search-result-item__excerpt b {
  background-color: #ff6;
}
.mt-site-search__pagination {
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
}
.mt-site-search__pagination ul {
  display: flex;
  align-items: center;
}
.mt-site-search-pagination-item .mt-site-search-pagination-item__link {
  color: #06c;
  display: block;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  padding-top: 6px;
  font-size: 15px;
  font-size: 1.5rem;
  margin-right: 6px;
}
.mt-site-search-pagination-item .mt-site-search-pagination-item__link:hover {
  border: 1px solid #e60012;
  color: #e60012;
}
.mt-site-search-pagination-item--current .mt-site-search-pagination-item__link {
  cursor: default;
  pointer-events: none;
  color: #e60012;
  border: 1px solid #e60012;
  background: #fce5e7;
}
.mt-site-search-pagination-item--previous .mt-site-search-pagination-item__link {
  color: #fff;
  line-height: 1;
  display: block;
  width: 90px;
  padding: 12px 0;
  background: #e60012;
  border-radius: 4px;
  border: none;
  position: relative;
}
.mt-site-search-pagination-item--previous .mt-site-search-pagination-item__link:hover {
  opacity: .5;
  color: #fff;
  border: none;
}
.mt-site-search-pagination-item--previous .mt-site-search-pagination-item__link:before {
  content: '前へ';
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 20px;
}
.mt-site-search-pagination-item--previous .mt-site-search-pagination-item__link:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  background-size: 16px auto;
  background-repeat: no-repeat;
  left: 12px;
  background-image: url(/assets/images/common/arw_btn_prev.svg);
}
.mt-site-search-pagination-item--previous .mt-site-search-pagination-item__link span {
  display: none;
}
.mt-site-search-pagination-item--next .mt-site-search-pagination-item__link {
  color: #fff;
  line-height: 1;
  display: block;
  width: 90px;
  padding: 12px 0;
  background: #e60012;
  border-radius: 4px;
  border: none;
  position: relative;
}
.mt-site-search-pagination-item--next .mt-site-search-pagination-item__link:hover {
  opacity: .5;
  color: #fff;
  border: none;
}
.mt-site-search-pagination-item--next .mt-site-search-pagination-item__link:before {
  content: '次へ';
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 20px;
}
.mt-site-search-pagination-item--next .mt-site-search-pagination-item__link:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  background-size: 16px auto;
  background-repeat: no-repeat;
  right: 12px;
  background-image: url(/assets/images/common/arw_btn_next.svg);
}
.mt-site-search-pagination-item--next .mt-site-search-pagination-item__link span {
  display: none;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  #mt-site-search-container3 form {
    margin-bottom: 25px;
  }
  #mt-site-search-container3 input {
    width: 100%;
  }
  .mt-site-search__pagination {
    margin-top: 20px;
  }
  .mt-site-search__pagination ul {
    width: 100%;
    justify-content: center;
  }
  .mt-site-search-pagination-item .mt-site-search-pagination-item__link {
    width: 34px;
    height: 34px;
    padding-top: 4px;
    font-size: 1.3rem;
  }
  .mt-site-search-pagination-item--previous .mt-site-search-pagination-item__link {
    width: 80px;
    padding: 10px 0;
  }
  .mt-site-search-pagination-item--previous .mt-site-search-pagination-item__link:before {
    margin-top: -7px;
  }
  .mt-site-search-pagination-item--next .mt-site-search-pagination-item__link {
    width: 80px;
    padding: 10px 0;
    margin-right: 0;
  }
  .mt-site-search-pagination-item--next .mt-site-search-pagination-item__link:before {
    margin-top: -7px;
  }
  .mt-site-search-result__message {
    font-size: 1.4rem;
  }
  .mt-site-search-result-item__label {
    font-size: 1.5rem;
  }
  .mt-site-search-result-item__url {
    font-size: 1.2rem;
  }
  .mt-site-search-result-item__excerpt {
    font-size: 1.4rem;
  }
}

/*----------------------------------
MTサイトサーチ　ヘッダー内検索フォーム
----------------------------------*/
.mt-site-search-form {
  width: 100%;
  display: flex;
  justify-content: center;
}
.mt-site-search-form__query {
  width: 212px;
  background-color: #f0f0f0;
  border-radius: 4px 0 0 4px;
  padding: 0 0 0 12px;
  box-sizing: border-box;
  box-shadow: none;
  border: none;
  font-size: 1.4rem;
  font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'Noto Sans Japanese', Roboto, "Droid Sans", '游ゴシック体', 'YuGothic', '游ゴシック', 'Yu Gothic', 'メイリオ', Meiryo, sans-serif;
}
@media all and (-ms-high-contrast: none) {
  .mt-site-search-form__query {
    padding-top: 4px;
  }
}
#mt-site-search-container2 form {
  display: flex;
  width: 100%;
}
#mt-site-search-container2 input {
  -webkit-appearance: none;
  box-sizing: border-box;
  width: 100%;
  height: 34px;
  background-color: #f0f0f0;
  border-radius: 4px 0 0 4px;
  padding: 0 0 0 12px;
  margin: 0;
  border: none;
  font-size: 1.4rem;
  font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'Noto Sans Japanese', Roboto, "Droid Sans", '游ゴシック体', 'YuGothic', '游ゴシック', 'Yu Gothic', 'メイリオ', Meiryo, sans-serif;
  line-height: 34px;
}

@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  .mt-site-search-form__query {
    width: 100%;
    justify-content: center;
  }
}


/* -----------------------------------------------
  .c-grid
----------------------------------------------- */
.c-grid {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -3rem;
  margin-left: -3rem;
}

.c-grid.-center {
  justify-content: center;
}

.c-grid.-reverse {
  flex-direction: row-reverse;
}

.c-grid.-middle {
  align-items: center;
}

.c-grid.-end {
  align-items: flex-end;
}

.c-grid > .c-grid_col {
  margin-bottom: 3rem;
  margin-left: 3rem;
}


.c-grid.-division2 > .c-grid_col {
  width: calc(((100% / 2) - 0.01%) - 3rem);
}

.c-grid.-division3 > .c-grid_col {
  width: calc(33.33% - 3rem);
}

.c-grid.-division4 > .c-grid_col {
  width: calc(((100% / 4) - 0.01%) - 3rem);
}

.c-grid.-mbnarrow {
  margin-bottom: 0;
}

.c-grid.-mbnarrow > .c-grid_col {
  margin-bottom: 1rem;
}

.c-grid.-mbnone {
  margin-bottom: 0;
}

.c-grid.-mbnone > .c-grid_col {
  margin-bottom: 0;
}
  
@media only screen and (max-width: 768px), only screen and (orientation: portrait) {
  
  .c-grid {
    margin-left: -1.5rem;
  }
  .c-grid > .c-grid_col {
    margin-bottom: 1.5rem;
    margin-left: 1.5rem;
  }

  .c-grid.-division2 > .c-grid_col {
    width: calc(((100% / 2) - 0.01%) - 1.5rem);
  }
  .c-grid.-division3 > .c-grid_col {
    width: calc(33.33% - 1.5rem);
  }
  .c-grid.-division4 > .c-grid_col {
    width: calc(((100% / 4) - 0.01%) - 1.5rem);
  }
  .c-grid[data-spgrid="false"] {
    display: block;
    margin: 0;
  }
  .c-grid[data-spgrid="false"] > .c-grid_col {
    width: auto;
    margin-bottom: 0;
    margin-left: 0;
    float: none;
  }
  .c-grid[data-spgrid="false"] > .c-grid_col + .c-grid_col {
    margin-top: 1.5rem;
  }

  .c-grid[data-spgrid="false"].-mbnarrow > .c-grid_col + .c-grid_col {
    margin-top: 0;
  }
  .c-grid[data-spgrid="false"].-mbnone > .c-grid_col + .c-grid_col {
    margin-top: 0;
  }
  .c-grid[data-spgrid="2"] > .c-grid_col {
    width: calc(((100% / 2) - 0.01%) - 1.5rem);
  }
  .c-grid[data-spgrid="3"] > .c-grid_col {
    width: calc(33.33% - 1.5rem);
  }
  
  .c-grid.-narrow:not([data-spgrid="false"]) {
    margin-left: -1.5rem;
  }
  .c-grid.-narrow:not([data-spgrid="false"]) > .c-grid_col {
    margin-bottom: 1.5rem;
    margin-left: 1.5rem;
  }
  .c-grid.-narrow:not([data-spgrid="false"])[data-spgrid="2"] > .c-grid_col {
    width: calc(((100% / 2) - 0.01%) - 1.5rem);
  }
  .c-grid.-narrow:not([data-spgrid="false"])[data-spgrid="3"] > .c-grid_col {
    width: calc(33.33% - 1.5rem);
  }
  
  .c-grid.-maximg img {
    width:100%;
  }
  
  
}

.c-indentList {
  margin-left:1.4em;
  
}

.c-indentList .c-indentList_item{
  text-indent: -1.4em;
  
}
