@charset "utf-8";

/*--------------------------------------------------------------------------
   reset
---------------------------------------------------------------------------*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,
sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,
figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
body{line-height:0;}
article,aside,details,figcaption,figure,main,footer,header,hgroup,menu,nav,section{display:block;}
ol,ul,li{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;text-decoration: none;}
ins{background-color:#ff9;color:#000;text-decoration:none;}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold;}
img{border:0;vertical-align:top;}
em{font-style:italic;}
del{text-decoration:line-through;}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help;}
table{border-collapse:collapse;border-spacing:0;}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:0;padding:0;}
input,select,textarea{font-family:inherit;font-style:inherit;font-weight:inherit;font-size:100%;margin:0;padding:0;vertical-align:middle;}
input:focus,textarea:focus,select:focus{outline:none;}


/*--------------------------------------------------------------------------
   html
---------------------------------------------------------------------------*/
html{
  overflow-y: scroll;
  font-size: 62.5%;
}

/*--------------------------------------------------------------------------
   body
---------------------------------------------------------------------------*/
body{
  color: #000033;

  font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;

  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: .03em;
  line-height: 1.9;

  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;

  background: #ffffff;
  overflow-x: hidden;
}

/*
::-moz-selection{
  color:;
  background:;
}
::selection{
  color:;
  background:;
}
*/

/*--------------------------------------------------------------------------
   base link
---------------------------------------------------------------------------*/
a{
  outline: none;
  -webkit-tap-highlight-color: rgba(255,255,255,1);
  color: #000033;
  transition: 0.5s;
}
a:link,
a:visited{
  text-decoration: none;
}
a:hover{
  text-decoration: none;
  outline: none;
  opacity: 0.7;
}
a:active{
  outline: none;
}

/*--------------------------------------------------------------------------
   Other
---------------------------------------------------------------------------*/

/* clearfix
-----------------------------------------------------------------*/
.cf:before,
.cf:after{
  content: "";
  display: table;
}
.cf:after{
  clear: both;
}
.cf{
  zoom: 1;
}
.sp{
  display: none!important;
}

.under .top_br{
  display: none;
}

/* web font
-----------------------------------------------------------------*/


/*--------------------------------------------------------------------------
   Page
---------------------------------------------------------------------------*/
#Page{
  position: relative;
}

#Page .fix_nav{
  position: fixed;
  top: 100px;
  right: 0;
}
#Page .fix_nav ul li{
  margin-bottom: 10px;
}

.menu_btn{
  display: none;
}


/*--------------------------------------------------------------------------
   Header
---------------------------------------------------------------------------*/
#Header.under{
  position: relative;
  background: #000033;
  padding: 15px 30px;
}
#Header.under .nav_con{
}
#Header.under .nav_con .inner{
}
#Header.under .nav_con .global_navi{
  
}
#Header.under .nav_con .global_navi .global_navi_inner{
  display: flex;

}
#Header.under .nav_con .global_navi h1.ttl{
  
}
#Header.under .nav_con .global_navi .nav_box{
  margin-left: 20px;
}
#Header.under .nav_con .global_navi .nav_box h2.sub_ttl{
  color: #CCCC99;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
#Header.under .nav_con .global_navi .nav_box ul.nav{
  display: flex;
  flex-wrap: wrap;
  margin-top: 3px;
}
#Header.under .nav_con .global_navi .nav_box ul.nav li{
  margin-right: 20px;
}
#Header.under .nav_con .global_navi .nav_box ul.nav li a{
  color: #ffffff;
  font-weight: 500;
  font-size: 1.6rem;
}
#Header.under .utlnav_box{
  position: absolute;
  right: 30px;
  top: 12px;
  z-index: 4;
  display: flex;
}
#Header.under .utlnav_box ul.lang{
  display: flex;
}
#Header.under .utlnav_box ul.lang li{
  margin-left: 10px;
}
#Header.under .utlnav_box ul.lang li a{
  color: #ffffff;
  border: solid 1px #ffffff;
  border-radius: 3px;
  padding: 2px 5px;
}
#Header.under .utlnav_box ul.sns{
  display: flex;
}
#Header.under .utlnav_box ul.sns li{
  margin-left: 20px;
}
#Header.under .utlnav_box ul.sns li a{
  color: #ffffff;
}


/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/

/* module
-----------------------------------------------------------------*/

