html{
	font-size: 62.5%;
	font-size: 10px;
}

body{
	-webkit-text-size-adjust: 100%;
}

  #container{
    background: linear-gradient(#ffffff, hsla(48, 100%, 49%, 0.27) ) fixed;
  }
  div#container_1070 {
    padding-bottom: 25px;
  }/*
    position: relative;
    padding: .75em 1em .75em 1.5em;
    border: 1px solid #ccc;
    width: 75%;
    font-weight: bold;
    margin: 10px 0;
    font-size: 18px;
  }*/
  h3::after {
    position: absolute;
    top: .5em;
    left: .5em;
    content: '';
    width: 6px;
    height: -webkit-calc(100% - 1em);
    height: calc(100% - 1em);
    background-color: #FF6EB7;
    border-radius: 4px;
    font-size: 20px;
  }
  h4 {
    margin-top: 30px;
    margin-left: 2em;
    padding: .25em 0 .25em .75em;
    border-left: 6px solid #FF6EB7;
    border-bottom: 1px solid #ccc;
    width:30%;
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 25px;
  }

  .flex{
    display: flex;
  }
  .column{
    flex-direction: column;
  }
  .text{
    padding: 0 50px;
    font-size: 15px;
  }
  #info{
    background:rgba(255,255,255,.7);
    padding:15px;
  }
  #wrapper{
    width: 1070px;
	margin:0 auto;
  }
  #head-banner{
    width: 1070px;
    margin-bottom: 25px;
  }
  .item{
    width: 1070px;
    margin-bottom: 50px;
    background: #fff;
  }
  .item h4{
    margin: 0px;
    margin-bottom: 10px;
    padding: 5px;
    border-left: 6px solid #FF6EB7;
    border-bottom: 0px;
    width: 694px;
    font-weight: bold;
    font-family: "Noto Sans Japanese";
    font-size: 17px;
  }
  .item ul{
    margin: 0px;
    padding: 0px;
  }
  .book-info{
    width: 1050px;
		height:auto;
    padding: 10px;
    background: #fff;
    border-bottom: 1px solid #ECF0F1;
  }
  .table1{
    display: table;
  }
  .trow{
    display: table-row;
    width: 680px;
  }
