@charset "UTF-8";

/* _____________________________________________________________________ HTML5 Reset */

* {
	border:0;
	margin:0;
	outline:0;
	padding:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	font:inherit;
	font-family:inherit;
	font-size:100%;
	font-style:inherit;
	font-weight:inherit;
	text-decoration:none;
	vertical-align:baseline;
	-webkit-appearance: none;
}

html {font-size:62.5%; width:100%; height:100%;}

body {
	font-family:"Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif!important;
	font-size:10px;
	font-size:1.0rem;
	line-height:1;
	position:relative;
	-webkit-text-size-adjust:100%;
	-moz-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
	-o-text-size-adjust:100%;
	text-size-adjust:100%;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	width:100%;
	height:100%;
	margin: 0;
	padding: 0;
	color: #333;
}


article, aside, dialog, figure, footer, header, main, menu, nav, section {display:block;}
audio, canvas, video {display:inline-block;}

br,
hr {display:block;}

ol,
ul {list-style:none;}

blockquote, q {quotes:none;}
blockquote:before, blockquote:after, q:before, q:after {content:''; content:none;}

input,
select {vertical-align:middle;}

table {border-collapse:collapse; border-spacing:0; empty-cells:show;}

time, figcaption{display: inline;}

/* _____________________________________________________________________ TEXT */

p{margin:0 0 1em 0;}

.nowrap{white-space:nowrap;}

em{font-style:normal; font-weight:bold;}

/* _____________________________________________________________________ ALIGN */

.align-left{text-align:left;}
.align-center{text-align:center;}
.align-right{text-align:right;}

/* _____________________________________________________________________ FONTS */

.serif{font-family: "Roboto Slab", Garamond, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;}

.xl {font-size: 2rem;   line-height: 1.55em;}
.l  {font-size: 1.8rem; line-height: 1.6em;}
.m  {font-size: 1.6rem; line-height: 1.65em;}
.s  {font-size: 1.4rem; line-height: 1.7em;}
.xs {font-size: 1.2rem; line-height: 1.75em;}

@media only screen and (max-width: 660px) {
	.xl {font-size: 2.2rem; line-height: 1.5em;}
	.l  {font-size: 2rem; line-height: 1.55em;}
	.m  {font-size: 1.8rem;   line-height: 1.6em;}
	.s  {font-size: 1.6rem; line-height: 1.65em;}
	.xs {font-size: 1.4rem; line-height: 1.7em;}
}

.link-to-pdf:after{
	content:"クリックするとPDFが閲覧できます";
	display:block;
	text-align:center;
	color:#333;
}

.international {
	font-weight: bold;
	display: inline-block;
	margin-bottom: 10px;
	font-size: 18px;
}