@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/*----------------------------------------------
 reset styles
----------------------------------------------*/
main { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; display:block; } 

/*----------------------------------------------
 formatting styles
----------------------------------------------*/
html { font-size: 62.5%; } 
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
	font-size: 1.3em;/* =13px */
  color: #333333;
}
a {
  color: #333333;
  text-decoration: none;
  transition: 2s;
}
a img {
  transition: 2s;
}
a:hover,
a:hover img {
  opacity: 0.6;
}
img {
	border-style: none;
}
em {
  font-style: normal;
  font-weight: bold;
}
ul {
  list-style: none;
}
.hidden {
  display: none;
}
.text {
  line-height: 1.75;
}
.text-s {
  font-size: 1.4rem;
  line-height: 1.75;
}
.boxIn {
  width: 980px;
  margin: auto;
}
.spOnly {
  display: none;
}

@media screen and (max-width:767px) {
body {
	-webkit-text-size-adjust: 100%;
  font-size: 1.2em;/* =12px */
}
th, td {
}
.text-s {
  font-size: 1.3rem;
}
.boxIn {
  width: 100%;
}
.pcOnly {
  display: none;
}
.spOnly {
  display: block;
}
}

/*----------------------------------------------
 clearfix
----------------------------------------------*/
.clearfix:after {
    content:"";
    display:block;
    clear:both;
}

/*----------------------------------------------
 box-sizing
----------------------------------------------*/
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

/* ----------------------------------------------
header
----------------------------------------------*/
header {
  height: 80px;
  border-bottom: 1px solid #e6e6e6;
}
header .boxIn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
}
#headLogo img {
  display: block;
  width: 260px;
  height: auto;
}
#headNav {
  display: flex;
  font-size: 1.1rem;
}
#headNav ul {
  display: flex;
  height: 44px;
}
#headNav ul li a {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 1px;
  width: 80px;
  height: 44px;
  border-right: 1px solid #e6e6e6;
}
#headNav ul li:nth-of-type(1) {
  border-left: 1px solid #e6e6e6;
  background: url("../img/navicon1.png") no-repeat 50% 2px;
  background-size: 28px 22px;
}
#headNav ul li:nth-of-type(2) {
  background: url("../img/navicon2.png") no-repeat 50% 4px;
  background-size: 18px 20px;
}
#headNav ul.logIn li:nth-of-type(1) {
  background: url("../img/navicon1-2.png") no-repeat 50% 2px;
  background-size: 28px 22px;
}
#headNav ul.logIn li:nth-of-type(2) {
  background: url("../img/navicon2-2.png") no-repeat 50% 4px;
  background-size: 28px 22px;
}
#headNav .menuBtn {
  display: flex;
  height: 44px;
}
#headNav .menuBtn a {
	display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 1px;
  width: 80px;
  border-right: 1px solid #e6e6e6;
  background: url("../img/menuicon1.png") no-repeat 50% 4px;
  background-size: 28px 22px;
}
#pcMenuBtn {
  display: none;
}
#pcMenuBtn .menuBtn {
  position: fixed;
  z-index: 200;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
#pcMenuBtn .menuBtn a {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 80px;
  height: 44px;
  background: url("../img/menuicon1.png") no-repeat 50% 4px;
  background-size: 28px 22px;
  font-size: 1.1rem;
}
@media screen and (max-width:767px) {
header {
  height: 60px;
}
header .boxIn {
  padding: 8px 0;
}
#headLogo img {
  width: 158px;
  height: auto;
  margin-left: 10px;
}
#headNav {
  font-size: 1.0rem;
  padding-right: 60px;
}
#headNav ul li a {
  width: 60px;
  }
#headNav .menuBtn {
  position: fixed;
  z-index: 200;
  top: 0;
  right: 0;
  height: 59px;
  padding: 8px 0 7px 0;
  background-color: #fff;
}
#headNav .menuBtn a {
  width: 60px;
  border-right: none;
}
#pcMenuBtn .menuBtn {
  display: none;
}
}
@media screen and (max-width:359px) {
#headLogo img {
  width: 115px;
}
}

/* ----------------------------------------------
ハンバーガーメニュー
----------------------------------------------*/
#hamBox {
  position: fixed;
	top: 0;
	right: 0;
  z-index: 300;
  width: 100%;
	height: 100%;
  background-color: #fff;
  display: none;
}
#hamIn {
  position: static;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	width: 100%;
	height: auto;
	max-height: 100%;
	background-color: #fff;
	display: flex;
	flex-wrap: wrap;
}

#hamHead {
  width: 100%;
  margin: auto;
  height: 80px;
  border-bottom: 1px solid #e6e6e6;
}
#hamHead .boxIn {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}
#hamHead .home a,
#hamHead .menuBtn a {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 9px;
  width: 80px;
  height: 60px;
  background: url("../img/icon-home.png") no-repeat 50% 10px;
  background-size: 28px 22px;
  font-size: 1.1rem;
}
#hamHead .menuBtn a {
  background: url("../img/icon-close.png") no-repeat 50% 10px;
  background-size: 28px 22px;
}
@media screen and (max-width:767px) {
  #hamHead {
    height: 60px;
  }
  #hamHead .boxIn {
    padding: 0;
}
  #hamHead .home a,
  #hamHead .menuBtn a {
    width: 60px;
    font-size: 1.0rem;
  }
}

