
#contents {
	width:1000px;
	margin:0 auto;
}

.redbox{
	margin: 10px;
	padding: 5px;
	border: 2px solid #FF0000;
}

.redbox p{
	font-size: 15px;
	color: #FF0004;
	font-weight: bold;
	text-align: center;
}

.redbox p a{
	color: #FF0004;
}

.redbox p a:hover{
	text-decoration: underline;
	color: #FF0004;
}

text01 {
	text-align: left;
	font-size: 13px;
}

.sannshou {
	font-size: 15px;
}

.sannshou a {
	color: #FF0004;
}

.sannshou a:hover {
	text-decoration: underline;
}

.box1 {
 margin: 2em auto;
 padding: 1em;
 width: 90%;
 background-color: #fff; /* 背景色 */
 border: 1px solid #ccc; /* 枠線 */
 font-size: 1.5rem;
 font-weight: bold;
 text-align: center;
}

#contents .text01 a{
	color: #1a0dab;
}
#contents table a{
	color: #1a0dab;
}
#contents .text02 a{
	font-size: 2.0rem;
	 font-weight: bold;
	color: #FF0004;
}
#contents .text03 a{
	color: #1a0dab;
}
.text03{
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 15px;
}

.last{
	margin: 50px;
}

/*================================================
 *  メイン
 ================================================*/
.photo img {
	max-width:100%;
	text-align: center;
}

.sbtitle2 {
  padding: 5px 15px;
  border-left: 4px solid #FF0000;
  font-size: 25px;
  font-weight: bold;
  margin: 50px 0 30px;
}




table {
	width:100%;
	margin-bottom:1em;
	border-collapse:collapse;
	border:1px solid #ddd;
}

.tbl-r02{
	margin-top: 10px;
}

.tbl-r02 th {
    padding: 5px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #ddd;
	background:#021794;
	font-size: 1.5rem;
	width: 150px;
}
.about{
	color: #FFFFFF;
}
.tbl-r02 td {
	font-size: 1.3rem;
	padding: 1.0rem;
  text-align: left;
  border:1px solid #ddd;
}
.cardimg{
	display: inline-block;
	padding: 0.5rem;
}
.btn001{
	text-align: center;
	margin: 3.0rem;
}

.indent-1 {
padding-left:1em;
text-indent:-1em;
}

.indent-2 {
padding-left:2em;
text-indent:-1em;
}

.bgcol{
margin:0 -200%;
padding:0 200%;
background-color: #f7f7f0;
padding-top: 5px;
}

.col_2_2{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_2_2 > div{
	width: 50%;
	padding: 10px;
}
@media screen and (max-width: 960px) {
	.col_2_2 > div{
		width: 100%;
	}
}


*, *:before, *:after {
	box-sizing: border-box;
}

.yoyakubtn {
  margin: 30px 0;
  text-align: center;
}

.button {
  position: relative;
  display: flex;
  padding: 15px 0 10px 70px;
  background-color: #FF0004;
  border: 2px solid #FF0004;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
  font-weight: bold;
  height: 80px;
  font-size: 18px;
  line-height: 25px;
}

.button2 {
  position: relative;
  display: flex;
  padding: 25px 0 10px 160px;
  background-color: #FF0004;
  border: 2px solid #FF0004;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
  font-weight: bold;
  height: 80px;
  font-size: 18px;
}

.button::after {
  position: absolute;
  top: 50%;
  right: .2em;
  content: '';
  margin-top: -5px;
  border: 7px solid transparent;
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-left-color: #fff;
  transition: all .3s;
}

.button2::after {
  position: absolute;
  top: 50%;
  right: .2em;
  content: '';
  margin-top: -5px;
  border: 7px solid transparent;
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-left-color: #fff;
  transition: all .3s;
}

.button:hover {
  background-color: #fff;
  color: #FF0004;
}

.button2:hover {
  background-color: #fff;
  color: #FF0004;
}

.button:hover::after {
  border-left-color: #FF0004;
}

.button2:hover::after {
  border-left-color: #FF0004;
}


.appimg{
	text-align: center;
	margin-bottom: 20px;
	padding-bottom: 50px;
}

.col_4{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_4 > div{
	padding: 10px;
}
@media screen and (max-width: 960px) {
	.col_4 > div{
		width: 33.33333%;
	}
}
@media screen and (max-width: 480px) {
	.col_4 > div{
		width: 50%;
	}
}







/* ここから下がボタンのCSS　*/
.btn-animation {
  display: inline-block;
  width: 500px;
  text-align: center;
  background-color: #FF0004;
  border: 2px solid #FF0004;
  font-size: 20px;
  color: #FF0004;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 24px 5px;
  border-radius: 4px;
  position: relative;
}

.btn-animation p {
  position: relative;
  z-index: 1;
}

.btn-animation::before,
.btn-animation::after {
  content: "";
  display: block;
  background-color: #FFF;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: .2s;
}
.btn-animation::before {
  left: 0;
}
.btn-animation::after {
  right: 0;
}

.btn-animation:hover:before,
.btn-animation:hover:after {
  width: 0;
  background-color: #FFF;
}

.btn-animation:hover {
  color: #FFF;
}

.btn-animation p span{
	font-size: 1.8rem;
}

.red{
	color: #FF0004;
}

.box_last{
	text-align: center;
	padding: 1.0rem 2.0rem 0;
}


@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tbl-r02 {
    width: 100%;
	  }
  .tbl-r02 th,
  .tbl-r02 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
}

/*================================================
 *  タブレット/スマートフォン向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:799px) {
	
	#contents {
		width:100%;
		padding: 0 8px;
	}
	
	 .sbtitle2 {
    padding: 5px 15px;
    font-size: 15px;
    margin: 15px 0 0 10px;
  }
	
	.sannshou {
		font-size: 13px;
		margin-top: 10px;
	}
	
	.box1{
		text-align: left;
		font-size: 1.3rem;
	}
	.text01{padding: 1.0rem;}

	.btn-animation{
		width: 100%;
		font-size: 1.3rem;
	}
	.btn-animation p span{
		font-size: 1.0rem;
	}
	.box_last p{
	text-align: left;
}
	.text02{
		padding: 0 1.0rem;
	}
	.text03{
	font-size: 1.2rem;
}
	  .yoyakubtn {
    margin: 0px;
    text-align: center;
  }
  .button {
    width: 100%;
	padding: 10px 0 10px 45px;
	  height: auto;
	  font-size: 13px;
  }
	
  .button2 {
    width: 100%;
	padding: 10px 0 10px 110px;
	  height: auto;
	  font-size: 13px;
  }
	.appimg{
	margin-bottom: 0px;
	padding-bottom: 20px;
		padding-top: 10px;
}

  .sbtitle2 {
    padding: 5px 15px;
    font-size: 15px;
    margin: 15px 0 0 10px;
  }
.imgarea{
	margin: 0px;
	padding-bottom: 30px;
}
	
}
@media (min-width: 751px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}