@charset "UTF-8";
/* CSS Document */
/*------------------

リセットcss

-------------------*/
html, body, div, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size: 62.5%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1.8em;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    /* vertical-align:baseline; */
    background:transparent;
    text-decoration:none;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
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;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}
html {
    box-sizing: border-box;
}
img {
    /* width: 100%; */
    vertical-align: bottom;
    max-width: 100%;
}
.noto-sansf {
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  font-style: normal;
}
a {
  text-decoration: none;
  color: #707070;
  transition: .3s;
}
a:hover {
  opacity: 0.8;
}

/*---------------------------------

ヘッダー

----------------------------------*/

header {
    background-image: linear-gradient(90deg, #00249b, #0076d9);
    padding: 20px 0;
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-family: "Noto Serif", serif;
    font-weight: 500;
    font-size: 2rem;
}




/*---------------------------------

共通の記述

----------------------------------*/
/* body {
  background-color: #e9e9e9;
} */
.wrap {
  max-width: 750px;
  margin: 0 auto;
  padding: 0 3%;
  background-color: #ffffff;
  box-sizing: border-box;
  text-align: left;
}
.sponly {
  display: none;
}
.pink {
  color: #eb0063;
}
.green {
  color: #34d51b;
}
.purple {
  color: #8100eb;
}
.blue {
  color: #0033eb;
}
.red {
  color: #d60000;
}
.orange {
  color: #ff771c;
}
.mark {
  background: linear-gradient(transparent 50%, #fffeac 50%);
}
.tbox {
  padding: 15px 0;
}
p {
  font-size: 1.8rem;
  line-height: 3rem;
  padding: 15px 0;
  font-weight: 400;
}
ul li {
  font-size: 1.8rem;
  line-height: 3rem;
  font-weight: 400;
}
.bold {
  font-weight: 700;
}
.font-size-M {
  font-size: 2.4rem;
  line-height: 4.4rem;
  font-weight: 700;
  /* padding: 20px 0; */
}
.font-size-L {
  font-size: 3.2rem;
  line-height: 4.8rem;
  font-weight: 800;
  /* padding: 25px 0; */
}
.wrap img {
  padding: 5px 0;
}
h1 {
  font-family: "Noto Serif", serif;
  font-weight: 500;
  padding: 10px 10px;
  font-size: 3rem;
  line-height: 38px;
  margin-top: 80px;
}
h1 span {
  font-size: 2.2rem;
}
h2 {
  font-family: "Noto Serif", serif;
  font-weight: 600;
  padding: 10px 10px 5px;
  color: #254395;
  font-size: 2.4rem;
  line-height: 38px;
  margin-top: 40px;
  border-bottom: 2px solid #2a78d7;
}
h3 {
  padding: 5px 10px;
  background-color: #ffffff;
  font-size: 2.2rem;
  line-height: 38px;
}
.comment {
  background-color: #e8e8e8;
  padding: 40px;
  margin-top: 30px;
}
.right {
  text-align: right;
  display: block;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 2.6rem;
    margin-top: 60px;
  }
  h1 span {
    font-size: 2rem;
  }
  p, ul li {
    font-size: 1.6rem;
  }
  .comment {
    padding: 20px;
  }
}
/*------------------

フッター

-------------------*/
footer  {
  width: 100%;
  padding: 15px 0;
  background-color: #2a78d7;
  margin-top: 80px;
  text-align: center;
}
footer small {
  color: #ffffff;
  text-align: center;
  font-weight: 400;
}
footer a {
  color: #ffffff;
  padding: 0 10px;
  font-size: 1.6rem;
}
footer .flex {
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  footer a {
    font-size: 1rem;
  }
}
/*------------------

運営会社情報／プラポリ

-------------------*/
#company h1 {
  font-size: 3rem;
  text-align: center;
  margin: 80px 0 30px;
}
table {
  width: 90%;
  margin: 0 auto;
}
th {
  background-color: #cecece;
  font-weight: 600;
  text-align: center;
  font-size: 1.6rem;
  padding: 20px;
  line-height: 2.2rem;
  vertical-align: middle;
}
td {
  background-color: #ebebeb;
  font-size: 1.6rem;
  padding: 20px;
  line-height: 2.2rem;
}