@charset "UTF-8";
/* =================================================


  共通＆リセット
  
  
================================================= */

.qw-block {
  max-width: 900px;
  margin:0 auto 30px;
}
.qw-block:after {
  content: "";
  display: block;
  clear: both;
}
.qw-block li{
  list-style:none;
}
/* tel番号iphone対策 */
a[href^="tel"]{
    color: inherit;
    text-decoration:none;
}
/*◆◆共通2ブロック◆◆*/
.eye-Wrap,
.eye2-Wrap,
.eye3-Wrap {
  clear: both;
  padding:0;
  box-sizing:border-box;
}
.eye-Wrap.Rside .imageIn,
.eye2-Wrap.Rside .imageIn,
.eye3-Wrap.Rside .imageIn{
  float: right;
}
.eye-Wrap.Lside .imageIn,
.eye2-Wrap.Lside .imageIn,
.eye3-Wrap.Lside .imageIn {
  float: left;
}
.eye-Wrap .imageIn img,
.eye2-Wrap .imageIn img,
.eye3-Wrap .imageIn img {
  display:block;
}
.eye-Wrap .text-Area,
.eye2-Wrap .text-Area,
.eye3-Wrap .text-Area{
  overflow: hidden;
}
.eye-Wrap .titleIn,
.eye2-Wrap .titleIn{
font-size: 18px;
line-height: 1.6;
margin-bottom: 5px;
}
/*◆◆共通リストBOX◆◆*/
.qwb-Wrap,
.qwb2-Wrap,
.qwb3-Wrap,
.qwb4-Wrap,
.qwb5-Wrap,
.qwb6-Wrap,
.qwb7-Wrap,
.qwb8-Wrap,
.qwbt-Wrap,
.qwbt2-Wrap,
.qwbac-Wrap {
  clear: both;
  box-sizing:border-box;
}
.qwb-list {
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  margin:0 16px;
}
.qwb-Inner .titleIn,
.qwb-Inner .titleIn2 {
  font-size: 16px;
  line-height:1.6;
  font-weight:bold;
}
.qwb-Inner .textIn {
  font-size:16px;
  line-height: 1.6;
}
.qwb-v4 .qwb-Inner .textIn,
.qwb-v5 .qwb-Inner .textIn {
  font-size:14px;
}
.qwb-v2 li:nth-child(n + 3),
.qwb-v3 li:nth-child(n + 4),
.qwb-v4 li:nth-child(n + 5),
.qwb-v5 li:nth-child(n + 6) {
  margin-top: 30px;
}
.qw-block .qwb-list.qwb-v2 li:nth-child(2n),
.qw-block .qwb-list.qwb-v3 li:nth-child(3n),
.qw-block .qwb-list.qwb-v4 li:nth-child(4n),
.qw-block .qwb-list.qwb-v5 li:nth-child(5n) {
  margin-right: 0;
}
@media screen and (min-width: 641px) and (max-width: 768px) {
.qwb-v4 li:nth-child(n + 4) {
  margin-top: 30px;
}
.qw-block .qwb-list.qwb-v4 li:nth-child(3n) {
  margin-right: 0;
} 
.qwb-v5 li:nth-child(n + 4) {
margin-top: 30px;
}
.qw-block .qwb-Wrap .qwb-v5 li:nth-child(3n),
.qw-block .qwb2-Wrap .qwb-v5 li:nth-child(3n),
.qw-block .qwb6-Wrap .qwb-v5 li:nth-child(3n) {
  margin-right: 0;
}
}
.qwb-list li img{
  display: block;
  width: 100%;
}
/*◆◆共通画像BOX◆◆*/
.pics-Wrap {
  clear: both;
  box-sizing: border-box;
}
.pics-Wrap .pics-list {
  letter-spacing: -.40em;
}
.pics-Wrap .pics-list li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
}
.pics-Wrap .pics-list li img {
  display: block;
  width: 100%;
}
/*◆◆共通テーブル◆◆*/
.table-Wrap table,
.table2-Wrap table,
.table3-Wrap table,
.table4-Wrap table,
.tableN-Wrap table {
  width: 100%;
}
.table-Wrap table th,
.table-Wrap table td,
.table2-Wrap table th,
.table2-Wrap table td,
.table3-Wrap table th,
.table3-Wrap table td,
.table4-Wrap table th,
.table4-Wrap table td,
.tableN-Wrap table th,
.tableN-Wrap table td {
  padding: 15px 20px;
  border: 1px solid #ffccff;
  text-align: left;
  vertical-align: top;
  background:#fff;
}
.table-Wrap table th,
.table2-Wrap table th,
.table3-Wrap table th,
.table4-Wrap table th,
.tableN-Wrap table th {
  width: 23%;
}
.table-Wrap table th span,
.table2-Wrap table th span,
.table3-Wrap table th span,
.table4-Wrap table th span,
.tableN-Wrap table th span {
  display: inline-block;
  font-weight: bold;
}
/*◆◆共通分割BOX◆◆*/
.divide-Wrap .di-frame {
  float:left;
  padding:0 10px;
  height:auto;
  box-sizing:border-box;
}
.divide-Wrap .di-frame.di-v1 {
  width:100%;
}
.divide-Wrap .di-frame.di-v2 {
  width:50%;
}
.divide-Wrap .di-frame.di-v3 {
  width:33.3%;
}

/*****************
 共通＆リセット
 スマホ用スタイル 
*****************/

@media screen and (max-width: 640px) {
.qw-block {
  margin:0 auto 30px;
  font-size: 16px;
  line-height: 1.8;
  padding:0;
}
/*◆◆共通2ブロック◆◆*/
.eye-Wrap .text-Area {
  overflow: visible;
}
.eye2-Wrap.Rside .imageIn,
.eye2-Wrap.Lside .imageIn,
.eye3-Wrap.Rside .imageIn,
.eye3-Wrap.Lside .imageIn {
  max-width: 100%;
  float: none;
  margin: 0;
}
/*◆◆共通リストBOX◆◆*/
.qwb-list {
  margin:0;
}
.qwb-v4 .qwb-Inner .textIn,
.qwb-v5 .qwb-Inner .textIn {
  font-size:16px;
}
.qw-block .qwb-Wrap .qwb-list.qwb-v5 li:nth-child(2n),
.qw-block .qwb2-Wrap .qwb-list.qwb-v5 li:nth-child(2n),
.qw-block .qwb6-Wrap .qwb-list li:nth-child(2n) {
  margin-right: 0;
}
.qw-block .qwb6-Wrap .qwb-v3 li:nth-child(3n),
.qw-block .qwb6-Wrap .qwb-v5 li:nth-child(5n) {
  margin-right: auto;
}
.qwb-list li img {
  width: auto;
}
.qwb3-Wrap .qwb-list li img {
  width: 100%;
}
/*◆◆共通テーブル◆◆*/
.table-Wrap table th,
.table-Wrap table td,
.table2-Wrap table th,
.table2-Wrap table td,
.table3-Wrap table th,
.table3-Wrap table td,
.table4-Wrap table th,
.table4-Wrap table td,
.tableN-Wrap table th,
.tableN-Wrap table td {
  display: block;
  width: auto;
  padding: 10px 15px;
}
.table-Wrap table th,
.table2-Wrap table th,
.table3-Wrap table th,
.table4-Wrap table th,
.tableN-Wrap table th {
  margin-top: 5px;
  border-bottom: 0;
}
.table-Wrap table td,
.table2-Wrap table td,
.table3-Wrap table td,
.table4-Wrap table td,
.tableN-Wrap table td {
  margin-top: -1px;
}
.table-Wrap table tr:last-child td,
.table2-Wrap table tr:last-child td,
.table3-Wrap table tr:last-child td,
.table4-Wrap table tr:last-child td,
.tableN-Wrap table tr:last-child td {
  margin-bottom:0;
}
/*◆◆共通分割BOX◆◆*/
.divide-Wrap .di-frame.di-v1,
.divide-Wrap .di-frame.di-v2,
.divide-Wrap .di-frame.di-v3 {
  width:100%;
  margin-bottom:20px;
}
}

/* =================================================


  Aパーツ 
  --文章のみ
  area-sentence
  
  
================================================= */

/*◆◆A001 A002 A003 A008 A011 A014◆◆*/
.area-sentence .qwm-Wrap {
  padding:0 13px;
  box-sizing:border-box;
}
.area-sentence .qwm-Wrap .text-Area {
  text-align: center;
  overflow: auto;
}
/*==A002==*/
.area-sentence .qwm-Wrap .qwm-frame {
  min-height: 60px;
  height:auto;
  margin-top:20px;
  padding-bottom:30px;
  line-height:2.5;
  border-bottom-right-radius: 2000px 300px;
  border-bottom-left-radius: 2000px 300px;
  background: -moz-linear-gradient(top,    rgba(0,0,0,0) 0%, rgba(0,0,0,0) 80%, rgba(0,0,0,0.07) 90%, rgba(0,0,0,0.2) 100% );
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 80%, rgba(0,0,0,0.07) 90%, rgba(0,0,0,0.2) 100% );
  background: linear-gradient(to bottom,   rgba(0,0,0,0) 0%, rgba(0,0,0,0) 80%, rgba(0,0,0,0.07) 90%, rgba(0,0,0,0.2) 100% );
}
/*==A003==*/
.area-sentence.A003 .qwm-Wrap .text-Area {
  margin-top:20px;
  line-height:2.5;
  text-align:center;
}
.area-sentence.A003 .qwm-Wrap .imageIn {
  display:block;
  width:auto;
  margin:40px 0 20px;
  padding:0;
  text-align:center;
}
.area-sentence.A003 .qwm-Wrap .imageIn li {
  display:inline;
  margin:0 10px;
}
.area-sentence.A003 .qwm-Wrap .imageIn img {
  vertical-align:middle;
}
/*==A008==*/
.area-sentence.A008 .qwm-Wrap .textIn {
  font-weight:bold;
  font-size: 16px;
  line-height: 1.6;
}
/*==A011==*/
.area-sentence.A011 .qwm-Wrap .text-Area {
  padding-bottom: 40px;
  background: url(img/bg_ttl_right.png) center bottom no-repeat;
}
.area-sentence.A011 .qwm-Wrap .titleIn {
  font-size: 30px;
  color: rgba(204,0,102,1);
  font-weight: normal;
  text-align: center;
  line-height: 1.6;
}	
.area-sentence.A011 .qwm-Wrap .textIn {
  margin-top: 20px;
}
/*==A014==*/
.area-sentence.A014 .qwm-Wrap .titleIn {
  margin-bottom: 12px;
  color: rgba(204,0,102,1);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
}	
.area-sentence.A014 .qwm-Wrap .textIn {
  font-size: 16px;
}
/*◆◆A004◆◆*/
.qw-block.area-sentence.A004 {
  margin:0 auto 10px;
}

/*◆◆共通2ブロック◆◆*/
/*==A005～A007==*/
.area-sentence .eye-Wrap .titleIn {
  font-weight:bold;
  color:rgba(204,0,102,1);
}

.area-sentence .eye-Wrap .nameIn {
  float:right;
  margin-top:10px;
}
/*==A012==*/
.area-sentence.A012 .eye-Wrap {
  border: 1px solid #555;
  padding: 50px;
  box-sizing: border-box;
  background: #fff;
  background: -moz-linear-gradient(bottom, rgba(100,100,100,0.1) 0%, rgba(100,100,100,0) 10%);
  background: -webkit-linear-gradient(bottom, rgba(100,100,100,0.1) 0%, rgba(100,100,100,0) 10%);
  background: linear-gradient(to bottom, rgba(100,100,100,0.1) 0%, rgba(100,100,100,0) 10%);
  text-align: center;
}
.area-sentence.A012 .eye-Wrap .titleIn {
    display: inline-block;
    border-bottom: 1px solid #666;
    padding-bottom: 5px;
	margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
	color: #666;
}
.area-sentence.A012 .eye-Wrap .textIn {
	text-align: left;
}
.area-sentence.A012 .eye-Wrap .textIn2 {
	text-align: left;
	margin-top: 20px;
}
/*==A013==*/
.area-sentence.A013 .eye-Wrap {
  padding: 20px;
  border: 4px solid #fae7e9;
  box-sizing: border-box;
  background: #fff;
  text-align: center;
}
.area-sentence.A013 .eye-Wrap .textIn {
	text-align: left;
}
/*◆◆A009◆◆*/
.area-sentence .grNews-Wrap {
  clear: both;
  box-sizing: border-box;
  background-color: #323232;
  padding: 20px;
  font-size: 14px;
}
.area-sentence .grNews-Wrap:after {
  content: "";
  display: block;
  clear: both;
}
.area-sentence .grNews-Wrap .gr-part,
.area-sentence .grNews-Wrap .news-part {
  width: 48.5%;
  font-size: 90%;
  border-spacing: 10px 0;
  color: #FFF;
}
.area-sentence .grNews-Wrap.Rside .gr-part,
.area-sentence .grNews-Wrap.Lside .news-part {
  float:left;
}
.area-sentence .grNews-Wrap.Lside .gr-part,
.area-sentence .grNews-Wrap.Rside .news-part {
  float:right;
}
.area-sentence .grNews-Wrap .gr-part h2,
.area-sentence .grNews-Wrap .news-part h2 {
  font-size: 150%;
  line-height: 1.5em;
  text-align: center;
  font-weight: normal;
  color: #FFF;
  background-image: url(./img/bg_slash_white.png);
  padding: 5px;
  margin-bottom: 10px;
}
.area-sentence .grNews-Wrap .news-part .news-area,
.area-sentence .grNews-Wrap .gr-part .textIn {
  height: 180px;
  overflow-y: scroll;
}
.area-sentence .grNews-Wrap .news-part table {
    width: 100%;
}
.area-sentence .grNews-Wrap .news-part th {
  text-align: left;
  width: 120px;
  white-space: nowrap;
  font-weight: normal;
  border-bottom: solid 1px #1E1E1E;
  padding: 5px;
  box-sizing: border-box;
}
.area-sentence .grNews-Wrap .news-part td {
  border-bottom: solid 1px #1E1E1E;
  box-sizing: border-box;
  padding: 0 5px;
}
/*◆◆A010◆◆*/
.area-sentence.A010 div.qwst-Wrap {
  text-align: right;
}

/*******************
  Aパーツ 
  --文章のみ
  スマホ用スタイル
********************/

@media screen and (max-width: 640px) {
/*◆◆A012◆◆*/
.area-sentence.A012 .eye-Wrap {
padding: 25px 10px;
}
.area-sentence.A012 .eye-Wrap .titleIn {
    font-size: 20px;
}
/*◆◆A001 A002 A003 A008 A011 A014◆◆*/
.area-sentence .qwm-Wrap {
  padding: 0;
}
/*==A002==*/
.area-sentence.A002 .qwm-Wrap .qwm-frame {
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 90%, rgba(0,0,0,0.07) 95%, rgba(0,0,0,0.2) 100% );
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 90%, rgba(0,0,0,0.07) 95%, rgba(0,0,0,0.2) 100% );
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 90%, rgba(0,0,0,0.07) 95%, rgba(0,0,0,0.2) 100% );
  margin-right:-10px;
  margin-left:-10px;
}
.area-sentence.A002 .qwm-Wrap .text-Area{
  padding-right:10px;
  padding-left:10px;
}
/*==A003==*/
.area-sentence.A003 .qwm-Wrap .imageIn li {
  margin:2px;
}
.area-sentence.A003 .qwm-Wrap .imageIn img{
  width:18px;
}
/*==A008==*/
.area-sentence.A008 .qwm-Wrap .textIn {
  font-size: 15px;
  text-align: left;
}
/*==A011==*/
.area-sentence.A011 .qwm-Wrap .text-Area {
    padding-bottom: 26px;
}
.area-sentence.A011 .qwm-Wrap .titleIn {
    margin-top: 0;
    font-size: 22px;
}
.area-sentence.A011 .qwm-Wrap .textIn {
    margin-top: 5px;
}
/*==A014==*/
.area-sentence.A014 .qwm-Wrap .text-Area {
	text-align: left;
}
.area-sentence.A014 .qwm-Wrap .titleIn {
    font-size: 19px;
}
/*◆◆A009◆◆*/
.area-sentence .grNews-Wrap {
    padding: 10px;
}
.area-sentence .grNews-Wrap .gr-part,
.area-sentence .grNews-Wrap .news-part {
  width: 100%;
  line-height: 1.8em;
}
.area-sentence .grNews-Wrap .news-part {
  margin-bottom: 20px;
}
.area-sentence .grNews-Wrap .gr-part .textIn {
  height: auto;
  overflow-y: visible;
}
/*◆◆A013◆◆*/
.area-sentence.A013 .eye-Wrap {
padding: 15px;
}
}

/* =================================================


  Bパーツ
  --文章と画像-1
  area-sentence-p
  
  
================================================= */

