@charset "utf-8";
/*****************************************************************************
                  	menu
*****************************************************************************/
/* menu
-----------------------------------------*/
ul.rootlist .list strong {
	font-weight: bold;
  }

/* ---------------------------------------------------------
                  	common
------------------------------------------------------------ */
/* switch ----------------------- */
.pcOnly { display: block; }
.spOnly { display: none; }

@media screen and (max-width: 640px) {
/* switch ----------------------- */
.pcOnly { display: none; }
.spOnly { display: block; }
}

#sections{
font-family: 'メイリオ', Meiryo,'ヒラギノ角ゴシック','Hiragino Sans',sans-serif!important;
}
/* ex_margin
-----------------------------------------*/ 
.ex_marginB0{
 margin-bottom:0px!important;
}
.ex_marginBS{
 margin-bottom:10px!important;
}
.ex_marginBM{
 margin-bottom:20px!important;
}
.ex_marginBL{
 margin-bottom:30px!important;
}
.ex_marginBLL{
 margin-bottom:80px!important;
}
.ex_marginT0{
 margin-top:0px!important;
}
.ex_marginTSS{
 margin-top:5px!important;
}
.ex_marginTS{
 margin-top:10px!important;
}
.ex_marginTM{
 margin-top:20px!important;
}
.ex_marginTL{
 margin-top:30px!important;
}
.ex_marginTLL{
 margin-top:50px!important;
}

#sections a {
	text-decoration: none!important;
	}
#sections a:hover {
	text-decoration: underline!important;
	}

.container img {
	max-width: 100%;
	height: auto;
	}

/* wide_block ----------------------- */
.wide_block { width: 1200px; margin: 0 auto;}
.wide_block img { width: 100%; }

@media screen and (max-width: 1024px) {
/* wide_block ----------------------- */
.wide_block { width: 100%; }
.wide_block img { width: 100%; }
}

.contents_section {
	padding: 2em 0 0;
	}

.container .text-center {
	text-align: center;
	}
.container .text-right {
	text-align: right;
	}
.container .font-sizedown {
	font-size: .78em;
	}

.container .text-indent-1,
.text-indent-1{
	text-indent: -1em;
	padding-left: 1em;
	}
.container strong {
	font-weight: bold;
	}

.ex_h1style {
	margin: 45px auto;
	font-size: 36px;
	font-weight: bold;
	line-height:1.5;
	position: relative;
	text-align: center
}
.ex_h1style:before {
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 60px;
	height: 5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: black;
	border-radius: 2px;
}

.ex_h2style {
	margintop: 30px auto 10px;
	font-size: 27px;
	font-weight: bold;
	color: #333333;
	line-height:1.5;
}

.ex_h3style {
	margintop: 30px auto 10px;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	line-height:1.5;
}

@media screen and (max-width: 640px) {
.ex_h1style {
	margin-top: 25px;
	font-size: 6vw;
	line-height: 1.5;
}
.ex_h2style {
	font-size: 5vw;
}
.ex_h3style {
	font-size: 4.2vw;
}
	
.Title02{
  font-size: 20px;
  padding-bottom: 10px;
}
}

.h2_border {
    display: flex;
    align-items: center;
	font-size: 27px;
	font-weight: bold;
	color: #333333;
	line-height:1.5;
	margin-bottom: 1em;
}
 
.h2_border:before,
.h2_border:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #333333;
}
 
.h2_border:before {
    margin-right: 1rem;
}
 
.h2_border:after {
    margin-left: 1rem;
}

@media screen and (max-width: 640px) {
.h2_border{
  font-size: 5vw;
}
}

.Contents table.bases th.line,
.Contents table.bases td.line{
	border-bottom: 2px solid #000;
}

@media screen and (max-width: 640px) {
.Contents table.bases{
  font-size: 3.6vw;
}
.Contents table.bases th{
	width: 30vw;
}
}

