@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: "Montserrat","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","游ゴシック",YuGothic,"メイリオ",Meiryo,sans-serif;
    font-style: normal;
    font-weight: 400;
    src: local("Noto Sans CJK JP"),
         url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format('woff2'),
         url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format('woff'),
         url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format('opentype');
 }


html{
	font-size: 62.5%; /*16px ×62.5％=10px*/
}
body{
  	font-family: "Montserrat","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","游ゴシック",YuGothic,"メイリオ",Meiryo,sans-serif;
	color: #4f4f4f;
	font-size: 1.6rem;
    font-feature-settings: "palt";
	letter-spacing: 0.05em;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
/*
	max-width: 1300px;
	margin: 0 auto;
*/
}
img{
	max-width: 100%;
	height: auto;
}
.is-sp{
		display: none;
	}


.page{
	max-width: 1300px;
	margin: 0 auto;
}
.page_header{
	padding: 20px 10px;
}
.page_lead{
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.5;
	padding: 40px 60px 60px;
}
.all_wrap{
	max-width: 1300px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.ebook_detail{
	width: 55%;
	padding: 0 60px 0;
}
.logo{
	width: 100px;
}
.topimg-wrap{
	max-width: 530px;
	/* margin: 15px auto 0; */
}
.ebook_title{
	padding: 33px 0px 40px;
}
h1{
	font-size: 3.3rem;
	font-weight: 600;
}
.h1_sub{
	font-size: 2.3rem;
	display: inline-block;
	margin-bottom: 14px;
}
h2{
	position: relative;
    font-size: 1.7rem;
    font-weight: 600;
    margin: 27px 0 14px;
    /* background-color: #3d87ff; */
    color: #3d87ff;
    display: inline-block;
    padding: 10px 12px;
    border-radius: 0.5rem;
}

h2:before {
position: absolute;
    top: 21%;
    left: 0px;
    width: 4px;
    height: 56%;
    content: '';
    opacity: .5;
    -ms-filter: "alpha(opacity=20)";
    border-radius: 3px;
    background: #3d87ff;
}
ul{
	margin-bottom: 40px;
}
li{
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 10px;
	text-indent: -0.9em;
	padding-left: 0.9em;
}
.ebook_text{
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 2rem;
}
.caution{
	margin-top: 18px;
	font-size: 1.4rem;
	line-height: 2rem;
	font-weight: 500;
	text-indent: -0.9em;
	padding-left: 0.9em;
/*	color: #2a78d1;*/
}

small{
	font-size: 1.4rem;
}
.ebook_form{
	width: 43%;
    background: #f2f2f2;
    padding: 4rem 4rem;
	color: #262933
}
.ebook_form p {
	font-weight: bold;
	margin-bottom: 8px;
	font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
	.ebook_form p {
		font-size: 1.2rem;
	}
}
.ebook_form input[type="text"] {
	border-radius: 6px;
	margin-bottom: 20px;
	height: 50px;
}
.ebook_form input[type="submit"] {
	background: linear-gradient(184deg, rgba(36, 138, 255, 1) 0%, rgba(16, 127, 254, 1) 49%, rgba(76, 160, 255, 1) 100%);
  border: 1px solid #3d87ff;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 0.2rem;
	border-radius: 6px;
	cursor: pointer;
	transition: all .3s;
	width: 250px;
	height: 50px;
	display: block;
	margin: 0 auto;
}
@media screen and (min-width: 769px) {
	.ebook_form input[type="submit"]:hover {
		opacity: 0.8;
	}
}
@media screen and (max-width: 768px) {
	.ebook_form input[type="submit"] {
		font-size: 1.6rem;
	}
}
form{
	background-color: #fff;
	box-shadow: 0 4.23px 14.81px rgb(0 0 0 / 20%);
	max-width:  400px;
	margin: 0 auto;
	padding: 50px 61px;
}
label{
	display: block;
	margin-bottom: 8px;
	font-size: 1.3rem;
	font-weight: 600;
}
.name_wrap{
	display: flex;
	width: 100%;
	justify-content: space-between;
	margin-bottom: 18px;
}
.first-name{
	width: 49%;
}
.last-name{
	width: 49%;
}
.form-box{
	margin-bottom: 18px;
}
.must{
	display: inline-block;
	background-color:#f76157;
	color: #fff;
	padding: 2px;
	font-size: 0.9rem;
	line-height: 0.9rem;
	margin-left: 8px;;
}
input {
    width: 100%;
	display: inline-block;
	box-sizing: border-box;
	background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
    outline: none;
	height: 42px;
	padding: 0 16px;
    vertical-align: middle;
}
input::-webkit-input-placeholder {
    color: #989da3;
	letter-spacing: 0.11rem;
	font-size: 1.2rem;
    font-weight: 300;
}
input:-moz-placeholder {
    color: #989da3;
	letter-spacing: 0.11rem;
	font-size: 1.2rem;
    font-weight: 300;
}
input::-moz-placeholder {
    color: #989da3;
	letter-spacing: 0.11rem;
	font-size: 1.2rem;
    font-weight: 300;
}
input:-ms-input-placeholder {
    color: #989da3;
	letter-spacing: 0.11rem;
	font-size: 1.2rem;
    font-weight: 300;
}

.submit-wrap{
	max-width: 250px;
	margin: 30px auto 0;
}

.submit-button{
	background: rgb(36,138,255);
background: linear-gradient(184deg, rgba(36,138,255,1) 0%, rgba(16,127,254,1) 49%, rgba(76,160,255,1) 100%);
	border: 1px solid #3d87ff;
    color: #fff;
	font-size: 1.6rem;
	letter-spacing: 0.2rem;
	font-weight: 600;
	border-radius: 0.5rem;
	cursor: pointer;
}

.privacy-policy-wrap{
	margin-top: 30px;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.7rem;
}
.privacy-policy{
	margin-bottom: 20px;
}

.pp-heading{
	margin-bottom: 5px;
	font-weight: 700;
	
}
.privacy-policy-text{
	margin-bottom: 20px;
}
.privacy-policy-text a{
	color: #3d87ff;
	text-decoration: underline;
}
/*完了／エラーページ*/
.after-logo{
	width: 70px;
}
.after-wrap{
	max-width: 600px;
	margin: 80px auto;
	
	padding: 30px 20px;
}
.after-title{
	font-size: 2rem;
	font-weight: 600;
	margin: 20px 0 15px;
}
.after-text{
	margin-bottom: 10px;
	font-size: 1.6rem;
    line-height: 2.1rem;
	font-weight: 500;
}
.after-text a {
	font-weight: 600;
	color: #3d87ff;
	text-decoration: underline;
}
.signature{
	display: inline-block;
}
.signature{
	margin: 30px 0;
	font-size: 1.5rem;
}
.company-name{
	font-weight: 600;
	margin-bottom: 5px;
}
.company-address{
	margin-bottom: 3px;
	font-size: 1.4rem;
}
.signature a{
	color: #3d87ff;
}
.after-copyright{
	font-size: 1.2rem;
}

@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}