/* more btn */
.more_btn_bl{
}
.more_btn_bl a{
  display: block;
  text-align: center;
  width: 274px;
  box-sizing: border-box;
  border: solid 5px #000033;
  color: #000033;
  padding: 18px 0;
  font-weight: 500;
  font-size: 1.6rem;
  background: #ffffff;
}
.more_btn_bl a:hover{
  color: #ffffff;
  background: #000033;
  opacity: 1;
}

.more_btn_bl_r{
}
.more_btn_bl_r a{
  display: block;
  text-align: center;
  width: 172px;
  box-sizing: border-box;
  border: solid 2px #000033;
  color: #000033;
  padding: 7px 0;
  font-weight: 500;
  font-size: 1.6rem;
  background: #ffffff;
  border-radius: 30px;
}
.more_btn_bl_r a:hover{
  color: #ffffff;
  background: #000033;
  opacity: 1;
}

.link_btn{
  
}
.link_btn a{
  background: #000033;
  padding: 10px;
  display: block;
  max-width: 480px;
  box-sizing: border-box;
  text-align: center;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 700;
  border-radius: 5px;
}

.link_btn_gr a{
  background: #949494;
  padding: 10px;
  display: block;
  max-width: 480px;
  box-sizing: border-box;
  text-align: center;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 700;
  border-radius: 5px;
}

.link_btn_bl a{
  background: #669999;
  padding: 10px;
  display: block;
  max-width: 480px;
  box-sizing: border-box;
  text-align: center;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 700;
  border-radius: 5px;
}

.link_btn_wh a{
  background: #ffffff;
  padding: 10px;
  display: block;
  max-width: 480px;
  box-sizing: border-box;
  text-align: center;
  color: #000033;
  font-size: 1.4rem;
  font-weight: 700;
  border-radius: 5px;
  border: solid 2px #000033;
}

.link_btn.right{
  float: right;
  width: 480px;
}

/* breadcrumb */

.breadcrumb{
  padding: 0 30px;
}
.breadcrumb .inner{
  padding: 10px 0!important;
  background: #ffffff;
  max-width: 100%!important;
}
.breadcrumb ul{
  display: flex;
  justify-content: flex-start;
}
.breadcrumb ul li{
  font-size: 1.4rem;
  font-weight: 300;
}

/* cat_list */
.cat_list_box{
  max-width: 960px;
  margin: 40px auto 0;
}
.cat_list_box .ttl{
  font-family: 'Noto Serif JP', serif;
  color: #ffffff;
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: 30px;
}
.cat_list_box .cat_list{
  display: flex;
  justify-content: space-between;
}
.cat_list_box .cat_list li{
  margin: 0 3px;
  width: 24%;
}
.cat_list_box .cat_list li a{
  display: block;
  font-size: 1.6rem;
  text-align: center;
  padding:  7px 0;
  border: solid 3px #000033;
  box-shadow: 5px 5px 30px 0 rgba(0,0,0,1);
  color: #ffffff;
}
.cat_list_box .cat_list li.all a{
  background: #FFFFFF;
  color: #000033;
}
.cat_list_box .cat_list li.notice a{
  background: #CCCC99;
  color: #000033;
}
.cat_list_box .cat_list li.item a{
  background: #669999;
}
.cat_list_box .cat_list li.voice a{
  background: #993333;
}

/* post_list */

