@charset "utf-8";

/*
Theme Name: twrc_theme
Theme URI: http://sphere-links.co.jp/
Description: twrc_theme
Version: 1.0
Author: sphere-links
Author URI: http://sphere-links.co.jp/
Tags: twrc_theme

*/


html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ul,ol {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}


/* change colours to suit your needs */

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}


/* change colours to suit your needs */

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* change border colour to suit your needs */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}




/*************************************************************

ここまでリセット

*************************************************************/
/*共通*/
/*全体のフォントサイズを指定、remでbodyに引っ張られないようにする*/
html {
  font-size: 62.5%;
  font-family: 'Noto Sans JP', sans-serif,"游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana";
}

body {
	font-size: 16px;
	line-height: 1.6;/*詰まりすぎを防ぐ*/
	color: #000;
	margin: 0 auto;
	position: relative;
}
/*全体のフォントサイズを指定*/

a{
	color: #000;
	text-decoration: none;
}

a:hover{
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
    transition : 0.5s;
}

a:hover img{
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

.clearfix:after{
  display: table;
  clear: both;
  content: "";
}

div{
	box-sizing: border-box;
}

img{
	max-width: 100%;
	vertical-align: bottom;
}

/*ヘッダー*/

header {
    position: relative;
    
}

.main_header_l{
    position: relative;
}
header .flex{
    align-items:flex-start;
}


.header_bg {
    background: none;
    padding: 40px 60px 0;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
    width: 100%;
}






.header_bg .logo2{
	flex-basis: 20%;
}
.header_bg .gnav_box {
    flex-basis: 55%;
    position: relative;
}

#g_nav .nav_box {
    box-sizing: border-box;
    flex-basis: 75%;
    margin-right: 1%;
}
.header_btn.header_btn1 {
    flex-basis: 15%;
    margin-right: 1%;
    max-width: 170px;
}
.header_btn.header_btn2 {
    flex-basis: 7%;
text-align:center;
}
.header_btn.header_btn1 a {
    display: block;
    background: #005daa;
    color: #fff;
    padding: 10px 0;
    text-align: center;
    cursor: pointer;
}
.header_btn.header_btn1 a:hover{
    opacity: 0.8;
}
.header_btn.header_btn2 a {
    color: #fff;
    text-decoration: underline;
    text-shadow: 0 0 15px #000;
}
.header_btn.header_btn2 a:hover{
    text-decoration: none;
}


header nav{
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}


header nav ul{
	display: flex;
}

header nav ul a:hover{
	color: #ed6d00;
}

#sp_g_nav{
	display: none;
}


@media screen and (max-width: 1600px){
.header_bg .gnav_box {
    flex-basis: 70%;
}
	header nav{
		padding: 0 20px;
	}
    .main_header_r{
        flex-basis: 35%;
    }
    .main_header_l{
        flex-basis: 70%;
    }
}
@media screen and (max-width: 1300px){
    #slide_menu {
        bottom: 2%;

    }
}



@media screen and (max-width: 768px){
	
.header_box {
    display: none;
}
		header nav{
		padding: 0 ;
	}
	
    header {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 20;
        height: 80px;
        background: #fff;
    }
	
    #sp_g_nav {
        display: block;
        z-index: 20;
        width: 100%;
        padding: 0;
        box-sizing: border-box;
    }
	#g_nav{
		display: none;
	}

#sp_g_nav .header_inqbox {
    display: flex;
    justify-content: center;
    padding-top: 10px;
}
	#sp_g_nav .header_inqbox p{
		margin: 0 1%;
	}
    .sp_logo {
        /* position: absolute; */
        bottom: 0;
        text-align: left;
        max-width: 471px;
        padding-top: 38px;
    }
	.sp_logo img{
		width: 100%;
	}
	.sp_logo {
    /* position: absolute; */
    bottom: 0;
    text-align: left;
    max-width: 471px;
    padding-top: 20px;
}
	.sp_to_top{
		position: absolute;
		top: 10px;
		right: 10px;
		width: 100px;
	}

.lg_m {
    text-align: right;
    height: 80px;
    max-width: 98%;
    margin: 0 auto;
    padding: 0 10px;
}
.lg_m .menu_box{
		display: flex;
		justify-content: space-between;
}
.lg_m .menu_box .left {
    box-sizing: border-box;
    flex-basis: 58%;
}


	/*メニューの動き*/
	/*メニューの動き*/
	.menu-trigger,
	.menu-trigger span{
	  display: inline-block;
	  transition: all .4s;
	  box-sizing: border-box;
	  cursor :pointer;
	}
    .menu-trigger {
        position: relative;
        width: 80px;
        height: 80px;
        z-index: 2;
        background: none;
    }
    .menu-trigger span {
        position: absolute;
        background: #013990;
        width: 70px;
        height: 3px;
        left: 0;
        right: 0;
        margin: auto;
    }
    .menu-trigger span:nth-of-type(1) {
        top: 30px;
    }
    .menu-trigger span:nth-of-type(2) {
        top: 0;
        bottom: 0;
        display: none;
    }
	.menu-trigger span:nth-of-type(3){
	  bottom: 30px;
	}
	.menu-trigger.active span:nth-of-type(1){
	  -webkit-transform: translateY(9px) rotate(-45deg);
        transform: translateY(9px) rotate(-45deg);
        background: #323232;
	}
	.menu-trigger.active span:nth-of-type(2){
	  opacity: 0;
	}
	.menu-trigger.active span:nth-of-type(3){
	  -webkit-transform: translateY(-9px) rotate(45deg);
        transform: translateY(-9px) rotate(45deg);
        background: #323232;

	}
	/*メニューの動き END*/
#sp_g_nav .sp_nav ul {
    background-color: #fff;
    opacity: 0.95;
    display: block;
    padding-top: 90px;
    width: 100%;
    right: 0;
    position: absolute;
    padding-bottom: 60px;
    max-height: calc( 100vh - 180px );
    overflow-y: scroll;
    
}
	#sp_g_nav .sp_nav ul.dropdown{
        padding-top: 0;
        position: relative;
        padding-bottom: 0;
	}
    #sp_g_nav .sp_nav ul.dropdown li{
        width: 100%;
    }
	#sp_g_nav .sp_nav ul.dropdown{
		background: #dedfe7;
	}
	.sp_nav{
	  display: none;
	  position: absolute;
	  top: 0;
	  width: 100%;
    }
    .sp_nav.active{
        display: block;
    }
	#sp_g_nav .sp_nav li{
		text-align:left;
		width: 100%;
		position: relative;
        font-size: 1.4rem;
        margin: 0 auto;
	}
    #sp_g_nav .sp_nav li > a,#sp_g_nav .sp_nav li > span.menu {
        display: block;
        padding: 15px 0 15px 35px;
        color: #000;
        max-width: 100%;
        margin: 0 auto;
        box-sizing: border-box;
        text-align: left;
        font-size: 1.4rem;
        border-bottom: 1px solid #ccc;
        position: relative;
			z-index: 10;
    }

    #sp_g_nav .sp_nav li > .drop_btn{
        position: absolute;
        right: 10px;
        top: 10px;
        background: #636363;
        height: 30px;
        width: 30px;
    }
    #sp_g_nav .sp_nav li > .drop_btn:before {
        content: "＋";
        left: 8px;
        top: 5px;
        position: absolute;
        color: #fff;
        font-weight: bold;
    }
#sp_g_nav .sp_nav li > .drop_btn.open:before {
    content: "−";
    left: 11px;
}
    #sp_g_nav .sp_nav li > a:before,#sp_g_nav .sp_nav li > span.menu:before{
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8px 0 8px 10px;
        border-color: transparent transparent transparent #333;
        position: absolute;
        top: 18px;
        left: 10px;
        margin-top: 0;
    }
    #sp_g_nav .sp_nav .navtop {
        display: flex;
        width: 90%;
        max-width: 480px;
        margin: 0 auto;
        padding: 60px 0;
    }
    #sp_g_nav .header_btn.header_btn1 a {
        display: block;
        background: #005daa;
        color: #fff;
        padding: 5px 5px;
        text-align: center;
        cursor: pointer;
        margin-top: 25px;
    }
    #sp_g_nav .header_btn.header_btn2 a {
        color: #005daa;
        text-decoration: underline;
        margin-top: 30px;
        text-shadow: none;
        display: block;
    }

}

