@charset "UTF-8";

/************************************
** ボックス
************************************/

.box_white {
  display: block;
  vertical-align: top;
  list-style: none;
  background-color: #fff;
  margin: 0;
  padding: 16px 16px;
  margin-bottom: 24px;
}

.box_gray {
  display: block;
  padding: 1em 1em;
  background-color: #f5f5f5;
}

.box_shadow {
  display: block;
  padding: 16px 16px;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  margin-bottom: 24px;
}
@media screen and (max-width: 640px) {
  .box_gray {
    padding: 1em;
  }
  .box_shadow {
    padding: 1em;
    margin-bottom: 16px;
  }
}

/************************************
** ボタン
************************************/

.bt {
display: inline-block;
margin: 0;
margin-right: 1.2em;
padding: 0;
}

.bt a {
display: block;
position: relative;
padding: 0;
color: #000;
text-decoration: none;
	border-bottom: 3px solid rgba(255,255,255,0.0);
}
.bt a:after {
    position: absolute;
  font-family: "Font Awesome 5 Free";
    content: '\f054';
	right: -1.2em;;
color: #0099FF;
font-weight: 900;
}
.bt a:hover {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.bt a:hover:after {
	right: -1.5em;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.bt a:before {
        content:"";
        display:block;
        position:absolute;
        left:0;
        bottom:0;
        width:0;
        height: 1px;
        background-color:#0099FF;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    }
.bt a:hover:before{
        bottom:-2px;
  width: 135%;/*hover時に表示*/
}



.bt_center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}
.bt_center:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.7;
}




.bt_kuwashiku {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 90%;
}
.bt_kuwashiku a {
  display: block;
  padding: 1em 2em;
  padding-right: 3em;
  color: #1b1987;
  border: 1px solid #1b1987;
  text-decoration: none;
  background-color: #f6f5fa;
  line-height: 1.0;
}
.bt_kuwashiku::after {
  position: absolute;
  content: ">";
  top: 50%;
	transform: translateY(-50%);
  right: 1em;
  color: #000;
}
.bt_kuwashiku a:hover {
  color: #000;
  background-color: #EEE;
}



/************************************
** list-style
************************************/
ol.list_suuji {
	counter-reset: my-counter;
	list-style: none;
  margin: 0;
  padding: 0;
}
ol.list_suuji li {
position: relative;
	list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 1em;
}
ol.list_suuji li::before {
	content: counter(my-counter);
	counter-increment: my-counter;
	display: block;
	float: left;
	margin-left: -1em;
}
ul.list_dott {
  margin: 0;
  padding: 0;
}
ul.list_dott li {
  position: relative;
  list-style: none;
  text-align: justify;
  margin: 0;
  padding: 0;
  padding-left: 1em;
}

ul.list_dott.inline li {
display: inline-block;
margin-right: 1em;
}
ul.list_dott.inline li:last-child {
margin-right: 0;
}
ul.list_dott li:before {
  position: absolute;
  content: "・";
  margin-left: -1.0em;
}

ul.list_maru {
  margin: 0;
  padding: 0;
}
ul.list_maru li {
  position: relative;
  list-style: none;
  text-align: justify;
  margin: 0;
  padding: 0;
  padding-left: 1em;
}
ul.list_maru.inline li {
display: inline-block;
margin-right: 1em;
}
ul.list_maru.inline li:last-child {
margin-right: 0;
}
ul.list_maru li:before {
  position: absolute;
  content: "●";
  margin-left: -1.0em;
}



ul.list_kome {
  margin: 0;
  padding: 0;
}
ul.list_kome li {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 1.0em;
}
ul.list_kome li:last-child {
  margin-bottom: 0;
}
ul.list_kome li:before {
  position: absolute;
  content: "※";
  margin-left: -1.0em;
}
ul.list_star {
  margin: 0;
  padding: 0;
}
ul.list_star li {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 1.2em;
}
ul.list_star li:last-child {
  margin-bottom: 0;
}
ul.list_star li:before {
  position: absolute;
  top:0;
  font-family: "Font Awesome 5 Free";
  content: "\f005";
  margin: 0;
  margin-left: -1.2em;
  padding: 0;
  color: #D25;
font-weight: 900;
}

ul.list_bus {
  margin: 0;
  padding: 0;
}
ul.list_bus li {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 1.2em;
}
ul.list_bus li:last-child {
  margin-bottom: 0;
}
ul.list_bus li:before {
  position: absolute;
  top:0;
  font-family: "Font Awesome 5 Free";
  content: "\f207";
  margin: 0;
  margin-left: -1.2em;
  padding: 0;
  color: #D25;
font-weight: 900;
}

ul.list_medical {
  margin: 0;
  padding: 0;
}
ul.list_medical li {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 1.2em;
}
ul.list_medical li:last-child {
  margin-bottom: 0;
}
ul.list_medical li:before {
  position: absolute;
  top:0;
  font-family: "Font Awesome 5 Free";
  content: "\f477";
  margin: 0;
  margin-left: -1.2em;
  padding: 0;
  color: #D25;
font-weight: 900;
}



ul.list_care {
  margin: 0;
  padding: 0;
}
ul.list_care li {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 1.5em;
}
ul.list_care li:last-child {
  margin-bottom: 0;
}
ul.list_care li:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\e05c";
  top:0;
  margin: 0;
  margin-left: -1.5em;
  padding: 0;
  color: #D25;
font-weight: 900;
}



