/*----------------------------------------------------------
   
-----------------------------------------------------------*/
@charset "utf-8";

/*----------------------------------------------------------
   共通
-----------------------------------------------------------*/

html { 
} 

*{
  box-sizing: border-box;
}

strong{
  font-weight: bold;
}
body {
  font-family: "游ゴシック", Yu Gothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  /*font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";    word-break: normal;*/
    overflow-wrap: break-word;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #333;
    background: #fafcff;
} 

img{
    -webkit-backface-visibility: hidden;
}

h1,h2,h3,h4,h5{
  margin-bottom: 5px;
  padding: 0;
}

.bold{
font-weight: bold;
}


#wrapper{
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.inner{
    width: 100%;
    max-width: 1200px;
  margin: 0 auto;
}

.wrap_common1 {
    padding-top: 24px;
    padding-bottom: 24px;
    width: 100%;
    color: white;
    text-align: center;
    background: url(/img/common/bg_subheader.jpg);
    background-size: cover;
}

.wrap_common2 {
    /* margin-bottom: 40px; */
    padding-top: 30px;
    /* padding-bottom: 30px; */
    /* border-top: solid 1px #f3f3f7; */
    /* border-bottom: solid 1px #f3f3f7; */
    /* background: #fff; */
    width: 100%;
    color: #01151E;
}
.wrap_common3 {
    margin-bottom: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: solid 1px #CCAC70;
    border-bottom: solid 1px #CCAC70;
    background: #CCAC70;
    width: 100%;
    color: white;
}

.bg_header_grd{
    width: 100%;
    height: 100px;
    background: url(/img/common/bg_header.jpg) center top no-repeat;
    background-size: cover;
}

.catch_bottom {
    opacity: 0.5;
}

.section_line{
  margin: 20px auto;
  height: 0;
  width: 100%;
  border-top: 1px dotted #dddfff;
}
.bnArea a {
    color: #333333 !important;
}

i, svg{
}

.flex{
  display: flex;
  align-items: center;
  justify-content: space-between;
}



.flexTop{
  display: flex; /* Safari */
  align-items:         flex-start;
  justify-content: space-between;
}

header{
  /*position: fixed;
  z-index: 10;
  top: 0;*/
  width: 100%;
  background-color: rgba(255,255,255,1.0);
  box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 1px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 1px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 1px 0px;
  height: 70px;
  border-bottom: 2px solid #CCAC70;
}
/*
#header_logo{
    display: flex;
    align-items: center;
}
#header_logo #logo_mark{
  width: 40px;
  height: 40px;
  margin-right: 10px;
  margin-left: 10px;
}
.svg_logomark_header{
  fill:#CCAC70;
}

header .logo_txt{
    color: #CCAC70;
    font-weight: bold;
font-size: 24px;
line-height: 22px;
margin-top: -7px;
}
header .logo_txt .ja{
    font-size: 12px;
    line-height: 12px;
}
*/

#gnavi{
    background: #CCAC70;
    color: white;
}

main a { 
  outline: none;
/*  display: inline-block; */
  transition: .3s;
}


a:link {
  color: #CCAC70;
  text-decoration: none;
}
a:visited {
  color: #CCAC70;
  text-decoration: none;
}
a:active {
  text-decoration: none;
  color: #CCAC70;
}
a:hover {
  color: #CCAC70;
  text-decoration: none;
}

#logo_img_footer_white{
    margin-bottom: 20px;
}

main a:focus, *:focus { outline:none; }

main a:link {
  color: #CCAC70;
  text-decoration: none;
}
main a:visited {
  color: #CCAC70;
  text-decoration: none;
}
main a:active {
  text-decoration: none;
  color: #CCAC70;
}
main a:hover {
  color: #885C10;
  text-decoration: underline;
}


footer{
  margin: 0px auto 0;
    color: #eee;
    clear: both;
}



#svg_logomark_footer{height: 24px;}

.svg_logomark_footer{fill:#CCAC70;}

#logo_img_footer{
  width: 200px;
}

footer nav a{
  margin: 0px 10px;
}
footer nav a:not(.button){
    color: #eee;
  text-decoration: none;
  position: relative;
  display: inline-block;
  transition: .3s;
}
footer nav a:not(.button):hover{
  color: #FFF;
}
footer nav a:not(.button)::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #FFF;
  transition: .3s;
}
footer nav a:not(.button):hover::after {
  width: 100%;
}

.footer_up {
    padding: 40px;
    border-top: solid 1px #999;
    border-bottom: solid 1px #999;
    background: #CCAC70;
    width: 100%;
    color: white;
    border: none !important;
    font-size: 14px;
}
.footer_up .flex{
  align-items: flex-start;
}
.footer_up i,.footer_up svg {
  text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
}
.footer_up a:link {
  color: #fff;
  text-decoration: none;
}
.footer_up a:visited {
  color: #fff;
  text-decoration: none;
}
.footer_up a:active {
  text-decoration: none;
  color: #fff;
}
.footer_up a:hover {
  color: #fff;
  text-decoration: none;
}

.footer_bottom {
    background: #333333;
    padding: 40px;
}

#footer_logo{
    display: flex;
    align-items: center;
    width: 150px;
    margin: 0 auto;
}
#footer_logo #logo_mark{
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.svg_logomark_footer{
  fill:#CCAC70;
}

footer .logo_txt{
    color: #CCAC70;
    font-weight: bold;
    font-size: 24px;
}
footer #copyright{
  margin: 20px auto 0;
  text-align: center;
}

h1{
    font-size: 40px;
    line-height: 48px;
    font-weight: bold;
    color: #1a3f8f;
    margin-top: 0;
    margin-bottom: 10px;  
}
#pagetitle {
    margin-bottom: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: solid 1px #e6dbce;
    border-bottom: solid 1px #e6dbce;
    background: #CCAC70;
    width: 100%;
    color: white;
}
#pagetitle h1{
  display: flex;
  margin: 0 auto;
  font-weight: normal;
  color: white;
  align-items: center;
  font-size: 28px;
  font-weight: bold;
}

#pagetitle h1 i,#pagetitle h1 svg {
  color: #CCAC70;
  margin-right: 10px;
}

#breadcrumb{
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: solid 1px #9ab;
    background: #bcd;
    width: 100%;
    color: white;
    font-size: 12px;
}
#breadcrumb ul{
    margin: 0 auto;
    /* display: flex; */
    align-items: center;
    overflow: hidden;
}
#breadcrumb ul li{
  float: left;
  display: flex;
  align-items: center;
}

#breadcrumb li:after{/* >を表示*/
    content: '\f101';
      font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
    padding-right: 0.2em;
    font-weight: bold;
      padding: 0 4px 0 3px;
      margin-left: 6px;
      margin-left: 4px;
  color: #fff;
}

#breadcrumb li:last-child:after{
  content: '';
}

#breadcrumb li a {
    text-decoration: underline;
    color: white;
}

#breadcrumb li a:hover {
    text-decoration: underline;
    color: #CCAC70;
}

ul,ol{
  margin: 0;
  padding: 0;
}
ul.common {
}
ul.common > li {
  margin-bottom: 8px;
  font-size: 16px;
    margin-bottom: 8px;
    font-size: 16px;
    padding-left: 2em;
    text-indent: -10px;
}
ul.common li:before {
    content: '\f35a';
      font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
    padding-right: 0.4em;
    font-weight: bold;
    color: #885C10;
}
ul.common li ul {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 14px;
  margin-left: 20px;
}
ul.common li ul li {
  font-size: 12px;
  margin-left: 20px;
}
ul.common li ul li:before {
    content: '\f0da';
      font-family: "Font Awesome 5 Free";
        font-size: 12px;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
    padding-right: 0.2em;
    margin-left: 0.8em;
    font-weight: bold;
    color: #AAA;
}

ul li:last-child{
  margin-bottom: 0;
}

.notice{
  color: #885C10;
  font-size: 1.4em;
  font-weight: bold;
  text-decoration: underline dotted;
}

.mincho{
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", sans-serif;
}



