content01.css
3.79 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
br.sp {
display: none; }
@media only screen and (max-width: 767px) {
br.sp {
display: block; } }
header {
position: static;
padding: 10px 0 6px 0; }
header .logo {
text-align: center; }
@media only screen and (max-width: 767px) {
main {
padding-left: 3%;
padding-right: 3%; } }
main .container {
max-width: 970px; }
main h1 {
font-weight: normal;
color: #62bcc3;
font-size: 3.4rem; }
@media only screen and (max-width: 767px) {
main h1 {
font-size: 2.2rem; } }
main h1 p {
border-bottom: 2px #62bcc3 solid;
padding-bottom: 15px; }
main h1 p.small {
font-size: 2.8rem;
margin-bottom: 8px;
margin-top: 20px; }
@media only screen and (max-width: 767px) {
main h1 p.small {
font-size: 1.8rem; } }
main h1 p.big {
margin-bottom: 20px; }
main p.catch {
font-size: 2.0rem; }
@media only screen and (max-width: 767px) {
main p.catch {
font-size: 1.8rem;
line-height: 1.7; } }
main p.writer {
font-size: 1.2rem;
text-align: right; }
@media only screen and (max-width: 767px) {
main p.writer {
margin-top: 2.0rem; } }
main .block {
margin-top: 4.0rem; }
main .block h2 {
background-color: #62bcc3;
color: #fff;
padding: 8px;
font-size: 2.2rem;
margin-bottom: 20px; }
main .block p {
font-weight: 300;
line-height: 1.7; }
main .block p.note {
font-size: 1.2rem; }
main #firstSection > div:nth-child(1) {
width: 26%; }
@media only screen and (max-width: 767px) {
main #firstSection > div:nth-child(1) {
width: 100%;
order: 2; } }
main #firstSection > div:nth-child(2) {
width: 71%; }
@media only screen and (max-width: 767px) {
main #firstSection > div:nth-child(2) {
width: 100%; } }
main #firstSection .prof {
margin-bottom: 30px; }
@media only screen and (max-width: 767px) {
main #firstSection .prof figure {
text-align: center; } }
main #firstSection .prof p {
font-size: 1.3rem;
line-height: 1.7; }
main #firstSection .prof p.name {
font-size: 1.8rem; }
main #firstSection #healsio > div:nth-child(1) {
width: 62%; }
@media only screen and (max-width: 767px) {
main #firstSection #healsio > div:nth-child(1) {
width: 100%; } }
main #firstSection #healsio > div:nth-child(2) {
width: 35%; }
@media only screen and (max-width: 767px) {
main #firstSection #healsio > div:nth-child(2) {
width: 100%;
margin-bottom: 20px; }
main #firstSection #healsio > div:nth-child(2) figure {
text-align: center;
margin-top: 20px; } }
main #energy {
margin-top: 40px; }
main #energy > div:nth-child(1) {
width: 35%; }
@media only screen and (max-width: 767px) {
main #energy > div:nth-child(1) {
width: 100%;
margin-bottom: 20px; } }
main #energy > div:nth-child(2) {
width: 62%; }
@media only screen and (max-width: 767px) {
main #energy > div:nth-child(2) {
width: 100%; } }
main #comment {
max-width: 680px;
margin-left: auto;
margin-right: auto;
margin-top: 40px; }
main #comment > div {
width: 42.5%; }
@media only screen and (max-width: 767px) {
main #comment > div {
width: 100%; } }
main #comment > div img {
margin-left: 30px; }
main #comment > div p.remark {
padding: 40px 20px 10px 20px;
position: relative; }
main #comment > div p.remark:before {
content: "";
display: block;
border: 2px #62bcc3 solid;
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 20px; }
main .contact p {
font-size: 1.4rem;
line-height: 1.7;
margin-top: 40px; }
main .back {
text-align: center;
margin-top: 40px; }
@media only screen and (max-width: 767px) {
main .back img {
max-width: 100%; } }