#hamMain {
  width: 100%;
}
#hamMain .btnWrFlex {
  display: block;
  width: 650px;
  height: 60px;
  margin: 50px auto;
  padding: 0;
  overflow: hidden;
}
#hamMain .btnWrFlex .btnNext {
  margin: 0;
  float: left;
}
#hamMain .btnWrFlex .btnNext a {
  width: 300px;
  margin: 0;
  background: none;
  background-color: #333333;
}
#hamMain .btnWrFlex .btnNext a img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 5px;
}
#hamMain .btnWrFlex .btnMypage {
  margin: 0;
  float: left;
}
#hamMain .btnWrFlex .btnMypage a {
  width: 300px;
  height: 60px;
  font-size: 1.8rem;
  font-weight: bold;
  background: none;
  padding: 0;
  border-radius: 30px;
}
#hamMain .btnWrFlex .btnLogin,
#hamMain .btnWrFlex .btnLogOut {
  float: right;
}
#hamMain .btnWrFlex .btnLogin a,
#hamMain .btnWrFlex .btnLogOut a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 60px;
  color: #e9337f;
  border-radius: 30px;
  font-size: 1.8rem;
  font-weight: bold;
  border: 2px solid #e9337f;
}
#hamMain .btnWrFlex .btnLogin a img {
  width: 18px;
  height: 20px;
  vertical-align: middle;
  margin-right: 5px;
}
#hamMain .btnWrFlex .btnLogOut a img {
  width: 28px;
  height: 22px;
  vertical-align: middle;
}
#hamMain .btnWrFlex .btnMypage a img {
  width: 20.5px;
  height: 22px;
  vertical-align: middle;
  margin-right: 5px;
}
@media screen and (max-width:767px) {
  #hamMain {
    padding: 0 10px;
  }
  #hamMain .btnWrFlex {
    width: 100%;
    height: 50px;
    margin: 20px auto;
    padding: 0;
  }
  #hamMain .btnWrFlex .btnNext,
  #hamMain .btnWrFlex .btnLogin,
  #hamMain .btnWrFlex .btnLogOut,
  #hamMain .btnWrFlex .btnMypage {
    width: 48.6%;
  }
  #hamMain .btnWrFlex .btnNext a {
    width: 100%;
    height: 50px;
    border-radius: 25px;
    font-size: 1.4rem;
  }
  #hamMain .btnWrFlex .btnLogin a,
  #hamMain .btnWrFlex .btnLogOut a,
  #hamMain .btnWrFlex .btnMypage a {
    width: 100%;
    height: 50px;
    border-radius: 25px;
    font-size: 1.4rem;
  }
}

#hamMain .searchArea.logOut {
  width: 980px;
  margin: auto auto -10px;
  overflow: hidden;
}
#hamMain .searchArea.logIn .searchMainWr {
  width: 980px;
  margin: auto auto 0;
  overflow: hidden;
}
#hamMain .searchArea.logIn .searchlist-login {
  width: 980px;
  height: 70px;
  margin: -10px auto 48px;
  display: flex;
  justify-content: space-between;
}
.searchlist-login li {
  display: flex;
  width: 170px;
}
.searchlist-login li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.2;
  color: #666666;
  border-bottom: 1px solid #cccccc;
  padding-left: 50px;
}
.searchlist-login li:nth-child(1) a {
  background: url("../img/searchlist1.png") no-repeat 0 50%;
  background-size: 40px 40px;
}
.searchlist-login li:nth-child(2) a {
  background: url("../img/searchlist2.png") no-repeat 0 50%;
  background-size: 40px 40px;
}
.searchlist-login li:nth-child(3) a {
  background: url("../img/searchlist3.png") no-repeat 0 50%;
  background-size: 40px 40px;
}
.searchlist-login li:nth-child(4) a {
  background: url("../img/searchlist4.png") no-repeat 0 50%;
  background-size: 40px 40px;
}
.searchlist-login li:nth-child(5) a {
  background: url("../img/searchlist5.png") no-repeat 0 50%;
  background-size: 40px 40px;
}
#hamMain .searchRecruit {
  background-color: #e9337f;
  width: 470px;
  height: 320px;
  border-radius: 20px;
  padding: 0 35px;
  float: left;
}
#hamMain .searchRecruit .midashi {
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding-top: 40px;
}
#hamMain .searchRecruit ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
#hamMain .searchRecruit ul li {
  display: flex;
}
#hamMain .searchRecruit ul li a {
  display: flex;
  justify-content: center;
  text-align: center;
  width: 190px;
  height: 100px;
  border: 2px solid #fef4f8;
  border-radius: 10px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  cursor: pointer;
}
#hamMain .searchRecruit ul li:nth-child(1) a {
  background: url("../img/ham-search1.png") no-repeat 50% 15px;
  background-size: 40px 28px;
  padding-top: 58px;
}
#hamMain .searchRecruit ul li:nth-child(2) a {
  background: url("../img/ham-search2.png") no-repeat 50% 15px;
  background-size: 28.5px 27px;
  padding-top: 58px;
}
#hamMain .searchWord {
	width: 400px;
	border: 2px solid #fff;
  background-color: #fff;
	border-radius: 6px;
  margin-top: 30px;
}
#hamMain .searchWord .inner {
	display: flex;
	justify-content: space-between;
}
#hamMain .searchWord input {
	border: none;
  font-size: 1.6rem;
  height: 56px;
}
#hamMain .searchWord .searchBtn {
	width: 78px;
}
#hamMain .searchWord .searchBtn button {
	height: 56px;
	border-radius: 6px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border: none;
	width: 100%;
	text-indent: -9999px;
	background: #e9337f url(../img/top/search-btn.png) center center no-repeat;
	background-size: 26px auto;
}
@media screen and (max-width:767px) {
  #hamMain .searchArea.logOut {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  #hamMain .searchArea.logIn .searchMainWr {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  #hamMain .searchArea.logIn .searchlist-login {
    width: 100%;
    height: auto;
    margin: -15px auto 20px;
    padding: 0 10px;
    flex-wrap: wrap;
  }
  .searchlist-login li {
    width: 48%;
    height: 70px;
  }
  .searchlist-login li a {
    font-size: 1.4rem;
  }
  #hamMain .searchRecruit {
    width: 100%;
    height: 230px;
    border-radius: 20px;
    padding: 0 15px;
  }
  #hamMain .searchArea.logIn .searchRecruit {
    order: 2;
  }
  #hamMain .searchRecruit .midashi {
    width: 100%;
    font-size: 1.5rem;
    padding-top: 20px;
  }
  #hamMain .searchRecruit ul {
    width: 100%;
    margin-top: 20px;
  }
  #hamMain .searchRecruit ul li {
    width: 48.5%;
  }
  #hamMain .searchRecruit ul li a {
    width: 100%;
    height: 75px;
    font-size: 1.4rem;
  }
  #hamMain .searchRecruit ul li:nth-child(1) a {
    background: url("../img/ham-search1.png") no-repeat 50% 10px;
    background-size: 40px 28px;
    padding-top: 43px;
  }
  #hamMain .searchRecruit ul li:nth-child(2) a {
    background: url("../img/ham-search2.png") no-repeat 50% 10px;
    background-size: 28.5px 27px;
    padding-top: 43px;
  }
  #hamMain .searchWord {
    width: 100%;
    margin-top: 20px;
  }
  #hamMain .searchWord input {
    font-size: 1.4rem;
  }
  #hamMain .searchWord .searchBtn {
    width: 60px;
  }
}

