@charset "utf-8";

@import url(bootstrap-grid.min.css);
Bnr{
  position: relative;
  margin: 0 auto;
  width: 300px;

  font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",Osaka,sans-serif !important;
  float:right;
}
@media screen and (max-width:640px){
.Bnr{
	display:none!important;
}
}
.Bnr .Bnr__img{
  position: fixed;
  bottom: 20px;
  right: 80%;
  z-index: 88;
}
.Bnr__img__inner{
  width: 300px;
  /* height: 130px; */
  box-sizing:border-box;
  padding: 15px;
  filter: drop-shadow(5px 5px 5px #aaa);
}
.Bnr__img__inner img{
	width: 100%;
	height: auto;
	margin-top:15px;
}
.Bnr .Bnr__img__inner a{
	display: block;
}
.Bnr .Bnr__img__inner a:hover{
  opacity:0.7;
}
.Bnr .Bnr__img p.close{
	position: absolute;
	left: 250px;
	top: 30px;
	width: 35px;
	height: 35px;
	background: #666666;
	color: #ffffff;
	text-align: center;
	line-height: 30px;
	border-radius: 50%;
}
.Bnr .Bnr__img p.close a{
	display: block;
	width: auto;
	height: auto;
}
.Bnr .Bnr__img p.close a span{
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.Bnr .Bnr__img p.close a i{
	z-index: 888;
	color: #fff;
	font-size: 12px!important;
	-webkit-font-smoothing:antialiased;
  -webkit-text-stroke-color:#fff;
  -webkit-text-stroke-width:1px
}
.pagetop {
	z-index:999;
}

#content > .container{
 max-width: none;
 padding: 0;
 margin: 0;
}

#content > .container > .row{
 display: block;
 margin: 0;
 padding: 0;
}

#content > .container > .row > #main_content.col-md-9{
 max-width: none;
 padding: 0;
 margin: 0;
}

section{
 width: 100% !important;
 margin: 0;
}

.sub_txt{
 text-align: center;
}