h2.common {
    border-bottom: solid 3px #ddd;
    position: relative;
    text-align: center;
    max-width: 518px;
    margin: 10px auto 20px;
    color: #885C10;
    font-size: 20px;
    padding-bottom: 6px;
}
h2.common:after {
    border-bottom: solid 3px #ddd;
    position: relative;
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #CCAC70;
    bottom: -3px;
    width: 30%;
}

h3.common {
  position: relative;
  padding-left: 0px;
  font-size:18px;
  margin: 0px auto 5px;
  width: 100%;
  color: #885C10;
  font-weight: bold;
/*    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", sans-serif;*/
}
h3.common:before {
    content: '\f35a';
      font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  padding-right: 0.2em;
  font-weight: bold;
    padding-right: 4px;
    font-weight: normal;
}

h4.common {
  position: relative;
  padding-left: 0px;
  font-size:16px;
  margin: 0px auto 5px;
  width: 100%;
  color: #885C10;
  font-weight: bold;
/*    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", sans-serif;*/
}
h4.common:before {
    content: '\f35a';
      font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  padding-right: 0.2em;
  font-weight: bold;
    padding-right: 4px;
    font-weight: normal;
}



input[type="text"],input[type="tel"],input[type="email"],input[type="url"],input[type="number"],input[type="password"],select,textarea{
    padding: 2px 5px;
    margin: 5px;
    border: 1px solid #bbb;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
textarea{
  width: 100%;
  margin: 5px 0;
}
input[type="text"]:focus,input[type="tel"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="number"]:focus,select:focus,textarea:focus{
    border: 1px solid #CCAC70;
}

input[type="button"],input[type="submit"],.button,input[type="reset"],
.button.common, #btn_submit, #btn_history_back {
    display: inline-block;
    min-width: 200px;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    outline: none;
    position: relative;
    background-color: #CCAC70;
    border-radius: 4px;
    color: #fff !important;
    line-height: 28px;
    transition: none;
    /* box-shadow: 0 7px 0 #1D4C78; */
    /* text-shadow: 1px 1px 1px #1D4C78; */
    font-weight: bold;
    box-sizing: border-box;
    border: none;
    font-size: 15px;
}

#contact-common .notice{
  text-decoration: none;
}

hr {
  margin-top: 50px;
border-top: 1px dashed #ddc;
}

