@charset "utf-8";


/*全端末（PC・タブレット・スマホ）共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/

html {
font-size: 100%;
 
// 600px以降から、100pxごとに1px大きくなる
@media (min-width: 600px) {
font-size: calc(112.5% + 4 * (100vw - 600px) / 400)
}
 
// 1,000px以上は、22pxに
@media (min-width: 1000px) {
font-size: calc(137.5%)
}
}


body {
	margin: auto;
	padding: 0px;
	color: #000;	/*全体の文字色*/
	background-color: #FFF;	/*背景色*/
	-webkit-text-size-adjust: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: auto;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form {margin: 0px;padding: 0px;font-size: 100%;font-weight: normal;}
ul {list-style-type: none;}
ol {padding-left: 40px;padding-bottom: 15px;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
iframe {width: 100%;}

.clear {
margin: 0;
padding: 0;
clear: both;
}

.center {
text-align: center;
}

a {
    text-decoration-line: none;
}


.sp {
    display: none !important;
}

/*タイトル設定
---------------------------------------------------------------------------*/





/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
color: #666;		/*リンクテキストの色*/
transition: 0.2s;	/*マウスオン時の移り変わるまでの時間設定。0.2秒。*/
}
a:hover {
color: #66ba93;			/*マウスオン時の文字色*/
text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}

/*containerブロック
---------------------------------------------------------------------------*/
#container {
max-width: 1280px;	/*サイトの最大幅*/
margin: 0 auto;
}


/*ヘッダー
---------------------------------------------------------------------------*/
/*ロゴ画像（トップページのロゴ画像）*/
header{
overflow: hidden;	/*背景色*/
padding: 0px 0%;	/*上、左右、下へのボックス内の余白*/
max-width: 1280px;
margin-left: auto;
margin-right: auto;
width: 100%;
}

section {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 4rem;
	background-color: #FFFFFF;
	/* [disabled]width: 1280px; */
	max-width: 1280px;
}


/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
overflow: hidden;	/*背景色*/
padding: 0px 0%;	/*上、左右、下へのボックス内の余白*/
}
#container header .header-01 img {
	display: block;
	max-width: 15%;
	margin-left: auto;
	margin-right: auto;
	width: auto;
}


/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
padding-top: 0px;	/*上側のボックス内の余白*/
}
#container header .header-all {
display: block;
}
#container header .header-01 {
display: block;
margin-top: 1rem;
margin-bottom: 1rem;
}

#container #contents .bg01 {
background-color: #e4e5c3;
}

#container #contents .point_menu  {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background-color: #e4e5c3;
	border-radius: 10px;
	padding-bottom: 2rem;
}
#container #contents .point_menu .img_space  {
	display: block;
	margin-bottom: 1rem;
}

#contents .con01 {
	margin-right: auto;
	margin-left: auto;
	width: 85%;
}

#container #contents .point01   {
	font-size: 1.7rem;
	width: 83%;
	margin-left: auto;
	margin-right: auto;
}


/*---------------------
ポイント2
---------------------*/

.nagare-ttl {
	color: #009933;
	text-align: center;
	font-weight: 700;
	font-size: 2.5rem;
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.nagare-tit {
	color: #009933;
}


#flow h2 {
		font-size: calc(1.6 * 2.5rem);
		font-weight: 600;
		color: #ED1A3A;
		padding: 50px 0 10px 0;
		margin: 0 auto;
		border-bottom: solid 0.2vw #ED1A3A;
	}
	#flow .secTtl{
		margin-bottom: 40px;
		padding: 14px 0;
		font-size: calc(1.6 * 1.8rem);
		border-radius: 10px;
		color: #fff;
		background-color: #e5992e;
		border-bottom-width: 0;
	}
#flow {
	margin: 0 auto 100px;
}
#flow > ul{padding: 0 0px;counter-reset: section;}
#flow > ul li{
	display: flex;
	align-items: center;
	margin-bottom: 40px;
	padding: 20px;
	background-color: #FFFFFF;
	position: relative;
	text-align: center;
}
#flow > ul li::before {
	counter-increment: section;
	content: counter(section);
	padding: 8px 14px;
	position: relative;
	color: #fff;
	background-color: #000000;
}
#flow > ul li::after {
content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 20px 20px 0 20px;
border-color: #e5992e transparent transparent transparent;
position: absolute;
bottom: -30px;
left: 50%;
transform: translateX(-50%);
}
#flow > ul li:last-of-type::after {
display: none;
}


#flow > ul li p span{
display: block;
font-size: calc(1.0 * 0.8rem);
}
#flow > ul li p:nth-child(1){
	width: 45%;
	/* [disabled]color: #009933; */
}
#flow > ul li p:nth-child(1) span{
display: inline;
font-size: calc(1.0 * 1.4rem);
font-weight: bold;
position: relative;
}
#flow > ul li p:nth-child(2){
text-align: left;
line-height: 1.8;
}
#flow > ul li p:nth-child(2) a{
color: #ed1a3a;
text-decoration: underline;
font-weight: bold;
}
#flow > ul li > div{
	width: 50%;
}
#flow > ul li > div sub{
	/* [disabled]font-size: 14px; */
	vertical-align: text-top;
}

#flow > ul li table{
	width: 100%;
}
#flow > ul li table thead{
background-color: #000;
color: #fff;
}
#flow > ul li table tbody tr:nth-of-type(1){
background-color: #e3e3e3;
}
#flow > ul li table tbody tr:nth-of-type(2){
background-color: #fff;
}
#flow > ul li table th,
#flow > ul li table td{
padding: 10px;
border: solid 1px #000;
text-align: center;
}


