@charset "utf-8";
/* CSS Document */

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 100%;
	height: auto;
	margin: 0px;
	background-color: #fff;
	word-break: break-all;
	word-wrap: break-word;
}
.cf:after {
	content: '';
	display: table;
	clear: both;
}
img {
	max-width: 100%;
	border: none;
	vertical-align: bottom;
}
h1, h2, h3, h4, ul, li {
	color: #828282;
}
a {
	color: #828282;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
ul {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
/*/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
全デバイス共通のスタイルとスマートフォンおよび小型タブレット向けレイアウトの指定
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

.headwrapper {
	background-color: #FFFFFF;
}
/*==========================================
 ヘッダー
===========================================*/

header {
	width: 100%;
	height: auto;
}
header h1 {
	padding-top: 3px;
	font-weight: normal;
	line-height: 1.4em;
	font-size: 10px;
	padding-left: 2%;
	padding-right: 2%;
	margin-bottom: 5px;
	background-color: #cccccc;
	padding-bottom: 3px;
	color: #454545;
}
header .logo {
	width: 80%;
	height: auto;
	float: left;
	margin-left: 2%;
}

/*スマホ用メニューボタン*/

header .navopen {
	width: 30px;
	height: 40px;
	float: right;
	margin-right: 5%;
	cursor: pointer;
	background: url(../images/menu.png) no-repeat 0 0;
	background-size: 60px;
	margin-top: 2%;
}
/*スマホ用メニュー閉じるボタン*/

header .navclose {
	background-position: -30px 0;
}
header .sp-menu {
	clear: both;
	position: relative;
}
header .sp-menu ul {
	width: 100%;
	position: absolute;
	top: 0;
	background-color: rgba(255, 255, 255, 0.9);
	border-bottom: 3px #ccc solid;
}
header .sp-menu li {
	line-height: 1.4em;
	border-top: 1px #ccc solid;
	text-align: center;
}
header .sp-menu a {
	color: #666;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
}
/*==========================================
 ぱんくずリスト
===========================================*/


.topicpath {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 2%;
	margin-right: 2%;
}
.topicpath:after {
	content: '';
	display: table;
	clear: both;
}
.topicpath li {
	line-height: 1.4;
	float: left;
	font-size: 11px;
	margin-left: 3px;
	margin-right: 3px;
	color: #666;
}
.topicpath a {
	vertical-align: top;
	color: #666;
}
.topicpath a {
	vertical-align: top;
}
/*==========================================
 メインイメージ
===========================================*/

.mainimg {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 100%;
	height: auto;
}
/*==========================================
 メイン部分
===========================================*/

.main {
	width: 96%;
	padding-top: 10px;
	padding-left: 2%;
	padding-right: 2%;
	background-color: #fff;
	margin-bottom: 50px;
}
h2,h3 {
	width: 100%;
	padding-top: 12px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 15px;
	margin-bottom: 20px;
	display: block;
	line-height: 1.5em;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	background-color: #012057;
	box-sizing: border-box;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #012057;
	border-bottom-color: #012057;
	background-image: url(../images/border.png),
	url(../images/border.png);
	background-position: center bottom,
	center top,
	8px center;
	background-repeat: repeat-x,
    repeat-x,
	no-repeat;
}
.content {
	margin-left: 2%;
	margin-right: 2%;
	padding-bottom: 20px;
}
.content p {
	font-size: 14px;
	line-height: 1.5em;
	text-align: left;
    color: #232323;
}
.content .subimage {
	display: block;
	margin-left: auto;
	margin-right: 3%;
	margin-bottom: 10px;
	float: left;
	width: 50%;
}


/*==========================================
 比較部分
===========================================*/

.contentarea {
	width: auto;
	height: auto;
	text-align: center;
}
.contentarea .picture {
	width: auto;
	height: auto;
	margin-bottom: 20px;
}
.contentarea a:hover .picture {
	opacity: 0.7;
}

.contentarea tr {
	border: 1px solid #ddd;
	border-collapse: collapse;
	font-size: 14px;
}
.contentarea td {
	border: 1px solid #ddd;
	border-collapse: collapse;
	font-size: 20px;
	line-height: 30px;
	color: #E3A80B;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
}
.contentarea th {
	height: auto;
	font-size: 14px;
	line-height: 2em;
	font-weight: normal;
	background-color: #666666;
	text-align: center;
	color: #FFF;
	padding-top: 5px;
	padding-left: 5px;
}
.contentarea .btn {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	background-color: #012057;
	clear: both;
}
/*==========================================
ランキング
===========================================*/

/*サイドメニュー非表示*/

.sub {
	display: none;
}

/*ページトップ*/

.pagetop {
	text-align: right;
}
.pagetop img {
	padding: 0;
	background-color: #012057;
}

/*==========================================
 フッター
===========================================*/

footer {
	width: 100%;
	height: auto;
	background-color: #012057;
	text-align: center;/*clear: both;*/
}

.footerblock {
	width: 94%;
	height: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 3%;
	padding-right: 3%;
}
.footerblock p {
	color: #fff;
	font-size: 10px;
	line-height: 1.4em;
	text-align: center;
	margin-bottom: 5px;
}
.footerblock a {
	color: #fff
}

/*==========================================
point
===========================================*/
.pointblock {
    width: auto;
    max-width: 758px;
    height: auto;
    box-sizing: border-box;
    display: block;
    margin: 0 auto 20px;
}

.pointtext {
    width: auto;
    height: auto;
    margin: 0 auto;
    padding: 10px;
    border: 2px solid #dddddd;
    background-color: #f4f4f4;
}

.pointtext p {
    width: 100%;
    max-width: 114px;
    height: auto;
}

.pointblock dl {
    width: 100%;
    height: auto;
    padding: 10px 0px;
    display: table;
    border-bottom: 1px solid #c2c2c2;
    text-align: left;
}

.pointblock dt {
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px 0 0;
    width: 30px;
}

.pointblock dd {
    line-height: 2.2em;
    font-size: 13px;
    font-weight: bold;
    color: #555;
}

/*/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
メディアクエリによる切り替え
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/


/* PC向けおよび大型タブレット向けのレイアウトの指定：768px～ */

@media only screen and (min-width: 768px) {

/*ページトップ*/

.pagetop {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	float: right;
}

.headwrapper {
	width: 100%;
	min-width: 1100px;
	height: auto;
	margin: 0;
	padding: 0;
}

/*==========================================
 ヘッダー
===========================================*/

header {
	width: 100%;
	height: auto;
	background-image: url(../images/headerbackground.png);
	background-repeat: repeat-x;
	background-position: center top;
	margin-bottom: 25px;
}
.headinner {
	height: auto;
	margin-right: auto;
	margin-left: auto;
	width: 1100px;
	overflow: hidden;
}
header h1 {
	font-size: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
	color: #454545;
	float: left;
}
.logo {
	width: 300px;
	height: auto;
	margin: 0 0 30px;
	padding: 0;
}

header .logo {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	display: none;
}
/*スマホ用メニューボタン非表示*/
header .navopen, header .sp-menu {
	display: none;
}

/*==========================================
 メインの囲み
===========================================*/	

.wrap {
	width: 1100px;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
.wrap:after {
	content: '';
	display: table;
	clear: both;
}
/*==========================================
 ぱんくずリスト
===========================================*/
	
.topicpath {
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0;
}
.topicpath li {
	font-size: 12px;
}
/*==========================================
 メインイメージ
===========================================*/

.mainimg {
	width: 770px;
	height: 400px;
	margin: 0 auto 0;
	padding: 0;
}
.main {
	width: 770px;
	height: auto;
	float: right;
	margin-bottom: 200px;
	padding: 0;
	background-color: inherit;
}
/*==========================================
 メイン部分
===========================================*/	

h2,h3 {
	width: auto;
	height: auto;
	font-size: 17px;
	margin-bottom: 10px;
	padding-left: 10px;
}
.content {
	width: auto;
	height: auto;
	background-color: #fff;
	margin: 0 0 50px;
	padding: 10px 0 0;
}
.content .subimage {
	width: 370px;
	height: auto;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.content p {
	line-height: 25px;
	clear: both;
}
/*==========================================
 比較部分
===========================================*/
	
.contentarea .picture {
	width: 770px;
	height: 310px;
	margin-bottom: 20px;
}

.contentarea tr {
	width: 100%;
	height: 30px;
}
.contentarea td {
	width: 100%;
}
.contentarea th {
	padding: 0;
	width: 100%;
	font-size: 15px;
}
.contentarea .btn {
	width: 770px;
	max-width: 770px;
	height: auto;
}
/*==========================================
 サブメニュー
===========================================*/
	
.sub {
	width: 300px;
	height: auto;
	float: left;
	display: block;
}
.sub ul {
	border: solid #cccccc 5px;
}
.sub li:last-child a {
     border-bottom: none;
}
h4 {
	width: 280px;
	height: auto;
	text-align: center;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	background-color: #012057;
	background-image: url(../images/border.png);
	background-repeat: repeat-x;
	background-position: center top;
	margin-bottom: 10px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #012057;
	padding-top: 12px;
	padding-bottom: 12px;
	line-height: 25px;
	padding-right: 10px;
	padding-left: 10px;
}
.sub li a {
	display: block;
	width: 250px;
	height: auto;
	background-color: #fff;
	margin-bottom: 0px;
	line-height: 20px;
	font-size: 14px;
	font-weight: normal;
	padding-left: 35px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-image: url(../images/submenu.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	text-indent: 0px;
	padding-right: 5px;
}
    .pointblock {
        width: 100%;
        height: auto;
        box-sizing: border-box;
        display: block;
        margin: 0 auto 20px;
    }
/*==========================================
 フッター
===========================================*/

footer {
	width: 100%;
	height: auto;
}

.footerblock p {
	font-size: 11px;
}
/*フォームエリア*/
.formarea input {
	width: 100%;
}
.formarea textarea {
	width: 100%;
}
.formbutton {
	width: 100%;
}
	
}
