@charset "utf-8";
/* CSS Document */

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.wrapper {
  width:100%;
  overflow:hidden;
  text-align: center;
}

.contentsTit {
  position: relative;
  width: 100%;
  height: 0;
  /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  padding-top: 31.41%;
}
.contentsTit.conceptTit {
  background: url(../images/bg_tit_concept01.png) 50% 100% no-repeat;
  background-size: 100% auto;
}
.contentsTit.troubleTit {
  background: url(../images/bg_tit_trouble01.png) 50% 100% no-repeat;
  background-size: 100% auto;
}
.contentsTit.methodTit {
  background: url(../images/bg_tit_method01.png) 50% 100% no-repeat;
  background-size: 100% auto;
}
.contentsTit.reasonTit {
  background: url(../images/bg_tit_reason01.png) 50% 100% no-repeat;
  background-size: 100% auto;
}
.contentsTit.flowTit {
  background: url(../images/bg_tit_flow01.png) 50% 100% no-repeat;
  background-size: 100% auto;
}
.contentsTit.voiceTit {
  background: url(../images/bg_tit_voice01.png) 50% 100% no-repeat;
  background-size: 100% auto;
}
.contentsTit h2 {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}

/* General Settings
-----------------------------------------------------------*/
/* Margin Control */
.mb00 { margin-bottom: 0!important;}
.mb05 { margin-bottom: 5px!important;}
.mb10 { margin-bottom: 10px!important;}
.mb15 { margin-bottom: 15px!important;}
.mb20 { margin-bottom: 20px!important;}
.mb25 { margin-bottom: 25px!important;}
.mb30 { margin-bottom: 30px!important;}
.mb40 { margin-bottom: 40px!important;}
.mb50 { margin-bottom: 50px!important;}
.mb60 { margin-bottom: 60px!important;}
.mb70 { margin-bottom: 70px!important;}
.mb80 { margin-bottom: 80px!important;}
.mb90 { margin-bottom: 90px!important;}
.mb100 { margin-bottom: 100px!important;}
.mb120 { margin-bottom: 120px!important;}
.mb130 { margin-bottom: 130px !important;}
.mb140 { margin-bottom: 140px !important;}
.mb150 { margin-bottom: 150px !important;}
.mb160 { margin-bottom: 160px !important;}
.mb170 { margin-bottom: 170px !important;}
.mb180 { margin-bottom: 180px !important;}
.mb190 { margin-bottom: 190px !important;}
.mb200 { margin-bottom: 200px !important;}

.mt00 { margin-top: 0 !important;}
.mt05 { margin-top: 5px !important;}
.mt10 { margin-top: 10px !important;}
.mt20 { margin-top: 20px !important;}
.mt30 { margin-top: 30px !important;}
.mt40 { margin-top: 40px !important;}
.mt50 { margin-top: 50px !important;}
.mt60 { margin-top: 60px !important;}
.mt70 { margin-top: 70px !important;}
.mt80 { margin-top: 80px !important;}
.mt90 { margin-top: 90px !important;}
.mt100 { margin-top: 100px !important;}
.mt110 { margin-top: 110px !important;}
.mt120 { margin-top: 120px !important;}
.mt130 { margin-top: 130px !important;}
.mt140 { margin-top: 140px !important;}
.mt150 { margin-top: 150px !important;}
.mt160 { margin-top: 160px !important;}


/* width */
.width100 { width: 100%;}
.width90 { width: 90%;}
.width80 { width: 80%;}
.width70 { width: 70%;}
.width60 { width: 60%;}
.width50 { width: 50%;}
.width40 { width: 40%;}
.width30 { width: 30%;}
.width20 { width: 20%;}
.width10 { width: 10%;}
.width5 { width: 5%;}

/* font size */
.text70 { font-size: 70%;}
.text75 { font-size: 75%;}
.text80 { font-size: 80%;}
.text85 { font-size: 85%;}
.text90 { font-size: 90%;}
.text100 { font-size: 100%;}
.text110 { font-size: 110%;}
.text120 { font-size: 120%;}
.text130 { font-size: 130%;}
.text140 { font-size: 140%;}
.text160 { font-size: 160%;}
.text180 { font-size: 180%;}
.text200 { font-size: 200%;}
.text220 { font-size: 220%;}
.text240 { font-size: 240%;}
.text260 { font-size: 260%;}

