@charset "UTF-8";

/* ----------------------------------------
 module - default style reset
 ---------------------------------------- */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
	color: #444444;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, Verdana;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

nav ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ul {
	list-style: none;
}

/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input,
select {
	vertical-align: middle;
}

img {
	vertical-align: middle;
	max-width: 100%;
	outline: none;
}

em {
	font-style: normal;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
}

/* ----------------------------------------
 module - default template style reset
 ---------------------------------------- */
.s5-container {
	max-width: 100%;
	padding: 0;
	margin: 0;
}

/* ----------------------------------------
 module - utility & default style
 ---------------------------------------- */
.b140 {
	display: none;
}

.b120 {
	display: none;
}

.b96 {
	display: none;
}

.b76 {
	display: none;
}

.b64 {
	display: none;
}

.b48 {
	display: none;
}

.b37 {
	display: none;
}

.flex {
	display: flex;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.bold {
	font-weight: bold;
}

.inner {
	margin: 0 auto;
	padding: 0 30px;
	max-width: 1200px;
}

.order1 {
	order: 1;
}

.order2 {
	order: 2;
}

.order3 {
	order: 3;
}

a.fade {
	transition: .25s;
}

a.fade:hover {
	opacity: .6;
}

img.center {
	display: block;
	margin: 0 auto;
}

.is-fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	transform: rotate(0.0001deg) translateZ(0);
	backface-visibility: hidden;
}

.sp {
	display: none !important;
}

@media (max-width: 1399px) {
	.nb140 {
		display: none;
	}

	.b140 {
		display: inline-block;
	}
}

@media (max-width: 1199px) {
	.nb120 {
		display: none;
	}

	.b120 {
		display: inline-block;
	}
}

@media (max-width: 959px) {
	.nb96 {
		display: none;
	}

	.b96 {
		display: inline-block;
	}
}

@media (max-width: 767px) {
	.main {
		padding-bottom: 8%;
	}

	.nb76 {
		display: none;
	}

	.b76 {
		display: inline-block;
	}
}

@media (max-width: 639px) {
	.inner {
		padding: 0 20px;
	}

	.pc {
		display: none !important;
	}

	.sp {
		display: block !important;
	}

	.nb64 {
		display: none;
	}

	.b64 {
		display: inline-block;
	}
}

@media (max-width: 479px) {
	.nb48 {
		display: none;
	}

	.b48 {
		display: inline-block;
	}
}

@media (max-width: 374px) {
	.nb37 {
		display: none;
	}

	.b37 {
		display: inline-block;
	}
}

.fs12 {
	font-size: 0.75rem;
}

.fs13 {
	font-size: 0.8125rem;
}

.fs14 {
	font-size: 0.875rem;
}

.fs15 {
	font-size: 0.9375rem;
}

.fs16 {
	font-size: 1rem;
}

.fs17 {
	font-size: 1.0625rem;
}

.fs18 {
	font-size: 1.125rem;
}

.fs20 {
	font-size: 1.25rem;
}

.fs22 {
	font-size: 1.375rem;
}

.fs24 {
	font-size: 1.5rem;
}

.fs26 {
	font-size: 1.625rem;
}

.fs28 {
	font-size: 1.75rem;
}

.fs30 {
	font-size: 1.875rem;
}

.fs32 {
	font-size: 2rem;
}

.fs34 {
	font-size: 2.125rem;
}

.fs36 {
	font-size: 2.25rem;
}

.fs38 {
	font-size: 2.375rem;
}

.fs40 {
	font-size: 2.5rem;
}

.fs42 {
	font-size: 2.625rem;
}

.fs44 {
	font-size: 2.75rem;
}

.fs46 {
	font-size: 2.875rem;
}

.fs48 {
	font-size: 3rem;
}

.fs50 {
	font-size: 3.125rem;
}

.fs52 {
	font-size: 3.25rem;
}

.fs54 {
	font-size: 3.375rem;
}

.fs56 {
	font-size: 3.5rem;
}

.fs58 {
	font-size: 3.625rem;
}

.fs60 {
	font-size: 3.75rem;
}

.fs62 {
	font-size: 3.875rem;
}

.fs64 {
	font-size: 4rem;
}

.fs66 {
	font-size: 4.125rem;
}

.fs68 {
	font-size: 4.25rem;
}

.fs70 {
	font-size: 4.375rem;
}

.mt10 {
	margin-top: 10px;
}

.mt16 {
	margin-top: 16px;
}

.mt20 {
	margin-top: 20px;
}

.mt24 {
	margin-top: 24px;
}

