@charset "utf-8";
@import url(cmn.css);
@import url(base.css);

@media screen and (min-width: 1025px) {
  header .global-nav li {
    width: 16.66666%;
  }
}

#find-works-support header .global-nav li.nav-works a {
  background-color: #ffd9de;
}

.global-nav li.nav-certificate a span::after {
  display: none;
}
.global-nav li.nav-certificate a em::after {
  content: "";
  display: inline-block;
  background: url("../images/cmn-images/link_out.png") no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  position: relative;
  top: 2px;
  margin-left: 0.25em;
}

.nav-top a {
	background-color: #5aaf94;
}

/* ==========================================================================
	MAIN
	========================================================================== */

.slider li h1 {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30%;
	margin: -50px 0 0 -15%;
}
.slider li p {
	position: absolute;
	bottom: 20%;
	left: 50%;
	width: 10%;
	margin-left: -5%;
	-webkit-transition: 0.4s ease-in-out;
		 -moz-transition: 0.4s ease-in-out;
			 -o-transition: 0.4s ease-in-out;
					transition: 0.4s ease-in-out;
}


#main {
	overflow: hidden;
}
.bx-viewport:before,
.bx-viewport:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -100%;
	z-index: 1000;
}
.bx-wrapper .bx-viewport {
	overflow: visible !important;
	left: 0;
	border-width: 0;
	box-shadow: none;
}
.bx-viewport:before {
	right: 100%;
	left: -100%;
}
.bx-viewport:after {
	left: 100%;
	right: -100%;
}


.slider li h1 {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30%;
	margin: -50px 0 0 -15%;
}
.slider li p {
	position: absolute;
	bottom: 20%;
	left: 50%;
	width: 10%;
	margin-left: -5%;
	-webkit-transition: 0.4s ease-in-out;
		 -moz-transition: 0.4s ease-in-out;
			 -o-transition: 0.4s ease-in-out;
					transition: 0.4s ease-in-out;
}






/* ==========================================================================
	NAVIGATION
	========================================================================== */

#home header .global-nav li.nav-home a {
	background-color: #ffd9de;
}
#greeting header .global-nav li.nav-greeting a {
	background-color: #ffd9de;
}
#greeting #subnav li.nav-greeting02 a {
	background-color: #dd384f;
}
#report header .global-nav li.nav-greeting a {
	background-color: #ffd9de;
}
#report #subnav li.nav-report a {
	background-color: #dd384f;
}
#schedule header .global-nav li.nav-greeting a {
	background-color: #ffd9de;
}

#schedule #subnav li.nav-schedule a {
	background-color: #dd384f;
}
#regulations header .global-nav li.nav-greeting a {
	background-color: #ffd9de;
}
#regulations #subnav li.nav-regulations a {
	background-color: #dd384f;
}
#fee header .global-nav li.nav-greeting a {
	background-color: #ffd9de;
}
#fee #subnav li.nav-fee a {
	background-color: #dd384f;
}
#certificate header .global-nav li.nav-certificate a {
	background-color: #ffd9de;
}
#calender header .global-nav li.nav-calender a {
	background-color: #ffd9de;
}
#form header .global-nav li.nav-change a {
	background-color: #ffd9de;
}
#faq header .global-nav li.nav-faq a {
	background-color: #ffd9de;
}
#backnumber header .global-nav li.nav-greeting a {
	background-color: #ffd9de;
}
#backnumber #subnav li.nav-backnumber a {
	background-color: #dd384f;
}

/* ==========================================================================
	HOME
	========================================================================== */

/*GREETING*/

#greeting-bn li img {
	width: 100%;
}
#greeting-bn li a {
	display: block;
	border: solid 3px #dd3a50;
	-webkit-transition: 0.4s ease-in-out;
		 -moz-transition: 0.4s ease-in-out;
			 -o-transition: 0.4s ease-in-out;
					transition: 0.4s ease-in-out;
}
#greeting-bn li a:hover {
	background-color: #fff5f6;
}
#greeting-bn li {
	padding: 10px;
}
.button {
  position: relative;
}

/* Effect1
 *************************************** */
