@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	margin: 0;
	padding: 0;
	background: #fffcfc;
	font-size: 13px;
	color: #444;
}
.cx_smartphoneview {
	-webkit-text-size-adjust: 100%;
}
.pc{
	display:block;
}
.sp{
	display:none;
}
.cx_smartphoneview .pc{
	display:none;
}
.cx_smartphoneview .sp{
	display:block;
}
body img{
	border:none;
}
body #fp-wrap{
	background: url("../img/bg_top.jpg") no-repeat scroll center top;
}

body #fp-contents {
	margin: 0 auto;
	width: 1000px;
	background: url("../img/footer_center_pc.jpg") no-repeat scroll center bottom;
}
body.cx_smartphoneview #fp-contents {
	background: none;
}
body #footer_bg{
	background: url("../img/footer_bg_pc.jpg") repeat-x bottom;
}
body.cx_smartphoneview #footer_bg{
	background: none;
}
body #footer_center_sp {
	background: none;
}
body.cx_smartphoneview #footer_center_sp {
    background: rgba(0, 0, 0, 0) url("../img/footer_center_sp.jpg") no-repeat scroll center bottom;
    margin: 0 auto;
    padding-bottom: 190px;
}
#fp-l {
	margin: 0;
}
.cx_smartphoneview #fp-l {
	background: url("../img/bg_top_sp.jpg") no-repeat center top #fffcfc;
	margin: 0;
	height: 100%;
}
#fp-contents p {
	margin: 0;
}
#fp-contents ul li {
	list-style: none outside;
	list-style-image: none;
}
.clear {
	clear: both;
}
.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
#header{
	text-align:center;
	margin:0 auto;
}
h1{
	padding-top:20px;
}
/* 基本操作 */
.sousa{
	text-align:center;
	background:#fcfcfc;
	box-shadow:0 0 0 6px #ffc3d0 inset;
	padding:20px 40px;
	border-radius:30px;
	display:inline-block;
	margin-top:17px;
	margin-bottom:33px;
}
.sousa h2{
		font-size:27px;
		font-weight:normal;
		line-height:1.4;
}
/* プログラム */
h3{
	font-size:26px;
	color:#FFF;
	background:#ffbecc;
	font-weight:normal;
	padding:6px;
	position:relative;
	text-align:center;
	display: block;
}
.cx_smartphoneview h3{
	font-size:30px;
}
.flower_l{
		background: url("../img/flower_l.png") no-repeat;
		width:58px;
		height:50px;
		position:absolute;
		left:0;
		top:0;
}
.flower_r{
		background: url("../img/flower_r.png") no-repeat;
		width:58px;
		height:50px;
		position:absolute;
		right:0;
		top:0;
}
.pink_bg{
	background:#fff2f5;
	padding:20px;
	margin-bottom:45px;
}
.setsumei{
	background:#FFF;
	text-align:left;
	padding:10px 18px;
	font-size:16px;
}
.cx_smartphoneview .setsumei{
	font-size:20px;
}
.image{
	padding:20px 0 10px;
	text-align:center;
}
.image2{
	padding:0 0 10px;
	text-align:center;
}
.program_name{
	font-size:20px;
	text-align:left;
	margin-bottom:20px !important;
	line-height:1.4;
}
.cx_smartphoneview .program_name{
	font-size:22px;
	text-align:left;
	margin-bottom:20px !important;
	line-height:1.4;
}
/* btn */

.btn_area {
    display: inline-block;
    margin-bottom: 20px;
}
.btn_area a:link{
	text-align:center;
	background: #93dbab none repeat scroll 0 0;
    border-radius: 16px;
    box-shadow: 0 5px 0 4px #5cb77b;
    color: #fff;
    font-size: 36px;
	margin-bottom:7px;
	padding: 13px 150px;
	text-decoration:none;
}
.btn_area a:visited{
	text-align:center;
	background: #93dbab none repeat scroll 0 0;
    border-radius: 16px;
    box-shadow: 0 5px 0 4px #5cb77b;
    color: #fff;
    font-size: 36px;
	margin-bottom:7px;
	padding: 13px 150px;
	text-decoration:none;
}

.btn_area a:hover{
	text-align:center;
	background: #73d293 none repeat scroll 0 0;
    border-radius: 16px;
    box-shadow: 0 5px 0 4px #5cb77b;
    color: #fff;
    font-size: 36px;
	margin-bottom:7px;
	padding: 13px 150px;
	text-decoration:none;
}
.btn_area a:active{
	text-align:center;
	background: #73d293 none repeat scroll 0 0;
    border-radius: 16px;
    box-shadow: 0 5px 0 4px #5cb77b;
    color: #fff;
    font-size: 36px;
	margin-bottom:7px;
	padding: 13px 150px;
	text-decoration:none;
}
.btn_area_gray {
    background: #dce0df none repeat scroll 0 0;
    border-radius: 16px;
    box-shadow: 0 5px 0 4px #c3c8c7;
    color: #f7f8f8;
    display: inline-block;
    font-size: 36px;
    padding: 13px 150px;
	margin-bottom:7px;
}
.btn_area_gray p{
	text-align:center;
}
.pre1{
	padding-bottom:16px;
	background:#FFF;
	text-align:center;
}
/* fp-ohp-customcss */ 

#fp-rdef .fp-rdefblock h2{
	color:#555555 !important;
	background-color:#ffe6eb !important;
}

/* center */
.tc{
	text-align:center;
}
/* margin */
.ls01{
	letter-spacing:-0.1em;
}
/* margin */

.m_top_3{
	margin-top:3px !important;
}
.m_top_5{
	margin-top:5px;
}
.m_top_8{
	margin-top:8px;
}
.cx_smartphoneview .m_top_10_s{
	margin-top:10px;
}
.m_top_14{
	margin-top:14px !important;
}
.m_right_12 {
	margin-right: 12px;
}
.m_bottom_10 {
	margin-bottom: 10px !important;
}
.m_bottom_15 {
	margin-bottom: 15px;
}
.m_bottom_20 {
	margin-bottom: 20px;
}
.m_bottom_25 {
	margin-bottom: 25px;
}
.m_bottom_30 {
	margin-bottom: 30px;
}
.m_bottom_35 {
	margin-bottom: 35px;
}
.m_bottom_40 {
	margin-bottom: 40px;
}
.m_bottom_85{
	margin-bottom:85px;
}
.m_bottom_160{
	margin-bottom:160px;
}
body.cx_smartphoneview .m_bottom_160{
	margin-bottom:0;
}
/* padding */
.p_bottom_5 {
	padding-bottom: 5px;
}
.p_top_14{
	padding-top:14px !important;
}
.p_bottom_12{
	padding-bottom:12px !important;
}
.p_bottom_14{
	padding-bottom:14px;
}
.p_bottom_20{
	padding-bottom:20px;
}
.p_bottom_25{
	padding-bottom:25px;
}
.p_bottom_30{
	padding-bottom:30px;
}

.p_bottom_85{
	padding-bottom:85px;
}
/* color */
.red{
	color:#b5121e;
}
.pink{
	color:#e76f89;
}
.orange {
	color: #ffa44a;
}
.green{
	color:#8ead00;
	font-weight:bold;
}
.black{
	color:#000;
	font-weight:bold;
}
.brown{
	color:#7e440b;
	font-weight:bold;
}
.f-left{
	float:left;
}
.fontsize16{
	font-size:16px;
}