.post_list{
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.post_list:after{
  content: "";
  width: 31%;
}
.post_list li{
  width: 31%;
  margin-top: 60px;
  display: block;
  background-color: #ffffff;
  position: relative;
  border: solid 8px #000033;
  box-sizing: border-box;
  padding-bottom: 65px;
  box-shadow: 5px 5px 30px 0 #333333;
}
.post_list li .tag{
  position: absolute;
  top: 0;
  right: 15px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.post_list li .tag.notice span{
  background: #CCCC99;
  color: #000033;
}
.post_list li .tag.item span{
  background: #669999;
}
.post_list li .tag.voice span{
  background: #993333;
}
.post_list li .tag.case span{
  background: #000033;
  color: #ffffff;
}

.post_list li .tag span{
  display: inline-block;
  color: #ffffff;
  padding: 20px 5px;
  height: 90px;
  font-size: 1.6rem;
  letter-spacing: 2px;
}
.post_list li .img img{
  width: 100%;
  height: auto;
}
.post_list li .txt_box{
  padding: 15px 20px;
  font-size: 1.4rem;
}
.post_list li .txt_box .ttl{
  line-height: 2.2rem;
  margin-top: 5px;
}
.post_list li .txt_box .date{
  position: relative;
}
.post_list li .txt_box .tag_name{
  position: absolute;
  top: -3px;
  right: 0;
}
.post_list li .txt_box .tag_name a{
  background: #000033;
  color: #ffffff;
  border-radius: 15px;
  font-size: 1rem;
  font-weight: bold;
  padding: 1px 5px;
  min-width: 30px;
  display: inline-block;
  text-align: center;
}
.post_list li .more_btn_bl_r{
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
}
.post_list li .more_btn_bl_r a{
  margin: 0 auto;
}

/* pagenation */

.pagenation{
  text-align: center;
  margin-top: 100px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.pagenation a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #ffffff;
  margin: 5px;
  color: #000033;
  font-size: 2rem;
}
.pagenation a:hover{
  background: #000033;
  color: #ffffff;
  opacity: 1;
}
.pagenation span{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #000033;
  margin: 5px;
  color: #ffffff;
  font-size: 2rem;
}

/* bnr_link_btn_box */

ul.bnr_link_btn_box{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}
ul.bnr_link_btn_box li{
  width: 48.5%;
  margin-top: 30px;
  box-shadow: 5px 5px 30px 0 #333333;
}
ul.bnr_link_btn_box li a{
  display: block;
  position: relative;
  font-family: 'Noto Serif JP', serif;
}
ul.bnr_link_btn_box li .img img{
  width: 100%;
  height: auto;
}
ul.bnr_link_btn_box li .txt{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 3.2rem;
  padding: 20px 30px;
  box-sizing: border-box;
  line-height: 4rem;
}



/* Main
-----------------------------------------------------------------*/
#Main{
}

#Main h2.ttl{
  font-family: 'Noto Serif JP', serif;
  color: #000033;
  font-size: 2.2rem;
  font-weight: 400;
  background-image: url(../images/common/ttl_line_bottom.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  text-align: center;
  padding-bottom: 15px;
  line-height: 5.4rem;
}
#Main h2.ttl span{
  font-family: 'Noto Serif JP', serif;
  display: block;
  font-size: 3rem;
}
#Main h2.ttl span span{
  display: inline-block;
  color: #CCCC99;
}

#Main h3.ttl{
  font-family: 'Noto Serif JP', serif;
  font-size: 3.2rem;
  text-align: center;
  font-weight: 400;
}
#Main h3.ttl span{
  background-image: url(../images/common/ttl_line_bottom_b.png);
  background-repeat: repeat-x;
  background-position: center bottom;
}

#Main .main_txt{
  text-align: center;
  font-size: 1.8rem;
  margin-top: 30px;
}
#Main .main_txt_min{
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  font-size: 2rem;
}
#Main .main_txt_sub{
  text-align: center;
  font-size: 1.6rem;
  margin-top: 30px;
}

#Main .art_ttl{
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 30px;
}
#Main .art_ttl span{
  border-bottom: solid 2px #000033;
  padding-bottom: 5px;
}

#Main h2.under_ttl{
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  line-height: 3.8rem;
}

#Main.under .mv{}
#Main.under .mv img{}

#Main.under .ttl_box{
  position: relative;
}
#Main.under .ttl_box .over_ttl{
  position: absolute;
  bottom: -30px;
  right: 80px;
}

/* #SecSomedia */

#SecSomedia{
  position: relative;
  margin-top: 80px;
}
#SecSomedia .bg_box{
}
#SecSomedia .inner{
  background-image: url(../images/top/bg_03.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 0 80px 70px;
  margin-bottom: 100px;
  margin-top: 40px;
}
#SecSomedia .more_btn_bl{
  position: absolute;
  bottom: -35px;
  left: 0;
  right: 0;
}
#SecSomedia .more_btn_bl a{
  margin: 0 auto;
}

/* #SecSomedia */

#SecOtherProducts{
}
#SecOtherProducts .inner{
  max-width: 960px;
  margin: 0 auto;
  border-top: dotted 1px #000033;
  padding: 80px;
}
#SecOtherProducts ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}
#SecOtherProducts ul li{
  width: 48.5%;
  margin-top: 30px;
  box-shadow: 5px 5px 30px 0 #cccccc;
}
#SecOtherProducts ul li a{
  display: block;
  position: relative;
  font-family: 'Noto Serif JP', serif;
}
#SecOtherProducts ul li .img img{
  width: 100%;
  height: auto;
}
#SecOtherProducts ul li .txt{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 3.2rem;
  padding: 20px 30px;
  box-sizing: border-box;
  line-height: 4rem;
}

