@charset "UTF-8";
@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap');

/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
/*font: inherit;*/
/*vertical-align: baseline;*/
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {

}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/* css reset end */


*{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
	word-wrap: break-word;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}
.clearfix:after {
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
body {
    font-family:'Noto Sans JP','メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	letter-spacing: 0.05em; color: #121212;
}
table , th , td{ 
	padding: 10px!important; border: 1px solid #ccc;
}
img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
    display: block;
    -webkit-backface-visibility: hidden;
}
a{ 
	text-decoration: none;
	transition: 0.3s;
}
a:hover{
    opacity: 0.5!important;
	cursor: pointer;
	transition: 0.5s;
}
a:visited{
/*    color: #000;*/
}
select {
	border-radius: 3px;
	padding: 5px;
	background-color: #123; color: #fff;
	border:solid 1px #000;
}
input {
	border-radius: 3px;
	border:solid 1px #ccc;
	padding: 5px;
}
.dots1{
	background-image: linear-gradient(to right, #aaa, #aaa 20%, rgba(0, 0, 0, 0) 11.11111%, rgba(0, 0, 0, 0) 100%);
    background-size: 3px 3px;
    height: 1px;
	width: 100%;
    margin: 60px 0;
}
.dots2{
	background-image: linear-gradient(to right, #aaa, #aaa 20%, rgba(0, 0, 0, 0) 11.11111%, rgba(0, 0, 0, 0) 100%);
    background-size: 3px 3px;
    height: 1px;
	width: 100%;
    margin: 0;
}
.dots3{
	background-image: linear-gradient(to right, #aaa, #aaa 20%, rgba(0, 0, 0, 0) 11.11111%, rgba(0, 0, 0, 0) 100%);
    background-size: 3px 3px;
    height: 1px;
	width: 100%;
    margin: 60px 0 0 0;
}
.dots4{
	background-image: linear-gradient(to right, #aaa, #aaa 20%, rgba(0, 0, 0, 0) 11.11111%, rgba(0, 0, 0, 0) 100%);
    background-size: 3px 3px;
    height: 1px;
	width: 100%;
    margin: 0 0 60px 0;
}




#TGT_header,#TGT_tab,#TGT_footer{
    width: 100%; height: auto;
}

#TGT_footer * {
    color: #000;
}

/* common *************************** */
.MT_100_050{ margin-top:    50px; }
.MT_060_030{ margin-top:    30px; }
.MT_040_020{ margin-top:    20px; }
.MT_030_015{ margin-top:    15px; }
.MT_020_010{ margin-top:    10px; }
.MT_010_005{ margin-top:     5px; }
.MB_100_050{ margin-bottom: 50px; }
.MB_060_030{ margin-bottom: 30px; }
.MB_040_020{ margin-bottom: 20px; }
.MB_030_015{ margin-bottom: 15px; }
.MB_020_010{ margin-bottom: 10px; }
.MB_010_005{ margin-bottom:  5px; }

.dummyBox{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 300px;
}
.dummyBox a , .dummyBox p{
    margin-bottom: 10px;
}
.linkBtnNone{
    opacity: 0.5;
}

/* header *************************** */
#parts_header{
    width: 100%;
    height: auto;
    display: block;
    background-color: #000;
    overflow: visible;
}
.hdr_fixedWrap{
    display: none;
}
#hdr_container{
    max-width: 1100px;
    height: auto;
    margin: 0 auto;
    display: block;
    padding: 15px 10px;
}
.hdr_leftbox{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.hdr_item{
    color: #fff;
/*    padding: 5px 0;*/
    vertical-align: middle;
    margin-right: 30px;
/*
    display: box;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-box-align: center;
    box-align: center;
*/
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-wrap: wrap;
    line-height: 1.0rem;
}
.hdr_freenumber{
    width: 30px;
    height: auto;
    display: inline-block;
}
.hdr_numbertext{
    font-size: 1.1rem;
    font-weight: bold;
    color: #fff;
    margin-left: 2px;
    margin-right: 5px;
}
.hdr_timetext{
    font-size: 0.7rem;
    color: #fff;
    margin-right: 20px;
}
.hdr_contacttext{
    font-size: 0.8rem;
    color: #fff;
}
.hdr_mail{
    width: 20px;
    height: auto;
    display: inline-block;
}
.hdr_link{
    display: inline-block!important;
    margin-top: 10px;
}
.hdr_rightbox{
    display: none;
}
.hdr_btnbox{
    height: 60px;
    margin-left: 2px;
    padding: 0 20px;
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    word-break: keep-all;
}
.hdr_btntext1{
    display: inline-block;
    font-size: 0.8rem;
    color: #fff;
    line-height: 1.2rem!important;
    margin-top: -3px;
}
.hdr_btntext2{
    font-size: 0.6rem;
    color: #fff;
}
.hdr_bgY{
    background-color: #efbb07;
}
.hdr_bgR{
    width: 200px;
    background-color: #e83416;
}
@media screen and (min-width:768px) and ( max-width:1100px) {
    .hdr_btnbox{
        padding: 0 10px;
    }
    .hdr_bgR{
        width: 130px;
    }
}
.hdr_bgB{
    background-color: #283294;
}




/* nav *************************** */
#navPC{
    max-width: 1100px;
    height: auto;
    background-color: #000;
    margin: 0 auto;
    margin-bottom: -40px;
    position: relative;
    display: none;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.nav_link:hover{
    opacity: 1!important;
}
.nav_item{
    height: 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 0.8rem;
    color: #fff;
    padding: 10px;
    position: relative;
}
@media screen and (min-width:768px) and ( max-width:1100px) {
    .nav_item{
        height: 40px;
    }
}

.nav_item:hover{
    color: #000;
    background-color: #fdf01b;
}
.nav_item:hover > .nav_home{
    background-image: url(../../parts/img/iconHome_black.png);
}
.nav_home{
    display: block;
    width: 20px!important;
    height: 20px;
    margin: 20px;
    background-image: url(../../parts/img/icon_home_white.png);
    background-position: center center;
    background-size: 100%;
}
.nav_item{
    font-size: 0.8rem;
    color: #fff;
    padding: 10px;
}
.nav_subbox{
    display: none;
    opacity: 0;
    position: absolute;
    top: 100%; left: 0;
    z-index: 10001;
    background-color: #ccc;
}
.nav_subitem{
}

#navSP{
    display: block;
    width: 100%;
    height: auto;
    padding: 0 10px;
    position: relative;
    margin-bottom: -30px;
    z-index: 10002;
}
.nav_menubox{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 10px;
    border-radius: 2px;
    position: relative;
}
.nav_logo{
    width: 200px;
}
.nav_open{
    width: 28px;
    height: auto;
}
.nav_openfixed{
    width: 28px;
    height: auto;
}
#navFixed{
    width: 100%;
    height: 55px;
    padding: 10px;
    position: fixed;
    z-index: 10050;
    top: -55px;
    background-color: #fff;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    transition: top 0.3s ease-out;
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.1);
}
.navSP_list{
    position: fixed;
    z-index: 10100;
    top: 0; left: 0;
    width: 100%;
    height: 120%;
    opacity: 0;
    background-color: #fff;
    display: none;
}
.navSP_wrap{
    width: 100%;
    height: auto;
    padding: 70px 10px 20px 10px;
}
.navSP_linkbox{
    width: 100%;
    height: auto;
    overflow: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
.navSP_link{
    color: #000;
}
.navSP_close{
    position: absolute;
    top: 10px; right: 10px;
    width: 28px;
    height: auto;
}
.navSP_item{
    width: 100%;
    height: 60px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    background-color: #e5e4e4;
    margin-bottom: 1px;
    background-image: url(../../parts/img/arrowRightBlack.png);
    background-repeat: no-repeat;
    background-size: 8px;
    background-position: calc(100% - 10px) 50%;
}
.navSP_itemopen{
    background-image: url(../../parts/img/arrowBottomBlack.png);
    background-size: 14px;
}
.navSP_subwrap{
    display: none;
}
.navSP_subbox{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    transition: width 0.5s ease-out;
}
.navSP_sublink{
    width: 49.8%;
    height: 60px;
    color: #000;
    margin-right: 1px;
    margin-bottom: 1px;
}
.navSP_sublink:nth-child(even){
    margin-right: 0;
}
.navSP_subNoActive{
    width: 49.8%;
    height: 60px;
    color: #000;
    margin-right: 0;
    margin-bottom: 1px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    background-color: #f7f7f7;
    margin-bottom: 1px;
    background-image: url(../../parts/img/arrowRightBlack.png);
    background-repeat: no-repeat;
    background-size: 6px;
    background-position: calc(100% - 10px) 50%;
    padding-left: 10px;
    padding-right: 20px;
    opacity: 0.5;
}
.navSP_subNoActive img{
    width: 40px;
    height: auto;
    margin-right: 10px;
}

.navSP_subitem{
    width: 100%;
    height: 60px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    background-color: #f7f7f7;
    margin-bottom: 1px;
    background-image: url(../../parts/img/arrowRightBlack.png);
    background-repeat: no-repeat;
    background-size: 6px;
    background-position: calc(100% - 10px) 50%;
    padding-left: 10px;
    padding-right: 20px;
}
.navSP_subitem img{
    width: 40px;
    height: auto;
    margin-right: 10px;
}
.navSP_title{
    font-size: 0.9rem;
    color: 000;
    text-align: center;
    line-height: 1.0rem;
}
.navSP_title br{
    line-height: 1.0rem;
}
.navSP_title span{
    font-size: 0.65rem;
    line-height: 1.0rem;
}
.navSP_text{
    font-size: 0.6rem;
    color: 000;
/*    text-align: center;*/
    line-height: 1.0rem;
}
.navSP_bg1{
    background-color: #efbb07;
    color: #fff;
    background-image: url(../../parts/img/arrowRightWhite.png);
}
.navSP_bg2{
    background-color: #e83416;
    color: #fff;
    background-image: url(../../parts/img/arrowRightWhite.png);
}
.navSP_bg3{
    background-color: #283294;
    color: #fff;
    background-image: url(../../parts/img/arrowRightWhite.png);
}
.navSP_bg4{
    background-color: #28947e;
    color: #fff;
    background-image: url(../../parts/img/arrowRightWhite.png);
}


/* eachtitle *************************** */
#eachtitle{
    width: 100%;
    height: auto;
    background-color: #fff000;
    padding-top: 50px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
}
.eachtitlebox{
    max-width: 100%;
    height: auto;
}
.eachtitletext{
	font-weight: 400;
	font-size: 1.2rem;
    color: #000;
    line-height: 1.4rem;
}



