@charset "utf-8";

/*********** standardized ***********/

html, body, div, span, object, iframe, small,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, em, img, strong, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,input, textarea,
table, caption, tbody, tfoot, thead, tr, th, td,
article, section, nav, header, footer, aside {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-style: normal;
	vertical-align: baseline;
	background: transparent;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
li {
	list-style: none;
}


body {
	line-height: 1.5;
	font-size: 15px;
	color: #333;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	width: 100%;
	min-width: 320px;
	-webkit-text-size-adjust: none;
	background: #fff;
}
h1, h2, h3, h4, h5{
	font-weight: normal;
	font-family: 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
img {
	vertical-align: middle;
	border: 0;
}
section {
	clear: both;
}

/*********** link ***********/

a {
	text-decoration: underline;
	color: #0099dd;
}
a:visited {
	color: #0099dd;
}
a:focus {
	outline: none;
}
a:hover {
	opacity: 0.65;
}

.disabled{
    opacity: 0.50;
}
.disabled a:hover{
    opacity: 1.0;
}

/*********** common ***********/

.textured {
	background: url(../images2/textured.jpg) repeat-x;
	background-color: rgba(250,250,250,1.0);
}
.toggle-bar {
	padding-left: 28px;
	background: url(../images2/icon-toggle.png) 0px 9px no-repeat;
	background-size: 20px;
	text-decoration: underline;
}
.toggle-bar:hover {
	cursor: pointer;
	opacity: 0.65;
}
.toggle-content {
	display: none;
}

/*********** top-page ***********/

.rail{
	max-width:1200px;
	margin: 0 auto;
	padding: 0 4%;
}


/***********  key-visual ***********/

#key-visual {
	position: relative;
	height: 480px;
	background: url(../images2/bg-download.jpg) 90% 50% no-repeat;
    background-size: cover;
    box-sizing: border-box;
}
#key-visual .app-logo {
	text-align: right;
}
#key-visual .app-logo img {
	width: 322px;
}
#key-visual .app-image {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: -100px;
}
#key-visual .app-image img {
	width: 45%;
	max-width: 400px;
	min-width: 220px;
}
#key-visual .app-image .key-img {
	width: 40%;
	max-width: 500px;
	min-width: 240px;
}
#key-visual .app-price {
	text-align: right;
	margin-top: 10px;
	padding-right: 40px;
}
#key-visual .app-price p {
	display: inline-block;
	text-align: left;
	width: 240px;
	padding: 8px 0px 6px 8px;
	background-color: rgba(0,0,0,0.4);
	color: #fff;
	overflow: hidden;
	border-radius: 8px;
}
#key-visual .app-price img {
	float: left;
	width: 40px;
	border-radius: 8px;
}
#key-visual .app-price span {
	display: block;
	margin-left: 50px;
}
#key-visual .app-bnr{
    position: absolute;
    right: 40px;
    bottom: 40px;
    background: rgba(255,255,255,0.3);
    padding:10px 10px 5px;
}

@media screen and (max-width: 1300px) {
	#key-visual .app-logo img {
		width: 280px;
	}
}
@media screen and (max-width: 1100px) {
	#key-visual .app-logo {
		padding-right: 20px;
	}
	#key-visual .app-price {
		padding-right: 20px;
	}
        #key-visual .app-bnr{
            position: relative;
            right: 0px;
            bottom: 0px;
            top:10px;
            margin:auto;
            max-width:290px;
        }
}
@media screen and (max-width: 640px) {
	#key-visual {
		height: 280px;
	}
	#key-visual .app-logo {
		padding-right: 0;
		text-align: center;
	}
	#key-visual .app-price {
		text-align: center;
		padding-right: 0;
	}
}

/*********** catch copy ***********/
/** #pagemap_line-upと#user_guideのCSSを#catch-copyと#newsに間借り **/


#catch-copy {
	margin-top: 110px;
	clear: both;
}
#catch-copy h1 {
	text-align:center;
	font-size: 48px;
	margin-bottom: 3%;
	line-height: 1.2;
}
#catch-copy h1 span {
	display: inline-block;
}
#catch-copy p,
#user_guide p {
	color: #444;
	max-width: 780px;
	margin: 0 auto;
	margin-bottom: 50px;
}

