@import url(common.css);
@import url(common_header.css);


/*------------------------------------------------
共通
------------------------------------------------*/
#contents .inner {
	border-top: 4px solid #436d92;
	padding-bottom: 30px;
}

#contents .inner h2 {
	line-height: 1.4;
	letter-spacing: 0.2em;
	margin-bottom: 40px;
}
#contents .inner h2 span.ja {
	font-size: 36px;
	font-size: 3.6rem;
	color: #3C6B9E;
}
#contents .inner h2 span.en {
	font-size: 17px;
	font-size: 1.7rem;
	color: #bb412f;
	display: block;
}
#contents .inner .date {
	text-align: right;
	margin-bottom: 55px;
	letter-spacing: 0.2em;
}


/* @media   */

/*  799px以下（TAB）  */
@media screen and (max-width: 799px) {

#contents .inner {
	border-width: 3px;
	padding: 35px 25px 0;
}

#contents .inner h2 {
	margin-bottom: 4rem;
}
#contents .inner h2 span.ja {
	font-size: 3rem;
}
#contents .inner h2 span.en {
	font-size: 1.2rem;
}
#contents .inner .date {
	margin-bottom: 3rem;
}

}

/*  599px以下（SP）  */
@media screen and (max-width: 599px) {

#contents .inner {
	border-top-width: 2px;
	margin: 0;
	padding: 3rem 2rem 0;
}

#contents .inner h2 {
	margin-bottom: 3.3rem;
}
#contents .inner h2 span.ja {
	font-size: 3rem;
}
#contents .inner h2 span.en {
	font-size: 1.6rem;
}

}

/* @media   */


/*------------------------------------------------
利用規約
------------------------------------------------*/

#contents .inner .terms_list a {
	text-decoration: underline;
}
#contents .inner .terms_list a:hover {
	text-decoration: none;
}
#contents .inner .terms_list li {
	line-height: 1.7;
	margin-bottom: 30px;
}
#contents .inner .terms_list > li {
	margin-bottom: 70px;
}
#contents .inner .terms_list > li li li {
	margin-bottom: 5px;
}

#contents .inner .terms_list h3 {
	color: #3c6b9e;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 25px;
	letter-spacing: 0.15em;
}

#contents .inner .terms_list .body p {
	margin-bottom: 3px;
	line-height: 1.7;
}


#contents .inner .terms_list .ti1e {
	margin-top: 30px;
}
#contents .inner .terms_list h4 {
	font-weight: 700;
	margin-bottom: 5px;
}
#contents .inner .terms_list .ti1e > li {
	text-indent: -1.5em;
	padding-left: 1.5em;
}
#contents .inner .terms_list .ti2 > li {
	text-indent: -2em;
	padding-left: 2em;
}

ol ol p {
	margin-bottom: 5px;
	text-indent: 0;
}


/*------------------------------------------------
リンク
------------------------------------------------*/

#link_list {
	word-wrap: break-word;
}
#link_list h3 {
	font-weight: bold;
	text-indent: -0.5em;
	letter-spacing: 0.15em;
	margin-bottom: 15px;
}
#link_list ul,
#link_list li {
	margin-bottom: 30px;
}
#link_list a {
	color: #3c6b9e;
}
#link_list h4 {
	letter-spacing: 0.15em;
}
#link_list h4 + dl,
#link_list dd + dt {
	margin-top: 7px;
}
#link_list dt {
	margin-bottom: 2px;
}



/* @media   */

/*  799px以下（TAB）  */
@media screen and (max-width: 799px) {

html, body {
	min-width: initial;
}
img {
	max-width: 100%;
	width: auto;
	height: auto;
}

}

/*  599px以下（SP）  */
@media screen and (max-width: 599px) {

#link_list h3 {
	margin-bottom: 1.5rem;
}
#link_list ul {
	margin-bottom: 3.5rem;
}
#link_list li {
	margin-bottom: 2.5rem;
}

}
}

/* @media   */



