@charset "utf-8";

/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
/*
	overflow-y: scroll;
*/
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
	font-family: Verdana,Arial,"メイリオ","ヒラギノ角ゴシック","MS Pゴシック",sans-serif;
}

body {
	margin: 0;
	height: auto;
	height: 100%;
	min-height: 100%;
	position: relative;
	color: #777;
	line-height: 1.5;
}

a {
	color: #2980b9;/*#216aae;*/
	text-decoration: underline;
}

a:visited {
	color: #2980b9;
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	/*color: #216aae;*/
	outline: 0;
	opacity:0.8;
	filter: alpha(opacity=80);
	ms-filter: "alpha( opacity=80 )";
}

a:hover {
	text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	clear: both;
}

address {
	font-style: italic;
	margin: 0 0 24px;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

p {
	margin: 0 0 1em;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
	margin: 16px 0;
	padding: 0px;
}

ul {
	list-style-type: square;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 15px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

caption {
	font-size: 16px;
	margin: 20px 0;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

hr {
	background: url(images/dotted-line.png) repeat center top;
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}

/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */
/* フォント */
.cf { position: relatvie; overflow: hidden; zoom: 1 }
.pull-left    { float: left; }
.pull-right   { float: right; }
.text-left    { text-align: left; }
.text-right   { text-align: right; }
.text-center  { text-align: center; }
.text-justify { text-align: justify; }
.text-nowrap  { white-space: nowrap; }
.text-small   { font-size: 1.2rem; }
.need { color: #f00; }
.full_wide    { width: 100%; }
.error_text   { color: #f00; }

a { text-decoration: none; }
a:hover { text-decoration: none; }

@font-face {
	font-family: 'YuMin';
	src: url('../font/yumin.eot');
	src: url("../font/yumin.eot?#iefix") format('embedded-opentype'),
       url("../font/yumin.woff") format('woff'),
       url("../font/yumin.ttf") format('truetype');
}
/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */
/*
html, body {
	height:100%;
}
*/
html, body {
	position: relative;
}
html {
	font-size: 62.5%;
}
body {
	font-family: Verdana, Arial, "メイリオ", "ヒラギノ角ゴシック", "MS Pゴシック", sans-serif;
	font-size: 1.8rem;
	color: #666;
	background: #fff;
}
.contents_wrapper {
	margin: 0 auto;
	width: 1280px;
	position: relative;
	background-color: #f2f2f2;
}

.flex_container {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
ul {
	margin: 0;
	list-style-type: none;
}

/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */
#header-menu {
	margin-left: -560px;
	padding: 37px 0;
	width: 1120px;
	position: fixed;
	top: 0;
	left: 50%;
	justify-content: space-between;
	z-index: 1000;
}
#header-menu .menu_icon {
	display: block;
	width: 40px;
	height: 41px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
#header-menu .icon_twitter { background: url(../../images/menu_icons.png) 0 -59px no-repeat; }
#header-menu .icon_facebook { background: url(../../images/menu_icons.png) -53px -59px no-repeat; }
#header-menu .icon_line { background: url(../../images/menu_icons.png) -105px -59px no-repeat; }
#header-menu .icon_blog { background: url(../../images/menu_icons.png) -158px -59px no-repeat; }
#header-menu .icon_email { background: url(../../images/menu_icons.png) -226px -59px no-repeat; }
#header-menu .header-menu-items {
	justify-content: flex-end;
	align-items: center;
}
#header-menu .header-menu-items a {
	color: #fff;
	text-decoration: none;
}
#header-menu .header-menu-items li {
	padding-left: 21px;
}
#header-menu .header-menu-icons li {
	padding-left: 13px;
}
#header-menu .header-menu-icons li:first-child {
	padding-left: 0px;
}
#header-menu .header-menu-icons li:last-child {
	border-left: 1px solid #fff;
}
#header-menu .header-menu-icons li:nth-last-child(2) {
	padding-right: 13px;
}
#header-menu.header-menu-fixed {
	background: #000035;
	width: 1280px;
	margin-left: -640px;
	padding: 37px 80px;
}
#header {
	height: 796px;
	background: url(../../images/g72_header.jpg) no-repeat;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