/*◆◆共通2ブロック◆◆*/
/*==B001～B014 B018～B020 B024 B026～B035 B036 B037 B038 B039 B040 B041 B042 B043 B044==*/
.area-sentence-p .eye-Wrap.Rside .imageIn {
  margin: 0 0 0 40px;
}
.area-sentence-p .eye-Wrap.Lside .imageIn {
  margin: 0 40px 0 0;
}
.area-sentence-p .eye-Wrap .imageIn img {
  margin-bottom: 10px;
}
.area-sentence-p .eye-Wrap .titleIn {
  font-weight:bold;
  color:rgba(204,0,102,1);
}
.area-sentence-p .eye-Wrap .nameIn {
  float:right;
  margin-top:10px;
}
/*B024*/
.area-sentence-p.B024 .eye-Wrap .titleIn {
  border-bottom: solid 1px rgba(204,0,102,1);
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.area-sentence-p.B024 .eye-Wrap .titleIn small{
  font-weight: normal;
  display:inline-block;
}
.area-sentence-p .eye-Wrap .nameIn {
  float:right;
  margin-top:10px;
}
/*B018 B032 B036*/
.area-sentence-p.B018 .eye-Wrap.Lside .imageIn,
.area-sentence-p.B032 .eye-Wrap.Lside .imageIn {
  max-width: 45%;
}
.area-sentence-p.B036 .eye-Wrap.Lside .imageIn {
  max-width: 52%;
}
.area-sentence-p.B018 .eye-Wrap.Lside .imageIn img,
.area-sentence-p.B032 .eye-Wrap.Lside .imageIn img,
.area-sentence-p.B036 .eye-Wrap.Lside .imageIn img {
  max-width: 100%;
}
/*B026*/
.area-sentence-p.B026 .bg-Wrap {
  display: table;
  overflow: hidden;
  width: 100%;
}
.area-sentence-p.B026 .titleIn {
  display: table-cell;
  width: 35%;
  padding: 20px;
  box-sizing: border-box;
  font-size: 20px;
  color: #fff;
  vertical-align: middle;
  font-weight: bold;
  line-height: 1.7;
  background: #cc4186;
}
.area-sentence-p.B026 .eye-Wrap {
  display: table-cell;
  background: #fff;
  width: 65%;
  padding: 20px;
  box-sizing: border-box;
}
.area-sentence-p.B026 .eye-Wrap .text-Area {
  overflow:visible;
}
.area-sentence-p.B026 .eye-Wrap.Lside .imageIn {
    margin: 0 30px 0 0;
}
/*B027*/
.area-sentence-p.B027 .eye-Wrap .titleIn {
  font-size: 20px;
  line-height: 1.4;
  font-weight: normal;
}
/*B028 B029 B030 B031*/
.qw-block.B028,
.qw-block.B029,
.qw-block.B030,
.qw-block.B031 {
  margin: 0 auto 50px;
}
.area-sentence-p.B028 .eye-Wrap.Lside .imageIn,
.area-sentence-p.B029 .eye-Wrap.Lside .imageIn,
.area-sentence-p.B030 .eye-Wrap.Lside .imageIn,
.area-sentence-p.B031 .eye-Wrap.Lside .imageIn {
  max-width: 47%;
}
.area-sentence-p.B028 .eye-Wrap.Lside .imageIn img,
.area-sentence-p.B029 .eye-Wrap.Lside .imageIn img,
.area-sentence-p.B030 .eye-Wrap.Lside .imageIn img,
.area-sentence-p.B031 .eye-Wrap.Lside .imageIn img {
  max-width: 100%;
}
.area-sentence-p.B030 .eye-Wrap.Lside .titleIn {
    font-size: 24px;
	font-weight: normal;
	margin: 0;
    color: #666;
}
.area-sentence-p.B030 .eye-Wrap.Lside .textIn,
.area-sentence-p.B030 .eye-Wrap.Lside .textIn2 {
    margin: 15px 0;
}
.area-sentence-p.B030 .eye-Wrap.Lside .telIn {
  font-size: 26px;
  line-height: 1.2;
  font-weight: bold;
  word-wrap: break-word;
  overflow-wrap: break-word;
  color: #333;
}
.area-sentence-p.B031 .eye-Wrap.Lside .textIn2 {
  background: #fae7e9;
  padding: 15px;
  margin-top: 15px;
}
/*B033*/
.area-sentence-p.B033 .eye-Wrap {
  background: #fff;
  padding: 30px 30px 25px;
  overflow: auto;
}
.area-sentence-p.B033 .eye-Wrap.Rside .imageIn {
    margin: 0 0 0 30px;
}
.area-sentence-p.B033  .eye-Wrap .text-Area {
    overflow: visible;
}
.area-sentence-p.B033 .eye-Wrap .titleIn {
  font-size: 25px;
  color: #cc0066;
  margin-bottom: 20px;
}
/*B037 B038*/
.area-sentence-p.B037 .eye-Wrap {
  background-color: #faf6f3;
  display: table;
}
.area-sentence-p.B038 .eye-Wrap {
  background-color: #f7f4f8;
  display: table;
}
.area-sentence-p.B037 .eye-Wrap .text-Area,
.area-sentence-p.B038 .eye-Wrap .text-Area {
    display: table-cell;
    width: 45%;
    vertical-align: middle;
    padding: 10px 5%;
}
.area-sentence-p.B037 .eye-Wrap .titleIn,
.area-sentence-p.B038 .eye-Wrap .titleIn {
  font-size: 28px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.4;
}
.area-sentence-p.B037 .eye-Wrap .titleIn2,
.area-sentence-p.B038 .eye-Wrap .titleIn2 {
  font-size: 15px;
  line-height: 1.2;
  font-style: italic;
}
.area-sentence-p.B037 .eye-Wrap.Rside .imageIn,
.area-sentence-p.B038 .eye-Wrap.Rside .imageIn {
  display: table-cell;
  width: 50%;
  position: relative;
  margin: 0;
  float: none;
}
.area-sentence-p.B037 .eye-Wrap .imageIn:after,
.area-sentence-p.B038 .eye-Wrap .imageIn:after {
  content: "";
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  width: 30%;
  height: 100%;
}
.area-sentence-p.B037 .eye-Wrap .imageIn:after {
  background: #faf6f3;
  background: -moz-linear-gradient(right, #faf6f3 0%, transparent 72%);
  background: -webkit-linear-gradient(right, #faf6f3 0%, transparent 72%);
  background: linear-gradient(to right, #faf6f3 0%, transparent 72%);
}
.area-sentence-p.B038 .eye-Wrap .imageIn:after {
  background: #f7f4f8;
  background: -moz-linear-gradient(right, #f7f4f8 0%, transparent 50%);
  background: -webkit-linear-gradient(right, #f7f4f8 0%, transparent 50%);
  background: linear-gradient(to right, #f7f4f8 0%, transparent 50%);
}
.area-sentence-p.B037 .eye-Wrap.Rside img,
.area-sentence-p.B038 .eye-Wrap.Rside img {
  width: 100%;
  margin-bottom: 0;
}
/*B039*/
.area-sentence-p.B039 .eye-Wrap .nameIn {
  font-weight: bold;
  text-align: right;
  float: none;
}
.area-sentence-p.B039 .eye-Wrap .nameIn2 {
  font-size: 125%;
  font-weight: bold;
  text-align: right;
}
/*B040*/
.area-sentence-p.B040 .eye-Wrap .textIn {
  font-size: 18px;
}
/*B041*/
.area-sentence-p.B041 .bg-Wrap {
  padding: 20px 30px;
  background: #fae7e9;
  border-radius: 5px;
  overflow: hidden;
}
.area-sentence-p.B041 .title-Area {
  position: relative;
}
.area-sentence-p.B041 .titleIn {
  color: #3f2909;
  margin-bottom: 23px;
  margin-left: 30px;
  padding: 15px 10px 5px 48px;
  font-size: 24px;
  line-height: 1.4;
  font-weight: normal;
  border-bottom: 3px dotted rgba(204, 0, 102, 0.3);
}
.area-sentence-p.B041 .title-Area .imageIn {
  position: absolute;
  bottom: -4px;
  left:0;
}
.area-sentence-p.B041 .eye-Wrap {
  padding: 0 4%;
}
.area-sentence-p.B041 .eye-Wrap .text-Area {
  overflow: visible;
}
/*B043*/
.area-sentence-p.B043 .eye-Wrap .titleIn {
	font-size: 20px;
    font-weight: 500;
	margin-bottom: 12px;
}
/*==B019==*/
.area-sentence-p .eye2-Wrap .eye-frame {
  display: block;
  padding: 30px 30px 20px;
  margin-bottom: 30px;
  overflow: auto;
  background: #fff;
  border: solid 1px rgb(232, 232, 232);
  box-sizing: border-box;
}
.area-sentence-p .eye2-Wrap.Lside .imageIn {
  margin: 0 30px 0 0;
}
.area-sentence-p .eye2-Wrap .imageIn img {
  margin: 0 auto 20px;
}
.area-sentence-p .eye2-Wrap .text-Area {
  width: auto;
  overflow: hidden;
}
.area-sentence-p .eye2-Wrap .text-Area p.titleIn {
  font-weight: bold;
  padding: 2px 0 0;
  margin-bottom: 10px;
}
.area-sentence-p .eye2-Wrap .text-Area p.titleIn:first-child {
  margin-top:0;
}
.area-sentence-p .eye2-Wrap .text-Area p.dateIn {
  background: #0b84e1;
  padding: 0px 5px;
  display: block;
  float: left;
  color: #fff;
  margin-right: 10px;
}
.area-sentence-p .eye2-Wrap .text-Area p.textIn {
  background-image: linear-gradient( rgba(0,0,0,.1) .1em, transparent .1em );
  background-size: auto 2em;
  text-align: justify;
}
.area-sentence-p .eye2-Wrap .eye-frame p.textIn {
  line-height:2;
}
/*◆◆B016 B017◆◆*/
.area-sentence-p .grNews-Wrap {
  clear: both;
  box-sizing:border-box;
}
.area-sentence-p .grNews-Wrap:after {
  content: "";
  display: block;
  clear: both;
}
.area-sentence-p .grNews-Wrap .gr-part,
.area-sentence-p .grNews-Wrap .news-part {
  width: 48%;
}
.area-sentence-p .grNews-Wrap.Rside .gr-part,
.area-sentence-p .grNews-Wrap.Lside .news-part {
  float:left;
}
.area-sentence-p .grNews-Wrap.Lside .gr-part,
.area-sentence-p .grNews-Wrap.Rside .news-part {
  float:right;
}
.area-sentence-p .grNews-Wrap .gr-part h2,
.area-sentence-p .grNews-Wrap .news-part h2 {
  margin-bottom: 15px;
  padding-top: 13px;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.6;
  color: #cc0066;
  letter-spacing: 1px;
}
.area-sentence-p .grNews-Wrap .imageIn {
  float: left;
  margin-right: 20px;
}
.area-sentence-p .grNews-Wrap .news-part li {
  padding: 10px 0;
  border-bottom: 1px solid #e6e6e6;
}
.area-sentence-p .grNews-Wrap .news-part li:first-child {
  padding: 0 0 10px;
}
.area-sentence-p .grNews-Wrap .news-part li:last-child {
  border-bottom: none;
}
.area-sentence-p .grNews-Wrap .news-part li:after {
  content: "";
  display: block;
  clear: both;
}
.area-sentence-p .grNews-Wrap .news-part li .dateIn{
  font-size:16px;
  font-weight:bold;
  color:#777;
}
.area-sentence-p .grNews-Wrap .news-part li .textIn {
  overflow: hidden;
}
.area-sentence-p .grNews-Wrap .nameIn {
  float:right;
}
/*◆◆B015◆◆*/
.area-sentence-p .eye-Wrap .textInwide,
.area-sentence-p .eye-Wrap .imageInwide {
  padding:0px 0 20px;
  box-sizing:border-box;
}
.area-sentence-p .eye-Wrap .textInwide {
  overflow: auto;
}
.area-sentence-p .eye-Wrap .imageInwide img {
  width:100%;
}
/*◆◆B022 B023◆◆*/
.qw-block.area-sentence-p.B022,
.qw-block.area-sentence-p.B023 {
  margin:0 auto 80px;
}

.area-sentence-p.B022 .imageIn {
  float:left;
  width:45%;
  height:auto;
}
.area-sentence-p.B023 .imageIn {
  float:right;
  width:45%;
  height:auto;
}
.area-sentence-p.B022 .imageIn img,
.area-sentence-p.B023 .imageIn img {
  max-width:100%;	
}
.area-sentence-p .table4-Wrap {
  width:53%;
}
.area-sentence-p.B022 .table4-Wrap {
  float:right;
}
.area-sentence-p.B023 .table4-Wrap {
  float:left;
}
.area-sentence-p .table4-Wrap .titleIn {
  font-size: 120%;
  line-height: 1.5em;
  font-weight: bold;
  margin-bottom: 20px;
  text-align:left;
}
article .article-body .area-sentence-p .table4-Wrap p.titleIn + table{
  margin-top: 0;
}
.area-sentence-p .table4-Wrap table th {
  width: 22%;
  padding: 15px 10px;
  word-break: break-all;
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-color: #999;
  background: none;
}
.area-sentence-p .table4-Wrap table td {
  padding: 15px 10px;
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-color: #999;
  background: none;
}
@media screen and (min-width: 641px) and (max-width: 768px) {
.area-sentence-p.B022 .imageIn,
.area-sentence-p.B023 .imageIn {
  margin: 20px;
  float: none;
  width: auto;
  text-align: center;
}
.area-sentence-p .table4-Wrap {
  width:100%;
}
}

/*******************
  Bパーツ
  --文章と画像-1
  スマホ用スタイル 
********************/

@media screen and (max-width: 640px) {
/*◆◆共通2ブロック◆◆*/
/*==B001～B014 B018～B020 B024 B026～B035 B036 B037 B038 B039 B040 B041 B042 B043 B044==*/
.area-sentence-p .eye-Wrap.Lside .imageIn,
.area-sentence-p.B026 .eye-Wrap.Lside .imageIn {
  margin: 0 20px 5px 0;
  max-width: 40%;
}
.area-sentence-p .eye-Wrap.Rside .imageIn {
  margin: 0 0 5px 20px;
  max-width: 40%;
}
/*B019*/
.area-sentence-p .eye2-Wrap .eye-frame {
  padding: 20px;
}
.area-sentence-p .eye2-Wrap .text-Area p.dateIn {
  float: none;
  display: inline-block;
  margin-bottom: 5px;
}
.area-sentence-p .eye2-Wrap .text-Area p.titleIn {
  margin-bottom: 10px;
}
/*B026*/
.area-sentence-p.B026 {
  margin-left: -10px;
  margin-right: -10px;
}
.area-sentence-p.B026 .bg-Wrap {
  display: block;
}
.area-sentence-p.B026 .titleIn {
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 18px;
}
.area-sentence-p.B026 .eye-Wrap {
  display: block;
  width: 100%;
  padding: 20px;
  overflow: auto;
}
/*B027*/
.area-sentence-p.B027 .eye-Wrap.Lside .imageIn {
  margin: 0 0 10px;
  max-width: 100%;
  float: none;
}
.area-sentence-p.B027 .eye-Wrap.Lside .imageIn img {
  margin: 0 auto;
}
/*B028 B029 B030 B031 B036*/
.area-sentence-p.B028 .eye-Wrap.Lside .imageIn,
.area-sentence-p.B029 .eye-Wrap.Lside .imageIn,
.area-sentence-p.B030 .eye-Wrap.Lside .imageIn,
.area-sentence-p.B031 .eye-Wrap.Lside .imageIn,
.area-sentence-p.B036 .eye-Wrap.Lside .imageIn {
  max-width: none;
  float:none;
  margin: 0;
}
.area-sentence-p.B028 .eye-Wrap.Lside .imageIn img,
.area-sentence-p.B029 .eye-Wrap.Lside .imageIn img,
.area-sentence-p.B030 .eye-Wrap.Lside .imageIn img,
.area-sentence-p.B031 .eye-Wrap.Lside .imageIn img,
.area-sentence-p.B036 .eye-Wrap.Lside .imageIn img {
  margin: 0 auto 15px;
}
.area-sentence-p.B030 .eye-Wrap.Lside .textIn,
.area-sentence-p.B030 .eye-Wrap.Lside .textIn2 {
    margin: 10px 0;
}
.area-sentence-p.B030 .eye-Wrap.Lside .textIn2 {
  font-size: 14px;
}
.area-sentence-p.B030 .eye-Wrap.Lside .telIn {
  font-size: 24px;
}
/*B035*/
.area-sentence-p.B035 .eye-Wrap.Lside .imageIn {
    margin: 0 0 10px 0;
    max-width: none;
	float: none;
	text-align: center;
}
.area-sentence-p.B035 .eye-Wrap.Lside .imageIn img {
display: inline-block;
}
/*B032*/
.area-sentence-p.B032 .eye-Wrap.Lside .imageIn {
  float: none;
  max-width: none;
  margin: 0 0 5px;
}
.area-sentence-p.B032 .eye-Wrap.Lside .imageIn img{
  width: auto;
  margin: 0 auto 15px;
}
/*B033*/
.area-sentence-p.B033 .eye-Wrap {
    padding: 15px 15px 10px;
}
.area-sentence-p.B033 .eye-Wrap .titleIn {
    font-size: 20px;
	margin-bottom: 10px;
}
/*B037 B038*/
.area-sentence-p.B037 .eye-Wrap,
.area-sentence-p.B038 .eye-Wrap {
    display: block;
}
.area-sentence-p.B037 .eye-Wrap .text-Area,
.area-sentence-p.B038 .eye-Wrap .text-Area {
    display: block;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}
.area-sentence-p.B037 .eye-Wrap .titleIn,
.area-sentence-p.B038 .eye-Wrap .titleIn {
  font-size: 21px;
}
.area-sentence-p.B037 .eye-Wrap .titleIn2,
.area-sentence-p.B038 .eye-Wrap .titleIn2 {
  font-size: 15px;
  margin-bottom: 0;
}
.area-sentence-p.B037 .eye-Wrap.Rside .imageIn,
.area-sentence-p.B038 .eye-Wrap.Rside .imageIn {
  display: block;
  width: 100%;
  max-width: none;
}
.area-sentence-p.B037 .eye-Wrap .imageIn:after,
.area-sentence-p.B038 .eye-Wrap .imageIn:after {
  position: static;
}
.area-sentence-p.B037 .eye-Wrap.Rside .imageIn img,
.area-sentence-p.B038 .eye-Wrap.Rside .imageIn img {
  width: 100%;
  margin: 0 auto;
}
/*B039*/
.area-sentence-p.B039 .eye-Wrap.Lside .imageIn {
  max-width: 100%;
  float: none;
  text-align: center;
  margin: 0 0 10px;
}
.area-sentence-p.B039 .eye-Wrap.Lside .imageIn img {
  display: inline-block;
}
.area-sentence-p.B039 .eye-Wrap .nameIn2 {
  font-size: 110%;
}
/*B040*/
.area-sentence-p.B040 .eye-Wrap .textIn {
font-size: 16px;
}
/*B041*/
.area-sentence-p.B041 .bg-Wrap {
  padding: 10px 5px 15px;
}
.area-sentence-p.B041 .titleIn {
  margin-bottom: 15px;
  margin-left: 23px;
  padding: 10px 0 5px 28px;
  font-size: 18px;
}
.area-sentence-p.B041 .title-Area .imageIn {
  bottom: -4px;
  left: 0px;
}
.area-sentence-p.B041 .title-Area .imageIn img {
  width: 65%;
}
.area-sentence-p.B041 .eye-Wrap {
  padding: 0 10px;
}
.area-sentence-p.B041 .eye-Wrap .imageIn {
    max-width: 35%;
}
/*B043*/
.area-sentence-p.B043 .eye-Wrap .titleIn {
	font-size: 19px;
}
/*◆◆B016 B017◆◆*/
.area-sentence-p .grNews-Wrap .gr-part,
.area-sentence-p .grNews-Wrap .news-part {
  width: 100%;
}
/*◆◆B022 B023◆◆*/
.qw-block.area-sentence-p.B022,
.qw-block.area-sentence-p.B023 {
  margin: 0 auto 30px;
}
.area-sentence-p.B022 .imageIn,
.area-sentence-p.B023 .imageIn {
  margin: 20px;
  float: none;
  width: auto;
  text-align: center;
}
.area-sentence-p .table4-Wrap {
  width:100%;
}
.area-sentence-p .table4-Wrap table th {
  width: auto;
  padding: 5px;
  font-size: 110%;
}
.area-sentence-p .table4-Wrap .titleIn {
  font-size: 110%;
  margin-bottom: 10px;
}
}

/* =================================================


  Cパーツ
  --文章と画像-2
  area-sentence-p2
  
  
================================================= */

/*◆◆共通2ブロック◆◆*/
/*==C001～C004 C008 C009 C010 C011 C013==*/
.area-sentence-p2 .eye-Wrap.Rside .imageIn {
  margin: 0 0 0 40px;
}
.area-sentence-p2 .eye-Wrap.Lside .imageIn {
  margin: 0 40px 0 0;
}
.area-sentence-p2 .eye-Wrap .imageIn img {
  margin-bottom: 10px;
}
.area-sentence-p2 .eye-Wrap .titleIn {
  font-weight:bold;
  color:rgba(204,0,102,1);
}
.area-sentence-p2 .eye-Wrap .nameIn {
  float:right;
  margin-top:10px;
}
/*C001～C004 C011*/
.area-sentence-p2 .eye-Wrap .grPics {
  float:left;
  width:100%;
}
.area-sentence-p2 .eye-Wrap .grPics .clmn3 li img {
  float:left;
  margin-right:0.3%;
  width:33%;
}
.area-sentence-p2 .eye-Wrap .grPics .clmn4 li img {
  float:left;
  margin-right:0.2%;
  width:24.8%;
}
.area-sentence-p2.C001 .eye-Wrap .text-Area .textIn,
.area-sentence-p2.C002 .eye-Wrap .text-Area .textIn,
.area-sentence-p2.C003 .eye-Wrap .text-Area .textIn,
.area-sentence-p2.C004 .eye-Wrap .text-Area .textIn {
	margin-bottom: 10px;
}
.area-sentence-p2.C011 .eye-Wrap .Area-Wrap {
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
}
.area-sentence-p2.C011 .eye-Wrap.Rside .imageIn {
    float: none;
}
.area-sentence-p2.C011 .eye-Wrap .grPics .clmn3 li img {
    margin-right: 0;
}
.area-sentence-p2.C011 .eye-Wrap .imageIn img {
    margin-bottom: 40px;
}
.area-sentence-p2.C011 .eye-Wrap .text-Area .textIn {
	margin-bottom: 40px;
}
.area-sentence-p2.C011 .eye-Wrap .text-Area {
    flex: 1;
}
/*C010*/
.qw-block.C010 {
  margin: 0 auto 60px;
}
.area-sentence-p2.C010 .eye-Wrap.Rside .imageIn {
  width: 47%;
}
.area-sentence-p2.C010 .eye-Wrap.Rside .imageIn img {
  width: 100%;
  max-width: 400px;
}
.area-sentence-p2.C010 .eye-Wrap .titleIn {
  font-size: 26px;
  font-weight:normal;
  margin-bottom: 15px;
  color: #666;
}
.area-sentence-p2.C010 .eye-Wrap .textIn {
  padding: 0 5px;
}
.area-sentence-p2.C010 .eye-Wrap .titleIn3 {
  display: block;
  font-size: 18px;
  font-weight:normal;
}
.area-sentence-p2.C010 .eye-Wrap .grPics ul.clmn3 {
  letter-spacing: -.40em;
}
.area-sentence-p2.C010 .eye-Wrap .grPics .clmn3 li {
  display: inline-block;
  margin-right: 0.5%;
  width: 32.8%;
  letter-spacing: normal;
  vertical-align: top;
}
.area-sentence-p2.C010 .eye-Wrap .grPics .clmn3 li img {
  float:none;
  margin:0;
  width: auto;
  max-width: 100%;
}
.area-sentence-p2.C010 .eye-Wrap .titleIn2 {
  font-weight:bold;
}
.area-sentence-p2.C010 .table2-Wrap table th,
.area-sentence-p2.C010 .table2-Wrap table td {
  border: none;
  padding: 2px 5px;
  background: none;
}
.area-sentence-p2.C010 .table2-Wrap table th {
  width: 20%;
  min-width: 68px;
  background: none;
}
.area-sentence-p2.C010 .table2-Wrap table th span {
  font-weight: normal;
}
article .article-body .area-sentence-p2.C010 p + table,
.area-sentence-p2.C010 p + table {
  margin-top: 0;
  margin-bottom: 10px;
}
.area-sentence-p2.C010 .eye-Wrap .grPics {
    margin-top: 30px;
}
.area-sentence-p2.C010 .eye-Wrap .grPics .titleIn {
  font-size: 20px;
}
.area-sentence-p2.C010 .eye-Wrap .grPics .titleIn4  {
  font-size: 14px;
}
/*C008*/
.area-sentence-p2.C008 .eye-Wrap.Lside .imageIn {
  max-width: 580px;
  margin: 0 50px 0 0;
}
@media screen and (min-width: 641px) and (max-width: 1020px) {
.area-sentence-p2.C008 .eye-Wrap.Lside .imageIn {
  width: 60%;
  margin-right: 20px;
}
}
.area-sentence-p2.C008 .eye-Wrap.Lside .imageIn img {
  max-width: 100%;
}
.area-sentence-p2 .qwb3-Wrap .qwb-list li {
  box-sizing: border-box;
}
.area-sentence-p2 .qwb3-Wrap .qwb-v3 li {
  width: 31.42%;
  margin-right: 2.87%;
}
.area-sentence-p2.C008 .eye-Wrap .text-Area  {
  overflow: visible;
}
.area-sentence-p2 .qwb3-Wrap .qwb-v3 {
  margin: 0;
  padding-top: 20px;
}
/*==C009==*/
.area-sentence-p2 .eye3-Wrap .eye-frame {
  padding: 30px;
  background: #fff;
  border: solid 1px rgb(232, 232, 232);
  box-sizing: border-box;
}
.area-sentence-p2 .eye3-Wrap .imageIn {
  width: 50%;
  max-width:280px;
  padding-left: 40px;
  box-sizing: border-box;
}
.area-sentence-p2 .eye3-Wrap .imageIn ul {
margin-bottom: 0;
}
.area-sentence-p2 .eye3-Wrap .imageIn img {
  max-width: 100%;
  margin-bottom: 10px;
}
.area-sentence-p2 .eye3-Wrap .text-Area {
  overflow: visible;
}
.area-sentence-p2 .eye3-Wrap .text-Area p {
  margin-bottom: 5px;
}
.area-sentence-p2 .eye3-Wrap .text-Area p.titleIn {
  width: 100%;
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
}
.area-sentence-p2 .eye3-Wrap .text-Area p.captionIn {
  background: #0b84e1;
  padding: 3px 6px 2px;
  display: inline-block;
  color: white;
  font-size: 14px;
  font-weight: bold;
  margin-right: 20px;
  margin-bottom: 0;
  max-width: 45%;
  box-sizing: border-box;
  word-break: break-all;
  overflow-wrap: break-word;
}
.area-sentence-p2 .eye3-Wrap .text-Area p.dateIn {
  font-weight: bold;
  margin-bottom: 10px;
  display:inline-block;
}
/*C013*/
.area-sentence-p2.C013 .eye-Wrap {
  background-color: #fbf9f0;
  display: -ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  -webkit-flex-flow:row-reverse;
  -ms-flex-flow:row-reverse;
  flex-flow:row-reverse;
}
.area-sentence-p2.C013 .eye-Wrap:nth-child(2) {
  background-color: #faf6f3;
}
.area-sentence-p2.C013 .eye-Wrap:nth-child(3) {
  background-color: #f7f4f8;
}
.area-sentence-p2.C013 .eye-Wrap .text-Area {
    width: 45%;
    box-sizing: border-box;
    padding: 20px 0 20px 20px;
}
.area-sentence-p2.C013 .eye-Wrap .titleIn {
  font-size: 26px;
  margin-bottom: 0;
  font-weight: 400;
}
.area-sentence-p2.C013 .eye-Wrap .titleIn2 {
  font-size: 15px;
  line-height: 1.2;
  font-style: italic;
  margin-bottom: 25px;
}
/*.area-sentence-p2.C013 .eye-Wrap:nth-child(2) .titleIn2 { 
  color: #c8946f;
}
.area-sentence-p2.C013 .eye-Wrap:nth-child(3) .titleIn2 { 
  color: #af88bc;
}*/
.area-sentence-p2.C013 .eye-Wrap .textIn {
  margin-bottom: 15px;
}
.area-sentence-p2.C013 .eye-Wrap.Rside .imageIn {
    width: 55%;
    position: relative;
    margin: 0;
	float: none;
}
.area-sentence-p2.C013 .eye-Wrap .imageIn:after {
  content: "";
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  width: 30%;
  height: 100%;
  background: #fbf9f0;
  background: -moz-linear-gradient(right, #fbf9f0 0%, transparent 72%);
  background: -webkit-linear-gradient(right, #fbf9f0 0%, transparent 72%);
  background: linear-gradient(to right, #fbf9f0 0%, transparent 72%);
}
.area-sentence-p2.C013 .eye-Wrap:nth-child(2) .imageIn:after {
  background: #faf6f3;
  background: -moz-linear-gradient(right, #faf6f3 0%, transparent 72%);
  background: -webkit-linear-gradient(right, #faf6f3 0%, transparent 72%);
  background: linear-gradient(to right, #faf6f3 0%, transparent 72%);
}
.area-sentence-p2.C013 .eye-Wrap:nth-child(3) .imageIn:after {
  background: #f7f4f8;
  background: -moz-linear-gradient(right, #f7f4f8 0%, transparent 72%);
  background: -webkit-linear-gradient(right, #f7f4f8 0%, transparent 72%);
  background: linear-gradient(to right, #f7f4f8 0%, transparent 72%);
}
.area-sentence-p2.C013 .eye-Wrap.Rside .imageIn img {
    width: 100%;
    margin-bottom: 0;
}
.area-sentence-p2.C013 .eye-Wrap.Rside .btn-textIn {
  color: #bca748;
  border: 1px solid #bca748;
  display: inline-block;
  padding: 5px 10px;
  min-width: 94px;
  text-align: center;
  text-decoration: none;
}
.area-sentence-p2.C013 .eye-Wrap:nth-child(2) .btn-textIn {
  color: #c8946f;
  border-color: #c8946f;
}
.area-sentence-p2.C013 .eye-Wrap:nth-child(3) .btn-textIn {
  color: #af88bc;
  border-color: #af88bc;
}
.area-sentence-p2.C013 .eye-Wrap.Rside .btn-textIn:hover {
  color: #fff;
  background-color: #bca748;
}
.area-sentence-p2.C013 .eye-Wrap:nth-child(2) .btn-textIn:hover {
  background-color: #c8946f;
}
.area-sentence-p2.C013 .eye-Wrap:nth-child(3) .btn-textIn:hover {
  background-color: #af88bc;
}
/*◆◆C005～C007◆◆*/
.area-sentence-p2 .qwm-Wrap {
  padding:0 13px;
  box-sizing:border-box;
}
.area-sentence-p2 .qwm-Wrap .text-Area {
  text-align: center;
  overflow: auto;
}
/*==画像==*/
.area-sentence-p2 .qwm-Wrap .imageIn {
  display:block;
  width:auto;
  margin:40px 0 0;
  padding:0;
  text-align:center;
  letter-spacing: -.40em;
}
.area-sentence-p2.C007 .qwm-Wrap .imageIn {
  margin:40px 0 20px;
}
.area-sentence-p2 .qwm-Wrap .imageIn li {
  display:inline-block;
  margin:0 10px 20px;
  letter-spacing: normal;
}
.area-sentence-p2 .qwm-Wrap .imageIn li img {
  max-width: 80px;
}
/*==C007==*/
.area-sentence-p2 .qwm-Wrap .qwm-frame {
  min-height: 60px;
  height:auto;
  margin-top:20px;
  padding-bottom:30px;
  line-height:2.5;
  border-bottom-right-radius: 2000px 300px;
  border-bottom-left-radius: 2000px 300px;
}
.area-sentence-p2.C007 .qwm-Wrap .qwm-frame {
  background: -moz-linear-gradient(top,    rgba(0,0,0,0) 0%, rgba(0,0,0,0) 90%, rgba(0,0,0,0.07) 95%, rgba(0,0,0,0.2) 100% );
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 90%, rgba(0,0,0,0.07) 95%, rgba(0,0,0,0.2) 100% );
  background: linear-gradient(to bottom,   rgba(0,0,0,0) 0%, rgba(0,0,0,0) 90%, rgba(0,0,0,0.07) 95%, rgba(0,0,0,0.2) 100% );
}
/*◆◆共通画像BOX◆◆*/
/*==C012==*/
.area-sentence-p2.C012 .pics-Wrap .pics-list.pics-v2 li {
  position: relative;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
  width: 49%;
  max-width: 449px;
  margin: 0 2% 0 0;
  padding: 0;
  text-align:left;
  word-break: break-all;
}
.area-sentence-p2.C012 .pics-Wrap .pics-list.pics-v2 li:nth-child(2n) {
  padding: 0;
  margin: 0;
}
.area-sentence-p2.C012 .pics-Wrap .pics-list img {
  margin-bottom: 8px;
}
.area-sentence-p2.C012 .pics-Wrap .pics-list .text-Area {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translate(0, -50%);
  z-index: 20;
  text-align: center;
}
.area-sentence-p2.C012 .pics-Wrap .pics-list .textIn {
  width: 52%;
  font-weight: bold;
  margin: 0 auto 15px;
  padding: 12px 10px;
  border: 2px solid white;
  color: white;
  font-size: 24px;
  letter-spacing: .1em;
  line-height: 1.2;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.7);
}
.area-sentence-p2.C012 .pics-Wrap .pics-list .btn-textIn {
  display: inline-block;
  padding: 5px 20px;
  background: #cc0066;
  background: -moz-linear-gradient(top, #cc0066 0%, #cc4186 100%);
  background: -webkit-linear-gradient(top, #cc0066 0%, #cc4186 100%);
  background: linear-gradient(to bottom, #cc0066 0%, #cc4186 100%);
  border-radius: 3px;
  color: white;
  font-size: 14px;
  text-decoration: none;
  transition: background-color 0.3s ease-in-out;
  box-sizing: border-box;
  max-width: 58%;
  min-width: 80px;
  line-height: 1.4;
}
.area-sentence-p2.C012 .pics-Wrap .pics-list .btn-textIn:hover {
  position: relative;
  top: 1px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

/*******************
  Cパーツ
  --文章と画像-2
  スマホ用スタイル
********************/

@media screen and (max-width: 640px) {
/*◆◆共通2ブロック◆◆*/
/*==C001～C004 C008 C009 C010 C011 C013==*/
.area-sentence-p2 .eye-Wrap.Lside .imageIn {
  margin: 0 20px 5px 0;
  max-width: 40%;
}
.area-sentence-p2 .eye-Wrap.Rside .imageIn {
  margin: 0 0 5px 20px;
  max-width: 40%;
}
/*C001～C004 C011*/
.area-sentence-p2.C001 .eye-Wrap .text-Area .titleIn small,
.area-sentence-p2.C002 .eye-Wrap .text-Area .titleIn small,
.area-sentence-p2.C003 .eye-Wrap .text-Area .titleIn small,
.area-sentence-p2.C004 .eye-Wrap .text-Area .titleIn small{
display: block;
}
.area-sentence-p2.C011 .eye-Wrap .Area-Wrap {
  display: block;
}
.area-sentence-p2.C011 .eye-Wrap .text-Area .textIn {
    margin-bottom: 20px;
}
.area-sentence-p2.C011 .eye-Wrap.Rside .imageIn {
  margin: 0;
  max-width: 100%;
  float: none;
}
.area-sentence-p2.C011 .eye-Wrap .imageIn img {
  margin: 0 auto 20px;
}
.area-sentence-p2.C011 .eye-Wrap .grPics .clmn3 li img {
    float: none;
    width: auto;
    margin: 0 auto;
    display: block;
}
/*C008*/
.area-sentence-p2 .qwb3-Wrap .qwb-v3 {
  margin: 20px 0 0 -3%;
  padding-top:0;
}	
.area-sentence-p2 .qwb3-Wrap .qwb-v3 li {
  width: 46.5%;
  margin: 0 0 10px 3%;
}
.area-sentence-p2.C008 .eye-Wrap.Lside .imageIn{
  width: 100%;
  margin-bottom: 20px;
}
/*C009*/
.area-sentence-p2 .eye3-Wrap .eye-frame {
  padding: 20px;
}
.area-sentence-p2 .eye3-Wrap .imageIn {
  width: 100%;
  max-width: none;
  padding-left: 0;
  box-sizing: border-box;
}
.area-sentence-p2 .eye3-Wrap .imageIn img {
  margin: 0 auto 20px;
}
.area-sentence-p2 .eye3-Wrap .text-Area {
  overflow: visible;
}
.area-sentence-p2 .eye3-Wrap .text-Area img {
  display: block;
  width: 50%;
}
.area-sentence-p2 .eye3-Wrap .text-Area p.captionIn {
  max-width: 100%;
  margin-right: 0;
}
.area-sentence-p2 .eye3-Wrap .text-Area p.dateIn {
  padding: 5px 0;
  margin-bottom: 5px;
}
/*C010*/
.qw-block.C010 {
  margin: 0 auto 40px;
}
.area-sentence-p2.C010 .eye-Wrap.Rside .imageIn {
    width: auto;
    float: none;
    max-width: none;
    margin: 0;
}
.area-sentence-p2.C010 .eye-Wrap.Rside .imageIn img {
    margin: 0 auto 20px;
}
.area-sentence-p2.C010 .table2-Wrap table th {
    width: auto;
}
.area-sentence-p2.C010 .eye-Wrap .grPics .clmn3 li {
    margin-right: 4%;
    width: 48%;
}
.area-sentence-p2.C010 .eye-Wrap .grPics .clmn3 li:nth-child(even) {
    margin-right: 0;
}
.area-sentence-p2.C010 .eye-Wrap .grPics .titleIn {
  font-size: 18px;
}
.area-sentence-p2.C010 .eye-Wrap .grPics .titleIn4 {
  font-size: 12px;
}
/*C013*/
.area-sentence-p2.C013 .eye-Wrap {
    display: block;
    margin-bottom: 30px;
}
.area-sentence-p2.C013 .eye-Wrap .text-Area {
    width: 100%;
    padding: 10px;
}
.area-sentence-p2.C013 .eye-Wrap .titleIn {
  font-size: 19px;
}
.area-sentence-p2.C013 .eye-Wrap .titleIn2 {
  font-size: 14px;
  margin-bottom: 12px;
}
.area-sentence-p2.C013 .eye-Wrap .textIn {
}
.area-sentence-p2.C013 .eye-Wrap.Rside .imageIn {
    width: auto;
    max-width: none;
    margin: 0;
}
.area-sentence-p2.C013 .eye-Wrap .imageIn:after {
  position: static;
}
.area-sentence-p2.C013 .eye-Wrap.Rside .imageIn img {
  margin: 0 auto 15px;
}
.area-sentence-p2.C013 .eye-Wrap.Rside .btn-textIn {
  display: block;
  width: fit-content;
  margin: 0 auto;
}
/*◆◆C005～C007◆◆*/
.area-sentence-p2 .qwm-Wrap {
  padding: 0;
}
.area-sentence-p2 .qwm-Wrap .imageIn {
  margin: 10px 0 0;
}
/*==C007==*/
.area-sentence-p2.C007 .qwm-Wrap .imageIn {
  margin: 10px 0 20px;
}
.area-sentence-p2.C007 .qwm-Wrap .qwm-frame {
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 94%, rgba(0,0,0,0.07) 97%, rgba(0,0,0,0.2) 100% );
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 94%, rgba(0,0,0,0.07) 97%, rgba(0,0,0,0.2) 100% );
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 94%, rgba(0,0,0,0.07) 97%, rgba(0,0,0,0.2) 100% );
  margin-right:-10px;
  margin-left:-10px;
}
.area-sentence-p2.C007 .qwm-Wrap .text-Area {
  padding-right:10px;
  padding-left:10px;
}
/*◆◆共通画像BOX◆◆*/
/*==C012==*/
.area-sentence-p2.C012 .pics-Wrap .pics-list.pics-v2 li {
  display: block;
  width: auto;
  margin: 0 auto;
  padding: 0;
}
.area-sentence-p2.C012 .pics-Wrap .pics-list.pics-v2 li:nth-child(2n) {
  margin: 0 auto;
}
.area-sentence-p2.C012 .pics-Wrap .pics-list img {
  margin-bottom: 15px;
}
.area-sentence-p2.C012 .pics-Wrap .pics-list .textIn {
  font-size: 20px;
}
}

/* =================================================


  Dパーツ 
  --折りたたみ文章
  area-pulldown
  
  
================================================= */
/*◆◆共通リストBOX◆◆*/
/*==D001～D007==*/
/*+++BOX外枠+++*/
.area-pulldown .qwb-list{
  display: block;
}
.area-pulldown .qwb-list li{
  display: inline-block;
  vertical-align: top;
  background:#fff;
  border:solid 1px rgb(232, 232, 232);
  box-sizing: border-box;
}
.area-pulldown .qwb-v1 li {
  width:100%;
  margin-bottom:20px;
}
.area-pulldown .qwb-v2 li{
  width: 48%;
  margin-right: 3%;
}
.area-pulldown .qwb-v3 li{
  width: 31%;
  margin-right: 2.6%;
}
/*D007*/
.area-pulldown .qwbac-Wrap.Lside .qwb-v1 li img {
  position: relative;
  float: left;
  margin: 0 20px 10px 0;
  width: auto;
  z-index: 2;
}
/*+++BOX内部+++*/
.area-pulldown .qwb-list li .qwb-Inner {
  padding: 16px 16px 6px;
}
.area-pulldown .qwb-list .text-Area {
  position: relative;
}
.area-pulldown .qwb-list .titleIn {
  color: rgba(204,0,102,1);
  border-bottom:dotted 1px #aaa;
  margin-bottom: 10px;
}
.area-pulldown .qwbac-Wrap .textIn {
  margin-bottom: 1em;
}
/*+++固定共通部分+++*/
.grad-btn {
  z-index: 2;
  position: absolute;
  cursor: pointer;
  transition: .2s ease;
}
.grad-item {
  position: relative;
  overflow: hidden;
}
.grad-item-blur {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 130px;
  background:#fff;
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 90% );
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 90% );
}
.grad-trigger{
  display: none;
}
.grad-trigger:checked ~ .grad-item {
  height: auto;
  min-height: 200px;
}
.area-pulldown.D007 .grad-trigger:checked ~ .grad-item {
  height: auto;
  min-height: 222px;
  overflow: visible;
}
.grad-trigger:checked ~ .grad-item .grad-item-blur {
  display: none;
}
.area-pulldown .grad-btn {
  bottom: -5px;
  right: 5px;
  text-align: right;
  padding: 5px 0;
  /*color: #09F;*/
  width: 90px;
}
.area-pulldown .grad-item {
  height: 200px; /*隠した状態の高さ*/
  padding-bottom: 10px;
}
.area-pulldown.D007 .grad-item {
    height: 222px;
}
.area-pulldown .grad-item::before{
  height: 70px; /*隠す高さ*/
}
.area-pulldown .grad-trigger ~ .grad-btn:before {
  content: "続きを読む";
}
.area-pulldown .grad-trigger:checked ~ .grad-btn:before {
  content: "閉じる";
  color: #09F;
}

/*******************
  Dパーツ  
  --折りたたみ文章
  スマホ用スタイル
********************/

@media screen and (max-width: 640px) {
/*◆◆共通リストBOX◆◆*/
/*==D001～D004==*/
.area-pulldown .qwb-v2 li,
.area-pulldown .qwb-v3 li{
  width: 100%;
  margin: 0 0 20px 0;
}
/*==D007==*/
.area-pulldown.D007 .grad-item {
    height: 145px;
}
.area-pulldown.D007 .grad-trigger:checked ~ .grad-item {
    min-height: 145px;
}
.area-pulldown .qwbac-Wrap.Lside .qwb-v1 li img {
  margin: 0 auto 10px;
  max-width: 100%;
  float:none;
}
}

/* =================================================


  Eパーツ 
  --画像のみ
  area-pics
  
  
================================================= */

/*◆◆共通リストBOX◆◆*/
/*==E001 E002 E006==*/
.area-pics .qwb3-Wrap .qwb-list {
  margin:0 16px;
}
.area-pics .qwb3-Wrap .qwb-list li {
  box-sizing: border-box;
}
.area-pics .qwb3-Wrap .qwb-v2 li {
  width: 48.56%;
  margin-right: 2.88%;
}
.area-pics .qwb3-Wrap .qwb-v3 li {
  width: 31.42%;
  margin-right: 2.87%;
}
/*◆◆共通画像BOX◆◆*/
/*==E003==*/
.area-pics .pics-Wrap .pics-list li {
  margin:0;
  padding:0;
  text-align:center;
}
.area-pics.E003 .pics-Wrap .pics-list li {
  width: 25%;
}
.area-pics .pics-Wrap .pics-list img {
  margin:0;
}
/*==E004 E005==*/
.area-pics .pics-Wrap .pics-list li {
  margin:0;
  padding:0;
  text-align:center;
}
.area-pics.E004 .pics-Wrap .pics-list li {
  width: 50%;
}
.area-pics.E005 .pics-Wrap .pics-list li {
  width: 33.33%;
}
.area-pics .pics-Wrap .pics-list img {
  margin:0;
}

/*◆◆E007 E008◆◆*/
.area-pics .pics-Wrap .imageInwide {
  padding:0px;
  box-sizing:border-box;
}
.area-pics .pics-Wrap .textInwide {
  overflow: auto;
}
.area-pics .pics-Wrap .imageInwide img {
  width:100%;
}
.area-pics.E008 .pics-Wrap .imageInwide img {
  max-width: 780px;
}
.area-pics.E008 .pics-Wrap .imageInwide {
  text-align: center;
}

/*******************
  Eパーツ 
  --画像のみ
  スマホ用スタイル
********************/

@media screen and (max-width: 640px) {
/*◆◆共通リストBOX◆◆*/
/*==E001 E002 E006==*/
.area-pics .qwb3-Wrap .qwb-list {
  margin:0;
}
.area-pics .qwb3-Wrap .qwb-list li {
  width: 100%;
  margin: 0 0 20px 0;
}
/*◆◆共通画像BOX◆◆*/
/*==E003==*/
.area-pics.E003 .pics-Wrap .pics-list li {
  width: 33.3%;
}
/*==E005==*/
.area-pics.E005 {
  margin-left: -10px;
  margin-right: -10px;
}
}

/* =================================================


 Fパーツ
  --見出し
  block-caption
  
  
================================================= */

/*◆◆共通◆◆*/
.qw-block.block-caption {
  margin:0 auto 10px;
}
.block-caption p {
  font-weight: normal;
  font-size: 22px;
  line-height: 1.4;
}
.qwb-title26 p {
  font-size: 16px;
}
.qwb-title28 p {
  font-size: 17px;
}
.qwb-title7 p,
.qwb-title8 p,
.qwb-title9 p,
.qwb-title14 p,
.qwb-title19 p,
.qwb-title25 p,
.qwb-title27 p {
  font-size: 24px;
  line-height: 1.4;
}
.qwb-title24 p {
  font-size: 30px;
}
.qwb-title22 p {
  font-size: 34px;
}
.qwb-title4 p,
.qwb-title9 p,
.qwb-title11 p,
.qwb-title12 p,
.qwb-title13 p,
.qwb-title15 p,
.qwb-title16 p,
.qwb-title19 p,
.qwb-title22 p,
.qwb-title24 p {
  font-weight: bold;
}
.qwb-title29 p {
 font-weight: 500;
}
.qwb-title1 p,
.qwb-title2 p,
.qwb-title3 p,
.qwb-title5 p,
.qwb-title7 p,
.qwb-title8 p,
.qwb-title13 p,
.qwb-title17 p,
.qwb-title18 p,
.qwb-title19 p,
.qwb-title22 p {
  color: #cc0066;
}
.qwb-title4 p,
.qwb-title6 p,
.qwb-title6 .qw-ruby,
.qwb-title28 p {
  color: white;
}
/*◆◆F001◆◆*/
.qwb-title1 p {
  position: relative;
  padding: 13px 0 0 10px;
  letter-spacing: 1px;
}
.qwb-title1 p:before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  width: 4px;
  height:8px;
  background: #cc0066;
}
/*◆◆F002◆◆*/
.qwb-title2 p {
  padding: 10px 20px 5px 0;
  border-bottom: 2px solid #fcf;
}
.qwb-title2 p:before {
  padding: 20px 10px 10px 35px;
  content: "";
  background: url('img/title-bg1.png') no-repeat left bottom;
  border-left: none;
}
/*◆◆F003◆◆*/
.qwb-title3 p {
  padding: 10px 20px 10px 0;
  padding-bottom: 5px;
  border-bottom: 2px solid #fcf;
}
/*◆◆F004◆◆*/
.qwb-title4 p {
  padding: 8px 10px 5px 15px;
  background: -moz-linear-gradient(left,rgba(204,0,102,1) 0%, rgba(204,0,102,0.3) 50%, rgba(204,0,102,0.1) 100% );
  background: -webkit-linear-gradient(left,rgba(204,0,102,1) 0%, rgba(204,0,102,0.3) 50%, rgba(204,0,102,0.1) 100% );
  background: linear-gradient(to right,rgba(204,0,102,1) 0%, rgba(204,0,102,0.3) 50%, rgba(204,0,102,0.1) 100% );
  box-sizing:border-box;
}
/*◆◆F005◆◆*/
.qwb-title5 p {
  position: relative;
  padding: 13px 0 0 16px;
  letter-spacing: 1px;
  border-bottom: 2px solid rgba(204,0,102,0.7);
  box-sizing:border-box;
}
.qwb-title5 p:before {
  content: "";
  position: absolute;
  top: 25px;
  left: 0;
  width: 4px;
  height:18px;
  background: rgba(204,0,102,0.5);
}
/*◆◆F006◆◆*/
.qwb-title6 {
  background: #cc0066;
}
.qwb-title6 p {
  padding: 10px 20px 0;
}
.qwb-title6 p.qw-ruby {
  font-size: 12px;
  padding: 0px 20px 10px;
}
/*◆◆F007◆◆*/
.qwb-title7 p {
  position: relative;
  padding: 15px 0 10px;
  text-align: center;
}
.qwb-title7 p:before,
.qwb-title7 p:after {
  content: "";
  position: absolute;
  left: 45%;
  width: 38%;
  margin-left: -14%;
  border-top: 1px solid #cc0066;
}
.qwb-title7 p:before {
  top: 0;
}
.qwb-title7 p:after {
  bottom: 0;
}
/*◆◆F008◆◆*/
.qwb-title8 {
  clear: both;
  padding: 0 13px;
  box-sizing: border-box;
}
.qwb-title8 .lines-on-sides {
  font-weight: normal;
  font-family: 'IM Fell Great Primer', serif;
  color:#cc0066;
  letter-spacing: 0.1em;
  margin: 10px auto;	
  display: flex;
  align-items: center;
  text-align: center; /* for no-flexbox browsers */
  width: 60%;
}
.qwb-title8 .lines-on-sides:before,
.qwb-title8 .lines-on-sides:after {
  border-top: 1px solid;
  content: "";
  display: inline; /* for IE */
  flex-grow: 1;
}
.qwb-title8 .lines-on-sides:before {
  margin-right: 0.5em;
}
.qwb-title8 .lines-on-sides:after {
  margin-left: 0.5em;
}
/*◆◆F009◆◆*/
.qwb-title9 {
  text-align: center;
}
.qwb-title9 p:before,
.qwb-title9 p:after {
  content: "";
  display: inline-block;
  width: 84px;
  height: 31px;
  padding-right: 23px;
}
.qwb-title9 p:before {
  background: url('img/bg_ttl_01_l.png') no-repeat left center;
}
.qwb-title9 p:after {
  background: url('img/bg_ttl_01_r.png') no-repeat right center;
}
/*◆◆F010◆◆*/
.qwb-title10 {
  text-align: center;
}
/*◆◆F011◆◆*/
.qwb-title11 {
  text-align: center;
}
/*◆◆F012◆◆*/
.qwb-title12 {
  border-left: none;
  padding-left: 0;
}
.qwb-title12 p {
  display: inline;
}
.qwb-title12 .itemNumber {
  display: inline-block;
  font-size: 18px;
  padding: 0 10px;
  background: #0b84e1;
  color: white;
  text-align: center;
  font-weight: normal;
  vertical-align: top;
  line-height: 1.5;
}
/*◆◆F013◆◆*/
.qwb-title13 {
  margin-bottom: 20px;
  border-bottom: 3px solid rgba(204,0,102,0.3);
}
.qwb-title13 p{
  display: inline-block;
  margin-bottom: -3px;
  padding: 0 0 5px;
  border-bottom: 3px solid rgba(204,0,102,0.7);
}
/*◆◆F014◆◆*/
.qwb-title14 p {
  padding: 0 0 15px;
  border-bottom: 3px solid #cc0066;
  font-weight: bold;
  letter-spacing: 5px;
  color: #cc0066;
}
/*◆◆F015◆◆*/
.qwb-title15 {
  text-align: center;
  background-image: url('img/bg_slash_beige.png');
  padding: 10px;
}
/*◆◆F016◆◆*/
.qwb-title16 {
    position: relative;
    text-align:center;
	padding-bottom: 30px;
}
.qwb-title16 .imageIn {
    padding-bottom: 28px;
	max-width: 100%;
}
.qwb-title16 .imageIn img {
	width: 100%;
}
.qwb-title16 p {
    position: relative;
    margin-bottom: 20px;
}
.qwb-title16 p:after {
    content: "";
    display: block;
    width: 300px;
    height: 1px;
    background-color: #7c6823;
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -150px;
}
/*◆◆F017◆◆*/
.qwb-title17 {
  clear: both;
  padding: 0;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.qwb-title17:after {
    content: "";
    position: absolute;
    background: #cc0066;
    top: 50%;
    bottom: 50%;
    width: 9999px;
    height: 1px;
    margin-left: 10px;
}
.qwb-title17 p{
    position: relative;
    display: inline-block;
}
/*◆◆F018◆◆*/
.qwb-title18 p {
  position: relative;
  /*letter-spacing: 1px;*/
}
.qwb-title18 .text-Area .textIn {
  display:inline;
}
.qwb-title18 .text-Area .textIn2 {
  display:inline;
}
/*◆◆F019◆◆*/
.qwb-title19 p {
}
/*◆◆F020◆◆*/
.qwb-title20 p {
  padding: 10px 20px 10px 0;
  padding-bottom: 5px;
  border-bottom: 1px dotted #ccc;
}
/*◆◆F021◆◆*/
.qwb-title21 p {
  position: relative;
  /*letter-spacing: 1px;*/
}

.qwb-title21 .text-Area .textIn {
  display:inline;
  color: #cc0066;
}
.qwb-title21 .text-Area .textIn2 {
  display:inline;
}
/*◆◆F022◆◆*/
.qwb-title22 {
  text-align: center;
}
.qwb-title22 p {
  letter-spacing: 0.05em;
  display: inline-block;
  text-align: center;
  border-bottom: 5px solid #cc0066;
  font-family: YuMincho, "Yu Mincho", 游明朝体, "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}
/*◆◆F023◆◆*/
.qwb-title23 .text-Area {
  padding: 14px 10px;
  background: #fff;
  background: -moz-linear-gradient(top, #fff 0%, #f5f5f5 100%);
  background: -webkit-linear-gradient(top, #fff 0%, #f5f5f5 100%);
  background: linear-gradient(to bottom, #fff 0%, #f5f5f5 100%);
  border: 1px solid #ccc;
  box-sizing:border-box;
}
.qwb-title23 .text-Area .textIn {
  color: #cc0066;
  font-size: 95%;
  margin-top: 4px;
}
.qwb-title23 .text-Area .textIn,
.qwb-title23 .text-Area .textIn2 {
  display: inline;
  vertical-align: middle;
}
/*◆◆F024◆◆*/
.qwb-title24 {
  text-align: center;
}
.qwb-title24 p:before,
.qwb-title24 p:after {
  content: "";
  display: inline-block;
  background-position: 0 0;
  background-repeat: no-repeat;
  vertical-align: 5px;
  width: 50px;
  height: 10px;
  background-size: 50px;
}
.qwb-title24 p:before {
  background: url('img/bg_ttl_left.png') no-repeat left center;
  margin-right: 16px;
}
.qwb-title24 p:after {
  background: url('img/bg_ttl_right.png') no-repeat right center;
  margin-left: 16px;
}
/*◆◆F025◆◆*/
.qwb-title25 {
  text-align: center;
}
.qwb-title25 p {
  letter-spacing: 0.05em;
  display: inline-block;
  text-align: center;
  border-bottom: 1px solid #666;
}
/*◆◆F026◆◆*/
.qwb-title26 .text-Area .textIn {
  display:inline;
  color: #cc4186;
}
.qwb-title26 .text-Area .textIn2 {
  display:inline;
}
/*◆◆F027◆◆*/
.qwb-title27 {
  position: relative;
}
.qwb-title27 p {
  padding: 10px 20px 5px 20px;
  margin-left: 52px;
  border-bottom: 3px dotted #cc0066;
  position: relative;
}
.qwb-title27 .imageIn {
  position: absolute;
  bottom: -8px;
  left:0;
}
/*◆◆F028◆◆*/
.qwb-title28 p {
  padding: 5px 10px;
  background: #cc0066;
  text-align: center;
  border-radius: 30px;
}

/*◆◆F029◆◆*/
.qwb-title29 {
  text-align:center;
}
.qwb-title29 p {
  position: relative;
  padding-bottom: 15px;
}
.qwb-title29 p:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 130px;
  height: 3px;
  margin-left: -65px;
  background: #000;
}

/*******************
  Fパーツ
  --見出し
  スマホ用スタイル 
********************/

@media screen and (max-width: 640px) {
.qwb-title7 p,
.qwb-title8 p,
.qwb-title9 p,
.qwb-title28 p,
.qwb-title29 p {
  font-size: 20px;
}
.qwb-title24 p,
.qwb-title25 p,
.qwb-title27 p {
  font-size: 22px;
}
/*◆◆F001◆◆*/
.qwb-title1 p {
  margin-bottom: 15px;
}
/*◆◆F004◆◆*/
.qwb-title4 p {
  padding: 8px 10px 7px;
}
/*◆◆F006◆◆*/
.qwb-title6 {
  margin-bottom: 10px;
}
.qwb-title6 p {
  padding: 8px 10px 0;
}
.qwb-title6 p.qw-ruby {
  font-size: 12px;
  padding: 0px 10px 8px;
}
/*◆◆F007◆◆*/
.qwb-title7 p {
  padding: 12px 0 10px;
}
.qwb-title7 p:before,
.qwb-title7 p:after {
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
/*◆◆F008◆◆*/
.qwb-title8 .lines-on-sides {
  width: 80%;
}
/*◆◆F009◆◆*/
.qwb-title9 p:before,
.qwb-title9 p:after{
  width: 30px;
  background-size: 100%;
}
.qwb-title9 p:before {
  background-position: left 10px;
}
.qwb-title9 p:after {
  background-position: right 10px;
}
/*◆◆F016◆◆*/
.qwb-title16 {
    padding-top: 0;
    padding-bottom: 0;
}
.qwb-title16 .imageIn {
  display:none;
}
.qwb-title16 p {
    padding-bottom: 10px;
    border-bottom: 1px solid #c6b9a5;
    margin-bottom: 0;
}	
.qwb-title16 p:after {
  display:none;
}
/*◆◆F024◆◆*/
.qwb-title24 p:before {
  margin-right: 10px;
}
.qwb-title24 p:after {
  margin-left: 10px;
}
/*◆◆F027◆◆*/
.qwb-title27 p {
  padding: 0px 0 2px 8px;
  margin-left: 32px;
}
.qwb-title27 .imageIn {
 bottom: -4px;
 left: 0px;
}
.qwb-title27 .imageIn img {
 width: 65%;
}
/*◆◆F028◆◆*/
.qwb-title28 p {
  padding: 3px 10px;
}
/*◆◆F029◆◆*/
.qwb-title29 {
    padding-top: 0;
    padding-bottom: 0;
}
}

/* =================================================


  Gパーツ 
  --グループ（文章と画像）
  area-group-p
  
  
================================================= */

/*◆◆共通リストBOX◆◆*/
/*+++BOX外枠+++*/
/*==G001～G027 G031～G033 G035 G036 G039～G041 G044～G048 G051 G052 G053 G054 G055 G056 G057 G058 G059 G060==*/
.area-group-p .qwb-Wrap .qwb-list li,
.area-group-p .qwb2-Wrap .qwb-list li,
.area-group-p .qwb4-Wrap .qwb-list li,
.area-group-p .qwb5-Wrap .qwb-list li {
  background:#fff;
  border:solid 1px rgb(232, 232, 232);
  box-sizing: border-box;
}
.area-group-p.G035 .qwb2-Wrap .qwb-list li,
.area-group-p.G036 .qwb2-Wrap .qwb-list li {
  background: none;
  border: none;
}
.area-group-p.G040 .qwb5-Wrap .qwb-list li {
  border: none;
  background: none;
}
.area-group-p.G057 .qwb-Wrap .qwb-list li {
  border: none;
  background: none;
}
.area-group-p .qwb6-Wrap .qwb-list li,
.area-group-p .qwb7-Wrap .qwb-list li,
.area-group-p .qwb8-Wrap .qwb-list li {
  box-sizing:border-box;
}
.area-group-p .qwb4-Wrap .qwb-v1 li,
.area-group-p .qwb7-Wrap .qwb-v1 li {
  width:100%;
  margin-bottom:20px;
}
.area-group-p .qwb-Wrap .qwb-v2 li,
.area-group-p .qwb2-Wrap .qwb-v2 li,
.area-group-p .qwb4-Wrap .qwb-v2 li,
.area-group-p .qwb6-Wrap .qwb-v2 li,
.area-group-p .qwb7-Wrap .qwb-v2 li,
.area-group-p .qwb8-Wrap .qwb-v2 li {
  width: 48.56%;
  margin-right: 2.88%;
}
.area-group-p .qwb-Wrap .qwb-v3 li,
.area-group-p .qwb2-Wrap .qwb-v3 li,
.area-group-p .qwb4-Wrap .qwb-v3 li,
.area-group-p .qwb5-Wrap .qwb-v3 li,
.area-group-p .qwb6-Wrap .qwb-v3 li,
.area-group-p .qwb7-Wrap .qwb-v3 li,
.area-group-p .qwb8-Wrap .qwb-v3 li {
  width: 31.42%;
  margin-right: 2.87%;
}
.area-group-p .qwb-Wrap .qwb-v4 li,
.area-group-p .qwb2-Wrap .qwb-v4 li,
.area-group-p .qwb5-Wrap .qwb-v4 li,
.area-group-p .qwb6-Wrap .qwb-v4 li,
.area-group-p .qwb7-Wrap .qwb-v4 li,
.area-group-p .qwb8-Wrap .qwb-v4 li {
  width: 22.84%;
  margin-right: 2.88%;
}
.area-group-p .qwb2-Wrap .qwb-v5 li,
.area-group-p .qwb6-Wrap .qwb-v5 li{
  width: 17.68%;
  margin-right: 2.9%;
}
@media screen and (min-width: 641px) and (max-width: 768px) {
.area-group-p .qwb-Wrap .qwb-v4 li,
.area-group-p .qwb-Wrap .qwb-v4 li:nth-child(4n),
.area-group-p .qwb2-Wrap .qwb-v4 li,
.area-group-p .qwb2-Wrap .qwb-v4 li:nth-child(4n),
.area-group-p .qwb5-Wrap .qwb-v4 li,
.area-group-p .qwb5-Wrap .qwb-v4 li:nth-child(4n),
.area-group-p .qwb6-Wrap .qwb-v4 li,
.area-group-p .qwb6-Wrap .qwb-v4 li:nth-child(4n),
.area-group-p .qwb7-Wrap .qwb-v4 li,
.area-group-p .qwb7-Wrap .qwb-v4 li:nth-child(4n),
.area-group-p .qwb8-Wrap .qwb-v4 li,
.area-group-p .qwb8-Wrap .qwb-v4 li:nth-child(4n) {
  width: 31.42%;
  margin-right: 2.87%;
}
.area-group-p .qwb2-Wrap .qwb-v5 li,
.area-group-p .qwb2-Wrap .qwb-v5 li:nth-child(5n),
.area-group-p .qwb6-Wrap .qwb-v5 li,
.area-group-p .qwb6-Wrap .qwb-v5 li:nth-child(5n) {
  width: 31.42%;
  margin-right: 2.87%;
}
}
/*+++BOX内部+++*/
/*==G001～G018 G031 G035 G036 G040 G041 G044 G045 G054 G056 G057==*/
.area-group-p .qwb-Wrap .qwb-list li img,
.area-group-p .qwb2-Wrap .qwb-list li img,
.area-group-p .qwb4-Wrap .qwb-list li img,
.area-group-p .qwb5-Wrap .qwb-list li img {
  margin: 0 auto 10px;
}
/*G001～G005*/
.area-group-p .qwb-Wrap .qwb-list li .qwb-Inner {
  padding: 15px;
}
.area-group-p .qwb-Wrap .qwb-v4 li .qwb-Inner,
.area-group-p .qwb-Wrap .qwb-v5 li .qwb-Inne {
  padding: 12px;
}
.area-group-p .qwb-Wrap .leadIn {
  margin-bottom: 1em;
}
/*G001～G003 G057*/
.area-group-p .qwb-Wrap .qwb-list .text-Area .titleIn {
  margin: 0 auto 10px;
  padding: 4px 20px;
  color: white;
  background: #2e72e2;
  border-radius: 50px;
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
  font-weight: bold;
}
.area-group-p.G057 .qwb-Wrap .qwb-list .text-Area .titleIn {
  padding: 0 20px;
  font-size: 16px;
  line-height: 1.4;
}
_:-ms-input-placeholder, :root .area-group-p.G057 .qwb-Wrap .qwb-list .text-Area .titleIn {
  padding-top: 6px;/*for ie*/
}
.area-group-p.G057 .qwb-Wrap .qwb-list li:nth-child(2n) .titleIn {
 background: #f04d92;
}
.area-group-p.G057 .qwb-Wrap .qwb-list li:nth-child(2n+1) .titleIn {
 background: #ebc02b;
}
.area-group-p.G057 .qwb-Wrap .qwb-list li:nth-child(4n) .titleIn {
 background: #76bf28;
}
.area-group-p.G057 .qwb-Wrap .qwb-list li:nth-child(4n+1) .titleIn {
 background: #2e72e2;
}
/*G004 G005 G044 G045*/
.area-group-p .qwb-Wrap .qwb-list .text-Area2 .titleIn {
  color: #cc0066;
  margin-bottom: 5px;
}
.area-group-p.G044 .qwb-Wrap .qwb-list .text-Area2,
.area-group-p.G045 .qwb-Wrap .qwb-list .text-Area2 {
  padding: 10px;
}
.area-group-p.G044 .qwb-Wrap .qwb-list li .qwb-Inner,
.area-group-p.G045 .qwb-Wrap .qwb-list li .qwb-Inner {
  position: relative;
  padding: 0;
  z-index: 1;
}
.area-group-p.G044 .qwb-Wrap .qwb-list li img,
.area-group-p.G045 .qwb-Wrap .qwb-list li img {
    margin: 0 auto;
}
.area-group-p.G045 .qwb-Wrap .qwb-list .Ntag {
  position: absolute;
  background: #68bd6a;
  text-align: center;
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
  padding: 3px 8px;
  left: -10px;
  top: 22px;
}
.area-group-p.G045 .qwb-Wrap .qwb-list .Ntag:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 2px;
  z-index: -1;
  width: 15px;
  height: 10px;
  background: #0c7d25;
  transform: rotate(35deg);
}
/*G006～G014 G035 G036*/
.area-group-p .qwb2-Wrap .qwb-list .qwb-Inner {
  padding: 16px 5px 6px;
}
.area-group-p .qwb2-Wrap .qwb-v2 .qwb-Inner {
  padding: 16px 25px;
}
.area-group-p.G035 .qwb2-Wrap .qwb-v4 .qwb-Inner,
.area-group-p.G036 .qwb2-Wrap .qwb-v4 .qwb-Inner {
  padding: 0 0 6px;
  position: relative;
}
.area-group-p.G036 .qwb2-Wrap .qwb-v4 .qwb-Inner {
  overflow: hidden;
}
.area-group-p .qwb2-Wrap .qwb-list .text-Area .titleIn {
  float:right;
  padding-left:10px;
  margin-bottom:5px;
}
.area-group-p .qwb2-Wrap .qwb-list .text-Area .titleIn2 {
  margin-bottom:5px;
}
.area-group-p .qwb2-Wrap .qwb-list .text-Area .titleIn2,
.area-group-p .qwb2-Wrap .qwb-list .text-Area2 .titleIn {
  color: #cc0066;
}
.area-group-p.G014 .qwb2-Wrap .qwb-list .text-Area2 .titleIn{
  color: #666;
}
.area-group-p .qwb2-Wrap .qwb-list .text-Area2 .titleIn,
.area-group-p .qwb2-Wrap .qwb-list .text-Area2 .titleIn2 {
	text-align: center;
}
.area-group-p.G035 .qwb2-Wrap .qwb-list .text-Area2 .titleIn,
.area-group-p.G036 .qwb2-Wrap .qwb-list .text-Area2 .titleIn {
  text-align:left;
  color: rgba(204,0,102,1);
}
.area-group-p.G035 .qwb2-Wrap .qwb-list .text-Area2 .titleIn2,
.area-group-p.G036 .qwb2-Wrap .qwb-list .text-Area2 .titleIn2 {
  text-align:right;
}
.area-group-p.G035 .qwb2-Wrap .qwb-list .text-Area2,
.area-group-p.G036 .qwb2-Wrap .qwb-list .text-Area2 {
padding: 0 5px;
}
.area-group-p.G036 .qwb2-Wrap .qwb-list .Ntag {
  position: absolute;
  z-index: 1;
  width: 138px;
  height: auto;
  background: #cc0066;
  text-align: center;
  color: #fff;
  font-family: 'Allura', cursive;
  font-weight: bold;
  font-size: 18px;
  padding: 2px 10px 0;
  left: -44px;
  top: 3px;
  transform: rotate(-30deg);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
/*G006～G009*/
.area-group-p.G006 .qwb2-Wrap .qwb-list li,
.area-group-p.G007 .qwb2-Wrap .qwb-list li,
.area-group-p.G008 .qwb2-Wrap .qwb-list li,
.area-group-p.G009 .qwb2-Wrap .qwb-list li {
  background:rgba(0,0,0,0);
  border:0;
}
/*G015～G016 G041 G054 G056*/
.area-group-p .qwb4-Wrap .qwb-list .qwb-Inner {
  padding: 16px 5px 6px;
}
.area-group-p .qwb4-Wrap .qwb-list .text-Area .titleIn {
  margin-bottom: 5px;
  color: #cc0066;
}
.area-group-p.G016 .qwb4-Wrap .qwb-list .text-Area .titleIn {
  text-align:center;
}
.area-group-p.G041 .qwb4-Wrap .qwb-list li {
  border:none;
  background: none;
}
.area-group-p.G041 .qwb4-Wrap .qwb-list .text-Area .titleIn {
  font-size:20px;
  font-weight: normal;
}
.area-group-p.G041 .qwb4-Wrap .qwb-list .qwb-Inner {
  padding: 6px 5px;
}
.area-group-p.G054 .qwb4-Wrap .qwb-list .text-Area .titleIn {
  text-align:center;
  color: #3f2909;
}
.area-group-p.G054 .qwb4-Wrap .qwb-list li {
  border:none;
  background: none;
}
.area-group-p.G054 .qwb4-Wrap .qwb-list .qwb-Inner img {
	max-width: 219px;
}
.area-group-p.G056 .qwb4-Wrap .qwb-list li {
  border:none;
  background: none;
}
.area-group-p.G056 .qwb4-Wrap .qwb-list .text-Area .titleIn {
  font-size:20px;
  font-weight: normal;
}
.area-group-p.G056 .qwb4-Wrap .qwb-list .qwb-Inner {
  padding: 6px 5px;
}
.area-group-p.G056 .qwb4-Wrap .qwb-list .qwb-Inner img {
  max-width: 240px;
}
/*G017 G018 G040*/
.area-group-p .qwb5-Wrap .qwb-list .qwb-Inner{
  padding: 14px;
  overflow: auto;
}
.area-group-p .qwb5-Wrap .qwb-list .text-Area .textIn {
    font-size: 14px;
}
.area-group-p .qwb5-Wrap .qwb-list .dateIn {
  font-size: 12px;
}
.area-group-p .qwb5-Wrap .qwb-list .text-Area .titleIn {
  margin-bottom: 5px;
  color: #cc0066;
}
.area-group-p.G040 .qwb5-Wrap .qwb-list li img {
  max-width: 150px;
}
/*==G019～G027 G032 G033 G038 G039 G046 G047 G048 G051 G052 G053 G055 G058 G059 G060==*/
.area-group-p .qwb6-Wrap .qwb-list .qwb-Inner {
  padding: 4%;
}
.area-group-p .qwb7-Wrap .qwb-list .qwb-Inner {
  padding:4%;
  border: 1px solid #ffccff;
  background:#fff;
  box-sizing:border-box;
}
.area-group-p .qwb7-Wrap .qwb-v1 .qwb-Inner,
.area-group-p .qwb7-Wrap .qwb-v2 .qwb-Inner{
  overflow: auto;
}
.area-group-p .qwb7-Wrap .qwb-v1 .qwb-Inner {
  padding: 18px 25px 10px;
}
.area-group-p .qwb6-Wrap .qwb-list li img,
.area-group-p .qwb7-Wrap .qwb-list li img {
  margin: 0 0 10px;
}
.area-group-p.G023 .qwb7-Wrap .qwb-v2 li img {
  float:right;
  margin:10px 0px 10px 10px;
  width:45.5%;
}
.area-group-p.G024 .qwb7-Wrap .qwb-v2 li img {
  float:left;
  margin: 10px 17px 10px 0;
  width:45.5%;
}
.area-group-p .qwb7-Wrap .qwb-v1 li img {
  float:right;
  margin:10px 0px 10px 10px;
  width: 40%;
  max-width:160px;
}
.area-group-p .qwb6-Wrap .qwb-list .text-Area .titleIn2 {
  margin-bottom: 5px;
  color: #666;
}
.area-group-p .qwb7-Wrap .qwb-list .text-Area .titleIn {
  margin-bottom: 5px;
  color: rgba(204,0,102,1);
}
.area-group-p .qwb6-Wrap .qwb-list .text-Area .titleIn,
.area-group-p .qwb7-Wrap .qwb-list .text-Area .titleIn2 {
  margin-bottom: 5px;
  font-size: 14px;
  color: rgba(204,0,102,1);
  border-bottom:dotted 1px #aaa;
}
.area-group-p .qwb7-Wrap .qwb-list .text-Area .titleIn2 {
  font-weight: normal;
  border-bottom:dotted 1px rgba(204,0,102,1);
}
.area-group-p .qwb7-Wrap .qwb-list .text-Area .textIn {
    font-size: 14px;
	line-height: 1.8;
}
.area-group-p .qwb7-Wrap .qwb-v1 .text-Area .textIn {
    font-size: 16px;
}
/*.area-group-p .qwb7-Wrap .qwb-list .text-Area .textIn strong {
  color: rgb(204, 0, 102);
  margin-right: 10px;
}*/
/*G032*/
.area-group-p.G032 .qwb6-Wrap .qwb-list .text-Area .titleIn {
  margin-bottom: 0;
  border-bottom:none;
}
.area-group-p.G032 .qwb6-Wrap .qwb-list .text-Area .titleIn2 {
  padding-bottom:5px;
  margin-bottom:10px;
  border-bottom:1px solid #061834;
}
/*G033*/
.area-group-p.G033 .qwb7-Wrap .qwb-list .text-Area .titleIn {
  margin: 0 0 15px;
  padding: 3px 0;
}
.area-group-p.G033 .qwb7-Wrap .qwb-v1 li img {
  float: left;
  margin: 0 20px 10px 0;
  max-width: 200px;
}
/*.area-group-p.G033 .qwb7-Wrap .qwb-list .text-Area .textIn strong {
  margin-right: 0;
  color:#333;
}*/
.area-group-p.G033 .qwb7-Wrap .qwb-list .qwb-Inner {
  border:none;
  background: none;
  border-bottom: 1px solid #aaa;
}
/*G038 G039 G046 G047*/
.area-group-p.G038 .qwb7-Wrap .qwb-list .qwb-Inner,
.area-group-p.G039 .qwb7-Wrap .qwb-list .qwb-Inner {
  border: none;
  padding: 15px;
}
.area-group-p.G046 .qwb7-Wrap .qwb-list .qwb-Inner {
  background: #fff;
  display: block;
  padding: 20px;
  text-decoration: none;
  color: #333;
  line-height: 1.4;
  border: 5px solid #ffccff;
  transition: all 0.8s ease-out;
}
.area-group-p.G047 .qwb7-Wrap .qwb-list .qwb-Inner {
  background: none;
  display: block;
  text-decoration: none;
  color: #333;
  padding: 20px;
  border: none;
  border-bottom: 1px solid #aaa;
}
.area-group-p.G046 .qwb7-Wrap .qwb-list .qwb-Inner:hover {
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}
.area-group-p.G039 .qwb7-Wrap .qwb-v1 li {
    margin-bottom: 40px;
}
.area-group-p.G046 .qwb7-Wrap .qwb-v1 li {
    margin-bottom: 20px;
}
.area-group-p.G047 .qwb7-Wrap .qwb-v1 li {
    margin-bottom: 10px;
}
.area-group-p.G038 .qwb7-Wrap .qwb-v1 li img {
    margin: 0 0 10px 20px;
    max-width: 300px;
}
.area-group-p.G039 .qwb7-Wrap .qwb-v1 li img {
    margin: 0 0 10px 3%;
    max-width: 280px;
}
.area-group-p.G046 .qwb7-Wrap .qwb-v1 li img {
  margin: 0 3% 0 0;
  max-width: 360px;
  width: 45%;
  float: left;
}
.area-group-p.G047 .qwb7-Wrap .qwb-v1 li img {
  margin: 0 3% 0 0;
  max-width: 350px;
  width: 45%;
  float: left;
}
.area-group-p.G047 .qwb7-Wrap .qwb-list .text-Area {
overflow: hidden;
}
.area-group-p.G038 .qwb7-Wrap .qwb-list .text-Area {
    overflow: hidden;
}
.area-group-p.G039 .qwb7-Wrap .qwb-list .text-Area {
  margin-bottom: 15px;
  border-bottom: 1px dotted #ccc;
  overflow: hidden;
}
.area-group-p.G038 .qwb7-Wrap .qwb-list .text-Area .titleIn {
  color: #333;
  display: inline;
}
.area-group-p.G038 .qwb7-Wrap .qwb-list .text-Area .titleIn3{
  float: right;
  display: inline;
  font-weight: bold;
  color: #333;
  line-height: 1.6;
}
.area-group-p.G039 .qwb7-Wrap .qwb-list .text-Area .titleIn {
  display: inline;
  color: #333;
}
.area-group-p.G046 .qwb7-Wrap .qwb-list .text-Area .titleIn {
  margin: 0 0 15px;
  padding-bottom: 3px;
  font-size: 25px;
  color: #333;
  border-bottom: 1px solid #ccc;
  font-family: YuMincho, "Yu Mincho", 游明朝体, "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}
.area-group-p.G047 .qwb7-Wrap .qwb-list .text-Area .titleIn {
  color: #cc0066;
}
.area-group-p.G039 .qwb7-Wrap .qwb-list .text-Area .titleIn2 {
  display: inline;
  font-weight: bold;
  border-bottom: none;
  float: right;
  font-size: 16px;
  color: #333;
}
.area-group-p.G038 .qwb7-Wrap .qwb-list .text-Area .sub-titile-Area {
  display:block;
}
.area-group-p.G038 .qwb7-Wrap .qwb-list .text-Area .titleIn2 {
  color: #333;
  border-bottom:none;
  /*letter-spacing: 1px;*/
  font-size: 16px;
  display: inline;
}
.area-group-p.G038 .qwb7-Wrap .qwb-list .text-Area .titleIn4 {
  display: inline;
}
.area-group-p.G038 .qwb7-Wrap .qwb-v1 .text-Area .textIn {
    font-size: 14px;
    margin-left: 20px;
}
.area-group-p.G046 .qwb7-Wrap .qwb-v1 .text-Area .textIn,
.area-group-p.G047 .qwb7-Wrap .qwb-v1 .text-Area .textIn2 {
    font-size: 14px;
}
.area-group-p.G039 .qwb7-Wrap .qwb-v1 .text-Area2 .textIn {
    font-size: 14px;
    line-height: 1.8;
}
.area-group-p.G047 .qwb7-Wrap .qwb-v1 .text-Area .textIn {
    margin-bottom: 15px;
}
/*G051*/
.area-group-p.G051 .qwb7-Wrap .qwb-list .qwb-Inner {
  background: none;
  display: block;
  padding: 20px;
  border: none;
  border-bottom: 1px solid #aaa;
}
.area-group-p.G051 .qwb7-Wrap .qwb-v1 li {
  margin-bottom: 10px;
}
.area-group-p.G051 .qwb7-Wrap .qwb-v1 li img {
  margin: 0 0 0 3%;
  max-width: 450px;
  width: 54%;
  float: right;
}
.area-group-p.G051 .qwb7-Wrap .qwb-list .text-Area {
overflow: hidden;
}
.area-group-p.G051 .qwb7-Wrap .qwb-list .text-Area .titleIn {
  font-size: 26px;
  color: #cc0066;
  margin-bottom: 25px;
}
/*G048*/
.area-group-p.G048 .qwb7-Wrap .qwb-list .qwb-Inner {
    border: none;
    padding: 0;
}
.area-group-p.G048 .qwb7-Wrap .qwb-list .text-Area {
    padding: 0 4% 4%;
}
.area-group-p.G048 .qwb7-Wrap .qwb-list .text-Area .titleIn {
    margin-bottom: 0;
	color: #000;
}
.area-group-p.G048 .qwb7-Wrap .qwb-list .text-Area .titleIn2 {
    font-size: 16px;
    font-weight: bold;
    border-bottom: none;
	color: #000;
}
/*G052 */
.area-group-p.G052 .qwb6-Wrap .qwb-list .text-Area .titleIn {
  color: #3f3416;
  border-bottom: none;
  font-weight: normal;
  margin-bottom: 0;
}
.area-group-p.G052 .qwb6-Wrap .qwb-list .text-Area .titleIn2 {
  font-size: 18px;
  font-weight: normal;
}
/*G053 */
.area-group-p.G053 .qwb6-Wrap .qwb-list .text-Area .titleIn {
  font-size: 16px;
  color: #3f3416;
  border-bottom: none;
  font-weight: normal;
  margin-bottom: 0;
}
/*G055*/
.area-group-p.G055 .qwb7-Wrap .qwb-list .qwb-Inner {
    border: none;
    background: none;
    padding: 2%;
}
.area-group-p.G055 .qwb7-Wrap .qwb-list .qwb-Inner .titleIn {
  margin: 0 0 15px;
  padding: 3px 10px;
  background: #2e72e2;
  border-radius: 25px;
  text-align: center;
  font-weight: normal;
  color: #ffffff;
}
.area-group-p.G055 .qwb7-Wrap .qwb-v2 li img {
  float:left;
  margin: 10px 17px 10px 0;
  width:45.5%;
}
.area-group-p.G055 .qwb7-Wrap .imageIn {
  width: 100%;
  height: 118px;
  text-align: right;
}
/*G059 */
.area-group-p.G059 .qwb6-Wrap .qwb-v3 li {
  width: 32.5%;
  margin-right: 0.8%;
}
.area-group-p.G059 .qwb6-Wrap .qwb-list .qwb-Inner {
    padding: 2%;
}
.area-group-p.G059 .qwb6-Wrap .qwb-list .text-Area {
  text-align: center;
}
.area-group-p.G059 .qwb6-Wrap .qwb-list .text-Area .titleIn {
  color: #fff;
  border-bottom: none;
  margin-bottom: 0;
  background-color: #cc0066;
  border-radius: 50px;
  padding: 4px 15px;
  font-size: 15px;
  line-height: 1.2;
  display: inline-block;
  width: 70%;
  max-width: 228px;
}
/*G060*/
.area-group-p.G060 .qwb7-Wrap .qwb-v1 .qwb-Inner {
  padding: 16px;
}
.area-group-p.G060 .qwb7-Wrap .qwb-list .text-Area .titleIn {
  padding: 3px 20px;
  border-radius: 50px;
  color: white;
  text-align: center;
  line-height: 1.4;
  background: #2e72e2;
  margin-bottom: 20px;
  font-size: 15px;
}
.area-group-p.G060 .qwb7-Wrap .qwb-v1 li img {
  float: right;
  margin: 0 0 10px 20px;
  max-width: 183px;
}
.area-group-p.G060 .qwb7-Wrap .qwb-list .qwb-Inner {
  border:none;
  background: none;
}
/*==G031==*/
.area-group-p.G031 .qwb8-Wrap .leadIn {
  margin-bottom: 15px;
}
.area-group-p.G031 .qwb8-Wrap .qwb-list .qwb-Inner {
  border: 1px solid #ccc;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease-out;
  padding: 9px;
  text-decoration: none;
  color: #333;
  line-height: 1.4;
  background:#fff;
}
.area-group-p.G031 .qwb8-Wrap .qwb-list .qwb-Inner:hover {
  border-color: #0b84e1;
  box-shadow: -5px -5px 5px rgba(0, 0, 0, 0.1);
}
.area-group-p.G031 .qwb8-Wrap .qwb-list .text-Area {
  padding:9px 9px 0;
  text-decoration: none;
  color: #333;
}
.area-group-p.G031 .qwb8-Wrap .qwb-list li img {
  transition: all 0.3s ease-out;
}
.area-group-p.G031 .qwb8-Wrap .qwb-list .qwb-Inner:hover {
  color: #000;
}
.area-group-p.G031 .qwb8-Wrap .qwb-list .qwb-Inner:hover img {
  opacity: .8;
}
.area-group-p.G031 .qwb8-Wrap .qwb-list .text-Area .titleIn {
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
}
.area-group-p.G031 .qwb8-Wrap .qwb-list .text-Area .textIn {
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}
/*G058*/
.area-group-p.G058 .qwb7-Wrap .qwb-list .qwb-Inner {
    border: none;
    background: none;
    padding: 2%;
}
.area-group-p.G058 .qwb7-Wrap .qwb-list .qwb-Inner .titleIn {
  margin: 0 0 15px;
  padding: 3px 10px;
  background: #cc0066;
  border-radius: 25px;
  text-align: center;
  color: #ffffff;
}
.area-group-p.G058 .qwb7-Wrap .qwb-v2 li img {
  float:left;
  margin: 10px 17px 10px 0;
  width:45.5%;
}
.area-group-p.G058 .qwb7-Wrap .imageIn {
  width: 100%;
  height: 118px;
  text-align: right;
}
/*◆◆共通画像BOX◆◆*/
/*==G028 G029 G034 G037 G042 G043 G049 G050==*/
.area-group-p .pics-Wrap .pics-list li {
  margin:0;
  padding:0;
  text-align:center;
}
.area-group-p.G028 .pics-Wrap .pics-list li {
  width: 24%;
  padding: 0 0.5%;
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 10px;
}
.area-group-p.G029 .pics-Wrap .pics-list li {
  width: 23%;
  padding: 0 1%;
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 10px;
}
.area-group-p .pics-Wrap .pics-list.pics-v2 li {
  width: 46%;
  padding: 0 2%;
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 10px;
  text-align:left;
  word-break: break-all;
}
.area-group-p .pics-Wrap .pics-list img {
  margin:0;
}
.area-group-p.G028 .pics-Wrap .pics-list img,
.area-group-p.G029 .pics-Wrap .pics-list img,
.area-group-p.G034 .pics-Wrap .pics-list img,
.area-group-p.G042 .pics-Wrap .pics-list img {
  margin-bottom: 2px;
}
/*G037*/
.area-group-p.G037 .pics-Wrap .pics-list.pics-v2 li {
  font-size: 16px;
  margin-bottom: 20px;
}
.area-group-p.G049 .pics-Wrap .pics-list.pics-v2 li,
.area-group-p.G050 .pics-Wrap .pics-list.pics-v2 li {
  font-size: 16px;
  margin-bottom: 30px;
}
.area-group-p.G049 .pics-Wrap .pics-list.pics-v2 li:nth-last-child(2),
.area-group-p.G049 .pics-Wrap .pics-list.pics-v2 li:last-child,
.area-group-p.G050 .pics-Wrap .pics-list.pics-v2 li:nth-last-child(2),
.area-group-p.G050 .pics-Wrap .pics-list.pics-v2 li:last-child {
  margin-bottom: 10px;
}
.area-group-p.G037 .pics-Wrap .pics-list img,
.area-group-p.G049 .pics-Wrap .pics-list img,
.area-group-p.G050 .pics-Wrap .pics-list img {
  margin-bottom: 8px;
}
.area-group-p.G037 .pics-Wrap .pics-list li span,
.area-group-p.G049 .pics-Wrap .pics-list li span,
.area-group-p.G050 .pics-Wrap .pics-list li span {
 display:block;
}
/*G043*/
.area-group-p.G043 .pics-Wrap .pics-list.pics-v2 li {
  position: relative;
  font-size: 16px;
  margin-bottom: 20px;
  width: 49%;
  max-width: 449px;
  margin: 0 2% 0 0;
  padding: 0;
}
.area-group-p.G043 .pics-Wrap .pics-list.pics-v2 li:nth-child(2n) {
  padding: 0;
  margin: 0;
}
.area-group-p.G043 .pics-Wrap .pics-list img {
  margin-bottom: 8px;
}
.area-group-p.G043 .pics-Wrap .pics-list .text-Area {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translate(0, -50%);
  z-index: 20;
  text-align: center;
}
.area-group-p.G043 .pics-Wrap .pics-list .textIn {
  width: 52%;
  font-weight: bold;
  margin: 0 auto 15px;
  padding: 12px 10px;
  border: 2px solid white;
  color: white;
  font-size: 24px;
  letter-spacing: .1em;
  line-height: 1.2;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.7);
}
.area-group-p.G043 .pics-Wrap .pics-list .btn-textIn {
  display: inline-block;
  padding: 3px 20px;
  background: #cc0066;
  background: -moz-linear-gradient(top, #cc0066 0%, #cc4186 100%);
  background: -webkit-linear-gradient(top, #cc0066 0%, #cc4186 100%);
  background: linear-gradient(to bottom, #cc0066 0%, #cc4186 100%);
  border-radius: 3px;
  color: white;
  font-size: 14px;
  text-decoration: none;
  transition: background-color 0.3s ease-in-out;
}
.area-group-p.G043 .pics-Wrap .pics-list .btn-textIn:hover {
  position: relative;
  top: 1px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
/*G042*/
.area-group-p.G042 .pics-Wrap .pics-list {
    text-align: center;
}
.area-group-p.G042 .pics-Wrap .pics-list li {
    width: 47%;
    max-width: 400px;
    padding: 0 5% 0 0;
    line-height: 1.6;
    font-size: 18px;
    margin-bottom: 40px;
}
.area-group-p.G042 .pics-Wrap .pics-list li:nth-child(even) {
  padding: 0;
}
/*◆◆G030◆◆*/
.area-group-p .pics-js-Wrap .pics-js-list {
  margin-bottom: -30px;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}
.area-group-p .pics-js-Wrap.Row4 .pics-js-list {
  margin-left: -30px;
}
.area-group-p .pics-js-Wrap .pics-js-list:after {
  content: "";
  display: block;
  clear: both;
}
.area-group-p .pics-js-Wrap .pics-js-block {
  box-sizing: border-box;
  float: left;
  margin: 0 0 45px;
  text-align: center;
}
.area-group-p .pics-js-Wrap.Row4 .pics-js-block {
  width: 25%;
  padding-left: 30px;
}
.area-group-p .pics-js-Wrap.Row4 .pics-js-block:nth-child(4n+1) {
 clear: both;
}
.area-group-p .pics-js-Wrap .pics-js-block .imageIn {
  margin: 0 auto;
  text-align: center;
}
.area-group-p .pics-js-Wrap .pics-js-block .imageIn img {
  width:100%;
}
.area-group-p .pics-js-Wrap .pics-js-block p {
  text-align: left;
  margin-top: 10px;
  line-height: 1.4;
  margin-bottom: 0em;
}
.area-group-p .pics-js-Wrap .Note-p {
  margin-top: 34px;
  text-align: right;
}
/*.style-itemと.captionはjsで使用
↓ここから↓*/
.area-group-p .pics-js-Wrap .pics-js-block .style-item {
  position: relative;
  overflow: hidden;
  margin: 0px 1em 1em 0px;
  width: 100%;
  /*height: 100%; 下層ページで崩れたので削除*/
  z-index: auto;
}
.area-group-p .pics-js-Wrap.Row4 .pics-js-block .style-item {
  max-width: 205px;
}
.area-group-p .pics-js-Wrap .pics-js-block .caption {
  position: absolute;
  left: 0px;
  top: 100%;
  width: 100%;
  height: 100%;
  background-color: black;
  color: white;
  padding: 0 10px;
  box-sizing: border-box;
  opacity: 0.5;
}
.area-group-p .pics-js-Wrap .pics-js-block .caption p span {
  border-bottom: 1px #fff solid;
  display: block;
  font-weight: 600;
}
.area-group-p .pics-js-Wrap .pics-js-block .caption p {
  font-size: 15px;
  color: #fff;
  text-align: center;
}
/*↑ここまで↑*/
@media screen and (min-width: 641px) and (max-width: 1020px){
.area-group-p .pics-js-Wrap .pics-js-block .caption p {
  font-size: 12px;
  line-height: 1.2em;
}
}

/*******************
  Gパーツ 
  --グループ（文章と画像）
  スマホ用スタイル
********************/

@media screen and (max-width: 640px) {
/*◆◆共通リストBOX◆◆*/
/*==G001～G016 G031 G035 G036 G040 G044 G045 G054==*/
.area-group-p .qwb-Wrap .qwb-list li,
.area-group-p .qwb2-Wrap .qwb-list li,
.area-group-p .qwb4-Wrap .qwb-list li,
.area-group-p .qwb5-Wrap .qwb-list li {
  width: 100%;
  margin: 0 0 20px 0;
}
.area-group-p .qwb2-Wrap .qwb-list .qwb-Inner,
.area-group-p .qwb4-Wrap .qwb-list .qwb-Inner {
    padding: 16px 8px 6px;
}
/*G040*/
.area-group-p.G040 .qwb5-Wrap .qwb-list li {
  width: 48.56%;
  margin-right: 2.88%;
}
.area-group-p.G040 .qwb5-Wrap .qwb-list.qwb-v4 li:nth-child(2n) {
  margin-right: 0;
}
.area-group-p.G040 .qwb5-Wrap .qwb-list li img {
  max-width: 100%;
}
/*G035 G036*/
.area-group-p.G035 .qwb2-Wrap ul.qwb-list,
.area-group-p.G036 .qwb2-Wrap ul.qwb-list {
    margin-right: -2%;
}
.area-group-p.G035 .qwb2-Wrap .qwb-list li,
.area-group-p.G036 .qwb2-Wrap .qwb-list li{
    width: 48%;
    margin: 0 2% 20px 0;
}
.area-group-p.G035 .qwb2-Wrap .qwb-v4 li img,
.area-group-p.G036 .qwb2-Wrap .qwb-v4 li img {
  width: 100%;
}
/*G009 G013*/
.area-group-p .qwb2-Wrap .qwb-v5 li:nth-child(n) {
  width: 48.56%;
  margin: 0 2.88% 10px 0;
}
.area-group-p .qwb2-Wrap .qwb-v5 .qwb-Inner {
    padding: 16px 5px 6px;
}
/*G044 G045*/
.area-group-p.G044 .qwb-Wrap .qwb-list li img,
.area-group-p.G045 .qwb-Wrap .qwb-list li img {
    width: 100%;
}
/*==G019～G027 G032 G033 G038 G039 G046～G048 G051 G052 G053 G055 G058 G059 G060==*/
.area-group-p .qwb6-Wrap .qwb-list li {
  width: 48.56%;
  margin: 0 2.88% 10px 0;
} 
.area-group-p .qwb7-Wrap .qwb-list li {
  width: 100%;
  margin: 0 0 20px 0;
}
.area-group-p .qwb6-Wrap .qwb-list .qwb-Inner {
  padding: 10px 5px 6px;
}
.area-group-p .qwb6-Wrap .qwb-v1 .qwb-Inner {
  padding:10px 15px 20px 10px;
}
.area-group-p .qwb7-Wrap .qwb-list .qwb-Inner {
  overflow: auto;
}
.area-group-p .qwb7-Wrap .qwb-v1 .qwb-Inner {
  padding: 4%;
}
.area-group-p .qwb6-Wrap .qwb-list li img {
  padding:0;
  width:100%;
}
.area-group-p .qwb7-Wrap .qwb-v4 li img ,
.area-group-p .qwb7-Wrap .qwb-v3 li img {
  float:right;
  margin:10px 0px 10px 10px ;
  width:40%;
}
.area-group-p .qwb7-Wrap .qwb-v1 .text-Area .textIn {
    font-size: 14px;
}
/*G032*/
.area-group-p.G032 .qwb6-Wrap .qwb-list .text-Area .titleIn,
.area-group-p.G032 .qwb6-Wrap .qwb-list .text-Area .titleIn2 {
	text-align:center;
}
/*G033*/
.area-group-p.G033 .qwb7-Wrap .qwb-v1 li img {
  float: none;
  margin: 0 auto 10px;
  max-width: 100%;
  width: auto;
}
/*G055*/
.area-group-p.G055 .qwb7-Wrap .qwb-list li {
    margin: 0 0 10px 0;
}
.area-group-p.G055 .qwb7-Wrap .qwb-v2 li img {
  float: none;
  margin: 10px auto;
  max-width: 279px;
}
.area-group-p.G055 .qwb7-Wrap .imageIn {
  display: none;
}
/*G038 G039 G046 G047*/
.area-group-p.G039 .qwb7-Wrap .qwb-v1 li,
.area-group-p.G046 .qwb7-Wrap .qwb-v1 li,
.area-group-p.G047 .qwb7-Wrap .qwb-v1 li {
    margin-bottom: 20px;
}
.area-group-p.G038 .qwb7-Wrap .qwb-list .qwb-Inner,
.area-group-p.G039 .qwb7-Wrap .qwb-list .qwb-Inner,
.area-group-p.G046 .qwb7-Wrap .qwb-list .qwb-Inner,
.area-group-p.G047 .qwb7-Wrap .qwb-list .qwb-Inner {
   padding: 12px;
}
.area-group-p.G038 .qwb7-Wrap .qwb-v1 li img,
.area-group-p.G039 .qwb7-Wrap .qwb-v1 li img,
.area-group-p.G046 .qwb7-Wrap .qwb-v1 li img,
.area-group-p.G047 .qwb7-Wrap .qwb-v1 li img {
	width: auto;
	max-width: 100%;
	float: none;
	margin: 0 auto 15px;
}
.area-group-p.G046 .qwb7-Wrap .qwb-list .text-Area .titleIn {
    font-size: 20px;
	text-align: center;
}
.area-group-p.G047 .qwb7-Wrap .qwb-list .text-Area .titleIn {
	margin-bottom: 0;
}
.area-group-p.G039 .qwb7-Wrap .qwb-list .text-Area,
.area-group-p.G046 .qwb7-Wrap .qwb-list .text-Area,
.area-group-p.G047 .qwb7-Wrap .qwb-list .text-Area {
  width: 100%;
  float: none;
  margin-bottom:10px;
}
.area-group-p.G038 .qwb7-Wrap .qwb-v1 .text-Area .textIn,
.area-group-p.G039 .qwb7-Wrap .qwb-v1 .text-Area .textIn,
.area-group-p.G046 .qwb7-Wrap .qwb-v1 .text-Area .textIn,
.area-group-p.G047 .qwb7-Wrap .qwb-v1 .text-Area .textIn {
    margin-left: 0;
}
.area-group-p.G046 .qwb7-Wrap .qwb-v1 .text-Area .textIn p,
.area-group-p.G047 .qwb7-Wrap .qwb-v1 .text-Area .textIn p {
    display: inline-block;
	margin-right: 10px;
}
/*G051*/
.area-group-p.G051 .qwb7-Wrap .qwb-v1 li {
    margin-bottom: 20px;
}
.area-group-p.G051 .qwb7-Wrap .qwb-list .qwb-Inner {
   padding: 12px;
}
.area-group-p.G051 .qwb7-Wrap .qwb-v1 li img {
	width: auto;
	max-width: 100%;
	float: none;
	margin: 0 auto 15px;
}
.area-group-p.G051 .qwb7-Wrap .qwb-list .text-Area .titleIn {
	margin-bottom: 0;
}
.area-group-p.G051 .qwb7-Wrap .qwb-list .text-Area {
  width: 100%;
  float: none;
  margin-bottom:10px;
}
/*G048*/
.area-group-p.G048 .qwb7-Wrap .qwb-v3 li img {
  float: none;
  width: auto;
  max-width: 300px;
  margin: 0 auto 10px;
}
/*G052 */
.area-group-p.G052 .qwb6-Wrap .qwb-list .text-Area .titleIn2 {
  font-size: 16px;
}
/*G058*/
.area-group-p.G058 .qwb7-Wrap .qwb-list li {
    margin: 0 0 10px 0;
}
.area-group-p.G058 .qwb7-Wrap .qwb-v2 li img {
	width: auto;
}
.area-group-p.G058 .qwb7-Wrap .imageIn {
  display: none;
}
/*G059 */
.area-group-p.G059 .qwb6-Wrap .qwb-v3 li {
  width: 100%;
  margin: 0 0 30px 0;
}
.area-group-p.G059 .qwb6-Wrap .qwb-v3 li:last-child {
  margin: 0;
}
.area-group-p.G059 .qwb6-Wrap .qwb-list li:nth-child(2n){
    margin-right: 0;
}
.area-group-p.G059 .qwb6-Wrap .qwb-list .qwb-Inner {
  padding: 0;
}
.area-group-p.G059 .qwb6-Wrap .qwb-list li img {
    width: auto;
	margin: 0 auto 10px;
}
/*G060*/
.area-group-p.G060 .qwb7-Wrap .qwb-v1 .qwb-Inner {
  padding: 2%;
}
/*==G031==*/
/*横並びの表示用*/
.area-group-p .qwb8-Wrap .qwb-v3 li:nth-child(n) {
  width: 49%;
  margin: 0 2% 10px 0;
}
.area-group-p .qwb8-Wrap  .qwb-v3 li:nth-child(2n) {
  margin-right: auto;
}
/*横並びの表示用end*/
.area-group-p.G031 .qwb8-Wrap .qwb-list .qwb-Inner {
  transition: none;
}
.area-group-p.G031 .qwb8-Wrap .qwb-list .text-Area .titleIn {
  font-size: 14px;
}
/*◆◆共通画像BOX◆◆*/
/*==G028 G029 G034 G037 G042 G043 G049 G050==*/
.area-group-p.G028 .pics-Wrap .pics-list li {
  width: 32.3%;
  padding: 0 0.5% 15px;
}
.area-group-p.G029 .pics-Wrap .pics-list li {
  width: 30%;
  padding: 0 1.5% 15px;
}
.area-group-p .pics-Wrap .pics-list.pics-v2 li {
  width: 100%;
  padding: 0;
}
/*G042*/
.area-group-p.G042 .pics-Wrap .pics-list li {
  width: 48%;
  padding: 0 4% 0 0;
  font-size: 14px;
  margin-bottom: 20px;
}
/*G043*/
.area-group-p.G043 .pics-Wrap .pics-list.pics-v2 li {
  display: block;
  width: auto;
  margin: 0 auto;
}
.area-group-p.G043 .pics-Wrap .pics-list.pics-v2 li:nth-child(2n) {
  margin: 0 auto;
}
.area-group-p.G043 .pics-Wrap .pics-list img {
  margin-bottom: 15px;
}
.area-group-p.G043 .pics-Wrap .pics-list .textIn {
  font-size: 20px;
}
/*◆◆G030◆◆*/
.area-group-p .pics-js-Wrap.Row4 .pics-js-list {
  margin-left: -10px;
}
.area-group-p .pics-js-Wrap .pics-js-block:nth-child(even) {
  float: right;
}
.area-group-p .pics-js-Wrap.Row4 .pics-js-block {
  width: 50%;
  margin: 0 0 30px;
  padding-left: 10px;
}
.area-group-p .pics-js-Wrap .pics-js-block:nth-child(2n+1) {
  clear: both;
}
.area-group-p .pics-js-Wrap.Row4 .pics-js-block:nth-child(4n+1) {
  clear: none;
}
.area-group-p .pics-js-Wrap .Note-p {
  margin-top: 40px;
}
/*.style-itemと.captionはjsで使用
↓ここから↓*/
.area-group-p .pics-js-Wrap.Row4 .pics-js-block .style-item {
  /*max-width: none;*/
}
.area-group-p .pics-js-Wrap .pics-js-block .caption p span {
  padding-bottom: 5px;
}
.area-group-p .pics-js-Wrap .pics-js-block .caption p {
  font-size: 12px;
  line-height: 1.2em;
}
/*↑ここまで↑*/
/*◆◆G037 G049 G050◆◆*/
.qw-block.G037 {
    margin: 0 auto 15px;
}
.area-group-p.G037 .pics-Wrap .pics-list.pics-v2 li {
  font-size: 14px;
}
.area-group-p.G049 .pics-Wrap .pics-list.pics-v2 li, 
.area-group-p.G050 .pics-Wrap .pics-list.pics-v2 li {
  margin-bottom: 10px;
}
}

/* =================================================


  Hパーツ 
  --グループ（文章のみ）
  area-group
  
  
================================================= */

/*◆◆共通リストBOX◆◆*/
/*==H001～H004 H013==*/
/*+++BOX外枠+++*/
.area-group .qwbt-Wrap .qwb-list li{
  background:#fff;
  border:solid 1px rgb(232, 232, 232);
  box-sizing: border-box;
}
.area-group .qwbt-Wrap .qwb-v2 li{
  width: 48.56%;
  margin-right: 2.88%;
}
.area-group .qwbt-Wrap .qwb-v3 li{
  width: 31.42%;
  margin-right: 2.87%;
}
/*+++BOX内部+++*/
.area-group .qwbt-Wrap .qwb-list li .qwb-Inner {
  padding: 15px;
}
.area-group .qwbt-Wrap .leadIn {
  margin-bottom: 1em;
}
/*H001 H002*/
.area-group .qwbt-Wrap .qwb-list .text-Area .titleIn {
  color: #fff;
  background:rgba(204,0,102,0.7);
  box-sizing:border-box;
  padding: 5px 10px 3px;
  margin-bottom: 10px;
}
/*H003 H004*/
.area-group .qwbt-Wrap .qwb-list .text-Area2 .titleIn {
  color: rgba(204,0,102,1);
  border-bottom:dotted 1px #aaa;
  margin-bottom: 10px;
}
/*H013*/
.area-group.H013 .qwbt-Wrap .qwb-list .text-Area2 .titleIn {
  padding-bottom: 5px;
  border-bottom: 1px dotted #333;
  margin-bottom: 10px;
}
.area-group.H013 .qwbt-Wrap .qwb-list .text-Area2 .titleIn h3 {
  display: inline;
  font-size: 16px;
  line-height: 1.6;
  color: #444;
  vertical-align: middle;
}
.area-group.H013 .qwbt-Wrap .qwb-list .text-Area2 .titleIn .itemNumber {
  display: inline-block;
  margin-right: 2px;
  padding: 2px 8px 0;
  background: #0b84e1;
  text-align: center;
  color: white;
  line-height: 1.4;
  font-size: 16px;
  font-weight: normal;
}
/*==H005～H009 H019 H021 H022 H023 H024==*/
/*+++BOX外枠+++*/
.area-group .qwbt2-Wrap .qwb-list li {
  background:rgba(0,0,0,0);
  border:0;
  box-sizing: border-box;
}
.area-group .qwbt2-Wrap .qwb-v1 li {
  width:100%;
  margin-bottom:20px;
}
.area-group.H023 .qwbt2-Wrap .qwb-v1 li,
.area-group.H024 .qwbt2-Wrap .qwb-v1 li {
  margin-bottom:10px;
}
.area-group .qwbt2-Wrap .qwb-v2 li {
  width: 48.56%;
  margin-right: 2.88%;
}
.area-group .qwb2-Wrap .qwb-v3 li {
  width: 32%;
  margin-right: 2%;
}	
.area-group .qwbt2-Wrap .qwb-v3 li{
  width: 31.42%;
  margin-right: 2.87%;
}
/*+++BOX内部+++*/
.area-group .qwbt2-Wrap .qwb-list .qwb-Inner {
  padding: 16px;
  background: rgba(200,180,240,0.3);
  box-sizing:border-box;
}
.area-group .qwbt2-Wrap .qwb-list .text-Area .titleIn {
  color: #cc0066;
  margin-bottom: 10px;
  border-bottom:2px dotted #999;
  text-align:center;
}
/*H009*/
.area-group.H009 .qwbt2-Wrap .qwb-list .text-Area .titleIn {
  border-bottom:0px solid #000;
  background:rgba(204,0,102,0.6);
  border-radius:20px / 20px;
  color:#fff;
  padding: 5px 20px;
}
.area-group.H009 .qwbt2-Wrap .qwb-list .qwb-Inner {
  background: rgba(0,0,0,0);
}
/*H008 H009*/
.area-group.H008 .qwbt2-Wrap .qwb-list .triangle,
.area-group.H009 .qwbt2-Wrap .qwb-list .triangle {
  margin:20px auto 0;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid rgba(204,0,102,0.6);
}
.area-group.H008 .qwbt2-Wrap .qwb-list li:last-child .triangle,
.area-group.H009 .qwbt2-Wrap .qwb-list li:last-child .triangle {
  display:none;
}
/*H019*/
.area-group.H019 .qwbt2-Wrap {
  padding: 30px 30px 10px;
  background: #fff;
  border: 5px solid #cc0066;
  text-align: center;
}
.area-group.H019 .qwbt2-Wrap > .titleIn {
  display: inline-block;
  border-bottom: 5px solid #cc0066;
  color: #cc0066;
  margin-bottom: 30px;
  font-size: 20px;
  font-family: YuMincho, "Yu Mincho", 游明朝体, "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  font-weight: 500;
}
.area-group.H019 .qwbt2-Wrap .qwb-list .qwb-Inner {
  padding: 0;
  background: none;
}
.area-group.H019 .qwbt2-Wrap .qwb-list .text-Area {
  display: table;
  text-align: left;
}
.area-group.H019 .qwbt2-Wrap .qwb-list .text-Area .titleIn {
  display: table-cell;
  vertical-align: middle;
  width: 180px;
  height: 56px;
  background: #cc0066;
  border-bottom: none;
  font-family: YuMincho, "Yu Mincho", 游明朝体, "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  color: white;
  font-size: 22px;
  padding: 15px;
  box-sizing: border-box;
  line-height: 1.4;
}
.area-group.H019 .qwbt2-Wrap .qwb-list .text-Area .textIn {
  display: table-cell;
  vertical-align: middle;
  padding-left: 30px;
}
/*H022*/
.area-group.H022 .qwbt2-Wrap {
  border: 1px solid #555;
  padding: 50px;
  box-sizing: border-box;
  background: #fff;
  background: -moz-linear-gradient(bottom, rgba(100,100,100,0.1) 0%, rgba(100,100,100,0) 10%);
  background: -webkit-linear-gradient(bottom, rgba(100,100,100,0.1) 0%, rgba(100,100,100,0) 10%);
  background: linear-gradient(to bottom, rgba(100,100,100,0.1) 0%, rgba(100,100,100,0) 10%);
  text-align: center;
}
.area-group.H022 .qwbt2-Wrap .qwb-list{
	margin: 20px 0 0;
}
.area-group.H022 .qwbt2-Wrap .qwb-list .qwb-Inner {
  background: none;
}
.area-group.H022 .qwbt2-Wrap .itemNumber {
  display: block;
  font-size: 34px;
  color: rgba(204,0,102,1);
  line-height: 1;
  margin-bottom: 10px;
}
.area-group.H022 .qwbt2-Wrap > .titleIn {
  display: inline-block;
  border-bottom: 1px solid rgba(204,0,102,1);
  padding-bottom: 10px;
  font-size: 26px;
  color: rgba(204,0,102,1);
  font-weight: bold;
}
.area-group.H022 .qwbt2-Wrap .qwb-list .text-Area .titleIn {
    border-bottom: none;
    color: #3d3b36;
    font-size: 21px;
}
.area-group.H022 .qwbt2-Wrap .qwb-list .text-Area .textIn {
  text-align: left;
}
/*H021*/
.area-group.H021 .qwbt2-Wrap .qwb-list .qwb-Inner {
    padding: 10px;
}
.area-group.H021 .qwbt2-Wrap .qwb-v1 li {
    margin-bottom: 10px;
}
.area-group.H021 .qwbt2-Wrap .qwb-list .qwb-Inner {
  background: none;
}
.area-group.H021 .qwbt2-Wrap .qwb-list .text-Area .titleIn {
    font-size: 18px;
    color: #666;
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: 1px solid #cc0066;
    text-align: left;
}
/*H023*/
.area-group.H023 .qwbt2-Wrap {
  padding: 30px 5px 10px;
}
.area-group.H023 .qwbt2-Wrap .qwb-list .qwb-Inner {
  padding: 10px 5px;
  background: none;
  display: table;
}
.area-group.H023 .qwbt2-Wrap .qwb-list .title-Area {
  display: table-cell;
  vertical-align: top;
}
.area-group.H023 .qwbt2-Wrap .qwb-list .text-Area {
  display: table-cell;
  padding-left: 30px;
  vertical-align: top;
}
.area-group.H023 .qwbt2-Wrap .qwb-list .title-Area .titleIn {
  position: relative;
  vertical-align: middle;
  text-align: center;
  color: #ffffff;
  width: 220px;
  padding: 6px 10px;
  margin: 0 0 10px;
  box-sizing: border-box;
  line-height: 1.4;
  background: rgba(204,0,102,0.6);
  font-size: 17px;
  border-radius: 30px;
  border-bottom: none;
  font-weight: normal;
}
.area-group.H023 .qwbt2-Wrap .qwb-list .title-Area .titleIn:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2em;
  margin-left: -12px;
  width: 0;
  height: 0;
  border-top: 11px solid rgba(204,0,102,0.6);
  border-right: 12px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 12px solid transparent;
}
.area-group.H023 .qwbt2-Wrap .qwb-list li:last-child .title-Area .titleIn:after {
  display: none;
}
.area-group.H023 .qwbt2-Wrap .qwb-list .text-Area .textIn {
  text-align: left;
}
/*H024*/
.area-group.H024 .qwbt2-Wrap {
  padding: 0;
}
.area-group.H024 .qwbt2-Wrap .qwb-list .qwb-Inner {
  padding: 10px 5px;
  background: none;
  display: table;
}
.area-group.H024 .qwbt2-Wrap .qwb-list .title-Area {
  display: table-cell;
  vertical-align: top;
}
.area-group.H024 .qwbt2-Wrap .qwb-list .text-Area {
  display: table-cell;
  padding-left: 30px;
  vertical-align: top;
}
.area-group.H024 .qwbt2-Wrap .qwb-list .title-Area .titleIn {
  position: relative;
  vertical-align: middle;
  text-align: center;
  color: #ffffff;
  width: 168px;
  padding: 3px 10px;
  margin: 0 0 10px;
  box-sizing: border-box;
  line-height: 1.4;
  background: #dd63a0;
  font-size: 17px;
  border-radius: 30px;
  border-bottom: none;
}
.area-group.H024 .qwbt2-Wrap .qwb-list li .qwb-Inner {
    position: relative;
    margin-bottom: 14px;
}
.area-group.H024 .qwbt2-Wrap .qwb-list li .qwb-Inner:before  {
    content: "";
    position: absolute;
    left: 78px;
    bottom: 0;
    top: 14px;
    background: url(img/step_next.png) no-repeat 0 bottom;
    width: 31px;
    height: 100%;
}
.area-group.H024 .qwbt2-Wrap .qwb-list li:last-child .qwb-Inner:before {
    position: static;
}
.area-group.H024 .qwbt2-Wrap .qwb-list .text-Area .textIn {
  text-align: left;
}
.area-group.H024 .qwbt2-Wrap .qwb-list .text-Area .titleIn {
  color: #000;
  margin-bottom: 7px;
  border-bottom: none;
  text-align: left;
}
/*◆◆共通テーブル◆◆*/
/*==H010～H012==*/
.area-group .table2-Wrap table th {
  background:rgba(204,0,102,0.1);
}
.area-group .table2-Wrap table td.box-width {
  width:20%;
  word-break: break-all;
}
.area-group .table2-Wrap table td.box-width2 {
  width:25%;
}
/*==H015==*/
.area-group .table3-Wrap .table-type1 {
  padding: 0;
}
.area-group .table3-Wrap .table-type1 table th {
  width: 20%;
  padding: 13px 15px;
  border: 0 solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #f3f8fc;
  text-align: center;
}
.area-group .table3-Wrap .table-type1 table td {
  border: 0 solid #ccc;
  border-bottom: 1px solid #ccc;
}
/*==H016==*/
.area-group .table3-Wrap .table-type2 table {
  border-collapse: separate;
  border-spacing: 0 5px;
}
.area-group .table3-Wrap .table-type2 table th,
.area-group .table3-Wrap .table-type2 table td {
  display: block;
  width: auto;
  border: none;
  padding: 3px 10px 3px 22px;
  background: none;
}
.area-group .table3-Wrap .table-type2 table th span:before {
  content: "・";
  position: absolute;
  left: 8px;
}
.area-group .table3-Wrap .table-type2 table th {
  font-size: 15px;
  position: relative;
  background:none;
}
.area-group .table3-Wrap .table-type2 table th span {
    font-weight: normal;
}
.area-group .table3-Wrap .table-type2 table th span small {
  font-weight: normal;
}
/*◆◆共通分割BOX◆◆*/
/*==H014==*/
.area-group.H014 .divide-Wrap .leadIn {
  margin-bottom: 15px;
}
.area-group.H014 .divide-Wrap h3 {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.6;
  padding: 10px 0;
}
/*==H017==*/
.qw-block.H017 {
    margin: 0 auto 50px;
}

.area-group.H017 .divide-Wrap .titileIn {
  display: inline;
  font-size: 18px;
  letter-spacing: 1px;
}
.area-group.H017 .divide-Wrap .titileIn2 {
  display: inline;
  color: #cc0066;
  font-size: 18px;
}	

.area-group.H017 .divide-Wrap p.textIn {
    margin: 0 0 25px;
}
/*==H020==*/
.area-group.H020 .divide-Wrap .di-frame li {
  margin-bottom: 20px;
  border-bottom: 1px solid #aaa;
}
/*==H018==*/
.qw-block.H018 {
  margin: 0 auto 40px;
}
.area-group.H018 .divide-Wrap div.di-frame {
  padding: 0 3% 0 0;
}
.area-group.H018 .divide-Wrap div.di-frame:last-child {
  padding: 0 0 0 3%;
}
.area-group.H018 .divide-Wrap ul li {
  margin-bottom: 40px;
}
.area-group.H018 .divide-Wrap dl dt {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #000;
  overflow: auto;
  line-height: 1.6;
}
.area-group.H018 .divide-Wrap dl dt .titleIn {
  font-size: 16px;
  color: #cc0066;
  font-weight: bold;
  float:left;
}
.area-group.H018 .divide-Wrap dl dt .dateIn {
  display: inline-block;
  float: right;
}

/*==H025==*/
.area-group.H025 .divide-Wrap ul li{
  margin-bottom: 5px;
  padding: 10px;
  border-bottom: 1px dotted #000;
}
.area-group.H025 .divide-Wrap .titile-Area,
.area-group.H025 .divide-Wrap .text-Area {
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
}
.area-group.H025 .divide-Wrap .titile-Area .imageIn img,
.area-group.H025 .divide-Wrap .text-Area .imageIn img {
  width: 35px;
  max-width: none;
  margin-right: 5px;
}
.area-group.H025 .divide-Wrap .titile-Area {
  padding: 10px 10px 5px;
  display: flex;
}
.area-group.H025 .divide-Wrap .text-Area {
  padding: 5px 10px 10px;
  display: flex;
}
.area-group.H025 .divide-Wrap .titileIn {
  display: inline;
  font-weight: bold;
}
.area-group.H025 .divide-Wrap p.textIn {
}
/*==H026==*/
.area-group.H026 .divide-Wrap {
  padding: 10px 10px 5px;
}
.area-group.H026 .divide-Wrap ul {
  padding-left: 30px;
}
.area-group.H026 .divide-Wrap ul li {
  list-style: disc;
  margin-bottom: 5px;
}

/*******************
  Hパーツ 
  --グループ（文章のみ）
  スマホ用スタイル
********************/

@media screen and (max-width: 640px) {
/*◆◆共通リストBOX◆◆*/
/*==H001～H004 H013==*/
.area-group .qwbt-Wrap .qwb-list li {
  width: 100%;
  margin: 0 0 20px 0;
}
/*==H005～H009 H019 H021 H022 H023 H024==*/
.area-group .qwbt2-Wrap .qwb-list li {
  width: 100%;
  margin: 0 0 20px 0;
}
.area-group.H009 .qwbt2-Wrap .qwb-list .qwb-Inner {
  padding: 12px;
}
/*H019*/
.area-group.H019 .qwbt2-Wrap {
  padding: 15px 10px 0;
}
.area-group.H019 .qwbt2-Wrap > .titleIn {
  margin-bottom: 20px;
}
.area-group.H019 .qwbt2-Wrap .qwb-list .text-Area {
  display: block;
}
.area-group.H019 .qwbt2-Wrap .qwb-list .text-Area .titleIn {
  display: block;
  width: 100%;
  height: auto;
  padding: 8px;
  font-size: 16px;
}
.area-group.H019 .qwbt2-Wrap .qwb-list .text-Area .textIn {
  display: block;
  padding-left: 0;
}
/*H022*/
.area-group.H022 .qwbt2-Wrap {
  padding: 25px 10px;
}
.area-group.H022 .qwbt2-Wrap .itemNumber {
  font-size: 26px;
}
.area-group.H022 .qwbt2-Wrap > .titleIn {
  font-size: 18px;
}
.area-group.H022 .qwbt2-Wrap .qwb-list .text-Area .titleIn {
  font-size: 16px;
}
/*H023*/
.area-group.H023 .qwbt2-Wrap .qwb-list .qwb-Inner {
   display: block;
}
.area-group.H023 .qwbt2-Wrap .qwb-list .title-Area {
  display: block;
}
.area-group.H023 .qwbt2-Wrap .qwb-list .title-Area .titleIn {
  width: 100%;
}
.area-group.H023 .qwbt2-Wrap .qwb-list .title-Area .titleIn:after {
  display: none;
}
.area-group.H023 .qwbt2-Wrap .qwb-list .text-Area {
  display: block;
  position: relative;
  margin-bottom: 20px;
  padding-left: 0;
}
.area-group.H023 .qwbt2-Wrap .qwb-list .text-Area:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2em;
  margin-left: -12px;
  width: 0;
  height: 0;
  border-top: 11px solid rgba(204,0,102,0.6);
  border-right: 12px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 12px solid transparent;
}
.area-group.H023 .qwbt2-Wrap .qwb-list li:last-child .text-Area:after {
  display: none;
}
/*H024*/
.area-group.H024 .qwbt2-Wrap .qwb-v1 li:last-child,
.area-group.H024 .qwbt2-Wrap .qwb-list li:last-child .qwb-Inner{
    margin: 0;
}
.area-group.H024 .qwbt2-Wrap .qwb-list .qwb-Inner {
   display: block;
}
.area-group.H024 .qwbt2-Wrap .qwb-list .title-Area {
  display: block;
}
.area-group.H024 .qwbt2-Wrap .qwb-list .title-Area .titleIn {
  width: 100%;
}
.area-group.H024 .qwbt2-Wrap .qwb-list .title-Area .titleIn:after {
  display: none;
}
.area-group.H024 .qwbt2-Wrap .qwb-list .text-Area {
  display: block;
  position: relative;
  margin-bottom: 20px;
  padding-left: 0;
}
.area-group.H024 .qwbt2-Wrap .qwb-list .text-Area:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2em;
  margin-left: -12px;
  width: 0;
  height: 0;
  border-top: 11px solid #dd63a0;
  border-right: 12px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 12px solid transparent;
}
.area-group.H024 .qwbt2-Wrap .qwb-list li:last-child .text-Area:after {
  display: none;
}
.area-group.H024 .qwbt2-Wrap .qwb-list li .qwb-Inner:before {
    position: static;
}
/*◆◆共通テーブル◆◆*/
/*==H010～H012==*/
.area-group .table2-Wrap table th,
.area-group .table2-Wrap table td {
  width: auto;
}
.area-group .table2-Wrap table th {
  margin-top: 5px;
  border-bottom: 0;
}
.area-group .table2-Wrap table td {
  margin-top: -1px;
}
.area-group .table2-Wrap table td.box-width,
.area-group .table2-Wrap table td.box-width2 {
  width:auto;
}
/*==H015==*/
.area-group .table3-Wrap .table-type1 table th {
  margin-top: 5px;
  border-bottom: 0;
  text-align: left;
  width: auto;
  padding: 10px 15px;
}
.area-group .table3-Wrap .table-type1 table td {
  margin-top: -1px;
}
.area-group .table3-Wrap .table-type1 table tr:last-child td{
  margin-bottom:0;
}
/*==H016==*/
.area-group .table3-Wrap .table-type2 table {
  border-spacing: 0;
}
.area-group .table3-Wrap .table-type2 table th,
.area-group .table3-Wrap .table-type2 table td {
    padding: 3px 5px 3px 14px;
}
.area-group .table3-Wrap .table-type2 table th span:before {
  left: 0;
}
/*◆◆共通分割BOX◆◆*/
/*==H014==*/
.area-group.H014 .divide-Wrap .di-frame.di-v2 {
  margin-bottom:0;
}
.area-group.H014 .divide-Wrap h3 {
  padding: 10px 0 5px;
}
/*==H020==*/
.area-group.H020 .divide-Wrap .di-frame {
  margin-bottom:10px;
}
/*==H018==*/
.qw-block.H018 {
  margin: 0 auto 35px;
}
.area-group.H018 .divide-Wrap div.di-frame {
  padding: 0;
  margin-bottom: 0;
}
.area-group.H018 .divide-Wrap div.di-frame:last-child {
  padding: 0;
}
.area-group.H018 .divide-Wrap ul li {
  margin-bottom: 30px;
}
/*==H025==*/
.area-group.H025 .divide-Wrap ul li {
    padding: 0;
}
}

/* =================================================


  Jパーツ 
  --表
  area-table
  
  
================================================= */

/*◆◆共通テーブル◆◆*/
/*==J001～J003 J020 J021 J022 J025 J026 J028==*/
/*リード文(テーブル上部)*/
.area-table .table-Wrap .leadIn {
  margin-bottom:20px;
}
/*タイトル(テーブル上部)*/
.area-table .table-Wrap h3 {
  font-size: 20px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 5px;
}
.area-table .table-Wrap table th,
.area-table .table-Wrap table td {
  color: #cc0066;
}
/*J003*/
.area-table .table-Wrap .table-type1 > table th,
.area-table .table-Wrap .table-type1 > table td {
  border: 0px solid #000;
  border-bottom: 5px solid rgba(255,202,255,0.3);
}
/*J020 J021*/
.area-table.J020 .table-Wrap table,
.area-table.J021 .table-Wrap table {
  width: auto;
  margin: 0 auto;
}
.area-table.J020 .table-Wrap table th,
.area-table.J021 .table-Wrap table th {
  width: auto;
  min-width: 260px;
  padding-left: 40px;
  padding-right: 40px;
  background-color: rgba(100,100,100,0.1);
  text-align: center;
  box-sizing: border-box;
  vertical-align: middle;
  border-color: #aaa;
  border-left: none;
  border-right: none;
  color: #666;
}
.area-table.J020 .table-Wrap table td,
.area-table.J021 .table-Wrap table td {
  min-width: 240px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  box-sizing: border-box;
  border-color: #aaa;
  border-left: none;
  border-right: none;
  background: none;
  color: #666;
}
.area-table.J021 .table-Wrap table td {
  text-align: left;
}
.area-table.J020 .table-Wrap .textIn {
margin-top: 20px;
text-align: center;
}
/*J022*/
.area-table.J022 .bg-Wrap {
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.area-table.J022 .table-Wrap {
  margin-bottom: 15px;
}	
.area-table.J022 .table-Wrap table tbody {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}
.area-table.J022 .table-Wrap table tr {
  margin-right: 5px;
  margin-bottom: 10px;
  min-width: 100px;
  display: block;
}
.area-table.J022 .table-Wrap table th {
	display: block;
    margin-bottom: 5px;
    padding: 12px 15px;
    background: rgba(100,100,100,0.1);
	border: none;
    font-weight: normal;
	width: auto;
	text-align: center;
    color: #666;
}
.area-table.J022 .table-Wrap table th span {
    font-weight: normal;
}
.area-table.J022 .table-Wrap table td {
	display: block;    
	color: #3f2909;
	border: none;
	text-align: center;
}
.area-table.J022 .imageIn{
}
.area-table.J022 .textIn{
  margin-top: 5px;
}
/*J025*/
.area-table.J025 .table-Wrap {
	display: table;
	width: 100%;
}
.area-table.J025 .table-Wrap table {
  border-collapse: separate;
  border-spacing: 5px;
}
.area-table.J025 .table-Wrap table tr {
  margin-right: 5px;
  margin-bottom: 10px;
  min-width: 100px;
}
.area-table.J025 .table-Wrap table th {
	display: table-cell;
    margin-bottom: 5px;
    padding: 12px 15px;
    background: rgba(100,100,100,0.1);
	border: none;
    font-weight: normal;
	color: #666;
	width: 27%;
}
.area-table.J025 .table-Wrap table th span {
    font-weight: normal;
}
.area-table.J025 .table-Wrap table td {
	display: table-cell;
	/*width: 60%;*/
	color: #3f2909;
	border: none;
}
.area-table.J025 .textIn{
  margin-top: 5px;
}
/*J026*/
.area-table.J026 .table-Wrap table {
  border-collapse: separate;
  border-spacing: 5px;
  max-width: 720px;
  margin: 0 auto;
}
.area-table.J026 .table-Wrap table th {
  width: 30%;
  padding: 12px 18px;
  background: rgba(100,100,100,0.1);
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
  border: none;
  box-sizing: border-box;
  color: #666;
}
.area-table.J026 .table-Wrap table th span {
  font-weight: normal;
}
.area-table.J026 .table-Wrap table td {
  border: none;
  color: #666;
}
.area-table.J026 .table-Wrap table tr:first-child th {
  border-radius: 9px 0 0 0;
}
.area-table.J026 .table-Wrap table tr:last-child th {
  border-radius: 0 0 0 9px;
}
.area-table.J026 .table-Wrap table tr:first-child td {
  border-radius: 0 9px 0 0;
}
.area-table.J026 .table-Wrap table tr:last-child td {
  border-radius: 0 0 9px 0;
}	
/*J028*/
.area-table.J028 {
  text-align: center;
}
.area-table.J028 .table-Wrap {
  display: inline-block;
}
.area-table.J028 .table-Wrap .bg {
  display: inline-block;
  border: 1px dotted #000;
  padding: 15px;
}
.area-table.J028 .table-Wrap table {
  width: auto;
  margin: 0 auto;
}
.area-table.J028 .table-Wrap table th,
.area-table.J028 .table-Wrap table td {
  width: auto;
  min-width: 100px;
  padding: 5px 10px;
  box-sizing: border-box;
  border: none;
  color: #666;
  background: none;
}
.area-table.J028 .table-Wrap .textIn {
  text-align: left;
}
/*◆◆共通分割BOX◆◆*/
/*==J004～J009 J016 J017 J023 J024 J027 J031==*/
.area-table .divide-Wrap .di-frame table {
  margin: 0;
  width:100%;
  text-align:left;
  line-height:1.8;
}
.area-table .divide-Wrap .di-frame td {
font-weight:bold;
}
/*J004～J006*/
.area-table .divide-Wrap .di-frame table.colored1 tr {
  box-sizing:border-box;
  border-left:8px solid rgba(244,140,202,1);
}
.area-table .divide-Wrap .di-frame table.colored1 th,
.area-table .divide-Wrap .di-frame table.colored1 td {
  background:#fff;
  border:1px solid #aaa;
  box-sizing:border-box;
}
.area-table .divide-Wrap .di-frame table.colored1 th {
  width:65%;
  padding: 8px 5px 8px 8px;
  text-align:left;
}
.area-table .divide-Wrap .di-frame table.colored1 td {
  width:35%;
  padding:8px 10px 8px 0;
  text-align:right;
  word-break: break-all;
  overflow-wrap:break-word;
}
/*J004*/
.area-table .divide-Wrap .di-frame .Note-p {
  font-weight: normal;
  margin-top: 10px;
}
/*J007～J009*/
.area-table .divide-Wrap .di-frame table.colored2 th,
.area-table .divide-Wrap .di-frame table.colored2 td {
  background:rgba(0,0,0,0);
  border:0 solid #aaa;
  border-bottom:1px solid #aaa;
  box-sizing:border-box;
}
.area-table .divide-Wrap .di-frame table.colored2 th {
  width:65%;
  position: relative;
  padding:8px 0 0 20px;
  text-align:left;
}
.area-table .divide-Wrap .di-frame table.colored2 td {
  width:35%;
  padding:8px 10px 0 0;
  text-align:right;
  word-break: break-all;
  overflow-wrap:break-word;
}
.area-table .divide-Wrap .di-frame table.colored2 th:before {
  content: "";
  position: absolute;
  top: 18px;
  left: 0;
  width: 4px;
  height:18px;
  background: rgba(204,0,102,0.5);
}
/*J016*/
.area-table.J016 .divide-Wrap .di-frame table{
  margin:0 0 30px 0;
}
.area-table.J016 .divide-Wrap .di-frame table:last-child{
  margin:0;
}
.area-table.J016 .divide-Wrap .titleIn {
  font-size: 16px;
  font-weight: 600;
}
.area-table.J016 .divide-Wrap .textIn {
  float:right;
  margin-top: 1em;
}
.area-table.J016 .divide-Wrap small {
  font-size:100%;
}
/*J017*/
.qw-block.J017 {
  margin:0 auto 20px;
}
.area-table.J017 .divide-Wrap {
  margin-right: -1%;
  margin-left: -1%;
}
.area-table.J017 .divide-Wrap .di-frame.di-v2 {
  box-sizing: border-box;
  padding: 20px;
  border: 1px solid #ececec;
  width: 48%;
  margin-right: 1%;
  margin-left: 1%;
  background: #fff;
}
.area-table.J017 .divide-Wrap .di-frame .titleIn {
  margin: 0 0 15px;
  padding: 3px 0 3px 10px;
  border-left: 3px solid rgba(204,0,102,1);
  color: rgba(204,0,102,1);
  line-height: 1.4;
  font-size: 17px;
  font-weight:bold;
}
.area-table.J017 .divide-Wrap .di-frame .titleIn2 {
  margin-bottom: 5px;
  padding: 3px 10px;
  background: #e7e7e7;
  font-weight: 600;
  line-height: 1.4;
  font-size: 14px;
}
.area-table .divide-Wrap .di-frame table.fee {
  line-height: 1.5;
}
.area-table .divide-Wrap .di-frame table.fee tr {
  border-bottom: 1px solid #ccc;
}
.area-table .divide-Wrap .di-frame table.fee tr:nth-last-child(2) {
    border-color: #999;
}
.area-table .divide-Wrap .di-frame table.fee tr:last-child {
    border-bottom: 0;
}
.area-table .divide-Wrap .di-frame table.fee th {
  padding: 8px 0;
  font-weight: 500;
  width: 70%;
  vertical-align: middle;
  text-align:left;
}
.area-table .divide-Wrap .di-frame table.fee td {
  padding: 8px 0;
  text-align: right;
  vertical-align: middle;
}
.area-table .divide-Wrap .di-frame table.fee th,
.area-table .divide-Wrap .di-frame table.fee td {
  font-weight: normal;
}
/*J023*/
.area-table.J023 .divide-Wrap {
  margin-right: -1%;
  margin-left: -1%;
}
.area-table.J023 .divide-Wrap .di-frame.di-v2 {
  box-sizing: border-box;
  width: 48%;
  margin-right: 1%;
  margin-left: 1%;
}
.area-table.J023 .divide-Wrap .di-frame .titleIn {
    margin: 0 0 15px;
    padding: 3px 10px;
    background: rgba(204,0,102,0.6);
    border-radius: 25px;
    text-align: center;
	color: #ffffff;
}
.area-table.J023 .divide-Wrap .di-frame table {
  line-height: 1.5;
}
.area-table.J023 .divide-Wrap .di-frame table th,
.area-table.J023 .divide-Wrap .di-frame table td {
  border-bottom: 2px solid rgba(195, 195, 195, 0.5);
  font-weight: normal;
  vertical-align: top;
}
.area-table.J023 .divide-Wrap .di-frame table th {
  width: 25%;
  padding: 8px 10px 8px 20px;
}
.area-table.J023 .divide-Wrap .di-frame table td {
  padding: 8px 20px 8px 10px;
}
/*J024*/
.area-table.J024 .divide-Wrap {
  margin-right: -1%;
  margin-left: -1%;
}
.area-table.J024 .divide-Wrap .di-frame.di-v4 {
    box-sizing: border-box;
    width: 23%;
    margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 10px;
    padding: 0;
}
.area-table.J024 .divide-Wrap .di-frame .titleIn {
    margin: 0 0 10px;
    padding: 3px 10px;
    border-radius: 25px;
    text-align: center;
}
.area-table.J024 .divide-Wrap .di-frame table {
  line-height: 1.5;
}
.area-table.J024 .divide-Wrap .di-frame table th,
.area-table.J024 .divide-Wrap .di-frame table td {
  font-weight: normal;
  vertical-align: top;
}
.area-table.J024 .divide-Wrap .di-frame table th {
    width: 26%;
	min-width: 40px;
    padding: 8px 4px 8px 8px;
}
.area-table.J024 .divide-Wrap .di-frame table td {
    padding: 8px 8px 8px 4px;
}
.area-table.J024 .divide-Wrap .di-frame:nth-child(4n+1) .titleIn {
    background: #f8ceda;
}
.area-table.J024 .divide-Wrap .di-frame:nth-child(4n+2) .titleIn {
    background: #b6e886;
}
.area-table.J024 .divide-Wrap .di-frame:nth-child(4n+3) .titleIn {
    background: #f5c28a;
}
.area-table.J024 .divide-Wrap .di-frame:nth-child(4n) .titleIn {
    background: #b2e5eb;
}
/*J027*/
.divide-Wrap.J027 .di-frame {
   float: none;
}
.area-table.J027 .divide-Wrap {
  margin-right: -1%;
  margin-left: -1%;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
}
.area-table.J027 .divide-Wrap .di-frame.di-v2 {
  box-sizing: border-box;
  width: 48%;
  margin-right: 1%;
  margin-left: 1%;
  padding: 23px 23px 13px;
  border: 1px dotted #000;
}
.area-table.J027 .divide-Wrap .di-frame .titleIn {
    margin: 0 0 20px;
    padding: 3px 10px;
    background: #2e72e2;
    border-radius: 50px;
    text-align: center;
	color: #ffffff;
    font-weight: bold;
    line-height: 1.4;
}
.area-table.J027 .divide-Wrap .di-frame table {
  line-height: 1.5;
}
.area-table.J027 .divide-Wrap .di-frame table th,
.area-table.J027 .divide-Wrap .di-frame table td {
  font-weight: normal;
  vertical-align: top;
}
.area-table.J027 .divide-Wrap .di-frame table th {
  width: 18%;
  padding: 5px 10px;
}
.area-table.J027 .divide-Wrap .di-frame table td {
  padding: 5px 10px;
}
/*J031*/
.area-table.J031 .divide-Wrap .di-frame:first-child table {
  margin-bottom: 20px;
}
.area-table.J031 .divide-Wrap table th,
.area-table.J031 .divide-Wrap table td {
  background: rgba(0,0,0,0);
  border: 0 solid #aaa;
  border-bottom: 1px dashed #aaa;
  box-sizing: border-box;
  font-weight: normal;
}
.area-table.J031 .divide-Wrap table th {
  position: relative;
  padding: 10px;
  text-align:left;
}
.area-table.J031 .divide-Wrap table td {
  width:20%;
  padding: 10px;
  text-align:right;
  word-break: break-all;
  overflow-wrap:break-word;
}
.area-table.J031 .divide-Wrap .titleIn {
  font-size: 18px;
  border-bottom: 1px solid #061834;
  font-weight: bold;
  padding: 5px 10px;
  margin-bottom: 10px;
}
/*◆◆共通テーブル◆◆*/
/*=J010～J015 J019==*/
.area-table .tableN-Wrap table th {
  width:140px;
}
.area-table.J019 .tableN-Wrap table th {
  width:100px;
}
/*J011 J013 J015(下地透明)*/
.area-table.J011 .tableN-Wrap table th,
.area-table.J011 .tableN-Wrap table td,
.area-table.J013 .tableN-Wrap table th,
.area-table.J013 .tableN-Wrap table td,
.area-table.J015 .tableN-Wrap table th,
.area-table.J015 .tableN-Wrap table td {
  background:rgba(0,0,0,0);
}
/*J012～J015(パターン2)*/
.area-table .tableN-Wrap .table-type2 table th,
.area-table .tableN-Wrap .table-type2 table td {
  border:0;
  border-top: 1px dotted #555;
  border-bottom: 1px dotted #555;
}
/*thに下地あり*/
.area-table.J014 .tableN-Wrap .table-type2 table th ,
.area-table.J015 .tableN-Wrap .table-type2 table th {
  background:rgba(100,100,100,0.1);
}
/*J019*/
.area-table.J019 .tableN-Wrap table th span {
  font-weight:normal;
}
.area-table.J019 .tableN-Wrap table th,
.area-table.J019 .tableN-Wrap table td {
  border-left: none;
  border-right: none;
  background: none;
  padding: 20px;
  border-color: #aaa;
}
.area-table.J019 .tableN-Wrap table td .titleIn {
  color: #cc0066;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 5px;
}
/*◆◆J018◆◆*/
.area-table.J018 .table-Wrap table th,
.area-table.J018 .table-Wrap table td {
    padding: 6px 15px;
    border: none;
    background: none;
	font-weight:normal;
}
.area-table.J018 .table-Wrap table th span {
	font-weight:normal;
}

/*◆◆共通テーブル＋共通分割BOX◆◆*/
/*==J029 J030==*/
.area-table.J029 .divide-Wrap,
.area-table.J030 .divide-Wrap {
  margin-right: -1%;
  margin-left: -1%;
}
.area-table.J029 .divide-Wrap .di-frame.di-v2,
.area-table.J030 .divide-Wrap .di-frame.di-v2 {
  box-sizing: border-box;
  width: 48%;
  margin-right: 1%;
  margin-left: 1%;
}
.area-table.J029 .divide-Wrap .di-frame .titleIn,
.area-table.J030 .divide-Wrap .di-frame .titleIn {
  margin: 0 0 15px;
  padding: 3px 10px;
  background: rgba(204,0,102,0.6);
  border-radius: 25px;
  text-align: center;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
}
/*J029*/
.area-table.J029 .bg {
  border: 1px dotted #000;
  padding: 10px;
}
.area-table.J029 .table-Wrap table tbody {
}
.area-table.J029 .table-Wrap table tr {
  display: inline-block;
  padding-right: 3px;
  box-sizing: border-box;
  width: 25%;
  vertical-align: top;
}
.area-table.J029 .table-Wrap table tr:nth-child(4n){
  padding-right: 0;
  width: -webkit-calc(25% - 3px);
  width: calc(25% - 3px);
}
.area-table.J029 .table-Wrap table tr:nth-child(n+5) {
  margin-top: 10px;
}
/*@media only screen and (max-width: 768px) {
.area-table.J029 .table-Wrap table tr {
  width: 25%;
}
.area-table.J029 .table-Wrap table tr:nth-child(4n){
  padding-right: 0;
}
.area-table.J029 .table-Wrap table tr:nth-child(n+5) {
  margin-top: 10px;
}
}*/
.area-table.J029 .table-Wrap table th {
  display: block;
  margin-bottom: 2px;
  padding: 3px;
  border: none;
  width: auto;
  text-align: center;
  line-height: 1.4;
  color: #666;
  background: none;
}
.area-table.J029 .table-Wrap table td {
  display: block;
  padding: 3px;
  border: none;
  text-align: center;
  font-weight: normal;
  word-break: break-all;
  line-height: 1.4;
  color: #666;
  background: none;
}
.area-table.J029 .imageIn{
}
.area-table.J029 .textIn{
  margin-top: 5px;
}
/*J030*/
.area-table.J030 .divide-Wrap .di-frame {
	text-align: center;
}
.area-table.J030 .divide-Wrap .bg {
  display: inline-block;
  border: 1px dotted #000;
  padding: 10px;
}
.area-table.J030 .divide-Wrap .di-frame table {
  line-height: 1.5;
}
.area-table.J030 .divide-Wrap .di-frame table td {
	font-weight: normal;
}
.area-table.J030 .divide-Wrap .di-frame table th {
  width: 28%;
  padding: 5px;
}
.area-table.J030 .divide-Wrap .di-frame table td {
  padding: 5px;
}
.area-table.J030 .textIn{
  text-align: left;
}
.area-table.J030 .textIn2{
  text-align: left;
}

/*******************
  Jパーツ 
  --表
  スマホ用スタイル
********************/

@media screen and (max-width: 640px) {
/*◆◆共通テーブル◆◆*/
/*==J003==*/
.area-table .table-Wrap .table-type1 > table th {
  margin-bottom:0;
}
/*==J020 J021==*/
.area-table.J020 .table-Wrap table,
.area-table.J021 .table-Wrap table {
    width: 100%;
}
.area-table.J020 .table-Wrap table th,
.area-table.J021 .table-Wrap table th,
.area-table.J020 .table-Wrap table td,
.area-table.J021 .table-Wrap table td {
  padding: 10px 15px;
  text-align: left;
}
.area-table.J020 .table-Wrap .textIn {
margin-top: 10px;
text-align: left;
}
/*J022*/
.area-table.J022 .bg-Wrap {
	display: block;
}
.area-table.J022 .table-Wrap {
  display: table;
  width: 100%;
}	
.area-table.J022 .table-Wrap table {
  border-collapse: separate;
  border-spacing: 5px;
}
.area-table.J022 .table-Wrap table tbody {
  display: table-row-group;
}
.area-table.J022 .table-Wrap table tr {
  margin-bottom: 10px;
  display: table-row;
}
.area-table.J022 .table-Wrap table th {
	display: table-cell;
	padding: 12px 10px;
    width: 40%;
}
.area-table.J022 .table-Wrap table td {
	display: table-cell;  
	padding: 12px 10px;
    width: 60%;
}
.area-table.J022 .imageIn{
	display: none;
}
/*J025*/
.area-table.J025 .table-Wrap {
	 width: 100%;
}
.area-table.J025 .table-Wrap table {

}
.area-table.J025 .table-Wrap table th {
	display: table-cell;
	padding: 12px 10px;
    width: 40%;
}
.area-table.J025 .table-Wrap table td {
	display: table-cell;  
	padding: 12px 10px;
    width: 60%;
}
/*==J026==*/
.area-table.J026 .table-Wrap table th {
  width: 100%;
}
.area-table.J026 .table-Wrap table tr:first-child th {
  border-radius: 9px 9px 0 0;
}
.area-table.J026 .table-Wrap table tr:last-child th {
  border-radius: 0;
}
.area-table.J026 .table-Wrap table tr:first-child td {
  border-radius: 0;
}
.area-table.J026 .table-Wrap table tr:last-child td {
  border-radius: 0 0 9px 9px;
}	
/*==J028==*/
.area-table.J028 .table-Wrap table {
    width: 100%;
}
.area-table.J028 .table-Wrap .bg {
  display: block;
  padding: 8px;
}
.area-table.J028 .table-Wrap table th,
.area-table.J028 .table-Wrap table td {
    padding: 2px 5px;
}
.area-table.J028 .table-Wrap .textIn {
	margin-top: 10px;
}
/*◆◆共通分割BOX◆◆*/
/*==J004～J009 J016 J017 J023 J024 J027 J031==*/
.area-table .divide-Wrap .di-frame {
  padding:0;
}
.area-table .divide-Wrap .di-frame table {
  line-height:1.6;
}
.area-table .divide-Wrap .di-frame .colored1 th,
.area-table .divide-Wrap .di-frame .colored1 td,
.area-table .divide-Wrap .di-frame .colored2 th,
.area-table .divide-Wrap .di-frame .colored2 td{
  font-size: 14px;
}
/*J007～J009 J016*/
.area-table .divide-Wrap .di-frame table.colored2 th:before {
  top: 13px;
}
/*J016*/
.area-table.J016 .divide-Wrap .di-frame:first-child table{
  margin:0 0 30px 0;
}
/*J017*/
.qw-block.J017 {
  margin: 0 auto;
}
.area-table.J017 .divide-Wrap {
  margin-right: 0;
  margin-left: 0;
}
.area-table.J017 .divide-Wrap .di-frame.di-v2 {
  padding: 15px;
  width: 100%;
}
.area-table.J017 .divide-Wrap .di-frame.di-v2 {
    margin-right: 0;
    margin-left: 0;
}
/*J023*/
.area-table.J023 .divide-Wrap {
  margin:0;
}
.area-table.J023 .divide-Wrap .di-frame.di-v2 {
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 20px;
}
/*J024*/
.area-table.J024 .divide-Wrap {
  margin: 0;
}
.area-table.J024 .divide-Wrap .di-frame.di-v4 {
  width: 100%;
  margin: 0 0 10px;
  padding: 0;
}
.area-table.J024 .divide-Wrap .di-frame .titleIn {
    margin: 0 0 5px;
}
.area-table.J024 .divide-Wrap .di-frame table th {
    width: 15%;
    min-width: 40px;
    padding: 4px 4px 4px 8px;
}
.area-table.J024 .divide-Wrap .di-frame table td {
    padding: 4px 4px 4px 8px;
}
/*J027*/
.area-table.J027 .divide-Wrap {
  margin:0;
  display: block;
}
.area-table.J027 .divide-Wrap .di-frame.di-v2 {
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 20px;
  padding: 15px 15px 5px;
}
.area-table.J027 .divide-Wrap .di-frame.di-v2:last-child {
  margin: 0;
}
/*J031*/
.area-table.J031 .divide-Wrap table th {
  display: block;
  width: 100%;
  padding: 5px;
}
.area-table.J031 .divide-Wrap table td {
  width: 100%;
  display: block;
  padding: 5px;
}
/*◆◆共通テーブル◆◆*/
/*=J010～J015 J018 J019==*/
.area-table .tableN-Wrap table th,
.area-table.J019 .tableN-Wrap table th {
  width:100%;
  box-sizing:border-box;
}
.area-table .tableN-Wrap .table-type1 table th span,
.area-table .tableN-Wrap .table-type3 table th span {
  font-weight:bold;
}
.area-table .tableN-Wrap table td {
  overflow:auto;
}
.area-table.J019 .tableN-Wrap table th,
.area-table.J019 .tableN-Wrap table td {
    padding: 10px;
}
/*J018*/
.area-table.J018 .table-Wrap table th,
.area-table.J018 .table-Wrap table td {
    display: table-cell;
    padding: 6px 10px;
    line-height: 1.6;
}
.area-table.J018 .table-Wrap table th {
	width:32%;
}
/*◆◆共通テーブル＋共通分割BOX◆◆*/
/*==J029 J030==*/
.area-table.J029 .divide-Wrap,
.area-table.J030 .divide-Wrap {
  margin:0;
}
.area-table.J029 .divide-Wrap .di-frame.di-v2,
.area-table.J030 .divide-Wrap .di-frame.di-v2 {
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 20px;
}
.area-table.J029 .divide-Wrap .di-frame.di-v2:last-child,
.area-table.J030 .divide-Wrap .di-frame.di-v2:last-child {
  margin: 0;
}
/*J029*/
.area-table.J029 .divide-Wrap .di-frame table {
    border-collapse: separate;
    border-spacing: 5px 5px;
}
.area-table.J029 .table-Wrap {
  text-align: center;
}
.area-table.J029 .bg {
	display: inline-block;
	padding: 8px;
}
.area-table.J029 .table-Wrap table tr {
    margin: 0 0 5px;
    width: auto;
    display: table-row;
	padding-right: 0;
}
.area-table.J029 .table-Wrap table tr:last-child {
    margin-bottom: 0;
}
.area-table.J029 .table-Wrap table th {
	display: table-cell;
	padding: 5px;
}
.area-table.J029 .table-Wrap table td {
	display: table-cell;  
	padding: 5px;
}
.area-table.J029 .imageIn{
	display: none;
}
.area-table.J029 .textIn {
    text-align: left;
}
/*J030*/
.area-table.J030 .divide-Wrap .di-frame table th,
.area-table.J030 .divide-Wrap .di-frame table td {
    width: 100%;
    display: block;
	text-align: left;
}
}

/* =================================================


  Kパーツ 
  --表（画像含む）
  area-table-p
  
  
================================================= */

/*◆◆K001◆◆*/
.area-table-p .table-Wrap .table-type1 > table th,
.area-table-p .table-Wrap .table-type1 > table td {
  border: 0px solid #000;
  border-bottom: 5px solid rgba(255,202,255,0.3);
}
.area-table-p .table-Wrap .table-type1 > table td img {
  float:right;
  margin-left:25px;
  width:120px;
}
.area-table-p.K001 .table-Wrap .table-type1 > table th{
  width: 10px;
  white-space: nowrap;
}
.area-table-p.K001 .table-Wrap .table-type1 > table td {
  word-break: break-all;
  overflow-wrap:break-word;
}
/*◆◆K002 K003◆◆*/
.area-table-p .table2-Wrap table th {
  background:rgba(204,0,102,0.1);
}
.area-table-p .table2-Wrap table td.box-width {
  width:20%;
  word-break: break-all;
}
.area-table-p .table2-Wrap table td.box-width2 {
  width:25%;
}
.area-table-p .table2-Wrap table td.box-width3 {
  width:40%;
}
.area-table-p .table2-Wrap table td.box-image,
.area-table-p .table2-Wrap table td.box-image2 {
  padding:10px;
  overflow: auto;
  text-align:left;
}
.area-table-p .table2-Wrap table td.box-image img {
  float:left;
  width:150px;
}
.area-table-p .table2-Wrap table td.box-image2 img {
  float:left;
  width:25%;
  margin-right:20px;
}
.area-table-p .table2-Wrap table td.box-image2 .price-right {
  margin-top:10px;
  width:100%;
  font-weight:bold;
  color:#666;
  text-align:right;
  word-break: break-all;
}
/*◆◆共通分割BOX◆◆*/
.area-table-p .divide-Wrap .di-frame table {
  margin: 0;
  width:100%;
  text-align:left;
  line-height:1.8;
}
/*==K004 K005==*/
.area-table-p .divide-Wrap .di-frame td {
font-weight:bold;
}
.area-table-p .divide-Wrap .di-frame table.colored3 th,
.area-table-p .divide-Wrap .di-frame table.colored3 td {
  padding:10px;
  background:#fff;
  border:1px solid #aaa;
  box-sizing:border-box;
  vertical-align:middle;
  line-height: 1.6;
}
.area-table-p .divide-Wrap .di-frame table.colored3 th {
  width:27%;
}
.area-table-p .divide-Wrap .di-frame table.colored3 td.VD002 {
  width:50%;
}
.area-table-p .divide-Wrap .di-frame table.colored3 td.VD003 {
  width:20%;
  text-align:right;
  word-break: break-all;
  overflow-wrap:break-word;
}
.area-table-p .divide-Wrap .di-frame table.colored3 th img {
  width:100%;
}
.area-table-p .divide-Wrap .di-frame table.colored3 td .textIn {
  padding:0 0 0 10px;
  font-weight:normal;
  font-size:14px;
  line-height:1.6;
  box-sizing:border-box;
}
/*==K008==*/
.area-table-p.K008 .divide-Wrap .di-frame.di-v2 {
  width: 30%;
}
.area-table-p.K008 .divide-Wrap .di-frame.di-v2:first-child {
  width: 70%;
  padding-right: 4%;
  box-sizing: border-box;
}
.area-table-p.K008 .divide-Wrap .di-frame {
  padding: 0;
}
/*表部分*/
.area-table-p.K008 .divide-Wrap .di-frame:first-child table {
  margin-bottom: 20px;
}
.area-table-p.K008 .divide-Wrap table th,
.area-table-p.K008 .divide-Wrap table td {
  background: rgba(0,0,0,0);
  border: 0 solid #aaa;
  border-bottom: 1px dashed #aaa;
  box-sizing: border-box;
  font-weight: normal;
}
.area-table-p.K008 .divide-Wrap table th {
  position: relative;
  padding: 10px;
  text-align:left;
}
.area-table-p.K008 .divide-Wrap table td {
  width:24%;
  padding: 10px;
  text-align:right;
  word-break: break-all;
  overflow-wrap:break-word;
}
.area-table-p.K008 .divide-Wrap .titleIn {
  font-size: 18px;
  border-bottom: 1px solid #061834;
  font-weight: bold;
  padding: 5px 10px;
  margin-bottom: 10px;
}
/*画像部分*/
.area-table-p.K008 .pics-Wrap .pics-list li {
  margin-bottom: 10px;
}
.area-table-p.K008 .pics-Wrap .pics-list img {
  width: 100%;
}
/*==K006==*/
.area-table-p.K006 .divide-Wrap .di-frame.di-v2 {
  width: 35.5%;
}
.area-table-p.K006 .divide-Wrap .di-frame.di-v2:first-child {
  width: 64.5%;
  padding-right: 4%;
  box-sizing: border-box;
}
.area-table-p.K006 .divide-Wrap .di-frame {
  padding: 0;
}
.area-table-p.K006 .divide-Wrap .titleIn{
  padding: 8px;
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
  background: rgba(204,0,102,1);
  background: -moz-linear-gradient(left,rgba(204,0,102,1) 0%, rgba(204,0,102,0.3) 50%, rgba(204,0,102,0.1) 100% );
  background: -webkit-linear-gradient(left,rgba(204,0,102,1) 0%, rgba(204,0,102,0.3) 50%, rgba(204,0,102,0.1) 100% );
  background: linear-gradient(to right,rgba(204,0,102,1) 0%, rgba(204,0,102,0.3) 50%, rgba(204,0,102,0.1) 100% );
}
.area-table-p .divide-Wrap .di-frame table.colored2 th,
.area-table-p .divide-Wrap .di-frame table.colored2 td {
  background:rgba(0,0,0,0);
  border-bottom:1px dotted #aaa;
  box-sizing:border-box;
  padding: 15px 5px;
  line-height: 1.4;
  font-size: 14px;
  font-weight:normal;
}
.area-table-p .divide-Wrap .di-frame table.colored2 th {
  width:65%;
  text-align:left;
}
.area-table-p .divide-Wrap .di-frame table.colored2 td {
  width:35%;
  text-align:right;
  word-break: break-all;
  overflow-wrap:break-word;
}
.area-table-p.K006 .pics-Wrap .pics-list li {
  margin:0;
  padding:0;
  text-align:center;
}
.area-table-p.K006 .pics-Wrap .pics-list li {
  width: 50%;
}
.area-table-p.K006 .pics-Wrap .pics-list img {
  margin:0;
}

/*◆◆共通2ブロック◆◆*/
.area-table-p .eye-Wrap.Rside .imageIn {
  margin: 0 0 0 40px;
}
.area-table-p .eye-Wrap.Lside .imageIn {
  margin: 0 40px 0 0;
}
.area-table-p .eye-Wrap .imageIn img {
  margin-bottom: 10px;
}
/*K007*/
.area-table-p.K007 .titleIn {
  background-color: #cc0066;
  margin: 0 0 25px;
  padding: 1px 10px;
  text-align: center;
  font-size: 17px;
  border-radius: 30px;
  color:#ffffff;
}
.area-table-p.K007 .eye-Wrap.Lside .imageIn {
  max-width: 47%;
}
.area-table-p.K007 .eye-Wrap.Lside .imageIn img {
  max-width: 100%;
}
.area-table-p.K007 .eye-Wrap.Lside .table-Wrap {
  margin-top: 15px;
  
}
.area-table-p.K007 .eye-Wrap.Lside .table-Wrap table {
  border-collapse: separate;
  border-spacing: 5px;
  border: none;
  
}
.area-table-p.K007 .eye-Wrap.Lside .table-Wrap table  th {
    background-color: rgba(204, 0, 102, 0.3);
	border: none;
	padding: 12px 18px;
	min-width: 35px;
}
.area-table-p.K007 .eye-Wrap.Lside .table-Wrap table  th span {
 font-weight: normal;
}
.area-table-p.K007 .eye-Wrap.Lside .table-Wrap table  td {
	border: none;
	padding: 12px 18px;
}

/*******************
  Kパーツ 
  --表（画像含む）
  スマホ用スタイル
********************/

@media screen and (max-width: 640px) {
/*◆◆K001◆◆*/
.area-table-p .table-Wrap .table-type1 > table th {
  margin-bottom:0;
}
.area-table-p .table-Wrap .table-type1 > table td span:after {
  content:" ";
  display:block;
  clear:both;
}
.area-table-p.K001 .table-Wrap .table-type1 > table th{
  width: 100%;
  box-sizing: border-box;
}
/*◆◆K002 K003◆◆*/
.area-table-p .table2-Wrap table th,
.area-table-p .table2-Wrap table td {
  width: auto;
}
.area-table-p .table2-Wrap table th {
  margin-top: 5px;
  border-bottom: 0;
}
.area-table-p .table2-Wrap table td {
  margin-top: -1px;
}
.area-table-p .table2-Wrap table td.box-width,
.area-table-p .table2-Wrap table td.box-width2,
.area-table-p .table2-Wrap table td.box-width3 {
  width:auto;
}
.area-table-p .table2-Wrap table td.box-image img,
.area-table-p .table2-Wrap table td.box-image2 img {
  width:30%;
}
.area-table-p .table2-Wrap table td.box-image2 img {
  margin-bottom: 10px;
}
/*◆◆共通分割BOX◆◆*/
.area-table-p .divide-Wrap .di-frame {
  padding:0;
}
.area-table-p .divide-Wrap .di-frame table {
  line-height:1.6;
}
/*==K004 K005==*/
.area-table-p .divide-Wrap .di-frame table.colored3 td .textIn {
  padding:0;
  font-size:14px;
}
/*==K008==*/
.area-table-p.K008 .divide-Wrap .di-frame.di-v2,
.area-table-p.K008 .divide-Wrap .di-frame.di-v2:first-child{
    width: 100%;
}
.area-table-p.K008 .divide-Wrap .di-frame.di-v2:first-child {
  padding-right: 0;
}
/*表部分*/
.area-table-p.K008 .divide-Wrap table th {
  display: block;
  width: 100%;
  padding: 5px;
}
.area-table-p.K008 .divide-Wrap table td {
  width: 100%;
  display: block;
  padding: 5px;
}
/*画像部分*/
.area-table-p.K008 .pics-Wrap .pics-list img {
  max-width: 288px;
}
/*==K006==*/
.area-table-p.K006 .divide-Wrap .di-frame.di-v2,
.area-table-p.K006 .divide-Wrap .di-frame.di-v2:first-child{
    width: 100%;
}
.area-table-p.K006 .divide-Wrap .di-frame.di-v2:first-child {
  padding-right: 0;
}
.area-table-p.K006 .pics-Wrap .pics-list {
    text-align: center;
}
.area-table-p .divide-Wrap .di-frame table.colored2 th,
.area-table-p .divide-Wrap .di-frame table.colored2 td {
  font-size: 14px;
}
.area-table-p.K006 .pics-Wrap .pics-list li {
    max-width: 140px;
}
/*◆◆共通2ブロック◆◆*/
.area-table-p .eye-Wrap.Lside .imageIn {
  margin: 0 20px 5px 0;
  max-width: 40%;
}
.area-table-p .eye-Wrap.Rside .imageIn {
  margin: 0 0 5px 20px;
  max-width: 40%;
}
/*==K007==*/
.area-table-p.K007 .eye-Wrap.Lside .imageIn {
  max-width: none;
  float:none;
  margin: 0;
}
.area-table-p.K007 .eye-Wrap.Lside .imageIn img {
  margin: 0 auto 15px;
}
.area-table-p.K007 .eye-Wrap.Lside .table-Wrap table  th {
  display: table-cell;
  width: 20%;
  min-width: 38px;
}
.area-table-p.K007 .eye-Wrap.Lside .table-Wrap table  td {
  display: table-cell;
}
}

/* =================================================


  Mパーツ
  --ニュースフォーム
  area-news
  

================================================= */

/*◆◆共通テーブル◆◆*/
/*=M001～M004==*/
.area-news .tableN-Wrap table th {
  width:140px;
}
.area-news .tableN-Wrap .table-type3 table td img{
  display:block;
  float:left;
  margin:0 15px 0 0;
  width:100px;
}
.area-news.M002 .tableN-Wrap .table-type3 table td img,
.area-news.M003 .tableN-Wrap .table-type3 table tr:nth-child(2n) td img {
  float:right;
  margin:0 0 0 15px;
}

/*M004*/
.area-news.M004 .tableN-Wrap table td {
  width: auto;
  border: none;
  border-bottom: 1px dotted #999;
  background: none;
}
.area-news.M004 .tableN-Wrap table td img {
  width: 300px;
  float: right;
  margin: 0 0 0 25px;
}
.area-news.M004 .tableN-Wrap table td span {
  display: block;
}
.area-news.M004 .tableN-Wrap table td .dateIn {
  font-size: 13px;
}
.area-news.M004 .tableN-Wrap table td .titleIn {
  font-weight: bold;
}
.area-news.M004 .tableN-Wrap table td .textIn {
}
/*==M005==*/
.area-news.M005 .divide-Wrap .titileIn {
  display: inline;
  font-size: 16px;
  color: rgba(204,0,102,1);
  font-weight: bold;
}
.area-news.M005 .divide-Wrap .dateIn {
  display: inline;
  font-size: 16px;
  margin-right: 20px;
}	

.area-news.M005 .divide-Wrap p.textIn {
    margin: 0 0 15px;
}
/*==M006==*/
.area-news.M006 .bg-Wrap {
  padding: 20px 30px 30px;
  background: #fcf8c7;
  border-radius: 5px;
}
.area-news.M006 .bg-Wrap .title-Area {
  position: relative;
}
.area-news.M006 .bg-Wrap .title-Area .titileIn {
  margin-bottom: 23px;
  margin-left: 52px;
  padding: 10px 20px 2px 20px;
  font-size: 24px;
  border-bottom: 3px dotted #d9b887;
}
.area-news.M006 .bg-Wrap .title-Area .imageIn {
  position: absolute;
  bottom: -8px;
  left:0;
}
.area-news.M006 .news-Wrap ul {
  padding: 50px 4%;
  background: white;
  border-radius: 5px;
}
.area-news.M006 .news-Wrap ul li {
  border-bottom: 2px solid #fbf4c8;
  padding: 15px 10px;
  margin-bottom: 5px;
  display: table;
  width: 100%;
  box-sizing: border-box;
}
.area-news.M006 .news-Wrap .dateIn {
  padding-right: 10px;
  width: 18%;
  min-width: 125px;
  color: #e4860c;
  display: table-cell;
}
.area-news.M006 .news-Wrap .text-Area {
  display: table-cell;
  box-sizing: border-box;
}
.area-news.M006 .news-Wrap .text-Area .titileIn {
  color: #3f2909;
  font-weight: bold;
}
.area-news.M006 .news-Wrap p.textIn {
}

/*==M007==*/
.area-news.M007 .news-Wrap ul {
    max-width: 741px;
	margin: 0 auto;
}
.area-news.M007 .news-Wrap ul li {
  border-bottom: 1px dotted #000;
  padding: 15px 10px;
  margin-bottom: 5px;
  display: table;
  width: 100%;
  box-sizing: border-box;
}
.area-news.M007 .news-Wrap .dateIn {
  padding-right: 10px;
  width: 21%;
  min-width: 120px;
  display: table-cell;
}
.area-news.M007 .news-Wrap .text-Area {
  display: table-cell;
  box-sizing: border-box;
}
.area-news.M007 .news-Wrap .text-Area .titileIn {
  color: #cc0066;
  font-weight: bold;
}
.area-news.M007 .news-Wrap p.textIn {
}

/*******************
  Mパーツ
  --ニュースフォーム
  スマホ用スタイル
********************/

@media screen and (max-width: 640px) {
/*◆◆共通テーブル◆◆*/
/*=M001～M004==*/
.area-news .tableN-Wrap table th {
  width:100%;
  box-sizing:border-box;
}
.area-news .tableN-Wrap .table-type3 table th span {
  font-weight:bold;
}
.area-news .tableN-Wrap table td {
  overflow:auto;
}
/*M004*/
.area-news.M004 .tableN-Wrap table td {
  margin: 0 0 10px;
}
.area-news.M004 .tableN-Wrap table td img {
  float: none;
  margin: 0 auto 10px;
}
/*==M005==*/
.area-news.M005 .divide-Wrap .dateIn {
  font-weight: bold;
  margin-right: 10px;
}
.area-news.M005 .divide-Wrap p.textIn {
    margin: 0 0 20px;
}
/*==M006==*/
.area-news.M006 .bg-Wrap {
  padding: 10px;
}
.area-news.M006 .bg-Wrap .title-Area .titileIn {
  padding: 6px 0 0 8px;
  margin-bottom: 16px;
  margin-left: 32px;
  font-size: 18px;
}
.area-news.M006 .bg-Wrap .title-Area .imageIn {
 bottom: -4px;
 left: 0px;
}
.area-news.M006 .bg-Wrap .title-Area .imageIn img {
 width: 65%;
}
.area-news.M006 .news-Wrap ul {
  padding: 15px;
}
.area-news.M006 .news-Wrap ul li {
  display: block;
  padding: 15px;
}
.area-news.M006 .news-Wrap .dateIn {
  display: block;
  width: 100%;
}
.area-news.M006 .news-Wrap .text-Area {
  display: block;
  width: 100%;
}
.area-news.M006 .news-Wrap .text-Area .titileIn {
}
.area-news.M006 .news-Wrap p.textIn {
}
/*==M007==*/
.area-news.M007 .news-Wrap ul li {
  display: block;
  padding: 15px;
}
.area-news.M007 .news-Wrap .dateIn {
  display: block;
  width: 100%;
}
.area-news.M007 .news-Wrap .text-Area {
  display: block;
  width: 100%;
}
}

/* =================================================


  Nパーツ 
  --カレンダー
  area-cal
  

================================================= */

/*◆◆N001～N004◆◆*/
.area-cal .calendar-Wrap table {
  margin-bottom:0;
}
.area-cal .calendar-info {
  float:left;
  margin:0;
  padding:0 0 0 30px;
  width:100%;
  box-sizing:border-box;
}
.area-cal .calendar-info ul li span {
  margin-right:5px;
}
.area-cal .calendar-info ul li {
  display:inline-block;
  margin:0 20px 0 0;
}
.area-cal .calendar .cale-v2 {
  margin:0 2% 20px;
  width:45.5%;
  display:inline-block;
}
.area-cal .calendar .cale-v3 {
  margin:0 1% 15px;
  width:30.5%;
  display:inline-block;
  vertical-align:top;
}
table.calendar tbody tr:first-child th {
  word-break: break-all;
  line-height:1;
  vertical-align:middle;
  padding: 10px 0;
}

/*******************
  Nパーツ 
  --カレンダー
  スマホ用スタイル
********************/

@media screen and (max-width: 640px) {
/*◆◆N001～N004◆◆*/
.area-cal .calendar .cale-v2,
.area-cal .calendar .cale-v3 {
  margin:10px auto ;
  width:100%;
}
.area-cal .calendar-info {
  padding:0 0 0 10px;
}
}

/* =================================================


  Pパーツ 
  --メールフォーム
  area-inquryform
  

================================================= */

/*◆◆P001～P008◆◆*/
.area-inquryform .inquryform-Wrap p {
  margin: 0 0 15px;
}
.area-inquryform .inquryform-Wrap .inquryTable,
.area-inquryform .inquryform-Wrap .inquryTable2,
.area-inquryform .inquryform-Wrap .inquryTable3 {
  width: 95%;
  margin: 0 auto 10px;
}
.area-inquryform .inquryform-Wrap .inquryTable th,
.area-inquryform .inquryform-Wrap .inquryTable2 th {
  width: 24%;
  min-width:160px;
  padding: 13px 15px 13px 0;
  vertical-align: top;
  text-align: left;
}
.area-inquryform .inquryform-Wrap .inquryTable3 th {
  width: 24%;
  min-width:160px;
  padding: 5px 12px;
  vertical-align: top;
  background: #fff;
  text-align: left;
  border: 1px solid #999;
}
.area-inquryform .inquryform-Wrap .inquryTable td,
.area-inquryform .inquryform-Wrap .inquryTable2 td {
  padding: 13px 0;
}
.area-inquryform .inquryform-Wrap .inquryTable3 td {
  padding: 5px 0 5px 10px;
  border: 1px solid #999;
  background: #fff;
  box-sizing: border-box;
}
.area-inquryform .inquryform-Wrap .inquryTable td input[type="text"] {
  width: 55%;
  height: 32px;
  padding: 5px;
  border: 1px solid #ccc;
  font-size: 16px;
}
.area-inquryform .inquryform-Wrap .inquryTable2 td input[type="text"] {
  width: 55%;
  height: 32px;
  padding: 5px;
  border: 1px solid #ccc;
  font-size: 16px;
  border:none;
  background:rgba(255,255,0,0.3);
  box-shadow: 2px 2px 5px rgba(0,0,0,0.4);
}
.area-inquryform .inquryform-Wrap .inquryTable3 td input[type="text"] {
  width: 55%;
  height: 32px;
  padding: 5px;
  border: 1px solid #ccc;
  font-size: 16px;
  border:none;
  background:rgba(200,200,200,0.1);
}
.area-inquryform .inquryform-Wrap .inquryTable td input[type="text"].zipcode,
.area-inquryform .inquryform-Wrap .inquryTable2 td input[type="text"].zipcode {
  width: 110px;
}
.area-inquryform .inquryform-Wrap .inquryTable td textarea {
  width: 100%;
  height: 132px; 
  padding: 5px;
  border-radius: 3px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  font-size: 16px;
}
.area-inquryform.P007 .inquryform-Wrap .inquryTable td textarea {
  border-radius: 0;
}
.area-inquryform .inquryform-Wrap .inquryTable2 td textarea {
  width: 100%;
  height: 132px; 
  padding: 5px;
  border-radius: 3px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  font-size: 16px;
  border:none;
  background:rgba(255,255,0,0.3);
  box-shadow: 2px 2px 5px rgba(0,0,0,0.4);
}
.area-inquryform .inquryform-Wrap .inquryTable3 td textarea {
  width: 95%;
  height: 132px; 
  padding: 5px;
  border-radius: 3px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  font-size: 16px;
  border:none;
  background:rgba(200,200,200,0.1);
}
.area-inquryform .inquryform-Wrap .inquiryBtn {
  text-align: center;
}
.area-inquryform .inquryform-Wrap .inquiryBtn input[type="button"],
.area-inquryform .inquryform-Wrap .inquiryBtn a {
  -webkit-appearance: none;
  border-radius: 0;
  display: inline-block;
  min-width: 40%;
  padding: 25px 45px;
  color: white;
  text-decoration: none;
  background: #cc0066;
  background: -moz-linear-gradient(top, #cc0066 0%, #cc4186 100%);
  background: -webkit-linear-gradient(top, #cc0066 0%, #cc4186 100%);
  background: linear-gradient(to bottom, #cc0066 0%, #cc4186 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0066', endColorstr='#cc4186',GradientType=0 );
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  border: 3px double white;
  font-size: 20px;
  text-shadow: 0 1px 0 #000;
  white-space: normal;
}
.area-inquryform.P006 .inquryform-Wrap .inquiryBtn input[type="button"] {
  width: 100%;
}
.area-inquryform .inquryform-Wrap .inquiryBtn input[type="button"]:hover,
.area-inquryform .inquryform-Wrap .inquiryBtn a:hover {
  cursor: pointer;
  position: relative;
  top: 1px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.area-inquryform .inquryform-Wrap .inquryTable th p.required,
.area-inquryform .inquryform-Wrap .inquryTable2 th p.required,
.area-inquryform .inquryform-Wrap .inquryTable3 th p.required,
.area-inquryform .inquryform-Wrap .inquryTable th font.required,
.area-inquryform .inquryform-Wrap .inquryTable2 th font.required,
.area-inquryform .inquryform-Wrap .inquryTable3 th font.required {
  margin-left: 7px;
  padding: 0px 3px;
  background: #e41b1b;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}
.area-inquryform .inquryform-Wrap .inquiryBtn2 {
  margin-left:26%;
}
.area-inquryform .inquryform-Wrap .inquiryBtn2 input[type="button"],
.area-inquryform .inquryform-Wrap .inquiryBtn2 a {
  -webkit-appearance: none;
  border-radius: 0;
  display: inline-block;
  min-width: 30%;
  max-width: 70%;
  padding: 10px 20px;
  color: white;
  text-decoration: none;
  background: #cc0066;
  background: -moz-linear-gradient(top, #cc0066 0%, #cc4186 100%);
  background: -webkit-linear-gradient(top, #cc0066 0%, #cc4186 100%);
  background: linear-gradient(to bottom, #cc0066 0%, #cc4186 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0066', endColorstr='#cc4186',GradientType=0 );
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  border: 3px double white;
  font-size: 20px;
  text-shadow: 0 1px 0 #000;
  white-space: normal;
}
.area-inquryform .inquryform-Wrap .inquiryBtn2 input[type="button"]:hover,
.area-inquryform .inquryform-Wrap .inquiryBtn2 a:hover {
  cursor: pointer;
  position: relative;
  top: 1px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
/*P006 P007*/
.area-inquryform.P006 .inquryform-Wrap .inquryTable,
.area-inquryform.P007 .inquryform-Wrap .inquryTable {
  width: 100%;
}
.area-inquryform.P006 .inquryform-Wrap .inquryTable th,
.area-inquryform.P006 .inquryform-Wrap .inquryTable td,
.area-inquryform.P007 .inquryform-Wrap .inquryTable th,
.area-inquryform.P007 .inquryform-Wrap .inquryTable td {
  display: block;
  width: auto;
}
.area-inquryform.P006 .inquryform-Wrap .inquryTable th,
.area-inquryform.P007 .inquryform-Wrap .inquryTable th {
  font-size: 16px;
  font-weight: 500;
  padding: 0 0 3px;
}
.area-inquryform.P006 .inquryform-Wrap .inquryTable td,
.area-inquryform.P007 .inquryform-Wrap .inquryTable td {
  padding: 0 0 16px;
}

.area-inquryform.P006 .inquryform-Wrap .inquryTable td input[type="text"] {
  width: 100%;
  height: auto;
  padding: 5px;
  border: 1px solid #999;
  border-radius: 5px;
  box-sizing: border-box;
}
.area-inquryform.P007 .inquryform-Wrap .inquryTable td input[type="text"] {
  width: 100%;
  height: auto;
  padding: 5px;
  box-sizing: border-box;
}
.area-inquryform.P006 .inquryform-Wrap .inquryTable td textarea {
  margin: 0;
  border: 1px solid #999;
  border-radius: 5px;
}
.area-inquryform.P006 .inquryform-Wrap .inquryTable th .required {
  padding: 0px 3px;
  color: #e41b1b;
  background: none;
  font-size: 14px;
  margin-left: 0px;
}
/*P008*/
.area-inquryform.P008 .inquryform-Wrap table {
  border-collapse: separate;
  border-spacing: 5px;
  max-width: 720px;
  margin: 0 auto 20px;
}
.area-inquryform.P008 .inquryform-Wrap table th {
  width: 30%;
  padding: 12px 18px;
  background: rgba(100,100,100,0.1);
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
  border: none;
  box-sizing: border-box;
}
.area-inquryform.P008 .inquryform-Wrap table th span {
  font-weight: normal;
}
.area-inquryform.P008 .inquryform-Wrap table td {
  border: none;
  background: #fff;
  padding: 13px;
}
.area-inquryform.P008 .inquryform-Wrap table tr:first-child th {
  border-radius: 9px 0 0 0;
}
.area-inquryform.P008 .inquryform-Wrap table tr:last-child th {
  border-radius: 0 0 0 9px;
}
.area-inquryform.P008 .inquryform-Wrap table tr:first-child td {
  border-radius: 0 9px 0 0;
}
.area-inquryform.P008 .inquryform-Wrap table tr:last-child td {
  border-radius: 0 0 9px 0;
}

/*******************
  Pパーツ 
  --メールフォーム
  スマホ用スタイル
********************/

@media screen and (max-width: 640px) {
/*◆◆P001～P008◆◆*/
.area-inquryform .inquryform-Wrap .inquryTable,
.area-inquryform .inquryform-Wrap .inquryTable2,
.area-inquryform .inquryform-Wrap .inquryTable3 {
  width: 100%;
}
.area-inquryform .inquryform-Wrap .inquryTable,
.area-inquryform .inquryform-Wrap table.inquryTable2,
.area-inquryform .inquryform-Wrap table.inquryTable3 {
  width: 100%;
  margin-bottom: 5px;
}
.area-inquryform .inquryform-Wrap .inquryTable th,
.area-inquryform .inquryform-Wrap .inquryTable2 th,
.area-inquryform .inquryform-Wrap .inquryTable3 th {
  margin-bottom:0;
  padding-bottom:0;
  display: block;
  width: auto;
  padding: 0;
  vertical-align: top;
  background: none;
  border: 0;
}
.area-inquryform .inquryform-Wrap .inquryTable td,
.area-inquryform .inquryform-Wrap .inquryTable2 td {
  border-bottom: 0;
  display: block;
  padding: 10px 0 17px;
}
.area-inquryform .inquryform-Wrap .inquryTable3 td {
  border: 0;
  display: block;
  padding: 10px 0 17px;
  background:none;
}
.area-inquryform .inquryform-Wrap .inquryTable td input[type="text"],
.area-inquryform .inquryform-Wrap .inquryTable2 td input[type="text"] {
  box-sizing: border-box;
  width: 100%;
}
.area-inquryform .inquryform-Wrap .inquryTable3 td input[type="text"] {
  width: 100%;
  border:1px solid #999;
  box-sizing: border-box;
  background:rgba(255,255,255,0.8);
}
.area-inquryform .inquryform-Wrap .inquryTable3 td textarea {
  width: 100%;
  border:1px solid #999;
  box-sizing: border-box;
  background:rgba(255,255,255,0.8);
}
.area-inquryform .inquryform-Wrap .inquiryBtn input[type="button"],
.area-inquryform .inquryform-Wrap .inquiryBtn a {
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 25px 15px;
  font-size: 16px;
  -webkit-appearance: none;
}
.area-inquryform .inquryform-Wrap .inquiryBtn2 {
  margin-left:0;
}
.area-inquryform .inquryform-Wrap .inquiryBtn2 input[type="button"],
.area-inquryform .inquryform-Wrap .inquiryBtn2 a {
  margin:0;
  display: block;
  max-width: 100%;
  -webkit-appearance: none;
}
.area-inquryform .inquryform-Wrap table th span {
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
}
/*P008*/
.area-inquryform.P008 .inquryform-Wrap table th {
  width: 100%;
}
.area-inquryform.P008 .inquryform-Wrap table tr:first-child th {
  border-radius: 9px 9px 0 0;
}
.area-inquryform.P008 .inquryform-Wrap table tr:last-child th {
  border-radius: 0;
}
.area-inquryform.P008 .inquryform-Wrap table tr:first-child td {
  border-radius: 0;
}
.area-inquryform.P008 .inquryform-Wrap table tr:last-child td {
  border-radius: 0 0 9px 9px;
}	
}

/* =================================================


  Qパーツ 
  --地図
  area-map
  

================================================= */

/*◆◆Q001 Q002 Q009 Q014◆◆*/
.area-map .table-Wrap table th,
.area-map .table-Wrap table td {
  color: #cc0066;
}
/*==地図エリア==*/
.area-map .table-Wrap .gmap-style {
  float:right;
  width:40%;
  max-width: 350px;
  height:auto;
}
.area-map .table-Wrap .gmap-style div {
  float: left;
}
.area-map .table-Wrap .gmap-style img {
  max-width: 100%;
}
@media screen and (max-width: 855px) {
.area-map .table-Wrap .gmap-style{
  margin:20px;
  width:100%;
  float:left;
}
}
/*==Q001==*/
.area-map .table-Wrap .table-type2 {
  float:left;
  width:50%;
}
.area-map .table-Wrap .table-type2 > table th {
  width: 30%;
}
@media screen and (max-width: 855px) {
.area-map .table-Wrap .table-type2 {
  width:100%;
  max-width: 100%;
}
}
/*==Q002==*/
.area-map .table-Wrap .table-type3 > table th,
.area-map .table-Wrap .table-type3 > table td{
  border: 0px solid #000;
  border-bottom: 5px solid rgba(255,202,255,0.3);
}
.area-map .table-Wrap .table-type3 {
  float:left;
  width:50%;
}
.area-map .table-Wrap .table-type3 > table th {
  width:30%;
}
@media screen and (max-width: 855px) {
.area-map .table-Wrap .table-type3 {
  width:100%;
}
.area-map .table-Wrap .table-type3 > table th {
  width:auto;
}
}
/*==Q009==*/
.area-map .table-Wrap .table-type4 {
  float:left;
  width:43%;
}
.area-map.Q009 .table-Wrap .gmap-style {
  width:55%;
  max-width: 460px;
}
.area-map .table-Wrap .table-type4 > table th,
.area-map .table-Wrap .table-type4 > table td {
  display:block;
  border:none;
  padding: 6px 15px;
  width: 100%;
  box-sizing: border-box;
  background:none;
  color:#666;
}
.area-map .table-Wrap .table-type4 > table th,
.area-map .table-Wrap .table-type4 > table th span{
  font-weight: normal;
}
.area-map .table-Wrap .table-type4 > table th span {
  display: inline;
}
@media screen and (max-width: 855px) {
.area-map .table-Wrap .table-type4 {
  width:100%;
  max-width: 100%;
}
.area-map.Q009 .table-Wrap .gmap-style{
  width:100%;
}
}
/*==Q014==*/
.area-map .table-Wrap .table-type5 {
  float:left;
  width:36%;
}
.area-map.Q014 .table-Wrap .gmap-style {
  width: 63%;
  max-width: 600px;
}
.area-map .table-Wrap .table-type5 > table tr {
  display: block;
  margin-bottom: 20px;
}	
.area-map .table-Wrap .table-type5 > table th,
.area-map .table-Wrap .table-type5 > table td {
  display:block;
  border:none;
  padding: 3px 6px;
  width: 100%;
  box-sizing: border-box;
  background:none;
  color: #666;
}
.area-map .table-Wrap .table-type5 > table th,
.area-map .table-Wrap .table-type5 > table th span{
  font-weight: normal;
}
.area-map .table-Wrap .table-type5 > table th span {
  display: inline;
}
@media screen and (max-width: 855px) {
.area-map .table-Wrap .table-type5 {
  width:100%;
  max-width: 100%;
}
.area-map.Q014 .table-Wrap .gmap-style{
  width:100%;
}
}
/*◆◆Q003 Q004 Q011 Q013◆◆*/
.area-map .map-Wrap .map-Area {
  width:50%;
  max-width:450px;
}
.area-map.Q003 .map-Wrap .map-Area {
  float:left;
}
.area-map.Q004 .map-Wrap .map-Area,
.area-map.Q011 .map-Wrap .map-Area,
.area-map.Q013 .map-Wrap .map-Area {
  float:right;
}
.area-map .map-Wrap .map-Area img {
  width:100%;
}
.area-map .map-Wrap .text-Area {
  float:left;
  width:47%;
  max-width:450px;
}
.area-map.Q003 .map-Wrap .text-Area {
  margin-left:3%;
}
.area-map.Q004 .map-Wrap .text-Area,
.area-map.Q011 .map-Wrap .text-Area,
.area-map.Q013 .map-Wrap .text-Area {
  margin-right:2%;
}
.area-map .map-Wrap .text-Area dl {
  border-bottom:1px dotted #ccc;
}
.area-map .map-Wrap .text-Area dt {
  display:inline-block;
  width:30%;
  font-weight:800;
  vertical-align:top;
  border-top:1px dotted #ccc;
}
.area-map .map-Wrap .text-Area dd {
  display:inline-block;
  width:68%;
  border-top:1px dotted #ccc;
}
.area-map.Q011 .map-Wrap .text-Area dt {
  padding: 0 2px 0 0;
}
.area-map.Q011 .map-Wrap .text-Area dd {
  padding: 0;
  width: 67%;
}
.area-map.Q011 .map-Wrap .text-Area dl {
  border-bottom: none;
}
.area-map.Q011 .map-Wrap .text-Area dt {
  border-top: none;
  color: #cc0066;
  margin-bottom: 10px;
}	
.area-map.Q011 .map-Wrap .text-Area dd {
  border-top: none;
  margin-bottom: 10px;
}
/*Q013*/
.area-map.Q013 .map-Wrap .text-Area {
}
.area-map.Q013 .map-Wrap .imageIn {
  float: right;
}
.area-map.Q013 .map-Wrap .imageIn img {
  margin-top: 10px;
}
/*◆◆Q005 Q006 Q012◆◆*/
.area-map .map2-Wrap .map-Area {
  margin:0 0 20px 0;
  width:100%;
}
.area-map .map2-Wrap .map-Area img {
  width:100%;
}
.area-map .map2-Wrap .text-Area {
  display:block;
  width:100%;
}
.area-map .map2-Wrap .text-Area1,
.area-map .map2-Wrap .text-Area2 {
  float:left;
  display:block;
  width:50%;
  box-sizing: border-box;
}
.area-map .map2-Wrap .text-Area1 {
  padding-right: 10px;
}
.area-map .map2-Wrap .text-Area2 {
  padding-left: 10px;
}
.area-map .map2-Wrap .text-Area dl,
.area-map .map2-Wrap .text-Area1 dl,
.area-map .map2-Wrap .text-Area2 dl {
  border-bottom:1px dotted #ccc;
}
.area-map .map2-Wrap .text-Area dt {
  display:inline-block;
  width:20%;
  font-weight:800;
  vertical-align:top;
  border-top:1px dotted #ccc;
}
.area-map .map2-Wrap .text-Area1 dt,
.area-map .map2-Wrap .text-Area2 dt {
  display:inline-block;
  width:30%;
  font-weight:800;
  vertical-align:top;
  border-top:1px dotted #ccc;
}
.area-map .map2-Wrap .text-Area dd {
  display:inline-block;
  width:79%;
  padding-left: 10px;
  box-sizing: border-box;
  border-top:1px dotted #ccc;
}
.area-map .map2-Wrap .text-Area1 dd,
.area-map .map2-Wrap .text-Area2 dd {
  display:inline-block;
  width:68%;
  box-sizing: border-box;
  padding: 0 5px;
  border-top:1px dotted #ccc;
}
/*Q012*/
.area-map.Q012 .map2-Wrap .text-Area1 dl,
.area-map.Q012 .map2-Wrap .text-Area2 dl {
  border-bottom: none;
}
.area-map.Q012 .map2-Wrap .text-Area1 dt,
.area-map.Q012 .map2-Wrap .text-Area2 dt {
  font-size: 17px;
  /*margin-bottom: 7px;*/
}
.area-map.Q012 .map2-Wrap .text-Area1 dt,
.area-map.Q012 .map2-Wrap .text-Area1 dd,
.area-map.Q012 .map2-Wrap .text-Area2 dt,
.area-map.Q012 .map2-Wrap .text-Area2 dd {
  display: block;
  border-top: none;
  width: 100%;
  padding: 0;
}
/*◆◆Q007 Q010◆◆*/
.area-map.Q007 .map2-Wrap .map-Area img,
.area-map.Q010 .map2-Wrap .map-Area img {
  width:100%;
}
/*◆◆Q008◆◆*/
.area-map .map3-Wrap .map-Area {
  margin:0 0 20px 0;
  width:100%;
}
.area-map .map3-Wrap .map-Area img {
  width:100%;
}
.area-map .map3-Wrap .text-Area {
  display:table;
  margin: 0 auto 30px;
}
.area-map .map3-Wrap .logoIn,
.area-map .map3-Wrap .tableIn {
  display:table-cell;
  box-sizing: border-box;
  vertical-align: top;
  width: 50%;
}
.area-map .map3-Wrap .logoIn {
    font-size: 14px;
	padding-right:10px;
    text-align: right;
	word-break: break-all;
}
.area-map .map3-Wrap .logoIn a{
  color: #333;
  font-family: YuMincho, "Yu Mincho", 游明朝体, "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 270%;
  line-height: 1.5em;
  font-weight: bold;
  text-decoration: none;
}
.area-map .map3-Wrap .logoIn a span{
  display:inline-block;
}
.area-map .map3-Wrap .logoIn a img{
  vertical-align: bottom;
}
.area-map .map3-Wrap .logoIn a:hover{
  color: #666;
}
.area-map .map3-Wrap .tableIn {
  padding-left:10px;
}
.area-map .map3-Wrap .tableIn table {
  border-collapse: separate;
  border-spacing: 5px 10px;
}
.area-map .map3-Wrap .tableIn table th{
  min-width: 73px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: normal; 
  border: solid 1px #323232;
  padding: 10px 5px;
  vertical-align:middle;
  font-size: 14px;
}
.area-map .map3-Wrap .tableIn table td{
  vertical-align:middle;
  padding: 0 5px;
  font-size: 14px;
}

/*******************
  Qパーツ 
  --地図
  スマホ用スタイル
********************/

@media screen and (max-width: 640px) {
/*◆◆Q001 Q002 Q009 Q014◆◆*/
/*==地図エリア==*/
.area-map .table-Wrap .gmap-style {
  margin:20px auto;
  max-width: 100%;
}
/*==Q001==*/
.area-map .table-Wrap .table-type2 > table {
  width: 100%;
}
.area-map .table-Wrap .table-type2 > table th {
  width: auto;
}
/*==Q002==*/
.area-map .table-Wrap .table-type1 > table th,
.area-map .table-Wrap .table-type3 > table th{
  margin-bottom:0;
}
/*==Q009==*/
.area-map.Q009 .table-Wrap .gmap-style {
    width: 100%;
    max-width: none;
}
.area-map .table-Wrap .gmap-style div {
	float:none;
}
.area-map.Q009 .table-Wrap .gmap-style img {
    width: 100%;
}
.area-map .table-Wrap .table-type4 > table th,
.area-map .table-Wrap .table-type4 > table td {
    padding: 6px 10px;
}
/*◆◆Q003 Q004 Q011 Q013◆◆*/
.area-map .map-Wrap .map-Area {
  width:100%;
}
.area-map.Q004 .map-Wrap .map-Area,
.area-map.Q011 .map-Wrap .map-Area {
  float:left;
}
.area-map .map-Wrap .text-Area {
  margin:10px 0 0 0;
  width:100%;
  max-width:640px;
}
.area-map.Q003 .map-Wrap .text-Area {
  margin-left: 0;
  margin-right: 2%;
}
.area-map.Q011 .map-Wrap .text-Area dt,
.area-map.Q011 .map-Wrap .text-Area dd {
    margin-bottom: 5px;
    width: 100%;
}
/*Q013*/
.area-map.Q013 .map-Wrap .map-Area {
    float: none;
	margin: 0 auto;
}
.area-map.Q013 .map-Wrap .text-Area {
    margin-right: 0;
}
.area-map.Q013 .map-Wrap .imageIn {
  display: none;
}
/*◆◆Q005 Q006 Q012◆◆*/
.area-map .map2-Wrap .map-Area {
  margin:0 0 10px 0;
  width:100%;
}
.area-map .map2-Wrap .text-Area {
  width:100%;
}
.area-map .map2-Wrap .text-Area1,
.area-map .map2-Wrap .text-Area2 {
  width:100%;
  max-width:640px;
  margin:0;
  padding: 0;
}
.area-map .map2-Wrap .text-Area1 dl {
  border-bottom:0px solid #000;
}
.area-map .map-Wrap .text-Area dt,
.area-map .map2-Wrap .text-Area dt,
.area-map .map2-Wrap .text-Area1 dt,
.area-map .map2-Wrap .text-Area2 dt {
  width:25%;
}
.area-map .map-Wrap .text-Area dd ,
.area-map .map2-Wrap .text-Area dd,
.area-map .map2-Wrap .text-Area1 dd,
.area-map .map2-Wrap .text-Area2 dd {
  width:73%;
}
/*Q012*/
.area-map.Q012 .map2-Wrap .text-Area2 {
  margin-top: 10px;
}
/*◆◆Q008◆◆*/
.area-map .map3-Wrap .logoIn{
  text-align:center;
}
.area-map .map3-Wrap .text-Area,
.area-map .map3-Wrap .logoIn,
.area-map .map3-Wrap .tableIn {
  display:block;
  width:100%;
  margin:0;
  padding: 0;
  word-break: break-word;
}
.area-map .map3-Wrap .tableIn {
  margin-bottom:20px;
}
.area-map .map3-Wrap .logoIn a{
  font-size: 200%;
  line-height: 1.5em;
}
.area-map .map3-Wrap .logoIn a img {
  width: 40px;
}
.area-map .map3-Wrap .tableIn table {
    width:100%;
}
.area-map .map3-Wrap .tableIn table th{
  padding: 5px;
  width: 20%;
}
}

/* =================================================


  Sパーツ 
  --SNSリンク
  area-link
  

================================================= */

/*◆◆共通画像BOX◆◆*/
/*==S009～S014==*/
.area-link.S009 .pics-Wrap,
.area-link.S010 .pics-Wrap,
.area-link.S011 .pics-Wrap {
  border-top:1px solid #ccc;
  border-bottom:1px solid #ccc;
  padding: 10px 10px 0;
}
.area-link.S012 .pics-Wrap,
.area-link.S013 .pics-Wrap,
.area-link.S014 .pics-Wrap {
  border-top:1px solid #ccc;
  border-bottom:1px solid #ccc;
  padding: 10px 6px 4px;
}
.area-link.S010 .pics-Wrap,
.area-link.S013 .pics-Wrap {
  text-align: center;
}
.area-link.S011 .pics-Wrap,
.area-link.S014 .pics-Wrap {
  text-align: right;
}
.area-link .pics-Wrap .link-icon {
  margin-right: -10px;
}
.area-link .pics-Wrap .link-icon-s {
  margin-right: -6px;
}
.area-link .pics-Wrap .link-icon li {
  width: 52px;
  margin:0;
  padding: 0 10px 10px 0;
  text-align:center;
}
.area-link .pics-Wrap .link-icon-s li {
  width: 38px;
  margin:0;
  padding: 0 6px 6px 0;
  text-align:center;
}

/*******************
  Sパーツ  
  --SNSリンク
  スマホ用スタイル
********************/

@media screen and (max-width: 640px) {
/*◆◆共通画像BOX◆◆*/
/*==S009～S014==*/
.area-link.S009 .pics-Wrap,
.area-link.S010 .pics-Wrap,
.area-link.S011 .pics-Wrap {
  padding: 10px 8px 0;
}
.area-link .pics-Wrap .link-icon li {
  width: 42px;
  padding: 0 8px 10px 0;
}
.area-link .pics-Wrap .link-icon {
    margin-right: -8px;
}
}

/* =================================================


  Tパーツ/Vパーツ
  --ヘッダー/メニュー
  area-header/area-menu-8p
  (例外area-header-8p)

================================================= */

/*◆◆共通◆◆*/
.area-header .nav-unshown,
.area-header-8p .nav-unshown,
.area-menu-8p .nav-unshown {
  display:none;
}
.area-header,
.area-header-8p {
  position: relative;
}
.area-header .header-bg-image,
.area-header-8p .header-bg-image {
  width: 100%;
}
/*◆◆共通　v20x用◆◆*/
.area-nav .nav-unshown {
  display:none;
}
.area-nav.P1 nav ul {
  display: none;
}
/*◆◆T001 T501◆◆*/
.T001 header[role="banner"] {
  padding: 30px 0 0;
  background: #cc0066;
  background: -moz-linear-gradient(top, #cc0066 0%, #cc4186 100%);
  background: -webkit-linear-gradient(top, #cc0066 0%, #cc4186 100%);
  background: linear-gradient(to bottom, #cc0066 0%, #cc4186 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0066', endColorstr='#cc4186',GradientType=0 );
  color: white;
  min-width: 850px; /*for background space */
}
.T501 header[role="banner"] {
  position: relative;
  text-align: center;
  height: 0;
  max-width: 900px;
  margin: 0 auto;
}
.T001 header[role="banner"] a {
  color: white;
}
.T501 header[role="banner"] a {
  color: #fff;
}
.T001 header[role="banner"] > .inner {
  position: relative;
  overflow: auto;
  max-width: 900px;
}
.T001 header[role="banner"] .contact {
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px 20px 10px;
  border: 1px solid white;
  background: rgba(255, 255, 255, 0.25);
  text-align: center;
}
.T501 header[role="banner"] .contact {
  position: absolute;
  top: 30px;
  right: 0;
  padding: 15px 20px 10px;
  border: 1px solid white;
  background: rgba(255, 255, 255, 0.25);
  text-align: center;
  color: #fff;
  z-index: 2;
}
.T001 header[role="banner"] .contact dt,
.T501 header[role="banner"] .contact dt {
  margin-bottom: 5px;
  font-size: 12px;
}
.T001 header[role="banner"] .contact dd,
.T501 header[role="banner"] .contact dd {
  font-size: 20px;
}
.T001 header[role="banner"] .contact dd a,
.T501 header[role="banner"] .contact dd a {
  color:inherit;
  text-decoration:none;
}
.T001 header[role="banner"] .logo {
  margin-bottom: 20px;
  text-align: center;
}
.T501 header[role="banner"] .logo {
  position: relative;
  bottom: -30px;
  max-width: 900px;
  display: inline-block;
}
.T501 header[role="banner"] .logo a {
  text-shadow: 1px 1px #000;
}
.T001 header[role="banner"] .logo.page07 {
  padding-bottom: 15px;
  margin-bottom: 10px;
}
.T001 .logo > h1 a,
.T501 .logo > h1 a {
  text-decoration: none;
}
.T001 header[role="banner"] .logo .type,
.T501 header[role="banner"] .logo .type {
  display: block;
  font-weight: normal;
  font-size: 12px;
  word-break: break-all;
}
.T001 .logo > h1 .name,
.T501 .logo > h1 .name {
  font-family: YuMincho, "Yu Mincho", 游明朝体, "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 56px;
  word-break: break-all;
}
@media (max-width: 1024px) and (min-width: 641px) {
.T001 header[role="banner"] {
  width:auto;
  min-width: 641px;
}
.T501 header[role="banner"] .logo {
  padding: 0 5px;
}
}
/*◆◆V101◆◆*/
.V101 nav {
  background:#cc4186;
}
.V101 .qw-menu .inner{
  max-width: 900px;
}
.V101 nav ul {
  display: flex;
}
.V101 nav ul li {
  position: relative;
  flex: 1;
  color: white;
}
.V101 nav ul li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 10px;
  width: 1px;
  background: white;
}
.V101 nav ul li:last-child:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 10px;
  width: 1px;
  background: white;
}
.V101 nav ul li a {
  display: block;
  padding: 12px 5px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  transition: none 0.5s ease-in-out;
  transition-property: background-color, color;
  color: inherit;
  box-sizing: border-box;
  height: 100%;
}
.V101 nav ul li a span {
  display: block;
  font-size: 16px;
}
.V101 nav ul li a span[lang="en"] {
  margin-top: 3px;
  font-size: 12px;
}
.V101 nav ul li a:hover {
  background: rgba(255, 255, 255, 0.25);
}
.V101 nav ul li.state-active {
  background: rgba(255, 255, 255, 0.25);
}
/*◆◆V201◆◆*/
.V201 nav {
  background:#cc4186;
}
.V201 .qw-menu .inner{
  max-width: 900px;
}
.V201 nav ul {
  display: flex;
}
.V201 nav ul li {
  position: relative;
  flex: 1;
  color: white;
}
.V201 nav ul li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 10px;
  width: 1px;
  background: white;
}
.V201 nav ul li:last-child:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 10px;
  width: 1px;
  background: white;
}
.V201 nav ul li a {
  display: block;
  padding: 12px 5px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  transition: none 0.5s ease-in-out;
  transition-property: background-color, color;
  color: inherit;
  box-sizing: border-box;
  height: 100%;
}
.V201 nav ul li a span {
  display: block;
  font-size: 16px;
}
.V201 nav ul li a span[lang="en"] {
  margin-top: 3px;
  font-size: 12px;
}
.V201 nav ul li a:hover {
  background: rgba(255, 255, 255, 0.25);
}
.V201 nav ul li.state-active {
  background: rgba(255, 255, 255, 0.25);
}

/*◆◆T102 T602◆◆*/
.T102 header[role="banner"] {
  background: #cc0066;
  background: -moz-linear-gradient(top, #cc0066 0%, #cc4186 100%);
  background: -webkit-linear-gradient(top, #cc0066 0%, #cc4186 100%);
  background: linear-gradient(to bottom, #cc0066 0%, #cc4186 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0066', endColorstr='#cc4186',GradientType=0 );
  font-family: YuMincho, "Yu Mincho", 游明朝体, "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}
.T602 header[role="banner"] {
  position: relative;
  height: 0;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.T102 header[role="banner"] a {
  color:#fff;
}
.T602 header[role="banner"] a {
  color: #333;
}
.T102 header[role="banner"] .header-wrap > .inner {
  display: block;
  padding: 5px;
}
.T102 .description-wrap {
  max-width: 900px;
  margin: 0 auto;
}
.T102 .description {
  padding: 5px;
  font-size: 12px;
  line-height: 1.3;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", verdana, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  color: #fff;
}
.T602 .description {
  padding: 5px 0;
  font-size: 12px;
  line-height: 1.3;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", verdana, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  box-sizing: border-box;
  text-align: left;
  color: #000;
}
.T602 .description .inner {
  max-width: 900px;
}
.T102 .booking {
  float: right;
  margin-left: 10px;
}	
.T102 header[role="banner"] .booking a {
  display: block;
  width: 200px;
  padding: 9px 5px;
  text-align: center;
  border-radius: 0 0 4px 4px;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  border: solid 1px #fff;
  border-top: none;
  background: #cc0066;
  background: -moz-linear-gradient(top, #cc0066 0%, #cc4186 100%);
  background: -webkit-linear-gradient(top, #cc0066 0%, #cc4186 100%);
  background: linear-gradient(to bottom, #cc0066 0%, #cc4186 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0066', endColorstr='#cc4186',GradientType=0 );
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
.T102 .booking a p{
  display: inline-block;
  position: relative;
  padding-left: 18px;
}
.T102 .booking a p:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 3px;
  box-sizing: border-box;
  margin-top: -4px;
  width: 6px;
  height: 6px;
  border: 4px solid transparent;
  border-left: 6px solid #fff;
}
.T102 header[role="banner"] .header-wrap {
  max-width: 900px;
  margin: 15px auto 0;
}
.T102 header[role="banner"] .logo {
  text-align: center;
}
.T602 header[role="banner"] .logo {
  position: relative;
  bottom: -20px;
  max-width: 900px;
  display: inline-block;
  word-break: break-all;
}
.T102 header[role="banner"] .logo.page07 {
  padding-bottom: 15px;
  margin-bottom: 10px;
}
.T102 .logo > h1 a,
.T602 .logo > h1 a {
  text-decoration: none;
}
.T102 header[role="banner"] .logo .type,
.T602 header[role="banner"] .logo .type {
  display: block;
  font-weight: normal;
  font-size: 10px;
  margin-top: 2px;
  word-break: break-all;
}
.T102 .logo > h1 .name,
.T602 .logo > h1 .name {
  font-family: YuMincho, "Yu Mincho", 游明朝体, "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 32px;
  font-weight: 500;
  word-break: break-all;
}
/*◆◆V102◆◆*/
.V102 .nav-drawer{
  width: 100%;
}
.V102 nav {
  background:#cc4186;
  border-bottom: 2px solid #d0a5a5;
}
.V102 nav .inner {
  max-width: 900px;
}
.V102 nav ul {
  display: flex;
}
.V102 nav ul li {
  position: relative;
  flex: 1;
  color: #fff;
  font-family: YuMincho, "Yu Mincho", 游明朝体, "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  font-weight: 500;
  margin-bottom: -2px;
}
.V102 nav ul li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 98%;
  width: 1px;
  background: white;
}
.V102 nav ul li:last-child:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  background: white;
}
.V102 nav ul li a {
  display: block;
  padding: 20px 5px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  transition: none 0.5s ease-in-out;
  transition-property: background-color, color;
  color: inherit;
  box-sizing: border-box;
  height: 100%;
}
.V102 nav ul li a span {
  display: block;
  font-size: 16px;
}
.V102 nav ul li a span[lang="en"] {
  margin-top: 3px;
  font-size: 12px;
}
.V102 nav ul li {
  border-bottom: 2px solid #d0a5a5;
}
.V102 nav ul li a:hover {
  color:#fff000;
}
.V102 nav ul li:hover {
  border-bottom: 2px solid #fff000;
}
.V102 nav ul li.state-active {
  color:#fff000;
  border-bottom: 2px solid #fff000;
}
/*◆◆T003 T503◆◆*/
.T003 header[role="banner"] {
  padding: 30px 0 20px;
  min-width: 850px; /*for background space */
}
.T503 header[role="banner"] {
  position: relative;
  height: 0;
  max-width: 900px;
  margin: 0 auto;
}
.T003 header[role="banner"] > .inner {
  position: relative;
  max-width:900px;
}
.T003 header[role="banner"] .contact {
  position: absolute;
  top: 0;
  right: 10px;
  color: #333;
}
.T503 .contact-wrap {
  position: relative;
  height: 0;
  max-width: 900px;
  margin: 0 auto;
}
.T503 .contact-wrap .contact {
  position: absolute;
  top: -74px;
  right: 0;
  color: #333;
}
@media (max-width: 1024px) and (min-width: 641px) {
.T503 .contact-wrap .contact {
  right: 10px;
}
}
.T003 header[role="banner"] .contact dt,
.T503 .contact-wrap .contact dt {
  margin-bottom: 3px;
  font-size: 14px;
  text-align: center;
}
.T003 header[role="banner"] .contact dd,
.T503 .contact-wrap .contact dd {
  font-size: 24px;
  font-weight: bold;
}
.T003 header[role="banner"] .contact dd a,
.T503 .contact-wrap .contact dd a {
    color:inherit;
    text-decoration:none;
}
.T003 header[role="banner"] .logo {
  max-width: 69%;
  word-break: break-all;
}
.T503 header[role="banner"] .logo {
  position: relative;
  bottom: -30px;
  max-width: 900px;
  display: inline-block;
  word-break: break-all;
}
.T003 header[role="banner"] .logo.page07 {
  padding-bottom: 15px;
  margin-bottom: 10px;
}
.T003 .logo > h1 a,
.T503 .logo > h1 a {
  text-decoration: none;
  color: #333;
}
.T003 header[role="banner"] .logo .type {
  font-size: 10px;
}
.T503 header[role="banner"] .logo .type {
  font-size: 10px;
  display: inline-block;
}
.T003 .logo > h1 .name {
  font-size: 36px;
}
.T503 .logo > h1 .name {
  font-size: 36px;
}
@media (max-width: 1024px) and (min-width: 641px) {
.T003 header[role="banner"] {
  width:auto;
  min-width: 641px;
}
.T503 header[role="banner"] .logo {
  padding: 0 10px;
}
}
/*◆◆V103◆◆*/
.V103 {
  margin-bottom: 20px;
}
.V103 nav {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 10px;
}	
.V103 nav ul {
  display: flex;
  border-radius:8px;
  overflow:hidden;
}
.V103 nav ul li {
  position: relative;
  flex: 1;
  color: white;
  background: #cc4186;
}
.V103 nav ul li:before {
  content: "";
  position: absolute;
  top: 15%;
  left: 0;
  height: 70%;
  width: 1px;
  background: #fff;
}
.V103 nav ul li:first-child:before {
  display:none;
}
.V103 nav ul li a {
  display: block;
  padding: 12px 5px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  transition: none 0.5s ease-in-out;
  transition-property: background-color, color;
  color: inherit;
  box-sizing: border-box;
  height: 100%;
}
.V103 nav ul li a span {
  display: block;
  font-size: 16px;
}
.V103 nav ul li a span[lang="en"] {
  margin-top: 3px;
  font-size: 12px;
}
.V103 nav ul li a:hover {
}
.V103 nav ul li.state-active a {
  background: rgba(255, 255, 255, 0.1);
}
.V103 .qw-menu .inner {
  padding-left: 0;
  padding-right: 0;
}
/*◆◆T004 T504◆◆*/
.T004 header[role="banner"] {
  padding: 30px 0 0;
  min-width: 920px; /*for background space */
}
.T504 header[role="banner"] {
  position: relative;
  text-align: center;
  height: 0;
  max-width: 900px;
  margin: 0 auto;
}
.T004 header[role="banner"] > .inner {
  position: relative;
  max-width: 900px;
}
.T004 header[role="banner"] .logo {
  padding-bottom: 20px;
  text-align: center;
}
.T504 header[role="banner"] .logo {
  position: relative;
  bottom: -30px;
  max-width: 900px;
  display: inline-block;
}
.T004 header[role="banner"] .logo.page07 {
  padding-bottom: 15px;
  margin-bottom: 10px;
}
.T004 .logo > h1 a,
.T504 .logo > h1 a {
  text-decoration: none;
  color:#333;
}
.T004 .logo > h1 a:hover,
.T504 .logo > h1 a:hover {
  color: inherit;
}
.T004 header[role="banner"] .logo .type,
.T504 header[role="banner"] .logo .type {
  display: block;
  position:relative;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
  padding-bottom: 13px;
  word-break: break-all;
}
.T004 header[role="banner"] .logo .type:before,
.T504 header[role="banner"] .logo .type:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 24px;
  height: 1px;
  margin-left: -12px;
  background: #000;
}
.T004 .logo > h1 .name,
.T504 .logo > h1 .name {
  font-family: YuMincho, "Yu Mincho", 游明朝体, "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  font-style: italic;
  letter-spacing: .1em;
  font-size: 36px;
  word-break: break-all;
}
@media (max-width: 1024px) and (min-width: 641px) {
.T004 header[role="banner"]{
  width:auto;
  min-width: 641px;
}
.T504 header[role="banner"] .logo {
  padding: 0 10px;
}
}
/*◆◆V104◆◆*/
.V104 nav {
  background-color: #cc4186;
}
.V104 nav .inner {
  max-width: 900px;
}
.V104 nav ul {
  display: flex;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.V104 nav ul li {
  position: relative;
  flex: 1;
  color: white;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.V104 nav ul li.state-active a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background: #fff000;
}
.V104 nav ul li:hover a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background: #fff000;
}
.V104 nav ul li a {
  display: block;
  padding: 11px 5px 8px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  transition: none 0.5s ease-in-out;
  transition-property: background-color, color;
  color: inherit;
  box-sizing: border-box;
  height: 100%;
}
.V104 nav ul li a span {
  display: block;
  font-size: 16px;
}
.V104 nav ul li a span[lang="en"] {
  margin-top: 3px;
  font-size: 12px;
}
/*◆◆T005 T505◆◆*/
.T505 header-image-wrap {
  position: relative;
}
.T005 header[role="banner"] {
  padding: 20px 0;
  background: #fff;
  min-width: 850px; /*for background space */
}
.T505 header[role="banner"] {
  position: relative;
  height: 0;
  max-width: 900px;
  margin: 0 auto;
}
.T005 header[role="banner"] a,
.T505 header[role="banner"] a {
  color: #333;
}
.T005 header[role="banner"] > .inner {
  position: relative;
  max-width: 900px;
}
.T005 header[role="banner"] .contact {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
}
.T505 .contact-wrap {
  position: relative;
  height: 0;
  max-width: 900px;
  margin: 0 auto;
}
.T505 .contact-wrap .contact {
  position: absolute;
  top: -60px;
  right: 0;
}
@media (max-width: 1024px) and (min-width: 641px) {
.T505 .contact-wrap .contact {
  right: 10px;
}
}
.T005 header[role="banner"] .contact dl {
  display: table;
  border-collapse: separate;
  border-spacing: 10px;
}
.T505 .contact-wrap .contact dl {
  display: table;
  border-collapse: separate;
  border-spacing: 0;
  background: rgba(255, 255, 255, 0.5);
}
.T005 header[role="banner"] .contact dt {
  display: table-cell;
  font-size: 12px;
  vertical-align: middle;
  padding: 5px;
  background: #e7e7e7;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  color: #333;
}
.T505 .contact-wrap .contact dt {
  display: table-cell;
  font-size: 12px;
  vertical-align: middle;
  padding: 5px;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  color: #333;
}
.T005 header[role="banner"] .contact dd {
  display: table-cell;
  font-weight: bold;
  font-size: 28px;
  color: #cc0066;
}
.T505 .contact-wrap .contact dd {
  display: table-cell;
  font-weight: bold;
  font-size: 23px;
  color: #cc0066;
  padding: 5px;
  box-sizing: border-box;
}
.T005 header[role="banner"] .contact dd a,
.T505 .contact-wrap .contact dd a {
    color:inherit;
    text-decoration:none;
}
.T005 header[role="banner"] .contact dd span.acceptance,
.T505 .contact-wrap .contact dd span.acceptance {
  display: block;
  font-size: 12px;
  color: #555555;
  font-weight:normal;
}
.T005 header[role="banner"] .logo {
  padding-left:20px;
}
.T505 header[role="banner"] .logo {
  position: relative;
  bottom: -20px;
  max-width: 900px;
  display: inline-block;
  word-break: break-all;
}
.T005 .logo > h1 a,
.T505 .logo > h1 a {
  text-decoration: none;
  display: inline-block;
  text-decoration: none;
}
.T005 header[role="banner"] .logo .type,
.T505 header[role="banner"] .logo .type {
  display: block;
  font-weight: normal;
  font-size: 12px;
}
.T005 .logo > h1 .name,
.T505 .logo > h1 .name {
  letter-spacing: 1px;
  font-size: 30px;
  font-weight: 500;
  color: #cc0066;
  padding-top: 10px;
  display: block;
  text-align: left;
}
.T005 .description {
  padding: 5px 35px;
  background: #e7e7e7;
  font-size: 12px;
  text-align: right;
  line-height: 1.4;
}
.T505 .description {
  padding: 5px 0;
  background: #e7e7e7;
  font-size: 12px;
  text-align: right;
  line-height: 1.4;
  box-sizing: border-box;
}
.T005 .description .inner,
.T505 .description .inner {
  max-width: 900px;
}
@media (max-width: 1024px) and (min-width: 641px) {
.T005 header[role="banner"] {
  width:auto;
  min-width: auto;
}
.T505 header[role="banner"] .logo {
  padding: 0 10px;
}
}
/*◆◆V105◆◆*/
.V105 nav.qw-menu {
  margin: 0 auto;
  background: #cc4186;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  box-shadow: inset 0 1px 0 white, inset 0 -1px 0 white;
  padding: 2px 0;
}
.V105 nav .inner {
  max-width: 900px;
}
.V105 nav ul {
  display: flex;
}
.V105 nav ul li {
  position: relative;
  flex: 1;
  color: #fff;
}
.V105 nav ul li:after {
  content: "";
  position: absolute;
  top: 10%;
  right: 0;
  width: 1px;
  height:80%;
  background: #fa8faf;
}
.V105 nav ul li:first-child:before {
  content: "";
  position: absolute;
  top: 10%;
  width: 1px;
  height:80%;
  background: #fa8faf;
}
.V105 nav ul li a {
  display: block;
  padding:17px 5px;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  transition: none 0.5s ease-in-out;
  transition-property: background-color, color;
  color: inherit;
  box-sizing: border-box;
  height: 100%;
}
.V105 nav ul li.state-active {
  background: rgba(255, 255, 255, 0.1);
  color: #ffdfe9;
}
.V105 nav ul li a span {
  display: block;
  font-size: 16px;
}
.V105 nav ul li a span[lang="en"] {
  margin-top: 3px;
  font-size: 12px;
}
.V105 nav ul li a:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #ffdfe9;
  font-weight: bold;
}
.V105 nav ul li.state-active a {
  font-weight: bold;
}
.V105 .description {
  padding: 5px 35px;
  background: #e7e7e7;
  font-size: 12px;
  text-align: right;
  line-height: 1.4;
}

/*******************
  Tパーツ/Vパーツ
  --ヘッダー/メニュー
  スマホ用スタイル
********************/

@media screen and (max-width: 640px) {
/*◆◆共通◆◆*/
.area-header header[role="banner"],
.area-header-8p header[role="banner"] {
  min-width:inherit;/*for background space */
  padding: 0;
}
/*==ハンバーガーメニュー==*/ 
.area-menu-8p #nav-drawer {
  position: relative;
  display: block;
}
/*チェックボックス等は非表示に*/
.area-menu-8p #nav-open span:before {
  bottom: -8px;
}
.area-menu-8p #nav-open span:after {
  bottom: -16px;
}
/*閉じる用の薄黒カバー*/
.area-menu-8p #nav-close {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  transition: .3s ease-in-out;
}
/*アイコンのスペース*/
.area-menu-8p #nav-open::after {
  bottom: 0;
}
.area-menu-8p #nav-open::before,
.area-menu-8p #nav-open::after {
  width: 28px;
  height: 4px;
  display: block;
  content: '';
  position: absolute;
  -webkit-transition: -webkit-box-shadow 0.2s linear, -webkit-transform 0.2s 0.2s;
  transition: box-shadow 0.2s linear, transform 0.2s 0.2s;
  border-radius: 3em;
  -webkit-border-radius: 3em;
  -moz-border-radius: 3em;
}
/* 開閉時のアニメーション */
.area-menu-8p #nav-input:checked ~ #nav-close {
  display: block;
  opacity: .5;
}
.area-menu-8p #nav-input:checked ~ .qw-menu {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}
.area-menu-8p .nav-unshown:checked ~ #nav-open::before {
  -webkit-box-shadow: transparent 0 0 0;
  box-shadow: transparent 0 0 0;
  -webkit-transform: rotate(45deg) translate3d(4px, 11px, 0);
  transform: rotate(45deg) translate3d(4px, 11px, 0);
}
.area-menu-8p .nav-unshown:checked ~ #nav-open::after {
  -webkit-transform: rotate(-45deg) translate3d(4px, -11px, 0);
  transform: rotate(-45deg) translate3d(4px, -11px, 0);
}
.area-menu-8p .nav-unshown/:checked ~ .qw-menu {
  left: 0;
}
/*中身*/
.area-menu-8p .qw-menu {
  overflow: auto;
  position:fixed;
  z-index: 9999;
  width: 60%;
  max-width: 330px;
  background: #fff;
  transition: .3s ease-in-out;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

/*◆◆共通 v20x用◆◆*/
/*==ハンバーガーメニュー==*/ 
.area-nav.P8 #nav-drawer {
  position: relative;
  display: block;
}
/*チェックボックス等は非表示に*/
.area-nav.P8 #nav-open span:before {
  bottom: -8px;
}
.area-nav.P8 #nav-open span:after {
  bottom: -16px;
}
/*閉じる用の薄黒カバー*/
.area-nav.P8 #nav-close {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  transition: .3s ease-in-out;
}
/*アイコンのスペース*/
.area-nav.P8 #nav-open::after {
  bottom: 0;
}
.area-nav.P8 #nav-open::before,
.area-nav.P8 #nav-open::after {
  width: 28px;
  height: 4px;
  display: block;
  content: '';
  position: absolute;
  -webkit-transition: -webkit-box-shadow 0.2s linear, -webkit-transform 0.2s 0.2s;
  transition: box-shadow 0.2s linear, transform 0.2s 0.2s;
  border-radius: 3em;
  -webkit-border-radius: 3em;
  -moz-border-radius: 3em;
}
/* 開閉時のアニメーション */
.area-nav.P8 #nav-input:checked ~ #nav-close {
  display: block;
  opacity: .5;
}
.area-nav.area-nav.P8 #nav-input:checked ~ .qw-menu {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}
.area-nav.P8 .nav-unshown:checked ~ #nav-open::before {
  -webkit-box-shadow: transparent 0 0 0;
  box-shadow: transparent 0 0 0;
  -webkit-transform: rotate(45deg) translate3d(4px, 11px, 0);
  transform: rotate(45deg) translate3d(4px, 11px, 0);
}
.area-nav.P8 .nav-unshown:checked ~ #nav-open::after {
  -webkit-transform: rotate(-45deg) translate3d(4px, -11px, 0);
  transform: rotate(-45deg) translate3d(4px, -11px, 0);
}
.area-nav.P8 .nav-unshown/:checked ~ .qw-menu {
  left: 0;
}
/*中身*/
.area-nav.P8 .qw-menu {
  overflow: auto;
  position:fixed;
  z-index: 9999;
  width: 60%;
  max-width: 330px;
  background: #fff;
  transition: .3s ease-in-out;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
} 
/*4ページ以下*/
.area-nav.P1 nav,
.area-nav.P2 nav,
.area-nav.P3 nav,
.area-nav.P4 nav {
  clear: both;
  margin: 0;
} 
.area-nav.P2 nav ul,
.area-nav.P3 nav ul,
.area-nav.P4 nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: auto;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.area-nav.P2 nav ul li,
.area-nav.P3 nav ul li,
.area-nav.P4 nav ul li {
  height: auto;
  margin:0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  justify-content: center;
}
.area-nav.P2 nav ul li,
.area-nav.P4 nav ul li {
  width:50%;
  flex: auto;
}
.area-nav.P2 nav ul li a,
.area-nav.P3 nav ul li a,
.area-nav.P4 nav ul li a {
  display: block;
  padding: 15px 10px;
  color: white;
  height: auto;
}
/*◆◆T001 T501◆◆*/
.T001 header[role="banner"] {
  padding: 0;
  min-width:inherit;/*for background space */
}
.T001 header[role="banner"] .contact {
  position: static;
  margin: 0 0 15px;
  padding: 7px;
  border: 0;
}
.T501 header[role="banner"] .contact {
  position: static;
  margin: 0 0 8px;
  padding: 2px 5px 0px;
  border: 0;
}
.T001 header[role="banner"] .contact dt,
.T501 header[role="banner"] .contact dt {
  display: inline;
  margin: 0 5px 0 0;
  font-size: 12px;
}
.T001 header[role="banner"] .contact dd,
.T501 header[role="banner"] .contact dd {
  display: inline;
  font-size: 12px;
  font-weight: bold;
}
.T001 header[role="banner"] .logo {
  text-align: center;
  padding-bottom: 0px;
}
.T501 header[role="banner"] .logo {
  position: static;
  margin: 0 48px;
}
.T001 .logo > h1 .type {
  margin-top: 5px;
  font-size: 10px;
}
.T501 .logo > h1 .type {
}
.T001 .logo > h1 .name {
  font-size: 32px;
}
.T501 .logo > h1 .name {
  font-size: 23px;
  line-height: 1.1;
}
/*◆◆V101◆◆*/
.V101 nav {
  clear: both;
  margin: 0 5px;
}
.V101 nav ul {
  display: block;
}
.V101 nav ul li {
  color: #666;
}
.V101 nav ul li a {
  display: block;
  padding: 18px 5px;
  text-align: center;
}
.V101 nav ul li a span {
  display: block;
  font-size: 14px;
}
.V101 nav ul li a span[lang="en"] {
  display: none;
}
.V101 nav ul li:before,
.V101 nav ul li:last-child:after {
  position: static;
}
/*==ハンバーガーメニュー==*/ 
/*アイコンのスペース*/
.V101 #nav-open {
  position: relative;
  width: 30px;
  height: 25px;
  vertical-align: middle;
  margin-right: 15px;
  cursor: pointer;
  display: block;
  float: right;
  z-index: 100;
  margin-top: -52px;/*アイコンの高さ*/
}
.V101 #nav-open::before {
  -webkit-box-shadow: #FFF 0 10.5px 0;/*アイコンの色*/
  box-shadow: #FFF 0 10.5px 0;/*アイコンの色*/
}
.V101 #nav-open::before,
.V101 #nav-open::after {
  background: #FFF;/*アイコンの色*/
}
/*中身*/    
.V101 .qw-menu {
  right:-5px;/*背景の右位置*/
  top: 116px;/*背景の高さ*/
}
.V101 .qw-menu ul li {
  border-bottom: 1px dotted #999;
}
.V101 .qw-menu ul li:last-child {
  border-bottom: none;
}
.V101 .qw-menu ul li a,
.qw-menu ul li a:active {
  text-decoration: none;
}
/*◆◆V201◆◆*/
.P8 nav {
  clear: both;
  margin: 0 5px;
}
.P8 nav ul {
  display: block;
}
.P8 nav ul li {
  color: #666;
}
.P8 nav ul li a {
  display: block;
  padding: 18px 5px;
  text-align: center;
}
.P8 nav ul li a span {
  display: block;
  font-size: 14px;
}
.P8 nav ul li a span[lang="en"] {
  display: none;
}
.P8 nav ul li:before,
.P8 nav ul li:last-child:after {
  position: static;
}
/*==ハンバーガーメニュー==*/ 
/*アイコンのスペース*/
.P8 #nav-open {
  position: relative;
  width: 30px;
  height: 25px;
  vertical-align: middle;
  margin-right: 15px;
  cursor: pointer;
  display: block;
  float: right;
  z-index: 100;
  margin-top: -52px;/*アイコンの高さ*/
}
.P8 #nav-open::before {
  -webkit-box-shadow: #FFF 0 10.5px 0;/*アイコンの色*/
  box-shadow: #FFF 0 10.5px 0;/*アイコンの色*/
}
.P8 #nav-open::before,
.P8 #nav-open::after {
  background: #FFF;/*アイコンの色*/
}
/*中身*/    
.P8 .qw-menu {
  right:-5px;/*背景の右位置*/
  top: 116px;/*背景の高さ*/
}
.P8 .qw-menu ul li {
  border-bottom: 1px dotted #999;
}
.P8 .qw-menu ul li:last-child {
  border-bottom: none;
}
.P8 .qw-menu ul li a,
.P8 .qw-menu ul li a:active {
  text-decoration: none;
}
/*4ページ以下*/ 
.P2 nav ul li a,
.P3 nav ul li a,
.P4 nav ul li a {
  display: block;
  padding: 15px 5px;
  text-align: center;
}
.P2 nav ul li a span,
.P3 nav ul li a span,
.P4 nav ul li a span {
  display: block;
  font-size: 14px;
}
.P2 nav ul li a span[lang="en"],
.P3 nav ul li a span[lang="en"],
.P4 nav ul li a span[lang="en"] {
  display: none;
}
.P2 nav ul li:before,
.P3 nav ul li:before,
.P4 nav ul li:before {
  display: none;
}
.P2 nav ul li:after,
.P3 nav ul li:after,
.P4 nav ul li:after {
  display: none;
}
.P2 nav ul li,
.P3 nav ul li,
.P4 nav ul li {
  border-top: 1px solid rgba(255, 204, 255, 0.4);
  border-right: 1px solid rgba(255, 204, 255, 0.4);
}
.P2 nav ul,
.P3 nav ul,
.P4 nav ul {
  border-bottom: 1px solid rgba(255, 204, 255, 0.4);
}
/*◆◆T102 T602◆◆*/
.T102 .description {
  padding: 2px 10px;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 1.3;
}
.T602 .description {
  padding: 2px 0;
  margin-bottom: 8px;
}
.T602 .description .inner {
  padding-left: 10px;
  padding-right: 10px;
}
.T102 .booking {
  float: none;
  margin-left: 0;
  margin-bottom: 3px;
}
.T102 header[role="banner"] .booking a {
  width:auto;
  margin: 0 10px;
  padding: 5px;
}
.T102 .booking a p{
  padding-left: 0;
}
.T102 .booking a p:before {
  display:none;
}
.T102 header[role="banner"] .header-wrap {
  display: block;
  position: relative;
  margin-top: 0;
}
.T102 header[role="banner"] .header-wrap > .inner {
  display: block;
  width: auto;
}
.T102 header[role="banner"] .logo {
  text-align: center;
  padding-bottom: 10px;
  margin: 0 48px;
}
.T602 header[role="banner"] .logo {
  position: static;
  margin: 0 48px;
}
.T102 .logo > h1 .type {
  margin-top: 5px;
  font-size: 10px;
}
.T602 header[role="banner"] .logo .type {
    margin-top: 2px;
}
.T602 .logo > h1 .name {
  font-size: 23px;
  line-height: 1.1;
}
/*◆◆V102◆◆*/
.V102 .nav-drawer {
  display: block;
  width: auto;
}
.V102 nav {
  clear: both;
  margin: 0 5px;
  border-bottom: none;
}
.V102 nav ul {
  display: block;
}
.V102 nav ul li {
  color: #666;
  margin: 0;
}
.V102 nav ul li a {
  display: block;
  padding: 18px;
  text-align: left;
}
.V102 nav ul li a span {
  display: block;
  font-size: 14px;
}
.V102 nav ul li a span[lang="en"] {
  display: none;
}
.V102 nav ul li:before,
.V102 nav ul li:last-child:after {
  position: static;
}
.V102 nav ul li.state-active,
.V102 nav ul li a:hover {
  color: #cc0066;
}
/*==ハンバーガーメニュー==*/  
/*アイコンのスペース*/
.V102 #nav-open {
  position: absolute;
  top: 80px;
  right: 10px;
  width: 30px;
  height: 25px;
  vertical-align: middle;
  cursor: pointer;
  display: block;
  float: right;
  z-index: 100;
}
.V102 #nav-open::before {
  -webkit-box-shadow: #fff 0 10.5px 0;/*アイコンの色*/
  box-shadow: #fff 0 10.5px 0;/*アイコンの色*/
}
.V102 #nav-open::before,
.V102 #nav-open::after {
  background: #fff;/*アイコンの色*/
}
/*中身*/
.V102 .qw-menu {
  right:-5px;/*背景の右位置*/
  top: 115px;/*背景の高さ*/
}  
.V102 .qw-menu ul li,
.V102 nav ul li,
.V102 nav ul li.state-active,
.V102 nav ul li:hover {
  border-bottom: 1px dotted #999;
}
.V102 .qw-menu ul li:last-child {
  border-bottom: none;
}
.V102 .qw-menu ul li a,
.qw-menu ul li a:active {
  text-decoration: none;
} 
.V102 nav ul li:before,
.V102 nav ul li:last-child:after {
   display:none;
}
.V102 nav ul li a:hover,
.V102 nav ul li.state-active a {
  border-bottom: none;
}
/*◆◆T003 T503◆◆*/
.T003 header[role="banner"] {
  padding: 0;
  margin-bottom: 0;
  min-width:inherit;/*for background space */
}
.T503 header[role="banner"] {
  text-align: center;
}
.T003 header[role="banner"] .contact {
  position: static;
  margin: 0 0 15px;
  padding: 7px;
  border: 0;
  text-align:center;
  background: rgba(161, 161, 161, 0.2);
}
.T503 .contact-wrap {
  position: static;
}
.T503 .contact-wrap .contact {
  border: 0;
  text-align: center;
  background: rgba(161, 161, 161, 0.2);
  top: 0;
  width: 100%;
  box-sizing: border-box;
}
.T003 header[role="banner"] .contact dt,
.T503 .contact-wrap .contact dt {
  display: inline;
  margin: 0 5px 0 0;
  font-size: 12px;
}
.T003 header[role="banner"] .contact dd,
.T503 .contact-wrap .contact dd {
  display: inline;
  font-size: 12px;
  font-weight: bold;
}
.T003 header[role="banner"] .logo {
  text-align: center;
  padding-bottom: 10px;
  max-width: none;
  margin: 0 46px;
}
.T503 header[role="banner"] .logo {
  bottom: -28px;
  margin: 0 48px;
}
.T003 .logo > h1 .type {
  margin-top: 5px;
  font-size: 10px;
  display: inline-block;
}
.T503 .logo > h1 .type {
  margin-top: 5px;
  font-size: 11px;
}
.T003 .logo > h1 .name {
  font-size: 32px;
}
.T503 .logo > h1 .name {
  font-size: 22px;
  line-height: 1.1;
}
/*◆◆V103◆◆*/
.V103 {
  margin-bottom: 0;
}
.V103 nav {
  clear: both;
  margin: 0 5px;
  padding:0;
}
.V103 nav ul {
  display: block;
  border-radius: 0;
  overflow:visible;
}
.V103 nav ul li {
  color: #666;
  background: #fff;
}
.V103 nav ul li a {
  display: block;
  padding: 18px 12px;
  text-align: left;
}
.V103 nav ul li a span {
  display: block;
  font-size: 14px;
}
.V103 nav ul li a span[lang="en"] {
  display: none;
}
.V103 nav ul li:before,
.V103 nav ul li:last-child:after {
  position: static;
}
/*==ハンバーガーメニュー==*/ 
/*アイコンのスペース*/
.V103 #nav-open {
  position: absolute;
  top: 50px;
  right: 10px;
  width: 30px;
  height: 26px;
  vertical-align: middle;
  cursor: pointer;
  display: block;
  z-index: 100;
}
.V103 #nav-open::before {
  -webkit-box-shadow: #333 0 10.5px 0;/*アイコンの色*/
  box-shadow: #333 0 10.5px 0;/*アイコンの色*/
}
.V103 #nav-open::before,
.V103 #nav-open::after {
  background: #333;/*アイコンの色*/
}
/*中身*/
.V103 .qw-menu {
  right:-5px;/*背景の右位置*/
  top: 90px;/*背景の高さ*/
}  
.V103 .qw-menu ul li {
  border-bottom: 1px dotted #999;
}
.V103 .qw-menu ul li:last-child {
  border-bottom: none;
}
.V103 .qw-menu ul li a,.qw-menu ul li a:active {
  text-decoration: none;
} 
/*◆◆T004 T504◆◆*/
.T004 header[role="banner"] {
  padding: 10px 0 0;
  min-width:inherit;/*for background space */
}
.T004 header[role="banner"] .logo {
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.T504 header[role="banner"] .logo {
  bottom: -10px;
  margin: 0 48px;
}
.T004 .logo > h1 .type {
  margin-top: 5px;
  font-size: 10px;
}
.T504 header[role="banner"] .logo .type {
  font-size: 12px;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.T004 .logo > h1 .name {
  font-size: 32px;
}
.T504 .logo > h1 .name {
  font-size: 25px;
  line-height: 1.1;
}	
/*◆◆V104◆◆*/
.V104 nav {
  clear: both;
  margin: 0 5px;
}
.V104 nav ul {
  display: block;
  border-left: none;
}
.V104 nav ul li {
  color: #666;
  border-right: none;
}
.V104 nav ul li a {
  display: block;
  padding: 18px 10px;
  text-align: center;
}
.V104 nav ul li a span {
  display: block;
  font-size: 14px;
}
.V104 nav ul li a span[lang="en"] {
  display: none;
}
.V104 nav ul li:before,
.V104 nav ul li:last-child:after {
  position: static;
}

.V104 nav ul li.state-active a:after,
.V104 nav ul li:hover a:after {
  position: static;
}
/*==ハンバーガーメニュー==*/      
/*アイコンのスペース*/
.V104 #nav-open {
  position: relative;
  width: 30px;
  height: 25px;
  vertical-align: middle;
  margin-right: 15px;
  cursor: pointer;
  display: block;
  float: right;
  z-index: 100;
  margin-top: -52px;/*アイコンの高さ*/
}
.V104 #nav-open::before {
  -webkit-box-shadow: #000 0 10.5px 0;/*アイコンの色*/
  box-shadow: #000 0 10.5px 0;/*アイコンの色*/
}
.V104 #nav-open::before,
.V104 #nav-open::after {
  background: #000;/*アイコンの色*/
}  
/*中身*/
.V104 .qw-menu {
  right:-5px;/*背景の右位置*/
  top: 106px;/*背景の高さ*/
} 
.V104 nav ul li a {
  text-align: left;
}
.V104 nav ul li,
.V104 nav ul li:hover,
.V104 nav ul li.state-active {
  border-bottom: 1px dotted #999;
}
.V104 nav ul li.state-active {
  background: rgba(255, 255, 255, 0.3);
}
/*◆◆T005 T505◆◆*/
.T505 header[role="banner"] {
  text-align: center;
}
.T005 header[role="banner"].qw-header {
  min-width:inherit;/*for background space */
  padding: 20px 0 5px;
}

.T005 header[role="banner"] .contact {
  position: static;
  padding: 0 7px;
  border: 0;
  text-align: right;
}
.T505 .contact-wrap {
  position: static;
}
.T505 .contact-wrap .contact {
  border: 0;
  text-align: center;
  bottom: 0;
  top: unset;
  width: 100%;
  box-sizing: border-box;
}
.T005 header[role="banner"] .contact dl {
  display: block;
  background: #fafafa;
  border-spacing: 0;
}
.T505 .contact-wrap .contact dl {
  border-spacing: 0;
  width: 100%;
  box-sizing: border-box;
  display: block;
  text-align: center;
}
.T005 header[role="banner"] .contact dt {
  width: 40%;
  white-space: normal;
}
.T505 .contact-wrap .contact dt {
  white-space: normal;
  padding: 0;
  font-size: 12px;
  display: inline;
  font-weight: normal;
}
.T005 header[role="banner"] .contact dd {
  font-size: 18px;
  text-align: left;
  padding: 5px 10px;
}
.T505 .contact-wrap .contact dd {
  font-size: 12px;
  text-align: left;
  display: inline;
}

.T005 header[role="banner"] .logo {
  padding-bottom: 16px;
  padding-left: 10px;
  margin-bottom: 0;
}
.T505 header[role="banner"] .logo {
  bottom: -9px;
  margin: 0 48px;
}
.T005 header[role="banner"] .contact dd span.telIcon,
.T505 header[role="banner"] .contact dd span.telIcon {
  padding: 2px;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  font-size: 11px;
}
.T005 .logo > h1 a {
  max-width: 74%;
  display: block;
  margin: 0 auto;
}
.T505 .logo > h1 a {
  display: block;
  margin: 0 auto;
}
.T005 .logo > h1 .type,
.T505 .logo > h1 .type {
  margin-top: 0;
  font-size: 10px;
  text-align: center;
}
.T005 .logo > h1 .name {
  font-size: 22px;
  padding-top: 0;
  text-align: center;
}
.T505 .logo > h1 .name {
  font-size: 22px;
  line-height: 1.1;
  padding-top: 0;
  text-align: center;
}
.T005 .description,
.T505 .description {
  text-align: center;
  padding: 2px;
}
/*◆◆V105◆◆*/
.V105 nav {
  clear: both;
  margin: 0 5px;
  padding: 0;
  background:#fff;
}
.V105 nav ul {
  display: block;
}
.V105 nav ul li {
  color: #333;
}
.V105 nav ul li:after,
.V105 nav ul li:first-child:before {
  position: static;
}
.V105 nav ul li.state-active {
  background: none;
}
.V105 nav ul li a {
  display: block;
  padding: 18px 25px;
  text-align: left;
  font-weight: normal;
}
.V105 nav ul li a:hover{
  background: none;
  color: #333;
  font-weight: inherit;
}
.V105 nav ul li.state-active,
.V105 nav ul li.state-active:hover{
  color: #333;
  font-weight: bold;
}
.V105 nav ul li a span {
  display: block;
}
.V105 nav ul li a span[lang="en"] {
  display: none;
}
/*==ハンバーガーメニュー==*/ 
/*アイコンのスペース*/
.V105 #nav-open {
  position: absolute;
  top: 42px;
  right: 10px;
  width: 30px;
  height: 25px;
  vertical-align: middle;
  cursor: pointer;
  display: block;
  z-index: 100;
}
.V105 #nav-open::before {
  -webkit-box-shadow: #555 0 10.5px 0;/*アイコンの色*/
  box-shadow: #555 0 10.5px 0;/*アイコンの色*/
}
.V105 #nav-open::before,
.V105 #nav-open::after {
  background: #555;/*アイコンの色*/
}
/*中身*/
.V105 nav.qw-menu {
  right:-5px;/*背景の右位置*/
  top: 96px;/*背景の高さ*/
  width: 71%;
  background: #fff;
  padding: 0;
}
.V105 .qw-menu ul li {
  border-bottom: 1px dotted #999;
}
.V105 .qw-menu ul li:last-child {
  border-bottom: none;
}