@media screen and (max-width:768px){
    .sp_logo {
        padding-top: 15px;
        max-width: 170px;
    }
    .menu-trigger {
        width: 47px;
        height: 47px;
        margin-top: 5px;
    }
    .menu-trigger span {
        width: 35px;
        height: 2px;
    }
    .menu-trigger span:nth-of-type(1) {
        top: 30px;
        right: -20px;
    }
    .menu-trigger span:nth-of-type(3) {
        bottom: 6px;
        right: -20px;
    }


    #sp_g_nav .sp_nav li.nav > a {
        max-width: 90%;
        font-size: 1.6rem;
    }
    #sp_g_nav .sp_nav li.nav > a:before {
        top: 19px;
    }
    .menu-trigger.active span:nth-of-type(1) {
        top: 21px;
    }
    #sp_g_nav .sp_nav .navtop {
        padding: 40px 0;
    }
}


@media screen and (max-width:600px){
#sp_g_nav .header_btn.header_btn1 a {
    padding: 3px 2px;
    margin-top: 30px;
    font-size: 1.2rem;
}
#sp_g_nav .header_btn.header_btn2 a {
    font-size: 1.2rem;
    text-shadow: none;
}
    .lg_m .menu_box .left {
        box-sizing: border-box;
        flex-basis: 42%;
    }
    .sp_logo {
        padding-top: 20px;
    }
}

/*トップ*/

.mainimage {
    position: relative;
    height: 80vh;
}
.mainimage:before {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: rgb(18,93,157);
    background: -moz-linear-gradient(0deg, rgba(18,93,157,0) 39%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(18,93,157,0) 39%, rgba(0,0,0,1) 100%);
    background: linear-gradient(0deg, rgba(18,93,157,0) 39%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#125d9d",endColorstr="#000000",GradientType=1);
    opacity: .6;
	z-index: 10;
}

.mainimage:after {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: rgb(18,93,157);
    background: -moz-linear-gradient(180deg, rgba(18,93,157,0) 39%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(18,93,157,0) 39%, rgba(0,0,0,1) 100%);
    background: linear-gradient(180deg, rgba(18,93,157,0) 39%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#125d9d",endColorstr="#000000",GradientType=1);
    opacity: .6;
	z-index:10;
}


.mainimage img{
    width: 100%;
    height: 80vh;
        object-fit: cover;
        display: block;
}
.mainimage img {
    /*transform-origin: center top;
    transform: scale(1.1);
    transition: 6s ease-out;*/
  }
.mainimage .slick-active img {
    /*transform: scale(1.0);*/
  }

.mainimage .pickup_nav {
    position: absolute;
    right: 20px;
    top: 20%;
    color: #fff;
    font-size: 2rem;
    font-style: italic;
    text-align: right;
    z-index: 20;
}
.mainimage .pickup_nav li{
    margin-bottom: 70px;
}
.mainimage .pickup_nav a {
  display: inline-block;
  transition: .3s;
  -webkit-transform: scale(1);
  transform: scale(1);
	color: #fff;
}
.mainimage .pickup_nav a:hover{
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}


.clearfix{
	overflow: hidden;
}
.flex{
	display: flex;
	justify-content: space-between;
}
.flex.img_r{
	flex-flow: row-reverse; 
}
.under_contents .flex .txt{
    flex-basis: 60%;
}
.under_contents .flex .img{
    flex-basis: 36%;
    text-align: center;
}
.flex.column2 > div,.flex.column2 > li{
	flex-basis: 48%;
	flex-wrap: wrap;
}
.flex.column3 > div,.flex.column3 > li{
	flex-basis: 30%;
	flex-wrap: wrap;
}
.flex.column4 > div,.flex.column4 > li{
	flex-basis: 22%;
	flex-wrap: wrap;
}

.btn {
    display: block;
    background: #fff;
    color: #000;
    text-align: center;
    width: 210px;
    margin: 0 auto;
    border: solid 1px #000;
    padding: 6px 0px;
    font-size: 1.6rem;
    border-radius: 30px;
}
.btn a{
	display: block;
	position: relative;
	color: #000;
}
.btn a:before {
    content: "";
    position: absolute;
    background: url(images/btn_icon.png);
    width: 29px;
    height: 12px;
    right: 14px;
    top: 7px;
}
.btn a:hover{
	opacity: 0.7;
}
.sp{
	display: none!important;
}


@media screen and (max-width:768px){
    .pc{
        display: none!important;
    }
    .sp{
        display: block!important;
    }
    .mainimage {
        position: relative;
        height: calc(100vh - 90px);
        margin-top: 90px;
    }
    .mainimage img{
        height: calc(100vh - 90px);
    }
}
@media screen and (max-width:600px){
}


/*トップ-コンテンツ*/



.contents_box {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
    z-index: 1;
}

.top_contents .contents_box {
    max-width: 1300px;
}
h2 {
    font-size: 3.6rem;
    color: #000;
    text-align: left;
   margin-right: 20px;
    padding-bottom: 20px;
    font-weight: normal;
}
#contents0 {
    padding: 60px 0;
}
#contents1 {
    padding: 20px 0 70px;
    overflow: hidden;
}
#contents1 .service_box{
	box-sizing: border-box;
}
#contents1 .h2_wrap,#contents0 .h2_wrap {
    display: block;
    margin-bottom: 30px;
    text-align: center;
}
#contents1 h2,#contents0 h2 {
    margin-right: 0;
    padding-bottom: 0;
    text-align: center;
}
#contents1 p.center,#contents0 p.center{
    margin-bottom: 50px;
}
.service_box ul{
    display: flex;
    flex-wrap: wrap;
}
.service_box ul li {
    flex-basis: 30%;
    margin-right: 5%;
    margin-bottom: 70px;
}
.service_box ul li:nth-child(3n){
    margin-right: 0;
}
.service_box .photo{
    margin-bottom: 20px;
    text-align: center;
}
.cat_box.cat01 .cat {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.service_box .photo img {
    object-fit: cover;
    display: block;
    width: 100%;
    height: 100%;
    max-height: 280px;
}
.service_box h4{
    font-size: 2rem;
    margin-bottom: 10px;
}
.service_box .time_p {
    font-size: 1.4rem;
    margin-bottom: 0px;
    margin-top: 0;
}
#contents1 .service_box .time_p {
    margin-bottom: 10px;
    margin-top: 0;
}
.service_box p.text{
    font-size: 1.4rem;
}
.service_box .cat a, .service_box .cat span{
    background: #ee9f3c;
    color: #fff!important;
    padding: 5px 10px;
    box-sizing: border-box;
    font-size: 1.2rem;
    border-radius: 5px;
    font-weight: normal;
    margin-right: 10px;
}
.service_box .cat a:hover{
	color: #fff!important;
}
.service_box .international .cat a,.service_box .international .cat span{
	background: #993d55;
}
.service_box .cat a:hover{
    text-decoration: none;
    opacity: 0.8;
    color: #fff;
}
.under_contents .service_box h4 {
    font-size: 1.8rem;
    font-weight: normal;
    margin-bottom: 10px;
    border-bottom: none;
    padding-bottom: 0;
    display: flex;
    min-height: 3em;
    align-items: center;
    text-align: left;
}

.under_contents .service_box.tabletalk h4 {
    min-height: 5em;
}

.service_box ul li .text a {
    color: #fff;
    margin: 0 auto;
    text-align: center;
    max-width: 150px;
    display: block;
    background: #005daa;
    padding: 8px 0px;
    font-size: 1.4rem;
}
#contents1 .link_btn a,#contents0 .link_btn a{
    background: #ee9f3c;
}
#contents1 .link_btn{
	max-width: 500px;
}
#contents1 .link_btn a{
		max-width: 500px;
}

#contents1 h2 + p,#contents0 h2 + p{
    font-size: 1.8rem;
    padding-top: 15px;
}
#contents1 .logo_box,#contents0 .logo_box{
    text-align: center;
}
#contents1 .con1_logo,#contents0 .con1_logo{
    display: inline-block;
    margin: 0 auto 40px;
    text-align: center;
    padding: 15px 40px 20px;
    box-sizing: border-box;
    max-width: 440px;
}

#contents1 .link_btn a:before,#contents0 .link_btn a:before{
    display: none;
}
#contents2 {
    background: url(images/top_bg1.png) no-repeat;
    background-size: cover;
    padding: 250px 0;
    margin-bottom: 100px;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
#contents2:after{
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(images/top_bg1.png) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    transition: all 1s ease-out;
    -moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
    }
    #contents2.scrollin:after{
