@charset "utf-8";
/* CSS Document */
/*	リセットCSS	*/
*, *::before, *::after {
  box-sizing: border-box;
}
/* Vertical rhythm */
/* ============================================ */
p, table, blockquote, address, pre, iframe, form, figure, dl, section {
  margin: 0;
}
/* Headings */
/* ============================================ */
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
/* Lists (enumeration) */
/* ============================================ */
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Text-level semantics */
/* ============================================ */
/**
* Remove the gray background on active links in IE 10.
*/
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
/* Replaced content */
/* ============================================ */
/**
* Prevent vertical alignment issues.
*/
svg, img, embed, object, iframe {
  vertical-align: bottom;
}
/*	//リセットCSS	*/
/*SP*/
.sp {
  display: block;
}
.pc {
  display: none;
}
.container {
  font-size: 13px;
  line-height: 1.7;
  color: #222;
}
.container img {
  width: 100%;
  height: auto;
}
.kvArea {
  margin-bottom: 35px;
}
.lead {
    margin-bottom: 45px;
    /* font-family: serif; */
    /* text-align: center; */
    /* color: #222; */
/*    padding: 0 4px;*/
    font-size: 14px;
}
.title_t {
    font-size: 15px;
    margin: 0 0 10px;
    text-align: center;
    line-height: 1.5;
    font-weight: 600;
}

