@charset "utf-8";

/* Base
----------------------------------------------------*/


body {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	color: #000000;
	font-size: 16px;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}

h1, h2, h3, h4, h5, h6{
line-height:1.3;
font-weight:normal;
font-size:100%;
}

p,
li,
dt, dd,
th, td{
}

ul, ol{
list-style-type:none;
list-style-position:outside;
}

img{
	vertical-align: bottom;
}

a img{
	border: 0;
}

/*　　*/

.center-text {
	text-align:center;
}

.floatright {
	float: right;
}

.floatleft {
	float:left;
}

.clearboth {
	clear:both;
}

.margin_b5 {
	margin-bottom:5px;
}

.margin_b10 {
	margin-bottom:10px;
}

.margin_b12 {
	margin-bottom:12px;
}

.margin_b15 {
	margin-bottom:15px;
}

.margin_b17 {
	margin-bottom:17px;
}

.margin_b20{
	margin-bottom:20px;
}

.margin_b25{
	margin-bottom: 25px;
}

.margin_b30{
	margin-bottom:30px;
}

.margin_b40{
	margin-bottom:40px;
}

.margin_b50{
	margin-bottom:50px;
}

img.icon:hover{
    opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
}


/*　見出し・画像　*/

.pic-left {
	float: left;
}

.pic-left {
	float: right;
	background-color: #FFF;
	padding-bottom: 15px;
	padding-left: 15px;
}

.clearfix:before, .clearfix:after {
 display: table;
 content: " ";
}

.clearfix:after {
 clear: both;
}

.txt_indent {
    padding-left: 1em;
    text-indent: -1em;
}

.img100 img{
	width:100%;
	height:auto;
}

.font_b {
	font-weight: bold;
}

svg {
	vertical-align:bottom;
}

/*　共通　*/





/* メインメニュー　PC用
------------------------------------------------------------*/
@media only screen and (min-width: 481px){

.spDisp {
	display: none;
}

.spHide {
	display:block;
}

.midashi1 {
	border-bottom: solid 3px #ccc;
	position: relative;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 23px;
	margin-bottom: 30px;
	padding-bottom: 15px;
}

.midashi1:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #111;
  bottom: -3px;
  width: 10%;
}

.midashi2 {
	font-size: 21px;
	color: #c1272d;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	background-image: url(../img/midashi2.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 100%;
	padding-left: 30px;
}

.midashi22 {
	font-size: 19px;
	color: #c1272d;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	background-image: url(../img/midashi2.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 100%;
	padding-left: 25px;
	margin-bottom:30px;
}

.midashi3 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #c1272d;
	padding-left: 15px;
	font-size: 18px;
}


.min1200 {
	min-width:1200px;
}


/*　ヘッダー　*/


header {
	min-width: 1200px;
}

.toph1 {
	display: none;
}

.header_cont {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 100%;
	margin-bottom:30px;
}

.header_logo {
	width: 200px;
	height: auto;
	margin-left: 3%;
}

.header_logo img{
	width:100%;
	height:auto;
}

.header_nav {
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #141C63;
	padding-top: 60px;
	padding-right: 20px;
}

.header_nav nav ul {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width:100%;
}

.header_nav nav ul li {
	margin-right: 10px;
	margin-left: 10px;
}

.header_nav nav ul li a{
	font-size: 17px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	color: #000;
	text-decoration: none;
}

.header_nav nav ul li a:hover{
	color: #666;
}

.main_img {
	position: relative;
	min-width:1200px;
}

.main_img img{
	width:100%;
}