.mt30 {
	margin-top: 30px;
}

.mt32 {
	margin-top: 32px;
}

.mt36 {
	margin-top: 36px;
}

.mt40 {
	margin-top: 40px;
}

.mt46 {
	margin-top: 46px;
}

.mt48 {
	margin-top: 48px;
}

.mt56 {
	margin-top: 56px;
}

.mt60 {
	margin-top: 60px;
}

.mt64 {
	margin-top: 64px;
}

.mt72 {
	margin-top: 70px;
}

.mt80 {
	margin-top: 80px;
}

.mt88 {
	margin-top: 88px;
}

.mt96 {
	margin-top: 96px;
}

.mt100 {
	margin-top: 100px;
}

.ml16 {
	margin-left: 16px;
}

.ml20 {
	margin-left: 20px;
}

.ml24 {
	margin-left: 24px;
}

.ml28 {
	margin-left: 28px;
}

.ml32 {
	margin-left: 30px;
}

.ml40 {
	margin-left: 40px;
}

.ml48 {
	margin-left: 48px;
}

@media screen and (max-width: 959px) {
	.mt16 {
		margin-top: 12px;
	}

	.mt20 {
		margin-top: 15px;
	}

	.mt24 {
		margin-top: 18px;
	}

	.ml28 {
		margin-left: 21px;
	}

	.mt30 {
		margin-top: 22.5px;
	}

	.mt32 {
		margin-top: 24px;
	}

	.mt36 {
		margin-top: 27px;
	}

	.mt40 {
		margin-top: 30px;
	}

	.mt46 {
		margin-top: 34.5px;
	}

	.mt48 {
		margin-top: 36px;
	}

	.mt56 {
		margin-top: 42px;
	}

	.mt60 {
		margin-top: 45px;
	}

	.mt64 {
		margin-top: 48px;
	}

	.mt72 {
		margin-top: 54px;
	}

	.mt80 {
		margin-top: 60px;
	}

	.mt88 {
		margin-top: 66px;
	}

	.mt96 {
		margin-top: 72px;
	}

	.mt100 {
		margin-top: 75px;
	}

	.ml16 {
		margin-left: 12px;
	}

	.ml20 {
		margin-left: 15px;
	}

	.ml24 {
		margin-left: 18px;
	}

	.ml32 {
		margin-left: 24px;
	}

	.ml40 {
		margin-left: 30px;
	}

	.ml48 {
		margin-left: 36px;
	}
}

@media screen and (max-width: 639px) {
	.mt46 {
		margin-top: 23px;
	}

	.mt48 {
		margin-top: 24px;
	}

	.mt56 {
		margin-top: 28px;
	}

	.mt60 {
		margin-top: 30px;
	}

	.mt64 {
		margin-top: 32px;
	}

	.mt72 {
		margin-top: 36px;
	}

	.mt80 {
		margin-top: 40px;
	}

	.mt88 {
		margin-top: 44px;
	}

	.mt96 {
		margin-top: 48px;
	}

	.mt100 {
		margin-top: 50px;
	}

	.ml16 {
		margin-left: 8px;
	}

	.ml20 {
		margin-left: 10px;
	}

	.ml24 {
		margin-left: 12px;
	}

	.ml32 {
		margin-left: 16px;
	}

	.ml40 {
		margin-left: 20px;
	}

	.ml48 {
		margin-left: 24px;
	}
}

/* font-size調整 */
html {
	color: #555555;
	font-size: 100%;
}

/*body,
main {
	overflow: hidden;
}*/

/* main {
	overflow-x: hidden;
} */

@media screen and (max-width: 959px) {
	html {
		font-size: 87.5%;
	}
}

@media screen and (max-width: 639px) {
	html {
		font-size: 75%;
	}
}

@media screen and (max-width: 479px) {
	html {
		font-size: 62.5%;
	}
}

/*
 shared style
 */
.fc-green {
	color: #52a8a5;
}

.block {
	padding-top: 10px;
	padding-bottom: 110px;
}

.inner-s {
	/*max-width: 1024px;*/
	margin: 0 auto;
}

.flex {
	flex-wrap: wrap;
}

p {
	font-size: 1.125rem;
	line-height: 1.67;
}

@media screen and (max-width: 639px) {
	.block {
		padding-top: 35px;
		padding-bottom: 55px;
	}

	p,
	li {
		font-size: 12px !important;
	}
}

/*
 button
 */
.btn {
	height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.875rem;
	line-height: 1.2;
}

.btn.green {
	background: #52a8a5;
	color: white;
}

.btn.gray {
	background: #e1e6e6;
}

