@charset "utf-8"; 
/* ------------------------------------------------------------------------ */

/*  Parts

/* ------------------------------------------------------------------------ */

/* Layout
--------------------------------------------------------------------------- */

/* --- margin --- */

.auto  { margin-right : auto; margin-left : auto;}

.mt0   { margin-top	: 0 !important;}
.mt5   { margin-top	: 5px !important;}
.mt10  { margin-top	: 10px !important;}
.mt15  { margin-top	: 15px !important;}
.mt20  { margin-top	: 20px !important;}
.mt25  { margin-top	: 25px !important;}
.mt30  { margin-top	: 30px !important;}
.mt35  { margin-top	: 35px !important;}
.mt40  { margin-top	: 40px !important;}
.mt45  { margin-top	: 45px !important;}
.mt50  { margin-top	: 50px !important;}

.mr0   { margin-right : 0 !important;}
.mr5   { margin-right : 5px !important;}
.mr10  { margin-right : 10px !important;}
.mr15  { margin-right : 15px !important;}
.mr20  { margin-right : 20px !important;}
.mr25  { margin-right : 25px !important;}
.mr30  { margin-right : 30px !important;}
.mr35  { margin-right : 35px !important;}
.mr40  { margin-right : 40px !important;}
.mr45  { margin-right : 45px !important;}
.mr50  { margin-right : 50px !important;}

.mb0   { margin-bottom : 0 !important;}
.mb5   { margin-bottom : 5px !important;}
.mb10  { margin-bottom : 10px !important;}
.mb15  { margin-bottom : 15px !important;}
.mb20  { margin-bottom : 20px !important;}
.mb25  { margin-bottom : 25px !important;}
.mb30  { margin-bottom : 30px !important;}
.mb35  { margin-bottom : 35px !important;}
.mb40  { margin-bottom : 40px !important;}
.mb45  { margin-bottom : 45px !important;}
.mb50  { margin-bottom : 50px !important;}

.ml0   { margin-left : 0 !important;}
.ml5   { margin-left : 5px !important;}
.ml10  { margin-left : 10px !important;}
.ml15  { margin-left : 15px !important;}
.ml20  { margin-left : 20px !important;}
.ml25  { margin-left : 25px !important;}
.ml30  { margin-left : 30px !important;}
.ml35  { margin-left : 35px !important;}
.ml40  { margin-left : 40px !important;}
.ml45  { margin-left : 45px !important;}
.ml50  { margin-left : 50px !important;}

.m0   { margin : 0 !important;}
.m10  { margin : 10px !important;}
.m15  { margin : 15px !important;}
.m20  { margin : 20px !important;}
.m25  { margin : 25px !important;}
.m30  { margin : 30px !important;}
.m35  { margin : 35px !important;}
.m40  { margin : 40px !important;}
.m45  { margin : 45px !important;}
.m50  { margin : 50px !important;}


/* --- padding --- */

.pt0  { padding-top : 0 !important;}
.pt5  { padding-top : 5px !important;}
.pt10 { padding-top : 10px !important;}
.pt15 { padding-top : 15px !important;}
.pt20 { padding-top : 20px !important;}

.pr0  { padding-right : 0 !important;}
.pr5  { padding-right : 5px !important;}
.pr10 { padding-right : 10px !important;}
.pr15 { padding-right : 15px !important;}
.pr20 { padding-right : 20px !important;}

.pl0  { padding-left : 0 !important;}
.pl5  { padding-left : 5px !important;}
.pl10 { padding-left : 10px !important;}
.pl15 { padding-left : 15px !important;}
.pl20 { padding-left : 20px !important;}

.pb0  { padding-bottom : 0 !important;}
.pb5  { padding-bottom : 5px !important;}
.pb10 { padding-bottom : 10px !important;}
.pb15 { padding-bottom : 15px !important;}
.pb20 { padding-bottom : 20px !important;}

.pb0   { padding : 0  !important;}
.pb5   { padding : 5px !important;}
.pb10  { padding : 10px !important;}
.pb15  { padding : 15px !important;}
.pb20  { padding : 20px !important;}