.Contents table.epn th {
	background: #FFF;
	border: none!important;
	padding: 0;
    width: 300px;
}
.Contents table.epn td {
	border: none!important;
	padding: 0;
}
 
@media screen and (max-width: 640px) {
.Contents table.epn {
    width: auto;
  }
.Contents table.epn th,
.Contents table.epn td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
}

/* two_column ----------------------- */
.two_column{
    display : flex;
    flex-wrap : wrap;
    justify-content:space-between;
    margin: 0 0 2em;
}

.two_column::after{
    content:"";
    display: block;
    width: 50%;
}

.two_column .column{
    width: 48%;
	margin: 0 auto 1em;
}

@media screen and (max-width: 640px) {
.two_column{
    display : flex;
    flex-wrap : wrap;
    justify-content:space-between;
    margin: 0 0 2em;
}

.two_column::after{
    content:"";
    display: block;
    width: 100%;
}

.two_column .column{
    width: 100%;
    margin: 0 0 1em;
}
}

/*-------------------------
   three_column
-------------------------*/
.three_column{
    display : flex;
    flex-wrap : wrap;
    justify-content:space-between;
    margin: 0 0 1em;
}

.three_column::after{
  content:"";
  display: block;
  width:30%;
}

.three_column .column{
    width: 30%;
	margin: 0 auto 1em;
}

@media screen and (max-width: 640px) {
.three_column{
    display : flex;
    flex-wrap : wrap;
    justify-content:space-between;
    margin: 0 0 1em;
}

.three_column::after{
    content:"";
    display: block;
    width: 100%;
}

.three_column .column{
    width: 100%;
    margin: 0 0 1em;
}
}

/*-------------------------
   four_column
-------------------------*/
.four_column{
    display : flex;
    flex-wrap : wrap;
    justify-content:space-between;
    margin: 0 0 2em;
}

.four_column::before{
  content:"";
  display: block;
  width:23%;
  order:1;
}
.four_column::after{
  content:"";
  display: block;
  width:23%;
}

.four_column .column{
    width: 23%;
	margin: 0 auto 1em;
}

@media screen and (max-width: 640px) {
.four_column{
    display : flex;
    flex-wrap : wrap;
    justify-content:space-between;
    margin: 0 0 2em;
}

.four_column::after{
    content:"";
    display: block;
    width: 48%;
}

.four_column .column{
    width: 100%;
    margin: 0 0 1em;
}
}

/* btn ----------------------- */
.btn_basic {
	width: 100%;
	box-sizing: border-box;
	border: #000 1px solid;
	display: table;
}
.btn_basic a {
	display: block;
	position: relative;
	background-color: #fff;
	color: #000!important;
	font-weight: bold;
	font-size: 90%;
	vertical-align: middle;
	text-align: center;
	line-height: 1.6;
}
.btn_basic a:after {
	display: block;
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #666;
	content: " \f105";
	font-family: FontAwesome;
	font-size: 120%;
}

.btn_basic .image {
	display: table-cell;
	vertical-align:top;
}

.btn_basic .image img {
	vertical-align:top;
}
.btn_basic .text {
	display: table-cell;
	vertical-align: middle;
	padding-left: 1em;
}

@media screen and (max-width: 640px) {
	
.btn_basic {
	width: 100%;
}
}

/* btn ----------------------- */
.s-btn {
	width: auto;
	box-sizing: border-box;
	border: #000 1px solid;
}
.s-btn a {
	display: block;
	position: relative;
	background-color: #fff;
	color: #000!important;
	font-weight: bold;
	font-size: 90%;
	vertical-align: middle;
	text-align: center;
	line-height: 1.6;
	padding: 10px 16px 10px 10px;
}
.s-btn a:after {
	display: block;
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #666;
	content: " \f105";
	font-family: FontAwesome;
	font-size: 120%;
}

