@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
/*

#photo_box	{
	@include create_grid_list($photo_list_width,$photo_list_num,$photo_list_margin,shadow_on);
}

<ul class="grid_list">
	<li><img src="images/photo01.png" alt=""><p>コメント</p></li>
	<li><img src="images/photo01.png" alt=""><p>コメント</p></li>
	<li><img src="images/photo01.png" alt=""><p>コメント</p></li>
	<li><img src="images/photo01.png" alt=""><p>コメント</p></li>
</ul>


*/
/*boxに矢印追加*/
/* ナビリストサンプル
ファイルネーム:サイズ
$SUB_MENU_WIDTH:120px;
$BNR_LIST: (
	bnr1:$SUB_MENU_WIDTH,
	bnr2:$SUB_MENU_WIDTH,
	bnr3:$SUB_MENU_WIDTH,
	bnr4:$SUB_MENU_WIDTH
);
*/
@import url(style.css) screen and (min-width: 769px);
@import url(smart.css) screen and (max-width: 768px);
@import url(low_style.css) screen and (min-width: 769px);
@import url(low_smart.css) screen and (max-width: 768px);
.table_block > div img {
	border: 5px solid #fff;
	display: block;
	-moz-box-shadow: 0px 0px 5px #333333;
	-webkit-box-shadow: 0px 0px 5px #333333;
	box-shadow: 0px 0px 5px #333333;
}

.table_block > div,
.table_block > a {
	display: table-cell;
	padding: 10px;
	border: 1px solid #666;
}

.table_block {
	width: 540px;
	display: table;
	table-layout: fixed;
	margin: 20px 0px;
}

.table_block > div img {
	width: 150px;
	margin-bottom: 5px;
}

.table_block > div p {
	background: #fff;
	-moz-border-radius: 5px / 5px;
	-webkit-border-radius: 5px 5px;
	border-radius: 5px / 5px;
	text-align: center;
	font-weight: bold;
	line-height: 1.5;
	padding: 5px 5px 8px 5px;
	margin: 5px 0px 10px 0px;
}

/*widthの値をpadding+margin+borderを含む値に（ie7は非対応ie5.5以前はデフォルトでborder-box）*/
/*
*/
.grid_full {
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
}

span.hide {
	display: none;
}

.bevel {
	background-position: bottom left, bottom right, top right, top left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	line-height: 1.5;
	font-size: 16px;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

.box {
	width: 200px;
}

.kadomaru {
	display: inline-block;
	margin: 0 0 0 auto;
	text-align: center;
}

.kadomaru a {
	padding: 5px 10px;
	margin-bottom: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	display: block;
	text-decoration: none;
}

.kadomaru a.upper {
	margin-bottom: 0;
	border-radius: 10px 10px 0px 0px;
}

.kadomaru.kado_tel {
	margin: 0 auto;
	border: 1px solid #2F7230;
}

.arrows {
	position: relative;
}

.arrows.left:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 0.8rem;
	border: 0.8rem solid transparent;
	border-left: 0.8rem solid;
}

.arrows.right:before {
	width: 0.8rem;
	border: 0.8rem solid transparent;
	border-left: 0.8rem solid;
}

.arrows.bottom:before {
	width: 0.8rem;
	border: 0.8rem solid transparent;
	border-left: 0.8rem solid;
}

.arrows.left:before {
	width: 0.8rem;
	border: 0.8rem solid transparent;
	border-left: 0.8rem solid;
}

.c_blue {
	color: #3FA9F5;
}

.c_green {
	color: #40A239;
}

.c_red {
	color: red;
}

.big {
	font-size: 2.1rem;
}

.mid {
	font-size: 1.5rem;
}

.s_mid {
	font-size: 0.8rem;
}

.tel_mid {
	font-size: 1.1rem;
}

.small {
	font-size: 0.7rem;
}

.shadow {
	text-shadow: 1px 1px 2px #000;
}

html {
	height: 100%;
}

body {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-family: "Noto Sans JP", "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, sans-serif;
	color: #333;
	height: 100%;
}

a:hover {
	opacity: .7;
}

plan_bnr a:hover {
	opacity: .7;
}

.header a:hover {
	opacity: 1;
}

.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

.hide {
	display: none;
}