.nowrap { white-space : nowrap;}

#crumb {
	text-align	: left;
	max-width: 1200px;
	width: calc(100% - 30px);
	margin: 12px auto 0;
}
#crumb li,
#crumb li a{
	font-size: 1.4rem;
	font-weight: 400;
	position: relative;
}
#crumb li {
	display: inline-block;
	font-size: 1.4rem;
}
#crumb li a{
	color: #003d99;
}
#crumb li a:hover{
	text-decoration: none;
	color: #003d99;
}
#crumb li.home a::before{
	content: "\f015";
	display: inline-block;
	font-family: 'FontAwesome';
	font-weight: 400;
	margin-right: 1px;
	transform: translateY(-1px);
}

#crumb li + li::before{
	content: "\f054";
	font-size: 1.2rem;
	font-family: 'FontAwesome';
	font-weight: 400;
	display: inline-block;
	margin: 0 3px;
	vertical-align: middle;
	color: #999;
	margin-right: 9px;
	transform: translateY(-1px);
}

#crumb li a.tag + .tag::before{
	content: "/";
	color: #000;
	margin: 0 7px 0 5px;
}

/* --- 下層keyVisual --- */
#keyVisual{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 270px;
}

#keyVisual .pageTtl{
	font-size: 3rem;
	color: #fff;
	padding-bottom: 0.5em;
}
#keyVisual .pageTtl .en{
	font-size: 0.533333em;
	font-weight: 600;
}

/* --- display --- */

.block	{ display : block;}
.inline { display : inline;}

.fltbox { margin : 0 auto;}
.flt_r  { float : right !important;}
.flt_l  { float : left !important;}

.txt_r { text-align : right !important;} 
.txt_c { text-align : center !important;} 
.txt_l { text-align : left !important;} 

.psn { position : relative;}

.none {
	background	: none !important;
	border		: none !important;
}


@media screen and (max-width: 768px){
	/* --- 下層keyVisual --- */
	#keyVisual{
		height: 170px;
	}
}

/* Heading
--------------------------------------------------------------------------- */

.hd02{
	font-size: 2.6rem;
	text-align: left;
	border-bottom: solid 2px #003d99;
	padding-bottom: 20px;
}


/* image
--------------------------------------------------------------------------- */