.btn.darkgray {
	background: #9e9e9e;
	color: white;
}

.btn.blue {
	background: #005073;
	color: white;
}

.btn.white {
	background: white;
	color: #52a8a5;
}

.btn-full {
	flex: 0 0 70%;
	width: 100%;
	margin: auto;
}

.btn-harf {
	flex: 0 0 48%;
}

.arrow-btn {
	position: relative;
}

.arrow-btn::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 20px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 11px 0 11px 14px;
	border-color: transparent transparent transparent #52a8a5;
}

.arrow-btn.green::before,
.arrow-btn.blue::before,
.arrow-btn.darkgray::before {
	border-color: transparent transparent transparent white;
}

.arrow-btn.gray::before {
	border-color: transparent transparent transparent #005073;
}

.video-link-wrap {
	margin-bottom: 2rem;
}


.video-link {
	font-weight: bold;
	display: flex;
	align-items: center;
	margin-bottom: 2rem;
	line-height: 1.5;
}

.video-link::before {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	margin-right: 6px;
	border-style: solid;
	border-width: 4px 0 4px 6.5px;
	border-color: transparent transparent transparent #000;
}

.icon-window {
	transform: translate(16px, 4px);
}

@media screen and (max-width: 959px) {
	.btn {
		font-size: 1.25rem;
	}
}

@media screen and (max-width: 639px) {
	.btn {
		height: 60px;
	}

	.arrow-btn::before {
		border-width: 8.25px 0 8.25px 10.5px;
	}
}

@media screen and (max-width: 479px) {
	.btn {
		font-size: 14px;
	}
}

@media screen and (max-width: 374px) {
	.btn {
		font-size: 12px;
	}
}

/*
 title
 */
.read-title {
	text-align: center;
	font-size: 2.25rem;
	font-weight: normal;
	line-height: 1.5;
}

.read-title+.read-text {
	font-size: 1.125rem;
	margin-top: 30px;
}

.read-text {
	font-size: 1.125rem;
	text-align: center;
	line-height: 1.67;
	margin-bottom: 50px;
}

.read-text.bold {
	font-weight: 700;
}

.line {
	background: linear-gradient(transparent 40%, #fffabf 0);
}

.note {
	text-align: center;
	font-size: 0.85rem;
	margin: 1rem auto;
}

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

	.read-text br {
		display: none;
	}
}

.title-a {
	text-align: left;
	font-size: 1.125rem;
	font-weight: normal;
}

.section-title-wrap {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.section-title-wrap .inner {
	height: 400px;
	display: flex;
	align-items: center;
}

.section-title-wrap p {
	font-size: 1.5rem;
	color: white;
	margin-top: 20px;
	/*font-weight: bold;*/
}

@media screen and (max-width: 959px) {
	.section-title-wrap {
		background-position: left 30% center;
	}

	.section-title-wrap .title-box {
		flex: 0 0 50%;
		width: 50%;
	}

	.section-title-wrap .inner {
		height: 300px;
	}
}

@media screen and (max-width: 639px) {
	.section-title-wrap .inner {
		height: 200px;
	}
}

@media screen and (max-width: 479px) {
	.section-title-wrap .inner {
		height: 150px;
	}
}

.title-b {
	font-size: 1.25rem;
	font-weight: normal;
	text-align: center;
}

.title-b .fc-green {
	margin-right: .5em;
	font-weight: bold;
}

.title-b .ttl {
	font-size: 2.25rem;
	display: inline-block;
	margin-top: 16px;
}

.title-c {
	font-size: 1.125rem;
	position: relative;
	margin-bottom: 20px;
}

.title-c img {
	display: inline-block;
	margin-right: 1em;
}

.title-c span {
	position: relative;
	top: 8px;
}

.title-c::before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 3px;
	background: #52a8a5;
	bottom: -20px;
}

.title-c.out {
	margin-bottom: 12px;
}

.title-c.out::before {
	bottom: -12px;
}

/*
 stylesheet
 */