-moz-transform: scale(1);
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
#contents2 .center_img{
    margin-bottom: 10px;
}
#contents2 .center{
    color: #fff;
}
#contents2 .p1 {
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.8rem;
}
#contents2 .btn_box.flex {
    max-width: 600px;
    margin: 20px auto 0;
}
#contents2 .btn_box.flex .link_btn {
    max-width: 270px;
    margin: 0 auto;
}
#contents2 .btn_box.flex .link_btn a {
    background: #fff;
    color: #005daa;
}
#contents3{
    margin-bottom: 50px;
}
.flex.news_flex > div{
    flex-basis: 48%;
}
.flex.news_flex .ttl_box {
    flex-basis: 25%;
    max-width: 240px;
    margin: 0 auto;
}
.flex.news_flex h3 {
    color: #005daa;
    text-align: left;
    font-size: 2.6rem;
    font-weight: normal;
    border-radius: 0;
    margin-bottom: 20px;
}
#contents4 .flex.news_flex h3 {
    color: #000;
    text-align: left;
}
.flex.news_flex h3 span.icon {
    background: url(images/icon1.png) no-repeat left center;
    padding: 10px 0px 10px 50px;
}
.flex.news_flex h3 span.bold{
    font-weight: bold;
}
.flex.news_flex .border_box {
    padding: 0;
    box-sizing: border-box;
    flex-basis: 73%;
    font-size: 1.4rem;
}
.flex.news_flex dl {
    margin-bottom: 30px;
	overflow: hidden;
}


.flex.news_flex dt {
    padding-bottom: 20px;
    padding-top: 20px;
    width: 10em;
    float: left;
}
#contents4 .flex.news_flex dt {
    color: #000;
}


.flex.news_flex dd{
    border-bottom: 1px solid #bdbdbd;
    padding-top: 20px;
    padding-bottom: 20px;
    box-sizing: border-box;
}
@media screen and (max-width: 768px){
	.flex.news_flex dd{
		padding-top: 5px;
		padding-bottom: 10px;
	}
}
#contents4 .flex.news_flex dd{
    border-bottom: 1px solid #23252a;
}
.flex.news_flex dd a{
    color: #005daa;
}
#contents4 .flex.news_flex dd a{
    color: #005daa;
}

.flex.news_flex dd a:hover{
    text-decoration: underline;
	color: #008cff;
}
.flex.news_flex .link_btn{
    margin: 0 auto;
}
.flex.news_flex .link_btn a {
    background:#005daa;
    max-width: 240px;
    margin: 0 auto;
    padding: 8px 5px;
    font-size: 1.5rem;
}
#contents3 .flex.news_flex .link_btn a {
    background: #005daa;
    color:#fff;
}
.flex.news_flex .link_btn a:before{
    display: none;
}
#contents4{
    background:#bdbdbd;
    padding: 80px 0;
}
#contents4 h2 {
    margin-bottom: 30px;
    color: #fff;
    padding-bottom: 0;
    text-align: center;
}
#contents4 h2 span {
    color: #ffffff;
    background: #ee9f3c;
    padding: 8px;
    margin-right: 10px;
    box-sizing: border-box;
    font-size: 3.2rem;
    font-weight: normal;
}
.flex.news_flex{
    display: block;
}
.flex.news_flex > div {
    width: 100%;
    display: flex;
    background: #fff;
    padding: 80px 80px 60px;
    box-sizing: border-box;
    margin: 0 auto;
    justify-content: space-between;
}
.flex.news_flex > div:last-of-type {
    padding: 0 80px 60px;
}
#contents3 .flex.news_flex > div {
    /*background: #005daa;*/
}


#slide_menu {
    position: fixed;
    bottom: 6%;
    right: -626px;
    width: 672px;
    display: flex;
    align-items: center;
    z-index: 200;
    cursor: pointer;
}
#slide_menu p#button {
    width: 48px;
    height: 211px;
    background: #005daa;
    color: #fff;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 1.8rem;
    text-align: left;
    padding-top: 25px;
    margin: 0 auto;
    padding-right: 6px;
    box-sizing: border-box;
    letter-spacing: 0.1em;
    font-weight: normal;
    border-radius: 15px 0 0 15px;
    position: relative;
}
#slide_menu p#button:before {
    content: "";
    position: absolute;
    bottom: 20px;
    right: 8px;
    border-bottom: solid 2px #fff;
    border-left: solid 2px #fff;
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
}

.open #slide_menu p#button:before {
    bottom: 10px;
    right: 3px;
    border-bottom: none;
    border-left: solid 2px #fff;
    width: 18px;
    height: 18px;
}
.open #slide_menu p#button:after {
    content: "";
    position: absolute;
    bottom: 21px;
    right: 4px;
    border-bottom: solid 2px #fff;
    width: 18px;
    height: 18px;
    transform: rotate(45deg);
}

#slide_menu > div {
    background:#005daa;
    color: #fff;
    width: 100%;
}
#slide_menu .side_box {
    padding: 25px;
    box-sizing: border-box;
    height: 211px;
}
#slide_menu p{
	margin-bottom: 0;
}
#slide_menu h3 {
    margin-bottom: 10px;
    font-size: 2.2rem;
    letter-spacing: 0.05em;
}
#slide_menu h3 span {
    color: rgb(0,93,170);
    background: #ffffff;
    padding: 8px;
    margin-right: 10px;
    box-sizing: border-box;
    font-size: 2rem;
    font-weight: normal;
    line-height: 2.2;
}
#slide_menu p.p1 {
    font-size: 1.8rem;
    border-bottom: 2px solid #fff;
    margin-bottom: 15px;
    padding-bottom: 5px;
}
#slide_menu p.p1 span{
    padding-left: 10px;
    color: #fff;
}


@media screen and (max-width: 1552px){
.top_contents .contents_box {
    padding: 0 20px;
}
}

@media screen and (max-width: 1400px){
.flex.news_flex .ttl_box{
    flex-basis: 30%;
    }
    .flex.news_flex .border_box {
        flex-basis: 68%;
    }
}
@media screen and (max-width: 1200px){
    .service_box .cat_box {
        display: block;
    }
    .service_box p.time_p{
        margin-top: 10px;
    }

}
.slide_sp{
    display: none;
    }
@media screen and (max-width: 1000px){
#slide_menu{
        display: none;
}
.slide_sp {
    display: block;
    max-width: 960px;
    width: 96%;
    margin: 30px auto;
    padding: 20px;
    background:rgb(0,93,170);
    box-sizing: border-box;
}
.slide_sp .side_box {
    padding: 0;
    box-sizing: border-box;
    height: auto;
}
.slide_sp p{
	margin-bottom: 0;
    color:#fff;
}
.slide_sp h3 {
    margin-bottom: 10px;
    font-size: 2.2rem;
    color: #fff;
}
.slide_sp h3 span {
    color: rgb(0,93,170);
    background: #ffffff;
    padding: 8px;
    margin-right: 10px;
    box-sizing: border-box;
    font-size: 2rem;
    font-weight: normal;
    line-height: 2.2;
}
.slide_sp p.p1 {
    font-size: 1.8rem;
    border-bottom: 2px solid #fff;
    margin-bottom: 15px;
    padding-bottom: 5px;
    color: #fff;
}
.slide_sp p.p1 span{
    padding-left: 10px;
}

.flex.news_flex > div {
    padding: 50px 30px 40px;
}
.flex.news_flex > div:last-of-type {
    padding: 0 30px 40px;
}
.flex.news_flex h3 {
    font-size: 2rem;
    text-align: left;
}
}


@media screen and (max-width: 768px){
    h2 {
        font-size: 3rem;
    }
    .slide_sp {
        width: 100%;
        margin: 0;
        padding: 20px;
    }
.flex {
    display: block;
}
.mainimage.sp{
    margin-top: 90px;
}
.sp_main_logo {
    background: #265ca5;
    padding: 50px 0;
}
.sp_main_logo img {
    max-width: 60%;
    margin: 0 auto;
    text-align: center;
    display: block;
}
.mainimage_sp{
    width: 100%;
}
#contents1 .h2_wrap {
    display: block;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 30px;
}
#contents1 p.center {
    margin-bottom: 0;
}
#contents1 .service_box {
    padding: 40px 20px;
    max-width: 600px;
    margin: 0 auto;
}
#contents2 {
    padding: 100px 0;
}
#contents1 h2 span {
    font-size: 2.4rem;
}
.service_box ul {
    display: block;
    max-width: 480px;
    margin: 0 auto;
}
.service_box ul li {
    margin-right: 0;
    margin-bottom: 30px;
}
.service_box .cat_box {
    margin-bottom: 5px;
}
#contents1 {
    padding: 60px 0 0;
}
#contents1 p.catch {
    font-size: 2.4rem;
}
#contents2 {
    margin-bottom: 60px;
}
#contents2 .center {
    font-size: 1.4rem;
}
#contents2 .btn_box.flex .link_btn:first-of-type {
    margin: 0 auto 20px;
}
	#contents2 .p1 {
    font-size: 1.4rem;
}
.flex.news_flex dt {
    padding-bottom: 0px;
    width: 100%;
    float: none;
}
.flex.news_flex .ttl_box {
    display: block;
    max-width: 100%;
    text-align: center;
}
.flex.news_flex h3 {
    font-size: 2rem;
    text-align: left;
    margin-bottom: 0;
    margin-right: 15px;
}
.flex.news_flex .link_btn {
    margin: 0 auto;
    width: auto;
}
.flex.news_flex .link_btn a {
    max-width: 120px;

}
.flex.news_flex > div {
    margin: 0 auto 30px;
    /* max-width: 600px; */
    display: block;
    padding: 10px!important;
}
.flex.news_flex h3 {
    text-align: left;
}
#contents4 h2 span {
    font-size: 2.4rem;
    line-height: 2;
}
#contents4 h2 {
    margin-bottom: 20px;
    font-size: 2.4rem;
    margin: 0 auto 20px;
}
.flex.news_flex h3 {
    text-align: center;
    margin: 0 auto 20px;
}
#contents4 .flex.news_flex h3 {
    text-align: center;
    margin: 0 auto 20px;
}
.flex.news_flex dl {
    margin-bottom: 0;
}
.service_box ul li .text a{
    display: block;
}
#contents3 {
    margin-bottom: 60px;
}
#contents4 {
    padding: 30px 0;
}
#contents4 .flex.news_flex > div {
    padding: 40px!important;
}
#contents3 .flex.news_flex .link_btn a,#contents4 .flex.news_flex .link_btn a{
    font-size: 1.1rem;
}
.flex.news_flex h3 span.icon {
    background: url(images/icon1.png) no-repeat left center;
    padding: 10px 0px 10px 50px;
}
.under_contents .service_box h4,.under_contents .service_box.tabletalk h4 {
    min-height: 0;
}
}
@media screen and (max-width: 600px){

}