img.image	{ border: solid 1px #d9d9d9; padding : 1px; background : #FFF;}

.imgbox	{
	margin		: 0 0 30px;
	_zoom		: 1;
	overflow	: hidden;
}

.imgL { float : left;  margin : 0 10px 5px 0; }
.imgR { float : right; margin : 0 0 5px 10px; }

.imgbox p {
	overflow	: hidden;
	_zoom		: 1;
}


/* table
--------------------------------------------------------------------------- */

.tblStyle01{
	border-collapse		: separate;
	*border-collapse	: collapse;
	border-spacing		: 0;
	empty-cells			: show;
	border-top			: 1px solid #8a9099;
	border-right		: none;
	border-bottom		: none;
	border-left			: 1px solid #8a9099;
	margin				: 0 auto;
	width				: 100%;
	table-layout: fixed;
}

	.tblStyle01 th,
	.tblStyle01 td{
		border-top		: none;
		border-right	: 1px solid #8a9099;
		border-bottom	: 1px solid #8a9099;
		border-left		: none;
		border-collapse: collapse;
		font-weight		: normal;
		padding: 16px 21px 14px;
	}

	.tblStyle01 th{ 
		margin			: 0; 
		text-align		: left;
		font-weight: 700;
		background: #cfd8e5;
		border-right: none;
		width: 280px;
	}

	.tblStyle01 td{
		text-align	: left;
	}

.valign_t{
	vertical-align: top;
}

	
	
/* list
--------------------------------------------------------------------------- */

.olStyle01 {
	margin	: 0 35px 10px;
}

	.olStyle01 li {
		list-style		: decimal;
		margin-bottom	: 3px;
		padding			: 0;
		text-align		: left;
	}


.ulStyle01 {
	margin	: 0 15px 10px;
}

	.ulStyle01 li {
		list-style	: disc;
		margin		: 0 15px 3px;
		padding		: 0;
		text-align	: left;
	}

.noteList li + li{
	margin-top: 5px;
}


/* text
--------------------------------------------------------------------------- */

/* --- size --- */

.txt10 { font-size : 1rem !important;   font-size:10px !important;}
.txt12 { font-size : 1.2rem !important; font-size:12px !important;}
.txt14 { font-size : 1.4rem !important; font-size:14px !important;}


/* --- color --- */

.red	{ color : #CC2727;}
.col01	{ color : #996633;}
.must   { color : #cc2727;}
.must2  { color : #cc2727;}


/* --- lineheight --- */

.height18 { line-height : 1.8;}
.height19 { line-height : 1.9;}
.height20 { line-height : 2;}

/* ------------------------------------------------------------------------ */

/*  ページネーション

/* ------------------------------------------------------------------------ */

.wp-pagenavi{
	margin-top: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}

.wp-pagenavi .page,
.wp-pagenavi span{
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	border: solid 1px #808080;
	color: #000;
	overflow: hidden;
	background: #fff;
	font-family: "Roboto", sans-serif;
	font-size: 1.6rem;
	font-weight: 700;
	padding-top: 3px;
}

.wp-pagenavi .page:hover,
.wp-pagenavi span{
	border-color: #000;
	background: #000;
	color: #fff;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink{
	text-align: center;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	width: 40px;
	background: #fff;
	border-radius: 50%;
	border: solid 1px #808080;
}
.wp-pagenavi .nextpostslink::after,
.wp-pagenavi .previouspostslink::after{
	display: inline-block;
	content: "";
	width: 14px;
	height: 7px;
	background: url("/common/img/icon_arrow.svg") no-repeat center / contain;
}
.wp-pagenavi .previouspostslink::after{
	transform: scale(-1, 1);
}
.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .previouspostslink:hover{
	background-color: #ccc;
}



/* ------------------------------------------------------------------------ */

/*  CMS詳細

/* ------------------------------------------------------------------------ */
#sec_cmsDetail .wysiwygContainer{
	text-align: left;
}
#sec_cmsDetail .wysiwygContainer::after{
	content: "";
	display: block;
	clear: both;
}

#sec_cmsDetail .hd03,
#sec_cmsDetail figure,
#sec_cmsDetail p,
#sec_cmsDetail ul,
#sec_cmsDetail ol,
#sec_cmsDetail table,
#sec_cmsDetail .wp-block-group{
	margin-top: 40px;
}

#sec_cmsDetail p{
	line-height: 2;
}

#sec_cmsDetail em{
	font-style: italic;
}

#sec_cmsDetail .wp-block-group + .wp-block-group{
	margin-top: 0;
}
#sec_cmsDetail .wp-block-quote{
	margin-top: 60px;
	background: url("/df/wp-content/themes/sun-denshi/lineup/cybersixgill/news/img/bg_quarto.jpg") no-repeat center / cover;
	color: #fff;
	box-shadow: 0px 3px 16px rgba(15, 20, 56, 0.3);
	border-radius: 10px;
}
#sec_cmsDetail h3,
#sec_cmsDetail h4,
#sec_cmsDetail h5,
#sec_cmsDetail h6{
	margin-top: 40px;
	margin-bottom: 40px;
}
#sec_cmsDetail h3{
	font-size: 3.4rem;
	border-left: solid 10px #004898;
	padding-left: 15px;
	margin-bottom: 0;
}
#sec_cmsDetail h3.hd02{
	margin-top: 0;
	padding-left: 0;
	border-left: none;
}
#sec_cmsDetail h4{
	font-size: 3rem;
	color: #004898;
}

#sec_cmsDetail h5{
	font-size: 2.2rem;
	position: relative;
}
#sec_cmsDetail h5::before{
	content: "";
	display: inline-block;
	width: 15px;
	height: 2px;
	background: #0e192e;
	transform: translateY(calc(100% / 2 - 0.4em));
	margin-right: 8px;
}
#sec_cmsDetail h6{
	font-size: 1.8rem;
}

