/* ==========================================================================
  headerBottomMenu
========================================================================== */

.headerBottomMenu {
  background-color: #164a84;
  padding: 10px 0 6px 0;
}

.headerBottomMenu_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  width: 1080px;
}

.headerBottomMenu_item {
  margin-left: 32px;
}

.headerBottomMenu_item.headerBottomMenu_item-corporation {
  margin-left: 0px;
}

.headerBottomMenu_item.headerBottomMenu_item-corporation+.headerBottomMenu_item {
  margin-left: auto;
}

.headerBottomMenu_item a {
  color: #ffffff;
  line-height: 1.4;
  padding: 3px 19px 4px 0px;
  position: relative;
}

.headerBottomMenu_item a:hover {
  text-decoration: underline;
}

.headerBottomMenu_item.headerBottomMenu_item-corporation a {
  padding-left: 29px;
  padding-right: 0px;
}

.headerBottomMenu_item a::after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  content: '';
  display: block;
  height: 6px;
  position: absolute;
  top: calc(50% - 5px);
  right: 0px;
  transform: rotate(45deg);
  width: 6px;
}

.headerBottomMenu_item.headerBottomMenu_item-corporation a::before {
  background-image: url(/cmn/img/biz/headerBottom_icon_01.png);
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: '';
  display: block;
  height: 28px;
  position: absolute;
  top: calc(50% - 14px);
  left: 0;
  width: 24px;
}

.headerBottomMenu_item.headerBottomMenu_item-corporation a::after {
  display: none;
}


/* ==========================================================================
  headerBottomMenu
========================================================================== */

@media only screen and (max-width: 768px) {
  .headerBottomMenu {
    background-color: #164a84;
    padding: 10px 15px 6px 15px;
  }
  .headerBottomMenu_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .headerBottomMenu_item {
    margin-left: 15px;
  }
  .headerBottomMenu_item.headerBottomMenu_item-corporation {
    margin-left: 0px;
  }
  .headerBottomMenu_item.headerBottomMenu_item-corporation+.headerBottomMenu_item {
    margin-left: auto;
  }
  .headerBottomMenu_item a {
    color: #ffffff;
    display: inline-block;
    font-size: 1.1rem;
    line-height: 1.1;
    padding: 3px 15px 4px 0px;
    position: relative;
  }
  .headerBottomMenu_item.headerBottomMenu_item-corporation a {
    font-size: 1.2rem;
    padding-left: 27px;
    padding-right: 12px;
  }
  .headerBottomMenu_item a::after {
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    content: '';
    display: block;
    height: 6px;
    position: absolute;
    top: calc(50% - 5px);
    right: 0px;
    transform: rotate(45deg);
    width: 6px;
  }
  .headerBottomMenu_item.headerBottomMenu_item-corporation a::before {
    background-image: url(/s/cmn/img/biz/headerBottom_icon_01.png);
    background-position: 0 center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    content: '';
    display: block;
    height: 20px;
    position: absolute;
    top: calc(50% - 10px);
    left: 0;
    width: 18px;
  }
  .headerBottomMenu_item.headerBottomMenu_item-corporation a::after {
    display: none;
  }
}

main {
  width: 980px;
  margin: 0 auto;
}

.title01 {
  margin: 30px 0 20px;
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid #FF0004;
}

.area {
  text-align: center;
  margin: 20px 0 150px;
}

.text1 {
  font-size: 1.8rem;
  font-weight: bold;
}

.text1 a {
  color: #1a0dab;
}

.text2 {
  padding: 5px 10px;
  border-left: 4px solid #FF0000;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 50px 0 20px;
}

.text3 {
  font-size: 1.8rem;
  font-weight: bold;
}

.text4 {
  font-size: 1.6rem;
  font-weight: bold;
}

.text6 {
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
  margin: 20px 20px 50px;
}

.small {
  font-size: 1.3rem;
}

.indent {
  text-indent: -1em;
  padding-left: 2em;
}

