.bg01{
	  background-color: #f7f7f0;
      padding: 20px 0 50px 0;
}

.bg02{
	  background-color: #fff;
      padding: 20px 0 50px 0;
}


.contentarea{
    max-width: 1200px;
	margin: 0 auto;
}
.contentarea2{
    max-width: 980px;
	margin: 0 auto;
}


.title{
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}

.title span{
	border-bottom: 2px solid #FF0303;
}

*, *:before, *:after {
	box-sizing: border-box;
}
.col_3{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_3 > div{
	width: 33.33333%;
	padding: 10px;
}
@media screen and (max-width: 960px) {
	.col_3 > div{
		width: 50%;
	}
}
@media screen and (max-width: 480px) {
	.col_3 > div{
		width: 100%;
	padding: 0px;
	}
}

.btnarea {
  /*max-width: 300px;*/
  margin: 10px auto;
}
a.btn_01 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #795548;
  text-align: center;
  text-decoration: none;
  width: 100%;
  height: 80px;
  padding: 20px 20px 20px 75px;
  background-color: #FFACAD;
  border-radius: 10px;
  box-sizing: border-box;
  position: relative;
  transition-duration: 0.3s;
}
a.btn_01::before {
  content: '';
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -30px;
  background-image: url("../../img/rentacar_point/01.png");
  background-size: contain;
  background-repeat: no-repeat;
}
a.btn_01 span {
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
}
a.btn_01 span span {
  display: block;
  font-size: 16px;
  margin-bottom: 7px;
}
a.btn_01:hover {
  color: #ffffff;
  text-decoration: none!important;
}

a.btn_02 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #795548;
  text-align: center;
  text-decoration: none;
  width: 100%;
  height: 80px;
  padding: 20px 20px 20px 75px;
  background-color: #FFC601;
  border-radius: 10px;
  box-sizing: border-box;
  position: relative;
  transition-duration: 0.3s;
}
a.btn_02::before {
  content: '';
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -30px;
  background-image: url("../../img/rentacar_point/02.png");
  background-size: contain;
  background-repeat: no-repeat;
}
a.btn_02 span {
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
}
a.btn_02 span span {
  display: block;
  font-size: 16px;
  margin-bottom: 7px;
}
a.btn_02:hover {
  color: #ffffff;
  text-decoration: none!important;
}

a.btn_03 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #795548;
  text-align: center;
  text-decoration: none;
  width: 100%;
  height: 80px;
  padding: 20px 20px 20px 75px;
  background-color: #ffd384;
  border-radius: 10px;
  box-sizing: border-box;
  position: relative;
  transition-duration: 0.3s;
}
a.btn_03::before {
  content: '';
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -30px;
  background-image: url("../../img/rentacar_point/03.png");
  background-size: contain;
  background-repeat: no-repeat;
}
a.btn_03 span {
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
}
a.btn_03 span span {
  display: block;
  font-size: 16px;
  margin-bottom: 7px;
}
a.btn_03:hover {
  color: #ffffff;
  text-decoration: none!important;
}



.content{
	width: 980px;
	margin: 0 auto;
}

.sbtitle01{
	padding: 0 8px;
    border-left: 4px solid #FFACAD;
	font-size: 20px; 
	font-weight: bold;
}

.sbtitle02{
	padding: 0 8px;
    border-left: 4px solid #FFC601;
	font-size: 20px; 
	font-weight: bold;
}

.sbtitle03{
	padding: 0 8px;
    border-left: 4px solid #ffd384;
	font-size: 20px; 
	font-weight: bold;
}

.sbtitle04{
	padding: 0 8px;
    border-left: 4px solid #CB0101;
	font-size: 20px; 
	font-weight: bold;
}

.sbtitle05{
	padding: 0 8px;
    border-left: 4px solid #FF0000;
	font-size: 20px; 
	font-weight: bold;
	margin: 30px 0 0;
}

