@charset "utf-8";
/*--------------------------------------------------------

    global
    
    01. forPC Layout
    
    02. forSP Layout (SP + TABLET)

    03. forSP Layout (SP ONLY)

--------------------------------------------------------*/



/********************************************************************************

    01. forPC Layout

********************************************************************************/

body {
    min-width: 1200px;
    background: #44af35;
    color: #000;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    line-height: 1.5;
}
table {
    border-spacing: 0;
}
a {
    color: #000;
}
a:link {
    color: #000;
    text-decoration: none;
}
a:visited {
    color: #000;
    text-decoration: none;
}
a:hover, a:active {
    color: #000;
}
a img, a:link img, a:visited img, a:hover img, a:active img {
    border: medium none;
    text-decoration: none;
}

/* header
   ========================================================================== */
#wrapper {
}
#header_wrap {
}

#header {
}
#header .lc {
    margin: 50px 20px 0;
}
#header #hd_logo, #header #hd_logo {
}
#header #hd_logo {
}

#sp-head {
    display: none;
}
#sp-navi {
    display: none;
}


/* header 202111
   ========================================================================== */
#header_wrap.header_wrap_202111 {
    position: relative;
    z-index: 5;
    margin: 0 auto;
    width: 1190px;
}
@media screen and (max-width:1024px){
#header_wrap.header_wrap_202111 {
    min-width: 990px;
}
}

.header_wrap_202111 #header {
    position: absolute;
    margin: 0 0 0 -300px;
    top: 20px;
    left: 50%;
}
.header_wrap_202111 #header .lc {
    margin: 50px 0 0;
}
.header_wrap_202111 #header #hd_logo {
    width: 600px;
    margin: 0 auto;
    display: block;
    cursor: default;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}
.header_wrap_202111 header {
    position: relative;
    top: 100px;
    width: 960px;
    margin: 0 auto;
}
.header_wrap_202111 nav {
  height: 54px;
  background: #f9f9f9;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
}
.header_wrap_202111 nav ul {
    width: 1200px;
    margin: 0 auto;
}
.header_wrap_202111 nav ul li { float: left; width: 300px; border-left: 1px solid #eee; box-sizing: border-box;}
.header_wrap_202111 nav ul li:last-child { border-right: 1px solid #eee;}
.header_wrap_202111 nav ul li span { font-size: 0.9em;}

.header_wrap_202111 nav ul li a:link,
.header_wrap_202111 nav ul li a:visited {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.2;
  padding: 2px 0 0;
  width: 300px;
  height: 50px;
  display: table-cell;
  vertical-align: middle;
  color: #0096e0;
  text-align: center;
  transition: opacity .25s linear;
}
.header_wrap_202111 nav ul li a:hover {
  opacity: 0.7;
}

#gnav {
  position: absolute;
    right: 120px;
    top: 30px;
    height: 98px;
    width: 125px;
    margin: 0 auto;
}
@media screen and (max-width:1024px){
#gnav {
    max-width: 990px;
}
}

#gnav li {
    background: #fff;
    margin: 5px 0px 3px;
    border-radius: 6px;
}
#gnav li#gnav_menu a {
    background: url("../img/common/head_btn_tosho.png") no-repeat center 3px #fff;
    background-size: auto 34px;
}
#gnav li#gnav_menu_ten a {
    background: url("../img/common/head_btn_enet.png") no-repeat center 8px #fff;
    background-size: auto 28px;
}
#gnav li#gnav a {
   background-size: auto 26px;
}
#gnav li#gnav_menu_ten {
    float: right;
}
#gnav li#gnav_menu {
    float: left;
}
#gnav li a {
    display: block;
    height: 40px;
    width: 125px;
}

/* shortcut
   ========================================================================== */
#shortcut_wrap {
}
#shortcut_wrap nav {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 1000;
  margin: -76px 0 0;
}
#shortcut_wrap nav ul {
    width: 200px;
    margin: 0 auto;
}
#shortcut_wrap nav ul li { position: relative; float: left; box-sizing: border-box; padding: 0 0 10px; background: #f9f9f9;}
#shortcut_wrap nav ul li span { position: relative; z-index: 5;}

