@charset "utf-8";
/*
theme Name: sakuranet
Author: 
Description: sakuranet theme
version： 1.1.0
*/

/*--------------------------------------------------------------
   Common
--------------------------------------------------------------*/


html {
  min-height: 100%;
  position: relative;
}
body {
	font-family: "Noto Sans JP",-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic","Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
	font-size: 16px;
	line-height: 1.7;
	margin: 0;
	padding: 0;
	color: #333;
}
*,*:before,*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}
img {
  max-width: 100%;
  height: auto;
}
a,
a:focus,
input:focus,
select:focus,
textarea:focus,
#navbutton:focus,
.swiper-button-next,
.swiper-button-prev{
  outline: none;
}
.sp{
	display: none;
}
.pink{
	color:#ff4180;
}

.black{
	color:#000;
}
.text_right{
	text-align:right;
}
.text_center {
    text-align: center;
}
.bg_blue{
	background: #e6f9ff;
}
.bg_beige{
	background: #FFEBD9;
}
.bg_grey{
	background: #F9F9F9;
}
.border{
	border: solid 1px #ccc;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 1.75em;
}
.block{
	margin-bottom:40px;
}
.blue_block{
	background:#e6f9ff;
	padding:15px 20px;
}
.flex{
	display:flex;
}
.space-between {
  justify-content: space-between;
}
.space-around {
  justify-content: space-around;
}
.mb-0{
	margin-bottom:0 !important;
}
.mt-15{
	margin-top:15px;
}
.w15{
	width:15%;
}
.w25{
	width:25%;
}
.w30{
	width:30%;
}
.w48{
	width:48%;
}
.w80{
	width:80%;
}
ul {
    padding-left: 1rem;
}

ul.flex li{
	list-style:none;
}
.flex.flow .f_box ul.list {
    padding-left: 1.5rem;
}

/*** btn ***/
.btn{
    text-align: center;
    margin-bottom: 30px;
}
.btn a {
    color: #fff;
    position: relative;
    display: inline-block;
    min-width: 175px;
    padding: 0.5rem 3rem;
    cursor: pointer;
    background: #ff4180;
    text-decoration:none;
}
.btn a:hover{
	transition: opacity 0.2s ease-out;
	opacity:0.7;
}	
.btn a:after {
    content: "";
    position: absolute;
    top: 52%;
    right: 10%;
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    margin-top: -5px;
}

table, th, td {
	border: none;
}
table {
	border-top: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
	width: 100%;
	max-width: 860px;
	border-spacing: 0px;
	margin: 0 auto 40px;
}
th, td {
	border-bottom: 1px solid #E5E5E5;
	border-left: 1px solid #E5E5E5;
	text-align: center;
	padding: 10px 15px;
	line-height: 1.6;
	font-size: 1.0rem;
}
th {
	background-color: #e6f9ff;
	font-weight: normal;
}

table.tbl_01 {
    max-width: 1070px;
    width: 100%;
    margin: 0 auto;
}
table.tbl_01 th{
    font-size:1.2rem;
    font-weight:bold;
    width:50%;
}
table.tbl_01 th.w20{
	width:20%;
}
table.tbl_01 th:nth-child(2){
    background:#FFEBD9
}
table.tbl_01 th:nth-child(3){
    background:#fff
} 

table.tbl_01 td{
    text-align: left;
    vertical-align:top;
}
table.difference{
	max-width:1070px;
}
table.difference tr:not(:first-child) th{
    background: #f8f8f8;
	font-weight:bold;
}
table.difference th.w40{
	width:40%;
}
table.difference td.w20{
	width:20%;
}
table.difference td{
	text-align:left;
}

table.tbl_02 th {
	background-color: #fff7ee;
	width: 30%;
}
table.tbl_02 td {
	text-align:left;
	padding-left:1em;
}
table.tbl_03{
	margin: 0 auto 20px;
}
table.tbl_03 td,
table.tbl_04 th,
table.tbl_04 td{
    text-align: left;
}
table.tbl_04 th.text_center {
	text-align:center;
}	
table.tbl_03 th:nth-of-type(1) {
    width: 18%;
    text-align: left;
}
table.tbl_03 th:nth-of-type(2) {
    width:60%;
}
table.tbl_04 th:nth-of-type(1) {
    width:50%;
}
.box {
    display: flex;
}
.box_left {
    width: 30%;
    margin-right: 5%;
}
.box_right {
    width: 65%;
}
/* footer {
  border-top: solid 1px #ddd;
} */
/* .header-inner,
.footer-inner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; */
  /*max-width: 1200px;*/
  /* margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}
.header-inner {
	padding: 0 15px;
}	
.footer-inner {
  padding: 15px;	
} */
.container {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:100%;
	overflow: hidden;
}
.contents, 
#sidebar {
  margin: 0px 0;
}


