@charset "utf-8";
/*-----------------------------------------
   全般
-----------------------------------------*/

html {
    /* ルートのフォントサイズを10pxに設定 */
	font-size: 62.5%;
    overflow-x: hidden;
	}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

body {
	/* ルートのフォントサイズを1.6em（16pxと同等のサイズ）に設定 */
	font-size: 1.6rem;
	/* フォント指定 */
	font-family:'Roboto','Hiragino Sans','Meiryo','Hiragino Kaku Gothic ProN',sans-serif;
	/* 行間 */
	line-height: 2.0;
	/* 字間 */
	letter-spacing: 0.05em;
	color: #000;
    margin: 0px;
    padding: 0px;
    -webkit-text-size-adjust: 100%;
	}

/* タグ リセット */
* { margin: 0; padding: 0; }
img { border: none; vertical-align: bottom; }
li { list-style: none; }
table { border-collapse: collapse; border-spacing: 0; }

/* clearfix */
.clearfix{zoom:1;}
.clearfix:after{content:"."; display: block; height:0px; clear:both; visibility:hidden;}
* html .clearfix{display:inline-table; /*¥*/display:block;/**/}

/* ブロック関連クラス */
.block { display: block; }
.clear { clear:both; }
.right { float:right; }
.left { float:left; }
.none { display:none; }

/* レスポンシブ対応IMG */
img {
	max-width: 100%;
	height: auto;
}

/*-----------------------------------------
   フォント
-----------------------------------------*/

/* サイズ */
.fs_10 { font-size: 1rem; }
.fs_11 { font-size: 1.1rem; }
.fs_12 { font-size: 1.2rem; }
.fs_13 { font-size: 1.3rem; }
.fs_14 { font-size: 1.4rem; }
.fs_15 { font-size: 1.5rem; }
.fs_16 { font-size: 1.6rem; }
.fs_17 { font-size: 1.7rem; }
.fs_18 { font-size: 1.8rem; line-height: 1.6; }
.fs_19 { font-size: 1.9rem; line-height: 1.5; }
.fs_20 { font-size: 2rem; line-height: 1.5; }
.fs_21 { font-size: 2.1rem; line-height: 1.5; }
.fs_22 { font-size: 2.2rem; line-height: 1.5; }
.fs_23 { font-size: 2.3rem; line-height: 1.4; }
.fs_24 { font-size: 2.4rem; line-height: 1.4; }
.fs_25 { font-size: 2.5rem; line-height: 1.4; }
.fs_26 { font-size: 2.6rem; line-height: 1.4; }
.fs_27 { font-size: 2.7rem; line-height: 1.4; }
.fs_28 { font-size: 2.8rem; line-height: 1.4; }
.fs_29 { font-size: 2.9rem; line-height: 1.4; }
.fs_30 { font-size: 3.0rem; line-height: 1.4; }

