body {
  overflow-x: hidden;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
}

main a {
  color: #1a0dab;
}

hr {
  margin: 10px 0!important;
}

.contents {
  max-width: 980px;
  margin: 0 auto;
}

.logo {
  margin: 10px;
}

.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;
  border: 2px solid #1A0087;
  font-size: 1.4rem;
  padding: 10px;
}

.newstext {
  font-size: 1.4rem;
}

.title {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  margin: 50px 0 30px;
  border-bottom: 2px solid #FF0000;
}

.mainimg img {
  max-width: inherit;
  margin: 10px 0px;
  text-align: center;
  width: 100%;
}

.fas {
  margin: 0 8px;
}

.cp_list {
  padding: 0.5em;
  list-style: none;
  font-weight: bold;
  font-size: 1.8rem;
}

.cp_list {
  position: relative;
  padding: 0.5em 1em 0 2.3em;
  margin: 10px;
  border-bottom: 1px solid rgba(255, 143, 0, 1);
}

.cp_list:after, .cp_list:before {
  content: '';
  position: absolute;
  transform: rotate(45deg);
}

.cp_list:before {
  top: 0.7em;
  left: 0.2em;
  width: 12px;
  height: 12px;
  border: 2px solid rgba(255, 143, 0, 1);
}

.cp_list:after {
  top: 0.9em;
  left: 0.7em;
  width: 14px;
  height: 14px;
  background: rgba(255, 143, 0, 0.5);
  transform: rotate(60deg);
}

.listtext {
  font-size: 1.6rem;
}


.indent {
  text-indent: -1em;
  padding-left: 2em;
}

.indent1 {
  text-indent: -1em;
  padding-left: 2em;
}
.indent2 {
  padding-left: 1em;
	margin-top: 15px;
	font-size: 1.6rem;
	font-weight: bold;
}



.sbtitle {
  border-left: 4px solid #FF0000;
  padding-left: 15px!important;
  font-size: 1.8rem;
  font-weight: bold;
}

.button {
  max-width: 300px;
  margin-left: 30px;
  margin-top: 10px;
}

*, *:before, *:after {
  box-sizing: border-box;
}

.col_2 {
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /* IE10 */
  margin-top: 50px;
  margin-left: 50px;
}

.col_2>div {
  width: 50%;
  padding: 10px;
}

@media screen and (max-width: 960px) {
  .col_2>div {
    width: 100%;
  }
}

.ECM_RadioInput {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.ECM_RadioInput:hover {
  background: rgba(0, 0, 0, 0.05);
}

.ECM_RadioInput-Input {
  opacity: 0;
  width: 0;
  margin: 0;
}

.ECM_RadioInput-Input:focus+.ECM_RadioInput-DummyInput {
  border: solid 2px #333333;
  background: #EEEEEE;
}

.ECM_RadioInput-Input:checked+.ECM_RadioInput-DummyInput {
  border: solid 2px #333333;
}

.ECM_RadioInput-Input:checked+.ECM_RadioInput-DummyInput::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #333333;
}

.ECM_RadioInput-DummyInput {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  border: solid 2px #888;
}

.ECM_RadioInput-LabelText {
  margin-left: 12px;
  display: block;
  font-size: 1.6rem;
}

.radioarea {
  margin: 30px 20px 23px;
}

.area {
  width: 980px;
  margin: 0 auto!important;
}

a.btn_01 {
  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_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: #FF0000;
  ;
}

a.btn_01:hover:before {
  border-top: 2px solid #FF0000;
  border-right: 2px solid #FF0000;
}

a.btn_02 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  position: relative;
  background: #fff;
  border: 1px solid #FF0000;
  border-radius: 30px;
  box-sizing: border-box;
  padding: 0 45px 0 25px;
  color: #FF0000;
  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 #FF0000;
  border-right: 2px solid #FF0000;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
}

a.btn_02:hover {
  background: #FF0000;
  color: #fff;
  ;
}

a.btn_02:hover:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

a.btn_02:hover:before {
  border-top: 2px solid #FF0000;
  border-right: 2px solid #FF0000;
}

.cp_actab {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  color: #333;
}

.cp_actab input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.cp_actab label {
  font-weight: bold;
  line-height: 3;
  position: relative;
  display: block;
  padding: 0 0 0 2em;
  cursor: pointer;
  margin: 0 0 1px 0;
}

.cp_actab .cp_actab-content {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.35s;
  transition: max-height 0.35s;
  color: #333333;
  background: #EDEDED;
}

.cp_actab .cp_actab-content ul li {
  margin: 1em;
}


/* :checked */

.cp_actab input:checked~.cp_actab-content {
  max-height: 80em;
}


/* Icon */

.cp_actab label::after {
  line-height: 3;
  /* position: absolute;*/
  top: 0;
  /*right: 0;
	display: block;*/
  width: 5em;
  height: 3em;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  text-align: center;
  font-size: 1.4rem;
}

.cp_actab input[type=checkbox]+label::after {
  content: '　見る+';
}

.cp_actab input[type=checkbox]:checked+label::after {
  content: '　閉じる×';
}

.number {
  padding-left: 30px;
  font-size: 1.6rem;
}

.red {
  color: #FF0004;
  font-weight: bold;
  font-size: 1.4rem;
}

.text01 {
  font-size: 1.3rem;
  margin: 10px 0 0 10px;
}

.text02 {
  font-size: 1.3rem;
  margin: 10px 10px 0px;
}

.text03 {
  font-size: 1.5rem;
}

.price {
  padding-left: 30px;
  margin-top: 30px;
}

.pricetext {
  font-size: 1.6rem;
}

.contact {
  margin: 20px;
  text-align: center;
}

.contacttext {
  font-size: 1.3rem;
  text-align: left;
}

.tokusho {
  margin: 0 20px;
  font-size: 1.3rem;
  text-align: left;
}

.mainte {
  margin: 30px 10px 0;
  text-align: center;
  font-size: 1.2rem;
}

.last {
  padding: 10px;
}

.footertext {
  text-align: center;
  color: #FFFFFF;
  font-size: 1.2rem;
}

@media screen and (max-width: 960px) {
  .contents {
    width: 100%;
  }
  .logotext {
    font-size: 1.6rem;
    padding-left: 10px;
  }
  .nrlogo {
    padding-left: 5px;
  }
  .mainimg img {
    margin: 10px 0;
    width: 100%;
  }
  .nrtext {
    font-size: 1.1rem;
  }
  .news {
    font-size: 1.2rem;
  }
  .newstext {
    font-size: 1.2rem;
  }
  .title {
    font-size: 1.5rem;
    margin: 10px;
  }
  .indent1 {
    text-indent: -1em;
    padding-left: 0;
  }
	.indent2{
		font-size: 1.3rem;
	}
	
  .listarea {
    padding: 8px;
  }
  .radioarea {
    margin: 8px;
    padding-left: 10px;
  }
  .text03 {
    font-size: 1.4rem;
  }
  .mainte {
    font-size: 1.2rem;
    text-align: left;
  }
  a.btn_01, a.btn_02, a.btn_03 {
    font-size: 1.5rem;
  }
  .cp_list {
    font-size: 1.5rem;
  }
  .listtext {
    font-size: 1.3rem;
  }
	.col_2{
		margin-left: 0px;
	}	
}

@media screen and (max-width: 320px) {
  .cp_actab label {
    padding: 0 0 0 0.3em;
    font-size: 1.3rem;
  }
  .listarea {
    padding: 0px;
  }
  .text01 {
    margin: 10px 0;
    padding-left: 5px;
  }
  .button {
    margin: 10px auto;
  }
}

