#mainContents #content #contentsHeader {
  width: 90%;
  max-width: 1020px;
  margin: 0 auto;
}
#mainContents #content #contentsHeader h2 {
  text-align: center;
  font-size: 58px;
  line-height: 1em;
  color: #26d0ce;
}
#mainContents #content #contentsHeader h2 span {
  font-size: 18px;
  display: block;
  line-height: 1em;
  margin: 15px 0 100px;
  color: #fff;
}
#mainContents #content #tech {
  position: relative;
}

#mainContents #content #tech .inner {
width: 90%;
max-width: 965px;
margin: 0 auto 150px;
position: relative;
}

#mainContents #content #tech .inner .techContent {
  width: 48%;
  margin: 0 auto 70px;
  float: left;
}
#mainContents #content #tech .inner .techContent.fl {
  float: left;
}
#mainContents #content #tech .inner .techContent.fr {
  float: right;
}

#mainContents #content #tech .inner .techContent h3 {
  font-size: 22px;
  color: #ffff00;
  margin: 0 0 25px;
}
#mainContents #content #tech .inner .techContent .clearfix {
  position: relative;
}
#mainContents #content #tech .inner .techContent p.pic {
  width: 100%;
  padding: 0;
  margin: 0 0 15px;
}
#mainContents #content #tech .inner .techContent p.pic img {
  width: 100%;
  height: auto;
}
#mainContents #content #tech .inner .techContent .text {
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 16px;
}

#mainContents #content #tech .inner .techContent .text .place{
  font-size: 14px;
	color:#26d0ce;
}

#mainContents #content #tech .inner .techContent .text .place a{
  font-size: 14px;
	color:#26d0ce;
}

#mainContents #content #tech .inner .techContent .text p.company{
  font-size: 14px;
  margin-top: 0;
}
#mainContents #content #tech .inner .techContent .text p.btn a{
  display: block;
  border: 2px solid #26d0ce;
  margin: 1.5em 0 0;
  padding: 5px 3em 5px 1em;
  font-size: 16px;
  background: url(../img/common/icon_arrow_r_g2.png) no-repeat right center;
  background-position:right 20px center;
  width: 160px;
  text-align: center;
}
#mainContents #content #tech .inner .techContent .text p.btn a:hover{
  text-decoration: none;
}

.cp_ipselect {
overflow: hidden;
width: 60%;
margin: 0 auto 100px;
text-align: center;
}
.cp_ipselect.fl {
  float: left;
}
.cp_ipselect.fr {
  float: right;
}

.cp_ipselect select {
width: 100%;
padding-right: 1em;
cursor: pointer;
text-indent: 0.01px;
text-overflow: ellipsis;
border: none;
outline: none;
background-color: #333;
background-image: none;
box-shadow: none;
-webkit-appearance: none;
appearance: none;
}
.cp_ipselect select::-ms-expand {
display: none;
}
.cp_ipselect.cp_sl01 {
position: relative;
border: 1px solid #fff;
background: none;
}
.cp_ipselect.cp_sl01::before {
position: absolute;
top: 1.2em;
right: 0.9em;
width: 0;
height: 0;
padding: 0;
content: '';
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-top: 6px solid #fff;
pointer-events: none;
}
.cp_ipselect.cp_sl01 select {
padding: 8px 38px 8px 18px;
color: #fff;
font-size: 16px;
font-weight: bold;
}
.inline_content {
  text-align: center;
  max-width: 680px;
  margin: 0 auto;
}
.inline_content .pic {
  width: 100%;
  height: auto;
}
.inline_content .pic img {
 width: 100%;
 height: auto;
}
.inline_content .text {
  width: 70%;
  padding: 0 15%;
  text-align: left;
}
.inline_content .text .txt{
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 20px;
  margin-top: 20px;
  margin-bottom: 25px;
  border-bottom: 2px solid #fff;
}
.inline_content .text p.btn a{
  display: block;
  border: 2px solid #26d0ce;
  margin: 1.5em 0 0;
  padding: 5px 3em 5px 1em;
  font-size: 16px;
  background: url(../img/common/icon_arrow_r_g2.png) no-repeat right center;
  background-position:right 20px center;
  width: 160px;
  text-align: center;
}
.inline_content .text p.btn a:hover{
  text-decoration: none;
}
#cboxClose {
  width: 40px;
  height: 50px;
  background: url(../img/common/btn_boxClose.png) no-repeat left top;
}
#cboxClose:hover {
  background-position: left top;
  opacity: 0.8;
}

p.more {
  width: 25%;
  font-size: 42px;
  font-weight: bold;
	margin:0 auto;
  padding-top: 20px;
  color: #2acfcd;
  text-align: center;
}


@media screen and (max-width: 769px) {
  #mainContents #content #contentsHeader {
    margin-bottom: 60px;
  }
  #mainContents #content #contentsHeader h2 {
    text-align: center;
    font-size: 30px;
    line-height: 1em;
    color: #26d0ce;
  }
  #mainContents #content #contentsHeader h2 span {
    font-size: 14px;
    display: block;
    line-height: 1em;
    margin: 10px 0 50px;
    color: #fff;
  }
  .cp_ipselect {
    margin-bottom: 50px;
  }
  #mainContents #content #tech .inner {
    margin-bottom: 70px;
  }
  #mainContents #content #tech .inner .techContent h3 {
    font-size: 22px;
    margin-bottom: 20px;
    text-align: left;
  }
  #mainContents #content #tech .inner .techContent {
    width: 100%;
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 2px solid #fff;  
  }
  
  #mainContents #content #tech .inner .techContent p.pic {
    float: none;
    width: 100%;
    padding: 0;
    margin: 0 0 20px;
  }
  #mainContents #content #tech .inner .techContent .text {
    float: none;
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 14px;
  }
  #mainContents #content #tech .inner .techContent .text p.btn a{
    position: static;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }

	p.more {
    width: 100%;
    font-size: 24px;
    padding-top: 60px;
    text-align: center;
	  color: #2acfcd;
	}
}