
@import url(https://fonts.googleapis.com/css?family=Pacifico);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans);
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@700;900&display=swap');
@import url(https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@700&display=swap);


body, div,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, dl, dt, dd, ol, ul, li, hr,
fieldset, form, label, legend, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section,
summary, hgroup {
  margin: 0;
  padding: 0;
  border: 0;
}

a:active,
a:hover {
  outline: 0;
}

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }

/* ------------------------------------------
  MAIN STYLES
--------------------------------------------- */

body {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    color: #333333;
    background: #fff;
    font: 14px/1.8 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
    background: url("../images/common/bg.jpg") left top repeat;
}

section {
    text-align: center;
    padding: 0;
    width: 100%;
}

br.xs {
    display: block;
}
br.sm {
    display: none;
}
br.lg {
    display: none;
}


@media screen and (min-width: 640px) {
    br.xs {
        display: none;
    }
    br.sm {
        display: block;
    }
    br.lg {
        display: none;
    }
}

/* PC */
@media screen and (min-width: 920px) {
    br.xs {
        display: none;
    }
    br.sm {
        display: none;
    }
    br.lg {
        display: block;
    }
}

.mincho {
    font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.f_left{
    float: left;
}
.f_right{
    float: right;
}

/* ------------------------------------------
  FIXED HEADER
--------------------------------------------- */

#himage{
    z-index: 1;
    background: #FFFFFF;
    overflow: hidden;
    margin-top: 60px;
}

#himage img{
    width: 100%;
}

#articles-scroll{
    overflow: hidden;
    z-index: 10;
    transition: .3s;
    background-color: rgba(255,255,255,1);
    height: auto;
}

.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
}

header {
    overflow: hidden;
    
}

#header_box{
    height: 60px;

}


#select_sa{
    height: 50px;
}

#select_sa p{
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    padding-top: 8px;
}
#select_sa p span{
    font-size: 14px;
    margin-left: 5px;
    vertical-align:top;
    line-height: 34px;
}
#select_sa p span.houmen{
    font-size: 12px;
    margin-left: 5px;
    
}

#select_sa .line_up{
    float: left;
    width: 50%;
    background: #00493A;
    height: 50px;
    text-align: center;
    margin: 0 auto;
}
#select_sa .line_up:hover{
    background: #065a49;
}

#select_sa .line_down{
    float: left;
    width: 50%;
    background: #680116;
    height: 50px;
    text-align: center;
}

#select_sa .line_down:hover{
    background: #7c1027;
}
@media screen and (min-width: 640px) {
    #select_sa p{
        color: #FFF;
        font-size: 30px;
        font-weight: bold;
        line-height: 30px;
        padding-top: 8px;
    }
    #select_sa p span{
        font-size: 20px;
        margin-left: 25px;
        vertical-align:top;
        line-height: 34px;
    }
    #select_sa p span.houmen{
        font-size: 16px;
        margin-left: 5px;

    }
}

@media screen and (min-width: 920px) {
    #select_sa p{
        color: #FFF;
        font-size: 30px;
        font-weight: bold;
        line-height: 30px;
        padding-top: 8px;
    }
    #select_sa p span{
        font-size: 20px;
        margin-left: 25px;
        vertical-align:top;
        line-height: 34px;
    }
    #select_sa p span.houmen{
        font-size: 16px;
        margin-left: 5px;

    }
}


.logo {
    padding: 13px 10px 0 10px;
    float: left;
}

.logo img{
    height: 26px;
    transition: .3s;
}

.header_txt{
    float: left;
    padding: 15px 0 10px 10px;
    color: #333;
    display: none;
    font-size: 20px;
    font-weight: bold;
}

.membership{
    float: left;
    padding: 23px 0px 0 0px;
    display: block;
    width: 80px;
    transition: .3s;
}




.eyecatch_pc{
    display: none;
}
.eyecatch_sp{
    display: block;
}

/* ------------------------------------------------------------------------------------ */
/* etc...										*/
/* ------------------------------------------------------------------------------------ */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
 .clearfix {display: inline-block;}
 

.pagetop {
	display: none;
	position: fixed;
	bottom: 80px;
	right: 10px;
    width: 50px;
    z-index: 10;
}
@media screen and (min-width: 920px) {
    .pagetop {
        display: none;
        position: fixed;
        bottom: 50px;
        right: 50px;
        width: 50px;
    }

}

/* ------------------------------------------
  BUTTON DESIGN
--------------------------------------------- */

.btn,
a.btn,
button.btn {
    font-size: 13px;
    font-weight: normal;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 5px;
    display: none;
}

.btn--header,
a.btn--header {
    color: #fff;
    background-color: #004098;
    float: right;
    margin: 23px 20px 0 5px;
}
.btn--header:hover,
a.btn--header:hover {
    color: #fff;
    background: #0057CC;
}


.btn2,
a.btn2,
button.btn2 {
    font-size: 13px;
    font-weight: normal;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 20px 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 10px;
}

.btn--eshop,
a.btn--eshop {
    color: #fff;
    background-color: #004098;
    margin: 0 0 0 0;
    font-size: 13px;
}
.btn--eshop:hover,
a.btn--eshop:hover {
    color: #fff;
    background: #0057CC;
}
.btn--eshop i{
    margin-left: 10px;
}

.btn--hape,
a.btn--hape {
    color: #fff;
    background-color: #F4750D;
    margin: 0 0 0 0;
    font-size: 13px;
}
.btn--hape:hover,
a.btn--hape:hover {
    color: #fff;
    background: #F58A32;
}
.btn--hape i{
    margin-left: 10px;
}

/*  画面サイズが640pxまで  */
@media screen and (min-width: 400px) {
    
    .logo {
        padding: 13px 10px 0 10px;
        float: left;
    }
    .logo img{
        height: 35px;
        transition: .3s;
    }
}

/*  画面サイズが640pxまで  */
@media screen and (min-width: 640px) {
    
    .logo {
        padding: 13px 10px 0 10px;
        float: left;
    }
    .logo img{
        height: 35px;
        transition: .3s;
    }
    .membership{
        float: left;
        padding: 4px 10px 0 10px;
        display: block;
        width: 260px;
        transition: .3s;
    }
    
    .eyecatch_pc{
        display: block;
    }
    .eyecatch_sp{
        display: none;
    }
}

/*  画面サイズが920pxまで  */
@media screen and (min-width: 1160px) {
    #himage{
        margin-top: 190px;
    }
    #articles-scroll{
        background-color: rgba(255,255,255,1);
        height: 190px;
    }
    
    header {
        overflow: hidden;
    }
    #header_box{
        height: 135px;
        box-sizing: border-box;
    }
    
    .logo {
        padding: 10px 10px 0 20px;
        float: left;
    }
    
    .logo img{
        height: 70px;
        transition: .3s;
    }
    .header_txt{
        padding: 25px 0 0 10px;
        display:block;
    }
    
    
   
    .btn,
    a.btn,
    button.btn {
            display:block;
    }
    
    
    .btn--eshop,
    a.btn--eshop {
        font-size: 18px;
    }
    .btn--hape,
    a.btn--hape {
        font-size: 18px;
    }
    
}


