
/*=========================================
 Layout
=========================================*/
body.layout_sp #container {
	max-width: 600px;
}
/*=========================================
 Style
=========================================*/

#pageTtl{
	display: none;
}
#contents,
#contentsMain{
	margin: 0;
	padding: 0;
	width: auto !important;
}
#contents h2,
#contents h2 span
{
	width: auto !important;
	background: none !important;
}

#mainPicArea {
	display: block !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	background: #fff !important;
}

#mainPicArea img {
	display: block !important;
	width: 100% !important;
	max-width:1200px !important;
	margin: 0 auto !important;
	padding: 0 !important;
}

h3{
	border: none !important;
	padding: 0;
}
div#head{
z-index: 50;
}
.flexBox{
	display: flex;
}
.fwrap{
	flex-wrap: wrap;
}
.dcolumn{
	flex-direction: column;
}
.sb{
	justify-content: space-between;
}
.jc{
	justify-content: center;
}
.ac{
	align-items: center;
}
.afs{
	align-items: flex-start;
}

#mainPicArea .sSP{
	display: none !important;
}

#mainPicArea .sPC{
	display: block !important;
}


.center{
	text-align: center;
}
.f12{
	font-size: 12px;
}
.f17{
	font-size: 17px !important;
}
.fMin80{
	font-size: 80% !important;
}
.fMin90{
	font-size: 90% !important;
}
.block{
	display: block;
}

.w1200{
	max-width: 1200px!important;
	margin: 0 auto 60px !important;
}

.w800{
	max-width: 800px!important;
	margin: 30px auto 30px !important;
}


.pic1{
	display: block !important;
	width: 96% !important;
	max-width: 400px !important;
	margin: 30px auto 30px !important;
}

.pic2{
	display: block !important;
	width: 96% !important;
	max-width: 800px !important;
	margin: 30px auto 30px !important;
}



.w970{
	max-width: 1050px;
	margin: 0 auto;
	padding: 0 40px;
}

.mT05em{
	margin-top:0.5em !important;
}
.mT1em{
	margin-top:1em !important;
}
.mT1hem{
	margin-top:1.5em !important;
}
.mT2em{
	margin-top: 2.2em !important;
}
.mT3hem{
	margin-top: 3.5em !important;
}

.mL1em{
	margin-left:1em !important;
}
.mL1hem{
	margin-left:1.5em !important;
}

.right{
	text-align:right;
}
.blueTxt{
	color: #4067A7;
}
.red{
	color: #f70404;
}
.normal{
	font-weight: normal;
}
.Anchor{
	height:0;
}

.toPDF {
	display: flex;
	margin-top: 0.5em;
	align-items: center;
	color: #333 !important;
}
.toPDF img {
	width: 20px;
	margin-right: 0.5em;
}

.btn a,
.btn.modalOpen span{
	display: block;
	font-size: 24px;
	font-weight: bold;
	color: #212121;
	text-align: center;
	text-decoration: none;
	padding: 1em;
	border: #306eb9 solid 2px;
	position: relative;
	transition: 0.2s;
	background: #fff;
	cursor: pointer;
}

.btn.sizeMin{
	width: fit-content;
}
.btn.sizeMin a{
	font-size: 14px;
	padding: 0.5em 1.5em 0.5em 0.5em;
}
.btn a:hover,
.btn.modalOpen span:hover{
	background: #BADFF5;
	opacity: 1 !important;
}
.btn a:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 1em;
	margin: auto;
	width: 0.5em;
	height: 0.5em;
	display: block;
	border-right: #306eb9 solid 2px;
	border-bottom: #306eb9 solid 2px;
	transform:rotate(-45deg);
}
.btn.blank a:before{
	background: url("/support/service/iss/common/images/icon_blank.svg") center center no-repeat;
	background-size: 100% auto;
	border: none;
	transform:rotate(0deg);
	width: 0.8em;
	height: 0.8em;
}
.btn.movie a:before{
	background: url("/support/service/iss/common/images/icon_movie.svg") center center no-repeat;
	background-size: 100% auto;
	border: none;
	transform:rotate(0deg);
	width: 1.3em;
	height: 1.3em;
}
.btn.pdf a{
	width:20em;
}
.flex3Content .btn.pdf a{
	width:auto;
}
.btn.pdf a:before{
	background: url("/support/service/iss/common/images/icon_pdf.png") center center no-repeat;
	background-size: 100% auto;
	border: none;
	transform:rotate(0deg);
	width: 1em;
	height: 1.3em;
}
.btn.modalOpen span:before{
	content: "";
	background: url("/support/service/iss/common/images/icon_modal.svg") center top no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 1em;
	margin: auto;
	width: 1.2em;
	height: 1.2em;
	display: block;
}

