@charset "utf-8";
/* Base Setting
=========================================================================================== */
#container {
  width: 100%;
}
.column2R #main {
  float: none;
  width: auto;
}
.app {
  font-size: 18px;
  width: 970px;
  margin: 0 auto;
}
.app img {
  max-width: 100%;
  height: auto;
}
.app a:hover img {
  opacity: 0.6;
}
.breadCrumb {
  display: block;
  width: 970px;
  margin-left: auto;
  margin-right: auto;
}
section {
  margin-bottom: 60px;
}
.imgPc {
  display: block;
}
.imgSp {
  display: none;
}
.pcBr::before {
  content: "\A";
  white-space: pre;
}
.txtRed {
  color: #eb0000;
}
.txtS {
  font-size: 80%;
}
@media screen and (max-width:479px) {
  #container {
    margin-bottom: 0px;
  }
  .app {
    width: 100%;
    font-size: 4vw;
  }
  .app img {
    width: 100%;
  }
  .breadCrumb {
    width: 98%;
    margin-left: 1%;
    line-height: 130%;
  }
  section {
    margin-bottom: 30px;
  }
  .imgPc {
    display: none;
  }
  .imgSp {
    display: block;
  }
  .pcBr::before {
    content: none;
  }
}
/* メイン
=========================================================================================== */
.mainImg {
  margin-bottom: 30px;
}
.mainTxt h2 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 30px;
}
.mainTxt p {
  font-size: 22px;
}
@media screen and (max-width:479px) {
  .mainTxt {
    width: 96%;
    margin: 0 auto;
  }
  .mainTxt h2 {
    font-size: 5.2vw;
    margin-bottom: 20px;
  }
  .mainTxt p {
    font-size: 4vw;
  }
}
/*about
=========================================================================================== */
.about {
  margin-bottom: 60px;
  border: 4px solid #ff8298;
  border-radius: 20px;
  background-color: #fffcfd;
  padding: 30px;
  box-sizing: border-box;
}
.about h3 {
  font-size: 26px;
  margin-bottom: 20px;
}
.about h3 img {
  width: 50px;
  height: auto;
  margin-right: 20px;
  padding-bottom: 8px;
}
.about p {
  font-size: 20px;
  margin-left: 20px;
}
.about .caution {
  text-indent: -1em;
  font-size: 16px;
  margin-left: 20px;
}
.about .caution li {
  margin-left: 1em;
  margin-bottom: 10px;
}
.about .caution li::before {
  content: "○";
}
.about .flow {
  max-width: 740px;
  margin: 0 auto;
}
.about .flow h4 {
  font-size: 22px;
  text-align: center;
  margin: 30px 0 20px;
}
.about .flow h4 span {
  border-bottom: 1px solid #666;
  padding: 0 10px;
}
.about .flow p {
  font-size: 18px;
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 10px;
}
.about .flow p.no_indent {
	text-indent: 0;
	margin-left: 0;
}
.about .flow .flexFlow {
  display: flex;
  justify-content: space-between;
  align-items: center;
	width: 700px;
  margin: 20px auto 60px;
}
.about .flow .flexFlow.jf_center {
  justify-content: center;
}
.about .flow .flexFlow img {
  max-width: 300px;
  border: 1px solid #ccc;
}
.about .flow .flexFlow img.arrow {
  max-width: 35px;
  border: none;
}
.about .flow .flexFlow.single img {
  max-width: 700px;
  border: none;
}
.seireki {
  font-weight: bold;
  text-decoration: underline;
  font-size: 110%;
}
@media screen and (max-width:479px) {
  .about {
    width: 96%;
    margin: 0 auto 30px;
    border: 2px solid #ff8298;
    border-radius: 10px;
    padding: 20px;
  }
  .about h3 {
    font-size: 4.8vw;
    margin-bottom: 10px;
  }
  .about h3 img {
    width: 8vw;
    margin-right: 10px;
    padding-bottom: 4px;
  }
  .about p {
    font-size: 3.8vw;
    margin-left: 4vw;
  }
  .about .caution {
    font-size: 3.6vw;
    margin-left: 4vw;
  }
  .about .caution li {
    margin-bottom: 6px;
  }
  .about .flow {
    max-width: 100%;
  }
  .about .flow h4 {
    font-size: 4vw;
  }
  .about .flow p {
    font-size: 3.6vw;
  }
  .about .flow .flexFlow {
    justify-content: center;
    margin: 20px auto 30px;
    flex-direction: column;
	  width: 100%;
  }
  .about .flow .flexFlow img {
    margin-bottom: 20px;
  }
  .about .flow .flexFlow img.arrow {
    transform: rotate(90deg);
  }
  .about .flow .flexFlow.single img {
    max-width: 460px;
  }
}
/* Page Top
=========================================================================================== */
#pageTop {
  display: none;
  position: fixed;
  bottom: 25px;
  right: 50px;
}
#pageTop a {
  color: #fff;
  background-color: #333;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  display: block;
  font-size: 12px;
  line-height: 1.5em;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
}
#pageTop a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.pagetop {
  width: 970px;
  margin: 0px auto;
}
@media screen and (max-width:479px) {
  #pageTop {
    bottom: 0px;
    right: 10px;
  }
  .pagetop {
    display: none;
  }
}
/* 　SP用　ダウンロードリンク フッターフローティング
=========================================================================================== */
.download_box_sp {
  display: none;
}
@media screen and (max-width:479px) {
  .footerFloatingMenu {
    display: none;
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 999;
    text-align: center;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .download_box_sp {
    width: 100%;
    display: block;
  }
  .download_box_sp ul {
    display: flex;
  }
  .download_box_sp ul li {
    width: 50% !important;
    text-align: center;
    margin: 0 auto;
  }
  .download_box_sp ul li img {
    width: 90%;
  }
  #pageTop {
    bottom: 80px !important;
  }
}