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

/* ----------------------------------------------------------
reset
---------------------------------------------------------- */
body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, h5, h6, p {
	padding: 0;
	margin: 0;
	background: transparent;
}
h1, h2, h3, h4, h5, h6, p {
	font-size: 100%;
	font-weight: normal;
}
ul {
	list-style: none;
}
img {
	border: 0;
	vertical-align: top;
}
a {
	text-decoration: none;
}
input, textarea, button {
	font-family: 'Yu Gothic', '游ゴシック体', '游ゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', helvetica, arial, sans-serif;
}

/* ----------------------------------------------------------
common
---------------------------------------------------------- */
html {
  -webkit-text-size-adjust: 100%;
}
body {
	font-family: 'Yu Gothic', '游ゴシック体', '游ゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', helvetica, arial, sans-serif;
	font-size: 15px;
	line-height: 1.8;
	-webkit-text-size-adjust: 100%;
}
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
	overflow: hidden;
	font-size: 0.1em;
	line-height: 0;
}

/* ----------------------------------------------------------
Font
---------------------------------------------------------- */
@font-face {
    font-family: 'kirvy';
    src: url('kirvy/kirvy.eot');
    src: url('kirvy/kirvy.eot?#iefix') format('embedded-opentype'),
         url('kirvy/kirvy.woff2') format('woff2'),
         url('kirvy/kirvy.woff') format('woff'),
         url('kirvy/kirvy.ttf') format('truetype'),
         url('kirvy/kirvy.svg#kirvyregular') format('svg');
}

@import url(https://fonts.googleapis.com/css?family=Roboto:400,100);


/* ----------------------------------------------------------
Color
---------------------------------------------------------- */
/* =====================
Nouris Corporate Color
======================== */
/* 
#5CC2AE  Green --- (main color)
#E84661  Pink --- (accent color)
#6B152B  Dark Pink --- (accent color)
#EFEEDF  Cream --- background
#CEEDE7  Light Green --- background
#333333  Dark Gray --- (heading color)
#4D4D4D  Light Gray --- (character color)
#222222  Black --- (footer color)
*/

.white {
	color: #FFF !important;
}

.pink {
	color: #E84661 !important;
}

.green {
	color: #5CC2AE !important;
}


/* ----------------------------------------------------------
Base
---------------------------------------------------------- */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
html {
}
body {
	background: #FFFFFF;
	color: #555;
}
a {
	color: inherit;
}

header,
footer{
	width: 100%;
}

button,
a.button{
	display: inline-block;
	min-width: 400px;
	background-color: #E84661;
	border:none;
	border-radius: 6px;
	color: #fff;
	line-height: 2.2;
	box-shadow: 0 5px 0 #6B152B;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	padding: 0 2em;
	font-size: 1.6em;
	text-align:center;
	transition: none;
}

a.button:link,
a.button:visited{
	color: #fff;
}

button:hover,
a.button:hover{
	background-color: #F190A0;
	box-shadow: 0 5px 0 #A6727F;
}

button:active,
a.button:active{
	top: 3px;
	box-shadow: none;
}

.button-block {
	margin-top: 60px;
	text-align: center;
}

.note {
	font-size: 12px;
}

/* ----------------------------------------------------------
Header
---------------------------------------------------------- */
header#site-head{
	position: fixed;
	top: 0;
	left: 0;
	padding-bottom: 3px;
	background-color: rgba(255, 255, 255, 0.5);
	z-index: 9999;
}
header#site-head .nav-bar{
	width: 100%;
	height: 70px;
	margin: 0 auto;
	background-color: #FFF;
	box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
	overflow: hidden;
}
header#site-head h1 {
	float: left;
	width: 20%;
	min-width: 210px;
	line-height: 70px;
	color: #75A34C;
	font-size: 22px;
	font-family: "Kirvy";
	text-align: center;
}
header#site-head nav{
	float: right;
	width: 79%;
	min-width: 860px;
	line-height: 70px;
	text-align: center;
}
header#site-head nav ul {
	display: inline-block;
	width: 600px;
}
header#site-head nav ul li {
	display: inline-block;
	line-height: 36px;
	margin-left: 2.7%;
	font-size: 1em;
}
header#site-head nav ul li:first-child {
	margin-left: 0;
}
header#site-head nav li a:link,
header#site-head nav li a:visited{
	color: #111;
}
header#site-head nav li a:hover,
header#site-head h1 a:hover{
	color: #E84661;
}

