@charset "UTF-8";
.basebody {
	color: #333;
	font: normal 100% '游ゴシック体','YuGothic',sans-serif;
	line-height: 2;
}

.fat {
	font: normal 100% fantasy;
	line-height: 2;
}

.h1_img {
	display: block;
	margin-bottom: 40px;
	width: 100%;
}

.basebody h4 {
	background: -moz-linear-gradient(135deg, #edd5be, #e6c19d);
	background: -webkit-linear-gradient(135deg, #edd5be, #e6c19d);
	background: linear-gradient(135deg, #edd5be, #e6c19d);
	color: #111;
	font-size: 130%;
	padding: 7px 5px;
	margin-bottom: 10px;
}

.basebody p { margin-bottom: 20px;}

.anker a {
	box-sizing: border-box;
	display: block;
	background: #ed9226;
	border-radius: 5px;
	color: #fff;
	font-weight: 600;
	padding: 8px;
	margin: 0 auto;
	text-align: center;
	text-decoration: none;
	position: relative;
	-webkit-font-smoothing: antialiased;
}

.anker a:hover {
	opacity: 0.7;
	transition: 0.3s;
}

.basebody .sc {
	border-collapse: collapse;
	border: solid 1px #666;
	background: #fff;
	margin: 10px 0 20px;
	width: 100%;
}

.basebody .sc th,
.basebody .sc td {
	border: solid 1px #666;
	padding: 10px;
}

.basebody .sc th {
	background: rgba(247,238,229,0.5);
	color: #000;
	font-size: 110%;
	font-weight: 600;
	line-height: 1.7;
	text-align: center;
	width: 30%;
}

.basebody .bg_img {
	float: right;
	margin: 0 0 10px 10px;
	width: 240px;
}

.basebody .normal_box {
	border: solid 2px #ccc;
	border-radius: 5px;
	overflow: hidden;
	padding: 10px;
	margin-bottom: 20px;
}

.basebody .white_box {
	border: solid 1px #ccc;
	border-radius: 5px;
	overflow: hidden;
	padding: 10px;
	margin-bottom: 20px;
	background: #fff;
	width: 100%;
	text-align: left;
}

.basebody .white_box th {
	width: 100px;
}

.basebody .white_box td {
	text-align: left;
}

.note_wrap {
  box-sizing: border-box;
  border: solid 1px #ddd;
  background: #fff;
  padding: 1em 2em;
  width: 100%;
  margin: 1px auto 30px;
}

.note {
  background-image:
    linear-gradient(
      180deg,
      rgba(0,0,0,0) 0%,
      rgba(0,0,0,0) 97%,
      #ddd 97%,
      #ddd 100%
    );
  background-size:100% 2em;
  line-height:2;
}

.note p {
  margin-bottom:2em;
}

.basebody .dai {
	margin-bottom: 1px;
}

.basebody .dai span {
	display: inline-block;
	background: #fb5c00 !important;
	color: #fff;
	font-size: 110%;
	padding: 2px 5px;
}

.basebody .number {	margin-bottom: 1px !important;}

.basebody .number span {
	background: #594e21;
	color: #fff;
	padding: 3px;
}

.basebody .nttl { font-size: 120%;}

.basebody .md_box {	margin-bottom: 5px;}

.basebody .author {
	font-size: 110%;
	font-weight: 600;
	margin-bottom: 5px;
}

.basebody .pro_img {
	float: right;
	margin: 0 0 20px 20px;
	width: 200px;
}

.cautiion {
	border: solid 1px #fb5c00;
	padding: 5px;
}

.basebody .bg_img2 {
	float: right;
	width: 250px;
	margin: 0 0 20px 10px;
}

.basebody .bg_img2 img {
	width: 100%;
	margin-bottom: 20px;
}

.basebody .bg_img3 {
	/*
	float: right;
	margin: 0 0 20px 10px;
	*/
	width: 100px;
	float: left;
	margin: 0 10px 0 0;
}

.basebody .bg_img3 img {
	width: 100%;
	margin-bottom: 20px;
}

.basebody .sp { display: none;}

.basebody .of_box {
	overflow: hidden;
	margin-bottom: 20px;
}

.slink a { color: #333;}

.slink a:hover { color: #f00;}

.basebody .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 30px;
}

.basebody .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.basebody .btn a {
	box-sizing: border-box;
	display: block;
	border: solid 1px #5692da;
	background: #5692da;
	border-radius: 5px;
	color: #fff;
	font-size: 120%;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	padding: 15px 10px;
	margin-bottom: 15px;
	position: relative;
}

.basebody .btn a::after {
	content: "▸";
	position: absolute;
	right: 10px;
	top: 50%;
	margin: auto;
	transform: translateY(-50%);
}

.basebody .btn a:hover {
	/*background: #ff8981;*/
	color: #fff;
	opacity: 0.7;
	transition: 0.3s;
}

.w100 { width: 100%;}

.basebody .title_2 { margin: 1em 0 0.5em; font-size: 120%; font-weight: 600; color: #c00; border-bottom: 2px solid #c00; background: none !important;}
.basebody .title_3 { margin-top: 0.5em; font-size: 110%; font-weight: 600; color: #c00;}
.basebody .title_4 { margin-top: 0.5em; font-size: 110%; font-weight: 600; color: #000;}
.basebody .cap_text { margin-top: 0.5em; font-size: 90%; color: #000;}

.basebody .frame_ag {
	box-sizing: border-box;
	width: 100%;
	height: 20em;
	border: 1px solid #999;
	margin-bottom: 3em;
	padding: 5px;
	overflow:auto;
}

.basebody .frame_ag .frame_title {
	font-size: 105%;
	font-weight: 700;
	color: #f00;
}

.ichi {
	color: #fb5c00;
	font-size: 150%;
}

.huki_box {
	width: 70%;
	margin-bottom: 30px;
}

.huki_box img {
	display: block;
	width: 90%;
	text-align: center;
	margin: auto;
}

.price1 { width: 80%;}


@media print, screen and (max-width: 800px) {
.basebody p br,
.basebody .sc th br {
	display: none !important;
}

.basebody .bg_img {
	display: block;
	float: none;
	margin: 20px auto;
	text-align: center;
	width: 80%;
}

.basebody .bg_img2 {
	display: block;
	float: none;
	margin: 20px auto;
	text-align: center;
	width: 100%;
}

.basebody .bg_img2 img {
	width: 49%;
	margin: 0 1% 10px 0;
	float: left;
}

/*
.basebody .bg_img3 {
	width: 18%;
	float: right;
	margin: 0 0 0 10px;
}
*/
.basebody .pc { display: none;}
.basebody .sp { display: block;}

.basebody .pro_img {
	display: block;
	float: none;
	margin: 20px auto;
	text-align: center;
	width: 50%;
}

.huki_box {	width: 100%;}

.price1 { width: 100%;}
}


.basebody b { font-size: 110% !important;}

.bg_red {
	background: #f23041;
	color: #fff;
	padding: 2px 5px;
	margin-bottom: 5px !important;
}

.br_gray { border: solid 1px #ccc;}

.br_none { border: none !important;}

.clear { clear: both !important;}

.mt_0 { margin-top: 0 !important;}
.mt_20 { margin-top: 20px !important;}
.mb_0 { margin-bottom: 0 !important;}
.mb_5 { margin-bottom: 5px !important;}
.mb_10 { margin-bottom: 10px !important;}
.mb_20 { margin-bottom: 20px !important;}
.mb_30 { margin-bottom: 30px !important;}
.mb_40 { margin-bottom: 40px !important;}

.bg_yellow { background: #ff0; padding: 1px 3px !important;}
.bg_gold { background: #dfcc63; padding: 1px 3px !important;}
.bg_silver { background: #d9dce1; padding: 1px 3px !important;}

.c_green { color: #42ad88;}
.c_gold { color: #dfcc63;}
.c_silver { color: #d9dce1;}
.c_orange { color: #fc9b63;}
.c_red { color: #cc0000;}
.c_purple { color: #d868e6;}
.c_blue { color: #4e7cb2 !important;}

.min {	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}

.fs_80p { font-size: 80% !important;}
.fs_90p { font-size: 90% !important;}
.fs_100p { font-size: 100% !important;}
.fs_110p { font-size: 110% !important;}
.fs_120p { font-size: 120% !important;}
.fs_130p { font-size: 130% !important;}
.fs_140p { font-size: 140% !important;}
.fs_150p { font-size: 150% !important;}
.fs_150p { font-size: 150% !important;}
.fs_160p { font-size: 160% !important;}
.fs_170p { font-size: 170% !important;}

.fw_600 { font-weight: 600 !important;}
.fw_normal { font-weight: normal !important;}

.ta_center { text-align: center !important;}
.ta_right { text-align: right !important;}

.td_under { text-decoration: underline;}
.td_red {
  text-decoration-line: underline;
  text-decoration-color: #f00;
}

.basebody .bg_yellow { background: #ff0;}

.nolist {
	list-style:none;
	margin: 0;
	padding: 0;
}

.txtidt li {
 margin-left: 1em;
 text-indent: -1em;
 margin-bottom: 3px;
}

.txtidt li:last-child { margin-bottom: 0;}

.check li {
    position: relative;
    padding-left: 25px;
  }

.check li:before {
    content: "";
    position: absolute;
    top: .35em;
    left: 6px;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
    width: 3px;
    height: 7px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    margin-top: 5px;
}

.check li:after {
    content: "";
    position: absolute;
    top: .2em;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #333;
    border-radius: 2px;
    margin-top: 4px;
    /*background: rgba(204,204,204,0.2);*/
}

.balloon1 {
  position: relative;
  display: inline-block;
  margin: auto auto 15px !important;
  padding: 7px 10px;
  width: 96%;
  color: #555;
  background: #e0edff;
  border-radius: 5px;
  text-align: center;
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #e0edff;
}

.balloon1 p {
  margin: 0;
  padding: 0;
  text-align: center !important;
}

.sp_img { display: none;}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {  min-height: 1px;}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

@media print, screen and (max-width: 800px) {
.pc_img { display: none !important; }
.sp_img { display: block !important; }
}