@charset "utf-8";

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

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

#contents .pageTitle h2{
  font-size: 2.4em;
  font-weight: normal;
  color: #202784;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: #202784 1px solid;
  font-family: 'ヒラギノ丸ゴ ProN W4','Hiragino Maru Gothic ProN';
  letter-spacing: 4px;
}
#contents p.provisional{
	text-align: center;
    font-size: 18px;
    margin-top: 150px;
}
.summary{
    margin-bottom: 50px;
}
.leftSide{
	width: 340px;
    float: left;
    margin-right: 20px;
}
.rightSide{
	width: 350px;
    float: right;
}

.aboutItem{
	margin-bottom:20px;
}
.aboutItem p{
	font-size: 14px;
    line-height: 1.7;
    color: #294357;
    margin-bottom: 30px;
}
.aboutItem p span{
	color: #e66f8e;
    font-weight: bold;
    font-size: 17px;
    font-family: 'Hiragino Maru Gothic Pro','ヒラギノ丸ゴ Pro W4';
    letter-spacing: 1px;
    margin-left: 4px;
}
.aboutItem img{
	padding-left: 40px;
}
.otherLink{
	margin-bottom: 30px;
}
.otherLink p{
	font-size: 14px;
    text-align: right;
    padding-right: 10px;
}

.greeting{
	font-size: 14px;
    color: #171C61;
    line-height: 1.7;
    margin-bottom: 70px;
}
.greeting h3{
	margin-bottom: 10px;
    font-size: 14px;
    color: #294357;
    font-family: '游明朝','ヒラギノ明朝 ProN W6','HiraMinProN-W6';
}
.greeting h3 span{
	display: block;
    font-size: 24px;
}
.closing{
    font-size: 14px;
    color: #294357;
    line-height: 1.7;
    margin-bottom: 20px;
}
.closing img{
	display: block;
    margin-bottom: 20px;
}
.closing p{
    width: 640px;
    margin: 0 auto;
}
.closing span{
    font-size: 11px;
    margin: 0 5px;
    color: #DA6B8A;
}
/*----------------------
    
  ４０４エラーページ

-----------------------*/
.txtImg{
  text-align: center;
  margin-bottom: 40px;
  margin-top: 70px;
}
.message p{
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 40px;
  color: #294357;
}
.gotop a{
  display: block;
  width: 300px;
  margin: 0 auto;
  background-color: #e66f8e;
  color: #fff;
  padding: 12px;
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.02em;
}
.gotop a:hover{
  background-color: #f9d1d2;
  color: #e88c8e;
  -webkit-transition : 0.3s;
  transition: 0.3s;
}

/*----------------------
    
  お問い合わせページ

-----------------------*/
.contactClmP {
    margin-bottom: 20px;
}
.contactClm {
    width: 100%;
    padding: 10px;
    border: 1px solid #cccccc;
    float: left;
    margin-bottom: 15px;
}
.cCHlf {
    width: 350px;
}
.contactClm.cCHlf:last-child {
    margin-left: 10px;
}
.contactClm h3 {
    width: 100%;
    border-bottom: 1px solid #777;
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-size: 0.9rem;
    font-weight: 400;
}
.contactClm h3 span {
    font-weight: 900;
}
.contactClm p.contactBtn {
    width: 196px;
    height: 46px;
    margin: 20px 80px 20px auto;
    text-align: center;
    line-height: 46px;
}
.contactClm p.contactBtn a {
    display: block;
    width: 196px;
    height: 46px;
    background-color: #294357;
    border-radius: 5px;
    color: #fff;
}
.contactClm p.contactBtn a:hover {
    background-color: #E66F8E;
    transition: 0.6s;
}
.contactClm p.num {
    color: #e66f8e;
    margin: 35px auto 20px auto;
    width: auto;
    height: 30px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.contactClm p.num span {
    font-size: 28px;
    margin-left: 5px;
}
.contactClm p.num span.ico img {
    vertical-align: middle;
    margin-right: 5px;
}
.fl-l {
    float: left;
}
.fl-r {
    float: right;
}
.mrt-20 {
    margin-top: 20px;
}
.pdl-20 {
    padding-left: 20px;
}