/* CSS Document */
/*********************************コンテンツ本編*/
#it_software {
  font-size: 16px;
  font-family: Meiryo, sans-serif;
}
@media print, screen and (min-width:768px) {
  #it_software {
    font-size: 18px;
  }
}
span span.sp_none {
  display: none;
}
@media print, screen and (min-width:768px) {
  span span.sp_none {
    display: inline;
  }
}
.w_lg_none {
  display: block;
}
@media print, screen and (min-width:1200px) {
  .w_lg_none {
    display: none;
  }
}
/*-----------------------------main_image*/
html:after {
  content: "";
  background-image: url("https://www.mot-net.com/wp-content/themes/mot_theme/mottel/img/it_software_img/main_bg.jpg"), url("https://www.mot-net.com/wp-content/themes/mot_theme/mottel/img/it_software_img/main_bg.jpg.webp");
}
#main_img_area.bg_img.webp {
  background-image: url("https://www.mot-net.com/wp-content/themes/mot_theme/mottel/img/it_software_img/main_bg.jpg.webp");
}
#main_img_area.bg_img.no-webp {
  background-image: url("https://www.mot-net.com/wp-content/themes/mot_theme/mottel/img/it_software_img/main_bg.jpg");
}
#main_img_area {
  background-color: #638edc;
  margin-top: 0px;
  background-position: right bottom;
  background-size: cover;
  overflow: hidden;
}
#main_img_area ul.row {
  align-items: center;
}
#main_img_area ul.row > li {
  margin: 0 auto;
  height: 100%;
}
#main_img_area ul.row > li:nth-child(1) {
  margin: 30px auto;
  position: relative;
  z-index: 10;
}
#main_img_area ul.row > li:nth-child(2) {
  position: absolute;
  right: 0;
  left: 0;
  top: 130px;
  bottom: 0;
  margin: 0 auto;
  z-index: 0;
}
#main_img_area ul.row > li:nth-child(2) img {
  height: auto;
  max-height: 400px;
  opacity: 0.35;
  width: auto;
}
.fadein.active {
  max-height: 440px;
}
@media print, screen and (min-width:992px) {
  .fadein {
    opacity: 0;
  }
  .fadein.active {
    max-height: inherit;
    animation-name: fadeInAnime;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    opacity: 0;
    z-index: 0;
  }
}
@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
  0% {
    transform: translate(150px, -150px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@media print, screen and (min-width:992px) {
  #main_img_area ul.row > li:nth-child(1) {
    padding-left: 7%;
  }
  #main_img_area ul.row > li:nth-child(2) {
    position: relative;
    right: inherit;
    left: inherit;
    top: inherit;
    bottom: inherit;
    padding-right: 7%;
  }
  #main_img_area ul.row > li:nth-child(2) img {
    opacity: 1;
    height: auto;
    max-height: inherit;
    width: auto;
  }
}
#main_img_area h2 {
  font-family: 'M PLUS 1p', sans-serif;
  display: inline;
  color: #fff;
  font-weight: 800;
  font-size: 45px;
  text-shadow: 2px 1px 3px #000, -1px 1px 3px #000;
  line-height: 1.3em;
  text-align: center;
  background: linear-gradient(transparent 70%, #ffe100 0%);
}
#main_img_area h2 span {
  color: #fff;
  font-weight: 500;
  font-size: 40px;
}
#main_img_area .catch {
  color: #fff;
  display: block;
  font-size: 20px;
  text-shadow: 2px 1px 3px #000;
  font-weight: bold;
  margin: 10px auto;
}
#main_img_area ul.ex_list {
  border: 2px solid #fff;
  background: #ffffffe6;
  padding: 10px;
  border-radius: 6px;
  text-align: left;
  width: auto;
  margin: 30px auto 10px;
}
#main_img_area ul.ex_list li {
  color: #3F51B5;
  font-size: 18px;
  width: auto;
  max-width: 300px;
  margin: 5px auto;
}
@media print, screen and (min-width:768px) {
  #main_img_area ul.ex_list li {
    font-size: 20px;
  }
}
#main_img_area ul.ex_list li i {
  color: #F44336;
}
#main_img_area a.main_link_btn {
  display: block;
  margin: 30px auto;
  background: orange;
  padding: 15px 10px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  border-radius: 6px;
  border: 2px solid #fff;
  transition: 0.3s;
}
#main_img_area a.main_link_btn:hover {
  background: #fff;
  border: 2px solid orange;
  color: orange;
  transition: 0.3s;
}
@media print, screen and (min-width:768px) {
  #main_img_area {
    margin-top: 70px;
    /*min-height: 550px;*/
  }
  #main_img_area h2 {
    font-size: 55px;
  }
  #main_img_area h2 span.catch {
    font-size: 22px;
  }
  #main_img_area .catch {
    font-size: 26px;
  }
  #main_img_area ul.ex_list li {
    width: 300px;
  }
}
@media print, screen and (min-width:992px) {
  #main_img_area ul.ex_list {
    width: 500px;
  }
}
@media print, screen and (min-width:1200px) {
  #main_img_area a.main_link_btn {
    display: inline-block;
    padding: 15px 50px;
    width: 60%;
  }
}
.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 70px 0 70px;
  border-color: #3366ff transparent transparent transparent;
  display: inline-block;
  margin: 0;
}
#interval {
  background: #3366ff;
  height: 15px;
  width: 100%;
}
/*-----------------------------セクションベース*/
[id^="sec_"] {
  padding: 50px 0;
  margin-top: 0;
  position: relative;
}
[id^="sec_"] .container {
  margin-top: 30px;
}
[id^="sec_"] p {
  font-size: 18px;
  margin-bottom: 30px;
}
@media print, screen and (min-width:768px) {
  [id^="sec_"] p {
    font-size: 18px;
    line-height: 1.8em;
  }
}
[id^="sec_"] h3:not(.sub_fnctitle) {
  color: #E85D69;
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 30px;
  padding-bottom: 10px;
  /*  padding-right: 30px;
  padding-left: 30px;*/
  display: inline-block;
}
@media screen and (min-width:768px) {
  [id^="sec_"] h3:not(.sub_fnctitle) {
    font-size: 36px;
  }
}
@media print, screen and (min-width:768px) {
  [id^="sec_"] h3 {
    font-size: 42px;
  }
}
[id^="sec_"] ul li p {
  text-align: left;
  margin: 15px auto;
}
.link_btn_area {
  display: block;
  margin: 50px auto auto;
}
.link_btn_area a {
  border: 2px solid #fff;
  background: #ff3366;
  border-radius: 50px;
  color: #fff;
  display: block;
  padding: 15px;
  width: 100%;
  margin: 0px auto 20px;
  font-weight: bold;
}
.link_btn_area.in_site a {
  background: #ff9900;
}
.link_btn_area a:hover {
  border: 2px solid #ff3366;
  background: #fff;
  color: #ff3366;
  transition: 0.5s;
}
.link_btn_area.in_site a:hover {
  border: 2px solid #ff9900;
  color: #ff9900;
  background: #fff;
}
@media print, screen and (min-width:768px) {
  .link_btn_area a {
    width: 60%;
  }
}
ul.row > li {
  margin-bottom: 30px;
}
ul.row > li .panel_wrap {
  border-radius: 6px;
  padding: 30px;
  margin: 10px auto;
  background: #fff;
  box-shadow: 1px 2px 3px #99999970, -1px -1px 3px #99999950;
  height: 100%;
}
ul.row > li .panel_wrap a {
  border: 1px solid #fff;
  background: #fff;
  color: #074489;
  font-size: 18px;
  display: block;
  border-radius: 6px;
  height: 100%;
  width: 100%;
  transition: 0.5s;
}
ul.row > li .panel_wrap a:hover {
  border: 1px solid #a9beff;
  transition: 0.5s;
}
ul.row > li .panel_wrap a:hover img {
  opacity: 1;
  transform: translate(2px, 2px);
  transition: 0.5s;
}
ul.row > li .panel_wrap h5 {
  font-size: 30px;
}
ul.row li .panel_wrap h5 span {
  font-size: 150%;
  font-weight: 600;
  color: #0066ff;
}
figcaption {
  margin-top: 20px;
}
figcaption span {
  display: block;
  font-size: 1.1em;
  font-weight: bold;
}
/*-----------------------------セクション別装飾*/
#sec_02, #sec_04, #sec_06, #sec_08, #sec_10 {
  background: #FCF7EF;
}
#sec_02 .link_btn_area span {
  color: #fff;
}
#sec_antei img {
  margin: 30px auto auto;
}
/*---------------------------------------------キャンペーンボタン*/
#info_area {
  display: block;
  border: 4px solid #c0cdfe;
  background: aliceblue;
  border-radius: 10px;
  margin: 20px auto 50px;
  padding: 20px;
}
#info_area a.camp_bnt {
  background: #FF3366;
  border: 2px solid #fff;
  border-radius: 10px;
  color: #fff;
  display: block;
  font-size: 19px;
  padding: 20px 0px;
  text-shadow: 1px 1px 2px #666;
  margin: 20px auto 10px;
  transition: 0.3s;
}
#info_area a.camp_bnt:hover {
  background: #fff;
  border: 2px solid #FF3366;
  color: #FF3366;
  text-shadow: none;
  transition: 0.3s;
}
@media print, screen and (min-width:768px) {
  #info_area a.camp_bnt {
    display: inline-block;
    padding: 20px 100px;
  }
}
@media print, screen and (min-width:992px) {
  #info_area a.camp_bnt {
    font-size: 22px;
    margin: 10px auto 20px;
  }
}
section #info_area p {
  margin: 0 auto;
}
section #info_area p.info_tit {
  color: #fff;
  margin: 0px auto 20px;
  font-size: 22px;
  font-weight: bold;
  background: #3366ff;
  padding-top: 10px;
  padding-bottom: 10px;
}
section #info_area h3 {
  font-size: 22px;
  margin-bottom: 10px;
}
@media print, screen and (min-width:768px) {
  section #info_area h3 {
    font-size: 28px;
  }
}
section #info_area h3 span {
  display: block;
}
section #info_area p span {
  font-weight: bold;
  font-size: 1.1em;
}
/*-----------------------------セクション別装飾*/
#sec_05 a.comic_2p {
  display: none;
}
/*-----------------------------#sec_01*/

