@charset "UTF-8";
/*--------------------------
パーツ
---------------------------*/
.edit_block {
  line-height: 1.8;
}

.edit_block h1,
.edit_block h2,
.edit_block h3,
.edit_block h4,
.edit_block h5,
.edit_block h6 {
  margin: 30px 0 20px;
  font-weight: bold;
  line-height: 1.8;
}

@media only screen and (max-width: 640px) {
  .edit_block h1,
  .edit_block h2,
  .edit_block h3,
  .edit_block h4,
  .edit_block h5,
  .edit_block h6 {
    margin: 20px 0 15px;
  }
}

.edit_block p {
  margin: 10px 0 30px;
}

@media only screen and (max-width: 640px) {
  .edit_block p {
    margin: 10px 0 20px;
  }
}

.edit_block a {
  color: #0d3f62;
  text-decoration: underline;
}

.edit_block strong {
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .edit_block iframe {
    width: 100% !important;
  }
}

.edit_block img.aligncenter {
  display: block;
  margin: 0 auto;
}

.edit_block img.alignleft {
  display: block;
  margin: 0 auto 0 0;
}

.edit_block img.alignright {
  display: block;
  margin: 0 0 0 auto;
}

.edit_block .m-heading {
  padding: 54px 0;
  margin-top: 0;
  margin-bottom: 60px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}

@media only screen and (min-width: 980px) {
  .edit_block .m-heading {
    width: 100vw;
    margin-left: calc((980px - 100vw) / 2);
  }
}

@media only screen and (max-width: 640px) {
  .edit_block .m-heading {
    width: 100vw;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 30px;
    padding: 20px 0;
    font-size: 20px;
  }
}

.edit_block .m-heading span {
  display: block;
  position: relative;
  width: 980px;
  z-index: 1;
}

@media only screen and (min-width: 980px) {
  .edit_block .m-heading span {
    margin-left: calc((100vw - 980px) / 2);
  }
}

@media only screen and (max-width: 640px) {
  .edit_block .m-heading span {
    width: 100%;
    padding: 0 15px;
  }
}

.edit_block .m-row_txt_pic {
  margin: 80px 0;
	position: relative;
	overflow: hidden;
/*
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
*/
}

@media only screen and (max-width: 640px) {
  .edit_block .m-row_txt_pic {
    display: block;
    margin: 40px 0;
  }
}


.edit_block .m-row_txt_pic .pic {
  width: 350px;
}

@media only screen and (max-width: 640px) {
  .edit_block .m-row_txt_pic .pic {
    width: 100% !important;
		margin: 0 0 15px !important;
  }
}

.edit_block .m-row_txt_pic .edit_holder {
/*  width: 580px;*/
  margin: 0;
}

@media only screen and (max-width: 640px) {
  .edit_block .m-row_txt_pic .edit_holder {
    width: 100% !important;
  }
}

.edit_block .m-row_txt_pic .edit_holder p {
  margin: 0;
  line-height: 1.5em;
}

.edit_block .m-row_txt_pic .edit_holder p:not(:first-of-type) {
  margin-top: 20px;
}

@media only screen and (max-width: 640px) {
  .edit_block .m-row_txt_pic .edit_holder p:not(:first-of-type) {
    margin-top: 15px;
  }
}

/*
.edit_block .m-row_txt_pic_02 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
*/

.edit_block .m-row_txt_pic_01 .pic{
	float: left;
	margin: 0 20px 20px 0;
}
.edit_block .m-row_txt_pic_02 .pic{
	float: right;
	margin: 0 0 20px 20px;
}

.edit_block .m-row_txt_pic_third_l {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}

.edit_block .m-row_txt_pic_third_l .pic {
  width: 68%;
	float: left;
	margin: 0 20px 20px 0;
}

.edit_block .m-row_txt_pic_third_l .edit_holder {
/*  width: 30%;*/
}

.edit_block .m-row_txt_pic_third_r .pic {
  width: 68%;
	float: right;
	margin: 0 0 20px 20px;
}

.edit_block .m-row_txt_pic_third_r .edit_holder {
/*  width: 30%;*/
}

.edit_block .m-row_txt_pic_half_l .pic {
  width: 49%;
	float: left;
	margin: 0 20px 20px 0;
}

.edit_block .m-row_txt_pic_half_r {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}

.edit_block .m-row_txt_pic_half_r .pic {
  width: 49%;
	float: right;
	margin: 0 0 20px 20px;
}

.edit_block .m-row_pic_half {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 640px) {
  .edit_block .m-row_pic_half {
    display: block;
  }
}

.edit_block .m-row_pic_half .pic {
  width: 49%;
}

@media only screen and (max-width: 640px) {
  .edit_block .m-row_pic_half .pic {
    width: 100%;
    margin-bottom: 15px;
  }
}

.edit_block .m-block_txt_bg {
  position: relative;
  min-height: 470px;
  padding: 120px 0;
  background-size: cover;
}

@media only screen and (min-width: 980px) {
  .edit_block .m-block_txt_bg {
    width: 100vw;
    margin-left: calc((980px - 100vw) / 2);
  }
}

@media only screen and (max-width: 640px) {
  .edit_block .m-block_txt_bg {
    width: 100vw;
    min-height: 250px;
    padding: 50px 0;
    margin-left: -15px;
    margin-right: -15px;
  }
}

.edit_block .m-block_txt_bg .inner {
  position: relative;
  width: 980px;
  z-index: 1;
}

@media only screen and (min-width: 980px) {
  .edit_block .m-block_txt_bg .inner {
    margin-left: calc((100vw - 980px) / 2);
  }
}

@media only screen and (max-width: 640px) {
  .edit_block .m-block_txt_bg .inner {
    width: 100%;
    padding: 0 15px;
  }
}

.edit_block .m-block_txt_bg .inner p {
  line-height: 1.5em;
}

.edit_block .m-block_txt_bg_inside {
  position: relative;
  min-height: 470px;
  padding: 120px 15px;
  background-size: cover;
}

@media only screen and (max-width: 640px) {
  .edit_block .m-block_txt_bg_inside {
    min-height: 250px;
    padding: 50px 15px;
    margin-left: -15px;
    margin-right: -15px;
  }
}

.edit_block .m-block_txt_bg_inside .inner p {
  line-height: 1.5em;
}

.edit_block .m-block_txt_bg_pattern {
  position: relative;
  min-height: 470px;
  padding: 120px 0;
}

@media only screen and (min-width: 980px) {
  .edit_block .m-block_txt_bg_pattern {
    width: 100vw;
    margin-left: calc((980px - 100vw) / 2);
  }
}

