@charset "utf-8";
/* CSS Document */

h1{
    font-size: 48px;
    font-weight: bold;
    line-height: 1.1;
    text-align: center;
}
h2{
    font-size: 30px;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
    margin-top: 50px;
    padding-bottom: 20px;
    border-bottom: #E20011 2px solid;
    position:relative;
    margin-bottom:20px;
}
h2:before {
    content: " ";
    background-color: transparent;
    border-style: solid;
    border-width: 10px 10px 0px;
    border-color: #E20011 transparent;
    bottom: -12px;
    left: 50%;
    margin-left: -5px;
    position: absolute;
}
h2:after {
    content: " ";
    background-color: transparent;
    border-color: #fff transparent;
    border-style: solid;
    border-width: 10px 10px 0px;
    bottom: -9px;
    left: 50%;
    margin-left: -5px;
    position: absolute;
}
h3{
    font-size: 28px;
    line-height:1.3;
}
h4{
    line-height: 1.3;
    color: #323232;
    font-size: 16px;
    font-weight: bold
}
h4>span{
    border-left: 4px solid #e30011;
    padding: 0 10px;
}

.contentBlock01-triangle {
    background: #FFFFFF;
    padding-bottom: 40px;
    margin-bottom:10px;
    position:relative;
    border-bottom:1px solid #d2d2d2;
}
.contentBlock01-triangle::before {
    content: " ";
    background-color: transparent;
    border-style: solid;
    border-width: 10px 10px 0px;
    border-color: #d2d2d2 transparent;
    bottom: -10px;
    left: 50%;
    margin-left: -5px;
    position: absolute;
}
.contentBlock01-triangle::after {
    content: " ";
    background-color: transparent;
    border-color: #fff transparent;
    border-style: solid;
    border-width: 10px 10px 0px;
    bottom: -9px;
    left: 50%;
    margin-left: -5px;
    position: absolute;
}
.contentBlock02-triangle {
    background: #ebecee;
    padding-bottom: 40px;
    margin-bottom:10px;
    position:relative;
    border-bottom: 1px solid #d2d2d2;
    border-top: 1px solid #d2d2d2;
}
.contentBlock02-triangle::before {
    content: " ";
    background-color: transparent;
    border-style: solid;
    border-width: 10px 10px 0px;
    border-color: #d2d2d2 transparent;
    bottom: -10px;
    left: 50%;
    margin-left: -5px;
    position: absolute;
}
.contentBlock02-triangle::after {
    content: " ";
    background-color: transparent;
    border-color: #ebecee transparent;
    border-style: solid;
    border-width: 10px 10px 0px;
    bottom: -9px;
    left: 50%;
    margin-left: -5px;
    position: absolute;
}
.contentBlock03{
    background: url(../img/bg_graphPaper.png);
    padding-bottom:40px;
}
.contentBlock04 {
    background: #ebecee;
    padding-bottom: 40px;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
}
.contentBlock05 {
    background: #FFFFFF;
    padding-bottom: 40px;
    border-top: 1px solid #d2d2d2;
}
.BGgraphPaper{
	background: url(../img/bg_graphPaper.png);
	background-color: #FFFFFF;
}
.mainVisual{
    padding: 30px 0 35px;
}
.mainTitlePosition{
    position: relative!important;
}
.mainTitle{
    width:570px;
    text-align:center;
}
.mainTitle h1 .text1{
	font-size:30px;
}
.mainTitle h1 .text2{
	font-size:42px;
}
.mainTitle p{
    margin-top:30px;
}
.appliDLarea{
    background:#d6000d;
    padding:15px 0;
}
.mainImg{
    position: absolute;
    top: 0;
    right: -21px;
    width: 408px;
}

.appliDLgroup{
    overflow:hidden;
}
.appliDLgroup li{
    background:#FFFFFF;
    padding:15px 10px;
    width:275px;
    float:left;
    box-sizing: border-box;
    margin-left:20px;
    border-radius: 10px;
    overflow:hidden;
}
.appliDLgroup li:first-child{
    margin-left:0px;
}
.appliDLbox_Left{
    float:left;
    width:150px;
    margin-right:15px;
}
.appliDLbox_Right{
    float:left;
    width:90px;
}
.appliDLbox_Text{
    font-size:16px;
    font-weight:bold;
    line-height:1.6;
    margin-top:5px;
}
.appliDLbox_link{
    margin-top:15px;
}
.appliDLbox_link img{
    width:150px;
}

