*{
    padding-bottom: 0px;
    padding-right: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-left: 0px;
}






.slider img {
    display: block;
    margin: 0 auto;
    width: 100%;
}



























/* 画面外にいる状態 */
.fadein {
    opacity : 0.1;
    transform : translate(0, 50px);
    transition : all 800ms;
}
 
/* 画面内に入った状態 */
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}

.fadenav{
    animation: fadeIn 1s ease 0s 1 normal;
}
 @keyframes fadeIn { from {
     opacity: 0;
     transform: translateY(30px); フェード前の位置 
 }
 to {
     opacity: 1;
     transform: translateY(0); フェードの位置 
 }
}


#wraper{
	background-color: #EFEFEF;
	width: 100%;
}
a:hover {
	transition: all 0.3s ease 0s;
}



a:hover img {
	transition: all 0.3s ease 0s;
}

#snd_lb {
	background-color: #0065F2;
}

.slider li {
  display: none; /*読み込み時は非表示*/
}
.bx-viewport .slider li {
  display: block !important; /*JSが読み込まれたら表示*/
}

.x-scroll {
overflow: auto;
}
.x-scroll table{
    width: 100%;
    max-width: 1800px;
}
.x-scroll::-webkit-scrollbar{
height: 5px; /* スクロールバーの高さ */
}
.x-scroll::-webkit-scrollbar-track{
background: #F1F1F1; /* スクロールバーの背景色 */
}
.x-scroll::-webkit-scrollbar-thumb {
background: #d6d6d6; /* スクロールバーの色 */
}
.x-scroll td, .x-scroll th{
white-space: ;　/* 文字の折返しを禁止 */
}



/* スマホ
------------------------------ */
@media screen and (max-width:800px) {
    
    #iels_nb {
    margin-left: 22px;
    margin-right: 22px;
}
#iels_n a:hover {
    opacity: 0.6;
}
#iels_n {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
#iels_n img {
    width: 100%;
}
    
    #iels_lb a:hover {
    opacity: 0.6;
}
#iels_lb img {
    width: 100%;
}
#iels_lb {
    width: 99%;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}
#iels_l p {
    margin-bottom: 20px;
}
#iels_l {
    margin-left: 20px;
    margin-bottom: 40px;
    margin-right: 20px;
    font-size: 32px;
    line-height: 1.5em;
    text-align: left;
}
#iels_k img {
    width: 100%;
}
#iels_k  {
    width: 600px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
}

#iels_j img {
    width: 100%;
    padding-top: 1px;
    padding-right: 1px;
    padding-bottom: 1px;
    padding-left: 1px;
    border: 1px solid #A1A1A1;
}
#iels_j  {
    width: 600px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
}
#iels_i img {
    width: 100%;
}
#iels_i  {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
}
#iels_h {
    text-align: left;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.5em;
    background-image: url(../../img/bnr_505.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 80px auto;
    margin-left: 22px;
    margin-right: 22px;
    padding-left: 100px;
    margin-bottom: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
}
#iels_g {
    float: left;
    background-color: #F2F2F2;
    border-radius: 6px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
}
#iels_f {
    background-color: #EFEFEF;
    margin-bottom: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 32px;
    line-height: 1.5em;
    font-weight: 500;
}
#iels_e img {
    width: 100%;
}
#iels_e  {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    width: 1400px;
}
#iels_d {
    width: 600px;
    margin-left: auto;
    padding-top: 1px;
    padding-right: 1px;
    padding-bottom: 1px;
    padding-left: 1px;
    border: 1px solid #A5A5A5;
    margin-right: auto;
    margin-bottom: 40px;
}
#iels_d img {
    width: 100%;
}

#iels_a p {
    margin-bottom: 28px;
}
#iels_a {
    margin-left: 22px;
    margin-right: 22px;
    text-align: left;
    font-size: 32px;
    line-height: 1.5em;
    margin-bottom: 40px;
}


    
    #iels_c img {
    width: 100%;
}
#iels_c  {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
#iels_b {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    display: none;
}
#iels_b img {
    width: 100%;
}
    
    #icnb_a a {
    width: 99%;
    display: block;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 2px 2px 6px #A4A4A4;
    box-shadow: 2px 2px 6px #A4A4A4;
}
#icnb_a a:hover {
    opacity: 0.6;
}
#icnb_a a img {
    width: 100%;
}
    
    #eln_bb {
    margin-bottom: 50px;
    margin-left: 20px;
}
#eln_b {
    background-color: #29486e;
    color: #FFFFFF;
    font-size: 34px;
    font-weight: 500;
    padding-top: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
    margin-bottom: 30px;
    width: 300px;
    text-align: center;
    border-radius: 6px;
}
#eln_c {
}
#eln_ac {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}
#eln_ab {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    background-color: #F2F2F2;
    padding-top: 22px;
    padding-right: 22px;
    padding-bottom: 22px;
    padding-left: 120px;
    border-radius: 4px;
    margin-bottom: 30px;
    background-image: url(../../img/bnr_504.png);
    background-repeat: no-repeat;
    background-position: 20px center;
    background-size: 80px auto;
}
#eln_a {
    margin-left: 22px;
    margin-right: 22px;
    text-align: left;
    font-size: 32px;
    line-height: 1.5em;
}
    
    #elt_bb p {
    margin-bottom: 20px;
    text-align: left;
}


#elt_bb {
    margin-left: 22px;
    margin-right: 22px;
    font-size: 32px;
    text-align: left;
    line-height: 1.5em;
}
#iel_aa {
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    line-height: 1.6em;
    text-align: left;
}
#iel_a {
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
    
    .nyu_photo img {
    width: 100%;
}
    
    #iel_a a {
	display: block;
	margin-left: 40px;
	margin-right: 40px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	font-size: 30px;
	line-height: normal;
	background-color: #E1E1E1;
	background-image: url(../img_marks/snd-002blue.png);
	background-position: right center;
	background-repeat: no-repeat;
}
#iel_a a:hover {
	opacity: 0.6;
	color: #0084F9;
}


#bk{
  margin : 0px;
  padding : 0px;
  background:url(back.gif) repeat-x;
}

.kai_2016 {
	width: 780px;
	background-color: #1159A2;
	color: #EBF3FB;
	font-size: 40px;
	line-height: 48px;
	padding-top: 10px;
	padding-bottom: 15px;
	border: 4px solid #6DABEF;
	border-radius: 20px;
	margin-top: 10px;
}
.kai_01 {
	width: 640px;
	background-color: #226FBF;
	color: #EBF3FB;
	font-size: 40px;
	line-height: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 4px solid #6DABEF;
	border-radius: 20px;
	margin-top: 10px;
}
.kai_01 a{
	color: #EBF3FB;
	display: block;
}
.kai_01 a:hover{
	color: #FFAA01;
}
.bar {
	width: 800px;
	background-color: #C5C5C5;
	margin-top: 40px;
	height: 2px;
	margin-bottom: 20px;
}

.kishu {
	width: 640px;
	background-color: #BABABA;
	color: #BD0509;
	font-size: 40px;
	line-height: 48px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 4px solid #D8D8D8;
	border-radius: 20px;
	margin-top: 10px;
}
.kishu a{
	color: #BD0509;
	display: block;
}
.kishu a:hover{
	color: #EE8A8A;
}
.gochu {
	width: 700px;
	color: #353535;
	font-size: 20px;
	line-height: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	border: 4px solid #EFC0C0;
	border-radius: 20px;
	margin-top: 10px;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 30px;
}
.kamo {
	width: 98%;
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
	background-color: #CCCCCC;
	font-size: 20px;
	line-height: 26px;
}
.kamo_ore {
    margin-top: 10px;
    margin-bottom: 30px;
    background-color: #CCCCCC;
    font-size: 30px;
    line-height: 1.5em;
}
.kamo td{
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	font-size: 20px;
	line-height: 26px;
	text-align: center;
}
.kamo th{
	background-color: #CBEFD4;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	font-size: 20px;
	line-height: 26px;
	text-align: center;
	}
	
	.kamo_ore td{
    background-color: #FFFFFF;
    padding-top: 20px;
    padding-left: 10px;
    padding-bottom: 20px;
    padding-right: 10px;
    font-size: 30px;
    line-height: 1.5em;
    text-align: center;
}
.kamo_ore th{
    background-color: #F0F0F0;
    padding-top: 25px;
    padding-left: 10px;
    padding-bottom: 25px;
    padding-right: 10px;
    font-size: 30px;
    line-height: 1.5em;
    text-align: center;
    font-weight: normal;
	}
	
	
.risu {
    background-color: #29486e;
    border-radius: 5px;
    color: #FFFFFF;
    font-size: 32px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 30px;
    line-height: 1.5em;
}
.risu-nyuu {
    background-color: #29486e;
    border-radius: 5px;
    color: #FFFFFF;
    font-size: 32px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 30px;
    line-height: 1.5em;
}

.nyu_photo {
    background-color: #C1C1C1;
    border-radius: 5px;
    color: #FFFFFF;
    font-size: 24px;
    margin-bottom: 60px;
    width: 200px;
    height: 150px;
    float: left;
    text-align: center;
}
.nyu-txt {
    border-radius: 5px;
    margin-bottom: 60px;
    width: 520px;
    float: right;
    text-align: left;
    font-size: 32px;
    line-height: 1.5em;
}
.nyu-txt2 a {
    border-radius: 5px;
    text-align: left;
    display: block;
    margin-top: 30px;
    background-color: #E46264;
    font-size: 32px;
    color: #FFFFFF;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    line-height: 1.5em;
    text-decoration: none;
    background-image: url(../../img_marks/snd-002.png);
    background-repeat: no-repeat;
    background-position: right center;
}
.nyu-txt2 a:hover  {
	background-color: #FF9900;
}
.risu2 {
    font-size: 32px;
    margin-left: 20px;
    margin-right: 10px;
    line-height: 1.5em;
}
.risu3 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #29486e;
    line-height: 1.5em;
}



.history-list {
	width: 800px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	overflow: hidden;
	}
	.history-list dt {
	background-repeat: no-repeat;
	height: 72px;
	cursor: pointer;
	background-image: url(img/ielts-006.jpg);
	margin-bottom: 10px;
		}
		.history-list dt.open {
	background-position: bottom;
	background-image: url(img/ielts-006-2.jpg);
		}
	.history-list dd {
	margin-left: 30px;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 30px;
	margin-right: 30px;
	font-size: 20px;
	line-height: 30px;
	display: none;
	}
	
	.history-list2 {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	overflow: hidden;
	}
	.history-list2 dt {
	background-repeat: no-repeat;
	height: 72px;
	cursor: pointer;
	background-image: url(img/ielts-008.jpg);
	margin-bottom: 10px;
		}
		.history-list2 dt.open {
	background-position: bottom;
	background-image: url(img/ielts-008-2.jpg);
		}
	.history-list2 dd {
	margin-left: 30px;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 30px;
	margin-right: 30px;
	font-size: 20px;
	line-height: 30px;
	display: none;
	}
	
		.history-list3 {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	overflow: hidden;
	}
	.history-list3 dt {
	background-repeat: no-repeat;
	height: 72px;
	cursor: pointer;
	background-image: url(img/ielts-009.jpg);
	margin-bottom: 10px;
		}
		.history-list3 dt.open {
	background-position: bottom;
	background-image: url(img/ielts-009-2.jpg);
		}
	.history-list3 dd {
	margin-left: 30px;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 30px;
	margin-right: 30px;
	font-size: 20px;
	line-height: 30px;
	display: none;
	}
	
			.history-list4 {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	overflow: hidden;
	}
	.history-list4 dt {
	background-repeat: no-repeat;
	height: 72px;
	cursor: pointer;
	background-image: url(img/ielts-010.jpg);
	margin-bottom: 10px;
		}
		.history-list4 dt.open {
	background-position: bottom;
	background-image: url(img/ielts-010-2.jpg);
		}
	.history-list4 dd {
	margin-left: 30px;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 30px;
	margin-right: 30px;
	font-size: 20px;
	line-height: 30px;
	display: none;
	}
	
	
	
	
	
				.history-list5 {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	overflow: hidden;
	}
	.history-list5 dt {
	background-repeat: no-repeat;
	height: 72px;
	cursor: pointer;
	background-image: url(img/ielts-011.jpg);
	margin-bottom: 10px;
		}
		.history-list5 dt.open {
	background-position: bottom;
	background-image: url(img/ielts-011-2.jpg);
		}
	.history-list5 dd {
	margin-left: 30px;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 30px;
	margin-right: 30px;
	font-size: 20px;
	line-height: 30px;
	display: none;
	}
	
	
.history-list6 {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	overflow: hidden;
	}
	.history-list6 dt {
	background-repeat: no-repeat;
	height: 72px;
	cursor: pointer;
	margin-bottom: 10px;
	background-image: url(img/ielts-019.jpg);
		}
		.history-list6 dt.open {
	background-position: bottom;
	background-image: url(img/ielts-019-2.jpg);
		}
	.history-list6 dd {
	margin-left: 30px;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 30px;
	margin-right: 30px;
	font-size: 20px;
	line-height: 30px;
	display: none;
	}
	
	
	
.history-list7 {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	overflow: hidden;
	}
	.history-list7 dt {
	background-repeat: no-repeat;
	height: 72px;
	cursor: pointer;
	margin-bottom: 10px;
	background-image: url(img/ielts-021.jpg);
		}
		.history-list7 dt.open {
	background-position: bottom;
	background-image: url(img/ielts-021-2.jpg);
		}
	.history-list7 dd {
	margin-left: 30px;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 30px;
	margin-right: 30px;
	font-size: 20px;
	line-height: 30px;
	display: none;
	}
	
	
	
	
.nyuu {
	margin-bottom: 10px;
	}
	
	
.oku {
    margin-bottom: 30px;
    font-size: 32px;
    line-height: 1.5em;
    text-align: left;
	}
.oku2 {
	width: 183px;
	float: right;
	margin-left: 20px;
	}
.oku3 {
    font-size: 36px;
    color: #29486e;
    padding-bottom: 20px;
    padding-top: 5px;
    line-height: 1.5em;
	}
	
	.oku4 {
    font-size: 32px;
    color: #DD3C3C;
    line-height: 1.5em;
    text-align: left;
    margin-top: 40px;
    margin-bottom: 20px;
	}
    
    #shnz_e p {
    margin-bottom: 20px;
}
    
    #shnz_e {
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    text-align: left;
    font-size: 32px;
    line-height: 1.6em;
    margin-bottom: 60px;
    background-color: #F4F4F4;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}
