@charset "utf-8";

/*Google Fontsの読み込み
---------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');

/**/

html {
  scroll-padding-top: 150px;
}

body {
	font-family: 'Noto Sans JP', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "Osaka", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
	-webkit-text-size-adjust: none;
	letter-spacing: 0.05em;
	background: #fff;
	color: #000;
	line-height: 2;
}

/*
body {
	font-family: 'Noto Sans JP', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "Osaka", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
	-webkit-text-size-adjust: none;
	letter-spacing: 0.05em;
	background: #fff;
	color: #000;
	line-height: 2;
}
*/

/*リセット*/
figure {margin: 0;}
dd {margin: 0;}
nav {margin: 0;padding: 0;}

/*table全般の設定*/
table {border-collapse:collapse;}

/*画像全般の設定*/
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}

/*videoタグ*/
video {max-width: 100%;}

/*iframeタグ*/
iframe {width: 100%;}

/*ul,olタグ*/
ul, ol {
	list-style-type: none;
}

/*リンクテキスト全般の設定
---------------------------------------------------------------------------*/
a {
	color: #333333;	/*文字色*/
	transition: 0.3s;
	text-decoration: none;
}

a:hover {
	color: #3D1585;
}

.inner {
	width: 80%;
	max-width:1200px;
	margin: 0 auto;
}


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

.inner {
	position: relative;
	width: 93%;
	margin: 0 auto;
}

}

.mt_back{
	backdrop-filter: blur(1.0px);
	padding-top: 60px;
	padding-bottom: 60px;
}

.mt_back p{
	font-size: 2.5em;
	color: #fff;
	text-align: center;
	line-height: 1.5em;
	font-weight: 600;
}


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

.mt_back p{
	font-size: 2.0em;
	
}

}

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

.mt_back{
	padding-top: 30px;
	padding-bottom: 30px;
}


.mt_back p{
	font-size: 100% !important;
}

}


/**/

.fade{
  opacity : 0;
  transition: opacity 1.5s;
}
 
.fade.view{
  opacity: 1;
}

.fade02{
  opacity : 0;
  transition: opacity 2.0s;
}
 
.fade02.view02{
  opacity: 1;
}

/*ヘッダー
---------------------------------------------------------------------------*/

header {
	/*position: fixed;
	top: 0;
	left: 0;*/
	width: 100%;
	z-index: 100;
	padding-top: 15px;
	/*border-bottom: 1px solid #ccc;*/
	background-color: #FFF;
	padding-bottom: 15px;
}

header:after {
	content: ""; 
	display: block;
	clear: both;
}

header h1 img {
	vertical-align: middle;
	height: auto;
	width: 100%;
}

.header_h1{
	display: flex;
	justify-content: space-between;
}

.header_h1 div.sitemap{
	width: 20%;
	margin-top: 30px;
}

.header_h1 div.sitemap a{
	width: 100%;
	color: #FFF;
	background-color: #8D3939;
	text-align: center;
	display: block;
	padding-bottom: 2px;
}
.header_h1 div.sitemap a:hover{
	background-color: #936;
}

.header_h1 h1{
	font-size: 23px;
	font-weight: bold;
	line-height: 0.8em;
	padding-top: 5px;
	padding-bottom: 5px;
}

.header_h1 h1 a{
	color: #333;
}

/*
.header_h1 div span.turn{
	font-size: 60%;
	display: block;
	line-height: 1.2em;
}
*/

.header_h1 div span.h1_eng{
	font-size: 12px;
	color: #594C97 !important;
	line-height: 1.1em;
	display: inline-block;
	letter-spacing: 0.04em;
}

.header_h1 .id_item01{
	background-image: url(../images/id.jpg);
	background-size: 100px;
	padding-left: 125px;
	background-position: left center;
}

.smp-only{
	display: none;
}

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

header {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #361F61;
}

.pc-only{
	display: none;
}

.smp-only{
	display: inline;
}

}

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

.header_h1{
	/*flex-wrap: wrap;*/
	background-image: url(../images/id.jpg);
	background-repeat: no-repeat;
	background-size: 70px;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 85px;
	background-position: 0px 18px;
}

/*
.header_h1 div{
	width: 100%;
}
*/

.header_h1 h1{
	font-size: 140%;
	line-height: 1em;
	margin-top: 0px;
	margin-bottom: 10px;
}

/*
.header_h1 div span.turn{
	font-size: 60%;
	display: inline;
	line-height: 1em;
	padding-right: 15px;
}
*/

.header_h1 .id_item01{
	padding-left: 0px;
	background-image: none;
}

}

@media (max-width: 640px) {

header {
	padding-top: 5px;
	padding-bottom: 5px;
}

.header_h1{
	background-size: 50px;
	padding-bottom: 5px;
	padding-left: 60px;
	background-position: 0px 12px;
	width: 78%;
	margin-left: 3%;
}

.header_h1 h1{
	font-size: 90%;
	line-height: 1.2em;
	margin-bottom: 3px;
}

/*
.header_h1 div span.turn{
	font-size: 60%;
	display: block;
	line-height: 1.2em;
}
*/

.header_h1 div span.h1_eng{
	/*font-size: 30%;*/
	margin-top: 5px;
	line-height: 1.2em;
}


}

/*　
============================================================*/

main{
	/*margin-top: 180px;*/
}

@media screen and (max-width:900px) {
	
main{
	/*margin-top: 150px;*/
}
	
}


@media screen and (max-width:600px) {
	
main{
	/*margin-top: 148px;*/
}
	
}