.contentLead{
    font-size:16px;
    line-height:1.6;
    margin-top:50px;
}
.changeHead{
    background: #e2000e;
    display: inline-block;
    width: 230px;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 22px;
    line-height: 1.3;
    padding: 8px 10px;
    box-sizing: border-box;
    position: relative;
    top: 3px;
    margin-top:37px;
}
.changeContent{
    border:3px solid #d4d7de;
    padding:5px 20px; 
}

.changebox {
    overflow:hidden ;
}
.changebox_numberArea {
    float:left;
    margin: 5px 15px 0 0;
    padding: 10px 0;
    width: 40px;
}
.changebox_number {
    font-size: 24px;
    color: #e20011;
    font-weight: bold;
    background-color: #FFFFFF;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    border: #E20011 solid 3px;
    box-sizing: border-box;
}
.changebox_text {
    font-size: 24px;
    line-height: 1.3;
    font-weight: bold;
}
.changebox_text a {
    font-size: 24px;
    line-height: 1.3;
    font-weight: bold;
    color:#323232;
}
.changebox_text:hover a {
    text-decoration:none;
}
.changebox .attention {
    color: #E20011;
    position: relative;
}
.changebox .attention::after {
    content: url(../img/icon_attention.png);
    position: absolute;
    margin-left:10px;
    top: -3px;
}
.changebox_contentArea {
    padding-top: 7px;
    float: left;
    width:859px;
    padding: 20px 0;
}
.changebox .grayLine{
    border-top: 1px solid #d4d7de;
}


