@charset "UTF-8";

/* clearfix */
.cf:before, .cf:after { content:""; display:table; }
.cf:after { clear:both; }
.cf { zoom:1; }


/*/option/mail/webmail/index.html?page=tab_howto#tab_faq-spt */

dl.howto_list{
	width: 664px;
	margin-bottom: 20px;
	padding: 10px 15px 0;
	border: 1px solid #d9d9d9;
}
dl.howto_list dt{
	margin-bottom: 10px;
	font-size: 130%;
}
dl.howto_list dd{
	padding-left:20px;
}

dl.howto_list ul li{
	float: left;
	width: 320px;
}
dl.howto_list ul li.sttl{
	width: 100%;
}
dl.howto_list ul li.sttl ul{
	margin-bottom:0 !important;
}
dl.howto_list ul li.sttl li{
	width: 317px;
}


.pc_midashi,.sp_midashi,.mb_midashi{
	padding-top: 35px;
}
.pc_midashi {background: url(/option/mail/webmail/howto/pc/images/icon_pc.png) no-repeat right top;}
.sp_midashi {background: url(/option/mail/webmail/howto/spt/images/icon_sp.png) no-repeat right top;}
.mb_midashi {background: url(/option/mail/webmail/howto/mobile/images/icon_mb.png) no-repeat right top;}

#popup h1#logopop {
	margin-bottom: 0!important;
}

