@charset "UTF-8";
/************************************
****************共通******************
*************************************/
.cntnt_txt {
  margin-bottom: 30px;
  overflow: hidden;
}

.post h2.page_h2 {
  border-bottom: 1px solid #FF3300;
  margin: 0 0 1em;
  padding: 0 0 0 15px;
  position: relative;
}
.post h2.page_h2:before {
  content: '';
  display: block;
  width: 10px;
  height: 1.5em;
  background: #f28c5f;
  background: linear-gradient(0deg, #f28c5f 0%, #fdd3c4 80%, #f9baba 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.post h2.page_h2_blue {
  border-bottom: 1px solid #425570;
  margin: 0 0 1em;
  padding: 0 0 0 15px;
  position: relative;
}
.post h2.page_h2_blue:before {
  content: '';
  display: block;
  width: 10px;
  height: 1.5em;
  background: #6868f1;
  background: linear-gradient(0deg, #6868f1 0%, #c3c3fc 80%, #a3a3f8 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.post h3.page_h3 {
  margin: 0 0 15px;
  border-bottom: 1px solid #FF3300;
  border-left: 10px solid #FF3300;
}
.post .ttl_red {
  font-size: 1.3em;
  font-weight: bold;
  color: #FF3300;
  margin: 1em 0 0;
}
.post .ttl_blue {
  font-size: 1.3em;
  font-weight: bold;
  color: #0066ff;
  margin: 1em 0 0;
}
.post .img {
  text-align: center;
}
.post ul {
  margin: 10px 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

ul.page-nav li {
  display: inline-block;
  margin-right: 10px;
}

a.arrow2 {
  color: #FF0000;
  text-decoration: underline;
}
a.arrow2:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(images/arrow2.gif) no-repeat center;
  margin-bottom: -3px;
  margin-right: 4px;
}
a.arrow3 {
  color: #333366;
  text-decoration: underline;
}
a.arrow3:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(images/arrow3.gif) no-repeat center;
  margin-bottom: -3px;
  margin-right: 4px;
}
a.more {
  display: block;
  text-align: right;
}
a.button_vlt {
  display: inline-block;
  padding: 10px 30px;
  color: #fff;
  text-decoration: none;
  background: #37338a;
  background: linear-gradient(0deg, #37338a 0%, #6b6db8 100%);
  font-weight: bold;
  border: 1px solid #e4e0e0;
  border-radius: 5px;
}

.try_bnr {
  margin-bottom: 40px;
  text-align: center;
}

.red {
  color: #FF0000;
}

.txt-center {
  text-align: center;
}

.txt-left {
  text-align: left;
}

.txt-right {
  text-align: right;
}

/************************************
***************ホーム*****************
*************************************/
.home_top {
  margin: 0 0 10px;
  background-color: #C0CBD9;
  color: #43566F;
  font-weight: bold;
}

.business_hours {
  padding: 5px 10px;
}

ul.reason {
  list-style: none;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
ul.reason li {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
ul.reason li .reason_ttl {
  border: 1px solid #fff;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 4px;
}
ul.reason li .reason_img {
  margin: auto 0 0;
}
ul.reason li:nth-child(odd) .reason_ttl {
  background-color: #FE5E00;
}
ul.reason li:nth-child(even) .reason_ttl {
  background-color: #FC4305;
}
ul.reason li .reason_txt {
  font-weight: bold;
  text-align: center;
  padding: 5px 0;
}

h3.h3_home {
  margin: 0 0 1em;
  padding: 0.5em 0 0.5em 45px;
  background: url(images/main04.jpg) no-repeat center left;
  border: none;
}

.home_studio ul {
  list-style: none;
  padding: 0;
  text-align: center;
  margin-top: 0;
}
.home_studio ul li {
  padding: 0 10px 10px;
}
.home_studio .ttl {
  text-align: center;
  color: #CE9E0E;
  font-size: 22px;
  font-weight: bold;
  padding: 4px;
}

.studio_access {
  text-align: center;
  color: #222;
  font-size: 22px;
  font-weight: bold;
  padding: 4px;
}

.studio_tel {
  text-align: center;
}
.studio_tel a {
  color: #0772BA;
  font-size: 34px;
  font-weight: bold;
  margin-top: 1em;
  text-decoration: none;
}
.studio_tel a:before {
  content: url(images/main07.jpg);
  margin-right: 4px;
}

.home_menu ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
.home_menu ul li {
  width: 49%;
  margin: 0 0.5% 1%;
}

.menu_box a {
  display: block;
  text-decoration: none;
  font-size: 0.9em;
  color: #333;
}
.menu_box a span {
  display: block;
  margin: 5px 0 0;
}

/************************************
**************最新情報**************
*************************************/
ul.display-posts-listing {
  margin: 0 0 2em;
}

li.listing-item {
  padding: 10px 0;
  border-bottom: 1px dashed #ddd;
}
li.listing-item h2 {
  margin: 0 0 0.5em;
  border-bottom: none;
}

/************************************
*********BOXアカデミーについて*********
*************************************/
.about_box01, .about_box02 {
  margin-bottom: 25px;
}

/************************************
*************はじめての方*************
*************************************/
.menulist .menu01 {
  display: flex;
  justify-content: space-between;
}
.menulist .menu01 ul {
  width: 49.5%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0;
}
.menulist .menu01 ul li {
  margin: 5px 0;
}

.menu02 {
  margin: 5px 0;
}

.center {
  max-width: 370px;
  width: 50%;
  float: left;
  margin: 0;
}

.left {
  max-width: 362px;
  width: 50%;
  float: left;
}

.listbox li.menu {
  float: left;
  font-size: 10px;
  margin: 0;
  /* width: 308px; */
  padding: 0px 0px;
}
.listbox li img {
  margin: 5px 5px 0 0;
}

/************************************
**************料金プラン**************
*************************************/
.plan_table {
  border-collapse: collapse;
  vertical-align: middle;
  width: 100%;
  margin-bottom: 1em;
}
.plan_table th, .plan_table td {
  padding: 8px;
}
.plan_table th {
  text-align: left;
}
.plan_table label {
  line-height: 34px;
  margin: 0;
}
.plan_table td.plan_yen {
  font-weight: bold;
  font-size: 1.2em;
}

strong.plan_name {
  font-size: 2em;
}

span.plan_sp {
  font-size: 0.2em;
  display: inline-block;
  text-align: left;
  padding-left: 5px;
}

.plan_free th, .plan_free td {
  border-bottom: 1px solid #FF0000;
}
.plan_free th, .plan_free td.plan_yen {
  color: #990000;
}

.plan_table01 {
  width: 100%;
  border: solid #FF0000 1px;
  border-collapse: collapse;
  margin-bottom: 1em;
}
.plan_table01 th, .plan_table01 td {
  padding: 5px;
  width: 25%;
}
.plan_table01 th {
  background: #ff7f7f;
  color: #fff;
}
.plan_table01 td {
  background: #ffe0e0;
}
.plan_table01 td.plan_yen {
  text-align: right;
  font-weight: bold;
  color: #FF0000;
  background: #fff;
}

.plan_limit {
  border: solid #336699 1px;
}
.plan_limit th {
  background: #99b2e5;
}
.plan_limit td {
  background: #f3f4fa;
}
.plan_limit td.plan_yen {
  color: #4975d0;
}

.plan_table.plan_limit {
  border: none;
}
.plan_table.plan_limit th {
  background: #fff;
  color: #4975d0;
}
.plan_table.plan_limit td {
  background: #fff;
}
.plan_table.plan_limit th, .plan_table.plan_limit td {
  border-bottom: solid #336699 1px;
}

.plan_kids {
  border: solid #ffac89 1px;
}
.plan_kids th {
  background: #ffac89;
}
.plan_kids td {
  background: #fff3e0;
}
.plan_kids td.plan_yen {
  color: #f17947;
}

.plan_table.plan_kids {
  border: none;
}
.plan_table.plan_kids th {
  background: #fff;
  color: #f17947;
}
.plan_table.plan_kids td {
  background: #fff;
}
.plan_table.plan_kids th, .plan_table.plan_kids td {
  border-bottom: solid #ffac89 1px;
}

/************************************
*************体験レッスン*************
*************************************/
/************************************
*************キッズダンス*************
*************************************/
/************************************
*************レッスン*************
*************************************/
ul.lesson_link {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
ul.inst-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 10px 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

/************************************
************インストラクター************
*************************************/
.post ul {
  margin: 10px 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

ul.inst-list li {
  border: solid 1px #336699;
  background: #336699;
  margin: 5px 2px;
  text-align: center;
  width: 144px;
  font-size: 16px;
}
ul.inst-list li:nth-child(even) {
  border: solid 1px #51607A;
  background: #51607A;
}
ul.inst-list li a {
  color: #fff;
  text-decoration: none;
}
ul.inst-list li .intr-info {
  padding: 5px;
}
ul.inst-list li span {
  font-size: 9px;
  line-height: 1.4;
  margin: 0;
}
ul.inst-list li div.intr-list-name {
  font-size: 9px;
  line-height: 1.4;
  margin: 0;
  display: block;
  padding: 5px 5px 0;
}
ul.inst-list li div.intr-list-genre {
  font-size: 9px;
  line-height: 1.4;
  margin: 0;
  padding: 0 5px 5px;
}
ul.inst-list li div.intr-list-genre span:nth-of-type(n + 2):before {
  content: " / ";
}

div#fancybox-wrap {
  max-width: 720px !important;
}
div#fancybox-content {
  max-width: 700px !important;
  background: #51607A;
  border: 0 solid #51607A;
  color: #fff;
}
div.intr-prof-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
div.inline-right {
  flex-grow: 999999;
  flex-shrink: 1;
  flex-basis: 400px;
  padding: 10px;
}
div.intr-prof-inner .inline-left {
  padding: 10px;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 230px;
}
div.intr-prof-inner .try_bnr {
  margin-bottom: 0;
}
div.inline-right h3 {
  padding: 5px 5px;
  background-color: #3E495E;
  font-weight: bold;
  font-size: 12px;
  margin: 0;
  text-align: center;
}

.inline-right p {
  font-size: 12px;
  line-height: 1.4;
}
.inline-right p.intr-inner-genre span:nth-of-type(n + 2):before {
  content: " / ";
}

/************************************
***************代講情報***************
*************************************/
.gclndr {
  margin-bottom: 2em;
}
.gclndr iframe {
  max-width: 100%;
}

/************************************
**************みんなの声**************
*************************************/
.voice_name {
  font-weight: bold;
}

.voice_ttl {
  color: #CC0000;
  font-weight: bold;
  line-height: 1.8;
}

/************************************
**************ファッション**************
*************************************/
.fshn_box {
  margin-bottom: 20px;
}

.fshn_ttl {
  padding: 5px 5px;
  background-color: #FFCCCC;
  color: #CC0000;
  font-weight: bold;
  margin-bottom: 1em;
}

/************************************
******初心者のためのダンス上達のコツ******
*************************************/
ul.bgnnr_post li {
  border: 1px solid #d6d6d6;
  padding: 10px;
  border-radius: 5px;
  background: white;
  background: linear-gradient(0deg, white 70%, #e7e7e7 100%);
  margin: 0 0 2%;
}

.bgnnr_ttl {
  background: #fc4745;
  background: linear-gradient(0deg, #fc4745 0%, #fc8080 100%);
  padding: 5px 10px 5px 10px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
}
.bgnnr_ttl:before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 1.0em;
  background: #fff;
  margin-right: 5px;
  margin-bottom: -1px;
}

.bgnnr_ex {
  overflow: hidden;
}

.bgnnr_img {
  width: 120px;
  float: left;
}

.bgnnr_txt {
  float: right;
  width: 100%;
  padding-left: 130px;
  margin-left: -130px;
}

ul.instructor_list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
ul.instructor_list li {
  border: solid 1px #336699;
  background: #336699;
  margin: 5px 2px;
  text-align: center;
}
ul.instructor_list li:nth-child(even) {
  border: solid 1px #51607A;
  background: #51607A;
}
ul.instructor_list li p {
  margin: 0;
  line-height: 1.4em;
  font-size: 9px;
  color: #fff !important;
  padding: 5px 0 0;
}
ul.instructor_list li p:last-child {
  padding: 0 0 5px;
}
ul.instructor_list li p span {
  font-size: 1em;
}
ul.instructor_list li a.modal-open {
  cursor: pointer;
}
ul.instructor_list li a.modal-open:hover {
  color: #fff;
  text-decoration: none;
}

span.inst_name {
  font-weight: bold;
}
span.inst_name:before {
  content: ' ： ';
  font-weight: normal;
}

.inst_contents {
  z-index: 0;
  font-size: 16px;
}

/* モーダル コンテンツエリア */
#modal-main {
  display: none;
  /*width: 500px;*/
  /*height: 300px;*/
  margin: 0;
  position: fixed;
  z-index: 2;
}

/* モーダル 背景エリア */
#modal-bg {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}

div.intr_box {
  background: #51607a;
  overflow: hidden;
  color: #fff;
  line-height: 1.8em;
  padding: 10px;
  width: 100%;
  max-width: 630px;
}

.inst_left {
  width: 230px;
  display: inline-block;
  background: none;
  vertical-align: top;
}

.inst_img {
  margin-bottom: 10px;
}
.inst_img img {
  width: 100%;
  /* max-width: 100%; */
  padding: 2px;
  border: 1px solid #fff;
  background-color: #FFF;
  box-sizing: border-box;
}

ul.col3 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
ul.col3 li {
  width: 32%;
}
ul.col3 li img {
  width: 100%;
  /* max-width: 100%; */
}

.inst_right {
  display: inline-block;
  width: 100%;
  margin-left: -235px;
  padding-left: 240px;
  box-sizing: border-box;
}

table.inst_prof {
  width: 100%;
}
table.inst_prof td.bold {
  padding: 5px 5px;
  background-color: #3E495E;
  font-weight: bold;
  font-size: 12px;
  color: #ffffff;
}
table.inst_prof td.data {
  padding: 5px 5px;
  line-height: 110%;
  font-size: 12px;
  text-align: left;
  line-height: 1.5;
}
table.inst_prof td.data2 {
  padding: 10px 0 0;
  font-size: 12px;
  text-align: center;
  background-color: #51607A;
}

/************************************
************よくある質問**************
*************************************/
ul.qa_jump li {
  background: #FDEBE6;
  margin-bottom: 5px;
  background: #FDEBE6;
  margin-bottom: 5px;
}
ul.qa_jump li a {
  display: block;
  padding: 10px;
  text-decoration: none;
  font-weight: bold;
  color: #FF0000;
}
ul.qa_list li div {
  margin-bottom: 1em;
}
ul.qa_list li div.Q {
  font-weight: bold;
  color: #ff3300;
}

/************************************
*************MUSIC&DVD***************
*************************************/
.md_box {
  margin: 1em 0 2em;
}

.md_img {
  text-align: center;
  margin-bottom: 1em;
}
.md_img img {
  max-width: 300px;
}

.md_ttl {
  padding: 5px 5px;
  background-color: #A8C5E3;
  font-weight: bold;
  margin-bottom: 0.5em;
}

/************************************
**************会社案内****************
*************************************/
table.company_table {
  width: 100%;
}
table.company_table th, table.company_table td {
  padding: 5px;
  text-align: left;
  line-height: 1.8;
}
table.company_table th {
  font-weight: normal;
  background: #E6EAFF;
  width: 90px;
}

/************************************
**********問い合わせフォーム関連********
*************************************/
.contact-form, .formTable {
  border: 1px solid #333;
  border-collapse: collapse;
  width: 100%;
  max-width: 680px;
  margin: 10px auto;
}

.contact-form th, .contact-form td {
  border: 1px solid #333;
  font-weight: normal;
  padding: 5px;
}

.formTable th, .formTable td {
  border: 1px solid #333;
  font-weight: normal;
  padding: 5px;
}

.contact-form th, .formTable th {
  text-align: left;
  background: #ffdfb2;
  width: 32%;
}

.contact-form td, .formTable td {
  text-align: left;
  width: 68%;
  font-size: 100%;
}

input[type="submit"], input[type="button"] {
  border: 1px solid #cdcccc;
  padding: 7px 16px;
  font-size: 125%;
  color: #fff;
  border-radius: 5px;
  letter-spacing: 0.05em;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9b79f+0,f18556+100 */
  background: #f9b79f;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f9b79f 0%, #f18556 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f9b79f 0%, #f18556 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f9b79f 0%, #f18556 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9b79f', endColorstr='#f18556',GradientType=0 );
  /* IE6-9 */
}

span.wpcf7-list-item {
  margin: 0 1em 0 0 !important;
}

input.wpcf7-text.date1 {
  width: 5em;
}
input.wpcf7-text.date2, input.wpcf7-text.date3 {
  width: 3em;
}

ul.cntct_list2 li {
  margin-bottom: 1em;
}

/************************************
**********プライバシーポリシー**********
*************************************/
ol.privacy {
  padding-left: 1.5em;
}
ol.privacy li {
  margin-bottom: 1em;
}

p.prvcy_bottom {
  text-align: right;
}

/*スマートフォン(599px以下)*/
@media (max-width: 599px) {
  /************************************
  ****************ホーム****************
  *************************************/
  .home_contents {
    padding: 0 5px;
  }

  ul.reason {
    text-align: center;
  }
  ul.reason li {
    width: 49.5%;
    margin-bottom: 10px;
    margin-right: 1%;
  }
  ul.reason li:nth-child(2n) {
    margin-right: 0;
  }

  /************************************
  *********BOXアカデミーについて*********
  *************************************/
  .about_box01 .about_img .img {
    text-align: right;
  }

  /************************************
  **************料金プラン**************
  *************************************/
  .plan_table {
    margin: 0 -10px;
  }
  .plan_table tr {
    display: block;
    width: 100%;
    margin: 0 10px 30px;
  }
  .plan_table th {
    display: block;
    width: 100%;
    text-align: center;
  }
  .plan_table td {
    display: list-item;
    width: 100%;
    list-style: none;
    padding: 10px;
    text-align: center;
  }

  .contact-form th, .contact-form td {
    width: 100%;
    display: block;
  }

  .formTable th, .formTable td {
    width: 100%;
    display: block;
  }

  .plan_table.plan_free tr {
    border: 1px solid #ffe0e0;
  }
  .plan_table.plan_free th {
    background: #ffe0e0;
  }
  .plan_table.plan_limit tr {
    border: 1px solid #f3f4fa;
  }
  .plan_table.plan_limit th {
    background: #f3f4fa;
  }

  /************************************
  ************インストラクター************
  *************************************/
  ul.inst-list li {
    width: 48%;
    max-width: 220px;
  }
}
/*タブレットサイズ以上(600px以上)*/
@media (min-width: 600px) {
  /************************************
  ****************ホーム****************
  *************************************/
  ul.reason li {
    width: 33%;
    margin-bottom: 10px;
    margin-right: 0.5%;
  }
  ul.reason li:nth-child(3n) {
    margin-right: 0;
  }

  .home_studio ul {
    display: -webkit-flex;
    display: flex;
  }
  .home_studio ul li {
    width: 50%;
  }

  /************************************
  *********BOXアカデミーについて*********
  *************************************/
  .about_box01, .about_box02 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
  }

  .about_box01 .about_text {
    max-width: 500px;
  }

  .about_box02.about_box_rimg {
    flex-direction: row-reverse;
  }
  .about_box02 .about_img {
    width: 40%;
  }
  .about_box02 .about_text {
    width: 55%;
  }

  .about_box {
    overflow: hidden;
    margin-bottom: 2em;
  }
  .about_box .left {
    float: left;
  }
  .about_box .right {
    float: right;
  }

  .about_box_rimg .right, .about_box_limg .left {
    width: 300px;
  }

  .about_box_rimg .left, .about_box_limg .right {
    width: 100%;
  }

  .about_box_rimg .left {
    margin-right: -310px;
    padding-right: 310px;
    float: left;
    max-width: inherit;
  }

  .about_box_limg .right {
    margin-left: -310px;
    padding-left: 310px;
  }

  /************************************
  **************みんなの声**************
  *************************************/
  .voice_box {
    overflow: hidden;
    margin-bottom: 15px;
  }

  .voice_img {
    width: 220px;
    float: left;
  }

  .voice_txt {
    float: right;
    width: 100%;
    padding-left: 230px;
    margin-left: -230px;
  }

  /************************************
  **************ファッション**************
  *************************************/
  .fshn_box {
    overflow: hidden;
  }

  .fshn_txt {
    width: 100%;
  }

  .fshn_img {
    width: 406px;
  }

  .fshn_box.img_left .fshn_img {
    float: left;
  }
  .fshn_box.img_left .fshn_txt {
    padding-left: 416px;
    margin-left: -416px;
    float: right;
  }
  .fshn_box.img_right .fshn_img {
    float: right;
  }
  .fshn_box.img_right .fshn_txt {
    padding-right: 416px;
    margin-right: -416px;
    float: left;
  }

  /************************************
  ************よくある質問**************
  *************************************/
  ul.qa_jump li {
    display: inline-block;
    width: 49%;
  }
  ul.bgnnr_post {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  ul.bgnnr_post li {
    width: 48%;
    margin: 0 1% 2%;
  }

  /************************************
  ******初心者のためのダンス上達のコツ******
  *************************************/
  /************************************
  *************MUSIC&DVD***************
  *************************************/
  .md_box {
    display: -webkit-flex;
    display: flex;
  }

  .md_txt {
    margin-left: 1em;
  }

  ul.cntct_list {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    margin-bottom: 2em;
  }

  .crightm li.lef {
    float: left;
    margin: 0;
    width: 350px;
  }
  .crightm li.lefl {
    float: left;
    text-align: right;
    margin: 0;
    width: 350px;
  }
  .crightm li.rigd {
    float: right;
    margin: 0;
    width: 480px;
  }
  .crightm li.lefd {
    float: left;
    margin: 0;
    width: 220px;
  }
  .crightm li.rigdx {
    float: right;
    margin: 0;
    width: 220px;
  }
  .crightm li.lefdx {
    float: left;
    margin: 0;
    width: 480px;
  }
  .crightm li.lefdf {
    float: left;
    margin: 0;
    width: 405px;
  }
  .crightm li.rigdf {
    float: right;
    margin: 0;
    width: 295px;
  }
  .crightm li.lefff {
    float: left;
    margin: 0;
    width: 295px;
  }
  .crightm li.rigff {
    float: right;
    margin: 0;
    width: 405px;
  }
  .crightm li.lwb {
    float: left;
    margin: 0;
    width: 450px;
  }
  .crightm li.rws {
    float: right;
    margin: 0;
    width: 250px;
  }
  .crightm li.lws {
    float: left;
    margin: 0;
    width: 250px;
  }
  .crightm li.rwb {
    float: right;
    margin: 0;
    width: 450px;
  }
  .crightm li.wide {
    float: left;
    margin: 0;
    width: 700px;
  }
}
/*タブレットサイズ以下(767px以下)*/
/*PC以上(768px以上)*/
/*iPadサイズ以上(1024px以上)*/
/*最大サイズ以上(1200px以上)※必要に応じて*/