@charset "utf-8";
/*!
 * static_stlye.css
 *
 * フロントページ用
 * http://www.monitoring-plus.jp/
 * 
 * Copyright (c) 2017 Startup Plus Inc.
 */
/*------------------------------------------------------------
　共通設定
--------------------------------------------------------------*/
body {
	padding-top: 0;
	height: 100%;
	background-color: #fff;
	margin: 0;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight: 500;
  font-size: 15px;
  color: #333;
}
@media screen and (max-width: 640px){
	body{ font-size: 13px;}
}
a,img,table,tr,td,p,h1,h2,h3,h4,h5,h6,ol,ul,li,p {
	border:none;
	list-style:none;
	margin:0;
	padding:0;
	font-weight: 500;
	line-height: 1.5em;
}
a {	color: #0088cc;	text-decoration: none; }
a:hover {
	color: #1E6486;
	text-decoration: underline;
}
img {	vertical-align:middle; }
span{
	font-weight: 500;
	display:inline-block;
	vertical-align:middle;	
}
h1 { font-size: 40px; color: #FFF;	}
h2 { font-size: 28px; }
h3 { font-size: 22px; }
h4 { font-size: 20px; }
h5 { font-size: 18px; }
@media screen and (max-width: 640px){
	h1 { font-size: 25px; color: #FFF;	}
	h2 { font-size: 22px; font-weight: 600;}
	h3 { font-size: 18px; font-weight: 600; }
	h4 { font-size: 16px; font-weight: 600; }
	h5 { font-size: 14px; font-weight: 600; }
}

.contents-width{
	width: 940px;
	margin:  0 auto;
	display: block;
}
.contents-width:after {
    content: "";
    clear: both;
    display: block;
}
@media screen and (max-width: 800px){
	.contents-width{	width: 100%;	margin: 0; display: block; }
}

/*----- フェードインしながら上へスライド -----*/
.inviewfadeInUp { 
	opacity: 0;
	transform: translate(0, 60px);
	-webkit-transform: translate(0, 60px);
	transition: 1s;
}    
.fadeInUp {
	opacity: 1.0;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}
.inviewfadeInUp2 { 
	opacity: 0;
	transform: translate(0, 60px);
	-webkit-transform: translate(0, 60px);
	transition: 1s 0.3s;
}    
.fadeInUp2 {
	opacity: 1.0;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}
.inviewfadeInUp3 { 
	opacity: 0;
	transform: translate(0, 60px);
	-webkit-transform: translate(0, 60px);
	transition: 1s 0.6s;
}    
.fadeInUp3 {
	opacity: 1.0;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}
.inviewfadeInUp4 { 
	opacity: 0;
	transform: translate(0, 60px);
	-webkit-transform: translate(0, 60px);
	transition: 1s 0.9s;
}    
.fadeInUp4 {
	opacity: 1.0;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}

header:after, .main:after, footer:after, nav:after {
    clear: both;
}
header:before, header:after,
.main:before, .main:after,
footer:before, footer:after{
    display: table;
    line-height: 0;
    content: "";
}
button{
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight: 500;
}


/*------------------------------------------------------------
　header
--------------------------------------------------------------*/
header {
	margin: 0;
	min-height: 40px;
	padding-right: 20px;
	padding-left: 20px;
	position: static;
	top: 0;
	background-color: #fafafa;
	background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
	background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
	background-repeat: repeat-x;
	border: 1px solid #d4d4d4;
	border-width: 0 0 1px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
	overflow: visible;
}
.inner {
    width: 940px;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
 
/* header */
#top-head {
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    padding: 0;
    line-height: 1;
    z-index: 999;
}
#top-head a,
#top-head {
    color: #666;
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}
#global-nav ul {
  list-style: none;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 14px;
}
#global-nav ul li {
  float: left;
	text-align: center;
	margin: 0px;
	padding: 10px;
	border-right: 1px solid #efefef;
}
#global-nav ul li a {
  padding: 0 10px;
	font-weight: 500;
}
header .brand {
    display: block;
    float: left;
    padding: 4px 20px 5px;
    font-size: 20px;
}
header .btn-group {
  margin-top: 4px;
}
/* Fixed */
#top-head.fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
  padding-top: 0px;
  height: 40px;
  background: #fff;
  background: rgba(255,255,255,.7);
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
}
#top-head.fixed #global-nav ul li a {
    color: #333;
    padding: 0 20px;
}
 
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 20px;
    top: 15px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}
@media screen and (max-width: 800px) {
    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        background: #fff;
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
				right: 0px;
        background: #333;
        width: 200px;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 16px;
    }
    #global-nav ul li {
        float: none;
        position: static;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 10px 0;
    }
    #global-nav .btn-group{
        float: none;
        position: static;
		}
		#nav-toggle {
        display: block;
    }
		header .brand {
    	display: block;
			float: left;
			margin: 8px 0 0 0px;
			text-align: center;
		}
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
}
@media screen and (max-width: 640px) {
    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        background: #fff;
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 13px;
        top: 13px;
        color: #333;
        font-size: 26px;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background: #333;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    #global-nav ul li {
        float: none;
        position: static;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 10px 0;
    }
		header .brand {
			margin: 5px 0 0 0px;
			padding: 4px 0px;
		}
		header .brand img{
			width: 85%;
		}	
		#nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
}




.title{
	width: 100%;
	height: 150px;
	background-color: #333333;
	background-image: url(../img/title_bg.png);
	background-attachment: fixed;
	background-repeat: no-repeat;
	z-index: -100;
	overflow: hidden;
	text-align: center;
	background-size: contain;
}
.title h1 { font-size: 28px;}
	@media screen and (max-width: 800px){
		.title{	background-image: url(../img/title_bg_s.png);	background-attachment: scroll; background-size: 100%; }
		.title h1{ margin: 10px 0 0;}
	}
	@media screen and (max-width: 420px){
		.title{ background-image: url(../img/title_bg_ss.png); }
		.title h1{ margin: 10px 0 0; font-size: 22px;}
	}


.title_spacer{
	margin-top: 20px;
	display: block;
}

