/* 変数 */
@charset "utf-8";
/*************************************************************
*
* 変数
*
*************************************************************/
:root {
  /* カラー */

  /* gutters */
}
/* コンテンツ・コンテナ */
/*************************************************************
*
* コンテナ―・コンテンツ
*
*************************************************************/
/*************************************************************
* ページコンテナ―
*************************************************************/
.container ,
.content_page {
  max-width:1000px; /* サイト毎に幅を指定してください。 */
  padding-left:20px;
  padding-right:20px;
  margin-left:auto;
  margin-right:auto;
}
@media screen and (max-width: 999px) {
    .content_page {
      width:100%;
      padding-left: 1.96078431372549%;
      padding-right: 1.96078431372549%;
    }
  }
@media screen and (max-width: 599px) {
    .content_page {
      width:100%;
      padding-left: 4%;
      padding-right: 4%;
    }
  }
/*************************************************************
* パンくずリスト
*************************************************************/
.breadcrumbs {
    font-size: 14px;
    margin-top: 15px;
}
.breadcrumbs > span {
    margin: 0 5px;
}
.breadcrumbs > span:first-child {
    margin-left: 0;
}
.breadcrumbs a {
    color: #34b75c;
    text-decoration: underline;
}

h4 {
	font-size:1.1em;
	font-weight:700;
	margin-top:10px;
	margin-left:1em;
}


/*************************************************************
* コンテンツ
*************************************************************/
/* コンテンツボックス */
.subpage .content {
}
.subpage .circle {
	margin-top:0;
	padding:1em 2em;
}

.content_type1 {
  margin-bottom: 2.887em;
}
.content_type2 {
  padding-bottom: 4.11em;
}
.content_type3 {
  padding-bottom: 3.247em;
}
.content_type4 {
  margin-top: 4.11em;
}
.content_type4 > *:first-child {
    position: relative;
    top: -40px;
  }
.block_content {
  margin-bottom: 2.887em;
}
.last{
	margin-bottom:100px;
}
/* 段落 */
.block_paragraph {
  margin-bottom: 2.027em;
}
@media screen and (max-width: 768px) {
  .content {
  }
  .content.last {
  }
}
@media screen and (max-width: 599px) {
}
/* グリッド */
/*************************************************************
*
* Grid
*
*************************************************************/
/*************************************************************
* Row
*************************************************************/
.row {
  zoom:1;
}
.row:before,
  .row:after {
    content:"";
    display:table;
  }
.row:after {clear:both;}
/*************************************************************
* Gutters
*************************************************************/
/*************************************************************
* Col
*************************************************************/
[class*=" col_"],
[class^="col_"] {
  display:block;
  float:left;
}
.row.right [class*=" col_"],
.row.right [class^="col_"] {
  float: right;
}
.col_1 	{ width:8.3333333333%; }
.col_2 	{ width:16.6666666666%; }
.col_3 	{ width:25%; }
.col_4 	{ width:33.3333333333%; }
.col_5 	{ width:41.5555555555%; }
.col_6 	{ width:50%; }
.col_7 	{ width:58.1111111111%; }
.col_8 	{ width:66.6666666666%; }
.col_9 	{ width:75%; }
.col_10 { width:83%; }
.col_11 { width:91.6666666666%; }
.col_12 { width:100%; }
@media screen and (max-width: 768px) {
    .row:not(.nochange) .col_1,
    .row:not(.nochange) .col_2,
    .row:not(.nochange) .col_3,
    .row:not(.nochange) .col_4,
    .row:not(.nochange) .col_5,
    .row:not(.nochange) .col_6,
    .row:not(.nochange) .col_7,
    .row:not(.nochange) .col_8,
    .row:not(.nochange) .col_9,
    .row:not(.nochange) .col_10,
    .row:not(.nochange) .col_11,
    .row:not(.nochange) .col_12,
    .row.right:not(.nochange) .col_1,
    .row.right:not(.nochange) .col_2,
    .row.right:not(.nochange) .col_3,
    .row.right:not(.nochange) .col_4,
    .row.right:not(.nochange) .col_5,
    .row.right:not(.nochange) .col_6,
    .row.right:not(.nochange) .col_7,
    .row.right:not(.nochange) .col_8,
    .row.right:not(.nochange) .col_9,
    .row.right:not(.nochange) .col_10,
    .row.right:not(.nochange) .col_11,
    .row.right:not(.nochange) .col_12 {
      display:block;
      float:none;
      width:100%;
    }
}

/**************************************************************
* PC用カラム
**************************************************************/
@media screen and (min-width: 1040px) {
  .fol_pc_1 { -ms-flex-preferred-size: 8.3333333333%; flex-basis: 8.3333333333%; }
  .fol_pc_2 { -ms-flex-preferred-size: 16.6666666666%; flex-basis: 16.6666666666%; }
  .fol_pc_3 { -ms-flex-preferred-size: 25%; flex-basis: 25%; }
  .fol_pc_4 { -ms-flex-preferred-size: 33.3333333333%; flex-basis: 33.3333333333%; }
  .fol_pc_5 { -ms-flex-preferred-size: 41.5555555555%; flex-basis: 41.5555555555%; }
  .fol_pc_6 { -ms-flex-preferred-size: 50%; flex-basis: 50%; }
  .fol_pc_7 { -ms-flex-preferred-size: 58.3333333333%; flex-basis: 58.3333333333%; }
  .fol_pc_8 { -ms-flex-preferred-size: 66.6666666666%; flex-basis: 66.6666666666%; }
  .fol_pc_9 { -ms-flex-preferred-size: 75%; flex-basis: 75%; }
  .fol_pc_10 { -ms-flex-preferred-size: 83.3333333333%; flex-basis: 83.3333333333%; }
  .fol_pc_11 { -ms-flex-preferred-size: 91.6666666666%; flex-basis: 91.6666666666%; }
  .fol_pc_12 { -ms-flex-preferred-size: 100%; flex-basis: 100%; }

  /* ５分割 */
  .fol_pc_fifth { -ms-flex-preferred-size: 20%; flex-basis: 20%; }
}
/**************************************************************
* ラップトップ用カラム
**************************************************************/
@media screen and (max-width: 1039px) and (min-width: 769px) {
  .fol_lp_1 { -ms-flex-preferred-size: 8.3333333333%; flex-basis: 8.3333333333%; }
  .fol_lp_2 { -ms-flex-preferred-size: 16.6666666666%; flex-basis: 16.6666666666%; }
  .fol_lp_3 { -ms-flex-preferred-size: 25%; flex-basis: 25%; }
  .fol_lp_4 { -ms-flex-preferred-size: 33.3333333333%; flex-basis: 33.3333333333%; }
  .fol_lp_5 { -ms-flex-preferred-size: 41.5555555555%; flex-basis: 41.5555555555%; }
  .fol_lp_6 { -ms-flex-preferred-size: 50%; flex-basis: 50%; }
  .fol_lp_7 { -ms-flex-preferred-size: 58.3333333333%; flex-basis: 58.3333333333%; }
  .fol_lp_8 { -ms-flex-preferred-size: 66.6666666666%; flex-basis: 66.6666666666%; }
  .fol_lp_9 { -ms-flex-preferred-size: 75%; flex-basis: 75%; }
  .fol_lp_10 { -ms-flex-preferred-size: 83.3333333333%; flex-basis: 83.3333333333%; }
  .fol_lp_11 { -ms-flex-preferred-size: 91.6666666666%; flex-basis: 91.6666666666%; }
  .fol_lp_12 { -ms-flex-preferred-size: 100%; flex-basis: 100%; }

  /* ５分割 */
  .fol_lp_fifth { -ms-flex-preferred-size: 20%; flex-basis: 20%; }
}
/**************************************************************
* タブレット用カラム
**************************************************************/
@media screen and (max-width: 768px) and (min-width: 600px) {
  .fol_tb_1 { -ms-flex-preferred-size: 8.3333333333%; flex-basis: 8.3333333333%; }
  .fol_tb_2 { -ms-flex-preferred-size: 16.6666666666%; flex-basis: 16.6666666666%; }
  .fol_tb_3 { -ms-flex-preferred-size: 25%; flex-basis: 25%; }
  .fol_tb_4 { -ms-flex-preferred-size: 33.3333333333%; flex-basis: 33.3333333333%; }
  .fol_tb_5 { -ms-flex-preferred-size: 41.5555555555%; flex-basis: 41.5555555555%; }
  .fol_tb_6 { -ms-flex-preferred-size: 50%; flex-basis: 50%; }
  .fol_tb_7 { -ms-flex-preferred-size: 58.3333333333%; flex-basis: 58.3333333333%; }
  .fol_tb_8 { -ms-flex-preferred-size: 66.6666666666%; flex-basis: 66.6666666666%; }
  .fol_tb_9 { -ms-flex-preferred-size: 75%; flex-basis: 75%; }
  .fol_tb_10 { -ms-flex-preferred-size: 83%; flex-basis: 83%; }
  .fol_tb_11 { -ms-flex-preferred-size: 91.6666666666%; flex-basis: 91.6666666666%; }
  .fol_tb_12 { -ms-flex-preferred-size: 100%; flex-basis: 100%; }

  /* ５分割 */
  .fol_tb_fifth { -ms-flex-preferred-size: 20%; flex-basis: 20%; }
}
/**************************************************************
* スマホ用カラム
**************************************************************/
@media screen and (max-width: 599px) {
  .fol_sp_1 { -ms-flex-preferred-size: 8.3333333333%; flex-basis: 8.3333333333%; }
  .fol_sp_2 { -ms-flex-preferred-size: 16.6666666666%; flex-basis: 16.6666666666%; }
  .fol_sp_3 { -ms-flex-preferred-size: 25%; flex-basis: 25%; }
  .fol_sp_4 { -ms-flex-preferred-size: 33.3333333333%; flex-basis: 33.3333333333%; }
  .fol_sp_5 { -ms-flex-preferred-size: 41.5555555555%; flex-basis: 41.5555555555%; }
  .fol_sp_6 { -ms-flex-preferred-size: 50%; flex-basis: 50%; }
  .fol_sp_7 { -ms-flex-preferred-size: 58.3333333333%; flex-basis: 58.3333333333%; }
  .fol_sp_8 { -ms-flex-preferred-size: 66.6666666666%; flex-basis: 66.6666666666%; }
  .fol_sp_9 { -ms-flex-preferred-size: 75%; flex-basis: 75%; }
  .fol_sp_10 { -ms-flex-preferred-size: 83%; flex-basis: 83%; }
  .fol_sp_11 { -ms-flex-preferred-size: 91.6666666666%; flex-basis: 91.6666666666%; }
  .fol_sp_12 { -ms-flex-preferred-size: 100%; flex-basis: 100%; }

  /* ５分割 */
  .fol_sp_fifth { -ms-flex-preferred-size: 20%; flex-basis: 20%; }
}
/**************************************************************
* フレックス
**************************************************************/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
	display: flex;
}
.flex_1 {
	flex:1;
}

