﻿@charset "utf-8";
/* CSS Document */

body, p, address, ul, ol, li, dl, dt, dd, table, th, td, form {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 180%;
	list-style-type: none;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
	text-align: left;
	color:#333; 
}
img {
	border: 0;
	vertical-align: top;
}
.overflow {
	overflow:hidden;
	/zoom:1;
}
.left {
	float: left;
}
.right {
	float: right;
}
.rollover {
}
.red_nomal {
	color: #f00;
}

/*clearfix**************************/
.clearfix:after {  
    visibility: hidden;
    display: block;　
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
/* clearfix for ie7 */
.clearfix{
    display: inline-block;
}
.clearfix {
    display: block;
}
/*clearfix End************************/



 /*  リンク  */
a:link    { color: #004c93; text-decoration: underline; }
a:visited { color: #004c93; text-decoration: underline; }
a:hover   { text-decoration: none; cursor:pointer; }
a:active  { color: #ccc; text-decoration: underline; }
 
a img:hover {
	opacity: 0.8;
}
hr {
    border: none;
    border-top: solid 1px #ccc;
    height: 1px;
    color: #ccc;
}
header {
	width: 100%;
	position: relative;
}
header .green {
	background: #006837;
	background: -moz-linear-gradient(top, #006837 0%, #004927 100%);
	background: -webkit-linear-gradient(top, #006837 0%,#004927 100%);
	background: linear-gradient(to bottom, #006837 0%,#004927 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006837', endColorstr='#004927',GradientType=0 );
	padding: 10px 0 5px;
}
header .fv {
	width: 1100px;
	margin: 0 auto;
}
header .fv p.fukidashi {
	position: absolute;
	top: 0;
	left: 67%;
}
header .fv p.iso {
	font-size: 12px;
	text-align: right;
	margin-top: 150px;
	margin-right: 40px;
}
header .main {
	background: url(../images/bg.jpg) no-repeat center top;
	padding: 0 0 0px 0;
}
h1 {
}
/*.offer {
	margin: 0 auto;
	width: 1040px;
}*/
.contents {
	width: 1000px;
	/*background: url(../images/bg.jpg) center repeat-y;*/
	margin: 0 auto;
	/*padding: 0 100px;*/
	box-shadow:0px 60px 30px 5px rgba(0,0,0,0.3);
	-moz-box-shadow:0px 60px 30px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow:0px 60px 30px 5px rgba(0,0,0,0.3);
}
.btn_bg_1806 {
	position: relative;
	background: url("../images/offer3_2001.jpg") no-repeat center top;
	height: 272px;
}
.btn_bg {
	position: relative;
	background: url(../images/offer3.jpg) no-repeat center top;
	height: 529px;
}
.btn {
	position: absolute;
	left: 60px;
	bottom: 75px;
}


.arw {
	position: absolute;
	left: 00px;
	top: 17px;
}

.link {
	position: absolute;
	bottom: 35px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}
.attention {
	background: #cc0000;
	color: #fff;
	font-weight: 700;
	text-align: center;
	padding: 10px 0;
}

.single {
	background: url(../images/37_s.png) no-repeat center top;
	position: relative;
	height: 307px;
	margin-top: 10px;
}
.single > p {
	position: absolute;
	bottom: 60px;
}
.single > p:nth-of-type(1) {
	right: 80px;
}
.single > p:nth-of-type(2) {
	right: 50px;
}

.info {
	background: url(../images/freecall_bg.png);
	margin-top: 60px;
	position: relative;
	padding: 240px 50px 50px;
}
.info > p:first-child {
	position: absolute;
	top: -25px;
	left: 0;
	right: 0;
	margin: auto;
}
.info h3 {
	background: #44210d;
	color: #fff;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
	font-weight: 700;
	font-size: 20px;
	padding: 5px 15px;
	margin-top: 20px;
}
.info p.text {
	font-size: 16px;
	line-height: 150%;
	margin: 10px 0;
}

.totop {
	text-align: right;
	margin: 20px 20px 0;
}
footer {
	padding: 0 0 50px;
}
footer .copy {
	color: #000;
	text-align: center;
	font-size: 12px;
	line-height: 200%;
}
#floatingbn{
 position: fixed;
    top: 10px;
    right: 0px;
    
    padding: 10px;
}
#floatingbn img{
    width: 100px;
    
}
.cp_style {
    border: 10px dotted #b90000;
    padding: 1rem;
    margin: 2rem 1rem 1rem
}

.cp_style h2 {
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 1rem;
    color: #c30000;
}

.cp_style p {
    font-size: 18px;
    font-weight: bold;
}


.cp_style small {
    font-size: 16px;
}