@charset 'utf-8';

/**
 *
 *  トップページ
 *
 */


/*--------------------------------------------------------------------------
   overwrite  - 共通CSSの上書き -
---------------------------------------------------------------------------*/
html,body
{
}

/*--------------------------------------------------------------------------
   Page
---------------------------------------------------------------------------*/
#Wrapper
{
}


/*--------------------------------------------------------------------------
   Header
---------------------------------------------------------------------------*/

header
{
}

/* global_navi */
header #global_navi
{
    width: 980px;
    margin: 0 auto;
}
header #global_navi .title-logo
{
}
header #global_navi #Navi
{
}
header #global_navi #Navi > ul > li
{
    float: left;
}

header nav
{

}

/*--------------------------------------------------------------------------
   Main_vis
---------------------------------------------------------------------------*/
#Main_vis
{
  overflow: hidden;
  position: fixed;
  margin-top: -108px !important;
  z-index: -1;
}

#Main_vis, #Main_vis img.img
{
  width: 100%;
  margin: 0 auto;
}

#Main_vis img.text
{
  position: absolute;
  left: 50%;
  margin-left: -386px;
  top: 330px;
}

/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/
#Content
{
  margin-top: 542px;
  background: #fff;
}

#Content #Main h2
{
  text-align: center;
  background: #fafafa;
  height: 87px;
  line-height: 87px;
}

#Content #Main h2 img
{
    margin-top: 15px;
}

/*
   about
---------------------------------------------------------------------------*/
#Content #Main .about
{
}

#Content #Main .about h3, #Content #Main .about p
{
  text-align: center;
}

#Content #Main .about p
{
  font-size: 15px;
}

#Content #Main .about p span.excited
{
  font-size: 18px;
  color: #f547a1;
}

#Content #Main .about p span.gift
{
  font-size: 18px;
  color: #ffab00;
}
/*
   experience
---------------------------------------------------------------------------*/
#Content #Main .experience .experience_box
{
  width: 980px;
  margin: 0 auto;
}

#Content #Main .experience .experience_box div
{
  width: 235px;
  float: left;
  margin-right: 10px;
}

#Content #Main .experience .experience_box div p.text
{
  letter-spacing: -1.3px;
  height: 95px;
  text-align: center;
  margin-top: 7px;
}

#Content #Main .experience .flow
{
  width: 100%;
  height: 450px;
  background: #00B2ED;
  margin: 0 auto;
}

#Content #Main .experience .flow p,
#Content #Main p.offer
{
  text-align: center;
}

/*
   howto
---------------------------------------------------------------------------*/
#Content #Main .howto
{}

#Content #Main .howto .howto_inner
{
  width: 980px;
  margin: 0 auto;
}

#Content #Main .howto .howto_inner .howto_box
{
  width: 320px;
  height: 327px;
  float: left;
  margin-right: 10px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

#Content #Main .howto .howto_inner .howto_box img
{
  margin: 2px 0px 0px 2px;
}

#Content #Main .howto .howto_inner .howto_box h3
{
  font-size: 15px;
  border-left: 4px solid #FFAB00;
  height: 22px;
  line-height: 22px;
  padding-left: 5px;
  margin-top: 10px;
  margin-left: 10px;
  letter-spacing: -0.5px;
}

#Content #Main .howto .howto_inner .howto_box p
{
  margin-top: 5px;
  margin-left: 10px;
}

#Content #Main .howto .howto_inner p.offer
{
  clear: both;

}

/*
   news
---------------------------------------------------------------------------*/

#Content #Main .news
{
}

#Content #Main .news .news_inner
{
  width: 980px;
  margin: 0 auto;
}

#Content #Main .news .news_inner article
{
  clear: both;
}

#Content #Main .news .news_inner article img
{
}

#Content #Main .news .news_inner article div.text
{
  width: 820px;
  margin-left: 10px;
}

#Content #Main .news .news_inner article p.date
{
  background: url("images/icon_01.png") no-repeat left;
  margin-top: -5px;
  padding-left: 20px;
}

#Content #Main .news .news_inner article h3
{
  font-size: 18px;
  text-decoration: underline;
}

#Content #Main .news p.list
{
  text-align: center;
  clear: both;
}

/*--------------------------------------------------------------------------
   top
---------------------------------------------------------------------------*/
h3.title{
  height: 87px;
  background: #FAFAFA;
  line-height: 87px;
  color: #8FC800;
  font-size: 30px;
  text-align: center;
}

h3.about {
  background: #48B7FE;
  color: #fff;
}

.content_box p.title{
  font-size: 15px;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
}

.content_box {
  width: 980px;
  margin: 0 auto;
  margin-bottom: 30px;
  clear: both;
}

.content_box .article:last-child{
  margin-right: 0px;
}

.content_box_04{
  height: 180px;
  font-size: 16px;
  line-height: 35px;
  letter-spacing: 2px;
}

.content_box_04 .icon{
  position: absolute;
}

.content_box_04 .icon_01{
  left: 150px;
  margin-top: -20px;
}

.content_box_04 .icon_02{
  left: 200px;
  margin-top: 100px;
}

.content_box_04 .icon_03{
  right: 150px;
  margin-top: -20px;
}

.content_box_04 .icon_04{
  right: 200px;
  margin-top: 100px;
}

h3.blue{
  color: #48B7FE;
}

.content_box_05 img{
  float: left;
  margin: 5px 32px;
}


.content_box_06 .article{
  width: 304px;
  border: 1px solid #ccc;
  border-radius: 5px;
  float: left;
  margin-right: 30px;
}

.content_box_06 .article h4{
  font-size: 19px;
  padding: 15px;
  text-align: center;
}
.content_box_06 .article p.img{
  text-align: center;
}
.content_box_06 .article p{
  padding: 0 15px 10px 15px;
}

/*--------------------------------------------------------------------------
   Footer
---------------------------------------------------------------------------*/
#Footer
{
}
#Footer .footer_inner
{
    width: 980px;
    margin: 0 auto;
}
#Footer .footer_inner .copy
{
}