/*=======================
共通
=======================*/

#main_visual {
  display: block;
  position: relative;
	width: 100%;
  height: 240px;
  background-image: url(../../img/top/main_visual_sp.jpg);
	background-position: center top;
  background-size: contain;
  margin-bottom: 80px;
}

#main_visual .txt_box {
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 240px;
  display: block;
}

#main_visual .txt {
	box-sizing: border-box;
  width: 100%;
  padding: 4% 0 4% 5%;
  background: #8dc031;
}

#main_visual .txt p.t1 {
  font-size: 16px;
  font-weight: bold;
  color: white;
  margin: 0 0 10px;
}

#main_visual .txt p.t2 {
  font-weight: bold;
  font-size: 10px;
  color: #FFF;
  line-height: 1.333;
  letter-spacing: 0.13rem;
  margin: 0 0 3px;
}

main {
  width: 92%;
  margin: 0 auto;
}

main h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

main h3 {
  font-size: 18px;
  line-height: 1.6;
  margin: 20px 0;
  border-left: 4px solid #8dc031;
  padding-left: 20px;
}

main p {
  font-size: 14px;
  margin-bottom: 20px;
}

main p.center {
  text-align: center;
}

main a.link {
  color: #0068b6;
  text-decoration: underline;
}

main a.link:hover {
  text-decoration: none;
}

#contact-box {
  width: 96%;
  padding: 10px;
  margin: 0 auto;
}

#contact-box .ttl {
  font-size: 24px;
}

#contact-box .left {
  margin-bottom: 10px;
}

#contact-box p {
  font-size: 12px;
}

#contact-box .btn1 {
  width: 270px;
  font-size: 12px;
  padding: 14px 10px 14px 40px;
  background-size: 18px auto;
  background-position: left 10px center;
  margin: 10px auto 20px;
}

#contact-box .btn2 {
  width: 49%;
  font-size: 12px;
  background-size: 18px auto;
  background-position: left 10px center;
  padding: 14px 10px 14px 30px;
  text-align: center;
}

#contact-box .btn3 {
  width: 49%;
  font-size: 12px;
  background-size: 18px auto;
  background-position: left 10px center;
  padding: 14px 10px 14px 30px;
  text-align: center;
}

/*=======================
トップページ
=======================*/
body#top {
  background-image: url(../../img/top/bg1.jpg);
  background-position: center top;
  background-repeat: no-repeat;
}

#top #main {
  background-image: url(../../img/top/bg1.jpg);
  background-position: center top;
  background-repeat: no-repeat;
}

#top #sec1 h2 {
  width: 100%;
  font-size: 24px;
  text-align: center;
  margin-bottom: 10px;
} 

#top #sec1 h2 span {
  width: 100%;
  font-size: 15px;
  text-align: center;
}

#top #sec1 .link {
	width: 100%;
  height: auto;
}

#top #sec1 .link dl {
  display: block;
  padding: 10px 0;
}

#top #sec1 .link dl dt {
  display: block;
  width: 100%;
  font-size: 12px;
}

#top #sec1 .link dl dd {
  display: block;
  width: 100%;
  font-size: 12px;
}

#top #sec2 {
  padding: 20px 0;
}

#top #sec2 h2 {
  font-size: 24px;
}

#top #sec2 h2 span {
  font-size: 15px;
}

#top #sec2 .box1 {
  margin-bottom: 20px;
}

#top #sec2 .box1 .left {
  order: 2;
  padding: 20px;
}

#top #sec2 .box1 .left .text1 {
  font-size: 12px;
}

#top #sec2 .box1 .left h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

#top #sec2 .box1 .left .text2 {
  font-size: 14px;
}

#top #sec2 .box1 .right {
  order: 1;
}

#top #sec2 .box2 {
  margin-bottom: 20px;
}

#top #sec2 .box2 .right {
  width: 100%;
  padding: 20px;
}

#top #sec2 .box2 .right .text1 {
  font-size: 12px;
}

#top #sec2 .box2 .right h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

#top #sec2 .box2 .right .text2 {
  font-size: 14px;
}

#top #sec2 .box3 .right {
  order: 1;
}

#top #sec2 .box3 {
  padding: 20px;
}

#top #sec2 .box3 .left {
  order: 2;
  width: 100%;
} 

#top #sec2 .box3 h3 {
  font-size: 16px;
  line-height: 1.4;
  position: relative;
  padding: 10px 0 10px 60px;
}

#top #sec2 .box3 h3 span:first-child {
  font-size: 10px;
  position: absolute;
  left: 0;
  top: 16px;
}

#top #sec2 .box3 h3 span.number {
  font-size: 12px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  margin: 0 10px 0 4px;
  position: absolute;
  left: 24px;
  top: 9px;
}

#top #sec2 .box3 dl dt {
  font-size: 16px;
}

#top #sec3 {
  padding: 20px 0;
}

#top #sec3 h2 {
  font-size: 24px;
}