#sec_01 .container.under_cts {
  margin-top: 0px;
}
@media print, screen and (min-width:768px) {
  #sec_01 .container.under_cts {
    margin-top: 30px;
  }
}
#sec_01 ul.row {
  justify-content: center;
  align-items: center;
}
#sec_01 ul.row > li {
  margin: 5px auto;
}
#sec_01 ul.row > li ul li {
  display: block;
  background: #f7ebeb;
  margin: 35px auto;
  padding:20px 15px;
  border-radius: 6px;
  text-align: left;
  font-size: 18px;
  position: relative;
}
#sec_01 ul.row > li ul li strong {
  font-weight: bold;
  color: #E91E63;
}
#sec_01 ul.row > li ul li:nth-child(1) {
  margin: 0 auto;
}
#sec_01 ul.row > li ul li:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
#sec_01 ul.row > li > ul.fukidashi_l > li:after {
  border-top: 10px solid #f7ebeb;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  margin: 0 auto;
  top: inherit;
  left: 0;
  right: 0;
  bottom: -10px;
}
#sec_01 ul.row > li > ul.fukidashi_r > li:after {
  border-top: 10px solid #f7ebeb;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  margin: 0 auto;
  top: inherit;
  left: 0;
  right: 0;
  bottom: -10px;
}
@media print, screen and (min-width:768px) {
  #sec_01 ul.row > li ul li {
    margin: 35px auto;
  }
  #sec_01 ul.row > li > ul.fukidashi_l > li:after {
    border-top: 10px solid transparent;
    border-left: 10px solid #f7ebeb;
    border-bottom: 10px solid transparent;
    top: 40%;
    bottom: inherit;
    right: -19px;
    left: inherit;
  }
  #sec_01 ul.row > li > ul.fukidashi_r > li:after {
    border-top: 10px solid transparent;
    border-right: 10px solid #f7ebeb;
    border-bottom: 10px solid transparent;
    top: 40%;
    bottom: inherit;
    right: inherit;
    left: -19px;
  }
}
/*-----------------------------#sec_02*/
#sec_02 .triangle {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  margin: auto;
  border-color: #ffffff transparent transparent transparent;
}
#sec_02 ul.row {
  justify-content: center;
}
#sec_02 ul.row > li .panel_wrap {
  padding-top: 30px;
}
#sec_02 ul.row > li .panel_wrap h4 {
  color: #333;
  font-size: 20px;
  font-weight: 700;
}
#sec_02 ul.row > li .panel_wrap span {
  color: #26abd9;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  font-weight: 900;
}
@media print, screen and (min-width:768px) {
  #sec_02 ul.row > li .panel_wrap h4 {
    font-size: 22px;
  }
  #sec_02 ul.row > li .panel_wrap span {
    font-size: 60px;
  }
}
#sec_02 ul.row > li .panel_wrap figcaption {
  text-align: left;
}
/*-----------------------------#sec_03*/
#sec_03 .triangle {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  margin: auto;
  border-color: #FCF7EF transparent transparent transparent;
}
/*-----------------------------#sec_04*/
#sec_04 .triangle {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  margin: auto;
  border-color: #ffffff transparent transparent transparent;
}
#sec_04 img {
  width: auto;
}
/*-----------------------------#sec_05*/
#sec_05 .triangle {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  margin: auto;
  border-color: #ebfafd transparent transparent transparent;
}
#sec_05 .frame_wrap {
  width: 100%;
  margin: auto;
}
@media print, screen and (min-width:992px) {
  #sec_05 .frame_wrap {
    width: 840px;
  }
}
/*-----------------------------#sec_06*/
#sec_06 .triangle {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  margin: auto;
  border-color: #ffffff transparent transparent transparent;
}
#sec_06 ul.row {
  justify-content: center;
  align-items: center;
  margin: 50px auto;
}
#sec_06 ul.row:nth-of-type(1) {
  margin: 30px auto 50px;
}
#sec_06 ul.row:nth-of-type(4) {
  margin: 50px auto 0px;
}
@media print, screen and (min-width:768px) {
  #sec_06 ul.row {
    margin: 60px auto;
  }
  #sec_06 ul.row:nth-of-type(1) {
    margin: 30px auto 60px;
  }
  #sec_06 ul.row:nth-of-type(4) {
    margin: 60px auto 0px;
  }
}
#sec_06 ul.row > li a {
  color: #ff9900;
  text-decoration-line: underline;
}
#sec_06 h4.title02 {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 0;
  border-bottom: none;
}
#sec_06 h4.title02 span {
  color: #26abd9;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
  vertical-align: middle;
  margin-right: 14px;
  position: relative;
  z-index: 1;
}
#sec_06 h4.title02 span:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 28px 28px;
  border-color: transparent transparent #ceebf4 transparent;
  position: absolute;
  bottom: 4px;
  right: -4px;
  z-index: -1;
}
@media print, screen and (min-width:768px) {
  #sec_06 h4.title02 {
    font-size: 30px;
    margin-bottom: 28px;
    text-align: left;
  }
  #sec_06 h4.title02 span {
    font-size: 60px;
    margin-right: 28px;
  }
  #sec_06 h4.title02 span:after {
    border-width: 0 0 40px 40px;
  }
}
#sec_06 ul.row > li > ul {
  text-align: left;
}
#sec_06 ul.row > li > ul > li {
  margin-bottom: 3px;
  font-weight: bold;
}
/*-----------------------------#sec_07*/
#sec_07 .triangle {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  margin: auto;
  border-color: #FCF7EF transparent transparent transparent;
}

