@charset "UTF-8";

/* scroll_box -------------------------------------*/
#scroll_box{
	display:none;
}



img.img_border{
	border:1px solid #666;
    box-sizing: border-box;
}

#contbox_expert_01 {
	width:950px;
	margin:0 auto 40px auto;
	text-align:center;
	overflow:hidden;
}

#contbox_expert_02 {
	width:910px;
	margin:0 auto 40px auto;
	text-align:center;
	overflow:hidden;
}
#contbox_expert_02 .inner01{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 0 20px 0;
}
#contbox_expert_02 .inner01 .item:first-child{
    width: 66%;
}
#contbox_expert_02 .inner01 .item:last-child{
    width: 32%;
}
#contbox_expert_02 .inner02{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 0 20px 0;
}
#contbox_expert_02 .inner02 .item:first-child{
    width: 30%;
}
#contbox_expert_02 .inner02 .item:last-child{
    width: 64%;
}
#contbox_expert_03 {
	width:950px;
	margin:0 auto 40px auto;
	text-align:center;
	overflow:hidden;
}
#contbox_expert_03 .inner01{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 40px 0 0 0;
}
#contbox_expert_03 .inner01 .item:first-child{
    width: 56%;
}
#contbox_expert_03 .inner01 .item:last-child{
    width: 40%;
}

#contbox_expert_04 {
	width:910px;
	margin:0 auto 40px auto;
	text-align:center;
	overflow:hidden;
}
#contbox_expert_04 .inner01{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 40px 0 0 0;
}
#contbox_expert_04 .inner01 .item:first-child{
    width: 56%;
}
#contbox_expert_04 .inner01 .item:last-child{
    width: 40%;
}
#contbox_expert_04 .inner02{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 0 0 0;
}
#contbox_expert_04 .inner02 .item:first-child{
    width: 56%;
}
#contbox_expert_04 .inner02 .item:last-child{
    width: 40%;
}

#contbox_expert_cv_wrap {
	width:100%;
    padding: 40px 0;
	margin:40px auto 0 auto;
	text-align:center;
	overflow:hidden;
    background-color: #ededed;
}

#contbox_expert_cv {
	width:60%;
	margin:0 auto;
	text-align:center;
	overflow:hidden;
    background-color: #ededed;
}


/* button_box_cv01 */

#contbox_expert_cv .button_box_cv01{
    position: relative;
	clear:both;
	width: 100%;
	height: 70px;
	margin:0 0 20px 0;
	text-align: center;
	line-height: 70px;
	font-size:24px;
	font-size:2.4rem;
	font-weight:normal;
	font-family: 'Noto Serif JP', Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
#contbox_expert_cv .button_box_cv01:after {
  position: absolute;
  right:20px;
  top:45%;
  width:8px;
  height:8px;
  content: "";
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#contbox_expert_cv .button_box_cv01 a{
	display:block;
	color:#fff;
	text-decoration: none;
	background-color:rgba(139,0,0,1);
	-webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all  0.8s ease;
	box-sizing:border-box;
}

#contbox_expert_cv .button_box_cv01 a:hover{
	background-color:rgba(204,0,0,1);
}


/* button_box_cv02 */

#contbox_expert_cv .button_box_cv02{
    position: relative;
	clear:both;
	width: 100%;
	height: 70px;
	margin:0 0 20px 0;
	text-align: center;
	line-height: 70px;
	font-size:24px;
	font-size:2.4rem;
	font-weight:normal;
	font-family: 'Noto Serif JP', Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
#contbox_expert_cv .button_box_cv02:after {
  position: absolute;
  right:20px;
  top:45%;
  width:8px;
  height:8px;
  content: "";
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#contbox_expert_cv .button_box_cv02 a{
	display:block;
	color:#fff;
	text-decoration: none;
	background-color:rgba(0,0,102,1);
	-webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all  0.8s ease;
	box-sizing:border-box;
}

#contbox_expert_cv .button_box_cv02 a:hover{
	background-color:rgba(0,0,102,0.6);
}

/* button_box_cv03 */

#contbox_expert_cv .button_box_cv03{
    position: relative;
	clear:both;
	width: 100%;
	height: 70px;
	margin:0 0 20px 0;
	text-align: center;
	line-height: 70px;
	font-size:24px;
	font-size:2.4rem;
	font-weight:normal;
	font-family: 'Noto Serif JP', Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
#contbox_expert_cv .button_box_cv03:after {
  position: absolute;
  right:20px;
  top:45%;
  width:8px;
  height:8px;
  content: "";
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#contbox_expert_cv .button_box_cv03 a{
	display:block;
	color:#fff;
	text-decoration: none;
	background-color:#004d25;
	-webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all  0.8s ease;
	box-sizing:border-box;
}

#contbox_expert_cv .button_box_cv03 a:hover{
	background-color:#028760;
}

/* button_box_cv04 */

#contbox_expert_cv .button_box_cv04{
    position: relative;
	clear:both;
	width: 70%;
	height: 70px;
	margin:20px auto 0 auto;
	text-align: center;
	line-height: 70px;
	font-size:24px;
	font-size:2.4rem;
	font-weight:normal;
	font-family: 'Noto Serif JP', Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
#contbox_expert_cv .button_box_cv04:after {
  position: absolute;
  right:20px;
  top:45%;
  width:8px;
  height:8px;
  content: "";
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#contbox_expert_cv .button_box_cv04 a{
	display:block;
	color:#fff;
	text-decoration: none;
	background-color:rgba(139,0,0,1);
	-webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all  0.8s ease;
	box-sizing:border-box;
}

#contbox_expert_cv .button_box_cv04 a:hover{
	background-color:rgba(204,0,0,1);
}