@charset "UTF-8";
.print{
  display: block;
}

.disprino{
  display: none;
}
/* line 92, ../sass/_mixin_set.scss */
.boxSize {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 3, ../sass/_base_set.scss */
table {
  border-collapse: collapse;
}

/* line 6, ../sass/_base_set.scss */
th {
  line-height: 1.5;
  vertical-align: top;
}

/* line 10, ../sass/_base_set.scss */
td {
  line-height: 1.5;
  vertical-align: top;
}

/* line 14, ../sass/_base_set.scss */
figure {
  margin: 0;
  padding: 0;
}

/* line 18, ../sass/_base_set.scss */
img {
  line-height: 0;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  border: none;
}

/* Rollover Alpha */
/* line 27, ../sass/_base_set.scss */
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}

/* line 32, ../sass/_base_set.scss */
a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

/* line 35, ../sass/_base_set.scss */
body {
  font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 14px;
  /* このサイトの基本フォントサイズ */
  webkit-text-size-adjust: none;
  color: #333;
  border:0px solid black;
  margin:2em 2em 0em 2em;
  padding:3em 3em 0em 3em;
}

/* for IE6 */
/* line 43, ../sass/_base_set.scss */
* html body {
  font-size: 100%;
}

/* for IE7 */
/* line 47, ../sass/_base_set.scss */
*:first-child + html body {
  font-size: 100%;
}

/* li style none */
/* line 52, ../sass/_base_set.scss */
li {
  list-style: none;
}

/* Rollover Alpha */
/* line 57, ../sass/_base_set.scss */
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}

/* float */
/* line 64, ../sass/_base_set.scss */
.left {
  float: left;
}

/* line 65, ../sass/_base_set.scss */
.right {
  float: right;
}

/* clearfix */
/* line 68, ../sass/_base_set.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

/* line 70, ../sass/_base_set.scss */
.clearfix:after {
  clear: both;
}

/* line 71, ../sass/_base_set.scss */
.clearfix {
  *zoom: 1;
}

/* Link Color */
/* line 74, ../sass/_base_set.scss */
a:link {
  color: #0059B2;
  text-decoration: none;
}

/* line 75, ../sass/_base_set.scss */
a:visited {
  color: #69008C;
  text-decoration: none;
}

/* line 76, ../sass/_base_set.scss */
a:hover {
  text-decoration: underline;
}

/* line 77, ../sass/_base_set.scss */
a:active {
  color: #666;
}

/* Rollover Alpha */
/* line 83, ../sass/_base_set.scss */
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}

/* float */
/* line 90, ../sass/_base_set.scss */
.left {
  float: left;
}

/* line 91, ../sass/_base_set.scss */
.right {
  float: right;
}

/* clearfix */
/* line 94, ../sass/_base_set.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

/* line 96, ../sass/_base_set.scss */
.clearfix:after {
  clear: both;
}

/* line 97, ../sass/_base_set.scss */
.clearfix {
  *zoom: 1;
}

/* Link Color */
/* line 100, ../sass/_base_set.scss */
a:link {
  color: #0059B2;
  text-decoration: none;
}

/* line 101, ../sass/_base_set.scss */
a:visited {
  color: #69008C;
  text-decoration: none;
}

/* line 102, ../sass/_base_set.scss */
a:hover {
  text-decoration: underline;
}

/* line 103, ../sass/_base_set.scss */
a:active {
  color: #666;
}

/* line 105, ../sass/_base_set.scss */
.alignCenter {
  text-align: center;
}

/* line 108, ../sass/_base_set.scss */
.alignleft {
  text-align: left;
}

/* line 111, ../sass/_base_set.scss */
.alignRight {
  text-align: right;
}

/* line 114, ../sass/_base_set.scss */
.b {
  font-weight: bold;
}

/* line 118, ../sass/_base_set.scss */
.listNone li {
  list-style-type: none;
}

/* line 122, ../sass/_base_set.scss */
.m0 {
  margin: 0;
}

/* line 125, ../sass/_base_set.scss */
.p0 {
  padding: 0;
}

/* line 128, ../sass/_base_set.scss */
.w980 {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
}

/* line 133, ../sass/_base_set.scss */
.w1010 {
  width: 1010px;
  margin-left: auto;
  margin-right: auto;
}

/* line 138, ../sass/_base_set.scss */
.shadow {
  /* box-shadow */
  box-shadow: rgba(113, 135, 164, 0.1) 0px 0px 5px 3px;
  -webkit-box-shadow: rgba(113, 135, 164, 0.1) 0px 0px 5px 3px;
  -moz-box-shadow: rgba(113, 135, 164, 0.1) 0px 0px 5px 3px;
}

/* line 144, ../sass/_base_set.scss */
.shadow02 {
  padding: 5px;
  box-sizing: border-box;
  background: #fff;
  /* box-shadow */
  box-shadow: rgba(113, 135, 164, 0.1) 0px 0px 5px 3px;
  -webkit-box-shadow: rgba(113, 135, 164, 0.1) 0px 0px 5px 3px;
  -moz-box-shadow: rgba(113, 135, 164, 0.1) 0px 0px 5px 3px;
}
/* line 152, ../sass/_base_set.scss */
.shadow02 img {
  max-width: 100%;
}

/* line 156, ../sass/_base_set.scss */
.pad15 {
  padding: 15px 15px;
}

/* line 160, ../sass/_base_set.scss */
.mincho {
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

/* 
480px以下 スマホ
481~768px タブレット
769px~980px PC
 */
/*--------------------- paginate ------------------------------*/
/* line 22, ../sass/common.scss */
#paginate {
  padding: 30px 0 0 0;
  text-align: center;
}
/* line 25, ../sass/common.scss */
#paginate .current {
  border: 1px solid #aaa;
  font-size: 100%;
  padding: 4px 10px 2px;
  color: #666;
}
/* line 31, ../sass/common.scss */
#paginate a {
  background: #101010;
  color: #fff;
  padding: 4px 10px 2px;
  text-decoration: none;
  font-size: 100%;
}