#sec_07 #price_box{
 border-radius: 10px;
 padding: 30px 20px;
 background: #fff;
 box-shadow: 1px 2px 3px rgb(153 153 153 / 0.8), -1px -1px 3px rgb(153 153 153 / 0.4);
}

#sec_07 #price_box p.initial{
 margin-bottom: 20px;
}

#sec_07 #price_box p.initial span{
 color: #26abd9;
 font-size: 28px;
 font-weight: bold;
 background: linear-gradient(transparent 0%, transparent 50%, #ff3 50%, #ff3 100%);
}

#sec_07 #price_box table{
 width: 100%;
 min-width: 720px;
}

#sec_07 #price_box table tr th, #sec_07 #price_box table tr td{
 padding: 10px;
}

#sec_07 #price_box table tr td{
 border-bottom: 1px solid #cdcdcd;
}

#sec_07 #price_box table tr td:nth-child(even){
 background: #fcf7ef;
}

#sec_07 #price_box table tr td.title{
 color: #fff;
 font-weight: bold;
 background: #e85d69;
 border-radius: 6px 6px 0 0;
}

#sec_07 #price_box table tr td.title:not(:last-child){
 border-right: 1px solid #fff;
}

#sec_07 #price_box table tr td.title:nth-child(1), #sec_07 #price_box table tr td.title:nth-child(2){
 background: none;
 border: none;
}