/**************************************************************
* フレックスボックス用 共通
**************************************************************/
[class*=" flex_type"],
[class^="flex_type"] {
  display: -ms-flexbox;
  display: flex;
}
/* フレックスアイテムの並び順 */
[class*=" flex_type"].__flow_reverse, [class^="flex_type"].__flow_reverse {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
/* 縦を真ん中揃えに */
[class*=" flex_type"].__align_center, [class^="flex_type"].__align_center {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
/* 左右端のみ余白なし */
[class*=" flex_type"].__wide_column, [class^="flex_type"].__wide_column {
    margin-left: 0;
    margin-right: 0;
  }
/* フレックスアイテム */
[class*=" flex_type"] .fitem, [class^="flex_type"] .fitem {

  }
/**************************************************************
* フレックス1
**************************************************************/
.flex_type1 {
  /* safari10 s */
  display: -webkit-inline-box;
  display: flex;
  /* safari10 e */
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.flex_type1.__gutters {
    margin-left: calc(-1 * 1.428571428571429%);
    margin-right: calc(-1 * 1.428571428571429%);
  }
.flex_type1.__gutters > * {
      padding-left: 1.428571428571429%;
      padding-right: 1.428571428571429%;

      margin-bottom: 2.566em;
    }
@media screen and (max-width: 599px) {
      .flex_type1.__gutters > * {
        margin-bottom: 1.802em;
      }
  }
/**************************************************************
* フレックス2
**************************************************************/
.flex_type2 {
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
/**************************************************************
* フレックス3
**************************************************************/
.flex_type3 {
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}
/*************************************************************
* レイアウト1
*************************************************************/
.layout_type1 .box_bg {
    margin-top: 4.11em;
  }
.layout_type1 .image {
    padding-right: 2.027em;
  }
.layout_type1 .image .box_type3 {
      top: -40px;
    }
.layout_type1 .detail {
    padding-top: 5.582em;
  }
/* vari1 */
.layout_type1.__vari1 .detail {
      padding-top: 2.566em;
    }
@media screen and (max-width: 768px) {
    .layout_type1 .box_bg {
      padding-bottom: 2.027em;
    }
    .layout_type1 .detail {
      padding-top: 2.027em;
    }
      .layout_type1.__vari1 .detail {
        padding-top:1.802em;
      }
  }
@media screen and (max-width: 599px) {
    .layout_type1 .box_bg {
      padding-top: 2.027em;
      margin-top: 0;
    }
    .layout_type1 .image {
      text-align: center;

      padding-right: 0;
    }

      .layout_type1 .image .box_type3 {
        max-width: 200px;
        top: 0;
      }
    .layout_type1 .detail {
      text-align: justify;
    }
  }
/* webフォント・アイコン */
/*************************************************************
*
* webfont
*
*************************************************************/
i .text {
  font-size: 0 !important;
  display: none !important;
}
@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?couv2l');
  src:  url('fonts/icomoon.eot?couv2l#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?couv2l') format('truetype'),
    url('fonts/icomoon.woff?couv2l') format('woff'),
    url('fonts/icomoon.svg?couv2l#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-arrow02:before {
  content: "\e902";
}
.icon-arrow01:before {
  content: "\e900";
}
.icon-mail:before {
  content: "\e901";
}
/* マージン・パディング */
/*************************************************************
*
* 余白（多用禁止）
*
*************************************************************/
.p0 	{padding:0 						!important;}
.p5 	{padding:5px 					!important;}
.p10 	{padding:10px 				!important;}
.p15 	{padding:15px 				!important;}
.p20 	{padding:20px 				!important;}
.p25 	{padding:25px 				!important;}
.p30 	{padding:30px 				!important;}
.p35 	{padding:35px 				!important;}
.p40 	{padding:40px 				!important;}
.p45 	{padding:45px 				!important;}
.p50 	{padding:50px 				!important;}
.p55 	{padding:55px 				!important;}
.p60 	{padding:60px 				!important;}
.p65 	{padding:65px 				!important;}
.p70 	{padding:70px 				!important;}
.p75 	{padding:75px 				!important;}
.p80 	{padding:80px 				!important;}
.pt0 	{padding-top:0 				!important;}
.pt5   {padding-top:5px 			!important;}
.pt10  {padding-top:10px 		!important;}
.pt15  {padding-top:15px 		!important;}
.pt20  {padding-top:20px 		!important;}
.pt25  {padding-top:25px 		!important;}
.pt30  {padding-top:30px 		!important;}
.pt35  {padding-top:35px 		!important;}
.pt40  {padding-top:40px 		!important;}
.pt45  {padding-top:45px 		!important;}
.pt50  {padding-top:50px 		!important;}
.pt55  {padding-top:55px 		!important;}
.pt60  {padding-top:60px 		!important;}
.pt65  {padding-top:65px 		!important;}
.pt70  {padding-top:70px 		!important;}
.pt75  {padding-top:75px 		!important;}
.pt80  {padding-top:80px 		!important;}
.pl0   {padding-left:0 			!important;}
.pl5   {padding-left:5px 		!important;}
.pl10  {padding-left:10px 		!important;}
.pl15  {padding-left:15px 		!important;}
.pl20  {padding-left:20px 		!important;}
.pl25  {padding-left:25px 		!important;}
.pl30  {padding-left:30px 		!important;}
.pl35  {padding-left:35px 		!important;}
.pl40  {padding-left:40px 		!important;}
.pl45  {padding-left:45px 		!important;}
.pl50  {padding-left:50px 		!important;}
.pl55  {padding-left:55px 		!important;}
.pl60  {padding-left:60px 		!important;}
.pl65  {padding-left:65px 		!important;}
.pl70  {padding-left:70px 		!important;}
.pl75  {padding-left:75px 		!important;}
.pl80  {padding-left:80px 		!important;}
.pr0  {padding-right:0 			!important;}
.pr5 	{padding-right:5px 		!important;}
.pr10 {padding-right:10px 	!important;}
.pr15 {padding-right:15px 	!important;}
.pr20 {padding-right:20px 	!important;}
.pr25 {padding-right:25px 	!important;}
.pr30 {padding-right:30px 	!important;}
.pr35 {padding-right:35px 	!important;}
.pr40 {padding-right:40px 	!important;}
.pr45 {padding-right:45px 	!important;}
.pr50 {padding-right:50px 	!important;}
.pr55 {padding-right:55px 	!important;}
.pr60 {padding-right:60px 	!important;}
.pr65 {padding-right:65px 	!important;}
.pr70 {padding-right:70px 	!important;}
.pr75 {padding-right:75px 	!important;}
.pr80 {padding-right:80px 	!important;}
.pb0 	{padding-bottom:0 		!important;}
.pb5 	{padding-bottom:5px 	!important;}
.pb10 {padding-bottom:10px 	!important;}
.pb15 {padding-bottom:15px 	!important;}
.pb20 {padding-bottom:20px 	!important;}
.pb25 {padding-bottom:25px 	!important;}
.pb30 {padding-bottom:30px 	!important;}
.pb35 {padding-bottom:35px 	!important;}
.pb40 {padding-bottom:40px 	!important;}
.pb45 {padding-bottom:45px 	!important;}
.pb50 {padding-bottom:50px 	!important;}
.pb55 {padding-bottom:55px 	!important;}
.pb60 {padding-bottom:60px 	!important;}
.pb65 {padding-bottom:65px 	!important;}
.pb70 {padding-bottom:70px 	!important;}
.pb75 {padding-bottom:75px 	!important;}
.pb80 {padding-bottom:80px 	!important;}
.m0 	{margin:0 						!important;}
.m5 	{margin:5px 					!important;}
.m10 	{margin:10px 					!important;}
.m15 	{margin:15px 					!important;}
.m20 	{margin:20px 					!important;}
.m25 	{margin:25px 					!important;}
.m30 	{margin:30px 					!important;}
.m35 	{margin:35px 					!important;}
.m40 	{margin:40px 					!important;}
.m45 	{margin:45px 					!important;}
.m50 	{margin:50px 					!important;}
.m55 	{margin:55px 					!important;}
.m60 	{margin:60px 					!important;}
.m65 	{margin:65px 					!important;}
.m70 	{margin:70px 					!important;}
.m75 	{margin:75px 					!important;}
.m80 	{margin:80px 					!important;}
.mt0 	{margin-top:0 				!important;}
.mt5 	{margin-top:5px 			!important;}
.mt10 {margin-top:10px 			!important;}
.mt15 {margin-top:15px 			!important;}
.mt20 {margin-top:20px 			!important;}
.mt25 {margin-top:25px 			!important;}
.mt30 {margin-top:30px 			!important;}
.mt35 {margin-top:35px 			!important;}
.mt40 {margin-top:40px 			!important;}
.mt45 {margin-top:45px 			!important;}
.mt50 {margin-top:50px 			!important;}
.mt55 {margin-top:55px 			!important;}
.mt60 {margin-top:60px 			!important;}
.mt65 {margin-top:65px 			!important;}
.mt70 {margin-top:70px 			!important;}
.mt75 {margin-top:75px 			!important;}
.mt80 {margin-top:80px 			!important;}
.ml0 	{margin-left:0 				!important;}
.ml5 	{margin-left:5px 			!important;}
.ml10 {margin-left:10px 		!important;}
.ml15 {margin-left:15px 		!important;}
.ml20 {margin-left:20px 		!important;}
.ml25 {margin-left:25px 		!important;}
.ml30 {margin-left:30px 		!important;}
.ml35 {margin-left:35px 		!important;}
.ml40 {margin-left:40px 		!important;}
.ml45 {margin-left:45px 		!important;}
.ml50 {margin-left:50px 		!important;}
.ml55 {margin-left:55px 		!important;}
.ml60 {margin-left:60px 		!important;}
.ml65 {margin-left:65px 		!important;}
.ml70 {margin-left:70px 		!important;}
.ml75 {margin-left:75px 		!important;}
.ml80 {margin-left:80px 		!important;}
.mr0 	{margin-right:0 			!important;}
.mr5 	{margin-right:5px 		!important;}
.mr10 {margin-right:10px 		!important;}
.mr15 {margin-right:15px 		!important;}
.mr20 {margin-right:20px 		!important;}
.mr25 {margin-right:25px 		!important;}
.mr30 {margin-right:30px 		!important;}
.mr35 {margin-right:35px 		!important;}
.mr40 {margin-right:40px 		!important;}
.mr45 {margin-right:45px 		!important;}
.mr50 {margin-right:50px 		!important;}
.mr55 {margin-right:55px 		!important;}
.mr60 {margin-right:60px 		!important;}
.mr65 {margin-right:65px 		!important;}
.mr70 {margin-right:70px 		!important;}
.mr75 {margin-right:75px 		!important;}
.mr80 {margin-right:80px 		!important;}
.mb0 	{margin-bottom:0 			!important;}
.mb5 	{margin-bottom:5px 		!important;}
.mb10 {margin-bottom:10px 	!important;}
.mb15 {margin-bottom:15px 	!important;}
.mb20 {margin-bottom:20px 	!important;}
.mb25 {margin-bottom:25px 	!important;}
.mb30 {margin-bottom:30px 	!important;}
.mb35 {margin-bottom:35px 	!important;}
.mb40 {margin-bottom:40px 	!important;}
.mb45 {margin-bottom:45px 	!important;}
.mb50 {margin-bottom:50px 	!important;}
.mb55 {margin-bottom:55px 	!important;}
.mb60 {margin-bottom:60px 	!important;}
.mb65 {margin-bottom:65px 	!important;}
.mb70 {margin-bottom:70px 	!important;}
.mb75 {margin-bottom:75px 	!important;}
.mb80 {margin-bottom:80px 	!important;}

.ml-38 {margin-left:-38px 	!important;}
.ml_1em {margin-left:1em 	!important;}
.ml_2em {margin-left:2em 	!important;}

.ml_3em-1 {
	margin-left:3em 	!important;
	text-indent:-1em 	!important;
}


/* カラー */
/*************************************************************
*
* カラー
*
*************************************************************/
/*************************************************************
* 背景色
*************************************************************/
.bg_base {
  background-color: #fefceb;
}
.bg_primary_thin {
  background-color: #f4fcf6;
}
.bg_secondary_thin {
  background-color: #fff9f4;
}
/*************************************************************
* テキスト
*************************************************************/
.color_text_alert {
  color: #f00;
}
.red{
	color:#F00;
}
/* タイポグラフィ */
/*************************************************************
*
* フォント・テキスト
*
*************************************************************/
/* 基本のフォントサイズ */
html {
  font-family: "Noto Sans JP", "Meiryo", "Hiragino Kaku Gothic Pro", "Yu Gothic", Verdana, Geneva, sans-serif;
  font-size: 16px;
  color: #000000;
  line-height: 1.75;
  letter-spacing: normal;
}
@media screen and (max-width: 768px) {
  html { font-size: 15px; }
}
@media screen and (max-width: 599px) {
  html { font-size: 14px; }
}
/*************************************************************
* 文章折り返し
*************************************************************/
.text_center,
.sp_justify {
  text-align:center;
}
.text_left       {text-align:left;}
.text_right      {text-align:right;}
.text_justify    {text-align:justify;}
/* 文字折り返し禁止 */
.space     {white-space:nowrap;}
@media screen and (max-width: 599px) {
  .sp_justify { text-align: justify; }
}
/*************************************************************
* 文字サイズ
*************************************************************/
/* 親要素に対して文字サイズ0.85倍 */
.text_small {
  font-size: 0.889em;
  line-height: 1.35;
}
/* 親要素に対して文字サイズ1.266倍 */
.text_large {font-size: 1.266em;}
/* 親要素に対して文字サイズ2.027em倍 */
.text_huge { font-size: 2.027em; }
/*************************************************************
* 文字スタイル
*************************************************************/
/* 太字 */
.text_bold {font-weight: bold;}
/* 広めの行間 */
.lh_wide { line-height: calc(1.75 * 1.224); }
/* 画像キャプション用のテキスト */
.text_caption {
  line-height: 1.1;
  font-size: 0.79em;

  margin-top: 3px;
}
/* テキスト反転色 */
::selection {
    background: #34b75c; /*背景色*/
    color: #fff; /*文字色*/
}
/*************************************************************
* 引用
*************************************************************/
.blockquote {
  padding: 1.426em 2.281em 1.602em;
  position: relative;
  margin-left: 2em;
}
.blockquote:before {
    content: "“";
    font-size: 5em;
    line-height: 0.8em;
    font-family: 'Times New Roman' ,"ＭＳ Ｐゴシック" ,sans-serif;
    color: #ababab;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
  }
.blockquote .cite {
    display: block;

    margin-top: 1em;

    font-size: 0.889em;
    font-weight: bold;
  }
/*************************************************************
* 改行
*************************************************************/
/* タブレットサイズから改行させる */
.br_tab { display: none; }
@media screen and (max-width: 768px) {
  .br_tab  { display: inline; }
}
/* タブレットサイズから改行をなくす */
@media screen and (max-width: 768px) {
  .nbr_tab { display: none; }
}
/* スマホサイズから改行させる */
.br_sp { display: none; }
@media screen and (max-width: 599px) {
  .br_sp { display: inline; }
}
/* スマホサイズから改行をなくす */
@media screen and (max-width: 599px) {
  .nbr_sp { display: none; }
}
/* ボタン */
/*************************************************************
*
* ボタン
*
*************************************************************/
/*************************************************************
* 共通スタイル
*************************************************************/
[class*=" btn_type"],
[class^="btn_type"] {
  -webkit-appearance:none;
     -moz-appearance:none;
          appearance:none;
  display:block;
  cursor: pointer;
  width: 100%;
}
/* インラインボタン */
[class*=" btn_type"].__inline, [class^="btn_type"].__inline {
    display: inline-block;

    margin-left: 1em;
    margin-right: 1em;
  }
[class*=" btn_type"].__inline ~ [class*=" btn_type"]:not(:first-child),
    [class*=" btn_type"].__inline ~ [class^="btn_type"]:not(:first-child),
    [class^="btn_type"].__inline ~ [class*=" btn_type"]:not(:first-child),
    [class^="btn_type"].__inline ~ [class^="btn_type"]:not(:first-child) {
      margin-top: 0.555em;
    }
@media screen and (max-width: 599px) {
      [class*=" btn_type"].__inline, [class^="btn_type"].__inline {
        margin-left: 0;
        margin-right: 0;
      }
    }
/* 幅を自動 */
[class*=" btn_type"].__inline.__width_auto, [class^="btn_type"].__inline.__width_auto {
    width: auto;
    max-width: inherit;
  }
/* 禁止ボタン */
[class*=" btn_type"].__disabled, [class^="btn_type"].__disabled {
    pointer-events: none;
    filter: grayscale(100%);
    opacity: 0.8;

    color: #ababab;
  }
/* 中央配置 */
[class*=" btn_type"].__mauto, [class^="btn_type"].__mauto {
    margin-left: auto;
    margin-right: auto;
  }
/* 小サイズ */
[class*=" btn_type"].__small, [class^="btn_type"].__small {
    max-width: 130px;

    padding: 0.493em 1em;

    font-size: 0.79em;
  }
/* 幅を100%にする */
[class*=" btn_type"] .__max_width, [class^="btn_type"] .__max_width {
    max-width: inherit;
  }
/*************************************
* btn_type1
*************************************/
.btn_type1 {
  position: relative;
  max-width: 220px;

  background-color: #34b75c;
  border: 7px solid #fff;
  box-shadow: 10px 10px 20px -5px #d4d4d4;

  text-align: center;
  color: #fff;

  padding: 0.72em;

  transition: 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-property: background-color, box-shadow, transform;
}
.btn_type1:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0.72em;

    margin: auto;

    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 12px;
    border-color: transparent transparent transparent #fff;

    opacity: 0;
    -ms-transform: translateY(-5px);
        transform: translateY(-5px);

    transition: 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition-property: opacity, transform;
  }
.hover .btn_type1:hover,
  .btn_type1.hover,
  .btn_type1:focus {
    background-color: rgba(52, 183, 92, 0.8);
    box-shadow: none;

    -ms-transform: translateY(4px);

        transform: translateY(4px);
  }
.hover .btn_type1:hover:after, .btn_type1.hover:after, .btn_type1:focus:after {
      opacity: 1;
      -ms-transform: translateY(0px);
          transform: translateY(0px);
    }
/* ページ内リンク */
.btn_type1.__pagelink .icon {
      font-size: 0.79em;

      display: inline-block;

      -ms-transform: rotate(90deg);

          transform: rotate(90deg);

      margin-right: 0.555em;
    }
.btn_type1.__pagelink:after {
      content: none;
    }
@media screen and (max-width: 599px) {
    .btn_type1 {
      max-width: 100%;

      font-weight: bold;
      font-size: 1.125em;
    }
  }
/*************************************
* btn_type2
*************************************/
.btn_type2 {
  max-width: 200px;

  background-color: #fefceb;

  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;

  padding: 1em;

  transition: 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-property: box-shadow, transform;
}
.btn_type2 .icon {
    color: #e8640c;
    font-size: 1.125em;
  }
.hover .btn_type2:hover,
  .btn_type2.hover,
  .btn_type2:focus {
    box-shadow: 10px 10px 20px -5px #d4d4d4;

    -ms-transform: translateY(-5px);

        transform: translateY(-5px);
  }
@media screen and (max-width: 599px) {
    .btn_type2 {
      max-width: 100%;

      font-size: 1.125em;
    }
  }
@media screen and (max-width: 979px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 599px) {
}
/* 見出し */
/*************************************************************
*
* 見出し
*
*************************************************************/
/*************************************
* 共通スタイル
*************************************/
[class*=" headline_type"],
[class^="headline_type"] {
  display: block;
}
/*************************************
* 見出し1
*************************************/
.headline_type1 {
  overflow: hidden;

  margin-bottom: 2.027em;

  text-align: center;
}
.headline_type1 .layer {
    position: relative;
    display: inline-block;

    padding: 0em 2.027em;

    text-align: center;
  }
.headline_type1 .layer:before,
    .headline_type1 .layer:after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;

      margin: auto;

      width: 1000px;
      height: 1px;

      background-color: #34b75c;
    }
.headline_type1 .layer:before { left: 100%; }
.headline_type1 .layer:after { right: 100%; }
.headline_type1 .layer .subtext {
      display: block;

      font-family: 'Allura', cursive;
      font-size: 2.566em;
      color: #34b75c;
      line-height: 1;

    }
.headline_type1 .layer .headline {
      display: block;

      font-size: 0.889em;
      line-height: 1.35;
    }
@media screen and (max-width: 599px) {
    .headline_type1 .layer {
      padding: 0em 1.602em;
    }
  }
/*************************************
* 見出し2
*************************************/
.headline_type2 {
  text-align: center;
  font-size: 1.266em;

  position: relative;

  margin-bottom: 1em;
}
.headline_type2:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;

    background-color: #fefceb;
  }
.headline_type2 .layer {
    position: relative;
    z-index: 2;
    top: -5px;
  }
@media screen and (max-width: 599px) {
    .headline_type2 {
      font-size: 1.424em;
    }
  }
@media screen and (max-width: 979px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 599px) {
}
/* アンカー */
/*************************************************************
*
* アンカー・リンク関連
*
*************************************************************/
/**************************************************************
* ノーマライズ
**************************************************************/
a {
  text-decoration: none;
  color: inherit;
}
/*************************************************************
* 下線リンク1
*************************************************************/
.text_hover_type1 {
  color: #34b75c;
  text-decoration: underline;
}
.hover .text_hover_type1:hover,
  .text_hover_type1.hover,
  .text_hover_type1:focus {
    text-decoration: none;
  }
/*************************************************************
* 下線リンク2
*************************************************************/
.hover .text_hover_type2:hover,
  .text_hover_type2.hover,
  .text_hover_type2:focus {
    text-decoration: underline;
}
/*************************************************************
* 下線リンク(アニメーション)
*************************************************************/
.hover_line {
  display: inline-block;
  position: relative;
  transform: translateZ(0px);
  color: #34b75c;
}
.hover_line:after {
  content: "";
  position: absolute;
  bottom: 0.1em;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #34b75c;
  -ms-transform-origin: left center;
      transform-origin: left center;
  transition: 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition-property: transform;
}
.hover .hover_line:hover:after, .hover_line.hover:after, .hover_line:focus:after {
  -ms-transform-origin: right center;
      transform-origin: right center;
  -ms-transform: scaleX(0);
      transform: scaleX(0);
}
/*************************************************************
* 半透明リンク
*************************************************************/
.hover_alpha {
  transition: opacity 300ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hover .hover_alpha:hover,
  .hover_alpha.hover,
  .hover_alpha:focus {
    opacity:0.7;
    zoom:1;
  }
/*************************************************************
* フィルター(ブライトネス)リンク
*************************************************************/
.hover_bright {
  transition: filter 500ms cubic-bezier(0.23, 1, 0.32, 1);
}
.hover .hover_bright:hover,
  .hover_bright.hover,
  .hover_bright:focus {
    filter: brightness(1.1);
  }
/* ボックス（カード型） */
/**************************************************************
*
* ボックス
*
**************************************************************/
/*************************************
* 共通スタイル
*************************************/
[class*=" box_type"],
[class^="box_type"] {
  display:block;
}
/*************************************
* ボックス3
*************************************/
.box_type3 {
  position: relative;
  display: inline-block;

  box-shadow:3px 3px 20px 0px #d4d4d4;
}
.box_type3 .subtext {
    position: absolute;
    top: 1em;
    left: 1em;

    max-width: 60%;
  }

/**************************************************************
*
* リスト
*
**************************************************************/
/*************************************
* 共通スタイル
*************************************/
[class*=" list_type"],
[class^="list_type"] {

}
/*************************************
* 順番リスト1
*************************************/
.olist_type1 {
	list-style-type: disc;
	padding:5px 1em 5px 3em;
}
.olist_type1 li {
	margin-bottom:10px;
}
@media screen and (max-width: 979px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 599px) {
}
/*************************************
* 順番リスト2 番号付き（色あり）
*************************************/
.olist_type2 {
	position:relative;
	padding:5px 1em 5px 4.5em;
  list-style-type: none!important;
	counter-reset:number;
}
.olist_type2 li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em .5em 0.5em 35px;
}
.olist_type2:before {
	position:absolute;
	top:16px;
	left:10px;
	content:"註：";
	font-size:1.3em;
	font-weight:bold;
}
.olist_type2 li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display:inline-block;
  background: #a7d28d;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 45%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*************************************
* 順番リスト3 番号付き（シンプル）
*************************************/
ol.olist_type3 {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin: 0;
}
ol.olist_type3 li {
  font-size: 16px;
  line-height: 1.5;
  padding-left: 30px;
  position: relative;
	margin-bottom:8px;
}
ol.olist_type3 li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #fff;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 22px;
  width: 22px;
  color: #000;
  font-size: 85%;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}
