@charset "UTF-8";

/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/

html,body{	height:100%;}
html{
	font-size:62.5%;
    overflow-y: scroll;
}

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	list-style-type: none;
	font-style: normal;
	font-weight: normal;
	font-family:"メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
	text-align: left;
	color:#000;
	font-size: 1.8rem;
  letter-spacing: -0.05em;
}

body a {
	text-decoration:none;
	color:#fff;
}
body{
	min-width: 950px;
}

img{
	vertical-align: bottom;
	max-width: 100%;
}

*,*:after,*:before{
	box-sizing: border-box;
}

a:hover,
button:hover{
	opacity: 0.7;
  cursor: pointer;
}
a,button{
	transition: opacity 0.6s ease-out;
}

.wrap{
	width: 950px;
	margin: 0 auto;
  position: relative;
}
.bg_white{
  background: #fff;
}
.bg_black{
  background: #222524;
}
.bg_yellow{
  background: #e6a800;
}

.flex{
  display: flex;
  justify-content: space-between;
}
.flex-rev{
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.left{
  float: left;
}
.right{
  float: right;
}
.center{
  display: block;
  text-align: center
}
.small{
  font-size: 1.4rem;
}
.fz12{
  font-size: 1.2rem;
}
.fz18{
  font-size: 1.8rem;
}
.fz33{
  font-size: 3.3rem;
}
.fz30{
  font-size: 3.0rem;
}
.fz24{
  font-size: 2.4rem;
}

.mb5{
  margin-bottom: 5px;
}
.mb10{
  margin-bottom: 10px;
}
.mb15{
  margin-bottom: 15px;
}
.mb40{
  margin-bottom: 40px;  
}


.bold{
	font-weight: bold;
}
.txt_cl_red{
  color: #c00;
}
.ttl_ul_blue{
  text-align: center;
}
.ttl_ul_blue span{
  display: inline-block;
  font-size: 3.6rem;
  line-height: 1.4;
  margin: 50px auto 40px;
  border-bottom: 2px solid #e6a800;
}
.ul{
	border-bottom: 1px solid #000;
}
.ul_gray{
  border-bottom: 1px solid #999;
}
.ul_yellow{
  background: linear-gradient(transparent 60%, #ffff8a 60%);
}
.inner_box{
  background: #fff;
  padding: 30px;
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3) 
}

/*btn*/

.btn{
/*	width: 417px;*/
/*	margin: auto;*/
  text-align: center;
}
.btn a{
/*
	font-size: 3.1rem;
	line-height: 1;
	color: #fff;
	text-align: center;
	font-weight: bold;
  border-radius: 5px;
	padding: 17px 0 16px;
*/
	display: block;
/*	background: #f03c17;*/
}


/* ------------------------------
    main
------------------------------ */
main{
  position: relative;
}
.head_bar{
	font-size: 2.7rem;
	color: #ffff00;
	text-align: center;
	font-weight: bold;
	padding: 15px 0 10px;
  line-height: 1;
  letter-spacing: 0.2em;
	background-color: #333;
}
.head_bar .white{
  color: #fff;
  margin-right: 5px;
}

#fv{
	position: relative;
	padding: 25px 0;
	background: url(../img/bg_fv.jpg) no-repeat center / cover;
}
#fv .flex{
  padding: 0 10px;
}
.fv_txt01{
  padding-left: 20px;
  margin-bottom: 30px;
  line-height: 1.36;
  font-size: 2.2rem;
  color: #111;
  letter-spacing: 0.005em;
}
.fv_txt02{
  padding-top: 0;
  margin-bottom: 30px;
}
#fv .price{
  font-size: 3.0rem;
  text-align: center;
  margin-bottom: 30px;
  margin-left: 5px;
}
.fv_img_area .att_txt{
  margin: 10px 0 8px;
}
.txt p{
  line-height: 1.64;
}
.txt p + p{
  margin-top: 30px;
}
.box{
  background: #fff;
  padding: 20px 25px;
}
.ttl_sub{
  text-align: center;
}

.midashi{
  text-align: center;
  border-top: 3px solid #e6a800;
}
.midashi span{
  display: inline-block;
  font-size:3.8rem;
  color: #fff;
  font-weight: bold;
  line-height: 1.23;
  margin: 30px auto 30px;
}

#sec01{
  padding: 0 0 90px;
}

