@charset "utf-8";
/* layout */

@media only screen and (max-width:420px) {
.ph01{
    width: 90%;
    height: auto;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}
.ph01::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	border-image-source: repeating-linear-gradient(45deg, #F3ADBB, #F3ADBB 3px, rgba(0 0 0 / 0) 0, rgba(0 0 0 / 0) 6px);
	border-image-slice: 20;
	border-image-repeat: round;
	border-style: solid;
	border-width: 20px;
}
.ph01 img{
    width: 100%;
    height: auto;
}

.ph02{
    width: 60%;
    height: auto;
    margin-top: 0px;
    position: relative;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
    float: right;
}
.ph02::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	border-image-source: repeating-linear-gradient(45deg, #66C6DD, #66C6DD 3px, rgba(0 0 0 / 0) 0, rgba(0 0 0 / 0) 6px);
	border-image-slice: 20;
	border-image-repeat: round;
	border-style: solid;
	border-width: 20px;
}
.ph02 img{
    width: 100%;
    height: auto;
}
}

@media only screen and (min-width:421px) and (max-width:650px){
.ph01{
    width: 400px;
    height: 300px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}
.ph01::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	border-image-source: repeating-linear-gradient(45deg, #F3ADBB, #F3ADBB 3px, rgba(0 0 0 / 0) 0, rgba(0 0 0 / 0) 6px);
	border-image-slice: 20;
	border-image-repeat: round;
	border-style: solid;
	border-width: 20px;
}
.ph01 img{
    width: 400px;
    height: 300px;
}

.ph02{
    width: 236px;
    height: 296px;
    margin-top: 50px;
    position: relative;
    margin-left: 92px;
    margin-right: auto;
    float: left;
    margin-bottom: 50px;
}
.ph02::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	border-image-source: repeating-linear-gradient(45deg, #66C6DD, #66C6DD 3px, rgba(0 0 0 / 0) 0, rgba(0 0 0 / 0) 6px);
	border-image-slice: 20;
	border-image-repeat: round;
	border-style: solid;
	border-width: 20px;
}
}
	
@media only screen and (min-width:651px) and (max-width:850px){
.ph01{
    width: 500px;
    height: 375px;
    position: relative;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
}
.ph01::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	border-image-source: repeating-linear-gradient(45deg, #F3ADBB, #F3ADBB 3px, rgba(0 0 0 / 0) 0, rgba(0 0 0 / 0) 6px);
	border-image-slice: 20;
	border-image-repeat: round;
	border-style: solid;
	border-width: 20px;
}

.ph02{
    display: none;
}
}

@media only screen and (min-width:851px)  and (max-width:1160px){
.ph01{
    width: 350px;
    height: 263px;
    float: right;
    margin-top: 50px;
    position: relative;
    margin-right: 20px;
    margin-bottom: 50px;
}
.ph01::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	border-image-source: repeating-linear-gradient(45deg, #F3ADBB, #F3ADBB 3px, rgba(0 0 0 / 0) 0, rgba(0 0 0 / 0) 6px);
	border-image-slice: 20;
	border-image-repeat: round;
	border-style: solid;
	border-width: 20px;
}
.ph01 img{
    width: 350px;
    height: 263px;
}

.ph02{
    width: 236px;
    height: 296px;
    float: right;
    margin-top: 150px;
    position: relative;
    margin-right: 20px;
}
.ph02::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	border-image-source: repeating-linear-gradient(45deg, #66C6DD, #66C6DD 3px, rgba(0 0 0 / 0) 0, rgba(0 0 0 / 0) 6px);
	border-image-slice: 20;
	border-image-repeat: round;
	border-style: solid;
	border-width: 20px;
}
}
	
@media only screen and (min-width:1161px) {
.ph01{
    width: 500px;
    height: 375px;
    float: right;
    margin-top: -20px;
    position: relative;
    margin-right: 10px;
    margin-bottom: 50px;
}
.ph01::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	border-image-source: repeating-linear-gradient(45deg, #F3ADBB, #F3ADBB 3px, rgba(0 0 0 / 0) 0, rgba(0 0 0 / 0) 6px);
	border-image-slice: 20;
	border-image-repeat: round;
	border-style: solid;
	border-width: 20px;
}

.ph02{
    width: 236px;
    height: 296px;
    float: right;
    margin-top: 90px;
    position: relative;
    margin-right: 20px;
}
.ph02::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	border-image-source: repeating-linear-gradient(45deg, #66C6DD, #66C6DD 3px, rgba(0 0 0 / 0) 0, rgba(0 0 0 / 0) 6px);
	border-image-slice: 20;
	border-image-repeat: round;
	border-style: solid;
	border-width: 20px;
}
}