/* tab *************************** */
.tab{
    width: 100%;
    height: auto;
    background-color: #fff;
/*    border-bottom: 1px solid #ccc;*/
/*    margin-bottom: 20px;*/
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
}
.tab > .dots2{
    width: 1010px;
}
.tab_box{
    width: 1000px;
    height: auto;
    margin: 0 5px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-end;
    padding-top: 20px;
}
.tab_link{
    color: #000;
    margin-right: 5px;
}
.tab_link:last-child{
    margin-right: 0;
}
.tab_item{
    height: 60px;
    font-size: 0.7rem;
    line-height: 0.9rem;
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
@media screen and (min-width:768px) and ( max-width:805px) {
    .tab_item{
        font-size: 0.65rem;
    }
}
.tab_item br{
    font-size: 0.7rem;
    line-height: 0.9rem;
}
.tab_active{
    height: 61px;
    border-top: 3px solid #e83416;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
}
.tab_underbar{
    width: 1010px;
    height: 1px;
    border-bottom: 1px solid #ccc;
}



/* underparts *************************** */
#underparts{
    width: 100%;
    height: auto;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.unp_topspace{
    margin-top: 30px;
}
.unp_wrap{
    width: 100%;
    height: auto;
/*
    padding: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
*/
    border: 1px solid #ccc;
    border-radius: 20px;
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.1);
    overflow: hidden;
    position: relative;
}
.unp_wrap a{
    display: block;
}
.unp_noActive{
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(167, 167, 167, 0.5);
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 10px;
}
.unp_noActiveText{
    font-size: 0.8rem;
    text-align: center;
}
.unp_pagetopbox{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 30px
}
.unp_pagetop{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.unp_pagetop:hover{
    opacity: 0.5;
}
.unp_arrowtop{
    width: 30px;
    height: auto;
}
.unp_pagetoptext{
    font-size: 0.9rem;
    margin-top: 5px;
}
.unp_taxbox{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 30px 30px 0;
}
.unp_taxboxtext{
    font-size: 0.9rem;
}



/* footer *************************** */
#parts_footer{
    width: 100%;
    height: auto;
}
.ftr_mainbox{
    width: 100%;
    height: auto;
    background-color: #3d3d3d;
    padding: 30px 10px 20px 10px;
}
.ftr_title{
    font-size: 1.0rem;
    color: #fff;
    width: 100%;
    height: auto;
    text-align: center
}
.ftr_boxmenubox{
    max-width: 1100px;
    height: auto;
    margin: 0 auto;
    margin-top: 20px;
}
@media screen and (min-width:768px) and ( max-width:1100px) {
    .ftr_boxmenubox{
        padding: 0 10px;
    }
}
.ftr_boxmenurow{
    width: 100%;
    height: auto;
    display: block;
}
.ftr_boxmenurow div.ftr_boxitem{
    padding: 20px 10px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    background-image: url(../../parts/img/arrowRightWhite.png);
    background-repeat: no-repeat;
    background-size: 8px;
    background-position: calc(100% - 10px) 50%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 1px;
}
.ftr_webboxlink{
    width: 100%;
    height: auto;
}
.ftr_timeboxlink{
    width: 100%;
    height: auto;
}
.ftr_webbox{
    width: 100%;
    height: auto;
    background-color: #e83416;
}
.ftr_iconWeb{
    width: 30px;
    height: auto;
    margin-right: 10px;
}
.ftr_timebox{
    width: 100%;
    height: auto;
    background-color: #e9db00;
    color: #000!important;
    background-image: url(../../parts/img/arrowRightBlack.png)!important;
    display: block!important;
}
.ftr_numbertext{
    
}
.ftr_timewrap{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    letter-spacing: 0rem;
    margin-top: 5px;
}
.ftr_iconnumber{
    width: 30px;
    height: auto;
}
.ftr_numberlink{
    color: #000;
    letter-spacing: 0rem;
}
.ftr_time{
    font-size: 0.65rem;
    font-weight: normal!important;
    margin-left: 5px;
}
.ftr_docrequestlink{
    width: 100%;
    height: auto;
}
.ftr_appwindowlink{
    width: 100%;
    height: auto;
}
.ftr_contactformlink{
    width: 100%;
    height: auto;
}
.ftr_docrequest{
    width: 100%;
    height: auto;
    background-color: #525151;
}
.ftr_icondoc{
    width: 30px;
    height: auto;
    margin-right: 10px;
}
.ftr_appwindow{
    width: 100%;
    height: auto;
    background-color: #525151;
}
.ftr_iconapp{
    width: 30px;
    height: auto;
    margin-right: 10px;
}
.ftr_contactform{
    width: 100%;
    height: auto;
    background-color: #525151;
}
.ftr_iconform{
    width: 30px;
    height: auto;
    margin-right: 10px;
}
.ftr_corporationlink{
    width: 100%;
    height: auto;
}
.ftr_corporation{
    width: 100%;
    height: auto;
    background-color: #3c75cb;
}
.ftr_textmenubox{
    max-width: 1100px;
    height: auto;
    margin: 0 auto;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 10px;
}
@media screen and (min-width:768px) and ( max-width:1100px) {
    .ftr_textmenubox{
        padding: 0 10px;
    }
}
.ftr_textmenuboxitem{
    width: 100%;
    height: auto;
}
.ftr_textmenuCtGroup{
    border-bottom: 1px dotted #666;
    margin-bottom: 10px;
}
a.ftr_textmenulink{
    display: block;
    margin-bottom: 10px;
}
a.ftr_textmenulink:hover{
    opacity: 0.5;
}
.ftr_textmenuCtNone{margin-bottom: 10px;}
.ftr_textmenuCt ,
.ftr_textmenuCtNone{
    font-size: 0.75rem;
    color: #fff;
    font-weight: bold;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}
