@charset "utf-8";

@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);

body {
	background:#ffffff url(/common/img/path_back.png) left 120px repeat-x;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:82%;
	color:#1c2035;
	/*overflow-y: scroll;*/
	line-height:1.5;
	-webkit-text-size-adjust: 100%;
}

img {
	border:0;
}

a {
	border:0;
	text-decoration:none;
	outline:none;
	color:#1c2035;
}



ul li,ol li {
	list-style:none;
	padding:0;
	margin:0;
}

.clearfix::after {
    content: ""; 
    clear: both;
    display: block; 
}


.up {
	right: 0;
    bottom: -5px;
	display: none;
	position: fixed;
	z-index: 9999;
}

.up:hover {
	transition:opacity all 0.3s;
	opacity: 0.7;
}

.pc {
	display:block !important;
}

.sp {
	display:none !important;
}

.right {
	text-align:right;
	margin-top:20px;
}

.ex {
    padding: 10px;
    margin-top: 20px;
}

.video {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

address {
	font-style:normal;
}

address a {
	display:inline !important;
}

.copy {
	font-size: 0.7rem;
	display: block;
}
/*header*/


header {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    line-height: 1;
	z-index:180;
	background:#ffffff;
}

header:after {
    content: "";
    display: block;
    max-width: 1024px;
    width: 100%;
}
 
header a,
header {
    text-decoration: none;
}
 

header .wrapper{
	position:relative;
	max-width:1024px;
  width: 100%;
	margin:20px auto 0;
  height: 100px;
}

header h1 a {
    display: block;
    width: 220px;
    height: 46px;
    background: #ffffff url(/assets/ja/old/common/img/logo_faith.svg) left top no-repeat;
}

header h1 a span {
    display: block;
    position: relative;
    width:220px;
    height: 46px;
    overflow: hidden;
    z-index: -1;
}

header .logo_anniv {
	position: absolute;
	top: 0px;
	left: 230px;
	width: 60px;	
}

header .logo_anniv img,
header .tselisted img{
	width: 100%;
}

header .tselisted {
	width: 30px;
	position: absolute;
	right: 0;
	top: -3px;
}

/*search*/

header .search {
	width: 250px;
	height: 40px;
	display: inline-block;
	position: absolute;
	top: -10px;
	/*right: 40px;*/
	right: 0;
	
}

/*search btn style*/

.gsc-search-button-v2,
.gsc-search-button-v2:hover, 
.gsc-search-button-v2:focus {
	background-color:#1d3496 !important;
	border: solid 2px #1d3496 !important;
	border-radius: 0 5px 5px 0 !important;
}

input.gsc-input {
	padding-left: 15px !important;
	box-sizing: border-box;
	background-size: 80px auto !important;
}

table.gsc-search-box td.gsc-input {
	padding-right: 0 !important;
}

.gsc-search-button {
	margin-left: 0 !important;
}

.gsc-input-box{
	border-radius: 5px 0 0 5px ;
}


/*
header,
header:after {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
*/


header .language {
	position:absolute;
	top:4px;
	right:260px;
/*	font-size:0;*/
}

header .language li {
	float:left;
}

header .language a {
	display:inline-block;
	vertical-align:top;
	padding:5px 10px;
	text-align:center;
	box-sizing:border-box;
/*	font-size:0.8rem;*/
	font-family: 'Roboto Condensed', "メイリオ","Meiryo", sans-serif;
}


header .language li a:hover {
	border-bottom:#1d3496 solid 2px;
	color:#1d3496;
	text-decoration:none;
}

.jp a{
	border-bottom:#1d3496 solid 2px;
	color:#1d3496;
}

.en a{
	border-bottom:#8d8f9a solid 2px;
	color:#8d8f9a;
}

/*navi*/



@media (min-width: 769px) {


nav {
	clear:both;
	display:block;
	padding-top:18px;	
}


.globalNav {
	padding: 0;
	margin:0;
  display: flex;
  flex-direction: row;

}

.globalNav::before,
.globalNav::after {
	content: "";
	display: table;
}

.globalNav::after {
	clear: both;
}

.globalNav > li {
	position:static;
	width:calc(100% / 7 - 0.01em);
	margin: 0;
	text-align: center;
	box-sizing: border-box;
}

.globalNav li a {
	display: block;
	color: #1c2035;
	padding:9px;
	font-size: 0.85rem;
	line-height: 1.3;
	letter-spacing:1px;
	text-decoration: none;
	/*white-space:nowrap;*/
	box-sizing:border-box;
    transition: background 0.3s linear;
    border-radius: 5px 5px 0 0;
}

.globalNav li span a {
	background:url(/common/img/line.png) 100% center no-repeat;
}


.globalNav li:first-child span a {
	background:url(/common/img/line.png) left center no-repeat,url(/common/img/line.png) 100% center no-repeat;
}

.globalNav li:first-child:hover span a {
	background-image:none;
  background-color: #1d3496;
}


.globalNav li a:hover {
  color:#1d3496;
	box-sizing:border-box;
  font-size: 12px;
}


.menu,.close,.btn_search {
	display:none;
}

.globalNav li a.active {
	color:#1d3496;
	font-weight:bold;
}

.globalNav > li:hover > p span a {
	background-image:none;
  background-color: #1d3496;
    color: #ffffff;
    border-radius: 5px 5px 0 0;
	box-sizing:border-box;
    letter-spacing: 2px;
}

.globalNav > li:nth-child(2) li li:last-child {
    width: 100%;
}

.megamenu {
	min-height:200px;
	background:#ffffff;
	width:100%;
	padding:30px 65px;
	box-sizing:border-box;
	position:absolute;
	top:100px;
	left:0;
	border:#eeeeee solid 1px;
	box-shadow: 2px 2px 2px 0px rgba(102,102,102,0.5);
  opacity: 0;
  transition: all 0.5s ease-out;
  z-index: 0;
}

.index .megamenu {
    z-index: 1;
}

.globalNav > li:hover .megamenu {
  opacity: 1;
  transition: all 0.5s ease-out;
  z-index: 99;
}

.megamenu h2 {
	color: #1d3496;
	font-family: 'Roboto Condensed', "メイリオ","Meiryo", sans-serif;
	font-size: 2em;
	text-align:left;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom: #1d3496 solid 2px;
	letter-spacing:2px;
}

.megamenu h2 span {
	font-size:0.8rem;
	padding-left:15px;
	color:#8d8f9a;
}

.megamenu ul {
    text-align: left;
}

.megamenu li {
	width:calc(100% / 3 - 17px);
	display:inline-block;
  vertical-align: top;
	text-align:left;
  background: url(/common/img/icon_arrow_6.png) 0px 16px no-repeat;
	padding:3px 8px;
	border-bottom:#dddddd solid 1px;
	box-sizing:border-box;
}

.megamenu li a {
	font-size:12px;
	border:none;
	font-weight:bold;
}

.megamenu li a:hover {
	font-weight:bold;
}

.megamenu h2 + ul > li:nth-child(3n+2) {
	margin:0 20px;

}

.megamenu li ul {
	padding-bottom:10px;
  letter-spacing: -1em;
}

.megamenu li li {
	display:inline-block;
	width:50%;
	background: url(/common/img/icon_arrow_4.png) 0px center no-repeat;
	border:none;
	padding:0;
	float:none;
  letter-spacing: normal;
}

.globalNav li:nth-of-type(1) li li {
	width:100%;
}


.megamenu li li a {
	font-size:0.9em;
	font-weight:normal;
	padding:8px 2px 8px 11px;
}

}


/*main*/

main {
	max-width:1024px;
  width: 100%;
	margin:0 auto;
	position:relative;
	display:block;
	padding-top:1px;
}


main article {
	background:#ffffff;
}
	

main section h2 {
	font-size:2.5em;
	letter-spacing:1px;
	font-family: 'Roboto Condensed', "メイリオ","Meiryo", sans-serif;
	margin:25px 0;
	color:#1c2035;
}


main section h2 span{
	font-size:1.1rem;
	display:inline-block;
	margin-left:15px;
}

main section h2 span::before {
	content:"/";
	padding-right:5px;
}


.list {
	text-align:right;
	margin-top:20px;
}

.list li {
	display:inline-block;
	padding-left:50px;
	font-size:0.95rem;
}

.list li::before {
	content:url(/common/img/icon_arrow_3.png);
	padding-right:10px;
}

.list li:hover {
	opacity:0.6;
}



/*topicPath*/

.topicPath {
	margin: 0;
	padding: 8px 0;
}

.topicPath li {
	display:inline-block;
	margin:0;
	font-size:0.7rem;
	width:auto;
}

.topicPath li::after {
	content:"\003e";
	padding:0 10px;
}

.topicPath li:last-child {
	color:#1d3496;
}

.topicPath li:last-child::after {
	content:"";

}



/*footer*/

footer.pc {
	background:#1c2035;
	height:430px;
	color:#ffffff;
	line-height:1.2;
}

footer.pc h3 {
	font-size:0.8rem;
	margin-top:50px;
	padding-bottom:10px;
	border-bottom:#ffffff dotted 1px;
}

footer.pc > ul {
	max-width:1024px;
  width: 100%;
	height:350px;
	margin:0 auto;
	font-size:0;
  display: flex;
  flex-direction: row;
}

footer.pc li {
	font-size:0.7rem;
	max-width:145px;
  width: calc(100% / 7);
	margin-left:23px;
	vertical-align:top;
}

footer.pc li ul {
	max-width:170px;
  width: 100%;
}

footer.pc li li {
	margin:0;
	padding-top:15px;
  width: 100%;
}

footer.pc li:last-child ul {
	height:auto;

}

footer.pc li a {
	color:#ffffff;
}

footer.pc li a:hover {
	text-decoration:underline;
}

footer.pc ul + div {
	max-width: 1024px;
  width: 100%;
	margin: auto;
	position: relative;
}

footer.pc small {
	display:inline-block;
	font-size:0.750rem;
	margin:auto;
	color:#ffffff;
	vertical-align: middle;
}

footer.pc small + p {
	display:inline-block;
	width:30px;
	margin-left:5px;
	color:#ffffff;
	vertical-align: middle;
}

footer.pc .tw img,
footer.pc .fb img,
footer.pc small + p img {
	width: 100%;
}


footer.pc .tw,
footer.pc .fb {
	position: absolute;
	bottom: 0;
	width:30px;	
}

footer.pc .tw{
	right: 40px;
}

footer.pc .fb{
	right: 0;
}

footer.pc .tw a:hover,
footer.pc .fb a:hover {
	opacity: 0.5;
}

footer.pc small span {
	font-size:2em;
	font-weight:bold;
	letter-spacing:1px;
}

footer.pc small span img {
	width:100px;
	padding-right: 5px;
}

footer.pc small .copyYear {
	all:unset;
}

/*subNav*/


.subNav {
	margin:60px 0 30px;
}

.subNav li {
	/*background:#ffffff url(/common/img/icon_arrow_3.png) 20px center no-repeat;*/
	border-bottom:#cdced0 solid 1px;
  /*transition: all 0.6s;*/
}

.subNav li a {
background:#ffffff url(/common/img/icon_arrow_3.png) 20px center no-repeat;
	display:block;
	padding:11px 11px 11px 3em;
	color:#1c2035;
 /*transition: background 0.6s;*/
}

.subNav li a:hover{
	background:#f5f5f5 url(/common/img/icon_arrow_6.png) 20px center no-repeat;
	text-decoration:none;
  transition: background 0.6s;

}

.subNav li a:visited {
	color:#1c2035
}

.subNav li:first-child {
	border-top:#cdced0 solid 1px;

}

.subNav li li {
	background:#ffffff;
  position: relative;
}

.subNav li li a:hover,
.subNav li li a {
	background:none;
}

.subNav li li a::after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 41px;
  background: url(/common/img/icon_arrow_4.png) 15px center no-repeat;
  transition: all 0.6s;
  opacity: 0;
}