header#site-head a.button{
	min-width: 200px;
	padding: 0 20px;
	font-size: 1.2em;
}

#nav-toggle{
	display: none;
}

/* ----------------------------------------------------------
Footer
---------------------------------------------------------- */
footer#site-foot{
	width: 100%;
	padding: 40px;
	background-color: #222222;
	color: #fff;
}

footer#site-foot .title-block {
	text-align: center;
}

footer#site-foot .title-block .summary{
	line-height: 1.5;
	font-size: 1.2em;
}

footer#site-foot .title-block .title {
	margin-top: 10px;
	line-height: 1.2;
	font-size: 2em;
	font-family: "Kirvy";
}

footer#site-foot .title-block .title-kana{
	font-size: 1em;
}

footer#site-foot .company {
	margin-top: 20px;
	text-align: left;
	font-size: 0.8em;
}

footer#site-foot .company .logo{
	margin-bottom: 10px;
}

footer#site-foot .copyright {
	text-align: right;
	font-size: 0.8em;
}

footer#site-foot a:hover{
	text-decoration: underline;
}

/* ----------------------------------------------------------
Hero
---------------------------------------------------------- */

section#site-hero{
	margin-top: 70px;
	padding-top: 90px;
	padding-bottom: 60px;
	width: 100%;
	background-position: top right;
	background-attachment: scroll;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	color: #fff;
	text-align: center;
}

section#site-hero .title-block{
	width: 680px;
	margin: 0 auto;
	padding: 50px 0;
	border: solid 4px #FFF;
	line-height: 1;
}

section#site-hero .title-block .summary{
	font-size: 40px;
	text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.6);
}

section#site-hero .title-block .title{
	margin-top: 32px;
	font-size: 34px;
	font-family: "kirvy";
}

section#site-hero .title-block .title-kana{
	margin-top: 10px;
	font-size: 12px;
}

section#site-hero .sentence{
	margin-top: 60px;
	text-align: center;
	font-size: 2.5em;
	font-weight: bold;
	text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.6);
}

section#site-hero .feature-block{
	padding: 40px 0 40px 0;
	text-align:center;
}

section#site-hero .feature-block .feature{
	display: inline-block;
	margin: 10px;
	width: 140px;
	height: 140px;
	line-height: 1;
	border-radius: 70px;
	background-color: #FFF;
	overflow: hidden;
	text-align: center;
}

section#site-hero .feature-block .feature .note{
	margin-top: 35px;
	color: #444;
	font-size: 14px;
	font-weight: bold;

}

section#site-hero .feature-block .feature .emphasis{
	margin-top: 12px;
	font-size: 28px;
	font-weight: bold;
}

section#site-hero .feature-block .feature .emphasis .large{
	font-size: 35px;
}

section#site-hero .feature-block .feature .emphasis .small{
	font-size: 18px;
}

section#site-hero .button-block {
	margin-top: 0;
}


/* ----------------------------------------------------------
Section
---------------------------------------------------------- */
.section-title{
	text-align: center;
	color: #000;
	font-size: 2em;
	font-weight: bold;
}

.photo-bg{
	background-position: center center;
	background-attachment: scroll;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	color: #fff;
}

/* ----------------------------------------------------------
Section - Introduction
---------------------------------------------------------- */
section#introduction-section {
	padding-top: 40px;
	min-height: 410px;
	background-color: #5CC2AE;
	background-image: url("../images/img01.png");
	background-position: bottom center;
	background-attachment: scroll;
	background-repeat: no-repeat;
	overflow: hidden;
}

section#introduction-section .inner-block{
	margin-top: 30px;
}

section#introduction-section ul {
	width: 40%;
}

section#introduction-section ul.left-list{
	float: left;
	text-align: right;
}

section#introduction-section ul.right-list{
	float: right;
	text-align: left;
}

section#introduction-section ul p{
	position: relative;
	display: inline-block;
	margin: 0.7em 0;
	padding: 0 1.2em;
	line-height: 2.5;
	background-color: #FFF;
	border-radius: 5px;
	color: #555;
	font-size: 1.2em;
	font-weight: bold;
}

section#introduction-section ul.left-list p:after {
	content: "";
	position: absolute;
	top: 50%; right: -8px;
	margin-top: -8px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 8px 0 8px 8px;
	border-color: transparent transparent transparent #FFF;
}

