@charset "utf-8";

/*=============================================================================  purpose h1
=============================================================================*/

#mediacaster-wrapper {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  text-align: left;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
}

#mediacaster-wrapper {
  width: 1080px;
}

@media (max-width: 768px) {
  #mediacaster-wrapper {
    width: 100%;
  }
}

#mediacaster-innner {
  padding: 0 10px;
}

@media (max-width: 768px) {
  #mediacaster-innner {
    padding: 0 20px;
  }
}

@media (min-width: 768px) {
  #mediacaster-innner .br-sp {
    display: none;
  }
}

@media (max-width: 768px) {
  #mediacaster-innner .br-pc {
    display: none;
  }
}




#mediacaster-innner h4 {
  text-align: center;
  font-size: 4em;
  position: relative;
  padding-top: 1.5em;
}

#mediacaster-innner h4:before {
  position: absolute;
  bottom: -25px;
  left: calc(50% - 50px);
  width: 100px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #FFF577;
}

@media (max-width: 768px) {
  #mediacaster-innner h4 {
    font-size: 3em;
    padding-top: 0.5em;
  }
}


}
#mediacaster-innner h2 img {
  width: 100%;
}
@media (max-width: 768px) {
  #mediacaster-innner h2 img {
    width: 100%;
  }
}
#mediacaster-innner h3 {
  background: #000;
  height: 2em;
  line-height: 2;
  padding: 1em 0;
  text-align: center;
  color: #fff;
  font-size: 2.1em;
  margin-bottom: 2.5em;
}
@media (max-width: 768px) {
  #mediacaster-innner h3 {
    line-height: auto;
    height: 100%;
    padding: 0.5em;
  }
}
#mediacaster-innner #keyvisual {}
#mediacaster-innner #point img {
  width: 100%;
}
#mediacaster-innner #ex ul, ol {
  padding: 0;
  margin: 0;
  list-style-type: none;
  overflow: hidden;
}
#mediacaster-innner #ex .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  #mediacaster-innner #ex .list {
    display: block;
  }
}
#mediacaster-innner #ex .list .image {
  width: 50%;
}
@media (max-width: 768px) {
  #mediacaster-innner #ex .list .image {
    width: 100%;
  }
}
#mediacaster-innner figure {
  margin: 0;
}
#mediacaster-innner #ex .list .image>img {
  height: auto;
  width: 100%;
}
#mediacaster-innner #ex .list .text {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 1em 0 3em;
  width: 50%;
}
@media (max-width: 768px) {
  #mediacaster-innner #ex .list .text {
    width: 100%;
    padding: 1.5em 0 0 0.5em;
  }
}
#mediacaster-innner #ex .list .text .copy {
  font-size: 22px;
  line-height: 2 !important;
  margin-top: -8.8px;
  margin-bottom: 31.2px;
  color: #1eaae6;
  font-weight: 600;
  letter-spacing: 0.25em;
}
@media (max-width: 768px) {
  #mediacaster-innner #ex .list .text .copy {
    margin-bottom: 0;
  }
}
#mediacaster-innner #ex .list .text>p {
  text-align: justify;
}
#mediacaster-innner #ex .text-primary {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 2 !important;
  margin-top: -7px;
  margin-bottom: -7px;
  color: #4d4d4d;
  font-weight: 400;
  letter-spacing: 0.25em;
  padding-left: 0.25em;
}
@media (max-width: 768px) {
  #mediacaster-innner #ex .text-primary {
    margin-top: 0;
  }
}
#mediacaster-innner #features {}
#mediacaster-innner #features ul.list {
  margin: 0 0 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 768px) {
  #mediacaster-innner #features ul.list {
    display: block;
    width: 100%;
    padding: 0;
  }
}
#mediacaster-innner #features ul.list li {
  margin: 0 10px 10px 0;
  padding: 10px;
  border: 1px solid #F7D634;
  width: 30%;
  background-color: #FFF;
  list-style: none;
  border-radius: 10px;
}
@media (max-width: 768px) {
  #mediacaster-innner #features ul.list li {
    width: auto;
    margin: 0;
    paddin: 0;
    margin-bottom: 1em;
  }
}
#mediacaster-innner #features ul.list h5 {
  text-align: center;
  font-size: 2em;
  margin: 0.5em 0;
}
#mediacaster-innner #features ul.list li figure.image {
  text-align: center;
}
#mediacaster-innner #features ul.list p {
  padding: 10px;
  line-height: 2;
  font-size: 1.5em;
}
@media (max-width: 768px) {
  #mediacaster-innner #features ul.list p {
    padding: 0;
    margin: 0;
  }
}
#mediacaster-innner #usageimage {
  text-align: center;
}
#mediacaster-innner #usageimage img {}
@media (max-width: 768px) {
  #mediacaster-innner #usageimage img {
    width: 100%;
  }
}
#mediacaster-innner #price {
  color: #d80c18;
  font-weight: 900;
  padding: 20px 20px 25px;
  text-align: center;
}
@media (max-width: 768px) {
  #mediacaster-innner #price {
    padding: 0;
  }
}
#mediacaster-innner #price>span {
  position: relative;
  line-height: 1;
  font-size: 5.2rem;
}
#mediacaster-innner #price .tablePrice__amount__unit {
  font-size: 2.4rem;
}
#mediacaster-innner #price .tablePrice__amount__tax {
  color: #737373;
  font-size: 1.1rem;
  position: absolute;
  top: 17px;
  right: -5px;
  letter-spacing: 0.1em;
}
#mediacaster-innner #price .attention {
  margin: 6em auto 0 auto;
  padding: 1.5em;
  border: 1px solid #444;
  text-align: left;
  line-height: 2;
  width: 70%;
  color: #444444;
}
@media (max-width: 768px) {
  #mediacaster-innner #price .attention {
    width: 95%;
    margin: 2em auto;
    padding: 0.5em 0 0 0;
    line-height: 2;
  }
}
#mediacaster-innner #price .attention ul li {
  font-size: 1.2em;
}

