@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
*/

.c-prNotation{
  font-size:.8em!important;
  color:#9b9b9b;
  text-align:center;
}
.small-image{
  width:60%!important;
}
.asp-img img{
	display:inline!important;
	width:0!important;
	height:0!important;
}
.is-style-index{
  font-size:13px;
}

/*横スクロール*/

.scroll-parent-box{
  display: flex;
  overflow-x: scroll;
  padding: 2rem 0;
}
.scroll-child-box{
  padding: 2em;
  margin-left: 1.5rem;
  min-width: 300px;
  border-radius: 2px;
  border: solid 1px #e4a3bd;
}
.scroll-child-text,.scroll-child-img{
  margin-bottom: 1rem;
}
.scroll-child-img{
  text-align:center;
}

/*横スクロールEND*/

@media(min-width:960px){
.small-image{
  width:40%!important;
}
.scroll-child-box{
  min-width: 400px;
}