/* #SecContactBox */

#SecContactBox{
  margin: 40px 0 160px;
}
#SecContactBox .inner{
  max-width: 960px;
  margin: 0 auto;
  padding: 0 80px;
}
#SecContactBox .address{
  display: flex;
  margin-top: 20px;
}
#SecContactBox .address h4{
  margin-right: 10px;
}
#SecContactBox .number{
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
#SecContactBox .number .tel{
  width: 49%;
}
#SecContactBox .number .fax{
  width: 49%;
}
#SecContactBox .number .num{
  font-size: 3.2rem;
  line-height: 3.2rem;
  font-weight: bold;
}
#SecContactBox .number .num span{
  font-size: 2.0rem;
  margin-right: 10px;
}
#SecContactBox .link_btn{
  float: right;
  width: 480px;
}

/* #RelatedProducts */

#RelatedProducts{
  margin-top: 80px;
  padding: 0 40px;
}
#RelatedProducts .inner{
  border-top: dotted 1px #000033;
  padding: 80px 40px 0;
  max-width: 960px;
  margin: 0 auto;
}
#RelatedProducts .flex{
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
#RelatedProducts .flex .link_btn{
  width: 48.5%;
}

/*table*/
table.temp{
  font-size: 1.6rem;
  width: 100%;
}

table.temp th{
  min-width: 180px;
  border-top: 1px solid #000033;
  padding: 17px 0;
  vertical-align: middle;
}

table.temp tr:last-child th{
    border-bottom: 1px solid #000033;
}

table.temp td{
  width: calc( 100% - 17px);
  border-top: 1px dashed #000033;
  margin-left: 20px;
  display: block;
  padding: 17px 0;
}

table.temp tr:last-child td{
  border-bottom: 1px dashed #000033;
}


table.temp_02{
  width: 100%;
}
table.temp_02 tr th{
  background: #000033;
  color: #ffffff;
  margin-left: 10px;
  border-left: solid 15px #ffffff;
  padding: 4px 12px;
  vertical-align: middle;
}
table.temp_02 tr th:first-child{
  border-left: none;
}
table.temp_02 tr td{
  margin-left: 10px;
  border-bottom: dotted 1px #000033;
  text-align: center;
  border-left: solid 15px #ffffff;
  padding: 15px 12px;
  vertical-align: middle;
}
table.temp_02 tr td:first-child{
  border-left: none;
}
table.temp_02 tr:last-child{
  border-bottom: solid 1px #000033;
}


/*流用フォーム*/
#easyorder_form .label_title{
    display: inline-block;
    width: 180px;
    text-align: right;
    vertical-align: middle;
    font-size: 1.4rem;
}

#easyorder_form ul,#easyorder_form ol{
    list-style-type: none;
    margin: 0;
    padding: 0
}

#easyorder_form ul li{
    display: inline-block;
}

#easyorder_form .row_col label,
#easyorder_form .input_type,
#easyorder_form .input_type label{
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
}

#easyorder_form .row{
    padding: 10px 0px;
}
#easyorder_form .row:hover{
    background-color: rgb(255, 238, 238);
}
#easyorder_form .row:nth-child(odd){
    background-color: rgb(232, 238, 249);
    border-bottom: 1px solid #ccc;
}

#easyorder_form .opt_left{
    float: left
}

#easyorder_form .txt_left a:link{
    color: blue;
}

.fac-box-page .container_ofw{
  text-align: center;
}

#easyorder_form .center{
  text-align: center;
}
#easyorder_form .margin_b2 {
  margin-bottom: 2em;
}

#selectshop .center{
  text-align: center;
}

