@charset "utf-8";
/* ヘッダ */
#headBox {
    width: 100%;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
    background-color: #FFFFFF;
}
#headTop {
    margin-left: auto;
    margin-right: auto;
    padding-top: 3px;
    width: 100%;
}
#mainBox {
	margin-right: auto;
	margin-left: auto;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	width: 100%;
}
#mainBox2 {
	margin-right: auto;
	margin-left: auto;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border: 10px solid #C3C8CB;
}
#mainBox3 {
	margin-right: auto;
	margin-left: auto;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	margin-top: 40px;
	width: 100%;
}
#copy {
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #5F5F5F;
}
#whole {
	width: 100%;
	height: 100%;
}
/* --------------------------------------------------
	NAVI+dropmenu 
-------------------------------------------------- */
#menuBox {
    width: 100%;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
    background-image: url(../../images/menuBG.png);
    background-repeat: repeat-x;
    height: 80px;
    padding-top: 0px;
    background-color: #FFFFFF;
}
#menuAria {
    float: left;
    margin-left: auto;
    margin-right: auto;
    border-left: 1px solid #9D9D9D;
    padding-top: 10px;
    padding-bottom: 20px;
    width: 100%;
}
#menuAria ul {
  list-style-type: none;
  padding-left: 0px;
}
#menuAria ul li {
	cursor: pointer;
	cursor: hand;
	position: relative;  /*z-indexの指定や子要素の基準とするために指定*/
	z-index: 1;  /*ドロップダウンしたメニューが隠れないように*/
	float: left;  /*親メニューは横1列に並べる*/
	padding-right: 0px;  /*メニュー項目の間隔を指定*/
	visibility: visible;
	text-decoration: none;
}
#menuAriaul li a{ 
  display: block;   /*要素の幅いっぱいにするために指定*/
  text-decoration: none;
	color: #333333;
}
 
#menuAria ul li a:hover {
	text-decoration: none;
}
/*サブメニュー*/
#menuAria ul li ul.sub-menu {
    display: none; 
    position: absolute; 
    top: 37px;  /*位置の指定*/
    left: -20px;
    font-style: normal;
    text-decoration: none;
}
#menuAria ul li:hover ul.sub-menu {
  display: block;    /*マウスオーバー時にサブメニューを表示する*/

}
#menuAria ul li ul.sub-menu li{
    float: none;  /*サブメニューはフロートさせないので解除*/
    padding: 0;  /*親メニューのパディングを解除。これをしないとボーダーがはみ出る*/
    text-decoration: none;
  
}
#menuAria ul li ul.sub-menu li:first-child{
    border-top: 1px solid #C5E72E;
    text-decoration: none;
}
#menuAria ul li ul.sub-menu li a {
    background-color: #FFF;
    color: #666;
    font-weight: normal;
    display: inherit;
    font-size: 90%;
    text-decoration: none;
    text-align: center;
    width: 200px;
    border-bottom: 1px solid #C5E72E;
    border-right: 1px solid #C5E72E;
    border-left: 1px solid #C5E72E;
}
#menuAria ul li ul.sub-menu li a:hover  {
    background-color: #F6FFD2;
    display: block;
    z-index: 1;
    visibility: visible;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border-bottom: 1px solid #C5E72E;
    border-left: 1px solid #C5E72E;
    border-right: 1px solid #C5E72E;
}
/*サブメニューここまで*/
#css_btn_class {
    font-size: 85%;
    font-weight: bold;
    height: 37px;
    text-decoration: none;
    background-color: #ffffff;
    color: #636363;
    text-align: center;
    margin-left: 2%;
    width: 21%;
    margin-right: 2%;
    border-bottom: 1px solid #C5E72E;
    line-height: 37px;
    margin-top: 5px;
}
#css_btn_class:hover {
    background-color: #F6FFD2;
}
#css_btn_class:active {
	position: relative;
	top: 1px;
}

