@charset "UTF-8";

body {
	padding: 0px;
	margin: 0px;
	background-image: url(images/top-bg_03.jpg);
	background-repeat: repeat-x;
	background-color: rgba(255,252,235,1.00);
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 767px){
	body {
		background-image: none;
	}
	img{
		max-width: 100%;
		height: auto;
	}
}

.clear {
	clear: both;
	background-color: undefined;
}
/*clearfix*/
.cf:before,
.cf:after{
  content:"";
  display: table;
}
.cf:after{
  clear:both;
}
/*IE6,7対策 （haslayout対策）*/
.cf{
  *zoom:1;
}
#contents {
	width: 100%;
}
#main {
	width: 1075px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
@media screen and (max-width: 767px){
	#main{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
}
#left {
	width: 800px;
	float: left;
	font-size: medium;
}
@media screen and (max-width: 767px){
	#left{
		order: 1;
		width: 100%;
		float: none;
	}
}

.left_article1 h2 {
	width: 750px;
	background-image: url(images/top_h3ber.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #FFFFFF;
	padding-top: 25px;
	height: 95px;
	padding-left: 58px;
	letter-spacing: 2px;
	margin: 10px 0 0 5px;
	font-size: 28px;
	line-height: 1;
}
@media screen and (max-width: 767px){
	.left_article1 h2{
		width: 100%;
		box-sizing: border-box;
		margin: 10px 0 0;
		font-size: 18px;
		background-image: none;
		height: auto;
		background: #75b62a;
		letter-spacing: 0;
		border-bottom: 5px solid #5aa400;
		position: relative;
		padding: 0;
	}
	.left_article1 h2:before{
		content: '';
		border-style: solid;
		border-width: 15px 15px 0 15px;
		border-color: #5aa400 transparent transparent transparent;
		position: absolute;
		bottom: -19px;
		left: 50px;
	}
	.left_article1 h2:after{
		content: '';
		border-style: solid;
		border-width: 15px 15px 0 15px;
		border-color: #75b62a transparent transparent transparent;
		position: absolute;
		bottom: -12px;
		left: 50px;
	}
	.left_article1 h2 span{
		position: relative;
		display: block;
		height: 100%;
		width: 100%;
		padding: 15px 10px 15px 30px;
		box-sizing: border-box;
	}
	.left_article1 h2 span:before{
		content: '';
		width: 8px;
		height: 8px;
		border-top: 2px solid #ffe614;
		border-right: 2px solid #ffe614;
		transform: rotate(45deg) translateY(-50%);
		position: absolute;
		top: 50%;
		left: 10px;
	}
}
.c-title-main{
	width: 750px;
    background-image: url(images/top_h2ber.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    color: #FFFFFF;
    padding-top: 25px;
    height: 65px;
    margin-right: 0px;
    margin-left: 5px;
    padding-left: 50px;
    letter-spacing: 6px;
    margin-top: 10px;
    margin-bottom: 0px;
}
@media screen and (max-width: 767px){
	.c-title-main{
		width: 100%;
		height: auto;
		box-sizing: border-box;
		margin: 10px 0 0;
		font-size: 18px;
		background-image: none;
		background: #f37c12;
		position: relative;
		padding: 15px 10px 15px 30px;
		letter-spacing: 0;
		border-bottom: 5px solid #da6f0f;
	}
	.c-title-main:before{
		content: '';
		width: 8px;
		height: 8px;
		border-top: 2px solid #ffe614;
		border-right: 2px solid #ffe614;
		transform: rotate(45deg) translateY(-50%);
		position: absolute;
		top: 50%;
		left: 10px;
	}
}
#right {
	width: 265px;
	float: right;
	padding-top: 15px;
}
@media screen and (max-width: 767px){
	#right{
		order: 2;
		width: 100%;
		padding: 15px 20px;
		box-sizing: border-box;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}
.right_menu_box {
	width: 230px;
	border: 10px solid #E7E1DA;
	background-color: #FFFFFF;
}
@media screen and (max-width: 767px){
	.right_menu_box{
		width: 100%;
		border: 5px solid #E7E1DA;
	}
}
.right_menu_box ul {
	padding: 0 10px 15px;
	margin: 0px;
}
.right_menu_box li {
	width: 140px;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 2px dotted #ADADAD;
	background-image: url(images/right_title_25.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 35px;
	padding-top: 10px;
	padding-bottom: 5px;
	height: 30px;
}
@media screen and (max-width: 767px){
	.right_menu_box li{
		width: 100%;
		box-sizing: border-box;
		padding: 16px 10px 17px 52px;
		height: auto;
	}
}
.right_menu_box li a {
	list-style-type: none;
	font-size: 17px;
	color: #1A1A1A;
	text-decoration: none;
}
.right_menu_box li a:hover  {
	list-style-type: none;
	color: #F37C12;
	text-decoration: none;
}
.right_menu_box_ti {
	background-repeat: no-repeat;
    width: 231px;
    height: 55px;
    margin-right: auto;
    margin-left: auto;
    background-position: 0px 0%;
    background-image: url(images/right_title_22.png);
    font-weight: bold;
    color: #FFFFFF;
    font-size: 22px;
    text-align: center;
    padding-top: 15px;
    letter-spacing: 5px;
	/* background-repeat: no-repeat;
	width: 231px;
	height: 50px;
	margin-right: auto;
	margin-left: auto;
	background-position: 0px 0%;
	background-image: url(images/right_title_22.png);
	font-weight: bold;
	color: #FFFFFF;
	font-size: 21px;
	text-align: center;
	padding-top: 14px;
	letter-spacing: 0px; */
}
@media screen and (max-width: 767px){
	.right_menu_box_ti{
		width: 100%;
		height: auto;
		background-image: none;
		background: #f37c12;
		position: relative;
		padding: 10px 10px;
		letter-spacing: 0;
		border-bottom: 5px solid #da6f0f;
		box-sizing: border-box;
	}
}
.left_article {
	padding-bottom: 10px;
}
.left_article1 {
}
.left_article2 {
	padding-bottom: 10px;
}
h1 {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	color: #FFE614;
}
@media screen and (max-width: 767px){
	h1{
		font-size: 10px;
		padding: 0 10px;
	}
}
.article {
	font-size: 15px;
	line-height: 20px;
	padding: 20px;
	margin-top: 0px;
	width: auto;
	height: auto;
	min-height: 110px;
}
.article2 {
	font-size: 15px;
	line-height: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 0px;
	width: auto;
	height: auto;
	min-height: 70px;
}

/*-------------top.css--------------------------------*/
.fuction_box {
	width: 780px;
}
@media screen and (max-width: 767px){
	.fuction_box {
		width: 100%;
		padding: 40px 20px 0;
		box-sizing: border-box;
	}
}
.fuction_box ul {
	margin: 0px;
	padding: 0px;
}
.fuction_box li {
	width: 380px;
	list-style-type: none;
	height: 149px;
	float: left;
	margin-right: 5px;
	font-size: 17px;
}
@media screen and (max-width: 767px){
	.fuction_box li{
		float: none;
		width: 100%;
		height: auto;
	}
}
.fuction_box_m {
	width: 340px;
	list-style-type: none;
	height: 99px;
	float: left;
	font-size: 17px;
	padding-left: 40px;
	padding-top: 30px;
	background-position: 8px 0%;
	background-repeat: no-repeat;
	background-image: url(images/function_33.png);
	margin-right: 5px;
}
@media screen and (max-width: 767px){
	.fuction_box_m{
		width: 100%;
		background-image: none;
		background: #fff;
		height: auto;
		box-sizing: border-box;
		border: 1px solid #75b62a;
		border-radius: 10px;
		margin-bottom: 20px;
		position: relative;
		text-align: center;
		padding: 10px 30px 20px;
	}
	.fuction_box_m:before{
		content: '';
		width: 96px;
		height: 59px;
		background: url('/images/icon-function.png') no-repeat center;
		background-size: cover;
		position: absolute;
		top: -13px;
		left: -14px;
	}
}
.fuction_box_menu {
	width: 310px;
	list-style-type: none;
	height: 69px;
	float: left;
	font-size: 17px;
	padding-left: 70px;
	padding-top: 50px;
	margin-right: auto;
	margin-left: auto;
}
@media screen and (max-width: 767px){
	.fuction_box_menu{
		width: 100%;
		padding: 15px 0 0;
		text-align: center;
	}
}

.button_box {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	list-style-type: none;
}
.button_box ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.button_box ul li {
	width: 380px;
	float: left;
	list-style-type: none;
}

.font_49 {
	font-weight: bold;
	font-size: 49px;
	color: #C4DCA0;
	width: 70px;
	float: left;
	padding-left: 12px;
	padding-top: 10px;
}
@media screen and (max-width: 767px){
	.font_49{
		width: auto;
		float: none;
		padding: 0;
	}
}
.font_18 {
	font-size: 18px;
	color: #646464;
	font-weight: bold;
}
.font_13 {
	font-size: 13px;
	width: 230px;
	float: left;
	padding-left: 17px;
}
@media screen and (max-width: 767px){
	.font_13{
		width: 100%;
		padding-left: 0;
	}
}
/*---------------------------------
update coding
---------------------------------*/
.right-sider1{
	text-decoration: none;
	display: block;
	position: relative;
}
@media screen and (max-width: 767px){
	.right-sider1{
		width: 100%;
		padding: 0 12% 10px;
		margin: 0 13px 10px 0;
	}
	.right-sider1 img{
		width: 100%;
	}
}
.pc-only{
	display: block;
}
.sp-only{
	display: none;
}
@media screen and (max-width: 767px){
	.pc-only{
		display: none;
	}
	.sp-only{
		display: block;
	}
}
.wp_social_bookmarking_light{
	border: 0;
	padding: 10px 0 20px 0;
	margin: 0;
}
@media screen and (max-width: 767px){
	.wp_social_bookmarking_light{
		padding: 10px 20px;
	}
}