#papermap_line-up p {
	padding-left: 20px;
}

#user_guide p {
	text-align: center;
}

#catch-copy ul,
#papermap_line-up ul,
#user_guide ul {
	text-align: center;
	max-width: 780px;
	margin: 0 auto;
}
.catch-comment{
   margin:auto;
   max-width:780px;
}
.catch-info{
   border:red 1px solid;
   padding:10px;
   width:90%;
   max-width:780px;
   margin:10px auto;
   color:red;
}
.catch-info-b{
   border:blue 1px solid;
   padding:10px;
   width:90%;
   max-width:780px;
   margin:10px auto 20px;
}
.catch-info-b strong{
    color:purple;
}
.catch-info-b div {
    text-align: center;
    margin:10px auto;
}
#catch-copy li,
#papermap_line-up li,
#user_guide li {
    padding: 0 5px;
    box-sizing: border-box;
    margin: 30px auto;
}

#catch-copy li img,
#papermap_line-up li img,
#user_guide li img {
	width: 200px;
}

#papermap_line-up h2,
#user_guide h2 {
    font-size: 36px;
    text-align: center;
}

.pl_img {
	padding: 50px 0;
	text-align: center;
}

#user_guide {
	padding: 20px 0 0 0;
	overflow: hidden;
}
#user_guide h3 {
	font-size: 24px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}

#user_guide h3 span {
    color: #ff095a;
}

#guide_ge {
	overflow: hidden;
	padding-bottom: 30px;
}

#guide_ge .questions {
	margin-bottom: 40px;
}

#guide_ge h4{
	margin-top:0.5em;
	margin-bottom: 1.5em;
	text-align: center;
	font-size: 18px;
	color: #37474f;

}

@media screen and (max-width: 1100px) {
	#catch-copy h1 {
		font-size: 44px;
	}
}

@media screen and (max-width: 640px) {
	#catch-copy h1 {
		font-size: 32px;
	}
}


/*********** news ***********/

#news,
#papermap_line-up,
#user_guide {
	border-top: 1px solid #ddd;
	padding: 50px 0;
}
#news h2,
#papermap_line-up h2,
#user_guide h2  {
	font-size: 36px;
	text-align: center;
	line-height: 1.2;
}
#news h2 span,
#papermap_line-up h2 span,
#user_guide h2 span {
	display: inline-block;
}
#news h3 {
	line-height: 1.2;
	font-size: 24px;
}
.news1 {
	padding: 50px 40px 0 40px;
	overflow: hidden;
}
.news1 .news-image {
	display: inline-block;
	float: left;
}
.news1 .news-image img {
	width: 100%;
	max-width: 280px;
}
.news1 div {
	margin-left: 320px;
}
.news1 span {
	display: block;
}
.news1 .news-image img {
	width: 100%;
}
.news1 .news-text {
	margin-top: 15px;
}
.news1 .news-desc {
	margin-top: 30px;
}
.news1 .news-desc strong {
	display: block;
}

.news1 .news-desc img{
        width:100%;
        max-width: 500px;
        margin:5px auto;
}
.area_btn a {
	text-decoration: none;
	display: block;
	color: #FFF;
	padding: 10px;
}

.area_btn {
	width: 40%;
	display: block;
	background: #3b88ea;
	color: #555;
	margin-top: 10px;
	text-align: center;
}

.pl_img img {
	width: 100%;
	max-width: 280px;
}

@media screen and (max-width: 1080px) {
	.news1 div {
		padding-top: 0;
	}
	.area_btn {
		width: 70%;
		margin: 20px auto 0 auto;
	}
}
@media screen and (max-width: 780px) {
	.news1 {
		padding: 30px 0 0 0;
		overflow: hidden;
	}
	.news1 .news-image {
		float: none;
		display: block;
		text-align: center;
		margin-bottom: 10px;
	}
	.news1 .news-image img {
		width: 80%;
	}
	.news1 div {
		margin-left: 0;
		padding-top: 6%;
	}
	.news1 .news-desc {
		margin-top: 15px;
	}
}

