@charset "UTF-8";
/*
	Theme Name: diver_child
	Template: diver
	Description:  Diverの子テーマです。
	Theme URI: http://tan-taka.com/diver/
	Author: Takato Takagi
 */
h1.docpage_title span {
  font-weight: 700;
}

.document-wrap .sc_getpost_thumb img {
  margin: 0 auto;
}

.document-wrap .post-box-contents {
  padding-bottom: 70px;
  position: relative;
}

.document-wrap .post-box-contents .title {
  text-align: center;
  margin-bottom: 5px 10px;
}

.document-wrap .post-box-contents .btn {
  position: absolute;
  bottom: 5px;
  width: 100%;
  text-align: center;
  font-weight: bold;
}

.document-wrap .post-box-contents .btn span {
  padding: 8px;
  background: #e73036;
  color: #fff;
  display: inline-block;
}

.document_post {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.document_post .document_data_image {
  margin-bottom: 20px;
}

.document_post .document_data_image img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.document_post .document_data {
  width: 40%;
  margin-right: 5%;
}

.document_post .document_form {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.mw_wp_form_confirm h2,
.mw_wp_form_complete h2 {
  background: transparent;
  color: #333;
  padding: 0;
}

.mw_wp_form_confirm:before {
  content: '下記の登録内容でお間違えないかご確認ください。';
  display: block;
  margin-bottom: 30px;
}

.document .mw_wp_form_confirm {
  margin-top: 30px;
}

@media screen and (max-width: 1080px) {
  .document_post {
    display: block;
  }
  .document_post .document_data {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 30px;
  }
  .document_post .document_form {
    width: 100%;
  }
}