.textarea{
	padding-left: 30px;
}

.text{
	font-size: 15px;
}
.text1{
	font-size: 15px;
}

.text2{
	font-size: 15px;
	font-weight: bold;
}

.text01{
	font-size: 18px;
	font-weight: bold;
}

.ma01{
	margin-bottom: 30px;
}


 a{
	color: #1a0dab;
}

 a:hover{
	text-decoration: underline;
}

.pa1{
	padding-top: 10px;
}

.listtext{
	font-size: 1.5rem;
}

.indent{
	text-indent: -1em;
  padding-left: 2em;
}

.indent1{
	text-indent: -1em;
  padding-left: 3em;
}

.last{
	margin: 100px;
}

.texttamaru{
	font-size: 2.0rem;
	font-weight: bold;
	color: #D80003;
	text-align: center;
	
}

.img01{
	text-align: center;
	margin: 20px 0;
}

*, *: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%;
	}
}


.yoyakuarea{
	margin: 25px;
}

a.btn_ao_c {
  display: flex;
  align-items: center;
  max-width: 450px;
  margin: 0 auto;
  padding: 1.3rem 2rem;
  background: #FF0000;
  text-decoration: none;
  transition: 0.3s;
}
a.btn_ao_c:hover {
  opacity: 0.8;
  text-decoration: none;
}
a.btn_ao_c .c__icon {
  padding-right: 10px;
  padding-bottom: 5px;
}
a.btn_ao_c .c__icon img {
  width: 100%;
  vertical-align: middle;
}
a.btn_ao_c .c__text {
  display: block;
  flex-grow: 1;
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-right: 15px;
  font-size: 23px;
}
a.btn_ao_c .c__text::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  transition: 0.3s;
}
a.btn_ao_c .c__text .c__in {
  display: flex;
  align-items: center;
  justify-content: center;
}
a.btn_ao_c br {
  display: none;
}
@media (max-width: 736px) {
  a.btn_ao_c .c__icon img {
    width: 42px;
  }
  a.btn_ao_c .c__text {
    font-size: 14px;
    padding-right: 20px;
  }
  a.btn_ao_c .c__text::after {
    width: 10px;
    height: 10px;
  }
  a.btn_ao_c br {
    display: block;
  }
}

main a{
	color: #1a0dab;
}

main a:hover{
	text-decoration: underline;
}


/*.btnarea{
	text-align: left;
	margin: 30px 0;
}*/


