@charset "UTF-8";
/* ===================================================================
CSS information
 file name  :  page.css
=================================================================== */
/* fontsize YUI
10px = 77% 11px = 85% 12px = 93% 13px = 100%
14px = 108% 15px = 116% 16px = 123.1% 17px = 131%
18px = 138.5% 19px = 146.5% 20px = 153.9% 21px = 161.6%
22px = 167% 23px = 174% 24px = 182% 25px = 189% 26px = 197%  */
.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/*----------------------------------------------------------------------------------
		 								index
-----------------------------------------------------------------------------------*/
@media only screen and (min-width: 1080px) {
  .topArea.phone {
    display: none;
  }
  .topArea {
    background-size: cover;
    padding: 0;
    width: 100%;
    height: auto;
  }
  .topArea .inner {
    width: 100%;
    margin: 0px auto 5%;
    clear: both;
    text-align: center;
  }
  .topArea .inner img {
    width: 100%;
  }
  .topArea .inner a.arrow {
    padding-top: 60px;
  }
  .topArea .inner a.arrow span {
    position: absolute;
    bottom: 10%;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb 2s infinite;
    animation: sdb 2s infinite;
    box-sizing: border-box;
  }
  @-webkit-keyframes sdb {
    0% {
      -webkit-transform: rotate(-45deg) translate(0, 0);
    }
    20% {
      -webkit-transform: rotate(-45deg) translate(-10px, 10px);
    }
    40% {
      -webkit-transform: rotate(-45deg) translate(0, 0);
    }
  }
  @keyframes sdb {
    0% {
      transform: rotate(-45deg) translate(0, 0);
    }
    20% {
      transform: rotate(-45deg) translate(-10px, 10px);
    }
    40% {
      transform: rotate(-45deg) translate(0, 0);
    }
  }
  .conceptArea {
    width: 100%;
    height: auto;
    background: url("../images/concept_bg.svg") top center no-repeat;
    margin: 0 auto 7%;
  }
  .conceptArea.phone {
    display: none;
  }
  .conceptArea .headlineImg {
    margin: 10px auto;
    text-align: center;
    width: 300px;
    padding: 20px 0 0;
  }
  .conceptArea .headlineImg img {
    width: 100%;
  }
  .conceptArea p {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
  }
  .conceptArea .list {
    width: 100%;
    margin: 40px auto 50px;
  }
  .conceptArea .list .leadTxt {
    color: #4A4A4A;
    text-align: center;
    line-height: 2.2;
    font-size: 16px;
    font-weight: normal;
  }
  .conceptArea .moreButton {
    text-align: center;
    margin: 0 auto;
    font-size: 12px;
    width: 200px;
  }
  .conceptArea .moreButton .button {
    color: #E7390E;
    line-height: 40px;
    -webkit-transition: none;
    transition: none;
    display: inline-block;
    width: 100%;
    height: 40px;
    text-align: center;
    text-decoration: none;
    outline: none;
    border: 1px solid #E7390E;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
  }
  .conceptArea .moreButton .button:hover {
    color: #ffffff;
    background: #E7390E;
    border: 1px solid #E7390E;
    text-decoration: none;
  }
  .structureArea {
    width: 100%;
    height: auto;
    background: #F5C0B3;
    padding: 40px 0;
  }
  .structureArea.phone {
    display: none;
  }
  .structureArea h3 {
    font-size: 20px;
    color: #4A4A4A;
    margin: 20px 0;
    text-align: center;
  }
  .structureArea .stepBox {
    width: 860px;
    margin: 40px auto;
    background: url("../images/step.svg") no-repeat;
    background-position: 180px 12px;
  }
  .structureArea .stepBox ul {
    display: inline-block;
  }
  .structureArea .stepBox ul img {
    width: 50%;
  }
  .structureArea .stepBox ul .list {
    width: 160px;
    width: 160px;
    float: left;
    margin: 0px 25px 0 25px;
    text-align: center;
  }
  .structureArea .stepBox ul .list .leadtxt {
    font-size: 15px;
    color: #4A4A4A;
    text-align: center;
    margin: 20% 0 10%;
  }
  .structureArea .stepBox ul .list .txt {
    font-size: 12px;
    color: #4A4A4A;
    text-align: left;
    line-height: 2.5;
  }
  .recruitmentArea {
    width: 100%;
    height: auto;
    background: url("../images/active_bg.jpg") top center no-repeat;
    background-size: cover;
    padding: 50px 0;
  }
  .recruitmentArea.phone {
    display: none;
  }
  .recruitmentArea h4 {
    font-size: 20px;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
    padding: 20px 0;
  }
  .recruitmentArea .copy {
    font-size: 14px;
    color: #ffffff;
    width: 700px;
    margin: 0 auto;
    line-height: 2;
  }
  .recruitmentArea a:hover {
    transition: all 0.5s ease;
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
  }
  .recruitmentArea ul {
    text-align: center;
    margin: 60px auto;
  }
  .recruitmentArea ul .list {
    background-color: #E7390E;
    -webkit-transition: none;
    transition: none;
    display: inline-block;
    width: 240px;
    text-align: center;
    text-decoration: none;
    outline: none;
    border: 1px solid #ffffff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 10px;
    margin-right: 30px;
  }
  .recruitmentArea ul .list .leadtxt {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 10px;
  }
  .recruitmentArea ul .list .left {
    float: left;
    width: 100px;
  }
  .recruitmentArea ul .list .right {
    float: left;
    width: 130px;
    line-height: 2;
    text-align: left;
    padding-top: 10px;
    color: #ffffff;
  }
  .recruitmentArea ul .list .link {
    clear: both;
    text-align: right;
  }
  .newsArea {
    width: 100%;
    height: auto;
    padding: 50px 0;
    background: #EBEBEB;
  }
  .newsArea.phone {
    display: none;
  }
  .newsArea h5 {
    font-size: 20px;
    font-weight: normal;
    color: #4A4A4A;
    text-align: center;
  }
  .newsArea .multiple-item {
    margin: 60px auto;
    text-align: center;
    list-style-type: none;
  }
  .newsArea .multiple-item .newslist {
    display: inline-block;
    width: 400px;
    text-align: center;
    text-decoration: none;
    margin-right: 30px;
  }
  .newsArea .multiple-item .newslist .thumbnail {
    height: 220px;
    overflow: hidden;
  }
  .newsArea .multiple-item .newslist img {
    width: 100%;
  }
  .newsArea .multiple-item .newslist .cont {
    padding: 20px 20px 15px;
    background: #ffffff;
    text-align: left;
    height: 115px;
  }
  .newsArea .multiple-item .newslist .cont .newstxt {
    font-size: 14px;
    font-weight: 500;
    color: #4A4A4A;
  }
  .newsArea .multiple-item .newslist .cont .newstxt a {
    color: #4A4A4A;
  }
  .newsArea .multiple-item .newslist .cont .newstxt a:hover {
    color: #999999;
    text-decoration: none;
  }
  .newsArea .multiple-item .newslist .cont .category {
    margin: 3% 0 0 0;
    font-size: 10px;
    display: inline-block;
  }
  .newsArea .multiple-item .newslist .cont .category a {
    color: #E7390E;
    border: 1px solid #E7390E;
    background: #ffffff;
    padding: 2px 3px;
  }
  .newsArea .multiple-item .newslist .cont .category a:hover {
    color: #ffffff;
    background: #E7390E;
    border: 1px solid #E7390E;
    padding: 2px 3px;
    text-decoration: none;
  }
  .newsArea .multiple-item .newslist .cont .category li {
    float: left;
    padding-right: 10px;
  }
  .newsArea .multiple-item .newslist .cont .datetime {
    margin-top: 4%;
    font-size: 12px;
    font-weight: lighter;
    color: #4A4A4A;
    font-weight: lighter;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1079px) {
  .topArea.pc {
    display: none;
  }
  .topArea {
    width: 100%;
    height: auto;
    padding: 44px 0 0;
  }
  .topArea .inner {
    margin: 0px auto 2%;
    clear: both;
    text-align: center;
  }
  .topArea .inner img {
    width: 100%;
  }
  .conceptArea {
    width: 100%;
    height: auto;
    margin: 0 auto 7%;
  }
  .conceptArea.pc {
    display: none;
  }
  .conceptArea .headlineImg {
    margin: 10px auto;
    text-align: center;
    width: 250px;
    padding: 20px 0 0;
  }
  .conceptArea .headlineImg img {
    width: 100%;
  }
  .conceptArea p {
    font-size: 16px;
    color: #4A4A4A;
  }
  .conceptArea .list {
    margin: 40px auto 20px;
    padding: 0 20px;
  }
  .conceptArea .list .leadTxt {
    color: #4A4A4A;
    text-align: center;
    line-height: 2.2;
    font-size: 16px;
    font-weight: normal;
  }
  .structureArea {
    height: auto;
    background: #F5C0B3;
    padding: 40px 20px;
  }
  .structureArea.pc {
    display: none;
  }
  .structureArea h3 {
    font-size: 20px;
    color: #4A4A4A;
    margin: 20px 0;
    text-align: center;
  }
  .structureArea .stepBox {
    margin: 40px auto 0;
    width: 60%;
  }
  .structureArea .stepBox li {
    margin-bottom: 8%;
  }
  .structureArea .stepBox .leftBox {
    width: 20%;
    float: left;
    clear: both;
  }
  .structureArea .stepBox .leftBox img {
    width: 80%;
  }
  .structureArea .stepBox .rightBox {
    float: left;
    width: 80%;
    margin-bottom: 40px;
  }
  .structureArea .stepBox .rightBox .leadtxt {
    text-align: left;
    font-size: 15px;
    color: #4A4A4A;
    margin: 0 0 5%;
  }
  .structureArea .stepBox .rightBox .txt {
    font-size: 12px;
    color: #4A4A4A;
    text-align: left;
    line-height: 2.2;
  }
  .structureArea .stepBox ul {
    display: inline-block;
  }
  .structureArea .stepBox ul img {
    width: 50%;
  }
  .structureArea .stepBox ul .list {
    width: 160px;
    text-align: center;
    padding-left: 30px;
  }
  .recruitmentArea {
    height: auto;
    background: url("../images/active_bg.jpg") top center no-repeat;
    background-size: cover;
    padding: 50px 20px 10px;
    text-align: center;
  }
  .recruitmentArea.pc {
    display: none;
  }
  .recruitmentArea h4 {
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    padding: 20px 0;
    margin: 0 auto;
    width: 285px;
    line-height: 2;
  }
  .recruitmentArea .copy {
    font-size: 14px;
    color: #ffffff;
    margin: 0 auto;
    line-height: 2;
  }
  .recruitmentArea ul {
    text-align: center;
    margin: 60px auto 10px;
  }
  .recruitmentArea ul .list {
    background-color: #E7390E;
    -webkit-transition: none;
    transition: none;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    outline: none;
    border: 1px solid #ffffff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 10px;
    margin-bottom: 20px;
    width: 55%;
  }
  .recruitmentArea ul .list img {
    width: 100%;
  }
  .recruitmentArea ul .list img.sp {
    width: 10%;
  }
  .recruitmentArea ul .list .leadtxt {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 10px;
  }
  .recruitmentArea ul .list .left {
    float: left;
  }
  .recruitmentArea ul .list .right {
    float: left;
    line-height: 2;
    text-align: left;
    padding: 0 0 0 20px;
    color: #ffffff;
  }
  .recruitmentArea ul .list .link {
    clear: both;
    text-align: right;
  }
  .newsArea {
    padding: 10px 10px;
    background: #EBEBEB;
  }
  .newsArea.pc {
    display: none;
  }
  .newsArea h5 {
    font-size: 20px;
    font-weight: bold;
    color: #4A4A4A;
    text-align: center;
  }
  .newsArea ul {
    margin: 30px auto;
    text-align: center;
    list-style-type: none;
  }
  .newsArea ul .newslist {
    text-align: center;
    text-decoration: none;
    margin: 0 auto 5%;
    background: #ffffff;
    height: auto;
    padding: 0 3% 2% 0;
    width: 60%;
  }
  .newsArea ul .newslist li {
    display: inline-block;
  }
  .newsArea ul .newslist .newsimg {
    width: 40%;
    float: left;
    margin-right: 3%;
  }
  .newsArea ul .newslist img {
    width: 100%;
  }
  .newsArea ul .newslist .cont {
    padding: 10px 5px;
    background: #ffffff;
    text-align: left;
    display: flex;
  }
  .newsArea ul .newslist .cont .newstxt {
    font-size: 13px;
    color: #4A4A4A;
  }
  .newsArea ul .newslist .cont .newstxt a {
    color: #4A4A4A;
  }
  .newsArea ul .newslist .bottom {
    clear: both;
    padding: 5px 15px;
    text-align: left;
  }
  .newsArea ul .newslist .bottom .category {
    margin: 3% 0 0 0;
    font-size: 10px;
    display: inline-block;
  }
  .newsArea ul .newslist .bottom .category ul {
    margin: 0;
  }
  .newsArea ul .newslist .bottom .category ul li {
    float: left;
    padding-right: 10px;
  }
  .newsArea ul .newslist .bottom .category ul li a {
    color: #E7390E;
    border: 1px solid #E7390E;
    background: #ffffff;
    padding: 2px 3px;
  }
  .newsArea ul .newslist .bottom .category ul li a:hover {
    color: #ffffff;
    background: #E7390E;
    border: 1px solid #E7390E;
    padding: 2px 3px;
    text-decoration: none;
  }
  .newsArea ul .newslist .bottom .datetime {
    margin-top: 10px;
    font-size: 12px;
    color: #4A4A4A;
    float: right;
    font-weight: lighter;
  }
}

@media only screen and (max-width: 639px) {
  .topArea.pc {
    display: none;
  }
  .topArea {
    width: 100%;
    height: auto;
    padding: 44px 0 0;
  }
  .topArea .inner {
    margin: 0px auto 2%;
    clear: both;
    text-align: center;
  }
  .topArea .inner img {
    width: 100%;
  }
  .conceptArea {
    width: 100%;
    height: auto;
    margin: 0 auto 7%;
  }
  .conceptArea.pc {
    display: none;
  }
  .conceptArea .headlineImg {
    margin: 10px auto;
    text-align: center;
    width: 250px;
    padding: 20px 0 0;
  }
  .conceptArea .headlineImg img {
    width: 100%;
  }
  .conceptArea p {
    font-size: 16px;
    color: #4A4A4A;
  }
  .conceptArea .list {
    margin: 40px auto 20px;
    padding: 0 20px;
  }
  .conceptArea .list .leadTxt {
    color: #4A4A4A;
    text-align: center;
    line-height: 2.2;
    font-size: 16px;
    font-weight: normal;
  }
  .conceptArea .list .leadTxt br {
    display: none;
  }
  .structureArea {
    height: auto;
    background: #F5C0B3;
    padding: 40px 20px;
  }
  .structureArea.pc {
    display: none;
  }
  .structureArea h3 {
    font-size: 20px;
    color: #4A4A4A;
    margin: 20px 0;
    text-align: center;
  }
  .structureArea .stepBox {
    margin: 40px auto 0;
    width: 100%;
  }
  .structureArea .stepBox li {
    margin-bottom: 40px;
  }
  .structureArea .stepBox .leftBox {
    width: 25%;
    float: left;
    clear: both;
  }
  .structureArea .stepBox .leftBox img {
    width: 80%;
  }
  .structureArea .stepBox .rightBox {
    float: left;
    width: 75%;
  }
  .structureArea .stepBox .rightBox .leadtxt {
    text-align: left;
    font-size: 15px;
    color: #4A4A4A;
    margin: 0 0 5%;
  }
  .structureArea .stepBox .rightBox .txt {
    font-size: 12px;
    color: #4A4A4A;
    text-align: left;
    line-height: 2.2;
  }
  .structureArea .stepBox ul {
    display: inline-block;
  }
  .structureArea .stepBox ul img {
    width: 50%;
  }
  .structureArea .stepBox ul .list {
    width: 160px;
    text-align: center;
    padding-left: 30px;
  }
  .recruitmentArea {
    height: auto;
    background: url("../images/active_bg.jpg") top center no-repeat;
    background-size: cover;
    padding: 50px 20px 10px;
    text-align: center;
  }
  .recruitmentArea.pc {
    display: none;
  }
  .recruitmentArea h4 {
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    padding: 20px 0;
    margin: 0 auto;
    width: 285px;
    line-height: 2;
  }
  .recruitmentArea .copy {
    font-size: 14px;
    color: #ffffff;
    margin: 0 auto;
    line-height: 2;
  }
  .recruitmentArea ul {
    text-align: center;
    margin: 60px auto 10px;
  }
  .recruitmentArea ul .list {
    background-color: #E7390E;
    -webkit-transition: none;
    transition: none;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    outline: none;
    border: 1px solid #ffffff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 10px;
    margin-bottom: 20px;
    width: 93%;
  }
  .recruitmentArea ul .list img {
    width: 100%;
  }
  .recruitmentArea ul .list img.sp {
    width: 10%;
  }
  .recruitmentArea ul .list .leadtxt {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 10px;
  }
  .recruitmentArea ul .list .left {
    float: left;
  }
  .recruitmentArea ul .list .right {
    float: left;
    line-height: 2;
    text-align: left;
    padding: 0 0 0 20px;
    color: #ffffff;
  }
  .recruitmentArea ul .list .link {
    clear: both;
    text-align: right;
  }
  .newsArea {
    height: auto;
    padding: 10px 10px;
    background: #EBEBEB;
  }
  .newsArea.pc {
    display: none;
  }
  .newsArea h5 {
    font-size: 20px;
    font-weight: bold;
    color: #4A4A4A;
    text-align: center;
  }
  .newsArea ul {
    margin: 30px auto;
    text-align: center;
    list-style-type: none;
  }
  .newsArea ul .newslist {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    margin: 0 0 30px;
    background-color: #ffffff;
    width: 93%;
  }
  .newsArea ul .newslist li {
    display: inline-block;
  }
  .newsArea ul .newslist .newsimg {
    width: 120px;
    float: left;
  }
  .newsArea ul .newslist img {
    width: 100%;
  }
  .newsArea ul .newslist .cont {
    padding: 10px 5px;
    background: #ffffff;
    text-align: left;
    display: flex;
  }
  .newsArea ul .newslist .cont .newstxt {
    font-size: 13px;
    color: #4A4A4A;
  }
  .newsArea ul .newslist .cont .newstxt a {
    color: #4A4A4A;
  }
  .newsArea ul .newslist .bottom {
    clear: both;
    padding: 5px 15px;
    text-align: left;
  }
  .newsArea ul .newslist .bottom .category {
    margin: 3% 0 0 0;
    font-size: 10px;
    display: inline-block;
  }
  .newsArea ul .newslist .bottom .category ul {
    margin: 0;
  }
  .newsArea ul .newslist .bottom .category ul li {
    float: left;
    padding-right: 10px;
  }
  .newsArea ul .newslist .bottom .category ul li a {
    color: #E7390E;
    border: 1px solid #E7390E;
    background: #ffffff;
    padding: 2px 3px;
  }
  .newsArea ul .newslist .bottom .category ul li a:hover {
    color: #ffffff;
    background: #E7390E;
    border: 1px solid #E7390E;
    padding: 2px 3px;
    text-decoration: none;
  }
  .newsArea ul .newslist .bottom .datetime {
    margin-top: 10px;
    font-size: 12px;
    color: #4A4A4A;
    float: right;
    font-weight: lighter;
  }
}

/* CVボタン */
@media only screen and (min-width: 1080px) {
  .topArea .inner {
    position: relative;
  }
  .topArea .cv-base {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 10rem;
    background: rgba(255,255,255,0.7);
  }
  .topArea .txt {
    margin-bottom: 0.5rem;
    font-size: 1rem;
  }
  .topArea .c-btn {
    margin: 0;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1079px) {
  .topArea .inner {
    position: relative;
  }
  .topArea .cv-base {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 10rem;
    background: rgba(255,255,255,0.7);
  }
  .topArea .txt {
    margin-bottom: 0.5rem;
    font-size: 1rem;
  }
  .topArea .c-btn {
    margin: 0;
  }
}
@media only screen and (max-width: 639px) {
  .topArea .inner {
    position: relative;
  }
  .topArea .cv-base {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 5rem;
    background: rgba(255,255,255,0.7);
  }
  .topArea .txt {
    margin-bottom: 0;
    font-size: 0.8rem;
  }
  .topArea .c-btn {
    margin: 0;
  }
}

/*----------------------------------------------------------------------------------
		 								page-about
------------------------------------------------------------------------------------*/
@media only screen and (min-width: 1080px) {
  #about {
    margin: 0 auto;
    padding: 0;
    color: #4A4A4A;
  }
  #about img {
    width: 100%;
  }
  #about img.phone {
    display: none;
  }
  #about .content {
    line-height: 2.2;
    width: 100%;
    padding: 40px 0 0;
    margin: 0 auto;
    color: #4A4A4A;
  }
  #about .content .aboutBox {
    text-align: center;
    width: 980px;
    margin: 0 auto 100px;
  }
  #about .content .aboutBox h2 {
    font-size: 36px;
    line-height: 1.8;
    margin-bottom: 50px;
  }
  #about .content .aboutBox .txt {
    font-size: 16px;
    margin-bottom: 3%;
  }
  #about .content .solution {
    width: 100%;
    height: auto;
    background: url("../images/page/solution_bg.jpg") top center no-repeat;
    background-size: cover;
    padding: 50px 0;
  }
  #about .content .solution h3 {
    font-size: 20px;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
    padding: 20px 0;
  }
  #about .content .solution .copy {
    font-size: 14px;
    color: #ffffff;
    width: 700px;
    margin: 0 auto 40px;
  }
  #about .content .solution h4 {
    font-weight: normal;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
  }
  #about .content .solution .linkBox {
    width: 675px;
    margin: 0 auto;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    padding: 15px 0 15px 5px;
    overflow: hidden;
    position: relative;
  }
  #about .content .solution .linkBox .sample1 {
    width: 220px;
    overflow: hidden;
    margin: 0 5px 0 0;
    position: relative;
    float: left;
  }
  #about .content .solution .linkBox .sample1 .caption {
    font-size: 130%;
    text-align: left;
    padding: 20% 15px 0;
    color: #ffffff;
  }
  #about .content .solution .linkBox .sample1 .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    background-color: rgba(231, 57, 14, 0.7);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  #about .content .solution .linkBox .sample1 .next {
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
  #about .content .solution .linkBox .sample1:hover .mask {
    opacity: 1;
  }
  #about .content #featurArea {
    background: #FDF2F0;
    width: 100%;
    padding: 50px 0;
  }
  #about .content #featurArea .bxBox {
    padding-bottom: 40px;
    display: inline-block;
    width: 780px;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    outline: none;
    border: 1px solid #E7390E;
    border-radius: 27px;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
  }
  #about .content #featurArea .headline {
    border-bottom: 1px solid #E7390E;
    font-size: 13px;
    color: #E7390E;
  }
  #about .content #featurArea h3 {
    font-size: 20px;
    color: #E7390E;
    margin: 40px 0 15px;
  }
  #about .content #featurArea .leftBox {
    width: 180px;
    float: left;
    margin-left: 40px;
  }
  #about .content #featurArea .rightBox {
    width: 380px;
    margin-right: 40px;
    text-align: left;
    display: inline-block;
    font-size: 14px;
  }
  #about .content .structure {
    width: 100%;
    height: auto;
    background-color: #FFB843;
    padding: 50px 0;
  }
  #about .content .structure h5 {
    font-weight: normal;
    font-size: 20px;
    color: #4A4A4A;
    text-align: center;
    padding: 20px 0;
  }
  #about .content .structure .stepBox {
    text-align: center;
    width: 980px;
    margin: 0 auto 100px;
    background: url("../images/page/list_bg.svg") top center no-repeat;
    background-position: 240px 10px;
  }
  #about .content .structure .stepBox ul {
    display: inline-block;
  }
  #about .content .structure .stepBox ul .list {
    width: 160px;
    float: left;
    margin-right: 45px;
  }
  #about .content .structure .stepBox ul .list img {
    width: 50%;
  }
  #about .content .structure .stepBox ul .list .leadtxt {
    font-weight: normal;
    font-size: 15px;
    color: #4A4A4A;
    margin-top: 20px;
    text-align: left;
  }
  #about .content .structure .stepBox ul .list .txt {
    font-size: 12px;
    color: #4A4A4A;
    text-align: left;
  }
  #about .content .intro {
    width: 100%;
    height: auto;
    padding: 50px 0 0;
  }
  #about .content .intro .headline {
    font-weight: normal;
    font-size: 20px;
    color: #4A4A4A;
    text-align: center;
    padding: 30px 0 40px;
  }
  #about .content .intro ul {
    width: 980px;
    margin-top: 40px;
    display: inline-block;
  }
  #about .content .intro ul.intro_list {
  }
  #about .content .intro ul .list {
    width: 675px;
    margin: 0 auto 5%;
  }
  #about .content .intro ul .list .left{
    float: left;
    width: 150px;
    margin-right: 30px;
  }
  #about .content .intro ul .list .left img {
    width: 90%;
    padding: 0 5%;
  }
  #about .content .intro ul .list .center{
    float: left;
    width: 310px;
    margin-right: 30px;
  }
  #about .content .intro ul .list .right{
    float: left;
    width: 155px;
  }

  #about .content .intro ul .list img {
    width: 100%;
  }
  #about .content .intro ul .list .leadtxt {
    font-size: 15px;
    color: #4A4A4A;
    margin: 0 0 0;
    text-align: center;
    line-height: 1.8;
  }
  #about .content .intro ul .list .txt {
    font-size: 13px;
    color: #4A4A4A;
    text-align: left;
    line-height: 2.2;
    margin-bottom: 10px;
  }









  #about .content .intro .supporter {
    border-top: 1px solid #D6D6D6;
    border-bottom: 1px solid #D6D6D6;
    width: 100%;
    padding: 10px 0;
    margin-top: 10%;
  }
  #about .content .intro .supporter ul {
    /* width: 580px; */
    width: 842px;
    margin: 0 auto 30px;
    display: flex;
  }
  #about .content .intro .supporter .sup_list {
    width: 95px;
    text-align: center;
    float: left;
    margin: 0 25px;
  }
  #about .content .intro .supporter .sup_list img {
    border-radius: 45px;
    height: 90px;
    width: 90px;
  }
  #about .content .intro .supporter .sup_list .name {
    font-size: 14px;
  }
  #about .content .intro .supporter .sup_list .company {
    font-size: 10px;
  }
  #about .content .intro .partner {
    width: 100%;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 5%;
  }
  #about .content .intro .partner ul {
    margin: 0 auto 30px;
    width: 720px;
  }
  #about .content .intro .partner .sup_list {
    width: 140px;
    text-align: center;
    float: left;
    margin: 0 20px 30px;
  }
  #about .content .intro .partner .sup_list .company {
    text-align: center;
    font-size: 10px;
    margin-top: 5%;
    height: 45px;
  }
  #about .content .overview {
    padding: 30px 20px;
    background: #FFE9E4;
    display: flex;
  }
  #about .content .overview .left {
    float: left;
    margin-right: 70px;
  }
  #about .content .overview .right {
    float: left;
  }
  #about .content .overview dl {
    margin: 0 0 20% 0;
  }
  #about .content .overview dt {
    font-size: 14px;
    font-weight: normal;
    color: #4A4A4A;
  }
  #about .content .overview dd {
    font-size: 12px;
    color: #4A4A4A;
  }
  #about .content .overview dd a {
    color: #4A4A4A;
  }
  #about .content .overview .contactBox {
    width: 100%;
    margin-top: 5%;
    clear: both;
  }
  #about .content .overview .contactBox #address {
    width: 650px;
    float: left;
  }
  #about .content .overview .contactBox #address span {
    font-weight: normal;
    font-size: 14px;
    color: #4A4A4A;
  }
  #about .content .overview .contactBox #address .sp {
    display: none;
  }
  #about .content .overview .contactBox p.contact {
    text-align: center;
    font-size: 14px;
    width: 150px;
    float: left;
    padding-top: 3%;
  }
  #about .content .overview .contactBox p.contact .button {
    background: url("../images/page/about_contact.svg") left no-repeat;
    background-position: 10px;
    color: #E7390E;
    line-height: 38px;
    -webkit-transition: none;
    transition: none;
    display: inline-block;
    width: 100%;
    height: 38px;
    text-align: center;
    text-decoration: none;
    outline: none;
    border: 1px solid #E7390E;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 0 0 0 14px;
  }
  #about .content .overview .contactBox p.contact .button:hover {
    border: #E7390E 1px solid;
    color: #E7390E;
    background: url("../images/page/mail_h.svg") no-repeat left #ffffff;
    background-position: 10px;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1079px) {
  #about {
    margin: 0 auto;
    padding: 44px 0 0;
    color: #4A4A4A;
  }
  #about img {
    width: 100%;
  }
  #about img.pc {
    display: none;
  }
  #about .content {
    line-height: 2.2;
    margin: 0 auto;
    color: #4A4A4A;
  }
  #about .content .aboutBox {
    text-align: center;
    /* margin: 0 auto 100px; */
    margin: 0 auto 50px;
    padding: 40px 30px;
  }
  #about .content .aboutBox h2 {
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 50px;
  }
  #about .content .aboutBox .txt {
    font-size: 15px;
    margin-bottom: 5%;
  }
  #about .content .solution {
    height: auto;
    background: url("../images/page/solution_bg.jpg") top center no-repeat;
    background-size: cover;
    padding: 50px 30px;
  }
  #about .content .solution h3 {
    font-size: 20px;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
    padding: 20px 0;
  }
  #about .content .solution .copy {
    font-size: 14px;
    color: #ffffff;
    margin: 0 auto 40px;
    width: 80%;
  }
  #about .content .solution h4 {
    font-size: 18px;
    color: #ffffff;
    text-align: center;
  }
  #about .content .solution .linkBox {
    margin: 0 auto;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    padding: 15px 0 15px 5px;
    overflow: hidden;
    position: relative;
    width: 40%;
  }
  #about .content .solution .linkBox .sample1 {
    overflow: hidden;
    margin: 0 0 5px 0;
    position: relative;
  }
  #about .content .solution .linkBox .sample1 .caption {
    position: absolute;
    top: 30%;
    text-align: left;
    padding: 0 5%;
    font-size: 16px;
    font-weight: bold;
  }
  #about .content .solution .linkBox .sample1 .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(231, 57, 14, 0.7);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 1;
  }
  #about .content .solution .linkBox .sample1 .next {
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
  #about .content #featurArea {
    background: #FDF2F0;
    padding: 50px 80px;
  }
  #about .content #featurArea .bxBox {
    padding-bottom: 40px;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    outline: none;
    border: 1px solid #E7390E;
    border-radius: 27px;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    width: 500px;
  }
  #about .content #featurArea .headline {
    border-bottom: 1px solid #E7390E;
    font-size: 12px;
    color: #E7390E;
  }
  #about .content #featurArea h3 {
    font-size: 18px;
    color: #E7390E;
    margin: 15px 0;
  }
  #about .content #featurArea .leftBox {
    width: 140px;
    margin: 0 auto 10px;
  }
  #about .content #featurArea .rightBox {
    padding: 0 10px;
    text-align: left;
  }
  #about .content .structure {
    width: 100%;
    height: auto;
    background-color: #FFB843;
    padding: 50px 0;
  }
  #about .content .structure h5 {
    font-weight: normal;
    font-size: 20px;
    color: #4A4A4A;
    text-align: center;
    padding: 20px 0;
  }
  #about .content .structure .stepBox {
    text-align: center;
    margin: 0 auto 100px;
    background: url("../images/page/list_bg.svg") top center no-repeat;
    background-position: 240px 10px;
  }
  #about .content .structure .stepBox ul {
    display: inline-block;
  }
  #about .content .structure .stepBox ul .list {
    clear: both;
    width: 160px;
    float: left;
    margin-right: 45px;
  }
  #about .content .structure .stepBox ul .list img {
    width: 50%;
  }
  #about .content .structure .stepBox ul .list .leadtxt {
    font-weight: normal;
    font-size: 15px;
    color: #4A4A4A;
    margin-top: 20px;
    text-align: left;
  }
  #about .content .structure .stepBox ul .list .txt {
    font-size: 12px;
    color: #4A4A4A;
    text-align: left;
  }
  #about .content .intro {
    height: auto;
    padding: 20px 15px 0;
    text-align: center;
  }
  #about .content .intro .headline {
    font-weight: normal;
    font-size: 16px;
    color: #4A4A4A;
    text-align: center;
    padding: 20px 0;
  }



