@charset "utf-8";
/*‐‐‐‐‐‐‐‐‐--‐----- 全体 --------------------------*/
*{
  margin: 0px;
  padding: 0px;
  height: auto;
  box-sizing: border-box;
}
body{
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.75;
  font-family:  "メイリオ", "Meiryo","游ゴシック体", "Yu Gothic","YuGo", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "sans-serif";
}
main,header,footer{
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  text-align: center;
}
.container {
  max-width: 1920px;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  margin: 0 auto;
}
main{
  display: block;
  width: 80%;
}
.center{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
img{
  vertical-align: bottom;
  width: 100%;
}
li{
  display: inline-block;
}
a{
  text-decoration: none;
  color: black;
}
a:hover{
  opacity: 0.7;
}
.sp{
  display: none;
}
h2{
  line-height: 1.4;
  font-size: 40px;
}
/*‐‐‐‐‐‐‐‐------ 全体...end -------------------------*/

/* ---------------- header ------------------------ */
header{
  background-color: snow;
  /* background-color: white; */
  padding: 8px 0;
  border-bottom: 4px solid #ccc;
  position: fixed;
  left: 50%;
  -webkit-transform : translateX(-50%);
  transform : translateX(-50%);
  z-index: 999;
}
header nav{
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}
header nav ul{
  position: relative;
}
header nav ul li{
  margin-right:40px;
}
header nav ul li:last-of-type{
  margin-right: 0;
}
header nav ul li a{
  color: #e72058;
  font-size: 12px;
  font-weight: 600;
}
header nav ul li a:hover{
  /* border-bottom: 2px solid #e72050; */
  opacity: 1;
  color: black;
  /* padding-bottom: 6px; */
}
header nav ul li:first-of-type a:hover{
  border-bottom: 0px solid #e72058;
  opacity: .7;
  padding-bottom: 0;
}
header nav ul li:first-of-type h1 img{
  width: 104px;
}
/* ------------- header...end --------------------- */

/* ------------------ fv ---------------------------*/
.fv{
  padding-top: 51px;
  /* padding-top: 99px; */
}
/* ---------------- fv...end ----------------------- */

/* ---------------- sidebar ----------------------- */
.sidebar {
  width: 20%;
  border-left: 4px solid #ccc;
}
.sidebar .sidebar__item--fixed {
  position: sticky;
  margin-bottom: 0;
  top: 56px;
  z-index: 1;
  text-align: center;
}
.sidebar .sidebar__item--fixed ul{
  border: 1px solid #e72058;
  width: 94%;
  margin: 0 auto;
  padding: 16px 0 8px 0;
}
.sidebar .sidebar__item--fixed ul:nth-of-type(2){
  margin: 6px auto 6px auto;
}
.sidebar .sidebar__item--fixed ul:nth-of-type(3){
  padding: 0;
  border: 0px solid white;
}
.sidebar .sidebar__item--fixed ul:nth-of-type(4){
  padding: 0;
  border: 0px solid white;
  margin-top: 6px;
}
.sidebar .sidebar__item--fixed ul:first-of-type li:nth-of-type(3){
  position: relative;
  bottom: 10px;
}
.sidebar .sidebar__item--fixed ul h2{
  font-size: 20px;
  color: #e72058;
  font-weight: 700;

}
.sidebar .sidebar__item--fixed ul h3{
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 6px;
  margin-bottom: 24px;
}
.sidebar .sidebar__item--fixed ul h3 span{
  border-bottom: 1px solid #e72058;
  padding-bottom: 6px;
}
.sidebar form h4{
  /* color: #bc002d; */
  color: #333;
  font-size: 12px;
}
.sidebar form h4 select{
  width:72px;
  padding: 2px 0;
  margin-bottom: 16px;
  border-radius: 3px;
  outline: none;
  margin-top: 12px;
}
.sidebar form h4:first-of-type span{
  border-bottom: 1px solid #e72058;
  padding-bottom: 6px;

}
.sidebar form h4 .bank__btn{
  background-color: #bc002d;
  width: 88%;
  padding: 12px 0;
  color: white;
  font-size: 12px;
  font-weight: bold;
  outline: none;
  border: none;
  border-radius: 2px;
}
.sidebar .sidebar__item--fixed ul:nth-of-type(3) h4 .cf__btn,.sidebar .sidebar__item--fixed ul:nth-of-type(4) h4 .cf__btn{
  display: inline-block;
  background-color: #bc002d;
  width: 100%;
    padding: 12px 0;
  color: white;
  font-size: 10px;
  border-radius: 2px;
    font-weight: bold;
    outline: none;
    border: none;
}
.sidebar form h4 .bank__btn:hover,.sidebar .sidebar__item--fixed ul:nth-of-type(3) h4 .cf__btn:hover,.sidebar .sidebar__item--fixed ul:nth-of-type(4) h4 .cf__btn:hover{
  background-color: #e72058;
  opacity: 1;
}

.sidebar .sidebar__item--fixed ul h5{
  font-size: 10px;
  font-weight: 500;
  text-align:left;
  margin-top: 12px;
  padding:0 8px;
  text-indent: -1em;
  margin-left: 1em;
}
.sidebar .sidebar__item--fixed ul h5:nth-of-type(2){
  margin-top: 4px;
}
.sidebar .sidebar__item--fixed ul h5:last-of-type{
  line-height: 1.6;
  margin-top: 4px;
}
.sidebar .sidebar__item--fixed ul h5 a{
  color: blue;
}
/* ---------------- sidebar...end ----------------------- */

/*------------ how-it-all-started -----------------------*/
.how-it-all-started{
  background-color: black;
  padding: 120px 0;
  color:white;
}

.how-it-all-started h2{
  margin-bottom: 104px;
  font-size: 36px;
}
.how-it-all-started .center p{
  font-weight: 500;
  font-size: 20px;
  line-height: 2.4;
}
/*-----------------  how-it-all-started...end ----------*/

/*------------ project -----------------------*/
.project{
  padding: 80px 0;
}
.project h2{
  margin: 0 auto;
  margin-bottom: 8px;
  width: 520px;
  background-color: #e72058;
  color: white;
  font-weight: 900;
  font-size: 56px;
  text-align: left;
  line-height: 1.2;
  padding-top: 8px;
  padding-left: 8px;
}
.project h2:nth-of-type(2){
  width: 408px;
  position: relative;
  right: 56px;
  margin-bottom: 96px;
}
.project .center ul{
  border: 5px solid #e72058;
  padding: 40px;
  position: relative;
  width: 94%;
  margin: 0 auto;
  margin-bottom: 48px;
}
.project .center ul:last-of-type{
  margin-bottom: 0px;
}
.project .center ul li:nth-of-type(1){
  width: 64px;
  position: absolute;
  top: 50%;
  -webkit-transform : translateY(-50%);
  transform : translateY(-50%);
  left: 40px;
}
.project .center ul li:nth-of-type(2){
  width: 88%;
  position: relative;
  left:40px;
}
.project .center ul li:nth-of-type(2) h3{
  color: #e72058;
  font-size: 20px;
  font-weight: 900;
  text-align: left;
}
.project .center ul li:nth-of-type(2) p{
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  margin-top: 16px;
  line-height: 1.3;
}
/*-----------------  project...end ----------*/

/*‐‐‐‐‐‐‐‐---‐‐‐‐‐‐ current-situation ----------------*/
.current-situation {
  padding: 80px 0;
  background: #E6DADA;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #274046, #E6DADA);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #274046, #E6DADA); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.current-situation h2{
  /* background-color: white; */
  color:#e00313;
  color: #33373b;
  color: white;
  margin: 40px auto 104px auto;
  font-size: 48px;
}
.current-situation .swiper-slide{
  height: auto;
}
.current-situation .swiper-slide ul{
  width: 80%;
  margin: 0 auto;
  background-color: white;
}
.current-situation .swiper-slide h3{
  background: #333;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #dd1818, #333333);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #dd1818, #333333); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: white;
  font-size: 24px;
  text-align: left;
  padding-left: 12px;
  padding-top: 6px;
  padding: 24px 12px 18px 24px;
}
.current-situation .swiper-slide h3 img{
  width: 30px;
  position: relative;
  bottom: 9px;
  margin-right: 6px;
}
.current-situation .swiper-slide p{
  color: #333;
  text-align: left;
  padding:32px;
  font-weight: 400;
  font-size: 16px;
}
.current-situation .swiper-slide p a{
  color: blue;
}
/*‐‐‐‐‐‐‐---‐-----‐‐ current-situation...end ----------*/

/*‐‐‐‐‐‐‐---‐-----‐‐ message ---------------------------*/
.message{
  padding: 80px 0;
  border-bottom: 8px solid #00c3be;
}
.message h2{
  margin-bottom: 80px;
  color: white;
  font-size: 36px;
}
.message h2 span{
  background-color: #00c3be;
  padding: 12px 64px 4px 64px;
}
.message .center p{
  font-size: 18px;
  font-weight: 500;
  line-height: 2.3;
}
.message .center h3{
  width: 720px;
  margin: 0 auto;
  margin-bottom: 80px;
}
/*‐‐‐‐‐‐‐---‐-----‐‐ message...end -------------------*/

/*‐‐‐‐‐‐‐---‐-----‐‐ step ---------------------------*/
.step{
  padding: 80px 0;
  background: #FFEFBA;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #FFEFBA, #FFFFFF);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #FFEFBA, #FFFFFF); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  border-top: 8px solid #d1b887;
}
.step h2{
  margin-bottom: 80px;
  display        : inline-block;
 color          : #ffffff;            /* 文字の色 */
 font-size      : 36pt;               /* 文字のサイズ */
 letter-spacing : 4px;                /* 文字間 */
 text-shadow    :
      2px  2px 2px #e72058,
     -2px  2px 2px #e72058,
      2px -2px 2px #e72058,
     -2px -2px 2px #e72058,
      2px  0px 2px #e72058,
      0px  2px 2px #e72058,
     -2px  0px 2px #e72058,
      0px -2px 2px #e72058;        /* 文字の影 */
}
.step .center .zu{
  width: 72%;
  margin: 0 auto;
}
.step .center ul:first-of-type{
  margin-top: 80px;

  /* padding-left: 40px; */
}
.step .center ul{
  margin: 0 auto;
  /* padding-left: 40px; */

    margin-top: 24px;
    width: 72%;
}
.step .center ul li{
  text-align: left;
  display: block;
}
.step .center ul li p{
  text-align: left;
  font-size: 16px;
  font-weight: 500;
}
.step .center ul li h3{
  text-align: left;
  font-size: 20px;
  /* color: #181818; */
}
.step .center ul li h3 span{
  color: #e72058;

}
.step .center ul ul{
  margin: 0 auto;
  margin-top: 40px!important;
  width: 100%;
}
.step .center ul ul li{
  width: 49%;
  display: inline-block;
}
.step .center ul h5{
  text-align: left;
  font-size: 18px;
  color: #333;
  margin-top: 24px;
}
/*‐‐‐‐‐‐‐---‐-----‐‐ step...end -------------------*/

/*‐‐‐‐‐‐‐---‐-----‐‐ introduction --------------------*/
.introduction{
  padding: 80px 0 24px 0;
  color: #333;
  border: 6px solid #d1b887;
  border-left: none;
  border-right: none;
}
.introduction h2{
  margin-bottom: 80px;
  font-size: 32px;
  color: #333;
}
.introduction h2 span{
  background: linear-gradient(transparent 60%, #d1b887 60%);
}
.introduction ul{
  max-width: 80%;
  margin: 0 auto;
}
.introduction h3{
  font-size: 24px;
  color: #333;
}
.introduction h4{
  margin: 32px 0;
}
.introduction h4 img{
  width: 12%;
}
.introduction p{
  font-size: 16px;
  font-weight: normal;
  text-align: left;
}
.introduction a{
  color: blue;
  font-size: 14px;
}

/*‐‐‐‐‐‐‐---‐-----‐‐ introduction...end --------------*/

/*‐‐‐‐‐‐‐---‐-----‐‐ reason --------------------*/
.reason{
  background: #0F2027;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #2C5364, #203A43, #0F2027);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #2C5364, #203A43, #0F2027); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  padding: 80px 0;
  color: white;
  border: 6px solid silver;
  border-left: none;
  border-right: none;
}
.reason h2{
  margin-bottom: 80px;
}
.reason h2 span{
  background-color: #c8a56a;
  padding: 4px 16px;
  padding-bottom: 0;
}
.reason .center p{
  font-weight: 500;
  line-height: 2.2;
}
.reason .center p:nth-of-type(2){
  margin-top: 24px;
color: #00c4cc;
}
/*‐‐‐‐‐‐‐---‐-----‐‐ reason...end --------------------*/

/*‐‐‐‐‐‐‐---‐-----‐‐ qa --------------------*/
.qa{
  padding: 80px 0;

}
.qa h2{
  margin-bottom: 96px;
  color: #e72058;
}
.qa h2 span{
  color: black;
}
.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa {
	border-top: 1px solid black;
  max-width: 1000px;
  margin: 0 auto;
}
.cp_qa .cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-bottom: 1px;
	color: #e72058;
}
.cp_qa .cp_actab input {
	position: absolute;
	opacity: 0;
}
/* 質問 */
.cp_qa .cp_actab label {
	font-weight: bold;
	line-height: 1.6;
	position: relative;
	display: block;
	margin: 0 0 0 0;
	cursor: pointer;
	border-bottom: 1px solid black;
  text-align: left;
  padding: 24px 40px;

}
.cp_qa .cp_actab label:hover {
	color: black;
}
/* 答え */
.cp_qa .cp_actab .cp_actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.5s ease;
	        transition: max-height 0.5s ease;
	color: #ffffff;
	background: #e72058;
}
.cp_qa .cp_actab .cp_actab-content p {
	margin: 1em;
  text-align: left;
  font-weight: 500;
  padding: 0px 24px;
}
/* 質問を開いた時の仕様 */
/* --アイコン */
.cp_qa .cp_actab input:checked ~ label {
	color: #e72058;
}
/* --答えの高さ */
.cp_qa .cp_actab input:checked ~ .cp_actab-content {
	max-height: 40em;
}
/* 質問をクリックした時のアイコンの動き */
.cp_qa .cp_actab label::after {
	line-height: 1.6;
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 3em;
	margin-top: -12.5px;
	-webkit-transition: all 0.5s ease;
	        transition: all 0.5s ease;
	text-align: center;
}
.cp_qa .cp_actab input[type=checkbox] + label::after {
	content: '▼';
}
.cp_qa .cp_actab input[type=checkbox]:checked + label::after {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}
.qa p a {
	color: blue;
  font-weight: bold;
}
.qa p a:hover {
	color: skyblue;
  opacity: 1;
}
/*‐‐‐‐‐‐‐---‐-----‐‐ qa...end --------------------*/

