@charset "UTF-8";

/* /////////////////////////////////////////////// */

/* テンプレート用CSS */

/* /////////////////////////////////////////////// */
/* --------------------------------------------------------------------------------------------------------------------------------------------- */
/* 初期化 */
/* --------------------------------------------------------------------------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, #menu, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	background-repeat: no-repeat;
	box-sizing: border-box;
}

body {
  font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Meiryo, sans-serif;
  font-size: 0.85em;
  line-height: 160%;
  background-color: #FFF;
  background-image: url(../img/kyoryoku/bg.jpeg);
  background-position: center top;
  background-repeat: repeat-x;
  border-top: 10px solid #CC0814;
}

a {
  color: #5377BA;
  color: #115AA6;
}

a:hover {
  color: #FD8724;
  text-decoration: none;
}

iframe {
  vertical-align: bottom;
}

table {
  border-collapse: collapse;
}

address {
  font-style: normal;
}


/* --------------------------------------------------------------------------------------------------------------------------------------------- */
/* 汎用 */
/* --------------------------------------------------------------------------------------------------------------------------------------------- */
.no_list {
  margin: 0;
  padding: 0;
}

.no_list>li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fix:after {
  content: " ";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.left {
  text-align: left !important;
}

.center {
  text-align: center !important;
}

.right {
  text-align: right !important;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.both {
  clear: both;
}

.w_max {
  width: 100% !important;
}

.w_auto {
  width: auto !important;
}

.mincho {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Meiryo, serif !important;
}

.bold {
  font-weight: bold !important;
}

.fs_ss {
  font-size: 0.6em !important;
}

.fs_ll {
  font-size: 1.4em !important;
}

.lt {
  text-decoration: line-through;
}

.btn {
  padding: 0.5em 1em;
  display: inline-block;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  background-color: #999;
  border-bottom: 1px solid #666;
  border-right: 1px solid #666;
}

.img_btn {
  display: inline-block;
  border: 1px solid #8A9395;
}

.img_btn img {
  vertical-align: bottom;
}

.img_btn:hover {
  border: 1px solid #FD8724;
}


/* ----------------------------------------------- */
/* 全体 */
/* ----------------------------------------------- */
.cat_icon {
  width: 42px;
  height: 42px;
  display: inline-block;
}

.category1 {
  background-image: url(../img/kyoryoku/category1.png);
}

.category2 {
  background-image: url(../img/kyoryoku/category2.png);
}

.category3 {
  background-image: url(../img/kyoryoku/category3.png);
}

.category4 {
  background-image: url(../img/kyoryoku/category4.png);
}

.category5 {
  background-image: url(../img/kyoryoku/category5.png);
}

.category6 {
  background-image: url(../img/kyoryoku/category6.png);
}

.category90 {
  background-image: url(../img/kyoryoku/category90.png);
}

/* 吹き出し */
.cat_icon {
  position: relative;
}

.fukidashi {
  display: none;
  /*  display: inline-block;*/
  width: auto;
  min-width: 80px;
  text-align: center;
  position: absolute;
  top: -46px;
  left: -21px;
  padding: 10px;
  border-radius: 5px;
  background: #33cc99;
  color: #fff;
  font-size: 0.65em;
  z-index: 2;
  white-space: nowrap;
  box-shadow: 0px 0px 10px 0px #828282;
}

.fukidashi:after {
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  bottom: -19px;
  margin-left: 31px;
  border: solid transparent;
  border-color: rgba(51, 204, 153, 0);
  border-top-color: #33cc99;
  border-width: 10px;
  pointer-events: none;
  content: " ";
}

/* 農業・林業・漁業・鉱業 */
li.category1 .fukidashi {
  background: #e56b5e;
}

li.category1 .fukidashi:after {
  border-color: rgba(229, 107, 94, 0);
  border-top-color: #e56b5e;
}

/* 建設業・製造業 */
li.category2 .fukidashi {
  background: #58acc1;
}

li.category2 .fukidashi:after {
  border-color: rgba(88, 172, 193, 0);
  border-top-color: #58acc1;
}

/* 電気・ガス・運輸・通信業 */
li.category3 .fukidashi {
  background: #eda2bf;
}

li.category3 .fukidashi:after {
  border-color: rgba(237, 162, 191, 0);
  border-top-color: #eda2bf;
}

/* 卸売・小売・飲食業 */
li.category4 .fukidashi {
  background: #fd8c41;
}

li.category4 .fukidashi:after {
  border-color: rgba(253, 140, 65, 0);
  border-top-color: #fd8c41;
}

/* 金融・保険業・不動産業 */
li.category5 .fukidashi {
  background: #5eba97;
}

li.category5 .fukidashi:after {
  border-color: rgba(94, 186, 151, 0);
  border-top-color: #5eba97;
}

/* サービス業、医療 */
li.category6 .fukidashi {
  background: #f0b04e;
}

li.category6 .fukidashi:after {
  border-color: rgba(240, 176, 78, 0);
  border-top-color: #f0b04e;
}

/* その他 */
li.category90 .fukidashi {
  background: #8d8cd8;
}

li.category90 .fukidashi:after {
  border-color: rgba(141, 140, 216, 0);
  border-top-color: #8d8cd8;
}

/* hover時 */
li.cat_icon:hover .fukidashi {
  display: inline-block;
}

/* ----------------------------------------------- */
/* ヘッダー */
/* ----------------------------------------------- */
body>div {
  overflow: hidden;
  position: relative;
}

header {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 0 0px;
  position: relative;
  overflow: hidden;
  background-image: url(../img/kyoryoku/header_bg.png);
  background-position: right bottom;
  box-sizing: border-box;
  z-index: 2;
}

.top header {
  min-height: 480px;
  padding: 50px 35px 40px;
  background-image: url(../img/kyoryoku/header_bg_top.png);
  background-position: right 180px;
}

.detail header {
  background-image: url(../img/kyoryoku/header_bg_detail.png);
}

h1 {
  width: 548px;
  /*  height: 118px;*/
  height: 69px;
  margin-bottom: 25px;
  /*  margin-bottom: 30px;*/
  margin-top: 30px;
  overflow: hidden;
  white-space: nowrap;
  /* background-image: url(../img/kyoryoku/logo.png); */
}

.top h1 {
  width: 548px;
  height: 118px;
  height: 69px;
  margin-top: 0px;
}

h1 a {
  width: 100%;
  height: 100%;
  /* display: block; */
  text-indent: 200%;
  white-space: nowrap;
}

header p {
  width: 545px;
  padding-left: 2px;
  line-height: 160%;
  font-size: 1.3em;
  background-color: #f2fbffa3;
}

header p span {
  display: block;
  text-align: center;
  padding: 10px 0px;
}

body>div>div {
  position: absolute;
  left: 0;
  right: 0;
  background-position: center;
  background-repeat: repeat-x;
}

#bg3 {
  height: 200px;
  bottom: 0;
  background-image: url(../img/kyoryoku/bg3.png);
}

#bg2 {
  height: 174px;
  bottom: 0;
  background-image: url(../img/kyoryoku/bg2.png);
}

