@charset "UTF-8";

/* 見出し */
.subtitle {
	margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: solid 2px #3c3c3c;
    position: relative;
}
.subtitle:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: solid 2px #3c3c3c;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
    position: absolute;
    bottom: -11px;
    right: 10px;
}
.subtitle:after {
    content: '';
    display: block;
    width: 2px;
    height: 140%;
    background: #3c3c3c;
    position: absolute;
    top: 0px;
    right: 19px;
}
.subtitle h2 {
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.5;
}
.subtitle .en_title {
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 1;
}

/* ニュース */
section article.news table {
    width: 100%;
}
section article.news table tr {
    border-bottom: solid 1px #c1c1c1;
}
section article.news table th {
    text-align: left;
    vertical-align: top;
    display: block;
    padding: 1em 0 0.2em;
}
section article.news table td {
    display: block;
    padding-bottom: 1em;
}

@media (min-width: 375px) {
}

@media (min-width: 540px) {
}

@media (min-width: 768px) {
/* 見出し */
.subtitle {
	margin-bottom: 40px;
    padding-bottom: 10px;
}
.subtitle:before {
    width: 28px;
    height: 28px;
    bottom: -15px;
    right: 50%;
    margin-right: -13px;
}
.subtitle:after {
    top: 0px;
    right: 50%;
}
.subtitle h2 {
	font-size: 2.6rem;
}
.subtitle .en_title {
	font-size: 1.6rem;
}

/* ニュース */
section article.news table tr {
    border-width: 2px;
}
section article.news table th {
    display: table-cell;
    padding: 1em 3em;
    width: 11em;
}
section article.news table td {
    display: table-cell;
    padding: 1em 0;
}
}


@media (min-width: 1120px) {
}


@media (min-width: 1200px) {
/* 見出し */
.subtitle {
	margin-bottom: 40px;
    padding-bottom: 10px;
}
.subtitle h2 {
	font-size: 3rem;
}
.subtitle .en_title {
	font-size: 1.8rem;
}

/* ニュース */
section article.news table th {
    padding: 2em 6em;
    width: 15em;
}
section article.news table td {
    padding: 2em 0;
}
}


@media (min-width: 1400px) {
}