.btn.arrowNone a:before{
	display: none;
}

.btn.excel a:before {
	background: url("/support/service/iss/common/images/icon_excel_blue.png") center center no-repeat;
	background-size: 100% auto;
	border: none;
	transform: rotate(0deg);
	width: 1em;
	height: 1.3em;
}
.btn.word a:before {
	background: url("/support/service/iss/common/images/icon_word_blue.png") center center no-repeat;
	background-size: 100% auto;
	border: none;
	transform: rotate(0deg);
	width: 1em;
	height: 1.3em;

}


.btn02 a{
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-decoration: none;
	padding: 0.5em;
	position: relative;
	background: #4067A7;
}
.btn02 a:hover{
	opacity: 0.7;
}

.btn03 a{
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-decoration: none;
	padding: 1em;
	position: relative;
	transition: 0.2s;
	background: #ED9732;
	border-radius: 50px;
}

.btn04 a{
	display: block;
	font-size: 24px;
	font-weight: bold;
	color: #000;
	text-align: center;
	text-decoration: none;
	padding: 1em 1.5em;
	position: relative;
	transition: 0.2s;
	background: #fff;
	border:solid #4367a1 3px;
	border-radius: 50px;
	width:50%;
	margin:3em auto;
}

.btn04 a:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 1em;
	margin: auto;
	width: 0.5em;
	height: 0.5em;
	display: block;
	border-right: #4367a1 solid 2px;
	border-bottom: #4367a1 solid 2px;
	transform:rotate(-45deg);
}


.btn04 a[href$=".pdf"]::after{
content:'';
display:inline-block;
width:26px;
height:32px;
background-position:center center;
background-size:100% 100%;background-repeat:no-repeat;vertical-align:middle;margin-left:6px;
}

.btn04 a[href$=".pdf"]::after{
background-image:url("/support/service/iss/posa/lcd/images/icon_pdf.png");
}


.btn04 a:hover{
	opacity: 0.7;
	color: #4367a1;
}

.check_area {
	display:flex;
	align-items: flex-start;
	margin:15px 0;
}

.check_area div {
	display:block;
	margin:0 1%;
}

.check_area img{
	display:block;
	width: 100%;
	margin:5px 0;
}

@media screen and (max-width:768px){


.check_area {
	display:block;
	margin:15px 0;
}

.check_area img{
	display:block;
	width: 100%;
	margin:5px auto;
}

.check_area img.hd{
	display:block;
	width: 60%;
	margin:5px auto;
}


}

#ISSrenewalStart *{
	box-sizing: border-box;
}
#ISSrenewalStart p,
#modalContent p{
	margin-bottom: 0 !important;
}
#ISSrenewalStart a:hover{
    opacity: 0.5;
}


#ISSService1Search{
	background: #4067A7;
}

#ISSService1SearchIn{
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	padding: 2.5em 40px;

}
#ISSService1SearchIn .L{
	max-width: 450px;
}
#ISSService1SearchIn .L .title{
	font-weight: bold;
	font-size: 30px;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
}
#ISSService1SearchIn .L .title img{
	width: 35px;
	margin-right: 0.5em;
}
#ISSService1SearchIn .L .txt{
	text-align: center;
	margin-top: 1em;
	font-size: 16px;
	line-height: 2em;
}
#ISSService1SearchIn .btnLink{
	max-width: 450px;
	margin-left: 5em;
}
#ISSService1SearchIn .btnLink a{
	display: block;
	color: #4067A7;
	font-size: 16px;
	font-weight: bold;
	border: #4067A7 solid 2px;
	background: #fff;
	text-decoration: none;
	padding:1.5em 3em;
	text-align:center;

}
#ISSService1SearchIn .btnLink a:hover{
	opacity: 0.7;
}
#ISSService1SearchIn .btnLink a span{
	position: relative;
	padding-right: 1em;
}
#ISSService1SearchIn .btnLink a span:before{
	content: "";
	width: 0.7em;
	height: 0.7em;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	border-top: #4067A7 solid 3px;
	border-right: #4067A7 solid 3px;
	transform: rotate(45deg);
}