/*================================================
 *  グローバルナビゲーション
 ================================================*/

.menu{
	position: relative;
}

.menu.fix {
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}

/*
.hamburger .hamburger.fix {
	position: fixed !important;
	z-index: 1100;
		top: 0;
	left: 0;

}

.header-all.fix {
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}

*/

.hamburger {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.hamburger .btn-gNav {
	position: absolute;
	top: -145px !important;
	right: 0px;
	cursor: pointer;
	width: 45px;
	height: 45px;
	border-radius: 2px;
	background-color: #351F60;
}

.hamburger .btn-gNav span {
 display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    left: 11px;
    height: 3px;
    border-radius: 2px;
	background: #fff;
}

.hamburger .btn-gNav span:nth-child(1) {
 	top:12px;	
  	width: 50%;
}

.hamburger .btn-gNav span:nth-child(2) {
 	top:21px;
  	width: 50%;
}

.hamburger .btn-gNav span:nth-child(3) {
 	top:30px;
  	width: 50%;
}


/*activeクラスが付与されると線が回転して×になる*/

.btn-gNav.active {
	background-color: #FFF;
}


 .btn-gNav.active span:nth-of-type(1) {
	background: #000;
    top: 16px;
    left: 12px;
    transform: translateY(6px) rotate(-135deg);
    width: 50%;
}

.btn-gNav.active span:nth-of-type(2) {
	opacity: 0;
}

.btn-gNav.active span:nth-of-type(3){
	background: #000;
    top: 28px;
    left: 12px;
    transform: translateY(-6px) rotate(135deg);
    width: 50%;
}

.menu{
	background-color: #351F60;
}

.btn-gNav {
    display: none;
}

.gNav .gNav-menu {
	display: flex;
	justify-content: space-between;
}

.gNav .gNav-menu li {
	padding: 0;
	width: 20%;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #A999CA;
	border-bottom-color: #A999CA;
	border-left-color: #A999CA;
}

.gNav .gNav-menu li:nth-last-child(2) {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A999CA;
}

.gNav .gNav-menu li a{
	display: block;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 8px;
	font-size: 90%;
	font-weight: bold;
	color: #FFF;
}

.gNav .gNav-menu li a:hover{
	color: #FFF;
	background-color: #502F8C;
}

.gNav.navsc .gNav-menu li a{
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 100%;
}


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

.hamburger .btn-gNav {
	top: -115px !important;
}

.hamburger .btn-gNav.fix {
	top: 8px !important;
	z-index: 1001;
}

    .btn-gNav {
	display: block;
	z-index: 999;
    }

    .gNav {
	position: fixed;
	top: 0;
	right: -100%;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
	/*font-size: 16px;*/
	font-size: 2.0ex;
	box-sizing: border-box;
	z-index: 998;
	padding-top: 50px;
	transition: .3s;
    }

    .gNav.open {
        right: 0;
    }

    .gNav .gNav-menu {
        padding: 0;
        width: 100%;
        height: 100%;
        display: block;
        flex-direction: column;
        text-align: center;
    }

    .gNav .gNav-menu li {
	width: 86%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #BFBFBF;
	border-top-style: none;
    }

.gNav .gNav-menu li:nth-last-child(2) {
	border-right-style: none;
}
.gNav .gNav-menu li.smp-only a {
	background-color: #8E3939;
	width: 85%;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}


    .gNav .gNav-menu li a {
	color: #FFF !important;
	padding: 15px;
	}

    .gNav .gNav-menu li a:hover {
	background-color: #7FBFDF;
	}
	
}

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

.hamburger .btn-gNav {
	top: -135px !important;
}

}

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

/*
.header-all.fix {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
}
*/


}

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

.hamburger .btn-gNav {
	top: -135px !important;
}

/*
.hamburger .btn-gNav.fix {
	top: 15px !important;
}
*/

}

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

.hamburger .btn-gNav {
	top: -153px !important;
}
}

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

.hamburger .btn-gNav {
	top: -145px !important;
}
}

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

.hamburger .btn-gNav {
	top: -165px !important;
}

.hamburger .btn-gNav.fix {
	top: 12px !important;
}

}


/*「お知らせ」ブロック
---------------------------------------------------------------------------*/
/*お知らせブロック*/

#news{
}

.news{
	display: flex;
	margin-bottom: 50px;
}


.news .news_left{
	width:25%;
}

.news .news_left h2{
	font-size: 115%;
	color: #351F60;
	text-align: center;
	margin-bottom: 15px;
}

.news .news_left .more a{
	font-size: 85%;
	color: #FFF;
	background-color: #8D3939;
	line-height: 1em;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	display: block;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 9px;
}

.news .news_right{
	width: 75%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #351F60;
	padding-left: 20px;
	overflow-y: scroll;
	height: 350px;
}

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

.news{
	flex-wrap:wrap;
}

.news .news_left{
	width:100%;
}

.news .news_right{
	width: 100%;
	border-left-style: none;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCC;
	margin-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	padding-left: 0px;
}

.news .news_left .more a{
	width: 98%;
	padding-top: 15px;
	padding-bottom: 15px;
}

}

/*　説明会情報
============================================================*/

.top_caution{
	background-color: #F3F2F7;
	margin-bottom: 60px;
}

.top_caution .inner{
	display: flex;
	width: 80%;
	padding-top: 25px;
	padding-bottom: 25px;
}

.top_caution .tc_left{
	width: 25%;
	text-align: center;
	vertical-align: baseline;
	font-size: 90%;
	font-weight: bold;
	color: #FFF;
	background-color: #8D3939;
	display: table;
}

