body {
	margin: 80px 0 0;
	font-size: 16px;
	color: #333;
	/*background: rgba( 255, 174, 0, 0.2);*/
}
h1 {
	margin: 0 0 1em;
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-size: 1em;
}
h1 span {
	display: block;
	font-size: 40px;
	color: #ffae00;
	text-shadow: 0px 0px 1px black, 3px 3px #996900;
}
h2 {
	margin: 0;
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    font-size: 1.8em;
    text-shadow: 2px 2px rgba( 255, 174, 0, 0.5 );
}
h3 {
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
ul {
	padding-left: 1.5em;
}
img {
	display: block;
	width: 100%;
}
header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	max-width: 1400px;
	height: 80px;
	background-color: #FFAE00;
	/* background-color: #000; */
	z-index: 10;
}
header::before {
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 20px;
    background-color: #FFAE00
}
header::after {
	content: "";
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #FFAE00;
    width: 80px;
}
header .logo {
	position: absolute;
    top: 50%;
    left: 20px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
    width: 210px;
    height: 57px;
    background: url(../img/logo_kenchikufurima.png) no-repeat;
    background-size: contain;
    background-position: center left;
}
header .logo a {
	display: block;
	height: 100%;
}
article {
	width: 100%;
	max-width: 960px;
	margin: auto;
}
section {
	margin-bottom: 100px;
	padding: 0 1em;
	box-sizing: border-box;
	background: white;
}
.lead {
	position: relative;
	height: 516px;
    background-image: url( ../img/66aedb389af61885da4654f3cb05ef91_s.jpg );
    background-repeat: no-repeat;
}
.lead .wrap_text {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY( -50% );
	   -moz-transform: translateY( -50% );
	    -ms-transform: translateY( -50% );
	     -o-transform: translateY( -50% );
	        transform: translateY( -50% );
    width: 100%;
    max-width: 600px;
    padding: 2em;
    background: rgba( 255, 255, 255, .8 );
    box-sizing: border-box;
}
.lead .wrap_text p {
	margin: 0;
}
.lead .wrap_text p:not( :last-child ) {
	margin-bottom: 2em;
}
.target {
	position: relative;
	height: 547px;
    background-image: url( ../img/21c8271d1f978fedf786c1faede1ebfd_s.jpg );
    background-repeat: no-repeat;
    background-position: 100% 0;
}
.target ul {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY( -50% );
	   -moz-transform: translateY( -50% );
	    -ms-transform: translateY( -50% );
	     -o-transform: translateY( -50% );
	        transform: translateY( -50% );
    list-style: none;
    margin: 0;
    padding: 2em;
    background: rgba( 255, 255, 255, .8 );
    box-sizing: border-box;
}
.target ul li {
	position: relative;
}
.target ul li:not( :last-child ) {
	margin-bottom: .5em;
}
.target ul li::before {
	content: "";
	position: absolute;
	top: 6px;
	left: -1.3em;
	display: block;
	width: 8px;
	height: 8px;
	background: white;
	box-shadow: 0 0 0 1px #333, 2px 2px 0 1px #333;
}
.target > p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
    margin: 0;
    text-align: center;
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    font-size: 1.5em;
    font-weight: bold;
    color: #ffae00;
    text-shadow: 2px 2px #996900;
}
.target > p span {
	display: inline-block;
}
.feature ul {
	list-style: none;
	padding: 30px;
    border: solid 5px #ffae00;
    border-radius: 10px;
}
.feature li {
	position: relative;
	padding-left: 30px;
}
.feature li:not( :last-child ) {
	margin-bottom: 1em;
}
.feature li::before {
	content: "";
	position: absolute;
	top: -5px;
	left: 0;
	display: inline-block;
	width: 20px;
	height: 26px;
	background: url( ../img/icon_point.png );
	background-size: cover;
	background-repeat: no-repeat;
}
.feature li span,
.feature .notes {
	font-size: .8em;
	color: gray;
}
.canbuy ul {
	list-style: none;
	padding: 0;
	position: relative;
}
.canbuy li {
	display: inline-block;
	margin-bottom: 5px;
  	padding: .5em 1em .5em .5em;
	line-height: 1.5;
	background: whitesmoke;
	color: black;
  	border-left: solid 8px orange;
	border-radius: 0 5px 5px 0;
}
.canbuy li span{
	color: rgb(211, 137, 0);
	
}

/* .canbuy li:not(:last-child)::after {
	content: "\3001";
} */