#shnz_d {
    background-color: #3184B7;
    color: #FFFFFF;
    font-size: 32px;
    line-height: 1.6em;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    background-image: url(../../img_marks/poi-001.png);
    background-repeat: no-repeat;
    background-position: left 0%;
    background-size: auto 100%;
    padding-left: 130px;
}
#shnz_c {
    margin-left: 22px;
    margin-right: 22px;
    font-size: 32px;
    line-height: 1.6em;
    text-align: left;
}
#shnz_b {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
}
#shnz_b img {
    width: 100%;
    padding-top: 1px;
    padding-right: 1px;
    padding-bottom: 1px;
    padding-left: 1px;
    border: 1px solid #A2A2A2;
}
#shnz_a {
    background-color: #29486e;
    color: #FFFFFF;
    font-size: 34px;
    line-height: 1.6em;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 80px;
    padding-left: 30px;
    padding-right: 30px;
}


    
    #kksi_g img {
    width: 100%;
}
    
    
    #kksi_g {
    width: 800px;
}
#kksa_db {
    font-size: 28px;
    line-height: 2em;
}
#kksa_e p {
}
#kksa_c   {
    background-color: #29486E;
    color: #FFFFFF;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    width: 360px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    text-align: center;
}
#kksa_d   {
    color: #142F51;
    font-size: 38px;
    line-height: 1.6em;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
}
#kksa_e   {
    margin-bottom: 40px;
}
#kksa_f   {
}
#kksa_f a   {
    background-color: #E43032;
    display: block;
    color: #FFFFFF;
    text-decoration: none;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    font-size: 32px;
    line-height: 1.6em;
    text-align: center;
    background-image: url(../../img_marks/snd-002wht.png);
    background-repeat: no-repeat;
    background-position: right center;
}
#kksa_f a:hover    {
    opacity: 0.6;
}
#kksa_b {
    margin-left: auto;
    margin-right: auto;
    background-color: #ECECEC;
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 60px;
    padding-left: 20px;
    font-size: 28px;
    line-height: 1.6em;
    text-align: left;
    margin-bottom: 150px;
}
#kksa_a p {
    margin-bottom: 16px;
}
#kksa_a {
    font-size: 32px;
    line-height: 1.6em;
    text-align: left;
    font-weight: bold;
    margin-left: 22px;
    margin-right: 22px;
}



    
    
    
    #aa {
    height: 150px;
}
    
    #ab {
    height: 150px;
}
#ac {
    height: 150px;
}
#ad {
    height: 150px;
}
#ae {
    height: 150px;
}
#af {
    height: 150px;
}
#ag {
    height: 150px;
}
#ah {
    height: 150px;
}
    
    #sisn_aa img {
    width: 100%;
}
#sisn_aa {
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    display: none;
}
    
    #sisn_f img {
    width: 100%;
    padding-top: 1px;
    padding-right: 1px;
    padding-bottom: 1px;
    padding-left: 1px;
    border: 1px solid #A2A2A2;
}
#sisn_f {
    float: right;
    width: 280px;
    margin-left: 20px;
    margin-bottom: 20px;
}
#sisn_e a {
    display: block;
    background-color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 30px;
    line-height: 1.6em;
    text-decoration: none;
    color: #1B3A60;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 100px;
    background-image: url(../../img_marks/snd-002blue.png);
    background-repeat: no-repeat;
    background-position: right center;
    border: 1px solid #929292;
    padding-left: 100px;
}
#sisn_e a:hover  {
    background-color: #29486E;
    color: #FFFFFF;
}
#sisn_d {
    text-align: left;
}
#sisn_bb a {
    color: #1c62cd;
}
#sisn_bb li {
    margin-bottom: 12px;
}
#sisn_bb ul {
    margin-left: 60px;
    margin-bottom: 12px;
}
#sisn_c img {
    margin-right: auto;
    margin-left: auto;
    border: 1px solid #A8A8A8;
    padding-top: 1px;
    padding-right: 1px;
    padding-bottom: 1px;
    padding-left: 1px;
    width: 400px;
    margin-bottom: 40px;
}
#sisn_c {
    margin-left: auto;
    margin-right: auto;
    width: 400px;
}
#slt_g tr td img {
    width: 100%;
}
#tujp_a {
}
#tujp_a tr td {
}
#sisn_bb p {
    margin-bottom: 28px;
}
#sisn_bb {
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
    text-align: left;
}
#sisn_b {
    float: left;
    padding-left: 20px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #EFEFEF;
    margin-bottom: 30px;
    font-size: 32px;
    line-height: 1.6em;
}
#sisn_a {
    margin-left: 22px;
    margin-right: 22px;
    font-size: 30px;
    text-align: left;
    line-height: 1.6em;
}

    
    #kgry_i ul {
    list-style-image: none;
    list-style-type: none;
    margin-left: 10px;
    margin-bottom: 50px;
}
#kgry_i ul li {
    margin-bottom: 20px;
}
#kgry_i ul li a {
    text-decoration: none;
    display: block;
    color: #252525;
}
#kgry_i ul li a:hover  {
    opacity: 0.6;
    color: #1279DC;
}
#kgry_ib {
    background-color: #29486E;
    color: #FFFFFF;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    border-radius: 4px;
    margin-bottom: 20px;
}
#kgry_i {
    float: left;
    width: 380px;
    font-size: 28px;
    line-height: 1.5em;
    text-align: left;
    margin-left: 10px;
    margin-right: 10px;
}
#kgry_j {
    height: 1px;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px dotted #BDBDBD;
    display: none;
}
#kgry_fco ul li {
    width: 374px;
    margin-bottom: 20px;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    height: 135px;
    display: block;
    float: left;
}
#kgry_fco ul li a {
    display: block;
}
#kgry_fco ul   {
    float: left;
    list-style-type: none;
    list-style-image: none;
}
#kgry_fco ul li img  {
    width: 100%;
    border: 1px solid #B7B7B7;
}
#kgry_fco ul li a:hover  {
    opacity: 0.6;
}
#kgry_fev ul li {
    margin-bottom: 40px;
    margin-left: 30px;
    margin-right: 30px;
}
#kgry_fev ul li a {
    display: block;
}
#kgry_fev ul   {
    float: left;
    list-style-type: none;
    list-style-image: none;
    width: 100%;
}
#kgry_fev ul li img  {
    width: 100%;
    border: 1px solid #B7B7B7;
}
#kgry_fev ul li a:hover  {
    opacity: 0.6;
}
#kgry_hd p {
    margin-bottom: 12px;
}
.kgry_hg {
    display: block;
    text-align: center;
    background-image: url(../../img_marks/snd-006bu.png);
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 50px;
    padding-bottom: 20px;
    margin-top: 10px;
}
#kgry_hf {
    height: 60px;
    display: block;
    background-image: url(../../img_marks/snd-004bu.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 20px;
}
#kgry_hc {
    text-align: center;
    margin-top: 20px;
}
#kgry_he {
    color: #29486E;
    font-weight: 700;
    font-size: 34px;
    line-height: 1.5em;
    margin-bottom: 15px;
}
#kgry_hb {
    text-align: left;
    font-size: 30px;
    line-height: 1.5em;
}
#kgry_h img {
    width: 100%;
    border: 1px solid #C6C6C6;
    padding-top: 1px;
    padding-right: 1px;
    padding-bottom: 1px;
    padding-left: 1px;
}
#kgry_h {
    margin-right: auto;
    width: 400px;
    margin-left: auto;
    margin-bottom: 40px;
}
#kgry_gc img {
    width: 100%;
}
#kgry_gc {
    float: left;
    margin-left: 1%;
    width: 26%;
    margin-right: 2%;
    margin-top: 15px;
    margin-bottom: 8px;
}
#kgry_gd {
    float: left;
    width: 68%;
    text-align: left;
    font-size: 30px;
    line-height: 1.5em;
    padding-top: 20px;
    padding-bottom: 40px;
}
#kgry_ge a {
    background-color: #E46264;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.5em;
    text-align: center;
    display: block;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 12px;
    background-image: url(../../img_marks/snd-002whiteb.png);
    background-repeat: no-repeat;
    background-position: right center;
}
#kgry_ge a:hover  {
    opacity: 0.6;
}
#kgry_g {
    margin-left: 22px;
    margin-right: 22px;
    background-color: #29486E;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
#kgry_gb {
    margin-left: 22px;
    margin-right: 22px;
    background-color: #F1F1F1;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}
#kgry_fb a:hover {
    opacity: 0.6;
}
#kgry_fc p {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 40px;
    padding-top: 10px;
}
#kgry_fc img {
    width: 100%;
}
#kgry_fc {
    margin-left: 22px;
    margin-right: 22px;
    background-color: #F2F2F2;
    margin-bottom: 40px;
    border-radius: 10px;
    text-align: left;
    font-size: 30px;
    line-height: 1.5em;
}
#kgry_fb {
    margin-left: auto;
    margin-right: auto;
    width: 780px;
}
#kgry_fb img {
    width: 100%;
}
#kgry_f {
    margin-left: auto;
    margin-right: auto;
}
#kgry_fev {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
#kgry_fco {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
#kgry_f10 {
    margin-left: 22px;
    margin-right: 22px;
}
#kgry_ed p {
    margin-bottom: 20px;
}
#kgry_edb {
    color: #29486E;
    font-weight: 700;
    font-size: 34px;
    line-height: 1.5em;
    margin-bottom: 20px;
    text-align: center;
}
#kgry_ec {
    margin-right: auto;
    margin-left: auto;
    width: 600px;
    margin-bottom: 50px;
}
#kgry_ec img {
    width: 100%;
}
#kgry_ed  {
    font-size: 30px;
    text-align: left;
    line-height: 1.5em;
    margin-left: 22px;
    margin-right: 22px;
}
#kgry_eb {
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-bottom: 40px;
}
#kgry_e {
    background-color: #F0F0F0;
}
#kgry_d {
    background-color: #29486E;
    color: #FFFFFF;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.5em;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
}
#kgry_db {
    background-color: #29486E;
    color: #FFFFFF;
    width: 100%;
    font-size: 34px;
    line-height: 1.6em;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 40px;
}
#kgry_c a {
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 30px;
    text-decoration: none;
    text-align: center;
    line-height: 1.5em;
    border: 1px solid #AFAFAF;
    color: #242424;
    background-image: url(../../img_marks/snd-002blueb.png);
    background-repeat: no-repeat;
    background-position: right center;
    margin-bottom: 30px;
    margin-left: 22px;
    margin-right: 22px;
}
#kgry_c a:hover  {
    background-color: #29486E;
    color: #FFFFFF;
}
#kgry_b {
    margin-left: 5px;
    margin-right: 5px;
}
#kgry_a {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}


    
    #fary_f a {
    display: block;
    margin-left: 20px;
    margin-right: 20px;
}
#fary_f a:hover  {
    opacity: 0.6;
}
#fary_f img {
    width: 100%;
}
#fair_d {
    margin-left: 33px;
    margin-right: 33px;
}
#fary_ce {
}
#fary_cd {
}
#fary_cd a {
    background-color: #D84143;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.5em;
    display: block;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    border-radius: 8px;
    background-image: url(../../img_marks/snd-002whiteb.png);
    background-repeat: no-repeat;
    background-position: right center;
    margin-bottom: 40px;
    margin-left: 40px;
    margin-right: 40px;
}
#fary_cd a:hover  {
    opacity: 0.6;
}
#fary_cc p {
    margin-bottom: 20px;
}
#fary_cc {
    float: left;
    margin-left: 30px;
    margin-right: 30px;
    font-size: 30px;
    line-height: 1.5em;
}
#fary_ccb p {
    margin-bottom: 20px;
}
#fary_ccb {
    float: left;
    margin-left: 30px;
    margin-right: 30px;
    font-size: 30px;
    line-height: 1.5em;
}
#fary_cb img {
    width: 100%;
}
#fary_cb {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}
#fary_c {
    background-color: #245e82;
    color: #FFFFFF;
    font-weight: 700;
    float: left;
    margin-left: 20px;
    width: 400px;
    text-align: center;
    font-size: 34px;
    line-height: 1.5em;
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 8px;
}
#fair_bc {
    margin-bottom: 70px;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
}
#fair_bcb {
    margin-bottom: 50px;
    margin-left: 30px;
    margin-right: 30px;
}
#fair_bb {
    background-color: #FFFFFF;
    text-align: center;
    width: 400px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    margin-left: 20px;
}
#fair_bbb {
    background-color: #245e82;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-radius: 8px;
    color: #FFFFFF;
    font-weight: 700;
    margin-left: 20px;
    margin-right: 20px;
}
#fair_b {
    background-color: #245e82;
    color: #FEFEFE;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.5em;
    text-align: center;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
}
#fary_a p {
    margin-top: 20px;
}
#fary_ab {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    padding-top: 30px;
    padding-right: 15px;
    padding-bottom: 30px;
    padding-left: 15px;
    line-height: 1.5em;
}
#fary_a {
    margin-left: auto;
    margin-right: auto;
    background-color: #245e82;
    padding-top: 30px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    color: #FFFFFF;
    font-size: 30px;
    line-height: 1.5em;
    text-align: left;
}
#gur_eb p {
    margin-bottom: 20px;
}

    
    #duo_e {
    background-color: #78c73d;
    color: #FFFFFF;
    font-size: 30px;
    line-height: 1.4em;
    text-align: left;
    font-weight: 700;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
}
#duos_d {
    text-align: left;
    background-color: #F0F0F0;
    margin-left: 3%;
    margin-right: 3%;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 30px;
    line-height: 1.4em;
    border-radius: 10px;
}
#duos_c {
    text-align: left;
    font-size: 28px;
    line-height: 1.4em;
    margin-left: 20px;
}
#duos_b {
    float: left;
    background-color: #78c73d;
    color: #FFFFFF;
    font-size: 30px;
    line-height: 1.5em;
    text-align: left;
    margin-bottom: 24px;
    padding-left: 26px;
    padding-right: 26px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 10px;
    font-weight: 700;
}
#duos_bb {
    background-color: #4A9DB6;
    color: #FFFFFF;
    font-size: 30px;
    line-height: 1.5em;
    text-align: left;
    margin-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 700;
}
#duos_a {
    color: #1C1C1C;
    font-size: 30px;
    line-height: 1.5em;
    text-align: left;
    border-radius: 10px;
}
#glob_b {
    width: 99%;
    padding-left: auto;
    padding-right: auto;
    text-align: center;
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 30px;
}
#glob_a img {
    width: 100%;
}
#glob_a {
    width: 99%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

    
        	
	#slt_g {
    margin-top: 30px;
    margin-bottom: 50px;
    background-color: #B2B2B2;
    margin-left: auto;
    width: 760px;
    margin-right: auto;
}
#slt_g tr td {
    padding-top: 25px;
    padding-right: 15px;
    padding-bottom: 25px;
    padding-left: 15px;
    font-size: 28px;
    text-align: center;
    line-height: 1.6em;
}
    
      .x-scroll {
overflow: auto;
}
.x-scroll table{
    width: 100%;
    max-width: 1800px;
}
.x-scroll::-webkit-scrollbar{
height: 5px; /* スクロールバーの高さ */
}
.x-scroll::-webkit-scrollbar-track{
background: #F1F1F1; /* スクロールバーの背景色 */
}
.x-scroll::-webkit-scrollbar-thumb {
background: #d6d6d6; /* スクロールバーの色 */
}
.x-scroll td, .x-scroll th{
white-space: ;　/* 文字の折返しを禁止 */
}
    
    #prog_a {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 10px;
    -webkit-box-shadow: 2px 2px 6px #C1C1C1;
    box-shadow: 2px 2px 6px #C1C1C1;
    font-size: 28px;
    line-height: 1.5em;
    text-align: center;
    padding-bottom: 15px;
}
#prog_ab {
    background-color: #E45F5F;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 32px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: 30px;
}
#prog_ac {
    margin-bottom: 30px;
}
#prog_ad {
    margin-bottom: 25px;
    background-color: #E5ECF4;
    font-weight: 700;
    font-size: 32px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-left: 30px;
    margin-right: 30px;
    border-radius: 16px;
}
#prog_ae a {
    display: block;
    background-color: #2883CA;
    text-decoration: none;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    margin-left: 30px;
    margin-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    background-image: url(../../img_marks/snd-001.png);
    background-repeat: no-repeat;
    background-position: right center;
    border-radius: 16px;
}
#prog_ae a:hover  {
    opacity: 0.6;
}
#prog_af   {
    margin-bottom: 15px;
    font-size: 22px;
}


    
    #glo_db {
    text-align: right;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
    width: 700px;
}
#glo_db img {
    width: 120px;
}
#glo_da {
    background-color: #d1e5f2;
    padding-top: 28px;
    padding-right: 28px;
    padding-bottom: 28px;
    padding-left: 28px;
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    font-size: 28px;
    line-height: 1.4em;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}