.arrow_box {
	width: 90%;
	margin: 0 auto;
	position: relative;
	background: #8cc63f;
	border-radius: 5px;
}
.arrow_box:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-top-color: #8cc63f;
	border-width: 10px;
	margin-left: -10px;
}

/*------------------------------------------------------------
　main
--------------------------------------------------------------*/
.main{
	width: 100%;
	margin: 0;
	margin-top: 40px;
}

/*------------------------------------------------------------
　footer
--------------------------------------------------------------*/
footer{width: 100%;}

#footer{
	width: 100%;
	background-color: #efefef;
	min-height: 50px;
	margin: 0px;
	padding: 10px 0;
}
.footer_subnav{
	width: 70%;
	float: left;
	text-align: left;
	margin-top: 10px;
}
.footer_subnav a{
	margin: 5px;
}
.sns_bottom_box{
	width: 30%;
	float: right;
	text-align: center;
}
.sns_buttons_bottom {
  margin: 0;
}
.sns_buttons_bottom ul {
  display: inline-block;
	margin: 0;
  padding: 0;
}
.sns_buttons_bottom li {
  float: left;
  margin-top: 0px;
  margin-right: 20px;
}
.sns_buttons_bottom div {
  border: none;
}
.sns_icon {
  width: 30px;
  height: 30px;
  float: left;
  border: none;
}
.sns_icon:hover {
  box-shadow: 0px 2px 9px rgba(0,0,0,0.4);
  transition: all .3s;
}

@media screen and (max-width: 800px) {
	.footer_subnav{	width: 100%; float: none; text-align: center; margin-top: 0px; margin-bottom: 10px; }
	.sns_bottom_box{ width: 100%; float: none; text-align: center; margin-bottom: 10px;}
}

#page-top {
	display: block;
	position: fixed;
	z-index: 9999;
	bottom: 5px;
	right: 10px;
	width: 50px;
	color: rgba(0,0,0,0.50);
	text-align: center;
	text-decoration: none;
	transform: rotateY(270deg);
	transition: .5s;
	font-size: 50px;
}
#page-top:hover {
	color: rgba(78,157,45,0.60);
}

/*------------------------------------------------------------
　各ページの設定
--------------------------------------------------------------*/

/*　topページ　-----------------------------------------------*/
.news{
	background-color: #ddd;
	margin: 0;
	padding: 15px 0px 15px 30px;
}
.news a{
	color: #333;
}
.ticker {
  margin: 0 auto;
  width: 720px;
  text-align: left;
  position: relative;
  overflow: hidden;
}
.ticker ul {
  width: 100%;
  position: relative;
}
.ticker ul li {
  width: 100%;
  display: none;
}
@media screen and (max-width: 640px){
	.ticker { width: 95%; height: 40px;}
}


.top_eyecatch{
	width: 100%;
	height: 0;
	background-color: #333333;
  padding-top: 36.5%; /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
	background-image: url(../img/top_eyecatch.png);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
}
.top_eyecatch h1{
	display: block;
	position: absolute;
	top: 38%;
	left: 10%;
}
	@media screen and (max-width: 800px){
		.top_eyecatch{ background-image: url(../img/top_eyecatch_s.png);  padding-top: 45%; /* 表示画像の高さ ÷ 表示画像の幅 × 100 */  background-attachment: scroll; background-size: 100%; }
		.top_eyecatch h1{	top: 38%;	left: 5%; font-size: 30px;}
	}
	@media screen and (max-width: 640px){
		.top_eyecatch h1{	top: 38%;	left: 3%; font-size: 25px; }
	}
	@media screen and (max-width: 420px){
		.top_eyecatch{ background-image: url(../img/top_eyecatch_ss.png);  padding-top: 45%; /* 表示画像の高さ ÷ 表示画像の幅 × 100 */  }
		.top_eyecatch h1{	top: 38%;	left: 3%; font-size: 18px; }
	}


.top_tokucho{
	width: 50%;
	float: left;
	margin-bottom: 20px;
	text-align: center;
}
.top_tokucho img{
	width: 18%;
	float: left;
}
.tokucho_text{
	width: 80%;
	text-align: left;
	float: left;
}
	@media screen and (max-width: 800px) {
		.top_tokucho{ width: 96%; clear: both; padding: 2%; margin-bottom: 20px; }
		.top_tokucho img{	width: 80px; float: left;}
		.tokucho_text{ width: 86%;}
	}
	@media screen and (max-width: 640px) {
		.top_tokucho{ width: 96%; clear: both; padding: 2%; margin-bottom: 20px; }
		.top_tokucho img{	width: 60px; float: left;}
		.tokucho_text{ width: 82%;}
	}
	@media screen and (max-width: 420px) {
		.top_tokucho{ width: 96%; clear: both; padding: 2%; margin-bottom: 20px; }
		.top_tokucho img{	width: 50px;  float: none;}
		.tokucho_text{ width: auto;}
	}
.user_count{
	text-align: center;
	margin: 60px 0;
	padding: 20px 0;
	width:100%;
	background-color: #efefef;
}

.case_trouble{
	text-align: center;
	margin: 0 auto;
}
.case_trouble .circle_box{
	width: 250px;
	height: 250px;
	border-radius: 50%;
	margin: 0 auto;
	position: relative;
	background: #4d4d4d;
}
.case_trouble .circle_box:after {
	top: 98%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-top-color: #4d4d4d;
	border-width: 15px;
	margin-left: -15px;
}
	@media screen and (max-width: 800px) {
		.case_trouble{ width: 95%; margin: 0 auto;}
		.case_trouble .circle_box{ width: 200px; height: 200px; }
		.case_trouble .circle_box:after {	border-width: 10px;	margin-left: -10px; }
		.circle_box p{ font-size: 15px; margin: 0 5px; } 
	}
	@media screen and (max-width: 640px) {
		.case_trouble .circle_box{ width: 250px; height: 250px; }
		.case_trouble .circle_box:after {	border-width: 15px;	margin-left: -15px; }
		.circle_box p{ font-size: 18px; margin-top: 15px;} 
	}

