@charset "utf-8";

/*
-----------------------------------------------

1: home-p
2: -p
3: -p
4: -p
5: -p
6: -p
7: -p
8: -p
9: -p
10:-p

*/

html,
body {
	height: 100%;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-weight: 500;
	color: #333;
}

body {
	font-size: 1.8rem;
}

em {
	font-weight: 700;
}

strong {
	font-weight: 700;
}

/* color  ----------------------- */

/* font  ----------------------- */

/* animation  ----------------------- */

.tran {
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
}

a[href^="tel:"] {
	pointer-events: none;
}

/* sp common */

@media (max-width: 768px) {
	a[href^="tel:"] {
		pointer-events: auto;
	}
}

/*共通  ----------------------- */

/* pc common */

@media (min-width: 769px) {
	#wrapper {
		width: 100%;
	}

	.content-width {
		width: 1080px;
		margin: 0 auto;
	}

	.content-width-small {
		width: 880px;
		margin: 0 auto;
	}

	.content-width-large {
		width: 1280px;
		margin: 0 auto;
	}
}

a:hover {
	color: #4350c7;
}

.overlay {
	content: "";
	height: 100%;
	width: 100%;
}

.hankaku {
	margin-right: -10px;
	display: inline-block;
	letter-spacing: -0.5em;
}

.yellow-char {
	color: #FFFF00;
}

.red-char {
	color: #D80505;
}

.red-char2 {
	color: #ff0000;
}

.blue-char {
	color: #3254a4;
}

.blue-marker {
	background: linear-gradient(transparent 60%, #9eceff 75%);
}

.yellow-marker {
	background: linear-gradient(transparent 60%, #ffdc00 75%);
}


/* sp common */

@media (max-width: 768px) {
	.content-width {
		width: 100%;
		margin: 0 auto;
	}
}


/* 1: home-p
----------------------------------------------- */

/* #header
=========================================== */

#header {
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

#header #kv-top {
	width: 100%;
	min-width: 1000px;
	height: 555px;
	background: url(../img/kv-img.jpg) no-repeat center;
	background-size: cover;
	position: relative;
	background-attachment: fixed;
}

#header #kv-top .top-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
	#header #kv-top-sp {
		width: 100%;
		max-height: 555px;
		background: url(../img/kv-img.jpg) no-repeat center;
		background-size: cover;
		position: relative;
	}

	#header #kv-top-sp .top-logo {
		padding: 10px;
		text-align: center;
	}

}


/* gnav */

#gnav {
	width: 100%;
	min-width: 1080px;
	height: 80px;
	background: #2D57A6;
}

#gnav .nav-logo {
	padding-top: 6px;
	float: left;
}

#gnav .main-nav {
	float: right;
}

#gnav .main-nav li {
	float: left;
}

#gnav .main-nav li a {
	height: 40px;
	padding: 0 20px;
	display: block;
	line-height: 40px;
	color: #fff;
}

#gnav .main-nav li a:hover {
	background: #FFB35B;
	color: #fff;
}


/* gnav megamenu */

#gnav .menu-container {
	width: 100%;
	margin: 0 auto;
	background: #2d57a6;
}

#gnav .menu-container .menu ul .nav-logo {
	padding-top: 0;
	margin-right: 50px;
}

#gnav .menu-container .menu ul .nav-logo a {
	padding: 6px 0 0 0;
}

#gnav .menu-container .menu > ul > .nav-logo:hover > a {
	background: #2d57a6;
}

#gnav .menu-container .menu > ul > li {
	background: #2d57a6;
}

/* 小メニューが1つの時 (.normal-subが付与) */

#gnav .menu-container .menu > ul > li > ul.normal-sub {
	width: 100%;
	left: 0;
	padding: 10px 20px;
}

#gnav .menu-container .menu > ul > li > ul.normal-sub li {
	width: auto;
	padding: 0 1em;
}

#gnav .menu-container .menu > ul > li > ul.normal-sub li a {
	width: 100%;
}

/* End */