.top_caution .tc_left p{
	display: table-cell;
	vertical-align: middle;
}

.top_caution .tc_right{
	width: 75%;
	position: relative;
}

.top_caution .tc_right a{
	width: 100%;
	display: block;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #8D3939;
	border-right-color: #8D3939;
	border-bottom-color: #8D3939;
	padding: 15px;
	background-color: #FFF;
	line-height: 1.2em;
	transition: all 0.5s 0s ease;
}

.top_caution .tc_right a:hover{
	color: #333;
}

.top_caution .tc_right .tc_day{
	font-size: 95%;
	color: #8D3939;
	font-weight: bold;
	margin-bottom: 3px;
}

.top_caution .tc_right .tc_sub_title{
	font-size: 95%;
	margin-bottom: 3px;
}

.top_caution .tc_right .tc_title{
	font-size: 110%;
	font-weight: bold;
}

.top_caution .tc_right .tc_more{
	font-size: 90%;
	text-align: center;
	display: block;
	width: 30%;
	position: absolute;
	right: 15px;
	bottom: 15px;
	background-color: #8A3434;
	color: #FFF;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	transition: all 0.5s 0s ease;
}

.top_caution .tc_right a:hover .tc_more{
	background-color: #009999;
}

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

.top_caution{
	margin-bottom: 40px;
}

.top_caution .inner{
	flex-wrap:wrap;
	width: 90%;
}

.top_caution .tc_left{
	width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 100%;
}

.top_caution .tc_right{
	width: 100%;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #8D3939;
}

}

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

.top_caution{
	margin-bottom: 20px;
}

.top_caution .tc_right .tc_title{
	margin-bottom: 15px;
}

.top_caution .tc_right .tc_more{
	width: 100%;
	position: static;
}

}


/*　
============================================================*/

.table_box01{
}


.table_box01 table{
	width: 100%;
}

.table_box01 table.stripe{
}

.table_box01 table.stripe tr:nth-child(odd) td {
	background-color: #F4F4F4;
}

.table_box01 th{
	background-color: #333333;
	padding: 10px;
	color: #FFF;
}

.table_box01 th.tab30{
	width: 30%;
}

.table_box01 th.tab40{
	width: 40%;
}

.table_box01 td.tab40{
	width: 40%;
}

.table_box01 th.tab50{
	width: 50%;
}

.table_box01 th.tab60{
	width: 60%;
}

.table_box01 th.tab70{
	width: 70%;
}

.table_box01 td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 10px;
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
}

.table_box01 tr.border-top{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

.table_box01 td.center{
	text-align: center;
}

.table_box01 td:last-child{
	border-right-style: none;
}

.table_box01 tr:nth-child(odd){
	background-color: #F7FBFD;
}


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


}


/*　業績
============================================================*/

.results_box{
	padding-top: 30px;
	padding-bottom: 30px;
}

.results_box .results_title{
	font-size: 130%;
	color: #FFFFFF;
	font-weight: 500;
	padding-left: 20px;
	margin-bottom: 15px;
	padding-bottom: 7px;
	background-color: #133345;
	padding-top: 4px;
}

.results_box .results_title span a{
	display: inline-block;
	font-size: 80%;
	width: 25%;
	color: #3A3D8D;
	background-color: #FFCC00;
	border-radius: 4px;
	text-align: center;
	position: absolute;
	right: 10px;
	top: 9px;
}

.results_box .results_title span a:hover{
	background-color: #FFF;
}

.results_box .results_title span a::after{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f35d';
	padding-left: 15px;
}

/*==*/

.results_box .results_title02{
	font-size: 130%;
	color: #FFFFFF;
	font-weight: 500;
	padding-left: 20px;
	margin-bottom: 15px;
	padding-bottom: 7px;
	background-color: #133345;
	padding-top: 4px;
}

.results_box .results_title02 span a{
	display: inline-block;
	font-size: 80%;
	width: 25%;
	color: #3A3D8D;
	background-color: #FFCC00;
	border-radius: 4px;
	text-align: center;
	position: absolute;
	right: 10px;
	top: 9px;
}

.results_box .results_title02 span a::after{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f35d';
	padding-left: 15px;
}

/*==*/

