@charset "utf-8";

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

   second

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

.sp {
  display: none;
}

.pc {
  display: block;
}


@media all and (max-width: 1200px) {
  .container {
    width: 90%!important;
  }

  #pythagoras-college-box li {
    margin: 65px 2.5% 0 2.5%;
    width: 45%;
  }

  #pythagoras-college-box li img {
    width: 100%;
  }
}

@media all and (max-width: 768px) {
body {
	position: relative;
 -webkit-text-size-adjust: none;
	margin: 0;
	padding: 0;
	color: #000;
 left: 0;
}

  .sp {
    display: block;
  }
  
  .pc {
    display: none;
  }
  
  img {
    max-width: 100%;
    height: auto;
  }

  .fl-left,
  .fl-right {
    float: none;
  }

  .full-max-width {
    max-width: 100%!important;
  }
  
  .full-width {
    width: 100%!important;
  }

  p {
	  line-height: 1.4;
  }

  .flex {
    display: inline-block;
  }
		
.alignright,.aligncenter,.alignleft {
	display: block;
	float: none;
	margin: 0 auto 30px;
}

  .menubt {
    z-index: 3;
    width: 40px;
    height: 40px;
    display: block;
    right: 7px;
    top: 10px;
    position: absolute;
    background: #33C2E1;
  }
  
  .menubt span {
    width: 30px;
    height: 3px;
    display: block;
    background: #fff;
    border-radius: 0;
    position: absolute;
    right: 5px;
    top: 18px;
    margin-bottom: 4px;
    transition: all 0.4s;
    transform: rotate(0deg);
  }
  
  .menubt .top {
    -webkit-transform: translateY(-250%);
    -ms-transform: translateY(-250%);
    transform: translateY(-250%);
  }
  
  .menubt .bottom {
    -webkit-transform: translateY(250%);
    -ms-transform: translateY(250%);
    transform: translateY(250%);
  }
  
  .menubt .menuclick1 {
    transform: rotate(-215deg);
  }
  
  .menubt .menuclick2 {
    background-color: rgba(255,255,255,0);
  }
  
  .menubt .menuclick3 {
    transform: rotate(215deg);
  }
  
 .info-contact-box {
  display: none;
  }
  
  .container {
    width: 90% !important;
				margin: 0 auto;
  }
  
		header {
			border-bottom: 1px solid #CCC;
		}
		
  header .info-box .frame {
    height: 60px;
  }
  
  header .hinq {
    display: block !important;
    position: absolute;
    background: #CC1480;
    top: 10px;
    right: 56px;
    width: 40px;
    height: 40px;
  }
  
  header .hinq a {
    display: block;
    padding: 9px 0 0 6px;
  }

  header .hinq a img {
    width: 28px;
    height: auto;
  }
  
  header nav {
    background-color: #004679;
  }

 header nav ul.flex {
		display: block;
	}
	
  header nav ul li a {
   display: block;
   width: 100%;
   padding: 10px;
   color: #FFF;
    border-bottom: 1px dotted #CCC;
				background: url(../image/arrow-02.png) no-repeat 98% center;
				background-size: 10px;
  }
  
  header nav ul li:last-child a {
    border-bottom: none;
  }
  
header h1 {
margin: 10px 0 0 10px;
}

header h1 img {
width: 200px;
height: auto;
}

header .container {
width: 100% !important;
}

/*------------------------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------------------------*/
footer .flex {
	display: block;
}


footer .info-footer .text {
  width: 100%;
  border-top: 8px solid #004679;
  border-bottom: 8px solid #33C2E1;
  position: relative;
}

footer .info-footer .text .logo {
  margin-bottom: 25px;
}

footer .info-footer .text address,
footer .info-footer .text p {
  line-height: 1.6;
}

footer .info-footer .text p {
  margin-top: 15px;
}

footer .info-footer .text .logo span {
  padding-top: 10px;
  display: inline-block;
		padding-left: 0;
}

footer .info-footer .text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 4px solid #33C2E1;
  width: 100%;
}

footer .info-footer .text .container {
  width: 100%;
		padding: 20px 0;
}

footer .info-footer .text img {
	width: 180px;
	height: auto;
	display: block;
}