#sec02{
  padding: 0 0 40px;
}
#sec02 .midashi{
  border: none;
}
#sec02 .list01 {
  margin: 0 5px 25px;
}
#sec02 .list02 {
  max-width: 520px;
  margin: 0 35px 25px 25px;
}
#sec02 .list li{
  font-size: 2.35rem;
  line-height: 1.5;
  position: relative;
  padding: 0 0 0 38px;
  margin-bottom: 14px;
}
#sec02 .list01 li{
  background: url(../img/icon_hint_list.png) 0 5px no-repeat;
  background-size: 24px auto;
}
#sec02 .list02 li:after {
  display: block;
  content: '';
  position: absolute;
  top: 0.3em;
  left: 6px;
  width: 15px;
  height: 15px;
  background-color: #b90f0f;
  border-radius: 100%;
}
#sec02 .image{
  margin-right: 20px;
}
#sec02 .txt{
  margin: 10px 15px 30px;
}
#sec02 .txt p{
  font-size: 1.7rem;
}

#sec03 .ttl_ul_blue span{
  margin: 85px 0 50px;
  padding: 0 25px;
}
#sec03 .txt{
  width: 65%;
  padding-top: 15px;
}
#sec03 .image{
  padding-right: 25px;
}
#sec03 .image p{
  margin-top: -5px;
  line-height: 1.5;
}
#sec03 .book_index{
  width: 100%;
  margin: 60px auto;
}
#sec03 .book_index .left,
#sec03 .book_index .right{
  width: 49%;
}
#sec03 .book_index .index_box + .index_box{
  margin-top: 50px;
}
#sec03 .book_index .index_box .index_chapter{
  margin-bottom: 20px;
  position: relative;
  padding-left: 1em;
  line-height: 1.6;
}
#sec03 .book_index .index_box .index_chapter:after{
  display: block;
  content: '';
  position: absolute;
  top: 0.5em;
  left: 0.2em;
  width: 10px;
  height: 10px;
  background: #e6a800;
}
#sec03 .book_index 
.index_box ul li {
  font-size: 1.8rem;
  list-style-type: none;
  position: relative;
  text-align: left;
  margin: 0 0 0.4em 1.2em;
  line-height: 1.6;
}
#sec03 .book_index .index_box ul li:after {
  display: block;
  content: '';
  position: absolute;
  top: 0.35em;
  left: -1em;
  width: 12px;
  height: 12px;
  border: 1px solid #000;
  border-radius: 100%;
}
#sec03 .book_toc{
  border: 3px double #ccc;
  border-radius: 20px;
  padding: 30px 20px 10px;
}

#sec04 .midashi span{
  font-size: 3.0rem;
}
#sec04 .author{
  width: 100%;
  padding: 20px 0 80px;
  background: url(../img/bg_author.jpg) #d9d9d9 no-repeat center / 100% auto;
}
#sec04 .author .inner_box{
  padding: 50px 0;
}
#sec04 .author .author_intro{
  margin: 0 50px;
  padding-bottom: 25px;
  border-bottom: 1px dashed #cccaca;
}
#sec04 .author .author_intro .image{
  padding: 6px 35px 20px 0;
  overflow: auto;
}
#sec04 .author .author_intro .txt p{
  font-size: 1.6rem;
  line-height: 1.9;
}
#sec04 .author .author_intro .txt p + p{
  margin-top: 20px;
}
#sec04 .author .author_profile{
  margin: 30px 50px 0;
}
#sec04 .author .author_profile .profile01{
  margin-bottom: 30px;
}
#sec04 .author .author_profile .profile02{
  margin-bottom: 50px;
}
#sec04 .author .author_profile .image{
  padding: 0 10px 0 30px;
}
#sec04 .author .author_profile .txt p{
  font-size: 1.8rem;
}