.trow ul{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

  .tcell{
    display: table-cell;
  }


  .tcell.th{
    width: 100px;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e04d97), color-stop(0.49, #FF6EB7), color-stop(0.00, #f5bcd9));
		background: -webkit-linear-gradient(top, #f5bcd9 0%, #FF6EB7 49%, #e04d97 100%);
		background: -moz-linear-gradient(top, #f5bcd9 0%, #FF6EB7 49%, #e04d97 100%);
		background: -o-linear-gradient(top, #f5bcd9 0%, #FF6EB7 49%, #e04d97 100%);
		background: -ms-linear-gradient(top, #f5bcd9 0%, #FF6EB7 49%, #e04d97 100%);
		background: linear-gradient(top, #f5bcd9 0%, #FF6EB7 49%, #e04d97 100%);
    text-align: center;
    font-weight: bold;
    line-height: 30px;
    color: #ffffff;
    text-shadow: 1px 1px 0px #939393;
		vertical-align: middle;
		font-size: 17px;
		border: 1px solid #ac7e9f;
    border-top: 1px solid #d1a6bc;
		height:62px;

  }
  .tcell.title{
    width: 520px;
		padding:0 5px;
    font-size: 2.3rem;
    font-weight: bold;
    line-height: 1.1em;
		vertical-align: middle;
		text-align: center;
		border: 1px solid rgb(200, 200, 200);
    border-left: 0;
    border-right: 0;
		height:62px;
  }
  .tcell.name{
    width: 140px;
		padding:0 5px;
		vertical-align: middle;
		font-size: 1.5rem;
		text-align: center;
		border: 1px solid rgb(200, 200, 200);
    border-left: 0;
		height:62px;
  }



  .anker{
    width: 1050px;
    padding: 10px;
    background: #FF6EB7;
  }
  .anker .trow{
    width: 1050px;
  }
  .anker .tcell{
    position: relative;
    width: 525px;
    transition: all .3s;
  }
  .anker a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    border-radius: 42.5px;
		position: relative;
  }
  .anker a:hover {
    cursor: pointer;
    background: #fff;
    color: #FF6EB7;
  }
  .anker .tcell img, .title3 img{
		height:85px;
  }

	.anker .tcell div{
		width:525px;
		font-size: 22px;
		line-height: 26px;
		display:flex;
		align-items: center;
	  }

	.anker .tcell div span{
		padding-left:15px;
		}

.title3 a{
	width:525px;
	margin:0 auto;
	display:flex;
	align-items:center;
	border-radius:60px;
}

.title3 p{
	font-size: 22px;
	line-height: 26px;
	padding-left: 10px;
}

  #aori{
    margin-bottom: 25px;
    padding: 10px;
    background: #fff;
    border: 5px solid #34495E;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
  }
  .red{
    color: #ff6347;
  }

  .book-img{
    width: 370px;
    height: 990px;
    margin: 0px;
    padding: 0px;
    background-color: #ECF0F1;
    border-bottom: 9px solid #ECF0F1;
  }
  .book-img img{
    width: 340px;
    margin: 10px;
    border: 5px solid #fff;
    }
  .book-img h4{
    margin-left: 10px;
  }
  .tsuuhan-btn{
    margin: 10px auto 15px auto;
    text-align: center;
    width: 300px;
    color: #0092c1;
    border: 2px #0092c1 solid;
    background: #fff;
    border-radius: 15px;
  }
  .tsuuhan-btn a{
    display: block;
    width: 100%;
    color: #0092c1;
    font-size: 17px;
    font-weight: bold;
  }
  .tsuuhan-btn:hover{
    background: #0092c1;
  }
  .tsuuhan-btn a:hover{
      color: #fff;
      text-decoration: none;
    }

  .tcell.hidari{
    width: 100px;
    background-color: #FF6EB7;
    text-align: center;
    font-weight: bold;
    line-height: 30px;
    color: #ffffff;
  }


  .tokuten{
    width: 680px;
    height: 470px;
    padding: 10px;
    border-bottom: 1px solid #ECF0F1;
    background-color: #ffffff;
  }
  .tokuten img{
		width:auto;
		height:220px;
  }

	.wide{
		width:300px!important;
		height:auto!important;
	}

  .tokuten .hidari{
    width: 340px;
    text-align: center;
  }
  .tokuten .migi{
    width: 340px;
    font-size: 17px;
    font-weight: bold;
  }
  .tokuten .naiyou{
    font-size: 17px;
    font-weight: bold;
  }
  .tokuten .naiyou::before{
    padding-right: 5px;
    content: "▼";
    color: #FF6EB7;
  }
  .tokuten .migi p {
    margin-left: 25px;
  }

  .interview{
    width: 650px;
    padding: 10px;
    background-color: #ffffff;
    border: 5px solid #FF6EB7;
    border-radius:6px;
    box-shadow: 3px 3px 5px 5px #919191;
  }
  .fukidashi{
    position: relative;
    width: 160px;
    margin-bottom: 15px;
    width: fit-content;
    padding: 10px;
    background: #0092c1;
    border-radius: 10px;
    transform: rotateZ(-5deg);
    color: #fff;
    font-size: 16px;
    font-family: "Nico Moji";
    font-weight: bold;
    text-shadow: 2px 2px 0px #939393;
    box-shadow:1px 1px 5px 1px #919191;
  }
  .fukidashi::before {
    content: "メロンブックス限定！";
  }
  .fukidashi::after {
    position: absolute;
    content: '';
    top: 100%;
    left: 30px;
    border: 10px solid transparent;
    border-top: 10px solid #0092c1;
    width: 0;
    height: 0;
  }
  .subtitle{
    margin: 15px 10px 5px 10px;
    padding: 0px;
    color: #0092c1;
    font-weight: bold;
		font-size: 16px;
  }
  .answer{
    margin: 0px;
    padding: 0px 15px 0px 15px;
		font-size: 1.4rem;
  }

  .book-intro{
    width: 1070px;
    margin-top: 10px;
    padding: 0px;
    background-color: #fff;
  }
  .book-intro h5{

    margin: 10px;
    padding: 0px;
    font-size: 18px;
    font-weight: bold;
  }
  .arasuji{
    width: 810px;
    padding: 10px;
  }
  .arasuji p{
    padding-left: 10px;
		font-size: 15px;
  }
  .sashie{
    width: 240px;
    background-color: #ECF0F1;
    text-align: center;
  }
  .sashie img{
    height: 290px;
    border: 5px solid #fff;
  }

.kouryaku_i{
	width:85px!important;
	height:85px!important;
}