.s-btn a i {
	display: inline-block;
    color: #d00000;
    margin-right: 10px;
}

@media screen and (max-width: 640px) {
	
.s-btn {
	width: 100%;
}
}

/* btn ----------------------- */
.sr_btn {
	width: 500px;
	box-sizing: border-box;
	margin: 0 auto 1em; 
}
.sr_btn a {
	display: block;
	position: relative;
	background-color: #0e2c6e;
	color: #FFF!important;
	font-weight: bold;
	font-size: 90%;
	vertical-align: middle;
	text-align: center;
	line-height: 1.6;
	padding: 10px 16px 10px 10px;
}
.sr_btn a:after {
	display: block;
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #FFF;
	content: " \f105";
	font-family: FontAwesome;
	font-size: 120%;
}

@media screen and (max-width: 640px) {
	
.sr_btn {
	width: 100%;
}
}

/* btn ----------------------- */
.recruit_btn {
	width: 100%;
	box-sizing: border-box; 
}
.recruit_btn a {
	display: block;
	position: relative;
	background-color: #004f94;
	color: #FFF!important;
	font-weight: bold;
	font-size: 125%;
	vertical-align: middle;
	text-align: center;
	line-height: 1.6;
	padding: 10px 16px 10px 10px;
}
.recruit_btn a:after {
	display: inline-block;
	color: #FFF;
	content: " \f105";
	font-family: FontAwesome;
	font-size: 120%;
	padding-left: 0.4em;
}

@media screen and (max-width: 640px) {
.recruit_btn {
	font-size: 3.6vw;
}
}

/* btn ----------------------- */
.privacy_btn {
	width: 100%;
	box-sizing: border-box; 
}
.privacy_btn a {
	display: block;
	position: relative;
	background-color: #7d7d7d;
	color: #FFF!important;
	font-weight: bold;
	font-size: 100%;
	vertical-align: middle;
	text-align: center;
	line-height: 1.6;
	padding: 10px 16px 10px 10px;
}
.privacy_btn a:after {
	display: inline-block;
	color: #FFF;
	content: " \f105";
	font-family: FontAwesome;
	font-size: 120%;
	padding-left: 0.4em;
}

@media screen and (max-width: 640px) {
.privacy_btn {
	font-size: 3.4vw;
}
}

