@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;
}
.container img {
  width: 100%;
  height: auto;
}
.kvArea {
  margin-bottom: 35px;
}

.cts_wrap {
  padding: 0 6px;
}

/*	*/
.title {
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    margin: 35px 0 15px;
    line-height: 1.7;
}


.lead_p {
    margin-bottom: 40px;
    line-height: 1.8;
    font-weight: 500;
    padding: 0 6px;
    font-size: 13px;
    text-align: center;
}
.txtWrap{
/* text-align: center; */
margin-top: 15px;
width: 43%;
margin: 15px auto 0;
}
/*矢印*/
.moreLinkText {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
  font-size: 22px;
  text-align: center;
  margin-bottom: 13px;
}
/*ホバーしたときに下線矢印も同時に色を変える*/
.moreLinkText:hover .lineArrow  {
    border-bottom: 1px solid #cf4865;
    border-right: 1px solid #cf4865;
}
.moreLinkText:hover {
    color: #cf4865;
}
.lineArrow {
  /* width: 45%; */
  height: 10px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
   /*傾きを調節*/
  transform: skew(45deg);
  /*下線矢印をテキストに合わせてうまい具合にはめる*/
  margin: -10px 0 0 -25px;
  margin: 0px 0 0px -3px;
}

/*//矢印*/
.item-info{
	/* width: 43%; */
	margin: 0 auto;
}


.item-info li{
	font-size: 15px;
	margin-bottom: 3px;
}


 .view_more {
margin-top: 45px;
}

.view_more a {
    display: block;
    position: relative;
    width: 80%;
    padding: 15px 0 16px;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    background-color: #222;
    border: solid;
    border-width: 2px;
    border-color: #222;
    /* border-radius: 3px; */
    box-sizing: border-box;
}
.view_more2 a {
    display: block;
    position: relative;
    width: 92%;
    padding: 18px 0 18px;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    color: #222;
    background-color: #fff;
    border: solid;
    border-width: 2px;
    border-color: #222;
    /* border-radius: 3px; */
    box-sizing: border-box;
}





/*ここからPCのCSS*/
@media screen and (min-width:768px) {
  /*ここからPCのCSS*/
	

	
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
	
.kvArea {
    margin-bottom: 55px;
}
	
	
	.container {
    font-size: 16px;
    line-height: 1.7;
		margin-bottom: 120px;
		color: #222;
}
	.cts_wrap {
/*        max-width: 800px;*/
        width: 100%;
        margin: 0 auto 110px;
        padding: 0;
    }
	
.title {
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    margin: 60px 0 15px;
    line-height: 1.7;
}


.lead_p {
    margin-bottom: 75px;
    line-height: 1.8;
    font-weight: 500;
    padding: 0 6px;
    font-size: 15px;
    text-align: center;
}
.txtWrap{
	/* text-align: center; */
	margin-top: 15px;
	width: 38%;
	margin: 15px auto 0;
	}
	
/*矢印*/
.moreLinkText {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
  font-size: 27px;
  /* font-weight: 6; */
  text-align: start;
  margin-bottom: 20px;
  /* padding-left: 6px; */
}
/*ホバーしたときに下線矢印も同時に色を変える*/
.moreLinkText:hover .lineArrow  {
    border-bottom: 2px solid #cf4865;
    border-right: 3px solid #cf4865;
}
.moreLinkText:hover {
    color: #cf4865;
}
.lineArrow {
  /* width: 45%; */
  height: 10px;
  border-bottom: 2px solid #222;
  border-right: 3px solid #222;
   /*傾きを調節*/
  transform: skew(45deg);
  /*下線矢印をテキストに合わせてうまい具合にはめる*/
  margin: -2px 0px 0 -3px;
  /* margin: 0px auto; */
}

/*//矢印*/
.item-info{
	/* width: 43%; */
	margin: 0 auto;
}


.item-info li{
	font-size: 17px;
	margin-bottom: 8px;
}
	
	
	
.view_more {
	margin: 65px 0 110px;
	}
	
	
/*	*/

	.txtWrap {
    margin-bottom: 45px;
}
	
	
.view_more a {
    display: block;
    position: relative;
    width: 50%;
    padding: 19px 0 18px;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    background-color: #222;
    border: solid;
    border-width: 2px;
    border-color: #222;
    /* border-radius: 3px; */
    box-sizing: border-box;
	
}
	.view_more2 a {
    display: block;
    position: relative;
    width: 46%;
    padding: 19px 0 18px;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    color: #222;
    background-color: #fff;
    border: solid;
    border-width: 2px;
    border-color: #222;
    /* border-radius: 3px; */
    box-sizing: border-box;
}

	
}