.subNav li li a:hover::after{
	background:url(/common/img/icon_arrow_4.png) 25px center no-repeat;
  transition: all 0.6s;
  opacity: 1;
}

.subNav li li:last-child {
	border:none;
}

.subNav a.active2 {
	background:#f5f5f5 url(/common/img/icon_arrow_3.png) 20px center no-repeat;
}

.subNav a.active2:hover {
	background:#cccccc url(/common/img/icon_arrow_6.png) 20px center no-repeat;
}

.subNav a.active3 {
	background:#f5f5f5 url(/common/img/icon_arrow_4.png) 25px center no-repeat;
}

.subNav a.active3:hover {
	background:#cccccc url(/common/img/icon_arrow_4.png) 25px center no-repeat;
}

.subNav a.active3:hover::after {
  content: none;
}

.subNav a.activeUtility {
	background:#f5f5f5 url(/common/img/icon_arrow_3.png) 20px center no-repeat;
}

.subNav a.activeUtility:hover {
	background:#cccccc url(/common/img/icon_arrow_6.png) 20px center no-repeat;
}

/*second hierarchy*/

main article {
	margin-top: 50px;
  display: flex;
	justify-content: center;
  /*flex-direction: row-reverse;*/
}

.menuBox {
	vertical-align:top;
  width: 100%;
	max-width:260px;
	margin-right:40px;
}