#bg1 {
  height: 108px;
  bottom: 0;
  background-image: url(../img/kyoryoku/bg1.png);
}



/* ----------------------------------------------- */
/* article */
/* ----------------------------------------------- */
article {
  padding-bottom: 40px;
  position: relative;
  background-color: #58ACC1;
  z-index: 3;
}

article>div {
  width: calc(100% - 70px);
  max-width: 1000px;
  margin: 0 auto;
  padding: 35px;
  background-color: #FFF;
  border-radius: 14px;
  box-shadow: 0 2px 5px 0 #000;
}

.top article section {
  margin-bottom: 30px;
}

article h2 {
  margin-bottom: 20px;
  padding: 15px 20px;
  line-height: 100%;
  color: #900;
  font-size: 24px;
  font-weight: normal;
  background-color: #FCF2F2;
  border: 2px solid #CC0814;
  border-left: none;
  border-right: none;
}

article input[type="radio"],
article input[type="checkbox"] {
  display: none;
}

.pager {
  margin-bottom: 20px;
  text-align: center;
}

.pager li {
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  font-size: 1.2em;
  text-align: center;
  color: #FFF;
  background-color: #CC0814;
  border-radius: 5px;
}

.pager li a {
  display: block;
  color: #000;
  text-decoration: none;
  background-color: #EEE;
  border-radius: 4px;
}