/* 擬似要素の共通スタイル */
.change-border01::after,
.change-border01::before,
.change-border01__inner::after,
.change-border01__inner::before {
  background-color: #f7a6b1;
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
/* 左上へ配置 */
.change-border01::after {
    height: 3px;
    left: -3px;
    top: -3px;
    width: 0px;
}
/* 右下へ配置 */
.change-border01::before {
  bottom: -3px;
  height: 3px;
  right: -3px;
  width: 0px;
}
/* 左下へ配置 */
.change-border01__inner::after {
  bottom: -3px;
  height: 0px;
  left: -3px;
  width: 3px;
}
/* 右下へ配置 */
.change-border01__inner::before {
  height: 0px;
  right: -3px;
  top: -3px;
  width: 3px;
}

/* hover */
.change-border01:hover::after,
.change-border01:hover::before {
  width: 100%;
  width: calc(100% + 3px);
}
.change-border01:hover .change-border01__inner::after,
.change-border01:hover .change-border01__inner::before {
  height: 100%;
  height: calc(100% + 3px);
}

/*NEWS&TOPICS*/

#news {
	background: url(../images/index-images/news-bg.jpg) 0 70% no-repeat;
	padding: 50px 0;
}
#news-bn .ul-3column li a {
	display: block!important;
	margin: 0 auto 10px auto!important;
}
#news-bn .ul-3column li span {
	display: block;
	width: 90%;
}
#news-bn .ul-3column li img {
	display: block;
	margin-bottom: 10px;
}

#news-list {
	background-color: rgba(255,255,255,0.6);
	padding: 30px 40px 30px 40px;
}
#news-list dl {
	overflow: hidden;
	border-bottom: dotted 1px #888887;
	padding: 10px;
}
#news-list dl:hover {
}
#news-list dl:last-child {
	border-bottom: none;
}
#news-list dt {
	width: 25%;
	float: left;
	padding: 10px 0;
}
#news-list dd {
	width: 75%;
	float: right;
	background: url(../images/cmn-images/icon01.png) 98% 50% no-repeat;
	background-size: 15px;
	padding: 10px;
}
#news-list dd a {
	display: block;
	-webkit-transition: 0.4s ease-in-out;
		 -moz-transition: 0.4s ease-in-out;
			 -o-transition: 0.4s ease-in-out;
					transition: 0.4s ease-in-out;
}
#news-list dd:hover a {
	color: #e96a7b;
}
#news-list .icon-yellow a {
	font-size: 1.1rem;
	line-height: 1.1rem;
	text-align: center;
	background-color: #fff95b;
	border-radius: 4px;
	padding: 2px 25px;
	margin-left: 20px;
}

#news-list02 {
	overflow: hidden;
	margin-bottom: 50px;
}
#news-list02 dd a {
	-webkit-transition: 0.4s ease-in-out;
		 -moz-transition: 0.4s ease-in-out;
			 -o-transition: 0.4s ease-in-out;
					transition: 0.4s ease-in-out;
}
#news-list02 dd a:hover {
	color: #dd3a50;
}
#news-list02 img {
	display: block;
	margin-bottom: 10px;
	-webkit-transition: 0.4s ease-in-out;
		 -moz-transition: 0.4s ease-in-out;
			 -o-transition: 0.4s ease-in-out;
					transition: 0.4s ease-in-out;
}
#news-list02 img:hover {
	opacity: 0.4;
	filter: alpha(opacity=90);
}
#news-list02 dt {
	margin-bottom: 5px;
}

#news-list02 .icon-yellow a {
	font-size: 1.1rem;
	line-height: 1.1rem;
	text-align: center;
	background-color: #fff95b;
	border-radius: 4px;
	padding: 2px 25px;
	margin-right: 20px;
}

/*FOLLW ME*/

#follow {
	background-color: #ffffe2;
	padding: 50px 0;
}
#follow h2 {
	font-size: 1.8rem;
	font-weight: bold;
	background: url(../images/cmn-images/icon-fb.png) 0 50% no-repeat;
	background-size: 32px;
	padding-left: 45px;
	margin-bottom: 20px;
}
#follow h2 span {
	margin-left: 10px;
}
#follow li:first-child {
	border-right: solid 1px #dd3a50;
}

/* ==========================================================================
	GREETING
	========================================================================== */

.tit-name {
	border-left: solid 5px;
	padding-left: 20px;
	margin-bottom: 40px;
}
.tit-name h3 {
	font-size: 2rem;
	margin-bottom: 15px;
}
.tit-name h3 span {
	font-size: 3rem;
	margin-left: 10px;
}
.tit-name h4 {
	display: inline-block;
	color: #5b92d0;
	font-size: 2.5rem;
	line-height: 2.8rem;
	background: url(../images/cmn-images/line.gif) 0 100% repeat-x;
	margin-bottom: 0;
}

