@charset "utf-8";


/* noto-sans-jp-regular - japanese */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/NotoSansJP-Regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-700 - japanese */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/NotoSansJP-Bold.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}




*{ margin:0;padding:0;}


a {
	color: #2e76ee;
	text-decoration: none;
}
a:hover {
	color: #FF4A4A;
	text-decoration: underline;
}
a:hover .over {
	opacity:0.8;
	filter: alpha(opacity=80);
}

img{border:none;vertical-align:top;
}

p {margin:0;padding:0;
}

.center{
	text-align: center;
}

#footer{
	background-color: #247efb;
	color: white;
}


.btn{
	width: 100%;
	position: relative;
}


.btn a:hover{
	  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .6);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .2);


}



.btn::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 50%; 
  transform: translateY(-50%) rotate(0deg);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid red;
  opacity: 0;                
  transition: opacity 0.2s ease, left 0.2s ease;
}


.btn:hover::before {
    opacity: 1;
    left: 8px;
}


.btn:hover a::after{
    border-top: 1px solid white;
    border-right: 1px solid white;
}


.btn{
	font-family: 'Noto Sans JP', sans-serif !important;
}
.btn a{
	text-align: center;
	color: #333;
  display:block;
  -webkit-box-shadow: 0 3px 5px rgba(214, 214, 214, 0.3);
  box-shadow: 0 3px 5px rgba(214, 214, 214, 0.3);
  text-decoration:none;
  padding-top: 8px;
  padding-bottom:8px;
  position: relative;
  border-radius: 12px;

  font-size: 15px;
  border: 1px solid #5a5a5a;
  transition: opacity 0.3s,box-shadow 0.3s,background-color 0.4s,width 0.3s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
}

.bfont_box{
	width: 76%;
}


.btn_title{
    background-color: #de5f29;
    color: white;
    width: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    border-radius: 8px;
    font-size: 19px;
    padding: 4px;
    box-sizing: border-box;
    margin-bottom: 8px;
    justify-content: center;
}

.tantoutext{
	margin-top: 8px;
	text-align: right;
}

.auto_send{
	font-size: 13px;
	color: #333;
	background-color: white;
	padding: 2px 8px;
	box-sizing: border-box;
	border-radius: 8px;
	font-weight: bold;
	margin-left: 8px;
}

.auto_send1{
	margin-left: 141px;
    margin-right: -173px;
}

.auto_send2{
    margin-left: 27px;
    margin-right: -79px;
}

.sp_block{
	display: none;
}


@media screen and (max-width: 767px){

	.btn::before{
		display: none;
	}

	.sp_block{
	display: block;
}

	.auto_send {
    font-size: 11px;
	    padding: 2px 5px;
	}

	.auto_send1{
        margin-left: 4px;
        margin-right: 0px;
    }

.auto_send2{
        margin-left: 4px;
        margin-right: 0px;
}

	.subtitle{
		text-align: left;
	}

	.risk{
		padding-left: 20px;
		padding-right: 20px;
		box-sizing: border-box;
	}

	.btn a{
		 flex-direction: column;
		 padding-left: 8px;
        padding-right: 8px;
	}

	.bfont_box {
    width: 100%;
	    text-align: left;
    font-size: 14px;
}

.btn_title{
	font-size: 15px;
	font-feature-settings: "palt";
}
}