footer .info-footer .map {
	width: 100%;
}

footer .info-footer .map .gmap {
 position: relative;
 padding-bottom: 56.25%;
 padding-top: 30px;
 height: 0;
 overflow: hidden;
}

footer .info-footer .map .gmap iframe {
 position: absolute;
 left: 0;
 top: 0;
 height: 100%;
 width: 100%;
}

footer .info-footer .btn {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  margin: 25px auto 0;
		text-align: center;
}

footer .info-footer .btn img {
  margin-right: 10px;
		width: auto;
		height: auto;
		display: inline-block;
}

footer .coppy-footer {
  background-color: #004679;
  padding: 23px 0 15px 0;
}

footer .coppy-footer .menu {
  justify-content: center;
  -ms-justify-content: center
}

footer .coppy-footer .menu li {
  position: relative;
  margin-bottom: 16px;
}

footer .coppy-footer .menu li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 15px;
  background-color: transparent;
}

footer .coppy-footer .menu li a {
  padding: 6px 8px;
  color: #fff;
  font-size: 14px;
  line-height: 15px;
		border: 1px solid #FFF;
}

footer .coppy-footer .text-coppy {
  text-align: center;
  color: #fff;
  font-size: 12px;
}


/*------------------------------------------------------------------------------------------------
  second
--------------------------------------------------------------------------------------------------*/
.breadcum {
	width: 98%;
	margin: 0 auto;
  font-size: 12px;
  margin-top: 10px;
}

.breadcum .container {
    width: 99% !important;
}

.banner-page {
  width: 100%;
  height: 100px;
  background: url(../image/banner-page.png) no-repeat center center;
  background-size: cover;
  border-top: 3px solid #33C2E1;
}

.banner-page h2 {
  font-size: 30px;
  padding-top: 23px;
}

section.second {
	width: 90%;
	margin: 0 auto;
	padding: 30px 0;
	line-height: 1.7;
}

section.second a {
text-decoration: underline;
color: #F60;
display: inline-block;
}

section.second p {
	margin: 0 0 30px;
}

.pageNav {
	margin: 0 auto 60px;
	list-style: none;
	display: block;
}

.pageNav li {
	margin: 0 0 10px;
	padding: 0;
	width: 100%;
	text-align: center;
	border: 1px solid #004679;
	text-decoration: none;
	letter-spacing: 0.08em;
	font-size: 18px;
 cursor: pointer;
	box-shadow: 3px 3px 0 #33C2E1;
}

.pageNav li a {
    display: block;
	background-color: #FFF;
	padding: 8px 10px;
	color: #000;
	text-decoration: none;
}

.pageNav li a:hover, .pageNav li a:active {
 box-shadow: none;
	background-color: #004679;
	color: #FFF !important;
}

  
/*--------------------------------------------------------------------------------------------
  index
--------------------------------------------------------------------------------------------*/
.covid {
	position: relative;
	background: url(../image/back-01.png) repeat 0 0;
	margin: 60px 0 0;
	padding: 30px 0 10px;
}

.covid .container {
	width: 100% !important;
}

.covid h2 {
	position: absolute;
	display: block;
	margin:0 10px 30px;
	padding: 6px 4px;
	left: 0;
	right: 0;
	text-align: center;
	background-color: #CC1480;
	color: #FFF;
	font-size: 18px;
	border-radius: 8px;
	font-weight: 500;
	top: -20px;
}

.covid .lead {
	margin: 0 20px;
	font-size: 16px;
	text-align: center;
}

.covid ul.icon {
	width: 100%;
	margin: 0 auto;
	padding: 40px 0 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
}

.covid ul.icon li {
	width: 50%;
	margin: 0 0 20px;
	text-align: center;
}

.covid ul.icon li img {
	width: 70%;
	height: auto;
}

.covid .etc {
	width: 80px;
	margin: 0 0 0 10px;
	padding: 4px;
	color: #FFF;
	text-align: center;
	background-color: #33C2E1;
	display: inline-block;
}

.covid ul.etcList {
	width: 100%;
	margin: 0 auto;
	padding: 10px 20px;
}

