@charset "utf-8";

/* --------------
 toppage
-------------- */

#siteHeader h1 a:hover img, .homeBox5 a:hover img {
  -moz-opacity: 1.0;
  opacity: 1.0;
}


/* border */

.borderD {
  border: 1px solid #2ea7e0;
  background: #fff;
}


/* button */

.buttonA {
  position: relative;
  background: #000;
  background: rgba(0, 150, 60, 0.8);
  box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.75);
}

.buttonA:hover {
  background: #000;
  background: rgba(0, 150, 60, 1.0);
  top: 3px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.buttonA a {
  display: block;
  color: #fff;
  font-weight: bold;
}


/* line */

.underlineA {
  background: url("/img/underline.png") no-repeat center bottom;
  background-size: 100% 20px;
  padding: 0 10px;
  padding-bottom: 10px;
}


/* font */

.colorA {
  color: #78ccd0;
}


/* =mv
-------------------------------------------------------------- **/

#mainVisual {
  background: url("/img/mv.jpg") no-repeat center center;
  width: 1000px;
  height: 300px;
  margin: 0 auto;
  margin-bottom: 20px;
}

#mainVisualWrap {
  padding-top: 220px;
  letter-spacing: 0.2em;
}

.catchCopy {
  width: 600px;
  color: white;
  font-size: 26px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  float: left;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.75);
  -moz-text-shadow: 0 2px 5px rgba(0, 0, 0, 0.75);
  -webkit-text-shadow: 0 2px 5px rgba(0, 0, 0, 0.75);
}

#buttonBox {
  float: right;
  position: relative;
}

#buttonBox .buttonA {
  margin: 10px;
  border: 1px solid #fff;
  float: left;
}

#buttonBox .buttonA a {
  padding: 10px 40px;
  font-size: 18px;
}

@media screen and (max-width: 480px) {

#mainVisual {
  width: 100%;
  height: 300px;
}

#mainVisualWrap {
  padding-top: 100px;
  letter-spacing: 0.2em;
}

.catchCopy {
    width: 96%;
    font-size: 17px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    float: none;
    margin-bottom: 30px;
}

}

/* =header
-------------------------------------------------------------- **/

#header {
  width: 230px;
  min-width: inherit !important;
  margin: 0;
  margin-right: 20px;
  padding: 0;
  border-top: 0;
}

@media screen and (max-width: 480px) {

#header {
  width: 96%;
  order: 2;
  margin-left: auto;
  margin-right: auto;
}

#homeConts {
  order: 1;
  width: 96%;
}

#signup {
    width: 100%;
}

}


/* =siteHeader
---------------------------------------------------- */

#siteHeader h1 {
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  width: 100%;
  position: relative;
}

#siteHeader h1 a {
  margin: 3px;
  padding: 5px;
  border: 1px solid #fff;
  height: 212px;
  background: none;
  background-size: 100% auto;
  display: block;
}

#siteHeader h1 a:hover, #mainNav li a:hover, #subNav li a:hover {
  background: rgba(255, 255, 255, 0.15);
}

#siteHeader h1 img {
  width: 90%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

#siteHeader h1 #siteTtl {
  width: 100%;
  height: auto;
  position: absolute;
  top: 35%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 2.3em;
  text-align: center;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}

#siteHeader h1 .headerCopy {
  display: block;
  position: absolute;
  bottom: 15px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  width: 80%;
  text-align: center;
  border: 2px dotted #fff;
  padding: 8px 0;
  border-radius: 10px;
  font-size: 16px;
  color: #fff;
}

#globalNav {
  clear: both;
}

#globalNav #mainNavBox {
  background: #2ea7e0;
  padding: 3px;
}

#mainNav {
  border: 1px solid #fff;
}

#mainNav:after {
  clear: both;
  content: '';
  display: block;
}

#mainNav li {
  width: 100%;
  border: 0;
  border-bottom: 1px dotted #fff;
  text-align: left;
}

#mainNav li:last-child {
  border: 0;
}

#mainNav li a {
  border: 0;
  font-size: 17px;
  color: #fff;
}

#mainNav li a:hover {
  text-decoration: none;
}

#mainNav li a:before {
  width: 40px;
  height: 48px;
  display: inline-block;
  margin: 8px 5px;
  vertical-align: middle;
}

#mainNav li#nav1 a:before {
  content: url("/img/nav1.png");
}

#mainNav li#nav2 a:before {
  content: url("/img/nav2.png");
}