/*メニューをページ下部に固定*/
#sp-fixed-menu{
   position: fixed;
   width: 100%;
   bottom: 0px;
   font-size: 0;
   opacity: 0.9;
   z-index: 99;
}

/*メニューを横並びにする*/
#sp-fixed-menu ul{
   display: flex;
   list-style: none;
   padding:0;
   margin:0;
   width:100%;
}

#sp-fixed-menu li{
   justify-content: center;
   align-items: center;
   width: 50%;
   padding:0;
   margin:0;
   font-size: 14px;
   border-right: 1px solid #fff;
}

/*左側メニューを緑色に*/
#sp-fixed-menu li:first-child{
   background: #38b435;
}

/*左側メニューをオレンジ色に*/
#sp-fixed-menu li:last-child{
   background: #f3a324;
}

/*ボタンを調整*/
#sp-fixed-menu li a{
    color: #fff;
    text-align: center;
    display:block;
    width: 100%;
    padding:15px 20px;
    box-sizing: border-box;
    text-decoration: none;
}
/*PCの場合にはメニューを表示させない*/
@media (min-width: 768px) {
   .for-sp{
      display:none;
    }
}



/* フッター
------------------------------------------------------------*/

footer{
	padding: 0;
	text-align: center;
	font-size: 12px;
    margin: 0 auto;
    overflow: hidden;
}

footer .inner{
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 10px;
    overflow: hidden;
}


address{
    width: 100%;
    padding:20px 0;
    text-align: center;
    font-style: normal;
    
}

address p{
    
    
}

.footer_f_left{
    float:none;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px;
}
.footer_f_right{
    float:none;
    margin: 0 auto;
    text-align: center;
}


.company_name{
    display: block;
    font-weight: bold;
    font-size: 18px;
    margin: 20px 0 50px 0;
}

address img{
    max-width: 100%;
    
}

.footer_txt{
    float: left;
    width: 100%;
    padding: 0 0 2px 0;
    color: #003F98;
}


.membership_f{
    float: left;
    padding: 0 0px 0 0px;
    display: block;
    width: auto;
    transition: .3s;
}





footer p.copyright{
    display:inline-block;
    width: 100%;
    margin: 10px 0 0 0;
    text-align: center;
    padding:0;
    background: #680116;
    padding: 10px 0;
}


small{
	font-size: 14px;
    color:#FFF;
}



#fmenu{
    width: 100%;
    padding:0px 0;
    background: #FFF;
}


#fmenu ul{
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
}
#fmenu li {
    text-align: center;
    float: left;
    padding: 0 0;
    width: 100%;
    box-sizing: border-box;
    height: auto;

}

#fmenu li:last-child{
        border-bottom: 1px solid #CCCCCC;
    }

#fmenu li a {
    color:#333;
    font-size: 16px;
    display:block;
    text-decoration:none;
    padding:15px 0;
    margin:0 0 0 0;
    font-weight:bold;
    border-top: 1px solid #CCCCCC;
    position: relative;
    
}
#fmenu li a:hover{
    color:#FFF;
    text-decoration: none;
    background: #680116;
}



/*  画面サイズが920pxまで  */
@media screen and (min-width: 920px) {
    
    #fmenu{
        width: 100%;
        background: #FFF;
    }


    #fmenu ul{
        height: 53px;
        margin: 0 auto;
        width: 100%;
        overflow: hidden;
        list-style: none;
        
        box-sizing: border-box;
    }
    #fmenu li {
        width: calc(100%/6);
        text-align: center;
        float: left;
        padding: 0 0;
        border-top: none;
        border-right: 1px solid #DDDDDD;
        height: 53px;
    }
    
    #fmenu li:last-child{
        border-bottom: none;
        border-right:none;
    }
    

    #fmenu li a {
        text-decoration: none;
        color: #333;
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 0.02em;
        height: 53px;
        padding: 0.6em 1em 0 1em;
        box-sizing: border-box;
        border-top:1px solid #DDDDDD;
        border-bottom:1px solid #DDDDDD;
    }
    #fmenu li a:hover{
        background: #FFF;
        border-bottom: 5px solid #680116;
        color: #680116;
    }
    address{
        float: left;
        width: 100%;
        padding:20px 0 0 0;
        text-align: left;
        font-style: normal;

    }

    address p{
        vertical-align: middle;
        margin-top: 10px;
        text-align: left;
    }


    footer p.copyright{
        margin: 25px 0 0 0;
    }
    
    .footer_f_left{
        float: left;
    }
    .footer_f_right{
        float: right;
    }

    
}



/* ------------------------------------------
  RESPONSIVE NAV STYLES
--------------------------------------------- */




/* sec_top_partner
------------------------------------------------------------*/

#sec_top_partner{
    margin:0;
    padding:0 0 0 0;
    text-align: left;
}

#sec_top_partner .inner{
    margin: 0 auto;
    max-width: 1200px;
    overflow: hidden;
    padding: 30px 10px 0 10px;
    position: relative;
    background: #FFF;
    box-sizing: border-box;
}

#sec_top_partner h1 {
    width: 100%;
    margin: 10px 0 50px 0;
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 26px;
    color: #003F98;
    box-sizing: border-box;
    font-weight: bold;
    letter-spacing: 0.05em;
    font-family: "Lato";
}

#sec_top_partner h1:before {
  content: '';
  position: absolute;
  bottom: -25px;
  display: inline-block;
  width: 80px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #003F98;

}

#sec_top_partner h1 span{
    display: block;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.02em;
    color: #111111;
    line-height: 14px;
    padding-top: 0px;
}

#sec_top_partner .partner_box{
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

#sec_top_partner .partner_box img{
    width: 100%;
    max-width: 900px;
}

#sec_top_partner .partner_box p{
    font-size: 14px;
    line-height: 1.9;
    letter-spacing: 0.05em;
    margin-top: 10px;
}

#sec_top_partner .partner_btn{
    text-align: center;
    max-width: 1200px;
    margin: 50px auto 0 auto;
    overflow: hidden;
    
}
#sec_top_partner .partner_btn .bnt_eshop{
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
#sec_top_partner .partner_btn .bnt_hape{
    float: left;
    width: 100%;
}

/*  画面サイズが640pxまで  */
@media screen and (min-width: 640px) {
    
    #sec_top_partner h1:before {
      bottom: -30px;
    }
    #sec_top_partner h1 {
        font-size: 40px;
    }
    
    #sec_top_partner h1 span{
        font-size: 16px;
    }
    
}


