/* -★法務のためのお役立ち資料 2023年01月追加-*/

/*	----------------------------------------
　 共通
	---------------------------------------- */
/*-------ヘッダー--------*/
.c-docHeader {
  width: 100%;
  background: #fff;
  border-top: 5px #333333 solid;
  padding: 10px 0 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: static;
}
.c-docHeader__logo {
  padding: 0 0 0 40px;
  margin: 0;
  display: flex;
  align-items: center;
}
.c-docHeader__link {
  margin: 0;
  padding: 0;
  height: auto;
  line-height: 0;
}
.c-docHeader__link:hover {
  opacity: 0.7;
}
.c-logo__title {
  width: 120px;
  height: auto;
  margin-right: 20px;
}
.c-logo__company {
  width: 220px;
  height: auto;
}

/*-------パンクズ--------*/
.c-breadclumbs {
  width: 100%;
  padding: 20px 40px;
  border-top: 1px solid #ddd;
}
.c-breadclumbs .p-breadclumbs__inner {
  max-width: 1200px;
  display: flex;
  align-items: center;
}

/*-------メニュー--------*/
.c-globalMenu {
  padding-right: 40px;
}
.p-globalMenu__btn .p-image {
  width: 50px;
}
.p-globalMenu__btn:focus {
  border: none;
  outline: none;
}
/*----冒頭文---*/
.c-doc__term {
  text-align: center;
}
.c-doc__term .p-title {
  font-size: 24px;
  margin-bottom: 30px;
}
.c-doc__term .p-catchcopy {
  font-size: 16px;
  line-height: 1.6;
}

.c-breadclumbs .p-breadclumbs__item {
  display: block;
  margin: 0 10px 0 0;
  padding-right: 20px;
  font-size: 14px;
  text-decoration: none;
  background: url(../img/guide/icn_arrow.png) right center no-repeat;
  background-size: 7px;
}
.c-breadclumbs .p-breadclumbs__item:last-child {
  background: none;
  color: #999;
}
.c-breadclumbs .p-breadclumbs__item .p-icon {
  width: 14px;
  height: 14px;
  display: block;
  max-width: 14px;
}