.cts_wrap {
  padding: 0 6px;
}
.sec_lead {}
.announce {
  margin: 0 auto 55px;
}
.item {
  /* margin: 4px auto -40px; */
  padding: 0 6%;
  text-align: left;
  display: block;
}
.item .text {
  text-align: left;
  display: inline-block;
  /* font-size: 10px; */ /*アイテムテキストのフォントサイズ*/
  line-height: 2; /*アイテムテキストの行間*/
}
.item p li {
  list-style: none;
}
.view_more {
  /* margin: 0 auto 80px; */ /*ボタンの余白幅*/
}
.view_more .view_more_btn {
  font-size: 13px;
  font-weight: 600;
  display: block;
  position: relative;
  width: 265px;
  padding: 1.2em;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  color: #ffffff; /*ボタンのフォントカラー*/
  background-color: #42b4e3; /*ボタンの背景カラー*/
  border: solid;
  border-width: 1px; /*ボタンの枠線太さ*/
  /* border-color: #42b4e3; */ /*ボタンの枠線カラー*/
  border-radius: 3px;
  line-height: 1.6;
}
.view_more .view_more_btn:hover {
  opacity: 0.8;
  cursor: pointer;
  text-decoration: none;
}
.cmn-credit li {
  text-align: center;
  margin-bottom: 3px;
}
li.creditbox {
  font-size: 11px;
  line-height: 1.7;
}
.creditbox a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.cmn-credit li a {
  /* color: #000; */
}
.creditbox_creditlist_spec {
  max-width: calc(100% - 80px);
  letter-spacing: .08em;
  line-height: 1.3;
  font-size: 12px; /* color: #555; */
}
.creditbox_creditlist_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 45px;
  height: 18px;
  font-size: 9rem;
  color: #fff;
  letter-spacing: .05em;
  line-height: 1;
  background-color: #000000;
  padding-right: x; /* margin-right: 15px; */
}
.creditbox_creditlist_bd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 8px;
  height: 1px;
  background-color: #E2E2E2;
}
li.model-spec {
  text-align: center;
  margin-bottom: 8px;
  font-size: 11rem;
}
.cp_wrapper {
  margin-bottom: 60px;
}
/* fadeIn */
.fadeIn_up {
  transition: all ease .8s;
  transform: translateY(20px);
  opacity: 0;
  position: relative;
}
.fadeIn_up.is-show {
  transform: translateY(0);
  opacity: 1;
  transition-delay: .5s; /* フェード開始を0.5秒遅らせる */
}
/* fadeIn */
.block1 {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  justify-content: space-between;
  /* justify-content: space-around; */
  /* justify-content: center; */
  /* justify-content: space-evenly; */
  margin: 0 auto 30px;
  width: 100%;
}
.itemlist {
  width: 48%;
  text-align: center;
  /* margin-bottom: 45px; */
}
.cmn-credit {
  max-width: 500px;
  margin: 0 auto 40px;
}
.itemlist ul {
  margin: 5px 0 10px;
}
.itemlist ul:nth-last-child(-n+2) {
  /* margin-bottom: 0; */
}
.cmn-credit li:last-child {
  margin-bottom: 0;
}
.cmn-credit li {
  text-align: center; 
}
.cmn-btn1 {
  /* margin: 30px 0; */
  text-align: center;
  margin-top: 10px;
}
.cmn-btn1 a {
  display: -webkit-inline-box;
  display: inline-flex;
  height: 0.8cm;
  /* padding: 0 60px; */
  letter-spacing: .1em;
  color: #fff;
  /* border: 2px solid #000000; */
  background: #000000;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  width: 75%;
  font-size: 11px;
}
.cmn-btn1 a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  margin-top: -3px;
}
.cmn-btn2 {
  /* margin: 30px 0; */
  text-align: center;
  margin-top: 12px; 
}
.cmn-btn2 a {
  display: -webkit-inline-box;
  display: inline-flex;
  height: 1cm;
  /* padding: 0 60px; */
  letter-spacing: .1em;
  border: 1px solid #000000;
  background: #ffffff;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  width: 48%;
  display: -webkit-inline-box;
  display: inline-flex;
  height: 0.8cm;
  padding: 0 20px;
  letter-spacing: .1em;
  color: #fff;
  border: 2px solid #000000;
  background: #000000;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  /* width: 80%; */
  font-size: 1.2rem;
}
.cmn-btn2 a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  margin-top: -4px;
}
.view_more_btn {
  /* margin: 30px 0; */
  text-align: center;
  margin-bottom: 25px;
}
.view_more_btn a {
  display: -webkit-inline-box;
  display: inline-flex;
  height: 1.2cm;
  /* padding: 0 60px; */
  /* letter-spacing: .1em; */
  color: #fff;
  border: 2px solid #222;
  background: #222;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  width: 75%;
  font-size: 13px;
}
.view_more_btn a::after {
  /* content: ""; */
  position: absolute;
  top: 50%;
  right: 16px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  margin-top: -4px;
}
.view_more_btn a:hover {
  color: #222;
  background: #fff;
  border: 2px solid #222;
  text-decoration: none;
}
.width-r {
  width: 50%;
  /* max-width: 620px; */
  margin: 0 auto;
}
h3.txt-tite {
  text-align: center;
  margin: 0 0 18px;
  font-size: 17px;
  font-weight: normal;
}
/*メニュー*/
.cmn-recommend-owner-list {
  margin: 0 auto 70px;
}
.cmn-recommend-owner-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* justify-content: space-around; */
  width: 100%;
  margin: auto; /* padding-right: 10px; */
}
.cmn-recommend-owner-list ul li {
  width: 32.5%;
}
.sec_main {
  /* padding: 0px 4.5%; */
}
.point-lead {
  padding: 4% 5%;
  position: relative;
  margin: 23px auto 30px;
  font-size: 13px;
}
.point-lead:before {
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  border-top: 1px solid #7c7c7c;
  border-left: 1px solid #7c7c7c;
}
.point-lead:after {
  position: absolute;
  bottom: 0px;
  right: 0px;
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  border-bottom: 1px solid #4c4c4c;
  border-right: 1px solid #4c4c4c;
}
.staff_area {
  text-align: center;
  line-height: 1.4;
  margin-bottom: 25px;
}
.staff_name {
  font-weight: bold
}
.ss_link {
  text-decoration: underline
}
.cate-ttl {
  font-size: 16px;
  /* margin-top: 70px; */
  margin-bottom: 15px;
  line-height: 1.5;
  letter-spacing: 3;
  text-align: left;
  position: relative;
  padding-left: 20px;
  font-weight: 600;
}
.cate-ttl:before {
  content: "";
  background-color: #308343;
  width: 10px;
  height: 100%;
  left: 0;
  position: absolute;
}
.cate-area {
  margin-bottom: 11px;
  /* padding: 0 4px; */
}
.cate-item {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 2px;
  line-height: 1.5;
}
.cate-desciption {
  padding-left: 1em;
  text-indent: -1em;
	line-height: 1.6;
	margin-bottom: 2px;
}
.cate-case-area {
  margin-bottom: 10px
}
.cate-case {
  font-weight: 600;
  margin-bottom: 1px;
}
.cate-area .t_link {
  text-decoration: underline;
}
/*注意事項*/
.cp_detail_wrapper {
    border-top: 1px solid #e5e5e5;
    padding-top: 45px;
}
div.text_cp {
  /*margin: 90px 0 3px;*/
}
div.text_cp p.cp_title {
    font-size: 14px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 600;
}
.attn {
  margin: 0 auto 25px;
  text-align: left;
  padding: 0 0 25px;
  border-width: 60%;
  width: 95%;
}
.attn_list {
  list-style: none;
  font-size: 12px;
  margin-bottom: 2px;
}
.attn_list li {
  color: #555;
  font-size: 12px;
  line-height: 1.7;
}
.make_method {
    background-color: #f7f7f7;
    padding: 12px 15px;
	margin-bottom: 15px;
}
.make_method_about{
	font-weight:600;
}
#present_01,#present_02,#present_03,#present_04,#present_05{
	padding-top: 25px; /* 調整したい高さ（固定ヘッダーの高さ） */
    margin-top: -25px; /* heightと同じ分のネガティブマージン */
	
}
/*ここからPCのCSS*/
@media screen and (min-width:768px) {
  /*ここからPCのCSS*/
	

	
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
	
		.kvArea {
    margin-bottom: 55px;
}
	
	
	.container {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 120px;
}
	.cts_wrap {
        max-width: 800px;
        width: 100%;
        margin: 0 auto 110px;
        padding: 0;
    }
  .ctsWrap {
    /* line-height: 1.8; */
    font-size: 16px;
    max-width: 800px !important;
    margin: 40px auto 110px;

  }
	.lead {
    margin: 0 auto 75px;
    /* width: 945px; */
    font-size: 17px;
    text-align: center;
}
	.title_t {
        font-size: 22px;
        /* margin: 0 0 30px; */
        text-align: center;
        line-height: 1.5;
        font-weight: 600;
    }
	
  /* padding: 0; */
  .cmn-recommend-owner-list {
    margin: 0 auto 100px;
  }
  .sec_main {
    margin-bottom: 80px;
  }
  .sec_lead {
    width: 100%;
    margin: 35px auto 30px;
  }
	
	.cp_wrapper {
    margin-bottom: 60px;
}
	
	
  .announce {
    margin: 0 auto 70px;
  }
  .text_ttl {
    margin: 30px auto 5px;
    padding: 0 80px;
    font-size: 16px; /*テキストタイトルのフォントサイズ*/
    line-height: 2.2em; /*テキストタイトルの行間*/
    text-align: center;
  }
  .text_sp {
    font-size: 16px; 
    padding: 0;
  }
  .text_point {
    text-align: center;
    display: block;
  }
  .text_point p {
    text-align: center;
    display: inline-block;
    font-size: 18px; /*テキストタイトルのフォントサイズ*/
    line-height: 1.5em; /*テキストタイトルの行間*/
    font-weight: 600;
    letter-spacing: 0.1em
  }
  .text_point2 {
    text-align: center;
    display: block;
  }
  .text_point2 p {
    text-align: center;
    display: inline-block;
    font-size: 30px; /*テキストタイトルのフォントサイズ*/
    line-height: 1.5em; /*テキストタイトルの行間*/
    font-weight: 600;
    letter-spacing: 0.1em
  }
  .text_point3 {
    text-align: center;
    display: block;
  }
  .text_point3 p {
    text-align: center;
    display: inline-block;
    font-size: 20px; /*テキストタイトルのフォントサイズ*/
    line-height: 1.5em; /*テキストタイトルの行間*/
    font-weight: 600;
    letter-spacing: 0.1em
  }
  .item {
    padding-left: 120px;
    text-align: left;
    display: block;
  }
  .item .text {
    margin-bottom: 50px;
    text-align: left;
    display: inline-block;
    font-size: 12px; /*アイテムテキストのフォントサイズ*/
    line-height: 2; /*アイテムテキストの行間*/
  }
  .item p li {
    list-style: none;
  }
  .sec_lead ul li:last-child {
    /* padding-right: 0; */
    /* margin-right: 0; */
  }
  .sec_lead ul li:last-child::after {
    /* content: none; */
  }
  .sec_lead ul li a {
    /* font-weight: 500; */
    /* letter-spacing: 0.1em; */
    line-height: 1;
  }
  .view_more {
    /* margin: 50px auto 150px; */
  }
  .view_more .view_more_btn {
    display: block;
    position: relative;
    width: 390px;
    /* padding: 1em 2em; */
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    background-color: #42b4e3;
    font-size: 15px;
    line-height: 1.7;
  }
  .view_more_all .view_more_btn_all:hover {
    opacity: 0.8;
    cursor: pointer;
    text-decoration: none;
  }
  .view_more_all {
    margin: 100px auto 150px;
  }
  .view_more_all .view_more_btn_all {
    display: block;
    position: relative;
    width: 460px;
    padding: 1.5em 2em;
    margin: 30px auto 50px;
    text-align: center;
    text-decoration: none;
    color: #ffffff; /*ボタンのフォントカラー*/
    background-color: #464646; /*ボタンの背景カラー*/
    border: solid;
    border-width: 1px; /*ボタンの枠線太さ*/
    border-color: #464646; /*ボタンの枠線カラー*/
  }
  .view_more_all .view_more_btn_all:hover {
    opacity: 0.8;
    cursor: pointer;
    text-decoration: none;
  }
  .cmn-credit {
    max-width: 300px;
    margin: 0 auto 39px;
    /* padding: 0px 15%; */
  }
  .cmn-credit li {
    /* text-align: center; */
    margin-bottom: 8px;
    font-size: 14px; /* font-style: italic; */
  }
  .creditbox a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
  }
  .cmn-credit li a {
  }
  .creditbox_creditlist_spec {
    max-width: calc(100% - 80px);
    letter-spacing: .08em;
    line-height: 1.3;
    font-size: 12px; 
  }
  .creditbox_creditlist_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 60px;
    height: 26px;
    font-size: 13px;
    color: #fff;
    letter-spacing: .038em;
    line-height: 2.7;
    background-color: #000000;
    padding-right: x;
    /* margin-right: 15px; */
  }
  .creditbox_creditlist_bd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 8px;
    height: 1px;
    background-color: #E2E2E2;
  }
  li.model-spec {
    text-align: center;
    margin-bottom: 20px;
    font-size: 14px;
  }
  .block1 {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    justify-content: space-between;
    /* justify-content: space-around; */
    /* justify-content: center; */
    /* justify-content: space-evenly; */
    margin: 0 auto 40px;
    width: 100%;
  }
  .itemlist {
    width: 48%;
    text-align: center;
    /* margin-bottom: 45px; */
  }
  .cmn-credit {
    /* max-width: 500px; */
    margin: 0 auto 45px;
    /* padding: 0px 10px; */
    /* width: 68%; */
  }
  .itemlist ul {
    margin: 10px 0 15px;
  }
  .itemlist ul:nth-last-child(-n+2) {
    /* margin-bottom: 0; */
  }
  .cmn-credit li:last-child {
    margin-bottom: 0;
  }
  .cmn-credit li {
    text-align: center;
  }
  .cmn-btn1 {
    margin-top: 10px; 
  }
  .cmn-btn1 a {
    display: -webkit-inline-box;
    display: inline-flex;
    height: 1cm;
    /* padding: 0 60px; */
    letter-spacing: .1em;
    color: #fff;
    /* border: 2px solid #000000; */
    background: #000000;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    width: 80%;
    font-size: 13px;
  }
  .cmn-btn1 a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cmn-btn2 {
    /* margin: 30px 0; */
    text-align: center;
    margin-top: 12px;
  }
  .cmn-btn2 a {
    display: -webkit-inline-box;
    display: inline-flex;
    height: 1cm;
    /* padding: 0 60px; */
    letter-spacing: .1em;
    color: #000;
    border: 1px solid #000000;
    background: #ffffff;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    width: 48%;
    font-size: 13px;
    display: -webkit-inline-box;
    display: inline-flex;
    height: 1cm;
    padding: 0 20px;
    letter-spacing: .1em;
    color: #fff;
    border: 2px solid #000000;
    background: #000000;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
  }
  .cmn-btn2 a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .view_more_btn {
    /* margin: 30px 0; */
    text-align: center;
    margin-top: 10px; 
  }
  .view_more_btn a {
    display: -webkit-inline-box;
    display: inline-flex;
    height: 1.6cm;
    /* padding: 0 60px; */
    letter-spacing: 0;
    color: #fff;
    /* border: 2px solid #000000; */
    background: #222;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    width: 45%;
    font-size: 14px;
  }
  .view_more_btn a::after {
    /* content: ""; */
    position: absolute;
    top: 50%;
    right: 16px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    margin-top: -3px;
  }
  .width-r {
    width: 48%;
    /* max-width: 620px; */
    margin: 0 auto;
  }
  h3.txt-tite {
    /* text-align: center; */
    margin: 0 0 21px;
  }
  .point-lead {
    padding: 4% 5%;
    position: relative;
    margin: 0 auto 40px;
  }
  .point-lead:before {
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    border-top: 1px solid #7c7c7c;
    border-left: 1px solid #7c7c7c;
  }
  .point-lead:after {
    position: absolute;
    bottom: 0px;
    right: 0px;
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    border-bottom: 1px solid #777;
    border-right: 1px solid #777;
  }
  .staff_area {
    text-align: center;
    line-height: 1.4;
    margin-bottom: 30px;
  }
  .staff_name {
    font-weight: bold
  }
  .ss_link {
    text-decoration: underline
  }
  .cate-ttl {
    font-size: 20px;
    margin-bottom: 15px;
    letter-spacing: 3;
    text-align: left;
    position: relative;
    padding-left: 20px;
    font-weight: 600;
  }
  .cate-ttl:before {
    content: "";
    width: 10px;
    height: 100%;
    left: 0;
    position: absolute;
  }
  .cate-area {
    margin-bottom: 15px;
  }
  .cate-item {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 5px;
  }
  .cate-desciption {
    padding-left: 1em;
    text-indent: -1em;
	margin-bottom: 5px;
  }
  .cate-case-area {
    margin-bottom: 10px
  }
  .cate-case {
    font-weight: 600;
    margin-bottom: 3px;
  }
  .cate-area .t_link {
  }
  /*注意事項*/
	.cp_detail_wrapper {
    border-top: 1px solid #e5e5e5;
    padding-top: 100px;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}
	
  
  div.text_cp p.cp_title {
        font-size: 18px;
        text-align: center;
        margin-bottom: 50px;
  }
  .attn {
    margin: 0 auto 50px;
    line-height: 1.6;
  }
  .attn_list {
    list-style: none;
    font-size: 14px;
    margin-bottom: 5px;
  }
  .attn_list li {
    font-size: 13px;
  }
  .attn_list li a {
    font-size: 13px;
  }
	
	.make_method {
    background-color: #f7f7f7;
    padding: 20px 25px;
    margin-bottom: 15px;
}
.make_method_about{
	font-weight:600;
}
	
	
	#present_01,#present_02,#present_03,#present_04,#present_05{
	padding-top: 100px; /* 調整したい高さ（固定ヘッダーの高さ） */
    margin-top: -100px; /* heightと同じ分のネガティブマージン */
	
}
	
}