.results_box ul li{
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.readmore {
	position: relative;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 75px;
	padding-left: 0;
}

.readmore label {
	position: absolute;
	display: table;
	left: 50%;
	bottom: 0;
	margin: 0 auto;
	width: 200px;
	padding: 10px 0;
	color: #fff;
	text-align: center;
	/*border-radius: 5px;*/
	background-color: #133345;
	transform: translateX(-50%);
	cursor: pointer;
	z-index: 1;
	transition: .3s;
}

.readmore label:hover {
	background-color: #3D1585;
}

.readmore label::before{
  content: '続きを見る';
}

.readmore input[type="checkbox"]:checked ~ label::before {
  content: '元に戻す';
}

.readmore input[type="checkbox"]{
  display: none;
}

/*===*/

.readmore02 {
	position: relative;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 75px;
	padding-left: 0;
}

.readmore02 label {
	position: absolute;
	display: table;
	left: 50%;
	bottom: 0;
	margin: 0 auto;
	width: 200px;
	padding: 10px 0;
	color: #fff;
	text-align: center;
	/*border-radius: 5px;*/
	background-color: #133345;
	transform: translateX(-50%);
	cursor: pointer;
	z-index: 1;
	transition: .3s;
}

.readmore02 label:hover {
	background-color: #3D1585;
}

.readmore02 label::before{
  content: '続きを見る';
}

.readmore02 input[type="checkbox"]:checked ~ label::before {
  content: '元に戻す';
}

.readmore02 input[type="checkbox"]{
  display: none;
}

/*===*/

.readmore03 {
	position: relative;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 75px;
	padding-left: 0;
}

.readmore03 label {
	position: absolute;
	display: table;
	left: 50%;
	bottom: 0;
	margin: 0 auto;
	width: 200px;
	padding: 10px 0;
	color: #fff;
	text-align: center;
	/*border-radius: 5px;*/
	background-color: #133345;
	transform: translateX(-50%);
	cursor: pointer;
	z-index: 1;
	transition: .3s;
}

.readmore03 label:hover {
	background-color: #3D1585;
}

.readmore03 label::before{
  content: '続きを見る';
}

.readmore03 input[type="checkbox"]:checked ~ label::before {
  content: '元に戻す';
}

.readmore03 input[type="checkbox"]{
  display: none;
}

/*===*/

.results_content {
  position: relative;
}

.readmore-content {
  position: relative;
  height: 350px;
  overflow: hidden;
}

.readmore input[type="checkbox"]:checked ~ .readmore-content {
  height: auto;
}

.readmore02 input[type="checkbox"]:checked ~ .readmore-content {
  height: auto;
}

.readmore03 input[type="checkbox"]:checked ~ .readmore-content {
  height: auto;
}

.readmore-content::before {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background: linear-gradient( rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, #fff 100%);
}

.readmore input[type="checkbox"]:checked ~ .readmore-content::before {
  display: none;
}

.readmore02 input[type="checkbox"]:checked ~ .readmore-content::before {
  display: none;
}

.readmore03 input[type="checkbox"]:checked ~ .readmore-content::before {
  display: none;
}

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

.results_box .results_title02 span a{
	width: 40%;
}

}

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

.readmore-content {
  height: 480px;
}

.results_box .results_title span a{
	width: 40%;
	margin-bottom: 10px;
}

.results_box .results_title02 span a{
	width: 97%;
	display: block;
	position: static;
	margin-bottom: 10px;
}

}

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

.results_box .results_title span a{
	width: 95%;
	display: block;
	position: static;
}

.results_box .results_title02 span a{
	width: 95%;
}


}

/*　アクセス
============================================================*/

.access_box{
	display:flex;
	
}

.access_box div{
	width: 50%;
}

.access_box .b01{
	font-size: 110%;
}

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

.access_box{
	flex-wrap: wrap;
}

.access_box div{
	width: 100%;
}

}

/*===*/

.access_box02{
	display:flex;
	justify-content: space-between;
}

.access_box02 div{
	width: 32%;
	display: flex;
	flex-direction: column;
	display: block;
	background-color: #F9FAFD;
	/*border-radius: 5px;*/
	border: 2px solid #7FBFDF;
	padding-top: 115px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

.access_box02 div p{
	flex-grow: 1;
}

.access_box02 .acb_title{
	color: #FFF;
	background-color: #2E96C8;
	text-align: center;
	display: block;
	padding-bottom: 2px;
	margin-bottom: 10px;
}

.access_box02 .b01{
	background-image: url(../images/bg_icon-01.png);
	background-repeat: no-repeat;
	background-position: center 15px;
	background-size:80px;
}

.access_box02 .b02{
	background-image: url(../images/bg_icon-02.png);
	background-repeat: no-repeat;
	background-position: center 15px;
	background-size:80px;
}

.access_box02 .b03{
	background-image: url(../images/bg_icon-03.png);
	background-repeat: no-repeat;
	background-position: center 15px;
	background-size:80px;
}

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

.access_box02{
	flex-wrap: wrap;
}

.access_box02 div{
	width: 49%;
	margin-bottom: 15px;
}

}

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

.access_box02 div{
	width: 100%;
}

}

.map_link a{
	width: 32%;
	flex-direction: column;
	display: block;
	background-color: #F9FAFD;
	border: 2px solid #7FBFDF;
	padding-top: 115px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-weight: bold;
	
	background-image: url(../images/bg_icon-04.png);
	background-repeat: no-repeat;
	background-position: center 15px;
	background-size:80px;

}

.map_link a:hover{
	color: #FFF;
	background-color: #7FBFDF;
	background-image: url(../images/bg_icon-04_h.png);
}

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

.map_link a{
	width: 49%;
}

}

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

.map_link a{
	width: 100%;
}

}


/*　english
============================================================*/

.english_box{
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 30px;
	/*padding-bottom: 30px;*/
}

/*==*/

.english_toc{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	margin-bottom: 30px;
}

.english_toc div {
	display: flex;
	align-items: center;
	width: 24%;
	align-items: stretch;
	margin-bottom: 15px;
	position: relative;
}
.english_toc div a{
	color: #333;
	display: block;
	width: 100%;
	padding-top: 11px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 40px;
	border: 1px solid #7FBFDF;
}

.english_toc div a:hover{
	color: #FFF;
	background-color: #4FA8D2;
}

.english_toc div::before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f0d7';
	font-size: 25px;
	color: #FFCC66;
	position: absolute;
	top: 3px;
	left: 15px;
}

.english_toc div.icon_none::before{
	content: '';
}


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

.english_toc div {
	width: 49%;
}

.english_toc div a{
}

}

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

.english_toc div {
	width: 100%;
}

}


/*　
============================================================*/

/*　
============================================================*/