#glo_c {
    margin-left: 20px;
    margin-right: 20px;
}
#glo_cb {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    margin-bottom: 30px;
}
#glo_cc {
    background-color: #49a8e2;
    color: #FFFFFF;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 30px;
    line-height: 1.5em;
    font-weight: 700;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
#glo_cd {
    background-color: #F3F3F3;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: left;
    font-size: 30px;
    line-height: 1.8em;
    padding-left: 30px;
    padding-right: 30px;
}
#glo_ce {
    background-color: #FFFFFF;
    border-radius: 6px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    font-size: 26px;
    line-height: 1.4em;
}
    
    #snd_az {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}
#snd_az img {
    width: 100%;
}
    
    #glos_b {
    width: 95%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
#glos_a {
    margin-left: 20px;
    margin-right: 20px;
}

    
    #gur_eea {
    background-repeat: no-repeat;
    background-position: right center;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}
    
    #glov_b a {
    display: block;
    color: #0069DB;
    font-size: 28px;
    line-height: 2em;
}
#glov_b {
    float: left;
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 50px;
}
#glov_b a:hover {
    color: #FF8B00;
}
#glov_b a:hover img {
    opacity: 0.6;
}
#glov_b img {
    width: 100%;
    padding-top: 1px;
    padding-right: 1px;
    padding-bottom: 1px;
    padding-left: 1px;
    border: 1px solid #B0B0B0;
    margin-bottom: 10px;
}
#glov_a {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}

    
    #gur_ecb {
    background-color: #FFFFFF;
    width: 500px;
    text-align: center;
    font-size: 26px;
    line-height: 2em;
    margin-bottom: 20px;
    border-radius: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
}

    
    #gur_em {
    background-color: #A4E1EE;
    color: #000000;
    font-size: 32px;
    line-height: 2em;
    text-align: center;
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-radius: 8px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}
#gur_ei {
    margin-bottom: 60px;
}
#gur_ej {
    background-color: #0FA420;
    color: #FFFFFF;
    font-size: 32px;
    line-height: 1.4em;
    text-align: center;
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
    font-family: 'Noto Sans JP', sans-serif;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 700;
}
#gur_ek {
    background-color: #F6F6F6;
    font-size: 28px;
    line-height: 1.4em;
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    text-align: left;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
#gur_el {
    float: right;
    width: 200px;
    background-color: #0082FF;
    text-align: center;
    color: #FFFFFF;
    margin-left: 10px;
    border-radius: 8px;
    padding-top: 6px;
    padding-right: 6px;
    padding-bottom: 6px;
    padding-left: 6px;
    font-size: 28px;
    line-height: 2em;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}
        #gur_eh  {
    display: none;    
}
#gur_eh img {
    width: 800px;
}
    
            #gur_ehb  {
}
#gur_ehb img {
    width: 800px;
}
#gur_ee {
    background-color: #BFE1F6;
    color: #1F1F1F;
    margin-left: 40px;
    margin-right: 40px;
    font-size: 28px;
    line-height: 1.4em;
    text-align: center;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    border-radius: 15px;
    margin-bottom: 20px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}
#gur_ef {
    text-align: center;
    font-size: 28px;
    line-height: 1.4em;
    margin-bottom: 50px;
    margin-left: 40px;
    margin-right: 40px;
}
#gur_ed img {
    width: 500px;
    padding-top: 1px;
    padding-right: 1px;
    padding-bottom: 1px;
    padding-left: 1px;
    border: 1px solid #7D7D7D;
}
#gur_ed {
    margin-right: auto;
    width: 500px;
    margin-left: auto;
}
#snd_a img {
    width: 800px;
}





#gur_eg a {
    display: block;
    background-color: #2D65C4;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 34px;
    line-height: 2em;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    border-radius: 10px;
    border: 5px solid #73A1D0;
    background-image: url(../../img_marks/snd-002wht.png);
    background-repeat: no-repeat;
    background-position: right center;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}
#gur_eg a:hover {
    opacity: 0.6;
}


    
    #du_e dt {
    text-align: center;
    font-weight: bold;
    font-size: 32px;
    line-height: 2em;
        font-family: 'M PLUS Rounded 1c', sans-serif;
}

#du_e dd {
    font-size: 28px;
    line-height: 2em;
    text-align: center;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}


    
    html
    {
    font-size: 34px;
}
    
    #gur_n {
    font-size: 30px;
    line-height: 2em;
    margin-bottom: 10px;
}
#gur_o {
    font-size: 34px;
    line-height: 1.6em;
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    margin-left: 40px;
    margin-right: 40px;
    background-color: #0071EC;
    color: #FFF600;
    border-radius: 8px;
}
#gur_l a  {
    display: block;
    width: 330px;
    float: left;
    margin-right: 5px;
    background-color: #0073F7;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-left: 5px;
    border-radius: 8px;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 28px;
    line-height: 1.6em;
    text-align: center;
    background-image: url(../../img_marks/snd-002wht.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
}
#gur_l a:hover {
    opacity: 0.6;
}
#gur_k {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    background-color: #D0F5F2;
    border-radius: 8px;
    font-size: 28px;
    line-height: 2em;
    margin-bottom: 20px;
}
#gur_j   {
    background-color: #FFFFFF;
    font-size: 32px;
    line-height: 2em;
    text-align: center;
    width: 560px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    border-radius: 8px;
    margin-bottom: 30px;
}
#gur_i {
    font-size: 40px;
    line-height: 2em;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
}
#gur_f {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    font-size: 26px;
    line-height: 2em;
    text-align: left;
}
#gur_d {
    font-size: 30px;
    line-height: 2em;
    text-align: center;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-weight: bold;
}
#gur_c {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background-color: #FFE100;
    color: #151515;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-size: 28px;
    line-height: 2em;
    text-align: center;
}
#gur_e {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 30px;
    text-align: left;
    line-height: 1.5em;
    background-color: #F1F1F1;
    border-radius: 14px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}
#gur_ec {
    margin-bottom: 20px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    font-size: 32px;
    text-align: left;
    line-height: 1.4em;
    background-color: #F1F1F1;
    border-radius: 10px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 700;
    }
    
    #gur_eb {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    font-size: 30px;
    text-align: left;
    line-height: 1.5em;
    border-radius: 10px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}
#gur_ebb {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 30px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    font-size: 30px;
    text-align: center;
    line-height: 1.4em;
    border-radius: 10px;
    color: #EE0003;
    font-weight: bold;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}
#gur_b {
    float: left;
    width: 370px;
    margin-right: 15px;
    background-color: #F3F3F3;
    border-radius: 6px;
}
#gur_a {
    background-color: #78c73d;
    color: #FFFFFF;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    font-size: 32px;
    line-height: 2em;
    font-family: 'Noto Sans JP', sans-serif;
    margin-bottom: 30px;
    font-weight: 700;
}


#content {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    
}
#gfont-family: 'M PLUS Rounded 1c', sans-serif;ur_g {
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 8px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
    background-color: #F1F1F1;
}
#gur_h {
    width: 380px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    border-radius: 6px;
    background-color: #FF0000;
    color: #FFFFFF;
    margin-bottom: 30px;
    font-size: 26px;
    line-height: 2em;
}


    
    
    #du_f {
    margin-left: 50px;
    margin-right: 50px;
}
#du_f ul {
    margin-right: 0px;
}
#du_f ul li {
    list-style-image: none;
    list-style-type: none;
    background-color: #19B013;
    color: #FFFFFF;
    font-size: 34px;
    line-height: 1.5em;
    text-align: center;
    margin-bottom: 10px;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    border-radius: 6px;
}
#du_e {
    margin-left: 30px;
    margin-right: 30px;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    background-color: #F2F2F2;
    border-radius: 8px;
    font-size: 28px;
    line-height: 1.5em;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}
#du_d {
}
#du_c {
    margin-bottom: 20px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    font-size: 40px;
    line-height: 1.6em;
    text-align: center;
    background-color: #0B9224;
    color: #FFFFFF;
}
#du_b p {
    margin-bottom: 18px;
}
#du_a   {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 40px;
    line-height: 1.5em;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    background-color: #F1F1F1;
    border-radius: 6px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}
#du_b {
    margin-left: 30px;
    margin-right: 30px;
    font-size: 32px;
    line-height: 1.6em;
    text-align: left;
}
#du_d a {
    margin-bottom: 20px;
    display: block;
    margin-left: 30px;
    margin-right: 30px;
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    font-size: 34px;
    line-height: 1.6em;
    text-align: center;
    text-decoration: none;
    background-color: #0063E6;
    color: #FFFFFF;
    background-image: url(../../img_marks/snd-002wht.png);
    background-repeat: no-repeat;
    background-position: right center;
    border-radius: 6px;
}
#du_d a:hover {
    opacity: 0.6;
}



    
    #onk_a {
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    font-size: 34px;
    background-color: #0FA91C;
    color: #FFFFFF;
    border-radius: 10px;
    line-height: 1.6em;
}
#onk_b {
}
#onk_b ul {
}
#onk_b ul li {
    background-image: url(../img/onk-002.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-top: 15px;
    padding-right: 40px;
    padding-bottom: 15px;
    padding-left: 100px;
    margin-bottom: 20px;
    list-style-image: none;
    list-style-type: none;
    text-align: left;
    font-size: 32px;
    margin-left: 40px;
    margin-right: 40px;
    background-color: #F6F6F6;
    border-radius: 8px;
    line-height: 1.5em;
}
#onk_c a {
    display: block;
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 30px;
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    text-decoration: none;
    font-size: 34px;
    color: #222222;
    text-align: center;
    border: 1px solid #8E8E8E;
    border-radius: 10px;
    background-image: url(../../img_marks/snd-002blue.png);
    background-repeat: no-repeat;
    background-position: right center;
}
#onk_c a:hover {
    background-color: #E0E0E0;
}

	
	#koshi_ab ul li {
    background-color: #F1F1F1;
    list-style-image: none;
    list-style-type: none;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 90px;
    font-size: 32px;
    line-height: 1.5em;
    border-radius: 6px;
    background-image: url(../img/cas-001.png);
    background-repeat: no-repeat;
    background-position: 10px center;
}
#koshi_ab p {
    margin-bottom: 30px;
}
#wca_a {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    font-size: 36px;
    line-height: normal;
    text-align: center;
    color: #0067E8;
    background-color: #F1F1F1;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
#wca_b {
}
#wca_b a {
    display: block;
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    margin-left: 40px;
    margin-right: 40px;
    color: #212121;
    font-size: 34px;
    line-height: normal;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    background-color: #FFFFFF;
    background-image: url(../../img_marks/snd-002blue.png);
    background-repeat: no-repeat;
    background-position: right center;
    margin-bottom: 25px;
}
#cas_h a {
    background-color: #FFFFFF;
    text-decoration: none;
    color: #006AEB;
    margin-left: 50px;
    padding-left: 20px;
    padding-right: 40px;
    padding-top: 25px;
    padding-bottom: 15px;
    border-radius: 5px;
    background-image: url(../../img_marks/snd-002blue.png);
    background-repeat: no-repeat;
    background-position: right center;
    display: block;
    margin-top: 20px;
    margin-right: 70px;
    margin-bottom: 10px;
    text-align: center;
}
#cas_h a:hover {
    background-color: #DBDBDB;
}
#wca_b a:hover  {
    opacity: 0.6;
}
#wca_c {
    background-color: #F1F1F1;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 30px;
}
	
	#cas_c {
    margin-left: 30px;
    margin-right: 30px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
    font-size: 32px;
    background-color: #F1F1F1;
    line-height: 1.8em;
    text-align: center;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    margin-bottom: 30px;
}
	
	#koshi_ab {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 30px;
    font-size: 32px;
    line-height: 1.8em;
    text-align: left;
}
	
	#cas_i {
    margin-left: 50px;
    margin-right: 50px;
    font-size: 34px;
    line-height: 1.5em;
    text-align: center;
    background-color: #FCFCFC;
    color: #1D1D1D;
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    border-radius: 10px;
    border: 1px solid #888888;
}
#cas_j {
    margin-left: 90px;
}
#cas_j img {
    width: 600px;
    height: 437px;
    padding-top: 1px;
    padding-right: 1px;
    padding-bottom: 1px;
    padding-left: 1px;
    border: 1px solid #BCBCBC;
    margin-right: 90px;
}
#cas_h {
    background-color: #F2F2F2;
    margin-bottom: 20px;
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    font-size: 32px;
    text-align: left;
    border-radius: 8px;
    line-height: 1.5em;
}
#cas_f {
    margin-bottom: 30px;
    padding-top: 35px;
    padding-right: 35px;
    padding-bottom: 35px;
    padding-left: 35px;
    text-align: center;
    font-size: 34px;
    line-height: normal;
    background-color: #EB0003;
    border-radius: 10px;
    color: #FFFFFF;
}
#cas_g {
    font-size: 32px;
    line-height: normal;
    text-align: center;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    background-color: #FEEF00;
    border-radius: 10px;
}
#cas_c p {
    margin-bottom: 20px;
}
#cas_d   {
    margin-left: 30px;
    margin-right: 30px;
}
	
	#cas_b {
    margin-left: 30px;
    margin-right: 30px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    font-size: 32px;
    background-color: #13A422;
    color: #FFFFFF;
    line-height: normal;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    text-align: center;
}
#cas_a {
    margin-bottom: 30px;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    font-size: 36px;
    line-height: normal;
    text-align: center;
    background-color: #F1F1F1;
    border-bottom: 6px solid #FF7100;
}


	
	#snd_q {
}
	
	#snd_pi {
	font-size: 32px;
	line-height: normal;
	text-align: left;
}
#snd_ph {
	background-color: #0076F4;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-right: 15px;
	border-radius: 4px;
}

.DivLink {
	position: relative;
	width: 800px;
	height: 320px;
	background-color: #F2F2F2;
	margin-top: 30px;
}

.DivLink .Link {
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}