/*--------------------- paginate ------------------------------*/
/* line 43, ../sass/common.scss */
figure {
  text-align: center;
  margin: 0 7%;
}

/* line 48, ../sass/common.scss */
ul.list01 li {
  font-size: 115%;
  /*16px*/
  line-height: 1.6;
  margin: 0;
  padding: 0 0 0.5em 0;
}

/* line 54, ../sass/common.scss */
ul.list01 li:before {
  content: "";
  background: #FF0000;
  width: 0.8em;
  height: 0.8em;
  display: inline-block;
  margin-right: 10px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

/* line 65, ../sass/common.scss */
ol.list01 {
  clear: both;
  margin: 0;
  padding: 0 0 1.4em 30px;
}

/* line 71, ../sass/common.scss */
ol.list01 li {
  font-size: 115%;
  /*16px*/
  line-height: 1.6;
  margin: 0;
  padding: 0 0 0.5em 0;
  list-style-type: decimal;
}

/* breadcrumb */
/* line 81, ../sass/common.scss */
#breadcrumb {
  display: none;
}
/* line 98, ../sass/common.scss */
#breadcrumb a {
  color: #fff;
  font-weight: bold;
}

/* wp-editor css */
/* line 105, ../sass/common.scss */
.wp-editor {
  /* width:600px; */
  width: 100%;
  clear: both;
  margin: 0px 0 0 0px;
  padding: 0;
}