section#introduction-section ul.right-list p:after {
	content: "";
	position: absolute;
	top: 50%; left: -8px;
	margin-top: -8px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 8px 8px 8px 0;
	border-color: transparent  #FFF transparent transparent;
}

/* ----------------------------------------------------------
Section - What Is
---------------------------------------------------------- */
section#whatis-section {
	padding-top: 40px;
	min-height: 200px;
}

/* ----------------------------------------------------------
Section - Feature
---------------------------------------------------------- */
section#feature-section {
	padding: 70px 0;
	background-color: #EFEEDF;
	background-image: url("../images/bg02.png");
	background-position: 40px 100px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	overflow: hidden;
}

section#feature-section .sentence{
	margin: 42px auto 50px auto;
	width: 600px;
}

section#feature-section .inner-block{
	margin: 0 auto;
	padding: 35px 0;
	width: 1100px;
	background-color: #FFF;
	border-radius: 5px;
	text-align: center;
}

section#feature-section .inner-block article{
	display: inline-block;
	width: 220px;
	margin: 0 14px;
	text-align: center;
	vertical-align: top;
}

section#feature-section .inner-block article .icon{
	font-size: 7em;
	line-height: 1.4;
	color: #333;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

section#feature-section .inner-block article .title{
	font-size: 1.2em;
	font-weight: bold;
	line-height: 2.5;
}

section#feature-section .inner-block article .sentence{
	margin: 0;
	width: 100%;
	text-align: left;
	font-size: 0.9em;
}

/* ----------------------------------------------------------
Section - Value
---------------------------------------------------------- */
section#value-section {
	padding: 70px 0;
	min-height: 800px;
	background-color: #FFF;
}

section#value-section .sentence{
	margin: 42px auto 50px auto;
	width: 600px;
}

section#value-section .value-image{
	width: 1000px;
	margin: 0 auto;
}

section#value-section .value-image .caption{
	margin-bottom: 10px;
	color: #000;
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
}

section#value-section .value-image img{
		width: 100%;
		height: auto;
}

section#value-section .caution-block{
		width: 600px;
		margin: 100px auto;
}

section#value-section .caution-block .caution-header > *{
	display: inline-block;
	vertical-align: top;
}

section#value-section .caution-block .caution-header .icon{
	width: 75px;
	line-height: 1;
	font-size: 70px;
}

section#value-section .caution-block .caution-header .title{
	width: 520px;
	font-size: 1.3em;
	font-weight: bold;
}

section#value-section .caution-block .caution-text {
	padding: 1em 0;
}

/* ----------------------------------------------------------
Section - Illustration
---------------------------------------------------------- */
section#illustration-section {
	padding: 50px 0 60px 0;
	background-color: #EFEEDF;
	background-image: url("../images/bg03.jpg");
	background-position: top center;
	background-attachment: scroll;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	overflow: hidden;
}

section#illustration-section .inner-block{
	margin: 0 auto;
	padding: 50px 100px;
	width: 1100px;
	background-color: #FFF;
	border-radius: 5px;
}

section#illustration-section .section-title{
	border-bottom: solid 3px #5CC2AE;
}

section#illustration-section .article-block{
	text-align: center;
}

section#illustration-section .article-block article{
	display: inline-block;
	margin: 10px 22px;
	width: 250px;
	vertical-align: top;
	
}

section#illustration-section .article-block article .illust{
	height: 180px;
	line-height: 180px;
	text-align: center;
}

section#illustration-section .article-block article .illust img{
	vertical-align: middle;
}

section#illustration-section .article-block article .title{
	color: #333;
	font-size: 1.3em;
	font-weight: bold;
}

section#illustration-section .article-block article .sentence{
	margin-top: 1em;
	text-align: left;
	font-size: 0.9em;
}

/* ----------------------------------------------------------
Section - Merit
---------------------------------------------------------- */
section#merit-section {
	background-color: #5CC2AE;
	background-image: url("../images/bg04.png");
	background-position: top left;
	background-attachment: scroll;
	background-repeat: no-repeat;
	overflow: hidden;
}

section#merit-section .inner-block{
	width: 100%;
	padding: 70px 0;
	background-image: url("../images/bg05.png");
	background-position: bottom right;
	background-attachment: scroll;
	background-repeat: no-repeat;
	overflow: hidden;
}

