@charset "UTF-8";

/*
# =================================================================
# リセットCSS（sanitize.css）
# =================================================================
*/

/*! sanitize.css v4.0.0 | CC0 License | github.com/10up/sanitize.css */
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display: block}audio,canvas,progress,video{display: inline-block}audio:not([controls]){display: none;height: 0}[hidden],template{display: none}*,::after,::before{background-repeat: no-repeat;box-sizing: inherit}::after,::before{text-decoration: inherit;vertical-align: inherit}html{box-sizing: border-box;cursor: default;font-family: sans-serif;line-height: 1.5;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%}body{margin: 0}h1{font-size: 2em;margin: .67em 0}code,kbd,pre,samp{font-family: monospace;font-size: 1em}hr{height: 0;overflow: visible}nav ol,nav ul{list-style: none}abbr[title]{border-bottom: 1px dotted;text-decoration: none}b,strong{font-weight: inherit;font-weight: bolder}dfn{font-style: italic}mark{background-color: #ff0;color: #000}progress{vertical-align: baseline}small,sub,sup{font-size: 83.3333%}sub,sup{line-height: 0;position: relative;vertical-align: baseline}sub{bottom: -.25em}sup{top: -.5em}::-moz-selection{background-color: #b3d4fc;color: #000;text-shadow: none}::selection{background-color: #b3d4fc;color: #000;text-shadow: none}audio,canvas,iframe,img,svg,video{vertical-align: middle}img{border-style: none}svg{fill: currentColor}svg:not(:root){overflow: hidden}a{background-color: transparent;-webkit-text-decoration-skip: objects}:hover{outline-width: 0}table{border-collapse: collapse;border-spacing: 0}button,input,select,textarea{background-color: transparent;border-style: none;color: inherit;font-size: 1em;margin: 0}button,input{overflow: visible}button,select{text-transform: none}[type=reset],[type=submit],button,html [type="button"]{-webkit-appearance: button}::-moz-focus-inner{border-style: none;padding: 0}:-moz-focusring{outline: 1px dotted ButtonText}fieldset{border: 1px solid silver;margin: 0 2px;padding: .35em .625em .75em}legend{display: table;max-width: 100%;padding: 0;white-space: normal}textarea{overflow: auto;resize: vertical}[type=checkbox],[type=radio]{padding: 0}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height: auto}[type=search]{-webkit-appearance: textfield;outline-offset: -2px}::-webkit-search-cancel-button,::-webkit-search-decoration{-webkit-appearance: none}::-webkit-input-placeholder{color: inherit;opacity: .54}::-webkit-file-upload-button{-webkit-appearance: button;font: inherit}[aria-busy=true]{cursor: progress}[aria-controls]{cursor: pointer}[aria-disabled]{cursor: default}[tabindex],a,area,button,input,label,select,textarea{-ms-touch-action: manipulation;touch-action: manipulation}[hidden][aria-hidden=false]{clip: rect(0,0,0,0);display: inherit;position: absolute}[hidden][aria-hidden="false"]:focus{clip: auto}


/*
# =================================================================
# テーマの基本色
# =================================================================
*/
/*基本色1*/
.color01{
	color: #f08300;
}

/*基本色2*/
.color02{
	color: #fff799;
}


/*
# =================================================================
# Webフォント
# =================================================================
*/

/*
# "Oswald" is lisenced under the SIL Open Font License 1.1
# https://fonts.google.com/specimen/Oswald
# http://scripts.sil.org/OFL_web
*/
.toc-area_inner li::before,
.widget .cast-box_sub .cast-box_sub_title span{
	font-family: 'Oswald', serif;
}

.site-title{
	font-family:'Roboto','Noto Sans JP', "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

@font-face {
	font-family: 'keni8-icons';
	src: url('../fonts/keni8-icons.eot?ds3ffr');
	src: url('../fonts/keni8-icons.eot?ds3ffr#iefix') format('embedded-opentype'),
		url('../fonts/keni8-icons.ttf?ds3ffr') format('truetype'),
		url('../fonts/keni8-icons.woff?ds3ffr') format('woff'),
		url('../fonts/keni8-icons.svg?ds3ffr#keni8-icons') format('svg');
	font-weight: normal;
	font-style: normal;
}

blockquote::before,
blockquote::after,
.keni-gnav_cont .keni-gnav-child_btn_icon-open > .keni-gnav-child_btn::before,
.keni-gnav_cont .keni-gnav-child_btn_icon-close > .keni-gnav-child_btn::before,
.keni-slider-pager_prev::before,
.keni-slider-pager_next::before,
.keni-breadcrumb-list li:first-child::before,
.keni-breadcrumb-list li::after,
.toc-area_btn_open::before,
.toc-area_btn_close::before,
.check-list li::before,
.accordion-list dt::after,
.link-next a::before,
.link-back a::before,
.page-nav .page-nav_next a::after,
.page-nav .page-nav_prev a::before,
.commentlist .children li::before,
.form-login .form-login_title::before,
.contact-box_tel::before,
.page-top a::before,
.tagcloud a::before{
	font-family: 'keni8-icons' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


/*
# =================================================================
# 基本設定
# =================================================================
*/

html{
	font-size: 62.5%;
}

a,
button{
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

address,caption,cite,code,dfn,var,h1,h2,h3,h4,h5,h6{
	font-style: normal;
	font-weight: normal;
}

q{
	quotes: none;
	background: #d1eff0;
}

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

div{
	word-wrap: break-word;
}

pre{
	overflow: auto;
	white-space: pre-wrap;
	word-wrap: break-word;
}

form{
	margin: 0;
}

caption{
	text-align: left;
}

p{
	margin: 0 0 1.5em;
    line-height: 2.0;
}

figure{
	margin: 1em 0;
}

input,
select,
textarea{
	margin: 0;
	max-width: 100%;
	padding: .2em;
	border: 1px solid #ddd;
	border-radius: 4px;
	background-color: #fff;
	font-size: 1em;
}

textarea{
	width: 100%;
}

button,
input,
select,
textarea,
optgroup,
option{
	vertical-align: baseline;
}

textarea{
	min-height: 100px;
	vertical-align: top;
}

caption{
	text-align: left;
}

body{
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 1.6em;
}

body,
input,
textarea{
	font-family:'Roboto','Noto Sans JP', "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}


/*埋め込み要素のはみ出しを防止*/
img{
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

embed, iframe, object, video{
	max-width: 100%;
}


/*
# リストの基本設定
*/
ul,ol{
	margin: 1em 0 1.5em 1.5em;
	padding-left: 0;
}

ul > li,
ol > li{
	margin-bottom: .5em;
}

ul > li:last-child,
ol > li:last-child{
	margin-bottom: 0;
}

dd{
	margin-left: 0;
	padding-left: 1em;
}


/*横並びリスト*/
.inline{
	margin: 1em 0; padding: 0;
}

.inline li{
	display: inline;
	list-style-type: none;
}


/*マーカー無しのリスト*/
.none{
	margin: 1em 0; padding: 0;
}

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


/*
# テーブルの基本設定
*/

table{
	width: 100%;
	margin: 1em 0;
	padding: 0;
	word-break: break-all;
	word-wrap: break-word;
	border-collapse: collapse;
	border-spacing: 0;
}

/*テーブルへの装飾をリセット*/
.table_no-style table{
	width: auto;
	margin: 0;
	padding: 0;
	border: 0;
	border-spacing: 0;
}

.table_no-style th,
.table_no-style td{
	padding: 0;
	background: transparent;
	border: 0;
}

.table_no-style thead th{
	background-color: transparent;
}


/*テーブル（横幅がはみ出る場合にテーブルを囲む要素に設定）*/
.table-scroll{
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}


/*テーブルリスト*/
.table-list thead{
	display: none;
}

.table-list{
	border-top: 1px solid #ddd;
}

.table-list tr,
.table-list th,
.table-list td{
	display: block;
}

.table-list td{
	border-top: 0; 
}




/*テーブル（左端がth、右側がtdの場合にスマホ表示で立て並びに変化）*/
.table-block,
.table-block thead,
.table-block tbody,
.table-block tfoot,
.table-block tr,
.table-block th,
.table-block td{
	display: block;
}

.table-block{
	border-top: 1px solid #ddd;
}

.table-block th,
.table-block td{
	box-sizing: border-box;
}

.table-block td,
.table-block th{
	border-top: 0;
}

.table-block th{
	text-align: left;
}

.table-scroll::before{
	content: "※スクロールできます。"
}



/*
# =================================================================
# フォントの色
# =================================================================
*/

/*フォントの基本色*/
body{
	color: #000;
}


/*リンクの基本色*/
a{
	color: #0329ce;
}

a:hover,
a:active,
a:focus{
	color: #00858a;
}


/*
# =================================================================
# レイアウト
# =================================================================
*/

body{
	background-color: #fff; /*サイトの背景色*/
}

.keni-container,
.keni-mv_wrap{
	overflow: hidden;
}

.keni-sub,
.keni-footer_outer{
	padding: 20px 0;
}

.keni-section_wrap{
	margin: 0;
	padding: 50px 15px;
	background: #fff;
}

.keni-section_outer{
	margin: 10px 0;
	padding: 20px;
	background-color: #fff;
}

.keni-section_outer .keni-section_wrap{
	margin: 0;
}

.keni-sub .keni-section_wrap,
.keni-footer .keni-section_wrap{
	margin-top: 0;
	margin-bottom: 40px;
	padding: 0 20px 20px;
}

.keni-sub .widget,
.keni-footer .widget{
	padding-top: 20px;
}

.section_wrap-wide{
	padding: 50px 0;
	background: transparent;
}

.section_wrap-wide .keni-section{
	padding: 0 15px;
}

.keni-section_wrap .keni-section_wrap{
	padding: 10px 0;
}


/*メインコンテンツとサブコンテンツの背景色*/
.keni-main{
	background: transparent;
}

.keni-sub{
	background: transparent;
}

.keni-main_inner{
	padding: 0;
}

.keni-sep-conts_wrap{
	margin-bottom: 10px;
}

.keni-sep-conts{
	padding: 10px;
}


/*
# =================================================================
# エリアごとのデザイン
# =================================================================
*/


/*
# ヘッダー
*/

.fixed{
	position: fixed;
	top: 0;
	z-index: 60;
	width: 100%;
}

.no-gn .keni-header{
	padding-right: 0;
}


/*
# メインコンテンツの文字サイズや行間の設定
*/
.keni-main{
	letter-spacing: .025em;
	font-size: 1.6rem;
	line-height: 2.0em;
}


/*
# サブコンテンツの文字サイズや行間の設定
*/
.keni-main .free-area,
.keni-sub{
	font-size: 1.4rem;
	line-height: 1.8em;
}


/*
# =================================================================
# 見出しのデザイン
# =================================================================
*/

h1,
h2,
h3,
h4,
h5,
h6{
	margin: 0;
	font-weight: bold;
	font-size: 100%;
	font-family: inherit;
}

h1{
    color: #000;
	font-size: 2.8rem;
    line-height: 1.3;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
}

h2{
	color: #000;
	font-size: 2.6rem;
    line-height: 1.3;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
}

h3{
	color: #000;
	font-size: 2.4rem;
    line-height: 1.3;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
}

h4{
	color: #000;
	font-size: 2.0rem;
    line-height: 1.3;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
}

h5{
	color: #000;
	font-size: 1.8rem;
    line-height: 1.3;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
}

h6{
	color: #000;
	font-size: 1.6rem;
    line-height: 1.3;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
}

/*見出しのリンク色*/
.keni-section h1 a,
.keni-section h3 a,
.keni-section h4 a,
.keni-section h5 a,
.keni-section h6 a{
	color: #505050;
}

.keni-section h1 a:hover,
.keni-section h1 a:active,
.keni-section h1 a:focus,
.keni-section h3 a:hover,
.keni-section h3 a:active,
.keni-section h3 a:focus,
.keni-section h4 a:hover,
.keni-section h4 a:active,
.keni-section h4 a:focus,
.keni-section h5 a:hover,
.keni-section h5 a:active,
.keni-section h5 a:focus,
.keni-section h6 a:hover,
.keni-section h6 a:active,
.keni-section h6 a:focus{
	color: #00858a;
}

.keni-section h2 a{
	color: #fff;
}

.keni-section h2 a:hover,
.keni-section h2 a:active,
.keni-section h2 a:focus{
	color: #505050;
}

.keni-footer-panel .utility-menu_item span{
	display: block;
}


/*
# フッター
*/
.keni-footer_wrap{
	background: #0c3495;
	font-size: 1.4rem;
	line-height: 1.3em;
}


/*
# フッターパネル
*/
.keni-footer-panel_wrap{
	z-index: 80;
	width: 100%;
	background: rgba(12,52,149,0.85);
}

.keni-footer-panel{
	position: relative;
	min-height: 43px;
	padding: 0;
}

.keni-footer-panel ul{
	display: table;
	width: 100%;
	margin: 0;
	table-layout: fixed;
	border-top: 1px solid #0c3495;
}

.keni-footer-panel li{
	display: table-cell;
	font-size: 1.2rem;
	text-align: center;
    color: #fff;
}

.keni-footer-panel li a{
	display: block;
	padding: 5px;
	color: #fff;
	text-decoration: none;
}

.keni-footer-panel li span::before{
	font-size: 16px;
}

.fixed-bottom{
	position: fixed;
	bottom: 0;
}

.keni-footer-panel_sns{
	display: none;
	position: absolute;
	bottom: 100%;
	background-color: #f7f7f7;
}

.keni-footer-panel_sns .sns-btn_wrap{
	padding: 5px 0;
	border-top: 1px solid #e8e8e8;
}

.fn-footer-panel {
	position: fixed;
	left: 0;
	bottom: -60px;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.fn-footer-panel.is-active {
	bottom: 0;
}

.btn_share{
	cursor: pointer;
}

/*コピーライト*/
.keni-copyright_wrap{
	padding: 15px;
    color: #000;
    text-align: center;
}





/*ページトップボタン*/
.page-top{
	display: none;
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 90;
	margin-bottom: 0;
	background-color: #333;
	line-height: 1.0;
}

.page-top a{
	display: block;
	padding: 19px 20px;
	text-align: center;
}

.page-top a::before{
	display: inline-block;
	content: "\e906";
	font-size: 20px;
	color: #fff;
	text-decoration: none;
}


/*回り込みの解除*/
.keni-main_outer::after,
.keni-header_inner::after,
.keni-gnav_inner::after,
.page-nav::after,
.nav-links::after,
.btn-area::after,
.item-box::after,
.item-box02::after,
.item-box03_col_wrap::after,
.btn-detail_wrap::after,
.clearfix::after,
.voice-conts::after{
	display: block;
	content: " ";
	clear: both;
}


/*
# =================================================================
# カスタマイズ
# =================================================================
*/

.sp{
    display: block!important;
}

.pc{
    display: none!important;
}

.flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-box.content-fs {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flex-box.content-fe {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
    
.flex-box.align-fs {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.flex-box.align-c {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-box.row-r {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
     -ms-flex-direction: row-reverse;
         flex-direction: row-reverse;
}

.top-box{
    padding: 10px 15px;
    width: 100%;
    background: #fff;
}

.flex-box.top-conts{
    width: 100%;
    margin: 0 auto;
}

.top-conts .service-name{
    width: 44.3%;
    max-width: 170px;
    line-height: 1;
    margin: 0;
}

.top-conts .contact-btn{
    max-width: 120px;
    margin: 0;
}

.contact-btn a{
    display: block;
    font-size: 1.4rem;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    padding: 15px;
    background: #0c3495;
    text-align: center;
    border-radius: 6px;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
    -webkit-transition: 0.3s;
	transition: 0.3s;
}

.contact-btn a:hover,
.contact-btn a:active,
.contact-btn a:focus{
    filter: brightness(1.15);
}

#manga-lp-1 .keni-header{
    background: url(../images/mv1_sp.png) center top no-repeat;
    background-size: contain;
    width: 100%;
    height: 0;
    margin: 0 auto;
    text-align: center;
    padding-bottom: calc(100%*550/767);
}

#manga-lp-2 .keni-header{
    background: url(../images/mv2_sp.png) center top no-repeat;
    background-size: contain;
    width: 100%;
    height: 0;
    margin: 0 auto;
    text-align: center;
    padding-bottom: calc(100%*550/767);
}

.main-catch{
    text-align: center;
    margin: 0;
    line-height: 1;
}

.keni-section_wrap.manga-conts{
    padding: 30px 0 50px;
}

.manga-block{
    margin: 0 0 50px;
}

.manga{
    text-align: center;
    margin: 0 0 30px;
}

.manga:last-of-type{
    margin-bottom: 50px;
}

.manga-conts-in{
    padding: 0 15px;
}

h2.kakuritsu-title{
    max-width: 71.4vw;
    margin: 0 auto 20px;
    line-height: 1;
}

.kakuritsu-text{
    width: 100%;
    max-width: 620px;
    line-height: 1;
    margin: 0 auto 20px;
}

.kakuritsu-img{
    width: 80%;
    max-width: 590px;
    margin: 0 auto 35px;
}

.touroku-btn{
    max-width: 720px;
    margin: 0 auto 20px;
    line-height: 1;
    filter: drop-shadow(1px 1px 4px rgba(0,0,0,0.4));
}

.touroku-btn a{
    -webkit-transition: 0.3s;
	transition: 0.3s;
}

.touroku-btn a:hover,
.touroku-btn a:active,
.touroku-btn a:focus{
    filter: brightness(1.1);
}

.touroku-tyuui{
    font-size: 1.4rem;
    line-height: 1.5;
    margin: 0;
}

.section_wrap-wide.support-conts,
.section_wrap-wide.support-conts .keni-section{
    padding: 0;
}

.support-title-block{
    padding: 25px 15px;
    background: #0c3495;
    position: relative;
}

h2.support-title{
    max-width: 61.3vw;
    line-height: 1;
    margin: 0 auto;
}

h2.support-title::after{
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    margin: -1px 0 0 -20px;
    border: 20px solid transparent;
    border-top-color: #0c3495;
    content: '';
}

.support-conts-in{
    padding: 35px 15px;
}

.support-lead{
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    margin: 0;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
}

.support-lead span{
    font-size: 2.4rem;
    line-height: 1.3;
    color: #d80c18;
}

.support-text{
    width: 100%;
    background: #f5f3f2;
    padding: 20px 15px 40px;
}

.support-text h3{
    margin: -55px auto 25px;
    line-height: 1;
}

.support01 .support-text h3{
    max-width: 239px;
}

.support02 .support-text h3{
    max-width: 232px;
}

.support03 .support-text h3{
    max-width: 231px;
}

.support04 .support-text h3{
    max-width: 266px;
}

.support05 .support-text h3{
    max-width: 204px;
}

.support-text p{
    line-height: 1.6;
    margin: 0;
}

.aqua-back{
    background-color: #d3edfb;
    background-image: url("../images/noisy-grid.png");
    background-repeat: repeat;
    background-position: center top;
    background-attachment: fixed;
}

h2.hikaku-title{
    max-width: 55.7vw;
    line-height: 1;
    margin: 0 auto 25px;
}

.hikaku-table{
    max-width: 600px;
    margin: 0 auto;
}

h2.henkin-title{
    max-width: 93vw;
    line-height: 1;
    margin: 0 auto 15px;
}

.henkin-text{
    max-width: 500px;
    line-height: 1;
    margin: 0 auto 35px;
}

.yellow-back{
    background-color: #fff9b1;
    background-image: url("../images/textured-stripes.png");
    background-repeat: repeat;
    background-position: center top;
    background-attachment: fixed;
}

h2.voice-title{
    max-width: 47vw;
    line-height: 1;
    margin: 0 auto 55px;
}

.case-box{
    background: #fff;
    margin: 0 auto 45px;
    padding: 45px 15px 15px;
    position: relative;
    filter: drop-shadow(3px 4px 0px rgba(0,0,0,0.2));
}

.case-box:last-of-type{
    margin-bottom: 0;
}

.border-box{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 10px;
    margin: auto;
    background-size: auto auto;
    background-color: rgba(255, 255, 255, 1);
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, rgba(12, 52, 149, 1) 3px, rgba(12, 52, 149, 1) 6px );
}

.case-num{
    position: absolute;
    left: 0;
    right: 0;
    top: -30px;
    width: 60px;
    margin: auto;
    line-height: 1;
    z-index: 10;
    filter: drop-shadow(2px 2px 0px rgba(0,0,0,0.2));
}

.case-text{
    width: 100%;
}

.clinic-name{
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.4;
    color: #0c3495;
    text-align: center;
    margin: 0 0 15px;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
}

.case-img{
    text-align: center;
    margin: 0 0 20px;
}

.syousai-box{
    background: #f5f3f2;
    margin: 0;
    padding: 5px 15px;
}

.syousai-box table{
    margin: 0;
    border-collapse: separate;
    border-spacing: 0 15px;
}

.syousai-box table th,
.syousai-box table td{
    border: none;
    vertical-align: middle;
}

.syousai-box table th{
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    background: #333;
    padding: 5px;
    width: 98px;
    text-align: center;
    border-radius: 4px;
}

.syousai-box table td{
    font-size: 1.8rem;
    line-height: 1.3;
    padding: 0 0 0 10px;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
}

.syousai-box table td .oubo-num{
    font-size: 2.6rem;
    line-height: 1;
}

.qa-list{
    margin: 0;
}

.qa-list dt{
	display: block;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.4;
    margin: 40px 0 15px;
	padding: 4px 0 4px 30px;
    background: url(../images/icon/question.svg) left 2px no-repeat;
    background-size: 24px 24px;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
}

.qa-list dd{
    margin: 0;
    padding: 0;
}

.voice-conts{
    width: 100%;
}

.voice-img img{
    border-radius: 50%;
}

.voice-left{
    float: left;
    width: 19.37vw;
    margin-right: -23vw;
}

.voice-left p{
    font-size: 1.4rem;
    line-height: 1.3;
    text-align: center;
    margin: 5px 0 0;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
}

.voice-text{
    width: 100%;
    text-align: left;
}

.voice-text-in{
    background: #d3e6f6;
    padding: 15px;
    border-radius: 8px;
    position: relative;
}

.voice-text-in{
    margin: 0 0 0 23vw;
}

.voice-text-in:after{
    content: "";
    display: inline-block;
    position: absolute;
    top: 2.42vw; 
    left: -6.05vw;
    border: 1.93vw solid transparent;
    border-right: 5.32vw solid #d3e6f6;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.voice-text p{
    line-height: 1.6;
    margin: 0;
}

#manga-lp-1 .profile-conts{
    background: url(../images/profile_back1_sp.png) center no-repeat;
    background-size: cover;
}

#manga-lp-2 .profile-conts{
    background: url(../images/profile_back2_sp.png) center no-repeat;
    background-size: cover;
}

h2.profile-title{
    max-width: 59.56vw;
    line-height: 1;
    margin: 0 auto 25px;
}

.profile-box{
    background: #fff;
    padding: 15px;
    border-radius: 10px;
}

.profile-right{
    width: 100%;
    margin: 0 0 30px;
}

.profile-img{
    max-width: 220px;
    margin: 0 auto 15px;
}

.profile-name{
    max-width: 200px;
    line-height: 1;
    margin: 0 auto;
}

.profile-text{
    width: 100%;
    line-height: 1.6;
    margin: 0;
}

h2.contact-title{
    max-width: 66.59vw;
    line-height: 1;
    margin: 0 auto 35px;
}

.form-conts p{
    line-height: 1.6;
    margin: 0;
}

.form-conts p:nth-of-type(n+2){
    margin-top: 20px;
}

.form-conts .contact-tyuui{
    font-size: 1.4rem;
    line-height: 1.5;
}

.keni-footer_outer{
	padding: 0;
}

.keni-footer_inner{
    padding: 25px 15px 0;
}

.footer-menu{
    margin: 0 auto;
    text-align: center;
}

.footer-menu li{
    list-style: none;
    font-size: 1.4rem;
    margin: 0 auto 8px;
    padding: 0;
    line-height: 1.3;
}

.footer-menu li:last-child{
    margin-bottom: 0;
}

.footer-menu li a{
    text-decoration: none;
    color: #fff;
}

.footer-menu li a:hover,
.footer-menu li a:active,
.footer-menu li a:focus{
    text-decoration: underline;
}

.keni-copyright{
    padding-top: 5px;
}

.keni-copyright small{
    font-size: 1.4rem;
    color: #fff;
}


.thanks .thanks-conts h1.send-title{
    font-size: 6.28vw;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    margin: 0 0 12.08vw;
}

.thanks .thanks-conts p{
    font-size: 3.86vw;
    line-height: 1.6;
    text-align: center;
    margin: 0 0 7.25vw;
}

.thanks .thanks-conts .thanks-btn{
    text-align: center;
    width: 48.31vw;
    margin: 0 auto;
}

.btn_style01{
	background-color: #0c3495;
	color: #fff;
	font-weight: 500;
    border-radius: 0.97vw;
    padding: 0.75em 1.5em;
    text-decoration: none;
}

.btn_style01:hover,
.btn_style01:active,
.btn_style01:focus{
    color: #fff;
}

.btn.btn_style01{
    font-size: 3.86vw;
    width: 100%;
}

.thanks .footer-fixed{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.thanks .footer-fixed footer{
    margin-top: auto;
}











@media only screen and (max-width : 767px){
    
    .keni-header_wrap.fixed{
        position: absolute!important;
        top: 0;
    }

}


@media (min-width : 414px){
    
    h2.kakuritsu-title{
        max-width: 295px
    }
    
    h2.support-title{
        max-width: 253px;
    }
    
    h2.hikaku-title{
        max-width: 230px;
    }
    
    h2.henkin-title{
        max-width: 392px;
    }
    
    h2.voice-title{
        max-width: 194px;
    }   
    
    .voice-left{
        width: 80px;
        margin-right: -95px;
    }
    
    .voice-text-in{
        margin: 0 0 0 95px;
    }
        
    .voice-text-in:after{
        content: "";
        display: inline-block;
        position: absolute;
        top: 10px; 
        left: -25px;
        border: 8px solid transparent;
        border-right: 22px solid #d3e6f6;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    
    h2.profile-title{
        max-width: 246px;
    }

    h2.contact-title{
        max-width: 275px;
    }
    
    
    
}


@media (min-width : 480px){
    
    h2.kakuritsu-title{
        max-width: 368px
    }
    
    h2.support-title{
        max-width: 316px;
    }
    
    .support-text h3{
        margin: -65px auto 25px;
    }
    
    .support01 .support-text h3{
        max-width: 299px;
    }
    
    .support02 .support-text h3{
        max-width: 290px;
    }
    
    .support03 .support-text h3{
        max-width: 289px;
    }
    
    .support04 .support-text h3{
        max-width: 333px;
    }
    
    .support05 .support-text h3{
        max-width: 255px;
    }
    
    h2.hikaku-title{
        max-width: 287px;
    }
    
    h2.henkin-title{
        max-width: 490px;
    }
    
    h2.voice-title{
        max-width: 242px;
    }
    
    h2.profile-title{
        max-width: 307px;
    }
    
    h2.contact-title{
        max-width: 344px;
    }
    
    
    

}/*横幅480px以上*/



@media (min-width : 768px){

	.keni-main .keni-section_wrap{
		padding: 100px 40px;
	}
	
	.keni-main .keni-section_wrap.widget{
		padding: 20px;
	}
	
	.keni-main .section_wrap-wide,
	.keni-main .keni-section_wrap_style02{
		padding: 100px 0;
	}

	.keni-main .keni-section h1{
		margin: 40px -40px 30px;
		padding: 30px 40px 0;
		font-size: 2.4rem;
	}

	.keni-section_outer{
		margin-bottom: 40px;
	}

	.keni-section_outer .keni-section_wrap{
		margin: 0;
	}

	.keni-section h1:first-child{
		margin: -30px -40px 30px;
	}

	h2{ font-size: 2.1rem; 	}

	h3{ font-size: 2.0rem; }

	h4{ font-size: 2.0rem; }

	h5{ font-size: 2rem; }

	/*
	# 1カラムのレイアウト
	*/
	.col1 .keni-header_outer,
	.col1 .keni-gnav_outer,
	.col1 .keni-mv_outer,
	.col1 .catch-area,
	.col1 .archive_title_wrap,
	.col1 .keni-breadcrumb-list_outer,
	.col1 .keni-footer_outer,
	.col1 .keni-copyright,
	.col1 .keni-section_wrap,
	.col1 .keni-sep-conts_outer,
	.col1 .keni-footer-panel_outer{
		max-width: 1080px;
		margin-right: auto;
		margin-left: auto;
	}

	.col1 .keni-sub{
		padding: 10px 0;
	}

	.col1 .keni-main_outer,
	.col1 .section_wrap-wide{
		width: 100%;
		max-width: none;
	}

	.col1 .keni-section_wrap,
	.col1 .section_wrap-wide,
	.col1 .section_wrap-wide .keni-section{
		margin-right: auto;
		margin-left: auto;
	}
	
	.col1 .keni-section_wrap{
		max-width: 1080px;
	}
	
	.col1 .section_wrap-wide{
		max-width: none;
	}

	.col1 .section_wrap-wide .keni-section{
        max-width: 1080px;
		padding: 0 40px;
	}
	

	.col1 .keni-lp .keni-header_outer,
	.col1 .keni-lp .keni-gnav_outer,
	.col1 .keni-lp .keni-mv_outer,
	.col1 .keni-lp .catch-area{
		max-width: none;
	}

	/*
	# 「メインコンテンツ（.keni-main）」と「サブコンテンツ（.keni-sub）」
	# 「メインコンテンツの幅」は「メインの幅（初期設定では1200px）」から「サブの幅＋余白（初期設定では320px）」を引いたもの
	*/

	

	.keni-header{
		padding-right: 0;
	}

	.keni-header_col1 .keni-header_cont{
		margin-right: 0;
	}
	

	/*テーブル（横幅がはみ出る場合にテーブルを囲む要素に設定）*/

	.table-list thead{
		display: table-header-group;
	}

	.table-list tr{
		display: table-row;
	}

	.table-list th,
	.table-list td{
		display: table-cell;
	}

	.table-list tbody td::before{
		display: none;
		width: auto;
	}


	/*テーブル（左端がth、右側がtdの場合にスマホ表示で立て並びに変化）*/

	.table-block{
		display: table;
	}

	.table-block tbody{
		display: table-row-group;
	}

	.table-block tr{
		display: table-row;
	}

	.table-block th,
	.table-block td{
		display: table-cell;
	}

	.table-block th{
		width: 25%;
	}

	.table-block::after{
		display: none;
	}

	.table-scroll::before{
		content: "";
	}

	
	/*
	# ヘッダー
	*/
	.fixed{
		position: static;
		width: 100%;
	}

	.keni-container{
		padding-top: 0!important;
	}
	
	.keni-section_wrap{
		margin-bottom: 0;
	}

	/*
	# フッターパネル
	*/
	.keni-footer-panel_wrap{
		display: none;
	}


    .sp{
		display: none!important;
	}

	.pc{
		display: block!important;
	}
    
    .top-box{
        padding: 15px 40px;
    }
    
    .flex-box.top-conts{
        max-width: 1000px;
        margin: 0 auto;
    }
    
    .top-conts .service-name{
        max-width: 208px;
    }
    
    .top-conts .contact-btn{
        width: 18%;
        min-width: 180px;
    }
    
    .contact-btn a{
        font-size: 1.6rem;
        padding: 15px 25px;
        max-width: 180px;
    }
    
    #manga-lp-1 .keni-header{
        background: url(../images/mv1_pc.png) center no-repeat;
        background-size: cover;
        height: auto;
        padding: 0;
    }
    
    #manga-lp-2 .keni-header{
        background: url(../images/mv2_pc.png) center no-repeat;
        background-size: cover;
        height: auto;
        padding: 0;
    }
    
    .keni-section_wrap.manga-conts{
        padding: 80px 40px 100px;
    }
    
    .manga-block{
        max-width: 900px;
        margin: 0 auto 120px;
    }
    
    .manga{
        margin: 0 0 50px;
    }
    
    .manga:last-of-type{
        margin-bottom: 0;
    }
    
    .manga-conts-in{
        padding: 0;
    }
    
    h2.kakuritsu-title{
        max-width: 867px;
        margin: 0 auto 30px;
    }

    .flex-box.kakuritsu-flex{
        margin: 0 0 60px;
    }
    
    .kakuritsu-text{
        width: 62%;
        max-width: 620px;
        margin: 0;
    }
    
    .kakuritsu-img{
        width: 36.5%;
        max-width: 365px;
        margin: 0;
    }
    
    .touroku-btn{
        max-width: 800px;
        margin: 0 auto 25px;
    }
    
    .touroku-tyuui{
        font-size: 1.6rem;
        max-width: 760px;
        margin: 0 auto;
    }
    
    .section_wrap-wide.support-conts{
        padding: 0;
    }
    
    .section_wrap-wide.support-conts .keni-section{
        padding: 0;
        max-width: 1920px;
    }
    
    .support-title-block{
        padding: 50px 40px;
    }
    
    h2.support-title{
        max-width: 795px;
    }
    
    h2.support-title::after{
        margin: -1px 0 0 -30px;
        border: 30px solid transparent;
        border-top-color: #0c3495;
    }
    
    .support-conts-in{
        padding: 60px 40px;
    }
    
    .support-lead{
        font-size: 2.6rem;
    }
    
    .support-lead span{
        font-size: 3.4rem;
    }
    
    .support-block{
        display: table;
        width: 100%;
        min-height: 440px;
    }
    
    .support-text{
        display: table-cell;
        vertical-align: middle;
        width: 50%;
        padding: 30px;
    }
    
    .support-text-in{
        max-width: 640px;
        margin: 0 auto;
    }
    
    .support-text h3{
        margin: 0 0 30px;
    }
    
    .support01 .support-text h3{
        max-width: 41.74vw;
    }
    
    .support02 .support-text h3{
        max-width: 40.68vw;
    }
    
    .support03 .support-text h3{
        max-width: 40.52vw;
    }
    
    .support04 .support-text h3{
        max-width: 45.16vw;
    }
    
    .support05 .support-text h3{
        max-width: 37.18vw;
    }
    
    .support-text p{
        font-size: 1.8rem;
    }
    
    .support-img.pc{
        display: table-cell;
        vertical-align: middle;
        min-height: 440px;
    }
    
    .support-img1{
        background: url(../images/support01_img_pc.png) center no-repeat;
        background-size: cover;
    }
    
    .support-img2{
        background: url(../images/support02_img_pc.jpg) center no-repeat;
        background-size: cover;
    }
    
    .support-img3{
        background: url(../images/support03_img_pc.jpg) center no-repeat;
        background-size: cover;
    }
    
    .support-img4{
        background: url(../images/support04_img_pc.jpg) center no-repeat;
        background-size: cover;
    }
    
    .support-img5{
        background: url(../images/support05_img_pc.jpg) center no-repeat;
        background-size: cover;
    }

    h2.hikaku-title{
        max-width: 410px;
        margin: 0 auto 40px;
    }
    
    .hikaku-table{
        max-width: 1000px;
    }
    
    h2.henkin-title{
        max-width: 769px;
        margin: 0 auto 30px;
    }
    
    .henkin-text{
        max-width: 1000px;
        margin: 0 auto 60px;
    }
    
    h2.voice-title{
        max-width: 346px;
        margin: 0 auto 85px;
    }
    
    .case-box{
        margin: 0 auto 65px;
        padding: 60px 40px 40px;
    }
    
    .border-box{
        height: 14px;
    }
    
    .case-num{
        top: -45px;
        width: 90px;
    }
    
    .case-text{
        width: 60.9%;
    }
    
    .clinic-name{
        font-size: 2.0rem;
        text-align: left;
        margin: 0 0 25px;
    }
    
    .case-img{
        width: 34.8%;
        max-width: 320px;
        margin: 0;
    }
    
    .syousai-box{
        padding: 5px 20px;
    }
    
    .syousai-box table td{
        font-size: 2.0rem;
    }
    
    .syousai-box table td .oubo-num{
        font-size: 3.0rem;
    }
    
    .qa-list{
        margin-top: 60px;
    }
    
    .qa-list dt{
        font-size: 1.8rem;
        padding: 7px 0 7px 40px;
        background-position: left 2px;
        background-size: 32px 32px;
    }
    
    .voice-left{
        width: 100px;
        margin-right: -125px;
    }
    
    .voice-text-in{
        padding: 20px 25px;
        margin: 0 0 0 125px;
        border-radius: 10px;
    }
    
    .voice-text-in:after{
        content: "";
        display: inline-block;
        position: absolute;
        top: 20px; 
        left: -35px;
        border: 10px solid transparent;
        border-right: 28px solid #d3e6f6;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    
    #manga-lp-1 .profile-conts{
        background: url(../images/profile_back1_pc.png) center no-repeat;
        background-size: cover;
    }
    
    #manga-lp-2 .profile-conts{
        background: url(../images/profile_back2_pc.png) center no-repeat;
        background-size: cover;
    }
    
    h2.profile-title{
        max-width: 792px;
        margin: 0 auto 40px;
    }
    
    .profile-box{
        padding: 40px 30px 40px 40px;
    }
    
    .profile-right{
        width: 32.3%;
        max-width: 300px;
        margin: 0;
    }
    
    .profile-img{
        max-width: 300px;
        margin: 0 auto 25px;
    }
    
    .profile-name{
        max-width: 250px;
    }
    
    .profile-text{
        width: 63.4%;
        font-size: 1.8rem;
        line-height: 1.8;
    }
    
    h2.contact-title{
        max-width: 710px;
        margin: 0 auto 60px;
    }

    .form-conts p{
        font-size: 1.8rem;
        line-height: 1.8;
        text-align: center;
    }
    
    .form-conts p:nth-of-type(n+2){
        margin-top: 25px;
    }

    .form-conts .contact-tyuui{
        font-size: 1.6rem;
    }
        
    .keni-footer_inner{
        padding: 40px 40px 0px;
    }
    
    .footer-menu{
        margin: 0 auto 15px;
    }
    
    .footer-menu li{
        font-size: 1.6rem;
        display: inline-block;
        margin: 0 0 0 40px;
    }
    
    .footer-menu li:first-child{
        margin-left: 0;
    }
    
    
    .thanks .thanks-conts h1.send-title{
        font-size: 3.0rem;
        margin: 0 0 60px;
    }

    .thanks .thanks-conts p{
        font-size: 1.6rem;
        line-height: 1.8;
        margin: 0 0 50px;
    }

    .thanks .thanks-conts .thanks-btn{
        width: 200px;
    }

    .btn_style01{
        border-radius: 4px;
    }
    
    .btn.btn_style01{
        font-size: 1.6rem;
    }
    
    

    
    

    
     
    

}/*横幅768px以上*/



@media (min-width : 1080px){
    
	.keni-footer-cont_wrap{
		padding: 0;
	}
	

}/*横幅1080px以上*/



@media (min-width : 1230px){
    
    .support-text h3{
        margin: 0 0 40px;
    }
    
    .support01 .support-text h3{
        max-width: 513px;
    }
    
    .support02 .support-text h3{
        max-width: 500px;
    }
    
    .support03 .support-text h3{
        max-width: 498px;
    }
    
    .support04 .support-text h3{
        max-width: 555px;
    }
    
    .support05 .support-text h3{
        max-width: 457px;
    }
    
    
}/*横幅1230px以上*/






/*---------------------------------------------------------------------
	generated by Keni Template Maker Ver.8.0 on 2018-12-13 19:14:10
----------------------------------------------------------------------*/