#mainNav li#nav3 a:before {
  content: url("/img/nav3.png");
}

#mainNav li#nav4 a:before {
  content: url("/img/nav4.png");
}

#mainNav li#nav5 a:before {
  content: url("/img/nav5.png");
}

#mainNav li#nav6 a:before {
  content: url("/img/nav6.png");
}


@media screen and (max-width: 480px) {

#siteHeader h1 img {
  width: 70%;
}

#header #siteHeader {
    flex-direction: column;
}

#globalNav {
  margin-bottom: 60px;
}

#globalNav li {
    padding-left: 0px;
}

#mainNav li a {
  font-size: 15px;
}

#mainNav li a:before {
    width: 45px;
    height: 45px;
    margin: 8px 10px;
}

}



/* ----- subNav */

#globalNav #subNavBox {
  background: #78ccd0;
  padding: 3px;
  margin: 20px 0;
}

#globalNav #subNavBox a {
  color: #fff !important;
}

#subNav {
  border: 1px solid #fff;
}

#subNav:after {
  clear: both;
  content: '';
  display: block;
}

#subNav li {
  width: 100%;
  border: 0;
  border-bottom: 1px dotted #fff;
  text-align: left;
}

#subNav li:last-child {
  border: 0;
}

#subNav li a {
  color: #848484;
  font-size: inherit;
  padding: 5px;
  display: block;
}

#subNav li a:hover {
  text-decoration: none;
}

#callBox {
  border: 1px solid #000;
  padding: 3px;
  margin-top: 20px;
}


/* ----- subNav */

#subLink li {
margin-bottom: 20px;
}



/* -------------------- homeConts */

#homeConts h1 {
  font-size: 25px;
}

@media screen and (max-width: 480px) {

#homeConts h1 {
  font-size: 20px;
}

}

/* =main
-------------------------------------------------------------- **/

.wrapper {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 480px) {

.wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}






}




/* --------------
 home
-------------- */

.main {
  width: 750px;
  margin: 0 auto;
}

.column1.clearB, .column15.clearB, .column2.clearB, .column3 {
  margin: 0;
  margin-bottom: 20px;
}

.column1 {
}

.column15 {
  width: 100%;
}

.column2 {
}

.column3 {
  width: 100%;
  /*height: 230px;*/
  clear: both;
}

.flex-wrapper {
  display: flex;
  align-items: stretch; /* ← 重要：左右の高さを揃える */
}

.left {
  width: 70%;
  background: #eee;
  margin-right: 20px!important;
}

.right {
  width: 30%;
  display: flex;
  flex-direction: column;
  gap: 20px;              /* ← 上下の余白 */
}

.right-top,
.right-bottom {
  flex: 1;                /* ← 左の高さにフィットさせる鍵 */
  background: #ddd;
  margin-bottom: 0 !important;
}

.column2 ol {
margin-bottom: 8px;
}
#homeConts .buttonA a {
width: 100%;
font-size: 20pt;
padding-top: 25px;
padding-bottom: 25px;
text-align: center;
}

.column3 .whats {
text-align: left;
}

.column3 .whats h1 {
    font-size: 20px !important;
    margin-bottom: 10px !important;
}

.column3 .whats p {
}

.column3 .whats a {
color: #575df3;
}

@media screen and (max-width: 480px) {

.main {
  width: 100%;
}

.column15 .borderD {
padding-top: 20px;
padding-bottom: 0px;
}

.flex-wrapper {
  display: block;
  align-items: stretch; /* ← 重要：左右の高さを揃える */
}

.left {
  width: 100%;
  background: #eee;
  margin-right: 20px!important;
}

.right {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;              /* ← 上下の余白 */
}

.right-top,
.right-bottom {
  flex: 1;                /* ← 左の高さにフィットさせる鍵 */
  background: #ddd;
  margin-bottom: 0 !important;
}

}

/* --- homeBox1 */

.homeBox1 {
  text-align: center;
}

.homeBox1 .borderD {
  height: 100%;
  border-color: #2ea7e0;
  padding: 18px 10px 20px;
  box-sizing: border-box;
}

.homeBox1 h1 {
  /*margin-top: 30px;*/
  margin-bottom: 20px;
  font-weight: bold;
}

.homeBox1 p {
  font-size: 17px;
}

@media screen and (max-width: 480px) {

.homeBox1 p {
  font-size: 15px;
}

}



/* --- homeBox2 */

.homeBox2 {
  text-align: center;
}

