@charset "utf-8";


/*全体の設定
---------------------------------------------------------------------------*/
body {
	background: #f5f5f5;
	color: #313131;
	/*全体の文字色*/
	margin: 0px;
	padding: 0px;
	font: 16px/1.6 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";

}

#notice_04 {
	font-size: 120%;
	line-height: 1;
	text-align: left;
	font-weight: normal;
}


.box_04 {
	background-color: #ebebeb;
	font-size: 100%;
	margin: 40px 30px 20px;
	padding: 20px 30px;
}


.box_05 {
	background-color: #ffffff;
	font-size: 100%;
	margin: 40px 30px 20px;
	padding: 0 30px;
	border: 2px solid;
	border-color: #1DC4D9;
	border-bottom: transparent; /* 下辺が透明になる */
	border-top: transparent; /* 下辺が透明になる */
}







.submit_02 {
	background-color: #1f7bce;
	border-radius: 5px;
	box-shadow: 0 3px 0 #00519a;
	color: #fff;
	font-size: 100%;
	font-weight: bold;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 -2px #00519a;
	width: 10%;
	margin-left: 30px;
	margin-right: 20px;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	/*display:block;*/
}

.submit_02 p {
	color: #292929;
}

/*文字サイズ*/
.f130_01 {
	font-size: 130%;
}

#main .tokuten05 {
	font-weight: bold;
	text-align: center;
	font-size: 120%;
	color: #C00;
}

#order_01 {
	width: 95%;
	margin: 0 auto 40px;
}

.img5 {
	width: 5%;
}

.img10 {
	width: 3%;
	height: 370px;
}

.img20 {
	width: 20%;
	margin-bottom: -115px;
}

.img30 {
	width: 30%;
	padding-left: 20px;
	margin-top: 10px;
}

.img30_2 {
	width: 30%;
	padding-left: 20px;
	margin-top: 0px;
}

.img40 {
	width: 30%;
	padding-right: 20px;
}

/*ボタン*/

.submit_01 {
	background-color: #004098;
	box-shadow: 0 3px 0 #022240;
	text-shadow: 0px -2px #022240;
	position: relative;
	padding: 25px 100px;
	border-radius: 5px;
	font-size: 250%;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	margin: 30px 10px;
	/*display:block;*/
}

/*.submit:hover {
	background-color: #79d793;
	box-shadow: 0 3px 0 #3cb65c;
}*/

.submit_01:active,
.submit_01:hover {
	top: 3px;
	box-shadow: none;
	color: #fff;
}

#s-shosai {
	margin: 20px auto 0 auto;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 16px;
	width: 95%;
	margin: 0 auto;
}

table tr:last-child {
	border-bottom: solid 1px #ddd;
}

table th {
	text-align: center;
	padding: 7px 0;
	border-right: solid 1px #ddd;
	border-left: solid 1px #ddd;
	width: 250px;
}

table th:nth-child(1) {
	background-color: #dddddd;
}

table th:nth-child(2) {
	background-color: #f34955;
	color: white;
}

table th:nth-child(3) {
	background-color: #f5b932;
	color: white;
	border-top: solid 7px #d80011;
	border-left: solid 7px #d80011;
	border-right: solid 7px #d80011;
}

table td {
	text-align: center;
	padding: 10px;
	border-bottom: solid 1px #ddd;
	border-right: solid 1px #ddd;
	border-left: solid 1px #ddd;
	width: 155px;
}

table td:nth-child(3) {
	text-align: center;
	padding: 20px;
	border-right: solid 7px #d80011;
	border-left: solid 7px #d80011;
	width: 155px;
}

#s-shosai th {
	width: 30%;
	background-color: #555;
	font-size: 100%;
	font-weight: bold;
	color: #fff;
	text-align: center;
	border-bottom: 1px solid #fff;
}

#s-shosai td {
	width: 70%;
	padding: 20px;
	border: 1px solid #ddd;
}

.kiyaku {
	overflow-y: scroll;
	height: 35px;
	width: 700px;
	padding: 1em;
	font-size: 80%;
	color: #888;
	margin: 0 auto;
}

.delline {
	text-decoration: line-through;
	text-decoration-color: #ff0000;
}

h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
li,
dl,
dt,
dd,
form,
figure {
	margin: 0px;
	padding: 0px;
}

ul {
	padding-left: 30px;
	margin-bottom: 30px;
}

img {
	border: none;
}

input,
textarea,
select {
	font-size: 1em;
}

form {
	margin: 0px;
}

.clearfix:after {
	content: ".";
	/* 新しい要素を作る */
	display: block;
	/* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
	background: #FFFF01;
	padding-top: 7px;
	font-size: 25px;
	text-align: center;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #555;
	/*リンクテキストの色*/
	text-decoration: none;
}

a:hover {
	color: #006ddc;
	/*マウスオン時の文字色（全体）*/
}

a:hover img {
	position: relative;
	top: 3pt;
	left: 3pt;
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: 1000px;
	/*コンテナー幅*/
	background-color: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin: 0 auto;
	padding-top: 10px;
}

.body-bg2 {
	background-color: #fff;
}


.fv{
	margin-top: 110px;
	background: url(../img/mainimage.png);
}



/*ヘッダー（サイトロゴが入ったブロック）
---------------------------------------------------------------------------*/
/* header */
header {
	padding-top: 5px;
}

.timer {
	position: fixed;
	display: table;
	width: 100%;
	top: 0;
	left: 0;
	background-color: #ffe400;
	font-weight: bold;
	text-align: center;
	font-size: 25px;
	line-height: 1.4;
	z-index: 100;
	padding-top: 10px;
  padding-bottom: 20px;
}

header .main-visual {
	margin-top: 50px;
}

.hd_logo {
	float: left;
	margin: 10px;
}

.hd_link {
	float: right;
	padding-right: 35px;
	padding-top: 10px;
	color: #aaa;
	font-size: 0.9em;

}

.kiyaku {
	overflow-y: scroll;
	height: 50px;
	width: 70%;
	padding: 1em;
	font-size: 80%;
	color: #888;
	margin: 0 auto;
}

.box_03 {
	background-color: #fffed2;
	padding-top: 0px;
	margin: 2% 4%;
	padding: 20px 0;
	border: 1px solid #d6d485;
}

.movie {
	display: block;
	background: rgba(255, 255, 255, 1);
	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
	border-radius: 0px;
	z-index: 3;
	padding: 20px;
	margin: 0 30px 20px;
}

.f_movie {
	width: 100%;
	height: 500px;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/

.yajirushi {
	width: 69px;
	margin: 0 auto;
}

#main {
	clear: both;
	margin: 0;
}

.notice {
	width: 100%;
}

h2 {
	font-size: 38px;
	margin: 20px 0 20px;
	font-size: 200%;
	text-align: left;
	line-height: 1.4;
	color: #292929;
}