/*‐‐‐‐‐‐‐---‐-----‐‐ menu --------------------*/
.menu{
  padding-bottom: 80px;
}
.menu p img{
  height: 80px;
}
.menu h2{
  margin: 80px 0;
}
.menu h2 span{
  border-bottom: 5px solid #bc002d;
  padding-bottom: 16px;
}
.menu .center ul{
  border: 4px solid #bc002d;
  width: 720px;
  margin: 0 auto;
  padding: 24px;
}
.menu .center ul:nth-of-type(2){
    margin-top: 40px;
}
.menu .center ul li .sns-box ol li:nth-of-type(3){
  position: relative;
  bottom: 10px!important;
}
.menu .center ul li h3{
  font-size:32px;
  color: white;
  font-weight: 500;
  margin-bottom: 32px;
}
.menu .center ul li h3 span{
  background-color: #bc002d;
  padding: 4px 240px 0 216px;
}
.menu .center ul:last-of-type li h3 span{
  padding: 4px 208px 0 184px;
}
.menu .center ul li p{
  margin-bottom:40px;
  font-weight: 500;
  text-align: left;
}
.menu .center ul li p span{
  color: #c8a56a;
}
.menu form h4{
  color: #bc002d;
}
.menu form h4 select{
  width:72px;
  padding: 6px 0;
  margin-bottom: 16px;
  border-radius: 3px;
  outline: none;
  margin-top: 12px;
}
.menu form h4 .bank__btn{
  background-color: #bc002d;
  width: 64%;
  padding: 12px 0;
  color: white;
  font-size: 14px;
  font-weight: bold;
  outline: none;
  border: none;
  border-radius: 2px;
}
.menu form h4 .bank__btn:hover{
  background-color: #e72058;
}
.menu ul li h5{
text-align: left;
font-size: 10px;
font-weight: 400;
margin-top: 16px;
}
.menu ul li .last__h5{
margin-top: 0px;
}
.menu .center ul .swiper-container {
  width: 100%!important;
  max-width: 100%!important;

  margin-top: 64px;
}
.menu .center ul .swiper-container .swiper-wrapper {
  width: 100%!important;
  max-width: 100%!important;
}
.menu .center ul .swiper-container .swiper-wrapper .swiper-slide{
  width: 100%!important;
  max-width: 100%!important;
}