/*--------------------------------------------------------------------------
   Footer
---------------------------------------------------------------------------*/
#Footer{
  background: #000033;
  padding: 50px 80px 15px;
  position: relative;
}
#Footer .go_top{
  position: absolute;
  right: 80px;
  top: -70px;
}
#Footer .footer_inner{
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
}
#Footer .footer_box{
  display: flex;
  justify-content: space-between;
}
#Footer .footer_box .info_box{
  width: 220px;
  padding-right: 60px;
  border-right: solid 1px #ffffff;
}
#Footer .footer_box .info_box .name{
  color: #ffffff;
  font-weight: 600;
  font-size: 1.4rem;
}
#Footer .footer_box .info_box .name span{
  display: block;
  color: #ffffff;
  font-weight: 400;
  font-size: 1rem;
}
#Footer .footer_box .info_box .add{
  color: #ffffff;
  font-size: 1.2rem;
  letter-spacing: 0;
  margin-top: 20px;
}
#Footer .footer_box .info_box .flex{
  display: flex;
  margin-top: 15px;
}
#Footer .footer_box .info_box .sns{
  display: flex;
  align-items: flex-end;
}
#Footer .footer_box .info_box .sns li{
  margin-right: 20px;
  padding-top: 10px;
}
#Footer .footer_box .info_box .con_btn a{
  color: #ffffff;
  font-size: 1.2rem;
  border: solid 1px #ffffff;
  border-radius: 3px;
  padding: 3px 10px;
}
#Footer #FooterNavi{
  width: calc( 100% - 350px );
}
#Footer #FooterNavi .nav_box{
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#Footer #FooterNavi .nav_box a{
  color: #ffffff;
  font-size: 1.2rem;
}
#Footer #FooterNavi .nav_box ul{
  margin-right: 10px;
}
#Footer #FooterNavi .nav_box ul li{
}
#Footer #FooterNavi .nav_box ul li.head{
  margin-bottom: 10px;
}
#Footer #FooterNavi .nav_box ul li.lang{
  margin-top: 10px;
}
#Footer #FooterNavi .nav_box ul li.lang a{
  display: inline-block;
  margin-right: 10px;
}
#Footer .copy{
  font-size: 1rem;
  text-align: center;
  color: #ffffff;
  margin-top: 50px;
}


@media screen and (max-width: 1020px) {
/* 1020pxまでの幅の場合に適応される */

/* 1020pxまでの幅の場合に適応される */
}


@media screen and (max-width: 767px) {
/* 767pxまでの幅の場合に適応される */

body{
  min-width: 320px;
  font-size: 1.4rem;
}

.sp{
  display: block!important;
}
.pc{
  display: none!important;
}
br.sp{
  display: inline-block!important;
}

#Page{
}

#Page .fix_nav{
  position: fixed;
  top: auto;
  top: 100px;
  right: 0;
}
#Page .fix_nav ul li{
  width: 45px;
}
#Page .fix_nav ul li img{
  width: 100%;
  height: auto;
}

/*--------------------------------------------------------------------------
   Header
---------------------------------------------------------------------------*/

#Header.under{
  padding: 0;
}
.menu_btn{
  position: fixed;
  right: 20px;
  top: 20px;
  display: block;
  padding: 0;
  z-index: 100;
  cursor: pointer;
  background: rgba(255,255,255,0.1);
  padding: 0 10px;
}
.menu_btn.active{
  display: block;
}
.menu_btn .menu-trigger,
.menu_btn .menu-trigger span{
  display: inline-block;
  box-sizing: border-box;
  transition: all .4s;
}
.menu_btn .menu-trigger{
  position: relative;
  width: 32px;
  height: 25px;
  padding: 20px 15px;
}
.menu_btn .menu-trigger a:hover{
  opacity: 1;
}
.menu_btn .menu-trigger span{
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background-color: #CCCC99;
}
.menu_btn .menu-trigger span:nth-of-type(1){
  top: 23px;
}
.menu_btn .menu-trigger span:nth-of-type(2){
  top: 11px;
}
.menu_btn .menu-trigger span:nth-of-type(3){
  bottom: 3px;
}
.menu_btn .menu-trigger.active span:nth-of-type(1),
.menu_btn .menu-trigger.active span:nth-of-type(2){
  top: 15px;
  margin-top: 10px;
  transform: rotate(-45deg);
}
.menu_btn .menu-trigger.active span:nth-of-type(3){
  bottom: 0;
  margin-bottom: 12px;
  transform: rotate(-135deg);
}