a.btn_ao_b {
  display: flex;
  align-items: center;
  max-width: 280px;
  margin: 15px 0 30px;
  padding: 1rem;
  border: 2px solid #014897;
  background: #fff;
  text-decoration: none!important;
  transition: 0.3s;
}
a.btn_ao_b:hover {
  background-color: #e9f3fd;
}
a.btn_ao_b .b__text {
  display: block;
  flex-grow: 1;
  color: #004386;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-right: 15px;
  font-size: 15px;
}
a.btn_ao_b .b__text::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
  border-top: 3px solid #014897;
  border-right: 3px solid #014897;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  transition: 0.3s;
}
@media (max-width: 1200px) {
  a.btn_ao_b .b__text {
    font-size: 18px;
    padding-right: 20px;
  }
  a.btn_ao_b .b__text::after {
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 736px) {
  a.btn_ao_b .b__text {
    font-size: 14px;
    padding-right: 20px;
  }
  a.btn_ao_b .b__text::after {
    width: 10px;
    height: 10px;
  }
}

.text3{
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}

a.btn_clubtn {
  display: flex;
  align-items: center;
  max-width: 500px;
  margin: 0 auto;
  padding: 1.3rem 2rem;
  border: 2px solid #014897;
  background: #fff;
  text-decoration: none;
  transition: 0.3s;
}
a.btn_clubtn:hover {
  background-color: #e9f3fd;
  text-decoration: none;
}
a.btn_clubtn .b__text {
  display: block;
  flex-grow: 1;
  color: #004386;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-right: 15px;
  font-size: 23px;
}
a.btn_clubtn .b__text::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
  border-top: 3px solid #014897;
  border-right: 3px solid #014897;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  transition: 0.3s;
}
@media (max-width: 1200px) {
  a.btn_clubtn .b__text {
    font-size: 18px;
    padding-right: 20px;
  }
  a.btn_clubtn .b__text::after {
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 736px) {
  a.btn_clubtn .b__text {
    font-size: 14px;
    padding-right: 20px;
  }
  a.btn_clubtn .b__text::after {
    width: 10px;
    height: 10px;
  }
}









@media screen and (max-width: 480px) {
	
	.bg01{
      padding: 10px 0;
}

.bg02{
      padding: 10px 0;
}

	
	main{
		width: 100%;
		/*padding: 0 8px;*/
	}
.contentarea{
    max-width: 100%;
}
.contentarea2{
    max-width: 100%;
}

.title{
	font-size: 1.5rem;
}

.btnarea {
  margin: 5px;
}
a.btn_01 {
  height: 50px;
  padding: 10px 10px 10px 35px;
}
a.btn_01::before {
  width: 30px;
  height: 30px;
  top: 80%;
  left: 50px;
  margin-top: -30px;
}
a.btn_01 span {
  font-size: 18px;
}
a.btn_01 span span {
  font-size: 12px;
  margin-bottom: 7px;
}
a.btn_02 {
  height: 50px;
  padding: 10px 10px 10px 35px;
}
a.btn_02::before {
  width: 30px;
  height: 30px;
  top: 80%;
  left: 50px;
  margin-top: -30px;
}
a.btn_02 span {
  font-size: 18px;
}
a.btn_02 span span {
  font-size: 12px;
  margin-bottom: 7px;
}

a.btn_03 {
  height: 50px;
  padding: 10px 10px 10px 35px;
}
a.btn_03::before {
  width: 30px;
  height: 30px;
  top: 80%;
  left: 50px;
  margin-top: -30px;
}
a.btn_03 span {
  font-size: 18px;
}
a.btn_03 span span {
  font-size: 12px;
  margin-bottom: 7px;
}

	
	
.content{
	width: 100%;
	margin: 0 auto;
}

.sbtitle01,.sbtitle02,.sbtitle03,.sbtitle04,.sbtitle05 {
	font-size: 15px; 
	margin-left: 15px;
}
.textarea{
	padding: 0 15px;
}

.text{
	font-size: 13px;
}
.text1{
	font-size: 13px;
}

.text2{
	font-size: 13px;
}

.text01{
	font-size: 13px;
}

.ma01{
	margin-bottom: 10px;
}


.pa1{
	padding-top: 5px;
}

.listtext{
	font-size: 1.3rem;
}

.indent{
	text-indent: -1em;
  padding-left: 1em;
}

.indent1{
	text-indent: -1em;
  padding-left: 2em;
}

.last{
	margin: 50px;
}

.texttamaru{
	font-size: 1.5rem;
}

.img01 img{
	margin: 0;
}
	
.text3{
	font-size: 1.5rem;
	text-align: left;
}
	
	
}


*, *:before, *:after {
	box-sizing: border-box;
}
.col_3_2{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	margin: 15px 0;
	text-align: center;
}
.col_3_2 > div{
	/*width: 33.33333%;*/
	padding: 10px;
}
@media screen and (max-width: 960px) {
	.col_3_2 > div{
		width: 50%;
	}

	
}
@media screen and (max-width: 480px) {
	.col_3_2 > div{
		width: 100%;
	}
}

.texttamaru1 {
	text-align: center;
	font-size: 14px;
	font-weight: bold
}
@media screen and (max-width: 799px) {
.texttamaru1 {
	text-align: center;
	font-size: 13px;
	line-height: normal
}
	
}
