@charset "utf-8";

/****************************************
	共通設定
*****************************************/

html, body, div, span, applet, object, iframe, strong,
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, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption, 
tbody, tfoot, thead, table, label, tr, th, td,
header, nav, section, article, footer{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-weight: normal;
	font-family:"メイリオ","ヒラギノ角ゴ Pro W3","Meiryo","Hiragino Kaku Gothic Pro";
	vertical-align: baseline;
	list-style:none;
	line-height: 1.6em;
	color:#261e1c;
}

img{vertical-align:bottom;}

html{
	height: 100%;
}
body{
    font-size: 100%;
    background: #FFF;
    height: 100%;
}

a{text-decoration: none;}
a:link{ color: #1a1a1a; }
a:visited{ color: #1a1a1a; } 
a:hover{ color: #1a1a1a; text-decoration: none;}
a:active{ color: #1a1a1a; }

.clear{ clear: both; line-height: 0}

.clearfix:after {
  content: " ";  /* 新しい空要素を作る */
  display: block;  /* ブロックレベル要素にする */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}

h1{font-size:30px; font-weight:bold;}
h2{font-size:24px; font-weight:bold;}
h3{font-size:20px; font-weight:bold;}
h4{font-size:16px; font-weight:bold;}
h5{font-size:14px; font-weight:bold;}
h6{font-size:10px; font-weight:bold;}

.lim li{
	list-style-type: square;
	padding-left: 1em;
	text-indent: -1em;
	list-style-position: inside;
}

.fm{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	text-align: center;
	font-weight: bold;
}

.mes{
	font-size: 360%;
	margin-bottom : 1.0em;
}

h3.w-line,h3.w-line_b,h3.w-line_c {
	overflow: hidden;
	text-align: center;
	margin: 0 0 40px;
	font-size: 180%;
}
h3.w-line span{
	position: relative;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	text-align: left;
	font-weight: bold;
	color: #44aeea;
}
h3.w-line_b span{
	position: relative;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	text-align: left;
	font-weight: bold;
	color: #fb6088;
}
h3.w-line_c span{
	position: relative;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	text-align: left;
	font-weight: bold;
	color: #91c54c;
}
h3.w-line span::before,
h3.w-line span::after {
	position: absolute;
	top: 50%;
	content: '';
	width: 400%;
	height: 1px;
	background-color: #44aeea;
}
h3.w-line_b span::before,
h3.w-line_b span::after {
	position: absolute;
	top: 50%;
	content: '';
	width: 400%;
	height: 1px;
	background-color: #fb6088;
}
h3.w-line span::before,h3.w-line_b span::before,h3.w-line_c span::before {
	right: 100%;
}
h3.w-line span::after,h3.w-line_b span::after,h3.w-line_c span::after {
	left: 100%;
}
h3.w-line_c span::before,
h3.w-line_c span::after {
	position: absolute;
	top: 50%;
	content: '';
	width: 400%;
	height: 1px;
	background-color: #91c54c;
}


h4.un-line {
	position: relative;
	padding: .5em .75em;
	background-color: #0097a7;
	border-radius: 6px;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, .3) inset;
	margin-bottom:30px;
	color: #FFF;
}
h4.un-line::after {
	position: absolute;
	top: 100%;
	left: 30px;
	content: '';
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 15px solid #0097a7;
}

i{margin-right:7px;}

/**********************

ANSWER 2019.09.30追加

**********************/

.fp-tableCell.answer-hd{padding:600px 0;}
