@charset "utf-8";
@import url("http://fonts.googleapis.com/earlyaccess/roundedmplus1c.css");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}

body {
  font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",
    Verdana, Geneva, Arial, sans-serif;
  color: #000;
  font-size: 14px;
  background: #fbf62c;
}

del {
  text-decoration: line-through;
}

.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

pre {
  white-space: -moz-pre-wrap;
  /* Mozilla */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  white-space: pre-wrap;
  /* CSS3 */
  word-wrap: break-word;
  /* IE 5.5+ */
  display: inline-block;
  border: 2px solid #bbb;
  margin: 1em 0;
  padding: 1em;
}

strong {
  background: #dc001f;
  color: #fbf62c;
}

em {
  color: #fbf62c;
  background: #000;
}

strong,
b {
  font-size: 100%;
}

ins {
  display: inline-block;
  background: #fff;
}

/*--- table*/
table {
  border-collapse: collapse;
  line-height: 1.5;
  margin-bottom: 20px;
  background: #fff;
}

table th {
  width: 150px;
  padding: 10px;
  text-align: left;
  vertical-align: top;
  border: solid 2px #000;
  background: #dc001f;
  color: #fff;
}

table td {
  width: 350px;
  padding: 10px;
  vertical-align: top;
  border: solid 2px #000;
  font-size: 90%;
}

/*--- blockquote*/
blockquote {
  margin-bottom: 30px;
  padding: 2em;
  text-align: center;
  border: solid 2px #dc001f;
  font-family: "Rounded Mplus 1c";
  font-size: 110%;
  position: relative;
  border-radius: 15px;
  z-index: 1;
}

blockquote:before,
blockquote:after {
  font-size: 30px;
  line-height: 1em;
  color: #dc001f;
  font-family: FontAwesome;
  z-index: -1;
  text-shadow: none;
}

blockquote:before {
  content: "\f10d";
  position: absolute;
  left: 15px;
  top: 5px;
}

blockquote:after {
  content: "\f10e";
  position: absolute;
  right: 15px;
  bottom: 5px;
}

/*--- list ul*/
article ul {
  width: 100%;
  margin: 40px 0;
  position: relative;
  background: #fff;
  border-radius: 15px;
  border: solid 2px #dc001f;
}

article ul li {
  margin: 0.5em 0;
  padding: 10px 35px;
  line-height: 2.35em;
}

article ul li:before {
  font-family: FontAwesome;
  content: "\f08d";
  color: #dc001f;
  font-size: 16px;
  margin-right: 5px;
}

/*--- list ol*/
article ol {
  width: 100%;
  margin: 40px 0;
  background: #fff;
  border-radius: 15px;

  counter-reset: number;
  list-style-type: none !important;
  position: relative;
}

article ol li {
  margin: 1.5em 0;
  padding: 15px 0 15px 55px;

  list-style: none;
  position: relative;
}

article ol li:before {
  color: #fff;
  background: #dc001f;
  border-radius: 50%;
  font-weight: bold;

  position: absolute;
  counter-increment: number;
  content: counter(number);
  text-align: center;
  display: inline-block;

  width: 20px;
  height: 20px;
  font-size: 18px;
  line-height: 22px;
  left: 25px;

  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*--- layout ---*/
#com1-wrap {
  max-width: 1010px;
  margin: 0 auto;
  /* overflow: hidden; */
}

#com1-wrap main {
  display: flex;
  justify-content: space-between;
}

article {
  margin-bottom: 30px;
}

article img {
  max-width: 100%;
  margin-bottom: 15px;
}

/*--- link*/
a {
  display: block;
  color: #000;
}

a:hover {
  color: #ed1b23;
}

/*--- title ---*/
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  font-weight: 700;
  font-family: "Rounded Mplus 1c";
  border-radius: 8px;
}

h2,
h3,
h4,
h5,
h6 {
  font-size: 135%;
  margin-bottom: 15px;
}

h2 {
  font-size: 170%;
  letter-spacing: -0.07em;
  color: #fff;
  padding: 10px;
  background: #dc001f;
}

h3 {
  background: #fbf62c;
  color: #dc001f;
  font-size: 150%;
  padding: 10px;
}

h4 {
  background: #fff;
  padding: 5px 10px;
  color: #dc001f;
}

h5 {
  font-size: 110%;
  background: #000;
  color: #ffd200;
  padding: 5px 10px;
}

h6 {
  border-bottom: solid #dc001f 2px;
  font-size: 110%;
  padding: 5px 10px;
  color: #dc001f;
  border-radius: 0;
}

/* 下層用 */
.under h1 {
  font-size: 170%;
  letter-spacing: -0.07em;
  color: #fff;
  padding: 10px;
  background: #dc001f;
  margin-bottom: 15px;
}