#ISSFooter{
	background: #4067A7;
	padding: 3em 0;
}
#ISSFooter #ISSFooterIn{
	display: flex;
	justify-content: space-between;
	max-width: 1200px;
	margin: 0 auto;
}
#ISSFooter .L{
	width: 40%;
	display: flex;
	justify-content: space-between;
}
#ISSFooter .L > div{
	width: 49%;
	background: #fff;
}
#ISSFooter .L > div .Lpdng{
	padding: 1.5em;
}
#ISSFooter .L > div .title{
	background: #343443;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	padding: 0.7em;
	text-align: center;
}
#ISSFooter .L > div .note{
	font-size: 12px;
	margin-bottom: 1em !important;
	display: block;
	text-decoration: none;
	color: #000;
}
#ISSFooter .L > div ul {
	margin-left: 1.2em;
}
#ISSFooter .L > div ul li{
	list-style: disc !important;
}
#ISSFooter .L > div ul li:nth-of-type(n+2){
	margin-top: 0.3em;
}
#ISSFooter .L > div ul li a{
	text-decoration: none;
	color: #000;
}

#ISSFooter .R{
	width: 57%;
	color: #fff;
	font-size: 14px;
	display: flex;
}
#ISSFooter .R > div:nth-of-type(n+2){
	margin-left: 2em;
}
#ISSFooter .R .title{
	font-weight: bold;
}
#ISSFooter .R .title.mT20{
	margin-top: 15px !important;
}
#ISSFooter .R .title a{
	color: #fff;
	text-decoration: none;
}
#ISSFooter .R .title a:hover{
	text-decoration: underline;
}
#ISSFooter .R ul{
	margin-top: 0.3em;
}
#ISSFooter .R ul li:nth-of-type(n+2){
	margin-top: 0.3em;
}
#ISSFooter .R ul li a{
	text-decoration: none;
	color: #fff;
}

#ISSFooter .L > div ul li a:hover,
#ISSFooter .R ul li a:hover{
	text-decoration: underline;
}


#loginFixed{
	position: fixed;
	top: 10em;
	right: 0;
	color: #fff;
	font-weight: bold;
	z-index: 10;
	box-shadow: 0 0 5px #fff;
}
.loginFixedIn{
	padding: 1.5em;
	background: #4067A7;
}
#loginFixed .flexBox{
	align-items: center;
	justify-content: center;
}
#loginFixed .flexBox .txt{
	line-height: 1.5em;
}
#loginFixed .flexBox .icon{
	margin-right: 1em;
}
#loginFixed a{
  color: #4067A7;
  display: block;
  background: #fff;
  text-align: center;
  text-decoration: navajowhite;
  font-weight: bold;
  font-size: 15px;
  padding: 0.3em 0;
}
#loginFixed .loginFixedIn .flexBox + a{
	margin-top:10px;
}
#loginFixed a:hover{
	opacity: 0.7;
}

#loginFixed .loginFixedIn:nth-of-type(n+2){
	margin-top:3px;
}

#loginFixed .loginFixedIn.search{
	padding: 0;
}
#loginFixed .loginFixedIn.search a{
	background: #343443;
	color: #fff;
	display: flex;
	align-items: center;
	padding: 0.5em 1em;
	justify-content: center;
	font-size: 14px;
}
#loginFixed .loginFixedIn.search a img{
	width:20px;
	margin-right: 0.5em;
}





/* SP スマホ用 */

.mobile .sSP{
	display: block;
}
.mobile .sPC{
	display: none;
}


.mobile #pagetop{
	bottom: 51px;
}

