@charset "UTF-8";
/******************************************************************

Stylesheet:　固定ページ

******************************************************************/
.breadcrumbs {
  font-size: 0.9em;
  width: 1100px;
  margin: 20px auto;
}
.content-wrapper {
  width: 1100px;
  margin: 50px auto 150px;
}
/*
.content-wrapper h1 {
  text-align: center;
  margin-bottom: 60px;
  padding-bottom: 5px;
  font-size: 2.2em;
  font-weight: 900;
  color: #001f58;
}
*/
.content-wrapper h1 span {
  border-bottom: #ff9e00 4px solid;
}
@media only screen and (max-width: 860px) {
  .breadcrumbs {
    font-size: 0.9em;
    width: 100%;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    margin: 85px auto 10px;
  }
  .content-wrapper {
    width: 100%;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    margin: 50px auto 100px;
  }
/*	
  .content-wrapper h1 {
    font-size: 1.5em;
  }
*/	
  .content-wrapper h1 span {}
}
/******************************************************************

Stylesheet:　固定ページ　追加

******************************************************************
共通
******************************************************************/
.box-01 {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  padding: 0 0 130px;
  margin: 0 auto;
}
.box-01 h1 span {
  display: none;
}
.box-01 h2 {
  font-size: 32px;
  font-weight: 600;
  color: #333333;
  margin: 0 0;
}

/*
.box-01 h4 {
  height: 400px;
  background-size: contain;
  background-image: url("https://san-ei.com/wp-content/themes/sanei/assets/img/page/il_pc.png");
  background-repeat: no-repeat;
  background-position: center;
  margin: 80px 0 0;
}
*/
.box-01 h4 span {
  display: none;
}
.box-01 h5 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  color: #333333;
  margin: 10px auto 0;
}
.box-01 p {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  line-height: 25px;
  text-align: justify;
  width: 600px;
  margin: 50px auto 0;
}
.box-02 {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  padding: 50px 0 10px;
  margin: 0 auto;
}
.box-02 h3 {
  font-size: 32px;
  font-weight: 600;
  color: #333333;
  margin: 0 0;
}
.box-02 ul {
  padding: 0 0;
  margin: 0 0;
}
.box-02 li {
  display: list-item; /* 縦に並べる */
  list-style-type: none;
}
.box-03 {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  padding: 100px 0 10px;
  margin: 0 auto;
}
.box-03 ul {
  padding: 0 0;
  margin: 0 0;
}
.box-03 li {
  display: inline-block; /* 横に並べる */
  list-style-type: none;
  vertical-align: top;
}
.box-04 {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  padding: 0 0 10px;
  margin: 0 auto;
}
.box-04 ul {
  padding: 0 0;
  margin: 0 0;
}
.box-04 li {
  display: inline-block; /* 横に並べる */
  list-style-type: none;
  vertical-align: top;
}
.btn {
  font-size: 14px;
  color: #FFFFFF;
  text-decoration: none;
  background-color: #333333;
  padding: 12px 30px;
  border-radius: 6px;
}
.btn-w156 {
  display: block;
  width: 156px;
  font-size: 14px;
  color: #FFFFFF;
  text-decoration: none;
  background-color: #333333;
  padding: 8px 0;
  border-radius: 6px;
  margin: 15px auto 0;
}

.btn-w240 {
  display: block;
  width: 240px;
  font-size: 14px;
  color: #FFFFFF;
  text-decoration: none;
  background-color: #333333;
  padding: 8px 0;
  border-radius: 6px;
  margin: 15px auto 0;
}
.m30 {
  margin: 30px auto 0;
}
.m50 {
  margin: 50px auto 0;
}
.m60 {
  margin: 60px auto 0;
}
.m70 {
  margin: 70px auto 0;
}
.m100 {
  margin: 100px auto 0;
}
.m150 {
  margin: 150px auto 0;
}
.img-orca {
	width: 300px;
	height: auto;
	border: solid 2px #cccccc;
	border-radius: 10px;
	margin-top: 60px;
}
.img-orca-zu {
	width: 600px;
	height: auto;
	margin-top: 100px;
}
.fs-15-20 {
	display: block;
	font-size: 15px;
	line-height: 20px;
	font-weight: 500;
	text-align: center;
	margin: -35px auto 0;
}
.fs-20 {
	font-size: 20px;
	font-weight: 500;
  margin: 15px auto 0;
}
.fs-20-30 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	margin: 25px auto 0;
}
.fs-20-30-w6 {
	display: block;
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	margin: 30px auto 0;
}
.fs-24-30 {
	font-size: 24px;
	font-weight: 600;
	line-height: 30px;
}
.ttl {
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin: 20px auto 0;
}
.ttl-green {
  display: block;
  font-size: 20px;
  font-weight: 600;
	color: #23AC39;
  margin: 20px auto 0;
}
.lead {
  display: block;
  width: 600px;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  text-align: justify;
  margin: 15px auto 30px;
}
.lead-300 {
  display: block;
  width: 300px;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  text-align: justify;
  margin: 15px 20px 30px;
}
.lead-300-mb30 {
  display: block;
  width: 300px;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  text-align: justify;
  margin: 15px 20px 30px;
}
.lead-cen {
  display: block;
  width: 350px;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  text-align: center;
  margin: 15px auto 30px;
}
  .lead-orca {
    display: block;
    width: 674px;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    text-align: justify;
    margin: 30px auto 0;
  }	
  .lead-orca-zu {
    display: block;
    width: 572px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: justify;
    margin: 20px auto 0;
  }