/*************************************
* 順番リスト4 カタカナ
*************************************/
.olist_type4 {
	list-style-type: katakana;
	padding:5px 1em 5px 3em;
}
.olist_type4 li {
	margin-bottom:10px;
}
@media screen and (max-width: 979px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 599px) {
}


/**************************************************************
*
* テーブル
*
**************************************************************/
/*************************************
* テーブルコンテナー
*************************************/
.table_container {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 979px) {
  .table_container::-webkit-scrollbar {
    height: 5px;
  }
  .table_container::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #eee;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
  }
  /*スクロールバーの動く部分*/
  .table_container::-webkit-scrollbar-thumb {
    background-color: rgba(29, 33, 139, 0.7);
    border-radius: 10px;
    box-shadow:0 0 0 1px rgba(255, 255, 255, .7);
  }
}
/*************************************
* 共通スタイル
*************************************/
[class*=" table_type"],
[class^="table_type"] {
  width: 100%;
}
/*************************************
* テーブル1
*************************************/
.table_type1 {
	width:100%;
	border:1px solid #000;
}
.table_type1 tr {
	border:1px solid #000;
}
.table_type1 td {
	border:1px solid #000;
	padding:0.7em 1em;
}
.table_type1 td:nth-child(1) {
	background-color: #f4e9bf;;
}
.table_type1 td a {
	color:#4aa963;
	border-bottom:1px solid #4aa963;
}
.table_type1 td a:hover {
	color:green;
	border-bottom:1px solid green;
}