@media only screen and (max-width: 640px) {
  .edit_block .m-block_txt_bg_pattern {
    width: 100vw;
    min-height: 250px;
    padding: 50px 0;
    margin-left: -15px;
    margin-right: -15px;
  }
}

.edit_block .m-block_txt_bg_pattern .inner {
  position: relative;
  width: 980px;
  z-index: 1;
}

@media only screen and (min-width: 980px) {
  .edit_block .m-block_txt_bg_pattern .inner {
    margin-left: calc((100vw - 980px) / 2);
  }
}

@media only screen and (max-width: 640px) {
  .edit_block .m-block_txt_bg_pattern .inner {
    width: 100%;
    padding: 0 15px;
  }
}

.edit_block .m-block_txt_bg_pattern .inner p {
  line-height: 1.5em;
}

.edit_block .m-block_voice .box {
  position: relative;
  margin: 80px 0;
  border-width: 6px;
  border-style: solid;
  padding: 70px 40px 40px;
}

@media only screen and (max-width: 640px) {
  .edit_block .m-block_voice .box {
    margin: 40px 0;
    padding: 50px 10px 20px;
    border-width: 3px;
  }
}

.edit_block .m-block_voice .label {
  display: inline-block;
  position: absolute;
  top: -40px;
  left: 50%;
  background: #0d3f62;
  padding: 0 60px;
  height: 74px;
  border-width: 4px;
  border-style: solid;
  border-radius: 4px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  line-height: 74px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media only screen and (max-width: 640px) {
  .edit_block .m-block_voice .label {
    top: -26px;
    height: 50px;
    padding: 0 30px;
    line-height: 50px;
  }
}

.edit_block .m-block_voice .label span {
  margin-left: 0.1em;
}

.edit_block .m-block_voice .pic_heading {
  margin-bottom: 40px;
}

@media only screen and (max-width: 640px) {
  .edit_block .m-block_voice .pic_heading {
    margin-bottom: 30px;
  }
}

.edit_block .m-block_voice .user_name {
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: bold;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .edit_block .m-block_voice .user_name {
    margin-bottom: 20px;
  }
}

.edit_block .m-block_voice .title {
  margin-top: 0;
  margin-bottom: 40px;
  padding-bottom: 0.4em;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  font-weight: bold;
  line-height: 1.5;
}

@media only screen and (max-width: 640px) {
  .edit_block .m-block_voice .title {
    margin-bottom: 20px;
  }
}

.edit_block .m-block_voice .row {
	position: relative;
	overflow: hidden;
}

.edit_block .m-block_voice .row .edit_holder p {
	margin: 0;
	line-height: 1.5em;
}

.edit_block .m-block_voice .row .edit_holder p:not(:first-of-type) {
	margin-top: 20px;
}

@media only screen and (max-width: 640px) {
	.edit_block .m-block_voice .row .edit_holder p:not(:first-of-type) {
		margin-top: 15px;
	}
}

.edit_block .m-block_voice .row .pic {
	width: 350px;
	text-align: right;
	float: right;
	margin: 0 0 20px 20px;
}

@media only screen and (max-width: 640px) {
	.edit_block .m-block_voice .row .pic {
		width: 100%;
		margin: 0 0 20px;
		text-align: center;
		float: none;
	}
}

.edit_block .m-merit {
  margin: 80px 0;
}

@media only screen and (max-width: 640px) {
  .edit_block .m-merit {
    margin: 40px 0;
  }
}

.edit_block .m-merit .heading {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 0.7em;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .edit_block .m-merit .heading {
    margin-bottom: 20px;
  }
}

.edit_block .m-merit ul li {
  position: relative;
  padding: 20px 10px 20px 70px;
  background: #fae445;
  border-radius: 4px;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
  font-weight: bold;
  line-height: 1.5;
}

@media only screen and (max-width: 640px) {
  .edit_block .m-merit ul li {
    padding: 14px 10px 14px 40px;
  }
}

.edit_block .m-merit ul li .icon {
  width: 42px;
  position: absolute;
  top: 18px;
  left: 10px;
}

@media only screen and (max-width: 640px) {
  .edit_block .m-merit ul li .icon {
    width: 21px;
  }
}

.edit_block .m-merit ul li:not(:last-child) {
  margin-bottom: 16px;
}

@media only screen and (max-width: 640px) {
  .edit_block .m-merit ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}

.edit_block .m-btn_block {
  margin: 20px 0 80px;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .edit_block .m-btn_block {
    margin: 40px 0;
  }
}

.edit_block .m-btn_block a {
  max-width: 100%;
  min-width: 500px;
  padding: 30px 40px;
  border-radius: 100px;
  -webkit-box-shadow: 4px 7px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 4px 7px 10px 0px rgba(0, 0, 0, 0.2);
  font-weight: bold;
  line-height: 1.2;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

@media only screen and (max-width: 640px) {
  .edit_block .m-btn_block a {
    width: 100%;
    min-width: auto;
    padding: 20px 10px;
  }
}

.edit_block .btn_webinar {
  position: relative;
  min-width: 600px;
  max-width: 100%;
  padding: 25px 80px 25px 84px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f4d92d), to(#fded58));
  background-image: linear-gradient(0deg, #f4d92d 0%, #fded58 100%);
  border-top: 1px solid #fff;
  border-bottom: 1px solid #696117;
  border-radius: 999px;
  -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.3);
  color: #443f36;
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1.3;
}

@media only screen and (max-width: 640px) {
  .edit_block .btn_webinar {
    min-width: inherit;
    width: 100%;
    padding: 15px 20px 15px 44px;
    font-size: 20px;
  }
}

.edit_block .btn_webinar::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 30px;
  background: url(../images/common/icon_btn_arrow_01.png) no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 640px) {
  .edit_block .btn_webinar::before {
    left: 15px;
    width: 25px;
    height: 25px;
  }
}

.column_wrapper .edit_block .m-heading {
  padding: 20px 15px;
  width: 100%;
  margin-left: 0;
  margin-bottom: 30px;
  text-align: left;
}

@media only screen and (max-width: 640px) {
  .column_wrapper .edit_block .m-heading {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 14px 10px;
    font-size: 18px;
  }
}

.column_wrapper .edit_block .m-heading span {
  width: 100%;
  margin-left: 0;
}

@media only screen and (max-width: 640px) {
  .column_wrapper .edit_block .m-heading span {
    margin-left: 0;
    padding: 0;
  }
}

@media only screen and (min-width: 641px) {
  .column_wrapper .edit_block .m-row_txt_pic {
    margin: 30px 0;
  }
  .column_wrapper .edit_block .m-row_txt_pic .pic {
    width: 32%;
  }
  .column_wrapper .edit_block .m-row_txt_pic .edit_holder {
    width: 64%;
  }
}

@media only screen and (min-width: 641px) {
  .column_wrapper .edit_block .m-block_txt_bg {
    width: 100%;
    min-height: 350px;
    margin: 30px 0;
    padding: 60px 15px;
    text-align: left;
  }
  .column_wrapper .edit_block .m-block_txt_bg .inner {
    width: 100%;
    margin-left: 0;
  }
}

@media only screen and (min-width: 641px) {
  .column_wrapper .edit_block .m-block_txt_bg_pattern {
    width: 100%;
    min-height: 350px;
    margin: 30px 0;
    padding: 60px 15px;
    text-align: left;
  }
  .column_wrapper .edit_block .m-block_txt_bg_pattern .inner {
    width: 100%;
    margin-left: 0;
  }
}

@media only screen and (min-width: 641px) {
  .column_wrapper .edit_block .m-block_voice .box {
    margin: 50px 0;
    padding: 50px 20px 30px;
  }
  .column_wrapper .edit_block .m-block_voice .label {
    top: -30px;
    height: 54px;
    line-height: 54px;
  }
  .column_wrapper .edit_block .m-block_voice .user_name {
    margin-bottom: 20px;
  }
  .column_wrapper .edit_block .m-block_voice .title {
    margin-bottom: 20px;
  }
  .column_wrapper .edit_block .m-block_voice .row .edit_holder {
    width: 64%;
  }
  .column_wrapper .edit_block .m-block_voice .row .pic {
    width: 32%;
  }
}

@media only screen and (min-width: 641px) {
  .column_wrapper .edit_block .m-merit {
    margin: 30px 0;
  }
  .column_wrapper .edit_block .m-merit .heading {
    text-align: left;
  }
  .column_wrapper .edit_block .m-merit ul li {
    padding: 15px 10px 15px 50px;
  }
  .column_wrapper .edit_block .m-merit ul li .icon {
    width: 30px;
  }
}

.column_wrapper .edit_block .m-btn_block {
  margin: 40px 0;
}

/*--------------------------
ヘッダー
---------------------------*/
#header.header_main {
  padding-top: 40px;
  border-top: 5px solid #0d3f62;
}