/*******************
  スマホ用画像ヘッダー
  メニュー開閉ボタン
  位置調整
********************/

.T501 ~ .V101 #nav-open,
.T501 ~ .V102 #nav-open,
.T501 ~ .V103 #nav-open,
.T501 ~ .V104 #nav-open,
.T501 ~ .V105 #nav-open {
  position: absolute;
  top: 37px;
  right: 10px;
  margin: 0;
}
.T602 ~ .V101 #nav-open,
.T602 ~ .V102 #nav-open,
.T602 ~ .V103 #nav-open,
.T602 ~ .V104 #nav-open,
.T602 ~ .V105 #nav-open,
.T504 ~ .V101 #nav-open,
.T504 ~ .V102 #nav-open,
.T504 ~ .V103 #nav-open,
.T504 ~ .V104 #nav-open,
.T504 ~ .V105 #nav-open,
.T505 ~ .V101 #nav-open,
.T505 ~ .V102 #nav-open,
.T505 ~ .V103 #nav-open,
.T505 ~ .V104 #nav-open,
.T505 ~ .V105 #nav-open {
  position: absolute;
  top: 30px;
  right: 10px;
  margin: 0;
}
.T503 ~ .V101 #nav-open,
.T503 ~ .V102 #nav-open,
.T503 ~ .V103 #nav-open,
.T503 ~ .V104 #nav-open,
.T503 ~ .V105 #nav-open {
  position: absolute;
  top: 26px;
  right: 10px;
  margin: 0;
}
.T501 ~ .V101 .qw-menu,
.T501 ~ .V102 .qw-menu,
.T501 ~ .V103 .qw-menu,
.T501 ~ .V104 .qw-menu,
.T501 ~ .V105 .qw-menu,
.T602 ~ .V101 .qw-menu,
.T602 ~ .V102 .qw-menu,
.T602 ~ .V103 .qw-menu,
.T602 ~ .V104 .qw-menu,
.T602 ~ .V105 .qw-menu,
.T504 ~ .V101 .qw-menu,
.T504 ~ .V102 .qw-menu,
.T504 ~ .V103 .qw-menu,
.T504 ~ .V104 .qw-menu,
.T504 ~ .V105 .qw-menu,
.T505 ~ .V101 .qw-menu,
.T505 ~ .V102 .qw-menu,
.T505 ~ .V103 .qw-menu,
.T505 ~ .V104 .qw-menu,
.T505 ~ .V105 .qw-menu {
  top: 75px;
}
.T503 ~ .V101 .qw-menu,
.T503 ~ .V102 .qw-menu,
.T503 ~ .V103 .qw-menu,
.T503 ~ .V104 .qw-menu,
.T503 ~ .V105 .qw-menu {
  top: 65px;
}
/*v20x用*/
.T501 ~ .V201 #nav-open {
  position: absolute;
  top: 37px;
  right: 10px;
  margin: 0;
}
.T501 ~ .V201 .qw-menu {
  top: 75px;
}
}

