@charset "UTF-8";
/* ===================================================================

	Reset CSS

=================================================================== */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
@import url(https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css);
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var,
b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section,
summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

nav ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

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

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 0;
	padding: 0;
}

/* Custom reset
------------------------------------------------------------------- */
* {
	-webkit-text-size-adjust: 100%;
	box-sizing: border-box;
}

button,
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: none;
}

ul {
	list-style: none;
}

ol {
	padding-left: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

/* Font
------------------------------------------------------------------- */
body,
button,
input,
textarea {
	font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", Helvetica, sans-serif, "icons";
}

/* HTML & Body
------------------------------------------------------------------- */
html {
	font-size: 62.5%;
}

body {
	font-size: 1.6rem;
	line-height: 1.7;
	text-align: left;
	color: #333333;
	background: #ffffff;
	min-width: 320px;
	margin: 0;
	padding: 0;
}

/* Anchor
------------------------------------------------------------------- */
a:link,
a:visited {
  color: #429ad2;
	text-decoration: none;
}

a:hover,
a:active {
  color: #419ad1;
	text-decoration: none;
	cursor: pointer;
}

a:focus {
	outline: none;
}

a.blank::after {
	padding-right: .4em;
	padding-left: .3em;
	color: #aaaaaa;
	content: "\f08e";
	display: inline-block;
	font-family: 'fontello';
}
/* PDFファイル 
a[href$=".pdf"]:after {
font-family: 'fontello';
content: '\f1c1';*/
}
/* ダウンロードファイル 
a[href$=".zip"]:after {
font-family: 'fontello';
content: '\f1c6';*/
}
/* 外部リンク 
a[href^="http://"]:after {
font-family: 'fontello';
content: '\f08e';*/
}
/* Alpha
------------------------------------------------------------------- */
a:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
	transition: all .5s;
	opacity: 0.7;
}

/* Img
------------------------------------------------------------------- */
img {
	max-width: 100%;
	height: auto;
	display: block;
}
/* Clear
------------------------------------------------------------------- */
.clr {
	clear: both;
}

