@charset "UTF-8";

/* ここから左近追加分 */
/* margin
   ========================================================================== */
.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.w600 {
  font-weight: 600;
}
/* ==========================================================================
cmn-sttl2
========================================================================== */
.cmn-sttl2 {
  margin-bottom: 10px;
  padding-left: 10px;
  line-height: 1.4;
  color: #ffffff;
  border-left: 7px solid #ffffff;
  font-size: 3px;
  font-size: 2.0rem;
  font-family: M PLUS Rounded 1c,sans-serif;
  font-style: normal;
  font-weight: 700;
}

@media screen and (min-width: 751px) {
  .cmn-sttl2 {
    margin-bottom: 20px;
    font-size: 29px;
    font-size: 2.9rem;
  }
}

/* ==========================================================================
画像を左、テキストを右
========================================================================== */
.card-container-l{
    background: #11111;
    color: #11111;
    display: flex;
    margin: 10px auto;
    width: 100%;
}

.card-container-l a{
    text-decoration: none;
    color: #7B211C;
}

.card-container-l .card-text{
    width:100%;
    margin: 0px 0px 0px 20px;
}

@media screen and (min-width: 751px) {
  .card-container-l .card-text{
      width:70%;
      margin: 0px 30px 0px 0px;
  }
}
/* ==========================================================================
画像を右、テキストを左
========================================================================== */
.card-container-r{
    background: #11111;
    color: #11111;
    display: flex;
    margin: 10px auto;
    width: 100%;
}
.card-container-r a{
    text-decoration: none;
    color: #7B211C;/**/
}

.card-container-r .card-text{
    width:100%;
    margin: 0px 10px 0px 0px;
}

/*PCサイズ*/
@media screen and (min-width:751px) {
	.card-container-r .card-img{
      width: 50%;
	    padding-left:5%;
      /* width: %;
	    padding-left:100px;
	} */

  .card-container-r .card-text{
    width:100%;
    padding: 0px 0px 0px 0px;
  }
}

/* ==========================================================================
共通
========================================================================== */
.card-text h3{
    padding-top: 0px;
    font-size: 14px;
    font-size: 1.4rem;
}
.card-text p{
    padding-top: 10px;
    font-size: 14px;
    font-size: 1.4rem;
}
.card-img{
    width: 100%;
}

img{
    width:100%;
    height:100%;
    vertical-align:bottom;
}

/*PCサイズ*/
@media screen and (min-width:751px) {
.card-text h3{
    padding-top: 0px;
    font-size: 14px;
    font-size: 1.4rem;
}
.card-text p{
    padding-top: 10px;
    font-size: 14px;
    font-size: 1.4rem;
}
.card-img{
    width: 50%;
    padding-right: 5%;
}

img{
    width:100%;
    height:100%;
    vertical-align:bottom;
}  
    .card-container{
        max-width: 750px;
        height: 200px;
    }

    .card-text h3{
        font-size: 1.3em;
    }
    .card-text p{
        font-size: 1em;
    }
}

/* ==========================================================================
cmn-sttl6
========================================================================== */
.cmn-sttl6 {
  margin-bottom:0px;
  color: #7b211c;
  line-height:1.8;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "M PLUS Rounded 1c",, sans-serif;
  font-style: normal;
  font-weight: 700;
  background: url("../img/icon_ttl06_koyo.png");
  background-position: left top 4px;
  background-repeat: no-repeat;
  background-size: 20px;
  min-height: 30px;
  padding-left: 28px; }
@media screen and (min-width: 751px) {
  .cmn-sttl6 {
    font-size: 18px;
    font-size: 1.8rem;
    background-position: left;
    background-size: 25px;
    min-height: 25px;
    padding-left: 35px;
    margin-bottom: 10px;
  } }


/* ==========================================================================
text
========================================================================== */
.txt-s {
  font-size: 13px;
  font-size: 1.3rem;
}

.txt-yubin {
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (min-width: 751px) {
  .txt-s {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
/* ==========================================================================
inner-box
========================================================================== */
.inner-box {
  box-sizing: border-box;
  padding: 20px 20px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 10px;
}

@media screen and (min-width: 751px) {
  .inner-box {
    padding: 30px;
  }

}

.inner-box p {
  font-family: 'ヒラギノ角ゴシック', sans-serif;
}

/* ==========================================================================
画像のサイズ調整
========================================================================== */
img.example {
  width: 315px;
}

@media screen and (min-width: 751px) {
  img.example {
    width: 800px;
  }
}

/* ==========================================================================
btn-cmn(天なびについてのボタン)
========================================================================== */
.btn-cmn a,
.btn-cmn input, .btn-cmn span.inactive {
  display: inline-block;
  padding: 20px 50px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  background: #e75f15;
}

.btn-cmn input {
  border: none;
  font-size: 28px;
  font-size: 2.8rem;
  width: 100%;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
}

.btn-cmn span.slash {
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
}

.btn-cmn span.slash:after, .btn-cmn span.slash:before {
  display: inline-block;
  content: "/";
  font-size: 28px;
  font-size: 2.8rem;
}

.btn-cmn span.slash:before {
  margin-right: 10px;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.btn-cmn span.slash:after {
  margin-left: 10px;
}

.btn-cmn span.inactive {
  background: #BFBFBF;
  color: #A6A2A2;
  -ms-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3), inset 0 -4px 0 2px rgba(130, 130, 130, 0.5);
  -o-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3), inset 0 -4px 0 2px rgba(130, 130, 130, 0.5);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3), inset 0 -4px 0 2px rgba(130, 130, 130, 0.5);
}

.btn-cmn span.inactive.hover, .btn-cmn span.inactive.touch {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -ms-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3), inset 0 -4px 0 2px rgba(130, 130, 130, 0.5);
  -o-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3), inset 0 -4px 0 2px rgba(130, 130, 130, 0.5);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3), inset 0 -4px 0 2px rgba(130, 130, 130, 0.5);
}

