@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
img {
  height: auto;
}

div.container_ {
  width: 100%;
}
/*
.image__wrap {
  text-align: center;
}

.btn__01 {
  display: inline-block;
  position: relative;
  padding: 10px 0;
  width: 240px;
  background-color: #008cd6;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 50vh;
  text-align: center;
}

a.btn__01 {
  color: #fff;
}

.btn__01::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 11px;
  height: 11px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translate(-50%, 0);
}

.btn__01:hover {
  color: #fff;
  opacity: .7;
  text-decoration: none;
}
*/
/*common*/
.renewalcp2021 *, .renewalcp2021 *:before, .renewalcp2021 *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.renewalcp2021 .flexwrap_ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.renewalcp2021 .tx-s{
	font-size: 0.8em;
}
.renewalcp2021 .tx-b{
	font-size: 1.3em;
	font-weight: 700;
}
.renewalcp2021 .tx-red{
	 color: #fb496a;
}
.renewalcp2021 {
  color: #000;
  font-weight: 500;
  font-family: 'Noto Sans Japanese', sans-serif;
  line-height: 1.6;
}

.section__container {
  margin-left: auto;
  margin-right: auto;
  width: 1050px;
	padding: 30px 0;
	color: #2E2E2E;
}

.mv {
  margin: 0 auto 0px;
  width: 100%;
	background-image: url(/img/usr/freepage/renewalcp2021/main-bg.gif);
	text-align: center;
	background-size: cover;
}

.section__01 {
  margin: 0 auto 0px;
	padding: 20px 0;
	background-color: #feffbe;
}

.section__01 .section__title {
  margin: 0 auto 30px;
  font-size: 28px;
  text-align: center;
  font-weight: 700;
}

.section__01 .section__title .strong {
  color: #fb496a;
  font-weight: 700;
}

.section__01 .new-image{
	margin:20px 0; 
}


.section__01 .comment_wrap .ttl_{
	margin: 0 auto;
    text-align: center;
}

.section__01 .comment_wrap .ttl_ h3 {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  margin-bottom: 20px;
  font-size: 26px;
  letter-spacing: .05em;
	font-weight:500;
}

.section__01 .comment_wrap .ttl_ h3:before, .section__01 .comment_wrap .ttl_ h3:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 2px;
  background-color: black;
}

.section__01 .comment_wrap h3:before {
  left:0;
}
.section__01 .comment_wrap h3:after {
  right: 0;
}

.section__01 .comment_wrap div[class*="wrap-inner"] p{
	font-size: 18px;
	margin-bottom: 3em;
	text-align: left;
	line-height: 2;
}

.section__01 .comment_wrap .flexwrap{
	padding: 20px 0;
	text-align: center;
}
.section__02{
background-size: auto auto;
background-color: rgba(210, 243, 153, 1);
background-image: repeating-linear-gradient(45deg, transparent, transparent 7px, rgba(224, 248, 182, 1) 7px, rgba(224, 248, 182, 1) 14px );
	text-align: center;
}

.section__02 .section__title {
  margin: 0 auto 30px;
  font-size: 28px;
  text-align: center;
  font-weight: 700;
}
.section__02 .section__title {
  line-height: 60px;
  position: relative;
  height: 60px;
  margin: 2em 50px 1em;
  padding: 0 2rem;
  text-align: center;
  color: #fff;
  background: #fb496a;
}

.section__02 .section__title:before,
.section__02 .section__title:after {
  position: absolute;
  top: 0;
  display: block;
  height: 48px;
  content: '';
  border: 30px solid #fb496a;
}

.section__02 .section__title:before {
  left: -40px;
  border-left-width: 15px;
  border-left-color: transparent;
}

.section__02 .section__title:after {
  right: -40px;
  border-right-width: 15px;
  border-right-color: transparent;
}

.section__02 .section__title h2 {
  position: relative;
  display: block;
}


.section__02 p{
	font-size: 23px;
	text-align: center;
	padding-bottom: 1em;
	line-height: 2;
}
.section__02 .priod{
	font-size: 26px;
	padding-bottom: 1.5em;
}
.section__02 ul li{
	    width: 45%;
    padding: 20px 0;
}
.desc__wrap {
  padding: 40px;
  border: 1px solid #ddd;
}

.section__desc h2 {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
}

.section__desc dd {
  margin-bottom: 15px;
  font-weight: 400;
}

.section__desc a {
  font-weight: normal;
  color: #006666;
  text-decoration: underline;
}

.section__desc a:hover {
  opacity: .7;
}