/* Clearfix
------------------------------------------------------------------- */
.cf::after {
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
.cf {
	display:inline-block;
}
/* exlude MacIE5 \*/
* html .cf {
	height:1%;
}
.cf {
	display:block;
}
/* end MacIE5 */

.cf + * {
	clear: both;
}

/* Float content
------------------------------------------------------------------- */
.fl {
	float: left;
	margin-right: 10px;
}

.fr {
	float: right;
	margin-left: 10px;
}
/* Font
------------------------------------------------------------------- */
/* Font Size */
.fs0 {
	font-size: 0 !important;
	line-height: 0 !important;
}

.fs10 {
	font-size: 1rem !important;
	line-height: 1.5 !important;
}

.fs11 {
	font-size: 1.1rem !important;
	line-height: 1.5 !important;
}

.fs12 {
	font-size: 1.2rem !important;
	line-height: 1.5 !important;
}

.fs13 {
	font-size: 1.3rem !important;
	line-height: 1.5 !important;
}

.fs14 {
	font-size: 1.4rem !important;
	line-height: 1.5 !important;
}

.fs15 {
	font-size: 1.5rem !important;
	line-height: 1.5 !important;
}

.fs16 {
	font-size: 1.6rem !important;
	line-height: 1.5 !important;
}

.fs17 {
	font-size: 1.7rem !important;
	line-height: 1.5 !important;
}

.fs18 {
	font-size: 1.8rem !important;
	line-height: 1.5 !important;
}

.fs19 {
	font-size: 1.9rem !important;
	line-height: 1.5 !important;
}

.fs20 {
	font-size: 2rem !important;
	line-height: 1.4 !important;
}

.fs21 {
	font-size: 2.1rem !important;
	line-height: 1.4 !important;
}

.fs22 {
	font-size: 2.2rem !important;
	line-height: 1.4 !important;
}

.fs23 {
	font-size: 2.3rem !important;
	line-height: 1.4 !important;
}

.fs24 {
	font-size: 2.4rem !important;
	line-height: 1.4 !important;
}

.fs25 {
	font-size: 2.5rem !important;
	line-height: 1.4 !important;
}

.fs30 {
	font-size: 3rem !important;
	line-height: 1.4 !important;
}

.fs35 {
	font-size: 3.5rem !important;
	line-height: 1.4 !important;
}

.fs40 {
	font-size: 4rem !important;
	line-height: 1.4 !important;
}

/* Font Weight */
.fwn {
	font-weight: normal !important;
}

.fwb {
	font-weight: bold !important;
}

/* Line Height */
.lh0 {
	line-height: 0 !important;
}

.lh12 {
	line-height: 1.2 !important;
}

.lh14 {
	line-height: 1.4 !important;
}

.lh16 {
	line-height: 1.6 !important;
}

.lh18 {
	line-height: 1.8 !important;
}

.lh20 {
	line-height: 2 !important;
}

/* Text align */
.tl {
	text-align: left !important;
}

.tc {
	text-align: center !important;
}

.tr {
	text-align: right !important;
}

/* Vertical align */
.vt {
	vertical-align: top !important;
}

.vm {
	vertical-align: middle !important;
}

.vl {
	vertical-align: baseline !important;
}

.vb {
	vertical-align: bottom !important;
}

/* Font Color */
.gray {
	color: #aaaaaa !important;
}

.red {
	color: #f03c62 !important;
}

.blue {
	color: #0f64c8 !important;
}

/* Sup */
sup {
	font-size: 1.1rem;
	line-height: 1;
	vertical-align: top;
	color: #c4c4c4;
}

.txt {
	text-align: justify;
	text-justify: inter-ideograph;
}

/* Margin
------------------------------------------------------------------- */
.mt0 {
	margin-top: 0 !important;
}

.mt5 {
	margin-top: 5px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt15 {
	margin-top: 15px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt25 {
	margin-top: 25px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt35 {
	margin-top: 35px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mt45 {
	margin-top: 45px !important;
}

.mt50 {
	margin-top: 50px !important;
}

.mt55 {
	margin-top: 55px !important;
}

.mt60 {
	margin-top: 60px !important;
}

.mt65 {
	margin-top: 65px !important;
}

.mt70 {
	margin-top: 70px !important;
}

.mt75 {
	margin-top: 75px !important;
}

.mt80 {
	margin-top: 80px !important;
}

.mt85 {
	margin-top: 85px !important;
}

.mt90 {
	margin-top: 90px !important;
}

.mt95 {
	margin-top: 95px !important;
}

.mt100 {
	margin-top: 100px !important;
}

.mb0 {
	margin-bottom: 0 !important;
}

.mb5 {
	margin-bottom: 5px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb25 {
	margin-bottom: 25px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb35 {
	margin-bottom: 35px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.mb45 {
	margin-bottom: 45px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

.mb55 {
	margin-bottom: 55px !important;
}

.mb60 {
	margin-bottom: 60px !important;
}

.mb65 {
	margin-bottom: 65px !important;
}

.mb70 {
	margin-bottom: 70px !important;
}

.mb75 {
	margin-bottom: 75px !important;
}

.mb80 {
	margin-bottom: 80px !important;
}

.mb85 {
	margin-bottom: 85px !important;
}

.mb90 {
	margin-bottom: 90px !important;
}

.mb95 {
	margin-bottom: 95px !important;
}

.mb100 {
	margin-bottom: 100px !important;
}

/* Table
------------------------------------------------------------------- */
.table {
	border-style: solid;
	border-width: 1px 1px 0 0;
	border-color: #dddddd;
	width: 100%;
	table-layout: fixed;
}

.table th,
.table td {
	text-align: left;
	line-height: 1.6;
	vertical-align: top;
	border-style: solid;
	border-width: 0 0 1px 1px;
	border-color: #dddddd;
}

.table thead th {
	background: #ffe293;
}

.table tbody th {
	font-weight: normal;
	text-align: left;
	background: #f7f6ed;
}

.table_thin thead th {
	padding: 8px 0;
	font-size: 1.2rem;
}

.table_thin tbody th,
.table_thin tbody td {
	padding: 10px 1em;
	display: block;
}

.table_regular thead th {
	padding: .4em 0;
	background: #dddddd;
}

.table_regular tbody th,
.table_regular tbody td {
	display: block;
}

.table_regular tbody th {
	padding: .5em 1em;
}

.table_regular tbody td {
	padding: 1em;
}

.table_heavy thead th {
	padding: 15px 0;
}

.table_heavy tbody th,
.table_heavy tbody td {
	padding: 15px 1em 13px;
	display: block;
}

/* Cell Width */
.table .w5 {
	width: 5% !important;
}

.table .w10 {
	width: 10% !important;
}

.table .w15 {
	width: 15% !important;
}

.table .w20 {
	width: 20% !important;
}

.table .w25 {
	width: 25% !important;
}

.table .w30 {
	width: 30% !important;
}

.table .w33 {
	width: 33% !important;
}

.table .w35 {
	width: 35% !important;
}

.table .w40 {
	width: 40% !important;
}

.table .w45 {
	width: 45% !important;
}

.table .w50 {
	width: 50% !important;
}

.table .w55 {
	width: 55% !important;
}

.table .w60 {
	width: 60% !important;
}

.table .w65 {
	width: 65% !important;
}

.table .w70 {
	width: 70% !important;
}

.table .w75 {
	width: 75% !important;
}

.table .w80 {
	width: 80% !important;
}

.table .w85 {
	width: 85% !important;
}

.table .w90 {
	width: 90% !important;
}

.table .w95 {
	width: 95% !important;
}
