@charset "UTF-8";
/* CSS Document */
.box33:hover {
    border-color: #045fb4;	/*マウスオン時の文字色*/
    text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
    border-width: 1.5px;
}


.ankt55 {
	width: max;
	height: 900px;
	overflow: auto;
	padding-top: 20px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 20px;
	border: 2px solid #045FB4;
	border-radius: 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 0 0 10px #BBB;
	-moz-box-shadow: 0 0 10px #BBB;
	-webkit-box-shadow: 0 0 10px #BBB;
	margin: 0 0 20px;
}


table {
  margin: 20px auto;
  -webkit-overflow-scrolling: touch; 

}
.tbl-r02 th {
  background: #045fb4;
  border: solid 1px #808080;
  color: #fff;
  padding: 10px;
}
.tbl-r02 td {
　border: solid 1px #808080;
  padding: 10px;  
}



.heading-0180 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #045fb4;
    font-size: 35px;
    margin-top: 50px;

}

.heading-0180::before,
.heading-0180::after {
    width: 5px;
    height: 40px;
    background-color: #ffff00;
    content: '';
}

.heading-0180::before {
    transform: rotate(-35deg);
    margin-right: 30px;
}

.heading-0180::after {
    transform: rotate(35deg);
    margin-left: 30px;
}

 
@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #808080;
    width: 100%;
  }
  .tbl-r02 {
    width: 80%;
  }
  .tbl-r02 th,
  .tbl-r02 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
  
  
}



ul {
  list-style-type: none;
}

a {
  text-decoration: none;
}

.pricing-table-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2.6em;
  color: #FFF;
  margin-top: 30px;
  text-align: left;
  margin-bottom: 25px;
  text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}


.pricing-table-title h3::first-letter {
	border-left: none;	/*左の線の幅、線種、色*/
padding-left: 0px;	
}

.pricing-table-title a {
  font-size: 0.6em;
}

.clearfix:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
  clear: both;
}
/** ========================
 * Contenedor
 ============================*/
.pricing-wrapper {
  width: 960px;
  margin: 40px auto 0;
}

.pricing-table {
  margin: 0 10px;
  text-align: center;
  width: 450px;
  float: left;

}

.pricing-title {
    padding: 5px 10px;
    border-bottom-style: solid;
	border-bottom-width: 2px;
	 color: #045fb4;
    font-size: 30px;
    text-align: left;
  }



.pricing-table .price {
    font-size: 18px;
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    text-align: left;
    font-weight: bold;
 }




.table-list li {
    font-size: 15px;
    padding-top: 1px;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 1px;
    text-align: left;
}

.table-list {
	border-bottom-style: solid;
	border-bottom-width: thin;
    border-bottom-color: #c6c6c6;
}

.table-list li span {
    font-size: 20px;
    color: #FF3300;
    font-weight: bold;
}

.table-list li span.unlimited {
  color: #FFF;
  background: #e95846;
  font-size: 0.9em;
  padding: 5px 7px;
  display: inline-block;
  -webkit-border-radius: 38px;
  -moz-border-radius: 38px;
  border-radius: 38px;
}



.table-buy {
  background: #FFF;
  padding: 15px;
  text-align: left;
  overflow: hidden;
}

.table-buy p {
  float: left;
  color: #37353a;
  font-weight: 700;
  font-size: 2.4em;
}

.table-buy p sup {
  font-size: 0.5em;
  position: relative;
  left: 5px;
}

.table-buy .pricing-action {
  float: right;
  color: #FFF;
  background: #e95846;
  padding: 10px 16px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-weight: 700;
  font-size: 1.4em;
  text-shadow: 0 1px 1px rgba(0,0,0,0.4);
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.table-buy .pricing-action:hover {
  background: #cf4f3e;
}

.recommended .table-buy .pricing-action:hover {
  background: #228799;  
}

/** ================
 * Responsive
 ===================*/
 @media only screen and (min-width: 768px) and (max-width: 959px) {
  .pricing-wrapper {
    width: 768px;
  }

  .pricing-table {
    width: 236px;
  }
  
  .table-list li {
    font-size: 1.3em;
  }

 }

 @media only screen and (max-width: 767px) {
  .pricing-wrapper {
    width: 420px;
  }

  .pricing-table {
    display: block;
    float: none;
    margin: 0 0 20px 0;
    width: 100%;
  }
	 
	 
	 
	 

.pricing-table .price {
    font-size: 15px;
    padding-top: 18px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    text-align: left;
    font-weight: bold;
 }




.table-list li {
    font-size: 12px;
    padding-top: 1px;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 1px;
    text-align: left;
}

.table-list {
	border-bottom-style: solid;
	border-bottom-width: thin;
    border-bottom-color: #c6c6c6;
}

.table-list li span {
    font-size: 18px;
    color: #FF3300;
    font-weight: bold;
}
	 
	 
	 .heading-0180 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #045fb4;
    font-size: 20px;
    margin-top: 50px;
    margin-bottom: 10px;
}

.heading-0180::before,
.heading-0180::after {
    width: 5px;
    height: 40px;
    background-color: #ffff00;
    content: '';
}

.heading-0180::before {
    transform: rotate(-35deg);
    margin-right: 30px;
}

.heading-0180::after {
    transform: rotate(35deg);
    margin-left: 30px;
}

	 
 }