#sec04 .author .author_ttl_sub{
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
  margin: 10px 30px;
  border-top: 1px dashed #cccaca;
  border-bottom: 1px dashed #cccaca;
  margin-bottom: 30px;
  padding: 12px 0 10px;
}
#sec04 .author .author_book{
  justify-content: flex-start;
  margin: 30px 90px 50px 90px;
}
#sec04 .author .author_book .image{
  margin-right: 55px;
}
#sec04 .author .author_book.flex-rev .image{
  margin: 0 0 0 35px;
}
#sec04 .author .performance .performance_image{
  padding: 0 30px;
  justify-content: space-around;
}
#sec04 .author .performance .small{
  margin-top: 10px;
}
#sec04 .author .performance_list_box{
  margin: 40px auto;
  padding: 0 10px;
}
#sec04 .author .performance_list li{
  font-size: 1.4rem;
  line-height: 2.0;
  position: relative;
}
#sec04 .author .performance_list_box p{
  position: relative;
  font-size: 1.4rem;
  margin-left: 1.3em;
  margin-bottom: 5px
}
#sec04 .author .performance_list_box p:after {
  display: block;
  content: '';
  position: absolute;
  top: 0.13em;
  left: -1em;
  width: 8px;
  height: 8px;
  background: #000;
}

#sec04 .author .media{
  padding: 0 30px;
}
#sec04 .author .media_image01{
  margin-bottom: 30px;
}
#sec04 .author .media_image01 p,
#sec04 .author .media_image02 p{
  width: calc((100% - 48px) / 4);
  margin-right: 16px;
  text-align: center;
}
#sec04 .author .media_image01 p:last-child,
#sec04 .author .media_image02 p:last-child{
  margin-right: 0;
}

#sec05 .midashi span{
  font-size: 3.0rem;
}
#sec05 .voice {
  width: 100%;
  padding: 30px 0 55px;
  background: #c9d8ea;
}
#sec05 .voice .inner_box{
  background: #fff;
  padding: 50px 35px 50px 50px;
}
#sec05 .voice .image{
  width: 268px;
}
#sec05 .voice .txt{
  width: 580px;
}
#sec05 .voice .voice_name{
  margin-top: 10px;
  text-align: right;
  font-weight: bold;
}

#sec06 .midashi span{
  font-size: 3.0rem;
}
#sec06 .wrap{
  padding: 50px 0 85px;
}
#sec06 .image{
  padding-left: 30px;
}
#sec06 .txt {
  padding-top: 30px;
}
#sec06 .txt p{
  line-height: 1.8;
}

#sec07 .wrap{
  padding: 25px 0 150px;
}
#sec07 .midashi span{
  font-size: 2.4rem;
  margin: 20px 0 10px;
}
#sec07 .midashi span.big_txt{
  font-size: 5.5rem;
  padding: 0;
  margin: 10px 0 0;
}
#sec07 .book_info {
  margin-bottom: 40px;
}
#sec07 .book_info h3{
  margin: 0 50px 45px 0;
  padding: 0 20px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
#sec07 .book_info h3 span{
  line-height: 2;
  color: #333;
}
#sec07 .book_info .image{
  margin-right: 0;
}
#sec07 .book_info .image p{
  padding-right: 2em;
  line-height: 1.5;
}
#sec07 .book_info .txt {
  padding-top: 10px;
  max-width: 650px;
}
#sec07 .book_info .txt p{
  padding-left: 20px;
  line-height: 1.6;
}
#sec07 .book_info .txt p+p{
  margin-top: 10px;
}
#sec07 .book_info p.strong{
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  color: #333333;
  margin-top: 20px!important;
  padding-left: 0;
}
#sec07 .book_info .strong span{
  background: #ffff8a;
}
#sec07 .book_info p.strong+.note{
  font-size: 1.6rem;
  margin-top: 20px;
  padding-left: 0;
}

#sec07 .present .ttl_present{
  margin-bottom: 30px;
}
#sec07 .present .image{
  margin: 0 20px 0 0;
  padding: 0;
}
#sec07 .present .txt{
  margin-right: 270px;
}
#sec07 .present .txt p{
  margin-bottom: 40px;
  font-size: 1.7rem;
  line-height: 1.9;
  letter-spacing: 0.01em;
}
#sec07 .present .txt ul li{
  font-size: 1.5rem;
  line-height: 2;
}
#sec07 .present .txt ul li + li{
  margin-top: 45px;
}
#sec07 .present .txt ul li:before{
  content: "\0025cf";
}


.form_area{
  padding: 80px 10px 50px;
}
.form_area .midashi.ttl_form {
  margin-bottom: 20px;
  border: none;
}
.form_area .midashi.ttl_form span{
  font-size: 3.3rem;
  margin: 9px 0 4px;
  line-height: 1.2;
}
.form_area .form_txt{
  font-size: 1.6rem;
  line-height: 2.0;
  padding: 0 5px;
}
.form_area .form_txt span{
  color: #d6211b;
  font-weight: bold;
}