.news2 {
	clear: both;
	overflow: hidden;
}
.news2 ul li {
	box-sizing: border-box;
	width: 50%;
	float: left;
	padding: 40px;
}
.news2 ul li h3 {
	padding-top: 65px;
	margin-left: 260px;
}
.news2 .news-image {
	overflow: hidden;
	float: left;
	margin-top: -75px;
}
.news2 .news-image img {
	border-radius: 100%;
	width: 220px;
}
.news2 .news-text {
	margin-top: 15px;
	margin-left: 260px;
}

@media screen and (max-width: 1200px) {
	.news2 ul li h3 {
		padding-top: 20px;
		margin-left: 0;
		text-align: center;
	}
	.news2 .news-image {
		float: none;
		margin-top: 20px;
		text-align: center;

	}
	.news2 .news-text {
		margin-top: 20px;
		margin-left: 0;
	}
}
@media screen and (max-width: 780px) {
	.news2 ul li {
		width: 100%;
		padding: 0;
		border-top: 1px solid #ddd;
		margin-top: 30px;
	}
	.news2 ul li h3 {
		padding-top: 30px;
	}
}


/*********** featire ***********/

.headline-photo {
	height: 550px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
}
.headline-photo h2 {
	text-align: center;
	width: 440px;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	font-size: 48px;
	color: #fff;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	line-height: 1.2;
	margin: 0 auto;
	padding-top: 100px;
}
.headline-photo h2 img {
	width: 60px;
	border-radius: 8px;
	margin-bottom: 10px;
}
.headline-photo h2 span {
	display: block;
}

#feature1 .headline-photo {
	background: url(../images2/bg-feature1.jpg) 50% 50% no-repeat;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
#feature1 .headline-photo h2 {
	margin-left: 6%;
}
#feature2 .headline-photo {
	background: url(../images2/bg-feature2.jpg) 20% 50% no-repeat;
}
#feature2 .headline-photo h2 {
	margin-right: 6%;
}
#feature3 .headline-photo {
	background: url(../images2/bg-feature3.jpg) 50% 40% no-repeat;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;

}
#feature3 .headline-photo h2 {
        margin-left: 6%;
}

@media screen and (max-width: 780px) {
	.headline-photo {
		height: 280px;
	}
	.headline-photo h2 {
		font-size: 32px;
		padding-top: 50px;
		width: 220px;
	}
	.headline-photo h2 img {
		width: 50px;
	}
	#feature1 .headline-photo, #feature2 .headline-photo, #feature3 .headline-photo {
		background-size: 780px;
	}
	#feature1 .headline-photo h2 {
		margin-left: 10px;
	}
	#feature2 .headline-photo h2 {
		margin-right: 10px;
	}
}
@media screen and (max-width: 640px) {

	#feature1 .headline-photo, #feature2 .headline-photo, #feature3 .headline-photo {
		background-size: 640px;
	}
}



.feature-topic {
	padding: 60px 40px;
	overflow: hidden;
}
.feature-topic ul li {
	float: left;
	width: 33%;
	box-sizing: border-box;
	padding: 0 40px;
	min-height: 180px;
}
.feature-topic ul li:nth-child(2) {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
	padding-bottom: 20px;
}
.feature-topic h3 {
	text-align: center;
    font-size: 20px;
}
.feature-topic h3 span {
	display: inline-block;
}
.f-lead {
	margin-top: 20px;
}
.f-photo {
	margin-top: 30px;
	text-align: center;
}
.f-photo img {
    width: 100%;
	max-width: 240px;
    overflow: hidden;

    margin: 0 auto;
}

@media screen and (max-width: 960px) {
	.feature-topic ul li {
		padding: 0 20px;
	}
	.feature-topic {
		padding: 40px 20px;
	}
}
@media screen and (max-width: 780px) {
	.feature-topic ul li:nth-child(2) {
		border: none;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		padding-bottom: 30px;
	}
	.feature-topic ul li {
		width: 100%;
		float: none;
		padding: 30px 0;
	}
	.feature-topic {
		padding: 0 4%;
		margin-bottom: 30px;
	}
}