.greeting-box img {
	width: 23%;
}
.greeting-box .txt {
	width: 72%;
}
.greeting-box p {
	text-align: justify;
	text-justify: inter-ideograph;
}

/* ==========================================================================
	FEE
	========================================================================== */

.table-fee {
	width: 50%;
}
.table-fee th {
	font-weight: normal;
	width: 23px;
	vertical-align: middle;
	border: solid 1px #eee;
	padding: 10px;
}
.table-fee td {
	vertical-align: middle;
	border: solid 1px #eee;
	padding: 10px;
}
.table-fee td.price {
	width: 30%;
	text-align: right;
}

/* ==========================================================================
	FAQ
	========================================================================== */

.faq-box dl {
	margin-bottom: 30px;
}
.faq-box dt {
	background: url(../images/faq-images/icon-q.png) 15px 50% no-repeat;
	background-size: 22px;
	padding-left: 40px;
	padding: 15px 15px 15px 75px;
}
.faq-box dt span {
	display: inline-block;
	color: #5b92d0;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 2.1rem;
	background: url(../images/cmn-images/line.gif) 0 100% repeat-x;
	margin-bottom: 0;
}

.faq-box dd {
	background: url(../images/faq-images/icon-a.png) 15px 50% no-repeat;
	background-size: 22px;
	background-color: #fff5f6;
	padding-left: 40px;
	padding: 15px 15px 15px 75px;
}

/* ==========================================================================
	POLICY
	========================================================================== */

.table-policy th {
	font-weight: normal;
	vertical-align: top;
	padding: 0 10px 20px 0;
}
.table-policy td {
	vertical-align: top;
	padding-bottom: 20px;
}
.table-policy td p:last-child {
	margin-bottom: 0;
}


.table-policy td p + p{
	margin-top: 15px;
}

.table-policy ol + p{
	margin-top: 15px;
}

.table-policy p:has(+ ol) {
  margin-bottom: 0;
}

.table-policy ol li{
	margin-bottom: 0;
}

#policy ol {
	margin-bottom: 20px;
}

/* ==========================================================================
	SITEMAP
	========================================================================== */

.sitemap-box ul {
	width: 48%;
}
.sitemap-box ul li {
	margin-bottom: 20px;
}
.sitemap-box ul li a {
	display: block;
	background: url(../images/sitemap-images/icon01.png) 10px 50% no-repeat;
	background-size: 14px;
	background-color: #f3f3f3;
	padding: 10px 10px 10px 40px;
}
.sitemap-box ul li.second a {
	display: block;
	background: url(../images/sitemap-images/icon02.png) 40px 50% no-repeat;
	background-size: 10px;
	border: solid 1px #eee;
	padding-left: 70px;
	-webkit-transition: 0.4s ease-in-out;
		 -moz-transition: 0.4s ease-in-out;
			 -o-transition: 0.4s ease-in-out;
					transition: 0.4s ease-in-out;
}
.sitemap-box ul li a:hover {
	background-color: #fff5f6;
}

/* ==========================================================================
	LINK
	========================================================================== */

#link .tit-cmn03 {
	margin-bottom: 20px;
}
#link ul {
	margin-bottom: 30px;
}
#link ul:last-child {
	margin-bottom: 0;
}
.link-box {
	width: 48%;
}
.link-box li {
	margin: 10px;
}
.link-box li a {
	display: block;
	background: url(../images/cmn-images/icon-blank.png) 95% 50% no-repeat;
	background-size: 13px;
	background-color: #f3f3f3;
	padding: 10px 20px 10px 10px;
	-webkit-transition: 0.4s ease-in-out;
		 -moz-transition: 0.4s ease-in-out;
			 -o-transition: 0.4s ease-in-out;
					transition: 0.4s ease-in-out;
}
.link-box li a:hover {
	background-color: #fff5f6;
}

/* ==========================================================================
	FORM
	========================================================================== */

.table-form {
	width: 80%;
	margin: 0 auto 50px auto;
}
.table-form tr:nth-child(odd) {
	/*background-color: #ffd9de;*/
}
.table-form tr {
    /* background-color: #ffd9de; */
    border-bottom: 2px #ededed solid;
}

