@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: 130px;
    visibility: hidden;
}
a.anchor_subCat {
    display: block;
    position: relative;
    top: -50px;
    visibility: hidden;
}

/* ============================================================ wrapper */
#wrapper {
    overflow: hidden;
}

/* nav
   ========================================================================== */
.nav_wrap {
  height: 128px;
}
nav {
  padding: 16px 0;
  /*height: 96px;*/
  width: 100%;
/*  min-width: 1200px;*/
  background: #faf3df;
}
.tab_area_active nav {
    position: fixed;
    z-index: 10;
    top: 0;
}
nav > ul {
    display: flex;
    justify-content: space-between;
    max-width: 960px;
    margin: 0 auto;
}
nav > ul > li {width: 32%; padding: 12px; background: #ffe6f0; border-left: 1px solid #eee; box-sizing: border-box;}
nav ul li.active {background: #f97c9c;}
/*nav ul li:last-child { border-right: 1px solid #eee;}*/
nav ul li span { /*font-size: 0.9em;*/}

#shou-home nav ul li.nav_01 {background: #f97c9c;}
#shou-lets-try nav ul li.nav_02 {background: #f97c9c;}
#shou-link-post nav ul li.nav_03 {background: #f97c9c;}

nav > ul > li > a,
nav > ul > li > a:visited {
  background: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: min(2.8vw, 24px);
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.1;
  padding: 4px 0 8px;
  height: 60px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  color: #333;
  text-align: center;
  transition: opacity .25s linear;
}
nav ul li a:hover {
  opacity: 0.7;
  cursor: pointer;
}

/* dropmenu
   ========================================================================== */
.dropmenu {
    margin: 0 auto;
}
.dropmenu li {
    position: relative;
}
.dropmenu li .dropmenu_children a {
    display: block;
    margin: 0;
    padding: 22px 15px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    background: #fff;
    cursor: pointer;
}
.dropmenu li.linex2 a {
    padding: 13px 15px;
}
.dropmenu li#js_cat > a:after {
    content: '';
    display: inline-block;
    position: absolute;
    right: 6%;
    top: 45%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #000 transparent transparent transparent;
}
.dropmenu li ul {
    position: absolute;
    width: 100%;
    z-index: 88;
    top: 100%;
    left: 0;
}
.dropmenu li ul li{
    overflow: hidden;
    height: 0;
    transition: .2s;
}
.dropmenu li ul li a{
    border: 1px solid #ffe6f0;
    background: #efefef;
    color: #333333;
}
.dropmenu li ul li a:after {
    content: none;
}
.dropmenu li ul li:first-child a{
    border-top: none;
}
@media screen and (min-width: 1025px) {
    .dropmenu li:hover a:after {
        transform: rotate(180deg);
        transition: .1s;
    }
    .dropmenu li:hover ul li{
        overflow: visible;
        height: 58px;
    }
    .dropmenu li ul li a:hover {
        background: #ffceda;
        transition: .5s;
        opacity: 1;
    }
}
@media screen and (max-width: 1024px) {
    .dropmenu li.active_sp a:after {
        transform: rotate(180deg);
        transition: .1s;
    }
    .dropmenu li ul li{
        width: 125%;
    }
    .dropmenu li.active_sp ul li{
        overflow: visible;
        height: 43px;
        max-width: 307px;
        padding: 0;
    }
    .dropmenu li .dropmenu_children a {
    padding: 16px 5%;
    font-size: min(2.8vw, 16px);
    }
    .dropmenu li.linex2 a {
    padding: 6px 5%;
    }
    .dropmenu li#js_cat > a:after {
    right: 6%;
    top: 48%;
    }

}

@media screen and (max-width: 668px) {
    .dropmenu li ul li{
        width: 140%;
    }
    .dropmenu li .dropmenu_children a {
    font-size: min(2.8vw, 11px);
    }
    .dropmenu li#js_cat > a:after {
    right: 7%;
    border-width: 5px 3px 0 3px;
    }

}