/*

  #about .content .intro ul {
    display: inline-block;
    width: 50%;
  }
  #about .content .intro ul .list {
    text-align: center;
    border-bottom: 1px solid #D6D6D6;
    padding-bottom: 30px;
    padding-top: 20px;
  }
  #about .content .intro ul .list img {
    width: 40%;
  }
  #about .content .intro ul .list .leadtxt {
    font-size: 15px;
    color: #4A4A4A;
    margin: 7% 0;
  }
  #about .content .intro ul .list .txt {
    font-size: 12px;
    color: #4A4A4A;
    text-align: left;
    line-height: 2.2;
    margin-bottom: 10px;
  }


*/

  #about .content .intro ul {
    display: inline-block;
    margin: 50px auto 30px;
    width: 70%;
  }
  #about .content .intro ul.intro_list {
  }
  #about .content .intro ul .list {
    margin: 0 auto 5%;
    padding-bottom: 10%;
    border-bottom: 1px solid #D6D6D6;
  }
  #about .content .intro ul .list .left{
  }
  #about .content .intro ul .list .left img {
    width: 30%;
    padding: 0 35%;
  }
  #about .content .intro ul .list .center{
    margin-top: 5%;
  }
  #about .content .intro ul .list .right{
    margin-top: 5%;
  }

  #about .content .intro ul .list img {
    width: 40%;
    padding: 0 30%;
  }
  #about .content .intro ul .list .leadtxt {
    font-size: 15px;
    color: #4A4A4A;
    margin: 0 0 0;
    text-align: center;
    line-height: 1.8;
  }
  #about .content .intro ul .list .leadtxt br{
    display: none;
  }
  #about .content .intro ul .list .txt {
    font-size: 13px;
    color: #4A4A4A;
    text-align: left;
    line-height: 2.2;
    margin-bottom: 10px;
  }



















  #about .content .intro .supporter {
    border-bottom: 1px solid #D6D6D6;
    width: 100%;
    padding: 10px 0;
    margin-top: 5%;
    text-align: center;
  }
  #about .content .intro .supporter ul {
    margin: 0 auto 30px;
    width: 70%;
  }
  #about .content .intro .supporter .sup_list {
    width: 50%;
    text-align: center;
    float: left;
    margin: 20px auto 20px;
    padding: 0;
  }
  #about .content .intro .supporter .sup_list img {
    border-radius: 45px;
    height: 90px;
    width: 90px;
  }
  #about .content .intro .supporter .sup_list .name {
    font-size: 14px;
  }
  #about .content .intro .supporter .sup_list .company {
    font-size: 10px;
    height: 70px;
  }
  #about .content .intro .partner {
    width: 100%;
    padding: 10px 0;
    text-align: center;
  }
  #about .content .intro .partner ul {
    margin: 0 auto 30px;
    display: inline-block;
    width: 70%;
  }
  #about .content .intro .partner .sup_list {
    width: 30%;
    text-align: center;
    float: left;
    margin: 5% 10% 5%;
  }
  #about .content .intro .partner .sup_list .company {
    text-align: center;
    font-size: 10px;
    margin-top: 5%;
  }
  #about .content .overview {
    padding: 50px 50px;
    background: #FFE9E4;
    display: flex;
  }
  #about .content .overview .left {
    float: left;
    margin-right: 70px;
  }
  #about .content .overview .right {
    float: left;
  }
  #about .content .overview dl {
    margin: 0 0 20% 0;
  }
  #about .content .overview dt {
    font-size: 14px;
    font-weight: normal;
    color: #4A4A4A;
  }
  #about .content .overview dd {
    font-size: 12px;
    color: #4A4A4A;
  }
  #about .content .overview dd a {
    color: #4A4A4A;
  }
  #about .content .overview .contactBox {
    width: 100%;
    margin-top: 5%;
    clear: both;
  }
  #about .content .overview .contactBox #address span {
    font-weight: normal;
    font-size: 14px;
    color: #4A4A4A;
  }
}