.table-form th {
	width: 20%;
	vertical-align: middle;
	padding: 30px 20px;
}
.table-form td {
	padding: 30px 20px;
}
.table-form li {
	float: left;
	margin-right: 20px;
}
.essential {
	display: inline-block;
	width: 50px;
	background-color: #fff15b;
	font-size: 1.2rem;
	line-height: 1.7rem;
	text-align: center;
	border-radius: 3px;
	padding: 1px 0;
}
.table-form .essential {
	margin-left: 10px;
}

.table-form select {
	border: solid 1px #ededed;
	padding: 5px;
}
.table-form input {
	font-size: 100%;
	background-color: #ededed;
	border: solid 1px #ededed;
	padding: 10px;
}
.table-form .input01 {
	width: 60%;
}
.table-form .input02 {
	width: 15%;
}
.table-form .input03 {
	width: 10%;
}
.table-form .input04 {
	width: 20%;
}
.table-form textarea {
	width: 100%!important;
	background-color: #ededed;
	border: solid 1px #ededed;
	padding: 10px;
}
.table-form dl {
	display: table;
	table-layout: fixed;
	width: 100%;;
	margin-bottom: 10px;
}
.table-form dl:last-child {
	margin-bottom: 0;
}
.table-form dt {
	display: table-cell;
	width: 25%;
	font-size: 1.3rem;
	padding: 10px 0;
}
.table-form dd {
	display: table-cell;
}

.form-bt {
	width: 50%;
	margin: 0 auto;
}
.form-bt li {
	width: 48%;
}
.form-bt li input {
	width: 100%;
}
.bt-submit input {
	color: #fff;
	background-color: #dd3a50;
	border: solid 1px #dd3a50;
	border-radius: 4px;
	padding: 10px;
	cursor: pointer;
}
.bt-reset input {
	color: #fff;
	background-color: #727272;
	border: solid 1px #727272;
	border-radius: 4px;
	padding: 10px;
	cursor: pointer;
}

.txtmode02 {
  ime-mode: active;   /* 全角モード */
}
.txtmode01 {
  ime-mode: inactive; /* 半角モード */
}

.input_error{
	color: #e85b6e;
	font-weight: bold;
}

input[type="radio"] {
    margin: 0 5px 0 0;
}

#inprivacy{
    border: #ffd9de 4px solid;
    padding: 40px;
    width: 80%;
    margin: 0 auto 80px;
}
#inprivacy p{
	/*margin: 0 0 1em 2.2em;*/
}
#inprivacy p span{
	display: block;
	margin: 0 0 1em 1.2em;
}
#inprivacy div{
	text-align: right;
}
#inprivacy ul{
	margin: 0 0 1em 2.2em;
}

/* ==========================================================================
	CALENDER
	========================================================================== */

.cal_wrapper {
max-width: 960px; /* 最大幅 */
min-width: 100px!important; /* 最小幅 */
margin: 2.0833% auto;
}
.googlecal {
	position: relative;
	padding-bottom: 100%; /* 縦横比 */
	height: 0;
}
.googlecal iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
/* 画面幅が768px以上の場合の縦横比の指定 */
@media only screen and (min-width: 768px) {
	.googlecal { padding-bottom: 75%; }
}

/* ==========================================================================
	BLOG
	========================================================================== */

#blog #side {
	float: left;
	width: 18%;
}
#blog #side h2 {
	color: #dd3a50;
	font-size: 1.5rem;
	font-weight: normal;
	background: url(../images/cmn-images/icon05.png) 0 5px no-repeat;
	background-size: 6px;
	border-bottom: solid 1px #dd3a50;
	padding: 0 0 5px 20px;
	margin-bottom: 10px;
}
#blog #side ul {
	margin-bottom: 30px;
}
#blog #side ul li {
	font-size: 90%;
	margin-bottom: 10px;
}
#blog #side ul li a {
	display: block;
	padding: 2px 10px;
	-webkit-transition: 0.4s ease-in-out;
		 -moz-transition: 0.4s ease-in-out;
			 -o-transition: 0.4s ease-in-out;
					transition: 0.4s ease-in-out;
}
#blog #side ul li a:hover {
	background-color: #f3f3f3;
}
#blog #blog-box {
	float: right;
	width: 75%;
}
.tit-blog {
	font-size: 1.8rem;
	background-color: #fff5f6;
	padding: 10px;
	margin-bottom: 10px;
}
.tit-blog span {
	border-left: solid 3px #dd3a50;
	padding-left: 15px;
}
.blog-info {
	overflow: hidden;
	font-size: 90%;
	border-bottom: dotted 1px #ccc;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.blog-info p {
	float: left;
	color: #666;
	margin-bottom: 0;
}
.blog-info ul {
	float: right;
}
.blog-info ul li {
	float: left;
	color: #a2a2a2;
	margin-left: 20px;
}
.blog-info ul li a {
	display: inline-block;
	color: #dd3a50;
	text-decoration: underline;
	margin-left: 10px;
}