#sec_07 #price_box table tr td.plan_type{
 color: #fff;
 font-weight: bold;
 background: #e91e63;
 border-right: 1px solid #fff;
}

#sec_07 #price_box p.small{
 text-align: left;
 font-size: 14px;
}

@media print, screen and (min-width:768px) {
  
}


/*-----------------------------#sec_07*/
#sec_08 .triangle {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  margin: auto;
  border-color: #FFF transparent transparent transparent;
}
/*-----------------------------#sec_09*/
#sec_09 .triangle {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  margin: auto;
  border-color: #FCF7EF transparent transparent transparent;
}
#sec_09 ul.row {
  justify-content: center;
}
#sec_09 ul.row > li .panel_wrap {
  padding-top: 30px;
}
#sec_09 ul.row > li .panel_wrap h4 {
  color: #333;
  font-size: 20px;
  font-weight: 700;
}
#sec_09 ul.row > li .panel_wrap span {
  color: #26abd9;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  font-weight: 900;
}
@media print, screen and (min-width:768px) {
  #sec_09 ul.row > li .panel_wrap h4 {
    font-size: 22px;
  }
  #sec_09 ul.row > li .panel_wrap span {
    font-size: 60px;
  }
}
#sec_09 ul.row > li .panel_wrap figcaption {
  text-align: left;
}
#sec_09 ul.row > li .panel_wrap figure img {
  width:80%;
  margin:0 auto;
  padding:20px 0;
}
/*-----------------------------#sec_10*/
#sec_10 .triangle {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  margin: auto;
  border-color: #FFF transparent transparent transparent;
}
#sec_10 ul.row {
  justify-content: center;
}
#sec_10 ul.row > li .panel_wrap {
  padding-top: 30px;
}
#sec_10 ul.row > li .panel_wrap h4 {
  color: #333;
  font-size: 20px;
  font-weight: 700;
}
#sec_10 ul.row > li .panel_wrap span {
  color: #26abd9;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  font-weight: 900;
}
@media print, screen and (min-width:768px) {
  #sec_10 ul.row > li .panel_wrap h4 {
    font-size: 22px;
  }
  #sec_10 ul.row > li .panel_wrap span {
    font-size: 60px;
  }
}
#sec_10 ul.row > li .panel_wrap figcaption {
  text-align: left;
}
#sec_10 ul.row > li .panel_wrap figure img {
  width:80%;
  margin:0 auto;
  padding:20px 0;
}