h2#shoukai {

	margin: 80px 0 40px 40px;
	border-left: 10px solid #0cb8df;
	padding-left: 10px;
	font-size: 200%;
	text-align: left;
	line-height: 1.4;
	color: #292929;
}

h3 {
	padding-bottom: 10px;
	font-size: 200%;
	text-align: left;
	line-height: 1.6;
	color: #292929;
}

.center {
	padding-bottom: 10px;
	font-size: 200%;
	text-align: center;
	line-height: 1.6;
	color: #292929;
}

.mid{
	font-size: 20px;
}

.small {
	font-size: 80%;
}

.size_h3 {
	font-size: 170%;
	margin: 30px 0 0;
}

h4 {
	font-size: 30px;
	margin: 20px 0;
	text-align: left;
	line-height: 1.4;
	color: #292929;
	border-bottom: dashed 1px #ccc;
}



.case_img{
	width: 95%;
	display: block;
	margin: 0 auto;
}

.title {
	margin: 10px 0 10px;
	font-size: 160%;
	text-align: center;
	line-height: 1.4;
	color: #fff;
	background: url(../img/title.png);
	background-size: 100%;
	padding: 20px;
	background-position: center center;
	background-repeat: no-repeat;
	font-weight: bold;
}

.title_02 {
	margin: 20px 0 20px;
	font-size: 160%;
	text-align: center;
	line-height: 1.4;
	color: #fff;
	background: url(../img/title_02.png);
	background-size: 100%;
	padding: 20px;
	background-position: center center;
	background-repeat: no-repeat;
	font-weight: bold;
}


.point {
	color: #eb6100;
}

.ttl-1 {
	width: auto;
	position: relative;
	color: #333333;
	/*font-size: 200%;*/
	line-height: 1.4;
	text-align: left;
	font-family: serif;
}


.ttl-2 {
	width: auto;
	position: relative;
	color: #333333;
	/*font-size: 200%;*/
	line-height: 1.4;
	text-align: center;
	font-family: serif;
}

.ttl_sbtxt {
	font-size: 26px;
	color: #e40000;
	margin: -20px 0 0 30px;
	line-height: 1.2;
	font-weight: bold;
}


.box_txt {
	margin: 20px 20px 0 20px;
	font-size: 16px;
	text-align: justify;
}

.txt {
	margin: 30px;
	font-size: 18px;
}

.txt2 {
	margin: 0 30px;
	font-size: 18px;
}


.sankaku {
	width: 0;
	height: 0;
	border-top: 30px solid #024174;
	border-right: 50px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 50px solid transparent;
	position: absolute;
	bottom: -53px;
	left: 448px;
}

.notice2 {
	padding: 1.3em 2em;
	margin-bottom: 1em;
	font-size: 134%;
	line-height: 1.6;
	font-weight: normal;
}

.notice2 em {
	font-size: 80%;
	font-weight: normal;
}

.notice2 p {
	border-bottom: 1px dashed #999;
}

.d-box {
	/*background-color: #ff6900;*/
	color: #0e335d;
	padding: 0px 6px;
	border-radius: 8px;
	/*margin-right: 10px;*/
	margin-top: 5px;
	margin-bottom: 5px;
}

.text-box {
	width: 90%;
	margin: 1em auto;
}

.text-boxn1 {

	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 80px;
	margin-top: 50px;
}

/*--------------------------------
#check {}
#check dt {
	background: url(../img/icon.png) no-repeat 8px 8px;
	background-color: #efefef;
	font-size: 130%; 
	font-weight: bold;
	padding-left: 35px;
}
#check dd {
	margin: 1em 0;
	text-align: justify;
}
-------------------------------------*/
.order {
	width: 80%;
	margin: 0 auto 30px;
}

.profile {
	margin: 10px 0;
	padding: 1.5em;
	border: 1px solid #cccccc;
}


.profile h3 {
	line-height: 1.3;
	font-size: 180%;
	border-left: 5px solid #024174;
	padding-left: 15px;
}

.day_box h3 {
	line-height: 1.2;
	font-size: 180%;
	text-align: center;
	padding-left: 0px;
	margin-top: 15px;
}

.profile h4,
.day_box h4 {
	color: #333;
}

.profile p {
	margin-left: 5px;
}


#history {
	border-top: 1px solid #365874;
	margin: 0 auto;
	width: 100%;
}

#history tr {}

#history th {
	background-color: #666;
	border: 1px solid #ddd;
	color: #fff;
	padding: 8px;
	width: 20%;
}

#history td {
	border-bottom: 1px solid #ddd;
	padding: 4px;
	text-align: center;
	width: 30%;
}

h1 {
	text-align: left;
	color: #323232;
	font-size: 32px;
	line-height: 1.2;
	padding: 20px 30px;
	margin: 10px auto;
	background: url(../img/tittle.jpg) right;
	background-size: 80%;
	background-repeat: no-repeat;
	background-position: 200px;
}


.big_ttl{
	text-align: center;
	color: #323232;
	font-size: 48px;
	line-height: 1.2;
	padding: 20px 30px 0;
	margin: 30px auto;
	font-weight: bold;
}

.position260 {
	background-position: 260px;
}

.position280 {
	background-position: 280px;
}

.position300 {
	background-position: 300px;
}

.position320 {
	background-position: 320px;
}

.position340 {
	background-position: 340px;
}

.position410 {
	background-position: 410px;
}

.position430 {
	background-position: 390px;
}

.back_01 {
	background: #252525;
}

table.day {
	width: 900px;
	margin: 50px auto 10px;
	border: 1px solid #ccc;
}

table.day tr {
	border-bottom: 1px dotted #ccc;

}

table.day th {
	background: #024174;
	color: #fff;
	padding: 2px 30px;
	font-size: 24px;
	font-weight: normal;
}

.day td {
	padding: 15px;
	background: #fff;
	font-size: 23px;
}

.letter_box00 {
	margin: 0 45px -70px;
	padding: 20px 0 5px;
	font-size: 14px;
	line-height: 1.6;
	background: #fffdec;
}

.letter_box {
	margin: 20px 40px 70px;
	padding: 20px 0 0;
	font-size: 14px;
	line-height: 1.6;
	background: url(../img/bg-note02.png) bottom;
}

.letter_box p {
	line-height: 2.0;
	font-size: 18px;
	text-align: left;
	margin-top: -50px;
}

.day_box {
	margin: 0px auto 30px;
	padding: 20px 20px;
	font-size: 12px;
	line-height: 1.6;
}

.day_box0 {
	margin: 0px auto 30px;
	padding: 20px 20px;
	font-size: 12px;
	line-height: 1.6;
}


.day_box p {
	line-height: 1.8;
	font-size: 18px;
	text-align: left;
}


