/* 基本 -------------------------------------------------------------- */
* {
	margin: 0px;
	padding: 0px;
}
body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, blockquote, th, td {
	padding:0;
	margin:0;
}
img, embed {
	max-width: 100%;
	height: auto;
}
object{
	max-width: 100%;
}
img {
	-ms-interpolation-mode: bicubic;
	border:0px;
	vertical-align:middle;
}
body{
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", sans-serif;
	letter-spacing:0.1em;
	line-height:180%;
	color:#333333;
	overflow-x:hidden;
	font-size: 1.4rem;
}
html{
	font-size: 62.5%;
}
p{
	padding-bottom:20px;
}
img{
	border:0px;
}
.cf:before,
.cf:after {
    content:"";
    display:table;
}
.cf:after {
    clear:both;
}
.cf {
    zoom:1;
}
.cl{
	clear:both;
}
a{
	color:#0168DA;
}
a:hover{
	color:#4E96E5;
}
.kome{
	margin-left:1em;text-indent:-1em;
}
.br::before {
	content: "\A" ;
	white-space: pre ;
}
a[href $='.pdf'],* html a.pdf{
	background:url(../images/common/icon-pdf.png) no-repeat left center;
	padding-left:20px;
}
a[href$=".doc"],a[href$=".docx"],* html a.doc{   
	background:url(../images/common/icon-word.png) no-repeat left center;
	padding-left:20px;
}  
a[href$=".xls"],* html a.xls{   
	background:url(../images/common/icon-excel.png) no-repeat left center;
	padding-left:20px;
}
.anchor {
	margin:40px 0px 10px 0px;
}
.anchor li{
	list-style:none;
	margin-left:0px;
}
.anchor li a{
	float:left;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#DEDEDE));
	background: -moz-linear-gradient(top, #FFFFFF, #DEDEDE);
	background: -ms-linear-gradient(top,  #FFFFFF,  #DEDEDE);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#DEDEDE', GradientType=0)";
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#DEDEDE', GradientType=0);
	border:solid 1px #DEDEDE;
	margin:0 20px 10px 0;
	padding:5px 10px;
	border-radius: 5px;
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px;
}
a.arrow01{
	background: url(../images/common/arrow01.png) no-repeat 3px center;
	padding-left:16px;
	background-repeat: no-repeat;
	background-position: left center;
}
a.arrow02{
	background: url(../img/common/arrow01.gif) no-repeat 3px center;
	padding-right:20px;
	background-repeat: no-repeat;
	background-position: right center;
}
.padding-b20 {
	padding-bottom: 20px;
}

/* マウスオーバ -------------------------------------------------------------- */
a img:hover{
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
}

/* フォント -------------------------------------------------------------- */
.font-ss{
	font-size:1.0rem;
	line-height:160%;
}
.font-s{
	font-size:1.2rem;
	line-height:160%;
}
.font-m{
	font-size:1.4rem;
	line-height:160%;
}
.font-mm{
	font-size:1.6rem;
	line-height:160%;
}
.font-l{
	font-size:1.6rem;
	font-weight: bold;
	line-height:160%;
}
.font-ll{
	font-size:2.0rem;
	font-weight: bold;
	line-height:160%;
}
.font-red{
	color:#CC0000;
}
.font-a{
	color:#0D57AA;
}
.font-b{
	color:#C02155;
}
.font-aqua{
	color:#037ABA;
}
.font-gray{
	color:#666666;
}
.icon-red{
	color:#FFF;
	background:#CB0E12;
	padding:2px 6px 0;
	margin:1px 1px 0 1px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	display: inline-block;
	font-weight:bold;
}
.icon-green{
	color:#FFF;
	background:#25812C;
	padding:2px 6px 0;
	margin:1px 1px 0 1px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	display: inline-block;
	font-weight:bold;
}
.icon-blue{
	color:#FFF;
	background:#003A8F;
	padding:2px 6px 0;
	margin:1px 1px 0 1px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	display: inline-block;
	font-weight:bold;
}
.icon-a{
	color:#FFF;
	background:#0D57AA;
	padding:2px 6px 0;
	margin:1px 1px 3px 1px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	display: inline-block;
	font-weight:bold;
}
.icon-b{
	color:#FFF;
	background:#C02155;
	padding:2px 6px 0;
	margin:1px 1px 3px 1px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	display: inline-block;
	font-weight:bold;
}


/* 文字組 -------------------------------------------------------------- */
.parentElement {
  display: flex;
  align-items: center;
}

.childElement {
  flex: 1;
}

/* 申込みフォーム -------------------------------------------------------------- */
span.wpcf7-list-item {
	display: block!important;
	margin: 0!important;
}
#box{
	display:none;
}
div.open{
    display:none;
	padding: 0;
}
input[type="submit"],input[type="reset"],input[type="button"]{
	cursor:pointer;
	padding:5px 10px;
	margin:0 10px;
}
input[type="text"],input[type="email"],textarea,select{
	border: solid 1px #CCCCCC;
	border-radius: 5px;
	color:#333333;
	font-size: 14px;
	padding:1% 2%;
}
input[type=checkbox]{
	margin-right:5px;
	vertical-align:middle;
}
textarea{
	width:96%;
	height:50px;
	border-color: #CCCCCC;
}
input[type="submit"], input[type="reset"], input[type="button"] {
    font-size: 14px;
    color: rgb(255, 255, 255);
    font-family: メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
    cursor: pointer;
    padding: 15px 80px;
    background: #FF6600;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    margin: 30px auto 0px;
    border-radius: 5px;
	text-align: center;
	display: block;
}
.add1 select,
.add2 input[type="text"] {
	margin-bottom: 10px;

} 
table ::-moz-placeholder{color:#999;opacity:1}
table :-ms-input-placeholder{color:#999}
table ::-webkit-input-placeholder{color:#999}
