@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Noto+Serif+JP:wght@400;700&display=swap');

/*================================================
Font-size Adjustment default15px
 67%＝10px  |  107%＝16px  |  147%＝22px  |  187%＝28px  |
 73%＝11px  |  113%＝17px  |  153%＝23px  |  193%＝29px  |
 80%＝12px  |  120%＝18px  |  160%＝24px  |  200%＝30px  |
 87%＝13px  |  127%＝19px  |  167%＝25px  |
 93%＝14px  |  133%＝20px  |  173%＝26px  |
100%＝15px  |  140%＝21px  |  180%＝27px  |
=================================================*/

/**************************************************************************************************
Base
**************************************************************************************************/
* {
	padding: 0px;
	margin: 0px;
}
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 {
	line-height:2;
}
body {
	font:95% 'Noto Sans JP','メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #282828;
	background: #FFFFFF;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
strong {
	font-weight: bold;
}
em {
	font-style:normal;
	font-weight:bold;
}
table {
	font-size:inherit;
	border-collapse	: collapse;
	border-spacing	: 0;
}
caption, th {
	text-align		: left;
	vertical-align: middle;
}
td {
	vertical-align: top;
}
img {
	border	: 0;
	vertical-align: middle;
}
@media screen and (max-width : 640px){
img {
	max-width:100%;
	height:auto;
}
}

select, input, button, textarea {
	font:99% 'Noto Sans JP',arial, helvetica, clean, sans-serif;
	margin:2px;
}
address, caption, cite, code, dfn, th, var {
	font-style		: normal;
	font-weight		: normal;
}
ol, ul, li { 
	list-style		: none;
}
pre, code, kbd, samp, tt {
	font-family:monospace;
   *font-size:108%;
	line-height:100%
}

/**************************************************************************************************
Setting
**************************************************************************************************/

/* clearfix
-------------------------------------------------------------------------------------------------*/
.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.clear {
	clear:both;
}


/* Link
-------------------------------------------------------------------------------------------------*/
a:link ,
a:visited {
	text-decoration: none;
	color: #293FA3;
}
a:hover ,
a:active {
	text-decoration: none;
}
a.alpha:hover img{
	background:#FFFFFF;
	/*モダンブラウザ用*/
	opacity:0.80;
	/*IE7以下用*/
	filter:alpha(opacity=80);
	/*IE8用*/
	-ms-filter:"alpha(opacity=80)";
}

.button a::before,
.button a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button a,
.button a::before,
.button a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.btn {
	font-size:100%;
	font-weight:bold;
	padding:6px 15px 6px 25px;
	border-radius:8px;
	border:2px solid #014099;
	background:url(../images/arrow_right_blue.png) no-repeat 15px center #FFF;
}
.btn:hover {
	color:#FFF;
	background:url(../images/arrow_right.png) no-repeat 15px center #014099;
}


/* Collar
-------------------------------------------------------------------------------------------------*/
.red {
	color: #E75054;
}
.gray {
	color:#999999;
}
.blue {
	color:#014099;
}

/* BoxCollar
-------------------------------------------------------------------------------------------------*/
.grayBox {
	color:#222222;
	background: #F2F2F2;
	border: 1px solid #CCC;
	padding:12px 20px;
}
.orangeBox {
	color:#222222;
	background: #FFFEE9;
	border: 1px solid #FABE00;
	padding:12px 20px;
}
.pinkBox {
	color:#222222;
	background: #FDEEEF;
	border: 1px solid #CCC;
	padding:12px 20px;
}
.border1px_gray {
	border:#CCC 1px solid;
}
.border1px_gray_top {
	border-top:#CCC 1px solid;
}
/* List
-------------------------------------------------------------------------------------------------*/
li ul, li ol {
	margin-left:1em;
}
ul.disc>li {
	list-style: disc inside;
	text-indent:-1em;
	margin-left:1em;
}
ul.disc_img01>li {
	background: url(../images/disc_orange_icon.png) no-repeat 2px 6px;
	padding-left: 15px;
	margin-bottom:0.6em;
	line-height:1.3;
}
ul.disc_img02>li {
	background: url(../images/disc_pink_icon.png) no-repeat 2px 6px;
	padding-left: 15px;
	margin-bottom:0.6em;
	line-height:1.3;
}
ol.deci>li {
	list-style:decimal inside;
	text-indent:-2em;
	margin-left:2em;
	zoom:normal;
}
ul.alphabet>li {
	list-style:lower-alpha inside;
	text-indent:-1.3em;
	margin-left:1.3em;
}
dl.dl_float {
	width:100%;
	border-bottom: 1px solid #CCCCCC;
	color: #358700;
	background: #FFFFFF;
}
dl.dl_float>dt {
	float:left;
	clear:both;
	border-top: 1px solid #CCCCCC;
	color: #358700;
	background: #FFFFFF;
	font-weight:bold;
	padding-left:5px;
}
dl.dl_float>dd {
	background: #FFFFFF;
	color: #222222;
	padding-right:10px;
	border-top: 1px solid #CCCCCC;
	word-break:break-all;
}
.dt10em>dt {
	width:10em;
}
.dt10em>dd {
	padding-left:11em;
}
.dt8em>dt {
	width:8em;
}
.dt8em>dd {
	padding-left:9em;
}
.dt5em>dt {
	width:5em;
}
.dt5em>dd {
	padding-left:6em;
}
.dt3em>dt {
	width:3em;
}
.dt3em>dd {
	padding-left:4em;
}
@media screen and (max-width : 640px){
	
.dt10em>dt {
	width:auto;
	float:none !important;
}
.dt10em>dd {
	padding-left:5px;
	padding-right:0px;
	margin-bottom:10px;
}
}
.dl_innerbox_float {
	width:240px;
	float:left;
	/*overflow:hidden;*/
	display:table;
	padding:5px 0px 5px 15px;
}
.dl_innerbox_float>dt {
	background: #E9F8E1;
	color: #222222;
	padding: 4px 15px;
	margin-bottom:5px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	line-height:1.4;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.dl_innerbox_float>dd {
	margin-left:15px;
}
.list_indent1em {
	text-indent:-1em;
	margin-left:1em;
}
.list_deci {
	text-indent:-1.7em;
	margin-left:2.7em;
}

/* Table
-------------------------------------------------------------------------------------------------*/
table.tbl_basic {
	width:100%;
}
table.tbl_basic th ,
table.tbl_basic td {
	padding:5px 16px;
	border: 1px solid #CCC;
}
table.tbl_basic th {
	background: #FFE8D0;
	font-weight:bold;
	text-align: center;
}
table.tbl_basic tr {
	background: #FFFFFF;
}
table.tbl_basic tr.even {
	background: #F3F3F3;
}
table .width20per {
	width:20%;
}
table.innerTable {
	margin:5px 10px;
}
table.innerTable td {
	width:230px;
	padding:5px 10px 0px 10px;
}
table.innerTable td .tit {
	background: #E9F8E1;
	color: #222222;
	padding: 4px 15px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	line-height:1.4;
	font-weight: bold;
	letter-spacing: 0.1em;
}
table.innerTable td ul {
	margin-left:15px;
	margin-bottom:15px;
}
table.innerTable td ul li {
	line-height:1.4;
	margin-top:5px;
	margin-bottom:7px;
}


@media screen and (max-width : 640px){
table.tbl_basic {
}
table.tbl_basic * {
	line-height:1.3;
}
table.tbl_basic th ,
table.tbl_basic td {
	padding:5px 15px;
	text-align:left;
	display:block;
	border: none;
	white-space: normal;
}
table.tbl_basic th[scope="col"] {
	display:none;
}
table.tbl_basic th[scope="row"] {
	margin-top:10px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
table.tbl_basic td {
	background: #FFFFFF;
}
table.tbl_basic tr ,
table.tbl_basic tr.even {
	background: none;
}
table.tbl_basic tr {
	display:block;
	border-bottom: 1px solid #CCC;
}
table .width20per {
	width:auto;
}
table.innerTable {
	width:100%;
}
table.innerTable td {
	display:block;
	width:auto;
}
}


/* Margin
-------------------------------------------------------------------------------------------------*/
.margin_top10px {
	margin-top:10px;
}
.margin_top15px {
	margin-top:15px;
}
.margin_top20px {
	margin-top:20px;
}
.margin_top30px {
	margin-top:30px;
}
.margin_top40px {
	margin-top:40px;
}
.margin_top50px {
	margin-top:50px;
}
.margin_top60px {
	margin-top:60px;
}



/* Float
-------------------------------------------------------------------------------------------------*/
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.floatBox {
	overflow:hidden;
}
.floatBox .imgRight {
	float:right;
	margin-left:15px;
	margin-top:5px;
	margin-bottom:5px;
}
.floatBox .imgLeft {
	float:left;
	margin-right:15px;
	margin-top:5px;
	margin-bottom:5px;
}
.floatBox .txt {
	overflow:hidden;
}
@media screen and (max-width : 640px){
.floatLeft {
	float: none;
}
.floatRight {
	float: none;
}
.floatBox .imgRight {
	float:none;
	margin-left:0px;
}
.floatBox .imgLeft {
	float:none;
	margin-right:0px;
}
}

/* Other
-------------------------------------------------------------------------------------------------*/
.smaller {
	font-size: 80%;
}
.larger {
	font-size: 127%;
}
.center {
	text-align:center;
}
.right {
	text-align:right;
}
.bold {
	font-weight: bold;
}
.normal {
	font-weight: normal;
}
.clear {
	clear:both;
	zoom:1;
}
.nowrap {
	white-space: nowrap;
}
.displayNone {
	display:none;
}
.marker {
	background: #FDFAB5;
	color:#222222;
}
@media screen and (max-width : 640px){
.marker {
	background: #FFFFFF;
	color:#222222;
}
}
.txt_right{
	text-align:right;
}