h2{
    position: relative;
    padding-left: 5px;
    padding-bottom: 5px;
    border-bottom: 3px solid #25B84D;
    font-size: 140%;
    font-family: "M PLUS Rounded 1c";
    float: left;
    font-weight: bold;
    clear: left;
    margin-left: 0px;
    background-repeat: no-repeat;
    margin-right: 0px;
    margin-top: 5px;
    width: 99%;
}	

h2:before {
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 20%;
    height: 3px;
    content: '';
    background-color: #ED8399;
    float: left;
}




/* ＝＝＝＝＝＝＝＝＝＝＝＝　ニュース　ここから　＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ＝＝＝＝＝＝＝＝＝＝＝＝　ニュース　ここから　＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ＝＝＝＝＝＝＝＝＝＝＝＝　ニュース　ここから　＝＝＝＝＝＝＝＝＝＝＝＝ */

@media only screen and (max-width:420px) {
.about{
    width: 99%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 40px;
    float: none;
}
.about_tit{
    width: 99%;
    margin-left: auto;
    margin-right: auto;
}
.about_tit img{
    width: auto;
    height: 45px;
}
.about_info_l{
    display: none;
}
.about_info_l_s{
    width: 100%;
    font-size: 120%;
    line-height: 35px;
    font-family: "M PLUS Rounded 1c";
    color: #555555;
    font-weight: bold;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
}
}

	
@media only screen and (min-width:421px) and (max-width:650px){
.about{
    width: 420px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 60px;
}
.about_tit{
    width: 99%;
    margin-left: auto;
    margin-right: auto;
    float: left;
}
.about_tit img{
    width: auto;
    height: 55px;
}
.about_info{
    width: 410px;
    font-size: 125%;
    line-height: 35px;
    font-family: "M PLUS Rounded 1c";
    color: #555555;
    margin-top: 10px;
    font-weight: bold;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    float: left;
}
}

@media only screen and (min-width:651px) and (max-width:850px){
.about{
    width: 650px;
    margin-left: auto;
    margin-right: auto;
    float: left;
    margin-top: 50px;
    margin-bottom: 30px;
}
.about_tit{
    float: left;
    width: 95%;
}
.about_tit img{
    width: auto;
    height: 55px;
}
.about_info{
    width: 100%;
    float: left;
    font-size: 125%;
    line-height: 35px;
    font-family: "M PLUS Rounded 1c";
    color: #555555;
    margin-top: 10px;
    font-weight: bold;
}
}
	
@media only screen and (min-width:851px) and (max-width:1160px){
.about{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    float: left;
    margin-top: 50px;
    margin-bottom: 60px;
}
.about_tit{
    float: left;
    width: 95%;
}
.about_tit img{
    width: auto;
    height: 55px;
}
.about_info{
    width: 100%;
    float: left;
    font-size: 125%;
    line-height: 35px;
    font-family: "M PLUS Rounded 1c";
    color: #555555;
    margin-top: 10px;
    font-weight: bold;
    margin-bottom: 40px;
}
}
	
@media only screen and (min-width:1161px) {
.about{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 60px;
    float: left;
    height: auto;
}
.about_tit{
    float: left;
    width: 48%;
}
.about_tit img{
    width: auto;
    height: 55px;
}
.about_info{
    width: 100%;
    float: left;
    font-size: 120%;
    line-height: 33px;
    font-family: "M PLUS Rounded 1c";
    margin-top: 30px;
    font-weight: bold;
    clear: left;
}
}




/* ＝＝＝＝＝＝＝＝＝＝＝＝　リンク　ここまで　＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ＝＝＝＝＝＝＝＝＝＝＝＝　リンク　ここまで　＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ＝＝＝＝＝＝＝＝＝＝＝＝　リンク　ここまで　＝＝＝＝＝＝＝＝＝＝＝＝ */