.pager li a:hover {
  background-color: #DDD;
}

#submit_area .btn {
  width: 225px;
  height: 40px;
  margin: 0 5px;
  padding: 0;
  line-height: 40px;
  border: none;
  font-size: 1.2em;
  border-radius: 6px;
}

#submit_area .btn:hover {
  color: #FFF;
  background-color: #6CABBC;
}




/* --------------------------------------------------------------------------------------------------------------------------------------------- */
/* 一覧 */
/* --------------------------------------------------------------------------------------------------------------------------------------------- */
.h2_box {
  position: relative;
}

.h2_box div {
  margin-top: -0.6em;
  position: absolute;
  top: 50%;
  right: 20px;
  line-height: 100%;
}

.h2_box div select {
  vertical-align: middle;
}

.list_num {
  margin-bottom: 20px;
}

.list_num dt,
.list_num dd {
  display: inline-block;
}

h2+#list_item {
  padding-top: 10px;
}

#list_item>dt {
  padding: 20px;
  position: relative;
  line-height: 100%;
  color: #FFF;
  font-size: 21px;
  background-color: #6CABBC;
  background-image: url(../img/btn_shadow.png);
  background-position: right center;
  border-radius: 6px 6px 0 0;
}

#list_item>dt>a {
  color: #FFF;
  text-decoration: none;
}

#list_item>dt>a:first-child:hover {
  color: #FFF;
  text-decoration: underline;
}

#list_item>dt ul {
  margin-top: -21px;
  position: absolute;
  top: 50%;
  right: 85px;
}

#list_item>dt ul li {
  margin-left: 10px;
  display: inline-block;
}

#list_item .cat_icon {
  /*  overflow: hidden;*/
  display: block;
  float: left;
  /*text-indent: 200%;*/
  white-space: nowrap;
}

#list_item .btn_detail {
  width: 60px;
  height: 30px;
  margin-top: -15px;
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  color: #900;
  line-height: 30px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  background-color: #FFF;
  border-radius: 4px;
}

#list_item>dd {
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #6CABBC;
  border-top: none;
  border-radius: 0 0 6px 6px;
}

#list_item>dd>img {
  width: 250px;
  float: right;
}

#list_item>dd>img+div {
  width: 618px;
  float: left;
}

.catchphrase {
  padding: 10px;
  font-size: 1.1em;
  font-weight: bold;
  word-break: break-all;
}

.bonus {
  margin-bottom: 20px;
  padding-left: 10px;
  position: relative;
}

.bonus dt {
  width: 1.99em;
  margin-right: 10px;
  padding: 8px 0;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 120%;
  color: #FFF;
  text-align: center;
  background-color: #F60;
  border-radius: 4px;
}

.bonus.pref dt {
  background-color: #CC0814;
}

.bonus dd {
  margin-bottom: 10px;
  padding-left: 5em;
  position: relative;
  line-height: 100%;
}

.bonus dd span {
  display: block;
  position: absolute;
  top: 0;
  left: 2em;
}

.bonus dd strong {
  color: #F60;
}

.bonus.pref dd strong {
  color: #CC0814;
}

#list_item>dd table {
  width: 100%;
  border-top: 1px solid #DDD;
}

#list_item>dd th,
#list_item>dd td {
  padding: 5px 10px;
  text-align: left;
  font-weight: normal;
  border-bottom: 1px solid #DDD;
}

#list_item>dd th {
  background-color: #F6F6F6;
}




/* --------------------------------------------------------------------------------------------------------------------------------------------- */
/* 一覧 */
/* --------------------------------------------------------------------------------------------------------------------------------------------- */
#list_item>dd>div.fix>* {
  width: 50%;
  width: 435px;
  float: left;
}

#list_item>dd>div.fix>*:last-child {
  float: right;
}

#list_item>dd>div.fix strong {
  font-size: 1.2em;
  line-height: 110%;
}

div.fix .bonus dt {
  width: 1.99em;
  padding: 8px 0;
  font-size: 1.4em;
}