/* --   table  -- */

.form_area table {
	width:100%;
	max-width:810px;
	margin:20px auto 33px;
	border-collapse:separate;
	border-spacing:0px;
}

.form_area table th {
	position:relative;
	color:#333;
	font-weight:bold;
	padding:20px 0px 20px 5px;
	width:30%;
	vertical-align:top;
	font-size:1.8rem;
	border-bottom:#000 dotted 1px;
	letter-spacing:-0.1rem;
	line-height:1.2em;
}
.form_area table th .required{
  position: absolute;
  top: 19px;
  right: 30px;
  color: #FFF;
  background: #b12416;
  font-weight: bold;
  font-size: 1.2rem;
  padding: 0 5px;
  letter-spacing: 0.1rem;
}
.form_area table .block_area th .required{
  right: 340px;
}
.form_area td {
	color:#333;
	padding:15px 0 15px 5px;
	line-height:1.5em;
	letter-spacing:-0.1rem;
	border-bottom:#000 dotted 1px;
}
.form_area table tr:first-child td {
  padding-bottom: 5px;
}
.form_area table .block_area th,
.form_area table .block_area td{
  border-bottom: none!important;
  padding-bottom: 10px;
}
.form_area table .pay_txt{
  display: block;
  line-height: 1.5;
  margin: 15px 0 0 -243px;
}
.form_area span.cont07_set05 {
	font-size:1.8rem;
	margin:0 0.7em 0 0.3em;
  line-height: 1.8;
}
.form_area span.cont07_set05.small{
  font-size: 1.5rem;
  margin: 0 30px 0 0.3em;;
  line-height: 1.6
}
/* --   form  -- */
input[type="text"]{
  background: none;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select {
  width: 201px;
  height: 30px;
  padding: 5px 14px;
  font-size: 13.9px;
  font-size: 1.39rem;
  border: none;
  border-radius: 4px;
  outline: none;
  text-indent: 0.01px;
  text-overflow: '';
  background: none transparent;
  vertical-align: middle;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
.select_wrap {
  position: relative;
  width: 205px;
  height: 34px;
  padding: 1px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  background: #eeeeee;
}
.select_wrap:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 2px;
  bottom: 0;
  right: 8px;
  margin: auto;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #333 transparent transparent transparent;
  pointer-events: none;
}
 
 form textarea,
 form input {
	border:1px solid #333;
	padding:3px 5px;
	font-size:1.4rem;
	font-family:'Noto Sans Japanese',"メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
}

 form input[type="radio"]{
	vertical-align:middle;
	margin:0 5px 0 0;
}

.form_t01 {
	width:360px;
	height:32px;
  margin-right: 25px;
}

.form_t02 {
	width:83px;
	height:32px;
	margin-right: 20px;
}
.form_t03 {
	width:300px;
	height:32px;
  margin-right: 30px;
}

.form_t04 {
	width:74px;
	height:32px;
  margin-right: 1.0em;
}
.form_t04 + span{
  margin-left: 64px;
}

.form_t05 {
	width:145px;
	height:32px;
	margin-right:1.0em;
}
.form_t05 + span{
  margin-left: 10px;
}

form .af {
	margin-left:1.0em;
}

.form_t06 {
	width:320px;
	height:24px;
	margin-right:.5em;
	margin-left:0;
}

.form_area button[type="submit"],
.form_area button[type="button"] {
  background: none;
  border: none;
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-top: 10px;
}

/* --   個人情報info  -- */

.cont07_info {
	width:788px;
	height:226px;
	overflow:auto;
	margin:60px auto 0 auto;
	border:1px solid #999;
	padding:16px 20px;
}

.cont07_info h4,
.cont07_info h5,
.cont07_info li,
.cont07_info p {
	font-size:1.6rem;
	line-height:2.0em;
	color:#333;
}

.cont07_info h4,
.cont07_info h5 {
	font-weight:bold;
	margin:0 auto 0.5em;
}

.cont07_info ul,
.cont07_info p {
	margin:0 auto 2.5em;
}

.cont07_info li {
	list-style:disc;
	margin-left:30px
}

/* ----------------------------------------------------------------------------------------------------
*  ページトップ
* --------------------------------------------------------------------------------------------------*/

#page-top {
  position: absolute;
	text-align:right;
  bottom: 20px;
  right: -80px; 
}


