@charset "UTF-8";

#content .panel_list {
    background: #efece8;
    padding: 1em;
}
#content .panel_list li {
    margin: 0 0 1.5em 1em;
}
#content .panel_list li:last-child {
    margin-bottom: 0;
}

/* ヘッダ */

/* 見出し */
.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.establishment {
    margin-bottom: 50px;
}
section article.establishment .establishment_intro {
    margin-bottom: 50px;
}
section article.establishment .establishment_intro div {
    margin-bottom: 1.5em;;
}
section article.establishment .establishment_intro .establishment_intro_img {
    text-align: center;
}

section article.establishment h3 {
	font-size: 1.6rem;
	font-weight: 400;
    line-height: 1.4;
    margin-bottom: 1.5em;
    position: relative;
}
section article.establishment h3:before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #3c3c3c;
    position: absolute;
    top: 50%;
    left: 0px;
}
section article.establishment h3 span {
    line-height: 1.4;
    display: inline-block;
    padding-right: 1em;
    background: #fff;
    position: relative;
}

/* 事業計画 */
section article.plan {
    margin-bottom: 50px;
}

/* 会長挨拶 */
section article.greeting .greeting_end {
    text-align: right;
}

@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.establishment {
    margin-bottom: 80px;
}
section article.establishment .subtitle:before {
    right: 23%;
}
section article.establishment .subtitle:after {
    right: 23%;
}
section article.establishment .establishment_intro {
    margin-bottom: 60px;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-orient:horizontal;
    -webkit-box-direction:reverse;
    -webkit-flex-direction:row-reverse;
    -ms-flex-direction:row-reverse;
    flex-direction:row-reverse;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
}
section article.establishment .establishment_intro div {
    width: 46%;
    margin-bottom: 0;;
}
section article.establishment .establishment_intro .establishment_intro_img {
    width: 50%;
}

section article.establishment h3 {
	font-size: 1.8rem;
}
section article.establishment h3 span br {
    display: none;
}

/* 事業計画 */
section article.plan {
    margin-bottom: 80px;
}
}


@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.establishment {
    margin-bottom: 120px;
}
section article.establishment .subtitle:before {
    right: 23%;
}
section article.establishment .subtitle:after {
    right: 23%;
}
section article.establishment .establishment_intro {
    margin-bottom: 100px;
}

section article.establishment h3 {
	font-size: 2rem;
}

/* 事業計画 */
section article.plan {
    margin-bottom: 120px;
}
}


@media (min-width: 1400px) {
/* メインビジュアル */
}