.ftr_textmenuCt::after{
    content: '';
    display: inline-block;
    width: 5px;
    height: 10px;
    vertical-align: middle;
    background: url(../../parts/img/arrowRightWhite.png);
    background-size: 5px 10px;
    background-repeat: no-repeat;
    margin-left: 10px;
}
.ftr_textmenuCt::before ,
.ftr_textmenuCtNone::before{
    content: '';
    display: inline-block;
    width: 9px;
    height: 10px;
    margin-right: 7px;
    background-color: #ccc;
}
.ftr_textmenu{
    font-size: 0.75rem;
    color: #fff;
    font-weight: 100;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding-left:1rem;
/*    text-indent:-1rem;*/
}
.ftr_textmenu::after{
    content: '';
    display: inline-block;
    width: 9px;
    height: 10px;
    vertical-align: middle;
    background: url(../../parts/img/arrowRightWhite.png);
    background-size: 5px 10px;
    background-repeat: no-repeat;
    margin-left: 10px;
}

.ftr_textarrow{
    display: inline-block;
    width: 5px;
    height: auto;
    margin-left: 5px;
}
.ftr_companyinfo{
    width: 100%;
    height: auto;
    background-color: #525151;
    display: block;
    padding: 20px;
}
.ftr_infotext{
    font-size: 0.9rem;
    line-height: 1.0rem;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
}
.ftr_infolink:last-child > .ftr_infotext{
    margin-bottom: 0;
}
.ftr_copyright{
    width: 100%;
    height: auto;
    background-color: #1e0703;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
}
.ftr_copytext{
    font-size: 0.8rem;
    color: #fff;
    text-align: center;
    line-height: 1.2rem;
}


