a{
	text-decoration-color : #FFF601 !important;
	text-decoration-thickness : 2px !important;
} 

#header #header_menu li a:hover {
	color:#AAA;
}

#footer #footer_menu{
	background:#FFF601;
}

.pageTop a {
	background-color:rgb(255,246,1,0.25);
}

a.ptn2::before {
    border-bottom: 100px solid #FFF601;
}

a.ptn2:hover {
	color:#000;
}

#news .news-list dt span{
	background-color:#FFF601;
}

.qa dl{
	margin-bottom:40px;
}

.qa dt{
	position:relative;
	padding-left:2.5em;
	margin-bottom:20px;
}

.qa dt:before{
	position:absolute;
	left: 0;
	top: -2px;
	content:"Q";
	font-size:24px;
	font-weight:bold;
	font-family:arial;
	width:28px;
	height:28px;
	line-height:28px;
	color:#FFF601;
	background:#25B7C0;
	text-align:center;
}


.qa dd{
	position:relative;
	font-size:16px;
	padding-left:3em;
}

.qa dd:before{
	position:absolute;
	left: 0;
	top: -2px;
	content:"A";
	font-size:24px;
	font-weight:bold;
	font-family:arial;
	width:28px;
	height:28px;
	line-height:28px;
	color:#25B7C0;
	background:#FFF601;
	text-align:center;
	padding-left:3px;
}


.comparison{
	width:90%;
	max-width:780px;
	margin:0 auto 10px auto;
	
}

.comparison .child{
	border:solid 3px #F0F1F3;
	padding:30px 0 10px 0;
}

.comparison .child .h4-wrapper{
	position:relative;
	width:100%;
	text-align:center;
}

.comparison .child h4{
	font-size:16px;
	position:absolute;
	top: -3em;
	left:0;
	right:0;
	background:#FFF601;
	padding:3px 0;
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px; 
	border-radius:20px; 
	display:inline-block;
	margin:auto;
	width:90%;
	max-width:250px;
}

.comparison .child ul{
  list-style: disc;
  padding:0 0.5em 0 2em;
}

.comparison .child li{
	font-size:16px;
	margin-bottom:5px;
}

#kiyaku .column2.ptn1{
	width: 90%;
	max-width: 800px;
	margin:0 auto;
}



#kiyaku .column2.ptn2 .child:nth-of-type(1){
	width:calc(100% - 200px);
	padding-left:1em;
}

#kiyaku .column2.ptn2 .child:nth-of-type(2){
	width:200px;
	text-align:center;
	margin-left:0;
}



#gaiyo #secretariat .info dl{
	border-bottom:solid 1px #ddd;
	padding:20px 0;
    display: -webkit-flex;
    display: flex;
    flex-wrap:wrap;
}

#gaiyo #secretariat .info dt{
	display:inline-block;
	width:150px;
	padding-left:1em;

}

#gaiyo #secretariat .info dd{
	display:inline-block;
	width:calc(100% - 150px);

}

/**************************************************************/
/**********************     スマホ     ************************/
/**************************************************************/

@media only screen and ( max-width : 600px ) {


#kiyaku .column2.ptn2 .child:nth-of-type(1){
	width:100%;
	padding-left:0;
	-webkit-box-ordinal-group:2;
	-ms-flex-order:2;
	-webkit-order:2;
	order:2;
}

#kiyaku .column2.ptn2 .child:nth-of-type(2){
	width:100%;
	-webkit-box-ordinal-group:1;
	-ms-flex-order:1;
	-webkit-order:1;
	order:1;
	margin-bottom:40px;
}




} /* max-width : 600px */



/**************************************************************/
/**********************    パソコン    ************************/
/**************************************************************/


@media only screen and ( min-width : 951px ) {


#kiyaku .column2.ptn2 .child:nth-of-type(1){
	width:calc(100% - 400px);
	padding-left:1em;
}

#kiyaku .column2.ptn2 .child:nth-of-type(2){
	width:350px;
	margin-left:50px;
}




} /* min-width : 950px */










