質問編集履歴

5

css修正いたしました。今一度確認お願いします。

2021/10/07 06:19

投稿

free_teku
free_teku

スコア103

test CHANGED
File without changes
test CHANGED
@@ -374,10 +374,6 @@
374
374
 
375
375
 
376
376
 
377
-
378
-
379
-
380
-
381
377
  .plan {
382
378
 
383
379
  background-image: url(../../img/bg02.png);
@@ -390,8 +386,6 @@
390
386
 
391
387
  height: auto;
392
388
 
393
- max-height: 775px;
394
-
395
389
  margin-top: 207px;
396
390
 
397
391
  }
@@ -432,10 +426,40 @@
432
426
 
433
427
 
434
428
 
435
- @media screen and (max-width: 992px) {
429
+ @media screen and (min-width: 600px) and (max-width: 1179px) {
436
430
 
437
431
  .plan-list {
438
432
 
433
+ -webkit-box-orient: vertical;
434
+
435
+ -webkit-box-direction: normal;
436
+
437
+ -webkit-flex-direction: column;
438
+
439
+ -ms-flex-direction: column;
440
+
441
+ flex-direction: column;
442
+
443
+ }
444
+
445
+ }
446
+
447
+
448
+
449
+ .plan .plan-item {
450
+
451
+ width: 28%;
452
+
453
+ height: 71%;
454
+
455
+ }
456
+
457
+
458
+
459
+ @media screen and (min-width: 600px) and (max-width: 1179px) {
460
+
461
+ .plan .plan-item {
462
+
439
463
  display: -webkit-box;
440
464
 
441
465
  display: -webkit-flex;
@@ -470,17 +494,11 @@
470
494
 
471
495
  align-items: center;
472
496
 
497
+ width: calc(100vw - 4vw*1/3);
498
+
499
+ height: calc(100vw-4vw*1/3);
500
+
473
- }
501
+ }
474
-
475
- }
476
-
477
-
478
-
479
- .plan .plan-item {
480
-
481
- width: 28%;
482
-
483
- height: 71%;
484
502
 
485
503
  }
486
504
 
@@ -498,15 +516,15 @@
498
516
 
499
517
  display: flex;
500
518
 
501
- -webkit-box-orient: horizontal;
519
+ -webkit-box-orient: vertical;
502
520
 
503
521
  -webkit-box-direction: reverse;
504
522
 
505
- -webkit-flex-direction: row-reverse;
523
+ -webkit-flex-direction: column-reverse;
506
-
524
+
507
- -ms-flex-direction: row-reverse;
525
+ -ms-flex-direction: column-reverse;
508
-
526
+
509
- flex-direction: row-reverse;
527
+ flex-direction: column-reverse;
510
528
 
511
529
  width: calc(750px/800px*100%);
512
530
 
@@ -514,7 +532,7 @@
514
532
 
515
533
 
516
534
 