@media only screen and (max-width: 640px) {
  #header.header_main {
    padding-top: 25px;
    border-width: 3px;
  }
}

@media only screen and (max-width: 640px) {
  #header.header_main .container {
    padding: 0;
  }
}

#header.header_main .announce_heading {
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  #header.header_main .announce_heading {
    margin-bottom: 10px;
    font-size: 20px;
  }
}

/*--------------------------
カウントダウン
---------------------------*/
#count_down {
  margin-bottom: 60px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 50px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  #count_down {
    margin-bottom: 30px;
    font-size: 30px;
  }
}

#count_down .number-wrapper {
  margin: 10px 15px;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.4);
          box-shadow: 0 10px 15px rgba(0, 0, 0, 0.4);
  position: relative;
}

@media only screen and (max-width: 640px) {
  #count_down .number-wrapper {
    margin: 10px 8px;
  }
}

#count_down .number-wrapper:nth-child(2)::after, #count_down .number-wrapper:nth-child(3)::after {
  color: #275b7f;
  content: ":";
  position: absolute;
  top: 50%;
  right: -20px;
  text-shadow: 0 3px 3px #000000;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
}

@media only screen and (max-width: 640px) {
  #count_down .number-wrapper:nth-child(2)::after, #count_down .number-wrapper:nth-child(3)::after {
    right: -12px;
    -webkit-transform: translateY(-55%);
            transform: translateY(-55%);
  }
}

#count_down .number {
  display: inline-block;
  background: #275b7f;
  border: 1px solid #133953;
  border-radius: 4px;
  padding: 0 10px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.6);
}

@media only screen and (max-width: 640px) {
  #count_down .number {
    height: 50px;
    line-height: 50px;
		padding: 0 6px;
  }
}

#count_down .line {
  display: none;
}

.caption_ctd {
  position: absolute;
  bottom: -36px;
  left: 0;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #6086a0;
  font-size: 14px;
  line-height: 2;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .caption_ctd {
    bottom: -25px;
    font-size: 11px;
/*
    font-size: 8px;
*/
  }
}

/*--------------------------
MV
---------------------------*/
.main_visual {
  position: relative;
  background-position: center center;
  background-repeat: repeat-x;
  height: 200px;
  text-align: center;
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  .main_visual {
    height: 100px;
    background-size: cover;
  }
}

.main_visual.mv_700 {
  height: 700px;
}

@media only screen and (max-width: 640px) {
  .main_visual.mv_700 {
    height: 300px;
  }
}

.main_visual.mv_200 {
  height: 200px;
}

.main_visual .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main_visual .container .page_copy {
  position: relative;
  z-index: 10;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .main_visual .container .page_copy {
    font-size: 20px;
  }
}

.main_visual_optin_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #0d3f62;
}

@media only screen and (max-width: 640px) {
  .main_visual_optin_02 {
    display: block;
  }
}

.main_visual_optin_02 > * {
  width: 50%;
}

@media only screen and (max-width: 640px) {
  .main_visual_optin_02 > * {
    width: 100%;
  }
}

.main_visual_optin_02 .mv_image {
  padding: 20px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main_visual_optin_02 .container {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.main_visual_optin_02 .panel {
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.main_visual_optin_02 .panel .inner {
  width: 490px;
  padding: 50px 20px;
}

@media only screen and (max-width: 640px) {
  .main_visual_optin_02 .panel .inner {
    width: 100%;
    padding: 30px 15px;
  }
}

.main_visual_optin_02 .heading {
  margin-bottom: 30px;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .main_visual_optin_02 .heading {
    margin-bottom: 20px;
  }
}

.main_visual_optin_02 .heading i {
  display: block;
  margin-bottom: 10px;
  font-size: 40px;
}

@media only screen and (max-width: 640px) {
  .main_visual_optin_02 .heading i {
    font-size: 30px;
  }
}

.main_visual_optin_02 .heading span {
  font-size: 24px;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .main_visual_optin_02 .heading span {
    font-size: 20px;
  }
}

.main_visual_optin_02 .form_holder {
  margin-bottom: 20px;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .main_visual_optin_02 .form_holder {
    margin-bottom: 30px;
  }
}

.main_visual_optin_02 .form_holder .holder {
  margin: 20px 0;
}

.main_visual_optin_02 .form_holder .input_default {
  width: 100%;
  height: 70px;
  padding: 0 20px;
  font-size: 20px;
  line-height: 70px;
  border: 2px solid #fff;
}

@media only screen and (max-width: 640px) {
  .main_visual_optin_02 .form_holder .input_default {
    width: 100%;
    height: 56px;
    padding: 0 10px;
    font-size: 16px;
    line-height: 56px;
  }
}

.main_visual_optin_02 .form_holder .input_default:focus {
  border-color: #0d3f62;
}

.main_visual_optin_02 .btn_block {
  text-align: center;
}

.main_visual_optin_02 .attention {
  color: #729db8;
  font-size: 11px;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 640px) {
  .main_visual_optin_02 .attention {
    margin-top: 20px;
  }
}

.main_visual_optin_02 .attention li {
  line-height: 1.5;
  text-align: left;
  padding-left: 1em;
  text-indent: -1em;
}

.main_visual_optin_02 .attention li:not(:last-child) {
  margin-bottom: 8px;
}

.main_visual_optin_02 .attention li::before {
  content: "※";
}

/*--------------------------
セミナー詳細情報
---------------------------*/
.m-block_seminar_info {
  margin: 100px 0;
}

._parts .m-block_seminar_info {
  margin: 0px !important;
}

._parts .m-block_seminar_info .block {
  margin: 0px !important;
}

@media only screen and (max-width: 640px) {
  .m-block_seminar_info {
    margin: 50px 0;
  }
}

.m-block_seminar_info .block {
  margin: 60px 0;
}

@media only screen and (max-width: 640px) {
  .m-block_seminar_info .block {
    margin: 25px 0;
  }
}

.m-block_seminar_info .heading_block {
  position: relative;
  margin-bottom: 30px;
  padding: 10px 0 10px 20px;
  font-size: 24px;
  font-weight: bold;
  border-left: 4px solid #0d3f62;
}

@media only screen and (max-width: 640px) {
  .m-block_seminar_info .heading_block {
    margin-bottom: 20px;
    font-size: 18px;
    padding-left: 10px;
  }
}

.m-block_seminar_info .heading_block::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -4px;
  width: 4px;
  height: 50%;
  background: #4f9ad5;
}

.m-block_seminar_info .tbl_seminar {
  width: 100%;
  table-layout: fixed;
}

.m-block_seminar_info .tbl_seminar th,
.m-block_seminar_info .tbl_seminar td {
  width: 25%;
  line-height: 1.3;
  text-align: center;
}

.m-block_seminar_info .tbl_seminar th {
  background: #0d3f62;
  padding: 12px 0;
  color: #fff;
  font-size: 17px;
  font-weight: normal;
}

@media only screen and (max-width: 640px) {
  .m-block_seminar_info .tbl_seminar th {
    padding: 10px 0;
    font-size: 14px;
  }
}

.m-block_seminar_info .tbl_seminar td {
  padding: 22px 0;
  font-size: 16px;
}

@media only screen and (max-width: 640px) {
  .m-block_seminar_info .tbl_seminar td {
    padding: 18px 0;
    font-size: 13px;
  }
}

.m-block_seminar_info .tbl_seminar tr:nth-child(even) {
  background: #f4f7f9;
}

.m-block_seminar_info .price {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .m-block_seminar_info .price {
    margin-bottom: 10px;
    font-size: 16px;
  }
}

.m-block_seminar_info p {
  margin-bottom: 20px;
  font-size: 18px;
}

@media only screen and (max-width: 640px) {
  .m-block_seminar_info p {
    margin-bottom: 10px;
    font-size: 15px;
  }
}

.m-block_seminar_info .place_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 640px) {
  .m-block_seminar_info .place_list {
    display: block;
  }
}

.m-block_seminar_info .place_list li {
  width: 470px;
  margin-bottom: 60px;
}

@media only screen and (max-width: 640px) {
  .m-block_seminar_info .place_list li {
    width: 100%;
    margin-bottom: 40px;
  }
}

.m-block_seminar_info .place_list li:nth-last-child(-n + 2) {
  margin-bottom: 0;
}

@media only screen and (max-width: 640px) {
  .m-block_seminar_info .place_list li:nth-last-child(-n + 2) {
    margin-bottom: 40px;
  }
}

.m-block_seminar_info .place_list li .date {
  font-size: 16px;
}

@media only screen and (max-width: 640px) {
  .m-block_seminar_info .place_list li .date {
    font-size: 14px;
  }
}

.m-block_seminar_info .place_list li .place_name {
  margin: 10px 0 20px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.3;
}

@media only screen and (max-width: 640px) {
  .m-block_seminar_info .place_list li .place_name {
    margin: 8px 0 16px;
    font-size: 15px;
  }
}

.m-block_seminar_info .place_list li .map {
  margin-bottom: 20px;
}

.m-block_seminar_info .place_list li .map iframe {
  width: 100% !important;
  height: 320px !important;
}

@media only screen and (max-width: 640px) {
  .m-block_seminar_info .place_list li .map iframe {
    height: 200px !important;
  }
}

.m-block_seminar_info .place_list li .btn {
  text-align: center;
}

.m-block_seminar_info .place_list li .btn a {
  position: relative;
  width: 200px;
  height: 38px;
  background: #89959e;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 38px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.m-block_seminar_info .place_list li .btn a::after {
  content: "\e901";
  position: absolute;
  top: 50%;
  right: 10px;
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.m-block_seminar_info .place_list li .btn a:hover {
  background: #636f78;
}

.m-block_seminar_info .place_list_single {
  margin-bottom: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 640px) {
  .m-block_seminar_info .place_list_single {
    margin-bottom: 40px;
  }
}

.m-block_seminar_info .place_list_single li {
  width: 740px;
}

@media only screen and (max-width: 640px) {
  .m-block_seminar_info .place_list_single li {
    width: 100%;
  }
}

.m-block_seminar_info .btn_block {
  text-align: center;
}

.m-block_seminar_info .btn_block a {
  margin: 20px 0;
}

@media only screen and (max-width: 640px) {
  .m-block_seminar_info .btn_block a {
    margin: 10px 0;
  }
}

.m-block_seminar_info .attention {
  font-size: 13px;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 640px) {
  .m-block_seminar_info .attention {
    margin-top: 20px;
  }
}

.m-block_seminar_info .attention li {
  line-height: 1.5;
  text-align: left;
  padding-left: 1em;
  text-indent: -1em;
}

.m-block_seminar_info .attention li:not(:last-child) {
  margin-bottom: 10px;
}

.m-block_seminar_info .attention li::before {
  content: "※";
}

/*--------------------------
登録ブロック
---------------------------*/
.registration_block {
  padding: 100px 0;
  background: url(../images/common/bg_pattern_03.jpg);
}

@media only screen and (max-width: 640px) {
  .registration_block {
    padding: 40px 0;
  }
}

.registration_block .heading {
  margin-bottom: 40px;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .registration_block .heading {
    margin-bottom: 20px;
  }
}

.registration_block .heading i {
  display: block;
  margin-bottom: 20px;
  color: #0d3f62;
  font-size: 48px;
}

@media only screen and (max-width: 640px) {
  .registration_block .heading i {
    font-size: 30px;
  }
}

.registration_block .heading span {
  font-size: 28px;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .registration_block .heading span {
    font-size: 20px;
  }
}

.registration_block .form_holder {
  margin-bottom: 60px;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .registration_block .form_holder {
    margin-bottom: 30px;
  }
}

.registration_block .form_holder .holder {
  margin: 20px 0;
}

.registration_block .form_holder .holder_double {
  width: 600px;
  margin: 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 640px) {
  .registration_block .form_holder .holder_double {
    width: 100%;
  }
}

.registration_block .form_holder .holder_double .input_default {
  width: 49%;
}

.registration_block .form_holder .input_default {
  width: 600px;
  height: 80px;
  padding: 0 20px;
  font-size: 22px;
  line-height: 80px;
  border: 2px solid #fff;
}

@media only screen and (max-width: 640px) {
  .registration_block .form_holder .input_default {
    width: 100%;
    height: 56px;
    padding: 0 10px;
    font-size: 16px;
    line-height: 56px;
  }
}

.registration_block .form_holder .input_default:focus {
  border-color: #0d3f62;
}

.registration_block .btn_block {
  margin-top: 60px;
}

@media only screen and (max-width: 640px) {
  .registration_block .btn_block {
    margin-top: 30px;
  }
}

.registration_block .attention {
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.registration_block .attention li {
  line-height: 1.5;
  text-align: left;
  padding-left: 1em;
  text-indent: -1em;
}

.registration_block .attention li:not(:last-child) {
  margin-bottom: 10px;
}

.registration_block .attention li::before {
  content: "※";
}

/* 2019.06.11追記 */
.t_business_form_wrapper table{
	width: 600px;
	table-layout: fixed;
	margin: 0 auto;
}

@media only screen and (max-width: 640px) {
	.t_business_form_wrapper table{
		width: 100%;
	}
}

@media only screen and (max-width: 640px) {
	.t_business_form_wrapper table th,
	.t_business_form_wrapper table td{
		width: 100% !important;
		display: block;
	}
}

.t_business_form_wrapper table tr:nth-child(1) td:nth-child(1){
	display: none;
}

.t_business_form_wrapper table tr td:nth-child(1){
/*	width: 30%;*/
/*	padding: 20px 20px 20px 0;*/
}

@media only screen and (max-width: 640px) {
	.t_business_form_wrapper table tr td:nth-child(1){
		padding: 0;
	}
}

.t_business_form_wrapper table tr td:nth-child(2){
/*	width: 70%;*/
/*	padding: 20px 0 20px;*/
}

@media only screen and (max-width: 640px) {
	.t_business_form_wrapper table tr td:nth-child(2){
		padding: 10px 0 20px;
	}
}

.t_business_form_wrapper table input[type="text"]{
	background: #fff;
	border-radius: 4px;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	width: 600px;
	height: 80px;
	padding: 0 20px;
	font-size: 22px;
	line-height: 80px;
	border: 2px solid #fff;
	outline: none;
}

@media only screen and (max-width: 640px) {
	.t_business_form_wrapper table input[type="text"]{
		width: 100%;
		height: 56px;
		padding: 0 10px;
		font-size: 16px;
		line-height: 56px;
	}
}

.t_business_form_wrapper table input[type="text"]:focus{
	border-color: #0d3f62;
	outline: none;
}

@media only screen and (max-width: 640px) {
	.t_business_form_wrapper table input[type="text"]{
		position: relative;
		display: block;
	}
}

.t_business_form_wrapper table input[type="submit"]{
	background-image: -webkit-linear-gradient(bottom, #006638 0%, #32aa74 70%, #63edaf 100%);
	background-image: linear-gradient(0deg, #006638 0%, #32aa74 70%, #63edaf 100%);
	border: 2px solid #2ca971;
	color: #fff;
	font-size: 28px;
	max-width: 100%;
	min-width: 500px;
	margin-top: 50px;
	padding: 30px 40px;
	border-radius: 100px;
	-webkit-box-shadow: 4px 7px 10px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 4px 7px 10px 0px rgba(0, 0, 0, 0.2);
	font-weight: bold;
	line-height: 1.2;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

@media only screen and (max-width: 640px) {
	.t_business_form_wrapper table input[type="submit"]{
		font-size: 18px;
		width: 100%;
		min-width: auto;
		margin-top: 20px;
		padding: 20px 10px;
	}
}

.t_business_form_wrapper table input[type="submit"]:hover{
	opacity: 0.65;
}

.main_visual_optin_02 .t_business_form_wrapper table{
	width: 100%;
}

.main_visual_optin_02 .t_business_form_wrapper table th,
.main_visual_optin_02 .t_business_form_wrapper table td{
	width: 100% !important;
	display: block;
}

.main_visual_optin_02 .t_business_form_wrapper table tr td:nth-child(1){
	padding: 0;
}

.main_visual_optin_02 .t_business_form_wrapper table tr td:nth-child(2){
	padding: 10px 0 20px;
}

.main_visual_optin_02 .t_business_form_wrapper table input[type="text"]{
	width: 100%;
}

@media only screen and (min-width: 641px) {
	.main_visual_optin_02 .t_business_form_wrapper table input[type="submit"]{
		width: 100%;
		min-width: inherit;
		display: block;
		padding: 25px 10px;
		font-size: 24px;
		margin-top: 10px;
	}
}


/*--------------------------
ウェビナー
---------------------------*/
.movie_block {
  padding: 60px 0;
}

@media only screen and (max-width: 640px) {
  .movie_block {
    padding: 35px 0;
  }
}

.movie_block .movie_frame {
  margin-bottom: 40px;
  padding: 40px;
  background: #0d3f62;
}

@media only screen and (max-width: 640px) {
  .movie_block .movie_frame {
    margin-bottom: 20px;
    padding: 15px;
  }
}

.movie_block .movie_frame iframe {
  width: 100% !important;
  height: 580px !important;
}

@media only screen and (max-width: 640px) {
  .movie_block .movie_frame iframe {
    height: 240px !important;
  }
}

.movie_block .btn_block {
  text-align: center;
}

/*--------------------------
動画視聴
---------------------------*/
.comment_block {
  padding: 30px 20px;
  background: #fafafa;
}

@media only screen and (max-width: 640px) {
  .comment_block {
    padding: 25px 15px;
  }
}

.comment_block .title {
  margin-bottom: 30px;
  padding-bottom: 0.7em;
  border-bottom: 1px solid #ddd;
  font-size: 18px;
  font-weight: bold;
}

.comment_block .comment_list .comment {
  margin-bottom: 20px;
}

.comment_block .comment_list .comment .auther_row {
  margin-bottom: 10px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.comment_block .comment_list .comment .auther_row .auther {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 640px) {
  .comment_block .comment_list .comment .auther_row .auther {
    font-size: 15px;
  }
}

.comment_block .comment_list .comment .auther_row .auther .avatar {
  margin-right: 5px;
}

.comment_block .comment_list .comment .auther_row a {
  color: #0d3f62;
  font-size: 13px;
}

.comment_block .comment_list .comment .auther_row a i {
  margin-right: 4px;
}

.comment_block .comment_list .comment .auther_row a span {
  text-decoration: underline;
}

.comment_block .comment_list .comment .auther_row a:hover span {
  text-decoration: none;
}

.comment_block .comment_list .comment .date {
  display: block;
  margin-bottom: 15px;
  color: #888;
  font-size: 13px;
  line-height: 1;
}

.comment_block .comment_list .comment p {
  font-size: 14px;
  line-height: 1.8;
}

.comment_block .comment_list .comment p:not(:last-child) {
  margin-bottom: 8px;
}

@media only screen and (max-width: 640px) {
  .comment_block .comment_list .comment p {
    font-size: 13px;
  }
}

.comment_block .comment_list .comment .children {
  margin-top: 20px;
  margin-left: 40px;
  padding: 15px;
  background: #ededed;
}

@media only screen and (max-width: 640px) {
  .comment_block .comment_list .comment .children {
    margin-left: 10px;
  }
}

.comment_block .comment_list > .comment {
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.comment_block .comment_response {
  padding: 20px 0;
  line-height: 1;
}

.comment_block .comment_response .announce_complete {
  margin-bottom: 20px;
  padding: 14px 10px;
  background: #fff;
  border: 3px solid #d3a609;
  color: #d3a609;
  font-size: 16px;
  line-height: 1;
}

@media only screen and (max-width: 640px) {
  .comment_block .comment_response .announce_complete {
    font-size: 14px;
  }
}

.comment_block .comment_response .response_top {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 640px) {
  .comment_block .comment_response .response_top {
    display: block;
  }
}

.comment_block .comment_response .response_top h3 {
  font-size: 18px;
  font-weight: bold;
}

.comment_block .comment_response .response_top a {
  color: #0d3f62;
  font-size: 14px;
  text-decoration: underline;
}

@media only screen and (max-width: 640px) {
  .comment_block .comment_response .response_top a {
    margin-top: 10px;
  }
}

.comment_block .comment_response .btn_submit {
  display: block;
  width: 50%;
  margin: 40px auto 0;
  padding: 15px 10px;
  background: #0d3f62;
  border-radius: 5px;
  color: #fff;
  font-size: 15px;
  line-height: 1;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.comment_block .comment_response .btn_submit:hover {
  background: #135c8f;
}

@media only screen and (max-width: 640px) {
  .comment_block .comment_response .btn_submit {
    width: 80%;
  }
}

.comment_block .comment_response .input_default,
.comment_block .comment_response textarea {
  -webkit-box-shadow: 0 0 0 0;
          box-shadow: 0 0 0 0;
}

.comment_block .comment_response .input_default,
.comment_block .comment_response textarea {
  border: 1px #ddd solid;
  background: #fff;
  border-radius: 0;
  font-size: 15px;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.comment_block .comment_response .input_default:focus,
.comment_block .comment_response textarea:focus {
  border-color: #0d3f62;
}

@media only screen and (max-width: 640px) {
  .comment_block .comment_response .input_default,
  .comment_block .comment_response textarea {
    font-size: 14px;
  }
}

.comment_block .comment_response .input_default {
  width: 70%;
  padding: 4px 10px;
}

@media only screen and (max-width: 640px) {
  .comment_block .comment_response .input_default {
    width: 100%;
  }
}

.comment_block .comment_response textarea {
  padding: 10px;
  height: 180px;
}

@media only screen and (max-width: 640px) {
  .comment_block .comment_response textarea {
    height: 100px;
  }
}

.comment_block .comment_response .error {
  margin-bottom: 10px;
  color: #bc1515;
  font-size: 14px;
}

.comment_block .comment_response dl dt {
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .comment_block .comment_response dl dt {
    font-size: 14px;
  }
}

.comment_block .comment_response dl:not(:last-child) {
  margin-bottom: 20px;
}

.comment_block .comment_response .red {
  margin-left: 3px;
  color: #bc1515;
}

.col_side .side_menu {
  margin-bottom: 30px;
  border: 1px solid #ccc;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}

.col_side .side_menu .title {
  padding: 12px 10px;
  background: #0d3f62;
  color: #fff;
  font-weight: bold;
}

.col_side .side_menu ul li:not(:last-child) {
  border-bottom: 1px solid #ccc;
}

.col_side .side_menu ul li a {
  display: block;
  padding: 15px 10px;
  font-size: 14px;
  line-height: 1.3;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.col_side .side_menu ul li a:hover {
  background: #89959e;
  color: #fff;
}

.col_side .banner_block {
  width: 250px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 640px) {
  .col_side .banner_block {
    position: static !important;
    width: 100%;
  }

  .col_side .banner_block a img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

.col_side .banner_block a {
  display: block;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.col_side .banner_block a:not(:last-child) {
  margin-bottom: 15px;
}

.col_side .banner_block a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 640px) {
  .col_side .fixed_clone {
    height: 0 !important;
  }
}

/*--------------------------
ブロック（ボタン）
---------------------------*/
.btn_block a {
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.btn_block a:hover {
  opacity: 0.65;
}

/*--------------------------
会社情報
---------------------------*/
.company_info_block {
  padding: 40px 0;
  background: #c6d4de;
}

@media only screen and (max-width: 640px) {
  .company_info_block {
    padding: 20px 0;
  }
}

.company_info_block h3 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .company_info_block h3 {
    margin-bottom: 10px;
    font-size: 16px;
  }
}

.company_info_block p {
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .company_info_block p {
    font-size: 13px;
  }
}

/*--------------------------
フォーム
---------------------------*/
.form_block > .heading {
  padding: 54px 0;
  margin-bottom: 60px;
  background: url(../images/common/bg_pattern_01.jpg);
}

@media only screen and (max-width: 640px) {
  .form_block > .heading {
    margin-bottom: 30px;
    padding: 20px 0;
  }
}

.form_block h1 {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .form_block h1 {
    font-size: 20px;
  }
}

.d_flex, #form .l-form_elements:not(.full), #form .step ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.between {
  margin: 20px 0;
}

.name_label {
  display: inline-block;
  width: 40px;
  font-size: 13px;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .name_label {
    width: 30px;
    font-size: 12px;
  }
}

.label_unit {
  margin: 0 20px 0 5px;
}

@media only screen and (max-width: 640px) {
  .label_unit {
    margin: 0 12px 0 4px;
  }
}

.label_radio {
  margin-right: 5px;
}

@media only screen and (max-width: 640px) {
  dd .label_unit:last-child {
    margin-right: 0;
  }
}

#form {
  padding: 0 0 100px;
}

#form label {
  padding-right: 20px;
  margin: 0 0 10px;
}

#form [type="radio"]:checked + label,
#form [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 19px;
  display: inline-block;
}

#form [type="checkbox"]:checked + label,
#form [type="checkbox"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 19px;
  display: inline-block;
}

#form [type="radio"]:checked + label:before,
#form [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #888;
  background: #fff;
}

#form [type="checkbox"]:checked + label:before,
#form [type="checkbox"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #888;
  background: #fff;
}

#form [type="radio"]:checked + label:before,
#form [type="radio"]:not(:checked) + label:before {
  border-radius: 100%;
}

#form [type="radio"]:checked + label:after,
#form [type="radio"]:not(:checked) + label:after {
  content: '';
  position: absolute;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#form [type="checkbox"]:checked + label:after,
#form [type="checkbox"]:not(:checked) + label:after {
  content: '';
  position: absolute;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#form [type="radio"]:checked + label:after,
#form [type="radio"]:not(:checked) + label:after {
  width: 12px;
  height: 12px;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  background: #0d3f62;
}

#form [type="checkbox"]:checked + label:after,
#form [type="checkbox"]:not(:checked) + label:after {
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  top: 1px;
  left: 1px;
  color: #8fc31e;
  content: "\e902";
}

#form [type="radio"]:not(:checked) + label:after,
#form [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

#form [type="radio"]:checked + label:after,
#form [type="checkbox"]:checked + label:after {
  -webkit-transform: scale(1);
  transform: scale(1);
}

#form select {
  background: #fff;
  border-radius: 0;
}

#form select:focus {
  outline: 0;
}

