.contentBody{
	margin-bottom: 30px;
	    font-size: 110%;
}

.contentBody h2 {
	margin: 2em 0 1em;
    padding: 0 5px 3px;
    border-bottom: 1px solid #ccc;
    color: #487b96;
    /* font-weight: normal; */
    font-size: 140%;
}
.contentBody h3 {
  margin: 2em 0 1em;
    color: #487b96;
	/* font-weight: normal; */
    font-size: 130%;
}

.contentBody h4 {
	/* font-weight: normal; */
    font-size: 120%;
}

.contentBody a,
.contentBody a:visited,
.contentBody a:link 
{
	    color: #487b96;
}

.contentBody p,
.contentBody ol,
.contentBody ul {
    margin: 3px 5px;
    line-height: 160%;

}
.contentBody ol {
  list-style: decimal;
  padding-left: 2em;
}

.contentBody ol li{
	margin-bottom: 15px;
}

.contentBody ul {
  list-style: disc;
  padding-left: 2em;
}
.contentBody li ul {
  list-style: circle;
}
.contentBody li li ul {
  list-style: square;
}

.contentBody .alignLeft {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
}
.contentBody .alignRight {
  float: right;
  margin-left: 15px;
  margin-bottom: 10px;
}
.contentBody .alignCenter {
  display: block;
  margin: 0 auto;
}
.contentBody em {
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic Pro', 'MS P Gothic', sans-serif;
}
.contentBody table {
  max-width: 100%;
  height: auto!important;
}

.contentBody table[border] th {
    font-weight: bold;
    background-color: #eee;
    text-align: center;
}

.contentBody table th,
.contentBody table td {
  vertical-align: middle;
  font-size: 100%;
}
.contentBody table[border] {
  border: 1px solid #ccc;
}
.contentBody table[border] th,
.contentBody table[border] td {
  padding: 5px 10px;
  border: 1px solid #ccc;
	height: auto!important;
}
.contentBody table[border] th {
  font-weight: normal;
}

.contentBody sup {
  font-size: 0.5em;
  vertical-align: top;
}

.contentBody sub {
  font-size: 0.5em;
  vertical-align: bottom;
}

/* Color Definition
================================================== */

.red{
  color: red;
}



.style1 {
	display: inline-block;
    padding: 0.7em 3em;
    text-decoration: none;
    background: #79b3c8;
    color: #FFF;
    border-bottom: solid 4px #5d98ab;
    border-radius: 3px;
}
.style1:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
}

.style1 a{
	color: #fff;
}

.style1 a:link {
	color: #fff;
	text-decoration: none;
}
.style1 a:visited {
	color: #fff;
}
.style1 a:hover, a:focus {
	color: #fff;
	text-decoration: underline;
}


.style2 {
	display: inline-block;
    padding: 0.7em 3em;
	border: 4px solid #7bb3c7;
	border-radius: 5px;
	color: #7bb3c7;
}

.style2 a:link {
	color: #6098aa;
	text-decoration: none;
}
.style2 a:visited {
	color: #6098aa;
}
.style2 a:hover, a:focus {
	color: #6098aa;
	text-decoration: underline;
}


.style3 {
	display: inline-block;
    padding: 0.7em 3em;
    text-decoration: none;
    background: #79b3c8;
    color: #FFF;
    border-bottom: solid 4px #5d98ab;
    border-radius: 3px;
	width: 300px;
}
.style3:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
}

.style3 a{
	color: #fff;
}

.style3 a:link {
	color: #fff;
	text-decoration: none;
}
.style3 a:visited {
	color: #fff;
}
.style3 a:hover, a:focus {
	color: #fff;
	text-decoration: underline;
}


.style4 {
    color: #5d98ab;
}



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

table{margin-bottom: 0px;width: 100%;}
table th{display: block;border: none;background-color: #E1E1E1;}
table td{display: block;border: none; width: auto!important;}
	
.contentBody table[border] th {
    font-weight: normal;
	width: auto!important;
}
	
iframe {
    width: 100%;
    height: auto;
}
	

.int-question table td {
        display: block;
        border: none;
        width: auto !important;
        padding: 10px 0;
    }
	
}


@media screen and (max-width: 480px) {
	
.contentBody .alignRight {
	text-align: center;
    width: 50%;
	margin-left: 20px;
}
	
.contentBody .alignLeft {
  	text-align: center;
    width: 50%;
	margin-right: 20px;
}
	
.contentBody .alignRight,.alignLeft img{
    width: 50%;
    padding: 0 30px;
    margin-left: 0px;
    margin-bottom: 20px;
}

.style2 {
    display: inline-block;
    padding: 0.7em 10px;
    border: 4px solid #7bb3c7;
    border-radius: 5px;
    color: #7bb3c7;
    font-size: 85%;
}
	
.style3 {
	margin-bottom:10px;
	width: 70%;
}
	
	
}