/*********** Lineup ***********/

#line-up {
	padding: 50px 0;
	border-top: 1px solid #ddd;
}
#line-up h2 {
	font-size: 36px;
	text-align: center;
}
#line-up h2 img {
    width: 270px;
    border-radius: 8px;
    vertical-align: middle;
}
#line-up h2 span {
    vertical-align: middle;
	display: inline-block;
}
#line-up h2 span.lineup-logo {
    vertical-align: inherit;
}
#line-up ul {
	margin-top: 20px;
	overflow: hidden;
}
#line-up ul li {
	float: left;
	width: 50%;
	padding: 0 60px;
	padding-bottom: 20px;
	box-sizing: border-box;
	margin-top: 20px;
}
#line-up ul li h3 {
	font-size: 24px;
	display: inline-block;
}
#line-up ul li h3 span {
	color: #ff095a;
}
#line-up ul li .l-link {
	display: inline-block;
	margin-left: 8px;
}
#line-up ul li .l-os {
	margin-top: 15px;
}
#line-up ul li .l-os a img {
	width: 100%;
}
#line-up ul li .l-os a {
	display: inline-block;
	height: 42px;
	width: 42px;
	border-radius: 100%;
	border: 3px solid #94BD31;
	vertical-align: middle;
	overflow: hidden;
}
#line-up ul li .l-os a.apple-link {
	border: 3px solid #bababa;
}
#line-up ul li .l-os span {
	vertical-align: baseline;
}
#line-up ul li .l-function {
    margin-top: 10px;
    margin-bottom: 10px;
}
#line-up ul li .l-price {
    margin-top: 15px;
}
#line-up ul li .l-price span {
	display: block;
}
#line-up ul li .l-function span {
	text-decoration: none;
    display: inline-block;
    font-size: 12px;
    padding: 10px;
    background: #fff;
    color: #333;
    border: 1px solid #bbb;
    margin-top: 5px;
    border-radius: 5px;

}
#line-up ul li .l-function span.icon-off {
    background: #bbb;
	color: #999;
}
#line-up ul li .l-function span.icon-option {
    border: 1px dashed #bbb;
	color: #666;
    background: #eee;
}
@media screen and (max-width: 1120px) {
	#line-up ul li {
		float: none;
		width: 100%;
		padding: 30px 0 0 0;
		margin-top: 30px;
		border-top: 1px solid #ddd;
	}
	#line-up ul li:first-child {
		border: none;
		padding: 0;
		margin-top: 10px;
	}
}

/*********** download ***********/

#download-info {
	background-color:blue;
    height: 480px;
background: url(../images2/key-visual3.jpg) 0 90% no-repeat;
    /* border-top: 1px solid #ddd; */
    /* border-bottom: 1px solid #ddd; */
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    /* overflow: hidden; */
    background-size: cover;
}
#download-info div {
	padding: 20px 0 0 8%;
}
#download-info h2 {
	font-size: 48px;
	text-align: left;
}

#download-info h2 span {
	display: block;
	font-size: 18px;
}

#download-info ul {
	margin-top: 20px;
}

#download-info ul li {
	display: inline-block;
	margin: 5px;
}
#download-info ul li a {
    display: inline-block;
    width: 220px;
    height: 55px;
    padding: 10px 15px;
    font-size: 20px;
    line-height: 1.2;
    color: #264766;
    font-weight: bold;
    text-decoration: none;
    background: url(../images2/texture-green.jpg) 0px -15px repeat-x;
    border-radius: 8px;
    border: 4px solid #fff;
    overflow: hidden;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    text-align: left;
    background-size: cover;
}
#download-now ul li {
	display: inline-block;
	margin: 5px;
}
#download-now ul li a {
    display: inline-block;
    width: 220px;
    height: 55px;
    padding: 10px 15px;
    font-size: 20px;
    line-height: 1.2;
    color: #264766;
    font-weight: bold;
    text-decoration: none;
    background: url(../images2/texture-green.jpg) 0px -15px repeat-x;
    border-radius: 8px;
    border: 4px solid #fff;
    overflow: hidden;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    text-align: left;
    background-size: cover;
}
#download-now ul li .app-d-name {
    font-size: 16px;
}
#download-now ul li a span {
    display: block;
    margin-left: 65px;
}

