@charset "UTF-8";

#content .article .red_text {
	color: #eb1f37;
}

/*INDEX*/
#content .index {
//	text-align: center;
    max-width: 1098px;
    margin: 65px auto 5px;
}
#content .index dl {
    font-size: 2rem;
    line-height: 2.5;
    margin: 0 auto 50px;
    width: 680px;
    max-width: 100%;
}
#content .index dl dt {
    font-weight: bold;
    margin-bottom: 0.5em;
}
#content .index dl dd {
    margin-bottom: 1.5em;
}
#content .index .link_bt {
    width: 680px;
    max-width: 100%;
    margin: 0 auto 50px;
}
#content .index .link_bt a {
    font-size: 2.4rem;
    font-weight: bold;
    padding: 0 25px 0 35px;
    text-decoration: none;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
    overflow: hidden;
}
#content .index .link_bt a.owner_link {
    background: #fffaf1;
    border: solid 2px #ff9a3b;
}
#content .index .link_bt a.visitor_link {
    background: #e2f0f7;
    border: solid 2px #3a9bc4;
}

/* シニア応援コース */
#content .intro h3 {
    font-size: 3.6rem;
    color: #70695e;
    text-align: center;
    background: none;
    line-height: 108px;
    display: table;
    margin: 0 auto 30px;
    padding: 0 170px;
}
#content .intro ul {
    list-style: none;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
#content .intro ul li {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 2.4;
    text-align: center;
    width: 48.7%;
    background: #f5f6f5;
    border: solid 4px #d8e3d7;
    margin-bottom: 20px;
}

#content .won_training .senior_box {
    max-width: 915px;
    margin: 60px auto 0;
}
#content .won_training .senior_box h4 {
    font-size: 3.6rem;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}
#content .won_training .senior_box h4:before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #70695e;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -1px;
}
#content .won_training .senior_box h4 strong {
    color: #70695e;
    background: #fff;
    vertical-align: middle;
    line-height: 1;
    position: relative;
}
#content .won_training .senior_box h4 strong img {
    vertical-align: middle;
    margin: 0 15px 5px;
}
#content .won_training .senior_box > div {
    background: url("../training/image/senior_back.png");
    position: relative;
}
#content .won_training .senior_open > div {
    padding: 40px;
    margin-bottom: 110px;
}
#content .won_training .senior_open .senior_img02 {
    position: absolute;
    top: 0px;
    right: -26px;
}
#content .won_training .senior_open .senior_img03 {
    position: absolute;
    bottom: -43px;
    left: -35px;
}
#content .won_training .senior_open table {
    margin: auto;
}
#content .won_training .senior_open table th {
    padding: 7px 20px 7px 0;
}
#content .won_training .senior_open table th p {
    font-size: 2.2rem;
    color: #fff;
    background: #dba258;
    padding: 0 2em;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
#content .won_training .senior_open table td {
    font-size: 2.2rem;
    font-weight: bold;
    padding: 7px 0;
}

#content .won_training .senior_course h4 {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}
#content .won_training .senior_course h4 strong br {
    display: none;
}
#content .won_training .senior_course h4 strong img {
    width: 26px;
}
#content .won_training .senior_course > div {
    padding: 60px 70px;;
}
#content .won_training .senior_course .senior_course_title {
    font-size: 2.4rem;
    font-weight: bold;
    color: #fff;
    background: #70695e;
    padding: 0.5em 1.5em;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
    position: absolute;
    top: -20px;
    left: -15px;
}
#content .won_training .senior_course ol {
    list-style: none;
    font-size: 2.2rem;
}
#content .won_training .senior_course ol strong {
    display: inline-block;
    background:linear-gradient(transparent 60%, #f1a124 60%, #f1a124 90%, transparent 90%);
}
#content .won_training .senior_course ol .plus {
    font-size: 3.6rem;
    font-weight: bold;
    color: #f1a124;
    padding-left: 2em;
}
#content .won_training .senior_course .senior_img04 {
    position: absolute;
    bottom: -20px;
    left: -47px;
}
#content .won_training .senior_course .senior_img05 {
    position: absolute;
    bottom: -32px;
    right: -74px;
}

