@charset "utf-8";
/*--------------------------------------------------------

    global
    
    01. forPC Layout
    
    02. forSP Layout (SP + TABLET)

    03. forSP Layout (SP ONLY)

--------------------------------------------------------*/



/********************************************************************************

    01. forPC Layout

********************************************************************************/

body {
    min-width: 1200px;
    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;
    transition: 0.5s;
}
a:visited {
    color: #000;
    text-decoration: none;
}
a:hover, a:active {
    color: #000;
    opacity: .7;
}
a img, a:link img, a:visited img, a:hover img, a:active img {
    border: medium none;
    text-decoration: none;
}

a.anchor_tab {
    display: block;
    position: relative;
    top: 1px;
    visibility: hidden;
}

/* nav
   ========================================================================== */
.nav_wrap {
  height: 128px;
}
nav {
  padding: 16px 0;
  /*height: 96px;*/
  width: 100%;
  min-width: 1200px;
  background: #f2f2f2;
}
.tab_area_active nav {
    position: fixed;
    z-index: 10;
    top: 0;
}
nav ul {
    display: flex;
    justify-content: space-between;
    width: 960px;
    margin: 0 auto;
}
nav ul li {width: 32%; padding: 12px; background: #ffe6f0; border-radius: 14px; border-left: 1px solid #eee; box-sizing: border-box;}
nav ul li.active {background: #e22b8b;}
nav ul li:last-child { border-right: 1px solid #eee;}
nav ul li span { font-size: 0.9em;}

nav ul li a:link,
nav ul li a:visited {
  background: #fff;
  border-radius: 8px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.1;
  padding: 0 0 4px;
  height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2f4c8b;
  text-align: center;
  transition: opacity .25s linear;
}
nav ul li a:hover {
  opacity: 0.7;
}

/* header
   ========================================================================== */
#header_wrap {
    height: 59px;
    padding: 0 0 10px;
    background: #fffef4;
    border-bottom: 1px solid #f2b4bb;
    border-top: 9px solid #f2b4bb;
}
#header {
    margin: 0 auto;
    width: 1060px;
}
#header .lc {
    margin-top: 7px;
}
#header .rc {
    width: 262px;
}
#header #hd_logo, #header #hd_logo {
    height: 54px;
    width: 195px;
}
#header #hd_logo {
    background: url("../../img/common/hd_logo_shou_chu@1.5x.png") no-repeat 0 0;
    background-size: auto 54px;
 /*   display: block;
    cursor: default;*/
}

#header #gnav {
    float: right;
    margin-top: 20px;
}
#header #gnav li {
    float: left;
    margin: 0 0 0 25px;
}
#header #gnav li a {
    display: block;
    height: 34px;
    width: 106px;
}
#header #gnav li#gnav_menu a {
    background-image: url("../../img/common/logo_tosho_beige@1.5x.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: auto 34px;
}
#header #gnav li#gnav_menu_ten a {
    background-image: url("../../img/common/logo_ten_beige@1.5x.png");
    background-repeat: no-repeat;
    background-position: 0 5px;
    background-size: auto 25px;
}

