@charset "UTF-8";

/*--------------------------------------------------------------------
 *	共通の記述
 *--------------------------------------------------------------------*/

/*------------------------------------------ first共通 */
body.first article .page_nav {
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: center; /* Safari */
	justify-content: center;
	list-style-type: none;
	margin: 2em auto;
}
body.first article .page_nav li:last-child {
	margin-right: 0;
}
body.first article .page_nav li a,
body.first article .page_nav li span {
	display: block;
	border: 1px solid #999;
	color: #999;
	font-weight: bold;
	text-decoration: none;
}
body.first article .page_nav li.active a,
body.first article .page_nav li.active span {
	border-color: #003686;
	color: #003686;
}

/*------------------------------------------ feature */

/*------------------------------------------ tanaka */
body#tanaka article ul{
	list-style: none;
}
body#tanaka article a:hover{
	opacity: 0.8;
}
body#tanaka article .blue .flex .flex_box .title_box{
	background-color: #003686;
	color: white;
	text-align: center;
	/* 左上のみ角丸 */
	border-top-left-radius: 12px;
	-webkit-border-top-left-radius: 12px;
	-moz-border-radius-topleft: 12px;
	/* 右上のみ角丸 */
	border-top-right-radius: 12px;
	-webkit-border-top-right-radius: 12px;
	-moz-border-radius-topright: 12px;
}
body#tanaka article .blue .flex .flex_box .title_box .title_txt{
	margin: 0;
	padding-top: 4px;
}
body#tanaka article .blue .flex .flex_box .white_box{
	background-color: #ffffff;
	border: solid 1px #c7c7c7;
	/* 左下のみ角丸 */
	border-bottom-left-radius: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-moz-border-radius-bottomleft: 12px;
	/* 右下のみ角丸 */
	border-bottom-right-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
	-moz-border-radius-bottomright: 12px;
}
body#tanaka article .blue .flex .flex_box .grid{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 10px;
	margin: 0 auto;
	text-align: center;
}
body#tanaka .flex .blue_box{
	box-sizing: border-box;
	border: solid 2px #003686;
	/* 左上のみ角丸 */
	border-top-left-radius: 12px;
	-webkit-border-top-left-radius: 12px;
	-moz-border-radius-topleft: 12px;
	/* 右上のみ角丸 */
	border-top-right-radius: 12px;
	-webkit-border-top-right-radius: 12px;
	-moz-border-radius-topright: 12px;
	/* 左下のみ角丸 */
	border-bottom-left-radius: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-moz-border-radius-bottomleft: 12px;
}
body#tanaka .flex .blue_box .box_subtitle{
	margin: 0;
    border-left: 2px solid #003686;
}
body#tanaka article .blue .blue_txt1::before{
	background: url(../../first/tanaka/images/icon_txt1.png) no-repeat;
}
body#tanaka article .blue .blue_txt2::before{
	background: url(../../first/tanaka/images/icon_txt2.png) no-repeat;
}
body#tanaka article .blue .blue_txt2 .fred{
	font-size: 0.7em;
	vertical-align:top;
}
body#tanaka .flex .blue_box .icon1::before{
	background: url(../../first/tanaka/images/icon1.png) no-repeat;
}
body#tanaka .flex .blue_box .icon2::before{
	background: url(../../first/tanaka/images/icon2.png) no-repeat;
}
body#tanaka .flex .blue_box .icon3::before{
	background: url(../../first/tanaka/images/icon3.png) no-repeat;
}
body#tanaka .flex .blue_box .icon4::before{
	background: url(../../first/tanaka/images/icon4.png) no-repeat;
}
body#tanaka .flex .blue_box .icon5::before{
	background: url(../../first/tanaka/images/icon5.png) no-repeat;
}
body#tanaka .flex .blue_box .icon6::before{
	background: url(../../first/tanaka/images/icon6.png) no-repeat;
}
body#tanaka .flex .blue_box .icon7::before{
	background: url(../../first/tanaka/images/icon7.png) no-repeat;
}
body#tanaka .flex .blue_box .icon8::before{
	background: url(../../first/tanaka/images/icon8.png) no-repeat;
}



/*--------------------------------------------------------------------
 *	736px以下用（SP用）の記述
 *--------------------------------------------------------------------*/