div.fix .bonus dd {
  margin-bottom: 15px;
  padding-left: 6em;
}

div.fix .bonus dd span {
  left: 3em;
}

div.fix .bonus dd p {
  line-height: 140%;
}

.comment {
  min-height: 190px;
  padding: 20px 0 20px 130px;
  background-image: url(../img/comment.png);
  background-position: left 20px;
  clear: both;
  word-break: break-all;
}

.comment dl {
  padding: 15px;
  background-color: #F7D7A6;
  border-radius: 4px;
}

.comment dl dt {
  margin-bottom: 10px;
  line-height: 100%;
  font-size: 1.2em;
  font-weight: bold;
}

/* --------------------------------------------------------------------------------------------------------------------------------------------- */
/* 詳細 */
/* --------------------------------------------------------------------------------------------------------------------------------------------- */
#list_item>dd>div.fix2:first-child {
  width: 50%;
  width: 440px;
  width: 520px;
  float: left;
}

#list_item>dd>div.fix2:nth-child(2) {
  width: 360px;
  float: left;
}

#list_item>dd>div.fix2 strong {
  font-size: 1.2em;
  line-height: 110%;
}

#list_item>dd>div.fix2:nth-child(2) {
  padding: 10px;
  text-align: center;
}

#list_item>dd>div.fix2:nth-child(2) img {
  width: 90%;
}


/* --------------------------------------------------------------------------------------------------------------------------------------------- */
/* トップページ */
/* --------------------------------------------------------------------------------------------------------------------------------------------- */
/*------------------------------ 分野からさがす ------------------------------*/
#category>ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;/**/
  row-gap: 10px;/**/
}

#category ul li {
  width: 225px;
  /* margin: 0px 10px 10px 0px; */
  float: left;
}

#category ul li:nth-of-type(4n) {
  margin-right: 0;
}

#category ul li span,
#category ul li label {
  padding-left: 20px;
  display: block;
  line-height: 60px;
  padding-left: 60px;
  margin: 0;
  color: #FFF;
  font-size: 21px;
  font-weight: bold;
  background-color: #6CABBC;
  /*  background-position: right center;*/
  background-position: 10px 10px;
  border-radius: 5px;
  font-size: 13px;
  cursor: pointer;
}

/* 標準 */
#category>ul>li:nth-of-type(1) label {
  background-color: #E56B5E;
}

#category>ul>li:nth-of-type(2) label {
  background-color: #58ACC1;
}

#category>ul>li:nth-of-type(3) label {
  background-color: #EDA2BF;
}

#category>ul>li:nth-of-type(4) label {
  background-color: #FD8C41;
}

#category>ul>li:nth-of-type(5) label {
  background-color: #5EBA97;
}

#category>ul>li:nth-of-type(6) label {
  background-color: #F0B04E;
}

#category>ul>li:nth-of-type(7) label {
  background-color: #8D8CD8;
}

/* 画像 */
#category ul li:nth-of-type(1) label {
  background-image: url(../img/kyoryoku/category1.png);
}

#category ul li:nth-of-type(2) label {
  background-image: url(../img/kyoryoku/category2.png);
}

#category ul li:nth-of-type(3) label {
  background-image: url(../img/kyoryoku/category3.png);
}

#category ul li:nth-of-type(4) label {
  background-image: url(../img/kyoryoku/category4.png);
}

#category ul li:nth-of-type(5) label {
  background-image: url(../img/kyoryoku/category5.png);
}

#category ul li:nth-of-type(6) label {
  background-image: url(../img/kyoryoku/category6.png);
}

#category ul li:nth-of-type(7) label {
  background-image: url(../img/kyoryoku/category90.png);
}

/* チェック済み */
#category ul li:nth-of-type(1) :checked+label {
  background-color: #c35b50;
  background-color: #a44d44;
  box-shadow: 2px 2px 2px -1px #145 inset;
}

#category ul li:nth-of-type(2) :checked+label {
  background-color: #4b92a4;
  background-color: #427f8e;
  box-shadow: 2px 2px 2px -1px #145 inset;
}

#category ul li:nth-of-type(3) :checked+label {
  background-color: #ca8aa3;
  background-color: #a87488;
  box-shadow: 2px 2px 2px -1px #145 inset;
}