.main_bg_tenpo_tel{
	width: 100%;
	padding: 0;
	background: #f8ecec;
}
@media screen and (max-width:640px){
.main_bg_tenpo_tel{
	margin: 0px 0 0 0;
}
}
.factory_fv{
	width:100%;
	display: flex;
	flex-wrap: wrap;
	letter-spacing: -1em;
	justify-content: center;
	align-items: center;
	padding:77px 0;
}
@media screen and (max-width:640px){
.factory_fv{
	padding:10px 0 50px;
}
}
.factory_fv li.txt {
	width:40%;
	border-radius: 4px;
	line-height: 26px;
	letter-spacing: 1px;
	min-height: auto;
	margin-right:60px;
}
.factory_fv li.img {
	width:45%;
	border-radius: 4px;
	line-height: 26px;
	letter-spacing: 1px;
	min-height: auto;
}
@media screen and (max-width:640px){
.factory_fv li.txt {
	width:100%;
	padding:40px 10px;
	margin:0
}
.factory_fv li.img {
	width:100%;
	border-radius: 4px;
	line-height: 26px;
	letter-spacing: 1px;
	min-height: auto;
}
}
.factory_fv li.img img{
	width:100%;
	margin:0 auto;
	border-radius: 5px;
}
.factory_fv li.txt h2{
	font-size:40px;
	font-weight:900;
	color:#E85D69;
	padding: 0;
    margin: 0;
}
.factory_fv li.txt h3{
	font-size:20px;
	font-weight:600;
	color:#E85D69;
	margin:0;
}
@media screen and (max-width:640px){
.factory_fv li.txt h2{
	font-size:30px;
	font-weight:900;
	color:#191919;
	text-align:center;
}
.factory_fv li.txt h3{
	font-size:18px;
	font-weight:600;
	color:#191919;
	margin:0;
}
}
.block {
	display: block;
}
.fv_btn{
	background: #ff3366;
	border-radius: 50px;
	color:#fff!important;
	padding: 10px 50px;
	display: inline-block;
	margin-top: 20px;
	border: 2px solid #fff;
	text-decoration: none;
	font-weight:600;
}
.fv_btn:hover{
	background: #fff;
	border-radius: 50px;
	padding: 10px 50px;
	display: inline-block;
	margin-top: 20px;
	border: #ff3366 2px solid;
	text-decoration: none;
	color:#424242!important;
}
@media screen and (max-width:640px){
.fv_btn{
	padding: 10px 40px;
	font-size: 14px;
	}
}
.ma_t0{margin-top:0!important;}
.ma_t10{margin-top:10px!important;}
.ma_t20{margin-top:20px!important;}
.ma_t30{margin-top:30px!important;}
.ma_t40{margin-top:40px!important;}
.ma_t50{margin-top:50px!important;}
.ma_t60{margin-top:60px!important;}
.ma_t70{margin-top:70px!important;}
.ma_t80{margin-top:80px!important;}