/*-------フッター--------*/
.c-docFooter {
  background: #333333;
  padding: 20px 18%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-docFooter__link,
.c-docFooter__copyright {
  color: #fff;
  font-size: 12px;
}
.c-docFooter__link {
  margin-right: 0.5em;
  text-decoration: none;
}
.c-docFooter__link:hover {
  color: #ccc;
}

/*--------■スマホ■--------*/

@media screen and (max-width: 1000px) {
  .c-docHeader {
    padding: 0;
    height: auto;
  }
  .c-docHeader__logo {
    padding: 0;
    margin: 0px 0 0 10px;
  }
  .c-logo__company {
    width: 140px;
    margin-left: 5px;
  }
  .c-logo__title {
    width: 90px;
    margin: 0;
  }

  /*-------メニュー--------*/
  .c-globalMenu {
    padding: 0;
    margin: 0px 0px 0 0;
  }
  .p-globalMenu__btn .p-image {
    width: 40px;
  }

  /*-------パンクズ--------*/
  .c-breadclumbs {
    width: 100%;
    padding: 10px;
  }

  .c-breadclumbs .p-breadclumbs__item {
    font-size: 12px;
  }

  /*----冒頭文---*/
  .c-doc__term .p-title {
    margin-bottom: 20px;
  }
  .c-doc__term .p-catchcopy {
    font-size: 14px;
    line-height: 1.8;
  }

  /*-------フッター-----*/
  .c-docFooter {
    padding: 20px 10% 20px;
    flex-direction: column;
    align-items: center;
  }
  .c-docFooter__inner {
    margin-bottom: 10px;
  }
}

/* ----------------------------------------------------------------
  ハンバーガーメニュー
  ----------------------------------------------------------------- */
.p-globalMenu__btn {
  background: none;
  border: none;
}

.c-doc__container {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.js-overlay {
  background: rgba(0, 0, 0, 0.02);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
}
/*-------メニューの中身-------*/
.c-globalMenu .js-globalMenu {
  position: absolute;
  top: 65px;
  right: 50px;
  width: 200px;
  background: #fff;
  color: #000;
  font-weight: bold;
  z-index: 1000;
  border: 1px solid #eaeaea;
  box-shadow: 0 0 3px #eee;
}
.c-globalMenu .js-globalMenu a {
  text-decoration: none;
  display: block;
  color: #000;
  padding: 10px 20px;
  border-top: 1px solid #eaeaea;
}
.c-globalMenu .js-globalMenu a:hover {
  background: #eee;
}
/* アニメーション前のメニューの状態 */
.c-globalMenu .js-globalMenu {
  transition: all 0.2s;
  display: none;
  opacity: 0;
}
/* アニメーション後のメニューの状態 */
.c-globalMenu .js-globalMenu.is-active {
  transition: all 0.2s;
  display: block;
  opacity: 1;
}

@media screen and (max-width: 799px) {
  .c-globalMenu .js-globalMenu {
    top: 45px;
    right: 20px;
  }
}

/* ----------------------------------------
	トップ
	---------------------------------------- */

/*------MV---------*/
.c-docTop__term {
  width: 100%;
  background: linear-gradient(to left, #eff0f5 30%, #f9f7f5 60%);
}
.c-docTop__term .p-inner {
  max-width: 1280px;
  padding: 0 40px;
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-docTop__term .p-text__wrap {
  width: 50%;
}
.c-docTop__term .p-title {
  margin-bottom: 20px;
  font-size: 28px;
}
.c-docTop__term .p-catchcopy {
  font-size: 16px;
}
.c-docTop__term .p-mainImage {
  width: 48%;
  padding-top: 20px;
}

/*----資料を探す---*/
.p-docTop__search {
  background: #f9f8f5;
  padding: 40px 45px;
}
.p-docTop__search .p-title {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 25px;
}
.p-searchBox {
  display: flex;
  background: #fff;
  margin-bottom: 20px;
  padding: 20px;
}
.p-searchBox fieldset {
  display: contents;
}
.p-searchBox__title {
  justify-content: flex-end;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  border-right: 1px solid #ccc;
  padding-right: 20px;
  width: 18%;
  min-width: 160px;
  margin: 0 20px 0 0;
}
.p-searchBox__list {
  display: flex;
  width: 82%;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
}
.p-searchBox__item {
  margin: 7px 20px 7px 0;
}
.p-searchBox__item input {
  margin-right: 7px;
}

/*----広告枠---*/
.c-promotion__bannar {
  margin: 45px auto;
  min-height: 250px;
  width: 100%;
  max-width: 1200px;
  display: flex;
  background: #f9f8f5;
  border: none;
  cursor: pointer;
}
.c-promotion__bannar .p-bannar__text {
  padding: 40px;
  width: 50%;
}
.c-promotion__bannar .p-title {
  font-size: 22px;
  margin-bottom: 20px;
}
.c-promotion__bannar .p-title span {
  font-size: 16px;
  color:#888;
  display: inline-block;
  padding-left: 5px;
}
@media screen and (max-width: 750px) {
	.c-promotion__bannar .p-title span {
	  font-weight:normal;
	}
}
.c-promotion__bannar .p-bannar__image {
  display: block;
  width: 50%;
  position: relative;
  min-width: 300px;
  overflow: hidden;
  padding-top: 30%;
  min-height: 360px;
}
.c-promotion__bannar .p-bannar__image img {
  height: 100%;
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
}
.c-promotion__bannar .p-bannar__image .p-image {
  object-fit: cover;
  height: 300px;
  width: 100%;
  vertical-align: bottom;
}

/*----ボタン類---*/
.c-promotion__bannar .p-button {
  display: block;
  border-radius: 5px;
  border: none;
  background: #333;
  text-align: center;
  color: #fff;
  padding: 10px 35px;
  font-size: 18px;
  margin: 20px 0 0;
}
.c-button_submit {
  display: block;
  border-radius: 5px;
  border: none;
  background: #f79400;
  text-align: center;
  color: #fff;
  padding: 20px 35px;
  font-size: 18px;
  font-weight: bold;
  margin: 20px auto 0;
}
.c-button_submit:hover {
  background: #ffa826;
}
.c-promotion__bannar .p-button:hover {
  background: #666;
}
/*-----------------■タブレット■-----------------*/
@media screen and (max-width: 1100px) {
  /*------MV---------*/
  .c-docTop__term .p-inner {
    padding: 30px;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .c-docTop__term .p-text__wrap {
    width: 100%;
    max-width: 500px;
  }
  .c-docTop__term .p-title {
    font-size: 20px;
  }
  .c-docTop__term .p-mainImage {
    display: block;
    width: 100%;
    max-width: 400px;
    margin-top: 20px;
  }

  /*----資料を探す---*/
  .p-docTop__search {
    padding: 25px;
  }
  .p-docTop__search .p-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .p-searchBox__item {
    font-size: 14px;
  }

  .c-button_submit {
    padding: 15px 45px;
    font-size: 18px;
  }

  /*----広告枠---*/

  .c-promotion__bannar .p-bannar__text {
    padding: 30px;
  }
  .c-promotion__bannar .p-bannar__image {
    width: 50%;
  }
  .c-promotion__bannar .p-bannar__image img {
    height: 100%;
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .c-promotion__bannar .p-bannar__image .p-image {
    object-fit: cover;
    height: 250px;
    width: 100%;
    vertical-align: bottom;
  }
}

/*-----------------■スマホ■-----------------*/
@media screen and (max-width: 750px) {
  /*------MV---------*/
  .c-docTop__term .p-text__wrap {
    width: 100%;
    max-width: 500px;
  }
  .c-docTop__term .p-title {
    font-size: 20px;
  }
  .c-docTop__term .p-mainImage {
    width: 100%;
    max-width: 400px;
    margin-top: 20px;
  }

  /*----資料を探す---*/
  .p-docTop__search {
    padding: 20px;
    margin-top: 0px;
  }
  .p-docTop__search .p-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .p-searchBox {
    display: block;
    padding: 20px;
  }
  .p-searchBox__title {
    width: auto;
    text-align: left;
    border-right: none;
    padding: 0;
    margin: 0 0 10px 0;
    justify-content: flex-start;
  }
  .p-searchBox__list {
    width: 100%;
  }
  .p-searchBox__item {
    margin: 0 10px 5px 0;
  }
  .p-searchBox__item input {
    margin-right: 5px;
  }

  /*----広告枠---*/
  .c-promotion__bannar {
    margin: 25px auto;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .c-promotion__bannar .p-bannar__text {
    padding: 20px;
    width: 100%;
  }
  .c-promotion__bannar .p-title {
    font-size: 18px;
    text-align: left;
  }
  .c-promotion__bannar .p-bannar__image {
    width: 100%;
    padding-top: 50%;
    min-height: auto;
  }
  .c-promotion__bannar .p-bannar__image .p-image {
    object-fit: cover;
    height: 180px;
    width: 100%;
    vertical-align: bottom;
  }
  .c-promotion__bannar .p-bannar__image img {
    height: 100%;
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .c-promotion__bannar .p-button {
    margin: 15px auto 0;
    padding: 7px 45px;
    font-size: 16px;
  }
  /*----ボタン類---*/
  .c-button_submit {
    margin: 15px auto 0;
    padding: 7px 45px;
    font-size: 16px;
  }
}
/* ----------------------------------------
	タグ
	---------------------------------------- */

.c-tagBox {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.c-tag__category {
  padding: 5px 10px;
  font-size: 12px;
  width: fit-content;
  display: block;
  margin: 0 5px 5px 0;
}
.c-docSearch__item .c-tag__category {
  background: #f3f3f3;
}
.p-docService__explanation .c-tag__category {
  background: #e3e3e3;
}

/*-------スマホ---------*/
@media screen and (max-width: 700px) {
  .c-tag__category {
    padding: 2px 5px;
  }
}

/* ----------------------------------------
	検索結果一覧リスト
	---------------------------------------- */

.c-docSearch__result {
  margin: 60px auto;
}
.p-docRecommend .c-docSearch__result {
  margin: 0px auto;
}
.c-docSearch__result .nodata {
  text-align: center;
}
.c-docSearch__title{
  margin-bottom:40px;
}
.c-docSearch__list {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}
.c-docSearch__item {
  position: relative;
  padding: 0 0 10px 0;
  height: auto;
  max-height: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.c-docSearch__item .c-tag__recent {
  background: #fff;
  color: #f79400;
  font-weight: bold;
  border: 1px solid #f79400;
  border-radius: 3px;
  padding: 3px 10px;
  font-size: 12px;
  width: fit-content;
  position: absolute;
  top: 10px;
  left: 10px;
}
.c-docSearch__item .p-photo {
  background: #f9f8f5;
  padding: 20px;
  display: flex;
  height: 270px;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.p-docRecommend .c-docSearch__item .p-photo {
  background: #ffffff;
}
.c-docSearch__item .p-image {
  object-fit: contain;
  max-height: 200px;
}

.c-docSearch__item .p-text {
  font-weight: bold;
  line-height: 1.6;
  margin: 15px 0;
}
.c-docSearch__item .p-text span{
  font-size: 13px;
  color:#888;
  display:inline-block;
  padding-left:5px;
}

.c-docSearch__item .p-button {
  display: block;
  border-radius: 5px;
  border: 1px solid #ccc;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  width: 100%;
  font-size: 14px;
  color: #000;
  text-decoration: none;
  background: #ffffff;
  margin: 0 0;
}
.c-docSearch__item .p-button:hover {
  opacity: 0.5;
}

/*-----------------■タブレット■-----------------*/
@media screen and (max-width: 1100px) {
  .c-docSearch__list {
    grid-gap: 15px;
    grid-template-columns: repeat(3, 1fr);
  }
  .c-docSearch__item .p-image {
    max-height: 170px;
  }
  .c-docSearch__title{
    margin-bottom:20px;
    font-size:18px;
  }
}

/*-----------------■スマホ■-----------------*/
@media screen and (max-width: 1000px) {
  .c-docSearch__result {
    margin: 40px auto;
  }
  .p-docRecommend .c-docSearch__result {
    margin: 0px auto;
  }
  .c-docSearch__title{
    margin-bottom:20px;
    font-size:18px;
  }
  .c-docSearch__item .p-photo {
    padding: 30px 15px 15px;
    min-height: 200px;
    height: auto;
    margin-bottom: 15px;
  }
  .c-docSearch__item .p-image {
    max-height: 150px;
  }
  .c-docSearch__item .p-text {
    font-size: 14px;
    line-height: 1.6;
  }
  .c-docSearch__item .p-button {
    padding: 7px;
  }
  .c-docSearch__item .p-check {
    width: 15px;
    height: 15px;
  }
}
@media screen and (max-width: 600px) {
  .c-docSearch__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-privacy .p-title {
  font-weight: bold;
  margin-bottom: 20px;
}
.c-privacy .p-text {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.6;
}
.c-privacy .p-link {
  margin-top: 5px;
  display: block;
  text-decoration: none;
  background: url(../img/guide/icn_arrow.png) 0 center no-repeat;
  background-size: 5px;
  padding-left: 12px;
  font-size: 14px;
}
.c-privacy .p-link:hover {
  opacity: 0.5;
}
.c-agree {
  margin-top: 20px;
  padding: 15px;
  background: #f4f4f7;
  text-align: center;
  font-size: 14px;
}
.c-agree .p-text {
  font-weight: bold;
}

/*-----------------■タブレット■-----------------*/
@media screen and (max-width: 1000px) {
  .c-privacy {
    line-height: 1.8;
  }
  .c-privacy .p-title {
    margin-bottom: 10px;
  }
  .c-agree {
    margin-top: 20px;
    padding: 10px;
    font-size: 14px;
  }
}

/* -------------------------------- 
オーダー完了画面(2023/03/10)
------------------------------------*/
.c-orderComplete {
  margin: auto;
  padding: 6vh 2vw;
  height: 60vh;
  background: #f9f8f5;
}
.c-orderComplete .p-text {
  text-align: center;
  font-weight: bold;
  font-size: 120%;
}


/* ----------------------------------------
資料の詳細
	---------------------------------------- */

.p-docService__detail .p-title {
  font-size: 24px;
}
.p-docService__detail .p-title span{
  font-size: 18px;
  color:#888;
  display:inline-block;
  padding-left:5px;
  font-weight:normal;
}
.p-docService__detail .no-doc {
  font-size: 20px;
  text-align:center;
}
.p-docService__detail .no-contact {
  margin-top:30px;
  text-align:center;
}
.p-docService__detail .no-contact-data {
  margin-top:16px;
  text-align:center;
}

.p-docService__detail .c-tag__recent {
  background: #fff;
  color: #f79400;
  font-weight: bold;
  border: 1px solid #f79400;
  border-radius: 3px;
  padding: 3px 10px;
  margin-bottom: 16px;
  font-size: 12px;
  width: fit-content;
}
.p-docService_catch {
  margin-top: 30px;
  line-height: 1.6;
}

.p-docService__explanation {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.p-docService__explanation .c-capacity {
  display: block;
  font-size: 12px;
  white-space: nowrap;
}

.p-docService__photo {
  display: block;
  margin-top: 40px;
  width: 100%;
/*  padding-top: 60%;*/
  position: relative;
}
.p-docService__photo .p-image {
  width: 100%;
/*
  width: auto;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
*/
}
.p-docService__index {
  margin-top: 40px;
}
.p-docService__index .p-title,
.p-docService__sample .p-title {
  font-size: 18px;
  margin-bottom: 25px;
  font-weight: bold;
}
.p-docService__index .p-item {
  margin-bottom: 5px;
}

.p-docService__writer {
  margin-top: 65px;
  border-top: 1px solid #ccc;
  padding-top: 15px;
  display: flex;
  justify-content: flex-start;
}

.p-docService__writer .p-writer {
  border-right: 1px solid #ccc;
  padding-right: 15px;
  margin-right: 15px;
}
.p-docService__writer .p-writer__profile {
  padding: 0;
  margin: 0;
}

/*-----------------■スマホ■-----------------*/
@media screen and (max-width: 1000px) {
  .p-docService__detail .p-title {
    font-size: 18px;
  }
  .p-docService__detail .p-title span{
    font-size: 12px;
    color:#888;
    font-weight:normal;
  }
  .p-docService__detail .no-doc {
    font-size: 18px;
    text-align:center;
  }
  .p-docService__detail .no-contact {
    margin-top:30px;
    text-align:left;
  }
  .p-docService__detail .no-contact-data {
    margin-top:16px;
    text-align:left;
  }
  .p-docService__photo {
    margin-top: 30px;
  }
  .p-docService__index {
    margin-top: 30px;
  }
  .p-docService__index .p-title {
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 20px;
  }
  .p-docService__writer {
    margin-top: 30px;
  }
  .p-docService__writer .p-writer {
    margin-bottom: 20px;
  }
  .p-docService__writer .p-writer__profile p {
    margin-bottom: 10px;
  }
  .p-docService_catch,
  .p-docService__index .p-item,
  .p-writer__profile {
    font-size: 14px;
    line-height: 1.8;
  }
  .p-docService__explanation {
    display: block;
  }
  .p-docService__explanation .c-capacity {
    margin-top: 5px;
  }
}

/*------------------------------
スライダー
------------------------------*/
.p-docService__sample {
  margin-top: 40px;
  width: 100%;
}
.p-docService__sample .p-inner {
  width: 100%;
  margin: auto;
}
.p-docService__sample .p-item {
  padding: 3% 0 0 0;
  margin: 0 0.1%;
  position: relative;
  /*border: solid 1px #ccc;*/
  min-height: 150px;
  overflow: hidden;
}
.p-docService__sample .p-inner .p-image {
  max-height: 100%;
  width: auto;
  object-fit: cover;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
/*
@media screen and (min-width: 451px) {
  .p-docService__sample .p-image {
    height: auto;
    width: 100%;
  }
}
*/
@media screen and (max-width: 650px) {
  .p-docService__sample .p-item {
    min-height: 100px;
  }
}

/*------左右ボタン-------*/
.slick-arrow_prev,
.slick-arrow_next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 2;
  width: 10px;
}

.slick-arrow_prev {
  left: -3%;
  height: auto;
}

.slick-arrow_next {
  right: -3%;
  height: auto;
}

/*------------------------------
各ページの画面幅
------------------------------*/

/*-----------PC--------*/
.p-docTop,
.c-docTop__term,
.c-docFooter,
.p-docService {
  width: 100%;
  margin: auto;
}
.p-docTop,
.p-docService{
  padding: 60px 120px 120px;
}
.p-docService{
  background: #f9f8f5;
}
.p-docService{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.p-docRecommend {
  width: 100%;
  margin: auto;
  padding: 0px 80px 80px;
}
.p-docRecommend{
  background: #f9f8f5;
}
.p-docTop {
  max-width: 1440px;
  background: #fff;
}
/*--------■PC 画面幅1500px以下■--------*/
@media screen and (max-width: 1500px) and (min-width: 1200px) {
  .p-docService {
    padding: 60px 80px 80px;
  }
  .p-docRecommend {
    padding: 0px 80px 80px;
  }
}
/*-----------タブレット--------*/
@media screen and (max-width: 1100px) {
  .p-docTop,
  .p-docService {
    padding: 40px 60px 60px;
  }
  .p-docRecommend {
    padding: 0px 60px 60px;
  }
  .p-docTop,
  .c-docFooter {
    margin-top: 0px;
  }
}

/*-----------スマホ--------*/
@media screen and (max-width: 700px) {
  .p-docTop,
  .p-docService {
    padding: 40px 20px 60px;
  }
  .p-docRecommend {
    padding: 0px 20px 60px;
  }
}

/*------------------------------
2カラムのパーツ幅
------------------------------*/
.p-docService .p-docService__detail {
  width: calc(100% - 700px);
  max-width: 700px;
}
.p-docService .p-docService__detail {
  width: calc(100% - 700px);
  max-width: 700px;
}

/*--------■PC 画面幅1500px以下■--------*/
@media screen and (max-width: 1500px) and (min-width: 1200px) {
  .p-docService .p-docService__detail {
    width: calc(100% - 560px);
  }
}

/*--------■タブレット■--------*/
@media screen and (max-width: 1199px) {
  .p-docService {
    display: block;
  }
  .p-docService .p-docService__detail {
    width: 100%;
    max-width: none;
  }
}

.cookiereset {
  margin: 0 0 20px;
}


/*--------■formrun画面■-------- */
.p-docService .c-formrun__wrap{
  width: 100%;
  max-width: 600px;
  margin-left:40px;
}

/*--------■PC 画面幅1500px以下■--------*/
@media screen and (max-width: 1500px) {
  .p-docService .c-formrun__wrap iframe{
    width: 100%;
    padding: 0px 0px;
    margin:20px auto;
  }
}
@media screen and (max-width: 1200px) {
  .p-docService .c-formrun__wrap{
    width: 100%;
    padding: 0px 0px;
    margin:20px auto;
  }

}
/*--------■タブレット■--------*/
@media screen and (max-width: 1000px) {
  .p-docService .c-formrun__wrap iframe{
    width: 100%;
    padding: 0px 0px;
    margin:20px auto;
  }
}

/*--------■スマホ■--------*/
@media screen and (max-width: 700px) {
  .p-docService .c-formrun__wrap iframe{
    width: 100%;
    padding: 0px 0px;
    margin:20px auto;
  }
}









