@charset "Shift_JIS";

/**
 * filename: main.css
 * @overview メイン定義CSS
 * @version 1.0.0 2017-07-02
 */


/* 20180512-  */


/* 緑の帯の白タイトル */
.category-title {
	color: #fff;
	font-weight: bold;
	font-size: 128.6%;
	margin: 12px 0;
}

/* 大きめタイトル:灰色 */
.large-title-1{
	font-weight: bold;
	color: #333;
}

/* お知らせエリア */
.news-area dt{
	clear: both;
	float: left;
	width: 110px;
}
.news-area dd{
	float: left;
	margin: 0 0 5px 0;
}
.news-area dd.new{
	position: relative;
}
.news-area dd.important{
	position: relative;
}
.news-area .out-link
{
	word-break: break-all;	
} 

/* 横に並んだリスト */
.float-list-1 li{
	float: left;
	margin-right: 20px;
}
.flat-list-1 li:last-of-type{
	margin-right: 0;
}

/* 大きいボタン1 */
.large-button-1{
	box-sizing: border-box;
	margin: 30px 0 0;
	padding: 20px;
	font-size: 150%;
	min-width: 240px;
	width: 50%;
}
.large-button-1.positive {
	background: #197f4a;
	color: #fff;
}
.large-button-1.negative {
	background: #eee;
}

/* 大きいボタン2 */
.large-button-2{
	box-sizing: border-box;
	margin: 30px 0 0;
	padding: 20px;
	font-size: 150%;
	min-width: 240px;
	width: 75%;
}
.large-button-2.positive {
	background: #197f4a;
	color: #fff;
}
.large-button-2.negative {
	background: #eee;
}
/* 小さいボタン1 */
.small-button-1{
	box-sizing: border-box;
	margin: 10px auto 0;
	height: 45px;
	width: 80%;
	background-color: #fff;
	border: 1px solid #ccc;
}
.small-button-1:hover{
	background-color: #ccc;
	-webkit-transition: all .3s;
  transition: all .4s;
}
/* 普通ボタン1 */
.middle-button-1{
	box-sizing: border-box;
	margin: 20px auto 0;
	padding: 15px;
	width: 300px;
	background-color: #ea9000;
	font-size: 120%;
	color: #fff;
}

/* 下部リスト */
#main-command .list{
	margin: 5px auto 0;
}
#main-command .list li{
	float: left;
	margin-right: 30px;
	background: none;
	padding: 0;
	font-size: 85.7%;
}
#main-command .list li a{
	color: #fff;
}

/* 左右に配置するコンテナー */
.container-top-left {
	width: 640px;
	margin: 0 auto;
	padding: 2px 0 2px 10px;
	float: left;
}
.container-top-right {
	box-sizing: border-box;
	width: 270px;
	padding: 0;
	float: right;
}

/* メニューエリア1 */
.top-menu-area-1{
	box-sizing: border-box;
	width: 270px;
	background-color: #fff;
	margin-top: 30px;
}

/* ラインエリア1 */
.line-area-1{
	box-sizing: border-box;
	width: 100%;
	border-left: 2px solid #197f4a;
	border-right: 2px solid #197f4a;
	border-bottom: 2px solid #197f4a;
	text-align: center;
	padding-bottom: 18px;
}
.line-area-1 .line-area-title{
	text-align: center;
	margin: 0;
	padding: 7px 0;
	background-color: #197f4a;
	color: #fff;
}
.line-area-1 .line-area-text{
	padding: 0 21px;
	text-align: left;
}

/* newh2下線 */
h2.multi{
padding:6px 0;
	border-bottom:6px solid #48bf81;
	position:relative;
}
h2.multi:before, h2.multi:after{
	content:"";
	display:block;
	height:6px;
	position:absolute;
	bottom:-6px;
}
h2.multi:before{
	width:6%;
	left:12%;
	background:rgba(255,255,255,0.7);
}
h2.multi:after{
	width:18%;
	left:18%;
	background:rgb(161, 228, 193);
}

/* 一覧 */
 .itiran{
	position: absolute;
  right: 4px;
  top: 3px;
	width: 60px;
	height: 26px;
	line-height: 28px;
	border-radius: 14px;
	border: 2px solid #197f4a;
	text-align: center;
}
.itiran a{
	width: 100%;
	display: block;
	text-decoration: none;
	color: #333;
}
.itiran:hover{
	background-color: #197f4a;
	-webkit-transition: all .4s;
  transition: all .4s;
}
.itiran a:hover{
	color: #fff;
	-webkit-transition: all .4s;
  transition: all .4s;
}

/* ボタンサイズ変更 */

button.big-button2 {
    vertical-align: middle;
    height: 80px;
    width: 400px;
    background: #197f4a;
    color: #fff;
    font-size: 142.9%;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    padding: 10px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    line-height: 160%;
}
button.big-button2:hover{
	background-color: #156c3f;
	-webkit-transition: all .4s;
  transition: all .4s;
}

/* 下線 */
.line-area-1 hr{
	width: 90%;
	border: 1px solid #ccc;
}

