@charset "UTF-8";
/*init*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block; }

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs
*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/*lib*/
/**
 * define valiables
 * 各scssファイルでよく使う値を変数定義
 */
/**
 * easing
 */
/**
 * function
 * 値を返す
 */
/**
 * mixins
 * ブロックを返す
 */
/*
デバイス定義
 */
/*
スマホの文字指定専用（横幅640px想定）
font-sizeにvwを設定
 */
/*
clearfix
 */
/*
iOS smooth scroll
 */
/*
opacity
 */
/*
fade
 */
/**
 * initiallize
 * タグ自体のstyleを記述
 */
img {
  vertical-align: bottom; }

.pci {
  display: inline !important; }
  @media screen and (max-width: 768px) {
    .pci {
      display: none !important; } }

.spi {
  display: none !important; }
  @media screen and (max-width: 768px) {
    .spi {
      display: inline !important; } }

.pc {
  display: block !important; }
  @media screen and (max-width: 768px) {
    .pc {
      display: none !important; } }

.sp {
  display: none !important; }
  @media screen and (max-width: 768px) {
    .sp {
      display: block !important; } }

.cr {
  cursor: default; }

.fade {
  transition: opacity 0.1s ease-in-out 0s; }
  .fade:hover {
    opacity: 0.7; }

.bgcolor_none {
  background-color: transparent !important; }

.no_breadcrumbsIcon:after {
  content: "" !important;
  display: inline-block;
  margin: 0 5px; }

.cf:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

/* IE6 */
* html .cf {
  zoom: 1; }

/* IE7 */
*:first-child + html .cf {
  zoom: 1; }

.noBorder {
  border: none !important; }

/*parts*/
#contents_area .andmoreBtn {
  display: block;
  position: relative;
  border-radius: 4px;
  text-align: center;
  letter-spacing: .1em;
  color: #000;
  font-weight: bold;
  font-size: 16px;
  line-height: 48px;
  cursor: pointer;
  text-indent: -99999px;
  background: url(/dog/img/top_btn_1_03.png) center center no-repeat;
  background-size: 100px auto;
  border: 1px solid #b1b2b3; }
  #contents_area .andmoreBtn:before {
    content: '';
    position: absolute;
    right: 14px;
    top: 0;
    width: 8px;
    height: 100%;
    background: url(/dog/common/image/arrow_r_bk.png) 0 50% no-repeat;
    background-size: 100%; }

#contents_area .searchBtn, #contents_area .mailBtn {
  display: block;
  position: relative;
  border-radius: 4px;
  text-align: center;
  letter-spacing: .1em;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 48px;
  cursor: pointer; }
  @media screen and (max-width: 768px) {
    #contents_area .searchBtn, #contents_area .mailBtn {
      font-size: 13px; } }
  #contents_area .searchBtn--A {
    background: #1bbecc; }
  #contents_area .searchBtn--B {
    background: #504f4e; }
  #contents_area .searchBtn:before, #contents_area .mailBtn:before {
    content: '';
    position: absolute;
    right: 14px;
    top: 0;
    width: 8px;
    height: 100%;
    background: url(/dog/common/image/arrow_r_wht.png) 0 50% no-repeat;
    background-size: 100%; }

#contents_area .mailBtn {
  background: #1bbecc; }
  @media screen and (max-width: 768px) {
    #contents_area .mailBtn {
      padding: 10px 0;
      line-height: 1.5; } }
  #contents_area .mailBtn:before {
    display: none; }

.section1 {
  width: 980px;
  margin: 0 auto;
  position: relative; }
  @media screen and (max-width: 768px) {
    .section1 {
      width: 100%; } }
  .section1__kv {
    margin-bottom: 60px; }
    @media screen and (max-width: 768px) {
      .section1__kv {
        margin-bottom: 30px; } }
  .section1__ttl {
    width: 402px;
    margin: 0 auto 30px; }
    @media screen and (max-width: 768px) {
      .section1__ttl {
        width: 86.71875%;
        margin-bottom: 10px; } }
    .section1__ttl img {
      width: 100%; }
  .section1__txt {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
    color: #000;
    letter-spacing: 2px; }
    @media screen and (max-width: 768px) {
      .section1__txt {
        font-weight: normal;
        font-size: 14px;
        margin-bottom: 21px; } }
  .section1__dog {
    position: absolute;
    bottom: -10px;
    right: 95px; }