/* 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;
    max-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{
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

/* ============================================================ index main_view */
#index .main_view{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  padding: 0 0 80px;
  background: #fffaf6;
}

@media screen and (max-width: 1200px) {
#index .main_view{
  min-height: 1400px;
}
}

/* ============================================================ title */
.title_wrap{
  position: relative;
  background: #ddd;
}
.title_wrap_shou{
  background: #c6dfea;
}
.title_wrap_chu{
  background: #cedbc9;
}

.title_h1 {
  position: relative;
  /*z-index: 10;*/
  padding: 40px 0 90px;
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (max-width: 1200px) {
.title_h1 {
}
}

.title_h1 a {
  display: flex;
  flex-flow: column;
  position: relative;
  width: 52.5%;
  color: #777;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: min(6.69vw, 87px);
  font-weight: 500;
  font-feature-settings: "palt";
  line-height: 1.1;
  letter-spacing: -.05em;
  text-align: center;
}
.title_h1.title_h1_shou a {
  line-height: .95;
}
.title_h1.title_h1_chu a {
  line-height: .95;
}
.title_h1_head {
/*  height: 85px;*/
  width: 65.2%;
  margin: 0 auto;
}
.title_h1_line_0, .title_h1_line_1, .title_h1_line_2 {
  color: #f97c9c;
}
.title_h1_line_0 {
  font-size: min(5vw, 50px);
  letter-spacing: 0;
}
.title_h1_line_0_head {
  font-size: min(6vw, 60px);
}
.title_h1_line_1 {
/*  font-size: 104px;*/
}
.title_h1_line_1_head {
  position: relative;
  top: 0.06em;
  font-size: min(10vw, 130px);
}
.title_h1_line_2_head {
  font-size: min(9.23vw, 120px);
}
.title_h1_line_3 {
  display: flex;
  margin: 25px auto 0;
  font-size: min(3.69vw, 48px);
  font-weight: 400;
  letter-spacing: 0;
}

.title_h1_line_3_guide {
  position: relative;
  display: flex;
  align-items: center;
  padding: 4px 25px 9px 15px;
  height: 53px;
  background: #fff;
  color: #2f4c8b;
  font-weight: 500;
}

.title_h1_line_3_shou,
.title_h1_line_3_chu {
  display: flex;
  align-items: center;
  padding: 4px 15px 9px;
  height: 53px;
  color: #fff;
}

.ribbon_guide{
  position: relative;
  z-index: 5;
  background-color: #fff;
  text-align: center;
}
.ribbon_guide:after,
.ribbon_guide:before{
  display: block;
  content: '';
  position: absolute;
  top:0;
  border-top: 33px solid #fff;
  border-bottom: 33px solid #fff;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}
.ribbon_guide:after{ left: -15px; }
.ribbon_guide:before{ right: -15px; }

.ribbon_shou{
  position: relative;
  z-index: 5;
  background-color: #54a2c4;
  text-align: center;
}
.ribbon_shou:after,
.ribbon_shou:before{
  display: block;
  content: '';
  position: absolute;
  top:0;
  border-top: 33px solid #54a2c4;
  border-bottom: 33px solid #54a2c4;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}
.ribbon_shou:after{ left: -15px; }
.ribbon_shou:before{ right: -15px; }

.ribbon_chu{
  position: relative;
  z-index: 5;
  background-color: #719e5c;
  text-align: center;
}
.ribbon_chu:after,
.ribbon_chu:before{
  display: block;
  content: '';
  position: absolute;
  top:0;
  border-top: 33px solid #719e5c;
  border-bottom: 33px solid #719e5c;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}
.ribbon_chu:after{ left: -15px; }
.ribbon_chu:before{ right: -15px; }

.ico_wrap {
  position: absolute;
  z-index: 5;
  right: 6%;
  bottom: 38px;
}

/* ============================================================ index title */
#index .title_wrap {
  position: relative;
  margin: 80px 10px 0;
  max-height: 846px;
  width: 590px;
  background: #ddd;
}
#index .title_wrap:after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
  height: calc(100% - 30px);
  width: calc(100% - 30px);
  border: 3px solid #999;
}

#index .title_wrap_shou{
  background: #c6dfea;
}
#index .title_wrap_shou:after {
  border: 3px solid #54a2c4;
}
#index .title_wrap_chu{
  background: #cedbc9;
}
#index .title_wrap_chu:after {
  border: 3px solid #719e5c;
}