section#merit-section .article-block{
	width: 1100px;
	margin: 45px auto 10px auto;
	text-align: center;
}

section#merit-section .article-block article{
	display: inline-block;
	width: 335px;
	height: 450px;
	margin-right: 40px;
	margin-bottom: 20px;
	background-position: bottom center;
	background-attachment: scroll;
	background-repeat: no-repeat;
}

section#merit-section .article-block article:last-child{
	margin: 0;
}

section#merit-section .article-block article > .baloon{
	position: relative;
	padding:24px;
	height: 330px;
	background-color: #FFF;
	border-radius: 5px;
}

section#merit-section .article-block .baloon:after {
	content: "";
	position: absolute;
	bottom: -12px; left: 50%;
	margin-left: -12px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 12px 12px 0 12px;
	border-color: #FFF transparent transparent transparent;
}

section#merit-section .article-block .baloon > *{
	display: inline-block;
	vertical-align: top;
}

section#merit-section .article-block .num {
	width: 65px;
	line-height: 1;
	font-size: 55px;
	font-family: "Roboto";
}

section#merit-section .article-block .title {
	width: 215px;
	font-size: 1em;
	font-weight: bold;
}

section#merit-section .article-block .sentence {
	margin-top: 1em;
	width: 100%;
	font-size: 0.9em;
}

/* ----------------------------------------------------------
Section - Plan
---------------------------------------------------------- */
section#plan-section {
	padding: 70px 0;
	background-color: #EFEEDF;
	overflow: hidden;
}

section#plan-section .inner-block {
	width: 1100px;
	margin: 20px auto;
	background-color: #FFF;
	border-radius: 5px;
}

section#plan-section .content-block {
	padding: 35px 65px 35px 300px ;
	background-position: 20px center;
	background-attachment: scroll;
	background-repeat: no-repeat;
}

section#plan-section .content-title {
	padding: 0 1em;
	line-height: 1.5;
	border-bottom: solid 1px #DDD;
	font-size: 1.3em;
	font-weight: bold;
}

section#plan-section .basic-plan .title {
	padding: 0 1em;
	line-height: 2.4;
	background-color: #E84661;
	color: #fff;
	font-size: 2em;
}

section#plan-section .versionup-plan .title {
	margin: 0 35px;
	padding: 20px 20px 0 20px;
	line-height: 2;
	background-color: #FFF;
	border-bottom: solid 1px #DDD;
	font-size: 2em;
}

section#plan-section .versionup-plan .title .title-note {
	display: inline-block;
	min-width: 160px;
	margin: 0 0.5em;
	padding: 0 1em;
	line-height: 2;
	background-color: #5CC2AE;
	border-radius: 1em;
	vertical-align: middle;
	text-align: center;
	color: #FFF;
	font-size: 0.5em;

}

section#plan-section .content-block .price {
	display: inline-block;
	width: 30%;
	vertical-align: top;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
}

section#plan-section .content-block .price .price-large {
	font-size: 3em;
}

section#plan-section .content-block .price .price-middle {
	font-size: 2.2em;
}

section#plan-section .content-block .detail-block {
	display: inline-block;
	width: 68%;
	vertical-align: top;
}

section#plan-section .content-block .detail-block .detail li {
	position: relative;
	display: inline-block;
	width: 48%;
}

section#plan-section .content-block .detail-block .detail li:before {
	content: "・";
	position: relative;
	display: inline;
	color: #E84661;
}

section#plan-section .content-block .detail-block ul{
	margin: 20px 0;
}

section#plan-section .content-block .option-block {
	width: 100%;
	padding: 35px;
}

section#plan-section .content-block .option-block .option {
	margin-bottom: 20px;
}

section#plan-section .content-block .option-block .option li {
	position: relative;
	display: inline-block;
	width: 32%;
}

section#plan-section .content-block .option-block .option li:before {
	content: "・";
	position: relative;
	display: inline;
	color: #E84661;
}

section#plan-section .content-block .illust {
	margin-top: 50px;
	text-align: center;
}


section#plan-section .basic-plan .content-block {
	background-image: url("../images/img12.png");
}

section#plan-section .versionup-plan .content-block {
	background-image: url("../images/img13.png");
}

section#plan-section .arrow {

	text-align: center;
	font-size: 80px;
	line-height: 1;
}