#form h3 {
  position: relative;
  margin: 40px 0;
  font-weight: bold;
  font-size: 24px;
  padding-left: 30px;
}

@media only screen and (max-width: 640px) {
  #form h3 {
    margin: 30px 0 20px;
    font-size: 18px;
    line-height: 1.3;
  }
}

#form h3 .square {
  position: absolute;
  height: 100%;
  width: 10px;
}

#form h3 .square::before, #form h3 .square::after {
  position: absolute;
  left: 0;
  width: 11px;
  height: 11px;
  background: #0d3f62;
  content: "";
}

#form h3 .square::before {
  top: 0;
}

#form h3 .square::after {
  top: 13px;
}

#form h3 .square.left {
  left: 0;
}

#form h3 .square.right {
  left: 13px;
}

#form .holder {
  margin: 10px 0 0;
}

#form .holder label {
  margin: 0;
}

#form .l-form_elements {
  margin: 10px 0;
}

#form .l-form_elements:not(.full) {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#form .l-form_elements span:not([class]) {
  width: 200px;
}

@media only screen and (max-width: 640px) {
  #form .l-form_elements span:not([class]) {
    width: auto;
    margin-bottom: 10px;
  }
}

#form .l-form_select select {
  padding: 0 32px 0 10px;
  font-size: 15px;
  max-width: 100%;
  width: 100%;
  height: 40px;
  line-height: 39px;
  border: 1px #d3cfc9 solid;
}