@media screen and (max-width: 736px) {
/* 736px以下用（SP用）の記述 */

/*------------------------------------------ first共通 */
body.first article .page_nav li {
	margin-right: 12px;
}
body.first article .page_nav li a,
body.first article .page_nav li span {
	padding: 10px;
	border-radius: 4px;
	font-size: 1.2rem;
}

/*------------------------------------------ feature */
body.first article .page_nav li {
	width: 6em;
	text-align: center;
}
body#feature article .img_right {
	display: none;
}
body#feature .content_inner .cat_sub_nav li.cu {
	border-bottom: 1px solid #003686 !important;
}
body#feature .feature_02 {
	width: 90%;
	margin: 1em auto;
}

/*------------------------------------------ tanaka */
body#tanaka article h1 {
	margin-bottom: 0.4em;
	color: #003686;
}
body#tanaka article .blueblock{
	width: 100%;
	padding-bottom: 20px;
	background-color: #f0f7fa;
}
body#tanaka article .blue {
	margin: auto;
	padding: 20px 0 0;
}
body#tanaka article .blue .blue_title{
	margin: 0;
	padding: 14px 0;
	font-size: 1.2em;
	text-align: center;
}
body#tanaka article .blue .flex{
	display: flex;
	flex-flow: column;
	justify-content: center;
}
body#tanaka article .blue .flex .flex_box{
	margin-bottom: 1.4em;
}
body#tanaka article .blue .flex .flex_box .title_box{
	padding: 16px 0 10px 0;
}
body#tanaka article .blue .flex .flex_box .title_box img{
	width: 93.3%;
}
body#tanaka article .blue .flex .flex_box .title_box .title_txt{
	font-size: 1.3em;
}
body#tanaka article .blue .flex .flex_box .grid{
	width: 93.3%;
	padding-top: 14px;
	padding-bottom: 12px;
	column-gap: 5.7%;
	place-items: center;
}
body#tanaka article .blue .flex .flex_box .btn_newmember{
	width: 66%;
	margin: 0 auto;
	padding-bottom: 0.3em;
}
body#tanaka article .blue .flex .flex_box .btn_member_notice {
    color: #c1272d;
    width: 85%;
    margin: 0 auto 1em;
    text-indent: -1em;
    padding-left: 1em;
}
body#tanaka article .blue .blue_txt{
	position: relative;
	padding-left: 64px;
	font-size: 1.3em;
	color: #003686;
}
body#tanaka article .blue .blue_txt::before{
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 52px;
	height: 52px;
}
body#tanaka article .blue .blue_txt2{
	margin-top: 1.8em;
}
body#tanaka article .blue .blue_h2{
	margin-top: 1.2em;
}
body#tanaka article .blue .notice{
	margin-top: -0.8em;
}
body#tanaka .catch{
	display: flex;
	align-items: center; 
	justify-content: center; 
	color: #003686;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
}
body#tanaka .catch::before,
body#tanaka .catch::after{
	border-top: 2px solid;
	content: "";
	width: 3.4em; 
}
body#tanaka .catch::before{
	margin-right: 0.2em;
}
body#tanaka .catch::after{
	margin-left: 0.2em; 
}
body#tanaka .flex{
	display: flex;
	flex-flow: column;
	justify-content: center;
}
body#tanaka .first{
	margin-top: 10px;
}
body#tanaka .flex .blue_box{
	margin-bottom: 1.3em;
	padding: 0 2.5% 0.6em 2.5%;
}
body#tanaka .flex .blue_box .box_title{
	position: relative;
	margin-top: 1.4em;
	padding-bottom: 14px;
	padding-left: 28%;
	font-size: 1.28em;
	line-height: 1.4;
	font-weight: bold;
}
body#tanaka .flex .blue_box .box_title::before{
	content: "";
	display: inline-block;
	position: absolute;
	top: -20%;
	left: 0;
	width: 68px;
	height: 100px;
	background-size: contain;
}
body#tanaka .flex .blue_box .box_subtitle{
	margin-left: 1em;
	padding: 0.2em 0 0.2em 0.8em;
	font-size: 1.2em;
}
body#tanaka .flex .blue_box .lines{
	margin-top: 0.6em;
	padding-bottom: 10px;
}
body#tanaka .flex .blue_box .lines::before{
	top: -3%;
}
/****************************************** 20240424 ****/
#renew_blue_block #renew_icon_01 {
	position: relative;
	padding-top: 
}
#renew_blue_block #renew_icon_02 {
	position: relative;
}
#renew_blue_block #renew_icon_01 .blue_title_text::before {
	background: url(../../first/tanaka/images/renew_icon_01_pc.png) no-repeat;
	background-size: 52px;

}
#renew_blue_block #renew_icon_02 .blue_title_text::before {
	background: url(../../first/tanaka/images/renew_icon_02_pc.png) no-repeat;
	background-size: 52px;
}
#renew_blue_block #renew_icon_01,
#renew_blue_block #renew_icon_02 {
	margin: 0 auto;
}
#renew_blue_block #renew_icon_01 .blue_title_text::before,
#renew_blue_block #renew_icon_02 .blue_title_text::before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0px;
	width: 52px;
	height: 52px;
}
#renew_blue_block #sp_line_height {
	line-height: 3;
}
#renew_blue_block .blue_title_text {
	padding-left: 60px;
	font-size: 1.6rem;
	color: #003686;
	margin: 0;
	min-height: 55px;
}
#renew_blue_block .normal_text {
	margin: 1em 0 !important;
	font-size: 1.45rem;
	color: #000;
}
#renew_blue_block .notice_text {
	font-size: 1.2rem;
	color: #000;
	margin: 1em 0 2em !important;
}