#css_btn_class2 {
	font-size: 80%;
	font-weight: bold;
	width: 160px;
	height: 39px;
	border-right: 1px solid #9D9D9D;
	text-decoration: none;
	background-color: #ffffff;
	color: #333333;
	padding-left: 5px;
	line-height: 1.2em;
	padding-top: 8px;
}
#css_btn_class2:hover {
	background-color:#f6f6f6;
}
#css_btn_class2:active {
	position:relative;
	top:1px;
}

#footBox {
    width: 100%;
    width: 100%;
    background-repeat: repeat-x;
    background-position: center top;
    float: left;
    background-color: #83A000;
    height: 150px;
}
#foot_mida {
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

#main_bottomBox  {
	height: 20px;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	background-position: left bottom;
	-webkit-box-shadow: 0px px;
	box-shadow: 0px px;
	background-color: #50B47F;
}

#main_space {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
#main_left {
	width: 260px;
	padding-top: 32px;
	margin-left: 10px;
	float: left;
}
#main_left2 {
	width: 380px;
	float: left;
	padding-top: 25px;
	margin-left: 10px;
}

#main_right {
	width: 100px;
	float: right;
	text-align: center;
	margin-top: 8px;
}
.floatClearDot {
	height: 10px;
	clear: both;
	width: 100%;
	line-height: 0px;
	font-size: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.floatClear10 {
	height: 10px;
	clear: both;
	width: 100%;
	line-height: 0px;
	font-size: 2px;
}
.addr {
	float: left;
	font-size: 12px;
	color: #FFFFFF;
	margin-right: 15px;
	margin-left: 10px;
}
.logo_bot {
    width: 80px;
    float: left;
    margin-left: 10px;
}
.botbot {
	float: left;
	font-size: 12px;
	color: #FFFFFF;
	margin-right: 20px;
	margin-left: 10px;
	margin-top: 5px;
}
#conB {
    width: 150px;
    float: right;
    margin-top: 20px;
    margin-right: 10px;
    text-align: right;
    font-size: 80%;
}
#logoB {
	width: 296px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}
.blueBox {
    width: 100%;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
    height: 50px;
}
#blueTop {
    margin-left: auto;
    margin-right: auto;
    padding-top: 3px;
    height: 50px;
    background-color: #BBD534;
}
.redBox {
	width: 100%;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	height: 115px;
	background-color: #2A4AB1;
}
#redTop {
	margin-left: auto;
	margin-right: auto;
	padding-top: 3px;
	height: 115px;
}
#bordArea {
    margin-top: 13px;
    color: #FFFFFF;
    font-size: 130%;
    text-align: left;
    font-weight: bold;
    padding-left: 20px;
}
#bordArea2 {
	margin-top: 15px;
	color: #FFFFFF;
	font-size: 210%;
	text-align: center;
	font-style: normal;
	font-weight: 700;
	line-height: 1.3em;
}
.contents {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.contents2 {
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
.contents2 h3 {
	font-size: medium;
	font-weight: normal;
	padding-left: 20px;
	text-indent: -20px;
	color: #0A4F81;
}

#leftBox_toku {
	width: 730px;
	float: left;

}
#leftBox_toku p {
	color: #000000;
	font-size: 95%;
	line-height: 1.8em;
	padding-left: 15px;
	padding-bottom: 20px;
}

#leftBox_toku h4 {
	color: #E80808;
	font-size: medium;
	font-weight: bold;
}

#leftBox01 {
	width: 480px;
	float: left;

}
#leftBox01 p {
	color: #000000;
	font-size: 95%;
	line-height: 1.8em;
	padding-left: 15px;
	padding-bottom: 20px;
}

#leftBox01 h4 {
	color: #E80808;
	font-size: medium;
	font-weight: bold;
}

.contents h2 {
	color: #094EAB;
	font-size: xx-large;
	font-weight: bold;
	margin-bottom: 10px;
	background-image: url(../../images/ex_logo.png);
	background-repeat: no-repeat;
	background-position: 120;
	background-position: -2px -2px;
	padding-left: 70px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#leftBox02 h5 {
	font-size: medium;
	font-weight: bold;
}
#photo_int {
	width: 185px;
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}
#quiz {
	color: #FFFFFF;
	font-size: 140%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	background-color: #0362B9;
	text-indent: -20px;
	font-style: normal;
	font-weight: 700;
}
#ans {
	color: #000000;
	font-size: 95%;
	line-height: 1.8em;
	margin-bottom: 30px;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-style: normal;
}