/*  画面サイズが920pxまで  */
@media screen and (min-width: 920px) {
    #sec_top_partner{
        padding: 0 0;
        margin-top: -110px;
        z-index: 2;
    }
    #sec_top_partner .inner{
        padding: 30px;
        box-sizing: border-box;
    }
    
    #sec_top_partner h1 {
        font-size: 50px;
    }
    #sec_top_partner h1 span{
        font-size: 18px;
    }
    
    #sec_top_partner .partner_box p{
        font-size: 16px;
    }

    #sec_top_partner .partner_btn .bnt_eshop{
        float: left;
        width: 50%;
        margin-bottom: 0;
    }
    #sec_top_partner .partner_btn .bnt_hape{
        float: left;
        width: 50%;
    }
    .btn2,
    a.btn2,
    button.btn2 {
        width: 90%;
    }
}





.btn3,
a.btn3,
button.btn3 {
    font-size: 13px;
    font-weight: normal;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 10px 0 10px 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 10px;
}

.btn--more-blue,
a.btn--more-blue {
    color: #fff;
    background-color: #004098;
    margin: 0 0 0 0;
    font-size: 14px;
}
.btn--more-blue:hover,
a.btn--more-blue:hover {
    color: #fff;
    background: #0057CC;
}
.btn--more-blue i{
    margin-left: 10px;
}


.btn--more-blue_b,
a.btn--more-blue_b {
    color: #fff;
    background-color: #004098;
    margin: 0 0 0 0;
    font-size: 14px;
    font-weight: bold;
}
.btn--more-blue_b:hover,
a.btn--more-blue_b:hover {
    color: #fff;
    background: #0057CC;
}
.btn--more-blue_b i{
    margin-left: 10px;
}



.btn--more-orange,
a.btn--more-orange {
    color: #fff;
    background-color: #EB6120;
    margin: 0 0 0 0;
    font-size: 14px;
}
.btn--more-orange:hover,
a.btn--more-orange:hover {
    color: #fff;
    background: #EE7E48;
}
.btn--more-orange i{
    margin-left: 10px;
}


#sec_top_electric .inner .electric_box_sp{
    display: none;
}
#sec_top_electric .inner .electric_box_sp img{
    width: 100%;
}





/*  画面サイズが920pxまで  */
@media screen and (min-width: 920px) {
    

    .btn3,
    a.btn3,
    button.btn3 {
        padding: 8px 0 10px 0;
    }

    
    .btn--more-blue,
    a.btn--more-blue {
        font-size: 22px;
    }
    
    .btn--more-blue_b,
    a.btn--more-blue_b {
        font-size: 22px;
    }
    
    .btn--more-orange,
    a.btn--more-orange {
        font-size: 22px;
    }
    
    
    
}



.lineup_btn {
    font-size: 13px;
    font-weight: normal;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    width: 90%;
    padding: 15px 0 15px 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 100px;
    color: #fff;
}

#sec_top_electric_lineup .inner .btn_more{
    width: 100%;
    margin: 20px 0 0 0;
    text-align: center;
}


/*  画面サイズが920pxまで  */
@media screen and (min-width: 920px) {
    
    #sec_top_electric_lineup .inner .btn_more{
        margin: 60px 0 0 0;
    }
    .lineup_btn {
        width: 60%;
    }
    
    
}







/* sec_top_news
------------------------------------------------------------*/

#sec_top_news{
    margin:0;
    margin-top: 30px;
    padding:0 0 0 0;
    text-align: left;
}

#sec_top_news .inner{
    margin: 0 auto;
    max-width: 1200px;
    overflow: hidden;
    padding: 30px 10px 30px 10px;
    position: relative;
    box-sizing: border-box;
}

#sec_top_news h1 {
    width: 100%;
    margin: 0px 0 50px 0;
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 24px;
    color: #003F98;
    box-sizing: border-box;
    font-weight: 900;
    letter-spacing: 0.05em;
    font-family: "Lato";
}

#sec_top_news h1:before {
  content: '';
  position: absolute;
  bottom: -25px;
  display: inline-block;
  width: 80px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #003F98;

}

#sec_top_news h1 span{
    display: block;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.02em;
    color: #111111;
    line-height: 14px;
    padding-top: 0px;
}

#sec_top_news ul{
    margin: 0 auto;
    max-width: 1200px;
    overflow: hidden;
    border-top: 1px solid #CCCCCC;
    margin-top: 25px;
    margin-bottom: 20px;
}

#sec_top_news ul li{
    border-bottom: 1px solid #CCCCCC;
    padding: 15px 0 10px 0;
    overflow: hidden;
}

.idate_box{
    float: left;
    width: auto;
    height: 30px;
    padding-top: 3px;
    font-weight: bold;
    font-size: 13px;
    margin-left: 10px;
}


.itext_box{
    float: left;
    width: 100%;
    box-sizing: border-box;
    letter-spacing: 0.05em;
    font-size: 14px;
    font-weight: 500;
    margin-top: 5px;
    padding: 0 10px;
}
.itext_box a{
    text-decoration: none;
    color: #333333;
}

#sec_top_news p a{
    text-decoration: none;
    color: #333333;
}

#sec_top_news p a:hover{
    text-decoration: none;
    color: #003F98;
}

#sec_top_news .info_icon01{
    float: left;
    width: 100px;
    display: block;
    background: #2693FF;
    color:#FFF;
    font-weight: 500;
    letter-spacing: 0.01em;
    font-size: 12px;
    line-height: 2;
    padding: 0px 0;
    margin: 3px 20px 0 20px;
    border-radius: 30px;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
#sec_top_news .info_icon02{
    float: left;
    width: 100px;
    display: block;
    background: #680116;
    color:#FFF;
    font-weight: 500;
    letter-spacing: 0.01em;
    font-size: 12px;
    line-height: 2;
    padding: 0px 0;
    margin: 3px 20px 0 20px;
    border-radius: 30px;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
#sec_top_news .info_icon03{
    float: left;
    width: 100px;
    display: block;
    background: #00493A;
    color:#FFF;
    font-weight: 500;
    letter-spacing: 0.01em;
    font-size: 12px;
    line-height: 2;
    padding: 0px 0;
    margin: 3px 20px 0 20px;
    border-radius: 30px;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

#sec_top_news .inner .btn_more{
    width: 100%;
    margin: 20px 0 0 0;
    text-align: center;
}