.call {
    display: flex;
	justify-content: center;
}
.call p {
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	text-align: left;
	margin: 0 0 0 20px;
}
.call-me {
    display: flex;
	justify-content: center;
}
.call-me p {
	font-size: 16px;
	font-weight: 500;
	line-height: 16px;
	text-align: left;
	margin: 0 0 0 20px;
}
.c-green {
	color: #1698A5;
}
.c-green-b24 {
	display: block;
	font-size: 24px;
	font-weight: 600;
	color: #1698A5;
	margin-top: 24px;
}

.suph1 {
	font-size: 46px;
	font-weight: 600;
	border-bottom: #ff9e00 4px solid;
	width: 400px;
	margin: 0 auto;
}
.sbs {
  display: list-item; /* 縦に並べる */
  list-style-type: none;
}

.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
/*　スマホ用　*/
@media only screen and (max-width: 782px) {
  .box-01 h2 {
    font-size: 24px;
    font-weight: 600;
    width: 312px;
    margin: 0 auto;
    color: #333333;
  }
/*	
  .box-01 h4 {
    height: 300px;
    background-size: contain;
    background-image: url("https://san-ei.com/wp-content/themes/sanei/assets/img/page/il_sp.png");
    background-repeat: no-repeat;
    background-position: center;
  }
*/	
  .box-01 h5 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #333333;
    margin: 10px auto 0;
  }
  .box-01 p {
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    line-height: 25px;
    text-align: justify;
    width: 300px;
    margin: 50px auto 0;
  }
  .box-02 h3 {
    font-size: 24px;
    font-weight: 600;
    color: #333333;
    margin: 0 0;
  }
  .box-03 li {
    display: list-item; /* 縦に並べる */
    list-style-type: none;
  }
.img-orca {
	width: 300px;
	height: auto;
	border: solid 2px #cccccc;
	border-radius: 10px;
	margin-top: 40px;
}	
.img-orca-zu {
	width: 300px;
	height: auto;
	margin-top: 60px;
}	
  .ttl {
    display: block;
    font-size: 20px;
    font-weight: 600;
    margin: 20px auto 0;
  }
  .lead {
    display: block;
    width: 300px;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    text-align: justify;
    margin: 15px auto 30px;
  }
  .lead-300 {
    display: block;
    width: 300px;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    text-align: justify;
    margin: 15px 20px 50px;
  }
  .lead-300-mb30 {
    display: block;
    width: 300px;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    text-align: justify;
    margin: 15px 20px 30px;
  }
  .lead-orca {
    display: block;
    width: 300px;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    text-align: justify;
    margin: 30px auto 0;
  }	
  .lead-orca-zu {
    display: block;
    width: 300px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: justify;
    margin: 20px auto 0;
  }	
  .call-me {
    display: inline-block;
	justify-content: center;
  }
  .call-me p {
	font-size: 16px;
	font-weight: 500;
	line-height: 16px;
	text-align: left;
	margin: 30px 0 0 20px;
  }
  .suph1 {
	font-size: 42px;
	font-weight: 600;
	border-bottom: #ff9e00 4px solid;
	width: 320px;
	margin: 0 auto;
  }	