/* ta_top_8で適用 */
button.small-button-2 {
    box-sizing: border-box;
    margin: 10px auto 0;
    height: 45px;
    width: 80%;
    background-color: #d8d8d8;
}
button.small-button-2:hover{
	background-color: #c2c2c2;
	-webkit-transition: all .4s;
  transition: all .4s;
}

/* ta_top_9で適用 */
button.small-button-3 {
    box-sizing: border-box;
    margin: 10px auto 0;
    height: 45px;
    width: 80%;
    background-color: #c8ecd9;
		border: 1px solid #48bf81;
}
button.small-button-3:hover{
	background-color: #48bf81;
	-webkit-transition: all .4s;
  transition: all .4s;
}
.container-top-left ul img{
	width: 640px;
	border-radius: 2px;
}
.container-top-left .guide-img{
	background-color: black;
	height: 160px;
	margin-top: 40px;
}
.container-top-left .guide-img img:hover{
	opacity: 0.9;
	-webkit-transition: all .4s;
  transition: all .4s;
}

.guide-mainapo-img{
	width:450px;
}

/* ta_top_10で適用 */
.font-big{
	font-size: 1.2em;
	padding-bottom: 5px;
}

.button-wrap{
	width: 640px;
	height: auto;
	padding-top: 20px;
}
.button-area-top{
	width: 301px;
	height: auto;
}

.sankaku1{
	position: absolute;
	top: 58px;
	right: 25px;
	height: 15px;
	width: 15px;
	transform:rotate(45deg);
	border-right: 4px solid #115934;
	border-top: 4px solid #115934;
}

.sankaku3{
	position: absolute;
	top: 58px;
	right: 25px;
	height: 15px;
	width: 15px;
	transform:rotate(45deg);
	border-right: 4px solid #115934;
	border-top: 4px solid #115934;
}

button.big-button3 {
    vertical-align: middle;
    height: 140px;
    width: 300px;
    background: #ffc63d;
    color: #115934;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    padding: 20px 20px 20px 70px;
    line-height: 140%;
		border-left: solid 7px #b7842b;
		border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
button.big-button3:hover{
	background: #E7BB3C;
	transition: all .4s;
}
button.big-button3 span{
	line-height: 90px;
	font-size: 30px;
	letter-spacing: 3px;
}
div.button-area-top .icon-img3{
	width: 90px;
	height: auto;
	position: absolute;
	left: 25px;
	z-index: 100;
}
div.button-area-top .icon-img4{
	width: 85px;
	height: auto;
	position: absolute;
	top: 33px;
	left: 16px;
	z-index: 100;
}

.button-wrap .button-area-top p{
	margin-top: 20px;
}

/* ta_top_11で適用 */

.button-content{
	width: 440px;
	margin: 0 auto;
	padding-top: 20px;
}

button.big-button4 {
    vertical-align: middle;
    height: 100px;
    width: 440px;
		background: #ffc63d;
    color: #115934;
    font-size: 22px;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
    padding: 20px 20px 20px 107px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    line-height: 60px;
		border-left: solid 7px #b7842b;
}
button.big-button4:hover{
	opacity: 0.8;
	-webkit-transition: all .4s;
  transition: all .4s;
}

button.big-button4 .sankaku1{
	position: absolute;
	top: 43px;
	right: 25px;
	height: 10px;
	width: 10px;
	transform:rotate(45deg);
	border-right: 3px solid #115934;
	border-top: 3px solid #115934;
}

button.big-button4 .sankaku3{
	position: absolute;
	top: 170px;
	right:25px;
	height: 10px;
	width: 10px;
	transform:rotate(45deg);
	border-right: 3px solid #115934;
	border-top: 3px solid #115934;
}


button.font-size{
	font-size: 30px;
	letter-spacing: 3px;
	line-height: 2.2;
}
.margin55{
	margin-left: 55px;
}
.img-position{
	position: relative;
}
div.button-content .icon-img1{
	width: 65px;
	height: auto;
	position: absolute;
	top: 15px;
	left: 42px;
	z-index: 100;
}
div.button-content .icon-img2{
	width: 70px;
	height: auto;
	position: absolute;
	left: 33px;
	z-index: 100;
}

.button-content p{
	margin-top: 20px;
}

.move_erea {
    bottom: 30px;
    position: fixed;
    z-index: 999;
    margin-left: 1.0em;
    text-align: left;
    padding: 10px;
    background: #DDDDFF;
    border-radius: 5px 5px 5px 5px;
}

/* ta_top_12で適用 */
.news-title{
	margin-top: 12px;
}

.text-bold{
	font-weight: bold;
}

.text-hozon{
	white-space: nowrap;
}

.padding-top_30{
	padding-top: 30px;
}

.no-script_p{
	font-size: 2em;
	color: #dd2f2f;
	font-weight: bold;
	margin-top: 20px;
	text-align: center;
	line-height: 1.8;
}

.no-script_div{
	padding: 40px 0 70px;
}

.p_mb_0{
	margin-bottom: 0;
}