/**
 * 5.0 - Footer
 * ----------------------------------------------------------------------------
 */
#footer {
	padding: 15px 0;
	background-color: #000035;
	color: #fff;
	height: 170px;
	min-height: 170px;
	position: relative;
}
#footer .declaration {
	font-size: 1.3rem;
}
#footer .flex_container {
	justify-content: space-between;
}
#footer .menu_icon {
	display: block;
	width: 51px;
	height: 51px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
#footer .icon_twitter { background: url(../../images/menu_icons.png) 0 0 no-repeat; }
#footer .icon_facebook { background: url(../../images/menu_icons.png) -61px 0 no-repeat; }
#footer .icon_line { background: url(../../images/menu_icons.png) -122px 0 no-repeat; }
#footer .icon_blog { background: url(../../images/menu_icons.png) -183px 0 no-repeat; }
#footer .icon_email { background: url(../../images/menu_icons.png) -261px 0 no-repeat; }
#footer .row1.flex_container {
	align-items: flex-end;
}
#footer .row1 .footer-menu-items {
	margin-bottom: -5px;
}
#footer .footer-menu-items a {
	color: #fff;
	text-decoration: none;
}
#footer .row2.flex_container {
	margin-top: 27px;
}
#footer .row2 .declaration {
	margin-top: 7px;
	letter-spacing: -.1rem;
}
#footer .footer-menu-items li {
	padding-left: 30px;
	font-size: 1.7rem;
}
#footer .footer-menu-icons {
	align-items: flex-start;
}
#footer .footer-menu-icons li {
	padding-left: 10px;
}
#footer .footer-menu-icons li:last-child {
	padding-left: 13px;
	border-left: 1px solid #fff;
}
#footer .footer-menu-icons li:nth-last-child(2) {
	padding-right: 13px;
}
#footer .gotop {
	width: 80px;
	height: 80px;
	background: url(../../images/gotop.png) no-repeat;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	display: block;
	position: absolute;
	right: 0;
	top: -80px;
}
#copyright {
	padding: 5px 0 10px;
	color: #000035;
	font-size: 1.5rem;
}

/**
 * 6.0 Content
 * ----------------------------------------------------------------------------
 */
.content_container {
	margin: 0 auto;
	width: 1120px;
}

#news {
	padding: 50px 0 100px;
	background-color: #fff;
}
#news .sec_title {
	margin: 0 auto 50px;
	width: 86px;
	height: 36px;
	background: url(../../images/news_title.png) no-repeat;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
#news .sec_content {
	flex: 1;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: 1.4rem;
}
#news .sec_content .article {
	padding-bottom: 40px;
	width: 500px;
}
#news .sec_content .article .newsdate {
	width: 100px;
}
#news .sec_content .article .newscontent {
	flex: 1;
}

#about_guardian72 {}
#about_guardian72 .intro {}
#about_guardian72 .merit .sec_title {
	margin: 26px auto 100px;
	width: 650px;
	height: 70px;
	background: url(../../images/merit_title.png) no-repeat;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