.homeBox2 .borderD {
  height: 100%;
  border-color: #2ea7e0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.homeBox2 h2 {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 22px;
}

.homeBox2 p {
  font-size: 34px;
}

.homeBox2 p b {
  font-size: 85px;
}


/* --- homeBox3 */

.homeBox3 .borderD {
  border-color: #2ea7e0;
}

.homeBox3 ol li {
  position: relative;
  height: 60px;
  margin-bottom: 8px;
  padding-left: 70px;
    font-size: 16px;
    font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.homeBox3 ol li span {
  font-size: 14px;
}

.homeBox3 ol li:last-child {
  margin: 0;
}

.homeBox3 ol li .stepNum {
  position: absolute;
  display: block;
  width: 60px;
  height: 60px;
  line-height: 25px;
  top: 0;
  left: 0;
  background: #2ea7e0;
  color: #fff;
  font-size: 15px;
  text-align: center;
}

.homeBox3 ol li .stepNum b {
  font-size: 35px;
}


@media screen and (max-width: 480px) {

.homeBox3 ol li {
  font-size: 15px;
}

.homeBox3 ol li span {
  font-size: 10px;
}

}


/* --- homeBox4 */

.homeBox4 .buttonA {
  height: 100%;
  text-align: center;
}

.homeBox4 .buttonA a {
  padding: 60px 20px;
  padding-left: 35px;
  height: 120px;
  font-size: 35px;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 480px) {

.homeBox4 .buttonA a {
  padding: 30px 20px;
}

}

/* --- homeBox5 */

.homeBox5 {
  text-align: center;
}

.homeBox5 .borderD {
  height: 100%;
}

.homeBox5 .borderD:hover {
  background: #b3e6fe;
}

.homeBox5 p {
  font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.menuCont {
  justify-content: space-between;
  display: flex;
  align-items: stretch; /* ← デフォルトだが明示すると安全 */
  gap: 20px;
}

.menuCont:after {
  display: none !important;
}

.menuCont .column1 {
  flex: 1;              /* 横幅を揃える場合 */
  background: #eee;
  margin-bottom: 0!important;
}

.menuCont .column1 a {
  display: flex;        /* ← 重要 */
  flex-direction: column;
  height: 100%;         /* ← 重要 */
  background: #eee;
  text-decoration: none;
  color: inherit;
}

.menuCont .column1.col2 a, .menuCont .column1.col3 a {
  /*margin: auto;*/
}

.menuCont .column1.col4 a {
  /*margin-left: auto;*/
}

@media screen and (max-width: 480px) {

.menuCont {
    gap: 10px;
}

.homeBox5 .borderD {
  padding-left: 5px;
  padding-right: 5px;
}

.homeBox5 p {
  font-size: 12px;
  margin-top: 15px;
}

.menuCont .column1 {
}

.menuCont .column1 a {
  display: block;
}


}


/* --- homeBox6 */

.homeBox6 {
  text-align: left;
  height: 140px;
}

.homeBox6 .borderD {
  height: 100%;
  border-width: 3px;
  border-color: #DDDDDD;
}

.homeBox6 p {}

@media screen and (max-width: 480px) {

.homeBox6 {
  height: 240px;
}

}



/* 更新履歴BOX */

.scrollBox {
  overflow-y: scroll;
  height: 100%;
}

.scrollBox::-webkit-scrollbar {
  width: 10px;
  background: #eee;
}

.scrollBox::-webkit-scrollbar:horizontal {
  height: 10px;
}

.scrollBox::-webkit-scrollbar-button {
  width: 10px;
  height: 10px;
  background: #fff4c0;
}

.scrollBox::-webkit-scrollbar-piece {
  background: #eee;
}

.scrollBox::-webkit-scrollbar-piece:start {
  background: #eee;
}

.scrollBox::-webkit-scrollbar-thumb {
  background: #ddd;
}

.scrollBox::-webkit-scrollbar-corner {
  background: #ddd;
}

.updateList {
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 0px;
}

.updateList dt {
  margin-bottom: 5px;
  font-weight: bold;
}

.updateList dt time {
  font-size: 0.8em;
  padding: 3px;
  background: #eee;
  border-radius: 5px;
  color: #333;
  font-weight: normal;
}

.updateList dd {
  border-bottom: #000 1px dotted;
  margin-bottom: 0px;
  padding-bottom: 5px;
}
.updateList dd a {
color: #78ccd0;
}
.updateList dd a:hover {
  text-decoration: underline;
}