#hamMain .other1 {
  width: 470px;
  margin-bottom: 10px;
  float: right;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#hamMain .other2,
#hamMain .other {
  width: 470px;
  margin-bottom: 10px;
  float: right;
  display: flex;
  flex-wrap: wrap;
}
#hamMain .other1 li {
  width: 212px;
}
#hamMain .other1 li a {
	display: block;
	width: 100%;
  min-height: 100px;
  font-size: 2.0rem;
	line-height: 1.25;
	font-weight: bold;
}
#hamMain .other1 li a span {
  display: inline-block;
  padding-top: 20px;
  padding-left: 90px;
}
#hamMain .other1 li.scout a {
	background: url(../img/ham-scout.png) left top no-repeat;
  background-size: 212px auto;
}
#hamMain .other1 li.success a {
	background: url(../img/ham-success.png) left top no-repeat;
  background-size: 212px auto;
}
#hamMain .other2 li,
#hamMain .other li {
  border-bottom: 1px solid #cccccc;
  width: 100%;
  height: 70px;
  display: flex;
}
#hamMain .other2 li a,
#hamMain .other li a {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: #666666;
  padding-left: 50px;
}
#hamMain .other2 li:nth-child(1) a {
  background: url("../img/ham-icon1.png") no-repeat 0 50%;
  background-size: 40px 40px;
}
#hamMain .other2 li:nth-child(2) a,
#hamMain .other li:nth-child(1) a {
  background: url("../img/ham-icon2.png") no-repeat 0 50%;
  background-size: 40px 40px;
}
#hamMain .other2 li:nth-child(3) a,
#hamMain .other li:nth-child(2) a {
  background: url("../img/ham-icon3.png") no-repeat 0 50%;
  background-size: 40px 40px;
}
@media screen and (max-width:767px) {
  #hamMain .other1 {
    width: 100%;
    margin-top: 20px;
    margin-bottom: -10px;
    float: none;
  }
  #hamMain .other2 {
    width: 100%;
    margin-top: 20px;
    float: none;
  }
  #hamMain .other {
    width: 100%;
    margin-top: 10px;
    float: none;
    display: flex;
    order: 3;
  }
  #hamMain .other1 li {
    width: 50%;
  }
  #hamMain .other1 li a {
    min-height: 78px;
    font-size: 1.5rem;
  }
  #hamMain .other1 li a span {
    padding-left: 70px;
  }
  #hamMain .other1 li.scout a {
    background: url(../img/ham-scout.png) left top no-repeat;
    background-size: 170px auto;
  }
  #hamMain .other1 li.success a {
    background: url(../img/ham-success.png) left top no-repeat;
    background-size: 170px auto;
  }
  #hamMain .other2 li,
  #hamMain .other li {
    height: 60px;
  }
  #hamMain .other2 li a,
  #hamMain .other li a {
    font-size: 1.4rem;
  }
}

#hamMain .undeReview {
  width: 470px;
	margin: 0 auto;
	border: 2px solid #b3b3b3;
	border-radius: 20px;
  float: right;
}
.undeReview .midashi {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
	font-size: 1.7rem;
  font-weight: bold;
	background-color: #f5f5f5;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom: 2px solid #b3b3b3;
}
.undeReview  li {
  display: flex;
  border-top: 1px solid #b3b3b3;
}
.undeReview  li:first-child {
  border-top: none;
}
.undeReview  li a {
	width: 100%;
	height: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: url(../img/arrow-e9337f.png) right 14px center no-repeat;
	background-size: 9px auto;
  padding: 0 37px 0 18px;
  font-size: 1.5rem;
  
}
.undeReview  li .count {
	text-align: right;
}
.undeReview  li .count span {
	font-weight: bold;
	padding-right: 4px;
}
#hamMain .oiwaiBtn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 980px;
  height: 60px;
  margin: auto auto 0;
  font-size: 2.0rem;
  font-weight: bold;
  color: #fff;
  background-color: #e9337f;
  border-radius: 10px;
  margin-top: 40px;
}
#hamMain .oiwaiBtn a img {
  display: block;
  width: 15px;
  height: 22.5px;
  vertical-align: middle;
  margin-right: 7px;
}
@media screen and (max-width:767px) {
  #hamMain .undeReview {
    width: 100%;
    float: none;
    display: flex;
    flex-wrap: wrap;
    order: 1;
    margin:  auto auto 20px;
  }
  .undeReview .midashi {
    width: 100%;
    height: 46px;
    font-size: 1.5rem;
  }
  .undeReview ul {
    width: 100%;
  }
  .undeReview li a {
		height: 50px;
		padding: 0 35px 0 15px;
    font-size: 1.4rem;
	}
  #hamMain .oiwaiBtn a {
    width: 100%;
    height: 50px;
    font-size: 1.6rem;
    margin-top: 10px;
  }
}

#hamIn #footTopNav2,
#hamIn footer {
  width: 100%;
}
#hamIn #footTopNav2 .boxIn {
  padding: 50px 0;
}
@media screen and (max-width:767px) {
  #hamIn #footTopNav2 .boxIn {
    padding: 20px 10px;
  }
  #hamIn footer {
    padding-bottom: 0;
  }
}


