@charset "utf-8";
/* 
CSS Document

	中紅 #e14b68;	rgba(225,75,104,.5)
	胡粉 #fff8e3;	rgba(255,249,233,.5)

 */
html {}
body {}

/*   wrap
──────────────────────────────────── */
.wrap {
	width: 1200px;
	margin: 0px auto;
	overflow:hidden;
	text-align:left;
}


/*   container 
──────────────────────────────────── */
#container {
	margin: 70px 0px 0px 0px;
	overflow: hidden;
}


/*   container 
──────────────────────────────────── */
.breadcrumbs {
	padding: 15px 0px;
}


/*   header
──────────────────────────────────── */
#header {
	width: 1200px;
	margin: 0px auto;
	height: 80px;
}
#header h1 {
	width: 435px;
	height: 80px;
	position: relative;
	float: left;
}
#header h1 img {
	position: absolute;
	display: block;
	width: 435px;
	height: auto;
	top: 0;
	bottom: 0;
	margin: auto;
}
#header .header_right {
	width: 700px;
	float: right;
}
.header_right ul {
	width: 85px;
	float: right;
	margin-top: 17px;
}
.header_right ul li img {
	margin-right: 10px;
	vertical-align: -2px;
}
.header_right ul li,
.header_right ul li a {
	font-size: 12px;
	margin-bottom: 7px;
	color: #6b6b6b;
	font-family: "ＭＳ Ｐゴシック", MS PGothic, Sans-Serif, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, verdana, Arial;
}
.header_right form {
	width: 500px;
	float: right;
	margin-right: 18px;
}
.header_right form input {
	float: right;
	outline: none;
	margin-top: 21px;
}
.header_right form input[type="text"] {
	width: 150px;
	border: 1px solid #d5d5d5;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	background: url(img/bot_search.png) no-repeat 7px 7px;
	padding: 10px 10px 10px 35px;
	font-size: 14px;
	font-family: "ＭＳ Ｐゴシック", MS PGothic, Sans-Serif, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, verdana, Arial;
	letter-spacing: 2px;
}
.header_right form input[type="text"]:focus {
	width: 360px;
	border: 1px solid #d5d5d5;
	-webkit-box-shadow: 0 0 5px rgba(225,75,104,.5);
	-moz-box-shadow: 0 0 5px rgba(225,75,104,.5);
	box-shadow: 0 0 5px rgba(225,75,104,.5);
}
/* placeholderの色 */
input::placeholder {color: #AAA;}
input:-ms-input-placeholder {color: #AAA;}/* IE */
input::-ms-input-placeholder {color: #AAA;}/* Edge */

/* フォーカスしたらplaceholderを消す */
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }


/*   p_nav
    ─────────────────────────────────────────────────── */
#p_nav {
	height: 53px;
	width: 100%;
	background: #FFF;
	border-top: 3px solid #e55170;
}
#p_nav.fixed {
	border-top: 3px solid #e55170;
}
ul#p_nav_main {
	width:1200px;
	margin: 0 auto;
	padding:0;
}
ul#p_nav_main li {
	margin:0;
	padding:0;
	position:relative;
	float:left;
	width:200px;
	font-size: 15px !important;
	font-weight: 300;
}
ul#p_nav_main li.parent {
	line-height: 53px;
	text-align: center;
	font-size: 17px !important;
	font-weight: 500;
	letter-spacing: 3px;
	border-right: 1px solid #e5e5e5;
	box-sizing: border-box;
}
ul#p_nav_main li.parent.top a {
	color: #000;
	background: #FFF;
	text-decoration:none;
	font-size: 16px !important;
}
ul#p_nav_main li ul li a {
	background: #ca3653;
	background: rgba(202,54,83,1);
	display:block;
	color:#fff;
	text-decoration:none;
	padding: 15px;
	width: 210px
	font-size: 14px !important;
}
ul#p_nav_main li ul li span {
	background: #ca3653;
	background: rgba(202,54,83,1);
	display:block;
	color:#fff;
	text-decoration:none;
	padding: 14px 15px;
	width: 210px
	font-size: 14px !important;
}

ul#p_nav_main li ul li span i {
	position: relative;
	font-size: 20px !important;
	top: -5px;
	float: right;
}
ul#p_nav_main li a:hover,
ul#p_nav_main li a.open {
	background-color:#bd2d49;
	font-size: 15px !important;
}
ul#p_nav_main li ul {
	margin-top: 0px;
	padding-top:1px;
	list-style:none;
	position:absolute;
	left:0;
	z-index:999;
}
.fixed li ul {
	margin-top: -1px !important;
}
ul#p_nav_main li ul li {
	border-top: 1px solid #bd2d49;
	text-align: left !important;
	float:none;
}
ul#p_nav_main li ul li ul {
	position:absolute;
	top: -2px;
	left:200px;
}
.fixed {
	border-top: 3px solid #e55170;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 9999;
}