#category ul li:nth-of-type(4) :checked+label {
  background-color: #d97737;
  background-color: #bb662f;
  box-shadow: 2px 2px 2px -1px #145 inset;
}

#category ul li:nth-of-type(5) :checked+label {
  background-color: #509e80;
  background-color: #418168;
  box-shadow: 2px 2px 2px -1px #145 inset;
}

#category ul li:nth-of-type(6) :checked+label {
  background-color: #cc9642;
  background-color: #a57936;
  box-shadow: 2px 2px 2px -1px #145 inset;
}

#category ul li:nth-of-type(7) :checked+label {
  background-color: #7877b8;
  background-color: #616095;
  box-shadow: 2px 2px 2px -1px #145 inset;
}

/*------------------------------ 店舗名からさがす ------------------------------*/
#name ul {
  margin-bottom: 20px;
}

#name li {
  width: 84px;
  /* margin-left: 10px; */
  float: left;
}

#name li:first-child {
  margin-left: 0;
}

#name ul li label {
  display: block;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
  background-color: #EEE;
  border: 1px solid #CCC;
  border-top: none;
  border-left: none;
  border-radius: 4px;
  cursor: pointer;
}

#name ul li input:checked+label {
  background-color: #CCC;
  border: 1px solid #999;
  border-right: none;
  border-bottom: none;
}

#name input[type="text"] {
  width: 500px;
  height: 34px;
  margin: 0 0 10px;
  padding: 0 0 0 10px;
  background-color: #F8F8F8;
  border: 1px solid #CCC;
  border-top-color: #999;
  border-left-color: #999;
  border-radius: 3px;
  box-sizing: border-box;
  box-shadow: 2px 2px 2px -2px #999 inset;
}

ul.fix.no_list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 10px;
}

#name div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/*------------------------------ エリアからさがす ------------------------------*/
#area ul li {
  width: 225px;
  /* margin: 0px 10px 10px 0px; */
  float: left;
}

#area ul li span,
#area ul li label {
  padding-left: 20px;
  display: block;
  line-height: 60px;
  color: #FFF;
  font-size: 21px;
  font-weight: bold;
  background-color: #6CABBC;
  background-position: right center;
  border-radius: 5px;
  cursor: pointer;
}

#area ul li label {
  display: flex;
  align-items: center;
  padding: 20px;
  height: 100%;
  line-height: 1.2em;
}

#area ul li:nth-of-type(1) span {
  background-color: #999;
  background-image: url(../img/kyoryoku/area10.png);
}

#area ul li:nth-of-type(2) label {
  background-image: url(../img/kyoryoku/area1.png);
}

#area ul li:nth-of-type(3) label {
  background-image: url(../img/kyoryoku/area2.png);
}

#area ul li:nth-of-type(4) label {
  background-image: url(../img/kyoryoku/area3.png);
}

#area ul li:nth-of-type(5) label {
  background-image: url(../img/kyoryoku/area4.png);
}

#area ul li:nth-of-type(6) label {
  background-image: url(../img/kyoryoku/area5.png);
}

#area ul li:nth-of-type(7) label {
  background-image: url(../img/kyoryoku/area6.png);
}

#area ul li:nth-of-type(8) label {
  background-image: url(../img/kyoryoku/area7.png);
}

#area ul li:nth-of-type(9) label {
  background-image: url(../img/kyoryoku/area8.png);
}

#area ul li:nth-of-type(10) label {
  background-image: url(../img/kyoryoku/area9.png);
}

/* チェック済み */
#area ul li :checked+label {
  background-color: #568996;
  box-shadow: 2px 2px 2px -1px #145 inset;
}


/*------------------------------ submit_area ------------------------------*/
#submit_area {
  padding: 35px 0 0;
  text-align: center;
  border-top: 1px solid #CCC;
}

#list_item+#submit_area {
  padding: 15px 0 0;
  border-top: none;
}

#submit_area input {
  width: 225px;
  margin: 5px;
  line-height: 60px;
  color: #FFF;
  font-size: 21px;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

#submit_area input[type="submit"] {
  background-color: #E56B5E;
}

#submit_area input[type="reset"] {
  background-color: #999;
}