.day_box02 {
	padding: 20px 20px;
	font-size: 12px;
	line-height: 1.6;
	background-color: #aaa;
}

.day_box02 p {
	line-height: 1.5;
	font-size: 20px;
	text-align: left;
}

.day_box03 {
	margin: 0px 50px 30px;
	padding: 20px 20px;
	font-size: 12px;
	line-height: 1.6;
}

.day_box03 p {
	line-height: 1.8;
	font-size: 18px;
	text-align: left;
}

.day_box04 {
	margin: 0px auto 30px;
	padding: 20px 20px;
	font-size: 12px;
	line-height: 1.6;
}

.day_box04 p {
	line-height: 1.8;
	font-size: 28px;
	text-align: center;
}

.thx_box {
	margin: 0px auto 60px;
	padding: 20px 20px;
	font-size: 12px;
	line-height: 1.6;
	background: url(../img/img_17.jpg) right top;
	background-size: 115%;
	background-repeat: no-repeat;
	background-position: 100px;
}

.thx_box p {
	line-height: 1.8;
	font-size: 15px;
	text-align: left;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 20px 20px 20px 0;
	margin-right: 140px;
}

.half_box {
	margin: 0 0 30px;
	background: #fff;
	padding: 20px 35px;
	font-size: 12px;
	line-height: 1.6;
	width: 50%;
}

.half_box p {
	line-height: 1.8;
	margin-bottom: 14px;
	font-size: 16px;
}


.left-column {
	margin: 0 10px 10px;
	font-size: 16px;
	line-height: 1.6;
	padding: 0 20px 20px;
	border: 1px dashed #ccc;
	height: 160px;
}

.right-column {
	margin: 0 20px 10px 10px;
	font-size: 16px;
	line-height: 1.6;
	padding: 0 20px 20px;
	border: 1px dashed #ccc;
	height: 160px;
}

.sample8_left {
	font-weight: bold;
	background-color: #126b7c;
	font-size: 28px;
	padding: 10px 10px;
	color: #fff;
	margin: 0 10px 0 10px;
}

.sample8_right {
	font-weight: bold;
	background-color: #126b7c;
	font-size: 28px;
	padding: 10px 10px;
	color: #fff;
	margin: 0 20px 0px 10px;
}

.flex-box{
	display: flex;
}

.flex-item1{
	flex: 1;
	margin: 0 0 0 10px;
}

.flex-item2{
	flex: 1;
}

.left_box {
	margin: 0px 20px 10px;
	background: #fff;
	padding: 20px;
	line-height: 1.6;
}

.left_box p {
	line-height: 1.8;
	margin-bottom: 14px;
	font-size: 18px;
	text-align: justify;
}

.right_box {
	margin: 0px 20px 10px;
	background: #fff;
	padding: 20px;
	line-height: 1.6;
}

.right_box p {
	line-height: 1.8;
	margin-bottom: 14px;
	font-size: 18px;
	text-align: justify;
}

.po_box {
	margin: 40px 30px ;
	background: #f2f2f2;
	border-radius: 30px;
	/* CSS3草案 */
	-webkit-border-radius: 30px;
	/* Safari,Google Chrome用 */
	-moz-border-radius: 30px;
	/* Firefox用 */
	padding: 50px 35px 30px;
	line-height: 1.6;
	text-align: center;
}

p {
	line-height: 1.8;
	margin-bottom: 14px;
}

.col1 {
	margin: 40px 0 20px;
	background: #f2f2f2;
	border-radius: 25px;
	/* CSS3草案 */
	-webkit-border-radius: 25px;
	/* Safari,Google Chrome用 */
	-moz-border-radius: 25px;
	/* Firefox用 */
	padding: 90px 50px 50px;
	line-height: 1.6;
	font-size: 20px;
	text-align: center;
}

.col2 {
	margin: 80px 20px 0px;
	background: #f2f2f2;
	border-radius: 5px;
	/* CSS3草案 */
	-webkit-border-radius: 5px;
	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;
	/* Firefox用 */
	padding: 20px;
	line-height: 1.6;
	font-size: 14px;
	text-align: left;
}

.col2_item {
	margin: 80px 10px 30px;
	background: #f2f2f2;
	border-radius: 5px;
	/* CSS3草案 */
	-webkit-border-radius: 5px;
	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;
	/* Firefox用 */
	padding: 20px;
	line-height: 1.6;
	font-size: 14px;
	text-align: left;
	flex: 1;
}



.col2 h3 {
	text-align: center;
}

.koushi_img{
	display: block;
	margin: -80px auto 0;
}

.col3 {
	display: flex;
}

.col3 li {
	width: calc(100% / 2);
}

.col3_02 {
	display: flex;
}

.col3_02 li {
	width: calc(100% / 3);
	border: 1px solid #ccc;
}

.col3_txt{
	font-size:16px;
	text-align: justify;
	margin: 0 10px;
	display:inline-block 
}

ul,
li {
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	list-style: none;
}

li {
	text-align: center;
	padding: 20px 0;
}

.bg_orange {
	background: #024174;
	font-size: 20px;
	color: #fff;
	font-weight: normal;
	text-align: center;
	margin-bottom: 10px;
	line-height: 1.2;
	padding: 10px 15px;
}

h3.green {
	background: #024174;
	font-size: 36px;
	color: #fff;
	font-weight: normal;
	text-align: center;
	margin-bottom: 30px;
	line-height: 1.2;
	padding: 20px 5px;
}



.box1 {
	border: 1px solid #ccc;
	padding: 20px;
	line-height: 1.8;
}



ul.maru {
	list-style: none;
	margin: 0 0 20px;
	padding-left: 30px;
	font-weight: bold;
	color: #393939;
}



.maru li {
	background: url(../img/int.png) no-repeat;
	padding-left: 30px;
	padding-bottom: 15px;
	border-bottom: dotted;
	/*下線を点線にする*/
	border-color: #d2d2d2;
	border-width: 1px;
	margin-bottom: 10px !important;
}

.box1 li p {
	margin: 0;
	padding: 0;
}

#shosai {
	width: 100%;
	border-top: 1px solid #3b628b;
	border-right: 1px solid #3b628b;
}

#shosai tr {}

#shosai th {
	background-color: #3b628b;
	width: 30%;
	color: #fff;
	font-size: 150%;
	padding: 1em;
	border-bottom: 1px solid #fff;
}

#shosai td {
	width: 70%;
	padding: 1em;
	border-bottom: 1px solid #3b628b;
}

#shosai ul {}

.main_sp {
	margin-top: 50px;
}

.voice {
	padding: 1em;
	margin: 1em auto;
	border: 1px solid #504885;
}

.voice2 {
	overflow-y: auto;
	border: 1px solid #504885;
	padding: 1em;
	margin: 1em auto;
}