#snd_pe p {
	margin-bottom: 20px;
}
#snd_pg {
}
#snd_pc {
	margin-right: 20px;
	margin-top: 25px;
	margin-left: 10px;
	margin-bottom: 10px;
	float: left;
}
#snd_pc a:hover {
	opacity: 0.6;
}
#snd_pf {
}
#snd_pd {
	font-size: 36px;
	line-height: normal;
	background-color: #C60002;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	color: #FFFFFF;
	display: block;
	font-family: "Times New Roman", Times, serif;
	text-align: left;
}
#snd_pe {
	width: 500px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	font-size: 30px;
	line-height: normal;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	background-image: url(../../img_marks/snd-002blue.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 60px;
}
#snd_pc img {
	width: 200px;
}
#snd_pb {
	width: 355px;
	margin-right: 10px;
	border: 1px solid #8F8F8F;
	border-radius: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	height: 225px;
	display: block;
}
#snd_p {
	display: none;
}

	
	#sndb_a a {
	background-color: #0068F4;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	font-size: 36px;
	line-height: normal;
	text-align: left;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 30px;
	padding-top: 30px;
	padding-right: 80px;
	padding-bottom: 30px;
	padding-left: 30px;
	background-image: url(../../img_marks/snd-002wht.png);
	background-repeat: no-repeat;
	background-position: right center;
	border-radius: 10px;
}
#sndb_a a:hover  {
	opacity: 0.6;
}
#snd_gb {
	font-size: 36px;
	line-height: normal;
	text-align: center;
	margin-bottom: 30px;
	color: #ED0000;
	background-color: #F4F4F4;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#sndb_b a {
	display: block;
	background-color: #0FB016;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	background-image: url(../img_snd/snd-022.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-right: 30px;
	font-size: 40px;
	line-height: normal;
	border-radius: 10px;
	margin-bottom: 30px;
	margin-left: 30px;
}
#sndb_bb a {
	display: block;
	background-color: #0FB016;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	background-image: url(../img_snd/snd-023.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-left: 30px;
	margin-right: 30px;
	font-size: 40px;
	line-height: normal;
	border-radius: 10px;
	margin-bottom: 30px;
}
#sndb_bbb  {
	display: block;
	background-color: #F0F0F0;
	color: #000000;
	text-align: center;
	text-decoration: none;
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-left: 30px;
	margin-right: 30px;
	font-size: 40px;
	line-height: normal;
	border-radius: 10px;
	margin-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
}
#sndb_b a:hover {
	opacity: 0.6;
}
#sndb_bb a:hover {
	opacity: 0.6;
}
#sndb_c a {
}
	
	#snd_o ul li a img {
	width: 300px;
	height: 225px;
}
#snd_o {
	margin-left: 20px;
}
#snd_o ul {
}
#snd_o ul li {
	float: left;
	list-style-image: none;
	list-style-type: none;
	margin-right: 10px;
	margin-bottom: 10px;
}
#snd_o ul li a {
	display: block;
	float: left;
	border: 1px solid #ADADAD;
	font-size: 32px;
	line-height: 66px;
	text-align: center;
	text-decoration: none;
	color: #020202;
	width: 370px;
	padding-top: 20px;
}
#snd_o ul li a:hover  {
	opacity: 0.5;
}
	
	#snd_je {
	display: none;	
}
	
	#snd_g a img {
	float: left;
	width: 260px;
	height: 186px;
	margin-right: 30px;
	padding-top: 0px;
}
	
	#snd_l {
	margin-left: 20px;
	margin-right: 10px;
}
#snd_l ul {
}
#snd_l ul li {
	list-style-image: none;
	list-style-type: none;
}
#snd_l ul li a {
	display: block;
	float: left;
	width: 365px;
	margin-right: 20px;
	padding-top: 30px;
	padding-bottom: 40px;
	background-color: #F3F3F3;
	font-size: 32px;
	line-height: normal;
	text-align: center;
	color: #000000;
	text-decoration: none;
	background-image: url(../../img_marks/snd-004.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 20px;
}
#snd_l ul li a:hover {
	opacity: 0.5;
}

	#snd_m {
	height: 200px;
}
	#sak_e {
	margin-left: 10px;
	margin-top: 30px;
	margin-bottom: 20px;
}
#sak_e ul {
}
#sak_e ul li {
	float: left;
	list-style-image: none;
	list-style-type: none;
	margin-bottom: 10px;
	margin-right: 10px;
}
#sak_e ul li a {
	width: 350px;
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	text-decoration: none;
	text-align: center;
	font-size: 32px;
	line-height: normal;
	color: #000000;
	background-image: url(../../img_marks/snd-002blue.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#sak_e ul li a:hover  {
	opacity: 0.5;
}
#sak_d {
	background-color: #2B8CF2;
	color: #FFFFFF;
	margin-top: 10px;
	margin-left: 160px;
	margin-right: 160px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-radius: 12px;
	font-size: 28px;
	line-height: normal;
	text-align: center;
}
#sak_c {
	font-size: 36px;
	line-height: normal;
	background-color: #006EE1;
	color: #FFFFFF;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
	text-align: center;
}
#sak_b {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 25px;
	background-color: #EFEFEF;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#sak_a {
    background-color: #0070EA;
    margin-bottom: 30px;
    font-size: 36px;
    line-height: normal;
    text-align: left;
    padding-top: 25px;
    padding-bottom: 25px;
    color: #FFFFFF;
    padding-left: 20px;
    padding-right: 20px;
}

	
	#snd_c ul li a {
	text-decoration: none;
	text-align: center;
	line-height: 1.3em;
	background-color: #006BFF;
	padding-top: 20px;
	color: #FFFFFF;
	background-image: url(../../img_marks/snd-001.png);
	background-repeat: no-repeat;
	background-position: right center;
	width: 760px;
	margin-right: 10px;
	margin-bottom: 30px;
	font-size: 20px;
	padding-bottom: 20px;
	position: relative;
	border-radius: 12px;
	float: left;
}
#snd_c ul li a:hover {
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	opacity: 0.7;
}
#snd_c ul li {
	list-style-image: none;
	list-style-type: none;
}
#snd_c ul {
}
#snd_c {
	margin-left: 20px;
	margin-right: 20px;
}
	
	#snd_k {
	padding-right: 30px;
	font-size: 30px;
	line-height: normal;
	text-align: left;
	background-color: #1B7BFF;
	color: #FFFFFF;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	width: 600px;
	border-radius: 12px;
	margin-top: 150px;
	margin-left: 20px;
}
#snd_kb {
	padding-right: 30px;
	font-size: 30px;
	line-height: normal;
	text-align: left;
	color: #FFFFFF;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	width: 600px;
	border-radius: 12px;
	margin-top: 150px;
	margin-left: 20px;
	height: 20px;
}
#snd_j {
	position: absolute;
	top: 22%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	width: 640px;
	text-align: left;/*一応BOX内の文字も中央寄せ*/
	font-size: 44px;
	line-height: 50px;
	color: #FFFFFF;
	left: 50%;
}
#snd_jf {
	position: absolute;
	top: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	width: 640px;
	text-align: left;/*一応BOX内の文字も中央寄せ*/
	font-size: 44px;
	line-height: 50px;
	color: #FFFFFF;
	left: 50%;
}
#snd_jc {
	position: absolute;
	top: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	text-align: left;/*一応BOX内の文字も中央寄せ*/
	font-size: 38px;
	line-height: 50px;
	color: #0055C5;
	left: 480px;
	right: 60px;
	width: 400px;
	float: left;
}
#snd_jb {
	position: absolute;
	top: 22%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	width: 400px;
	text-align: left;/*一応BOX内の文字も中央寄せ*/
	font-size: 44px;
	line-height: 50px;
	color: #FFFFFF;
	left: 35%;
	display: none;
}

	
	#snd_h {
	margin-bottom: 70px;
	margin-left: 20px;
	margin-right: 20px;
}
#snd_h ul {
}
#snd_h ul li {
	list-style-image: none;
	list-style-type: none;
	text-align: left;
	font-size: 18px;
	line-height: normal;
	padding-bottom: 20px;
}
#snd_h ul li a {
	background-color: #EEEEEE;
	display: block;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-left: 30px;
	border-left: 16px solid #F4BF00;
	text-decoration: none;
	font-size: 32px;
	line-height: normal;
	color: #232323;
	background-image: url(../../img_marks/snd-001blue.png);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 80px;
}
#snd_h ul li a:hover {
	opacity: 0.6;
}
#snd_i {
	font-size: 40px;
	line-height: normal;
	text-align: center;
	margin-bottom: 15px;
	color: #0077EC;
}
	
	#snd_g {
	margin-bottom: 80px;
	margin-left: 20px;
	margin-right: 20px;
}
#snd_g a {
	display: block;
	font-size: 32px;
	line-height: normal;
	text-align: left;
	color: #005EDC;
	text-decoration: none;
	background-image: url(../../img_marks/snd-002blue.png);
	background-position: right center;
	background-repeat: no-repeat;
	border: 1px solid #A9A9A9;
	padding-right: 100px;
	height: 186px;
	position: relative;
}
#snd_g a:hover  {
	opacity: 0.6;
}
	
	#snd_e {
	margin-left: 20px;
	margin-top: 25px;
	margin-right: 20px;
	margin-bottom: 20px;
	text-align: center;
	line-height: 1.5em;
	font-size: 32px;
}
	
	
#snd_e p {
	margin-bottom: 20px;
}
#snd_f a {
	margin-left: 20px;
	margin-right: 20px;
	display: block;
	background-color: #0072EF;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 46px;
	line-height: 2.5em;
	background-image: url(../../img_marks/snd-001.png);
	background-position: right center;
	background-repeat: no-repeat;
}
#snd_f a:hover  {
	opacity: 0.6;
}
#snd_e a {
	color: #0059EF;
}
#snd_d {
	background-color: #ffcc00;
	font-size: 50px;
	line-height: 2em;
	margin-bottom: 20px;
}



	
	body{
	text-align: center;
	font-size: 32px;
	color: #1F1F1F;
	font-family: 'Hiragino Sans', 'Meiryo', sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 1.6em;
}
	
	
#snd_a {
    display: none;
}
#snd_b {
	
	
}

	
	#abcol_o {
	padding-left: 0px;
	margin-left: 20px;
	margin-right: 20px;
}
#abcol_p {
	background-color: #F3F3F3;
	text-align: left;
	font-size: 32px;
	line-height: 1.5em;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#abcol_pb {
	height: 50px;
	padding-top: 5px;
	text-align: center;
	background-image: url(../img_abcol2019/abcol2019-006.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#abcol_nh {
	background-image: url(../img_abcol2019/abcol2019-006.png);
	height: 50px;
	background-repeat: no-repeat;
	background-position: center center;
}
#abcol_n {
	background-color: #F5F5F5;
	padding-bottom: 15px;
	padding-top: 15px;
	padding-left: 15px;
	margin-bottom: 20px;
	padding-right: 15px;
}
#abcol_nb {
	text-align: center;
	font-size: 36px;
	background-color: #0CAB1C;
	color: #FFFFFF;
	line-height: 1.5em;
	padding-top: 10px;
	padding-bottom: 10px;
}
#abcol_nc {
	text-align: left;
	font-size: 32px;
	line-height: 1.3em;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#abcol_nd {
	font-size: 36px;
	background-color: #FFFFFF;
	border: 1px solid #F10004;
	line-height: 2em;
}
#abcol_ne {
	font-size: 36px;
	background-color: #FFFFFF;
	border: 1pt solid #007EFE;
	line-height: 2em;
}
#abcol_nf {
	float: left;
	margin-top: 20px;
	background-color: #D8D8D8;
	font-size: 28px;
	line-height: 1.5em;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#abcol_ng {
	text-align: left;
	margin-top: 20px;
	font-size: 32px;
	line-height: 1.3em;
	float: left;
	width: 760px;
}
#abcol_m {
	text-align: center;
	line-height: 3em;
	background-image: url(../img_abcol2019/abcol2019-006.png);
	background-repeat: no-repeat;
	width: 100%;
	background-position: center 70px;
	font-size: 32px;
	height: 130px;
}
#abcol_lc {
	background-color: #1AB9BA;
	color: #FFFFFF;
	font-size: 40px;
	line-height: 2em;
}
#abcol_ld {
	text-align: left;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 8px;
	background-color: #F7F7F7;
	font-size: 32px;
	line-height: 1.5em;
}
#abcol_lb {
}
#abcol_l {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 80px;
}
#abcol_h tr td a {
	color: #005DFB;
}

#abcol_ig {
	background-color: #0CAB1C;
	color: #FFFFFF;
	font-size: 40px;
	line-height: 1.5em;
	margin-bottom: 20px;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#abcol_jc   {
	background-color: #FC7700;
	color: #FFFFFF;
	font-size: 32px;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 1.5em;
}
#abcol_jd {
	text-align: left;
	padding-left: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 10px;
	background-color: #F6F6F6;
	font-size: 32px;
	line-height: 1.5em;
}

#abcol_k {
	margin-top: 5px;
	margin-bottom: 5px;
	height: 40px;
	width: 100%;
	background-image: url(../img_abcol2019/abcol2019-006.png);
	background-repeat: no-repeat;
	background-position: center center;
}
	
	#abcol_j {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 15px;
	margin-bottom: 80px;
}
#abcol_jb {
	margin-bottom: 10px;
}
	
	#abcol_i {
	background-color: #FC7700;
	color: #FFFFFF;
	font-size: 40px;
	line-height: 2em;
}
	
	#abcol_d a {
	background-color: #006BEF;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 40px;
	line-height: 3em;
	background-image: url(../img_abcol2019/abcol2019-001.png);
	background-repeat: no-repeat;
	background-position: 720px 45px;
}
#abcol_d a:hover {
	background-color: #58A2EF;
}
#abcol_a {
	margin-top: 10px;
	margin-bottom: 80px;
}
#abcol_b {
	margin-right: 20px;
	margin-left: 20px;
	font-size: 32px;
	margin-bottom: 30px;
}
#abcol_c {
	padding-top: 15px;
	padding-bottom: 10px;
	font-size: 40px;
	background-color: #EEEEEE;
	line-height: 1.5em;
}
#abcol_cb {
	font-size: 34px;
	padding-bottom: 10px;
	background-color: #EEEEEE;
	line-height: 1.3em;
}
#abcol_d   {
}
	
	#abcol_f {
	background-color: #15A014;
	color: #FFFFFF;
	font-size: 40px;
	line-height: 2em;
}
	
	#abcol_e {
	background-color: #EFEFEF;
	font-size: 32px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 30px;
	line-height: 1.3em;
}
	
	#abcol_h tr td {
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	font-size: 32px;
	line-height: 1.5em;
}
	
	#abcol_h {
	background-color: #C8C8C8;
	margin-bottom: 60px;
	width: 760px;
	margin-left: 20px;
}
	
	#koshi_b {
	width: 800px;
	margin-bottom: 50px;
}
#koshi_b img {
	width: 800px;
}
	
	#l_menu {
	display: none;
}
	
	.sticky {
  
  position: -webkit-sticky; /* Safariに対応する */
  position: sticky; /* 要素を固定/解除する */
  top: 180px; /* 縦方向の閾値 */
  left: 0; /* 横方向の閾値 */
}


#nav-drawer {
	position: relative;
	width: 800px;
	height: 80px;
	background-color: #D9D9D9;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
	display: inline-block;
	width: 800px;
	height: 80px;
	vertical-align: middle;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  
}
#nav-open span:before {
  
}
#nav-open span:after {
  
}

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 178px;/*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 178px;
  left: 0;
  z-index: 9999;/*最前面に*/
  width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 500px;/*最大幅（調整してください）*/
  height: 80%;
  background: #fff;/*背景色*/
  transition: .3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);/*左に隠しておく*/
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}



#kkn_d {
	font-size: 32px;
	line-height: 50px;
	text-align: center;
	background-color: #FFFFFF;
	margin-top: 15px;
	margin-left: 20px;
	width: 200px;
	height: 45px;
	color: #0073F7;
	border-radius: 20px;
}
	
	#kkn_c {
	
}
	
	#kkn_b {
	
}
	
	#kkn_a {
	display: none;
}
	
	#product h3 img {
	width: 150px;
	height: 120px;
	float: left;
	margin-right: 20px;
}
#product ul  {
}
	
	#product{
	width: 800px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
}