.indent1 {
  text-indent: -1em;
  padding-left: 1em;
}

.fa-check {
  padding: 5px 5px 5px 20px;
}

.last {
  margin-bottom: 50px;
}

.button {
  position: relative;
  display: inline-block;
  padding: .5em 2em;
  background-color: #fff;
  border: 2px solid #FF0000;
  color: #FF0000;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
  margin: 50px;
  width: 600px;
  font-size: 1.8rem;
  font-weight: bold;
}

.button::after {
  position: absolute;
  top: 50%;
  right: .2em;
  content: '';
  margin-top: -5px;
  border: 7px solid transparent;
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-left-color: #FF0000;
  transition: all .3s;
}

.button:hover {
  background-color: #FF0000;
  color: #fff;
}

.button:hover::after {
  border-left-color: #fff;
}

*, *:before, *:after {
  box-sizing: border-box;
}

.col_3 {
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /* IE10 */
}

.col_3>div {
  width: 32%;
  /*padding: 10px;*/
}

@media screen and (max-width: 960px) {
  .col_3>div {
    width: 50%;
  }
}

@media screen and (max-width: 480px) {
  .col_3>div {
    width: 100%;
  }
}

.col_4 {
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /* IE10 */
}

.col_4>div {
  width: 23%;
  /*padding: 10px;*/
}

@media screen and (max-width: 960px) {
  .col_4>div {
    width: 33.33333%;
  }
}

@media screen and (max-width: 480px) {
  .col_4>div {
    width: 100%;
  }
}


/*--------------------------------------
  カード型_02
--------------------------------------*/

.l-wrapper_02 {
  margin: 1rem auto;
  /*width: 380px;*/
}

.card-radius_02 {
  overflow: hidden;
  border-radius: 8px;
  /*box-shadow: 0 4px 15px rgba(0,0,0,.2);*/
  border: 1px solid #333;
  margin: 5px;
}

.card_02 {
  background-color: #fff;
  box-shadow: 0 0 0px rgba(0, 0, 0, .16);
  color: #212121;
  text-decoration: none;
}

.card__header_02 {
  /*display: flex;*/
  flex-wrap: wrap;
}

.card__title_02 {
  padding: 0.5rem 1.5rem 0;
  font-size: 1.5rem;
  order: 1;
  font-weight: bold;
  text-decoration: none;
  border-bottom: solid 2px black;
  text-align: center;
  background: #FEFFE4;
}

.card__thumbnail_02 {
  margin: 0;
  order: 0;
}

.card__image_02 {
  width: 100%;
}

.card__body_02 {
  padding: 0 1.5rem;
}

.card__text_02 {
  font-size: 1.2rem;
  text-align: center;
  text-decoration: none;
}

.card__text2_02 {
  font-size: 1.3rem;
  margin-top: 0;
  margin: 1.0rem 0;
}


.cardtext04{
	font-size: 12px;
}




/*ボタン*/

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  margin: 0 auto;
}

a.btn01 {
  display: block;
  width: 80%;
  margin-top: 30px;
  padding: 1rem 0 1rem 2.2rem;
  color: #fff;
  border-radius: 15px;
  background: #003f8e;
  -webkit-box-shadow: 0 5px 0 #192f60;
  box-shadow: 0 5px 0 #192f60;
  text-align: left;
}

a.btn01 i {
  font-size: 2rem;
}

a.btn01:hover {
  color: #fff;
  opacity: 0.8;
}

a.btn02 {
  display: block;
  width: 80%;
  margin-top: 50px;
  padding: 1rem 0 1rem 2.2rem;
  color: #fff;
  border-radius: 15px;
  background: #00a960;
  -webkit-box-shadow: 0 5px 0 #00533f;
  box-shadow: 0 5px 0 #00533f;
  text-align: left;
}

a.btn02 i {
  font-size: 2rem;
}

a.btn02:hover {
  color: #fff;
  opacity: 0.8;
}