/* ----------------------------------------------------------
Section - Flow
---------------------------------------------------------- */
section#flow-section {
	padding: 70px 0;
	background-color: #FFF;
	overflow: hidden;
}

section#flow-section .inner-block {
	margin: 50px auto;
	width: 1100px;
	text-align: center;
}

section#flow-section .inner-block article{
	position: relative;
	display: inline-block;
	width: 200px;
	text-align: center;
	vertical-align: top;
}

section#flow-section .inner-block article .icon{
	font-size: 6em;
	line-height: 1.4;
	color: #333;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

section#flow-section .inner-block article .title{
	font-size: 1em;
	font-weight: bold;
}

section#flow-section .inner-block article .arrow{
	position: absolute;
	top: 40px;
	right: -5px;
	color: #5CC2AE;
	font-size: 22px;
}

/* ----------------------------------------------------------
Section - FAQ
---------------------------------------------------------- */
section#faq-section {
	padding: 70px 0;
	background-color: #CEEDE7;
	overflow: hidden;
}

section#faq-section .inner-block {
	margin: 50px auto;
	width: 1100px;
	overflow: hidden;
}

section#faq-section .inner-block .left-block {
	width: 530px;
	float: left;
}

section#faq-section .inner-block .right-block {
	width: 530px;
	float: right;
}

section#faq-section .inner-block article {
	margin-bottom: 40px;
	padding: 30px;
	width: 100%;
	background-color: #FFF;
	border-radius: 5px;
}

section#faq-section .inner-block .q-mark,
section#faq-section .inner-block .a-mark {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background-color: #5CC2AE;
	border-radius: 15px;
	vertical-align: top;
	text-align: center;
	color: #FFF;
	font-size: 20px;
}

section#faq-section .inner-block .q-mark {
	background-color: #5CC2AE;
}

section#faq-section .inner-block .a-mark {
	background-color: #E84661;
}


section#faq-section .inner-block .q-title,
section#faq-section .inner-block .a-text {
	display: inline-block;
	padding-left: 10px;
	width: 435px;
	vertical-align: top;
}

section#faq-section .inner-block .q-title {
	color: #5CC2AE;
	font-size: 1.3em;
	font-weight: bold;
}

section#faq-section .inner-block .a-text {
	color: #555;
	font-size: 0.9em;
}

/* ----------------------------------------------------------
Section - Contact
---------------------------------------------------------- */
section#contact-section {
	position: relative;
	padding: 100px 0;
	min-height: 420px;
	background-color: #EFEEDF;
	background-image: url("../images/bg06.png");
	background-position: bottom left;
	background-attachment: scroll;
	background-repeat: no-repeat;
}

section#contact-section .page-top{
	position: absolute;
	right: 3em;
	bottom: 2em;
	font-weight: bold;
}

/* ----------------------------------------------------------
Section - Contact Form
---------------------------------------------------------- */
section#contact-form-section {
	padding: 100px 0;
	background-color: #EFEEDF;
}

section#contact-form-section #contact-head {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

section#contact-form-section .breadcrumbs {
	font-size: 12px;
}

section#contact-form-section .contact-title {
	margin-top: 20px;
	background-color: #5CC2AE;
	text-align: center;
	color: #FFF;
	font-size: 2em;
	line-height: 2.5;
}

section#contact-form-section .breadcrumbs a:hover{
	color: #E84661;
	text-decoration: underline;
}

section#contact-form-section .inner-block {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding: 50px 0;
}

section#contact-form-section .inner-block .contact-guide {
	margin-bottom: 30px;
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
}

section#contact-form-section .inner-block .contact-text {
	text-align: center;
	font-size: 1em;
}

section#contact-form-section .contact-form {
	width: 100%;
	margin: 30px 0;
	background-color: #FFF;
	border: solid 1px #999;
	overflow: hidden;
}

section#contact-form-section .contact-form-row {
	width: 100%;
	border-bottom: solid 1px #999;
	font-size: 0;
}

section#contact-form-section .contact-form-row:last-child {
	border: none;
}

section#contact-form-section .contact-form-name,
section#contact-form-section .contact-form-data {
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
}

section#contact-form-section .contact-form-name{
	position: relative;
	width: 35%;
	padding: 0 15px;
	line-height: 50px;
	font-weight: bold;
}