#content .flow .flow_box {
    max-width: 915px;
    margin: 0 auto;
    padding: 20px 0 0 50px;
    position: relative;
}
#content .flow .flow_box .senior_img06 {
    width: 100%;
    text-align: center;
    padding-left: 50px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 5;
}
#content .flow .flow_box table {
    width: 100%;
    background: url("../training/image/senior_back.png");
    margin-top: 43px;
    position: relative;
    z-index: 3;
}
#content .flow .flow_box table tr {
    position: relative;
}
#content .flow .flow_box table tr:after {
    content: '';
    display: block;
    width: 100px;
    height: 20px;
    background: #70695e;
    margin-left: -50px;
    position: absolute;
    left: 50%;
    bottom: -10px;
}
#content .flow .flow_box table tr:last-child:after {
    content: none;
}
#content .flow .flow_box table th {
    font-size: 2.4rem;
    width: 6em;
    border-bottom: solid 20px #fff;
    position: relative;
}
#content .flow .flow_box table th p {
    font-size: 2.4rem;
    font-weight: bold;
    color: #fff;
    width: 8em;
    background: #dba258;
    padding: 0.5em;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
    position: absolute;
    top: 50%;
    left: -4em;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#content .flow .flow_box table td {
    font-size: 1.8rem;
    padding: 30px 20px 30px 0;
    border-bottom: solid 20px #fff;
    position: relative;
}
#content .flow .flow_box .senior_img07 {
    position: absolute;
    top: 35px;
    left: -75px;
}
#content .flow .flow_box .senior_img08 {
    position: absolute;
    bottom: -27px;
    right: -123px;
    z-index: 4;
}

@media screen and (max-width: 1199px) {
/*INDEX*/
#content .index dl {
    font-size: 1.8rem;
    width: 600px;
    margin-bottom: 30px;
}
#content .index .link_bt {
    width: 600px;
    margin: 0 auto 30px;
}
#content .index .link_bt a {
    font-size: 2rem;
    padding: 0 20px 0 30px;
}
#content .index .link_bt a .link_bt_img {
    width: 80px;
    height: auto;
}
#content .index .link_bt a .link_bt_allow {
    width: 40px;
    height: auto;
}

#content .intro h3 {
    font-size: 3rem;
    line-height: 85px;
    margin-bottom: 20px;
    padding: 0 140px;
}
#content .intro ul {
}
#content .intro ul li {
    font-size: 2rem;
    margin-bottom: 15px;
}

#content .won_training .senior_box {
    max-width: 90%;
    margin: 40px auto 0;
}
#content .won_training .senior_box h4 {
    font-size: 3rem;
    margin-bottom: 20px;
}
#content .won_training .senior_box h4 strong img {
    width: 30px;
}
#content .won_training .senior_open > div {
    padding: 20px;
    margin-bottom: 60px;
}
#content .won_training .senior_open .senior_img02 {
    width: 80px;
    right: -20px;
}
#content .won_training .senior_open .senior_img03 {
    width: 80px;
    bottom: -43px;
    left: -60px;
}
#content .won_training .senior_open table th {
    padding: 5px 20px 5px 0;
}
#content .won_training .senior_open table th p {
    font-size: 1.8em;
    padding: 0 1em;
}
#content .won_training .senior_open table td {
    font-size: 1.8em;
    font-weight: bold;
    padding: 5px 0;
}