#product li{
	float: left;
	text-align: center;
	list-style-type: none;
	background-image: none;
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 60px;
}
#product h3 {
	background-color: #0082FF;
	background-image: none;
	float: left;
	font-weight: normal;
	font-size: 40px;
	color: #FFFFFF;
	line-height: 120px;
	margin-bottom: 15px;
	text-align: left;
	width: 720px;
}
#product dl{
	font-size: 28px;
	line-height: normal;
	width: 740px;
}
#product dt{
	text-align: left;
}

	
	#koshi_a p {
	margin-bottom: 20px;
}

#koshi_a {
    margin-left: 20px;
    margin-top: 25px;
    margin-right: 20px;
    margin-bottom: 50px;
    font-size: 32px;
    text-align: left;
    line-height: 1.5em;
    float: left;
}

	
	h2 {
	background-color: #E5E5E5;
	font-size: 38px;
	line-height: normal;
	text-align: center;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 80px;
	padding-right: 80px;
	margin-bottom: 20px;
}
	
	h1 {
	background-color: #006EFD;
	text-align: center;
	font-size: 44px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: normal;
	padding-top: 10px;
	padding-bottom: 8px;
	margin-bottom: 30px;
}
	
	#middle{
	text-align: left;
	float: right;
	background-color: #FFFFFF;
	width: 800px;
}
	
	.pnkz {
	text-align: left;
	font-size: 28px;
	line-height: 1.5em;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
}
.pnkz a {
	color: #0070F7;
	text-decoration: none;
}
.pnkz a:hover  {
	color: #F76C00;
	text-decoration: none;
}


	#page_top{
	width: 100px;
	height: 100px;
	right: 0;
	bottom: -100px;
	background-color: #9D9D9D;
	opacity: 0.8;
	border-radius: 50%;
	margin-right: 30px;
	position: fixed;
}
#page_top a{
  position: relative;
  display: block;
  width: 100px;
  height: 100px;
  text-decoration: none;
}
#page_top a::before{
	font-family: FontAwesome;
	content: '\f102';
	font-size: 50px;
	color: #fff;
	width: 50px;
	height: 25px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
	position: absolute;
}
	

}

/* PC
------------------------------ */
@media screen and (min-width:801px) {
	
	#snd_e {
	margin-left: 20px;
	margin-top: 25px;
	margin-right: 20px;
	margin-bottom: 20px;
	text-align: center;
	line-height: 1.5em;
	font-size: 16px;
}
	
	#snd_c ul li a {
	text-decoration: none;
	text-align: center;
	line-height: 1.3em;
	background-color: #006BFF;
	padding-top: 20px;
	color: #FFFFFF;
	background-image: url(../img_snd/snd-002.png);
	background-repeat: no-repeat;
	background-position: 670px center;
	float: left;
	font-size: 20px;
	padding-bottom: 20px;
	position: relative;
	border-radius: 12px;
	height: 100px;
	width: 700px;
	margin-bottom: 10px;
}
	
	#snd_e p {
	margin-bottom: 20px;
}
#snd_f a {
	margin-left: 20px;
	margin-right: 20px;
	display: block;
	background-color: #0072EF;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 20px;
	line-height: 2em;
	background-image: url(../../img_marks/snd-002.png);
	background-position: right center;
	background-repeat: no-repeat;
}
#snd_f a:hover {
	opacity: 0.6;
}
#snd_e a {
	color: #0059EF;
}
#snd_d {
	background-color: #ffcc00;
	font-size: 24px;
	line-height: 2em;
	margin-bottom: 20px;
}
#snd_c ul li a:hover {
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	opacity: 0.7;
}
#snd_c ul li {
	list-style-image: none;
	list-style-type: none;
	margin-bottom: 20px;
}
#snd_c ul {
	margin-left: 30px;
}
#snd_c {
	margin-left: 20px;
	margin-right: 20px;
}
	
	
#snd_a {
    width: 100%;
    max-width: 1200px;
    min-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
#snd_b {
	
	display: none;
}

	
	#abcol_o {
	padding-left: 0px;
	margin-left: 20px;
	margin-right: 20px;
}
#abcol_p {
	background-color: #F3F3F3;
	text-align: left;
	font-size: 16px;
	line-height: 1.5em;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#abcol_pb {
	height: 25px;
	padding-top: 5px;
	text-align: center;
	background-image: url(../img_abcol2019/abcol2019-005.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
}
#abcol_nh {
	float: left;
	margin-top: 20px;
	width: 40px;
	height: 40px;
	background-image: url(../img_abcol2019/abcol2019-004.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#abcol_n {
	margin-left: 20px;
	margin-right: 20px;
	background-color: #F5F5F5;
	padding-bottom: 15px;
	padding-top: 15px;
	padding-left: 15px;
	margin-bottom: 20px;
}
#abcol_nb {
	float: left;
	width: 300px;
	text-align: center;
	font-size: 20px;
	height: 60px;
	line-height: 60px;
	background-color: #0CAB1C;
	color: #FFFFFF;
}
#abcol_nc {
	float: left;
	width: 410px;
	text-align: left;
	height: 50px;
	font-size: 16px;
	line-height: 1.3em;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
#abcol_nd {
	float: left;
	width: 280px;
	margin-top: 20px;
	height: 40px;
	font-size: 18px;
	line-height: 40px;
	background-color: #FFFFFF;
	border: 1px solid #F10004;
}
#abcol_ne {
	float: left;
	font-size: 18px;
	line-height: 40px;
	width: 405px;
	margin-top: 20px;
	height: 40px;
	background-color: #FFFFFF;
	border: 1pt solid #007EFE;
}
#abcol_nf {
	float: left;
	width: 240px;
	margin-top: 20px;
	background-color: #D8D8D8;
	font-size: 16px;
	line-height: 30px;
	height: 30px;
}
#abcol_ng {
	float: left;
	text-align: left;
	margin-top: 20px;
	margin-left: 10px;
	width: 480px;
	font-size: 16px;
	line-height: 1.3em;
}
#abcol_m {
	width: 120px;
	float: left;
	margin-top: 80px;
	text-align: center;
	line-height: 8em;
	background-image: url(../img_abcol2019/abcol2019-003.png);
	background-repeat: no-repeat;
	background-position: center 0%;
	height: 100px;
	font-size: 16px;
}
#abcol_lc {
	background-color: #1AB9BA;
	color: #FFFFFF;
	font-size: 20px;
	line-height: 2em;
}
#abcol_ld {
	text-align: left;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 8px;
	background-color: #F7F7F7;
	height: 200px;
	font-size: 16px;
	line-height: 1.5em;
}
#abcol_lb {
	width: 320px;
	float: left;
}
#abcol_l {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 50px;
}
#abcol_h tr td a {
	color: #005DFB;
}

#abcol_ig {
	background-color: #0CAB1C;
	color: #FFFFFF;
	font-size: 24px;
	line-height: 2em;
	margin-bottom: 20px;
}

#abcol_jc   {
	background-color: #FC7700;
	color: #FFFFFF;
	font-size: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 230px;
}
#abcol_jd {
	text-align: left;
	padding-left: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	height: 70px;
	padding-right: 10px;
	width: 210px;
	background-color: #F6F6F6;
	font-size: 16px;
	line-height: 1.5em;
}

#abcol_k {
	width: 20px;
	float: left;
	margin-top: 10px;
	background-image: url(../img_abcol2019/abcol2019-002.png);
	background-repeat: no-repeat;
	height: 140px;
}
	
	#abcol_j {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 15px;
	margin-bottom: 40px;
}
#abcol_jb {
	width: 230px;
	float: left;
	margin-bottom: 20px;
}
	
	#abcol_i {
	background-color: #FC7700;
	color: #FFFFFF;
	font-size: 24px;
	line-height: 2em;
}
	
	#abcol_d a {
	background-color: #006BEF;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 24px;
	line-height: 3em;
	background-image: url(../img_abcol2019/abcol2019-001.png);
	background-repeat: no-repeat;
	background-position: 220px 20px;
}
#abcol_d a:hover {
	background-color: #58A2EF;
}
#abcol_a {
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 60px;
}
#abcol_b {
	width: 247px;
	float: left;
	margin-right: 10px;
}
#abcol_c {
	padding-top: 15px;
	padding-bottom: 10px;
	font-size: 20px;
	background-color: #EEEEEE;
	line-height: 1.5em;
}
#abcol_cb {
	font-size: 20px;
	padding-bottom: 10px;
	background-color: #EEEEEE;
}
#abcol_d   {
}
	
	#abcol_f {
	background-color: #15A014;
	color: #FFFFFF;
	font-size: 24px;
	line-height: 2em;
	margin-left: 20px;
	margin-right: 18px;
}
	
	#abcol_e {
	background-color: #EFEFEF;
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 1.3em;
}
	
	#abcol_h tr td {
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	font-size: 16px;
	line-height: 1.5em;
}
	
	#abcol_h {
	background-color: #C8C8C8;
	margin-bottom: 30px;
	width: 760px;
	margin-left: 20px;
}
	
	#koshi_b {
	width: 600px;
	margin-bottom: 40px;
}
#koshi_b img {
	width: 600px;
	height: 300px;
}
	
	#l_menu {
	text-align: left;
	float: left;
	width: 200px;
}
	
	.sticky {
	display: none;  

}
	
	#kkn_c {
	display: none;
}
	
	
	
	#kkn_b {
	display: none;
}
	
	#kkn_a {
	
}
	
	#product h3 img {
	width: 100px;
	height: 80px;
	float: left;
	margin-right: 10px;
}
#product ul  {
}
	
	#product{
	width: 600px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
}

#product li{
	float: left;
	text-align: center;
	list-style-type: none;
	background-image: none;
}
#product h3 {
	background-color: #F2F2F2;
	background-image: none;
	float: left;
	font-weight: normal;
	font-size: 18px;
	color: #171717;
	line-height: 80px;
	margin-left: 10px;
	margin-bottom: 15px;
	margin-right: 10px;
	width: 260px;
	text-align: left;
}
#product dl{
	float: left;
	margin-top: 5px;
	font-size: 16px;
	line-height: 1.5em;
}
#product dt{
	text-align: left;
	width: 310px;
}

	
	#koshi_a p {
	margin-bottom: 10px;
}
#koshi_ab p {
	margin-bottom: 10px;
}

#koshi_a {
    margin-left: 30px;
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 1.8em;
    text-align: left;
    float: left;
    width: 480px;
}
#koshi_ab {
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 1.8em;
    text-align: left;
    margin-top: 30px;
}
#cas_b {
    margin-left: 30px;
    margin-right: 30px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-size: 18px;
    background-color: #13A422;
    color: #FFFFFF;
    line-height: normal;
    text-align: center;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
#cas_c {
    margin-left: 30px;
    margin-right: 30px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
    font-size: 18px;
    background-color: #F1F1F1;
    line-height: 1.8em;
    text-align: center;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    margin-bottom: 20px;
}
	
	h2 {
	background-color: #E5E5E5;
	font-size: 20px;
	line-height: normal;
	text-align: center;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 3px;
}
	
	h1 {
	background-color: #006EFD;
	text-align: center;
	font-size: 30px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: normal;
	padding-top: 5px;
	padding-bottom: 3px;
	margin-bottom: 20px;
}
	
	#middle{
	text-align: left;
	float: right;
	background-color: #FFFFFF;
	width: 600px;
}
	
	.pnkz {
	text-align: left;
	font-size: 14px;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	line-height: 1.5em;
	padding-right: 10px;
}
.pnkz a {
	color: #0070F7;
	text-decoration: none;
}
.pnkz a:hover  {
	color: #F76C00;
	text-decoration: none;
}
	
	#page_top{
	width: 50px;
	height: 50px;
	right: 0;
	bottom: -100px;
	background-color: #9D9D9D;
	opacity: 0.8;
	border-radius: 50%;
	margin-right: 30px;
	position: fixed;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
	font-family: FontAwesome;
	content: '\f102';
	font-size: 25px;
	color: #fff;
	width: 25px;
	height: 25px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
	position: absolute;
}
body{
	text-align: center;
	font-size: 16px;
	color: #1F1F1F;
	font-family: 'Hiragino Sans', 'Meiryo', sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 1.6em;
}

#snd_g {
	margin-bottom: 20px;
	margin-left: 50px;
	margin-right: 50px;
}
#snd_g a {
	display: block;
	font-size: 20px;
	text-align: left;
	color: #000000;
	text-decoration: none;
	background-image: url(../../img_marks/snd-001blue.png);
	background-position: right center;
	background-repeat: no-repeat;
	border: 1px solid #ACACAC;
	padding-right: 30px;
	line-height: 117px;
	height: 114px;
}
#snd_gc  {
	display: block;
	font-size: 20px;
	text-align: left;
	color: #000000;
	text-decoration: none;
	background-position: right center;
	background-repeat: no-repeat;
	border: 1px solid #ACACAC;
	padding-right: 30px;
	line-height: normal;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 50px;
	margin-right: 50px;
}
#snd_g a:hover  {
	opacity: 0.6;
}

#snd_h {
	margin-bottom: 50px;
	margin-left: 50px;
	margin-right: 50px;
}
#snd_h ul {
}
#snd_h ul li {
	list-style-image: none;
	list-style-type: none;
	text-align: left;
	font-size: 18px;
	line-height: normal;
	padding-bottom: 20px;
}
#snd_h ul li a {
	background-color: #EEEEEE;
	display: block;
	padding-bottom: 15px;
	padding-top: 15px;
	padding-left: 30px;
	border-left: 8px solid #F4BF00;
	text-decoration: none;
	font-size: 18px;
	line-height: normal;
	color: #232323;
	background-image: url(../../img_marks/snd-001blue.png);
	background-position: right center;
	background-repeat: no-repeat;
}
#snd_h ul li a:hover {
	opacity: 0.6;
}
#snd_i {
	font-size: 20px;
	line-height: normal;
	text-align: center;
	margin-bottom: 10px;
	color: #0077EC;
}

#snd_k {
	float: right;
	padding-right: 15px;
	font-size: 16px;
	line-height: normal;
	text-align: left;
	margin-right: 50px;
	background-color: #1B7BFF;
	color: #FFFFFF;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	width: 360px;
	border-radius: 12px;
}
#snd_j {
	position: absolute;
	top: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	width: 250px;
	text-align: left;/*一応BOX内の文字も中央寄せ*/
	font-size: 24px;
	line-height: normal;
	float: left;
	color: #FFFFFF;
	left: 20%;
	display: none;
}
#snd_jd {
	position: absolute;
	top: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	width: 250px;
	text-align: left;/*一応BOX内の文字も中央寄せ*/
	font-size: 24px;
	line-height: normal;
	float: left;
	color: #FFFFFF;
	left: 20%;
	display: none;
}
#snd_jb {
	position: absolute;
	top: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	text-align: left;/*一応BOX内の文字も中央寄せ*/
	font-size: 24px;
	line-height: normal;
	float: left;
	color: #FFFFFF;
	left: 22%;
	width: 250px;
}
#snd_je {
	position: absolute;
	top: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	text-align: left;/*一応BOX内の文字も中央寄せ*/
	font-size: 24px;
	line-height: normal;
	float: left;
	color: #FFFFFF;
	left: 50%;
	width: 650px;
}

