/*-----------------------------------*\

	Familied Web Design Style CSS
		Kinoco.inc,

\*-----------------------------------*/

#contents #home_top {
    overflow: hidden;
}

#contents .rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

#contents .rslides span {
    margin-top: 10px;
    float: left;
}

#contents .rslides span img {
    width: 25%;
}

#contents .rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

#contents .rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

#contents .rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}

#contents #viewer {
    float: left;
}

#contents h2 {
    margin-top: 20px;
    text-align: left;
}

#contents .brand_copy {
    position: relative;
    display: inline-block;
    margin: 1em auto 1em;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-size: 3.5rem;
    font-weight: bold;
    text-align: center;
    color: #2d247f;
}
#contents .brand_copy::after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.5em;
    background: #2d247f;
    opacity: 0.1;
}

#contents .span-grid {
    text-align: left;
}

#contents #quick_contact {
    width: 100%;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    margin-top: 7px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 10px 24px;
    text-decoration: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #f54d4d), color-stop(100%, #ce0100));
    background: -moz-linear-gradient(center top, #f54d4d 5%, #ce0100 100%);
    background: -ms-linear-gradient(top, #f54d4d 5%, #ce0100 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f54d4d', endColorstr='#ce0100');
    background-color: #f54d4d;
    color: #ffffff;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-shadow: 1px 1px 0px #ce0000;
}

#contents #quick_contact a {
    color: #FFF;
    display: block;
}

#contents #quick_contact:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #f87a7a), color-stop(100%, #f54040));
    background: -moz-linear-gradient(center top, #f87a7a 5%, #f54040 100%);
    background: -ms-linear-gradient(top, #f87a7a 5%, #f54040 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#f54d4d');
    background-color: #ce0100;
}

#contents #quick_contact:active {
    position: relative;
    top: 1px;
}

#contents #quick_contact p {
    text-align: left;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    font-weight: normal;
    border-top: 1px solid #c21b1b;
    margin-top: 5px;
    margin-bottom: 0px;
    padding-top: 5px;
}

#contents #quick_contact span {
    display: none;
}

#contents #contact {
    width: 100%;
    margin-top: 10px;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 10px 24px;
    text-decoration: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #f598a7), color-stop(100%, #f16c80));
    background: -moz-linear-gradient(center top, #f598a7 5%, #f16c80 100%);
    background: -ms-linear-gradient(top, #f598a7 5%, #f16c80 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f598a7', endColorstr='#f16c80');
    background-color: #f598a7;
    color: #ffffff;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-shadow: 1px 1px 0px #e86a7f;
}

#contents #contact a {
    color: #FFF;
    display: block;
}

#contents #contact:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #f8b2bd), color-stop(100%, #f591a1));
    background: -moz-linear-gradient(center top, #f8b2bd 5%, #f591a1 100%);
    background: -ms-linear-gradient(top, #f8b2bd 5%, #f591a1 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f8b2bd', endColorstr='#f591a1');
    background-color: #f16c80;
}

#contents #contact:active {
    position: relative;
    top: 1px;
}

#contents #contact p {
    text-align: left;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    font-weight: normal;
    border-top: 1px solid #c26675;
    margin-top: 5px;
    margin-bottom: 0px;
    padding-top: 5px;
}

#contents #contact span {
    display: none;
}

#contents #promise {
    width: 100%;
    margin-top: 10px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 10px 24px;
    text-decoration: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #b3c2f5), color-stop(100%, #6175c0));
    background: -moz-linear-gradient(center top, #b3c2f5 5%, #6175c0 100%);
    background: -ms-linear-gradient(top, #b3c2f5 5%, #6175c0 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#b3c2f5', endColorstr='#6175c0');
    background-color: #6175c0;
    color: #ffffff;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-shadow: 1px 1px 0px #636b87;
}

#contents #promise a {
    color: #FFF;
    display: block;
}

