﻿@charset "UTF-8";
/* リセット */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
	background:transparent;
}
body {
	line-height:1;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none none outside;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

img{
	image-rendering: -webkit-optimize-contrast;
}
input, textarea, select{
	font-size: 1em;
}
input, textarea{
	margin: 0;
	padding: 0;
}
input, select {
	vertical-align:middle;
}
input::placeholder, textarea::placeholder{
	font-size: .95em;
}
fieldset, img, iframe  {
	vertical-align: bottom;
}
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #ccc;
	margin:1em 0;
	padding:0;
}


body {
  color: #222;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5em;
}
@media screen and (max-width: 477px){/* ■■■■ SP ■■■■ */
body{font-size: 5.32vw;}/*iframe幅94%を基準とした時の5÷.94の値*/
}/* ■■■■ SPend ■■■■ */
@media screen and (min-width: 478px){/* ■■■■ PC ■■■■ */
body{font-size: min(16px,2.22vw);}
}/* ■■■■ PCend ■■■■ */
img {
  max-width: 100%;
  height: auto;
  width : auto;
}
#wrapper {
  max-width: 980px;
  margin: 0 auto;
}
section {
  margin-bottom: 3.75em;
}

/***************************
   スタッフプロフィール
***************************/
.prof .name {
  margin-bottom: .625em;
  padding: .25em;
  border-bottom: 1px solid #ccc;
  font-size: 1.1em;
  font-weight: bold;
}

.prof div {
  display: flex;
  gap: 1.5em;
}
.prof .photo {
  padding: .3125em;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: .125em .125em .1875em .125em rgb(0 0 0 / 25%);
}
.prof .text span{
  font-weight: bold;
}

@media screen and (max-width: 477px){/* ■■■■ SP ■■■■ */
.prof div {
	flex-direction: column;
}
.prof .photo{
  width:50%;
  margin:0 auto;
}
}/* ■■■■ SPend ■■■■ */

@media screen and (min-width: 478px){/* ■■■■ PC ■■■■ */
.prof .photo{
	width: min(180px, 25vw);
	flex-shrink: 0;
	margin-left: .1em;/*左影用*/
}
.prof .text{
	flex-grow: 1;
	flex-basis: 0;
}
}/* ■■■■ PCend ■■■■ */