/* btn ----------------------- */
.ui_btn {
	width: 100%;
	box-sizing: border-box;
	border: #000 1px solid;
	display: flex;
}
.ui_btn a {
	width: 100%;
	height: 70px;
	position: relative;
	background-color: #fff;
	color: #000!important;
	font-weight: bold;
	font-size: 90%;
	vertical-align: middle;
	text-align: center;
	line-height: 1.6;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ui_btn a:after {
	display: block;
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #666;
	content: " \f105";
	font-family: FontAwesome;
	font-size: 120%;
}

@media screen and (max-width: 640px) {
.ui_btn {
	width: 100%;
}
}

/* products_link ----------------------- */
.products_link{
	text-align: center;
	margin-bottom: 2em;
}
.products_link a {
	color: #000!important;
}
.products_link a:after {
	display: inline-block;
	color: #666;
	content: " \f105";
	font-family: FontAwesome;
	font-size: 120%;
	padding-left: 0.4em;
}

/* ---------------------------------------------------------
                  	index.html
------------------------------------------------------------ */
.index_photo_block{
	height: 366px;
	position: relative;
}

.index_photo_left{
	position: absolute;
	top:0;
	left:0;
}

.index_photo_right{
	position: absolute;
	bottom:0;
	right:0;
}

@media screen and (max-width: 1024px) {
.index_photo_block{
	height: 320px;
}
.index_photo_left{
	width: 540px;
}

.index_photo_right{
	width: 540px;
}
}
@media screen and (max-width: 640px) {
.index_photo_block{
	height: auto;
	position: static;
}

.index_photo_left{
	position: static;
	width: auto;
	text-align: left;
}

.index_photo_right{
	position: static;
	width: auto;
	text-align: right;
}
.index_photo_left img,
.index_photo_right img{
	width: 90vw;
}
}

.index_lead_copy{
	width: 700px;
	margin: 0 auto;
	text-align: center;
}

@media screen and (max-width: 640px) {
.index_lead_copy{
	width: auto;
	margin: 0 auto;
	text-align: left;
}
}

.index_link_block{
	text-align: center;
	padding-bottom: 2em;
}

.index_link_block ul{
	display: flex;
	justify-content: center;
    flex-wrap : wrap;
}

.index_link_block ul li:nth-child(2){
	margin-left: 2em;
}

.index_link_block ul li a {
	width: 300px;
	height: 50px;
	position: relative;
	background: #0e2c6e; 
	color: #FFF!important;
	font-weight: bold;
	font-size: 90%;
	vertical-align: middle;
	text-align: center;
	line-height: 1.6;
	display: flex;
	justify-content: center;
	align-items: center;
}

.index_link_block ul li a:after {
	display: block;
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #FFF;
	content: " \f105";
	font-family: FontAwesome;
	font-size: 120%;
}

@media screen and (max-width: 640px) {

.index_link_block ul li:nth-child(2){
	margin: 1em auto 0;
	text-align: center;
}
}

.case_list a{
	color: #000!important;
}
.case_list a:hover{
	color: #000;
}

.case_list a p{
	margin: 0 0 0 0;
}

.case_list a p:before {      
	font-family: FontAwesome;
	content: " \f1c1";
	color: #f00100;
	padding-right: 10px;
}

dl.information {
	display: flex;
	flex-flow: row wrap;
	width: 650px;
	margin: 0 auto;
}
dl.information dt {
	flex-basis: 15%;
	padding: 10px;
	font-weight: bold;
}
dl.information dd {
	flex-basis: 70%;
	padding: 10px 20px;
	border-left: 1px solid #000; 
}
@media screen and (max-width: 640px) {
dl.information {
	width: auto;
	flex-flow: column;
}
dl.information dt {
	padding: 10px 0;
	font-weight: bold;
}
dl.information dd {
	padding: 10px 0;
	border-left: none; 
	border-top: 1px solid #000; 
}
}
/* ---------------------------------------------------------
                  	profile.html
------------------------------------------------------------ */
.president_text span{
	font-size: 88%;
	display: block;
  }

.epn a[href$=".pdf"]:before {      
	font-family: FontAwesome;
	content: " \f1c1";
	color: #f00100;
	padding-right: 10px;
}
	
dl.kyoninka{
	width: 100%;
	overflow: hidden;
}
dl.kyoninka dt{
	width: 55%;
	float: left;
	padding: 0 0 10px;
}
dl.kyoninka dd{
	margin-left: 56%;
	padding: 0 0 10px;
}
dl.kyoninka dd:after{
	display: block;
	content: "";
	clear: both;
}
@media screen and (max-width: 640px) {
dl.kyoninka  dt{
    width: 100%;
    float: none;
  }
dl.kyoninka dd{
    margin-left: auto;
    border-left: none;
  }
}

/* spirit_box ----------------------- */
.spirit_box {
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #CCC;
	padding: 20px;
	justify-content: space-between;
}

.spirit_text {
	flex-basis: 76%;
}

.spirit_text p {
	margin: 0;
	padding: 0;
}

.spirit_photo {
	flex-basis: 18%;
}

@media screen and (max-width: 640px) {
.spirit_text {
	flex-basis: 100%;
}

.spirit_text p {
	margin: 0;
	padding: 0 0 1em 0;
}

.spirit_photo {
	flex-basis: 100%;
	text-align: center;
}
}

/* philosophy_box ----------------------- */
.philosophy_box {
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 20px 0;
	justify-content: space-between;
}

.philosophy_text {
	flex-basis: 50%;
}

.philosophy_text h3 {
	margin: 0 0 20px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.8;
}

.philosophy_text p {
	margin: 0;
	padding: 0;
}

.philosophy_photo {
	flex-basis: 44%;
}

@media screen and (max-width: 640px) {
.philosophy_text {
	flex-basis: 100%;
}
	
.philosophy_text h3 {
	font-size: 5vw;
}

.philosophy_text p {
	margin: 0;
	padding: 0 0 1em 0;
}

.philosophy_photo {
	flex-basis: 100%;
	text-align: center;
}
}

/* kurumin_box ----------------------- */
.kurumin_box {
	display: flex;
	flex-wrap: wrap;
	padding: 20px;
	justify-content: space-between;
	background: #fff2cc;
	align-items: center;
}

.kurumin_text {
	flex-basis: 76%;
}

.kurumin_text h2{
	font-weight: bold;
	font-size: 118%;
	margin-bottom: 1em;
	line-height: 1.5;
}
.kurumin_text p {
	margin: 0;
	padding: 0;
}

.kurumin_photo {
	flex-basis: 18%;
}

.kurumin_photo img {
	width: 180px;
}

@media screen and (max-width: 640px) {
.kurumin_text {
	flex-basis: 100%;
}

.kurumin_text p {
	margin: 0;
	padding: 0 0 1em 0;
}

.kurumin_photo {
	flex-basis: 100%;
	text-align: center;
}
}

.iframe_box{
width:100%;
padding-bottom: 56.25%;
height:0px;
position: relative;
margin-top: 1em;
}
.iframe_box iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/* ---------------------------------------------------------
                  	jigyou.html
------------------------------------------------------------ */

/* one_two_wrapper ----------------------- */
.one_two_wrapper:after {
	content: "";
	clear: both;
	display: block;
}

.one_two_text {
	float: right;
	width: 520px;
}

.one_two_photo {
	float: left;
	width: 400px;
}


@media screen and (max-width: 640px) {
.one_two_text {
	float: none;
	width: auto;
	margin-bottom: 1em;
}

.one_two_photo {
	float: none;
	width: auto;
}
}

/* two_one_wrapper ----------------------- */
.two_one_wrapper {
	margin-top: 6em;
}

.two_one_wrapper h3 {
	font-weight: bold;
	font-size: 125%;
	margin-bottom: 1em;
	line-height: 1.5;
	background: #e4e4e4;
	padding: 10px 20px;
}

.two_one_wrapper:after {
	content: "";
	clear: both;
	display: block;
}

.two_one_text {
	float: left;
	width: 520px;
}

.two_one_text h3 {
	font-weight: bold;
	font-size: 125%;
	margin-bottom: 0.4em;
	line-height: 1.5;
}

.two_one_photo {
	float: right;
	width: 400px;
}


@media screen and (max-width: 640px) {
.two_one_text {
	float: none;
	width: auto;
	margin-bottom: 1em;
}

.two_one_photo {
	float: none;
	width: auto;
}
}

/* greening_box ----------------------- */
.greening_box {
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #CCC;
	padding: 20px;
	justify-content: space-between;
}

.greening_text {
	flex-basis: 76%;
}

.greening_text h3{
	font-weight: bold;
	font-size: 118%;
	margin-bottom: 0.4em;
	line-height: 1.5;
}

.greening_text p {
	margin: 0;
	padding: 0;
}

.greening_photo {
	flex-basis: 18%;
}

@media screen and (max-width: 640px) {
.greening_text {
	flex-basis: 100%;
}

.greening_text p {
	margin: 0;
	padding: 0 0 1em 0;
}

.greening_photo {
	flex-basis: 100%;
	text-align: center;
}
}

/* needs_column ----------------------- */
.needs_column{
    display : flex;
    flex-wrap : wrap;
    justify-content:space-between;
    margin: 2em 0 4em;
}

.needs_column::after{
    content:"";
    display: block;
    width: 48%;
}

.needs_column .column{
    width: 48%;
    margin: 0;
	border: 1px solid #0e2c6e;
	text-align: center;
	padding: 2em;
	box-sizing: border-box;
}

.needs_column .column h3{
    font-size: 22px;
	font-weight: bold;
	color:#0e2c6e;
	line-height:1.5;
}

.needs_column .column p{
	text-align: left;
}

.needs_column .column a{
	display: block;
	background: #0e2c6e;
	width: 240px;
	padding: 16px 0;
	margin: 0 auto;
	color: #FFF;
}

.needs_column .column a[href$=".pdf"]:before {      
	font-family: FontAwesome;
	content: " \f1c1";
	color: #FFF;
	padding-right: 10px;
}

@media screen and (max-width: 640px) {
.needs_column{
    display : flex;
    flex-wrap : wrap;
    justify-content:space-between;
    margin: 0 0 2em;
}

.needs_column::after{
    content:"";
    display: block;
    width: 100%;
}

.needs_column .column{
    width: 100%;
    margin: 0 0 1em;
}
}

/* jigyou_features ----------------------- */
.jigyou_features h3{
	font-weight: bold;
	font-size: 118%;
	margin: 1em 0 0.4em;
	line-height: 1.5;
	text-align: center;
}

.jigyou_features p{
	margin: 0;
}

.jigyou_features .column img{
	width: 80%;
	margin: 0 auto;
	display: block;
}

@media screen and (max-width: 640px) {
.jigyou_features h3 {
	font-size: 5vw;
}
	
.jigyou_features .column img{
	width: 60vw;
}
}

/* jigyou_btn ----------------------- */
.jigyou_btn {
	width: 608px;
	box-sizing: border-box;
	margin: 0 auto 2em;
	border: 2px solid #4b749b;
}
.jigyou_btn a {
	display: block;
	position: relative;
	background-color: #FFF;
	color: #4b749b!important;
	font-size: 125%;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	line-height: 1.6;
	padding: 20px 0 20px 0;
}
.jigyou_btn a:after {
	position: absolute;
	right: 16px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
    display: inline-block;
	background: url(/phs/plv/heg/common/img/recruit/common/icon_blunk.png) no-repeat center bottom;
    background-size: cover;
    width: 20px;
    height: 20px;
	transition: all .2s;
}

.jigyou_btn a:hover::after {
	top: 45%;
}

@media screen and (max-width: 640px) {
.jigyou_btn {
	width: 80vw;
}
	
.jigyou_btn a {
	font-size: 4.4vw;
	padding: 14px 0 14px;
}
.jigyou_btn a:after {
	right: 6px;
}
}

/* jigyou_navi ----------------------- */
.jigyou_navi{
    display : flex;
    flex-wrap : wrap;
    justify-content:space-between;
    margin: 0 0 2em;
}

.jigyou_navi .column{
    width: 30%;
	margin: 0 auto 1em;
	text-align: center;
	background: #e4e4e4;
}

.jigyou_navi .column a{
	text-decoration: none;
	padding-bottom: 1em;
}

.jigyou_navi .column a {
	display: block;
	position: relative;
}
.jigyou_navi .column a:after {
	position: absolute;
	bottom: 2%;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	content: " \f107";
	font-family: FontAwesome;
	font-size: 200%;
	font-weight: normal;
	color: #000;
}

.jigyou_navi .column p{
	font-weight: bold;
	color: #000;
	line-height: 1.4;
}

@media screen and (max-width: 640px) {
.jigyou_navi{
    display : flex;
    flex-wrap : wrap;
    justify-content:space-between;
    margin: 0 0 1em;
}

.jigyou_navi .column{
    width: 48%;
    margin: 0 0 1em;
}
.jigyou_navi .column:last-child{
    width: 48%;
    margin: 0 auto 1em;
}
}
/* ---------------------------------------------------------
     partner.html
------------------------------------------------------------ */
.partner_box{
	margin: 2em 0;
	padding: 2em;
	border: 1px solid #000;
}
.partner_box h3{
	font-size: 18px;
	font-weight: bold;
	line-height: 1.8;
	text-align: center;
}
.partner_box ul{
	margin: 20px 0;
	font-size: 16px;
	line-height: 1.8;
}

.partner_box p{
	font-size: 14px;
}

@media screen and (max-width: 640px) {
.partner_box{
	padding: 1em;
}
.partner_box h3{
	font-size: 5vw;
}
.partner_box ul{
	font-size: 4vw;
}

.partner_box p{
	font-size: 3.6vw;
}
}

/* btn ----------------------- */
.partner_btn {
	width: 500px;
	box-sizing: border-box;
	margin: 0 auto; 
}
.partner_btn a {
	display: block;
	position: relative;
	background-color: #115193;
	color: #FFF!important;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	line-height: 1.6;
	padding: 10px 16px 10px 10px;
}
.partner_btn a:after {
	display: block;
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #FFF;
	content: " \f105";
	font-family: FontAwesome;
	font-size: 120%;
}

@media screen and (max-width: 640px) {
	
.partner_btn {
	width: 100%;
}
}

/* ---------------------------------------------------------
     next_generation.html female_success.html
------------------------------------------------------------ */
.Contents ul.theme{
  margin: 20px 0;
  font-size: 16px;
  line-height: 1.8;
}
.signature{
	text-align: right;
}
.source{
	font-size: 88%!important;
	margin: 20px 0 10px!important;
}

.target {
	border: 1px solid #003A91;
	padding: 0 2em;
}

.target p {
	font-weight:bold;
	color:#003A91;
	text-indent: -3.6em;
	padding-left: 3.6em;
}

dl.list {
	margin-left:1.5em !important;
	margin-top:10px !important;
	margin-bottom:30px !important;
	line-height: 1.8;
}
dl.list dt {
	font-weight:bold;
	margin-bottom:5px !important;
}
dl.list dd {
/*	margin-left:1.5em !important;*/
}

@media screen and (max-width: 640px) {
.target {
	padding: 0 1em;
}
	
dl.list {
	margin-left: 0 !important;
}
}

/* ---------------------------------------------------------
                  	group
------------------------------------------------------------ */
.border_line{
	border-top: 1px dashed;
	margin-bottom: 2em;
}

/* ---------------------------------------------------------
                  	privacy
------------------------------------------------------------ */
.h2Title{
	font-weight: bold;
	border-bottom: 1px solid;
	padding-bottom: 0.4em;
	margin-top: 1em;
}

.h3Title{
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	padding-bottom: 0.4em;
	margin-top: 1em;
}

.h4Title{
	font-weight: bold;
	border: 1px solid #ccc;
	padding: 0.4em;
	margin-top: 1em;
}

ol.listNormal{
	counter-reset: item;
	list-style-type: none;
	padding-left: 0;
	line-height: 1.8;
	margin: 20px 0;
}

ol.listNormal li{
	text-indent: -1.3em;
	padding-left: 1.3em;
}
ol.listNormal li:before {
	counter-increment: item;
	content: counter(item)'.';
	padding-right: .5em;
	font-weight: bold;
}

ol.listSome{
	counter-reset: item;
	list-style-type: none;
	padding-left: 0;
	line-height: 1.8;
}

ol.listSome li{
  text-indent: -1.3em;
  padding-left: 1.3em;
}

ol.katakana{
	counter-reset: item;
	list-style-type: none;
	padding-left: 0;
	line-height: 1.8;
	margin-bottom: 20px;
}

ol.katakana li{
  text-indent: -3em;
  padding-left: 3em;
}

ul.notice{
	line-height: 1.8;
	margin: 20px 0;
}

ul.notice li{
  text-indent: -1.3em;
  padding-left: 1.3em;
}

ul.listNormal{
	line-height: 1.8;
	margin: 20px 0;
	list-style-position:inside;
	list-style-type:disc;
}

ul.listNormal li{
  text-indent: -1.3em;
  padding-left: 1.3em;
}

a.arrowPdf:before {      
	font-family: FontAwesome;
	content: " \f1c1";
	color: #f00100;
	padding-right: 10px;
}

/* accordion ----------------------- */
.accordion {
margin: 3em auto 10em;
}
.toggle {
display: none;
}
.option {
position: relative;
margin-bottom: 1em;
}
.title,
.content {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.3s;
}
.title {
border: solid 1px #ccc;
padding: 1em;
display: block;
color: #333;
font-weight: bold;
cursor: pointer;
}
.title::after,
.title::before {
content: "";
position: absolute;
right: 1.25em;
top: 1.25em;
width: 2px;
height: 0.75em;
background-color: #999;
transition: all 0.3s;
}
.title::after {
transform: rotate(90deg);
}
.content {
max-height: 0;
overflow: hidden;
}

.toggle:checked + .title + .content {
max-height: 10000px;
transition: all 1.5s;
}
.toggle:checked + .title::before {
transform: rotate(90deg) !important;
}

/* inline_box ----------------------- */
.inline_box{
    width: auto;
	margin: 0 auto;
font-family: 'メイリオ', Meiryo,'ヒラギノ角ゴシック','Hiragino Sans',sans-serif!important;
}

@media screen and (max-width: 640px) {
	
.inline_box{
	padding: 12vw 0 0;
}
}

/* field_box ----------------------- */
.jigyou_box{
    width: 900px;
	background: #FFF;
	margin: 0 auto;
	line-height: 1.8;
	padding: 40px 40px 10px;
	box-sizing: border-box;
	text-align: center;
}

.jigyou_box h3 {
	margin-bottom: 1em;
	font-size:138%;
	font-weight: bold;
}

.jigyou_box h3 span {
	font-size:75%;
	display: block;
}

.jigyou_box h4 {
	margin-bottom: 1em;
	font-size:108%;
	font-weight: bold;
	background: #E1F1FA;
	padding: 10px;
}

.jigyou_box p {
	text-align: left;
}

.jigyou_box p.lead {
	text-align: center;
}

.jigyou_box .img_box{
	width: 300px;
	margin: 1em auto 0;
	text-align: center;
}

.jigyou_box .img_box img{
	width: 300px;
}

.jigyou_box .img_box p {
	font-size: 88%;
	text-align: center;
}

.jigyou_box .img_box p.caption {
	text-align: right;
}

@media screen and (max-width: 640px) {
.jigyou_box{
    width: 94vw;
	padding: 10vw 3vw 4vw;
}

.jigyou_box h3 {
	font-size:4vw;
}
.jigyou_box .img_box{
	width: 70vw;
}

.jigyou_box .img_box img{
	width: 70vw;
}
}

/* jigyou_box_two_column ----------------------- */
.jigyou_box_two_column{
    display : flex;
    flex-wrap : wrap;
    justify-content:space-between;
}

.jigyou_box_two_column::after{
    content:"";
    display: block;
    width: 50%;
}

.jigyou_box_two_column .column{
    width: 44%;
	margin: 0 auto;
}

@media screen and (max-width: 640px) {

.jigyou_box_two_column::after{
    content:"";
    display: block;
    width: 100%;
}

.jigyou_box_two_column .column{
    width: 100%;
    margin: 0 0 1em;
}
}

/* notice ----------------------- */
.notice{
	text-align: center;
}
.notice span{
		text-decoration: underline!important;
}
.notice em{
	color:#cc0000;
	font-weight: bold;
}

.notice a{
	color: #000!important;
	text-decoration: underline!important;
}