.cp-text-col2 .cp-text-l {
 float:left;
 width: 48%;
}
.cp-text-col2 .cp-text-r {
 float:right;
 width: 48%;
}
.cp-text-col3 .cp-text-l {
 float:left;
 width: 30%;
 margin-right: 20px;
}
.cp-text-col3 .cp-text-r {
 float:right;
 width: 30%;
}
.cp-text-col4 .cp-text-l {
 float:left;
 width: 22%;
}
.cp-text-col4 .cp-text-r {
 float:right;
 width: 22%;
}
.cp-img-r {
 float:right;
}
.cp-img-c {
 text-align:center
}
.cp-img-c img {
 margin: 0 auto;
}

.cp-ti .cp-text {
 float:left;
 width: 48%;
}
.cp-ti .cp-img {
 float:right;
 width: 48%;
}
.cp-it .cp-img {
 float:left;
 width: 48%;
}
.cp-it .cp-text {
 float:right;
 width: 48%;
}
.cp-img-col2 .cp-col-01 {
 float:left;
 width: 48%;
}
.cp-img-col2 .cp-col-02 {
 float:right;
 width: 48%;
}
.cp-img-col3 .cp-col-01 {
 float:left;
 width: 30%;
}
.cp-img-col3 .cp-col-02 {
 float:left;
 width: 30%;
}
.cp-img-col3 .cp-col-03 {
 float:right;
 width: 30%;
}
.cp-img-col4 .cp-col-01 {
 float:left;
 width: 22%;
}
.cp-img-col4 .cp-col-02 {
 float:left;
 width: 22%;
}
.cp-img-col4 .cp-col-03 {
 float:left;
 width: 22%;
}
.cp-img-col4 .cp-col-04 {
 float:right;
 width: 22%;
}
.cp-wp {
 background:#FAFAFA;
 border:1px solid #CCC;
 padding:20px;
}
.cp-text-col2 .cp-text-l {
 float:left;
 width: 48%;
}
.cp-text-col2 .cp-text-r {
 float:right;
 width: 48%;
}
.cp-text-col3 .cp-text-l {
 float:left;
 width: 30%;
 margin-right: 20px;
}
.cp-text-col3 .cp-text-r {
 float:right;
 width: 30%;
}
.cp-text-col4 .cp-text-l {
 float:left;
 width: 22%;
}
.cp-text-col4 .cp-text-r {
 float:right;
 width: 22%;
}
.cp-img-c {
 text-align:center
}
.cp-img-c img {
 margin: 0 auto;
}
.cp-wp {
 background:#FAFAFA;
 border:1px solid #CCC;
 padding:20px;
}
.cp-ti .cp-text {
 float:left;
 width: 48%;
}
.cp-ti .cp-img {
 float:right;
 width: 48%;
}
.cp-wp {
 background:#FAFAFA;
 border:1px solid #CCC;
 padding:20px;
}
.cp-it .cp-img {
 float:left;
 width: 48%;
}
.cp-it .cp-text {
 float:right;
 width: 48%;
}

.cp-wp {
 background:#FAFAFA;
 border:1px solid #CCC;
 padding:20px;
}
.cp-space-L {
 height:45px;
 clear: both;
}
.cp-space-M {
 height:30px;
 clear: both;
}
.cp-space-S {
 height:15px;
 clear: both;
}
.cp-solid {
 border-top:1px solid #ccc;
}
.cp-solid hr{
 display:none;
}
.cp-dotted {
 border-top:1px dotted #ccc;
}
.cp-dotted hr{
 display:none;
}
.service-bt-area {
  max-width:1060px;
  margin:0 auto;
}

.service-bt {
  width: 46%;
  float: left;
}

.service-bt a:hover {
  text-decoration: underline;
}

.bt-img {
  margin-bottom: 25px;
}

.service-bt:nth-child(2n) {
  float: right;
}

.bt-text {
  text-align: center;
  margin-bottom: 50px;
}

.bt-text-title {
  font-size: 18px;
  font-weight: bold;
}

.bt-text-title::after {
  content: "";
  display: block;
  margin: 20px auto;
  border-bottom: 1px solid #333;
  width: 36px;
}

/*----------------------------------
タブレット
----------------------------------*/
@media screen and (max-width: 992px) {
}

/*----------------------------------
スマホ
----------------------------------*/
@media screen and (max-width:768px) {
.service-bt {
  float: none;
  width: 100%;
}

.service-bt.right-bt {
  float: none;
}

.bt-img {
  text-align: center;
}

}

/*----------------------------------
CMS編集画面
----------------------------------*/
.visible .service-bt {
  width: 100%;
  float: none;
}
.service-bt .bt-img:empty {
  display:none;
}
/*リンクボタン*/
.link-wrap-ver2.inner {
  /*margin-top: 60px;*/
}

.link-wrap-ver2 ul li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  float: left;
  display:table;
}

.cp-all .link-wrap-ver2 ul,
.cp-all .link-wrap-ver2 ul li {
  width: 100%;
}

.cp-all .link-wrap-ver2 ul li:before {
   content: none;
}

.link-wrap-ver2 ul li a{
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  padding: 15px 12px;
  text-align:center;
  background-color: #ffffff;
  position: relative;
  line-height: 1.4;
  color:#333;
  border:solid 1px #333;
  text-decoration: none;
}

.link-wrap-ver2 ul li a:hover{
  color:#333;
  text-decoration:underline;
}

.link-wrap-ver2.center ul li {
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.link-wrap-ver2.right ul li {
  margin-right: 0;
  margin-left: 0;
  float: right;
}

.link-wrap-ver2 ul li:nth-child(3n) {
  margin-right: 0;
}

.link-wrap-ver2 ul li a.has-icon.is-target:after {

}

.link-wrap-ver2 ul li a.is-pdf.has-icon.is-target:after {

}

.link-wrap-ver2.anchor ul li a:after {
 
}
@media screen and (max-width:960px) { 
 .link-wrap-ver2 ul li {
   width: 100%;
 }
 .link-wrap-ver2 ul li a {
   float: none;
   width: 100%;
 }
}
.text-serif {
  font-family: a-otf-ryumin-pr6n, serif;
}
.bg-beige{
  background:#F7F7F7;
  padding: 60px 0;
}
.simple-table.cp-all table {
  border-right:0;
  border-bottom:0;
}

.simple-table.cp-all td,
.simple-table.cp-all th {
  border: 0px none;
}

.simple-table.cp-all td {
  border:0px none;
  line-height: 200%;
  padding: 8px 5px;
}

.simple-table.cp-all td{
  /*border-top:1px solid #666;*/
  border-bottom:1px solid #666;
}

@media screen and (max-width:970px) {
  .simple-table{
    width: 100%;
    overflow-x: scroll;
    position: relative;
  }
  .simple-table:before{
     content: '※スクロールしてご覧いただけます。';
     font-size: 14px;
     width: 100%;
     margin-bottom: 5px;
     display: block;
  }
  .simple-table.cp-all table{
    width: 1060px !important;
  }
}
.single .service-bt {
  float:none;
  margin:0 auto;
}
.page-title {
  
}