/* ==========================================================================
	BACKNUMBER
	========================================================================== */

.ashiato dl {
	overflow: hidden;
	padding: 20px;
}
.ashiato dl:nth-child(odd) {
	background-color: #f6f6f6;
}
.ashiato dl dt {
	float: left;
	width: 20%;
}
.ashiato dl dd {
	float: right;
	width: 80%;
}
.div-2column {
	width: 50%;
}
.backnumber-spring {
	padding-right: 4%;
	border-right: solid 1px #e85b6e;
}
.backnumber-autumn {
	padding-left: 4%;
}
#backnumber .tit-cmn03 {
	font-size: 1.7rem;
}
.backnumber-box01 img {
	display: block;
	width: 70%;
	margin: 0 auto 20px auto;
}
.backnumber-box01 dl {
	width: 100%;
}
.backnumber-box01 dt {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 50px;
}
.backnumber-box01 dd {
	width: 40%;
	margin: 0 auto;
}
.backnumber-box02 ul {
	width: 110%;
}
.backnumber-box02 li {
	position: relative;
	float: left;
	width: 40%;
	margin: 0 9% 5% 0;
}
.backnumber-box02 .inner {
	margin-bottom: 5px;
}
.backnumber-box02 .inner img {
	border: solid 1px #eee;
	padding: 5px;
}
.backnumber-box02 li dt {
	font-size: 1.3rem;
	text-align: center;
	margin-bottom: 10px;
}
.backnumber-box02 li dd {
	padding: 0 20px;
}
.backnumber-box02 li .bt-pdf a {
	font-size: 1.4rem;
	border: solid 3px #fffd2e;
	padding: 0 0;
	-webkit-transition: 0.4s ease-in-out;
		 -moz-transition: 0.4s ease-in-out;
			 -o-transition: 0.4s ease-in-out;
					transition: 0.4s ease-in-out;
}
.backnumber-box02 li .bt-pdf a:hover {
	border: solid 3px #fffd2e;
}
.bt-pdf a span {
	background-size: 15px;
	padding: 3px 0 3px 28px;
}

a.btn_nomal_link {
	color: #dd3a50;
	transition-property: all;
  transition: 0.3s linear;
}

a.btn_nomal_link:hover {
	color: #000;
}

a.btn_pdf_link {
	margin-top: 10px;
	display: inline-block;
	padding: 10px 20px;
	border: 1px solid #dd3a50;
	transition-property: all;
  transition: 0.3s linear;
}

a.btn_pdf_link:hover {
	background: #dd3a50;
	color: #fff;
}

.img_2block {
	display: -webkit-flex; /* Safari */
  display: flex;
	-webkit-flex-direction: row; /* Safari */
  flex-direction:         row;
	-webkit-flex-wrap: wrap; /* Safari */
  flex-wrap:         wrap;
	margin-bottom: 20px;
}

.img_2block span {
	display: block;
	width: 50%;
	height: 460px;
	overflow: hidden;
	position: relative;
}

.img_2block span:first-child {
	width: 61%;
}

.img_2block span:last-child {
	width: 39%;
}

