* {
    margin: 0;
    padding: 0;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


/* RESET
----------------------------------------------------------------------------------------------------*/
a,article,body,dd,div,dl,dt,em,form,footer,header,h1,h2,h3,h4,h5,h6,html,i,iframe,img,label,legend,li,nav,ol,p,section,main,span,table,tbody,tfoot,thead,time,tr,th,td,ul,video{font-family:inherit;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;white-space:normal;margin:0;padding:0;border:0;outline:0;background:transparent;line-height:1.75;text-align:left}textarea{font-family:inherit;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;background:transparent;line-height:1.6;text-align:left}article,footer,header,nav,section,main{display:block}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}

/* ----------------------------------------------

 * 設定をしなおす

---------------------------------------------- */
ul {
    list-style: none;
}
img {
    vertical-align: bottom;
}
body {
    font-size: 16px;
    font-family :
    YuGothic,    /* Mac用 */
	'Yu Gothic', /* Windows用 */
	sans-serif;
    -webkit-text-size-adjust: 100%;
    background: #FFF;
    line-height: 1.75;
    margin: 0;
}
.container-box {
  display: flex;
  flex-direction: column;
  min-height:100vh;
}
footer {
  margin-top: auto;
}
a {
    color: #000;
    text-decoration: none;
}

*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;*behavior:url(/scripts/boxsizing.htc)}.container{margin:0 auto}.clr:after,.col:after,.container:after,.group:after,.row:after{content:"";display:table;clear:both}.row{padding-bottom:0}.col{display:block;float:left;width:100%}@media (min-width:769px),print{.gutters .col{margin-left:2%}.gutters .col:first-child{margin-left:0}.gutters .colR:first-child{margin-right:0}.sp{display:none}}@media(max-width:768px){.sp_none{display:none !important;}}

img {
    max-width: 100%;
    height: auto;
    width /***/:auto;/*IE8のみ適用*/
}
@media print, screen and ( min-width : 769px ) {
  .container {
    max-width: 1000px;
  }
  .page-inner {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 999px){
  .container {
    margin: 0 20px;
  }
}
/* ---------------------------------------------------------------------------------------------

　   HEADER

--------------------------------------------------------------------------------------------- */

#header {
  z-index: 99;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
}
.nav > li:before {
    content: '/';
    color: #000;
    margin-right: 1.5em;
    -moz-transform: rotate(-7deg);
    -o-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
    position: absolute;
    top: 42px;
    left: -2em;
  }
.nav > li:first-child:before {
    content: '';
  }
nav li a {
  letter-spacing: 0.2em;
}
nav .sub-menu,.mean-container .mean-nav ul ul {
  background: #000;
}
@media only screen and ( max-width : 768px ) {
  #header {
    padding: 10px 0;
    height: 73px;
  }
  .h_logo {
    width: 200px;
    position: absolute;
    top: 18px;
    left: 20px;
    z-index: 100;
  }
  #gNav .nav {
    overflow-y: auto;
    height: 100vh;
  }
  .mean-nav .container {
    padding: 0;
  }
  nav li .fa {
    display: none;
  }
}

@media print, screen and ( min-width : 769px ) {
  #header {
    height: 110px;
  }
  .h_logo img {
    width: 250px;
    height: auto;
  }
  #h_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #gNav ul {
    position: relative;
    display: flex;
  }
  #gNav li {
    position: relative;
    margin-right: 3em;
  }
  #gNav li:last-child {
    margin-right: 0;
  }
  #gNav li i {
    font-size: 16px;
    margin-left: 5px;
  }
  #gNav li a {
    position: relative;
    display: block;
    text-align: center;
    line-height: 110px;
  }
  #gNav .sub-menu {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    display: block;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }
  #gNav .sub-menu a {
    padding: 10px;
    display: block;
    border-bottom: none;
    padding: 20px;
    line-height: 1.2em;
  }
  #gNav .sub-menu a:hover:after {
    content: none;
  }
  #gNav .sub-menu li {
    display: block;
    font-size: 16px;
    padding: 0;
    margin: 0;
  }
  #gNav .sub-menu li:last-child {
    border-bottom: none;
  }
  #gNav ul > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  #gNav ul > li:hover a,#gNav .current-menu-item a,#gNav .current-menu-parent a {
    color: #0064c8;
  }
  #gNav li:hover ul.sub-menu {
    top: 80px;
    visibility: visible;
    opacity: 1;
    z-index: 9999;
  }
  #gNav li ul li:after {
    content: none;
  }
 #gNav li:hover ul.sub-menu a {
    color: #FFF;
  }
  #gNav .sub-menu li a:hover {
    background: #0064c8;
  }
  #gNav .contact_btn a:hover {
    color: #fff;
  }
}