#sec_cmsDetail a{
	text-decoration: underline;
}

#sec_cmsDetail a:hover{
	text-decoration: none;
}
#sec_cmsDetail .wp-block-button__link,
#sec_cmsDetail .wp-block-file__button{
	text-decoration: none;
}

#sec_cmsDetail .wp-element-caption{
	text-align: center;
	font-size: 0.8em;
	margin: 6px 0;
}

#sec_cmsDetail blockquote{
	background: #f2f2f2;
	padding: 20px;
	padding-left: 40px;
	font-style: italic;
}
#sec_cmsDetail blockquote::before{
	content: "\f10d";
	font-family: 'FontAwesome';
	margin-left: -20px;
	color: #345eff;
}

#sec_cmsDetail blockquote p,
#sec_cmsDetail blockquote img{
	margin-top: 0;
}

#sec_cmsDetail blockquote p + p{
	margin-top: 15px;
}

#sec_cmsDetail ul > li,
#sec_cmsDetail ol > li{
	padding-left: 1em;
	text-indent: -1em;
	list-style-position: inside;
}
#sec_cmsDetail ul li{
	list-style-type: disc;
}
#sec_cmsDetail ol li{
	list-style-type: decimal;
}

#sec_cmsDetail ul.noteList{
	
}
#sec_cmsDetail ul.noteList li{
	list-style-type: none;
}

#sec_cmsDetail .wp-block-separator{
	border-width: 1px;
}

#sec_cmsDetail .wp-block-button__link{
	background: #004898;
}

#sec_cmsDetail .checkList > li{
	text-indent: -1.5em;
	padding-left: 2em;
}
#sec_cmsDetail .checkList > li::before{
	content: "\f00c";
	font-size: 2rem;
	font-family: 'FontAwesome';
	color: #004898;
	margin-right: 6px;
}
#sec_cmsDetail .wp-block-media-text>.wp-block-media-text__content{
	padding: 0;
}

#sec_cmsDetail .wp-block-media-text__content + .wp-block-media-text__media,
#sec_cmsDetail .wp-block-media-text__media + .wp-block-media-text__content{
	margin-left: 40px;
}
#sec_cmsDetail .wp-block-media-text__media img{
	margin-top: 0;
}

#sec_cmsDetail .wp-block-embed-youtube{
	aspect-ratio: 16 / 9;
	max-width: 300px;
	overflow: hidden;
	border-radius: 6px;
	flex-shrink: 0;
}

#sec_cmsDetail .wp-block-embed iframe{
	width: 100%;
	height: 100%;
	aspect-ratio: 16 / 9;
}

#sec_cmsDetail .wp-block-embed-youtube + p,
#sec_cmsDetail p + .wp-block-embed-youtube{
	margin-left: 20px;
}


#sec_cmsDetail .tblList table img{
	margin-top: 0;
}

#sec_cmsDetail .tblList table tr:nth-child(even){
	background: #e8edff;
}

#sec_cmsDetail .tblList table th,
#sec_cmsDetail .tblList table td{
	border: none;
}

#sec_cmsDetail .wp-block-group.is-nowrap{
	flex-wrap: wrap;
}

#sec_cmsDetail .backBtn{
	text-decoration: none;
	margin-top: 100px;
}

#sec_cmsDetail .wp-block-table.tblStyle01{
	border: none;
}
#sec_cmsDetail .wp-block-table.tblStyle01 table{
	margin-top: 0;
}