.img_2block span img {
	position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

/* ==========================================================================
	PC 1025px -
	========================================================================== */

@media screen and (min-width: 1025px){


}


/* ==========================================================================
	TABLET - 1024px
	========================================================================== */

@media screen and (max-width:1024px){

/* HOME
  -----------------------*/

/*MAIN*/

.slider li h1 {
	position: absolute;
	top: 15%;
	left: 50%;
	width: 50%;
	margin: 50px 0 0 -25%;
}

/*FOLLOW ME*/

#follow h2 span {
	display: block;
	margin-left: 0;
}

/* GREETING
  -----------------------*/

.tit-name h3 {
	font-size: 1.8rem;
	margin-bottom: 10px;
}
.tit-name h3 span {
	font-size: 2.5rem;
}
.tit-name h4 {
	font-size: 1.8rem;
	line-height: 2.1rem;
}

/* REGULATIONS
  -----------------------*/

.regulations-box dt {
	width: 18%;
}
.regulations-box dd {
	float: right;
	width: 80%;
}

/* FEE
  -----------------------*/

.table-fee {
	width: 100%;
}

/* BACKNUMBER
  -----------------------*/

.ashiato dl dt {
	width: 30%;
}
.ashiato dl dd {
	width: 70%;
}
.backnumber-box01 img {
	width: 90%;
}
.backnumber-box01 dd {
	width: 40%;
	margin: 0 auto;
}
.div-2column {
	float: none;
	width: 100%;
}
.backnumber-spring {
	padding-right: 0;
	border-right:none;
}
.backnumber-autumn {
	padding-left: 0;
}

.backnumber-box02 ul {
	width: 106.3%;
}
.backnumber-box02 li {
	position: relative;
	float: left;
	width: 26.5%;
	margin: 0 5.8% 5.8% 0;
}
.backnumber-box02 li dd {
	padding: 0;
}
.backnumber-box02 li .bt-pdf a {
	font-size: 1.3rem;
}

/* BLOG
  -----------------------*/

#blog #side {
	float: left;
	width: 25%;
}
#blog #blog-box {
	float: right;
	width: 70%;
}
.blog-info {
	overflow: hidden;
	font-size: 90%;
	border-bottom: dotted 1px #ccc;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.blog-info p {
	float: left;
	color: #666;
	margin-bottom: 0;
}
.blog-info ul {
	float: left;
}
.blog-info ul li {
	color: #a2a2a2;
	font-size: 80%;
	margin: 0 10px 0 0;
}

/* FORM
  -----------------------*/

.table-form {
	width: 90%;
}
.table-form th {
	width: 25%;
}
.table-form .input01 {
	width: 70%;
}
.table-form .input02 {
	width: 20%;
}
.table-form .input03 {
	width: 15%;
}
.table-form .input04 {
	width: 40%;
}

.table-form dt {
	width: 30%;
}
.table-form dd {
	width: 70%;
}

.form-bt {
	width: 60%;
}

.img_2block span {
	box-sizing: border-box;
	display: block;
	width: 50%;
	height: 350px;
	padding: 10px;
	overflow: hidden;
	position: relative;
}

}

/* ==========================================================================
	SP - 640px
	========================================================================== */

@media screen and (max-width: 640px) {

/* HOME
  -----------------------*/

/*MAIN*/

.slider li h1 {
	position: absolute;
	top: 5%;
	width: 58%;
	margin: 35px 0 0 -29%;
}
.slider li p {
	position: absolute;
	bottom: 5%;
	width: 16%;
	margin-left: -8%;
}

/*NEWS&TOPICS*/

#news {
	background: url(../images/index-images/news-bg.jpg) 0 50% no-repeat;
	background-size: 650%;
	padding: 30px 0;
}
#news-bn .ul-2column li span {
	width: 100%;
}

#news-list {
	padding: 15px 20px;
}
#news-list dl {
	padding: 10px;
}
#news-list dt {
	width: 100%;
	float: none;
	padding: 0;
	margin-bottom: 5px;
}
#news-list dd {
	width: 100%;
	float: none;
	padding: 0 10px 0 0;
}
#news-list dd a {
	padding-right: 10px;
}
#news-list02 .icon-yellow {
	display: block;
}


/*FOLLW ME*/

#follow {
	padding: 30px 0;
}
#follow {
	padding: 30px 0;
}
#follow h2 {
	font-size: 1.6rem;
	background-size: 28px;
	padding-left: 40px;
}
#follow li:first-child {
	border-right: none!important;
}

/* GREETING
  -----------------------*/

.tit-name {
	border-left: solid 5px;
	padding-left: 15px;
	margin-bottom: 30px;
}
.tit-name h3 {
	font-size: 1.6rem;
	margin-bottom: 10px;
}
.tit-name h3 span {
	font-size: 2.2rem;
	margin-left: 10px;
}
.tit-name h4 {
	display: inline-block;
	color: #5b92d0;
	font-size: 1.7rem;
	line-height: 2rem;
	background: none;
	background-color: #fffaa8;
	margin-bottom: 0;
}