/* ----------------------------------------------
nav
----------------------------------------------*/
nav ul {
  width: 980px;
  margin: auto;
  height: 40px;
  display: flex;
  align-items: center;
}
nav ul li {
  padding-right: 0.5em;
}
nav ul li a {
  padding-right: 0.5em;
}
nav ul li:after {
  content: ">";
}
nav ul li:last-of-type:after {
  content: "";
}
@media screen and (max-width:767px) {
nav ul {
  width: 100%;
  padding: 10px;
  height: auto;
  min-height: 40px;
  display: block;
}
nav ul li {
  display: inline-block;
  line-height: 1.75;
}
}

/* ----------------------------------------------
main
----------------------------------------------*/
main {
  border-top: 1px solid #e6e6e6;
}
main .h1Wr {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 120px;
  background: -moz-linear-gradient(left, #ff7bac, #eb468a);
  background: -webkit-linear-gradient(left, #ff7bac, #eb468a);
  background: linear-gradient(to right, #ff7bac, #eb468a);
}
main .h1Wr h1 {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  height: 120px;
  background: url("../img/ttl-bg.png") repeat-x;
  font-size: 3.6rem;
  color: #fff;
}
main .h1Wr h1 span {
  display: block;
  padding-top: 10px;
  font-size: 2.0rem;
}
@media screen and (max-width:767px) {
main .h1Wr {
  height: auto;
  min-height: 75px;
}
main .h1Wr h1 {
  height: auto;
  font-size: 2.4rem;
  line-height: 1.2;
  padding: 25px 10px;
}
main .h1Wr.p10 h1 {
  padding: 10px;
}
main .h1Wr h1 span {
  display: block;
  padding-top: 8px;
  font-size: 1.4rem;
}
}

.mb2em {
  margin-bottom: 2em;
}
.mb3em {
  margin-bottom: 3em;
}
.text .hissu {
  display: inline-block;
  color: #fff;
  background-color: #ff7bac;
  font-size: 1.4rem;
  font-weight: normal;
  border-radius: 4px;
  line-height: 1;
  margin-right: 3px;
  padding: 3px;
}
.text .nini {
  display: inline-block;
  color: #fff;
  background-color: #3fa9f5;
  font-size: 1.4rem;
  font-weight: normal;
  border-radius: 4px;
  line-height: 1;
  margin-right: 3px;
  padding: 3px;
}
@media screen and (max-width:767px) {
.text .hissu,
.text .nini {
  font-size: 1.3rem;
}
}

/* ----------------------------------------------
footoer
----------------------------------------------*/
#footTopNav .boxIn,
#footTopNav2 .boxIn {
  display: flex;
  justify-content: space-between;
  padding: 60px 0;
}
#footTopNav ul,
#footTopNav2 ul {
  display: flex;
  justify-content: space-between;
  width: 505px;
}
#footTopNav ul li a,
#footTopNav2 ul li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 245px;
  height: 60px;
  border: 2px solid #cccccc;
  border-radius: 30px;
  padding: 0 15px;
  font-size: 1.5rem;
  background: #fff url("../img/arrow-e9337f.png") 94% 50% no-repeat;
  background-size: 9px 12px;
  color: #666666;
}
#footTopNav .contact a,
#footTopNav2 .contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 460px;
  height: 60px;
  border: 2px solid #cccccc;
  border-radius: 30px;
  padding: 0 15px;
  font-size: 1.8rem;
  font-weight: bold;
  background: #fff url("../img/arrow-e9337f.png") 96% 50% no-repeat;
  background-size: 9px 12px;
  color: #666666;
}
@media screen and (max-width:767px) {
#footTopNav .boxIn,
#footTopNav2 .boxIn {
  display: block;
  padding: 30px 10px;
}
#footTopNav ul,
#footTopNav2 ul {
  width: 100%;
  margin-bottom: 18px;
}
#footTopNav ul li,
#footTopNav2 ul li {
  width: 48.5%;
}
#footTopNav ul li a,
#footTopNav2 ul li a {
  width: 100%;
  height: 50px;
  border-radius: 25px;
  font-size: 1.4rem;
  background: #fff url("../img/arrow-e9337f.png") 93% 50% no-repeat;
  background-size: 9px 12px;
}
#footTopNav .contact a,
#footTopNav2 .contact a {
  width: 100%;
  height: 60px;
  border-radius: 30px;
  font-size: 1.6rem;
  background: #fff url("../img/arrow-e9337f.png") 96% 50% no-repeat;
  background-size: 9px 12px;
}
}

footer {
  background-color: #e9337f;
}
footer ul {
  display: flex;
  justify-content: center;
  font-size: 1.5rem;
  padding-top: 40px;
}
footer ul li a {
  color: #fff;
  padding-right: 30px;
}
footer ul li:last-of-type a {
  padding-right: 0;
}
footer small {
  display: block;
  font-size: 1.2rem;
  text-align: center;
  color: #f9bed6;
  padding: 28px 0 38px;
}
@media screen and (max-width:767px) {
footer {
  padding-bottom: 70px;
}
footer ul {
  flex-wrap: wrap;
  font-size: 1.4rem;
  padding-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
footer ul li {
  padding-bottom: 15px;
}
footer ul li a {
  padding-right: 15px;
  padding-left: 15px;
}
footer small {
  padding: 15px 0 28px;
}
}

/* フッター固定 */
#pageTop a {
  position: fixed;
  bottom: 20px;
  right: 40px;
  z-index: 200;
  display: block;
  width: 50px;
  height: 50px;
  background: url("../img/pagetop.png") no-repeat;
  background-size: 50px 50px;
}
@media screen and (min-width:768px) {
.footFixed {
  position: fixed;
  right: 0;
  top: 124px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
	width: 60px;
	display: flex;
	flex-wrap: wrap;
}
.footFixed a:hover {
  opacity: 1;
}
/* 未ログイン */ 
.footFixed .btnEm a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 240px;
  border-radius: 0;
  background: #333333 url("../img/btn-em.png") no-repeat 50% 92%;
  background-size: 20px 20px;
  padding-bottom: 20px;
}
.footFixed.logOut .line a {
	display: block;
	background: url("../img/LINE_Brand_icon.png") no-repeat 0 0;
	background-size: 48px auto;
	width: 50px;
	height: 50px;
	margin-top: 10px;
}
/* ログイン後 */ 
.footFixed.logIn ul {
  display: flex;
  width: 50px;
  height: auto;
  background-color: #fff;
  border-bottom: 1px solid #cccccc;
}
.footFixed.logIn ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  padding: 14px 0;
  min-height: 150px;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}
