@charset "UTF-8";

/* syle_sp.css */
/*   【SP版】cssリセット・コンテンツ部分の共通css   */

/*   reset   */

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-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* ------------------- 共通css ------------------- */
html {
  -webkit-text-size-adjust: 100%;
   scroll-behavior: smooth;
}

body {
  font-family:-apple-system,BlinkMacSystemFont,"メイリオ","Meiryo",sans-serif;
  font-feature-settings: "palt";
  color:#707070;
  font-size:100%;
  letter-spacing: 0.07em;
  word-break: break-all;
}

/* メニュー展開時スクロール禁止 */


html.is-fixed body {
  height: 100%;
  overflow:hidden;
}

/* 明朝体フォント */
.mincho_body {
  font-family:serif;
}

/* 1024以下はpcのみコンテンツは非表示 */
  .pc {display: none !important;}
  .sp {display: block !important;}


/* Chrome画像ぼやけ防止 */
img { image-rendering: -webkit-optimize-contrast;
width:100%;
}

body.fixed {
  width:100%;
    position: fixed;
    height: 100%;
    left: 0;
}

a {
  color:#707070;
  text-decoration: none;
}
p {
  text-align: justify;
  font-size: min(3.73vw, 16px);
  line-height: 1.8em;
}



#wrapper {
    overflow: hidden;
    margin: 0 auto;
}

section {
  margin:0 auto;
}


/* 共通ボタンデザイン */
/* 四角白ボタン */
.square {
  border:solid 1px #707070;
  text-align: center;
}

.square:hover {
  background-color: #EEEEEE;
  border:solid 1px #EEEEEE;
  transition : 0.3s;
}

/* タブ　四角ボタン */
.toptab_area ul li {
  border:solid 1px #707070;
  text-align: center;
  font-size: min(2.93vw, 16px);
}

.toptab_area ul li:hover {
  background-color: #EBDBEF;
  border:solid 1px #EBDBEF;
  transition : 0.3s;
}

/* 四角ボタン　紫 */

.square_purple {
  background-color :#EBDBEF;
  border:solid 1px #EBDBEF;
  text-align: center;
  font-size:4.27vw;
}

.square_purple:hover {
  background-color: #B286BC;
  border:solid 1px #B286BC;
  color:#ffffff;
  transition : 0.3s;
}

/* 四角ボタン　灰色 */
.square_gray {
  border:solid 1px #DFDFDF;
  background-color: #DFDFDF;
  transition : 0.3s;
}

.square_gray:hover {
  border:solid 1px #707070;
  background-color: #707070;
  transition : 0.3s;
  color:#ffffff;
}