#about_guardian72 .merit .flex_container {
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}
#about_guardian72 .merit li {
	margin-bottom: 100px;
	width: 345px;
	font-family: 'YuMin';
	position: relative;
}
#about_guardian72 .merit li .hover_content {
	position: absolute;
	top: 2px;
	left: 13px;
	border-radius: 50%;
	width: 320px;
	height: 320px;
	opacity: 1;
}
#about_guardian72 .merit li .hover_txt {
	position: absolute;
	top: 10%;
	left: 10%;
	width: 80%;
	height: 80%;
	border-radius: 50%;
	background: #490A3D;
  background: rgba(0,0,53,.75);
	transform: scale(0);
	transition: all .5s ease-out;
}
#about_guardian72 .merit li .hover_txt p {
	margin: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: all 1s cubic-bezier(1, 0, 0.58, 1);
}
#about_guardian72 .merit li .hover_content:hover .hover_txt {
	transform: scale(1);
}
#about_guardian72 .merit li .hover_content:hover .hover_txt p {
	opacity: 1;
}
/*
#about_guardian72 .merit li img {
	display: block;
	cursor: pointer;
}
#about_guardian72 .merit li img:hover {
	box-shadow: 0 0 0 4px rgba(255,255,255,1);
	color: #64bb5d;
}
*/
#about_guardian72 .merit li span {
	padding-top: 330px;
	display: block;
}
#about_guardian72 .merit li.merit01 { background: url(../../images/merit_01.jpg) no-repeat; }
#about_guardian72 .merit li.merit02 { background: url(../../images/merit_02.png) no-repeat; }
#about_guardian72 .merit li.merit03 { background: url(../../images/merit_03.jpg) no-repeat; }
#about_guardian72 .merit li.merit04 { background: url(../../images/merit_04.jpg) no-repeat; }
#about_guardian72 .merit li.merit05 { background: url(../../images/merit_05.jpg) no-repeat; }
#about_guardian72 .merit li.merit06 { background: url(../../images/merit_06.png) no-repeat; }
#about_guardian72 .merit li.merit04,
#about_guardian72 .merit li.merit05,
#about_guardian72 .merit li.merit06 {
	margin-bottom: 0px;
}
#about_guardian72 .merit li.merit01 span {
	padding-left: 17px;
	padding-right: 17px;
}
#about_guardian72 .merit li.merit02 span {
	padding-left: 35px;
	padding-right: 17px;
}
#about_guardian72 .merit li.merit03 span {
	padding-left: 50px;
	padding-right: 17px;
}
#about_guardian72 .merit li.merit04 span {
	padding-left: 33px;
	padding-right: 17px;
}
#about_guardian72 .merit li.merit05 span {
	padding-left: 35px;
	padding-right: 35px;
}
#about_guardian72 .merit li.merit06 span {
	padding-left: 48px;
	padding-right: 17px;
}
#about_guardian72 .merit .note{
	margin: 30px auto;
	font-size: 1.4rem;
}

#implementation {
	padding: 50px 0;
	background-color: #000035;
}
#implementation .service {
}
#implementation .service .sec_title {
	margin: 0px auto 44px;
	width: 472px;
	height: 30px;
	background: url(../../images/implementation_service_title.png) no-repeat;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
#implementation .service .slider {
	height: 686px;
}
#implementation .service .bx-wrapper .bx-viewport {
	box-shadow: none;
	border: none;
	left: 0px;
	background: transparent;
}
#implementation .service .bx-wrapper .bx-controls-direction a {
	margin-top: -55px;
	top: 50%;
	width: 44px;
	height: 111px;
}
#implementation .service .bx-wrapper .bx-prev {
	background: url(../../images/slider_arrow.png) no-repeat 0px 0px;
}
#implementation .service .bx-wrapper .bx-next {
	right: 380px;
	background: url(../../images/slider_arrow.png) no-repeat -44px 0px;
}
#implementation .service .slider_thumb {
	margin-left: -80px;
	width: 1280px;
}
#implementation .service .slider_thumb li {
	width: 20%;
}
#implementation .service .slider_thumb a {
	opacity: .6;
}
#implementation .service .slider_thumb a.active {
	opacity: 1;
}
#implementation .schedule .sec_title {
	margin: 58px auto 37px;
	width: 668px;
	height: 30px;
	background: url(../../images/implementation_schedule_title.png) no-repeat;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
#implementation .schedule img {
	margin-left: 45px;
}

#package {
	padding-top: 66px;
}
#package .sec_title {
	margin: 0px auto 66px ;
	width: 715px;
	height: 90px;
	background: url(../../images/package_title.png) no-repeat;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
#package .package_include {
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}
#package .package_include li {
	margin-bottom: 20px;
	width: 360px;
	font-family: 'YuMin';
	border: 2px solid #e1e0de;
}
#package .package_include li:last-child {
	margin:30px 0 0 0;
	width: 240px;
}
#package .package_include li:nth-last-child(2) {
	margin:20px 0 0 0;
	width: 480px;
}
#package .package_include li .title {
	height: 52px;
	background: #e1e0de;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