/*************************************
* テーブル2
*************************************/
.table_type2 {
  width:100%;
  border:1px solid #000;
}
.table_type2 tr {
  border:1px solid #000;
}
.table_type2 th {
    border: 1px solid #000;
    background: #f3f3f3;
}
.table_type2 td {
  border:1px solid #000;
  padding:0.7em 1em;
}
.table_type2 td:nth-child(1) {
  background-color: #f4e9bf;;
}
.table_type2 td:nth-child(3) {
  background-color: #f4e9bf;;
}
.table_type2 td a {
  color:#4aa963;
  border-bottom:1px solid #4aa963;
}
.table_type2 td a:hover {
  color:green;
  border-bottom:1px solid green;
}

@media screen and (max-width: 979px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 599px) {
}
/* ヘッダー */
/**************************************************************
*
* ヘッダー＆グローバルナビゲーション
*
**************************************************************/
body {
  padding-top: 82px;
}
@media screen and (max-width: 599px) {
    body { padding-top: 48px;}
  }
/**************************************************************
* ヘッダー
**************************************************************/
.header {
  background-color: #fff;
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 82px;
	margin:0;
	padding:0;
}
.header .inner {
	max-width:1000px;
	margin:0 auto;
	height:82px;
  /* safari10 s */
  display: -webkit-box;
  /* safari10 e */
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-align: center;
        align-items: center;
		justify-content: flex-end;
}
@media screen and (max-width: 768px) {
    .header .logo {
      max-width: 250px;
    }
}
@media screen and (max-width: 599px) {
    .header {
      position: static;
      height: auto;
    }
    .header .inner {
      display: block;
    }
}

/**************************************************************
* ハンバーガーメニュー
**************************************************************/
.nav_toggle {
  display: none;
  padding: 0;
  height: 25px;
  width: 35px;

  position: absolute;
  top: 0.79em;
  right: 4%;
}
.nav_toggle .bd,
  .nav_toggle .bd:after,
  .nav_toggle .bd:before {
    transition: 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition-property: opacity, transform;

    display: block;

    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

    margin: auto;

    width: 35px;
    height: 2px;

    background-color: #34b75c;
  }
.nav_toggle .bd:before,
    .nav_toggle .bd:after {
      content: "";
    }
.nav_toggle .bd:before {
      -ms-transform: translateY(-9px);
          transform: translateY(-9px);
    }
.nav_toggle .bd:after {
      -ms-transform: translateY(9px);
          transform: translateY(9px);
    }
.nav_toggle.active .bd {
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
    }
.nav_toggle.active .bd:before {
        -ms-transform: translateY(0px) rotate(-90deg);
            transform: translateY(0px) rotate(-90deg);
      }
.nav_toggle.active .bd:after {
        opacity: 0;
      }
@media screen and (max-width: 599px) {
    .nav_toggle {
      display: block;
    }
  }
@media screen and (max-width: 979px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 599px) {
}

/**************************************************************
*
* フッター
*
**************************************************************/
.footer {
	position: relative;
  padding: 1.802em 0;
}
.footer .content_page {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-align: center;
        align-items: center;
  }
.footer .nav_footer .litem {
      display: inline-block;
    }
.footer .nav_footer .litem:not(:last-child):after {
          content: "｜";
        }
.footer .copyright {
    text-align: center;
    font-size: 0.889em;
    word-break: break-word;
    display: block;
  }
@media screen and (max-width: 768px) {
      .footer .copyright {
        text-align: center;
        margin-top: 1em;
      }
    }
@media screen and (max-width: 768px) {
    .footer .content_page {
      display: block;
    }
  }
@media screen and (max-width: 599px) {
      .footer .nav_footer .litem {

      }
  }