.footFixed.logIn ul li p {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
  font-weight: bold;
}
.footFixed.logIn ul li p br {
  display: none;
}
.footFixed.logIn ul li .num {
  color: #fff;
  background-color: #e93423;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  font-size: 1.3rem;
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
  margin-top: 10px;
}
/* 検索一覧 */
.footFixed.search .btnWrFlex {
  width: 50px;
}
.footFixed.search .btnWrFlex p {
  width: 50px;
}
.footFixed.search .btnHenkou a {
  width: 100%;
  height: 175px;
  color: #666666;
  background: #fff url("../img/btn-search.png") no-repeat 53% 90%;
  background-size: 19px 19px;
  border: 1px solid #666666;
  border-right: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  font-weight: bold;
  padding-bottom: 19px;
}
.footFixed.search .btnHenkou a img {
  display: none;
}
.footFixed.search .btnKentou a {
  width: 100%;
  height: 110px;
  border: 1px solid #ff761e;
  border-right: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: #ff761e;
  background: #fff5ea url("../img/btn-kentou.png") no-repeat 50% 82%;
  background-size: 21px 16px;
  padding-bottom: 21px;
  margin-top: 10px;
}
.footFixed.search .btnKentou a img {
  display: none;
}
}
@media screen and (max-width:767px) {
#pageTop a {
  bottom: 10px;
  right: 10px;
  z-index: 100;
}
.footFixed {
  position: fixed;
  bottom: 0;
  z-index: 100;
  width: 100%;
  height: 71px;
  background-color: #fff;
  border-top: 1px solid #cccccc;
  display: flex;
  justify-content: space-between;
}
/* 未ログイン */ 
.footFixed.logOut {
  padding: 10px 70px 10px 10px;
}
.footFixed.logOut .btnEm {
  display: flex;
  width: 100%;
  max-width: 290px;
}
.footFixed.logOut .btnEm a {
  height: 50px;
}
.footFixed.logOut .line {
	margin-left: 10px;
	margin-right: auto;
}
.footFixed.logOut .line a {
	display: block;
	background: url("../img/LINE_Brand_icon.png") no-repeat 0 0;
	background-size: 50px auto;
	width: 50px;
	height: 50px;
}
/* ログイン後 */ 
.footFixed.logIn {
  padding-right: 70px;
}
.footFixed.logIn ul {
  display: flex;
  width: 100%;
}
.footFixed.logIn ul a {
  width: 34%;
  padding: 10px 7px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-right: 1px solid #b3b3b3;
}
.footFixed.logIn ul a:last-of-type {
  width: 32%;
}
.footFixed.logIn ul a li {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.footFixed.logIn ul li p {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.2;
}
.footFixed.logIn ul li .num {
  color: #fff;
  background-color: #e93423;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  font-size: 1.3rem;
}
/* 検索一覧 */ 
.footFixed.search {
  padding: 10px 60px 10px 10px;
}
.footFixed.search .btnWrFlex {
  display: flex;
}
.footFixed.search .btnWrFlex p {
  width: 50%;
  padding-right: 10px;
}
.footFixed.search .btnHenkou a {
  width: 100%;
  height: 50px;
  border-radius: 25px;
  border: 2px solid #666666;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  font-weight: bold;
  color: #666666;
}
.footFixed.search .btnKentou a {
  width: 100%;
  height: 50px;
  border-radius: 25px;
  border: 2px solid #ff761e;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  font-weight: bold;
  color: #ff761e;
  background-color: #fff5ea;
}
.footFixed.search .btnWrFlex p a img {
  vertical-align: middle;
  margin-right: 5px;
}
.footFixed.search .btnWrFlex .btnHenkou a img {
  vertical-align: middle;
  margin-right: 2px;
}
}
@media screen and (max-width:359px) {
.footFixed.search .btnWrFlex p a {
  font-size: 1.2rem;
}
.footFixed.logIn ul li p {
  font-size: 1.0rem;
}
}
@media screen and (max-width:414px) {
	.footFixed.logOut .btnEm {
		max-width: 230px;
	}
}

/*----------------------------------------------
 form base styles
----------------------------------------------*/
input::-ms-clear {
  visibility:hidden
}
input::-ms-reveal {
  visibility:hidden
}
select::-ms-expand {
 display: none;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
  -moz-appearance:textfield;
}
input, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  outline: none;
  border: 2px solid #b3b3b3;
  border-radius: 6px;
  width: 100%;
}
input[type="text"], input[type="password"], input[type="number"], input[type="tel"], input[type="email"], input[type="search"] {
  height: 50px;
  padding: 10px;
}
textarea {
  height: 125px;
  padding: 10px;
}
select {
  height: 50px;
  padding: 0 10px;
  background: #fff url("../img/form-img/arrow-select.png") no-repeat 95% 50%;
  background-size: 12px 8px;
}
@media screen and (max-width:767px) {
textarea {
  height: 100px;
}
select {
  background: #fff url("../img/form-img/arrow-select.png") no-repeat 90% 50%;
  background-size: 12px 8px;
}
}