.covid ul.etcList li {
	background: url(../image/arrow-01.png) no-repeat 0 9px;
	background-size: 6px;
	margin: 0 0 6px;
	padding: 0 0 0 12px;
}

.aboutIndex {
	padding: 40px 0;
}

.aboutIndex .container {
	width: 100%;
	margin: 0 auto;
}

.aboutIndex .lead {
	color: #004679;
	font-size: 20px;
	font-weight: 500;
}

.aboutIndex .ind {
	margin-left: 0;
}

.aboutIndex .y {
	background:linear-gradient(transparent 60%, #FFFF00 60%);
}

.aboutIndex .b {
	background:linear-gradient(transparent 60%, #C1EDF6 60%);
}

.aboutIndex .trianglebk {
	position: relative;
	width: 260px;
	margin: 0 auto 30px;
}

.aboutIndex .trianglebk::before {
	position: absolute;
	content: "";
	top: -20px;
	left: -40px;
	width: 117px;
	height: 151px;
	background: url(../image/photo_back_left.png) no-repeat 0 0;
	z-index: -1;
}

.aboutIndex .trianglebk::after {
	position: absolute;
	content: "";
	bottom: -20px;
	right: -40px;
	width: 73px;
	height: 158px;
	background: url(../image/photo_back_right.png) no-repeat 0 0;
	z-index: -1;
}

.aboutIndex img {
	width: 260px;
	height: auto;
}

.aboutIndex .text {
	margin: 40px 30px 0;
	line-height: 1.6;
}

#pythagoras-college-box h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
}

#pythagoras-college-box h2 img {
	margin: 0 20px;
	width: 300px;
	height: auto;
}

#pythagoras-college-box ul {
  margin-bottom: 80px;
		display: inherit;
}

#pythagoras-college-box li {
  margin: 65px auto;
  width: 100%;
  border: 1px solid #ccc;
  box-shadow: 4px 4px 4px rgba(238,238,238,0.65), -4px -4px .4em rgba(238,238,238,0.65);
  padding: 30px 20px 20px 20px;
  border-radius: 10px;
  position: relative;
}

#pythagoras-college-box li .number {
  position: absolute;
  left: 14px;
  top: -38px;
  color: #fff;
  padding: 6px 10px;
  font-size: 20px;
  border-radius: 5px;
  background-color: #004679;
  text-align: center;
  line-height: 1.2;
  font-weight: 400;
}

#pythagoras-college-box li .number span {
  display: block;
}

#pythagoras-college-box li h3 {
  text-align: center;
  font-size: 20px;
  padding-bottom: 17px;
		font-weight: 500;
}

#pythagoras-college-box li p {
  margin-top: 8px;
}

#news-box {
  padding: 30px 0 60px 0;
  background-color: rgba(0,70,121,0.1);
}

#news-box .container {
  width: 1000px;
		margin: 0 auto;
}

#news-box li {
  background-color: #fff;
  margin-bottom: 4px;
  position: relative;
}

#news-box li::before {
  content: "";
  position: absolute;
  top: 25px;
  left: -10px;
  width: 20px;
  height: 1px;
  background-color: #004679;
}

#news-box li a {
	padding: 13px 10px 13px 30px;
}

#news-box li:hover {
	background-color: #E3F3FF;
}

#news-box li .date {
  width: 120px;
  display: inline-block;
}

#news-box li .icon {
  width: 71px;
  margin: 0 15px 0 25px;
  color: #fff;
  display: inline-block;
  text-align: center;
}

#news-box li .text {
	display: block;
	padding: 3px 0 0;
}

#news-box h2 {
  font-size: 40px;
  font-weight: bold;
  color: #004679;
  line-height: 1.2;
  padding-bottom: 30px;
}

#news-box h2 span {
  padding-left: 18px;
  line-height: 35px;
  font-size: 20px;
  font-weight: 300;
  color: #333;
}

#news-box .btn-box {
  margin-top: 30px;
}

#news-box .btn {
  display: inline-block;
  border: 1px solid #004679;
  border-radius: 5px;
  padding: 8px 70px 8px 50px;
  background: #fff url(../image/icon-next.png) no-repeat right 50px center;
  font-weight: 300;
}