#contents #promise:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #6175c0), color-stop(100%, #b3c2f5));
    background: -moz-linear-gradient(center top, #6175c0 5%, #b3c2f5 100%);
    background: -ms-linear-gradient(top, #6175c0 5%, #b3c2f5 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#6175c0', endColorstr='#b3c2f5');
    background-color: #b3c2f5;
}

#contents #promise:active {
    position: relative;
    top: 1px;
}

#contents #promise p {
    text-align: left;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    font-weight: normal;
    border-top: 1px solid #c26675;
    margin-top: 5px;
    margin-bottom: 0px;
    padding-top: 5px;
}

#contents #promise span {
    display: none;
}

#key_visual_link {
    position: absolute;
    top: 1000px;
    left: 10px;
    width: 200px;
    height: 10px;
    background: #00f;
    font-size: 50em;
}

#news {
    margin-top: 50px;
}

#news .news_box {
    border: 1px solid #e8e8e8;
    padding-top: 24px;
}

#news .topCbnr {
    padding-top: 24px;
    padding-top: 24px;
}

#news h3 {
    display: inline;
    color: #2c1f4d;
}

#news #news_button {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #337fed;
    padding: 2px 40px;
    margin-left: 20px;
    margin-bottom: 15px;
    text-decoration: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #8d83d3), color-stop(100%, #1e62d0));
    background: -moz-linear-gradient(center top, #8d83d3 5%, #1e62d0 100%);
    background: -ms-linear-gradient(top, #8d83d3 5%, #1e62d0 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#8d83d3', endColorstr='#1e62d0');
    background-color: #8d83d3;
    color: #ffffff;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    -webkit-box-shadow: inset 1px 1px 0px 0px #97c4fe;
    -moz-box-shadow: inset 1px 1px 0px 0px #97c4fe;
    box-shadow: inset 1px 1px 0px 0px #97c4fe;
}

#news #news_button:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #1e62d0), color-stop(100%, #8d83d3));
    background: -moz-linear-gradient(center top, #1e62d0 5%, #8d83d3 100%);
    background: -ms-linear-gradient(top, #1e62d0 5%, #8d83d3 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#8d83d3');
    background-color: #1e62d0;
}

#news #news_button:active {
    position: relative;
    top: 1px;
}

#news .news_cont {
    margin-top: 30px;
}

#news span {
    color: #7551cd;
}

#news p {
    border-top: 1px solid #e8e8e8;
}

#smartphone {
    border: 1px solid #e8e8e8;
}

#aeonlife {
    margin-top: 20px;
    width: 100%;
}

#viewer2 {
    display: none;
}

/*-------------------------------
　　　　　　20160523追加
--------------------------------*/
.box01{
  border-width: 2px;
  border-color: rgb(55, 25, 127);
  border-style: solid;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  position: relative;
  text-align: center; 
    box-sizing: border-box;
    width: 30.33%;
}
.box01 p{
    text-align: left;
}
.top_plan_btn{
    max-width: 95%;
    margin-bottom: 5px;
}
.top_plan{
    position: relative;
	text-align: left;
	font-size: 13px;
	font-size: 1.3rem;
	background: #FFF;
	margin-bottom: 30px;
	border: 1px solid #dbdef3;
    background: url(../images/top_plan_arrow.png)no-repeat right;
    float: left;
    overflow: hidden;
}
.top_plan .right{
    overflow: hidden;
    float: right;
    width: 65%;
}
.top_plan .plan_photo{
   width: 35%;
    max-height: 108px;
    max-width: 151px;
}
.top_plan img{
    float: left;
}
.top_plan .plan_ttl{
    margin: 1%; 
    font-size: 124%;
    color: #f27689;}

.top_plan p{
    float: left;
    width: 85%;
    margin-left: 1%;
    margin-bottom: 2%;
}
.top_plan .plan_price{
    margin: 1%;
}

.pc-none{
    display: none;
}

@media screen and (min-width: 641px) and (max-width: 720px) {


/*-----------------------------------*\

	Familied Web Design Style CSS
	tablet
		Kinoco.inc,

\*-----------------------------------*/


/* For modern browsers */

.clearfix:before,
.clearfix:after {
    content: "";
    display: block;
    overflow: hidden;
}

.clearfix:after {
    clear: both;
}


/* For IE 6/7 (trigger hasLayout) */

.clearfix {
    zoom: 1;
}

html {
    font-size: 62.5%;
    line-height: 1.5;
}

body {
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    text-size-adjust: 100%;
    background-image: url(../images/keyvisual_backgroundimage.png);
    background-repeat: no-repeat;
    background-position: center top 180px;
    -webkit-background-size: cover 100%;
    -o-background-size: cover 100%;
    background-size: cover 100%;
}

img {
    vertical-align: middle;
    border: none;
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 15px;
}

h1 {
    font-size: 35px;
    font-size: 3.5rem;
    font-weight: normal;
    line-height: 1;
}


/* 48px */

h2 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.3333;
}


/* 36px */

h3 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
}


