@charset "UTF-8";
a, abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, form, h1, h2, h3, h4, h5, h6, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  background: transparent;
  border: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  outline: 0;
  padding: 0;
  text-decoration: none;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, hgroup, menu, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

mark {
  background-color: #ff0;
  color: #000;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

a {
  color: #036;
  outline: none;
}

img {
  display: block;
  max-width: 100%;
  vertical-align: bottom;
}

body {
  background: #fff;
  color: #555;
  font-size: 13px;
  /*font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;*/
  font-family: sans-serif;
  line-height: 1.3;
  -webkit-text-size-adjust: none;
  margin: 0;
}

a:link {
  color: #c34027;
  text-decoration: underline;
}

a:visited {
  color: #c34027;
  text-decoration: underline;
}

a:active {
  color: #ee4e30;
  text-decoration: underline;
}

a:hover {
  color: #ee4e30;
  text-decoration: none;
}

/* =========== BASE =========== */
/* common */
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 1%;
  z-index: 999;
}

#pageTop a {
  display: block;
  width: 50px;
  height: 50px;
  opacity: 0.95;
}

/* Section / Nav
------------------------------- */
section, nav {
  display: block;
  position: relative;
}

/* ---------------------------- */
html {
  overflow: auto;
}

body {
  overflow: hidden;
  min-width: 320px;
}

#wrapper {
  padding: 0;
}

h2, h3, p, dl, dt, dd {
  margin: 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#innerWrap {
  margin: 0 auto;
  width: 1000px;
  padding: 0;
  *text-align: left;
  /*IE調整用*/
  background: none;
}

.pconly {
  display: none !important;
}

#akippa {
  position: relative;
  /*font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;*/
  color: #000;
  padding-bottom: 35px;
}

p {
  color: #000;
  font-size: 3.2vw;
  line-height: 1.4;
  font-feature-settings: 'palt';
  letter-spacing: .05em;
}

#akippa dl {
  font-feature-settings: 'palt';
  letter-spacing: .05em;
}

#akippa .mainimg {
  width: 100%;
  margin: 0 auto 30px;
  text-align: center;
  background-attachment: scroll;
  background-image: url(../img/main.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 12vw;
  padding-bottom: 14vw;
  position: relative;
}

#akippa .mainimg img.main {
  width: 100%;
}

#akippa .mainimg .ic_phone {
  position: absolute;
  right: 8vw;
  bottom: 0;
  width: 28%;
  z-index: 999;
}

#logo {
  display: block;
  margin: 0px auto 0px auto;
  padding: 0px 0;
  text-align: center;
  z-index: 10 !important;
  position: relative;
}

#logo img {
  left: 3.8vw;
  max-width: 90%;
  position: relative;
}

#akippa p.lead {
  line-height: 1.6em;
  margin: 0 auto 20px;
  text-align: center;
  width: 90vw;
}

#akippa p.caution {
  background-color: rgba(255, 123, 0, 0.2);
  box-sizing: border-box;
  color: #DD0000;
  font-size: 0.75rem;
  font-weight: bold;
  margin: 0 auto 23px;
  max-width: 87%;
  padding: 1.15em;
  text-align: center;
}

#br-off br {
  display: none;
}

#akippa .mainimg p.lead {
  position: absolute;
  left: 50%;
  top: 63%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 20;
}

#btnbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 87%;
}

#btnbox li {
  display: block;
  margin-bottom: 16px;
  max-width: 48%;
  position: relative;
  z-index: 10;
}

#btnbox li img {
  width: 100%;
}

p.prtxt {
  display: block;
  width: 90%;
  text-align: right;
  margin: .5em auto .5em;
  position: absolute;
  left: 0;
  right: 0;
  font-size: 3.2vw;
  font-weight: bold;
  bottom: -2.3em;
  /*-webkit-transform: translate(-50%, -0%);
  -moz-transform: translate(-50%, -0%);
  -ms-transform: translate(-50%, -0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);*/
}

h2.ttl {
  background-image: url(../img/col01_h2_bg.png);
  background-position: top left 5vw;
  background-repeat: no-repeat;
  background-size: contain;
  color: #000;
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro";
  font-size: 6.4vw;
  font-weight: bold;
  margin-bottom: 0.5em;
  padding-top: 5.33vw;
  position: relative;
}

h2.ttl img {
  background-image: url(../img/col01_ttl_bg.png);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 8vw;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 89%;
  padding: 0 1.7em;
}

p.intro {
  padding: 0 6.75%;
}

.bg_inner img.deco {
  max-width: 103%;
  position: absolute;
  right: -10vw;
  top: 22vw;
}