.menuBox > h2 {
	font-family: 'Roboto Condensed', "メイリオ","Meiryo", sans-serif;
	background:#1d3496;
	width:260px;
	height:300px;
	color:#ffffff;
	font-size:2.2em;
	box-sizing:border-box;
	line-height:2.2em;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 30px;
	display: -ms-flexbox;
	-ms-justify-content: center;
	-ms-flex-pack: center;
}

.menuBox > h2 strong::after {
	content:"";
	display:block;
	width:30px;
	height:4px;
	background:#ffffff;
}

.menuBox > h2 span {
	display:block;
	font-size:1rem;
	line-height: 1.5;
	padding-top: 15px;
}

.menuBox > h2 a {
	display:block;
	color:#ffffff;
}

.contentsBox {
	vertical-align:top;
	max-width:724px;
  width: 100%;
}

.contentsBox section {
	margin:40px 0 50px;
}

.contentsBox section section section{
	margin-left: 40px;
}

.contentsBox section section section h3{
	color: #666;
	border-bottom: #666 dashed 1px;
}

.contentsBox section section section h3 span{
	display: inline-block;
	font-size: 12px;
	margin-left: 10px;
}

.contentsBox h2 img,
.contentsBox section img {
	width:100%;
}

.contentsList li {
	width:352px;
	min-height: 260px;
	display:inline-block;
	margin:0 15px 20px 0;
	background:url(/common/img/corner.png) right 5px bottom 5px no-repeat;
	vertical-align:top;
	border: #cdced0 solid 1px;
	box-sizing: border-box;
}