/* ============================================================ main_view */
.main_view_wrap{
}
.main_view{
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

/* ============================================================ title */
.title_wrap{
  position: relative;
  background: #f9bb69;
}
.title_h1 {
  position: relative;
  z-index: 10;
  padding: 50px 0 170px;
  margin: 0 auto;
  width: 1060px;
}
@media screen and (max-width: 1200px) {
.title_h1 {
  padding: 30px 0 170px;
}
}

.title_h1 a {
  display: flex;
  flex-flow: column;
  position: relative;
  width: 580px;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -.05em;
}
.title_h1_head {
  padding: 0 .3em 10px;
  font-size: 35px;
}
.title_h1_line_2 {
  letter-spacing: .15em;
}
.title_h1_line_3 {
  padding: 10px .12em 0;
  font-size: 72px;
  font-weight: 400;
}

.ico_wrap {
  position: absolute;
  z-index: 5;
  left: 50%;
  transform: translate(34px, 0);
  top: 42px;
  display: inline-block;
  padding: 1px 1em 3px 1.7em;
  border: 2px solid #2f4c8b;
  border-radius: 24px;
  background: #fff;
  white-space: nowrap;
}
.ico_wrap .ico {
  color: #2f4c8b;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 27px;
}

/* ============================================================ slider */
.slider_wrap{
  position: absolute;
  z-index: 5;
  top: 270px;
  right: -310px;
  transform: rotate(-25deg);
}

/* ------------------------------
   loopSlider
------------------------------ */
.loopSliderWrap {
  top: 0;
  left: -3206px;
  height: 172px;
  overflow: hidden;
  position: absolute;
}

.loopSlider {
  margin: 0 auto;
  width: 1603px;
  height: 172px;
  text-align: left;
  position: relative;
  overflow: hidden;
}

.loopSlider ul {
  height: 172px;
  float: left;
  overflow: hidden;
}

.loopSlider ul li {
  width: 213px;
  height: 172px;
  padding: 8px;
  float: left;
  display: inline;
  overflow: hidden;
}

/* ------------------------------
   CLEARFIX ELEMENTS
------------------------------ */
.loopSliderWrap:after {
  content: "";
  display: none;
  clear: none;
}

/* ------------------------------
   loopSlider-left
------------------------------ */
.loopSlider-left-Wrap {
  top: 0;
  left: 0;
  height: 172px;
  overflow: hidden;
  position: absolute;
}

.loopSlider-left {
  margin: 0 auto;
  width: 1326px;
  height: 172px;
  text-align: left;
  position: relative;
  overflow: hidden;
}

.loopSlider-left ul {
  height: 172px;
  float: left;
  overflow: hidden;
}

.loopSlider-left ul li {
  width: 213px;
  height: 172px;
  padding: 8px;
  float: left;
  display: inline;
  overflow: hidden;
}

/* ------------------------------
   CLEARFIX ELEMENTS
------------------------------ */
.loopSlider-left-Wrap:after {
  content: "";
  display: none;
  clear: none;
}

/* footer
   ========================================================================== */
#footer {
    position: relative;
    margin: 0 auto;
    padding: 36px 0 36px;
    background: #fff;
}

#footer #copyright {
    text-align: center;
    color: #666;
    font-size: 12px;
    line-height: 1.3;
}

/* ページの 先頭へ */
.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;
}*/
.pageTop a {
    position:fixed;
    bottom:5px;
    right:5px;
    display:block;
    width:80px;
    height:80px;
    text-align:left;
    z-index:99;
}

.pageTop2 {
    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;
    background: url(../img/common/bg_contents_inner.svg) repeat;
    background-size: 1500px 1160px;
    background-position: -110px 0;
}
#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)
    *横幅が667px以下の場合
    

********************************************************************************/

@media screen and (min-width: 0px) and (max-width: 668px) {



/* ============================================================ setting */
html { height: 100%; }
body { min-width: 320px; line-height: 1.5; height: 100%; -webkit-text-size-adjust: none; color: #4a4a4a; background: #ffffff; 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; opacity: 1;}

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 */


/* ============================================================ nav */
.nav_wrap {
    height: 80px;
}
nav {
    padding: 11px 0;
    min-width: auto;
}
nav ul {
    justify-content: space-evenly;
    width: 100%;
    max-width: 400px;
}
nav ul li {
    width: 31%;
    padding: 5px;
    border-radius: 8px
}
nav ul li a:link, nav ul li a:visited {
    padding: 0 0 3px;
    width: 100%;
    height: 45px;
    border-radius: 4px;
    font-size: 13px;
}
nav ul li:nth-child(2) a:link, nav ul li:nth-child(2) a:visited {
}
nav ul li:nth-child(2n+1) {
    border-left: none;
}
nav ul li:last-child {
    border-right: none;
}
nav ul li a:hover {
  opacity: 1;
}

/* header
   ========================================================================== */
#header_wrap {
    height: 45px;
}
#header {
    width: 100%;
}
#header .lc {
    margin: 9px 0 0 5px;
}
#header .rc {
    width: 146px;
}
#header #hd_logo, #header #hd_logo {
    height: 40px;
    width: 167px;
}
#header #hd_logo {
    background: url("../../img/common/hd_logo_201911@1.5x.png") no-repeat 0 12px;
    background-size: auto 13px;
    display: block;
    cursor: default;
}
#header #gnav {
    margin: 20px 5px 0 0;
}
#header #gnav li {
    margin: 0 0 0 15px;
}
#header #gnav li a {
    background-size: 53px auto;
    height: 17px;
    width: 53px;
}
#header #gnav li#gnav_menu a {
    background-size: auto 17px;
}
#header #gnav li#gnav_menu_ten a {
    width: 55px;
    background-position: 0 2px;
    background-size: auto 13px;
}

