﻿@charset "utf-8";

/* Reset CSS */
body { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6, p { margin: 0; padding: 0; font-weight: normal; }
img { border: 0; }
form { margin: 0; padding: 0; }
ul, li, ol { list-style: none; margin: 0; padding: 0; }
dl, dt, dd { margin: 0; padding: 0; }
li img, dt img, dd img { vertical-align: top; }
a { outline: none; }
:focus { -moz-outline-style: none; }


/* Body */
body {
  font-size: 16px;
  line-height: 160%;
  margin: 0;
  background: #eee;
}

/*  link 
-----------------------------------------------------------------------------*/
a { color: #2f5883; }
a:visited { color: #2f5883; }
a:hover { color: #0b51c2; text-decoration: underline; }
a img { border: 0; }


/*  Wrapper
-----------------------------------------------------------------------------*/


/*  Header
-----------------------------------------------------------------------------*/
#header {
  position: relative;
  height: 942px;
  background: url(../../img/bg_fv.png) no-repeat top center;
}

#header .cv_box {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
}

#header #fv_img{ 
  position:relative;
  margin-top: -24px;
  text-align: center;
}

/*  Footer
-----------------------------------------------------------------------------*/
#footer { clear:both; text-align:center; padding:50px 0; font-size:14px; }
#pagetop {position: fixed; right: 10px; bottom: 20px;}

/*  Contents
-----------------------------------------------------------------------------*/
#contents { }

/*  common
-----------------------------------------------------------------------------*/

.fv_box{
  position:relative;
  width: 1400px;
  margin: 0 auto;
}

.con_box{
  position:relative;
  width: 960px;
  margin: 0 auto;
}

.ct_box {
  position:relative;
  text-align: center;
}


/* main start ---------------*/
#box01 {
  
}

#box02 {
  
}

#box03 {
  
}

#box04 {
  
}

#box05 {
  
}


/* お申込枠 */
.cv_box{
  /* background: #FFF; */
}
.cv_box.cv_box_01 {
  background: url(../../img/cv_02_bg.png) repeat-x bottom;
}
.cv_box.cv_box_02 {
  background: url(../../img/cv_02_bg.png) repeat-x bottom;
}
.cv_box.cv_box_03 {
  background: url(../../img/cv_03_bg.png) repeat-x bottom;
}
.cv_box.cv_box_04 {
  background: url(../../img/cv_04_bg.png) repeat-x bottom;
}
.cv_box.cv_box_last {
  background: url(../../img/cv_last_bg.png) repeat-x bottom;
}

.cv_box_inner {
  position:relative;
  width: 960px;
  margin: 0 auto;
}

.cv_btn {
  position: absolute;
  bottom: 35px;
  right: 24px;
}

.cv_btn a,
.cv_btn a:visited {
  display: block;
  text-indent: -9999px;
  width: 321px;
  height: 85px;
  transition: all 0.25s ease-out;
  background-color: #00e3e2;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../../img/cv_btn_02_off.png);
}
.cv_btn a:hover,
.cv_btn a:active {
  background-image: url(../../img/cv_btn_02_on.png);
}

.cv_btn.fv {
  bottom: 34px;
  right: 18px;
}
.cv_btn.fv a {
  width: 343px;
  background-image: url(../../img/cv_btn_01_off.png);
}
.cv_btn.fv a:hover,
.cv_btn.fv a:active {
  background-image: url(../../img/cv_btn_01_on.png);
}

.cv_btn.last {
  bottom: 36px;
  right: auto;
  left: 140px;
}
.cv_btn.last a {
  width: 440px;
  background-image: url(../../img/cv_btn_03_off.png);
}
.cv_btn.last a:hover,
.cv_btn.last a:active {
  background-image: url(../../img/cv_btn_03_on.png);
}

.tablebox {
  margin-top: 72px;
}

table.infotable {
  width:100%; border-collapse:collapse;
  border: 1px solid #ccc;
}
table.infotable caption {
  padding: 3px 0;
  font-size: 14px;
  background:#eee;
  border: 1px solid #ccc;
  border-bottom: 0 none;
}
table.infotable th {
  text-align:center;
  width:20%;
  font-size: 14px;
  vertical-align:middle;
  background:#fff;
  border: 1px solid #ccc;
}
table.infotable td {
  padding: 16px 24px;
  font-size: 14px;
  border: 1px solid #ccc;
  background:#fff;
}
table.infotable td strong {
  font-weight:normal;
  font-size: 16px;
}