@charset "utf-8";

/*
    primary (重要) #428bca
    success (成功) #5cb85c
    info (お知らせ) #5bc0de
    warning (警告) #f0ad4e
    danger (危険) #d9534f
*/

.box-honbun{
margin-top: 16px;
margin-left: 30px;
margin-right: 30px;
margin-bottom: 16px;
padding: 0px;
}.box-honbun img{
 margin: 0 auto;
}
.box-honbun p{
}

.point-css {
position: relative;
background-color:#AA0002;
padding: 10px;
color: #FFFFFF;
border-radius: 10px;
margin-bottom: 25px;
}

.point-css::before {
content: "";
position: absolute;
border: 12px solid transparent;
border-top: 12px solid #AA0002;
top: 100%;
left: 5%;
}

.point-css p {
margin: 0;
padding: 0;
}

.p-uraduke {
position: relative;
background-color:#AA0002;
padding: 10px;
color: #FFFFFF;
border-radius: 10px;
margin-bottom: 14px;
}

.p-uraduke::before {
content: "";
position: absolute;
border: 14px solid transparent;
border-top: 14px solid #AA0002;
top: 100%;
left: 5%;
}

.p-uraduke p {
margin: 0;
padding: 0;
}

.home-title-sapli{
  position: relative;
  background: #eff4ff;
  padding: 2px 5px 2px 20px;
  font-size: 20px;
font-weight: bold;
  color: #EB6100;
  border-radius: 0 10px 10px 0;
margin-bottom: 20px;
	margin-left: 20px;
}
.home-title-sapli span{
  font-family: "Font Awesome 5 Free";
  content: "\f041";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #EB6100;
  font-weight: bold;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.29);
  border-bottom: solid 2px #4967b4;
}

.home-title-taisya{
	display: inline-block;
  color: #ffffff;/*文字色*/
  padding: 0.5em;/*文字周りの余白*/
  border-radius: 0.5em;/*角丸*/
background-color: #004787;
}
.point-case-css {
position: relative;
background-color:#AA0002;
padding: 10px;
color: #FFFFFF;
border-radius: 10px;
margin-bottom: 25px;
}

.point-case-css::before {
content: "";
position: absolute;
border: 12px solid transparent;
border-top: 12px solid #AA0002;
top: 100%;
left: 5%;
}

.point-case-css p {
margin: 0;
padding: 0;
}

.p-kouka{
    display:  block;            			/* ブロック要素にする */
    color:  #fff;               			/* 文字の色指定 */
    background-color:#0C5A00;     			/* 背景色指定 */
    padding:  6px;             			/* 余白指定 */
    text-align:  center;        			/* 文字を中央揃えに */
    text-decoration:  none;     			/* 文字の装飾を無くす */
    border-radius:  8px;        			/* 角丸指定 */
    width:180px;              			/* 幅指定 */
}

.p-text-honbun{
	padding-top: 1em;
	padding-bottom: 1em;
    margin: 0em 0;
    font-weight: bold;
    color: #212121;/*文字色*/
    background: #FFF;
    border: solid 2px #6091d3;/*線*/
    border-radius: 10px;/*角の丸み*/
}

/*------------------------------------
- COLOR primary
------------------------------------*/
.alert-primary {
    color: #840000;
    background-color: #ffcccc;
    border-color: #ffb7b7;
}
.alert-primary hr {
    border-top-color: #ff9e9e;
}

/** 中略... **/

.btn-primary {
    color: #fff;
    background-color:#DD9826;
    border-color: #FFFFFF;
}

.btn-primary:hover {
    color: #fff;
    background-color: #db0000;
    border-color: #cc0000;
}

.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #ff0000;
    border-color: #ff0000;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #cc0000;
    border-color: #bc0000;
}

/** 中略... **/

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #ff9e9e;
}

.text-primary {
    color: #ff0000 !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #cc0000 !important;
}