@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
*/
.st-mybox{
    padding:1em;
}
.st-aka {
    color: #f33;
}
a.p-toc__link.current {
  background-color: #f2ffd0 !important;
}

.yellowbox, .redbox {
    margin: 70px auto;
    width: 96%;
    padding:1em;
    font-size: 16px !important;
    box-shadow: 0px 0px 1px #b8aeae;
    background-color: #ffffe0;
    border: solid 1px #fffacd;

}
.yellowbox a{
	font-size: 20px;
	font-weight: bold;
    font-style: italic;
}
.yellowbox p a{
	font-weight: bold;
}
h2{
	font-size: 18px;
	line-height: 120%;
}
.fzbig{
	font-size: 145%;
	font-weight: bold;
}
.fzsmall{
	font-size: 100%;
}

div.st-mcbtn-box {
    margin: 50px auto;
    padding: 20px 10px;
    background: #fafafa;
    border: 1px solid #bab8b8;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;

}
.st-aka {
    color: #ff3333;
}
.st-mybtn a {
    padding: 0.7em 1.5em;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    width: 100%;
    height: 100%;
    text-decoration: none;
    justify-content: center;
    align-items: center;
}

/* 赤いボタン　*/
p#cvbtn{
	margin-top: 12px;
	background:#e53935; background: linear-gradient(to bottom, #f44336, #e53935);border-color:#e57373;border-width:1px;border-radius:5px;font-size:120%;font-weight:bold;color:#fff;width:90%;box-shadow:0 3px 0 #c62828;
}
div.st-mcbtn-box a {
    font-weight: bold;
    color: #fff;
}


p#orange_btn{
	
	
	
	/* 赤とオレンジのグラデーションのボタン*/
	margin-top: 12px;
	background: rgb(232,228,11);
	/*background: linear-gradient(341deg, rgba(232,228,11,1) 0%, rgba(226,61,182,1) 100%);*/
	background:#e53935; background: linear-gradient(to bottom, #f44336, #e53935);border-color:#e57373;border-width:1px;border-radius:5px;font-size:120%;font-weight:bold;color:#fff;width:90%;box-shadow:0 3px 0 #c62828;

	border-radius:5px;font-size:120%;font-weight:bold;color:#fff;width:90%;
	
	box-shadow:0 5px 0 rgba(226,61,182,1) 100%);
	transition:box-shadow 0.5s ,transform 0.5s;
	
}

p#orange_btn:hover{
	transform: translateY(5px);
    box-shadow: 0 0 0 #333;
}




.ratetext{
	color: #554d4d;
	font-size:12px;
}
