﻿@charset "utf-8";

h2{
	text-align: center;
}

figure{
	margin:0;
}

.content{
	background: url(../img/bg_top.png) repeat-x center top, url(../img/bg_bottom.png) repeat-x center bottom #D3EEFE;
	margin:60px 0 50px;
	padding:100px 0;
}

.content .content-header{
	position: relative;
	text-align: left;
	padding-top:20px;
}

.content .content-header .smartphone{
	position: absolute;
	right:0;
	top:-60px;
}

.content .content-header .instagram{
	position: absolute;
	right:0;
	top:240px;
}

.content .content-header .instagram img{
	width:124px;
}

.content .txt p{
	font-size:18px;
	color:#555555;
	margin:40px 0;
	line-height: 1.8;
	font-family:'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro','Hiragino Kaku Gothic Pro','Meiryo UI','メイリオ',Meiryo,'游ゴシック','Yu Gothic',Arial,Verdana,Helvetica,Roboto,sans-serif;
}

.content .txt p strong{
	color:#5e5ecc;
	font-weight: bold;
	font-size:24px;
	display: inline-block;
}

.content .img img{
	border:solid 5px #FFF;
	box-shadow: 0 0 3px rgba(0,0,0,.15);
	margin:0 30px;
}

.content .img img:first-child{
	transform:rotate(-5deg);
}

.content .img img:last-child{
	transform:rotate(3deg);
}