.box_common {
    padding: 25px 30px 25px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #fdf9f0;
}
.box_common span {
    background: linear-gradient(transparent 50%, #EECCA0 50%);
    font-weight: bold;
}

.box_common2 {
    padding: 1.5em 2em;
    background: -webkit-repeating-linear-gradient(-45deg, #f7f6ee, #f7f6ee 3px,#FDF9F0 3px, #FDF9F0 7px);
    background: repeating-linear-gradient(-45deg, #f7f6ee, #f7f6ee 3px,#FDF9F0 3px, #FDF9F0 7px);
}
.box_common2 span {
    background: linear-gradient(transparent 50%, #EECCA0 50%);
    font-weight: bold;
}


.box_common3 {
    position: relative;
    padding: 1.5em 2em;
    margin: 1em 0;
    top: 0;
    background: #FDF9F0;
    color: #B16800;
}
.box_common3:before, .box_common3:after{ 
    position: absolute;
    top: 0;
    content:'';
    width: 10px;
    height: 100%;
    display: inline-block;
    box-sizing: border-box;
}
.box_common3:before{
    border-left: dotted 2px #B1681A;
    border-top: dotted 2px #B1681A;
    border-bottom: dotted 2px #B1681A;
    left: 0;
}
.box_common3:after{
    border-top: dotted 2px #B1681A;
    border-right: dotted 2px #B1681A;
    border-bottom: dotted 2px #B1681A;
    right: 0;
}
.box_common3 span {
    background: linear-gradient(transparent 50%, #EECCA0 50%);
    font-weight: bold;
}


.box_common4 {
    padding: 1.5em 2em;
    margin: 2em 0;
    border: double 5px #00ABCA;
    background: #f0fffa;
    color: #093329;
}
.box_common4 span {
    background: linear-gradient(transparent 50%, #EECCA0 50%);
    font-weight: bold;
}

.button.col1,input[type="button"].col1,input[type="submit"].col1,button.common.col1 {
  background-color: #CCAC70;
  box-shadow: 0 7px 0 #1D4C78;
  text-shadow: 1px 1px 1px #1D4C78;  
}
button[disabled], html input[disabled] {
    cursor: default !important;
    background: #ccc !important;
}

.button::before,.button::after,
input[type="button"]::before,input[type="button"]::after,
input[type="submit"]::before,input[type="submit"]::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
  box-sizing: border-box;
  transition: all .3s;
}



.two_column{
    display: grid;
    grid-template-columns: 1fr 1fr;
     display: -ms-grid;
    -ms-grid-columns: 1fr 1fr;
    grid-gap: 30px;
}
.two_column img{
    width: 100%;
    height: auto;
}

.two_column > div:nth-child(1) {
    -ms-grid-column: 1;
}
.two_column > div:nth-child(2) {
    -ms-grid-column: 3;
}


.two_column > div img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

@media all and (-ms-high-contrast: none) {
    *::-ms-backdrop, .two_column {
      /* IE11 にのみ適用される */
      display:  flex;
      width: 100%;
      justify-content: center;
  }
}
_:-ms-lang(x)::-ms-backdrop, .two_column {
    /* IE11 のみ適用される */
      display:  flex;
      width: 100%;
      justify-content: center;
}

@media all and (-ms-high-contrast: none) {
    *::-ms-backdrop, .two_column > div {
      /* IE11 にのみ適用される */
      width:  48%;
    }
}

_:-ms-lang(x)::-ms-backdrop, .two_column > div {
    /* IE11 のみ適用される */
      width:  48%;
}
  

@media all and (-ms-high-contrast: none) {
    *::-ms-backdrop, .two_column img{
      /* IE11 にのみ適用される */
        max-width: 350px;
        max-height: 350px;
        width: auto;
        height: auto;

    }
}
_:-ms-lang(x)::-ms-backdrop, .two_column img{
    /* IE11 のみ適用される */
    max-width: 350px;
    max-height: 350px;
    width: auto;
    height: auto;

}

.three_column{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
     display: -ms-grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
}
.three_column img{
    width: 100%;
    height: auto;
}


.three_column > div:nth-child(1) {
    -ms-grid-column: 1;
}
.three_column > div:nth-child(2) {
    -ms-grid-column: 3;
}


.three_column > div img{
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

@media all and (-ms-high-contrast: none) {
    *::-ms-backdrop, .three_column {
      /* IE11 にのみ適用される */
      display:  flex;
      width: 100%;
      justify-content: center;
  }
}
_:-ms-lang(x)::-ms-backdrop, .three_column {
    /* IE11 のみ適用される */
      display:  flex;
      width: 100%;
      justify-content: center;
}

@media all and (-ms-high-contrast: none) {
    *::-ms-backdrop, .three_column > div {
      /* IE11 にのみ適用される */
      width:  30%;
    }
}

_:-ms-lang(x)::-ms-backdrop, .three_column > div {
    /* IE11 のみ適用される */
      width:  30%;
}
  

@media all and (-ms-high-contrast: none) {
    *::-ms-backdrop, .three_column img{
      /* IE11 にのみ適用される */
    max-width: 350px;
    max-height: 350px;
    width: auto;
    height: auto;
    }
}
_:-ms-lang(x)::-ms-backdrop, .three_column img{
    /* IE11 のみ適用される */
    max-width: 350px;
    max-height: 350px;
    width: auto;
    height: auto;
}


.four_column{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
     display: -ms-grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 30px;
}
.four_column img{
    width: 100%;
    height: auto;
}

.four_column > div:nth-child(1) {
    -ms-grid-column: 1;
}
.four_column > div:nth-child(2) {
    -ms-grid-column: 3;
}


.four_column > div img{
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

@media all and (-ms-high-contrast: none) {
    *::-ms-backdrop, .four_column {
      /* IE11 にのみ適用される */
      display:  flex;
      width: 100%;
      justify-content: center;
  }
}
_:-ms-lang(x)::-ms-backdrop, .four_column {
    /* IE11 のみ適用される */
      display:  flex;
      width: 100%;
      justify-content: center;
}

@media all and (-ms-high-contrast: none) {
    *::-ms-backdrop, .four_column > div {
      /* IE11 にのみ適用される */
      width:  23%;
    }
}

_:-ms-lang(x)::-ms-backdrop, .four_column > div {
    /* IE11 のみ適用される */
      width:  23%;
}
  

@media all and (-ms-high-contrast: none) {
    *::-ms-backdrop, .four_column img{
      /* IE11 にのみ適用される */
      max-width: 350px;
      max-height: 350px;
      width: auto;
      height: auto;
    }
}
_:-ms-lang(x)::-ms-backdrop, .four_column img{
    /* IE11 のみ適用される */
    max-width: 350px;
    max-height: 350px;
    width: auto;
    height: auto;
}


.two_column > div,.three_column > div,.four_column > div{
  position: relative;
}
.supplement{
  position: absolute;
  bottom: 0;
  padding: 10px;
  font-size: 12px;
  color: white;
  background-color:rgba(0,0,0,0.7);
  z-index: 100;
}



.button:hover,input[type="button"]:hover,input[type="submit"]:hover{
  top: 0px;
}
.button:active,input[type="button"]:active,input[type="submit"]:active {
  top: 0px;
}

form table.common .button, form table.common input[type="button"], form table.common .button.common {
    min-width: 140px;
    padding: 2px 10px 1px;
    line-height: 24px;
    font-size: 12px;
    margin-left: 0;
    margin-top: 5px;
    margin-bottom: 5px;
}

.button i, .button svg,
input[type="button"] i, input[type="button"] svg,
input[type="submit"] i, input[type="submit"] svg{
  color: white;
  margin-right: 10px;
}


main table.common tr:nth-child(odd) th, main table.common tr:nth-child(odd) td{
    background: #F7F7F7;
}
main table.common tr:nth-child(even) th, main table.common tr:nth-child(even) td{
    background: #FFF;
}


.required{
  color: #bb1144;
}

button.off{
    background-color: #eee !important;
    color: #222 !important;
    box-shadow: 0 2px 0 #999 !important;
    text-shadow: none !important
}


.mm-menu.mm-offcanvas {
    width: 70% !important;
    min-width: 140px;
    max-width: 320px !important;
}

.container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0px 50px;
    clear: both;
}

.bar_purpose{
    display: inline-block;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    outline: none;
    position: relative;
    top: -1px;
    background-color: #CCAC70;
    border-radius: 4px;
    color: #fff !important;
    line-height: 28px;
    transition: none;
    box-shadow: 0 7px 0 #1D4C78;
    text-shadow: 1px 1px 1px #1D4C78;
    font-weight: bold;
    box-sizing: border-box;
    transition: all .2s;
    border: none;
    font-size: 15px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.purpose.off .bar_purpose{
    background-color: #eee !important;
    color: #222 !important;
    box-shadow: 0 7px 0 #bbb;
    text-shadow: 1px 1px 1px #999;
}

.purpose.on{
}

.purpose.on .bar_purpose:after{
      content: '\f103';
      font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  padding-right: 0.2em;
  font-weight: bold;
  padding-right: 4px;
  right: 0;
}
.purpose.off .bar_purpose:after{
      content: '\f102';
      font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  padding-right: 0.2em;
  font-weight: bold;
  padding-right: 4px;
  right: 0;
}

.contact_form_confirm .purpose.on .bar_purpose{
      cursor: initial;
}

.contact_form_confirm .purpose.on .bar_purpose:after{
      content: none;
}


.form_purpose{
  display: none;
}

.contact_form_confirm .form_purpose{
  display: block;
}

/* form */


img{ border: none; vertical-align: bottom; }

ul{
padding: 0 1%;

}
li{
list-style: none;
}
table, table td, table th{
border: 0;
font-size: 14px;
}


p{
  padding: 10px 1%;
  margin: 0;
  letter-spacing: 1px;
      overflow: hidden;
}

.entry-content p{
  padding: 10px;
}

section p{
  padding: 0 10px;
  font-size: 14px;
  line-height: 28px;
}

.pre{
white-space: pre;
}

.block{
display: block;
margin: 0 auto;
}

.ofh{
overflow: hidden;
}

input, textarea{
font-size: 12px;
}



dl{
}
dt{
}
dd{
margin: 0 0 10px 0;
}


/* table
-----------------*/
td,th{
border: 0 white;
}
table.common{
  border-bottom: 1px solid #ddd;
  margin: 0px auto 30px;
  background: white;
  font-size: 12px;
}
table.common tr{
  border-top: 1px solid #eee;
}
table.common th, table.common td{
  vertical-align: middle;
  padding: 10px 15px;
}
table.common th{
  text-align: left;
  font-weight: normal;
  background: #efefef;
  color: #222;
  border-top: 1px solid #eee;
  font-weight: bold;
}

table.common td{
  border-top: 1px solid #eee;
}

table.common td i{
  color: #06DEE9;
}
table.common td svg path{
  fill: #06DEE9;
}




/* width
-----------------*/

.w50px{
width: 50px;
}
.w100px{
width: 100px;
}
.w170px{
width: 170px;
}
.w200px{
width: 200px;
}
.w225px{
width: 225px;
}
.w230px{
width: 230px;
}
.w270px{
width: 270px;
}
.w300px{
width: 300px;
}
.w330px{
width: 330px;
}
.w380px{
width: 380px;
}
.w400px{
width: 400px;
}
.w500px{
width: 500px;
}
.w600px{
width: 600px;
}

.w10per{
width: 10%;
}
.w20per{
width: 20%;
}
.w25per{
width: 25%;
}
.w30per{
width: 30%;
}
.w33per{
width: 33%;
}
.w40per{
width: 40%;
}
.w50per{
width: 50%;
}
.w75per{
width: 75%;
}
.w100per{
width: 100%;
}


.center{
text-align: center;
margin: 0 auto;
}


.no_border{
border: 0 white;
}


.textalign_center{
text-align: center !important;
}
.textalign_right{
text-align: right !important;
}
.textalign_left{
text-align: left !important;
}
.ta_c{
text-align: center !important;
}
.ta_r{
text-align: right !important;
}
.ta_l{
text-align: left !important;
}


.clear{
clear: both;
}

.pc_two_column img{
    width: 100%;
}
.pc_four_column img{
    width: 100%;
}
#contact-common #tel_area{
  font-weight: bold;
}

@import url(http://fonts.googleapis.com/css?family=Open+Sans);

#contact-common .notice{
font-family: 'Open Sans', cursive;  
color: #CCAC70;
font-size: 36px;
line-height: 48px;
font-weight: bold;
}
#contact-common .notice i{
  font-size: 0.85em;
}

#contact-common p{
  padding: 0;
  margin: 0;
}
#contact-common a.button,#btn_download{
background: #CCAC70;
padding: 10px 20px !important;
font-weight: bold;
}


.small{
font-size: 10px;
}
.big{
font-size: 14px;
}


.fs_12{
font-size: 12px !important;
line-height: 16px !important;
}
.fs_14{
font-size: 14px !important;
line-height: 18px !important;
}
.fs_16{
font-size: 16px !important;
line-height: 22px !important;
}
.fs_18{
font-size: 18px !important;
line-height: 24px !important;
}
.fs_20{
font-size: 20px !important;
line-height: 28px !important;
}
.fs_22{
font-size: 22px !important;
line-height: 32px !important;
}
.fs_24{
font-size: 24px !important;
line-height: 36px !important;
}



.float_left{
float: left;
}
.float_right{
float: right;
}


.mb_0{
margin-bottom: 0px !important;
}
.mb_5{
margin-bottom: 5px !important;
}
.mb_10{
margin-bottom: 10px !important;
}
.mb_20{
margin-bottom: 20px !important;
}
.mb_30{
margin-bottom: 30px !important;
}
.mb_50{
margin-bottom: 50px !important;
}
.ml_5{
margin-left: 5px;
}
.ml_10{
margin-left: 10px;
}
.ml_20{
margin-left: 20px;
}
.ml_30{
margin-left: 30px;
}
.mr_5{
margin-right: 5px;
}
.mr_10{
margin-right: 10px;
}
.mr_20{
margin-right: 20px;
}
.mr_30{
margin-right: 30px;
}
.mb_10{
margin-bottom: 10px;
}
.mt_0{
margin-top: 0px !important;
}
.mt_5{
margin-top: 5px !important;
}
.mt_10{
margin-top: 10px !important;
}
.mt_15{
margin-top: 15px !important;
}
.mt_20{
margin-top: 20px !important;
}
.mt_30{
margin-top: 30px !important;
}
.mt_50{
margin-top: 50px !important;
}

.ps_10{
padding: 0 10px;
}
.ps_15{
padding: 0 15px;
}
.ps_20{
padding: 0 20px;
}
.ps_30{
padding: 0 30px;
}
.pl_10{
padding-left: 10px;
}
.pl_15{
padding-left: 15px;
}
.pl_20{
padding-left: 20px;
}
.pl_30{
padding-left: 30px;
}
.pr_10{
padding-right: 10px;
}
.pr_15{
padding-right: 15px;
}
.pr_20{
padding-right: 20px;
}
.pr_30{
padding-right: 30px;
}
.lh_30{
line-height: 30px;
}

span.line1 {
    background: linear-gradient(transparent 70%, #CCAC70 70%);
}
span.line2 {
    background: linear-gradient(transparent 70%, #CCAC70 70%);
}
span.line3 {
    background: linear-gradient(transparent 70%, #885C10 70%);
}





.bnArea a div:first-child{
  z-index: 2;
  line-height: 18px;
  display: flex;
  align-items: center;
}
.bnArea a div:last-child{
  z-index: 1;
}
.bnArea a img{
    border: none;
    /* vertical-align: bottom; */
    width: 100%;
    height: 222px;
    object-fit: cover;
    /* clip-path: circle(150px at top); */
    /* -webkit-clip-path: circle(150px at top); */
    position: absolute;
    /* z-index: 10000; */
    top: 0px;
    right: 0px;
}

.bnArea.col1 a div:first-child span:first-letter{
    font-size: 1.5em;
    color: #885C10;
}

.bnArea.col2 a div:first-child span:first-letter{
    font-size: 1.5em;
    color: #151648;
}

.bnArea.col3 a div:first-child span:first-letter{
    font-size: 1.5em;
    color: #52931C;
}

.bnArea.col4 a div:first-child span:first-letter{
    font-size: 1.5em;
    color: #9A8A35;
}
.bnArea.col5 a div:first-child span:first-letter{
    font-size: 1.5em;
    color: #007C96;
}
.bnArea.col6 a div:first-child span:first-letter{
    font-size: 1.5em;
    color: #DD3C26;
}
.bnArea.col1 a:hover{
    border: 1px solid #885C10;
}

.bnArea.col2 a:hover{
    border: 1px solid #151648;
}

.bnArea.col3 a:hover{
    border: 1px solid #52931C;
}

.bnArea.col4 a:hover{
    border: 1px solid #9A8A35;
}
.bnArea.col5 a:hover{
    border: 1px solid #007C96;
}
.bnArea.col6 a:hover{
    border: 1px solid #DD3C26;
}





.cardtype, .sidelong {
    margin-bottom: 1em;
}
.clearfix, .cf, .comment-respond {
    zoom: 1;
}

.cardtype_article:first-child, .cardtype_article:nth-child(2), .sidelong__article:first-child, .sidelong__article:nth-child(2) {
    -webkit-animation: fadeIn .7s ease 0s 1 normal;
            animation: fadeIn .7s ease 0s 1 normal;
}


.cardtype_article, .sidelong__article {
    -webkit-animation: fadeIn 1.1s ease 0s 1 normal;
            animation: fadeIn 1.1s ease 0s 1 normal;
}
.cardtype_article {
    overflow: hidden;
    position: relative;
    margin: 0 0 0px;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 0 2px 0 rgba(0,0,0,.12), 0 1px 2px 0 rgba(0,0,0,.22);
    cursor: pointer;
    transition: .2s ease-in-out;
}


.cardtype time {
    margin: 10px 0px 0px 13px;
    color: #b5b5b5;
    font-size: 13px;
}

.cardtype time:before {
    content: '\f133';
      font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  padding-right: 0.2em;
  font-weight: bold;
    padding-right: 4px;
    font-weight: normal;
}
.cardtype time.updated:before {
    content: '\f021';
      font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  padding-right: 0.2em;
  font-weight: bold;
    padding-right: 4px;
    font-weight: normal;
}

.accent-bc {
    background-color: #aF2160;
}
.newmark {
    display: inline-block;
    position: absolute;
    top: 13px;
    right: 10px;
    width: 37px;
    height: 37px;
    border-radius: 8px;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    line-height: 37px;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-animation: animScale 3.5s ease-out;
            animation: animScale 3.5s ease-out;
}

#searchsubmit, #toc_container .toc_title:before, .cat-name, .pre_tag>span, .pagination .current, #submit, .withtag_list>span, .main-bc-before li:before {
    background-color: #CCAC70;
}

main a.cat-name:visited {
    color: #fff;
}
main a.cat-name:link {
    color: #fff;
}

.formError .formErrorContent{
  background: #001319 !important;
}
.formError .formErrorArrow div{
  background: #001319 !important;
}


.commentBox {
    background-color: white;
    background-repeat: no-repeat;
    background-position: left top;
    padding-top: 3rem;
    padding-right: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 20px;
    border-left-width: 5px;
    border-left-style: solid;
    border-left-color: #CCAC70;
    color: #555550;
}
.commentBox:before {
    content: "“";
    display: block;
    font-size: 4rem;
    margin-left: -1rem;
    font-family: serif;
    line-height: 0%;
    color: #CCAC70;
}

.pagination {
    clear: both;
    padding: 20px 0;
    position: relative;
    font-size: 14px;
    line-height: 14px;
        text-align: center;
}
.pagination-box {
    display: inline-block;
}
.pagination span, .pagination a {
    display: block;
    float: left;
    margin: 2px 2px 2px 0;
    padding: 10px 15px 10px 15px;
    text-decoration: none;
    width: auto;
    color: #fff !important; /* 文字色 */
    background: #aaa; /* 背景色 */
}
.pagination a:hover{
    color: #fff; /* マウスホバー時の文字色 */
    background: #CCAC70; /* マウスホバー時の背景色 */
}
.pagination .current{
    padding: 10px 15px 10px 15px;
    background: #CCAC70; /* 現在のページの文字色 */
    color: #fff; /* 現在のページの背景色 */
}

.slick-slide{
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-initialized .slick-slide{
  display: block;
}

.entry-content div{
  overflow: hidden;
}

.require {
    text-align: center;
    width: 40px;
    float: right;
    background: #FF7070;
    font-size: 11px;
    color: white;
    padding: 2px 0;
    position: relative;
    top: 3px;
}

div.products_abstract{
  background: white;
  padding: 20px;
}



.mm-listview>li>a, .mm-listview>li>span {
    display: flex !important;
    align-items: center;
    font-weight: bold;
}
.mm-listview>li>a i{
  margin-right: 10px;
}
.mm-listview>li>a span{
  font-size: 11px;
  line-height: 14px;
      color: rgba(0,0,0,.5);
}
.mm-listview>li.mm-vertical>.mm-next, .mm-vertical .mm-listview>li>.mm-next {
    height: 60px !important;
}



.card_wrap{
      overflow: hidden;
    margin-top: 50px;
        max-width: 960px;
    margin: 30px auto 20px;
}
.cardtype,.sidelong {
 margin-bottom: 1em;
}
p.cardtype__img{
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cardtype__article {
 position: relative;
 width: 100%;
 margin: 0 0 25px;
 border-radius: 2px;
 background: #fff;
 box-shadow: 0 0 3px 0 rgba(0,0,0,.12), 0 2px 3px 0 rgba(0,0,0,.22);
 cursor: pointer;
 transition: .2s ease-in-out;
}
.cardtype__article:hover {
 box-shadow: 0 15px 30px -5px rgba(0,0,0,.15),0 0 5px rgba(0,0,0,.1);
 transform: translateY(-4px);
}
.cardtype__link {
 display: block;
 color: #555;
 text-decoration: none;
 cursor: pointer;
}
.cardtype__link:hover {
 color: #555;
 text-decoration: none;
}
.cardtype__img {
 margin: 0;
 overflow: hidden;
 position: relative;
 height: 0;
 padding-bottom: 57.7%;
}
.cardtype__img img {
  border-radius: 2px 2px 0 0;
    object-fit: cover;
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: middle;
}
.cardtype__link {
 padding-bottom: 25px;
}
.cardtype__article-info h4 {
 margin: 8px 13px 0;
 padding: 0 10px;
 font-size: 17px;
}

.cardtype__article, .sidelong__article {
   animation: fadeIn 1.1s ease 0s 1 normal;
}
.cardtype__article:first-child,
.cardtype__article:nth-child(2),
.sidelong__article:first-child,
.sidelong__article:nth-child(2) {
   animation: fadeIn .7s ease 0s 1 normal;
}

/* フロー */
.flow {
    margin: 0 auto 50px;
}

.flow .box {
    margin: 0 auto 33px;
    width: 80%;
    padding: 10px;
    border: 3px solid #326E93;
    background: #326E93;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    font-size: 1.6em; /* テキストの指定 */
    font-weight: bold; /* テキストの指定 */
    line-height: 1.4; /* テキストの指定 */
}

.flow .box:after {
    border-top: 25px solid #885C10;
    border-left: 70px solid transparent;
    border-right: 70px solid transparent;
    content: "";
    position: absolute;
    bottom: -28px; /* 三角形の高さ＋ボックスのボーダーをマイナスに */
    left: 50%;/* 中央寄せに使用 */
    margin-left: -70px; /* 中央寄せに使用 */
}

.flow .box:last-child:after {
    border: none; /* 最後のボックスだけ三角形を表示しない */
}
.flow dl {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto;
    color: white;
}
.flow dl dt{
  margin-right: 20px;
  color: #885C10;
}

.flow dl dd{
  margin: 0;
}

.onecolumn{
  text-align: center;
  margin: 0 auto;
  padding: 0 8%;
}

.onecolumn img{ 
  max-width: 100%;
  margin: 20px auto;
  margin-bottom: 10px;
}

input[type="checkbox"], input[type="radio"] {
    margin-right: 8px;
    margin-left: 8px;
}
form p{
  padding: 0;
}

#PageTopBtn {
  width: 100%;
  background: #333;
  padding: 20px;
  text-align: center;
}
#PageTopBtn a {
  width: 100%;
  background: #333;
}
#PageTopBtn a img {
    width: 70px;
    margin: 0 auto;
}

@media only screen and (min-width: 481px) {

  .cardtype {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display:  flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
  }
  .cardtype__article {
    float: left;
    width: 23%;
    margin: 0 1.0% 25px;
  }
  .three_card .cardtype__article {
    float: left;
    width: 31.3%;
    margin: 0 1.0% 25px;
  }
  .two_card .cardtype__article {
    float: left;
    width: 48%;
    margin: 0 1.0% 25px;
  }

  .cardtype__link {
    padding-bottom: 15px;
  }
  .cardtype__article h2 {
    margin: 8px 13px 0;
  }

  .cardtype__article time {
    margin: 13px 13px 8px;
  }
}

  .su-posts{
    padding: 0 2%;
  }



  ul.common a{
    position:   relative;
  }
  a[href$=".pdf"]:after {
    content:" ";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../img/common/icon_pdf.png) no-repeat center center;
    background-size:contain;
    position: absolute;
    right: -30px;
    bottom: -6px;
  }


/*----------------------------------------------------------
   スマホ用　レスポンシブ指定　ここから
-----------------------------------------------------------*/
@media screen and (max-width:768px) {

  .pc_only{
    display: none;
  }
  
  .sp_only{
    display: block;
  }

  table.common {
      width: 100%;
  }
  
  #contact-common{
      line-height: 18px;
      padding: 20px;
      background: #f3f3f7;
      width: 98%;
      margin: 50px auto 0;
  }
  #contact-common > div{
    text-align: center;
  }

  #contact-common > div:first-child{
    margin-bottom: 20px;
  }

  #logo_img_header{
    width: 90%;
    height: auto;
    max-width: 180px;
  }
  #header_contact{
    width: 58%;
    height: auto;
    margin-left: 5px;
  }

  .inner{
    width: 100%;
    margin: 0 auto;
    padding: 0 2%;
  }

  section,article{
    width: 100%;
    padding: 0 2%;
    margin: 20px auto 40px;
  }
  section.wide,article.wide{
    width: 100%;
    margin: 0 auto;
  }
  section.old,article.old{
    width: 100%;
    padding: 0 2%;
    margin: 0 auto;
  }
  section img{
    max-width: 100%;
  }

  header{
    padding: 10px 0;
    height: 100%;
    max-height: 100px;
  }


  header #logo{
    display: block;
    width: auto;
    max-width: 160px;
  }
  header .flex{
    height: 100%;
  }
  header .flex .flex_item{
    display: flex;
    align-items: center;
    height: 100%;
  }
  header .flex .flex_item:nth-child(1){
    flex: 10;
  }
  header .flex .flex_item:nth-child(2){
    flex: 2;
  }
  header nav{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  header nav.sp_only{
    display: flex !important;
    width: 50px;
    margin: 0 0 0 auto;
    padding: 0;
  }
  header nav a{
    display: flex;
    flex: 1;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: white;
    font-weight: bold;
    text-align: center;
    height: 100%;
    margin-left: 10px;
    text-decoration: none;
    text-align: center;
    font-size: 11px;
  }
  header nav a .icon_cap{
    line-height: 8px;
    font-size: 10px;
  }
  header nav a i,header nav a svg{
    font-size: 11px;
  }

  .headerButton i{
    font-size: 18px;
  }

  #pagetitle h1{
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    padding: 0 10px;
  }

  #breadcrumb ul{
    width: 100%;
    padding: 0 10px;
  }

  main.contents{
    min-height: 300px;
    padding: 0px 0px 0;
    font-size: 14px;
  }

  #body_index main.contents{
    padding-top: 0px;
  }



  .entry-content h2.common{
    display: block;
    width: 100%;
    font-weight: bold;
    margin: 40px auto 10px;
    text-indent: -38px;
  }
  .entry-content h2.common:first-child{
    margin-top: 0;
  }

  ul.common > li {
      margin-bottom: 8px;
      font-size: 12px;
      margin-bottom: 8px;
    padding-left: 1.5em;
    text-indent: -8px;
  }

  .catch{
    text-align: center;
  }
  .catch_up{
    text-align: center;
    display: inline-block;
      font-size: 20px;
      font-weight: bold;
  }
  .catch_bottom{
    text-align: center;
        font-size: 12px;
    line-height: 25px;
    margin-top: 10px;
  }

  .bnArea{
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-gap: 10px; /* 隙間 */
    font-weight: bold;
  }

  .bnArea a{
    padding: 30px 10px;
    border: 1px solid #eee;
    background-color: white;
    display: flex;
    position: relative;
    overflow: hidden;
    height: 100px;
    line-height: 18px;
  }
  .bnArea a:nth-child(1) {
    -ms-grid-column: 1;
  }
  .bnArea a:nth-child(2n) {
    -ms-grid-column: 3;
  }

  .cardArea{
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px; /* 隙間 */
    overflow:   hidden;
  }
  .cardArea .cardFlex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cardArea .each_card{
        border: 3px solid #eee;
      background: white;
      padding: 15px 20px;
  }
  .cardArea .each_card h3{
      border-bottom: solid 3px #ddd;
      position: relative;
      margin-top: 0;
      margin-bottom: 10px;
  }
  .cardArea .each_card h3:after{
      border-bottom: solid 3px #ddd;
      position: relative;
      position: absolute;
      content: " ";
      display: block;
      border-bottom: solid 3px #CCAC70;
      bottom: -3px;
      width: 30%;
  }

  .cardArea .cardFlex > div:first-child{
    width: 48%;
    margin-right: 2%;
    background: white;
  }
  .cardArea .cardFlex > div:last-child{
    width: 50%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
     flex-flow: column;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
  }
  .cardArea .link_detail{
    background: white;
    padding: 5px 20px;
    border: 2px solid #CCAC70;
    float: right;
    text-align: center;
  }
  .cardArea .link_detail:before {
    content: "詳しくはこちら";
  }

  .cardArea .wrap_thumb img{
    width: 100%;
    border: 1px solid #ddd;
    height: 160px;
    object-fit: cover;
  }
  .cardArea .link_detail:hover{
    text-decoration: none;
  }





  .topicsCardArea .cardFlex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .topicsCardArea .each_card{
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
      background: white;
      padding: 15px 20px;
  }
  .topicsCardArea .each_card h3{
      border-bottom: solid 3px #ddd;
      position: relative;
      margin-top: 0;
      margin-bottom: 10px;
  }
  .topicsCardArea .each_card h3:after{
      border-bottom: solid 3px #ddd;
      position: relative;
      position: absolute;
      content: " ";
      display: block;
      border-bottom: solid 3px #CCAC70;
      bottom: -3px;
      width: 30%;
  }

  .topicsCardArea .cardFlex > div:first-child{
    width: 30%;
    margin-right: 3%;
    background: white;
  }
  .topicsCardArea .cardFlex > div:last-child{
    width: 67%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
     flex-flow: column;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
  }

  .topicsCardArea .cardFlex .cardFlex > div:first-child{
    width: 47%;
    margin-right: 3%;
    background: white;
    padding: 2px 0;
    font-size: 12px;
  }
  .topicsCardArea .cardFlex .cardFlex > div:last-child{
    width: 50%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
     flex-flow: column;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
  }
  .topicsCardArea .cardFlex .cardFlex > div:last-child span{
        background: white;
    padding: 2px 10px;
    border: 1px solid #CCAC70;
    text-align: center;
    display: inline-block;
    color: #CCAC70;
    font-size: 12px;
  }

  .topicsCardArea .cardFlex .cardFlex > div:first-child i{
    margin-right: 5px;
  }
  .topicsCardArea p{
    padding: 0;
    font-size: 12px;
  }

  .topicsCardArea .news_title{
    margin-top: 14px;
    margin-bottom: 5px;
  }


  .topicsCardArea .link_detail{
    background: white;
    padding: 5px 20px;
    border: 2px solid #CCAC70;
    float: right;
    text-align: center;
  }
  .topicsCardArea .link_detail:before {
    content: "詳しくはこちら";
  }

  .topicsCardArea .wrap_thumb img{
    width: 100%;
    border: 1px solid #ddd;
    height: 120px;
    object-fit: cover;
  }
  .topicsCardArea .link_detail:hover{
    text-decoration: none;
  }


  html.mm-right.mm-opening .mm-menu.mm-opened~.mm-slideout {
      -webkit-transform: translate(-70%,0);
      -ms-transform: translate(-70%,0);
      transform: translate(-70%,0);
      -webkit-transform: translate3d(-70%,0,0);
      transform: translate3d(-70%,0,0) !important;
  }





  .cardtype {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-gap: 20px; /* 隙間 */
  }
  .cardtype h3{
      margin: 0px 13px 10px;
      font-size: 16px;
  }

  .cardtype_img {
      margin: 0 0 8px;
      overflow: hidden;
      position: relative;
      height: 170px;
      padding: 0;
  }
  .cardtype_img.goods_img {
      height: 306px;
  }
  .cardtype_img img {
      max-width: 100%;
      height: auto;
      border: 0;
      vertical-align: middle;
  }

  a.cat-name {
      display: inline-block;
      overflow: hidden;
      position: absolute;
      top: 13px;
      left: 13px;
      /* height: 26px; */
      margin: 0;
      padding: 5px 13px 3px;
      border-radius: 14px;
      font-size: 14px;
      font-weight: bold;
      vertical-align: middle;
      line-height: 18px;
  }

  h2.common{
      padding: 0px 0 5px;
      letter-spacing: 0px;
      font-size: 16px;
      line-height: 24px;
      font-weight: bold;
      display: block;
      width: 100%;
      max-width: 1200px;
      font-weight: bold;
      margin: 15px auto 15px;
      text-align: center;
      color: #885C10;
  }

  .entry-content h2.common{
    display: block;
    width: 100%;
    font-weight: bold;
    margin: 40px auto 10px;
    text-indent: -38px;
  }
  .entry-content h2.common:first-child{
    margin-top: 0;
  }

  .catch{
    text-align: center;
  }


  .two_column {
      grid-gap: 10px;
  }

  .two_column .button {
    padding-left: 2px !important;
    padding-right: 2px !important;
  font-size: 11px;
    line-height: 14px;
    min-width: 100px;
  }

  #skip_navi {
      margin-top: 50px;
  }

  .entry-content{
      background: white;
      padding: 30px 50px;
      width: 100%;
      min-height: 600px;
  }

  table.common th,table.common td{
        padding: 5px 5px;
    font-size: 11px;
    min-width: 80px;
  }

  .contactCommon .inner{
    max-width: 1050px;
  }
  .contactCommon .flex{
    display: block;
        text-align: center;
  }
  .contactCommon .btnWrap{
    margin-top: 10px;
  }

  .pc_two_column{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-gap: 8px;
  }

  .pc_two_column > div{
  }
  .pc_two_column > div img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    }


  @media all and (-ms-high-contrast: none) {
    *::-ms-backdrop, .pc_two_column {
      /* IE11 にのみ適用される */
      display:  flex;
      width: 100%;
    }
  }
  _:-ms-lang(x)::-ms-backdrop, .pc_two_column {
    /* IE11 のみ適用される */
      display:  flex;
      width: 100%;
  }
  @media all and (-ms-high-contrast: none) {
    *::-ms-backdrop, .pc_two_column > div {
      /* IE11 にのみ適用される */
      width:  50%;
    }
  }
  _:-ms-lang(x)::-ms-backdrop, .pc_two_column > div {
    /* IE11 のみ適用される */
      width:  50%;
  }

  @media all and (-ms-high-contrast: none) {
    *::-ms-backdrop, .pc_two_column img{
      /* IE11 にのみ適用される */
      height: auto;
      max-width: 500px;
    }
  }
  _:-ms-lang(x)::-ms-backdrop, .pc_two_column img{
    /* IE11 のみ適用される */
      height: auto;
      max-width: 500px;
  }

  .pc_three_column{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-gap: 50px;
  }
  .pc_three_column > img{
   margin: 0 auto; 
  }
  .pc_three_column > div{
  }
  .pc_three_column > div img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    }

  .pc_three_column > div:first-child{
    margin-right: 1%;
  }
  .pc_three_column > div:last-child{
  }

  @media all and (-ms-high-contrast: none) {
    *::-ms-backdrop, .pc_three_column {
      /* IE11 にのみ適用される */
      display:  flex;
      width: 100%;
    }
  }
  _:-ms-lang(x)::-ms-backdrop, .pc_three_column {
    /* IE11 のみ適用される */
      display:  flex;
      width: 100%;
  }

  @media all and (-ms-high-contrast: none) {
    *::-ms-backdrop, .pc_three_column > div {
      /* IE11 にのみ適用される */
      width:  30%;
    }
  }
  _:-ms-lang(x)::-ms-backdrop, .pc_three_column > div {
    /* IE11 のみ適用される */
      width:  30%;
  }
  

  @media all and (-ms-high-contrast: none) {
    *::-ms-backdrop, .pc_three_column img{
      /* IE11 にのみ適用される */
      height: auto;
      max-width: 100%;
    }
  }
  _:-ms-lang(x)::-ms-backdrop, .pc_three_column img{
    /* IE11 のみ適用される */
      height: auto;
      max-width: 100%;
  }

  #footer_logo {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      text-align: center;
      margin: 0 auto;
  }

  .two_column{
      grid-gap: 0px;
  }
  .three_column{
      grid-gap: 0px;
  }
  .four_column{
      grid-gap: 0px;
  }


  footer nav{
      width: 100%;
      margin-bottom: 20px;
  }

  footer nav a{
      margin: 0 5px 0 0;
  }

  .footer_up {
      padding: 40px 10px;
      font-size: 14px;
  }
  .footer_up .flex {
      display: block;
  }

  .sp_ta_c{
    text-align: center;
  }

  form table.common .button, form table.common input[type="button"], form table.common .button.common {
      min-width: 120px;
      width: auto;
      padding: 2px 5px 1px;
      line-height: 18px;
      font-size: 11px;
      margin-left: 0;
      margin-top: 2px;
      margin-bottom: 2px;
      box-shadow: 0 1px 0 #1D4C78;
  }

  .supplement{
    padding: 2px;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
  }

  .box_common, .box_common2, .box_common3, .box_common4{
    line-height: 20px;
    padding: 15px 15px 15px 20px;
  }

  section p {
    padding: 0 0px;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.5px;
  }
  
}
/*----------------------------------------------------------
   スマホ用　レスポンシブ指定　ここまで
-----------------------------------------------------------*/