#Header.top .nav_con,
#Header.under .nav_con{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 4;
}
#Header.top .nav_con a{
  color: #ffffff;
}
#Header.top .nav_con .inner,
#Header.under .nav_con .inner{
  display: block;
  padding: 0;
}
#Header.top .nav_con .global_navi,
#Header.under .nav_con .global_navi{
  display: none;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  padding: 60px 20px 30px 20px;
  z-index: 102;
  background: #1F2E4D;
  box-sizing: border-box;
}
#Header.under .nav_con .global_navi .nav_box,
#Header.top .nav_con .global_navi .nav_box{
  margin-left: 20px;
}
#Header.under .nav_con .global_navi .nav_box h2.sub_ttl,
#Header.top .nav_con .global_navi .nav_box h2.sub_ttl{
  font-size: 1.4rem;
  line-height: 2.2rem;
}
#Header.under .nav_con .global_navi .nav_box ul.nav{
  display: block;
  margin-top: 30px;
}
#Header.under .nav_con .global_navi .nav_box ul.nav li,
#Header.top .nav_con .global_navi .nav_box ul.nav li{
  margin: 0;
}
#Header.under .nav_con .global_navi .nav_box ul.nav li a,
#Header.top .nav_con .global_navi .nav_box ul.nav li a{
  display: inline-block;
  padding: 10px 0;
  font-size: 1.4rem;
  margin: 0;
}
#Header.under .nav_con .global_navi ul.nav li a.contact_btn{
  width: 210px;
}
#Header.top .nav_con .global_navi ul.nav li a.contact_btn span,
#Header.under .nav_con .global_navi ul.nav li a.contact_btn span{
  border: solid 2px #1F2E4D;
  border-radius: 30px;
  width: 100%;
  text-align: center;
  padding: 5px 0 5px 5px;
  background-position: left 30px center;
}

#Header.top .utlnav_box,
#Header.under .utlnav_box{
  display: none!important;
}



/* module
-----------------------------------------------------------------*/

h2.top_ttl{
  font-size: 2.2em;
  padding: 35px 0;
}
.link_btn a{
  margin: 0 auto;
}
.link_btn.right{
  float: none;
  width: 100%;
}
.link_btn.right a{
  margin: 0 auto;
}
.link_btn_gr a{
  margin: 0 auto;
}
.link_btn_bl a{
  margin: 0 auto;
}
.link_btn_wh a{
  margin: 0 auto;
}

/* breadcrumb */

.breadcrumb{
  padding: 0 20px;
}
.breadcrumb .inner{
  padding: 5px 0;
}
.breadcrumb ul li{
  font-size: 1rem;
}

/* cat_list */
.cat_list_box{
  margin: 20px auto 0;
}
.cat_list_box .ttl{
  color: #ffffff;
  font-size: 3.2rem;
  text-align: center;
}
.cat_list_box .cat_list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cat_list_box .cat_list li{
  margin: 15px 3px 0;
  width: 47%;
}
.cat_list_box .cat_list li a{
  font-size: 1.4rem;
  padding: 7px 0;
}

/* post_list */

.post_list{
  justify-content: space-around;
}
.post_list:after{
  display: none;
}
.post_list li{
  width: 100%;
  max-width: 280px;
  margin: 30px 5px 0;
}
.post_list li:nth-child(n+2){
  display: none;
}
.somedia .post_list li:nth-child(n+2){
  display: block;
}

/* bnr_link_btn_box */

.pagenation{
  margin-top: 60px;
}

/* bnr_link_btn_box */

ul.bnr_link_btn_box{
  display: block;
}
ul.bnr_link_btn_box li{
  width: 100%;
  max-width: 480px;
  margin: 30px auto 0;
}
ul.bnr_link_btn_box li .txt{
  font-size: 2rem;
  padding: 20px 15px;
  line-height: 3.4rem;
}


/* Main
-----------------------------------------------------------------*/
#Main{
}

#Main h2.ttl{
  line-height: 4.4rem;
}

#Main .main_txt{
  font-size: 1.6rem;
}
#Main .main_txt_min{
  font-size: 1.6rem;
}

#Main.under .ttl_box .over_ttl{
  width: 120px;
  height: 120px;
  bottom: 20px;
  right: 65px;
}
#Main.under .ttl_box .over_ttl img{
  width: 100%;
  height: auto;
}

/* #SecSomedia */

#SecSomedia .inner{
  padding: 0 20px 70px;
}


/* #SecSomedia */