section#contact-form-section .contact-form-name .required,
section#contact-form-section .contact-form-name .optional {
	position: absolute;
	padding: 0 0.5em;
	top: 15px;
	right: 15px;
	line-height: 1.6em;
	color: #FFF;
	font-size: 12px;
}

section#contact-form-section .contact-form-name .required {
	background-color: #E84661;
}

section#contact-form-section .contact-form-name .optional {
	background-color: #5CC2AE;
}

section#contact-form-section .contact-form-data{
	width: 60%;
	min-height: 50px;
	padding: 8px 15px;
	border-left: solid 1px #999;
}

section#contact-form-section .contact-form-data label{
	margin-right: 25px;
	font-weight: bold;
}

section#contact-form-section .contact-form-data input[type=radio]{
	margin-right: 7px;
}

section#contact-form-section .contact-form-data input[type=text],
section#contact-form-section .contact-form-data textarea{
	border: solid 1px #CCC;
}

section#contact-form-section .contact-form-data input[type=text]{
	width: 80%;
}

section#contact-form-section .contact-form-data textarea{
	width: 100%;
	height: 200px;
}

section#contact-form-section .contact-address {
	width: 80%;
	margin: 30px auto;
	padding: 20px;
	background-color: #FFF;
	border: solid 1px #999;
	overflow: hidden;
}

section#contact-form-section .to-home{
	text-align: center;
	font-weight: bold;
}

section#contact-form-section .to-home a{
	text-decoration: underline;
}

section#contact-form-section .to-home a:hover{
	color: #E84661;
}

::-webkit-input-placeholder {
	 padding-left: 0.5em;
	 color: #bbb;
}
::-moz-placeholder {
	 padding-left: 0.5em;
	 font-weight: normal;
}
:-ms-input-placeholder {
	 padding-left: 0.5em;
	 color: #bbb;
}

/* ----------------------------------------------------------
Campaign
---------------------------------------------------------- */
.campaign {
	margin: 0 auto 20px auto;
	padding: 15px 30px;
	width: 600px;
	background-color: #fff;
	border: solid 3px #E84661;
	border-radius: 10px;
	color: #222;
	text-align: center;
}

.campaign .campaign-title {
	border-bottom: solid 1px #DDD;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.4;
}

.campaign .campaign-note {
	color: #AAA;
	font-size: 0.9em;
}

.campaign .campaign-count {
	font-size: 1.3em;
}

.campaign .large{
	font-size: 2.2em;
}


/* ----------------------------------------------------------
Small Screen
---------------------------------------------------------- */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