a.btn03 {
  display: block;
  width: 80%;
  margin-top: 50px;
  padding: 1rem 0 1rem 2.2rem;
  color: #fff;
  border-radius: 15px;
  background: #ff8c00;
  -webkit-box-shadow: 0 5px 0 #a0522d;
  box-shadow: 0 5px 0 #a0522d;
  text-align: left;
}

a.btn03 i {
  font-size: 2rem;
}

a.btn03:hover {
  color: #fff;
  opacity: 0.8;
}

.fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 5rem;
}

.text5 {
  position: relative;
  padding: 1.5rem 2rem;
  color: #DD0000;
  border-radius: 10px;
  background: #fff;
  width: 450px;
  font-size: 1.6rem;
  font-weight: bold;
}

/*.text5:after {
  position: absolute;
  bottom: -9px;
  left: 5em;
  width: 0;
  height: 0;
  content: '';
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #192f60 transparent transparent transparent;
}*/

@media only screen and (max-width: 768px) {
  main {
    width: 100%;
    padding: 1.0rem;
  }
  .area {
    margin: 20px 0 50px;
  }
  .title01 {
    margin-top: 8px;
    font-size: 1.5rem;
  }
  .button {
    width: 100%;
    font-size: 1.3rem;
    margin: 10px 0;
  }
  .text1 {
    font-size: 1.5rem;
    margin: 5px 0;
  }
  .text2 {
    font-size: 1.5rem;
    margin: 5px 0;
  }
  .text3 {
    font-size: 1.3rem;
    margin: 5px 0;
  }
  .text5 {
    padding: 5px 5px 5px 10px;
    width: 100%;
    font-size: 1.5rem;
  }
  .text5:after {
    left: 2em;
  }
  .text6 {
    font-size: 1.5rem;
    margin: 15px 0;
	 text-align: left;
	  padding-left: 10px;
  }
  .card__title_02 {
    padding: 3px
  }
  .btn {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  a.btn01 {
    display: block;
    width: 100%;
    margin-top: 15px;
  }
  a.btn01 i {
    font-size: 1.0rem;
  }
  a.btn02 {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  a.btn02 i {
    font-size: 1.0rem;
  }
  a.btn03 {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  a.btn03 i {
    font-size: 1.0rem;
  }
  .fa-position-right {
    position: absolute;
    top: calc(50% - 0.5em);
    right: 2rem;
  }
  .fa-check {
    padding: 5px;
  }
}

@media only screen and (max-width: 320px) {
  .btn {
    font-size: 1.0rem;
    line-height: 1.2;
  }
}

.col_2{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	padding-left: 14px;
}
.col_2 > div{
	width: 48%;
	/*padding: 10px;*/
}
@media screen and (max-width: 960px) {
	.col_2 > div{
		width: 100%;
	}
	.col_2{
		padding-left: 0px;
	}
}


.col_3{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	margin: 0 auto;
}
.col_3 > div{
	width: 31%;
	padding: 12px;
	margin: 10px;
}
@media screen and (max-width: 960px) {
	.col_3 > div{
		width: 50%;
	}
}
@media screen and (max-width: 480px) {
	.col_3 > div{
		width: 100%;
		margin-bottom: 20px;
	}
}

.box3{
 /* border:1px solid #FFAE00; */
  border-radius:50px; 
  background: #192f60;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.kakomi-box {
 position: relative;
 margin: 10px auto;
 padding: 20px;
 color: #555555; /* 文章色 */
 background-color: #fff; /* 背景色 */
 border: 1px solid #555555; /* 枠線の太さ・色 */
 /*width: 90%;*/
}
.title-box {
 position: absolute;
 padding: 0 .5em;
 left: 20px;
 top: -15px;
 font-weight: bold;
 background-color: #fff; /* タイトル背景色 */
 color: #E40404; /* タイトル文字色 */
 font-size: 18px;
}
@media screen and (max-width: 480px) {
	.title-box{
		font-size: 12px;
	}
	.box3{
		font-size: 13px;
	}
	.kakomi-box{
		padding: 5px;
	}
}