#leftBox03 h3 {
	font-size: large;
	font-weight: bold;
}
.contents h3 {

}


#rightBox01 {
	width: 355px;
	float: right;
}

#leftBox02 {
	width: 320px;
	float: left;

}
#leftBox02 h4 {
	color: #E80808;
	font-size: medium;
}
#leftBox02 p {
	color: #000000;
	font-size: 95%;
	line-height: 1.8em;
	padding-bottom: 20px;
}
#rightBox02 {
	width: 398px;
	float: right;
}

#leftBox03 {
	width: 500px;
	float: left;

}
#leftBox03 h4 {
	color: #E80808;
	font-size: x-large;
	font-weight: bold;
}
#leftBox03 p {
	color: #000000;
	font-size: 95%;
	line-height: 1.8em;
	padding-left: 15px;
	padding-bottom: 20px;
}
#rightBox03 {
	width: 219px;
	float: right;
	height: 309px;
}

#leftBox04 {
	float: left;
	width: 100%;

}
#leftBox04 p {
	color: #000000;
	font-size: 95%;
	line-height: 1.8em;
	padding-left: 15px;
	padding-bottom: 20px;
}

#leftBox04 h4 {
	color: #E80808;
	font-size: medium;
}
.contactBlock {
	height: 100px;
	background-image: url(../../images/contact_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0% bottom;
	border: 1px solid #7D7D7D;
	margin-top: 50px;
	padding-right: 10px;
}
.contactBlock .cbt {
	width: 290px;
	height: 64px;
	float: right;
	padding-top: 30px;
}
.contactBlock_s {
	height: 100px;
	background-image: url(../../images/contact_bg.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	border: 1px solid #7D7D7D;
	padding-right: 10px;
}
.contactBlock_s .cbt {
	width: 290px;
	float: right;
	padding-top: 30px;
}
.bookBox {
	width: 217px;
	float: left;
	font-style: normal;
	font-weight: 300;
	line-height: 1.3em;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: 1px solid #B6BCC0;
	margin-right: 5px;
	height: 250px;
	background-color: #F9F8ED;
	font-size: 85%;
}
.red {
	color: #F80307;
}

#mred {
	font-size: x-large;
	font-weight: bold;
	color: #E80808;
	padding-left: 10px;
}
#pp {
	margin-bottom: 15px;
	color: #0C47BF;
	font-size: 150%;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

#bred {
	color: #E80808;
	font-weight: bold;
	font-size: x-large;
}
#rightBox_toku {
	float: right;
	margin-left: 0px;
}
#ex_mida {
	width: 200px;
	float: left;
	font-size: 140%;
	font-weight: 700;
	color: #680C0C;
	font-style: normal;
}
#ex_nai {
	width: 480px;
	float: left;
	font-size: 120%;
	padding-top: 2px;
}
.dotline {
	margin-top: 0px;
	margin-bottom: 20px;
	border-top: 1px dotted #B6BCC0;
}
#leftBox04 h5 {
	font-size: 120%;
	font-weight: bold;
	padding-left: 12px;
}
#learnT {
	color: #0A4F81;
	font-size: 140%;
	font-weight: 700;
	margin-bottom: 10px;
	text-align: left;
	font-style: normal;
}
#learnT2 {
	text-align: center;
	font-size: xx-large;
	font-weight: bold;
	color: #E14803;
	border-top: 4px double #E14803;
	border-bottom: 4px double #E14803;
	margin-bottom: 20px;
	padding-top: 5px;
}
#kakoBox {
	width: 350px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 40px;
	font-size: 90%;
	font-weight: bold;
}