.menu .center ul .swiper-container .swiper-wrapper .swiper-slide ol{
  width: 100%!important;
  max-width: 100%!important;
}
.menu .center ul .swiper-container .swiper-wrapper .swiper-slide ol li{
  font-size:18px;
  margin-bottom: 16px;
  color: #333;
}
.menu .center ul .swiper-container .swiper-wrapper .swiper-slide ol img{
  width: 60%!important;
  max-width: 60%!important;
}
.menu .thankyou-letter {
  width:80%;
  margin: 0 auto;
  margin-top: 24px;
}
/*‐‐‐‐‐‐‐---‐-----‐‐ menu...end --------------------*/



/*‐‐‐‐‐‐‐----‐‐ tokyo-bokin-about --------------------*/
.tokyo-bokin-about{
  padding-bottom: 80px;
}
.tokyo-bokin-about .center{
  width: 72%;
  margin: 0 auto;
}
.tokyo-bokin-about p{
  font-weight: 500;
}
.tokyo-bokin-about p:first-of-type img{
  height: 80px;
}
.tokyo-bokin-about .center p:nth-of-type(1){
  margin: 40px 0 80px 0;
  font-weight: 500;
  font-size: 16px;
}
.tokyo-bokin-about .center p:nth-of-type(2),.tokyo-bokin-about .center p:nth-of-type(3),.tokyo-bokin-about .center p:nth-of-type(4){
  text-align: left;
}
.tokyo-bokin-about h2{
  margin: 80px 0 00px 0;
}
.tokyo-bokin-about h3{
  color: #314354;
  font-size: 24px;
  text-align: left;
}
.tokyo-bokin-about h3:nth-of-type(2){
  margin-top: 40px;
}
.tokyo-bokin-about h4{
  font-size: 20px;
  text-align: left;
}
.tokyo-bokin-about h4:nth-of-type(2){
  margin-top: 24px;
}
.tokyo-bokin-about h5{

  text-align: left;
}
.tokyo-bokin-about h5 a{

color: blue;
}
/*‐‐‐‐‐‐‐- tokyo-bokin-about...end --------------------*/