#shortcut_wrap nav ul li a:link,
#shortcut_wrap nav ul li a:visited {
  padding: 2px 0 0;
  height: 50px;
  width: 200px;
  display: table-cell;
  vertical-align: middle;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.1;
  text-align: center;
}
#shortcut_wrap nav ul li a:after {
  position: absolute;
  left: 50%;
  top: 73.5%;
  content: "";
  width: 10px;
  height: 10px;
  /* 角度をつける（135度） */
  transform: rotate(135deg) skew(10deg, 10deg);
  background-color: #f9f9f9; /* 色をなくせばくの字になる */
  margin: 0 0 0 -6px;
}
#shortcut_wrap nav ul li.sc01 {
  /*background: #d6e5d1;*/
  background: rgba(214, 229, 209, 0.8);
}
#shortcut_wrap nav ul li.sc01 a {
  border-bottom: 2px solid #4d983c;
  color: #4d983c;
}
#shortcut_wrap nav ul li.sc01 a:after {
  border-top: solid 2px #4d983c;
  border-right: solid 2px #4d983c;
  background-color: #d6e5d1; /* 色をなくせばくの字になる */
}
#shortcut_wrap nav ul li.sc02 {
  /*background: #ffe6e6;*/
  background: rgba(255, 230, 230, 0.8);
}
#shortcut_wrap nav ul li.sc02 a {
  border-bottom: 2px solid #fd5554;
  color: #fd5554;
}
#shortcut_wrap nav ul li.sc02 a:after {
  border-top: solid 2px #fd5554;
  border-right: solid 2px #fd5554;
  background-color: #ffe6e6; /* 色をなくせばくの字になる */
}
#shortcut_wrap nav ul li.sc03 {
  /*background: #ffdcbd;*/
  background: rgba(255, 220, 189, 0.8);
}
#shortcut_wrap nav ul li.sc03 a {
  border-bottom: 2px solid #f08c1e;
  color: #f08c1e;
}
#shortcut_wrap nav ul li.sc03 a:after {
  border-top: solid 2px #f08c1e;
  border-right: solid 2px #f08c1e;
  background-color: #ffdcbd; /* 色をなくせばくの字になる */
}
#shortcut_wrap nav ul li.sc03 a:link, #shortcut_wrap nav ul li.sc03 a:visited {
}

/* footer
   ========================================================================== */
#footer {
    position: relative;
    margin: 0 auto;
    padding: 20px 0;
    background: #44af35;
    color: #fff;
}

#footer #copyright {
    text-align: center;
}

/* ページの 先頭へ */
.pageTop {
    display:none;
    position:relative;
    width:100%;
    min-width:960px;
    margin:0 auto;
}
.pageTop a {
    position:fixed;
    bottom:5px;
    right:0;
    display:block;
    width:70px;
    height:70px;
    text-align:left;
    z-index:99;
}

.pageTop2 {
    /*display:none; 修正161227 */
    position:relative;
    width:100%;
    min-width:960px;
    margin:0 auto;
}
.pageTop2 a {
    position:fixed;
    bottom: 100px !important;
    right:5px;
    display:block;
    width:80px;
    height:80px;
    text-align:left;
    z-index:99;
}

#contents {
    color: #333333;
}
#contents_inner {
    height: auto !important;
    min-height: 500px;
}
#sub_contents {
    float: left;
    width: 194px;
}

.first_text {
    margin-top: 0 !important;
}
.annotation {
    font-size: 86%;
    margin-top: 14px;
}
.hd_first {
    margin-top: 0 !important;
}
.align_l {
    text-align: left;
}
.align_r {
    text-align: right;
}
.align_c {
    text-align: center;
}
.caution_list {
    margin-top: 21px;
}
.caution_list li {
    font-size: 86%;
}
.note {
    font-size: 86%;
}
.font_b {
    font-weight: bold;
}
.img_left {
    float: left;
    margin-bottom: 10px;
    margin-right: 20px;
}
.img_right {
    float: right;
    margin-bottom: 10px;
    margin-left: 20px;
}
.sec_nav_content {
    padding-bottom: 10px;
}

.sec_internal_link {
    margin-top: 21px;
}

.sec_pagetop {
    margin-top: 21px;
}
.sec_pagetop p.pagetop {
    float: right;
    font-size: 86%;
}
#contents p.pagetop {
    margin-top: 0;
}
.box_radius_8rad {
    border-radius: 8px;
}
.box_radius_5rad {
    border-radius: 5px;
}
.box_radius_gry01 {
    background-color: #f7f7f7;
    border: 1px solid #cccccc;
    border-radius: 5px;
    padding: 12px;
}
.box_solid_gry01 {
    border: 1px solid #cccccc;
    padding: 12px;
}






/********************************************************************************

    02. forSP Layout (SP)
    *横幅が737pxより小さい場合
    

********************************************************************************/

@media screen and (min-width: 0px) and (max-width: 737px) {



/* ============================================================ setting */
html { height: 100%; }
body { min-width: 320px; line-height: 1.5; height: 100%; -webkit-text-size-adjust: none; color: #4a4a4a; font-size: 14px; font-family: sans-serif; }

a { color: #000; }
a:link,
a:visited { color: #000; text-decoration: none; }
a:hover,
a:active { color: #000; text-decoration: none; }

a img, a:link img, a:visited img, a:hover img, a:active img { border: none; text-decoration: none; }

ul { list-style: none; }

/* ============================== clearfix */
/* For modern browsers */
.clr:before,
.mc:before,
.ms:before,
.clr:after,
.mc:after,
.ms:after { content: ""; display: table; }

.clr:after,
.mc:after,
.ms:after { clear:both; }

.clr,
.mc,
.ms { zoom:1; }

/* hide text */
.hidetxt, .hd { text-indent: -9999px; overflow: hidden; }
.hidetxt a, .hd a { overflow: hidden; }

/* ============================== multi column */
.ms {  }
.ls { float: left; }
.rs { float: right; }

.mc {  }
.lc { float: left; }
.rc { float: right;}

.align_l { text-align: left !important; }
.align_r { text-align: right !important; }
.align_c { text-align: center !important; }

.ofz { overflow: hidden; zoom: 1; }

.indent { padding-left: 1em; text-indent: -1em; }

/* ============================================================ wrapper */


/* ============================================================ header */


/* header 202111
   ========================================================================== */
#header_wrap.header_wrap_202111 {
    display: block;
    height: auto;
    width: 100%;
    min-width: auto;
    background-size: auto 17px;
}
.header_wrap_202111 #header {
    width: 100%; 
    position: relative;
    margin: 0;
    top: 0;
    left: 0;
    margin: 0 0 5px;
}
.header_wrap_202111 #header .lc {
    margin: 30px 0 0 3%;
    width: 83%;
}
.header_wrap_202111 #header #hd_logo {
    width: 100%;
    font-size: 18px;
}
.header_wrap_202111 #header #hd_logo img {
    height: auto;
    width: 80%;
}
.header_wrap_202111 #header #hd_logo span{
    display: none;
}
.header_wrap_202111 header {
    top: 56px;
    width: 100%;
}

