@charset "UTF-8";


#Journal article > h2{
	line-height:1.5;
	padding:0 20px;
}

#Journal article > h2{
	height:150px;
}
#bread-crumb {
	top: 150px;
}
/*========================================
common
=========================================*/

.about-browser-cmn-clearfix::after {
	content: "";
	display: block;
	clear: both;
 }

.about-browser-cmn-sp{
	display:none;
}

.about-browser-cmn-color{
	color:#db6557;
}

.about-browser-cmn-bold{
	font-weight: bold;
}

.about-browser-cmn-box{
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
	width: calc(100% - 80px);
}

.about-browser-cmn-headline01{
	position: relative;
	font: 600 23px "Noto Serif JP", serif;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
	padding-left:50px;
	padding-top:3px;
}

.about-browser-cmn-headline01::before {
    position: absolute;
    content: "";
	background-size:100% auto;
    height: 40px;
    width: 40px;
    left: 0;
    top: 0;

}

.about-browser-cmn-headline01._line::before{
    background: url(../img/about_browser/ico-line.svg) center center no-repeat;
}


.about-browser-cmn-headline01._insta::before{
    background: url(../img/about_browser/ico-btn-ist.svg) center center no-repeat;
}

.about-browser-cmn-headline02{
	position: relative;
	font: 600 25px "Noto Serif JP", serif;
	letter-spacing: 0.1em;
	padding-bottom: 16px;
	border-bottom: 2px solid #9b9b9b;
	margin-bottom: 40px;
}

.about-browser-cmn-headline02::after {
    position: absolute;
    content: "";
    background: #db6557;
    height: 2px;
    width: 5%;
    left: 0;
    bottom: -2px;

}



.about-browser-cmn-headline03{
	font: 600 20px "Noto Serif JP", serif;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
	color:#db6557;
	position: relative;
}


@media screen and (max-width: 767px) {

	.about-browser-cmn-headline01{
		font-size: 18px;
		margin-bottom: 10px;
		padding-left:35px;
		padding-top:0;
	}

	
	.about-browser-cmn-headline01::before {
		height: 25px;
		width: 25px;
		top:2px;
	}

	.about-browser-cmn-headline02{
	font-size:19px;
	margin-bottom: 25px;
	letter-spacing: 0.05em;
	padding-bottom: 5px;
	border-bottom: 1px solid #9b9b9b;
	margin-bottom: 15px;
}


.about-browser-cmn-headline02::after {
	width: 8%;
			height: 1px;
			bottom: -1px;
		}


		
.about-browser-cmn-headline03{
	font-size: 17px;
}

.about-browser-cmn-box{
	max-width:auto;
	width: 92%;
}
	
	.about-browser-cmn-pc{
		display:none;
	}

	.about-browser-cmn-sp{
		display:block;
	}
	
	}

/*========================================
about-browser-lead
=========================================*/

.about-browser-lead{
	margin-bottom: 60px;
}
.about-browser-lead .about-browser-cmn-box{
	max-width: 1000px;
}

.about-browser-lead_text01{
	line-height:2;
}

.about-browser-lead_text01 p+p{
	margin-top:20px;

}

.about-browser-lead_list{
	margin-top:20px !important;
	margin-bottom:20px !important;


}


.about-browser-lead_list li{
	padding-left:1em !important;
	position:relative;
}

.about-browser-lead_list li::before{
	content:"";
	position:absolute;
	left:5px;
	top:12px;
	display:block;
	width:5px;
	height:5px;
	border-radius:100%;
	background:#db6557;
}


.about-browser-lead_image01{
	max-width:300px;
	margin-top:10px;
}


@media screen and (max-width: 767px) {

	.about-browser-lead_text01{
		font-size:16px;
		line-height:1.8;
	}

	.about-browser-lead_image01{
		max-width:350px;
		margin:0 auto;
	}

	.about-browser-lead{
		margin-bottom: 40px;
	}

	.about-browser-lead_list li::before{

		top:10px;
	}
}


/*========================================
about-browser-anchor
=========================================*/


.about-browser-anchor{
	margin-bottom:150px;
}

.about-browser-anchor .about-browser-cmn-box{
	max-width:800px;
}