@media only screen and (max-width: 479px) {
  .pricing-wrapper {
    width: 300px;
  }
} 





/*box33（３カラムボックス）
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
.box33 {
    position: relative;
    width: 10%;		/*ボックスの幅*/
    float: left;		/*左に回り込み*/
    text-align: center;	/*内容をセンタリング*/
    padding: 1%;		/*ボックス内の余白*/
    padding-bottom: 2px;	/*下の余白だけ上書き*/
    background: #fff;		/*背景色*/
    border: 1.5px solid #eeeae2;	/*枠線の幅、線種、色*/
    margin-top: 0;
    margin-bottom: 20px;		/*上、右、下、左へのボックスの外に空けるスペース*/
    color: #666;		/*文字色*/
    height: 100px;
    margin-right: 1px;
}
/*box2内の日付*/
.box33 span.date {
	position: absolute;
	position: absolute;
	left: -10px;	/*左から-10pxの場所に配置*/
	top: -10px;		/*上から-10pxの場所に配置*/
	background: #045fb4;	/*背景色*/
	color: #fff;			/*文字色*/
	font-size: 12px;		/*文字サイズ*/
	width: 50px;			/*幅*/
	line-height: 50px;		/*高さ*/
	border-radius: 50%;		/*円形にする*/
	text-align: center;		/*文字をセンタリング*/
	transform: rotate(-20deg);	/*回転の角度*/
}
/*box2内のp(段落)タグ*/
.box33 p {
	padding: 0 !important;
	height: 4.5em;		/*高さ。*/
	overflow: hidden;	/*オーバーした分は非表示に。*/
	font-size: 12px;	/*文字サイズ*/
	text-align: left;	/*文字を左よせ*/
}
/*段落タグにリンクが設定された場合の文字色*/
.box33 p a {
	color: #666;
}
/*box2内のh4(見出し)タグ*/
.box33 h4 {
    color: #045fb4;	/*文字色*/
    height: 5em;	/*高さ*/
    overflow: hidden;	/*オーバーした分は非表示に。*/
    font-size: 15px;
}

/*box2内のh3(見出し)タグ*/
.box33 h3 {
    color: #045fb4;	/*文字色*/
    height: 20px;	/*高さ*/
    overflow: hidden;	/*オーバーした分は非表示に。*/
    font-size: 12px;
	border: none;		/*枠線の幅、線種、色*/
	border-left:  none;	/*左の線の幅、線種、色*/
	 text-align: center;	/*内容をセンタリング*/
}


.box33 h3::first-letter {
	border-left: none;	/*左の線の幅、線種、色*/
padding-left: 0px;	
}

/*box2内のfigure(画像)タグ*/
.box33 figure {
	margin-bottom: 5px;	/*下に空けるスペース*/
}
/*box2内のbtn1。本体の設定はこの下のブロックにあります。*/
.box33 p.btn1 {
    height: auto;
    position: center;
    bottom: 2px;	/*box2の下から30pxの場所に配置*/
    width: 90%;		/*ボタンの幅*/
    margin-top: 15px;
}
.box33 p.btn1 a {
	display: block;
	padding: 3px 0;	/*上下、左右へのボタン内の余白*/
}



@media screen and (max-width:700px){



	
/*box33（３カラムボックス）
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
.box33 {
    width: 80px;		/*ボックスの幅*/
    height: 90px;
    padding: 3%;		/*余白の上書き*/
    margin-top: 0;
    margin-right: 0;
   margin-left: 10px;
    margin-bottom: 10px;		/*上、右、下、左へのボックスの外に空けるスペース*/
    line-height: 2;	/*行間*/
	float: left;	
}
/*box2内のp(段落)タグ*/
.box33 p {
	height: auto;	/*高さ。*/
	font-size: 100%;		/*文字サイズ*/
	margin-bottom: 15px;
}
/*box2内のh4(見出し)タグ*/
.box33 h4 {
	height: auto;	/*高さ*/
}
	
	/*box2内のh3(見出し)タグ*/
.box33 h3 {
	height: 50px;	/*高さ*/
}
	
	
	}


a.btn_025 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 120px;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 2px solid #27acd9;
	background: #27acd9;
	color: #fff;
	transition: 0.5s;
}
a.btn_0225:hover {
	color: #27acd9;
	background: #fff;
}

panel2 {
  width: auto;
}
 
#panel2 > dt {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 80px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 10px;
    font-weight: bold;
    color: #045FB4;
    transition: 0.5s;
    font-size: 15px;
    border: medium solid #045fb4;
    background: #fff;
    border-width: thin;
}
 