/*‐‐‐‐‐‐‐----‐‐ endrorl --------------------*/
.endrorl{
  padding: 80px;
  background: #D31027;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #EA384D, #D31027);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #EA384D, #D31027); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.endrorl h2{
  margin-bottom: 80px;
  color: white;
}
.endrorl .center p{
  font-weight: 500;
  line-height: 2.2;
  color: white;
}
.endrorl .center h3{
  width: 640px;
  margin: 48px auto;
}
/*‐‐‐‐‐‐‐- endrorl...end --------------------*/

/*‐‐‐‐‐‐‐----‐‐ contact --------------------*/
.contact{
  padding:80px 0 40px 0;

}
.contact h2{
  margin-bottom: 40px;
  color: #e72058;
}
.contact p{
  font-weight: 400;
  color: #646464;
  line-height: 1.8;
}
.contact p a{
  color: blue;
}
.contact iframe{
  width: 100%;
  height: 960px;
}
/*‐‐‐‐‐‐‐- contact...end --------------------*/

/* privacy-policy -----------------*/
.privacy-policy,.protocol{
  /* border-top: 1px solid silver; */
  margin: 40px auto 88px auto;
  padding-top: 80px;
}
.privacy-policy h2,.protocol h2{
  margin-bottom: 40px;
  font-size: 20px;
  color: #646464;
}
.privacy-policy #privacy-policy,.protocol .center{
  /* height: 240px; */
  /* -webkit-overflow-scrolling: touch; */
  /* overflow-y: scroll; */
  margin: 0 auto;
  width: 80%;
}
.privacy-policy #privacy-policy #privacy,.protocol .center p{
  background-color: white;
  border: 2px solid #f5f5f5;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  padding: 16px;
}
.privacy-policy #privacy-policy a,.protocol .center a{
  color: blue;
}
.privacy-policy #privacy-policy a,.protocol .center a{
  color: blue;
}
/* privacy-policy... ------------------------end */