.about-browser-anchor_link li{
	width:48%;
}

.about-browser-anchor_link li:nth-child(odd){
	float:left;
	clear: both;
}

.about-browser-anchor_link li:nth-child(even){
	float:right;
}

.about-browser-anchor_link li a{
	display: block;
	position: relative;
	border: 1px solid #db6557;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	padding:25px 10px 30px;
	border-radius:10px;
	-webkit-transition: background-color 0.3s , color 0.3s;
	-o-transition: background-color 0.3s , color 0.3s;
	transition: background-color 0.3s , color 0.3s;
}

.about-browser-anchor_link li a::before{
	content: "";
	position: absolute;
	bottom: 13px;
	left: 50%;
	width: 10px;
	height: 10px;
	border-top: 2px solid #db6557;
	border-right: 2px solid #db6557;
	-webkit-transform: translateX(-50%) rotate(135deg);
	-ms-transform: translateX(-50%) rotate(135deg);
	transform: translateX(-50%) rotate(135deg);
	-webkit-transition: border-color 0.3s, bottom 0.3s;
	-o-transition: border-color 0.3s, bottom 0.3s;
	transition: border-color 0.3s, bottom 0.3s;
}




.about-browser-anchor_link+.about-browser-cmn-headline01{
	margin-top:40px;
}

@media screen and (min-width: 768px) {


	.about-browser-anchor_link li a:hover::before{
		border-top-color: #fff;
		border-right-color: #fff;
		bottom: 10px;
	}
	
	
	.about-browser-anchor_link li a:hover{
		background:  #db6557;
		color:#fff;
	}
	
}

@media screen and (max-width: 767px) {
	
	.about-browser-anchor{
		margin-bottom:40px;
	}
	.about-browser-anchor_link li a{
		font-size: 16px;
		padding:10px 5px 25px;
	}

	.about-browser-anchor_link li a::before{
		width: 8px;
		height: 8px;
	}
	.about-browser-anchor_link+.about-browser-cmn-headline01{
		margin-top:30px;
	}
	
}

@media screen and (max-width: 400px) {
	.about-browser-anchor_link li a{
		font-size: 13px;
	}
}


/*========================================
about-browser-flow
=========================================*/

.about-browser-flow_wrap{
	position: relative;
}

.about-browser-flow_wrap::before{
	content: "";
	display: block;
	position:absolute;
	background:#ddd;
	width:1px;
	height:100%;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
}

.about-browser-flow-child{
	width:46%;
}

.about-browser-flow_left{
	float: left;
}

.about-browser-flow_right{
	float: right;
}

.about-browser-flow_list,
.about-browser-flow_list li{
	list-style: none !important;
}

.about-browser-flow_list{
	margin:0 auto !important;
}


.about-browser-flow_list li{
	width:45%;
	position: relative;
}

.about-browser-flow_list li:nth-child(odd){
	float: left;
	clear: both;

}

.about-browser-flow_list li:nth-child(odd)::before{
	content: "";
	display: block;
	position: absolute;
	right:-15%;
	top:200px;
	width:8%;
	height: 50px;
	background: url(../img/about_browser/flow_arrow01.png) center center no-repeat;
	background-size: 100% 100%;
}

.about-browser-flow_list li:nth-child(even){
	float: right;

}


.about-browser-flow_list_image01{
	text-align: center;
}

.about-browser-flow_list_image01 img{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.about-browser-flow_list_desc01{
	padding-top:20px;
	line-height:1.6;
}


.about-browser-flow_wrap+.about-browser-cmn-headline02{
	margin-top:80px;
}


@media screen and (max-width: 900px) {
	.about-browser-flow-child{
		width:auto;
	}
	
	.about-browser-flow_left{
		float: none;
	}
	
	.about-browser-flow_right{
		float: none;
	}
	
	.about-browser-flow-child+.about-browser-flow-child{
		margin-top:40px;
	}

	.about-browser-flow_list li:nth-child(odd)::before{
		top:40%;
	}
	
	.about-browser-flow_wrap::before{
		content: none;
	}
		
	}



	@media screen and (max-width: 767px) {
		.about-browser-flow_list_desc01{
			padding-top:10px;
			font-size:14px;
		}
	}