.contentsList li a {
	display: inline-block;
	width: 100%;
}

.contentsList li a:hover {
	display: inline-block;
	opacity:0.6;
	transition:opacity 0.3s ease-out;
}

.contentsList li:nth-child(even) {
	margin-right:0;
}

.contentsList h3 {
	padding:15px 20px 5px;
	font-size:1.1em;
}

.contentsList p {
	padding:0 20px 30px;
	font-size:1em;
	line-height:1.5;
}

.infoList li {
	border-bottom:#cdced0 dotted 1px;
	padding:15px 0;
  line-height: 1.8;
}

.infoList li:first-child {
	padding-top:0;
}

.infoList time {
	margin-right:12px;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
	color:#8d8f9a;
}


.infoList strong {
	width:90px;
	text-align:center;
	color:#fff;
	font-size:0.75em;
	margin-right:12px;
	padding:10px 0;
	display:inline-block;
	vertical-align:top;
	line-height: 0;
}

.infoList.pressGroup  strong {
	background:#3abadf;
}

.infoList.pressFaith  strong {
	background:#316bd5;
}

.infoList.infoFaith  strong {
	background:#1fb017;
}

.infoList.irNews  strong {
	background:#30c0be;
}

.infoList p {
    display: inline-block;
    vertical-align: top;
	width:calc(78% - 80px);
}

.infoList li a:hover {
	color:#999999;
}


.annotation {
	padding:15px;
	border:#cdced0 solid 1px;
	margin:50px 0;
}

.annotation a {
	color:#1d3496;
}

.contentsList.no-img li{
	min-height: 110px;
} 

/*third hierarchy*/


.downHierarchy > h2 {
	width:260px;
	height:210px;
	display: flex;
	padding-left: 30px;
	display: -ms-flexbox;
	-ms-justify-content: center;
	-ms-flex-pack: center;
}
	
.contentsBox .contentsSection {
	margin-top:0;
}

.contentsSection h2 {
	margin-top:0;
	line-height:1em;
	font-weight:normal;
	font-size:2em;
}

.contentsSection h3 {
	font-size:1.2em;
	border-bottom:#1c2035 solid 1px;
	padding-bottom:5px;
	margin-bottom:20px;
}


/*tab*/

ul.tab {
    list-style: none;
}
ul.tab li {
    float: left;
    margin-right: 8px;
    padding: 10px;
    background: #f2f2f2;
    color: #666;
    cursor: pointer;
}
ul.tab li:hover {
    color: #1d3496;
	font-weight: bold;
}
ul.tab li.activeTab {
    color: #1d3496;
	font-weight: bold;
}
div.tabContent {
    clear: both;
    padding: 20px 0;
    width: 100%;
    display: none;
}
div.activeTab {
    display: block;
}

