@charset "UTF-8";
:root {
	/* ベースカラー */
	--color-base-h: 40deg;
	--color-base-s: 80%;
	--color-base-l: 90%;
	--color-base: hsl(var(--color-base-h), var(--color-base-s), var(--color-base-l));
	/* プライマリーカラー */
	--color-primary-h: 200deg;
	--color-primary-s: 80%;
	--color-primary-l: 47%;
	--color-primary: hsl(var(--color-primary-h), var(--color-primary-s), var(--color-primary-l));
	/* セカンダリーカラー */
	--color-secondary-h: 27deg;
	--color-secondary-s: 70%;
	--color-secondary-l: 46%;
	--color-secondary: hsl(var(--color-secondary-h), var(--color-secondary-s), var(--color-secondary-l));
	/* アクセントカラー */
	--color-accent-h: 336deg;
	--color-accent-s: 78%;
	--color-accent-l: 55%;
	--color-accent: hsl(var(--color-accent-h), var(--color-accent-s), var(--color-accent-l));
	/* ---------------------------------------------------------------------------------------------------------------------- */
	--color-font-h: 0deg;
	--color-font-s: 0%;
	--color-font-l: 20%;
	--color-font: hsl(var(--color-font-h), var(--color-font-s), var(--color-font-l));
	--color-font-dark-h: 0deg;
	--color-font-dark-s: 0%;
	--color-font-dark-l: 90%;
	--color-font-dark: hsl(var(--color-font-dark-h), var(--color-font-dark-s), var(--color-font-dark-l));
}

blockquote:not([class]) {
	position: relative;
	margin-left: 40px;
	margin-right: 40px;
}
blockquote:not([class])::before {
	content: "\e940";
	position: absolute;
	top: -6px;
	left: -40px;
	font-family: icomoon;
	font-size: 1.5rem;
	color: #666;
}
blockquote:not([class])::after {
	content: "\e940";
	position: absolute;
	bottom: -6px;
	right: -40px;
	font-family: icomoon;
	font-size: 1.5rem;
	color: #666;
}

hr:not([class]) {
	height: 0;
	margin: 2rem 0;
	padding: 0;
	border: 0;
	border-top: 1px dashed #666666;
}

ul:not([class]) {
	list-style-type: disc;
	padding-left: 2.5rem;
}
ul:not([class]) li {
	margin-bottom: 0.6em;
	padding-left: 0.25em;
}

ol:not([class]) {
	list-style-type: decimal;
	padding-left: 2.5rem;
}
ol:not([class]) li {
	margin-bottom: 0.6em;
	padding-left: 0.25em;
}

dl:not([class]) {
	margin-left: 1em;
}
dl:not([class]) dt {
	margin-bottom: 0.25em;
}
dl:not([class]) dd {
	margin-bottom: 0.75em;
	margin-left: 1em;
}

a:not([class]) {
	text-decoration: underline;
	text-underline-offset: 0.25em;
	color: #1a0dab;
	text-decoration-thickness: 1px;
}
a:hover:not([class]) {
	text-decoration-thickness: 2px;
}
a:visited:not([class]) {
	text-decoration-color: #681da8;
}

table:not([class]) {
	margin-top: 2em;
	margin-bottom: 1em;
	border-collapse: collapse;
}
table:not([class]) th, table:not([class]) td {
	border: 1px solid #999;
	padding: 0.75em;
	font-weight: normal;
}
table:not([class]) thead th {
	background-color: #eee;
}
table:not([class]) tbody th {
	text-align: left;
	vertical-align: top;
}
table:not([class]) tbody td {
	vertical-align: top;
}