/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　表組み　ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　表組み　ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　表組み　ここから　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

   
@media only screen and (max-width:420px) {
.contents01 {
    width: 100%;
    text-align: left;
    padding-top: 0px;
    background-repeat: no-repeat;
    background-position: right 0%;
    background-size: 245px auto;
    margin-bottom: 50px;
    float: left;
}
.contents02 {
    width: 100%;
    text-align: left;
    padding-top: 0px;
    float: left;
    background-repeat: no-repeat;
    background-position: right 0%;
    background-size: 245px auto;
    margin-bottom: 50px;
    clear: left;
}
.contents03 {
    width: 100%;
    text-align: left;
    padding-top: 0px;
    float: left;
    background-repeat: no-repeat;
    background-position: right 0%;
    background-size: 245px auto;
    margin-bottom: 50px;
}
.contents04 {
    width: 100%;
    text-align: left;
    padding-top: 0px;
    float: right;
    background-repeat: no-repeat;
    background-position: right 0%;
    background-size: 245px auto;
    margin-bottom: 80px;
}
.cont_l {
    width: 100%;
    float: left;
    height: 25px;
    clear: left;
    font-weight: bold;
}
.contents_waku {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    float: right;
}
.cont_r01 {
    width: 100%;
    float: right;
    height: auto;
    font-size: 100%;
}
.cont_r02 {
    width: 100%;
    float: right;
    height: auto;
    font-size: 100%;
}
.cont_r03 {
    width: 100%;
    float: right;
    height: auto;
    font-size: 100%;
}
.contents_tit {
    width: 100%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    font-size: 180%;
    line-height: 50px;
    height: auto;
    float: left;
    margin-top: 30px;
    color: #3570B4;
}
}


@media only screen and (min-width:420px)  and (max-width:650px){

.contents01 {
    width: 100%;
    text-align: left;
    padding-top: 0px;
    background-repeat: no-repeat;
    background-position: right 0%;
    background-size: 245px auto;
    margin-bottom: 50px;
    float: left;
}
.contents02 {
    width: 100%;
    text-align: left;
    padding-top: 0px;
    float: left;
    background-repeat: no-repeat;
    background-position: right 0%;
    background-size: 245px auto;
    margin-bottom: 50px;
    clear: left;
}
.contents03 {
    width: 100%;
    text-align: left;
    padding-top: 0px;
    float: left;
    background-repeat: no-repeat;
    background-position: right 0%;
    background-size: 245px auto;
    margin-bottom: 50px;
}
.contents04 {
    width: 100%;
    text-align: left;
    padding-top: 0px;
    float: right;
    background-repeat: no-repeat;
    background-position: right 0%;
    background-size: 245px auto;
    margin-bottom: 80px;
}
.cont_l {
    width: 100%;
    float: left;
    height: 25px;
    clear: left;
    font-weight: bold;
}
.contents_waku {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    float: right;
}
.cont_r01 {
    width: 100%;
    float: right;
    height: auto;
    font-size: 100%;
}
.cont_r02 {
    width: 100%;
    float: right;
    height: auto;
    font-size: 100%;
}
.cont_r03 {
    width: 100%;
    float: right;
    height: auto;
    font-size: 100%;
}
.contents_tit {
    width: 100%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    font-size: 180%;
    line-height: 50px;
    height: auto;
    float: left;
    margin-top: 30px;
    color: #3570B4;
}
}

@media only screen and (min-width:651px)  and (max-width:850px){
.contents01 {
    width: 100%;
    text-align: left;
    padding-top: 0px;
    background-repeat: no-repeat;
    background-position: right 0%;
    background-size: 245px auto;
    margin-bottom: 50px;
    float: left;
}
.contents02 {
    width: 100%;
    text-align: left;
    padding-top: 0px;
    float: left;
    background-repeat: no-repeat;
    background-position: right 0%;
    background-size: 245px auto;
    margin-bottom: 50px;
    clear: left;
}
.contents03 {
    width: 100%;
    text-align: left;
    padding-top: 0px;
    float: left;
    background-repeat: no-repeat;
    background-position: right 0%;
    background-size: 245px auto;
    margin-bottom: 50px;
}
.contents04 {
    width: 100%;
    text-align: left;
    padding-top: 0px;
    float: right;
    background-repeat: no-repeat;
    background-position: right 0%;
    background-size: 245px auto;
    margin-bottom: 80px;
}
.contents_waku {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    float: right;
}
.cont_l {
    width: 120px;
    float: left;
    height: auto;
    font-size: 105%;
    font-weight: bold;
    margin-left: 5px;
}
.cont_r01 {
    width: 510px;
    float: right;
    height: auto;
    font-size: 100%;
}
.cont_r02 {
    width: 510px;
    float: right;
    height: auto;
    font-size: 100%;
}
.cont_r03 {
    width: 510px;
    float: right;
    height: auto;
    font-size: 100%;
}
.contents_tit {
    width: 100%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    font-size: 180%;
    line-height: 50px;
    height: auto;
    float: left;
    margin-top: 30px;
    color: #3570B4;
}
}