/*   pan
──────────────────────────────────── */
.pan {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding: 10px 0;
	font-size: 13px;
	color: #7e7e7e;
}
.pan a {
	font-size: 13px;
	font-weight: 500;
	color: #555;
}


/*   サイト内検索
──────────────────────────────────── */
.screen-reader-text, #searchsubmit {
	display: none;
}
/*   title
──────────────────────────────────── */

.ttl_1 {
	text-align: center;
	font-size: 25px;
	color: #222;
	font-weight: 300;
	margin: 0px 0px 20px 0px;
	font-family: 'Noto Sans Japanese', sans-serif !important;
}

.ttl_0 {
	background: #e14b68;
	border-top: solid 3px #e14b68;
	border-bottom: solid 3px #e14b68;
	position: relative;

}
.ttl_0 h2 {
	font-size: 50px;
	text-align: center;
	font-weight: bold;
	color: #fff8e3;
	display: block;
	border-top: solid 4px #fff;
	border-bottom: solid 4px #fff;
	height: 145px;
	line-height: 125px;
	letter-spacing: -1px;
	font-family:  han,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",'MS PGothic',sans-serif;
}
.ttl_0 .sub_cate_ttl {
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	margin:auto;
	height: 0px;
}
.ttl_0 .sub_cate_ttl p {
	font-size: 21px;
 	text-align: center;
	color: #fff8e3;
	font-family:  han,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",'MS PGothic',sans-serif;
}
.sub_cate {
	line-height: 97px !important;
}

.ttl_2 {
	color: #FFF;
	background: #FBB03A;
	border-radius: 25px;
	-webkit-border-radius:25px;
	-moz-border-radius: 25px;
	display: inline-block;
	padding: 8px 50px;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	position: relative;
	margin: 100px 0px 0px 0px;
}
.trigone {
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 10px solid #333;
	position: absolute;
	top: -18px;
	right: 47%;
}
/* news loop
──────────────────────*/

.news_loop .news_box {
	width: 400px;
	height: 430px;
	float: left;
}
.news_box .news_box_in {
	width: 370px;
	margin: 10px auto;
}
.news_box_in .news_img {
	width: 338px;
	height: 230px;
	padding: 15px;
	border: 1px solid #dcdcdc;
	margin-bottom: 17px;
	position: relative;
	z-index: 2;
}
.news_img a img {
	max-width: 99%;
	height: 250px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	object-fit: contain;
}
.news_box_in .cate_date span {
	display: block;
	width: 100px;
	padding: 5px 0;
	color: #939393;
	letter-spacing: 2px;
	font-size: 13px;
	font-family: "ＭＳ Ｐゴシック", MS PGothic, Sans-Serif, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, verdana, Arial;
}
.news_box_in .cate_date .cate {
	background: #f7f7f7;
	float: left;
	text-align: center;
}
.news_box_in .cate_date .date {
	float: right;
	text-align: right;
}
.news_box_in h3 {
	padding: 15px 30px 0;
	clear: both;
	font-weight: 300;
	color: #e14b68;
}
.news_box_in h3 a {
	font-weight: 400;
	color: #e14b68;
}