/*************************************************************
*
* 基本スタイル／汎用クラス
*
*************************************************************/
/*************************************************************
* 要素の回り込み
*************************************************************/
.fleft 			{float:left;}
.fright 		{float:right;}
/* 要素の回り込み解除 */
.sc 			{clear:both;}
/*************************************************************
* クリアフィックス
*************************************************************/
.cf:before,
.cf:after {
  content:"";
  display:table;
}
.cf:after {clear:both;}
.cf 	    {zoom:1;}
/*************************************************************
* その他
*************************************************************/
/* block */
.block { display: block; }
/* relative */
.relative_box { position: relative; }
/* 要素を天地中央 */
.absolute_center {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}
/* shadow */
.shadow {
  box-shadow:3px 3px 20px 0px #d4d4d4;
}
/* objfit */
img.objfit {
  width: 100%;
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover;object-position: center;';
}
/*************************************************************
* デバイス毎の処理用
*************************************************************/
@media screen and (min-width: 768px) {
  .pc_none {display: none;}
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 599px) {
  .sp_none {display: none;}
}
@media screen and (max-width: 999px) {
}
@media screen and (max-width: 768px) {
}
/**************************************************************
*
* トップメインイメージ
*
**************************************************************/
.top .mainimage {
  height:calc(600/1600 * 100vw);
	width:100%;
  position: relative;
  margin-top:-90px;
  margin-bottom: -3px;
  background-image: url("../img/main_img.jpg");
	background-repeat: no-repeat;
	background-size:contain;  
	background-position: center center;
}

@media screen and (max-width: 999px) {
	.top .mainimage {
			height:400px;
			background-size:cover;  
			/* background-position: 90% 10%; */
			margin-bottom:0px;
	}
}
@media screen and (max-width: 768px) {
	.top .mainimage {
			height:400px;
			background-size:cover;  
			/* background-position: 90% 10%; */
			margin-bottom:0px;
	}
}
@media screen and (max-width: 599px) {
	.top .mainimage {
			height:300px;
			background-size:cover;  
			/* background-position: 90% 10%; */
			/* margin-bottom:20px; */
	}
}