.pcNone{}
.spNone{ display: none; }


/* contents *************************** */

.ccSubTitle{
    font-size: 1.4rem;
    line-height: 2.0rem;
}
.ccSubTitle span{
    color: #e83416;
}
.ccSubText{
}
.linkPat01a{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    border: 1px solid #d2d2d2;
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.1);
    border-radius:50px;
    background-image: url(../../parts/img/arrowRightBlack.png);
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 8px auto;
    background-color: #fff;
    color: #333;
    padding: 20px 30px 20px 10px;
}
.linkPat01a:visited {color:#333;}
.linkPat01b{
    display: flex;
    flex-wrap: nowrap;
    justify-content: left;
    align-items: center;
    width: 100%;
    border: 1px solid #d2d2d2;
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.1);
    border-radius:50px;
    background-image: url(../../parts/img/arrowRightBlack.png);
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 8px auto;
    background-color: #fff;
    color: #333;
    padding: 20px 30px 20px 30px;
}
.linkPat01b:visited {color:#333;}
.linkPat02a{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    border: 1px solid #d2d2d2;
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.1);
    border-radius:50px;
    background-image: url(../../parts/img/arrowRightWhite.png);
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 8px auto;
    background-color: #e83416;
    color: #fff;
    padding: 20px 30px 20px 30px;
}
.linkPat02a:visited {color:#fff;}
.linkPat02b{
    display: flex;
    flex-wrap: nowrap;
    justify-content: left;
    align-items: center;
    width: 100%;
    border: 1px solid #d2d2d2;
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.1);
    border-radius:50px;
    background-image: url(../../parts/img/arrowRightWhite.png);
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 8px auto;
    background-color: #e83416;
    color: #fff;
    padding: 20px 30px 20px 30px;
}
.linkPat02b:visited {color:#fff;}
.linkPat03Bg{
    background-color: #f5f5f5;
    padding: 15px 0 0 0;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
}




/* PS30px=2.0rem/1.8rem*/
/* PS24px=1.6rem/1.4rem*/
/* PS18px=1.2rem/1.0rem*/
/* PS16px=1.0rem/0.85rem*/
/* PS14px=0.85rem/0.6rem*/

/* MDQ */
#MDQ {display: none;}

body{
    font-size: 0.85rem;
    line-height: 1.4rem;
}

/* spaceType */
/* Space above and below dots */
.spaceTypeDots{
    background-image: linear-gradient(to right, #000000, #000000 20%, rgba(0, 0, 0, 0) 11.11111%, rgba(0, 0, 0, 0) 100%);
    background-size: 5px 5px;
    height: 1px; width: 100%;
}

/* CRC_pageTop */
#CRC_pageTop {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 0px;
    right: 0px;
    opacity: 0;
    z-index: 5800000;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    font-size: 1.2rem;
/*    color: #ccc;*/
/*    background-color: #fff;*/
    margin: 0 10px 10px 0;
}
#CRC_pageTop:hover{
    background-color: #2f3f96;
}
#CRC_pageTop svg{
    width: 40px;
    height: 40px;
}
#CRC_pageTop svg line{
    stroke: #2f3f96;
    stroke-width: 2;
}
#CRC_pageTop:hover > svg line{
    stroke: #fff;
}