.fs-16-25 {
	display: block;
	width: 300px;
	font-size: 16px;
	line-height: 25px;
	font-weight: 500;
	text-align: justify;
	margin: 25px auto 0;
  }	
  .fs-20 {
	font-size: 18px;
	font-weight: 500;
	margin: 15px auto 0;
  }	
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/******************************************************************
Dr.Simpty
******************************************************************/
.ds {
  height: 90px;
  background-size: contain;
  background-image: url("https://san-ei.com/wp-content/themes/sanei/assets/img/page/ds/lg_dr-simpty.svg");
  background-repeat: no-repeat;
  background-position: center;
  margin: 30px 0 0;
}
.ds-il {
  width: auto;
  height: 400px;
  background-size: contain;
  background-image: url("https://san-ei.com/wp-content/themes/sanei/assets/img/page/ds/il_ds_pc.png");
  background-repeat: no-repeat;
  background-position: center;
  margin: 80px 0 0;
}
@media only screen and (max-width: 782px) {
  .ds {
    height: 60px;
    background-size: contain;
    background-image: url("https://san-ei.com/wp-content/themes/sanei/assets/img/page/ds/lg_dr-simpty.svg");
    background-repeat: no-repeat;
    background-position: center;
  }
  .ds-il {
    width: auto;
    height: 300px;	  
    background-size: contain;
    background-image: url("https://san-ei.com/wp-content/themes/sanei/assets/img/page/ds/il_ds_sp.png");
    background-repeat: no-repeat;
    background-position: center;
  }	
}
/******************************************************************
ヒューマンかるてESR
******************************************************************/
.hk {
  height: 62px;
  background-size: contain;
  background-image: url("https://san-ei.com/wp-content/themes/sanei/assets/img/page/hk/lg_human-karte.svg");
  background-repeat: no-repeat;
  background-position: center;
  margin: 30px 0 0;
}
.hk-il {
  width: auto;
  height: 400px;
  background-size: contain;
  background-image: url("https://san-ei.com/wp-content/themes/sanei/assets/img/page/hk/il_hk_pc.png");
  background-repeat: no-repeat;
  background-position: center;
  margin: 80px 0 0;
}
@media only screen and (max-width: 782px) {
  .hk {
    height: 50px;
    background-size: contain;
    background-image: url("https://san-ei.com/wp-content/themes/sanei/assets/img/page/hk/lg_human-karte.svg");
    background-repeat: no-repeat;
    background-position: center;
  }
  .hk-il {
    width: auto;
    height: 300px;	  
    background-size: contain;
    background-image: url("https://san-ei.com/wp-content/themes/sanei/assets/img/page/hk/il_hk_sp.png");
    background-repeat: no-repeat;
    background-position: center;
  }	
}
/******************************************************************
Medical Gadget（メディカル・ガジェット）
******************************************************************/
.mg {
  height: 70px;
  background-size: contain;
  background-image: url("https://san-ei.com/wp-content/themes/sanei/assets/img/page/mg/lg_medical-gadget.svg");
  background-repeat: no-repeat;
  background-position: center;
  margin: 30px 0 0;
}
.mg-il {
  width: auto;
  height: 400px;
  background-size: contain;
  background-image: url("https://san-ei.com/wp-content/themes/sanei/assets/img/page/mg/il_mg_pc.png");
  background-repeat: no-repeat;
  background-position: center;
  margin: 80px 0 0;
}
@media only screen and (max-width: 782px) {
  .mg {
    height: 45px;
    background-size: contain;
    background-image: url("https://san-ei.com/wp-content/themes/sanei/assets/img/page/mg/lg_medical-gadget.svg");
    background-repeat: no-repeat;
    background-position: center;
  }
  .mg-il {
    width: auto;
    height: 300px;	  
    background-size: contain;
    background-image: url("https://san-ei.com/wp-content/themes/sanei/assets/img/page/mg/il_mg_sp.png");
    background-repeat: no-repeat;
    background-position: center;
  }	
}
/******************************************************************
Cardio Trak（カーディオトラック）
******************************************************************/
.ct {
  height: 58px;
  background-size: contain;
  background-image: url("https://san-ei.com/wp-content/themes/sanei/assets/img/page/ct/lg_cardio-trak.svg");
  background-repeat: no-repeat;
  background-position: center;
  margin: 30px 0 0;
}
.ct-il {
  width: auto;
  height: 400px;
  background-size: contain;
  background-image: url("https://san-ei.com/wp-content/themes/sanei/assets/img/page/ct/il_ct_pc.png");
  background-repeat: no-repeat;
  background-position: center;
  margin: 80px 0 0;
}
@media only screen and (max-width: 782px) {
  .ct {
    height: 50px;
    background-size: contain;
    background-image: url("https://san-ei.com/wp-content/themes/sanei/assets/img/page/ct/lg_cardio-trak.svg");
    background-repeat: no-repeat;
    background-position: center;
  }
  .ct-il {
    width: auto;
    height: 300px;	  
    background-size: contain;
    background-image: url("https://san-ei.com/wp-content/themes/sanei/assets/img/page/ct/il_ct_sp.png");
    background-repeat: no-repeat;
    background-position: center;
  }		
}
/******************************************************************
i-Reserve PRO（アイリザーブプロ）
******************************************************************/
.irp {
  height: 58px;
  background-size: contain;
  background-image: url("https://san-ei.com/wp-content/themes/sanei/assets/img/page/irp/lg_i-reserve.svg");
  background-repeat: no-repeat;
  background-position: center;
  margin: 30px 0 0;
}
.irp-il {
  width: auto;
  height: 400px;
  background-size: contain;
  background-image: url("https://san-ei.com/wp-content/themes/sanei/assets/img/page/irp/il_irp_pc.png");
  background-repeat: no-repeat;
  background-position: center;
  margin: 80px 0 0;
}
@media only screen and (max-width: 782px) {
  .irp {
    height: 41px;
    background-size: contain;
    background-image: url("https://san-ei.com/wp-content/themes/sanei/assets/img/page/irp/lg_i-reserve.svg");
    background-repeat: no-repeat;
    background-position: center;
  }
  .irp-il {
    width: auto;
    height: 300px;	  
    background-size: contain;
    background-image: url("https://san-ei.com/wp-content/themes/sanei/assets/img/page/irp/il_irp_sp.png");
    background-repeat: no-repeat;
    background-position: center;
  }	
}
/******************************************************************
Checkme（チェックミー）
******************************************************************/
.cm {
  height: 60px;
  background-size: contain;
  background-image: url("https://san-ei.com/wp-content/themes/sanei/assets/img/page/cm/lg_checkme.svg");
  background-repeat: no-repeat;
  background-position: center;
  margin: 30px 0 0;
}
.cm-il {
  width: auto;
  height: 400px;
  background-size: contain;
  background-image: url("https://san-ei.com/wp-content/themes/sanei/assets/img/page/cm/il_cm_pc.png");
  background-repeat: no-repeat;
  background-position: center;
  margin: 80px 0 0;
}
@media only screen and (max-width: 782px) {
  .cm {
    height: 50px;
    background-size: contain;
    background-image: url("https://san-ei.com/wp-content/themes/sanei/assets/img/page/cm/lg_checkme.svg");
    background-repeat: no-repeat;
    background-position: center;
  }
  .cm-il {
    width: auto;
    height: 300px;	  
    background-size: contain;
    background-image: url("https://san-ei.com/wp-content/themes/sanei/assets/img/page/cm/il_cm_sp.png");
    background-repeat: no-repeat;
    background-position: center;
  }	
}
/******************************************************************
PC-ECG
******************************************************************/
.pe {
  height: 60px;
  background-size: contain;
  background-image: url("https://san-ei.com/wp-content/themes/sanei/assets/img/page/pe/lg_pc-ecg.svg");
  background-repeat: no-repeat;
  background-position: center;
  margin: 30px 0 0;
}
.pe-il {
  width: auto;
  height: 400px;
  background-size: contain;
  background-image: url("https://san-ei.com/wp-content/themes/sanei/assets/img/page/pe/il_pe_pc.png");
  background-repeat: no-repeat;
  background-position: center;
  margin: 80px 0 0;
}
@media only screen and (max-width: 782px) {
  .pe {
    height: 50px;
    background-size: contain;
    background-image: url("https://san-ei.com/wp-content/themes/sanei/assets/img/page/pe/lg_pc-ecg.svg");
    background-repeat: no-repeat;
    background-position: center;
  }
  .pe-il {
    width: auto;
    height: 300px;	  
    background-size: contain;
    background-image: url("https://san-ei.com/wp-content/themes/sanei/assets/img/page/pe/il_pe_sp.png");
    background-repeat: no-repeat;
    background-position: center;
  }	
}
/******************************************************************
Calnart
******************************************************************/
.ca {
  height: 58px;
  background-size: contain;
  background-image: url("https://san-ei.com/wp-content/themes/sanei/assets/img/page/ca/lg_calnart.svg");
  background-repeat: no-repeat;
  background-position: center;
  margin: 30px 0 0;
}
.ca-im {
  width: auto;
  height: 400px;
  background-size: contain;
  background-image: url("https://san-ei.com/wp-content/themes/sanei/assets/img/page/ca/im_ca_main_pc.png");
  background-repeat: no-repeat;
  background-position: center;
  margin: 80px 0 0;
}
@media only screen and (max-width: 782px) {
  .ca {
    height: 50px;
    background-size: contain;
    background-image: url("https://san-ei.com/wp-content/themes/sanei/assets/img/page/ca/lg_calnart.svg");
    background-repeat: no-repeat;
    background-position: center;
  }
  .ca-im {
    width: auto;
    height: 300px;	  
    background-size: contain;
    background-image: url("https://san-ei.com/wp-content/themes/sanei/assets/img/page/ca/im_ca_main_sp.png");
    background-repeat: no-repeat;
    background-position: center;
  }	
}
/******************************************************************
ORCA（オルカ）
******************************************************************/
.orca {
  height: 146px;
  background-size: contain;
  background-image: url("https://san-ei.com/wp-content/themes/sanei/assets/img/page/orca/lg_jma_it_cert.png");
  background-repeat: no-repeat;
  background-position: center;
  margin: 30px 0 0;
}
.orca-il {
  width: auto;
  height: 400px;
  background-size: contain;
  background-image: url("https://san-ei.com/wp-content/themes/sanei/assets/img/page/orca/il_orca_pc.png");
  background-repeat: no-repeat;
  background-position: center;
  margin: 80px 0 0;
}
@media only screen and (max-width: 782px) {
  .orca-il {
    width: auto;
    height: 300px;	  
    background-size: contain;
    background-image: url("https://san-ei.com/wp-content/themes/sanei/assets/img/page/orca/il_orca_sp.png");
    background-repeat: no-repeat;
    background-position: center;
  }	
}
/******************************************************************
SUPPORT　電子カルテ｜ME機器
******************************************************************/
.spoek-il {
  width: auto;
  height: 400px;
  background-size: contain;
  background-image: url("https://san-ei.com/wp-content/themes/sanei/assets/img/page/spo/il_spo-ek_pc.png");
  background-repeat: no-repeat;
  background-position: center;
  margin: 80px 0 0;
}
.spome-il {
  width: auto;
  height: 400px;
  background-size: contain;
  background-image: url("https://san-ei.com/wp-content/themes/sanei/assets/img/page/spo/il_spo-me_pc.png");
  background-repeat: no-repeat;
  background-position: center;
  margin: 80px 0 0;
}
@media only screen and (max-width: 782px) {
  .spoek-il {
    width: auto;
    height: 300px;	  
    background-size: contain;
    background-image: url("https://san-ei.com/wp-content/themes/sanei/assets/img/page/spo/il_spo-ek_sp.png");
    background-repeat: no-repeat;
    background-position: center;
  }
  .spome-il {
    width: auto;
    height: 300px;	  
    background-size: contain;
    background-image: url("https://san-ei.com/wp-content/themes/sanei/assets/img/page/spo/il_spo-me_sp.png");
    background-repeat: no-repeat;
    background-position: center;
  }	
}