/* ラジオボタンとチェックボックス */
.radio-check-style {
  width: 100%;
}
.radio-check-style li {
    position: relative;
    display: inline-block;
    margin: 0 20px 0 0;
    padding: 0;
    height: 30px;
    line-height: 1.2;
}
.radio-check-style input {
    position: absolute;
    top: 0;
    opacity: 0;
    width: 100%;  
    height: 100%;
}
.radio-check-style input[type="checkbox"] + label {
    display: flex;
    align-items: center;
    height: 30px;
    background: url("../img/form-img/check-off.png") no-repeat 0 50%;
    background-size: 20px;
    padding: 0 0 0 30px;
}
.radio-check-style input[type="checkbox"]:checked + label {
    background-image: url("../img/form-img/check-on.png");
}
.radio-check-style input[type="radio"] + label {
    display: flex;
    align-items: center;
    height: 30px;
    background: url("../img/form-img/radio-off.png") no-repeat 0 50%;
    background-size: 22px;
    padding: 0 0 0 30px;
}
.radio-check-style input[type="radio"]:checked + label {
    background-image: url("../img/form-img/radio-on.png");
}

.radio-check-style.textLong li {
  width: 100%;
  line-height: 1.2;
  margin-bottom: 10px;
}

/*----------------------------------------------
 form common styles
----------------------------------------------*/
.formFlow {
	list-style: none;
	display: flex;
	width: 900px;
  height: 56px;
  border: 3px solid #cccccc;
  margin: 40px auto;
	overflow: hidden;
	color: #999999;
  background-color: #f5f5f5;
	font-weight: bold;
	font-size: 1.8rem;
  line-height: 1.4;
}
.formFlow .now {
	color: #333333;
  background-color: #e6e6e6;
}
.formFlow li {
	width: 33.33%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.formFlow li:after {
	content: "";
	position: absolute;
	right: -15px;
	top: 0;
	z-index: 1;
	border-width: 25px 0 25px 15px;
	border-style: solid;
	border-color: transparent transparent transparent #f5f5f5;
}
.formFlow li + li:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 0px;
	top: -2px;
	border-width: 27px 0 27px 17px;
	border-style: solid;
	border-color: transparent transparent transparent #cccccc;
}
.formFlow li.now:after {
	border-color: transparent transparent transparent #e6e6e6;
}
.formFlow li.now + li:before {
	border-color: transparent transparent transparent #cccccc;
}
.formFlow li:nth-of-type(1) {
  padding-left: 1em;
}
.formFlow li:nth-of-type(2) {
  padding-left: 1.5em;
}
.formFlow li:nth-of-type(3) {
  padding-left: 1.2em;
}
@media screen and (max-width:767px) {
.formFlow {
	width: auto;
  margin: 20px 10px;
  font-size: 1.3rem;
  text-align: center;
}
}