/*下層ページ*/
.lower{
	max-width: 1600px;
	width: 100%;
}

.lower_ttl{
	background-color: #eb6c00;		
	margin-bottom: 30px;
}

@media screen and (max-width: 768px){
	.lower_ttl>div{
		height: 20vw;
		background-size:40%;
		padding: 0 20px;
	}
}

.lower_ttl h2{
	font-size: 4.8rem;
	color: #fff;
}
.inq_btn a{
	display: block;
	border: solid 2px #eb6c00;
	border-radius: 3px;
	width: 250px;
	margin: 0 auto;
	text-align: center;
	color: #eb6c00;
	font-size: 2.0rem;
	padding: 15px 20px;
	margin-top: 30px;
}

.inq_btn a:hover{
	background-color: #eb6c00;
	color: #fff;
}

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

}



/*フッター*/

footer {
    padding-top: 0;
    text-align: center;
    background-size: cover;
    background: #2a2a2a;
}


footer .footer_box {
    color: #fff;
    padding: 60px 0 20px;
}
footer .footer_box .contents_box {
    max-width: 1000px;
    padding: 0;
}

footer .footer_box ul{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;	
    position: absolute;
    right: 0;
    bottom:0;
}
footer .footer_box ul li {
    padding: 0 5px;
}

footer .footer_box a{
	color:#fff;
}
.footer_logo {
    text-align: center;
    margin-bottom: 60px;
    padding-top: 60px;
}

footer .copy p{
    font-size: 1.4rem;
}
.footer_box2 {
    color: #fff;
}
.footer_box2 .flex{
    display: block;
}
.footer_box2_top{
   padding: 60px 0;
   background: #fff;
}
.footer_logo1{
    display: inline-block;
    background: #fff;
    padding: 15px 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.address_box {
    text-align: left;
    font-size: 2.6rem;
    line-height: 1.2;
    display: flex;
    justify-content: space-around;
    color: #000;
}
.address_box .link_btn {
    max-width: 300px;
    width: 100%;
    margin: 10px 0 0;
    text-align: center;
}
.address_box .link_btn a{
    background: #993d55;
}
.address_box .link_btn a:hover{
    text-decoration: none;
}

.address_box span{
    font-size: 1.6rem;
}


.address_box .address_l{
    margin-right: 2%;
    flex-basis: 52%;
    border-left: 5px solid #993d55;
    padding: 0 0 0 20px;
    box-sizing: border-box;
}
.address_box .address_r{
    max-width: 200px;
    flex-basis: 30%;
}
.footer_box1 {
    padding: 20px 0 30px;
}
.footer_box1 .footer_txtbox {
    display: flex;
    flex-wrap: wrap;
    flex-basis: 82%;
}
.footer_box1 .footer_txtbox h4 span {
    color: #ffffff;
    background: #800c2b;
    padding: 8px;
    margin-right: 10px;
    box-sizing: border-box;
    font-size: 2rem;
    font-weight: normal;
    line-height: 2.2;
}
.footer_box1 .footer_txtbox > div{
    flex-basis: 20%;
}
.footer_box1 .footer_txtbox > div:nth-child(1){
    flex-basis: 15%;
}
.footer_box1 .footer_txtbox > div:nth-child(2){
    flex-basis: 15%;
}
.footer_box1 .footer_txtbox > div:nth-child(3) {
    flex-basis: 28%;
    text-align: left;
}
.footer_box1 .footer_txtbox > div:nth-child(3) p.p1 {
    font-weight: bold;
    font-size: 2rem;
}
.footer_box1 .footer_txtbox > div:nth-child(3) p.p3 {
    background: url(images/tel_icon.png) no-repeat 5px center;
    padding: 0px 0 0 30px;
    display: inline-block;
}
.footer_box1 .footer_txtbox .daybox{
    border: 1px solid #800c2b;
}
.footer_box1 .footer_txtbox .daybox h5{
    background: #800c2b;
    font-size: 1.8rem;
    color: #fff;
}
.footer_box1 .footer_txtbox ul.ul01 {
    margin-bottom: 0;
    width: 80%;
    margin: 0 auto;
    padding: 5px 0;
}
.footer_box1 .footer_txtbox ul.ul01 li:before{
    width: 15px;
    height: 15px;
    background: #800c2b;
    top: 5px;
}
.footer_box2 .f_menu > ul {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.3rem;
    text-align: left;
    margin: 0 auto;
    justify-content: center;
}
.footer_box2 .f_menu ul > li {
    flex-basis: 14%;
}
.footer_box2 .f_menu ul > li.sub{
    padding-left: 1rem;
}
.footer_box2 .f_menu ul > li:nth-child(2), .footer_box2 .f_menu ul > li:nth-child(5) {
    flex-basis: 9%;
}
.footer_box2 .f_menu ul > li:first-child{
	 flex-basis: 5%;
}
.footer_box2 .f_menu ul > li:nth-child(6){
		 flex-basis: 7%;
}
.footer_box2 .f_menu ul > li:nth-child(4) {
    flex-basis: 15%;
}
@media screen and (max-width: 1200px){
	.footer_box2 .f_menu ul > li:nth-child(4) {
    flex-basis:17%;
}
}
.footer_box2 a{
	color: #fff;
}
.footer_box2 li ul li a {
    font-size: 1.2rem;
}
.footer_box2 a:hover{
    opacity: 0.6;
}
.footer_box1 .footer_txtbox .link {
    padding-top: 20px;
    text-align: left;
    flex-basis: 17%;
}
.footer_box1 .footer_txtbox .link ul li{
    margin-bottom: 10px;
    background: url(images/link_icon.png) no-repeat left center;
    padding: 0 0 0 20px;
}
.footer_box1 .footer_txtbox .link ul li a{
    color: #005daa;
    text-decoration: underline;
}
.footer_box1 .footer_txtbox .link ul li a:hover{
    text-decoration: none;
}
p.copy {
    padding: 20px 0;
    box-sizing: border-box;
    font-size: 1.3rem;
    margin-top: 40px;
    max-width: 98%;
}
footer .sp_only{
    display: none;
}

@media screen and (max-width: 1200px){
.footer_box1 .footer_txtbox .link ul li {
    font-size: 1.2rem;
}
}

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

.footer_box2 .f_menu > ul {
        display: block;
        font-size: 1.6rem;
}
.footer_box2 a{
    font-size: 1.6rem;
}
.footer_box2 li ul li a {
    font-size: 1.6rem;
}
.footer_box2 .f_menu > ul > li{
    margin-bottom: 10px;
}

.footer_box2 .f_menu ul > li > ul{
    display: none;
    margin-top: 10px;
}
.footer_box2 .f_menu ul > li > ul.open{
    display: block;
}
.footer_box2 .f_menu ul > li > ul.sp_block{
    display: block;
}
.footer_box2 .f_menu ul > li > ul.last{
    display: block;
}
.footer_box2 .f_menu ul > li > ul li{
    margin-bottom: 10px;
}
.footer_box2 .f_menu span.ft{
    display: block;
    width: 100%;

    position: relative;
}
.footer_box2 .f_menu span.ft:before{
    position: absolute;
    content: "＋";
    right: 0;
    top: 0;
}
.footer_box2 .f_menu span.ft.open:before{
    content: "−";
}
footer .footer_logo2 {
    flex-basis: 18%;
    margin: 20px auto 0;
    max-width: 150px;
}
.footer_box1 .footer_txtbox {
    display: block;
    max-width: 400px;
    margin: 0 auto;
}
.footer_box1 .footer_txtbox h4 span {
    font-size: 2.4rem;
}
.footer_box1 .footer_txtbox > div:nth-child(1) {
    margin-bottom: 10px;
}
.footer_box1 .footer_txtbox .daybox {
    max-width: 100%;
    margin: 0 auto 20px;
}
.footer_box1 .footer_txtbox .daybox ul.ul01 li {
    padding: 0 0 5px 25px;
    text-align: left;
}
.footer_box1 .footer_txtbox ul.ul01 {
    width: 96%;
}
.footer_box1 .footer_txtbox > div:nth-child(3) {
    text-align: center;
}
.address_box {
    font-size: 1.8rem;
}
.address_box span {
    font-size: 1.4rem;
    padding-top: 15px;
    display: block;
    line-height: 1.4;
}

}


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


    footer .footer_box {
        padding: 60px 0;
    }