@media screen and (max-width: 880px){
	#sec_cmsDetail h3{
		font-size: 2.5rem;
		border-left: solid 6px #004898;
		padding-left: 12px;
	}
	#sec_cmsDetail h4{
		font-size: 2.3rem;
	}
	#sec_cmsDetail h5{
		font-size: 2rem;
	}
	#sec_cmsDetail .backBtn{
		margin-top: 50px;
	}

}
@media screen and (max-width: 767px){
	#sec_cmsDetail .wp-block-group.movieStyleBlock{
		display: block;
	}
	#sec_cmsDetail .wp-block-embed-youtube{
		max-width: 500px;
	}
	#sec_cmsDetail .wp-block-embed-youtube + p,
	#sec_cmsDetail p + .wp-block-embed-youtube{
		margin-left: 0;
	}
}
@media screen and (max-width: 600px){
	#sec_cmsDetail blockquote{
		padding: 30px 20px 20px;
	}
	#sec_cmsDetail blockquote::before{
		margin-left: 0;
		display: inline-block;
		transform: translateY(-10px);
	}
	#sec_cmsDetail .wp-block-media-text__content + .wp-block-media-text__media,
	#sec_cmsDetail .wp-block-media-text__media + .wp-block-media-text__content{
		margin-left: 0;
	}
	#sec_cmsDetail .personBox .wp-block-media-text__media img{
		max-width: 180px;
		margin: 0 auto 20px;
	}
}
@media screen and (max-width: 480px){
	#sec_cmsDetail .tblList{
		overflow: auto;
	}
	#sec_cmsDetail .tblList table{
		width: 450px;
	}
}

/* ------------------------------------------------------------------------ */

/*  Form

/* ------------------------------------------------------------------------ */

label { cursor : pointer; vertical-align:middle;}
label:hover { text-decoration:none;}

input:focus,
textarea:focus {
	background-color : #f7fdeb;
}

select::-ms-expand {
	display: none;
}

input,
select,
textarea{
	font-family: "Noto Sans JP", "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 1.6rem;
	border: solid 1px #aabdb4;
	border-radius: 6px;
	padding: 9px;
	box-shadow: none;
	appearance: none;
	width: 100%;
}

button{
	font-family: "Noto Sans JP", "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	cursor: pointer;
	border: none;
}

form .disnon {
	display: none;
}

.hissu{
	display: inline-block;
	background: #cc0000;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 400;
	padding: 4px 7px 6px;
}

.form.tblStyle01{
	max-width: 880px;
	margin: 0 auto;
}
.form.tblStyle01 td{
	padding: 10px;
}
.form.tblStyle01 th .flex{
	flex-wrap: wrap;
}

.form .placeholder{
	display: block;
	font-size: 0.875em;
	margin-top: 10px;
}

form .btnBox{
	display: flex;
	justify-content: center;
	align-items: stretch;
}

.btnBox .btn{
	padding: 0;
	margin-top: 37px;
}
.btnBox .btn input{
	padding: 16px 20px;
	width: 100%;
	height: 100%;
	border: none;
	background: none;
	text-align: left;
	color: #fff;
	cursor: pointer;
}
.btnBox .btn.prev{
	margin-right: 10px;
}

@media screen and (max-width: 767px){
	.form.tblStyle01 th,
	.form.tblStyle01 td{
		display: block;
	}
	.tblStyle01 th{
		border-right: 1px solid #8a9099;
		width: 100%;
	}
}
@media screen and (max-width: 450px){
	form .btnBox{
		flex-direction: column;
		margin-top: 40px;
	}
	form .btnBox .btn{
		margin: 0 auto;
	}
	form .btnBox .btn.prev{
		margin: 0 auto 20px;
	}
}


/* ------------------------------------------------------------------------ */

/*  WP-Members関連

/* ------------------------------------------------------------------------ */
#contentsBlock #wpmem_login .form,
#contentsBlock #wpmem_reg .form{
	text-align: left;
}
#contentsBlock #wpmem_login fieldset,
#contentsBlock #wpmem_reg fieldset{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
#contentsBlock #wpmem_login .button_div,
#contentsBlock #wpmem_reg .button_div{
	max-width: 300px;
	width: 100%;
	text-align: center;
	margin-top: 20px;
}
#contentsBlock #wpmem_reg label,
#contentsBlock #wpmem_login label{
	text-align: right;
	flex-shrink: 0;
	padding-bottom: 0.7em;
}
#contentsBlock #wpmem_reg .div_text,
#contentsBlock #wpmem_login .div_text{
	margin-left: 10px;
}