.formContents {
  font-size: 1.5rem;
}
.formContents + #footTopNav {
  background-color: #fef4f8;
}
.colRed {
  color: #ed1c24;
}
.colorPink {
  color: #e9337f;
}
.formContents .text.colorPink {
  color: #e9337f;
  font-size: 1.4rem;
}
.formContents .text a {
  text-decoration: underline;
  color: inherit;
}
.formArea,
.thanksArea {
  width: 900px;
  margin: auto;
  text-align: center;
  padding-top: 65px;
  padding-bottom: 85px;
}
.formArea .alignL,
.thanksArea .alignL {
  text-align: left;
}
.formArea .alignR,
.thanksArea .alignR {
  text-align: right;
}
.formContents .formWr {
  margin-bottom: 40px;
}
.formWr.type2 .formHead {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: #999999;
  color: #fff;
  border: 2px solid #b3b3b3;
  border-bottom: none;
  width: 900px;
  height: 60px;
  font-size: 2.0rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 25px auto 0;
}
.formWr dl {
  width: 900px;
  margin: 40px auto;
  border: 2px solid #b3b3b3;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  line-height: 1.7;
}
.formWr.type2 dl {
  margin: 0 auto;
  border: 2px solid #b3b3b3;
  border-top: transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.formWr dl dt {
  width: 250px;
  min-height: 80px;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  background-color: #f5f5f5;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #cccccc;
  padding: 15px 20px;
}
.formWr dl dt .textLong {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-right: 40px;
}
.formWr dl dt .textLong .nini {
  position: absolute;
  right: 0;
  top: 4px;
}
.formWr dl dt:first-of-type {
  border-top-left-radius: 20px;
}
.formWr.type2 dl dt:first-of-type {
  border-top-left-radius: 0;
}
.formWr dl dt:last-of-type {
  border-bottom-left-radius: 20px;
  border-bottom: none;
}
.formWr dl .hissu {
  color: #fff;
  background-color: #ff7bac;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  font-weight: normal;
  border-radius: 4px;
  margin-left: 10px;
  line-height: 1;
  width: 34px;
  height: 20px;
}
.formWr dl .nini {
  color: #fff;
  background-color: #3fa9f5;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  font-weight: normal;
  border-radius: 4px;
  margin-left: 10px;
  line-height: 1;
  width: 34px;
  height: 20px;
}
.formWr dl dd {
  width: 646px;
  min-height: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #cccccc;
  padding: 15px 20px;
  overflow: hidden;
  text-align: left;
}
.formWr dl dd:last-of-type {
  border-bottom: none;
}
.formWr dl dd input.size-s,
.formWr dl dd select.size-s {
  width: 50%;
  margin-right: 10px;
}
.formWr dl dd ul.flexcol-3 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.formWr dl dd ul.flexcol-3 li {
  width: 33%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.formWr dl dd ul.flexcol-3 li select {
  width: 85%;
  margin-right: 5px;
}
.formWr dl dd ul.flexcol-2 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
.formWr dl dd ul.flexcol-2:nth-of-type(n+2) {
  margin-top: 10px;
}
.formWr dl dd ul.flexcol-2 li:first-of-type {
  width: 5em;
  text-align: left;
  padding-top: 13px;
}
.formWr dl dd ul.flexcol-2 li:last-of-type {
  width: calc(100% - 5em);
  text-align: left;
}
.formWr dl dd ul.flexcol-2 li.address {
  height: 50px;
  padding-top: 13px;
}
.formWr dl dd ul.flexWr-hour {
  display: flex;
  align-items: center;
  width: 100%;
}
.formWr dl dd ul.flexWr-hour li {
  width: 110px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.formWr dl dd ul.flexWr-hour li:nth-of-type(2) {
  width: 30px;
  justify-content: center;
}
.formWr dl dd ul + ul {
  margin-top: 1em;
}
.formWr dl dd ul.flexWr-hour li select {
  width: 85%;
  margin-right: 5px;
}
.formWr dl dd .hosoku {
  display: block;
  margin: 10px 0 0;
  font-size: 1.3rem;
  color: #666666;
}
.formWr dl dd .add {
  width: 100%;
  border-top: 1px dashed #cccccc;
  margin-top: 15px;
  padding-top: 15px;
}
a.btnAddress {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 30px;
  border: 2px solid #b3b3b3;
  border-radius: 6px;
  font-size: 1.3rem;
  background-color: #e6e6e6;
}
input + a.btnAddress {
  margin: 10px 0;
}
.thanksArea .info {
  font-size: 3.0rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 50px;
}
.thanksArea .text em {
  font-size: 1.6rem;
  color: #ed1c24;
}
.thanksArea .text .bold {
  font-weight: bold;
}
.thanksTextBox .thanks {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 45px;
  margin-bottom: 45px;
}
.attention-waku {
  background-color: #f5f5f5;
  border: 1px solid #b3b3b3;
  width: 900px;
  padding: 15px 20px;
  margin: 40px auto;
  line-height: 1.75;
  font-size: 1.4rem;
  color: #666666;
}
.attention-waku .head {
  font-size: 1.5rem;
  font-weight: bold;
}
.attention-red {
  line-height: 1.75;
  font-size: 1.4rem;
  color: #ed1c24;
  margin-bottom: 30px;
}
.attention-text {
  line-height: 1.75;
  font-size: 1.4rem;
}
.thanksTextBox strong {
  font-size: 1.8rem;
}
.bnr img {
  display: block;
  width: 100%;
  max-width: 350px;
  height: auto;
  margin: 40px auto auto;
}
@media screen and (max-width:767px) {
.formContents {
  font-size: 1.4rem;
}
.formContents .h1Wr h1 {
  padding: 10px 10px;
}
.formContents .h1Wr.p25 h1 {
  padding: 25px 10px;
}
.formWr.type2 .formHead {
  width: auto;
  height: 50px;
  font-size: 1.6rem;
}
.formContents .text.colorPink {
  font-size: 1.3rem;
}
.formArea,
.thanksArea {
  width: 100%;
  text-align: left;
  padding-top: 25px;
  padding-bottom: 48px;
  padding-left: 10px;
  padding-right: 10px;
}
.formContents .formWr {
  margin-bottom: 30px;
}
.formWr dl {
  width: 100%;
  margin: 30px auto;
  display:block;
}
.formWr dl + dl {
  margin-top: -10px;
}
.formWr dl dt {
  width: 100%;
  min-height: 50px;
  border-right: none;
  border-bottom: 1px solid #e6e6e6;
}
.formWr dl dt:first-of-type {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.formWr dl dt:last-of-type {
  border-bottom-left-radius: 0;
  border-bottom: 1px solid #e6e6e6;
}
.formWr dl dt .hissu {
  font-size: 1.3rem;
}
.formWr dl dt .nini {
  font-size: 1.3rem;
}
.formWr dl dd {
  width: 100%;
  min-height: 50px;
}
.formWr dl dd ul.flexcol-3 li select {
  width: 78%;
  margin-right: 3px;
}
.formWr dl dd .hosoku {
  font-size: 1.1rem;
}
.thanksArea .info {
  font-size: 2.0rem;
  margin-bottom: 30px;
  text-align: center;
}
.thanksArea .text em {
  font-size: 1.5rem;
}
.thanksTextBox .thanks {
  font-size: 1.6rem;
  margin-top: 45px;
  margin-bottom: 30px;
  text-align: center;
}
.attention-waku {
  width: 100%;
  font-size: 1.3rem;
  margin: 25px auto 20px;
}
.attention-waku .head {
  font-size: 1.4rem;
}
.attention-red {
  font-size: 1.3rem;
  margin-bottom: 25px;
}
.attention-text {
  font-size: 1.3rem;
}
.thanksTextBox strong {
  display: block;
  font-size: 1.6rem;
  text-align: center;
}
.bnr img {
  margin: 20px auto auto;
}
}


.btnNext a,
.btnEm a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 60px;
  margin: auto;
  color: #fff;
  background: #333333 url("../img/arrow-fff.png") no-repeat 95% 50%;
  background-size: 9px 12px;
  border-radius: 30px;
  font-size: 1.8rem;
  font-weight: bold;
}
.btnBack a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 60px;
  margin: auto;
  color: #fff;
  background: #999999 url("../img/arrow-fff2.png") no-repeat 5% 50%;
  background-size: 9px 12px;
  border-radius: 30px;
  font-size: 1.8rem;
  font-weight: bold;
}
.btnSet a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 30px;
  background: #e6e6e6 url("../img/icon-set.png") no-repeat 15px 48%;
  background-size: 11px 11px;
  border: 2px solid #b3b3b3;
  border-radius: 6px;
  padding-left: 15px;
  font-size: 1.3rem;
}
.btnAdd a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 30px;
  background: #e6e6e6;
  border: 2px solid #b3b3b3;
  border-radius: 6px;
  font-size: 1.3rem;
}
.btnTop,
.btnMypage,
.btnSearch {
  margin: auto 10px;
}
.btnTop a,
.btnMypage a,
.btnSearch a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 50px;
  padding-left: 14px;
  border: 2px solid #666666;
  border-radius: 10px;
  margin: auto;
  font-weight: bold;
}
.btnTop a {
  background: url("../img/arrow-top.png") no-repeat 8px 50%;
  background-size: 13px 9px;
}
.btnMypage a {
  background: url("../img/btn-mypage.png") no-repeat 7px 50%;
  background-size: auto 22px;
}
.btnSearch a {
  background: url("../img/btn-search.png") no-repeat 7px 50%;
  background-size: auto 19px;
}
.btnWrFlex {
  display: flex;
  justify-content: space-between;
  width: 750px;
  margin: auto;
}
.btnWrFlex-cemter {
  display: flex;
  justify-content: center;
  width: 750px;
  margin: auto;
}
.btnWrFlex-cemter .mtSty {
  margin: auto 10px !important;
}
.btnList {
  display: flex;
  justify-content: space-between;
  width: 750px;
  margin: 35px auto 40px;
  flex-wrap: wrap;
}
.btnList li {
  width: 49%;
}
.btnList li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  border: 2px solid #cccccc;
  border-radius: 30px;
  padding: 0 15px;
  background: #fff url("../img/arrow-e9337f.png") 94% 50% no-repeat;
  background-size: 9px 12px;
  color: #333333;
  margin-bottom: 10px;
}
@media screen and (max-width:767px) {
.btnNext a,
.btnEm a {
  width: 100%;
  margin: auto;
  font-size: 1.6rem;
}
.btnBack a {
  width: 100%;
  margin: auto;
  font-size: 1.6rem;
}
.btnSet a {
  font-size: 1.2rem;
}
.btnTop a {
  width: 112px;
  background: url("../img/arrow-top.png") no-repeat 4px 50%;
  background-size: 13px 9px;
}
.btnMypage a {
  background: url("../img/btn-mypage.png") no-repeat 4px 50%;
  background-size: auto 22px;
}
.btnSearch a {
  background: url("../img/btn-search.png") no-repeat 6px 50%;
  background-size: auto 19px;
}
.btnWrFlex {
  width: 100%;
}
.btnWrFlex p {
  width: 48.5%;
}
.btnWrFlex-cemter {
  width: 100%;
  padding: auto 10px;
  justify-content: space-between;
}
.btnWrFlex-cemter p {
  width: 31.5%;
  margin: 0;
}
.btnWrFlex-cemter p a {
  width: 100%;
}
.btnList {
  display: block;
  width: 100%;
  margin: 35px auto 40px;
}
.btnList li {
  width: 100%;
}
.btnList li a {
  height: 50px;
  border-radius: 25px;
}
}
@media screen and (max-width:320px) {
.btnWrFlex-cemter p a {
  font-size: 1.1rem;
}
}