/* protocol------------------------------------ */
.protocol{
  border-top: 0px solid silver;
}
.protocol p span{
  font-weight: bold;
}
/* protocol...end */

/*‐‐‐‐‐‐‐‐---‐‐‐‐‐‐ footer --------------------------*/
footer{
  padding: 24px 0 24px 0;
  font-size: 10px;
  background-color: #33373b;
}
footer .center ul li{
  margin-right: 24px;
  font-weight: 400;
}
footer .center ul .footer__li__line {
    position: top;
    position: relative;
    top: 6px;
}
footer .center ul li:last-of-type{
  margin-right:0;
}
footer .center ul .twitter{
  position: relative;
  top: 6px;
}
footer .center ul .facebook{
  position: relative;
  bottom: 0px;
}
footer .center ul li a{
  color: white;
}
footer .center p{
  margin-top: 24px;
  color: white;
  font-size: 10px;
  font-weight: 400;
}
/*‐‐‐‐‐‐‐---‐-----‐‐ footer...end ------------------*/


/*★★★★★★★★★★★★ report.html ★★★★★★★★★★★★*/
/* news */
.news{
  background-color: #fffff0;
  padding: 80px 0 80px 0;
}

.news h2{
  color:#e72058;
  margin-bottom: 80px;
}
.news .cp_h1title {
	position: relative;
	display: inline-block;
	width:80%;
	/* padding: 0 17%; */
	text-align: center;
}
.news .cp_h1title::before,
.news .cp_h1title::after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 15%;
	height: 3px;
	border-top: 3px solid #e72058;
}
.news .cp_h1title::before {
	left:0;
}
.news .cp_h1title::after {
	right: 0;
}
.news ul {
  width: 80%;
  height: 400px;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  margin: 0 auto;
  text-align: left;
  font-size: 16px;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 0 6px rgba(0,0,0,.6);
  padding: 2em;
  font-weight: 400;
}
.news ul p{
  margin-bottom: 1em;
  border-bottom: 2px dashed silver;
  padding-bottom: 1em;
  color: #333;
}
.news ul p span{
  font-size: 14px;
  color: #e72058;
}