/* color */
.c_000 { color: #000;}
.c_333 { color: #333;}
.c_555 { color: #555;}
.c_888 { color: #888;}
.c_fff { color: #fff;}
.c_red { color: #f00;}
.c_blue { color: #0e92e5;}
.c_green { color: #86bf00;}
.c_orange { color: #ee761b;}
.c_purple { color: #672e8e;}
.c_pink { color: #f36;}
.c_rose { color: #fc04c2;}
.c_light_pink { color: #fcafbd;}
.c_navy { color: #1e3088;}

/* font style */
.boldstyle { font-weight: bold;}
.normalstyle { font-weight: normal;}
.italicstyle { font-style: italic;}

/* text-align */
.aligncenter { text-align: center;}
.alignleft { text-align: left;}
.alignright { text-align: right;}

::selection {
	color: #81249d;
	background: #f8e0ff;
}

.uline {
	border-bottom: 1px solid #f36;
}

@media(max-width:767px) {
  .contentsTit.conceptTit h2 img, .contentsTit.voiceTit h2 img {
    width: 80%;
  }
  .contentsTit.troubleTit h2 img, .contentsTit.methodTit h2 img, .contentsTit.flowTit h2 img, .contentsTit.reasonTit h2 img {
    width: 100%;
  }
}

.formAnkerBtn {
  text-align: center;
}
.formAnkerBtn a {
  display: block;
  position: relative;
  width: 40%;
  margin: 0 auto;
  padding: 20px;
  background-color: #fff;
  border:none;
  color: #000;
  font-size: 1.57rem;
  font-weight: bold;
  letter-spacing: .2em;
  cursor: pointer;
  text-decoration: none;
}
.formAnkerBtn a::after {
  content: '';
  width: 10px;
  height: 10px;
  border: 1px solid;
  border-color:  transparent transparent #000 #000;
  transform: rotate(-45deg);
  position: absolute;
  top: 45%;
  top: -webkit-calc(50% - 5px);
  top: calc(50% - 5px);
  right: 20px;
  margin-top: -4px;
}
@media(max-width:767px) {
  .formAnkerBtn a {
    width: 80%;
    font-size: 1.1rem;
  }
}

/* ヘッダー */
.header {
  padding: 10px 0;
	background: rgb(25,95,85);
}
.headerInr {
  width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header .logo {
}
.header .navWrap {
}
.header .navWrap .navContact {
  float: left;
  margin-top: 5px;
}
.header .navWrap .navCvBtn {
  float: right;
}
.header .navWrap .navCvBtn a {
  display: inline-block;
  position: relative;
  margin: 5px 0 5px 20px;
  padding: 16px 40px 10px 20px;
  background: -webkit-linear-gradient(#89da00 5%, #56b000 100%);
  background: -o-linear-gradient(#89da00 5%, #56b000 100%);
  background: linear-gradient(#89da00 5%, #56b000 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#89da00', endColorstr='#56b000', GradientType=0);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #57b000;
  border-radius: 5px;
  box-sizing: border-box;
  cursor: pointer;
  color: #ffffff;
  font-size: 1.14rem;
  font-weight: bold;
  text-decoration: none;
  line-height:1.1em;
}
.header .navWrap .navCvBtn a::after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 45%;
  top: -webkit-calc(50% - 5px);
  top: calc(50% - 5px);
  right: 20px;
  margin-top: -4px;
}
.header .flexbox{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.header .info_rev {
	font-size: 0.6rem;	
	display: block;
	color: #fff;
}
.header .tel {
	padding-left: 28px;
	font-size: 1rem;
	font-weight: 500;
	background: url(../images/202301/icon_freedial_wh.svg) no-repeat 0 center;
	background-size: 22px 18px;
	color: white;
}
.header .btn a {
	position: relative;
	display: inline-block;
	width: 140px;
	height:40px;
	margin-left: 10px;
	padding: 8px 0 0;
	border-radius: 5px;
	color: #fff;
	font-size: 0.9rem;
	text-align: center;
	z-index: 1;
	text-decoration: none;
}
.header .btn a::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	content: '';
	background: #c3c4c4;
	border-radius: 5px;
	transform-origin: right top;
	transform: scale(0, 1);
	transition: transform .3s;
}
.header .btn a:hover::before {
	transform-origin: left top;
	transform: scale(1, 1);
}
.header .btn.gold a {
	background: #ba9d5a;
}
.header .btn.green a {
	background: #00b900;
}
.header .btn.white a {
	background: white;
	color: #b99d59;
}
.header .btn a span.web {
	padding-left: 20px;
	background: url(../images/202301/icon_pc.svg) no-repeat left center;
	background-size: 18px 18px;
}
.header .btn a span.line {
	padding-left: 20px;
	background: url(../images/202301/icon_line_wh.svg) no-repeat left center;
	background-size: 18px 18px;
}
@media(max-width:1029px) {
  .header {
    padding: 20px 0;
  }
  .headerInr {
    width: auto;
    padding: 0 15px;
  }
  .header .navWrap {
  }
  .header .navWrap .navContact {
    display: none;
    float: none;
  }
  .header .navWrap .navCvBtn {
    float: none;
  }
  .header .navWrap .navCvBtn a {
    width: 100%;
    margin: 0;
    padding: 12px 10px 12px 0;
    font-size: 1.14rem;
  }
}

@media(max-width:767px) {
  .header {
    padding: 0;
		height: 58px
  }
  .header .logo {
    width: 200px;
  }
  .header .navWrap {
    display: none;
  }
}

/* メインビジュアル */
.mvWrap {
  position: relative;
  width: 100%;
  height: 0;
  /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  padding-top: 69%;
  background: url(../images/bg_mv01.jpg?202010527) 50% 0% no-repeat;
  background-size: 100% auto;
}
.mvWrap .copy {
  position: absolute;
  top: 15.7%;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
  width: 100%;
  height: 100%;
}
.mvWrap .copy img {
  width: 78%;
}
@media(max-width:767px) {
  .mvWrap {
    position: relative;
    width: 100%;
    height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 75%;
    background: url(../images/bg_mv01_sp.jpg?202010527) 50% 0% no-repeat #002798;
    background-size: 100% auto;
  }
  .mvWrap .copy {
    position: absolute;
    top: 14.5%;
    left: 50%;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
    width: 100%;
    height: 100%;
  }
  .mvWrap .copy img {
    width: 96%;
  }
}




/* モニター募集 */
.monitorWrap {
  background: linear-gradient(#000, #3c3c3c);
}
.monitor {
  max-width: 1000px;
  margin: 0 auto;
  padding: 100px 15px;
  box-sizing: border-box;
}
.monitor .pict {
  margin: 30px 0 50px;
}
.monitor .pict2 {
  margin: 30px 0 50px;
}
.monitor .navCvBtn a {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 20px 40px 20px 20px;
  background: -webkit-linear-gradient(#89da00 5%, #56b000 100%);
  background: -o-linear-gradient(#89da00 5%, #56b000 100%);
  background: linear-gradient(#89da00 5%, #56b000 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#89da00', endColorstr='#56b000', GradientType=0);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #57b000;
  border-radius: 5px;
  box-sizing: border-box;
  cursor: pointer;
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: bold;
  text-decoration: none;
}
.monitor .navCvBtn a::after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 45%;
  top: -webkit-calc(50% - 5px);
  top: calc(50% - 5px);
  right: 20px;
  margin-top: -4px;
}
@media(max-width:767px) {
  .monitor {
    width: auto;
    padding: 30px 15px;
  }
  .monitor .pict {
    width: 75%;
    margin: 20px auto 30px;
  }
  .monitor .pict2 {
    width: 100%;
    margin: 20px auto 30px;
}
  .monitor .navCvBtn a {
    padding: 15px 40px 15px 20px;
    font-size: 1.1rem;
  }
}

/* お悩み */
.troubleWrap {
  background: url(../images/bg_trouble01.jpg) 50% 0% repeat;
}
.trouble {
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 15px 0;
  box-sizing: border-box;
}
.trouble .pict {
  margin-top: 15px;
}
@media(max-width:767px) {
  .trouble {
    width: auto;
    padding: 30px 15px 0;
  }
  .trouble .pict {
    margin-top: 10px;
  }
}

/* お任せください */
.omakaseWrap {
  padding: 40px 0 50px;
  background: linear-gradient(#2c5ff3, #002798);
}
.omakaseWrapBg {
  background: url(../images/bg_omakase01.png) 50% 50% repeat-x;
  background-size: contain;
}
.omakase {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px 0;
  box-sizing: border-box;
}
@media(max-width:767px) {
  .omakaseWrap {
    padding: 30px 0;
  }
  .omakase {
    width: auto;
  }
}

/* ポイント */
.pointTitWrap {
  padding: 30px 0 50px;
}
.pointTitWrap.point1 {
  background: url(../images/bg_point1_01.jpg) 50% 50% repeat;
}
.pointTitWrap.point2 {
  background: url(../images/bg_point2_01.jpg) 50% 50% repeat;
}
.pointTitWrap.point3 {
  background: url(../images/bg_point3_01.jpg) 50% 50% repeat;
}
.pointTitWrap.point4 {
  background: url(../images/bg_point4_01.jpg) 50% 50% repeat;
}
.pointTit {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px 0;
  box-sizing: border-box;
  color: #fff;
}
.pointTit .pictWrap {
  float: left;
  width: 39%;
  margin-right: 40px;
}
.pointTit .pict {
  max-width: 390px;
}
.pointTit .pict img {
  max-width: 100%;
  height: auto;
}
.pointTit h2 {
  margin-bottom: 30px;
}
.pointTit .txt {
  font-size: 1.3rem;
  text-align: left;
  overflow: hidden;
}

.pointColumnWrap {
  max-width: 1000px;
  margin: 60px auto;
  padding: 0 15px;
  box-sizing: border-box;
}
.pointColumn {
  margin: 30px 0;
}
.pointColumn .pointColumnInr .pict {
  float: left;
  width: 50%;
  margin-right: 30px;
}
.pointColumn:nth-child(even) .pointColumnInr .pict {
  float: right;
  margin-right: 0;
  margin-left: 30px;
}
.pointColumn .pointColumnInr .txtWrap {
  overflow: hidden;
  text-align: left;
}
.pointColumn .pointColumnInr .txtWrap h3 {
  position: relative;
  margin-bottom: 25px;
  padding: 15px 15px 15px 60px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
}
.pointColumn.point1 .pointColumnInr .txtWrap h3 {
  background: url(../images/bg_point1_02.png) 50% 50% repeat;
}
.pointColumn.point2 .pointColumnInr .txtWrap h3 {
  background: url(../images/bg_point2_02.png) 50% 50% repeat;
}
.pointColumn.point3 .pointColumnInr .txtWrap h3 {
  background: url(../images/bg_point3_02.png) 50% 50% repeat;
}
.pointColumn.point4 .pointColumnInr .txtWrap h3 {
  background: url(../images/bg_point4_02.png) 50% 50% repeat;
}
.pointColumn .pointColumnInr .txtWrap h3:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 10px;
  width: 36px;
  height: 34px;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
  background: url("../images/icon_point_arrow01@2x.png") top left no-repeat;
  background-size: 36px 34px;
}
.pointColumn .pointBtnSp{
  display: none;
	pointer-events: none;
}

@media(max-width:767px) {
  .pointTitWrap {
    padding: 20px 0 30px;
  }
  .pointTit .pictWrap {
    float: none;
    width: 90%;
    margin: 0 auto;
  }
  .pointTit .pict {
    max-width: 100%;
  }
  .pointTit h2 {
    margin: 20px 0;
  }
  .pointTit .txt {
    font-size: 1.1rem;
    overflow: auto
  }
  .pointColumnWrap {
    max-width: 100%;
    margin: 30px auto;
  }
  .pointColumn {
    margin: 15px 0;
  }
  .pointColumn .pointColumnInr {
    float: none;
    margin-bottom: 30px;
  }
  .pointColumn .pointColumnInr .pict {
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }
  .pointColumn:nth-child(even) .pointColumnInr .pict {
    float: none;
    margin: 0 0 20px;
  }
  .pointColumn .pointColumnInr .txtWrap {
    overflow: auto;
  }
  .pointColumn .pointColumnInr .txtWrap h3 {
    display: none;
  }
	.pointColumn .pointBtnSp{
    display: block;
		pointer-events: all;
    margin-bottom: 25px;
    padding: 15px 15px 15px 15px;
    color: #fff;
    font-size: 1.1rem;
    font-weight: bold;
    text-align: left;
	}
	.pointColumn.point1 .pointBtnSp{
    background: url(../images/bg_point1_02.png) 50% 50% repeat;
	}
	.pointColumn.point2 .pointBtnSp{
    background: url(../images/bg_point2_02.png) 50% 50% repeat;
	}
	.pointColumn.point3 .pointBtnSp{
    background: url(../images/bg_point3_02.png) 50% 50% repeat;
	}
	.pointColumn.point4 .pointBtnSp{
    background: url(../images/bg_point4_02.png) 50% 50% repeat;
	}
  .pointColumn .pointBtnSp p {
    display: block;
    position: relative;
    padding-left: 45px;
    padding-right: 20px;
    text-decoration: none;
  }
	.pointColumn .pointBtnSp p:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 36px;
    height: 34px;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
    background: url("../images/icon_point_arrow01@2x.png") top left no-repeat;
    background-size: 36px 34px;
  }
  .pointColumn .pointBtnSp p:after {
    content: '＋';
    width: 10px;
    height: 10px;
    position: absolute;
    top: 43%;
    top: -webkit-calc(50% - 5px);
    top: calc(50% - 5px);
    right: 10px;
    margin-top: -10px;
  }
  .pointColumn .pointBtnSp.active p:after {
    content: '－';
    width: 10px;
    height: 10px;
    position: absolute;
    top: 43%;
    top: -webkit-calc(50% - 5px);
    top: calc(50% - 5px);
    right: 10px;
    margin-top: -10px;
  }
	.pointColumn .pointColumnInr {
		display: none;
	}
}

/* トライアル */
.trialWrap {
  _background: url("../images/bg_trial01.jpg") top center repeat;
  _background-size: 100% auto;
	background: #195f55;
}
.trial {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 15px 70px;
  box-sizing: border-box;
  color: #fff;
}
.trial h2 {
  margin-bottom: 50px;
}
.trial h2.ttl {
	width: 70%;
	 margin: 0 auto 50px;
 }

.trial .trialBox03 {
  margin-bottom: 50px;
}
.trial .trialBox03 img {
	width: 100%;
}
.trial .trialBox04 {
  margin-bottom: 50px;
}
.menuBox {
	box-sizing: border-box;
	width: 100%;
	padding: 50px 30px;
	background: linear-gradient(#e1d8cd, #fff);
}
.menuBox .ttl {
	text-align: center;
	margin-bottom: 30px;
}
.menuBox .ttl img {
	height: 140px;
}
.menuBlock {
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content :space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	width: 100%;
}
.menuBlock > div {
	width: 48%;
}
.menuBlock > div.photoarea img {
	width: 100%;
}
.menuBlock > div.txtarea p {
	color: #000;
	text-align: left;
}

.trial .trialBox01 {
  background-color: rgba(0,0,0,0.5);
  margin-bottom: 50px;
  padding: 30px 20px 20px;
}
.trial .trialBox01 h3 {
  margin-bottom: 20px;
  font-size: 2.77rem;
}
.trial .trialBox01 .trialBox01hiyou {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px;
  box-sizing: border-box;
  background-color: #fff;
}
.trial .trialBox01 .trialBox01hiyou .tit {
  display: table-cell;
  width: 45%;
  padding: 30px;
  box-sizing: border-box;
  vertical-align: middle;
  background-color: #183074;
}
.trial .trialBox01 .trialBox01hiyou .plus {
  display: table-cell;
  width: 10%;
  color: #183074;
  font-size: 3rem;
  vertical-align: middle;
  font-weight: bold;
}
.trial .trialBox01 .trialBox01hiyou .yen {
  display: table-cell;
  width: 45%;
  padding: 30px;
  box-sizing: border-box;
  vertical-align: middle;
  background-color: #183074;
}
.trial .trialBox01 .trialBox01Ex {
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
  background-color: #fff;
}
.trial .trialBox02 {
  background-color: rgba(0,0,0,0.5);
  padding: 50px 20px;
}
.trial .trialBox02 .zoumou {
  margin: 80px 0 0;
  padding: 30px;
  border: 1px solid #fff;
  box-sizing: border-box;
}
.trial .trialBox02 .zoumou .tit {
  margin-bottom: 50px;
  padding: 20px 15px;
  border: 1px solid #fff;
  box-sizing: border-box;
  font-size: 1.75rem;
}
.trial .trialBox02 .zoumouInr {
  display: table;
  table-layout: fixed;
  width: 100%;
  box-sizing: border-box;
}
.trial .trialBox02 .zoumou .copy {
  display: table-cell;
  width: 60%;
  vertical-align: middle;
}
.trial .trialBox02 .zoumou .pict {
  display: table-cell;
  width: 40%;
}
.trial .trialBox02 .step {
  display: table;
  table-layout: fixed;
  width: 100%;
  box-sizing: border-box;
  border-collapse: separate;
  border-spacing: 30px 0;
}
.trial .trialBox02 .step .stepInr {
  display: table-cell;
  width: 33.3%;
  vertical-align: middle;
}
.trial .trialBox02 .step .stepInr .pict {
  margin-bottom: 30px;
}
.trial .trialBox02 .step .stepInr .tit {
  margin-bottom: 30px;
}
.trial .trialBox02 .step .stepInr .txt {
  text-align: left;
}
@media(max-width:767px) {  
  .trialWrap {
  }
  .trial {
    padding: 40px 15px 40px;
  }
  .trial h2 {
    margin-bottom: 30px;
  }
.trial h2.ttl {
	width: 100%;
	 margin: 0 auto 30px;
 }
.menuBox .ttl img {
	height: 110px;
}
.menuBlock > div {
	width: 100%;
}
.menuBlock > div.photoarea {
	margin-bottom: 30px;
}

  .trial .trialBox01 {
    margin-bottom: 30px;
    padding: 15px 10px 10px;
  }
  .trial .trialBox01 h3 {
    margin-bottom: 10px;
    font-size: 1.3rem;
  }
  .trial .trialBox01 .trialBox01hiyou {
    display: block;
    margin-bottom: 20px;
    padding: 10px;
  }
  .trial .trialBox01 .trialBox01hiyou .tit {
    display: block;
    width: 100%;
    padding: 20px;
    text-align: center;
  }
  .trial .trialBox01 .trialBox01hiyou .tit img {
    width: 75%;
  }
  .trial .trialBox01 .trialBox01hiyou .plus {
    display: block;
    width: 100%;
    font-size: 2.5rem;
  }
  .trial .trialBox01 .trialBox01hiyou .yen {
    display: block;
    width: 100%;
    padding: 20px;
    text-align: center;
  }
  .trial .trialBox01 .trialBox01hiyou .yen img {
    width: 75%;
  }
  .trial .trialBox01 .trialBox01Ex img {    
    width: 85%;
    margin: 0 auto;
  }
  .trial .trialBox02 {
    padding: 20px 10px;
  }
  .trial .trialBox02 .zoumou {
    margin: 40px 0 0;
    padding: 10px 10px 20px;
  }
  .trial .trialBox02 .zoumou .tit {
    margin-bottom: 20px;
    padding: 10px;
    font-size: 1.1rem;
  }
  .trial .trialBox02 .zoumouInr {
    display: block;
  }
  .trial .trialBox02 .zoumou .copy {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .trial .trialBox02 .zoumou .pict {
    display: block;
    width: 70%;
    margin: 0 auto;
  }
  .trial .trialBox02 .step {
    display: block;
    padding: 0 5px;
    box-sizing: border-box;
  }
  .trial .trialBox02 .step .stepInr {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
  .trial .trialBox02 .step .stepInr .pict {
    width: 60%;
    margin: 0 auto 20px;
  }
  .trial .trialBox02 .step .stepInr .tit {
    margin-bottom: 20px;
  }
}





/* 専門チームがご対応します */
.careWrap {
  padding: 50px 0 100px;
  background: url(../images/bg_care01.jpg) 50% 50% no-repeat;
  background-size: cover;
}
.care {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px 0;
  box-sizing: border-box;
}
.care .staff {
  float: right;
  width: 50%;
}
.care .main {
  width: 50%;
}
.care .main h2 {
  margin: 40px auto;
}
.care .txt {
  margin: 40px 0 0;
  text-align: left;
}
@media(max-width:767px) {
  .care .staff {
    float: none;
  }
  .careWrap {
    padding: 30px 0 50px;
  }
  .care .staff {
    float: none;
    width: 100%;
  }
  .care .main {
    width: 100%;
  }
  .care .main h2 {
    margin: 30px auto;
  }
  .care .txt {
    margin: 30px 0 0;
  }
}

/* 治療費用 */
.priceWrap h2 {
  background-color: #002798;
  color: #fff;
  padding: 20px 15px 30px;
  box-sizing: border-box;
  font-size: 3.3rem;
  font-weight: bold;
}
.priceWrap h2 span {
  font-size: 1.8rem;
  font-weight: normal;
}
.price {
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 15px 80px;
  box-sizing: border-box;
}
.price2 {
	width: 100%;
  background: url(../images/202007/back.jpg) no-repeat center top;
  background-size: cover;
}
.price2 .wrap {
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 15px 30px;
  box-sizing: border-box;
}
.price2 .wrap .pict {
  margin: 0 0 30px;
}
.price2 .txtPrice {
  margin-bottom: 40px;
  font-size: 0.8rem;
  color: #fff;
}


.price .priceBox01 {
  border: 4px solid #183074;
  margin-bottom: 30px;
}
.price .priceBox01 .priceBox01hiyou {
  display: table;
  table-layout: fixed;
  padding: 10px 15px 15px;
  background-color: #183074;
}
.price .priceBox01 .priceBox01hiyou .tit {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}
.price .priceBox01 .priceBox01hiyou .yen {
  display: table-cell;
  width: 50%;
}
.price .priceBox01 .priceBox01Ex {
  padding: 40px;
}
.price .txtPrice {
  margin-bottom: 40px;
  font-size: 0.8rem;
  text-align: right;
}
.price .priceBox02 .tit {
  margin-bottom: 20px;
  padding: 10px;
  background-color: #195f55;
  color: #fff;
}
.price .priceBox02 .txt {
  margin-bottom: 20px;
  text-align: left;
}
.monitor_priceWrap {
  background: #fff;
  padding-top: 30px;
}
.monitor_priceWrap .wrap {
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 15px 30px;
  box-sizing: border-box;	
}
.monitor_priceWrap .wrap_lgr {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 0 30px 0;
  background: #dce6e6;
}
.monitor_priceWrap .plan{
	padding: 30px;
	background: #ffffff;
}
.monitor_priceWrap .plan p{
	text-align: left;
}


@media(max-width:767px) {  
  .priceWrap h2 {
    padding: 10px 15px 20px;
    font-size: 1.8rem;
  }
  .priceWrap h2 span {
    font-size: 1.1rem;
  }
  .price {
    padding: 30px 15px 60px;
  }
  .price .priceBox01 {
    border: 3px solid #183074;
    margin-bottom: 20px;
  }
  .price .priceBox01 .priceBox01hiyou {
    display: block;
    padding: 10px 15px 15px;
  }
  .price .priceBox01 .priceBox01hiyou .tit {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
  .price .priceBox01 .priceBox01hiyou .yen {
    display: block;
    width: 100%;
  }
  .price .priceBox01 .priceBox01Ex {
    width: 85%;
    margin: 0 auto;
    padding: 20px;
  }
  .price .txtPrice {
    margin-bottom: 30px;
    font-size: 0.9rem;
  }
  .price .priceBox02 .tit {
    margin-bottom: 20px;
  }
  .price .priceBox02 .txt {
    margin-bottom: 20px;
  }
.monitor_priceWrap {
  background: #fff;
}
.monitor_priceWrap .wrap {
	padding: 0;
  width: 100%;
}

}

/* モニター詳細 */
.tria_monitorlWrap {
  background: url("../images/bg_trial01.jpg") top center repeat;
  background-size: 100% auto;
}
.trial_monitor {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 15px 70px;
  box-sizing: border-box;
  color: #fff;
}
.trial_monitor .textaera {
	width: 800px;
	margin: 0 auto 0;
}
.trial_monitor .textaera p{
	text-align: left;
}
.trial_monitor .step {
	display: flex;
	justify-content: space-between;
	padding: 50px 0;
}
.trial_monitor .step .stepInr {
  width: 360px;
	background-color: #f2f2f2;
}
.plan_ttl {
	font-size: 20px;
	line-height: 1.4em;
	height: 60px;
	color: #fff;
	text-align: center;
	background-color: #b99d59;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.minittl {
	font-size: 70%;
	display: block;
	background: #fff;
	color: #ff0000;
	padding: 2px 5px;
	margin-right: 5px;
	font-weight: normal;
	border: 3px solid #ff0000;
	font-weight: bold;
}
.minittl .text140 {
	font-size: 140%;
}

.trial_monitor .step .stepInr .pict {
  margin: 20px ;
}
.box_monitor {
	padding: 10px 30px 10px;
	color: #000;
	text-align: left;
	font-size: 90%;
}
.monitor_price_area {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 10px 0 0 0;	
}
.list_monitor_price {
  overflow: hidden;
  width: 100%;
	font-size: 94%;    
}
.list_monitor_price dt {
	float: left;
	width: 100px;
}
.list_monitor_price dd {
	float: left;
	width: calc(100% - 100px);
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px dotted #ccc;
}
.list_monitor_price dd:last-child {
	border-bottom: none;	
}
.benefits {
	font-size: 19px;
	text-align: center;
	line-height: 2.4em;
	padding: 10px 0 25px;
	color: #333333;
	font-weight: bold;
}

.benefits .number {
	font-size: 65px;
	color: #b99d59;
}
.benefits .number_red {
	font-size: 65px;
	color: #ff0000;
}

.benefits .rate {
	font-size: 25px;
	color: #b99d59;
}
.benefits .rate_red {
	font-size: 25px;
	color: #ff0000;
}


@media(max-width:767px) {  
  .trialmonitorWrap {
  }
  .trial_monitor {
    padding: 40px 15px 40px;
  }
.trial_monitor .textaera {
	width: 100%;
	margin: 0 auto 20px;
}

  .trial_monitor .step {
    display: block;
    padding: 0 5px;
    box-sizing: border-box;
  }
  .trial_monitor .step .stepInr {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
  .trial_monitor .step .stepInr .pict {
    width: 100%;
    margin: 20px auto 20px;
  }
  .trial_monitor .step .stepInr .tit {
    margin-bottom: 20px;
  }
}
/* 洗髪サービス */
.shaｍpooWrap {
  background: #38608f;
  padding-top: 30px;
}
.shaｍpooWrap ttl {
	margin: 0 auto 0;	
} 
.shaｍpoo_bg_Wrap {
  background: url("../images/202105/bg_shampoo.jpg") center center no-repeat;
  background-size: 100% auto;
  padding: 30px;
}
.shampoo_txt_box {
	display: table;
  table-layout: fixed;	
	margin: 20px auto 30px;
	border: 1px dotted #38608f;
	padding: 30px;
	background-color: rgba(255,255,255,0.7) ;
	text-align: left;
}
.shaｍpoo_stepWrap {
  background: #fff;
  padding-top: 10px;
  margin-bottom: 20px;
}
.step_area {
    max-width: 800px;
    margin: 0 auto;
    padding: 10px 15px 30px;
    box-sizing: border-box;
}
.shampooBox01 {
	display: block;
	margin-bottom: 20px;
} 
.shampooBox01 .tit {
  margin-bottom: 20px;
  padding: 10px;
  background-color: #38608f;
  color: #fff;
}
.shampooBox01 .txt {
  margin-bottom: 20px;
  text-align: left;
}
.step_area .photoarea {
    float: left;
    width: 25%;
    margin-right: 30px;
}
.step_area .textarea {
	text-align: left;
}

@media(max-width:767px) {  
.shaｍpooWrap {
  padding: 30px 10px;
}
.shaｍpooWrap ttl {
	width: 100%;
}
.shaｍpoo_bg_Wrap {
  padding: 30px 10px 30px 10px;
}
.shaｍpoo_stepWrap {
  padding: 10px;
}
.step_area {
	width: 100%;
  padding: 10px 15px 10px;
}
.shampooBox01 .tit {
  margin-bottom: 20px;
}
.shampooBox01 .txt {
  margin-bottom: 20px;
}
.step_area .photoarea {
    width: 100%;
    margin-bottom: 10px;
}

}

/* 専門チームがご対応します */
.teamWrap {
  padding: 30px 0 50px;
  background: linear-gradient(#2c5ff3, #002798);
}
.teamWrapBg {
  background: url(../images/bg_omakase01.png) 50% 50% repeat-x;
  background-size: contain;
}
.team {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px 0;
  box-sizing: border-box;
}
.team .txt {
  margin: 20px 0 10px;
  color: #fff;
  font-weight: bold;
}
@media(max-width:767px) {
  .teamWrap {
    padding: 20px 0;
  }
  .team {
    width: auto;
  }
  .team .pict02 {
    width: 80%;
    margin: 0 auto;
  }
}

/* お問い合わせフォーム */
.contact {
  padding: 80px;
}
.contact h2 {
  margin-bottom: 60px;
  color: #002798;
  font-size: 2.2rem;
  font-weight: bold;
}
.contact .info {
  padding: 0 15px ;
    max-width: 690px;
    font-weight: bold;
}
.contact .info .line{
    border-radius: 10px;
    padding: 80px 20px 20px 20px;
    border: #00b800 solid 3px;
    margin: 0 0 20px 0;
    background: url(../images/icn_caution.png) no-repeat top 20px center;
    background-size: 49px;
}
.contact .info .mail{
    border-radius: 10px;
    padding: 20px;
    border: #002798 solid 3px;
    margin: 0 0 0 0;
}
.contact .info .web{
    border-radius: 10px;
    padding: 20px;
    border: #002798 solid 3px;
    margin: 0 0 0 0;
}

.contact .info .mail p {
    text-align: left;
}
.contact .info p{
    background: url(../images/arrow.png) no-repeat center  bottom;
    background-size: 35px;
    padding-bottom: 40px; 
}
.contact .info p span.red{
    color: crimson;
}
.contact .info .line .btn_line {
  display: inline-block;
  position: relative;
  margin: 5px 0;
  padding: 16px 40px 16px 20px;
  background: -webkit-linear-gradient(#00b800 5%, #198600 100%);
  background: -o-linear-gradient(#00b800 5%, #198600 100%);
  background: linear-gradient(#00b800 5%, #198600 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00b800', endColorstr='#198600', GradientType=0);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #198600;
  border-radius: 5px;
  box-sizing: border-box;
  cursor: pointer;
  color: #ffffff;
  font-size: 1.14rem;
  font-weight: bold;
  text-decoration: none;
    width: 100%;
}
.contact .info .line .btn_line img{
    width: 40px;
    vertical-align: middle;
    margin: 0 30px 0 0;
}
.contact .info .web .btn_web {
  display: inline-block;
  position: relative;
  margin: 5px 0;
  padding: 16px 40px 16px 20px;
  background: -webkit-linear-gradient(#3964e1 5%, #002798 100%);
  background: -o-linear-gradient(#3964e1 5%, #002798 100%);
  background: linear-gradient(#3964e1 5%, #002798 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#89da00', endColorstr='#56b000', GradientType=0);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #002798;
  border-radius: 5px;
  box-sizing: border-box;
  cursor: pointer;
  color: #ffffff;
  font-size: 1.14rem;
  font-weight: bold;
  text-decoration: none;
    width: 100%;
}
.contact .contactBox {
  padding: 0 15px;
  box-sizing: border-box;
  text-align: left;
}
.formTable {
  width: 670px;
  margin: 0px auto;
}
.formTable ul {
  padding: 0;
  margin: 20px 0px;
}
.formTable li {
  list-style: none;
}
.formTable li:nth-child(1) {
  font-weight: bold;
}
.contact .contactBox .hissu {
  margin-left: 10px;
  padding: 2px 10px;
  background-color: #d40021;
  color: #fff;
  font-size: 13px;
  border-radius: 5px;
  vertical-align: middle;
}
.contact .contactBox .nini {
  margin-left: 10px;
  padding: 2px 10px;
  background-color: #a6a8a9;
  color: #fff;
  font-size: 13px;
  border-radius: 5px;
  vertical-align: middle;
}
.formTable input[type="text"],
.formTable input[type="tel"],
.formTable textarea {
  width: 100%;
  padding: 5px;
  margin-top: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: solid 1px #999;
  box-sizing: border-box;
  height: 37px;
  font-size: 1.0rem;
  border-radius: 5px;
}
.formTable input.half {
  width: 50%;
}
.formTable select {
  padding: 5px;
  margin: 5px 5px 0 0;
  border: solid 1px #999;
  background-color: #fff;
  box-sizing: border-box;
  height: 37px;
  font-size: 1.0rem;
  border-radius: 5px;
}
.formTable input[type="radio"] {
  -webkit-appearance: normal!important;
  -moz-appearance: normal!important;
  appearance: normal!important;
}
.formTable textarea {
  height: 150px;
}
.formTable .formBtn {
  margin-top: 50px;
  text-align: center;
}
.formTable .formBtn button {
  display: inline-block;
  position: relative;
  width: 80%;
  margin: 0 auto;
  padding: 16px 40px 16px 20px;
  background: -webkit-linear-gradient(#89da00 5%, #56b000 100%);
  background: -o-linear-gradient(#89da00 5%, #56b000 100%);
  background: linear-gradient(#89da00 5%, #56b000 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#89da00', endColorstr='#56b000', GradientType=0);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #57b000;
  border-radius: 5px;
  box-sizing: border-box;
  cursor: pointer;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: none;
}
.formBox button:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

@media(max-width:767px) {
  .contact {
    padding: 60px 0;
  }
  .contact h2 {
    margin-bottom: 30px;
    font-size: 1.6rem;
  }
  .contact h2 img {
    width: 50%;
  }
.contact .info {
    text-align: left;
    font-size:2.9vw;
}
.contact .info .line{
    padding: 70px 10px 10px 10px;
    background: url(../images/icn_caution.png) no-repeat top 20px center;
    background-size: 35px;
}
.contact .info .mail{
    padding: 10px;
}
.contact .info p{
    background: url(../images/arrow.png) no-repeat center  bottom;
    background-size: 35px;
    padding-bottom: 40px; 
}
.contact .info .line .btn_line {
  font-size: 1rem;
    padding: 16px 10px 16px 10px;
    text-align: center;
}
  .contact .info .line .btn_line img{
    width: 25px;
    margin: 0 15px 0 0;
}
  .contact .contactBox {
    padding: 0 15px;
  }  
  .formTable {
    width: 100%;
  }  
  .formTable input[type="text"],
  .formTable input[type="tel"],
  .formTable textarea {
    font-size: 1rem;
  }
  .formTable input.half {
    width: 90%;
  }
  .formTable select {
    font-size: 1rem;
  }
  .formTable .formBtn {
    margin-top: 30px;
  }
  .formTable .formBtn button {
    width: 100%;
    font-size: 1.5rem;
  }
}

/* インフォメーション */
.infoWrap h2 {
  background-color: #002798;
  color: #fff;
  padding: 20px 15px 30px;
  box-sizing: border-box;
  font-size: 3.3rem;
  font-weight: bold;
}
.infoWrap h2 span {
  font-size: 1.8rem;
}
.info {
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 15px 150px;
  box-sizing: border-box;
}
.info .infoGreeting .txt {
  margin-bottom: 10px;
  color: #002798;
  font-size: 1.7rem;
  font-weight: bold;
}
.info .infoGreeting .pict {
  margin-top: 20px;
}
.info .infoClinicWrap {
  margin-top: 20px;
  padding: 20px;
  background-color: #f3f3f3;
  text-align: left;
}
.info .infoClinicWrap .infoClinic {
  float: left;
  width : 45% ; /* IE8以下とAndroid4.3以下用フォールバック */
  width : -webkit-calc(50% - 20px) ;
  width : calc(50% - 20px) ;
  margin-right: 20px;
}
.info .infoClinicWrap .infoClinic a {
  color: #002798;
  text-decoration: underline;
}
.info .infoClinicWrap .infoClinic a:hover {
  color: #003ae1;
  text-decoration: none;
}
.info .infoClinicWrap .infoClinic .name {
  font-weight: bold;
}
.info .infoClinicWrap .infoClinic dl.shousai {
  margin: 10px 0 20px;
  font-size: 0.8rem;
  line-height: 1.8;
}
.info .infoClinicWrap .infoClinic dl.shousai dt {
  clear: left;
  float: left;
  width: 9em;
}
.info .infoClinicWrap .infoClinic dl.shousai dt.tel {
  margin-top: 10px;
}
.info .infoClinicWrap .infoClinic dl.shousai dd {
  margin: 0 0 0 9em;
}
.info .infoClinicWrap .infoClinic dl.shousai dt:after {
  content: "：";
}
.info .infoClinicWrap .infoClinic .map {
  position: relative;
  padding-bottom: 50%; /* 縦横比 */
  height: 0;
  overflow: hidden;
}
.info .infoClinicWrap .infoClinic .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.info .infoClinicWrap .infoDoctor {
  float: right;
  width : 45% ; /* IE8以下とAndroid4.3以下用フォールバック */
  width : -webkit-calc(50% - 20px) ;
  width : calc(50% - 20px) ;
  margin-left: 20px;
}
.info .infoClinicWrap .infoDoctor .pict {
  float: left;
  margin-right: 10px;
}
.info .infoClinicWrap .infoDoctor .txt {
  overflow: hidden;
}
.info .infoClinicWrap .infoDoctor .txt .name {
  margin-bottom: 10px;
}
.info .infoClinicWrap .infoDoctor .txt .name span {
  margin-bottom: 20px;
  font-weight: bold;
}
.info .infoClinicWrap .infoDoctor .txt .history {
  font-size: 0.7rem;
  line-height: 1.8;
}

@media(max-width:767px) {
  .infoWrap h2 {
    padding: 10px 15px 20px;
    box-sizing: border-box;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .infoWrap h2 span {
    font-size: 1.1rem;
  }
  .info {
    width: auto;
    padding: 20px 15px 140px;
  }
  .info .infoGreeting .txt {
    font-size: 1.3rem;
  }
  .info .infoGreeting .txt02 {
    text-align: left;
  }
  .info .infoGreeting .pict {
    margin-top: 20px;
  }
  .info .infoClinicWrap {
    margin-top: 20px;
    padding: 15px;
  }
  .info .infoClinicWrap .infoClinic {
    float: none;
    width : 100% ;
    margin-right: 0;
  }
  .info .infoClinicWrap .infoClinic dl.shousai {
    margin: 10px 0 15px;
  }
  .info .infoClinicWrap .infoDoctor {
    float: none;
    width : 100%;
    margin-top: 20px;
    margin-left: 0;
  }
  .info .infoClinicWrap .infoDoctor .pict {
    width: 35%;
  }
  .info .infoClinicWrap .infoDoctor .txt .history {
    font-size: 0.8rem;
  }
}


/* その他 */
.footerBtn {
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px 0;
  background: #fff1c7;
  border-top: 2px solid #bfa555;
  text-align: center;
}
.footerBtnInr {
  width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
}
.footerBtn .soudanBtn {
  float: left;
}
.footerBtn .soudanBtn a {
  display: inline-block;
  position: relative;
  margin: 5px 0;
  padding: 16px 40px 16px 20px;
  background: -webkit-linear-gradient(#3964e1 5%, #002798 100%);
  background: -o-linear-gradient(#3964e1 5%, #002798 100%);
  background: linear-gradient(#3964e1 5%, #002798 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#3964e1', endColorstr='#002798', GradientType=0);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #002798;
  border-radius: 5px;
  box-sizing: border-box;
  cursor: pointer;
  color: #ffffff;
  font-size: 1.14rem;
  font-weight: bold;
  text-decoration: none;
}
.footerBtn .soudanBtn a.line {
  background: -webkit-linear-gradient(#00b800 5%, #198600 100%);
  background: -o-linear-gradient(#00b800 5%, #198600 100%);
  background: linear-gradient(#00b800 5%, #198600 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00b800', endColorstr='#198600', GradientType=0);
  border: 1px solid #198600;
}
.footerBtn .soudanBtn a.tel {
  background: -webkit-linear-gradient(#ffa824 5%, #ff7e00 100%);
  background: -o-linear-gradient(#ffa824 5%, #ff7e00 100%);
  background: linear-gradient(#ffa824 5%, #ff7e00 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffa824', endColorstr='#ff7e00', GradientType=0);
  border: 1px solid #ff7e00;
}
.footerBtn .soudanBtn a::after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 45%;
  top: -webkit-calc(50% - 5px);
  top: calc(50% - 5px);
  right: 20px;
  margin-top: -4px;
}
.footerBtn .navWrap {
 float: right;
}
.footerBtn .navWrap .navContact {
  float: left;
    margin-top: 5px;
}
.footerBtn .navWrap .navCvBtn {
  float: right;
}
.footerBtn .navWrap .navCvBtn a {
  display: inline-block;
  position: relative;
  margin: 5px 0 5px 20px;
  padding: 16px 40px 16px 20px;
  background: -webkit-linear-gradient(#3964e1 5%, #002798 100%);
  background: -o-linear-gradient(#3964e1 5%, #002798 100%);
  background: linear-gradient(#3964e1 5%, #002798 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#89da00', endColorstr='#56b000', GradientType=0);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #002798;
  border-radius: 5px;
  box-sizing: border-box;
  cursor: pointer;
  color: #ffffff;
  font-size: 1.14rem;
  font-weight: bold;
  text-decoration: none;
}
.footerBtn .navWrap .navCvBtn a.line {
  background: -webkit-linear-gradient(#00b800 5%, #198600 100%);
  background: -o-linear-gradient(#00b800 5%, #198600 100%);
  background: linear-gradient(#00b800 5%, #198600 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00b800', endColorstr='#198600', GradientType=0);
  border: 1px solid #198600;
}
.footerBtn .navWrap .navCvBtn a.tel {
  background: -webkit-linear-gradient(#ffa824 5%, #ff7e00 100%);
  background: -o-linear-gradient(#ffa824 5%, #ff7e00 100%);
  background: linear-gradient(#ffa824 5%, #ff7e00 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffa824', endColorstr='#ff7e00', GradientType=0);
  border: 1px solid #ff7e00;
}

.footerBtn .navWrap .navCvBtn a::after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 45%;
  top: -webkit-calc(50% - 5px);
  top: calc(50% - 5px);
  right: 20px;
  margin-top: -4px;
}
.totop {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 1000;
}
@media(max-width:1029px) {
  .footerBtn {
    padding: 20px 0;
  }
  .footerBtnInr {
    width: auto;
    padding: 0 15px;
  }
  .footerBtn .soudanBtn {
    width: 100%;
  }
  .footerBtn .soudanBtn p{
    display: inline;
  }
  .footerBtn .soudanBtn a {
    width: 30%;
    margin: 0 1%;
    padding: 12px 10px 12px 0;
    font-size: 0.65rem;
    letter-spacing: -0.02em;
  }
  .footerBtn .navWrap {
    _width: 65%;
      width: 30%;
    padding-top: 0;
  }
  .footerBtn .navWrap .navContact {
    display: none;
    float: none;
  }
  .footerBtn .navWrap .navCvBtn {
    float: none;
  }
  .footerBtn .navWrap .navCvBtn a {
    width: 100%;
    margin: 0;
    padding: 12px 10px 12px 0;
    font-size: 0.9rem;
  }
  .totop {
    position: fixed;
    bottom: 110px;
    right: 15px;
  }
  .totop img {
    width: 50px;
  }
}

@media(max-width:767px) {
  .footerBtn {
    padding: 10px 0;
  }
  .footerBtn .soudanBtn a::after {
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    top: 45%;
    top: -webkit-calc(50% - 3px);
    top: calc(50% - 3px);
    right: 10px;
    margin-top: -2px;
  }
  .footerBtn .navWrap .navCvBtn a::after {
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    top: 45%;
    top: -webkit-calc(50% - 3px);
    top: calc(50% - 3px);
    right: 10px;
    margin-top: -2px;
  }  
  .totop {
    position: fixed;
    bottom: 80px;
    right: 15px;
  }
  .totop img {
    width: 50px;
  }
}

/*追加*/
.formTable p.error{
	color: #FF3539;
	margin: 5px 0 0 0;
}
.formTable p.error:empty{
	display: none;
}
.formTable.comfirm li:nth-child(1){
	border-bottom:solid 1px #CCCCCC;
	padding-bottom:5px;
	margin-bottom: 5px;
	margin-top: 30px;
}
.formTable.comfirm li:nth-child(2){
	font-size: 1.3rem;
}
.formBox.thankyou{
	text-align: center;
	font-size: 1.3rem;
}
.formBox.thankyou h3{
	font-weight: bold;
	font-size: 2rem;
	margin: 0 0 20px;
}
.mt100{
	margin-top: 100px;
}
.smaller .pt15{
	padding-top: 15px;
}
.formTable .formBtn button.gray {
  position: relative;
  margin: 0 auto;
  padding: 16px 40px 16px 20px;
  background-color: #888888;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
	background: -webkit-linear-gradient(#888888 5%, #666666 100%);
  background: -o-linear-gradient(#888888 5%, #666666 100%);
  background: linear-gradient(#888888 5%, #666666 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#666666', GradientType=0);
	border: 1px solid #666666;
}
.formBox .confirm button{
	width:46%;
	margin: 0 1%;
}
@media(max-width:767px) {
	.mt100{
		margin: 0;
	}
	.smaller .pt15{
		padding-top: 0;
	}
	.formBox .confirm button{
		font-size: 1.1rem;
	}
	.formBox.thankyou h3{
		font-size: 1.2rem;
	}
	.formBox.thankyou p{
		font-size: 0.8rem;
	}
}

/*202301リニューアル追加*/
.top_contents {
	width: 100%;
	padding: 80px 0;
	text-align: left;
	font-size: 15px;
}
.top_contents.bg_black {
	background: #195f55;
}
.top_contents.bg_gray {
	background: url(../images/202301/back03.jpg) no-repeat;
	background-size: cover;
}
.top_contents.bg_gray2 {
	background: #e6e6e6;
}
.top_contents.bg_green{
	background: #195f55;
}
.top_contents.bg_blue{
	background: #a1c8ef;
}
.top_contents.bg_white {
	background: url(../images/202301/back02.svg) no-repeat;
	background-size: cover;
}
.top_contents.bg_gold {
	background: url(../images/202301/back02.svg) no-repeat;
	background-size: cover;
	background-color: #e3e0ca;
}
.top_contents.bg_pink {
	background: #f4d5da;
}
.top_contents.bg_brwn {
	background: #f7f3ea;
}
.contents_inner {
	margin: 0 0 60px;
}
.top_contents_ttl {
	margin: 0 0 50px;
	font-size: 4rem;
	font-weight: 900;
	text-align: center;
	color: #195f55;
}
.top_contents_ttl span {
	display: block;
	padding-top: 5px;
	color: #323232;
	font-size: 1.4rem;
	font-weight: 500;
}
.sp_only {
	display: none;
}
.cover {
	width: 100%;
	margin: 0 auto;
}
.wrap_1120 {
	width: 94%;
	max-width: 1120px;
	margin: 0 auto;
}
.wrap_1024 {
	width: 94%;
	max-width: 1024px;
	margin: 0 auto;
}
.wrap_960 {
	width: 94%;
	max-width: 960px;
	margin: 0 auto;
}
.wrap_800 {
	width: 94%;
	max-width: 800px;
	margin: 0 auto;
}
.wrap_750 {
	width: 94%;
	max-width: 750px;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.top_contents {
		padding: 40px 0;
	}
	.top_contents_ttl {
		margin: 0 0 30px;
		font-size: 4rem;
	}
	.top_contents_ttl span {
		font-size: 1.2rem;
	}
}

/*モニター*/
.top_monitor {
	width: 100%;
	max-width: 750px;
	padding: 15px;
	text-align: center;
	color: white;
	margin: 0 auto;
	background: rgb(146,128,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(146,128,0) 1%, rgb(138,95,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgb(146,128,0) 1%,rgb(138,95,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgb(146,128,0) 1%,rgb(138,95,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#928000', endColorstr='#8a5f00',GradientType=0 ); /* IE6-9 */
}
.top_monitor span {
	font-weight: bold;
	display: block;
	font-size: 1.8rem;
	margin-bottom: 10px;
}

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

.top_monitor_bnr a:hover {
	opacity: 0.7;
}
/*光る動き*/
.reflection{
	position:relative;
	overflow:hidden;
}
.reflection:after {
content:"";
height:100%;
width:30px;
position:absolute;
top:-180px;
left:0;
background-color: #fff;
opacity:0;
-webkit-transform: rotate(45deg);
-webkit-animation: reflection 3s ease-in-out infinite;
}
 
@keyframes reflection {
0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

.btn_line{
	margin: 30px 0 30px;
}
.btn_line a{
	background: #229138;
	color: #ffffff;
	display: block;
	width: 100%;
	max-width: 750px;
	padding: 15px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 0px;
	font-size: 130%;
	font-weight: bold;
	border-radius: 10px;
	text-decoration: none;
}
.btn_line a:hover {
	opacity: .85;
}
.btn_top{
	margin-bottom: -40px;
}
.btn_top a {
	display: block;
	width: 100%;
	max-width: 750px;
	padding: 15px;
	text-align: center;
	color: #195f55;
	margin: 0 auto;
	margin-bottom: 0;
	background: #ffffff;
	border: solid 2px #195f55;
	font-size: 130%;
	font-weight: bold;
	text-decoration: none;
}
.btn_top a:hover {
	opacity: .85;
}
.btn_top a span {
	font-weight: bold;
	display: block;
	font-size: 1.8rem;
	margin-bottom: 10px;
}
.btn_top a img{
	width:20px;
	vertical-align: middle;
}
@media screen and (max-width: 768px) {
	.top_monitor_bnr {
		width: 100%;
	}
	.btn_line{
		margin: 30px 0 30px;
	}
	.btn_top{
		margin-bottom: 10px;
	}
	.btn_top a {
		margin-bottom: 0;
	}
	.btn_top a span {
		font-size: 1.5rem;
	}
}