@charset "UTF-8";
/* site基本設定
===============================================
=============================================== */
body {
  min-width: 320px;
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  line-height: 1.7;
  font-family: "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN W3", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", Arial, Helvetica, "MS PGothic", "ＭＳ Ｐゴシック", Osaka, sans-serif;
  color: #333; }

.container {
  min-width: 320px;
  background: #fff1cf; }

.contents {
  max-width: 800px;
  margin: auto; }

.dpib {
  display: inline-block; }

/* header
===============================================
=============================================== */
.header {
  overflow: hidden;
  background: #fff;
  margin-top: 10px;
  text-align: center; }

.header_inner {
  min-height: 200px;
  border-top-right-radius: 600px 200px;
  border-top-left-radius: 600px 200px;
  margin: -150px -50px auto;
  padding: 150px 50px 0;
  background: #fff1cf;
  text-align: left; }

.header_txt {
  max-width: 800px;
  margin: auto;
  padding: 0 10px 10px; }
  .header_txt strong {
    color: #c7381e; }

/* contents
===============================================
=============================================== */
.sec_appDl {
  width: 320px;
  margin: auto; }

.ttl_appDl {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0; }
  .ttl_appDl h2 {
    margin-left: 10px;
    font-size: 1.8rem;
    color: #6e5436; }

.appDl_bnr {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: -40px 10px 0;
  padding: 30px 10px 10px;
  background: #fff;
  border-radius: 10px; }
  .appDl_bnr li {
    padding: 10px; }

.sec_appFunc {
  overflow: hidden;
  margin: 40px auto 0; }
  .sec_appFunc h2 {
    margin: 0 20px 10px;
    color: #6e5436;
    border-bottom: 2px solid #ff7f00;
    text-align: center; }

.appFunkBox {
  margin: 0 -20px; }
  .appFunkBox .icn_appFunc {
    position: absolute;
    left: 20px;
    bottom: 20px; }
  .appFunkBox:nth-child(2n+1) .icn_appFunc {
    left: auto;
    right: 20px; }

.appFunc {
  position: relative;
  width: 360px;
  margin: auto;
  padding-bottom: 80px; }
  .appFunc .img_appFunc {
    margin: 0;
    text-align: center; }
  .appFunc h3 {
    margin: 10px 0;
    padding: 0;
    font-size: 2.4rem;
    border-bottom: 2px solid #ff7f00; }
  .appFunc .copy_appFunc {
    margin: 8px 0;
    color: #6e5436;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5; }
    .appFunc .copy_appFunc + p {
      margin-top: 0; }
  .appFunc .appFunc_inner {
    width: 360px;
    height: 360px;
    margin: -75px auto 0;
    padding: 85px 50px 0;
    border-radius: 50%;
    background: #fff;
    text-align: left; }

/* footer
===============================================
=============================================== */
.footer {
  position: relative;
  margin-top: 80px;
  padding: 20px 10px;
  background: #6e5436;
  color: #fff;
  text-align: center;
  font-size: 1.2rem; }

.page_top {
  position: absolute;
  top: -49px;
  right: 20px;
  margin: 0; }
  .page_top a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #6e5436;
    border-radius: 5px 5px 0 0; }