#sak_e {
	margin-left: 10px;
	margin-top: 10px;
}
#sak_e ul {
}
#sak_e ul li {
	float: left;
	list-style-image: none;
	list-style-type: none;
	margin-bottom: 10px;
	margin-right: 10px;
}
#sak_e ul li a {
	width: 210px;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
	text-align: center;
	font-size: 18px;
	line-height: normal;
	color: #000000;
	background-image: url(../../img_marks/snd-001blue.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#sak_e ul li a:hover  {
	opacity: 0.5;
}
#sak_d {
	background-color: #2B8CF2;
	color: #FFFFFF;
	margin-top: 10px;
	margin-left: 200px;
	margin-right: 200px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-radius: 12px;
	font-size: 18px;
	line-height: normal;
	text-align: center;
}
#sak_c {
	font-size: 22px;
	line-height: normal;
	background-color: #006EE1;
	color: #FFFFFF;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#sak_b {
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 15px;
	background-color: #EFEFEF;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#sak_a {
    background-color: #F4F4F4;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: normal;
    text-align: left;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    color: #202020;
    border-left: 10px solid #005BF6;
}
#snd_m {
	display: none;
}	
#snd_l {
	margin-left: 20px;
}
#snd_l ul {
}
#snd_l ul li {
	list-style-image: none;
	list-style-type: none;
}
.snd_a {
	background-color: #007EFA;
}
#snd_l ul li a {
	display: block;
	float: left;
	width: 148px;
	margin-right: 5px;
	padding-top: 20px;
	padding-bottom: 30px;
	font-size: 18px;
	line-height: normal;
	text-align: center;
	text-decoration: none;
	background-image: url(../../img_marks/snd-003.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#snd_l ul li a:hover {
	opacity: 0.5;
}

#snd_g a img {
	float: left;
	width: 160px;
	height: 114px;
	margin-right: 20px;
}
#snd_jf {
	display: none;
}

#snd_o {
	margin-left: 30px;
}
#snd_o ul {
}
#snd_o ul li {
	float: left;
	list-style-image: none;
	list-style-type: none;
	margin-right: 10px;
	margin-bottom: 10px;
}
#snd_o ul li a {
	display: block;
	float: left;
	padding-top: 7px;
	padding-right: 7px;
	padding-left: 7px;
	border: 1px solid #ADADAD;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	color: #020202;
	width: 160px;
}
#snd_o ul li a:hover  {
	opacity: 0.5;
}

#snd_o ul li a img {
	width: 160px;
	height: 120px;
}

#sndb_a a {
	background-color: #0068F4;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	font-size: 20px;
	line-height: normal;
	text-align: center;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 20px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	background-image: url(../../img_marks/snd-001wht.png);
	background-repeat: no-repeat;
	background-position: right center;
	border-radius: 10px;
}
#sndb_a a:hover  {
	opacity: 0.6;
}
#snd_gb {
	font-size: 18px;
	line-height: normal;
	text-align: center;
	margin-bottom: 15px;
	color: #ED0000;
	background-color: #F4F4F4;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-left: 50px;
	margin-right: 50px;
}
#sndb_b a {
	display: block;
	background-color: #0FB016;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	background-image: url(../img_snd/snd-022.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-left: 100px;
	margin-right: 100px;
	font-size: 28px;
	line-height: normal;
	border-radius: 10px;
	margin-bottom: 15px;
}
#sndb_bb a {
	display: block;
	background-color: #0FB016;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	background-image: url(../img_snd/snd-023.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-left: 100px;
	margin-right: 100px;
	font-size: 28px;
	line-height: normal;
	border-radius: 10px;
	margin-bottom: 15px;
}
#sndb_bbb  {
	display: block;
	background-color: #F0F0F0;
	color: #000000;
	text-align: center;
	text-decoration: none;
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-left: 100px;
	margin-right: 100px;
	font-size: 20px;
	line-height: normal;
	border-radius: 10px;
	margin-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
}
#sndb_b a:hover {
	opacity: 0.6;
	font-size: 28px;
}
#sndb_bb a:hover {
	opacity: 0.6;
}
#sndb_c a {
}
#snd_pi {
	font-size: 20px;
	line-height: normal;
	text-align: left;
}
#snd_ph {
	background-color: #0076F4;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-right: 15px;
	border-radius: 4px;
}

.DivLink {
	position: relative;
	width: 700px;
	height: 170px;
	background-color: #F2F2F2;
	margin-top: 30px;
	border-radius: 8px;
}

.DivLink .Link {
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}




#snd_pe p {
	margin-bottom: 10px;
}
#snd_pg {
	margin-left: 50px;
	margin-right: 50px;
}
#snd_pc {
	margin-right: 20px;
	margin-top: 10px;
	margin-left: 10px;
	float: left;
	margin-bottom: 10px;
}
#snd_pc a:hover {
	opacity: 0.6;
}
#snd_pf {
}
#snd_pd {
	font-size: 30px;
	line-height: normal;
	background-color: #C90002;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	color: #FFFFFF;
	display: block;
	font-family: "Times New Roman", Times, serif;
	text-align: left;
}
#snd_pe {
	width: 510px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	font-size: 18px;
	line-height: normal;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	background-image: url(../../img_marks/snd-002blue.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#snd_pc img {
	width: 150px;
}
#snd_pb {
	width: 355px;
	margin-right: 10px;
	border: 1px solid #8F8F8F;
	border-radius: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	height: 225px;
	display: block;
}
#snd_p {
}
#snd_q {
	display: none;
}
	
#cas_i {
    margin-left: 50px;
    margin-right: 50px;
    font-size: 22px;
    text-align: center;
    background-color: #FFFFFF;
    color: #222222;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    border-radius: 10px;
    border: 1px solid #005EDD;
    line-height: 1.5em;
}
#cas_j {
    float: right;
}
#cas_j img {
    width: 240px;
    height: 175px;
    margin-right: 30px;
    padding-top: 1px;
    padding-right: 1px;
    padding-bottom: 1px;
    padding-left: 1px;
    border: 1px solid #BCBCBC;
}
#cas_h {
    background-color: #F2F2F2;
    margin-bottom: 10px;
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 25px;
    padding-right: 20px;
    padding-bottom: 25px;
    padding-left: 20px;
    font-size: 20px;
    line-height: 1.5em;
    text-align: left;
    border-radius: 8px;
}
#cas_f {
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 20px;
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    text-align: center;
    font-size: 24px;
    line-height: normal;
    background-color: #EA0003;
    border-radius: 8px;
    color: #FFFFFF;
}
#cas_g {
    font-size: 20px;
    line-height: normal;
    text-align: center;
    margin-left: 80px;
    margin-right: 80px;
    margin-bottom: 20px;
    padding-top: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
    background-color: #FEEF00;
    border-radius: 8px;
}
#cas_c p {
    margin-bottom: 20px;
}
#cas_d   {
    margin-left: 30px;
    margin-right: 30px;
}
#cas_a {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    font-size: 22px;
    line-height: normal;
    text-align: center;
    background-color: #005CEB;
    color: #FFFFFF;
}
	
	#koshi_ab ul li {
    background-color: #F1F1F1;
    list-style-image: none;
    list-style-type: none;
    margin-bottom: 10px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 70px;
    margin-left: 30px;
    margin-right: 30px;
    font-size: 18px;
    line-height: 1.5em;
    text-align: left;
    border-radius: 6px;
    background-image: url(../img/cas-001.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 40px 40px;
}
#koshi_ab p {
    margin-bottom: 30px;
}
#wca_a {
    margin-left: 50px;
    margin-right: 50px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    font-size: 20px;
    line-height: normal;
    text-align: center;
    color: #0067E8;
    background-color: #F1F1F1;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
#wca_b {
}
#wca_b a {
    display: block;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    margin-left: 40px;
    margin-right: 40px;
    color: #212121;
    font-size: 20px;
    line-height: normal;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    background-color: #FFFFFF;
    background-image: url(../../img_marks/snd-001blue.png);
    background-repeat: no-repeat;
    background-position: right center;
    margin-bottom: 15px;
}
#cas_h a {
    background-color: #FFFFFF;
    text-decoration: none;
    color: #006AEB;
    margin-left: 20px;
    padding-left: 30px;
    padding-right: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
    background-image: url(../../img_marks/snd-001blue.png);
    background-repeat: no-repeat;
    background-position: right center;
}
#wca_b a:hover  {
    opacity: 0.6;
}
#wca_c {
    background-color: #F1F1F1;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-left: 50px;
    margin-right: 50px;
    padding-bottom: 15px;
}
#onk_a {
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    font-size: 24px;
    background-color: #0FA91C;
    color: #FFFFFF;
    border-radius: 10px;
}
#onk_b {
}
#onk_b ul {
}
#onk_b ul li {
    background-image: url(../img/onk-001.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-top: 15px;
    padding-right: 40px;
    padding-bottom: 15px;
    padding-left: 65px;
    margin-bottom: 15px;
    list-style-image: none;
    list-style-type: none;
    text-align: left;
    font-size: 18px;
    margin-left: 80px;
    margin-right: 80px;
    background-color: #F6F6F6;
    border-radius: 8px;
    line-height: 1.5em;
}
#onk_c a {
    display: block;
    margin-left: 120px;
    margin-right: 120px;
    margin-bottom: 30px;
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    text-decoration: none;
    font-size: 22px;
    color: #222222;
    text-align: center;
    border: 1px solid #8E8E8E;
    border-radius: 10px;
    background-image: url(../../img_marks/snd-001blue.png);
    background-repeat: no-repeat;
    background-position: right center;
}
#onk_c a:hover {
    background-color: #E0E0E0;
}
    
    
    #du_f {
    margin-left: 50px;
    margin-right: 50px;
}
#du_f ul {
    margin-right: 0px;
}
#du_f ul li {
    list-style-image: none;
    list-style-type: none;
    background-color: #19B013;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 1.5em;
    text-align: center;
    margin-bottom: 10px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    border-radius: 6px;
}
#du_e {
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-right: 25px;
    padding-bottom: 15px;
    padding-left: 25px;
    background-color: #F2F2F2;
    border-radius: 6px;
    font-size: 18px;
    line-height: 1.4em;
    text-align: center;
    margin-bottom: 20px;
    width: 65%;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}
#du_d {
}
#du_c {
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    font-size: 26px;
    line-height: 1.6em;
    text-align: center;
    border-radius: 6px;
    background-color: #0B9224;
    color: #FFFFFF;
}
#du_b p {
    margin-bottom: 18px;
}
#du_a   {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 26px;
    line-height: 1.5em;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    background-color: #F1F1F1;
    border-radius: 6px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}
#du_b {
    margin-left: 30px;
    margin-right: 30px;
    font-size: 18px;
    line-height: 1.6em;
    text-align: left;
}
#du_d a {
    margin-bottom: 15px;
    display: block;
    margin-left: 80px;
    margin-right: 80px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    font-size: 24px;
    line-height: 1.6em;
    text-align: center;
    text-decoration: none;
    background-color: #0063E6;
    color: #FFFFFF;
    background-image: url(../../img_marks/snd-001wht.png);
    background-repeat: no-repeat;
    background-position: right center;
    border-radius: 6px;
}
#du_d a:hover {
    opacity: 0.6;
}

#gur_n {
    font-size: 18px;
    line-height: 2em;
    margin-bottom: 10px;
}
#gur_o {
    font-size: 22px;
    line-height: 1.6em;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    margin-left: 150px;
    margin-right: 150px;
    background-color: #0071EC;
    color: #FFF600;
    border-radius: 8px;
}
#gur_l a  {
    display: block;
    width: 330px;
    float: left;
    margin-right: 10px;
    background-color: #0073F7;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-left: 10px;
    border-radius: 8px;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 1.6em;
    text-align: center;
    background-image: url(../../img_marks/snd-001wht.png);
    background-repeat: no-repeat;
    background-position: right center;
}
#gur_l a:hover {
    opacity: 0.6;
}
#gur_k {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    background-color: #D0F5F2;
    border-radius: 8px;
    font-size: 18px;
    line-height: 2em;
    margin-bottom: 20px;
}
#gur_j   {
    background-color: #FFFFFF;
    font-size: 20px;
    line-height: 2em;
    text-align: center;
    width: 360px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    border-radius: 8px;
    margin-bottom: 20px;
}
#gur_i {
    font-size: 26px;
    line-height: 2em;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
#gur_f {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    font-size: 16px;
    line-height: 2em;
    text-align: left;
}
#gur_d {
    font-size: 22px;
    line-height: 2em;
    text-align: center;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
#gur_c {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background-color: #FFE100;
    color: #151515;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-size: 16px;
    line-height: 2em;
    text-align: center;
}
#gur_e {
    margin-left: auto;
    background-color: #F1F1F1;
    margin-right: auto;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.5em;
    text-align: left;
    border-radius: 8px;
    width: 95%;
    max-width: 1000px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    color: #000000;
}
#gur_ec {
    background-color: #F1F1F1;
    margin-bottom: 20px;
    padding-top: 15px;
    padding-right: 2%;
    padding-bottom: 15px;
    padding-left: 2%;
    font-size: 20px;
    line-height: 1.5em;
    text-align: left;
    border-radius: 8px;
    width: 60%;
    float: left;
    margin-right: 2%;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 500;
}
    
    
    #gur_eb {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.5em;
    text-align: left;
    max-width: 1000px;
    width: 95%;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}
#gur_ebb {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 2em;
    text-align: center;
    color: #FF0004;
    font-weight: bold;
    max-width: 1100px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}
#gur_b {
    float: left;
    width: 350px;
    margin-right: 15px;
    background-color: #F3F3F3;
    border-radius: 6px;
}
#gur_a {
    background-color: #245e82;
    color: #FFFFFF;
    padding-top: 25px;
    padding-right: 15px;
    padding-bottom: 25px;
    padding-left: 15px;
    font-size: 22px;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.4em;
    margin-bottom: 30px;
    font-weight: 700;
}


#content {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    min-width: 800px;
    font-size: 18px;
    line-height: 1.5em;
}
#gur_g {
    font-family: 'M PLUS Rounded 1c', sans-serif;margin-left: 30px;
    margin-right: 30px;
    border-radius: 8px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    background-color: #F1F1F1;
}
#gur_h {
    width: 240px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    border-radius: 6px;
    background-color: #FF0000;
    color: #FFFFFF;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 2em;
}


    html
    {
    font-size: 20px;
}
#du_e dt {
    font-weight: bold;
    text-align: center;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}

#du_e dd {
    text-align: center;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}

#gur_em {
    background-color: #A4E1EE;
    color: #000000;
    font-size: 18px;
    line-height: 2em;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-radius: 8px;
    width: 50%;
    margin-bottom: 20px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}
#gur_ei {
    float: left;
    margin-left: 10px;
    margin-bottom: 16px;
    width: 48%;
}
#gur_ej {
    background-color: #0FA420;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 2em;
    text-align: center;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 700;
}
#gur_ek {
    background-color: #F6F6F6;
    font-size: 18px;
    line-height: 1.4em;
    padding-top: 18px;
    padding-right: 18px;
    padding-bottom: 18px;
    padding-left: 18px;
    text-align: left;
    font-family: 'Noto Sans JP', sans-serif;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
#gur_el {
    float: right;
    width: 120px;
    background-color: #0082FF;
    text-align: center;
    color: #FFFFFF;
    margin-left: 10px;
    border-radius: 8px;
    padding-top: 6px;
    padding-right: 6px;
    padding-bottom: 6px;
    padding-left: 6px;
    font-size: 14px;
    line-height: 2em;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}
    #gur_eh  {
    max-width: 960px;
    min-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