#renew_blue_block #renew_flex  {
	margin: 0 auto;
}
#renew_blue_block #renew_flex .flex_box {
	background: #003686;
	border-radius: 12px;
	box-sizing: border-box;
	padding: 0 2.5% 0.6em 2.5%;
}
#renew_blue_block #renew_flex .flex_box:first-of-type {
	margin-bottom: 20px;
}
#renew_blue_block #renew_flex .flex_box .renew_titl {
	color: #fff;
	display: block;
	vertical-align: middle;
	text-align: center;
	padding: 15px 0;
	font-size: 1.5rem;
}
#renew_blue_block #renew_flex .flex_box .title_box {
	text-align: center;
	width: 90%;
	margin: 0 auto;
}
#renew_blue_block .register_button {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 15px;
}
#renew_blue_block .register_button img {
	width: 45%;
}
#renew_blue_block .notice_red {
	font-size: 1.2rem;
	color: #c4393e;
	margin: 15px auto 30px;
}





/* 736px以下用（SP用）の記述 end */
}


/*--------------------------------------------------------------------
 *	737px以上用（PC用）の記述
 *--------------------------------------------------------------------*/
@media screen and (min-width: 737px), print {
/* 737px以上用（PC用）の記述 */

/*------------------------------------------ first共通 */
body.first article .page_nav li {
	margin-right: 25px;
	font-size: 2.2rem;
}
body.first article .page_nav li a,
body.first article .page_nav li span {
	padding: 10px;
	border-width: 2px;
	border-radius: 8px;
}
body.first article .page_nav li a:hover {
	border-color: #003686;
	color: #003686;
}

/*------------------------------------------ feature */
body#feature article .wrap {
	width: 1100px;
}
body#feature article h1.img_title:nth-of-type(n+2) {
	margin-top: 50px;
}
body#feature article .img_right {
	float: right;
	margin-left: 10px;
}
body#feature .feature_02 {
	width: 400px;
	margin: 50px auto;
}

/*------------------------------------------ reason */
body#reason article .wrap {
	width: 1100px;
}