@media only screen and (max-width: 639px) {
  #about {
    margin: 0 auto;
    padding: 44px 0 0;
    color: #4A4A4A;
  }
  #about img {
    width: 100%;
  }
  #about img.pc {
    display: none;
  }
  #about .content {
    line-height: 2.2;
    margin: 0 auto;
    color: #4A4A4A;
  }
  #about .content .aboutBox {
    text-align: center;
    /* margin: 0 auto 100px; */
    margin: 0 auto 50px;
    padding: 40px 30px;
  }
  #about .content .aboutBox h2 {
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 50px;
  }
  #about .content .aboutBox .txt {
    font-size: 15px;
    margin-bottom: 5%;
  }
  #about .content .aboutBox .txt br {
    display: none;
  }
  #about .content .solution {
    height: auto;
    background: url("../images/page/solution_bg.jpg") top center no-repeat;
    background-size: cover;
    padding: 50px 30px;
  }
  #about .content .solution h3 {
    font-size: 20px;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
    padding: 20px 0;
  }
  #about .content .solution .copy {
    font-size: 14px;
    color: #ffffff;
    margin: 0 auto 40px;
  }
  #about .content .solution h4 {
    font-size: 18px;
    color: #ffffff;
    text-align: center;
  }
  #about .content .solution .linkBox {
    margin: 0 auto;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    padding: 15px 0 15px 5px;
    overflow: hidden;
    position: relative;
    width: 60%;
  }
  #about .content .solution .linkBox .sample1 {
    overflow: hidden;
    margin: 0 0 5px 0;
    position: relative;
  }
  #about .content .solution .linkBox .sample1 .caption {
    position: absolute;
    top: 10%;
    text-align: left;
    padding: 0 5%;
    font-size: 13px;
    font-weight: bold;
  }
  #about .content .solution .linkBox .sample1 .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(231, 57, 14, 0.7);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 1;
  }
  #about .content .solution .linkBox .sample1 .next {
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
  #about .content #featurArea {
    background: #FDF2F0;
    padding: 50px 20px;
  }
  #about .content #featurArea .bxBox {
    padding-bottom: 40px;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    outline: none;
    border: 1px solid #E7390E;
    border-radius: 27px;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
  }
  #about .content #featurArea .headline {
    border-bottom: 1px solid #E7390E;
    font-size: 12px;
    color: #E7390E;
  }
  #about .content #featurArea h3 {
    font-size: 18px;
    color: #E7390E;
    margin: 15px 0;
  }
  #about .content #featurArea .leftBox {
    width: 140px;
    margin: 0 auto 10px;
  }
  #about .content #featurArea .rightBox {
    padding: 0 10px;
    text-align: left;
  }
  #about .content .structure {
    width: 100%;
    height: auto;
    background-color: #FFB843;
    padding: 50px 0;
  }
  #about .content .structure h5 {
    font-weight: normal;
    font-size: 20px;
    color: #4A4A4A;
    text-align: center;
    padding: 20px 0;
  }
  #about .content .structure .stepBox {
    text-align: center;
    margin: 0 auto 100px;
    background: url("../images/page/list_bg.svg") top center no-repeat;
    background-position: 240px 10px;
  }
  #about .content .structure .stepBox ul {
    display: inline-block;
  }
  #about .content .structure .stepBox ul .list {
    clear: both;
    width: 160px;
    float: left;
    margin-right: 45px;
  }
  #about .content .structure .stepBox ul .list img {
    width: 50%;
  }
  #about .content .structure .stepBox ul .list .leadtxt {
    font-weight: normal;
    font-size: 15px;
    color: #4A4A4A;
    margin-top: 20px;
    text-align: left;
  }
  #about .content .structure .stepBox ul .list .txt {
    font-size: 12px;
    color: #4A4A4A;
    text-align: left;
  }
  #about .content .intro {
    height: auto;
    padding: 20px 15px 0;
  }
  #about .content .intro .headline {
    font-weight: normal;
    font-size: 16px;
    color: #4A4A4A;
    text-align: center;
    padding: 20px 0;
  }













/*
  #about .content .intro ul {
    display: inline-block;
  }
  #about .content .intro ul .list {
    text-align: center;
    border-bottom: 1px solid #D6D6D6;
    padding-bottom: 30px;
    padding-top: 20px;
  }
  #about .content .intro ul .list img {
    width: 40%;
  }
  #about .content .intro ul .list .leadtxt {
    font-size: 15px;
    color: #4A4A4A;
    margin: 7% 0;
  }
  #about .content .intro ul .list .txt {
    font-size: 12px;
    color: #4A4A4A;
    text-align: left;
    line-height: 2.2;
    margin-bottom: 10px;
  }
*/


  #about .content .intro ul {
    width: auto;
    margin-top: 40px;
    display: inline-block;
  }
  #about .content .intro ul.intro_list {
  }
  #about .content .intro ul .list {
    margin: 0 auto 5%;
    padding-bottom: 10%;
    border-bottom: 1px solid #D6D6D6;
  }
  #about .content .intro ul .list .left{
  }
  #about .content .intro ul .list .left img {
    width: 40%;
    padding: 0 30%;
  }
  #about .content .intro ul .list .center{
    margin-top: 5%;
  }
  #about .content .intro ul .list .right{
    margin-top: 5%;
  }

  #about .content .intro ul .list img {
    width: 50%;
    padding: 0 25%;
  }
  #about .content .intro ul .list .leadtxt {
    font-size: 15px;
    color: #4A4A4A;
    margin: 0 0 0;
    text-align: center;
    line-height: 1.8;
  }
  #about .content .intro ul .list .leadtxt br{
    display: none;
  }
  #about .content .intro ul .list .txt {
    font-size: 13px;
    color: #4A4A4A;
    text-align: left;
    line-height: 2.2;
    margin-bottom: 10px;
  }
  #about .content .intro .supporter {
    border-bottom: 1px solid #D6D6D6;
    width: 100%;
    padding: 10px 0;
    margin-top: 5%;
    text-align: center;
  }
  #about .content .intro .supporter ul {
    margin: 0 auto 30px;
  }
  #about .content .intro .supporter .sup_list {
    width: 40%;
    text-align: center;
    float: left;
    margin: 20px auto 20px;
    padding: 0 5%;
  }
  #about .content .intro .supporter .sup_list img {
    border-radius: 45px;
    height: 90px;
    width: 90px;
  }
  #about .content .intro .supporter .sup_list .name {
    font-size: 14px;
  }
  #about .content .intro .supporter .sup_list .company {
    font-size: 10px;
    height: 70px;
  }
  #about .content .intro .partner {
    width: 90%;
    padding: 10px 5%;
    text-align: center;
  }
  #about .content .intro .partner ul {
    margin: 0 auto 30px;
    display: inline-block;
  }
  #about .content .intro .partner .sup_list {
    width: 40%;
    text-align: center;
    float: left;
    margin: 20px auto 20px;
    padding: 0 5%;
  }
  #about .content .intro .partner .sup_list .company {
    text-align: center;
    font-size: 10px;
    margin-top: 5%;
    height: 50px;
  }
  #about .content .overview {
    padding: 30px 15px;
    background: #FFE9E4;
    display: flex;
  }
  #about .content .overview .left {
    float: left;
    margin-right: 70px;
  }
  #about .content .overview .right {
    float: left;
  }
  #about .content .overview dl {
    margin: 0 0 20% 0;
  }
  #about .content .overview dt {
    font-size: 14px;
    font-weight: normal;
    color: #4A4A4A;
  }
  #about .content .overview dd {
    font-size: 12px;
    color: #4A4A4A;
  }
  #about .content .overview dd a {
    color: #4A4A4A;
  }
  #about .content .overview .contactBox {
    width: 100%;
    margin-top: 5%;
    clear: both;
  }
  #about .content .overview .contactBox #address span {
    font-weight: normal;
    font-size: 14px;
    color: #4A4A4A;
  }
}

#about .content .intro .partner ul + .c-btn {
  margin-bottom: 30px;
}

/*----------------------------------------------------------------------------------
                                        page-join
------------------------------------------------------------------------------------*/
@media only screen and (min-width: 1080px) {
  #join {
    margin: 0 auto;
    padding: 0 0 80px;
    color: #4A4A4A;
  }
  #join img {
    width: 100%;
  }
  #join img.phone {
    display: none;
  }
  #join .content {
    line-height: 2.2;
    width: 100%;
    padding: 40px 0 0;
    margin: 0 auto;
    color: #4A4A4A;
  }
  #join .content .joinBox {
    text-align: center;
    width: 620px;
    margin: 0 auto 100px;
  }
  #join .content .joinBox h2 {
    font-size: 36px;
    line-height: 1.8;
    margin-bottom: 50px;
  }
  #join .content .joinBox .txt {
    font-size: 16px;
    text-align: left;
  }
  #join .content .donation {
    width: 540px;
    margin: 40px auto;
    padding: 30px;
    background-color: #E7390E;
    -webkit-transition: none;
    transition: none;
    text-align: center;
    text-decoration: none;
    outline: none;
    border: 1px solid #E7390E;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    height: 520px;
  }
  #join .content .donation h3 {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 30px;
  }
  #join .content .donation .copy {
    font-size: 14px;
    color: #ffffff;
    text-align: left;
    margin-bottom: 25px;
  }
  #join .content .donation ul {
    width: 680px;
    position: relative;
    left: -70px;
  }
  #join .content .donation ul.phone {
    display: none;
  }
  #join .content .donation ul li {
    width: 220px;
    float: left;
    margin: 0 5px 35px 0;
  }
  #join .content .donation .linkBox {
    width: 680px;
    left: -70px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
  }
  #join .content .donation .linkBox .sample1 {
    width: 220px;
    float: left;
    margin: 0 5px 0 0;
    overflow: hidden;
    position: relative;
    float: left;
  }
  #join .content .donation .linkBox .sample1 .caption {
    font-size: 16px;
    text-align: left;
    padding: 45px 10px 0;
    color: #ffffff;
  }
  #join .content .donation .linkBox .sample1 .caption a:hover {
    text-decoration: none;
  }
  #join .content .donation .linkBox .sample1 .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(248, 146, 122, 0.7);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  #join .content .donation .linkBox .sample1:hover .mask {
    opacity: 1;
  }
  #join .content .donation .linkBox .next {
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
  #join .content .donation .moreButton {
    text-align: center;
    margin: 5% auto;
    font-size: 16px;
    width: 350px;
  }
  #join .content .donation .moreButton .button {
    color: #ffffff;
    line-height: 40px;
    border: #ffffff 1px solid;
    -webkit-transition: none;
    transition: none;
    display: inline-block;
    width: 100%;
    height: 40px;
    text-align: center;
    text-decoration: none;
    outline: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background: url("../images/page/yajirushi.svg") right no-repeat;
    background-position: 95%;
  }
  #join .content .donation .moreButton .button:hover {
    border: #ffffff 1px solid;
    color: #E7390E;
    background: url("../images/page/arrow_hover.svg") right no-repeat #ffffff;
    background-position: 95%;
  }
  #join .content .volunteer {
    width: 540px;
    margin: 40px auto;
    padding: 30px;
    background-color: #FFB843;
    -webkit-transition: none;
    transition: none;
    text-align: center;
    text-decoration: none;
    outline: none;
    border: 1px solid #FFB843;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    height: 520px;
  }
  #join .content .volunteer h3 {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 30px;
  }
  #join .content .volunteer .copy {
    font-size: 14px;
    color: #ffffff;
    text-align: left;
    margin-bottom: 25px;
  }
  #join .content .volunteer ul {
    width: 680px;
    position: relative;
    left: -70px;
  }
  #join .content .volunteer ul.phone {
    display: none;
  }
  #join .content .volunteer ul li {
    width: 220px;
    float: left;
    margin: 0 5px 35px 0;
  }
  #join .content .volunteer .linkBox {
    width: 680px;
    left: -70px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
  }
  #join .content .volunteer .linkBox .sample2 {
    width: 220px;
    float: left;
    margin: 0 5px 0 0;
    overflow: hidden;
    position: relative;
    float: left;
  }
  #join .content .volunteer .linkBox .sample2 .caption {
    font-size: 16px;
    text-align: left;
    padding: 45px 10px 0;
    color: #ffffff;
  }
  #join .content .volunteer .linkBox .sample2 .caption a:hover {
    text-decoration: none;
  }
  #join .content .volunteer .linkBox .sample2 .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(233, 199, 70, 0.7);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  #join .content .volunteer .linkBox .sample2:hover .mask {
    opacity: 1;
  }
  #join .content .volunteer .linkBox .next {
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
  #join .content .volunteer .moreButton {
    text-align: center;
    margin: 5% auto;
    font-size: 16px;
    width: 350px;
  }
  #join .content .volunteer .moreButton .button {
    color: #ffffff;
    /* line-height: 40px; */
    border: #ffffff 1px solid;
    -webkit-transition: none;
    transition: none;
    display: inline-block;
    width: 100%;
    /* height: 40px; */
    height: 51px;
    line-height: 1.6;
    text-align: center;
    text-decoration: none;
    outline: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background: url("../images/page/yajirushi.svg") right no-repeat;
    background-position: 95%;
  }
  #join .content .volunteer .moreButton .button:hover {
    border: #ffffff 1px solid;
    color: #FFB843;
    background: url("../images/page/arrow_hover2.svg") right no-repeat #ffffff;
    background-position: 95%;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1079px) {
  #join {
    margin: 0 auto;
    padding: 44px 0 0;
    color: #4A4A4A;
  }
  #join img {
    width: 100%;
  }
  #join img.pc {
    display: none;
  }
  #join .content {
    line-height: 2.2;
    padding: 40px 10px 0;
    margin: 0 auto;
    color: #4A4A4A;
  }
  #join .content .joinBox {
    text-align: center;
    margin: 0 auto 100px;
    padding: 0 10px;
    width: 70%;
  }
  #join .content .joinBox h2 {
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 50px;
  }
  #join .content .joinBox .txt {
    font-size: 16px;
    text-align: left;
  }
  #join .content .donation {
    width: 60%;
    margin: 40px auto;
    padding: 30px;
    background-color: #E7390E;
    -webkit-transition: none;
    transition: none;
    text-align: center;
    text-decoration: none;
    outline: none;
    border: 1px solid #E7390E;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
  }
  #join .content .donation h3 {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 30px;
  }
  #join .content .donation .copy {
    font-size: 14px;
    color: #ffffff;
    text-align: left;
    margin-bottom: 25px;
  }
  #join .content .donation .pc {
    display: none;
  }
  #join .content .donation ul {
    position: relative;
  }
  #join .content .donation ul.pc {
    display: none;
  }
  #join .content .donation ul a:hover {
    text-decoration: none;
  }
  #join .content .donation ul li {
    padding: 0;
    margin: 0 0 5px;
    position: relative;
  }
  #join .content .donation ul li img {
    opacity: 0.6;
  }
  #join .content .donation ul li .caption {
    position: absolute;
    top: 40%;
    text-align: left;
    padding: 0 5%;
    font-weight: bold;
  }
  #join .content .donation ul li .next {
    position: relative;
    bottom: 90px;
    right: -240px;
    width: 30px;
  }
  #join .content .donation .moreButton {
    text-align: center;
    margin: 5% auto;
    font-size: 14px;
  }
  #join .content .donation .moreButton .button {
    color: #ffffff;
    line-height: 1.4;
    border: #ffffff 1px solid;
    -webkit-transition: none;
    transition: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 40px;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    text-align: center;
    text-decoration: none;
    outline: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background: url("../images/page/yajirushi.svg") right no-repeat;
    background-position: 95%;
  }
  #join .content .donation .moreButton .button:hover {
    border: #ffffff 1px solid;
    color: #E7390E;
    background: url("../images/page/arrow_hover.svg") right no-repeat #ffffff;
    background-position: 95%;
  }
  #join .content .volunteer {
    width: 60%;
    margin: 40px auto;
    padding: 30px;
    background-color: #FFB843;
    -webkit-transition: none;
    transition: none;
    text-align: center;
    text-decoration: none;
    outline: none;
    border: 1px solid #FFB843;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
  }
  #join .content .volunteer h3 {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 30px;
  }
  #join .content .volunteer .copy {
    font-size: 14px;
    color: #ffffff;
    text-align: left;
    margin-bottom: 25px;
  }
  #join .content .volunteer .pc {
    display: none;
  }
  #join .content .volunteer ul {
    position: relative;
  }
  #join .content .volunteer ul.pc {
    display: none;
  }
  #join .content .volunteer ul a:hover {
    text-decoration: none;
  }
  #join .content .volunteer ul li {
    padding: 0;
    margin: 0 0 5px;
    position: relative;
  }
  #join .content .volunteer ul li img {
    opacity: 0.6;
  }
  #join .content .volunteer ul li .caption {
    position: absolute;
    top: 40%;
    text-align: left;
    padding: 0 5%;
    font-weight: bold;
  }
  #join .content .volunteer ul li .next {
    position: relative;
    bottom: 90px;
    right: -240px;
    width: 30px;
  }
  #join .content .volunteer .moreButton {
    text-align: center;
    margin: 5% auto;
    font-size: 14px;
  }
  #join .content .volunteer .moreButton .button {
    color: #ffffff;
    line-height: 1.4;
    border: #ffffff 1px solid;
    -webkit-transition: none;
    transition: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 40px;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    text-align: center;
    text-decoration: none;
    outline: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background: url("../images/page/yajirushi.svg") right no-repeat;
    background-position: 95%;
  }
  #join .content .volunteer .moreButton .button:hover {
    border: #ffffff 1px solid;
    color: #E7390E;
    background: url("../images/page/arrow_hover.svg") right no-repeat #ffffff;
    background-position: 95%;
  }
}