/*----------------------------------------------------------
   ＰＣ用　レスポンシブ指定　ここから
-----------------------------------------------------------*/
@media screen and (min-width:769px) {


  #logo_img_header{
    margin-left: 10px;
  }

  .pc_only{
    display: block;
  }
  
  .sp_only{
    display: none;
  }

  .inner{
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
  }

  .category-list li{
      background: white;
      border-bottom: 1px dotted #ccc;
      font-size: 14px;
      padding: 5px;
  }

  section,article{
    width: 100%;
    max-width: 1000px;
    margin: 30px auto 60px;
  }
  section.wide,article.wide{
    width: 100%;
    margin: 0 auto;
  }
  section.old,article.old{
  }

  header{
    height: 126px;
    /* position: absolute;  */
    z-index: 2;
    position: relative;
  }

  header #logo{
  }
  header .flex{
    height: 74px;
  }
  header .flex .flex_item{
    display: flex;
    align-items: center;
    height: 100%;
  }
  header .flex .flex_item:nth-child(1){
  }
  header .flex .flex_item:nth-child(2){
    flex: 1;
  }
  header #pc_nav{
    width: 100%;
    height: 50px;
    position: relative;
    top: 0px;
    background: #333333;
    padding: 7px;
  }
  header #pc_nav ul{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    max-width: 1050px;
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
  header #pc_nav.pc_only{
    display: flex !important;
  }

  header #pc_nav li{
    position: relative;
    height: 100%;
  }

  header #pc_nav a{
    display: flex;
    align-items: center;
    text-align: left;
    height: 100%;
    font-size: 12px;
    padding: 0 20px;
    text-decoration: none;
    color: white;
    border-radius: 5px 5px 5px 5px;
  }

  header #pc_nav a:hover{
    background: #FDF9F0;
    color: #CCAC70;
  }
  header #pc_nav a:hover span{
    color: #889;
  }

  header #pc_nav a i{
    margin-right: 10px;
    color: #885C10;
  } 
  header #pc_nav a div{
    line-height: 14px;
    font-weight: bold;
  } 
  header #pc_nav a div span{
        color: #CCAC70;
        font-weight: normal;
    font-size: 11px;
    font-family: 'Lato', 'Noto Sans Japanese', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  } 
   
  header #pc_nav a .icon_cap{
    padding-top: 5px;
    font-size: 12px;
  }
  header #pc_nav a .icon_cap_sp{
    display: none;
  }
  header #pc_nav a i,header #pc_nav a svg{
    font-size: 30px;
  }


  #pc_nav li ul{
    opacity: 0;
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    background-color: #CCAC70;
    padding: 0;
    width: 206px;
    transition: .3s ease-in-out;
    z-index: 1009;
  }
  #pc_nav li ul li{
    display: block;
    margin: 0px auto;
    border-bottom: 1px solid white;
  }
  #pc_nav li ul li:last-child{
    border-bottom: 0;
  }
  #pc_nav li ul li a{
    color: white;
    padding: 10px 10px;
    font-size: 14px;
    transition: .3s ease-in-out;
  }
  #pc_nav li ul li a:hover{
    background-color: #885C10;
  }
  #pc_nav li:hover ul{
    display: block;
      opacity: 1;
      animation-duration: 0.5s;
      animation-name: fade-in;
      -moz-animation-duration: 0.5s;
      -moz-animation-name: fade-in;
      -webkit-animation-duration: 0.5s;
      -webkit-animation-name: fade-in;
  }

    @keyframes fade-in {
      0% {
        display: none;
        opacity: 0;
      }

      1% {
        display: block;
        opacity: 0;
      }

      100% {
        display: block;
        opacity: 1;
      }
    }

    @-webkit-keyframes fade-in {
      0% {
        display: none;
        opacity: 0;
      }

      1% {
        display: block;
        opacity: 0;
      }

      100% {
        display: block;
        opacity: 1;
      }
    }

  #pagetitle h1{
    width: 100%;
  }

  #breadcrumb ul{
    width: 100%;
  }


  main.contents{
        padding: 0px 0px 0px;
  }

