/* vi: set ts=4 sw=4 noet fenc=utf-8 ff=unix notextmode jcode=t : encoding="UTF-8"
 * @version	$Id$
 */
@charset "utf-8";


html {
	font-size: 20px;
	scroll-behavior: smooth;
}

body {
	font-size:1.2rem;
	line-height:140%;
	background-color: #c0dcfb;
	font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
	-webkit-touch-callout:none;/* link URL表示制御 */
	margin:0 auto;
	color:#333;
}

div,p,ul,li,dl,dt,dd,h1,h2,h3,h4,h5 {
	padding:0;
	margin:0;
	line-height:140%;
}

img {
	width: 100%;
}

/* link URL表示制御 */
a {
	cursor:pointer;
}
.alink {
	color:#0000E5;
	text-decoration:underline;
}

.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #fff;
    border: solid 2px #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
	box-shadow: 0 4px 6px rgb(0 0 0 / 30%);
}

.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    transform: translateY(20%) rotate(-45deg);
}

#wrapper {
	width: 600px;
	margin: 0 auto;
	background-color: #FFF;
	border-right: 10px solid #c0dcfb;
	border-left: 10px solid #c0dcfb;
}
#wrapper .inner {
	padding: 0 10px;
}
#head {
	text-align: center;
	padding: 10px 0;
	/*border-bottom: 1px solid #05548c;*/
}
.content {
	border-bottom: 2px solid #05548c;
}
.content h3 {
	font-size: 90%;
	text-align: center;
	background-color: #f7ab00;
	color: #FFF;
	padding: 10px 0;
	margin: 0 20px 30px 20px;
	box-shadow: 2px 2px 2px #AAA;
}
.content ul {
	display: table;
	width: 580px;
	margin: 0 auto 30px auto;
}
.content ul li {
	display: table-cell;
	width: 145px;
	text-align: center;
}
.content ul li img {
	width: 145px;
}
.content ul.list_part {
	overflow: hidden;
}
.content ul.list_part li {
	float: left;
	padding: 0 25px;
}
.content .guide {
	border: 5px solid #006cb7;
	border-radius: 20px;
	margin: 30px 20px 20px 20px;
	padding: 15px;
}
.content .guide h5 {
	font-size: 120%;
	color: #006cb7;
	text-shadow: 1px 1px 2px #CCC;
	padding: 5px 0 15px 5px;
}
.content .guide p {
	padding: 0 0 0 5px;
}

#app .top {
	overflow: hidden;
	padding: 20px 20px 15px 20px;
}
#app .top .icon {
	float: left;
	padding: 0 15px 0 5px;
}
#app .top .icon img {
	width: 145px;
}
#app .top .title {
	float: left;
	color: #05548c;
	font-size: 140%;
	font-weight: bold;
	padding-top: 10px;
}
#app .top .title .os {
	overflow: hidden;
	margin-bottom: 10px;
}
#app .top .title .os p {
	float: left;
	min-width: 60px;
	text-align: center;
	font-size: 50%;
	border-radius: 24px;
	background-color: #05548c;
	color: #FFF;
	font-weight: bold;
	padding: 2px 10px;
	margin-right: 10px;
}
#app .dl {
	overflow: hidden;
	color: #FFF;
	background-color: #fdffc5;
	/*background-color: #f7ab00;*/
	margin: 0 10px 20px 10px;
	padding: 20px;
}
#app .dl .free {
	float: left;
	position: relative;
	background-color: #006cb7;
	border-radius: 10px 0 0 10px;
	z-index: 0;
}
#app .dl .free::before,
#app .dl .free::after {
    position: absolute;
    right: -15px;
    width: 50%;
    height: 50%;
    background-color: #006cb7;
    content: '';
    z-index: -1;
}
#app .dl .free::before {
    top: 0;
    transform: skew(45deg);
}
#app .dl .free::after {
    top: 50%;
    transform: skew(-45deg);
}
#app .dl .btn {
	width: 200px;
	margin: 0 auto;
	padding: 10px 30px 15px 30px;
	text-align: center;
	 background: linear-gradient(rgb(0, 240, 150), rgb(16, 185, 89));
	 border-radius: 14px;
	 box-shadow: 3px 3px 10px 0px rgba(255,255,255,0.75) inset,-3px -3px 10px 0px rgba(0,0,0,0.75) inset;
	/*
	float: left;
	margin-left: 30px;
	*/
}
#app .dl .btn a,
#app .dl .btn a:link,
#app .dl .btn a:visited,
#app .dl .btn a:hover,
#app .dl .btn a:active {
	text-decoration: none;
}
#app .dl .btn p {
	font-weight: bold;
	font-size: 100%;
	color: #FFF;
	line-height: 120%;
	text-shadow: 
		3px 3px 0 #333,
		-1px 1px 0 #333,
		-1px -1px 0 #333,
		1px -1px 0 #333;
	font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
#app .result {
	padding: 0 15px 15px 15px;
	border-bottom: 2px solid #05548c;
}
#app .result .disp {
	margin-bottom: 10px;
	display: none;
}
#app .result p {
	margin-bottom: 10px;
}
#app .result .slide {
	overflow-x: scroll;
	border: 1px solid #CCC;
}
#app .result .slide table {
	width: 610px;
}
#app .result .slide table td {
	width: 150px;
	padding-right: 10px;
}
#app .result .slide table td img {
	width: 150px;
}

footer {
	margin-top: 10px;
	text-align: center;
	color: #006cb7;
	border-bottom: 7px solid #05548c;
}
footer a,
footer a:link,
footer a:visited,
footer a:hover,
footer a:active {
	text-decoration: none;
	font-size: 80%;
	color: #333;
}
footer img {
	width: 100px;
}
footer .copy {
	font-size: 70%;
	padding: 10px 0;
}