@media only screen and (max-width: 639px) {
  #join {
    margin: 0 auto;
    padding: 44px 0 0;
    color: #4A4A4A;
  }
  #join img {
    width: 100%;
  }
  #join img.pc {
    display: none;
  }
  #join .content {
    line-height: 2.2;
    padding: 40px 10px 0;
    margin: 0 auto;
    color: #4A4A4A;
  }
  #join .content .joinBox {
    text-align: center;
    margin: 0 auto 100px;
    padding: 0 10px;
  }
  #join .content .joinBox h2 {
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 50px;
  }
  #join .content .joinBox .txt {
    font-size: 16px;
    text-align: left;
  }
  #join .content .donation {
    margin: 40px auto;
    padding: 30px;
    background-color: #E7390E;
    -webkit-transition: none;
    transition: none;
    text-align: center;
    text-decoration: none;
    outline: none;
    border: 1px solid #E7390E;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
  }
  #join .content .donation h3 {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 30px;
  }
  #join .content .donation .copy {
    font-size: 14px;
    color: #ffffff;
    text-align: left;
    margin-bottom: 25px;
  }
  #join .content .donation .pc {
    display: none;
  }
  #join .content .donation ul {
    position: relative;
  }
  #join .content .donation ul.pc {
    display: none;
  }
  #join .content .donation ul a:hover {
    text-decoration: none;
  }
  #join .content .donation ul li {
    padding: 0;
    margin: 0 0 5px;
    position: relative;
  }
  #join .content .donation ul li img {
    opacity: 0.6;
  }
  #join .content .donation ul li .caption {
    position: absolute;
    top: 10%;
    text-align: left;
    padding: 0 5%;
    font-weight: bold;
  }
  #join .content .donation ul li .next {
    position: relative;
    bottom: 90px;
    right: -240px;
    width: 30px;
  }
  #join .content .donation .moreButton {
    text-align: center;
    margin: 5% auto;
    font-size: 14px;
  }
  #join .content .donation .moreButton .button {
    color: #ffffff;
    line-height: 1.4;
    border: #ffffff 1px solid;
    -webkit-transition: none;
    transition: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 40px;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    text-align: center;
    text-decoration: none;
    outline: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background: url("../images/page/yajirushi.svg") right no-repeat;
    background-position: 95%;
  }
  #join .content .donation .moreButton .button:hover {
    border: #ffffff 1px solid;
    color: #E7390E;
    background: url("../images/page/arrow_hover.svg") right no-repeat #ffffff;
    background-position: 95%;
  }
  #join .content .volunteer {
    margin: 40px auto;
    padding: 30px;
    background-color: #FFB843;
    -webkit-transition: none;
    transition: none;
    text-align: center;
    text-decoration: none;
    outline: none;
    border: 1px solid #FFB843;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
  }
  #join .content .volunteer h3 {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 30px;
  }
  #join .content .volunteer .copy {
    font-size: 14px;
    color: #ffffff;
    text-align: left;
    margin-bottom: 25px;
  }
  #join .content .volunteer .pc {
    display: none;
  }
  #join .content .volunteer ul {
    position: relative;
  }
  #join .content .volunteer ul.pc {
    display: none;
  }
  #join .content .volunteer ul a:hover {
    text-decoration: none;
  }
  #join .content .volunteer ul li {
    padding: 0;
    margin: 0 0 5px;
    position: relative;
  }
  #join .content .volunteer ul li img {
    opacity: 0.6;
  }
  #join .content .volunteer ul li .caption {
    position: absolute;
    top: 10%;
    text-align: left;
    padding: 0 5%;
    font-weight: bold;
  }
  #join .content .volunteer ul li .next {
    position: relative;
    bottom: 90px;
    right: -240px;
    width: 30px;
  }
  #join .content .volunteer .moreButton {
    text-align: center;
    margin: 5% auto;
    font-size: 14px;
  }
  #join .content .volunteer .moreButton .button {
    color: #ffffff;
    line-height: 1.4;
    border: #ffffff 1px solid;
    -webkit-transition: none;
    transition: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 40px;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    text-align: center;
    text-decoration: none;
    outline: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background: url("../images/page/yajirushi.svg") right no-repeat;
    background-position: 95%;
  }
  #join .content .volunteer .moreButton .button:hover {
    border: #ffffff 1px solid;
    color: #E7390E;
    background: url("../images/page/arrow_hover.svg") right no-repeat #ffffff;
    background-position: 95%;
  }

}
#join .content .donation .moreButton .button br{
  display: none;
}
@media only screen and (max-width: 400px) {
  #join .content .donation .moreButton .button br{
    display: inline;
  }
}
/*----------------------------------------------------------------------------------
		 								page-case_all
------------------------------------------------------------------------------------*/
@media only screen and (min-width: 1080px) {
  #case {
    margin: 0 auto;
    padding: 0 0 40px 0;
    background: #ffffff;
    color: #333333;
  }
  #case img {
    width: 100%;
  }
  #case img.phone {
    display: none;
  }
  #case .content {
    line-height: 2.2;
    width: 980px;
    padding: 0;
    margin: 50px auto 0;
    color: #4A4A4A;
  }
  #case .content .list {
    margin: 0px auto 45px;
    padding: 40px 0 0 0;
    width: 960px;
    border-bottom: 1px solid #D6D6D6;
  }
  #case .content .list .caselist {
    width: 300px;
    height: 270px;
    margin: 0 20px 50px 0;
    float: left;
  }
  #case .content .list .caselist .topSum {
    width: 220px;
  }
  #case .content .list .caselist .txt {
    font-size: 16px;
    margin: 5px 0 0;
  }
  #case .content .list .caselist .txt a {
    color: #4A4A4A;
  }
  #case .content .list .caselist .txt a:hover {
    color: #C9C7C6;
  }
  #case .content .pageNation {
    padding: 0 0 15%;
    font-family: "Roboto Condensed", sans-serif;
    text-align: center;
    margin: 0 auto;
  }
  #case .content .pageNation .current {
    width: 60px;
    height: 38px;
    background: #999999;
    border: 1px solid #999999;
    border-radius: 70px;
    -moz-border-radius: 70px;
    -webkit-border-radius: 70px;
    color: #ffffff;
    padding: 15px 22px 15px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    transition: background-color 0.7s ease-in;
    -webkit-transition: background-color 0.7s ease-in;
    margin: 0 10px;
  }
  #case .content .pageNation .current:hover {
    background: #999999;
    color: #ffffff;
    border: 1px solid #999999;
  }
  #case .content .pageNation .page {
    width: 60px;
    height: 38px;
    background: #ffffff;
    border: 1px solid #999999;
    border-radius: 70px;
    -moz-border-radius: 70px;
    -webkit-border-radius: 70px;
    color: #999999;
    padding: 15px 22px 15px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    transition: background-color 0.7s ease-in;
    -webkit-transition: background-color 0.7s ease-in;
    margin: 0 10px;
  }
  #case .content .pageNation .page:hover {
    background: #999999;
    color: #ffffff;
    border: 1px solid #999999;
  }
  #case .content .pageNation .nextpostslink, #case .content .pageNation .previouspostslink {
    border: none;
    font-size: 20px;
  }
  #case .content .attention {
    font-size: 13px;
    line-height: 1.8;
    color: #4A4A4A;
    width: 620px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1079px) {
  #case {
    margin: 0 auto;
    padding: 39px 0;
    background: #ffffff;
    color: #000000;
  }
  #case img {
    width: 100%;
  }
  #case img.pc {
    display: none;
  }
  #case .content {
    line-height: 2.2;
    padding: 40px 20px;
    margin: 0 auto;
    color: #000000;
  }
  #case .content .list {
    margin: 0px auto 100px;
  }
  #case .content .list .caselist {
    margin-bottom: 35px;
  }
  #case .content .list .caselist .topSum {
    width: 220px;
  }
  #case .content .list .caselist .txt {
    font-size: 16px;
    margin: 5px 0 0;
    padding: 0 5px;
  }
  #case .content .list .caselist .txt a {
    color: #000000;
  }
  #case .content .list .caselist .txt a:hover {
    color: #C9C7C6;
  }
  #case .content .pageNation {
    padding: 0 0 15%;
    font-family: "Roboto Condensed", sans-serif;
    text-align: center;
    margin: 0 auto;
  }
  #case .content .pageNation .current {
    width: 60px;
    height: 38px;
    background: #999999;
    border: 1px solid #999999;
    border-radius: 70px;
    -moz-border-radius: 70px;
    -webkit-border-radius: 70px;
    color: #ffffff;
    padding: 15px 22px 15px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    transition: background-color 0.7s ease-in;
    -webkit-transition: background-color 0.7s ease-in;
    margin: 0 10px;
  }
  #case .content .pageNation .current:hover {
    background: #999999;
    color: #ffffff;
    border: 1px solid #999999;
  }
  #case .content .pageNation .page {
    width: 60px;
    height: 38px;
    background: #ffffff;
    border: 1px solid #999999;
    border-radius: 70px;
    -moz-border-radius: 70px;
    -webkit-border-radius: 70px;
    color: #999999;
    padding: 15px 22px 15px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    transition: background-color 0.7s ease-in;
    -webkit-transition: background-color 0.7s ease-in;
    margin: 0 10px;
  }
  #case .content .pageNation .page:hover {
    background: #999999;
    color: #ffffff;
    border: 1px solid #999999;
  }
  #case .content .pageNation .nextpostslink, #case .content .pageNation .previouspostslink {
    border: none;
    font-size: 20px;
  }
  #case .content .attention {
    font-size: 13px;
    line-height: 1.8;
    color: #4A4A4A;
    width: 620px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 639px) {
  #case {
    margin: 0 auto;
    padding: 39px 0;
    background: #ffffff;
    color: #000000;
  }
  #case img {
    width: 100%;
  }
  #case img.pc {
    display: none;
  }
  #case .content {
    line-height: 2.2;
    padding: 40px 20px;
    margin: 0 auto;
    color: #000000;
  }
  #case .content .list {
    margin: 0px auto 100px;
  }
  #case .content .list .caselist {
    margin-bottom: 35px;
  }
  #case .content .list .caselist .topSum {
    width: 220px;
  }
  #case .content .list .caselist .txt {
    font-size: 16px;
    margin: 5px 0 0;
    padding: 0 5px;
  }
  #case .content .list .caselist .txt a {
    color: #000000;
  }
  #case .content .list .caselist .txt a:hover {
    color: #C9C7C6;
  }
  #case .content .pageNation {
    padding: 0 0 15%;
    font-family: "Roboto Condensed", sans-serif;
    text-align: center;
    margin: 0 auto;
  }
  #case .content .pageNation .current {
    width: 60px;
    height: 38px;
    background: #999999;
    border: 1px solid #999999;
    border-radius: 70px;
    -moz-border-radius: 70px;
    -webkit-border-radius: 70px;
    color: #ffffff;
    padding: 15px 22px 15px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    transition: background-color 0.7s ease-in;
    -webkit-transition: background-color 0.7s ease-in;
    margin: 0 10px;
  }
  #case .content .pageNation .current:hover {
    background: #999999;
    color: #ffffff;
    border: 1px solid #999999;
  }
  #case .content .pageNation .page {
    width: 60px;
    height: 38px;
    background: #ffffff;
    border: 1px solid #999999;
    border-radius: 70px;
    -moz-border-radius: 70px;
    -webkit-border-radius: 70px;
    color: #999999;
    padding: 15px 22px 15px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    transition: background-color 0.7s ease-in;
    -webkit-transition: background-color 0.7s ease-in;
    margin: 0 10px;
  }
  #case .content .pageNation .page:hover {
    background: #999999;
    color: #ffffff;
    border: 1px solid #999999;
  }
  #case .content .pageNation .nextpostslink, #case .content .pageNation .previouspostslink {
    border: none;
    font-size: 20px;
  }
  #case .content .attention {
    font-size: 13px;
    line-height: 1.8;
    color: #4A4A4A;
    width: 620px;
    margin: 0 auto;
  }
}

/*----------------------------------------------------------------------------------
		 								page-news
------------------------------------------------------------------------------------*/
@media only screen and (min-width: 1080px) {
  #news {
    margin: 0 auto;
    padding: 0;
    color: #4A4A4A;
  }
  #news.phone {
    display: none;
  }
  #news img {
    width: 100%;
  }
  #news img.phone {
    display: none;
  }
  #news h2 {
    font-size: 20px;
    text-align: center;
    margin: 40px 0;
  }
  #news .content {
    line-height: 2.2;
    width: 100%;
    padding: 40px 0;
    margin: 0 auto;
    color: #4A4A4A;
    background-color: #EBEBEB;
  }
  #news .content .newsArea {
    width: 850px;
    margin: 0 auto;
  }
  #news .content .newsArea .newarticle {
    width: 850px;
  }
  #news .content .newsArea .newarticle .thumbnail {
    height: 380px;
    overflow: hidden;
  }
  #news .content .newsArea .newarticle .cont {
    padding: 20px 20px 15px;
    background: #ffffff;
    text-align: left;
  }
  #news .content .newsArea .newarticle .cont .newstxt {
    font-size: 18px;
    font-weight: 500;
    color: #4A4A4A;
    height: auto;
  }
  #news .content .newsArea .newarticle .cont .newstxt a {
    color: #4A4A4A;
  }
  #news .content .newsArea .newarticle .cont .newstxt a:hover {
    color: #999999;
    text-decoration: none;
  }
  #news .content .newsArea .newarticle .cont .category {
    margin: 3% 0 0 0;
    font-size: 10px;
    display: inline-block;
  }
  #news .content .newsArea .newarticle .cont .category a {
    color: #E7390E;
    border: 1px solid #E7390E;
    background: #ffffff;
    padding: 2px 3px;
  }
  #news .content .newsArea .newarticle .cont .category a:hover {
    color: #ffffff;
    background: #E7390E;
    border: 1px solid #E7390E;
    padding: 2px 3px;
    text-decoration: none;
  }
  #news .content .newsArea .newarticle .cont .category li {
    float: left;
    padding-right: 10px;
  }
  #news .content .newsArea .newarticle .cont .datetime {
    clear: both;
    margin-top: 1%;
    font-size: 12px;
    color: #4A4A4A;
    font-weight: lighter;
  }
  #news .content .newsArea .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    margin: 30px auto 0 auto;
    list-style-type: none;
    width: 850px;
  }
  #news .content .newsArea .list .newslist {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 410px;
    margin: 0 0 30px 0;
    text-align: center;
    text-decoration: none;
    background: #ffffff;
  }
  #news .content .newsArea .list .newslist .cont-top .spimg {
    height: 220px;
    overflow: hidden;
  }
  #news .content .newsArea .list .newslist .cont-top .spimg img {
    width: 100%;
  }
  #news .content .newsArea .list .newslist .cont-top .newstxt {
    margin-top: 20px;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 500;
    color: #4A4A4A;
    text-align: left;
    height: auto;
    line-height: 1.6;
  }
  #news .content .newsArea .list .newslist .cont-top .newstxt a {
    color: #4A4A4A;
  }
  #news .content .newsArea .list .newslist .cont-top .newstxt a:hover {
    color: #999999;
    text-decoration: none;
  }
  #news .content .newsArea .list .newslist .cont-bottom{
    padding: 0 20px 15px 20px;
    text-align: left;
  }
  #news .content .newsArea .list .newslist .cont-bottom .category {
    margin: 3% 0 0 0;
    font-size: 10px;
    display: inline-block;
  }
  #news .content .newsArea .list .newslist .cont-bottom .category a {
    color: #E7390E;
    border: 1px solid #E7390E;
    background: #ffffff;
    padding: 2px 3px;
  }
  #news .content .newsArea .list .newslist .cont-bottom .category a:hover {
    color: #ffffff;
    background: #E7390E;
    border: 1px solid #E7390E;
    padding: 2px 3px;
    text-decoration: none;
  }
  #news .content .newsArea .list .newslist .cont-bottom .category li {
    float: left;
    padding-right: 10px;
  }
  #news .content .newsArea .list .newslist .cont-bottom .datetime {
    clear: both;
    margin-top: 4%;
    font-size: 12px;
    color: #4A4A4A;
    font-weight: lighter;
  }
  #news .content .newsArea .list .newslist .cate {
    display: none;
  }
  #news .content .datetime {
    font-size: 14px;
    color: #9B9B9B;
    line-height: 1.1;
    margin-top: 20px;
  }
  /*#news .content .pageNation {
    text-align: left;
    margin: 50px auto 0;
  }
  #news .content .pageNation .current {
    width: 50px;
    height: 50px;
    background: #E7390E;
    border: 1px solid #E7390E;
    color: #ffffff;
    padding: 15px 22px 15px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin: 0 5px 0 0;
  }
  #news .content .pageNation .current:hover {
    background: #E7390E;
    color: #ffffff;
    border: 1px solid #E7390E;
    text-decoration: none;
  }
  #news .content .pageNation .page {
    width: 50px;
    height: 50px;
    background: #ffffff;
    border: 1px solid #ffffff;
    color: #999999;
    padding: 15px 22px 15px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin: 0 5px 0 0;
  }
  #news .content .pageNation .page:hover {
    background: #E7390E;
    color: #ffffff;
    border: 1px solid #E7390E;
    text-decoration: none;
  }
  #news .content .pageNation .nextpostslink, #news .content .pageNation .previouspostslink {
    border: none;
    font-size: 18px;
  }*/
}

@media only screen and (min-width: 640px) and (max-width: 1079px) {
  #news {
    margin: 0 auto;
    padding: 0;
    color: #4A4A4A;
  }
  #news.phone {
    display: none;
  }
  #news img {
    width: 100%;
  }
  #news img.phone {
    display: none;
  }
  #news h2 {
    display: none;
  }
  #news .content {
    line-height: 1.6;
    padding: 80px 20px 40px;
    margin: 0 auto;
    color: #4A4A4A;
    background-color: #EBEBEB;
  }
  #news .content .newsArea {
    margin: auto 0;
  }
  #news .content .newsArea .newarticle {
    width: 60%;
    /* display: inline-block; */
    height: auto;
    margin: 0 auto 5%;
    text-align: center;
  }
  #news .content .newsArea .newarticle .cont {
    padding: 5% 3%;
    background: #ffffff;
    text-align: left;
    display: flow-root;
  }
  #news .content .newsArea .newarticle .cont .newstxt a {
    font-size: 14px;
    color: #4A4A4A;
  }
  #news .content .newsArea .newarticle .cont .category {
    margin: 3% 0 0 0;
    font-size: 10px;
    display: inline-block;
  }
  #news .content .newsArea .newarticle .cont .category a {
    color: #E7390E;
    border: 1px solid #E7390E;
    background: #ffffff;
    padding: 2px 3px;
  }
  #news .content .newsArea .newarticle .cont .category a:hover {
    color: #ffffff;
    background: #E7390E;
    border: 1px solid #E7390E;
    padding: 2px 3px;
    text-decoration: none;
  }
  #news .content .newsArea .newarticle .cont .category li {
    float: left;
    padding-right: 10px;
  }
  #news .content .newsArea .newarticle .cont .datetime {
    margin-top: 5%;
    font-size: 12px;
    color: #4A4A4A;
    float: right;
    font-weight: lighter;
  }
  #news .content .newsArea ul {
    margin: 0 auto;
    text-align: center;
    list-style-type: none;
  }
  #news .content .newsArea ul .newslist {
    text-align: center;
    text-decoration: none;
    margin: 0 auto 5%;
    background: #ffffff;
    height: auto;
    padding: 0 0 3%;
    width: 60%;
  }
  #news .content .newsArea ul .newslist .cont-top {
    display: flex;

  }
  #news .content .newsArea ul .newslist .cont-top .spimg {
    width: 35%;
    margin-right: 3%;
  }
  #news .content .newsArea ul .newslist .cont-top .spimg img {
    width: 100%;
  }
  #news .content .newsArea ul .newslist .cont-top .newstxt{
    flex: 1 1 0%;
    padding-top: 3%;
    padding-right: 0.5em;
    text-align: left;
  }
  #news .content .newsArea ul .newslist .cont-top .newstxt a {
    font-size: 13px;
    color: #4A4A4A;
    line-height: 1.8;
    text-align: left;
  }
  #news .content .newsArea ul .newslist .cont-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 3% 3% 0 3%;
  }
  #news .content .newsArea ul .newslist .cont-bottom .category {
    font-size: 10px;
    /*display: inline-block;*/
  }
  #news .content .newsArea ul .newslist .cont-bottom .category a {
    color: #E7390E;
    border: 1px solid #E7390E;
    background: #ffffff;
    padding: 2px 3px;
  }
  #news .content .newsArea ul .newslist .cont-bottom .category a:hover {
    color: #ffffff;
    background: #E7390E;
    border: 1px solid #E7390E;
    padding: 2px 3px;
    text-decoration: none;
  }
  #news .content .newsArea ul .newslist .cont-bottom .category li {
    float: left;
    padding-right: 10px;
  }
  #news .content .newsArea ul .newslist .cont-bottom .datetime {
    float: right;
    font-size: 12px;
    color: #4A4A4A;
    font-weight: lighter;
  }
  /*#news .content .pageNation {
    padding: 5% 0 0;
    font-family: "Roboto Condensed", sans-serif;
    text-align: center;
    margin: 0 auto;
  }
  #news .content .pageNation .current {
    width: 50px;
    height: 50px;
    background: #E7390E;
    border: 1px solid #E7390E;
    color: #ffffff;
    padding: 15px 22px 15px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin: 0 5px 0 0;
  }
  #news .content .pageNation .current:hover {
    background: #E7390E;
    color: #ffffff;
    border: 1px solid #E7390E;
    text-decoration: none;
  }
  #news .content .pageNation .page {
    width: 50px;
    height: 50px;
    background: #ffffff;
    border: 1px solid #ffffff;
    color: #999999;
    padding: 15px 22px 15px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin: 0 5px 0 0;
  }
  #news .content .pageNation .page:hover {
    background: #E7390E;
    color: #ffffff;
    border: 1px solid #E7390E;
    text-decoration: none;
  }
  #news .content .pageNation .nextpostslink, #news .content .pageNation .previouspostslink {
    border: none;
    font-size: 20px;
  }*/
}

