@charset "UTF-8";


/* font ***********************************************************************/
*, .gothic {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

.mincho {
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.zen-maru-gothic-regular {
	font-family: "Zen Maru Gothic", serif;
	font-weight: 400;
	font-style: normal;
}

.zen-maru-gothic-medium {
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	font-style: normal;
}

.zen-maru-gothic-bold {
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	font-style: normal;
}

.zen-maru-gothic-black {
	font-family: "Zen Maru Gothic", serif;
	font-weight: 900;
	font-style: normal;
}


/* header *********************************************************************/
h1 {
	clear: both;
	margin: 0 0 1em 0;
	font-size: 1.8em;
	letter-spacing: 4px;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	font-style: normal;
}

h2 {
	clear: both;
	margin: 2em 0 1em 0;
	padding: 0;
	font-size: 1.6em;
	letter-spacing: 4px;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	font-style: normal;
}

h3 {
	clear: both;
	margin: 1em 0 1em 0;
	padding: 0 0 4px 0;
	font-size: 1.2em;
	font-weight: normal;
	letter-spacing: 2px;
	border-bottom: 1px solid #FF7898;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	font-style: normal;
}

h4 {
	margin: 1em 0 1em 0;
	padding: 0;
	font-size: 1.2em;
	letter-spacing: 2px;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	font-style: normal;
}

h5 {
	margin: 1em 0 1em 0;
	padding: 0;
	font-size: 1.2em;
	letter-spacing: 2px;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	font-style: normal;
}

h6 {
	margin: 1em 0 1em 0;
	padding: 0;
	font-size: 1em;
	letter-spacing: 1px;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 400;
	font-style: normal;
}

h2 a, h2 a, h4 a, h5 a, h6 a {
	font-family: "Zen Maru Gothic", serif;
}


/* anchor *********************************************************************/
a {
	color: #039;
	word-break: break-all;
}

a:link {
	color: #039;
}

a:visited {
	color: #039;
}

a:hover {
	color: #FF7898;
	text-decoration: underline 2px;
}

a:active {
	color: #FF2600;
}

a:not(#spmen):hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}


/* button *********************************************************************/
a.button:link, a.button:visited, a.button:active,
.button a:link, .button a:visited, .button a:active  {
	display: inline-block;
	margin: 8px;
	padding: 0.6em 2em;
	min-width: 100px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	border-radius: 2em;
	background-color: #FF7898;
	letter-spacing: 1px;
	transition: all 0.3s 0s ease;
}
a.button:hover {
	transform: scale(1.1);
}


/* go2 ************************************************************************/
a.go2out:not(.noicon):after {
	content: '';
	padding-right: 1em;
	background-image: url(../images/icon_go2out.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 0.8em;
}

a[href$=".pdf"]:not(.noicon):after {
	content: '';
	padding-right: 30px;
	background-image: url(../images/icon_go2pdf.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

a[href$=".xls"]:not(.noicon):after {
	content: '';
	padding-right: 30px;
	background-image: url(../images/icon_go2xls.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

a[href$=".xlsx"]:not(.noicon):after {
	content: '';
	padding-right: 30px;
	background-image: url(../images/icon_go2xlsx.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

a[href$=".doc"]:not(.noicon):after {
	content: '';
	padding-right: 30px;
	background-image: url(../images/icon_go2doc.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

a[href$=".docx"]:not(.noicon):after {
	content: '';
	padding-right: 30px;
	background-image: url(../images/icon_go2docx.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

a[href$=".ppt"]:not(.noicon):after {
	content: '';
	padding-right: 30px;
	background-image: url(../images/icon_go2ppt.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

a[href$=".pptx"]:not(.noicon):after {
	content: '';
	padding-right: 30px;
	background-image: url(../images/icon_go2pptx.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

a[href$=".zip"]:not(.noicon):after {
	content: '';
	padding-right: 30px;
	background-image: url(../images/icon_go2zip.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}


/* icon ***********************************************************************/
[class^=icon_] {
	position: relative;
	display: inline-block;
	padding: 0 0 0 50px;
	background-color: #000;
	background-clip: text;
	color: transparent;
}
[class^=icon_]:before {
	position: absolute;
	top: 2px;
	left: 0;
	content: '';
	display: block;
	width: 100%;
	height: 1em;
	background-color: inherit;
	mask-repeat: no-repeat;
}

.icon_himawarinokai {
	padding: 0 0 0 1.5em;
	background-color: #FF7898;
}
.icon_himawarinokai:before {
	mask-image: url(../images/icon_himawarinokai.svg);
}

.icon_hukyu {
	padding: 0 0 0 1.5em;
	background-color: #FF7898;
}
.icon_hukyu:before {
	mask-image: url(../images/icon_hukyu.svg);
}

.icon_pressrelease {
	padding: 0 0 0 1.5em;
	background-color: #fff;
}
.icon_pressrelease:before {
	mask-image: url(../images/icon_pressrelease.svg);
}

.icon_information {
	padding: 0 0 0 1.2em;
	background-color: #fff;
}
.icon_information:before {
	mask-image: url(../images/icon_information.svg);
}

.icon_message {
	padding: 0 0 0 1.5em;
	background-color: #FF7898;
}
.icon_message:before {
	mask-image: url(../images/icon_message.svg);
}

.icon_taidan {
	padding: 0 0 0 1.5em;
	background-color: #FF7898;
}
.icon_taidan:before {
	mask-image: url(../images/icon_taidan.svg);
}

.icon_hosho {
	padding: 0 0 0 1.2em;
	background-color: #FF7898;
}
.icon_hosho:before {
	mask-image: url(../images/icon_hosho.svg);
}


/* misc ***********************************************************************/
.pc_center {
	text-align: center;
}
@media screen and (max-width: 479px) {
	.pc_center {
		text-align: left;
	}
}

@media screen and (max-width: 479px) {
	.sp_center {
		text-align: center;
	}
}

/* function *******************************************************************/
strong, .strong {
	font-weight: bold;
	background: linear-gradient(transparent 60%, #FF7E79 100%);
}

i, b, em, .bold, .em {
	font-weight: bold;
	font-style: normal;
}

.larger {
	font-size: larger;
}

.smaller {
	font-size: smaller;
}

.caption {
	clear: both;
	margin-top: 4px;
	font-size: smaller;
	line-height: 1.2em;
}

.note {
	box-sizing: border-box;
	margin: 2em 0;
	padding: 1em;
	line-height: 1.6em;
	font-size: smaller;
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 8px;
}

ul.note,
ol.note {
	padding: 1em 3em;
}

.caution {
	box-sizing: border-box;
	margin: 2em 0;
	padding: 1em;
	line-height: 1.6em;
	background-color: #fff;
	border-radius: 8px;
}

ul.caution,
ol.caution {
	padding: 1em 3em;
}

.column {
	box-sizing: border-box;
	margin: 2em 0;
	padding: 2em;
	border: 3px solid #009051;
	border-radius: 14px;
}

.two_flow ul, ul.two_flow {
	column-count: 2;
}

.two_flow ul li, ul.two_flow li {
	margin: 0 0 1em 0;
}

.note p:first-of-type,
.note h1:first-of-type,
.note h2:first-of-type,
.note h3:first-of-type,
.note h4:first-of-type,
.note h5:first-of-type,
.note h6:first-of-type,
.caution p:first-of-type,
.caution h1:first-of-type,
.caution h2:first-of-type,
.caution h3:first-of-type,
.caution h4:first-of-type,
.caution h5:first-of-type,
.caution h6:first-of-type,
.column p:first-of-type,
.column h1:first-of-type,
.column h2:first-of-type,
.column h3:first-of-type,
.column h4:first-of-type,
.column h5:first-of-type,
.column h6:first-of-type {
	margin-top: 0;
}

.note p:last-child,
.column p:last-child {
	margin-bottom: 0;
}

