@charset "utf-8";

h2{
	color: #1e196e;
    font-size: 2.5em;
    margin: auto;
    text-align: center;
    border: none;
    background: none;
}
header{
	padding: 1em;
}
header img{
	float: left;
}
header ul{
	float: right;
	display: flex;
}
header ul li a{
	margin: 1em;
	display: block;
	text-decoration: none;
	font-weight: 600;
}
header ul li:last-child a{
	background: #f06e3c;
	color: #fff;
	padding: 0.8em 1.5em;
	margin: 0 0 0 1em;
	border-radius: 50px;
}
header ul li:last-child a:hover{
	background: #5466b7;
}
#header_bk{
	background: url(/server/imgs/lp_main_bk02.png) no-repeat right top, url(/server/imgs/lp_main_bk01.png) no-repeat left top;
	background-size:cover;
	background-position: center;
}

#main{
	width: 90%;
	max-width: 1100px;
	margin: auto;
}
#main dl{
	display: flex;
	margin: 4em 0 2em;
	border: #1e196e solid 1px;
	width: 36%;
	padding: 0.5em;
	border-radius: 10px;
}
#main dl dt img{
	width: 60px;
	height: auto;
}
#main dl dd{
	padding: 0.3em 0 0 0.5em;
	font-size: 1.2em;
	line-height: 1.4;
	border-radius: 10px;
	color: #1e196e;
	font-weight: 600;
}
#main h1{
	color: #1e196e;
	font-size: 3em;
	letter-spacing: 5px;
	line-height: 1.4;
	font-weight: 600;
	margin: 1em 0;
}
#main p{
	color: #1e196e;
	font-size: 1.4em;
	letter-spacing: 2px;
	line-height: 1.5;
	font-weight: 600;
	margin: 0 0 2.5em;
}
#main .main_cv{
	display: flex;
}
#main .main_cv a{
    color: #fff;
    font-size: 1.4em;
    letter-spacing: 2px;
    line-height: 1.5;
    font-weight: 600;
    background: #f06e3c;
    text-decoration: none;
    padding: 1em 0;
    border-radius: 50px;
    display: block;
    margin: 0 0.5em 0 0;
    box-shadow: 0 7px 0 #a72e00;
    border: #f06e3c solid 4px;
    width: 25%;
    text-align: center;
	position: relative;
	top: 0;
}
#main .main_cv a:last-child{
	background: #FDE9E2;
	color: #f06e3c;
    box-shadow: 0 7px 0 #cb5b2f;
}
#main .main_cv a:hover{
	top:7px;
	box-shadow: 0 0 #050a35;
}
.sub_main{
	background: linear-gradient(90deg, rgba(30,25,110,1) 0%, rgba(56,67,184,1) 100%);
	clear: both;
	color: #fff;
	font-size: 2em;
	padding: 0.75em 0;
	text-align: center;
	margin: 3em 0 0;
}
.sub_main p{
    letter-spacing:0.1em;
}
.sub_main span{
	color: #f06e3c;
	font-size: 0.75em;
}

/* survey */
.survey_bk{
	background: url(/server/imgs/survey_bk.png) no-repeat;
	background-size:auto;
	background-position: center;
	border-bottom: #1e196e solid 3px;
	background-color: #E9EDF8;
}
.survey{
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
	padding: 3em 0;
}
.survey p{
	color: #1e196e;
	font-size: 1.5em;
    letter-spacing:0.1em;
}
.survey h2{
	text-align: left;
	padding: 0;
	margin: 0.5em 0 0;
	font-weight: 600;
}
.survey span{
    display: block;
    margin: 0.75em 0 2.5em;
    font-size: 12px;
}
.survey a{
    color: #fff;
    font-size: 1.4em;
    letter-spacing: 2px;
    line-height: 1.5;
    font-weight: 600;
    background: #f06e3c;
    text-decoration: none;
    padding: 0.5em 0;
    border-radius: 50px;
    display: block;
    margin: 0 0.5em 0 0;
    box-shadow: 0 7px 0 #a72e00;
    border: #f06e3c solid 4px;
    width: 40%;
    text-align: center;
	position: relative;
	top: 0;
}
.survey a:hover{
	top:7px;
	box-shadow: 0 0 #050a35;
}

