﻿@charset "utf-8";

body{
	font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

html{
	font-size: 10px;
	box-sizing: border-box;
	font-family: "Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}

.clearfix::after{
	content: "";
	display: block;
	clear: both;
}

#header{
	width: 100%;
	height: auto;
	position: relative;
	top: 0px;
	left: 0px;
	background-color: #ffffff;
	box-shadow: 0px 0.5px 0.5px 0.5px rgba(200,200,200,0.2);
	z-index: 100;
}

h1{
	width: 960px;
	margin: 0px auto;
	text-align: left;
}

h1 img{
	height: 25px;
	margin-top: 10px;
}

#main{
	margin-top: 0;
	width: 100%;
	height: 527px;
	position: relative;
}

#visual-left{
	width: 190px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#visual-right{
	width: 190px;
	position: absolute;
	top: 0px;
	right: 0px;
}

#main-center{
	width: 75%;
	height: 527px;
	margin: 0px auto;
	background-color: #ffffff;
	text-align: center;
	box-sizing: border-box;
	padding-top: 45px;
	min-width: 660px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -37.5%;
}

#main-center img{
	display: block;
}

#catch-1{
	width: 426px;
	margin: 0px auto;
}

#catch-2{
	width: 656px;
	margin: 0px auto;
	margin-top: 30px;
	margin-bottom: 40px;
}

#main-center p{
	font-size: 1.7rem;
	line-height: 1.8;
	color: #4d4d4d;
}

#main ul{
	width: 960px;
	display: flex;
	justify-content: center;
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -480px;
}

#main ul li{
	width: 225px;
	height: 108px;
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
	margin-right: 12px;
    display: inline-block;
}

#main ul li a{
	display: block;
	width: 225px;
	height: 108px;
	text-decoration: none;
}

#main ul li a:hover{
	display: block;
	width: 225px;
	height: 108px;
}

#main ul > *:first-child{
	background-image: url("/pr/beginner_lp/img/pc-arrow-1.png"); 
}

#main ul > *:first-child+*{
	background-image: url("/pr/beginner_lp/img/pc-arrow-2.png"); 
}

#main ul > *:first-child+*+*{
	background-image: url("/pr/beginner_lp/img/pc-arrow-3.png"); 
}

#main ul > *:first-child+*+*+*{
	background-image: url("/pr/beginner_lp/img/pc-arrow-4.png"); 
}

#main ul img{
	width: 65px;
	position: absolute;
	top: -52px;
	left: 50%;
	margin-left: -32px;
}

#main ul p{
	font-size: 1.4rem;
	line-height: 1.7;
	color: #ffffff;
	display: block;
	margin: 0px auto;
	text-align: center;
	margin-top: 25px;
}

.btn-text-big{
	font-size: 2.0rem;
	font-weight: bold;
}


#login-area{
	background-color: #e6f5fd;
	text-align: center;
	padding-top: 80px;
	padding-bottom: 50px;
}

#login-area img{
	width: 229px;
}

#login-area p{
	font-size: 1.4rem;
	line-height: 1.8;
}

#login-area table{
	margin: 0px auto;
	margin-top: 30px;
}

#login-area table td{
	vertical-align: top;
}

button, textarea, select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input{
	vertical-align: middle;
	padding: 0px;
	box-sizing: border-box;
}

input[type="text"]{
	width: 350px;
	height: 45px;
	background-color: #ffffff;
	outline: none;
	border: 1px solid #cccccc;
  border-radius: 0;
	font-size: 1.6rem;
	box-sizing: border-box;
	display: block;
	padding: 0px 20px 0px 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
	appearance: none;
}

input:focus{
	background-color:#ffffff;
	outline:1px solid #999999;
}

input[type="submit"]{
	text-align: center;
	font-size: 1.6rem;
	display: block;
	width: 100px;
	height: 45px;
	color: #ffffff;
	background-image: url("/pr/beginner_lp/img/btn-back.png");
	background-size: cover;
	border: none;
  border-radius: 0;
	margin: 0px auto;
	margin-left: 20px;
}

#error{
  position: relative;
	width: 300px;
	margin-top: 20px;
	margin-bottom: 30px;
}

#error:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ef263f;
  top: -9px;
  left: 50%;
  margin-left: -10px;
  z-index: 1;
}

#error-content{
	width: 300px;
	box-sizing: border-box;
	background-color: #ef263f;
	text-align: center;
	padding-top: 4px;
  padding-bottom: 4px;
}

#error p{
	color: #ffffff;
	font-size: 1.2rem;
	font-weight: normal;
	line-height: 1;
}

#login-area p a{
	color: #005bab;
	text-decoration: none;
	border-bottom: 1px solid #005bab;
	padding-bottom: 1px;
}

#login-area p a:hover{
	color: #000000;
	border-bottom: none;
}

#title-1{
  position: relative;
	width: 100%;
	height: 120px;
}

#title-1:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top:10px solid #005bab;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  bottom: 1px;
  left: 50%;
  margin-left: -10px;
  z-index: 1;
}

