/*2022 新テンプレ調整*/
/* ========== Link ========== */
.main .parsys a:link    { color: #004386; text-decoration: none; }
.main .parsys a:visited { color: #004386; text-decoration: none; }
.main .parsys a:hover   { color: #004386; text-decoration: none; }
.main .parsys a:active  { color: #004386; text-decoration: none; }
.main .parsys a{
color: #0A357F;
transition: all 0.4s ease;
}
.main .parsys a:hover{
opacity: .5;
transition: all 0.4s ease;
}

/* ========== Link ========== 
.parsys a:link    { color: #004386; text-decoration: none; }
.parsys a:visited { color: #004386; text-decoration: none; }
.parsys a:hover   { color: #004386; text-decoration: none; }
.parsys a:active  { color: #004386; text-decoration: none; }
.parsys a{
color: #0A357F;
transition: all 0.4s ease;
}
.parsys a:hover{
opacity: .5;
transition: all 0.4s ease;
}
*/










/* ========== Base Styles ========== */
/* margin */
.parsys .mgt5 {margin-top: 5px  !important;}
.parsys .mgt10 {margin-top:10px !important;}
.parsys .mgt15 {margin-top:15px !important;}
.parsys .mgt20 {margin-top:20px !important;}
.parsys .mgt25 {margin-top:25px !important;}
.parsys .mgt30 {margin-top:30px !important;}
.parsys .mgt35 {margin-top:35px !important;}
.parsys .mgt40 {margin-top:40px !important;}
.parsys .mgt45 {margin-top:45px !important;}
.parsys .mgt50 {margin-top:50px !important;}
.parsys .mgt55 {margin-top:55px !important;}
.parsys .mgt60 {margin-top:60px !important;}
.parsys .mgt70 {margin-top:70px !important;}
.parsys .mgt80 {margin-top:80px !important;}
.parsys .mgt90 {margin-top:90px !important;}

/* padding */
.parsys .pdt5 {padding-top: 5px !important;}
.parsys .pdt10{padding-top:10px !important;}
.parsys .pdt15{padding-top:15px !important;}
.parsys .pdt20{padding-top:20px !important;}
.parsys .pdt25{padding-top:25px !important;}
.parsys .pdt30{padding-top:30px !important;}

/* padding box */
.parsys .pd10 {padding: 10px !important;}
.parsys .pd20 {padding: 20px !important;}
.parsys .pd30 {padding: 30px !important;}
.parsys .pd40 {padding: 40px !important;}
.parsys .pd50 {padding: 50px !important;}


/* float */
.parsys .floatL{ float: left; }
.parsys .floatR{ float: right; }

/* text */
.parsys .alL{ text-align: left !important; }
.parsys .alC{ text-align: center !important; }
.parsys .alR{ text-align: right !important; }

.parsys .vaT{ vertical-align: top; }
.parsys .vaM{ vertical-align: middle; }
.parsys .vaB{ vertical-align: bottom; }

.parsys .fs12{
font-size: 12px;
}
.parsys .fs14{
font-size: 14px;
}
.parsys .fs18{
font-size: 18px;
}
.parsys .fs20{
font-size: 18px;
}

.parsys .bold{
font-weight: bold;
}

.parsys section .txt_orange01 {
color: #ED7836;
}
.parsys section .txt_blue01 {
color: #0A357F;
}
.parsys section .txt_green01 {
color: #70B543;
}


/* ========== Clear ========== */


/* For modern browsers */
.parsys .cf:before,
.parsys .cf:after {
content:"";
display:table;
} 
.parsys .cf:after {
clear:both;
} 
/* For IE 6/7 (trigger hasLayout) */
.parsys .cf { zoom:1;}



/* ========== List ========== */

.parsys ul {
list-style:none;
padding: 0;
margin: 0;
}
.parsys .comList01 li {
margin-left:  1em;
text-indent: -1em;
}
.parsys .comList02 dl{
display: table;
width: 100%;
margin-bottom: 10px;
}
.parsys .comList02 dt ,
.parsys .comList02 dd {
display: table-cell;
vertical-align: top;
text-align: left;
line-height: 1.5;
}
.parsys .comList02 dt {
width: 2em;
}
.parsys ul.lsdisc_hq {
list-style: disc;
margin: 1em 0 1em 1.5em;
}
.parsys ul.lsdisc_hq > li {
    margin-bottom: 0.5em;
}


/* ========== common ========== */
.tabLayout.tabItemWrapper div {
    line-height: 1.5;
}
.tabNavigation_contents p{
margin: 0;
}
.parsys .video{
margin:60px auto 0;
}
.parsys .video .cont_tits01{
text-align: center;
}
.parsys .video .wrap{
position: relative;
width: 100%;
max-width: 512px;
margin: 40px auto 0;
}
.parsys .video .wrap a{
position: relative;
display: block;
}
.parsys .video .wrap a:before{
content: "";
display: block;
width: 0;
height: 0;
border-style: solid;
border-width: 20px 0 20px 40px;
border-color: transparent transparent transparent #fff;
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%) translateX(-50%);
z-index: 5;
}
.parsys .video .wrap + p{
max-width: 512px;
margin: 20px auto;
}

.parsys .video .wrap iframe {
position: absolute;
top: 0;
right: 0;
width: 100% !important;
height: 100% !important;
}
@media screen and (max-width: 768px) {
.parsys .video .wrap{
max-width: auto;
}
.parsys .video .wrap + p{
max-width: auto;
}
}
.parsys .the_inner {
margin: 10px auto;
max-width: 700px;
}

.parsys .btn_movie a {
display: block;
padding: 10px;
color: #004386;
background: #a0cbed;
border: solid 2px #ffd601;
text-align: center;
font-weight: bold;
border-radius: 6px;
width: 80%;
}


.parsys section{
margin-bottom: 70px;
}
.parsys section .cont_tit01{
padding-bottom: 10px;
margin-bottom: 35px;
border-bottom: 3px solid  #0A327F ;
}
.parsys section .cont_tit01 h3{
font-size: 24px;
font-weight: bold;
margin: 0;
}
.parsys section .cont_tit01 h3 .sml01{
font-size: 16px;
}

.parsys section .cont_tits01 {
font-size: 18px;
font-weight: bold;
margin-bottom: 10px;
}
.parsys section .cont_tits01_fsL {
font-size: 24px;
font-weight: bold;
margin-top: 60px;
margin-bottom: 20px;
}
.parsys section .cont_tits01.band {
padding: 5px;
margin-top: 40px;
background-color: #E0E6EF;
}

.parsys section .cont_tits02 {
font-size: 16px;
font-weight: bold;
}

.parsys section .borderBox01 {
border: 1px solid #CCCCCC;
padding: 20px;
}
.parsys section .borderBox02{
padding: 10px;
border: 2px solid #BBCBDD;
border-radius: 15px;
box-sizing: border-box;
}

.parsys section .picBox01 {
width: 700px;
margin: auto;
}
.parsys section p + .picBox01 {
margin-top: 40px;
}
.parsys section .picBox01 .item_half {
width: 50%;
float: left;
position: relative;
}


@media screen and (max-width: 768px) {
.parsys section .picBox01{
width: 100%;
text-align: center;
}

.parsys section img{
width: 100%;
}
.parsys section img.sizeM{
width: 65%;
}
.parsys section img.sizeS{
width: 25%;
}

}

.parsys section [class^="wrap_half"] {
margin-top: 35px;
}
.parsys section .cont_tits01 + [class^="wrap_half"] {
margin-top: 0;
}

.parsys section .link_btn01 a{
display: block;
background: #F7F7F7;
padding: 10px;
text-align: center;
color: #0A357F;
font-size: 14px;
font-weight: bold;
}
.parsys section .link_btn01 a:hover{
background: #0A357F;
color: #F7F7F7;
opacity: 1;
}


/*tabInPagePar1*/

.tabInPagePar1 .cont02 .wrap_half01 .txtBox01{
width: 550px;
float: left;
}
.tabInPagePar1 .cont02 .wrap_half01 .picBox01{
width: 260px;
float: right;
}
@media screen and (max-width: 768px) {
.tabInPagePar1 .cont02 .wrap_half01 .txtBox01,
.tabInPagePar1 .cont02 .wrap_half01 .picBox01{
width: auto;
float: none;
}
.tabInPagePar1 .cont02 .wrap_half01 .picBox01{
margin-top: 15px;
}
}

.tabInPagePar1 .troubleBox01{
background: #E0E6EF;
padding: 20px;
margin-top: 30px;
margin-bottom: 50px;
}
.tabInPagePar1 .troubleBox01:last-child{
margin-bottom: 0;
}
.tabInPagePar1 .troubleBox01 .cont_tits02{
text-align: center;
margin: 0 0 15px;
}
.tabInPagePar1 .troubleBox01 .box01{
width: 300px;
}
.tabInPagePar1 .troubleBox01 .box01 li{
padding: 14px;
background-color: #fff;
border-radius: 6px;
margin-bottom: 10px;
font-size: 14px;
font-weight: bold;
}
.tabInPagePar1 .troubleBox01 .box01 li:last-of-type{
margin-bottom: 0;
}
.tabInPagePar1 .troubleBox01 > .cf{
position: relative;
}
.tabInPagePar1 .troubleBox01 .iconBox{
display: inline-block;
width: 200px;
    position: absolute;
    left: 0;
    margin: auto;
    right: 0;
}
.tabInPagePar1 .troubleBox01 .iconBox.num01 li:nth-child(1){
padding: 20px 0 0 20px;
}
.tabInPagePar1 .troubleBox01 .iconBox.num01 li:nth-child(2){
padding: 0 10px 0 0;
text-align: right;
}
.tabInPagePar1 .troubleBox01 .iconBox.num02 li:nth-child(1){
padding: 40px 0 0 25px;
}
.tabInPagePar1 .troubleBox01 .iconBox.num02 li:nth-child(2){
padding: 30px 20px 0 0;
text-align: right;
}
@media screen and (max-width: 768px) {
.tabInPagePar1 .troubleBox01 .box01{
width: auto ;
float: none;
}
.tabInPagePar1 .troubleBox01 .box01 ul{
margin-bottom: 10px;
}
.tabInPagePar1 .troubleBox01 .box01 li{
padding: 10px;
}
.tabInPagePar1 .troubleBox01 .iconBox{
display: none;
}
}

.tabInPagePar1 .pointBox01 {
margin-top: 30px;
}
.tabInPagePar1 .pointBox01 .tits01{
font-size: 18px;
text-align: center;
color: #fff;
font-weight: bold;
padding: 5px 10px;
background: #475768;
border-radius: 100px;
}
.tabInPagePar1 .pointBox01 .item{
margin-top: 25px;
display: table;
width: 100%;
}
.tabInPagePar1 .pointBox01 .item li{
width: 260px;
display: table-cell;
padding: 0 14px;
border-right: 1px solid #475768;
box-sizing: border-box;
}
.tabInPagePar1 .pointBox01 .item li:first-child{
padding-left: 0;
}
.tabInPagePar1 .pointBox01 .item li:last-child{
padding-right: 0;
border-right: 0;
}
@media screen and (max-width: 768px) {
.tabInPagePar1 .pointBox01 .item li{
width: auto;
display: block;
padding:25px 0;
border-right:0;
border-bottom: 1px solid #475768;
box-sizing: border-box;
}
.tabInPagePar1 .pointBox01 .item li:first-child{
padding-top: 0;
}
}

.tabInPagePar1 .pointBox01 .item li .cont_tits02{
margin: 10px 0;
}

.tabInPagePar1 .pointBox01 .item li .link_btn01{
margin: 10px 0 0;
}

.tabInPagePar1 .cont03 .picBox01 .item_half a{
display: block;
width: 90%;
height: 70px;
position: absolute;
bottom: 23px;
left: 12px;
right: auto;
margin: auto;
background: rgba(255,255,255,0.0);
}
.tabInPagePar1 .cont03 .picBox01 .item_half:nth-child(2) a{
left: auto;
right: 12px;
}
.tabInPagePar1 .cont03 .picBox01 .item_half a:hover{
background: rgba(255,255,255,0.8);
}
@media screen and (max-width: 768px) {
.tabInPagePar1 .cont03 .picBox01 .item_half a{
width: 90%;
height: 17%;
position: absolute;
left: 3%;
bottom: 4%;
}
.tabInPagePar1 .cont03 .picBox01 .item_half:nth-child(2) a{
right: 3%;
}
}

.tabInPagePar1 .cont04 .wrap_half01 .txtBox01{
width: 700px;
float: right;
}
.tabInPagePar1 .cont04 .wrap_half01 .picBox01{
width: 120px;
float: left;
}
.tabInPagePar1 .cont05 ul {
list-style: disc;
margin-left: 20px;
margin-top: 10px;
}
.tabInPagePar1 .cont05 ul li {
margin-top: 5px;
}
@media screen and (max-width: 768px) {
.tabInPagePar1 .cont04 .wrap_half01 .txtBox01,
.tabInPagePar1 .cont04 .wrap_half01 .picBox01{
width: auto;
float: none;
}
.tabInPagePar1 .cont04 .wrap_half01 .txtBox01{
margin-top: 15px;
}
}

.tabInPagePar1 .cont04 .wrap_half02 .txtBox01{
width: 680px;
float: left;
}
.tabInPagePar1 .cont04 .wrap_half02 .picBox01{
width: 140px;
float: right;
}
@media screen and (max-width: 768px) {
.tabInPagePar1 .cont04 .wrap_half02 .txtBox01,
.tabInPagePar1 .cont04 .wrap_half02 .picBox01{
width: auto;
float: none;
}
.tabInPagePar1 .cont04 .wrap_half02 .picBox01{
margin-top: 15px;
}
}


/*tab02*/

.tabInPagePar2 .cont01 .audioFunction{
margin-top: 40px;
margin-bottom: 100px;
}
.tabInPagePar2 .cont01 .audioFunction .box01{
width: 410px;
float: left;
}
.tabInPagePar2 .cont01 .audioFunction .box01:nth-child(2){
float: right;
}
.tabInPagePar2 .cont01 .audioFunction .box01 .tits{
background: #475768;
padding: 10px;
text-align: center;
color: #fff;
font-size: 18px;
}
.tabInPagePar2 .cont01 .audioFunction .box01 .inner{
padding: 20px 10px;
border:2px solid #BBCBDD;
border-top: 0;
box-sizing: border-box;
}
.tabInPagePar2 .cont01 .audioFunction .box01 .inner dl {
width: 100%;
display: table;
margin-bottom: 20px;
}
.tabInPagePar2 .cont01 .audioFunction .box01 .inner dl:last-of-type {
margin-bottom: 0;
}

.tabInPagePar2 .cont01 .audioFunction .box01 .inner dl dt,
.tabInPagePar2 .cont01 .audioFunction .box01 .inner dl dd{
display: table-cell;
vertical-align: middle;
}
.tabInPagePar2 .cont01 .audioFunction .box01 .inner dl dd{
padding-left: 15px;
}
@media screen and (max-width: 768px) {
.tabInPagePar2 .cont01 .audioFunction .box01{
width: 100%;
float: none;
}
.tabInPagePar2 .cont01 .audioFunction .box01:nth-child(2){
float: none;
margin-top: 20px;
}
.tabInPagePar2 .cont01 .audioFunction .box01 .inner dl dt {
width: 60px;
}
}

.tabInPagePar2 .cont01 .merit_part2 {
width: 720px;
margin: 40px auto 0;
}

.tabInPagePar2 .cont01 .merit_part2 .box01 {
width: 700px;
margin: auto;
padding-bottom: 20px;
background: url(../img/com_arrow_l01.png) no-repeat center bottom;
}

.tabInPagePar2 .cont01 .merit_part2 .box01>.tblBox01{
display: table;
width: 100%;
}
.tabInPagePar2 .cont01 .merit_part2 .box01>.tblBox01 li{
display:table-cell;
padding: 0 15px;
vertical-align: top;
text-align: center;
}
.tabInPagePar2 .cont01 .merit_part2 .box01>.tblBox01 li p{
font-size: 14px;
color: #475768;
font-weight: bold;
}

.tabInPagePar2 .cont01 .merit_part2 .box02 {
margin-top: 20px;
}
.tabInPagePar2 .cont01 .merit_part2 .box02 .tits01 {
font-size: 20px;
font-weight: bold;
color: #0A357F;
text-align: center;
}
.tabInPagePar2 .cont01 .merit_part2 .box02 .wrap_half01 {
background: #E0E6EF;
border-radius: 6px;
padding: 15px;
}
.tabInPagePar2 .cont01 .merit_part2 .box02 .wrap_half01 .txtBox01 {
float: left;
width: 550px;
}
.tabInPagePar2 .cont01 .merit_part2 .box02 .wrap_half01 .txtBox01 .tblBox01 {
display: table;
width: 100%;
}
.tabInPagePar2 .cont01 .merit_part2 .box02 .wrap_half01 .txtBox01 .tblBox01 li {
display: table-cell;
width: 152px;
padding: 0 15px;
border-right: 1px solid #fff;
}
.tabInPagePar2 .cont01 .merit_part2 .box02 .wrap_half01 .txtBox01 .tblBox01 li:first-child {
padding-left: 0;
}
.tabInPagePar2 .cont01 .merit_part2 .box02 .wrap_half01 .txtBox01 .tblBox01 li:last-child {
padding-right: 0;
border-right: 0;
}


.tabInPagePar2 .cont01 .merit_part2 .box02 .wrap_half01 .txtBox01 .tblBox01 li .tits02{
border-radius: 3px;
background: #ED7836;
padding: 5px;
margin-bottom: 10px;
color: #fff;
font-weight: bold;
text-align: center;
}
.tabInPagePar2 .cont01 .merit_part2 .box02 .wrap_half01 .txtBox01 li .tits02+p{
color: #475768;
font-size: 14px;
}

.tabInPagePar2 .cont01 .merit_part2 .box02 .wrap_half01 .picBox01 {
float: right;
width: 112px;
}
@media screen and (max-width: 768px) {

.tabInPagePar2 .cont01 .merit_part2{
width: auto;
}
.tabInPagePar2 .cont01 .merit_part2 .box01{
width: auto;
}
.tabInPagePar2 .cont01 .merit_part2 .box01>.tblBox01{
display: block;
}
.tabInPagePar2 .cont01 .merit_part2 .box01>.tblBox01 li{
display: inline-block;
padding: 0 10px 20px;
width: 49%;
box-sizing: border-box;
}
.tabInPagePar2 .cont01 .merit_part2 .box02 .wrap_half01 .txtBox01,
.tabInPagePar2 .cont01 .merit_part2 .box02 .wrap_half01 .picBox01{
width: auto;
float: none;
}
.tabInPagePar2 .cont01 .merit_part2 .box02 .wrap_half01 .txtBox01 .tblBox01 {
display: block;
}
.tabInPagePar2 .cont01 .merit_part2 .box02 .wrap_half01 .txtBox01 .tblBox01 li {
display: block;
width: auto;
padding: 15px 0;
border-bottom: 1px solid #fff;
border-right: 0;
}
.tabInPagePar2 .cont01 .merit_part2 .box02 .wrap_half01 .txtBox01 .tblBox01 li:last-child{
border-bottom: 0;
}
.tabInPagePar2 .cont01 .merit_part2 .box02 .wrap_half01 .picBox01{
margin-top: 20px;
}
}

.tabInPagePar2 .cont02 .wrap_half01 .txtBox01{
width: 700px;
float: right;
}
.tabInPagePar2 .cont02 .wrap_half01 .picBox01{
width: 120px;
float: left;
}

@media screen and (max-width: 768px) {
.tabInPagePar2 .cont02 .wrap_half01 .txtBox01,
.tabInPagePar2 .cont02 .wrap_half01 .picBox01{
width: auto;
float: none;
}
.tabInPagePar2 .cont02 .wrap_half01 .picBox01{
margin-top: 15px;
}
}

.tabInPagePar2 .cont02 .hubFunction {
width: 755px;
margin: 85px auto 0;
}
.tabInPagePar2 .cont02 .hubFunction .flow01 .box01{
text-align: center;
}
.tabInPagePar2 .cont02 .hubFunction .flow01 .box01 .picBox01{
margin-bottom: 15px;
}
.tabInPagePar2 .cont02 .hubFunction .flow01 .box01 p + .picBox01 {
margin-top: 15px;
}

.tabInPagePar2 .cont02 .hubFunction .flow01 .box01:after{
content: "";
display: block;
width: 100%;
height: 21px;
margin: 20px auto;
background: url(../img/com_arrow_s01.png) no-repeat center;
background-size: auto;
}
.tabInPagePar2 .cont02 .hubFunction .flow01 .box01:last-child:after{
display: none;
}
.tabInPagePar2 .cont02 .hubFunction .borderBox02{
width: 700px;
margin: 20px auto 0;
text-align: center;
}
@media screen and (max-width: 768px) {
.tabInPagePar2 .cont02 .hubFunction {
width: auto;
}
}

/*tab3*/
.tabInPagePar3 .cont01 .wrap_half01 .txtBox01{
width: 550px;
float: left;
margin-top: 20px;
}
.tabInPagePar3 .cont01 .wrap_half01 .picBox01{
width: 260px;
float: right;
}
@media screen and (max-width: 768px) {
.tabInPagePar3 .cont01 .wrap_half01 .txtBox01,
.tabInPagePar3 .cont01 .wrap_half01 .picBox01{
width: auto;
float: none;
}
.tabInPagePar3 .cont01 .wrap_half01 .picBox01{
margin-top: 20px;
}
.tabInPagePar3 .cont01 .wrap_half01 .picBox01{
margin-top: 15px;
}
}

.tabInPagePar3 .cont01 .tblBox01{
margin-top: 30px;
}
.tabInPagePar3 .cont01 .tblBox01 li {
display: table-cell;
padding: 0 15px;
line-height: 1;
}
.tabInPagePar3 .cont01 .tblBox01 li:first-child {
padding-left: 0;
}
.tabInPagePar3 .cont01 .tblBox01 li:last-child {
padding-right: 0;
}
.tabInPagePar3 .cont01 .tblBox01 li .tits01{
border-radius: 6px;
background: #70B543;
padding: 5px;
margin-top: 10px;
font-size: 18px;
color: #fff;
font-weight: bold;
text-align: center;
}
@media screen and (max-width: 768px) {
.tabInPagePar3 .cont01 .tblBox01{
margin-top: 10px;
}
.tabInPagePar3 .cont01 .tblBox01 li,
.tabInPagePar3 .cont01 .tblBox01 li:first-child,
.tabInPagePar3 .cont01 .tblBox01 li:last-child{
display: block;
padding: 10px 20px;
}
}

.tabInPagePar3 .cont01 .borderBox02{
margin-top: 20px;
padding: 30px;
}
.tabInPagePar3 .cont01 .borderBox02 .cont_tits02{
margin-top: 20px;
}
.tabInPagePar3 .cont01 .borderBox02 .cont_tits02:first-child{
margin-top: 0;
}

.tabInPagePar3 .cont01 .securityExample{
margin-top: 60px;
}
.tabInPagePar3 .cont01 .securityExample>ul li{
width: 260px;
padding: 20px;
border: 1px solid #8E919E;
box-sizing: border-box;
float: left;
margin-right: 30px;
}

.tabInPagePar3 .cont01 .securityExample>ul li:not(:target)  /* IE9以上 */
{
width: 259px\9;
}
@media all and (-ms-high-contrast: none){
.tabInPagePar3 .cont01 .securityExample>ul li{
width: 259px;/* IE10以上 */
  }
}
.tabInPagePar3 .cont01 .securityExample>ul li:last-child{
margin-right: 0;
}

.tabInPagePar3 .cont01 .securityExample>ul li .iconBox01{
text-align: center;
}
.tabInPagePar3 .cont01 .securityExample>ul li .iconBox01 p{
color: #70B543;
font-weight: bold;
margin-top: 5px;
}
.tabInPagePar3 .cont01 .securityExample>ul li .txtBox01{
margin-top: 10px;
font-size: 14px;
}
@media screen and (max-width: 768px) {
.tabInPagePar3 .cont01 .securityExample>ul li{
width: auto;
margin-top: 20px;
float: none;
margin-right: 0;
}
}


/*tab4*/
.tabInPagePar4 .wrap_half01 .txtBox01{
width: 600px;
float: right;
}
.tabInPagePar4 .wrap_half01 .picBox01{
width: 195px;
float: left;
}

@media screen and (max-width: 768px) {
.tabInPagePar4 .wrap_half01 .txtBox01,
.tabInPagePar4 .wrap_half01 .picBox01{
width: auto;
float: none;
}
.tabInPagePar4 .wrap_half01 .txtBox01{
margin-top: 15px;
}
}