/* con01 */
.con01_bk{
	background: url(/server/imgs/lp_con_bk01.png) no-repeat top center;
}
.con01{
    width: 90%;
    max-width: 1100px;
	margin: auto;
}
.con01 h2 img{
	width: 90%;
    max-width: 900px;
    margin: 2em auto 0.5em;
}
.con01 ul.item {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
}
.con01 ul.item img,
ul.point li img{
	width: 100%;
}
ul.point {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
}
ul.point li {
    margin: 2em 0.5em 0;
}
.con01 p{
	text-align: right;
    font-size: 12px;
    width: 90%;
    max-width: 1100px;
    margin: 1em auto 5em;
}

/* con02 */
.con02_01,.con02_02{
	width: 90%;
    max-width: 1100px;
    margin: 0 auto;
}
.con02_01 h2 , .value_server h2 {
    padding: 2em 0 0.5em;
}
.con02_01 ul {
    display: flex;
    margin: auto;
    width: 90%;
    max-width: 900px;
}
.con02_01 ul li img{
	width: 100%;
}
.con02_02_bk{
    background: #EBEBEE;
    margin-top: -2.75em;
    padding: 0 0 5em;
}
.con02_02 {
	width: 90%;
    max-width: 1100px;
    margin: 0 auto;
}
.con02_02 h2 img {
    width: 70%;
    padding: 1.25em 0 0.25em;
}
.about_inv{
	background: #fff;
	border-radius: 10px;
	padding: 2em;
	text-align: center;
    font-size: 18px;
    width: 80%;
    margin: auto;
    max-width: 800px;
}
.about_inv h3{
    color: #1e196e;
    font-size: 1.25em;
    margin: 1em auto;
    font-weight: 600;
}
.about_inv img{
    width: 70%;
    margin: 1em auto 2em;
}
.about_inv p:last-child{
    text-align: left;
    font-size: 0.75em;
    margin: 2em 0 0;
}