.partners ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 60px;
	padding: 0;
}
.partners ul li {
	width: calc( 100% / 4 );
    margin-bottom: .5em;
    font-size: 14px;
}
.partners h4 {
	margin: 0;
	padding: 30px;
	text-align: center;
	background: rgba( 255, 174, 0, .3 );
	border-radius: 10px;
}
.partners span{
	font-size: .8em;
	color: gray;
}
.partners p{
	/* width: calc(100% / 4); */
	padding: 5px;
	background:#f8aa00;
	border-radius: 10px;
}



.chart .image {
    width: 100%;
    padding-top: 55.8%;
    background-image: url( ../img/chart.png );
    background-position: center;
    background-size: 100%;
    cursor: zoom-in;
}
.chart .notes {
    font-size: .8em;
    color: gray;
}
.emphasize {
    text-align: center;
    font-size: 1.8em;
    font-weight: bold;
}
.info {
	display: flex;
	flex-wrap: wrap;
    align-items: center;
    width: 100%;
    padding: 50px calc( ( 100% - 960px ) / 2 );
    background: rgba( 255, 174, 0, .3 );
    box-sizing: border-box;
}
.info::before,
.info::after {
    content: "";
    display: table;
}
.info::after {
    clear: both;
}
.info_text {
    width: 50%;
    text-align: center;
}
.info_text h3 {
	margin: 0 0 1rem;
	font-size: 1.8em;
}
.info_text p {
	margin: 0;
}
.info_content {
    width: 50%;
    padding: 2em 1em;
    text-align: center;
    background: white;
    box-sizing: border-box;
}
.info_content a {
	color: #333;
}
.info_content a:hover {
	opacity: .5;
}
.info_content p {
	margin: 0;
}
.info_content .notes {
	font-size: .8em;
	color: gray;
}
.info_content button {
	margin-top: 20px;
	padding: .5em 3em;
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-size: 1rem;
	color: #333;
	background: #ffae00;
	border: none;
	border-radius: 5px;
	box-shadow: 0 3px 0 #996900;
	cursor: pointer;
	outline: none;
}
.info_content button:active {
	position: relative;
	-webkit-transform: translateY( 3px );
	   -moz-transform: translateY( 3px );
	    -ms-transform: translateY( 3px );
	     -o-transform: translateY( 3px );
	        transform: translateY( 3px );
	box-shadow: none;
}
.qaf dt {
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
    padding: .5em;
    background: lightgray;
    cursor: pointer;
}
.qaf dt:not(:first-of-type) {
    margin-top: .5em;
}
.qaf dt.on,
.qaf dt:hover {
    background: #f8e4bb;
}
.qaf dd {
    display: none;
    margin: 0;
    padding: .5em;
	border-right: solid 1px #f8e4bb;
    border-bottom: solid 1px #f8e4bb;
    border-left: solid 1px #f8e4bb;
}


.thanks {
    padding: 50px 20px;
}
.thanks p a {
    text-decoration: none;
    color: #333;
}
.thanks p a:hover {
    text-decoration: underline;
    color: #ffae00;
}
.back_btn {
    width: 200px;
    margin: auto;
    background: #ffae00;
    border-radius: 5px;
    box-shadow: 0 3px #996900;
}
.back_btn:active {
    position: relative;
    -webkit-transform: translateY( 3px );
    -moz-transform: translateY( 3px );
    transform: translateY( 3px );
    box-shadow: none;
}
.back_btn a {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    color: #333;
}

footer {
	padding: 50px 0;
}
footer p {
	text-align: center;
}


@media( max-width: 1000px ) {
	.info {
		padding: 50px 1em;
	}
}

@media( max-width: 414px ) {
	h1 span {
		font-size: 1.5em;
		text-shadow: 0 0 1px black, 2px 2px #996900;
	}
	.lead {
		height: auto;
		margin-bottom: 0;
		padding-top: 81%;
	    background-size: contain;
	}
	.lead .wrap_text {
	    position: static;
	    -webkit-transform: none;
	    -moz-transform: none;
	    transform: none;
	    padding: 2em 0;
	}
	.target {
	    height: auto;
	    padding-top: 67%;
	    background-size: contain;
	}
	.target ul,
	.target > p {
	    position: static;
	    -webkit-transform: none;
	    -moz-transform: none;
	    transform: none;
	}
	.target ul {
	    padding: 2em 0 2em 1.5em;
	}
	.target > p {
		font-size: 1.3em;
	}
	.feature ul {
		padding: 2em 1em;
	}
	.partners ul li {
		width: calc( 100% / 3 );
		font-size: 10px;
	}
	.info_text,
	.info_content {
		width: 100%;
	}
	.info_text {
		margin-bottom: 30px;
	}
}
