@charset "utf-8";

/* Home Css Last Up Date: 2018/12/20 */

/* =================================
form
================================= */
.page-title_form {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0 0;
  border-top: 1px solid #e5e5e5;
}

@media screen and (max-width: 767px) {
  .page-title_form {
    padding: 30px 0 0;
    border-top: none;
  }
}

.sec-form {
  padding: 40px 0 70px;
}
.sec-form .inner {
  max-width: 720px;
}
.sec-form h2 {
  font-weight: bold;
  text-align: center;
}
.sec-form .plan_title {
  margin-bottom: 40px;
}
.sec-form .form_read {
  margin: 0 0 40px;
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: center;
}
.wpcf7 {
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  border: none !important;
  font-size: 1.6rem !important;
}
.wpcf7 form {
  margin: 0 !important;
}
.wpcf7 .screen-reader-response {
  display: none !important;
}
.wpcf7 .wrap {
  margin-top: 30px;
}
.wpcf7 .wrap a {
  margin-right: 5px;
  color: #2157bb;
  text-decoration: underline;
}
.wpcf7 .required {
  margin: 0 0 0 10px;
  color: #f60000;
  font-size: 1.3rem;
}

.wpcf7 span.wpcf7-not-valid-tip {
  margin: 10px 0 0 !important;
  font-size: 1.4rem !important;
}
.wpcf7 span.wpcf7-list-item {
  margin: 0;
}
.wpcf7 span.cap {
  margin: 0 0 0 5px;
  font-size: 1.4rem;
}
.wpcf7 span.note {
  display: block;
  margin-top: 5px;
  font-size: 1.2rem;
}
.wpcf7 .wpcf7-not-valid {
  background: #fff3f3 !important;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="number"],
.wpcf7 textarea {
  margin-top: 8px !important;
  background-color: #fafafa !important;
  width: 100% !important;
  padding: 15px !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 10px !important;
  font-size: 1.6rem !important;
}
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="url"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 input[type="number"]:focus,
.wpcf7 textarea:focus {
  background-color: #fff !important;
}
.wpcf7 input.wpcf7-not-valid,
.wpcf7 textarea.wpcf7-not-valid {
  background-color: #fff3f3 !important;
}
.wpcf7 select {
  min-width: 308px !important;
  height: 50px !important;
  margin-top: 8px !important;
  padding: 15px !important;
  background-color: #fafafa !important;
  font-size: 1.6rem !important;
}
.wpcf7 select:focus {
  background-color: #fff !important;
}
.wpcf7 select.wpcf7-not-valid {
  background-color: #fff3f3 !important;
}
.wpcf7 input[type="checkbox"] {
  width: auto !important;
  max-width: none !important;
  padding: 0 !important;
}
.wpcf7 input[type="submit"],
.wpcf7 input[type="button"] {
  width: 240px !important;
  height: auto !important;
  margin: 0 !important;
  padding: 10px !important;
  background: #ff9d3c !important;
  border: none !important;
  border-radius: 4px !important;
  color: #fff !important;
  font-size: 1.4rem !important;
  line-height: 1 !important;
  cursor: pointer !important;
}
.wpcf7 input[type="button"] {
  width: 240px !important;
  background: #ff9d3c !important;
}
.wpcf7 input[type="submit"]:disabled,
.wpcf7 input[type="submit"]:hover,
.wpcf7 input[type="button"]:hover {
  background: #ff850c !important;
}
.wpcf7 input[type="submit"]:disabled {
  cursor: default !important;
  opacity: .5;
}
.wpcf7 input[type="button"].wpcf7c-btn-back {
  background: #bbb !important;
}
.wpcf7 input[type="button"].wpcf7c-btn-back:hover {
  background: #ccc !important;
}
.wpcf7 .agree_wrap {
  margin-top: 25px;
}
.wpcf7 .agree {
  margin-top: 35px;
  font-size: 1.6rem;
}
.wpcf7 .agree a {
  color: #2ea9de;
  text-decoration: underline;
}
.wpcf7 .btn_wrap {
  margin: 70px 0 0;
  text-align: center;
}
.wpcf7 .btn_wrap li {
  display: inline-block;
  text-align: center;
  vertical-align: text-top;
}
.wpcf7 .btn_wrap li.back {
  margin-left: 10px;
}
.link_download {
  display: none;
  margin: 50px auto 0;
}
.sec-form.comp .link_download {
  display: block;
}
.link_download a {
  max-width: 300px;
  margin: 0 auto;
  padding: 13px;
  font-size: 1.8rem;
  line-height: 1;
}
.link_download a[target="_blank"] {
  background: #ff9d3c;
}
.link_download a[target="_blank"]:hover {
  background: #ff850c;
}

.sent .wpcf7_wrap {
  display: none;
}
.sent .wpcf7-mail-sent-ok {
  display: none !important;
}
.wpcf7_fix_text {
  display: none;
}
.sec-form.comp .wpcf7_fix_text {
  display: block;
}
.sent .wpcf7_fix_text {
  display: block;
}
.wpcf7_fix_text .fix-text {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
/* 資料ダウンロード */
.document_download {
  padding: 70px 0 90px;
}
.document_download h2 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.document_download .notes {
  margin-top: 12px;
  color: #ce0000;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
}
.document_download .read {
  margin: 12px 0 60px;
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.download_content_wrap {
  display: flex;
  justify-content: space-between;
}
.download_content_wrap .sec_summary {
  order: 2;
  width: 100%;
  max-width: 556px;
}
.download_content_wrap .slide_summary_list>div+div {
  margin-top: 21px;
}
.download_content_wrap .movie_wrap {
  position: relative;
  width: 100%;
  margin-top: 15px;
  padding-bottom: 56.4%;
  height: 0;
  overflow: hidden;
}
.download_content_wrap .movie_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* slide */
.slide_summary_list {
  padding: 25px 0 30px;
}
.slide_summary_list img {
  width: 100%;
}
.slide_summary_list .slick-dots {
  padding: 15px 0 0;
  text-align: center;
}
.slide_summary_list .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.slide_summary_list .slick-dots button {
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  text-indent: -9999px;
}
.slide_summary_list .slick-dots .slick-active button {
  background: #27a8e1;
}
.slide_summary_list .slick-slide {
  border: 1px solid #e5e5e5;
}
.download_content_wrap .sec_summary .summary_title {
  font-size: 2rem;
}
.download_content_wrap .sec_summary .summary_text {
  margin: 15px 0 0;
  font-size: 1.6rem;
  line-height: 1.5;
}
.download_content_wrap .sec_download_form {
  order: 1;
  width: 100%;
  max-width: 525px;
}
.wpcf7 p.download_notes {
  margin: 30px 0 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
}
div.wpcf7 .ajax-loader {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .sec-form {
    padding: 30px 0 50px;
  }
  .sec-form .form_read {
    margin: 0 0 30px;
    font-size: 1.4rem;
    text-align: left;
  }
  .wpcf7 {
    font-size: 1.3rem !important;
  }
  .wpcf7 .wrap {
    margin-top: 15px;
  }
  .wpcf7 .required {
    font-size: 1rem;
  }
  .wpcf7 span.cap {
    font-size: 1.3rem;
  }
  .wpcf7 input[type="text"],
  .wpcf7 input[type="email"],
  .wpcf7 input[type="url"],
  .wpcf7 input[type="tel"],
  .wpcf7 textarea {
    font-size: 1.6rem;
    padding: 14px 15px;
  }
  .wpcf7 select {
    min-width: 0;
    background-color: #fff !important;
    font-size: 1.6rem !important;
  }
  .wpcf7 input[type="submit"],
  .wpcf7 input[type="button"] {
    width: 78.2% !important;
    margin: 0 auto !important;
  }
  .wpcf7 input[type="button"] {
    width: 78.2% !important;
  }
  .wpcf7 .agree_wrap {
    margin-top: 25px;
  }
  .wpcf7 .agree {
    margin-top: 13px;
    font-size: 1.3rem;
  }
  .wpcf7 .btn_wrap {
    margin: 45px 0 0;
  }
  .wpcf7 .btn_wrap li {
    display: block;
  }
  .wpcf7 .btn_wrap li+li {
    margin-top: 15px;
  }
  .wpcf7 .btn_wrap li.back {
    margin-left: 0;
  }
  .wpcf7_fix_text .fix-text {
    font-size: 1.6rem;
  }
  .link_download {
    margin: 45px auto 0;
  }
  .link_download a {
    max-width: none;
    width: 72%;
    font-size: 1.4rem;
  }
  .document_download {
    padding: 30px 0 50px;
  }
  .document_download h2 {
    font-size: 2rem;
    text-align: left;
  }
  .document_download .notes {
    margin-top: 10px;
    font-size: 1.4rem;
    text-align: left;
  }
  .document_download .read {
    margin: 10px 0 25px;
    font-size: 1.6rem;
    text-align: left;
  }
  .download_content_wrap {
    display: block;
  }
  .download_content_wrap .slide_summary_list>div+div {
    margin-top: 10px;
  }
  .slide_summary_list {
    padding: 0 0 30px;
  }
  .slide_summary_list .slick-dots button {
    padding: 0;
  }
  .download_content_wrap .sec_summary .summary_title {
    font-size: 1.8rem;
  }
  .download_content_wrap .sec_summary .summary_text {
    font-size: 1.4rem;
  }
  .download_content_wrap .sec_download_form {
    padding: 30px 0 0;
  }
}

/* 配信停止 */
.stop-content {
  max-width: 720px;
  margin: auto;
  padding: 65px 0 20px;
}
.stop-content h1 {
  margin: 0 0 60px;
  font-size: 3.2rem;
  text-align: center;
}
.stop-content h1>span+span {
  margin-left: 20px;
}
.stop-content .copyright {
  margin-top: 40px;
}
.stop-content .wpcf7_fix_text .fix-text+.fix-text {
  margin-top: 20px;
}
.stop-content .wpcf7 span.wpcf7-list-item {
  display: block;
}
.stop-content .wpcf7 span.wpcf7-list-item+span.wpcf7-list-item {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .stop-content {
    padding: 20px 10px;
  }
  .stop-content h1 {
    margin: 0 0 30px;
    font-size: 2.6rem;
  }
  .stop-content h1>span {
    display: block;
  }
  .stop-content h1>span+span {
    margin: 0;
  }
  .stop-content input[type="radio"] {
    border-radius: 50%;
    -webkit-appearance: radio;
    appearance: radio;
  }
}

/* 広告受けフォーム */
.download_la-content {
  padding: 0 0 50px;
}
.download_la-content h1 {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.download_la-content .notes {
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: center;
}
.download_la-content .copyright {
  margin: 50px 0 0;
}
.download_la-content_wrap {
  display: flex;
  justify-content: space-between;
}
.download_la-content_wrap .sec_summary {
  order: 2;
  max-width: 556px;
}
.download_la-content_wrap .sec_download_form {
  order: 1;
  max-width: 525px;
}
.download_la-content_wrap .link_download {
  margin: 20px auto 0;
}

.download_la-content .wpcf7 .wrap.is-line {
  display: table;
  width: 100%;
}
.download_la-content .wpcf7 .wrap.is-line>span {
  display: table-cell;
}
.download_la-content .wpcf7 .wrap.is-line>span:first-child {
  width: 125px;
  line-height: 1.5;
  vertical-align: middle;
}
.download_la-content .wpcf7 .wrap.is-line .required {
  display: block;
  margin: 0;
}
.download_la-content .wpcf7 .btn_wrap {
  margin: 50px 0 0;
}
.download_la-content .wpcf7-hidden+br {
  display: none;
}

.download_la-content_comp .fix-text {
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: center;
}
.download_la-content_comp .link_download {
  display: block;
  margin: 40px 0 0;
}

@media screen and (max-width: 767px) {
  .download_la-content_wrap {
    display: block;
  }
  .download_la-content .wpcf7 .wrap.is-line {
    display: block;
  }
  .download_la-content .wpcf7 .wrap.is-line>span {
    display: block;
  }
  .download_la-content .wpcf7 .wrap.is-line>span:first-child {
    width: 100%;
  }
  .download_la-content .wpcf7 .wrap.is-line .required {
    display: inline;
    margin: 0 0 0 10px;
  }
}
/* download_la_001 */
.download_la_001 .sec_summary {
  order: 1;
  max-width: 450px;
}
.download_la_001 .sec_download_form {
  order: 2;
  width: 100%;
  max-width: 625px;
  padding: 20px 50px;
  background: #fff;
}
.bg-download_la_001 {
  position: relative;
  margin-top: 30px;
  padding-top: 55px;
}
.bg-download_la_001:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  width: 100%;
  min-height: 449px;
  background: url("/web/wp-content/themes/sorairo/img/download_la/bg_download_la_001_pc.jpg") no-repeat top left,#e1e1e1;
}
.fig-book-download_la_001 {
  margin-top: -55px;
  text-align: center;
}
.fig-book-download_la_002 {
  margin: -110px 0 0 -130px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .download_la_001 .sec_summary {
    max-width: none;
  }
  .download_la_001 .sec_download_form {
    max-width: none;
    padding: 0;
  }
  .bg-download_la_001 {
    margin-top: 20px;
    padding-top: 30px;
  }
  .bg-download_la_001:before {
    min-height: 215px;
    background: url("/web/wp-content/themes/sorairo/img/download_la/bg_download_la_001_sp.jpg") no-repeat top left,#e1e1e1;
    background-size: contain;
  }
  .fig-book-download_la_001 {
    margin-top: -30px;
  }
  .fig-book-download_la_001 img {
    max-width: 231px;
  }
  .fig-book-download_la_002 {
    margin: -60px 0 0;
  }
  .fig-book-download_la_002 img {
    max-width: none;
  }
}
/* free contents */
.free-contents-area {
  margin: 40px 0 0;
}

@media screen and (max-width: 767px) {
  .free-contents-area {
    margin: 15px 0 0;
  }
}
/* download_la_001 フリーコンテンツ */
.contents-la_001 {
  padding: 25px 0;
  background: #f4fbff;
}
.contents-la_001 .contents-title {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.44;
}
.contents-la_001 .contents-read {
  margin-top: 20px;
  font-size: 2rem;
  text-align: center;
}
.contents-la_001 .contents-read strong {
  font-weight: bold;
}
.contents-la_001 .contents-list {
  display: flex;
  justify-content: space-between;
}
.contents-la_001 .contents-list li {
  width: calc(100% / 4 - 15px);
  margin-top: 30px;
}
.contents-la_001 .contents-list img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .contents-la_001 {
    padding: 18px 0;
  }
  .contents-la_001 .contents-title {
    font-size: 1.8rem;
  }
  .contents-la_001 .contents-read {
    font-size: 1.4rem;
  }
  .contents-la_001 .contents-list {
    flex-wrap: wrap;
  }
  .contents-la_001 .contents-list li {
    width: calc(100% / 2 - 5px);
    margin-top: 20px;
  }
}

/* add contact checkbox */
.your-inquiry .wpcf7-list-item {
  display: block;
}

/* add download la 20190913 */
@media screen and (min-width: 769px) {
  .slide_summary_list.add-20190913_slide {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0 0;
  }
  .slide_summary_list.add-20190913_slide>div {
    width: 100%;
    max-width: 300px;
  }
  .slide_summary_list.add-20190913_slide>div+div {
    margin-left: 10px;
  }
}
.add-20190913 {
  padding: 20px 25px 0;
}
.add-20190913_content {
  display: table;
  margin: 0 auto;
}
.add-20190913_content dt {
  font-size: 1.6rem;
  font-weight: bold;
}
.add-20190913_content dd {
  margin-top: 10px;
}
.add-20190913_list {
  font-size: 1.6rem;
}
.add-20190913_list li {
  position: relative;
  padding-left: 24px;
}
.add-20190913_list li:before {
  display: block;
  content: url("/web/wp-content/themes/sorairo/img/form/icon_add20190913.png");
  position: absolute;
  top: 2px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .slide_summary_list.add-20190913_slide {
    padding: 0;
  }
  .add-20190913 {
    padding: 10px 10px 0;
  }
  .add-20190913_content {
    display: block;
    margin: 0 0 10px;
  }
  .add-20190913_content dt {
    text-align: center;
  }
  .add-20190913_content dd {
    margin-top: 5px;
  }
  .add-20190913_list {
    font-size: 1.4rem;
  }
  .add-20190913_list li {
    position: relative;
    padding-left: 24px;
  }
  .add-20190913_list li:before {
    display: block;
    content: url("/web/wp-content/themes/sorairo/img/form/icon_add20190913.png");
    position: absolute;
    top: 2px;
    left: 0;
  }
}
/* 20191220新規追加フォーム */
.ads-content {
  padding: 0 0 50px;
}
.ads-title {
  margin: 0 0 40px;
}
.ads-title h1 {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.ads-title .notes {
  margin-top: 10px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
}
.ads-contents-wrap {
  display: flex;
}
.ads-summary_box {
  order: 2;
  width: 100%;
  max-width: 554px;
  margin-left: auto;
}
.ads-summary_box .thumb_list>div+div {
  margin-top: 20px;
}
.ads-summary_box .thumb_list img {
  width: 100%;
}
.ads-form_box {
  order: 1;
  width: 100%;
  max-width: 530px;
}
.ads-content .copyright {
  margin: 50px 0 0;
}
.ads-content .wpcf7 .wrap.is-line {
  display: table;
  width: 100%;
}
.ads-content .wpcf7 .wrap.is-line>span {
  display: table-cell;
}
.ads-content .wpcf7 .wrap.is-line>span:first-child {
  width: 125px;
  line-height: 1.5;
  vertical-align: middle;
}
.ads-content .wpcf7 .wrap.is-line .required {
  display: block;
  margin: 0;
}
.ads-form_box .comp-read {
  font-size: 1.6rem;
  text-align: center;
}
.ads-form_box .link_download {
  display: block;
  max-width: 240px;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .ads-title {
    margin: 0 0 30px;
  }
  .ads-title h1 {
    font-size: 2.6rem;
  }
  .ads-title .notes {
    font-size: 1.8rem;
  }
  .ads-contents-wrap {
    display: block;
  }
  .ads-summary_box {
    max-width: none;
    margin-left: 0;
  }
  .ads-summary_box .thumb_list>div+div {
    margin-top: 10px;
  }
  .ads-form_box {
    max-width: none;
    margin-top: 30px;
  }
  .ads-content .copyright {
    margin: 30px 0 0;
  }
  .ads-content .wpcf7 .wrap.is-line {
    display: block;
  }
  .ads-content .wpcf7 .wrap.is-line>span {
    display: block;
  }
  .ads-content .wpcf7 .wrap.is-line>span:first-child {
    width: 100%;
  }
  .ads-content .wpcf7 .wrap.is-line .required {
    display: inline;
    margin: 0 0 0 10px;
  }
}

/* 資料請求 */
.sec-form .leaflet-form_sub-title {
  font-size: 1.8rem;
}
.sec-form .form_read.leaflet {
  font-size: 1.8rem;
}
.leaflet-form-contents {
  display: flex;
  justify-content: space-between;
  max-width: 1140px;
  margin: 80px auto 0;
}
.leaflet-form-contents .leaflet_slide_area {
  order: 2;
  width: 100%;
  max-width: 554px;
}
.leaflet-form-contents .leaflet-form-wrap {
  order: 1;
  width: 100%;
  max-width: 503px;
}
.leaflet_thumb {
  margin-top: 0;
  padding: 0;
}
.leaflet_thumb>div {
  border: 1px solid #e6e6e6;
}
.leaflet_thumb>div+div {
  margin-top: 21px;
}
.leaflet_thumb>div>img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec-form .leaflet-form_sub-title {
    font-size: 1.4rem;
  }
  .sec-form .form_read.leaflet {
    font-size: 1.4rem;
  }
  .leaflet-form-contents {
    display: block;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0 10px;
  }
  .leaflet-form-contents .leaflet_slide_area {
    max-width: none;
  }
  .leaflet-form-contents .leaflet-form-wrap {
    max-width: none;
    margin-top: 30px;
  }
  .leaflet_thumb>div+div {
    margin-top: 10px;
  }
}