/* ---------------------------------------------------------------------------------------------

　   FOOTER

--------------------------------------------------------------------------------------------- */
#footer {
  padding: 40px 0;
  background-color: #666;
  color: #fff;
}
#footer .f_inner{
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.f_lbox {
  width: 60%;
  display: flex;
  flex-direction: column;
}
.f_lbox img {
  width: 250px;
  height: auto;
}
.fa-phone {
  margin-right: 5px;
}
.tel {
  font-size: 1.875em;
}
.tel a {
  color: #fff;
}
.f_rbox {
  width: 35%;
  display: flex;
  flex-direction: column;
}
.f_rbox ul.high{
  display: flex;
  justify-content: space-between;
}
.f_rbox ul.high li {
  width: 48%;
  border: 1px solid #fff;
  padding: 5px 10px;
  text-align: center;
}
.f_rbox ul.high li a,
.f_rbox ul.row li a {
  color: #fff;
}
.f_rbox ul.row {
  display: flex;
  justify-content: flex-end;
  width: 80%;
  font-size: 0.825em;
  margin: 10px 0 0 auto;
  text-align: left;
}
.f_rbox ul.row li {
  margin-left: 20px;
}
.f_rbox p {
  font-size: 0.825em;
  line-height: 1.3;
  text-align: right;
  margin-top: auto;
}
@media only screen and ( max-width : 999px ) {
  #footer .f_inner{
    margin: 0 20px;
}
}
@media only screen and ( max-width : 768px ) {
  .f_lbox {
    width: 55%;
  }
  .f_rbox {
    width: 45%;
    font-size: 0.938em;
  }
  .f_rbox ul.row {
    width: 100%;
  }
  .tel {
    font-size: 1.5em;
  }
}
@media only screen and ( max-width : 559px ) {
  #footer .f_inner {
    flex-direction: column;
  }
  .f_lbox,
  .f_rbox {
    width: 100%;
    align-items: center;
  }
  .f_lbox,
  .f_lbox img {
    margin-bottom: 10px;
  }
  .f_rbox ul.high {
    width: 80%;
  }
  .f_rbox ul.row {
    justify-content: center;
  }
}
/* ---------------------------------------------------------------------------------------------

　   INDEX

--------------------------------------------------------------------------------------------- */
/*--------------------
    Top-Visual
--------------------*/
#main-visual  {
  position: relative;
  height: 550px;
  overflow: hidden;
}
ul#slider li {
  position: relative;
}
ul#slider li p {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 150;
  color: #fff;
  font-size: 2rem;
}
@media only screen and ( max-width : 999px ) {
  #main-visual {
    height: auto;
  }
}
@media screen and (min-width: 1000px) {
  .slick-slide {
    max-width: 1000px;
  width: 100% !important;
  }
  .slick-current {
    max-width: 1000px;
    width: 100% !important;
    margin: auto;
  }
}
ul.slick-dots {
  bottom: -30px!important;
}
.slick-next,
.slick-prev {
  z-index: 1;
}
.slick-next {
  right: 50px!important;
}
.slick-prev {
  left: 50px!important;
}
.slick-prev:before {
  font-family: "Font Awesome 5 Free"!important;
  content: '\f137'!important;
  font-weight: 900;
  color: #000!important;
  font-size: 40px!important;
  opacity: 0.8!important;
}
.slick-next:before {
  font-family: "Font Awesome 5 Free"!important;
  content: '\f138'!important;
  font-weight: 900;
  font-size: 40px!important;
  opacity: 0.8!important;
}
/*--------------------
    Contents
--------------------*/
ul.i-business {
  display: flex;
  justify-content: space-between;
  margin: 60px 0 0;
}
ul.i-business li {
  width: 33.333%;
  position: relative;
}
/*==================================================
スタート時は要素自体を透過0にするためのopacity:0;を指定する
===================================*/

ul.i-business li {
	opacity: 0;
}

/*==================================================
動かしたい動き（今回は” ふわっ” を採用）
===================================*/