#form .l-form_select select:focus {
  border-color: #3d8fff;
}

@media only screen and (max-width: 640px) {
  #form .l-form_select select {
    width: 100%;
    font-size: 14px;
  }
}

#form .l-form_select label {
  display: inline-block;
  position: relative;
  padding: 0;
  margin-bottom: 10px;
}

#form .l-form_select label:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  margin-top: 2px;
  border: 5px solid transparent;
  border-top: 7px solid #444;
  z-index: 9;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

#form .l-form_select.multiple select {
  width: 90px;
}

#form .step ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 640px) {
  #form .step ul {
    display: block;
  }
}

#form .step ul li {
  position: relative;
  width: calc(33.33333333% - 10px);
  padding: 10px;
  background: #0d3f62;
  text-align: center;
  color: #fff;
  margin-right: 10px;
  border-radius: 3px;
}

@media only screen and (max-width: 640px) {
  #form .step ul li {
    width: 100%;
    margin-bottom: 15px;
  }
}

#form .step ul li:last-child {
  margin-right: 0;
  width: 33.3333333%;
}

@media only screen and (max-width: 640px) {
  #form .step ul li:last-child {
    width: 100%;
    margin-bottom: 0;
  }
}

#form .step ul li:not(:first-child)::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 20px;
  border-color: transparent transparent transparent #fff;
  content: "";
}