/*------------------------------------------ tanaka */
body#tanaka article .blueblock{
	min-width: 1120px;
	padding-bottom: 20px;
	background-color: #f0f7fa;
}
body#tanaka article .blue {
	width: 1200px;
	margin: 0 auto;
}
body#tanaka article .blue .blue_title{
	margin: 0;
	padding: 24px 0 ;
	font-size: 1.7em;
	text-align: center;
}
body#tanaka article .blue .flex{
	display: flex;
	justify-content: space-between;
	margin: 0 auto 3em;
}
body#tanaka article .blue .flex .flex_box{
	width: 570px;
}
body#tanaka article .blue .flex .flex_box .title_box{
	padding: 16px 0 10px 0;
}
body#tanaka article .blue .flex .flex_box .title_box .title_txt{
	font-size: 1.3em;
}
body#tanaka article .blue .flex .flex_box .grid{
	width: 410px;
	padding-top: 14px;
	place-items: center;
}
body#tanaka article .blue .flex .flex_box .btn_newmember {
    margin: 1em 0 0.3em 0;
	text-align: center;
}
body#tanaka article .blue .flex .flex_box .btn_member_notice {
    color: #c1272d;
    width: 400px;
    margin: 0 auto 1em;
    text-indent: -1em;
    padding-left: 1em;
}
body#tanaka article .blue .blue_txt{
	position: relative;
	margin-top: 1.6em;
	padding-left: 60px;
	font-size: 1.5em;
	color: #003686;
}
body#tanaka article .blue .blue_txt::before{
	content: "";
	display: inline-block;
	position: absolute;
	top: -20%;
	left: 0;
	width: 52px;
	height: 52px;
}
body#tanaka article .blue .blue_h2{
	margin-top: 1.4em;
}
body#tanaka article .blue .notice{
	margin-top: -0.8em;
}
body#tanaka .catch{
	display: flex;
	align-items: center; 
	justify-content: center; 
	color: #003686;
	font-size: 1.8em;
	font-weight: bold;
}
body#tanaka .catch::before,
body#tanaka .catch::after{
	border-top: 2px solid;
	content: "";
	width: 14em; 
}
body#tanaka .catch::before{
	margin-right: 1em;
}
body#tanaka .catch::after{
	margin-left: 1em; 
}
body#tanaka .flex{
	display: flex;
	justify-content: space-between;
}
body#tanaka .first,
body#tanaka .first_pc{
	margin-top: 1.1em;
}
body#tanaka .flex .blue_box{
	width: 570px;
	padding: 0 26px 20px 26px;
}
body#tanaka .flex .blue_box .box_subtitle{
	font-size: 1.3em;
	padding: 0.5em 0 0.5em 1em;
}
body#tanaka .flex .blue_box .box_title{
	position: relative;
	margin-top: 1.4em;
	padding-bottom: 20px;
	padding-left: 120px;
	font-size: 1.4em;
	line-height: 1.4;
	font-weight: bold;
}
body#tanaka .flex .blue_box .box_title::before{
	content: "";
	display: inline-block;
	position: absolute;
	top: -20%;
	left: 0;
	width: 100px;
	height: 100px;
}
body#tanaka .flex .blue_box .lines{
	margin-top: 1em;
	padding-bottom: 10px;
}
body#tanaka .flex .blue_box .lines::before{
	top: -6%;
}

/****************************************** 20240424 ****/
#renew_blue_block #renew_icon_01 {
	padding: 50px 0 50px;
	position: relative;
}
#renew_blue_block #renew_icon_02 {
	padding: 0 0 36px;
	position: relative;
}
#renew_blue_block #renew_icon_01 .blue_title_text::before {
	background: url(../../first/tanaka/images/renew_icon_01_pc.png) no-repeat;
	background-size: 100px;
	top: 60px;
}
#renew_blue_block #renew_icon_02 .blue_title_text::before {
	background: url(../../first/tanaka/images/renew_icon_02_pc.png) no-repeat;
	background-size: 100px;
}
#renew_blue_block #renew_icon_01,
#renew_blue_block #renew_icon_02 {
	padding-left: 118px;
	margin: 0 auto;
	line-height: 1.3;
}
#renew_blue_block #renew_icon_01 .blue_title_text::before,
#renew_blue_block #renew_icon_02 .blue_title_text::before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	width: 100px;
	height: 100px;
}
#renew_blue_block #renew_icon_01 p,
#renew_blue_block #renew_icon_02 p {
	margin: 0;
}
#renew_blue_block .blue_title_text {
	font-size: 2.4rem;
	color: #003686;
}
#renew_blue_block .normal_text {
	margin: 10px 0 !important;
	color: #000;
}
#renew_blue_block .notice_text {
	font-size: 1.2rem;
	color: #000;
}
body#tanaka #renew_blue_block .catch::before,
body#tanaka #renew_blue_block .catch::after {
	width: 18.65em;
}
#renew_blue_block #renew_flex  {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
#renew_blue_block #renew_flex .flex_box {
	background: #003686;
	border-radius: 10px;
	width: 570px;
	padding: 0 26px 20px 26px;
	box-sizing: border-box;
}
#renew_blue_block #renew_flex .flex_box .renew_titl {
	color: #fff;
	font-size: 2.0rem;
	line-height: 1.4;
	height: 88px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 518px;
}
#renew_blue_block #renew_flex .flex_box .title_box {
	text-align: center;
}
#renew_blue_block .register_button {
	text-align: center;
	margin-top: 15px;
}
#renew_blue_block .register_button img {
	width: 45%;
}
#renew_blue_block .notice_red {
	font-size: 1.6rem;
	color: #c4393e;
	margin: 5px auto 30px;
}







/* 737px以上用（PC用）の記述 end */
}



/*------------------------------------------ clear */
body {
	zoom: 100%;
}

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