@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900&display=swap&subset=japanese');
@import url(https://fonts.googleapis.com/css?family=Merriweather:400,900);


/**
 * reset
 */
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, 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,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary, time, mark, audio, video, main {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	vertical-align: baseline;
	background: transparent;
	line-height:1.8;
}

body {
	color: #004f99;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif\9;
	-ms-font-feature-settings: "normal";
	text-align: left;
	overflow-x:hidden;
}


@media all and (-ms-high-contrast: none){
	/* IE10以上 */
	body {
		font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	}
}

ol, ul {
	list-style: none;
}

a {
  text-decoration: none;
  color: #004f99;
  text-decoration: underline;
}

div.area {
	float:none;
	width:1200px;
	max-width:90%;
	padding:10px 0;
	margin: 0 auto;
	clear:both;
	position:relative;
}

div.icon {
	width: 50px;
    height: 50px;
    border-radius: 50px;
    overflow: hidden;
    float:left;
    
}

div.icon img {
	width:50px;
}

p.description {
	max-width:90%;
	font-size:16px;
	font-weight:700;
	text-align:center;
	margin:0 5% 10px 5%;
	line-height:1.3;
}

p.text {
	margin:10px 0 0 60px;
	color:gray;
}

div.button-box {
	width:200px;
	margin:0 auto 15px auto;
}

div.button-box a {
	text-decoration: none;
}

p.button {
	width:150px;
	padding:5px 25px;
	text-align:center;
	background:#5881ad;
	color:white;
	position:relative;
	border-radius: 10px;
	box-shadow: 0 5px 8px #b8b2c7;
	font-weight: 500;
}

p.button:after {
	position: absolute;
    top: 11px;
    right: 15px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\f138";
}

a:hover p.button {
	background:#368fef;
}

div.info {
	width:600px;
	max-width:90%;
	border:1px solid gray;
	padding: 20px 5%;
	margin:0 auto;
}

div.footer {
	width:100%;
	margin:0 auto;
	background: #e7e7e9;
	padding:20px 0;
	margin-top:30px;
}

div.footer ul{
	width:100%;
	margin-top:20px;
}

div.footer ul li{
	text-align:center;
}

div.footer ul li a{
	color:#368fef;
	text-decoration:none;
	font-size:14px;
}

div.footer ul li a:hover{
	text-decoration:underline;
}

div.footer address {
	text-align:center;
	color:#605655;
	font-size:12px;
	padding-bottom:10px;
	opacity:.8;
	margin-top:20px;
}



