@charset "utf-8";

.al_l{ text-align: left !important;}
.al_c{ text-align: center !important;}
.al_r{ text-align: right !important;}

.txt_red{ color: #f00;}
.txt-navy{ color: #058;}
.indent_1{ text-indent: 1em;}
.indent_2{ text-indent: 2em;}

.l_txt{	font-size: 130%;}
.s_txt{	font-size: 86%;}

.mt0{ margin-top: 0px !important;}
.mt10{ margin-top: 10px !important;}
.mt20{ margin-top: 20px !important;}
.mt30{ margin-top: 30px !important;}
.mt40{ margin-top: 40px !important;}
.mt50{ margin-top: 50px !important;}

.mb0{ margin-top: 0px !important;}
.mb10{ margin-top: 10px !important;}
.mb20{ margin-top: 20px !important;}
.mb30{ margin-top: 30px !important;}
.mb40{ margin-top: 40px !important;}
.mb50{ margin-top: 50px !important;}

.ml1em{ margin-left: 1em !important;}
.ml2em{ margin-left: 2em !important;}
.ml3em{ margin-left: 3em !important;}

.pad0{ padding: 0 !important;}
.pad_b0{ padding-bottom: 0 !important;}
.pad_b10{ padding-bottom: 10px !important;}
.pad_rl0{ padding-left: 0 !important; padding-right: 0 !important;}

.pc_br{ display: block;}
.sp_br{ display: none;}
@media screen and (max-width: 768px) {
	.pc_br{ display: none;}
	.sp_br{ display: block;}
}

#contents{
	width: 100%;
	max-width: 997px;
	margin: 0 auto;
}
#maincontents h2{
	background: transparent;
	border: none;
	box-shadow: none;
	color: #666;
	font-size: 200%;
	padding: 0;
	margin-top: 50px;
	text-align: center;
}
#maincontents h3{
	background: transparent;
	border: none;
	box-shadow: none;
	color: #666;
	font-size: 150%;
	font-weight: normal;
	margin-top: 50px;
	padding: 0;
}
#maincontents p{
	padding-bottom: 0;
}
#maincontents ul{
	margin-top: 10px;
	padding-bottom: 0;
}
#maincontents ul li ul{
	font-size: 90%;
}
#maincontents ul.disc,
#maincontents ul.dec,
#maincontents ol{
	padding-left: 1.5em;
}
#maincontents ul.disc li{
	list-style: disc;
}
#maincontents ul.dec li{
	list-style: decimal;
}
#maincontents a {
    color: #4195cd;
}
#maincontents a.pdf:before,
#maincontents a.word:before{
	display: inline-block;
	width: 20px;
	height: 20px;
}
#maincontents a.pdf:before{
	content:url(//www.fujitsu.com/imgv5/common/icon/icon-pdf-01.png);
	margin-right: 5px;
	vertical-align: -5px;
}
#maincontents a.word:before{
	content:url(/family/img/icon_word.gif);
	padding-left: 4px;
	margin-right: 1px;
	vertical-align: -2px;
}
.icn-m{
	position: relative;
	padding-left: 50px !important;
}
.icn-m::after{
	position: absolute;
	top: -8px;
	left: 0;
	display: block;
	width: 40px;
	height: 40px;
	background-image: url(/family/article/images/icn_medal.png);
	content: "";
}

.btn_large{
	display: inline-block;
	padding: 12px;
	margin: 0 auto 5px;
	width: 100%;
	max-width: 400px;
	color: #fff !important;
	font-weight: bold;
	font-size: 150%;
	text-align: center;
	text-decoration: none;
	background: #7db9e8;
	background: -moz-linear-gradient(top,  #7db9e8 0%, #2989d8 49%, #207cca 50%, #1e5799 100%);
	background: -webkit-linear-gradient(top,  #7db9e8 0%,#2989d8 49%,#207cca 50%,#1e5799 100%);
	background: linear-gradient(to bottom,  #7db9e8 0%,#2989d8 49%,#207cca 50%,#1e5799 100%);
	border-radius: 10px;
}
.btn_large:hover{
	color: #fff;
	opacity: 0.7;
}

/* bx-viewport */
.bx-wrapper .bx-prev{
	left: 10px;
}
.bx-wrapper .bx-next{
	right: 10px;
}

.lead_txt{
	margin: 20px auto;
}

.overview{
	display: flex;
}
.overview dt{
	width: 13%;
	min-width: 7.5em;
}
.overview dd{
	width: 86%;
}

.member-only{
	text-align: center;
	color: #f00;
	border: solid 1px #f00;
	padding: 8px !important;
}

.backnumber-list{
	width: 100%;
}
.backnumber-list li{
	width: auto;
	word-break: keep-all;
	display: inline-block;
	padding-right: 10px;
}
.backnumber-list li:last-of-type{
	width: 6.5em;
}

.contact-box{
	padding: 20px 15px;
	background-color: #efefef;
}
@media screen and (max-width: 768px) {
	.contact-box{
		width: 96%;
	}
}

/* ボックス-グレータイトル */
.box_gray{
	border: 1px solid #666;
	margin: 30px auto 0;
}
.box_gray .box_ttl{
	background-color: #555;
	padding: 10px;
}
.box_gray .box_ttl h3{
	margin-top: 0 !important;
	text-align: center;
	color: #fff !important;
	font-size: 116% !important;
	font-weight: normal;
}
.box_gray .box_inr{
	padding: 15px;
}
.box_gray .box_inr .box_txt p{
	padding: 0 !important;
}

@media screen and (max-width: 768px) {
	.box_gray{
		width: 96%;
		margin: 30px auto 0;
	}
	.box_gray .box_inr .box_txt{
		margin-top: 10px;
	}
}

/* 	2カラム */
.flex{
	display: flex;
	justify-content: space-between;
}
.flex.reverse{
	flex-direction: row-reverse;
}
.flex .box_img{
	width: 25%;
	text-align: center;
}
.flex .box_txt{
	width: 73%;
}

.flex_sp .box_img_sp{
	text-align: center;
}
.flex_sp .box_txt_sp{
	text-align: left;
	font-size: 114%;
}

@media screen and (max-width: 768px) {
	.flex{
		display: block;
	}
	.flex .box_img,
	.flex .box_txt{
		width: 100%;
	}
	
	.flex_sp{
		display: flex;
		justify-content: space-around;
	}
	.flex_sp .box_img_sp{
		width: 50%;
		text-align: right;
	}
	.flex_sp .box_txt_sp{
		width: 50%;
		margin-top: 0;
	}

}

/* オレンジボタン */
.entry_form{
	display: inline-block;
	padding: 0.5em 3em;
	border-radius: 20px;
	background-color: #f90;
	background:linear-gradient(to bottom, #f90, #fc0 48%, #f60 52%, #f90);
	color: #333 !important;
	font-size: 150%;
	font-weight: bold;
	text-decoration: none !important;
}
.entry_form:hover{
	opacity: 0.8;
}

/* ----------------- clearfix ----------------- */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