/*   button 1 枠線なし。　ホバーしたらピンク線　ピンク文字
──────────────────────────────────── */
.button {
	display: inline-block;
	width: 260px;
	height: 60px;
	text-align: center;
	text-decoration: none;
	line-height: 60px;
	outline: none;
	font-size: 16px;
	font-weight: 500;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button {
	background-color: #FFF;
	border: 2px solid #FFF;
	color: #000 !important;
	text-decoration: none !important;
	line-height: 56px;
}
.button:hover {
	border-color: #e55170;
	color: #e55170 !important;
}

/*   button 2 黒い枠線あり。　ホバーしたらピンク線　ピンク文字
──────────────────────────────────── */
.button2 {
	display: inline-block;
	width: 260px;
	height: 60px;
	text-align: center;
	text-decoration: none;
	line-height: 60px;
	outline: none;
	font-size: 16px;
	font-weight: 500;
}
.button2::before,
.button2::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button2,
.button2::before,
.button2::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button2 {
	background-color: #FFF;
	border: 1px solid #000;
	color: #000 !important;
	text-decoration: none !important;
	line-height: 56px;
	position: relative;

}
.button2:hover {
	border-color: #e55170;
	color: #e55170 !important;
}
.button2 img {
	position: absolute;
	top: 12px;
	right: 10px;
}
/*   button 4 枠線なし。　ホバーしたら白文字
──────────────────────────────────── */
.button4 {
	display: inline-block;
	width: 450px;
	height: 60px;
	text-align: center;
	text-decoration: none;
	line-height: 60px;
	outline: none;
	font-size: 16px;
	font-weight: 500;
	color: #FFF;
	background-color: #e55170;

}
.button4::before,
.button4::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button4,
.button4::before,
.button4::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button4 {
	background-color: #e55170;
	border: 2px solid #e55170;
	color: #000 !important;
	text-decoration: none !important;
	line-height: 56px;
}
.button4:hover {
	border-color: #e55170;
	color: #FFF !important;
}
/*   button 5 枠線なし。　角丸ホバーしたら白文字
──────────────────────────────────── */
.button5 {
	display: inline-block;
	width: 100%;
	height: 80px;
	text-align: center;
	text-decoration: none !important;
	line-height: 80px;
	outline: none;
	font-size: 19px;
	font-weight: 500;
	color: #FFF;
	background-color: #e55170;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.button5:link {
    color: #FFF !important;s
	text-decoration: none !important;
}
.button5:hover {
	color: #FFF !important;
	text-decoration: none !important;
	opacity: 0.8;
	transition: 0.5s;
}
.button5:visited {
	color: #FFF !important;
	text-decoration: none !important;
}
/*   page-top
────────────────────── */
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
    z-index: 9999;
}
#page-top a {
    background: #fff8e3;
    text-decoration: none;
    width: 100px;
    height: 60px;
    padding-top: 40px;
    text-align: center;
    display: block;
    border-radius: 50px;
    border: 1px solid #e14b68;
    opacity:0.65;
    -moz-opacity:0.65;
    filter:alpha(opacity = 65);
}
#page-top a:hover {
    opacity:1.0;
    -moz-opacity:1.0;
    filter:alpha(opacity = 100);
    text-decoration: none;
    background: #fff8e3;
}


/*   footer
────────────────────── */
#footer {
}
#footer .copyright {
}

/* 研究・開発・生産について
──────────────────────*/
.creation {
	background: url(img/bg_top_creation.jpg) no-repeat center top;
	height: 720px;
	position: relative;
}
.creation_box {
	display: inline-block;
	width: 800px;
	height: 325px;
	overflow: hidden;
	position: absolute;
	top: 180px;
	left: 50px;
}
.creation_list {
	display: inline-block;
	width: 400px;
	height: auto;
	float: left;
}
.creation_list li {
	display: inline-block;
	float: left;
	margin: 0px 0px 10px 0px;
}

.red {
	font-size: 21px;
	color: #e14b68;
	font-weight: 600;
	font-family: 'Noto Sans Japanese', sans-serif !important;	
}

/*   投稿記事の装飾
──────────────────────────────────── */
.single h1 {font-size: 24px; line-height: 35px; letter-spacing: 1px; font-weight: 600; margin: 20px 0px 30px 0px;}
.single h2 {font-size: 22px; line-height: 30px; letter-spacing: 1px; font-weight: 600; margin: 15px 0px 20px 0px;}
.single h3 {font-size: 18px; line-height: 26px; letter-spacing: 1px; font-weight: 500; margin: 15px 0px 20px 0px;}
.single h4 {font-size: 18px; line-height: 26px; letter-spacing: 1px; font-weight: 400; margin: 15px 0px 20px 0px;}
.single p {font-size: 16px; line-height: 35px; letter-spacing: 1px; margin-bottom: 15px;}
.single p strong {font-weight: 500;}
.single p:first-child {margin-top: 40px;}
.single img {display: block; max-width: 100%; height: auto; margin: 40px 0;}
.single ul {margin: 1em 0; padding-left: 30px;}
.single li {font-size: 16px; line-height: 25px; margin: 15px 0; list-style-type: disc;}
.single ol {margin: 1em 0; padding-left: 30px;}
.single ol li{font-size: 16px; line-height: 25px; margin: 15px 0; list-style-type: decimal;}
.single table{margin: 30px 0px;}
.single td {font-size: 16px; line-height: 20px;	border: 1px solid #333; border-collapse: collapse;padding: 10px;}
.single a:link {text-decoration: underline; font-weight: 500;}
.single a:hover {transition: 0.4s; opacity: 0.5;}
.single a:visited {text-decoration: underline; font-weight: 500; color: #ed93a4;}
.single a:active {text-decoration: underline; font-weight: 500;}