#index .title_wrap a{
  position: relative;
  z-index: 5;
  display: block;
  padding: 0 0 60px;
}

#index .title_h1 {
  position: relative;
  /*z-index: 10;*/
  padding: 40px 0 0;
  margin: 0 auto;
  width: auto;
}
@media screen and (max-width: 1200px) {
#index .title_h1 {
}
}

#index .title_h1 .title_h1_inner {
  display: flex;
  flex-flow: column;
  position: relative;
  width: auto;
  color: #777;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 68px;
  font-weight: 500;
  font-feature-settings: "palt";
  line-height: 1.1;
  letter-spacing: -.05em;
  text-align: center;
}
#index .title_h1.title_h1_shou .title_h1_inner {
  line-height: .95;
}
#index .title_h1.title_h1_chu .title_h1_inner {
  line-height: .95;
}
#index .title_h1_head {
  height: 65px;
}
#index .title_h1_line_0 {
  font-size: min(4vw, 40px);
}
#index .title_h1_line_0_head {
  font-size: min(5vw, 50px);
}
#index .title_h1_line_1, .title_h1_line_2 {
  color: #f97c9c;
}
#index .title_h1_line_1 {
  font-size: 81px;
}
#index .title_h1_line_1_head {
  font-size: 101px;
}
#index .title_h1_line_2_head {
  font-size: 93px;
}
#index .title_h1_line_3 {
  display: flex;
  margin: 25px auto 0;
  font-size: 34px;
  font-weight: 400;
  letter-spacing: 0;
}

#index .title_h1_line_3_guide {
  position: relative;
  display: inline-block;
  padding: 8px 5px 5px 10px;
  height: 37px;
  background: #fff;
  color: #2f4c8b;
  font-size: 30px;
  font-weight: 500;
}
#index .title_h1_line_3_guide_inner {
  font-size: 23px;
}

#index .title_h1_line_3_shou {
  display: inline-block;
  padding: 4px 25px 9px 10px;
  height: 37px;
  background: #54a2c4;
  color: #fff;
}
#index .title_h1_line_3_chu {
  display: inline-block;
  padding: 4px 25px 9px 10px;
  height: 37px;
  background: #719e5c;
  color: #fff;
}

#index .ribbon_guide{
  position: relative;
  z-index: 5;
  background-color: #fff;
  text-align: center;
}
#index .ribbon_guide:after{
  display: block;
  content: '';
  position: absolute;
  top:0;
  border-top: 25px solid #fff;
  border-bottom: 25px solid #fff;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}
#index .ribbon_guide:before{
  display: block;
  content: '';
  position: absolute;
  top:0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-right: 15px solid transparent;
  border-left: 15px solid #fff;
}
#index .ribbon_guide:after{ left: -15px; }
#index .ribbon_guide:before{ right: -28px; }

#index .ribbon_shou{
  position: relative;
  z-index: 5;
  background-color: #54a2c4;
  text-align: center;
}
#index .ribbon_shou:after,
#index .ribbon_shou:before{
  display: block;
  content: '';
  position: absolute;
  top:0;
  border-top: 25px solid #54a2c4;
  border-bottom: 25px solid #54a2c4;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}