#gur_eh img {
    width: 100%;
}
        #gur_ehb  {
    display: none;    
}
#gur_ehb img {
    width: 800px;
}
#gur_ee {
    background-color: #49a8e2;
    color: #FFFFFF;
    width: 30%;
    margin-right: 3%;
    float: left;
    font-size: 20px;
    line-height: 1.4em;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}
#gur_ef {
    float: left;
    width: 66%;
    text-align: left;
    font-size: 20px;
    line-height: 1.4em;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
#gur_ed img {
    width: 100%;
    padding-top: 1px;
    padding-right: 1px;
    padding-bottom: 1px;
    padding-left: 1px;
    border: 1px solid #7D7D7D;
    max-width: 280px;
}
#gur_ed {
    float: right;
    width: 30%;
}
#snd_a img {
    width: 100%;
}





#gur_eg a {
    display: block;
    background-color: #1757C4;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 18px;
    line-height: 2em;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    border-radius: 10px;
    border: 5px solid #649FDC;
    background-image: url(../../img_marks/snd-001wht.png);
    background-repeat: no-repeat;
    background-position: right center;
    max-width: 500px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}
#gur_eg a:hover {
    opacity: 0.6;
}

#gur_ecb {
    background-color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    line-height: 2em;
    margin-bottom: 10px;
    border-radius: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}
#glov_b a {
    display: block;
    color: #0069DB;
    font-size: 18px;
    line-height: 2em;
}
#glov_b {
    float: left;
    width: 46%;
    margin-left: 2%;
    margin-right: 2%;
}
#glov_b a:hover {
    color: #FF8B00;
}
#glov_b a:hover img {
    opacity: 0.6;
}
#glov_b img {
    width: 100%;
    padding-top: 1px;
    padding-right: 1px;
    padding-bottom: 1px;
    padding-left: 1px;
    border: 1px solid #B0B0B0;
    margin-bottom: 10px;
}
#glov_a {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1100px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    
}
    
    #gur_eea {
    background-repeat: no-repeat;
    background-position: right center;
    width: 95%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
        
        font-family: 'M PLUS Rounded 1c', sans-serif;
}
#glos_b {
    width: 95%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
#glos_a {
    width: 95%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
    #snd_az {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    display: none;
}
#snd_az img {
    width: 100%;
}
    
    #glo_db {
    text-align: right;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
}
#glo_db img {
    width: 80px;
}
#glo_da {
    background-color: #d1e5f2;
    padding-top: 28px;
    padding-right: 28px;
    padding-bottom: 28px;
    padding-left: 28px;
    border-radius: 20px;
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    font-size: 16px;
    line-height: 1.4em;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}
#glo_c {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1100px;
}
#glo_cb {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    margin-bottom: 25px;
    max-width: 900px;
}
#glo_cc {
    background-color: #49a8e2;
    color: #FFFFFF;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 22px;
    line-height: 1.5em;
    font-weight: 700;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
#glo_cd {
    background-color: #F3F3F3;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: left;
    font-size: 18px;
    line-height: 1.8em;
    padding-left: 30px;
    padding-right: 30px;
}
#glo_ce {
    background-color: #FFFFFF;
    border-radius: 6px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    font-size: 16px;
    line-height: 1.4em;
}
    #prog_a {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    width: 95%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    -webkit-box-shadow: 2px 2px 6px #C1C1C1;
    box-shadow: 2px 2px 6px #C1C1C1;
    font-size: 18px;
    line-height: 1.5em;
    text-align: center;
    padding-bottom: 15px;
}
#prog_ab {
    background-color: #E45F5F;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 22px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: 20px;
}
#prog_ac {
    margin-bottom: 20px;
}
#prog_ad {
    margin-bottom: 15px;
    background-color: #E5ECF4;
    font-weight: 700;
    font-size: 22px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 16px;
    text-align: left;
    width: 99%;
    max-width: 360px;
    padding-left: 80px;
    padding-right: 80px;
    line-height: 1.4em;
}
#prog_ae a {
    display: block;
    background-color: #2883CA;
    text-decoration: none;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 22px;
    text-align: center;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    min-width: 300px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    background-image: url(../../img_marks/snd-001bwht.png);
    background-repeat: no-repeat;
    background-position: right center;
    border-radius: 16px;
}
#prog_ae a:hover  {
    opacity: 0.6;
}
#prog_af   {
    margin-bottom: 15px;
    font-size: 14px;
}
       
#slt_g {
    margin-bottom: 10px;
    background-color: #A4A4A4;
    font-size: 16px;
    line-height: 1.4em;
    margin-right: auto;
    width: 98%;
    margin-left: auto;
    color: #000000;
    max-width: 1000px;
    text-align: center;
}
#slt_g tr td {
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    font-size: 16px;
    text-align: left;
    line-height: 1.4em;
    color: #000000;
}
#duo_e {
    background-color: #78c73d;
    color: #FFFFFF;
    font-size: 22px;
    line-height: 1.4em;
    text-align: center;
    font-weight: 700;
    width: 99%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    border-radius: 12px;
}
#duos_d {
    text-align: left;
    background-color: #F0F0F0;
    margin-left: 3%;
    margin-right: 3%;
    margin-bottom: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
    line-height: 1.4em;
    border-radius: 10px;
}
#duos_c {
    text-align: left;
    font-size: 18px;
    line-height: 1.4em;
    margin-left: 20px;
}
#duos_b {
    float: left;
    background-color: #78c73d;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 1.5em;
    text-align: left;
    margin-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
    font-weight: 700;
}
#duos_bb {
    background-color: #4A9DB6;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 1.5em;
    text-align: center;
    margin-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 10px;
    font-weight: 700;
    margin-left: 5%;
    margin-right: 5%;
}
#duos_a {
    color: #1C1C1C;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.5em;
    text-align: left;
    margin-bottom: 20px;
    border-radius: 10px;
    margin-left: 40px;
    margin-right: 40px;
}
#glob_b {
    width: 99%;
    padding-left: auto;
    padding-right: auto;
    text-align: center;
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 30px;
}
#glob_a img {
    width: 100%;
}
#glob_a {
    width: 99%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

#fary_f a {
    display: block;
    width: 99%;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}
#fary_f a:hover  {
    opacity: 0.6;
}
#fary_f img {
    width: 100%;
}
#fair_d {
    margin-left: 33px;
    margin-right: 33px;
}
#fary_ce {
    padding-left: 5%;
    padding-right: 5%;
}
#fary_cd {
}
#fary_cd a {
    float: left;
    background-color: #D84143;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5em;
    width: 48%;
    display: block;
    margin-left: 1%;
    margin-right: 1%;
    text-align: center;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 8px;
    background-image: url(../../img_marks/snd-002.png);
    background-repeat: no-repeat;
    background-position: right center;
}
#fary_cd a:hover  {
    opacity: 0.6;
}
#fary_cc p {
    margin-bottom: 12px;
}
#fary_cc {
    float: left;
    margin-right: 4%;
    width: 65%;
}
#fary_ccb p {
    margin-bottom: 12px;
}
#fary_ccb {
    margin-left: 40px;
    margin-right: 40px;
}
#fary_cb img {
    width: 100%;
}
#fary_cb {
    float: left;
    width: 22%;
    margin-left: 5%;
    margin-right: 4%;
}
#fary_c {
    background-color: #245e82;
    color: #FFFFFF;
    font-weight: 700;
    float: left;
    margin-left: 30px;
    width: 300px;
    text-align: center;
    font-size: 20px;
    line-height: 1.5em;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 8px;
}
#fair_bc {
    float: left;
    width: 74%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
#fair_bcb {
    float: left;
    width: 64%;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
#fair_bb {
    float: left;
    background-color: #FFFFFF;
    text-align: center;
    width: 22%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-right: 3%;
    border-radius: 8px;
}
#fair_bbb {
    float: left;
    background-color: #245e82;
    text-align: center;
    width: 33%;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-right: 3%;
    border-radius: 8px;
    color: #FFFFFF;
    font-weight: 700;
}
#fair_b {
    background-color: #245e82;
    color: #FEFEFE;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.5em;
    text-align: center;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding-top: 20px;
    padding-bottom: 20px;
}
#fary_a p {
    margin-top: 12px;
}
#fary_ab {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
}
#fary_a {
    width: 99%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    background-color: #245e82;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 40px;
    padding-left: 30px;
    border-radius: 12px;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 1.5em;
    text-align: left;
}
#gur_eb p {
    margin-bottom: 12px;
}
#kgry_i ul {
    list-style-image: none;
    list-style-type: none;
    margin-left: 10px;
}
#kgry_i ul li {
    margin-bottom: 5px;
    margin-top: 5px;
}
#kgry_i ul li a {
    text-decoration: none;
    display: block;
    color: #252525;
}
#kgry_i ul li a:hover  {
    opacity: 0.6;
    color: #1279DC;
}
#kgry_ib {
    background-color: #29486E;
    color: #FFFFFF;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    border-radius: 4px;
    margin-bottom: 10px;
}
#kgry_i {
    float: left;
    width: 23%;
    margin-left: 1%;
    margin-right: 1%;
    font-size: 16px;
    line-height: 1.5em;
    text-align: left;
}
#kgry_j {
    height: 2px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px dotted #BDBDBD;
    float: left;
}
#kgry_fco ul li {
    width: 31%;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 20px;
    margin-top: 20px;
}
#kgry_fco ul li a {
    display: block;
}
#kgry_fco ul   {
    float: left;
    list-style-type: none;
    list-style-image: none;
    width: 100%;
}
#kgry_fco ul li img  {
    width: 100%;
    border: 1px solid #B7B7B7;
}
#kgry_fco ul li a:hover  {
    opacity: 0.6;
}
#kgry_fev ul li {
    width: 48%;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 20px;
}
#kgry_fev ul li a {
    display: block;
}
#kgry_fev ul   {
    float: left;
    list-style-type: none;
    list-style-image: none;
    width: 100%;
}
#kgry_fev ul li img  {
    width: 100%;
    border: 1px solid #B7B7B7;
}
#kgry_fev ul li a:hover  {
    opacity: 0.6;
}
#kgry_hd p {
    margin-bottom: 12px;
}
.kgry_hg {
    display: block;
    text-align: center;
    background-image: url(../../img_marks/snd-005bu.png);
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 30px;
    padding-bottom: 10px;
    margin-top: 10px;
}
#kgry_hf {
    height: 50px;
    display: block;
    background-image: url(../../img_marks/snd-003bu.png);
    background-repeat: no-repeat;
    background-position: center center;
}
#kgry_hc {
    text-align: center;
    margin-top: 20px;
}
#kgry_he {
    color: #29486E;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.5em;
    margin-bottom: 10px;
}
#kgry_hb {
    float: left;
    width: 74%;
    text-align: left;
    font-size: 18px;
    line-height: 1.5em;
}
#kgry_h img {
    width: 100%;
    border: 1px solid #C6C6C6;
    padding-top: 1px;
    padding-right: 1px;
    padding-bottom: 1px;
    padding-left: 1px;
}
#kgry_h {
    float: left;
    width: 20%;
    margin-right: 5%;
}
#kgry_gc img {
    width: 100%;
}
#kgry_gc {
    float: left;
    margin-left: 1%;
    width: 26%;
    margin-right: 2%;
    margin-top: 5px;
    margin-bottom: 8px;
}
#kgry_gd {
    float: left;
    width: 68%;
    text-align: left;
    font-size: 20px;
    line-height: 1.5em;
    padding-top: 20px;
    padding-bottom: 20px;
}
#kgry_ge a {
    background-color: #E46264;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.5em;
    text-align: center;
    display: block;
    text-decoration: none;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 12px;
    background-image: url(../../img_marks/snd-002.png);
    background-repeat: no-repeat;
    background-position: right center;
}
#kgry_ge a:hover  {
    opacity: 0.6;
}
#kgry_g {
    width: 100%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    background-color: #29486E;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
#kgry_gb {
    width: 100%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    background-color: #F1F1F1;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}
#kgry_fb a:hover {
    opacity: 0.6;
}
#kgry_fc p {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-top: 10px;
}
#kgry_fc img {
    width: 100%;
}
#kgry_fc {
    float: left;
    width: 46%;
    margin-left: 2%;
    margin-right: 2%;
    background-color: #F2F2F2;
    margin-bottom: 40px;
    border-radius: 10px;
    text-align: left;
    font-size: 18px;
    line-height: 1.5em;
    height: 380px;
}
#kgry_fb {
    width: 99%;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}
#kgry_fb img {
    width: 100%;
}
#kgry_f {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
#kgry_fev {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
#kgry_fco {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
#kgry_f10 {
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
#kgry_ed p {
    margin-bottom: 12px;
}
#kgry_edb {
    color: #29486E;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.5em;
    margin-bottom: 20px;
    text-align: center;
}
#kgry_ec {
    float: left;
    width: 30%;
    margin-right: 3%;
    margin-left: 2%;
}
#kgry_ec img {
    width: 100%;
}
#kgry_ed  {
    float: left;
    width: 62%;
    font-size: 18px;
    text-align: left;
    line-height: 1.5em;
}
#kgry_eb {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-bottom: 40px;
}
#kgry_e {
    background-color: #F0F0F0;
    width: 100%;
}
#kgry_d {
    background-color: #29486E;
    color: #FFFFFF;
    width: 100%;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5em;
    padding-top: 30px;
    padding-bottom: 30px;
}
#kgry_db {
    background-color: #29486E;
    color: #FFFFFF;
    width: 100%;
    font-size: 24px;
    line-height: 1.5em;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 40px;
}
#kgry_c a {
    display: block;
    width: 47%;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    text-decoration: none;
    text-align: center;
    line-height: 1.5em;
    border: 1px solid #AFAFAF;
    color: #242424;
    background-image: url(../../img_marks/snd-001blue.png);
    background-repeat: no-repeat;
    background-position: right center;
    margin-bottom: 20px;
}
#kgry_c a:hover  {
    background-color: #29486E;
    color: #FFFFFF;
}
#kgry_b {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
#kgry_a {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
    
    #sisn_f img {
    width: 100%;
    padding-top: 1px;
    padding-right: 1px;
    padding-bottom: 1px;
    padding-left: 1px;
    border: 1px solid #A2A2A2;
}
#sisn_f {
    float: right;
    width: 280px;
    margin-left: 20px;
}
#sisn_e a {
    display: block;
    background-color: #FFFFFF;
    width: 99%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 18px;
    line-height: 1.4em;
    text-decoration: none;
    color: #1B3A60;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    background-image: url(../../img_marks/snd-001blue.png);
    background-repeat: no-repeat;
    background-position: right center;
    border: 1px solid #929292;
}
#sisn_e a:hover  {
    background-color: #29486E;
    color: #FFFFFF;
}
#sisn_d {
    text-align: left;
}
#sisn_bb a {
    color: #1c62cd;
}
#sisn_bb li {
    margin-bottom: 12px;
}
#sisn_bb ul {
    margin-left: 60px;
    margin-bottom: 12px;
}
#sisn_c img {
    float: left;
    width: 28%;
    margin-right: 2%;
    margin-left: 2%;
    border: 1px solid #A8A8A8;
    padding-top: 1px;
    padding-right: 1px;
    padding-bottom: 1px;
    padding-left: 1px;
}
#sisn_c {
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
#slt_g tr td img {
    width: 60%;
}
#tujp_a {
}
#tujp_a tr td {
}
#sisn_bb p {
    margin-bottom: 12px;
}
#sisn_bb {
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
    text-align: left;
}
#sisn_b {
    float: left;
    padding-left: 20px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #EFEFEF;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.4em;
}
#sisn_a {
    width: 99%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    text-align: left;
    line-height: 1.6em;
}