/*フッター設定
---------------------------------------------------------------------------*/
footer small {font-size: 100%;}

footer {
	padding-top: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #351F60;
}

footer .footer-title{
	font-weight: 600;
	color: #351F60;
	font-size: 110%;
	line-height: 1.5em;
	margin-bottom: 10px;
}

footer .footer-text{
	line-height: 1.5em;
	font-size: 90%;
}

footer p{
	margin: 0px;
}

footer p.id-caution{
	font-size: 80%;
	color: #CCC;
}

/*リンクテキスト*/
footer a {
	text-decoration: underline;	/*text-decoration: none;*/
}

/*著作部分*/
footer .pr {display: block;}

footer .footer-box{
	background-image: url(../images/id.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 120px;
	background-size: 100px;
	padding-bottom: 30px;
}

small{
	font-size: 80% !important;
	color: #FFFFFF;
	text-align: center;
	display: block;
	padding-top: 7px;
	background-color: #351F60;
	padding-bottom: 7px;
	padding-right: 15px;
	padding-left: 15px;
}

@media print, screen and (max-width:800px) {

footer .footer-box{
	width: 100%;
	background-size: 80px;
	padding-left: 100px;
}

small{
	font-size: 60% !important;
}

}

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

footer .footer-box{
	background-size: 70px;
	padding-left: 80px;
}

footer p.id-caution{
	font-size: 65%;
}

}

/*　下層ページ
============================================================*/

/*　見出し
---------------------------------------------------------------------------*/

.toc{
	background-color: #FEFAF7;
	padding-top: 20px;
	padding-bottom: 25px;
}

.toc .toc_title {
	position: relative;
	font-size: 160%;
	text-align: center;
	padding: 10px;
	margin-bottom: 1em;
	color: #3E9FCE;
}

.toc .toc_title:after {
	position: absolute;
	content: '';
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 140px;
	height: 7px;
	border-radius: 10px;
	background-color: #7FBFDF;
	background-position: 0%;
}

.toc .toc_title span {
	display: block;
	font-weight: normal;
	color: #777;		/*文字色*/
	font-size: 13px;	/*文字サイズ*/
}

.back{
}

.toc p{
}

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

.toc{
	padding-top: 5px;
	padding-bottom: 10px;
}

.toc .toc_title {
	font-size: 140%;
}

.toc .toc_title:after {
	width: 120px;
}

}


/*　パンくず
============================================================*/

.pnqz{
	position: relative;
	z-index: 26;
	margin-bottom: 50px;
}

.pnqz .inner{
	/*width: 75%;*/
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

.pnqz ul{
	list-style-type: none;
	display: flex;
	margin: 0px;
	padding: 0px;
	flex-wrap: wrap;
}

.pnqz ul li{
	padding-right: 25px;
	font-size: 85%;
}

.pnqz ul li.pnqz_this{
	color: #351F60;
}

.pnqz li::after{
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	content: '\f054';
	font-size: 10px;
	position: relative;
	left: 17px;
	top: -2px;
	padding-right: 10px;
}

.pnqz li a{
	text-decoration: underline;
}

.pnqz li:last-child {
   overflow: hidden;
 }
 
.pnqz li:last-child span {
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
 }

.pnqz li:last-child::after{
	content: '';
}

.pnqz a:hover{
	color: #351F60;
	text-decoration: underline;
}



/*1920pxより大きい*/
@media (min-width:1920px) {

/*
.pnqz .inner{
	width: 90%;
}
*/

}

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

.pnqz{
	margin-bottom: 50px;
}

.pnqz .inner{
	width: 93%;
}

}

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

.pnqz{
	margin-bottom: 15px;
}

.pnqz ul li{
	font-size: 0.8em;
	padding-right: 8px;
	padding-top: 3px;
}

.pnqz li::after{
	left: 8px;
	top: -1px;
}

}

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

/*
.pnqz{
	margin-bottom: 30px;
}
*/

}

/*h2～
---------------------------------------------------------------------------*/

h2.main{
	position: relative;
	font-size: 150%;
	font-weight: 400;
	margin-bottom: 20px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-top: 0px;
	line-height: 1.3em;
}

h2.main::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100px;
  height: 5px;
  background: #3298C9;
  z-index: 1;
}

h2.main::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: #7FBFDF;
}

h2.main span a{
	display: block;
	font-size: 60%;
	background-color: #333;
	width: 23%;
	color: #FFF;
	border-radius: 5px;
	text-align: center;
	position: relative;
	left: 78.8%;
	top: -30px;
	padding-bottom: 2px;
	margin-bottom: -30px;
}

h2.main span a:hover{
	background-color: #3D1585;
}

h2.underlayer{
	position: relative;
	font-size: 150%;
	font-weight: 400;
	margin-bottom: 20px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-top: 0px;
	line-height: 1.3em;
}

h2.underlayer::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100px;
  height: 5px;
  background: #3298C9;
  z-index: 1;
}

h2.underlayer::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: #7FBFDF;
}

h3.underlayer{
	color: #fff;
	font-size: 130%;
	font-weight: 600;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #133345;
}

/*
h3.underlayer{
	color: #2E85C5;
	border: 3px solid #3298C9;
	font-size: 130%;
	font-weight: 600;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}*/

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

h2.main span a{
	width: 30%;
	left: 73%;
}

}

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

h2.main span a{
	width: 45%;
	left: 59.2%;
}

}

/*コンテンツ
---------------------------------------------------------------------------*/

.content{
}

.content .content-flex{
	display: flex;
	justify-content: space-between;
	line-height: 1em;
}

