h1{
	margin: 0;
	padding: 0;
}
.c-heading3_end {
  margin: 0 0 15px;
  color: #a27122;
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
    letter-spacing: 1px;
    overflow: hidden;
}
.c-heading2-end {
  display: block;
  width: 100%;
	margin: 10px auto;
  padding: 15px 0px;
  font-size: 32px;
  line-height: 1.3;
	text-align: center;
	background-color: #354F77;
	color: #ffffff;

}
.c-heading2-end2 {
  display: block;
  width: 100%;
	margin: 10px auto;
  padding: 15px 0px;
  font-size: 38px;
  line-height: 1.1;
	text-align: center;
	background-color: #354F77;
	color: #ffffff;

}
.c-heading2-end3 {
  display: block;
  width: 100%;
	margin: 10px auto;
  padding: 15px 0px;
  font-size: 38px;
  line-height: 1.1;
	text-align: center;
	background-color: #DAF1F9;
	color: #354F77;
font-weight: bolder;
}
.circle {
   position: relative;
   width: 250px;
   height:250px;
   border-radius: 50%;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    display: inline-block;
   background-color: #354F77;
    border: solid #FFFFFF 4px;
    margin: 0 auto;
}

.circle span {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width :250px;
  color: #FFEA81;
  text-align:center;
    font-size: 28px;
    line-height: 1.5
}


.end-type-img{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: stretch;
width: 100%;
margin-bottom: 10px;
margin-top: 10px
}
.flexitem33,.flexitem33_2 {
display: flex;
flex-direction: column;
width: 33%;
padding: 0px 0;
box-sizing: border-box;
text-align: center;
}
.flexitem66 {
display: flex;
flex-direction: column;
width: 66%;
padding: 0px 0;
box-sizing: border-box;
text-align: center;
}
.flexitem50 {
display: flex;
flex-direction: column;
width: 49%;
padding: 0px 0;
box-sizing: border-box;
text-align: left;
	margin-bottom: 20px
}
.flexitem100-50 {
display: flex;
flex-direction: column;
width: 100%;
padding: 0px 0;
box-sizing: border-box;
text-align: center;
}
.flexitem100-40,.flexitem100-60 {
display: flex;
flex-direction: column;
width: 100%;
padding: 0px 0;
box-sizing: border-box;
text-align: center;
}
@media screen and (max-width: 769px) {
/* ---------------------------
* Mobile
* --------------------------- */
  .c-heading3_end {
    margin:20px 0 10px;
    font-size: 20px;
    line-height: 1.3;
      text-align: left;
  }
    .c-heading2-end {
  font-size: 22px;
		width: 100%;
}
    .c-heading2-end2 {
  font-size: 24px;
		width: 100%;
}
    .c-heading2-end3 {
  font-size: 22px;
		width: 100%;
}
   .circle {
   position: relative;
   width: 110px;
   height:110px;
   border-radius: 50%;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    display: inline-block;
   background-color: #354F77;
    border: solid #FFFFFF 4px;
}

.circle span {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width :110px;
  color: #FFEA81;
  text-align:center;
    font-size: 16px;
    line-height: 1.5
} 
  .flexitem33 {
width: 100%;
text-align: left;
}  
  .flexitem66 {
width: 100%;
}  
   .flexitem50 {
width: 100%;
} 
.flexitem100-40 {

width: 39%;
text-align: left;
}
.flexitem100-50 {

width: 49%;
text-align: left;
}
.flexitem100-60 {

width: 60%;
text-align: left;
margin: auto;
}
}
.p-section {
    position: relative;
    padding: 10px 0 0
}

.p-section_title {
    font-size: 30px;
    font-weight: bold
}

@media screen and (max-width: 768px) {
    .p-section {

    padding: 0px 0
}
    .p-section_title {
        font-size: 20px
    }
}
.p-cta {

  text-align: center;
}
.p-cta .p-cta_head {
  font-weight: 700;
  font-size: 22px;
  color: #8A7F48;
  display: block;
    margin-bottom: 20px;
}
.p-cta .p-cta_head span {
  display: block;
  font-size: 32px;
}
.p-cta .p-cta_head_bubble{
  display: block;
  width: 460px;
  margin: 0 auto 30px auto;
  font-weight: 700;
  font-size: 18px;
  color: #30478c;
  background: #D6DFED;
  padding: 20px 10px;
  border-radius: 50px;
  position: relative;
}

