service.css
7.96 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
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
@charset "UTF-8";
/* 游ゴシック
=========================================== */
@font-face {
font-family: "Yu Gothic";
src: local("Yu Gothic Medium");
font-weight: 100; }
@font-face {
font-family: "Yu Gothic";
src: local("Yu Gothic Medium");
font-weight: 200; }
@font-face {
font-family: "Yu Gothic";
src: local("Yu Gothic Medium");
font-weight: 300; }
@font-face {
font-family: "Yu Gothic";
src: local("Yu Gothic Medium");
font-weight: 400; }
@font-face {
font-family: "Yu Gothic";
src: local("Yu Gothic Bold");
font-weight: bold; }
/* 矢印
=========================================== */
/* 角丸
=========================================== */
#pageTitle {
padding: 8em 0 5em 0;
text-align: center; }
@media only screen and (max-width: 767px) {
#pageTitle {
padding-left: 3%;
padding-right: 3%; } }
#pageTitle .flex {
align-items: center; }
#pageTitle .flex > div {
width: 50%; }
@media only screen and (max-width: 767px) {
#pageTitle .flex > div {
width: 100%; } }
#pageTitle .flex > div p {
text-align: left;
font-size: 1.3rem;
transform: scale(1, 1.2);
line-height: 200%;
margin-bottom: 30px; }
#pageTitle h1 {
margin-bottom: 0.8em; }
#pageTitle p {
color: #636466;
font-size: 1.5rem;
transform: scale(1, 1.2);
letter-spacing: 1px; }
.search.btm {
margin-top: 6em; }
.search.btm .bg > .flex > div {
padding: 1.2em; }
.search.more {
margin-top: 3em;
text-align: center; }
.search.more .more a {
min-width: 320px; }
.search .bg {
background-color: #f4f4f4;
padding: 2em; }
.search .bg h2 {
margin-top: -50%; }
@media only screen and (max-width: 767px) {
.search .bg h2 {
margin-top: 0; }
.search .bg h2 img {
width: 137px; } }
.search .bg > .flex {
justify-content: space-between; }
.search .bg > .flex > div {
width: 32%;
border: 4px #62bcc3 solid;
border-radius: 14px;
background-color: #fff;
padding: 2.2em 1.6em;
position: relative;
margin-top: 20px; }
@media only screen and (max-width: 767px) {
.search .bg > .flex > div {
width: 100%; } }
.search .bg > .flex > div h3 {
line-height: 140%; }
.search .bg > .flex > div img {
vertical-align: bottom; }
.search .bg > .flex > div.noBorder {
border: none;
background-color: transparent; }
@media only screen and (max-width: 767px) {
.search .bg > .flex > div.noBorder {
padding: 0; } }
.search .bg > .flex > div a {
display: inline-block;
background-color: #62bcc3;
color: #fff;
padding: 5px 40px;
line-height: 120%;
border-top-left-radius: 14px;
border-bottom-left-radius: 14px;
position: absolute;
right: 0;
bottom: 14px; }
.search .bg > .flex > div a:after {
content: "";
display: block;
width: 12px;
height: 15px;
background: url(/common/img/icon_arrow.png) no-repeat 0 0;
position: absolute;
right: 15%;
top: 26%; }
.search .bg > .flex > div a span {
display: inline-block;
font-size: 1.3rem;
transform: scale(1, 1.2); }
.search .bg .lists {
justify-content: space-between; }
.search .bg .lists > div:nth-child(1) {
width: 55%; }
.search .bg .lists > div:nth-child(1) img {
max-width: 100%; }
.search .bg .lists > div:nth-child(2) {
width: 40%; }
#detail .bg {
background-color: #f4f4f4;
padding: 26px 40px; }
@media only screen and (max-width: 767px) {
#detail .bg {
padding: 15px; } }
#detail .bg .labels > div {
width: 50%; }
@media only screen and (max-width: 767px) {
#detail .bg .labels > div {
width: 100%; } }
#detail .bg .labels > div h2 {
font-size: 1.3rem;
color: #62bcc3;
line-height: 100%;
padding: 12px 8px; }
#detail .bg .labels > div p {
display: inline-block;
background-color: #62bcc3;
line-height: 100%;
font-size: 1.2rem;
color: #fff;
padding: 6px 16px;
border-radius: 12px; }
#detail .bg .labels .green h2 {
color: #3ccc79; }
#detail .bg .labels .green p {
background-color: #3ccc79; }
#detail .bg .borderBox {
border: 4px #62bcc3 solid;
border-radius: 14px;
background-color: #fff;
padding: 10px 1.6em 1.4em 1.6em;
margin-top: 20px; }
#detail .bg .borderBox table.gaiyo {
width: 100%; }
#detail .bg .borderBox table.gaiyo th, #detail .bg .borderBox table.gaiyo td {
font-size: 1.4rem;
line-height: 170%;
text-align: left;
border-bottom: 2px #e2e2e2 solid;
padding: 20px 0; }
@media only screen and (max-width: 767px) {
#detail .bg .borderBox table.gaiyo th, #detail .bg .borderBox table.gaiyo td {
width: 100%;
display: block; } }
#detail .bg .borderBox table.gaiyo th {
width: 24%; }
@media only screen and (max-width: 767px) {
#detail .bg .borderBox table.gaiyo th {
width: 100%; } }
#detail .bg .borderBox table.gaiyo th:before {
content: "";
display: inline-block;
width: 10px;
height: 10px;
border-radius: 5px;
background-color: #62bcc3;
margin-right: 6px; }
#detail .bg .borderBox table.gaiyo td {
line-height: 2; }
#detail .bg .borderBox table.gaiyo td figure {
text-align: center; }
#detail .bg .borderBox table.gaiyo td a {
text-decoration: underline;
position: relative;
display: inline-block;
padding-left: 10px; }
#detail .bg .borderBox table.gaiyo td a:before {
content: "";
display: block;
width: 0;
height: 0;
border-style: solid;
border-width: 5px 0 5px 5px;
border-color: transparent transparent transparent #000000;
transform: scale(1, 0.75);
position: absolute;
left: 0;
top: 7px; }
#detail .bg .borderBox table.gaiyo td.bold {
font-weight: bold;
font-size: 1.6rem; }
#detail .bg .borderBox table.gaiyo .noBorder {
border: none; }
@media only screen and (max-width: 767px) {
#detail .bg .borderBox table.gaiyo td.noBorder {
padding-top: 0;
padding-bottom: 0; } }
#detail .bg .borderBox table.ph th, #detail .bg .borderBox table.ph td {
border: none;
padding: 5px;
text-align: center; }
@media only screen and (max-width: 767px) {
#detail .bg .borderBox table.ph th, #detail .bg .borderBox table.ph td {
width: 33%;
display: table-cell; }
#detail .bg .borderBox table.ph th img, #detail .bg .borderBox table.ph td img {
max-width: 100%; } }
#detail .bg .borderBox table.ph th {
text-align: center;
font-size: 1.6rem; }
@media only screen and (max-width: 767px) {
#detail .bg .borderBox table.ph th {
font-size: 1.2rem; } }
#detail .bg .borderBox table.ph th:before {
display: none; }
@media only screen and (max-width: 767px) {
#detail .bg .borderBox table.ph td {
font-size: 1.0rem;
line-height: 150%; } }
#detail .bg .borderBox table.ph .border {
border-right: 2px #e2e2e2 solid; }
.rev .more a {
padding: 6px 3em 12px 4em; }
.rev .more a:after {
transform: rotate(180deg);
right: auto;
left: 15%; }
@media only screen and (max-width: 1060px) {
#service {
padding-left: 3%;
padding-right: 3%; } }
#service h2 {
text-align: center;
margin-bottom: 2em; }
#service h2 img {
max-width: 100%; }
#service p {
transform: scale(1, 1.4);
font-size: 1.3rem;
text-align: center; }
#service .more {
text-align: center;
margin-top: 2em; }