.under h2 {
  background: #fbf62c;
  color: #dc001f;
  font-size: 150%;
  padding: 10px;
}

.under h3 {
  background: #fff;
  padding: 5px 10px;
  color: #dc001f;
  margin-top: 40px;
}





/*--- header ---*/
#com1-head {
  width: 100%;
  margin-bottom: 20px;
}

.com1-headIn {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.com1-top .com1-headTtl {
  width: 300px;
  height: 300px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto auto;
  z-index: 2;
}

/*--- h1*/
h1 a,
.ttl_h a {
  margin: 0 auto;
  font-size: 190%;
  font-weight: 700;
  letter-spacing: -0.1em;
  color: #000;
  text-align: center;
  text-shadow: #fff 2px 0px 0px, #fff -2px 0px 0px, #fff 0px -2px 0px,
    #fff 0px 2px 0px, #fff 2px 2px 0px, #fff -2px 2px 0px, #fff 2px -2px 0px,
    #fff -2px -2px 0px, #fff 1px 2px 0px, #fff -1px 2px 0px, #fff 1px -2px 0px,
    #fff -1px -2px 0px, #fff 2px 1px 0px, #fff -2px 1px 0px, #fff 2px -1px 0px,
    #fff -2px -1px 0px, #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px,
    #fff -1px -1px 0px;
}

.ttl_h a {
  line-height: 1.3;
}


/*--- headCopy*/
.com1-cp {
  font-family: "Rounded Mplus 1c";
  font-size: 100%;
  text-align: center;
}

/*--- indexのみ*/
.com1-top h1 a {
  width: 250px;
}

.com1-top .com1-cp {
  width: 240px;
  margin: 60px auto 5px;
}

/*--- headNav ---*/
#com1-headnv {
  width: 100%;
  text-align: right;
}

.com1-nvIn {
  display: inline-block;
  margin-right: 10px;
  margin-top: 5px;
  overflow: hidden;
}

.com1-nvIn li {
  float: left;
}

.com1-nvIn li a {
  font-size: 80%;
  padding: 10px;
  color: #000;
}

.com1-nvIn li a:hover {
  color: #ed1b23;
}

.slicknav_menu {
  display: none;
}

/*--- mainSlider ---*/
.com1-mainvisual {
  width: 100%;
  overflow: hidden;
}

.com1-slider {
  width: 100%;
  position: relative;
  left: 50%;
  margin-left: 505px;
}

.com1-slider li {
  margin: 20px 5px;
}

.com1-slider li img {
  display: block;
  border-radius: 8px;
}

.bx-wrapper {
  max-width: 100% !important;
  margin: 0 auto;
  position: relative;
  border: none;
  box-shadow: none;
  background: #ffd200;
}

#com1-mainvisual>div>div.bx-viewport {
  height: auto !important;
}

.bx-wrapper .bx-controls-direction a {
  display: none;
}

/*--- mainArea ---*/
#com1-main {
  max-width: 76%;
  float: left;
}

#com1-main article {
  padding: 2%;
  background: #ffd200;
  border-radius: 15px;
  overflow: hidden;
}

/*--- 下層リンク ---*/
#com1-main .com1-under {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding-bottom: 50px;
}

.com1-under p {
  line-height: 1.8;
}

.com1-sec {
  overflow: hidden;
  margin-top: 1px;
}

.com1-sec .com1-under {
  width: 49%;
  float: left;
  background: #fff;
}

.com1-sec .com1-under:nth-of-type(2) {
  float: right;
}

.com1-under h2 {
  color: #fff;
}

/*--- readMore*/
.com1-more {
  width: 130px;
  text-align: center;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.com1-more a:before {
  font-family: FontAwesome;
  content: "\f054";
  position: absolute;
  right: 5px;
}

.com1-more a {
  font-size: 12px;
  line-height: 26px;
  position: relative;
  background: #ffd200;
  border-radius: 5px;
}

.com1-more a:hover {
  background: #fbf62c;
  color: #dc001f;
}

/*--- recommend ---*/
#com1-recommend {
  overflow: hidden;
  padding: 15px 0;
}

/*--- h3_link*/
.com1-recommendIn {
  width: 100%;
  margin: 0 auto 12px;
}

.com1-recommendIn h3 {
  font-size: 100%;
  border-radius: 0;
  background: #fff;
  padding: 0;
}

.com1-recommendIn h3 a {
  position: relative;
  color: #dc001f;
  padding: 20px;
}

.com1-recommendIn h3 a:before {
  font-family: FontAwesome;
  content: "\f054";
  position: absolute;
  right: 10px;
  font-weight: normal;
}