/* 共通 */
.notes {
	margin: 20px 0;
}
.notes > li {
	line-height: 1.75;
}
.inner {
	width: 950px;
	margin: 0 auto;
}
.cateTop .mainSub {
	padding-bottom: 120px;
}
.hdg1,.hdg2Top {
	line-height: 1.3;
}
.hdg2Top {
	margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
.notes > li {
	line-height: 1.6;
}
.inner {
	width: 100%;
	padding: 30px 15px 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cateTop .mainSub {
	padding-bottom: 0;
}
.hdg2Top {
	margin-bottom: 0;
}
.hdg2Top:after, .hdg2TopUnique:after {
	content: none;
}
}

/* ローカルナビ */
.pageNav > li {
	vertical-align: middle;
}
.pageNav > li > a {
	height: 80px;
}
.pageNav > li:nth-child(3) > a > span {
	text-indent: 1em;
}
.btn7.type2 {
	width: 150px;
  margin-left: 0;
  margin-bottom: 15px;
  padding: 8px 10px 6px;
  box-sizing: border-box;
  border-radius: 0;
  font-size: 14px;
  font-size: 1.4rem;
  background: #fcdb00;
  border: none;
  box-shadow: 0 3px 6px rgba(199, 199, 199, .5);
}
.btn7.type2:hover {
	text-decoration: underline;
  background: #fee63c;
	color: #223;
}

/* KV */
.kv {
	width: 100%;
	height: 299px;
	background: url(/option/mail/webmail/img/top/img_kv_bg.png) no-repeat center center;
	background-size: cover;
}
.kvInner {
	max-width: 950px;
	background: url(/option/mail/webmail/img/top/img_kv_01.png) no-repeat 12px center;
	margin: 0 auto;
	height: 100%;
}
.kvText {
	margin-left: auto;
	padding-top: 50px;
	margin-right: 2%;
	width: 45%;
}
.kvText p:first-of-type {
	padding-top: 27px;
}
.kvTitle {
	position: relative;
	padding-bottom: 10px;
}
.kvTitle::after {
	content: '';
	position: absolute;
	width: 430px;
	height: 1px;
	bottom: 0px;
	left: 0;
	border-bottom: 1px solid #777;
}

@media only screen and (max-width:767px) {
.kv {
	width: 100%;
	height: auto;
	background: url(/option/mail/webmail/img/top/img_kv_bg_sp.png) no-repeat center center;
	background-size: cover;
	padding: 19px 0 18px;
}
.kvInner {
	max-width: none;
	background: none;
}
.kvImg {
	margin-bottom: 24px;
	text-align: center;
}
.kvText {
	padding-top: 0px;
	margin-left: 15px;
	margin-right: 15px;
	width: calc(100% - 30px);
}
.kvText p:first-of-type {
  padding-top: 0;
	margin-bottom: 0;
}
}

/* サービス概要 */
.overview_block {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	width: 860px;
	margin: 40px auto 0;
}
.overview_item {
	width: calc(50% - 30px);
	margin-right: 60px;
	margin-bottom: 60px;
}
.overview_item:nth-child(even) {
	margin-right: 0;
}
.overview_item:last-child,
.overview_item:nth-last-child(2) {
	margin-bottom: 0;
}
.overview_hd {
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
	margin-bottom: 2px;
}
.overview_img {
	margin-bottom: 15px;
	text-align: center;
}
.overview .notes {
	margin-bottom: 0;
}

@media only screen and (max-width:767px) {
.overview_block {
	display: block;
	width: 100%;
	margin-top: 0;
}
.overview_item {
	width: 100%;
	margin-bottom: 30px;
}
.overview_item:nth-last-child(2) {
	margin-bottom: 30px;
}
}

/* 料金 */
@media only screen and (max-width: 767px) {
.price .inner p:last-child {
	margin-bottom: 0;
}
}

/* 動作環境 */
@media only screen and (max-width:767px) {
.system .inner ul:last-child {
	margin-bottom: 0;
}
}

/* 注意事項 */
.notice .inner {
	width: 100%;
}
.notice .hdg2Top {
	margin-top: 40px;
}

@media only screen and (max-width: 767px) {
.notice .inner {
	padding: 30px 0 20px;
}
.notice .hdg2Top {
	margin-top: 0;
}
.notice .notesBox2 {
	background: #fff;
	padding-top: 0;
}
.notice .inner .textTop2 {
	padding: 0 15px;
}
}

/* ヘルプ・FAQ */
.faq .hdg2Top {
	margin-bottom: 25px;
	line-height: 1.3;
}
.faq h3 {
	text-align: left;
	padding: 12px 0 12px;
	font-size: 24.96px;
	font-size: 2.496rem;
	line-height: 1.3;
}
.faq_block {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	width: 860px;
	margin: 60px auto 75px;
}
.faq_item {
	width: calc(50% - 30px);
	margin-right: 60px;
	margin-bottom: 70px;
}
.faq_item:nth-child(even) {
	margin-right: 0;
}
.faq_item:last-child,
.faq_item:nth-last-child(2) {
	margin-bottom: 0;
}
.faq_hd {
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
	margin-bottom: 2px;
}
.faq_img {
	margin-bottom: 15px;
	text-align: center;
}
.faq_txtIcon {
	margin-right: 6px;
	vertical-align: text-bottom;
}

@media only screen and (max-width: 767px) {
.faq {
	margin-bottom: 0;
}
.faq .hdg2Top {
	margin-bottom: 0;
}
.faq h3 {
	font-size: 20px;
	font-size: 2.0rem;
	padding: 0;
	margin-bottom: 20px;
	text-align: center;
}
.faq_block {
	width: 100%;
	display: block;
	margin: 35px auto 50px;
}
.faq_item {
	width: 100%;
	margin-bottom: 30px;
}
.faq_item:nth-last-child(2) {
	margin-bottom: 30px;
}
.faq .inner ul:last-child {
	margin-bottom: 0;
}
}

/* 関連サービス紹介 */
.relation {
	background: #f8f8f8;
	padding: 50px 0 70px 0;
}
.relation_intro {
	text-align: center;
	margin-bottom: 27px;
}
.relation_block {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
}
.relation_item {
	width: calc(50% - 10px);
	margin-right: 20px;
	padding: 25px 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 7px;
}
.relation_item:nth-child(even) {
	margin-right: 0;
}
.relation_item:last-child,
.relation_item:nth-last-child(2) {
	margin-bottom: 0;
}
.relation_img {
	width: 37.9%;
	margin-right: 20px;
}
.relation_desc {
	width: calc(62.1% - 20px);
}
.relation_desc .linkList {
	margin-bottom: 0;
}
.relation_hd {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 6px;
}
.relation_txt {
	margin-bottom: 10px;
}

@media only screen and (max-width:767px) {
.relation {
	padding: 0;
}
.relation .hdg3Top {
	font-size: 20px;
	font-size: 2.0rem;
  padding: 0;
  margin-bottom: 20px;
  text-align: center;
	border-top: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.relation .hdg3Top:after {
	content: none;
}
.relation .inner {
	padding-bottom: 30px;
}
.relation_block {
	display: block;
}
.relation_item {
	display: block;
	width: 100%;
	margin-bottom: 30px;
}
.relation_item:nth-last-child(2) {
	margin-bottom: 20px;
}
.relation_img {
	width: 100%;
  margin-right: 20px;
  text-align: center;
  margin-bottom: 20px;
}
.relation_desc {
	width: 100%;
}
}

/* お知らせ */
.information {
	margin: 70px 0;
}

/* メニュー */
.menuItems li {
	margin-bottom: 27px;
}

@media only screen and (max-width: 767px) {
.footerSub .footerSubInner .footerSubBody .hdrMenu .menuAttention .menuHdgIcon .menuTitle,
.footerSub .footerSubInner .footerSubBody .hdrMenu .menuQuestion .menuHdgIcon .menuTitle {
	padding: 16px 40px 15px 65px !important;
}
.footerSub .footerSubInner .footerSubBody .hdrMenu .menuAttention .menuHdgIcon .menuTitle:after,
.footerSub .footerSubInner .footerSubBody .hdrMenu .menuQuestion .menuHdgIcon .menuTitle:after {
	position: absolute;
	top: 0;
	right: 14px;
	bottom: 0;
	display: block;
	width: 15px;
	height: 15px;
	margin: auto 0;
	content: '';
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	background: url(/option/common/img/sp/icon_plus.png);
	background-size: 15px;
}
.footerSub .footerSubInner .footerSubBody .hdrMenu .menuService .menuHdgIcon.active .menuTitle:after,
.footerSub .footerSubInner .footerSubBody .hdrMenu .menuAttention .menuHdgIcon.active .menuTitle:after,
.footerSub .footerSubInner .footerSubBody .hdrMenu .menuQuestion .menuHdgIcon.active .menuTitle:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.menuItems li {
	margin-bottom: 0;
}
}


.linkListLyt {
	box-sizing: border-box;
    width: 100%;
    min-width: 950px;
    max-width: 950px;
    margin: 20px auto 0 auto;
    display: flex;
	justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
.linkListLyt {
	display: none;
}
}

.linkListLyt > li + li {
	margin-top: 0;
	margin-left: 20px;
}

.linkListLyt > li > a  {
	position: relative;
	padding-left: 10px;
}

.linkListLyt > li > a::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid #333;
}

.wm-login {
	width: 300px;
}
.wm-login-inner {
	margin: 0 10px !important;
}
@media not screen and (max-width: 767px) {
	.wm-login-mobile {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.toTop {
		bottom: 80px;
	}
	.wm-login-mobile {
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		background: rgba(0, 0, 0, .4);
		text-align: center;
		padding: 10px;
		box-sizing: border-box;
		z-index: 1;
	}
	.wm-login-mobile-inner {
		width: 80%;
	}
}