/* 24px */

hgroup h2,
h4,
h5,
h6 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
}


/* 24px */

.images {
    max-width: 100%;
}

a {
    color: #1a1a1a;
    text-decoration: none;
}

p {
    color: #1a1a1a;
}

hr {
    margin-bottom: 60px;
}

#home_top {
    position: relative;
    height: 380px;
}

#home_top #viewer {
    width: 100%;
    height: 300px;
    position: absolute;
    top: 0;
}

#home_top #contact_top {
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: 0px;
}

#home_top #quick_contact,
#home_top #contact,
#home_top #promise {
    width: 32%;
    height: 60px;
    margin-top: 0px;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    padding: 2px 0 0 0;
    margin: 0 0 0 0;
    float: left;
}

#home_top #quick_contact p,
#home_top #contact p,
#home_top #promise p {
    display: none;
}

#home_top #quick_contact span,
#home_top #contact span,
#home_top #promise span {
    display: inline;
    text-align: left;
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
    border-top: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

#home_top #quick_contact {
    margin-right: 2%;
}

#home_top #contact {
    margin-right: 2%;
}

#quick_contact {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 10px 24px;
    text-decoration: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #f54d4d), color-stop(100%, #ce0100));
    background: -moz-linear-gradient(center top, #f54d4d 5%, #ce0100 100%);
    background: -ms-linear-gradient(top, #f54d4d 5%, #ce0100 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f54d4d', endColorstr='#ce0100');
    background-color: #f54d4d;
    color: #ffffff;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-shadow: 1px 1px 0px #ce0000;
}

#quick_contact a {
    color: #FFF;
    display: block;
}

#quick_contact:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #f87a7a), color-stop(100%, #f54040));
    background: -moz-linear-gradient(center top, #f87a7a 5%, #f54040 100%);
    background: -ms-linear-gradient(top, #f87a7a 5%, #f54040 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#f54d4d');
    background-color: #ce0100;
}

#quick_contact:active {
    position: relative;
    top: 1px;
}

#quick_contact p {
    text-align: left;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    margin-top: 5px;
    margin-bottom: 0px;
    padding-top: 5px;
}

#contact {
    margin-top: 20px;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 10px 24px;
    text-decoration: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #f598a7), color-stop(100%, #f16c80));
    background: -moz-linear-gradient(center top, #f598a7 5%, #f16c80 100%);
    background: -ms-linear-gradient(top, #f598a7 5%, #f16c80 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f598a7', endColorstr='#f16c80');
    background-color: #f598a7;
    color: #ffffff;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-shadow: 1px 1px 0px #e86a7f;
}

#contact a {
    color: #FFF;
    display: block;
}

#contact:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #f8b2bd), color-stop(100%, #f591a1));
    background: -moz-linear-gradient(center top, #f8b2bd 5%, #f591a1 100%);
    background: -ms-linear-gradient(top, #f8b2bd 5%, #f591a1 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f8b2bd', endColorstr='#f591a1');
    background-color: #f16c80;
}

#contact:active {
    position: relative;
    top: 1px;
}

