﻿.pc {display: block!important;}
.sp {display: none!important;}
	
	
	/*--bosyu----------------------------------------------------------------------------------------*/
.mb35 {margin-bottom: 35px;}
.bosyu02 .kikan {
	font-weight:bold;
	font-size:200%;
	color:#CC0000;
}

.bosyu02 dl {
	border:#CCCCCC 1px solid;
	padding:8px;
	width:90%;
	margin:40px auto;
}

.bosyu02 dt {
	padding:0;
	margin:0;
	width:56%;
	float:left;
	text-align:left;
}

.bosyu02 dt .st {
	background:#FF6600;
	color:#FFF;
	font-size:120%;
	font-weight:bold;
	text-align:center;
	padding:5px;
	margin-bottom:10px;
}

.bosyu02 dt ul {
	margin:10px;
	padding:0;
	list-style:none;
}

.bosyu02 dt li {
	background:url(images/2026boshu/list01.png) no-repeat;
	padding-left:30px;
	margin-bottom:5px;
	font-size:110%;
}


.bosyu02 dt li.check {
	position: relative;
}

.bosyu02 dt li.check div {
	width: 40%;
  position: absolute;
	top: 0;
	right: 0;
	box-sizing: border-box;
  display: inline-block;
  margin-left: 20px;
  padding: 16px;
  border: 2px solid #bc0003;
  border-radius: 8px;
  background-color: #ffffff;
font-size: 80%;
  font-weight: 400;

  color: #000000;
}

.bosyu02 dt li.check div::before {
  content: "";
  position: absolute;
  top: 26%;
  left: 0;
  border-style: solid;
  border-width: 10px 20px 10px 0;
  border-color: transparent #bc0003 transparent transparent;
  translate: -100% -50%;
}

.bosyu02 dt li.check div::after {
  content: "";
  position: absolute;
  top: 26%;
  left: 0;
  border-style: solid;
  border-width: 7.8px 15.5px 7.8px 0;
  border-color: transparent #ffffff transparent transparent;
  translate: -100% -50%;
}



@media screen and (max-width:1100px)
{


.bosyu02 dt li:first-child {
	padding-top: 0px;
	background-position: 0 0;
}

.bosyu02 dt li.check {
	position:static;
}

.bosyu02 dt li.check div {
	width: 100%;
	box-sizing: border-box;
  position:static;
	top: 0;
	right: 0;
  display: inline-block;
  margin-left: 0px;
	margin-top: 5px;
  padding: 8px;
  border: 2px solid #bc0003;
  border-radius: 8px;
  background-color: #ffffff;
font-size: 80%;
  font-weight: 400;

  color: #000000;
}

.bosyu02 dt li.check div::before {
display: none;
}

.bosyu02 dt li.check div::after {
display: none;
}

}

.bosyu02 dd {
	padding:0;
	margin:0;
	width:43%;
	float:right;
	text-align:center;
}

.bosyu02 dd img {
	width:100%;
	height:auto;
	margin-bottom: 5px;
}

.bosyu02 .mes_left {
    width: 32%;
    float: left;
    text-align: left;
}

.bosyu02 .mes_left .name {
	background:#F4C601;
	color:#FFFFFF;
	text-align:center;
	padding:10px;
	margin-bottom:15px;
	font-weight:bold;
	font-size:120%;
    border-radius: 100px;        /* CSS3草案 */  
    -webkit-border-radius: 100px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 100px;   /* Firefox用 */  
}





.bosyu02 .mes_center {
	width:32%;
	float:left;
	margin:0 2%;
	text-align:left;
}


.bosyu02 .mes_center .name {
	background:#F4C601;
	color:#FFFFFF;
	text-align:center;
	padding:10px;
	margin-bottom:15px;
	font-weight:bold;
	font-size:120%;
    border-radius: 100px;        /* CSS3草案 */  
    -webkit-border-radius: 100px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 100px;   /* Firefox用 */  
}

.bosyu02 .mes_right {
width: 32%;
float: left;
text-align: left;
}

.bosyu02 .mes_right .name {
	background:#F4C601;
	color:#FFFFFF;
	text-align:center;
	padding:10px;
	margin-bottom:15px;
	font-weight:bold;
	font-size:120%;
    border-radius: 100px;        /* CSS3草案 */  
    -webkit-border-radius: 100px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 100px;   /* Firefox用 */  
}

.bosyu02 .int strong{
	font-weight:bold;
	font-size:120%;
	color:#009039;

}
.bosyu02 .bosyu_qa dl {
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
}

.bosyu02 .bosyu_qa dt {
    width: 100%;
    min-height: 35px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-left: 45px;
    font-size: 120%;
    font-weight: bold;
    color: #DA6053;
    background: url(images/2026boshu/circle_q.png) no-repeat top left;
    box-sizing: border-box;
		float: none;
}

.bosyu02 .bosyu_qa dd {
    width: 100%;
    min-height: 35px;
    margin-bottom: 20px;
    padding-top: 5px;
    padding-left: 45px;
    padding-bottom: 20px;
    border-bottom: dotted 1px #CCCCCC;
    text-align: left;
    background: url(images/2026boshu/circle_a.png) no-repeat top left;
    box-sizing: border-box;
	float: none;
}

.bosyu02 .bosyu_qa table {
	width: 100%;
}

.bosyu02 .bosyu_qa th {
	padding: 1em 0.5em;
	font-weight: bold;
	border-bottom: 1px solid #DDD;
}

.bosyu02 .bosyu_qa td {
	padding: 1em 0.5em;
	border-bottom: 1px solid #DDD;
}



/* タブレットレイアウト : 768 px ～ 959 px*/
@media screen and (max-width:959px)
{	

}


/* スマホ設定  600 以下*/
@media screen and (max-width:667px)
{
.pc {display: none!important;}
.sp {display: block!important;}
	
.bosyu02 dl {
	border:#CCCCCC 1px solid;
	padding:8px;
	width:90%;
	margin:40px auto;
}

.bosyu02 dt {
	padding:0;
	margin:0;
	width:100%;
	float:none;
	text-align:left;
	margin-bottom: 10px;
}

.bosyu02 dd {
	padding:0;
	margin:0;
	width:100%;
	float:none;
	text-align:center;
}
	

.bosyu02 .mes_left {
	width:100%;
	float:none;
	text-align:left;
        margin-bottom: 20px
}


.bosyu02 .mes_center {
    width: 100%;
    float: none;
    text-align: left;
    margin-bottom: 20px;
}


.bosyu02 .mes_right {
	width:100%;
	float:none;
	text-align:left;
}	
	
	

.bosyu02 .bosyu_qa table {

}

.bosyu02 .bosyu_qa th {
	display: list-item;
	list-style: none;
	width: 100%;
	padding: 1em 0.5em 0em 0.5em;
	font-weight: bold;
	border-bottom: none;
}

.bosyu02 .bosyu_qa td {
	display: list-item;
	width: 100%;
	padding: 0.3em 0.5em 1em 0.5em;
	border-bottom: 1px solid #DDD;
}	
	
}




/* スマホ設定  400 以下（フッターバナーのボタン設定）*/
@media screen and (max-width:400px)
{

}