/****************************************
 Media Queries
*****************************************/


@media only screen and (min-width: 769px) and (max-width: 1024px) {

main,
footer.pc{
  padding: 0 15px;
  box-sizing: border-box;
}

footer.pc li:first-child{
  margin-left: 0;
}

}

@media only screen and (min-width: 769px) and (max-width: 870px) {
	.globalNav li a {
		font-size: 10px;
		padding: 10px;
	}
	.globalNav > li:hover > p span a {
		font-size: 10px;
		letter-spacing: 0;
	}
}


/****************************************
*****************************************
 Media Queries
*****************************************
*****************************************/


@media (max-width: 768px) {
	
body {
    -webkit-text-size-adjust: 100%;
	font-size:0.9rem;
	line-height:1.4;
	background:#ffffff;
}

.container {
	width:100%;
	padding:0 10px;
	box-sizing:border-box;
	background:#ffffff;
}


.pc {
	display:none !important;
}


.sp {
	display:block !important;
}
.language{
	display: none;	
}

header .logo_anniv {
    position: absolute;
    top: 10px;
    left: 55px;
    width: 50px;
}

/*header*/
header {
	border-bottom:#c9c9c9 solid 1px;
	position:fixed;
	top: 0;
}

header .wrapper {
	width:100%;
	margin-top:0;
  height: auto;
}

header h1 {
	float:left;
	margin-left:0;
}

header h1 img {
	display:none;
}

header h1 strong {
	font-size: 0.9rem;
	margin: 15px 0 0 48px;
}

header h1 a {
	display:inline-block;
	width:50px;
	height:60px;
	font-size:0.9rem;
	background:#ffffff url(/assets/ja/old/common/img/logo_faith_sp.svg) 5px center no-repeat;
	background-size: auto 80%;
	background-position: center;
}

header h1 a span {
	display:block;
	position:relative;
	width:auto;
}

header h1 + p {
    position: absolute;
    top: 14px;
    right: 60px;
}

header.sp h1 + p img {
    height: 30px;
}

header h1 img {
    height: 40px;
	margin:5px;
}

header h1 img:nth-child(2) {
	display:none;

}

header h1 + ul {
	display:none;
}


.accordion-head {
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
	box-sizing: border-box;
	outline: none;
	border: none;
}

.accordion-head.is_hide+.accordion-body_box {
    opacity: 0;
	height: 0 !important;
	position: relative;
	z-index: -1;
	width: 100%;
}

.accordion-head:hover,
.accordion-head:focus,
.accordion-head:active,
.accordion-head:focus-within,
.accordion-head:focus-visible  {
	border: none;
	outline: none;
}


.accordion-body_box {
    overflow: hidden;
	animation-name: spmenu;
    animation-duration: 2s;
	animation-iteration-count: 1;
	transition: height .4s,opacity .4s;
	width: 100%;
} 

@keyframes spmenu {
    0% {
      opacity: 0;
    }
    100% {
	  opacity: 1;
    }
  }

.btn_search.accordion-head + .accordion-body_box .accordion-body_box-inner {
	height: 84px !important;
}

.accordion-head.menu{
	background:#ffffff url(/common/img/icon_menu_close.png) center 15px no-repeat;
	background-size:30% auto;
	width:55px;
	height:52px;
	line-height:80px;
	font-size:9px;
	text-align:center;
	position:absolute;
	top:0;
	right:0;
}

.menu.is_hide {
	background:#ffffff url(/common/img/icon_menu.png) center 15px no-repeat;
	background-size:30% auto;
}

header ul li {
	float:none;
}

header ul li ul {
	margin:0;
}

header ul li ul li{
	float:none;
}


header ul li ul li a{
	color:#ffffff;
	display:block;
	padding:12px 0;
	text-indent:45px;
	width:100% ;
	text-align:left;
	box-sizing:border-box;
}

/*
.accordion {
	width:100%;
	position:absolute;
	top:0;
	right:0;
	font-size:14px;
	letter-spacing:2px;
	z-index:100;
}

.accordion ul {
	display:none;
}


.accordion > li > ul {
	position:absolute;
	left:0;
	top:60px;
	width:100%;
	margin-top:0;
}
*/

.globalNav .megamenu {
	display: none;
}

.globalNav li {
	width:100%;
	height:auto;
	font-size:1rem;
	border-top:#b7b7b7 solid 1px;
	background:url(/common/img/icon_arrow_3.png) 20px center no-repeat;
}

.globalNav li > p {
	clear:both;
	padding:0;
}

.globalNav {
	background:#ffffff;
}

.globalNav a {
	margin:0;
	text-align:left;
}

.globalNav .hierarchy2 {
	display:none;/*第二階層以降を非表示*/
}



.globalNav li.close p {
	background:#9fa0a0 ;
	text-align:center;
	padding:5px 0;
}
/*
.menu,.close,.btn_search {
	display:block;
}
*/

.globalNav li:hover > p span a,
.globalNav li:hover ul li,
.globalNav li a,
.globalNav li ul li a:hover,
.globalNav li a:hover {
	color:#434343;
	height:auto;
}
.megamenu h2 { 
  display: none;
}

/*search*/

header .search {
	position:absolute;
	top:60px;
	left:0;
	width:100%;
	height:auto;
	padding:5px;
	box-sizing:border-box;
	background:#ffffff;
	z-index:100;
}


.btn_search {
	position:absolute;
	right:50px;
	background:#ffffff url(/common/img/icon_search.png) center 15px no-repeat;
	background-size:30% auto;
	border:none;
	width:50px;
	height:60px;
	line-height:80px;
	font-size:10px;
	text-align:center;
}

.gsc-control-cse {
	padding:1em 0 !important;
}


input.gsc-search-button-v2 {
	padding:6px 10px !important;
}


.gsc-results-wrapper-overlay {
	top:65px !important;
	left:0 !important;
	right:0 !important;
	margin:auto !important;
	padding: 15px !important;
	width: 85% !important;
	overflow-y: scroll !important; 
  -webkit-overflow-scrolling:touch !important;
}

.gsc-results-close-btn {
	position: absolute;
	top:10px !important;
	right:10px !important;
}

#gsc {
	vertical-align: top !important;
}