@media only screen and (max-width:1100px) {
	/* --- Header --- */
	header#site-head{
		position: relative;
		width: 100%;
		height: inherit;
		background-color: inherit;
	}
	
	header#site-head .nav-bar{
		width: 100%;
		margin: 0;
		padding: 0;
		height: inherit;
	}
	header#site-head h1 {
		float: none;
		width: 100%;
		text-align: center;
		line-height: 60px;
	}
	header#site-head nav{
		float: none;
		width: 100%;
		min-width: 0;
		background-color: #222222;
		text-align: center;
	}
	header#site-head nav ul {
		width: 100%;
	}
	header#site-head nav ul li {
		display: block;
		width: 100%;
		line-height: 36px;
		margin: 0;
		border-bottom: solid 1px #999;
		font-size: 1em;
		text-align: center;
	}
	header#site-head nav ul a:link,
	header#site-head nav ul a:visited{
		display: block;
		width: 100%;
		height: 100%;
		background-color: #222222;
		color: #FFF;
	}
	header#site-head nav ul a:hover{
		background-color: #5CC2AE;
		color: #fff;
	}
	header#site-head nav .button{
		display: none;
	}
	#nav-toggle{
		display: block;
		position: absolute;
		top: 0;
		right: 0;
	}
	#nav-toggle label{
		display: block;
		width: 60px;
		height: 60px;
		background-color: #CEEDE7;
		color: #000;
		font-size: 30px;
		text-align: center;
		line-height: 60px;
	}
	#nav-toggle label:hover{
		background-color: #5CC2AE;
	}
	#nav-toggle-check ~ nav{
		display: none;
	}
	#nav-toggle-check:checked ~ nav{
		display: block;
	}

	/* --- Footer --- */
	footer#site-foot .company,
	footer#site-foot .copyright {
		margin-top: 60px;
		text-align: center;
	}

	/* --- Hero --- */
	section#site-hero{
		margin: 0;
		padding: 30 10;
		z-index: 1;
	}

	/* --- Intoroduction --- */
	section#introduction-section {
		padding: 70px 0;
		background-position: bottom right;
	}

	section#introduction-section ul {
		width: 60%;
	}

	section#introduction-section ul.left-list{
		float: none;
		text-align: right;
	}

	section#introduction-section ul.right-list{
		float: none;
		text-align: right;
	}

	section#introduction-section ul.right-list p:after {
		content: "";
		position: absolute;
		top: 50%;
		left: inherit;
		right: -8px;
		margin-top: -8px;
		display: block;
		width: 0px;
		height: 0px;
		border-style: solid;
		border-width: 8px 0 8px 8px;
		border-color: transparent transparent transparent #FFF;
	}

	/* --- Feature --- */
	section#feature-section {
		background-image: none;
	}

	section#feature-section .inner-block{
		padding: 50px 0;
		width: 100%;
		border-radius: 0;
	}

	section#feature-section .inner-block article{
		width: 35%;
	}

	/* --- Value --- */
	section#value-section .value-image{
		width: 100%;
		margin: 0 auto;
	}

	section#value-section .sentence{
		width: 100%;
	}

	section#value-section .caution-block{
			width: 100%;
			margin: 50px 0;
	}

	section#value-section .caution-block .caution-header > *{
		display: block;
	}

	section#value-section .caution-block .caution-header .icon{
		width: 100%;
		text-align: center;
	}

	section#value-section .caution-block .caution-header .title{
		width: 100%;
	}

	/* --- Illustration --- */
	section#illustration-section {
		background-color: #EFEEDF;
		background-image: none;
	}

	section#illustration-section .inner-block{
		width: 100%;
		padding: 50px;
		border-radius: 0;
	}

	/* --- Merit --- */
	section#merit-section {
		background-image: none;
	}

	section#merit-section .inner-block{
		background-image: none;
	}

	section#merit-section .article-block{
		width: 100%;
	}

	section#merit-section .article-block article{
		margin: 0 0 20px 0;
		height: inherit;
		padding-bottom: 120px;
	}

	section#merit-section .article-block article > .baloon{
		height: inherit;
		padding: 10px;
	}

	/* --- Plan --- */
	section#plan-section .inner-block {
		width: 100%;
		border-radius: 0;
	}

	section#plan-section .content-block {
		padding: 35px;
	}

	section#plan-section .basic-plan .content-block {
		background-image: none;
	}

	section#plan-section .versionup-plan .content-block {
		background-image: none;
	}

	section#plan-section .content-block .illust img{
		max-width: 666px;
		width: 100%;
		height: auto;
	}

	/* --- Flow --- */
	section#flow-section .inner-block {
		width: 100%;
	}

	section#flow-section .inner-block article{
		width: 18%;
	}

	section#flow-section .inner-block article .title{
		width: 80%;
	}

	/* --- FAQ --- */
	section#faq-section .inner-block {
		width: 100%;
	}

	section#faq-section .inner-block .left-block,
	section#faq-section .inner-block .right-block {
		max-width: 530px;
		width: 100%;
		margin: 0 auto;
		float: none;
	}

	/* --- Contact --- */
	section#contact-section {
		background-image: none;
	}
}

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

	button,
	a.button{
		min-width: 300px;
		max-width: 300px;
		font-size: 1.3em;
		line-height: 2em;
	}

	section#site-hero .title-block{
		width: 90%;
		padding: 20px;
	}

	section#site-hero .title-block .summary{
		font-size: 1.3em;
	}

	section#site-hero .title-block .title{
		margin-top: 20px;
		font-size: 2em;
	}

	section#site-hero .sentence{
		margin-top: 20px;
		padding: 0 10px;
		font-size: 1.3em;
	}

	section#site-hero .feature-block{
		padding: 10px 0;
	}

	section#site-hero .feature-block .feature{
		display: inline-block;
		margin: 8px;
		width: 100px;
		height: 100px;
		border-radius: 50px;
	}

	section#site-hero .feature-block .feature .note{
		margin-top: 15px;
		font-size: 12px;
	}

	section#site-hero .feature-block .feature .emphasis{
		margin-top: 15px;
		font-size: 22px;
	}

	section#site-hero .feature-block .feature .emphasis .large{
		font-size: 25px;
	}

	section#site-hero .feature-block .feature .emphasis .small{
		font-size: 15px;
	}

	/* --- Section --- */
	.section-title{
		font-size: 1.5em;
	}

	section#introduction-section,
	section#whatis-section,
	section#feature-section,
	section#value-section,
	section#illustration-section,
	section#merit-section,
	section#plan-section,
	section#flow-section,
	section#faq-section, 
	section#contact-section {
		padding: 40px 8px;
		background-image: none;
	}

	/* --- Intoroduction --- */
	section#introduction-section ul {
		width: 100%;
		margin: 0 auto;
	}

	section#introduction-section ul.right-list,
	section#introduction-section ul.left-list{
		float: none;
		text-align: center;
	}

	section#introduction-section ul.left-list p:after,
	section#introduction-section ul.right-list p:after {
		content: "";
		border-color: transparent;
	}

	section#introduction-section ul p{
		width: 100%;
		padding: 0 10px;
		font-size: 1em;
	}

	/* --- Feature --- */
	section#feature-section .inner-block{
		padding: 20px 10px;
	}

	section#feature-section .sentence{
		margin: 20px　0;
		width: 100%;
	}

	section#feature-section .inner-block article{
		display: block;
		width: 100%;
		margin: 20px 0;
	}

	section#feature-section .inner-block article .icon{
		font-size: 3em;
		line-height: 1.2;
	}

	/* --- Illustration --- */
	section#illustration-section {
		background-color: #FFF;
	}

	section#illustration-section .inner-block{
		margin: 0;
		padding: 0;
		width: 100%;
	}

	section#illustration-section .section-title{
		padding: 10px;
		background-color: #5CC2AE;
		border: none;
		color: #FFF;
	}

	section#illustration-section .article-block article{
		display: block;
		width: 100%;
		margin: 0;
	}

	section#merit-section .article-block article{
		width: 100%;
	}

	/* --- Merit --- */
	section#merit-section .inner-block{
		padding: 0;
	}

	/* --- Plan --- */
	section#plan-section .basic-plan .title,
	section#plan-section .versionup-plan .title {
		font-size: 1.5em;
		margin: 0;
		padding: 0 10px;
		text-align: center;
	}

	section#plan-section .versionup-plan .title .title-note {
		width: 40%;
		min-width: 1px;
		margin: 0 10px;
	}

		section#plan-section .content-block {
			padding: 20px 0;
		}

	section#plan-section .content-block .price,
	section#plan-section .content-block .detail-block,
	section#plan-section .content-block .option-block {
		display: block;
		width: 100%;
		padding: 0 10px;
	}

	section#plan-section .content-block .detail-block .detail li,
	section#plan-section .content-block .option-block .option li {
		width: 90%;
	}

	/* --- Flow --- */
	section#flow-section .inner-block article{
		display: block;
		width: 100%;
		margin-bottom: 20px;
	}

	section#flow-section .inner-block article .icon{
		font-size: 3em;
	}

	section#flow-section .inner-block article .title{
		width: 100%;
	}

	section#flow-section .inner-block article .arrow{
		display: none;
	}

	/* --- FAQ --- */
	section#faq-section .inner-block article {
		padding: 10px;
	}


	section#faq-section .inner-block .q-mark,
	section#faq-section .inner-block .a-mark {
		display: block;
		margin: 10px auto;
	}

	section#faq-section .inner-block .q-title,
	section#faq-section .inner-block .a-text {
		display: block;
		padding: 0;
		width: 100%;
	}

	/* --- Contact Form --- */
	section#contact-form-section .contact-form-name,
	section#contact-form-section .contact-form-data {
		display: block;
		width: 100%;
		text-align: center;
		border: none;
	}
	section#contact-form-section .contact-form-data input[type=text]{
		width: 100%;
	}

/* ----------------------------------------------------------
Campaign
---------------------------------------------------------- */
.campaign {
	padding: 10px;
	width: 90%;
}

.campaign .campaign-title {
	font-size: 1.3em;
}

.campaign .campaign-note {
	color: #AAA;
	font-size: 0.9em;
}

.campaign .campaign-count {
	font-size: 1.3em;
}

.campaign .large{
	font-size: 1.5em;
}

}






