@charset 'UTF-8';
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}

body,
table,
input,
textarea,
select,
option {
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1em;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

html {
	font-size: 62.5%;
}

body {
	line-height: 1.5;
	-webkit-text-size-adjust: none;
	background: #fff;
	color: #666;
	font-size: 14px;
}

a {
	-webkit-transition: opacity .3s ease;
	     -o-transition: opacity .3s ease;
	        transition: opacity .3s ease;
}
a:hover {
	opacity: .7;
}

/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
body {
	background: url('/pc/img/kokushi/appli/bg_top.png') top right / 68% no-repeat;
}
#conts .titleArea {
	padding: 30px 0;
}
#conts .titleAreaInner {
	margin: auto;
	width: 940px;
	display: flex;
	align-items: flex-start;
}
#conts .titleArea .title span {
	margin-top: 10px;
	color: #333333;
	font-weight: normal;
	font-size: 1.6rem;
	display: inline-block;
	line-height: 1;
}
#conts .titleArea .text {
	margin-top: 8px;
	color: #333333;
	margin-left: 30px;
	line-height: 1.6;
}
#conts .titleArea .text span {
	font-weight: bold;
}

#conts .inner {
	padding: 12px 20px;
}

#conts .download {
	background: #F6FDF1;
	border: 1px solid #9AC841;
	border-radius: 4px;
}
#conts .download .inner {
	padding: 15px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#conts .downloadBox {
	padding-right: 47px;
	margin-right: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}
#conts .downloadBox::after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 23.5px 0 23.5px 22px;
	border-color: transparent transparent transparent #9AC841;
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
#conts .downloadBoxText {
	font-weight: normal;
	margin-left: 18px;
	line-height: 1.3;
	font-size: 2.4rem;
}
#conts .downloadBoxText span {
	font-weight: bold;
}
#conts .downloadBoxText .orange {
	color: #8AB339;
}
#conts .downloadText {
	margin-top: 5px;
	padding-left: 15px;
	color: #777;
	font-size: 1rem;
	position: relative;
}
#conts .downloadText::before {
	content: '※';
	position: absolute;
	left: 0;
	top: 0;
	width: 10px;
	height: 15px;
}

#conts .appliList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#conts .appliList li.google {
	margin-left: 17px;
}
#conts .appliList li a {
	display: block;
}

#conts .point {
	margin: 26px 0 33px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#conts .pointItem {
	width: calc(618px / 3);
}
#conts .pointItem:nth-child(2) {
	padding: 0 30px;
	margin: 0 30px;
	border-left: 1px solid #f7f7f7;
	border-right: 1px solid #f7f7f7;
}
#conts .pointTitle {
	padding-bottom: 12px;
	font-size: 19px;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
}
#conts .pointTitle:not(:first-child) {
	border-top: 1px solid #f7f7f7;
}
#conts .pointTitleBox {
	height: 110px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#conts .pointTitleBox p {
	margin: 10px -5px 0;
	font-size: 1.8rem;
	line-height: 1.4;
}
#conts .pointTitleBox p > span {
	color: #8AB339;
}
#conts .pointIcon {
	display: inline-block;
	padding: 3px 0;
	width: 80px;
	border-radius: 17px;
	color: #fff;
	font-size: 1.2rem;
	background: #9dcb3f;
	line-height: 1;
}
#conts .pointIcon span {
	font-size: 1.4rem;
	display: inline-block;
	margin-left: 3px;
}
#conts .point dd {
	font-size: 1.4rem;
	line-height: 1.6;
}
#conts .point dd span {
	font-weight: bold;
}

.body {
	width: 940px;
	margin: 0 auto 62px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.bodyInfo {
	width: 618px;
	margin-right: 40px;
}

.imageBox {
	margin-top: -30px;
	position: relative;
}
.imageBox::after {
	content: '';
	position: absolute;
	width: 125px;
	height: 121px;
	top: -70px;
	right: -42px;
	background: url('/pc/img/kokushi/appli/icon_num_dl.png') center/125px 121px no-repeat;
}

.footerInner {
	padding: 20px 0;
	background: #f7f7f7;
}
.footerInner .inner {
	width: 940px;
	margin: auto;
	display: flex;
}
.innerLeft,
.innerRight {
	padding: 16px 0;
	display: flex;
	align-items: center;
}
.innerLeft {
	border-right: 1px solid #DDD;
}
.innerRight {
	position: relative;
}
.innerRight::after {
	position: absolute;
	content: '';
	left: 100%;
	bottom: 3px;
	width: 30px;
	height: 53px;
	background: url('/pc/img/kokushi/appli/illust_01.svg') center/30px 53px no-repeat;
}
.footerImg {
	margin-right: 20px;
}
.innerRight .footerImg {
	margin-left: 40px;
}
.footerText {
	line-height: 1;
}
.innerLeft .footerText {
	margin-right: 42px;
}
.innerRight .footerText {
	margin-right: 16px;
}
.footerTitle {
	font-size: 1.4rem;
	line-height: 1.5;
}
.footerLink {
	display: block;
	text-decoration: none;
	color: #666;
	font-size: 1.2rem;
	line-height: 1.5;
}
.footerLogo {
	margin-top: 5px;
}
.footer .copyright {
	display: block;
	text-align: center;
	padding: 10px 0;
}