.usefulBox {
    margin-top: 30px;
    display: flex;
}
.usefulBox_numberArea {
    min-width: 75px;
}
.usefulBox_number {
    font-size: 26px;
    color: #ffffff;
    font-weight: bold;
    background-color: #e2000e;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
.usefulBox_heading {
    font-size: 24px;
    line-height: 1.6;
    font-weight: bold;
}
.usefulBox_contentArea {
    max-width: 815px;
    flex: 1;
}
.usefulBox_inner {
    display: flex;
    margin-top: 45px;
    justify-content:space-between;
    width: 960px;
}
.usefulBox_inner .usefulBox_inner_pictureLeft {
    width: 330px;
}
.usefulBox_inner .usefulBox_inner_textRight {
    width: 600px;
    position:relative;
	background: #fde8e8;
	border-radius: 10px;
	height: 620px;
	padding: 20px 30px;
	box-sizing: border-box;
	z-index: 1;
}
.usefulBox_inner2{
    margin-top: 25px;
    margin: 45px 0 0 0px;
    width: 960px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}
.usefulBox_inner2 .usefulBox_inner_pictureLeft {
    width: 300px;
    padding-left: 25px;
}
.usefulBox_inner2 .usefulBox_inner_textRight {
    width: 605px;
	box-sizing: border-box;
}

.usefulBox_inner_pictureRight {
    width: 330px;
}
.usefulBox_inner_textLeft + .usefulBox_inner_pictureRight {
    margin-left: 25px;
}
.usefulBox_inner_textLeft {
    width: 595px;
    position:relative;
}
.usefulBox_text{
    font-size:16px;
    line-height:1.6;
}
.usefulBox_annotaion{
    position:absolute;
    bottom:0;
    right:0;
    font-size:12px;
}
.usefulBox_annotaion p{
    font-size:12px;
    line-height:1.6;
    position:relative;
}
.usefulBox_annotaion p::before{
    content: "※";
    position: absolute;
    left: -15px;
}

.supportLead{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
    margin-top: 40px;
}
.supportGroup{
    display: flex;
    justify-content: space-between;
    margin-top:25px;
}
.supportBox{
    width:320px;
    text-align:center;
}
.supportText{
    width: 139px;
    background: #FFFFFF;
    border: #d2d2d2 3px dotted;
    padding: 5px 15px;
    margin: 0 auto;
    text-align: center;
    border-radius: 20px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
     position: relative;
    top: -5px;
}

.howtoDL {
    background: #FFFFFF;
    margin-top: 40px;
    border: 1px solid #d2d2d2;
    padding: 40px 30px 25px ;
}
.howtoDL h3{
    margin-top: 15px;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 15px;
    border-bottom: 2px solid #E20011;
    line-height:1.3;
}
.howtoDL_step1{
    display: flex;
    margin-top: 30px;
    justify-content: space-between;
}

.step_number{
    min-width: 55px;
}
.step_number p{
    font-size: 14px;
    color: #e20011;
    font-weight: bold;
    background-color: #FFFFFF;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    border:#e20213 solid 3px;
    line-height:1;
    font-family: ヒラギノ角ゴ StdN;
}
.step_number p>span{
    font-size:18px;
}
.step1_text{
    width:390px;
    font-size:16px;
    line-height:1.6;
}
.annotation {
    font-size: 16px;
    line-height: 1.6;
    position: relative;
    padding-left:20px;
}
.annotation::before {
    content: "※";
    position: absolute;
    left: 0;
}
.textBox1 .annotation {
    font-size: 16px;
    line-height: 1.6;
    position: relative;
    padding-left:15px;
    color:#E20011;
}
.textBox1 .annotation::before {
    content: "※";
    position: absolute;
    left: 0;
}
.step1_DL{
    width:410px;
    border:2px solid #d2d2d2;
    box-sizing: border-box;
    display: table;
}
.step1_DL_inner{
    display: table-cell;
    padding-bottom: 15px;
    text-align: center;
}
.step1_DL_inner:first-child{
    border-right:1px solid #d2d2d2;
}
.step1_DL_innerQR img{
    margin-top:20px;
    width:75px;
}

#DLflow_area{
    margin: 40px 0 25px;
}
.DLflow{
    display: flex;
    justify-content: space-between;
}
.DLflow_box{
    width:436px;
    border-width: 1px 2px 2px 2px;
    border-color: #d4d7de;
    border-style: solid;
    box-sizing: border-box;
}
.DLflow_head{
    display:flex;
    justify-content: space-between;
}
.DLflow_head li{
    background: #dce4f2;
    padding: 12px;
    border-style: solid;
    border-width:2px 2px 1px 2px;
    border-color:#d4d7de;
    align-items: center;
    width: 436px;
    box-sizing: border-box;
}
.DLflow_head li p{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
    align-items: center;
    display: flex;
    justify-content: center;
}
.DLflow_content{
    padding:25px 20px 35px;
}
.step_explain{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size:16px;
    line-height:1.6;
}
.step_content{
    width: 310px;
}
.step_image{
    width:220px;
    margin:25px auto 0;
}
.step_image img{
	border: 1px solid #D2D2D2;
}
.step_triangle{
    position:relative;
    margin:20px 0 25px;
    left:calc(50% - 18px);
    display: inline-block;
}
.step_triangle p{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 18px 0 18px;
    border-color: #e20011 transparent transparent transparent;
    position:absolute;
}

.detailBox{
    margin-top: 30px;
    border: 1px solid #d2d2d2;
    padding: 0 20px 20px;
}
.detailBox_head{
    margin-top: 25px;
    padding-bottom: 12px;
    border-bottom: 2px solid #dbdadf;
}
.detailBox_content{
    margin-top:15px;
}

.cvBlock{
    background: #FFFFFF;
    padding-bottom: 60px;
    border-top: 1px solid #d2d2d2;
}
.cvHead{
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-top: 40px;
    line-height: 1.3;
}
.trialBtn{
    font-size: 23px;
    color: #ffffff;
    line-height: 1.3;
    font-weight: bold;
    width: 600px;
    text-align: center;
    border-radius: 10px;
    background:url(../img/trialBtn_arrow.png), #e20011;
    background-repeat: no-repeat;
    background-position: 97% 50%;
    position: relative;
    margin: 40px auto 25px;
    box-sizing: border-box;
    transition:all 0.3s;
}
.trialBtn a {
    color: #ffffff;
    display: block;
    padding: 25px 20px;
    font-weight: bold;
}
.trialBtn:hover {
    opacity: 0.75;
}
.trialBtn a:hover {
    text-decoration: none;
}