.clear {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

.font_min {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

h1 {
	margin: 0;
	padding: 0;
}

.u_l {
	display: inline-block;
	border-bottom: 1px solid #000;
	padding-bottom: 2px;
}

a {
	-moz-transition: opacity 0.5s ease-out;
	-o-transition: opacity 0.5s ease-out;
	-webkit-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
	text-decoration: none;
	color: #5D7A75;
}

a:hover {
	text-decoration: underline;
}

a.animated {
	display: block;
	padding: 10px;
	border: 1px solid #444;
	background-color: #fff;
}

a.animated:hover {
	background-color: #eee;
}

.comment_m {
	font-size: 1.2rem;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	margin: 20px 0;
}

.rdp {
	font-size: 1.5rem;
	margin: 50px 0 0 auto;
	text-align: left;
	background: #EA849E;
	padding: 0px 10px;
	margin-bottom: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	display: block;
	text-decoration: none;
	color: #fff;
	border: 1px solid #EA849E;
}

.f_m {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

h5.ch {
	padding-left: 65px;
	line-height: 50px;
	font-size: 1.6rem;
	font-weight: normal;
	background: url("../images/check_icon.png") 10px 0 no-repeat;
	border-bottom: 1px solid #666;
}

h6 {
	font-weight: normal;
	font-size: 1.3rem;
	margin: 10px 0;
}

h6.sm {
	font-weight: bold;
	font-size: 1.1rem;
	margin: 20px 0 10px;
}

h3.sm {
	font-weight: normal;
	font-size: 1.0rem;
	border-bottom: 1px solid #666;
}

.red {
	color: red;
	font-size: 1.4rem;
	border-bottom: 1px solid red;
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
}

h3.bt {
	border: 1px solid #F2782F;
	color: #F2782F;
	padding: 10px;
	text-align: center;
}

h3.bt2 {
	border: 1px solid red;
	color: black;
	padding: 10px;
	text-align: left;
}

.pink {
	color: #EA849E;
}

div {
	box-sizing: border-box;
}

dl.qa div {
	box-sizing: content-box;
}

.f_w_n {
	font-weight: normal;
	line-height: 1.5;
}

.cl_sp {
	color: #5DCCD8;
}

.cl_md {
	color: #39B14A;
}

.cl_bt {
	color: #EA849E;
}

.cl_bt2 {
	color: #ff0000;
}

h3.big {
	font-weight: normal;
	text-align: center;
	font-size: 1.8rem;
}

h3.mid {
	font-weight: normal;
	text-align: center;
	font-size: 1.0rem;
}

h3.book {
	font-weight: normal;
	text-align: left;
	font-size: 0.8rem;
	margin: 5px 0px;
}

h3.qa {
	color: #5DCCD8;
	border: 1px solid #5DCCD8;
	padding: 10px;
}

h4.book {
	font-weight: normal;
	text-align: left;
	font-size: 0.8rem;
	margin: 0px 0px;
	color: red;
}

h4.blue {
	font-weight: normal;
	text-align: left;
	font-size: 1.2rem;
	margin: 0px 0px;
	color: #2F7230;
}

.case_info {
	text-align: left;
	padding-left: 20px;
}

.qa .small {
	font-size: 1.3rem;
}

.q_sm {
	font-size: 1.15rem;
}

.q_sm2 {
	font-size: 1.0rem;
}

.f2 {
	margin: 0px 0px 15px;
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 30px;
}

.f2 th {
	padding: 5px 10px 5px 22px;
	border: 0px solid #cccccc;
	background: #f0f0f0 url("images/square3.gif") 10px 10px no-repeat;
	font-size: 16px;
	line-height: 150%;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	border-bottom: 2px solid #fff;
	background: #E3DFD1;
	text-align: center;
	width: 6rem;
	vertical-align: middle;
}

.f2 td {
	padding: 10px 10px;
	border-bottom: 2px solid #fff;
	font-size: 16px;
	line-height: 150%;
	vertical-align: top;
	background: #F5F3E9;
}

.f_s_s {
	font-size: 0.9rem;
}

.f_s_m {
	font-size: 1.0rem;
}

.f_s_l {
	font-size: 1.1rem;
}

.f_s_b {
	font-size: 1.2rem;
}

.b_l_s_s {
	width: 250px;
}

.a_c {
	text-align: center;
}

.a_r {
	text-align: right;
}

.text_a_r {
	text-align: right;
}

.a_l {
	text-align: left;
}

.a_c {
	text-align: center;
}

.f_w_n {
	font-weight: normal;
}

.f_w_b {
	font-weight: bold;
}

.staff.kadomaru {
	width: 200px;
}

.staff.kadomaru a {
	background: #fff;
	color: #000;
	border: 1px solid #DCD8CA;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 16px;
}

.staff.kadomaru a:hover {
	background: #efefef;
	border: 1px solid #2F7230;
	text-decoration: none;
}

.page_top {
	display: inline-block;
	margin: 0 0 0 auto;
	text-align: center;
}

.page_top a {
	background: #2F7230;
	padding: 5px 10px;
	margin-bottom: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	display: block;
	text-decoration: none;
	color: #fff;
	border: 1px solid #2F7230;
}

.page_top a:hover {
	color: #2F7230;
	background: #fff;
	border: 1px solid #2F7230;
}

.box_link {
	margin: 0 0 0 auto;
	text-align: center;
}

.box_link.ib {
	display: inline-block;
}

.box_link a {
	border-radius: 15px;
	padding: 5px 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
	text-decoration: none;
	background: #fff;
	color: #333;
	border: 1px solid #333;
}

.box_link a:hover {
	color: #3E938E;
	background: #fff;
	border: 1px solid #3E938E;
}

.box_link.blue a {
	background: #3E938E;
	color: #fff;
	border: 1px solid #3E938E;
}

.box_link.blue a:hover {
	color: #3E938E;
	background: #fff;
	border: 1px solid #3E938E;
}

.box_link.blue a.c {
	color: #fff;
	background: #3E938E;
	border: 1px solid #3E938E;
}

.box_link.white_blue a {
	background: #fff;
	color: #3E938E;
	border: 1px solid #3E938E;
}

.box_link.white_blue a:hover {
	color: #fff;
	background: #3E938E;
	border: 1px solid #3E938E;
}

.box_link.white_blue a.c {
	color: #fff;
	background: #3E938E;
	border: 1px solid #3E938E;
}

.box {
	font-weight: bold;
	margin: 0 0 0 auto;
	text-align: center;
	font-size: 1.2rem;
	padding: 5px 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
	text-decoration: none;
}

.box.bk {
	color: #000;
	background: #fff;
	border: 1px solid #000;
}

.box.bk_full {
	margin: 0;
	width: 100%;
	color: #000;
	background: #fff;
	border: 1px solid #000;
}

.box.blue {
	color: #2F7230;
	background: #fff;
	border: 1px solid #2F7230;
}

.box.in_blue {
	width: 150px;
	font-size: 1rem;
	color: #fff;
	margin: 0 0 0 0;
	padding: 0;
	background: #2F7230;
	border: 1px solid #2F7230;
}

.box_inline {
	font-weight: bold;
	margin: 0 0 0 auto;
	text-align: center;
	font-size: 1.2rem;
	padding: 5px 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	display: inline-block;
	text-decoration: none;
}

.box_inline.bk {
	color: #000;
	border: 1px solid #000;
}

.box_inline.blue {
	color: #2F7230;
	background: #fff;
	border: 1px solid #2F7230;
}

.address .box_inline {
	width: 8rem;
	font-weight: bold;
	margin: 0 0 0 auto;
	text-align: center;
	font-size: .8rem;
	padding: 2px 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	display: inline-block;
	text-decoration: none;
}

.address .address_f {
	font-size: .8rem;
}

.c_info {
	background: #EEF4F9;
}

.c_info_dk {
	background: #9AC4F2;
}

.c_bumon {
	background: #FCF0EC;
}

.c_bumon_dk {
	background: #EDAEA6;
}

.c_maker {
	background: #F5EBE9;
}

.c_recruit {
	background: #F5F9DB;
}

.c_contact {
	background: #FEFFDE;
}

.tac {
	text-align: center;
}

.tac .test {
	font-size: 10rem;
}

.mail_c:hover {
	opacity: 0.7;
}

.film_roll_prev,
.film_roll_next {
	border-radius: 0px !important;
	padding-top: 10px !important;
	background-color: transparent !important;
	border: none !important;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.indent {
	margin-left: 1rem;
	text-align: left;
	margin-bottom: 5px;
}

.ie_zukuri li {
	border: 1px solid #333;
	padding: 5px;
	margin-bottom: 10px;
}

.ie_zukuri li a:hover {
	text-decoration: none;
	opacity: 0.7;
}

.ie_zukuri dl {
	padding: 0;
	margin: 0;
}

.ie_zukuri dl dt {
	padding: 0;
	margin: 0;
	display: table-cell;
	font-size: 0;
}

.ie_zukuri dl dd {
	font-size: 0.75rem;
	padding: 0;
	margin: 0;
	padding-left: 10px;
	display: table-cell;
	vertical-align: middle;
}

.voice_box,
.a_comment,
.comment {
	font-size: 1rem;
	line-height: 1.5;
}

.qa_box {
	counter-increment: section;
}

.qa_box dd {
	display: table-cell;
}

.qa_box dt {
	display: table-cell;
}

.qa_box dd::before {
	content: counter(section) ". ";
}

dd {
	margin-bottom: 1rem;
}

label {
	display: block;
}

.copy {
	padding: 20px;
	text-align: center;
}

.flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.header_maru {
	color: #505050;
  /*文字色*/
	padding: 0.5em;
  /*文字周りの余白*/
	display: inline-block;
  /*おまじない*/
	line-height: 1.3;
  /*行高*/
	background: #dbebf8;
  /*背景色*/
	vertical-align: middle;
  /*上下中央*/
	border-radius: 25px 0px 0px 25px;
  /*左側の角を丸く*/
}

.header_maru:before {
	content: '●';
	color: white;
	margin-right: 8px;
}

.header_st {
	background: #dfefff;
	box-shadow: 0px 0px 0px 5px #dfefff;
	border: dashed 1px #96c2fe;
	padding: 0.2em 0.5em;
	color: #454545;
}

.header_pr {
	position: relative;
	background: #dfefff;
	box-shadow: 0px 0px 0px 5px #dfefff;
	border: dashed 2px white;
	padding: 0.2em 0.5em;
	color: #454545;
}

.header_pr:after {
	position: absolute;
	content: '';
	left: -7px;
	top: -7px;
	border-width: 0 0 15px 15px;
	border-style: solid;
	border-color: #fff #fff #a8d4ff;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

.header_ribon {
	position: relative;
	padding: 0.5em;
	background: #a6d3c8;
	color: white;
}

.header_ribon::before {
	position: absolute;
	content: '';
	top: 100%;
	left: 0;
	border: none;
	border-bottom: solid 15px transparent;
	border-right: solid 20px #959e9b;
}

.header_happa {
	position: relative;
	color: #158b2b;
	font-size: 20px;
	padding: 10px 0;
	text-align: center;
	margin: 1.5em 0;
}

.header_happa:before {
	content: "";
	position: absolute;
	top: -8px;
	left: 50%;
	width: 300px;
	height: 6rem;
	border-radius: 50%;
	border: 5px solid #a6ddb0;
	border-left-color: transparent;
	border-right-color: transparent;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.header_check {
	position: relative;
	padding-left: 1.2em;
  /*アイコン分のスペース*/
	line-height: 1.4;
}

.header_check:before {
	font-family: "Font Awesome 5 Free";
	content: "\f00c";
  /*アイコンのユニコード*/
	position: absolute;
  /*絶対位置*/
	font-size: 1em;
  /*サイズ*/
	left: 0;
  /*アイコンの位置*/
	top: 0;
  /*アイコンの位置*/
	color: #5ab9ff;
  /*アイコン色*/
}

.header_tab {
	position: relative;
	border-top: solid 2px #80c8d1;
	border-bottom: solid 2px #80c8d1;
	background: #f4f4f4;
	line-height: 1.4;
	padding: 0.4em 0.5em;
	margin: 2em 0 0.5em;
	counter-increment: num;
}

.header_tab:after {
  /*タブ*/
	position: absolute;
	font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
	content: counter(num,decimal-leading-zero) "月";
	background: #84CAB7;
	color: #fff;
	left: 0px;
	bottom: 100%;
	border-radius: 5px 5px 0 0;
	padding: 5px 7px 3px;
	padding: 5px 20px;
	font-size: 1rem;
	line-height: 1;
	letter-spacing: 0.05em;
}

.header_fukidashi {
	position: relative;
	padding: 8px 15px;
	margin-left: 40px;
	background: #def3ff;
	border-radius: 20px;
}

.header_fukidashi:before {
	font-family: "Font Awesome 5 Free";
	content: "\f111";
	position: absolute;
	font-size: 15px;
	left: -40px;
	bottom: 0;
	color: #def3ff;
}

.header_fukidashi:after {
	font-family: "Font Awesome 5 Free";
	content: "\f111";
	position: absolute;
	font-size: 23px;
	left: -23px;
	bottom: 0;
	color: #def3ff;
}

.header_hajimaru {
	position: relative;
	color: #333333;
	text-shadow: 0 0 2px white;
	background: #e0f3ff;
	z-index: -4;
	border-radius: 0 10px 10px;
}

.header_hajimaru:before {
	content: "";
	position: absolute;
	background: #9de5ff;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	top: 50%;
  /* border: dashed 1px white; */
	left: -15px;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: -1;
}

table.try {
	width: 500px;
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 0px 15px;
	font-size: 12px;
}

table.try th,
table.try td {
	padding: 10px;
}

table.try th {
	background: #295890;
	vertical-align: middle;
	text-align: left;
	width: 100px;
	overflow: visible;
	position: relative;
	color: #fff;
	font-weight: normal;
	font-size: 15px;
}

table.try th:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #295890;
	border-width: 10px;
	margin-top: -10px;
}

/* firefox */
@-moz-document url-prefix() {
  table.try th::after {
		float: right;
		padding: 0;
		left: 30px;
		top: 10px;
		content: " ";
		height: 0;
		width: 0;
		position: relative;
		pointer-events: none;
		border: 10px solid transparent;
		border-left: #295890 10px solid;
		margin-top: -10px;
  }
}
table.try td {
	background: #f8f8f8;
	width: 360px;
	padding-left: 20px;
}

table.p_list {
	width: 500px;
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 1px 0;
	font-size: 15px;
}

table.p_list th,
table.p_list td {
	padding: 10px;
}

table.p_list th {
	box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.8) inset;
	border-radius: 5px 5px 10px 10px;
	background: #88b7d5;
	vertical-align: middle;
	text-align: center;
	width: 125px;
	height: 50px;
	position: relative;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	font-size: 24px;
}

table.p_list th.c1 {
	background: #a2ce1a;
  /* Old browsers */
	background: -moz-linear-gradient(top, #61ae24 1%, #569b20 100%);
  /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #61ae24), color-stop(100%, #569b20));
  /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #61ae24 1%, #ba9b20 100%);
  /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #61ae24 1%, #569b20 100%);
  /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #61ae24 1%, #569b20 100%);
  /* IE10+ */
	background: linear-gradient(to bottom, #61ae24 1%, #569b20 100%);
  /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#61ae24', endColorstr='#569b20',GradientType=0 );
  /* IE6-9 */
}

table.p_list th.c2 {
	background: #ed4993;
  /* Old browsers */
	background: -moz-linear-gradient(top, #cc1445 1%, #b6113d 100%);
  /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #cc1445), color-stop(100%, #b6113d));
  /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #cc1445 1%, #b6113d 100%);
  /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #cc1445 1%, #b6113d 100%);
  /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #cc1445 1%, #b6113d 100%);
  /* IE10+ */
	background: linear-gradient(to bottom, #cc1445 1%, #b6113d 100%);
  /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc1445', endColorstr='#b6113d',GradientType=0 );
  /* IE6-9 */
}

table.p_list th.c3 {
	background: #1d8ce9;
  /* Old browsers */
	background: -moz-linear-gradient(top, #113f8c 1%, #0f387d 100%);
  /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #113f8c), color-stop(100%, #0f387d));
  /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #113f8c 1%, #0f387d 100%);
  /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #113f8c 1%, #0f387d 100%);
  /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #113f8c 1%, #0f387d 100%);
  /* IE10+ */
	background: linear-gradient(to bottom, #113f8c 1%, #0f387d 100%);
  /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#113f8c', endColorstr='#0f387d',GradientType=0 );
  /* IE6-9 */
}

table.p_list th:after {
	top: 69px;
	left: 5px;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border: 78px solid transparent;
}

/* firefox */
@-moz-document url-prefix() {
  table.p_list th {
		text-indent: 10px;
  }

  table.p_list th::after {
		padding: 0;
		top: 60px;
		left: 0;
		content: "";
		height: 0;
		width: 0;
		position: relative;
		pointer-events: none;
		border: 50px solid transparent;
		border-top: #B7D567 15px solid;
  }
}
table.p_list th.c1:after {
	border-top: #569b20 15px solid;
}

table.p_list th.c2:after {
	border-top: #b6113d 15px solid;
}

table.p_list th.c3:after {
	border-top: #0f387d 15px solid;
}

table.p_list td {
	box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.3) inset;
	text-align: center;
	padding-top: 15px;
	border: none;
	height: 70px;
}

table.p_list tr:nth-child(2n+1) td.c1 {
	background: #f7f9e8;
}

table.p_list tr:nth-child(2n+0) td.c1 {
	background: #e2efbc;
}

table.p_list tr:nth-child(2n+1) td.c2 {
	background: #ffecf5;
}

table.p_list tr:nth-child(2n+0) td.c2 {
	background: #ffdfed;
}

table.p_list tr:nth-child(2n+1) td.c3 {
	background: #fff;
}

table.p_list tr:nth-child(2n+0) td.c3 {
	background: #eee;
}

table.p_list tr:last-child td {
	border-radius: 0 0 5px 5px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}

table.p_list tr:last-child td button {
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ffaa22;
	padding: 9px 18px;
	text-decoration: none;
	background: -moz-linear-gradient(center top, #ffec64 5%, #ffab23 100%);
	background: -ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23');
	background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #ffec64), color-stop(100%, #ffab23));
	background-color: #ffec64;
	color: #333333;
	display: inline-block;
	text-shadow: 1px 1px 0px #ffee66;
	-webkit-box-shadow: inset 1px 1px 0px 0px #fff6af;
	-moz-box-shadow: inset 1px 1px 0px 0px #fff6af;
	box-shadow: inset 1px 1px 0px 0px #fff6af;
}

table.p_list tr:last-child td button:hover {
	background: -moz-linear-gradient(center top, #ffab23 5%, #ffec64 100%);
	background: -ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64');
	background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #ffab23), color-stop(100%, #ffec64));
	background-color: #ffab23;
}

table.p_list tr:last-child td button {
	position: relative;
	top: 1px;
}

.divCount {
	display: block;
	position: relative;
	margin: 10px;
	margin-top: 20px;
	margin-bottom: 50px;
	padding: 40px 30px 10px 30px;
	border-radius: 5px;
	background: #cadbad;
	counter-increment: divCount;
	cursor: pointer;
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.4);
}

.divCount:nth-child(1) {
	background: white;
}

.divCount:nth-child(1) {
	background: #cbe9e1;
}

.divCount:nth-child(1):before {
	background: #84CAB7;
}

.divCount:nth-child(1):hover {
	background: #ddf0eb;
}

.divCount:nth-child(1):before:hover {
	background: #72c2ad;
}

.divCount:nth-child(2) {
	background: #b8d4ed;
}

.divCount:nth-child(2):before {
	background: #2C70AD;
}

.divCount:nth-child(2):hover {
	background: #7bafdd;
}

.divCount:nth-child(2):before:hover {
	background: #276399;
}

.divCount:nth-child(3) {
	background: white;
}

.divCount:nth-child(3) {
	background: #f6cccc;
}

.divCount:nth-child(3):before {
	background: #E77575;
}

.divCount:nth-child(3):hover {
	background: #fae2e2;
}

.divCount:nth-child(3):before:hover {
	background: #e35f5f;
}

.divCount:nth-child(4) {
	background: #dcf0b7;
}

.divCount:nth-child(4):before {
	background: #83B427;
}

.divCount:nth-child(4):hover {
	background: #bde279;
}

.divCount:nth-child(4):before:hover {
	background: #749f22;
}

.divCount:nth-child(5) {
	background: #82f7f0;
}

.divCount:nth-child(5):before {
	background: #0BA299;
}

.divCount:nth-child(5):hover {
	background: #3bf2e7;
}

.divCount:nth-child(5):before:hover {
	background: #098a82;
}

.divCount:nth-child(6) {
	background: #e6c0df;
}

.divCount:nth-child(6):before {
	background: #9C3E8A;
}

.divCount:nth-child(6):hover {
	background: #d089c3;
}

.divCount:nth-child(6):before:hover {
	background: #8a377a;
}

.divCount:nth-child(7) {
	background: #e1f1fa;
}

.divCount:nth-child(7):before {
	background: #33A1DC;
}

.divCount:nth-child(7):hover {
	background: #a0d3ef;
}

.divCount:nth-child(7):before:hover {
	background: #2495d2;
}

.divCount:nth-child(8) {
	background: #f9e6d2;
}

.divCount:nth-child(8):before {
	background: #E3831C;
}

.divCount:nth-child(8):hover {
	background: #f1c18e;
}

.divCount:nth-child(8):before:hover {
	background: #cc7619;
}

.divCount:nth-child(9) {
	background: #9fd38d;
}

.divCount:nth-child(9):before {
	background: #3A6B29;
}

.divCount:nth-child(9):hover {
	background: #70be55;
}

.divCount:nth-child(9):before:hover {
	background: #305922;
}

.divCount:nth-child(10) {
	background: #f6d489;
}

.divCount:nth-child(10):before {
	background: #A6770D;
}

.divCount:nth-child(10):hover {
	background: #f0bb42;
}

.divCount:nth-child(10):before:hover {
	background: #8e660b;
}

.divCount:nth-child(11) {
	background: #e3ad90;
}

.divCount:nth-child(11):before {
	background: #854522;
}

.divCount:nth-child(11):hover {
	background: #d38153;
}

.divCount:nth-child(11):before:hover {
	background: #713a1d;
}

.divCount:nth-child(12) {
	background: #c6c7e2;
}

.divCount:nth-child(12):before {
	background: #494C93;
}

.divCount:nth-child(12):hover {
	background: #9295c9;
}

.divCount:nth-child(12):before:hover {
	background: #414382;
}

.divCount:before {
	position: absolute;
	display: table-cell;
	vertical-align: middle;
	top: -30px;
	right: -20px;
	width: 70px;
	height: 50px;
	margin: 0;
	padding: 10px 5px;
	border-radius: 50%;
	background: #707332;
	color: #edeed8;
	font: normal 30px/1 'Luckiest Guy', cursive;
	text-align: center;
	content: counter(divCount) "月";
	line-height: 50px;
}

.divCount:nth-of-type(odd) {
	margin-left: 30px;
}

.divCount:nth-of-type(even) {
	margin-right: 30px;
}

.divCount:hover {
	background: #b4cb8a;
}

.divCount:hover a {
	color: #b50;
}

.divCount:nth-of-type(odd):before {
	left: -20px;
}

.events.wf-nicomoji {
	font-family: "Nico Moji";
}

.wf-roundedmplus1c {
	font-family: "Rounded Mplus 1c";
	font-size: 20px;
	font-weight: bold;
}

/*ボタンの領域*/
#re-top {
	position: fixed;
  /*画面に固定*/
	bottom: 10%;
  /*画面下へ*/
	right: 1%;
  /*画面右へ*/
	z-index: 10;
  /*レイヤー順序を上に*/
	background-color: transparent;
  /*領域の背景色（透明）*/
}

/*丸ボタン*/
.re-topB {
	position: relative;
	display: block;
	background-color: #F2782F;
  /*丸ボタンの色*/
	color: white;
  /*三角と文字色*/
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 24px;
	border-radius: 30px;
	padding-top: 30px;
	box-sizing: border-box;
}

/*三角部分*/
.re-topB:before {
	content: '\25B2';
	position: absolute;
	top: 10px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 20px;
}

.re-topB {
	transition: 0.85s;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

#re-top:hover .re-topB {
	-webkit-transform: rotateX(360deg);
	transform: rotateX(360deg);
}

/*マウスオーバーで色を変更*/
#re-top:hover .re-topB {
	transition: 0.85s;
	color: #fff;
  /*三角と文字色*/
	background-color: #2C70AD;
  /*丸ボタンの色*/
}

.insu th:nth-child(3),
.insu th:nth-child(4),
.insu td:nth-child(3),
.insu td:nth-child(4) {
	display: none;
}

.title_bar .c_down {
	background: #67B9B5;
}

ruby {
	position: relative;
}

ruby rt {
	position: relative;
	top: 0.6ex;
}