._a-button, button:not([class]) {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	display: inline-block;
	border: none;
	background-color: hsl(200deg, 80%, 47%);
	color: hsl(0deg, 0%, 90%);
	height: 3em;
	line-height: 3;
	padding: 0 1em;
	border-radius: 2px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
._a-button:hover, button:hover:not([class]) {
	background-color: #89c2d5;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

details:not([class]) summary {
	position: relative;
	display: inline-block;
	outline: none;
	list-style: none;
	cursor: pointer;
	font-size: 1.5em;
	line-height: 1;
	padding-left: 2em;
	padding-bottom: 1rem;
}
details:not([class]) summary::before {
	content: "OPEN";
	font-size: 0.5em;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}
details:not([class]) summary::after {
	position: absolute;
	top: 0.6em;
	left: 0.2em;
	content: "\e928";
	font-family: icomoon;
	font-size: 0.9em;
	display: inline-block;
	-webkit-transform: scale(1.5, -1);
	        transform: scale(1.5, -1);
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
html.Safari details:not([class]) summary::after {
	-webkit-transition: none;
	transition: none;
}
html.iPhone details:not([class]) summary::after {
	-webkit-transition: none;
	transition: none;
}
details:not([class]) summary::-webkit-details-marker {
	display: none;
}
details[open]:not([class]) summary::before {
	content: "CLOSE";
}
details[open]:not([class]) summary::after {
	-webkit-transform: scale(1.5, 1);
	        transform: scale(1.5, 1);
}
html.no-details.IE details:not([class]), html.no-details.Edge--old details:not([class]) {
	display: block;
}
html.no-details.IE details:not([class]) summary::before, html.no-details.Edge--old details:not([class]) summary::before {
	content: "OPEN";
	width: 100%;
	font-size: 13px;
}
html.no-details.IE details[open]:not([class]) summary::before, html.no-details.Edge--old details[open]:not([class]) summary::before {
	content: "CLOSE";
}

/* Update default style */
/* Not has class */
/* ==================================================================
 Update default style
 Not has class
================================================================== */
/* ------------------------------------------------------------------
 Box sizingの定義, デフォルトのmarginを削除
------------------------------------------------------------------ */
*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

/* Remove default margin */
/* デフォルトのmarginを削除 */
body,
h1, h2, h3, h4, h5, h6,
p,
ul, ol,
figure,
figcaption,
blockquote,
dl, dd {
	font: inherit;
	margin: 0;
}

/* ------------------------------------------------------------------
 body
------------------------------------------------------------------ */
/* Set core body defaults */
/* bodyのデフォルトを定義 */
body {
	-webkit-text-size-adjust: none;
	scroll-behavior: smooth;
	text-rendering: optimizeSpeed;
	line-height: 1.8;
	font-family: "segoe ui", meiryo, "yu gothic", "hiragino kaku gothic pron", sans-serif;
	word-break: break-word;
	background-color: hsl(40deg, 80%, 90%);
	color: hsl(0deg, 0%, 20%);
	font-size: 17px;
}
.desktop body {
	font-size: 0.9375rem;
}
.Firefox body {
	overflow-wrap: anywhere;
}
.Edge body, .IE body {
	word-break: break-all;
}

/* ------------------------------------------------------------------
 Sectioning Element
------------------------------------------------------------------ */
p:not([class]) {
	margin-bottom: 0.6em;
}

/* ------------------------------------------------------------------
 Heading Element
------------------------------------------------------------------ */
:is(h1, h2, h3, h4, h5, h6):not([class]) {
	margin: 1em 0 0.5em 0;
	font-weight: bold;
}

h1:not([class]) {
	font-size: 2.5rem;
}

h2:not([class]) {
	font-size: 2rem;
}

h3:not([class]) {
	font-size: 1.75rem;
}

h4:not([class]) {
	font-size: 1.5rem;
}

h5:not([class]) {
	font-size: 1.25rem;
}

h6:not([class]) {
	font-size: 1.125rem;
}

/* ------------------------------------------------------------------
 List Element
------------------------------------------------------------------ */
ul, ol {
	-webkit-padding-start: 0;
	        padding-inline-start: 0;
	padding-left: 0;
	list-style: none;
}

dl dd {
	-webkit-margin-start: 0;
	        margin-inline-start: 0;
}

/* Update default style */
/* Not has class */
/* Natural flow and rhythm in articles by default */
/* article要素内の要素に自然な流れとリズムを定義 */
article > * + * {
	margin-top: 1em;
}

/* ------------------------------------------------------------------
 Form Element
------------------------------------------------------------------ */
/* Inherit fonts for inputs and buttons */
/* inputやbuttonなどのフォントは継承を定義 */
/* Update default style */
input,
button,
textarea,
select,
pre {
	font: inherit;
}

input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=search],
input[type=number],
input[type=date] {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	height: 2.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	border: 1px solid #7A7A7A;
}

input[type=submit],
input[type=reset],
input[type=button] {
	height: 2.5em;
	cursor: pointer;
	border: 1px solid #7A7A7A;
	border-radius: 2px;
}

input[type=image] {
	height: 3em;
	width: auto;
}

input[type=file] {
	cursor: pointer;
}

[type=text], [type=search], [type=tel], [type=url], [type=email],
[type=password], [type=datetime], [type=date], [type=month],
[type=week], [type=time], [type=datetime-local], [type=number] {
	max-width: 100%;
}

textarea {
	padding: 0.5em;
	max-width: 100%;
	border: 1px solid #7A7A7A;
}

select:not([multiple]) {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	border: 1px solid #7a7a7a;
	border-radius: 0;
	height: 3em;
	padding-left: 0.5em;
	padding-right: 20px;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0ndXRmLTgnPz4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDEyOSAxMjkiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMjkgMTI5Ij4KICA8Zz4KICAgIDxwYXRoIGQ9Im0xMjEuMywzNC42Yy0xLjYtMS42LTQuMi0xLjYtNS44LDBsLTUxLDUxLjEtNTEuMS01MS4xYy0xLjYtMS42LTQuMi0xLjYtNS44LDAtMS42LDEuNi0xLjYsNC4yIDAsNS44bDUzLjksNTMuOWMwLjgsMC44IDEuOCwxLjIgMi45LDEuMiAxLDAgMi4xLTAuNCAyLjktMS4ybDUzLjktNTMuOWMxLjctMS42IDEuNy00LjIgMC4xLTUuOHoiLz4KICA8L2c+Cjwvc3ZnPg==);
	background-repeat: no-repeat;
	background-position: right 8px center;
	background-size: 12px;
}

select[multiple] option {
	margin-top: 0.4em;
	margin-bottom: 0.4em;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

label {
	cursor: pointer;
}

button {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	border: none;
	background-color: transparent;
	cursor: pointer;
}
/* ------------------------------------------------------------------
 Text level Element
------------------------------------------------------------------ */
img {
	max-width: 100%;
	height: auto;
	display: block;
}

small {
	font: inherit;
}

small:not([class]) {
	color: #737373;
}

em {
	font-style: normal;
}

em:not([class]) {
	font-weight: bold;
}

strong {
	font-weight: normal;
}

strong:not([class]) {
	color: #f00;
	font-weight: bold;
}

a {
	text-decoration: none;
	color: inherit;
	outline: none;
}

/* Not has class */
/* Remove all animations and transitions for people that prefer not to see them */
/* 見たくない人用に、すべてのアニメーションとトランジションを削除 */
@media (prefers-reduced-motion: reduce) {
	* {
		-webkit-animation-duration: 0.01ms !important;
		        animation-duration: 0.01ms !important;
		-webkit-animation-iteration-count: 1 !important;
		        animation-iteration-count: 1 !important;
		-webkit-transition-duration: 0.01ms !important;
		        transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}
/* ------------------------------------------------------------------
 Other Element（改）
------------------------------------------------------------------ */
@font-face {
	font-family: "icomoon";
	src: url("/fonts/icomoon.eot?cww9rp");
	src: url("/fonts/icomoon.eot?cww9rp#iefix") format("embedded-opentype"), url("/fonts/icomoon.ttf?cww9rp") format("truetype"), url("/fonts/icomoon.woff?cww9rp") format("woff"), url("/fonts/icomoon.svg?cww9rp#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}
[class^=icon-], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-sa:before {
	content: "\e991";
}

.icon-sa_black:before {
	content: "\e992";
}

.icon-free-dial:before {
	content: "\e98e";
}

.icon--79:before {
	content: "\e945";
}

.icon--80:before {
	content: "\e946";
}

.icon--10:before {
	content: "\e900";
}

.icon--11:before {
	content: "\e901";
}

.icon--21:before {
	content: "\e902";
}

.icon--22:before {
	content: "\e947";
}

.icon--23:before {
	content: "\e948";
}

.icon--59:before {
	content: "\e949";
}

.icon--81:before {
	content: "\e94a";
}

.icon--82:before {
	content: "\e94b";
}

.icon--83:before {
	content: "\e94c";
}

.icon--84:before {
	content: "\e94d";
}

.icon--85:before {
	content: "\e94e";
}

.icon--86:before {
	content: "\e94f";
}

.icon--1:before {
	content: "\e950";
}

.icon-hatenabookmark:before {
	content: "\e943";
}

.icon-line:before {
	content: "\e93e";
}

.icon--75:before {
	content: "\e93f";
}

.icon--76:before {
	content: "\e940";
}

.icon--77:before {
	content: "\e941";
}

.icon--12:before {
	content: "\e903";
}

.icon--13:before {
	content: "\e904";
}

.icon--14:before {
	content: "\e905";
}

.icon--15:before {
	content: "\e906";
}

.icon--16:before {
	content: "\e907";
}

.icon--17:before {
	content: "\e908";
}

.icon--18:before {
	content: "\e909";
}

.icon--19:before {
	content: "\e90a";
}

.icon--20:before {
	content: "\e90b";
}

.icon--24:before {
	content: "\e90f";
}

.icon--26:before {
	content: "\e910";
}

.icon--27:before {
	content: "\e911";
}

.icon--28:before {
	content: "\e912";
}

.icon--29:before {
	content: "\e913";
}

.icon--30:before {
	content: "\e914";
}

.icon--32:before {
	content: "\e915";
}

.icon--33:before {
	content: "\e916";
}

.icon--34:before {
	content: "\e917";
}

.icon--35:before {
	content: "\e918";
}

.icon--36:before {
	content: "\e919";
}

.icon--38:before {
	content: "\e91a";
}

.icon--39:before {
	content: "\e91b";
}

.icon--40:before {
	content: "\e91c";
}

.icon--41:before {
	content: "\e91d";
}

.icon--42:before {
	content: "\e91e";
}

.icon--44:before {
	content: "\e91f";
}

.icon--45:before {
	content: "\e920";
}

.icon--46:before {
	content: "\e921";
}

.icon--47:before {
	content: "\e922";
}

.icon--48:before {
	content: "\e923";
}

.icon--49:before {
	content: "\e924";
}

.icon--50:before {
	content: "\e925";
}

.icon--51:before {
	content: "\e926";
}

.icon--52:before {
	content: "\e927";
}

.icon--53:before {
	content: "\e928";
}

.icon--54:before {
	content: "\e929";
}

.icon--55:before {
	content: "\e92a";
}

.icon--56:before {
	content: "\e92b";
}

.icon--57:before {
	content: "\e92c";
}

.icon--58:before {
	content: "\e92d";
}

.icon--60:before {
	content: "\e92e";
}

.icon--61:before {
	content: "\e930";
}

.icon--62:before {
	content: "\e931";
}

.icon--63:before {
	content: "\e932";
}

.icon--64:before {
	content: "\e933";
}

.icon--65:before {
	content: "\e934";
}

.icon--66:before {
	content: "\e935";
}

.icon--67:before {
	content: "\e936";
}

.icon--68:before {
	content: "\e937";
}

.icon--69:before {
	content: "\e938";
}

.icon--70:before {
	content: "\e939";
}

.icon--71:before {
	content: "\e93a";
}

.icon--72:before {
	content: "\e93b";
}

.icon--73:before {
	content: "\e93c";
}

.icon--74:before {
	content: "\e93d";
}

.icon-beaker:before {
	content: "\e90c";
}

.icon-lab1:before {
	content: "\e90d";
}

.icon-lab2:before {
	content: "\e90e";
}

.icon-calendar:before {
	content: "\e92f";
}

.icon-pictures:before {
	content: "\e951";
}

.icon-document-file-zip:before {
	content: "\e952";
}

.icon-document-file-zip1:before {
	content: "\e953";
}

.icon-document-file-xlsx:before {
	content: "\e954";
}

.icon-document-file-xlsx1:before {
	content: "\e955";
}

.icon-document-file-ppt:before {
	content: "\e956";
}

.icon-document-file-ppt1:before {
	content: "\e957";
}

.icon-document-file-docx:before {
	content: "\e958";
}

.icon-document-file-docx1:before {
	content: "\e959";
}

.icon-document-file-pdf:before {
	content: "\e95a";
}

.icon-document-file-pdf1:before {
	content: "\e95b";
}

.icon-file-xlsx:before {
	content: "\e95c";
}

.icon-file-xlsx1:before {
	content: "\e95d";
}

.icon-file-ppt:before {
	content: "\e95e";
}

.icon-file-ppt1:before {
	content: "\e95f";
}

.icon-file-docx:before {
	content: "\e960";
}

.icon-file-docx1:before {
	content: "\e961";
}

.icon-file-pdf:before {
	content: "\e962";
}

.icon-file-pdf1:before {
	content: "\e963";
}

.icon-file-zip:before {
	content: "\e964";
}

.icon-file-zip1:before {
	content: "\e965";
}

.icon-tags:before {
	content: "\e966";
}

.icon-file_copy:before {
	content: "\e967";
}

.icon-map-pin:before {
	content: "\e968";
}

.icon-external-link:before {
	content: "\e969";
}

.icon-users:before {
	content: "\e96a";
}

.icon-paper-plane:before {
	content: "\e96b";
}

.icon-user-group:before {
	content: "\e96c";
}

.icon-location-current:before {
	content: "\e96d";
}

.icon-calendar1:before {
	content: "\e96e";
}

.icon-picture:before {
	content: "\e96f";
}

.icon-camera:before {
	content: "\e970";
}

.icon--78:before {
	content: "\e944";
}

.icon-facebook:before {
	content: "\ea90";
}

.icon-twitter:before {
	content: "\ea96";
}

.icon-image:before {
	content: "\e971";
}

.icon-images3:before {
	content: "\e972";
}

.icon-spades:before {
	content: "\e973";
}

.icon-clubs:before {
	content: "\e974";
}

.icon-diamonds:before {
	content: "\e975";
}

.icon-connection:before {
	content: "\e976";
}

.icon-file-empty:before {
	content: "\e977";
}

.icon-files-empty:before {
	content: "\e978";
}

.icon-file-text2:before {
	content: "\e979";
}

.icon-file-picture:before {
	content: "\e97a";
}

.icon-folder:before {
	content: "\e97b";
}

.icon-folder-open:before {
	content: "\e97c";
}

.icon-price-tags:before {
	content: "\e97d";
}

.icon-qrcode1:before {
	content: "\e97e";
}

.icon-location2:before {
	content: "\e97f";
}

.icon-compass:before {
	content: "\e980";
}

.icon-bubble:before {
	content: "\e981";
}

.icon-bubble2:before {
	content: "\e982";
}

.icon-user-tie:before {
	content: "\e983";
}

.icon-lock:before {
	content: "\e98f";
}

.icon-unlocked:before {
	content: "\e990";
}

.icon-lab:before {
	content: "\e9aa";
}

.icon-link:before {
	content: "\e9cb";
}

.icon-attachment:before {
	content: "\e9cd";
}

.icon-bookmark:before {
	content: "\e9d2";
}

.icon-bookmarks:before {
	content: "\e9d3";
}

.icon-star-empty:before {
	content: "\e9d7";
}

.icon-star-full:before {
	content: "\e9d9";
}

.icon-youtube:before {
	content: "\ea9d";
}

.icon-youtube2:before {
	content: "\ea9e";
}

.icon-fax:before {
	content: "\e984";
}

.icon-file:before {
	content: "\e985";
}

.icon-group:before {
	content: "\e986";
}

.icon-paper-plane-o:before {
	content: "\e987";
}

.icon-paper-plane1:before {
	content: "\e988";
}

.icon-calendar-o:before {
	content: "\e989";
}

.icon-calendar2:before {
	content: "\e98a";
}

.icon-qrcode:before {
	content: "\e98b";
}

.icon-heart-o:before {
	content: "\e98c";
}

.icon-heart:before {
	content: "\e98d";
}

.icon-get-pocket:before {
	content: "\e942";
}

/* --------------------------------------------------------------
 レイアウト
-------------------------------------------------------------- */
._layout_outer {
	padding: 1.25rem 0;
	margin-bottom: 1.875rem;
}

._layout_inner-is_maxWidth {
	max-width: 1300px;
	min-width: calc(320px - (20px * 2));
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
}

.mainNav, .helpNav, .globalNav, .LocalNav {
	margin: 0;
	padding: 0;
}

.mobile ._chapter {
	margin-bottom: 50px;
}
.desktop ._chapter {
	margin-bottom: 80px;
}
._chapter_title {
	margin-bottom: 24px;
	font-size: 24px;
	text-align: center;
	color: hsl(0deg, 0%, 20%);
}
.desktop ._chapter_title {
	margin-bottom: 32px;
	font-size: 24px;
}
._chapter_title--main {
	font-size: inherit;
	color: inherit;
}
.desktop ._chapter_title--main {
	font-size: inherit;
}
._chapter_title--sub {
	font-size: 16px;
	color: inherit;
}
.desktop ._chapter_title--sub {
	font-size: 20px;
}

.mobile ._section {
	margin-bottom: 35px;
}
.desktop ._section {
	margin-bottom: 60px;
}
._section_title {
	color: inherit;
	font-size: 18px;
	margin-bottom: 18px;
	color: hsl(0deg, 0%, 20%);
}
.desktop ._section_title {
	color: inherit;
	margin-bottom: 28px;
	font-size: 18px;
}
._section_title--main {
	color: inherit;
	font-size: inherit;
}
.desktop ._section_title--main {
	font-size: inherit;
}
._section_title--sub {
	color: inherit;
	font-size: 14px;
}
.desktop ._section_title--sub {
	font-size: 18px;
}

._lead {
	margin-bottom: 65px;
	font-size: 1.1em;
	text-align: center;
}
.desktop ._lead {
	margin-bottom: 95px;
}

._bigLead {
	padding-top: 4em;
	background-image: url(../images/bg_sky.png);
	background-position: 100% 100%;
	background-repeat: no-repeat;
}
._bigLead__logoGroup {
	padding: 0 1em;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
._bigLead__copy {
	text-align: center;
	font-size: 1rem;
	font-weight: bold;
	max-width: 750px;
	margin: 0 auto 2rem;
}
._bigLead__logo {
	max-width: 300px;
	margin: 0 auto 4em;
}
._bigLead__title {
	letter-spacing: 0.1em;
	font-weight: bold;
	font-size: 1.375rem;
	text-align: center;
	margin-bottom: 1.5rem;
}
._bigLead__titleToha {
	font-size: 1rem;
	font-weight: bold;
}
._bigLead__leadGroup {
	background: -webkit-gradient(linear, left top, right top, from(hsl(200deg, 80%, 47%)), to(rgba(24, 152, 216, 0.5)));
	background: linear-gradient(left, hsl(200deg, 80%, 47%) 0%, rgba(24, 152, 216, 0.5) 100%);
}
._bigLead__leadGroup_layout_inner {
	padding: 2em 2em;
	max-width: 950px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
}
@media screen and (min-width: 650px) {
	._bigLead__leadGroup_layout_inner {
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
}
._bigLead__leadText {
	color: hsl(0deg, 0%, 90%);
	line-height: 1.5;
	margin-bottom: 1.5em;
}
@media screen and (min-width: 650px) {
	._bigLead__leadText {
		width: calc(100% - (250px + 2em));
		margin-bottom: 0;
	}
}
._bigLead__leadImg {
	width: 250px;
	height: 200px;
	-o-object-fit: cover;
	   object-fit: cover;
	border-radius: 1.5rem;
	margin-bottom: 1rem;
}

/* --------------------------------------------------------------
 汎用 CLASS
-------------------------------------------------------------- */
/* clearfix */
._clearfix:before, ._clearfix:after {
	content: " ";
	display: table;
}

._clearfix:after {
	clear: both;
}

/* 指定位置で改行 */
._wbr {
	display: inline-block;
	margin-right: 0.25em;
	margin-left: 0.25em;
}

/* 非表示 */
._hideItem {
	width: 0 !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
}

/* 「a」要素をボタンか */
._a-button {
	border-radius: 1.5em;
	padding: 0 1.5em;
}

.codeViewer {
	margin-top: 3rem;
	white-space: pre-wrap;
	background-color: #F5F5F5;
	padding: 1.5rem 1em;
	border: 1px solid #ccc;
}

.icon__im:before {
	font-family: "icomoon";
}
.icon__sa:before {
	content: "\e991";
	font-size: 1.2em;
	margin: 0 0.1em;
	display: inline-block;
	-webkit-transform: translateY(2px);
	        transform: translateY(2px);
}

body {
	background-color: #fff;
}