#download-info ul li .app-d-name {
	font-size: 16px;
}

#download-info ul li a img {
    float: left;
    width: 50px;
    border-radius: 8px;
}
#download-now ul li a img {
    float: left;
    width: 50px;
    border-radius: 8px;
}
#download-info ul li a span {
	display: block;
	margin-left: 65px;
}

@media screen and (max-width: 780px) {
	#download-info {
		height: 280px;
		background-size: 900px;
		background-position: 75% 20%;
	}
	#download-info div {
		padding: 20px 0 0 40px;
	}
	#download-info h2 {
		font-size: 32px;
		line-height: 1.2;
	}
	#download-info h2 span {
		font-size: 16px;
	}
	#download-info ul li a {
	}
}
@media screen and (max-width: 640px) {
	#download-info div {
		text-align: center;
		padding: 20px 10px 0 10px;
	}
	#download-info ul li {
		display: block;
	}
	#download-info ul li a {
		padding: 6px 12px;
	}
}


/*********** footer ***********/

footer {
	padding: 30px 0 30px 0;
	text-align: center;
}
footer ul li {
	display: inline-block;
	margin: 0 4px;
}
footer ul li a,
footer ul li a:visited {
	text-decoration: underline;
}
footer small {
	display: block;
	margin-top: 10px;
}
footer small span {
	display: inline-block;
}
@media screen and (max-width:640px){
	footer{
		height: 50px;
		padding-top: 15px;
	}
}

/*********** header ***********/

header {
	position: fixed;
	display: none;
	top: 0;
	width: 100%;
	background: rgba(35,76,132,0.8);
	height: 70px;
	box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.3);
	font-size: 14px;
}
header .header-body {
	position: relative;
}
header .header-logo {
	margin-top: 5px;
	display: block;
	width: 40%;
	max-width: 200px;
	height: 60px;
	margin-left: 20px;
	background: url(../images2/appbn3.png) no-repeat;

	background-size: 100%;
	background-position: 50% 50%;
}
header .header-logo img {
	width: 100%;
}
header .header-link {
	position: absolute;
	top: 22px;
	right: 20px;
}
header .header-link li {
	display: inline;
	color: #fff;
}
header .header-link li a {
	color: #fff;
}
@media screen and (max-width:640px) {
	header .header-logo {
	margin-left: 10px;
	}
	header .header-link {
		right: 10px;
	}
}

/*********** bottom-banner ***********/

.app-banner {
	position: fixed;
	bottom: 0px;
	width: 100%;
	text-align: center;
	font-size: 14px;
    line-height: 1.5;
}
.app-banner p {
	position: relative;
	display: inline-block;
	text-align: left;
	width: 90%;
	max-width: 440px;
	background: rgba(0,0,0,0.85);
	box-shadow: 0px 0px 4px #333;
	margin-bottom: 6px;
}
a.banner-body {
	display: block;
	padding: 8px 10px;
	color: #fff;
	text-decoration: none;
}
.app-banner span {
	display: block;
}
.app-banner span.banner-icon {
	float: left;
	width: 40px;
	height: 40px;
	overflow: hidden;
	border-radius: 4px;
}
.app-banner span.banner-icon img {
	width: 100%;
}
.app-banner span.banner-title {
	padding-left: 48px;
	font-weight: bold;
}
.app-banner span.banner-title strong {
	margin-right: 4px;
}
.app-banner span.banner-catch {
	padding-left: 48px;
}
.app-banner span.banner-close {
	position: absolute;
	padding: 6px 10px;
	color: #fff;
	top: -4px;
	right: 0px;
}


/*********** support page ***********/

#support-page header {
	display: block;
}
#support-page article {
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 60px;
}
@media screen and (max-width:1200px){
	#support-page article {
		padding-left: 10px;
		padding-right: 10px;
	}
}
#support-page section{
	background: #fafafa;
	margin-bottom: 30px;
	box-shadow: 0 0 5px #ccc;
	border-radius: 5px;
}