517
- @media screen and (max-width: 992px) {
535
+ @media screen and (min-width: 600px) and (max-width: 1179px) {
518
536
 
519
537
  .plan .plan-item a {
520
538
 
@@ -530,79 +548,81 @@
530
548
 
531
549
  -webkit-box-orient: horizontal;
532
550
 
551
+ -webkit-box-direction: reverse;
552
+
553
+ -webkit-flex-direction: row-reverse;
554
+
555
+ -ms-flex-direction: row-reverse;
556
+
557
+ flex-direction: row-reverse;
558
+
559
+ -webkit-box-pack: justify;
560
+
561
+ -webkit-justify-content: space-between;
562
+
563
+ -ms-flex-pack: justify;
564
+
565
+ justify-content: space-between;
566
+
567
+ -webkit-box-align: center;
568
+
569
+ -webkit-align-items: center;
570
+
571
+ -ms-flex-align: center;
572
+
573
+ align-items: center;
574
+
575
+ padding: 0px 4vw;
576
+
577
+ }
578
+
579
+ }
580
+
581
+
582
+
583
+ .plan .plan-item a .plan-txt {
584
+
585
+ padding-top: 32px;
586
+
587
+ }
588
+
589
+
590
+
591
+ @media screen and (min-width: 600px) and (max-width: 1179px) {
592
+
593
+ .plan .plan-item a .plan-txt {
594
+
595
+ width: 50%;
596
+
597
+ padding-left: 20px;
598
+
599
+ -webkit-box-flex: 1;
600
+
601
+ -webkit-flex: 1;
602
+
603
+ -ms-flex: 1;
604
+
605
+ flex: 1;
606
+
607
+ display: -webkit-box;
608
+
609
+ display: -webkit-flex;
610
+
611
+ display: -ms-flexbox;
612
+
613
+ display: flex;
614
+
615
+ -webkit-box-orient: vertical;
616
+
533
617
  -webkit-box-direction: normal;
534
618
 
535
- -webkit-flex-direction: row;
619
+ -webkit-flex-direction: column;
536
-
620
+
537
- -ms-flex-direction: row;
621
+ -ms-flex-direction: column;
538
-
622
+
539
- flex-direction: row;
623
+ flex-direction: column;
540
-
541
- -webkit-box-pack: justify;
624
+
542
-
543
- -webkit-justify-content: space-between;
544
-
545
- -ms-flex-pack: justify;
546
-
547
- justify-content: space-between;
548
-
549
- -webkit-box-align: center;
550
-
551
- -webkit-align-items: center;
552
-
553
- -ms-flex-align: center;
554
-
555
- align-items: center;
556
-
557
- padding: 0px 4vw;
558
-
559
- }
560
-
561
- }
562
-
563
-
564
-
565
- .plan .plan-item a .plan-txt {
566
-
567
- padding-top: 32px;
568
-
569
- }
570
-
571
-
572
-
573
- @media screen and (max-width: 992px) {
574
-
575
- .plan .plan-item a .plan-txt {
576
-
577
- width: calc(375px/800px*100%);
578
-
579
- padding-left: 20px;
580
-
581
- display: -webkit-box;
582
-
583
- display: -webkit-flex;
584
-
585
- display: -ms-flexbox;
586
-
587
- display: flex;
588
-
589
- -webkit-box-orient: horizontal;
590
-
591
- -webkit-box-direction: normal;
592
-
593
- -webkit-flex-direction: row;
594
-
595
- -ms-flex-direction: row;
596
-
597
- flex-direction: row;
598
-
599
- -webkit-box-flex: 1;
600
-
601
- -webkit-flex: 1;
602
-
603
- -ms-flex: 1;
604
-
605
- flex: 1;
625
+ flex: 1;
606
626
 
607
627
  }
608
628
 
@@ -620,10 +640,12 @@
620
640
 
621
641
 
622
642
 
623
- @media screen and (max-width: 992px) {
643
+ @media screen and (min-width: 600px) and (max-width: 1179px) {
624
644
 
625
645
  .plan .plan-item a .plan-txt .plan-ttl {
626
646
 
647
+ display: block;
648
+
627
649
  font-size: 2.0rem;
628
650
 
629
651
  }
@@ -634,16 +656,20 @@
634
656
 
635
657
  .plan .plan-item a .plan-txt .desc {
636
658
 
659
+ display: inline-block;
660
+
637
661
  padding-top: 36px;
638
662
 
639
663
  }
640
664
 
641
665
 
642
666
 
643
- @media screen and (max-width: 992px) {
667
+ @media screen and (min-width: 600px) and (max-width: 1179px) {
644
668
 
645
669
  .plan .plan-item a .plan-txt .desc {
646
670
 
671
+ display: block;
672
+
647
673
  font-size: 1.6rem;
648
674
 
649
675
  }
@@ -654,22 +680,20 @@
654
680
 
655
681
  .plan .plan-item a img {
656
682
 
657
- display: block;
683
+ overflow: hidden;
658
-
684
+
659
- }
685
+ }
660
-
661
-
662
-
686
+
687
+
688
+
663
- @media screen and (max-width: 992px) {
689
+ @media screen and (min-width: 600px) and (max-width: 1179px) {
664
690
 
665
691
  .plan .plan-item a img {
666
692
 
667
- width: 28%;
693
+ width: 50%;
668
694
 
669
695
  height: 27%;
670
696
 
671
- width: 100%;
672
-
673
697
  }
674
698
 
675
699
  }
@@ -686,4 +710,8 @@
686
710
 
687
711
 
688
712
 
713
+
714
+
715
+
716
+
689
717
  ### 補足情報(FW/ツールのバージョンなど)

4

修正いたしました

2021/10/07 06:19

投稿

free_teku
free_teku

スコア103

test CHANGED
File without changes
test CHANGED
@@ -14,7 +14,7 @@
14
14
 
15
15
  ![完成](d64f93addbdae4f206527e58c6e863cb.png)
16
16
 
17
- ![現状](fd2d7215b69cbd06a3d3bfdebc1dedc0.png)
17
+ ![現状](df177cb29267d68af1f3c3a136715b68.jpeg)
18
18
 
19
19
 
20
20
 

3

追記しました

2021/10/06 11:02

投稿

free_teku
free_teku

スコア103

test CHANGED
File without changes
test CHANGED
@@ -22,6 +22,10 @@
22
22
 
23
23
 
24
24
 
25
+ ![plan-imgにfooter.scss??](d488750a31f90156e25fe00f0637676b.png)
26
+
27
+
28
+
25
29
  ### 発生している問題・エラーメッセージ
26
30
 
27
31
 

2

修正しました

2021/09/30 14:05

投稿

free_teku
free_teku

スコア103

test CHANGED
File without changes
test CHANGED
@@ -372,6 +372,8 @@
372
372
 
373
373
 
374
374
 
375
+
376
+
375
377
  .plan {
376
378
 
377
379
  background-image: url(../../img/bg02.png);
@@ -470,7 +472,7 @@
470
472
 
471
473
 
472
474
 
473
- .plan-list .plan-item {
475
+ .plan .plan-item {
474
476
 
475
477
  width: 28%;
476
478
 
@@ -480,7 +482,7 @@
480
482
 
481
483
 
482
484
 
483
- .plan-list .plan-item a {
485
+ .plan .plan-item a {
484
486
 
485
487
  display: block;
486
488
 
@@ -492,15 +494,15 @@
492
494
 
493
495
  display: flex;
494
496
 
495
- -webkit-box-orient: vertical;
497
+ -webkit-box-orient: horizontal;
496
498
 
497
499
  -webkit-box-direction: reverse;
498
500
 
499
- -webkit-flex-direction: column-reverse;
501
+ -webkit-flex-direction: row-reverse;
500
-
502
+
501
- -ms-flex-direction: column-reverse;
503
+ -ms-flex-direction: row-reverse;
502
-
504
+
503
- flex-direction: column-reverse;
505
+ flex-direction: row-reverse;
504
506
 
505
507
  width: calc(750px/800px*100%);
506
508
 
@@ -510,7 +512,7 @@
510
512
 
511
513
  @media screen and (max-width: 992px) {
512
514
 
513
- .plan-list .plan-item a {
515
+ .plan .plan-item a {
514
516
 
515
517
  width: calc(750px/800px*100%);
516
518
 
@@ -532,14 +534,6 @@
532
534
 
533
535
  flex-direction: row;
534
536
 
535
- -webkit-box-pack: row;
536
-
537
- -webkit-justify-content: row;
538
-
539
- -ms-flex-pack: row;
540
-
541
- justify-content: row;
542
-
543
537
  -webkit-box-pack: justify;
544
538
 
545
539
  -webkit-justify-content: space-between;
@@ -564,7 +558,7 @@
564
558
 
565
559
 
566
560
 
567
- .plan-list .plan-item a .plan-txt {
561
+ .plan .plan-item a .plan-txt {
568
562
 
569
563
  padding-top: 32px;
570
564
 
@@ -574,19 +568,45 @@
574
568
 
575
569
  @media screen and (max-width: 992px) {
576
570
 
577
- .plan-list .plan-item a .plan-txt {
571
+ .plan .plan-item a .plan-txt {
578
572
 
579
573
  width: calc(375px/800px*100%);
580
574
 
581
575
  padding-left: 20px;
582
576
 
577
+ display: -webkit-box;
578
+
579
+ display: -webkit-flex;
580
+
581
+ display: -ms-flexbox;
582
+
583
+ display: flex;
584
+
585
+ -webkit-box-orient: horizontal;
586
+
587
+ -webkit-box-direction: normal;
588
+
589
+ -webkit-flex-direction: row;
590
+
591
+ -ms-flex-direction: row;
592
+
593
+ flex-direction: row;
594
+
595
+ -webkit-box-flex: 1;
596
+
597
+ -webkit-flex: 1;
598
+
599
+ -ms-flex: 1;
600
+
601
+ flex: 1;
602
+
583
- }
603
+ }
584
-
604
+
585
- }
605
+ }
586
-
587
-
588
-
606
+
607
+
608
+
589
- .plan-list .plan-item a .plan-txt .plan-ttl {
609
+ .plan .plan-item a .plan-txt .plan-ttl {
590
610
 
591
611
  font-size: 2rem;
592
612
 
@@ -598,7 +618,7 @@
598
618
 
599
619
  @media screen and (max-width: 992px) {
600
620
 
601
- .plan-list .plan-item a .plan-txt .plan-ttl {
621
+ .plan .plan-item a .plan-txt .plan-ttl {
602
622
 
603
623
  font-size: 2.0rem;
604
624
 
@@ -608,7 +628,7 @@
608
628
 
609
629
 
610
630
 
611
- .plan-list .plan-item a .plan-txt .desc {
631
+ .plan .plan-item a .plan-txt .desc {
612
632
 
613
633
  padding-top: 36px;
614
634
 
@@ -618,7 +638,7 @@
618
638
 
619
639
  @media screen and (max-width: 992px) {
620
640
 
621
- .plan-list .plan-item a .plan-txt .desc {
641
+ .plan .plan-item a .plan-txt .desc {
622
642
 
623
643
  font-size: 1.6rem;
624
644
 
@@ -628,7 +648,7 @@
628
648
 
629
649
 
630
650
 
631
- .plan-list .plan-item a img {
651
+ .plan .plan-item a img {
632
652
 
633
653
  display: block;
634
654
 
@@ -638,7 +658,7 @@
638
658
 
639
659
  @media screen and (max-width: 992px) {
640
660
 
641
- .plan-list .plan-item a img {
661
+ .plan .plan-item a img {
642
662
 
643
663
  width: 28%;
644
664
 

1

CSS修正しました

2021/09/30 05:38

投稿

free_teku
free_teku

スコア103

test CHANGED
File without changes
test CHANGED
@@ -18,6 +18,10 @@
18
18
 
19
19
 
20
20
 
21
+ ![変更後:現状2](d91b3406261a845f6ef1a2ba7e2f93b2.png)
22
+
23
+
24
+
21
25
  ### 発生している問題・エラーメッセージ
22
26
 
23
27
 
@@ -366,6 +370,8 @@
366
370
 
367
371
 
368
372
 
373
+
374
+
369
375
  .plan {
370
376
 
371
377
  background-image: url(../../img/bg02.png);
@@ -474,9 +480,37 @@
474
480
 
475
481
 
476
482
 
483
+ .plan-list .plan-item a {
484
+
485
+ display: block;
486
+
487
+ display: -webkit-box;
488
+
489
+ display: -webkit-flex;
490
+
491
+ display: -ms-flexbox;
492
+
493
+ display: flex;
494
+
495
+ -webkit-box-orient: vertical;
496
+
497
+ -webkit-box-direction: reverse;
498
+
499
+ -webkit-flex-direction: column-reverse;
500
+
501
+ -ms-flex-direction: column-reverse;
502
+
503
+ flex-direction: column-reverse;
504
+
505
+ width: calc(750px/800px*100%);
506
+
507
+ }
508
+
509
+
510
+
477
511
  @media screen and (max-width: 992px) {
478
512
 
479
- .plan-list .plan-item {
513
+ .plan-list .plan-item a {
480
514
 
481
515
  width: calc(750px/800px*100%);
482
516
 
@@ -530,98 +564,80 @@
530
564
 
531
565
 
532
566
 
567
+ .plan-list .plan-item a .plan-txt {
568
+
569
+ padding-top: 32px;
570
+
571
+ }
572
+
573
+
574
+
575
+ @media screen and (max-width: 992px) {
576
+
577
+ .plan-list .plan-item a .plan-txt {
578
+
579
+ width: calc(375px/800px*100%);
580
+
581
+ padding-left: 20px;
582
+
583
+ }
584
+
585
+ }
586
+
587
+
588
+
589
+ .plan-list .plan-item a .plan-txt .plan-ttl {
590
+
591
+ font-size: 2rem;
592
+
593
+ line-height: 1.6;
594
+
595
+ }
596
+
597
+
598
+
599
+ @media screen and (max-width: 992px) {
600
+
601
+ .plan-list .plan-item a .plan-txt .plan-ttl {
602
+
603
+ font-size: 2.0rem;
604
+
605
+ }
606
+
607
+ }
608
+
609
+
610
+
611
+ .plan-list .plan-item a .plan-txt .desc {
612
+
613
+ padding-top: 36px;
614
+
615
+ }
616
+
617
+
618
+
619
+ @media screen and (max-width: 992px) {
620
+
621
+ .plan-list .plan-item a .plan-txt .desc {
622
+
623
+ font-size: 1.6rem;
624
+
625
+ }
626
+
627
+ }
628
+
629
+
630
+
533
- .plan-list .plan-item a {
631
+ .plan-list .plan-item a img {
534
632
 
535
633
  display: block;
536
634
 
537
- display: -webkit-box;
538
-
539
- display: -webkit-flex;
540
-
541
- display: -ms-flexbox;
542
-
543
- display: flex;
544
-
545
- width: 96vw;
546
-
547
- }
548
-
549
-
550
-
551
- .plan-list .plan-item a .plan-txt {
552
-
553
- padding-top: 32px;
554
-
555
635
  }
556
636
 
557
637
 
558
638
 
559
639
  @media screen and (max-width: 992px) {
560
640
 
561
- .plan-list .plan-item a .plan-txt {
562
-
563
- width: calc(375px/800px*100%);
564
-
565
- padding-left: 20px;
566
-
567
- }
568
-
569
- }
570
-
571
-
572
-
573
- .plan-list .plan-item a .plan-txt .plan-ttl {
574
-
575
- font-size: 2rem;
576
-
577
- line-height: 1.6;
578
-
579
- }
580
-
581
-
582
-
583
- @media screen and (max-width: 992px) {
584
-
585
- .plan-list .plan-item a .plan-txt .plan-ttl {
586
-
587
- font-size: 2.0rem;
588
-
589
- }
590
-
591
- }
592
-
593
-
594
-
595
- .plan-list .plan-item a .plan-txt .desc {
596
-
597
- padding-top: 36px;
598
-
599
- }
600
-
601
-
602
-
603
- @media screen and (max-width: 992px) {
604
-
605
- .plan-list .plan-item a .plan-txt .desc {
606
-
607
- font-size: 1.6rem;
608
-
609
- }
610
-
611
- }
612
-
613
-
614
-
615
- .plan-list .plan-item a img {
616
-
617
- display: block;
618
-
619
- }
620
-
621
-
622
-
623
- @media screen and (max-width: 992px) {
624
-
625
641
  .plan-list .plan-item a img {
626
642
 
627
643
  width: 28%;