@media only screen and (max-width: 640px) {
  #form .step ul li:not(:first-child)::before {
    display: none;
  }
}

#form .step ul li:not(:last-child)::after {
  position: absolute;
  bottom: 0;
  right: -19px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 20px;
  border-color: transparent transparent transparent #0d3f62;
  content: "";
}

@media only screen and (max-width: 640px) {
  #form .step ul li:not(:last-child)::after {
    right: 0;
    left: 0;
    bottom: -10px;
    margin: 0 auto;
    border-width: 10px 16px 0 16px;
    border-color: #0d3f62 transparent transparent transparent;
  }
}

#form .step ul li:nth-of-type(1) {
  z-index: 3;
}

#form .step ul li:nth-of-type(2) {
  z-index: 2;
}

#form .step ul li:nth-of-type(3) {
  z-index: 1;
}

#form .step ul li p {
  text-align: center;
  font-size: 12px;
  letter-spacing: .1em;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

@media only screen and (max-width: 640px) {
  #form .step ul li p {
    display: inline-block;
    margin-right: 4px;
  }
}

#form .step ul li.current {
  background: #8fc31e;
}

#form .step ul li.current::after {
  border-color: transparent transparent transparent #8fc31e;
}

@media only screen and (max-width: 640px) {
  #form .step ul li.current::after {
    border-color: #8fc31e transparent transparent transparent;
  }
}

