 body {
  font-size: 13px;
 }


 .fv .left-text {
  position: absolute;
  top: -10px;
  left: -10px;
  height: 70%;
 }

 .fv .title-text {
  left: 1%;
  right: 0;
  top: -10%;
  bottom: 0;
  margin: auto;
  width: 90%;
 }

 .fv .sub-text {
  right: 0;
  left: 0;
  margin: auto;
  bottom: 15%;
  width: 70%;
  z-index: 4
 }

 .fv .logo {
  bottom: 3%;
  left: 3%;
  width: 50px;
 }





 .header-nav span:first-child,
 .header-nav span:last-child {
  display: block;
  font-size: 32px;
 }

 .header-nav span:last-child {
  margin-left: 0;
  margin-top: 5px;
  font-size: 14px;
 }

 form {
  width: 100%;

 }


 form .txt {
  width: 100%;
 }


 form label {
  height: 50px;
  width: 100%;
 }

 form label.radio.ex {
  height: 50px;
  width: 100%;
 }


 form .item {
  margin-bottom: 20px;
  flex-direction: column;
 }

 .item.message,
 .item.radio {
  align-items: flex-start;
  height: auto;
 }


 form input {
  width: 100%;
 }

 textarea {
  width: 100%;
  height: 200px;
 }

 form button {
  width: 100%;
  margin-top: 30px;
  font-size: 18px;
 }

 ::placeholder {
  font-size: 15px;
  color: #bbb;
 }


 .radio .inner {
  width: 100%;
  height: auto;
 }

 .radio .inner div {
  margin-bottom: 10px;
 }


 .radio .inner span {
  line-height: 1.8;
 }



 .radio .inner.ex {
  height: 180px;
 }

 .radio.label {
  height: 50px;
 }

 .radio.label.ex {
  height: 50px;
 }


 .message.label {
  width: 100%;
  height: 50px;
 }


 .radio span {
  margin-left: 5px;
 }

 .check {
  width: 20px;
  margin-bottom: 3px;
 }

 .radio .inner div {
  display: flex;
  align-items: center;
 }


 .label-btn {
  display: block;
  width: 40px;
  height: 20px;
  line-height: 20px;
  background: #F95F00;
  color: #fff;
  font-size: 12px;
  border-radius: 3px;
  margin-left: 10px;
 }

 .label-btn.ex {
  background: #eee;
  color: #999;
 }



 .basic-wrap {
  padding: 30px;
 }


 .flex-box {
  width: 100%;
  margin-top: 30px;
  flex-direction: column;
  margin-bottom: 60px;
 }

 .author-img {
  height: 350px;
 }

 .flex-box.reverse {
  flex-direction: column;
 }



 .flex-box .info {
  width: 100%;
  margin-bottom: 30px;

 }

 .flex-box .img {
  width: 100%;
 }


 .author-img {
  height: 250px;
 }


 .single-box {
  width: 100%;
 }


 .single-box.ex {
  width: 90%;
  margin-top: 30px;
  margin-bottom: 60px;
 }


 .single-box .info {
  margin-top: 30px;
 }


 .archive-box {
  margin-top: 30px;
  flex-direction: column;
 }


 .archive-box .img {
  width: 100%;
  margin-bottom: 30px;
 }


 .archive-box .img.one {
  width: 100%;
  margin-right: 0;
 }

 .archive-box .img.two {
  width: 100%;
 }

 .archive-box .img.three {
  width: 100%;
  margin-right: 5%;
 }

 .archive-box .img.four {
  width: 100%;
 }

 .section-title img {
  height: 40px;
  margin-bottom: 15px;
 }

 .section-title span {
  font-size: 14px;
  padding-left: 10px;
 }


 .news-item {
  flex-wrap: wrap;
  padding: 20px 0;
 }

 .news-item time {
  min-width: inherit;
 }

 .news-item .label {
  padding: 2px 15px;
  font-size: 14px;
 }


 .btn {
  display: block;
  text-align: center;

 }




 /* ------------------------------
   デバイス切り替え
------------------------------ */



 .pc {
  display: none;
 }


 .tab {
  display: none;
 }


 .sp {
  display: block;
 }