/*  画面サイズが640pxまで  */
@media screen and (min-width: 640px) {
    
    #sec_top_news h1:before {
      bottom: -30px;
    }
    #sec_top_news h1 {
        font-size: 40px;
    }
    
    #sec_top_news h1 span{
        font-size: 16px;
    }
    
    #sec_top_news ul li{
        padding: 25px 0 20px 0;
    }
    
    .idate_box{
        float: left;
        width: auto;
        text-align: left;
        margin-left: 10px;
        font-size: 14px;
    }

    .itext_box{
        float: left;
        width: 100%;
        margin-top: 10px;
        font-size: 15px;
        box-sizing: border-box;
    }
    
    
    
    
}
/*  画面サイズが920pxまで  */
@media screen and (min-width: 920px) {
    #sec_top_news{
        padding: 0 0;
        margin-top: 0;
        z-index: 2;
    }
    #sec_top_news .inner{
        padding: 50px 20px 60px 20px;
        box-sizing: border-box;
        
    }
    
    #sec_top_news h1 {
        font-size: 50px;
    }
    #sec_top_news h1 span{
        font-size: 18px;
    }
    
    .idate_box{
        float: left;
        width: 120px;
        text-align: right;
    }

    .itext_box{
        float: left;
        width: calc(100% - 300px);
        margin-top: 0px;
    }
    
    #sec_top_news .inner .btn_more{
        margin: 60px 0 0 0;
    }
    
}




/* sec_top_infomation
------------------------------------------------------------*/

#sec_top_infomation{
    margin:0;
    padding:0 0 0 0;
    text-align: left;
    background: url("../images/common/bg_lattice.png") left top repeat;
}

#sec_top_infomation .inner{
    margin: 0 auto;
    max-width: 1200px;
    overflow: hidden;
    padding: 30px 10px 30px 10px;
    position: relative;
    box-sizing: border-box;
}


#sec_top_infomation h1 {
    width: 100%;
    margin: 0px 0 50px 0;
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 24px;
    color: #003F98;
    box-sizing: border-box;
    font-weight: 900;
    letter-spacing: 0.05em;
    font-family: "Lato";
}

#sec_top_infomation h1:before {
  content: '';
  position: absolute;
  bottom: -25px;
  display: inline-block;
  width: 80px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #003F98;

}

#sec_top_infomation h1 span{
    display: block;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.02em;
    color: #111111;
    line-height: 14px;
    padding-top: 0px;
}

#sec_top_infomation .sti_box{
    background: #FFF;
    position: relative;
    overflow: hidden;
    padding: 0 0 50px 0;
}

#sec_top_infomation .sti_box .sti_left{
    float: left;
    width: 100%;
}

#sec_top_infomation .sti_box .sti_left ul{
    display: flex;
    flex-wrap:wrap;
    padding: 10px 0px;
    width: 100%;
}
#sec_top_infomation .sti_box .sti_left ul li{
    list-style: none;
    padding: 10px;
}
#sec_top_infomation .sti_box .sti_left ul li img{
    max-width: 50px;
    vertical-align: bottom;
}

#sec_top_infomation .sti_box .sti_right{
    float: left;
    width: 100%;
    padding: 20px 10px;
    box-sizing: border-box;
}

#sec_top_infomation .inner .btn_more{
    overflow: hidden;
    width: 100%;
    padding: 10px 0 0 0;
    text-align: center;
}

#sec_top_infomation .sti_box h2{
    background: #003F98;
    text-align: center;
    font-size: 20px;
    color: #FFF;
    padding: 5px;
    font-weight: 500;
    letter-spacing: 0.05em;
}

table.tbl_kihon {
    border-collapse:separate;
    width: 100%;
    margin:0;
    padding: 0 0;
    color:#333333;
    box-sizing: border-box;
    
}

table.tbl_kihon th {
    display: block;
    text-align: left;
    margin:0 0 0 0;
    padding: 10px 10px;
    width: 100%;
    box-sizing: border-box;
    background: #003F98;
    color: #FFFFFF;
    font-weight: normal;
}

table.tbl_kihon td{
    display: block;
    border-top: none;
    border-bottom: none;
    text-align: left;
    margin:0 0 0 0;
    padding: 10px 10px;
    width: 100%;
    background: none;
    box-sizing: border-box;
}

/*  画面サイズが640pxまで  */
@media screen and (min-width: 640px) {
    
    #sec_top_infomation h1:before {
      bottom: -30px;
    }
    #sec_top_infomation h1 {
        font-size: 40px;
    }
    
    #sec_top_infomation h1 span{
        font-size: 16px;
    }
    
    table.tbl_kihon {
        border-collapse:separate;
        width:100%;
        color:#333333;
        padding: 0px;
        margin:0 0;
        box-sizing: border-box;
        border-top:1px solid #CCC;
    }

    table.tbl_kihon th {
        text-align:center;
        padding:15px 10px 15px 10px;
        font-size:15px;
        vertical-align:middle;
        font-weight:bold;
        letter-spacing: 2px;
        width:180px !important;
        display:table-cell;
        box-sizing: border-box;
        background: #F7F2F3;
        color:#222222;
        border-bottom:1px solid #CCC;
    }

    table.tbl_kihon td{
        width: calc(100% - 180px) !important;
        text-align:center;
        padding:15px 0 15px 10px;
        line-height:1.7;
        font-size:15px;
        letter-spacing: 0.05em;
        background:none;
        text-align: left;
        display:table-cell;
        box-sizing: border-box;
        border-bottom:1px solid #CCC;
    }
    
    
}


/*  画面サイズが920pxまで  */
@media screen and (min-width: 920px) {
    #sec_top_infomation{
        padding: 0 0;
        z-index: 2;
    }
    #sec_top_infomation .inner{
        padding: 50px 0;
        box-sizing: border-box;
    }
    
    #sec_top_infomation h1 {
        font-size: 50px;
    }
    #sec_top_infomation h1 span{
        font-size: 18px;
    }
    
    #sec_top_infomation .sti_box .sti_left ul{
        padding: 20px 20px;
    }
    
    #sec_top_infomation .sti_box .sti_left{
        float: left;
        width: 500px;
    }

    #sec_top_infomation .sti_box .sti_right{
        float: left;
        width: calc( 100% - 500px );
        padding: 30px 30px;
        box-sizing: border-box;
    }
    #sec_top_infomation .inner .btn_more{
        margin: 60px 0 0 0;
    }
    #sec_top_infomation .inner .btn_more{
        padding: 30px 0 0 0;
    }
    
}








/* sec_contact
------------------------------------------------------------*/

#sec_contact{
    margin:0;
    padding:0 0 0 0;
    text-align: left;
    background: url("../images/common/bg_line.jpg") left top repeat;
}

#sec_contact .inner{
    margin: 0 auto;
    max-width: 1200px;
    overflow: hidden;
    padding: 30px 10px 0 10px;
    position: relative;
    box-sizing: border-box;
}
#sec_contact h1 {
    width: 100%;
    margin: 0px 0 40px 0;
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 24px;
    color: #003F98;
    box-sizing: border-box;
    font-weight: bold;
    letter-spacing: 0.05em;
    font-family: "Lato";
}