/* ----------------------------------------------------------------------------------------------------
* フッター
* --------------------------------------------------------------------------------------------------*/

#footer {
	background:#222222;
	width:100%;
	color:#FFF;
	text-align:center;
}

#footer ul.footer01 {
	margin:0 auto 0px;
	width:100%;
	max-width:920px;
	color:#FFF;
	padding:30px 0 40px 15px;
}

#footer ul li {
	float:left;
	display:inline-block;
}

#footer li.footer01_2 {
	padding:6px 0 0 50px;
}

#footer li.footer01_3 {
	padding:0 0 0 118px;
}

#footer ul.footer_set li {
	padding:0 5px 0 0;
	line-height:1.2em;
	font-size:1.4rem;
}

#footer ul.footer_set li+li {
	border-left:1px solid #FFF;
	padding:0 0 0 5px;
}

#footer ul.footer_set li a {
	color:#FFF;
}

#footer p {
	color:#FFF;
	text-align:center;
	line-height:1.2em;
	font-size:1.4rem;
	padding-bottom:1.0em;
}

#footer p+p {
	padding-bottom:20px;
}



@media screen and (min-width: 769px) {

	.sp{
		display: none!important;
	}
  .head_bar, #fv, #sec01, #sec02, #sec03, #sec04, #sec05, #sec06, #sec07, #footer{
    min-width: 1110px;
  }

}