#contact p {
    text-align: left;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    margin-top: 5px;
    margin-bottom: 0px;
    padding-top: 5px;
}

#viewer2 {
    display: none;
}

h2 {
    text-align: left;
}

#news {
    text-align: left;
    margin-top: 50px;
}

#news .news_box {
    border: 1px solid #e8e8e8;
    padding-top: 24px;
}

#news h3 {
    padding-left: 20px;
    display: inline;
    color: #2c1f4d;
}

#news #news_button {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #337fed;
    padding: 2px 40px;
    margin-left: 160px;
    text-decoration: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #8d83d3), color-stop(100%, #1e62d0));
    background: -moz-linear-gradient(center top, #8d83d3 5%, #1e62d0 100%);
    background: -ms-linear-gradient(top, #8d83d3 5%, #1e62d0 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#8d83d3', endColorstr='#1e62d0');
    background-color: #8d83d3;
    color: #ffffff;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    -webkit-box-shadow: inset 1px 1px 0px 0px #97c4fe;
    -moz-box-shadow: inset 1px 1px 0px 0px #97c4fe;
    box-shadow: inset 1px 1px 0px 0px #97c4fe;
}

#news #news_button:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #1e62d0), color-stop(100%, #8d83d3));
    background: -moz-linear-gradient(center top, #1e62d0 5%, #8d83d3 100%);
    background: -ms-linear-gradient(top, #1e62d0 5%, #8d83d3 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#8d83d3');
    background-color: #1e62d0;
}

#news #news_button:active {
    position: relative;
    top: 1px;
}

#news #news_cont {
    margin-top: 30px;
}

#news span {
    padding-left: 20px;
    color: #7551cd;
}

#news p {
    border-top: 1px solid #e8e8e8;
}

 /*-------------------------------
　　　　　　20160523追加
--------------------------------*/


.top_plan{
    margin-bottom: 0
}

.top_plan .right{    
    width: 75%;
}

.pc-none{
    display: block;
    }
.sp-none{
    display: none;
    }
.plan_sp{ 
	text-align: left;
	font-size: 13px;
	font-size: 1.3rem;
	background: #FFF;	
	border: 1px solid #dbdef3;	
    padding: 5px;
}
.plan_sp span{font-size: 1.3em;color: #f27689;}
.plan_sp p{margin: 0;}    
}


@media screen and (max-width: 640px) {

/*-----------------------------------*\

	Familied Web Design Style CSS
		Kinoco.inc,

\*-----------------------------------*/
.one-of-three2 { width: 29%; }

.two-of-three2 { width: 63.666666666%; }

.one-of-four2 { width: 21.0%; margin-bottom: 15px; }

h2 { margin-top: 20px; text-align: left; font-size: 18px; font-size: 1.8rem; }

#home_top { position: relative; }
#home_top #viewer { width: 100%; /*height: 300px;*/ }

#smartphone { display: none; }

/*#viewer2 { display: inline; }*/

#menu { margin-top: -6px; }

.chip img { width: 30%; }
.chip .price_chip { width: 50%; }

.rslides li { -webkit-backface-visibility: hidden; position: absolute; display: none; width: 100%; left: 0; top: 0; }

.rslides li:first-child { position: relative; display: block; float: left; }

.rslides img { display: block; height: auto; float: left; width: 10%; border: 0; }
.sp_qr {display: none;}
.top_plan{margin-bottom: 0;}
.sp-none{display: none;}
.pc-none{display: block;}
.plan_sp{ 
	text-align: left;
	font-size: 13px;
	font-size: 1.3rem;
	background: #FFF;	
	border: 1px solid #dbdef3;	
    padding: 5px;
}
.plan_sp span{font-size: 1.3em;color: #f27689;}
.plan_sp p{margin: 0;}    
    
}