#leftBox05 {
	width: 226px;
	float: left;

}
#rightBox05 {
	width: 450px;
	float: right;
}
#rightBox05 h4 {
	color: #E80808;
	font-size: medium;
}
#rightBox05 p {
	color: #000000;
	line-height: 1.8em;
	padding-bottom: 20px;
	font-size: 95%;
}
#main_imgArea {
	height: 657px;
	background-image: url(../../images/main_img.jpg);
	background-repeat: no-repeat;
	width: 100%;
	background-position: center 0%;
}
#main_imgTex {
	width: 380px;
	float: right;
	margin-top: 5px;
}
#main_imgTex h3 {
	padding-left: 0px;
	margin-left: 10px;
	margin-top: 10px;
	color: #FBCB01;
	font-weight: bold;
	font-size: large;
}
#main_imgTex p {
	color: #FFFFFF;
	margin-left: 13px;
	margin-right: 10px;
	font-size: 12px;
	line-height: 1.7em;
}
#main_imgTex h4 {
	color: #FBCB01;
	font-weight: bold;
	font-size: medium;
	margin-left: 10px;
	line-height: 1.6em;
}
.col_or {
	color: #FBCB01;

}
#main_top {
	background-repeat: no-repeat;
}
#main_top_img01 {
	float: right;
	text-align: right;
	padding-top: 50px;
}
#main_top_img02 {
	color: #FFFFFF;
	float: right;
	padding-top: 10px;
	width: 450px;
	font-style: normal;
	font-weight: 400;
	font-size: 110%;
	line-height: 1.6em;
}
#main_top2 {
	height: 328px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(../../images/main_img_bg02.jpg);
}

.contact_tex {
	width: 422px;
	float: left;
	position: relative;
	opacity: 1;
	bottom: 50px;
	left: 10px;
}
#main_space #main_left img {
	width: 100%;
}
#main_space #main_left2 img {
	width: 100%;
}
.contents2 #pp img {
	width: 700px;
}
#leftBox04 .nagare {
}
#voice {
	width: 300px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	height: 70px;
	float: right;
	text-align: center;
	font-size: 140%;
	background-image: url(../../images/fukidashi.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFFFFF;
}
.voice_n {
	font-size: 130%;
	font-weight: 500;
	color: #3C3C3C;
	text-decoration: underline;
	font-style: normal;
}
#leftBox04v {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	border-bottom: 1px dotted #999999;

}
#leftBox04v p {
	color: #000000;
	font-size: 95%;
	line-height: 1.8em;
	padding-left: 15px;
	padding-bottom: 20px;
}
.tex_red_bold {
	color: #ED0A0E;
	font-size: 150%;
	font-weight: 500;
	font-style: normal;
}
#mainArea {
	width: 100%;
	background-color: #E30000;
	height: 700px;
	background-repeat: no-repeat;
	border-bottom: 5px solid #2A4AB1;
}