a:hover {
    color: #80B7E0;
    text-decoration: underline;
}

#mediacaster-innner #price .attention ul li a:link {
    color: #006FC0;
    text-decoration: underline;
}


#price{
}


#price .p-rate-plan-lead {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: auto;
  text-align: center;
}
@media (max-width: 768px) {
#price .p-rate-plan-lead {
    width: 100%;
  }
}
#price .p-rate-plan-lead__box {
  width: 360px;
}
#price .plus img {
  width: 100%;
  padding-top: 7em;
}
@media (max-width: 768px) {
#price .plus img {
    padding-top: 5em;
  }
}
#price .p-rate-plan-lead__detail {
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 8px 16px 0 rgb(0 162 173 / 10%);
  background-color: #fff;
  margin-bottom: 15px;
}
#price dd.p-rate-plan-lead__detail-body {
  padding: 0;
  margin: 0;
}
#price .p-rate-plan-lead__detail-title.is-initial {
  background-color: #7ccde6;
  line-height: 1.8;
  color: #fff;
  font-size: 2em;
}
@media (max-width: 768px) {
#price .p-rate-plan-lead__detail-title.is-initial {
    line-height: 1.5;
    font-size: 15px;
  }
}
#price .p-rate-plan-lead__detail-price {
  color: #505c58;
  text-align: center;
  font-size: 24px;
}
@media (max-width: 768px) {
#price .p-rate-plan-lead__detail-price {
    font-size: 13px;
  }
}
#price .p-rate-plan-lead__detail-price-num {
  font-weight: 700;
  font-size: 2em;
  padding-left: 0.5em;
}

#price .zeibetu {
  font-size: 0.5em;
}


#correspondence {
  padding-bottom: 5em;
}
#correspondence table {
  border-collapse: separate;
  *border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  border-top: 2px solid #E9E9E9;
  border-right: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
  border-left: 2px solid #E9E9E9;
  width: 100%;
}
#correspondence table th {
  padding: 1em;
  background: #F9F9F9;
  text-align: left;
  vertical-align: middle;
  font-size: 1.4em;
  border: 1px solid #E9E9E9;
  color: #444444;
}
#correspondence table td {
  padding: 1em;
  background: #FFFFFF;
  text-align: left;
  font-size: 1.4em;
  border: 1px solid #E9E9E9;
  color: #555555;
}
@media screen and (max-width: 640px) {
  #correspondence table .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }

  #correspondence table {
    width: 95%;
    border: 1px solid #E9E9E9;
  }

  #correspondence table th, #correspondence table td {
    border-bottom: none;
    display: block;
    width: 100%;
    line-height: 2;
  }
}

#inquiries{
}

@media screen and (max-width: 640px) {
#inquiries{
    width: 100%;
  }
  }