/*--------------------------------------------------------------------------------------------
  newsBox
--------------------------------------------------------------------------------------------*/
.newsBox {
	width: 100%;
	margin: 0 auto;
	padding:10px;
	background-color: #E5ECF1;
}

.newsBox ul {
	margin: 0 0 0 20px;
}

.newsBox li {
  background-color: #fff;
  margin-bottom: 4px;
  position: relative;
}

.newsBox li:last-child {
	margin-bottom: 0;
}

.newsBox li::before {
  content: "";
  position: absolute;
  top: 25px;
  left: -10px;
  width: 20px;
  height: 1px;
  background-color: #004679;
}

.newsBox li a {
    display: block;
	padding: 13px 10px 13px 30px;
	text-decoration: none;
	color: #000;
}

.newsBox li:hover {
	background-color: #E3F3FF;
}

.newsBox li .date {
  display: inline-block;
}

.newsBox li .icon {
  width: 71px;
  margin: 0 15px 0 10px;
  color: #fff;
  display: inline-block;
  text-align: center;
}

.newsBox li .text {
	display: block;
}

.pager_wrap {
	position: relative;
	overflow: hidden;
	margin: 20px 0 10px;
}

.pager_wrap ul.pager {
	position: relative;
	left: 50%;
	float: left;
}

.pager_wrap ul.pager li {
	position: relative;
	left: -50%;
	float: left;
}

.pager_wrap ul.pager {
	margin: 0;
	padding: 0;
	list-style: none;
}

.pager_wrap ul.pager li {
	display: inline;
	min-width: 20px;
	margin: 2px;
	padding: 0;
	background-color: #FFF;
	text-align: center;
	border: 1px solid #3C88BB;
	text-indent: 0;
}

.pager_wrap ul.pager li a {
	display: block;
	padding: 10px 15px;
	text-decoration: none;
	border: none;
}

.pager_wrap ul.pager li::before {
content: "";
margin-right: 0;
}

.pager_wrap ul.pager li.active {
	background-color: #3C88BB;
	display: block;
	padding: 10px 15px;
	color: #FFFFFF;
}

.pager_wrap ul.pager li.active a:link, .pager_wrap ul.pager li.active a:visited,
.pager_wrap ul.pager li.active a:hover, .pager_wrap ul.pager li.active a:active {
	color: #FFFFFF !important;
}

.pager_wrap ul.pager li a:hover {
	color: #000;
	background-color: #B4D3E7;
}

/*--------------------------------------------------------------------------------------------
  newsdetail
--------------------------------------------------------------------------------------------*/
section.newsdetail h3 {
	margin: 0 0 20px;
	font-weight: 500;
	font-size: 20px;
}

section.newsdetail p.datecat {
	margin: 0;
}

section.newsdetail p.datecat .icon {
  width: 71px;
  margin: 0 15px 0 15px;
  color: #fff;
  display: inline-block;
  text-align: center;
}

.newsDetailBox {
	margin: 0 0 40px;
	padding: 20px 20px 1px;
	box-shadow: 0 0 6px #AAA;
}

section.newsdetail .btn {
  display: inline-block;
  border: 1px solid #004679;
  border-radius: 5px;
  padding: 8px 70px 8px 50px;
  background: #fff url(../image/icon-next.png) no-repeat right 50px center;
  font-weight: 300;
  color: #000;
  text-decoration: none;
}


/*--------------------------------------------------------------------------------------------
  student
--------------------------------------------------------------------------------------------*/
section.student h3.e {
	margin: 0 0 30px;
	background-color: #FBEFCC;
	border-left: 8px solid #ECB100;
	padding: 6px 6px 6px 12px;
	font-weight: 500;
	font-size: 20px;
}

section.student h4.e {
	margin: 0 0 20px;
	display: inline-block;
	border-bottom: 3px solid #ECB100;
	font-weight: 500;
	font-size: 18px;
	font-weight: bold;
}

.eCource {
	margin: 0 0 30px;
}

.eCource dt {
	width: 100%;
	margin: 0;
	display: inline-block;
	background-color: #ECB100;
	color: #FFF;
	font-size: 18px;
	padding: 2px 6px;
	font-weight: 500;
	text-align: left;
}

