@charset "utf-8";
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	font-size: 16px;
	color: #000;
	min-width: 960px;
	line-height: 1.3;
	background: url(img/top/main_bg.png);
	font-family:"游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
.ow_mincho{
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.clearfix::after{
	content: "";
	display: block;
	clear: both;
}
a {
	margin: 0;
	padding: 0;
	font-size: inherit;
	color: inherit;
	vertical-align: baseline;
	background: transparent;
}
a:hover{
	text-decoration: none;
}
.ow_vab{
	vertical-align: bottom
}
.ow_vat{
	vertical-align: top;
}
.ow_tac{
	text-align: center;
}
.ow_tar{
	text-align: right;
}
.ow_tal{
	text-align: left;
}
.ow_body1 {
  background: url(img/top/body1_bg.png) top center repeat-y;
}
.ow_body2 {
  background: url(img/top/main_img.png) top center no-repeat;
}
.ow_top_title{
  padding-bottom: 43px;
}
.ow_nav{
  width: 909px;
  margin: 0 auto;
}
.ow_nav_btn{
  float: left;
}
.ow_aj{
	margin: 0 2px;
}
.ow_top_nav1_roll{
	width: 299px;
	height: 105px;
	background: url(img/top/top_nav1_2.png) no-repeat;
	display: block;
	text-indent: -9999px;
}
.ow_top_nav2_roll{
	width: 306px;
	height: 105px;
	background: url(img/top/top_nav2_2.png) no-repeat;
	display: block;
	text-indent: -9999px;
}
.ow_top_nav3_roll{
	width: 299px;
	height: 105px;
	background: url(img/top/top_nav3_2.png) no-repeat;
	display: block;
	text-indent: -9999px;
}
.ow_top_nav1_roll:hover , .ow_top_nav2_roll:hover ,.ow_top_nav3_roll:hover {
	background-position: 0 bottom;
}
.ow_main{
  width: 960px;
  margin: 0 auto;
}
.ow_top_ds{
	width: 80%;
	margin: 0 auto;
}
.ow_p_fst{
  color: #fff;
  padding: 10px 0;
	font-size: 18px;
}
.ow_p{
  color: #ff0;
	font-size: 18px;
	padding-top: 5px;
	font-weight: bold;
}
.ow_upd_menu{
	padding-bottom: 10px;
}
.ow_upd_menu .ow_menu{
  width: 864px;
  margin: 0 auto;
}
.ow_upd_menu_mid{
  background: url(img/top/menu_mid.png) top center repeat-y;
  padding:0 80px;
}
.ow_upd{
  color: #900;
  padding-bottom: 30px;
}
.ow_icon{
  float: left;
  width: 20%;
}
.ow_menu_title{
  float: left;
  width: 80%;
  font-size: 32px;
  font-weight: bold;
}
.ow_price{
  font-size: 18px;
  font-weight: bold;
}
.ow_premium_price{
  color: #f00;
}
.ow_m_line{
  padding: 20px 0;
}
.ow_n_upd{
	background: #655736;
	width: 714px;
	margin: 0 auto;
	font-size: 16px;
	color: #ffffff;
	padding: 5px;
}

/* コラム start */
/* コラム一覧のスタイル */
.ow_column_list {
	width: 900px;
	margin: 20px auto;
}

.ow_column_list_title {
	margin-bottom: 20px;
}

.ow_column_list_title h2 {
	font-size: 20px;
	color: #8B4513;
	margin: 0;
	padding: 10px;
	background: linear-gradient(to bottom, #f8f4e6, #f0e68c);
	border: 2px solid #daa520;
	border-radius: 8px;
}

.ow_column_articles {
	margin-bottom: 40px;
}

.ow_column_article_item {
	margin-bottom: 20px;
	padding: 15px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 8px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.ow_column_article_title {
	margin-bottom: 8px;
}

.ow_column_article_title h3 {
	margin: 0;
	font-size: 16px;
	line-height: 1.4;
}

.ow_column_article_title a {
	color: #8B4513;
	text-decoration: none;
}

.ow_column_article_title a:hover {
	color: #654321;
	text-decoration: underline;
}

.ow_column_article_meta {
	margin-bottom: 12px;
	color: #666;
	font-size: 11px;
}

.ow_column_article_summary {
	margin-bottom: 12px;
	color: #333;
	line-height: 1.6;
	font-size: 13px;
}

.ow_column_article_keywords {
	margin-bottom: 12px;
	font-size: 11px;
	color: #888;
}

.ow_column_keywords_label {
	font-weight: bold;
}

.ow_column_keywords_list {
	background: #f0f0f0;
	padding: 2px 6px;
	border-radius: 4px;
}

.ow_column_article_link {
	text-align: right;
}

.ow_column_read_more {
	display: inline-block;
	padding: 6px 12px;
	background: #8B4513;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
	font-weight: bold;
	font-size: 11px;
}

.ow_column_read_more:hover {
	background: #654321;
}

.ow_column_more_link_wrapper {
	margin: 30px 0;
}

.ow_column_more_link_btn {
	display: inline-block;
	padding: 12px 24px;
	background: #8B4513;
	color: #fff;
	text-decoration: none;
	border-radius: 6px;
	font-weight: bold;
	font-size: 14px;
}

.ow_column_more_link_btn:hover {
	background: #654321;
}
/* コラム end */

.ow_os{
}
.ow_os .ow_menu_mid{
	background: url(img/top/osusume_mid.png) top center repeat-y;
	padding:0 130px;
}
.ow_os_tail{
	position: relative;
}
.ow_os_tail_btn{
	position:absolute;
	top: 145px;
	left: 230px;
}
.ow_os_title1_roll{
	width: 546px;
	height: 87px;
	background: url(img/top/os_title1_2.png) no-repeat;
	display: block;
	text-indent: -9999px;
}
.ow_os_title2_roll{
	width: 478px;
	height: 86px;
	background: url(img/top/os_title2_2.png) no-repeat;
	display: block;
	text-indent: -9999px;
}
.ow_os_title3_roll{
	width: 573px;
	height: 89px;
	background: url(img/top/os_title3_2.png) no-repeat;
	display: block;
	text-indent: -9999px;
}
.ow_os_title4_roll{
	width: 574px;
	height: 87px;
	background: url(img/top/os_title4_2.png) no-repeat;
	display: block;
	text-indent: -9999px;
}
.ow_os_title1_roll:hover,.ow_os_title2_roll:hover,.ow_os_title3_roll:hover,.ow_os_title4_roll:hover{
	background-position: 0 bottom;
}
.ow_os_tail_btn_roll{
	width: 574px;
	height: 98px;
	background: url(img/top/os_tail_btn2.png) no-repeat;
	display: block;
	text-indent: -9999px;
}
.ow_os_tail_btn_roll:hover{
	background-position: 0 bottom;
}
.ow_inner_bg{
	background: url(img/top/inner_bg.png) top center repeat-y;
}
.ow_lsc_dp{
	width: 770px;
	margin: 0 auto;
	padding: 10px;
	background: #000;
	border: solid 1px #f6f;
	color: #f6f;
	font-weight: bold;
	font-size: 16px;
	line-height: 30px;
}
.ow_lsc_img{
	padding-top: 30px;
}
.ow_sps_mid{
	background: url(img/top/sps_mid.png) top center repeat-y;
}
.ow_sps_mid .ow_menu_mid{
	background: url(img/top/sps_m_mid.png) top center repeat-y;
	padding: 0 130px;
}
.ow_menu .ow_menu_mid_head{
	padding-bottom: 10px;
}
.ow_sps_title1_roll{
	width: 545px;
	height: 94px;
	background: url(img/top/sps_title1_2.png) no-repeat;
	display: block;
	text-indent: -9999px;
}
.ow_sps_title2_roll{
	width: 561px;
	height: 94px;
	background: url(img/top/sps_title2_2.png) no-repeat;
	display: block;
	text-indent: -9999px;
}
.ow_sps_title1_roll:hover,.ow_sps_title2_roll:hover{
	background-position: 0 bottom;
}
.ow_sps_title2_roll:hover{
	background-position: 0 bottom;
}
.ow_n_menu_mid{
	background: url(img/top/n_menu_mid.png) top center repeat-y;
}
.ow_n_menu_mid .ow_menu{
	padding: 20px 0;
}
.ow_n_menu_mid .ow_menu .ow_menu_mid{
	background: none;
	padding: 10px 90px;
}
.ow_n_menu_mid_img{
	float: left;
	width: 30%;
}
.ow_n_menu_subtitle{
	float: left;
	width: 65%;
}
.ow_n_menu_mid .ow_menu .ow_menu_btm{
	width: 650px;
	margin: 0 auto;
}
.ow_n_menu_cnt{
	font-size: 18px;
	color: #ff0;
  list-style: none;
	line-height: 30px;
	font-weight: bold;
}
.ow_n_menu_cnt{
	background: url(img/top/n_menu_list.png) left no-repeat;
	padding: 5px 0 5px 40px;
}
.ow_free_menu_top{
	padding-bottom: 5px;
}
.ow_free_menu_mid{
	padding: 0 76px;
}
.ow_free1{
	float: left;
	width: 50%;
}
.ow_free2{
	float: right;
	width: 50%;
}
.ow_free1_roll ,.ow_free2_roll{
	width: 414px;
	height: 414px;
	display: block;
	text-indent: -9999px;
}
.ow_free1_roll{
	background: url(img/top/free_menu1_2.png) no-repeat;
}
.ow_free2_roll{
	background: url(img/top/free_menu2_2.png) no-repeat;
}
.ow_free1_roll:hover ,.ow_free2_roll:hover{
	background-position: 0 bottom;
}
.ow_free_nav{
	width: 902px;
	margin: 0 auto;
	background: url(img/top/free_nav_bg.png) no-repeat;
	padding: 38px 20px 50px 20px;
}
.ow_free_btn{
	float: left;
	margin-left: 10px;
}
.ow_renai_btn ,.ow_deai_btn , .ow_jinsei_btn{
	width: 274px;
	height: 82px;
	display: block;
	text-indent: -9999px;
}
.ow_renai_btn:hover , .ow_deai_btn:hover , .ow_jinsei_btn:hover{
	background-position: 0 bottom;
}
.ow_renai_btn{
	background: url(img/top/free_btn1_2.png) no-repeat;
}
.ow_deai_btn{
	background: url(img/top/free_btn2_2.png) no-repeat;
}
.ow_jinsei_btn{
	background: url(img/top/free_btn3_2.png) no-repeat;
}
.ow_renai_menu , .ow_deai_menu , .ow_jinsei_menu{
	padding: 0 63px 50px 63px;
}
.ow_renai_menu_mid .ow_menu .ow_menu_mid , .ow_deai_menu_mid .ow_menu .ow_menu_mid , .ow_jinsei_menu  .ow_menu .ow_menu_mid {
	background: url(img/top/main_m_mid.png) top center repeat-y;
	padding: 0 60px;
}
.ow_sub_menu_inner .ow_menu_mid{
	background: url(img/top/sub_m_mid.png) top center repeat-y;
}
.ow_sub_menu_inner .ow_menu1 , .ow_sub_menu_inner .ow_menu2{
	float: left;
	width: 50%;
}
.ow_menu1 .ow_menu_mid_head , .ow_menu2 .ow_menu_mid_head{
	padding: 0 10px 10px 30px;
}
.ow_menu1 .ow_menu_title , .ow_menu2 .ow_menu_title{
	width: 65%;
	margin-left: 40px;
	font-size: 20px;
}
.ow_menu1 .ow_menu_mid_tail, .ow_menu2 .ow_menu_mid_tail{
	padding: 0 40px;
}
.ow_renai_menu_mid .ow_menu_title span{
	text-shadow: #f06a27 0px 0px 10px;
}
.ow_deai_menu_mid .ow_menu_title span{
	text-shadow: #9400f8 0px 0px 10px;
}
.ow_jinsei_menu_mid .ow_menu_title span{
	text-shadow: #00ad69 0px 0px 10px;
}
.ow_menu_mid_cnt{
	font-weight: bold;
	font-size: 16px;
	line-height: 23px;
}
.ow_rule{
	position: relative;
	text-align: center;
	width: 903px;
	margin:3% auto;
	background: #000;
	color: #fff;
	padding: 5%;
}
.ow_footer{
	width: 903px;
	margin: 0 auto;
	background: #35312b;
	text-align: center;
	color: #fff;
	padding: 50px 0;
}
.ow_footer_menu > *{
	display: inline-block;
	margin: 0% 2% 2% 0%;
}
.footer_subInfo{
  margin-top: 3%;
}
.footer_subInfo img{
	width: auto;
	max-width: 100%;
}
.footer_link{
	margin-top: 3%;
}
.footer_link_head{
	margin-bottom: 1%;
}
/* PC表示用 */
.ow_pc_block{
	display: block !important;
}
.ow_pc_inline{
	display: inline !important;
}

/* SP表示用 */
.ow_sp_block{
	display: none !important;
}
.ow_sp_inline{
	display: none !important;
}
/* ISP */
.niftyHeader{
	background: #000;
	position: relative;
}
.niftyHeader table {
	width: 900px;
	margin: 0 auto;
	background: #000;
}
.ow_nif{
	display: none;
}
.c-rakutenFooter{
	background: #fff;
}
