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


/*---Googleフォント---*/
.wf-roundedmplus1c { 
	font-family: "M PLUS Rounded 1c"; 
	}


/*---ボックスサイジング---*/
.box-sizing {
	box-sizing:border-box;
}



/*シャドウ*/
.txt-shadow {
	text-shadow:2px 2px 3px #999999;
}
.drop-shadow {
	box-shadow:3px 1px 4px #AAAAAA;
}
.txt-shadow {
	text-shadow: #000 1px 1px 0,#000 1px -1px 0,#000 -1px 1px 0,#000 -1px -1px 0;
}



/*上下余白*/
.margin-top10 {
	margin-top: 10px;
}
.margin-top30 {
	margin-top: 30px;
}
.margin-top50 {
	margin-top: 50px;
}
.margin-bottom10px {
	margin-bottom: 10px;
}
.margin-bottom20px {
	margin-bottom: 20px;
}
.margin-bottom30px {
	margin-bottom: 30px;
}
.margin-bottom50px {
	margin-bottom: 50px;
}
.margin-right30 {
	margin-right: 30px;
}
.margin-right20 {
	margin-right: 20px;
}
.margin-right10 {
	margin-right: 10px;
}

/*インデント*/
.indent10 {
	margin-left: 10px;
}
.indent20 {
	margin-left: 20px;
}




/*divの角丸*/
.radius10{
	border-radius:10px;
}
.radius20{
	border-radius:20px;
}
.radius30{
	border-radius:30px;
}


/*ポジションの変更各種*/
.txt-center {
	text-align: center;
}
.position-right {
	float: right;
}
.position-left {
	float: left;
}
.position-center {
	text-align: center;	
}

.verticaalAlign-center {
	vertical-align: middle;
}
.float-clear {
	clear: both;
}
.img-left {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.img-right {
	float: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.img-border {
	border: 1px solid #999;
}



/*Googleフォント*/
.wf-roundedmplus1c { font-family: "M PLUS Rounded 1c"; 
}



/*背景*/

.bg-hougan{
	background-image: url(../image/bg-hougan.gif);
	border: 1px solid #690;
}


/*■ FLEXボックス ■*/
.flex-center {
	/*複数行＆中央揃え*/
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
}



/*◆flexボックスのchild*/

/*◆childが２個*/
.flex-child-2 {
	width: 100%;
	border: 1px solid #999;
	margin-bottom: 30px;
}

.flex-child-2-type2 {
	box-sizing: border-box;
	width: 96%;
	border: 1px solid #999;
	margin-bottom: 30px;
	margin-left: 2%;
	margin-right: 2%;
	border-radius: 10px;
	background-image: url(../image/bg-hougan.gif);	
}


/*flexBox 表のかわりに使う２カラムのflexboxの設定*/

.flexBox {
	display:flex;
	flex-wrap:wrap;
}
.flex-left {
	display:flex;
}

.flexBox-child-R01 {
	text-align: left;
}

/*--------------------------*/





/*テキストリンクをデフォルトの色にする*/
.link-default {
	color: #66C;
	text-decoration: underline;
}



/*■dlのリスト設定*/

.dl-list dt {
	font-size: 20px;
	color: #845900;
	margin-bottom: 3px;
	text-shadow:2px 2px 2px #BBBBBB;
}
.dl-list dt img {
	vertical-align: middle;
	margin-right: 6px;
}

.dl-list dd {
	margin-bottom: 20px;
	color: #666;
	margin-left: 25px;
}

/*■挿入画像の位置とモバイル表示の大きさ*/
.fit-img {
	width: 100%;
	height: auto;
}

/*共に右寄せ-モバイルのみ60%の大きさ*/
.img-right-mobile60 {
	float: right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}

/*リスト*/

.list01 {
	list-style-type: none;
	list-style-image: url(../image/mark/link-go.png);
	margin-bottom: 30px;
	font-size: 1.1em;
}
.list01 li {
	margin-bottom:20px;
}

.list02 {
	margin-bottom: 50px;
	line-height: 30px;
	font-size: 1.2em;
	color: #3366CC;
	font-weight: bold;
	margin-top: 50px;
}
.list03 {
	padding: 10px;
	background-color: #DEF2FE;
/*	margin-right: 20px;
	margin-left: 20px;*/
	margin-top: 50px;
}

.list-check {
	list-style-type: none;
	list-style-image: url(../image/mark/check2.png);
	margin-bottom: 30px;
	
}
.list-check li {
	margin-bottom: 30px;
}