.mobile .btn a{
	font-size: 14px;
	line-height: 1.3em;
}
.mobile .btn.sizeMin{
	width: 70%;
	margin: auto;
}
.mobile .btn.sizeMin a{
	font-size:12px;
}
.mobile .btn.pdf a{
	width:auto;
}
.mobile .btn03 a{
	font-size:16px;
}

.mobile .spmT1{
	margin-top:0.7em;
}

.mobile .mT05em{
	margin-top:0.5em !important;
}
.mobile .mT1em{
	margin-top:0.7em !important;
}
.mobile .mT1hem{
	margin-top:1.2em !important;
}
.mobile .mT2em{
	margin-top: 1.5em !important;
}
.mobile .mT3hem{
	margin-top: 2.5em !important;
}


.mobile #ISSrenewalStart *{
	line-height: 1.3em;
}

.mobile #ISSService1SearchIn{
	padding: 2em 15px;
	display: block;
}
.mobile #ISSService1SearchIn .L{
	max-width: none;
}
.mobile #ISSService1SearchIn .L .title{
	font-size: 22px;
}
.mobile #ISSService1SearchIn .L .txt {
	font-size: 14px;
	line-height: 1.5em;
}
.mobile #ISSService1SearchIn .btnLink{
	max-width: none;
	margin-top: 1em;
	margin-left: 0;
	margin-bottom: 0 !important;
}
.mobile #ISSService1SearchIn .btnLink a{
	padding: 1.5em 1em;
	font-size: 14px;
}
.mobile #ISSService1SearchIn .btnLink a span:before{
	width: 0.5em;
	height: 0.5em;
}


.mobile #ISSFooter {
	padding: 2em 10px;
	margin-top: 0;
}
.mobile #ISSFooter #ISSFooterIn{
	display: block;
}
.mobile #ISSFooter .L {
	width: auto;
}
.mobile #ISSFooter .L > div .Lpdng {
	padding: 1em;
}

.mobile #ISSFooter .L > div ul {
	font-size: 11px;
	line-height: 1.5em;
}
.mobile #ISSFooter .L > div .title{
	font-size: 14px;
	line-height: 1.3em;
}
.mobile #ISSFooter .L > div .title span{
	display: block;
}
.mobile #ISSFooter .L > div .note{
	line-height: 1.5em;
	font-size: 10px;
}

.mobile #ISSFooter .R {
	width: auto;
	margin-top: 1.5em;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: 14px;
	line-height: 1.3em;
}
.mobile #ISSFooter .R .RIn{
	width: 48%;
	margin-left: 0 !important;
}
.mobile #ISSFooter .R .RIn:nth-of-type(n+3){
	margin-top: 1.5em !important;
}
.mobile #ISSFooter .R .RIn:nth-of-type(3){
	width: auto;
}
.mobile #ISSFooter .R ul{
	font-size: 11px;
}
.mobile #ISSFooter .R .mT20 {
	margin-top: 12px !important;
}

.mobile .flexBox.spBlock {
	display: block;
}
.mobile .flexBox.spBlock .mL1em{
	margin-left:0 !important;
	margin-top:0.5em !important;
}
.mobile .flexBox.spBlock .mL1hem{
	margin-left:0 !important;
	margin-top:0.7em !important;
}


.mobile #loginFixed{
	top: auto;
	width: 100%;
	bottom: 0;
	box-shadow: none;
	display: flex;
	z-index: 10000;
}
.mobile #loginFixed .loginFixedIn{
	padding: 0.8em 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50%;
	position: relative;
}
.mobile #loginFixed .flexBox{
	margin-right: 1em ;
}
.mobile #loginFixed .flexBox .txt{
	margin-bottom: 0 !important;
	line-height: 1.3em;
}
.mobile #loginFixed .flexBox .icon{
	margin-bottom: 0 !important;
	width: 20px;
}
.mobile #loginFixed .loginFixedIn:nth-of-type(n+2){
	margin-top: 0 !important;
}

.mobile #loginFixed .loginFixedIn.login a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: none;
	opacity: 0;
}

.mobile #loginFixed .loginFixedIn.search a{
	width: 100%;
	height: 100%;
	padding: 0;
}
.mobile #loginFixed .loginFixedIn.search{
	padding: 0;
}









