@charset "utf-8";
/*全体*/
html{
}
/*body*/
a {
    font-family: 'Yusei Magic', sans-serif;
    text-decoration: none;
    color: #f2a0a1;
}

body {
    margin: 0;
    padding: 0;
    background-color: #fffbf1;
    color: #666666;
    font-size: 20px;
    line-height: 2;
}
body h1 {
    font-family: 'Yusei Magic', sans-serif;
    color: #f2a0a1;
    font-weight: bold;
    margin-left: 20px;
	padding: 1rem 2rem;
  	border-left: 6px double #f2a0a1;


}
body h2{
    font-family: 'Yusei Magic', sans-serif;
    border-bottom: 5px dotted #f2a0a1;
}
h2:first-letter{
	font-size: 125%;
	}
body h3 {
    font-family: 'Yusei Magic', sans-serif;
    border-bottom: 2px dotted #666666;
  }
h3:first-letter{
	font-size: 125%;
	 }

h4:first-letter {
	font-size: 150%;
	color: #f2a0a1;
  }
.link-coment{
    text-align: right;
    font-size: large;
}
.title{
	background-color: #fffbf1;
}

.title img{
	width: 65%;
}


span {
 
    background:linear-gradient(transparent 60%, #fdeb84 60%);
 
}


/*topボタン*/
.topbtn{
    display: block;
}
.topbtn img{
	width: 40%;
    height: auto;
}
#Top {
    position: fixed;
    bottom: 200px;
    right: -90px;
    z-index: 8;
}
#Top a{
        background-color: transparent;
}
/*ヘッダー*/
header{
    width: 960px;
    height: 100px;
    margin: 0 auto;
	background-color: #fffbf1;
}
.logo{
    float: left;
    margin-top: 50px;
}
	#top {
		position : absolute ;
		top : 0 ;
	}
	#text {
		background-color : #f0f0f0 ;
		display : -ms-flexbox ;
		display : -webkit-box ;
		display : flex ;
		font-size : 15px ;
		justify-content : center ;
		padding : 0 2.5% ;
	}
	#text dl {
		border-right : 1px solid #888888 ;
		display : -ms-flexbox ;
		display : -webkit-box ;
		display : flex ;
		margin : 2.5px 0 ;
		padding : 0 15px ;
	}
	#text dt {
		padding : 2.5px 5px ;
	}
	#text dd {
		border : 1px solid #bbbbbb ;
		display : -ms-flexbox ;
		display : -webkit-box ;
		display : flex ;
		margin : 0 ;
		padding : 1px 10px ;
	}
	.dd-first {
		border-radius : 15px 0 0 15px ;
	}
	.dd-last {
		border-radius : 0 15px 15px 0 ;
	}
	.chosen {
		background : #CB6767 ;
		color : #ffffff ;
	}
	.not-chosen {
		background : transparent ;
		color : #000000 ;
		transition : .25s ;
	}
	.not-chosen:hover {
		background : #f2a0a1 ;
		color : #ffffff ;
		transition : .25s ;
	}
	header {
		background-color : #fffbf1 ;
		padding : 10px 0 0 ;
		width : 100% ;
		z-index : 3 ;
	}
	#logo {
		margin : 10px 0 ;
		text-align : center ;
		width : 100% ;
	}


/**/
  
.photo img{
    width: 60%;
}
.photo2 img{
    width: 80%;
}
.photo- img{
	width: 20%;
}
.happy-photo img{
	width: 35%;
}


/**/

.global-nav {
	background-color: #ec8484;
	border: 1px solid #dedede;
	border-radius: 4px;
	box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.055);
	color: #888888;
	display: block;
	padding: 0 5%;
	overflow: hidden;
	width: 90%;
	z-index:10;



}
.global-nav ul {
	margin: 0;
	padding: 0;
	z-index:10;
}
.global-nav ul li {
	display: inline-block;
	list-style-type: none;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	z-index:10;
}
.global-nav > ul > li > a > .caret {/*三角*/
	border-top: 4px solid #ffffff;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: '';
	display: inline-block;
	height: 0;
	width: 0;
	vertical-align: middle;
	-webkit-transition: color 0.1s linear;
	transition: color 0.1s linear;
	z-index:10;
}
.global-nav > ul > li > a {
	color: #ffffff;
	display: block;
	line-height: 56px;
	padding: 0 10px;
	text-decoration: none;
	z-index:10;
}
.global-nav > ul > li:hover {
	background-color: #ffffff;
	z-index:10;
}
.global-nav > ul > li:hover > a {
	color: #ff7e7e;
	z-index:10;
}
.global-nav > ul > li:hover > a > .caret {
	border-top-color: #ffffff;
	z-index:10;
}
.global-nav > ul > li > div {
	background-color: #f2a0a1;
	border-top: 0;
	border-radius: 0 0 4px 4px;
	box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.055);
	display: none;
	margin: 0;
	opacity: 0;
	position: absolute;
	width: 165px;
	visibility: hidden;
	-webkit-transiton: opacity 0.2s;
	transition: opacity 0.2s;
	z-index:10;
}
.global-nav > ul > li:hover > div {
	display: block;
	opacity: 1;
	visibility: visible;
	z-index:10;
}
.global-nav > ul > li > div ul > li {
	display: block;
	z-index:10;
}
.global-nav > ul > li > div ul > li > a {
	color: #ffffff;
	display: block;
	padding: 12px 24px;
	text-decoration: none;
	z-index:10;
}
.global-nav > ul > li > div ul > li:hover > a {
	background-color: rgba( 255, 255, 255, 0.1);
	z-index:10;
}

.menu-list-script {
	position : fixed ;
	top : 0 ;
	width : 100% ;
	z-index : 10 ;
}









/*********/

.link-coment > a{
	font-size: 2.5ex;
}
.link-coment > a:hover{
    color: #609191;
	font-size: 2.5ex;
}


/**/
.link li a{
    color: #f2a0a1;
}

#wrap{
    clear: both;
}
.content{
    width: 960px;
    margin: 0 auto;
}


/**/
.go-back {
	width:90%;
	margin:0 5%;
	display:flex;
	justify-content:space-between;
}
.go-back img {
	width:35%;
}
.go {
	margin-left: 60%;
}






/**/
.btn {
	border: 1px solid #f2a0a1;
	border-radius: 8px;
	padding: 10px 20px;
	display: inline-block;
	text-align: center;
	background: #ffffff;
	color: #f2a0a1; 
	transition: 0.7s;
  }
  .btn:hover {
	background: #f2a0a1;
	color: #ffffff;
	border: 1px solid #f2a0a1;
  }
  .btn a:hover{
	  color:#ffffff;
  }
/*サイトマップ*/
.smh {
	background-color : #ffffff ;
	margin : 20px 0 ;
	padding : 0 30px ;
}



/*国の対策-法律*/
.law-{
	background-color: #efefef;

}


/*法律原文*/

.law{
	background-color : #fdf3b7 ;
}

/*フッター*/
footer{
    text-align: center;
    background-color: #efefef;
    padding: 20px 0;
	font-size: 20px;
}
small{
    font-size: 13px;
}
.webcon img{
	width: 15%;
}
.cc img{
	width: 10%;
}