.ma_b0{margin-bottom:0px !important;}
.ma_b10{margin-bottom:10px !important;}
.ma_b20{margin-bottom:20px !important;}
.ma_b30{margin-bottom:30px !important;}
.ma_b40{margin-bottom:40px !important;}
.ma_b50{margin-bottom:50px !important;}
.ma_b60{margin-bottom:60px !important;}

.pa_10{padding:10px!important;}
.pa_20{padding:20px!important;}
.pa_30{padding:30px!important;}
.pa_40{padding:40px!important;}
.pa_50{padding:50px!important;}
.pa_t0{padding-top:0px!important;}
.pa_t10{padding-top:10px!important;}
.pa_t20{padding-top:20px!important;}
.pa_t30{padding-top:30px!important;}
.pa_t40{padding-top:40px!important;}
.pa_t50{padding-top:50px!important;}
.pa_t60{padding-top:60px!important;}
.pa_t70{padding-top:70px!important;}
.pa_b10{padding-bottom:10px!important;}
.pa_b20{padding-bottom:20px!important;}
.pa_b30{padding-bottom:30px!important;}
.pa_b40{padding-bottom:40px!important;}
.pa_b50{padding-bottom:50px!important;}
.pa_b60{padding-bottom:60px!important;}
.pa_b70{padding-bottom:70px!important;}
.pa_r10{padding-right:10px!important;}
.pa_r20{padding-right:20px!important;}
.pa_l10{padding-left:10px!important;}
.pa_l20{padding-left:20px!important;}


#tenpo_tel_sec {
 width: 100%;
   margin: 0 auto;
   padding: 60px 0;
}
#tenpo_tel_sec div.tenpo_tel_inner{
 width: 100%;
 max-width:1140px;
   margin: 40px auto;
   padding: 0;
}
@media screen and (max-width:640px){
#tenpo_tel_sec div.tenpo_tel_inner{
 width: 90%;
   margin: 40px auto;
}
}
.tenpo_tel_inner h3{
 font-size: 28px!important;
 color:#0660c5;
 font-weight:900!important;
 margin-bottom: 20px!important;
}
@media screen and (max-width:640px){
.tenpo_tel_inner h3{
 font-size: 20px!important;
}
}
.tenpo_tel_inner h4{
 color: #191919;
 font-size: 20px;
   font-weight: 600;
   margin-bottom: 10px;
}
.tenpo_tel_inner p{
 text-align:left;
 color: #191919;
}
.benefit{
	width:100%;
	display: flex;
	flex-wrap: wrap;
	letter-spacing: -1em;
	justify-content: space-between;
	align-items: center;
	margin-top:20px;
}
.benefit li.double {
	width:45%;
	border-radius: 4px;
	line-height: 26px;
	letter-spacing: 1px;
	min-height: auto;
}
@media screen and (max-width:640px){
.benefit li.double {
	width:100%;
	padding-top:40px;
}
}
.benefit li.double img{
	width:100%;
	margin:0 auto;
	border-radius: 5px;
}
.benefit li.double h4{
	font-weight: 900;
	font-size:28px;
	text-align:left;
}
.benefit li.double h4 span.benefits{
	font-weight: 900;
	font-size:20px;
	color: #00c4cc;
}
.benefit li.double h4 span.number{
	font-weight: 900;
	font-size:58px;
	color: #00c4cc;
}

img {
  max-width: 100%;
  height: auto;
}