@media only screen and (max-width: 639px) {
  #news {
    margin: 0 auto;
    padding: 0;
    color: #4A4A4A;
  }
  #news.phone {
    display: none;
  }
  #news img {
    width: 100%;
  }
  #news img.phone {
    display: none;
  }
  #news h2 {
    display: none;
  }
  #news .content {
    line-height: 1.6;
    padding: 80px 20px 40px;
    margin: 0 auto;
    color: #4A4A4A;
    background-color: #EBEBEB;
  }
  #news .content .newsArea {
    margin: auto 0;
  }
  #news .content .newsArea .newarticle {
    width: 100%;
    display: inline-block;
    height: auto;
    margin-bottom: 5%;
  }
  #news .content .newsArea .newarticle .cont {
    padding: 5% 3%;
    background: #ffffff;
    text-align: left;
    display: flow-root;
  }
  #news .content .newsArea .newarticle .cont .newstxt a {
    font-size: 14px;
    color: #4A4A4A;
  }
  #news .content .newsArea .newarticle .cont .category {
    margin: 3% 0 0 0;
    font-size: 10px;
    display: inline-block;
  }
  #news .content .newsArea .newarticle .cont .category a {
    color: #E7390E;
    border: 1px solid #E7390E;
    background: #ffffff;
    padding: 2px 3px;
  }
  #news .content .newsArea .newarticle .cont .category a:hover {
    color: #ffffff;
    background: #E7390E;
    border: 1px solid #E7390E;
    padding: 2px 3px;
    text-decoration: none;
  }
  #news .content .newsArea .newarticle .cont .category li {
    float: left;
    padding-right: 10px;
    margin-bottom: 3%;
  }
  #news .content .newsArea .newarticle .cont .datetime {
    margin-top: 3%;
    font-size: 12px;
    color: #4A4A4A;
    float: right;
    font-weight: lighter;
  }
  #news .content .newsArea ul {
    margin: 0 auto;
    text-align: center;
    list-style-type: none;
  }
  #news .content .newsArea ul .newslist {
    text-align: center;
    text-decoration: none;
    margin: 0 0 5% 0;
    background: #ffffff;
    height: auto;
    padding: 0 3% 3% 0;
  }
  #news .content .newsArea ul .newslist .cont-top{
    display: flex;
    justify-content: flex-start;
  }
  #news .content .newsArea ul .newslist .cont-top .spimg {
    width: 35%;
    margin-right: 3%;
  }

  #news .content .newsArea ul .newslist .cont-top .spimg img {
    width: 100%;
  }
  #news .content .newsArea ul .newslist .cont-top .newstxt {
    flex: 1 1 0%;
    padding-top: 3%;
  }
  #news .content .newsArea ul .newslist .cont-top .newstxt a {
    display: block;
    display: -webkit-box;
    max-height: 5.4em;
    font-size: 13px;
    color: #4A4A4A;
    line-height: 1.8;
    text-align: left;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  #news .content .newsArea ul .newslist .cont-bottom {
    clear: both;
    padding: 1% 3%;
    background: #ffffff;
    text-align: left;
    display: flow-root;
    width: 97%;
  }
  #news .content .newsArea ul .newslist .cont-bottom .category {
    margin: 3% 0 0 0;
    font-size: 10px;
    /*display: inline-block;*/
  }
  #news .content .newsArea ul .newslist .cont-bottom .category a {
    color: #E7390E;
    border: 1px solid #E7390E;
    background: #ffffff;
    padding: 2px 3px;
  }
  #news .content .newsArea ul .newslist .cont-bottom .category a:hover {
    color: #ffffff;
    background: #E7390E;
    border: 1px solid #E7390E;
    padding: 2px 3px;
    text-decoration: none;
  }
  #news .content .newsArea ul .newslist .cont-bottom .category li {
    float: left;
    padding-right: 10px;
    margin-bottom: 3%;
  }
  #news .content .newsArea ul .newslist .cont-bottom .datetime {
    float: right;
    font-size: 12px;
    color: #4A4A4A;
    font-weight: lighter;
  }
  /*#news .content .pageNation {
    padding: 5% 0 0;
    font-family: "Roboto Condensed", sans-serif;
    text-align: center;
    margin: 0 auto;
  }
  #news .content .pageNation .current {
    display: inline-block;
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    background: #E7390E;
    border: 1px solid #E7390E;
    padding: 0;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin: 0 5px 10px 0;
    line-height: 48px;
  }
  #news .content .pageNation .current:hover {
    background: #E7390E;
    color: #ffffff;
    border: 1px solid #E7390E;
    text-decoration: none;
  }
  #news .content .pageNation .page {
    display: inline-block;
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    background: #ffffff;
    border: 1px solid #ffffff;
    padding: 0;
    color: #999999;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin: 0 5px 10px 0;
    line-height: 48px;
  }
  #news .content .pageNation .page:hover {
    background: #E7390E;
    color: #ffffff;
    border: 1px solid #E7390E;
    text-decoration: none;
  }
  #news .content .pageNation .nextpostslink, #news .content .pageNation .previouspostslink {
    border: none;
    font-size: 20px;
  }*/
}

/***
 *　news pageNation
 ***/
#news .content .pageNation .wp-pagenavi{
  text-align: left;
  letter-spacing: -.4em;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  text-align: center;
  line-height: 1.2;
}
#news .content .pageNation .wp-pagenavi > *{
  box-sizing: border-box;
  display: inline-block;
  letter-spacing: 0;
  padding: 0.8em;
  margin: .3em;
  color: #999999;
  line-height: 1;
  background-color: #fff;
  border: none;
  vertical-align: middle;
}
#news .content .pageNation .wp-pagenavi > *:first-child{
  margin-left: 0;
}
#news .content .pageNation .wp-pagenavi > *:last-child{
  margin-right: 0;
}

#news .content .pageNation .wp-pagenavi > .pages{
  border: 1px solid #999999;
}
#news .content .pageNation .wp-pagenavi > .extend{
  font-family: sans-serif;
  background: none;
  padding-left: 0;
  padding-right: 0;
}
#news .content .pageNation .wp-pagenavi > a{
  text-decoration: none;
  transition: color .2s ease 0s, background-color .2s ease 0s;
}
#news .content .pageNation .wp-pagenavi > a:hover,
#news .content .pageNation .wp-pagenavi > .current{
  color: white;
  background-color: #999999;
}

@media only screen and (min-width: 1080px) {
  #news .content .pageNation .wp-pagenavi{}
}
@media only screen and (min-width: 640px) and (max-width: 1079px) {
  #news .content .pageNation .wp-pagenavi{}
}
@media only screen and (max-width: 639px) {
  #news .content .pageNation .wp-pagenavi{
    font-size: 16px;
  }
}

/*----------------------------------------------------------------------------------
		 								page-privacypolicy
------------------------------------------------------------------------------------*/
@media only screen and (min-width: 1080px) {
  #base {
    margin: 0 auto 250px;
    background: #ffffff;
  }
  #base img {
    width: 100%;
  }
  #base h2 {
    font-weight: bold;
    text-align: center;
    font-size: 26px;
    line-height: 1.8;
    margin: 50px 0 50px;
  }
  #base .content {
    font-size: 16px;
    line-height: 2;
    width: 620px;
    margin: 50px auto 0;
    color: #4A4A4A;
    background-color: #F5F3F3;
    line-height: 40px;
    -webkit-transition: none;
    border-radius: 10px;
    outline: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
  }
  #base .content.qa {
    padding: 30px 160px 0;
  }
  #base .content.qa .leadTxt {
    margin-bottom: 8%;
  }
  #base .content.qa dl {
    line-height: 2;
  }
  #base .content.qa dt {
    color: #3AAD11;
    margin-bottom: 2%;
  }
  #base .content.qa dd {
    margin-bottom: 6%;
  }
  #base .content.management {
    padding: 70px 160px 0;
  }
  #base .content.management dl {
    line-height: 2;
  }
  #base .content.management dt {
    font-weight: bold;
  }
  #base .content.management dd {
    margin-bottom: 6%;
  }
  #base .content.privacypolicy {
    padding: 70px 160px;
  }
  #base .content.privacypolicy .leadTxt {
    margin-bottom: 6%;
  }
  #base .content.privacypolicy dl {
    line-height: 2;
  }
  #base .content.privacypolicy dt {
    font-weight: bold;
  }
  #base .content.privacypolicy dd {
    margin-bottom: 6%;
  }
  #base .content.privacypolicy ul {
    margin-top: 5%;
  }
  #base .content a {
    color: #4A4A4A;
  }
  #base .content a:hover {
    color: #C9C7C6;
    border-bottom: 1px solid #C9C7C6;
    padding-bottom: 2px;
  }
  #base .content span {
    color: #3AAD11;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1079px) {
  #base {
    margin: 0 auto 100px;
    background: #ffffff;
    padding: 0 10%;
  }
  #base img {
    width: 100%;
  }
  #base h2 {
    color: #3AAD11;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    line-height: 1.8;
    margin: 50px 0 50px;
  }
  #base .content {
    font-size: 13px;
    line-height: 2;
    margin: 50px auto 0;
    color: #4A4A4A;
    border-top: 1px solid #D6D6D6;
  }
  #base .content.qa {
    padding: 50px 5% 0;
  }
  #base .content.qa .leadTxt {
    margin-bottom: 8%;
  }
  #base .content.qa dl {
    line-height: 2;
  }
  #base .content.qa dt {
    color: #3AAD11;
    margin-bottom: 2%;
  }
  #base .content.qa dd {
    margin-bottom: 8%;
  }
  #base .content.management {
    padding: 50px 5% 0;
  }
  #base .content.management dl {
    line-height: 2;
  }
  #base .content.management dt {
    font-weight: bold;
  }
  #base .content.management dd {
    margin-bottom: 8%;
  }
  #base .content.privacypolicy {
    padding: 50px 5% 0;
  }
  #base .content.privacypolicy .leadTxt {
    margin-bottom: 8%;
  }
  #base .content.privacypolicy dl {
    line-height: 2;
  }
  #base .content.privacypolicy dt {
    font-weight: bold;
  }
  #base .content.privacypolicy dd {
    margin-bottom: 8%;
  }
  #base .content a {
    color: #3AAD11;
  }
  #base .content a:hover {
    color: #C9C7C6;
    border-bottom: 1px solid #C9C7C6;
    padding-bottom: 2px;
  }
  #base .content span {
    color: #3AAD11;
  }
}

@media only screen and (max-width: 639px) {
  #base {
    margin: 0 auto 100px;
    background: #ffffff;
    padding: 0 10px;
  }
  #base img {
    width: 100%;
  }
  #base h2 {
    color: #000000;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    line-height: 1.8;
    margin: 50px 0 50px;
  }
  #base .content {
    font-size: 13px;
    line-height: 2;
    margin: 50px auto 0;
    color: #000000;
    border-top: 1px solid #D6D6D6;
  }
  #base .content.qa {
    padding: 50px 5% 0;
  }
  #base .content.qa .leadTxt {
    margin-bottom: 8%;
  }
  #base .content.qa dl {
    line-height: 2;
  }
  #base .content.qa dt {
    color: #3AAD11;
    margin-bottom: 2%;
  }
  #base .content.qa dd {
    margin-bottom: 8%;
  }
  #base .content.management {
    padding: 50px 5% 0;
  }
  #base .content.management dl {
    line-height: 2;
  }
  #base .content.management dt {
    font-weight: bold;
  }
  #base .content.management dd {
    margin-bottom: 8%;
  }
  #base .content.privacypolicy {
    padding: 50px 5% 0;
  }
  #base .content.privacypolicy .leadTxt {
    margin-bottom: 8%;
  }
  #base .content.privacypolicy dl {
    line-height: 2;
  }
  #base .content.privacypolicy dt {
    font-weight: bold;
  }
  #base .content.privacypolicy dd {
    margin-bottom: 8%;
  }
  #base .content a {
    color: #000000;
  }
  #base .content .toplink {
    text-align: center;
  }
  #base .content .toplink a {
    color: #024E90;
  }
  #base .content .toplink a:hover {
    text-decoration: underline;
  }
}