/* インタビューページ
================================================== */


.top-category_interview #content {
	width: 100%;
	margin-bottom: 0;

}
.top-category_interview #content *{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.top-category_interview .contentListWrapper {
	width: 100%;
	max-width: 1040px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}



.top-category_interview #main {
	padding: 0;
}
.top-category_interview .contentBody {
	padding: 0;
}


.top-category_interview .contentBody .alignRight {
    float: right;
    margin-left: 25px;
    margin-bottom: 50px;
}


.top-category_interview .contentBody .alignLeft {
    float: left;
    margin-right: 25px;
    margin-bottom: 50px;
}

/*
.top-category_interview #breadCrumb {
	display: none;
}
*/


.top-category_interview .contentHeader {
	width: 100%;
	max-width: 1040px;
	margin-left: auto;
	margin-right: auto;
}

.top-category_interview h1 img {
	width: 100%;
	display: block;
}


li.pagelist-item.current-category_interview-item {
    width: 48%;
    margin: 1%;
    background: #fff;
    border-left: none;
}



li.pagelist-item.current-category_interview-item img {
    width: 100%;
    border: solid 1px #7bb3c7;
}

li.pagelist-item.current-category_interview-item span.title {
    display: none;
}



.int01 {
	width: 100%;
	background-color: #f4f9fb;
}
.int01-inner {
	width: 100%;
	max-width: 1040px;
	margin: 0 auto;
	padding: 60px 10px;
	position: relative;
}
.int01-pro-img {
	width: 19%;
	position: absolute;
	top: -25px;
	left: 0;
}
.int01-pro-img img {
	width: 100%;
}
.int01-pro {
	text-align: center;
	font-size: 120%;
}
.int01-pro .name {
	font-size: 160%;
	font-weight: bold;
}

.int01-pro .r_name {
	padding-left: 15px;
	    color: #7ab4c7;
	font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: bold;
}


.int01-pro .syozoku {
	color: #579baa;
	display: block;
	font-weight: bold;
	margin-top: 10px;
}
.int01-pro02 {
	text-align: center;
	margin-top: 10px;
}


.contentBody .int01-ul {
	width: 100%;
	margin: 40px 0 0 0;
	padding: 40px 10px 0 10px;
	border-top: 1px solid #ccc;
	list-style: none;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.contentBody .int01-ul li:first-child {
    width: 70%;
    margin-right: 0%;
    color: #579baa;
    font-size: 150%;
    /* font-weight: bold; */
    line-height: 190%;
	    padding-right: 15px;
}
.contentBody .int01-ul li:last-child {
	width: 30%;
	text-align: right;
}
.contentBody .int01-ul li:last-child img {
	width: 100%;
}

.int-image-area {
	padding-top: 100px;
	padding-bottom: 100px;
}
.int-image-area img {
	width: 100%;
}

.int-all {
	width: 100%;
}
.int-right {
	padding-left: 20%;
}
.int-left {
	padding-right: 20%;
}

.w500{
	padding-left: 40%;
}

.int-question {
	width: 100%;
	font-size: 103%;
}


.int-question p{
	line-height: 200%;
}

.int-question-inner {
	width: 100%;
	max-width: 1040px;
	margin: 0 auto;
	padding: 0 10px;
	font-size: 115%;
}
.question {
	color: #579baa;
	font-size: 130%;
	font-weight: bold;
}
.answer {
	margin: 30px 0;
	font-size: 160%;
	font-weight: bold;
}
.contentBody .question-tb {
	width: 100%;
	margin: 60px 0;
}
.contentBody .question-tb td {
	display: table-cell;
}


.contentBody .question-tb td:first-child {
	width: 48%;
	padding-right: 2%;
}
.contentBody .question-tb td:last-child {
	width: 48%;
	padding-left: 2%;
}
.contentBody .question-tb td img {
	width: 100%;
}

.int-favorite {
	width: 100%;
	background-color: #f4f9fb;
}
.int-favorite-inner {
	width: 100%;
	max-width: 1040px;
	margin: 0 auto;
	padding: 60px 10px 35px 10px;
	position: relative;
}
.int-favorite-title {
	position: absolute;
    top: -40px;
    color: #579baa;
    font-size: 320%;
    font-weight: bold;
    font-family: "Zen Kaku Gothic New", sans-serif;
}



@media screen and (max-width: 1080px) {
.int-favorite-title {
    font-size: 250%;
	top: -25px;
}
}

.contentBody .int-favorite-ul {
	width: 100%;
	margin: 0 0 35px 0;
	padding: 0;

	list-style: none;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 115%;
}
.contentBody .int-favorite-ul li:first-child {
	width: 35%;
}
.contentBody .int-favorite-ul li:first-child img {
	width: 100%;
}
.contentBody .int-favorite-ul li:last-child {
	width: 60%;
	padding-left: 5%;
	padding-top: 3%;
}

.int-favorite-ul-title {
	color: #579baa;
	font-size: 130%;
	font-weight: bold;
	margin-bottom: 15px;
}


.contentBody .int-question-p {
	margin: 60px 0;
	text-align: center;
}
.contentBody .int-question-p img {
	width: 70%;

}

.bottom_img {
	width: 100%;
	margin-top: 60px;
}
.bottom_img img {
	width: 100%;
	display: block;
}


.int-shisetsu {
	width: 100%;
	background-color: #f4f9fb;
}
.int-shisetsu-inner {
	width: 100%;
	max-width: 1040px;
	margin: 0 auto;
	padding: 100px 0px;
	font-size: 103%;
}
.int-shisetsu-title {
	color: #579baa;
	font-size: 160%;
	font-weight: bold;
	margin-bottom: 20px;
}

.int-shisetsu-inner p {
    line-height: 200%;
    font-size: 115%;
}

.top-category_interview .btn-wrap {
}


@media screen and (min-width: 601px) {
.top-category_interview .pc_disp {
}
.top-category_interview .sp_disp {
	display: none;
}
}

@media print and (min-width: 601px) {
#header {
	display: none;
}
.top-category_interview .pc_disp {
}
.top-category_interview .sp_disp {
	display: none;
}
}

