@charset "UTF-8";

/* other pges */

 .otherPage{
    margin-top:100px;
 }


.h1Ttl{
    font-family: 'Noto Serif JP', serif;
    text-align: center;
    margin-bottom: 140px;
    font-weight: 500;
    line-height: 1.4;
}
.h1Ttl span{
    color:#ce121b; 
    font-size: 16px;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	letter-spacing: 5px;
}
.h2Ttl{
    font-family: 'Noto Serif JP', serif;
    font-size: 2em;
    font-weight: 500;
}
.h3Ttl{
    font-family: 'Noto Serif JP', serif;
    font-size: 1.6em;
    border-bottom: solid 1px #000;
    padding:30px 0 10px;
    font-weight: 500;
}
.h4Ttl{
    font-size: 100%;
}
strong{
    font-weight: bold;
}
.kakomi {
    background-color:#e7ebed;
    padding: 26px;
    margin: 60px 0;
}

/*table*/
#contentsMain table {
    width: 100%;
    margin: 30px 0;
    border-bottom: solid 1px #ccc;
}
#contentsMain table tr {
    border-top: solid 1px #ccc;
}
#contentsMain table th {
    padding: 10px 30px 10px 30px;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
}
.noBorderTable{margin-bottom:30px;}
.noBorderTable caption{margin-bottom:0.5em; text-align:left; font-size:110%; font-weight:bold;}
.noBorderTable th{white-space:nowrap;}
.noBorderTable th, .noBorderTable td{padding:20px 30px 20px 0; text-align:left; line-height:180%;}

/*tab*/
.tab{
    margin-bottom: 130px;
}    
.tab3 li {
    width: 31.5%;
    margin: 0 0.5% 0;
}
.tab li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    color: #ccc;
    font-family: 'Noto Serif JP', serif;
}
.tab li a:link,
.tab li a:visited{
    color: #808080;    
}

.tab li a {
  position: relative;
  display: block;
  text-decoration: none;
  border-bottom: solid 5px #868686;     
  transition: 1.0s ease; 

}
.tab li.active a{
    color:#ce121b;
    border-bottom: solid 5px #ce121b; 	
}
.tab li a:hover{
    color:#ce121b; 
    text-decoration: none;
	border-bottom: solid 5px #ce121b; 
}
	
/*innnerLink*/
.innerLink li {
    position: relative;
    display: inline-block;
    padding-bottom: 25px;
    margin-right: 20px;
    white-space: nowrap;
}
.innerLink li .arw{
    display: inline-block;
    padding-right: 40px;    
}
.innerLink li a:link{
    color: #000;
}
.innerLink li a:hover{
    color: #d0121b;
}
.innerLink .arw::before {
    background: #d0121b;
    bottom: 3px;
    right: 14px;
    width: 14px;
    height: 1px;
    transform: rotate(90deg);
}
.innerLink .arw::before, .innerLink .arw::after,{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    transform: translateX(-50%) rotate(135deg);
}
.innerLink .arw::after {
    border-top: 1px solid #d0121b;
    border-right: 1px solid #d0121b;
    transform: rotate(45deg);
}
.innerLink .arw::after{
	right: 17px;
    width: 9px;
    height: 9px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
/*footer*/
.otherPage section#footerArea {
    margin-top: 150px;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:767px), only screen and (max-device-width:767px){
main {font-weight: 300;}
.h1Ttl{
    margin-bottom: 60px;
    line-height: 1.3;
    font-size: 36px
}
.h1Ttl span{
    font-size: 13px;
}
/* tab Link */
.tab {
    margin-bottom: 60px;
}    
.tab3 li,
.tab5 li{
    display: block; 
    width:90%; 
    margin: 10px auto;
    padding: 10px 0;
}
.tab li{background: #e7ebed;}
.tab .active{
    border: solid 1px #ce121b;
    background: none;
}
.tab li a, .tab li.active a{
    border-bottom: none;
}
.tab li a:hover, .tab li.active a:hover{
    border-bottom: none;
}
/* innerLink */
.innerLink li {
    margin-right: 1px;
}
	
/* table */
.noBorderTable th, .noBorderTable td{display:block;}
.noBorderTable th{padding-bottom:0; font-weight:bold; font-size:110%;}
.noBorderTable td{padding-top:0;}
#contentsMain table th{padding-left: 0;}

/*footer*/
.otherPage section#footerArea {
    margin-top: 80px;
}
    
}/* Smartphones end */