.greeting-box img {
	display: block;
	float: none;
	width: 60%;
	margin: 0 auto 10px auto!important;
}
.greeting-box .txt {
	width: 100%;
}

/*FEE*/

.table-fee th {
	width: 100%;
	display: block;
}
.table-fee td {
	width: 100%;
	display: block;
}
.table-fee td.price {
	width: 100%;
}

/*BACKNUMBER*/

.ashiato dl {
	padding: 15px;
}
.ashiato dl dt {
	width: 100%;
	font-weight: bold;
}
.ashiato dl dd {
	width: 100%;
}

.backnumber-box01 img {
	display: block;
	width: 80%!important;
	margin: 0 auto 20px auto;
}
.backnumber-box01 dl {
	width: 100%;
}
.backnumber-box01 dt {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 50px;
}
.backnumber-box01 dd {
	width: 40%;
	margin: 0 auto;
}
.backnumber-box01 dt {
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.backnumber-box01 dd {
	width: 70%;
	margin: 0 auto;
}
.backnumber-box02 ul {
	width: 108%;
}
.backnumber-box02 li {
	position: relative;
	float: left;
	width: 40%;
	margin: 0 9% 5% 0;
}
.backnumber-box02 .inner {
	margin-bottom: 5px;
}
.backnumber-box02 .inner img {
	border: solid 1px #eee;
	padding: 5px;
}
.backnumber-box02 li dt {
	font-size: 1.3rem;
	line-height: 1.6rem;
	text-align: center;
	margin-bottom: 10px;
}
.backnumber-box02 li dd {
	padding: 0 20px;
}
.backnumber-box02 li .bt-pdf a {
	border: solid 3px #fffd2e;
	padding: 0 0;
}
.backnumber-box02 li .bt-pdf a:hover {
	border: solid 3px #fffd2e;
}
.bt-pdf a span {
	background-size: 15px;
	padding: 3px 0 3px 28px;
}

/* LINK
  -----------------------*/

#link .tit-cmn03 {
	margin-bottom: 10px;
}
#link ul {
	margin-bottom: 20px;
}
#link ul:last-child {
	margin-bottom: 20px;
}
.link-box {
	width: 100%;
}

/* BLOG
  -----------------------*/

#blog #side {
	float: none;
	width: 100%;
}
#blog #side h2 {
	font-size: 1.4rem;
}
#blog #side ul {
	margin-bottom: 20px;
}
#blog #blog-box {
	float: none;
	width: 100%;
}
.tit-blog {
	font-size: 1.6rem;
}
.tit-blog span {
	padding-left: 12px;
}
.blog-info ul {
	float: none;
	clear: both;
}

/* FORM
  -----------------------*/

.table-form {
	width: 100%;
	margin: 0 auto 30px auto;
}
.table-form th {
	display: block;
	width: 100%;
	padding: 10px 20px 0 20px;
}
.table-form td {
	display: block;
	width: 100%;
	padding: 5px 20px 10px 20px;
}
.table-form .input01 {
	width: 100%;
}
.table-form .input02 {
	width: 20%;
}
.table-form .input03 {
	width: 15%;
}
.table-form dt {
	display: block;
	width: 100%;
}
.table-form dd {
	display: block;
	width: 100%;
}

.form-bt {
	width: 80%;
}

/*個人情報保護方針*/
#inprivacy {
    border: #ffd9de 4px solid;
    padding: 20px;
    width: 90%;
    margin: 0 auto 80px;
}
	
/* SITEMAP
  -----------------------*/

.sitemap-box ul {
	width: 100%;
}
.sitemap-box ul li {
	margin-bottom: 10px;
}
.sitemap-box ul li a {
	padding: 5px 5px 5px 40px;
}


.img_2block span {
	width: 100%;
	height: auto;
}

.img_2block span img {
	width: 100%;
	display: inline-block;
}

.img_2block span {
	display: block;
	width: 50%;
	height: 320px;
	overflow: hidden;
	position: relative;
}

.img_2block span img {
	position: absolute;
	display: inline-block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  width: 90%;
  height: auto;
}
/* ==========================================================================
	SP - 350px
	========================================================================== */

@media screen and (max-width: 350px) {

	.backnumber-box02 li dd {
		padding: 0;
	}
	.backnumber-box02 li .bt-pdf a {
		font-size: 1.2rem;
	}
	.bt-pdf a span {
		background-size: 12px;
		padding: 3px 0 3px 25px;
	}

}