/*----------------------------------------------------------------------------------
		 								page-contact
------------------------------------------------------------------------------------*/
@media only screen and (min-width: 1080px) {
  #contact {
    margin: 0 auto 100px;
    background: #ffffff;
  }
  #contact img {
    width: 100%;
  }
  #contact h2 {
    font-weight: bold;
    text-align: center;
    font-size: 26px;
    line-height: 1.8;
    margin: 50px 0 50px;
  }
  #contact.contactall .c_icon {
    padding: 0 0;
    margin: 50px auto 20px;
    width: 85px;
  }
  #contact.contactall .content {
    font-size: 16px;
    line-height: 2;
    width: 460px;
    margin: 60px auto 0;
    color: #4A4A4A;
    border-top: 1px solid #D6D6D6;
    padding: 70px 240px 0;
  }
  #contact.contactall .content h3 {
    font-size: 14px;
    text-align: center;
    padding: 0px 0 50px;
  }
  #contact.contactall .content ul {
    margin-top: 5%;
    text-align: center;
  }
  #contact.contactall .content li {
    margin-bottom: 13%;
  }
  #contact.contactall .content .contactBtn {
    font-size: 14px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    padding: 7% 0;
    display: block;
    font-size: 20px;
  }
  #contact.contactall .content a.contactBtn {
    color: #4A4A4A;
    border: 1px solid #979797;
  }
  #contact.contactall .content a.contactBtn:hover {
    border: 1px solid #3AAD11;
    color: #3AAD11;
  }
  #contact.contactform .mw_wp_form_input .content {
    font-size: 16px;
    line-height: 2;
    width: 460px;
    margin: 50px auto 0;
    color: #4A4A4A;
    padding: 60px 240px;
    background-color: #F5F3F3;
    line-height: 40px;
    -webkit-transition: none;
    border-radius: 10px;
    outline: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
  }
  #contact.contactform .mw_wp_form_input .content .houseInfo {
    text-align: center;
    margin-bottom: 50px;
  }
  #contact.contactform .mw_wp_form_input .content .houseInfo .title {
    font-size: 20px;
  }
  #contact.contactform .mw_wp_form_input .content .houseInfo .price {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 30px;
  }
  #contact.contactform .mw_wp_form_input .content .houseInfo .price span {
    font-size: 14px;
    color: #4A4A4A;
    margin-left: 1%;
  }
  #contact.contactform .mw_wp_form_input .content .houseInfo .number {
    font-size: 14px;
  }
  #contact.contactform .mw_wp_form_input .content .members {
    width: 100%;
    margin: 30px auto;
    padding: 10px 0;
    color: #4A4A4A;
    line-height: 45px;
    -webkit-transition: none;
    transition: none;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    border: 1px solid #024E90;
    outline: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
  }
  #contact.contactform .mw_wp_form_input .content .members h3 {
    font-size: 14px;
    text-align: center;
  }
  #contact.contactform .mw_wp_form_input .content .members h4 {
    font-size: 24px;
    color: #024E90;
    font-weight: bold;
  }
  #contact.contactform .mw_wp_form_input .content ul {
    margin-top: 13%;
    text-align: center;
  }
  #contact.contactform .mw_wp_form_input .content li {
    margin-bottom: 13%;
  }
  #contact.contactform .mw_wp_form_input .content dl.formList {
    width: 100%;
  }
  #contact.contactform .mw_wp_form_input .content dl.formList dt {
    font-size: 17px;
    margin-bottom: 1%;
  }
  #contact.contactform .mw_wp_form_input .content dl.formList dt span.small {
    font-size: 12px;
  }
  #contact.contactform .mw_wp_form_input .content dl.formList dt span.mail {
    font-size: 12px;
  }
  #contact.contactform .mw_wp_form_input .content dl.formList dt span.required {
    font-size: 9px;
    background: #E7390E;
    padding: 5px 7px;
    margin-left: 10px;
    color: #ffffff;
  }
  #contact.contactform .mw_wp_form_input .content dl.formList dd {
    margin-bottom: 7%;
  }
  #contact.contactform .mw_wp_form_input .content dl.formList dd.second {
    margin-bottom: 3%;
  }
  #contact.contactform .mw_wp_form_input .content dl.formList dd.third {
    margin-bottom: 0%;
  }
  #contact.contactform .mw_wp_form_input .content dl.formList dd span.small {
    font-size: 12px;
  }
  #contact.contactform .mw_wp_form_input .content dl.formList input[type="text"], #contact.contactform .mw_wp_form_input .content dl.formList input[type="email"], #contact.contactform .mw_wp_form_input .content dl.formList textarea {
    border: 1px solid #979797;
    vertical-align: baseline;
    font-size: 14px;
    padding: 1%;
    width: 98%;
  }
  #contact.contactform .mw_wp_form_input .content dl.formList input.tel {
    width: 50px;
  }
  #contact.contactform .mw_wp_form_input .content .policy {
    text-align: center;
    font-size: 12px;
    color: #9B9B9B;
  }
  #contact.contactform .mw_wp_form_input .content .confbtn {
    font-size: 18px;
    border: none;
    color: #ffffff;
    width: 100%;
    padding: 3% 0;
    cursor: pointer;
    background-color: #024E90;
    border-radius: 8px;
    margin-top: 8%;
  }
  #contact.contactform .mw_wp_form_input .content .sentbtn {
    font-size: 18px;
    border: none;
    color: #ffffff;
    width: 100%;
    padding: 3% 0;
    cursor: pointer;
    background-color: #024E90;
    border-radius: 8px;
    margin-top: 8%;
  }
  #contact.contactform .mw_wp_form_input .content .backbtn {
    font-size: 18px;
    color: #4A4A4A;
    margin-top: 5%;
  }
  #contact.contactform .mw_wp_form_input .content .btncenter {
    text-align: center;
  }
  #contact.contactform .mw_wp_form_input .content .btncenter .contactBtn {
    font-size: 14px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    padding: 7% 0;
    display: block;
    font-size: 20px;
  }
  #contact.contactform .mw_wp_form_input .content a.contactBtn {
    color: #4A4A4A;
    border: 1px solid #979797;
  }
  #contact.contactform .mw_wp_form_input .content a.contactBtn:hover {
    border: 1px solid #3AAD11;
    color: #3AAD11;
  }
  #contact.contactform .mw_wp_form_confirm .content {
    font-size: 16px;
    line-height: 2;
    width: 460px;
    margin: 50px auto 0;
    color: #4A4A4A;
    padding: 60px 240px;
    background-color: #F5F3F3;
    line-height: 40px;
    -webkit-transition: none;
    border-radius: 10px;
    outline: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
  }
  #contact.contactform .mw_wp_form_confirm .content .houseInfo {
    text-align: center;
    margin-bottom: 50px;
  }
  #contact.contactform .mw_wp_form_confirm .content .houseInfo .title {
    font-size: 20px;
  }
  #contact.contactform .mw_wp_form_confirm .content .houseInfo .price {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 30px;
  }
  #contact.contactform .mw_wp_form_confirm .content .houseInfo .price span {
    font-size: 14px;
    color: #4A4A4A;
    margin-left: 1%;
  }
  #contact.contactform .mw_wp_form_confirm .content .houseInfo .number {
    font-size: 14px;
  }
  #contact.contactform .mw_wp_form_confirm .content .members {
    width: 100%;
    margin: 30px auto;
    padding: 10px 0;
    color: #4A4A4A;
    line-height: 45px;
    -webkit-transition: none;
    transition: none;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    border: 1px solid #024E90;
    outline: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
  }
  #contact.contactform .mw_wp_form_confirm .content .members h3 {
    font-size: 14px;
    text-align: center;
  }
  #contact.contactform .mw_wp_form_confirm .content .members h4 {
    font-size: 24px;
    color: #024E90;
    font-weight: bold;
  }
  #contact.contactform .mw_wp_form_confirm .content ul {
    margin-top: 13%;
    text-align: center;
  }
  #contact.contactform .mw_wp_form_confirm .content li {
    margin-bottom: 13%;
  }
  #contact.contactform .mw_wp_form_confirm .content dl.formList {
    width: 100%;
  }
  #contact.contactform .mw_wp_form_confirm .content dl.formList dt {
    font-size: 18px;
    margin-bottom: 1%;
  }
  #contact.contactform .mw_wp_form_confirm .content dl.formList dt span.small {
    display: none;
  }
  #contact.contactform .mw_wp_form_confirm .content dl.formList dt span.required {
    display: none;
  }
  #contact.contactform .mw_wp_form_confirm .content dl.formList dd {
    margin-bottom: 7%;
    font-size: 20px;
    color: #000000;
  }
  #contact.contactform .mw_wp_form_confirm .content dl.formList dd.second {
    margin-bottom: 7% !important;
  }
  #contact.contactform .mw_wp_form_confirm .content dl.formList dd.third {
    margin-bottom: 0%;
  }
  #contact.contactform .mw_wp_form_confirm .content dl.formList dd span.small {
    font-size: 12px;
  }
  #contact.contactform .mw_wp_form_confirm .content dl.formList dd.con {
    display: none;
  }
  #contact.contactform .mw_wp_form_confirm .content dl.formList .policy {
    display: none;
  }
  #contact.contactform .mw_wp_form_confirm .content .policy {
    text-align: center;
    font-size: 12px;
    color: #9B9B9B;
  }
  #contact.contactform .mw_wp_form_confirm .content .confbtn {
    font-size: 18px;
    border: none;
    color: #ffffff;
    width: 100%;
    padding: 3% 0;
    cursor: pointer;
    background-color: #024E90;
    border-radius: 8px;
    margin-top: 8%;
  }
  #contact.contactform .mw_wp_form_confirm .content .sentbtn {
    font-size: 18px;
    border: none;
    color: #ffffff;
    width: 100%;
    padding: 3% 0;
    cursor: pointer;
    background-color: #024E90;
    border-radius: 8px;
    margin-top: 8%;
  }
  #contact.contactform .mw_wp_form_confirm .content .backbtn {
    font-size: 18px;
    color: #024E90;
    margin-top: 5%;
  }
  #contact.contactform .mw_wp_form_confirm .content .btncenter {
    text-align: center;
  }
  #contact.contactform .mw_wp_form_confirm .content .btncenter .contactBtn {
    font-size: 14px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    padding: 7% 0;
    display: block;
    font-size: 20px;
  }
  #contact.contactform .mw_wp_form_confirm .content a.contactBtn {
    color: #4A4A4A;
    border: 1px solid #979797;
  }
  #contact.contactform .mw_wp_form_confirm .content a.contactBtn:hover {
    border: 1px solid #3AAD11;
    color: #3AAD11;
  }
  #contact.contactform .contactThx {
    padding: 90px 165px;
    width: 610px;
    margin: 50px auto;
    line-height: 2;
    color: #4A4A4A;
    background-color: #F5F3F3;
    line-height: 40px;
    -webkit-transition: none;
    border-radius: 10px;
    outline: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
  }
  #contact.contactform .contactThx .c_icon {
    padding: 0 0;
    margin: 80px auto 60px;
    width: 115px;
  }
  #contact.contactform .contactThx h2 {
    margin: 0px 0 80px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #4A4A4A;
  }
  #contact.contactform .contactThx .members {
    width: 100%;
    margin: 30px auto;
    padding: 10px 0;
    color: #4A4A4A;
    line-height: 45px;
    -webkit-transition: none;
    transition: none;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    border: 1px solid #024E90;
    outline: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
  }
  #contact.contactform .contactThx .members h3 {
    font-size: 14px;
    text-align: center;
  }
  #contact.contactform .contactThx .members h4 {
    font-size: 24px;
    color: #024E90;
    font-weight: bold;
  }
  #contact.contactform .contactThx p {
    font-size: 16px;
    line-height: 2;
    text-align: center;
    margin-bottom: 10%;
  }
  #contact.contactform .contactThx p a {
    color: #024E90;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1079px) {
  #contact {
    margin: 0 0 100px;
    background: #ffffff;
    padding: 0 10px;
  }
  #contact img {
    width: 100%;
  }
  #contact h2 {
    color: #000000;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    line-height: 1.8;
    margin: 50px 0 50px;
  }
  #contact.contactall .c_icon {
    padding: 0 0;
    margin: 50px auto 20px;
    width: 50px;
  }
  #contact.contactall .content {
    font-size: 13px;
    line-height: 2;
    margin: 50px 10px 0;
    color: #4A4A4A;
    border-top: 1px solid #D6D6D6;
    padding: 0px 5% 0;
  }
  #contact.contactall .content h3 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 0px 0 50px;
  }
  #contact.contactall .content h4 {
    font-size: 24px;
    color: #024E90;
    font-weight: bold;
  }
  #contact.contactall .content ul {
    margin-top: 5%;
    text-align: center;
  }
  #contact.contactall .content li {
    margin-bottom: 13%;
  }
  #contact.contactall .content .contactBtn {
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    padding: 7% 0;
    display: block;
    font-size: 13px;
  }
  #contact.contactall .content a.contactBtn {
    color: #4A4A4A;
    border: 1px solid #979797;
  }
  #contact.contactall .content a.contactBtn:hover {
    border: 1px solid #3AAD11;
    color: #3AAD11;
  }
  #contact.contactform .mw_wp_form_input .content {
    font-size: 13px;
    line-height: 2;
    margin: 50px auto 0;
    color: #4A4A4A;
    border-top: 1px solid #D6D6D6;
    padding: 0px 5% 0;
  }
  #contact.contactform .mw_wp_form_input .content .houseInfo {
    text-align: center;
    margin-bottom: 50px;
  }
  #contact.contactform .mw_wp_form_input .content .houseInfo .title {
    font-size: 16px;
  }
  #contact.contactform .mw_wp_form_input .content .houseInfo .price {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 25px;
  }
  #contact.contactform .mw_wp_form_input .content .houseInfo .price span {
    font-size: 13px;
    color: #4A4A4A;
    margin-left: 1%;
  }
  #contact.contactform .mw_wp_form_input .content .houseInfo .number {
    font-size: 13px;
  }
  #contact.contactform .mw_wp_form_input .content .members {
    width: 100%;
    margin: 30px auto;
    padding: 10px 0;
    color: #4A4A4A;
    line-height: 45px;
    -webkit-transition: none;
    transition: none;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    border: 1px solid #024E90;
    outline: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
  }
  #contact.contactform .mw_wp_form_input .content .members h3 {
    font-size: 14px;
    text-align: center;
  }
  #contact.contactform .mw_wp_form_input .content .members h4 {
    font-size: 24px;
    color: #024E90;
    font-weight: bold;
  }
  #contact.contactform .mw_wp_form_input .content ul {
    margin-top: 13%;
    text-align: center;
  }
  #contact.contactform .mw_wp_form_input .content li {
    margin-bottom: 13%;
  }
  #contact.contactform .mw_wp_form_input .content dl.formList {
    width: 100%;
  }
  #contact.contactform .mw_wp_form_input .content dl.formList dt {
    font-size: 15px;
    margin-bottom: 1%;
  }
  #contact.contactform .mw_wp_form_input .content dl.formList dt span.small {
    font-size: 11px;
  }
  #contact.contactform .mw_wp_form_input .content dl.formList dt span.mail {
    font-size: 11px;
  }
  #contact.contactform .mw_wp_form_input .content dl.formList dt span.required {
    font-size: 9px;
    background: #E7390E;
    padding: 5px 7px;
    margin-left: 10px;
    color: #ffffff;
  }
  #contact.contactform .mw_wp_form_input .content dl.formList dd {
    margin-bottom: 7%;
  }
  #contact.contactform .mw_wp_form_input .content dl.formList dd.second {
    margin-bottom: 3%;
  }
  #contact.contactform .mw_wp_form_input .content dl.formList dd.third {
    margin-bottom: 0%;
  }
  #contact.contactform .mw_wp_form_input .content dl.formList dd span.small {
    font-size: 11px;
  }
  #contact.contactform .mw_wp_form_input .content dl.formList input[type="text"], #contact.contactform .mw_wp_form_input .content dl.formList input[type="email"], #contact.contactform .mw_wp_form_input .content dl.formList textarea {
    border: 1px solid #979797;
    vertical-align: baseline;
    font-size: 13px;
    padding: 1%;
    width: 98%;
  }
  #contact.contactform .mw_wp_form_input .content dl.formList input.tel {
    width: 50px;
  }
  #contact.contactform .mw_wp_form_input .content .policy {
    text-align: center;
    font-size: 11px;
    color: #9B9B9B;
  }
  #contact.contactform .mw_wp_form_input .content .confbtn {
    font-size: 16px;
    border: none;
    color: #ffffff;
    width: 100%;
    padding: 3% 0;
    cursor: pointer;
    background-color: #024E90;
    border-radius: 8px;
    margin-top: 8%;
  }
  #contact.contactform .mw_wp_form_input .content .sentbtn {
    font-size: 16px;
    border: none;
    color: #ffffff;
    width: 100%;
    padding: 3% 0;
    cursor: pointer;
    background-color: #024E90;
    border-radius: 8px;
    margin-top: 8%;
  }
  #contact.contactform .mw_wp_form_input .content .backbtn {
    font-size: 18px;
    color: #024E90;
    margin-top: 5%;
  }
  #contact.contactform .mw_wp_form_input .content .btncenter {
    text-align: center;
  }
  #contact.contactform .mw_wp_form_input .content .btncenter .contactBtn {
    font-size: 14px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    padding: 7% 0;
    display: block;
    font-size: 20px;
  }
  #contact.contactform .mw_wp_form_input .content a.contactBtn {
    color: #4A4A4A;
    border: 1px solid #979797;
  }
  #contact.contactform .mw_wp_form_input .content a.contactBtn:hover {
    border: 1px solid #3AAD11;
    color: #3AAD11;
  }
  #contact.contactform .mw_wp_form_confirm .content {
    font-size: 13px;
    line-height: 2;
    margin: 50px auto 0;
    color: #4A4A4A;
    border-top: 1px solid #D6D6D6;
    padding: 0px 5% 0;
  }
  #contact.contactform .mw_wp_form_confirm .content .houseInfo {
    text-align: center;
    margin-bottom: 50px;
  }
  #contact.contactform .mw_wp_form_confirm .content .houseInfo .title {
    font-size: 16px;
  }
  #contact.contactform .mw_wp_form_confirm .content .houseInfo .price {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 25px;
  }
  #contact.contactform .mw_wp_form_confirm .content .houseInfo .price span {
    font-size: 13px;
    color: #4A4A4A;
    margin-left: 1%;
  }
  #contact.contactform .mw_wp_form_confirm .content .houseInfo .number {
    font-size: 13px;
  }
  #contact.contactform .mw_wp_form_confirm .content .members {
    width: 100%;
    margin: 30px auto;
    padding: 10px 0;
    color: #4A4A4A;
    line-height: 45px;
    -webkit-transition: none;
    transition: none;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    border: 1px solid #024E90;
    outline: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
  }
  #contact.contactform .mw_wp_form_confirm .content .members h3 {
    font-size: 14px;
    text-align: center;
  }
  #contact.contactform .mw_wp_form_confirm .content .members h4 {
    font-size: 24px;
    color: #024E90;
    font-weight: bold;
  }
  #contact.contactform .mw_wp_form_confirm .content ul {
    margin-top: 13%;
    text-align: center;
  }
  #contact.contactform .mw_wp_form_confirm .content li {
    margin-bottom: 13%;
  }
  #contact.contactform .mw_wp_form_confirm .content dl.formList {
    width: 100%;
  }
  #contact.contactform .mw_wp_form_confirm .content dl.formList dt {
    font-size: 14px;
    margin-bottom: 1%;
  }
  #contact.contactform .mw_wp_form_confirm .content dl.formList dt span.small {
    display: none;
  }
  #contact.contactform .mw_wp_form_confirm .content dl.formList dt span.required {
    display: none;
  }
  #contact.contactform .mw_wp_form_confirm .content dl.formList dd {
    margin-bottom: 7%;
    font-size: 18px;
    color: #000000;
  }
  #contact.contactform .mw_wp_form_confirm .content dl.formList dd.second {
    margin-bottom: 7% !important;
  }
  #contact.contactform .mw_wp_form_confirm .content dl.formList dd.third {
    margin-bottom: 0%;
  }
  #contact.contactform .mw_wp_form_confirm .content dl.formList dd span.small {
    font-size: 11px;
  }
  #contact.contactform .mw_wp_form_confirm .content dl.formList dd.con {
    display: none;
  }
  #contact.contactform .mw_wp_form_confirm .content dl.formList .policy {
    display: none;
  }
  #contact.contactform .mw_wp_form_confirm .content .policy {
    text-align: center;
    font-size: 11px;
    color: #9B9B9B;
  }
  #contact.contactform .mw_wp_form_confirm .content .confbtn {
    font-size: 16px;
    border: none;
    color: #ffffff;
    width: 100%;
    padding: 3% 0;
    cursor: pointer;
    background-color: #024E90;
    border-radius: 8px;
    margin-top: 8%;
  }
  #contact.contactform .mw_wp_form_confirm .content .sentbtn {
    font-size: 16px;
    border: none;
    color: #ffffff;
    width: 100%;
    padding: 3% 0;
    cursor: pointer;
    background-color: #024E90;
    border-radius: 8px;
    margin-top: 8%;
  }
  #contact.contactform .mw_wp_form_confirm .content .backbtn {
    font-size: 16px;
    color: #024E90;
    margin-top: 5%;
  }
  #contact.contactform .mw_wp_form_confirm .content .btncenter {
    text-align: center;
  }
  #contact.contactform .mw_wp_form_confirm .content .btncenter .contactBtn {
    font-size: 13px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    padding: 7% 0;
    display: block;
    font-size: 20px;
  }
  #contact.contactform .mw_wp_form_confirm .content a.contactBtn {
    color: #4A4A4A;
    border: 1px solid #979797;
  }
  #contact.contactform .mw_wp_form_confirm .content a.contactBtn:hover {
    border: 1px solid #3AAD11;
    color: #3AAD11;
  }
  #contact.contactform .contactThx {
    padding: 0px 5% 0;
    margin: 0 auto;
    line-height: 2;
    color: #4A4A4A;
    border-top: 1px solid #D6D6D6;
  }
  #contact.contactform .contactThx .c_icon {
    padding: 0 0;
    margin: 80px auto 60px;
    width: 80px;
  }
  #contact.contactform .contactThx .members {
    width: 100%;
    margin: 30px auto;
    padding: 10px 0;
    color: #4A4A4A;
    line-height: 45px;
    -webkit-transition: none;
    transition: none;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    border: 1px solid #024E90;
    outline: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
  }
  #contact.contactform .contactThx .members h3 {
    font-size: 14px;
    text-align: center;
  }
  #contact.contactform .contactThx .members h4 {
    font-size: 24px;
    color: #024E90;
    font-weight: bold;
  }
  #contact.contactform .contactThx p {
    font-size: 13px;
    line-height: 2;
    text-align: center;
    margin-bottom: 5%;
  }
  #contact.contactform .contactThx .topbtn {
    text-align: center;
  }
  #contact.contactform .contactThx .topbtn a {
    color: #024E90;
  }
}