#package .package_include li .content {
	padding: 12px;
	line-height: 3rem;
}
#package .package_include li:nth-last-child(1),
#package .package_include li:nth-last-child(2),
#package .package_include li:nth-last-child(3) {
	margin-bottom: 0px;
}
#package .package_include .item15 {
	position: relative;
}
#package .package_include .item15 .content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

#package .package_include li.item01 .title { background: url(../../images/package_item_titles.png) 0 0 no-repeat #e1e0de; }
#package .package_include li.item02 .title { background: url(../../images/package_item_titles.png) 0 -52px no-repeat #e1e0de; }
#package .package_include li.item03 .title { background: url(../../images/package_item_titles.png) 0 -104px no-repeat #e1e0de; }
#package .package_include li.item04 .title { background: url(../../images/package_item_titles.png) 0 -156px no-repeat #e1e0de; }
#package .package_include li.item05 .title { background: url(../../images/package_item_titles.png) 0 -208px no-repeat #e1e0de; }
#package .package_include li.item06 .title { background: url(../../images/package_item_titles.png) 0 -260px no-repeat #e1e0de; }
#package .package_include li.item07 .title { background: url(../../images/package_item_titles.png) 0 -312px no-repeat #e1e0de; }
#package .package_include li.item08 .title { background: url(../../images/package_item_titles.png) 0 -364px no-repeat #e1e0de; }
#package .package_include li.item09 .title { background: url(../../images/package_item_titles.png) 0 -416px no-repeat #e1e0de; }
#package .package_include li.item10 .title { background: url(../../images/package_item_titles.png) 0 -468px no-repeat #e1e0de; }
#package .package_include li.item11 .title { background: url(../../images/package_item_titles.png) 0 -520px no-repeat #e1e0de; }
#package .package_include li.item12 .title { background: url(../../images/package_item_titles.png) 0 -572px no-repeat #e1e0de; }
#package .package_include li.item13 .title { background: url(../../images/package_item_titles.png) 0 -624px no-repeat #e1e0de; }
#package .package_include li.item14 .title { background: url(../../images/package_item_titles.png) 0 -676px no-repeat #e1e0de; }
#package .note {
	margin: 10px auto 80px;
	font-size: 1.4rem;
	font-family: 'YuMin';
}

#package .package_include li.item12{
	padding:0;
	margin:0;
}

#counseling {
	padding-top: 80px;
	background-color: #000035;
}
#counseling .sec_title {
	margin: 0px auto;
	width: 715px;
	height: 70px;
	background: url(../../images/counseling_title.png) no-repeat;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
#counseling .sec_description {
	margin: 25px 0 80px;
	color: #fff;
	font-size: 2.2rem;
	font-family: 'YuMin';
}
#counseling .content.flex_container {
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	background-color: #f2f2f2;
}
#counseling .content>div {
	width: 50%;
	font-family: 'YuMin';
}
#counseling .content>div .item_title {
	font-size: 3rem;
	font-weight: bold;
	white-space: nowrap;
}



#counseling .content>div .item_content {
	padding-top: 50px;
	line-height: 3rem;
}


#counseling .content>div:nth-child(2) {
	padding: 115px 0px 0px 95px;
	background: #e1e0de;
}
#counseling .content>div:nth-child(3) {
	padding: 172px 0px 0px 143px;
}
#counseling .content>div:nth-child(6) {
	padding: 120px 0px 0px 140px;
	background: #e1e0de;
}
#counseling .content>div:nth-child(3) {
	color: #fff;
	background-color: #000035;
}

#company {
	padding: 80px 0px;
}
#company .sec_title {
	margin: 0px auto 65px;
	width: 715px;
	height: 70px;
	background: url(../../images/company_title.png) no-repeat;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
