@charset "utf-8";

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


body {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	color: #575656;
	font-size: 16px;
	line-height: 1.8em;
}

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-style: normal;
    font-weight: normal;
    font-family: 'Noto Sans JP', sans-serif;
}

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;
}

.in_cont {
	clear: both;
	overflow: hidden;
}

.in_cont5 {
	clear: both;
	overflow: hidden;
	margin-bottom: 5px;
}

.in_cont10 {
	clear: both;
	overflow: hidden;
	margin-bottom: 10px;
}

.in_cont20 {
	clear: both;
	overflow: hidden;
	margin-bottom: 20px;
}

.in_cont30 {
	clear: both;
	overflow: hidden;
	margin-bottom: 30px;
}

.in_cont40 {
	clear: both;
	overflow: hidden;
	margin-bottom: 40px;
}

.in_cont50 {
	clear: both;
	overflow: hidden;
	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;
}


/*　共通　*/





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

.spDisp {
	display: none;
}

.spHide {
	display:block;
}

.midashi1 {
	position: relative;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 37px;
	margin-bottom: 100px;
}

.midashi1:before {
	content: '';
	position: absolute;
	bottom: -30px;
	display: inline-block;
	width: 60px;
	height: 5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: black;
	border-radius: 2px;
}

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

.midashi22 {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 30px;
	margin-bottom: 50px;
	line-height: 1.7em;
}

.midashi3 {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.7em;
	margin-bottom: 30px;
}

.midashi33 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 25px;
	margin-bottom: 35px;
}

.midashi4 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 20px;
	background-color: #E9E9E9;
	padding: 10px 15px;
	letter-spacing:0.05em;
	margin-bottom:10px;
}

.min1200 {
	min-width:1200px;
}


/*　ヘッダー　*/


header {
    min-width: 100%;
    overflow: hidden;
    background-color: #fff;
	min-width:1200px;
}

.toph1 {
	display: none;
}