#aa {
    height: 95px;
}
#ab {
    height: 95px;
}
#ac {
    height: 95px;
}
#ad {
    height: 95px;
}
#ae {
    height: 95px;
}
#af {
    height: 95px;
}
#ag {
    height: 95px;
}
#ah {
    height: 95px;
}
    
    #sisn_aa img {
    width: 100%;
}
#sisn_aa {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
    
    #kksi_g {
    display: none;
}
#kksa_db {
    font-size: 22px;
    line-height: 1.6em;
}
#kksa_e p {
}
#kksa_c   {
    background-color: #29486E;
    color: #FFFFFF;
    padding-top: 14px;
    padding-right: 14px;
    padding-bottom: 14px;
    padding-left: 14px;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
#kksa_d   {
    color: #142F51;
    font-size: 30px;
    line-height: 1.6em;
    font-weight: 700;
    margin-bottom: 20px;
}
#kksa_e   {
    margin-bottom: 30px;
}
#kksa_f   {
}
#kksa_f a   {
    background-color: #E43032;
    display: block;
    color: #FFFFFF;
    text-decoration: none;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 28px;
    padding-right: 28px;
    padding-bottom: 28px;
    padding-left: 28px;
    font-size: 22px;
    line-height: 1.6em;
    text-align: center;
    background-image: url(../../img_marks/snd-001wht.png);
    background-repeat: no-repeat;
    background-position: right center;
}
#kksa_f a:hover    {
    opacity: 0.6;
}
#kksa_b {
    width: 99%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ECECEC;
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
    font-size: 18px;
    line-height: 1.6em;
    text-align: center;
    margin-bottom: 100px;
}
#kksa_a p {
    margin-bottom: 16px;
}
#kksa_a {
    width: 99%;
    max-width: 1000px;
    font-size: 22px;
    line-height: 1.6em;
    text-align: center;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
}

#shnz_e {
    width: 100%;
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    text-align: left;
    font-size: 18px;
    line-height: 1.6em;
    margin-bottom: 60px;
    background-color: #F4F4F4;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}
#shnz_d {
    width: 100%;
    background-color: #3184B7;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 1.6em;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    margin-left: auto;
    margin-right: auto;
    max-width: 770px;
    background-image: url(../../img_marks/poi-001.png);
    background-repeat: no-repeat;
    background-position: left 0%;
    background-size: auto 100%;
    padding-left: 130px;
}
#shnz_c {
    width: 100%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    line-height: 1.6em;
    text-align: left;
}
#shnz_b {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}
#shnz_b img {
    width: 100%;
    padding-top: 1px;
    padding-right: 1px;
    padding-bottom: 1px;
    padding-left: 1px;
    border: 1px solid #A2A2A2;
}
#shnz_a {
    background-color: #29486e;
    color: #FFFFFF;
    font-size: 24px;
    line-height: 1.6em;
    text-align: center;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 60px;
}

#shnz_e p {
    margin-bottom: 10px;
}
#iel_a a {
	display: block;
	margin-left: 40px;
	margin-right: 40px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	font-size: 30px;
	line-height: normal;
	background-color: #E1E1E1;
	background-image: url(../img_marks/snd-002blue.png);
	background-position: right center;
	background-repeat: no-repeat;
}
#iel_a a:hover {
	opacity: 0.6;
	color: #0084F9;
}


#bk{
  margin : 0px;
  padding : 0px;
  background:url(back.gif) repeat-x;
}

.kai_2016 {
	width: 780px;
	background-color: #1159A2;
	color: #EBF3FB;
	font-size: 40px;
	line-height: 48px;
	padding-top: 10px;
	padding-bottom: 15px;
	border: 4px solid #6DABEF;
	border-radius: 20px;
	margin-top: 10px;
}
.kai_01 {
	width: 640px;
	background-color: #226FBF;
	color: #EBF3FB;
	font-size: 40px;
	line-height: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 4px solid #6DABEF;
	border-radius: 20px;
	margin-top: 10px;
}
.kai_01 a{
	color: #EBF3FB;
	display: block;
}
.kai_01 a:hover{
	color: #FFAA01;
}
.bar {
	width: 800px;
	background-color: #C5C5C5;
	margin-top: 40px;
	height: 2px;
	margin-bottom: 20px;
}

.kishu {
	width: 640px;
	background-color: #BABABA;
	color: #BD0509;
	font-size: 40px;
	line-height: 48px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 4px solid #D8D8D8;
	border-radius: 20px;
	margin-top: 10px;
}
.kishu a{
	color: #BD0509;
	display: block;
}
.kishu a:hover{
	color: #EE8A8A;
}
.gochu {
	width: 700px;
	color: #353535;
	font-size: 20px;
	line-height: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	border: 4px solid #EFC0C0;
	border-radius: 20px;
	margin-top: 10px;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 30px;
}
.kamo {
	width: 98%;
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
	background-color: #CCCCCC;
	font-size: 20px;
	line-height: 26px;
}
.kamo_ore {
    background-color: #CCCCCC;
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.5em;
    width: 100%;
    font-weight: normal;
}
.kamo td{
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	font-size: 20px;
	line-height: 26px;
	text-align: center;
}
.kamo th{
	background-color: #CBEFD4;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	font-size: 20px;
	line-height: 26px;
	text-align: center;
	}
	
	.kamo_ore td{
    background-color: #FFFFFF;
    padding-top: 18px;
    padding-left: 10px;
    padding-bottom: 18px;
    padding-right: 10px;
    font-size: 18px;
    text-align: center;
    line-height: 1.5em;
}
.kamo_ore th{
    background-color: #F2F2F2;
    padding-top: 18px;
    padding-left: 10px;
    padding-bottom: 18px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 1.5em;
    text-align: center;
    font-weight: normal;
	}
	
	
.risu {
    width: 100%;
    background-color: #29486e;
    border-radius: 5px;
    color: #FFFFFF;
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
    line-height: 1.5em;
}
.risu-nyuu {
    background-color: #29486e;
    border-radius: 5px;
    color: #FFFFFF;
    font-size: 18px;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 18px;
    padding-right: 18px;
    margin-bottom: 20px;
    line-height: 1.5em;
    text-align: left;
}

.nyu_photo {
    background-color: #C1C1C1;
    border-radius: 5px;
    color: #FFFFFF;
    font-size: 24px;
    margin-bottom: 40px;
    float: left;
    text-align: center;
    width: 25%;
}
.nyu-txt {
    border-radius: 5px;
    margin-bottom: 40px;
    float: left;
    text-align: left;
    margin-left: 3%;
    width: 70%;
    font-size: 18px;
    line-height: 1.5em;
}
.nyu-txt2 a {
    border-radius: 5px;
    width: 360px;
    text-align: center;
    display: block;
    margin-top: 20px;
    background-color: #E46264;
    font-size: 18px;
    color: #FFFFFF;
    text-decoration: none;
    line-height: 2em;
    padding-top: 20px;
    padding-bottom: 20px;
    background-repeat: no-repeat;
    background-image: url(../../img_marks/snd-001bwhtc.png);
    background-position: right center;
}
.nyu-txt2 a:hover  {
    opacity: 0.6;
}
.risu2 {
    font-size: 18px;
    line-height: 1.5em;
    margin-left: 20px;
    margin-right: 10px;
}
.risu3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #29486e;
    line-height: 1.5em;
}



.history-list {
	width: 800px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	overflow: hidden;
	}
	.history-list dt {
	background-repeat: no-repeat;
	height: 72px;
	cursor: pointer;
	background-image: url(img/ielts-006.jpg);
	margin-bottom: 10px;
		}
		.history-list dt.open {
	background-position: bottom;
	background-image: url(img/ielts-006-2.jpg);
		}
	.history-list dd {
	margin-left: 30px;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 30px;
	margin-right: 30px;
	font-size: 20px;
	line-height: 30px;
	display: none;
	}
	
	.history-list2 {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	overflow: hidden;
	}
	.history-list2 dt {
	background-repeat: no-repeat;
	height: 72px;
	cursor: pointer;
	background-image: url(img/ielts-008.jpg);
	margin-bottom: 10px;
		}
		.history-list2 dt.open {
	background-position: bottom;
	background-image: url(img/ielts-008-2.jpg);
		}
	.history-list2 dd {
	margin-left: 30px;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 30px;
	margin-right: 30px;
	font-size: 20px;
	line-height: 30px;
	display: none;
	}
	
		.history-list3 {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	overflow: hidden;
	}
	.history-list3 dt {
	background-repeat: no-repeat;
	height: 72px;
	cursor: pointer;
	background-image: url(img/ielts-009.jpg);
	margin-bottom: 10px;
		}
		.history-list3 dt.open {
	background-position: bottom;
	background-image: url(img/ielts-009-2.jpg);
		}
	.history-list3 dd {
	margin-left: 30px;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 30px;
	margin-right: 30px;
	font-size: 20px;
	line-height: 30px;
	display: none;
	}
	
			.history-list4 {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	overflow: hidden;
	}
	.history-list4 dt {
	background-repeat: no-repeat;
	height: 72px;
	cursor: pointer;
	background-image: url(img/ielts-010.jpg);
	margin-bottom: 10px;
		}
		.history-list4 dt.open {
	background-position: bottom;
	background-image: url(img/ielts-010-2.jpg);
		}
	.history-list4 dd {
	margin-left: 30px;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 30px;
	margin-right: 30px;
	font-size: 20px;
	line-height: 30px;
	display: none;
	}
	
	
	
	
	
				.history-list5 {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	overflow: hidden;
	}
	.history-list5 dt {
	background-repeat: no-repeat;
	height: 72px;
	cursor: pointer;
	background-image: url(img/ielts-011.jpg);
	margin-bottom: 10px;
		}
		.history-list5 dt.open {
	background-position: bottom;
	background-image: url(img/ielts-011-2.jpg);
		}
	.history-list5 dd {
	margin-left: 30px;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 30px;
	margin-right: 30px;
	font-size: 20px;
	line-height: 30px;
	display: none;
	}
	
	
.history-list6 {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	overflow: hidden;
	}
	.history-list6 dt {
	background-repeat: no-repeat;
	height: 72px;
	cursor: pointer;
	margin-bottom: 10px;
	background-image: url(img/ielts-019.jpg);
		}
		.history-list6 dt.open {
	background-position: bottom;
	background-image: url(img/ielts-019-2.jpg);
		}
	.history-list6 dd {
	margin-left: 30px;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 30px;
	margin-right: 30px;
	font-size: 20px;
	line-height: 30px;
	display: none;
	}
	
	
	
.history-list7 {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	overflow: hidden;
	}
	.history-list7 dt {
	background-repeat: no-repeat;
	height: 72px;
	cursor: pointer;
	margin-bottom: 10px;
	background-image: url(img/ielts-021.jpg);
		}
		.history-list7 dt.open {
	background-position: bottom;
	background-image: url(img/ielts-021-2.jpg);
		}
	.history-list7 dd {
	margin-left: 30px;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 30px;
	margin-right: 30px;
	font-size: 20px;
	line-height: 30px;
	display: none;
	}
	
	
	
	
.nyuu {
	margin-bottom: 10px;
	}
	
	
.oku {
    font-size: 18px;
    line-height: 1.5em;
    border-left: 10px solid #29486e;
    padding-left: 12px;
	}
.oku2 {
	width: 183px;
	float: right;
	margin-left: 20px;
	}
.oku3 {
    font-size: 20px;
    line-height: 1.6em;
    font-weight: bold;
    color: #29486e;
	}
	
	.oku4 {
    font-size: 18px;
    color: #DA6060;
    text-align: left;
    line-height: 1.5em;
    margin-bottom: 10px;
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
	}
.nyu_photo img {
    width: 100%;
}
    
    #elt_bb p {
    margin-bottom: 15px;
}


#elt_bb {
    width: 99%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    text-align: left;
    line-height: 1.5em;
}
#iel_aa {
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 1.6em;
}
#iel_a {
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
    
    #eln_bb {
    margin-bottom: 30px;
    margin-left: 20px;
}
#eln_b {
    background-color: #29486e;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 500;
    padding-top: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
    margin-bottom: 15px;
    width: 200px;
    text-align: center;
    border-radius: 6px;
}
#eln_c {
}
#eln_ac {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
}
#eln_ab {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    background-color: #F2F2F2;
    padding-top: 18px;
    padding-right: 18px;
    padding-bottom: 18px;
    padding-left: 70px;
    border-radius: 4px;
    margin-bottom: 10px;
    background-image: url(../../img/bnr_504.png);
    background-repeat: no-repeat;
    background-size: 50px auto;
    background-position: 8px center;
}
#eln_a {
    width: 99%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    font-size: 18px;
    line-height: 1.5em;
}
    
    #icnb_a a {
    width: 99%;
    display: block;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 2px 2px 6px #A4A4A4;
    box-shadow: 2px 2px 6px #A4A4A4;
}
#icnb_a a:hover {
    opacity: 0.6;
}
#icnb_a a img {
    width: 100%;
}
    
    #iels_c img {
    width: 100%;
}
#iels_c  {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    display: none;
}
#iels_b {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
#iels_b img {
    width: 100%;
}
    
    #iels_lb a:hover {
    opacity: 0.6;
}
#iels_lb img {
    width: 100%;
}
#iels_lb {
    width: 99%;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}
#iels_l p {
    margin-bottom: 10px;
}
#iels_l {
    margin-left: 50px;
    margin-bottom: 20px;
    margin-right: 20px;
    font-size: 18px;
    line-height: 1.5em;
    text-align: left;
}
#iels_k img {
    width: 100%;
}
#iels_k  {
    width: 300px;
    float: left;
    margin-right: 30px;
}

#iels_j img {
    width: 100%;
    padding-top: 1px;
    padding-right: 1px;
    padding-bottom: 1px;
    padding-left: 1px;
    border: 1px solid #A1A1A1;
}
#iels_j  {
    width: 300px;
    float: left;
    margin-right: 30px;
}
#iels_i img {
    width: 100%;
}
#iels_i  {
    width: 33%;
    float: left;
}
#iels_h {
    text-align: left;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5em;
    background-image: url(../../img/bnr_505.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 40px auto;
    width: 99%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 60px;
    margin-bottom: 30px;
}
#iels_g {
    float: left;
    background-color: #F2F2F2;
    border-radius: 6px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    margin-right: 16px;
    margin-bottom: 15px;
}
#iels_f {
    background-color: #EFEFEF;
    margin-bottom: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 700;
}
#iels_e img {
    width: 100%;
}
#iels_e  {
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
#iels_d {
    width: 300px;
    margin-left: auto;
    padding-top: 1px;
    padding-right: 1px;
    padding-bottom: 1px;
    padding-left: 1px;
    border: 1px solid #A5A5A5;
    margin-right: auto;
}
#iels_d img {
    width: 100%;
}

#iels_a p {
    margin-bottom: 15px;
}
#iels_a {
    width: 99%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    text-align: left;
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 30px;
}
#iels_nb {
    width: 99%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
#iels_n a:hover {
    opacity: 0.6;
}
#iels_n {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    float: left;
}
#iels_n img {
    width: 100%;
}

}