footer .footer_box img {
    margin: 0 auto;
    max-width: 240px;
}
.footer_box p {
    margin-bottom: 10px;
}
footer .copy p {
    font-size: 1.2rem;
    margin-bottom: 30px;
}
footer .footer_box ul {
    right: 0;
    left: 0;
    bottom: -50px;
}
.address_box {
    display: block;
}
.address_box .address_r {
    max-width: 100%;
}
.footer_box2_top {
    padding: 40px 0;
}
}

/*ナビ*/

#g_nav {
    margin: 0 auto;
    padding:25px 0 0;
    display: flex;
    justify-content: flex-start;
}

@media screen and (max-width: 768px){
    #g_nav{
        display: none;
    }
}

#g_nav ul, .c_nav ul {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    color: #3e3a39;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

#g_nav ul li {
    position: relative;
    margin: 0 auto;
    display: block;
    box-sizing: border-box;
    text-align: center;
    padding: 0;
    font-size: 1.6rem;
    color: #fff;
    width: 20%;
    text-shadow: 0 0 10px #000;
}
.c_nav ul li {
    position: relative;
    margin: 0 auto;
    display: block;
    box-sizing: border-box;
    text-align: center;
    padding: 0;
    font-size: 1.4rem;
    color: #3e3a39;
    width: 20%;
    border-right: 1px solid #3e3a39;
}



#g_nav ul li:nth-child(5), .c_nav ul li:last-child{
    border-right:none;
}
#g_nav .nav_box > ul > li:last-child {
    display: none;
}
#g_nav ul.dropdown, .c_nav ul.dropdown {
    display: none;
    position: absolute;
    padding: 0;
    width: 100%;
    z-index: 10;
    padding-top: 20px;
}

#g_nav ul.dropdown li, .c_nav ul.dropdown li {
    width: 100%;
    margin-bottom: 0;
    border: none;
    text-shadow: none;
	    background: #005daa;
}
#g_nav ul.dropdown li:first-child,
.c_nav ul.dropdown li:first-child{
	border-radius: 5px 5px 0 0;
}
#g_nav ul.dropdown li.radius,
.c_nav ul.dropdown li.radius{
	border-radius: 5px 5px 0 0;
}
#g_nav ul.dropdown li:last-child,
.c_nav ul.dropdown li:last-child{
	border-radius: 0 0 5px 5px;
}
#g_nav ul li a,.c_nav ul li a{
    display: block;
    color: #fff;
    box-sizing: border-box;
}
#g_nav ul.dropdown li.tab,
.c_nav ul.dropdown li.tab{
	display: none;
}

.c_nav ul li a{
    color: #3e3a39;
}
#g_nav ul.dropdown li a,.c_nav ul.dropdown li a{
	color: #fff;
    text-align: left;
    
}
#g_nav li.li_arrow > a,.c_nav li.li_arrow a{
    border-radius: 5px 5px 0 0;
    width: 90%;
    margin:0 auto;
}

#g_nav ul li a {
    position: relative;
    display: inline-block;
    transition: .3s;
    width: 100%;
    position: relative;
    display: block;
}
#g_nav ul li:last-child a:hover,.c_nav ul li:last-child a:hover{
	opacity: 0.8;
}
#g_nav ul.dropdown a, .c_nav ul.dropdown a {
    height: auto;
    padding: 6px 0px 6px 20px;
    position: relative;
    font-size: 1.2rem;
}
#g_nav ul.dropdown a:before, .c_nav ul.dropdown a:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    box-sizing: border-box;
    background: #b2cee5;
    left: 6px;
    top: 13px;
    border-radius: 50%;
}
span.txt_en {
    display: block;
    font-size:1.2rem;
    font-weight: normal;
}
#g_nav ul li.home{
	display: none;
}

/*ナビクローン用*/

.c_nav {
    position: fixed;
    top: -60px;
    padding: 0;
    width: 100%;
    z-index: 3000;
    transition: top 0.25s;
	box-sizing: border-box;

    background: #fff;
}
.c_nav #g_nav {
    max-width: 1200px;
    padding: 5px 0;
    margin: 0 auto;
}
.c_nav #g_nav .nav_box {
    flex-basis: 75%;

    margin: 0;
    margin-right: 1%;
}
.c_nav ul {
    width: 100%;
}
.c_nav .nav_box{
    max-width: 1100px;
    margin: 0 auto;
	display: flex;
}
.c_nav #g_nav .nav_box a,.c_nav #g_nav .nav_box span{
	color: #000;
	text-shadow: none;
}
.c_nav #g_nav .nav_box ul.dropdown li a{
	color: #fff;
}
.c_nav #g_nav .header_btn.header_btn2 a {
    color: #000;
    text-decoration: underline;
    text-shadow: none;
	box-sizing: border-box;
}
.c_nav #g_nav .header_btn.header_btn2 {
    margin-top: 10px;
}
@media screen and (max-width: 1700px){
#g_nav ul li {
    font-size: 1.4rem;
}
}
@media screen and (max-width: 1400px){
	.header_bg {
    padding: 40px 20px 0;
}
.header_bg .gnav_box {
    flex-basis: 75%;
    position: relative;
}
	#g_nav ul.dropdown, .c_nav ul.dropdown {
    width: 100%;
    font-size: 1.1rem;
}
	#g_nav ul li, .c_nav ul li {
    font-size: 1.4rem;
}
.header_btn.header_btn1 {
    max-width: 80px;
    font-size: 1.4rem;
}
.header_btn.header_btn2 {
    flex-basis: 10%;
    text-align: center;
}
#g_nav {
    padding: 5px 0 0;
}
}


@media screen and (max-width: 1360px){
#g_nav ul.dropdown li.tab,
.c_nav ul.dropdown li.tab{
	display: block;
}
	#g_nav li.li_arrow > a.pclink, .c_nav li.li_arrow a.pclink{
		pointer-events: none;
	}
#g_nav ul.dropdown li.radius, .c_nav ul.dropdown li.radius {
    border-radius: 0;
}
}


@media screen and (max-width:1100px){
.under #g_nav ul li a,.under #g_nav ul li span{
    font-size: 1.2rem;
}
}



@media screen and (max-width: 1000px){
.header_bg .gnav_box {
    flex-basis: 80%;
    position: relative;
}
	.c_nav .nav_box{
    width: 98%;
    margin: 0 auto;
}
.header_bg {
    padding: 40px 20px 0;
}
	#g_nav ul.dropdown, .c_nav ul.dropdown {
    font-size: 1.2rem;
}
	#g_nav ul li, .c_nav ul li {
    font-size: 1.2rem;
}
.header_btn.header_btn1 {
    font-size: 1.2rem;
}
.header_btn.header_btn2 {
  font-size: 1.2rem;
}
#g_nav ul.dropdown a, .c_nav ul.dropdown a {
    font-size: 1.2rem;
}
}
@media screen and (max-width: 768px){
	.c_nav {
		display: none;
	}
}

.visible {
    top: 0;
}

@media screen and (max-width: 768px){
	footer .bn_box .clearfix {
    display: block;
}
footer .bn_box .clearfix .column {
    flex-basis: 49%;
    max-width: 464px;
    margin: 0 auto 25px;
}
.footer_nav .contents_inner {
    width: 98%;
}
	
.footer_box {
    padding: 20px 0 20px;

}
.footer_box p {
    font-size: 1.2rem;
}	
	footer .copy p{
		text-align: center;
	}
}