.section2 {
  background: #f5f5f5;
  padding-bottom: 40px; }
  @media screen and (max-width: 768px) {
    .section2 {
      padding-bottom: 26px; } }
  .section2__list {
    width: 900px;
    margin: 0 auto;
    padding: 40px 0 25px;
    display: -webkit-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .section2__list::after {
      content: '';
      display: block;
      width: 292px;
      height: 0;
    }
    @media screen and (max-width: 768px) {
      .section2__list {
        width: 87.5%;
        margin: 0 auto;
        display: block;
        padding: 23px 0 15px; } }
  .section2__item {
    width: 292px;
    border: 1px solid #c4c4c4;
    border-radius: 4px;
    box-shadow: 1px 2px #c4c4c4;
    padding: 10px 14px 14px;
    box-sizing: border-box;
    background: #fff;
    margin-bottom: 10px; }
    @media screen and (max-width: 768px) {
      .section2__item {
        width: 100%;
        padding: 10px 3.75% 12px;
        margin-bottom: 5px;
        box-shadow: 0px 1px #c4c4c4; } }
    .section2__item a {
      display: block;
      font-size: 15px;
      line-height: 1.5;
      letter-spacing: 2px;
      font-weight: 700;
      color: #504f4e !important;
      background: url("../image/arrow.png") right no-repeat;
      background-size: 10px; }
      @media screen and (max-width: 768px) {
        .section2__item a {
          font-size: 14px;
          background-size: 3.214%; }
          .section2__item a span {
            font-weight: normal; } }
  .section2__txt {
    color: #ff264d;
    text-align: center;
    line-height: 1.8;
    font-weight: 700;
    font-size: 14px; }
    @media screen and (max-width: 768px) {
      .section2__txt {
        width: 87.5%;
        margin: 0 auto;
        text-align: left;
        font-size: 13px; } }

.section3 {
  width: 980px;
  margin: 0 auto 50px;
  padding: 60px 0;
  position: relative; }
  @media screen and (max-width: 768px) {
    .section3 {
      width: 87.5%;
      margin: 0 auto;
      padding: 23px 0 36px;
      border: none; } }
  .section3__txt {
    width: 619px;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .section3__txt {
        margin: 0 auto 20px;
        width: 100%; } }
  .section3__list {
    width: 742px;
    margin: 0 auto;
    padding: 40px 0 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media screen and (max-width: 768px) {
      .section3__list {
        width: 100%;
        padding: 0; } }
  .section3__item {
    width: 226px; }
    @media screen and (max-width: 768px) {
      .section3__item {
        width: 48.39286%;
        margin-bottom: 25px; } }
    .section3__item span {
      padding-top: 12px;
      text-align: center;
      font-size: 13px;
      display: block; }
      @media screen and (max-width: 768px) {
        .section3__item span {
          padding-top: 8px;
          font-size: 12px;
          line-height: 1.3; } }
  .section3__bnr {
    width: 433px;
    margin: 0 auto;
    position: relative; }
    @media screen and (max-width: 768px) {
      .section3__bnr {
        width: 100%;
        margin: 0 auto; } }
    .section3__bnr span {
      position: absolute;
      bottom: 14px;
      right: 40px;
      width: 130px;
      margin-left: auto;
      display: block; }
      @media screen and (max-width: 768px) {
        .section3__bnr span {
          width: 30.17857%;
          right: 9%;
          bottom: 11%; } }
  .section3__dog {
    width: 121px;
    position: absolute;
    bottom: 52px;
    right: 101px; }
    @media screen and (max-width: 768px) {
      .section3__dog {
        width: 32.5%;
        bottom: 43%;
        right: 5%; } }

@media print, screen and (min-width: 769px) {
  #contents_footer_navigation:before {
    background-image: url(../image/dog2.png); } }

@media screen and (max-width: 768px) {
  #contents_footer_navigation:before {
    background-image: url(../image/dog2.png);
    background-size: auto 95px; } }

@media screen and (max-width: 768px) {
  #contents_area {
    background-position: 0 18%; } }