#gnav .menu-container .menu > ul > li > a {
	text-decoration: none;
	padding: 0 1.2em;
	display: block;
	height: 80px;
	line-height: 80px;
	font-size: 16px;
	color: #fff;
}

#gnav .menu-container .menu > ul > li:hover > a {
	background: #fefefe;
	color: #2d57a6;
}


#gnav .menu-container .menu > ul > li > .sub-menu {
	background: #ffffff;
	border: 1px solid #ccc;
	border-top: none;
	box-shadow: 0px 6px 8px 1px #d1d1d1;
}

#gnav .menu-container .menu > ul > li > .sub-menu li.sub-menu-title {
	font-size: 18px;
	font-weight: 600;
	width: 100%;
	display: block;
}

#gnav .menu-container .menu > ul > li > .sub-menu li.sub-menu-title a {
	font-size: 18px;
	font-weight: 600;
	width: 100%;
	display: block;
	color: #111;
}


#gnav .menu-container .menu > ul > li > .sub-menu li a {
	font-size: 1.4rem;
}

#gnav .menu-container .menu > ul > li > .sub-menu li:hover a {
	color: #2d57a6;
}



/* fixed */

.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
}


.top-section-title1 {
	padding: 0 0 40px 0;
	letter-spacing: 1px;
	text-align: center;
	font-size: 37px;
	font-weight: 700;
	color: #111;
}

.top-section-desc {
	padding: 0 0 30px 0;
	text-align: center;
	font-size: 14px;
	color: #808080;
}

.top-section-subtitle {
	padding: 0 0 32px 0;
	letter-spacing: 1px;
	text-align: center;
	font-size: 22px;
	font-weight: 600;
	color: #0071BC;
}


.top-section-news {
	padding: 90px 0 100px;
}

.top-news-list dl{
	margin-bottom: 15px;
	border-bottom: 1px dotted #333;
}

.top-news-list dl .dd-title{
	font-weight: bold;
}


@media (max-width: 768px) {
	.top-section-title1 {
		padding: 0 0 15px 0;
		font-size: 30px;
	}

}


#top-asmoch {
	padding: 100px 0 70px;
	background: url(../img/asmoch-bg.jpg) no-repeat center center;
	background-attachment: fixed;
	background-size: cover;
}

#top-asmoch p {
	padding: 0 90px 40px;
	text-align: center;
	line-height: 2;
}

@media (max-width: 768px) {
	#top-asmoch {
		padding: 34px 0 30px;
		background: url(../img/asmoch-bg.jpg) no-repeat center center;
		background-attachment: fixed;
		background-size: cover;
	}
	#top-asmoch p {
		padding: 10px 20px 15px;
		text-align: justify;
		line-height: 1.7;
	}
}

.top-section1 {
	width: 100%;
	margin: 0 auto;
}

.asmoch-kun {
	text-align: right;
}


.top-section2 {
	width: 100%;
	margin: 0 auto;
	padding: 100px 0 20px;
}

#top-replace,
#top-ict {
	background: #f6f6f6;
}

.top-section2 .top_block {
	margin-bottom: 90px;
}

.top-section-contents2 {
	text-align: center;
}


.top-section-contents2 .section-main-img {
	padding: 0 0 33px;
}

.top-section-contents2 p {
	padding: 0 0 40px;
	line-height: 1.8;
	font-size: 18px;
	font-weight: 500;
}


@media (max-width: 768px) {
	.asmoch-kun {
		text-align: center;
	}

	.asmoch-kun img {
		width: 45%;
	}

	.top-section2 {
		width: 100%;
		margin: 0 auto;
		padding: 40px 0 0;
	}

	.top-section2 .top_block {
		margin-bottom: 0;
	}

	.top-section-contents2 {
		padding: 40px 0 20px;
		text-align: center;
	}

	.top-section-contents2 .section-main-img {
		padding: 0 0 23px;
	}

	.top-section-contents2 p {
		padding: 0 20px 30px;
		line-height: 1.7;
		text-align: justify;
		font-size: 16px;
	}
}



/* button */

.button1 {
	display: inline-block;
	width: 260px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
}

.button1::before,
.button1::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