#send-table {
	width: 90%;
	margin: 0 auto;
	border-left: 1px solid #dcdcc1;
	border-top: 1px solid #dcdcc1;
	font-size: 100%;
}

#send-table th {
  width: 30%;
	background-color: #DBEDFF;
	text-align: right;
	padding: 10px 20px;
	border-right: 1px solid #dcdcc1;
	border-bottom: 1px solid #dcdcc1;
}

#send-table td {
	width: 70%;
	padding: 10px 20px;
	background-color: #fff;
	border-right: 1px solid #dcdcc1;
	border-bottom: 1px solid #dcdcc1;
}

#send-table caption {
	background: #296eb7;
	padding: 8px 12px;
	margin: 5px 0;
	color: #fff;
	font-size: 130%;
	font-weight: bold;
}

#main blockquote {
	margin: 0 0 2em 0;
	padding: 20px;
	background: #f2f2f2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
}

#main blockquote:after {
	content: '"';
	font-style: italic;
	font-size: 30px;
	font-weight: bold;
	text-align: left;
	line-height: 60px;
	width: 30px;
	height: 30px;
	position: absolute;
	bottom: 10px;
	right: 5px;
	color: #999;
}

#main blockquote:before {
	content: '"';
	font-style: italic;
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 10px;
	left: 10px;
	color: #999;
}

.youtube {
	width: 853px;
	margin: 0 auto;
	height: auto;
}

#seminar {
	width: 100%;
}

#seminar th {
	padding: 5px 15px;
	font-weight: bold;
	text-align: left;
	background-color: #ddd;
}

#seminar td {
	text-align: left;
	padding: 3px 10px;
	border-bottom: 1px dotted #ddd;
}



.bg1 {
	background: url(../img/step1_bg.jpg) no-repeat;
}

.bg2 {
	background: url(../img/step2_bg.jpg) no-repeat;
}


/*-----------------------
h3.about{
	margin-top:30px;
	background:url("../img/int.png") no-repeat;
	padding-left:40px;
	padding-top:5px;
	font-size:1.3em;
	border-bottom:1px dotted #ccc;
	padding-bottom:10px;
	margin-bottom:30px;


h3.about2{
	margin-top:30px;
	background:url("../img/check.png") no-repeat;
	padding-left:40px;
	padding-top:5px;
	font-size:20px;
	border-bottom:1px dotted #ccc;
	padding-bottom:10px;
	margin-bottom:30px;
}
------------------------------------------------*/
.about_box {
	padding-left: 45px;
	padding-right: 30px;
	font-size: 16px;
	line-height: 150%;
}


ul.image {
	list-style: none;
	display: block;
}

ul.image li {
	width: 50%;
	float: left;
}

/*TOP画像下の2枚------------------------------------------------------*/
.divtable-txt {
	text-align: center;
}

.divtable {
	padding: 4%;
	text-align: center;
}


.cell3 {
	display: table-cell;
	width: 50%;
	padding: 0 1%;
}

/*form------------------------------------------------------*/


.f-fo {
	font-size: 0.8em;
	color: #FF0000;
}

.table_form {
	margin: 0 auto;
	padding: 0.5em;
	width: 95%;
	border-top: 1px solid #c0c0c0;
}

input.whname {
	width: 95%;
	height: 2.5em;
	border: 1px solid #CCC;
	background-color: #ffffcc;
	box-shadow: 1px 1px 2px inset;
}

.kokonara_txt{
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	margin: 10px 0 -5px;
}

/*-左側-*/
.l_cell {

	background-color: #edffdb;
  color: #333333;
	font-size: 0.9em;
	font-weight: bold;
	padding-left: 5%;
	text-align: left;
	border-left: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
}


/*-右側-*/
.r_cell {

	background-color: #fff;
  color: #333333;
	font-size: 0.8em;
	padding-left: 10px;
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
}


.subtn {


	/*--
display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    border-radius: 4px;
    color: #333333;
    background-image: -webkit-linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
    background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-bottom: solid 3px #c58668;
	--*/
}


/*画像設定
---------------------------------------------------------------------------*/
.img-posi {
	text-align: center;
	margin: 30px auto;
	max-width: 80%;
	max-height: 80%;
	display: block;
}

.img_posi2 {
	margin: 0px auto;
	max-width: 94%;
	display: block;
	margin: 0 auto;
}

.img_posi3 {
	margin: 30px auto 80px;
	max-width: 70%;
	display: block;
	padding: 0 auto;
}

.img-prof {
	text-align: center;
	max-width: 100%;
	max-height: 100%;
}

.img-gurafu {
	float: right;
	width: 300px;
	margin-right: 30px;

}

.susume {
	padding-top: 20px;
	position: relative;
}

.back_brk{
	background-color: #292929;
	padding: 30px 10px 30px 30px;
}


.flex_fv{
	display: flex;
}

.yellow {
	text-align: center;
	color: #FF6;
	font-size: 28px;
	margin-bottom: 0;
}


.nurumayu{
	text-align: center;
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	margin: -10px auto 20px;
}

.fv_txt{
	color: #fff;
	font-size: 24px;
	line-height: 1.4;
	margin: 0 20px;
}

.fv_txt2{
	color: #fff;
	font-size: 16px;
	margin: 10px 20px;
	text-align: justify;
}

/*説明文
---------------------------------------------------------------------------*/
.contener02 {
	float: right;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 30px;
}

.contener03 {

	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 30px;
}

.tex08 {
	line-height: 2;
	display: inline-block;
	text-align: left;
}

.emp {
	background: linear-gradient(transparent 30%, #fbd 30%);
	font-weight: bold;
}

.about-bn {
	background-color: #024174;
	color: #ffffff;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 15px;

}

.text-box {
	width: 100%;
	margin: 1em auto;
}

.text-boxw {
	width: 90%;
	margin: 1em auto;
}

.tex05 {
	margin-top: 13px;
	background: url(../img/int.png) no-repeat;
	padding-left: 30px;
	padding-top: px;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 10px;
	margin-bottom: 0px;
}

/*吹き出し--------------------*/

#wrapper {
	height: 500px;
	width: 94%;
	background-color: #7494c0;
	margin: 0 auto;
	overflow-y: auto;
}

.balloon {
	margin: 20px auto;
	width: 95%;
	position: relative;
	overflow: hidden;
}

.balloon:before,
.balloon:after {
	clear: both;
	content: "";
	display: block;
}

.balloon figure {
	width: 80px;
	height: 80px;
}

.balloon-image-left {
	float: left;
	margin-right: 20px;
}

.balloon-image-right {
	float: right;
	margin-left: 20px;
}

.balloon figure img {
	width: 100%;
	height: 100%;
	border: 1px solid #aaa;
	border-radius: 50%;
	margin: 0;
}