.com1-recommendIn h3 a:hover {
  background: #dc001f;
  color: #fbf62c;
}

.com1-recommendIn p {
  width: 90%;
  margin: 3px auto 0;
  text-align: right;
  font-size: 85%;
}

/*--- aside ---*/
#com1-side {
  /*min-*/
  width: 20%;
  float: right;
  font-family: "Rounded Mplus 1c";
  position: sticky;
  top: 0;
  height: fit-content;
}

aside dt {
  font-size: 120%;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  color: #dc001f;
}

aside dd {
  font-weight: bold;
  margin-bottom: 10px;
  border-top: 0;
  position: relative;
}

aside dd a:hover {
  background: #dc001f;
  color: #fbf62c;
}

/*--- 上block*/
aside .sub-1 dl {
  margin-bottom: 40px;
}

aside .sub-1 dd a {
  text-align: center;
  line-height: 50px;
  border-radius: 8px;
  background: #fff;
}

aside .sub-1 dd a:before {
  font-family: FontAwesome;
  content: "\f054";
  position: absolute;
  left: 10px;
}

aside .sub-1 a:hover {
  background: #dc001f;
  color: #fbf62c;
}

/*--- 下block*/
aside .sub-2 dd {}

aside .sub-2 dd a {
  border-radius: 8px;
  background: #fff;
}

aside .sub-2 a:hover {
  background: #dc001f;
  color: #fbf62c;
}

aside .sub-2 dd p {
  line-height: 50px;
  text-align: center;
}

aside .sub-2 dd img {
  width: 94%;
  margin: 3%;
  margin-bottom: 0;
  border-radius: 8px 8px 0 0;
}

/*--- footer ---*/
#com1-foot {
  width: 100%;
  background: #eee;
}

footer ul {
  max-width: 1010px;
  margin: 0 auto;
  overflow: hidden;
}

footer ul li {
  /*min-*/
  width: 360px;
  margin-right: 50px;
  float: left;
}

footer dl {
  padding: 10px 0;
  overflow: hidden;
}

footer dt {
  font-weight: bold;
  padding: 10px 0;
  position: relative;
  background: #ffb400;
  text-align: center;
  border-radius: 8px;
}

footer dd {
  font-size: 90%;
  line-height: 40px;
}

footer dd a {
  padding: 5px 0;
  padding-left: 20px;
  color: #000;
  position: relative;
}

footer dd a:hover {
  color: #dc001f;
}

footer dd a:before {
  font-family: FontAwesome;
  content: "\f054";
  position: absolute;
  color: #999;
  left: 5px;
  font-size: 50%;
}

/*--- footCopy*/
.com1-fc {
  padding: 10px 20px;
  margin: 0 auto;
  font-size: 75%;
  color: #fff;
  background: #000;
}

/*--- 404*/
.com1-nf {
  margin: 20px auto;
}

.com1-nf b {
  font-family: "Rounded Mplus 1c";
  font-size: 260%;
}

/*--- pan*/
.com1-pan {
  width: 1010px;
  margin: 10px auto;
}

.com1-pan a {
  display: inline;
  padding: 0 8px;
  font-size: 85%;
}

/*--- SNS ---*/
#com1-sns {
  overflow: hidden;
  padding: 15px;
  background: #fff;
  margin-bottom: 30px;
  border-radius: 15px;
}

.com1-snsIn h2 {
  box-shadow: none;
  text-align: center;
}

.com1-snsIn dd {
  width: 25%;
  margin: 0 auto;
  float: left;
  display: block;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  border-left: 0;
}

.com1-snsIn dd a {
  width: 94%;
  margin: 0 auto;
  padding: 10px 0;
  color: #fff;
  background: #28aae1;
  position: relative;
  box-sizing: border-box;
  border-radius: 8px;
}

.com1-snsIn dd a:hover,
#fb:hover,
#ggl:hover,
#ht:hover {
  opacity: 0.7;
}

/*--- 個別*/
#tw {}

#fb {
  background: #041d4d;
}

#ggl {
  background: #dd4b39;
}

#ht {
  background: #3b5998;
}

/*--- topPage*/
.com1-btn a {
  width: 60px;
  height: 60px;
  line-height: 56px;
  text-align: center;

  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1;

  font-size: 9px;
  background: #dc001f;
}

.com1-btn a:before {
  display: block;
  font-family: FontAwesome;
  content: "\f106";
  font-size: 46px;
  color: #fff;
}

.com1-btn a:hover {
  background: #ffd200;
}

#com1-wrap main:has(#com1-sns) {
  display: block;
}

/*clearfix*/
#com1-wrap:after {
  content: "";
  display: block;
  clear: both;
}