#index .ribbon_shou:after{ left: -15px; }
#index .ribbon_shou:before{ right: -15px; }

#index .ribbon_chu{
  position: relative;
  z-index: 5;
  background-color: #719e5c;
  text-align: center;
}
#index .ribbon_chu:after,
#index .ribbon_chu:before{
  display: block;
  content: '';
  position: absolute;
  top:0;
  border-top: 25px solid #719e5c;
  border-bottom: 25px solid #719e5c;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}
#index .ribbon_chu:after{ left: -15px; }
#index .ribbon_chu:before{ right: -15px; }

#index .ico_wrap {
  position: absolute;
  z-index: 5;
  left: 50%;
  transform: translate(245px, 0);
  bottom: 30px;
}

/* ============================================================ slider */
.slider_wrap{
  position: absolute;
  z-index: 5;
  top: 60px;
  left: 50%;
  transform: translate(13%, 0);
  height: auto;
  width: 42.4%;
  max-width: 550px;
  background: url(../img/common/bg_slider@2x.png) no-repeat center;
  background-size: 100% auto;
}

/* ------------------------------
   slick
------------------------------ */
.slider {
  overflow: hidden;
  margin: 65px auto;
  height: auto;
  width: 74%;
  border-radius: 4px;
}
.slick-slide img {
  object-fit: cover;
  height: auto;
  width: 100%;
}
.slide{
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-initialized .slide{
  display: block;
}

/* ============================================================ index slider */
#index .slider_wrap{
  position: relative;
  z-index: 5;
  top: 0px;
  left: 50%;
  transform: translate(-50%, 0);
  height: 393px;
  width: 450px;
  background: url(../img/common/bg_slider@2x.png) no-repeat center;
  background-size: 450px auto;
}

#index .slider {
  overflow: hidden;
  position: relative;
  top: 71px;
  margin: 0 auto;
  height: 253px;
  width: 335px;
  border-radius: 4px;
}

/* 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;
}
#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; }

a.anchor_tab {
    top: 0;
}
a.anchor_subCat {
    top: -20px;
}

/* ============================== 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;
}
nav > ul > li > a, nav > ul > li > a:visited {
    padding: 0 0 1px;
    width: 100%;
    height: 35px;
    font-size: 11px;
}
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;
}

/* ============================================================ index main_view */
#index .main_view{
  flex-wrap: wrap;
  min-height: auto;
}

/* ============================================================ title */
.title_wrap{
  padding: 0 0 18px;
  max-height: 312px;
}
.title_h1 {
  padding: 6px 0 0;
  margin: 0 auto;
  width: 92%;
  max-width: 400px;
  min-height: auto;
}
.title_h1 a {
  width: 100%;
  color: #fff;
  font-size: 33px;
}
.title_h1_head {
  height: 34px;
}
.title_h1_head img {
  height: 20px;
  width: auto;
}
.title_h1_line_1 {
/*  font-size: 40px;*/
}
.title_h1_line_1_head {
    font-size: 49px;
}
.title_h1_line_2 {
}
.title_h1_line_2_head {
    font-size: 46px;
}
.title_h1_line_3 {
  margin: 6px auto 0;
  font-size: 17px;
}
.title_h1_line_3_guide {
    padding: 2px 10px 4px 6px;
    height: 18px;
}
.title_h1_line_3_shou,
.title_h1_line_3_chu {
  padding: 2px 8px 4px;
  height: 18px;
}

