Commit a493c925 by Orine Matsui

微調整

parent 3c75cae2
......@@ -126,7 +126,7 @@
<link rel="stylesheet" href="/common_previous/css/indivisual-base.css">
<?php } ?>
<?php if($pageid == "news" || $pageid == "news-info" || $pageid == "news-20200320" || $pageid == "news-20200310" || $pageid == "news-20200302" || $pageid == "news-20200227" || $pageid == "news-20200226" || $pageid == "news-20200221" || $pageid == "news-20200217") { ?>
<?php if($pageid == "news" || $pageid == "news-info" || $pageid == "news-20200324" || $pageid == "news-20200320" || $pageid == "news-20200310" || $pageid == "news-20200302" || $pageid == "news-20200227" || $pageid == "news-20200226" || $pageid == "news-20200221" || $pageid == "news-20200217") { ?>
<link rel="stylesheet" href="/common_previous/css/trainer.css">
<link rel="stylesheet" href="/common_previous/css/indivisual-base.css">
<link rel="stylesheet" href="/common_previous/css/news.css">
......
......@@ -3,2876 +3,1267 @@
common
========================================================== */
body {
min-width: 1250px;
}
@media screen and (max-width: 767px) {
body {
min-width: 320px;
}
}
.strategy img {
width: auto;
height: auto;
}
@media screen and (min-width: 768px) {
.sp-only {
display: none !important;
}
}
@media screen and (max-width: 767px) {
.pc-only {
display: none !important;
}
}
.strategy .c-title1 {
text-align: center;
position: relative;
overflow: hidden;
padding: 0 56px 0 0;
border-bottom: 0;
}
@media screen and (max-width: 767px) {
.strategy .c-title1 {
padding: 0 26px 0 0;
}
}
.strategy .c-title1__inner {
display: inline-block;
position: relative;
font-size: 4rem;
line-height: 1.2;
color: #363636;
font-weight: bold;
padding: 0 0 13px;
}
@media screen and (max-width: 767px) {
.strategy .c-title1__inner {
font-size: 2.4rem;
padding: 0 0 8px;
}
}
.strategy .c-title1__inner:after {
content: '';
position: absolute;
bottom: 0;
right: 0;
height: 2px;
width: 100vw;
background: #beac56;
}
.strategy .c-title1--yellow .c-title1__inner {
color: #beac56;
}
.strategy .c-mainvisual {
position: relative;
background: url(/common_previous/img/img_strategy_mv.jpg) no-repeat bottom right;
background-size: cover;
padding: 124px 0;
}
@media screen and (max-width: 767px) {
.strategy .c-mainvisual {
margin-top: 50px;
padding: 100px 15px 0;
background: url(/common_previous/img/img_strategy_mv_sp.jpg) no-repeat top center;
background-size: cover;
}
}
.strategy .c-mainvisual__img img {
width: 100%;
height: auto;
}
.strategy .c-mainvisual__box {
width: 740px;
background: rgba(0, 0, 0, 0.5);
padding: 60px 88px 52px 0;
}
@media screen and (max-width: 767px) {
.strategy .c-mainvisual__box {
width: 100%;
text-align: center;
padding: 20px 15px 17px;
}
}
.strategy .c-mainvisual__info {
padding: 0 0 0 120px;
}
@media screen and (max-width: 767px) {
.strategy .c-mainvisual__info {
padding: 0;
}
}
.strategy .c-mainvisual__ttl {
line-height: 1;
}
@media screen and (max-width: 767px) {
.strategy .c-mainvisual__ttl {
}
.strategy .c-mainvisual__ttl {}
}
.strategy .c-mainvisual__txt {
font-size: 1.8rem;
line-height: 1.68;
color: #fff;
margin: 0 0 8px;
text-align: left;
}
@media screen and (max-width: 767px) {
.strategy .c-mainvisual__txt {
font-size: 1.4rem;
margin: 0 0 5px;
}
}
.strategy .c-mainvisual__txt span {
font-size: 2rem;
}
@media screen and (max-width: 767px) {
.strategy .c-mainvisual__txt span {
font-size: 1.4rem;
}
}
.strategy .c-mainvisual__txt2 {
font-size: 4.8rem;
line-height: 1;
color: #fff;
font-weight: bold;
}
@media screen and (max-width: 767px) {
.strategy .c-mainvisual__txt2 {
font-size: 2.8rem;
}
}
.strategy .c-mainvisual__anchor {
width: 130px;
height: 130px;
border-radius: 50%;
overflow: hidden;
background: rgba(183, 161, 52, 0.8);
text-align: center;
position: absolute;
right: 40px;
bottom: 40px;
}
.strategy .c-mainvisual__anchor a {
width: 100%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
font-size: 1.6rem;
line-height: 1.2;
color: #fff;
}
.strategy .c-mainvisual__anchor a span {
position: relative;
padding: 0 0 14px;
}
.strategy .c-mainvisual__anchor a span::after {
content: '';
width: 10px;
height: 10px;
border-right: 2px solid #fff;
border-bottom: 2px solid #fff;
position: absolute;
bottom: 0;
left: 50%;
-webkit-transform: translate(-50%, 0) rotate(45deg);
transform: translate(-50%, 0) rotate(45deg);
}
.strategy .c-text {
font-size: 1.7rem;
line-height: 1.68;
color: #fff;
}
@media screen and (max-width: 767px) {
.strategy .c-text {
font-size: 1.4rem;
line-height: 1.43;
}
}
.strategy .c-imgtext1 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.strategy .c-imgtext1__img {
width: 700px;
}
@media screen and (max-width: 767px) {
.strategy .c-imgtext1__img {
width: 100%;
padding: 0 10px 0 0;
}
}
.strategy .c-imgtext1__img img {
width: 100%;
height: auto;
}
.strategy .c-imgtext1__info {
width: 600px;
background: #fff;
padding: 54px 52px 50px 60px;
margin: 50px 0 0 -100px;
position: relative;
z-index: 2;
}
@media screen and (max-width: 767px) {
.strategy .c-imgtext1__info {
width: 100%;
padding: 28px 15px;
margin: -23px 0 0 15px;
}
}
.strategy .c-imgtext1__txt {
font-size: 1.8rem;
line-height: 1.68;
color: #363636;
}
@media screen and (max-width: 767px) {
.strategy .c-imgtext1__txt {
font-size: 1.4rem;
line-height: 1.3;
}
}
.strategy .c-imgtext1__txt + .strategy .c-imgtext1__txt {
margin: 30px 0 0;
}
@media screen and (max-width: 767px) {
.strategy .c-imgtext1__txt + .strategy .c-imgtext1__txt {
margin: 18px 0 0;
}
}
}
@media screen and (max-width: 767px) {
.strategy .c-imgtext1__txt + .c-imgtext1__txt {
margin: 18px 0 0;
}
}
.strategy .c-list1 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.strategy .c-list1__item {
width: 285px;
margin: 0 0 0 20px;
}
@media screen and (max-width: 767px) {
.strategy .c-list1__item {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin: 0 0 20px;
}
}
.strategy .c-list1__item:nth-child(4n + 1) {
margin: 0;
}
@media screen and (max-width: 767px) {
.strategy .c-list1__item:nth-child(4n + 1) {
margin: 0 0 20px;
}
}
.strategy .c-list1__info {
background: #fff;
text-align: center;
padding: 56px 20px 53px;
position: relative;
margin: 0 0 36px;
}
@media screen and (max-width: 767px) {
.strategy .c-list1__info {
width: calc(100% - 122px);
margin: 0 22px 0 0;
padding: 30px 10px 26px;
}
}
.strategy .c-list1__info::after {
content: '';
width: 0;
height: 0;
border-style: solid;
border-width: 16px 10px 0 10px;
border-color: #ffffff transparent transparent transparent;
position: absolute;
bottom: -16px;
left: 50%;
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
}
@media screen and (max-width: 767px) {
.strategy .c-list1__info::after {
border-width: 7.5px 0 7.5px 12px;
border-color: transparent transparent transparent #ffffff;
bottom: auto;
top: 50%;
left: auto;
right: -12px;
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
}
}
.strategy .c-list1__txt {
font-size: 1.8rem;
line-height: 1.4;
color: #363636;
font-weight: bold;
}
@media screen and (max-width: 767px) {
.strategy .c-list1__txt {
font-size: 1.6rem;
line-height: 1.5;
}
}
.strategy .c-list1__img {
width: 200px;
height: 200px;
border-radius: 50%;
overflow: hidden;
margin: 0 auto;
}
@media screen and (max-width: 767px) {
.strategy .c-list1__img {
width: 100px;
height: 100px;
}
}
.strategy .c-list2 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
.strategy .c-list2 {
padding: 0 15px;
}
}
.strategy .c-list2__item {
width: 398px;
background: #fff;
margin: 0 0 0 3px;
padding: 30px 40px 50px;
}
@media screen and (max-width: 767px) {
.strategy .c-list2__item {
width: 100%;
margin: 0 0 10px;
padding: 19px 15px;
}
}
.strategy .c-list2__item:nth-child(3n + 1) {
margin: 0;
}
@media screen and (max-width: 767px) {
.strategy .c-list2__item:nth-child(3n + 1) {
margin: 0 0 10px;
}
}
.strategy .c-list2__ttl {
font-size: 2.8rem;
line-height: 1.78;
color: #0b2237;
text-align: center;
font-weight: bold;
font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic';
}
@media screen and (max-width: 767px) {
.strategy .c-list2__ttl {
font-size: 2rem;
line-height: 1.25;
}
}
.strategy .c-list2__img {
text-align: center;
margin: 11px 0 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
position: relative;
}
@media screen and (max-width: 767px) {
.strategy .c-list2__img {
max-width: 220px;
min-width: 200px;
margin: 8px auto 0;
}
}
.strategy .c-list2__txt1 {
font-size: 2.4rem;
line-height: 1;
color: #beac56;
margin: 0 0 15px;
}
@media screen and (max-width: 767px) {
.strategy .c-list2__txt1 {
font-size: 1.7rem;
margin: 0 0 11px;
}
}
.strategy .c-list2__txt2 {
font-size: 5.6rem;
line-height: 1;
color: #beac56;
font-weight: bold;
}
@media screen and (max-width: 767px) {
.strategy .c-list2__txt2 {
font-size: 4rem;
}
}
.strategy .c-list2__txt2 + .c-list2__txt2 {
margin: 5px 0 0;
}
.strategy .c-list2__txt2 span {
font-size: 3rem;
font-weight: normal;
}
@media screen and (max-width: 767px) {
.strategy .c-list2__txt2 span {
font-size: 2.1rem;
}
}
.strategy .c-list2__txt3 {
font-size: 6.2rem;
line-height: 1;
color: #beac56;
font-weight: bold;
white-space: nowrap;
text-shadow: -4px -4px 0px #ffffff, 4px -4px 0px #ffffff, -4px 4px 0px #ffffff, 4px 4px 0px #ffffff,
4px -2px 0px #ffffff, 4px 0px 0px #ffffff, 4px 2px 0px #ffffff;
text-shadow:0 0 7px #fff,0 0 7px #fff,0 0 7px #fff,0 0 7px #fff,0 0 7px #fff,0 0 7px #fff,0 0 7px #fff,0 0 7px #fff,0 0 7px #fff,0 0 7px #fff,0 0 7px #fff,0 0 7px #fff,0 0 7px #fff,0 0 7px #fff,0 0 7px #fff,0 0 7px #fff;
}
@media screen and (max-width: 767px) {
.strategy .c-list2__txt3 {
font-size: 4.5rem;
}
}
.strategy .c-list2__txt3 span {
font-size: 3rem;
font-weight: normal;
text-shadow: -2px -2px 0px #ffffff, -2px 2px 0px #ffffff, 2px -2px 0px #ffffff, -4px 2px 0px #ffffff,
0px -2px 0px #ffffff, 2px -2px 0px #ffffff, 2px 2px 0px #ffffff, 4px -2px 0px #ffffff, 0px 2px 0px #ffffff;
text-shadow:0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff;
}
@media screen and (max-width: 767px) {
.strategy .c-list2__txt3 span {
font-size: 2.1rem;
}
}
.strategy .c-list2 .schedule {
width: 100%;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
margin: 30px 0 0;
}
@media screen and (max-width: 767px) {
.strategy .c-list2 .schedule {
margin: 19px 0 0;
}
}
.strategy .c-list2 .number {
width: 100%;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
margin: 13px 0 0;
}
.strategy .c-list2 .numberCnt {
width: 100%;
position: absolute;
top: 50%;
left: 41.5%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
margin: 13px 0 0;
}
.strategy .c-list3__item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
border-bottom: 1px solid #ebebeb;
padding: 0 0 36px;
margin: 0 0 41px;
}
@media screen and (max-width: 767px) {
.strategy .c-list3__item {
padding: 0 0 29px;
margin: 0 0 31px;
}
}
.strategy .c-list3__item:last-child {
border-bottom: 0;
padding: 0;
margin: 0;
}
.strategy .c-list3__left {
width: 250px;
}
@media screen and (max-width: 767px) {
.strategy .c-list3__left {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
}
.strategy .c-list3__right {
width: calc(100% - 300px);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
@media screen and (max-width: 767px) {
.strategy .c-list3__right {
width: 100%;
margin: 14px 0 0;
}
}
.strategy .c-list3__box {
width: calc(100% - 160px);
background: #fff;
border: 1px solid #ebebeb;
border-radius: 25px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 38px 27px 35px;
position: relative;
}
@media screen and (max-width: 767px) {
.strategy .c-list3__box {
width: 100%;
border-radius: 12px;
padding: 19px 15px 17px;
}
}
.strategy .c-list3__box::after {
content: '';
width: 0;
height: 0;
border-style: solid;
border-width: 9px 0 9px 16px;
border-color: transparent transparent transparent #ebebeb;
position: absolute;
top: 50%;
right: -16px;
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
.strategy .c-list3__box::after {
display: none;
}
}
.strategy .c-list3__box::before {
content: '';
width: 0;
height: 0;
border-style: solid;
border-width: 8px 0 8px 13px;
border-color: transparent transparent transparent #ffffff;
position: absolute;
top: 50%;
right: -13px;
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
z-index: 2;
}
@media screen and (max-width: 767px) {
.strategy .c-list3__box::before {
display: none;
}
}
.strategy .c-list3__info {
margin: 18px 0 0;
}
@media screen and (max-width: 767px) {
.strategy .c-list3__info {
width: 61%;
margin: 0;
}
}
@media screen and (max-width: 767px) {
.strategy .c-list3__img {
width: 35%;
}
}
.strategy .c-list3__img img {
width: 100%;
height: auto;
}
.strategy .c-list3__ttl {
font-size: 2.4rem;
line-height: 1.3;
color: #363636;
font-weight: 500;
margin: 0 0 10px;
}
@media screen and (max-width: 767px) {
.strategy .c-list3__ttl {
font-size: 1.6rem;
margin: 0 0 5px;
}
}
.strategy .c-list3__txt1 {
font-size: 1.6rem;
line-height: 1.3;
color: #363636;
margin: 3px 0 0;
}
@media screen and (max-width: 767px) {
.strategy .c-list3__txt1 {
font-size: 1.4rem;
}
}
.strategy .c-list3__txt2 {
font-size: 1.6rem;
line-height: 1.4;
color: #363636;
}
@media screen and (max-width: 767px) {
.strategy .c-list3__txt2 {
font-size: 1.4rem;
line-height: 1.45;
}
}
.strategy .c-list3__name {
font-size: 2rem;
line-height: 1.3;
color: #363636;
}
@media screen and (max-width: 767px) {
.strategy .c-list3__name {
font-size: 1.6rem;
}
}
.strategy .c-list3__sign {
font-size: 1.4rem;
line-height: 1.4;
color: #363636;
font-weight: 500;
text-align: right;
margin: 4px 0 0;
}
@media screen and (max-width: 767px) {
.strategy .c-list3__sign {
font-size: 1.2rem;
margin: 5px 0 0;
}
}
.strategy .c-list3__avt {
width: 120px;
border-radius: 50%;
border: 1px solid #ebebeb;
-webkit-box-sizing: border-box;
box-sizing: border-box;
overflow: hidden;
}
@media screen and (max-width: 767px) {
.strategy .c-list3__avt {
display: none;
}
}
.strategy .c-list4__item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
@media screen and (max-width: 767px) {
.strategy .c-list4__item {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
background: #fff;
padding: 17px 15px 19px;
}
}
.strategy .c-list4__item + .c-list4__item {
margin: 40px 0 0;
}
@media screen and (max-width: 767px) {
.strategy .c-list4__item + .c-list4__item {
margin: 20px 0 0;
}
}
.strategy .c-list4__info {
width: 900px;
background: #fff;
padding: 35px 64px;
min-height: 187px;
}
@media screen and (max-width: 767px) {
.strategy .c-list4__info {
width: 72%;
min-height: auto;
padding: 0;
}
}
.strategy .c-list4__img {
width: 350px;
margin: 30px 0 0 -50px;
}
@media screen and (max-width: 767px) {
.strategy .c-list4__img {
width: 25.4%;
margin: 3px 0 0;
}
}
.strategy .c-list4__ttl {
font-size: 2.4rem;
line-height: 1.3;
color: #363636;
font-weight: bold;
text-indent: -35px;
margin: 0 0 6px;
}
@media screen and (max-width: 767px) {
.strategy .c-list4__ttl {
font-size: 1.6rem;
padding: 0 0 0 18px;
text-indent: -18px;
}
}
.strategy .c-list4__ttl span {
font-size: 4rem;
line-height: 1;
color: #363636;
font-weight: normal;
vertical-align: middle;
margin: 0 10px 0 0;
}
@media screen and (max-width: 767px) {
.strategy .c-list4__ttl span {
font-size: 2.4rem;
margin: 0 3px 0 0;
}
}
.strategy .c-list4__txt {
font-size: 1.6rem;
line-height: 1.5;
color: #363636;
}
@media screen and (max-width: 767px) {
.strategy .c-list4__txt {
font-size: 1.4rem;
line-height: 1.25;
padding: 0 10px 0 0;
}
}
/* ==========================================================
container
========================================================== */
.strategy .container {
width: 1200px;
margin: 0 auto;
}
@media screen and (max-width: 767px) {
.strategy .container {
width: 100%;
padding: 0 15px;
}
}
@media screen and (max-width: 750px) {
.strategy .container {
max-width: 100%;
margin: 0;
}
}
/* ==========================================================
strategy1
========================================================== */
.strategy1 {
background: #fbfbfb;
padding: 78px 0 80px;
}
.strategy1 .c-title1 {
margin: 0 0 59px;
}
@media screen and (max-width: 767px) {
.strategy1 {
background: #fbfbfb;
padding: 39px 0;
}
.strategy1 .c-title1 {
margin: 0 0 39px;
}
.strategy1 .c-imgtext1 {
width: calc(100% + 15px);
margin: 0 0 0 -15px;
}
}
/* ==========================================================
strategy2
========================================================== */
.strategy2 {
background: #0b2237;
padding: 77px 0 78px;
}
.strategy2 .c-text {
margin: 32px 0 0;
}
.strategy2 .c-title1 {
margin: 0 0 60px;
}
@media screen and (max-width: 767px) {
.strategy2 {
padding: 39px 0 38px;
}
.strategy2 .c-text {
margin: 7px 0 0;
}
.strategy2 .c-title1 {
margin: 0 0 40px;
}
}
/* ==========================================================
strategy3
========================================================== */
.strategy3 {
background: #fbfbfb;
padding: 80px 0 80px;
}
.strategy3 .c-title1 {
margin: 0 0 59px;
}
@media screen and (max-width: 767px) {
.strategy3 {
background: #fbfbfb;
padding: 39px 0;
}
.strategy3 .c-title1 {
margin: 0 0 39px;
}
.strategy3 .c-imgtext1 {
width: calc(100% + 15px);
margin: 0 0 0 -15px;
}
}
/* ==========================================================
strategy4
========================================================== */
.strategy4 {
background: #0b2237;
padding: 79px 0 73px;
}
.strategy4 .c-text {
margin: 32px 0 0;
}
.strategy4 .c-title1 {
margin: 0 0 60px;
}
@media screen and (max-width: 767px) {
.strategy4 {
padding: 42px 0 36px;
}
.strategy4 .c-text {
margin: 17px 0 0;
}
.strategy4 .c-title1 {
margin: 0 0 39px;
}
}
/* ==========================================================
strategy5
========================================================== */
.strategy5 {
background: #fbfbfb;
padding: 80px 0 76px;
}
.strategy5 .c-title1 {
margin: 0 0 60px;
}
@media screen and (max-width: 767px) {
.strategy5 {
background: #fbfbfb;
padding: 39px 0;
}
.strategy5 .c-title1 {
margin: 0 0 31px;
}
}
/* ==========================================================
strategy6
========================================================== */
.strategy6 {
background: #0b2237;
padding: 79px 0 80px;
}
.strategy6__ttl {
font-size: 3.2rem;
line-height: 1.2;
color: #fff;
font-weight: bold;
margin: 53px 0 13px;
}
.strategy6 .c-title1 {
margin: 0 0 53px;
}
@media screen and (max-width: 767px) {
.strategy6 {
padding: 39px 0 40px;
}
.strategy6__ttl {
margin: 25px 0 16px;
font-size: 2rem;
}
.strategy6 .c-title1 {
margin: 0 0 35px;
}
.strategy6 .c-text {
line-height: 1.6;
}
}
/* ==========================================================
strategy7
========================================================== */
.strategy7 {
padding: 80px 0 98px;
}
.schedule-ttl {
margin-bottom: 16px;
font-size: 4rem;
font-weight: bold;
line-height: 1;
color: #333;
font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
}
.scheduleWrap {
margin: 0 auto;
width: 1200px;
}
.scheduleWrap .c-title1 {
text-align: left;
}
.strategy .c-title1__inner:after {
display: none;
}
.schedule-table {
text-align: center;
}
.schedule-table thead th {
padding: 16px 0;
background: #0b2237;
color: #fff;
font-size: 1.8rem;
text-align: center;
border: 1px solid #ebebeb;
}
.schedule-table .venue {
width: 120px;
}
.schedule-table .month {
width: 180px;
}
.schedule-table .area {
vertical-align: middle;
}
.schedule-table tbody td {
height: 110px;
font-size: 1.8rem;
text-align: center;
border: 1px solid #ebebeb;
position: relative;
}
/* 満員御礼、申込締切 */
.schedule-table tbody .reserveStop {
background: #e9edf1;
}
.schedule-table tbody .reserveStop .link:hover {
cursor: default;
}
.schedule-table tbody .reserveStop p {
color: #939393;
}
/* 初受講 */
.schedule-table tbody .attend:after {
content: '';
width: 0px;
height: 0px;
border-top: 14px solid transparent;
border-right: 14px solid #093d6e;
display: block;
position: absolute;
right: 0;
bottom: 0;
}
.schedule-table tbody .attend:hover {
background: #d4e0ec;
}
/* 再受講 */
.schedule-table tbody .retake:after {
content: '';
width: 0px;
height: 0px;
border-top: 14px solid transparent;
border-right: 14px solid #ab3951;
display: block;
position: absolute;
right: 0;
bottom: 0;
}
.schedule-table tbody .retake:hover {
background: #f0dadf;
}
/* プレミアム */
.schedule-table tbody .premium:after {
content: '';
width: 0px;
height: 0px;
border-top: 14px solid transparent;
border-right: 14px solid #beac56;
display: block;
position: absolute;
right: 0;
bottom: 0;
}
.schedule-table tbody .premium:hover {
background: #fff3b2;
}
.schedule-table .link {
padding-top: 10px;
height: 100%;
display: block;
}
.schedule-table .link .time {
font-size: 2rem;
}
.schedule-table .link .txt {
font-size: 1.3rem;
}
.linkBtn {
margin: 40px auto 0;
padding: 28px 0;
width: 600px;
display: block;
font-size: 2.4rem;
line-height: 1;
color: #263f6c;
text-align: center;
border: 1px solid #263f6c;
position: relative;
}
.linkBtn::before {
content: '';
width: 8px;
height: 8px;
border: 0px;
border-top: solid 2px #263f6c;
border-right: solid 2px #263f6c;
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
position: absolute;
top: 50%;
right: 15px;
margin-top: -6px;
}
.annotation {
margin-top: 20px;
font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
.strategy7 {
padding: 40px 0 80px;
}
.scheduleWrap {
width: 100%;
}
.scheduleWrap .c-title1 {
margin-bottom: 20px;
text-align: center;
}
.strategy .c-title1__inner:after {
display: block;
}
.schedule-ttl {
padding-left: 15px;
margin-bottom: 20px;
font-size: 2rem;
font-weight: bold;
font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
}
.schedule-table-sp {
margin: 0 auto;
display: block;
max-width: 375px;
}
.schedule-table-sp thead {
width: 100%;
}
.schedule-table-sp thead th {
background: #0b2237;
font-size: 1.4rem;
color: #fff;
text-align: center;
border: 1px solid #959595;
border-collapse: collapse;
}
.schedule-table-sp thead .venue {
padding: 18px 0;
width: 66px;
}
.schedule-table-sp thead .month {
padding: 18px 0;
width: 116px;
}
.schedule-table-sp thead .reserve {
padding: 18px 0px;
width: 191px;
}
.schedule-table-sp tbody td {
padding: 10px 8px;
text-align: center;
border: 1px solid #959595;
border-collapse: collapse;
}
.schedule-table-sp .day {
text-align: left;
}
.schedule-table-sp .day .day-icon {
padding: 2px 6px;
display: inline-block;
background: #363636;
border-radius: 10px;
font-size: 1rem;
color: #fff;
}
.schedule-table-sp .btnArea .btn {
padding: 13px 0;
text-align: center;
font-size: 1.4rem;
color: #fff;
width: 80px;
height: 40px;
line-height: 1;
display: inline-block;
}
.schedule-table-sp .btnArea .btn span {
font-size: 1rem;
}
.schedule-table-sp .btnArea .btn:first-of-type {
margin-right: 3px;
}
.schedule-table-sp .btnArea .btn--first {
background: #093d6e;
}
.schedule-table-sp .btnArea .btn--retry {
background: #ab3951;
}
.schedule-table-sp .btnArea .btn--stop {
background: #e9edf1;
color: #939393;
}
.schedule-table-sp--type3 .month {
padding: 18px 0px !important;
width: 210px !important;
}
.schedule-table-sp--type3 .reserve {
padding: 18px 0px !important;
width: 100px !important;
}
.schedule-table-sp--type3 .btnArea .btn--simple {
background: #093d6e;
}
.linkBtn {
padding: 22px 0;
max-width: 375px;
width: 100%;
font-size: 1.4rem;
}
}
/* ==========================================================
copyright
========================================================== */
.strategy .copy {
padding: 70px 0;
text-align: center;
}
@media screen and (max-width: 750px) {
.strategy .copy {
padding: 0px 0;
text-align: center;
font-size: 10px;
}
}
.strategy5 {
display: none;
}
.strategy6 {
background-color: #203B54;
}
}
\ No newline at end of file
......@@ -279,9 +279,9 @@
<img src="/common_previous/img/img_strategy_107.png" alt="">
<div class="number">
<div class="numberCnt">
<p class="c-list2__txt3">43,000<span>名以上</span>
<p class="c-list2__txt3">4万3000<span>名以上</span>
</p>
......
......@@ -56,8 +56,7 @@
<div class="c-list2__img">
<img src="/common_previous/img/img_service_105.png" alt="">
<div class="numberCnt">
<p class="c-list2__txt3">4万3000<span>名以上</span>
</p>
<p class="c-list2__txt3">4万3000<span>名以上</span></p>
</div>
</div>
</li>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment