@charset 'UTF-8';
* {
    box-sizing: border-box;
}
.j-osler-content{display: flex;flex-wrap: wrap;align-items: center;justify-content: flex-start;    flex-direction: row;align-items:center;}
.j-osler-content > * {
    min-width: 16%;
    flex-basis: calc(100% / 2 - 15px);
    background-color: #2b96cc;
    text-align: center;
    margin: 5px 5px 20px 5px!important;
    border-radius: 12px;
}

.j-osler-content a{
	display: block;
	
	font-weight: bold;
	font-size:1.2em;

	color:#ffffff!important;
	text-decoration: none!important;
	margin:1em;
}

.j-osler-content a > span {
	display: block;
	padding:1em;
	width:100%;
	height:100%;
	text-align:left;
}
.j-osler-content a:visited,.j-osler-content a:link{
	
	color:#ffffff!important;
	text-decoration: none!important;
}
.j-osler-content a:hover{
	color:#ffffff!important;
	text-decoration: none!important;
	background-color: #083770!important;
}
.arrow{
	position: relative;
	display: inline-block;
	padding: 0 0.5em;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
}
.arrow::before,
.arrow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.arrow-right::before{
	right: 12px;
	width: 12px;
	height: 12px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.j-osler-content-info {
	margin-top:60px;
}

.j-osler-content-info h2 {
	font-weight:bold;
	font-size: 1.6em;
	color: #083770;
	border-bottom:1px dotted #083770;
	margin-bottom:0.5em;
}

.j-osler-content-info iframe {
	width:100%;
	min-height:300px;
}
.j-osler-content-info-under iframe {
	width:100%;
	min-height:200px;
	border:1px solid #f8f2f2;
	padding:1em;
}

.contentsData__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contentsData__list .date {
    width: 120px;
    margin-bottom: 20px;
    padding: 0 10px 0 0;
    font-weight: normal;
    border-right: 1px solid #ccc;
    box-sizing: border-box;
}

.contentsData__list .title {
    width: calc(100% - 160px);
    padding: 0px;
    font-weight: normal;
    box-sizing: border-box;
}
.label-externalLink:before {
    pointer-events: none;
    font-family: "Font Awesome 5 Free";
    content: "\f35d";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    top: -3px;
    margin-left: 10px;
    color: #083770;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
}
.j-osler-content-info-under {
	display: block;
    position: relative;
    padding-top: 20px;
	margin-bottom:60px;
}

.j-osler-content-info-under h2 {
	font-weight:bold;
	font-size: 1.2em;
	color: #083770;
	border-bottom:1px dotted #083770;
	margin-bottom:0.5em;
	margin-top:2em;
	
	
}
.j-osler-content-info-under h2{
	margin-top:-120px;
	padding-top:140px;
	z-index: -99;
}
section#application{
	margin-top:-120px;
	padding-top:120px;
	z-index: -99;
}
.j-osler-content-info-under h2:before {
    content: "";
    display: block;
    height: 140px; /* 調整したい高さ（固定ヘッダーの高さ） */
    margin-top:-120px!important; /* heightと同じ分のネガティブマージン */
    visibility: hidden;
}