#sec_contact h1:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 80px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #003F98;

}

#sec_contact p.con_txt {
    width: 100%;
    font-size: 14px;
    text-align: center;
}

#sec_contact .bnr_contact{
    float: left;
    width: 100%;
    padding: 0 0 0 0;
    box-sizing: border-box;
    margin-top: 20px;
}
#sec_contact .bnr_tel{
    float: left;
    width: 100%;
    padding: 0 0 0 0;
    box-sizing: border-box;
    text-align: right;
    margin-top: 20px;
}


.btn_con,
a.btn_con,
button.btn_con {
    font-size: 13px;
    font-weight: normal;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 20px 0 20px 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.05em;
    color: #212529;
    border-radius: 10px;
    font-weight: bold;
    
}

.btn--contact,
a.btn--contact {
    color: #fff;
    background-color: #004098;
    margin: 0px 0 0 0;
    font-size: 14px;
}
.btn--contact:hover,
a.btn--contact:hover {
    color: #fff;
    background: #0057CC;
}
.btn--contact img{
    vertical-align:top;
    margin-right: 10px;
    padding-top: 4px;
    height: 15px;
}

.btn--tel,
a.btn--tel {
    color: #fff;
    background-color: #EB6120;
    margin: 0px 0 0 0;
    font-size: 14px;
}
.btn--tel:hover,
a.btn--tel:hover {
    color: #fff;
    background: #EE7E48;
}
.btn--tel img{
    vertical-align:top;
    margin-right: 10px;
    padding-top: 4px;
    height: 15px;
    
}




/*  画面サイズが640pxまで  */
@media screen and (min-width: 640px) {
    
    #sec_contact h1:before {
      bottom: -10px;
    }
    #sec_contact h1 {
        font-size: 32px;
    }
    #sec_contact p.con_txt {
        font-size: 16px;
    }
    
    #sec_contact .bnr_contact{
        margin-top: 40px;
        padding: 0 5px 0 0;
    }
    #sec_contact .bnr_tel{
        margin-top: 40px;
        padding: 0 0 0 5px;
    }
    
    #sec_contact .bnr_contact{
        padding: 0 10px 0 0;
        width: 50%;
    }
    #sec_contact .bnr_tel{
        padding: 0 0 0 10px;
        width: 50%;
    }
    
    .btn_con,
    a.btn_con,
    button.btn_con {
        padding: 15px 0 17px 0;
    }
    
    .btn--contact,
    a.btn--contact {
        font-size: 18px;
    }
    
    .btn--tel,
    a.btn--tel {
        font-size: 18px;
    }
    
    .btn--contact img{
        height: 20px;
        padding-top: 6px;
    }
    .btn--tel img{
        height: 20px;
        padding-top: 6px;
    }

}

/*  画面サイズが920pxまで  */
@media screen and (min-width: 920px) {
    #sec_contact{
        padding: 0 0;
        z-index: 2;
    }
    #sec_contact .inner{
        padding: 30px 0 50px 0;
        box-sizing: border-box;
    }
    #sec_contact h1 {
        font-size: 38px;
    }
    #sec_contact h1:before {
      bottom: -15px;
    }
    #sec_contact p.con_txt {
        font-size: 18px;
    }
    
    #sec_contact .bnr_contact{
        padding: 0 20px 0 0;
    }
    #sec_contact .bnr_tel{
        padding: 0 0 0 20px;
    }
    
    .btn_con,
    a.btn_con,
    button.btn_con {
        padding: 20px 0 22px 0;
    }

    
    .btn--contact,
    a.btn--contact {
        font-size: 34px;
    }
    
    .btn--tel,
    a.btn--tel {
        font-size: 34px;
    }
    .btn--contact img{
        height: auto;
        padding-top: 12px;
    }
    .btn--tel img{
        height: auto;
        padding-top: 11px;
    }
    
}





/* sec_sub_title
------------------------------------------------------------*/




#sec_sub_title{
    margin:0;
    padding:0 0 0 0;
    margin-top: 0%;
    text-align: left;
}

#sec_sub_title .inner{
    margin: 0 auto;
    max-width: 1200px;
    overflow: hidden;
    padding: 10px;
    position: relative;
    background: #680116;
    box-sizing: border-box;
    border-radius: 0;
    margin: 0 0;
}

#sec_sub_title h1 {
    width: 100%;
    margin: 0 0 0 0;
    position: relative;
    display: inline-block;
    text-align: left;
    font-size: 20px;
    color: #FFF;
    box-sizing: border-box;
    font-weight: bold;
    letter-spacing: 0.05em;
}

#sec_sub_title h1 span{
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.02em;
    color: #FFF;
    line-height: 28px;
    margin-left: 10px;
    vertical-align:text-bottom;
}


/*  画面サイズが640pxまで  */
@media screen and (min-width: 640px) {
    
    #sec_sub_title .inner{
        padding: 15px 20px;
        box-sizing: border-box;
        margin: 0 10px;
        border-radius: 10px;
    }
    #sec_sub_title{
        padding: 0 0;
        margin-top: -5%;
        z-index: 2;
    }
    #sec_sub_title h1 {
        font-size: 28px;
    }
    
    #sec_sub_title h1 span{
        font-size: 18px;
        line-height: 40px;
        margin-left: 10px;
        vertical-align:text-bottom;
    }
    
}


/*  画面サイズが920pxまで  */
@media screen and (min-width: 920px) {
    #sec_sub_title{
        padding: 0 0;
        margin-top: -3%;
        z-index: 2;
    }
    #sec_sub_title .inner{
        padding: 20px 30px;
        box-sizing: border-box;
        margin: 0 auto;
    }
    
    #sec_sub_title h1 {
        font-size: 28px;
    }
    #sec_sub_title h1 span{
        font-size: 18px;
    }
    
  
}





/* sec_sub_shopping01
------------------------------------------------------------*/

#sec_sub_shopping01{
    margin:0;
    padding:0 0 0 0;
    text-align: left;
}

#sec_sub_shopping01 .inner{
    margin: 0 auto;
    max-width: 1200px;
    overflow: hidden;
    padding: 30px 10px 20px 10px;
    position: relative;
    box-sizing: border-box;
}

#sec_sub_shopping01 .inner p{
    font-size: 16px;
    font-weight: bold;
}



.product-list{
  display: flex;
    
  margin: 35px 0 0 0;
  padding: 0;
  list-style: none;
  justify-content: flex-start;
  flex-flow: row wrap;
 
}
.product-list li{
    flex: 0 0 100%;
    margin-bottom: 30px;
    text-align: center;
    
}