.tselisted.sp {
	width: 30px;
	position:absolute;
	right: 100px;
	top:12px;
}

/*main*/ 

main {
	position:static;
	top:0;
}

main,
main article section  {
	width:100%;
}

main section {
	box-sizing:border-box;
}

.topicPath {
	display:none;
}


main section h2 {
	font-size: 1.5em;
	margin:0 0 15px;
	padding-top:10px;
}

main section h2 span {
    font-size: 0.8rem;
}


.contentsSection h2 {
	font-size: 1.5em;
}

.contentsList h3 {
	padding:15px 15px 5px;
	font-size:1em;
}

.contentsList p {
	padding: 0 15px 20px;
	font-size:0.8em;
}

.contentsList li {
	width:352px;
	min-height: auto;
}

.contentsList li a {
	display: block;
	min-height: auto;
}



div.tabContent {
	padding: 0;
}

/*footer*/

footer.sp ul {
    width: 100%;
}

footer.sp li:nth-child(2n+1) a {
    border-left: none;
}

footer.sp li a {
    float: left;
    display: block;
    width: 50%;
    background: #1c2035;
    border-top: #ffffff dotted 1px;
    border-left: #ffffff dotted 1px;
    color: #ffffff;
    box-sizing: border-box;
    padding: 18px 10px;
	text-align:left;
}

footer.sp small {
    color: #ffffff;
    border-top: #ffffff dotted 1px;
    background: #1c2035;
    text-align: center;
    padding: 18px;
    display: block;
}



/*subNav*/

.subNav {
	margin-top:20px;
}


/*second hierarchy*/



main article {
	margin-top:60px;
  display: block;
}

.menuBox {
  display: block;
	width:100%;
	margin-right:0;
  max-width: none;
}

.menuBox > h2 {
	display:none;
}

.contentsBox {
	float:none;
	width:100%;
	box-sizing: border-box;
}


.contentsBox > h2 img {
	width:100%;
}

.contentsList li {
	width:100%;
}

.contentsList li img {
	width:100%;
}
	
.contentsBox section {
	padding:0 5%;
	box-sizing:border-box;
	margin:20px 0;
}


.contentsBox section p {
	font-size:0.85rem;
	line-height:1.5;
}


.contentsBox section section {
	padding:0;
}

.contentsBox section section section{
	margin-left: 0;
}

/*third hierarchy*/


.infoList p {
    display: block;
	width:100%;
}


}