@media screen and (max-width: 768px) {

	.pc{
		display: none!important;
	}

	body{
		min-width: inherit;
	} 
  main{
    width: 100%;
  }
	.wrap{
		width: 94%;
	}
  .small{
    font-size: 1.2rem;
  }
  .fz24 {
      font-size: 1.6rem;
  }
  .mb15{
    margin-bottom: 3%;
  }
  .ttl_ul_blue span{
    font-size:2.4rem;
    margin: 6% auto 5%;
  }
  .left,
  .right{
    float: none;
    display: block;
  }

  .inner_box{
    padding: 5%;
  }
	.btn {
		width: 90%;
    margin: 0 auto;
    max-width: 300px;
	}

	/* ------------------------------
	    main
	------------------------------ */
  .head_bar {
    padding: 3% 10%;
    line-height: 1.2;
    font-size: 1.5rem;
  } 
  .head_bar img{
    vertical-align: middle;
  }
  #fv{
		padding: 4% 0;
	}
	#fv .wrap{
		width: 80%;
  }
  .fv_txt01 {
    padding: 0;
    margin-bottom: 4%;
    font-size: 1.6rem;
  }
  #fv .flex {
    width: 100%;
    padding: 0;
    display: block;
  }
  #fv .flex .fv_img_area{
    width: 45%;
    margin: 3% auto 0;
  }
  .fv_txt02 {
    padding: 0;
    margin: 0;
  }
  #fv .price {
    width: 60%;
    max-width: 200px;
    margin: 0 auto;
    padding: 2% 0 3%;
    font-size: 1.8rem;
  }
  .txt p {
    font-size: 1.4rem;
  }
  .txt p + p {
    margin-top: 5%;
  }
  .box{
    padding: 3% ;
  }
  .midashi span{
    display: inline-block;
    font-size:2.8rem;
    color: #fff;
    font-weight: bold;
    line-height: 1.23;
    margin: 5% 3%;
  }

  #sec01{
    padding: 0 0 5%;
  }
  
  #sec02{
    padding: 0 0 5%;
  }
  #sec02 .list {
    margin: 3% 0;
  }
  #sec02 .list li{
    font-size: 1.4rem;
    line-height: 1.9;
    padding: 0 0 0 25px;
    margin-bottom: 3%;
  }
  #sec02 .list01 li{
    background: url(../img/icon_hint_list.png) 0 3px no-repeat;
    background-size: 18px auto;
  }
  #sec02 .list02,
  #sec02 .image{
    float: none;
  }
  #sec02 .list02 li:after {
    display: block;
    content: '';
    position: absolute;
    top: 0.5em;
    left: 6px;
    width: 12px;
    height: 12px;
    background-color: #2672b2;
    border-radius: 100%;
  }
  #sec02 .image{
    width: 60%;
    padding: 0;
    margin: 2% auto 3%;
  }
  #sec02 .txt{
    margin: 4% auto 5%;
  }
  #sec02 .txt p{
    font-size: 1.4rem;
  }
  
  #sec03 .ttl_ul_blue span{
    margin: 6% auto 5%;
    padding: 0 5%;
  }
  #sec03 .txt{
    width: 100%;
    padding-top: 3%;
  }
  #sec03 .image{
    padding-right: 0;
    width: 60%;
    padding: 0;
    margin: 2% auto 3%;
  }
  #sec03 .book_index{
    width: 100%;
    margin: 8% auto;
  }
  #sec03 .book_index .left,
  #sec03 .book_index .right{
    width: 100%;
  }
  #sec03 .book_index .index_box {
    margin: 8% 0;
  }
  #sec03 .book_index .index_box + .index_box {
    margin: 8% 0;
  }
  #sec03 .book_index .index_box .index_chapter{
    font-size: 1.5rem;
    margin-bottom: 2%;
  }
  #sec03 .book_index .index_box .index_chapter:after{
    width: 9px;
    height: 9px;
    top: 0.4em;
  }
  #sec03 .book_index .index_box ul li{
    font-size: 1.4rem;
  }
  
  #sec04 .author{
    padding: 5% 0 8%;
  }
  #sec04 .author .inner_box{
    padding: 5% 0;
  }
  #sec04 .author .author_intro{
    margin: 0 2%;
    padding-bottom: 5%;
  }
  #sec04 .author .author_intro .image{
    float: left;
    width: 47%;
    padding: 0 3% 3% 0;
  }
  #sec04 .author .author_intro .txt p + p{
    margin-top: 5%;
  }
  #sec04 .author .author_profile{
    margin: 5% 3% 0;
  }
  #sec04 .author .author_profile .profile01{
    margin-bottom: 8%;
    text-align: left;
  }
  #sec04 .author .author_profile .profile02{
    margin-bottom: 8%;
     text-align: left;
  }
  #sec04 .author .author_profile .image{
    width: 80%;
    margin: 0 ;
    padding: 0;
  }
  #sec04 .author .author_profile .name{
    width: 62%;
    margin: 0 0 2%;
  }
  #sec04 .author .author_profile .txt p{
    font-size: 1.6rem;
  }
  #sec04 .author .author_book{
    margin: 0;
    padding: 0 3%;
  }
  #sec04 .author .author_book .image{
    width: 50%;
    margin-right: 0;
  }
  
  #sec04 .author .author_ttl_sub{
    font-size: 3rem;
    margin: 5% 3%;
    padding: 4% 0 3%;
  }
  #sec04 .author .performance .performance_image{
    padding: 0 3%;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  #sec04 .author .performance .performance_image p{
    width: 48%;
  }
  #sec04 .author .performance .performance_image p:last-child{
    margin-top: 5%;
  }
  #sec04 .author .performance .small{
    margin-top: 1%;
  }
  #sec04 .author .performance_list_box{
    margin: 5% auto;
    padding: 0 5%;
    display: block;
  }
  #sec04 .author .performance_list_box > div{
    margin-bottom: 5%;
  }
  #sec04 .author .performance_list li{
    font-size: 1.6rem;
    line-height: 2.0;
    position: relative;
  }
  #sec04 .author .performance_list_box p{
    font-size: 1.6rem;
    margin-bottom: 3%;
  }
  #sec04 .author .performance_list_box p:after {
    top: .2em;
  }

  #sec04 .author .media{
    padding: 0 3%;
  }
  #sec04 .author .media_image01{
    margin-bottom: 5%;
  }
  #sec04 .author .media_image01,
  #sec04 .author .media_image02{
    flex-wrap: wrap;
    justify-content: space-around;
  }
  #sec04 .author .media_image01 p,
  #sec04 .author .media_image02 p{
    width: initial;
    width: 48%;
    margin: 0 0 3%;
    text-align: center;
  }
  
  #sec05 .voice {
    padding: 5% 0 8%;
  }
  #sec05 .voice .inner_box{
    padding: 5%;
  }
  #sec05 .voice .flex{
    display: block;
  }
  #sec05 .voice .image{
    width: 100%;
    margin-bottom: 5%;
  }
  #sec05 .voice .txt{
    width: 100%;
  }

  #sec06 .wrap {
    padding: 5% 0;
  }
  #sec06 .image{
    float: right;
    width: 45%;
    padding: 0;
    margin: 3% 0 0 3%;
  }
  #sec06 .txt {
    padding-top: 3%;
  }
  
  #sec07 .wrap{
    padding: 3% 0 100px;
  }
  #sec07 .midashi span{
    font-size: 2rem;
    margin: 5% 3%;
  }
  #sec07 .midashi span.big_txt{
    font-size: 3.6rem;
    padding: 0;
    margin: 5% 0 0;
  }
  #sec07 .book_info {
    margin-bottom: 5%;
  }
  #sec07 .book_info .image{
    width: 60%;
    padding: 0;
    margin: 3% auto ;
  }
  #sec07 .book_info .image p{
    padding-right: 0;
  }
  #sec07 .book_info h3{
    padding: 3% 0;
    width: 100%;
    margin: 0 0 3%;
  }
  #sec07 .book_info h3 span{
    font-size: 1.9rem;
  }
  #sec07 .book_info .txt {
    padding: 0;
    max-width: 100%;
  }
  #sec07 .book_info .txt p{
    padding-left: 3%
  }
