@charset "UTF-8";
/* CSS Document */

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,b, u, i, center,figure,nav,footer,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	  line-height: 1.6;
  font-size: 14px;
    font-family:"メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;	
}
ol,ul,li,dl,dt,dd{
list-style: none;
  margin: 0;
  padding: 0;
}
/*
a {
color: #4D4D4D;
text-decoration: none;
}
a:hover {
	text-decoration:underline; 
}
*/


img {
  vertical-align: bottom;
border: none;
}

#wrapper {
	overflow: hidden;
	width: 100%;
}

a:hover img {
filter:alpha(opacity=50);
opacity:0.5;
}
body{
	background: #F2F1EB;
}
.red{
	color: rgb(240, 0, 0);
}
h3{
    padding: 5px 5px;
	border-bottom: 1px solid #CCC;
	font-size: 18px;
	font-weight: bold;
}
/*---------------------------------------------------------------------------------------------*/
h1{
	text-align: center;
	font-size: 280%;
	margin-bottom: 30px;
}

header{
	width: 100%;
	overflow: hidden;
	margin: 0px auto;
	padding: 10px 0px;
	background: #FFF;
	margin-bottom: 10px;
}
header .inner{
	width: 1000px;
	overflow: hidden;
	margin: 0px auto;
		text-align: center;

}
header .logo{
	width: 300px;
	text-align: center;
}
header .logo img{
	width: 100%;
}

header h1{
	font-size: 80%;
	margin-bottom: 5px;
}
header h1 span{
	font-size: 100%;
	}
/*---------------------------------------------------------------------------------------------*/




/*----各FAQリンクの調整用
.nskn_faq:hover{
	background-color:#FFCC99;
}

.nskn_faq a{
	text-decoration:none;
}


----*/

.faq_title{
    margin-bottom: 30px;
	padding:10px 0;
	background-color:#F3B562;
	color:#fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.category_wrapper{
	background-color:#fff;
	 box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.6);
  		-webkit-box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.6);
  		-moz-box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.6);
}

.category-list{
	width: 1000px;
	margin: 0px auto;
	margin-bottom: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	box-sizing:border-box;
}

.category-list li{
	width: 25%;
	text-align: center;
	padding:10px 0;
}

.category-list li a{
	display: block;
	padding: 0px 10px;
	font-size: 150%;
	font-weight:bold;
	color:#56B9D0;
	border-left:1px solid #ccc;
}

.category_border a{
	border-right:1px solid #ccc;
}

.selected_faq{
	border-bottom:4px solid #56B9D0;
}



.faq-block{
width: 1000px;
display:flex;
flex-wrap: wrap;
	
}
.category{
width: 500px;
background: #EFEFEF;
}

.container {
width: 1000px;
	margin: 0px auto;
	padding-bottom: 50px;
display: flex;
flex-wrap: wrap;
	justify-content: space-between;
}
.box {
      width: 96%;
	padding: 2%;
      height: auto;
      border: 1px solid #fff;
      background: #FFF;
	border-radius: 10px;
      text-align: left;
	margin-bottom: 30px;
}
.box h3{
	display: block;
	margin-bottom: 5px;
	padding: 1%;
	font-size: 210%;
}

.article-list li:last-child{
	border-bottom: 1px solid #C4C4C4;

}
.article-list li a{
	display: block;
		width: auto;
	padding: 15px 15px;
	border: 1px solid #C4C4C4;
	border-bottom: none;
	font-size: 110%;
}
.box p{

}
footer{
    border-top: 1px solid #DDD;
	width: 96%;
	padding: 2%;
	text-align: center;
	
}
footer p small{
	font-size: 100%;
	text-align: center;
}

/*--------------------------------------------------------------------------------*/
.displayNone {
display: none;
}

.displayNone p{
	font-size:100%;
}


.box .accordion{
width: 100%;
}

.box .accordion p a {
	width: 100%;
	display: block;
}

.accordion .displayNone p a{
	display:inline;
	font-size:100%;
	color:#56B9D0;
	font-weight:bold;
}


.contentWrap {
margin: 10px;
	font-size: 120%;
}
.switch a{
display: block;
width: calc( 100% - 20px ) ;
cursor:pointer;
font-weight: normal;
padding:15px 10px 15px 10px;
font-size: 180%;
background: #eee;
border-bottom: 1px solid #ccc;
position: relative;
}
.accordion .switch a:after{
    content: ">";
    position: absolute;
    right: 10px;
    top: -50%;
    bottom: 0%;
    margin: auto;
    font-size: 120%;
    height: 16px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    font-family: sans-serif;
    color:#56B9D0 ;
}
.accordion .switch.open:after {
    content: "x";
}
/*--------------------------------------------------------------------------------------*/
.info-block{
width: calc( 100% - 120px ) ;
    padding: 60px;
    background: #fff;
box-shadow:0px 7px 11px -4px #b0b0b0;
	
}
.info-block h2{
    width: 100%;
    margin: 0px auto;
    margin-bottom: 60px;
	font-size: 24px;
	font-weight: bold;
    text-align: center;
}
.info-block p{
    width: 100%;
    margin: 0px auto;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 200%;
    text-align: left;
}
.info-block ul{
width: calc( 100% - 40px ) ;
    margin: 0px auto;
    margin-bottom: 20px;
    padding: 20px 20px;
    font-size: 18px;
    line-height: 200%;
    text-align: left;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}
.info-block ul li{
    font-size: 18px;
}

.contact{
border: 1px solid #CCC;
}
p.img{
	width: 100%;
	text-align: center;
	margin: 0px auto;
	margin-bottom: 30px;
}

p.img img{
	width: 90%;
}
p.txt_right{
	text-align: right;
}
section.column{
	padding: 40px 10px;
}