#SecSomedia{
  position: relative;
  margin-top: 80px;
}
#SecSomedia .bg_box{
}
#SecSomedia .inner{
  background-image: url(../images/top/bg_03.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 0 50px 70px;
  margin-bottom: 100px;
  margin-top: 40px;
}
#SecSomedia .more_btn_bl{
  position: absolute;
  bottom: -35px;
  left: 0;
  right: 0;
}
#SecSomedia .more_btn_bl a{
  margin: 0 auto;
}

/* #SecSomedia */

#SecOtherProducts{
}
#SecOtherProducts .inner{
  padding: 60px 50px;
}
#SecOtherProducts ul{
  display: block;
}
#SecOtherProducts ul li{
  width: 100%;
  max-width: 480px;
  margin: 30px auto 0;
}
#SecOtherProducts ul li .txt{
  font-size: 2rem;
  padding: 20px 15px;
  line-height: 3.4rem;
}

/* #SecContactBox */

#SecContactBox{
  margin-bottom: 80px;
}
#SecContactBox .inner{
  padding: 0 50px;
}
#SecContactBox .address{
  display: block;
}
#SecContactBox .number{
  display: block;
}
#SecContactBox .number .tel,
#SecContactBox .number .fax{
  width: 100%;
  margin: 0;
  margin-bottom: 10px;
}
#SecContactBox .link_btn{
  float: none;
  width: 100%;
  margin-top: 20px;
}
#SecContactBox .link_btn a{
  margin: 0 auto;
}

/* #RelatedProducts */

#RelatedProducts{
  margin-top: 80px;
  padding: 0 50px;
}
#RelatedProducts .inner{
  padding: 80px 0 0;
}
#RelatedProducts .flex{
  display: block;
  margin-top: 40px;
}
#RelatedProducts .flex .link_btn{
  width: 100%;
  margin-top: 20px;
}

/*table*/
table.temp{}

table.temp th{
  width: 100%;
  display: block;
  border-top: 1px solid #000033;
  padding: 17px 0;
  vertical-align: middle;
}

table.temp tr:last-child th{
    border-bottom: none;
}

table.temp td{
  width: 100%;
  border-top: 1px dashed #000033;
  margin-left: 0px;
  display: block;
  padding: 17px 0;
}

table.temp tr:last-child td{
  border-bottom: 1px dashed #000033;
}

.table_slide{
  width: 100%!important;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  display: block;
}

/*流用フォーム*/
#easyorder_form .label_title{
    border-bottom: 1px solid #ccc;
    text-align: center;
    margin-bottom: 3px;
    width: 100%
}
    
#easyorder_form .input_type{
    text-align: center
}
    
#easyorder_form .opt_left{text-align: left}    
    
#easyorder_form .txt_left{
        text-align: left;
}    

#easyorder_form textarea.mfp{
  width: 100%!important;
  box-sizing: border-box;
}
#easyorder_form .address_box{
  width: 100%!important;
  box-sizing: border-box;
}

/*--------------------------------------------------------------------------
   Footer
---------------------------------------------------------------------------*/
#Footer{
  margin-top: 30px;
  padding: 30px 20px 15px;
}
#Footer .go_top{
  right: 50px;
}
#Footer .footer_box{
  display: block;
}
#Footer .footer_box .info_box{
  width: 100%;
  padding-right: 0;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-right: none;
  border-bottom: solid 1px #ffffff;
}
#Footer .footer_box .info_box .add{
  margin-top: 10px;
}
#Footer .footer_box .info_box .flex{
  margin-top: 10px;
}
#Footer .footer_box .info_box .sns{
  display: flex;
  align-items: flex-end;
}
#Footer #FooterNavi{
  width: 100%;
}
#Footer #FooterNavi .nav_box:after{
  content: "";
  width: 10%;
}
#Footer #FooterNavi .nav_box ul{
  margin: 0 10px;
  margin-bottom: 15px;
}
#Footer #FooterNavi .nav_box ul li{
}
#Footer #FooterNavi .nav_box ul li.head{
  margin-bottom: 10px;
}
#Footer #FooterNavi .nav_box ul li.lang{
  margin-top: 10px;
}
#Footer #FooterNavi .nav_box ul li.lang a{
  display: inline-block;
  margin-right: 10px;
}
#Footer .copy{
  margin-top: 10px;
}


/* 767pxまでの幅の場合に適応される */
}


@media screen and (max-width: 480px) {
/* 480pxまでの幅の場合に適応される */



/* 480pxまでの幅の場合に適応される */
}