/* _setting CSS */
/* min-width:751px | 751px ~
------------------------------------------------------------------------- */
@media all and (min-width: 751px) {
  /* @media screen
  ------------------------------------------------------------------------- */
  #contents #page_hd1 h1 {
    color: #4584a4;
  }
  #contents #page_hd1 .img img {
    width: 40vw;
    min-width: 700px;
  }
  #contents ._hd1 span {
    font-weight: normal;
  }
  #contents .bnr1 {
    position: relative;
    z-index: 1;
    margin: -170px 0 75px;
  }
  #contents .bnr1 a {
    display: inline-block;
    background: #fff;
    transition: 0.5s;
  }
  #contents .bnr1 a:hover {
    opacity: 0.7;
  }
  #contents .bnr1:last-child {
    margin: 0;
  }
  #contents ._table1 table {
    width: 100%;
  }
  #contents ._table1 th,
  #contents ._table1 td {
    line-height: 2;
  }
  #contents .list_flow {
    display: flex;
    justify-content: center;
    margin: 60px 0 50px;
  }
  #contents .list_flow li {
    position: relative;
    margin: 0 40px 0;
  }
  #contents .list_flow li:last-child {
    margin-right: 0 !important;
  }
  #contents .list_flow li:last-child .text:after {
    display: none;
  }
  #contents .list_flow li ._font_min {
    display: block;
    margin: 0 0 5px;
    border-bottom: 2px solid rgba(148, 140, 120, 0.55);
    color: #948c78;
    font-size: 1.8rem;
    text-align: center;
  }
  #contents .list_flow li .text {
    display: block;
    position: relative;
    z-index: 1;
  }
  #contents .list_flow li .text .arr {
    content: '';
    position: absolute;
    top: 40px;
    right: -40px;
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    transform: rotate(45deg);
    border-top: 1px solid #948c78;
    border-right: 1px solid #948c78;
  }
  #contents .list_flow li .text .arr2 {
    right: -44px;
  }
  #contents .list_flow li .text .arr2:before {
    position: absolute;
    top: 1.5px;
    left: -3px;
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    transform: rotate(45deg);
    border-top: 1px solid #948c78;
    border-right: 1px solid #948c78;
    transform: none;
  }
  #contents .list_flow li .text .arr3 {
    right: -35px;
  }
  #contents .list_flow li .text .arr3:before {
    position: absolute;
    top: 1.5px;
    left: -3px;
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    transform: rotate(45deg);
    border-top: 1px solid #948c78;
    border-right: 1px solid #948c78;
    transform: none;
  }
  #contents .list_flow li .text .arr3:after {
    position: absolute;
    top: -4.5px;
    left: 3px;
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    transform: rotate(45deg);
    border-top: 1px solid #948c78;
    border-right: 1px solid #948c78;
    transform: none;
  }
  #contents .btn_entry {
    text-align: center;
  }
  #contents #sec1 {
    width: 900px;
    margin: 0 auto 110px;
  }
  #contents #sec2 {
    margin: 0 auto 110px;
    padding: 120px 0;
    background: rgba(204, 196, 176, 0.1);
  }
  #contents #sec2 ._inner {
    width: 900px;
    margin: 0 auto;
  }
  #contents #sec2 .list_flow li {
    margin: 0 60px 0 0;
  }
  #contents #sec2 .list_flow li .text .arr {
    right: -30px;
  }
  #contents #sec3 {
    width: 900px;
    margin: 0 auto 80px;
  }
  #contents #sec3 ul li {
    display: flex;
    justify-content: space-between;
    margin: 0 0 75px;
  }
  #contents #sec3 ul li .text {
    width: 685px;
  }
  #contents #sec3 ul li .text h3 {
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: 1px solid #948c78;
    font-size: 1.8rem;
  }
  #contents #sec3 ul li .text p {
    line-height: 2;
    font-size: 1.5rem;
  }
  #contents #sec3 ul li .img {
    width: 175px;
  }
  #contents #sec3 ul li:nth-child(odd) .text {
    order: 2;
  }
  #contents #sec3 ul li:nth-child(3) h3, #contents #sec3 ul li:nth-child(4) h3 {
    border-bottom-color: #715216;
  }

  /* @media screen
  ------------------------------------------------------------------------- */
}
/* ////.min-width:751px | 751px ~
---------------------------------------------------------------------
------------
------------
------------
------------
------------
------------
------------
------------
------------
------------
max-width:750px | ~ 750px
------------------------------------------------------------------------- */
@media all and (max-width: 750px) {
  /* @media screen
  ------------------------------------------------------------------------- */
  #contents #page_hd1 h1 {
    color: #4584a4;
  }
  #contents #page_hd1 .img {
    top: 3vw;
    right: 0;
    width: 70%;
  }
  #contents ._hd1 span {
    font-weight: normal;
  }
  #contents .bnr1 {
    position: relative;
    z-index: 1;
    margin: 0 0 10.66667vw;
  }
  #contents .bnr1 img {
    width: 88vw;
  }
  #contents .bnr1:last-child {
    margin: 0;
  }
  #contents ._table1 table {
    width: 100%;
  }
  #contents ._table1 th,
  #contents ._table1 td {
    line-height: 2;
  }
  #contents .list_flow {
    margin: 14.66667vw 0 9.33333vw;
  }
  #contents .list_flow li {
    position: relative;
    margin: 0 0 13.33333vw;
    font-size: 1.2rem;
    text-align: center;
  }
  #contents .list_flow li:last-child {
    margin: 0 !important;
  }
  #contents .list_flow li:last-child .text:after {
    display: none;
  }
  #contents .list_flow li ._font_min {
    color: #948c78;
  }
  #contents .list_flow li .text {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 0 0 1.6vw;
    border-bottom: 1px solid #948c78;
  }
  #contents .list_flow li .text .arr {
    content: '';
    position: absolute;
    top: 12vw;
    left: 50%;
    margin: 0 0 0 -1vw;
    content: '';
    display: block;
    width: 2vw;
    height: 2vw;
    transform: rotate(45deg);
    border-right: 1px solid #948c78;
    border-bottom: 1px solid #948c78;
  }
  #contents .list_flow li .text .arr2:before {
    position: absolute;
    top: 3px;
    left: 3px;
    content: '';
    display: block;
    width: 2vw;
    height: 2vw;
    transform: rotate(45deg);
    border-right: 1px solid #948c78;
    border-bottom: 1px solid #948c78;
    transform: none;
  }
  #contents .list_flow li .text .arr3:before {
    position: absolute;
    top: 3px;
    left: 3px;
    content: '';
    display: block;
    width: 2vw;
    height: 2vw;
    transform: rotate(45deg);
    border-right: 1px solid #948c78;
    border-bottom: 1px solid #948c78;
    transform: none;
  }
  #contents .list_flow li .text .arr3:after {
    position: absolute;
    top: 6px;
    left: 6px;
    content: '';
    display: block;
    width: 2vw;
    height: 2vw;
    transform: rotate(45deg);
    border-right: 1px solid #948c78;
    border-bottom: 1px solid #948c78;
    transform: none;
  }
  #contents .btn_entry {
    text-align: center;
  }
  #contents .btn_entry a {
    padding: 2.4vw 18.66667vw;
    transition: 0.3s;
    font-size: 1.4rem;
    letter-spacing: 0.2em;
  }
  #contents #sec1 {
    padding: 0 5.33333vw 17.33333vw;
  }
  #contents #sec1 ._hd1 {
    margin-bottom: 2.66667vw;
  }
  #contents #sec2 {
    margin: 0 0 10.66667vw;
    padding: 12vw 5.33333vw;
    background: rgba(204, 196, 176, 0.1);
  }
  #contents #sec2 ._hd1 {
    margin-bottom: 2.66667vw;
  }
  #contents #sec3 {
    padding: 0 5.33333vw 6.66667vw;
  }
  #contents #sec3 ._hd1 {
    margin-bottom: 8vw;
  }
  #contents #sec3 ul li {
    display: flex;
    justify-content: space-between;
    margin: 0 0 8vw;
  }
  #contents #sec3 ul li .text {
    width: 62vw;
  }
  #contents #sec3 ul li .text h3 {
    margin: 0 0 1.33333vw;
    padding: 0 0 1.33333vw;
    border-bottom: 1px solid #948c78;
    font-size: 1.4rem;
  }
  #contents #sec3 ul li .text p {
    line-height: 1.8;
    font-size: 1.2rem;
  }
  #contents #sec3 ul li .img {
    width: 23.33333vw;
  }
  #contents #sec3 ul li:nth-child(odd) .text {
    order: 2;
  }
  #contents #sec3 ul li:nth-child(3) h3, #contents #sec3 ul li:nth-child(4) h3 {
    border-bottom-color: #715216;
  }

  /* @media screen
  ------------------------------------------------------------------------- */
}