.product-list li a{
    text-decoration: none;
    color: #202020;
}


.product_img{
    position: relative;
    box-sizing: border-box;
}


.product-list li img{
    width: 100%;
    max-width: 280px;
    border: 1px solid #EEEEEE;
    vertical-align: bottom;
    box-sizing: border-box;
}
.product-list li img:hover {
	opacity: 0.8;
    
}

.product-list h2{
    font-size: 18px;
    margin-top: 10px;
}

#sec_sub_shopping01 .product-list li p{
    font-size: 14px;
    font-weight: normal;
}
#sec_sub_shopping01 .product-list li p.price{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

#sec_sub_shopping01 .block_2colbox{
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 35px;
    overflow: hidden;
    border-top: 1px dotted #680116;
    padding: 40px 0 20px 0;
}


#sec_sub_shopping01 .block_2colbox p{
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 20px;
}

#sec_sub_shopping01 .block_2colbox_left{
    float: left;
    width: 100%;
    padding-right: 0px;
    box-sizing: border-box;
    text-align: center;
}


#sec_sub_shopping01 .block_2colbox_right{
    float: right;
    width: 100%;
    text-align: center;
    position: relative;
}

#sec_sub_shopping01 .block_2colbox_left img{
    width: 100%;
    margin-bottom: 10px;
    max-width: 580px;
    padding-right: 0;
    
}


#sec_sub_shopping01 .block_2colbox_right img{
    width: 100%;
    margin-bottom: 10px;
    max-width: 580px;
    padding-left: 0;
}


/*  画面サイズが640pxまで  */
@media screen and (min-width: 640px) {
    
    .product-list h2{
        font-size: 18px;
    }
    
    .product-list li{
        flex: 0 0 31%;
        margin-bottom: 30px;
        max-width: 280px;
        text-align: left;
        margin-right: 2%;
    
    }
    .product-list li:nth-child(n) {
        margin-right: 2%;
    }
    .product-list li:nth-child(3n) {
        margin-right: 0;
    }
    
    
    .product-list li img{
        width: 100%;
        max-width: 280px;
    }
    
    #sec_sub_shopping01 .block_2colbox_left{
        float: left;
        width: 50%;
        padding-right: 0px;
        box-sizing: border-box;
        text-align: left;
    }


    #sec_sub_shopping01 .block_2colbox_right{
        float: right;
        width: 50%;
        text-align: left;
        position: relative;
        text-align: right;
    }
    #sec_sub_shopping01 .block_2colbox_left img{
        width: 100%;
        margin-bottom: 20px;
        max-width: 580px;
        padding-right: 10px;
    }


    #sec_sub_shopping01 .block_2colbox_right img{
        width: 100%;
        margin-bottom: 20px;
        max-width: 580px;
        padding-left: 10px;
    }
    
}
/*  画面サイズが920pxまで  */
@media screen and (min-width: 920px) {
    #sec_sub_shopping01{
        padding: 0 0;
        margin-top: 0;
        z-index: 2;
    }
    #sec_sub_shopping01 .inner{
        padding: 30px 0 20px 0;
        box-sizing: border-box;
        
    }
    #sec_sub_shopping01 .inner p{
        font-size: 20px;
        font-weight: bold;
    }
    .product-list h2{
        font-size: 20px;
    }
    
    .product-list li{
        flex: 0 0 23%;
        margin-bottom: 30px;
        max-width: 280px;
        text-align: left;
        margin-right: 1%;
    }
    .product-list li:nth-child(n) {
        margin-right: 2%;
    }
    .product-list li:nth-child(4n) {
        margin-right: 0;
    }
    
    .product-list li img{
        width: 100%;
        max-width: 280px;
    }
    
    #sec_sub_shopping01 .block_2colbox p{
        font-size: 20px;
    }
    
    
}




/* sec_sub_shopping02
------------------------------------------------------------*/

#sec_sub_shopping02{
    margin:0;
    padding:0 0 30px 0;
    text-align: left;
}

#sec_sub_shopping02 .inner{
    margin: 0 auto;
    max-width: 1200px;
    overflow: hidden;
    padding: 0px 10px 30px 10px;
    position: relative;
    box-sizing: border-box;
}

#sec_sub_shopping02 h1 {
    width: 100%;
    margin: 0 0 0 0;
    position: relative;
    display: inline-block;
    text-align: left;
    font-size: 20px;
    color: #FFF;
    box-sizing: border-box;
    font-weight: bold;
    letter-spacing: 0.05em;
    background: #680116;
    border-radius: 0;
    padding: 10px 10px;
}


#sec_sub_shopping02 .inner p{
    font-size: 20px;
    font-weight: bold;
}

#sec_sub_shopping02 .block_2colbox{
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 35px;
    overflow: hidden;
}

#sec_sub_shopping02 .block_2colbox_left{
    float: left;
    width: 100%;
    padding-right: 0px;
    box-sizing: border-box;   
}

#sec_sub_shopping02 .block_2colbox_left img{
    max-width: 100%;
    margin-bottom: 10px;
}

#sec_sub_shopping02 .block_2colbox_right{
    float: right;
    width: 100%;
    text-align: left;
    position: relative;
}
#sec_sub_shopping02 .block_2colbox_right h2{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

#sec_sub_shopping02 .block_2colbox_right p{
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px;
}

/*  画面サイズが640pxまで  */
@media screen and (min-width: 640px) {
    
    #sec_sub_shopping02 h1 {
        width: 100%;
        margin: 0 0 0 0;
        position: relative;
        display: inline-block;
        text-align: left;
        font-size: 20px;
        color: #FFF;
        box-sizing: border-box;
        font-weight: bold;
        letter-spacing: 0.05em;
        background: #680116;
        border-radius: 10px;
        padding: 25px 30px;
    }
}


/*  画面サイズが920pxまで  */
@media screen and (min-width: 920px) {
    #sec_sub_shopping02{
        padding:0 0 30px 0;
        margin-top: 0;
        z-index: 2;
    }
    #sec_sub_shopping02 .inner{
        padding: 0px 0 50px 0;
        box-sizing: border-box;
        
    }
    #sec_sub_shopping02 h1 {
        font-size: 28px;
    }
    
    #sec_sub_shopping02 .block_2colbox_right{
        float: right;
        width: calc(100% - 400px);
        padding-left: 40px;
        box-sizing: border-box;   
    }
    
    #sec_sub_shopping02 .block_2colbox_right h2{
        font-size: 22px;
        font-weight: bold;
        margin-bottom: 10px;
    }
    #sec_sub_shopping02 .block_2colbox_left{
        float: left;
        width: 400px;
        max-width: 400px;
        text-align: right;
    }
    #sec_sub_shopping02 .block_2colbox_right p{
        font-size: 16px;
        font-weight: normal;
        margin-bottom: 10px;
    }
    
}




