@charset "utf-8";
/* CSS Document */

#content{
	width:96%;
	margin:34px 0 90px auto;
}

h1.menu_title{
	width:100%;
	font-size:280%;
	color:#333;
	letter-spacing:2px;
	margin-bottom:15px;
	background:#ebebeb;
	padding:35px 25px;
	line-height:1;
}

h1.menu_title span{
	font-size:38%;
	color:#333;
	opacity:0.8
}

/*パンくずリスト*/
.pan_list{
	display: flex;
    justify-content: flex-start;
	margin-bottom:30px;
}
.pan_list li{
	color:#8a8987;
	font-size:77%;
	margin-left:5px;
}
.pan_list li a{
	color:#8a8987;
	letter-spacing:1px;
	text-decoration:none;
}
.pan_list li a:hover{
	color:#13a0c7;
}

.content_list{
    display: flex;
    justify-content: flex-start;
	width:100%;
	margin-bottom:20px;
}

.content_list li{
	margin:0 30px 30px 0;
}

.content_list li .btn,
.content_list li a.btn,
.content_list li button.btn {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 1px;
  color: #212529;
  border-radius: 0.5rem;
  font-size:93%;
}

.content_list li a.btn-svg {
  font-weight: 700;
  line-height: 24px;
  width: 324px;
  height: 84px;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
  background-color: transparent;
}

.content_list li span{
	position:relative;
	top:20px;
}

.content_list li a.btn-svg svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.content_list li a.btn-svg svg rect {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  stroke: #000;
  stroke-width: 2;
  stroke-dasharray: 200px, 16px;
  stroke-dashoffset: 70px;
}

.content_list li a.btn-svg:hover svg rect {
  stroke-dashoffset: 284px;
}

.content_list li a.btn-svg span {
  color: #000;
}

.fa-angle-double-right{
	color:#13a0c7;
	position:absolute;
	right:-25px;
	top:16px;
}

.fa02{
	position:absolute;
	right:-76px;
	top:16px;
}

.box{
	width:90%;
}

.video{
	margin-bottom:20px;
}

.sub_title{
	width:100%;
	font-size:146.5%;
	color:#333;
	letter-spacing:5px;
	border-bottom:2px solid #000;
	margin-bottom:10px;
}

.sc01 img{
	display:block;
	margin:30px 0 10px;
	vertical-align:bottom;
	width:50%;
}

.left{
	font-size:85%;
	color:#333;
	letter-spacing:2px;
	line-height:2;
	margin-bottom:20px;
}

.left span{
	color:#F00;
}

span.red_border {
    border-bottom: 2px solid #F00;
}

.left_list{
	font-size:85%;
	color:#333;
	letter-spacing:2px;
	line-height:2;
	margin-bottom:20px;
}

.left_list span{
	color:#F00;
}

.list li{
	font-size:85%;
	color:#333;
	letter-spacing:2px;
	text-indent: -1em;
    padding-left: 1em;
	letter-spacing:1px;
	padding-bottom:5px;
	line-height:1.8;
}

.list li span{
	color:#F00;
}

.last{
	font-size:131%;
	font-weight:bold;
	padding:0 0 20px;
	letter-spacing:2px;
}

span.red_txt {
    color: #F00;
}

.attention {
     margin-bottom: 30px;
	 font-size:93%;
	 letter-spacing:2px;
	 color:#333;
}

.kentei_text{
	font-size:85%;
	color:#333;
	letter-spacing:2px;
	line-height:2;
	margin-bottom:20px;
}

.kentei_text span{
	color:#F00;
}

.card_pic img{
	display:block;
	width:20%;
}

.card_pic02 img{
	display:block;
	width:6%;
}

.ma_t{
	margin-top:30px;
}

.test{
	font-size:85%;
	color:#333;
	letter-spacing:2px;
}