/* ============================================================ title */
.title_wrap{
  max-height: 312px;
}
.title_h1 {
  padding: 7vw 0 144px;
  margin: 0 auto;
  width: 92%;
  max-width: 400px;
}
.title_h1 a {
  width: 100%;
  color: #fff;
  font-size: 37px;
}
.title_h1_head {
  padding: 0 .3em 5px;
  font-size: 14px;
}
.title_h1_head img {
  height: 14px;
  width: auto;
}
.title_h1_line_2 {
  letter-spacing: .15em;
}
.title_h1_line_3 {
  padding: 10px .12em 0;
  font-size: 27px;
  font-weight: 400;
}

.ico_wrap {
  transform: translate(-10%, 0) scale(.9);
  top: 6.5vw;
  padding: 0 .5em 1px .75em;
  border-radius: 18px;
}
.ico_wrap .ico {
  font-size: 11px;
  white-space: nowrap;
}

/* ============================================================ slider */
.slider_wrap{
  position: absolute;
  z-index: 5;
  top: 180px;
  right: -170px;
  transform: rotate(-25deg);
}

/* ------------------------------
   loopSlider
------------------------------ */
.loopSliderWrap {
  top: 0;
  left: -1512px;
  height: 72px;
  overflow: hidden;
  position: absolute;
}

.loopSlider {
  margin: 0 auto;
  width: 756px;
  height: 72px;
  text-align: left;
  position: relative;
  overflow: hidden;
}

.loopSlider ul {
  height: 72px;
  float: left;
  overflow: hidden;
}

.loopSlider ul li {
  width: 96px;
  height: 72px;
  padding: 6px;
  float: left;
  display: inline;
  overflow: hidden;
}

/* ------------------------------
   loopSlider-left
------------------------------ */
.loopSlider-left-Wrap {
  top: 0;
  left: 0;
  height: 72px;
  overflow: hidden;
  position: absolute;
}

.loopSlider-left {
  margin: 0 auto;
  width: 756px;
  height: 72px;
  text-align: left;
  position: relative;
  overflow: hidden;
}

.loopSlider-left ul {
  height: 72px;
  float: left;
  overflow: hidden;
}

.loopSlider-left ul li {
  width: 96px;
  height: 72px;
  padding: 6px;
  float: left;
  display: inline;
  overflow: hidden;
}

/* ============================================================ 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 */
#footer {}

#contents_inner {
    margin-top: 0;
    width: 100%;
    background-size: 130% auto;
}

#footer {
    padding: 0;
    width: 100%;
    line-height: 1;
}

/* copyright */
#footer #copyright { padding-top: 10px; padding-bottom: 15px; text-align: center; font-size: 10px; line-height: 1;}

/* ページの 先頭へ */
.pageTop,
.pageTop2 {
    min-width:0;
}
.pageTop a,
.pageTop2 a {
    width:50px;
    height:50px;
}
.pageTop2 a {
    bottom: 70px !important;
}
.pageTop a img,
.pageTop2 a img{
    right: 0;
    width:50px;
    height:50px;
}

/* ============================================================ 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
    *横幅が320px以下の場合


********************************************************************************/

@media screen and (min-width: 0px) and (max-width: 321px) {



.title_h1_head img {
    height: 11px;
}
.ico_wrap {
    transform: translate(-22%, 0) scale(.7);
}



}