@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
a.swell-block-box-menu__link {
 font-size: 14px;
}
.top #content {
padding-top: 2em;
}
.swell-block-box-menu.is-style-fill .swell-block-box-menu__link {
    border-radius: 12px;
}
.swell-block-box-menu__text{
line-height:1.3;
}

img.alignleft{
margin: 0px 0.5em 0 0px;
}
.arpw-li {
    border-bottom: solid 1px #ccc;
    padding:10px 0px 10px 0px;
}

.lgraybox{
    background-color: #f3f3f3;
    padding: 10px 10px 30px 10px;
}
.arpw-li a{
color: #333;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
}

.btn-wrap {
  float: none !important;
  margin: 0 !important;
  min-height: 2em;
}
.btn-wrap img[width="1"] {
  position: absolute;
  bottom: 0;
  right: 0;
}
.bng{
text-align:center;
}
.btn, .ranking-item-link-buttons a,
.btn-wrap > a,
.wp-block-freeform .btn-wrap > a {
  color: #fff;
background-color: #32ad8a;
    width: 96%;
    margin-top: 10px;
    margin-bottom: 10px;
  font-weight: bold;
  border-radius: 5px;
  display: inline-block;
  cursor: pointer;
  line-height: normal;
  padding: 7px 13px;
  text-decoration: none;
  text-align: center;
  font-size: 15px;
  border: 2px solid transparent;
  position: relative;
}
.btn-l::after, .ranking-item-link-buttons a::after,
.btn-wrap.btn-wrap-l > a::after {
  content: "\f0a9";
  position: absolute;
  right: 0;
  font-size: 20px;
}

.btn:hover, .ranking-item-link-buttons a:hover,
.btn-wrap > a:hover {
  opacity: 0.7;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.btn:hover::after, .ranking-item-link-buttons a:hover::after,
.btn-wrap > a:hover::after {
  right: -4px;
  transition: all 0.3s ease-in-out;
}

.btn-l.btn-circle::after, .ranking-item-link-buttons a.btn-circle::after,
.btn-wrap.btn-wrap-l.btn-wrap-circle > a::after {
  right: 8px;
}
.btn-l.btn-circle:hover::after, .ranking-item-link-buttons a.btn-circle:hover::after,
.btn-wrap.btn-wrap-l.btn-wrap-circle > a:hover::after {
  right: 4px;
}