.j-osler-content-info-under h3 {
	
	font-size: 1.0em;
	
	color: #083770;
	margin-bottom:0.5em;
	margin-top:1em;
	display: inline-block;
	border-bottom:1px dotted #083770;
	font-weight:bolder;
}
.j-o-mail {
	display:block;
	padding:1em;
	border:1px solid #cccccc;
	background-color:#efefef;
	margin-bottom:1em;
}
.j-osler-content-info-under ul li {
	text-indent: -1em;
	padding-left:1em;
}
.j-osler-content-info-under .indent {
	text-indent: -2em;
	padding-left:2em;
	font-size:0.8em;
	float: unset;
	margin-top:1em;
}
.j-osler-content-info-under .indent-2 {
	text-indent: -1em;
	padding-left:1em;
	float: unset;
	padding:0 1em;
	margin:0;
}
.j-osler-content-info-under .indent-3 {
	text-indent: -2em;
	padding-left:2em;
	font-size:0.8em;
	float: unset;
	margin:0;
}
.j-osler-content-info-under .indent-4 {
	text-indent: -2em;
	padding-left:2em;
	font-size:1.0em;
	float: unset;
	margin:0;
}
.j-osler-content-info-under .step {
	padding:1em;
	border-left:10px solid #083770;
	margin:2em 1em;
}
.j-osler-content-info-under .step h4 {
	font-size:1.0em;
	font-weight: bold;
	display: inline-block;
	border-bottom:1px dotted #083770;
}
.j-osler-content-info-under .step h4:before {
	content: '▼';
}
.j-osler-content-info-under .step h4:last-child:before {
	content: '▶';
}
a.j-osler-login {
	margin:24px auto 36px auto;
	border-radius: 48px;
	background-color: #2b96cc;
	display: block;
	width:60%;
	padding:12px;
	z-index:99;
	position: relative;
}
a.j-osler-login div {
	color: #ffffff!important;
	text-align: center;
	font-weight: bold;
	font-size:1.6em;
	padding:0.25em;

}
a:hover.j-osler-login {
	
	background-color: #083770!important;
	text-decoration: none!important;
	
}
a.j-osler-login div:first-child {
	border-bottom:1px dotted #ffffff;
}


.inlink {display:block;margin:1em auto;}
#inlink-menu {margin-top:-120px;padding-top:120px;margin-bottom:120px;}
#inlink-menu > div {
	background-color: #f9f9f9;
	padding:1em;
	display: flex;
	flex-wrap: wrap;
	justify-content:flex-start;
}
#inlink-menu > div a.inlink {
	width:33%;
	margin:0.5em 0;
}
#inlink-menu > div.about-josler a.inlink
 {
	width:48%;
	margin:0.5em 0;
}
.menu-top {text-align:right;display:block;}

.inlink-menu + h2:before,
#inlink-menu + h2:before {
    content: "";
    display: block;
    height: 120px; /* 調整したい高さ（固定ヘッダーの高さ） */
    margin-top:-120px; /* heightと同じ分のネガティブマージン */
    visibility: hidden;
}

.accordion-area + h2 {
	margin-top: 0px;
    padding-top: 80px;
}
.manual + #inlink-menu  {
	margin-bottom:0px;
}
@media screen and (max-width: 767px) {
	.j-osler-content{display: block;}
	.j-osler-content > * {width:100%;}
	a.j-osler-login {
		
		width:100%;
		
	}
	#inlink-menu > div a.inlink {
		width:50%;
		margin:0.5em 0;
		font-size:0.85em;
	}
	#inlink-menu > div.about-josler a.inlink {
		width:100%;
		margin:0.5em 0;
		font-size:0.85em;
	}
	.inlink-menu-af {
		margin-bottom:10px!important;
	}
}

#about {
	margin-top:-120px;
	padding-top:120px;
}

a.j-o-back-top {
display:inline-block;
background-color: #2b96cc;
color:#ffffff!important;
font-size:1.0em;
font-weight:bold;
padding:1em;
text-align:center;
text-decoration: none!important;
margin:3em auto;
border-radius: 48px;
}

a.j-o-back-top::before{
	content:'← ';
}
a:hover.j-o-back-top {

	background-color: #083770!important;

	}
.faq-indent{
	text-indent: -1.2em;
	padding-left:1.2em;
}
.faq-indent-1{
	text-indent: -1em;
	padding-left:1em;
	display: block;
}
.faq-indent-2{
	text-indent: -2.5em;
	padding-left:2.5em;
	display: block;
}
.faq-indent-3{
	text-indent: -3em;
	padding-left:3em;
	display: block;
}


.j-osler-user {
	font-weight: bold;
    font-size: 1.2em;
    color: #083770;

    margin-bottom: 0.5em;
    margin-top: -120px;
	padding-top:160px;
}
.j-osler-user::before {
	content:'ー';
}