#inquiries .inquiry {
    width: 100%;
    color: #fff;
    text-align: center;
    background: #CCC;
	  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
	      background: #fff url(../img/contactbg.jpg) no-repeat center center/cover;
}


#inquiries .common__inner {
    width: 1080px;
    margin: 0 auto;
    padding: 0.3em 0.5em 9em 0.5em;
    position: relative;
}

@media screen and (max-width: 640px) {
#inquiries .common__inner{
    width: 90%;
	    padding: 0.5em 0 5em 0;
  }
  }


#inquiries .inquiry__catch {
    font-size: 2.5rem;
    font-weight: 700;
	color:#fff;
    margin-bottom: 40px;
	line-height:1.5;
	filter: drop-shadow(0px 0px 20px #000) drop-shadow(0px 0px 2px #000) drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.6));
}

@media screen and (max-width: 640px) {
#inquiries .inquiry__catch{
    font-size: 1.8rem;
	    margin-bottom: 20px;
  }
  }

#inquiries .inquiry p {
    margin-bottom: 35px;
	    font-size: 2em;
			color:#fff;
	    filter: drop-shadow(0px 0px 20px #000) drop-shadow(0px 0px 2px #000) drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.6));		
}

@media screen and (max-width: 640px) {
#inquiries .inquiry p {
	    font-size: 1.5em;
  }
  }

#inquiries .common__btn {
    text-align: center;
}

#inquiries .common__btn a {
    display: inline-block;
    font-size: 2.4em;
    font-weight: bold;
    text-decoration: none;
    width: 100%;
    max-width: 540px;
}


#inquiries .common__btn--white a {
    color: #d80c18;
    line-height: 1.1;
    background: #fff;
    border: 1px solid #e1a600;
    width: 45%;
    margin-right: 4%;
    padding: 15px 0;
}


@media screen and (max-width: 640px) {
#inquiries .common__btn a{
       display: block;
	      max-width: 100%;
  }
  
  #inquiries .common__btn--white a {
    width: 100%;
    margin-right: 0;
    padding: 15px 0;
	margin-bottom:0.5em;
}


  }




#inquiries .common__btn--white a:nth-child(2n) {
    margin-right: 0;
}

#inquiries .common__btn--white a span.text, #inquiries.common__btn--white a span.number {
    display: block;
}




#inquiries .common__btn--white a .number {
    font-size: 1.6rem;
    font-weight: bold;
}

#inquiries .common__btn--white a .number::before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 20px;
    background: url(../img/phone_red.svg) no-repeat;
    margin-right: 5px;
}

#inquiries .common__btn--white a .text {
    font-size: 0.6em;
    font-weight: bold;
}



#inquiries .common__btn--col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0 auto;
/*    max-width: 540px;*/
}




/* ボタン */
#inquiries .inquiry .bottan a {
  display: inline-block;
  color: #fff;
  cursor: pointer;
  background: #e1a600;
  text-align: center;
  text-decoration: none;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

/* ボタンをキラッとさせる */
#inquiries .inquiry .bottan a::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 75%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#inquiries .inquiry .bottan a:hover::before {
  left: 100%;
}

/*-------------------------------------
 ▼中型画面向けデザイン（タブレットなど）
 --------------------------------------*/

@media screen and (min-width:600px) and (max-width:959px) {
#inquiries .common__inner{
    width:100%;
		    padding: 0em 0 5em 0;
  }
    #inquiries br.br-tab {
    display: none;
  }
  
  #inquiries .inquiry__catch {
    margin-bottom: 40px;
	line-height:1.5;
	padding-top:1em;
}

#inquiries .inquiry p {
padding:0 2em ;
}

}



#inquiries .shine{
	padding: 10px;
	margin: 0;
	font-weight: bold;
	background-image: linear-gradient(
		70deg,
		#FFF 45%, /* font color */
		#dcc314 50%,
		#FFF 55% /* font color */
	);
	background-size: 500% 100%;
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	animation: shine 2s infinite;
	font-style: italic;
}

@keyframes shine {
	0% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}


@media screen and (max-width: 640px) {
#inquiries .shine{
padding:0;
  }}
  
  

#inquiries .hurigana{
font-size:0.5em;
padding:0 0.5em;
}

@media screen and (max-width: 640px) {
#inquiries .hurigana{
padding:0 0 0 0.5em;;
font-size:0.4em;
  }}
  
  
  