#secArea {
	width: 100%;
	border-bottom: 5px solid #00B0F3;
	padding-top: 30px;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.contents_sec {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(../../images/secImg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #FFFFFF;
	width: 350px;
	height: 200px;
	border-radius: 8px;
	float: right;
	margin-right: 10px;
	margin-top: 50px;
}
.right_sec {
	width: 210px;
	float: right;
}
.left_sec {
	width: 400px;
	float: left;
	margin-left: 10px;
}
.adv {
	text-align: center;
	color: #FFFFFF;
	background-color: #2A4AB1;
	font-style: normal;
	font-weight: 500;
	font-size: 100%;
	width: 100%;
	padding-top: 2px;
	padding-bottom: 2px;
}
.tnam {
	padding-top: 10px;
	padding-bottom: 2px;
	color: #2A4AB1;
	font-style: normal;
	font-weight: 300;
	font-size: 70%;
	float: right;
	width: 100%;
	line-height: 1.6em;
}
.sec_mida {
	color: #ED0A0E;
	font-style: normal;
	font-weight: 700;
	font-size: 180%;
	line-height: 1.2em;
}
.contents .left_sec p {
	font-style: normal;
	font-weight: 200;
	font-size: 90%;
	padding-top: 5px;
	padding-bottom: 0px;
	line-height: 1.8em;
}
.tbut {
	padding-top: 10px;
	font-style: normal;
	font-weight: 500;
	font-size: 130%;
	text-align: left;
}
.cons_but {
	color: #000000;
	font-style: normal;
	font-weight: 500;
	font-size: 120%;
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #00B0F3;
	border-radius: 10px;
	width: 380px;
}
.contents #leftBox04 p {
	font-size: 90%;
	line-height: 1.em;
	line-height: 1.7em;
	font-weight: 300;
	font-style: normal;
	padding-top: 10px;
}
.mou_but {
	width: 280px;
}
.img100 {
	width: 100%;
}
.sec_cat {
	float: left;
	font-style: normal;
	font-size: 220%;
	font-weight: 900;
	padding-top: 20px;
	padding-left: 20px;
	color: #000000;
	line-height: 1.3em;
}
#lp01_topBox {
	margin-right: auto;
	margin-left: auto;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	height: 700px;
	background-image: url(../../images/lp01-img.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.lp01-no {
	width: 100px;
	float: left;
}
.pname {
	font-weight: 400;
	font-size: 140%;
}
#leftBox_toku h5 {
	font-weight: 700;
	font-size: 120%;
	line-height: 1.8em;
	font-style: normal;
	color: #E30000;
}
.contents p {
	font-style: normal;
	font-weight: 300;
	font-size: 95%;
}
.rep_mida {
	color: #00A5E3;
	font-style: normal;
	font-size: 160%;
	font-weight: 700;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #787878;
	border-bottom: 1px solid #787878;
	padding-left: 10px;
	width: 500px;
}
.img100p {
	width: 100%;

}
.img100c {
	width: 100%;
}
#mainArea2 {
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-image: url(../../images/main.jpg);
    background-position: center bottom;
    background-size: auto 100%;
}
#lp02_topBox {
	margin-right: auto;
	margin-left: auto;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	height: 550px;
	background-image: url(../../images/lp02-img.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 300px auto;
}
#main_top2_img01 {
	width: 660px;
	float: left;
	text-align: right;
	padding-top: 50px;
	margin-left: 10px;
}
#main_top2_img02 {
	width: 600px;
	color: #FFFFFF;
	float: left;
	padding-top: 10px;
	font-style: normal;
	font-weight: 400;
	font-size: 110%;
	line-height: 1.6em;
	margin-left: 10px;
}
.contents_sec2 {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(../../images/secImg.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	float: right;
	background-color: #FFFFFF;
	width: 580px;
	height: 120px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 8px;
	margin-left: 10px;
}
.sec_mida2 {
	color: #00B0F3;
	font-style: normal;
	font-weight: 700;
	font-size: 180%;
	line-height: 1.2em;
}
.sec_mida3 {
	color: #000000;
	font-style: normal;
	font-weight: 700;
	font-size: 180%;
	line-height: 1.2em;
}
#mainArea3 {
	width: 100%;
	height: 550px;
	background-repeat: no-repeat;
	border-bottom: 5px solid #2A4AB1;
	background-image: url(../../images/lp03-img.jpg);
	background-position: -300px top;
}
#lp03_topBox {
	margin-right: auto;
	margin-left: auto;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	height: 550px;
	width: 100%;
}
#main_top3_img01 {
	width: 590px;
	float: left;
	text-align: right;
	padding-top: 20px;
}
#main_top3_img02 {
	width: 600px;
	color: #000000;
	float: right;
	padding-top: 10px;
	font-style: normal;
	font-weight: 400;
	font-size: 110%;
	line-height: 1.6em;
	margin-top: 110px;
}
/*20180325*/
.logobox {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}
#toph2 {
    text-align: center;
    color: #05B35A;
    padding-top: 20px;
    padding-bottom: 5px;
    font-size: 180%;
    text-shadow: 0px 0px 2px #FFFFFF;
}
#toph1 {
    font-family: "source-han-sans-japanese";
    text-align: center;
    color: #FFFFFF;
    padding-top: 30px;
    font-size: 160%;
    text-shadow: 2px  2px 3px green,
            -2px  2px 3px green,
             2px -2px 3px green,
            -2px -2px 3px green;
    line-height: 1.3em;
}
.cate01 {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}
.cateBox01 {
    width: 32%;
    float: left;
}
.cate02 {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}
.cateBox02 {
    width: 34%;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
}
.cate03 {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}
.cateBox03 {
    width: 32%;
    float: left;
}
.toph3 {
    text-align: center;
    font-size: 100%;
    color: #0253D0;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 1.3em;
    font-weight: bold;
}
.headh1 {
    font-size: 90%;
    font-weight: normal;
    padding-top: 45px;
    float: left;
    padding-left: 10px;
}
.left_block {
    width: 35%;
    float: left;
    height: 80px;
    border-bottom: 2px solid #BBD534;
}
.right_block {
    width: 65%;
    float: left;
    height: 80px;
    border-bottom: 1px solid #C6DC56;
}
.left_block2 {
    width: 35%;
    float: left;
    height: 280px;
}
.right_block2 {
    width: 65%;
    float: left;
    height: 280px;
}
.np {
    font-size: 90%;
    line-height: 1.8em;
    padding-left: 10px;
    padding-right: 10px;
}
.lp {
    font-size: 90%;
    font-weight: bold;
    padding-top: 35px;
    padding-left: 60px;
}
.rp {
    font-size: 90%;
    padding-left: 20px;
    padding-top: 30px;
    line-height: 1.6em;
    padding-right: 20px;
}
.rp2 {
    font-size: 90%;
    padding-left: 20px;
    padding-top: 20px;
    line-height: 1.6em;
}
#mainBox h4 {
    font-size: 90%;
    font-weight: bold;
    color: #A6C11B;
    padding-left: 10px;
}
#form_col_l {
    float: left;
    width: 30%;
    text-align: left;
    background-color: #FFFFFF;
    padding-top: 11px;
    padding-bottom: 11px;
    font-weight: bold;
    font-size: 90%;
    color: #2F2F2F;
}
#form_col_l_h {
    float: left;
    width: 23%;
    text-align: left;
    background-color: #FFFFFF;
    padding-top: 10px;
    padding-right: 5px;
    padding-bottom: 10px;
    padding-left: 75px;
    height: 80px;
    font-weight: bold;
    font-size: 90%;
}
#form_col_r {
    font-size: 12px;
    float: left;
    background-color: #FFFFFF;
    padding-top: 10px;
    padding-right: 5px;
    padding-bottom: 10px;
    width: 60%;
    text-align: left;
    padding-left: 10px;
}
#form_col_r_cg {
	font-size: 12px;
	float: right;
	background-color: #E9F5E9;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 100%;
	text-align: center;
}
.form_col {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    font-size: 95%;
    border-bottom: 1px solid #C6DC56;
    padding-bottom: 10px;
}
.form_title {
	text-align: center;
	font-size: 150%;
	color: #2F2F2F;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 10px;
}
/*フォーム*/
#honbun_ser {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 85%;
}
#honbun_ser p {
	line-height: 2em;

}
#honbun_ser ul li {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.8em;
	padding-bottom: 5px;
}
#honbun_ser dt {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.5em;
    padding-left: 10px;
    font-weight: bold;
    padding-bottom: 20px;
    float: left;
    padding-top: 3px;
    width: 30%;
    text-align: center;
    font-size: 100%;
}
#honbun_ser dd {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.5em;
    padding-left: 10px;
    color: #333;
    padding-bottom: 20px;
    float: left;
    padding-top: 3px;
    width: 60%;
    font-size: 100%;
}
#honbun_ser h4 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: large;
	line-height: 1.5em;
	font-weight: normal;
	color: #054BA0;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 5px;
	background-color: #EDEFF0;
}
#honbun_ser h3 {
    padding-left: 10px;
    font-size: 120%;
}
#form-ad {
    width: 300px;
}
#form-ad2 {
    width: 400px;
}
#topcol {
    width: 210px;
    margin-left: auto;
    margin-right: auto;
    font-size: 85%;
}
#inp-ad {
    width: 400px;
}
#inp-memo {
    width: 400px;
}
.br-sp { display:none; }