/* カラー */
.fc_a { color: #3A9DD7; }
.fc_b { color: #1564AA; }
.fc_c { color: #E85400; }
.fc_d { color: #28B1BC; }

.fc_shiro { color: #FFFFFF; }
.fc_kuro { color: #000000; }
.fc_hai { color: #888888; }
.fc_aka { color: #FF0000; }
.fc_ao { color: #0000FF; }

/* 太さ */
.fw_bold { font-weight:bold; }
.fw_normal { font-weight:normal; }
.fw_200 { font-weight: 200 !IMPORTANT; }
.fw_300 { font-weight: 300 !IMPORTANT; }
.fw_400 { font-weight: 400 !IMPORTANT; }
.fw_500 { font-weight: 500 !IMPORTANT; }
.fw_600 { font-weight: 600 !IMPORTANT; }
.fw_700 { font-weight: 700 !IMPORTANT; }
.fw_800 { font-weight: 800 !IMPORTANT; }

.txt_l { text-align: left; }
.txt_c { text-align: center; }
.txt_r { text-align: right; }

/* 下線 */
.fu_a { border-bottom: solid 1px #000000; padding-bottom:2px; }
.fu_b { border-bottom: solid 1px #B1B1B1; padding-bottom:10px; }

/* サイト紹介文 */
h1 { font-size: 12px; color: #FFF; font-weight: 300; }

/* リンク */
a { font-weight: normal; text-decoration:none; }
a:link { color: #3BB4FF; text-decoration: none; }
a:visited { color: #3BB4FF; text-decoration: none; }
a:hover { color: #3BB4FF; text-decoration: underline; }
a:active { color:#3BB4FF; }

/*-----------------------------------------
   表示切り替え
-----------------------------------------*/

/* PCのみ表示 */
.pc_only { display: block; }

/* SPのみ表示 */
.sp_only { display: none; }

/*------- ナビゲーション用 -------*/

/* PCのみ表示 */
.pc { display: block; }

/* SPのみ表示 */
.sp { display: none; }

/*-----------------------------------------
   画像ホバー半透明
-----------------------------------------*/

.img_hover img {
	-webkit-transition-property:opacity;  
    -webkit-transition-duration:0.2s;  
    -webkit-transition-timing-function:linear; 
}

.img_hover img:hover { opacity: 0.8; }

/*-----------------------------------------
   ベース
-----------------------------------------*/

.section {
}

.contents {
	width: 1020px;
	padding: 0;
	margin: 0 auto 20px;
}

/*------- 横幅を100%に広げる時の枠 -------*/

.wrapper {
	width: 100%;
    background-color: #F2F2F2;
    padding: 80px 0 50px;
	margin-bottom: 80px;
}

.wrapper_contents {
	width: 1020px;
	margin: 0 auto;
}

/*-----------------------------------------
   ページタイトル
-----------------------------------------*/

.title01 {
	background-color: #F7F2DF;
}

.title02 {
	position: relative;
	width: 1020px;
	padding: 30px 0;
	box-sizing: border-box;
	margin: 0 auto;
	color: #502E09;
	text-align: center;
	font-size: 3rem;
	font-weight: 600;
}

/*-----------------------------------------
   パンくず
-----------------------------------------*/

.breadcrumbs {
	width: 1020px;
	padding: 20px 0 40px;
	box-sizing: border-box;
	margin: 0 auto;
	text-align: right;
	line-height: 2.4;
}

.breadcrumbs h2 {
	font-size: 10px;
	font-weight: 400;
	color: #ddd; /*矢印の色*/
}

.breadcrumbs a {
	border-bottom: 1px solid #ddd;
	padding: 0 0 4px;
}

.breadcrumbs h2 > span {
	font-size: 12px;
	font-weight: 500;
	color: #555;
	margin: 0 5px;
	margin-right: 0.05em;
}

.breadcrumbs h2 > span:last-child {
	border-bottom: 1px solid #000;
	padding: 0 0 4px;
}

.breadcrumbs a { font-weight: normal; text-decoration:none; position: relative; }
.breadcrumbs a:link { color: #555; text-decoration: none; }
.breadcrumbs a:visited { color: #555; text-decoration: none; }
.breadcrumbs a:hover { color: #555; text-decoration: none; border-bottom: 1px solid #000; }
.breadcrumbs a:active { color:#555; }


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

.midashi01 {
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 1.5;
	padding: 15px 20px;
	margin-bottom: 30px;
	color: #FFF;
	background-color: #1564AA;
	border-radius: 15px 15px 0 0 ;
}

.midashi02 {
	font-size: 2.1rem;
	font-weight:  500;
	line-height: 1.5;
	padding: 12px 15px;
	margin-bottom: 30px;
	background-color: #F2F2F2;
	border-radius: 15px;
}

.midashi02 span {
	position: relative;
	display: inline-block;
	padding-left: 15px;
}

.midashi02 span:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 5px;
	height: 100%;
	border-radius: 5px;
	background: #E85400;
}

.midashi03 {
	font-size: 1.9rem;
	font-weight: 600;
	line-height: 1.5;
	padding: 0 0 10px;
	margin-bottom: 30px;
	color: #1564AA;
	border-bottom: 2px solid #1564AA;
}

/*-----------------------------------------
   ボタン
-----------------------------------------*/

/*------- btn_01 -------*/

.btn_01 {
    text-align: center;
}

.btn_01 a {
    position: relative;
    display: inline-block;
	font-size: 1.6rem;
    font-weight: 400;
	line-height: 1.5;
    color: #FFF;
    text-align: center;
	min-width: 160px;
    padding: 10px 40px;
    box-sizing: border-box;
    background-color: #3A9DD7;
    border-radius: 100vh;
}

.btn_01 a:hover {
	background-color: #1564AA;
}

.btn_01,
.btn_01 a,
.btn_01 a:hover,
.btn_01 a:visited {
	text-decoration: none !IMPORTANT;
}

/*------- btn_02 -------*/

.btn_02 {
    text-align: center;
}

.btn_02 a {
    position: relative;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 400;
	line-height: 1.5;
    color: #000;
    text-align: center;
	min-width: 220px;
    padding: 10px 40px;
    box-sizing: border-box;
    background-color: #FFF;
	border: 2px solid #3BB4FF;
    border-radius: 100vh;
	box-shadow: 3px 3px 5px #CCC;
}

.btn_02 a:hover {
	border: 2px solid #1564AA;
	}

.btn_02,
.btn_02 a,
.btn_02 a:hover,
.btn_02 a:visited {
	text-decoration: none !IMPORTANT;
}

/*------- btn_03 -------*/

.btn_03 {
    text-align: center;
}

.btn_03 a {
    position: relative;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 400;
	line-height: 1.5;
    color: #FFF;
    text-align: center;
	min-width: 200px;
    padding: 10px 40px;
    box-sizing: border-box;
    background-color: #1564AA;
    border-radius: 100vh;
}

.btn_03 a:hover {
	background-color: #3A9DD7;
	}

.btn_03 a:hover::after {
	border-color: #655A64; /*色*/
}

.btn_03,
.btn_03 a,
.btn_03 a:hover,
.btn_03 a:visited {
	text-decoration: none !IMPORTANT;
}

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

#header_box01 {
	width: 1020px;
	margin: 0px auto;
	text-align: right;
}

#header_box01_01 {
	display: inline-block;
	margin: 0 0 0 auto;
	background-color: #F2F2F2;
	text-align: center;
	border-radius: 0 0 10px 10px;
	box-sizing: border-box;
}

#header_box01_02 {
	color: #FFF;
	background-color: #1564AA;
	padding: 0 15px;
}

#header_box01_03 {
	padding: 10px;
	line-height: 1;
}

#header_box01_03 img {
	width: 200px;
}

#header_box02 {
	display: table;
	width: 1020px;
	clear: both;
	margin: 0px auto;
	padding: 0 0 40px;
}

#header_box03_l {
	display: table-cell;
}

#header_box03_r {
	display: table-cell;
	width: 210px;
}

#header_box04 {
	width: 1020px;
	clear: both;
	margin: 0px auto;
}

#header_box05{
	width: 100%;
	clear: both;
	text-align: center;
	margin: 0px auto;
}

#header_box05 img {
	width: 100%;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}


#title01 {
	width:100%;
	clear:both;
	text-align:center;
	margin:0px auto 0px auto;
	height: 100px;
	font-weight:bold;
	padding-top: 30px;
	padding-bottom: 10px;
	background: url(../img/common/title.jpg) no-repeat;
	background-position: center bottom;
	position: relative;
}

#title02 {
	width:100%;
	clear:both;
	text-align:center;
	color: #000000;
	font-size: 4rem;
	line-height: 4rem;
	font-weight: 600;
	position: absolute;
	top: 52%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
	padding: 0;
}

/*------- searchform -------*/

/*- pc -*/

.pc .searchform {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
	width: 210px;
	border-bottom: 1px solid #1755aa;
}

.pc .searchform .searchfield {
	width: 170px;
    height: 35px;
    padding: 0 10px;
    border: none;
    box-sizing: border-box;
    outline: none;
	color: #000; /*入力テキスト色*/
	line-height: 1;
}

.pc .searchform .searchfield::placeholder {
    color: #000; /*入力テキスト色*/
}

.pc .searchform .searchfield:focus {
	color: #000; /*入力テキスト色*/
}

.pc .searchform .searchsubmit {
	position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.pc .searchform .searchsubmit::before {
	position: absolute;
	content: '';
	width: 11px;
	height: 11px;
	top: calc(50% - 7px);
	left: calc(50% - 8px);
	border-radius: 50%;
	box-shadow: 0 0 0 2px #1755aa;
}

.pc .searchform .searchsubmit::after {
	position: absolute;
	content: '';
	width: 7px;
	height: 5px;
	top: calc(50% + 4px);
	left: calc(50% + -1px);
	border-top: solid 2px #1755aa;
	transform: rotate(45deg);
}

/*- sp -*/

.sp .searchform {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
	width: 100%;
	margin: 30PX auto 120px;
    border-radius: 50vh;
    background-color: #F2F2F2; /*全体の背景の色*/
}

.sp .searchform .searchfield {
	width: calc(100% - 44px);
    height: 44px;
    padding: 0 15px;
    border: none;
    box-sizing: border-box;
    outline: none;
	line-height: 1;
	background-color: #F2F2F2; /*背景色*/
	color: #000; /*入力テキスト色*/
	font-size: 1.5rem;
}

.sp .searchform .searchfield::placeholder {
    color: #000; /*入力テキスト色*/
}

.sp .searchform .searchfield:focus {
	color: #000; /*入力テキスト色*/
}

.sp .searchform .searchsubmit {
	position: relative;
    width: 44px;
    height: 44px;
	border: none;
    background-color: transparent;
    cursor: pointer;
	background-color: #2B3E88; /*虫眼鏡の背景の色*/
}

.sp .searchform .searchsubmit::before {
	position: absolute;
	content: '';
	width: 11px;
	height: 11px;
	top: calc(50% - 7px);
	left: calc(50% - 8px);
	border-radius: 50%;
	box-shadow: 0 0 0 2px #FFF; /*虫眼鏡の色*/
}

.sp .searchform .searchsubmit::after {
	position: absolute;
	content: '';
	width: 7px;
	height: 5px;
	top: calc(50% + 4px);
	left: calc(50% + -1px);
	border-top: solid 2px #FFF; /*虫眼鏡の色*/
	transform: rotate(45deg);
}


/*-----------------------------------------
   フッター
-----------------------------------------*/

#footer_box01 {
 	width:1020px;
	clear:both;
	padding-top:30px;
	padding-bottom: 30px;
	margin:0px auto 0px auto;
	}

#footer_box02_l {
	width:60%;
	clear:both;
	float:left;
	text-align:left;
	margin:0px 0px 0px 0px;
    }

#footer_box02_r {
    width:37%;
	float:right;
	text-align:right;
	margin:0px 0px 0px 0px;
    }

#footer_box03 {
	width:100%;
	clear:both;
    background-color: #1564AA;
	background-attachment: fixed;
    }

#footer_box04 {
	width:100%;
	clear:both;
	text-align:center;
	padding: 15px 0 15px;
	font-size: 1.4rem;
    }

#footer_box03 a:link { color: #FFFFFF; text-decoration: none;}
#footer_box03 a:visited { color: #FFFFFF; text-decoration: none;}
#footer_box03 a:hover { color: #FFFFFF; text-decoration:underline;}

.medicalfee a {
    display: inline-block;
    border: 1px solid #1564AA;
	border-radius: 20px;
    padding: 5px 15px;
    font-size: 14px;
    line-height: 14px;
}

.medicalfee a:link { color: #1564AA; text-decoration:  none;}
.medicalfee a:visited { color: #1564AA; text-decoration:  none;}
.medicalfee a:hover { color: #1564AA; text-decoration: none;}
	

/*-----------------------------------------
   メニュー
-----------------------------------------*/

/*------- 親メニュー -------*/

.pcMenu {
	position: relative;
	margin: 0 0 40px;
	padding: 10px;
	letter-spacing: 0.1rem;
	z-index: 1000;
	background-color: #F2F2F2;
	border-radius: 50vh;
	}

.pcMenu::after {
	display: block;
	clear: both;
	content: '';
	}

.pcMenu > li {
	position: relative;
	float: left;
    text-align: center;
	font-size: 1.6rem; /*文字サイズ*/
	font-weight: 500;
	}

/*ナビゲーション 各ボタンの幅 合計100%になるように*/
.pcMenu > li:nth-child(1) { width: 17%; }
.pcMenu > li:nth-child(2) { width: 12%; }
.pcMenu > li:nth-child(3) { width: 12%; }
.pcMenu > li:nth-child(4) { width: 13%; }
.pcMenu > li:nth-child(5) { width: 12%; }
.pcMenu > li:nth-child(6) { width: 8%; }
.pcMenu > li:nth-child(7) { width: 14%; }
.pcMenu > li:nth-child(8) { width: 12%; }

.pcMenu > li a {
	display: block;
	width: 100%;
    padding: 5px 0;
	}

.pcMenu > li span {
	display: block;
	font-size: 1.2rem;
	color: #9C8596;
	font-weight: 300;
	opacity: 0.5;
	}

/* リンクカラー */
.pcMenu a,
.pcMenu a:link,
.pcMenu a:visited { color: #000; text-decoration: none !IMPORTANT; font-weight: 300; }
.pcMenu a:hover { color: #FFF; background-color: #3A9DD7; border-radius: 50vh; }

/*::::::::::::::: ドロップダウンメニュー :::::::::::::::*/

.dropdownMenu ul {
	position: absolute;
	line-height: 1.4;
	top: 10px;
	right: -35px;
	left: -35px;
	}

.dropdownMenu ul li {
	position: relative;
	font-size: 1.5rem; /*文字サイズ*/
	font-weight: 500;
    border-bottom: 1px solid rgba(255,255,255,.2); /*下線*/
    background-color: rgba(21,100,170,1); /*背景色（透過）*/
}

.dropdownMenu ul li:last-child {
    border-bottom: none;
}

.dropdownMenu ul li a {
	display: block;
	padding: 15px 20px;
	box-sizing: border-box;
	}

.dropdownMenu ul li a:hover {
	background-color: rgba(255,255,255,.1);
	border-radius: 0;
}

/* 角丸の場合 */
.dropdownMenu ul li:last-child { border-radius: 0 0 10px 10px; }
.dropdownMenu ul li:last-child a:hover { border-radius: 0 0 10px 10px; }

/* リンクカラー */
.dropdownMenu ul li a,
.dropdownMenu ul li a:link,
.dropdownMenu ul li a:hover,
.dropdownMenu ul li a:visited { color: #FFFFFF; }

/*------- 出現方法 -------*/

/* 上からフェード表示 */
.dropdownMenu .down {
    visibility: hidden;
    opacity: 0;
    transition: .2s ease-in-out;
    transform: translateY(-10px);
    top: 100%;
  }
  
.dropdownMenu:hover > .down {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  }

/* そのままフェード表示 */
.dropdownMenu .fade {
  visibility: hidden;
  opacity: 0;
  transition: .2s ease-in-out;
  transform: translateY(0);
    top: 90%;
  }
  
.dropdownMenu:hover > .fade {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  }

/*::::::::::::::: メガメニュー :::::::::::::::*/

.megaMenu {
    position: static !important;
}

.megaMenu:hover {
	background: linear-gradient(transparent 96%, #F69D41 0%);
}

.megaMenu > div {
    display: block;
    width: 100vw;
    background-color: rgba(255,255,255,0.9);
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    transition: opacity .3s, visibility .3s;
    visibility: hidden;
    z-index: 1000;
    margin: 0 calc(50% - 50vw);
    padding: 10px 0;
}

.megaMenu ul {
    width: 1020px;
    margin: 0 auto;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.megaMenu ul li {
    font-size: 1.5rem; /*文字サイズ*/
    padding: 5px 25px;
}

.megaMenu ul li a {
	display: block;
	padding-top: 10px;
    padding-bottom: 10px;
	box-sizing: border-box;
	}

.megaMenu:hover > div {
    opacity: 1;
    visibility: visible;
}

/* リンクカラー */
.megaMenu ul li a,
.megaMenu ul li a:link,
.megaMenu ul li a:hover,
.megaMenu ul li a:visited { color: #000; }
.megaMenu ul li a:hover { opacity: 0.4; }

/*::::::::::::::: メニュー内 アイコン :::::::::::::::*/

/*------- アイコン1 -------*/

.pcMenu ul li a.ic1 {
    position: relative;
}
.pcMenu ul li a.ic1:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px; /*位置*/
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #FFFFFF; /*色*/
}

/*------- アイコン2 -------*/

.pcMenu ul li a.ic2 {
    position: relative;
}
.pcMenu ul li a.ic2:before {
	position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    margin: auto;
    left: 10px; /*位置*/
	width: 2px;
	height: 2px;
	border-style: solid;
	border-width: 1px 1px 0 0;
	border-color: #FFF; /*色*/
	opacity: 0.7;
	transform: rotate(45deg);
}

/*------- アイコン3 -------*/

.pcMenu ul li a.ic3 {
    position: relative;
}
.pcMenu ul li a.ic3:before {
	position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    margin: auto;
    left: 12px; /*位置*/
	width: 3px;
	height: 3px;
	border-style: solid;
	border-width: 2px 2px 0 0;
	border-color: #FFF; /*色*/
	transform: rotate(45deg);
    z-index: 1002;
}
.pcMenu ul li a.ic3:after {
	position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    margin: auto;
    left: 8px; /*位置*/
	width: 15px;
	height: 15px;
    background-color: #502E09;
    border-radius: 50%;
    z-index: 1001;
}

/*------- メガメニュー用 マージン設定 -------*/

.megaMenu ul li a.ic1 {padding-left: 20px;}
.megaMenu ul li a.ic1:before {left: 0;}

.megaMenu ul li a.ic2 {padding-left: 25px;}
.megaMenu ul li a.ic2:before {left: 4px;}
.megaMenu ul li a.ic2:after {left: 0;}

.megaMenu ul li a.ic3 {padding-left: 25px;}
.megaMenu ul li a.ic3:before {left: 4px;}
.megaMenu ul li a.ic3:after {left: 0;}

.megaMenu ul li a.ic4 {padding-left: 25px;}
.megaMenu ul li a.ic4:before {left: 4px;}
.megaMenu ul li a.ic4:after {left: 0;}

/*-----------------------------------------
   バナーエリア（サイドバー） 
-----------------------------------------*/

.sidebar {
	width: 100%;
}

.sidebar_box01 {
	width: 1020px;
	margin: 0 auto;
	padding: 55px 0 40px;
}

/*------- 3列 -------*/

.banner_box3 {
	display : flex;
	flex-wrap : wrap;
	justify-content: flex-start;
}

.banner_box3 .inner {
	width: 32.333333%;
	margin-right: 1.5%;
	margin-bottom: 15px;
}

.banner_box3 .inner:nth-child(3n) {
	margin-right: 0;
}

/*------- 4列 -------*/

.banner_box4 {
	display : flex;
	flex-wrap : wrap;
	justify-content: flex-start;
}

.banner_box4 .inner {
	width: 24.25%;
	margin-right: 1%;
	margin-bottom: 10px;
}

.banner_box4 .inner:nth-child(4n) {
	margin-right: 0;
}

/*------- 5列 -------*/

.banner_box5 {
	display : flex;
	flex-wrap : wrap;
	justify-content: flex-start;
}

.banner_box5 .inner {
	width: 19.2%;
	margin-right: 1%;
	margin-bottom: 10px;
}

.banner_box5 .inner:nth-child(5n) {
	margin-right: 0;
}

/*-----------------------------------------
   横並び
-----------------------------------------*/

/*------- 2列 -------*/

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

.box2 .inner {
	width: 48%;
}

/*------- 3列 -------*/

.box3 {
	display : flex;
	flex-wrap : wrap;
	justify-content: flex-start;
}

.box3 .inner {
	width: 30%;
	margin-right: 5%;
	margin-bottom: 30px;
}

.box3 .inner:nth-child(3n) {
	margin-right: 0;
}

/*------- 4列 -------*/

.box4 {
	display : flex;
	flex-wrap : wrap;
	justify-content: flex-start;
}

.box4 .inner {
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 20px;
}

.box4 .inner:nth-child(4n) {
	margin-right: 0;
}

/*------- 5列 -------*/

.box5 {
	display : flex;
	flex-wrap : wrap;
	justify-content: flex-start;
}

.box5 .inner {
	width: 19.2%;
	margin-right: 1%;
	margin-bottom: 10px;
}

.box5 .inner:nth-child(5n) {
	margin-right: 0;
}

/*-----------------------------------------
   ブログ
-----------------------------------------*/

.contents_blog {
	float:left;
	width:750px;
	margin-bottom: 20px;
}

.sidebar_blog {
	width:250px;
    float:right;
	margin-bottom: 20px;
}

/*-----------------------------------------
   リストアイコン
-----------------------------------------*/

/*------- 丸アイコン01 大 -------*/

.ic_maru01 li {
    position: relative;
    padding-left: 25px;
	padding-bottom: 10px;
	text-align: left;
	line-height: 1.6;
}

.ic_maru01 li:before {
    position: absolute;
    content: "";
    top: 5px;
    left: 0px;
    box-sizing: border-box;
    width: 15px; /*大きさ*/
    height: 15px; /*大きさ*/
    border-radius: 50%;
	background: #28B1BC; /*色*/
}

/*------- 丸アイコン02 小 -------*/

.ic_maru02 li {
    position: relative;
    padding-left: 18px;
	padding-bottom: 10px;
	text-align: left;
	line-height: 1.6;
}

.ic_maru02 li:before {
    position: absolute;
    content: "";
    top: 10px;
    left: 5px;
    box-sizing: border-box;
    width: 3px; /*大きさ*/
    height: 3px; /*大きさ*/
    border-radius: 50%;
	background: #000000; /*色*/
}

/*------- 丸アイコン03 大 ピンク -------*/

.ic_maru03 li {
    position: relative;
    padding-left: 25px;
	padding-bottom: 10px;
	text-align: left;
	line-height: 1.6;
}

.ic_maru03 li:before {
    position: absolute;
    content: "";
    top: 5px;
    left: 0px;
    box-sizing: border-box;
    width: 15px; /*大きさ*/
    height: 15px; /*大きさ*/
    border-radius: 50%;
	background: #F9BAB6; /*色*/
}

/*------- 丸アイコン04 大 水色 -------*/

.ic_maru04 li {
    position: relative;
    padding-left: 25px;
	padding-bottom: 10px;
	text-align: left;
	line-height: 1.6;
}

.ic_maru04 li:before {
    position: absolute;
    content: "";
    top: 5px;
    left: 0px;
    box-sizing: border-box;
    width: 15px; /*大きさ*/
    height: 15px; /*大きさ*/
    border-radius: 50%;
	background: #B3C7DD; /*色*/
}



/*------- 四角アイコン01 -------*/

.ic_shikaku01 li {
    position: relative;
    padding-left: 24px;
    padding-bottom: 10px;
	line-height: 1.6;
}

.ic_shikaku01 li:before {
	position: absolute;
	content: "";
	top: 5px;
	left: 0px;
	box-sizing: border-box;
	width: 14px; /*大きさ*/
	height: 14px; /*大きさ*/
	background: #F69849; /*色*/
}

/*------- チェックアイコン01 水色-------*/

.ic_check01 li {
    position: relative;
    padding-left: 25px;
	padding-bottom: 10px;
	line-height: 1.6;
}

.ic_check01 li:before {
	position: absolute;
    content: "";
    top: 5px;
    left: 0px;
    box-sizing: border-box;
    width: 14px; /*大きさ*/
    height: 9px; /*大きさ*/
    border-left: 3px solid #B3C7DD; /*色*/
    border-bottom: 3px solid #B3C7DD; /*色*/
    transform: rotate(-45deg);
}

/*------- チェックアイコン02 ベージュ -------*/

.ic_check02 li {
    position: relative;
    padding-left: 25px;
	padding-bottom: 10px;
	line-height: 1.6;
}

.ic_check02 li:before {
	position: absolute;
    content: "";
    top: 5px;
    left: 0px;
    box-sizing: border-box;
    width: 14px; /*大きさ*/
    height: 9px; /*大きさ*/
    border-left: 3px solid #9C8D9B; /*色*/
    border-bottom: 3px solid #9C8D9B; /*色*/
    transform: rotate(-45deg);
}


/*------- 数字アイコン01 -------*/

.ic_number01 li {
	list-style: decimal;
	margin-left: 1.5em;
	padding-left: 0.3em;
	padding-bottom: 10px;
	line-height: 1.6;
}

.ic_number01 li::marker {
	font-weight: 600;
	font-size: 1.8rem;
	color: #F69849;
}

/*------- 数字アイコン02 -------*/

.ic_number02  {
	counter-reset: number;
}

.ic_number02 li {
	position: relative;
	padding-left: 1.6em;
	padding-bottom: 10px;
	line-height: 1.6;
}

.ic_number02 li::before {
	counter-increment: number;
	content: counter(number);
	position: absolute;
	color: #FFF;
	background-color: #F69849;
	text-align: center;
	top: 3px;
	left: 0;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	font-size: 14px;
	line-height: 1.4;
}

/*-----------------------------------------
   その他 
-----------------------------------------*/

/*------- 囲み -------*/

.kakomi {
    width: 100%;
	background-color: #FFFFFF; /*背景色*/
	border-radius: 20px; /*角丸*/
    border: 4px solid #F69849; /*枠線*/
    margin: 0 auto;
    padding: 50px;
    box-sizing: border-box;
}

/* 幅 */
.haba80 { width: 80%; margin: 0 auto; }
.haba70 { width: 70%; margin: 0 auto; }
.haba60 { width: 60%; margin: 0 auto; }

/*------- 横スクロールテーブル -------*/

.scrolltable {
  overflow-x: scroll;
}
.scrolltable table {
  width: 1020px;
}

/*------- ▼ -------*/

.sankaku{
	margin: 0 auto;
	width: 0;
	height: 0;
	border-top: 20px solid #E26165;
	border-right: 30px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 30px solid transparent;
	text-indent:100%;
	white-space: nowrap;
	overflow: hidden;
}

/*-----------------------------------------
   ※予備 
-----------------------------------------*/

.container {
	width: 1020px;
	margin: 0 auto;
}

/* 画像配置 */
.photo_box_01_01{
	clear:both
}
.photo_box_01_02{
padding-bottom:10px;
}
.photo_box_01_03{
	text-align:left;
	padding-bottom: 10px;
}
.photo_box_left_text{margin-right: 10px; padding-bottom: 5px;}
.photo_box_right_text{margin-left: 10px; padding-bottom: 5px;text-align:left;}

/*------------------*/

/*.img100_box01 img{
	width:100%;
	height:auto;
}*/

/*------------------*/

/*.box-wrapper　{
	margin-right: -1.33%;
}
*/


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

　・1060px以下　1020pxに左右20pxづつ足した数値
　・860px以下　横並びコンテンツ用
　・500px以下　モバイル用

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

/*:::::::::::::::::::::::::::::::::::::::::::::::::::

   1px〜1060px

:::::::::::::::::::::::::::::::::::::::::::::::::::*/

@media only screen and (min-width: 1px) and (max-width: 1060px) {

	body {
		background-image: none;
		}
	
	/*-----------------------------------------
	   表示切り替え
	-----------------------------------------*/
	
	/*------- ナビゲーション用 -------*/

	.pc { display: none; }
	.sp { display: block; }

}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::

   501px〜1060px

:::::::::::::::::::::::::::::::::::::::::::::::::::*/

@media only screen and (min-width: 501px) and (max-width: 1060px) {
	
	/*-----------------------------------------
	   ベース
	-----------------------------------------*/

	.section {
	}

	.contents {
		width: 92%;
	}
	
	/*------- 横幅を100%に広げる時の枠 -------*/

	.wrapper_contents {
		width: 92%;
	}
	
	/*-----------------------------------------
	   ページタイトル
	-----------------------------------------*/

	.title02 {
		width: 92%;
		font-size: 2.5rem;
	}

	/*-----------------------------------------
	   パンくず
	-----------------------------------------*/
	
	.breadcrumbs {
		width:92%;
	}
	
	/*-----------------------------------------
	   見出し
	-----------------------------------------*/
	
	.midashi01 { font-size: 1.9rem; }
	.midashi02 { font-size: 1.8rem; }
	.midashi03 { font-size: 1.7rem; }

	/*-----------------------------------------
	   ヘッダー
	-----------------------------------------*/
	
	/* cssが喧嘩してるので、pc用のcssリセット */		
	nav.pc{
		display:none;
	}
	
	/*------- ロゴ -------*/
	
	#header_m_box01 {
		padding: 30px 70px 30px 30px;
	}
	
	#header_m_box01 img {
		width: 50%;
		min-width: 340px;
	}
	
	/*---------------------------------------*/
	/*  フッター 　　　　 　 　　　　　　　　 */
	/*---------------------------------------*/

	#footer_box01 {
		width: 92%;
		margin: 0px auto;
	}

	/*-----------------------------------------
	   サイドバー（バナーエリア） 
	-----------------------------------------*/
	
	.sidebar {
		width: 100%;
		float: none;
		margin: 0px auto 50px;
	}
	
	.sidebar_box01 {
		width: 92%;
		margin: 0px auto 0px auto;
		padding-top: 40px;
		padding-bottom: 30px;
		clear: both;
	}

	/*-----------------------------------------
	   ブログ
	-----------------------------------------*/

	.contents_blog {
		clear:both;
		width:70%;
		margin:0px auto 20px auto;
	}

	.sidebar_blog {
		width:28%;
		float:right;
		margin:0px auto 20px auto;
	}

	/*-----------------------------------------
	   ※予備 
	-----------------------------------------*/

	.back {
		width:100%;
		background: #FFFFFF;
		margin: 0 auto;
	}

}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::

   501px〜860px

:::::::::::::::::::::::::::::::::::::::::::::::::::*/

@media only screen and (min-width: 501px) and (max-width: 860px) {

	/*-----------------------------------------
	   サイドバー（バナーエリア） 
	-----------------------------------------*/

	/*------- 3列  -------*/

	.banner_box3 .inner {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 15px;
	}

	.banner_box3 .inner:nth-child(3n) {
		margin-right: 2%;
	}

	.banner_box3 .inner:nth-child(2n) {
		margin-right: 0;
	}

	/*------- 4列  -------*/

	.banner_box4 .inner {
		width: 32.3333%;
		margin-right: 1.5%;
		margin-bottom: 10px;
	}

	.banner_box4 .inner:nth-child(4n) {
		margin-right: 1.5%;
	}

	.banner_box4 .inner:nth-child(3n) {
		margin-right: 0;
	}

	/*------- 5列  -------*/

	.banner_box5 .inner {
		width: 32.3333%;
		margin-right: 1.5%;
		margin-bottom: 10px;
	}

	.banner_box5 .inner:nth-child(5n) {
		margin-right: 1.5%;
	}

	.banner_box5 .inner:nth-child(3n) {
		margin-right: 0;
	}
	
	/*-----------------------------------------
	   横並び
	-----------------------------------------*/
	
	/*------- 2列 -------*/

	.box2 {
		display: block;
	}

	.box2 .inner {
		width: 100%;
	}

	/*------- 3列  -------*/
	
	.box3 .inner {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 30px;
	}

	.box3 .inner:nth-child(3n) {
		margin-right: 4%;
	}

	.box3 .inner:nth-child(2n) {
		margin-right: 0;
	}

	/*------- 4列  -------*/
	
	.box4 .inner {
		width: 48.5%;
		margin-right: 3%;
		margin-bottom: 20px;
	}

	.box4 .inner:nth-child(3n) {
		margin-right: 3%;
	}

	.box4 .inner:nth-child(2n) {
		margin-right: 0;
	}

	/*------- 5列  -------*/
	
	.box5 .inner {
		width: 32.3333%;
		margin-right: 1.5%;
		margin-bottom: 10px;
	}

	.box5 .inner:nth-child(5n) {
		margin-right: 1.5%;
	}

	.box5 .inner:nth-child(3n) {
		margin-right: 0;
	}	
	
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::

   1px〜500px

:::::::::::::::::::::::::::::::::::::::::::::::::::*/

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

	/*-----------------------------------------
	   表示切り替え
	-----------------------------------------*/
	
	/* PCのみ表示 */
	.pc_only { display: none; }

	/* SPのみ表示 */
	.sp_only { display: block; }

	/*-----------------------------------------
	   ベース
	-----------------------------------------*/

	.section {
	}
	
	.contents {
		width: 90%;
	}

	/*------- 横幅を100%に広げる時の枠 -------*/

	.wrapper01 {
		padding: 80px 0 60px;
	}

	.wrapper02 {
		padding: 80px 0;
		margin-bottom: 80px;
	}

	.wrapper_contents {
		width: 92%;
	}
	
	/*-----------------------------------------
	   ページタイトル
	-----------------------------------------*/

	.title02 {
		width: 90%;
		font-size: 2.3rem;
	}

	/*-----------------------------------------
	   パンくず
	-----------------------------------------*/
	
	.breadcrumbs {
		width: 92%;
		padding: 10px 0 30px;
		text-align: left;
		line-height: 2.1;
	}
	
	.breadcrumbs a {
		padding: 0 0 3px;
	}

	.breadcrumbs h2 > span:last-child {
		padding: 0 0 3px;
	}
	
	.breadcrumbs h2 > span:first-child,
	.breadcrumbs h2 > span:last-child {
		margin: 0;
	}

	/*-----------------------------------------
	   見出し
	-----------------------------------------*/
	
	.midashi01 { font-size: 1.9rem; margin-bottom: 20px; }
	.midashi02 { font-size: 1.8rem; margin-bottom: 20px; }
	.midashi03 { font-size: 1.7rem; margin-bottom: 20px; }


	/*-----------------------------------------
	   ヘッダー
	-----------------------------------------*/
	
	/* cssが喧嘩してるので、pc用のcssリセット */		
	nav.pc{
		display:none;
	}
	
	#header_m_box01 {
		padding: 20px 70px 10px 20px;
	}
	
	/*------- ロゴ -------*/
	
	#header_m_box01 {
		padding: 30px 70px 40px 25px;
	}
	
	#header_m_box01 img {
		width: 60%;
		min-width: 250px;
	}
	
	/*-----------------------------------------
	   フッター
	-----------------------------------------*/
	
	#footer_box01 {
		width: 90%;
		margin: 0px auto;
		}

	#footer_box02_l {
		width: 100%;
		float: none;
		}

	#footer_box02_r {
		width: 100%;
		float: none;
		}

	
	/*-----------------------------------------
	   バナーエリア（サイドバー）
	-----------------------------------------*/

	.sidebar {
		width: 100%;
		float: none;
		margin: 0px auto 40px;
	}

	.sidebar_box01 {
		width: 90%;
		margin: 0px auto;
		padding-top: 30px;
		padding-bottom: 20px;
		clear: both;
	}

	/*------- 3列  -------*/

	.banner_box3 .inner {
		width: 100%;
		margin-right: 0 !important;
		margin-bottom: 10px;
	}

	/*------- 4列  -------*/

	.banner_box4 .inner {
		width: 100%;
		margin-right: 0 !important;
		margin-bottom: 10px;
	}

	/*------- 5列  -------*/

	.banner_box5 .inner {
		width: 100%;
		margin-right: 0 !important;
		margin-bottom: 10px;
	}
	
	/*-----------------------------------------
	   横並び
	-----------------------------------------*/
	
	/*------- 2列 -------*/

	.box2 {
		display: block;
	}

	.box2 .inner {
		width: 100%;
	}

	/*------- 3列  -------*/

	.box3 .inner {
		width: 100%;
		margin-right: 0 !important;
	}

	/*------- 4列  -------*/

	.box4 .inner {
		width: 100%;
		margin-right: 0 !important;
		margin-bottom: 15px;
	}

	/*------- 5列  -------*/

	.box5 .inner {
		width: 100%;
		margin-right: 0 !important;
		margin-bottom: 10px;
	}
	
	/*-----------------------------------------
	   ブログ
	-----------------------------------------*/
	
	.sidebar_blog {
		width: 100%;
		float: none;
		margin: 0px auto 20px auto;
	}
	
	.contents_blog {
		float: none;
		width: 100%;
	}

	/*-----------------------------------------
	   ※予備 
	-----------------------------------------*/

	.back {
		width: 100%;
		background: #FFFFFF;
		margin: 0 auto;
	}
	
	/*------------------*/
	
	/*.img_sp_100_box01 img{
		width:100%;
		height:auto;
	}*/
	
	/*------------------*/
	
	/*.side_menu dl dd a {
		padding: 12px;
		}*/

}