@media screen and (min-width: 751px) {
  .btn-cmn span.slash {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .btn-cmn span.slash:after, .btn-cmn span.slash:before {
    font-size: 20px;
    font-size: 2rem;
  }
  .btn-cmn strong {
    font-size: 34px;
    font-size: 3.4rem;
  }
}

.btn-live {
  line-height: 1;
}

.btn-live .num {
  font-size: 28px;
  font-size: 2.8rem;
  vertical-align: top;
  margin-left: 10px;
  display: inline-block;
  padding-top: 5px;
}

.btn-shadow > *,
.btn-shadow-menu > * {
  display: block;
  border-radius: 10px;
  -ms-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3), inset 0 -4px 0 2px rgba(195, 195, 195, 0.5);
  -o-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3), inset 0 -4px 0 2px rgba(195, 195, 195, 0.5);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3), inset 0 -4px 0 2px rgba(195, 195, 195, 0.5);
}

.btn-shadow > *.btn-shadow-img,
.btn-shadow-menu > *.btn-shadow-img {
  -ms-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
}

.btn-shadow > *.btn-shadow-img a,
.btn-shadow-menu > *.btn-shadow-img a {
  position: relative;
  display: block;
}

.btn-shadow > *.btn-shadow-img a:before,
.btn-shadow-menu > *.btn-shadow-img a:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 10px;
  -ms-box-shadow: inset 0 -4px 0 2px rgba(195, 195, 195, 0.5);
  -o-box-shadow: inset 0 -4px 0 2px rgba(195, 195, 195, 0.5);
  box-shadow: inset 0 -4px 0 2px rgba(195, 195, 195, 0.5);
}

.btn-shadow > *.hover, .btn-shadow > *.touch,
.btn-shadow-menu > *.hover, .btn-shadow-menu > *.touch {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  -ms-box-shadow: inset 0 -1px 0 2px rgba(195, 195, 195, 0.5);
  -o-box-shadow: inset 0 -1px 0 2px rgba(195, 195, 195, 0.5);
  box-shadow: inset 0 -1px 0 2px rgba(195, 195, 195, 0.5);
}

.btn-shadow > *.hover.btn-shadow-img a:before, .btn-shadow > *.touch.btn-shadow-img a:before,
.btn-shadow-menu > *.hover.btn-shadow-img a:before, .btn-shadow-menu > *.touch.btn-shadow-img a:before {
  -ms-box-shadow: inset 0 -1px 0 2px rgba(195, 195, 195, 0.5);
  -o-box-shadow: inset 0 -1px 0 2px rgba(195, 195, 195, 0.5);
  box-shadow: inset 0 -1px 0 2px rgba(195, 195, 195, 0.5);
}

  .btn-shadow.shadow03 > * {
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3), inset 0 -4px 0 2px rgba(226, 60, 10, 0.6);
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3), inset 0 -4px 0 2px rgba(226, 60, 10, 0.6);
    -ms-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3), inset 0 -4px 0 2px rgba(226, 60, 10, 0.6);
    -o-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3), inset 0 -4px 0 2px rgba(226, 60, 10, 0.6);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3), inset 0 -4px 0 2px rgba(226, 60, 10, 0.6); }
  .btn-shadow.shadow03 > *.hover, .btn-shadow.shadow03 > *.touch {
    -webkit-box-shadow: inset 0 -1px 0 2px rgba(226, 60, 10, 0.6);
    -moz-box-shadow: inset 0 -1px 0 2px rgba(226, 60, 10, 0.6);
    -ms-box-shadow: inset 0 -1px 0 2px rgba(226, 60, 10, 0.6);
    -o-box-shadow: inset 0 -1px 0 2px rgba(226, 60, 10, 0.6);
    box-shadow: inset 0 -1px 0 2px rgba(226, 60, 10, 0.6); }
}

.btn-doc {
  margin: 30px 0 20px;
}