@media print and (max-width: 600px) {
#header {
	display: none;
}
.top-category_interview .pc_disp {
	display: none;
}
.top-category_interview .sp_disp {
}
	
}







@media screen and (max-width: 1080px) {
	
.int01-pro-img img {
    padding-left: 12px;
}
	
.contentBody .int01-ul li:first-child {
    font-size: 120%;
    line-height: 177%;
}
	
.int01-pro {
    font-size: 100%;
}

.int01-inner {
    padding: 60px 20px;
}
	
.int-image-area {
    padding-top: 60px;
    padding-bottom: 60px;
}
	
.int-question-inner {
    padding: 0 20px;
    font-size: 100%;
}
	
.int-favorite-inner {
    padding: 60px 60px 35px 60px;
    font-size: 80%;
}	
.int-shisetsu-inner {
    padding: 60px 20px;
}
	
	
	
}

@media screen and (max-width: 768px) {
	
.top-category_interview .contentBody {
	margin-bottom: 0;
}
	
.contentBody .int-favorite-ul li:last-child {
    padding-top: 0;
}
	
.contentBody .int-favorite-ul li:last-child {
    width: 65%;
    padding-left: 4%;
}
	
.top-category_interview .btn-wrap {
    padding: 20px 0 10px 0;
    background-color: #F2F2F2;
}
	
	
}

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

li.pagelist-item.current-category_interview-item {
    width: 100%;
	padding: 2px 10px;
}
}

.int-favorite-inner p {
    margin: 5px 0;
}

@media screen and (max-width: 600px) {
	
    .int01-inner {
        padding: 90px 20px;
    }
	
.int-favorite-inner {
        padding: 60px 0 25px 0; 
        font-size: 80%;
        width: 100%;
        max-width: 380px;
    }
	
.int-favorite-inner p {
    margin: 3px 0;
}
	
.top-category_interview .pc_disp {
	display: none;
}
.top-category_interview .sp_disp {
}
	
.contentBody .int01-ul li:first-child {
    padding-right: 0;
}

.int01 {
	margin: 0 auto -60px auto;
}



.int01-pro-img {
	width: 50%;
	top: -10px;

}



.int01-pro {
	text-align: left;
}

.int01-pro .syozoku {
	display: block;
	padding-left: 0;
}
.int01-pro02 {
	text-align: left;
}

.contentBody .int01-ul li:first-child {
	width: 100%;
	margin-right: 0;
	order: 2;
}
.contentBody .int01-ul li:last-child {
	width: 100%;
	order: 1;
	text-align: center;
	padding-bottom: 20px;
}
.contentBody .int01-ul li:last-child img {
	width: 100%;
    max-width: 200px!important;
}

.int-right {
	padding-left: 0;
}
.int-left {
	padding-right: 0;
}
	
	
.contentBody .int-favorite-ul li:last-child {
    padding-left: 0;
}


.contentBody .int-favorite-ul li:first-child {
	width: 100%;
	order: 2;
}

.contentBody .int-favorite-ul li:last-child {
	width: 100%;
	padding-left: 0;
	padding-bottom: 15px;
	order: 1;
}
	
.contentBody .int-favorite-ul li:first-child img {
    width: 100%;
        /* max-width: 300px !important; */
        display: block;
        margin: 0 auto 30px auto;
}


}