#sec07 .book_info p.strong{
  font-size: 2rem;
  line-height: 1.2;
  margin-top: 20px!important;
}
#sec07 .book_info p.strong+.note{
  font-size: 1.4rem;
  margin-top: 10px;
}
  #sec07 .present .ttl_present{
    margin-bottom: 2%;
  }
  #sec07 .present .image{
    width: 60%;
    padding: 0;
    margin: 3% auto ;
    text-align: center;
  }
  #sec07 .present .txt{
    margin-right: 0;
  }
  #sec07 .present .txt p{
    margin-bottom: 8%;
    font-size: 1.6rem;
  }
  #sec07 .present .txt ul li + li{
    margin-top: 8%;
  }

  
  .form_area{
    padding: 0;
    margin: 8% 0;
  }
  .form_area .midashi.ttl_form {
    margin-bottom: 3%;
  }
  .form_area .midashi.ttl_form span{
    font-size: 3.0rem;
    margin: 0 0 2%;
  }
  .form_area .form_txt{
    font-size: 1.4rem;
    line-height: 1.8;
    padding: 0;
  }
  .form_area .form_txt span{
    color: #d6211b;
    font-weight: bold;
  }
  
  
  /* --   table  -- */
  select {
    font-size: 1.2rem;
  }
  .form_area table {
    margin:5% auto 8%;
  }
  .form_area table th{
    display:block;
    width:100%;
    padding:5% 0 2%;
    border-bottom:1px dotted #ccc;
    font-size: 1.4rem;
  }
  .form_area table th span.required{
    top: 58%;
    right: 3%;
    margin-top:-9px;
  }
  .form_area table .block_area th{
    padding-bottom: 20px;
  }
  .form_area table .block_area th .required {
    display: block;
    left: 0;
    right: auto;
    top: auto;
    bottom: -0px;
  }
  .form_area table td{
    clear:both;
    display:block;
    width:100%;
    border-bottom:none;
    padding:10px 0;
  }
  .form_area table .pay_txt{
    margin-left: 0;
  }
  .form_area table td .small{
    display: block;
  }
  .form_area table td .small.no_block{
    display: inline;
  }
  .form_area table span.cont07_set05.small {
    display: inline-block;
    font-size: 1.4rem;
    margin: 0 1em 0 0;
  }
  .form_area table .form_t04 + span,
  .form_area table .form_t05 + span{
    margin-left: 0;
  } 
  .form_area table .cont07_set td+td{
    padding:0 0 5px 0;
  }
  .form_area table .cont07_td01{
    float:right;
    display:block!important;
    width:20%!important;
  }
  .form_area table .cont07_set p.cont07_set03{
    line-height:1.4;
  }
  .form_area table .cont07_set p.cont07_set03+p.cont07_set03{
    margin-top:5px;
  }
  
  .form_area span.cont07_set05 {
    font-size: 1.5rem;
    margin: 0 0.7em 0 0.3em;
    line-height: 1.8;
  }
  .cont07_set table{
    margin:10px 0 0 0;
  }
  .form_area table + p.center{
    font-size: 1.5rem;
  }

  #cont07 input[type="text"]{
    font-size:1.8rem;
    height:auto;
    border-radius:0;
    -webkit-appearance: none;
  }
  #cont07 textarea{
    border-radius:0;
    -webkit-appearance: none;
  }
  .cont07_set form input[type="radio"]{
    vertical-align:middle;
    margin:0 5px 2px 0;
  }

  /* --   form  -- */

  .form_t01 {
    box-sizing:border-box;
    width:100%;
    margin-right: 0;
  }

  .form_t02 {
    width:30%;
  }

  .form_t03 {
    width:100%;
    margin-right: 0;
  }

  .form_t04 {
    width:25%;
    margin-right:0.5em;
  }

  form .af {
    margin-left:0.5em;
  }

  .form_t05 {
    width:25%;
    margin-right:0.5em;
    margin-left:0.5em;
  }

  .form_t06 {
    width:35%;
    margin-right:0.5em;
    margin-left:0.5em;
  }

  /* --   form button  -- */

  .form_area .btn{
    max-width: 500px;
  }
  .form_area button[type="submit"] {
    width: initial; 
    max-width: 500px;
    margin: 0 auto;
    margin-top: 10px;
  }

  .cont07_info{
    width:100%;
  }
  
  /* ----------------------------------------------------------------------------------------------------
  *  ページトップ
  * --------------------------------------------------------------------------------------------------*/
  #page-top {
    bottom: 20px;
    right: 0; 
  }

  /* ----------------------------------------------------------------------------------------------------
  * フッター
  * --------------------------------------------------------------------------------------------------*/
  #footer > * {
    letter-spacing: 1px;
  }
  #footer p,
  #footer a{
    font-size: 1.1rem;
    letter-spacing: 1px;
  }
  
  #footer ul.footer01 {
    padding:10px 0 0 0;
    width:92%;
  }

  #footer ul li {
    float:none;
    display:block;
    margin:10px auto;
  }

  br.sp{
    display:block;
  }

  #footer li.footer01_2 {
    padding:0;
  }

  #footer li.footer01_2 img {
    width:90%;
    max-width:310px;
  }

  #footer li.footer01_3 {
    padding:0;
    text-align:center;
  }


  #footer ul.footer_set {
    margin:30px auto 0;
  }

  #footer li.footer01_3 ul.footer_set li {