.news a{
  color:blue;
}
/* news...end */



/*‐‐‐‐‐‐‐---‐-----‐‐ repo ------------------*/
.repo{
  padding: 120px 0;

  background-color: #fffff0;
  color: #009e68;
}
.repo h2{
  margin-bottom: 104px;
  font-size: 40px;
}
.repo .cp_h1title {
	position: relative;
	display: inline-block;
	width:80%;
	/* padding: 0 17%; */
	text-align: center;
}
.repo .cp_h1title::before,
.repo .cp_h1title::after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 15%;
	height: 3px;
	border-top: 3px solid #009e68;
}
.repo .cp_h1title::before {
	left:0;
}
.repo .cp_h1title::after {
	right: 0;
}

.repo h3{
  font-weight: normal;
  margin: 0 auto;
  margin-bottom: 80px;
  line-height: 2.2;
  font-size: 20px;
  width: 80%;

}
.repo h4{
  line-height: 2.2;
  font-size: 16px;
  color:#333;
}
/*‐‐‐‐‐‐‐---‐-----‐‐ repo...end ------------------*/



/*‐‐‐‐‐‐‐---‐-----‐‐report__message ------------------*/
.report__message{
  background-color: #fffff0;
  padding-bottom: 120px;
}
.report__message h2{
  font-size: 32px;
  color: #009e68;
  margin-bottom: 80px;
}
.report__message p img{
  width: 56%;
}
/*‐‐‐‐‐‐‐---‐-----‐‐report__message...end ------------------*/
/*★★★★★★★★★★★★ report.html...end ★★★★★★★★★★★★*/