.button1,
.button1::before,
.button1::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button1 {
	position: relative;
	z-index: 2;
	color: #fff;
}

.button1:hover {
	background-color: #fff;
	border-color: #59b1eb;
	color: #59b1eb;
}

.button1::before,
.button1::after {
	left: 0;
	width: 100%;
	height: 50%;
	background-color: #E60303;
}

.button1::before {
	top: 0;
}

.button1::after {
	bottom: 0;
}

.button1:hover::before,
.button1:hover::after {
	height: 0;
	background-color: #59b1eb;
}



/* button2 */

.button2 {
	display: inline-block;
	width: 320px;
	height: 70px;
	text-align: center;
	text-decoration: none;
	line-height: 70px;
	outline: none;
}

.button2::before,
.button2::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

.button2,
.button2::before,
.button2::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button2 {
	background-color: #3c3c3c00;
	border: 2px solid #fff;
	color: #fff;
	line-height: 70px;
}

.button2:hover {
	background-color: #fff;
	border-color: #59b1eb;
	color: #59b1eb;
}


/* button_sp */

@media (max-width: 768px) {
	.btn-wrap {
		text-align: center !important;
		padding-bottom: 0 !important;
	}

	.button1 {
		width: 230px;
		height: 40px;
		text-align: center;
		text-decoration: none;
		line-height: 40px;
		outline: none;
		font-size: 1.4rem;
	}

	.button1::before,
	.button1::after {
		position: absolute;
		z-index: -1;
		display: block;
		content: '';
	}

	.button1,
	.button1::before,
	.button1::after {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transition: all .3s;
		transition: all .3s;
	}

	.button1 {
		position: relative;
		z-index: 2;
		background-color: #bbb;
		border: 1px solid #bbb;
		color: #fff;
	}

	.button1:hover {
		background-color: #fff;
		border-color: #59b1eb;
		color: #59b1eb;
	}

	.button1::before,
	.button1::after {
		left: 0;
		width: 100%;
		height: 50%;
		background-color: #E60303;
	}

	.button1::before {
		top: 0;
	}

	.button1::after {
		bottom: 0;
	}

	.button1:hover::before,
	.button1:hover::after {
		height: 0;
		background-color: #59b1eb;
	}

	/* 料金ボタン */
	.btn-price {
		width: 50%;
		max-width: 260px;
		height: 48px;
		line-height: 48px;
	}


	/* button2 */
	.button2 {
		display: inline-block;
		width: 320px;
		height: 60px;
		text-align: center;
		text-decoration: none;
		line-height: 60px;
		outline: none;
	}

	.button2::before,
	.button2::after {
		position: absolute;
		z-index: -1;
		display: block;
		content: '';
	}

	.button2,
	.button2::before,
	.button2::after {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transition: all .3s;
		transition: all .3s;
	}

	.button2 {
		background-color: #3c3c3c00;
		border: 2px solid #fff;
		color: #fff;
		line-height: 60px;
	}

	.button2:hover {
		background-color: #fff;
		border-color: #59b1eb;
		color: #59b1eb;
	}
}



.bnr-section {
	padding: 70px 0 80px;
	font-size: 0;
	text-align: center;
}


.bnr-section .bnr-mail {
	width: 50%;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}

.bnr-section .bnr-tel {
	width: 50%;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}


@media (max-width: 768px) {
	.bnr-section {
		padding: 20px 0 40px;
		font-size: 0;
		text-align: center;
	}

	.bnr-section .bnr-mail {
		width: 100%;
		display: block;
		text-align: center;
		margin: 0 auto;
		padding: 0 10% 25px;
	}

	.bnr-section .bnr-tel {
		width: 100%;
		display: block;
		text-align: center;
		margin: 0 auto;
		padding: 0 10% 20px;
	}
}

#top-trouble {
	background: url(../img/logo2.png) no-repeat 50% 16%;
}

.top-section-title2 {
	padding: 14px 0 8px;
	background: #2d57a6;
	letter-spacing: 0.08em;
	text-align: center;
	font-size: 37px;
	font-weight: 600;
	color: #fff;
}