.header_wrap_202111 nav {
    height: 60px;
}
.header_wrap_202111 nav ul {
    width: 100%;
}
.header_wrap_202111 nav ul li {
    display: table;
    width: 50%;
    border-bottom: 1px solid #eee;
}
.header_wrap_202111 nav ul li a:link, .header_wrap_202111 nav ul li a:visited {
    padding: 0 0 0;
    width: 100%;
    height: 30px;
    font-size: 12px;
}
.header_wrap_202111 nav ul li:nth-child(2) a:link, .header_wrap_202111 nav ul li:nth-child(2) a:visited {
  letter-spacing: -0.06em;
}
.header_wrap_202111 nav ul li:nth-child(2n+1) {
    border-left: none;
}
.header_wrap_202111 nav ul li:last-child {
    border-right: none;
}

#gnav {
    right: auto;
    top: 5px;
    display: flex;
    justify-content: space-between;
    height: 24px;
    width: 100%;
    margin: 2px auto 2px;
    padding: 0 0;
}
#gnav li {
  margin: 0 2%;
  border-radius: 4px;
}
#gnav li a {
    height: 24px;
    width: 70px;
}
#gnav li#gnav_menu a {
    background-size: auto 18px;
    background-position: center center;
}
#gnav li#gnav_menu_ten a {
    background-size: auto 16px;
    background-position: center center;
}

/* shortcut
   ========================================================================== */
#shortcut_wrap nav ul {
    width: 80px;
}
#shortcut_wrap nav ul li a:link, #shortcut_wrap nav ul li a:visited {
    padding: 2px 0 0;
    height: 50px;
    width: 80px;
    font-size: 11px;
    letter-spacing: -0.03em;
}
#shortcut_wrap nav ul li.sc03 a:link, #shortcut_wrap nav ul li.sc03 a:visited {
    letter-spacing: -0.105em;
}

/* ============================================================ contents */
#contents .brown{ color:#902000; font-size:129%; font-weight:bold;}
#contents .font-b{ font-weight:bold;}

/* ============================================================ main_contents */
#main_contents > h1 { padding-top: 6px; padding-bottom: 6px; background-color: #dc884c; color: #ffffff; text-align: center; border-bottom: #a42607 1px solid; }
#main_contents h2 ,
#main_contents #sec_campaign h2 { background-color: #efe0cb; padding: 7px 10px; font-weight: bold; color: #993300;
-webkit-border-radius: 5px;
border-radius: 5px;
}

/* ============================================================ footer */
#contents_inner {
    margin-top: 0;
    width: 100%;
}

#footer {
    padding: 0;
    width: 100%;
    line-height: 1;
}

/* copyright */
#footer #copyright { padding-top: 10px; padding-bottom: 15px; text-align: center; font-size: 10px; }

/* ページの 先頭へ */
.pageTop,
.pageTop2 {
    min-width:0;
}
.pageTop a,
.pageTop2 a {
    right: 0;
    width:40px;
    height:40px;
}
.pageTop2 a {
    bottom: 65px !important;
}
.pageTop a img,
.pageTop2 a img{
    right: 0;
    width:40px;
    height:40px;
}

/* ============================================================ heading */


/* ============================================================ module */

/* copyright */
#main_contents .copyright { font-size: 12px; }

#hd_nav { z-index:100; }
#lower a:link, #lower a:visited{ text-decoration:underline; }

#g_nav{ width:100%; }
#g_nav ul { display: table; width: 100%; overflow:hidden;}
#g_nav ul li { display: table-cell; vertical-align: middle; overflow:hidden; width:33%;}
#g_nav ul li a { display: block; width: 100%;}
#g_nav ul li img{ width: 100%; }


}





/********************************************************************************

    03. forSP Layout (SP ONLY)
    *横幅が667px未満の場合
    

********************************************************************************/

@media screen and (min-width: 0px) and (max-width: 667px) {

/* ページの 先頭へ */
.pageTop2 {
    display: none !important;
}


}