@charset "utf-8";

p.midashi {
	margin: 10px;
}

.midashi2 {
	font-size: 14px;
	background-color: #CCCCCC;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
}

.attention {
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	color: #666666;
	padding:0 10px;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #79b7f5;
	margin-bottom: 15px;
	white-space: nowrap
}

.guideBox {
	margin-bottom: 20px;
	border: 5px solid #CCC;
	padding: 10px;
}
.guideBox h3 {
	font-size: 16px;
	margin-bottom: 20px;
	font-weight: normal;
	background-color: #F36;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

.guideBox h3 span {
	background-color: #F60;
	margin-left: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
/**2024/03/05追加ここから**/
.guideBox{
	display:flex;
	justify-content:space-between;
	width:calc(100% -20px);
	flex-wrap:wrap;
	margin:0 auto 10px;
}
.guideBox h3{
	width:calc(100% -20px);
	margin:5px auto 10px;
}
.guideBox .textBox{
	width:63%;
	}
.guideBox .imgBox{
	width:32%;
}
/**.textBox {
	float: left;
	width: 63%;
	margin-right: 5%;
}

.imgBox {
	width: 32%;
	float: left;
}**/
/**2024/03/05追加ここまで**/
.imgBox img {
	max-width: 100%;
	height: auto;
}

.buyBox {
/**	float: right;**/
	background-color: #efefef;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-top: 20px;
}

.guideBox .syosai {
	font-size: 14px;
	text-align: center;
	border-radius: 5px;        /* CSS3草案 */
	border: 1px solid #018BD4;
	/**margin-top: 20px;**/
	display:flex;
	justify-content:center;
	width:96%;
	margin:20px auto 0;
}
.guideBox .syosai a {
	color: #018BD4;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
}

.magazineBox {
	margin-bottom: 20px;
	border: 5px solid #CCC;
	padding: 10px;
}
.s1R{
	display:flex;
	justify-content:center;
	margin:10px auto;
}
.s1R a{
	text-align:center;
	padding:20px;
	width:calc(100% -40px);
}
.magazineBox h3 {
	font-size: 16px;
	margin-bottom: 20px;
	font-weight: normal;
	background-color: #018BD4;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
.magazineBox h3 span {
	font-size: 12px;
	color: #018BD4;
	background-color: #FFF;
	padding-right: 5px;
	padding-left: 5px;
	margin-left: 10px;
}

.buyBox p.magazine {
	font-size: 12px;
	line-height: 1.8em;
}

.buyButton {
	text-align: center;
	width: 170px;
/**	float: right;**/
	background-color: #F60;
	font-size: 16px;
	line-height: 50px;
	height: 50px;
	border-radius: 5px;
	margin-top: 10px;
}
.buyBox{
	width:calc(100% -40px);
	display:flex;
	justify-content:flex-end;
	margin-right: 0;
	margin-left: auto;
}
.magazineBox .buyBox{
	width:55%;
}
.buyButton a {
	color: #FFF;
	display: block;
	text-decoration: none;
}
.atherBox {
	background-color: #D9F1FF;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

.atherBox h4 {
	color: #36C;
	text-align: center;
	margin-bottom: 10px;
}

.atherBoxIn {
	padding-bottom: 10px;
	display:flex;
	justify-content:space-between;
	width:calc(100% - 20px);
	flex-wrap:wrap;
	align-items:center;
}
.alterBoxIn img{
	width:40%;
	object-fit:contain;
}
.alterBoxIn .s2{
	width:55%;
}
.alterBoxIn .hakkou{
	width:20%;
}
.alterBoxIn .buyButton{
	width:60%;
}
.guideBoxIn {
	padding: 20px;
	border: 1px dotted #F36;
	width:calc(100% - 40px);
	margin:0 auto;
}

p.tyuui {
	font-size: 12px;
	line-height: 18px;
	background-image: url(../magazine/images/point2.gif);
	background-repeat: no-repeat;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-left: 20px;
}
.attentionBox {
	background-color: #efefef;
	padding: 10px;
	margin-bottom: 20px;
}
.attentionBox h3 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #79B6F4;
	color: #333;
}


.guideBoxIn {
	padding: 10px;
	border: 1px dotted #F36;
	margin-top: 10px;
	margin-bottom: 10px;
}
table.addition_table {
    width:100%;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-top: 20px;
	margin-bottom: 20px;
}

table.addition_table th,td{
	font-size: 12px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}

table.addition_table th.THb2{
	text-align: center;
	background-color: #F4F4F4;
}

table.addition_table th.THb{
	text-align: center;
	background-color: #E1F7FF;
}

table.addition_table th.THs{
	text-align: center;
	background-color: #F4F4F4;
}

table.addition_table td.school{
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #39F;
	border-bottom-color: #39F;
	background-color: #E1F7FF;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
}

p.hakkou {
	font-size: 12px;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #333;
	margin-bottom: 10px;
/**	float: left;**/
}
.addition-box{
	padding-top: 170px;
	margin-top: -170px;
}
.additionH4 {
	font-size: 16px;
	color: #FFF;
	background-color: #0099FF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 40px;
}
.additionH5{
	font-size: 14px;
	color: #484848;
	list-style: 1.5;
	font-weight: 700;
	border-bottom: #9CC65C solid 3px;
	margin: 5px 5px 10px;
	padding: 0 10px;
}
.link_ul {
	background-color: #ffffff;
	display: flex;
	flex-wrap: wrap;
}
.link_ul li{
	width: 46%;
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 10px;
}
.link_ul li a {
	width: 100%;
	height: 100%;
	color: #09F;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	border: 2px solid #09F;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 1.25em;
}
.link_ul li a:hover {
	background-color: #E1F7FF;
}
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
.imgBox .p_att {
	font-size: 12px;
	color: #F36;
	text-align: center;
	border: 1px solid #F36;
}

.newBox {
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 10px;
border: 5px solid #EE84A8;
height: auto;
border-radius: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin-top: 10px;
}
.newBox h3 {
	font-size: 16px;
}
.newBox h3 span {
	background-color: #FF6600;
	color: #FFFFFF;
	border-radius: 20px;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 10px;
	line-height: 25px;
}
.newBox .link {
background-color: #FF3366;
border-radius: 5px;
text-align: center;
}
.newBox .link a {
	color: #FFFFFF;
	display: block;
	padding: 5px 10px;
}
.newBox .link a:hover {
	background-color: #EE84A8;
	display: block;
	border-radius: 5px;
}
/* ↓スクロールに応じて要素を固定↓ */
/* #containerにhiddenがありstickyが効かないため解除 */
.cancel-hidden{
	overflow: inherit!important;
}
.sticky {
    position: -webkit-sticky; /* Safari用 */
    position:sticky; /* 要素をスクロールに応じて固定 */
    top:0; /* 縦スクロールに追従 */
    z-index: 100; /* z-indexで最前面に持ってくる */
}
.thead-sticky {
    position: -webkit-sticky; /* Safari用 */
    position: sticky; /* 要素をスクロールに応じて固定 */
    top: 0; /* 縦スクロールに追従 */
    z-index: 3; /* z-indexで前面に持ってくる */
}
.th-sticky {
    position: -webkit-sticky; /* Safari用 */
    position: sticky; /* 要素をスクロールに応じて固定 */
    left: 0; /* 横スクロールに追従 */
    z-index: 2; /* z-indexで前面に持ってくる */
}