/*    font-size:1.4rem; */
    letter-spacing: 1px;
    float:left;
    display:inline-block;
    margin:0 auto;
  }

  #footer p {
    text-align:left;
    line-height:1.4;
    margin:0 4%;
  }

}

/* ----------------------------------------------------------------------------------------------------
*  完了ページ
* --------------------------------------------------------------------------------------------------*/
#thanks{
  background: #e7f9ff;
  padding: 100px 0 100px;
}
#thanks .inner_box{
  padding: 100px 50px;
}
#thanks .midashi{
  border: none;
}
#thanks .midashi span {
  font-size: 3.3rem;
  margin: 20px 0 10px;
}
#thanks .txt{
  margin: 100px auto;
}
#thanks .txt p{
  font-size: 2rem;
  line-height: 2.0;
}
#thanks .btn a {
  width: 420px;
  margin: 50px auto;
  display: block;
  font-size: 2.8rem;
  line-height: 1.3;
  color: #fff;
  font-weight: bold;
  padding: 18px 0 20px;
  text-align: center;
  border-radius: 5px;
  position: relative;
  top: -5px;
  background: #f03c17;
}
@media screen and (max-width: 768px){
  #thanks{
    padding: 10% 0;
  }
  #thanks .inner_box{
    padding: 10% 5%;
  }
  #thanks .midashi {
    margin-bottom: 3%;
  }
  #thanks .midashi span{
    font-size: 2.5rem;
    margin: 3% 1%;
    line-height: 1.8;
  }
  #thanks .txt{
    margin: 10% auto;
  }
  #thanks .txt p{
    font-size: 1.8rem;
    line-height: 1.8;
  }
  #thanks .btn a {
    width: initial;
    width: 90%;
    padding: 10px 0;
    font-size: 2rem;
    margin: 10% auto;
}

}
/* ------------------------------
    clearfix
------------------------------ */

.cf:after{
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}

.cf {display: inline-block;}

/* Hides from IE Mac */
* html .cf {height: 1%;}
.cf {display:block;}
/* End Hack */