/*************************************************************
*
* ★★★追加分
*
*************************************************************/
.main_txt {
  width:100%;
}
.site_title {
	color: #ffffff;
	font-size: 120px;
	font-weight: 500;
	line-height: 140px;
	padding-top:130px;
	padding-bottom:10px;
	margin-left: -20px;
}
/* タイトルに影をつける */
.title_shadow {
    text-shadow:0 0 10px #fff;
	color: #246db5;
}
.site_subtitle {
	color: #ffffff;
	font-size: 55px;
	font-weight: 500;
	line-height: 48px;
	margin-left: -30px;
}
/* tsuika bun */
.site_menu_area {
  width: 100%;
  padding: 30px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.site_menu_area .menu_box{
  width : 23%;
  min-height: 70px;
  margin: 10px 1%;
  color: #fff;
  background-color: #49c66f;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.site_menu_area .menu_box span{
  display: block;
  width: 100%;
}
.site_menu_area .menu_box a{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent:-999px;
}
.site_menu_area .menu_box:hover{
  background-color: #17a843;
}

.site_menu_area .menu_box:after{
  font-family: 'FontAwesome';
  content: "\f0da";
  position: absolute;
  right: 10px;
  color: #faf0af;
  top: 11px;
  font-size: 28px;
}



.news_bg_img{
  width: 100%;
  background-image: url("./../img/news_bg.jpg");
  background-position: center center;
  background-size: cover;
}
/* tsuika bun kokomade */

.site_description {
  font-size:14px;
  padding:15px;
  background-color: rgba(255, 255, 255, 0.2);
}
nav {
	width:100%;
	background:#fff;
	background:rgba(255,255,255,0.7);
}
.g_menu {
  position: relative;
  /* safari10 s */
  max-width:1000px;
  margin:0 auto;
  display: -webkit-box;
  /* safari10 e */
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-align: stretch;
        align-items: stretch;
  justify-content: space-between;
/*  flex-wrap: nowrap; */
	flex-wrap: wrap;
  z-index:3;
}
.g_menu li {
  list-style-type: none;
  color: #000;
  flex-grow: 1;
  text-align: center;
  margin:10px 20px;
  align-self:center;
}
.g_menu li a {
  display:block;
}
.g_menu li + li {
  border-left: 1px solid #32b16c;
}
.g_menu li.no_border {
  border-left: none !important;
}
.navbar-nav a{
    padding: 10px;
}
.content_type0 {
  height:240px;
  height:auto;
  padding-bottom:4em;
}
.content_type0_inner {
  max-width: 1000px;
  margin: 0 auto;
}
.inner_w1400 {
  max-width: 1400px !important;
}
.bg-beige {
background-color: #f4e9bf;
}
.content_type0_inner hr ,
.care_box hr {
 height: 1px;
 background-color: #49c66f;
 width: 100%;
 border-top:none;
 border-bottom:1px #C6F7D5 solid;
}
.care_box {
  max-width:1000px;
  margin:0 auto;
  padding:2em 1em;
  position: relative;
  /* safari10 s */
  display: -webkit-box;
  /* safari10 e */
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-align: stretch;
        align-items: stretch;
  justify-content: space-between;
  flex-wrap: nowrap;  
}
.care_box hr {
  width: 80%;
  margin-top:16px;
}
.care_box_item {
  width:30%;
  text-align: center;
  padding:30px 1em 1em;
}
.support_box {
  display: -webkit-box;
  /* safari10 e */
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-align: stretch;
        align-items: stretch;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding:54px 35px 25px;
}
.support_box div.spt_box {
  width:48%;
  height:calc(360/480 * 100vw);
  max-height:360px;
}
.support_box div.spt_box:nth-last-child(1) {
  text-align: left;
  padding-top:50px;
}
.support_box div.spt_box p:not(.p_small) {
	color: #000000;
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
}
.tel_num ,
.p_small {
  color:#36a257;
}
.tel_num {
  padding-top:28px;
  padding-bottom:11px;
  color: #36a257;
	font-size: 24px;
	font-weight: 700;
}
.tel_num img {
vertical-align: middle;
}
.tel_num span {
  color: #36a257;
  padding-left:5px;
}
.txt_center {
  text-align: center;
}
.content_type0 .headline {
	color: #000000;
	font-size: 18px;
	font-weight: 700;
	line-height: 25px;
}
.content_type0 .subtext {
  display: block;
  font-family: 'Allura', cursive;
  font-size: 26px;
  padding-top:1em;
	color: #007f41;
	font-weight: 500;
	line-height: 30px;
}
.summary {
	text-align:left;
	padding:0.5em 1em 1em;
	text-indent:1em;
}

.block {
  margin-bottom: 50px;
}
.block-title {
  font-size: 18px;
	font-weight:700;
	text-align:left;
  background: url("../img/i_03.png") no-repeat scroll left bottom;
  padding: 20px 0 20px 75px;
  margin-bottom: 20px;
}
.block-sub {
  font-size: 18px;
	font-weight:700;
  background: url("../img/i_04.png") no-repeat;
  padding: 5px 0 6px 2.6em;
	margin:10px 0 10px 0.7em;
}
.block-text {
  margin-bottom: 25px;
  line-height: 30px;
}
.block-text:last-child {
  margin-bottom: 0;
}
.bl-txt_img .item-img {
  min-width: 400px;
  margin-left: 30px;
  width: 480px;
}
.bl-txt_bg {
  background-color: #dff8e7;
  padding: 20px;
}

.news_box {
  text-align:left;
  border: 5px #faf0af solid;
  margin:2em;
  padding:1em 2em;
  background-color: rgba(255,255,255,0.3);
}
.news_box span {
  background-color: #fa5858;
  padding:0px 5px 1px;
  margin-right:10px;
  color:#fff;
}
.news_box dd {
  margin-bottom:5px;
}

.contact .content_page {
  padding-top:3em;
}
/*---BTN---*/
.btn {
    font-size: 14px;
    border-radius: 0;
    padding: 15px 35px 15px 15px;
    border: none;
    position: relative;
}
.btn.active,
.btn:active {
    box-shadow: none;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline-offset: 0;
    outline: none;
}
.btn-1 {
    color: #fff;
    background-color: #49c66f;
    box-shadow: 5px 5px 0 #17a843;
    text-align: left;
    padding-left: 20px;
	position: relative;
}
.btn-1::after {
    font-family: 'FontAwesome';
    content: "\f0da";
    position: absolute;
    right: 10px;
    color: #faf0af;
    top: 3px;
    font-size: 28px;
}
.btn-1:hover {
    color: #fff;
    opacity: 0.8;
}
.btsz-1 {
    width: 240px;
}
.btsz-2 {
    width: 105px;
}
.btn-1.v2 {
    text-align: right;
    padding-right: 25px;
}
.btn-1.v2::after {
    content: "\f0d9";
    right: auto;
    left: 10px;
}
.news-btns .item-l,
.news-btns .item-r {
    width: 105px;
}

.img_effect {
  padding: 5px;
  background-color: #FFFFFF;
}
.header .inner div {
height:82px;
line-height:82px;
padding:0;
margin:0;
}
.header .inner h1 {
line-height:82px;
}
.header .inner .h_item1 {
	margin-right: auto;
}
.header .inner .h_item2 {
	padding-right:25px;
}
.header .inner .h_item3 {
	padding-right:18px;
}
.header .inner .h_item2 img ,
.header .inner .h_item3 img {
	padding-right:12px;
}
.h_item4 img ,
.h_item5 img {
	height:100%;
}
.circle {
  max-width:550px;
  margin:0 auto;
  padding-top:40px;
  padding-bottom:40px;
}
.circle img {
  width:100%;
}
.detail h4 {
	color: #000000;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;  
  border-left:5px #49c66f solid;
  padding-left:15px;
}
.f_menu {
  display: -webkit-box;
  /* safari10 e */
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-align: stretch;
        align-items: stretch;
  flex-wrap: nowrap;  
  width:90%;
  margin:0 auto;
}
.f_menu_item1 ul li ul li {
	margin-left:0.46em;
  text-indent:-1em;
  padding-left:1.45em;
}
.f_menu span {
	color: #49c66f;
	padding-right:5px;
}
.f_menu_item2 {
  padding-left:3em;  
}
.g_menu a ,
.f_menu a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.g_menu a::after ,
.f_menu a::after {
  position: absolute;
  bottom: 1px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #49c66f;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.g_menu a:hover::after ,
.f_menu a:hover::after {
  transform: scale(1, 1);
}
.g_menu a:hover {
	background:rgba(255,255,255,0.4);
}

.h_body_search {
  display: -webkit-box;
  /* safari10 e */
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
	padding-bottom:100px;
    -ms-flex-align: stretch;
        align-items: stretch;
  justify-content: space-between;
  flex-wrap: nowrap;  
	padding:45px 30px 55px;
}

.h_body_area{
 /*  width:50%; */
  width:100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.h_body_box {
  position:relative;
  width:400px;
	height:400px;
  margin:0 auto;
  text-align:center;
}
.h_body_box img {
  height:100%;
}
.s_table_box {
	width:442px;
	height:auto;
  min-height:100px;
  margin:0 auto;
/*	background:#fff; */
	padding:30px 22px 20px; 
}
.s_table_box table td{
  background-color: #fff;
}
.s_table_box table td a {
	text-decoration: underline;
}
.s_table_box table td a:hover {
	color:blue;
	text-decoration: underline;
}

.s_table_box table th a {
	text-decoration:underline;
}
.s_table_box table th a:hover {
	color:blue;
	text-decoration:underline;
}

.h_doctor_box {
  width:50%;
	height:auto;
  margin:0 auto;
  text-align:center;
}
.h_doctor_box img {
  width:100%;
}

.b_parts {
	color: #000000;
	font-size: 22px;
	font-weight: 700;
	line-height: 22px;
	text-align:left;
	padding-bottom:12px;
	padding-left:2px;
}
.s_table_box table {
	width:400px;
	text-align:left;
  border-width: 1px;
	border-color: #34b75c;
	border-style: solid;
	color: #000000;
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
}
.bg-green1,
.s_table_box table th {
  background-color: #dff8e7;
  border: solid 1px #34b75c;
}
.s_table_box table th ,
.s_table_box table td {
  padding-left:1em;
  border: solid 1px #34b75c;
}
.s_txt01 {
  position:absolute;
  top:10px;
  left:60px;
}
.s_txt02 {
  position:absolute;
  top:60px;
  left:33px;
}
.s_txt03 {
  position:absolute;
  top:110px;
  left:50px;
}
.s_txt04 {
  position:absolute;
  top:240px;
  left:10px;
}
.s_txt05 {
  position:absolute;
  top:320px;
  left:50px;
}
.s_txt06 {
  position:absolute;
  top:220px;
  left:280px;
}
.s_txt07 {
  position:absolute;
  top:120px;
  left:265px;
}
.s_txt08 {
  position:absolute;
  top:70px;
  left:260px;
}
.s_txt09 {
  position:absolute;
  top:20px;
  left:240px;
}

.s_txt01 ,
.s_txt02 ,
.s_txt03 ,
.s_txt04 ,
.s_txt05 ,
.s_txt06 ,
.s_txt07 ,
.s_txt08 ,
.s_txt09 {
  color:#ffa23f;
  background:#fff;
}
.select {
  color:#fff;
  background:#ffa23f;
}
.s_txt01 a,
.s_txt02 a,
.s_txt03 a,
.s_txt04 a,
.s_txt05 a,
.s_txt06 a,
.s_txt07 a,
.s_txt08 a,
.s_txt09 a {
  display: block;
  padding:5px 15px;
}
.s01 ,
.s02 ,
.s03 ,
.s04 ,
.s05 ,
.s06 ,
.s07 ,
.s08 ,
.s09 {
  display:none;
}
.s01.show ,
.s02.show ,
.s03.show ,
.s04.show ,
.s05.show ,
.s06.show ,
.s07.show ,
.s08.show ,
.s09.show {
  display:block;
}

.search_info:before {
  content:"左の図から";
}

@media only screen and (max-width: 999px) {
  .h_item2 ,
  .h_item3 ,
  .h_item4 ,
  .h_item5 {
    display:none;    
  }
  .main_txt {
    width:80%;
    margin:0 auto;
		padding-top:30px;
  }
  .circle {
    max-width:550px;
    width:80%;
    margin:0 auto;
    padding-top:40px;
    padding-bottom:40px;
  }
  .h_body_search {
    display:block;
  	padding:45px 30px 79px;
  }
  .search_info:before {
    content:"上の図から";
  }
  .f_menu {
    width:80%;
    margin:0 auto;
  }
  
  .nav_toggle {
    display: inline-block;
	  position: absolute;
	  top: 28px;
	  right: 4%;
  }
  .nav_gb {
    display:block;
    position:fixed;
    top:82px;
    right: -360px;
    left: auto;
    width: 360px;
    min-height:400px;
    height: calc(100vh - 82px);
    background-color: #DDF4FD;
    background-color: rgba(255,255,255,0.8);
    overflow-y: no-scroll;

    padding: 15px 8px;
    filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.3));
    
    transform: translateX(0px);
    -ms-transform: translateX(0px);
    opacity: 1;
    visibility: visible;

    transition: 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition-property: transform;
  }
  .nav_gb.active {
    display:block;
    transform: translateX(-360px);
    -ms-transform: translateX(-360px);
  }
}
@media screen and (max-width: 768px) {
  .main_txt {
    width:80%;
    margin:0 auto;
  }
}
@media only screen and (max-width: 599px) {
  body {
    padding:0;
    margin:0;
  }
  .top .mainimage {
    margin-top:0px;
  }
  .content_type0_inner hr ,
  .care_box hr {
    height: 1px;
/*    background-color: #49c66f; */
    background-color: #B0B0B0;
    width: 90%;
    border-top:none;
    border-bottom:1px #C6F7D5 solid;
  }
  .header {
    margin:0;
    padding:0;
    height:80px;
  }
  .header .logo {
    max-width: 350px;
    padding-left:10px;
  }
  .header .inner {
    display:block;
    margin:0;
    padding:0;
    height:40px;
  }
  .header .inner div {
    height:40px;
    line-height:40px;
    padding:0;
    margin:0;
  }
  .header .inner h1 {
    line-height:40px;
  }
  .header .inner .h_item1 {
    height:40px;
    margin-right: 0;
  }
  .about {
/*    margin-top:-25px; */
    padding-top:0;
  }
  .site_title {
    color: #007f41;
    font-size: 40px;
    font-weight: bold;
    line-height: 40px;
    padding-top:170px;
	text-align: center;
	margin-left: 0;
	}
    .title_shadow {
        text-shadow: none;
		color: #007f41;
    }
  .site_subtitle {
    color: #007f41;
    font-size: 20px;
    font-weight: 500;
    line-height: 18px;
    padding-bottom:10px;
	text-align: center;
	margin-left: 0;
  }
  .site_menu_area .menu_box{
    width : 48%;
    min-height: 60px;
    margin: 10px 1%;
  }
  .site_description {
    font-size:12px;
    padding:15px;
  }
  .detail {
    width:80%;
    margin:0 auto;
    padding-top:30px;
    padding-left:50px;
  }
  .image {
    text-align:center;
  }
  .f_menu {
    width:80%;
    margin:0 auto;
    height:auto;
  }
  .support_box {
    display:block;
    padding:0;
  }
  .support_box div.spt_box {
    width:80%;
    margin:0 auto;
    height:auto;
    max-height:360px;
  }
  .support_box div.spt_box {
    height:60vw;
    margin-top:30px;
  }
  .support_box div.spt_box:nth-last-child(1) {
    height:auto;
    text-align: left;
    padding-top:0px;
    text-align:center;
  }
  .support_box div.spt_box p:not(.p_small) {
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
  }
  .h_body_search {
    display:block;
  	padding:0px;
    width:100%;
  }
  .h_body_area{
    width:100%;
    display: block;
  }
  .h_body_box {
    position:relative;
    height:300px;
    width:300px;
    text-align:center;
  }
  .s_table_box {
    width:100%;
    height:auto;
    min-height:100px;
    margin:0 auto;
/*    background:#fff; */
    padding:10px 15px 10px;
    margin-top:10px;
  }
  .s_txt01 {
    position:absolute;
    top:0px;
    left:30px;
  }
  .s_txt02 {
    position:absolute;
    top:43px;
    left:7px;
  }
  .s_txt03 {
    position:absolute;
    top:85px;
    left:25px;
  }
  .s_txt04 {
    position:absolute;
    top:190px;
    left:10px;
  }
  .s_txt05 {
    position:absolute;
    top:240px;
    left:20px;
  }
  .s_txt06 {
    position:absolute;
    top:158px;
    left:220px;
  }
  .s_txt07 {
    position:absolute;
    top:93px;
    left:200px;
  }
  .s_txt08 {
    position:absolute;
    top:53px;
    left:190px;
  }
  .s_txt09 {
    position:absolute;
    top:10px;
    left:169px;
  }
  .about p:not(.headline) ,
  .role p:not(.headline) ,
  .care p:not(.headline) ,
  .nursing_out p:not(.headline) {
    text-align: left;
    padding-left:1em;
    padding-right:1em;
  }
  .b_parts {
    font-size: 18px;
    line-height: 20px;
  }
  .s_table_box table {
    font-size: 14px;
    border:1px solid #BDBDBD;
	width:100%;
}
  .care_box_item p {
    font-size:12px;
  }
  .f_menu_item1 > ul > li ,
  .f_menu_item2 > ul > li {
    text-indent:-1em;
    padding-left:1em;
  }
  .f_menu_item1 > ul > li > ul {
    margin-left:-2em;
  }
  .nav_toggle {
	  position: absolute;
	  top: 0;
	  right: 3%;
    width: 50px;
    height: 50px;
  }
  .nav_gb {
    position:fixed;
    top:42px;
    right: -300px;
    left: auto;
    width: 300px;
    min-height:400px;
    height: calc(100vh - 62px);
  }
  .nav_gb.active {
    display:block;
    transform: translateX(-300px);
    -ms-transform: translateX(-300px);
  }
  .h_doctor_box {
    width:96%;
    height:auto;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

/*************************************************************
* 下層メインイメージ
*************************************************************/
.subpage .mainimage {
	width:100%;
  position: relative;
/*	margin-top:-40px; */
	padding-bottom:10px;
	z-index:-1;
}
.subpage .mainimage img {
	width:100%;
}
.subpage .mainimage img.pc_disp {
	display:block;
}

.subpage .mainimage .objfit {
    height: inherit;
  }
.subpage .mainimage .box {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
  }
.subpage .mainimage .box .subtext {
      font-family: 'Allura', cursive;
      font-size: 4.11em;
      line-height: 1.1;
      white-space: nowrap;
}
.subpage .mainimage .box .headline {
      font-size: 1.602em;
}
.subpage .mainimage .box .headline {
      font-size: 1.602em;
}
.subpage .mainimage .pagetitle {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(0%, -50%);
      transform: translate(0%, -50%);
	font-size: 1.602em;
	text-shadow: -1px 1px 0 rgba(255,255,255,0.8);
}

@media screen and (max-width: 999px) {
   .subpage .mainimage {
		 height: calc(220 / 1600 * 100vw);
			margin:0 0 30px;
			z-index:0;
		}
 }

@media screen and (max-width: 768px) {
   .subpage .mainimage {
		 height: calc(220 / 1600 * 100vw);
			margin:0 0 30px;
			z-index:0;
		}
 }
@media screen and (max-width: 599px) {
	body {
		overflow-x:hidden;
	}
   .subpage .mainimage {
		 height: calc(1620 / 2880 * 100vw);
			margin:0 0 30px;
			z-index:0;
		  background-image: url("../img/top_slide01.jpg");
		  background-repeat: no-repeat;
		  background-size: cover;
		}
	.subpage .mainimage img.pc_disp {
		display:none;
	}
}

/*************************************************************
* ★★★ subpage about
*************************************************************/
.subpage .about {
	margin-top:2rem;
}

.greeting_area{
	width:100%;
	background-color: #f4e9bf;
	padding: 15px;
	box-sizing: border-box;
	margin: 20px auto 40px auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.greeting_area .gr_box_left{
	width:60%;
	box-sizing: border-box;
}
.greeting_area .gr_box_right{
	width:40%;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
}
.pad-top{
	padding-top: 50px !important;
}

/** team **/
.team .flex {
	padding:0 10px 0 0;
}

.team_01 {
  display: -webkit-box;
  display: -ms-flexbox;
	display: flex;
	flex-wrap : wrap;
	width:calc(2/5 * 100% - 10px);
	height:440px;
	margin:5px;
}
.team_01 > div {
	position:relative;
	width:calc(50% - 10px);
	height:220px;
	margin:5px;
}
.team_01 > div:nth-child(1) {
  background-image: url("../img/about_team_img01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
	border-radius:5px;
}
.team_01 > div:nth-child(2) {
  background-image: url("../img/about_team_img02_2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
	border-radius:5px;
}
.team_01 > div:nth-child(3) {
	width:100%;
	height:220px;
	margin:5px;
  background-image: url("../img/about_team_img03.jpg");
  background-repeat: no-repeat;
  background-size: cover;
	border-radius:5px;
}

.team_02 {
	position:relative;
	width:calc(1/5 * 100% - 10px);
	height:450px;
	margin-top:10px;
  background-image: url("../img/about_team_img04.jpg");
  background-repeat: no-repeat;
  background-size: cover;
	background-position: center center;
	border-radius:5px;
}
.team_03 {
  display: -webkit-box;
  display: -ms-flexbox;
	display: flex;
	flex-wrap : wrap;
	width:calc(2/5 * 100% - 10px);
	height:440px;
	margin:5px;
}
.team_03 > div {
	position:relative;
	width:calc(50% - 10px);
	height:220px;
	margin:5px;
}
.team_03 > div:nth-child(1) {
	width:100%;
	height:220px;
  background-image: url("../img/about_team_img05.jpg");
  background-repeat: no-repeat;
  background-size: cover;
	border-radius:5px;
}
.team_03 > div:nth-child(2) {
  background-image: url("../img/about_team_img06.jpg");
  background-repeat: no-repeat;
  background-size: cover;
	border-radius:5px;
}
.team_03 > div:nth-child(3) {
  background-image: url("../img/about_team_img07.jpg");
  background-repeat: no-repeat;
  background-size: cover;
	border-radius:5px;
}
.team a:hover {
	background:rgba(51,219,104,0.5);
	border-radius:5px;
}
.team_01 div a ,
.team_02 a ,
.team_03 div a {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	text-indent:-9999px;
}

.team_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
	width:100%;
	text-align:center;
	color:#fff;
	font-size:1.2rem;
	font-weight:700;
}
.team_txt span {
	font-size:80%;
	font-weight:500;
}
.font-blue {
	color: #246db5 !important;
	  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
				  -1px 1px 0 #FFF, 1px -1px 0 #FFF,
				  0px 1px 0 #FFF,  0-1px 0 #FFF,
				  -1px 0 0 #FFF, 1px 0 0 #FFF;
}
.link_box {
	padding:5px;
}

.link_box > div{
	position:relative;
	width:calc(50% - 10px);
	margin:5px;
	padding:5px;
}
.link_box .image_box {
	width:calC(30% - 5px);
	margin-left:5px;
}
.link_box .text_box {
	width:70%;
  position: absolute;
  top: 50%;
  left: 35%;
  -ms-transform: translate(0%, -50%);
      transform: translate(0%, -50%);
	font-weight:700;
}
.link_box > div img {
	width:100%;
	padding:1em 0.4em;
}
.bg_green {
	background:#defbe7;
}
.link_box a {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	text-indent:-9999px;
}
.link_box a:hover {
	background:rgba(255,255,255,0.2);
}

@media screen and (max-width: 768px) {
	.greeting_area .gr_box_left{
		width:100%;
		box-sizing: border-box;
	}
	.greeting_area .gr_box_right{
		width:100%;
		padding: 10px 0 0 0;
	}
	
	.flex {
		display:block;
	}
	/** team **/
	.team .flex {
		padding:0 10px 0 0;
	}
	.team_01 {
		width:calc(100% - 10px);
		height:440px;
		margin:5px;
	}
	.team_02 {
		position:relative;
		width:calc(100% - 20px);
		height:220px;
		margin:25px auto 5px;
	  background-image: url("../img/about_team_img04.jpg");
	  background-repeat: no-repeat;
	  background-size: cover;
		border-radius:5px;
	}
	.team_03 {
	  display: -webkit-box;
	  display: -ms-flexbox;
		display: flex;
		flex-wrap : wrap;
		width:calc(100% - 10px);
		height:440px;
		margin:5px;
	}
	.team_03 > div {
		position:relative;
		width:calc(50% - 10px);
		height:220px;
		margin:5px;
	}
	.link_box > div{
		position:relative;
		width:calc(100% - 30px);
		margin:15px auto;
		padding:5px;
	}
}
@media screen and (max-width: 599px) {
	.subpage .header {
		margin:0;
	}
  .subpage .header .inner {
	    display:block;
		margin:0;
		padding:0;
		height:80px;
	}
  .subpage .header .inner div {
    height:80px;
    line-height:40px;
    padding:0;
    margin:0;
  }
  .subpage .header .inner h1 {
    line-height:80px;
  }
 .subpage .header .inner .h_item1 {
    height:80px;
    margin:12px 0 0;
  }
	.team_03 {
		height:auto;
	}
	.team_01 > div ,
	.team_03 > div {
		position:relative;
		width:calc(100% - 10px);
		height:220px;
		margin:5px auto;
	}
}

/*************************************************************
* ★★★ スマホ用ヘッダー
*************************************************************/
.sp_header{
	margin: 0;
	width:100%;
	height: auto;
	background-color: #fff;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.sp_header .sp_logo{
	width: 80%;
	padding: 20px 0 20px 5px;
	margin: 0;
}
.sp_header .sp_logo img{
	max-width: 100%;
	height: auto;
}

/* pc/sp切り替え */
.pc_view{ display:inline-block;}
.sp_view{ display:none;}

@media screen and (max-width: 599px) {
	.pc_view{ display:none;}
	.sp_view{ display:block;}
}

/*************************************************************
* ★★★ subpage chemo
*************************************************************/

.content_item {
	max-width:800px;
	margin:0 auto;
	padding-left:15px;
	padding-right:15px;
}
.content_item img {
	width:100%;
	margin:20px 0;
}
.flow .image_box {
	max-width:691px;
	margin:20px auto;
}
.flow .image_box img {
	width:100%;
}
.chemo p a {
	color:#4aa963;
	border-bottom:1px solid #4aa963;
}
.chemo p a:hover {
	color:green;
	border-bottom:1px solid green;
}
.chemo p a:after {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 48px;/*画像の幅*/
  height: 48px;/*画像の高さ*/
  background-image: url(../img/icon_1r_48.png);
  background-size: contain;
  vertical-align: bottom;
}

.chemo .patient ol {
	list-style-type: disc;
	padding-left:5em;
	padding-right:2em;
}
.chemo .patient ol li {
	margin-bottom:0.8em;
}

.content_type0_inner ol.list_nb {
  list-style-type: decimal;
  padding-left:5em;
  padding-right:2em;
}
.content_type0_inner ol.list_nb li {
  margin-bottom:0.8em;
}

.patient .flex {
	justify-content: space-around;
	padding:30px 50px;
	text-align:center;
}
.patient .flex div {
	width:40%;
	text-align:left;
}
@media screen and (max-width: 599px) {
	.patient .flex div {
		width:80%;
		text-align:left;
		margin:20px auto;
	}
}

/*************************************************************
* ★★★ subpage radiation
*************************************************************/
.radiation p.summary span.bb {
	font-weight:700;
	border-bottom:2px solid #000;
}
.radiation p.summary span.d_tel {
	font-weight:700;
	font-size:1.1em;
	margin-left:1em;
}
.radiation p.summary span.d_tel:before {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 30px;/*画像の幅*/
  height: 30px;/*画像の高さ*/
  background-image: url(../img/tel_icon.png);
  background-size: contain;
  vertical-align: top;
	background-repeat:no-repeat;
}

dl.staff {
	margin-left:3em;
}
dl.staff dt {
	font-weight:700;
}
dl.staff dd {
	margin-left:1em;
}

/*************************************************************
* ★★★ subpage critical
*************************************************************/
.critical{
	width: 100%;
}
.critical_link_area{
	width: 100%;
	margin: 15px 0 30px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.critical_link_area .critical_link_box{
	width: 48%;
	margin: 15px 1%;
}
.critical_link_area .critical_link_box a{
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	display: inline-block;
	border: 1px dashed #34b75c;
	box-sizing: border-box;
	text-align: center;
}
.critical_link_area .critical_link_box a:hover{
	border: 1px solid #9de7b4;
	background-color: #9de7b4;
}

/* リスト */
ol.critical_ollist {
	counter-reset: li;
    padding-inline-start: 0px;
}

ol.critical_ollist > li {
	list-style: none;
	position: relative;
	padding-left: 2.5em;
	margin-bottom: 15px;
	line-height: 200%;
}

ol.critical_ollist > li:before {
	counter-increment: li;
	content: counter(li);
	margin-right: 1em;
	background: #9de7b4;
	border-radius: 50%;
	text-align: center;
	width: 2em;
	height: 2em;
	position: absolute;
	left: 0em;
	top: 2px;
	line-height: 200%;
}
ol.critical_ollist p{
	margin: 0 !important;
}
dl.critical_dl {
  width:100%;
}
dl.critical_dl dt{
  float: left;
}
dl.critical_dl dd{
  margin-left: 200px;
}
a.link_green{
	color: #34b75c;
	text-decoration: underline;
}

@media screen and (max-width: 599px) {
	.critical{
		width: 96%;
		margin: 0 auto;
	}
	dl.critical_dl dt {
		clear: left;
		float: left;
		width: 100%;
	}
	dl.critical_dl dd {
		margin-left: 0px;
		width: 100%;
	}
}

/*************************************************************
* ★★★ subpage supportcenter
*************************************************************/
.supportcenter{
	width: 100%;	
}
.scenter_area{
	width: 100%;
	margin: 15px 0 30px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.scenter_area .scenter_box{
	width: 46%;
	margin: 15px 2%;
}
.scenter_area .greenbox{
	background-color: #dff8e7;
	padding: 30px;
	box-sizing: border-box;
	border-radius: 10px;
}
.scenter_area .pinkbox{
	background-color: #ffe4eb;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 10px;
}
.scenter_area .bluebox{
	background-color: #e4eaff;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 10px;
}

.scenter_area .approach_box{
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.approach_box .approach_icon{
	width: 25%;
}
.approach_box .approach_icon img{
	width: 100%;
	border-radius: 50%;
}
.approach_box .approach_txt{
	width: 70%;
	margin-left: 5%;
}
.approach_box .approach_txt span.btm_line_pink{
	background: linear-gradient(transparent 50%, #ff9db6 50%);
	font-weight: bold;
}
.approach_box .approach_txt span.btm_line_blue{
	background: linear-gradient(transparent 50%, #c1cfff 50%);
	font-weight: bold;
}
.approach_box .approach_img{
	width: 100%;
	margin-top: 15px;
}
.staffcmt_area{
	width: 100%;
	height: 380px;
	margin: 15px 0 30px 0;
	background-color: #dff8e7;
	padding: 30px;
	box-sizing: border-box;
	border-radius: 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.staffcmt_area .staffcmt_left_box{
	width: 60%;
}
.staffcmt_area .staffcmt_img_box{
	width: 450px;
	position: absolute;
	top: 20px;
	right: -90px;
}
.staffcmt_area .staffcmt_point_box{
	width: 178px;
	position: absolute;
	left: 0;
	bottom: -30px;
}
.staffcmt_area p.txt_pink{
	color:#ff2e64;
	font-weight: bold;
	margin-top: 50px;
	margin-left: 40px;
	font-size: 18px;
}
ul.scenter_list {
    list-style:  none;
    margin:  0;
    padding: 0;
}
ul.scenter_list li:before {
    content:  "";
    width:  10px;
    height:  10px;
    display:  inline-block;
    background-color: #34b75c;
    border-radius:  50%;
    position:  relative;
	top: -1px;
    margin-right: 5px;
}

@media screen and (max-width: 599px) {
	.supportcenter{
/*		width: 96%; */
		margin: 0 auto;
	}
	.scenter_area .scenter_box{
		width: 100%;
		margin: 15px 0;
	}
	.staffcmt_area{
		height: auto;
		margin: 15px 0 30px 0;
	}
	.staffcmt_area .staffcmt_left_box{
		width: 100%;
	}
	.staffcmt_area .staffcmt_img_box{
		width: 100%;
		position: static;
		top: 0;
		right: 0;
	}
	.staffcmt_area .staffcmt_point_box{
		display: none;
	}
	.staffcmt_area p.txt_pink{
		margin-top: 10px;
		margin-left: 0;
	}
}

/*************************************************************
* ★★★ subpage palliative_care
*************************************************************/
.palliative_care_pricearea{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.palliative_care_pricearea .pricebox_left{
	width: 50%;
}
.palliative_care_pricearea .pricebox_right{
	width: 50%;
	padding: 10px;
	box-sizing: border-box;
}

/* リスト */
ol.palliative_care_ollist {
	counter-reset: li;
    padding-inline-start: 16px;
}

ol.palliative_care_ollist > li {
	list-style: none;
	position: relative;
	padding-left: 2.5em;
	margin-bottom: 15px;
	line-height: 200%;
}

ol.palliative_care_ollist > li:before {
	counter-increment: li;
	content: counter(li);
	margin-right: 1em;
	background: #9de7b4;
	border-radius: 50%;
	text-align: center;
	width: 2em;
	height: 2em;
	position: absolute;
	left: 0em;
	top: 2px;
	line-height: 200%;
}
ol.palliative_care_ollist p{
	margin: 0 !important;
}
.palliative_care_h4{
	font-size: 18px;
	margin: 20px 0 10px 0;
}
/* リスト */
ul.palliative_care_list {
    list-style:  none;
    margin:  0;
    padding-left: 35px;
	list-style-position: outside;
}
ul.palliative_care_list li {
    text-indent: -15px;
}
ul.palliative_care_list li:before {
    content:  "";
    width:  10px;
    height:  10px;
    display:  inline-block;
    background-color: #34b75c;
    border-radius:  50%;
    position:  relative;
	top: -1px;
    margin-right: 5px;
}

@media screen and (max-width: 599px) {
	.palliative_care_pricearea .pricebox_left{
		width: 100%;
	}
	.palliative_care_pricearea .pricebox_right{
		width: 100%;
		padding: 10px 0 0 0;
	}
}
/*************************************************************
* ★★★ subpage photo_area
*************************************************************/
.photo_area{
	width: 70%;
	margin: 20px auto;
}
.photo_area img{
	width: 100%;
}
@media screen and (max-width: 599px) {
	.photo_area{
		width: 96%;
	}
}
/*************************************************************
* ★★★ subpage chemo_photo_area
*************************************************************/
.chemo_photo_area{
	width: 100%;
	margin: 20px auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.chemo_photo_area .chemo_box{
	width: 50%;
	padding: 10px;
	box-sizing: border-box;
}
.chemo_photo_area .chemo_box img{
	width: 100%;
}
@media screen and (max-width: 599px) {
	.chemo_photo_area .chemo_box{
		width: 100%;
	}
}

/*************************************************************
* ★★★ subpage gancenter_btn_area
*************************************************************/
.gancenter_btn_area{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.gancenter_btn {
	width: 23%;
	margin: 0 1% 20px 1%;
	font-size: 18px;
	line-height: 18px;
/*	border: 1px dashed #34b75c; */
	background-color: #34b75c;
	color: #fff;
	position: relative;
	padding: 0;
	height: 68px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.gancenter_btn::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
/*	border: 1px dashed #9de7b4; */
	left: 0;
	top: 0;
}
.gancenter_btn:hover {
	opacity: 0.9;
}
.spt_more{
	text-align: left;
	margin-top: 20px;
}
@media screen and (max-width: 599px) {
	.gancenter_btn {
		width: 48%;
	}
	.spt_more{
		text-align: center;
		margin-top: 20px;
	}
}
/*************************************************************
* 本文リンク用
*************************************************************/
a.page_link {
  color: #34b75c;
  text-decoration: underline;
}
a.page_link:hover {
  text-decoration: none;
}
/*************************************************************
* teble　追加設定
*************************************************************/
.cl_yellow{
  background-color: #f4e9bf;
  border: 1px solid #000;
}
/*************************************************************
* ★★★ subpage nursing_outpatient
*************************************************************/
/* tab */
.tab-head {
  justify-content:flex-start;
}
.t_head-4 > .btn-tab {
  width: 23%;
  /*margin-bottom:20px;*/
  margin-right: 2.33333%;
}
.t_head-4 > .btn-tab:nth-child(4n) {
  margin-right:0;
}
.btn-tab {
  font-size: 18px;
  border: 1px dashed #34b75c;
  position: relative;
  padding: 0;
  height: 68px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.btn-tab::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px dashed #9de7b4;
  left: 0;
  top: 0;
}
.btn-tab.active {
  background-color: #9de7b4;
  border: none;
  box-shadow: none;
}
/* nursing_out */
.subpage .nursing_out {
	margin-top:2rem;
}
.nurs_out_about {
    width:100%;
	padding: 15px;
	box-sizing: border-box;
	margin: 20px auto 40px auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.nurs_out_about .text_box{
	width:60%;
	box-sizing: border-box;
}
.nurs_out_about .img_box{
	width:37%;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
}
.nurs_out_list01{
    list-style-type: none;
    padding: 10px 10px 40px;
}
.nurs_out_list01>li{
    list-style: inherit;
}
.nurs_out_list02{
    margin:  0;
	list-style-position: outside;
    padding: 10px 10px 40px 35px;
}
.nurs_out_list02>li{
    text-indent: -15px;
}
.nurs_out_list02>li:before {
    content:  "";
    width:  10px;
    height:  10px;
    display:  inline-block;
    background-color: #34b75c;
    border-radius:  50%;
    position:  relative;
	top: -1px;
    margin-right: 5px;
}
.nurs_out_message{
	width:100%;
	background-color: #f4e9bf;
	padding: 15px;
	box-sizing: border-box;
	margin: 20px auto 40px auto;
}
.summary02{
    text-align: left;
    padding: 0.5em 1em 1em 2em;
}
@media screen and (max-width: 768px) {
    /*tab*/
    .t_head-4 > .btn-tab {
      width: 24%;
      margin-right:1.333333%;
    }
    .btn-tab {
      font-size: 12px;
    }
    /*nurs_out_about*/
    .nurs_out_about .text_box{
		width:100%;
		box-sizing: border-box;
	}
	.nurs_out_about .img_box{
		width:100%;
		padding: 10px 0 0 0;
	}
}