.oritatamiWr {
  width: 900px;
  margin: 50px auto 30px;
}
.oritatamiWr + .oritatamiWr {
  margin-top: 30px;
}
.oritatamiWr dl {
  border-radius: 20px;
  border: 2px solid #b3b3b3;
}
.oritatamiWr dl dt {
  height: 60px;
  font-size: 2.0rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../img/oritatami-o.png") no-repeat 98% 50%;
  background-size: 25px 25px;
}
.oritatamiWr dl.open dt {
  border-bottom: 2px solid #b3b3b3;
  background: url("../img/oritatami-c.png") no-repeat 98% 50%;
  background-size: 25px 25px;
}
.oritatamiWr dl dd {
  display: none;
}
.oritatamiWr dl.open dd {
  display: block;
  padding: 20px 15px;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.7;
}
@media screen and (max-width:767px) {
.oritatamiWr {
  width: auto;
  margin: 30px auto;
}
.oritatamiWr dl dt {
  height: 50px;
  font-size: 1.6rem;
}
.oritatamiWr dl.open dd {
  font-size: 1.3rem;
}
}

#douiWr .radio-check-style {
  margin: 25px auto;
  line-height: 1.4;
}
@media screen and (max-width:767px) {
#douiWr.spCenter {
  width: 100%;
  text-align: center;
  overflow: hidden;
  margin-top: -30px;
}
}


.error {
  width: 900px;
  color: #F00;
	background-color: #fef4f8;
	padding: 20px;
	border: 3px solid #F00;
	margin: 15px auto;
  text-align: left;
}
.error h2 {
	font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: 15px;
}
.error ul li {
  line-height: 1.4;
  margin-bottom: 5px;
  text-indent: -1.5em;
  padding-left: 1.5em;
}
@media screen and (max-width:767px) {
.error {
  width: 100%;
}
}

#errorArea {
  width: 900px;
  margin: auto;
  text-align: center;
  padding: 1px 0;
}
#error_t {
  font-size: 3.0rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 2em auto 1em;;
}
#error_t_mes {
  font-size: 2.0rem;
  font-weight: bold;
  margin: 2em 0;
}
.error_waku {
  width: 750px;
  margin: auto;
	padding: 20px;
	border: 3px solid;
}
#errorArea .btnNext {
  margin: 3em 0 5em;
}
@media screen and (max-width:767px) {
#errorArea {
  width: 100%;
  padding: 1px 10px;
}
#error_t {
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 1.5em auto 1em;;
}
#error_t_mes {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 1em 0;
}
.error_waku {
  width: 100%;
	padding: 15px;
  text-align: left;
}
#errorArea .btnNext {
  margin: 2em 0 3em;
}
}


/* 会員登録のメリットバナー */
.bnr-merit {
  text-align: center;
}
main .bnr-merit:first-child {
  margin-bottom: 40px;
}
main .bnr-merit:last-child {
  margin-top: 40px;
}
@media screen and (max-width:767px) {
.bnr-merit img {
  display: block;
  width: 100%;
  max-width: 350px;
  height: auto;
  margin: auto;
}
main .bnr-merit:first-child {
  margin-bottom: 20px;
}
main .bnr-merit:last-child {
  margin-top: 20px;
}
}


/* アンケート・お祝いバナー */
.bnr-oiwai {
  text-align: center;
  margin: 40px auto auto;
}
@media screen and (max-width:767px) {
.bnr-oiwai {
  margin: 20px auto auto;
}
.bnr-oiwai img {
  display: block;
  width: 100%;
  max-width: 350px;
  height: auto;
  margin: auto;
}
}