@media only screen and (max-width: 639px) {
  #contact {
    margin: 0 0 100px;
    background: #ffffff;
    padding: 0 10px;
  }
  #contact img {
    width: 100%;
  }
  #contact h2 {
    color: #000000;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    line-height: 1.8;
    margin: 50px 0 50px;
  }
  #contact.contactall .c_icon {
    padding: 0 0;
    margin: 50px auto 20px;
    width: 50px;
  }
  #contact.contactall .content {
    font-size: 13px;
    line-height: 2;
    margin: 50px 10px 0;
    color: #4A4A4A;
    border-top: 1px solid #D6D6D6;
    padding: 0px 5% 0;
  }
  #contact.contactall .content h3 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 0px 0 50px;
  }
  #contact.contactall .content h4 {
    font-size: 24px;
    color: #024E90;
    font-weight: bold;
  }
  #contact.contactall .content ul {
    margin-top: 5%;
    text-align: center;
  }
  #contact.contactall .content li {
    margin-bottom: 13%;
  }
  #contact.contactall .content .contactBtn {
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    padding: 7% 0;
    display: block;
    font-size: 13px;
  }
  #contact.contactall .content a.contactBtn {
    color: #4A4A4A;
    border: 1px solid #979797;
  }
  #contact.contactall .content a.contactBtn:hover {
    border: 1px solid #3AAD11;
    color: #3AAD11;
  }
  #contact.contactform .mw_wp_form_input .content {
    font-size: 13px;
    line-height: 2;
    margin: 50px auto 0;
    color: #4A4A4A;
    border-top: 1px solid #D6D6D6;
    padding: 0px 5% 0;
  }
  #contact.contactform .mw_wp_form_input .content .houseInfo {
    text-align: center;
    margin-bottom: 50px;
  }
  #contact.contactform .mw_wp_form_input .content .houseInfo .title {
    font-size: 16px;
  }
  #contact.contactform .mw_wp_form_input .content .houseInfo .price {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 25px;
  }
  #contact.contactform .mw_wp_form_input .content .houseInfo .price span {
    font-size: 13px;
    color: #4A4A4A;
    margin-left: 1%;
  }
  #contact.contactform .mw_wp_form_input .content .houseInfo .number {
    font-size: 13px;
  }
  #contact.contactform .mw_wp_form_input .content .members {
    width: 100%;
    margin: 30px auto;
    padding: 10px 0;
    color: #4A4A4A;
    line-height: 45px;
    -webkit-transition: none;
    transition: none;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    border: 1px solid #024E90;
    outline: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
  }
  #contact.contactform .mw_wp_form_input .content .members h3 {
    font-size: 14px;
    text-align: center;
  }
  #contact.contactform .mw_wp_form_input .content .members h4 {
    font-size: 24px;
    color: #024E90;
    font-weight: bold;
  }
  #contact.contactform .mw_wp_form_input .content ul {
    margin-top: 13%;
    text-align: center;
  }
  #contact.contactform .mw_wp_form_input .content li {
    margin-bottom: 13%;
  }
  #contact.contactform .mw_wp_form_input .content dl.formList {
    width: 100%;
  }
  #contact.contactform .mw_wp_form_input .content dl.formList dt {
    font-size: 15px;
    margin-bottom: 1%;
  }
  #contact.contactform .mw_wp_form_input .content dl.formList dt span.small {
    font-size: 11px;
  }
  #contact.contactform .mw_wp_form_input .content dl.formList dt span.mail {
    font-size: 11px;
  }
  #contact.contactform .mw_wp_form_input .content dl.formList dt span.required {
    font-size: 9px;
    background: #E7390E;
    padding: 5px 7px;
    margin-left: 10px;
    color: #ffffff;
  }
  #contact.contactform .mw_wp_form_input .content dl.formList dd {
    margin-bottom: 7%;
  }
  #contact.contactform .mw_wp_form_input .content dl.formList dd.second {
    margin-bottom: 3%;
  }
  #contact.contactform .mw_wp_form_input .content dl.formList dd.third {
    margin-bottom: 0%;
  }
  #contact.contactform .mw_wp_form_input .content dl.formList dd span.small {
    font-size: 11px;
  }
  #contact.contactform .mw_wp_form_input .content dl.formList input[type="text"], #contact.contactform .mw_wp_form_input .content dl.formList input[type="email"], #contact.contactform .mw_wp_form_input .content dl.formList textarea {
    border: 1px solid #979797;
    vertical-align: baseline;
    font-size: 13px;
    padding: 1%;
    width: 98%;
  }
  #contact.contactform .mw_wp_form_input .content dl.formList input.tel {
    width: 50px;
  }
  #contact.contactform .mw_wp_form_input .content .policy {
    text-align: center;
    font-size: 11px;
    color: #9B9B9B;
  }
  #contact.contactform .mw_wp_form_input .content .confbtn {
    font-size: 16px;
    border: none;
    color: #ffffff;
    width: 100%;
    padding: 3% 0;
    cursor: pointer;
    background-color: #024E90;
    border-radius: 8px;
    margin-top: 8%;
  }
  #contact.contactform .mw_wp_form_input .content .sentbtn {
    font-size: 16px;
    border: none;
    color: #ffffff;
    width: 100%;
    padding: 3% 0;
    cursor: pointer;
    background-color: #024E90;
    border-radius: 8px;
    margin-top: 8%;
  }
  #contact.contactform .mw_wp_form_input .content .backbtn {
    font-size: 16px;
    color: #024E90;
    margin-top: 5%;
  }
  #contact.contactform .mw_wp_form_input .content .btncenter {
    text-align: center;
  }
  #contact.contactform .mw_wp_form_input .content .btncenter .contactBtn {
    font-size: 13px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    padding: 7% 0;
    display: block;
    font-size: 20px;
  }
  #contact.contactform .mw_wp_form_input .content a.contactBtn {
    color: #4A4A4A;
    border: 1px solid #979797;
  }
  #contact.contactform .mw_wp_form_input .content a.contactBtn:hover {
    border: 1px solid #3AAD11;
    color: #3AAD11;
  }
  #contact.contactform .mw_wp_form_confirm .content {
    font-size: 13px;
    line-height: 2;
    margin: 50px auto 0;
    color: #4A4A4A;
    border-top: 1px solid #D6D6D6;
    padding: 0px 5% 0;
  }
  #contact.contactform .mw_wp_form_confirm .content .houseInfo {
    text-align: center;
    margin-bottom: 50px;
  }
  #contact.contactform .mw_wp_form_confirm .content .houseInfo .title {
    font-size: 16px;
  }
  #contact.contactform .mw_wp_form_confirm .content .houseInfo .price {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 25px;
  }
  #contact.contactform .mw_wp_form_confirm .content .houseInfo .price span {
    font-size: 13px;
    color: #4A4A4A;
    margin-left: 1%;
  }
  #contact.contactform .mw_wp_form_confirm .content .houseInfo .number {
    font-size: 13px;
  }
  #contact.contactform .mw_wp_form_confirm .content .members {
    width: 100%;
    margin: 30px auto;
    padding: 10px 0;
    color: #4A4A4A;
    line-height: 45px;
    -webkit-transition: none;
    transition: none;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    border: 1px solid #024E90;
    outline: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
  }
  #contact.contactform .mw_wp_form_confirm .content .members h3 {
    font-size: 14px;
    text-align: center;
  }
  #contact.contactform .mw_wp_form_confirm .content .members h4 {
    font-size: 24px;
    color: #024E90;
    font-weight: bold;
  }
  #contact.contactform .mw_wp_form_confirm .content ul {
    margin-top: 13%;
    text-align: center;
  }
  #contact.contactform .mw_wp_form_confirm .content li {
    margin-bottom: 13%;
  }
  #contact.contactform .mw_wp_form_confirm .content dl.formList {
    width: 100%;
  }
  #contact.contactform .mw_wp_form_confirm .content dl.formList dt {
    font-size: 14px;
    margin-bottom: 1%;
  }
  #contact.contactform .mw_wp_form_confirm .content dl.formList dt span.small {
    display: none;
  }
  #contact.contactform .mw_wp_form_confirm .content dl.formList dt span.required {
    display: none;
  }
  #contact.contactform .mw_wp_form_confirm .content dl.formList dd {
    margin-bottom: 7%;
    font-size: 18px;
    color: #000000;
  }
  #contact.contactform .mw_wp_form_confirm .content dl.formList dd.second {
    margin-bottom: 7% !important;
  }
  #contact.contactform .mw_wp_form_confirm .content dl.formList dd.third {
    margin-bottom: 0%;
  }
  #contact.contactform .mw_wp_form_confirm .content dl.formList dd span.small {
    font-size: 11px;
  }
  #contact.contactform .mw_wp_form_confirm .content dl.formList dd.con {
    display: none;
  }
  #contact.contactform .mw_wp_form_confirm .content dl.formList .policy {
    display: none;
  }
  #contact.contactform .mw_wp_form_confirm .content .policy {
    text-align: center;
    font-size: 11px;
    color: #9B9B9B;
  }
  #contact.contactform .mw_wp_form_confirm .content .confbtn {
    font-size: 16px;
    border: none;
    color: #ffffff;
    width: 100%;
    padding: 3% 0;
    cursor: pointer;
    background-color: #024E90;
    border-radius: 8px;
    margin-top: 8%;
  }
  #contact.contactform .mw_wp_form_confirm .content .sentbtn {
    font-size: 16px;
    border: none;
    color: #ffffff;
    width: 100%;
    padding: 3% 0;
    cursor: pointer;
    background-color: #024E90;
    border-radius: 8px;
    margin-top: 8%;
  }
  #contact.contactform .mw_wp_form_confirm .content .backbtn {
    font-size: 16px;
    color: #024E90;
    margin-top: 5%;
  }
  #contact.contactform .mw_wp_form_confirm .content .btncenter {
    text-align: center;
  }
  #contact.contactform .mw_wp_form_confirm .content .btncenter .contactBtn {
    font-size: 13px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    padding: 7% 0;
    display: block;
    font-size: 20px;
  }
  #contact.contactform .mw_wp_form_confirm .content a.contactBtn {
    color: #4A4A4A;
    border: 1px solid #979797;
  }
  #contact.contactform .mw_wp_form_confirm .content a.contactBtn:hover {
    border: 1px solid #3AAD11;
    color: #3AAD11;
  }
  #contact.contactform .contactThx {
    padding: 0px 5% 0;
    margin: 0 auto;
    line-height: 2;
    color: #4A4A4A;
    border-top: 1px solid #D6D6D6;
  }
  #contact.contactform .contactThx .c_icon {
    padding: 0 0;
    margin: 80px auto 60px;
    width: 80px;
  }
  #contact.contactform .contactThx .members {
    width: 100%;
    margin: 30px auto;
    padding: 10px 0;
    color: #4A4A4A;
    line-height: 45px;
    -webkit-transition: none;
    transition: none;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    border: 1px solid #024E90;
    outline: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
  }
  #contact.contactform .contactThx .members h3 {
    font-size: 14px;
    text-align: center;
  }
  #contact.contactform .contactThx .members h4 {
    font-size: 24px;
    color: #024E90;
    font-weight: bold;
  }
  #contact.contactform .contactThx p {
    font-size: 13px;
    line-height: 2;
    text-align: left;
    margin-bottom: 5%;
  }
  #contact.contactform .contactThx .topbtn {
    text-align: center;
  }
  #contact.contactform .contactThx .topbtn a {
    color: #024E90;
  }
}
/* パスワード保護ページ（2021.05.24追加） ------------------------------ */
@media only screen and (min-width: 1080px) {
  #contact.contactform .post-password-form {
    margin: 150px auto;
    width: 460px;
    font-size: 16px;
    line-height: 1.5;
    color: #4A4A4A;
  }
  #contact.contactform .post-password-form p + p {
    margin-top: 1em;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1079px) {
  #contact.contactform .post-password-form {
    margin: 100px auto 0;
    padding: 0 5% 0;
    font-size: 13px;
    line-height: 1.5;
    color: #4A4A4A;
  }
  #contact.contactform .post-password-form p + p {
    margin-top: 1em;
  }
}

@media only screen and (max-width: 639px) {
  #contact.contactform .post-password-form {
    margin: 100px auto 0;
    padding: 0 5% 0;
    font-size: 13px;
    line-height: 1.5;
    color: #4A4A4A;
  }
  #contact.contactform .post-password-form p + p {
    margin-top: 1em;
  }
}