/* line 113, ../sass/common.scss */
.wp-editor h2 {
  clear: both;
  font-size: 186%;
  /*26px*/
  font-weight: bold;
  margin: 1em 0 0.6em 0;
  padding: 0.6em 1em 0.5em 1em;
  background-color: #eee;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

/* line 125, ../sass/common.scss */
.wp-editor h3 {
  clear: both;
  font-size: 158%;
  /*22px*/
  font-weight: bold;
  margin: 0 0 0.7em 0;
  padding: 0 0 0.4em 0;
  border-bottom: 1px solid #ddd;
}

/* line 134, ../sass/common.scss */
.wp-editor h4 {
  clear: both;
  font-size: 100%;
  /*18px*/
  font-weight: bold;
  margin: 0 0 0.8em 0;
  padding: 0 0 0 0px;
}

/* line 141, ../sass/common.scss */
.wp-editor h4:before {
  content: "";
  background: #FF0000;
  width: 0.8em;
  height: 0.8em;
  display: inline-block;
  margin-right: 10px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

/* line 153, ../sass/common.scss */
.wp-editor h5 {
  clear: both;
  font-size: 115%;
  /*16px*/
  font-weight: bold;
  margin: 0 0 0.9em 0;
  padding: 0;
}

/* line 161, ../sass/common.scss */
.wp-editor p {
  font-size: 115%;
  /*16px*/
  line-height: 1.8;
  margin: 0 0 1.6em 0;
  padding: 0;
}

/* line 168, ../sass/common.scss */
.wp-editor ul {
  clear: both;
  margin: 0;
  padding: 0 0 1.4em 5px;
}

/* line 174, ../sass/common.scss */
.wp-editor ul li {
  font-size: 115%;
  /*16px*/
  line-height: 1.6;
  margin: 0;
  padding: 0 0 0.5em 0;
}

/* line 180, ../sass/common.scss */
.wp-editor ul li:before {
  content: "";
  background: #FF0000;
  width: 0.8em;
  height: 0.8em;
  display: inline-block;
  margin-right: 10px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

/* line 192, ../sass/common.scss */
.wp-editor ol {
  clear: both;
  margin: 0;
  padding: 0 0 1.4em 30px;
}

/* line 198, ../sass/common.scss */
.wp-editor ol li {
  font-size: 115%;
  /*16px*/
  line-height: 1.6;
  margin: 0;
  padding: 0 0 0.5em 0;
  list-style-type: decimal;
}

/* line 206, ../sass/common.scss */
.wp-editor table {
  width: 100%;
  clear: both;
  margin: 0 0 2em 0;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

/* line 213, ../sass/common.scss */
.wp-editor table th {
  clear: both;
  font-size: 115%;
  /*16px*/
  line-height: 1.6;
  margin: 0;
  padding: 0.5em 0.6em 0.4em 0.6em;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background-color: #EDF2F2;
}

/* line 223, ../sass/common.scss */
.wp-editor table td {
  clear: both;
  font-size: 115%;
  /*16px*/
  line-height: 1.6;
  margin: 0;
  padding: 0.5em 0.6em 0.4em 0.6em;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  vertical-align: top;
}

/* line 234, ../sass/common.scss */
.wp-editor a.linkBtn {
  clear: both;
  color: #fff;
  line-height: 1;
  margin: 0;
  padding: 0.6em 1.8em;
  text-align: center;
  background-color: #00B2B2;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}

/* line 247, ../sass/common.scss */
.wp-editor a.linkBtn:hover {
  color: #fff;
  background-color: #FF4D4D;
  text-decoration: none;
}

/* line 253, ../sass/common.scss */
a:link {
  color: #101010;
}

/* line 256, ../sass/common.scss */
a:visited {
  color: #101010;
}

/* line 263, ../sass/common.scss */
body {
  font-family: メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 14px;
  /* このサイトの基本フォントサイズ */
  webkit-text-size-adjust: none;
  padding: 0;
  margin: 0;
}

/* line 270, ../sass/common.scss */
p {
  line-height: 1.6;
}

/* line 273, ../sass/common.scss */
.font18 {
  font-size: 100%;
}

/* line 276, ../sass/common.scss */
table {
  width: 100%;
  border-collapse: collapse;
}

/* line 280, ../sass/common.scss */
th {
  font-size: 100%;
  text-align: left;
  border-bottom: 2px solid #000;
  padding: 0.8em 1em 0.8em 0.5em;
}

/* line 286, ../sass/common.scss */
td {
  font-size: 115%;
  border-bottom: 2px solid #000;
  vertical-align: middle;
  padding: 0.8em 1em;
}

/* line 293, ../sass/common.scss */
tr:last-child th, tr:last-child td {
  border: none;
}

/* for IE6 */
/* line 298, ../sass/common.scss */
* html body {
  font-size: 100%;
}

/* for IE7 */
/* line 302, ../sass/common.scss */
*:first-child + html body {
  font-size: 100%;
}

/* line 306, ../sass/common.scss */
.ie .contentsSub .sideBox h2 span {
  padding: 4px 10px 4px 0px;
}

/* line 310, ../sass/common.scss */
.ie9 .mainvis .mainvis01 .txt,
.ie9 .mainvis .mainvis02 .txt,
.ie9 .mainvis .mainvis03 .txt,
.ie9 .mainvis .mainvis06 .txt,
.ie9 .mainvis .mainvis07 .txt {
  -moz-transform: none;
  -webkit-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}

/* line 323, ../sass/common.scss */
.btn a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: #000;
  text-align: center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 2px solid #000;
  position: relative;
  padding: 6px 45px 6px 20px;
}
/* line 334, ../sass/common.scss */
.btn a:after {
  display: block;
  content: "";
  position: absolute;
  top: 40%;
  right: 12px;
  width: 12px;
  height: 12px;
  margin: -4px 0 0 0;
  border-top: solid 4px #FF0000;
  border-right: solid 4px #FF0000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 349, ../sass/common.scss */
.left {
  float: left;
}

/* line 352, ../sass/common.scss */
.right {
  float: right;
}

/* line 355, ../sass/common.scss */
.w50 {
  width: 50%;
}

/* line 358, ../sass/common.scss */
.font100 {
  font-size: 100% !important;
}

/* line 361, ../sass/common.scss */
header {
  display:block;
  float:right;
  margin: 30px;
  padding: 0;
  text-align:right;
  background:transparent;
}

/* line 372, ../sass/common.scss */
header #btnEnglish {
  display: none;
}

/* line 378, ../sass/common.scss */
.head {
  width: 100%;
  margin: 0 30px 0 0;
  padding: 0;
  border-bottom: none;
  float:right;
}
/* line 387, ../sass/common.scss */
.head ul {
  width: 100%;
  margin: 0;
  padding: 0;
  display:block;
}
/* line 392, ../sass/common.scss */
.head li {
  font-size: 100%;
  font-weight: bold;
  white-space: nowrap;
  margin: 0;
  padding: 0;
}

/* line 399, ../sass/common.scss */
.head01 {
  display: none;
}

/* line 407, ../sass/common.scss */
.head02 {
  clear: both;
  margin: 0;
  padding: 0;
  text-align: right;
  display: none;
}
.head02 ul{
  display:inline;
}

/* line 411, ../sass/common.scss */
.head03 {
  display: none;
}

/* line 419, ../sass/common.scss */
.index .liveAreaBg {
  background-image: none;
}

/* line 423, ../sass/common.scss */
.mainvis {
  width: 100%;
  padding: 20px 0;
  overflow: hidden;
}
/* line 427, ../sass/common.scss */
.mainvis a:hover img {
  opacity: 1;
}
/* line 431, ../sass/common.scss */
.mainvis img {
  width: 100%;
  -moz-transition: -moz-transform 0.1s linear;
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: -o-transform 0.1s linear;
  -ms-transition: -ms-transform 0.1s linear;
  transition: transform 0.1s linear;
}
/* line 439, ../sass/common.scss */
.mainvis .mainvisImg {
  position: relative;
}
/* line 442, ../sass/common.scss */
.mainvis .bg {
  overflow: hidden;
}
/* line 445, ../sass/common.scss */
.mainvis img:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
/* line 452, ../sass/common.scss */
.mainvis .posi {
  position: absolute;
  z-index: 99999;
}
/* line 456, ../sass/common.scss */
.mainvis .txt {
  position: absolute;
  color: #000;
  text-shadow: 0px 3px 1px white,0px 2px 1px white,1px 2px 1px white,2px 2px 1px white,2px 1px 1px white,2px 0px 1px white,3px 0px 1px white,2px -1px 1px white,2px -2px 1px white,2px -3px 1px white,1px -3px 1px white,0px -3px 1px white,-1px -3px 1px white,-2px -3px 1px white,-3px -3px 1px white,-3px -2px 1px white,-3px -1px 1px white,-3px 0px 1px white,-3px 1px 1px white,-3px 2px 1px white,-2px 2px 1px white,-1px 2px 1px white;
  /* for IE */
  filter: dropshadow(color=white, offx=0, offy=3, positive=1), dropshadow(color=white, offx=2, offy=1, positive=1), dropshadow(color=white, offx=2, offy=-1, positive=1), dropshadow(color=white, offx=1, offy=-3, positive=1), dropshadow(color=white, offx=-2, offy=-3, positive=1), dropshadow(color=white, offx=-3, offy=-2, positive=1), dropshadow(color=white, offx=-3, offy=1, positive=1), dropshadow(color=white, offx=-1, offy=2, positive=1);
  font-weight: bold;
  line-height: 1.3;
}
/* line 464, ../sass/common.scss */
.mainvis .box01 {
  width: 27.8%;
  height: 28%;
  border-right: 4px solid #FF0000;
  float: left;
}
/* line 469, ../sass/common.scss */
.mainvis .box01 .posi {
  width: 105%;
  top: 0;
  left: 0;
}
/* line 476, ../sass/common.scss */
.mainvis .mainvis01 .txt {
  position: absolute;
  font-size: 172%;
  bottom: 0px;
  left: 37px;
  z-index: 999999;
  -moz-transform: rotate(-6deg);
  -webkit-transform: rotate(-6deg);
  -o-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
/* line 489, ../sass/common.scss */
.mainvis .box02 {
  width: 13.6%;
  height: 28%;
  float: left;
  border-right: 4px solid #FF0000;
}
/* line 495, ../sass/common.scss */
.mainvis .mainvis02 {
  border-bottom: 4px solid #FF0000;
}
/* line 497, ../sass/common.scss */
.mainvis .mainvis02 .txt {
  position: absolute;
  font-size: 115%;
  bottom: 0px;
  left: 10px;
  z-index: 999999;
  -moz-transform: rotate(-6deg);
  -webkit-transform: rotate(-6deg);
  -o-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
/* line 511, ../sass/common.scss */
.mainvis .mainvis03 .txt {
  position: absolute;
  font-size: 115%;
  letter-spacing: -0.1em;
  bottom: 6px;
  left: 13px;
  z-index: 999999;
  -moz-transform: rotate(-6deg);
  -webkit-transform: rotate(-6deg);
  -o-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
/* line 525, ../sass/common.scss */
.mainvis .box03 {
  width: 13.6%;
  height: 28%;
  float: left;
  border-right: 4px solid #FF0000;
}
/* line 532, ../sass/common.scss */
.mainvis .mainvis04 .txt {
  position: absolute;
  font-size: 215%;
  letter-spacing: -0.1em;
  bottom: -9px;
  width: 100%;
  text-align: center;
}
/* line 541, ../sass/common.scss */
.mainvis .box04 {
  width: 43%;
  height: 14%;
  float: left;
  border-bottom: 4px solid #FF0000;
}
/* line 547, ../sass/common.scss */
.mainvis .mainvis05 {
  width: 31.8%;
  height: auto;
  float: left;
  border-right: 4px solid #FF0000;
}
/* line 552, ../sass/common.scss */
.mainvis .mainvis05 .posi {
  width: 100%;
  top: 7px;
  left: 18px;
}
/* line 558, ../sass/common.scss */
.mainvis .mainvis06 {
  width: 66.7%;
  height: auto;
  float: left;
}
/* line 562, ../sass/common.scss */
.mainvis .mainvis06 .txt {
  width: 250px;
  position: absolute;
  font-size: 143%;
  letter-spacing: -0.1em;
  bottom: 5%;
  left: 5%;
  z-index: 999999;
  -moz-transform: rotate(-6deg);
  -webkit-transform: rotate(-6deg);
  -o-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
/* line 577, ../sass/common.scss */
.mainvis .box05 {
  width: 43%;
  height: 14%;
  float: left;
}
/* line 582, ../sass/common.scss */
.mainvis .mainvis07 {
  width: 64.8%;
  height: auto;
  float: left;
  border-right: 4px solid #FF0000;
}
/* line 587, ../sass/common.scss */
.mainvis .mainvis07 .txt {
  position: absolute;
  width: 200px;
  font-size: 143%;
  letter-spacing: -0.1em;
  bottom: 0%;
  left: 7%;
  z-index: 999999;
  -moz-transform: rotate(-6deg);
  -webkit-transform: rotate(-6deg);
  -o-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
/* line 602, ../sass/common.scss */
.mainvis .mainvis08 {
  width: 33.4%;
  height: auto;
  float: left;
}
/* line 606, ../sass/common.scss */
.mainvis .mainvis08 .txt {
  position: absolute;
  width: 200px;
  font-size: 215%;
  top: 0%;
  left: 18%;
  z-index: 999999;
}

/* line 616, ../sass/common.scss */
.bgWhite {
  background: #fff;
  margin: 20px 70px 0 70px;
  padding: 15px 0 80px 0;
  border: solid 0px #000;
  border-top: solid 1px #777;
}

/* line 621, ../sass/common.scss */
.index01 h2 {
  font-size: 172%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: #000;
  color: #fff;
  padding: 9px 35px;
  margin: 0;
  text-shadow: none;
}
/* line 632, ../sass/common.scss */
.index01 .index01L {
  width: 83.7%;
  border-right: 0px solid #FF0000;
  float: left;
  background: #fff;
}
/* line 637, ../sass/common.scss */
.index01 .index01L ul {
  margin: 7px 0;
  padding: 0 40px;
}
/* line 641, ../sass/common.scss */
.index01 .index01L li {
  font-size: 143%;
  border-bottom: 2px solid #000;
  padding: 8px 0;
}
/* line 646, ../sass/common.scss */
.index01 .index01L li:last-child {
  border: none;
}
/* line 650, ../sass/common.scss */
.index01 .index01R {
  width: 14.5%;
  float: left;
  background: #fff;
}
/* line 654, ../sass/common.scss */
.index01 .index01R img {
  width: 100%;
}

/* line 659, ../sass/common.scss */
.liveAreaBg {
  margin: 0 0;
  padding: 0;
  background-image: none;
  background-color: #fff;
  padding-bottom: 0px;
}

/* line 663, ../sass/common.scss */
.liveArea {
  margin: 0;
  padding: 0;
}

/* line 670, ../sass/common.scss */
.contentsBody {
  float: none;
  background: transparent;
  border: 0px solid #000;
  margin: 0 !important;
  padding: 0 0 0px 0 !important;
  box-sizing: border-box;
}
/* line 678, ../sass/common.scss */
.contentsBody figure img {
  width: 100%;
}
/* line 682, ../sass/common.scss */
.contentsBody p {
  font-size: 100%;
}

/* line 686, ../sass/common.scss */
.contentsBody.col1 {
  float: none;
  margin: 0 auto;
}

/* line 690, ../sass/common.scss */
.contentsSub {
  display:none;
  width: 21.5%;
  float: left;
}

/* line 694, ../sass/common.scss */
.sideMenu01 {
  border: 2px solid #000;
  background: #fff;
  margin: 0 0 30px;
  padding: 0;
}
/* line 699, ../sass/common.scss */
.sideMenu01 a {
  font-size: 143%;
  font-weight: bold;
  position: relative;
  display: block;
  padding: 0.8em 1em 0.8em 0.8em;
  border-bottom: 2px solid #000;
}
/* line 707, ../sass/common.scss */
.sideMenu01 a:hover {
  text-decoration: none;
  background: #f8f8f8;
}
/* line 711, ../sass/common.scss */
.sideMenu01 a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 12px;
  height: 12px;
  margin: -4px 0 0 0;
  border-top: solid 4px #FF0000;
  border-right: solid 4px #FF0000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 725, ../sass/common.scss */
.sideMenu01 li:last-child a {
  border: none;
}
/* line 730, ../sass/common.scss */
.sideMenu01 li:last-child li a {
  border-bottom: 2px solid #000;
}
/* line 734, ../sass/common.scss */
.sideMenu01 li:last-child li:last-child a {
  border-bottom: none;
}
/* line 738, ../sass/common.scss */
.sideMenu01 ul {
  margin: 0;
  padding: 0 0 0 0;
  border-top: 2px solid #000;
}
/* line 743, ../sass/common.scss */
.sideMenu01 ul li a {
  font-size: 100%;
  padding: 0.8em 1em 0.8em 2.2em;
  border-bottom: 2px solid #000;
}

/* line 751, ../sass/common.scss */
.txtPat01 {
  color: #000;
  /* for modan browser */
  text-shadow: none;
  /* for IE */
  filter: dropshadow(color=white, offx=0, offy=3, positive=1), dropshadow(color=white, offx=2, offy=1, positive=1), dropshadow(color=white, offx=2, offy=-1, positive=1), dropshadow(color=white, offx=1, offy=-3, positive=1), dropshadow(color=white, offx=-2, offy=-3, positive=1), dropshadow(color=white, offx=-3, offy=-2, positive=1), dropshadow(color=white, offx=-3, offy=1, positive=1), dropshadow(color=white, offx=-1, offy=2, positive=1);
}

/* line 757, ../sass/common.scss */
.h1 {
  font-size: 26px;
  margin: 110px 30px 0 80px;
  padding: 0 0 0 0;
}

/* line 762, ../sass/common.scss */
.contTitle {
  position: relative;
  font-size: 185%;
  margin: 0 0 0.3em 0;
  padding-right: 6.5em;
}
/* line 767, ../sass/common.scss */
.contTitle img {
  position: absolute;
  right: -40px;
  top: -62px;
}

/* line 773, ../sass/common.scss */
.contTitle02 {
  position: relative;
  font-size: 125%;
  color: #000000;
  line-height: 1.5;
  background: none;
  margin: 0;
  padding-left: 0;
  /* for modan browser */
  text-shadow: 0px 5px 1px black,0px 4px 1px black,1px 4px 1px black,2px 4px 1px black,3px 3px 1px black,4px 2px 1px black,4px 1px 1px black,4px 0px 1px black,5px 0px 1px black,4px -1px 1px black,4px -2px 1px black,4px -3px 1px black,3px -4px 1px black,2px -5px 1px black,1px -5px 1px black,0px -5px 1px black,-1px -5px 1px black,-2px -5px 1px black,-3px -5px 1px black,-4px -4px 1px black,-5px -3px 1px black,-5px -2px 1px black,-5px -1px 1px black,-5px 0px 1px black,-5px 1px 1px black,-5px 2px 1px black,-4px 3px 1px black,-3px 4px 1px black,-2px 4px 1px black,-1px 4px 1px black;
  /* for IE */
  filter: dropshadow(color=black, offx=0, offy=5, positive=1), dropshadow(color=black, offx=3, offy=3, positive=1), dropshadow(color=black, offx=4, offy=-1, positive=1), dropshadow(color=black, offx=2, offy=-5, positive=1), dropshadow(color=black, offx=-2, offy=-5, positive=1), dropshadow(color=black, offx=-5, offy=-2, positive=1), dropshadow(color=black, offx=-5, offy=2, positive=1), dropshadow(color=black, offx=-1, offy=4, positive=1);
}
/* line 784, ../sass/common.scss */
.contTitle02 img {
  position: absolute;
  right: -40px;
  top: -62px;
}

/* line 790, ../sass/common.scss */
.mT0 {
  margin-top: 0;
}

/* line 793, ../sass/common.scss */
.contMenuListWrap {
  border-bottom: 0px solid #000;
  padding: 0 25px 0px;
  margin: 0 -25px 30px;
}

/* line 798, ../sass/common.scss */
.contMenuListWrap:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

/* line 802, ../sass/common.scss */
.contMenuList {
  position: relative;
  font-size: 215%;
  margin: 0 0 1em 0;
}
/* line 806, ../sass/common.scss */
.contMenuList img {
  position: absolute;
  left: -30px;
  top: -27px;
}
/* line 811, ../sass/common.scss */
.contMenuList a {
  display: block;
  position: relative;
  padding-left: 130px;
}
/* line 816, ../sass/common.scss */
.contMenuList a:after {
  display: block;
  content: "";
  position: absolute;
  top: 22%;
  right: 5px;
  width: 24px;
  height: 24px;
  margin: -4px 0 0 0;
  border-top: solid 8px #FF0000;
  border-right: solid 8px #FF0000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 830, ../sass/common.scss */
.contMenuList a:hover {
  text-decoration: none;
}

/* line 837, ../sass/common.scss */
.pageAboutus .contTitle img {
  position: absolute;
  right: -40px;
  top: -62px;
}

/* line 846, ../sass/common.scss */
.merchandisingPage .contTitle02 img {
  position: absolute;
  right: -40px;
  top: -52px;
}

/* line 853, ../sass/common.scss */
.tagPat01 {
  margin: 0;
  padding: 0;
  width: 100%;
}
/* line 857, ../sass/common.scss */
.tagPat01 li {
  float: left;
  margin: 0 0.1em 0.3em;
}
/* line 861, ../sass/common.scss */
.tagPat01 a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-weight: bold;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #ddd;
}
/* line 869, ../sass/common.scss */
.tagPat01 a:hover {
  opacity: 0.7;
  text-decoration: none;
}
/* line 873, ../sass/common.scss */
.tagPat01 .cat02 {
  background: #fff;
  border: 2px solid #FF4D4D;
  color: #FF4D4D;
}
/* line 878, ../sass/common.scss */
.tagPat01 .cat03 {
  background: #fff;
  border: 2px solid #FF9326;
  color: #FF9326;
}
/* line 883, ../sass/common.scss */
.tagPat01 .cat04 {
  background: #fff;
  border: 2px solid #85B200;
  color: #85B200;
}
/* line 888, ../sass/common.scss */
.tagPat01 .cat05 {
  background: #fff;
  border: 2px solid #2DB200;
  color: #2DB200;
}
/* line 893, ../sass/common.scss */
.tagPat01 .cat06 {
  background: #fff;
  border: 2px solid #00B285;
  color: #00B285;
}
/* line 898, ../sass/common.scss */
.tagPat01 .cat07 {
  background: #fff;
  border: 2px solid #00B2B2;
  color: #00B2B2;
}
/* line 903, ../sass/common.scss */
.tagPat01 .cat08 {
  background: #fff;
  border: 2px solid #0059B2;
  color: #0059B2;
}
/* line 908, ../sass/common.scss */
.tagPat01 .cat09 {
  background: #fff;
  border: 2px solid #8000FF;
  color: #8000FF;
}
/* line 913, ../sass/common.scss */
.tagPat01 .cat10 {
  background: #fff;
  border: 2px solid #B200B2;
  color: #B200B2;
}
/* line 918, ../sass/common.scss */
.tagPat01 .sizeM {
  font-size: 100%;
  padding: 1px 10px;
}
/* line 922, ../sass/common.scss */
.tagPat01 .sizeM2 {
  width: 120px;
  text-align: center;
  font-size: 80%;
  padding: 3px 0px;
}
/* line 928, ../sass/common.scss */
.tagPat01 .sizeS {
  font-size: 79%;
  padding: 2px 10px;
}

/* line 933, ../sass/common.scss */
a.cat01 {
  background: #FF0000;
  border: 2px solid #FF0000;
  color: #fff;
}

/* line 938, ../sass/common.scss */
.tagArea {
  margin: 40px 40px 40px 70px;
}

/* line 941, ../sass/common.scss */
.workWrap {
  margin: 0 80px 40px;
}
/* line 943, ../sass/common.scss */
.workWrap figure {
  margin: 0;
}
/* line 946, ../sass/common.scss */
.workWrap .box {
  width: 28%;
  margin: 0em 5% 1% 0;
  float: left;
}
/* line 950, ../sass/common.scss */
.workWrap .box h2 {
  font-size: 115%;
  margin: 0.4em 0;
  padding: 0;
  background: none;
  text-shadow: none;
}
/* line 957, ../sass/common.scss */
.workWrap .box figure {
  width: 100%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-align: center;
  border: 2px solid #000000;
  padding: 10px;
  height: 120px;
  line-height: 120px;
}
/* line 967, ../sass/common.scss */
.workWrap .box figure img {
  max-width: 100%;
  max-height: 120px;
}

/* line 975, ../sass/common.scss */
.workD {
  width: 100%;
  margin: 0 0;
  padding:0 0;
}

/* line 978, ../sass/common.scss */
.workDL {
  clear: both;
  width: 60%;
  float: left;
}
/* line 981, ../sass/common.scss */
.workDL p {
  font-size: 82%;
}
/* line 985, ../sass/common.scss */
.workDL .list01 li {
  font-size: 100%;
}
/* line 990, ../sass/common.scss */
.workDL .topicsArea h2 ,
.topicsArea{
  display: none;
}
/* line 994, ../sass/common.scss */
.workDL .topicsArea ul {
  margin: 0 0 0em 0;
  padding: 0;
}
/* line 999, ../sass/common.scss */
.workDL .topicsArea li a {
  font-size: 100%;
}
.workLogo{
  text-align: center;
}
/* line 1005, ../sass/common.scss */
.workDL .workLogo img {
  max-width: 50% !important;
  max-height:200px; 
}

/* line 1010, ../sass/common.scss */
.workDR {
  width: 35%;
  margin-left: 30px;
  float: right;
}
/* line 1014, ../sass/common.scss */
.workDR .main figure {
  box-sizing: border-box;
  border: 0px solid #000;
  margin: 0;
}
/* line 1021, ../sass/common.scss */
.workDR .sub figure {
  width: 48%;
  height:auto !important;
  min-height:auto !important;
  border: 0px solid #000;
  box-sizing: border-box;
  float: left;
  margin: 4% 0 0;
  background: #fff;
  line-height: 1 !important;
}
.phBox .col3 img.icoZoom{
  display: none !important;
}
/* line 1030, ../sass/common.scss */
.workDR .sub figure img {
  width: auto;
  max-width: 100%;
  height: 1;
  max-height: auto !important;
}
/* line 1037, ../sass/common.scss */
.workDR .sub figure:nth-child(odd) {
  margin-right: 4%;
}
/* line 1041, ../sass/common.scss */
.workDR img {
  width: 100%;
}

/* line 1045, ../sass/common.scss */
.contentsBody p.lead,
.lead {
  font-size: 172%;
  line-height: 1.3;
}

/* line 1050, ../sass/common.scss */
.workDL p.lead02,
.contentsBody p.lead02,
.lead02 {
  font-size: 16px;
  color: #000;
  line-height: 1.3;
  /* for modan browser */
  text-shadow: none;
  margin: 0;
  padding: 0;
}

/* line 1060, ../sass/common.scss */
.workDBox {
  border: 0px solid #000;
  background: #eee;
  margin: 20px 0 0 0;
  padding: 15px;
}
/* line 1065, ../sass/common.scss */
.workDBox p {
  margin-top: 0;
}

/* line 1069, ../sass/common.scss */
h2 {
  font-size: 16px;
  line-height: 1;
  background-image: none;
  background-color: #444;
  color: #fff;
  /* for modan browser */
  text-shadow: none;
  padding: 6px 20px 8px 12px;
  margin: 1em 0 0.3em;
}

/* line 1078, ../sass/common.scss */
h3 {
  font-size: 172%;
  margin: 1.5em 0 0.5em;
}

/* line 1082, ../sass/common.scss */
.smallTxt {
  display: none;
}

/* line 1085, ../sass/common.scss */
ul.list01 {
  clear: both;
  margin: 0;
  padding: 0 0 0 5px;
}
/* line 1089, ../sass/common.scss */
ul.list01 li {
  font-size: 115%;
  /*16px*/
  line-height: 1.6;
  margin: 0;
  padding: 0.2em 0 0.15em 0;
  border-bottom: 1px solid #ccc;
}
/* line 1096, ../sass/common.scss */
ul.list01 li:before {
  content: "";
  background: #FF0000;
  width: 0.8em;
  height: 0.8em;
  display: inline-block;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
/* line 1106, ../sass/common.scss */
ul.list01 li:last-child {
  border: none;
}

/* line 1110, ../sass/common.scss */
.upBtn {
  display: none;
}

/* line 1163, ../sass/common.scss */
.contentsWrap {
  border-top: 2px solid #000;
  margin: 20px -25px;
  padding: 25px 25px 10px 25px;
}
/* line 1167, ../sass/common.scss */
.contentsWrap figure {
  text-align: center;
  margin: 0 7%;
}
/* line 1171, ../sass/common.scss */
.contentsWrap p {
  font-size: 100%;
}

/* line 1175, ../sass/common.scss */
.contentsWrap02 {
  padding: 10px 25px;
}
/* line 1177, ../sass/common.scss */
.contentsWrap02 figure {
  text-align: center;
  margin: 0 7%;
}
/* line 1181, ../sass/common.scss */
.contentsWrap02 p {
  font-size: 100%;
}

/* line 1185, ../sass/common.scss */
.listBox {
  padding: 0 0 30px;
  margin: 0 0 30px 0;
  border-bottom: 2px solid #000;
}
/* line 1189, ../sass/common.scss */
.listBox p.date {
  font-size: 100%;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
/* line 1195, ../sass/common.scss */
.listBox .listMidashi {
  font-size: 186%;
  margin: 0;
  padding: 0;
}

/* line 1201, ../sass/common.scss */
.listBox:last-child {
  border-bottom: none;
}

/* line 1205, ../sass/common.scss */
.topicsD p.date {
  font-size: 100%;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

/* line 1212, ../sass/common.scss */
.sideBnr01 {
  margin-top: 15px;
}
/* line 1214, ../sass/common.scss */
.sideBnr01 figure {
  margin: 0;
  padding: 0;
}
/* line 1218, ../sass/common.scss */
.sideBnr01 img {
  width: 100%;
}

/* line 1222, ../sass/common.scss */
.accordion {
  border-bottom: 2px solid #000;
}
/* line 1224, ../sass/common.scss */
.accordion .btn {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  border-left: 2px solid #000;
  padding: 10px;
}

table .btn{
  display: none;
}
/* line 1229, ../sass/common.scss */
.accordion .btn .title {
  display: block !important;
  position: relative;
  font-size: 172%;
  background: url("../images/bg_h2.gif") repeat 0 0;
  /* for modan browser */
  text-shadow: 0px 3px 1px white,0px 2px 1px white,1px 2px 1px white,2px 2px 1px white,2px 1px 1px white,2px 0px 1px white,3px 0px 1px white,2px -1px 1px white,2px -2px 1px white,2px -3px 1px white,1px -3px 1px white,0px -3px 1px white,-1px -3px 1px white,-2px -3px 1px white,-3px -3px 1px white,-3px -2px 1px white,-3px -1px 1px white,-3px 0px 1px white,-3px 1px 1px white,-3px 2px 1px white,-2px 2px 1px white,-1px 2px 1px white;
  /* for IE */
  filter: dropshadow(color=white, offx=0, offy=3, positive=1), dropshadow(color=white, offx=2, offy=1, positive=1), dropshadow(color=white, offx=2, offy=-1, positive=1), dropshadow(color=white, offx=1, offy=-3, positive=1), dropshadow(color=white, offx=-2, offy=-3, positive=1), dropshadow(color=white, offx=-3, offy=-2, positive=1), dropshadow(color=white, offx=-3, offy=1, positive=1), dropshadow(color=white, offx=-1, offy=2, positive=1);
  padding: 13px 20px;
  margin: 0;
}
/* line 1239, ../sass/common.scss */
.accordion .btn .title:after {
  display: block;
  content: "";
  position: absolute;
  top: 28%;
  right: 20px;
  width: 20px;
  height: 20px;
  margin: -4px 0 0 0;
  border-top: solid 8px #FF0000;
  border-right: solid 8px #FF0000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
/* line 1254, ../sass/common.scss */
.accordion p.btn {
  border: none;
}
/* line 1258, ../sass/common.scss */
.accordion .btn.open .title:after {
  top: 45%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 1264, ../sass/common.scss */
.accordion .box {
  border: 2px solid #000;
  border-bottom: none;
  padding: 20px 30px 10px;
}
/* line 1268, ../sass/common.scss */
.accordion .box figure {
  text-align: center;
  margin: 0 7%;
}
/* line 1273, ../sass/common.scss */
.accordion p {
  font-size: 98%;
  line-height: 1.4;
}

/* line 1277, ../sass/common.scss */
.messageL {
  width: 35%;
  float: left;
}
/* line 1280, ../sass/common.scss */
.messageL figure {
  margin: 1em 0 0 0;
  padding: 0;
}

/* line 1285, ../sass/common.scss */
.messageR {
  width: 61%;
  float: right;
}

/* line 1290, ../sass/common.scss */
footer {
  display: none;
}
/* line 1293, ../sass/common.scss */
footer a:link,
footer a:visited {
  color: #fff;
}

/* line 1298, ../sass/common.scss */
.footWrap {
  max-width: 1400px;
  min-width: 980px;
  margin: 0 auto;
}
/* line 1302, ../sass/common.scss */
.footWrap ul {
  margin: 0;
  padding: 0;
}
/* line 1305, ../sass/common.scss */
.footWrap ul li {
  margin-top: 5px;
}
/* line 1308, ../sass/common.scss */
.footWrap ul li > a {
  margin-right: 18px;
  font-size: 115%;
  font-weight: bold;
}
/* line 1314, ../sass/common.scss */
.footWrap ul ul li {
  float: left;
}
/* line 1316, ../sass/common.scss */
.footWrap ul ul li a {
  width: auto;
  font-weight: normal;
}

/* line 1324, ../sass/common.scss */
.foot01 {
  width: 10%;
  float: left;
}

/* line 1328, ../sass/common.scss */
.foot02 {
  width: 70%;
  float: left;
}
/* line 1331, ../sass/common.scss */
.foot02 li > a {
  float: left;
  width: 155px;
}

/* line 1336, ../sass/common.scss */
.foot03 {
  width: 20%;
  float: left;
  margin-left: 0%;
}

/* line 1341, ../sass/common.scss */
#copyright {
  color: #fff;
  margin-top: 60px;
  text-align: center;
  font-size: 79%;
}

/* line 1347, ../sass/common.scss */
#rightMenuBtn {
  display: none;
}
/* line 1351, ../sass/common.scss */
#rightMenuBtn ul {
  background: #fff;
  margin: 0;
  padding: 0;
}
/* line 1356, ../sass/common.scss */
#rightMenuBtn li {
  border-bottom: 1px solid #fff;
}
/* line 1359, ../sass/common.scss */
#rightMenuBtn li:last-child {
  border-bottom: none;
}

/* line 1366, ../sass/common.scss */
.historyBlock table tr {
  border-top: 2px solid #000;
}
/* line 1369, ../sass/common.scss */
.historyBlock table tr.dot {
  border-top: 2px dotted #000;
}
/* line 1372, ../sass/common.scss */
.historyBlock table td {
  vertical-align: top;
  border: none;
}
/* line 1376, ../sass/common.scss */
.historyBlock table .year {
  width: 60px;
}
/* line 1379, ../sass/common.scss */
.historyBlock table .month {
  width: 40px;
}
/* line 1382, ../sass/common.scss */
.historyBlock table .img {
  max-width: 250px;
}

/* line 1387, ../sass/common.scss */
.pageLink {
  display:none;
  overflow: hidden;
  *zoom: 1;
}
/* line 1389, ../sass/common.scss */
.pageLink ul {
  margin: 0;
  padding: 0;
}
/* line 1393, ../sass/common.scss */
.pageLink .btn {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}
/* line 1397, ../sass/common.scss */
.pageLink .btn a {
  font-size: 100%;
}

/* line 1403, ../sass/common.scss */
.contact {
  padding: 20px;
}
/* line 1405, ../sass/common.scss */
.contact table th span {
  font-size: 86%;
  color: #d00;
  padding-left: 6px;
}
/* line 1410, ../sass/common.scss */
.contact th, .contact td {
  border-bottom: 2px solid #000;
}
/* line 1413, ../sass/common.scss */
.contact p#submit input {
  font-size: 100%;
  color: #333;
  font-weight: bold;
  margin: 0;
  padding: 12px 60px 10px 60px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-color: #F9D92D;
  border: none;
  cursor: pointer;
}
/* line 1426, ../sass/common.scss */
.contact p#submit span input {
  background: #ccc;
  margin-right: 10px;
}
/* line 1430, ../sass/common.scss */
.contact p#submit #wpcf7-modify {
  background: #ccc;
  margin-right: 10px;
}
/* line 1434, ../sass/common.scss */
.contact table td textarea {
  font-size: 100%;
  width: 100%;
  height: 160px;
  padding: 2px;
}
/* line 1440, ../sass/common.scss */
.contact table td input {
  font-size: 100%;
  padding: 2px;
}
/* line 1444, ../sass/common.scss */
.contact table th.th2 {
  padding-top: 15px;
  font-size: 100%;
  text-align: right;
  padding-right: 0;
}
/* line 1450, ../sass/common.scss */
.contact table td input[size='90'] {
  width: 100%;
}

/* line 1454, ../sass/common.scss */
.formCationA {
  color: #CC0000;
  border: 3px solid #CC0000;
}

/* line 1458, ../sass/common.scss */
.formCationB {
  color: #A348C1;
  border: 3px solid #A348C1;
}

/* スマホ対応 */
/*
@media (max-width: 480px){
  
}
*/






/* line 1397, ../sass/common.scss */
.accordion .btn .title {
  position: relative;
  font-size: 135%;
  background: none;
  /* for modan browser */
  text-shadow: none;
  /* for IE */
  filter: none;
  padding: 5px 20px 3px 20px;
  margin: 0;
  background-color: #ddd;
}

.accordion .btn .title:after{
  display: none;
}


/* line 1432, ../sass/common.scss */
.accordion .box {
  border: 2px solid #000;
  border-bottom: none;
  padding: 5px 20px 5px;
}
/* line 1436, ../sass/common.scss */
.accordion .box figure {
  margin: 0 0 0 0;
  text-align: center;
}

.box {
  display: block !important;
}

.box .left{
  width: 75% !important;
}

.box .right{
  width: 22% !important;
}

.bgPri{
  width: 100%;
}

.wp_social_bookmarking_light{
  display: none;
}

.contentsBody{
  width: 980px !important;
  padding: 0 70px !important;
}

.bgPri{
  display: none;
}
figure{
  margin: 0;
  padding: 0;
}