@media only screen and (min-width:851px)  and (max-width:1160px){
.contents01 {
    width: 51%;
    text-align: left;
    padding-top: 0px;
    background-repeat: no-repeat;
    background-position: right 0%;
    background-size: 245px auto;
    margin-bottom: 50px;
    float: left;
}
.contents02 {
    width: 60%;
    text-align: left;
    padding-top: 0px;
    background-repeat: no-repeat;
    background-position: right 0%;
    background-size: 245px auto;
    margin-bottom: 50px;
    clear: left;
    float: left;
}
.contents03 {
    text-align: left;
    padding-top: 0px;
    background-repeat: no-repeat;
    background-position: right 0%;
    background-size: 245px auto;
    margin-bottom: 50px;
    width: 33%;
    float: right;
    clear: right;
}
.contents04 {
    width: 44%;
    text-align: left;
    padding-top: 0px;
    float: right;
    background-repeat: no-repeat;
    background-position: right 0%;
    background-size: 245px auto;
    margin-bottom: 80px;
}
.contents_waku {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    float: right;
}
.cont_l {
    width: 95px;
    float: left;
    height: auto;
    font-size: 105%;
    font-weight: bold;
    margin-left: 5px;
}
.cont_r01 {
    width: 400px;
    float: left;
    height: auto;
    font-size: 100%;
}
.cont_r02 {
    width: 410px;
    float: right;
    height: auto;
    font-size: 100%;
}
.cont_r03 {
    width: 260px;
    float: right;
    height: auto;
    font-size: 100%;
}
.contents_tit {
    width: 100%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    font-size: 180%;
    line-height: 50px;
    height: auto;
    float: left;
    margin-top: 30px;
    color: #3570B4;
}
}

@media only screen and (min-width:1160px) {
.contents01 {
    width: 51%;
    text-align: left;
    padding-top: 0px;
    background-repeat: no-repeat;
    background-position: right 0%;
    background-size: 245px auto;
    margin-bottom: 50px;
    float: left;
}
.contents02 {
    width: 51%;
    text-align: left;
    padding-top: 0px;
    float: left;
    background-repeat: no-repeat;
    background-position: right 0%;
    background-size: 245px auto;
    margin-bottom: 50px;
    clear: left;
    margin-top: 0px;
}
.contents03 {
    width: 44%;
    text-align: left;
    padding-top: 0px;
    background-repeat: no-repeat;
    background-position: right 0%;
    background-size: 245px auto;
    margin-bottom: 50px;
    float: right;
}
.contents04 {
    width: 42%;
    text-align: left;
    padding-top: 0px;
    float: left;
    background-repeat: no-repeat;
    background-position: right 0%;
    background-size: 245px auto;
    margin-bottom: 80px;
}
.contents_waku {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    float: right;
}
.cont_l {
    width: 120px;
    float: left;
    height: auto;
    font-size: 105%;
    font-weight: bold;
    margin-left: 5px;
}
.cont_r01 {
    width: 450px;
    float: right;
    height: auto;
    font-size: 100%;
}
.cont_r02 {
    width: 690px;
    float: right;
    height: auto;
    font-size: 100%;
}
.cont_r03 {
    width: 340px;
    float: right;
    height: auto;
    font-size: 100%;
}
.contents_tit {
    width: 100%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    font-size: 180%;
    line-height: 50px;
    height: auto;
    float: left;
    margin-top: 30px;
    color: #3570B4;
}
}



.red {
    color: #D90000;
    font-size: 90%;
    line-height: 20px !important;
}

.mail_address {
    color: #D90000;
    font-size: 110%;
    line-height: 20px !important;
    font-weight: bold;
}


.black {
    color: #333333;
    font-size: 90%;
    line-height: 20px !important;
}
.cont_waku {
    width: 100%;
    text-align: left;
    float: left;
    border-bottom: 1px dotted #3570B4;
    font-size: 105%;
    line-height: 25px;
    padding-top: 20px;
    padding-bottom: 10px;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　表組み　ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　表組み　ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　表組み　ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