@media screen and (max-width: 600px){
footer .sp_only {
    display: block;
    position: fixed;
    bottom: 0;
    transition: all 0.3s;
    z-index: 30;
    background: #fff;
}

	footer .sp_only.invisible{
		transform: translateY(80px);
	}

	footer .sp_only ul{
		display: flex;
		padding: 0;
		justify-content: space-around;
	}

	footer .sp_only ul li{
		width: 49%;
	}
}

/*下層共通*/
.under header {
    background: #fff;
    height: 138px;
    box-sizing: border-box;
}
.under .header_box{
    margin: 0 auto;
}
.under #g_nav ul li {
    color: #000;
    text-shadow: none;
}
.under #g_nav ul li a{
    color: #000;
}
.under #g_nav ul.dropdown li a,.under .c_nav ul.dropdown li a {
    color: #fff;
}
.under .header_bg .gnav_box .header_btn.header_btn1 a {
    display: block;
    background: #005daa;
    color: #fff;
    padding: 10px 0;
    text-align: center;
    cursor: pointer;
}
.under .header_bg .gnav_box .header_btn.header_btn2 a {
    color: #000;
    text-shadow: none;
}
.under .main_header_r {
    background: #005daa;
    flex-basis: 25%;

}

.under .main_header_r a {
    padding: 10px;
    box-sizing: border-box;
    background: #005daa;
    display: block;
}
.under_contents .contents_box{
    max-width: 1000px;
}

.under  .main_header_l {
    flex-basis: 75%;
}


.bread_crumb {
    margin: 20px auto;
    color: #333;
    text-align: center;
}


.under_link {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
    max-width: 920px;
    margin: 0 auto 50px;
}
.under_link li {
    flex-basis: 32%;
    margin-right: 2%;
	background: #00398f;
	position: relative;
}
.under_link li:nth-child(3){
    margin-right: 0;
}
.under_link li a {
    color: #fff;
    box-sizing: border-box;
    display: block;
    padding: 8px 5px 8px 0;
    text-align: center;
    font-size: 1.6rem;
    width: 100%;
    left: 0;
    top: 0;
}

.under_contents{
	margin-bottom: 60px;
}

.under_contents h2 {
    font-size: 3.2rem;
    margin: 0 auto 70px;
    color: #333;
    text-align: center;
    letter-spacing: 0.05em;
    position: relative;
    font-weight: bold;
    font-weight: normal;
	padding-bottom: 0;
}
 .under_contents h2:before{
  position: absolute;
  bottom: -15px;
  left: calc(50% - 30px);
  width: 60px;
  height: 3px;
  content: '';
  border-radius: 3px;
  background: #005daa;
}

.under_contents h3 {
    text-align: left;
    margin-bottom: 20px;
    font-size: 2.2rem;
    color: #333;
    font-weight: bold;
    padding: 10px 10px 10px 50px;
    border-bottom: 1px solid #CCCCCC;
    background: url(images/icon1.png) no-repeat left center;
}
.under_contents h3 a.h3_link{
    float: right;
    font-size: 1.4rem;
    background: #019FCB;
    color: #fff;
    padding: 6px;
    box-sizing: border-box;
}
.under_contents h3 a.h3_link:hover{
    color: #fff;
    opacity: 0.8;
}
.under_contents h4 {
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.under_contents a{
	color: #019FCB;
}
.under_contents a:hover{
	color: #C10042;
}

.under_contents .main-container {
    border: 1px solid #ccc;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
    margin-bottom: 40px;
    overflow: hidden;
}
.main-container ul li {
    line-height: 2.1em;
    list-style-type: decimal;
    padding-left: 0.5rem;
    margin-left: 2rem;
}




/* 下層パーツ */

.mb0{
    margin-bottom: 0!important;
}
.mb10{
    margin-bottom: 10px!important;
}
.mb20{
    margin-bottom: 20px!important;
}
.mb30{
    margin-bottom: 30px!important;
}
.mb40{
    margin-bottom: 40px!important;
}
.mb50{
    margin-bottom: 50px!important;
}
.mb80{
    margin-bottom: 80px!important;
}
.mb100{
    margin-bottom: 100px!important;
}
ul.ul_square{
    max-width: 960px;
    margin: 0 auto 60px;
}
ul.ul_square li {
    font-size: 2.4rem;
    position: relative;
    margin-bottom: 40px;
    padding-left: 35px;
}
ul.ul_square li:before{
    content: "";
    position: absolute;
    top: .4em;
    left: 0;
    width: 20px;
    height: 20px;
    background-color: #013990;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
.text_box01{
	background: #f3f3ef;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 10px;
	margin-bottom: 30px;
}

.link_btn {
    max-width: 300px;
	width: 100%;
	margin: 0 auto 40px;
	text-align: center;
}
.link_btn a {
    background: rgb(0,93,170);
    box-sizing: border-box;
    position: relative;
    color: #fff;
    padding: 13px 5px;
    width: 100%;
    max-width: 300px;
    display: block;
    font-size: 1.8rem;
	transition: all .3s;
    border-radius: 8px;
}
.link_btn a:hover{
    color: #fff;
}
.link_btn a .underline{
    text-decoration: underline;
}
.link_btn a:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #fff transparent;
  right: 6px;
  bottom: 6px;
  transition: all 1s;
}
.link_btn a:hover {
    opacity: 1;
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}
.link_right {
	text-align: right;
	font-size: 1.8rem;
}

.click_bn{
	transition: all .3s;
}
.click_bn:hover{
  opacity: .7;
  transform: translate(1px, 1px);
}

.center{
    text-align: center;
}

.more_btn {
    max-width: 300px;
	width: 100%;
	margin: 0 auto 40px;
	text-align: center;
}
.more_btn a {
    background: #073462;
    box-sizing: border-box;
    position: relative;
    color: #fff;
    padding: 13px 5px;
    width: 100%;
    display: block;
    border-radius: 30px;
    font-weight: bold;
	transition: all .3s;

}
.more_btn a:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -4px;

}
.more_btn a:hover {
  opacity: 0.7;
  -webkit-transform: translate(1px, 1px);
  transform: translate(1px, 1px);
}

table.table01{
	width: 100%;
	margin-bottom: 20px;
}
table.table01 th{
	width: 33%;
	color: #000;
	border-bottom: solid 1px #343434;
	padding: 8px 5px;
	text-align: left;
}
table.table01 td{
	border-bottom: solid 1px #343434;
	text-align: left;
	padding: 8px 5px;
	vertical-align: middle;
	color: #000;
}

span[id]:not([href]){
    margin-top:-60px; 
    padding-top:60px; 
	display: inline-block; 
	vertical-align: top;
	width: 0;
	height: 0;
}
ul.ul01{
    margin-bottom: 30px;
}
ul.ul01 li {
    padding: 0 0 5px 15px;
    position: relative;
}
ul.ul01 li:before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    box-sizing: border-box;
    background: #333;
    left: 0;
    top: 10px;
    border-radius: 50%;
}
ul.ul_square span.bg {
    font-size: 1.6rem;
    background: #00398f;
    color: #fff;
    text-align: center;
    padding: 10px 15px;
    box-sizing: border-box;
    margin-right: 10px;
}

.pagination{
	text-align: center;
	margin-top: 20px;
}
.pagination .page-numbers {
    width: 40px;
    height: 40px;
    border: 1px solid #005daa;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
    box-sizing: border-box;
    padding: 4px 5px 0 5px;
    color: #000000;
    margin: 0 2px 0 0;
}
.pagination .page-numbers:hover{
	text-decoration: none;
	opacity: 0.8;
    color: #000000;
}
.pagination .page-numbers.next,.pagination .page-numbers.prev{
	width: auto;
}
.pagination .page-numbers.current {
    background: #e4e5f4;
    border: 1px solid #005daa;
}

.articles{
	margin-top: 40px;
}
.articles .next{
		float: right;
}
.articles .prev{
		float: left;
}


.under_contents p {
    margin-bottom: 10px;
    line-height: 1.8;
}
.under_contents p.catch{
    text-align: center;
    font-size: 2rem;
    margin-bottom: 40px;
}

.under.sp_main_logo{
    display: none;
}
@media screen and (max-width: 768px){
    .under.sp_main_logo {
        background: #265ca5;
        padding: 40px 0;
        margin-top: 80px;
        display: block;
    }
    .under.sp_main_logo img {
        max-width: 180px;
    }
.bread_crumb {
    margin-top: 20px;
}
.under header {
    height: 80px;
    box-sizing: border-box;
}
.under_contents h2 {
    font-size: 2.6rem;
}
.under_contents h3 {
    font-size: 1.8rem;
}
.under_contents {
    font-size: 1.4rem;
}
.link_btn a {
    font-size: 1.4rem;
}
}