.top-section-title2 small {
	padding: 0 0 0 10px;
	font-size: 27px;
}

/* 見出しの下矢印 */

#top-trouble .top-section-title2 {
	position: relative;
	background: url(../img/top-trouble-title-bg.png) no-repeat 50% 50% #2d57a6;
}

#top-trouble .top-section-title2:after {
	position: absolute;
	content: '';
	top: 100%;
	left: calc(50% - 35px);
	border: 35px solid transparent;
	border-top: 35px solid #2d57a6;
	width: 0;
	height: 0;
}

.top-section-subtitle1 {
	padding: 0 0 30px;
	text-align: center;
	letter-spacing: 1px;
	font-size: 32px;
	font-weight: 600;
	color: #111;
}

#top-trouble .top-section-subtitle1 {
	padding: 40px 0 70px;
	background: url(../img/asmoch-kun.png) no-repeat 66% 0;
}

.top-section-contents3 {
	padding: 138px 0 100px;
}

#top-trouble .list1 {
	width: 100%;
	margin: 0 auto;
	padding: 0 50px 0;
	background: url(../img/top-trouble-bg.png) no-repeat 100% 50%;
	font-size: 0;
}

#top-trouble .list1 li {
	width: 50%;
	display: inline-block;
	padding: 2px 30px 20px 30px;
	vertical-align: top;
	background: url(../img/icon-checkbox.png) no-repeat 0 12%;
	font-size: 18px;
}

.list1 li {
	padding: 2px 0 20px 30px;
}

@media (max-width: 768px) {
	#top-trouble {
		background: url(../img/logo2.png) no-repeat 50% 5%;
		background-size: 98% auto;
	}

	#top-trouble .top-section-title2 {
		position: relative;
		background: url(../img/top-trouble-title-bg.png) no-repeat 50% 50% #2d57a6;
		background-size: contain;
	}

	#top-trouble .top-section-title2:after {
		position: absolute;
		content: '';
		top: 74%;
		left: calc(50% - 35px);
		border: 35px solid transparent;
		border-top: 35px solid #2d57a6;
		width: 0;
		height: 0;
	}

	.top-section-contents3 {
		padding: 40px 20px;
	}

	.top-section-title2 {
		padding: 14px 0 8px;
		background: #2d57a6;
		letter-spacing: 0.08em;
		text-align: center;
		font-size: 18px;
		font-weight: 600;
		color: #fff;
	}
	.top-section-title2 small {
		padding: 0 0 0 10px;
		font-size: 14px;
	}

	#top-trouble .top-section-subtitle1 {
		padding: 90px 0 30px;
		background: url(../img/asmoch-kun.png) no-repeat center top;
		line-height: 1.4;
		font-size: 28px;
	}

	#top-trouble .list1 {
		padding: 0 0 0;
		background: url(../img/top-trouble-bg.png) no-repeat 50% 100%;
		background-size: 78% auto;
	}

	#top-trouble .list1 li {
		width: 100%;
		display: block;
		padding: 2px 0 1rem 22px;
		background: url(../img/icon-checkbox.png) no-repeat 0 20%;
		background-size: 6%;
		line-height: 1.4;
		font-size: 16px;
	}
}

.top-section-contents4 {
	padding: 90px 0 100px;
}

@media (max-width: 768px) {
	.top-section-contents4 {
		padding: 40px 1rem 20px;
	}
}

/* flexbox */

.flexbox1 {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: stretch;
}

.flexbox2 {
	display: flex;
	flex-flow: row-reverse wrap;
	justify-content: space-between;
	align-items: stretch;
}

.flexbox1 .flex-item {
	padding: 0 0 0;
	margin: 0 auto;
}

.flexbox2 .flex-item {
	padding: 0 0 0;
	margin: 0 auto;
}

.top-section-contents4 .flex-item {
	width: calc(100% / 3);
	max-width: 330px;
	padding: 0 0 60px 0;
	flex-grow: 1;
}

.dl-list1 dt {
	overflow: hidden;
}

.dl-list1 dt img {
	width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}

