@charset "utf-8";

/*	リセットCSS	*/
	
*,
*::before,
*::after {
    box-sizing: border-box;
}
/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl,
section{
  margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
	/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;

}
/* Replaced content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}	
	
	
/*	//リセットCSS	*/


/* CSS Document */


.ctsWrap{	
	margin-top: 0;
}
.information {
    font-size: 13px;
    line-height: 1.7;
	padding: 0 5px;
}
.column{
	padding: 0 11px;
}

#contents h2.template {
    /* font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
    font-weight: bold;
    /* background: #000000; */
    font-size: 16px;
    /* text-align: center; */
    padding-left: 10px;
    margin-bottom: 30px;
    letter-spacing: .02em;
}
.information-section {
    margin-top: 0;
}
p.time {
    color: #999;
}
.information-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 30px;
}

.information-area {
        margin-bottom: 40px;
    }
.information-area p {
    margin-bottom: 20px;
    font-size: 14px;
}

.information-area a{
	text-decoration:underline;
}
/*PC*/
@media screen and (min-width:768px) {
/*PC*/

	.ctsWrap{

	margin-top: 0;
}
.information{
	font-size: 14px;
	line-height: 1.7;
}
.column{
	width: 100%;
}

#contents h2.template {
    /* font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
    font-weight: bold;
    /* background: #000000; */
    font-size: 17px;
    /* text-align: center; */
    padding-left: 10px;
    margin-bottom: 40px;
    letter-spacing: .02em;
}
.information-section {
/*    margin-bottom: 70px;
    margin-top: 0;
    width: 45%;
*/}
	p.time {
    color: #999;
}
    .information-title {
        font-size: 22px;
        /* border-bottom: 1px solid #333; */
        font-weight: bold;
        margin-bottom: 35px;
        /* padding-bottom: 8px; */
    }
    .information-area {
        margin-bottom: 55px;
    }
.information-area p {
    margin-bottom: 20px;
    font-size: 14px;
}
}