/*----------------------------------------------------------------------------------
		 								single
------------------------------------------------------------------------------------*/
@media only screen and (min-width: 1080px) {
  #single {
    margin: 0 auto;
    padding: 0;
    background: #ffffff;
    color: #4A4A4A;
  }
  #single img {
    max-width: 100%;
  }
  #single p {
    margin-bottom: 2em;
    line-height: 2;
    font-size: 15px;
  }
  #single .content {
    line-height: 2.2;
    width: 950px;
    padding: 0;
    margin: 50px auto 0;
    color: #4A4A4A;
  }
  #single .content h2 {
    font-size: 32px;
    margin: 30px auto;
    width: 640px;
    text-align: left;
  }
  #single .info {
    border-bottom: 1px solid #D6D6D6;
    margin: 0 auto 20px;
    background: url("../images/page/icon.svg") left no-repeat;
    padding-left: 30px;
    width: 640px;
  }
  #single .info .access {
    font-size: 24px;
    color: #F8927A;
    font-weight: bold;
    display: inline;
    margin-right: 2%;
  }
  #single .info .datetime {
    margin-top: 10px;
    font-size: 14px;
    color: #D6D6D6;
    display: inline;
  }
  #single .info .category {
    margin: 3% 0 0 2%;
    font-size: 10px;
    display: inline-block;
    float: right;
  }
  #single .info .category a {
    color: #E7390E;
    border: 1px solid #E7390E;
    background: #ffffff;
    padding: 2px 3px;
  }
  #single .info .category a:hover {
    color: #ffffff;
    background: #E7390E;
    border: 1px solid #E7390E;
    padding: 2px 3px;
    text-decoration: none;
  }
  #single .info .category li {
    float: left;
    padding-left: 10px;
  }
  #single .author {
    width: 640px;
    margin: 0 auto;
  }
  #single .author .authorimg {
    float: left;
    width: 80px;
    margin-right: 20px;
  }
  #single .author .authorimg img {
    width: 100%;
  }
  #single .author .profile {
    float: left;
    width: 140px;
    margin-right: 40px;
  }
  #single .author .profile p {
    font-size: 12px;
    margin-bottom: 0.5em;
    line-height: 2;
  }
  #single .author .intro {
    width: 360px;
    float: left;
  }
  #single .author .intro p {
    font-size: 12px;
    margin-bottom: 0.5em;
    line-height: 2;
  }
  #single .main_image {
    margin: 3% 0 5%;
  }
  #single .main_image.sp {
    display: none;
  }
  #single .txt {
    margin: 30px auto;
    width: 640px;
  }
  #single .txt h3 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 2em;
  }
  #single .txt a {
    color: #E7390E;
  }
  #single .txt img {
    padding: 20px 0;
  }
  #single .txt table {
    margin-bottom: 5%;
  }
  #single .txt td {
    padding: 10px;
    line-height: 2;
  }
  #single .txt .box1 {
    padding: 1em 1em;
    margin: 2em 0;
    font-weight: bold;
    border: solid 2px #f99179;
  }
  #single .txt .box1 p {
    margin: 0;
    padding: 0;
  }
  #single .txt .box9 {
    padding: 1em 1em;
    margin: 2em 0;
    color: #000000;
    background: #fed1c7;
    border-top: solid 10px #e73a0f;
    font-size: 15px;
  }
  #single .txt .box9 p {
    margin: 0;
    padding: 0;
  }
  #single .txt .box26 {
    position: relative;
    margin: 2em 0;
    padding: 1em 1em;
    border: solid 2px #f99179;
    border-radius: 8px;
    font-size: 15px;
  }
  #single .txt .box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #e73a0f;
    font-weight: bold;
  }
  #single .txt .box26 p {
    margin: 0;
    padding: 0;
  }
  #single .txt ul {
    border: solid 2px #f99079;
    padding: 1em 1em 0.5em 3em;
    position: relative;
  }
  #single .txt ul li {
    line-height: 1.5;
    padding: 0.5em 0;
    list-style-type: none !important;
    font-size: 15px;
  }
  #single .txt ul li:before {
    /*疑似要素*/
    font-family: FontAwesome;
    content: "\f00c";
    position: absolute;
    left: 1em;
    color: #e73a0f;
  }
  #single .snsArea {
    width: 640px;
    padding: 40px 0 50px;
    margin: 80px auto 0;
    -webkit-transition: none;
    transition: none;
    text-align: center;
    text-decoration: none;
    border: 1px solid #D6D6D6;
    outline: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
  }
  #single .snsArea .headline1 {
    color: #4A4A4A;
    font-size: 20px;
    background: url("../images/page/icon_1.svg") left no-repeat;
    width: 160px;
    margin: 0 auto 30px;
  }
  #single .snsArea .link {
    width: 585px;
    margin: 0 auto;
  }
  #single .snsArea .link li {
    float: left;
    margin: 0 20px;
  }
  #single .snsArea .link li a img{
    /* width: 80%; */
  }
  #single .snsArea .headline2 {
    margin: 40px 0;
    padding: 30px 0 0;
    color: #4A4A4A;
    font-size: 20px;
    width: 100%;
    border-top: 1px solid #D6D6D6;
    background: url("../images/page/icon_2.svg") left no-repeat;
    background-position: 245px 40px;
  }
  #single .snsArea .snsbtn {
    padding: 0 3%;
  }
  #single .snsArea .snsbtn li {
    width: 75px;
    margin: 0 2%;
    float: left;
  }
  #single .list {
    width: 100%;
    background-color: #EBEBEB;
    margin: 40px 0 0;
    padding: 40px 0;
  }
  #single .list.phone {
    display: none;
  }
  #single .list h3 {
    font-size: 14px;
    margin-bottom: 40px;
    text-align: center;
  }
  #single .list .newslist {
    display: inline-block;
    width: 400px;
    text-align: center;
    text-decoration: none;
    margin-right: 30px;
  }
  #single .list .newslist .cont {
    padding: 10px 20px;
    background: #ffffff;
    text-align: left;
  }
  #single .list .newslist .cont.phone {
    display: none;
  }
  #single .list .newslist .cont .newstxt {
    font-size: 14px;
    font-weight: 500;
    color: #4A4A4A;
    height: 45px;
  }
  #single .list .newslist .cont .newstxt a {
    color: #4A4A4A;
  }
  #single .list .newslist .cont .newstxt a:hover {
    color: #999999;
    text-decoration: none;
  }
  #single .list .newslist .cont .category {
    margin: 3% 0 0 0;
    font-size: 10px;
    display: inline-block;
  }
  #single .list .newslist .cont .category a {
    color: #E7390E;
    border: 1px solid #E7390E;
    background: #ffffff;
    padding: 2px 3px;
  }
  #single .list .newslist .cont .category a:hover {
    color: #ffffff;
    background: #E7390E;
    border: 1px solid #E7390E;
    padding: 2px 3px;
    text-decoration: none;
  }
  #single .list .newslist .cont .category li {
    float: left;
    padding-right: 10px;
  }
  #single .list .newslist .cont .datetime {
    margin-top: 4%;
    font-size: 12px;
    font-weight: lighter;
    color: #4A4A4A;
    font-weight: lighter;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1079px) {
  #single {
    margin: 0 auto;
    padding: 0;
    background: #ffffff;
    color: #4A4A4A;
  }
  #single .snsArea .link li a img {
    width: 75%;
  }
  #single img {
    max-width: 100%;
  }
  #single p {
    margin-bottom: 2em;
    line-height: 2;
    font-size: 15px;
  }
  #single .content {
    line-height: 2.2;
    padding: 0;
    margin: 44px auto 0;
    color: #4A4A4A;
  }
  #single .content h2 {
    font-size: 32px;
    margin: 30px auto;
    width: 640px;
    text-align: left;
  }
  #single .info {
    margin: 0 auto 40px;
    background: url("../images/page/icon.svg") left no-repeat;
    padding-left: 30px;
    background-position: 5px 15px;
    width: 610px;
  }
  #single .info .access {
    font-size: 24px;
    color: #F8927A;
    font-weight: bold;
    display: inline;
    margin-right: 1%;
  }
  #single .info .datetime {
    margin-top: 10px;
    font-size: 12px;
    color: #D6D6D6;
    display: inline;
  }
  #single .info .category {
    margin: 3% 0 0 -25px;
    font-size: 10px;
  }
  #single .info .category a {
    color: #E7390E;
    border: 1px solid #E7390E;
    background: #ffffff;
    padding: 2px 3px;
  }
  #single .info .category a:hover {
    color: #ffffff;
    background: #E7390E;
    border: 1px solid #E7390E;
    padding: 2px 3px;
    text-decoration: none;
  }
  #single .info .category li {
    float: left;
    padding-right: 10px;
  }
  #single .author {
    width: 640px;
    margin: 0 auto;
    border-bottom: 1px solid #D6D6D6;
    padding-bottom: 15px;
  }
  #single .author .authorimg {
    float: left;
    width: 80px;
    margin-right: 20px;
  }
  #single .author .authorimg img {
    width: 100%;
  }
  #single .author .profile {
    float: left;
    width: 140px;
    margin-right: 40px;
  }
  #single .author .profile p {
    font-size: 12px;
    margin-bottom: 0.5em;
    line-height: 2;
  }
  #single .author .intro {
    width: 360px;
    float: left;
  }
  #single .author .intro p {
    font-size: 12px;
    margin-bottom: 0.5em;
    line-height: 2;
  }
  #single .main_image {
    margin: 3% 0 5%;
  }
  #single .main_image.pc {
    display: none;
  }
  #single .txt {
    margin: 30px auto;
    width: 640px;
  }
  #single .txt h3 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 2em;
  }
  #single .txt a {
    color: #E7390E;
  }
  #single .txt img {
    padding: 20px 0;
  }
  #single .txt .box1 {
    padding: 1em 1em;
    margin: 2em 0;
    font-weight: bold;
    border: solid 2px #f99179;
  }
  #single .txt .box1 p {
    margin: 0;
    padding: 0;
  }
  #single .txt .box9 {
    padding: 1em 1em;
    margin: 2em 0;
    color: #000000;
    background: #fed1c7;
    border-top: solid 10px #e73a0f;
    font-size: 15px;
  }
  #single .txt .box9 p {
    margin: 0;
    padding: 0;
  }
  #single .txt .box26 {
    position: relative;
    margin: 2em 0;
    padding: 1em 1em;
    border: solid 2px #f99179;
    border-radius: 8px;
    font-size: 15px;
  }
  #single .txt .box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #e73a0f;
    font-weight: bold;
  }
  #single .txt .box26 p {
    margin: 0;
    padding: 0;
  }
  #single .txt ul {
    border: solid 2px #f99079;
    padding: 1em 1em 0.5em 3em;
    position: relative;
  }
  #single .txt ul li {
    line-height: 1.5;
    padding: 0.5em 0;
    list-style-type: none !important;
    font-size: 15px;
  }
  #single .txt ul li:before {
    /*疑似要素*/
    font-family: FontAwesome;
    content: "\f00c";
    position: absolute;
    left: 1em;
    color: #e73a0f;
  }
  #single .snsArea {
    width: 640px;
    padding: 40px 0 50px;
    margin: 80px auto 40px;
    -webkit-transition: none;
    transition: none;
    text-align: center;
    text-decoration: none;
    border: 1px solid #D6D6D6;
    outline: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
  }
  #single .snsArea .headline1 {
    color: #4A4A4A;
    font-size: 20px;
    background: url("../images/page/icon_1.svg") left no-repeat;
    width: 250px;
    margin: 0 auto 30px;
  }
  #single .snsArea .link {
    width: 585px;
    margin: 0 auto;
  }
  #single .snsArea .link li {
    /* float: left; */
    margin: 0 20px;
  }
  #single .snsArea .headline2 {
    margin: 40px 0;
    padding: 30px 0 0;
    color: #4A4A4A;
    font-size: 20px;
    width: 100%;
    border-top: 1px solid #D6D6D6;
    background: url("../images/page/icon_2.svg") left no-repeat;
    background-position: 245px 40px;
  }
  #single .snsArea .snsbtn {
    padding: 0 3%;
  }
  #single .snsArea .snsbtn li {
    width: 75px;
    margin: 0 2%;
    float: left;
  }
  #single .list {
    height: auto;
    padding: 10px 10px;
    background: #EBEBEB;
  }
  #single .list.pc {
    display: none;
  }
  #single .list h5 {
    font-size: 20px;
    font-weight: bold;
    color: #4A4A4A;
    text-align: center;
  }
  #single .list ul {
    margin: 30px auto;
    text-align: center;
    list-style-type: none;
  }
  #single .list ul .newslist {
    /*display: inline-block;
				text-align: center;
				text-decoration: none;
	    		margin: 0 0 30px;
	    		background-color: $white01;*/
    text-align: center;
    text-decoration: none;
    margin: 0 auto 5%;
    background: #ffffff;
    height: auto;
    padding: 0 3% 2% 0;
    width: 60%;
  }
  #single .list ul .newslist li {
    display: inline-block;
  }
  #single .list ul .newslist .newsimg {
    width: 40%;
    float: left;
    margin-right: 3%;
  }
  #single .list ul .newslist img {
    width: 100%;
  }
  #single .list ul .newslist .cont {
    text-align: left;
    padding: 3% 0 0;
  }
  #single .list ul .newslist .cont .newstxt {
    font-size: 12px;
    color: #4A4A4A;
  }
  #single .list ul .newslist .cont .newstxt a {
    color: #4A4A4A;
  }
  #single .list ul .newslist .bottom {
    clear: both;
    padding: 5px 15px;
    text-align: left;
  }
  #single .list ul .newslist .bottom .category {
    margin: 3% 0 0 0;
    font-size: 10px;
    display: inline-block;
  }
  #single .list ul .newslist .bottom .category .cate {
    margin: 0;
  }
  #single .list ul .newslist .bottom .category a {
    color: #E7390E;
    border: 1px solid #E7390E;
    background: #ffffff;
    padding: 2px 3px;
  }
  #single .list ul .newslist .bottom .category a:hover {
    color: #ffffff;
    background: #E7390E;
    border: 1px solid #E7390E;
    padding: 2px 3px;
    text-decoration: none;
  }
  #single .list ul .newslist .bottom .category li {
    float: left;
    padding-right: 10px;
  }
  #single .list ul .newslist .bottom .datetime {
    margin-top: 10px;
    font-size: 12px;
    color: #4A4A4A;
    float: right;
    font-weight: lighter;
  }
}

@media only screen and (max-width: 639px) {
  #single {
    margin: 0 auto;
    padding: 0;
    background: #ffffff;
    color: #4A4A4A;
  }
  #single img {
    max-width: 100%;
  }
  #single .snsArea .link li a img {
    /* width: 100%; */
  }
  #single p {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 2em;
  }
  #single .content {
    line-height: 2;
    margin: 44px auto 0;
    color: #4A4A4A;
  }
  #single .content h2 {
    font-size: 20px;
    margin: 5% 10px 5%;
  }
  #single .info {
    margin: 0 10px 40px;
    background: url("../images/page/icon.svg") left no-repeat;
    padding-left: 30px;
    background-position: 5px 15px;
  }
  #single .info .access {
    font-size: 24px;
    color: #F8927A;
    font-weight: bold;
    display: inline;
    margin-right: 1%;
  }
  #single .info .datetime {
    margin-top: 10px;
    font-size: 12px;
    color: #D6D6D6;
    display: inline;
  }
  #single .info .category {
    margin: 3% 0 0 -25px;
    font-size: 10px;
  }
  #single .info .category a {
    color: #E7390E;
    border: 1px solid #E7390E;
    background: #ffffff;
    padding: 2px 3px;
  }
  #single .info .category a:hover {
    color: #ffffff;
    background: #E7390E;
    border: 1px solid #E7390E;
    padding: 2px 3px;
    text-decoration: none;
  }
  #single .info .category li {
    float: left;
    padding-right: 10px;
  }
  #single .author {
    margin: 0 10px;
    border-bottom: 1px solid #D6D6D6;
    padding-bottom: 15px;
  }
  #single .author .authorimg {
    float: left;
    width: 80px;
    margin-right: 20px;
  }
  #single .author .authorimg img {
    width: 100%;
  }
  #single .author .profile {
    float: left;
    width: 140px;
    margin-right: 40px;
  }
  #single .author .profile p {
    font-size: 12px;
    margin-bottom: 0.5em;
    line-height: 2;
  }
  #single .author .intro {
    float: left;
    margin-top: 10px;
  }
  #single .author .intro p {
    font-size: 12px;
    margin-bottom: 0.5em;
    line-height: 2;
  }
  #single .main_image {
    margin: 3% 0 5%;
  }
  #single .main_image.pc {
    display: none;
  }
  #single .txt {
    margin: 30px 10px;
  }
  #single .txt h3 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 2em;
  }
  #single .txt a {
    color: #E7390E;
  }
  #single .txt img {
    padding: 20px 0;
  }
  #single .txt .box1 {
    padding: 1em 1em;
    margin: 2em 0;
    font-weight: bold;
    border: solid 2px #f99179;
  }
  #single .txt .box1 p {
    margin: 0;
    padding: 0;
  }
  #single .txt .box9 {
    padding: 1em 1em;
    margin: 2em 0;
    color: #000000;
    background: #fed1c7;
    border-top: solid 10px #e73a0f;
    font-size: 15px;
  }
  #single .txt .box9 p {
    margin: 0;
    padding: 0;
  }
  #single .txt .box26 {
    position: relative;
    margin: 2em 0;
    padding: 1em 1em;
    border: solid 2px #f99179;
    border-radius: 8px;
    font-size: 15px;
  }
  #single .txt .box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #e73a0f;
    font-weight: bold;
  }
  #single .txt .box26 p {
    margin: 0;
    padding: 0;
  }
  #single .txt ul {
    border: solid 2px #f99079;
    padding: 1em 1em 0.5em 3em;
    position: relative;
  }
  #single .txt ul li {
    line-height: 1.5;
    padding: 0.5em 0;
    list-style-type: none !important;
    font-size: 15px;
  }
  #single .txt ul li:before {
    /*疑似要素*/
    font-family: FontAwesome;
    content: "\f00c";
    position: absolute;
    left: 1em;
    color: #e73a0f;
  }
  #single .snsArea {
    padding: 40px 0;
    -webkit-transition: none;
    transition: none;
    text-align: center;
    text-decoration: none;
    border: 1px solid #D6D6D6;
    outline: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin: 30px 10px;
  }
  #single .snsArea .headline1 {
    color: #4A4A4A;
    font-size: 20px;
    margin-bottom: 30px;
    background: url("../images/page/icon_1.svg") left no-repeat;
    background-position: 28%;
    /* padding-left: 11%; */
  }
  #single .snsArea .link li {
    width: 86%;
    margin: 0 auto 25px;
  }
  #single .snsArea .button1 {
    color: #ffffff;
    line-height: 40px;
    -webkit-transition: none;
    transition: none;
    display: inline-block;
    width: 250px;
    height: 40px;
    text-align: center;
    text-decoration: none;
    outline: none;
    background-color: #E7390E;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-bottom: 30px;
    font-size: 16px;
    background-image: url("../images/page/yajirushi.svg") right no-repeat;
    background-position: 0 10px;
  }
  #single .snsArea .button2 {
    color: #ffffff;
    line-height: 40px;
    -webkit-transition: none;
    transition: none;
    display: inline-block;
    width: 250px;
    height: 40px;
    text-align: center;
    text-decoration: none;
    outline: none;
    background-color: #FFB843;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 16px;
  }
  #single .snsArea .headline2 {
    margin: 40px 0;
    padding: 30px 0 0;
    color: #4A4A4A;
    font-size: 20px;
    border-top: 1px solid #D6D6D6;
    background: url("../images/page/icon_2.svg") left no-repeat;
    background-position: 28% 82%;
  }
  #single .snsArea .snsbtn {
    width: 66%;
    margin: 0 auto;
  }
  #single .snsArea .snsbtn li {
    margin-right: 3%;
    margin-bottom: 5%;
    float: left;
  }
  #single .list {
    height: auto;
    padding: 10px 10px;
    background: #EBEBEB;
  }
  #single .list.pc {
    display: none;
  }
  #single .list h5 {
    font-size: 20px;
    font-weight: bold;
    color: #4A4A4A;
    text-align: center;
  }
  #single .list ul {
    margin: 30px auto;
    text-align: center;
    list-style-type: none;
  }
  #single .list ul .newslist {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    margin: 0 0 30px;
    background-color: #ffffff;
    width: 93%;
  }
  #single .list ul .newslist li {
    display: inline-block;
  }
  #single .list ul .newslist .newsimg {
    width: 120px;
    float: left;
  }
  #single .list ul .newslist img {
    width: 100%;
  }
  #single .list ul .newslist .cont {
    padding: 10px 5px;
    background: #ffffff;
    text-align: left;
    display: flex;
  }
  #single .list ul .newslist .cont .newstxt {
    font-size: 12px;
    color: #4A4A4A;
    margin: 0;
  }
  #single .list ul .newslist .cont .newstxt a {
    color: #4A4A4A;
  }
  #single .list ul .newslist .bottom {
    clear: both;
    padding: 5px 15px;
    text-align: left;
  }
  #single .list ul .newslist .bottom .category {
    margin: 3% 0 0 0;
    font-size: 10px;
    display: inline-block;
  }
  #single .list ul .newslist .bottom .category .cate {
    margin: 0;
  }
  #single .list ul .newslist .bottom .category a {
    color: #E7390E;
    border: 1px solid #E7390E;
    background: #ffffff;
    padding: 2px 3px;
  }
  #single .list ul .newslist .bottom .category a:hover {
    color: #ffffff;
    background: #E7390E;
    border: 1px solid #E7390E;
    padding: 2px 3px;
    text-decoration: none;
  }
  #single .list ul .newslist .bottom .category li {
    float: left;
    padding-right: 10px;
  }
  #single .list ul .newslist .bottom .datetime {
    margin: 10px 0 0;
    font-size: 12px;
    color: #4A4A4A;
    float: right;
    font-weight: lighter;
  }
}

/* ----------------------------------------------------
 SNSボタン
-----------------------------------------------------*/
.sns-wrap {
  width: 90%;
  margin: 1em auto 1%;
}

.sns {
  margin: 0 auto;
  list-style: none;
}

.sns a {
  text-decoration: none;
  font-size: 15px;
}

.sns {
  text-align: center;
}

.sns li {
  float: left;
  width: 45%;
  margin: 0 2.5% 5%;
}

.sns a {
  position: relative;
  display: block;
  padding: 10px 5px;
  color: #fff;
  border-radius: 5px;
  text-align: center;
}

.sns span,
.sns .fa {
  margin-right: .4em;
  color: #fff;
}

.sns li a:hover {
  -webkit-transform: translate3d(0px, 5px, 1px);
  -moz-transform: translate3d(0px, 5px, 1px);
  transform: translate3d(0px, 5px, 1px);
  box-shadow: none;
}

.sns .twitter a {
  background: #55acee;
  box-shadow: 0 5px 0 #0092ca;
}

.sns .facebook a {
  background: #315096;
  box-shadow: 0 5px 0 #2c4373;
}

.sns .googleplus a {
  background: #dd4b39;
  box-shadow: 0 5px 0 #ad3a2d;
}

.sns .hatebu a {
  background: #008fde;
  box-shadow: 0 5px 0 #016DA9;
}

.sns .pocket a {
  background: #f03e51;
  box-shadow: 0 5px 0 #c0392b;
}

.sns .feedly a {
  background: #87c040;
  box-shadow: 0 5px 0 #74a436;
}

@media only screen and (max-width: 639px) {
  .sns-wrap {
    width: 90%;
    margin: 1em auto 1%;
  }
  .sns {
    margin: 0 auto;
    list-style: none;
  }
  .sns a {
    text-decoration: none;
    font-size: 15px;
  }
  .sns {
    text-align: center;
  }
  .sns li {
    float: left;
    width: 44%;
    margin: 0 3% 8%;
  }
  .sns a {
    font-size: 13px;
    padding: 6px 3px;
  }
}

/* ----------------------------------------------------
 画像の回り込み
-----------------------------------------------------*/

img.img_right{
	float: right;
	padding: 5px;
}

div.clear{
	clear: both;
	margin: 0 0 0 0;
}

/* ----------------------------------------------------
 吹き出し（追加）
-----------------------------------------------------*/


.balloon2-left {
 	position: relative;
	display: inline-block;
 	margin: 1.5em 0 1.5em 15px;
	padding: 7px 10px;
	min-width: 120px;
 	max-width: 100%;
 	color: #555;
	font-size: 16px;
	background: #FFF;
 	border: solid 3px #555;
 	box-sizing: border-box;
}
.balloon2-left:before{
	content: "";
	position: absolute;
	top: 50%;
	left: -24px;
 	margin-top: -12px;
	border: 12px solid transparent;
	border-right: 12px solid #FFF;
 	z-index: 2;
}

.balloon2-left:after{
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
 	margin-top: -14px;
	border: 14px solid transparent;
	border-right: 14px solid #555;
 	z-index: 1;
}

.balloon2-left p {
	margin: 0;
	padding: 0;
}