/* mainvisual */
.mv {
	background-image: url(../img/campaign_main.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.mv .inner {
	height: 570px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.mv .title-box {
	text-align: left;
	flex: 0 0 100%;
}

@media all and (-ms-high-contrast:none) {

	*::-ms-backdrop,
	.mv .title-box img {
		width: 45%;
	}

	/* IE11 */
}

.mv p {
	margin-top: -1rem;
}

@media screen and (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {
	.mv {
		background-image: url(../img/campaign_main.jpg);
	}
}

@media screen and (max-width: 959px) {
	.mv .inner {
		height: 300px;
	}

	.mv .title-box img {
		width: 40%;
	}
}

@media screen and (max-width: 639px) {
	.mv .inner {
		height: 250px;
	}
}

@media screen and (max-width: 479px) {
	.mv .inner {
		height: 180px;
	}
}

@media screen and (max-width: 374px) {
	.mv .inner {
		height: 180px;
	}
}

/* intro */
.intro {
	padding: 100px 0 50px;
}

.img-box-01 {
	padding: 80px 0 100px;
}

.intro-flex .flex-item {
	flex: 0 0 47.07%;
}

.intro-flex .flex-item:last-child {
	margin-left: 5.86%;
}

.intro-flex .img-box {
	height: 282px;
	margin-bottom: 28px;
}

.intro .note {
	font-size: 0.95rem;
	line-height: 2;
	margin-top: 1rem;
}


.title-a {
	height: 75px;
}

.title-a span {
	font-size: 1.125rem;
	margin-left: 16px;
	display: inline-block;
	transform: translateY(6px);
}

.title-a+p {
	text-align: left;
}

.box-a {
	padding: 60px 88px;
	color: white;
}

.box-a.gray {
	background: #a6afb4;
	margin-top: 90px;
}

.box-a.green {
	background: #52a8a5;
	margin-top: 64px;
	padding-bottom: 100px;
}

.box-a.green .img-box {
	margin-top: 50px;
}

.box-a.green h4 {
	font-size: 1.5rem;
	margin-top: 96px;
}

.box-a .title-a span {
	margin-left: 30px;
}

.box-a .title-a+p {
	font-size: 1rem;
}

.box-a .flex {
	margin-top: 50px;
}

.box-a .flex p {
	margin-top: 14px;
}

.box-a .flex1 {
	flex-wrap: nowrap;
}

.box-a .flex1 .flex-item-first {
	flex: 0 0 33%;
}

.box-a .flex1 .flex-item-last {
	margin-left: 2.929%;
	flex: 1 1 auto;
}



.box-b.outgreen {
	border: solid #52a8a5 3px;
	margin-top: 64px;
	padding-bottom: 100px;
}

.box-b.outgreen h3 {
	background: #52a8a5;
	font-size: 2rem;
	text-align: center;
	font-weight: bold;
	padding: 30px;
	color: white;
}

.box-b.outgreen p {
	margin: 50px auto;
	text-align: center;
}


@media all and (-ms-high-contrast: none) {
	.box-a .flex1 .flex-item-last {
		flex: 1 1;
	}
}

.box-a .flex2 {
	justify-content: center;
}

.box-a .flex2 .flex-item {
	flex: 0 0 35.15625%;
}

.box-a .flex2 .flex-item-last {
	margin-left: 5.859375%;
}

.box-a .flex2 h5 {
	margin-top: 16px;
	font-size: 1.25rem;
}

.box-a .btn-wrap,
	{
	width: 76.171875%;
	margin: 4rem auto 0;
}

.box-b .btn-wrap {
	width: 60.171875%;
	margin: 6rem auto 0;
}



@media screen and (max-width: 959px) {
	.intro {
		padding: 65px 0 0px;
	}

	.img-box-01 {
		padding: 60px 0 75px;
	}

	.intro-flex .flex-item {
		flex: 0 0 47.07%;
	}

	.intro-flex .flex-item:last-child {
		margin-left: 5.86%;
	}

	.intro-flex .img-box {
		height: 26vw;
	}

	.title-a {
		height: auto;
	}

	.title-a span {
		display: block;
		margin-left: 0;
		margin-top: 10px;
	}

	.title-a+p {
		padding-top: 30px;
	}

	.title-a.first span {
		margin-top: 2px;
	}

	.title-a.first+p {
		padding-top: 22px;
	}

	.box-a {
		padding: 45px 30px;
	}

	.box-a.gray {
		margin-top: 67.5px;
	}

	.box-a.green {
		margin-top: 48px;
		padding-bottom: 75px;
	}

	.box-a.green h4 {
		margin-top: 72px;
	}

	.box-a .title-a {
		height: auto;
	}

	.box-a .title-a span {
		display: block;
		margin-left: 0;
		margin-top: 10px;
	}

	.box-a .title-a+p {
		padding-top: 30px;
	}

	.box-a .flex {
		margin-top: 37.5px;
	}

	.box-a .flex2 .flex-item {
		flex: 0 0 47.5%;
	}

	.box-a .flex2 .flex-item-last {
		margin-left: 5%;
	}

	.box-a .flex2 h5 {
		margin-top: 16px;
		font-size: 1.25rem;
	}

	.box-a .btn-wrap {
		width: 100%;
	}

	.box-b.outgreen p,
	.box-b.outgreen .img-box {
		padding: 0 5rem;
	}

	.box-b.outgreen {
		padding-bottom: 50px;
	}

	.box-b .btn-wrap {
		width: 80%;
	}


}

@media screen and (max-width: 639px) {
	.intro {
		padding: 50px 0 0px;
	}

	.img-box-01 {
		padding: 40px 0 50px;
	}

	.intro-flex {
		display: block;
	}

	.intro-flex .flex-item:last-child {
		margin-left: 0;
		margin-top: 60px;
	}

	.intro-flex .img-box {
		height: auto;
		margin-bottom: 20px;
	}

	.intro-flex .img-box img {
		width: 100%;
	}

	.title-a span {
		display: inline-block;
		margin-left: 16px;
		font-size: 14px;
	}

	.title-a+p {
		padding-top: 20px;
	}

	.title-a.first+p {
		padding-top: 12px;
	}

	.box-a {
		padding: 30px 20px;
	}

	.box-a.gray {
		margin-top: 45px;
	}

	.box-a.green {
		margin-top: 32px;
		padding-bottom: 50px;
	}

	.box-a.green .img-box {
		margin-top: 25px;
	}

	.box-a.green h4 {
		font-size: 18px;
		margin-top: 48px;
	}

	.box-a .title-a+p {
		padding-top: 20px;
	}

	.box-a .flex {
		margin-top: 25px;
	}

	.box-a .flex p {
		margin-top: 10px;
	}

	.box-a .flex2 h5 {
		font-size: 16px;
	}

	.box-b.outgreen p,
	.box-b.outgreen .img-box {
		padding: 1rem;
		margin: 2rem auto 0;
	}

	.box-b .btn-wrap {
		margin: 3rem auto 0;
	}
}

@media screen and (max-width: 479px) {
	.title-a span {
		display: block;
		margin-left: 0;
	}

	.title-a+p {
		padding-top: 30px;
	}

	.title-a.first+p {
		padding-top: 22px;
	}

	.box-a .flex1 {
		display: block;
	}

	.box-a .flex1 img {
		width: 100%;
	}

	.box-a .flex1 .flex-item-last {
		margin-left: 0;
		margin-top: 40px;
	}

	.box-a .flex2 {
		display: block;
	}

	.box-a .flex2 img {
		width: 100%;
	}

	.box-a .flex2 .flex-item-last {
		margin-left: 0;
		margin-top: 40px;
	}

	.box-a .flex2 h5 {
		font-size: 16px;
	}
}

/* section-03 */
.section-title-wrap-03 {
	color: #444444;
}

.section-title-wrap-03 .inner {
	/*height: 148px;*/
	/*display: flex;*/
	align-items: center;
	justify-content: center;
}

.section-title-wrap-03 h2 {
	font-size: 2.25rem;
	/*font-weight: normal;*/
}

.section-03 .btn-wrap {
	margin-top: 50px;
}

.section-03 .btn {
	max-width: 840px;
	margin: 0 auto;
}

@media screen and (max-width: 959px) {
	.section-title-wrap-03 .inner {
		height: 60px;
	}
}

@media screen and (max-width: 639px) {
	.section-title-wrap-03 .inner {
		height: 30px;
	}

	.section-03 .btn img {
		width: 30px;
	}
}

.img-box.gray {
	background: #f9f9f9;
	padding: 2rem;
	margin-top: 3rem;
}

.img-box.gray:hover {
	opacity: 0.6;
}

.img-box.center.gray .center img {
	float: right;
}

.img-box.gray h3 {
	/*font-size:1.5rem;
	font-weight:100;
	text-align:left;*/
	margin-bottom: 2.5rem;
	line-height: 1.4;
}

.img-box.gray img {
	max-width: 90%;
	margin: 0 auto;
}

@media screen and (max-width: 959px) {
	.img-box.gray img {
		max-width: 5%;
	}
}

.img-box.gray .btn {
	max-width: 400px;
	margin: 0 auto;
	font-size: 1rem;
	height: auto;
	padding: 1rem;
	display: block;
}

.img-box.gray .btn img {
	display: block;
}

/*.img-box.gray .arrow-btn::before{
	border-width:7px 0 7px 9px;
}*/

.blk::after {
	background-image: url(../img/icon_window_white.png);
	background-size: contain;
	vertical-align: middle;
	content: '';
	display: inline-block;
	width: 18px;
	height: 14px;
	margin-left: 5px;
}


/*tabele*/
.table-title {
	margin: 5rem auto 0;
	text-align: center;
	font-size: 1.5rem;
	font-weight: 700;
	color: #52a8a5;
}


.flex-c .flex-item {
	flex: 0 1 45.3126%;
}

.flex-c.suport .flex-item {
	flex: 0 1 100%;
}

.flex-c .flex-item:nth-child(even) {
	margin-left: 9.3748%;
}

.table-b,
.table-c {
	text-align: left;
	font-size: 0.875rem;
	line-height: 1.5;
	margin: 0 auto;
	width: 100%;
}

.table-b tr,
.table-c tr {
	border-bottom: 2px solid #bdbdbd;
}

.table-b th,
.table-b td,
.table-c th,
.table-c td {
	vertical-align: middle;
	padding-top: 22px;
	padding-bottom: 23px;
	padding-left: 1.5rem;
	font-size: 1.15rem;
}

.table-b thead tr,
.table-c thead tr {
	height: 32px;
}

.table-b thead th,
.table-c thead th {
	padding: 0 6px;
}

.table-b thead th:first-child,
.table-c thead th:first-child {
	width: 49.6%;
}

.table-b thead th:last-child,
.table-c thead th:last-child {
	padding-left: 12.06%;
}

.table-b tbody th,
.table-c tbody th {
	font-weight: 300;
	width: 22.6%;
	color: #52a8a5;
}

.table-b tbody td,
.table-c tbody td {
	padding-left: 6.06%;
}

.table-c thead th {
	padding: 0;
}

.table-c thead th:first-child {
	padding-left: 6px;
	width: 48.275%;
}

.table-c thead th:last-child {
	padding-left: 5.603%;
}

.table-c tbody th {
	width: 48.275%;
}

.table-c tbody td {
	padding-left: 5.603%;
}

.table1 {
	margin-top: 30px;
}

.table2 {
	margin-top: 30px;
}

.table3 {
	margin-top: 40px;
}

.table4 {
	margin-top: 40px;
}

.table5 {
	margin-top: 60px;
}

@media screen and (max-width: 959px) {
	.title-c1 {
		height: 58px;
	}

	.title-c1 span {
		display: block;
		margin-top: 10px;
		margin-left: 0;
	}

	.title-c1.out {
		margin-bottom: 20px;
	}

	.title-c1.out::before {
		bottom: -20px;
	}

	.title-c1.out span {
		margin-top: 2px;
	}
}

@media screen and (max-width: 639px) {
	.section-05 .mt {
		margin-top: 60px;
	}

	.flex-c {
		display: block;
	}

	.flex-c .flex-item:nth-child(even) {
		margin-left: 0;
	}

	.flex-c .flex-item:nth-child(n+2) {
		margin-top: 60px;
	}

	.flex-c .img-box img {
		width: 100%;
	}

	.title-c span {
		display: block;
		margin-left: 0;
		margin-top: 10px;
	}

	.table-b,
	.table-c {
		font-size: 12px;
	}
}

/* close */
.btns {
	/*padding-top: 100px;*/
	padding-bottom: 120px;
}

.btns .btn-harf {
	margin-top: 4%;
}

.btns .gray {
	margin-left: 4%;
}

.btns .gray .cisco-logo {
	max-width: 240px;
}

.btns .gray .icon-window {
	transform: translate(16px, 4px);
}

.close {
	background: #a6afb4;
	color: white;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}

.close .ttl {
	font-size: 2.25rem;
	line-height: 1.34;
	font-weight: normal;
}

.close p {
	font-size: 1.25rem;
	line-height: 1.5;
	margin-top: 16px;
}

.close .btn-bg {
	max-width: 730px;
	margin: 30px auto 0;
	background: white;
}

@media screen and (max-width: 959px) {
	.btns {
		padding-bottom: 75px;
	}

	.btns .gray .cisco-logo {
		width: 60%;
	}
}

@media screen and (max-width: 639px) {
	.btns {
		display: block;
		padding-top: 25px;
		font-size: 1.2rem;
		padding-bottom: 50px;
	}

	.btns .btn-harf {
		margin-top: 20px;
	}

	.btns .gray {
		margin-left: 0;
	}

	.btns .gray .cisco-logo {
		max-width: 240px;
		width: 40%;
	}

	.btns .gray .icon-window {
		width: 12px;
		transform: translate(16px, 4px);
	}
}

@media screen and (max-width: 374px) {
	.close .ttl {
		font-size: 20px;
	}
}


/* ▲▲▲ ここまで ▲▲▲ */


/* ------------------------------------------------------
 2019/05/20追記
 ------------------------------------------------------ */
/* ------------------------------------------------------
 2019/12/16追記
 ------------------------------------------------------ */

/* ページ上部追加ナビゲーション部分 */
.inner.headwrap {
	display: flex;
	align-items: flex-end;
}

.header-title {
	padding-top: 25px;
}

.header-title {
	flex: 0 1 auto;
}

.support-btn {
	flex: 0 1 auto;
	margin-left: auto;
	padding-bottom: 14px;
}

.support-btn a {
	display: flex;
	background: #20b1df;
	color: #ffffff;
	padding: 0.5rem;
	box-sizing: border-box;
	align-items: center;
}

.support-btn a:hover {
	transition: .25s;
	opacity: 0.7;
}

.support-btn a img {
	width: 1.85rem;
	margin: 0;
	flex: 0 1 auto;
	margin-right: 1rem;
	vertical-align: middle;
}

.support-btn a span {
	margin: 0;
	flex: 0 1 auto;
	vertical-align: middle;
	line-height: 1.2;
	font-size: 12px;
}

.support-btn-SP {
	display: none;
}

.header-title-en,
.header-title-ja {
	flex: 0 1 auto;
}

.header-title-en {
	max-width: 394px;
}

.header-title-ja {
	max-width: 323px;
}

.header-title-en img,
.header-title-ja img {
	vertical-align: baseline;
}

.header-title-ja {
	margin-left: 14px;
}

.header-title-inner {
	display: flex;
	padding: 12px 20px 12px 0px;
}

.contents-nav {
	border-top: 2px solid #c4cacd;
	border-bottom: 2px solid #c4cacd;
	margin-top: 20px;
	margin-bottom: 30px;
}

.contents-nav-list {
	display: flex;
	align-items: center;
	padding: 10px 40px;
}

.contents-nav-list li {
	flex: 0 0 auto;
	border-left: 1px solid #c4cacd;
	padding: 1rem 1.5rem;
}


/*.contents-nav-list li:not(:first-of-type) {
	margin-left: 40px;
}*/

.contents-nav-list span,
.contents-nav-list a {
	display: block;
	font-weight: bold;
}

.contents-nav-list a {
	transition: .25s;
}

.contents-nav-list a:hover {
	color: #52a8a5;
}

.contents-nav-list .current {
	padding: 10px 30px;
	background: #52a8a5;
	color: #fff;
	display: initial;
}

/* ------------------------------------------------------
 2020/6/30追記 */
.contents-nav-list li:last-child {
	border-right: 1px solid #c4cacd;
	width: 14.85rem;
	padding: 0.2rem 0.9rem;
}

.contents-nav-list {
	padding: 0px !important;
}

.sc-connect-btn {
	background: linear-gradient(-45deg, #52a8a5 50%, #005bac 50%);
}

.sc-connect-btn a :hover {
	opacity: 0.7;
}

.connect-btn-pc {
	display: block !important;
	width: 14.85rem;
}

.connect-btn-sp {
	display: none !important;
}

.btn-campaign {
	width: 40%;
	height: 90px;
	text-decoration: none;
	color: #52a8a4;
	border: solid 2px #52a8a4;
	margin-top: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.875rem;
	line-height: 1.2;
	font-weight: bold;
	margin: 30px auto 0px auto;
}

.img-box .h3-01 {
	font-size: 2.2rem;
}

.img-box .h3-02 {
	font-size: 2.35rem;
	font-weight: bold;
	color: #52a8a4;
	font-family: auto;
}


@media screen and (max-width: 1100px) {
	.contents-nav-list li {
		font-size: 1.4vw;
	}
}

@media screen and (min-width: 479px) and (max-width: 979px) {
	.collabo-meeting-header ul.inner li:nth-child(4) {
		border-left: none;
	}

	.collabo-meeting-header ul.inner li:nth-child(5) {
		border-right: 1px solid #c4cacd;
	}

	.contents-nav {
		margin-bottom: 10px;
	}

	.contents-nav-list {
		padding: 20px 40px;
	}

	.contents-nav-list li {
		font-size: 2.1vw;
		padding: 0.4rem 1.2rem;
	}

	.connect-btn-sp {
		display: none !important;
	}

	.collabo-meeting-header ul.inner {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		margin: 0 auto;
		width: 100%;
		padding: 10px 0 0 0;
	}

	.collabo-meeting-header ul.inner li {
		box-sizing: border-box;
		width: 33.333333%;
		margin: 18px 0px 5px 0px;
		/*padding-right: 0;
    	padding-left: 0;*/
		text-align: center;
	}

	.collabo-meeting-header ul.inner .sc-connect-btn {
		width: 30%;
		margin: 18px auto 10px auto;
	}

}

/* end
------------------------------------------------------ */

@media screen and (max-width: 959px) {
	.header-title-inner {
		display: block;
	}

	.header-title-ja {
		margin-left: 0;
	}

	.support-btn {
		flex: 0 1 auto;
		margin-bottom: 0.5rem;
	}

	.btn-campaign {
		font-size: 1.25rem;
		width: 50%;
		height: 60px;
	}
}


@media screen and (max-width: 796px) {
	.contents-nav-list {
		padding: 10px 0px;
	}

	.contents-nav-list li {
		flex: 0 0 auto;
		border-left: 1px solid #c4cacd;
		padding: 1rem;
	}

	.contents-nav-list li:first-child {
		border-left: none;
	}
}


@media screen and (max-width: 639px) {
	.inner.headwrap {
		align-items: center;
		padding: 0 15px;
	}

	.header-title-inner {
		display: block;
	}

	.header-title-ja {
		margin-left: 0;
		margin-top: 5px;
		width: 95%;
	}

	.header-title-en,
	.header-title-ja {
		text-align: center;
	}

	.contents-nav-list {
		padding: 10px 20px;
		justify-content: center;
	}

	.contents-nav-list li:not(:first-of-type) {
		margin-left: 20px;
	}

	.contents-nav-list .current {
		padding: 10px;
	}

	.support-btn {
		flex: 0 1 12%;
		margin-left: 1.5rem;
		margin-bottom: 0;
		text-align: center;
		padding-top: 25px;
	}

	.support-btn a {
		display: block;
		padding: 0.5rem;
	}

	.support-btn a span {
		font-size: 8px;
	}

	.support-btn-PC {
		display: none;
	}

	.support-btn-SP {
		display: block;
	}

	.support-btn a img {
		width: 80%;
		flex: none;
		display: block;
		margin-right: 0;
		margin: 0 auto;
		margin-bottom: 2px;
	}

	img-box.center.gray .center img {
		width: 3%;
	}

}

@media screen and (max-width: 479px) {
	.contents-nav-list {
		display: block;
		padding: 0;
	}

	.contents-nav-list li {
		border-left: none;
		padding: 0;
	}

	.header-title {
		flex: 0 1 80%;
	}

	.contents-nav-list li:last-child {
		border-right: none;
	}

	.contents-nav-list li:not(:first-of-type) {
		margin-left: 0;
		border-top: 1px solid #c4cacd;
	}

	.contents-nav-list li a,
	.contents-nav-list .current {
		padding: 20px;
	}

	.contents-nav-list .current {
		display: block;
	}

	.support-btn {
		flex: 0 1 auto;
		margin-left: auto;
		margin-bottom: 0;
		text-align: center;
		padding-top: 25px;
	}

	.support-btn a img {
		width: 3rem;
	}

	/* ------------------------------------------------------
 2020/6/30追記*/

	.connect-btn-pc {
		display: none !important;
	}

	.connect-btn-sp {
		display: block !important;
		width: 83%;
		margin: auto;
	}

	.contents-nav-list .sc-connect-btn a {
		padding: 2.5px 0px 2.5px 0;
	}

	.contents-nav-list li:last-child {
		width: auto;
		padding: 0px;
	}
}

/*end
 ------------------------------------------------------ */


/* ページ下部追加カタログダウンロード部分 */
.pdf-download {
	padding: 60px 0;
}

.pdf-download .ttl {
	color: #a6afb4;
	font-size: 2.25rem;
	text-align: center;
	font-weight: normal;
}

.pdf-download .flex {
	justify-content: center;
	align-items: center;
	margin-top: 60px;
}

.pdf-download .download-link-wrap {
	margin-left: 48px;
}

.pdf-download .download-link {
	font-weight: bold;
	display: flex;
	align-items: center;
}

.pdf-download .download-link::before {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	margin-right: 6px;
	border-style: solid;
	border-width: 4px 0 4px 6.5px;
	border-color: transparent transparent transparent #000;
}

@media screen and (max-width: 639px) {
	.pdf-download {
		padding: 40px 0;
	}

	.pdf-download .flex {
		display: block;
		margin-top: 40px;
	}

	.pdf-download .download-link-wrap {
		margin-left: 0;
		margin-top: 30px;
	}

	.pdf-download .img-box {
		text-align: center;
	}

	.pdf-download .download-link {
		justify-content: center;
	}
}