/**/
.bg_outer {
  background-image: url(../img/col01_bg_head.png);
  background-position: center top 31vw;
  background-repeat: no-repeat;
  background-size: contain;
  height: 35.5vw;
}

.bg_inner {
  margin: 0 auto;
  max-width: 1300px;
  position: relative;
}

.inner1000 {
  margin: 0 auto;
  max-width: 87%;
}

.inner_col_top {
  background-color: #FBE100;
  background-image: url(../img/col01_bg_center.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  padding-bottom: 11vw;
}

.inner_col_top .inner1000 .topimg {
  margin: 0 auto 3.4vw;
}

.flex {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

p.ttl {
  background-image: url(../img/ttl_border.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 4.6vw;
  font-weight: bold;
  margin: 1em 0;
  padding-bottom: .35em;
}

p.tag {
  float: left;
  max-width: 14.7vw;
  padding-right: 2.5vw;
}

p.name {
  font-size: 3.73vw;
  font-weight: bold;
  margin-bottom: 1em;
  overflow: auto;
}

p.name span {
  /*
    font-size: 3vw;
    */
  word-break: break-all;
}

.inner_col_bottom {
  background-color: #fdf499;
  background-image: url(../img/col01_bg_foot.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto 2vw;
  padding: 5vw 0 9vw;
}

.inner_col_bottom .txt {
  margin: 0 0 7.7vw;
  max-width: 100%;
}

.link {
  text-align: center;
}

.link a {
  background-image: url(../img/arrow_bk.png);
  background-position: left center;
  background-repeat: no-repeat;
  display: inline-block;
  color: #383850 !important;
  font-size: 4.26vw;
  font-weight: bold;
  padding-left: 1em;
}

/*#col02*/
#col02 h2.ttl {
  background-image: url(../img/col02_h2_bg.png);
  background-position: left top;
  padding-top: 7.25vw;
}

#col02 h2.ttl img {
  background-image: url(../img/col02_ttl_bg.png);
}

#col02 .bg_inner img.deco {
  left: -10vw;
  right: auto;
}

#col02 .bg_outer {
  background-image: url(../img/col02_bg_head.png);
}

#col02 .inner_col_top {
  background-color: #38D9A8;
  background-image: url(../img/col02_bg_center.jpg);
}

#col02 .inner_col_bottom {
  background-color: #aff0dc;
  background-image: url(../img/col02_bg_foot.jpg);
  margin-bottom: 7vw;
}

#col02 .inner_col_bottom .txt {
  margin: 4.26vw 0 7.7vw;
}

p.cap {
  font-size: 3vw;
  padding-left: 1em;
  text-indent: -1em;
}

img.border {
  margin-bottom: 20px;
}

/*#col03*/
#col03 h2.ttl {
  background-image: url(../img/col03_h2_bg.png);
  background-position: right top;
}

#col03 h2.ttl img {
  background-image: url(../img/col03_ttl_bg.png);
}

#col03 .bg_outer {
  background-image: url(../img/col03_bg_head.png);
}

#col03 .inner_col_top {
  background-color: #BCDB00;
  background-image: url(../img/col03_bg_center.jpg);
}

#col03 .inner_col_bottom {
  background-color: #e4f199;
  background-image: url(../img/col03_bg_foot.jpg);
}

/*#col04*/
#col04 h2.ttl {
  background-image: url(../img/col04_h2_bg.png);
  background-position: left top;
  padding-top: 68px;
}

#col04 h2.ttl img {
  background-image: url(../img/col04_ttl_bg.png);
}

#col04 .bg_inner img.deco {
  left: -10vw;
  right: auto;
  top: 12vw;
}

#col04 .bg_outer {
  background-image: url(../img/col04_bg_head.png);
  background-position: center top 21vw;
  height: 25.5vw;
}

#col04 .inner_col_top {
  background-color: #FF7B00;
  background-image: url(../img/col04_bg_center.jpg);
}

#col04 .inner_col_bottom {
  background-color: #ffaf66;
  background-image: url(../img/col04_bg_foot.jpg);
  padding: 5vw 0 10vw;
}

#col04 .flex {
  display: block;
}

/*
#col04 .flex div {
  margin: 0;
  max-width: 32%;
}
*/
#col04 .link a {
  margin-top: 3em;
}

/*#col05,#col06*/
#col05 h2.ttl {
  background-image: url(../img/col05_h2_bg.png);
}

#col06 h2.ttl {
  background-image: url(../img/col06_h2_bg.png);
}

#col05 .bg_inner {
  margin-bottom: 32px;
  text-align: center;
}

#col06 .bg_inner {
  margin-bottom: 50px;
  text-align: center;
}