ul.list_check {
  margin: 0;
  padding: 0;
}
ul.list_check li {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 1.2em;
}
ul.list_check li:last-child {
  margin-bottom: 0;
}
ul.list_check li:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  top:0;
  margin: 0;
  margin-left: -1.2em;
  padding: 0;
  color: #D25;
font-weight: 900;
}

ul.list_check_inline,
ul.list_clip_inline,
ul.list_arrow_inline {
  margin: 0;
  padding: 0;
}
ul.list_check_inline li {
  position: relative;
  display: inline-block;
  min-width: calc(100% / 5 - 16px);
  list-style: none;
  margin: 0;
  margin-right: 8px;
  padding: 0;
  padding-left: 1.2em;
}
ul.list_clip_inline li {
  position: relative;
  display: inline-block;
  min-width: calc(100% / 5 - 16px);
  list-style: none;
  margin: 0;
  margin-right: 8px;
  padding: 0;
  padding-left: 1.2em;
}
ul.list_arrow_inline li {
  position: relative;
  display: inline-block;
  min-width: calc(100% / 5 - 16px);
  list-style: none;
  margin: 0;
  margin-right: 8px;
  padding: 0;
  padding-left: 1.2em;
}

ul.list_arrow_inline li a {
  display: block;
  text-decoration: underline;
}

ul.list_check_inline li:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  top:0;
  margin: 0;
  margin-left: -1.2em;
  padding: 0;
  color: #D25;
font-weight: 900;
}
ul.list_clip_inline li:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f0c6";
  top:0;
  margin: 0;
  margin-left: -1.2em;
  padding: 0;
  color: #D25;
font-weight: 900;
}
ul.list_arrow_inline li:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  top:0;
  margin: 0;
  margin-left: -1.2em;
  padding: 0;
  color: #F9B54F;
font-weight: 900;
}



@media screen and (max-width: 640px) {
ul.list_check_inline li,
ul.list_clip_inline li,
ul.list_arrow_inline li {
  display: block;
  margin-bottom: 4px;
  margin-right: 0;
}
ul.list_check_inline li:last-child,
ul.list_clip_inline li:last-child,
ul.list_arrow_inline li:last-child {
  margin-bottom: 0;
}
}

.bt_arrow {
display: inline-block;
min-width: calc(50% - 16px);
text-align: center;
}

@media screen and (max-width: 640px) {
.bt_arrow {
min-width: calc(75% - 16px);
}
}
.bt_arrow a {
position: relative;
display: block;
padding: 0.5em 0.5em;
padding-right: 1.5em;
text-decoration: none;
color: #479557;
border: 1px solid #479557;
}
.bt_arrow a:hover {
background-color: #E9F6F2;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.bt_arrow a:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f138";
top:50%;
right: 1.5em;
transform: translateY(-50%);
  margin: 0;
  padding: 0;
  color: #F9B54F;
font-weight: 900;
}
.bt_arrow a:hover:before {
right: 0.5em;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}



