@charset "utf-8";
/* CSS Document */
body{
font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif !important;
font-size : 16px;
line-height : 190%;
margin : 0;
}
a{
	text-decoration : none;
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}
/* PCとSPの改行切り替え */
@media screen and (min-width: 650px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 650px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}

/* 画像の回り込み */
.image_area {
width: 320px;
display: block;
vertical-align: bottom;
}
@media only screen and (min-width: 737px){
.image_right {
float: right;
margin: 0 0 21px 25px;
}
.image_left {
float: left;
margin: 0 25px 30px 0;
}
}
@media only screen and (max-width: 736px){
.image_right {
float: none;
margin: 10px auto;
}
.image_left {
float: none;
margin: 25px auto;
}
}
.clear{
	clear : both;
}
.center{
	text-align : center;
}
.right{
	text-align : right;
}
.space_m{
	height : 20px;
}
.space_l{
	height : 40px;
}

.siji{
	font-size : 120%;
	background-color : #BED2E1;
}
.font80{
	font-size : 80%;
}
.font115{
	font-size : 115%;
}
.font125{
	font-size : 125%;
}
.font135{
	font-size : 135%;
	line-height : 200%;
}
.font145{
	font-size : 145%;
	line-height : 200%;
}
.font_white{
	color : #ffffff;
}
.font_red{
	color : #c70808;
}
.font_blue{
	color : #0b4db4;
}
.font_black{
	color : #000000;
}
.font_yellow{
	color : #ffff00;
}
.bg_red{
	background-color : #cc0000;
}
.marker_yellow{
	background-color : #ffff00;
}
.p15{
	padding : 15px 10px;
}
.line200{
	line-height : 200%;
}

/* ------------------------- */
/* -------- 吹き出し① -------- */
.balloon{
  display: flex;
  margin: 0 0 1.5em 0;
}
.balloonR{
  flex-direction: row-reverse;
}
.balloon-img{
  width: 90px;
  height: auto;
  flex-shrink: 0;
}
.balloon-text{
  padding: 10px;
  border-radius: 6px;
  position: relative;
  display: flex;
	color : #ffffff;
	font-size : 20px;
}
.balloon-text-inner{
  margin: auto;
}
.balloon-text::before,.balloon-text::after{
  content: '';
  position: absolute;
  top: 19px;
  font-size: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.balloonL .balloon-text{
  margin: 0 0 0 15px;
  background: #555151;
}
.balloonR .balloon-text{
  margin: 0 15px 0;
  background: #555151;
}
.balloonL .balloon-text::before{
  left: -16px;
  border-right: 16px solid #555151;
}
.balloonR .balloon-text::before{
  right: -16px;
  border-left: 16px solid #dbffb7;
}
.balloon_text{
	padding : 15px;
	border : 1px dotted #555151;
}

/* ------------------------- */
/* -------- 吹き出し② -------- */
.balloon_2{
  display: flex;
  margin: 0 0 1.5em 0;
}
.balloonR{
  flex-direction: row-reverse;
}
.balloon-text{
  padding: 10px;
  border-radius: 6px;
  position: relative;
  display: flex;
	color : #ffffff;
	font-size : 17px;
}
.balloon-text-inner{
  margin: auto;
}
.balloon-text::before,.balloon-text::after{
  content: '';
  position: absolute;
  top: 19px;
  font-size: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.balloonL .balloon-text{
  margin: 0 0 0 15px;
  background: #001b90;
}
.balloonR .balloon-text{
  margin: 0 15px 0;
  background: #001b90;
}
.balloonL .balloon-text::before{
  left: -16px;
  border-right: 16px solid #001b90;
}
.balloonR .balloon-text::before{
  right: -16px;
  border-left: 16px solid #dbffb7;
}
.balloon_text{
	padding : 15px;
	border : 1px dotted #555151;
}
.balloonL2 .balloon-text{
  margin: 0 0 0 15px;
  background: #1c990b;
  color : #ffffff;
}
.balloonL2 .balloon-text::before{
  left: -16px;
  border-right: 16px solid #1c990b;
}

ol.naiyou_no{
  counter-reset:list;
  list-style-type:none;
  padding: 0;
}
ol.naiyou_no li{
  position:relative;
  line-height: 30px;
  margin: 7px 0 10px 40px;
  padding-left:10px;
  border-bottom:solid 1px #2038a2;
}
ol.naiyou_no li:before{
  counter-increment: list;
  content: counter(list);
  position: absolute;
  left: -30px;
  width: 30px;
  height: 32px;
  background: #2038a2;
  text-align: center;
  color: #fff;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.faq {
	width: 100%;
}

.faq dl {
	border: 1px solid #ccc;
}
.faq dt {
font-weight: noemal;
	color: #ffffff;
	background: #555151; /* 「Q」タイトルの背景色 */
	padding: 8px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.faq dt:first-child {
	border-top: none;
}
.faq dt:before {
	content: "Q.";
	font-weight: bold;
	margin-right: 8px;
}
.faq dd {
	padding: 16px 16px 24px 30px;
	margin: 0;
	line-height: 180%;
}
.faq dd:before {
	content: "A.";
	font-weight: bold;
	margin-right: 8px;
	margin-left: -21px;
	color : #cc0000;
}
.tokutei_title{
	padding : 20px;
	background-color : #555151;
	font-size : 24px;
	color : #ffffff;
	text-align : center;
	font-weight : bold;
	margin-bottom : 20px;
}
.tokutei {
  border-collapse: collapse;
  width: 100%;
}
 
.tokutei th,
.tokutei td {
  border: 1px solid #dbe1e8;  
  padding: 8px;
}
 
.tokutei th {
  background: #f9fafc;
  text-align: left;
  width: 25%;
}
 
@media only screen and (max-width: 800px) {
.tokutei {
  border-collapse: collapse;
  width: 96%;
	margin : 0 auto;
}
  .tokutei tr,
  .tokutei th,
  .tokutei td {
    display: block;
    width: auto;
  }
  
  .tokutei tr:first-child {
    border-top: 1px solid #dbe1e8;  
  }
  
  .tokutei th,
  .tokutei td {
    border-top: none;
  }
}