@media screen and (max-width:780px) {
	#support-page .rail {
		padding: 0 15px;
	}
}
#support-page h1{
	font-size: 32px;
	margin: 30px 0;
	padding-left: 10px;
}
#support-page h1 img{
	width: 40px;
	vertical-align: sub;
	border-radius: 8px;
}
#support-page h2{
	font-size: 24px;
	padding: 0px 0px 10px 36px;
	border-bottom: 1px solid #ddd;
	background-position: 0px 4px;
	background-repeat: no-repeat;
	background-size: 28px;
}
#support-page h2.news{
	background-image: url(../images2/icon-info.png);
}
#support-page h2.faq{
	background-image: url(../images2/icon-question.png);
}
#support-page h2.contact{
	background-image: url(../images2/icon-contact.png);
}
#support-news {
	padding: 20px 0 5px 0;
}
#support-news ul li {
	overflow: hidden;
	padding:15px 0;
	border-top: 1px dashed #ddd;
}
#support-news ul li:first-child {
	border: none;
}
#support-news li p {
	display: inline-block;
}
#support-news .n-date {
	margin-right: 5px;
	color: #4BA13D;
}
@media screen and (max-width:780px) {
	#support-news li p {
		display: block;
	}
}
#support-faq {
	padding: 20px 0 0 0;
	overflow: hidden;
}
#support-faq h3 {
	font-size: 28px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}
#support-faq h3 img {
	width:200px;
	vertical-align: sub;
}
#support-faq h3 span {
    color: #ff095a;
}

#faq-normal2,
#faq-spass1,
#faq-spass2 {
	padding-left: 30px;
	overflow: hidden;
	padding-bottom: 30px;
}

#faq-normal1 .questions,
#faq-normal2 .questions,
#faq-spass1 .questions,
#faq-spass2 .questions {
	margin-bottom: 40px;
}

#faq-iphone, #faq-spass-iphone {
	position: relative;
	top: -100px;
	display: block;
}

#faq-su h4{
	margin-top:0.5em;
	margin-bottom: 1.5em;
}

#faq-su h5{
	margin-top:0.5em;
	margin-bottom: 1.5em;
}

.osc {
	width: 100%;
	margin: 0 auto 30px;
}

.osc a li {
	width: 23%;
	min-width: 220px;
}

.osc a {
	text-decoration: underline;
	color: #fff;
}
.osc a:visited {
	color: #fff;
}

.osc-button {
	float: left;
	box-sizing: border-box;
	background: #3ad6e3;
	border: 1px solid #ddd;
	margin: 10px 2% 10px 0;
	padding: 10px;
	box-shadow: 0 0 5px #ccc;
    border-radius: 5px;
	text-align: center;
}


.os {
	float: left;
	box-sizing: border-box;
	width: 50%;
}
.os.ios {
	border-right: 1px solid #ddd;
	padding-right: 30px
}
.os.aos {
	padding-left: 30px
}
@media screen and (max-width:780px) {
	.os {
		float: none;
		width: 100%;
	}
	#faq-normal1, #faq-normal2, #faq-spass1, #faq-spass2{
		padding-left: 0;
		padding-bottom: 0;
	}
	.os.ios {
		border: none;
		padding: 0;
	}
	.os.aos {
		padding: 0;
	}

	.osc {
		width: 100%;
	}
	.osc a li {
		float: none;
		width: 100%;
	}

}
#support-faq dl{
	background: #fff;
	padding: 10px 10px;
	margin-bottom: 10px;
	border: 1px solid #ddd;
	border-radius: 2px;
}
#support-faq dl dt{
	padding: 5px 10px 10px 25px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	background: url(../images2/icon-question.png) 0px 4px no-repeat;
	background-size: 20px;
}
#support-faq dl dd{
	line-height: 1.5em;
	padding:0 10px;
	margin-bottom: 10px;
	display:none;
}
#support-faq dl .label{
	color: #4BA13D;
	font-size: 80%;
	text-align: right;
}
#support-contact {
	padding: 20px 0;
}
#support-contact p {
	padding: 15px 0;
}
.support-link {
	text-align: center;
}
.support-link a {
	display: inline-block;
	color: #fff;
	background: #999;
	border-radius: 4px;
	padding: 10px 15px;
	text-decoration: none;
}

