body {
  overflow-x: hidden;
}

.logo {
  margin: 10px;
}

.logotext {
  font-size: 1.8rem;
  font-weight: bold;
  padding-left: 30px;
}

.nrlogo {
  display: flex;
  align-items: center;
  padding-left: 20px;
}

.nrlogo img {
  max-width: inherit;
}

.nrtext {
  font-size: 1.3rem;
  padding-left: 8px;
  vertical-align: middle;
}

.news {
  margin: 20px auto;
  border: 3px solid #1A0087;
  font-size: 1.4rem;
  padding: 10px;
  width: 55%
}

.contents {
  max-width: 980px;
  margin: 0 auto;
}

.text01 {
  text-align: center;
  font-size: 1.2rem;
}

.title {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  margin: 50px 0 30px;
  border-bottom: 2px solid #FF0000;
}

.tokutenimg {
  max-width: inherit;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.box{
	padding: 15px;
	background: #FDF3F3;
	color: #333;
	width: 80%;
	margin: 30px auto 5px;
	border: solid 2px #FF0000;
}

.boxtext{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}


.btnarea {
  margin: 0 auto;
  text-align: center;
}

*, *:before, *:after {
  box-sizing: border-box;
}

.col_2 {
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /* IE10 */
}

.col_2>div {
  width: 50%;
  padding: 10px;
}

@media screen and (max-width: 960px) {
  .col_2>div {
    width: 100%;
  }
.news {
  width: 100%
}
	
}

.btntext1{
	padding-left: 75px;
	color: #0033C0;
}

.btntext2{
	color: #FF0004;
}



.button {
  max-width: 300px;
  margin: 0 auto;
}

a.btn_01 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  position: relative;
  background: #228bc8;
  border: 1px solid #228bc8;
  border-radius: 30px;
  box-sizing: border-box;
  padding: 0 45px 0 25px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
  font-weight: bold;
}

a.btn_01:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
}

a.btn_01:hover {
  background: #fff;
  color: #228bc8;
}

a.btn_01:hover:before {
  border-top: 2px solid #228bc8;
  border-right: 2px solid #228bc8;
}

a.btn_02 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  position: relative;
  background: #FF0000;
  border: 1px solid #FF0000;
  border-radius: 30px;
  box-sizing: border-box;
  padding: 0 45px 0 25px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
  font-weight: bold;
}

a.btn_02:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
}

a.btn_02:hover {
  background: #fff;
  color: #FF0000;
}

a.btn_02:hover:before {
  border-top: 2px solid #FF0000;
  border-right: 2px solid #FF0000;
}

a.btn_03 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  position: relative;
  background: #003086;
  border: 1px solid #003086;
  border-radius: 30px;
  box-sizing: border-box;
  padding: 0 45px 0 25px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
  font-weight: bold;
}

a.btn_03:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
}

a.btn_03:hover {
  background: #fff;
  color: #003086;
  ;
}

a.btn_03:hover:before {
  border-top: 2px solid #003086;
  border-right: 2px solid #003086;
}

a.btn_04 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  position: relative;
  background: #FF7E00;
  border: 1px solid #FF7E00;
  border-radius: 30px;
  box-sizing: border-box;
  padding: 0 45px 0 25px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
  font-weight: bold;
}

a.btn_04:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
}

a.btn_04:hover {
  opacity: 0.8;
}


.last {
  padding: 50px;
}

.card {
  width: 300px;
  background: #fff;
  /*border-radius: 5px;
  box-shadow: 0 2px 5px #ccc;*/
  margin: 0 auto;
}

.card-img {
  border-radius: 5px 5px 0 0;
  max-width: 100%;
  height: auto;

}


/*.card-content {
  padding: 20px;
}*/

.card-title {
  font-size: 1.5rem;
  /*margin-bottom: 20px;*/
  text-align: center;
  color: #333;
  font-weight: bold;
}

.card-text img {
  width: 100%;
  margin: 0 auto;
}

.kakomi-box {
  position: relative;
  margin: 5em auto;
  padding: 1.2em;
  color: #555555;
  /* 文章色 */
  background-color: #fff;
  /* 背景色 */
  border: 1px solid #555555;
  /* 枠線の太さ・色 */
  width: 90%;
}

.title-box {
  position: absolute;
  padding: 0 .5em;
  left: 20px;
  top: -20px;
  font-weight: bold;
  background-color: #fff;
  /* タイトル背景色 */
  color: #555555;
  /* タイトル文字色 */
  font-size: 2.5rem;
}


.sbtitle {
  position: relative;
  padding: 1.5rem 2rem;
  color: #fff;
  border-radius: 10px;
  background: #ac0031;
  font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	width: 800px;
	margin: 10px auto;
}

.sbtitle:after {
  position: absolute;
  bottom: -9px;
  left: 20em;
  width: 0;
  height: 0;
  content: '';
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #ac0031 transparent transparent transparent;
}


@media screen and (max-width: 960px) {
  .contents {
    width: 100%;
  }
  .card {
    width: 100%;
  }
 .logotext {
  font-size: 1.6rem;
  padding-left: 10px;
}
	.title{
		font-size: 1.5rem;
	}
	a.btn_01, a.btn_02, a.btn_03 {
		font-size: 1.5rem;
	}
	.title-box{
		font-size: 1.6rem;
	}
	.box{
		width: 100%;
		margin: 5px;
		padding: 5px;
	-webkit-transform: none;
  transform: none;
	}
	.boxtext{
		font-size: 13px;
		text-align: left;
	}
	
	a.btn_04{
		font-size: 13px;
	}
	.sbtitle{
		width: 90%;
		font-size: 1.3rem;
		
	}
.sbtitle:after {
  left: 12em;
	}

}
