﻿/*============================================
ヘッダ
============================================*/
div#top {
padding: 1.5em;/*文字周りの余白*/
color: #494949;/*文字色*/
background: #000044;/*背景色*/
border-left: solid 7px #0000AA;/*左線（実線 太さ 色）*/
border-right: solid 5px #000000;/*左線（実線 太さ 色）*/
border-bottom: solid 8px #666666;/*下に灰色線*/
font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;

}

/*============================================
フッタ
============================================*/
div#footer {
  background: #dcdcdc;
 font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ",Helvetica,Sans-Serif;

}

 

/*============================================
サブメニュー（左カラム）
============================================*/
div#submenu {
	width:230px;			/*幅の指定*/
	margin:10px 10px 10px 25px;	/*位置調整（IE6のバグに注意）*/
	display:inline;			/*IE6のマージン算出のバグ対策*/
	float:left;			/*サブメニューのカラムを左寄せにする*/
}

ul {
  font-size:90%;			/*文字サイズを90%にする*/
  padding: 0;
}

ul a {
  text-decoration:none;		/*リンクの下線を無くす*/
}


ul li, ol li {
  color: 	#FFFFFF;
  border-left: solid 9px #000044;/*左側の線*/
  border-bottom: solid 2px #dadada;/*下に灰色線*/
  background: whitesmoke;
  margin-bottom: 5px;/*下のバーとの余白*/
  line-height: 1.5;
  padding: 0.5em;
  list-style-type: none!important;/*ポチ消す*/
  font-weight: bold;
}

h3{
  padding: .5em .75em;
  background-color: #f6f6f6;
  border: 3px double #ccc;
}



/*============================================
コンテンツ（メイン）
============================================*/
h1 {
background: #0000cd; /*背景色*/
padding: 0.5em;/*文字周りの余白*/
color: white;/*文字を白に*/
border-radius: 0.5em;/*角の丸み*/
font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ",Helvetica,Sans-Serif;
}

h2 {
color: #191970;/*文字色*/
border: solid 3px #191970;/*線色*/
padding: 0.5em;/*文字周りの余白*/
border-radius: 0.5em;/*角丸*/
}

h4 {
  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;
}

h4:after {
  /*タブ*/
  position: absolute;
  font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
  font-weight: 900;
  content: 'POINT';
  background: #80c8d1;
  color: #fff;
  left: 1px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 7px 3px;
  font-size: 0.9em;
  line-height: 1;
  letter-spacing: 0.05em;
}




h5 {
  position: relative;
  display: inline-block;/*枠をテキストサイズに調節*/
  padding-left: 25px;
}

h5:before {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 15px transparent;
  border-bottom: solid 15px rgb(119, 195, 223);
}
h5:after {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 10px;
  width: 100%;
  border-bottom: solid 3px rgb(119, 195, 223);
}


/*============================================
画像エフェクト
============================================*/
.img_wrap{
  border: 0px solid #ddd;
  width: 300px;


  transition-duration: 0.5s;
}
.img_wrap img{
  width: 100%;
  cursor: pointer;
}
.img_wrap:hover{
	position: relative; /* 相対位置への配置 */
	top: 3px;
	left: 0px;
}

/*============================================
ニュースレターバックナンバー
============================================*/
body {
  font-family: "Open Sans", sans-serif;
  line-height: 1.25;
}

table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 750px;
}
table tr {
  background-color: #fff;
  border-bottom: 2px solid #f5f5f5;
}
table tr:nth-child(even){
  background-color: #CCCCFF;/*表のボーダー色*/
}
table th,
table td {
  padding: .35em 1em;
}
table thead th {
    font-size: .85em;
    padding: 1em;
}
table thead tr{
  background-color: #6495ed;/*表タイトル色*/
  color:#fff;
}
table tbody th {
  text-align: left;
  font-size: .8em;
}
.txt{
   text-align: left;
   font-size: .75em;
}
.price{
  text-align: right;
  color: #FF7043;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  table {
    border: 0;
    width:100%
  }
  table th{
    background-color: #fd6767;
    display: block;
    border-right: none;
  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table tr {
    display: block;
    margin-bottom: .625em;
    border: 1px solid #fd6767;
  }
  table td {
    border-bottom: 1px dotted #bbb;
    display: block;
    font-size: .8em;
    text-align: right;
    position: relative;
    padding: 1.5em 1em 1.5em 4em;
    border-right: none;
  }
  
  table td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
    color: #000;
  }
  table td:last-child {
    border-bottom: 0;
  }
  table tbody th {
    color: #fff;
    padding: 1em
}
  table tr:nth-child(even){
  background-color: #fff;
}
}

/************************************
** 比較表背景なし
************************************/
/* 全体 */
.compare-box-none{
background:none !important;
}


/************************************
** 囲み枠
************************************/
.box25{
    position: relative;
    background: #e6e6fa;
    box-shadow: 0px 0px 0px 5px #e6e6fa;
    border: dashed 2px white;
    display:inline-block;/*枠をテキストサイズに調節*/
    padding: 0.2em 0.2em;
    color: #454545;
}
.box25:after{
    position: absolute;
    content: '';
    right: -7px;
    top: -7px;
    border-width: 0 15px 15px 0;
    border-style: solid;
    border-color: #b0c4de #fff #b0c4de;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}
.box25 p {
    margin: 0; 
    padding: 0;
}