.content-flex .content-left{
	width: 23%;
	padding-right: 30px;
}

.content-flex .content-left h2{
	font-size: 115%;
	color: #361F61;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #351F60;
	padding-bottom: 15px;
	margin-bottom: 10px;
}

.content-flex .content-left .side-menu{
	margin-bottom: 20px;
}

.content-flex .content-left .side-menu li{
	position: relative;
}

.content-flex .content-left .side-menu li a{
	display: block;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 0.9em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	padding-left: 18px;
}

.content-flex .content-left .side-menu li a:hover{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #351F60;
}

.content-flex .content-left .side-menu li a::before{
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	content: '\f105';
	font-size: 18px;
	position: absolute;
	top: 14px;
	left: 0;
	color: #361F61;
	transition: 0.5s;
}

.content-flex .content-left .side-menu li a:hover::before{
	left: 3px;
}

.content-flex .content-right{
	width: 77%;
	padding-bottom: 40px;
	margin: 0px;
	padding-top: 0px;
	padding-left: 30px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #351F60;
	font-size: 0.9em;
	line-height: 1.5em;
}

.content-flex .content-right a{
	text-decoration: underline;
}

.content-flex .content-right h2{
	font-size: 123%;
	color: #361F61;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #351F60;
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #351F60;
	border-right-color: #351F60;
	border-left-color: #351F60;
	padding-top: 15px;
	padding-right: 20px;
	padding-left: 20px;
}

.content-flex .content-right h3{
	background-color: #003399;
	padding-top: 8px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	color: #FFF;
	font-weight: 500;
}

.content-flex .content-right h4{
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #0066CC;
	font-size: 110%;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
}

.content-flex .content-right h5{
	font-size: 110%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 8px;
}

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

.content .content-flex{
	justify-content: center;
	flex-wrap: wrap;
}

.content-flex .content-left{
	width: 100%;
	order: 2;
	padding-right: 0px;
}

.content-flex .content-left.sub-news{
	order: 1;
}

.content-flex .content-left h2{
	margin-bottom: 5px;
}

.content-flex .content-left .side-menu li a{
	border-bottom-color: #ccc;
	padding-top: 18px;
	padding-bottom: 18px;
	font-size: 1.1em;
}

.content-flex .content-left .side-menu li a::before{
	top: 20px;
}

.content-flex .content-right{
	width: 100%;
	order: 1;
	margin-bottom: 30px;
	padding-left: 0px;
	border-left-style: none;
	font-size: 1.0em;
}

.content-flex .content-right.sub-news{
	order: 2;
}


/*
.content .content-left ul li a{
	padding-top: 15px;
	padding-bottom: 15px;
}
*/

}


/*サイド
---------------------------------------------------------------------------*/

h2.side{
	background-color: #7FC0E0;
	display: block;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #208FC4;
	font-size: 110%;
	color: #FFF;
	font-weight: 400;
	padding-top: 7px;
	padding-bottom: 8px;
	padding-left: 15px;
	margin-bottom: 15px;
}

h2.side02{
	background-color: #7FC0E0;
	display: block;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #208FC4;
	font-size: 110%;
	color: #FFF;
	font-weight: 400;
	padding-top: 7px;
	padding-bottom: 8px;
	padding-left: 15px;
}


.top_banner{
}

.top_banner div{
	margin-bottom: 10px;
}

.top_banner div img{
	width: 100%;
	height: auto;
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.45);
}

/*===*/

.side_menu{
}

.side_menu li{
}

.side_menu li a{
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	font-size: 95%;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}

.side_menu li a:hover{
	background-color: #FEFAF7;
}

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

.top_banner{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.top_banner div{
	width: 44%;
	margin-right: 3%;
	margin-left: 3%;
}

}

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

.top_banner{
	width: 80%;
}

.top_banner div{
	width: 100%;
}

}

/*　デザインボックス
============================================================*/

.design_box01{
	text-align: center;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
	font-size: 110%;
	border: 1px solid #CCC;
}

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

.design_box01{
	width: 100%;
}

}

/*　引用ボックス
============================================================*/

blockquote {
	position: relative;
	box-sizing: border-box;
	font-style: italic;
	border: solid 1px #464646;
	color: #464646;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 30px;
	padding-left: 50px;
}

blockquote:before{
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 15px;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    color: #77c0c9;
    font-size: 25px;
    line-height: 1;
    font-weight: 900;
}

blockquote ul li{
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	padding-top: 15px;
}

blockquote ul li:last-child{
	border-bottom-style: none;
		padding-bottom: 0px;
}

blockquote p {
    padding: 0;
    margin: 10px 0;
    line-height: 1.7;
}

blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}

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

blockquote {
	padding-left: 20px;
}

blockquote p {
	padding-left: 40px;
}


}

/*　リンクリスト
============================================================*/

.link_list{
}

.link_list ul{
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
}

.link_list.flex6 ul li{
	width: 15%;
}

.link_list ul li a{
	background-color: #ECECEC;
	text-align: center;
	display: block;
	padding-top: 9px;
	padding-bottom: 10px;
	text-decoration: none !important;
	margin-bottom: 10px;
}

.link_list ul li a:hover{
	color: #FFF;
	background-color: #333333;
}

/****/

.link_list.flex2 ul li{
	width: 49%;
}

/****/

.link_list.flex3 ul li{
	width: 32%;
}

/****/

.link_list.flex4 ul li{
	width: 24%;
}

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

.link_list.flex6 ul li{
	width: 24%;
}

}

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