.dl-list1 dt img:hover {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.dl-list1 dd {
	padding: 5px 0 0 0.5rem;
	border-bottom: solid 1px #E6E6E6;
}

.dl-list1 dd:last-child {
	border-bottom: none;
}

.dl-list1 .dd-time {
	position: relative;
	padding-bottom: 1px;
	border-bottom: 3px solid #E6E6E6;
}

.dl-list1 .dd-time::after {
	position: absolute;
	bottom: -3px;
	left: 0;
	z-index: 2;
	content: '';
	width: 30%;
	height: 3px;
	background-color: #D80505;
}

.dl-list1 .dd-title {
	font-weight: 600;
}



@media (max-width: 768px) {
	.top-section-contents4 .flex-item {
		width: calc(100% / 2);
		max-width: 320px;
		padding: 0 5px 30px;
		flex-grow: 1;
	}
}

#footer {
	background: #2d57a6;
	font-size: 1.5rem;
	color: #fff;
}

.footer-logo {
	padding: 40px 0 37px;
}

.footer-left {
	width: 65%;
	display: inline-block;
	vertical-align: top;
}

.table1 tr th,
.table1 tr td {
	padding: 0 0 5px 18px;
}

.table1 tr th {
	width: 20%;
	min-width: 140px;
}

.table1 tfoot tr th,
.table1 tfoot tr td {
	width: 100%;
	min-width: max-content;
	display: block;
}

.table1 tfoot tr th,
.table1 tfoot tr td {
	padding: 0 0 5px 18px;
}

.footer-right {
	width: 34%;
	display: inline-block;
	vertical-align: top;
}

.footer-right .footer-link {
	margin: 0 0 60px;
	text-align: right;
	font-size: 1.6rem;
}

.footer-right .footer-twitter a {
	background: url(../img/icon-twitter.png) no-repeat 6% 50%;
}

.footer-right .footer-facebook a {
	background: url(../img/icon-facebook.png) no-repeat 6% 50%;
}

.footer-right .footer-tel a {
	background: url(../img/icon-tel.png) no-repeat 6% 50%;
}

.footer-right .footer-mail a {
	background: url(../img/icon-mail.png) no-repeat 6% 50%;
}


.footer-nav {
	padding: 50px 0 20px;
}

.footer-nav ul li {
	height: 16px;
	padding: 0 16px 0;
	float: left;
	line-height: 16px;
	border-left: solid 1px #fff;
	text-align: center;
}

.footer-nav ul li:last-child {
	border-right: solid 1px #fff;
}

.footer-nav ul li a {
	font-size: 1.2rem;
	color: #fff;
}


.footer-bu {
	margin-bottom: 20px;
}

.footer-bu-title {
	font-size: 16px;
}

.footer-bu dt {
	margin-bottom: 5px;
}

.footer-bu dd {
	margin-bottom: 10px;
}

.ms-logo {
	width: 250px;
}

.ms-logo img {
	width: 100%;
	height: auto;
}

.footer-copy {
	padding: 10px 0 5px;
	text-align: center;
}

@media (max-width: 768px) {
	#footer {
		padding: 0 20px 0;
		font-size: 1.4rem;
	}

	.footer-logo {
		padding: 30px 0 25px;
	}

	.footer-logo img {
		width: 50%;
	}

	.footer-left {
		width: 100%;
		padding: 0 0 20px;
		display: block;
	}

	.table1 tr th,
	.table1 tr td {
		padding: 0 0 8px 5px;
		vertical-align: top;
	}

	.table1 tr th {
		width: 20%;
		min-width: 110px;
	}

	.table1 tfoot tr th,
	.table1 tfoot tr td {
		width: 100%;
		min-width: 100%;
		display: block;
	}

	.table1 tfoot tr th,
	.table1 tfoot tr td {
		padding: 5px 0;
	}

	.table1 tfoot tr td {
		word-break: break-all;
	}

	.footer-right {
		width: 100%;
		padding: 0 0 30px;
		display: block;
	}

	.footer-right .footer-link {
		margin: 0 0 22px;
		text-align: right;
		font-size: 1.6rem;
	}

	.footer-right .footer-twitter a {
		background: url(../img/icon-twitter.png) no-repeat 6% 50%;
	}

	.footer-right .footer-facebook a {
		background: url(../img/icon-facebook.png) no-repeat 6% 50%;
	}

	.footer-right .footer-tel a {
		background: url(../img/icon-tel.png) no-repeat 6% 50%;
	}

	.footer-right .footer-mail a {
		background: url(../img/icon-mail.png) no-repeat 6% 50%;
	}

	.footer-right .footer-link a {
		background-size: 12%;
	}


	.footer-bu {
		margin-bottom: 20px;
	}

	.footer-bu-title {
		font-size: 16px;
	}

	.footer-bu dt {
		padding-top: 5px;
		margin-bottom: 5px;
	}

	.footer-bu dd {
		margin-bottom: 15px;
	}
	.ms-logo {
		width: 320px;
		margin-left: auto;
		margin-right: auto;
	}

	.ms-logo img {
		width: 100%;
		height: auto;
	}

}