@media screen and (max-width: 520px) {
    .int01-inner {
        padding: 70px 20px;
    }
 }


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

.top-category_interview .contentBody .alignRight,.top-category_interview .contentBody .alignLeft  {
	float: none;
    margin: 20px auto;
    display: block;
	padding: 0;
}
	
.int-shisetsu-inner {
    font-size: 80%;
}
	
.answer {
    font-size: 145%;
}
	
.int-favorite-inner {
    font-size: 85%;
}

.contentBody .question-tb {
    margin: 30px 0 60px 0;
}
	


}

@media screen and (max-width: 480px) {
.int-favorite-inner {
        max-width: 320px;
    }
}


@media screen and (max-width: 440px) {
    .int01-inner {
        padding: 60px 20px;
    }
 }

/* インタビューページ終わり
================================================== */





/* カレンダー
================================================== */

.calendar {
  margin-bottom: 40px;
}

.cal_month_select {
  margin-bottom: 40px;
  margin-top:25px;
  text-align: center;
}

.pre_month a{
	display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #79b3c8;
    color: #FFF!important;
    border-bottom: solid 4px #5d98ab;
    border-radius: 3px;
}

.now_month {
	margin: 0 20px;
    font-size: 130%;
    color: #7ab4c7;
}

.next_month a{
	display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #79b3c8;
    color: #FFF!important;
    border-bottom: solid 4px #5d98ab;
    border-radius: 3px;
}

.cal_category_select {
    background-image: url(../images/icon2.png);
    background-size: 15px;
    background-position: center left;
    background-repeat: no-repeat;
    padding-left: 22px;
	display:none;
}


table.cal_tbl {
  margin-top: 20px;
}

.cal_tbl {
  width: 100%;
}

.cal_tbl thead th {
  background-color: #eee;
  padding-top: 10px;
  padding-bottom: 10px;
}


.cal_tbl thead th.day,.cal_tbl thead th.week{
	width: 10%;
}

.contentBody .sectionBody table th {
  vertical-align: middle;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.cal_tbl th {
  border: solid 1px #ccc;
  text-align: center;
  padding: 10px;
}

.cal_tbl td {
  border: solid 1px #ccc;
  padding: 3px 10px;
}

.saturday { background: #d3e9ed; }
.sunday { background: #ffe7e6; }
.holiday { background: #ffe7e6; }

.cal_tbl .place { 
	background-color: #f3f3f3;
    font-size: 80%;
    padding: 3px 3px;
    margin-left: 10px;
	    display: none;
}
.cal_tbl .time {
	background-color: #f3f3f3;
    font-size: 80%;
    padding: 3px 3px;
    margin-left: 10px;	
	    display: none;
	 }
.category {
  /*display:none;*/
}

.cal_tbl td li {
        padding-top: 5px;
    	padding-bottom: 5px;
    	padding-left: 0px;
	    margin-left: 5px;
}

/*
.cal_tbl td li::before {
  content: '\2022';
  color: #79b3c8;
  font-size: 1.2em;
  padding: 0 8px 0 0;
}
*/

.cal_tbl td li a:link {
    color: #659bad;
}


table.cal_day_tbl {
    width: 100%;
    margin-bottom: 20px;
    border: solid 1px #ccc;
    margin: 0px 10px 15px 0px;
}

table.cal_day_tbl tr li:nth-child(even) {
    background-color: #f2f2f2;
}

table.cal_day_tbl th,table.cal_day_tbl td {
    border: solid 1px #ccc;
    padding: 10px;
	vertical-align: middle;
}

table.cal_day_tbl th{
	    background-color: #eee;
    padding-top: 10px;
    padding-bottom: 10px;
	width: 130px;
}


table.cal_day_tbl p {
    margin: 3px 0px;
}


@media screen and (max-width: 1080px) {
	
.calendar {
    padding: 0 20px;
}
	
}


@media screen and (max-width: 840px) {
.contentBody img.alignLeft, .contentBody img.alignRight {
    max-width: 300px!important;
	margin-bottom: 30px;
}
	
}

@media screen and (max-width: 650px) {
.contentBody img.alignLeft, .contentBody img.alignRight {
    max-width: 200px!important;
	margin-bottom: 30px;
}
	
}


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

	
table.cal_tbl {
	}
	
table.cal_tbl {
    font-size: 85%;
	}

table.cal_tbl th {
    display: revert;
	background-color: transparent;
}

.cal_tbl thead th.day,
.cal_tbl thead th.week,
.cal_tbl thead th.event{
	background-color: #eee;
	}



	
table.cal_tbl td {
    display: revert;
}
	
	
table.cal_day_tbl th{
	width: auto;
}
	

}



@media screen and (max-width: 520px) {
	
table.cal_tbl th.day {
    width: 10%;
}
	
table.cal_tbl th.week {
    width: 14%;
}
	
}