.strong {
	font-weight: bold;
}
.subCatTitle-js {
	border-bottom:1px dotted #cccccc;
margin-bottom:1em;
display: flex;
align-items: center;
padding-bottom:0.25em;
}
.subCatTitle-js span.new {
	display: block;
	padding:0.4em 0.5em;
	background-color: #b94346;
	color:#ffffff;
	font-size:0.65em;
	margin:0 0.8em 0em 0em;
	border-radius: 28px;
}
.subCatTitle-js + p {
	margin-top:1.5em!important;
}
.for-info-dc-h {
	margin:1em 0 0 0;
	font-size:1em;
	padding-left:0;
}
.for-info-dc {
	border:1px dotted #cccccc;
	padding:1em;
	margin:1em;
}
.for-info-dc-caution {
	padding:0 2em 2em ;
	font-size:0.85em;
}

.no-padding{
	padding:0!important;
}

.annotation{
	display: inline-block;
	text-indent: -3.6em;
	padding-left:3.6em;
	font-size:0.85em;
}

.underline-single {
  text-decoration: underline;
}

.underline-double {
  text-decoration: underline double;
}

.del {
  text-decoration: line-through;
}

.del-red {
  text-decoration: line-through;
  text-decoration-color: red;
}


.past-info {
	display: block;
	padding:2em;
	border-top:1px dotted #cccccc;
	border-bottom:1px dotted #cccccc;
	margin-top:3em;
	text-align: right;
}
.past-info a::before {
	content: '→';
	font-weight: bold;
}

.manual {
	display: block;
	margin-bottom:1em;
	border: 1px dotted #cccccc;
	padding:1em;
}
.manual > h2#manual,
.manual > h3.manual-j {
	font-size: 1.4em;
	font-weight: bold;
	color: #083770;
	margin-bottom:0.5em;
}
.manual > h3.manual-j {
	margin-top:0;
	display: block;
}
.manual .pdf-data {
display: flex;
}
.manual .pdf-data a {
	display: block;
font-weight: bold;
	color: #ffffff!important;
	border-radius: 12px;
	padding:0.5em 2em;
	text-decoration: none!important;
	margin:0 1em;
	}
.manual .pdf-data a:vlink {
color: #ffffff!important;
text-decoration: none!important;}
.manual .pdf-data a:first-child {background-color: #083770;margin-left:0;}
.manual .pdf-data a:nth-child(2),.manual .pdf-data a.specialist {background-color: #2b96cc;}
.manual .pdf-data a:hover {
	opacity: 0.6;
}

@media screen and (max-width: 767px) {
	.manual .pdf-data a {
		
		padding:0.5em 1em;
		font-size:0.85em;
		}
}
/*==================================================
アコーディオンのためのcss
===================================*/

/*アコーディオン全体*/
.accordion-area{
    list-style: none;
    width: 96%;
    max-width: 900px;
    margin:0 auto 0em auto;
}
.accordion-area-last {
	margin-bottom:20px;

}


.accordion-area li{
    margin: 10px 0;
}

.accordion-area section {
  border: 1px solid #ccc;
}

/*アコーディオンタイトル*/
.accordion-area .title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size:1em;
    padding: 3% 3% 3% 50px;
    transition: all .5s ease;
	display: block;
	width:100%;
	line-height: 1.6em;
	margin-bottom: 0em;
	margin-top:0em!important;
	
}

/*アイコンの＋と×*/
.accordion-area .title::before,
.accordion-area .title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #333;
    
}
.accordion-area .title::before{
    top:48%;
    left: 15px;
    transform: rotate(0deg);
    
}
.accordion-area .title::after{    
    top:48%;
    left: 15px;
    transform: rotate(90deg);

}
/*　closeというクラスがついたら形状変化　*/
.accordion-area .title.close::before{
  transform: rotate(45deg);
}

.accordion-area .title.close::after{
  transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.accordion-area .box {
    display: none;/*はじめは非表示*/

  /*margin:0 3% 3% 3%;
    padding: 3%;*/
	width:90%;
	margin:1em auto;
}

.accordion-area .box div.flexac {
	
	display:flex;
	width:100%;
}

