@charset "utf-8";

/* 一時的なスタイル */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, 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 {
	color: #333;
    font-size: 1.4rem;
}

body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Arial,Meiryo,"Hiragino Sans",Roboto,sans-serif;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html {
	font-size: 62.5%;
}

body {
	text-align: left;
	background: none;
}

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
a:link {
	color: #575757;
}

a:visited {
	color: #575757;
}

a:hover {
	color: #575757;
}

a:active {
	color: #575757;
}

/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#conts.topConts {
	margin-bottom: 32px;
}

#conts .leadBox {
	margin: 20px 0;
	display: flex;
}

#conts .lead {
	color: #333;
	line-height: 1.8;
	width: 75%;
}

#conts .image {
	padding-right: 15px;
	width: 25%;
	text-align: center;
}

#conts .kokushi {
	margin-bottom: 15px;
	padding: 5px 50px;
	color: #56B1F7;
	font-weight: bold;
	font-size: 1.143em;
	background: url(/pc/img/kokushi/kako/index/img01.png) no-repeat 490px bottom;
}

#conts .kokushi.bottom {
	margin: 30px 0 -35px;
}

#conts .kokushi.bottom02 {
	margin: 5px 0 15px;
}

.bnTwitter {
	clear: left;
	padding-top: 32px;
}

.bnTwitter a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#conts .contsInner {
	box-sizing: content-box;
}

#topImage {
	margin-bottom: 20px;
	width: 100%;
}

#conts .toTop {
	width: 210px;
}

#contsOuter {
	float: none;
}

#conts .c-snsBlock {
	margin: 58px 10px 0;
}

#conts .bnApp {
	margin-top: 60px;
}

#conts .bnApp a + a {
	margin-top: 20px;
	display: inline-block;
}

#conts .bnApp .bnLine {
	border: 1px solid #ddd;
	border-radius: 4px;
	text-decoration: none;
	overflow: hidden;
}

#conts .incCap {
	margin-top: 50px;
}

.c-cautions {
	margin-top: 20px;
}

.c-cautions a {
	font-size: 1.4rem;
}
