@charset "UTF-8";
/* CSS Document */

body {
  font-family: 'Noto Sans JP', sans-serif !important;
	letter-spacing: 1px !important;
}

.wrapper {
	box-sizing: border-box;
	margin: auto;
	position: relative;
}

article {
	margin: auto;
}

section {
  box-sizing: border-box;
}

.inner {
	width: 800px;
	margin: auto;
}

.c_yellow { color: #ff0 !important;}
.c_white { color: #fff !important;}
.c_red { color: #f00 !important;}

.fs_130p { font-size: 130% !important;}
.fs_120p { font-size: 120% !important;}
.fs_110p { font-size: 110% !important;}
.fs_90p { font-size: 90% !important;}
.fs_80p { font-size: 80% !important;}

.mb_0 { margin-bottom: 0 !important;}
.mb_10 { margin-bottom: 10px !important;}
.mb_20 { margin-bottom: 20px !important;}
.mb_30 { margin-bottom: 30px !important;}
.mb_40 { margin-bottom: 40px !important;}


.nsjp {
  font-family: 'Noto Serif JP', serif;
}

.fw_900 { font-weight: 900;}

.ta_center { text-align: center;}

@media print, screen and (max-width: 800px) {
section {
	width: 100%;
}

.inner {
	width: 100%;
  padding: 0;
}
}



/* --------------------------------------------------------

   header

-------------------------------------------------------- */
header {
  margin: auto;
  text-align: center;
}

header .inner {
  box-sizing: border-box;
  padding: 10px 10px 30px;
  color: #fff;
}

.hdr_txt01 {
  font-size: 140%;
  margin: auto auto 15px;
}

h1 {
  box-sizing: border-box;
  color: #ff66d0;
  font-size: 370%;
  font-weight: 900 !important;
  line-height: 1.3;
  margin: auto;
}

h1 span {
  box-sizing: border-box;
  display: block;
  margin-top: 10px;
  font-size: 45%;
}

h1 span br { display: none;}

header h1 img {
  display: block;
  width: 100%;
}


.hdr_st {
  display: inline-block;
  border: solid 1px #ff66d0;
  color: #fff !important;
  padding: 4px 20px;
}

.hdr_dl {
  font-size: 120%;
  margin: auto;
  text-align: center;

}

@media print, screen and (max-width: 800px) {
header .inner {
  padding: 20px 10px;
  margin: auto auto 30px;
}

.hdr_txt01 {
  font-size: 90%;
}

h1 { font-size: 180%;}

h1 span {
  font-size: 60%;
}

h1 span br { display: block;}

.hdr_st,
.hdr_dl {
  font-size: 90%;
}
}



/* --------------------------------------------------------

   contents

-------------------------------------------------------- */
.ben_box {
  position: relative;
  text-align: center;
  margin-bottom: -10px;
}

.ben_box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ben_box li {
  margin-bottom: 10px !important;
}

.nolist {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  text-align: left;
}

.nolist li {
  margin-bottom: 5px;
  text-indent: -1em;
  margin-left: 1em;
}

.nolist li::last-child {
  margin-bottom: 0;
}

section p {
  font-size: 130%;
  text-align: center;
  line-height: 1.7;
}


@media print, screen and (max-width: 800px) {

.dl_txt {
  font-size: 120%;
}

.ben_box {
  padding: 0;
  font-size: 90%;
  margin-bottom: 20px;
}

.ben_box li {
  text-align: left;
  text-indent: -1em;
  margin-left: 1em;
}

section p {
  font-size: 110%;
  text-align: left;
}

section p br { display: none;}
}



/* --------------------------------------------------------

   form

-------------------------------------------------------- */
.form_box {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 40px;
  padding: 20px;
  border: solid 1px #000;
}

.form_input {
  width: 100%;
}

.form_box p {
  font-size: 180%;
  font-weight: 900;
  margin: 10px auto 20px;
  text-align: center;
}

.kome-list {
  margin: 0;
  padding: 0;
  padding-left: 1.3em;
  list-style: none;
}

.kome-list li::marker {
  content: "※";
  color: #fff;
}

.kome-list li {
  margin-bottom: 3px;
}

.kome-list li::last-child {
  margin-bottom: 0;
}

.his {
  color: #f00;
}

.form_input input[type="text"] {
  box-sizing: border-box;
  width: 100%;
  line-height: 1.5;
  background: #eee;
  border: solid 1px #eee;
  border-radius: 0;
  padding: 10px;
  margin: 6px auto 20px;
  transition: 0.3s;
  outline: none;
  -webkit-appearance: none;
}

.form_input input[type="text"]:hover {
  background: #fff;
}

input[type="submit"] {
  box-sizing: border-box;
  display: block;
  -webkit-appearance: none;
  border: solid 1px #000;
  border-radius: 5px;
  background: #fffc00;
  color: #000;
  font-size: 300%;
  font-weight: 900;
  width: 100%;
  padding: 10px;
  margin: auto auto 30px;
  text-align: center;
  letter-spacing: 4px;
  transition: 0.3s;
}

input[type="submit"]:hover {
   opacity: 0.7;
}

.form_box br { display: none;}


@media print, screen and (max-width: 800px) {
.form_box p {
  font-size: 160%;
}

.form_box br { display: block;}

input[type="submit"] {
  font-size: 200%;
}
}




/* --------------------------------------------------------

   banner

-------------------------------------------------------- */
.banner {
  width: 100%;
  margin: auto;
}

.banner img {
  margin: auto auto 10px;
  width: 100%;
}

.banner a {
  transition: 0.3s
}

.banner a:hover {
  opacity: 0.8;
}


@media print, screen and (max-width: 800px) {

}



/* --------------------------------------------------------

   profile

-------------------------------------------------------- */
.pf_box {
  margin-bottom: 50px;
}

.pf_box h2 { color: #5b0781 !important;}

.pf_box img {
  display: block;
  float: right;
  margin: 0 0 20px 20px;
  width: 200px;
}

.pf_box p {
  font-size: 90%;
  text-align: left;
}

.pf_box .author {
  font-size: 110%;
  font-weight: 600;
}

.pf_box ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 90%;
}

.pf_box li br { display: none;}

@media print, screen and (max-width: 800px) {
.pf_box h2 {
  margin-bottom: 10px;
}

.pf_box .author {
  font-size: 100%;
}

.pf_box img {
  float: none;
  margin: auto auto 20px;
  text-align: center;
}

.pf_box li { margin-bottom: 8px;}

.pf_box li br { display: block !important;}
}




/* --------------------------------------------------------

   download

-------------------------------------------------------- */
.dl_btn {
  margin-bottom: 50px;
}

.dl_btn a {
  box-sizing: border-box;
  display: block;
  -webkit-appearance: none;
  border-radius: 0 !important;
  border: solid 1px #000;
  border-radius: 5px;
  background: #fffc00;
  color: #000;
  font-size: 170%;
  font-weight: 600;
  width: 100%;
  padding: 20px;
  margin: auto auto 30px;
  text-align: center;
  letter-spacing: 2px;
  transition: 0.3s;
  text-decoration: none;
}

.dl_btn a:hover {
   opacity: 0.7;
}

@media print, screen and (max-width: 800px) {
.dl_btn {
  margin-bottom: 40px;
}

.dl_btn a {
  font-size: 150%;
  width: 100%;
  padding: 10px;
}
}



/* --------------------------------------------------------

   footer

-------------------------------------------------------- */
footer {
  font-size: 80%;
  border-top: solid 1px #eee;
  padding-top: 20px;
  padding-bottom: 5px;
}

.ftr_link {
  clear: both;
  float: none;
  text-align: center;
}

.ftr_link a {
  color: #000;
}

.ftr_link a:hover {
  color: #f00;
  text-decoration: none;
}

footer p { line-height: 1.3;}

.ftr_cpybox {
  float: none;
  text-align: center;
}

.ftr_company {
  font-weight: 900 !important;
  margin-top: 15px !important;
  margin-bottom: 10px !important;
}

.ftr_cpybox p { margin-bottom: 5px;}

footer br { display: none;}

@media print, screen and (max-width: 800px) {
footer { font-size: 70%;}
footer br { display: block;}
}