#flow #syorui{
	margin-top: 0;
	/* [disabled]margin-right: 50px; */
	/* [disabled]margin-left: 50px; */
	margin-bottom: 0;
	padding: 10px;
	background-color: #1c452b;
}
#flow #syorui > p{
	margin-bottom: 10px;
font-size: calc(1.2 * 1.4rem);
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
#flow #syorui > div{
	padding: 20px;
	background-color: #fff;
font-size: calc(1.0 * 1.12rem);
	text-align: center;
}
#flow #syorui > div ul{
display: flex;
flex-wrap: wrap;
justify-content: center;
}
#flow #syorui > div ul:first-of-type{
margin-bottom: 10px;
}
#flow #syorui > div ul li::before{
content: "・";
margin-right: 0.5em;
}
#flow #syorui > div ul li{
margin-right: 1.0em;
}
#flow #syorui > div ul li:last-child{
margin-right: 0;
position: relative;
}
#flow #syorui > div ul li sup{
color: #ed1a3a;
position: absolute;
font-size: calc(1.0 * 0.8rem);
}
#flow #syorui > div ul li:last-child span{
display: block;
width: initial;
}
#flow #syorui > div p:nth-of-type(1){
	color: #ed1a3a;
font-size: calc(1.0 * 0.9rem);
	text-align: center;
}
#flow #syorui > div p:nth-of-type(2){
margin: 30px 0 20px;
padding: 10px;
color: #fff;
background-color: #26346e;
}




/*---------------------
ポイント3
---------------------*/
.add-ttl {
	color: #000;
	text-align: center;
	font-weight: 700;
	font-size: 2.5rem;
	margin-top: 2rem;
	margin-bottom: 2rem;
}





/*画面幅800px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:800px){
body {

}

}

/*その他
---------------------------------------------------------------------------*/




/*画面幅800px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:800px){

/*全体の設定
---------------------------------------------------------------------------*/
body {line-height: 1.5;	/*行間*/
}

.sp {
    display: block !important;
}

section {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 3rem;
	background-color: #FFFFFF;
	max-width: 1280px;
}



#container #contents .point01   {
	font-size: 1.0rem;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

/*コンテンツ
---------------------------------------------------------------------------*/
#container header .header-01 img {
	display: block;
	max-width: 20%;
	margin-left: auto;
	margin-right: auto;
}


/*---------------------
ポイント2
---------------------*/

#flow {
	/* [disabled]width: 90%; */
			margin: 0 auto calc(80 / 800 * 100%);
		}
		#flow > ul{
			padding: 0;
		}
		#flow > ul li{
			display: block;
			margin-bottom: calc(60 / 800 * 100%);
			padding: calc(30 / 800 * 100%);
		}
		#flow > ul li::before {
			padding: calc(8 / 800 * 100%) calc(18 / 800 * 100%);
		}
		#flow > ul li::after {
			border-width: 3vw 3vw 0 3vw;
			bottom: -5vw;
		}
		#flow > ul li p span{
			display: block;
			font-size: 2.4vw;
		}
		#flow > ul li p:nth-child(1){
			width: 100%;
			margin-top: calc(30 / 800 * 100%);
			margin-bottom: calc(20 / 800 * 100%);
			padding-right: calc(20 / 800 * 100%);
		}
		#flow > ul li p:nth-child(1) span{
	width: 100%;
		}

		#flow > ul li p:nth-child(2){
			text-align: center;
		}

		#flow > ul li p:nth-child(2),
		#flow > ul li table{
			width: 100%;
		}
		#flow > ul li table{
			margin-top: calc(40 / 800 * 100%);
		}
		#flow > ul li > div{
			width: 100%;
		}
		#flow > ul li > div sub{
			font-size: 2.4vw;
		}

		#flow #syorui{
			margin: 0 auto;
			padding: calc(20 / 800 * 100%);
		}

		#flow #syorui > div{
			padding: calc(20 / 800 * 100%);
		}
		#flow #syorui > div ul:first-of-type{
			margin-bottom: 0;
		}
		#flow #syorui > div ul li{
			margin-right: calc(80 / 800 * 100%);
			margin-bottom: calc(20 / 800 * 100%);
		}
		#flow #syorui > div ul li:nth-child(even){
			margin-right: 0;
		}
		#flow #syorui > div ul li sup{
			font-size: 2.28vw;
		}
		#flow #syorui > div p:nth-of-type(1){
			font-size: 2.28vw;
		}
		#flow #syorui > div p:nth-of-type(2){
			margin: calc(30 / 800 * 100%) 0 calc(20 / 800 * 100%);
			padding: calc(10 / 800 * 100%);
		}

}



/*その他
---------------------------------------------------------------------------*/




/*フッター設定
---------------------------------------------------------------------------*/
footer {clear: both;padding-right: 0;padding-left: 0;padding-bottom: 0;	/*上、左右、下へのボックス内の余白*/ }
footer .wrapper{text-align: center;font-size: 75%;background-color: #FFFFFF;padding-top: 3em;padding-bottom: 3em; }
#pagetop {position: fixed; bottom: 15px; right: 15px; }


/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {position: fixed;bottom: 15px;right: 15px;}
#pagetop a {display: block;background: #000;color: #fff;width: 50px;padding: 10px 5px;text-align: center;}
#pagetop a:hover {ackground: #666;}


}
/*フッターメニュー
---------------------------------------------------------------------------*/


/*コピーライト
---------------------------------------------------------------------------*/