/* items */
.items{
  padding:0 0 80px 0;
  background-color: #fcf2f2;
}
.items h2{
  background-color: #e72058;
  background-color: #cd0505;

color: #fff;
padding: 80px 0;
/* letter-spacing: 0.6px; */
line-height: 1.2;
}
.items h2 span{
font-size: 20px;
}
.items ul{
margin-top: 80px;
}
.items ul li{
width: 32%;
background-color: #fff;
box-shadow: 0 0 6px rgba(0,0,0,0.6);
border-radius: 8px;
margin-bottom: 56px;
}
.items ul li:nth-of-type(even){
  margin-left: 56px;
}
.items ul li h3{
color:#e72058;
color: #cd0505;
text-align: left;
padding-top: 1em;
position: relative;
left: .1em;
}
.items ul li h4 img{
  border-radius: 8px 8px 0 0;
}
.items ul li h4{
  border-bottom: 3px solid #fff;
}
.items ul li:nth-of-type(2) h4,.items ul li:nth-of-type(3) h4,.items ul li:nth-of-type(4) h4,.items ul li:nth-of-type(6) h4,.items ul li:nth-of-type(7) h4,.items ul li:nth-of-type(8) h4{
  border-bottom: 3px solid #f0f2f4;
}
.items ul li p{
color:#333;
text-align: left;
font-weight: 400;
font-size: 14px;
padding: 1em;
}
.items ul li p span{
  font-weight: bold;
  background-color: #f0f2f4;
  border-radius: 8px;
  font-size: 12px;
  padding: .1em .4em;
  position: relative;
  right: .4em;
}
.items ul h5 {
  font-weight: bold;
  font-size: 14px;
  color: #333;
  width: 72%;
  margin: 0 auto;
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.6;
}
/* items...end */

/* ------------------ よく使うコード ----------------*/
/*
【中央寄せ】
  position:absolute;left: 50%;
  -webkit-transform : translateX(-50%);
  transform : translateX(-50%);

【背景画像（全表示、中央表示）】
  background-image: url("img/");
  background-size:cover;
  background-position: center;
*/
/* ----------------- よく使うコード...end ------------*/