#title-1 h2{
	width: 100%;
	height: 110px;
	background-color: #005bab;
	text-align: center;
}

#title-1 h2 img{
	height: 35.5px;
	padding-top: 37px;
}

#reason-area{
	width: 100%;
	background-image: url("/pr/beginner_lp/img/background-1.png");
	background-size: 50%;
	padding-bottom: 45px;
}

#box-wrap{
	width: 960px;
	margin: 0px auto;
}

.box{
	width: 550px;
	height: 290px;
	position: relative;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.4);
	margin-top: 80px;
	color: #ffffff;
	box-sizing: border-box;
}

.box h3{
	font-size: 1.9rem;
	line-height: 1.4;
}

.box h3 .big-titles{
	font-size: 3.6rem;
}

.box p{
	display: block;
	width: 410px;
	font-size: 1.4rem;
	line-height: 1.8;
	margin-top: 10px;
}

.box img{
	height: 280px;
}

.box-right{
	margin-left: 410px; 
	padding-left: 100px;
	padding-top: 50px;
}

.box-left{
	padding-left: 35px;
	padding-top: 50px;
}

.box-right img{
	position: absolute;
	top: 10px;
	left: -400px;
}

.box-left img{
	position: absolute;
	top: 25px;
	right: -400px;
}

#box-1{
	background-color: #ef263f;
}

#box-2{
	background-color: #ef8126;
}

#box-3{
	background-color: #8cc63f;
}

#box-4{
	background-color: #29abe2;
	height: 340px;
	padding-top: 35px;
}

#reason-note{
	color: #4d4d4d;
	font-size: 1.4rem;
	line-height: 1.8;
	display: block;
	margin: 0px auto;
	text-align: center;
	margin-top: 55px;
}

#title-2{
  position: relative;
	width: 100%;
	height: 160px;
}

#title-2:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top:10px solid #005bab;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  bottom: 1px;
  left: 50%;
  margin-left: -10px;
  z-index: 1;
}

#title-2 h2{
	width: 100%;
	height: 150px;
	background-color: #005bab;
	text-align: center;
}

#title-2 h2 img{
	height: 82px;
	padding-top: 30px;
}

#popular-area{
	width: 100%;
	background-image: url("/pr/beginner_lp/img/background-2.png");
	background-size: 50%;
	padding-bottom: 30px;
}

#popular-boxes{
	width: 960px;
	margin: 0px auto;
	margin-top: 60px;
}

.popular-box{
	width: 310px;
	height: 310px;
	position: relative;
	background-color: #ffffff;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	box-sizing: border-box;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
	padding-top: 32px;
}

.third{
	margin-right: 0px;
}

.popular-box a{
	color: #000000;
	text-decoration: none;
	display: block;
	width: 310px;
	height: 310px;
}

.popular-box h3{
	color: #005bab;
	font-size: 2.0rem;
	text-align: center;
}

.popular-box p{
	font-size: 1.4rem;
	line-height: 1.8;
	text-align: left;
	display: block;
	margin: 20px 20px 0px 20px;
}


.popular-box img{
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.link-arrow{
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 65px;
	height: 65px;
	background-image: url("/pr/beginner_lp/img/arrow-back.png");
	background-size: cover;
}

.link-arrow img{
	position: absolute;
	left: 38px;
	bottom: 13px;
	width: 16px;
}

#to-top{
	width: 960px;
	margin: 0px auto;
	margin-top: 35px;
	text-align: right;
}

#to-top a{
	font-size: 1.4rem;
	text-decoration: none;
	color: #005bab;
}

#to-top a:hover{
	border-bottom: 1px solid #005bab;
	text-decoration: none;
	padding-bottom: 2px;
}

#footer{
	width: 960px;
	margin: 0px auto;
}

#footer ul{
	display: flex;
	margin-top: 50px;
	float: left;
}

#footer ul li{
	font-size: 1.2rem;
	margin-right: 20px;
	padding-left: 10px;
	background-image: url("/pr/beginner_lp/img/arrow.png");
	background-repeat: no-repeat;
	background-size: 8px;
	background-position: 0px 2px;
    display: inline-block;
}

#footer ul li a{
	color: #4d4d4d;
	text-decoration: none;
}

#footer ul li a:hover{
	color: #005bab;
	text-decoration: none;
	border-bottom: 1px solid #005bab;
	padding-bottom: 1px;
}

#pmark{
	float: right;
	width: 64px;
	margin-top: 20px;
}

#bottom-footer{
	width: 960px;
	border-top: 1px solid #cccccc;
	margin-top: 20px;
}

#bottom-footer img{
	width: 91px;
	float: left;
	margin-top: 10px;
}

#bottom-footer p{
	float: right;
	text-align: right;
	font-size: 1.2rem;
	color: #4d4d4d;
	line-height: 1.6;
	margin-top: 10px;
	margin-bottom: 45px;
}

.footer-big{
	font-size: 1.4rem;
}