/* modal window */
.CRC_modalCover{
    z-index: 5900000;
    position: fixed;
    top: 0;
    left: 0;
    width: 120%;
    height: 120%;
    background-color: #000;
    opacity: 0.0;
}
.CRC_modalContainer{
    z-index: 5900001; position: fixed; opacity: 0.0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
/*        background-color: #000;*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.CRC_modalMovieContainer{
    z-index: 5900001; position: fixed; opacity: 0.0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
/*        background-color: #000;*/
}
.CRC_modalImage{
    position: relative;
}
.CRC_modalIframe{
    position: relative;
    width: 100%;
    height: 100%;
}
.CRC_modalFunction{
    z-index: 5900001; position: fixed; opacity: 0.0;
    color: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
}
.CRC_modalZoomIn{
    z-index: 5900002; position: relative; opacity: 0.0;
    top: 15px; right: 30px;
    color: #fff;
    float: right;
}
.CRC_modalZoomOut{
    z-index: 5900002; position: relative; opacity: 0.0;
    top: 15px; right: 45px;
    color: #fff;
    float: right;
}
.CRC_modalClose{
    z-index: 5900002; position: relative; opacity: 0.0;
    top: 15px; right: 15px;
    color: #fff;
    float: right;
}
.CRC_modalZoomIn svg,
.CRC_modalZoomOut svg,
.CRC_modalClose svg{
    width: 33px;
    height: 33px;
}
.CRC_modalZoomIn svg line,
.CRC_modalZoomOut svg line,
.CRC_modalClose svg line{
    stroke: #ccc;
    stroke-width: 2;
}
.CRC_modalZoomIn:hover > svg line{
    stroke: #fff;
}
.CRC_modalZoomOut:hover > svg line{
    stroke: #fff;
}
.CRC_modalClose:hover > svg line{
    stroke: #fff;
}

.spNone {display: none;}
.pcNone {}