.eCource dt.l {
	width: 100%;
}

.eCource dd {
	margin: -20px 0 0;
	padding: 40px 20px 0;
	border: 1px solid #ECB100;
}

section.student h3.j {
	margin: 60px 0 30px;
	background-color: #E6F8CE;
	border-left: 8px solid #82DA0A;
	padding: 6px 6px 6px 12px;
	font-weight: 500;
	font-size: 20px;
}

section.student h3.h {
	margin: 60px 0 30px;
	background-color: #D0E7F7;
	border-left: 8px solid #1385D9;
	padding: 6px 6px 6px 12px;
	font-weight: 500;
	font-size: 20px;
}

section.student h3.n {
	margin: 60px 0 30px;
	border-top: 2px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	font-weight: 500;
	font-size: 24px;
	padding: 10px 10px 10px 24px;
	position:relative;
}

section.student h3.n::before {
	position: absolute;
	content: "";
	width: 200px;
	height: 2px;
	top: -2px;
	left: 0;
	background-color: #004679;
}

section.student h3.n::after {
	position: absolute;
	content: "";
	width: 4px;
	height: 40px;
	top: 10px;
	left: 10px;
	background-color: #004679;
}

section.student .studentInfo {
	margin: 60px 0;
}

section.student .studentInfo .news {
}

section.student .studentInfo .calendar {
}

section.my-calendar .btn {
  display: inline-block;
  border: 1px solid #004679;
  border-radius: 5px;
  padding: 8px 70px 8px 50px;
  background: #fff url(../image/icon-next.png) no-repeat right 50px center;
  font-weight: 300;
  color: #000;
  text-decoration: none;
}

section.student .btn a {
  display: block;
  width: 218px;
  margin: 20px auto;
  border: 1px solid #004679;
  border-radius: 5px;
  padding: 8px 70px 8px 50px;
  background: #fff url(../image/icon-next.png) no-repeat right 50px center;
  font-weight: 300;
  color: #000 !important;
  text-decoration: none !important;
}

.mc-main .time-block {
	float: none !important;
	margin: 0 0 10px;
}

/*--------------------------------------------------------------------------------------------
  enter
--------------------------------------------------------------------------------------------*/
section.enter h3 {
	margin: 60px 0 30px;
	border-top: 2px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	font-weight: 500;
	font-size: 24px;
	padding: 10px 10px 10px 24px;
	position:relative;
}

section.enter h3::before {
	position: absolute;
	content: "";
	width: 200px;
	height: 2px;
	top: -2px;
	left: 0;
	background-color: #004679;
}

section.enter h3::after {
	position: absolute;
	content: "";
	width: 4px;
	height: 40px;
	top: 10px;
	left: 10px;
	background-color: #004679;
}

section.enter h4.e {
	margin: 0 0 30px;
	background-color: #FBEFCC;
	border-left: 8px solid #ECB100;
	padding: 6px 6px 6px 12px;
	font-weight: 500;
	font-size: 20px;
}

section.enter h5.e {
	margin: 0 0 20px;
	display: inline-block;
	border-bottom: 3px solid #ECB100;
	font-weight: 500;
	font-size: 18px;
	font-weight: bold;
}

section.enter h5.j {
	margin: 60px 0 30px;
	background-color: #E6F8CE;
	border-left: 8px solid #82DA0A;
	padding: 6px 6px 6px 12px;
	font-weight: 500;
	font-size: 20px;
}

section.enter h5.h {
	margin: 60px 0 30px;
	background-color: #D0E7F7;
	border-left: 8px solid #1385D9;
	padding: 6px 6px 6px 12px;
	font-weight: 500;
	font-size: 20px;
}

section.enter .order span.o {
	display: block;
	width: 100%;
	background: url(../image/fukidashi.png) no-repeat center 0;
	background-size: 98%;
	margin: 60px auto 10px;
	text-align: center;
	font-weight: 500;
	font-size: 20px;
}

section.enter .order a {
	display: block;
	margin: 0 auto;
	background-color: #CC1480;
	border: 2px solid #CC1480;
	color: #FFF;
	font-size: 22px;
	text-align: center;
	width: 100%;
	padding: 6px;
	border-radius: 10px;
	text-decoration: none;
}

