@charset "UTF-8";
/* Scss Document */
@import "https://fonts.googleapis.com/css?family=Roboto:400,500,700";
/*reuse*/
* {
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
}

body {
	position: relative;
	width: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #333;
	line-height: 1.7;
	font-size: 1.6rem;
	font-family: 'Roboto', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	background-color: #fff;
}

.breadcrumbs-list li {
	font-size: 1.4rem;
}

.sp_on {
	display: none;
}

.clear:after {
	content: " ";
	display: block;
	clear: both;
}
a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.mymail-link {
	text-align: center;
}

.mymail-link.mt40 {
	margin-top: 40px;
}

.mymail-link .link-btn {
	display: inline-block;
	color: #333;
	text-align: center;
	justify-content: center;
	background-color: #fff;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
	transition: all 0.3s;
	width: auto;
	padding-left: 60px;
	padding-right: 60px;
}

.mymail-link .link-btn:hover {
	background-color: #F5F7F9;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.32);
	text-decoration: none;
}

.operation-link {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 20px 30px;
}

.operation-link li {
	text-align: center;
	justify-content: center;
	background-color: #fff;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
	transition: all 0.3s;
	border-radius: 6px;
	font-size: 1.6rem;
}

.operation-link li:hover {
	background-color: #F5F7F9;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.32);
	text-decoration: none;
}

.operation-link li a {
	display: block;
	margin: 15px auto;
	color: #333;
}

.operation-link li a:hover {
	text-decoration: none;
}

.mt20 {
	margin-top: 20px;
}

.wrap {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

h1 {
	padding: 40px 0;
	color: #000;
	font-size: 3.4rem;
	font-weight: normal;
	text-align: center;
	background-color: #DBF4FF;
}

.link-btn .mymail-logo {
	width: auto;
	height: 60px;
	padding: 8px;
	vertical-align: bottom;
}

.overview {
	text-align: left;
	padding: 50px 0;
}

.service-mobile {
	padding: 0 0 80px 0;
	text-align: center;
	background-color: #F5F7F9;
}

.service-mobile p {
	text-align: center;
}

.service-mobile .service-box {
	display: flex;
	border: 1px solid #CCCCCC;
}

.service-mobile .service-box li {
	padding: 20px;
	text-align: left;
}

.service-mobile .service-box li:nth-child(2) {
	display: inline-block;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	word-break: break-all;
}

.service-mobile .service-box li:first-child {
	background: #DBF4FF;
	padding-left: 45px;
	padding-right: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 280px;
}

.service-mobile .service-box.middle {
	border-top: none;
	border-bottom: none;
}

.service-mobile .wrap #anchor_01 {
	padding-top: 60px;
}

.service-mobile .wrap #anchor_02,
.service-mobile .wrap #anchor_03 {
	padding-top: 70px;
}

.service-mobile .wrap .anchor_01 .service-box {
	display: flex;
}

.service-mobile article {
	text-align: left;
}

.service-mobile article > p {
	text-align: left;
}

.service-mobile article .txt {
	margin-top: 20px;
}

.service-mobile article .txt.mt40 {
	margin-top: 40px;
}

.service-mobile article .service-mobile__title2 {
	margin-bottom: 15px;
	padding: 0 0 10px 30px;
	font-size: 2.0rem;
	width: 100%;
	background: url(/common/image/icon_title_mail.png) no-repeat left 7px/22px auto, url(/common/image/title_line.png) no-repeat bottom;
}

.service-mobile .attention {
	text-align: left;
	list-style-type: disc;
	margin-left: 30px;
}

.service-mobile h4 {
	width: 50%;
	margin: 40px auto;
	text-align: center;
	border-bottom: 4px solid #006FA0;
	font-size: 2.0rem;
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
	.tablet_off {
		display: none;
	}

	header {
		padding: 0 20px;
	}
}

@media screen and (min-width: 375px) and (max-width: 1000px) {
	.wrap {
		padding: 0 20px;
	}
}

@media screen and (max-width: 768px) {
	body {
		font-size: 1.4rem;
	}

	main {
		padding-top: 80px;
	}

	.sp_on {
		display: block;
	}

	.sp_off {
		display: none;
	}

	h1 {
		padding: 20px 0;
		font-size: 2.4rem;
	}

	.overview {
		padding: 25px 0 30px 0;
		text-align: left;
	}

	.service-mobile .operation-link {
		grid-template-columns: none;
		grid-gap: 20px;
	}

	.service-mobile .operation-link li {
		font-size: 1.4rem;
	}

	.mymail-link .link-btn {
		display: block;
	}

	.mymail-link .link-btn .mymail-logo {
		height: 45px;
		padding: 10px;
	}

	.service-mobile .service-box {
		flex-wrap: wrap;
	}

	.service-mobile .service-box li {
		padding: 20px;
	}

	.service-mobile .service-box li:nth-child(2) {
		min-width: 100%;
		text-align: left;
	}

	.service-mobile .service-box li:first-child {
		min-width: 100%;
	}

	.service-mobile .wrap #anchor_01,
	.service-mobile .wrap #anchor_02,
	.service-mobile .wrap #anchor_03 {
		padding-top: 50px;
	}

	.service-mobile article h3 {
		margin-top: 0;
	}

	.service-mobile h4 {
		width: auto;
		margin: 30px;
		font-size: 1.6rem;
		vertical-align: bottom;
	}
}

@media screen and (max-width: 374px) {
	.wrap {
		padding: 0 10px;
	} 
}