#top #sec3 .box {
  width: 48%;
  margin-bottom: 10px;
}

#top #sec3 .box p {
  font-size: 12px;
  margin-top: 4px;
  padding: 0;
}

#top #sec4 .inner {
  padding: 20px 0;
}

#top #sec4 h2 {
  font-size: 24px;
}

#top #sec4 h2 span {
  font-size: 15px;
}

#top #sec4 .btn1 {
  width: 280px;
  font-size: 13px;
  padding: 10px 10px 10px 30px;
  background-size: 18px auto;
  background-position: left 10px center;
  margin: 10px auto 0;
}

#top #sec5 .inner {
  width: 90%;
  margin: 0 auto;
  padding: 20px 0;
}

#top #sec5 h2 {
  font-size: 24px;
}

#top #sec5 h2 span {
  font-size: 15px;
}

#top #sec5 dl dt {
  font-size: 16px;
  background-size: 30px auto;
  padding: 10px 0 10px 40px;
}

#top #sec4 .flex {
  display: block;
}

#top #sec5 .box {
  width: 280px;
  margin: 0 auto 10px;
}

#top #sec6 {
  background-color: #f3f3f3;
}

#top #sec6 .inner {
  width: 90%;
  padding: 20px 0;
  margin: 0 auto;
}

#top #sec6 h2 {
  font-size: 24px;
}

#top #sec7 h2 {
  font-size: 24px;
}

#top #sec7 .inner {
  padding: 20px 0;
}

#top #sec7 table {
  width: 100%;
  table-layout: fixed;
} 

#top #sec7 table th {
  width: 90px;
  padding: 10px;
  font-size: 14px;
}

#top #sec7 table td {
  width: calc( 100% - 90px );
  padding: 10px;
  font-size: 14px;
}


/*=======================
製品について
=======================*/

#info main section {
  margin-bottom: 40px;
}

#info main .btn1 {
  width: 280px;
  font-size: 14px;
  background-size: 30px auto;
  background-position: left 20px center;
  padding: 10px 10px 10px 60px;
  margin: 10px auto 20px;
} 

#info main .btn2 {
  display: block;
  width: 280px;
  font-size: 14px;
  background-size: 30px auto;
  background-position: left 40px center;
  padding: 20px 10px 20px 30px;
  margin: 10px auto 20px;
} 

#info main .btn3 {
  display: block;
  width: 280px;
  font-size: 14px;
  background-size: 30px auto;
  background-position: left 50px center;
  padding: 20px 10px 20px 30px;
  margin: 10px auto 20px;
} 

#info main table.order {
  width: 100%;
}

#info main table.order th {
  width: 90px;
  padding: 10px;
  font-size: 14px;
}

#info main table.order td {
  width: calc( 100% - 90px );
  padding: 10px;
  font-size: 14px;
  vertical-align: middle;
}

#info main .info_box {
  width: 100%;
  padding: 20px;
  margin: 20px 0;
  color: #000;
  background: #FFF;
  border: solid 3px #8dc031;
  border-radius: 10px;
}

#info main .info_box p {
  margin-bottom: 0;
}

#info main .info_box p:first-child {
  font-size: 14px;
  margin-bottom: 20px;
}

#info main .info_box .flex {
  justify-content: center;
  margin-bottom: 20px;
}

#info main .info_maru {
  width: 70px;
  height: 70px;
  background-color: #8dc031;
  background-image: url(../../img/info/wheelchair-solid.png);
  background-size: 30px auto;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 100px;
  margin-right: 10px;
}

#info main .info_box div:nth-child(2) {
  background-image: url(../../img/info/hospital-alt-solid.png);
}

#info main .info_box div:nth-child(3) {
  background-image: url(../../img/info/flask-solid.png);
}

#info main .info_box div:nth-child(4) {
  background-image: url(../../img/info/store-solid.png);
}

#info main .info_box div:nth-child(5) {
  background-image: url(../../img/info/pills-solid.png);
}

/*=======================
よくある質問
=======================*/

#support main .support_Q {
  font-size: 14px;
}

#support main .support_A {
  font-size: 14px;
}

#support main dl {
  margin-bottom: 20px;
}

#support main dl dt {
  font-size: 14px;
  border-bottom: 2px solid #eee;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding: 2px 0 10px 30px;
}

#support main .fontbold {
  font-size: 14px;
}

#support main .support_box .support_texttitle {
  font-size: 18px;
}

/*=======================
お問い合わせ
=======================*/

#contact form#mail_form {
	width: 95%;
}

#contact form#mail_form dl {
	overflow: visible;
}

#contact form#mail_form dl dt {
	width: auto;
	float: none;
	text-align: left;
	padding: 10px 0 5px;
	font-weight: bold;
}

#contact form#mail_form dl dd {
	width: auto;
	float: none;
	border-top: none;
	padding: 0px 0 13px 0px;
}

#contact form#mail_form dl dt span {
	font-weight: normal;
}