@media screen and (max-width: 768px) {
	.is-pc{
		display: none;
	}
	.is-sp{
		display: block;
	}
	.page_lead{
		font-size: 1.5rem;
		padding: 20px 10px 20px;
	}
	.all_wrap{
		display: block;
	}
	.ebook_detail {
    	width: auto;
		padding: 10px;
	}
	.logo {
    	width: 76px;
	}
	.topimg-wrap {
    	margin: 5px auto 0;
	}
	.ebook_title {
    	padding: 15px 0 10px;
	}
	h1 {
    	font-size: 2.3rem;
	}
	.h1_sub {
    	font-size: 1.7rem;
    	margin-bottom: 8px;
	}
	h2 {
		font-size: 1.4rem;
		font-weight: 600;
		margin: 20px 0 10px;
		display: inline-block;
		padding: 8px 14px;
	}
	ul {
    	margin-bottom: 19px;
	}
	li {
    	font-size: 1.5rem;
		line-height: 1.8rem;
	}
	.ebook_text {
    	padding: 14px 1px 0;
	}
	.ebook_form {
    	width: auto;
		padding: 3rem 2rem;
	}
	form {
    	padding: 25px 21px;
	}
	label {
	    margin-bottom: 7px;
    	font-size: 1.2rem;
	}
	.sp-c{
		text-align: center;
		background-color: #f2f2f2;
		padding-bottom: 5px;
		font-size: 1.3rem;
	}
/*完了／エラーページ*/
	.after-wrap {
    max-width: 600px;
    margin: 29px auto;
    padding: 10px 20px;
}

	

}