@charset "utf-8";

/* font */
body{
	font-size: 14px;
	font-weight: normal;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}


/* header */
.logo{
	margin: 20px auto;
	text-align: center;
}
#topimg{
	background-image:url(../img/topimg_bg.jpg);
	background-size: cover;
	width: 100%;
	height: 700px;
	background-position: bottom;
	background-repeat: no-repeat;
}

/* topimg */
.topimg_inner{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.topimg_p01{
	float: right;
}
.topimg_p02{
    position: absolute;
    bottom: -4px;
    left: 75px;
}

/* oricon */
.content_oricon{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.oricon_h2{
	text-align: center;
	margin-top: 69px;
	margin-bottom: 69px;
	font-size: 30px;
}
.oricon_ul{
	display: flex;
	justify-content: space-between;
}

.oricon_p01{
	margin-top: 32px;
	font-size: 16px;
	line-height: 1.7;
}

/* jasdaq */
.content_jasdaq{
	margin-top: 124px;
	background-image: url(../img/jasdaq_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	color: white;
}
.content_jasdaq_inner{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 64px;
	padding-bottom: 114px;
}
.jasdaq_h2{
	text-align: center;
	font-size: 30px;
	margin-bottom: 56px;
	text-shadow:0px -1px 2px #000000;
}
.jasdaq_p01{
	font-size: 16px;
	line-height: 1.8;
	text-shadow:0px -1px 2px #000000;
}
.jasdaq_p02{
	margin-top: 40px;
}


/* campaign */
.content_campaign{

	padding-top: 70px;
	padding-bottom: 8px;
	background: #eee;
}
.content_campaign_inner{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.campaign_h3{
	font-size: 30px;
	margin-bottom: 64px;
	text-align: center;
}
.campaign_p{
	text-align: center;
}
.campaign_detail_btn a{
	padding: 12px 76px 12px 76px;
	background-color: white;
	border: 1px solid black;
	border-radius: 8px;
	text-align: center;
	display: block;
	color: black;
	text-decoration: none;
	margin-top: 37px;
	width: 16%;
	margin-left: auto;
	margin-right: auto;
}
.campaign_detail_btn a:hover{
	background-color: #0180cd;
	color: white;
}

/*********************************

button

**********************************/
.a_button {
	width: 750px;
	height: 130px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 36px;
	color: #fff;
	line-height: 1.5;
	margin-top: 54px;
	margin-bottom: 30px;
	background-color: #ea3c3d;
	border-radius: 5px;        /* CSS3草案 */
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;   /* Firefox用 */
}
.font_small {
	font-size: 14px;
	background: #fff;
	color: #000;
	padding: 6px 12px 6px 12px;
}
.a_button a {
	color: #fff;
	text-decoration: none;
	padding: 16px 16px 32px 16px;
	display: block;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.a_button a:hover {
	opacity: 0.6;
}
.a_button_text {
	margin-top: -12px;
	display: block;
}
.corporation_a   {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 80px;
}
.corporation_a a {
	font-size: medium;
	color: #36F;
}
.corporation_a a:hover {
	font-size: medium;
	color: #FF6064;
}


/* reason */
.content_reason{
	padding-top: 72px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
  padding-bottom: 80px;
}
.reason_h3{
	text-align: center;
	font-size: 30px;
	margin-bottom: 69px;
}
.reason_p01{
	text-align: center;
}
.spec{
	margin-top: 14px;
}
.reason_h4{
	color:#0080cc;
	font-size: 27px;
	text-align: center;
	margin-top: 52px;
}
.reason_p02{
	margin-top: 28px;
	line-height: 1.7;
	font-size: 16px;
}

.reason_p03{
	margin-left: 24px;
	margin-top: 16px;
}

/* cm */
.content_cm{
	background-color: #eee;
	padding-bottom: 8px;
}
.content_cm_inner{
	padding-top: 72px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.cm_h3{
	text-align: center;
	font-size: 30px;
	margin-bottom: 69px;
}

.cm_p01{
	margin-top: 28px;
	line-height: 1.9;
	font-size: 16px;
}
.cm_img01{
	margin-top: 50px;
}

/* info */
.info{
	background: url(../img/footer_bg.jpg) no-repeat;
	background-size: cover;
	padding-top: 64px;
	padding-bottom: 80px;
	padding-left: 8px;
	padding-right: 8px;
}
.info_ul li{
	color: white;
	text-align: center;
	margin-top: 16px;
	line-height: 1.6;
}
.info_ul_h4{
	color: white;
	text-align: center;
	font-size: 30px;
	margin-bottom: 40px;
}

.info_ul li a:visited{
	color: white;
}
.info_ul li a:hover{
	color: white;
}
.info_ul li a:link{
	color: white;
}



.info_sns{
	display: flex;
	justify-content: center;
	margin-top: 32px;
}
.info_sns li{
	margin-left: 16px;
}
.privacy{
	margin-top: 34px;
	background-color: white;
	padding-top: 50px;
	padding-bottom: 50px;
}
.privacy_span{
font-size: 1.0rem;
margin-left: 16px;
}
.privacy_p{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 8px;
	margin-right: 8px;
}
#copyright{
	text-align: center;
	margin-top: 80px;
	padding-bottom: 64px;
}


#logo{
	width: 146px;
}
.spec_flex{
	display: flex;

}
.risk {
	width: 100%;
	max-width: 960px;
	padding-left: 12px;
	padding-right: 12px;
	box-sizing: border-box;
	margin-right: auto;
	margin-left: auto;
	line-height: 150%;
	font-size: large;
}

@media (max-width: 750px){
	.topimg_p02{
		left: 18px;
    width: 38%;
	}
	.topimg_inner{
		width:100%;
		padding-left: 16px;
		padding-right: 16px;
		box-sizing: border-box;
	}

#topimg{
	height: auto;
}
.content_oricon{
	width: 100%;
	padding-left: 16px;
	padding-right: 16px;
	box-sizing: border-box;
}
.content_jasdaq_inner{
	width: 100%;
	padding-left: 16px;
	padding-right: 16px;
	box-sizing: border-box;
	padding-bottom: 80px;

}
.content_campaign_inner{
	width: 100%;
	padding-left: 40px;
	padding-right: 40px;
	box-sizing: border-box;
}
.a_button{
	width: 100%;
	height: auto;
}
.corporation_a{
	width: 100%;
	height: auto;
}
.content_reason{
	width: 100%;
	padding-left: 16px;
	padding-right: 16px;
	box-sizing:border-box;
}
.content_cm_inner{
	width: 100%;
	padding-left: 16px;
	padding-right: 16px;
	box-sizing: border-box;
}
.campaign_detail_btn a {
	width: 30%;
}
.a_button{
	font-size: 1.2rem;
}
.oricon_h2{
	margin-top: 40px;
	margin-bottom: 40px;
	font-size: 1.3rem;
}
.content_jasdaq{
	margin-top: 64px;
}
.campaign_h3 {
	font-size:1.8rem;
}
.sp_block{
	display: block;
}
.content_campaign{
	padding-top: 48px;
}
.campaign_h3{
	margin-bottom: 16px;
}
.corporation_a{
	margin-bottom: 64px;
}
.content_reason{
	padding-top: 64px;
}
.content_reason{
	padding-bottom: 64px;
}
.content_cm_inner{
	padding-top: 40px;
}
.cm_h3{
	margin-bottom: 40px;
}
.privacy{
	padding-top: 24px;
}
#copyright{
	margin-top: 40px;
	padding-bottom: 40px;
}
.btn_text{
	font-size: 0.7rem;
}
.a_button_text{
	margin-top: 12px;
	line-height: 1.9;
}
.a_button a{
	  padding: 2px 16px 12px 16px;
}
.a_button_padding{
	width: 94%;
	margin-left: 3%;
	margin-right: 3%;
}
.oricon_li02{
	margin-left: 8px;
	margin-right: 8px;
}
.reason_h3{
	font-size: 1.8rem;
}
.reason_h4{
	font-size: 1.6rem;
}
.cm_h3{
	font-size: 1.8rem;
}
.risk {
	width: 100%
	margin-right: auto;
	margin-left: auto;
	line-height: 150%;
	font-size: large;
}

}


@media (max-width: 480px){
.oricon_ul{
	display: grid;
	justify-content: center;
}
.oricon_li{
	justify-content: center;
	width: 80%;
    margin-left: auto;
    margin-right: auto;
		margin-top: 8px;
}
.oricon_li:first-child{
	margin-top: 0px;
}
.mobile_block{
	display: block;
}
#logo{
	width: 122px;
}
.jasdaq_h2{
	font-size: 1.8rem;
	margin-bottom: 48px;
}
.content_jasdaq_inner{
	padding-bottom: 60px;
}
.reason_h3 {
	margin-bottom: 48px;
}
.oricon_p01{
	font-size: 0.9rem;
}
.reason_p02{
	font-size: 0.9rem;
}
.cm_p01{
	font-size: 0.9rem;
}
.content_reason{
	padding-top: 48px;
}
.corporation_a{
	margin-bottom: 60px;
}
.tel a{
	color: white;
	text-decoration: none;
}
.spec_flex{
	display: block;
}
.reason_p01{
	padding-left: 8px;
	padding-right: 8px;
	box-sizing: border-box;
}
.risk {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	line-height: 150%;
	font-size: large;
}
}