.link_list.flex6 ul li{
	width: 32%;
}

/****/

.link_list.flex2 ul li{
	width: 100%;
}

/****/

.link_list.flex3 ul li{
	width: 100%;
}

/****/

.link_list.flex4 ul li{
	width: 100%;
}

}

/*　業績リスト
============================================================*/

.list01{
	margin-left: 25px;
}

.list01 li{
	list-style-type: decimal;
	padding-top: 20px;
	padding-bottom: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	padding-right: 15px;
	padding-left: 15px;
	word-wrap: break-word;
}

.list01 li:nth-child(even){
	background-color: #F4F4F4;
}

/*　ニュースレター
============================================================*/

.list02{
}

.list02 li{
	list-style-type: none;
}

.list02 li:first-child{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}

.list02 li a{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	text-decoration: none !important;
	padding: 15px;
	display: block;
}

.list02 li a:hover{
	background-color: #F7F7F7;
	border-bottom-color: #351F60;
}

.list02 li.list-pdf a::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f1c1';
	font-size: 17px;
	margin-right: 9px;
}

.list02 li.list-arrow a::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f0da';
	font-size: 18px;
	margin-right: 13px;
	margin-left: 1px;
}

.list02 li.list-window a::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f2d2';
	font-size: 18px;
	margin-right: 13px;
	margin-left: 1px;
}

/*　サイトマップ
============================================================*/

.list-flex ul{
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
}

.list-flex ul li{
	width:49%;
}

.list-flex ul li a{
	width: 100%;
	border: 1px solid #CCC;
	display: block;
	text-decoration: none !important;
	line-height: 1em;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 18px;
	padding-left: 15px;
	margin-bottom: 12px;
}

.list-flex ul li a:hover{
	border-top-color: #351F60;
	border-right-color: #351F60;
	border-bottom-color: #351F60;
	border-left-color: #351F60;
}

.list-flex ul li a::before{
	content: "";
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #351F60;
	padding-right: 10px;
	padding-bottom: 2px;
}

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

.list-flex ul li{
	width:100%;
}

}

/*　写真関係
============================================================*/

.photo-flex{
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
}

.photo-flex div img{
	height: auto;
	width: 100%;
	max-width:800px;
}

.photo-flex.col2{
}

.photo-flex.col2 div{
	width: 48%;
	margin-bottom: 15px;
}

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

.photo-flex.col2 div{
	width: 100%;
}

}

/*　more
============================================================*/

.more_link a{
	width: 50%;
	padding-top: 10px;
	padding-bottom: 13px;
	color: #FFF;
	display: block;
	font-weight: 600;
	background-color: #660000;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none !important;
}

.more_link a:hover{
	background-color: #3D1585;
}

.more_link.link_arrow a{
	position: relative;
}

.more_link.link_arrow a::after{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f105';
	font-size: 18px;
	position: relative;
	top: 2px;
	left: 8px;
	transition: all 0.5s ease-out;
}

.more_link.link_arrow a:hover::after{
	left: 11px;
}


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

.more_link a{
	width: 60%;
}
}

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

.more_link a{
	width: 90%;
}
}

/****/

.more_link02{
}

.more_link02 a{
	color: #FFF;
	background-color: #099;
	text-decoration: none !important;
	padding-top: 8px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	display: inline-block;
}

.more_link02 a:hover{
	background-color: #066;
}


/*　調整
============================================================*/

.mb10{margin-bottom: 10px;}
.mb15{margin-bottom: 15px;}
.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px;}
.mb40{margin-bottom: 40px;}
.mb50{margin-bottom: 50px;}
.mb60{margin-bottom: 60px;}
.mb70{margin-bottom: 70px;}
.mb80{margin-bottom: 80px;}

.tbp{
	padding-top: 30px;
	padding-bottom: 30px;
}

.bg01{background-color: #F3F3F3;}
.bg02{background-color: #D7ECF8;}

.under-line{
	text-decoration: underline;
}

.br_pcsp{
}

.br_tbsp{
	display: none;
}

.br_sp{
	display: none;
}

.font-red{
	color: #C33;
}

.font-blue{
	color: #039;
}

.list-no li{
	list-style-type: decimal;
	line-height: 1.7em;
	margin-left: 20px;
}

.list-disc li{
	list-style-type: disc;
	line-height: 1.7em;
	margin-left: 20px;
}

.p120{
	font-size: 120%;
}

.p-left{
	text-align: left;
}
.p-right{
	text-align: right;
}
.p-center{
	text-align: center;
}

.pc_tb-on{
}

.back {
	text-align: center;
}

.back a {
	text-decoration: none;
	display: inline-block;
	padding: 0.4rem 2rem;
	border-radius: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #FFF;
	background-color: #133345;
}

.back a:hover {
	color: #FFF;
	background-color: #3D1585;
}

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

.br_pcsp{
	display: none;
}

.br_tbsp{
	display: inline;
}

}

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

.br_pcsp{
	display: inline;
}

.br_sp{
	display: inline;
}

.pc_tb-on{
	display: none;
}

}

/*===*/

.photo-left{
	float: left;
}
  
.photo-left img{
	padding-right: 15px;
	padding-bottom: 10px;
	height: auto;
}

.photo-right{
	float: right;
}

.photo-right img{
	padding-left: 15px;
	padding-bottom: 10px;
	height: auto;
}

.img_bgw img{
	padding-left: 20px;
	padding-bottom: 20px;
	height: auto;
	background-color: #FFF;
}

/****/