.fadeUp {
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}
ul.i-business li > div {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 80%;
  height: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  color: #fff;
}
ul.i-business li > div h3 {
  font-weight: bold;
  font-size: 1.625em;
  line-height: 1;
  text-align: center;
  color: #fff;
}
ul.i-business li > div h3 span.small {
  font-size: 0.692em;
}
.moreLink {
  margin-top: 30px;
}
.moreLinkText {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
/*ホバーしたときに下線矢印も同時に色を変える*/
.moreLinkText:hover .lineArrow  {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}
.moreLink a,
.moreLinkText:hover {
    color: #fff;
}
.lineArrow {
  width: 140%;
  height: 15px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
   /*傾きを調節*/
  transform: skew(45deg);
  /*下線矢印をテキストに合わせてうまい具合にはめる*/
  margin: -10px 0 0 -20px;
}
@media only screen and ( max-width : 768px ) {
  ul.i-business li > div{
    font-size: 60%;
  }
  .lineArrow {
    width: 160%;
  }
}
@media only screen and ( max-width : 480px ) {
  ul.i-business {
    flex-direction: column;
    flex-wrap: wrap;
  }
  ul.i-business li {
    width: 100%;
  }
}
/* ---------------------------------------------------------------------------------------------

　   CONTENTS

--------------------------------------------------------------------------------------------- */
/*--------------------
    title
--------------------*/
.h1-title  {
  position: relative;
}
.h1-title h1,
.h1-title p {
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  width: 45%;
  background-color: rgba(0,100,200,0.7);
  padding: 20px;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
}
#main p {
  word-break: break-all;
}

section,
#sec .inner > p,
.page-inner > p {
  text-align: center;
}
.page-inner > p {
  width: 80%;
  margin: 0 auto;
}
#sec {
  width: 100%;
  padding: 50px 0;
}
.page-inner,
#sec .inner {
  max-width: 1000px;
  margin: 0 auto;
}
#sec .inner h2,
#sec h2 {
  text-align: center;
  font-size: 1.625em!important;
  line-height: 1;
  margin: 0 auto 30px;
}
@media only screen and ( max-width : 999px ) {
  .page-inner,
  .top {
    margin: 0 20px!important;
  }
}
@media only screen and ( max-width : 768px ) {
  #main {
    padding-top: 73px;
  }
  .h1-title h1,
  .h1-title p {
    width: 70%;
    font-size: 1.5em;
  }
}
@media print, screen and ( min-width : 769px ) {
  #main {
    padding-top: 110px;
  }
}
/*--------------------
    onkyo
    talent
--------------------*/
.onkyo,
.talent,
.member {
  width: 100%;
  margin-top: 50px;
}
.onkyo h2 {
  text-align: center;
  font-size: 1.625em!important;
  line-height: 1;
  margin: 0 auto 30px;
}
.onkyo .onkyo-inner,
.talent .talent-inner,
.talent .youtube,
.member .member-inner {
  display: flex;
  justify-content: space-between;
}
.onkyo .onkyo-inner .fig,
.onkyo .onkyo-inner .txt{
  width: 49%;
}
.onkyo .onkyo-inner .txt p {
  text-align: left;
}
.onkyo .onkyo-inner .txt ul {
  list-style-type: disc;
  list-style-position: inside;
  margin: 20px 0 0 10px;
}
.onkyo .price {
  width: 100%;
  margin-top: 50px;
}
.onkyo .price h3 {
  text-align: center;
  font-size: 1.375em;
}
.onkyo .price table {
  width: 80%;
  margin: 20px auto 0;
}
.onkyo .price table , td, th {
	border: 1px solid #000;
	border-collapse: collapse;
}
.onkyo .price table td, th {
	padding: 0.5em;
}
.onkyo .price table th {
	background: #eee;
}
.works-btn {
  width: 40%;
  margin: 50px auto 0;
}
.button {
  width: 100%;
  height: 80px;   
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.375em;
  background-color: #0064c8;
  cursor: pointer;
  color: #fff;
}
.yazirusi {
position: relative;
width: 50%;
margin: 10px;
}
.line01 {
height: 1px;
background-color: #fff;
}
.line02 {
position: absolute;
top: 0;
right: 0;
transform-origin: right bottom;
width: 15px;
height: 1px;
background-color: #fff;
transform: rotate(45deg);
}
.talent-inner .tw {
  width: 35%;
}
.talent-inner .calender {
  width: 60%;
}
.talent-inner .calender p,
.calender-box p {
  font-size: 0.938em;
  margin-bottom: 5px;
  text-align: center;
}
.talent-inner .calender p a,
.calender-box p a {
  color: #0064c8;
}
.talent-inner .calender iframe {
  width: 100%;
  height: 500px;
}
.talent h3 {
  text-align: left;
  font-size: 1.375em;
  border-left: 4px solid #000;
  padding-left: 20px;
}
.video-area {
  width: 49%;
  display: flex; /* 子要素をflexboxで揃える */
  flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
  align-items: center;
  margin-top: 30px;
}
.video {
  width: 100%;
  position: relative;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}