.balloon-image-description {
	padding: 5px 0 0;
	font-size: 9px;
	color: #FFFFFF;
	text-align: center;
}

.balloon-text-right,
.balloon-text-left {
	position: relative;
	padding: 10px;
	border: 1px solid;
	border-radius: 15px;
	max-width: -webkit-calc(100% - 120px);
	max-width: calc(100% - 120px);
	display: inline-block;
}

.balloon-text-right {
	border-color: #aaa;
	color: #535353;
	width: 45%;
}

.balloon-text-left {
	border-color: #58F73C;
	color: #535353;
	width: 45%;
}

.balloon-text-right {
	float: left;
	background-color: #fff;
}

.balloon-text-left {
	float: right;
	background-color: #58F73C;
}

.balloon p {
	margin: 0 0 20px;
}

.balloon p:last-child {
	margin-bottom: 0;
}

.chuushaku {
	font-size: 14px;
	color: #9c9c9c;
	text-align: center;
	display: block;
	margin: -40px auto 50px;
}



/* 三角部分 */
.balloon-text-right:before {
	position: absolute;
	content: '';
	border: 10px solid transparent;
	border-right: 10px solid #aaa;
	top: 15px;
	left: -20px;
}

.balloon-text-right:after {
	position: absolute;
	content: '';
	border: 10px solid transparent;
	border-right: 10px solid #fff;
	top: 15px;
	left: -19px;
}

.balloon-text-left:before {
	position: absolute;
	content: '';
	border: 10px solid transparent;
	border-left: 10px solid #58F73C;
	top: 15px;
	right: -20px;
}

.balloon-text-left:after {
	position: absolute;
	content: '';
	border: 10px solid transparent;
	border-left: 10px solid #58F73C;
	top: 15px;
	right: -19px;
}

.dog_box {
	margin: 40px 20px;
	padding: 10px;
	line-height: 1.8;
	text-align: left;
	text-align: center;
}


.curriculum_ttl{
	font-size: 30px;
	color: #fff;
	background-color:#1DC4D9 ;
	padding: 10px 0;
	text-align: center;
	font-weight: bold;
}

/*ボタン設定
---------------------------------------------------------------------------*/

.btn_margin {
	margin-top: 500px;
margin-left: -440px;
	width: 50%;
}

.btn2{
	margin-bottom: 20px;
	width: 80%;
}

a.img-link:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

/*ボタン*/

.submit {
	background-color: #ff9900;
	box-shadow: 0 3px 0 #ff6600;
	text-shadow: 0px -2px #ff6600;
	position: relative;
	padding: 25px 120px;
	border-radius: 5px;
	font-size: 180%;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	/*display:block;*/
}

/*.submit:hover {
	background-color: #79d793;
	box-shadow: 0 3px 0 #3cb65c;
}*/

.submit:active,
.submit:hover {
	top: 3px;
	box-shadow: none;
	color: #fff;
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	font-size: 85%;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	background: #666666;
	color: #fff;
	position: relative;
	min-width: 100%;
	margin-bottom: -50px;
}

footer a {
	color: #fff;
}

.link-top {
	position: absolute;
	top: -25px;
	right: 5%;
}


/*その他
---------------------------------------------------------------------------*/
.clear {
	clear: both;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.alignleft {
	float: left;
	width: 35%;
}

.alignright {
	float: right;
	width: 35%;
}

/*リンク透明設定*/
a.img-link:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}


#qa {}

#qa dl {}

#qa dt {
	font-size: 170%;
	font-weight: bold;
	background: url(../img/icon-q.jpg) no-repeat 2px 7px;
	padding: 10px 10px 10px 50px;
}

#qa dd {
	margin-bottom: 10px;
	padding: 10px 4px 20px 50px;
	background: url(../img/icon-a.jpg) no-repeat 2px 7px;
	border-bottom: 1px dashed #ccc;
	font-size: 135%;
}

.border1 {
	border: 0;
	border-bottom: 1px dashed #666;
	margin: 1em 0;
}

.border2 {
	border: 0;
	border-bottom: 3px double #0075a9;
	margin-bottom: 1em;
}

/*フォント設定
---------------------------------------------------------------------------*/
.under {
	text-decoration: underline;
}

.red {
	color: #d80011;
}

.blue {
	color: #126b7c;
}

.murasaki {
	color: #6d308e;
}

.ao {
	color: #1c639d;
}

.kiro {
	color: #FF0;
}

.gray {
	color: #666;
}

.siro {
	color: #fff;
}

.bold {
	font-weight: bold;
}

.through {
	text-decoration: line-through;
}


.justify {
	text-align: justify;
}

.size10 {
	font-size: 10px;
}

.size12 {
	font-size: 12px;
}

.size16 {
	font-size: 18px;
}

.size18 {
	font-size: 18px;
}

.size19 {
	font-size: 20px;
}

.size20 {
	font-size: 20px;
}

.size21 {
	font-size: 20px;
}

.size105 {
	font-size: 105%;
}

.size110 {
	font-size: 110%;
}

.size130 {
	font-size: 180%;
}

.size150 {
	font-size: 150%;
}

.size200 {
	font-size: 200%;
}

.size230 {
	font-size: 230%;
}

.size250 {
	font-size: 250%;
}

.size260 {
	font-size: 250%;
}

.size270 {
	font-size: 250%;
}

.fnt18 {
	font-size: 18px;
	text-align: left;
}

.voice_text {
	font-size: 14px;
	color: #aaa;
	text-align: right;
}

.sample7 {
	font-weight: bold;
	background-color: #FFFF00;
}

.margin_area{
	margin: 30px;
}

.bg-gray {
	background: #f5f5f5;
	padding: 1em;
}

.bg-white {
	background: #fff;
	padding: 1em;
}

.bg-white p {
	border-bottom: 1px dashed #ccc;
}

.pk {
	text-align: center;
	font-size: 16px;
	padding: 3px;
	color: #fff;
	background-color: #313131;
	margin-top: 5px;
	margin-bottom: 3px;
}

input {
	padding: 8px;
	font-size: 140%;
}

.send {
	padding: 10px;
	font-size: 140%;
}

select {
	padding: 8px;
}

.tokutei_tbl,
.about_tbl {
	width: 80%;
	margin: 20px auto;
}

.tokutei_tbl th,
.about_tbl th {
	background: #eee;
	text-align: center;
	font-weight: normal;
	border: 1px solid #ccc;
	padding: 10px;
}

.tokutei_tbl td,
.about_tbl td {
	border: 1px solid #ccc;
	padding: 10px;
}

ul.half {
	list-style: none;
	width: 920px;
	margin: 0 auto;
	padding: 0;

}

ul.half li {
	float: left;
	max-width: 455px;
	margin-right: 7px;
	padding: 0;


}

ul.half li:nth-child(2) {
	margin-right: 0;
}