.main_img div{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.main_img h2 {
	font-family: Jost, sans-serif;
	font-weight: 600;
	color: #FFF;
	font-size: 100px;
}

.main_img p {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	color: #FFF;
	font-size: 20px;
	letter-spacing:0.38em;
}

.main1 {
	min-width:1200px;
}

.main1_wrap {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 75px;
	padding-bottom: 90px;
}

.main1 h3{
	font-size: 28px;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	line-height:1.2em;
	margin-bottom:55px;
}

.main1 h3 span{
	color: #808080;
	font-size: 16px;
	font-family: 'Jost', sans-serif;
	font-weight: 600;
}

.main1_c{
	display: flex;
	justify-content: center;
	align-items: center;
}

.main1_in {
	width: 40%;
	text-decoration: none;
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
}

.main1_in img{
	width:100%;
	height:auto;
	margin-bottom:30px;
}

.main1_in p{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 20px;
	color: #000;
	margin-bottom:30px;
}

.main1_in div{
	width: 80px;
	margin-right: auto;
	margin-left: auto;
}

.main1_in:hover{
    opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
}

.main2_1 {
	min-width: 1200px;
	background-color: #f8f8f8;
	padding-top: 70px;
	padding-bottom: 70px;
}

.main2_2 {
	min-width: 1200px;
	padding-top: 70px;
	padding-bottom: 70px;
}

.main2_c {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.main2_1p {
	width:40%;
}

.main2_1p img{
	width:100%;
}

.main2_1t {
	width:55%;
}

.main2_c h5{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 22px;
	margin-bottom: 30px;
}

.main2_1t img{
	width:200px;
	height:auto;
}

.main2_2p {
	width: 45%;
	order: 1;
}

.main2_2p img{
	width:100%;
}

.main2_2t {
	width: 52%;
	order: 2;
}

.main2_2t img{
	width:200px;
	height:auto;
}

.main3 {
	min-width: 1200px;
	padding-top: 80px;
	padding-bottom: 80px;
}

.main3 h3{
	font-size: 28px;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	line-height:1.2em;
	margin-bottom:55px;
}

.main3 h3 span{
	color: #808080;
	font-size: 16px;
	font-family: 'Jost', sans-serif;
	font-weight: 600;
}

.main3_c {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
}

.main3 img {
	width: 100%;
	height: auto;
	margin-bottom: 50px;
}

.main3_in {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom:70px;
}

.main3 h4 {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 25px;
	line-height: 1.8em;
	width: 450px;
}

.main3 p {
	flex: 1;
	line-height: 1.8em;
}

.main3_btn {
	display: flex;
	justify-content: center;
	width: 380px;
	text-align: center;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	padding-top: 10px;
	padding-bottom: 15px;
	background-color: #141C63;
}

.main3_btn p{
	font-size: 16px;
	color: #FFFFFF;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
}

.main3_btn:hover {
	background-color: #0F1442;
}

.pagetop {
	position: fixed;
	bottom: 60px;
	right: 10px;
	width: 40px;
	height:40px;
}

.pagetop img{
	width: 100%;
	height: auto;
}


footer {
	background-color: #F8F8F8;
	min-width: 1200px;
	padding-top: 90px;
}

.foot_logo {
	width: 420px;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom:60px;
}

.foot_logo img{
	width:100%;
	height:auto;
}

.foot_logo1 {
	width:228px;
}

.foot_logo2 {
	width:170px;
	padding-bottom:5px;
}

.foot_add {
	text-align: center;
	margin-bottom: 10px;
}

.foot_tel {
	text-align: center;
	margin-bottom: 40px;
}

.foot_nav {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 60px;
	padding-bottom: 60px;
}

.foot_nav ul{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.foot_nav ul li{
}

.foot_nav ul li a{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	color: #000;
	text-decoration: none;
}

.foot_nav ul li a:hover{
	color:#666;
}

.copyright {
	padding-bottom: 15px;
	padding-top: 15px;
	background-color: #141C63;
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	color: #FFF;
	font-size: 14px;
}


/*　中ページ　*/


.page_title {
	min-width: 1200px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	background-color: #f8f8f8;
}

.page_title h3 {
	font-size: 37px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	padding-top: 50px;
	padding-left: 7.5%;
	margin-bottom: 10px;
}

.page_title p{
	font-family: Jost, sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #141C63;
	padding-left: 7.5%;
	padding-bottom: 50px;
}

.page_cont {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 200px;
	padding-top: 80px;
}

.line1_c {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	background-color: #f8f8f8;
	padding-top: 5%;
	padding-right: 5%;
	padding-bottom: 3%;
	padding-left: 5%;
	margin-bottom: 100px;
}

.line1_h5 {
	text-align: center;
	width:100%;
}

.line1_h5 h5 {
	position: relative;
	display: inline-block;
	margin-bottom: 60px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 20px;
}

.line1_h5 h5:before {
	content: '';
	position: absolute;
	bottom: -25px;
	display: inline-block;
	width: 60px;
	height: 5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #2CC158;
}


.line1_in {
	width:21%;
	margin-bottom:40px;
}

.line1_in img{
	width: 80%;
	height: auto;
	margin-bottom: 20px;
	margin-right: 10%;
	margin-left: 10%;
}

.line1_m {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	text-align: center;
	font-size: 18px;
	margin-bottom:15px;
}

.line2_c1 {
	text-align: center;
	margin-bottom: 70px;
}

.line2_p {
	width: 48%;
	margin-right: auto;
	margin-left: auto;
}

.line2_p img{
	width:100%;
	height:auto;
}

.line2_m1 {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 22px;
	margin-bottom: 25px;
}

.line2_m2 {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 25px;
	color: #2B964E;
	padding-left: 10px;
}

.line2_c2 {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin-bottom: 80px;
}

.line2_in {
	width: 42%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #f8f8f8;
	padding-right: 3%;
	padding-bottom: 3%;
	padding-left: 3%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.line2_in h5 {
	text-align: center;
	margin-bottom:35px;
	width:100%;
}


.line2_in h5 span{
	background-color: #FFF;
	padding: 8px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 20px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #2B964E;
}

.line3_c {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 30px;
}

.line3_1 {
	flex: 1;
	margin-right: 20px;
}

.line3_2 {
	width:300px;
}

.line3_1 table{
	width:100%;
	border: 1px solid #666;
	border-collapse:collapse;
}

.line3_1 table th{
	border: 1px solid #666;
	background-color: #f8f8f8;
	text-align: center;
	vertical-align: middle;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	width: 167px;
}

.line3_1 table td{
	border: 1px solid #666;
	text-align: center;
	vertical-align: middle;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
}

.line3_1 table td span{
	font-size:14px;
}

.line3_1 table td span a{
	font-size: 14px;
	color: #000;
}

.line3_tdm {
	color: #FFF;
	background-color: #2B964E;
	border: 1px solid #666;
	text-align: center;
	vertical-align: middle;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
}

.line3_2 dl{
	margin-bottom:30px;
}

.line3_2 dl dt {
	margin-right:15px;
	margin-bottom:15px;
}

.line3_2 dl dt {
	background-color: #2B964E;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size: 18px;
	color: #FFF;
	padding: 5px 10px;
}

.line3_2 dl dd{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size: 18px;
}

.line3_2 dl dd span{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size: 16px;
}

.line2_in ul li{
	text-indent: -1em;
	padding-left: 1em;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	margin-bottom: 10px;
}

.line3_m {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 23px;
	margin-bottom: 30px;
	color: #2B964E;
	padding-left: 10px;
	text-align: center;
}

.line3_m span{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size: 16px;
	color:#111111;
}

.line4_p1 {
	margin-bottom: 80px;
	text-align: center;
	font-size: 18px;
}

.line4_c {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin-bottom: 80px;
}

.line4_in {
	width: 20%;
	border: 1px solid #f8f8f8;
	padding-right: 2%;
	padding-bottom: 3%;
	padding-left: 2%;
	background-color: #f8f8f8;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.line4_step {	
	background-color: #2B964E;
	width: 45px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: -30px;
	margin-bottom:20px;
	height: 100px;
	width: 100px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.line4_step p{
	font-family: Jost, sans-serif;
	font-weight: 500;
	color: #FFF;
}

.line4_step p span{
	font-family: Jost, sans-serif;
	font-weight: 500;
	color: #FFF;
	font-size:40px;
}

.line4_m {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 30px;
	color: #2B964E;
	text-align: center;
}

.line4_btn {
	display: flex;
	justify-content: center;
	width: 500px;
	text-align: center;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	padding-top: 15px;
	padding-bottom: 20px;
	background-color: #2B964E;
	margin-bottom:120px;
}

.line4_btn p{
	font-size: 20px;
	color: #FFFFFF;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
}

.line4_btn:hover {
	background-color: #247940;
}

.line5_m {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 30px;
	text-align: center;
	line-height: 1.6em;
	margin-bottom: 50px;
}

.under_g {
	background:linear-gradient(transparent 60%, #8CD39C 60%);
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 30px;
}

.line5_p {
	text-align: center;
}

.acc1_in {
	background-color: #FFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 3%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 17%;
	border: 2px solid #666;
	margin-bottom: 2%;
}

.acc1_in p{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 19px;
	text-align: center;
}

.acc1_arr {
	width: 15%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:50px;
}

.acc1_arr img{
	width:100%;
	height:auto;
}

.acc1_p1 {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 30px;
	text-align: center;
	margin-bottom: 50px;
}

.acc1_p2 {
	text-align: center;
	margin-bottom: 130px;
}

.acc2_c {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	margin-bottom: 80px;
}

.acc2_in {
	background-color: #f8f8f8;
	padding: 2%;
	width: 28%;
	margin-bottom:2%;
	border-radius: 10px;      
    -webkit-border-radius: 10px;    
    -moz-border-radius: 10px;
}

.acc2_in h5{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 20px;
	color: #c1272d;
	text-align: center;
	margin-bottom:20px;
}

.acc3_t1 {
	width:100%;
	border: 1px solid #666;
	border-collapse:collapse;
	margin-bottom:50px;
}

.acc3_th1 {
	width: 50%;
	border: 1px solid #666;
	background-color: #f8f8f8;
	padding: 1% 2%;
}

.acc3_th2 {
	border: 1px solid #666;
	background-color: #f8f8f8;
	padding: 1% 2%;
}

.acc3_t1 td{
	border: 1px solid #666;
	padding: 1% 2%;
}


.acc3_t2 {
	width:100%;
	border: 1px solid #666;
	border-collapse:collapse;
	margin-bottom:50px;
}

.acc3_th1 {
	width: 50%;
	border: 1px solid #666;
	background-color: #f8f8f8;
	padding: 1% 2%;
}

.acc3_th2 {
	border: 1px solid #666;
	background-color: #f8f8f8;
	padding: 1% 2%;
}

.acc3_t2 td{
	border: 1px solid #666;
	padding: 1% 2%;
}

.acc3_fontb {
	font-size: 18px;
	font-weight: bold;
}

.acc3_list {
	text-indent:-1em;
	padding-left:1em;
}

.comp_c {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

.comp_c dl{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.comp_c dl dt{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 180px;
	padding-left: 15px;
	margin-right: 3%;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
}

.comp_c dl dd{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
	flex: 1;
	padding-left: 15px;
}

.gree {
	display: flex;
	justify-content:flex-start;
	margin-bottom:80px;
}

.gree div:nth-child(1){
	width:400px;
	margin-right:20px;
}

.gree div:nth-child(2){
	flex: 1;
}

.gree div:nth-child(1) img{
	width:100%;
	height:auto;
}

.gree_name {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size: 20px;
}

.gree_name span{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	font-size: 15px;
}


}

/* お問い合わせ */

#formWrap {
	width: 100%;
	margin:0 auto;
	color:#555;
	line-height:110%;
}

table.formTable{
	width: 100%;
	border-collapse: collapse;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #FFF;
}


table.formTable th{
	width: 30%;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	border-top: 1px solid #CCC;
}


table.formTable th, table.formTable td {
	width:auto;
	display:block;
}

table.formTable th {
	margin-top: 5px;
	border-bottom: 0;
	padding-top: 18px;
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom:10px;
	line-height:1.6em;
}

table.formTable td {
	margin-top:5px;
	border-bottom:0;
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom:18px;
	line-height:1.6em;
}

input[type="text"], textarea {
	width:100%;
	padding:10px 5px;
	display:block;
	background:#eeeeee;
	border:none;
}
input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}
input[type="reset"], input[type="submit"]{
	display: inline-block;
	width: 30%;
	height: 40px;
	border: none;
	margin: 20px 0;
	font-size: 16px;
	color: #FFFFFF;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	background-color: #333333;
	line-height:1.4em;
}

.cont_a a{
	color: #666666;
	text-decoration: underline;
}

.cont_a a:hover{
	color: #666666;
	text-decoration: underline;
}

.hissu {
	color: #FF0000;
}

.re_hissu {
	color: #f1a09c;
	font-size: 15px;
}

.link_p a{
	color: #61A732;
	text-decoration: underline;
}

.link_p a:hover{
	color: #666666;
	text-decoration: underline;
}

.pri a{
	color: #c1272d;
}

.pri a:hover{
	color: #c1272d;
	text-decoration: none;
}