/******************************************************************
RECRUIT
******************************************************************/
.recruit-il {
  width: auto;
  height: 400px;
  background-size: contain;
  background-image: url("https://san-ei.com/wp-content/themes/sanei/assets/img/page/recruit/il_recruit_pc.png");
  background-repeat: no-repeat;
  background-position: center;
  margin: 80px 0 0;
}
@media only screen and (max-width: 782px) {
  .recruit-il {
    width: auto;
    height: 300px;	  
    background-size: contain;
    background-image: url("https://san-ei.com/wp-content/themes/sanei/assets/img/page/recruit/il_recruit_sp.png");
    background-repeat: no-repeat;
    background-position: center;
  }	
}

/******************************************************************
CheckmeRing（チェックミーリング）
******************************************************************/
.cmr {
  height: 60px;
  background-size: contain;
  background-image: url("https://san-ei.com/wp-content/themes/sanei/assets/img/page/cmr/lg_checkmering.svg");
  background-repeat: no-repeat;
  background-position: center;
  margin: 30px 0 0;
}
.cmr-il {
  width: auto;
  height: 400px;
  background-size: contain;
  background-image: url("https://san-ei.com/wp-content/themes/sanei/assets/img/page/cmr/il_cmr_pc.png");
  background-repeat: no-repeat;
  background-position: center;
  margin: 80px 0 0;
}

.youtubeshorts iframe{
    width: 424px;
    height: 754px;
}

@media only screen and (max-width: 782px) {
  .cmr {
    height: 50px;
    background-size: contain;
    background-image: url("https://san-ei.com/wp-content/themes/sanei/assets/img/page/cmr/lg_checkmering.svg");
    background-repeat: no-repeat;
    background-position: center;
  }
  .cmr-il {
    width: auto;
    height: 300px;	  
    background-size: contain;
    background-image: url("https://san-ei.com/wp-content/themes/sanei/assets/img/page/cmr/il_cmr_sp.png");
    background-repeat: no-repeat;
    background-position: center;
  }	
  .youtubeshorts iframe{
    width: 100%;
    height: 754px;
  }
}