.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
ul.talent-menu {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
ul.talent-menu li {
  width: 24%;
}
ul.talent-menu li {
  position: relative;
}
ul.talent-menu li a {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  color: #000;
  font-size: 1.375em;
  line-height: 1;
  width: 100%;
  text-align: center;
}
ul.artist li {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
ul.artist li:nth-child(n+2) {
  margin-top: 50px;
}
ul.artist li .fig-box,
ul.artist li .detail-box {
  width: 48%;
}
ul.artist li .fig-box img {
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
  padding: 5px;
  box-sizing: border-box;
}
ul.artist li .detail-box h3.member-name {
  font-size: 1.375em;
  margin-bottom: 20px;
}
ul.artist li .detail-box ul.sns {
  margin-top: 10px;
}
ul.artist li .detail-box ul.sns li{
  margin-top: 5px;
}
ul.artist li .detail-box ul.sns li i {
  padding-right: 10px;
}
.wanted {
  text-align: left;
}
dl.wanted-detail {
  width: 100%;
  margin-top: 60px;
}
dl.wanted-detail dt {
  text-align: left;
  font-size: 1.375em;
  border-left: 4px solid #000;
  padding-left: 20px;
}
dl.wanted-detail dd {
  margin: 20px 0 30px;
}
dl.wanted-detail dd ul li {
  list-style-type: disc;
  list-style-position: inside;
  text-indent: -1em;
  padding-left: 1em;
}
dl.wanted-detail dd ul.application li {
  list-style-type: none;
  text-indent: -1em;
  padding-left: 1em;
}
.application-btn {
  width: 40%;
  margin: 20px auto 0;
}
@media only screen and ( max-width : 768px ) {
  .onkyo .price table {
    width: 100%;
  }
  .works-btn,
  .application-btn {
    width: 80%;
  }
  .youtube {
    flex-direction: column;
  }
  .video-area{
    width: 100%;
}
  .video {
      margin-bottom: 20px;
  }
}
@media only screen and ( max-width : 480px ) {
  .onkyo .onkyo-inner,
  .talent .talent-inner {
    flex-direction: column;
  }
  .onkyo .onkyo-inner .fig,
  .onkyo .onkyo-inner .txt,
  .talent .talent-inner .tw,
  .talent .talent-inner .calender {
    width: 100%;
    margin-top: 20px;
  }
  .works-btn {
    width: 100%;
  }
  ul.talent-menu {
    flex-wrap: wrap;
  }
  ul.talent-menu li {
    width: 49%;
  }
  ul.talent-menu li:nth-child(n+3) {
    margin-top: 10px;
  }
  ul.artist li {
    flex-direction: column;
  }
  ul.artist li .fig-box,
  ul.artist li .detail-box {
    width: 100%;
  }
  ul.artist li .detail-box {
    margin-top: 30px;
  }
}
/*--------------------
    news
--------------------*/
ul.news-inner {
  max-width: 1000px;
  margin: 0 auto;
}
ul.news-inner li {
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
}
ul.news-inner li span {
  padding-right: 40px;
}
ul.news-inner li a {
  color: #0064c8;
}
.wp-pagenavi {
  margin: 30px auto;
  text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #ccc;
  padding: 10px;
  margin: 2px;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
  background-color: #0064c8;
  color: #fff;
}
.post-inner {
  max-width: 1000px;
  margin: 0 auto;
}
.post-inner p {
  text-align: left;
}
.post-inner h1 {
  font-size: 2rem;
  line-height: 1;
}
.post-inner .date {
  text-align: right;
  margin-bottom: 20px;
}
.post-content{
  margin: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #CCC;
}
.post-content p{
  margin: 0px 0px 20px 0px;
  padding: 0px;
}
.news .post-content img {
  width: 100%;
  height: auto;
}
.navigation {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.navigation a {
  color: #000;
}
.navi-prev,
.navi-next {
  width: 44%;
}
.navi-next {
  text-align: right;
}
.navi-top {
  width:12%;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .post-inner h1 {
    font-size: 1.5em;
  }
  .navigation {
      font-size: 0.75em;
  }
  .navi-prev,
  .navi-next {
      width: 40%;
  }
  .navi-top {
      width:20%;
  }
}
/*--------------------
    company
--------------------*/
dl.company {
  margin: 0 0 40px;
  box-sizing: border-box;
  display: flex; /* Flexible Boxを有効化 */
  flex-wrap: wrap; /* はみ出そうな時の折り返しを有効化 */
}
dl.company dt,
dl.company dd {
  box-sizing: border-box;
  margin: 0;
  padding: 20px;
  border-bottom: 1px solid #ccc;
}
dl.company dt {
  width: 25%; /* 幅を指定 */
}
dl.company dt:before {
  font-family: "FontAwesome";
  content: "\f105"; /* 絵文字のコード */
  padding-right: 8px;
  color: #0064c8;
  font-size: 1.125em;
}
dl.company dd {
width: 75%; /* 幅を指定 */
}
#map{
  max-width: 1000px;
  margin: 0 auto;
  position : relative;
  height : 0;
  padding-bottom : 100%; /* 縦横比の指定 */
  overflow : hidden;
}
#map iframe,
#map object,
#map embed{
  position : absolute;
  top : 0;
  left : 0;
  width : 100%;
  height : 100%;
}
@media screen and (max-width: 480px) {
  dl.company dt {
      width: 100%; /* 幅を指定 */
      border-bottom: none;
      padding: 15px 0 5px 10px;
  }
  dl.company dd {
      width: 100%; /* 幅を指定 */
      padding: 0 0 15px 10px;
  }
}
/*--------------------
    contact
--------------------*/
dl#form {
  margin-top: 20px;
  padding: 0;
  display:flex;
  flex-wrap: wrap;
  align-items: center;
}
dl#form dt {
  width: 40%;
  padding: 15px 0;
  line-height: 1;
  border: none;
  text-align: left;
}
dl#form dd  {
  width: calc(100% - 40%);
  border: none;
  padding: 15px 0;
}
input:not([type="radio"]),
.wpcf7 textarea {
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 1em;
  -webkit-appearance: none;
-moz-appearance: none;
appearance: none;
  border-radius: 0;  
}
.wpcf7-form-control-wrap {
  display: block;
}
span.wpcf7-list-item {
  position: relative;
}
.wpcf7-list-item-label {/*項目の色や文字サイズ*/
  color: #000;
  cursor: pointer;
  font-size: 1em;
}
input[type="text"] {
  width: 90%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="tel"],