/*スマホナビ*/

#sp-navi {
	padding: 3px 8px 0;
	background-color: #2d57a6;
}

.menu-btn {
	position: relative;
	height: 33px;
	width: 33px;
	display: inline-block;
	box-sizing: border-box;
	background-color: #fff;
	border: 2px solid #444;
	border-radius: 4px;
}

.menu-btn span {
	position: absolute;
	left: 4px;
	height: 4px;
	width: 22px;
	background-color: #444;
	border-radius: 2px;
	display: inline-block;
	box-sizing: border-box;
}

.menu-btn span:nth-of-type(1) {
	top: 4px;
}

.menu-btn span:nth-of-type(2) {
	top: 12px;
}

.menu-btn span:nth-of-type(3) {
	bottom: 4px;
}

#sp-navi .sp_logo img {
	width: 36%;
	max-width: 144px;
	margin: 5px 0 0 13px;
	vertical-align: top;
}



/* ==========================================================================
page共通 CSS IT豆知識 への一覧画面へのボタン
========================================================================== */

.list_link {
	width: 100%;
	margin-bottom: 100px;
	text-align: center;
}

a.single_link_button {
	display: inline-block;
	width: 300px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
}

a.single_link_button::before,
a.single_link_button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

a.single_link_button,
a.single_link_button::before,
a.single_link_button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

a.single_link_button {
	background-color: #333;
	color: #fff;
}

a.single_link_button:hover {
	background-color: #59b1eb;
}

/* ==========================================================================
page共通 CSS IT豆知識への一覧画面へのボタン
========================================================================== */

a.case_link_button {
	display: inline-block;
	width: 300px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
}

a.case_link_button::before,
a.case_link_button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

a.case_link_button,
a.case_link_button::before,
a.case_link_button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

a.case_link_button {
	background-color: #ff9820;
	color: #fff;
}

a.case_link_button:hover {
	background-color: #a786fa;
}

/* ==========================================================================
page共通 TOPへの一覧画面へのボタン
========================================================================== */

a.top_link_button {
	display: inline-block;
	width: 300px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
}

a.top_link_button::before,
a.top_link_button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

a.top_link_button,
a.top_link_button::before,
a.top_link_button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

a.top_link_button {
	background-color: #696378;
	color: #fff;
}

a.top_link_button:hover {
	background-color: #a29fab;
}


/* text banner */

.campaign-banner {
	padding: 30px 0 30px;
}

.top-campaign-banner {
	padding: 10px 0 40px;
	text-align:center;
}

.all-banner-wrap {
	width: 1000px;
	height: 240px;
	margin: 0 auto;
}

.top-banner-wrap {
	width: 60%;
	max-width: 640px;
	height: 210px;
	margin: 0 auto;
}

.campaign-banner .all-banner-wrap {
	border: solid 2px #f5a005;
	letter-spacing: 0;
	font-size: 0;
}

.top-banner-wrap .banner-left-area {
	width: 100%;
	padding: 0 50px 20px;
}

.banner-left-area {
	width: 50%;
	height: 100%;
	padding: 20px 40px 20px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	font-size: 16px;
}