@media screen and (max-width: 600px){
    .under.sp_main_logo {
        background: #265ca5;
        padding: 25px 0;
    }
.under.sp_main_logo img {
    max-width: 150px;
}
}

/* ================================================================================ */
/*      img処理        　　   　　                                　                */  
/* ================================================================================ */

.fig {
	margin: 0px;
	letter-spacing: 0; /* 文字間を詰めて隙間を削除する */
}
.fig-caption, .fig-caption p {
	text-align: left;
	font-size: 12px;
	line-height: 2em !important;
}
.fig-border {
    background-color: #ffffff;
    padding: 5px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
}
.fig-float {
    -webkit-box-shadow: 0 10px 8px -6px #8d8c8c;
    box-shadow: 0 10px 8px -6px #8d8c8c;
}
.fig-left {
    margin: 0 20px 5px 0;
}
.fig-right {
    float: right;
    margin: 0 0 5px 20px;
    max-width: 200px;
    text-align: center;
}
.fig-right img{
    margin-bottom: 10px;
}
.fig-center {
    margin: 0 auto;
}
.fig-responsive {
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.fig-single-0505 {
	display: inline-table;
	margin: 0px 5px;
	vertical-align: top;
}
.fig-single-10505 {
	display: inline-table;
	margin: 10px 5px 0;
	vertical-align: top;
}
.fig-single-05105 {
	display: inline-table;
	margin: 0 5px 10px;
	vertical-align: top;
}
.fig-single-105105 {
	display: inline-table;
	margin: 10px 5px;
	vertical-align: top;
}
.fig-set-left {
	float: left;
	margin: 0px 5px 0px -5px;	
}
.fig-set-center {
	clear: both;
    display: table;
	margin: 20px auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
}
.fig-single {
    display: table-cell;
	text-align: center;
	padding: 0 5px;
}
.fig-set-right {
	float: right;
	margin: 0px -5px 0px 5px;
	font-size:0;
}

.history-btn {
	float: right;
	margin: 0px 0px 10px 0px;
}
.history-btn a:hover {
	opacity: 0.3;
}
.history-ri-logo {
	margin-top: 10px;
}
.home-side-container img,.cat04-side-container img,.cat08-side-container img {
	background-color: #ffffff;
	padding: 5px;
	border: 1px solid #cccccc;
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.3);
	box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.3);
}

@media screen and (max-width: 768px){
.fig-right {
    float: none;
    margin: 0 auto 20px;
}
}

/* ================================================================================ */
/*      table          　　   　　                                　                */  
/* ================================================================================ */

.table-history {
	clear: both;
	width:100%;
	margin-bottom:20px;
}
.table-history td {
	text-align: left;
	padding: 5px 0px 5px 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.table-history tr td:nth-child(1){ 
	width: 70px; 
}

.table-officer {
	border-collapse:collapse;
	width: 100%;
}
.table-officer thead th {
	background-color: #f0f0f0;
	padding: 5px 12px;
	text-align: center;
	border: 1px solid #cccccc;
	vertical-align: top;
}
.table-officer th {
	background-color: #FFFFFF;
	padding: 5px 12px;
	text-align: left;
	border: 1px solid #cccccc;
	vertical-align: top;
}
.table-officer td {
	background-color: #FFFFFF;
	padding: 5px 12px;
	text-align: left;
	border: 1px solid #cccccc;
	vertical-align: top;
}
@media screen and (max-width: 768px){
.table-officer th,.table-officer td {
    padding: 5px 5px;
    font-size: 1.2rem;
}
}
/*　========================= クラブ概要 ========================= */

.table-org {
	border-collapse:collapse;
	background-color: #fff;
	margin-top: 20px;
    width: 100%;
}
.table-org thead th {
	background-color: #f0f0f0;
	text-align: center;
}
.table-org th {
	padding: 5px 15px;
	text-align: left;
	border: 1px solid #cccccc;
	vertical-align: top;
}
.table-org td {
	font-weight: normal;
	padding: 5px 10px;
	text-align: left;
	border: 1px solid #cccccc;
	vertical-align: top;
}
.table-org td:nth-child(2) {
	border-left: hidden;
}

.table-about-twrc {
	border-collapse:collapse;
	width: 100%;
	padding-top: 1em;
	padding-bottom: 1em;
}
.table-about-twrc td p {
	line-height: 1.8em;
}
.table-about-twrc th {
	font-weight: normal;
	background-color: #f0f0f0;
	padding: 10px;
	text-align: left;
	border: 1px solid #cccccc;
	vertical-align: top;
    width: 25%;
}
.table-about-twrc td {
	font-weight: normal;
	background-color: #ffffff;
	padding: 10px;
	text-align: left;
	border: 1px solid #cccccc;
	vertical-align: top;
}

.table-past-officer {
	border-collapse:collapse;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.table-past-officer thead th {
	padding: 5px 10px;
	border: 1px solid #cccccc;
	background-color: #f0f0f0;
	text-align: center;
}
.table-past-officer th {
	font-weight: normal;
	background-color: #f0f0f0;
	padding: 5px 10px;
	text-align: center;
	border: 1px solid #cccccc;
	vertical-align: top;
	width: 200px;
}
.table-past-officer td {
	font-weight: normal;
	background-color: #FFFFFF;
	padding: 5px 10px;
	text-align: left;
	border: 1px solid #cccccc;
	vertical-align: top;
}

/*　========================= お知らせ ========================= */

.table-info {
	width: 100%;
	display: block;
	margin: 0 auto;
}
.table-info th {
	padding: 3px 10px 3px 20px;
	vertical-align: top;
}
.table-info td {
	padding: 3px 20px 3px 10px;
	vertical-align: top;
}

/*　====================== 奨学生・留学生 ====================== */

.table-past-scholarship {
	width: 100%;
	margin: 0 auto 10px;
}
.table-past-scholarship th {
	text-align: center;
	padding: 5px 20px;
	border: 1px solid #cccccc;
	background-color: #f0f0f0;
}
.table-past-scholarship td {
	padding: 5px 10px;
	vertical-align: top;
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
}
.table01{
	border-collapse:separate;
	width: 498px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* ================================================================================ */
/*      共通　　   　　                                　                           */  
/* ================================================================================ */

.yajirusi:before {
    content: "\f101";
    font-family: 'FontAwesome';
    margin-right: 10px;
    color: #C10042;
}
.yajirusi-02:before {
	content: "\f0a9";
    font-family: FontAwesome;
    margin-right: 10px;
    color: #C10042;
}
.yajirusi-03:before {
    content: "\f138";
    font-family: FontAwesome;
    margin-right: 5px;
}
.speech-box{
	background-color: #FFFFFF;
	padding: 1em;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCCCCC;
	margin-top: 1em;
	margin-bottom: 1em;
}
.url-link {
	margin: 10px 0px 10px 20px;
	text-align: left;
	padding-left: 20px;
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #882329;
}

/* ================================================================================ */
/*  例会情報
/* ================================================================================ */

.category-date {
    width: 120px;
    float: left;
    margin-right: 10px;
}
.category-title {
	margin-left: 125px;
}
.category-singlebox {
	clear: both;
	padding-bottom: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
	margin-top: 20px;
}

.category-singlebox p.color_g{
    color: #666;
}

/* ================================================================================ */
/*  会長挨拶
/* ================================================================================ */

.category-singlebox.flex .fig-set-center{
    margin-top: 0;
    }

.flex.greeting_single > div:first-child{
    flex-basis: 16%;
}
.flex.greeting_single > div:last-child{
    flex-basis: 80%;
}

/* ================================================================================ */
/*  沿革
/* ================================================================================ */

.history_list{
    display: flex;
    flex-wrap: wrap;
}
.main-container .history_list li {
    flex-basis: 20%;
    line-height: 2.1em;
    position: relative;
    margin-left: 0;
    box-sizing: border-box;
    padding-left: 15px;
    list-style-type: none!important;
}
.history_list li:before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    box-sizing: border-box;
    background: #C10042;
    left: 0;
    top: 14px;
    border-radius: 50%;
}
@media screen and (max-width: 768px){
.history_list {
    display: block;
}
}

/* ================================================================================ */
/*  私たちの活動
/* ================================================================================ */

.service_catch{
margin-bottom: 60px;
text-align: center;
}
.service_catch p{
    margin-bottom:15px;
}

/* ================================================================================ */
/*  投稿シングル
/* ================================================================================ */

.content strong {
    font-style: normal;
    line-height: 5em;
    font-weight: bold;
}

ul.flow li {
    background: #d7edff;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 35px;
    margin-left: 0;
    list-style-type: none;
    position: relative;
    font-weight: bold;
}

ul.flow li:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 18px 0 18px;
    border-color: #005daa transparent transparent transparent;
    left: 50%;
    margin-left: -25px;
    bottom: -28px;
}
ul.flow li:last-child{
    margin-bottom: 0;
}
ul.flow li:last-child:before{
    display: none;
}


/*お問い合わせフォーム*/
.inq_body{
	margin: 0 auto;
	max-width: 900px;
}
.inq_body table{
	width: 100%;
	margin-bottom: 50px;
	margin-top: 30px;
}
.inq_body th span {
    font-size: 14px;
    background: red;
    width: 60px;
    display: inline-block;
    text-align: center;
    color: #fff;
    margin-right: 10px;
    padding: 2px 0;
}
@media screen and (max-width: 600px){
	.inq_body table{
		margin: 0 auto 40px auto;
	}
}

.inq_body tr{
	border-bottom: solid 1px #f0f0f0;
}

.inq_body th{
	padding: 16px 40px 16px 0;
	text-align: left;
	vertical-align: middle;
}
span.wpcf7-list-item {
    margin: 0;
}
@media screen and (max-width: 600px){
	.inq_body th{
		display: block;
		width: 100%;
		box-sizing: border-box;
		padding: 10px;
	}
}

.inq_body th span{
	font-size: 14px;
}
.inq_body td{
	padding: 16px 0 16px 0;
}
@media screen and (max-width: 600px){
	.inq_body td{
		display: block;
		width: 100%;
	}
}

.inq_body td span{
	display: block;
}
.inq_body td span.wpcf7-not-valid-tip{
	display: block;
}
.inq_body td span.wpcf7-list-item,
.inq_body td span.wpcf7-list-item-label{
	display: inline-block;
}

.inq_body input[type="text"],
.inq_body input[type="email"],
.inq_body input[type="tel"],
.inq_body .wpcf7-form-control-wrap textarea{
	padding: 5px;
	width: 100%;
	box-sizing: border-box;
}
.inq_body select{
	height: 30px;
	font-size: 1.4rem;
	padding: 0 10px;
}

.inq_body td>div{
	margin-bottom: 10px;
}
.inq_body table dl{
	overflow: hidden;
	display: block;
	margin-bottom: 20px;
}
.inq_body table dt{
	float: left;
	width: 60%;
	padding: 8px 0;
}
.inq_body table dd{
	float: right;
	padding: 8px 0;
}
.inq_body input[type="submit"],
.inq_body input[type="button"]{
    border: none;
    padding: 11px 50px;
    background: #005daa;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin: 20px auto 50px auto;
    display: block;
    cursor: pointer;
	box-sizing: border-box;
    border-radius: 0;
    -webkit-appearance: none;
}


#pp_check{
	text-align: center;
	margin: 20px 0 40px 0;
}

