@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	text-align:center;
	color:#333333;
	line-height:1.8;
	font-family:"メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:11pt;
	background-image: url(images/bg.png);
	background-position: top;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
a{
	color: #1d6bcb;
	transition: 0.3s;
}
a:hover{
	color: #1d6bcb;
	opacity: 0.6;
	transition: 0.3s;
}
a:visited{
	color: #1d6bcb;
}
p{
	margin: 0 0 20px;
	padding: 0;
}
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}
ul, li{
	list-style: none;
	margin: 0;
	padding: 0;
}
img{
	height: auto;
}

.container{
	max-width:1000px;
	margin:0 auto;
}
.container img{
	max-width:100%;
	height:auto;
}
header h1{
	margin:30px 0 0;
}
footer{
	background-image: url(images/footer.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding: 100px 0;
}
.f_link{
	font-size: 150%;
	margin-bottom: 30px;
}
.copy a{
	text-decoration: none;
}
/*-----------------------------------*/
h2{
	margin: 0 0 -13px;
}
h3{
	font-size: 150%;
	margin: 0 10px 10px;
}
ul.item{
	background: #e6f2fe;
	list-style: none;
	padding: 30px;
}
ul.item li{
	text-align: left;
	font-weight: bold;
	font-size:120%;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}
ul.item li img{
	max-width: 100%;
	height: auto;
}

.btn_top{
	text-align: right;
	margin-top: -60px;
}

ul.line2 li{
	text-align: center;
	font-weight: bold;
	font-size:120%;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	list-style: none;
	width: 50%;
	box-sizing: border-box;
	padding: 20px;
	float: left;
	margin-bottom: 20px;
}
.bg01{
	background: #f1eed7;
}
.bg02{
	background: #fae7e0;
	margin-bottom: 20px;
}
.bg02 li{
	text-align: left!important;
	padding: 30px 50px!important;
}


/*===============================================
PC専用
===============================================*/
@media screen and (min-width:751px){

.float_right{
	float: right;
}
.float_left{
	float: left;
}
.m_top{
	margin-top: 60px;
}
	
ul.item li.item_img{
	width: 485px;
}
	
ul.item li.item_text{
	width:425px;
}


	
}


/*===============================================
スマホ用
===============================================*/
@media screen and (max-width:750px){
body{
	background-size: auto 250px;
}
.btn_top{
	margin-top: 30px;
	text-align: center;
}
ul.line2 li{
	width: 100%;
	float: none;
}
	
}