#contentsBlock #wpmem_reg .buttons,
#contentsBlock #wpmem_login .buttons{
	cursor: pointer;
	margin-top: 10px;
}


/* 新規会員登録 */
#contentsBlock #wpmem_reg{
	max-width: 480px;
	width: 100%;
	margin: 0 auto;
}
#contentsBlock #wpmem_reg label,
#contentsBlock #wpmem_reg .div_text{
	display: block;
}
#contentsBlock #wpmem_reg label{
	width: 130px;
}
#contentsBlock #wpmem_reg label[for="confirm_email"]{
	width: inherit;
}

#contentsBlock #wpmem_reg .div_text{
	width: calc(70% - 10px);
}
#contentsBlock #wpmem_reg .req-text{
	margin-top: 10px;
	width: 100%;
	text-align: center;
}

#contentsBlock #wpmem_reg fieldset > p,
#contentsBlock #wpmem_login fieldset > p{
	text-align: center;
	width: 100%;
}
#contentsBlock #wpmem_reg label[for="siteguard_captcha"],
#contentsBlock #wpmem_login label[for="siteguard_captcha"]{
	display: inline-block;
	width: 100%;
	text-align: center;
}
#contentsBlock #wpmem_reg input[name="siteguard_captcha"],
#contentsBlock #wpmem_login input[name="siteguard_captcha"]{
	max-width: 200px;
}


/* ログイン */
#contentsBlock #wpmem_login{
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
}
#contentsBlock #wpmem_login label,
#contentsBlock #wpmem_login .div_text{
	display: block;
}

#contentsBlock #wpmem_login label{
	width: 240px;
}
#contentsBlock #wpmem_login .div_text{
	width: calc(60% - 10px);
}

#contentsBlock #wpmem_login input[type=checkbox]{
	appearance: auto;
	margin: 0;
	vertical-align: middle;
	width: auto;
}
#contentsBlock #wpmem_login .button_div label{
	display: inline-block;
	width: fit-content;
	padding: 0;
}

#contentsBlock #wpmem_login .link-text{
	text-align: center;
	width: 100%;
}

#contentsBlock #wpmem_login,
#contentsBlock #wpmem_msg,
#contentsBlock #wpmem_reg,
#contentsBlock .wpmem_msg{
	margin: 15px auto;
}

@media screen and (max-width: 767px){
	#contentsBlock #wpmem_reg label,
	#contentsBlock #wpmem_reg .div_text,
	#contentsBlock #wpmem_login label,
	#contentsBlock #wpmem_login .div_text{
		width: 100%;
	}
	#contentsBlock #wpmem_reg label,
	#contentsBlock #wpmem_login label{
		text-align: center;
	}
}

/* ------------------------------------------------------------------------ */

/*  マイページ

/* ------------------------------------------------------------------------ */
.bd_mypage #keyVisual{
	background: url("/common/img/keyvisual_message.jpg") no-repeat center / cover;
}
#sec_mypage .register_status{
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 20px;
}
#sec_mypage ul li + li{
	margin-top: 20px;
}

#sec_mypage ul.noteList li + li{
	margin-top: 5px;
}

#sec_mypage ul a{
	display: inline-block;
	background: #003d99;
	color: #fff;
	max-width: 340px;
	width: 100%;
	border-radius: 30px;
	padding: 16px 20px;
	position: relative;
	text-align: left;
}
#sec_mypage ul a::after{
	content: "";
	display: block;
	position: absolute;
	top: calc(100% / 2 - 14px);
	right: 20px;
	background: url("/common/img/icon_arrow_white.png") no-repeat center / contain;
	width: 28px;
	height: 28px;
	transition: 0.3s;
}
#sec_mypage ul a:hover{
	background: #1c4e9a;
}
#sec_mypage ul a:hover::after{
	right: 14px;
}

@media screen and (max-width: 767px){
	.bd_mypage #keyVisual{
		background: url("/common/img/keyvisual_message.jpg") no-repeat 75% center / cover;
	}
}