section.enter .order a img {
	margin-right: 6px;
	width: 20px;
	height: auto;
	vertical-align: 0px;
}

section.enter .order a:hover {
	border: 2px solid #EA2898;
	background-color: #EA2898;
	color: #FFF;
}

section.enter .images {
	display: block;
	width: 100%;
	margin: 0 auto;
}

section.enter .images p {
	text-align: center;
}

section.enter .pay {
	width: 100%;
	margin: 0 auto 50px;
	display: block;
}

section.enter .pay div {
	width: 100%;
	margin: 0 0 20px;
}

section.enter .pay div dl {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px dotted #004679;
}

section.enter .pay div dl dt {
	font-weight: 500;
	padding: 8px;
}

section.enter .pay div dl dd {
	text-align: right;
	padding: 8px;
}

section.enter .kousyu {
	line-height: 40px;
	border-left: 8px solid #004679;
	background-color: #E5ECF1;
	font-weight: 500;
	font-size: 20px;
	padding-left: 12px;
}

section.enter .teacher {
	width: 100%;
	margin: 0 auto 50px;
	display: block;
}

section.enter .teacher div {
	width:100%;
	margin: 0 0 40px;
}

section.enter .teacher div .taisyou {
	background-color: #C1EDF6;
	font-weight: 500;
	font-size: 20px;
	padding: 6px;
	text-align: center;
	position: relative;
}

section.enter .teacher div .taisyou:after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #C1EDF6 transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}

section.enter .teacher div ul li {
	padding: 6px;
	border-bottom: 1px dotted #CCCCCC;
}

/*--------------------------------------------------------------------------------------------
  Contact
--------------------------------------------------------------------------------------------*/
section.contact {
}

section.contact dl {
	margin: 0 0 30px;
}

section.contact dl dt {
	background-color: #CC1480;
	color: #FFF;
	padding: 6px;
	width: 220px;
	margin: 0 0 0 20px;
	text-align: center;
	font-size: 20px;
	position: relative;
	z-index: 10;
	font-weight: 500;
}

section.contact dl dd {
	width: 100%;
	padding: 40px 30px 30px 100px;
	margin: -24px 0 0;
	background: url(../image/icon-01.png) #FAE7F2 no-repeat 30px 50px;
}

section.contact dl dd p {
	margin: 0 !important;
}

section.contact dl dd p .futo {
	font-size: 20px;
	font-weight: bold;
	color: #CC137F;
	padding: 0 3px 0 6px;
}

section.contact .contactTb {
	width: 100%;
	margin: 0 0 30px;
}

section.contact .contactTb th {
	display: block;
	width:100%;
	padding: 10px 20px;
	text-align: left;
	background-color: #D6F3F9;
	border-bottom: 1px solid #33C2E1;
}

section.contact .contactTb th .muryoutaiken {
	display: block;
	line-height: 1.4;
	margin: 10px 0 0;
}

section.contact .contactTb td {
	display: block;
	width:100%;
	padding: 10px 20px;
	border-bottom: 1px solid #33C2E1;
}

section.contact .contactTb td input.ss[type="text"] {
	width: 200px;
	padding: 6px;
 font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 16px;
}

section.contact .contactTb td input.s[type="text"] {
	width: 100%;
	padding: 6px;
 font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 16px;
}

section.contact .contactTb td input.m[type="text"] {
	width: 100%;
	padding: 6px;
 font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 16px;
}

section.contact .contactTb td input[type="tel"] {
	width: 100px;
	padding: 6px;
 font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 16px;
	margin-bottom: 5px;
}

section.contact .contactTb td select {
 font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 16px;
	padding: 6px 20px 6px 6px;
}

section.contact .contactTb td .mgn {
	margin-top: 10px;
}

section.contact .contactTb td textarea {
	width: 100%;
	padding: 6px;
 font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 16px;
	display: block;
}

section.contact input[type="submit"] {
	padding: 10px 30px;
	cursor: pointer;
}

section.contact .contactTb td .error {
    background-color: #FAE7F2;
    color: #CC137F
}

}