/* ==========================================================================
郵便局員さんの声のタイトル
========================================================================== */
.section_title {
  font-size: 16px;
  width: 100%;
  text-align: center;
  color: #fff;
  margin-top: 60px;
  padding-top:30px;
}

@media screen and (min-width: 751px) {
  .section_title {
    font-size: 29px;
  }
}
/* ==========================================================================
郵便局員さんの声の背景
========================================================================== */
.colored {
  padding:0px 0px 30px 0px;
  background-color: #dd740d;
}

/* ==========================================================================
郵便局員さんの声画像調整
========================================================================== */
img.example3 {
  width: 164px;
  height: auto;
}

@media screen and (min-width: 751px) {
  img.example3 {
    width: 400px;
    height: auto;
  }
}

img.example4 {
  width: 250px;
  height: auto;
}

h3.txt-sp{
    font-size: 15px;
    font-size: 1.5rem;
}

/* ==========================================================================
郵便局マップ画像のサイズ調整
========================================================================== */
img.example2 {
  /* width: 338px; */
  width: 90%;
}

@media screen and (min-width: 751px) {
  img.example2 {
    width: 90%;
  }
}

/* ==========================================================================
天なびについてのボタン
========================================================================== */
.btn-cmn a {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background: #e75f15;
  padding: 15px 90px;
  box-shadow: 0 5px 0 #e44a0e;
  border-radius: 10px;
  display: inline-block;
  transition: .1s;
}

.btn-cmn a:hover {
  transform: translateY(5px);
  box-shadow: 0 0 0 #e44a0e;
}

@media screen and (min-width: 751px) {
.btn-cmn a {
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  background: #e75f15;
  padding: 18px 100px;
  box-shadow: 0 5px 0 #e44a0e;
  border-radius: 10px;
  display: inline-block;
  transition: .1s;
}

.btn-cmn a:hover {
  transform: translateY(5px);
  box-shadow: 0 0 0 #e44a0e;
  opacity: 1.0
}
  
}

/* ==========================================================================
ぽすナビトップへ
========================================================================== */
.box{
    position: relative;
    margin-bottom:20px;
}

@media screen and (min-width: 751px) {
  .box{
      position: relative;
      margin-bottom:40px;
  }
}

.box p {
    position: absolute;
    top: 28px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

@media screen and (min-width: 751px) {
  .box p {
    top: 75px;
  }
  
}

.page-top a {
  position: relative;
  display: inline-block;
  padding-left: 40px;
  text-decoration: none;
  color: #ffffff;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  font-weight: 700;
  vertical-align: middle;
}

@media screen and (min-width: 751px) {
.page-top a {
  font-size: 21px;
  font-size: 2.1rem;
}
}

.page-top a:before {
  position: absolute;
  z-index: 1;
  top: 70%;
  left: 16px;
  width: 18px;
  height: 18px;
  margin-top: -15px;
  content: "";
  border: 0;
  background: #ffffff;
  border-radius: 50%;
}

@media screen and (min-width: 751px) {
.page-top a:before {
  top: 57%;
  left: 10px;
  width: 24px;
  height: 24px;
}
}

.page-top a:after {
  position: absolute;
  z-index: 2;
  top: 51%;
  left: 0px;
  width: 8px;
  height: 8px;
  margin-left:12px;
  content: "";
  border: 0;
  border-top: solid 3px #e50015;
  border-right: solid 3px #e50015;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-radius: 0.1em;
}

@media screen and (min-width: 751px) {
.page-top a:after {
  top: 49%;
  width: 10.5px;
  height: 10.5px;
  margin-left:8px;
  border-top: solid 4px #e50015;
  border-right: solid 4px #e50015;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-radius: 0.16em;
}
}

.page-top a:after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin-top: -5px;
  left: 10px;
}

.center {
  text-align:center;
}

.office_list {
position:relative;
}

.office_list:before{
  content: '';
  display: block;
  width: 30px; 
  height: 30px;
  background-image: url(../img/icon_post.png);
  background-size: contain;
  background-repeat:no-repeat;
  position:absolute;
  top:0;
  left:0;}

  .office_list li {
    display:flex;
  }
  
  .prefecture {
    margin-left: 30px;
    margin-top: 5px;
  }

  /* ==========================================================================
郵便局員さんの声インタビューテキスト追加
========================================================================== */
 .question {
  font-weight: 600;
 }

 .answer {
  margin-bottom: 40px;
 }

 .officer {
  font-size: 30px;
  font-size: 3.0rem;
 }

.card-text a {
  color: #E75F15;
  transition: color 0.3s;
  text-decoration: underline !important;
}

.card-text a:hover {
  color:#EBA630;
 }

 .card-text a:visited {
  color:#E75F15;
}

.inner-box a {
  color: #E75F15;
  transition: color 0.3s;
  text-decoration: underline !important;
}

.inner-box a:hover {
  color:#EBA630;
 }

 .inner-box a:visited {
  color:#E75F15;
}