/*
  h2.common{
    display: block;
    width: 100%;
    margin: 100px auto;
    font-weight: bold;
    margin: 50px auto 30px;
    font-size: 150%;
    text-align: center;
    color: #CCAC70;
  }
*/

  main.contents h2.common:first-child{
    margin-top: 0 !important;
  }

  main table{
    width: 100%;
  }
  main table td, main table th{
    padding:8px 15px !important;
    min-width: 105px;
  }


  .catch{
    text-align: center;
/*    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", sans-serif;  */
  }
  .catch_up{
    text-align: center;
    display: inline-block;
      font-size: 30px;
      padding: 0px 15px 0;
      font-weight: bold;
  }
  .catch_bottom{
    text-align: center;
    font-size: 19px;
  }

  .entry-content h2.common{
    display: block;
    width: 100%;
    font-weight: bold;
    margin: 40px auto 10px;
    text-indent: -38px;
  }
  .entry-content h2.common:first-child{
    margin-top: 0;
  }

  .bnArea{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px; /* 隙間 */
    font-weight: bold;
    overflow:   hidden;
  }

  .bnArea a{
    border: 1px solid #eee;
    background-color: white;
    display: flex;
    position: relative;
    overflow: hidden;
    height: 224px;
    line-height: 18px;
  }
  .bnArea a:hover{
        border: 1px solid #885C10;
  }

  @media all and (-ms-high-contrast: none) {
    *::-ms-backdrop, .bnArea a {
      /* IE11 にのみ適用される */
      display:  block;
      float:  left;
      width:  30%;
    }
  }
  _:-ms-lang(x)::-ms-backdrop, .bnArea a {
    /* IE11 のみ適用される */
      display:  block;
      float:  left;
      width:  30%;
      margin: 10px 1%;
  }

  .cardArea{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px; /* 隙間 */
    overflow:   hidden;
  }
  .cardArea .cardFlex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cardArea .each_card{
        border: 3px solid #eee;
      background: white;
      padding: 15px 20px;
  }
  .cardArea .each_card h3{
      border-bottom: solid 3px #ddd;
      position: relative;
      margin-top: 0;
      margin-bottom: 10px;
  }
  .cardArea .each_card h3:after{
      border-bottom: solid 3px #ddd;
      position: relative;
      position: absolute;
      content: " ";
      display: block;
      border-bottom: solid 3px #CCAC70;
      bottom: -3px;
      width: 30%;
  }

  .cardArea .cardFlex > div:first-child{
    width: 40%;
    margin-right: 5%;
    background: white;
  }
  .cardArea .cardFlex > div:last-child{
    width: 55%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
     flex-flow: column;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
  }
  .cardArea .link_detail{
    background: white;
    padding: 5px 20px;
    border: 2px solid #CCAC70;
    float: right;
    text-align: center;
  }
  .cardArea .link_detail:before {
    content: "詳しくはこちら";
  }

  .cardArea .wrap_thumb img{
    width: 100%;
    border: 1px solid #ddd;
    height: 180px;
    object-fit: cover;
  }
  .cardArea .link_detail:hover{
    text-decoration: none;
  }



  .topicsCardArea .cardFlex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .topicsCardArea .each_card{
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
      background: white;
      padding: 15px 20px;
  }
  .topicsCardArea .each_card h3{
      border-bottom: solid 3px #ddd;
      position: relative;
      margin-top: 0;
      margin-bottom: 10px;
  }
  .topicsCardArea .each_card h3:after{
      border-bottom: solid 3px #ddd;
      position: relative;
      position: absolute;
      content: " ";
      display: block;
      border-bottom: solid 3px #CCAC70;
      bottom: -3px;
      width: 30%;
  }

  .topicsCardArea .cardFlex > div:first-child{
    width: 30%;
    margin-right: 3%;
    background: white;
  }
  .topicsCardArea .cardFlex > div:last-child{
    width: 67%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
     flex-flow: column;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
  }

  .topicsCardArea .cardFlex .cardFlex > div:first-child{
    width: 77%;
    margin-right: 3%;
    background: white;
    padding: 2px 0;
    font-size: 14px;
  }
  .topicsCardArea .cardFlex .cardFlex > div:last-child{
    width: 20%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
     flex-flow: column;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
  }
  .topicsCardArea .cardFlex .cardFlex > div:last-child span{
        background: white;
    padding: 2px 10px;
    border: 1px solid #CCAC70;
    text-align: center;
    display: inline-block;
    color: #CCAC70;
    font-size: 12px;
  }

  .topicsCardArea .cardFlex .cardFlex > div:first-child i{
    margin-right: 5px;
  }
  .topicsCardArea p{
    padding: 0;
  }
  .topicsCardArea .news_title{
    margin-top: 20px;
    margin-bottom: 5px;
  }

  .topicsCardArea .link_detail{
    background: white;
    padding: 5px 20px;
    border: 2px solid #CCAC70;
    float: right;
    text-align: center;
  }
  .topicsCardArea .link_detail:before {
    content: "詳しくはこちら";
  }

  .topicsCardArea .wrap_thumb img{
    width: 100%;
    border: 1px solid #ddd;
    height: 200px;
    object-fit: cover;
  }
  .topicsCardArea .link_detail:hover{
    text-decoration: none;
  }


  .cardtype {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-gap: 20px; /* 隙間 */
  }
  .cardtype h3{
      margin: 0px 13px 10px;
      font-size: 16px;
  }

  .cardtype_img {
      margin: 0 0 8px;
      overflow: hidden;
      position: relative;
      height: 170px;
      padding: 0;
  }
  .cardtype_img.goods_img {
      height: 306px;
  }
  .cardtype_img img {
      max-width: 100%;
      height: auto;
      border: 0;
      vertical-align: middle;
  }


  a.cat-name {
      display: inline-block;
      overflow: hidden;
      position: absolute;
      top: 13px;
      left: 13px;
      /* height: 26px; */
      margin: 0;
      padding: 5px 13px 3px;
      border-radius: 14px;
      font-size: 14px;
      font-weight: bold;
      vertical-align: middle;
      line-height: 18px;
  }

  .contactCommon h3{
    margin: 0;
    font-size: 36px;
    line-height: 36px;
  }



  table.common th{
    min-width: 90px;
    font-weight: bold;
  }

  .contactCommon .inner{
    max-width: 1050px;
  }

  .pc_two_column{
    display: grid;
    grid-template-columns: 1fr 1fr;
     display: -ms-grid;
    -ms-grid-columns: 1fr 1fr;
    grid-gap: 30px;
  }
  .pc_two_column > div{

  }

  .pc_two_column > div:nth-child(1) {
    -ms-grid-column: 1;
  }
  .pc_two_column > div:nth-child(2) {
    -ms-grid-column: 3;
  }


  .pc_two_column > div img{
    max-width: 100%;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }


  @media all and (-ms-high-contrast: none) {
    *::-ms-backdrop, .pc_two_column {
      /* IE11 にのみ適用される */
      display:  flex;
      width: 100%;
    }
  }
  _:-ms-lang(x)::-ms-backdrop, .pc_two_column {
    /* IE11 のみ適用される */
      display:  flex;
      width: 100%;
  }
  @media all and (-ms-high-contrast: none) {
    *::-ms-backdrop, .pc_two_column > div {
      /* IE11 にのみ適用される */
      width:  50%;
    }
  }
  _:-ms-lang(x)::-ms-backdrop, .pc_two_column > div {
    /* IE11 のみ適用される */
      width:  50%;
  }

  @media all and (-ms-high-contrast: none) {
    *::-ms-backdrop, .pc_two_column img{
      /* IE11 にのみ適用される */
      height: auto;
      max-width: 500px;
    }
  }
  _:-ms-lang(x)::-ms-backdrop, .pc_two_column img{
    /* IE11 のみ適用される */
      height: auto;
      max-width: 500px;
  }

  .pc_three_column{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
     display: -ms-grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
  }
  .pc_three_column img{
    width: 100%;
    height: auto;
  }


  .pc_three_column > div{
  }

  .pc_three_column > div:nth-child(1) {
    -ms-grid-column: 1;
  }
  .pc_three_column > div:nth-child(2) {
    -ms-grid-column: 3;
  }


  .pc_three_column > div img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  @media all and (-ms-high-contrast: none) {
    *::-ms-backdrop, .pc_three_column {
      /* IE11 にのみ適用される */
      display:  flex;
      width: 100%;
    }
  }
  _:-ms-lang(x)::-ms-backdrop, .pc_three_column {
    /* IE11 のみ適用される */
      display:  flex;
      width: 100%;
  }

  @media all and (-ms-high-contrast: none) {
    *::-ms-backdrop, .pc_three_column > div {
      /* IE11 にのみ適用される */
      width:  30%;
    }
  }
  _:-ms-lang(x)::-ms-backdrop, .pc_three_column > div {
    /* IE11 のみ適用される */
      width:  30%;
  }
  

  @media all and (-ms-high-contrast: none) {
    *::-ms-backdrop, .pc_three_column img{
      /* IE11 にのみ適用される */
      height: auto;
      max-width: 100%;
    }
  }
  _:-ms-lang(x)::-ms-backdrop, .pc_three_column img{
    /* IE11 のみ適用される */
      height: auto;
      max-width: 100%;
  }

  footer nav{
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      margin-bottom: 20px;
  }
  .footer_up .inner{
        max-width: 1050px;
  }

  input[type="text"], input[type="tel"], input[type="email"], input[type="url"], input[type="number"],input[type="password"], select {
      width: 400px;
  }
  table table input[type="text"], table table input[type="tel"], table table input[type="email"], table table input[type="url"], table table input[type="number"]  {
      width: auto !important;
  }
  table table td{
    padding-left: 4px !important;
    padding-right: 4px !important;
    font-size: 11px;
  }
  #contact-common{
        display: flex;
      line-height: 18px;
      padding: 20px;
      justify-content: space-around;
      align-items: center;
      background: #f3f3f7;
      margin: 50px auto 0;
  }

  #contact-common > div{
    min-width: 350px;
  }
  #contact-common > div:first-child{
    text-align: left;
  }
  #contact-common > div:last-child{
    text-align: right;
  }

}
/*----------------------------------------------------------
   ＰＣ用　レスポンシブ指定　ここまで
-----------------------------------------------------------*/