.cvBtn_group{
    display: flex;
    justify-content: space-between;
    margin-top:40px;
}
.cvBtn{
    font-size: 20px;
    color: #e20011;
    line-height: 1.3;
    font-weight: bold;
    width: 460px;
    border-radius: 10px;
    background:url(../img/cvBtn_arrow.png), #FFFFFF;
    background-repeat: no-repeat;
    background-position: 97% 50%;
    position: relative;
    box-sizing: border-box;
    border:2px solid #e20011;
    transition:all 0.3s;
}
.cvBtn a>span{
    font-size: 24px;
}
.cvBtn a {
    color: #e20011;
    display: block;
    padding: 25px;
    font-weight: bold;
}

.cvBtn:hover {
    opacity: 0.75;
}
.cvBtn a:hover {
    text-decoration: none;
}


/* LPリニューアル 追加分 */
.usefulBox_numberArea_renew{
	width: 145px;
}
.usefulBox_number_renew {
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    background-color: #e2000e;
    text-align: center;
	padding: 0 5px;
    position: relative;
	width: 110px;
}
.usefulBox_number_renew span{
	font-size: 24px;
}
.usefulBox_number_renew::after {
    background: url(../img/redArrow.png) 0 0 no-repeat;
    position: absolute;
    left: 120px;
    content: " ";
    width: 34px;
    height: 100%;
    background-size: 12px 100%;
    top: 0;
}
.usefulBox_heading_small{
	font-weight: normal;
	font-size: 20px;
}
.movieFunction_list li{
	margin-top: 15px;
}
.movieFunction_list li:first-child{
	margin-top: 0;
}
.movieFunction_head{
	background: #e20011;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px 7px;
	width: 180px;
	box-sizing: border-box;
	border-radius: 8px;
}
.movieFunction_number {
    color: #e20011;
    background: #FFFFFF;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    padding: 1px;
    display: inline-block;
    text-align: center;
	margin-right: 10px;
}
.movieFunction_text {
    font-size:16px;
	margin-top:8px;
}

.icon_attention {
    background: #08b1a3;
    color: #FFFFFF;
    font-size: 14px;
    border-radius: 50%;
    padding: 3px 10px;
}
.icon_attention:before {
    content: '';
    position: absolute;
    height: 25px;
    width: 25px;
    border-radius: 25px;
    z-index: -1;
    background: #08b1a3;
    bottom: -2px;
    left: -8px;
}
.icon_attention:after {
    content: '';
    position: absolute;
    height: 32px;
    width: 25px;
    border-radius: 25px;
    z-index: -1;
    bottom: -3px;
    left: -18px;
}
.movieFunction_attention{
	position: relative;
}
.movieFunction_attention .icon_attention{
	left: 190px;
    top: -10px;
    position: absolute;
}
.movieFunction_attention .icon_attention:after {
    background: #fde8e8;
}

.supportFunction_list .icon_attention{
    position: relative;
    padding: 6px 10px;
    margin-left: 10px;
	top: -15px;
}
.supportFunction_list .icon_attention:after {
    background: #FFFFFF;
}
.supportFunction{
	margin-bottom: 15px;
}
.supportFunction h3{
	font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
	margin-top: 35px;
}
.supportFunction h3>span {
    border-bottom: 2px solid #d2d2d2;
    display: block;
    position: relative;
	padding-bottom: 5px;
}
.supportFunction h3>span:after{
    content: '';
    display: block;
    position: absolute;
    bottom: -2px;
    width: 440px;
    height: 2px;
    border-bottom: 2px solid #e20011;
}
.supportFunction_list{
	display: flex;
	margin-left: 20px !important;
	margin-top: 25px !important;
	justify-content: space-between;
}
.supportFunction_list li{
	width: 300px;
	background: #FFFFFF;
	box-sizing: border-box;
	padding: 20px;
	z-index: 1;
}
.supportFunction_list .supportFunction_head{
	font-size: 20px;
	font-weight: bold;
	color: #E20011;
	text-align: center;
}
.supportFunction_img{
	margin-top: 15px;
	text-align: center;
}
.supportFunction_text{
	margin-top: 25px;
	font-size: 16px;
}