#panel2 > dd {
  margin: 0px;
  padding: 5px;
}





.kakakuttt {
    position: relative;
    padding-top: 5px;
    padding-right: 0;
    padding-left: .90em;
    padding-bottom: 5px;
    border-left: 2px solid #045FB4;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 15px;
    margin-top: 100px;
    margin-bottom: 20px;
    clear: both;
	height: 20px;
}
.kakakuttt::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #ccc;
}

.readmore {
    position: relative;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;
    padding: 0 0 75px;
}

.readmore label {
  position: absolute;
  display: table;
  left: 50%;
  bottom: 0;
  margin: 0 auto;
  width: 200px;
  padding: 10px 0;
  color: #045fb4;
  text-align: center;
  border-radius: 5px;
  background-color: #fff;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 1;
  border: 2px solid #045fb4;
}

.readmore label::before{
  content: '続きを見る';
}

.readmore input[type="checkbox"]:checked ~ label::before {
  content: '元に戻す';
}

.readmore input[type="checkbox"]{
  display: none;
}

.readmore-content {
  position: relative;
  height: 270px;
  overflow: hidden;
}

.readmore input[type="checkbox"]:checked ~ .readmore-content {
  height: auto;
}



/*list-grid1
---------------------------------------------------------------------------*/
/*listブロック全体を囲むブロック*/
.list-grid1 {
	display: grid;
	color: var(--text-color);	/*文字色。css冒頭で指定しているtext-colorを読み込みます*/	
}

/*ボックス１個あたり*/
.list-grid1 .list {
    display: grid;
	border-radius: 5px;	
}

/*list内の全ての要素のmarginとpaddingを一旦リセット*/
.list-grid1 .list * {
	margin: 0;padding: 0;
}

/*ボックス内のp要素*/
.list-grid1 .list p {
	font-size: 0.85rem;	/*文字サイズを85%に*/
}

.list-grid1 .list h4 {
    color: #045fb4;	/*文字色*/
    height: auto;	/*高さ*/
    overflow: hidden;	/*オーバーした分は非表示に。*/
    font-size: 130%;
    line-height: 30px;
    text-align: center;
    padding-bottom: 10px;
}



	/*画面幅500px以上の追加指定*/
	@media screen and (min-width:500px) {

	/*listブロック全体を囲むブロック*/
	.list-grid1 {
		grid-template-columns: repeat(2, 1fr);	/*2列にする指定。4列にしたければrepeat(4, 1fr)とする。*/
		gap: 1rem;	/*ブロックの間に空けるマージン的な指定*/
	}

	}/*追加指定ここまで*/

	/*画面幅500px以上の追加指定*/
	@media screen and (max-width:500px) {

	/*listブロック全体を囲むブロック*/
	.list-grid1 {
		grid-template-columns: repeat(2, 1fr);	/*2列にする指定。4列にしたければrepeat(4, 1fr)とする。*/
		gap: 1rem;	/*ブロックの間に空けるマージン的な指定*/
	}

	}/*追加指定ここまで*/



	/*画面幅800px以上の追加指定*/
	@media screen and (min-width:800px) {

	/*listブロック全体を囲むブロック*/
	.list-grid1 {
		grid-template-columns: repeat(3, 1fr);	/*3列にする指定。4列にしたければrepeat(4, 1fr)とする。*/
		gap: 1rem;	/*ブロックの間に空けるマージン的な指定*/
	}

	}/*追加指定ここまで*/


/*ボックス１個あたり*/
.list-grid1 .list {
	padding: 1rem;			/*ボックス内の余白*/
	background: #fff;		/*背景色*/
    grid-template-rows: auto 1fr;	/*１つ目（この場合はfigure要素のサイズ）は自動に、２つ目（この場合はtextブロック））を残った幅で使う*/
	box-shadow: 5px 5px 20px rgba(0,0,0,0.1);	/*ボックスの影。右へ、下へ、ぼかし幅、0,0,0は黒の事で0.1は色が10%出た状態。*/
}

/*ボックス内のfigure画像*/
.list-grid1 .list figure img {
	margin-bottom: 0.5rem;	/*画像の下に空けるスペース*/
}



/*ボックス内のボタン（共通）*/
.btn35 a {
    display: block;
    text-decoration: none;
    border: 1px solid #045fb4;		/*枠線の幅、線種、色*/
    text-align: center;			/*テキストをセンタリング*/
    padding: 20px 30px;			/*上下、左右へのボタン内の余白*/
    background: #045fb4;	/*背景色*/
    color: #fff !important;		/*文字色*/
    border-radius: 3px;		/*角丸のサイズ*/
    padding: 10px 60px;		/*上下、左右へのボタン内の余白*/
    font-size: 20px;
}
/*ボタンのマウスオン時（共通）*/
.btn35 a:hover {
	background: #fff;	/*背景色*/
	color: #045fb4 !important;		/*文字色*/
}