#col05 .bg_inner img.deco {
  left: 6.66vw;
  margin: 3vw 0;
  max-width: 120%;
  position: relative;
  right: auto;
  top: auto;
}

#col06 .bg_inner img.deco {
  margin: 3vw 0;
  right: 28vw;
  max-width: 120%;
  position: relative;
  top: auto;
}

#col05 p.intro {
  text-align: left;
}

#col06 .bg_inner img.deco {
  left: -110px;
  right: auto;
}

#col05 img.ph, #col06 img.ph {
  margin: 0 auto;
  max-width: 87%;
}

#col05 h2.ttl img, #col06 h2.ttl img {
  padding: 0 3em;
}

#col05 h2.ttl img {
  background-image: url(../img/col05_ttl_bg.png);
}

#col06 h2.ttl img {
  background-image: url(../img/col06_ttl_bg.png);
}

.imgbox {
  width: 80%;
  margin: 0 auto;
  display: block;
}

.imgbox img {
  display: block;
}

.imgbox span {
  display: block;
  position: relative;
}

.imgbox span p {
  position: absolute;
  text-align: center;
  padding: 1em 0;
  top: 13vw;
  width: 100%;
  font-size: 3.8vw;
  line-height: 1.6;
  color: #000;
}

.imgbox span p strong {
  font-weight: bold;
  display: block;
  padding-top: .35em;
}

.meritbox {
  width: 80%;
  margin: 0 auto;
  display: block;
}

.meritbox img {
  display: block;
}

.meritbox div {
  display: block;
  position: relative;
  padding-bottom: 5vw;
}

.meritbox div span {
  position: absolute;
  top: 18vw;
  text-align: center;
  width: 100%;
  display: block;
}

.meritbox div h3 {
  color: #fff;
  font-weight: bold;
  font-size: 6.4vw;
  margin-bottom: .65em;
}

.meritbox div p {
  font-size: 3.8vw;
  line-height: 1.6;
  color: #000;
  text-align: center;
}

/*app*/
.app.flex {
  align-items: center;
  justify-content: center;
  margin-bottom: 21vw;
  padding: 1vw 0 7.8vw;
  position: relative;
}

.app.flex::before {
  background-color: #68CCD5;
  content: '';
  height: 3px;
  position: absolute;
  top: 0;
  transform: skew(-5deg, -5deg);
  width: 100%;
}

.app.flex::after {
  background-color: #68CCD5;
  bottom: 0;
  content: '';
  height: 3px;
  position: absolute;
  transform: skew(-5deg, -5deg);
  width: 100%;
}

.app img.logo {
  max-width: 45vw;
}

.app .txt {
  margin: 0 auto;
  max-width: 76%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}

.app .txt p {
  font-size: 3.73vw;
}

.app .txt p a {
  color: #383850 !important;
  font-size: 4.26vw;
  font-weight: bold;
}

.app .txt p.strong {
  font-size: 4.26vw;
  font-weight: bold;
  margin: 1em 0 0.5em;
}

.app .txt .flex {
  flex-wrap: nowrap;
  margin: 0 auto;
}

.ttlArea {
  display: block;
  margin: 0px auto 0px auto;
  text-align: center;
  position: relative;
}

.btnLink {
  display: block;
  margin: 20px auto;
  max-width: 325px;
  width: 86.7vw;
}

/* コンテンツ リンク色[変更可] */
#akippa a:link {
  text-decoration: none;
  color: #036;
}

#akippa a:visited {
  text-decoration: none;
  color: #036;
}

#akippa a:active {
  text-decoration: underline;
  color: #006ac1;
}

#akippa a:hover {
  text-decoration: underline;
  color: #006ac1;
}

/*-------  ホバーキャプション   -------*/
.flrecommend {
  width: auto;
  border: 6px solid #FFFFFF;
}

.rcm-box2 {
  background: black;
  position: relative;
}

.rcm-box2 img {
  display: block;
  opacity: 1;
}

.rcm-box2 a img {
  width: 100%;
}

.rcm-box2:hover img {
  opacity: 0.4;
}

.rcm-overlay {
  display: none;
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  width: 100%;
  text-align: center;
}

.rcm-box2:hover .rcm-overlay {
  opacity: 1;
  display: inline-block;
  vertical-align: middle;
}

#kitaQ-content .rcm-box2 p {
  padding: 0 10px 5px;
  color: white;
  line-height: 2;
  font-size: .75rem;
  letter-spacing: .04em;
}

/*-------  ホバーキャプション   -------*/
/*-------------------------------------------------
  clear 
-------------------------------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*/
  /*/
	height: auto;
	overflow: hidden;
	/**/
}

.both {
  clear: both;
}

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.footer_bottom .footer_area_pageTop a img {
  margin: auto;
}