.ribbon_guide:after,
.ribbon_guide:before{
  border-top: 12px solid #fff;
  border-bottom: 12px solid #fff;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.ribbon_guide:after{ left: -6px; }
.ribbon_guide:before{ right: -6px; }

.ribbon_shou:after,
.ribbon_shou:before{
  border-top: 12px solid #54a2c4;
  border-bottom: 12px solid #54a2c4;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.ribbon_shou:after{ left: -6px; }
.ribbon_shou:before{ right: -6px; }

.ribbon_chu:after,
.ribbon_chu:before{
  border-top: 12px solid #719e5c;
  border-bottom: 12px solid #719e5c;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.ribbon_chu:after{ left: -6px; }
.ribbon_chu:before{ right: -6px; }

.ico_wrap {
    width: 96px;
    left: auto;
    right: 4%;
    transform: translate(0, 0);
    bottom: 15px;
}
.ico_wrap .ico {
  font-size: 11px;
  white-space: nowrap;
}

/* ============================================================ index title */
#index .title_wrap {
  margin: 10px 4%;
  max-height: auto;
  width: 92%;
  max-width: 400px;
}
#index .title_wrap:first-child {
  margin: 20px 4% 10px;
}
#index .title_wrap:last-child {
  margin: 10px 4% 20px;
}
#index .title_wrap a{
  padding: 0 0 5px;
}

#index .title_wrap:after {
    height: calc(100% - 20px);
    width: calc(100% - 20px);
    border: 2px solid #999;
}
#index .title_wrap_shou:after {
  border: 2px solid #54a2c4;
}
#index .title_wrap_chu:after {
  border: 2px solid #719e5c;
}

#index .title_h1 {
  padding: 10px 0 0;
}
#index .title_h1 .title_h1_inner {
    font-size: 33px;
}
#index .title_h1_head {
    height: 34px;
}
#index .title_h1_line_1 {
    font-size: 40px;
}
#index .title_h1_line_1_head {
    font-size: 49px;
}
#index .title_h1_line_2_head {
    font-size: 46px;
}
#index .title_h1_line_3 {
    margin: 10px auto 0;
    font-size: 17px;
}
#index .title_h1_line_3_guide {
    padding: 2px 10px 4px 6px;
    height: 18px;
    font-size: 17px;
}
#index .title_h1_line_3_guide_inner {
    font-size: 13px;
}

#index .title_h1_line_3_shou {
  padding: 2px 10px 4px 6px;
  height: 18px;
}
#index .title_h1_line_3_chu {
  padding: 2px 10px 4px 6px;
  height: 18px;
}

#index .ribbon_guide:after{
  border-top: 12px solid #fff;
  border-bottom: 12px solid #fff;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
#index .ribbon_guide:before{
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 6px solid transparent;
  border-left: 6px solid #fff;
}
#index .ribbon_guide:after{ left: -6px; }
#index .ribbon_guide:before{ right: -11px; }

#index .ribbon_shou:after,
#index .ribbon_shou:before{
  border-top: 12px solid #54a2c4;
  border-bottom: 12px solid #54a2c4;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
#index .ribbon_shou:after{ left: -6px; }
#index .ribbon_shou:before{ right: -6px; }

#index .ribbon_chu:after,
#index .ribbon_chu:before{
  border-top: 12px solid #719e5c;
  border-bottom: 12px solid #719e5c;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
#index .ribbon_chu:after{ left: -6px; }
#index .ribbon_chu:before{ right: -6px; }


/* ============================================================ slider */
.slider_wrap{
  position: relative;
  z-index: 5;
  top: 5px;
  transform: translate(-50%, 0);
  height: 110px;
  width: 138px;
  background-size: 138px auto;
}

/* ------------------------------
   slick
------------------------------ */
.slider {
  top: 17px;
  margin: 0 auto;
  height: 78px;
  width: 102px;
}
.slick-slide {
}
.slick-slide img {
    height: auto;
}

/* ============================================================ index slider */
#index .slider_wrap{
  position: relative;
  z-index: 5;
  top: 7px;
  left: 50%;
  transform: translate(-50%, 0);
  height: 110px;
  width: 138px;
  background-size: 138px auto;
}

#index .slider {
  overflow: hidden;
  position: relative;
  top: 17px;
  margin: 0 auto;
  height: 78px;
  width: 102px;
}

/* ============================================================ 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);
}



}