/*******************
  スマホ用画像ヘッダー
  小さい端末用
********************/
@media screen and (max-width: 374px) {
.area-header {
  overflow: hidden;
}
.area-header .header-bg-image {
  width: auto;
  height: 150px;
  max-width: none;
}
.T501 .logo > h1 .name {
    font-size: 21px;
}
.T602 .logo > h1 .name {
    font-size: 21px;
    line-height: 1;
}
.T602 header[role="banner"] .logo .type {
    margin-top: 0;
}
.T602 .description {
    margin-bottom: 2px;
}	
.T503 .logo > h1 .name {
  font-size: 18px;
}
.T504 .logo > h1 .name {
  font-size: 18px;
}
.T505 .logo > h1 .name {
  font-size: 20px;
}
/*v20x用*/
.T501 .logo > h1 .name {
    font-size: 21px;
}
}

/* =================================================


  Uパーツ 
  --スライド(スライドショー)
  qw-mainvisual
  

================================================= */

/*◆◆共通◆◆*/
.qw-mainvisual .slideWrap div[id] img {
  width: 100%;
  height: auto;
}
.qw-mainvisual .slideWrap div[id] img + img {
  display: none;
}
/*◆◆U001◆◆*/
.U001 {
  margin: 0 auto 40px;
  text-align: center;
  overflow: hidden;
  line-height: 1.231;
}
.U001 .qw-dx {
  position: relative;
  width: 850px;
  margin: 0 auto;
}
.U001 .qw-dx .catch-inner {
  position: absolute;
  bottom: 35px;
  left: 0;
  display: inline-block;
  padding: 25px 25px;
  background: rgba(255, 255, 255, 0.7);
}
.U001 .catch-inner > h2 {
  margin-bottom: 10px;
  font-size: 28px;
  color: #cc0066;
  font-weight: normal;
}
.U001 .catch-inner .section-body {
  text-align: start;/*left;*/
}
.U001 .qw-dx p {
  margin: 0;
  line-height: 1.8;
}
@media (max-width: 1024px) and (min-width: 768px) { 
.U001 .qw-dx .catch-inner {
  left: 20px;
}
}
/*◆◆U003◆◆*/
.U003 {
  margin: 0 auto 20px;
  text-align: right;
  overflow: hidden;
  max-width: 900px;
  padding: 0 10px;
  position: relative;
}
.U003 .qw-dx {
  position: absolute;
  margin: 0;
  z-index: 10;
  top: 36px;
  right: 36px;
}
.U003 .catch-inner > h2 {
  font-size: 65px;
  line-height: 1.1;
  color: #fff;
  font-family: YuMincho, "Yu Mincho", 游明朝体, "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  font-weight: 500;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
.U003 .qw-dx p {
  margin: 0;
  text-align: left;
  line-height: 1.8;
}
/*◆◆U004◆◆*/
.U004 {
  max-width: 900px;
  margin: 0 auto 20px;
  padding: 0 10px;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.U004 .qw-dx {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 447px;
  height: 191px;
  z-index: 10;
  text-align: center;
  background: rgba(255, 255, 255, 0.7);
}
.U004 .qw-dx .catch-inner {
  width: auto;
  min-height: 190px;
  padding: 20px 15px;
  box-sizing: border-box;
}
.U004 .catch-inner > h2 {
  font-size: 50px;
  font-weight: normal;
  color: #cc0066;
}
.U004 .catch-inner > h2 .subHead {
  font-size: 20px;
  font-weight: normal;
  display: block;
}
.U004 .qw-dx p {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.6;
}
@media (max-width: 1024px) and (min-width: 768px) { 
.U004 .qw-dx .catch-inner {
  left: 20px;
}
}
/*◆◆U005◆◆*/
.U005 {
  margin: 0 auto 20px;
  text-align: center;
  overflow: hidden;
}
.U005 .qw-dx {
  position: relative;
  width: 850px;
  margin: 0 auto;
}
.U005 .qw-dx .catch-inner {
  position: absolute;
  bottom: 35px;
  left: 0;
  display: inline-block;
  padding: 25px 25px;
  background: rgba(255, 255, 255, 0.7);
}
.U005 .catch-inner > h2 {
  margin-bottom: 10px;
  font-size: 28px;
  color: #cc0066;
  font-weight: normal;
}
.U005 .qw-dx p {
  margin: 0;
  text-align: left;
  line-height: 1.8;
}
@media (max-width: 1024px) and (min-width: 768px) { 
.U005 .qw-dx .catch-inner {
  left: 20px;
}
}
/*◆◆U007◆◆*/
.U007 {
  margin: 20px auto;
  text-align: center;
  overflow: hidden;
  max-width: 900px;
  padding: 0 10px;
}
.U007 .slideWrap {
  border: 1px solid #ccc;
  padding: 5px;
  box-sizing: border-box;
}

/*******************
  Uパーツ 
  --スライド(スライドショー)
  スマホ用スタイル
********************/

@media screen and (max-width: 640px) {
/*◆◆U001◆◆*/
.U001 {
  width: auto;
  margin: 0 auto 30px;
}
.U001 .qw-dx {
  position: static;
  width: auto;
}
.U001 .qw-dx .catch-inner {
  position: static;
  display: block;
  padding: 25px 15px;
  background: rgba(255, 255, 255, 0.4);
}
.U001 .catch-inner > h2 {
  font-size: 22px;
}
/*◆◆U003◆◆*/
.U003 {
  width: auto;
  padding: 0;
}
.U003 .qw-dx {
  position: static;
  width: auto;
}
.U003 .qw-dx .catch-inner {
  display: block;
  padding: 10px 15px;
  text-align: left;
}
.U003 .catch-inner > h2 {
font-size: 32px;
color: #666;
}
/*◆◆U004◆◆*/
.U004 {
  width: auto;
  margin: 0 auto 10px;
  padding:0;
}
.U004 .qw-dx {
  position: static;
  width: auto;
  height: auto;
}
.U004 .qw-dx .catch-inner {
  position: static;
  display: block;
  padding: 10px 15px;
  min-height: 0;
}
.U004 .catch-inner > h2 {
  font-size: 30px;
}
.U004 .catch-inner > h2 .subHead {
  font-size: 12px;
}
.U004 .qw-dx p {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom:0;
}
/*◆◆U005◆◆*/
.U005 {
  width: auto;
}
.U005 .qw-dx {
  position: static;
  width: auto;
}

.U005 .qw-dx .catch-inner {
  position: static;
  display: block;
  padding: 25px 15px;
  background: rgba(255, 255, 255, 0.4);
}
.U005 .catch-inner > h2 {
  font-size: 22px;
}
/*◆◆U007◆◆*/
.U007 {
  width: auto;
  margin: 15px auto 20px;
}
}

/* =================================================


  Uパーツ 
  --スライド(サブビジュアル)
  qw-subvisual
  

================================================= */

/*◆◆U002◆◆*/
header.U002 {
  margin-bottom: 40px;
  background: #330033;
}
header.U002 .inner {
  position: relative;
}
header.U002 .inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 87px;
  z-index: 1;
  width: 100px;
  height: 100%;
  background: -moz-linear-gradient(left, #330033 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, #330033 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, #330033 0%, rgba(255, 255, 255, 0) 100%);
}
header.U002 .inner:after {
  content: "";
  position: absolute;
  top: 0;
  right: 87px;
  z-index: 1;
  width: 100px;
  height: 100%;
  background: -moz-linear-gradient(right, #330033 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(right, #330033 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to left, #330033 0%, rgba(255, 255, 255, 0) 100%);
}
header.U002 > .inner > h1 {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  transform: translate(0, -50%);
  font-size: 32px;
  color: #f7f7f7;
  line-height: 1.2;
  font-weight: normal;
  text-align: center;
}
header.U002 .pagevisual {
  text-align: center;
  overflow: hidden;
}
header.U002 .pagevisual img {
  opacity: .5;
}
@media (max-width: 1024px) and (min-width: 641px) {
header.U002 .inner:before {
  left: 0;  
}
header.U002 .inner:after {
  right: 0;
}
}
/*◆◆U006◆◆*/
header.U006 {
  position: relative;
  height: 210px;
  overflow: hidden;
  margin-bottom: 20px;
}
header.U006 .inner {
  padding: 0;
  max-width: none;
}
header.U006 > .inner > h1 {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  margin-top: -.6em;
  text-align: center;
  color: white;
  font-size: 26px;
  letter-spacing: 2px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
header.U006 .pagevisual {
  text-align: center;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}
header.U006 .pagevisual img {
  width: auto;
  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  filter: blur(4px);
}

/*******************
  Uパーツ 
  --スライド(サブビジュアル)
  スマホ用スタイル
********************/

@media screen and (max-width: 640px) {
/*◆◆U002◆◆*/
header.U002 {
  margin-bottom: 20px;
}
header.U002 > .inner > h1 {
  padding: 0 10px;
  text-align: center;
  font-size: 26px;
}
header.U002 .inner:before {
  left: 0px;
}
header.U002 .inner:after {
  right: 0px;
}
/*◆◆U006◆◆*/
header.U006 {
  overflow: visible;
  height: auto;
}
header.U006 > .inner > h1 {
  position: static;
  width: auto;
  margin-top: 0;
  padding: 18px 10px;
  color: #000;
  font-size: 22px;
  text-shadow: none;
}
header.U006 .pagevisual img {
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  filter: blur(0px);
}
header.U006 .pagevisual {
  position: static;
  transform: translate(0, 0);
}
}

/* =================================================


  Zパーツ 
  --その他
  area-other
  

================================================= */

/*◆◆Z001 Z002 Z011◆◆*/
.area-other.Z001 .inqury-Wrap .textIn {
  width:100%;
  color: #cc0066;
  text-align:center;
  font-size:26px;
  line-height: 1.4;
}
.area-other.Z001 .inqury-Wrap .telIn {
  margin: 5px auto;
  width: 55%;
  height:auto;
  font-size:40px;
  font-weight:800;
  color:#fff;
  text-align:center;
  background: -moz-linear-gradient(top, #cc0066 0%, #cc4186 100%);
  background: -webkit-linear-gradient(top, #cc0066 0%, #cc4186 100%);
  background: linear-gradient(to bottom, #cc0066 0%, #cc4186 100%);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  border: 3px double white;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-height: 1.2;
  padding: 15px 15px 10px;
  box-sizing: border-box;
}
.area-other.Z001 .inqury-Wrap .timeIn {
  margin-top:5px;
  width:100%;
  color: #cc0066;
  text-align:center;
  font-size:22px;
  line-height: 1.6;
}
.area-other.Z002 .inqury-Wrap {
  padding: 28px 25px 0;
  background: #cc0066;
  border: 1px solid #cc0066;
  color: white;
  font-size: 22px;
  text-align: center;
  line-height: 1.4;
}
.area-other.Z002 .inqury-Wrap p {
  margin: 0;
}
.area-other.Z002 .inqury-Wrap .telIn {
  font-size: 60px;
  font-weight: bold;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-height: 1.2;
  padding: 10px 0 5px;
}
.area-other.Z002 .inqury-Wrap .timeIn {
  margin: 10px -25px 0;
  padding: 16px;
  background: white;
  color: #cc0066;
}
.area-other.Z011 .inqury-Wrap {
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  border: 1px solid #aaa;
  padding: 25px;
  text-align: center;
}
.area-other.Z011 .inqury-Wrap .textIn {
display: inline-block;
  padding-bottom: 5px;
  font-size: 24px;
  border-bottom: 1px solid #cc0066;
  color: #cc0066;
}
.area-other.Z011 .inqury-Wrap .telIn {
  margin-top: 5px;
  font-size: 28px;
  color: #cc0066;
}
.area-other.Z011 .inqury-Wrap .timeIn {
  display: block;
  font-size: 13px;
}
/*◆◆Z003◆◆*/
.area-other.Z003 .other-Wrap dt{
  display: table-cell;
}
.area-other.Z003 .other-Wrap dd{
  display: table-cell;
  vertical-align: middle;
  padding-left:10px;
}
.area-other.Z003 .other-Wrap dd:nth-child(2) {
  font-size: 24px;
  line-height: 1.2;
}
/*◆◆Z004◆◆*/
.area-other .inquryform-Wrap p {
  text-align: center;
  margin-bottom: 0 0 5px;
}
.area-other .inquryform-Wrap .inquiryBtn {
  text-align: center;
}
.area-other .inquryform-Wrap .inquiryBtn a {
  display: inline-block;
  min-width: 40%;
  padding: 25px 45px;
  color: white;
  text-decoration: none;
  background: #cc0066;
  background: -moz-linear-gradient(top, #cc0066 0%, #cc4186 100%);
  background: -webkit-linear-gradient(top, #cc0066 0%, #cc4186 100%);
  background: linear-gradient(to bottom, #cc0066 0%, #cc4186 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0066', endColorstr='#cc4186',GradientType=0 );
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  border: 3px double white;
  font-size: 20px;
  text-shadow: 0 1px 0 #000;
  white-space: normal;
}
.area-other .inquryform-Wrap .inquiryBtn a:hover {
  cursor: pointer;
  position: relative;
  top: 1px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
/*◆◆Z005 Z009◆◆*/
.qw-block.Z009 {
  margin: 0 auto 40px;
}
.area-other.Z005 .other-Wrap dt{
  font-size: 200%;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
}
.area-other.Z009 .other-Wrap dt {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
}
.area-other.Z005 .other-Wrap dd {
  display: inline-block;
}
.area-other.Z005 .other-Wrap dd:last-child {
  font-size: 80%;
  font-weight:normal;
}
/*◆◆Z010◆◆*/ 	
.area-other.Z010 .other-Wrap dl {
  text-align: center;
  border-bottom: 1px solid #cccccc;
  padding: 30px;
  box-sizing: border-box;
}  
.area-other.Z010 .other-Wrap dt {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 5px;
}
.area-other.Z010 .other-Wrap dt p {
  display: inline;
  color: rgba(204,0,102,1);
  line-height: 1.2;
}
.area-other.Z010 .other-Wrap dt .telIn {
  background-color: rgba(204,0,102,1);
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  margin-right: 7px;
  padding: 4px 5px;
  vertical-align: 5px;
}
/*◆◆Z006◆◆*/
.area-other.Z006 .inqury-Wrap {
  padding: 20px;
  border: 3px double #cc0066;
  color: #cc0066;
  text-align: center;
  box-sizing: border-box;
}
.area-other.Z006 .inqury-Wrap .textIn {
  font-size:16px;
  line-height: 1.4;
  display:inline-block;
  vertical-align:middle;
}
.area-other.Z006 .inqury-Wrap .telIn {
  font-size:28px;
  line-height: 1.2;
  font-weight:500;
  word-wrap: break-word;
  overflow-wrap: break-word;
  display:inline-block;
  vertical-align:middle;
}
/*◆◆Z007◆◆*/
.area-other.Z007 .inqury-Wrap{
  display:table;
  width:100%;
}
.area-other.Z007 .inqury-Wrap .textIn {
  display:table-cell;
  padding-right: 10px;
}
.area-other.Z007 .inqury-Wrap .telIn {
  width:45%;
  max-width: 350px;
  display:table-cell;
  padding: 12px;
  background: #cc0066;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  color:#fff;
}
.area-other.Z007 .inqury-Wrap .telIn dl {
  display: inline-block;
}
.area-other.Z007 .inqury-Wrap .telIn dt {
	font-size: 14px;
	font-weight:normal;
}
.area-other.Z007 .inqury-Wrap .telIn dd{
  font-size:24px;
  line-height: 1.2;
  font-weight: bold;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
/*◆◆Z008◆◆*/
.area-other.Z008 .inqury-Wrap .telIn {
  display: inline-block;
  vertical-align: top;
  margin: 0 50px 10px 0;
  font-size: 26px;
  line-height: 1.2;
  font-weight: bold;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.area-other.Z008 .inqury-Wrap .textIn {
  display: inline-block;
  padding-right: 10px;
}
/*◆◆Z012◆◆*/
.area-other.Z012 .inqury-Wrap {
  text-align:center;
}
.area-other.Z012 .inqury-Wrap .titleIn,
.area-other.Z012 .inqury-Wrap .titleIn2 {
  display: block;
  line-height: 1.4;
  font-weight: bold;
}	
.area-other.Z012 .inqury-Wrap .titleIn {
  font-size: 18px;
  color: #cc0066;
  margin-bottom: 5px;
}
.area-other.Z012 .inqury-Wrap .titleIn2 {
  font-size: 26px;
  margin-bottom: 20px;
}
.area-other.Z012 .inqury-Wrap .text-Area {
  margin: 5px auto;
  width: 55%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  padding: 15px;
  box-sizing: border-box;
  background: #fff;
}
.area-other.Z012 .inqury-Wrap .telIn {
  font-size: 23px;
  color: #cc0066;
  line-height: 1.2;
}
.area-other.Z012 .inqury-Wrap .timeIn {
  display: block;
  color: #3d3b36;
  font-size: 14px;
  line-height: 1.6;
}
/*◆◆Z013◆◆*/
.area-other.Z013 .inqury-Wrap {
  margin-bottom: 60px;
  background: #cc0066;
  padding: 15px 30px;
  color: white;
  border: 2px solid #cc0066;
  box-shadow: inset 2px 2px 0 white, inset -2px -2px 0 white;
  box-sizing: border-box;
}
.area-other.Z013 .inqury-Wrap .text-Area {
  text-align: center;
}
.area-other.Z013 .inqury-Wrap .textIn {
  font-size:16px;
  line-height: 1.4;
  display:inline-block;
  vertical-align:middle;
  text-align: left;
  margin-right: 15px;
  max-width: 200px;
}
.area-other.Z013 .inqury-Wrap .telIn {
  font-size: 36px;
  line-height: 1.2;
  font-weight:500;
  word-wrap: break-word;
  overflow-wrap: break-word;
  display:inline-block;
  vertical-align:middle;
  text-align: left;
}
.area-other.Z013 .inqury-Wrap .time-area {
  text-align: center;
  font-size:0;
}
.area-other.Z013 .inqury-Wrap .time-area p {
  display: inline-block;
  margin: 0 10px;
  font-size: 12px;
  line-height: 1.6;
}
/*◆◆Z014◆◆*/ 	
.area-other.Z014 .other-Wrap dl {
  text-align: center;
}  
.area-other.Z014 .other-Wrap dt {
  font-size: 0;
}
.area-other.Z014 .other-Wrap dt .imageIn {
  display: inline;
  margin-right: 5px
}
.area-other.Z014 .other-Wrap dt p {
  display: inline;
  font-size: 28px;
  color: #cc0066;
  line-height: 1.2;
  margin: 0;
  padding: 0;
}

/*◆◆Z015◆◆*/ 	
.area-other.Z015 .other-Wrap dl {
  text-align: center;
}  
.area-other.Z015 .other-Wrap dt {
  font-size: 0;
  margin-bottom: 15px;
}
.area-other.Z015 .other-Wrap dt .imageIn {
  display: inline;
  margin-right: 5px
}
.area-other.Z015 .other-Wrap dt p {
  display: inline;
  font-size: 32px;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  color: #000;
}

/*******************
  Zパーツ 
  --その他
  スマホ用スタイル
********************/

@media screen and (max-width: 640px) {
/*◆◆Z001 Z002 Z011◆◆*/
.area-other.Z001 .inqury-Wrap .textIn {
    font-size: 22px;
}
.area-other.Z001 .inqury-Wrap .telIn {
  width: 100%;
}
.area-other.Z002 .inqury-Wrap {
   padding: 22px 15px 0;
}
.area-other.Z002 .inqury-Wrap .timeIn {
    margin: 10px -15px 0;
}
.area-other.Z002 .inqury-Wrap p {
  font-size: 14px;
}
.area-other.Z002 .inqury-Wrap .telIn p {
  font-size: 38px;
}
.area-other.Z011 .inqury-Wrap {
  padding: 10px;
}
.area-other.Z011 .inqury-Wrap .textIn {
  font-size: 18px;
}
.area-other.Z011 .inqury-Wrap .telIn {
  font-size: 21px;
}
.area-other.Z011 .inqury-Wrap .timeIn {
  font-size: 12px;
}
/*◆◆Z003◆◆*/
.area-other.Z003 .other-Wrap dd:last-child{
  display:block;
}
/*◆◆Z004◆◆*/
.area-other .inquryform-Wrap .inquiryBtn a {
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 25px 15px;
  font-size: 16px;
  -webkit-appearance: none;
}
/*◆◆Z006◆◆*/
.area-other.Z006 .inqury-Wrap .textIn {
  font-size:16px;
  display:block;
}
.area-other.Z006 .inqury-Wrap .telIn {
  font-size:28px;
  display:block;
}
/*◆◆Z007◆◆*/
.area-other.Z007 .inqury-Wrap{
  display:block;
}
.area-other.Z007 .inqury-Wrap .textIn {
  display:block;
  padding-right: 0;
  margin-bottom: 10px;
}
.area-other.Z007 .inqury-Wrap .telIn {
  width:100%;
  max-width: none;
  display:block;
}
/*◆◆Z008◆◆*/
.area-other.Z008 .inqury-Wrap .telIn {
  display:block;	
  font-size: 24px;
  margin: 0;
}
.area-other.Z008 .inqury-Wrap .textIn {
  display:block;
  font-size: 14px;
}
/*◆◆Z010◆◆*/
.area-other.Z010 .other-Wrap dl {
    padding: 15px 5px;
}
.area-other.Z010 .other-Wrap dt {
  font-size: 30px;
}
.area-other.Z010 .other-Wrap dt .telIn {
  font-size: 14px;
  margin-right: 0;
}
/*◆◆Z012◆◆*/
.area-other.Z012 .inqury-Wrap .titleIn {
  margin-bottom: 3px;
}
.area-other.Z012 .inqury-Wrap .titleIn2 {
  font-size: 20px;
}
.area-other.Z012 .inqury-Wrap .text-Area {
  margin: 0;
  width: 100%;
  padding: 15px;
}
/*◆◆Z013◆◆*/
.area-other.Z013 .inqury-Wrap {
  padding: 15px;
}	
.area-other.Z013 .inqury-Wrap .text-Area {
  text-align: left;
}
.area-other.Z013 .inqury-Wrap .textIn {
  font-size:16px;
  display:block;
  margin-bottom: 5px;
  max-width: none;
}
.area-other.Z013 .inqury-Wrap .telIn {
  font-size:24px;
  display:block;
  margin-bottom: 5px;
}
.area-other.Z013 .inqury-Wrap .time-area {
  text-align: left;
}
.area-other.Z013 .inqury-Wrap {
    padding: 15px;
}	
.area-other.Z013 .inqury-Wrap .time-area p {
  margin: 0 10px 0 0;
}
/*◆◆Z015◆◆*/
.area-other.Z015 .other-Wrap dt .imageIn img {
  width: 28px;
}
.area-other.Z015 .other-Wrap dt p {
  font-size: 24px;
}
}