/* solution */
.solution{
    width: 90%;
    max-width: 1000px;
    margin: auto;
}
.solution h2{
    background: url(/server/imgs/lp_con02_bk01.png) no-repeat;
    background-size: 80%;
    background-position: top;
    margin-bottom: 1em;
    line-height: 1.3;
    padding: 2em 0 0;
}
.solution_con h3{
    color: #1e196e;
    font-size: 1.8em;
    border-bottom: solid 1px #1e196e;
    padding: 0 0 0.25em;
    margin: 0 0 1em;
}
.solution_con{
    padding: 2em 0;
}
.solution_con div{
    padding: 1em 0;
}
.solution_con div dl{
    width: 45%;
    float: left;
}
.solution_con div dl dt{
    color: #5466b7;
    font-size: 1.2em;
    line-height: 1.4;
    font-weight: 600;
	letter-spacing: 1px;
}
.solution_con div dl dt::before {
    content: "POINT";
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: #5466b7;
    color: #fff;
    display: block;
    float: left;
    margin: 0 0.5em 0 0;
    font-size: 0.6em;
    text-align: center;
    line-height: 4.5;
}
.solution_con div dl dd {
    clear: both;
    line-height: 2;
    margin: 1em 0;
	text-align:justify;
	letter-spacing: 1px;
}
.solution_con div dl dd span , .value_server p span {
	background: linear-gradient(transparent 70%, #ffe883 30%);
}
.solution_con div dl dd span.attention{
	background: none;
	font-size: 14px;
}
.solution_con div img{
    width: auto;
    float: right;
}
.solution_con dl.soft{
	width: 100%;
	float: none;
}
.solution_con dl.soft dd ul li{
    width: 30%;
    list-style: disc;
    margin-left: 1.5em;
}
.solution_con dl.soft ul {
    color: rgba(56, 67, 184, 1);
    display: flex;
    flex-wrap: wrap;
    padding: 0.5em 0;
}
.pro_service{
    background: linear-gradient(90deg, rgb(243 223 206) 0%, rgb(213 213 245) 100%);
    padding: 2em;
    border-radius: 10px;
}
.pro_service h2{
    background: none;
    padding: 0;
    margin-bottom: 0.2em;
}
.pro_service h2 span{
    font-size: 0.8em;
}
.pro_service dl {
    margin: 1em;
    width: calc(89% / 3);
    float: left;
    background: #fff;
    border-radius: 15px;
}
.pro_service dl dt{
    padding: 1em;
    text-align: center;
    color: #1e196e;
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.2;
}
.pro_service dl dt span{
    font-size: 0.8em;
}
.pro_service dl dd{
    font-size: 16px;
    line-height: 1.5;
    padding:0 1.5em 1.5em;
    text-align: justify;
    letter-spacing: 1px;
}
.pro_service dl dd span{
    font-size: 12px;
}
.pro_service dl dd:last-child{
    padding: 0;
}
.pro_service dl dd img{
    display: block;
    width: 100%;
}
.pro_service p{
    font-size: 12px;
    text-align: right;
    margin: 0 1em;
}


/* con3 */
section.con03 {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 5em 0;
}
section.con03 img {
    width: 100%;
    height: auto;
}
section.con03 p{
    margin: 1em 0 5em;
}
section.con03 p img {
    width: 40%;
    height: auto;
    float: left;
}
.merit_con{
    margin: 2em 0 0;
}
.merit_con dl {
    width: 45%;
    float: right;
}
section.con03 .merit_con img {
    width: 50%;
    float: left;
}
section.con03 .merit_con dl dt img {
    float: none;
    width: 100%;
}
section.con03 .merit_con dl dd{
    line-height: 2;
    text-align: justify;
    letter-spacing: 1px;
}

/* con04 */
.con04_bk{
    background: #e9edf8;
}
.con04{
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 5em 0;
}
.con04 h2{
    line-height: 1.5;
}
.con04 div{
    padding: 3em 0 0;
}
.con04 div dl{
    width: 50%;
    float: left;
}
.con04 div dl dt{
    font-size: 1.8em;
    line-height: 1.2;
    color: #1e196e;
}
.con04 div dl dt span{
    font-size: 16px;
}
.con04 div dl dd img{
    width: 100%;
    height: auto;
}
.con04 div dl dd{
    line-height: 2;
    text-align: justify;
    letter-spacing: 1px;
}
.con04 div img:last-child{
    width: 45%;
    float: right;
}

/* con05 */
.con05_bk{
    background: url(/server/imgs/lp_con05_bk01.png) no-repeat top center;
}
.con05{
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    counter-reset: dl;
    padding: 5em 0;
}
.flow{
    padding: 5em 0 0;
}
.flow dl {
    width: 65%;
    float: right;
}
.flow img {
    width: 30%;
    float: left;
}
.flow dl dt {
    position: relative;
    font-size: 1.6em;
    line-height: 2;
    color: #1e196e;
}
.flow dl dt span{
    position: absolute;
    left: 8px;
    color: #fff;
    font-size: 12px;
    top: 2px;
}
.flow dl dt::before {
    counter-increment: dl;
    content: "0"counter(dl);
    width: 50px;
    height: 50px;
    border-radius: 5px;
    background: #1e196e;
    color: #fff;
    display: block;
    float: left;
    margin: 0 0.5em 0 0;
    font-size: 1em;
    text-align: center;
    line-height: 2.6;
}
.flow dl dd{
    line-height: 2;
    text-align: justify;
    letter-spacing: 1px;
    margin: 1em 0 0;
}
.flow dl dd p {
    padding: 1em 2em;
    line-height: 2;
    background: #e9edf8;
    border-radius: 10px;
    margin: 0.5em 0 0;
}
.flow dl dd span{
    font-size: 14px;
}

/* footer_con */
.footer_con_bk {
    background: #eee;
    padding: 5em 0;
}
.footer_con div{
    display: flex;
    width: 90%;
    max-width: 1000px;
    margin: 2em auto 0;
}
.footer_con div dl{
    margin: 1em;
    width: calc(100% / 3);
}
.footer_con div dl dt{
    margin:0 0 0.5em;
    padding: 0.25em;
    text-align: center;
    border: solid 1px #050a35;
    border-radius: 50px;
    font-size: 14px;
}
.footer_con div dl dd{
    line-height: 1.5;
    text-align: justify;
    letter-spacing: 1px;
    margin:0 0 2em;
    font-size: 14px;
}
.footer_con div dl dd:last-child{
    margin: 0;
}

/* footer */
footer p img {
    display: block;
    margin: 1em auto;
}
footer div{
    background: #000;
}
footer ul {
    margin: auto;
    display: flex;
    width: fit-content;
}
footer ul li a{
    padding: 1em;
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}
footer small{
    font-size: 12px;
    text-align: center;
    display: block;
    padding: 0.5em 0;
    color: #fff;
    background: linear-gradient(90deg, rgba(30,25,110,1) 0%, rgba(56,67,184,1) 100%);
}

/* cv */
.cv_bk{
	background: url(/server/imgs/lp_cv_bk01.png) no-repeat left top, url(/server/imgs/lp_cv_bk02.png) no-repeat right top,
	linear-gradient(90deg, rgba(30,25,110,1) 0%, rgba(12,52,132,1) 50%, rgba(30,25,110,1) 100%);
	color: #fff;
}
.cv{
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
}
.cv h2{
	color: #fff;
	font-size: 1.8em;
    padding: 1.5em 0 0.25em;
}
.cv ul{
	display: flex;
    width: 100%;
	max-width: 880px;
	margin: auto;
}
.cv ul li {
    width: 100%;
    margin: 1em;
}
.cv ul li a{
    color: #fff;
    letter-spacing: 2px;
    line-height: 1.5;
    font-weight: 600;
    background: #f06e3c;
    text-decoration: none;
    padding: 0.75em 2em;
    border-radius: 50px;
    display: block;
    margin: 0 0.5em 0 0;
    box-shadow: 0 7px 0 #a72e00;
    border: #f06e3c solid 4px;
    text-align: center;
    font-size: 1.8em;
	position: relative;
	top: 0;
}
.cv ul li:last-child a{
	background: #FDE9E2;
	color: #f06e3c;
    box-shadow: 0 7px 0 #cb5b2f;
}
.cv ul li a:hover{
	top:7px;
	box-shadow: 0 0 #050a35;
}
.cv img {
	display: block;
	margin: auto;
	width: 100%;
	padding: 1em 0 2em;
}

/*value_server*/
.value_server {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
}

.value_server > p {
    text-align: left;
    margin: 20px 20px 40px;
}

.server {
    display: flex;
}

.server_con {
    box-shadow: 1px 1px 8px 0px #cdcdcd;
    width: 30%;
    padding: 20px;
    margin: 20px 20px 0;
    border-radius: 10px;
    text-align: center;
    position: relative;
}

.server_con h3 {
    color: #f06e3c;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    margin: 10px 0 20px;
}

.server_type {
    background-color: #EBEBEE;
    border-radius: 50px;
    margin: 10px 0;
    padding: 5px;
    color: #1e196e;
    font-weight: 600;
    letter-spacing: 0.1em;
}

.server_con img {
    margin: 10px 0 10px 40px;
    width: 50%;
    height: auto;
}

.server_con .os_cpu {
    width: 40%;
    margin: auto;
}

.server_spec {
    font-size: 12px;
    margin: 15px auto;
    border: #EBEBEE solid 2px;
}

.server_spec th {
    background-color: #EBEBEE;
    padding: 5px;
    vertical-align: middle;
    border: 1px #fff solid;
    width: 60px;
}

.server_spec td {
    padding: 5px 10px;
    line-height: 1.2;
    border: 1px #EBEBEE solid;
}

.server_con .price {
    text-align: left;
    letter-spacing: 0.1em;
    font-size: 15px;
    font-weight: 600;
}

.server_con .price .price_emphasis {
    color: #C7161E;
    font-size: 25px;
    font-weight: 600;
    background:none;
    vertical-align: sub;
}

.server_con .cube {
    border: 1px #000 solid;
    background:none;
    margin-right: 10px;
    padding: 5px;
    vertical-align: text-bottom;
}

.server_con .price_yen {
    vertical-align: sub;
    background: none;
    font-size: 13px;
}

.comment {
    position: absolute;
    top:-2.7em;
    padding: 0.5em 0;
    background: #FFF;
    color: #1e196e;
    font-weight: 600;
    font-size: 16px;
    left: 50%;
    transform: translate(-50%,0);
    width: 80%;
}

.comment::before,
.comment::after {
    content: "";
    position: absolute;
    top: 60%;
    border-top: 2px solid #1e196e;
    width: 10%;
    box-shadow: 0 0 0 5px #fff;
}

.comment::before {
    left: -20px;
    transform: rotate(60deg);
}

.comment::after {
    right: -20px;
    transform: rotate(-60deg);
}

.notes {
    font-size: 13px;
    padding-bottom: 2.5em;
}


.clearfix::after {
    content: " ";
    display: block;
    clear: both;
}

.pc_no{display: none !important;}