#pp_check a{
	text-decoration: underline;
}
#pp_check a:hover{
	text-decoration:none;
}

@media screen and (max-width:600px){
.inq_body input[type="text"], .inq_body input[type="email"], .inq_body input[type="tel"], .inq_body .wpcf7-form-control-wrap textarea {
    width: auto;
}
}

/*フェードイン*/
.fadein{
	opacity: 0;
	transform: translate(0,40px);
	transition: all 800ms;
}
.fadein.scrollin{
	opacity: 1;
	transform: translate(0,0);
}
.fadein.fadein_l{
	transform: translate(-100px,0);
	transition: all 800ms;
	opacity: 0;
}
.fadein.fadein_l.scrollin{
	transform: translate(0,0);	
	opacity: 1;
}
.fadein.fadein_r.fadein{
	transform: translate(100px,0);
	transition: all 800ms;
	opacity: 0;
}
.fadein.fadein_r.scrollin{
	transform: translate(0,0);	
	opacity: 1;
}
.fadein.fadein1 {animation-delay: 1s;}
.fadein.fadein2 {animation-delay: 4s;}
.fadein.fadein3 {animation-delay: 7s;}
.fadein.fadein4 {animation-delay: 10s;}
.fadein.fadein5 {animation-delay: 13s;}
.fadein.fadein6 {animation-delay: 16s;}


/* ページTOPに戻る */
.pagetop {
    display: none;
    position: fixed;
    right: 15px;
    bottom: 60px;
    max-width: 60px;
    z-index: 30;
}
.pagetop a{
    display: block;
}
@media screen and (max-width: 768px){
    .pagetop {
        bottom: 60px;
        z-index: 30;
        right: 0px;
        width: 50px;
    }
}





/*フェードイン*/
.fadein,.time-fadein{
	opacity: 0;
	transform: translate(0,40px);
	transition: all 800ms;
}
.fadein.scrollin,.time-fadein.scrollin{
	opacity: 1;
	transform: translate(0,0);
}
.fadein.fadein_l,.time-fadein.fadein_l{
	transform: translate(-50px,0);
	transition: all 800ms;
	opacity: 0;
}
.fadein.fadein_l.scrollin,.time-fadein.fadein_l.scrollin{
	transform: translate(0,0);	
	opacity: 1;
}
.fadein.fadein_r.fadein,.time-fadein.fadein_r.fadein{
	transform: translate(50px,0);
	transition: all 800ms;
	opacity: 0;
}
.fadein.fadein_r.scrollin,.time-fadein.fadein_r.scrollin{
	transform: translate(0,0);	
	opacity: 1;
}

@media screen and (max-width:1024px){
    /*タブレット以下は下からスライドに固定(横ずれを防ぐ為)*/
    .fadein,.time-fadein{
        transform: translate(0,40px)!important;
    }
    .fadein.scrollin,.time-fadein.scrollin{
        opacity: 1;
        transform: translate(0,0)!important;
    }
}

.main_catch{
    position: absolute;
    bottom:150px;
    left: 5%;
    font-size: 3rem;
    font-weight: bold;
    opacity: 0;
    width: 0;
    -webkit-transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    overflow: hidden;
    display: inline;
    height: 48px;
    padding-left: 10px;
	color: #fff;
	z-index:11;
}
.main_catch span {
    opacity: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;

  display: inline;
}
.main_catch.scrollin {
    width: 90%;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    box-sizing: border-box;
}


@media screen and (max-width:768px){
    .main_catch {
        bottom: 200px;
        left: 3%;
        font-size: 2.2rem;
        height: 35px;
    }

}
@media screen and (max-width:600px){
.main_catch {
    bottom: 200px;
    left: 3%;
    font-size: 1.8rem;
    height: auto;
    padding-left: 5px;
}
.main_catch.scrollin {
    width: auto;
}
}


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

    .header_bg{ 
      　opacity:0;
        animation-name:sample01;
        animation-duration:2s; 
        animation-iteration-count: 1;
        animation-fill-mode: forwards;
      }
      @keyframes sample01 {
      0% {
       opacity: 0;
       transform: translateY(-100px);
      }
        50%{
          opacity: 1;
           transform: translateY(0px);
        }
       100% {
       opacity:1;
       } 
      }
}



.service_box .photo a,.service_box .photo span{
    display: block;
    overflow: hidden;
    height: 220px;
}

/*ブログ詳細*/
.blog_wrap img{
    height: auto;
    display: block;
    border: solid 1px #b4b4b4;
    padding: 4px;
    box-sizing: border-box;    
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
    width: 40%!important;
}
@media screen and (max-width: 768px){
    .alignleft {
        width: 100%!important;
    }
	.blog_wrap img{
		margin: 0 auto 20px;
	}
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
    width: 40%!important;
}
@media screen and (max-width: 768px){
    .alignright {
        width: 100%!important;
    }
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1.625em;
}

.wp-caption-text{
    font-size: 1.4rem;
    text-align: center;
    margin-top: 5px;    
}


p.open_btn {
    font-size: 2.2rem;
    padding: 15px 10px 15px 10px;
    position: relative;
    border-bottom: none;
    margin-bottom: 25px;
    box-sizing: border-box;
    background: #4d4d4d;
    color: #fff;
    cursor: pointer;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    border-radius: 10px;
}
p.open_btn:before {
    position: absolute;
    content: "＋";
    right: 18px;
    top: 12px;
    font-size: 2.4rem;
    font-weight: bold;
}
p.open_btn.open:before {
    content: "−";
}

.news_box{
	display: none;
}
.news_box.open{
	display: block;
}

.movie {
    width: 100%;
    max-width: 640px;
    margin: 60px auto;
}
.movie video{
	width: 100%;
}
.center.small{
	font-size: 80%;
}

@media screen and (max-width: 768px){
p.open_btn {
    font-size: 1.6rem;
    max-width: 300px;
    margin: 0 auto 60px;
}
}


iframe{
	margin: 0 auto 20px;
}

.category-singlebox.flex > div:first-child{
	flex-basis: 60%;
}

.table-officer + p.right {
    text-align: right;
    margin-top: 10px;
}