@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 only screen and (max-width: 768px) {
    .pci {
      display: none !important; } }

.spi {
  display: none !important; }
  @media only screen and (max-width: 768px) {
    .spi {
      display: inline !important; } }

.pc {
  display: block !important; }
  @media only screen and (max-width: 768px) {
    .pc {
      display: none !important; } }

.sp {
  display: none !important; }
  @media only 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 only 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 only screen and (max-width: 768px) {
    #contents_area .mailBtn {
      padding: 10px 0;
      line-height: 1.5; } }
  #contents_area .mailBtn:before {
    display: none; }

#contents_area {
  background: #fff;
  box-sizing: border-box; }

.section1 {
  width: 980px;
  margin: 0 auto 60px;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .section1 {
      width: 100%;
      margin: 0 auto 41px; } }
  .section1__kv {
    margin-bottom: 60px; }
    @media only screen and (max-width: 768px) {
      .section1__kv {
        margin-bottom: 34px; } }
  .section1__ttl {
    text-align: center;
    margin-bottom: 42px; }
    @media only screen and (max-width: 768px) {
      .section1__ttl {
        margin-bottom: 35px; } }
  .section1__ttlIcon {
    position: relative;
    display: block;
    background-size: contain;
    vertical-align: middle;
    margin-bottom: 50px; }
    @media only screen and (max-width: 768px) {
      .section1__ttlIcon {
        width: 51.25%;
        height: 16.875vw;
        margin: 0 auto 10%; } }
    .section1__ttlIcon span {
      text-indent: -9999px;
      display: block;
      font-size: 0; }
      @media only screen and (max-width: 768px) {
        .section1__ttlIcon span {
          font-size: 17px;
          height: 16%; } }
  .section1__ttlTxt {
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
    margin-right: 24px;
    padding-top: 20px; }
    @media only screen and (max-width: 768px) {
      .section1__ttlTxt {
        width: 72.96875%;
        margin-left: 2.5%;
        margin-right: 0;
        padding-top: 0; } }

.section2__cont2BoxWrap {
  padding-bottom: 20px; }

.section2__cont3BoxWrap {
  padding-bottom: 65px; }

.section3__cont4BoxWrap {
  padding-bottom: 50px; }

.section3__dog {
  text-align: center;
  padding-bottom: 50px; }
  .section3__dog img {
    width: 311px; }