.case_trouble2{
	width: 50%;
	float: left;
	margin-bottom: 20px;
	text-align: center;
}
.case_trouble2 img{
	width: 30%;
	float: left;
}
.case_trouble2_text{
	width: 67%;
	text-align: left;
	float: left;
}
	@media screen and (max-width: 800px) {
		.case_trouble2{ width: 96%; clear: both; padding: 2%; margin-bottom: 20px; }
		.case_trouble2 img{	width: 80px; float: left;}
		.case_trouble2_text{ width: 86%;}
	}
	@media screen and (max-width: 640px) {
		.case_trouble2{ width: 96%; clear: both; padding: 2%; margin-bottom: 20px; }
		.case_trouble2 img{	width: 60px; float: left;}
		.case_trouble2_text{ width: 82%;}
	}
	@media screen and (max-width: 420px) {
		.case_trouble2{ width: 96%; clear: both; padding: 2%; margin-bottom: 20px; }
		.case_trouble2 img{	width: 200px;  float: none;}
		.case_trouble2_text{ width: auto;}
	}


.entry{
	text-align: center;
	margin: 0;
	padding: 40px 0;
	width: 100%;
	background-color: #8cc63f;
	background-image: url(../img/entry_bg.png);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.campaign{
	text-align: center;
	float: left;
}
.campaign a{
	border: 1px solid #FFFFFF;
	font-size: 25px;
	margin-top: -5px;
	padding: 30px 10px;
}
.entry_input{
	float: left;
	text-align: right;
	font-size: 18px;
}
.entry_submit{
	float: right;
	text-align: left;
}
.entry_submit .btn{
	font-size: 16px;
	padding: 10px 25px;
}

	@media screen and (max-width: 800px) {		
		.entry{ text-align: center; margin: 0; padding: 40px 0px; }
		.entry h2{ max-resolution: res;in: 20px 0; font-size: 25px;}
		.entry .entry_input{ margin: 20px auto; width: 470px; float: none; }
		.entry .entry_submit{ margin: 20px auto; width: 500px; float: none; text-align: center;}
		.entry_submit button{ width: 90%; margin: 0px auto; float: none;}
		.campaign{ float: none; clear: both; margin: 0 auto; text-align: center; }
		.campaign a{ padding: 10px; width: 260px; margin: 0 auto; }
		.entry .col_4-1{	width: 98%; float: none; clear: both; margin: 0; }
	}
	@media screen and (max-width: 640px) {		
		.entry{ text-align: center; margin: 0; padding: 40px 0px; }
		.entry h2{ margin: 20px 0; font-size: 18px; font-weight: 500;}
		.entry .entry_input{ width: 78%; float: none; text-align: left; margin: 0 auto;}
		.entry .entry_submit{ width: 90%; float: none; text-align: center; margin: 0 auto;}
		.entry_submit button{ width: 90%; float: none;  text-align: center; margin: 0 auto;}
		.campaign{ float: none; clear: both; margin: 0 auto; text-align: center; }
		.campaign a{ padding: 10px; width: 260px; margin: 0 auto; }
		.entry .col_4-1{	width: 98%; float: none; margin: 0; }
	}

.mp_function{
	width: 100%;
}
	@media screen and (max-width: 800px) {
		.mp_function{	width: 98%; margin: 0 auto;}
		.mp_function .col_4-1{ width: 50%; float: left; }
	}
	@media screen and (max-width: 640px) {	
		.mp_function .col_4-1{ width: 270px; float: none; margin: 0 auto;}
	}

.step{
}
	@media screen and (max-width: 800px) {
		.step .col_3-1{ width: 300px; float: none; margin: 0 auto;}
	}




/*　aboutページ　-----------------------------------------------*/
.about{}
.about_eyecatch{
	width: 100%;
	height: 250px;
	background-color: #333333;
	background-image: url(../img/about_eyecach.png);
	background-attachment: fixed;
	background-repeat: no-repeat;
	z-index: -100;
	overflow: hidden;
	text-align: center;
	margin-bottom: 40px;
	background-size: contain;
}
.about_eyecatch h1{
	margin-top: 50px;
	margin-bottom: 40px;
}

	@media screen and (max-width: 800px){
		.about_eyecatch{ background-image: url(../img/about_eyecach_s.png); width: 100%; height: auto; min-height: 200px;	background-position: top right; background-size: contain; background-attachment: scroll; background-size: 100%; }
		.about_eyecatch h1{	 margin: 50px 0 10px; font-size: 28px; }
		.about_eyecatch p{ font-size: 20px; padding: 0 50px;}
		.about .border-right-gray{ border-right: none; border-top: 1px solid #ccc; padding-top: 10px; }
		.about p{ font-size: 16px; padding: 10px; }
	}
	@media screen and (max-width: 640px){
		.about_eyecatch{  width: 100%; height: auto; min-height: 150px;	background-position: top center; background-size: contain;  background-attachment: scroll; background-size: 100%; }
		.about_eyecatch h1{ margin: 30px 0 0; font-size: 25px;}
		.about_eyecatch p{ text-align: center; padding: 10px; font-size: 16px;}
		.about p{ font-size: 15px; padding: 10px; }
	}
	@media screen and (max-width: 420px){
		.about_eyecatch{ background-image: url(../img/about_eyecach_ss.png); width: 100%; height: auto; min-height: 150px;	background-position: top center; background-size: contain;  background-attachment: scroll; background-size: 100%; }
		.about_eyecatch h1{ margin: 30px 0 0; font-size: 22px;}
		.about_eyecatch p{ text-align: center; padding: 10px; font-size: 14px;}
	}

.important{
	width: 100%;
	min-height: 400px;
	padding-top: 30px;
	background-image: url(../img/about_important_bg.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	text-align: center;
	background-size: 100% auto;
	background-position: top right;
}
	@media screen and (max-width: 1080px){
		.important{ background-size: 125% auto; }
	}
	@media screen and (max-width: 800px){
		.important{ background-image: url(../img/about_important_bg_s.png); background-size: 100% auto; background-size: cover; }
	}
	@media screen and (max-width: 640px){
		.important{ min-height: 450px; padding-top: 15px; background-size: 100% auto; background-size: cover; }
	}
	@media screen and (max-width: 420px){
		.important{ background-image: url(../img/about_important_bg_ss.png); min-height: 450px; padding-top: 10px; background-size: 100% auto; background-size: cover; }
	}

.new_feature{
	margin: 60px 0 0 0;
	padding: 20px 0;
	width:100%;
	background-color: #efefef;
}

.about_eyecatch contents-width{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 95%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	text-align: center;
}

.screen_shot{}

	@media screen and (max-width: 800px){
		.new_feature .contents-width{ width: 95%; margin: 0 auto; }
		.new_feature .btn-group{ margin: 10px; text-align: center;}
		.new_feature .btn{ font-size: 12px; }
		.new_feature .col_5-4 { width: 70%; }
		.screen_shot .col_3-1 { width: 80%; float: none; margin: 0 auto; }
	}
	@media screen and (max-width: 640px){
		.new_feature .col_5-4 { width: 98%; float: none; margin: 0 auto; }
		.screen_shot .col_3-1 { width: 100%; float: none; margin: 0 auto; }
	}
	@media screen and (max-width: 420px){
		.new_feature .contents-width{ width: 99%; margin: 0 auto; }
		.new_feature .btn-group{ margin: 0 0 0 -18px; text-align: center;}
		.new_feature .btn{ font-size: 11px; }
	}



/*　マルウェアページ　-----------------------------------------------*/
.malware_chk{}
.malware_chk .img_sizing{ width: 80%; }
.malware_chk .arrow{ margin-top: 120px;}

.malware_chk table {
	width: 100%;
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 3px solid #8cc63f;
}
.malware_chk table th {
	width: 65%;
	padding: 5px 10px;
	font-weight: bold;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;

}
.malware_chk table td {
	width: 35%;
	padding: 5px 10px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
	@media screen and (max-width: 800px){
		.malware_chk .col_4-1{ width: 25%; float: left;}
		.malware_chk .col_5-1 { width: 25%;}
		.malware_chk .col_5-4 { width: 70%;}
	}
	@media screen and (max-width: 640px){
		.malware_chk .col_4-1{ width: 95%; float: none; text-align: center; margin: 0 auto;}
		.malware_chk .img_sizing{ width: 50%; }
		.malware_chk .arrow{ width: 90%; float: none; margin: 0 auto; text-align: center;}
		.rotate90 { transform: rotate(90deg); }
		.malware_chk .col_5-1 { width: 90%; float: none; margin: 0 auto;}
		.malware_chk .col_5-4 { width: 90%; float: none; margin: 0 auto;}
		
	}
	@media screen and (max-width: 420px){
	}

/*　アクセス数計測ページ　-----------------------------------------------*/
.access_count{}
.access_count .img_sizing{ width: 90%; }
.access_count table {
	width: 100%;
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 3px solid #8cc63f;
	margin: 0 auto;
}
.access_count table th {
	width: 40%;
	padding: 5px 10px;
	font-weight: bold;
	vertical-align: middle;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.access_count table td {
	width: 60%;
	padding: 5px 10px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

	@media screen and (max-width: 640px){
		.access_count .col_4-1{ width: 95%; float: none; text-align: center; margin: 0 auto;}
		.access_count .img_sizing{ width: 95%; }
	}
	@media screen and (max-width: 420px){
		.access_count .fsize20 { font-size: 16px;}
		.access_count h2 { font-size: 18px;}
	}


/*　シナリオ監視ページ　--------------------------------------*/
.new_scenario {}
.new_scenario .bg_glay{
	margin: 30px 0;
	padding: 30px 0;
	width: 100%;
	background-color: #efefef;
}
.ex_scenario_box{
	width: 100%;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
}
.ex_scenario_box .ex_scenario{
	width: 108px;
	height: 95px;
	background-image: url(../img/new_scenario_11.png);
	background-repeat: no-repeat;
	display: inline-block;
	margin-bottom: 20px;
}
.ex_scenario p{
	margin-top: 30px;
	font-size: 18px;
	font-weight: 600;
	color: #666;
}
.ex_scenario_box .arrow{
	display: inline-block;
	margin: 5px;
	margin-bottom: 20px;
}
.new_scenario .plan {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.new_scenario .plan_logo{
	flex-grow: 1;
	margin-bottom: 20px;
}
.new_scenario .plan_price{
	flex-grow: 1;
	margin-bottom: 20px;
}
.new_scenario .plan_table{
	flex-grow: 2;
	margin-bottom: 20px;
}

.new_scenario table {
	width: 100%;
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 3px solid #8cc63f;
}

.new_scenario table th {
	width: 65%;
	padding: 5px 10px;
	font-weight: bold;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;

}
.new_scenario table td {
	width: 35%;
	padding: 5px 10px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


/*　料金ページ -----------------------------------------------*/
.pricing_eyecatch{
	width: 100%;
	height: 250px;
	background-color: #333333;
	background-image: url(../img/pricing_eyecach.png);
	background-attachment: fixed;
	background-repeat: no-repeat;
	z-index: -100;
	overflow: hidden;
	text-align: center;
	margin-bottom: 40px;
	background-size: contain;
}
.pricing_eyecatch h1{
	margin-top: 50px;
}
	@media screen and (max-width: 800px){
		.pricing_eyecatch{ background-image: url(../img/pricing_eyecach_s.png); width: 100%; min-height: 180px;	background-position: top right; background-attachment: scroll; background-size: 100%; }
		.pricing_eyecatch h1{	 margin: 50px 0 10px; font-size: 28px; }
		.pricing_eyecatch p{ font-size: 20px; padding-top: 20px;}
		.about .border-right-gray{ border-right: none; border-top: 1px solid #ccc; padding-top: 10px; }
		.about p{ font-size: 16px; padding: 10px; }
	}
	@media screen and (max-width: 640px){
		.pricing_eyecatch{  width: 100%; height: auto; min-height: 160px;	background-position: top center; background-attachment: scroll; background-size: 100%; }
		.pricing_eyecatch h1{ margin: 30px 0 0; font-size: 25px;}
		.pricing_eyecatch p{ text-align: center; padding: 10px; font-size: 16px;}
		.about p{ font-size: 15px; padding: 10px; }
	}
	@media screen and (max-width: 420px){
		.pricing_eyecatch{ background-image: url(../img/pricing_eyecach_ss.png); width: 100%; background-position: top center; background-attachment: scroll; background-size: 100%; }
		.pricing_eyecatch h1{ margin: 30px 0 0; font-size: 22px;}
		.pricing_eyecatch p{ text-align: center; padding: 10px; font-size: 14px;}
	}

.pr_campaign{
	width: 95%;
	margin: 40px auto;
}
	@media screen and (max-width: 800px){
		.pr_campaign p{ text-align: left; padding: 0 30px;}
		.pr_campaign h3{ font-size: 27px; padding: 0 30px;}
	}
	@media screen and (max-width: 640px){
		.pr_campaign p{ text-align: left; padding: 0 10px;}
		.pr_campaign h3{ font-size: 27px; padding: 0 10px;}
	}
	@media screen and (max-width: 420px){
		.pr_campaign h2{ font-size: 25px; padding: 10px; }
		.pr_campaign p{ font-size: 15px; text-align: left; padding: 0 10px;}
		.pr_campaign h3{ font-size: 25px; padding: 0 10px;}
		.pr_campaign .btn-group{ margin: 10px 20px; text-align: center;}
		.pr_campaign .btn{ font-size: 12px; }
	}

.plans{
	text-align: center;
	margin: 60px 0;
	padding: 30px 0;
	width:100%;
	background-color: #efefef;
}
.price{
	height: 163px;
	background-image: -webkit-linear-gradient(270deg,rgba(64,64,64,1.00) 0%,rgba(29,29,29,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(64,64,64,1.00) 0%,rgba(29,29,29,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(64,64,64,1.00) 0%,rgba(29,29,29,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(64,64,64,1.00) 0%,rgba(29,29,29,1.00) 100%);
}
.plans_koumoku{
	float: left;
	margin-left: 1px;
	width: 281px;
}
.plans_koumoku2{
	float: left;
	margin-left: 1px;
	width: 218px;
}
.plan_img{
	text-align: center;
	background-image: -webkit-linear-gradient(270deg,rgba(77,77,77,1.00) 0%,rgba(30,30,30,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(77,77,77,1.00) 0%,rgba(30,30,30,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(77,77,77,1.00) 0%,rgba(30,30,30,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(77,77,77,1.00) 0%,rgba(30,30,30,1.00) 100%);
}
.plans_naiyou{
	text-align: center;
}
.plans_naiyou_t{
	text-align: left;
}
.plans_naiyou div{
  height: 28px;
	overflow: hidden;
}
.plans_naiyou_t div{
	height: 28px;
	padding-left: 10px;
	overflow: hidden;
}
.plans_naiyou p{
	margin-top: 2px;
	vertical-align:middle;	
}
.plans_naiyou_t p{
	margin-top: 2px;
	vertical-align:middle;	
}
.flow_box{
	height: 50px;
	width: 250px;
	border: 0px solid #8cc63f;
	background-color: #8cc63f;
	position: relative;
	color: #FFFFFF;
	text-align: center;
}
.flow_box:after{
	top: 100%;
	left: 0%;
	border: solid transparent;
	content: " ";
	position: absolute;
	pointer-events: none;
	border-top-color: #8cc63f;
	border-width: 125px;
	margin-left:  0px;
	transform-origin: left top;
  transform: scaleY(.2);
}

	@media screen and (max-width: 800px) {
		.plans_koumoku2{ float: left; margin-left: 1px; width: 33%;	}
		.plans_koumoku2 img{ width: 100%; }
		.price{	height: 220px; }
		.plans_naiyou div{ height: auto; overflow: hidden; }
		.plans_naiyou p{ vertical-align: middle; }
	}
	@media screen and (max-width: 640px) {	
		.plans_koumoku2{ float: left; margin-left: 1px; width: 100%; margin: 0px auto;}
		.plans_koumoku2 img{ width: 250px; }
		.price{	height: 220px; }
		.plans_naiyou div{ height: auto; overflow: hidden; }
		.plans_naiyou p{ vertical-align: middle; }
	}

.osusume_plan{}
	@media screen and (max-width: 800px) {
		.osusume_plan ul{ height: 230px;}
	}
	@media screen and (max-width: 760px) {
		.osusume_plan .col_3-1{ width: 300px; margin: 0 auto; float: none; }
		.osusume_plan ul{  height: auto; }
	}





/*　キャンペーンページ -----------------------------------------------*/
.campaign_eyecatch{
	width: 100%;
	height: 250px;
	background-color: #333333;
	background-image: url(../img/campaign_eyecach.png);
	background-attachment: fixed;
	background-repeat: no-repeat;
	z-index: -100;
	overflow: hidden;
	text-align: center;
	margin-bottom: 40px;
	background-size: contain;
}
.campaign_eyecatch h1{
	margin-top: 50px;
}
	@media screen and (max-width: 800px){
		.campaign_eyecatch{ background-image: url(../img/campaign_eyecach_s.png); width: 100%; height: auto; min-height: 180px;	background-position: top left; background-attachment: scroll; background-size: 100%; }
		.campaign_eyecatch h1{	 margin: 40px 0 10px; font-size: 28px; }
		.campaign_eyecatch p{ font-size: 20px; padding: 0 50px;}
		.about .border-right-gray{ border-right: none; border-top: 1px solid #ccc; padding-top: 10px; }
		.about p{ font-size: 16px; padding: 10px; }
	}
	@media screen and (max-width: 640px){
		.campaign_eyecatch{  width: 100%; height: auto; min-height: 160px;	background-position: top left; background-attachment: scroll; background-size: 100%; }
		.campaign_eyecatch h1{ margin: 25px 0 0; font-size: 25px;}
		.campaign_eyecatch p{ text-align: center; padding: 10px; font-size: 16px;}
		.about p{ font-size: 15px; padding: 10px; }
	}
	@media screen and (max-width: 420px){
		.campaign_eyecatch{ background-image: url(../img/campaign_eyecach_ss.png); width: 100%; height: auto;	background-position: top center; background-attachment: scroll; background-size: 100%; }
		.campaign_eyecatch h1{ margin: 30px 0 0; font-size: 22px;}
		.campaign_eyecatch p{ text-align: center; padding: 10px; font-size: 14px;}
	}

.campaign_main{
	text-align: left;
}
.campaign_exp{}
.campaign_exp p{ float: right; text-align: left; width: 340px; margin-top: 80px;}
.campaign_exp p.short{ float: right; text-align: left; width: 280px; margin-top: 80px;}
.campaign_exp img_box{ float: left; }


	@media screen and (max-width: 800px){
		.campaign_main .contents-width{ width: 95%; margin: 0 auto; text-align: left;}
		.campaign_exp p{ float: none; text-align: left; width: 100%; margin-top: 10px;}
		.campaign_exp p.short{ float: none; text-align: left; width: 100%; margin-top: 10px;}
		.campaign_exp img_box{ float: none; }
	}



/*　年額プラン申し込み　ページ -----------------------------------------------*/
.annual_order{
}
.annual_order .inlineframe {
	background-color:#FFFFFF;
	border: #A1A1A1 solid 1px;
	margin-left: 180px;
	height:170px;
	overflow:auto;
	overflow-y:scroll;
	overflow-x:hidden;
	border-radius: 3px;
}
.annual_order .input-xxlarge {
    width: 98%;
		min-height: 100px;
}

.annual_order table.kakunin th {
	width: 200px;
	padding: 10px;
	vertical-align: middle;
	border: none;
	text-align: right;
	border-right: #8cc63f 3px solid;
}
.annual_order table.kakunin td {
	vertical-align: middle;
	padding: 10px;
	border: none;
}
.annual_order .thanks_box{ width: 600px; margin: 0 auto; border: #ccc solid 1px; background-color: #FFF; border-radius: 5px; padding: 20px;}

	@media screen and (max-width: 800px){
		.annual_order .inlineframe { margin-left: 150px; }
		.annual_order h5{	font-size: 16px; }
		.annual_order table.kakunin th { width: 120px;	}
		.annual_order .thanks_box{ width: 80%; max-width: 600px; margin: 0 auto; border: #ccc solid 1px; background-color: #FFF; border-radius: 5px; padding: 20px;}
	}
	@media screen and (max-width: 640px){
		.annual_order .inlineframe { margin-left: 0px; }
		.annual_order h5{	font-size: 16px; font-weight: 500;}
		.annual_order table.kakunin th { width: 95px;	}
	}
	@media screen and (max-width: 420px){
		.annual_order h5{	font-size: 14px; font-weight: 500;}
		.annual_order table.kakunin th { width: 50px;	}
	}

/*　ワードプレス紹介ページ　 -------------------------------------*/
.wp_eyecatch{
	width: 100%;
	height: 300px;
	background-color: #333333;
	background-image: url(../img/eyecatch_wp.png);
	background-attachment: fixed;
	background-repeat: no-repeat;
	z-index: -100;
	overflow: hidden;
	text-align: center;
	margin-bottom: 40px;
	background-size: contain;
}
.wp_eyecatch h1{
	display: block;
	margin-top: 30px;
	margin-bottom: 40px;
	line-height: 1.3em;
}

.wp_service {
  width: 45%;
  float: left;
  padding: 10px 10px 10px 0;
	margin: 10px;
  background-color: #fff;
  border-radius: 5px;         /* CSS3草案 */  
  -webkit-border-radius: 11px; /* Safari,Google Chrome用 */  
  -moz-border-radius: 11px;    /* Firefox用 */  
  box-shadow: 0px 0px 1px #333;
  -moz-box-shadow: 0px 0px 1px #333;    /* Firefox用 */  
  -webkit-box-shadow: 0px 0px 1px #333; /* Safari,Google Chrome用 */  
}
.wp_service img {
  width: 85px;
  margin: 7px 10px;
  float: left;
}
.wp-plugin{
}
.wp-plugin img {
	max-width: 900px;
}
	@media screen and (max-width: 800px){
		.wp_eyecatch{ background-image: url(../img/eyecatch_wp_s.png); width: 100%; height: auto; min-height: 200px; background-attachment: scroll; background-size: 100%; }
		.wp_eyecatch h1{	 margin: 40px 0 10px; font-size: 30px; }
		.wp_eyecatch p{ font-size: 21px; padding: 0 50px;}
		.wp_service { width: 95%; float: none;  margin: 10px auto; }
		.wp_service img { width: 80px; margin: 0px 10px; float: left; }
		.wp-plugin .contents-width{ width: 95%; margin: 0 auto; }
		.wp-plugin img { max-width: 98%; }
	}
	@media screen and (max-width: 640px){
		.wp_eyecatch{ width: 100%; height: auto; min-height: 150px; background-size: 120% auto;  background-attachment: scroll; }		
		.wp_eyecatch h1{ margin: 25px 0 0; font-size: 22px;}
		.wp_eyecatch p{ text-align: center; padding: 20px 10px; font-size: 18px;}
		.wp_service { width: 95%; float: none;  margin: 10px auto; }
		.wp_service img { width: 70px; margin: 0px 10px; float: left; }
}
	@media screen and (max-width: 420px){
		.wp_eyecatch{ background-image: url(../img/eyecatch_wp_ss.png); width: 100%; height: auto; min-height: 180px;	background-size: 125% auto;  background-attachment: scroll; }
		.wp_eyecatch h1{ margin: 30px 0 0; font-size: 20px;}
		.wp_eyecatch p{ text-align: center; padding: 10px; font-size: 15px;}
		.wp_service { width: 95%; float: none;  margin: 10px auto; }
		.wp_service img { width: 60px; margin: 20px 10px 30px 10px; float: left; }
	}


/*　ユーザ登録ページ -----------------------------------------------*/
.create { display: block; margin-top: 40px; }
.step_circle_on{
	width: 55px;
	height: 55px;
	border-radius: 50%;
	border: 2px solid #8cc63f;
	background-color: #8cc63f;
	color: #FFFFFF;
}
.step_circle_off{
	width: 55px;
	height: 55px;
	border-radius: 50%;
	border: 2px #8cc63f solid;
	background-color: #ffffff;
	color: #8cc63f;
}
.flow_box_on{
	margin-top: 5px;
	height: 50px;
	width: 85%;
	border: 0px solid #8cc63f;
	background-color: #8cc63f;
	position: relative;
	color: #FFFFFF;
	text-align: center;
}
.flow_box_on:after{
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	border-left-color: #8cc63f;
	border-width: 25px;
	margin-top: -25px;
}
.flow_box_off{
	margin-top: 5px;
	height: 46px;
	width: 83%;
	border: 2px solid #8cc63f;
	background-color: #FFFFFF;
	position: relative;
	color: #8cc63f;
	text-align: center;
}
.flow_box_off:after, .flow_box_off:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.flow_box_off:after {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #FFFFFF;
	border-width: 23px;
	margin-top: -23px;
}
.flow_box_off:before {
	border-color: rgba(140, 198, 63, 0);
	border-left-color: #8cc63f;
	border-width: 26px;
	margin-top: -26px;
}
.user_create{
	width: 100%;
	background-color: #F9F9F9;
}
.user_create .contents-width{
	width: 700px;
}
.user_create .inlineframe {
	background-color:#FFFFFF;
	border: #A1A1A1 solid 1px;
	margin-left: 138px;
	height:170px;
	overflow:auto;
	overflow-y:scroll;
	overflow-x:hidden;
	border-radius: 3px;
}

.choose_plan{
	width: 100%;
	background-color: #F9F9F9;
}
.choose_plan .price{
	height: 35px;
	padding: 10px;
	background-image: -webkit-linear-gradient(270deg,rgba(64,64,64,1.00) 0%,rgba(29,29,29,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(64,64,64,1.00) 0%,rgba(29,29,29,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(64,64,64,1.00) 0%,rgba(29,29,29,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(64,64,64,1.00) 0%,rgba(29,29,29,1.00) 100%);
}
.choose_plan .choose_bg{
	height: 60px;
	padding: 10px;	
	background-image: -webkit-linear-gradient(270deg,rgba(147,217,89,1.00) 0%,rgba(158,221,106,1.00) 0%,rgba(125,179,53,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(147,217,89,1.00) 0%,rgba(158,221,106,1.00) 0%,rgba(125,179,53,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(147,217,89,1.00) 0%,rgba(158,221,106,1.00) 0%,rgba(125,179,53,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(147,217,89,1.00) 0%,rgba(158,221,106,1.00) 0%,rgba(125,179,53,1.00) 100%);
}
.choose_bg h5, .choose_bg label{
	vertical-align: middle;
}

table.kakunin{
	margin: 30px;
	border-collapse: collapse;
	line-height: 2em;
}
table.kakunin th {
	width: 150px;
	padding: 10px;
	vertical-align: middle;
	border: none;
	text-align: right;
	border-right: #8cc63f 3px solid;
}
table.kakunin td {
	vertical-align: middle;
	padding: 10px;
	border: none;
}
.send_box{
	width: 80%;
	margin: 0 auto;
}

	@media screen and (max-width: 800px){
		.create { display: block; margin-top: 0px; }
		.step_circle_on, .step_circle_off, .flow_box_on, .flow_box_off{ display: none; }
		.user_create .contents-width{	width: 95%; margin: 0 auto; }
		.user_create .col_3-2{ width: 500px; margin: 0 auto; float: none; }
		.user_create .col_3-1{ width: 500px; margin: 0 auto; float: none; }
		.user_create .col_3-1 label{ float: left; text-align: right; margin-right: 0px; }
		.user_create .col_3-1 div{ float: right; width: 310px; margin: 0 10px 10px 0;}
		.user_create .inlineframe { width: 480px; margin: 0 auto;	height:170px; }
		.create button{ width: 200px; height: 50px; margin: 10px 20px;}
		.create .choose_plan .price{ height: 65px; }
}
	@media screen and (max-width: 640px){
		.user_create .contents-width{	width: 95%; margin: 0 auto; }
		.user_create .col_3-2{ width: 95%; margin: 0 auto; float: none; }
		.user_create .col_3-1{ width: 95%; margin: 0 auto; float: none; }
		.user_create label, .user_create .col_3-1 label{ width: 95%; float: left; text-align: left; margin: 5px auto; font-size: 15px;}
		.user_create .chkbox{ width: 15px; float: left; margin-left: 1em; }
		.user_create .col_3-1 div{ float: right; width: 98%; margin: 0 auto 10px auto;}
		.user_create .inlineframe { width: 93%; margin: 0 auto;	height:170px; }
		.create button{ width: 100px; height: 50px; margin: 10px 20px;}
		table.kakunin th { width: 100px;	}
	}
	@media screen and (max-width: 640px){
		table.kakunin{ margin: 10px; }
		table.kakunin th { width: 92px; padding: 10px 5px;	}
	}




/*　特定商取引法に基づく表記　のページ -----------------------------------------------*/
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.dl-horizontal {
}
.dl-horizontal dl {
    display: block;
		margin: 30px 0;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
.dl-horizontal:before, .dl-horizontal:after {
    display: table;
    line-height: 0;
    content: "";
}
.dl-horizontal dt {
	float: left;
	width: 150px;
	text-align: right;
	white-space: nowrap;
}
dt {
    font-weight: bold;
}
dt, dd {
    line-height: 20px;
}
.dl-horizontal dd {
    margin-left: 160px;
}
dd {
    padding-left: 10px;
		border-left: 3px solid #ccc;
}

	@media screen and (max-width: 640px){
		.dl-horizontal dt {	width: 120px;	clear: left; }
		.dl-horizontal dd { margin-left: 130px; }
	}
	@media screen and (max-width: 420px){
		.dl-horizontal dt {	float: none; width: 98%; margin: 0 auto; text-align: left; }
		.dl-horizontal dd { margin:0 auto; border-left: none; border-bottom: 1px solid #ccc; }
	}

/*　FAQ　ページ ------------------------------------------*/
.faq_sidebar{
	float: left;
	width: 300px;
	position: relative;
}
	@media screen and (max-width: 800px){
		.faq_sidebar{	display: none; }
	}

.faq_sidebar .list_inner{
	margin: 0 15px;
}
.list_inner li{
	box-sizing: border-box;
	display: block;
	padding: 7px 10px;
	border-bottom: 1px solid #A7A7A7;
	position: relative;
}
.list_inner li:first-child{
	box-sizing: border-box;
	display: block;
	padding: 7px 10px;
	border-top: 1px solid #A7A7A7;
	border-bottom: 1px solid #A7A7A7;
}
.list_inner li i{
	position: absolute;
	right: 10px;
	top: 10px;
	color: #999;
}
.list_inner a{
	color: #666;
	display: block;
	transition: .2s;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.list_inner a:hover{
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	text-decoration: none;
	background-color: rgba(140,198,63,0.18);
}
.faq_answerlist{
	float: right;
	width: 640px;
}
.faq_doc{
	margin: 17px 0 0 30px;
}
	@media screen and (max-width: 800px){
		.faq_answerlist{	float: none; width: 95%; margin: 0 auto; }
		.faq_doc{	margin: 30px 0 0 0; }
}


.faq_doc h3{
	display: block;
	font-size: 18px;
	padding: 3px 10px;
	color: #FFFFFF;
	background-color: #8cc63f;
}
.faq_answerlist label {
  padding: 5px 10px;
  display: block;
  margin: 0;
  border-top: 1px solid #ccc;

}
.faq_answerlist input[type="checkbox"].on-off{
	display: none;
}
.faq_answerlist .faq_doc ul {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	margin: 0;
	padding: 0;
	list-style: none;
}
.faq_answerlist .faq_doc li {
  padding: 5px 5px 5px 10px;
}
.faq_answerlist .faq_doc label {
 cursor: pointer;
}
.faq_answerlist input[type="checkbox"].on-off + ul{
	height: 0;
	overflow: hidden;
}
.faq_answerlist input[type="checkbox"].on-off:checked + ul{
  height: auto;
	min-height: 50px;
  display: block;	
}
.faq_doc label{ position:relative; padding-left: 20px;}
.faq_doc label:before{
	content: 'Q';
  display: inline-block;
  padding-top: 2px;
  padding-right: 7px;
  padding-bottom: 2px;
  padding-left: 7px;
  margin-left: -18px;
  margin-right: 8px;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #a2cfe7;
	border-radius: 3px;
}
.faq_doc li{ position:relative; margin-left: 25px; display: block; }
.faq_doc li:before{
	content: 'A';
  display: inline-block;
  padding-top: 2px;
  padding-right: 7px;
  padding-bottom: 2px;
  padding-left: 7px;
  margin-left: -32px;
  margin-right: 4px;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #8cc63f;
	border-radius: 3px;
}
.faq_doc table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}
.faq_doc .table {
    width: 100%;
    margin: 10px 0;
}
.faq_doc .table-striped tbody > tr:nth-child(odd) > td, .table-striped tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
}
.faq_doc .table th, .table td {
    padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}

/*　FAQ　シナリオ　共通----*/
.fixed {
  position: fixed;
  top: 40px;
}
#nav {
	width: 300px;
}


/*　シナリオページ ------------------------------------------*/
.scenario_sidebar{
	float: left;
	width: 300px;
	position: relative;
}
	@media screen and (max-width: 800px){
		.scenario_sidebar{	display: none; }
	}

.scenario_sidebar .list_inner{
	margin: 0 15px;
}
.list_inner li{
	box-sizing: border-box;
	display: block;
	padding: 7px 10px;
	border-bottom: 1px solid #A7A7A7;
	position: relative;
}
.list_inner li:first-child{
	box-sizing: border-box;
	display: block;
	padding: 7px 10px;
	border-top: 1px solid #A7A7A7;
	border-bottom: 1px solid #A7A7A7;
}
.list_inner li i{
	position: absolute;
	right: 10px;
	top: 10px;
	color: #999;
}
.list_inner a{
	color: #666;
	display: block;
	transition: .2s;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.list_inner a:hover{
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	text-decoration: none;
	background-color: rgba(140,198,63,0.18);
}
.scenario_doc{
	float: right;
	width: 640px;
}
.doc_inner{
	margin: 17px 0 0 20px;
}
	@media screen and (max-width: 800px){
		.scenario_doc{	float: none; width: 95%; margin: 0 auto; }
		.doc_inner{	margin: 30px 0 0 0; }
		.doc_inner img { max-width: 98%; margin: 0 auto; }
}



.doc_inner h3{
	display: block;
	font-size: 18px;
	padding: 3px 10px;
	margin-bottom: 10px;
	color: #FFFFFF;
	background-color: #8cc63f;
	border-radius: 3px;
}
.doc_inner h4{
	font-size: 18px;
	margin-bottom: 10px;
}
.doc_inner table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}
.doc_inner .table {
    width: 100%;
    margin: 10px 0;
}
.doc_inner .table-striped tbody > tr:nth-child(odd) > td, .table-striped tbody > tr:nth-child(odd) > th {
    background-color: #FAFAFA;
}
.doc_inner .table th, .table td {
    padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}

.general_page_title {
  font-size: 26px;
  color: #333;
}

.user_create_agree_checkbox {
  margin-left: 138px;
  text-align: left;
}
	@media screen and (max-width: 640px){
		.user_create_agree_checkbox {
			margin-left: 10px;
			text-align: left;
		}
		.user_create .user_create_agree_checkbox{
			width: 98%;
			margin: 0 auto;
		}
	}