/*********** detail page ***********/

#detail-page header {
	display: block;
}
#detail-page article {
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 60px;
}
@media screen and (max-width:1200px){
	#detail-page article {
		padding-left: 10px;
		padding-right: 10px;
	}
}
#detail-page article section{
	background: #fafafa;
	margin-bottom: 30px;
	box-shadow: 0 0 5px #ccc;
	border-radius: 5px;
	overflow: hidden;
	padding-bottom: 30px;
}

#detail-page article h1{
	font-size: 32px;
	margin: 30px 0;
}
#detail-page article h1 img{
	width: 40px;
	vertical-align: sub;
	border-radius: 8px;
}
#detail-page article h2 {
	font-size: 24px;
	padding-top: 20px;
}
#detail-page article h2 span {
	color: #ff095a;
}
#detail-page article h3 {
	font-size: 18px;
	margin: 20px 0 10px 0;
}
#detail-page article strong {
	display: block;
}
.func-set {
	clear: both;
	overflow: hidden;
	margin-bottom: 10px;
}
.func-box {
	display: inline-block;
	box-sizing: border-box;
	width: 50%;
	float: left;
	padding: 0 20px;
	overflow: hidden;
}
.func-summary {
	margin-bottom: 20px;
	border: 1px solid #ddd;
	background: #fff;
	padding:10px 10px 5px 10px;
}
.func-image {
	width:220px;
	float: left;
}
.func-image img {
	width:100%;
}
.func-desc {
	margin-left: 240px;

}
.func-desc span {
	display:block;
	margin-bottom: 10px;
}
#func-new,
#func-base,
#func-other {
	padding: 0 20px;
}
.func-box-single {
	box-sizing: border-box;
	padding: 0 20px;
	overflow: hidden;
}
.image-double {
	padding: 0 20px 20px 0;
}
@media screen and (max-width:1000px){
	.func-box {
		width: 100%;
		float: none;
		padding: 0;
		margin-top: 20px;
		border-top: 1px dashed #ddd;
	}
	.func-box-single {
		padding: 0;
		margin-top: 20px;
		border-top: 1px dashed #ddd;
	}
}
@media screen and (max-width:640px){
	.func-image {
		width:220px;
		float: none;
		margin: 0 auto;
	}
	.func-desc {
		margin: 20px 0 0 0;
	}
	.image-double {
		padding: 0 0 20px 0;
	}
}
#detail-page footer {
	border-top: 1px solid #ddd;
}

/*********** video ***********/

.app-video {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: -100px;
}
.app-video img {
	width: 55%;
	max-width: 500px;
	min-width: 300px;
}
.app-video-sp {
	display: none;
	background: #000;
	text-align: center;
	overflow: hidden;
	width: 100%;
}
.app-video-sp iframe {
	height: 320px;
	width: 100%;
	max-width: 540px;
	display: block;
	margin: 0 auto;
}

@media screen and (max-width: 640px) {
	.app-video {
		display: none;
	}
	.app-video-sp {
		display: block;
		margin-top: -30px;
	}
}

/** sample page edit **/

.subcontents-title h2 {
	margin: 100px auto 20px;
	font-size: 36px;
	text-align: center;
}

.backto-product {
	margin: 20px auto;
	text-align: center;
}

/** support page edit **/

.clearfixed {
	clear: both;
}

h1.area {
    text-align: center;
    font-size: 36px;
    margin-bottom: 3%;
    line-height: 1.2;
}

.area-list {
	width: 100%;
	border-top: 1px solid #ddd;
    padding: 20px 0;
}

#app-feature h1 > img {
	width: 40px;
    border-radius: 8px;
    margin-bottom: 10px;
}

#app-feature section h1 {
	font-size: 32px;
    margin: 30px 0;
    padding-left: 20px;
}

.area-list-wrapper {
	max-width: 1200px;
	margin: auto;
	padding-top: 30px;
}

.no-hover:hover {
	opacity: 1.0 !important;
}

.gaide-fl{
	float:left;
	width:50%;
}