#company .company_profile {
	margin-bottom: 60px;
}
#company .company_profile li {
	font-size: 2.2rem;
	line-height: 5rem;
}
#company .company_profile li div:first-child {
	width: 200px;
}
#company .ceo_profile {
	font-size: 2.2rem;
	position: relative;
}
#company .ceo_profile a {
	color: #00f;
}
#company .ceo_profile .ceo_profile_title {
	margin-bottom: 150px;
	width: 256px;
	height: 60px;
	line-height: 6rem;
	text-align: center;
	border: 1px solid #000;
}
#company .ceo_profile .ceo_name img.ceo_photo {
	margin-right: 20px;
	vertical-align: text-bottom;
}
#company .ceo_profile .ceo_history {
	margin-top: 20px;
	line-height: 5rem;
}
#company .ceo_profile .product {
	margin-top: 50px;
	line-height: 5rem;
}
#company .ceo_profile .product_1 {
	position: absolute;
	top: 207px;
	right: 0px;
}
#company .ceo_profile .product_2 {
	position: absolute;
	top: 486px;
	right: 0px;
}
#company .offices {
	padding: 60px 0 80px;
	position: relative;
}
#company .offices a {
	display: block;
	position: absolute;
	font-size: 1.5rem;
	color: #00f;
}
#company .offices a:hover {
	text-decoration: underline;
}
#company .offices a.guardian72 { top: 550px; left: 105px; }
#company .offices a.circulation-p { top: 690px; left: 480px; }
#company .offices a.growbyglow { top: 550px; left: 840px; }
/*
#company .offices .office_title {
	margin-bottom: 20px;
	height: 30px;
	font-family: 'YuMin';
	font-size: 3rem;
	font-weight: bold;
	line-height: 30px;
}
#company .offices .office_list {
	font-size: 1.5rem;
	line-height: 3.2rem;
}
#company .offices .office_list li div:first-child {
	width: 165px;
}
*/

#news_list {
	margin-top: 115px;
	padding: 30px 0px;
	background-color: #fff;
}
#news_list a:hover {
	text-decoration: underline;
}
#news_list .content_container {
	padding: 0px 45px;
}
#news_list .sec_title {
	padding: 10px;
	text-align: center;
	background: #cfcfcf;
	font-weight: bold;
}
#news_list .sec_content {
	margin-top: 20px;
	/*font-size: 1.4rem;*/
}
#news_list .sec_content .col_title {
	padding-bottom: 10px;
	font-size: 1.8rem;
	border-bottom: 1px solid #cfcfcf;
}
#news_list .sec_content .col_content {
	margin-top: 20px;
}
#news_list .sec_content .col_content>li {
	padding: 10px 0px;
}
#news_list .sec_content .archive {
	width: 235px;
}
#news_list .sec_content .archive a {
	color: #666;
}
#news_list .sec_content .archive .col_title {
	text-align: center;
}
#news_list .sec_content .archive .col_content>li {
	padding-left: 70px;
}
#news_list .sec_content .article {
	margin-left: 65px;
	flex: 1;
}
#news_list .sec_content .article a {
	color: #00f;
}
#news_list .sec_content .article .col_title {
	padding-left: 30px;
}
#news_list .sec_content .article .col_content {
	font-size: 1.4rem;
}
#news_list .sec_content .article .col_content>li {
	padding: 15px 0px 15px 30px;
	border-bottom: 1px solid #cfcfcf;
}
#news_list .sec_content .article .col_content>li:first-child {
	padding-top: 0px;
}
#news_list .sec_content .article .col_content .date {
	padding-top: 10px;
	width: 150px;
}
#news_list .sec_content .article .col_content .content {
	padding-top: 10px;
	flex: 1;
}
#news_list .sec_content .article .col_content .eyecatch {
	margin-left: 10px;
	width: 135px;
}
#news_list .sec_content .article .col_content .eyecatch img {
	max-width: 100%;
}
#news_article {
	margin-top: 115px;
}

.ceo_profile_title_ {
	font-size: 26px;
	padding-bottom: 20px;
}
.ceo_profile_title_xp {
	font-size: 22px;
	line-height: 1.8;
}


