*{
	font-family: Meiryo , sans-serif;
}

.only_sp{
	display: none;
}
@media screen and (max-width: 768px){
	.only_sp{
		display: block;
	}

	.only_pc{
		display: none;
	}
}

/*ヘッダー*/
.logo img{
	width: 200px;
	padding: 20px;
}

header{
	background: linear-gradient(90deg, #C00000, #600000);
	height: 60px;
	line-height: 60px;
	position: sticky;
	top: 0px;
	width: 100%;
	z-index: 100;
}

header nav ul{
	display: flex;
	justify-content: flex-end;
}

header nav ul li{
	margin-right: 50px;
	color: #fff;
	font-size: 18px;
}

/*KV*/
.KV{
	background-color: #81838D;
	background-position: center;
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.KV__top{
	background: url(/jp/products/apps/connect-dr/img/top_background.jpg);
	background-position: center;
	background-size: cover;
	height: 400px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.KV h1{
	text-align: center;
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	padding: 0 15px;
}
.KV--connctDrTop {
	display: flex;
	flex-direction: column;
	position: relative;
}
.KV--connctDrTop::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #00000099;
    z-index: 1;
}
.KV--connctDrTop h1 {
	margin-bottom: 20px;
}
.KV--connctDrTop__appIcon img {
	width: 135px;
    height: auto;
	padding: 0 15px;
}
.KV--connctDrTop__appLink {
	display: flex;
	gap: 16px;
	margin-top: 15px;
	padding: 0 15px;
}
.KV--connctDrTop h1,
.KV--connctDrTop__appIcon,
.KV--connctDrTop__appLink {
	z-index: 2;
}
.KV--connctDrTop .only374 {
	display: none;
}
@media screen and (max-width:374px) {
	.KV--connctDrTop .only374 {
		display: initial;
	}
}

/*コンテンツ部分*/
*{
	color: #555555;
}

p{
	font-size: 18px;
}

a:hover{
	opacity: 0.8;
}

a.txt__link{
	color: #0079D6;
}
a.txt-underline {
	text-decoration: underline;
}

img{
	max-width: 100%;
}

.bread{
	max-width: 980px;
	margin: auto;
	padding: 10px 0;
}

.bread p{
	font-size: 12px;
}

.bread a:after{
	content: ">";
	margin: 0 5px;
}

.content__bg{
	background-color: #E8E8E8;
	color: #555555;
	padding-top: 50px;
	padding-bottom: 100px;
}

.content__bg > div{
	max-width: 980px;
	margin: auto;
}

.content__bg--gray{
	background-color: #595959;
	color: #fff;
}

.content__bg--gray > div{
	max-width: 980px;
	margin: auto;
}

.anker{
	display: flex;
	justify-content: space-around;
}

.anker p{
	font-size: 24px;
}

.anker p:before{
	content: url(/jp/products/apps/connect-dr/img/arrow_under.png);
	margin-right: 10px;
	position: relative;
	top: 2px;
}

h2{
	font-size: 32px;
	font-weight: bold;
	border-bottom: 3px solid #C00000;
	margin-bottom: 30px;
	display: inline-block;
}

#app h3{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}

body .content{
	margin-top: 50px;
	text-align: center;
}

body .content__first{
	margin-top: 0px;
}

#news{
	margin-top: 50px;
}

.content__inner{
	text-align: start;
}

.content__bg .content__inner{
	background-color: #fff;
	padding: 60px;
	border-radius: 50px;
	box-shadow: 2px 3px 6px rgba(0, 0, 0, .16);
}

.news__inner div{
	display: flex;
	border-bottom: 3px solid #81838D;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.news__date{
	margin-right: 10px;
}

.new__icon{
	margin-right: 10px;
	padding: 2px 4px;
	font-size: 14px;
	color: #fff;
	background-color: #C80000;
}

.news__link{
	font-size: 24px;
	text-align: right;
}

.news__link:after{
	content: url(/jp/products/apps/connect-dr/img/arrow_right.png);
	position: relative;
	top: 2px;
}

.service__txt{
	margin-top: 30px;
	margin-bottom: 50px;
}

.service__link{
	display: flex;
	justify-content: space-around;
	text-align: center;
}

.button__wrap{
	text-align: center;
}

.button{
	display: inline-block;
	background-color: #000;
	color: #fff;
	font-size: 24px;
	border-radius: 15px;
	padding: 8px 15px 8px 25px;
	margin: 10px;
}

.button:after{
	content: url(/jp/products/apps/connect-dr/img/arrow_right_w.png);
	margin-left: 10px;
	position: relative;
	top: 2px;
}

.app__inner{
	display: flex;
	justify-content: space-between;
}

.app__inner--left{
	width: 30%;
	text-align: center;
}

.app__inner--right{
	width: 70%;
}

.app__inner--right ul{
	margin-bottom: 1em;
}

.app__inner--right li{
	font-size: 18px;
	list-style: disc;
	margin-left: 1em;
}

.app__icons{
	display: flex;
	justify-content: center;
	margin-top: 20px;
	margin-bottom: 50px;
}

.app__icons div{
	margin: 0 20px;
}

.app__button{
	text-align: center;
}

#campaign img{
	width: 100%;
	padding: 0 5%;
}