.banner-left-area p {
	padding: 17px 0 17px;
	letter-spacing: 3px;
	font-size: 24px;
	font-weight: 700;
	color: #f5a005;
}

.top-campaign-banner .banner-left-area p {
	padding: 12px 0 17px;
}

#monthly-support-campaign-banner .banner-left-area p {
	padding: 17px 0 12px;
	margin-bottom: 12px;
	border-bottom: solid 1px #c6c6c6;
}

.banner-left-area p strong {
	/* width: 50%; */
	display: block;
	/* margin: 0 auto 3px; */
	/* background: #f00; */
	letter-spacing: 2px;
	/* line-height: 1.4; */
	font-size: 18px;
	font-weight: 600;
	/* color: #fff; */
}

.banner-left-area p em {
	padding: 5px 5px 4px 8px;
	display: inline-block;
	background: #ff9820;
	letter-spacing: 2px;
	line-height: 1;
	/* font-size: 18px; */
	font-weight: 600;
	color: #fff;
}

.banner-left-area dl {
	width: 100%;
	margin: 0 auto;
	padding: 0 0 0 0;
	letter-spacing: 0;
	font-size: 0;
}

.banner-left-area dl:nth-child(n+2) {
	margin-top: 13px;
}

.banner-left-area dl dt {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	border: solid 1px;
	font-size: 19px;
	font-weight: 600;
	color: #f5a005;
}

.banner-left-area dl dd {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	font-weight: 600;
	color: #f5a005;
}

.banner-left-area dl dd svg {
	margin: 0 8px 0;
}

.banner-left-area ul {
	width: 100%;
	margin: 0 auto;
	padding: 0 0 0 0;
}

.banner-left-area ul li {
	font-size: 19px;
	font-weight: 600;
	color: #f5a005;
}

.banner-left-area ul li em {
	padding: 3px 10px 2px;
	margin-left: 5px;
	display: inline-block;
	background: #f5a005;
	box-shadow: 0px 0px 0px 2px #f5a005;
	line-height: 1;
	letter-spacing: 5px;
	border: dashed 2px #fff;
	color: #fff;
}

.banner-left-area ul li:nth-child(n+2) {
	margin-top: 8px;
}

.banner-left-area ul li svg {
	margin: 0 4px 0 0;
	padding: 1px 0 0 0;
	font-size: 19px;
}


.banner-right-area {
	width: 50%;
	height: 100%;
	padding: 20px 50px 20px;
	display: inline-block;
	background: #f5a005;
	vertical-align: top;
	text-align: center;
	font-size: 16px;
}

.banner-right-tel {
	padding: 39px 0 1px;
}

.banner-right-tel a {
	width: 90%;
	margin: 0 auto 15px;
	padding: 15px 0 13px 0;
	display: block;
	border: solid 1px;
	font-size: 19px;
	font-weight: 700;
	color: #fff;
}

.banner-right-tel a svg {
	font-size: 24px;
}

.banner-right-tel a:hover {
	background: #fff;
	border-color: #fff;
	color: #f5a005;
}

.banner-right-tel a span {
	width: 57%;
	padding: 0 0 0 0;
	display: inline-block;
	letter-spacing: 2px;
}

.banner-right-mail a {
	width: 90%;
	padding: 14px 0 13px 0;
	margin: 0 auto;
	display: block;
	background: #fff;
	border: solid 1px #f5a005;
	font-size: 18px;
	font-weight: 700;
	color: #f5a005;
}

.banner-right-mail a:hover {
	background: #f5a005;
	border: solid 1px #fff;
	color: #fff;
}

.banner-right-mail a svg {
	font-size: 22px;
}