#form .form_default {
  border: 1px #ddd solid;
  line-height: 1.4;
}

@media only screen and (max-width: 640px) {
  #form .form_default {
    width: 100vw;
    margin-left: -15px;
    margin-right: -15px;
    border: none;
  }
}

#form .form_default dl {
  width: 100%;
  display: table;
  color: #111;
}

#form .form_default dl:not(:last-child) {
  border-bottom: 1px #ddd solid;
}

@media only screen and (max-width: 640px) {
  #form .form_default dl:not(:last-child) {
    border: none;
  }
}

#form .form_default dl dt, #form .form_default dl dd {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  padding: 15px;
}

@media only screen and (max-width: 640px) {
  #form .form_default dl dt, #form .form_default dl dd {
    display: block;
  }
}

#form .form_default dl dt {
  background: url(../images/common/bg_pattern_03.jpg);
  width: 20%;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  #form .form_default dl dt {
    width: 100%;
  }
}

#form .form_default dl dd {
  width: 70%;
}

@media only screen and (max-width: 640px) {
  #form .form_default dl dd {
    width: 100%;
  }
}

#form .form_default dl dd a:not([class]) {
  font-size: 12px;
  color: #3aaaf0;
}

#form .form_default dl dd a:not([class]):hover {
  text-decoration: underline;
}

#form .form_default dl dd a:not([class])::before {
  content: "-";
  display: inline-block;
  margin-right: 4px;
}

#form .form_default dl dd .address_search {
  font-size: 13px;
  display: inline-block;
  width: 120px;
  padding: 15px;
  margin-left: 4px;
  background: #8fc31e;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-weight: bold;
  color: #fff;
}

#form .form_default .input_default, #form .form_default textarea, #form .form_default select {
  -webkit-box-shadow: 0 0 0 0;
          box-shadow: 0 0 0 0;
}

#form .form_default .input_default, #form .form_default textarea {
  border: 1px #ddd solid;
  background: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
  outline: none;
  border-radius: 0;
  padding: 10px;
  font-size: 15px;
}

#form .form_default .input_default:focus, #form .form_default textarea:focus {
  border-color: #3d8fff;
}

#form .form_default .input_default {
  width: 100%;
  display: inline-block;
}

@media only screen and (max-width: 640px) {
  #form .form_default .input_default {
    position: relative;
    display: block;
  }
}

@media only screen and (max-width: 640px) {
  #form .form_default .input_default.input_multiple {
    display: inline-block;
  }
}

#form .form_default textarea {
  width: 100%;
  padding: 10px;
  resize: vertical;
  height: 200px;
}

@media only screen and (max-width: 640px) {
  #form .form_default textarea {
    height: 160px;
  }
}

#form .form_default .size_xs {
  width: 30%;
}

#form .form_default .size_s {
  width: 40%;
}

@media only screen and (max-width: 640px) {
  #form .form_default .size_s {
    width: 100%;
  }
}

#form .form_default .size_m {
  width: 70%;
}

@media only screen and (max-width: 640px) {
  #form .form_default .size_m {
    width: 100%;
  }
}

#form .form_default .size_l {
  width: 100%;
}

#form .agreement {
  text-align: center;
}

#form .agreement h3 {
  display: inline-block;
}

#form .agreement .agreement_box {
  max-width: 780px;
  height: 200px;
  margin: 0 auto;
  overflow-y: auto;
  border: 2px rgba(13, 63, 98, 0.6) solid;
  text-align: left;
  margin-bottom: 20px;
}

#form .agreement .agreement_box .inner {
  padding: 20px;
}

@media only screen and (max-width: 640px) {
  #form .agreement .agreement_box .inner {
    padding: 10px;
  }
}

#form .agreement .agreement_box .inner dl {
  padding: 0 0 15px;
  margin: 0 0 15px;
  border-bottom: 1px rgba(13, 63, 98, 0.2) solid;
}

#form .agreement .agreement_box .inner dl dt {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
  color: #0d3f62;
}

#form .required dt::after {
  display: inline-block;
  margin-left: 10px;
  vertical-align: 2px;
  font-size: 11px;
  color: #fff;
  background: #bc1515;
  padding: 2px 6px;
  content: "必須";
}

#form .error {
  margin: 10px 0 0;
  color: #d44949;
  font-weight: bold;
}

#form .error::before {
  content: "※";
  margin-right: 3px;
}

#form .notice {
  margin: 10px 0;
  color: #777;
  font-size: 13px;
  line-height: 1.7;
}

@media only screen and (max-width: 640px) {
  #form .notice {
    font-size: 12px;
  }
}

#form .notice:last-child {
  margin-bottom: 0;
}

#form .btn_wrap {
  text-align: center;
  margin-top: 40px;
}

#form .btn_wrap .btn {
  cursor: pointer;
  display: inline-block;
  width: 300px;
  padding: 15px;
  text-align: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  line-height: 28px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  border-radius: 0;
}

#form .btn_wrap .btn.next {
  background: #d3a609;
}

#form .btn_wrap .btn.next:hover {
  background: #8a6c06;
}

@media only screen and (max-width: 640px) {
  #form .btn_wrap .btn.next {
    width: 100%;
  }
}

#form .btn_wrap .btn.back {
  background: #444;
}

#form .btn_wrap .btn.back:hover {
  background: #1e1e1e;
}

#form .btn_wrap.twins .btn.back {
  width: 180px;
}

@media only screen and (max-width: 640px) {
  #form .btn_wrap.twins .btn.back {
    width: 30%;
  }
}

@media only screen and (max-width: 640px) {
  #form .btn_wrap.twins .btn.next {
    width: 68%;
  }
}

#form .complete {
  margin-top: 80px;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  #form .complete {
    margin-top: 0;
    text-align: left;
  }
}

#form .complete .head h3 {
  display: inline-block;
}

#form .complete p {
  text-align: center;
}

@media only screen and (max-width: 640px) {
  #form .complete p {
    text-align: left;
  }
}

.embedded_video {
  position: relative;
  height: 0;
  padding: 0 0 56.25%;
  overflow: hidden;
  margin-bottom: 20px;
  text-align: center;
}

.embedded_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