#content .won_training .senior_course h4 {
    font-size: 2em;
    margin-bottom: 40px;
}
#content .won_training .senior_course h4 strong img {
    width: 26px;
}
#content .won_training .senior_course > div {
    padding: 40px 20px 60px;
}
#content .won_training .senior_course .senior_course_title {
    font-size: 1.8em;
}
#content .won_training .senior_course ol {
    list-style: none;
    font-size: 1.8rem;
}
#content .won_training .senior_course ol .plus {
    font-size: 2.8rem;
}
#content .won_training .senior_course .senior_img04 {
    width: 70px;
    bottom: -20px;
    left: -65px;
}
#content .won_training .senior_course .senior_img05 {
    width: 106px;
    bottom: -32px;
    right: -72px;
}

#content .flow .flow_box {
    max-width: 90%;
    margin: 0 auto;
    padding: 20px 0 0 50px;
}
#content .flow .flow_box .senior_img06 img {
    width: 100px;
}
#content .flow .flow_box table {
    margin-top: 20px;
}
#content .flow .flow_box table tr:after {
    height: 14px;
    bottom: -7px;
}
#content .flow .flow_box table tr:last-child:after {
    content: none;
}
#content .flow .flow_box table th {
    font-size: 1.8rem;
    width: 6em;
    border-bottom-width: 14px;
}
#content .flow .flow_box table th p {
    font-size: 1.8rem;
    width: 8em;
    top: 50%;
    left: -4em;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#content .flow .flow_box table td {
    font-size: 1.6rem;
    padding: 20px 20px 20px 0;
    border-bottom-width: 14px;
}
#content .flow .flow_box .senior_img07 {
    width: 80px;
    top: 10px;
    left: -45px;
}
#content .flow .flow_box .senior_img08 {
    width: 120px;
    bottom: -69px;
    right: -34px;
}

}

@media screen and (max-width: 767px) {
/*INDEX*/
#content .index dl {
    font-size: 1.6rem;
    margin-bottom: 20px;
}
#content .index .link_bt {
    margin: 0 auto 20px;
}
#content .index .link_bt a {
    font-size: 1.6rem;
    height: 4em;
    padding: 0 10px;
}
#content .index .link_bt a .link_bt_img {
    width: 40px;
    height: auto;
    margin-right: 10px;
}
#content .index .link_bt a .link_bt_allow {
    width: 30px;
    height: auto;
    margin-left: 10px;
}

#content .intro h3 {
    font-size: 1.8rem;
    line-height: normal;
    display: block;
    background-position: right bottom;
    background-size: auto 55px;
    margin-bottom: 15px;
    padding: 0;
}
#content .intro ul {
    display: block;
}
#content .intro ul li {
    font-size: 1.4em;
    width: 100%;
    margin-bottom: 5px;
    border-width: 3px;
}

#content .won_training .senior_box {
    max-width: 96%;
    margin: 15px auto 0;
}
#content .won_training .senior_box h4 {
    font-size: 1.8rem;
    margin: 0 -3% 10px;
}
#content .won_training .senior_box h4 strong img {
    width: 20px;
}
#content .won_training .senior_open > div {
    padding: 20px;
    margin-bottom: 40px;
}
#content .won_training .senior_open .senior_img02 {
    width: 50px;
}
#content .won_training .senior_open .senior_img03 {
    width: 50px;
    bottom: -33px;
    left: -30px;
}
#content .won_training .senior_open table th {
    padding: 5px 10px 5px 0;
}
#content .won_training .senior_open table th p {
    font-size: 1.4em;
    padding: 0 0.5em;
    white-space: nowrap;
}
#content .won_training .senior_open table td {
    font-size: 1.4em;
    font-weight: bold;
    padding: 5px 0;
}