.header_cont {
	overflow: hidden;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header_logo {
	width: 230px;
}

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

.header_nav {
	clear: both;
	width: 100%;
}

.header_nav nav ul {
	display: flex; 
	justify-content:space-between;
	align-items: center;
}

.header_nav nav ul li {
	font-size: 15px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 20px;
	color: #999999;
}

.header_nav nav ul li a{
	font-size: 15px;
	text-decoration: none;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 20px;
	color: #111111;
}

.header_nav nav ul li a:hover{
	color: #8f9190;
	text-decoration: none;
}

.header_je {
	width: 90px;
	margin-top:-5px;
}

.header_je ul {
	display: flex; 
	justify-content:space-between;
	align-items:center;
}

.header_je ul li a{
	font-size: 15px;
	text-decoration: none;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 20px;
	color: #111111;
}

.header_je ul li a:hover{
	color: #606563;
	text-decoration: none;
}

.main_image {
	min-width:1200px;
	margin-bottom: 80px;
	padding-top: 220px;
	background-image: url(../img/main_img.webp);
	background-repeat: no-repeat;
	background-position: right top;
	background-size:auto 100%;
}

.main_imgc {
	padding-top: 9%;
	padding-bottom: 12%;
	padding-left: 10%;
	background-image: url(../img/main_imgt.svg);
	background-repeat: no-repeat;
	background-position: 8% top;
	background-size:32%;
}

.main_image h2 {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	color: #FFF;
	font-size: 37px;
	margin-bottom: 50px;
	line-height: 1.5em;
}

.main_image h3 {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	color: #FFF;
	font-size: 17px;
	line-height:1.6em;
}

.main1 {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 70px;
	overflow: hidden;
}

.main1 h2{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 32px;
	text-align: center;
	margin-bottom: 60px;
	line-height:1.6em;
	letter-spacing:0.05em;
}

.main1_txt {
	font-size: 18px;
	margin-bottom: 40px;
}

.main1_c {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}

.main1_in {
	width: 19%;
	margin-bottom: 3%;
	border: 1px solid #949494;
	text-decoration: none;
	text-align: center;
	padding-top: 3%;
	padding-right: 2%;
	padding-bottom: 3%;
	padding-left: 2%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.main1_in:hover {
	background-color: #F8F8F8;
}

.main1_in p{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	color: #4e4e4e;
	font-size: 18px;
	line-height:1.6em;
	width:100%;
}

.main2 {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 100px;
	overflow: hidden;
	background-color: #F8F8F8;
	padding-top: 4%;
	padding-right: 3%;
	padding-bottom: 3%;
	padding-left: 3%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.main2 h2{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 30px;
	text-align: center;
	margin-bottom: 40px;
}

.main2_txt{
	margin-bottom: 60px;
	text-align: center;
}

.main2_c {
	display: flex; 
	justify-content:space-between;
}

.main2_in {
	width: 25%;
	background-color: #FFFFFF;
	padding: 3%;
}

.main2_in img{
	width: 100%;
	height: auto;
	margin-bottom: 40px;
}

.main2_in h3{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 25px;
	text-align: center;
	margin-bottom: 30px;
}

.main2_in p {
	text-align: center;
	height: 75px;
}

.main2_in ul {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}

.main2_in ul li {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	text-align: center;
}

.jmp_btn {
	display: flex;
	justify-content: center;
	width: 50%;
	text-align: center;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #0D1426;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	height: 30px;
	padding-top: 1%;
	padding-bottom: 1%;
}

.jmp_btn p{
	font-size: 15px;
	color: #0D1426;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
}

.jmp_btn:hover {
	background-color: #CCCCCC;
	
}


.main3_wrap {
	background-color: #F8F8F8;
	padding-top: 70px;
	padding-bottom: 70px;
	margin-bottom: 100px;
	min-width: 1200px;
}

.main3_wrap h2{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 30px;
	text-align: center;
	margin-bottom: 60px;
}

.main3 {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: stretch;
	width: 87%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
}

.main3_c {
	width: 19%;
	margin-bottom: 3%;
	text-align: center;
	border: 2px solid #FFF;
	text-decoration: none;
	margin-bottom: 2%;
	background-color: #FFF;
	padding: 1.5%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-right: 1%;
	margin-left: 1%;
}

.main3_c img{
	width: 98%;
	height: auto;
	border: 1px solid #CCC;
	margin-bottom:20px;
}

.main3_c:hover {
	border: 2px solid #333;
}

.main3_name {
	font-size: 12px;
	color: #111;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
}

.main3_url {
	font-size: 12px;
	color: #666666;
}

.main3_btn {
	display: flex;
	justify-content: center;
	width: 300px;
	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: 8px;
	padding-bottom: 13px;
	background-color: #111111;
}

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

.main3_btn:hover {
	background-color: #333;
}

.main4 {
	min-width:1200px;
}

.main4_c {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	border: 8px solid #111;
	background-image: url(../img/main4_img.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 100%;
	padding-top: 5%;
	padding-right: 9%;
	padding-bottom: 5%;
	padding-left: 9%;
	margin-bottom: 150px;
	background-color: #FFF;
}

.main4_t {
	width: 50%;
	text-align: center;
}

.main4_p1 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom:40px;
}

.main4_p1 span{
	color: #111;
	font-size: 18px;
	font-weight: bold;
}

.main4_p2 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 30px;
	line-height: 1.6em;
	margin-bottom:50px;
}

.main5 {
	text-align: center;
	min-width: 1200px;
}

.main5 h2 {
	color: #111;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 30px;
	margin-bottom: 20px;
}

.main5_p1 {
	font-family: 'Inter', sans-serif;
	font-weight: 800;
	color: #111;
	font-size: 16px;
	margin-bottom: 70px;
}

.main5_btn {
	display: flex;
	justify-content: center;
	width: 25%;
	text-align: center;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
	height: 30px;
	padding-top: 1%;
	padding-bottom: 1%;
	background-color: #111;
	margin-bottom:120px;
}

.main5_btn p{
	font-size: 15px;
	color: #FFF;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
}

.main5_btn:hover {
	background-color: #333;
}

.main5_btn:hover  p{
	color: #FFF;
}

.main5_btn a {
color:#111;	
}

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

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

.main6_c {
	width: 22%;
	margin-bottom: 3%;
	text-align: center;
	text-decoration: none;
	margin-bottom: 2%;
	
}

.main6_c img{
	width: 98%;
	height: auto;
	border: 1px solid #CCC;
	margin-bottom:20px;
	-webkit-backface-visibility: hidden;

}

.main6_name {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 20px;
	color: #111;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin-bottom: 5px;
	line-height: 1.5em;
	padding-bottom: 10px;
}

.main6_p1 {
	font-size: 16px;
	color: #111;
	margin-bottom:20px;
}

.main6_p2 {
	font-size: 12px;
	color: #111;
	line-height: 1.6em;
}

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

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

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

.footer_c {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 70px;
}

.footer_logo {
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 70px;
}

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

.footer_nav {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.footer_nav ul{
}

.footer_nav ul li{
}

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

.footer_nav ul li a span{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	text-decoration: none;
	color: #111;
	font-size: 14px;
}

.footer_b {
	background-color: #111;
}

.copyright {
	font-size: 12px;
	text-align: center;
	padding-top: 1%;
	padding-bottom: 1%;
	color: #FFF;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
}




/*　中ページ　*/

.page_wrap {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 100px;
}

.title_wrap {
	min-width: 1200px;
	margin-bottom: 80px;
	padding-top: 50px;
}

.page_title {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #111;
}

.page_title h3{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 40px;
	margin-bottom:30px;
}

.page_title ul {
	display: flex;
	justify-content:flex-start;
}

.page_title ul li{	
	margin-bottom:30px;
}

.page_title ul li a{
	background-color: #EBEBEB;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	margin-right: 10px;
	border-radius: 9999px;
	font-size: 14px;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	color: #111;
	text-decoration: none;
}

.page_title ul li a:hover{
	background-color: #D0D0D0;
}

.sub_title {
	margin-bottom:15px;
}

.sub_title span{
	background-color: #EBEBEB;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	margin-right: 10px;
	border-radius: 9999px;
	font-size: 14px;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	color: #111;
	text-decoration: none;
}

.about_1 {
	text-align: center;
	margin-bottom: 160px;
}

.about_1 p{
	font-size:18px;
}

.about1 ul {
	padding-left: 0;
	list-style: none;
	display: inline-block;
}

.about1_m {
	text-align: left;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 30px;
	margin-bottom: 5px;
}

.about1_p {
	text-align: left;
	font-size: 18px;
	margin-bottom: 50px;
	padding-left: 30px;
	line-height: 1.8em;
}

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

.about2_in {
	width: 47%;
	margin-bottom: 5%;
}

.about2_midashi {
	display: flex;
	align-items: center;
	justify-content:flex-start;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom:20px;
	margin-bottom:30px;
}

.about2_midashi div{
	background-image: url(../img/about2_f.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 100%;
	height: 70px;
	display: flex;
	align-items: center;
	width: 100px;
}

.about2_midashi div p {
	font-family: Inter, sans-serif;
	font-weight: 500;
	color: #FFF;
	font-size: 40px;
	padding-left: 22px;

}

.about2_midashi h5{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 23px;
}

.about2_ans {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 20px;
	background-image: url(../img/about2_ans.svg);
	background-repeat: no-repeat;
	background-position: left 2px;
	background-size:15px;
	padding-left:25px;
	margin-bottom:20px;
}

.about3 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.about3 div:nth-child(1){
	width:60%;
}

.about3 div:nth-child(2){
	width:36%;
}

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

.ser_1 {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 160px;
}

.ser1_in {
	width: 17.5%;	
	padding: 2.5%;
	border: 1px solid #999;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-bottom: 3%;
	font-size: 14px;
}

.ser1_icon {
	width: 100px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}

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

.ser1_in h5{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	text-align: center;
}

.ser1_in p{
	line-height: 1.4em;
}



/* 全ページ共通　*/

.page_cont {
	margin-bottom: 160px;
}

/* page1・左に画像・右に文書(中央揃え)　*/

.page_1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.page1_p {
	width:45%;
	margin-right:5%;
}

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

.page1_t {
	flex: 1;
}


/* 各ページ　*/

.web1 {
	text-align: center;
	display: block;
	margin-bottom: 50px;
	border: 1px solid #111;
	padding-top: 50px;
	padding-bottom: 30px;
	border-radius: 10px;      
    -webkit-border-radius: 10px;    
    -moz-border-radius: 10px;
}

.web1 ul {
	padding-left: 0;
	list-style: none;
	display: inline-block;
}

.web1 ul li {
	text-align: left;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 23px;
	background-image: url(../img/web1_li.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 25px;
	padding-left: 35px;
	margin-bottom:20px;
	padding-bottom:3px;
}

.web2 {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}

.web3 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: stretch;
	background-color: #F8F8F8;
	padding-top: 5%;
	padding-right: 5%;
	padding-bottom: 3%;
	padding-left: 5%;
}

.web3_c {
	width: 26%;
	margin-bottom: 2%;
	text-align: center;
	background-color: #FFF;
	padding: 3%;
	border-radius: 10px;      
    -webkit-border-radius: 10px;    
    -moz-border-radius: 10px;  
}

.web3_m {
	margin-bottom: 30px;
}

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

.web4_c {
	width: 27%;
	border: 2px solid #111;
	text-align: center;
	padding-top: 3%;
	padding-right: 2%;
	padding-bottom: 3%;
	padding-left: 2%;
	margin-bottom:4%;
}

.web4_c img{
	width:70%;
	height:auto;
	margin-bottom:40px;
}

.web4_m {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 23px;
	margin-bottom: 20px;
}

.under {
	background: linear-gradient(transparent 65%, #e0e0e0 65%);
	font-weight: bold;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 23px;
	padding-right: 8px;
	padding-left: 8px;
}

.flow_cr {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 100px;
}

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

.flow_c {
	width: 70px;
	text-align: center;
	display: flex;
	align-items:flex-start;
	justify-content:center;
	flex-wrap: wrap;
	
}

.flow_n {
	height: 70px;
	width: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #333333;
	border-radius: 50%;
}

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

.flow_t {
	writing-mode: vertical-rl;
	text-orientation: upright;
	padding-top: 20px;
}

.flow_t {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 26px;
}

.flow_hs {
	width: 50px;
	padding-top: 30px;
}

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

.desi1 {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: stretch;
	background-color: #F8F8F8;
	padding-top: 5%;
	padding-right: 5%;
	padding-bottom: 2%;
	padding-left: 5%;
}

.desi1_c {
	width: 28%;
	margin-bottom: 4%;
	margin-right: 2.5%;
	margin-left: 2.5%;
}

.desi1_c img{
	width: 65%;
	height: auto;
	margin-bottom: 30px;
}

.desi1_m {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 23px;
	margin-bottom: 20px;
	text-align: center;
}

.desi2 {
	background-color: #F8F8F8;
	padding-top: 5%;
	padding-right: 5%;
	padding-bottom: 4%;
	padding-left: 5%;
}

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

.desi2_c {
	width: 17%;
	margin-right: 1.5%;
	margin-left: 1.5%;
}

.desi2_c img{
	width: 90%;
	height: auto;
	margin-bottom: 30px;
}

.desi2_p {
	text-align: center;
	margin-bottom: 50px;
}

.comp_gree {
	margin-bottom: 160px;
}

.comp_gree p{
	line-height: 2.8em;
}

.comp_name {
	text-align: right;
	padding-top: 40px;
}

.comp_table {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 160px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

.comp_t1 {
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	width:17%;
}

.comp_t2 {
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	width:80%;
}

.cont_bo {
	text-align: center;
	margin-bottom: 50px;
	font-size: 18px;
	line-height: 1.6em;
	background-color: #F3F3F3;
	padding-top: 3%;
	padding-right: 5%;
	padding-bottom: 3%;
	padding-left: 5%;
	line-height:2;
}

.hp1_c {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/hp1_img.svg);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: auto 100%;
	margin-bottom: 20px;
}

.hp1_title {
	display: flex;
	align-items: flex-start;
	padding-top: 3%;
	padding-bottom: 5%;
	width: 840px;
	padding-left: 5%;
}

.hp1_m {
	background-color: #7DCACC;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFF;
	letter-spacing: 0.1em;
	font-size: 20px;
	margin-bottom: 20px;
}

.hp1_title img{
	width: 180px;
	height: auto;
	padding-top: 1%;
	margin-right: 20px;
}

.hp1_title p {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 65px;
	line-height: 1.5em;
	text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
              -2px 2px 0 #FFF, 2px -2px 0 #FFF,
              0px 2px 0 #FFF,  0-2px 0 #FFF,
              -2px 0 0 #FFF, 2px 0 0 #FFF;	
}

.hp1_title p span{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 90px;
	color: #E1A919;
}

.hp2 {
	background-image: url(../img/hp2_back.svg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100%;
	text-align: center;
	padding-bottom: 4%;
	min-width: 1200px;
}

.hp2 img{
	width: 80%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

.hp2 h5{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	margin-bottom:40px;
}

.under2 {
	background: linear-gradient(transparent 60%, #FDD54B 60%);
	font-weight: bold;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 28px;
}

.hp3 {
	background-color: #FDD54B;
	min-width: 1200px;
	margin-bottom: 50px;
}

.hp3 h5 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 25px;
	text-align: center;
	padding-top: 2%;
	line-height: 1.6em;
	margin-bottom:30px;
}

.hp3 h5 span{
	font-size: 30px;
	font-weight: bold;
	color: #e60012;
}

.hp3_c {
	background-image: url(../img/hp3_img.svg);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: auto 100%;
	margin-bottom: 20px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

.hp3_in {
	width: 67%;
	padding-left: 5%;
}

.hp3_1 {
	margin-bottom:20px;
}

.hp3_1 ul{
	display: flex;
	justify-content: space-between;
}

.hp3_1 ul li{
	width: 31%;
}

.hp3_1 ul li img{
	width:100%;
	height:auto;
}

.hp3_2 {
	font-size: 18px;
}

.hp3_3 {
	margin-bottom: 20px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

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

.hp3_3 ul li{
	background-color: #FFF;
	text-align: center;
	width: 15%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	padding-top: 1.5%;
	padding-bottom: 1.5%;
}

.hp3_3 ul li p{
	color: #111;
	font-weight: bold;
}

.hp3_hs {
	font-size: 14px;
	margin-bottom: 40px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

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

.hp4_img {
	width: 40%;
	background-image: url(../img/hp4_img.svg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:auto 100%;
	margin-bottom:30px;
}

.hp4_txt {
	width: 60%;
	padding-top: 3%;
	padding-right: 5%;
}

.hp4_m {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 28px;
	line-height: 1.6em;
	margin-bottom:30px;
}

.under3 {
	background: linear-gradient(transparent 60%, #FFFFFF 60%);
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 28px;
}

.hp4_in {
	background-color: #FFF;
	font-size: 18px;
	line-height: 1.8em;
	padding-top: 5%;
	padding-right: 5%;
	padding-bottom: 2%;
	padding-left: 5%;
}

.hp5_title {
	font-size: 30px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	display: flex;
	align-items: center;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}

.hp5_title:before, .hp5_title:after {
	content: "";
	flex-grow: 1;
	border-top: 4px dotted #73BABB;
	display: block;
}
.hp5_title:before {
	margin-right: .4em;
}
.hp5_title:after {
	margin-left: .4em;
}

.hp5 {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}

.hp5_c {
	width: 20%;
}

.hp5_arr {
	width: 2%;
	padding-top:8%;
}

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

.hp5_c img{
	width: 100%;
	height:auto;
	margin-bottom:20px;
}

.hp5_m {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #73BABB;
	font-size: 18px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	text-align: center;
	margin-bottom: 15px;
	padding-bottom: 5px;
}

.hp6 {
	background-color: #f7f8f8;
	border-radius: 10px;
	width: 74%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 100px;
	padding-top: 1.5%;
	padding-right: 3%;
	padding-bottom: 2%;
	padding-left: 3%;
}

.hp6_m {
	margin-bottom: 15px;
	
}

.hp6_m span{
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #73BABB;
	font-size: 18px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
}

.work_link {
	display: flex;
	justify-content: center;
	margin-bottom: 100px;
}

.work_jmp {
	display: flex;
	justify-content: center;
	width: 25%;
	text-align: center;
	text-decoration: none;
	border: 2px solid #111;
	padding-top: 1%;
	padding-bottom: 1%;
	margin-right: 1%;
	margin-left: 1%;
}

.work_jmp p{
	font-size: 18px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	color: #111;
}

.work_jmp:hover {
	background-color: #FFFF00;
}

.work_c {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
	margin-bottom:100px;
}

.work_in {
	width: 19.5%;
	text-align: center;
	border: 2px solid #FFF;
	text-decoration: none;
	margin-bottom: 2%;
	background-color: #FFF;
	padding: 1.5%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-right: 1%;
	margin-left: 1%;
}

.work_in img{
	width: 100%;
	height: auto;
	border: 1px solid #CCC;
	margin-bottom:20px;
}

.work_in:hover {
	border: 2px solid #111;
}

.work_name {
	font-size: 12px;
	color: #111;	
}

.work_url {
	font-size: 12px;
	color: #1284A0;
}

.work2_in {
	width: 22%;
	margin-bottom: 3%;
	text-align: center;
	margin-right: 1.5%;
	margin-left: 1.5%;
}

.work2_in img{
	width: 100%;
	height: auto;
	margin-bottom:20px;
	border: 1px solid #CCC;
}

.mov1 {
	margin-bottom: 12%;
}

.mov1 p{
	font-size: 18px;
	line-height: 1.8em;
}

.mov2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 4%;
	margin-bottom: 5%;
}

.mov2_c {
	width: 25%;
	text-align: center;
	margin-bottom: 100px;
}

.mov2_c img{
	width: 50%;
	height: auto;
	margin-bottom: 20px;
}

.mov2_c p {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 20px;
}

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

.mov3_c {
	width:32%;
}

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

.mov3_c table th{
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	font-weight: bold;
	vertical-align: middle;
	font-size: 15px;
}

.mov3_c table th span{
	font-size:14px;
}

.mov3_c table td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 10px;
	width: 100px;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
}

.mov3_m {
	background-color: #CCC;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

.mov3_midashi {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 23px;
}

.mov3_price {
	font-size: 20px;
	font-weight: bold;
}

.mov3_price span{
	font-family: alternate-gothic-no-2-d, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 50px;
}

.mov3_ts {
	font-size: 21px;
	font-weight: bold;
}

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

.gotop {
	text-align: center;
}

.gotop a{
	color: #111111;
	text-decoration: underline;
}

.gotop a:hover{
	color: #999999;
	text-decoration: underline;
}

.wmovie {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	padding-top: 3%;
	margin-bottom: 8%;
}

.wmovie_c {
	width: 48%;
	margin-bottom: 3%;
}

.wmovie_c p{
	text-align: center;
	padding-top: 10px;
	font-size: 12px;
}

/*202309追加*/

.main7 {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
}

.main7 h2{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 30px;
	text-align: center;
	margin-bottom: 90px;
}

.main7_c {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
}

.main7_in {
	width: 25%;
	border: 1px solid #999;
	padding-right: 3%;
	padding-bottom: 3%;
	padding-left: 3%;
	margin-right: 1%;
	margin-left: 1%;
	margin-bottom:50px;
}

.main7_nb {
	font-family: Inter, sans-serif;
	font-weight: 800;
	font-size: 42px;
	background-color: #FFF;
	width: 45px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: -15px;
	margin-bottom:40px;
}

.main7_m {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 23px;
	text-align: center;
	line-height: 1.5em;
	margin-bottom:40px;
}

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

.main8_li {
	margin-bottom: 70px;
}

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

.main8_li ul li{
	background-color: #333333;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 90px;
	width: 90px;
	margin-right: 5px;
	margin-left: 5px;
	border-radius: 50%;
}

.main8_li ul li p{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	color: #FFF;
	line-height:1.4em;
}

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

.main8_txt {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 60px;
}

.main8_c {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}

.main8_in {
	width:30%;
	margin-bottom:2.5%;
	background-color: #F8F8F8;
}

.main8_nb {
	font-family: Inter, sans-serif;
	font-weight: 600;
	background-image: url(../img/main8_arr.svg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: auto 10px;
	text-align: right;
	font-size: 25px;
	background-color: #FFF;
}

.main8_in h3 {
	text-align: center;
	margin-bottom: 30px;
	height: 52px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.main8_in h3 span{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 19px;
}

.main8_box {
	background-color: #F8F8F8;
	padding: 8%;
}

/*　お困りごと　*/

.solu_m {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 30px;
	margin-bottom: 50px;
	line-height: 1.7em;
}

.solu_m1 {
	position: relative;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 23px;
	margin-bottom: 50px;
	line-height: 1.7em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 20px;
}

.solu_m1:after {
	position: absolute;
	content: " ";
	display: block;
	bottom: -2px;
	width: 20%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

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

.solu_1 ul li {
	background-color: #F8F8F8;	
	display: flex;
	justify-content: center;
	align-items: center;
	width:32%;
	margin-bottom:2%;
	border-radius: 10px;      
    -webkit-border-radius: 10px;    
    -moz-border-radius: 10px;
}

.solu_1 ul li p {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 19px;
	padding:8%;
}

.solu_2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.solu_2p {
	width:40%;
	margin-left:5%;
}

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

.solu_2t {
	flex: 1;
}

.solu_2t h5{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 17px;
	margin-bottom:20px;
}

.solu_3 {
	border: 1px solid #000;
	padding:3% 5% 2% 5%;
}

.solu_3 ul {
}

.solu_3 ul li{
	background-image: url(../img/check.svg);
	background-repeat: no-repeat;
	background-position: left center;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 15px;
	text-align: left;
	padding-left:45px;
}

.solu_4q {
	display: flex;
	align-items: center;
	justify-content:flex-start;
	margin-bottom:20px;
}

.qa_q {
	background-color: #000;
	height: 48px;
	width: 48px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right:20px;
}

.qa_q p {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 25px;
	color: #FFF;
	padding-bottom:5px;
}

.qa_m {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 20px;
	flex: 1;
}

.solu_4a {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 60px;
}

.qa_a {
	height: 48px;
	width: 48px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 20px;
	border: 2px solid #000;
}

.qa_a p {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 25px;
	color: #000;
	padding-bottom:5px;
}

.qa_t {
	padding-top: 10px;
	flex: 1;
}

.price_1 {
	margin-bottom: 160px;
}

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

.plan1 {
	width: 400px;
	background-color: #F8F8F8;
	margin-right: 1%;
	margin-left: 1%;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.plan2 {
	width:400px;
	background-color: #F8F8F8;
	margin-right: 1%;
	margin-left: 1%;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.plan1_1 {
	background-color: #E9E9E9;
	text-align: center;
	border-radius: 10px 10px 0 0;
    -webkit-border-radius:  10px 10px 0 0;
    -moz-border-radius:  10px 10px 0 0;
	padding:40px 0 ;
}

.plan1_2 {
	background-color: #D2D2D2;
	text-align: center;
	border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	padding: 40px 0;
}

.plan_m p:nth-child(1){
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 20px;
	margin-bottom:20px;
}

.plan_m p:nth-child(2){
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	font-size: 50px;
}

.plan_m p:nth-child(2) span{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 25px;
	padding-right:5px;
}

.plan_txt {
	padding:20px;
}

.plan_list {
	background-color: #FFF;
	padding: 4%;
	width: 86%;
	margin-right: auto;
	margin-left: auto;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-bottom: 5%;
}

.plan_ly {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	background-image: url(../img/price_d.svg);
	background-repeat: no-repeat;
	background-position: left 15px;
	background-size:20px;
	padding-left:30px;
}

.plan_ly span{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	padding-right:5px;
}

.plan_ln {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	color: #CCC;
	padding-left: 30px;
}

.price_2 {
	margin-bottom: 40px;
}

.price_2 dl{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 10px;
	padding-bottom: 10px;
}

.price_2 dl dt{
	width: 50%;
	padding-left: 20px;
}

.price_2 dl dd{
	width:50%;
}



}


/* お問い合わせ */

#formWrap {
	width: 100%;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}

#formWrap {
	font-size:18px;
	line-height:2;
	margin:0 auto;
}

table.formTable{
	width: 100%;
	border-collapse: collapse;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #FFF;
}
table.formTable td,table.formTable th{
	padding-top: 15px;
	padding-right: 12px;
	padding-bottom: 15px;
	padding-left: 12px;
}
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 {
	border-bottom:0;
}
input[type="text"], textarea {
	width:100%;
	padding:10px 5px;
	font-size:110%;
	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;
	background:#C6C1B9;
	border:none;
	margin:10px 0;
	font-size:16px;
}

.rec_form {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 80px;
}

.contact_form {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 80px;
}

.hissu {
	color:#FF0000;
}

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

.cont_a a:hover{
	color: #555;
	text-decoration: none;
}

.font_14 {
	font-size:14px;
}



#gnav {
z-index: 9999;

    color: #fff;
	margin-bottom: 10px;
}
#gnav > ul {
display: table;
    /* padding-left: 50px; */
    margin: auto;
}
#gnav > ul > li {
  display: table-cell;
  margin-right: 2em;
}
#gnav > ul > li:hover {
  color: #fff;

}
#gnav > ul > li:hover > a {

}
#gnav > ul > li:hover .menu {
  transition: max-height 1s ease-in;
  max-height: 9999px;
 padding: 0 0 10px;
}
#gnav > ul > li > a {
  display: block;
  padding: 15.5px 1em 15.5px;
  transition: all 0.2s ease-in;

}
#gnav > ul .menu {

  max-height: 0;
  overflow: hidden;
  width: 100%;
  left: 0;
  text-align: center;
  position: absolute;
  background-color: #eee;
  z-index:9999;
}
#gnav > ul .menu .menu_inner {
padding: 1em 0 0em 80px;
    width: 600px;
    margin: 0 auto 0px;
}
#gnav > ul .menu .menu_inner li {
    display: block;
    margin: 0 0.5em 8px;
    text-align: left;
    
    float: left;

}
#gnav > ul .menu a {

	border-radius: 5px;
	padding: 5px;
	/* width: 250px; */
	display: block;
}
.gn {

	position: -webkit-sticky;

	    top: 0;
		z-index:99999;
}
.inner13 {
width:1400px;
margin:auto;	
}

.movie_cont {
	width: 100%;
	position: relative;
	padding-top: 56.25%;
}

.movie_cont iframe{
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