/* sec_sub_info
------------------------------------------------------------*/

#sec_sub_info{
    margin:0;
    padding:0 0 30px 0;
    text-align: left;
}

#sec_sub_info .inner{
    margin: 0 auto;
    max-width: 1200px;
    overflow: hidden;
    padding: 0px 10px 30px 10px;
    position: relative;
    box-sizing: border-box;
}

#sec_sub_info h1 {
    width: 100%;
    margin: 0 0 0 0;
    position: relative;
    display: inline-block;
    text-align: left;
    font-size: 20px;
    color: #FFF;
    box-sizing: border-box;
    font-weight: bold;
    letter-spacing: 0.05em;
    background: #680116;
    border-radius: 0;
    padding: 10px 10px;
}


#sec_sub_info .inner p{
    font-size: 20px;
    font-weight: bold;
}

#sec_sub_info .block_2colbox{
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 35px;
    overflow: hidden;
}

#sec_sub_info .block_2colbox_left{
    float: left;
    width: 100%;
    padding-right: 0px;
    box-sizing: border-box;   
}

#sec_sub_info .block_2colbox_left img{
    max-width: 100%;
    margin-bottom: 10px;
}

#sec_sub_info .block_2colbox_right{
    float: right;
    width: 100%;
    text-align: left;
    position: relative;
}


#sec_sub_info .block_shisetsu{
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 5px;
    overflow: hidden;
}

#sec_sub_info .block_shisetsu h2{
    text-align: left;
    padding: 0.4em 0.5em 0.4em 0.7em;/*文字周りの余白*/
    color: #222;/*文字色*/
    background: #F7F2F3;/*背景色*/
    border-left: solid 5px #680116;/*左線（実線 太さ 色）*/
    font-size: 20px;
}




table.tbl_shisetsu {
    border-collapse:collapse;
    width:100%;
    color:#333333;
    padding: 0px;
    margin:0 0;
    box-sizing: border-box;
}



table.tbl_shisetsu td{
    display: block;
    width: 100%;
    text-align:center;
    padding:15px 0 15px 10px;
    line-height:1.7;
    font-size:15px;
    letter-spacing: 0.05em;
    background:none;
    text-align: left;
    box-sizing: border-box;
    vertical-align: middle;
    border-bottom:1px solid #CCC;
}
table.tbl_shisetsu td:last-child{
    border-bottom:;
}

table.tbl_shisetsu td p{
    font-size: 16px !important;
    font-weight: bold !important;
    width: 100%;
    border-right: none;
    overflow: hidden;
}

table.tbl_shisetsu td p.t_rline{
    border-right: 1px solid #CCC;
}

table.tbl_shisetsu td span{
    font-weight: normal;
    font-size: 14px;
    margin-left: 20px;
    float: left;
    
}
table.tbl_shisetsu td span.title{
    font-weight: bold;
    font-size: 14px;
    margin-left: 20px;
    float: left;
    
}
table.tbl_shisetsu td img{
    max-width: 50px;
    margin: 0 10px;
    vertical-align:middle;
    float: left;
}

table.tbl_shisetsu td.tbl_shisetsu_pc{
    display: none;
}

.MT30{
    margin-top: 30px !important;
}


.shisetsu_box {
    display: flex;
    justify-content:flex-start;
    align-items: center;
}

.sb_rline{
    border-right: 1px solid #CCC;
}

.MR20{
    margin-right: 20px;;
}
.sb_f_bold{
    font-weight: bold;
}

#sec_sub_info .block_shisetsu ul{
    text-align: left;
    list-style-type:disc;
    margin-left: 40px;
    margin-top: 10px;
}
#sec_sub_info .block_shisetsu ul li{
    
}

/*  画面サイズが640pxまで  */
@media screen and (min-width: 640px) {
    
    #sec_sub_info h1 {
        width: 100%;
        margin: 0 0 0 0;
        position: relative;
        display: inline-block;
        text-align: left;
        font-size: 20px;
        color: #FFF;
        box-sizing: border-box;
        font-weight: bold;
        letter-spacing: 0.05em;
        background: #680116;
        border-radius: 10px;
        padding: 25px 30px;
    }
}


/*  画面サイズが920pxまで  */
@media screen and (min-width: 920px) {
    #sec_sub_info{
        padding:0 0 30px 0;
        margin-top: 0;
        z-index: 2;
    }
    #sec_sub_info .inner{
        padding: 0px 0 50px 0;
        box-sizing: border-box;
        
    }
    #sec_sub_info h1 {
        font-size: 28px;
    }
    
    #sec_sub_info .block_2colbox_right{
        float: right;
        width: calc(100% - 460px);
        padding-left: 40px;
        box-sizing: border-box;   
    }
    
    #sec_sub_info .block_2colbox_left{
        float: left;
        width: 460px;
        max-width: 460px;
        text-align: right;
    }
    table.tbl_shisetsu td{
        width: 50%;
        text-align:center;
        padding:15px 0 15px 10px;
        line-height:1.7;
        font-size:15px;
        letter-spacing: 0.05em;
        background:none;
        text-align: left;
        display:table-cell;
        border-bottom: none;
        vertical-align: middle;
    }
    table.tbl_shisetsu tr.str_line{
        border-bottom:1px solid #CCC;
    }
    
    table.tbl_shisetsu td.tbl_shisetsu_pc{
        display: block;
    }

}





/* sec_sub_info2
------------------------------------------------------------*/

#sec_sub_info2{
    margin:0;
    padding:0 0 30px 0;
    text-align: left;
}

#sec_sub_info2 .inner{
    margin: 0 auto;
    max-width: 1200px;
    overflow: hidden;
    padding: 0px 10px 30px 10px;
    position: relative;
    box-sizing: border-box;
}

#sec_sub_info2 h1 {
    width: 100%;
    margin: 0 0 0 0;
    position: relative;
    display: inline-block;
    text-align: left;
    font-size: 20px;
    color: #FFF;
    box-sizing: border-box;
    font-weight: bold;
    letter-spacing: 0.05em;
    background: #680116;
    border-radius: 0;
    padding: 10px 10px;
}


#sec_sub_info2 .inner p{
    font-size: 20px;
    font-weight: bold;
}

#sec_sub_info2 .block_2colbox{
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 35px;
    overflow: hidden;
}

#sec_sub_info2 .block_2colbox_left{
    float: left;
    width: 100%;
    padding-right: 0px;
    box-sizing: border-box;   
}

#sec_sub_info2 .block_2colbox_left img{
    max-width: 100%;
    margin-bottom: 10px;
}

#sec_sub_info2 .block_2colbox_right{
    float: right;
    width: 100%;
    text-align: left;
    position: relative;
}