#content .won_training .senior_course h4 {
    font-size: 1.6rem;
    margin: 0 -3% 30px;
}
#content .won_training .senior_course h4 strong {
    max-width: 18em;
    line-height: normal;
    margin: auto;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
}
#content .won_training .senior_course h4 strong br {
    display: inline;
}
#content .won_training .senior_course h4 strong img {
    width: 20px;
    margin: 0 8px 3px;
}
#content .won_training .senior_course > div {
    padding: 25px 20px 60px;
    margin-bottom: 50px;
}
#content .won_training .senior_course .senior_course_title {
    font-size: 1.4rem;
}
#content .won_training .senior_course ol {
    font-size: 1.4rem;
}
#content .won_training .senior_course ol .plus {
    font-size: 2rem;
}
#content .won_training .senior_course .senior_img04 {
    width: 50px;
    bottom: -20px;
    left: -27px;
}
#content .won_training .senior_course .senior_img05 {
    width: 80px;
    bottom: -41px;
    right: -28px;
}

#content .flow .flow_box {
    max-width: 95%;
    padding: 20px 0 0 30px;
    margin-bottom: 70px;
}
#content .flow .flow_box .senior_img06 img {
    width: 75px;
}
#content .flow .flow_box table {
    margin-top: 10px;
}
#content .flow .flow_box table tr:after {
    width: 60px;
    height: 10px;
    margin-left: -30px;
    bottom: -5px;
}
#content .flow .flow_box table tr:last-child:after {
    content: none;
}
#content .flow .flow_box table th {
    font-size: 1.5rem;
    width: 1em;
    border-bottom-width: 10px;
}
#content .flow .flow_box table th p {
    font-size: 1.4rem;
    width: 8em;
    top: 15px;
}
#content .flow .flow_box table td {
    font-size: 1.4rem;
    padding: 3em 10px 10px 0;
    border-bottom-width: 10px;
}
#content .flow .flow_box .senior_img07 {
    width: 64px;
    top: 80px;
    left: -34px;
}
#content .flow .flow_box .senior_img08 {
    width: 90px;
    bottom: -48px;
    right: -28px;
}

}

@media screen and (max-width: 540px) {
}

@media screen and (max-width: 374px) {
}

@media screen and (max-width: 359px) {
}


/* ダイエットコース */
#content.diet .intro h3 {
    font-size: 3.6rem;
    color: #70695e;
    text-align: center;
    background: url("../training/image/senior_img01.jpg") no-repeat right top;
    background-size: contain;
    line-height: 108px;
    display: table;
    margin: 0 auto 30px;
    padding: 0 170px;
}

#content.diet .won_training .senior_open table th p {
    background: #63c466;
}

#content.diet .won_training .senior_course ol strong {
    background:linear-gradient(transparent 60%, #63c466 60%, #63c466 90%, transparent 90%);
}
#content.diet .flow .flow_box table th p {
    background: #63c466;
}

@media screen and (max-width: 1199px) {
#content.diet .intro h3 {
    font-size: 3rem;
    line-height: 85px;
    margin-bottom: 20px;
    padding: 0 140px;
}
}

@media screen and (max-width: 767px) {
#content.diet .intro h3 {
    font-size: 1.8rem;
    line-height: normal;
    display: block;
    background-position: right bottom;
    background-size: auto 55px;
    margin-bottom: 15px;
    padding: 0 0 55px;
}

}

@media screen and (max-width: 540px) {
}

@media screen and (max-width: 374px) {
}

@media screen and (max-width: 359px) {
}


/* 電話*/
#content .contact div {
    font-size: 2.5rem;
    text-align: center;
    display: table;
    margin: auto;
    padding: 1.5em 0;
    border-top: dashed 4px #997955;
    border-bottom: dashed 4px #997955;
}
#content .contact div .contact_tel {
    color: #1c6247;
    font-weight: bold;
    margin-top: 0.5em;
}

@media screen and (max-width: 1199px) {
/* 電話*/
#content .contact div {
    font-size: 1.8rem;
    padding: 1em 0;
    border-width: 3px;
}
}

@media screen and (max-width: 767px) {
/* 電話*/
#content .contact div {
    font-size: 1.6rem;
    border-width: 2px;
}
}