.content__bg--gray .content{
	margin-top: 0;
	padding-top: 50px;
	padding-bottom: 100px;
}

.content__bg--gray .content h2 ,.content__bg--gray .content p,.content__bg--gray .content li{
	color: #fff;
}

.content__bg--gray h2{
	border-bottom: none;
}

.content__bg--gray .content__inner{
	padding: 0 20px;
}

.faq__block{
	margin-bottom: 20px;
}

.faq__q{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 3px solid #fff;
	margin-bottom: 8px;
	padding-bottom: 8px;
	cursor: pointer;
}

.faq__q.open img{
	transform: rotate(180deg);
	transition-duration: 0.2s;
}

.faq__a{
	display: none;
}

.faq__link{
	font-size: 24px;
	text-align: right;
}

.faq__link:after{
	content: url(/jp/products/apps/connect-dr/img/arrow_right_w.png);
}

.txt__small{
	font-size: 16px;
}

.txt__small.right{
	text-align: right;
}

.content__2col{
	align-items: flex-start;
}

.content__bg .announce{
	border: 2px solid #FF0000;
	background-color: #fff;
	text-align: left;
	padding: 20px;
	margin-top: 50px;
}

.announce hr{
	margin-bottom: 1em;
}

.content__flex{
	display: flex;
	border: 3px solid #555555;
}

.information{
	padding: 40px 30px;
	width: 30%;
	background-color: #ff0000;
}

.information p{
	color: #ffffff;
	font-weight: bold;
	font-size: 20px;
	display: inline;
	line-height: 3.5;
	position: relative;
}

.information p::before{
	content: url(/jp/products/apps/connect-dr/img/attention_icon.svg);
	display: inline-block;
	width: 30px;
	height: 10px;
	position: absolute;
	top: -15px;
	left: -35px;
}

.information__content{
	padding: 60px 30px;
	width: 70%;
	background-color: #ffffff;
}


/*フッター*/
footer{
	background-color: #595959;
	height: auto;
	border-top: 1px solid #fff;
}

footer nav{
	display: flex;
	justify-content: center;
}

footer nav ul{
	margin: 30px 50px;
}

footer nav ul li{
	color: #fff;
	margin-bottom: 1em;
	font-size: 18px;
}

.copyright{
	color: #fff;
	text-align: center;
	font-size: 12px;
}

/*TOPに戻るボタン*/
#page_top{
	width: 50px;
	height: 50px;
	position: fixed;
	right: 10px;
	bottom: 10px;
	background: #C00000;
	border-radius: 50%;
}

#page_top img{
	position: fixed;
	right: 25px;
	bottom: 25px;
}