#sec_sub_info2 .block_2colbox_right p{
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 20px;
}


/*  画面サイズが640pxまで  */
@media screen and (min-width: 640px) {
    
    #sec_sub_info2 h1 {
        width: 100%;
        margin: 0 0 0 0;
        position: relative;
        display: inline-block;
        text-align: left;
        font-size: 20px;
        color: #FFF;
        box-sizing: border-box;
        font-weight: bold;
        letter-spacing: 0.05em;
        background: #680116;
        border-radius: 10px;
        padding: 25px 30px;
    }
    
    #sec_sub_info2 .block_2colbox_right p{
        font-size: 16px;
        font-weight: normal;
        margin-bottom: 20px;
    }
    
}


/*  画面サイズが920pxまで  */
@media screen and (min-width: 920px) {
    #sec_sub_info2{
        padding:0 0 30px 0;
        margin-top: 0;
        z-index: 2;
    }
    #sec_sub_info2 .inner{
        padding: 0px 0 50px 0;
        box-sizing: border-box;
        
    }
    #sec_sub_info2 h1 {
        font-size: 28px;
    }
    
    #sec_sub_info2 .block_2colbox_right{
        float: right;
        width: calc(100% - 460px);
        padding-left: 40px;
        box-sizing: border-box;   
    }
    
    #sec_sub_info2 .block_2colbox_left{
        float: left;
        width: 460px;
        max-width: 460px;
        text-align: right;
    }
    

}



/* sec_sub_news01
------------------------------------------------------------*/

#sec_sub_news01{
    margin:0;
    padding:0 0 30px 0;
    text-align: left;
}

#sec_sub_news01 .inner{
    margin: 0 auto;
    max-width: 1200px;
    overflow: hidden;
    padding: 0px 10px 30px 10px;
    position: relative;
    box-sizing: border-box;
}

#sec_sub_news01 h1 {
    width: 100%;
    margin: 0 0 0 0;
    position: relative;
    display: inline-block;
    text-align: left;
    font-size: 20px;
    color: #FFF;
    box-sizing: border-box;
    font-weight: bold;
    letter-spacing: 0.05em;
    background: #680116;
    border-radius: 0;
    padding: 10px 10px;
}


#sec_sub_news01 .inner p{
    font-size: 20px;
    font-weight: bold;
}

#sec_sub_news01 .block_2colbox{
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 35px;
    overflow: hidden;
}

#sec_sub_news01 .block_2colbox_left{
    float: left;
    width: 100%;
    padding-right: 0px;
    box-sizing: border-box;   
}

#sec_sub_news01 .block_2colbox_left img{
    max-width: 100%;
    margin-bottom: 10px;
}

#sec_sub_news01 .block_2colbox_right{
    float: right;
    width: 100%;
    text-align: left;
    position: relative;
}
#sec_sub_news01 .block_2colbox_right h2{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

#sec_sub_news01 .block_2colbox_right p{
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px;
}

#sec_sub_news01 .block_1colbox{
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 35px;
    overflow: hidden;
}
#sec_sub_news01 .block_1colbox p{
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px;
    text-align: left;
}


#sec_sub_news01 .block_2colbox_img{
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 35px;
    overflow: hidden;
    padding: 0px 0 20px 0;
}

#sec_sub_news01 .block_2colbox_img img{
    width: 100%;
}

#sec_sub_news01 .block_2colbox_img p{
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 20px;
}

#sec_sub_news01 .block_2colbox_img_left{
    float: left;
    width: 100%;
    padding-right: 0px;
    box-sizing: border-box;
    text-align: center;
}


#sec_sub_news01 .block_2colbox_img_right{
    float: right;
    width: 100%;
    text-align: center;
    position: relative;
}

#sec_sub_news01 .block_2colbox_img_left img{
    width: 100%;
    margin-bottom: 10px;
    max-width: 580px;
    padding-right: 0;
    
}


#sec_sub_news01 .block_2colbox_img_right img{
    width: 100%;
    margin-bottom: 10px;
    max-width: 580px;
    padding-left: 0;
}




/*  画面サイズが640pxまで  */
@media screen and (min-width: 640px) {
    
    #sec_sub_news01 h1 {
        width: 100%;
        margin: 0 0 0 0;
        position: relative;
        display: inline-block;
        text-align: left;
        font-size: 20px;
        color: #FFF;
        box-sizing: border-box;
        font-weight: bold;
        letter-spacing: 0.05em;
        background: #680116;
        border-radius: 10px;
        padding: 25px 30px;
    }
    
    #sec_sub_news01 .block_2colbox_img_left{
        float: left;
        width: 50%;
        padding-right: 0px;
        box-sizing: border-box;
        text-align: left;
    }


    #sec_sub_news01 .block_2colbox_img_right{
        float: right;
        width: 50%;
        text-align: left;
        position: relative;
        text-align: right;
    }
    #sec_sub_news01 .block_2colbox_img_left img{
        width: 100%;
        margin-bottom: 20px;
        max-width: 580px;
        padding-right: 10px;
    }


    #sec_sub_news01 .block_2colbox_img_right img{
        width: 100%;
        margin-bottom: 20px;
        max-width: 580px;
        padding-left: 10px;
    }
    
    
}


/*  画面サイズが920pxまで  */
@media screen and (min-width: 920px) {
    #sec_sub_news01{
        padding:0 0 30px 0;
        margin-top: 0;
        z-index: 2;
    }
    #sec_sub_news01 .inner{
        padding: 0px 0 50px 0;
        box-sizing: border-box;
        
    }
    #sec_sub_news01 h1 {
        font-size: 28px;
    }
    
    #sec_sub_news01 .block_2colbox_right{
        float: right;
        width: calc(100% - 400px);
        padding-left: 40px;
        box-sizing: border-box;   
    }
    
    #sec_sub_news01 .block_2colbox_right h2{
        font-size: 22px;
        font-weight: bold;
        margin-bottom: 10px;
    }
    #sec_sub_news01 .block_2colbox_left{
        float: left;
        width: 400px;
        max-width: 400px;
        text-align: right;
    }
    #sec_sub_news01 .block_2colbox_right p{
        font-size: 16px;
        font-weight: normal;
        margin-bottom: 10px;
    }
    #sec_sub_news01 .block_1colbox p{
        font-size: 16px;
        font-weight: normal;
        margin-bottom: 10px;
    }
    
    #sec_sub_news01 .block_2colbox_left img{
        width: 100%;
        margin-bottom: 10px;
        max-width: 580px;
        padding-right: 0;

    }


    #sec_sub_news01 .block_2colbox_right img{
        width: 100%;
        margin-bottom: 10px;
        max-width: 580px;
        padding-left: 0;
    }

}