.p-cta .p-cta_head_bubble:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 8.5px 0 8.5px;
  border-color: #D6DFED transparent transparent transparent;
}
.p-cta a.p-cta_btn,
.p-cta a.p-cta_btn:link,
.p-cta a.p-cta_btn:visited,
.p-cta a.p-cta_btn:active {
  font-weight: 700;
  font-size: 28px;
  color: #ffffff;
  display: block;
  width: 100%;
   background-image: linear-gradient(90deg, rgba(129, 141, 197, 1), rgba(158, 212, 229, 1));
  margin: 0 auto 10px;
  padding: 20px 0 ;
}
.p-cta .p-cta_option {
  text-align: center;
  color: #30478c;
  font-size: 15px;
}
@media only screen and (max-width:768px) {
  .p-cta {
    padding: 10px 10px !important;
  }
  .p-cta .p-cta_head {
    font-size: 17px;
  }
  .p-cta .p-cta_head span {
    font-size: 28px;
  }
  .p-cta .p-cta_head_bubble {
    width: 90%;
    font-size: 15px;
  }
  .p-cta .p-cta_head_bubble:after{
    bottom: -15px;
    border-width: 16px 8.5px 0 8.5px;
  }
.p-cta a.p-cta_btn,
.p-cta a.p-cta_btn:link,
.p-cta a.p-cta_btn:visited,
.p-cta a.p-cta_btn:active {
    font-size: 22px;
    width: 90%;

  }
  .p-cta .p-cta_option {
    text-align: left;
  }
}
.lsp_pc5{
	letter-spacing: 5px;
}
@media only screen and (max-width:768px) {
	.lsp_pc5{
	letter-spacing: 0px;
}
}
.endoscope ul {
  border: solid 0px #ffb03f;
  padding: 0em 1em 0.5em 2.3em;
  position: relative;
    text-align: left;
}

.endoscope ul li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;/*ポチ消す*/
}

.endoscope ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  position: absolute;
  left : 1em; /*左端からのアイコンまで*/
  color: #ffb03f; /*アイコン色*/
}
@media screen and (max-width: 768px) {
  .endoscope ul {
  border: solid 0px #ffb03f;
  padding: 0em 0.5em 0.5em 1.3em;
  position: relative;
    text-align: left;
}

.endoscope ul li {
  line-height: 1.2;
  padding: 0.3em 0;
  list-style-type: none!important;/*ポチ消す*/
}

.endoscope ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  position: absolute;
  left : 0em; /*左端からのアイコンまで*/
  color: #ffb03f; /*アイコン色*/
}
}
.p-mainVisual2 {
    position: relative;
    margin-top: 0px
}

@media (max-width: 768px) {
    .p-mainVisual {
        margin-top: 0px
    }
}

.p-mainVisual_inner {
    position: relative;
    width: 100%
}

.p-mainVisual_fvImg {
    position: relative;
    text-align: center
}

.p-mainVisual_fvImg img {
    width: 100%
}
.dock-type-img{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: stretch;
width: 100%;
margin-bottom: 40px;
margin-top: 0px
}
.banner {
  width: 300px;
  display: none;    /* 最初は非表示にする */
  position: fixed;  /* 表示位置を固定 */
  bottom: 0;
  right: 0;
  padding: 10px;
  box-sizing: border-box;
}
.banner img {
  width: 100%;
    margin-top: 10px
}
@media screen and (max-width: 768px) {
.banner {
    display: flex;
  width: 100%;
    padding: 0px;
    bottom: 0px;
  right: 0;
	z-index: 999;
    }
    .banner li{
        display: inline;
        width: 50%
    }
    .banner img {
  width: 100%;
    margin-top: 0px
}
}
.ctc_img{
	margin: 20px 0;
}
@media screen and (max-width: 768px) {
	.ctc_img{
	margin: 10px 0;
}
}
  .c-heading_endoscope {
    margin:5px 0px 5px 0px ;
    font-size: 22px;
    line-height: 1.2;
  }
@media screen and (max-width: 768px) {
 .c-heading_endoscope {
    margin:5px 0px 5px 0px ;
    font-size: 20px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 768px) {
	.yajirushi_img{
	width: 25%;
	text-align: center;
     margin: 10px auto 0px;
}
}
.explanation_ctc{
color: #274286;
font-size: 18px;
line-height: 1.3;
margin: 5px 0 5px;
}
.table-type_endos{
height: 100%;
border-spacing: 0;
border-collapse: collapse;
margin-bottom: 50px;
}
.table-type_endos td,.table-type_endos th {
padding: 10px 5px;
color: #395194;
vertical-align: middle;
font-size: 20px;
line-height: 1.2;
border:solid #395194 1px;
    text-align: center;
}
.table-type_endos th {
background-color: #EAF0F7;
}
.table-type_endos2{
height: 100%;
border-spacing: 0;
border-collapse: collapse;
margin-bottom: 50px;
}
.table-type_endos2 td,.table-type_endos2 th {
padding: 10px 5px;
color: #000;
vertical-align: middle;
font-size: 20px;
line-height: 1.2;
border:solid #999 1px;
    text-align: center;
}
.table-type_endos2 th {
background-color: #EDE8FF;
}
.naname{
    background-image: linear-gradient(to right top, transparent calc(50% - 0.5px), #6B7EAF 50%, #6B7EAF calc(50% + 0.5px), transparent calc(50% + 1px));
}
@media screen and (max-width: 768px) {
.table-type_endos td,.table-type_endos th {
padding: 3px;
font-size: 16px;
line-height: 1.2;
    }
    .table-type_endos2 td,.table-type_endos2 th {
padding: 5px 1px;
font-size: 10px;
line-height: 1.2;
    }
}