/*--------------------------------------------------------------
   TOP_SWIPER
--------------------------------------------------------------*/
.swiper-container {
    z-index: 1 !important;
	width: 100%;
    height: 100%;
}
.swiper-container {
  padding: 30px 0 50px;
}
.s-right2-wrap {
  position: relative;
  margin: 0 auto;
}
.s-right2-text,
.s-right2-sub {
	position: absolute;
	width: 100%;
	left: 0;
	text-align: center;
}
.s-right2-text {
	top: 14%;
	font-size: 3vw;
	font-weight:bold;
}
.s-right2-sub {
  top: 55%;
  font-size: 2.5vw;
}
.swiper-slide-active .s-right2-text {
    width: 33.3vw;
    /* margin-left: 90px; */
    text-align: center;
    animation: slideFromRight 1.5s ease 0s 1 normal;
    background: #fff;
    background-color: rgba( 255, 255, 255, 0.8 );
    left: 10%;
}
.swiper-slide-active .s-right2-sub {
    animation: slideFromRightSub 2.0s ease 0s 1 normal;
    text-align: left;
    left: 10%;
}

@keyframes slideFromRightSub {
  0%, 45% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

/*--------------------------------------------------------------
   Header
--------------------------------------------------------------*/
header p {
	margin-bottom: 0;
}
 /* header{
 	z-index: 999;
    width: 100%;
    overflow: visible;
    background: #fff;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    box-shadow: 0 1px 4px rgb(0 0 0 / 20%);
}	
.site-title img {
    max-width: 250px;
    width: 100%;
}
.site-title a {
  display: block;
}

#navbutton {
  position: absolute;
  top: 36px;
  right: 20px;
  padding: 4px 8px;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 1px #aaa;
  border-radius: 5px;
  background-color: #fff;
}
#navbutton i {
  font-size: 2em;
  color: #333;
}
#header-nav{
  display: none;
}
.header-nav {
  padding-left: 10px;
}
.header-nav ul {
  margin: 0;
  padding: 10px 0;
  list-style: none;
} */

/*SP_開閉ボタン*/
/* #nav_toggle{
	display: block;
	width: 25px;
	height: 30px;
	position: relative;
	top: 3px;
	z-index: 100;
}
#nav_toggle div {
	position: relative;
}
#nav_toggle span{
	display: block;
	height: 3px;
	background: #000;
	position:absolute;
	width: 100%;
	left: 0;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
#nav_toggle span:nth-child(1){
	top:0px;
}
#nav_toggle span:nth-child(2){
	top: 10px;
}
#nav_toggle span:nth-child(3){
	top: 20px;
} */

/*SP_開閉ボタンopen時*/
/* .open #nav_toggle span:nth-child(1) {
	top: 12px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);
}
.open #nav_toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav_toggle span:nth-child(3) {
	top: 12px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.header-nav li a {
  display: block;
  padding: 15px 5px;
  color: #000;
  font-size: 1em;
  text-decoration: none;
}

.header-nav li a:hover {
  opacity: 0.7;
}
.header-nav li:nth-last-child(2) a {
    background: #ff4180;
    color: #fff;
    padding: 5px 15px;
}
.header-nav ul.sub-menu li a{
    background:#fff;
	color:#000;
} */
/*--------------------------------------------------------------
  TOP
--------------------------------------------------------------*/
h1 {
	text-align: center;
	width: 100%;
	font-size: 1.5rem;
	background-image: url(https://sakura-carenet.jp/wp-content/uploads/2019/02/title_bg.jpg);
	background-size: cover;
	background-position:center;
    padding-top: 30px;
    padding-bottom: 30px;
	margin: 0px auto;
	color:#ff4180;
}
.page-id-13 h1 {
	margin: 20px auto 0;
	background:none;
	padding:0;
}
h2{
	position: relative;
	font-weight: bold;
	font-size: 2.0rem;
	margin-bottom: 40px;
	text-align: center;
}
h2::after {
	content: '';
	position: absolute;
	bottom: 0;
	width: 25px;
	height: 2px;
	background-color: #F3ABC9;
	left: 48.78%;
	right: 0;
}
h2 .sub {
	display: block;
	color: #F3ABC9;
	font-size: 1.1rem;
}
h2.special {
    font-size: 1.8rem;
	margin-bottom:15px;
}
h2.special:after{
	content:none;
}
.news-list h2{
	text-align:left;
}
.news-list h2::after {
	content: none;
}
h3{
	color: #ff4180;
	line-height: 2.2rem;
	padding-left: 20px;
	border-left: solid 4px #ff4180;
	font-size: 1.6rem;
}
h4 {
    margin-bottom: 0;
    color: #009FE6;
}

p {
	margin: 0 0 1rem;
	line-height: 1.8;
}
section{
	overflow: hidden;
	max-width: 1100px;
    margin: 0 auto 50px;
	padding: 0 15px;
}
.col-2{
    width:46%;
}


@media (max-width: 767px) {
	.w80{
		width:100%;
	}
	h2:after{
		content:none;
	}
	h3 {
		padding-left: 20px;
		font-size: 1.2rem;
	}	
}
/*--------------------------------------------------------------
   インターンシップとは
--------------------------------------------------------------*/
.intern {
    padding: 15px 30px;
	margin-bottom:30px;
}
@media (max-width: 767px) {
	.intern {
		padding: 15px 15px;
	}
}
/*--------------------------------------------------------------
   技能実習とは
--------------------------------------------------------------*/
.f_box.first {
    flex-basis: 16%;
}
.f_box.second {
    flex-basis: 74%;
}
.flex.flow .f_box{
    display: flex;
    flex-direction: column;
}
.flex.flow .f_box h4,
.flow_03 h4{
	text-align: center;
	padding: 5px;
	margin: 0;
	background: #009FE6;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	font-size: 1.4rem;
	color: #fff;
}
.flex.flow .f_box ul,
.flow_03 ul{
	border: 2px solid #009FE6;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	margin-top: 0;
	padding: 15px;
	flex-grow: 1;
}
.flex.flow ul.flex li,
.flow_03 ul li{
	font-size:1.2rem;
	font-weight:bold;
	background: #FFEBD9;
	text-align: center;
	border-radius: 10px;
	padding: 15px 8px;
	border: 2px solid #ccc;
}
.flex.flow ul.flex li{
    width:21.5%;
}
.flex.flow ul.flex li:last-child {
    width: 30%;
}
.flow_03 ul li{
	width: 24%;
}	
.arrow_right {
	display: flex;
	position: relative;
	width: 8%;
	height: 55px;
	top: 76px;
	margin: 0 25px 0 0px;
	background: #009FE6;
}
.arrow_right::after {
	content: "";
	position: absolute;
	right: -22px;
	top: -32%;
	border-left: 22px solid #009FE6;
	border-top: 48px solid transparent;
	border-bottom: 44px solid transparent;
}
.arrow_right:before {
	content: "パスすると";
	color: white;
	font-size: 1.0rem;
	margin: auto;
	padding-left:5px;
}
.arrow_bottom {
	display: block;
	position: relative;
	width: 100px;
	height: 2rem;
	top: -16px;
	/* left: 44%; */
	margin: 0 auto 18px;
	background: #009FE6;
	text-align: center;
}
.arrow_bottom::after {
	content: "";
	position: absolute;
	left: -34%;
	top: 98%;
	border-top: 28px solid #009FE6;
	border-left: 85px solid transparent;
	border-right: 80px solid transparent;
}
.arrow_bottom::before {
	content: "来日";
	color: white;
	font-size: 1.2rem;
	margin: auto;
	font-weight: bold;
}
/*--------------------------------------------------------------
   ４つの特長
--------------------------------------------------------------*/
.reason .col-2{
	margin: 0 auto 30px;
	padding: 1rem 1rem 0.4rem;
	position: relative;
	border: 4px solid #F3ABC9;
	display: flex;
	flex-direction: column;
}
.reason .col-2 h2{
    margin-bottom: 1rem;
}	
.reason .col-2 .btn{
    margin-top: auto;
}

.r_num {
    background-color: #F3ABC9;
    color: #fff;
    font-size: 0.6rem;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0.5rem 0 1.2rem;
    text-align: center;
    width: 3.4rem;
    margin: 0;
}
.r_num:after {
    content: '';
    border-left: 1.7rem solid transparent;
    border-right: 1.7rem solid transparent;
    border-bottom: 0.6rem solid #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}
.r_num span {
    display: block;
    font-size: 1.6rem;
    line-height: 1;
}
.reason .lead {
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.4;
    margin: 10px 0 30px;
}

/*--------------------------------------------------------------
  監理費
--------------------------------------------------------------*/
/* .fee クラスに対するスタイル */
table.fee{
	max-width:1070px;
}

/* スマートフォン用のCSS */
@media (max-width: 768px) {
  /* テーブルを100％幅に設定し、セル間のスペースを調整します */
  .fee {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 15px;
  }

 /* データセルのスタイル */
  .fee td {
    text-align: center;
    padding: 5px; /* セルの内部余白 */
  }

  /* ヘッダーの表示を非表示に */
  .fee thead {
    display: none;
  }

  /* セルのラベルを表示します */
  .fee tbody td::before {
    content: attr(data-label);
    font-weight: bold;
    display: block;
  }

  /* データセルの表示 */
  .fee tbody td {
    text-align: left; /* データセルのテキストを左寄せ */
  }
}


/*--------------------------------------------------------------
  Contact Form
--------------------------------------------------------------*/
.form {
    max-width: 800px;
    margin: 0 auto;
}
.form .wpcf7-list-item {
    margin: 0 0 5px;
}
.form .wpcf7-list-item input{
    margin-right:0.5rem;
}
.inquiry td p {
    margin: 8px 0;
}

.form p {
    line-height:1.4;
}

.inquiry input{
	padding: 0.8em 0.5em;
	font-size: 16px;
	width: 90%;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type=checkbox], input[type=radio] {
    height: 18px;
    width: 18px;
    position: relative;
    top: 2px;	
}
textarea.wpcf7-form-control.wpcf7-textarea {
    width: 90%;
    padding: 0.8em 0.5em;
    font-size: 16px;
	border: 1px solid #ccc;	
}
.wpcf7-not-valid-tip {
    text-align: left;
}
@media(max-width:500px){
.inquiry th,.inquiry td {
	 display:block!important;
	 width:100%!important;
	 border-top:none!important;
	 -webkit-box-sizing:border-box!important;
	 -moz-box-sizing:border-box!important;
	 box-sizing:border-box!important;
}
.inquiry tr:first-child th{
	 border-top:1px solid #d7d7d7!important;
}
}
/*見出し欄*/
.inquiry th{
	 text-align:left;
	 font-size:14px;
	 color:#444;
	 width: 30%;
	 background:#f7f7f7;
}

/*必須の調整*/
.haveto{
	font-size:0.8rem;
	padding:5px;
	background:#F3ABC9;
	color:#fff;
	border-radius:4px;
	margin-left: 10px;
	position:relative;
	bottom:1px;
    float: right;
}
/*任意の調整*/
.any{
	 font-size:7px;
	 padding:5px;
	 background:#93c9ff;
	 color:#fff;
	 border-radius:2px;
	 margin-right:5px;
	 position:relative;
	 bottom:1px;
}
/*ラジオボタンを縦並び指定*/
	.verticallist .wpcf7-list-item{
	 display:block;
}
/*送信ボタンのデザイン変更*/
	#formbtn{
	 display: block;
	 padding:15px;
	 width:350px;
	 background: #ff4180;
	 color:#fff;
	 font-size:18px;
	 font-weight:bold;
	 border-radius:2px;
	 margin:25px auto 0;
	 border: none;
}
/*送信ボタンマウスホバー時*/
	#formbtn:hover{
	opacity:0.7;
}

/*--------------------------------------------------------------
  Footer
--------------------------------------------------------------*/
footer p {
	margin-bottom: 0;
}
/* footer {
	width:100%;
	background-color: #707070;
	bottom: 0;
}


.footer-nav {
  margin-bottom: 20px;
}

.footer-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-nav li {
  float: left;
  width: 50%;
  text-align: center;
}
.footer-nav li a {
  font-size: .9em;
  display: block;
  padding: 10px 5px;
  text-decoration: none;
  color: #fff;
}

.footer-nav li a:hover {
  opacity: .6;
} */

/*コピーライト*/
/* .copyright p {
    font-size: 0.8rem;
  margin: 0;
  text-align: center;
  color: #fff;
} */

/*--------------------------------------------------------------
  contact_box
--------------------------------------------------------------*/
.contact_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: url(https://sakura-carenet.jp/wp-content/uploads/2023/04/bg_contact.jpg) no-repeat center top/cover;
}
.contact_box section{
	margin:30px auto 0;
}
.contact_box p{
    color: #5b5e5e;	
}
.contact_box h3.lead {
	font-weight:bold;
    margin: 1rem 0 2rem;
	font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, YuGothic, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;	
    color: #5b5e5e;
	border:none;
}	 

.contact_box .tel{
    font-size: 1.8rem;
    padding-top: 3px;
	text-align:center;
}
.contact_box .tel a{
	font-weight:bold;
	text-decoration: none;
	color: #5b5e5e;
	font-size: 1rem;
}
.contact_box .tel a:hover{   
	text-decoration: none;
}
.contact_box .tel span{
    font-size:1.0rem;
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: middle;
}


.contact_box .mail {
    box-sizing: border-box;
    display: inline-block;
    margin: 0 20px;
	max-width:380px;	
}
.contact_box .mail a{	
	font-size:1.2rem;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	text-align:center;
	background-color: #ff4180;
	padding: 12px 60px 15px; 
	line-height:1.6;
	display:inline-block;
}
.contact_box .mail a:hover{	
    opacity:0.8;
}
.contact_box .mail a:before{
	background: url(https://sakura-carenet.jp/wp-content/uploads/2023/04/mail.png) no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 27px;
	width: 40px;
	margin-right: 18px;
	position: relative;
	top: 6px;
}	
p.recaptcha {
    font-size: 0.8rem;
}

.grecaptcha-badge { visibility: hidden; }

/*--------------------------------------------------------------
  Sidebar
--------------------------------------------------------------*/
.sidebar-wrapper {
  margin: 20px auto;
}

.sidebar-wrapper h4 {
  font-size: 1.1em;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 7px 10px;
  color: #fff;
  background-color: #464646;
}

/*デフォルトウィジェット*/
.widget_recent_entries ul, .widget_meta ul, .widget_recent_comments ul, .widget_pages ul, .widget_meta ul, .widget_categories ul, .widget_archive ul, .widget_nav_menu ul {
  padding: 0;
  list-style: none;
}

.widget_recent_entries li, .widget_meta li, .widget_recent_comments li, .widget_pages li, .widget_meta li, .widget_categories li, .widget_archive li, .widget_nav_menu li {
  position: relative;
  padding: 10px;
}

.widget_recent_entries li, .widget_nav_menu li {
  /* padding-left: 25px; */
}

.widget_recent_entries a, .widget_meta a, .widget_recent_comments a, .widget_pages a, .widget_meta a, .widget_categories a, .widget_archive a, .widget_nav_menu a {
  text-decoration: none;
  color: #333;
}

.widget_recent_entries a:hover, .widget_meta a:hover, .widget_recent_comments a:hover, .widget_pages a:hover, .widget_meta a:hover, .widget_categories a:hover, .widget_archive a:hover, .widget_nav_menu a:hover {
  opacity: .6;
}

/*カテゴリウィジェット*/
.widget_categories li {
  display: inline-block;
  margin: 2px;
  padding: 2px 10px;
  white-space: nowrap;
  border-radius: 3px;
  background-color: #777;
}

.widget_categories li a {
  font-size: .8em;
  color: #fff;
}

/*タグウィジェット*/
.tagcloud a {
  font-size: .9em !important;
  line-height: 2.5em;
  margin: 2px;
  padding: 2px 10px;
  white-space: nowrap;
  text-decoration: none;
  color: #333;
  border: 1px solid #333;
  border-radius: 3px;
}

/*--------------------------------------------------------------
  NEWS
--------------------------------------------------------------*/

.news_area{
	margin-top:30px;
}
.news-list {
  margin: 0 0 15px;
}
.news-list a {
  display: block;
  text-decoration: none;
  color: #000;
}
.news-list a:hover{
	opacity:0.7;
}
.news-list h2 {
	font-size: 1.05em;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 5px;
	color: #333;  
}
.news-date {
  font-size: .8em;
  margin-bottom: 8px;
  color: #666;
}
.news-info {
    margin-top: 15px;
}
.cat-data {
  font-size: .6em;
  padding: 3px 5px;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  border-radius: 3px;
  background-color: #464646;
}
span.post-date {
    font-size: 0.8rem;
    display: block;
    color: #333;
}

element.style {
}
.news h1,
.category h1{
    font-size: 1.2rem;
    text-align: left;
    background: none;
    padding: 20px 0;
    margin: 0;
	color:#333;
}
/*ページネーション*/
.pagination {
  margin: 40px 0 30px;
  text-align: center;
}
.pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagination li {
  display: inline-block;
  width: auto;
}
.pagination li a, .pagination li > span {
  font-size: .9em;
  display: block;
  width: 30px;
  margin: 0 1px;
  padding: 5px 0;
  text-decoration: none;
  color: #000;
  border: solid 1px #ccc;
  border-radius: 3px;
}
.pagination li > span {
  color: #fff;
  background-color: #464646;
}
.pagination li a:hover {
  color: #fff;
  background-color: #464646;
}
.pagination li .dots {
  width: 15px;
  padding: 0;
  color: #000;
  border-color: transparent;
  background-color: transparent;
}

/*記事のCSS*/
.news {
  font-size: 1em;
  margin: 0;
}
.news-info .cat-data a {
  text-decoration: none;
  color: #fff;
}
.news-info .cat-data a:hover {
  opacity: .8;
}
.news-img {
  max-width: 640px;
  margin: 30px auto;
  text-align: center;
}

/*タグ*/
.news-tag {
  text-align: right;
}
.news-tag ul {
  list-style: none;
}
.news-tag li {
  display: inline-block;
  color: #464646;
}
.news-tag li a {
  font-size: .8em;
  margin-right: 7px;
  padding: 2px 7px;
  text-decoration: none;
  color: #464646;
  border: solid 1px #464646;
  border-radius: 2px;
}
.news-tag li a:hover {
  opacity: .8;
}
.news p {
  margin-top: 0;
  margin-bottom: 30px;
}
.news h2 {
  font-size: 1.5em;
  margin-top: 3em;
  margin-bottom: 1.5em;
  padding: .4em 0;
  border-bottom: solid 5px #464646;
}
.news h3 {
  font-size: 1.35em;
  margin-top: 2.5em;
  margin-bottom: 1.5em;
  padding: 0 .5em;
  border-left: solid 5px #777777;
  background: transparent;
}
.news h4 {
  font-size: 1.2em;
  margin: 0 0 .3em;
}
.news h5 {
  font-size: 1.1em;
  margin: 0 0 .3em;
}

/*--------------------------------------------------------------
   TABLET
--------------------------------------------------------------*/
/* @media (max-width: 1060px) {
.header-nav li a {
	font-size: 0.8rem;
}
	} */
	
	
	
/*--------------------------------------------------------------
   SP
--------------------------------------------------------------*/
@media (max-width: 767px) {
	h1{
		margin: 0px auto 0;
	}
	h2 {
		font-size: 1.4rem;
		margin-bottom: 20px;	
	}	

	.pc{
		display: none;
	}
	.sp{
		display: block;
	}	
	section {
		margin: 0 auto 20px;
	}
	.box_left,
	.box_right {
		width: 100%;
	}
	/*Header_SP*/
	/* header{
		background: #fff;
		top: 0;
		left: 0;
	}
	.header-nav {
		padding: 10px 15px 15px;
	}
	.header-nav li a {
		font-size: 1rem;
		padding: 10px 0;
		font-weight: bold;
	}
	.header-nav li:last-child a {
		background: #ff4180;
		color: #fff;
		padding: 5px 15px;
		margin-top: 15px;
	} */
	.site-title img {
		width: 58%;
		height: auto;
		padding-top: 15px;
	}	

	.swiper-button-next, .swiper-button-prev {
		width: 17px !important;
		height: 24px !important;
		background-size: 17px 24px !important;
		top: 38% !important;
	}
	.page-id-13 h1 {
		margin: 0 auto;
	}
	.flex {
		display: block;
	}

	.box {
		display: block;
	}
	.col-2,
	.col-3,
	.col-4{
		width: 100%;
	}
	/*NEWS_SP*/
	.news-list a {
		padding: 10px;
	}

	.news-date {
		margin-bottom: 0;
	}
	.news-list p {
		visibility: hidden;
		height: 0;
		text-align:left;
	}	

	/*reason_SP*/
	.reason .col-2 {
		padding: 0;
	}	
	.reason .lead{
		padding: 15px 0 0 15px;
		line-height:1.4;
		text-align:left;
		display: block;
		margin: 10px 0;	
	}

	.r_num {
		font-size: 1.0rem;
		width: 100%;
		padding: 0.8rem 0;
		position: relative;
	}	
	.r_num span {
		display: inline-block;
		font-size: 1.2rem;
		line-height: 1;
		padding-left: 1rem;
	}
	.r_num:after {
		content: none;
	}
	p.detail {
		padding: 0 15px;
	}	
	.flex.flow ul.flex li,
	.flex.flow ul.flex li:last-child,
	.flow_03 ul li {
		width:100%;
		margin-bottom:15px;
	}
	.arrow_right {
		width: auto;
		height: auto;
		top: -8px;
		background: none;
		text-align: center;
	}
	.arrow_right:before {
		color: #000;
	}	
	.arrow_right::after {
		content: none;
	}
	.arrow_bottom {
		display: block;
		width: 50px;
		height: auto;
		text-align: center;
		top: -16px;
		margin: 0 auto;
		left: auto;
	}
	.arrow_bottom::before {
		margin: auto;
		padding-left: 0;
	}	
	.arrow_bottom::after {
		left: -59px;
	}	

}	/*------//スマホ------*/



/*--------------------------------------------------------------
   PC
--------------------------------------------------------------*/

/*Header_PC*/
@media (min-width: 768px) {
/* .header-inner {
	display: flex;
	align-items: center;  
	    overflow: visible;
}

ul.menu li a{	
	position: relative;
	transition: .3s;
	font-weight: bold; 
}  

ul.menu li a::after{
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 0;
	height: 2px;
	background-color: #ff4dad;
	transition: .3s;
	transform: translateX(-50%);	
}
ul.menu li a:hover::after{
	width: 40px;
}
ul.menu .current_page_item a::after{
	width: 40px;
} */
/* .site-title {
    position: relative;
}
#nav_toggle{
	display: none;
}	
#header-nav {
    display: flex;
}
.header-nav {
	max-width: 1200px;
	padding:0 10px;
	box-sizing: border-box;
    margin-left: auto;	
	position: relative;
}

.header-nav li {
    display: inline-block;
    width: auto;
    position: relative;
}
.header-nav li a {
	font-size: 1.0vw;
	padding: 10px 15px;
	display: block;
}
.header-nav ul.sub-menu li {
    width: 100%;
}
.header-nav ul.sub-menu li a{
    background:#fff;
	color:#000;
	text-align:center;
} */
/* #navbutton {
	display: none;
} */

.site-header.header-scrolled {
	background-color: rgba(255,255,255,0.9);
	/* border-bottom: 1px solid transparent; */
}
.site-header .container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.header-clone {
	height: 83px;
}
/* .header-image {
	position: relative;
	text-align: center;
} */
/*　PC_swiper */	
.s-right2-text {
	top: 30%;
	font-size: 2.5vw;
	font-weight:bold;
}
.s-right2-sub {
  top: 55%;
  font-size: 1.5vw;
}
/*　PC_サブメニュー */
ul.sub-menu {
    display:none;
}

/* .menu li:hover ul {
    position:absolute;
    display:block;
    background:#fff;
    z-index:9999;
} */
	
/*コンテンツ*/

.contents {
	float: left;
	width: 70%;
	margin-right: 2%;
}

#sidebar {
	float: left;
	width: 28%;
}
  /* .footer-nav li {
    width: auto;
    text-align: left;
  }
  .footer-nav li a {
    font-size: 1em;
    padding: 10px 20px;
  } */
  /*コピーライト*/
  /* .copyright p {
    text-align: right;
  }	 */
	
}/*------//PC------*/

@media (min-width: 1199px){
	/* .header-nav li a {
		font-size:0.9rem;
	} */
}