dl.tbl_form dl,
dt,
dd {
	margin: 0;
	padding: 0;
}

dl.tbl_form {
	background: #eee;

	border: 1px solid #ccc;
	border-top: none;
	width: 80%;
	margin: 20px auto;
}

dl.tbl_form dt,
dd {
	padding: 6px;
}

dl.tbl_form dt {
	border-top: 1px solid #ccc;
	clear: left;
	float: left;
	width: 26%;
	text-align: center;
	line-height: 2.5em;
}

dl.tbl_form dd {
	background: #fff;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin-left: 27%;
}

form h3 {
	width: 80%;
	background: #eee;
	text-align: center;
	margin: 0 auto;
	padding: 6px;
	font-weight: normal;
}

/* margin
---------------------------------------------------------------------------*/
.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px;
}

.ml10 {
	margin-left: 10px;
}

.ml20 {
	margin-left: 20px;
}

.ml40 {
	margin-left: 40px;
}

.ml60 {
	margin-left: 60px;
}

.ml75 {
	margin-left: 75px;
}

.ml80 {
	margin-left: 80px;
}

.mr20 {
	margin-right: 20px;
}

.mr400 {
	margin-right: 400px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb80 {
	margin-bottom: 80px;
}

.pt20 {
	padding-top: 20px;
}

.pt40 {
	padding-top: 40px;
}

.pb10 {
	padding-bottom: 10px;
}

.pb40 {
	padding-bottom: 40px;
}

.pl10 {
	padding-left: 10px;
}

.pl30 {
	padding-left: 30px;
}

.pl40 {
	padding-left: 40px;
}

.pr10 {
	padding-right: 10px;
}

.pd20 {
	padding: 20px;
}

.pd30 {
	padding: 30px;
}

.SPnone {
	display: block;
}

.PCnone {
	display: none;
}


.col2_item_txt{
	font-size: 14px;
	line-height: 1.8;
   }

@media screen and (max-width: 640px) {
	/* スマホ用のCSS */

	*,
	*:before,
	*:after {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}

	.SPnone {
		display: none;
	}

	.PCnone {
		display: block;
	}

	img {

		max-width: 100% !important;
	}

	img.alignright {
		width: 100%;
		margin-bottom: 10px;
	}

	img.w-adimg {
		width: 40%;
	}

	body {
		font: 12px/1.6;
	}

	#container {
		width: 750px;
		/*コンテナー幅*/
		background-color: #fff;
		border-left: 0px solid #ccc;
		border-right: 0px solid #ccc;
		margin: 0 auto;
	}



	h2 {
		font-size: 120%;
	}

	h1 {
		text-align: left;
		color: #323232;
		font-size: 24px;
		line-height: 1.2;
		padding: 10px;
		margin: 10px auto;
		background: url(../img/tittle.jpg) right;
		background-size: 60%;
		background-repeat: no-repeat;
		background-position: right;
	}

	h3.green {
		font-size: 140%;
		padding: 5px;
	}

	.txt {
		margin: 10px;
		font-size: 18px;
	}

	.txt2 {
		margin: 10px;
		font-size: 18px;
	}



	#container {
		width: 100%;
	}

	.hd_link {
		display: none;
	}

	header {
		height: auto;
	}


	table.day th {
		background: #0cb8df;
		color: #fff;
		padding: 5px;
		font-size: 100%;
		font-weight: normal;
	}

	table.day td {
		padding: 5px;
		background: #fff;
		font-size: 100%;
	}


	footer {
		width: 100%;
		min-width: 100%;
	}

	.sankaku {
		display: none;
	}

	.notice2 {
		padding: 1.3em 1em;
		margin-bottom: 1em;
		font-size: 120%;
		line-height: 1.6;
		font-weight: normal;
	}

	.day_box {
		margin: 0px auto 20px;
		padding: 10px;
		font-size: 16px;
		line-height: 1.6;
	}

	.day_box p {
		line-height: 1.5;
		font-size: 16px;
		text-align: left;
	}

	.day_box03 {
		margin: 0px auto 20px;
		padding: 10px;
		font-size: 16px;
		line-height: 1.6;
	}

	.day_box03 p {
		line-height: 1.0;
		font-size: 14px;
		text-align: left;
	}

	.day_box04 {
		margin: 0px auto 30px;
		padding: 20px 20px;
		font-size: 12px;
		line-height: 1.6;
	}

	.day_box04 p {
		line-height: 1.8;
		font-size: 20px;
		text-align: center;
		margin-top: 30px;
	}

	.profile h3 {
		line-height: 1.3;
		font-size: 120%;
		border-left: 5px solid #0cb8df;
		padding-left: 15px;
	}

	.day_box h3 {
		line-height: 1.2;
		font-size: 110%;
		text-align: center;
		padding-left: 0px;
	}

	.profile h4,
	.day_box h4 {
		border-left: 5px solid #0cb8df;
		color: #333;
		padding-left: 15px;
	}

	.submit {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		padding: 25px;
		min-width: 60%;
		font-size: 180%;
	}

	.about_box {
		padding-left: 10px;
		padding-right: 10px;
	}


	ul.half {
		list-style: none;
		width: 100%;
		margin: 0 auto;
		padding: 0;


	}

	ul.half li {
		float: none;
		width: 100%;
		margin: 0 auto 5px;

	}

	ul.half li:nth-child(2) {
		margin: 0 auto 5px;
	}

	/* header */
	header {
		padding-top: 5px;
	}

	.timer {
		position: fixed;
		display: table;
		width: 100%;
		top: 0;
		left: 0;
		background-color: #ffe400;
		font-weight: bold;
		text-align: center;
		font-size: 18px;
		line-height: 1.4;
		z-index: 100;
		padding-top: 10px;
	}

	header .main-visual {
		margin-top: 50px;
	}

	.hd_logo {
		margin: 2px;
	}

	.hd_logo img {
		width: 50%;
	}

	dl.tbl_form dl,
	dt,
	dd {
		margin: 0;
		padding: 0;
	}

	dl.tbl_form {
		background: #eee;
		border: 1px solid #ccc;
		width: 100%;
	}

	dl.tbl_form dt,
	dl.tbl_form dd {
		padding: 6px;
	}

	dl.tbl_form dd {
		background: #fff;
	}

	input {
		max-width: 99%;
	}

	textarea {
		max-width: 99%;
	}

	blockquote {
		width: 50%;
		margin: 0 auto;
	}

	dl.tbl_form {
		border-top: none;
		width: 90%;
	}

	dl.tbl_form dt {
		border-top: 1px solid #ccc;
		clear: none;
		float: none;
		width: 100%;
		display: block;
	}

	dl.tbl_form dd {
		border-left: none;
		border-top: none;
		margin-left: 0%;
		float: none;
		display: block;
		text-align: center;
	}

	.main_sp {
		margin-top: 0px;
	}

	.tex05 {
		font-size: 95%;
		padding-top: 0;
	}

	.clearfix {
		min-height: 1px;
		background: #FFFF01;
		padding: 15px;
		font-size: 12px;
		text-align: center;
		font-weight: bold;
	}

	.thx_box {
		margin: 0px auto 40px;
		padding: 20px 15px;
		font-size: 12px;
		line-height: 1.6;
		background: url(../img/img_17.jpg) right top;
		background-size: 225%;
		background-repeat: no-repeat;
		background-position: -240px;
	}

	.thx_box p {
		line-height: 1.6;
		font-size: 15px;
		text-align: left;
		background-color: rgba(255, 255, 255, 0.8);
		padding: 15px;
		margin-right: 0px;
		margin: -20px;
	}

	.box_04 {
		background-color: #f2f2f2;
		padding-top: 0px;
		font-size: 16px;
		margin: 20px 10px 10px;
		padding: 10px;
	}

	.box_05 {
	background-color: #ffffff;
	font-size: 100%;
	margin: 0px 10px 20px;
	padding: 0 10px;
	border: 2px solid;
	border-color: #1DC4D9;
	border-bottom: transparent; /* 下辺が透明になる */
	border-top: transparent; /* 下辺が透明になる */
}


	.title {
		margin: 10px 0 0;
		font-size: 90%;
		text-align: center;
		line-height: 1.4;
		color: #fff;
		background: url(../img/title_sp.png);
		background-size: 100%;
		padding: 10px;
		background-position: center center;
		background-repeat: no-repeat;
		font-weight: bold;
	}


	.box_txt {
		margin: 10px;
	}


	.title_02 {
		margin: 10px 0 10px;
		font-size: 90%;
		text-align: center;
		line-height: 1.4;
		color: #fff;
		background: url(../img/title_02_sp.png);
		background-size: 100%;
		padding: 10px;
		background-position: center center;
		background-repeat: no-repeat;
		font-weight: bold;
	}

	.size10 {
		font-size: 10px;
	}

	.size12 {
		font-size: 12px;
	}

	.size16 {
		font-size: 13px;
	}

	.size18 {
		font-size: 11px;
	}

	.size18 {
		font-size: 11px;
	}

	.size19 {
		font-size: 18px;
	}

	.size20 {
		font-size: 10px;
	}

	.size21 {
		font-size: 18px;
	}

	.size105 {
		font-size: 105%;
	}

	.size110 {
		font-size: 110%;
	}

	.size130 {
		font-size: 130%;
	}

	.size150 {
		font-size: 100%;
	}

	.size200 {
		font-size: 130%;
	}

	.size230 {
		font-size: 140%;
		padding-bottom: 10px;
	}

	.size250 {
		font-size: 26px;
	}

	.size260 {
		font-size: 140%;
	}

	.size270 {
		font-size: 18px;
	}

	.fnt18 {
		font-size: 10px;
		text-align: center;
	}

	.position260 {
		background-position: 200px;
	}

	.position280 {
		background-position: 160px;
	}

	.position300 {
		background-position: 170px;
	}

	.position320 {
		background-position: 200px;
	}

	.position340 {
		background-position: 340px;
	}

	.position410 {
		background-position: 260px;
	}

	.position430 {
		background-position: 230px;
	}

	.img4 {
		width: 2%;
	}

	.img5 {
		width: 6%;
	}

	.img10 {
		width: 5%;
		height: 300px;
	}

	.img20 {
		width: 25%;
		margin-bottom: -85px
	}

	.img30 {
		width: 100%;
		padding-left: 0px;
		padding-bottom: 10px;
	}

	.img30_2 {
		width: 100%;
		padding-left: 0px;
		padding-bottom: 10px;
	}

	.img40 {
		width: 100%;
		padding-right: 0px;
		padding-bottom: 10px;
	}

	.movie {
		display: block;
		background: rgba(255, 255, 255, 1);
		border-style: solid;
		border-width: 1px;
		border-color: #ccc;
		border-radius: 0px;
		z-index: 3;
		padding: 5px;
		margin: 0 10px 5px;
	}

	.f_movie {
		width: 100%;
		height: 192px;
	}

	h3 {
		padding-bottom: 10px;
		font-size: 120%;
		text-align: left;
		line-height: 1.0;
		color: #292929;
		line-height: 1.2;
	}


	.img-posi {
		text-align: center;
		margin: 10px auto;
		max-width: 100%;
		max-height: 100%;
		display: block;
	}

	.size_h3 {
		font-size: 110%;
	}


	h4 {
		font-size: 20px;
		margin: 10px 0;
		text-align: left;
		line-height: 1.4;
		color: #292929;
		border-bottom: dashed 1px #ccc;
	}

	.left_box {
		margin: 0px 0 10px;
		background: #fff;
		padding: 10px;
		line-height: 1.6;
	}

	.left_box p {
		line-height: 1.8;
		margin-bottom: 14px;
		font-size: 16px;
	}

	.right_box {
		margin: 0px 0 10px;
		background: #fff;
		padding: 10px;
		line-height: 1.6;
	}

	.right_box p {
		line-height: 1.8;
		margin-bottom: 14px;
		font-size: 16px;
	}

	.alignleft {
		float: left;
		width: 100%;
		margin-bottom: 10px;
	}

	.alignright {
		float: right;
		width: 100%;
	}

	.sample7 {
		font-weight: bold;
		background-color: #FFFF00;
	}

	.sample8 {
		font-weight: bold;
		background-color: #126b7c;
		font-size: 18px;
		padding: 10px 20px;
		color: #fff;
		margin: -11px;
	}

	.left-column {
		margin: 10px;
		font-size: 16px;
		line-height: 1.6;
		padding: 10px;
		border: 1px dashed #ccc;
	}

	.right-column {
		margin: 10px;
		font-size: 16px;
		line-height: 1.6;
		padding: 10px;
		border: 1px dashed #ccc;
	}

	#qa dt {
		font-size: 120%;
		font-weight: bold;
		background: url(../img/icon-q.jpg) no-repeat 2px 7px;
		padding: 10px 0px 10px 50px;
	}

	#qa dd {
		margin-bottom: 10px;
		padding: 10px 0px 20px 50px;
		background: url(../img/icon-a.jpg) no-repeat 2px 7px;
		border-bottom: 1px dashed #ccc;
		font-size: 110%;
	}

	.po_box {
		margin: 10px 10px 40px;
		background: #f2f2f2;
		border-radius: 10px;
		/* CSS3草案 */
		-webkit-border-radius: 10px;
		/* Safari,Google Chrome用 */
		-moz-border-radius: 10px;
		/* Firefox用 */
		padding: 20px 10px;
		line-height: 1.6;
		text-align: center;
	}

	.letter_box00 {
		margin: 0 15px -20px;
		padding: 1px 0 5px;
		font-size: 14px;
		line-height: 1.6;
		background: #fffdec;
	}

	.letter_box {
		margin: 10px 15px 30px;
		padding: 20px 0 0;
		font-size: 14px;
		line-height: 1.6;
		background: url(../img/bg-note03.png) bottom;
	}

	.letter_box p {
		line-height: 1.8;
		font-size: 15px;
		text-align: left;
		margin-top: -40px;
	}

	.col1 {
		margin: 40px 0 10px;
		background: #f2f2f2;
		border-radius: 25px;
		/* CSS3草案 */
		-webkit-border-radius: 25px;
		/* Safari,Google Chrome用 */
		-moz-border-radius: 25px;
		/* Firefox用 */
		padding: 50px 10px 30px;
		line-height: 1.6;
		font-size: 13px;
		text-align: center;
	}

	.col2 {
		margin: 80px 10px;
		background: #f2f2f2;
		border-radius: 5px;
		/* CSS3草案 */
		-webkit-border-radius: 5px;
		/* Safari,Google Chrome用 */
		-moz-border-radius: 5px;
		/* Firefox用 */
		padding: 10px;
		line-height: 1.6;
		font-size: 14px;
		text-align: left;
	}


	.col2_item {
		margin: 80px 10px;
		background: #f2f2f2;
		border-radius: 5px;
		/* CSS3草案 */
		-webkit-border-radius: 5px;
		/* Safari,Google Chrome用 */
		-moz-border-radius: 5px;
		/* Firefox用 */
		padding: 20px;
		line-height: 1.6;
		font-size: 14px;
		text-align: left;
		flex: 1;
	}
	

	.day_box0 {
		margin: 0px ;
		padding: 0;
		font-size: 12px;
		line-height: 1.6;
	}




	.col2 h3 {
		text-align: center;
	}


	.btn_margin {
		margin-top: 10px;
		width: 95%;
		margin-left: 0;
	}

	.ttl_sbtxt {
		font-size: 20px;
		margin: -10px 0 20px 10px;
		line-height: 1.4;
	}

	.img_posi3 {
		margin: 10px auto 40px;
		width: 90%;
		display: block;
		padding: 0 auto;
	}

	.chuushaku {
		font-size: 14px;
		color: #9c9c9c;
		text-align: center;
		display: block;
		margin: -20px auto 50px;
	}


	.left_box{
		margin:0px 10px 10px;
		background:#fff;
		padding:10px;
		line-height:1.6;
	}
	
	.left_box p{
		line-height:1.8;
		margin:10px 0 10px;
		font-size:18px;
		text-align: justify;
	}
	
	.right_box{
		margin:0px 10px 10px;
		background:#fff;
		padding:10px;
		line-height:1.6;
	}
	
	.right_box p{
		line-height:1.8;
		margin-bottom:14px;
		font-size:18px;
		text-align: justify;
	}


	.left-column {
		margin: 0 10px 10px;
		font-size: 16px;
		line-height: 1.6;
		padding: 0 20px 10px;
		border: 1px dashed #ccc;
		height: auto;
	}
	
	.right-column {
		margin: 0 10px 10px ;
		font-size: 16px;
		line-height: 1.6;
		padding: 0 20px 10px;
		border: 1px dashed #ccc;
		height: auto;
	}
	
	.sample8_left {
		font-weight: bold;
		background-color: #126b7c;
		font-size: 20px;
		padding: 10px 10px;
		color: #fff;
		margin: 0 10px 0px ;
	}
	
	.sample8_right {
		font-weight: bold;
		background-color: #126b7c;
		font-size: 20px;
		padding: 10px 10px;
		color: #fff;
		margin: 0 10px 0px ;
	}
	
	.flex-box{
		display: block;
	}
	
	.flex-item1{
		flex: 1;
		margin: 0 ;
	}
	
	.flex-item2{
		flex: 1;
	}
	

	.margin_area{
		margin: 0px;
	}
	

	.col3_txt{
		font-size:12px;
		text-align: justify;
		margin: 0 10px;
		display:inline-block ;

	}

	.kokonara_txt{
		display: block;
		text-align: center;
		font-size: 20px;
		font-weight: bold;
		margin: 0px 10px -5px;
		line-height: 1.4;
	}



	table {
		border-collapse: collapse;
		border-spacing: 0;
		font-size: 14px;
		width: 98%;
	}
	
	table tr:last-child {
		border-bottom: solid 1px #ddd;
	}
	
	table th {
		text-align: center;
		padding: 7px 0;
		border-right: solid 1px #ddd;
		border-left: solid 1px #ddd;
	}
	
	table th:nth-child(1) {
		background-color: #dddddd;
		width: 20%;
		font-size: 12px;
	}
	
	table td:nth-child(1) {
	font-size: 12px;
	}


	table th:nth-child(2) {
		background-color: #f34955;
		color: white;
		width: 40%;
	}
	
	table th:nth-child(3) {
		background-color: #f5b932;
		color: white;
		border-top: solid 7px #d80011;
		border-left: solid 7px #d80011;
		border-right: solid 7px #d80011;
		width: 40%;
	}
	
	table td {
		text-align: center;
		padding: 5px;
		border-bottom: solid 1px #ddd;
		border-right: solid 1px #ddd;
		border-left: solid 1px #ddd;
	}
	
	table td:nth-child(3) {
		text-align: center;
		padding: 5px;
		border-right: solid 7px #d80011;
		border-left: solid 7px #d80011;
	}

	.btn2{
		margin-bottom: 20px;
		width: 95%;
	}
	

	.back_brk{
		background-color: #292929;
		padding: 20px 10px ;
	}
	
	
	.flex_fv{
		display: block;
	}
	
	.yellow {
		text-align: center;
		font-size: 20px;
		margin-bottom: 0;
	}
	
	
	.nurumayu{
		text-align: center;
		font-size: 30px;
		font-weight: bold;
		margin: -10px auto 0px;
	}
	
	.fv_txt{
		color: #fff;
		font-size: 20px;
		line-height: 1.4;
		margin: 10px 5px 20px;
	}
	
	.fv_txt2{
		color: #fff;
		font-size: 16px;
		margin: 10px 5px;
		text-align: justify;
	}

	.big_ttl{
		text-align: center;
		color: #323232;
		font-size: 38px;
		line-height: 1.2;
		padding: 20px 10px 0;
		margin: 20px auto;
		font-weight: bold;
	}

	.curriculum_ttl{
		font-size: 22px;
		color: #fff;
		background-color:#1DC4D9 ;
		padding:  0;
		text-align: center;
		font-weight: bold;
	}
}


/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
	display: block !important;
}

.sp {
	display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
	.pc {
		display: none !important;
	}

	.sp {
		display: block !important;
	}
}