html {
  font-size: 62.5%;
  font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'MS PGothic', Osaka, Arial, sans-serif;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	background-color: #04a6de;
}

.bk{
	width:100%;
	height:auto;
	background-image: url("../images-lp2/bk.png");
	background-repeat:repeat;
	background-size:50% auto;
	background-position: center top;
	background-attachment: fixed;  
	margin: 0 auto;	
}

li {
  list-style: none;
}

.down,
.appeal,
.call1,
.call2,
.point{
	margin: 0 auto;
}

.down{
	max-width: 80px;
}

.appeal{
	max-width: 1000px;
}

.call1,
.call3{
	max-width: 900px;
}

.call2{
	max-width: 745px;
}

.point{
	max-width: 1000px;
}

.appeal img,
.call1 img,
.call2 img
.point img{
	width:100%;
	height:auto;
}

/* 各コンテンツの見出し設定 */
.blue{
	height:20px;
	background-color: #4169e1;
	color:white;
	font-size: 12pt;
	text-align: center;
	padding-top: 7px;
}


/* コンテンツごとの背景設定 */
.bk-appeal,
.bk-point{
	background-color: #006ed5;
}
.bk-call1{
	background-color: #ffaf00;
}
.bk-call2{
	background-color: #eeeeee;
}

/* 選ばれているポイント */
.point1,
.point2,
.point3{
	width: 827px;
	height: 374px;
}
.point-img,
.point-img2,
.point-text{
	height: auto;
	float: left;
}
.point-img,
.point-text{
	margin-left: 50px;
}
.point-img{
	width: 170px;
	margin-top: 120px;
}
.point-img2 img{
	width: 220px;
	margin-top: 140px;
	margin-left: 20px;
}
.point-text{
	width: 500px;
	line-height:20px;
	font-size: 12pt;
	margin-top: 130px;
}
.point1{
	background-image: url("../images-lp2/point_01.png");
}
.point2{
	background-image: url("../images-lp2/point_02.png");
}
.point3{
	background-image: url("../images-lp2/point_03.png");
}

/* シミュレーションの流れ */
.fall1,
.fall2,
.fall3,
.fall4{
	width: 830px;
}
.fall1{
	background-image: url("../images-lp2/fall_01.png");
	height: 304px;
}
.fall2{
	background-image: url("../images-lp2/fall_02.png");
	height: 304px;
}
.fall3{
	background-image: url("../images-lp2/fall_03.png");
	height: 259px;
}
.fall4{
	background-image: url("../images-lp2/fall_04.png");
	width: 830px;
	height: 239px;
}

.fall-text{
	width: 700px;
	height: 100px;
	font-size: 12pt;
	line-height:20px;
	margin: 0 auto;
	margin-top: 130px;
}

/*各コンテンツ flexbox*/
.content1
{
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display:flex;
}
.content1{
	max-width: 1200px;
	flex-wrap: wrap;
	justify-content: space-around;
	margin:0 auto;
}

/* ホバー */
.logo:hover img
{
  opacity: .7;
}

/* 角丸10px */
.round10 {
  border-radius: 10px;
}


/* ボックスシャドウ */
.boxShadow {
  box-shadow: 1px 1px 3px #333;
}

/* テキストシャドウ */
.textShadow {
  text-shadow: 0 1px 1px #333;
}

/* 調整用 */
.marginT10 {
  margin-top: 10px;
}
.marginT20 {
  margin-top: 20px;
}
.marginT30 {
  margin-top: 30px;
}
.marginT40 {
  margin-top: 40px;
}

.marginR10 {
  margin-right: 10px;
}
.marginR20 {
  margin-right: 20px;
}
.marginR30 {
  margin-right: 30px;
}
.marginR40 {
  margin-right: 40px;
}

.marginL10 {
  margin-left: 10px;
}
.marginL20 {
  margin-left: 20px;
}
.marginL30 {
  margin-left: 30px;
}
.marginL40 {
  margin-left: 40px;
}

/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}


/* 以下メールフォーム */
#formWrap {
	width:800px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	font-size: 12pt;
	width:100%;
	margin:0 auto;
	margin-bottom: 15px;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	background-color: #fff;
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}

.text-red{
	margin-top: 5px;
	color:red;
}

.so-sin{
	width:317px;
	height:78px;
	background-image: url(../images-lp2/form-button.png);
	border: 0px solid;
}