input[type="email"]{
  width: 80%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[name="text-zip"] {
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.required {
  background-color: #0064c8;
  color: #FFF;
  padding: 5px;
  text-align: center;
  display: inline-block;
  font-size: 0.813em;
  line-height: 1;
  width: 40px;
  margin-right: 5px;
}
.form-width { max-width: 100%;}
.wpcf7 input.wpcf7-submit {
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  width: 30%;
  height: 45px;
  margin: 0 auto;
  display: block;
  background: #0064c8;
  border: none;
  -webkit-appearance: none;
}
input::placeholder {
  color: #CCC;
}
/* IE */
input:-ms-input-placeholder {
  color: #CCC;
}
/* Edge */
input::-ms-input-placeholder {
  color: #CCC;
}
@media screen and (max-width: 768px) {
  input[type="text"],
  input[type="tel"],
  input[type="email"] {
  width: 100%;
}
}
@media screen and (max-width: 768px) {
  dl#form dt {
      width: 50%;
  }
  dl#form dd  {
      width: calc(100% - 50%);
  }
}
@media screen and (max-width: 480px) {
  dl#form {
      flex-flow: column nowrap;
      max-width: 100%;
  }
  dl#form  dt {
      width: 100%;
      text-align: left;
      padding: 0;
      margin-bottom: 10px;
  }
  
  dl#form  dd{
      width: 100%;
      margin-bottom: 20px;
      padding: 0;
  }
  input {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  }
  .form-width { width: 100%;}
  .wpcf7 input.wpcf7-submit {
      width: 100%;
  }
}
/*--------------------
    policy
--------------------*/
dl.rules {
  margin: 30px 0;
  border-bottom: 1px solid #ccc;
}
dl.rules dt {
  font-size: 1.25em;
  padding-left: 10px;
  font-weight: bold;
  margin-bottom: 20px;
}
dl.rules dt:before {
  font-family: "FontAwesome";
  content: "\f105"; /* 絵文字のコード */
  padding-right: 8px;
  color: #0064c8;
  font-size: 1.125em;
}
dl.rules dd {
  margin-left: 1em;
  padding-bottom: 20px;
}
dl.rules dd:last-child {
  padding-bottom: 30px;
}
dl.rules dd ul.rules-child {
  margin: 20px 0 0 40px;
  list-style-type: disc;
}
dl.rules dd ul.rules-child li:not(:last-child) {
  margin-bottom: 10px;
}
dl.rules dd .second {
  margin-bottom: 20px!important;
}
.notfound {
  max-width: 60%;
  text-align: center;
  margin: 0 auto;
}