/* ----------------------------------------------- */
/* フッター */
/* ----------------------------------------------- */
footer {
  height: 40px;
  line-height: 40px;
  color: #FFF;
  text-align: center;
  background-color: #CC0814;
}

@media screen and (max-width: 641px) {

  /* /////////////////////////////////////////////// */
  /*　スマートフォン用CSS　*/
  /* /////////////////////////////////////////////// */
  body {
    font-size: 1.4em;
  }

  #bg2 {
    margin-bottom: -10px;
  }

  #bg3 {
    margin-bottom: -10px;
  }

  body>div>div {
    background-position: bottom;
    background-size: 100% auto;
  }

  body.top>div>div {
    background-size: 150% auto;
  }

  header {
    width: 100%;
    min-height: auto;
    padding: 20px 0 0 30px;
    background-image: none;
  }

  header h1 {
    width: 400px;
    height: 100px;
    margin-left: 80px;
    margin-bottom: 50px;
    background-size: 100% auto;
  }

  .top header {
    min-height: 300px;
    padding: 20px 30px 90px;
    background-image: none;
  }

  .top header h1 {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
    background-size: 100% auto;
    background-position: center;
  }

  .detail header {
    background-image: none;
  }

  header img {
    width: 100%;
  }

  header p {
    width: 100%;
    padding: 0;
    font-size: 1.1em;
    background-color: transparent;
  }

  .pager {
    margin-bottom: 35px;
  }

  .pager li {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }

  .list_num {
    margin-bottom: 5px;
    padding: 0 15px;
  }

  article {
    padding: 0;
  }

  article>div {
    width: 100%;
    padding: 0px;
    border-radius: 0;
  }

  article h2 {
    font-size: 36px;
  }

  #list_item {
    padding: 15px;
  }

  #category>ul,
  #name ul,
  #area ul {
    padding: 0 20px;
  }

  #category>ul>li {
    width: 100%;
  }

  #category>ul>li>ul>li {
    font-size: 0.85em;
  }

  #category>ul>li>div {
    height: 25em;
    margin-top: -12.5em;
    top: 200%;
  }

  #category>ul>li>div p {
    padding: 5px 25px;
  }

  #category>ul>li>div>ul>li {
    /* width: 50%; */
  }

  #category>ul>li>div .close {
    width: 52px;
    height: 60px;
  }

  #name li {
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }

  #name li:nth-of-type(5n+1) {
    margin-left: 0;
  }

  #name ul li label {
    height: 50px;
    line-height: 50px;
  }

  #name ul+div {
    padding: 0 20px;
    text-align: center;
  }

  #name input[type="text"] {
    width: 100%;
    text-align: left;
  }

  #list_item>dt {
    font-size: 30px;
  }

  #list_item>dd>img {
    width: 440px;
    float: none;
    margin: 0 60px 20px;
  }

  #list_item>dd>div.fix>* {
    width: 100%;
  }

  #list_item table {
    font-size: 0.9em;
  }

  #list_item>dd>div.fix>table {
    margin-bottom: 20px;
  }

  #submit_area {
    padding: 35px 0;
  }

  #list_item+#submit_area {
    padding: 0 0 30px;
  }

  #submit_area .btn {
    width: 300px;
    height: 60px;
    line-height: 60px;
  }


  #list_item>dd>img+div {
    width: auto;
    float: none;
  }

  footer {
    padding: 15px 0;
    height: 100%;
    line-height: normal;
    font-size: 0.8em;
  }

  /*------------------------------ エリアからさがす ------------------------------*/
  #area ul li {
    width: calc(50% - 5px);
  }
  
  #area ul li > label,
  #area ul li > span {
    font-size: 0.8em!important;
  }

  /* --------------------------------------------------------------------------------------------------------------------------------------------- */
  /* 詳細 */
  /* --------------------------------------------------------------------------------------------------------------------------------------------- */
  .catchphrase {
    padding: 10px 10px 20px;
    font-size: 1.1em;
    font-weight: bold;
  }

  #list_item>dd>div.fix2 {
    width: 100%;
    float: left;
    padding: 10px;
  }

  #list_item>dd>div.fix2 table {
    margin: 10px auto;
  }


}