@media screen and (max-width: 768px){
	*{
		font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
	}

	.logo img{
		width: 150px;
		padding: 10px;
	}

	header{
		height: 50px;
		line-height: 50px;
	}

	header nav ul{
		flex-direction: column;
	}

	header nav ul li{
		margin-right: 0;
	}

	.header .only_sp{
		text-align: end;
	}

	.hamburger-menu {
		width: 50px;
		height: 50px;
		position: relative;
	}

	.hamburger-menu__bar {
		display: inline-block;
		width: 44%;
		height: 2px;
		background: #fff;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		transition: .5s;
	}

	.hamburger-menu__bar:first-child {
		top: 16px;
	}

	.hamburger-menu__bar:nth-child(2) {
		top: 24px;
	}

	.hamburger-menu__bar:last-child {
		top: 32px;
	}

	.hamburger-menu--open .hamburger-menu__bar {
		top: 50%;
	}

	.hamburger-menu--open .hamburger-menu__bar:first-child {
		transform: translateX(-50%) translateY(-50%) rotate(45deg);
	}

	.hamburger-menu--open .hamburger-menu__bar:last-child {
		transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	}

	.hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
		display: none;
	}

	.navigation {
		display: none;
		background: linear-gradient(90deg, #C00000, #600000);
		position: absolute;
		top: 50px;
		width: 100%;
		z-index: 9999;
	}

	.navigation__list {
		text-align: center;
	}

	.navigation__list-item {
		border-bottom: solid 1px #fff;
	}

	.navigation__list-item:first-child {
  		border-top: solid 1px #fff;
	}

	p{
		font-size: 16px;
	}
	img{
		width: 100%;
	}

	.KV{
		height: 80px;
	}

	.KV h1{
		font-size: 26px;
	}
	.KV--connctDrTop {
		height: 400px;
	}

	.content__bg{
		padding-top: 30px;
		padding-bottom: 50px;
	}

	.content__bg > div{
		max-width: 90%;
	}

	.content__bg .content__inner{
		padding: 30px 15px;
		border-radius: 12px;
	}

	.content__flex{
		flex-direction: column;
	}
	.information{
		padding: 10px 10px;
		width: 100%;
	}

	.information p{
		font-size: 18px;
		line-height: 4;
		display: inline;
	
		position: relative;
	}

	.information p::before{	
		position: absolute;
		top: -20px;
		left: -35px;
	}

	.information__content{
		padding: 30px 10px;
		width: 100%;
	}

	.bread{
		max-width: 90%;
	}

	body .content{
		margin-top: 30px;
	}

	#news{
		margin-top: 30px;
	}

	.anker{
		flex-wrap: wrap;
		width: 400px;
	}

	.anker p{
		font-size: 18px;
		margin: 0 10px;
		word-break: keep-all;
	}

	.anker p:before{
		top: 4px;
		display: inline-block;
		transform: scale(0.7);
		margin-right: 0px;
	}

	h2{
		font-size: 24px;
		margin-bottom: 20px;
	}

	.news__inner div{
		display: block;
	}

	.news__date{
		display: inline-block;
	}

	.new__icon{
		display: inline-block;
	}

	.news__txt{
		margin-top: 8px;
	}

	.news__link{
		font-size: 18px;
	}

	.news__link:after{
		top: 4px;
		display: inline-block;
		transform: scale(0.7);
	}

	.service__txt{
		margin-bottom: 30px;
	}

	.service__link{
		flex-direction: column;
	}

	.service__link div:first-child{
		margin-bottom: 10px;
	}

	.button{
		display: inline-block;
		border-radius: 8px;
		font-size: 18px;
	}

	.button:after{
		top: 4px;
		display: inline-block;
		transform: scale(0.7);
	}

	#app h3{
		font-size: 22px;
	}

	.app__inner{
		flex-direction: column;
	}

	.app__inner--left{
		width: 100%;
		margin-bottom: 30px;
	}

	.app__inner--left img{
		width: 30%;
	}

	.app__inner--right{
		width: 100%;
	}

	.app__inner--right li{
		font-size: 16px;
	}

	.app__icons{
		margin-bottom: 30px;
	}

	.app__icons div{
		margin: 10px;
	}

	.faq__q img{
		width: 25px;
		height: 25px;
	}

	.faq__link{
		font-size: 18px;
	}

	.faq__link:after{
		top: 4px;
		display: inline-block;
		transform: scale(0.7);
	}

	.txt__small{
		font-size: 12px;
	}

	footer nav{
		flex-direction: column;
		max-width: 90%;
		margin: auto;
	}

	footer nav ul{
		width: 50%;
		margin: 15px 0;
	}

	footer nav ul li{
		font-size: 14px;
		word-break: keep-all;
	}

	.copyright{
		font-size: 10px;
	}

	#page_top{
		width: 35px;
		height: 35px;
		right: 10px;
		bottom: 15px;
	}

	#page_top img{
		width: 15px;
		right: 20px;
	}
}