.banner-right-mail a span {
	width: 58%;
	padding: 0 0 0 20px;
	display: inline-block;
	letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
	/* text banner */
	.campaign-banner {
		padding: 30px 20px 10px;
	}

	.top-campaign-banner {
		padding: 0 20px 30px;
	}

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

	.top-banner-wrap {
		width: 100%;
		min-width: inherit;
		max-width: 600px;
		height: auto;
		margin: 0 auto;
	}

	.campaign-banner .all-banner-wrap {
		border: solid 2px #f5a005;
		letter-spacing: 0;
		font-size: 0;
	}

	.top-banner-wrap .banner-left-area {
		width: 100%;
		padding: 14px 10px 12px;
	}

	.banner-left-area {
		width: 100%;
		height: auto;
		padding: 14px 10px 10px;
		display: block;
		vertical-align: top;
		text-align: center;
		font-size: 14px;
	}

	.banner-left-area p {
		padding: 0 0 18px;
		letter-spacing: 3px;
		line-height: 1.3;
		font-size: 21px;
		font-weight: 700;
		color: #f5a005;
	}

	.top-campaign-banner .banner-left-area p {
		padding: 0 0 17px;
	}

	.top-campaign-banner .banner-left-area p {
		text-align: center;
	}

	#monthly-support-campaign-banner .banner-left-area p {
		padding: 0 0 10px;
		margin-bottom: 11px;
		border-bottom: solid 1px #c6c6c6;
	}

	.banner-left-area p strong {
		/* width: 50%; */
		display: block;
		/* margin: 0 auto 3px; */
		/* background: #f00; */
		letter-spacing: 2px;
		line-height: 1.4;
		font-size: 17px;
		font-weight: 600;
		/* color: #fff; */
	}

	.banner-left-area dl {
		width: 100%;
		margin: 0 auto;
		padding: 0 0 0 0;
		letter-spacing: 0;
		font-size: 0;
	}

	.banner-left-area dl:nth-child(n+2) {
		margin-top: 16px;
	}

	.banner-left-area dl dt {
		width: 70%;
		margin: 0 auto 5px;
		padding: 3px 0 2px;
		display: block;
		vertical-align: top;
		border: solid 1px;
		font-size: 17px;
		font-weight: 600;
		color: #f5a005;
	}

	.banner-left-area dl dd {
		width: 80%;
		margin: 0 auto;
		display: block;
		vertical-align: top;
		font-size: 19px;
		font-weight: 600;
		color: #f5a005;
	}

	.banner-left-area dl dd svg {
		margin: 0 8px 0;
	}

	.banner-left-area ul {
		width: 100%;
		margin: 0 auto;
		padding: 0 0 3px 0;
	}

	.banner-left-area ul li {
		font-size: 17px;
		font-weight: 600;
		color: #f5a005;
	}

	.banner-left-area ul li:nth-child(n+2) {
		margin-top: 5px;
	}

	.banner-left-area ul li svg {
		margin: 0 4px 0 0;
		padding: 1px 0 0 0;
		font-size: 17px;
	}


	.banner-right-area {
		width: 100%;
		height: auto;
		padding: 27px 0 22px;
		display: block;
		background: #f5a005;
		vertical-align: top;
		text-align: center;
		font-size: 14px;
	}

	.banner-right-tel {
		padding: 0 0 10px;
	}

	.banner-right-tel a {
		width: 90%;
		margin: 0 auto 15px;
		padding: 8px 0 10px 0;
		display: block;
		border: solid 1px;
		font-size: 17px;
		font-weight: 700;
		color: #fff;
	}

	.banner-right-tel a svg {
		padding: 1px 0 0;
		font-size: 22px;
	}

	.banner-right-tel a:hover {
		background: #fff;
		border-color: #fff;
		color: #f5a005;
	}

	.banner-right-tel a span {
		width: 67%;
		padding: 0 0 0 0;
		display: inline-block;
		letter-spacing: 2px;
	}

	.banner-right-mail a {
		width: 90%;
		padding: 9px 0 8px 0;
		margin: 0 auto;
		display: block;
		background: #fff;
		font-size: 17px;
		font-weight: 700;
		color: #f5a005;
	}

	.banner-right-mail a:hover {
		background: #f5a005;
		border: solid 1px #fff;
		color: #fff;
	}

	.banner-right-mail a svg {
		padding: 1px 0 0 0;
		font-size: 21px;
	}

	.banner-right-mail a span {
		width: 70%;
		padding: 0 0 0 0;
		display: inline-block;
		letter-spacing: 2px;
	}
}