.photo-rrc_30-50{
	float: right;
	width: 30%;
}

.photo-rrc_30-50 img{
	height: auto;
	width: 100%;
}

.photo-rrc_30-40-80{
	float: right;
	width: 30%;
}

.photo-rrc_30-40-80 img{
	height: auto;
	width: 100%;
}

.photo-rrc_30-40-80 strong{
	font-size: 1.5vw;
	padding-left: 30px;
}

.photo-rrc_40-50-80{
	float: right;
	width: 40%;
}

.photo-rrc_40-50-80 img{
	height: auto;
	width: 100%;
}

.photo-rrc_40-50-80 strong{
	font-size: 1.5vw;
	padding-left: 30px;
}

/*1920pxより大きい*/
@media (min-width:1200px) {

.photo-rrc_30-40-80{
	max-width: 400px;
}

.photo-rrc_30-40-80 strong{
	font-size: 100%;
}

/****/

.photo-rrc_40-50-80{
	max-width: 400px;
}

.photo-rrc_40-50-80 strong{
	font-size: 100%;
}

}

@media print, screen and (max-width:800px) {
  
.photo-left{
	float: none;
	padding-right: 0px;
	clear: both;
	margin-bottom: 15px;
	text-align: center;
}
  
.photo-left img{
	padding-left: 0px;
	padding-bottom: 0px;
}
  
.photo-right{
	float: none;
	clear: both;
	margin-bottom: 15px;
	text-align: center;
}
  
.photo-right img{
	padding-left: 0px;
	padding-bottom: 0px;
	width: 100%;
}

.photo-rrc_30-50{
	width: 50%;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.photo-rrc_30-40-80{
	width: 40%;
	margin-bottom: 20px;
}

.photo-rrc_30-40-80 strong{
	padding-left: 20px;
	
}

.photo-rrc_40-50-80{
	width: 50%;
	margin-bottom: 20px;
}

.photo-rrc_40-50-80 strong{
	padding-left: 20px;
	
}

}

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

.photo-rrc_30-40-80{
	width: 80%;
	float: none;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}

.photo-rrc_40-50-80{
	width: 80%;
	float: none;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}

.photo-rrc_border{
	border-left-style: none;
}

.photo-rrc_30-40-80 strong{
	font-size: 90%;
	padding-left: 0px;
	
}

}


/*===*/

.imgmaxW img{
}

.img100 img{
}

.img80 img{
}

.img50 img{
}

.img30 img{
}

.img30-50 img{
}

/*800pxより小さい*/
@media screen and (max-width:800px) {

.imgmaxW img{
	max-width: 100%;
	height: auto;
}

.img100 img{
	width: 100%;
	height: auto;
}

.img80 img{
	width: 80% !important;
	height: auto;
}

.img50 img{
	width: 50%;
	height: auto;
}

.img30 img{
	width: 30%;
	height: auto;
}

.img30-50 img{
	width: 30%;
	height: auto;
}


}

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

.img30-50 img{
	width: 50%;
}

}

/*===*/

/*　折り畳み
============================================================*/

    /*ベース*/
    .toggle {
    	display: none;
    }
    .Label {		/*タイトル*/
	padding: 1em;
	display: block;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	font-size: 110%;
    }
	
	
	.Label:hover {
	cursor: pointer;
	}
	
	.Label.Ltop {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #333;
	}
	
    .Label::before{		/*タイトル横の矢印*/
    	content:"";
    	width: 20px;
    	height: 20px;
    	border-top: 2px solid #333;
    	border-right: 2px solid #333;
    	-webkit-transform: rotate(45deg);
    	position: absolute;
    	top:calc( 50% - 15px );
    	right: 20px;
    	transform: rotate(135deg);
    }
    .Label,
    .accordion_content {
    	-webkit-backface-visibility: hidden;
    	backface-visibility: hidden;
    	transform: translateZ(0);
    	transition: all 0.3s;
    }
    .accordion_content {		/*本文*/
    	height: 0;
    	/*margin-bottom:10px;*/
    	padding:0 20px;
    	overflow: hidden;
    }
	
	.toggle:checked + .Label{
	border-bottom-style: dotted;
	background-color: #D9F0FF;
	}
	
    .toggle:checked + .Label + .accordion_content {	/*開閉時*/
	height: auto;
	transition: all .3s;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 0px;
	padding-left: 0px;
    }
    .toggle:checked + .Label::before {
    	transform: rotate(-45deg) !important;
    	top:calc( 50% - 5px );
		
    }

/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}

/*----------------------------
scroll_left ｜左から出現
----------------------------*/
.scroll_left {
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translateX(-30px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}
.scroll_left.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}

/*----------------------------
scroll_right ｜右から出現
----------------------------*/
.scroll_right {
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translateX(30px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}
.scroll_right.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}


/*　トップへ戻るボタン
============================================================*/

#page_top{
	position: fixed;
	right: 10px;
	bottom: 33px;
	opacity: 0.9;
	z-index: 70;
	background-color: #A999CA;
}

#page_top a{
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
	text-decoration: none;
}

#page_top a::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f106';
	font-size: 25px;
	color: #f6f6e9;
	position: absolute;
	width: 25px;
	height: 25px;
	top: -25px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}

#page_top a:hover{
	background-color: #6B3EBF;
}


@media (max-width: 640px) {

#page_top{
	width: 40px;
	height: 40px;
	bottom: 5px;
}

/*
#page_top a::before{
	font-size: 20px;
	top: -25px;
	right: 0px;
}
*/

}