.cont1Box {
  width: 850px;
  margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    .cont1Box {
      width: 90.625%; } }
  .cont1Box__wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: url(../image/manner/bg.png) repeat;
    padding: 20px; }
    .cont1Box__wrap h3 {
      display: block;
      margin: 0 auto 10px;
      text-align: center; }
    .cont1Box__wrap p {
      text-align: center;
      font-size: 14px; }
      @media only screen and (max-width: 768px) {
        .cont1Box__wrap p {
          margin-bottom: 3.44828%;
          font-size: 12px; } }
  .cont1Box__read {
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 1.7; }
    @media only screen and (max-width: 768px) {
      .cont1Box__read {
        padding: 5%;
        line-height: 1.7;
        font-size: 14px; } }
  @media only screen and (max-width: 768px) {
    .cont1Box__list {
      display: block; } }
  .cont1Box__list h4 {
    display: block;
    color: #1f3372;
    text-align: center;
    position: relative;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 1em; }
    .cont1Box__list h4:after {
      content: '';
      position: absolute;
      bottom: -4px;
      left: 43%;
      height: 7px;
      width: 38px;
      border-bottom: 2px solid #1d3171; }
  .cont1Box__list .description {
    text-align: left; }
    @media only screen and (max-width: 768px) {
      .cont1Box__list .description {
        font-size: 14px; } }
  @media only screen and (max-width: 768px) {
    .cont1Box__list {
      font-size: 16px; } }
  .cont1Box__list ul {
    margin: 10px; }
    @media only screen and (max-width: 768px) {
      .cont1Box__list ul {
        margin: 0;
        width: 100%;
        text-align: center; } }
  .cont1Box__list li {
    width: 240px;
    height: 150px;
    padding: 10px;
    vertical-align: top;
    display: inline-block;
    background: #fff;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2); }
    @media only screen and (max-width: 768px) {
      .cont1Box__list li {
        margin-bottom: 10%;
        width: 90%; } }
  .cont1Box__item--txt {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 1px;
    width: 456px; }
    @media only screen and (max-width: 768px) {
      .cont1Box__item--txt {
        width: 100%;
        font-size: 12px;
        line-height: 1.7;
        margin-bottom: 31px; } }
  .cont1Box__item--photo {
    width: 313px; }
    @media only screen and (max-width: 768px) {
      .cont1Box__item--photo {
        width: 100%; } }
  .cont1Box__block {
    font-size: 24px;
    color: #1f3372;
    font-weight: 600;
    text-align: center;
    margin: 80px auto 60px;
    padding: 20px;
    position: relative;
    width: 500px; }
    .cont1Box__block:before {
      position: absolute;
      content: '';
      width: 30px;
      height: 30px;
      top: 0;
      left: 0;
      display: inline-block;
      border-left: 1px solid #1f3372;
      border-top: 1px solid #1f3372; }
    .cont1Box__block:after {
      position: absolute;
      content: '';
      width: 30px;
      height: 30px;
      bottom: 0;
      right: 0;
      display: inline-block;
      border-right: 1px solid #1f3372;
      border-bottom: 1px solid #1f3372; }
    @media only screen and (max-width: 768px) {
      .cont1Box__block {
        width: 80%; } }

.ttlBox {
  padding-top: 73px;
  margin-bottom: 55px;
  color: #1f3372; }
  @media only screen and (max-width: 768px) {
    .ttlBox {
      padding-top: 41px;
      margin-bottom: 34px; } }
  .ttlBox__h2 {
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .ttlBox__h2 {
        margin: 0 auto 22px;
        width: 90.625%; } }
    .ttlBox__h2 img {
      display: inline;
      width: 101px; }
      @media only screen and (max-width: 768px) {
        .ttlBox__h2 img {
          width: 30.625%; } }
    .ttlBox__h2--Icon {
      margin-bottom: 1em; }
  .ttlBox__h3 {
    text-align: center;
    font-size: 27px; }
    @media only screen and (max-width: 768px) {
      .ttlBox__h3 {
        font-size: 20px; } }
  .ttlBox__text {
    position: relative;
    display: inline-block;
    font-size: 22px;
    font-weight: 600; }
    .ttlBox__text:after {
      position: absolute;
      bottom: -4px;
      left: 0;
      content: '';
      height: 7px;
      width: 100%;
      background: -webkit-repeating-linear-gradient(-45deg, #fff, #fff 2px, #edc2cd 2px, #edc2cd 4px);
      background: repeating-linear-gradient(-45deg, #fff, #fff 2px, #edc2cd 2px, #edc2cd 4px); }
    .ttlBox__text p {
      margin: 0 0 10px; }

.cont2Box {
  width: 850px;
  margin: 0 auto;
  display: table;
  table-layout: fixed; }
  @media only screen and (max-width: 768px) {
    .cont2Box {
      width: 90.625%;
      display: block;
      margin: 0 auto; } }
  .cont2Box__itemWrap {
    margin-bottom: 50px;
    clear: both; }
    .cont2Box__itemWrap ul {
      display: -webkit-box;
      display: -webkit-flexbox;
      display: -moz-flexbox;
      display: -ms-flexbox;
      display: -moz-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; }
      @media only screen and (max-width: 768px) {
        .cont2Box__itemWrap ul {
          display: block; } }
  .cont2Box__item {
    width: 400px;
    font-size: 14px;
    line-height: 1.7; }
    @media only screen and (max-width: 768px) {
      .cont2Box__item {
        width: 90.625%;
        margin: 0 auto 10%; } }
    .cont2Box__item--full {
      width: 850px; }
      @media only screen and (max-width: 768px) {
        .cont2Box__item--full {
          width: 90%; } }
    .cont2Box__item--img img {
      margin-bottom: 10px; }
      @media only screen and (max-width: 768px) {
        .cont2Box__item--img img {
          margin-bottom: 10px; } }
  .cont2Box__tips {
    border: 6px solid #f1d1d9;
    width: 820px;
    padding: 30px;
    margin: 0 auto;
    text-align: center;
    line-height: 1.7; }
    @media only screen and (max-width: 768px) {
      .cont2Box__tips {
        width: 90.625%;
        padding: 20px 0; } }
    .cont2Box__tips h4 {
      position: relative;
      display: inline-block;
      font-size: 22px;
      font-weight: 600;
      color: #1c3070;
      margin-bottom: 30px;
      padding-bottom: 5px; }
      .cont2Box__tips h4:after {
        position: absolute;
        bottom: -4px;
        left: 0;
        content: '';
        height: 7px;
        width: 100%;
        background: -webkit-repeating-linear-gradient(-45deg, #fff, #fff 2px, #1c3070 1px, #1c3070 4px);
        background: repeating-linear-gradient(-45deg, #fff, #fff 2px, #1c3070 1px, #1c3070 4px); }
    .cont2Box__tips li {
      margin-bottom: 1em; }
    .cont2Box__tips dl {
      display: block; }
      @media only screen and (max-width: 768px) {
        .cont2Box__tips dl {
          width: 90%;
          margin: 0 auto; } }
    .cont2Box__tips--ttl {
      color: #1c3070;
      font-weight: 600;
      text-align: left;
      padding: 0 0 0.5em 30px;
      font-size: 16px;
      background: url(../image/manner/icon.png) no-repeat; }
    .cont2Box__tips--txt {
      text-align: left;
      padding-left: 23px;
      padding-bottom: 1.5em; }
      @media only screen and (max-width: 768px) {
        .cont2Box__tips--txt {
          font-size: 14px; } }
    .cont2Box__tips--txt_img {
      text-align: left;
      padding-left: 23px;
      padding-bottom: 1.5em; }
      .cont2Box__tips--txt_img ul {
        display: -webkit-box;
        display: -webkit-flexbox;
        display: -moz-flexbox;
        display: -ms-flexbox;
        display: -moz-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; }
        @media only screen and (max-width: 768px) {
          .cont2Box__tips--txt_img ul {
            display: block; } }
    .cont2Box__tips--inner_txt {
      width: 450px; }
      @media only screen and (max-width: 768px) {
        .cont2Box__tips--inner_txt {
          width: auto; } }
  .cont2Box__Summary {
    width: 820px;
    background: url(../image/manner/bg.png) repeat;
    padding: 20px; }
    @media only screen and (max-width: 768px) {
      .cont2Box__Summary {
        width: auto; } }
    .cont2Box__Summary--txt {
      display: block;
      border: 1px solid #1c3070;
      color: #1c3070;
      font-weight: 600;
      font-size: 18px;
      text-align: center;
      padding: 20px; }
      @media only screen and (max-width: 768px) {
        .cont2Box__Summary--txt {
          font-size: 16px; } }

@media only screen and (max-width: 768px) {
  .section5__cont5BoxWrap {
    width: 90.625%;
    margin: 0 auto;
    margin-bottom: 40px; } }

.cont5Box {
  width: 723px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-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; }
  @media only screen and (max-width: 768px) {
    .cont5Box {
      width: 100%;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .cont5Box__item {
    position: relative; }
    .cont5Box__item a {
      display: block;
      color: #fff !important;
      letter-spacing: 3px;
      font-size: 14px;
      font-weight: 700;
      text-align: center;
      padding: 20px 0;
      border-radius: 4px; }
      @media only screen and (max-width: 768px) {
        .cont5Box__item a {
          padding: 12px 0;
          letter-spacing: 1px; } }
    .cont5Box__item--back {
      width: 140px; }
      @media only screen and (max-width: 768px) {
        .cont5Box__item--back {
          width: 47.24138%;
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1; } }
      .cont5Box__item--back a {
        background: #1c3070; }
        .cont5Box__item--back a span {
          display: block;
          position: absolute;
          left: 16px;
          bottom: 0;
          top: 0;
          margin: auto;
          height: 26px; }
          @media only screen and (max-width: 768px) {
            .cont5Box__item--back a span {
              height: 30px; } }
    .cont5Box__item--back2 {
      visibility: hidden; }
    .cont5Box__item--link {
      width: 344px; }
      @media only screen and (max-width: 768px) {
        .cont5Box__item--link {
          width: 100%;
          -webkit-box-ordinal-group: 4;
              -ms-flex-order: 3;
                  order: 3;
          margin-top: 16px; } }
      .cont5Box__item--link a {
        background: #ed5f82; }
    .cont5Box__item--next {
      width: 140px; }
      @media only screen and (max-width: 768px) {
        .cont5Box__item--next {
          width: 47.24138%;
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2; } }
      .cont5Box__item--next a {
        background: #1c3070; }
        .cont5Box__item--next a span {
          display: block;
          position: absolute;
          right: 16px;
          bottom: 0;
          top: 0;
          margin: auto;
          height: 26px; }
          @media only screen and (max-width: 768px) {
            .cont5Box__item--next a span {
              height: 30px; } }

@media screen and (max-width: 768px) {
  #contents_area {
    background-position: 0 18%; } }
